Skip to content
Success

Console Output

Push event to branch 23.0
11:16:33 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e
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
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_23.0@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 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"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: 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
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[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] {
[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_23.0@tmp/37f519af-c8f9-45aa-bd40-0d77c7d10f0d/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
11:16:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:16:36 chowning workspace
[Pipeline] sh
11:16:36 + pwd
11:16:36 + id -u
11:16:36 + id -g
11:16:36 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:16:37 Removing all docker containers
[Pipeline] sh
11:16:37 + docker container ls -aq
[Pipeline] echo
11:16:37 Docker containers have been removed
[Pipeline] echo
11:16:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:16:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-7-aarch64)
[Pipeline] sh
11:16:37 + echo starting...
11:16:37 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:16:38 + docker version
11:16:38 Client: Docker Engine - Community
11:16:38  Version:           22.06.0-beta.0
11:16:38  API version:       1.42
11:16:38  Go version:        go1.18.3
11:16:38  Git commit:        3e9117b
11:16:38  Built:             Fri Jun  3 17:55:34 2022
11:16:38  OS/Arch:           linux/arm64
11:16:38  Context:           default
11:16:38 
11:16:38 Server: Docker Engine - Community
11:16:38  Engine:
11:16:38   Version:          22.06.0-beta.0
11:16:38   API version:      1.42 (minimum version 1.12)
11:16:38   Go version:       go1.18.3
11:16:38   Git commit:       38633e7
11:16:38   Built:            Fri Jun  3 17:55:34 2022
11:16:38   OS/Arch:          linux/arm64
11:16:38   Experimental:     true
11:16:38  containerd:
11:16:38   Version:          1.6.8
11:16:38   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:16:38  runc:
11:16:38   Version:          1.1.4
11:16:38   GitCommit:        v1.1.4-0-g5fd4c4d
11:16:38  docker-init:
11:16:38   Version:          0.19.0
11:16:38   GitCommit:        de40ad0
[Pipeline] sh
11:16:38 + docker info
11:16:38 Client:
11:16:38  Context:    default
11:16:38  Debug Mode: false
11:16:38  Plugins:
11:16:38   buildx: Docker Buildx (Docker Inc.)
11:16:38     Version:  v0.8.2
11:16:38     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:16:38   compose: Docker Compose (Docker Inc.)
11:16:38     Version:  v2.12.0
11:16:38     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:16:38 
11:16:38 Server:
11:16:38  Containers: 0
11:16:38   Running: 0
11:16:38   Paused: 0
11:16:38   Stopped: 0
11:16:38  Images: 7
11:16:38  Server Version: 22.06.0-beta.0
11:16:38  Storage Driver: overlay2
11:16:38   Backing Filesystem: extfs
11:16:38   Supports d_type: true
11:16:38   Using metacopy: false
11:16:38   Native Overlay Diff: true
11:16:38   userxattr: false
11:16:38  Logging Driver: json-file
11:16:38  Cgroup Driver: cgroupfs
11:16:38  Cgroup Version: 1
11:16:38  Plugins:
11:16:38   Volume: local
11:16:38   Network: bridge host ipvlan macvlan null overlay
11:16:38   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:16:38  Swarm: inactive
11:16:38  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:16:38  Default Runtime: runc
11:16:38  Init Binary: docker-init
11:16:38  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:16:38  runc version: v1.1.4-0-g5fd4c4d
11:16:38  init version: de40ad0
11:16:38  Security Options:
11:16:38   apparmor
11:16:38   seccomp
11:16:38    Profile: builtin
11:16:38  Kernel Version: 5.15.0-1022-aws
11:16:38  Operating System: Ubuntu 20.04.5 LTS
11:16:38  OSType: linux
11:16:38  Architecture: aarch64
11:16:38  CPUs: 2
11:16:38  Total Memory: 7.559GiB
11:16:38  Name: ip-10-100-40-125
11:16:38  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:16:38  Docker Root Dir: /var/lib/docker
11:16:38  Debug Mode: false
11:16:38  Username: dockerbuildbot
11:16:38  Registry: https://index.docker.io/v1/
11:16:38  Labels:
11:16:38  Experimental: true
11:16:38  Insecure Registries:
11:16:38   127.0.0.0/8
11:16:38  Live Restore Enabled: true
11:16:38 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:16:38 The recommended git tool is: git
11:16:38 using credential docker-jenkins-github-credentials
11:16:38 Cloning the remote Git repository
11:16:38 Cloning with configured refspecs honoured and without tags
11:16:38 Avoid second fetch
11:16:38 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:16:38 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git rev-list --no-walk ec89346227f25661df5e15d1ff4cfb3f9b1f1209 # timeout=10
[Pipeline] sh
11:16:39 + make clean
11:16:39 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:16:39 rm -f -r src
11:16:39 make -C rpm clean
11:16:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:16:39 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:16:39 rm -f -r rpmbuild/
11:16:39 docker builder prune -f --filter until=24h
11:16:40 Total:	0B
11:16:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:16:40 make -C deb clean
11:16:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:16:40 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:16:40 rm -f -r debbuild
11:16:40 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:16:40 rm -f -r sources
11:16:40 docker builder prune -f --filter until=24h
11:16:40 Total:	0B
11:16:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:16:40 make -C static clean
11:16:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:16:40 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:16:40 rm -f -r build
11:16:40 docker builder prune -f --filter until=24h
11:16:40 Total:	0B
11:16:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:16:40 + make REF=23.0 centos-7
11:16:40 git init src/github.com/docker/cli
11:16:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:16:40 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:16:40 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:16:40 + SRC=src/github.com/docker/cli
11:16:40 + REF=23.0
11:16:40 + REF_FETCH=23.0
11:16:40 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:16:40 + awk {print $2}
11:16:40 + REF=refs/heads/23.0
11:16:40 + [ -n refs/heads/23.0 ]
11:16:40 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:16:40 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:16:42 From https://github.com/docker/cli
11:16:42  * [new branch]      23.0       -> 23.0
11:16:42  * [new branch]      23.0       -> origin/23.0
11:16:42 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:16:42 git init src/github.com/docker/docker
11:16:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:16:42 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:16:42 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:16:42 + SRC=src/github.com/docker/docker
11:16:42 + REF=23.0
11:16:42 + REF_FETCH=23.0
11:16:42 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:16:42 + awk {print $2}
11:16:42 + REF=refs/heads/23.0
11:16:42 + [ -n refs/heads/23.0 ]
11:16:42 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:16:42 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:16:46 From https://github.com/docker/docker
11:16:46  * [new branch]      23.0       -> 23.0
11:16:46  * [new branch]      23.0       -> origin/23.0
11:16:46 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:16:46 git init src/github.com/docker/buildx
11:16:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:16:46 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:16:46 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:16:46 + SRC=src/github.com/docker/buildx
11:16:46 + REF=v0.10.4
11:16:46 + REF_FETCH=v0.10.4
11:16:46 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:16:46 + awk {print $2}
11:16:46 + REF=refs/tags/v0.10.4
11:16:46 + [ -n refs/tags/v0.10.4 ]
11:16:46 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:16:46 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:16:49 From https://github.com/docker/buildx
11:16:49  * [new tag]         v0.10.4    -> v0.10.4
11:16:49 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:16:49 git init src/github.com/docker/compose
11:16:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:16:49 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:16:49 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:16:49 + SRC=src/github.com/docker/compose
11:16:49 + REF=v2.16.0
11:16:49 + REF_FETCH=v2.16.0
11:16:49 + awk {print $2}
11:16:49 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:16:49 + REF=refs/tags/v2.16.0
11:16:49 + [ -n refs/tags/v2.16.0 ]
11:16:49 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:16:49 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:16:50 From https://github.com/docker/compose
11:16:50  * [new tag]         v2.16.0    -> v2.16.0
11:16:50 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:16:50 git init src/github.com/docker/scan-cli-plugin
11:16:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:16:50 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:16:50 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:16:50 + SRC=src/github.com/docker/scan-cli-plugin
11:16:50 + REF=v0.23.0
11:16:50 + REF_FETCH=v0.23.0
11:16:50 + + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0awk
11:16:50  {print $2}
11:16:50 + REF=refs/tags/v0.23.0
11:16:50 + [ -n refs/tags/v0.23.0 ]
11:16:50 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:16:50 + 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
11:16:50 From https://github.com/docker/scan-cli-plugin
11:16:50  * [new tag]         v0.23.0    -> v0.23.0
11:16:50 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:16:50 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-7
11:16:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:16:50 mkdir -p rpmbuild/SOURCES
11:16:50 docker run --rm -w /v \
11:16:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:16:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:16:50 	alpine \
11:16:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07fd88c31893c1942)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
11:17:00 mkdir -p rpmbuild/SOURCES
11:17:00 docker run --rm -w /v \
11:17:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:17:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:17:00 	alpine \
11:17:00 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:17:01 mkdir -p rpmbuild/SOURCES
11:17:01 docker run --rm -w /v \
11:17:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:17:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:17:01 	alpine \
11:17:01 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:17:04 mkdir -p rpmbuild/SOURCES
11:17:04 docker run --rm -w /v \
11:17:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:17:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:17:04 	alpine \
11:17:04 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:17:05 mkdir -p rpmbuild/SOURCES
11:17:05 docker run --rm -w /v \
11:17:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:17:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:17:05 	alpine \
11:17:05 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:17:07 == Building packages for centos-7 ==
11:17:07 mkdir -p "rpmbuild/centos-7"
11:17:07 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile .
11:17:07 #1 [internal] load build definition from Dockerfile
11:17:07 #1 transferring dockerfile: 1.12kB done
11:17:07 #1 DONE 0.0s
11:17:07 
11:17:07 #2 [internal] load .dockerignore
11:17:07 #2 transferring context: 2B done
11:17:07 #2 DONE 0.0s
11:17:07 
11:17:07 #3 [auth] library/golang:pull token for registry-1.docker.io
11:17:07 #3 DONE 0.0s
11:17:07 
11:17:07 #4 [auth] library/centos:pull token for registry-1.docker.io
11:17:07 #4 DONE 0.0s
11:17:07 
11:17:07 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:17:07 #5 DONE 0.3s
11:17:07 
11:17:07 #6 [internal] load metadata for docker.io/library/centos:7
11:17:07 #6 DONE 0.3s
11:17:07 
11:17:07 #7 [internal] load build context
11:17:07 #7 transferring context: 14.99kB done
11:17:07 #7 DONE 0.0s
11:17:07 
11:17:07 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:17:07 #8 CACHED
11:17:07 
11:17:07 #9 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:17:07 #9 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
11:17:07 #9 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
11:17:07 #9 sha256:73f11afcbb50d8bc70eab9f0850b3fa30e61a419bc48cf426e63527d14a8373b 530B / 530B done
11:17:07 #9 sha256:c9a1fdca3387618f8634949de4533419327736e2f5c618e3bfebe877aa331352 2.77kB / 2.77kB done
11:17:07 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 16.78MB / 108.37MB 0.2s
11:17:07 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 27.26MB / 108.37MB 0.3s
11:17:08 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 50.33MB / 108.37MB 0.6s
11:17:08 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 66.06MB / 108.37MB 0.7s
11:17:08 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 84.93MB / 108.37MB 1.0s
11:17:08 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 99.61MB / 108.37MB 1.2s
11:17:08 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.00MB / 108.37MB 1.4s
11:17:12 #9 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.37MB / 108.37MB 3.9s done
11:17:12 #9 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec
11:17:17 #9 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.1s
11:17:17 #9 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.2s done
11:17:17 #9 DONE 9.4s
11:17:17 
11:17:17 #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
11:17:20 #10 DONE 3.5s
11:17:20 
11:17:20 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:17:21 #11 0.578 Loaded plugins: fastestmirror, ovl
11:17:21 #11 0.710 Determining fastest mirrors
11:17:23 #11 3.183  * base: download.cf.centos.org
11:17:23 #11 3.183  * extras: download.cf.centos.org
11:17:23 #11 3.184  * updates: download.cf.centos.org
11:17:45 #11 21.82 Resolving Dependencies
11:17:45 #11 21.82 --> Running transaction check
11:17:45 #11 21.82 ---> Package rpm-build.aarch64 0:4.11.3-48.el7_9 will be installed
11:17:45 #11 21.84 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.96 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.97 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.97 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.97 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.98 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.98 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.98 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.aarch64
11:17:45 #11 21.98 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
11:17:45 #11 21.98 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
11:17:45 #11 21.98 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
11:17:45 #11 21.98 --> Running transaction check
11:17:45 #11 21.98 ---> Package bzip2.aarch64 0:1.0.6-13.el7 will be installed
11:17:45 #11 21.98 ---> Package desktop-file-utils.aarch64 0:0.23-2.el7 will be installed
11:17:45 #11 21.99 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.aarch64
11:17:45 #11 21.99 ---> Package elfutils.aarch64 0:0.176-5.el7 will be installed
11:17:45 #11 21.99 ---> Package file.aarch64 0:5.11-37.el7 will be installed
11:17:45 #11 21.99 ---> Package gdb.aarch64 0:7.6.1-120.el7 will be installed
11:17:45 #11 22.00 ---> Package groff-base.aarch64 0:1.22.2-8.el7 will be installed
11:17:45 #11 22.00 ---> Package patch.aarch64 0:2.7.1-12.el7_7 will be installed
11:17:45 #11 22.00 ---> Package perl.aarch64 4:5.16.3-299.el7_9 will be installed
11:17:45 #11 22.00 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.01 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:17:45 #11 22.02 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
11:17:45 #11 22.03 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
11:17:45 #11 22.03 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
11:17:45 #11 22.03 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
11:17:45 #11 22.03 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
11:17:45 #11 22.03 ---> Package perl-threads.aarch64 0:1.87-4.el7 will be installed
11:17:45 #11 22.03 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
11:17:45 #11 22.03 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:17:45 #11 22.04 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:17:45 #11 22.04 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:17:45 #11 22.04 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:17:45 #11 22.04 ---> Package rpm.aarch64 0:4.11.3-45.el7 will be updated
11:17:45 #11 22.04 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.aarch64
11:17:45 #11 22.04 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.aarch64
11:17:45 #11 22.04 ---> Package rpm.aarch64 0:4.11.3-48.el7_9 will be an update
11:17:45 #11 22.04 ---> Package unzip.aarch64 0:6.0-24.el7_9 will be installed
11:17:45 #11 22.04 --> Running transaction check
11:17:45 #11 22.04 ---> Package dwz.aarch64 0:0.11-3.el7 will be installed
11:17:45 #11 22.04 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
11:17:45 #11 22.04 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
11:17:45 #11 22.05 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
11:17:45 #11 22.05 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
11:17:45 #11 22.05 ---> Package perl-Filter.aarch64 0:1.49-3.el7 will be installed
11:17:45 #11 22.05 ---> Package perl-PathTools.aarch64 0:3.40-5.el7 will be installed
11:17:45 #11 22.05 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
11:17:45 #11 22.05 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:17:45 #11 22.06 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:17:45 #11 22.06 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
11:17:45 #11 22.06 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
11:17:45 #11 22.06 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
11:17:45 #11 22.06 ---> Package perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 will be installed
11:17:45 #11 22.06 ---> Package perl-Socket.aarch64 0:2.010-5.el7 will be installed
11:17:45 #11 22.06 ---> Package perl-Storable.aarch64 0:2.45-3.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-Time-HiRes.aarch64 4:1.9725-3.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-libs.aarch64 4:5.16.3-299.el7_9 will be installed
11:17:45 #11 22.07 ---> Package perl-macros.aarch64 4:5.16.3-299.el7_9 will be installed
11:17:45 #11 22.07 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
11:17:45 #11 22.07 ---> Package perl-threads-shared.aarch64 0:1.43-6.el7 will be installed
11:17:45 #11 22.07 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
11:17:45 #11 22.07 ---> Package rpm-libs.aarch64 0:4.11.3-45.el7 will be updated
11:17:45 #11 22.07 --> Processing Dependency: rpm-libs(aarch-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.aarch64
11:17:45 #11 22.08 ---> Package rpm-libs.aarch64 0:4.11.3-48.el7_9 will be an update
11:17:45 #11 22.08 ---> Package rpm-python.aarch64 0:4.11.3-45.el7 will be updated
11:17:45 #11 22.08 ---> Package rpm-python.aarch64 0:4.11.3-48.el7_9 will be an update
11:17:45 #11 22.08 ---> Package zip.aarch64 0:3.0-11.el7 will be installed
11:17:45 #11 22.08 --> Running transaction check
11:17:45 #11 22.08 ---> Package perl-Encode.aarch64 0:2.51-7.el7 will be installed
11:17:45 #11 22.08 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
11:17:45 #11 22.08 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
11:17:45 #11 22.09 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:17:45 #11 22.09 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:17:45 #11 22.09 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
11:17:45 #11 22.09 ---> Package rpm-build-libs.aarch64 0:4.11.3-45.el7 will be updated
11:17:45 #11 22.09 ---> Package rpm-build-libs.aarch64 0:4.11.3-48.el7_9 will be an update
11:17:45 #11 22.09 --> Running transaction check
11:17:45 #11 22.10 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
11:17:45 #11 22.10 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
11:17:45 #11 22.31 --> Finished Dependency Resolution
11:17:45 #11 22.32 
11:17:45 #11 22.32 Dependencies Resolved
11:17:45 #11 22.33 
11:17:45 #11 22.33 ================================================================================
11:17:45 #11 22.33  Package                   Arch       Version                  Repository  Size
11:17:45 #11 22.33 ================================================================================
11:17:45 #11 22.33 Installing:
11:17:45 #11 22.33  rpm-build                 aarch64    4.11.3-48.el7_9          updates    150 k
11:17:45 #11 22.33  rpmlint                   noarch     1.5-4.el7                base       229 k
11:17:45 #11 22.33 Installing for dependencies:
11:17:45 #11 22.33  bzip2                     aarch64    1.0.6-13.el7             base        52 k
11:17:45 #11 22.33  desktop-file-utils        aarch64    0.23-2.el7               base        68 k
11:17:45 #11 22.33  dwz                       aarch64    0.11-3.el7               base        95 k
11:17:45 #11 22.33  elfutils                  aarch64    0.176-5.el7              base       301 k
11:17:45 #11 22.33  emacs-filesystem          noarch     1:24.3-23.el7            base        58 k
11:17:45 #11 22.33  file                      aarch64    5.11-37.el7              base        57 k
11:17:45 #11 22.33  gdb                       aarch64    7.6.1-120.el7            base       2.3 M
11:17:45 #11 22.33  groff-base                aarch64    1.22.2-8.el7             base       920 k
11:17:45 #11 22.33  patch                     aarch64    2.7.1-12.el7_7           base       107 k
11:17:45 #11 22.33  perl                      aarch64    4:5.16.3-299.el7_9       updates    7.9 M
11:17:45 #11 22.33  perl-Carp                 noarch     1.26-244.el7             base        19 k
11:17:45 #11 22.33  perl-Encode               aarch64    2.51-7.el7               base       1.1 M
11:17:45 #11 22.33  perl-Exporter             noarch     5.68-3.el7               base        28 k
11:17:45 #11 22.33  perl-File-Path            noarch     2.09-2.el7               base        26 k
11:17:45 #11 22.33  perl-File-Temp            noarch     0.23.01-3.el7            base        56 k
11:17:45 #11 22.33  perl-Filter               aarch64    1.49-3.el7               base        76 k
11:17:45 #11 22.33  perl-Getopt-Long          noarch     2.40-3.el7               base        56 k
11:17:45 #11 22.33  perl-HTTP-Tiny            noarch     0.033-3.el7              base        38 k
11:17:45 #11 22.33  perl-PathTools            aarch64    3.40-5.el7               base        82 k
11:17:45 #11 22.33  perl-Pod-Escapes          noarch     1:1.04-299.el7_9         updates     52 k
11:17:45 #11 22.33  perl-Pod-Perldoc          noarch     3.20-4.el7               base        87 k
11:17:45 #11 22.33  perl-Pod-Simple           noarch     1:3.28-4.el7             base       216 k
11:17:45 #11 22.33  perl-Pod-Usage            noarch     1.63-3.el7               base        27 k
11:17:45 #11 22.33  perl-Scalar-List-Utils    aarch64    1.27-248.el7             base        35 k
11:17:45 #11 22.33  perl-Socket               aarch64    2.010-5.el7              base        48 k
11:17:45 #11 22.33  perl-Storable             aarch64    2.45-3.el7               base        73 k
11:17:45 #11 22.33  perl-Text-ParseWords      noarch     3.29-4.el7               base        14 k
11:17:45 #11 22.33  perl-Thread-Queue         noarch     3.02-2.el7               base        17 k
11:17:45 #11 22.33  perl-Time-HiRes           aarch64    4:1.9725-3.el7           base        45 k
11:17:45 #11 22.33  perl-Time-Local           noarch     1.2300-2.el7             base        24 k
11:17:45 #11 22.33  perl-constant             noarch     1.27-2.el7               base        19 k
11:17:45 #11 22.33  perl-libs                 aarch64    4:5.16.3-299.el7_9       updates    621 k
11:17:45 #11 22.33  perl-macros               aarch64    4:5.16.3-299.el7_9       updates     44 k
11:17:45 #11 22.33  perl-parent               noarch     1:0.225-244.el7          base        12 k
11:17:45 #11 22.33  perl-podlators            noarch     2.5.1-3.el7              base       112 k
11:17:45 #11 22.33  perl-srpm-macros          noarch     1-8.el7                  base       4.6 k
11:17:45 #11 22.33  perl-threads              aarch64    1.87-4.el7               base        48 k
11:17:45 #11 22.33  perl-threads-shared       aarch64    1.43-6.el7               base        37 k
11:17:45 #11 22.33  python-srpm-macros        noarch     3-34.el7                 base       8.8 k
11:17:45 #11 22.33  redhat-rpm-config         noarch     9.1.0-88.el7.centos      base        81 k
11:17:45 #11 22.33  unzip                     aarch64    6.0-24.el7_9             updates    168 k
11:17:45 #11 22.33  zip                       aarch64    3.0-11.el7               base       257 k
11:17:45 #11 22.33 Updating for dependencies:
11:17:45 #11 22.33  rpm                       aarch64    4.11.3-48.el7_9          updates    1.2 M
11:17:45 #11 22.33  rpm-build-libs            aarch64    4.11.3-48.el7_9          updates    101 k
11:17:45 #11 22.33  rpm-libs                  aarch64    4.11.3-48.el7_9          updates    256 k
11:17:45 #11 22.33  rpm-python                aarch64    4.11.3-48.el7_9          updates     83 k
11:17:45 #11 22.33 
11:17:45 #11 22.33 Transaction Summary
11:17:45 #11 22.33 ================================================================================
11:17:45 #11 22.33 Install  2 Packages (+42 Dependent packages)
11:17:45 #11 22.33 Upgrade             (  4 Dependent packages)
11:17:45 #11 22.33 
11:17:45 #11 22.33 Total download size: 17 M
11:17:45 #11 22.33 Downloading packages:
11:17:45 #11 22.33 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:17:45 #11 23.76 warning: /var/cache/yum/aarch64/7/base/packages/dwz-0.11-3.el7.aarch64.rpm: Header V4 RSA/SHA1 Signature, key ID 305d49d6: NOKEY
11:17:45 #11 23.76 Public key for dwz-0.11-3.el7.aarch64.rpm is not installed
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0dcb843a8bff70e45) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-09cd6c22f6543b50a) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-00f83e5f74cb434ea) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0e3405fae72f5809f) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0136fc3e36da2118f) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-01abaf3b4be357635) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-034fb824691ed5be5) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0c9b289c5cfc0919f) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-01f1556746d4faf89) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-045e74272dff2966c) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0373d68aa583ca4a6) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0dd6cbd69b6e6ed1b) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-030d05c20fba58c24) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d18d5ba5ef1f8444) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cde54591de5ad2be) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0f0d0427cb2387012) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d18d2124b8bc6805) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01aed38e2024c884a) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b4d449577c4c536a) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-00cedc7ead0c10bb6) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08d52f070596331fa) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08f96c3cac3bdf110) in /home/ubuntu/workspace/docker-ce-packaging_23.0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0339f8b3440a1b348) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cf78f98319add0e9) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0041fbe3c993bea1f) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
11:17:54 #11 32.67 Public key for perl-libs-5.16.3-299.el7_9.aarch64.rpm is not installed
[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/
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_23.0@tmp/55d46aea-7765-49c5-8754-b49f02a4f9f1/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_23.0@tmp/2be0952a-912e-4b29-b1e4-5a5f7ae86ea1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/f696cb0d-79ea-466c-baaa-d0cf4aa50198/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_23.0@tmp/583aad51-6ee4-4faa-b20c-37cb371ce03b/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_23.0@tmp/0da2e6aa-dd68-48b0-8cee-8ff429884a55/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/73542be8-da94-43d4-b079-c3a53d48de9d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
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_23.0@tmp/43a2b6ef-40ef-4fa1-b4a9-6b7fc337d6d0/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] {
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_23.0@tmp/c1e6019d-dc1d-4660-8359-dd84f02c9eb5/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] wrap
[Pipeline] wrap
[Pipeline] wrap
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
[Pipeline] wrap
[Pipeline] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/d3364f6f-aad7-4e5a-b83a-7e9762e07c4f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/81f5f393-33af-4aa1-afbe-246802f7890a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:18:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:05 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-01b151f320fe8e309) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] echo
11:18:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:06 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_23.0@tmp/36039da5-5863-46e5-8cb8-2bdcb0fd68cb/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-2004-arm64v8 (i-0186513f57ed42c31) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b7bf6cee53778849) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09498eab51c822843) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0964055503dcaf416) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05c976c6b4461ecf7) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0efa02c0705d00381) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:18:06 + pwd
11:18:06 + id -u
11:18:06 + id -g
11:18:06 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:06 Unable to find image 'busybox:latest' locally
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_23.0@tmp/d9ba43df-d096-479e-844e-b3b75f899d1c/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-2004-arm64v8 (i-0650126441393faf3) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-001a34eceeb84656c) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] echo
11:18:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:06 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05c0e0bc8a700d438) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:18:06 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_23.0@tmp/77b40920-5e6a-412d-83c3-77ad74dc0949/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_23.0@tmp/5676844c-ac37-42fc-9022-683c0dd93baa/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_23.0@tmp/321241e2-a826-4c42-ba46-109f2a392c84/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:06 + pwd
11:18:06 + id -u
11:18:06 + id -g
11:18:06 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:06 Unable to find image 'busybox:latest' locally
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_23.0@tmp/274c80f2-224c-466b-8dac-7ac79ff7c589/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! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/76c2319f-cff9-4ecd-ae0c-96c1f7846dc6/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_23.0@tmp/c7cb33e0-6f88-490f-aa20-586041def81d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/a52d4cf7-f4d5-4a52-90a6-8583113cef95/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] {
[Pipeline] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/0da9a595-f1c1-462b-a37c-e46f9abd0f42/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:07 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05a9e8e3f5dbc9716) in /home/ubuntu/workspace/docker-ce-packaging_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_23.0@tmp/17dcaceb-cf9e-4dd8-ab47-f45546443847/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_23.0@tmp/bd6a937b-5b14-49f3-b912-53a7b7d933f1/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_23.0@tmp/5b145fba-b9b5-47bf-bf31-d70625cdc33d/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_23.0@tmp/7bc223a8-c795-46f9-b1c1-6cb0f0df1c85/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:07 ed0e558e1a9b: Pulling fs layer
11:18:07 ed0e558e1a9b: Verifying Checksum
11:18:07 ed0e558e1a9b: Download complete
11:18:07 + pwd
11:18:07 + id -u
11:18:07 + id -g
11:18:07 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:07 Unable to find image 'busybox:latest' locally
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_23.0@tmp/6a6d7153-1f43-4186-aa78-bb9dc9627a0c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
11:18:07 ed0e558e1a9b: Pull complete
[Pipeline] echo
11:18:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:07 chowning workspace
[Pipeline] sh
11:18:08 + pwd
11:18:08 + id -u
11:18:08 + id -g
11:18:08 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:08 Unable to find image 'busybox:latest' locally
11:18:08 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:08 Status: Downloaded newer image for busybox:latest
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:18:08 latest: Pulling from library/busybox
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:08 chowning workspace
[Pipeline] sh
11:18:08 latest: Pulling from library/busybox
11:18:08 ed0e558e1a9b: Pulling fs layer
11:18:08 ed0e558e1a9b: Verifying Checksum
11:18:08 ed0e558e1a9b: Download complete
11:18:09 + pwd
11:18:09 + id -u
11:18:09 + id -g
11:18:09 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:09 Unable to find image 'busybox:latest' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
11:18:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:09 chowning workspace
[Pipeline] sh
11:18:09 ed0e558e1a9b: Pulling fs layer
11:18:09 + pwd
11:18:09 + id -u
11:18:09 + id -g
11:18:09 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:09 Unable to find image 'busybox:latest' locally
11:18:09 latest: Pulling from library/busybox
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:09 chowning workspace
[Pipeline] sh
11:18:09 ed0e558e1a9b: Verifying Checksum
11:18:09 ed0e558e1a9b: Download complete
11:18:09 ed0e558e1a9b: Pull complete
11:18:09 + pwd
11:18:09 + id -u
11:18:09 + id -g
11:18:09 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:09 Unable to find image 'busybox:latest' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
11:18:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:10 chowning workspace
[Pipeline] sh
11:18:10 latest: Pulling from library/busybox
11:18:10 ed0e558e1a9b: Pulling fs layer
11:18:10 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:10 latest: Pulling from library/busybox
11:18:10 ed0e558e1a9b: Verifying Checksum
11:18:10 ed0e558e1a9b: Download complete
11:18:10 + pwd
11:18:10 + id -u
11:18:10 + id -g
11:18:10 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:10 Unable to find image 'busybox:latest' locally
11:18:10 ed0e558e1a9b: Pulling fs layer
11:18:10 ed0e558e1a9b: Verifying Checksum
11:18:10 ed0e558e1a9b: Download complete
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
11:18:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:10 chowning workspace
[Pipeline] sh
11:18:10 Status: Downloaded newer image for busybox:latest
11:18:10 ed0e558e1a9b: Pull complete
11:18:10 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:10 Status: Downloaded newer image for busybox:latest
11:18:10 ed0e558e1a9b: Pull complete
11:18:10 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:10 Status: Downloaded newer image for busybox:latest
11:18:10 latest: Pulling from library/busybox
11:18:10 + pwd
11:18:10 + id -u
11:18:10 + id -g
11:18:10 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:10 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:18:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:11 chowning workspace
[Pipeline] sh
11:18:11 ed0e558e1a9b: Pulling fs layer
11:18:11 ed0e558e1a9b: Pull complete
11:18:11 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:11 ed0e558e1a9b: Pulling fs layer
[Pipeline] echo
11:18:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:11 chowning workspace
[Pipeline] sh
11:18:11 Status: Downloaded newer image for busybox:latest
11:18:11 + pwd
11:18:11 + id -u
11:18:11 + id -g
11:18:11 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:11 Unable to find image 'busybox:latest' locally
11:18:11 ed0e558e1a9b: Verifying Checksum
11:18:11 ed0e558e1a9b: Download complete
11:18:11 ed0e558e1a9b: Download complete
11:18:11 latest: Pulling from library/busybox
11:18:11 ed0e558e1a9b: Pulling fs layer
11:18:11 latest: Pulling from library/busybox
11:18:11 ed0e558e1a9b: Pulling fs layer
11:18:11 ed0e558e1a9b: Verifying Checksum
11:18:11 ed0e558e1a9b: Download complete
11:18:11 + pwd
11:18:11 + id -u
11:18:11 + id -g
11:18:11 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:11 Unable to find image 'busybox:latest' locally
11:18:11 latest: Pulling from library/busybox
11:18:11 latest: Pulling from library/busybox
11:18:11 ed0e558e1a9b: Pulling fs layer
11:18:11 ed0e558e1a9b: Verifying Checksum
11:18:11 ed0e558e1a9b: Download complete
11:18:11 1487bff95222: Pulling fs layer
11:18:11 1487bff95222: Verifying Checksum
11:18:11 1487bff95222: Download complete
11:18:11 ed0e558e1a9b: Verifying Checksum
11:18:11 ed0e558e1a9b: Download complete
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:11 chowning workspace
[Pipeline] sh
11:18:11 ed0e558e1a9b: Pull complete
11:18:11 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:11 Status: Downloaded newer image for busybox:latest
11:18:12 ed0e558e1a9b: Pull complete
11:18:12 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:12 Status: Downloaded newer image for busybox:latest
11:18:12 ed0e558e1a9b: Pull complete
11:18:12 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:12 Status: Downloaded newer image for busybox:latest
11:18:12 1487bff95222: Pull complete
11:18:12 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:12 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:18:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:12 chowning workspace
[Pipeline] sh
11:18:12 + pwd
11:18:12 + id -u
11:18:12 + id -g
11:18:12 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:12 Unable to find image 'busybox:latest' locally
11:18:12 ed0e558e1a9b: Pull complete
11:18:12 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:12 Status: Downloaded newer image for busybox:latest
11:18:12 ed0e558e1a9b: Pull complete
11:18:12 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:12 Status: Downloaded newer image for busybox:latest
11:18:12 latest: Pulling from library/busybox
11:18:12 1487bff95222: Pulling fs layer
11:18:12 1487bff95222: Verifying Checksum
11:18:12 1487bff95222: Download complete
11:18:12 + pwd
11:18:12 + id -u
11:18:12 + id -g
11:18:12 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:12 Unable to find image 'busybox:latest' locally
11:18:12 latest: Pulling from library/busybox
[Pipeline] echo
11:18:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:12 chowning workspace
[Pipeline] sh
11:18:12 1487bff95222: Pulling fs layer
11:18:12 1487bff95222: Download complete
[Pipeline] echo
11:18:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:12 chowning workspace
11:18:12 + pwd
11:18:12 + id -u
11:18:12 + id -g
11:18:12 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:12 Unable to find image 'busybox:latest' locally
11:18:12 latest: Pulling from library/busybox
[Pipeline] sh
11:18:13 1487bff95222: Pull complete
11:18:13 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:13 Status: Downloaded newer image for busybox:latest
11:18:13 1487bff95222: Pull complete
11:18:13 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:13 Status: Downloaded newer image for busybox:latest
11:18:13 1487bff95222: Pulling fs layer
11:18:13 1487bff95222: Verifying Checksum
11:18:13 1487bff95222: Download complete
11:18:13 + pwd
11:18:13 + id -u
11:18:13 + id -g
11:18:13 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:13 Unable to find image 'busybox:latest' locally
11:18:13 latest: Pulling from library/busybox
[Pipeline] echo
11:18:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:13 chowning workspace
[Pipeline] sh
11:18:13 1487bff95222: Pull complete
11:18:13 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:13 Status: Downloaded newer image for busybox:latest
11:18:13 1487bff95222: Pulling fs layer
11:18:13 1487bff95222: Verifying Checksum
11:18:13 1487bff95222: Download complete
11:18:13 1487bff95222: Pull complete
[Pipeline] echo
11:18:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:13 chowning workspace
[Pipeline] sh
11:18:13 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:13 Status: Downloaded newer image for busybox:latest
11:18:13 + pwd
11:18:13 + id -u
11:18:13 + id -g
11:18:13 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:13 Unable to find image 'busybox:latest' locally
11:18:14 + pwd
11:18:14 + id -u
11:18:14 + id -g
11:18:14 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:14 Unable to find image 'busybox:latest' locally
11:18:14 latest: Pulling from library/busybox
[Pipeline] echo
11:18:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:14 chowning workspace
[Pipeline] sh
11:18:14 latest: Pulling from library/busybox
11:18:14 1487bff95222: Pulling fs layer
11:18:14 1487bff95222: Verifying Checksum
11:18:14 1487bff95222: Download complete
11:18:14 1487bff95222: Pulling fs layer
11:18:14 1487bff95222: Verifying Checksum
11:18:14 1487bff95222: Download complete
11:18:14 + pwd
11:18:14 + id -u
11:18:14 + id -g
11:18:14 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:14 Unable to find image 'busybox:latest' locally
11:18:14 latest: Pulling from library/busybox
[Pipeline] {
[Pipeline] echo
11:18:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:14 chowning workspace
[Pipeline] sh
11:18:14 1487bff95222: Pull complete
11:18:14 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:14 Status: Downloaded newer image for busybox:latest
11:18:14 1487bff95222: Pulling fs layer
11:18:14 1487bff95222: Verifying Checksum
11:18:14 1487bff95222: Download complete
11:18:14 + pwd
11:18:14 + id -u
11:18:14 + id -g
11:18:14 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:14 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:14 chowning workspace
[Pipeline] sh
11:18:14 1487bff95222: Pull complete
11:18:14 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:14 Status: Downloaded newer image for busybox:latest
11:18:14 1487bff95222: Pull complete
11:18:14 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:14 Status: Downloaded newer image for busybox:latest
11:18:14 latest: Pulling from library/busybox
11:18:14 1487bff95222: Pulling fs layer
11:18:14 1487bff95222: Verifying Checksum
11:18:14 1487bff95222: Download complete
[Pipeline] echo
11:18:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:15 chowning workspace
[Pipeline] sh
11:18:15 + pwd
11:18:15 + id -u
11:18:15 + id -g
11:18:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:15 Unable to find image 'busybox:latest' locally
11:18:15 latest: Pulling from library/busybox
[Pipeline] echo
11:18:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:15 chowning workspace
[Pipeline] sh
11:18:15 1487bff95222: Pulling fs layer
11:18:15 1487bff95222: Verifying Checksum
11:18:15 1487bff95222: Download complete
11:18:15 + pwd
11:18:15 + id -u
11:18:15 + id -g
11:18:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:15 Unable to find image 'busybox:latest' locally
11:18:15 + pwd
11:18:15 + id -u
11:18:15 + id -g
11:18:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:15 Unable to find image 'busybox:latest' locally
11:18:15 1487bff95222: Pull complete
11:18:15 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:15 Status: Downloaded newer image for busybox:latest
11:18:15 1487bff95222: Pull complete
11:18:15 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:15 Status: Downloaded newer image for busybox:latest
11:18:15 latest: Pulling from library/busybox
11:18:15 1487bff95222: Pulling fs layer
11:18:15 1487bff95222: Download complete
[Pipeline] echo
11:18:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:15 chowning workspace
[Pipeline] sh
11:18:15 latest: Pulling from library/busybox
11:18:15 1487bff95222: Pulling fs layer
11:18:15 1487bff95222: Verifying Checksum
11:18:15 1487bff95222: Download complete
11:18:15 1487bff95222: Pull complete
11:18:15 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:15 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:18:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:15 chowning workspace
[Pipeline] sh
11:18:15 + pwd
11:18:15 + id -u
11:18:15 + id -g
11:18:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:15 Unable to find image 'busybox:latest' locally
11:18:15 latest: Pulling from library/busybox
11:18:16 1487bff95222: Pull complete
11:18:16 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:16 + pwd
11:18:16 + id -u
11:18:16 + id -g
11:18:16 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:16 Unable to find image 'busybox:latest' locally
11:18:16 latest: Pulling from library/busybox
11:18:16 1487bff95222: Pulling fs layer
11:18:16 1487bff95222: Verifying Checksum
11:18:16 1487bff95222: Download complete
11:18:16 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 1487bff95222: Pulling fs layer
11:18:16 1487bff95222: Verifying Checksum
11:18:16 1487bff95222: Download complete
11:18:16 1487bff95222: Pull complete
11:18:16 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:16 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 1487bff95222: Pull complete
11:18:16 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:16 Status: Downloaded newer image for busybox:latest
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + pwd
11:18:16 + id -u
11:18:16 + id -g
11:18:16 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:16 Unable to find image 'busybox:latest' locally
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 Docker containers have been removed
[Pipeline] echo
11:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
11:18:16 latest: Pulling from library/busybox
11:18:16 1487bff95222: Pulling fs layer
11:18:16 1487bff95222: Verifying Checksum
11:18:16 1487bff95222: Download complete
[Pipeline] echo
11:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:16 Removing all docker containers
[Pipeline] sh
11:18:16 + docker container ls -aq
11:18:17 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-armhf)
[Pipeline] stage
[Pipeline] { (ubuntu-focal-armhf)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-armhf)
[Pipeline] stage
[Pipeline] { (debian-bullseye-armhf)
[Pipeline] stage
[Pipeline] { (debian-buster-armhf)
[Pipeline] stage
[Pipeline] { (centos-9-amd64)
[Pipeline] sh
11:18:17 + docker container ls -aq
[Pipeline] sh
11:18:17 + docker container ls -aq
[Pipeline] sh
11:18:17 + docker container ls -aq
[Pipeline] sh
11:18:17 + docker container ls -aq
11:18:17 + docker container ls -aq
11:18:17 + docker container ls -aq
[Pipeline] sh
11:18:17 + docker container ls -aq
[Pipeline] sh
11:18:17 + docker container ls -aq
11:18:17 1487bff95222: Pull complete
11:18:17 + docker container ls -aq
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] stage
[Pipeline] { (raspbian-bookworm-armhf)
[Pipeline] stage
[Pipeline] { (raspbian-bullseye-armhf)
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 Docker containers have been removed
[Pipeline] echo
11:18:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-armhf)
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:17 Status: Downloaded newer image for busybox:latest
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:17 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] stage
[Pipeline] { (raspbian-buster-armhf)
[Pipeline] stage
[Pipeline] { (debian-bookworm-armhf)
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-amd64)
[Pipeline] stage
[Pipeline] { (fedora-37-amd64)
[Pipeline] stage
[Pipeline] { (centos-8-amd64)
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-amd64)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-amd64)
[Pipeline] stage
[Pipeline] { (debian-bullseye-amd64)
[Pipeline] stage
[Pipeline] { (cross-mac)
[Pipeline] stage
[Pipeline] { (debian-buster-amd64)
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:18:17 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
11:18:17 + echo starting...
11:18:17 starting...
[Pipeline] sh
11:18:18 + echo starting...
11:18:18 starting...
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:18 + echo starting...
11:18:18 starting...
[Pipeline] echo
11:18:18 + echo starting...
11:18:18 starting...
11:18:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:18 + echo starting...
11:18:18 starting...
11:18:18 Removing all docker containers
[Pipeline] sh
11:18:18 + echo starting...
11:18:18 starting...
11:18:18 + echo starting...
11:18:18 starting...
[Pipeline] echo
11:18:18 Removing all docker containers
[Pipeline] sh
11:18:18 + docker container ls -aq
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:18:18 Docker containers have been removed
[Pipeline] echo
11:18:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:18 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker container ls -aq
[Pipeline] sh
11:18:18 + docker container ls -aq
[Pipeline] sh
11:18:18 + docker container ls -aq
[Pipeline] sh
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:18 + docker container ls -aq
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:18:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (fedora-36-amd64)
[Pipeline] sh
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:56:06 2022
11:18:18  OS/Arch:           linux/arm
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:56:06 2022
11:18:18   OS/Arch:          linux/arm
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] echo
11:18:18 Docker containers have been removed
[Pipeline] echo
11:18:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:18 Docker containers have been removed
[Pipeline] echo
11:18:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:18 Docker containers have been removed
[Pipeline] echo
11:18:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
11:18:18 + docker info
11:18:18 Client:
11:18:18  Context:    default
11:18:18  Debug Mode: false
11:18:18  Plugins:
11:18:18   buildx: Docker Buildx (Docker Inc.)
11:18:18     Version:  v0.8.2
11:18:18     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:18   compose: Docker Compose (Docker Inc.)
11:18:18     Version:  v2.12.0
11:18:18     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:18 
11:18:18 Server:
11:18:18  Containers: 0
11:18:18   Running: 0
11:18:18   Paused: 0
11:18:18   Stopped: 0
11:18:18  Images: 1
11:18:18  Server Version: 22.06.0-beta.0
11:18:18  Storage Driver: overlay2
11:18:18   Backing Filesystem: extfs
11:18:18   Supports d_type: true
11:18:18   Using metacopy: false
11:18:18   Native Overlay Diff: true
11:18:18   userxattr: false
11:18:18  Logging Driver: json-file
11:18:18  Cgroup Driver: cgroupfs
11:18:18  Cgroup Version: 1
11:18:18  Plugins:
11:18:18   Volume: local
11:18:18   Network: bridge host ipvlan macvlan null overlay
11:18:18   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:18  Swarm: inactive
11:18:18  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:18  Default Runtime: runc
11:18:18  Init Binary: docker-init
11:18:18  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc version: v1.1.4-0-g5fd4c4d
11:18:18  init version: de40ad0
11:18:18  Security Options:
11:18:18   apparmor
11:18:18   seccomp
11:18:18    Profile: builtin
11:18:18  Kernel Version: 5.4.0-1088-aws
11:18:18  Operating System: Ubuntu 18.04.6 LTS
11:18:18  OSType: linux
11:18:18  Architecture: armv8l
11:18:18  CPUs: 2
11:18:18  Total Memory: 7.566GiB
11:18:18  Name: ip-10-100-120-12
11:18:18  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:18  Docker Root Dir: /var/lib/docker
11:18:18  Debug Mode: false
11:18:18  Username: dockerbuildbot
11:18:18  Registry: https://index.docker.io/v1/
11:18:18  Labels:
11:18:18  Experimental: true
11:18:18  Insecure Registries:
11:18:18   127.0.0.0/8
11:18:18  Live Restore Enabled: true
11:18:18 
11:18:18 WARNING: No swap limit support
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] echo
11:18:18 Docker containers have been removed
[Pipeline] echo
11:18:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker info
11:18:18 Client:
11:18:18  Context:    default
11:18:18  Debug Mode: false
11:18:18  Plugins:
11:18:18   buildx: Docker Buildx (Docker Inc.)
11:18:18     Version:  v0.8.2
11:18:18     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:18   compose: Docker Compose (Docker Inc.)
11:18:18     Version:  v2.12.0
11:18:18     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:18 
11:18:18 Server:
11:18:18  Containers: 0
11:18:18   Running: 0
11:18:18   Paused: 0
11:18:18   Stopped: 0
11:18:18  Images: 1
11:18:18  Server Version: 22.06.0-beta.0
11:18:18  Storage Driver: overlay2
11:18:18   Backing Filesystem: extfs
11:18:18   Supports d_type: true
11:18:18   Using metacopy: false
11:18:18   Native Overlay Diff: true
11:18:18   userxattr: false
11:18:18  Logging Driver: json-file
11:18:18  Cgroup Driver: cgroupfs
11:18:18  Cgroup Version: 1
11:18:18  Plugins:
11:18:18   Volume: local
11:18:18   Network: bridge host ipvlan macvlan null overlay
11:18:18   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:18  Swarm: inactive
11:18:18  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:18  Default Runtime: runc
11:18:18  Init Binary: docker-init
11:18:18  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc version: v1.1.4-0-g5fd4c4d
11:18:18  init version: de40ad0
11:18:18  Security Options:
11:18:18   apparmor
11:18:18   seccomp
11:18:18    Profile: builtin
11:18:18  Kernel Version: 5.4.0-1088-aws
11:18:18  Operating System: Ubuntu 18.04.6 LTS
11:18:18  OSType: linux
11:18:18  Architecture: armv8l
11:18:18  CPUs: 2
11:18:18  Total Memory: 7.566GiB
11:18:18  Name: ip-10-100-67-202
11:18:18  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:18  Docker Root Dir: /var/lib/docker
11:18:18  Debug Mode: false
11:18:18  Username: dockerbuildbot
11:18:18  Registry: https://index.docker.io/v1/
11:18:18  Labels:
11:18:18  Experimental: true
11:18:18  Insecure Registries:
11:18:18   127.0.0.0/8
11:18:18  Live Restore Enabled: true
11:18:18 
11:18:18 WARNING: No swap limit support
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:18 + docker version
11:18:18 Client: Docker Engine - Community
11:18:18  Version:           22.06.0-beta.0
11:18:18  API version:       1.42
11:18:18  Go version:        go1.18.3
11:18:18  Git commit:        3e9117b
11:18:18  Built:             Fri Jun  3 17:55:45 2022
11:18:18  OS/Arch:           linux/amd64
11:18:18  Context:           default
11:18:18 
11:18:18 Server: Docker Engine - Community
11:18:18  Engine:
11:18:18   Version:          22.06.0-beta.0
11:18:18   API version:      1.42 (minimum version 1.12)
11:18:18   Go version:       go1.18.3
11:18:18   Git commit:       38633e7
11:18:18   Built:            Fri Jun  3 17:55:45 2022
11:18:18   OS/Arch:          linux/amd64
11:18:18   Experimental:     true
11:18:18  containerd:
11:18:18   Version:          1.6.8
11:18:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:18  runc:
11:18:18   Version:          1.1.4
11:18:18   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:18  docker-init:
11:18:18   Version:          0.19.0
11:18:18   GitCommit:        de40ad0
[Pipeline] sh
11:18:19 + docker version
11:18:19 Client: Docker Engine - Community
11:18:19  Version:           22.06.0-beta.0
11:18:19  API version:       1.42
11:18:19  Go version:        go1.18.3
11:18:19  Git commit:        3e9117b
11:18:19  Built:             Fri Jun  3 17:55:45 2022
11:18:19  OS/Arch:           linux/amd64
11:18:19  Context:           default
11:18:19 
11:18:19 Server: Docker Engine - Community
11:18:19  Engine:
11:18:19   Version:          22.06.0-beta.0
11:18:19   API version:      1.42 (minimum version 1.12)
11:18:19   Go version:       go1.18.3
11:18:19   Git commit:       38633e7
11:18:19   Built:            Fri Jun  3 17:55:45 2022
11:18:19   OS/Arch:          linux/amd64
11:18:19   Experimental:     true
11:18:19  containerd:
11:18:19   Version:          1.6.8
11:18:19   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc:
11:18:19   Version:          1.1.4
11:18:19   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:19  docker-init:
11:18:19   Version:          0.19.0
11:18:19   GitCommit:        de40ad0
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-109-125
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-71-119
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + echo starting...
11:18:19 starting...
[Pipeline] echo
11:18:19 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:19 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:19 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-105-1
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-71-144
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-86-86
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-98-92
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-113-142
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  v0.8.2
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: cgroupfs
11:18:19  Cgroup Version: 1
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19  Kernel Version: 5.4.0-1088-aws
11:18:19  Operating System: Ubuntu 18.04.6 LTS
11:18:19  OSType: linux
11:18:19  Architecture: armv8l
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.566GiB
11:18:19  Name: ip-10-100-76-209
11:18:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 WARNING: No swap limit support
[Pipeline] stage
[Pipeline] { (static-linux)
[Pipeline] stage
[Pipeline] { (centos-7-amd64)
[Pipeline] stage
[Pipeline] { (cross-win)
[Pipeline] sh
[Pipeline] echo
11:18:19 cleanWorkspace: Workspace is clean.
[Pipeline] sh
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.475GiB
11:18:19  Name: ip-10-100-69-139
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.557GiB
11:18:19  Name: ip-10-100-121-110
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] sh
[Pipeline] stage
[Pipeline] { (debian-bookworm-amd64)
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.475GiB
11:18:19  Name: ip-10-100-68-118
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] sh
[Pipeline] sh
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.557GiB
11:18:19  Name: ip-10-100-120-147
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.557GiB
11:18:19  Name: ip-10-100-107-183
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] }
[Pipeline] checkout
[Pipeline] }
[Pipeline] }
11:18:19 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:18:19 Removing all docker containers
[Pipeline] sh
11:18:19 + echo starting...
11:18:19 starting...
[Pipeline] checkout
[Pipeline] // stage
11:18:19 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] }
[Pipeline] checkout
11:18:19 The recommended git tool is: git
[Pipeline] checkout
11:18:19 The recommended git tool is: git
[Pipeline] sh
11:18:19 + echo starting...
11:18:19 starting...
11:18:19 + echo starting...
11:18:19 starting...
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.557GiB
11:18:19  Name: ip-10-100-103-124
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
11:18:19 + echo starting...
11:18:19 starting...
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.475GiB
11:18:19  Name: ip-10-100-41-167
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] }
[Pipeline] checkout
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.475GiB
11:18:19  Name: ip-10-100-39-205
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
11:18:19 The recommended git tool is: git
[Pipeline] checkout
11:18:19 The recommended git tool is: git
11:18:19 + docker info
11:18:19 Client:
11:18:19  Context:    default
11:18:19  Debug Mode: false
11:18:19  Plugins:
11:18:19   buildx: Docker Buildx (Docker Inc.)
11:18:19     Version:  c5aec24
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:19   compose: Docker Compose (Docker Inc.)
11:18:19     Version:  v2.12.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:19   scan: Docker Scan (Docker Inc.)
11:18:19     Version:  v0.17.0
11:18:19     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:19 
11:18:19 Server:
11:18:19  Containers: 0
11:18:19   Running: 0
11:18:19   Paused: 0
11:18:19   Stopped: 0
11:18:19  Images: 1
11:18:19  Server Version: 22.06.0-beta.0
11:18:19  Storage Driver: overlay2
11:18:19   Backing Filesystem: extfs
11:18:19   Supports d_type: true
11:18:19   Using metacopy: false
11:18:19   Native Overlay Diff: true
11:18:19   userxattr: false
11:18:19  Logging Driver: json-file
11:18:19  Cgroup Driver: systemd
11:18:19  Cgroup Version: 2
11:18:19  Plugins:
11:18:19   Volume: local
11:18:19   Network: bridge host ipvlan macvlan null overlay
11:18:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:19  Swarm: inactive
11:18:19  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:19  Default Runtime: runc
11:18:19  Init Binary: docker-init
11:18:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:19  runc version: v1.1.4-0-g5fd4c4d
11:18:19  init version: de40ad0
11:18:19  Security Options:
11:18:19   apparmor
11:18:19   seccomp
11:18:19    Profile: builtin
11:18:19   cgroupns
11:18:19  Kernel Version: 5.15.0-1022-aws
11:18:19  Operating System: Ubuntu 20.04.5 LTS
11:18:19  OSType: linux
11:18:19  Architecture: x86_64
11:18:19  CPUs: 2
11:18:19  Total Memory: 7.475GiB
11:18:19  Name: ip-10-100-37-239
11:18:19  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:19  Docker Root Dir: /var/lib/docker
11:18:19  Debug Mode: false
11:18:19  Username: dockerbuildbot
11:18:19  Registry: https://index.docker.io/v1/
11:18:19  Labels:
11:18:19  Experimental: true
11:18:19  Insecure Registries:
11:18:19   127.0.0.0/8
11:18:19  Live Restore Enabled: true
11:18:19 
[Pipeline] checkout
11:18:19 The recommended git tool is: git
11:18:19 + docker container ls -aq
[Pipeline] checkout
11:18:19 The recommended git tool is: git
[Pipeline] checkout
11:18:19 The recommended git tool is: git
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
11:18:19 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
11:18:20 + docker version
11:18:20 Client: Docker Engine - Community
11:18:20  Version:           22.06.0-beta.0
11:18:20  API version:       1.42
11:18:20  Go version:        go1.18.3
11:18:20  Git commit:        3e9117b
11:18:20  Built:             Fri Jun  3 17:55:45 2022
11:18:20  OS/Arch:           linux/amd64
11:18:20  Context:           default
11:18:20 
11:18:20 Server: Docker Engine - Community
11:18:20  Engine:
11:18:20   Version:          22.06.0-beta.0
11:18:20   API version:      1.42 (minimum version 1.12)
11:18:20   Go version:       go1.18.3
11:18:20   Git commit:       38633e7
11:18:20   Built:            Fri Jun  3 17:55:45 2022
11:18:20   OS/Arch:          linux/amd64
11:18:20   Experimental:     true
11:18:20  containerd:
11:18:20   Version:          1.6.8
11:18:20   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:20  runc:
11:18:20   Version:          1.1.4
11:18:20   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:20  docker-init:
11:18:20   Version:          0.19.0
11:18:20   GitCommit:        de40ad0
[Pipeline] { (build)
[Pipeline] checkout
11:18:20 The recommended git tool is: git
[Pipeline] checkout
11:18:20 The recommended git tool is: git
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] checkout
11:18:20 The recommended git tool is: git
[Pipeline] checkout
11:18:20 The recommended git tool is: git
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] echo
11:18:20 Docker containers have been removed
[Pipeline] echo
11:18:20 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
11:18:20 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] checkout
[Pipeline] sh
11:18:20 + docker version
11:18:20 Client: Docker Engine - Community
11:18:20  Version:           22.06.0-beta.0
11:18:20  API version:       1.42
11:18:20  Go version:        go1.18.3
11:18:20  Git commit:        3e9117b
11:18:20  Built:             Fri Jun  3 17:55:45 2022
11:18:20  OS/Arch:           linux/amd64
11:18:20  Context:           default
11:18:20 
11:18:20 Server: Docker Engine - Community
11:18:20  Engine:
11:18:20   Version:          22.06.0-beta.0
11:18:20   API version:      1.42 (minimum version 1.12)
11:18:20   Go version:       go1.18.3
11:18:20   Git commit:       38633e7
11:18:20   Built:            Fri Jun  3 17:55:45 2022
11:18:20   OS/Arch:          linux/amd64
11:18:20   Experimental:     true
11:18:20  containerd:
11:18:20   Version:          1.6.8
11:18:20   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:20  runc:
11:18:20   Version:          1.1.4
11:18:20   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:20  docker-init:
11:18:20   Version:          0.19.0
11:18:20   GitCommit:        de40ad0
11:18:20 The recommended git tool is: git
[Pipeline] sh
11:18:20 + docker info
11:18:20 Client:
11:18:20  Context:    default
11:18:20  Debug Mode: false
11:18:20  Plugins:
11:18:20   buildx: Docker Buildx (Docker Inc.)
11:18:20     Version:  c5aec24
11:18:20     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:20   compose: Docker Compose (Docker Inc.)
11:18:20     Version:  v2.12.0
11:18:20     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:20   scan: Docker Scan (Docker Inc.)
11:18:20     Version:  v0.17.0
11:18:20     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:20 
11:18:20 Server:
11:18:20  Containers: 0
11:18:20   Running: 0
11:18:20   Paused: 0
11:18:20   Stopped: 0
11:18:20  Images: 1
11:18:20  Server Version: 22.06.0-beta.0
11:18:20  Storage Driver: overlay2
11:18:20   Backing Filesystem: extfs
11:18:20   Supports d_type: true
11:18:20   Using metacopy: false
11:18:20   Native Overlay Diff: true
11:18:20   userxattr: false
11:18:20  Logging Driver: json-file
11:18:20  Cgroup Driver: systemd
11:18:20  Cgroup Version: 2
11:18:20  Plugins:
11:18:20   Volume: local
11:18:20   Network: bridge host ipvlan macvlan null overlay
11:18:20   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:20  Swarm: inactive
11:18:20  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:20  Default Runtime: runc
11:18:20  Init Binary: docker-init
11:18:20  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:20  runc version: v1.1.4-0-g5fd4c4d
11:18:20  init version: de40ad0
11:18:20  Security Options:
11:18:20   apparmor
11:18:20   seccomp
11:18:20    Profile: builtin
11:18:20   cgroupns
11:18:20  Kernel Version: 5.15.0-1022-aws
11:18:20  Operating System: Ubuntu 20.04.5 LTS
11:18:20  OSType: linux
11:18:20  Architecture: x86_64
11:18:20  CPUs: 2
11:18:20  Total Memory: 7.557GiB
11:18:20  Name: ip-10-100-124-201
11:18:20  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:20  Docker Root Dir: /var/lib/docker
11:18:20  Debug Mode: false
11:18:20  Username: dockerbuildbot
11:18:20  Registry: https://index.docker.io/v1/
11:18:20  Labels:
11:18:20  Experimental: true
11:18:20  Insecure Registries:
11:18:20   127.0.0.0/8
11:18:20  Live Restore Enabled: true
11:18:20 
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
11:18:20 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
11:18:20 + docker version
11:18:20 Client: Docker Engine - Community
11:18:20  Version:           22.06.0-beta.0
11:18:20  API version:       1.42
11:18:20  Go version:        go1.18.3
11:18:20  Git commit:        3e9117b
11:18:20  Built:             Fri Jun  3 17:55:45 2022
11:18:20  OS/Arch:           linux/amd64
11:18:20  Context:           default
11:18:20 
11:18:20 Server: Docker Engine - Community
11:18:20  Engine:
11:18:20   Version:          22.06.0-beta.0
11:18:20   API version:      1.42 (minimum version 1.12)
11:18:20   Go version:       go1.18.3
11:18:20   Git commit:       38633e7
11:18:20   Built:            Fri Jun  3 17:55:45 2022
11:18:20   OS/Arch:          linux/amd64
11:18:20   Experimental:     true
11:18:20  containerd:
11:18:20   Version:          1.6.8
11:18:20   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:20  runc:
11:18:20   Version:          1.1.4
11:18:20   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:20  docker-init:
11:18:20   Version:          0.19.0
11:18:20   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:18:20 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-focal-amd64)
[Pipeline] checkout
11:18:20 + docker version
11:18:20 Client: Docker Engine - Community
11:18:20  Version:           22.06.0-beta.0
11:18:20  API version:       1.42
11:18:20  Go version:        go1.18.3
11:18:20  Git commit:        3e9117b
11:18:20  Built:             Fri Jun  3 17:55:45 2022
11:18:20  OS/Arch:           linux/amd64
11:18:20  Context:           default
11:18:20 
11:18:20 Server: Docker Engine - Community
11:18:20  Engine:
11:18:20   Version:          22.06.0-beta.0
11:18:20   API version:      1.42 (minimum version 1.12)
11:18:20   Go version:       go1.18.3
11:18:20   Git commit:       38633e7
11:18:20   Built:            Fri Jun  3 17:55:45 2022
11:18:20   OS/Arch:          linux/amd64
11:18:20   Experimental:     true
11:18:20  containerd:
11:18:20   Version:          1.6.8
11:18:20   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:20  runc:
11:18:20   Version:          1.1.4
11:18:20   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:20  docker-init:
11:18:20   Version:          0.19.0
11:18:20   GitCommit:        de40ad0
11:18:21 + docker version
11:18:21 Client: Docker Engine - Community
11:18:21  Version:           22.06.0-beta.0
11:18:21  API version:       1.42
11:18:21  Go version:        go1.18.3
11:18:21  Git commit:        3e9117b
11:18:21  Built:             Fri Jun  3 17:55:45 2022
11:18:21  OS/Arch:           linux/amd64
11:18:21  Context:           default
11:18:21 
11:18:21 Server: Docker Engine - Community
11:18:21  Engine:
11:18:21   Version:          22.06.0-beta.0
11:18:21   API version:      1.42 (minimum version 1.12)
11:18:21   Go version:       go1.18.3
11:18:21   Git commit:       38633e7
11:18:21   Built:            Fri Jun  3 17:55:45 2022
11:18:21   OS/Arch:          linux/amd64
11:18:21   Experimental:     true
11:18:21  containerd:
11:18:21   Version:          1.6.8
11:18:21   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:21  runc:
11:18:21   Version:          1.1.4
11:18:21   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:21  docker-init:
11:18:21   Version:          0.19.0
11:18:21   GitCommit:        de40ad0
11:18:21 The recommended git tool is: git
[Pipeline] checkout
11:18:21 #11 60.53 --------------------------------------------------------------------------------
11:18:21 #11 60.53 Total                                              462 kB/s |  17 MB  00:38     
11:18:21 #11 60.54 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:18:21 #11 60.54 Importing GPG key 0xF4A80EB5:
11:18:21 #11 60.54  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
11:18:21 #11 60.54  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
11:18:21 #11 60.54  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:18:21 #11 60.54  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:18:21 #11 60.55 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:18:21 #11 60.55 Importing GPG key 0x305D49D6:
11:18:21 #11 60.55  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
11:18:21 #11 60.55  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
11:18:21 #11 60.55  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:18:21 #11 60.55  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:18:21 #11 60.62 Running transaction check
11:18:21 #11 60.66 Running transaction test
11:18:21 #11 60.73 Transaction test succeeded
11:18:21 The recommended git tool is: git
[Pipeline] sh
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:18:21 #11 60.73 Running transaction
11:18:21 #11 60.89   Updating   : rpm-4.11.3-48.el7_9.aarch64                                 1/52 
[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_23.0@tmp/7cefc6b3-73e5-4b96-8b8d-ff0165415f6a/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_23.0@tmp/aa552ec6-87ae-4901-8189-4db79a9d0543/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:21 + echo starting...
11:18:21 starting...
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_23.0@tmp/4d3a0cfa-2e95-4429-8db9-cda6f2e4a256/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] // stage
11:18:21 + docker info
11:18:21 Client:
11:18:21  Context:    default
11:18:21  Debug Mode: false
11:18:21  Plugins:
11:18:21   buildx: Docker Buildx (Docker Inc.)
11:18:21     Version:  c5aec24
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:21   compose: Docker Compose (Docker Inc.)
11:18:21     Version:  v2.12.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:21   scan: Docker Scan (Docker Inc.)
11:18:21     Version:  v0.17.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:21 
11:18:21 Server:
11:18:21  Containers: 0
11:18:21   Running: 0
11:18:21   Paused: 0
11:18:21   Stopped: 0
11:18:21  Images: 1
11:18:21  Server Version: 22.06.0-beta.0
11:18:21  Storage Driver: overlay2
11:18:21   Backing Filesystem: extfs
11:18:21   Supports d_type: true
11:18:21   Using metacopy: false
11:18:21   Native Overlay Diff: true
11:18:21   userxattr: false
11:18:21  Logging Driver: json-file
11:18:21  Cgroup Driver: systemd
11:18:21  Cgroup Version: 2
11:18:21  Plugins:
11:18:21   Volume: local
11:18:21   Network: bridge host ipvlan macvlan null overlay
11:18:21   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:21  Swarm: inactive
11:18:21  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:21  Default Runtime: runc
11:18:21  Init Binary: docker-init
11:18:21  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:21  runc version: v1.1.4-0-g5fd4c4d
11:18:21  init version: de40ad0
11:18:21  Security Options:
11:18:21   apparmor
11:18:21   seccomp
11:18:21    Profile: builtin
11:18:21   cgroupns
11:18:21  Kernel Version: 5.15.0-1022-aws
11:18:21  Operating System: Ubuntu 20.04.5 LTS
11:18:21  OSType: linux
11:18:21  Architecture: x86_64
11:18:21  CPUs: 2
11:18:21  Total Memory: 7.475GiB
11:18:21  Name: ip-10-100-38-128
11:18:21  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:21  Docker Root Dir: /var/lib/docker
11:18:21  Debug Mode: false
11:18:21  Username: dockerbuildbot
11:18:21  Registry: https://index.docker.io/v1/
11:18:21  Labels:
11:18:21  Experimental: true
11:18:21  Insecure Registries:
11:18:21   127.0.0.0/8
11:18:21  Live Restore Enabled: true
11:18:21 
[Pipeline] stage
[Pipeline] { (build)
11:18:21 + docker info
11:18:21 Client:
11:18:21  Context:    default
11:18:21  Debug Mode: false
11:18:21  Plugins:
11:18:21   buildx: Docker Buildx (Docker Inc.)
11:18:21     Version:  c5aec24
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:21   compose: Docker Compose (Docker Inc.)
11:18:21     Version:  v2.12.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:21   scan: Docker Scan (Docker Inc.)
11:18:21     Version:  v0.17.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:21 
11:18:21 Server:
11:18:21  Containers: 0
11:18:21   Running: 0
11:18:21   Paused: 0
11:18:21   Stopped: 0
11:18:21  Images: 1
11:18:21  Server Version: 22.06.0-beta.0
11:18:21  Storage Driver: overlay2
11:18:21   Backing Filesystem: extfs
11:18:21   Supports d_type: true
11:18:21   Using metacopy: false
11:18:21   Native Overlay Diff: true
11:18:21   userxattr: false
11:18:21  Logging Driver: json-file
11:18:21  Cgroup Driver: systemd
11:18:21  Cgroup Version: 2
11:18:21  Plugins:
11:18:21   Volume: local
11:18:21   Network: bridge host ipvlan macvlan null overlay
11:18:21   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:21  Swarm: inactive
11:18:21  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:21  Default Runtime: runc
11:18:21  Init Binary: docker-init
11:18:21  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:21  runc version: v1.1.4-0-g5fd4c4d
11:18:21  init version: de40ad0
11:18:21  Security Options:
11:18:21   apparmor
11:18:21   seccomp
11:18:21    Profile: builtin
11:18:21   cgroupns
11:18:21  Kernel Version: 5.15.0-1022-aws
11:18:21  Operating System: Ubuntu 20.04.5 LTS
11:18:21  OSType: linux
11:18:21  Architecture: x86_64
11:18:21  CPUs: 2
11:18:21  Total Memory: 7.475GiB
11:18:21  Name: ip-10-100-94-180
11:18:21  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:21  Docker Root Dir: /var/lib/docker
11:18:21  Debug Mode: false
11:18:21  Username: dockerbuildbot
11:18:21  Registry: https://index.docker.io/v1/
11:18:21  Labels:
11:18:21  Experimental: true
11:18:21  Insecure Registries:
11:18:21   127.0.0.0/8
11:18:21  Live Restore Enabled: true
11:18:21 
[Pipeline] checkout
11:18:21 The recommended git tool is: git
[Pipeline] {
[Pipeline] {
[Pipeline] {
[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_23.0@tmp/d4fec2c3-4617-4946-8862-032644cc6258/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
11:18:21 #11 60.94   Updating   : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
11:18:21 + docker info
11:18:21 Client:
11:18:21  Context:    default
11:18:21  Debug Mode: false
11:18:21  Plugins:
11:18:21   buildx: Docker Buildx (Docker Inc.)
11:18:21     Version:  c5aec24
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:21   compose: Docker Compose (Docker Inc.)
11:18:21     Version:  v2.12.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:21   scan: Docker Scan (Docker Inc.)
11:18:21     Version:  v0.17.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:21 
11:18:21 Server:
11:18:21  Containers: 0
11:18:21   Running: 0
11:18:21   Paused: 0
11:18:21   Stopped: 0
11:18:21  Images: 1
11:18:21  Server Version: 22.06.0-beta.0
11:18:21  Storage Driver: overlay2
11:18:21   Backing Filesystem: extfs
11:18:21   Supports d_type: true
11:18:21   Using metacopy: false
11:18:21   Native Overlay Diff: true
11:18:21   userxattr: false
11:18:21  Logging Driver: json-file
11:18:21  Cgroup Driver: systemd
11:18:21  Cgroup Version: 2
11:18:21  Plugins:
11:18:21   Volume: local
11:18:21   Network: bridge host ipvlan macvlan null overlay
11:18:21   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:21  Swarm: inactive
11:18:21  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:21  Default Runtime: runc
11:18:21  Init Binary: docker-init
11:18:21  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:21  runc version: v1.1.4-0-g5fd4c4d
11:18:21  init version: de40ad0
11:18:21  Security Options:
11:18:21   apparmor
11:18:21   seccomp
11:18:21    Profile: builtin
11:18:21   cgroupns
11:18:21  Kernel Version: 5.15.0-1022-aws
11:18:21  Operating System: Ubuntu 20.04.5 LTS
11:18:21  OSType: linux
11:18:21  Architecture: x86_64
11:18:21  CPUs: 2
11:18:21  Total Memory: 7.475GiB
11:18:21  Name: ip-10-100-54-249
11:18:21  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:21  Docker Root Dir: /var/lib/docker
11:18:21  Debug Mode: false
11:18:21  Username: dockerbuildbot
11:18:21  Registry: https://index.docker.io/v1/
11:18:21  Labels:
11:18:21  Experimental: true
11:18:21  Insecure Registries:
11:18:21   127.0.0.0/8
11:18:21  Live Restore Enabled: true
11:18:21 
[Pipeline] wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
11:18:21 + docker info
11:18:21 Client:
11:18:21  Context:    default
11:18:21  Debug Mode: false
11:18:21  Plugins:
11:18:21   buildx: Docker Buildx (Docker Inc.)
11:18:21     Version:  c5aec24
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:21   compose: Docker Compose (Docker Inc.)
11:18:21     Version:  v2.12.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:21   scan: Docker Scan (Docker Inc.)
11:18:21     Version:  v0.17.0
11:18:21     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:21 
11:18:21 Server:
11:18:21  Containers: 0
11:18:21   Running: 0
11:18:21   Paused: 0
11:18:21   Stopped: 0
11:18:21  Images: 1
11:18:21  Server Version: 22.06.0-beta.0
11:18:21  Storage Driver: overlay2
11:18:21   Backing Filesystem: extfs
11:18:21   Supports d_type: true
11:18:21   Using metacopy: false
11:18:21   Native Overlay Diff: true
11:18:21   userxattr: false
11:18:21  Logging Driver: json-file
11:18:21  Cgroup Driver: systemd
11:18:21  Cgroup Version: 2
11:18:21  Plugins:
11:18:21   Volume: local
11:18:21   Network: bridge host ipvlan macvlan null overlay
11:18:21   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:21  Swarm: inactive
11:18:21  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:21  Default Runtime: runc
11:18:21  Init Binary: docker-init
11:18:21  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:21  runc version: v1.1.4-0-g5fd4c4d
11:18:21  init version: de40ad0
11:18:21  Security Options:
11:18:21   apparmor
11:18:21   seccomp
11:18:21    Profile: builtin
11:18:21   cgroupns
11:18:21  Kernel Version: 5.15.0-1022-aws
11:18:21  Operating System: Ubuntu 20.04.5 LTS
11:18:21  OSType: linux
11:18:21  Architecture: x86_64
11:18:21  CPUs: 2
11:18:21  Total Memory: 7.475GiB
11:18:21  Name: ip-10-100-63-175
11:18:21  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:21  Docker Root Dir: /var/lib/docker
11:18:21  Debug Mode: false
11:18:21  Username: dockerbuildbot
11:18:21  Registry: https://index.docker.io/v1/
11:18:21  Labels:
11:18:21  Experimental: true
11:18:21  Insecure Registries:
11:18:21   127.0.0.0/8
11:18:21  Live Restore Enabled: true
11:18:21 
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_23.0@tmp/c6962ae7-8106-4ac9-9ea7-04cd104240bd/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
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_23.0@tmp/83906c32-e77a-41e6-90aa-7e640ca68ebb/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_23.0@tmp/7df71f4a-c564-4bd9-80cc-d7bcb8cd9116/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
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_23.0@tmp/2daae55a-e3f3-445d-b9b4-c8e06056ee87/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] wrap
[Pipeline] checkout
11:18:21 The recommended git tool is: git
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_23.0@tmp/fda3d6b7-9bb8-48f3-a68e-3950930fe6fe/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:22 + docker version
11:18:22 Client: Docker Engine - Community
11:18:22  Version:           22.06.0-beta.0
11:18:22  API version:       1.42
11:18:22  Go version:        go1.18.3
11:18:22  Git commit:        3e9117b
11:18:22  Built:             Fri Jun  3 17:55:45 2022
11:18:22  OS/Arch:           linux/amd64
11:18:22  Context:           default
11:18:22 
11:18:22 Server: Docker Engine - Community
11:18:22  Engine:
11:18:22   Version:          22.06.0-beta.0
11:18:22   API version:      1.42 (minimum version 1.12)
11:18:22   Go version:       go1.18.3
11:18:22   Git commit:       38633e7
11:18:22   Built:            Fri Jun  3 17:55:45 2022
11:18:22   OS/Arch:          linux/amd64
11:18:22   Experimental:     true
11:18:22  containerd:
11:18:22   Version:          1.6.8
11:18:22   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:22  runc:
11:18:22   Version:          1.1.4
11:18:22   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:22  docker-init:
11:18:22   Version:          0.19.0
11:18:22   GitCommit:        de40ad0
[Pipeline] checkout
11:18:22 The recommended git tool is: git
[Pipeline] echo
11:18:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:22 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_23.0@tmp/d1538fed-3396-458c-a52c-030f21865006/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:22 #11 61.25   Updating   : rpm-build-libs-4.11.3-48.el7_9.aarch64                      3/52 
11:18:22 #11 61.54   Installing : bzip2-1.0.6-13.el7.aarch64                                  4/52 
11:18:22 #11 61.71   Installing : groff-base-1.22.2-8.el7.aarch64                             5/52 
11:18:22 #11 61.74   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
11:18:22 #11 61.76   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
11:18:22 #11 61.79   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
11:18:22 #11 61.82   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
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_23.0@tmp/d778ce46-6097-43a5-8129-09aac2633c6d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:18:22 #11 61.84   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
11:18:22 #11 61.86   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     11/52 
11:18:22 #11 62.17   Installing : perl-Encode-2.51-7.el7.aarch64                             12/52 
11:18:22 #11 62.20   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
11:18:22 #11 62.22   Installing : 4:perl-macros-5.16.3-299.el7_9.aarch64                     14/52 
11:18:22 #11 62.24   Installing : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                     15/52 
11:18:22 #11 62.26   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
11:18:22 #11 62.27   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
11:18:22 #11 62.30   Installing : perl-Socket-2.010-5.el7.aarch64                            18/52 
11:18:22 #11 62.32   Installing : perl-Time-Local-1.2300-2.el7.noarch                        19/52 
11:18:22 #11 62.34   Installing : perl-Carp-1.26-244.el7.noarch                              20/52 
11:18:23 #11 62.36   Installing : perl-Storable-2.45-3.el7.aarch64                           21/52 
11:18:23 #11 62.39   Installing : perl-Filter-1.49-3.el7.aarch64                             22/52 
11:18:23 #11 62.43   Installing : perl-PathTools-3.40-5.el7.aarch64                          23/52 
11:18:23 #11 62.45   Installing : perl-threads-shared-1.43-6.el7.aarch64                     24/52 
11:18:23 #11 62.47   Installing : perl-Scalar-List-Utils-1.27-248.el7.aarch64                25/52 
11:18:23 #11 62.56   Installing : 4:perl-libs-5.16.3-299.el7_9.aarch64                       26/52 
11:18:23 #11 62.87   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        27/52 
[Pipeline] echo
11:18:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:23 chowning workspace
[Pipeline] sh
11:18:23 #11 62.90   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/52 
11:18:23 #11 62.92   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        29/52 
11:18:23 #11 62.94   Installing : perl-File-Path-2.09-2.el7.noarch                           30/52 
11:18:23 using credential docker-jenkins-github-credentials
11:18:23 Cloning the remote Git repository
11:18:23 Cloning with configured refspecs honoured and without tags
11:18:23 + pwd
11:18:23 + id -u
11:18:23 + id -g
11:18:23 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:23 Unable to find image 'busybox:latest' locally
11:18:23 latest: Pulling from library/busybox
11:18:23 814c8b675ca3: Pulling fs layer
11:18:23 814c8b675ca3: Verifying Checksum
11:18:23 814c8b675ca3: Download complete
11:18:23 using credential docker-jenkins-github-credentials
11:18:24 Cloning the remote Git repository
11:18:24 Cloning with configured refspecs honoured and without tags
11:18:24 814c8b675ca3: Pull complete
11:18:24 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:24 Status: Downloaded newer image for busybox:latest
11:18:24 using credential docker-jenkins-github-credentials
11:18:24 Cloning the remote Git repository
11:18:24 Cloning with configured refspecs honoured and without tags
11:18:24 #11 62.97   Installing : perl-threads-1.87-4.el7.aarch64                            31/52 
[Pipeline] {
[Pipeline] {
[Pipeline] }
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
11:18:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:24 chowning workspace
[Pipeline] sh
11:18:24 using credential docker-jenkins-github-credentials
11:18:24 Cloning the remote Git repository
11:18:24 Cloning with configured refspecs honoured and without tags
11:18:24 using credential docker-jenkins-github-credentials
11:18:24 Cloning the remote Git repository
11:18:24 Cloning with configured refspecs honoured and without tags
11:18:25 #11 64.06   Installing : 4:perl-5.16.3-299.el7_9.aarch64                            32/52 
11:18:25 #11 64.11   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
11:18:25 #11 64.14   Updating   : rpm-python-4.11.3-48.el7_9.aarch64                         34/52 
11:18:25 #11 64.16   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
11:18:25 #11 64.21   Installing : unzip-6.0-24.el7_9.aarch64                                 36/52 
11:18:25 #11 64.23   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      37/52 
11:18:25 #11 64.26   Installing : desktop-file-utils-0.23-2.el7.aarch64                      38/52 
11:18:25 #11 64.31   Installing : zip-3.0-11.el7.aarch64                                     39/52 
11:18:25 #11 64.35   Installing : patch-2.7.1-12.el7_7.aarch64                               40/52 
11:18:25 + pwd
11:18:25 + id -u
11:18:25 + id -g
11:18:25 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:25 Unable to find image 'busybox:latest' locally
11:18:25 latest: Pulling from library/busybox
11:18:25 814c8b675ca3: Pulling fs layer
11:18:25 814c8b675ca3: Verifying Checksum
11:18:25 814c8b675ca3: Download complete
11:18:25 using credential docker-jenkins-github-credentials
11:18:25 Cloning the remote Git repository
11:18:25 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_23.0 # 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/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_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
11:18:25 using credential docker-jenkins-github-credentials
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
11:18:25 814c8b675ca3: Pull complete
11:18:25 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:25 Status: Downloaded newer image for busybox:latest
11:18:25 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 using credential docker-jenkins-github-credentials
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:25 #11 64.37   Installing : perl-srpm-macros-1-8.el7.noarch                            41/52 
11:18:25 #11 64.93   Installing : gdb-7.6.1-120.el7.aarch64                                  42/52 
11:18:25 #11 64.96   Installing : file-5.11-37.el7.aarch64                                   43/52 
11:18:25 #11 65.00   Installing : dwz-0.11-3.el7.aarch64                                     44/52 
11:18:25 #11 65.03   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
11:18:25 #11 65.10   Installing : elfutils-0.176-5.el7.aarch64                               46/52 
11:18:25 #11 65.15   Installing : rpm-build-4.11.3-48.el7_9.aarch64                          47/52 
11:18:25 #11 65.22   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
11:18:25 #11 65.24   Cleanup    : rpm-python-4.11.3-45.el7.aarch64                           49/52 
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] sh
11:18:25 using credential docker-jenkins-github-credentials
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
11:18:25 The recommended git tool is: git
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
11:18:25 #11 65.26   Cleanup    : rpm-build-libs-4.11.3-45.el7.aarch64                       50/52 
[Pipeline] echo
11:18:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:25 chowning workspace
[Pipeline] sh
11:18:25 using credential docker-jenkins-github-credentials
11:18:25 Cloning the remote Git repository
11:18:25 Cloning with configured refspecs honoured and without tags
11:18:25 using credential docker-jenkins-github-credentials
11:18:26 using credential docker-jenkins-github-credentials
11:18:26 Cloning the remote Git repository
11:18:26 Cloning with configured refspecs honoured and without tags
11:18:26 Cloning the remote Git repository
11:18:26 Cloning with configured refspecs honoured and without tags
11:18:26 + docker info
11:18:26 Client:
11:18:26  Context:    default
11:18:26  Debug Mode: false
11:18:26  Plugins:
11:18:26   buildx: Docker Buildx (Docker Inc.)
11:18:26     Version:  c5aec24
11:18:26     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:26   compose: Docker Compose (Docker Inc.)
11:18:26     Version:  v2.12.0
11:18:26     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:26   scan: Docker Scan (Docker Inc.)
11:18:26     Version:  v0.17.0
11:18:26     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:18:26 
11:18:26 Server:
11:18:26  Containers: 0
11:18:26   Running: 0
11:18:26   Paused: 0
11:18:26   Stopped: 0
11:18:26  Images: 1
11:18:26  Server Version: 22.06.0-beta.0
11:18:26  Storage Driver: overlay2
11:18:26   Backing Filesystem: extfs
11:18:26   Supports d_type: true
11:18:26   Using metacopy: false
11:18:26   Native Overlay Diff: true
11:18:26   userxattr: false
11:18:26  Logging Driver: json-file
11:18:26  Cgroup Driver: systemd
11:18:26  Cgroup Version: 2
11:18:26  Plugins:
11:18:26   Volume: local
11:18:26   Network: bridge host ipvlan macvlan null overlay
11:18:26   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:26  Swarm: inactive
11:18:26  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:26  Default Runtime: runc
11:18:26  Init Binary: docker-init
11:18:26  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:26  runc version: v1.1.4-0-g5fd4c4d
11:18:26  init version: de40ad0
11:18:26  Security Options:
11:18:26   apparmor
11:18:26   seccomp
11:18:26    Profile: builtin
11:18:26   cgroupns
11:18:26  Kernel Version: 5.15.0-1022-aws
11:18:26  Operating System: Ubuntu 20.04.5 LTS
11:18:26  OSType: linux
11:18:26  Architecture: x86_64
11:18:26  CPUs: 2
11:18:26  Total Memory: 7.557GiB
11:18:26  Name: ip-10-100-127-149
11:18:26  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:18:26  Docker Root Dir: /var/lib/docker
11:18:26  Debug Mode: false
11:18:26  Username: dockerbuildbot
11:18:26  Registry: https://index.docker.io/v1/
11:18:26  Labels:
11:18:26  Experimental: true
11:18:26  Insecure Registries:
11:18:26   127.0.0.0/8
11:18:26  Live Restore Enabled: true
11:18:26 
11:18:26 + pwd
11:18:26 + id -u
11:18:26 + id -g
11:18:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:26 Unable to find image 'busybox:latest' locally
11:18:26 latest: Pulling from library/busybox
11:18:26 814c8b675ca3: Pulling fs layer
11:18:26 814c8b675ca3: Verifying Checksum
11:18:26 814c8b675ca3: Download complete
11:18:26 #11 65.55   Cleanup    : rpm-4.11.3-45.el7.aarch64                                  51/52 
11:18:26 814c8b675ca3: Pull complete
11:18:26 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:26 Status: Downloaded newer image for busybox:latest
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] checkout
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
[Pipeline] {
11:18:26 The recommended git tool is: git
[Pipeline] {
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
[Pipeline] wrap
[Pipeline] echo
11:18:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:26 chowning workspace
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
[Pipeline] sh
11:18:26 using credential docker-jenkins-github-credentials
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:26 Cloning the remote Git repository
11:18:26 Cloning with configured refspecs honoured and without tags
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:26 #11 65.58   Cleanup    : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
11:18:26 #11 66.15   Verifying  : elfutils-0.176-5.el7.aarch64                                1/52 
11:18:26 #11 66.17   Verifying  : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
11:18:26 #11 66.19   Verifying  : rpm-4.11.3-48.el7_9.aarch64                                 3/52 
11:18:26 #11 66.21   Verifying  : perl-threads-1.87-4.el7.aarch64                             4/52 
11:18:26 #11 66.22   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                      5/52 
11:18:26 #11 66.23   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
11:18:26 #11 66.24   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
11:18:26 #11 66.25   Verifying  : dwz-0.11-3.el7.aarch64                                      8/52 
11:18:26 #11 66.26   Verifying  : file-5.11-37.el7.aarch64                                    9/52 
11:18:26 #11 66.27   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         10/52 
11:18:26 #11 66.28   Verifying  : perl-Socket-2.010-5.el7.aarch64                            11/52 
11:18:26 #11 66.29   Verifying  : perl-PathTools-3.40-5.el7.aarch64                          12/52 
11:18:26 #11 66.30   Verifying  : gdb-7.6.1-120.el7.aarch64                                  13/52 
11:18:26 #11 66.31   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          14/52 
11:18:26 #11 66.32   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
11:18:26 #11 66.33   Verifying  : desktop-file-utils-0.23-2.el7.aarch64                      16/52 
11:18:26 #11 66.34   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         17/52 
11:18:26 #11 66.36   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:26 using credential docker-jenkins-github-credentials
11:18:26 + pwd
11:18:26 + id -u
11:18:26 + id -g
11:18:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:26 Unable to find image 'busybox:latest' locally
11:18:26 latest: Pulling from library/busybox
11:18:26 814c8b675ca3: Pulling fs layer
11:18:26 814c8b675ca3: Download complete
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:26 using credential docker-jenkins-github-credentials
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:26 Avoid second fetch
11:18:26 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
11:18:27 using credential docker-jenkins-github-credentials
11:18:27 #11 66.37   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
11:18:27 #11 66.38   Verifying  : rpm-build-4.11.3-48.el7_9.aarch64                          20/52 
11:18:27 #11 66.39   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        21/52 
11:18:27 #11 66.40   Verifying  : perl-Encode-2.51-7.el7.aarch64                             22/52 
11:18:27 #11 66.41   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
11:18:27 #11 66.42   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
11:18:27 #11 66.43   Verifying  : 4:perl-macros-5.16.3-299.el7_9.aarch64                     25/52 
11:18:27 #11 66.44   Verifying  : patch-2.7.1-12.el7_7.aarch64                               26/52 
11:18:27 #11 66.45   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     27/52 
11:18:27 #11 66.46   Verifying  : perl-Carp-1.26-244.el7.noarch                              28/52 
11:18:27 #11 66.47   Verifying  : groff-base-1.22.2-8.el7.aarch64                            29/52 
11:18:27 #11 66.48   Verifying  : rpm-build-libs-4.11.3-48.el7_9.aarch64                     30/52 
11:18:27 #11 66.49   Verifying  : perl-threads-shared-1.43-6.el7.aarch64                     31/52 
11:18:27 #11 66.57   Verifying  : bzip2-1.0.6-13.el7.aarch64                                 32/52 
11:18:27 #11 66.59   Verifying  : perl-Storable-2.45-3.el7.aarch64                           33/52 
11:18:27 #11 66.60   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           34/52 
11:18:27 #11 66.61   Verifying  : rpmlint-1.5-4.el7.noarch                                   35/52 
11:18:27 #11 66.62   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          36/52 
11:18:27 #11 66.63   Verifying  : zip-3.0-11.el7.aarch64                                     37/52 
11:18:27 #11 66.64   Verifying  : rpm-python-4.11.3-48.el7_9.aarch64                         38/52 
11:18:27 #11 66.65   Verifying  : perl-Filter-1.49-3.el7.aarch64                             39/52 
11:18:27 #11 66.66   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.aarch64                40/52 
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/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_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 814c8b675ca3: Pull complete
11:18:27 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:27 Status: Downloaded newer image for busybox:latest
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 using credential docker-jenkins-github-credentials
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
11:18:27 #11 66.67   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
11:18:27 #11 66.69   Verifying  : 4:perl-5.16.3-299.el7_9.aarch64                            42/52 
11:18:27 #11 66.70   Verifying  : 4:perl-libs-5.16.3-299.el7_9.aarch64                       43/52 
11:18:27 #11 66.71   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         44/52 
11:18:27 #11 66.72   Verifying  : unzip-6.0-24.el7_9.aarch64                                 45/52 
11:18:27 #11 66.73   Verifying  : python-srpm-macros-3-34.el7.noarch                         46/52 
11:18:27 #11 66.75   Verifying  : perl-File-Path-2.09-2.el7.noarch                           47/52 
11:18:27 #11 66.76   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
11:18:27 #11 66.77   Verifying  : rpm-4.11.3-45.el7.aarch64                                  49/52 
11:18:27 #11 66.77   Verifying  : rpm-python-4.11.3-45.el7.aarch64                           50/52 
11:18:27 #11 66.77   Verifying  : rpm-build-libs-4.11.3-45.el7.aarch64                       51/52 
11:18:27 #11 66.77   Verifying  : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
11:18:27 #11 66.82 
11:18:27 #11 66.82 Installed:
11:18:27 #11 66.82   rpm-build.aarch64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
11:18:27 #11 66.82 
11:18:27 #11 66.82 Dependency Installed:
11:18:27 #11 66.82   bzip2.aarch64 0:1.0.6-13.el7                                                  
11:18:27 #11 66.82   desktop-file-utils.aarch64 0:0.23-2.el7                                       
11:18:27 #11 66.82   dwz.aarch64 0:0.11-3.el7                                                      
11:18:27 #11 66.82   elfutils.aarch64 0:0.176-5.el7                                                
11:18:27 #11 66.82   emacs-filesystem.noarch 1:24.3-23.el7                                         
11:18:27 #11 66.82   file.aarch64 0:5.11-37.el7                                                    
11:18:27 #11 66.82   gdb.aarch64 0:7.6.1-120.el7                                                   
11:18:27 #11 66.82   groff-base.aarch64 0:1.22.2-8.el7                                             
11:18:27 #11 66.82   patch.aarch64 0:2.7.1-12.el7_7                                                
11:18:27 #11 66.82   perl.aarch64 4:5.16.3-299.el7_9                                               
11:18:27 #11 66.82   perl-Carp.noarch 0:1.26-244.el7                                               
11:18:27 #11 66.82   perl-Encode.aarch64 0:2.51-7.el7                                              
11:18:27 #11 66.82   perl-Exporter.noarch 0:5.68-3.el7                                             
11:18:27 #11 66.82   perl-File-Path.noarch 0:2.09-2.el7                                            
11:18:27 #11 66.82   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
11:18:27 #11 66.82   perl-Filter.aarch64 0:1.49-3.el7                                              
11:18:27 #11 66.82   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
11:18:27 #11 66.82   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
11:18:27 #11 66.82   perl-PathTools.aarch64 0:3.40-5.el7                                           
11:18:27 #11 66.82   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
11:18:27 #11 66.82   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
11:18:27 #11 66.82   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
11:18:27 #11 66.82   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
11:18:27 #11 66.82   perl-Scalar-List-Utils.aarch64 0:1.27-248.el7                                 
11:18:27 #11 66.82   perl-Socket.aarch64 0:2.010-5.el7                                             
11:18:27 #11 66.82   perl-Storable.aarch64 0:2.45-3.el7                                            
11:18:27 #11 66.82   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
11:18:27 #11 66.82   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
11:18:27 #11 66.82   perl-Time-HiRes.aarch64 4:1.9725-3.el7                                        
11:18:27 #11 66.82   perl-Time-Local.noarch 0:1.2300-2.el7                                         
11:18:27 #11 66.82   perl-constant.noarch 0:1.27-2.el7                                             
11:18:27 #11 66.82   perl-libs.aarch64 4:5.16.3-299.el7_9                                          
11:18:27 #11 66.82   perl-macros.aarch64 4:5.16.3-299.el7_9                                        
11:18:27 #11 66.82   perl-parent.noarch 1:0.225-244.el7                                            
11:18:27 #11 66.82   perl-podlators.noarch 0:2.5.1-3.el7                                           
11:18:27 #11 66.82   perl-srpm-macros.noarch 0:1-8.el7                                             
11:18:27 #11 66.82   perl-threads.aarch64 0:1.87-4.el7                                             
11:18:27 #11 66.82   perl-threads-shared.aarch64 0:1.43-6.el7                                      
11:18:27 #11 66.82   python-srpm-macros.noarch 0:3-34.el7                                          
11:18:27 #11 66.82   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
11:18:27 #11 66.82   unzip.aarch64 0:6.0-24.el7_9                                                  
11:18:27 #11 66.82   zip.aarch64 0:3.0-11.el7                                                      
11:18:27 #11 66.82 
11:18:27 #11 66.82 Dependency Updated:
11:18:27 #11 66.82   rpm.aarch64 0:4.11.3-48.el7_9       rpm-build-libs.aarch64 0:4.11.3-48.el7_9 
11:18:27 #11 66.82   rpm-libs.aarch64 0:4.11.3-48.el7_9  rpm-python.aarch64 0:4.11.3-48.el7_9     
11:18:27 #11 66.82 
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
[Pipeline] echo
11:18:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:27 chowning workspace
[Pipeline] sh
11:18:27 Avoid second fetch
11:18:27 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:27 using credential docker-jenkins-github-credentials
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
11:18:27 #11 66.82 Complete!
Cloning repository https://github.com/docker/docker-ce-packaging.git
Cloning repository https://github.com/docker/docker-ce-packaging.git
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:27 using credential docker-jenkins-github-credentials
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:27 #11 DONE 67.3s
11:18:27 
11:18:27 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
11:18:27 #12 DONE 0.1s
11:18:27 
11:18:27 #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
11:18:27 Cloning the remote Git repository
11:18:27 Cloning with configured refspecs honoured and without tags
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:27 + pwd
11:18:27 + id -u
11:18:27 + id -g
11:18:27 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:27 Unable to find image 'busybox:latest' locally
11:18:27 latest: Pulling from library/busybox
11:18:27 814c8b675ca3: Pulling fs layer
11:18:27 814c8b675ca3: Download complete
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 814c8b675ca3: Pull complete
11:18:28 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:28 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 #13 0.561 Loaded plugins: fastestmirror, ovl
[Pipeline] {
[Pipeline] wrap
[Pipeline] }
[Pipeline] {
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:18:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:28 chowning workspace
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 #13 0.691 Enabling base-source repository
11:18:28 #13 0.692 Enabling extras-source repository
11:18:28 #13 0.692 Enabling updates-source repository
11:18:28 #13 0.693 Loading mirror speeds from cached hostfile
11:18:28 #13 0.694  * base: download.cf.centos.org
11:18:28 #13 0.694  * extras: download.cf.centos.org
11:18:28 #13 0.694  * updates: download.cf.centos.org
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:28 + pwd
11:18:28 + id -u
11:18:28 + id -g
11:18:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:28 Unable to find image 'busybox:latest' locally
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:28 Avoid second fetch
11:18:28 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
[Pipeline] echo
11:18:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:29 chowning workspace
[Pipeline] sh
11:18:29 latest: Pulling from library/busybox
11:18:29 814c8b675ca3: Pulling fs layer
11:18:29 814c8b675ca3: Verifying Checksum
11:18:29 814c8b675ca3: Download complete
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:29 Avoid second fetch
11:18:29 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:29 + pwd
11:18:29 + id -u
11:18:29 + id -g
11:18:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:29 Unable to find image 'busybox:latest' locally
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:29 using credential docker-jenkins-github-credentials
11:18:29 Cloning the remote Git repository
11:18:29 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
11:18:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:29 chowning workspace
[Pipeline] sh
11:18:29 814c8b675ca3: Pull complete
11:18:29 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:29 Status: Downloaded newer image for busybox:latest
11:18:29 latest: Pulling from library/busybox
11:18:29 814c8b675ca3: Pulling fs layer
11:18:29 814c8b675ca3: Verifying Checksum
11:18:29 814c8b675ca3: Download complete
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:29 + pwd
11:18:29 + id -u
11:18:29 + id -g
11:18:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:29 Unable to find image 'busybox:latest' locally
11:18:29 latest: Pulling from library/busybox
11:18:29 using credential docker-jenkins-github-credentials
11:18:29 Cloning the remote Git repository
11:18:29 Cloning with configured refspecs honoured and without tags
[Pipeline] {
[Pipeline] echo
11:18:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:30 chowning workspace
[Pipeline] sh
11:18:30 814c8b675ca3: Pulling fs layer
11:18:30 814c8b675ca3: Verifying Checksum
11:18:30 814c8b675ca3: Download complete
11:18:30 814c8b675ca3: Pull complete
11:18:30 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:30 Status: Downloaded newer image for busybox:latest
11:18:30 + pwd
11:18:30 + id -u
11:18:30 + id -g
11:18:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:30 Unable to find image 'busybox:latest' locally
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:30 latest: Pulling from library/busybox
11:18:30 814c8b675ca3: Pulling fs layer
[Pipeline] {
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:18:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:18:30 chowning workspace
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:30 Avoid second fetch
11:18:30 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:30 814c8b675ca3: Pull complete
11:18:30 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:30 Status: Downloaded newer image for busybox:latest
11:18:30 814c8b675ca3: Verifying Checksum
11:18:30 814c8b675ca3: Download complete
11:18:30 814c8b675ca3: Pull complete
11:18:30 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:30 Status: Downloaded newer image for busybox:latest
11:18:30 + pwd
11:18:30 + id -u
11:18:30 + id -g
11:18:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:30 Unable to find image 'busybox:latest' locally
[Pipeline] checkout
[Pipeline] echo
11:18:30 The recommended git tool is: git
11:18:30 Removing all docker containers
[Pipeline] sh
11:18:30 Avoid second fetch
11:18:30 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
[Pipeline] echo
11:18:31 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:31 Removing all docker containers
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
[Pipeline] echo
11:18:31 Removing all docker containers
[Pipeline] sh
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 latest: Pulling from library/busybox
11:18:31 814c8b675ca3: Pulling fs layer
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 + pwd
11:18:31 + id -u
11:18:31 + id -g
11:18:31 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:18:31 Unable to find image 'busybox:latest' locally
11:18:31 latest: Pulling from library/busybox
11:18:31 + docker container ls -aq
11:18:31 + docker container ls -aq
[Pipeline] echo
11:18:31 Docker containers have been removed
[Pipeline] echo
11:18:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:31 Docker containers have been removed
[Pipeline] echo
11:18:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-8-aarch64)
[Pipeline] echo
11:18:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-buster-aarch64)
[Pipeline] sh
11:18:31 + docker container ls -aq
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 + docker container ls -aq
[Pipeline] sh
11:18:31 814c8b675ca3: Verifying Checksum
11:18:31 814c8b675ca3: Download complete
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] echo
11:18:31 Docker containers have been removed
[Pipeline] echo
11:18:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:31 Docker containers have been removed
[Pipeline] echo
11:18:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bookworm-aarch64)
[Pipeline] echo
11:18:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-aarch64)
[Pipeline] sh
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 814c8b675ca3: Pulling fs layer
11:18:31 814c8b675ca3: Verifying Checksum
11:18:31 814c8b675ca3: Download complete
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:31 + echo starting...
11:18:31 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:18:31 Removing all docker containers
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:31 + echo starting...
11:18:31 starting...
[Pipeline] sh
[Pipeline] sh
11:18:31 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] }
[Pipeline] // stage
11:18:31 + echo starting...
11:18:31 starting...
[Pipeline] sh
11:18:31 814c8b675ca3: Pull complete
11:18:31 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:31 Status: Downloaded newer image for busybox:latest
11:18:31 + echo starting...
11:18:31 starting...
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:18:31 + docker container ls -aq
11:18:31 814c8b675ca3: Pull complete
11:18:32 Digest: sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4
11:18:32 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
11:18:32 + docker version
11:18:32 Client: Docker Engine - Community
11:18:32  Version:           22.06.0-beta.0
11:18:32  API version:       1.42
11:18:32  Go version:        go1.18.3
11:18:32  Git commit:        3e9117b
11:18:32  Built:             Fri Jun  3 17:55:34 2022
11:18:32  OS/Arch:           linux/arm64
11:18:32  Context:           default
11:18:32 
11:18:32 Server: Docker Engine - Community
11:18:32  Engine:
11:18:32   Version:          22.06.0-beta.0
11:18:32   API version:      1.42 (minimum version 1.12)
11:18:32   Go version:       go1.18.3
11:18:32   Git commit:       38633e7
11:18:32   Built:            Fri Jun  3 17:55:34 2022
11:18:32   OS/Arch:          linux/arm64
11:18:32   Experimental:     true
11:18:32  containerd:
11:18:32   Version:          1.6.8
11:18:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc:
11:18:32   Version:          1.1.4
11:18:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:32  docker-init:
11:18:32   Version:          0.19.0
11:18:32   GitCommit:        de40ad0
[Pipeline] echo
11:18:32 Docker containers have been removed
[Pipeline] echo
11:18:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:32 + docker version
11:18:32 Client: Docker Engine - Community
11:18:32  Version:           22.06.0-beta.0
11:18:32  API version:       1.42
11:18:32  Go version:        go1.18.3
11:18:32  Git commit:        3e9117b
11:18:32  Built:             Fri Jun  3 17:55:34 2022
11:18:32  OS/Arch:           linux/arm64
11:18:32  Context:           default
11:18:32 
11:18:32 Server: Docker Engine - Community
11:18:32  Engine:
11:18:32   Version:          22.06.0-beta.0
11:18:32   API version:      1.42 (minimum version 1.12)
11:18:32   Go version:       go1.18.3
11:18:32   Git commit:       38633e7
11:18:32   Built:            Fri Jun  3 17:55:34 2022
11:18:32   OS/Arch:          linux/arm64
11:18:32   Experimental:     true
11:18:32  containerd:
11:18:32   Version:          1.6.8
11:18:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc:
11:18:32   Version:          1.1.4
11:18:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:32  docker-init:
11:18:32   Version:          0.19.0
11:18:32   GitCommit:        de40ad0
[Pipeline] echo
11:18:32 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:32 Removing all docker containers
[Pipeline] sh
11:18:32 + docker version
11:18:32 Client: Docker Engine - Community
11:18:32  Version:           22.06.0-beta.0
11:18:32  API version:       1.42
11:18:32  Go version:        go1.18.3
11:18:32  Git commit:        3e9117b
11:18:32  Built:             Fri Jun  3 17:55:34 2022
11:18:32  OS/Arch:           linux/arm64
11:18:32  Context:           default
11:18:32 
11:18:32 Server: Docker Engine - Community
11:18:32  Engine:
11:18:32   Version:          22.06.0-beta.0
11:18:32   API version:      1.42 (minimum version 1.12)
11:18:32   Go version:       go1.18.3
11:18:32   Git commit:       38633e7
11:18:32   Built:            Fri Jun  3 17:55:34 2022
11:18:32   OS/Arch:          linux/arm64
11:18:32   Experimental:     true
11:18:32  containerd:
11:18:32   Version:          1.6.8
11:18:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc:
11:18:32   Version:          1.1.4
11:18:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:32  docker-init:
11:18:32   Version:          0.19.0
11:18:32   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (centos-9-aarch64)
[Pipeline] sh
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
11:18:32 + docker version
11:18:32 Client: Docker Engine - Community
11:18:32  Version:           22.06.0-beta.0
11:18:32  API version:       1.42
11:18:32  Go version:        go1.18.3
11:18:32  Git commit:        3e9117b
11:18:32  Built:             Fri Jun  3 17:55:34 2022
11:18:32  OS/Arch:           linux/arm64
11:18:32  Context:           default
11:18:32 
11:18:32 Server: Docker Engine - Community
11:18:32  Engine:
11:18:32   Version:          22.06.0-beta.0
11:18:32   API version:      1.42 (minimum version 1.12)
11:18:32   Go version:       go1.18.3
11:18:32   Git commit:       38633e7
11:18:32   Built:            Fri Jun  3 17:55:34 2022
11:18:32   OS/Arch:          linux/arm64
11:18:32   Experimental:     true
11:18:32  containerd:
11:18:32   Version:          1.6.8
11:18:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc:
11:18:32   Version:          1.1.4
11:18:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:32  docker-init:
11:18:32   Version:          0.19.0
11:18:32   GitCommit:        de40ad0
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + docker info
11:18:32 Client:
11:18:32  Context:    default
11:18:32  Debug Mode: false
11:18:32  Plugins:
11:18:32   buildx: Docker Buildx (Docker Inc.)
11:18:32     Version:  v0.8.2
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:32   compose: Docker Compose (Docker Inc.)
11:18:32     Version:  v2.12.0
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:32 
11:18:32 Server:
11:18:32  Containers: 0
11:18:32   Running: 0
11:18:32   Paused: 0
11:18:32   Stopped: 0
11:18:32  Images: 1
11:18:32  Server Version: 22.06.0-beta.0
11:18:32  Storage Driver: overlay2
11:18:32   Backing Filesystem: extfs
11:18:32   Supports d_type: true
11:18:32   Using metacopy: false
11:18:32   Native Overlay Diff: true
11:18:32   userxattr: false
11:18:32  Logging Driver: json-file
11:18:32  Cgroup Driver: cgroupfs
11:18:32  Cgroup Version: 1
11:18:32  Plugins:
11:18:32   Volume: local
11:18:32   Network: bridge host ipvlan macvlan null overlay
11:18:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:32  Swarm: inactive
11:18:32  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:32  Default Runtime: runc
11:18:32  Init Binary: docker-init
11:18:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc version: v1.1.4-0-g5fd4c4d
11:18:32  init version: de40ad0
11:18:32  Security Options:
11:18:32   apparmor
11:18:32   seccomp
11:18:32    Profile: builtin
11:18:32  Kernel Version: 5.15.0-1022-aws
11:18:32  Operating System: Ubuntu 20.04.5 LTS
11:18:32  OSType: linux
11:18:32  Architecture: aarch64
11:18:32  CPUs: 2
11:18:32  Total Memory: 7.559GiB
11:18:32  Name: ip-10-100-111-225
11:18:32  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:32  Docker Root Dir: /var/lib/docker
11:18:32  Debug Mode: false
11:18:32  Username: dockerbuildbot
11:18:32  Registry: https://index.docker.io/v1/
11:18:32  Labels:
11:18:32  Experimental: true
11:18:32  Insecure Registries:
11:18:32   127.0.0.0/8
11:18:32  Live Restore Enabled: true
11:18:32 
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
[Pipeline] sh
[Pipeline] sh
11:18:32 + docker container ls -aq
[Pipeline] sh
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
[Pipeline] sh
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 rm -f -r debbuild
11:18:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 + docker info
11:18:32 Client:
11:18:32  Context:    default
11:18:32  Debug Mode: false
11:18:32  Plugins:
11:18:32   buildx: Docker Buildx (Docker Inc.)
11:18:32     Version:  v0.8.2
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:32   compose: Docker Compose (Docker Inc.)
11:18:32     Version:  v2.12.0
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:32 
11:18:32 Server:
11:18:32  Containers: 0
11:18:32   Running: 0
11:18:32   Paused: 0
11:18:32   Stopped: 0
11:18:32  Images: 1
11:18:32  Server Version: 22.06.0-beta.0
11:18:32  Storage Driver: overlay2
11:18:32   Backing Filesystem: extfs
11:18:32   Supports d_type: true
11:18:32   Using metacopy: false
11:18:32   Native Overlay Diff: true
11:18:32   userxattr: false
11:18:32  Logging Driver: json-file
11:18:32  Cgroup Driver: cgroupfs
11:18:32  Cgroup Version: 1
11:18:32  Plugins:
11:18:32   Volume: local
11:18:32   Network: bridge host ipvlan macvlan null overlay
11:18:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:32  Swarm: inactive
11:18:32  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:18:32  Default Runtime: runc
11:18:32  Init Binary: docker-init
11:18:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc version: v1.1.4-0-g5fd4c4d
11:18:32  init version: de40ad0
11:18:32  Security Options:
11:18:32   apparmor
11:18:32   seccomp
11:18:32    Profile: builtin
11:18:32  Kernel Version: 5.15.0-1022-aws
11:18:32  Operating System: Ubuntu 20.04.5 LTS
11:18:32  OSType: linux
11:18:32  Architecture: aarch64
11:18:32  CPUs: 2
11:18:32  Total Memory: 7.559GiB
11:18:32  Name: ip-10-100-103-233
11:18:32  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:32  Docker Root Dir: /var/lib/docker
11:18:32  Debug Mode: false
11:18:32  Username: dockerbuildbot
11:18:32  Registry: https://index.docker.io/v1/
11:18:32  Labels:
11:18:32  Experimental: true
11:18:32  Insecure Registries:
11:18:32   127.0.0.0/8
11:18:32  Live Restore Enabled: true
11:18:32 
11:18:32 + docker info
11:18:32 Client:
11:18:32  Context:    default
11:18:32  Debug Mode: false
11:18:32  Plugins:
11:18:32   buildx: Docker Buildx (Docker Inc.)
11:18:32     Version:  v0.8.2
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:32   compose: Docker Compose (Docker Inc.)
11:18:32     Version:  v2.12.0
11:18:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:32 
11:18:32 Server:
11:18:32  Containers: 0
11:18:32   Running: 0
11:18:32   Paused: 0
11:18:32   Stopped: 0
11:18:32  Images: 1
11:18:32  Server Version: 22.06.0-beta.0
11:18:32  Storage Driver: overlay2
11:18:32   Backing Filesystem: extfs
11:18:32   Supports d_type: true
11:18:32   Using metacopy: false
11:18:32   Native Overlay Diff: true
11:18:32   userxattr: false
11:18:32  Logging Driver: json-file
11:18:32  Cgroup Driver: cgroupfs
11:18:32  Cgroup Version: 1
11:18:32  Plugins:
11:18:32   Volume: local
11:18:32   Network: bridge host ipvlan macvlan null overlay
11:18:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:32  Swarm: inactive
11:18:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:32  Default Runtime: runc
11:18:32  Init Binary: docker-init
11:18:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:32  runc version: v1.1.4-0-g5fd4c4d
11:18:32  init version: de40ad0
11:18:32  Security Options:
11:18:32   apparmor
11:18:32   seccomp
11:18:32    Profile: builtin
11:18:32  Kernel Version: 5.15.0-1022-aws
11:18:32  Operating System: Ubuntu 20.04.5 LTS
11:18:32  OSType: linux
11:18:32  Architecture: aarch64
11:18:32  CPUs: 2
11:18:32  Total Memory: 7.559GiB
11:18:32  Name: ip-10-100-119-179
11:18:32  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:32  Docker Root Dir: /var/lib/docker
11:18:32  Debug Mode: false
11:18:32  Username: dockerbuildbot
11:18:32  Registry: https://index.docker.io/v1/
11:18:32  Labels:
11:18:32  Experimental: true
11:18:32  Insecure Registries:
11:18:32   127.0.0.0/8
11:18:32  Live Restore Enabled: true
11:18:32 
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + echo starting...
11:18:32 starting...
11:18:32 rm -f -r sources
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 using credential docker-jenkins-github-credentials
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 Cloning the remote Git repository
11:18:32 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
[Pipeline] sh
[Pipeline] echo
11:18:32 Removing all docker containers
[Pipeline] sh
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] echo
11:18:32 Docker containers have been removed
[Pipeline] echo
11:18:32 cleanWorkspace: Removing existing workspace
11:18:32 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] sh
11:18:32 + make clean
11:18:32 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:32 rm -f -r src
11:18:32 make -C rpm clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:32 rm -f -r rpmbuild/
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:32 make -C deb clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:32 make -C static clean
11:18:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:32 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:32 rm -f -r build
11:18:32 docker builder prune -f --filter until=24h
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] // stage
11:18:32 Total:	0B
11:18:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 + docker container ls -aq
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 + docker info
11:18:33 Client:
11:18:33  Context:    default
11:18:33  Debug Mode: false
11:18:33  Plugins:
11:18:33   buildx: Docker Buildx (Docker Inc.)
11:18:33     Version:  v0.8.2
11:18:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:33   compose: Docker Compose (Docker Inc.)
11:18:33     Version:  v2.12.0
11:18:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:33 
11:18:33 Server:
11:18:33  Containers: 0
11:18:33   Running: 0
11:18:33   Paused: 0
11:18:33   Stopped: 0
11:18:33  Images: 1
11:18:33  Server Version: 22.06.0-beta.0
11:18:33  Storage Driver: overlay2
11:18:33   Backing Filesystem: extfs
11:18:33   Supports d_type: true
11:18:33   Using metacopy: false
11:18:33   Native Overlay Diff: true
11:18:33   userxattr: false
11:18:33  Logging Driver: json-file
11:18:33  Cgroup Driver: cgroupfs
11:18:33  Cgroup Version: 1
11:18:33  Plugins:
11:18:33   Volume: local
11:18:33   Network: bridge host ipvlan macvlan null overlay
11:18:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:33  Swarm: inactive
11:18:33  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:33  Default Runtime: runc
11:18:33  Init Binary: docker-init
11:18:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:33  runc version: v1.1.4-0-g5fd4c4d
11:18:33  init version: de40ad0
11:18:33  Security Options:
11:18:33   apparmor
11:18:33   seccomp
11:18:33    Profile: builtin
11:18:33  Kernel Version: 5.15.0-1022-aws
11:18:33  Operating System: Ubuntu 20.04.5 LTS
11:18:33  OSType: linux
11:18:33  Architecture: aarch64
11:18:33  CPUs: 2
11:18:33  Total Memory: 7.559GiB
11:18:33  Name: ip-10-100-117-129
11:18:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:33  Docker Root Dir: /var/lib/docker
11:18:33  Debug Mode: false
11:18:33  Username: dockerbuildbot
11:18:33  Registry: https://index.docker.io/v1/
11:18:33  Labels:
11:18:33  Experimental: true
11:18:33  Insecure Registries:
11:18:33   127.0.0.0/8
11:18:33  Live Restore Enabled: true
11:18:33 
11:18:33 + make REF=23.0 ubuntu-focal
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:33 + make REF=23.0 ubuntu-jammy
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
[Pipeline] sh
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:18:33 Removing all docker containers
11:18:33 + make REF=23.0 debian-bullseye
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] echo
11:18:33 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:33 Removing all docker containers
[Pipeline] sh
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-aarch64)
[Pipeline] checkout
[Pipeline] sh
11:18:33 The recommended git tool is: git
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 + make REF=23.0 ubuntu-bionic
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + awk {print $2}
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
[Pipeline] sh
11:18:33 + make REF=23.0 fedora-37
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + awk {print $2}
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 + make REF=23.0 DOCKER_BUILD_PKGS=cross-mac static
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + awk {print $2}
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:33 + docker container ls -aq
11:18:33 + docker container ls -aq
[Pipeline] sh
[Pipeline] sh
11:18:33 + echo starting...
11:18:33 starting...
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] echo
11:18:33 Docker containers have been removed
[Pipeline] echo
11:18:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:33 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] sh
11:18:33 + make REF=23.0 ubuntu-bionic
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:33 + make REF=23.0 raspbian-bookworm
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
[Pipeline] sh
11:18:33 + make REF=23.0 debian-buster
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] checkout
11:18:33 + make REF=23.0 ubuntu-kinetic
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + awk {print $2}
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:33 The recommended git tool is: git
[Pipeline] checkout
[Pipeline] sh
11:18:33 The recommended git tool is: git
11:18:33 Avoid second fetch
11:18:33 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 make -C static clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:33 rm -f -r build
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
[Pipeline] // stage
[Pipeline] sh
11:18:33 + make clean
11:18:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:33 rm -f -r src
11:18:33 make -C rpm clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:33 rm -f -r rpmbuild/
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:33 make -C deb clean
11:18:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:33 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:33 rm -f -r debbuild
11:18:33 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:33 rm -f -r sources
11:18:33 docker builder prune -f --filter until=24h
11:18:33 Total:	0B
11:18:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:33 + make REF=23.0 DOCKER_BUILD_PKGS=static-linux static
11:18:33 git init src/github.com/docker/cli
11:18:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:33 + SRC=src/github.com/docker/cli
11:18:33 + REF=23.0
11:18:33 + REF_FETCH=23.0
11:18:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:33 + awk {print $2}
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:33 + docker container ls -aq
11:18:33 + REF=refs/heads/23.0
11:18:33 + [ -n refs/heads/23.0 ]
11:18:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:34 + make REF=23.0 raspbian-buster
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + awk {print $2}
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:34 + make REF=23.0 centos-8
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 + docker version
11:18:34 Client: Docker Engine - Community
11:18:34  Version:           22.06.0-beta.0
11:18:34  API version:       1.42
11:18:34  Go version:        go1.18.3
11:18:34  Git commit:        3e9117b
11:18:34  Built:             Fri Jun  3 17:55:34 2022
11:18:34  OS/Arch:           linux/arm64
11:18:34  Context:           default
11:18:34 
11:18:34 Server: Docker Engine - Community
11:18:34  Engine:
11:18:34   Version:          22.06.0-beta.0
11:18:34   API version:      1.42 (minimum version 1.12)
11:18:34   Go version:       go1.18.3
11:18:34   Git commit:       38633e7
11:18:34   Built:            Fri Jun  3 17:55:34 2022
11:18:34   OS/Arch:          linux/arm64
11:18:34   Experimental:     true
11:18:34  containerd:
11:18:34   Version:          1.6.8
11:18:34   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:34  runc:
11:18:34   Version:          1.1.4
11:18:34   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:34  docker-init:
11:18:34   Version:          0.19.0
11:18:34   GitCommit:        de40ad0
[Pipeline] sh
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 make -C static clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:34 rm -f -r build
11:18:34 docker builder prune -f --filter until=24h
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:34 make -C deb clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:34 rm -f -r debbuild
11:18:34 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:34 rm -f -r sources
11:18:34 docker builder prune -f --filter until=24h
11:18:34 + make REF=23.0 ubuntu-kinetic
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 make -C static clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:34 rm -f -r build
11:18:34 docker builder prune -f --filter until=24h
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 + make REF=23.0 debian-bookworm
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + awk {print $2}
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] echo
11:18:34 Docker containers have been removed
[Pipeline] echo
11:18:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:18:34 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:18:34 Docker containers have been removed
[Pipeline] echo
11:18:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-aarch64)
[Pipeline] checkout
11:18:34 The recommended git tool is: git
[Pipeline] sh
11:18:34 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
[Pipeline] sh
11:18:34 + make REF=23.0 centos-9
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
[Pipeline] sh
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 make -C static clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:34 rm -f -r build
11:18:34 docker builder prune -f --filter until=24h
11:18:34 + make clean
11:18:34 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:34 rm -f -r src
11:18:34 make -C rpm clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:34 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:34 rm -f -r rpmbuild/
11:18:34 docker builder prune -f --filter until=24h
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:34 make -C deb clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:34 rm -f -r debbuild
11:18:34 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:34 rm -f -r sources
11:18:34 docker builder prune -f --filter until=24h
[Pipeline] echo
11:18:34 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:18:34 Docker containers have been removed
[Pipeline] echo
11:18:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
[Pipeline] // stage
[Pipeline] echo
11:18:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (fedora-36-aarch64)
[Pipeline] echo
11:18:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-aarch64)
[Pipeline] sh
[Pipeline] sh
11:18:34 + echo starting...
11:18:34 starting...
11:18:34 + make REF=23.0 raspbian-bullseye
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + awk {print $2}
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:34 + make REF=23.0 debian-bullseye
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] echo
11:18:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-37-aarch64)
[Pipeline] sh
11:18:34 + make REF=23.0 debian-buster
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + 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
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:34 + make REF=23.0 fedora-36
11:18:34 git init src/github.com/docker/cli
11:18:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:34 + SRC=src/github.com/docker/cli
11:18:34 + REF=23.0
11:18:34 + REF_FETCH=23.0
11:18:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:34 + awk {print $2}
11:18:34 + REF=refs/heads/23.0
11:18:34 + [ -n refs/heads/23.0 ]
11:18:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:34 make -C static clean
11:18:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:34 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:34 rm -f -r build
11:18:34 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:34 + docker container ls -aq
[Pipeline] echo
11:18:34 Docker containers have been removed
[Pipeline] echo
11:18:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:18:34 cleanWorkspace: Workspace is clean.
11:18:34 + docker info
11:18:34 Client:
11:18:34  Context:    default
11:18:34  Debug Mode: false
11:18:34  Plugins:
11:18:34   buildx: Docker Buildx (Docker Inc.)
11:18:34     Version:  v0.8.2
11:18:34     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:34   compose: Docker Compose (Docker Inc.)
11:18:34     Version:  v2.12.0
11:18:34     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:34 
11:18:34 Server:
11:18:34  Containers: 0
11:18:34   Running: 0
11:18:34   Paused: 0
11:18:34   Stopped: 0
11:18:34  Images: 1
11:18:34  Server Version: 22.06.0-beta.0
11:18:34  Storage Driver: overlay2
11:18:34   Backing Filesystem: extfs
11:18:34   Supports d_type: true
11:18:34   Using metacopy: false
11:18:34   Native Overlay Diff: true
11:18:34   userxattr: false
11:18:34  Logging Driver: json-file
11:18:34  Cgroup Driver: cgroupfs
11:18:34  Cgroup Version: 1
11:18:34  Plugins:
11:18:34   Volume: local
11:18:34   Network: bridge host ipvlan macvlan null overlay
11:18:34   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:34  Swarm: inactive
11:18:34  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:34  Default Runtime: runc
11:18:34  Init Binary: docker-init
11:18:34  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:34  runc version: v1.1.4-0-g5fd4c4d
11:18:34  init version: de40ad0
11:18:34  Security Options:
11:18:34   apparmor
11:18:34   seccomp
11:18:34    Profile: builtin
11:18:34  Kernel Version: 5.15.0-1022-aws
11:18:34  Operating System: Ubuntu 20.04.5 LTS
11:18:34  OSType: linux
11:18:34  Architecture: aarch64
11:18:34  CPUs: 2
11:18:34  Total Memory: 7.559GiB
11:18:34  Name: ip-10-100-97-191
11:18:34  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:34  Docker Root Dir: /var/lib/docker
11:18:34  Debug Mode: false
11:18:34  Username: dockerbuildbot
11:18:34  Registry: https://index.docker.io/v1/
11:18:34  Labels:
11:18:34  Experimental: true
11:18:34  Insecure Registries:
11:18:34   127.0.0.0/8
11:18:34  Live Restore Enabled: true
11:18:34 
[Pipeline] stage
[Pipeline] { (ubuntu-focal-aarch64)
[Pipeline] }
[Pipeline] sh
11:18:34 + docker version
11:18:34 Client: Docker Engine - Community
11:18:34  Version:           22.06.0-beta.0
11:18:34  API version:       1.42
11:18:34  Go version:        go1.18.3
11:18:34  Git commit:        3e9117b
11:18:34  Built:             Fri Jun  3 17:55:34 2022
11:18:34  OS/Arch:           linux/arm64
11:18:34  Context:           default
11:18:34 
11:18:34 Server: Docker Engine - Community
11:18:34  Engine:
11:18:34   Version:          22.06.0-beta.0
11:18:34   API version:      1.42 (minimum version 1.12)
11:18:34   Go version:       go1.18.3
11:18:34   Git commit:       38633e7
11:18:34   Built:            Fri Jun  3 17:55:34 2022
11:18:34   OS/Arch:          linux/arm64
11:18:34   Experimental:     true
11:18:34  containerd:
11:18:34   Version:          1.6.8
11:18:34   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:34  runc:
11:18:34   Version:          1.1.4
11:18:34   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:34  docker-init:
11:18:34   Version:          0.19.0
11:18:34   GitCommit:        de40ad0
11:18:34 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:34 + echo starting...
11:18:34 starting...
[Pipeline] // stage
[Pipeline] sh
11:18:34 + echo starting...
11:18:34 starting...
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
[Pipeline] }
[Pipeline] checkout
11:18:34 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
11:18:34 + echo starting...
11:18:34 starting...
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
11:18:34 Total:	0B
11:18:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:35 + make REF=23.0 ubuntu-jammy
11:18:35 git init src/github.com/docker/cli
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:35 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:35 + SRC=src/github.com/docker/cli
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + + awkgit {print $2} -C
11:18:35  src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + docker version
11:18:35 Client: Docker Engine - Community
11:18:35  Version:           22.06.0-beta.0
11:18:35  API version:       1.42
11:18:35  Go version:        go1.18.3
11:18:35  Git commit:        3e9117b
11:18:35  Built:             Fri Jun  3 17:55:34 2022
11:18:35  OS/Arch:           linux/arm64
11:18:35  Context:           default
11:18:35 
11:18:35 Server: Docker Engine - Community
11:18:35  Engine:
11:18:35   Version:          22.06.0-beta.0
11:18:35   API version:      1.42 (minimum version 1.12)
11:18:35   Go version:       go1.18.3
11:18:35   Git commit:       38633e7
11:18:35   Built:            Fri Jun  3 17:55:34 2022
11:18:35   OS/Arch:          linux/arm64
11:18:35   Experimental:     true
11:18:35  containerd:
11:18:35   Version:          1.6.8
11:18:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc:
11:18:35   Version:          1.1.4
11:18:35   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:35  docker-init:
11:18:35   Version:          0.19.0
11:18:35   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:18:35 + echo starting...
11:18:35 starting...
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
[Pipeline] sh
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 + make REF=23.0 DOCKER_BUILD_PKGS=cross-win static
11:18:35 git init src/github.com/docker/cli
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:35 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:35 + SRC=src/github.com/docker/cli
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:35 + docker info
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-124-166
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] // stage
11:18:35 + docker version
11:18:35 Client: Docker Engine - Community
11:18:35  Version:           22.06.0-beta.0
11:18:35  API version:       1.42
11:18:35  Go version:        go1.18.3
11:18:35  Git commit:        3e9117b
11:18:35  Built:             Fri Jun  3 17:55:34 2022
11:18:35  OS/Arch:           linux/arm64
11:18:35  Context:           default
11:18:35 
11:18:35 Server: Docker Engine - Community
11:18:35  Engine:
11:18:35   Version:          22.06.0-beta.0
11:18:35   API version:      1.42 (minimum version 1.12)
11:18:35   Go version:       go1.18.3
11:18:35   Git commit:       38633e7
11:18:35   Built:            Fri Jun  3 17:55:34 2022
11:18:35   OS/Arch:          linux/arm64
11:18:35   Experimental:     true
11:18:35  containerd:
11:18:35   Version:          1.6.8
11:18:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc:
11:18:35   Version:          1.1.4
11:18:35   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:35  docker-init:
11:18:35   Version:          0.19.0
11:18:35   GitCommit:        de40ad0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
[Pipeline] checkout
11:18:35 The recommended git tool is: git
[Pipeline] sh
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 + docker version
11:18:35 Client: Docker Engine - Community
11:18:35  Version:           22.06.0-beta.0
11:18:35  API version:       1.42
11:18:35  Go version:        go1.18.3
11:18:35  Git commit:        3e9117b
11:18:35  Built:             Fri Jun  3 17:55:34 2022
11:18:35  OS/Arch:           linux/arm64
11:18:35  Context:           default
11:18:35 
11:18:35 Server: Docker Engine - Community
11:18:35  Engine:
11:18:35   Version:          22.06.0-beta.0
11:18:35   API version:      1.42 (minimum version 1.12)
11:18:35   Go version:       go1.18.3
11:18:35   Git commit:       38633e7
11:18:35   Built:            Fri Jun  3 17:55:34 2022
11:18:35   OS/Arch:          linux/arm64
11:18:35   Experimental:     true
11:18:35  containerd:
11:18:35   Version:          1.6.8
11:18:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc:
11:18:35   Version:          1.1.4
11:18:35   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:35  docker-init:
11:18:35   Version:          0.19.0
11:18:35   GitCommit:        de40ad0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
[Pipeline] sh
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 + make REF=23.0 centos-7
11:18:35 git init src/github.com/docker/cli
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:35 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:35 + SRC=src/github.com/docker/cli
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 using credential docker-jenkins-github-credentials
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + docker info
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-104-19
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 Cloning the remote Git repository
11:18:35 Cloning with configured refspecs honoured and without tags
11:18:35 + docker version
11:18:35 Client: Docker Engine - Community
11:18:35  Version:           22.06.0-beta.0
11:18:35  API version:       1.42
11:18:35  Go version:        go1.18.3
11:18:35  Git commit:        3e9117b
11:18:35  Built:             Fri Jun  3 17:55:34 2022
11:18:35  OS/Arch:           linux/arm64
11:18:35  Context:           default
11:18:35 
11:18:35 Server: Docker Engine - Community
11:18:35  Engine:
11:18:35   Version:          22.06.0-beta.0
11:18:35   API version:      1.42 (minimum version 1.12)
11:18:35   Go version:       go1.18.3
11:18:35   Git commit:       38633e7
11:18:35   Built:            Fri Jun  3 17:55:34 2022
11:18:35   OS/Arch:          linux/arm64
11:18:35   Experimental:     true
11:18:35  containerd:
11:18:35   Version:          1.6.8
11:18:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc:
11:18:35   Version:          1.1.4
11:18:35   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:35  docker-init:
11:18:35   Version:          0.19.0
11:18:35   GitCommit:        de40ad0
[Pipeline] }
[Pipeline] sh
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
[Pipeline] // stage
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + docker version
11:18:35 Client: Docker Engine - Community
11:18:35  Version:           22.06.0-beta.0
11:18:35  API version:       1.42
11:18:35  Go version:        go1.18.3
11:18:35  Git commit:        3e9117b
11:18:35  Built:             Fri Jun  3 17:55:34 2022
11:18:35  OS/Arch:           linux/arm64
11:18:35  Context:           default
11:18:35 
11:18:35 Server: Docker Engine - Community
11:18:35  Engine:
11:18:35   Version:          22.06.0-beta.0
11:18:35   API version:      1.42 (minimum version 1.12)
11:18:35   Go version:       go1.18.3
11:18:35   Git commit:       38633e7
11:18:35   Built:            Fri Jun  3 17:55:34 2022
11:18:35   OS/Arch:          linux/arm64
11:18:35   Experimental:     true
11:18:35  containerd:
11:18:35   Version:          1.6.8
11:18:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc:
11:18:35   Version:          1.1.4
11:18:35   GitCommit:        v1.1.4-0-g5fd4c4d
11:18:35  docker-init:
11:18:35   Version:          0.19.0
11:18:35   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 + docker info
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-103-142
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + awk {print $2}
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] checkout
11:18:35 The recommended git tool is: git
[Pipeline] }
11:18:35 using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 Cloning the remote Git repository
11:18:35 Cloning with configured refspecs honoured and without tags
11:18:35 + docker info
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-111-14
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
[Pipeline] checkout
11:18:35 The recommended git tool is: git
[Pipeline] }
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:18:35 + REF=refs/heads/23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] checkout
11:18:35 using credential docker-jenkins-github-credentials
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 The recommended git tool is: git
11:18:35 Cloning the remote Git repository
11:18:35 Cloning with configured refspecs honoured and without tags
11:18:35 + make clean
11:18:35 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:35 rm -f -r src
11:18:35 make -C rpm clean
11:18:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:35 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:35 rm -f -r rpmbuild/
11:18:35 docker builder prune -f --filter until=24h
11:18:35 Total:	0B
11:18:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:35 make -C deb clean
11:18:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:35 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:35 rm -f -r debbuild
11:18:35 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:35 rm -f -r sources
11:18:35 docker builder prune -f --filter until=24h
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + docker info
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-97-5
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
[Pipeline] checkout
11:18:35 The recommended git tool is: git
11:18:35 + docker info
11:18:35 Client:
11:18:35  Context:    default
11:18:35  Debug Mode: false
11:18:35  Plugins:
11:18:35   buildx: Docker Buildx (Docker Inc.)
11:18:35     Version:  v0.8.2
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:18:35   compose: Docker Compose (Docker Inc.)
11:18:35     Version:  v2.12.0
11:18:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:18:35 
11:18:35 Server:
11:18:35  Containers: 0
11:18:35   Running: 0
11:18:35   Paused: 0
11:18:35   Stopped: 0
11:18:35  Images: 1
11:18:35  Server Version: 22.06.0-beta.0
11:18:35  Storage Driver: overlay2
11:18:35   Backing Filesystem: extfs
11:18:35   Supports d_type: true
11:18:35   Using metacopy: false
11:18:35   Native Overlay Diff: true
11:18:35   userxattr: false
11:18:35  Logging Driver: json-file
11:18:35  Cgroup Driver: cgroupfs
11:18:35  Cgroup Version: 1
11:18:35  Plugins:
11:18:35   Volume: local
11:18:35   Network: bridge host ipvlan macvlan null overlay
11:18:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:18:35  Swarm: inactive
11:18:35  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:18:35  Default Runtime: runc
11:18:35  Init Binary: docker-init
11:18:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:18:35  runc version: v1.1.4-0-g5fd4c4d
11:18:35  init version: de40ad0
11:18:35  Security Options:
11:18:35   apparmor
11:18:35   seccomp
11:18:35    Profile: builtin
11:18:35  Kernel Version: 5.15.0-1022-aws
11:18:35  Operating System: Ubuntu 20.04.5 LTS
11:18:35  OSType: linux
11:18:35  Architecture: aarch64
11:18:35  CPUs: 2
11:18:35  Total Memory: 7.559GiB
11:18:35  Name: ip-10-100-113-136
11:18:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:18:35  Docker Root Dir: /var/lib/docker
11:18:35  Debug Mode: false
11:18:35  Username: dockerbuildbot
11:18:35  Registry: https://index.docker.io/v1/
11:18:35  Labels:
11:18:35  Experimental: true
11:18:35  Insecure Registries:
11:18:35   127.0.0.0/8
11:18:35  Live Restore Enabled: true
11:18:35 
[Pipeline] }
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:18:35 The recommended git tool is: git
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker 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
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 git init src/github.com/docker/docker
11:18:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:35 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:35 + SRC=src/github.com/docker/docker
11:18:35 + REF=23.0
11:18:35 + REF_FETCH=23.0
11:18:35 + awk {print $2}
11:18:35 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:35 + REF=refs/heads/23.0
11:18:35 + [ -n refs/heads/23.0 ]
11:18:35 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:35 From https://github.com/docker/cli
11:18:35  * [new branch]      23.0       -> 23.0
11:18:35  * [new branch]      23.0       -> origin/23.0
11:18:35 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:35 Total:	0B
11:18:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:35 make -C static clean
11:18:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:35 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:35 rm -f -r build
11:18:35 docker builder prune -f --filter until=24h
11:18:36 git init src/github.com/docker/docker
11:18:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:36 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:36 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:36 + SRC=src/github.com/docker/docker
11:18:36 + REF=23.0
11:18:36 + REF_FETCH=23.0
11:18:36 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:36 + awk {print $2}
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 From https://github.com/docker/cli
11:18:36  * [new branch]      23.0       -> 23.0
11:18:36  * [new branch]      23.0       -> origin/23.0
11:18:36 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:36 git init src/github.com/docker/docker
11:18:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:36 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:36 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:36 + SRC=src/github.com/docker/docker
11:18:36 + REF=23.0
11:18:36 + REF_FETCH=23.0
11:18:36 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:36 + awk {print $2}
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 git init src/github.com/docker/docker
11:18:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:36 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:36 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:36 + SRC=src/github.com/docker/docker
11:18:36 + REF=23.0
11:18:36 + REF_FETCH=23.0
11:18:36 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:36 + awk {print $2}
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 Total:	0B
11:18:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 git init src/github.com/docker/docker
11:18:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:36 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:36 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:36 + SRC=src/github.com/docker/docker
11:18:36 + REF=23.0
11:18:36 + REF_FETCH=23.0
11:18:36 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:36 + awk {print $2}
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:18:36 using credential docker-jenkins-github-credentials
11:18:36 Avoid second fetch
11:18:36 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:36 + make REF=23.0 debian-bookworm
11:18:36 git init src/github.com/docker/cli
11:18:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:36 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:36 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:36 + SRC=src/github.com/docker/cli
11:18:36 + REF=23.0
11:18:36 + REF_FETCH=23.0
11:18:36 + awk {print $2}
11:18:36 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:36 + REF=refs/heads/23.0
11:18:36 + [ -n refs/heads/23.0 ]
11:18:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:36 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:36 Cloning the remote Git repository
11:18:36 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_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:36 Avoid second fetch
11:18:36 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:37 From https://github.com/docker/cli
11:18:37  * [new branch]      23.0       -> 23.0
11:18:37  * [new branch]      23.0       -> origin/23.0
11:18:37 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:37 Avoid second fetch
11:18:37 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:37 git init src/github.com/docker/docker
11:18:37 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:37 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:37 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:37 + SRC=src/github.com/docker/docker
11:18:37 + REF=23.0
11:18:37 + REF_FETCH=23.0
11:18:37 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:37 + awk {print $2}
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:37 using credential docker-jenkins-github-credentials
11:18:37 Cloning the remote Git repository
11:18:37 Cloning with configured refspecs honoured and without tags
11:18:37 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:37 + REF=refs/heads/23.0
11:18:37 + [ -n refs/heads/23.0 ]
11:18:37 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:37 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:37 Avoid second fetch
11:18:37 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:37 using credential docker-jenkins-github-credentials
11:18:37 Cloning the remote Git repository
11:18:37 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:38 + make clean
11:18:38 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:38 rm -f -r src
11:18:38 make -C rpm clean
11:18:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:38 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:38 rm -f -r rpmbuild/
11:18:38 docker builder prune -f --filter until=24h
11:18:38 Total:	0B
11:18:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:38 make -C deb clean
11:18:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:38 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:38 rm -f -r debbuild
11:18:38 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:38 rm -f -r sources
11:18:38 docker builder prune -f --filter until=24h
11:18:38 using credential docker-jenkins-github-credentials
11:18:38 Cloning the remote Git repository
11:18:38 Cloning with configured refspecs honoured and without tags
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:38 using credential docker-jenkins-github-credentials
11:18:38 Cloning the remote Git repository
11:18:38 Cloning with configured refspecs honoured and without tags
11:18:38 using credential docker-jenkins-github-credentials
11:18:38 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:38 Cloning the remote Git repository
11:18:38 Cloning with configured refspecs honoured and without tags
11:18:38 Cloning the remote Git repository
11:18:38 Cloning with configured refspecs honoured and without tags
11:18:38 Avoid second fetch
11:18:38 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:38 Total:	0B
11:18:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:38 make -C static clean
11:18:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:38 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:38 rm -f -r build
11:18:38 docker builder prune -f --filter until=24h
11:18:38 From https://github.com/docker/docker
11:18:38  * [new branch]      23.0       -> 23.0
11:18:38  * [new branch]      23.0       -> origin/23.0
11:18:38 using credential docker-jenkins-github-credentials
11:18:38 Cloning the remote Git repository
11:18:38 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_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:38 Total:	0B
11:18:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:38 From https://github.com/docker/docker
11:18:38  * [new branch]      23.0       -> 23.0
11:18:38  * [new branch]      23.0       -> origin/23.0
11:18:38 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:38 From https://github.com/docker/docker
11:18:38  * [new branch]      23.0       -> 23.0
11:18:38  * [new branch]      23.0       -> origin/23.0
11:18:38 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:38 From https://github.com/docker/docker
11:18:38  * [new branch]      23.0       -> 23.0
11:18:38  * [new branch]      23.0       -> origin/23.0
11:18:38 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:38 From https://github.com/docker/docker
11:18:38  * [new branch]      23.0       -> 23.0
11:18:38  * [new branch]      23.0       -> origin/23.0
11:18:38 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + 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_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + 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_23.0 # timeout=10
11:18:39 + make REF=23.0 ubuntu-focal
11:18:39 git init src/github.com/docker/cli
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:39 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:39 + SRC=src/github.com/docker/cli
11:18:39 + REF=23.0
11:18:39 + REF_FETCH=23.0
11:18:39 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:39 + awk {print $2}
11:18:39 + REF=refs/heads/23.0
11:18:39 + [ -n refs/heads/23.0 ]
11:18:39 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:39 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # 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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 Avoid second fetch
11:18:39 Checking out Revision 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e (23.0)
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + awk {print $2}
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 From https://github.com/docker/docker
11:18:39  * [new branch]      23.0       -> 23.0
11:18:39  * [new branch]      23.0       -> origin/23.0
11:18:39 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:39 git init src/github.com/docker/buildx
11:18:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:39 + SRC=src/github.com/docker/buildx
11:18:39 + REF=v0.10.4
11:18:39 + REF_FETCH=v0.10.4
11:18:39 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:39 + awk {print $2}
11:18:39 + REF=refs/tags/v0.10.4
11:18:39 + [ -n refs/tags/v0.10.4 ]
11:18:39 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:40 + SRC=src/github.com/docker/buildx
11:18:40 + REF=v0.10.4
11:18:40 + REF_FETCH=v0.10.4
11:18:40 + awk {print $2}
11:18:40 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:40 From https://github.com/docker/cli
11:18:40  * [new branch]      23.0       -> 23.0
11:18:40  * [new branch]      23.0       -> origin/23.0
11:18:40 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:40 git init src/github.com/docker/docker
11:18:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:40 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:40 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:40 + SRC=src/github.com/docker/docker
11:18:40 + REF=23.0
11:18:40 + REF_FETCH=23.0
11:18:40 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:40 + awk {print $2}
11:18:40 From https://github.com/docker/docker
11:18:40  * [new branch]      23.0       -> 23.0
11:18:40  * [new branch]      23.0       -> origin/23.0
11:18:40 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:40 git init src/github.com/docker/buildx
11:18:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:40 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:40 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:40 + SRC=src/github.com/docker/buildx
11:18:40 + REF=v0.10.4
11:18:40 + REF_FETCH=v0.10.4
11:18:40 + awk {print $2}
11:18:40 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:40 git init src/github.com/docker/buildx
11:18:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:40 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:40 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:40 + SRC=src/github.com/docker/buildx
11:18:40 + REF=v0.10.4
11:18:40 + REF_FETCH=v0.10.4
11:18:40 + awk {print $2}
11:18:40 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:40 + REF=refs/heads/23.0
11:18:40 + [ -n refs/heads/23.0 ]
11:18:40 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:40 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:40 From https://github.com/docker/docker
11:18:40  * [new branch]      23.0       -> 23.0
11:18:40  * [new branch]      23.0       -> origin/23.0
11:18:40 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:40 git init src/github.com/docker/buildx
11:18:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:40 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:40 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:40 + SRC=src/github.com/docker/buildx
11:18:40 + REF=v0.10.4
11:18:40 + REF_FETCH=v0.10.4
11:18:40 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:40 + awk {print $2}
11:18:40 + REF=refs/tags/v0.10.4
11:18:40 + [ -n refs/tags/v0.10.4 ]
11:18:40 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:40 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 173fc027c7150a32ccb69e078c6b8ed45fe1fc2e # timeout=10
11:18:40 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:40 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
[Pipeline] sh
[Pipeline] sh
11:18:41 + REF=refs/tags/v0.10.4
11:18:41 + [ -n refs/tags/v0.10.4 ]
11:18:41 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:41 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:41 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:41 + make clean
11:18:41 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:41 rm -f -r src
11:18:41 make -C rpm clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:41 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:41 rm -f -r rpmbuild/
11:18:41 docker builder prune -f --filter until=24h
11:18:41 + make clean
11:18:41 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:41 rm -f -r src
11:18:41 make -C rpm clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:41 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:41 rm -f -r rpmbuild/
11:18:41 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:41 make -C deb clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:41 rm -f -r debbuild
11:18:41 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:41 rm -f -r sources
11:18:41 docker builder prune -f --filter until=24h
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:41 make -C static clean
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:41 make -C deb clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:41 rm -f -r debbuild
11:18:41 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:41 rm -f -r sources
11:18:41 docker builder prune -f --filter until=24h
11:18:41 From https://github.com/docker/docker
11:18:41  * [new branch]      23.0       -> 23.0
11:18:41  * [new branch]      23.0       -> origin/23.0
11:18:41 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:41 + make clean
11:18:41 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:41 rm -f -r src
11:18:41 make -C rpm clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:41 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:41 rm -f -r rpmbuild/
11:18:41 docker builder prune -f --filter until=24h
[Pipeline] sh
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:41 rm -f -r build
11:18:41 docker builder prune -f --filter until=24h
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:41 From https://github.com/docker/buildx
11:18:41  * [new tag]         v0.10.4    -> v0.10.4
11:18:41 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:41 make -C static clean
11:18:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:41 rm -f -r build
11:18:41 docker builder prune -f --filter until=24h
11:18:41 Total:	0B
11:18:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:42 git init src/github.com/docker/buildx
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:42 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:42 + SRC=src/github.com/docker/buildx
11:18:42 + REF=v0.10.4
11:18:42 + REF_FETCH=v0.10.4
11:18:42 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:42 + awk {print $2}
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:42 make -C deb clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:42 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:42 rm -f -r debbuild
11:18:42 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:42 rm -f -r sources
11:18:42 docker builder prune -f --filter until=24h
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:42 make -C static clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:42 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:42 rm -f -r build
11:18:42 docker builder prune -f --filter until=24h
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:42 + make clean
11:18:42 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:42 rm -f -r src
11:18:42 make -C rpm clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:42 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:42 rm -f -r rpmbuild/
11:18:42 docker builder prune -f --filter until=24h
11:18:42 + make REF=23.0 centos-8
11:18:42 git init src/github.com/docker/cli
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:42 + SRC=src/github.com/docker/cli
11:18:42 + REF=23.0
11:18:42 + REF_FETCH=23.0
11:18:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/heads/23.0
11:18:42 + [ -n refs/heads/23.0 ]
11:18:42 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 + make REF=23.0 debian-buster
11:18:42 git init src/github.com/docker/cli
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:42 + SRC=src/github.com/docker/cli
11:18:42 + REF=23.0
11:18:42 + REF_FETCH=23.0
11:18:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/heads/23.0
11:18:42 + [ -n refs/heads/23.0 ]
11:18:42 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:42 + REF=refs/tags/v0.10.4
11:18:42 + [ -n refs/tags/v0.10.4 ]
11:18:42 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:42 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:42 make -C deb clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:42 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:42 rm -f -r debbuild
11:18:42 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:42 rm -f -r sources
11:18:42 docker builder prune -f --filter until=24h
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:42 make -C static clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:42 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:42 rm -f -r build
11:18:42 docker builder prune -f --filter until=24h
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/compose
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + make REF=23.0 debian-bookworm
11:18:42 git init src/github.com/docker/cli
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:42 + SRC=src/github.com/docker/cli
11:18:42 + REF=23.0
11:18:42 + REF_FETCH=23.0
11:18:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/heads/23.0
11:18:42 + [ -n refs/heads/23.0 ]
11:18:42 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + 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
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 Total:	0B
11:18:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:42 From https://github.com/docker/cli
11:18:42  * [new branch]      23.0       -> 23.0
11:18:42  * [new branch]      23.0       -> origin/23.0
11:18:42 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 From https://github.com/docker/cli
11:18:42  * [new branch]      23.0       -> 23.0
11:18:42  * [new branch]      23.0       -> origin/23.0
11:18:42 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:42 + SRC=src/github.com/docker/scan-cli-plugin
11:18:42 + REF=v0.23.0
11:18:42 + REF_FETCH=v0.23.0
11:18:42 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:42 + awk {print $2}
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 git init src/github.com/docker/compose
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:42 + SRC=src/github.com/docker/compose
11:18:42 + REF=v2.16.0
11:18:42 + REF_FETCH=v2.16.0
11:18:42 + awk {print $2}
11:18:42 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:42 + SRC=src/github.com/docker/scan-cli-plugin
11:18:42 + REF=v0.23.0
11:18:42 + REF_FETCH=v0.23.0
11:18:42 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v0.23.0
11:18:42 + [ -n refs/tags/v0.23.0 ]
11:18:42 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:42 + 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
11:18:42 + make clean
11:18:42 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:42 rm -f -r src
11:18:42 make -C rpm clean
11:18:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:42 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:42 rm -f -r rpmbuild/
11:18:42 docker builder prune -f --filter until=24h
11:18:42 + REF=refs/tags/v2.16.0
11:18:42 + [ -n refs/tags/v2.16.0 ]
11:18:42 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:42 + SRC=src/github.com/docker/scan-cli-plugin
11:18:42 + REF=v0.23.0
11:18:42 + REF_FETCH=v0.23.0
11:18:42 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v0.23.0
11:18:42 + [ -n refs/tags/v0.23.0 ]
11:18:42 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:42 + 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
11:18:42 From https://github.com/docker/buildx
11:18:42  * [new tag]         v0.10.4    -> v0.10.4
11:18:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:42 + SRC=src/github.com/docker/scan-cli-plugin
11:18:42 + REF=v0.23.0
11:18:42 + REF_FETCH=v0.23.0
11:18:42 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v0.23.0
11:18:42 + [ -n refs/tags/v0.23.0 ]
11:18:42 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:42 + 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
11:18:42 From https://github.com/docker/compose
11:18:42  * [new tag]         v2.16.0    -> v2.16.0
11:18:42 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:42 git init src/github.com/docker/scan-cli-plugin
11:18:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:42 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:42 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:42 + SRC=src/github.com/docker/scan-cli-plugin
11:18:42 + REF=v0.23.0
11:18:42 + REF_FETCH=v0.23.0
11:18:42 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:42 + awk {print $2}
11:18:42 + REF=refs/tags/v0.23.0
11:18:42 + [ -n refs/tags/v0.23.0 ]
11:18:42 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:42 + 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
11:18:43 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:43 + make REF=23.0 ubuntu-bionic
11:18:43 git init src/github.com/docker/cli
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:43 + SRC=src/github.com/docker/cli
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/heads/23.0
11:18:43 + [ -n refs/heads/23.0 ]
11:18:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:43 git init src/github.com/docker/docker
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:43 + SRC=src/github.com/docker/docker
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags+  origin 23.0
11:18:43 awk {print $2}
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 git init src/github.com/docker/docker
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:43 + SRC=src/github.com/docker/docker
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:43 + awk {print $2}
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bookworm
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 From https://github.com/docker/buildx
11:18:43  * [new tag]         v0.10.4    -> v0.10.4
11:18:43 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:43 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 fedora-37
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 mkdir -p rpmbuild/SOURCES
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 make -C deb clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:43 rm -f -r debbuild
11:18:43 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:43 rm -f -r sources
11:18:43 docker builder prune -f --filter until=24h
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 make -C static clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:43 rm -f -r build
11:18:43 docker builder prune -f --filter until=24h
11:18:43 git init src/github.com/docker/compose
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:43 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-buster
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 From https://github.com/docker/cli
11:18:43  * [new branch]      23.0       -> 23.0
11:18:43  * [new branch]      23.0       -> origin/23.0
11:18:43 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + REF=refs/heads/23.0
11:18:43 + [ -n refs/heads/23.0 ]
11:18:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:43 + REF=refs/heads/23.0
11:18:43 + [ -n refs/heads/23.0 ]
11:18:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bullseye
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-7
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 mkdir -p rpmbuild/SOURCES
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + make clean
11:18:43 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:43 rm -f -r src
11:18:43 make -C rpm clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:43 rm -f -r rpmbuild/
11:18:43 docker builder prune -f --filter until=24h
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 for p in static-linux; do \
11:18:43 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:18:43 done
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-bionic
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 raspbian-bookworm
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-focal
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 fedora-36
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 mkdir -p rpmbuild/SOURCES
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 Commit message: "Merge pull request #855 from thaJeztah/23.0_backport_update_buildx"
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bullseye
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-buster
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 latest: Pulling from library/alpine
11:18:43 git init src/github.com/docker/compose
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:43 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:43 + SRC=src/github.com/docker/compose
11:18:43 + REF=v2.16.0
11:18:43 + REF_FETCH=v2.16.0
11:18:43 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v2.16.0
11:18:43 + [ -n refs/tags/v2.16.0 ]
11:18:43 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18: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
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:43 + SRC=src/github.com/docker/compose
11:18:43 + REF=v2.16.0
11:18:43 + REF_FETCH=v2.16.0
11:18:43 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v2.16.0
11:18:43 + [ -n refs/tags/v2.16.0 ]
11:18:43 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18: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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-jammy
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
[Pipeline] sh
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 latest: Pulling from library/alpine
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-jammy
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 git init src/github.com/docker/docker
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:43 + SRC=src/github.com/docker/docker
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/heads/23.0
11:18:43 + [ -n refs/heads/23.0 ]
11:18:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bookworm
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-8
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 mkdir -p rpmbuild/SOURCES
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/cli
11:18:43  * [new branch]      23.0       -> 23.0
11:18:43  * [new branch]      23.0       -> origin/23.0
11:18:43 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 for p in cross-mac; do \
11:18:43 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:18:43 done
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-9
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 mkdir -p rpmbuild/SOURCES
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 make -C deb clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:43 rm -f -r debbuild
11:18:43 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:43 rm -f -r sources
11:18:43 docker builder prune -f --filter until=24h
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 make -C static clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:43 rm -f -r build
11:18:43 docker builder prune -f --filter until=24h
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 #1 [internal] load .dockerignore
11:18:43 #1 transferring context: 263B done
11:18:43 #1 DONE 0.1s
11:18:43 
11:18:43 #2 [internal] load build definition from Dockerfile
11:18:43 #2 transferring dockerfile:
[Pipeline] sh
11:18:43 latest: Pulling from library/alpine
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
[Pipeline] sh
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 latest: Pulling from library/alpine
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 for p in cross-win; do \
11:18:43 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:18:43 done
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:43 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker && docker buildx build --target binary --build-arg VERSION=0.0.0-20230309110843-71615c2 --build-arg DOCKER_GITCOMMIT=31a9532 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --platform windows/amd64 --output "./bundles/cross/win" .
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 63b65145d645: Pulling fs layer
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 raspbian-buster
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 63b65145d645: Pull complete
11:18:43 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:43 Status: Downloaded newer image for alpine:latest
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 latest: Pulling from library/alpine
11:18:43 6fb81ff47bd6: Pulling fs layer
[Pipeline] sh
11:18:43 63b65145d645: Pulling fs layer
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 + make REF=23.0 centos-9
11:18:43 git init src/github.com/docker/cli
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:43 + SRC=src/github.com/docker/cli
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/heads/23.0
11:18:43 + [ -n refs/heads/23.0 ]
11:18:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
[Pipeline] sh
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-bionic
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 From https://github.com/docker/compose
11:18:43  * [new tag]         v2.16.0    -> v2.16.0
11:18:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + awk {print $2}
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:43 git init src/github.com/docker/docker
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:43 + SRC=src/github.com/docker/docker
11:18:43 + REF=23.0
11:18:43 + REF_FETCH=23.0
11:18:43 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 23.0
11:18:43 awk {print $2}
11:18:43 latest: Pulling from library/alpine
11:18:43 6fb81ff47bd6: Pulling fs layer
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 63b65145d645: Pull complete
11:18:43 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:43 Status: Downloaded newer image for alpine:latest
11:18:43 pedantic_boyd
11:18:43 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
11:18:43 latest: Pulling from library/alpine
11:18:43 63b65145d645: Pulling fs layer
11:18:43 63b65145d645: Download complete
11:18:43 From https://github.com/docker/scan-cli-plugin
11:18:43  * [new tag]         v0.23.0    -> v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:43 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-kinetic
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 mkdir -p sources
11:18:43 docker run --rm -w /v \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:43 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:43 	alpine \
11:18:43 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:43 Unable to find image 'alpine:latest' locally
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:43 63b65145d645: Download complete
11:18:43 63b65145d645: Pull complete
11:18:43 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:43 Status: Downloaded newer image for alpine:latest
11:18:43 #2 transferring dockerfile: 5.48kB done
11:18:43 #2 DONE 0.1s
11:18:43 
11:18:43 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:18:43 #3 DONE 0.0s
11:18:43 
11:18:43 #4 resolve image config for docker.io/docker/dockerfile:1
11:18:43 6fb81ff47bd6: Pulling fs layer
11:18:43 + make clean
11:18:43 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:43 rm -f -r src
11:18:43 make -C rpm clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:43 rm -f -r rpmbuild/
11:18:43 docker builder prune -f --filter until=24h
11:18:43 Total:	0B
11:18:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 make -C deb clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 63b65145d645: Pull complete
11:18:43 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:43 Status: Downloaded newer image for alpine:latest
11:18:43 63b65145d645: Verifying Checksum
11:18:43 63b65145d645: Download complete
11:18:43 + make clean
11:18:43 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:43 rm -f -r src
11:18:43 make -C rpm clean
11:18:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:43 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:43 rm -f -r rpmbuild/
11:18:43 docker builder prune -f --filter until=24h
11:18:43 6fb81ff47bd6: Pulling fs layer
11:18:43 latest: Pulling from library/alpine
11:18:43 6fb81ff47bd6: Pulling fs layer
11:18:43 6fb81ff47bd6: Download complete
11:18:43 git init src/github.com/docker/scan-cli-plugin
11:18:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:43 + SRC=src/github.com/docker/scan-cli-plugin
11:18:43 + REF=v0.23.0
11:18:43 + REF_FETCH=v0.23.0
11:18:43 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:43 + awk {print $2}
11:18:43 + REF=refs/tags/v0.23.0
11:18:43 + [ -n refs/tags/v0.23.0 ]
11:18:43 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:43 + 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
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 latest: Pulling from library/alpine
11:18:44 63b65145d645: Verifying Checksum
11:18:44 63b65145d645: Download complete
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 latest: Pulling from library/alpine
11:18:44 6fb81ff47bd6: Pulling fs layer
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 + make clean
11:18:44 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:44 rm -f -r src
11:18:44 make -C rpm clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:44 rm -f -r rpmbuild/
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 make -C deb clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
[Pipeline] sh
11:18:44 From https://github.com/docker/scan-cli-plugin
11:18:44  * [new tag]         v0.23.0    -> v0.23.0
11:18:44 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:44 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 raspbian-bullseye
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 mkdir -p sources
11:18:44 docker run --rm -w /v \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:44 	alpine \
11:18:44 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:44 Unable to find image 'alpine:latest' locally
11:18:44 Unable to find image 'alpine:latest' locally
11:18:44 From https://github.com/docker/compose
11:18:44  * [new tag]         v2.16.0    -> v2.16.0
11:18:44 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:44 git init src/github.com/docker/scan-cli-plugin
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:44 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:44 + SRC=src/github.com/docker/scan-cli-plugin
11:18:44 + REF=v0.23.0
11:18:44 + REF_FETCH=v0.23.0
11:18:44 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:44 + awk {print $2}
11:18:44 + REF=refs/tags/v0.23.0
11:18:44 + [ -n refs/tags/v0.23.0 ]
11:18:44 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18: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
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 + make clean
11:18:44 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:44 rm -f -r src
11:18:44 make -C rpm clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:44 rm -f -r rpmbuild/
11:18:44 docker builder prune -f --filter until=24h
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 #1 [internal] booting buildkit
11:18:44 #1 pulling image moby/buildkit:buildx-stable-1
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 latest: Pulling from library/alpine
11:18:44 6fb81ff47bd6: Pulling fs layer
11:18:44 #4 DONE 0.3s
11:18:44 
11:18:44 #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:18:44 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
11:18:44 #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
11:18:44 #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
11:18:44 #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
11:18:44 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.1s done
11:18:44 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
11:18:44 + make REF=23.0 ubuntu-jammy
11:18:44 git init src/github.com/docker/cli
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:44 + SRC=src/github.com/docker/cli
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + awk {print $2}
11:18:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:44 rm -f -r debbuild
11:18:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:44 rm -f -r sources
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 make -C static clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:44 rm -f -r build
11:18:44 docker builder prune -f --filter until=24h
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 make -C deb clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:44 rm -f -r debbuild
11:18:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:44 rm -f -r sources
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 make -C static clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 From https://github.com/docker/docker
11:18:44  * [new branch]      23.0       -> 23.0
11:18:44  * [new branch]      23.0       -> origin/23.0
11:18:44 From https://github.com/docker/scan-cli-plugin
11:18:44  * [new tag]         v0.23.0    -> v0.23.0
11:18:44 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:44 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-focal
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 mkdir -p sources
11:18:44 docker run --rm -w /v \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:44 	alpine \
11:18:44 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:44 Unable to find image 'alpine:latest' locally
11:18:44 From https://github.com/docker/docker
11:18:44  * [new branch]      23.0       -> 23.0
11:18:44  * [new branch]      23.0       -> origin/23.0
11:18:44 6fb81ff47bd6: Pulling fs layer
11:18:44 63b65145d645: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 6fb81ff47bd6: Download complete
11:18:44 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:44 rm -f -r debbuild
11:18:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:44 rm -f -r sources
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 make -C static clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:44 rm -f -r build
11:18:44 docker builder prune -f --filter until=24h
11:18:44 #1 [internal] load .dockerignore
11:18:44 #1 transferring context: 113B done
11:18:44 #1 DONE 0.1s
11:18:44 
11:18:44 #2 [internal] load build definition from Dockerfile
11:18:44 #2 transferring dockerfile: 27.03kB done
11:18:44 #2 DONE 0.1s
11:18:44 
11:18:44 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:18:44 #3 DONE 0.0s
11:18:44 
11:18:44 #4 resolve image config for docker.io/docker/dockerfile:1
11:18:44 latest: Pulling from library/alpine
11:18:44 6fb81ff47bd6: Pulling fs layer
11:18:44 latest: Pulling from library/alpine
11:18:44 6fb81ff47bd6: Pulling fs layer
11:18:44 From https://github.com/docker/scan-cli-plugin
11:18:44  * [new tag]         v0.23.0    -> v0.23.0
11:18:44 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:44 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-kinetic
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 mkdir -p sources
11:18:44 docker run --rm -w /v \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:44 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:44 	alpine \
11:18:44 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:44 Unable to find image 'alpine:latest' locally
11:18:44 From https://github.com/docker/cli
11:18:44  * [new branch]      23.0       -> 23.0
11:18:44  * [new branch]      23.0       -> origin/23.0
11:18:44 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 make -C deb clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:44 rm -f -r debbuild
11:18:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:44 rm -f -r sources
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 make -C static clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:44 rm -f -r build
11:18:44 docker builder prune -f --filter until=24h
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 + make clean
11:18:44 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:18:44 rm -f -r src
11:18:44 make -C rpm clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:18:44 rm -f -r rpmbuild/
11:18:44 docker builder prune -f --filter until=24h
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.3s done
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:44 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:44 rm -f -r build
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:44 latest: Pulling from library/alpine
11:18:44 63b65145d645: Pulling fs layer
11:18:44 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
[Pipeline] sh
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:18:44 #4 DONE 0.4s
11:18:44 
11:18:44 #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:18:44 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 done
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 6fb81ff47bd6: Verifying Checksum
11:18:44 6fb81ff47bd6: Download complete
11:18:44 latest: Pulling from library/alpine
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 git init src/github.com/docker/docker
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:44 + SRC=src/github.com/docker/docker
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:44 + awk {print $2}
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
[Pipeline] sh
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:44 make -C deb clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:18:44 rm -f -r debbuild
11:18:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:18:44 rm -f -r sources
11:18:44 docker builder prune -f --filter until=24h
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:44 make -C static clean
11:18:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:18:44 rm -f -r build
11:18:44 docker builder prune -f --filter until=24h
11:18:44 #5 DONE 0.5s
11:18:44 
11:18:44 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:18:44 #6 DONE 0.0s
11:18:44 
11:18:44 #7 [auth] library/golang:pull token for registry-1.docker.io
11:18:44 #7 DONE 0.0s
11:18:44 
11:18:44 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:18:44 #8 DONE 0.0s
11:18:44 
11:18:44 #9 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:18:44 From https://github.com/docker/cli
11:18:44  * [new branch]      23.0       -> 23.0
11:18:44  * [new branch]      23.0       -> origin/23.0
11:18:44 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:44 git init src/github.com/docker/buildx
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:44 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:44 63b65145d645: Verifying Checksum
11:18:44 63b65145d645: Download complete
11:18:44 + make REF=23.0 fedora-36
11:18:44 git init src/github.com/docker/cli
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:44 + SRC=src/github.com/docker/cli
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + awk {print $2}
11:18:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 git init src/github.com/docker/buildx
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:44 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:44 + SRC=src/github.com/docker/buildx
11:18:44 + REF=v0.10.4
11:18:44 + REF_FETCH=v0.10.4
11:18:44 + git -C src/github.com/docker/buildx ls-remote+  --refs --heads --tags origin v0.10.4
11:18:44 awk {print $2}
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 + make REF=23.0 fedora-37
11:18:44 git init src/github.com/docker/cli
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:44 + SRC=src/github.com/docker/cli
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:44 + awk {print $2}
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
11:18:44 #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
11:18:44 #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
11:18:44 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 3.15MB / 11.55MB 0.1s
11:18:44 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
11:18:44 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:44 + make REF=23.0 ubuntu-kinetic
11:18:44 git init src/github.com/docker/cli
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:44 + SRC=src/github.com/docker/cli
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:44 + awk {print $2}
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 63b65145d645: Pulling fs layer
11:18:44 63b65145d645: Verifying Checksum
11:18:44 63b65145d645: Download complete
11:18:44 Total:	0B
11:18:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:18:44 From https://github.com/docker/docker
11:18:44  * [new branch]      23.0       -> 23.0
11:18:44  * [new branch]      23.0       -> origin/23.0
11:18:44 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] sh
11:18:44 + make REF=23.0 debian-bullseye
11:18:44 git init src/github.com/docker/cli
11:18:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:44 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:44 + SRC=src/github.com/docker/cli
11:18:44 + REF=23.0
11:18:44 + REF_FETCH=23.0
11:18:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:44 + awk {print $2}
11:18:44 + REF=refs/heads/23.0
11:18:44 + [ -n refs/heads/23.0 ]
11:18:44 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:44 #9 ...
11:18:44 
11:18:44 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:18:44 #10 DONE 0.3s
11:18:44 6fb81ff47bd6: Pull complete
11:18:44 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:44 Status: Downloaded newer image for alpine:latest
11:18:45 git init src/github.com/docker/docker
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:45 + SRC=src/github.com/docker/docker
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:45 + awk {print $2}
11:18:45 + SRC=src/github.com/docker/buildx
11:18:45 + REF=v0.10.4
11:18:45 + REF_FETCH=v0.10.4
11:18:45 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:45 + awk {print $2}
11:18:45 + REF=refs/tags/v0.10.4
11:18:45 + [ -n refs/tags/v0.10.4 ]
11:18:45 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 63b65145d645: Pull complete
11:18:45 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:45 Status: Downloaded newer image for alpine:latest
11:18:45 + REF=refs/tags/v0.10.4
11:18:45 + [ -n refs/tags/v0.10.4 ]
11:18:45 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:45 Status: Downloaded newer image for alpine:latest
11:18:45 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.3s done
11:18:45 #5 DONE 0.5s
11:18:45 
11:18:45 #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
11:18:45 63b65145d645: Pull complete
11:18:45 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:45 Status: Downloaded newer image for alpine:latest
11:18:45 git init src/github.com/docker/buildx
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:45 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:45 + SRC=src/github.com/docker/buildx
11:18:45 + REF=v0.10.4
11:18:45 + REF_FETCH=v0.10.4
11:18:45 + git -C+  src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:45 awk {print $2}
11:18:45 + make REF=23.0 ubuntu-focal
11:18:45 git init src/github.com/docker/cli
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:18:45 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:18:45 + SRC=src/github.com/docker/cli
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + awk {print $2}
11:18:45 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:18:45 + REF=refs/heads/23.0
11:18:45 + [ -n refs/heads/23.0 ]
11:18:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:45 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:45 
11:18:45 #9 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:18:45 #9 DONE 0.3s
11:18:45 
11:18:45 #11 [internal] load metadata for docker.io/library/golang:1.19.6-alpine3.16
11:18:45 #11 DONE 0.4s
11:18:45 + REF=refs/heads/23.0
11:18:45 + [ -n refs/heads/23.0 ]
11:18:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:45 #6 ...
11:18:45 
11:18:45 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:18:45 #7 DONE 0.0s
11:18:45 
11:18:45 #8 [auth] library/golang:pull token for registry-1.docker.io
11:18:45 #8 DONE 0.0s
11:18:45 
11:18:45 #9 [internal] load metadata for docker.io/library/golang:1.19.6-bullseye
11:18:45 #9 DONE 0.3s
11:18:45 
11:18:45 #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
11:18:45 From https://github.com/docker/cli
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:45 + REF=refs/tags/v0.10.4
11:18:45 + [ -n refs/tags/v0.10.4 ]
11:18:45 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 From https://github.com/docker/cli
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:45 From https://github.com/docker/cli
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:45 From https://github.com/docker/docker
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:45 #6 DONE 0.3s
11:18:45 git init src/github.com/docker/docker
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:45 + SRC=src/github.com/docker/docker
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + git -C src/github.com/docker/docker ls-remote --refs+  --heads --tags origin 23.0
11:18:45 awk {print $2}
11:18:45 git init src/github.com/docker/docker
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:45 + SRC=src/github.com/docker/docker
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:45 + awk {print $2}
11:18:45 From https://github.com/docker/cli
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:45 git init src/github.com/docker/docker
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:45 + SRC=src/github.com/docker/docker
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + awk {print $2}
11:18:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:45 git init src/github.com/docker/buildx
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:45 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:45 + SRC=src/github.com/docker/buildx
11:18:45 + REF=v0.10.4
11:18:45 + REF_FETCH=v0.10.4
11:18:45 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:45 + awk {print $2}
11:18:45 + REF=refs/heads/23.0
11:18:45 + [ -n refs/heads/23.0 ]
11:18:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:45 + REF=refs/heads/23.0
11:18:45 + [ -n refs/heads/23.0 ]
11:18:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:45 From https://github.com/docker/buildx
11:18:45  * [new tag]         v0.10.4    -> v0.10.4
11:18:45 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:45 From https://github.com/docker/buildx
11:18:45  * [new tag]         v0.10.4    -> v0.10.4
11:18:45 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:45 git init src/github.com/docker/docker
11:18:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:45 + SRC=src/github.com/docker/docker
11:18:45 + REF=23.0
11:18:45 + REF_FETCH=23.0
11:18:45 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 23.0
11:18:45 awk {print $2}
11:18:45 + REF=refs/heads/23.0
11:18:45 + [ -n refs/heads/23.0 ]
11:18:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:45 + REF=refs/tags/v0.10.4
11:18:45 + [ -n refs/tags/v0.10.4 ]
11:18:45 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:45 From https://github.com/docker/docker
11:18:45  * [new branch]      23.0       -> 23.0
11:18:45  * [new branch]      23.0       -> origin/23.0
11:18:45 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:46 From https://github.com/docker/cli
11:18:46  * [new branch]      23.0       -> 23.0
11:18:46  * [new branch]      23.0       -> origin/23.0
11:18:46 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:18:46 git init src/github.com/docker/docker
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:18:46 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:18:46 + SRC=src/github.com/docker/docker
11:18:46 + REF=23.0
11:18:46 + REF_FETCH=23.0
11:18:46 + + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:18:46 awk {print $2}
11:18:46 From https://github.com/docker/docker
11:18:46  * [new branch]      23.0       -> 23.0
11:18:46  * [new branch]      23.0       -> origin/23.0
11:18:46 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:46 git init src/github.com/docker/compose
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:46 + SRC=src/github.com/docker/compose
11:18:46 + REF=v2.16.0
11:18:46 + REF_FETCH=v2.16.0
11:18:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags+  origin v2.16.0
11:18:46 awk {print $2}
11:18:46 + REF=refs/heads/23.0
11:18:46 + [ -n refs/heads/23.0 ]
11:18:46 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:46 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:46 git init src/github.com/docker/compose
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:46 + SRC=src/github.com/docker/compose
11:18:46 + REF=v2.16.0
11:18:46 + REF_FETCH=v2.16.0
11:18:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:46 + awk {print $2}
11:18:46 + REF=refs/tags/v2.16.0
11:18:46 + [ -n refs/tags/v2.16.0 ]
11:18:46 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 git init src/github.com/docker/buildx
11:18:46 From https://github.com/docker/buildx
11:18:46  * [new tag]         v0.10.4    -> v0.10.4
11:18:46 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:46 + REF=refs/heads/23.0
11:18:46 + [ -n refs/heads/23.0 ]
11:18:46 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:18:46 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:18:46 + REF=refs/tags/v2.16.0
11:18:46 + [ -n refs/tags/v2.16.0 ]
11:18:46 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:46 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:46 + SRC=src/github.com/docker/buildx
11:18:46 + REF=v0.10.4
11:18:46 + REF_FETCH=v0.10.4
11:18:46 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:46 + awk {print $2}
11:18:46 + REF=refs/tags/v0.10.4
11:18:46 + [ -n refs/tags/v0.10.4 ]
11:18:46 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:46 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:46 git init src/github.com/docker/compose
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:46 + SRC=src/github.com/docker/compose
11:18:46 + REF=v2.16.0
11:18:46 + REF_FETCH=v2.16.0
11:18:46 + git -C src/github.com/docker/compose ls-remote+  --refs --heads --tags origin v2.16.0
11:18:46 awk {print $2}
11:18:46 + REF=refs/tags/v2.16.0
11:18:46 + [ -n refs/tags/v2.16.0 ]
11:18:46 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:46 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done
11:18:46 From https://github.com/docker/compose
11:18:46  * [new tag]         v2.16.0    -> v2.16.0
11:18:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:46 git init src/github.com/docker/scan-cli-plugin
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:46 git init src/github.com/docker/buildx
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:46 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:46 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:46 + SRC=src/github.com/docker/buildx
11:18:46 + REF=v0.10.4
11:18:46 + REF_FETCH=v0.10.4
11:18:46 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:46 + awk {print $2}
11:18:46 + REF=refs/tags/v0.10.4
11:18:46 + [ -n refs/tags/v0.10.4 ]
11:18:46 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:46 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:46 From https://github.com/docker/compose
11:18:46  * [new tag]         v2.16.0    -> v2.16.0
11:18:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:46 git init src/github.com/docker/scan-cli-plugin
11:18:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:46 From https://github.com/docker/docker
11:18:46  * [new branch]      23.0       -> 23.0
11:18:46  * [new branch]      23.0       -> origin/23.0
11:18:46 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:46 From https://github.com/docker/docker
11:18:46  * [new branch]      23.0       -> 23.0
11:18:46  * [new branch]      23.0       -> origin/23.0
11:18:46 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:46 From https://github.com/docker/buildx
11:18:46  * [new tag]         v0.10.4    -> v0.10.4
11:18:46 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:46 #1 creating container buildx_buildkit_pedantic_boyd0
11:18:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:47 + SRC=src/github.com/docker/scan-cli-plugin
11:18:47 + REF=v0.23.0
11:18:47 + REF_FETCH=v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:47 + awk {print $2}
11:18:47 + REF=refs/tags/v0.23.0
11:18:47 + [ -n refs/tags/v0.23.0 ]
11:18:47 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:47 + 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
11:18:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:47 + SRC=src/github.com/docker/scan-cli-plugin
11:18:47 + REF=v0.23.0
11:18:47 + REF_FETCH=v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:47 + awk {print $2}
11:18:47 + REF=refs/tags/v0.23.0
11:18:47 + [ -n refs/tags/v0.23.0 ]
11:18:47 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:47 + 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
11:18:47 
11:18:47 #12 [internal] load build context
11:18:47 #12 DONE 0.0s
11:18:47 
11:18:47 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:18:47 #13 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
11:18:47 #13 DONE 0.0s
11:18:47 
11:18:47 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:47 #14 resolve docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:47 #14 resolve docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4 0.0s done
11:18:47 #14 sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 2.81MB / 2.81MB 0.1s
11:18:47 #14 sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4 1.65kB / 1.65kB done
11:18:47 #14 sha256:ca21979fea04f04aa42f84f1fb836f678e7dbfe7312e2c7bbbe7a5245a7a84d8 1.16kB / 1.16kB done
11:18:47 #14 sha256:cdd4ab063a973e3dd80f40b32e7a61f766c8677c46374dcab6ea46bb8a499522 5.11kB / 5.11kB done
11:18:47 From https://github.com/docker/compose
11:18:47  * [new tag]         v2.16.0    -> v2.16.0
11:18:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:47 git init src/github.com/docker/scan-cli-plugin
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:47 + SRC=src/github.com/docker/scan-cli-plugin
11:18:47 + REF=v0.23.0
11:18:47 + REF_FETCH=v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags+  origin v0.23.0
11:18:47 awk {print $2}
11:18:47 + REF=refs/tags/v0.23.0
11:18:47 + [ -n refs/tags/v0.23.0 ]
11:18:47 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:47 + 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
11:18:47 From https://github.com/docker/docker
11:18:47  * [new branch]      23.0       -> 23.0
11:18:47  * [new branch]      23.0       -> origin/23.0
11:18:47 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:47 git init src/github.com/docker/compose
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:47 + SRC=src/github.com/docker/compose
11:18:47 + REF=v2.16.0
11:18:47 + REF_FETCH=v2.16.0
11:18:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:47 + awk {print $2}
11:18:47 + REF=refs/tags/v2.16.0
11:18:47 + [ -n refs/tags/v2.16.0 ]
11:18:47 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:47 From https://github.com/docker/scan-cli-plugin
11:18:47  * [new tag]         v0.23.0    -> v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:47 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-8
11:18:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:47 mkdir -p rpmbuild/SOURCES
11:18:47 docker run --rm -w /v \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:47 	alpine \
11:18:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:47 From https://github.com/docker/docker
11:18:47  * [new branch]      23.0       -> 23.0
11:18:47  * [new branch]      23.0       -> origin/23.0
11:18:47 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:47 From https://github.com/docker/scan-cli-plugin
11:18:47  * [new tag]         v0.23.0    -> v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-buster
11:18:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:47 mkdir -p sources
11:18:47 docker run --rm -w /v \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:47 	alpine \
11:18:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:47 Unable to find image 'alpine:latest' locally
11:18:47 #14 sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 2.81MB / 2.81MB 0.1s done
11:18:47 #14 extracting sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77
11:18:47 #14 sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 284.75kB / 284.75kB 0.1s done
11:18:47 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 0B / 122.35MB 0.2s
11:18:47 #14 sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 0B / 156B 0.2s
11:18:47 #14 sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 156B / 156B 0.2s done
11:18:47 From https://github.com/docker/scan-cli-plugin
11:18:47  * [new tag]         v0.23.0    -> v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bookworm
11:18:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:47 mkdir -p sources
11:18:47 docker run --rm -w /v \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:47 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:47 	alpine \
11:18:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:47 Unable to find image 'alpine:latest' locally
11:18:47 git init src/github.com/docker/buildx
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:47 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:47 + SRC=src/github.com/docker/buildx
11:18:47 + REF=v0.10.4
11:18:47 + REF_FETCH=v0.10.4
11:18:47 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:47 + awk {print $2}
11:18:47 From https://github.com/docker/buildx
11:18:47  * [new tag]         v0.10.4    -> v0.10.4
11:18:47 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:47 git init src/github.com/docker/buildx
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:47 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:47 + SRC=src/github.com/docker/buildx
11:18:47 + REF=v0.10.4
11:18:47 + REF_FETCH=v0.10.4
11:18:47 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:47 + awk {print $2}
11:18:47 + REF=refs/tags/v0.10.4
11:18:47 + [ -n refs/tags/v0.10.4 ]
11:18:47 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 Unable to find image 'alpine:latest' locally
11:18:47 latest: Pulling from library/alpine
11:18:47 af6eaf76a39c: Pulling fs layer
11:18:47 git init src/github.com/docker/buildx
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:47 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:47 + SRC=src/github.com/docker/buildx
11:18:47 + REF=v0.10.4
11:18:47 + REF_FETCH=v0.10.4
11:18:47 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4+ 
11:18:47 awk {print $2}
11:18:47 + REF=refs/tags/v0.10.4
11:18:47 + [ -n refs/tags/v0.10.4 ]
11:18:47 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 latest: Pulling from library/alpine
11:18:47 af6eaf76a39c: Pulling fs layer
11:18:47 af6eaf76a39c: Verifying Checksum
11:18:47 af6eaf76a39c: Download complete
11:18:47 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 19.92MB / 122.35MB 0.6s
11:18:47 #14 ...
11:18:47 
11:18:47 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:18:47 #13 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
11:18:47 #13 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
11:18:47 #13 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
11:18:47 #13 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.2s done
11:18:47 #13 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 done
11:18:47 #13 DONE 0.7s
11:18:47 
11:18:47 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:47 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 26.21MB / 122.35MB 0.7s
11:18:47 latest: Pulling from library/alpine
11:18:47 af6eaf76a39c: Pulling fs layer
11:18:47 + REF=refs/tags/v0.10.4
11:18:47 + [ -n refs/tags/v0.10.4 ]
11:18:47 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 git init src/github.com/docker/compose
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:47 + SRC=src/github.com/docker/compose
11:18:47 + REF=v2.16.0
11:18:47 + REF_FETCH=v2.16.0
11:18:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:47 + awk {print $2}
11:18:47 From https://github.com/docker/buildx
11:18:47  * [new tag]         v0.10.4    -> v0.10.4
11:18:47 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:47 git init src/github.com/docker/buildx
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:47 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:47 + SRC=src/github.com/docker/buildx
11:18:47 + REF=v0.10.4
11:18:47 + REF_FETCH=v0.10.4
11:18:47 + git -C src/github.com/docker/buildx ls-remote --refs --heads+  --tags origin v0.10.4
11:18:47 awk {print $2}
11:18:47 + REF=refs/tags/v0.10.4
11:18:47 + [ -n refs/tags/v0.10.4 ]
11:18:47 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:47 From https://github.com/docker/compose
11:18:47  * [new tag]         v2.16.0    -> v2.16.0
11:18:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:47 git init src/github.com/docker/scan-cli-plugin
11:18:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:47 + SRC=src/github.com/docker/scan-cli-plugin
11:18:47 + REF=v0.23.0
11:18:47 + REF_FETCH=v0.23.0
11:18:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:47 + awk {print $2}
11:18:47 + REF=refs/tags/v0.23.0
11:18:47 + [ -n refs/tags/v0.23.0 ]
11:18:47 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:47 + 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
11:18:47 From https://github.com/docker/docker
11:18:47  * [new branch]      23.0       -> 23.0
11:18:47  * [new branch]      23.0       -> origin/23.0
11:18:47 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:18:47 af6eaf76a39c: Verifying Checksum
11:18:47 af6eaf76a39c: Download complete
11:18:47 af6eaf76a39c: Pull complete
11:18:47 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:47 Status: Downloaded newer image for alpine:latest
11:18:47 af6eaf76a39c: Pull complete
11:18:47 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:47 Status: Downloaded newer image for alpine:latest
11:18:47 #14 ...
11:18:47 
11:18:47 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:47 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:18:47 #15 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
11:18:47 #15 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
11:18:47 #15 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
11:18:47 #15 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.4s done
11:18:47 #15 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
11:18:47 #15 DONE 1.0s
11:18:47 
11:18:47 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:47 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 35.65MB / 122.35MB 0.9s
11:18:47 af6eaf76a39c: Verifying Checksum
11:18:47 af6eaf76a39c: Download complete
11:18:47 af6eaf76a39c: Pull complete
11:18:47 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:47 Status: Downloaded newer image for alpine:latest
11:18:47 + REF=refs/tags/v2.16.0
11:18:47 + [ -n refs/tags/v2.16.0 ]
11:18:47 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:47 git init src/github.com/docker/compose
11:18:48 From https://github.com/docker/scan-cli-plugin
11:18:48  * [new tag]         v0.23.0    -> v0.23.0
11:18:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:48 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-bionic
11:18:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:48 mkdir -p sources
11:18:48 docker run --rm -w /v \
11:18:48 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:48 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:48 	alpine \
11:18:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:48 Unable to find image 'alpine:latest' locally
11:18:48 
11:18:48 #10 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:18:48 #10 resolve docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2 0.0s done
11:18:48 #10 sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 0B / 5.17MB 0.1s
11:18:48 #10 sha256:ea7beca367f167b767325db884109b202a8b99c2f33ca4b6243cea6a63efcc29 7.10kB / 7.10kB done
11:18:48 #10 sha256:699d222b61fb23503d3d5f27599dd0dc2f79a037a5e09f74c285045ef5ce2812 1.80kB / 1.80kB done
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 3.15MB / 55.05MB 0.1s
11:18:48 #10 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 0B / 10.88MB 0.1s
11:18:48 #10 sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2 1.86kB / 1.86kB done
11:18:48 #10 sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 5.17MB / 5.17MB 0.3s
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 19.73MB / 55.05MB 0.3s
11:18:48 #10 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 4.19MB / 10.88MB 0.3s
11:18:48 #10 sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 5.17MB / 5.17MB 0.3s done
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 34.81MB / 55.05MB 0.5s
11:18:48 #10 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 10.88MB / 10.88MB 0.5s
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 8.39MB / 54.59MB 0.5s
11:18:48 #14 extracting sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 0.8s done
11:18:48 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 50.33MB / 122.35MB 1.1s
11:18:48 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 60.02MB / 122.35MB 1.2s
11:18:48 #14 extracting sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7
11:18:48 From https://github.com/docker/compose
11:18:48  * [new tag]         v2.16.0    -> v2.16.0
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:48 + SRC=src/github.com/docker/compose
11:18:48 + REF=v2.16.0
11:18:48 + REF_FETCH=v2.16.0
11:18:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:48 + awk {print $2}
11:18:48 + REF=refs/tags/v2.16.0
11:18:48 + [ -n refs/tags/v2.16.0 ]
11:18:48 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 latest: Pulling from library/alpine
11:18:48 af6eaf76a39c: Pulling fs layer
11:18:48 af6eaf76a39c: Verifying Checksum
11:18:48 af6eaf76a39c: Download complete
11:18:48 From https://github.com/docker/buildx
11:18:48  * [new tag]         v0.10.4    -> v0.10.4
11:18:48 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:48 git init src/github.com/docker/buildx
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:18:48 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
11:18:48 + SRC=src/github.com/docker/buildx
11:18:48 + REF=v0.10.4
11:18:48 + REF_FETCH=v0.10.4
11:18:48 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
11:18:48 + awk {print $2}
11:18:48 + REF=refs/tags/v0.10.4
11:18:48 + [ -n refs/tags/v0.10.4 ]
11:18:48 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:48 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
11:18:48 From https://github.com/docker/buildx
11:18:48  * [new tag]         v0.10.4    -> v0.10.4
11:18:48 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 40.89MB / 55.05MB 0.6s
11:18:48 #10 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 10.88MB / 10.88MB 0.6s done
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 18.38MB / 54.59MB 0.6s
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 49.36MB / 55.05MB 0.7s
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 26.21MB / 54.59MB 0.7s
11:18:48 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 3.94MB / 85.99MB 0.7s
11:18:48 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 71.30MB / 122.35MB 1.4s
11:18:48 #14 extracting sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 0.2s done
11:18:48 From https://github.com/docker/buildx
11:18:48  * [new tag]         v0.10.4    -> v0.10.4
11:18:48 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:48 git init src/github.com/docker/scan-cli-plugin
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:48 + SRC=src/github.com/docker/scan-cli-plugin
11:18:48 + REF=v0.23.0
11:18:48 + REF_FETCH=v0.23.0
11:18:48 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:48 + awk {print $2}
11:18:48 + REF=refs/tags/v0.23.0
11:18:48 + [ -n refs/tags/v0.23.0 ]
11:18:48 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:48 + 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
11:18:48 From https://github.com/docker/compose
11:18:48  * [new tag]         v2.16.0    -> v2.16.0
11:18:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:48 git init src/github.com/docker/scan-cli-plugin
11:18:48 af6eaf76a39c: Pull complete
11:18:48 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:48 Status: Downloaded newer image for alpine:latest
11:18:48 From https://github.com/docker/buildx
11:18:48  * [new tag]         v0.10.4    -> v0.10.4
11:18:48 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:48 git init src/github.com/docker/compose
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 55.05MB / 55.05MB 0.9s
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 38.80MB / 54.59MB 0.9s
11:18:48 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 17.83MB / 85.99MB 0.9s
11:18:48 #10 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 55.05MB / 55.05MB 0.9s done
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 44.93MB / 54.59MB 1.0s
11:18:48 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 23.98MB / 85.99MB 1.0s
11:18:48 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 0B / 149.01MB 1.0s
11:18:48 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 84.93MB / 122.35MB 1.6s
11:18:48 #14 ...
11:18:48 
11:18:48 #12 [internal] load build context
11:18:48 #12 transferring context: 38.13MB 1.7s done
11:18:48 #12 DONE 1.7s
11:18:48 
11:18:48 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:48 git init src/github.com/docker/compose
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:48 From https://github.com/docker/scan-cli-plugin
11:18:48  * [new tag]         v0.23.0    -> v0.23.0
11:18:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:48 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 centos-9
11:18:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:48 mkdir -p rpmbuild/SOURCES
11:18:48 docker run --rm -w /v \
11:18:48 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:48 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:48 	alpine \
11:18:48 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:48 Unable to find image 'alpine:latest' locally
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:48 + SRC=src/github.com/docker/scan-cli-plugin
11:18:48 + REF=v0.23.0
11:18:48 + REF_FETCH=v0.23.0
11:18:48 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:48 + awk {print $2}
11:18:48 + REF=refs/tags/v0.23.0
11:18:48 + [ -n refs/tags/v0.23.0 ]
11:18:48 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:48 + 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
11:18:48 git init src/github.com/docker/compose
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:48 + SRC=src/github.com/docker/compose
11:18:48 + REF=v2.16.0
11:18:48 + REF_FETCH=v2.16.0
11:18:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0+ 
11:18:48 awk {print $2}
11:18:48 + REF=refs/tags/v2.16.0
11:18:48 + [ -n refs/tags/v2.16.0 ]
11:18:48 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 git init src/github.com/docker/compose
11:18:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:48 + SRC=src/github.com/docker/compose
11:18:48 + REF=v2.16.0
11:18:48 + REF_FETCH=v2.16.0
11:18:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:48 + awk {print $2}
11:18:48 + REF=refs/tags/v2.16.0
11:18:48 + [ -n refs/tags/v2.16.0 ]
11:18:48 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + SRC=src/github.com/docker/compose
11:18:48 + REF=v2.16.0
11:18:48 + REF_FETCH=v2.16.0
11:18:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+  v2.16.0
11:18:48 awk {print $2}
11:18:48 + REF=refs/tags/v2.16.0
11:18:48 + [ -n refs/tags/v2.16.0 ]
11:18:48 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 99.61MB / 122.35MB 1.9s
11:18:48 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 49.28MB / 54.59MB 1.1s
11:18:48 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 31.46MB / 85.99MB 1.1s
11:18:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:48 + SRC=src/github.com/docker/compose
11:18:48 + REF=v2.16.0
11:18:48 + REF_FETCH=v2.16.0
11:18:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+  v2.16.0
11:18:48 awk {print $2}
11:18:48 + REF=refs/tags/v2.16.0
11:18:48 + [ -n refs/tags/v2.16.0 ]
11:18:48 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:49 latest: Pulling from library/alpine
11:18:49 af6eaf76a39c: Pulling fs layer
11:18:49 af6eaf76a39c: Verifying Checksum
11:18:49 af6eaf76a39c: Download complete
11:18:49 From https://github.com/docker/scan-cli-plugin
11:18:49  * [new tag]         v0.23.0    -> v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:49 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-jammy
11:18:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 From https://github.com/docker/compose
11:18:49  * [new tag]         v2.16.0    -> v2.16.0
11:18:49 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:49 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 109.05MB / 122.35MB 2.2s
11:18:49 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 116.39MB / 122.35MB 2.3s
11:18:49 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 54.59MB / 54.59MB 1.3s
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 41.73MB / 85.99MB 1.3s
11:18:49 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 14.91MB / 149.01MB 1.3s
11:18:49 #10 extracting sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 58.05MB / 85.99MB 1.5s
11:18:49 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 26.21MB / 149.01MB 1.5s
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 63.96MB / 85.99MB 1.6s
11:18:49 From https://github.com/docker/buildx
11:18:49  * [new tag]         v0.10.4    -> v0.10.4
11:18:49 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
11:18:49 af6eaf76a39c: Pull complete
11:18:49 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:49 Status: Downloaded newer image for alpine:latest
11:18:49 Unable to find image 'alpine:latest' locally
11:18:49 latest: Pulling from library/alpine
11:18:49 af6eaf76a39c: Pulling fs layer
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 From https://github.com/docker/compose
11:18:49  * [new tag]         v2.16.0    -> v2.16.0
11:18:49 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:49 git init src/github.com/docker/scan-cli-plugin
11:18:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:49 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:49 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:49 + SRC=src/github.com/docker/scan-cli-plugin
11:18:49 + REF=v0.23.0
11:18:49 + REF_FETCH=v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:49 + awk {print $2}
11:18:49 git init src/github.com/docker/scan-cli-plugin
11:18:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:49 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:49 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:49 + SRC=src/github.com/docker/scan-cli-plugin
11:18:49 + REF=v0.23.0
11:18:49 + REF_FETCH=v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin+  v0.23.0
11:18:49 awk {print $2}
11:18:49 + REF=refs/tags/v0.23.0
11:18:49 + [ -n refs/tags/v0.23.0 ]
11:18:49 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:49 + 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
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 From https://github.com/docker/compose
11:18:49  * [new tag]         v2.16.0    -> v2.16.0
11:18:49 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:49 git init src/github.com/docker/scan-cli-plugin
11:18:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:49 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:49 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:49 + SRC=src/github.com/docker/scan-cli-plugin
11:18:49 + REF=v0.23.0
11:18:49 + REF_FETCH=v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:49 + awk {print $2}
11:18:49 + REF=refs/tags/v0.23.0
11:18:49 + [ -n refs/tags/v0.23.0 ]
11:18:49 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:49 + 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
11:18:49 #10 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 54.59MB / 54.59MB 1.6s done
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 69.21MB / 85.99MB 1.7s
11:18:49 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 34.60MB / 149.01MB 1.7s
11:18:49 #10 sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa 0B / 154B 1.7s
11:18:49 #10 sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa 154B / 154B 1.7s done
11:18:49 git init src/github.com/docker/compose
11:18:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:18:49 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:18:49 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
11:18:49 + SRC=src/github.com/docker/compose
11:18:49 + REF=v2.16.0
11:18:49 + REF_FETCH=v2.16.0
11:18:49 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
11:18:49 + awk {print $2}
11:18:49 af6eaf76a39c: Verifying Checksum
11:18:49 af6eaf76a39c: Download complete
11:18:49 af6eaf76a39c: Pull complete
11:18:49 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:49 Status: Downloaded newer image for alpine:latest
11:18:49 From https://github.com/docker/compose
11:18:49  * [new tag]         v2.16.0    -> v2.16.0
11:18:49 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:49 git init src/github.com/docker/scan-cli-plugin
11:18:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:49 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:49 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:49 + SRC=src/github.com/docker/scan-cli-plugin
11:18:49 + REF=v0.23.0
11:18:49 + REF_FETCH=v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:49 + awk {print $2}
11:18:49 + REF=refs/tags/v0.23.0
11:18:49 + [ -n refs/tags/v0.23.0 ]
11:18:49 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:49 + 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
11:18:49 + REF=refs/tags/v0.23.0
11:18:49 + [ -n refs/tags/v0.23.0 ]
11:18:49 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:49 + 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
11:18:49 From https://github.com/docker/scan-cli-plugin
11:18:49  * [new tag]         v0.23.0    -> v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:49 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 debian-bullseye
11:18:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:49 mkdir -p sources
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:49 Unable to find image 'alpine:latest' locally
11:18:49 From https://github.com/docker/scan-cli-plugin
11:18:49  * [new tag]         v0.23.0    -> v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:49 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 fedora-36
11:18:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:49 mkdir -p rpmbuild/SOURCES
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 77.59MB / 85.99MB 1.9s
11:18:49 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 45.09MB / 149.01MB 1.9s
11:18:49 #10 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 84.93MB / 85.99MB 2.1s
11:18:49 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 56.62MB / 149.01MB 2.1s
11:18:49 + REF=refs/tags/v2.16.0
11:18:49 + [ -n refs/tags/v2.16.0 ]
11:18:49 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:49 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
11:18:49 #14 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 122.35MB / 122.35MB 2.7s done
11:18:49 #14 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e
11:18:49 From https://github.com/docker/scan-cli-plugin
11:18:49  * [new tag]         v0.23.0    -> v0.23.0
11:18:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:49 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.6 fedora-37
11:18:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:18:49 mkdir -p rpmbuild/SOURCES
11:18:49 docker run --rm -w /v \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:49 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:49 	alpine \
11:18:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:49 Unable to find image 'alpine:latest' locally
11:18:49 latest: Pulling from library/alpine
11:18:49 af6eaf76a39c: Pulling fs layer
11:18:50 Unable to find image 'alpine:latest' locally
11:18:50 latest: Pulling from library/alpine
11:18:50 af6eaf76a39c: Pulling fs layer
11:18:50 From https://github.com/docker/compose
11:18:50  * [new tag]         v2.16.0    -> v2.16.0
11:18:50 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
11:18:50 git init src/github.com/docker/scan-cli-plugin
11:18:50 #10 ...
11:18:50 
11:18:50 #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
11:18:50 #11 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
11:18:50 #11 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
11:18:50 #11 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
11:18:50 #11 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
11:18:50 #11 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 1.8s done
11:18:50 #11 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
11:18:50 #11 DONE 2.3s
11:18:50 
11:18:50 #10 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:18:50 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 68.16MB / 149.01MB 2.3s
11:18:50 latest: Pulling from library/alpine
11:18:50 af6eaf76a39c: Pulling fs layer
11:18:50 From https://github.com/docker/scan-cli-plugin
11:18:50  * [new tag]         v0.23.0    -> v0.23.0
11:18:50 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:50 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-kinetic
11:18:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:50 mkdir -p sources
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 Unable to find image 'alpine:latest' locally
11:18:50 #1 creating container buildx_buildkit_pedantic_boyd0 3.4s done
11:18:50 #1 DONE 6.1s
11:18:50 
11:18:50 #2 [internal] load build definition from Dockerfile
11:18:50 #2 transferring dockerfile: 5.48kB done
11:18:50 #2 DONE 0.1s
11:18:50 
11:18:50 #3 [internal] load .dockerignore
11:18:50 #3 transferring context: 263B done
11:18:50 af6eaf76a39c: Download complete
11:18:50 af6eaf76a39c: Pull complete
11:18:50 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:50 Status: Downloaded newer image for alpine:latest
11:18:50 af6eaf76a39c: Verifying Checksum
11:18:50 af6eaf76a39c: Download complete
11:18:50 af6eaf76a39c: Pull complete
11:18:50 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:50 Status: Downloaded newer image for alpine:latest
11:18:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:18:50 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:18:50 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:18:50 + SRC=src/github.com/docker/scan-cli-plugin
11:18:50 + REF=v0.23.0
11:18:50 + REF_FETCH=v0.23.0
11:18:50 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:18:50 + awk {print $2}
11:18:50 + REF=refs/tags/v0.23.0
11:18:50 + [ -n refs/tags/v0.23.0 ]
11:18:50 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:18:50 + 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
11:18:50 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 82.84MB / 149.01MB 2.5s
11:18:50 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 97.57MB / 149.01MB 2.6s
11:18:50 mkdir -p rpmbuild/SOURCES
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 mkdir -p sources
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:50 af6eaf76a39c: Verifying Checksum
11:18:50 af6eaf76a39c: Download complete
11:18:50 af6eaf76a39c: Pull complete
11:18:50 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:50 Status: Downloaded newer image for alpine:latest
11:18:50 mkdir -p rpmbuild/SOURCES
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 latest: Pulling from library/alpine
11:18:50 af6eaf76a39c: Pulling fs layer
11:18:50 af6eaf76a39c: Verifying Checksum
11:18:50 af6eaf76a39c: Download complete
11:18:50 #3 DONE 0.1s
11:18:50 
11:18:50 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:18:50 #4 DONE 0.0s
11:18:50 
11:18:50 #5 resolve image config for docker.io/docker/dockerfile:1
11:18:50 mkdir -p rpmbuild/SOURCES
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 From https://github.com/docker/scan-cli-plugin
11:18:50  * [new tag]         v0.23.0    -> v0.23.0
11:18:50 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:18:50 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.6 ubuntu-focal
11:18:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:18:50 mkdir -p sources
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 Unable to find image 'alpine:latest' locally
11:18:50 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 122.55MB / 149.01MB 2.9s
11:18:50 mkdir -p rpmbuild/SOURCES
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 mkdir -p rpmbuild/SOURCES
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:50 af6eaf76a39c: Pull complete
11:18:50 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:50 Status: Downloaded newer image for alpine:latest
11:18:50 latest: Pulling from library/alpine
11:18:50 af6eaf76a39c: Pulling fs layer
11:18:50 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 137.36MB / 149.01MB 3.1s
11:18:50 mkdir -p sources
11:18:50 docker run --rm -w /v \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:50 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:50 	alpine \
11:18:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:51 #5 DONE 0.7s
11:18:51 
11:18:51 #6 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:18:51 #6 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
11:18:51 #6 DONE 0.0s
11:18:51 
11:18:51 #6 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:18:51 af6eaf76a39c: Verifying Checksum
11:18:51 af6eaf76a39c: Download complete
11:18:51 af6eaf76a39c: Pull complete
11:18:51 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:18:51 Status: Downloaded newer image for alpine:latest
11:18:51 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 149.01MB / 149.01MB 3.3s
11:18:51 #10 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 149.01MB / 149.01MB 3.3s done
11:18:51 #6 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.1s done
11:18:51 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
11:18:51 mkdir -p rpmbuild/SOURCES
11:18:51 docker run --rm -w /v \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:51 	alpine \
11:18:51 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:51 mkdir -p rpmbuild/SOURCES
11:18:51 docker run --rm -w /v \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:51 	alpine \
11:18:51 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:51 mkdir -p rpmbuild/SOURCES
11:18:51 docker run --rm -w /v \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:51 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:51 	alpine \
11:18:51 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:51 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
11:18:51 #6 DONE 0.4s
11:18:51 
11:18:51 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:18:51 #7 DONE 0.0s
11:18:51 
11:18:51 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:18:51 #8 DONE 0.0s
11:18:51 
11:18:51 #9 [auth] library/golang:pull token for registry-1.docker.io
11:18:51 #9 DONE 0.0s
11:18:51 
11:18:51 #10 [linux/amd64 internal] load metadata for docker.io/library/golang:1.19.6-alpine3.16
11:18:52 #10 DONE 0.7s
11:18:52 
11:18:52 #11 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:18:52 #11 DONE 0.6s
11:18:52 
11:18:52 #12 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:18:52 #12 DONE 0.7s
11:18:52 
11:18:52 #13 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:18:52 mkdir -p rpmbuild/SOURCES
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 #13 DONE 0.7s
11:18:52 
11:18:52 #14 [internal] load build context
11:18:52 #14 DONE 0.0s
11:18:52 
11:18:52 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:18:52 #15 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
11:18:52 #15 DONE 0.0s
11:18:52 
11:18:52 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:52 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:52 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:18:52 #16 DONE 0.1s
11:18:52 
11:18:52 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:18:52 #15 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.0s done
11:18:52 #15 DONE 0.1s
11:18:52 
11:18:52 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:52 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:18:52 mkdir -p sources
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 #10 ...
11:18:52 
11:18:52 #12 [internal] load build context
11:18:52 #12 transferring context: 64.01MB 4.3s done
11:18:52 #12 DONE 4.4s
11:18:52 
11:18:52 #10 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:18:52 mkdir -p rpmbuild/SOURCES
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 mkdir -p sources
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 #17 ...
11:18:52 
11:18:52 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:18:52 #15 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0.1s done
11:18:52 #15 DONE 0.2s
11:18:52 
11:18:52 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:52 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
11:18:52 mkdir -p sources
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 mkdir -p sources
11:18:52 docker run --rm -w /v \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:52 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:52 	alpine \
11:18:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:52 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 9.44MB / 151.10MB 0.3s
11:18:52 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 26.21MB / 151.10MB 0.5s
11:18:53 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 39.85MB / 151.10MB 0.8s
11:18:53 mkdir -p sources
11:18:53 docker run --rm -w /v \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:53 	alpine \
11:18:53 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:53 #10 extracting sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 4.3s done
11:18:53 #10 extracting sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf
11:18:53 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 54.88MB / 151.10MB 1.1s
11:18:53 mkdir -p sources
11:18:53 docker run --rm -w /v \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:53 	alpine \
11:18:53 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:53 #10 extracting sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 0.2s done
11:18:53 #10 extracting sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604
11:18:53 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 66.06MB / 151.10MB 1.2s
11:18:53 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 76.55MB / 151.10MB 1.4s
11:18:53 mkdir -p rpmbuild/SOURCES
11:18:53 docker run --rm -w /v \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:53 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:53 	alpine \
11:18:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:53 #10 extracting sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 0.2s done
11:18:53 #10 extracting sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d
11:18:53 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 99.61MB / 151.10MB 1.7s
11:18:54 #14 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 4.2s done
11:18:54 #14 extracting sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 done
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 #14 DONE 7.3s
11:18:54 
11:18:54 #16 [build-base-alpine 2/4] COPY --from=xx / /
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 116.39MB / 151.10MB 2.0s
11:18:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 126.88MB / 151.10MB 2.1s
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p rpmbuild/SOURCES
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p rpmbuild/SOURCES
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:54 mkdir -p rpmbuild/SOURCES
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 138.41MB / 151.10MB 2.4s
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:54 mkdir -p sources
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:54 mkdir -p rpmbuild/SOURCES
11:18:54 docker run --rm -w /v \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:54 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:54 	alpine \
11:18:54 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:55 mkdir -p rpmbuild/SOURCES
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 149.95MB / 151.10MB 2.6s
11:18:55 mkdir -p rpmbuild/SOURCES
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:55 #16 DONE 0.7s
11:18:55 
11:18:55 #17 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:55 #17 0.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:18:55 mkdir -p rpmbuild/SOURCES
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:55 mkdir -p rpmbuild/SOURCES
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 mkdir -p rpmbuild/SOURCES
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 == Building packages for centos-7 ==
11:18:55 mkdir -p "rpmbuild/centos-7"
11:18:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:55 mkdir -p sources
11:18:55 docker run --rm -w /v \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:55 	alpine \
11:18:55 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:56 #17 ...
11:18:56 
11:18:56 #14 [internal] load build context
11:18:56 #14 transferring context: 38.13MB 3.4s done
11:18:56 #14 DONE 3.7s
11:18:56 
11:18:56 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:18:56 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.6s done
11:18:56 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:56 == Building packages for fedora-36 ==
11:18:56 mkdir -p "rpmbuild/fedora-36"
11:18:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:56 == Building packages for centos-8 ==
11:18:56 mkdir -p "rpmbuild/centos-8"
11:18:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
11:18:56 #1 [internal] load build definition from Dockerfile
11:18:56 #1 transferring dockerfile: 1.62kB done
11:18:56 #1 DONE 0.0s
11:18:56 
11:18:56 #2 [internal] load .dockerignore
11:18:56 #2 transferring context: 2B done
11:18:56 #2 DONE 0.0s
11:18:56 
11:18:56 #3 [auth] library/golang:pull token for registry-1.docker.io
11:18:56 #3 DONE 0.0s
11:18:56 
11:18:56 #4 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:56 #10 extracting sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 2.2s done
11:18:56 #10 extracting sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 0.1s
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:56 #1 [internal] load build definition from Dockerfile
11:18:56 #1 transferring dockerfile: 853B done
11:18:56 #1 DONE 0.0s
11:18:56 
11:18:56 #2 [internal] load .dockerignore
11:18:56 #2 transferring context: 2B done
11:18:56 #2 DONE 0.0s
11:18:56 
11:18:56 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:18:56 #3 DONE 0.0s
11:18:56 
11:18:56 #4 [auth] library/golang:pull token for registry-1.docker.io
11:18:56 #4 DONE 0.0s
11:18:56 
11:18:56 #5 [internal] load metadata for docker.io/library/fedora:36
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:56 == Building packages for debian-bookworm ==
11:18:56 mkdir -p "debbuild/debian-bookworm"
11:18:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/x86_64 -f debian-bookworm/Dockerfile .
11:18:56 #4 DONE 0.3s
11:18:56 
11:18:56 #5 [internal] load metadata for quay.io/centos/centos:stream8
11:18:56 #17 1.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:18:56 #17 1.703 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
11:18:56 #17 1.709 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
11:18:56 #17 1.717 (3/22) Installing readline (8.1.2-r0)
11:18:56 #17 1.722 (4/22) Installing bash (5.1.16-r2)
11:18:56 #17 1.736 Executing bash-5.1.16-r2.post-install
11:18:56 #17 1.738 (5/22) Installing libffi (3.4.2-r1)
11:18:56 #17 1.741 (6/22) Installing libgcc (11.2.1_git20220219-r2)
11:18:56 #17 1.744 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
11:18:56 #17 1.759 (8/22) Installing xz-libs (5.2.5-r1)
11:18:56 mkdir -p sources
11:18:56 docker run --rm -w /v \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:56 	alpine \
11:18:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:56 == Building packages for ubuntu-bionic ==
11:18:56 mkdir -p "debbuild/ubuntu-bionic"
11:18:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/x86_64 -f ubuntu-bionic/Dockerfile .
11:18:56 #1 [internal] load .dockerignore
11:18:56 #1 transferring context: 2B done
11:18:56 #1 DONE 0.0s
11:18:56 
11:18:56 #2 [internal] load build definition from Dockerfile
11:18:56 #2 transferring dockerfile: 914B done
11:18:56 #2 DONE 0.0s
11:18:56 
11:18:56 #3 [auth] library/golang:pull token for registry-1.docker.io
11:18:56 #3 DONE 0.0s
11:18:56 
11:18:56 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:18:56 #4 DONE 0.0s
11:18:56 
11:18:56 #5 [internal] load metadata for docker.io/library/ubuntu:bionic
11:18:56 #5 DONE 0.4s
11:18:56 
11:18:56 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:56 #6 DONE 0.3s
11:18:56 
11:18:56 #7 [internal] load build context
11:18:56 #7 transferring context: 14.99kB done
11:18:56 #7 DONE 0.0s
11:18:56 
11:18:56 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156
11:18:56 #8 resolve docker.io/library/fedora:36@sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156 0.0s done
11:18:56 #8 sha256:45237698d272270c84f6bcf83afbce50869bbbc5c65657f566aba258b3de7d6e 2.00kB / 2.00kB done
11:18:56 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 0B / 60.03MB 0.1s
11:18:56 #8 sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156 975B / 975B done
11:18:56 #8 sha256:82bf5f8a89c149f7bbab8e9ae0a7b68925acb3f0072b27e7db91b9b4d7733701 529B / 529B done
11:18:56 #1 [internal] load build definition from Dockerfile
11:18:56 #1 transferring dockerfile: 913B done
11:18:56 #1 DONE 0.0s
11:18:56 
11:18:56 #2 [internal] load .dockerignore
11:18:56 #2 transferring context: 2B done
11:18:56 #2 DONE 0.0s
11:18:56 
11:18:56 #3 [auth] library/debian:pull token for registry-1.docker.io
11:18:56 #3 DONE 0.0s
11:18:56 
11:18:56 #4 [auth] library/golang:pull token for registry-1.docker.io
11:18:56 #4 DONE 0.0s
11:18:56 
11:18:56 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:56 #5 DONE 0.6s
11:18:56 
11:18:56 #6 [internal] load build context
11:18:56 #6 DONE 0.0s
11:18:56 
11:18:56 #7 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:18:56 #7 resolve quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99 0.0s done
11:18:57 #17 1.763 (9/22) Installing libxml2 (2.9.14-r2)
11:18:57 #17 1.778 (10/22) Installing llvm13-libs (13.0.1-r2)
11:18:57 == Building packages for centos-9 ==
11:18:57 mkdir -p "rpmbuild/centos-9"
11:18:57 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile .
11:18:57 == Building packages for fedora-37 ==
11:18:57 mkdir -p "rpmbuild/fedora-37"
11:18:57 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-fedora-37/x86_64 -f fedora-37/Dockerfile .
11:18:57 #1 [internal] load build definition from Dockerfile
11:18:57 #1 transferring dockerfile: 1.12kB done
11:18:57 #1 DONE 0.1s
11:18:57 
11:18:57 #2 [internal] load .dockerignore
11:18:57 #2 transferring context: 2B done
11:18:57 #2 DONE 0.1s
11:18:57 
11:18:57 #3 [internal] load metadata for docker.io/library/centos:7
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 7.34MB / 60.03MB 0.2s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 16.78MB / 60.03MB 0.3s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 24.12MB / 60.03MB 0.4s
11:18:57 #5 DONE 0.2s
11:18:57 
11:18:57 #6 [internal] load metadata for docker.io/library/debian:bookworm
11:18:57 #6 DONE 0.3s
11:18:57 
11:18:57 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:57 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:57 #7 ...
11:18:57 
11:18:57 #6 [internal] load build context
11:18:57 #6 transferring context: 14.99kB done
11:18:57 #6 DONE 0.0s
11:18:57 
11:18:57 #7 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:18:57 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 0B / 41.65MB 0.1s
11:18:57 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 0B / 43.68MB 0.1s
11:18:57 #7 sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99 743B / 743B done
11:18:57 #7 sha256:499873ceba5e63c393ee78712e576b388c71c6ab70e35f3e92042a8bcdcf7a77 760B / 760B done
11:18:57 #7 sha256:1637482d909650f78028da458e59d3d88dffaef3d2ce690049afe0138994bfa5 10.62kB / 10.62kB done
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 4.19MB / 79.67MB 0.1s
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 20.20MB / 79.67MB 0.2s
11:18:57 == Building packages for debian-buster ==
11:18:57 mkdir -p "debbuild/debian-buster"
11:18:57 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile .
11:18:57 == Building packages for debian-bullseye ==
11:18:57 mkdir -p "debbuild/debian-bullseye"
11:18:57 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
11:18:57 #1 [internal] load .dockerignore
11:18:57 #1 transferring context: 2B done
11:18:57 #1 DONE 0.0s
11:18:57 
11:18:57 #2 [internal] load build definition from Dockerfile
11:18:57 #2 transferring dockerfile: 1.26kB done
11:18:57 #2 DONE 0.0s
11:18:57 
11:18:57 #3 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #3 DONE 0.0s
11:18:57 
11:18:57 #4 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 mkdir -p sources
11:18:57 docker run --rm -w /v \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:57 	alpine \
11:18:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:57 == Building packages for ubuntu-focal ==
11:18:57 mkdir -p "debbuild/ubuntu-focal"
11:18:57 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
11:18:57 #1 [internal] load .dockerignore
11:18:57 #1 transferring context: 2B done
11:18:57 #1 DONE 0.0s
11:18:57 
11:18:57 #2 [internal] load build definition from Dockerfile
11:18:57 #2 transferring dockerfile: 853B done
11:18:57 #2 DONE 0.1s
11:18:57 
11:18:57 #3 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #3 DONE 0.0s
11:18:57 
11:18:57 #4 [auth] library/fedora:pull token for registry-1.docker.io
11:18:57 #4 DONE 0.0s
11:18:57 
11:18:57 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 #3 ...
11:18:57 
11:18:57 #4 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #4 DONE 0.0s
11:18:57 
11:18:57 #5 [auth] library/centos:pull token for registry-1.docker.io
11:18:57 #5 DONE 0.0s
11:18:57 
11:18:57 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 36.70MB / 60.03MB 0.5s
11:18:57 mkdir -p rpmbuild/SOURCES
11:18:57 docker run --rm -w /v \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:57 	alpine \
11:18:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:57 #7 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:18:57 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 3.15MB / 50.45MB 0.2s
11:18:57 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:18:57 #7 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:18:57 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s
11:18:57 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 6.29MB / 50.45MB 0.3s
11:18:57 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s done
11:18:57 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 3.15MB / 10.00MB 0.3s
11:18:57 #5 DONE 0.3s
11:18:57 
11:18:57 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 #6 DONE 0.3s
11:18:57 
11:18:57 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:18:57 #7 resolve docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 0.0s done
11:18:57 #7 sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 1.33kB / 1.33kB done
11:18:57 #7 sha256:3420178c357dc693532d8c2e592784d0c7f27ce2412cfb029bbbd618fe6ab39d 424B / 424B done
11:18:57 #7 sha256:b89fba62bc15f5e402dfc9e1cb0056e72d392301c324359e486d0a043286f642 2.30kB / 2.30kB done
11:18:57 #7 sha256:58289280d3c7925e901df9362a9787a557d2fdee0680e1e4251f9ae50b36cf30 3.15MB / 25.69MB 0.1s
11:18:57 #7 sha256:58289280d3c7925e901df9362a9787a557d2fdee0680e1e4251f9ae50b36cf30 13.63MB / 25.69MB 0.2s
11:18:57 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 8.39MB / 41.65MB 0.3s
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 31.46MB / 79.67MB 0.3s
11:18:57 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 14.68MB / 41.65MB 0.4s
11:18:57 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 7.34MB / 43.68MB 0.4s
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 37.75MB / 79.67MB 0.4s
11:18:57 #1 [internal] load .dockerignore
11:18:57 #1 transferring context: 2B done
11:18:57 #1 DONE 0.0s
11:18:57 
11:18:57 #2 [internal] load build definition from Dockerfile
11:18:57 #2 transferring dockerfile: 911B done
11:18:57 #2 DONE 0.0s
11:18:57 
11:18:57 #3 [auth] library/debian:pull token for registry-1.docker.io
11:18:57 #3 DONE 0.0s
11:18:57 
11:18:57 #4 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #4 DONE 0.0s
11:18:57 
11:18:57 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 #4 DONE 0.3s
11:18:57 
11:18:57 #5 [internal] load metadata for quay.io/centos/centos:stream9
11:18:57 #5 DONE 0.4s
11:18:57 
11:18:57 #6 [internal] load build context
11:18:57 #6 transferring context: 14.99kB done
11:18:57 #6 DONE 0.0s
11:18:57 
11:18:57 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f
11:18:57 #7 resolve quay.io/centos/centos:stream9@sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f 0.0s done
11:18:57 #7 sha256:ef8f737ff0bad0dbdbd22b2d22aa3a8a62944dfdbbf27bdb1d45f1bb6ee82e10 350B / 350B done
11:18:57 #7 sha256:59e5be04c9f74ca73b759e4797e1b02ed9e2f05f5e483c994a5d594e87ec0289 1.15kB / 1.15kB done
11:18:57 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 1.05MB / 57.90MB 0.1s
11:18:57 #7 sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f 858B / 858B done
11:18:57 #17 2.565 (11/22) Installing clang-libs (13.0.1-r1)
11:18:57 #1 [internal] load build definition from Dockerfile
11:18:57 #1 transferring dockerfile: 1.21kB done
11:18:57 #1 DONE 0.0s
11:18:57 
11:18:57 #2 [internal] load .dockerignore
11:18:57 #2 transferring context: 2B done
11:18:57 #2 DONE 0.0s
11:18:57 
11:18:57 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:18:57 #3 DONE 0.0s
11:18:57 
11:18:57 #4 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #4 DONE 0.0s
11:18:57 
11:18:57 #5 [internal] load metadata for docker.io/library/ubuntu:focal
11:18:57 #5 DONE 0.3s
11:18:57 
11:18:57 #6 [internal] load metadata for docker.io/library/fedora:37
11:18:57 #6 DONE 0.3s
11:18:57 
11:18:57 #7 [internal] load build context
11:18:57 #7 transferring context: 14.99kB done
11:18:57 #7 DONE 0.0s
11:18:57 
11:18:57 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:57 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 2.10MB / 50.45MB 0.1s
11:18:57 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 2.10MB / 7.86MB 0.1s
11:18:57 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:18:57 #8 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:18:57 #8 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:18:57 mkdir -p sources
11:18:57 docker run --rm -w /v \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:57 	alpine \
11:18:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:18:57 #6 DONE 0.3s
11:18:57 
11:18:57 #3 [internal] load metadata for docker.io/library/centos:7
11:18:57 #3 DONE 0.3s
11:18:57 
11:18:57 #7 [internal] load build context
11:18:57 #7 transferring context: 14.99kB done
11:18:57 #7 DONE 0.0s
11:18:57 
11:18:57 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:57 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:57 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:18:57 #8 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:18:57 #8 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 14.68MB / 50.45MB 0.2s
11:18:57 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 5.24MB / 7.86MB 0.2s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 49.43MB / 60.03MB 0.7s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 55.57MB / 60.03MB 0.8s
11:18:57 #7 sha256:58289280d3c7925e901df9362a9787a557d2fdee0680e1e4251f9ae50b36cf30 25.69MB / 25.69MB 0.3s done
11:18:57 #7 extracting sha256:58289280d3c7925e901df9362a9787a557d2fdee0680e1e4251f9ae50b36cf30
11:18:57 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 14.78MB / 50.45MB 0.4s
11:18:57 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.4s
11:18:57 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 19.47MB / 50.45MB 0.5s
11:18:57 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.4s done
11:18:57 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 2.10MB / 51.87MB 0.5s
11:18:57 mkdir -p rpmbuild/SOURCES
11:18:57 docker run --rm -w /v \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:57 	alpine \
11:18:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:57 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 23.07MB / 41.65MB 0.5s
11:18:57 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 14.68MB / 43.68MB 0.5s
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 44.04MB / 79.67MB 0.5s
11:18:57 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 38.44MB / 41.65MB 0.7s
11:18:57 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 27.26MB / 43.68MB 0.7s
11:18:57 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 58.72MB / 79.67MB 0.7s
11:18:57 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 11.53MB / 57.90MB 0.2s
11:18:57 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 22.02MB / 57.90MB 0.3s
11:18:57 #5 DONE 0.3s
11:18:57 
11:18:57 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:57 #6 DONE 0.3s
11:18:57 
11:18:57 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:57 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:57 #7 DONE 0.0s
11:18:57 
11:18:57 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:18:57 #8 resolve docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 0.0s done
11:18:57 #1 [internal] load build definition from Dockerfile
11:18:57 #1 transferring dockerfile: 913B done
11:18:57 #1 DONE 0.0s
11:18:57 
11:18:57 #2 [internal] load .dockerignore
11:18:57 #2 transferring context: 2B done
11:18:57 #2 DONE 0.0s
11:18:57 
11:18:57 #3 [auth] library/golang:pull token for registry-1.docker.io
11:18:57 #3 DONE 0.0s
11:18:57 
11:18:57 #4 [auth] library/debian:pull token for registry-1.docker.io
11:18:57 #4 DONE 0.0s
11:18:57 
11:18:57 #5 [internal] load metadata for docker.io/library/debian:bullseye
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 10.12MB / 50.45MB 0.2s
11:18:57 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s done
11:18:57 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0B / 10.00MB 0.2s
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 18.87MB / 50.45MB 0.3s
11:18:57 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 3.28MB / 10.00MB 0.3s
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 22.02MB / 50.45MB 0.3s
11:18:57 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.3s
11:18:57 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 32.51MB / 50.45MB 0.4s
11:18:57 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.3s done
11:18:57 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 1.12MB / 10.00MB 0.4s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 60.03MB / 60.03MB 0.9s
11:18:57 #8 sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 60.03MB / 60.03MB 0.9s done
11:18:57 #17 ...
11:18:57 
11:18:57 #18 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:18:57 #18 resolve docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4 0.0s done
11:18:57 #18 sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 156B / 156B 0.0s done
11:18:57 #18 sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 284.75kB / 284.75kB 0.1s done
11:18:57 #18 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 122.35MB / 122.35MB 1.8s done
11:18:57 #18 sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 2.81MB / 2.81MB 0.4s done
11:18:57 #18 extracting sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 0.4s done
11:18:57 #18 extracting sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 0.2s done
11:18:57 #18 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e
11:18:57 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 30.41MB / 50.45MB 0.7s
11:18:57 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 9.56MB / 51.87MB 0.7s
11:18:58 #7 sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 41.65MB / 41.65MB 0.8s done
11:18:58 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 43.68MB / 43.68MB 0.9s
11:18:58 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 74.35MB / 79.67MB 0.9s
11:18:58 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 79.67MB / 79.67MB 1.0s
11:18:58 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 28.31MB / 57.90MB 0.4s
11:18:58 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 36.70MB / 57.90MB 0.5s
11:18:58 #5 DONE 0.3s
11:18:58 
11:18:58 #6 [internal] load metadata for docker.io/library/debian:buster
11:18:58 #6 DONE 0.3s
11:18:58 
11:18:58 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:58 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:58 #7 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:18:58 #7 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0B / 10.00MB 0.1s
11:18:58 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 3.15MB / 50.45MB 0.1s
11:18:58 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 2.10MB / 7.86MB 0.1s
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 1.05MB / 10.00MB 0.2s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 11.53MB / 50.45MB 0.2s
11:18:58 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s done
11:18:58 #8 sha256:3626dff0d616e8ee7065a9ac8c7117e904a4178725385910eeecd7f1872fc12d 424B / 424B done
11:18:58 #8 sha256:61c45d0e97988ff0cfa876e9ec145445974b9b384fe0a150b057ffc46039b3a0 2.30kB / 2.30kB done
11:18:58 #8 sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743 1.14MB / 27.50MB 0.1s
11:18:58 #8 sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 1.13kB / 1.13kB done
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #5 ...
11:18:58 
11:18:58 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:18:58 #6 DONE 0.3s
11:18:58 
11:18:58 #5 [internal] load metadata for docker.io/library/debian:bullseye
11:18:58 #5 DONE 0.4s
11:18:58 
11:18:58 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:58 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:18:58 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 39.85MB / 50.45MB 0.5s
11:18:58 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.4s done
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 4.19MB / 51.87MB 0.5s
11:18:58 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 47.19MB / 50.45MB 0.6s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 10.49MB / 51.87MB 0.6s
11:18:58 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.6s
11:18:58 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.6s done
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0B / 51.87MB 0.6s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 8.39MB / 51.87MB 0.7s
11:18:58 #8 extracting sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 40.89MB / 50.45MB 0.9s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 23.07MB / 51.87MB 0.9s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 47.19MB / 50.45MB 1.0s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 27.44MB / 51.87MB 1.0s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 0B / 68.85MB 1.0s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.1s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 34.05MB / 51.87MB 1.1s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 51.02MB / 57.90MB 0.7s
11:18:58 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 57.67MB / 57.90MB 0.8s
11:18:58 mkdir -p rpmbuild/SOURCES
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.3s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 24.12MB / 50.45MB 0.3s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 1.05MB / 51.87MB 0.3s
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.3s done
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 37.75MB / 50.45MB 0.5s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 15.73MB / 51.87MB 0.5s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 6.98MB / 68.85MB 0.5s
11:18:58 #8 sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743 15.73MB / 27.50MB 0.3s
11:18:58 #8 sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743 27.50MB / 27.50MB 0.5s
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 9.44MB / 10.00MB 0.2s
11:18:58 #7 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:18:58 #7 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:18:58 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0B / 7.86MB 0.2s
11:18:58 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 12.58MB / 50.45MB 0.2s
11:18:58 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.3s done
11:18:58 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 4.19MB / 7.86MB 0.3s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 19.92MB / 50.45MB 0.3s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0B / 51.87MB 0.3s
11:18:58 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s done
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 19.92MB / 51.87MB 0.7s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 27.26MB / 51.87MB 0.8s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 1.05MB / 68.85MB 0.8s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s done
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 12.58MB / 51.87MB 0.8s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 2.10MB / 68.85MB 0.8s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 17.83MB / 51.87MB 0.9s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 10.49MB / 68.85MB 0.9s
11:18:58 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:18:58 mkdir -p rpmbuild/SOURCES
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #7 ...
11:18:58 
11:18:58 #8 [internal] load build context
11:18:58 #8 transferring context: 30.43MB 1.2s done
11:18:58 #8 DONE 1.3s
11:18:58 
11:18:58 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 40.89MB / 51.87MB 1.2s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 6.29MB / 68.85MB 1.2s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.2s done
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 46.14MB / 51.87MB 1.3s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 14.68MB / 68.85MB 1.3s
11:18:58 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 3.15MB / 149.01MB 1.3s
11:18:58 #17 3.296 (12/22) Installing clang (13.0.1-r1)
11:18:58 #17 3.372 (13/22) Installing libmagic (5.41-r0)
11:18:58 #17 3.397 (14/22) Installing file (5.41-r0)
11:18:58 #17 3.399 (15/22) Installing brotli-libs (1.0.9-r6)
11:18:58 #17 3.408 (16/22) Installing nghttp2-libs (1.47.0-r0)
11:18:58 #17 3.411 (17/22) Installing libcurl (7.83.1-r6)
11:18:58 #17 3.418 (18/22) Installing expat (2.5.0-r0)
11:18:58 #17 3.422 (19/22) Installing pcre2 (10.40-r0)
11:18:58 #17 3.430 (20/22) Installing git (2.36.5-r0)
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #7 sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 43.68MB / 43.68MB 1.2s done
11:18:58 #7 sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 79.67MB / 79.67MB 1.3s done
11:18:58 #7 extracting sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5
11:18:58 #8 sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743 27.50MB / 27.50MB 0.5s done
11:18:58 #8 extracting sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 44.04MB / 50.45MB 0.6s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 22.02MB / 51.87MB 0.6s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 14.68MB / 68.85MB 0.6s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 26.86MB / 51.87MB 0.7s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 20.97MB / 68.85MB 0.7s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s done
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 33.55MB / 51.87MB 0.8s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 27.26MB / 68.85MB 0.8s
11:18:58 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0B / 149.01MB 0.8s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 43.06MB / 51.87MB 1.0s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 12.58MB / 68.85MB 1.0s
11:18:58 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.1s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 20.97MB / 68.85MB 1.1s
11:18:58 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0B / 149.01MB 1.1s
11:18:58 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.4s done
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 36.70MB / 50.45MB 0.5s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 6.29MB / 51.87MB 0.5s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 2.31MB / 68.85MB 0.5s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 44.04MB / 50.45MB 0.6s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 11.53MB / 51.87MB 0.6s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 7.34MB / 68.85MB 0.6s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 34.60MB / 51.87MB 1.1s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 23.07MB / 68.85MB 1.1s
11:18:58 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0B / 149.01MB 1.1s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 39.85MB / 51.87MB 1.2s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 29.36MB / 68.85MB 1.2s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 50.33MB / 51.87MB 1.4s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 18.87MB / 68.85MB 1.4s
11:18:58 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.6s done
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 27.26MB / 68.85MB 1.6s
11:18:58 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 18.87MB / 149.01MB 1.6s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:58 #17 3.549 (21/22) Installing lld (13.0.1-r0)
11:18:58 #17 3.585 (22/22) Installing llvm13 (13.0.1-r2)
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 40.89MB / 51.87MB 0.9s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 32.92MB / 68.85MB 0.9s
11:18:58 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.1s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 42.99MB / 68.85MB 1.1s
11:18:58 #7 sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 57.90MB / 57.90MB 1.3s done
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.2s done
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 34.60MB / 68.85MB 1.3s
11:18:58 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 13.63MB / 149.01MB 1.3s
11:18:58 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.2s done
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 41.94MB / 68.85MB 1.4s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 16.78MB / 51.87MB 0.7s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 15.73MB / 68.85MB 0.7s
11:18:58 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.8s done
11:18:58 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 27.26MB / 51.87MB 0.9s
11:18:58 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 23.67MB / 68.85MB 0.9s
11:18:58 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 2.10MB / 149.01MB 0.9s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 45.09MB / 51.87MB 1.3s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 36.70MB / 68.85MB 1.3s
11:18:58 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.5s
11:18:58 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 47.69MB / 68.85MB 1.5s
11:18:58 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 13.63MB / 149.01MB 1.5s
11:18:58 mkdir -p sources
11:18:58 docker run --rm -w /v \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:58 	alpine \
11:18:58 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 33.28MB / 68.85MB 1.7s
11:18:59 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 0B / 155B 1.7s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 39.85MB / 68.85MB 1.8s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 30.41MB / 149.01MB 1.8s
11:18:59 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.7s done
11:18:59 #10 extracting sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 2.5s done
11:18:59 #10 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 0.1s
11:18:59 #17 4.066 Executing busybox-1.35.0-r17.trigger
11:18:59 #17 4.070 OK: 313 MiB in 37 packages
11:18:59 mkdir -p sources
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:18:59 #7 ...
11:18:59 
11:18:59 #8 [internal] load build context
11:18:59 #8 transferring context: 30.43MB 1.5s done
11:18:59 #8 DONE 1.8s
11:18:59 
11:18:59 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.1s done
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 47.19MB / 68.85MB 1.2s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 13.63MB / 149.01MB 1.2s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 54.53MB / 68.85MB 1.3s
11:18:59 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.2s done
11:18:59 #7 extracting sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 55.57MB / 68.85MB 1.6s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 33.20MB / 149.01MB 1.6s
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.16MB / 68.85MB 1.7s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 42.66MB / 149.01MB 1.7s
11:18:59 mkdir -p sources
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 32.51MB / 51.87MB 1.0s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 28.31MB / 68.85MB 1.0s
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 36.70MB / 51.87MB 1.1s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 35.03MB / 68.85MB 1.1s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 15.73MB / 149.01MB 1.1s
11:18:59 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 53.48MB / 68.85MB 1.6s
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 63.96MB / 68.85MB 1.7s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 26.21MB / 149.01MB 1.7s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 51.38MB / 68.85MB 2.0s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 50.33MB / 149.01MB 2.0s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 59.77MB / 68.85MB 2.1s
11:18:59 mkdir -p sources
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:59 mkdir -p rpmbuild/SOURCES
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:59 mkdir -p sources
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.5s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 35.65MB / 149.01MB 1.5s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 46.14MB / 149.01MB 1.6s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 51.36MB / 149.01MB 1.8s
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 40.89MB / 51.87MB 1.2s
11:18:59 #7 ...
11:18:59 
11:18:59 #8 [internal] load build context
11:18:59 #8 transferring context: 30.43MB 1.3s done
11:18:59 #8 DONE 1.4s
11:18:59 
11:18:59 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.4s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 44.04MB / 68.85MB 1.4s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 32.51MB / 149.01MB 1.4s
11:18:59 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.8s done
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.8s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 36.70MB / 149.01MB 1.8s
11:18:59 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 0B / 155B 1.8s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 52.60MB / 149.01MB 2.0s
11:18:59 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 2.0s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 67.11MB / 68.85MB 2.2s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 63.96MB / 149.01MB 2.2s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 79.69MB / 149.01MB 2.4s
11:18:59 #17 DONE 4.5s
11:18:59 
11:18:59 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:18:59 #18 DONE 0.1s
11:18:59 
11:18:59 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:18:59 mkdir -p sources
11:18:59 docker run --rm -w /v \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:18:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:18:59 	alpine \
11:18:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 54.53MB / 149.01MB 1.7s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 78.64MB / 149.01MB 1.9s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 76.55MB / 149.01MB 2.1s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 85.98MB / 149.01MB 2.2s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 49.69MB / 68.85MB 1.5s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 40.89MB / 149.01MB 1.5s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.7s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 56.62MB / 149.01MB 1.7s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 62.94MB / 149.01MB 2.1s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 72.35MB / 149.01MB 2.2s
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 91.23MB / 149.01MB 2.6s
11:18:59 #7 ...
11:18:59 
11:18:59 #8 [internal] load build context
11:18:59 #8 transferring context: 30.43MB 1.6s done
11:18:59 #8 DONE 1.9s
11:18:59 
11:18:59 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 88.08MB / 149.01MB 2.0s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.0s done
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 97.52MB / 149.01MB 2.1s
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.3s done
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 94.37MB / 149.01MB 2.3s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 104.86MB / 149.01MB 2.4s
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 117.44MB / 149.01MB 2.5s
11:18:59 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.7s done
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 69.21MB / 149.01MB 1.8s
11:18:59 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.8s
11:18:59 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.8s done
11:18:59 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 80.66MB / 149.01MB 1.9s
11:18:59 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.8s done
11:18:59 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.4s done
11:18:59 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 93.32MB / 149.01MB 2.5s
11:18:59 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 2.4s done
11:19:00 #8 ...
11:19:00 
11:19:00 #9 [internal] load build context
11:19:00 #9 transferring context: 30.43MB 1.7s done
11:19:00 #9 DONE 1.8s
11:19:00 
11:19:00 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:19:00 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.7s done
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 101.71MB / 149.01MB 2.7s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 116.39MB / 149.01MB 2.9s
11:19:00 mkdir -p sources
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 110.10MB / 149.01MB 2.2s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 122.29MB / 149.01MB 2.3s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 131.07MB / 149.01MB 2.7s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 94.37MB / 149.01MB 2.0s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 111.15MB / 149.01MB 2.2s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 111.93MB / 149.01MB 2.7s
11:19:00 mkdir -p rpmbuild/SOURCES
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 134.22MB / 149.01MB 3.1s
11:19:00 mkdir -p rpmbuild/SOURCES
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 143.07MB / 149.01MB 2.5s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 139.61MB / 149.01MB 2.8s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 148.90MB / 149.01MB 2.9s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 126.88MB / 149.01MB 2.4s
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 138.41MB / 149.01MB 2.5s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 136.31MB / 149.01MB 3.0s
11:19:00 #19 0.615 + apk  --root / add --no-cache musl-dev gcc
11:19:00 #19 0.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:19:00 == Building packages for ubuntu-kinetic ==
11:19:00 mkdir -p "debbuild/ubuntu-kinetic"
11:19:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/x86_64 -f ubuntu-kinetic/Dockerfile .
11:19:00 #1 [internal] load .dockerignore
11:19:00 #1 transferring context:
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 144.70MB / 149.01MB 3.2s
11:19:00 mkdir -p sources
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 2.7s done
11:19:00 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 147.85MB / 149.01MB 2.6s
11:19:00 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.2s
11:19:00 mkdir -p rpmbuild/SOURCES
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:19:00 #1 transferring context: 2B done
11:19:00 #1 DONE 0.1s
11:19:00 
11:19:00 #2 [internal] load build definition from Dockerfile
11:19:00 #2 transferring dockerfile: 1.21kB done
11:19:00 #2 DONE 0.1s
11:19:00 
11:19:00 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:00 #3 DONE 0.0s
11:19:00 
11:19:00 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:00 #4 DONE 0.0s
11:19:00 
11:19:00 #5 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:19:00 mkdir -p rpmbuild/SOURCES
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:00 mkdir -p sources
11:19:00 docker run --rm -w /v \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:19:00 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:00 	alpine \
11:19:00 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:19:01 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.4s done
11:19:01 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 2.8s done
11:19:01 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.3s done
11:19:01 #5 DONE 0.3s
11:19:01 
11:19:01 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:01 #6 DONE 0.3s
11:19:01 
11:19:01 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:19:01 #7 resolve docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 0.0s done
11:19:01 #7 sha256:e897cc6288c30ff29bd23718aabd3886f58e1bc2b74f6cbfd74de07349471efe 2.30kB / 2.30kB done
11:19:01 #7 sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327 3.15MB / 26.69MB 0.1s
11:19:01 #7 sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 1.13kB / 1.13kB done
11:19:01 #7 sha256:3314ba73393b9a02c8e86e2222d58dcba1a3b8a996f1dae66c59504a4c8be3cd 424B / 424B done
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 == Building packages for ubuntu-jammy ==
11:19:01 mkdir -p "debbuild/ubuntu-jammy"
11:19:01 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #7 sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327 23.07MB / 26.69MB 0.3s
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #1 [internal] load build definition from Dockerfile
11:19:01 #1 transferring dockerfile: 1.21kB done
11:19:01 #1 DONE 0.1s
11:19:01 
11:19:01 #2 [internal] load .dockerignore
11:19:01 #2 transferring context: 2B done
11:19:01 #2 DONE 0.1s
11:19:01 
11:19:01 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:01 #3 DONE 0.0s
11:19:01 
11:19:01 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:01 #4 DONE 0.0s
11:19:01 
11:19:01 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:01 #19 1.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:19:01 #19 1.882 (1/9) Installing binutils (2.38-r3)
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #7 extracting sha256:58289280d3c7925e901df9362a9787a557d2fdee0680e1e4251f9ae50b36cf30 3.5s done
11:19:01 #7 DONE 4.1s
11:19:01 
11:19:01 #9 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:01 #7 sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327 26.69MB / 26.69MB 0.4s
11:19:01 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #5 DONE 0.3s
11:19:01 
11:19:01 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
11:19:01 #6 DONE 0.3s
11:19:01 
11:19:01 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:01 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.1s done
11:19:01 #19 1.961 (2/9) Installing libgomp (11.2.1_git20220219-r2)
11:19:01 #19 1.966 (3/9) Installing libatomic (11.2.1_git20220219-r2)
11:19:01 #19 1.968 (4/9) Installing gmp (6.2.1-r2)
11:19:01 #19 1.976 (5/9) Installing isl22 (0.22-r0)
11:19:01 #19 1.995 (6/9) Installing mpfr4 (4.1.0-r0)
11:19:01 #19 2.026 (7/9) Installing mpc1 (1.2.1-r0)
11:19:01 #19 2.029 (8/9) Installing gcc (11.2.1_git20220219-r2)
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:01 mkdir -p rpmbuild/SOURCES
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:01 #7 ...
11:19:01 
11:19:01 #8 [internal] load build context
11:19:01 #8 transferring context: 30.43MB 0.7s done
11:19:01 #8 DONE 0.9s
11:19:01 
11:19:01 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #7 ...
11:19:01 
11:19:01 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:19:01 #9 resolve docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 0.0s done
11:19:01 #9 sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 984B / 984B done
11:19:01 #9 sha256:c75d609d1d06a44ac87c52e9afe4102af856dd1c075f316b4d219f072af0b3b1 529B / 529B done
11:19:01 #9 sha256:f03c282363a3e8103837d375c8b96a55127c214229142a39022a95262a96f5fb 1.46kB / 1.46kB done
11:19:01 #9 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.7s done
11:19:01 #9 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 2.7s done
11:19:01 #9 DONE 3.9s
11:19:01 
11:19:01 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:01 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 4.5s done
11:19:01 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:01 #7 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:01 #7 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:01 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 0B / 50.45MB 0.1s
11:19:01 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 528.38kB / 7.86MB 0.1s
11:19:01 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 8.39MB / 50.45MB 0.3s
11:19:01 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 6.29MB / 7.86MB 0.3s
11:19:01 mkdir -p sources
11:19:01 docker run --rm -w /v \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:01 	alpine \
11:19:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 #7 sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327 26.69MB / 26.69MB 0.9s done
11:19:02 #7 extracting sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327
11:19:02 #9 0.761 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
11:19:02 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.5s done
11:19:02 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 14.68MB / 50.45MB 0.4s
11:19:02 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.4s done
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 22.02MB / 50.45MB 0.5s
11:19:02 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0B / 10.00MB 0.5s
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 #9 0.942 Get:2 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
11:19:02 #9 0.964 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3216 kB]
11:19:02 #9 1.059 Get:4 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
11:19:02 #9 1.079 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1462 kB]
11:19:02 #9 1.096 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1601 kB]
11:19:02 #9 1.129 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
11:19:02 #9 1.147 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 25.17MB / 50.45MB 0.6s
11:19:02 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 2.10MB / 10.00MB 0.6s
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 31.46MB / 50.45MB 0.8s
11:19:02 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 9.44MB / 10.00MB 0.8s
11:19:02 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0B / 51.87MB 0.8s
11:19:02 #8 extracting sha256:47c7644723910b6dfc6ec8b3bd9fed3ac32778cf485ce3a6535ff6b6da06f743 3.4s done
11:19:02 #8 DONE 4.4s
11:19:02 
11:19:02 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:02 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:02 #7 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:02 #7 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.3s done
11:19:02 #7 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.1s done
11:19:02 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.5s done
11:19:02 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.0s done
11:19:02 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.5s done
11:19:02 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.7s done
11:19:02 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 3.1s
11:19:02 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.6s done
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p rpmbuild/SOURCES
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 #9 1.288 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
11:19:02 #9 1.352 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
11:19:02 #19 3.063 (9/9) Installing musl-dev (1.2.3-r2)
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.3s done
11:19:02 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0.1s
11:19:02 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 34.60MB / 50.45MB 0.9s
11:19:02 #7 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.8s done
11:19:02 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 0B / 68.85MB 0.9s
11:19:02 mkdir -p rpmbuild/SOURCES
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:02 mkdir -p rpmbuild/SOURCES
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:02 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 3.7s done
11:19:02 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.3s done
11:19:02 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.1s
11:19:02 #19 3.172 Executing busybox-1.35.0-r17.trigger
11:19:02 #19 3.178 OK: 424 MiB in 46 packages
11:19:02 #19 DONE 3.4s
11:19:02 
11:19:02 #20 [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"
11:19:02 #0 0.688 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
11:19:02 #0 2.140 go: downloading github.com/akavel/rsrc v0.10.2
11:19:02 #20 DONE 3.4s
11:19:02 
11:19:02 #21 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:19:02 mkdir -p sources
11:19:02 docker run --rm -w /v \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:02 	alpine \
11:19:02 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:03 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 44.04MB / 50.45MB 1.1s
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 7.34MB / 51.87MB 1.1s
11:19:03 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.3s
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 15.73MB / 51.87MB 1.3s
11:19:03 == Building packages for debian-bookworm ==
11:19:03 mkdir -p "debbuild/debian-bookworm"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
11:19:03 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:03 == Building packages for centos-8 ==
11:19:03 mkdir -p "rpmbuild/centos-8"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile .
11:19:03 == Building packages for ubuntu-bionic ==
11:19:03 mkdir -p "debbuild/ubuntu-bionic"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
11:19:03 #21 DONE 0.1s
11:19:03 
11:19:03 #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
11:19:03 #18 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 8.1s done
11:19:03 #18 extracting sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 0.0s done
11:19:03 #18 DONE 10.3s
11:19:03 
11:19:03 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
11:19:03 mkdir -p sources
11:19:03 docker run --rm -w /v \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:03 	alpine \
11:19:03 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:03 #9 1.896 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
11:19:03 #9 1.896 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
11:19:03 #9 1.908 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
11:19:03 #9 1.913 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3636 kB]
11:19:03 == Building packages for debian-buster ==
11:19:03 mkdir -p "debbuild/debian-buster"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
11:19:03 #7 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.4s done
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 22.56MB / 51.87MB 1.4s
11:19:03 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 7.62MB / 68.85MB 1.4s
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 26.30MB / 51.87MB 1.5s
11:19:03 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 81.92kB / 149.01MB 1.5s
11:19:03 mkdir -p rpmbuild/SOURCES
11:19:03 docker run --rm -w /v \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:03 	alpine \
11:19:03 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:03 #7 ...
11:19:03 
11:19:03 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:19:03 #9 resolve docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 0.0s done
11:19:03 #9 sha256:bb25a6495479c9a969ae9164a89ee646dda6281f93bf53c4130ef7a4c95f42c0 1.46kB / 1.46kB done
11:19:03 #9 sha256:9d915a4248d2913bb8451eba978ac348a983990eca9186543367f5f44900e0fb 49.24MB / 49.24MB 0.9s done
11:19:03 #9 sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 1.85kB / 1.85kB done
11:19:03 #9 sha256:99a2b2b786e77107e8ff64bbe57642a8b440501e5eff8f0202c392acaaa0a94f 529B / 529B done
11:19:03 #9 extracting sha256:9d915a4248d2913bb8451eba978ac348a983990eca9186543367f5f44900e0fb 4.6s done
11:19:03 #9 DONE 6.0s
11:19:03 
11:19:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.5s done
11:19:03 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:03 #1 [internal] load build definition from Dockerfile
11:19:03 #1 transferring dockerfile: 913B done
11:19:03 #1 DONE 0.0s
11:19:03 
11:19:03 #2 [internal] load .dockerignore
11:19:03 #2 transferring context: 2B done
11:19:03 #2 DONE 0.0s
11:19:03 
11:19:03 #3 [auth] library/debian:pull token for registry-1.docker.io
11:19:03 #3 DONE 0.0s
11:19:03 
11:19:03 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:03 #4 DONE 0.0s
11:19:03 
11:19:03 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:03 #1 [internal] load build definition from Dockerfile
11:19:03 #1 transferring dockerfile: 1.62kB done
11:19:03 #1 DONE 0.0s
11:19:03 
11:19:03 #2 [internal] load .dockerignore
11:19:03 #2 transferring context: 2B done
11:19:03 #2 DONE 0.0s
11:19:03 
11:19:03 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:03 #3 DONE 0.0s
11:19:03 
11:19:03 #4 [internal] load metadata for quay.io/centos/centos:stream8
11:19:03 #8 extracting sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 5.2s
11:19:03 #8 extracting sha256:be2f7d0397353154789243b3c11e9b9ea6e25cf20f16ec80495f014e8c1980a2 5.3s done
11:19:03 mkdir -p rpmbuild/SOURCES
11:19:03 docker run --rm -w /v \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:03 	alpine \
11:19:03 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:03 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.5s done
11:19:03 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.0s done
11:19:03 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:03 #9 2.049 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1503 kB]
11:19:03 #9 2.109 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2376 kB]
11:19:03 #9 2.246 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
11:19:03 #9 2.278 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
11:19:03 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.6s done
11:19:03 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:03 #1 [internal] load .dockerignore
11:19:03 #1 transferring context: 2B done
11:19:03 #1 DONE 0.0s
11:19:03 
11:19:03 #2 [internal] load build definition from Dockerfile
11:19:03 #2 transferring dockerfile: 911B done
11:19:03 #2 DONE 0.1s
11:19:03 
11:19:03 #3 [auth] library/debian:pull token for registry-1.docker.io
11:19:03 #3 DONE 0.0s
11:19:03 
11:19:03 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:03 #4 DONE 0.0s
11:19:03 
11:19:03 #5 [internal] load metadata for docker.io/library/debian:buster
11:19:03 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 14.30MB / 68.85MB 1.6s
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 30.89MB / 51.87MB 1.7s
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 35.65MB / 51.87MB 1.9s
11:19:03 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 19.92MB / 68.85MB 1.9s
11:19:03 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 11.53MB / 149.01MB 1.9s
11:19:03 mkdir -p sources
11:19:03 docker run --rm -w /v \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:03 	alpine \
11:19:03 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:03 #5 ...
11:19:03 
11:19:03 #6 [internal] load metadata for docker.io/library/debian:bookworm
11:19:03 #6 DONE 0.4s
11:19:03 
11:19:03 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:03 #5 DONE 0.4s
11:19:03 
11:19:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:03 #8 DONE 6.8s
11:19:03 
11:19:03 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #9 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:03 #9 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:03 #9 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.6s done
11:19:03 #9 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s done
11:19:03 #9 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:03 #9 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:03 #9 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.4s done
11:19:03 #9 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.3s done
11:19:03 #9 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.9s done
11:19:03 #9 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.6s done
11:19:03 #9 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 4.1s done
11:19:03 #9 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.3s done
11:19:03 #9 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.6s done
11:19:03 #9 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.4s done
11:19:03 #4 ...
11:19:03 
11:19:03 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:03 #5 DONE 0.3s
11:19:03 
11:19:03 #4 [internal] load metadata for quay.io/centos/centos:stream8
11:19:03 #4 DONE 0.4s
11:19:03 
11:19:03 #6 [internal] load build context
11:19:03 #6 transferring context: 14.99kB done
11:19:03 #6 DONE 0.0s
11:19:03 
11:19:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:03 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.1s
11:19:03 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.6s done
11:19:03 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:03 #1 [internal] load build definition from Dockerfile
11:19:03 #1 transferring dockerfile: 914B done
11:19:03 #1 DONE 0.0s
11:19:03 
11:19:03 #2 [internal] load .dockerignore
11:19:03 #2 transferring context: 2B done
11:19:03 #2 DONE 0.0s
11:19:03 
11:19:03 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:03 #3 DONE 0.0s
11:19:03 
11:19:03 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:03 #4 DONE 0.0s
11:19:03 
11:19:03 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:03 #5 DONE 0.3s
11:19:03 
11:19:03 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
11:19:03 #6 DONE 0.3s
11:19:03 #22 DONE 0.5s
11:19:03 
11:19:03 #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
11:19:03 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.5s done
11:19:03 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:03 #5 DONE 0.3s
11:19:03 
11:19:03 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:03 #6 DONE 0.3s
11:19:03 
11:19:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 38.80MB / 51.87MB 2.0s
11:19:03 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 24.87MB / 68.85MB 2.0s
11:19:03 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009
11:19:03 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 45.06MB / 51.87MB 2.1s
11:19:03 == Building packages for ubuntu-bionic ==
11:19:03 mkdir -p "debbuild/ubuntu-bionic"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
11:19:03 == Building packages for ubuntu-kinetic ==
11:19:03 mkdir -p "debbuild/ubuntu-kinetic"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
11:19:03 #7 extracting sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 5.1s
11:19:03 mkdir -p sources
11:19:03 docker run --rm -w /v \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:03 	alpine \
11:19:03 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:03 == Building packages for debian-buster ==
11:19:03 mkdir -p "debbuild/debian-buster"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
11:19:03 == Building packages for raspbian-bookworm ==
11:19:03 mkdir -p "debbuild/raspbian-bookworm"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bookworm/aarch64 -f raspbian-bookworm/Dockerfile .
11:19:03 == Building packages for ubuntu-focal ==
11:19:03 mkdir -p "debbuild/ubuntu-focal"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
11:19:03 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:03 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0B / 49.24MB 0.1s
11:19:03 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0B / 7.73MB 0.1s
11:19:03 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:03 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:03 #7 ...
11:19:03 
11:19:03 #8 [internal] load build context
11:19:03 #8 transferring context: 30.38MB 0.2s done
11:19:03 #8 DONE 0.2s
11:19:03 
11:19:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:03 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 4.19MB / 49.24MB 0.2s
11:19:03 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 6.29MB / 7.73MB 0.2s
11:19:03 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.5s done
11:19:03 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:03 == Building packages for debian-bookworm ==
11:19:03 mkdir -p "debbuild/debian-bookworm"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
11:19:03 #1 [internal] load build definition from Dockerfile
11:19:03 #1 transferring dockerfile: 913B done
11:19:03 #1 DONE 0.1s
11:19:03 
11:19:03 #2 [internal] load .dockerignore
11:19:03 #2 transferring context: 2B done
11:19:03 #2 DONE 0.1s
11:19:03 #9 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0.1s
11:19:03 == Building packages for raspbian-bullseye ==
11:19:03 mkdir -p "debbuild/raspbian-bullseye"
11:19:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
11:19:03 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:04 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 6.29MB / 49.24MB 0.2s
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s done
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 7.34MB / 10.00MB 0.2s
11:19:04 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.2s
11:19:04 #7 extracting sha256:628502e7cb85e3045436055c4aeddc5025cb03ecdd44867b801ced3bf8965327 2.1s done
11:19:04 == Building packages for debian-bullseye ==
11:19:04 mkdir -p "debbuild/debian-bullseye"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
11:19:04 #23 0.524 Building static docker-linux-amd64
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:04 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0B / 7.73MB 0.1s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0B / 10.00MB 0.1s
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 4.46MB / 7.73MB 0.2s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 7.34MB / 10.00MB 0.2s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 16.78MB / 49.24MB 0.2s
11:19:04 #7 ...
11:19:04 
11:19:04 #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
11:19:04 #10 DONE 1.5s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 ...
11:19:04 
11:19:04 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:04 == Building packages for ubuntu-jammy ==
11:19:04 mkdir -p "debbuild/ubuntu-jammy"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 1.21kB done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 29.36MB / 68.85MB 2.2s
11:19:04 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 23.07MB / 149.01MB 2.2s
11:19:04 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 2.4s
11:19:04 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 37.75MB / 68.85MB 2.4s
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 1.21kB done
11:19:04 #2 DONE 0.1s
11:19:04 mkdir -p sources
11:19:04 docker run --rm -w /v \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:04 	alpine \
11:19:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:04 #1 [internal] load build definition from Dockerfile
11:19:04 #1 transferring dockerfile: 928B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load .dockerignore
11:19:04 #2 transferring context: 2B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bookworm
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 911B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [auth] library/debian:pull token for registry-1.docker.io
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B 0.0s done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 1.21kB 0.0s done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [internal] load metadata for docker.io/library/ubuntu:focal
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 17.83MB / 49.24MB 0.3s
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.3s done
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0B / 10.00MB 0.3s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 32.51MB / 49.24MB 0.5s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.5s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 4.19MB / 52.19MB 0.6s
11:19:04 
11:19:04 #3 [auth] library/debian:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/debian:bookworm
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 928B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 mkdir -p sources
11:19:04 docker run --rm -w /v \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:04 	alpine \
11:19:04 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:19:04 == Building packages for centos-9 ==
11:19:04 mkdir -p "rpmbuild/centos-9"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
11:19:04 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:04 #7 ...
11:19:04 
11:19:04 #8 [internal] load build context
11:19:04 #8 transferring context: 30.39MB 0.3s done
11:19:04 #8 DONE 0.3s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 23.07MB / 49.24MB 0.3s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.2s done
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0B / 62.71MB 0.3s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0B / 49.24MB 0.5s
11:19:04 mkdir -p rpmbuild/SOURCES
11:19:04 docker run --rm -w /v \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:19:04 	alpine \
11:19:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:04 #7 DONE 3.3s
11:19:04 
11:19:04 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #9 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #9 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #9 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:04 #9 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.8s done
11:19:04 #9 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.4s done
11:19:04 #9 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:04 #9 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 1.8s done
11:19:04 #9 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.9s done
11:19:04 #9 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 124.78MB / 149.01MB 3.3s
11:19:04 #9 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.9s done
11:19:04 #9 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 1.4s
11:19:04 #9 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.8s done
11:19:04 #10 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 5.3s
11:19:04 #23 0.527 + go build -o /out/docker-linux-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:19:03Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context:
11:19:04 #1 transferring context: 2B 0.0s done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 913B 0.0s done
11:19:04 #2 DONE 0.2s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:04 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:04 #7 ...
11:19:04 
11:19:04 #8 [internal] load build context
11:19:04 #8 transferring context: 30.38MB 0.3s done
11:19:04 #8 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.4s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 32.51MB / 49.24MB 0.4s
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.4s done
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s done
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 47.19MB / 49.24MB 0.5s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.5s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0B / 62.71MB 0.5s
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/ubuntu:jammy
11:19:04 #7 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 2.4s done
11:19:04 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 31.46MB / 149.01MB 2.5s
11:19:04 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 0B / 155B 2.5s
11:19:04 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 45.09MB / 68.85MB 2.6s
11:19:04 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 39.85MB / 149.01MB 2.6s
11:19:04 #7 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 2.6s done
11:19:04 
11:19:04 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:19:04 == Building packages for ubuntu-jammy ==
11:19:04 mkdir -p "debbuild/ubuntu-jammy"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
11:19:04 #1 [internal] load build definition from Dockerfile
11:19:04 #1 transferring dockerfile: 1.21kB done
11:19:04 #1 DONE 0.0s
11:19:04 
11:19:04 #2 [internal] load .dockerignore
11:19:04 #2 transferring context: 2B done
11:19:04 #2 DONE 0.0s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 914B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #3 ...
11:19:04 
11:19:04 #4 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #5 DONE 0.0s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/debian:buster
11:19:04 #7 extracting sha256:ef0ad52a8a3be6e42a36c11c7f47274bb0eea4ff35bc09b5e8ab5dbf4a8ed1d8 4.9s done
11:19:04 #7 DONE 6.5s
11:19:04 
11:19:04 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #8 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:04 #8 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:04 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 0.8s done
11:19:04 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.2s done
11:19:04 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.5s done
11:19:04 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.3s done
11:19:04 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 1.9s done
11:19:04 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.6s done
11:19:04 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.5s done
11:19:04 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 1.4s done
11:19:04 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.6s done
11:19:04 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.2s
11:19:04 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:04 #3 ...
11:19:04 
11:19:04 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #5 DONE 0.0s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 17.83MB / 52.19MB 0.7s
11:19:04 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:04 #5 ...
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
11:19:04 #6 DONE 0.3s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #5 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 mkdir -p sources
11:19:04 docker run --rm -w /v \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:19:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:19:04 	alpine \
11:19:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.0s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 1.26kB done
11:19:04 #2 DONE 0.0s
11:19:04 
11:19:04 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [internal] load metadata for quay.io/centos/centos:stream9
11:19:04 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.4s done
11:19:04 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 43.62MB / 49.24MB 0.5s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 17.83MB / 52.19MB 0.5s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 16.78MB / 62.71MB 0.5s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 25.17MB / 52.19MB 0.6s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 28.31MB / 62.71MB 0.6s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 18.87MB / 49.24MB 0.7s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 30.41MB / 49.24MB 0.8s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 6.29MB / 10.00MB 0.8s
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 4.19MB / 7.73MB 0.8s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 40.89MB / 49.24MB 0.9s
11:19:04 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.9s done
11:19:04 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.8s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.9s
11:19:04 #9 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 134.22MB / 149.01MB 3.4s
11:19:04 #9 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 145.75MB / 149.01MB 3.6s
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/debian:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 13.63MB / 52.19MB 0.6s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 13.63MB / 62.71MB 0.6s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0B / 115.20MB 0.6s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 22.75MB / 52.19MB 0.7s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 19.92MB / 62.71MB 0.7s
11:19:04 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0.1s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 32.51MB / 52.19MB 0.8s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 23.07MB / 62.71MB 0.8s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 10.49MB / 115.20MB 0.8s
11:19:04 #5 ...
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #6 DONE 0.4s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/ubuntu:jammy
11:19:04 #5 DONE 0.5s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 ...
11:19:04 
11:19:04 #8 [internal] load build context
11:19:04 #8 transferring context: 30.43MB 2.7s done
11:19:04 #8 DONE 2.7s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 54.53MB / 68.85MB 2.9s
11:19:04 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 49.50MB / 149.01MB 2.9s
11:19:04 == Building packages for raspbian-buster ==
11:19:04 mkdir -p "debbuild/raspbian-buster"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
11:19:04 #1 [internal] load build definition from Dockerfile
11:19:04 #1 transferring dockerfile: 926B done
11:19:04 #1 DONE 0.1s
11:19:04 
11:19:04 #2 [internal] load .dockerignore
11:19:04 #2 transferring context: 2B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
11:19:04 #5 DONE 0.4s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #6 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #5 DONE 0.3s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
11:19:04 #6 DONE 0.3s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #7 DONE 0.0s
11:19:04 
11:19:04 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:19:04 #8 resolve docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 0.0s done
11:19:04 #6 DONE 0.4s
11:19:04 
11:19:04 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bookworm
11:19:04 #3 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #5 DONE 0.4s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
11:19:04 #6 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:04 #5 DONE 0.5s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #6 DONE 0.4s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #6 ...
11:19:04 
11:19:04 #3 [internal] load metadata for docker.io/library/ubuntu:focal
11:19:04 #3 DONE 0.5s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #6 DONE 0.5s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.8s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 22.34MB / 52.19MB 0.9s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0B / 62.71MB 0.9s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 34.71MB / 52.19MB 1.1s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 25.17MB / 62.71MB 1.1s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 7.67MB / 115.20MB 1.1s
11:19:04 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.6s done
11:19:04 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #5 DONE 0.5s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #6 DONE 0.5s
11:19:04 
11:19:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.1s done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.0s
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.0s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 32.51MB / 52.19MB 0.7s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 32.51MB / 62.71MB 0.7s
11:19:04 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 2.10MB / 115.20MB 0.7s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 50.33MB / 52.19MB 0.9s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 50.33MB / 62.71MB 0.9s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 26.69MB / 115.20MB 0.9s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 1.0s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 10.49MB / 52.19MB 1.0s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 6.29MB / 62.71MB 1.0s
11:19:04 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 1.0s done
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 20.97MB / 52.19MB 1.1s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 16.70MB / 62.71MB 1.1s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 1.05MB / 115.20MB 1.1s
11:19:04 #8 ...
11:19:04 
11:19:04 #9 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e
11:19:04 #9 resolve docker.io/library/fedora:37@sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e 0.0s done
11:19:04 #9 sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e 975B / 975B done
11:19:04 #9 sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d 529B / 529B done
11:19:04 #9 sha256:a140b35e839a586a3ad553d664bf6598abd70719eb9b119f44e62e4447db2f27 2.00kB / 2.00kB done
11:19:04 #9 sha256:01720dc5e0d954a1a9dfc38528930ea99254cd8b1a46dccfbf01fb3e3837b573 66.06MB / 66.06MB 1.1s done
11:19:04 #9 extracting sha256:01720dc5e0d954a1a9dfc38528930ea99254cd8b1a46dccfbf01fb3e3837b573 5.7s done
11:19:04 #9 DONE 7.2s
11:19:04 
11:19:04 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:04 #5 DONE 0.4s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:19:04 #6 DONE 0.5s
11:19:04 
11:19:04 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:19:04 #7 resolve docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 0.0s done
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 32.51MB / 62.71MB 0.9s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 23.07MB / 115.20MB 0.9s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 50.33MB / 52.19MB 1.1s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.1s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 43.41MB / 115.20MB 1.1s
11:19:04 == Building packages for fedora-37 ==
11:19:04 mkdir -p "rpmbuild/fedora-37"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-fedora-37/aarch64 -f fedora-37/Dockerfile .
11:19:04 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.1s
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 0.1s
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.1s
11:19:04 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 59.77MB / 68.85MB 3.1s
11:19:04 #10 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 5.8s done
11:19:04 #10 extracting sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa
11:19:04 #10 extracting sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa done
11:19:04 #3 ...
11:19:04 
11:19:04 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:19:04 #5 DONE 0.0s
11:19:04 
11:19:04 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.1s
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.1s
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #8 sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 1.13kB / 1.13kB done
11:19:04 #8 sha256:b885cc8d4c735d3f407f4318c7ba917f4d95e90599238b25705fa0052490216e 424B / 424B done
11:19:04 #8 sha256:730eeb702b69e53ae1c79541a48af6303d1bd240014dc6b4208ee4f3fab7b681 2.32kB / 2.32kB done
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.1s
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.1s
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.1s
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.3s
11:19:04 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 0.3s
11:19:04 == Building packages for debian-bullseye ==
11:19:04 mkdir -p "debbuild/debian-bullseye"
11:19:04 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
11:19:04 #1 [internal] load .dockerignore
11:19:04 #1 transferring context: 2B done
11:19:04 #1 DONE 0.0s
11:19:04 
11:19:04 #2 [internal] load build definition from Dockerfile
11:19:04 #2 transferring dockerfile: 913B done
11:19:04 #2 DONE 0.1s
11:19:04 
11:19:04 #3 [auth] library/debian:pull token for registry-1.docker.io
11:19:04 #3 DONE 0.0s
11:19:04 
11:19:04 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:04 #4 DONE 0.0s
11:19:04 
11:19:04 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:04 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 0.1s
11:19:04 #7 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:04 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.1s
11:19:04 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:04 #7 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:04 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 0.3s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 47.19MB / 52.19MB 1.2s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 34.60MB / 62.71MB 1.2s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 18.87MB / 115.20MB 1.2s
11:19:04 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.3s
11:19:04 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 44.04MB / 62.71MB 1.3s
11:19:04 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 30.38MB / 115.20MB 1.3s
11:19:04 #11 1.006 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
11:19:04 #11 1.082 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
11:19:04 #11 1.149 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
11:19:04 #11 1.168 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
11:19:04 #11 1.210 Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1998 kB]
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.3s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 61.87MB / 62.71MB 1.0s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 32.51MB / 115.20MB 1.0s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.1s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 47.14MB / 115.20MB 1.1s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 0B / 155B 1.1s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.1s done
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.1s done
11:19:05 #4 ...
11:19:05 
11:19:05 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:05 #5 DONE 0.4s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 37.75MB / 52.19MB 1.3s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 35.65MB / 62.71MB 1.3s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 20.97MB / 115.20MB 1.3s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 50.33MB / 52.19MB 1.4s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 47.19MB / 62.71MB 1.4s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 31.46MB / 115.20MB 1.4s
11:19:05 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:05 #7 sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 1.85kB / 1.85kB done
11:19:05 #7 sha256:758b1c750089fbcafcea7f4f643cd36d50c0e7673acc5e5674fc803fb52ce2c8 529B / 529B done
11:19:05 #7 sha256:971ca2764db3ac630e547f42c6ce6b84fec9446aed6b71988d97643baa84bacf 1.48kB / 1.48kB done
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.1s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 50.33MB / 115.20MB 1.2s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.2s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.2s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 56.62MB / 115.20MB 1.3s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.2s done
11:19:05 #1 [internal] load .dockerignore
11:19:05 #1 transferring context: 2B done
11:19:05 #1 DONE 0.1s
11:19:05 
11:19:05 #2 [internal] load build definition from Dockerfile
11:19:05 #2 transferring dockerfile: 853B done
11:19:05 #2 DONE 0.1s
11:19:05 
11:19:05 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 0.4s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.4s
11:19:05 #9 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.8s done
11:19:05 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 65.63MB / 68.85MB 3.3s
11:19:05 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 58.72MB / 149.01MB 3.3s
11:19:05 #10 DONE 17.3s
11:19:05 
11:19:05 #13 [base 2/5] COPY --from=xx / /
11:19:05 #6 DONE 0.4s
11:19:05 
11:19:05 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
11:19:05 #3 DONE 0.4s
11:19:05 
11:19:05 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:19:05 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd 0.0s done
11:19:05 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 0B / 38.52MB 0.1s
11:19:05 #7 sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 0B / 306B 0.1s
11:19:05 #7 sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd 1.99kB / 1.99kB done
11:19:05 #7 sha256:b7d7e76becd49a12d7ae4dee1b0c7be1f67bd25b46853fd6d211e5a503262549 5.01kB / 5.01kB done
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.3s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.10MB / 7.15MB 0.5s
11:19:05 #8 ...
11:19:05 
11:19:05 #9 [internal] load build context
11:19:05 #9 transferring context: 30.38MB 0.4s done
11:19:05 #9 DONE 0.4s
11:19:05 
11:19:05 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:05 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 47.19MB / 49.24MB 0.5s
11:19:05 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.2s done
11:19:05 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:05 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.1s done
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 31.46MB / 52.19MB 0.5s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 28.31MB / 62.71MB 0.5s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.4s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 3.15MB / 45.92MB 0.5s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.10MB / 7.15MB 0.5s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.4s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 0.4s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.10MB / 7.15MB 0.5s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 0.5s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 4.19MB / 45.92MB 0.6s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 0.6s
11:19:05 #5 DONE 0.3s
11:19:05 
11:19:05 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:19:05 #6 DONE 0.3s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 0.4s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 0.4s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.10MB / 7.15MB 0.6s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 3.15MB / 45.92MB 0.6s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 0.6s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.3s done
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 53.48MB / 62.71MB 1.4s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 40.64MB / 115.20MB 1.4s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.3s done
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.6s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 55.57MB / 115.20MB 1.6s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0B / 45.92MB 0.5s
11:19:05 #11 1.330 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1015 kB]
11:19:05 #11 1.357 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2539 kB]
11:19:05 #11 1.417 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
11:19:05 #11 1.504 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
11:19:05 #7 ...
11:19:05 
11:19:05 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:19:05 #9 resolve docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 0.0s done
11:19:05 #9 sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 1.85kB / 1.85kB done
11:19:05 #9 sha256:6f1f698e20c8ae73b110eb614a2c6d13fbdb504bbbbcf2965c4d0b80b7bb7fb1 529B / 529B done
11:19:05 #9 sha256:72b6243122405be2c5c5e7e20d410f4c8fe301e1ce84cc60ea591b63167750e6 1.46kB / 1.46kB done
11:19:05 #9 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 55.05MB / 55.05MB 3.3s done
11:19:05 #9 extracting sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 3.5s done
11:19:05 #9 DONE 7.2s
11:19:05 
11:19:05 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #7 ...
11:19:05 
11:19:05 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 4.19MB / 45.92MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 0.7s
11:19:05 #8 ...
11:19:05 
11:19:05 #9 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:19:05 #9 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
11:19:05 #9 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
11:19:05 #9 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
11:19:05 #9 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 1.0s done
11:19:05 #9 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
11:19:05 #9 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.0s done
11:19:05 #9 DONE 7.7s
11:19:05 
11:19:05 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #8 ...
11:19:05 
11:19:05 #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
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 1.05MB / 45.92MB 0.6s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 54.53MB / 115.20MB 1.3s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 61.87MB / 115.20MB 1.4s
11:19:05 
11:19:05 #4 [internal] load metadata for quay.io/centos/centos:stream9
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.6s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 50.33MB / 115.20MB 1.6s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.6s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 57.67MB / 115.20MB 1.7s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.7s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 63.96MB / 115.20MB 1.5s
11:19:05 #3 DONE 0.0s
11:19:05 
11:19:05 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:05 #4 DONE 0.0s
11:19:05 
11:19:05 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:05 #5 DONE 0.3s
11:19:05 
11:19:05 #6 [internal] load metadata for docker.io/library/fedora:37
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 4.19MB / 45.92MB 0.6s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.6s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 0.7s
11:19:05 #7 sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 306B / 306B 0.1s done
11:19:05 #7 sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 256B / 256B 0.1s done
11:19:05 #7 sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 0B / 177B 0.2s
11:19:05 #7 sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 913B / 913B 0.2s done
11:19:05 #7 sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 177B / 177B 0.2s done
11:19:05 #7 sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 0B / 414B 0.3s
11:19:05 #7 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 3.5s done
11:19:05 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 68.35MB / 149.01MB 3.6s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 3.15MB / 45.92MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.61MB / 7.15MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.7s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 51.38MB / 52.19MB 0.7s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 48.23MB / 62.71MB 0.7s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 58.72MB / 62.71MB 0.8s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.6s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 0.8s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.7s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 0.7s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 0.8s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 0.8s
11:19:05 
11:19:05 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0B / 49.24MB 0.1s
11:19:05 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 3.15MB / 7.73MB 0.1s
11:19:05 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:05 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:05 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 14.68MB / 49.24MB 0.2s
11:19:05 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 0.7s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 0.7s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 0.8s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 0.9s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 6.29MB / 45.92MB 0.9s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.25MB / 9.35MB 0.9s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 3.15MB / 45.92MB 0.7s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 66.06MB / 115.20MB 1.7s
11:19:05 == Building packages for ubuntu-kinetic ==
11:19:05 mkdir -p "debbuild/ubuntu-kinetic"
11:19:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
11:19:05 #11 1.527 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
11:19:05 #11 1.572 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
11:19:05 #11 1.574 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 0.7s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 4.19MB / 45.92MB 1.0s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 80.74MB / 115.20MB 1.6s
11:19:05 #4 DONE 1.0s
11:19:05 
11:19:05 #6 [internal] load build context
11:19:05 #6 transferring context: 14.99kB done
11:19:05 #6 DONE 0.0s
11:19:05 
11:19:05 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f
11:19:05 #7 resolve quay.io/centos/centos:stream9@sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f 0.0s done
11:19:05 #7 sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f 858B / 858B done
11:19:05 #7 sha256:b5ef9a93b65040f0f8c65583bbd2a12b3b4e350d2bc12f3c55a61674b67a172a 350B / 350B done
11:19:05 #7 sha256:00ff7d8424820beefd1f7ce01e06520349d388eae1186bea6be56ea5fbd28239 1.16kB / 1.16kB done
11:19:05 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 0B / 56.00MB 0.1s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.7s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 67.90MB / 115.20MB 1.8s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.7s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 81.79MB / 115.20MB 1.9s
11:19:05 #8 ...
11:19:05 
11:19:05 #9 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:19:05 #9 DONE 1.4s
11:19:05 
11:19:05 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #8 ...
11:19:05 
11:19:05 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 70.25MB / 115.20MB 1.7s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 84.93MB / 115.20MB 1.8s
11:19:05 #6 DONE 0.3s
11:19:05 
11:19:05 #7 [internal] load build context
11:19:05 #7 transferring context: 14.99kB done
11:19:05 #7 DONE 0.0s
11:19:05 
11:19:05 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:05 #8 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:05 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 7.34MB / 49.24MB 0.1s
11:19:05 #8 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 1.05MB / 7.73MB 0.1s
11:19:05 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:05 #8 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 0.9s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 0.9s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 1.0s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 6.29MB / 7.15MB 1.0s
11:19:05 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 2.10MB / 38.52MB 0.5s
11:19:05 #7 sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 414B / 414B 0.3s done
11:19:05 #7 sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 130.62kB / 130.62kB 0.5s
11:19:05 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 0B / 18.95MB 0.5s
11:19:05 #7 sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 130.62kB / 130.62kB 0.5s done
11:19:05 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 2.10MB / 18.95MB 0.6s
11:19:05 == Building packages for fedora-36 ==
11:19:05 mkdir -p "rpmbuild/fedora-36"
11:19:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 0.8s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 0.9s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 6.29MB / 45.92MB 1.1s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.1s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 0.9s
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.9s done
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.0s done
11:19:05 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 4.19MB / 115.20MB 1.0s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 6.29MB / 45.92MB 0.9s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 0.9s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 8.24MB / 45.92MB 1.0s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 6.29MB / 7.15MB 1.0s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 1.0s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.1s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 1.1s
11:19:05 #7 ...
11:19:05 
11:19:05 #8 [internal] load build context
11:19:05 #8 transferring context: 30.39MB 0.3s done
11:19:05 #8 DONE 0.4s
11:19:05 
11:19:05 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 24.12MB / 49.24MB 0.3s
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 43.43MB / 49.24MB 0.5s
11:19:05 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.3s done
11:19:05 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s done
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.5s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 1.0s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.1s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 9.44MB / 45.92MB 1.2s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 1.2s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 6.29MB / 45.92MB 1.1s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 74.45MB / 115.20MB 1.9s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 88.08MB / 115.20MB 2.1s
11:19:05 #19 DONE 2.9s
11:19:05 
11:19:05 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:19:05 #20 0.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:19:05 #1 [internal] load .dockerignore
11:19:05 #1 transferring context: 2B done
11:19:05 #1 DONE 0.0s
11:19:05 
11:19:05 #2 [internal] load build definition from Dockerfile
11:19:05 #2 transferring dockerfile: 1.21kB done
11:19:05 #2 DONE 0.1s
11:19:05 
11:19:05 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:05 #3 DONE 0.0s
11:19:05 
11:19:05 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:05 #4 DONE 0.0s
11:19:05 
11:19:05 #5 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:19:05 #7 ...
11:19:05 
11:19:05 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:05 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:05 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:05 #8 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:05 #8 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:05 #8 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.3s done
11:19:05 #8 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 1.4s done
11:19:05 #8 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 1.6s done
11:19:05 #8 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 2.4s done
11:19:05 #8 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 3.1s done
11:19:05 #8 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.6s done
11:19:05 #8 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 4.6s done
11:19:05 #8 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 2.5s done
11:19:05 #8 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.6s done
11:19:05 #8 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.4s done
11:19:05 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 0.6s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 7.34MB / 45.92MB 0.9s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 0.9s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 7.34MB / 45.92MB 1.3s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 88.08MB / 115.20MB 1.8s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 96.47MB / 115.20MB 2.0s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 88.08MB / 115.20MB 2.0s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 98.57MB / 115.20MB 2.2s
11:19:05 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 13.63MB / 56.00MB 0.3s
11:19:05 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 27.85MB / 56.00MB 0.4s
11:19:05 == Building packages for ubuntu-focal ==
11:19:05 mkdir -p "debbuild/ubuntu-focal"
11:19:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
11:19:05 #1 [internal] load .dockerignore
11:19:05 #1 transferring context: 2B done
11:19:05 #1 DONE 0.0s
11:19:05 
11:19:05 #2 [internal] load build definition from Dockerfile
11:19:05 #2 transferring dockerfile: 1.21kB done
11:19:05 #2 DONE 0.0s
11:19:05 
11:19:05 #3 [auth] library/golang:pull token for registry-1.docker.io
11:19:05 #3 DONE 0.0s
11:19:05 
11:19:05 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:19:05 #4 DONE 0.0s
11:19:05 
11:19:05 #5 [internal] load metadata for docker.io/library/ubuntu:focal
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 99.61MB / 115.20MB 2.1s
11:19:05 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 26.21MB / 49.24MB 0.3s
11:19:05 #8 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s done
11:19:05 #8 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0B / 10.00MB 0.3s
11:19:05 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 34.60MB / 49.24MB 0.4s
11:19:05 #8 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 7.34MB / 45.92MB 1.1s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 6.29MB / 9.35MB 1.2s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.2s
11:19:05 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 4.19MB / 38.52MB 0.7s
11:19:05 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 6.29MB / 38.52MB 0.9s
11:19:05 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 4.19MB / 18.95MB 0.9s
11:19:05 #1 [internal] load .dockerignore
11:19:05 #1 transferring context: 2B done
11:19:05 #1 DONE 0.0s
11:19:05 
11:19:05 #2 [internal] load build definition from Dockerfile
11:19:05 #2 transferring dockerfile: 853B done
11:19:05 #2 DONE 0.1s
11:19:05 
11:19:05 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:19:05 #3 DONE 0.0s
11:19:05 
11:19:05 #4 [auth] library/golang:pull token for registry-1.docker.io
11:19:05 #4 DONE 0.0s
11:19:05 
11:19:05 #5 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.2s done
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 1.3s
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.0s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 14.68MB / 115.20MB 1.1s
11:19:05 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.1s done
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 24.12MB / 115.20MB 1.2s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 6.29MB / 7.15MB 1.1s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.49MB / 45.92MB 1.3s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.2s done
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.2s
11:19:05 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 11.53MB / 45.92MB 1.3s
11:19:05 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.2s done
11:19:05 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 1.3s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.3s done
11:19:05 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 1.4s
11:19:05 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 76.55MB / 149.01MB 4.1s
11:19:05 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 9.44MB / 52.19MB 0.6s
11:19:05 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 26.16MB / 52.19MB 0.8s
11:19:05 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:05 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 6.29MB / 62.71MB 0.8s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 9.44MB / 115.20MB 0.8s
11:19:05 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.2s done
11:19:05 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 1.3s
11:19:05 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 100.66MB / 115.20MB 2.3s
11:19:06 #5 ...
11:19:06 
11:19:06 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:06 #6 DONE 0.3s
11:19:06 
11:19:06 #5 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:19:06 #5 DONE 0.3s
11:19:06 
11:19:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:06 #9 4.660 Fetched 27.3 MB in 4s (6966 kB/s)
11:19:06 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.0s done
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 1.2s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.49MB / 45.92MB 1.3s
11:19:06 #9 ...
11:19:06 
11:19:06 #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
11:19:06 #10 DONE 1.8s
11:19:06 
11:19:06 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #13 DONE 1.0s
11:19:06 
11:19:06 #14 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:19:06 #11 2.030 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1311 kB]
11:19:06 #11 2.061 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2134 kB]
11:19:06 #11 2.130 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3014 kB]
11:19:06 #11 2.243 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
11:19:06 #11 2.286 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
11:19:06 #11 2.345 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 107.59MB / 115.20MB 2.1s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.2s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 104.86MB / 115.20MB 2.3s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.4s
11:19:06 #5 DONE 0.3s
11:19:06 
11:19:06 #6 [internal] load metadata for docker.io/library/golang:1.19.6-buster
11:19:06 #6 DONE 0.3s
11:19:06 
11:19:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #7 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 113.25MB / 115.20MB 2.2s
11:19:06 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 1.6s done
11:19:06 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 47.19MB / 49.24MB 0.5s
11:19:06 #8 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s done
11:19:06 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 7.34MB / 52.19MB 0.5s
11:19:06 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:06 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 16.78MB / 52.19MB 0.6s
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0B / 62.71MB 0.6s
11:19:06 #8 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 1.3s
11:19:06 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.3s done
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 1.3s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 1.4s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 5.24MB / 18.95MB 1.0s
11:19:06 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 8.39MB / 38.52MB 1.1s
11:19:06 #5 DONE 0.3s
11:19:06 
11:19:06 #6 [internal] load metadata for docker.io/library/fedora:36
11:19:06 #6 DONE 0.3s
11:19:06 
11:19:06 #7 [internal] load build context
11:19:06 #7 DONE 0.0s
11:19:06 
11:19:06 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156
11:19:06 #8 resolve docker.io/library/fedora:36@sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156 0.0s done
11:19:06 #8 ...
11:19:06 
11:19:06 #7 [internal] load build context
11:19:06 #7 transferring context: 14.99kB done
11:19:06 #7 DONE 0.0s
11:19:06 
11:19:06 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156
11:19:06 #8 sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156 975B / 975B done
11:19:06 #8 sha256:f4190ff83f5da2097ed3add30db0fab36729f252fb3ae601bdac7935922ff53a 529B / 529B done
11:19:06 #8 sha256:467dd3dc9e57ff243d09e0ba753e2d7d3e7ce59835739865ecea8973a71c8f75 2.00kB / 2.00kB done
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 9.44MB / 45.92MB 1.5s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 1.5s
11:19:06 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 52.43MB / 56.00MB 0.6s
11:19:06 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 56.00MB / 56.00MB 0.7s
11:19:06 #10 1.011 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:19:06 #10 1.021 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:19:06 #10 1.021 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 45.09MB / 115.20MB 1.4s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 53.54MB / 115.20MB 1.5s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 1.4s
11:19:06 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 84.93MB / 149.01MB 4.3s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 1.4s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.63MB / 45.92MB 1.6s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.6s
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 1.6s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 38.55MB / 52.19MB 0.9s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 13.63MB / 62.71MB 0.9s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 20.97MB / 115.20MB 0.9s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 45.39MB / 52.19MB 1.0s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 27.26MB / 62.71MB 1.0s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 29.39MB / 115.20MB 1.0s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.4s
11:19:06 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0B / 49.24MB 0.1s
11:19:06 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0B / 10.00MB 0.1s
11:19:06 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:06 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:06 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0B / 7.73MB 0.1s
11:19:06 #7 ...
11:19:06 
11:19:06 #8 [internal] load build context
11:19:06 #8 transferring context: 30.39MB 0.3s done
11:19:06 #8 DONE 0.3s
11:19:06 
11:19:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 25.17MB / 49.24MB 0.3s
11:19:06 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.2s done
11:19:06 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s done
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.3s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 1.05MB / 62.71MB 0.3s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 9.44MB / 45.92MB 1.5s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 1.4s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 1.5s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.63MB / 45.92MB 1.7s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 1.7s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.5s done
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.49MB / 45.92MB 1.7s
11:19:06 #7 ...
11:19:06 
11:19:06 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:19:06 #9 resolve docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 0.0s done
11:19:06 #9 sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 984B / 984B done
11:19:06 #9 sha256:0100d882223b08bc979db07977fd493163c545abcac553086bba75a96aebe0bd 529B / 529B done
11:19:06 #9 sha256:b56850ea07d41e744699177284480ae2265e511a7ff732ffc63a4ad8896a4734 1.48kB / 1.48kB done
11:19:06 #9 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:06 #9 DONE 2.5s
11:19:06 
11:19:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.1s
11:19:06 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0B / 7.73MB 0.1s
11:19:06 #7 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:06 #7 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 0B / 49.24MB 0.1s
11:19:06 #7 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:06 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 9.44MB / 49.24MB 0.2s
11:19:06 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 27.03MB / 52.19MB 0.7s
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 9.73MB / 62.71MB 0.7s
11:19:06 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 47.19MB / 52.19MB 0.9s
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 30.57MB / 62.71MB 0.9s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 11.53MB / 45.92MB 1.6s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.6s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.6s done
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 1.7s
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 1.7s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 7.14MB / 18.95MB 1.2s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 1.6s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 1.7s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 65.01MB / 115.20MB 1.6s
11:19:06 #10 1.149 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 73.04MB / 115.20MB 1.7s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 84.64MB / 115.20MB 1.8s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.63MB / 45.92MB 1.7s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 1.7s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 1.8s
11:19:06 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 97.52MB / 149.01MB 4.6s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.7s done
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 1.7s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.1s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 40.89MB / 62.71MB 1.1s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 50.33MB / 62.71MB 1.2s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 47.19MB / 115.20MB 1.2s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 2.7s done
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 1.7s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 15.73MB / 45.92MB 1.8s
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 1.8s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 33.55MB / 49.24MB 0.4s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 11.53MB / 52.19MB 0.4s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 11.53MB / 62.71MB 0.4s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 45.09MB / 49.24MB 0.5s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 20.97MB / 52.19MB 0.5s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 20.97MB / 62.71MB 0.5s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 12.58MB / 45.92MB 1.8s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 1.9s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.63MB / 45.92MB 2.1s
11:19:06 #9 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 3.7s done
11:19:06 #9 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:06 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.4s done
11:19:06 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:06 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.0s
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 40.89MB / 62.71MB 1.0s
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 50.33MB / 62.71MB 1.1s
11:19:06 #14 DONE 0.5s
11:19:06 
11:19:06 #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
11:19:06 #7 ...
11:19:06 
11:19:06 #8 [internal] load build context
11:19:06 #8 transferring context: 30.39MB 0.3s done
11:19:06 #8 DONE 0.3s
11:19:06 
11:19:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:06 #7 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s done
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 19.92MB / 49.24MB 0.3s
11:19:06 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 3.15MB / 10.00MB 0.3s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 32.51MB / 49.24MB 0.4s
11:19:06 #7 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.4s done
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 14.68MB / 45.92MB 2.0s
11:19:06 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 10.49MB / 38.52MB 1.4s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 8.39MB / 18.95MB 1.4s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 9.44MB / 18.95MB 1.6s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.63MB / 45.92MB 2.0s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 2.0s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 6.29MB / 9.35MB 2.1s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 94.37MB / 115.20MB 1.9s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 104.66MB / 115.20MB 2.0s
11:19:06 #10 1.614 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 1.9s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 16.78MB / 45.92MB 2.1s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 6.29MB / 9.35MB 2.1s
11:19:06 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 110.10MB / 149.01MB 5.0s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 16.78MB / 45.92MB 2.0s
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 2.0s
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 2.1s
11:19:06 #7 sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 56.00MB / 56.00MB 1.2s done
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.4s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 69.65MB / 115.20MB 1.4s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.5s done
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 79.69MB / 115.20MB 1.5s
11:19:06 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 0B / 155B 1.5s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.8s done
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 2.0s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 18.87MB / 45.92MB 2.1s
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 2.1s
11:19:06 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 15.73MB / 45.92MB 2.1s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 40.89MB / 52.19MB 0.7s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 40.89MB / 62.71MB 0.7s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 8.39MB / 115.20MB 0.7s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 51.38MB / 52.19MB 0.8s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 50.45MB / 62.71MB 0.8s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 17.83MB / 115.20MB 0.8s
11:19:06 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 2.0s
11:19:06 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:06 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:06 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 60.82MB / 62.71MB 1.2s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 42.84MB / 49.24MB 0.5s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0B / 52.19MB 0.5s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 7.34MB / 62.71MB 0.5s
11:19:06 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s
11:19:06 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 9.46MB / 52.19MB 0.6s
11:19:06 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 17.83MB / 62.71MB 0.6s
11:19:06 #15 DONE 0.5s
11:19:06 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 2.1s
11:19:06 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 2.1s
11:19:06 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 4.0s done
11:19:06 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676
11:19:06 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 12.58MB / 38.52MB 1.7s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 10.49MB / 18.95MB 1.7s
11:19:06 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 11.53MB / 18.95MB 1.8s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 2.2s
11:19:06 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 114.29MB / 115.20MB 2.1s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 2.2s
11:19:06 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.4s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 19.92MB / 45.92MB 2.4s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 9.44MB / 47.40MB 2.4s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 2.4s
11:19:07 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 118.49MB / 149.01MB 5.2s
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.5s done
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 89.13MB / 115.20MB 1.6s
11:19:07 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.5s done
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 99.61MB / 115.20MB 1.7s
11:19:07 #7 extracting sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 3.0s done
11:19:07 #7 ...
11:19:07 
11:19:07 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:19:07 #9 resolve docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 0.0s done
11:19:07 #9 sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 1.33kB / 1.33kB done
11:19:07 #9 sha256:bb8a2b3669f809c4f1c2838ebe6ed71f09ab82fdfcee099c15bcfea1cd259d03 424B / 424B done
11:19:07 #9 sha256:b8868b098551911a14ba29b9e4a1c228df9aa7c385ee7a125bae68d0b5343760 2.31kB / 2.31kB done
11:19:07 #9 sha256:b2e75c88ad8f463c4344f63d9bb4d69b8dd1f7d3655a1616c6d91c3af52406f8 22.71MB / 22.71MB 1.5s done
11:19:07 #9 extracting sha256:b2e75c88ad8f463c4344f63d9bb4d69b8dd1f7d3655a1616c6d91c3af52406f8 1.5s done
11:19:07 #9 DONE 3.3s
11:19:07 
11:19:07 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:07 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.5s done
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 23.07MB / 45.92MB 2.5s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 10.49MB / 47.40MB 2.5s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 9.44MB / 53.32MB 2.5s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 18.87MB / 45.92MB 2.4s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 2.4s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 16.78MB / 45.92MB 2.2s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 2.2s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.2s
11:19:07 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 0.9s done
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.0s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 37.75MB / 115.20MB 1.0s
11:19:07 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 0.9s done
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.0s done
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 48.23MB / 115.20MB 1.1s
11:19:07 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 0B / 58.09MB 0.9s
11:19:07 #20 1.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:19:07 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.5s done
11:19:07 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.6s done
11:19:07 #8 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 0B / 155B 1.6s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0B / 115.20MB 1.6s
11:19:07 
11:19:07 #16 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
11:19:07 #7 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:07 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 35.65MB / 52.19MB 0.8s
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 35.65MB / 62.71MB 0.8s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 3.15MB / 115.20MB 0.8s
11:19:07 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 45.09MB / 52.19MB 0.9s
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 47.19MB / 62.71MB 0.9s
11:19:07 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1
11:19:07 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.0s
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 55.57MB / 62.71MB 1.0s
11:19:07 #10 DONE 1.8s
11:19:07 
11:19:07 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 16.78MB / 45.92MB 2.6s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 17.83MB / 45.92MB 2.4s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 9.44MB / 47.40MB 2.4s
11:19:07 #9 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.3s done
11:19:07 #9 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:07 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 15.73MB / 38.52MB 2.0s
11:19:07 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 13.63MB / 18.95MB 2.0s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 2.3s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 16.78MB / 45.92MB 2.5s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.5s
11:19:07 #9 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.3s done
11:19:07 #9 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 19.92MB / 45.92MB 2.5s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 110.10MB / 115.20MB 1.8s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.0s done
11:19:07 #10 1.923 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:19:07 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.1s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.05MB / 7.15MB 2.6s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 19.92MB / 45.92MB 2.4s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.4s done
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 2.4s
11:19:07 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.8s done
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 57.67MB / 115.20MB 1.2s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 68.16MB / 115.20MB 1.3s
11:19:07 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 9.49MB / 58.09MB 1.0s
11:19:07 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 16.78MB / 58.09MB 1.1s
11:19:07 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 46.14MB / 58.09MB 1.3s
11:19:07 #20 1.866 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
11:19:07 #20 1.870 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
11:19:07 #20 1.886 (3/22) Installing readline (8.1.2-r0)
11:19:07 #20 1.897 (4/22) Installing bash (5.1.16-r2)
11:19:07 #20 1.927 Executing bash-5.1.16-r2.post-install
11:19:07 #20 1.931 (5/22) Installing libffi (3.4.2-r1)
11:19:07 #20 1.934 (6/22) Installing libgcc (11.2.1_git20220219-r2)
11:19:07 #20 1.941 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
11:19:07 #20 1.972 (8/22) Installing xz-libs (5.2.5-r1)
11:19:07 #13 36.22 Checking for new repos for mirrors
11:19:07 #13 36.23 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
11:19:07 #13 36.23  --> 1:make-3.82-24.el7.aarch64
11:19:07 #13 36.38  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.38  --> git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.38 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
11:19:07 #13 36.38  --> Already installed : bash-4.2.46-34.el7.aarch64
11:19:07 #13 36.39 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
11:19:07 #13 36.39  --> Already installed : bash-4.2.46-34.el7.aarch64
11:19:07 #13 36.39  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
11:19:07 #13 36.39  --> cmake-2.8.12.2-2.el7.aarch64
11:19:07 #13 36.39  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64
11:19:07 #13 36.39  --> gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.39  --> git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.39  --> glibc-static-2.17-326.el7_9.aarch64
11:19:07 #13 36.39  --> libarchive-3.1.2-14.el7_7.aarch64
11:19:07 #13 36.39  --> libseccomp-devel-2.3.1-4.el7.aarch64
11:19:07 #13 36.39  --> libselinux-devel-2.5-15.el7.aarch64
11:19:07 #13 36.40  --> libtool-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.40  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.40  --> 1:make-3.82-24.el7.aarch64
11:19:07 #13 36.40  --> Already installed : 1:pkgconfig-0.27.1-4.el7.aarch64
11:19:07 #13 36.40  --> Already installed : systemd-219-78.el7.aarch64
11:19:07 #13 36.40  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.40  --> systemd-devel-219-78.el7_9.7.aarch64
11:19:07 #13 36.40  --> Already installed : 2:tar-1.26-35.el7.aarch64
11:19:07 #13 36.40  --> which-2.20-7.el7.aarch64
11:19:07 #13 36.41 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
11:19:07 #13 36.41  --> Already installed : bash-4.2.46-34.el7.aarch64
11:19:07 #13 36.41 --> Running transaction check
11:19:07 #13 36.41 ---> Package cmake.aarch64 0:2.8.12.2-2.el7 will be installed
11:19:07 #13 36.42 ---> Package device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5 will be installed
11:19:07 #13 36.42 --> 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
11:19:07 #13 36.56 ---> Package gcc.aarch64 0:4.8.5-44.el7 will be installed
11:19:07 #13 36.56 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.56 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.56 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.57 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.57 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.57 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:19:07 #13 36.57 ---> Package git.aarch64 0:1.8.3.1-24.el7_9 will be installed
11:19:07 #13 36.59 --> Processing Dependency: perl-Git = 1.8.3.1-24.el7_9 for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.59 --> Processing Dependency: rsync for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.59 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.60 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.60 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.60 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.61 --> Processing Dependency: less for package: git-1.8.3.1-24.el7_9.aarch64
11:19:07 #13 36.61 ---> Package glibc-static.aarch64 0:2.17-326.el7_9 will be installed
11:19:07 #13 36.61 ---> Package libarchive.aarch64 0:3.1.2-14.el7_7 will be installed
11:19:07 #13 36.61 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.aarch64
11:19:07 #13 36.61 ---> Package libseccomp-devel.aarch64 0:2.3.1-4.el7 will be installed
11:19:07 #13 36.61 --> Processing Dependency: libseccomp(aarch-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.aarch64
11:19:07 #13 36.62 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.aarch64
11:19:07 #13 36.62 ---> Package libselinux-devel.aarch64 0:2.5-15.el7 will be installed
11:19:07 #13 36.62 --> Processing Dependency: libsepol-devel(aarch-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.aarch64
11:19:07 #13 36.62 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.aarch64
11:19:07 #13 36.62 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.aarch64
11:19:07 #13 36.62 ---> Package libtool.aarch64 0:2.4.2-22.el7_3 will be installed
11:19:07 #13 36.62 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.63 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.63 ---> Package libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 will be installed
11:19:07 #13 36.63 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.63 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:19:07 #13 36.63 ---> Package make.aarch64 1:3.82-24.el7 will be installed
11:19:07 #13 36.63 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
11:19:07 #13 36.64 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.64 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.64 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.64 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.64 ---> Package systemd-devel.aarch64 0:219-78.el7_9.7 will be installed
11:19:07 #13 36.65 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
11:19:07 #13 36.65 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
11:19:07 #13 36.66 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.aarch64
11:19:07 #13 36.66 ---> Package which.aarch64 0:2.20-7.el7 will be installed
11:19:07 #13 36.66 --> Running transaction check
11:19:07 #13 36.66 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
11:19:07 #13 36.66 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
11:19:07 #13 36.66 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
11:19:07 #13 36.66 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
11:19:07 #13 36.67 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
11:19:07 #13 36.67 ---> Package cpp.aarch64 0:4.8.5-44.el7 will be installed
11:19:07 #13 36.68 ---> Package device-mapper.aarch64 7:1.02.170-6.el7 will be updated
11:19:07 #13 36.68 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.aarch64
11:19:07 #13 36.68 ---> Package device-mapper.aarch64 7:1.02.170-6.el7_9.5 will be an update
11:19:07 #13 36.68 ---> Package glibc-devel.aarch64 0:2.17-326.el7_9 will be installed
11:19:07 #13 36.69 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
11:19:07 #13 36.69 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
11:19:07 #13 36.69 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.aarch64
11:19:07 #13 36.69 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.aarch64
11:19:07 #13 36.70 ---> Package less.aarch64 0:458-9.el7 will be installed
11:19:07 #13 36.70 ---> Package libgomp.aarch64 0:4.8.5-44.el7 will be installed
11:19:07 #13 36.70 ---> Package libmpc.aarch64 0:1.0.1-3.el7 will be installed
11:19:07 #13 36.70 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
11:19:07 #13 36.70 ---> Package libsepol-devel.aarch64 0:2.5-10.el7 will be installed
11:19:07 #13 36.70 ---> Package libtool-ltdl.aarch64 0:2.4.2-22.el7_3 will be installed
11:19:07 #13 36.70 ---> Package lzo.aarch64 0:2.06-8.el7 will be installed
11:19:07 #13 36.70 ---> Package m4.aarch64 0:1.4.16-10.el7 will be installed
11:19:07 #13 36.70 ---> Package mpfr.aarch64 0:3.1.1-4.el7 will be installed
11:19:07 #13 36.70 ---> Package openssh-clients.aarch64 0:7.4p1-22.el7_9 will be installed
11:19:07 #13 36.70 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:19:07 #13 36.71 --> Processing Dependency: fipscheck-lib(aarch-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:19:07 #13 36.71 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:19:07 #13 36.71 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:19:07 #13 36.71 ---> Package pcre-devel.aarch64 0:8.32-17.el7 will be installed
11:19:07 #13 36.71 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
11:19:07 #13 36.71 ---> Package perl-Git.noarch 0:1.8.3.1-24.el7_9 will be installed
11:19:07 #13 36.71 ---> Package perl-TermReadKey.aarch64 0:2.30-20.el7 will be installed
11:19:07 #13 36.71 ---> Package policycoreutils-devel.aarch64 0:2.5-34.el7 will be installed
11:19:07 #13 36.72 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.aarch64
11:19:07 #13 36.72 ---> Package rsync.aarch64 0:3.1.2-12.el7_9 will be installed
11:19:07 #13 36.72 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
11:19:07 #13 36.72 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
11:19:07 #13 36.73 ---> Package systemd.aarch64 0:219-78.el7 will be updated
11:19:07 #13 36.86 ---> Package systemd.aarch64 0:219-78.el7_9.7 will be an update
11:19:07 #13 36.87 ---> Package systemd-libs.aarch64 0:219-78.el7 will be updated
11:19:07 #13 36.88 ---> Package systemd-libs.aarch64 0:219-78.el7_9.7 will be an update
11:19:07 #13 36.88 --> Running transaction check
11:19:07 #13 36.88 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7 will be updated
11:19:07 #13 36.88 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5 will be an update
11:19:07 #13 36.88 ---> Package fipscheck-lib.aarch64 0:1.4.1-6.el7 will be installed
11:19:07 #13 36.88 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.aarch64
11:19:07 #13 36.88 ---> Package glibc.aarch64 0:2.17-317.el7 will be updated
11:19:07 #13 36.89 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.aarch64
11:19:07 #13 36.89 ---> Package glibc.aarch64 0:2.17-326.el7_9 will be an update
11:19:07 #13 36.89 ---> Package glibc-headers.aarch64 0:2.17-326.el7_9 will be installed
11:19:07 #13 36.89 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.aarch64
11:19:07 #13 36.89 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.aarch64
11:19:07 #13 36.89 ---> Package libedit.aarch64 0:3.0-12.20121213cvs.el7 will be installed
11:19:07 #13 36.89 ---> Package openssh.aarch64 0:7.4p1-22.el7_9 will be installed
11:19:07 #13 36.89 ---> Package perl-Data-Dumper.aarch64 0:2.145-3.el7 will be installed
11:19:07 #13 36.89 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
11:19:07 #13 36.90 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
11:19:07 #13 36.90 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.aarch64
11:19:07 #13 36.90 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
11:19:07 #13 36.90 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.90 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.90 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.90 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:19:07 #13 36.91 --> Running transaction check
11:19:07 #13 36.91 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
11:19:07 #13 36.91 ---> Package fipscheck.aarch64 0:1.4.1-6.el7 will be installed
11:19:07 #13 36.91 ---> Package glibc-common.aarch64 0:2.17-317.el7 will be updated
11:19:07 #13 36.92 ---> Package glibc-common.aarch64 0:2.17-326.el7_9 will be an update
11:19:07 #13 36.92 ---> Package kernel-headers.aarch64 0:4.18.0-348.20.1.el7 will be installed
11:19:07 #13 36.92 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
11:19:07 #13 36.92 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
11:19:07 #13 36.92 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
11:19:07 #13 36.92 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
11:19:07 #13 36.92 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
11:19:07 #13 36.92 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
11:19:07 #13 36.96 --> Finished Dependency Resolution
11:19:07 #13 37.01 
11:19:07 #13 37.01 Dependencies Resolved
11:19:07 #13 37.02 
11:19:07 #13 37.02 ================================================================================
11:19:07 #13 37.02  Package                  Arch      Version                     Repository
11:19:07 #13 37.02                                                                            Size
11:19:07 #13 37.02 ================================================================================
11:19:07 #13 37.02 Installing:
11:19:07 #13 37.02  cmake                    aarch64   2.8.12.2-2.el7              base      6.8 M
11:19:07 #13 37.02  device-mapper-devel      aarch64   7:1.02.170-6.el7_9.5        updates   205 k
11:19:07 #13 37.02  gcc                      aarch64   4.8.5-44.el7                base       13 M
11:19:07 #13 37.02  git                      aarch64   1.8.3.1-24.el7_9            updates   4.4 M
11:19:07 #13 37.02  glibc-static             aarch64   2.17-326.el7_9              updates   1.4 M
11:19:07 #13 37.02  libarchive               aarch64   3.1.2-14.el7_7              base      294 k
11:19:07 #13 37.02  libseccomp-devel         aarch64   2.3.1-4.el7                 base       63 k
11:19:07 #13 37.02  libselinux-devel         aarch64   2.5-15.el7                  base      186 k
11:19:07 #13 37.02  libtool                  aarch64   2.4.2-22.el7_3              base      588 k
11:19:07 #13 37.02  libtool-ltdl-devel       aarch64   2.4.2-22.el7_3              base      167 k
11:19:07 #13 37.02  make                     aarch64   1:3.82-24.el7               base      415 k
11:19:07 #13 37.02  selinux-policy-devel     noarch    3.13.1-268.el7_9.2          updates   1.7 M
11:19:07 #13 37.02  systemd-devel            aarch64   219-78.el7_9.7              updates   216 k
11:19:07 #13 37.02  which                    aarch64   2.20-7.el7                  base       40 k
11:19:07 #13 37.02 Installing for dependencies:
11:19:07 #13 37.02  audit-libs-python        aarch64   2.8.5-4.el7                 base       73 k
11:19:07 #13 37.02  autoconf                 noarch    2.69-11.el7                 base      701 k
11:19:07 #13 37.02  automake                 noarch    1.13.4-3.el7                base      679 k
11:19:07 #13 37.02  checkpolicy              aarch64   2.5-8.el7                   base      275 k
11:19:07 #13 37.02  cpp                      aarch64   4.8.5-44.el7                base      5.2 M
11:19:07 #13 37.02  fipscheck                aarch64   1.4.1-6.el7                 base       22 k
11:19:07 #13 37.02  fipscheck-lib            aarch64   1.4.1-6.el7                 base       10 k
11:19:07 #13 37.02  glibc-devel              aarch64   2.17-326.el7_9              updates   1.1 M
11:19:07 #13 37.02  glibc-headers            aarch64   2.17-326.el7_9              updates   673 k
11:19:07 #13 37.02  kernel-headers           aarch64   4.18.0-348.20.1.el7         updates   8.2 M
11:19:07 #13 37.02  less                     aarch64   458-9.el7                   base      115 k
11:19:07 #13 37.02  libcgroup                aarch64   0.41-21.el7                 base       63 k
11:19:07 #13 37.02  libedit                  aarch64   3.0-12.20121213cvs.el7      base       85 k
11:19:07 #13 37.02  libgomp                  aarch64   4.8.5-44.el7                base      155 k
11:19:07 #13 37.02  libmpc                   aarch64   1.0.1-3.el7                 base       49 k
11:19:07 #13 37.02  libseccomp               aarch64   2.3.1-4.el7                 base       55 k
11:19:07 #13 37.02  libselinux-python        aarch64   2.5-15.el7                  base      222 k
11:19:07 #13 37.02  libselinux-utils         aarch64   2.5-15.el7                  base      154 k
11:19:07 #13 37.02  libsemanage-python       aarch64   2.5-14.el7                  base      109 k
11:19:07 #13 37.02  libsepol-devel           aarch64   2.5-10.el7                  base       76 k
11:19:07 #13 37.02  libtool-ltdl             aarch64   2.4.2-22.el7_3              base       47 k
11:19:07 #13 37.02  lzo                      aarch64   2.06-8.el7                  base       52 k
11:19:07 #13 37.02  m4                       aarch64   1.4.16-10.el7               base      251 k
11:19:07 #13 37.02  mpfr                     aarch64   3.1.1-4.el7                 base      198 k
11:19:07 #13 37.02  openssh                  aarch64   7.4p1-22.el7_9              updates   503 k
11:19:07 #13 37.02  openssh-clients          aarch64   7.4p1-22.el7_9              updates   610 k
11:19:07 #13 37.02  pcre-devel               aarch64   8.32-17.el7                 base      479 k
11:19:07 #13 37.02  perl-Data-Dumper         aarch64   2.145-3.el7                 base       46 k
11:19:07 #13 37.02  perl-Error               noarch    1:0.17020-2.el7             base       32 k
11:19:07 #13 37.02  perl-Git                 noarch    1.8.3.1-24.el7_9            updates    56 k
11:19:07 #13 37.02  perl-TermReadKey         aarch64   2.30-20.el7                 base       30 k
11:19:07 #13 37.02  perl-Test-Harness        noarch    3.28-3.el7                  base      302 k
11:19:07 #13 37.02  policycoreutils          aarch64   2.5-34.el7                  base      916 k
11:19:07 #13 37.02  policycoreutils-devel    aarch64   2.5-34.el7                  base      323 k
11:19:07 #13 37.02  policycoreutils-python   aarch64   2.5-34.el7                  base      456 k
11:19:07 #13 37.02  python-IPy               noarch    0.75-6.el7                  base       32 k
11:19:07 #13 37.02  rsync                    aarch64   3.1.2-12.el7_9              updates   397 k
11:19:07 #13 37.02  selinux-policy           noarch    3.13.1-268.el7_9.2          updates   498 k
11:19:07 #13 37.02  setools-libs             aarch64   3.3.8-4.el7                 base      567 k
11:19:07 #13 37.02 Updating for dependencies:
11:19:07 #13 37.02  device-mapper            aarch64   7:1.02.170-6.el7_9.5        updates   293 k
11:19:07 #13 37.02  device-mapper-libs       aarch64   7:1.02.170-6.el7_9.5        updates   313 k
11:19:07 #13 37.02  glibc                    aarch64   2.17-326.el7_9              updates   3.6 M
11:19:07 #13 37.02  glibc-common             aarch64   2.17-326.el7_9              updates    12 M
11:19:07 #13 37.02  systemd                  aarch64   219-78.el7_9.7              updates   4.9 M
11:19:07 #13 37.02  systemd-libs             aarch64   219-78.el7_9.7              updates   396 k
11:19:07 #13 37.02 
11:19:07 #13 37.02 Transaction Summary
11:19:07 #13 37.02 ================================================================================
11:19:07 #13 37.02 Install  14 Packages (+39 Dependent packages)
11:19:07 #13 37.02 Upgrade              (  6 Dependent packages)
11:19:07 #13 37.02 
11:19:07 #13 37.02 Total download size: 74 M
11:19:07 #13 37.02 Downloading packages:
11:19:07 #13 37.02 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:19:07 #9 4.660 Reading package lists...
11:19:07 #9 ...
11:19:07 
11:19:07 #10 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:07 #10 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:07 #10 sha256:1dc894c6dec471935c1de413c410c8107c2f5970624619eed0afc917ba28c73c 1.80kB / 1.80kB done
11:19:07 #10 sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 50.45MB / 50.45MB 1.0s done
11:19:07 #10 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:07 #10 sha256:eb305eee39723e8ca8b089513acc0298ff22c1144d1b9d17ecc21eeacb9b9cb2 7.10kB / 7.10kB done
11:19:07 #10 sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 7.86MB / 7.86MB 0.3s done
11:19:07 #10 sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 10.00MB / 10.00MB 0.7s done
11:19:07 #10 sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 51.87MB / 51.87MB 1.9s done
11:19:07 #10 sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 68.85MB / 68.85MB 2.1s done
11:19:07 #10 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 3.3s done
11:19:07 #10 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 4.4s done
11:19:07 #10 sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 155B / 155B 2.0s done
11:19:07 #10 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.6s done
11:19:07 #10 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:07 #10 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 2.8s
11:19:07 #7 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.0s done
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.1s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 14.68MB / 115.20MB 1.1s
11:19:07 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.1s
11:19:07 #7 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.1s done
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 29.36MB / 115.20MB 1.2s
11:19:07 #7 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.1s done
11:19:07 #8 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.6s done
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 8.39MB / 115.20MB 1.7s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 28.31MB / 115.20MB 1.9s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 38.27MB / 115.20MB 2.0s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0B / 7.15MB 2.7s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 20.97MB / 45.92MB 3.0s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 2.10MB / 7.15MB 3.0s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 2.6s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 20.97MB / 45.92MB 2.8s
11:19:07 #9 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.2s done
11:19:07 #9 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:07 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 14.68MB / 18.95MB 2.2s
11:19:07 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 18.87MB / 38.52MB 2.4s
11:19:07 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 16.78MB / 18.95MB 2.4s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.5s done
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 2.7s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 19.92MB / 45.92MB 2.8s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 23.07MB / 45.92MB 2.8s
11:19:07 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 2.7s done
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 2.8s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 2.8s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.8s done
11:19:07 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.3s done
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 12.58MB / 47.40MB 2.7s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 24.12MB / 45.92MB 2.9s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 10.49MB / 53.32MB 2.9s
11:19:07 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 132.12MB / 149.01MB 5.7s
11:19:07 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 140.51MB / 149.01MB 5.9s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 23.07MB / 45.92MB 2.8s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 2.8s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 2.9s
11:19:07 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 13.63MB / 47.40MB 2.9s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 12.58MB / 53.32MB 2.9s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 78.64MB / 115.20MB 1.4s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 88.08MB / 115.20MB 1.5s
11:19:07 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 55.57MB / 58.09MB 1.4s
11:19:07 #20 1.981 (9/22) Installing libxml2 (2.9.14-r2)
11:19:07 #20 2.006 (10/22) Installing llvm13-libs (13.0.1-r2)
11:19:07 #10 ...
11:19:07 
11:19:07 #9 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:07 #9 4.660 Reading package lists...
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 40.89MB / 115.20MB 1.3s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 53.07MB / 115.20MB 1.4s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 48.23MB / 115.20MB 2.1s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 58.72MB / 115.20MB 2.2s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 3.15MB / 7.15MB 3.2s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 12.58MB / 47.40MB 2.9s
11:19:07 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 17.83MB / 18.95MB 2.5s
11:19:07 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 20.97MB / 38.52MB 2.6s
11:19:07 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 18.95MB / 18.95MB 2.6s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 3.0s
11:19:07 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.7s done
11:19:07 #16 0.725 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:19:07 #16 0.739 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:19:07 #16 0.745 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:19:07 #16 0.842 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:19:07 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.1s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 15.73MB / 47.40MB 3.1s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 3.0s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 26.21MB / 45.92MB 3.2s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 6.29MB / 7.15MB 3.2s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 23.07MB / 45.92MB 3.0s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 27.26MB / 45.92MB 3.1s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 16.78MB / 47.40MB 3.2s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 15.73MB / 53.32MB 3.2s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 108.00MB / 115.20MB 1.7s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 1.8s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 87.91MB / 115.20MB 1.6s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 99.61MB / 115.20MB 1.7s
11:19:07 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 109.05MB / 115.20MB 1.8s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 4.19MB / 7.15MB 3.3s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 25.17MB / 45.92MB 3.5s
11:19:07 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 5.24MB / 7.15MB 3.5s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 68.16MB / 115.20MB 2.3s
11:19:07 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 88.08MB / 115.20MB 2.5s
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 24.12MB / 45.92MB 3.1s
11:19:07 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 9.44MB / 53.32MB 3.1s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 15.73MB / 47.40MB 3.2s
11:19:07 #11 3.824 Fetched 25.6 MB in 3s (8270 kB/s)
11:19:07 #7 ...
11:19:07 
11:19:07 #8 [internal] load build context
11:19:07 #8 transferring context: 30.35MB 3.2s done
11:19:07 #8 DONE 3.3s
11:19:07 
11:19:07 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:07 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 23.07MB / 45.92MB 3.2s
11:19:07 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 3.4s
11:19:08 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:08 #16 0.969 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:19:08 #16 1.099 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:19:08 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 23.07MB / 38.52MB 2.8s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 26.21MB / 45.92MB 3.2s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 3.2s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 4.19MB / 47.40MB 3.4s
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:08 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0.1s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 27.26MB / 45.92MB 3.3s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 13.63MB / 53.32MB 3.3s
11:19:08 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 3.3s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 28.89MB / 45.92MB 3.4s
11:19:08 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 3.4s done
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 3.4s
11:19:08 #7 ...
11:19:08 
11:19:08 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:19:08 #8 sha256:d0a4bfa485d176c141f6b88493559f4802a12bdeb8249869bfc276bc48a3db35 27.35MB / 27.35MB 1.4s done
11:19:08 #8 extracting sha256:d0a4bfa485d176c141f6b88493559f4802a12bdeb8249869bfc276bc48a3db35 1.5s done
11:19:08 #8 DONE 3.3s
11:19:08 #11 1.116 Loaded plugins: fastestmirror, ovl
11:19:08 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 6.4s
11:19:08 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.4s done
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:08 #7 ...
11:19:08 
11:19:08 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:19:08 #9 resolve docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 0.0s done
11:19:08 #9 sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 1.85kB / 1.85kB done
11:19:08 #9 sha256:51d33848905ca0ea8bb75b5a93fb092e75a60fc242e7f46bc876fff2d2521c85 529B / 529B done
11:19:08 #9 sha256:e986acef03269ee3b05460a7f3657d57fd219b25368172621f1a684232a818f5 1.48kB / 1.48kB done
11:19:08 #9 sha256:cf639a903cc04a00c81ac77b3b9f9a79644c51b7f515895fd60403c20ff34a80 49.27MB / 49.27MB 0.9s done
11:19:08 #9 extracting sha256:cf639a903cc04a00c81ac77b3b9f9a79644c51b7f515895fd60403c20ff34a80 3.0s done
11:19:08 #9 DONE 4.4s
11:19:08 
11:19:08 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:08 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 6.29MB / 7.15MB 3.6s
11:19:08 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 3.7s
11:19:08 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 1.9s
11:19:08 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 97.52MB / 115.20MB 2.6s
11:19:08 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 109.05MB / 115.20MB 2.7s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 12.58MB / 53.32MB 3.5s
11:19:08 #10 2.923 Fetched 8640 kB in 2s (3972 kB/s)
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 27.26MB / 45.92MB 3.5s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 9.44MB / 47.40MB 3.6s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 29.36MB / 45.92MB 3.7s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 3.7s
11:19:08 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 25.17MB / 38.52MB 3.2s
11:19:08 #7 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 18.95MB / 18.95MB 3.1s done
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 19.92MB / 47.40MB 3.6s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 16.78MB / 53.32MB 3.6s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 26.21MB / 45.92MB 3.5s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 3.5s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 31.46MB / 45.92MB 3.7s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.05MB / 9.35MB 3.7s
11:19:08 
11:19:08 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:08 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.6s done
11:19:08 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:08 #11 1.325 Determining fastest mirrors
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:08 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:08 #7 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 3.7s done
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0B / 9.35MB 3.8s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 28.31MB / 45.92MB 3.9s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 31.46MB / 45.92MB 3.6s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 19.92MB / 47.40MB 3.6s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 18.87MB / 53.32MB 3.6s
11:19:08 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.8s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 27.26MB / 45.92MB 3.7s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 18.87MB / 47.40MB 3.7s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 31.46MB / 45.92MB 3.9s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 12.58MB / 47.40MB 3.9s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 3.9s
11:19:08 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.5s done
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 32.51MB / 45.92MB 4.0s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 8.39MB / 47.40MB 4.0s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 30.41MB / 45.92MB 3.8s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 29.36MB / 45.92MB 3.8s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 10.49MB / 47.40MB 3.8s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 3.8s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 3.9s
11:19:08 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 4.0s done
11:19:08 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 2.10MB / 9.35MB 4.1s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 3.15MB / 9.35MB 4.2s
11:19:08 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.9s done
11:19:08 #8 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.6s done
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 35.65MB / 45.92MB 4.1s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 23.07MB / 47.40MB 4.1s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 22.02MB / 53.32MB 4.1s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 30.41MB / 45.92MB 4.0s
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 22.02MB / 47.40MB 4.0s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 15.73MB / 53.32MB 4.0s
11:19:08 #7 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.5s done
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 9.44MB / 53.32MB 4.1s
11:19:08 #10 3.091 CentOS Stream 9 - BaseOS                        3.2 MB/s | 6.1 MB     00:01    
11:19:08 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 23.07MB / 47.40MB 4.1s
11:19:08 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 19.92MB / 53.32MB 4.1s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 34.60MB / 45.92MB 4.3s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 32.51MB / 45.92MB 4.3s
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 34.60MB / 45.92MB 4.1s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 4.1s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 6.29MB / 9.35MB 4.2s
11:19:08 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 28.31MB / 38.52MB 3.6s
11:19:08 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 30.41MB / 38.52MB 3.9s
11:19:08 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.3s done
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:08 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.2s done
11:19:08 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 31.46MB / 45.92MB 4.3s
11:19:08 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 4.19MB / 9.35MB 4.4s
11:19:08 #8 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:09 #7 ...
11:19:09 
11:19:09 #8 [internal] load build context
11:19:09 #8 transferring context: 30.36MB 4.2s done
11:19:09 #8 DONE 4.3s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 25.17MB / 47.40MB 4.3s
11:19:09 #8 sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 58.09MB / 58.09MB 2.5s done
11:19:09 #8 extracting sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673
11:19:09 #7 ...
11:19:09 
11:19:09 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:19:09 #9 resolve docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 0.0s done
11:19:09 #9 sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 1.13kB / 1.13kB done
11:19:09 #9 sha256:71201a4c55f72ec33671cfcbf007689df61a13a35f028f94f8c510967dfb52e1 424B / 424B done
11:19:09 #9 sha256:7ace790b8bce2713e1a71ecd6d34d0fd2014fdfb1298a87b8355790332c4e9c9 2.32kB / 2.32kB done
11:19:09 #9 sha256:698acb83f45f04d40d74b0d6ee8aa8fd71ed17b0b3994faf5d7e098bdbe3c480 25.97MB / 25.97MB 0.4s done
11:19:09 #9 extracting sha256:698acb83f45f04d40d74b0d6ee8aa8fd71ed17b0b3994faf5d7e098bdbe3c480 2.1s done
11:19:09 #9 DONE 2.8s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 34.60MB / 45.92MB 4.3s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 15.73MB / 47.40MB 4.3s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 4.3s
11:19:09 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:09 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.9s done
11:19:09 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676
11:19:09 #7 sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 149.01MB / 149.01MB 7.1s done
11:19:09 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 5.1s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 35.65MB / 45.92MB 4.4s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 11.53MB / 47.40MB 4.4s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 13.63MB / 47.40MB 4.3s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 26.21MB / 47.40MB 4.4s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 23.07MB / 53.32MB 4.5s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 4.3s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 37.75MB / 45.92MB 4.4s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 4.4s
11:19:09 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 32.51MB / 38.52MB 4.1s
11:19:09 #10 2.923 Reading package lists...
11:19:09 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 3.2s done
11:19:09 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:09 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 5.24MB / 9.35MB 4.5s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 34.60MB / 45.92MB 4.7s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 7.34MB / 9.35MB 4.7s
11:19:09 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.4s done
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 33.55MB / 45.92MB 4.4s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 18.87MB / 53.32MB 4.4s
11:19:09 #7 ...
11:19:09 
11:19:09 #8 [internal] load build context
11:19:09 #8 transferring context: 30.35MB 4.2s done
11:19:09 #8 DONE 4.3s
11:19:09 
11:19:09 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #9 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:09 #9 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:09 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 37.75MB / 45.92MB 4.4s
11:19:09 #9 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:09 #9 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:09 #9 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 1.4s done
11:19:09 #9 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 1.1s done
11:19:09 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 25.17MB / 47.40MB 4.4s
11:19:09 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 27.26MB / 53.32MB 4.4s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 25.17MB / 53.32MB 4.4s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 39.85MB / 45.92MB 4.6s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 26.21MB / 47.40MB 4.6s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 13.63MB / 53.32MB 4.6s
11:19:09 #11 3.824 Reading package lists...
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 35.17MB / 45.92MB 4.6s
11:19:09 #7 ...
11:19:09 
11:19:09 #8 [internal] load build context
11:19:09 #8 transferring context: 30.35MB 4.8s done
11:19:09 #8 DONE 4.8s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 37.75MB / 45.92MB 4.7s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 29.36MB / 47.40MB 4.8s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 26.21MB / 53.32MB 4.8s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 4.6s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 41.94MB / 45.92MB 4.7s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 4.7s done
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 4.7s
11:19:09 #16 2.283 Fetched 8640 kB in 2s (4753 kB/s)
11:19:09 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 35.65MB / 38.52MB 4.4s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 8.39MB / 9.35MB 4.9s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 28.31MB / 47.40MB 4.7s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 36.70MB / 45.92MB 4.8s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 22.02MB / 53.32MB 4.8s
11:19:09 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 40.89MB / 45.92MB 4.8s
11:19:09 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 28.31MB / 47.40MB 4.8s
11:19:09 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 32.22MB / 53.32MB 4.8s
11:19:09 #8 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.4s done
11:19:09 #8 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 28.31MB / 53.32MB 4.8s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 29.36MB / 47.40MB 5.0s
11:19:09 #20 3.671 (11/22) Installing clang-libs (13.0.1-r1)
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 38.80MB / 45.92MB 4.8s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 14.68MB / 47.40MB 4.8s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 37.75MB / 45.92MB 4.8s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 18.87MB / 47.40MB 4.8s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 7.34MB / 53.32MB 4.8s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 16.78MB / 47.40MB 4.7s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 38.80MB / 45.92MB 4.9s
11:19:09 #7 ...
11:19:09 
11:19:09 #8 [internal] load build context
11:19:09 #8 transferring context: 30.36MB 5.0s done
11:19:09 #8 DONE 5.0s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 40.89MB / 45.92MB 5.0s
11:19:09 #7 ...
11:19:09 
11:19:09 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:19:09 #9 resolve docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 0.0s done
11:19:09 #9 sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab 1.13kB / 1.13kB done
11:19:09 #9 sha256:28fc2876b133cb5d811a82fe46a460539f75740c4db62c64cc3140f6d6e0dcfc 424B / 424B done
11:19:09 #9 sha256:d751c442bab3ca91963425491fa8f6fc716f85faa9c76765afcc1e4bb284891a 2.31kB / 2.31kB done
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.09MB / 45.92MB 5.0s
11:19:09 #7 ...
11:19:09 
11:19:09 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:19:09 #9 resolve docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 0.0s done
11:19:09 #9 sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 1.13kB / 1.13kB done
11:19:09 #9 sha256:b2175cd4cfdd5cdb1740b0e6ec6bbb4ea4892801c0ad5101a81f694152b6c559 424B / 424B done
11:19:09 #9 sha256:74f2314a03de34a0a2d552b805411fc9553a02ea71c1291b815b2f645f565683 2.30kB / 2.30kB done
11:19:09 #9 sha256:76769433fd8a87dd77a6ce33db12156b1ea8dad3da3a95e7c9c36a47ec17b24c 29.53MB / 29.53MB 0.7s done
11:19:09 #9 extracting sha256:76769433fd8a87dd77a6ce33db12156b1ea8dad3da3a95e7c9c36a47ec17b24c 6.1s done
11:19:09 #9 DONE 7.9s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 ...
11:19:09 
11:19:09 #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
11:19:09 #7 ...
11:19:09 
11:19:09 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:19:09 #9 resolve docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 0.0s done
11:19:09 #9 sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f 1.85kB / 1.85kB done
11:19:09 #9 sha256:6509c82860a3b4158fb6537fdec1477443c367b7d5bf1b55dfcc40325aa588e6 529B / 529B done
11:19:09 #9 sha256:ccb33f20de915e60fb6bf31b8d9a06b50e07a07957b53ceb67edb2dfd2bcaca8 1.48kB / 1.48kB done
11:19:09 #9 sha256:0f5fe16b1836feccd4765ac5685fc7a7b9c73445cac94fc595d2ffbc3cb59a7a 53.70MB / 53.70MB 0.7s done
11:19:09 #9 extracting sha256:0f5fe16b1836feccd4765ac5685fc7a7b9c73445cac94fc595d2ffbc3cb59a7a 3.2s done
11:19:09 #9 DONE 4.3s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.3s done
11:19:09 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:09 #7 ...
11:19:09 
11:19:09 #8 [internal] load build context
11:19:09 #8 transferring context: 30.35MB 5.1s done
11:19:09 #8 DONE 5.1s
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 37.75MB / 45.92MB 5.1s
11:19:09 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 5.1s
11:19:09 #7 ...
11:19:09 
11:19:09 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:19:09 #9 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 0.0s done
11:19:09 #9 sha256:910ebb32e34ad5c196cb0edd69912b1b209831af24c7d41409e6f47f22f8bffc 5.00kB / 5.00kB done
11:19:09 #9 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 5.1s
11:19:09 #9 sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 1.99kB / 1.99kB done
11:19:09 #9 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 304B / 304B 0.1s done
11:19:09 #9 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 257B / 257B 0.2s done
11:19:09 #9 sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 909B / 909B 0.2s done
11:19:09 #9 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 413B / 413B 0.3s done
11:19:09 #9 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 176B / 176B 0.3s done
11:19:09 #9 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 2.7s done
11:19:09 #9 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 123.08kB / 123.08kB 0.4s done
11:19:09 #9 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 5.1s done
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 31.46MB / 47.40MB 5.0s
11:19:09 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 44.04MB / 45.92MB 5.0s
11:19:09 #8 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 42.99MB / 45.92MB 5.1s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 31.46MB / 53.32MB 5.1s
11:19:09 #9 6.541 Reading package lists...
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 16.78MB / 53.32MB 5.1s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 17.83MB / 47.40MB 5.2s
11:19:09 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 40.89MB / 45.92MB 5.2s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 22.02MB / 47.40MB 5.2s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 10.49MB / 53.32MB 5.2s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 19.92MB / 47.40MB 5.1s
11:19:09 #9 ...
11:19:09 
11:19:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 32.51MB / 47.40MB 5.2s
11:19:09 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 29.36MB / 53.32MB 5.2s
11:19:09 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 5.2s
11:19:09 #16 2.283 Reading package lists...
11:19:09 #7 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 2.6s done
11:19:09 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.1s
11:19:09 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 38.52MB / 38.52MB 4.8s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 26.21MB / 53.32MB 5.2s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 40.89MB / 45.92MB 5.3s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 34.60MB / 47.40MB 5.3s
11:19:10 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 32.51MB / 47.40MB 5.2s
11:19:10 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 35.65MB / 53.32MB 5.2s
11:19:10 #10 ...
11:19:10 
11:19:10 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.1s done
11:19:10 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 2.4s
11:19:10 #8 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0.1s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.4s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 32.51MB / 47.40MB 5.4s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 34.60MB / 53.32MB 5.4s
11:19:10 #9 8.399 Building dependency tree...
11:19:10 #9 8.700 Reading state information...
11:19:10 #10 3.981 Reading package lists...
11:19:10 #7 ...
11:19:10 
11:19:10 #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
11:19:10 #10 DONE 1.9s
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 41.94MB / 45.92MB 5.3s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 19.92MB / 53.32MB 5.5s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.09MB / 45.92MB 5.6s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 13.63MB / 53.32MB 5.6s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.09MB / 45.92MB 5.4s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 32.51MB / 53.32MB 5.4s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 35.65MB / 47.40MB 5.5s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 5.5s
11:19:10 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5
11:19:10 #7 ...
11:19:10 
11:19:10 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:19:10 #9 resolve docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 0.0s done
11:19:10 #9 sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 1.13kB / 1.13kB done
11:19:10 #9 sha256:a36e119b9348bea36ecbb9b9367d154b0394f83f981439a80fc5c60b916f101c 424B / 424B done
11:19:10 #9 sha256:54eb8244935d2cd79e00e961af7901b46ba6883e2d93c9d2a9574b1b5f3862ed 2.32kB / 2.32kB done
11:19:10 #9 sha256:c51f53b9906df902bf049503b618304cb5d2c27813f4c2aac45122f47dc4839a 25.76MB / 25.76MB 1.7s done
11:19:10 #9 extracting sha256:c51f53b9906df902bf049503b618304cb5d2c27813f4c2aac45122f47dc4839a 1.4s done
11:19:10 #9 DONE 4.0s
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.6s done
11:19:10 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0.1s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 42.99MB / 45.92MB 5.4s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 24.12MB / 47.40MB 5.4s
11:19:10 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.2s done
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 29.36MB / 53.32MB 5.6s
11:19:10 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:10 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:10 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 35.65MB / 47.40MB 5.4s
11:19:10 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 38.80MB / 53.32MB 5.4s
11:19:10 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.5s done
11:19:10 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 41.94MB / 53.32MB 5.6s
11:19:10 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 5.6s
11:19:10 #9 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 35.65MB / 47.40MB 5.6s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 38.80MB / 53.32MB 5.8s
11:19:10 #9 9.000 The following additional packages will be installed:
11:19:10 #9 9.000   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:10 #9 9.000   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:19:10 #9 9.000   cpp-7 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
11:19:10 #9 9.000   dirmngr distro-info-data dpkg-dev dput fakeroot file g++ g++-7 gcc gcc-7
11:19:10 #9 9.000   gcc-7-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:10 #9 9.000   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:10 #9 9.000   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:10 #9 9.000   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
11:19:10 #9 9.000   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan4
11:19:10 #9 9.000   libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:19:10 #9 9.000   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:10 #9 9.000   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
11:19:10 #9 9.000   libclass-accessor-perl libclass-method-modifiers-perl
11:19:10 #9 9.000   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:19:10 #9 9.000   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:19:10 #9 9.000   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:19:10 #9 9.000   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:10 #9 9.000   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:10 #9 9.000   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:10 #9 9.000   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:10 #9 9.000   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:10 #9 9.000   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:10 #9 9.000   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:10 #9 9.000   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:10 #9 9.000   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:10 #9 9.000   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:10 #9 9.000   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:10 #9 9.000   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:10 #9 9.000   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:10 #9 9.000   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:10 #9 9.000   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:19:10 #9 9.000   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:10 #9 9.000   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:10 #9 9.000   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:10 #9 9.000   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:10 #9 9.000   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:10 #9 9.000   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:19:10 #9 9.000   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:10 #9 9.000   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:10 #9 9.000   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:10 #9 9.000   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:10 #9 9.000   libparams-validate-perl libparse-debianchangelog-perl
11:19:10 #9 9.000   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:10 #9 9.000   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:10 #9 9.000   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:19:10 #9 9.000   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:10 #9 9.000   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:10 #9 9.000   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:10 #9 9.000   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:10 #9 9.000   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:10 #9 9.000   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:10 #9 9.000   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:10 #9 9.000   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:19:10 #9 9.000   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:10 #9 9.000   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:10 #9 9.000   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:10 #9 9.000   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:10 #9 9.000   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:19:10 #9 9.000   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:10 #9 9.000   lsb-release m4 make man-db manpages manpages-dev mime-support
11:19:10 #9 9.000   multiarch-support netbase openssh-client openssl patch patchutils perl
11:19:10 #9 9.000   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:19:10 #9 9.000   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:19:10 #9 9.000   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:19:10 #9 9.000   python3-minimal python3-pkg-resources python3-requests python3-six
11:19:10 #9 9.000   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:19:10 #9 9.000   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:19:10 #9 9.000   xdg-user-dirs xz-utils
11:19:10 #9 9.004 Suggested packages:
11:19:10 #9 9.004   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:10 #9 9.004   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:10 #9 9.004   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:19:10 #9 9.004   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:10 #9 9.004   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:10 #9 9.004   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:10 #9 9.004   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:10 #9 9.004   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:10 #9 9.004   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:10 #9 9.004   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
11:19:10 #9 9.004   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
11:19:10 #9 9.004   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
11:19:10 #9 9.004   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
11:19:10 #9 9.004   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:19:10 #9 9.004   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:19:10 #9 9.004   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
11:19:10 #9 9.004   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:19:10 #9 9.004   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
11:19:10 #9 9.004   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:10 #9 9.004   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
11:19:10 #9 9.004   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:10 #9 9.004   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
11:19:10 #9 9.004   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
11:19:10 #9 9.004   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:10 #9 9.004   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
11:19:10 #9 9.004   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:10 #9 9.004   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:19:10 #9 9.004   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
11:19:10 #9 9.004   wdiff-doc
11:19:10 #10 4.837 Building dependency tree...
11:19:10 #10 5.048 Reading state information...
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.09MB / 45.92MB 5.8s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 20.97MB / 47.40MB 5.8s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 23.07MB / 53.32MB 5.8s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 25.17MB / 47.40MB 5.7s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 35.65MB / 53.32MB 5.7s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 39.85MB / 47.40MB 5.8s
11:19:10 #7 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.3s done
11:19:10 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797
11:19:10 #8 ...
11:19:10 
11:19:10 #7 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:19:10 #7 extracting sha256:a90863a9fe720b22846ec4bbc2fba697a2a7a924da0f17801fb51dd485453dd5 6.9s done
11:19:10 #7 extracting sha256:721c5f2b9838fecaacf49e5b59dd36278a9d0e53622abb62913bc8656e6e8889 0.9s done
11:19:10 #7 extracting sha256:58abf6b9519416ae6f05a2f8ce82b0790d46badcb394b3b9e9b3183326d1391c 3.1s done
11:19:10 #7 DONE 13.0s
11:19:10 
11:19:10 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #8 ...
11:19:10 
11:19:10 #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
11:19:10 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.1s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.7s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 28.09MB / 47.40MB 5.7s
11:19:10 #20 4.919 (12/22) Installing clang (13.0.1-r1)
11:19:10 #16 2.881 Reading package lists...
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 39.85MB / 47.40MB 5.9s
11:19:10 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 5.9s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 44.04MB / 45.92MB 5.7s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 37.75MB / 47.40MB 5.7s
11:19:10 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.3s done
11:19:10 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0.1s
11:19:10 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 38.80MB / 47.40MB 5.7s
11:19:10 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:10 #10 5.340 The following additional packages will be installed:
11:19:10 #10 5.340   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:10 #10 5.340   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:10 #10 5.340   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:19:10 #10 5.340   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:10 #10 5.340   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:10 #10 5.341   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:10 #10 5.341   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:10 #10 5.341   intltool-debian iso-codes less libalgorithm-diff-perl
11:19:10 #10 5.341   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:10 #10 5.341   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:19:10 #10 5.341   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:10 #10 5.342   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:10 #10 5.342   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:19:10 #10 5.342   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:19:10 #10 5.342   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:10 #10 5.342   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:10 #10 5.342   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:10 #10 5.342   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:10 #10 5.342   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:10 #10 5.342   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:19:10 #10 5.342   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:10 #10 5.342   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:10 #10 5.342   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:10 #10 5.342   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:10 #10 5.342   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:10 #10 5.343   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:10 #10 5.343   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:10 #10 5.343   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:10 #10 5.343   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:10 #10 5.343   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:10 #10 5.344   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:10 #10 5.344   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:10 #10 5.344   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:10 #10 5.344   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:10 #10 5.344   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:10 #10 5.344   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:10 #10 5.344   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:10 #10 5.344   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:10 #10 5.344   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:10 #10 5.344   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:10 #10 5.344   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:10 #10 5.344   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:10 #10 5.344   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:10 #10 5.344   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:10 #10 5.344   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:10 #10 5.345   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:10 #10 5.345   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:10 #10 5.345   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:10 #10 5.345   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:10 #10 5.345   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:10 #10 5.345   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:10 #10 5.345   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:10 #10 5.345   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:10 #10 5.345   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:10 #10 5.345   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:10 #10 5.345   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:10 #10 5.345   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:10 #10 5.345   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
11:19:10 #10 5.345   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:10 #10 5.345   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:10 #10 5.346   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:10 #10 5.346   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:10 #10 5.346   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:10 #10 5.346   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:10 #10 5.346   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:10 #10 5.346   libstring-shellquote-perl libsub-exporter-perl
11:19:10 #10 5.346   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:10 #10 5.346   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:10 #10 5.346   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:10 #10 5.346   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:10 #10 5.346   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:10 #10 5.346   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:10 #10 5.346   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:19:10 #10 5.346   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:10 #10 5.346   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
11:19:10 #10 5.346   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:19:10 #10 5.346   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
11:19:10 #10 5.346   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:10 #10 5.346   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
11:19:10 #10 5.346   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:10 #10 5.346   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:10 #10 5.347   netbase openssh-client openssl patch patchutils pbzip2 perl
11:19:10 #10 5.347   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
11:19:10 #10 5.347   pristine-tar publicsuffix python-apt-common python3 python3-apt
11:19:10 #10 5.347   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
11:19:10 #10 5.347   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:10 #10 5.347   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
11:19:10 #10 5.347   python3.9-minimal readline-common sensible-utils shared-mime-info strace
11:19:10 #10 5.347   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:10 #10 5.351 Suggested packages:
11:19:10 #10 5.351   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:10 #10 5.351   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:10 #10 5.351   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:10 #10 5.351   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:10 #10 5.351   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:10 #10 5.351   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:10 #10 5.351   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:10 #10 5.351   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:19:10 #10 5.351   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
11:19:10 #10 5.351   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:10 #10 5.351   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:10 #10 5.351   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
11:19:10 #10 5.351   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
11:19:10 #10 5.351   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:10 #10 5.351   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:10 #10 5.351   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:10 #10 5.351   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
11:19:10 #10 5.351   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
11:19:10 #10 5.351   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
11:19:10 #10 5.351   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:19:10 #10 5.351   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:19:10 #10 5.351   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
11:19:10 #10 5.351   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:10 #10 5.351   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:10 #10 5.351   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:10 #10 5.351   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:10 #10 5.351   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 24.12MB / 47.40MB 6.1s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 28.31MB / 47.40MB 5.9s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 16.78MB / 53.32MB 5.9s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 38.80MB / 53.32MB 5.9s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.9s done
11:19:10 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.0s
11:19:10 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 11.53MB / 47.40MB 5.9s
11:19:10 #7 ...
11:19:10 
11:19:10 #8 [internal] load build context
11:19:10 #8 transferring context: 30.35MB 5.7s done
11:19:10 #8 DONE 6.2s
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.0s done
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 14.68MB / 47.40MB 6.1s
11:19:10 #7 ...
11:19:10 
11:19:10 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:19:10 #9 resolve docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 done
11:19:10 #9 sha256:1dd7cf05afddcd522cc2ab4ea8836bb64c24c65aca91dc12c55f41b68d6403ff 5.01kB / 5.01kB done
11:19:10 #9 sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 257B / 257B 0.1s done
11:19:10 #9 sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 1.99kB / 1.99kB done
11:19:10 #9 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 55.58MB / 55.58MB 6.3s
11:19:10 #9 sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 306B / 306B 0.2s done
11:19:10 #9 sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d 909B / 909B 0.2s done
11:19:10 #9 sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d 178B / 178B 0.4s done
11:19:10 #9 sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda 411B / 411B 0.4s done
11:19:10 #9 sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 120.34kB / 120.34kB 0.5s done
11:19:10 #9 sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 14.08MB / 14.08MB 2.5s done
11:19:10 #11 5.353 Reading package lists...
11:19:10 #7 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.2s done
11:19:10 #7 ...
11:19:10 
11:19:10 #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
11:19:10 #10 DONE 1.7s
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4
11:19:10 #10 ...
11:19:10 
11:19:10 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 2.9s done
11:19:10 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 3.1s done
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 34.60MB / 47.40MB 6.0s
11:19:10 #20 5.058 (13/22) Installing libmagic (5.41-r0)
11:19:10 #20 5.121 (14/22) Installing file (5.41-r0)
11:19:10 #20 5.125 (15/22) Installing brotli-libs (1.0.9-r6)
11:19:10 #20 5.147 (16/22) Installing nghttp2-libs (1.47.0-r0)
11:19:10 #20 5.148 (17/22) Installing libcurl (7.83.1-r6)
11:19:10 #20 5.157 (18/22) Installing expat (2.5.0-r0)
11:19:10 #20 5.163 (19/22) Installing pcre2 (10.40-r0)
11:19:10 #20 5.177 (20/22) Installing git (2.36.5-r0)
11:19:10 #16 3.445 Building dependency tree...
11:19:10 #16 3.610 Reading state information...
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 42.99MB / 53.32MB 6.3s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 33.55MB / 53.32MB 6.0s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 40.89MB / 47.40MB 6.1s
11:19:10 #11 3.831  * base: download.cf.centos.org
11:19:10 #11 3.831  * extras: download.cf.centos.org
11:19:10 #11 3.831  * updates: download.cf.centos.org
11:19:10 #7 ...
11:19:10 
11:19:10 #8 [internal] load build context
11:19:10 #8 transferring context: 30.35MB 5.2s done
11:19:10 #8 DONE 5.7s
11:19:10 
11:19:10 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:19:10 #7 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 38.52MB / 38.52MB 5.5s done
11:19:10 #7 ...
11:19:10 
11:19:10 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #9 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:10 #9 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:10 #9 sha256:bb908672b119905b40617cc21ec88aec4a6617be580780495761be3d6c4cf501 1.79kB / 1.79kB done
11:19:10 #9 sha256:11ed5e2ce93295e7274eb235c247d142769d6d126e541994f172a9faa6021f70 7.12kB / 7.12kB done
11:19:10 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.5s
11:19:10 #9 sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 7.15MB / 7.15MB 4.0s done
11:19:10 #9 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 5.5s
11:19:10 #9 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 5.7s done
11:19:10 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 5.8s
11:19:10 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 45.09MB / 53.32MB 6.0s
11:19:10 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 41.94MB / 47.40MB 6.1s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 27.26MB / 53.32MB 6.2s
11:19:10 #7 ...
11:19:10 
11:19:10 #8 [internal] load build context
11:19:10 #8 transferring context: 30.35MB 5.9s done
11:19:10 #8 DONE 6.3s
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.2s done
11:19:10 #7 ...
11:19:10 
11:19:10 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:19:10 #9 resolve docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 0.0s done
11:19:10 #9 sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75 1.33kB / 1.33kB done
11:19:10 #9 sha256:d85f9e8f65828689ef2c9054d751a5842e870835f950d0a406e0b64988130661 424B / 424B done
11:19:10 #9 sha256:023593b1fda853a972410780b2f6e27925b41ea3cd504f278230c5c4b814eb1c 2.31kB / 2.31kB done
11:19:10 #9 sha256:103c14aa01473dfa662a8cba7d45692d6fefb30485916950f6d4ec51a4b43fd7 21.39MB / 21.39MB 2.6s done
11:19:10 #9 extracting sha256:103c14aa01473dfa662a8cba7d45692d6fefb30485916950f6d4ec51a4b43fd7 3.6s
11:19:10 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.1s done
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 31.46MB / 47.40MB 6.2s
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 20.97MB / 53.32MB 6.2s
11:19:10 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.2s
11:19:10 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 42.99MB / 47.40MB 6.2s
11:19:10 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:10 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 41.94MB / 53.32MB 6.3s
11:19:10 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.4s done
11:19:10 #11 6.810 Building dependency tree...
11:19:10 #11 7.094 Reading state information...
11:19:10 #11 ...
11:19:10 
11:19:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:10 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.5s done
11:19:10 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:10 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 4.1s done
11:19:10 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 2.0s
11:19:11 #8 ...
11:19:11 
11:19:11 #9 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e
11:19:11 #9 resolve docker.io/library/fedora:37@sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e 0.0s done
11:19:11 #9 sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e 975B / 975B done
11:19:11 #9 sha256:a5813a532a44c6a379517d1f004aa2e7b0489e36565d79e226457d3c4a27b72e 529B / 529B done
11:19:11 #9 sha256:2ff60ebe3cf18f72108865325145f376f34699e8305bcc465ed1930752d1bb01 2.00kB / 2.00kB done
11:19:11 #9 sha256:165d10f41bac17945afa728256dd9c302e6a79137ced1bc21f4a9cde79778547 64.25MB / 64.25MB 1.5s done
11:19:11 #9 extracting sha256:165d10f41bac17945afa728256dd9c302e6a79137ced1bc21f4a9cde79778547 3.7s done
11:19:11 #9 DONE 5.5s
11:19:11 
11:19:11 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 37.75MB / 47.40MB 6.3s
11:19:11 #20 5.424 (21/22) Installing lld (13.0.1-r0)
11:19:11 #20 5.497 (22/22) Installing llvm13 (13.0.1-r2)
11:19:11 #16 3.891 The following additional packages will be installed:
11:19:11 #16 3.892   libmagic-mgc libmagic1
11:19:11 #16 3.925 The following NEW packages will be installed:
11:19:11 #16 3.926   file libmagic-mgc libmagic1
11:19:11 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 1.8s done
11:19:11 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 42.99MB / 47.40MB 6.4s
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0.4s
11:19:11 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.3s done
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 45.09MB / 47.40MB 6.3s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 36.70MB / 53.32MB 6.3s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.5s
11:19:11 #7 ...
11:19:11 
11:19:11 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:11 #0 0.926 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:19:11 #0 0.939 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:19:11 #0 0.939 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:19:11 #0 1.084 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
11:19:11 #0 1.382 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [470 kB]
11:19:11 #0 1.750 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:19:11 #0 3.264 Fetched 8601 kB in 3s (3328 kB/s)
11:19:11 #0 3.264 Reading package lists...
11:19:11 #0 4.242 Reading package lists...
11:19:11 #0 5.183 Building dependency tree...
11:19:11 #0 5.364 Reading state information...
11:19:11 #0 5.561 The following additional packages will be installed:
11:19:11 #0 5.561   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:11 #0 5.561   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
11:19:11 #0 5.561   cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf
11:19:11 #0 5.561   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:19:11 #0 5.561   exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8
11:19:11 #0 5.561   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:19:11 #0 5.561   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs
11:19:11 #0 5.561   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:11 #0 5.561   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
11:19:11 #0 5.561   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0
11:19:11 #0 5.561   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:11 #0 5.561   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:11 #0 5.561   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:19:11 #0 5.561   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:19:11 #0 5.561   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:11 #0 5.561   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:11 #0 5.561   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:19:11 #0 5.561   libdata-optlist-perl libdevel-callchecker-perl
11:19:11 #0 5.561   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:19:11 #0 5.561   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:11 #0 5.561   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:11 #0 5.561   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:11 #0 5.561   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:11 #0 5.561   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:11 #0 5.561   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:11 #0 5.561   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:11 #0 5.562   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:11 #0 5.562   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:11 #0 5.562   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:11 #0 5.562   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:11 #0 5.562   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:11 #0 5.562   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:11 #0 5.562   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:11 #0 5.562   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:11 #0 5.562   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:11 #0 5.562   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:19:11 #0 5.562   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:11 #0 5.562   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:11 #0 5.562   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:11 #0 5.562   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:11 #0 5.562   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:11 #0 5.562   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:19:11 #0 5.562   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:11 #0 5.562   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:19:11 #0 5.562   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
11:19:11 #0 5.562   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
11:19:11 #0 5.562   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
11:19:11 #0 5.562   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:11 #0 5.562   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:11 #0 5.562   libparams-validate-perl libparse-debianchangelog-perl
11:19:11 #0 5.562   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:11 #0 5.562   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:11 #0 5.562   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:11 #0 5.562   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
11:19:11 #0 5.562   libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:11 #0 5.562   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:11 #0 5.562   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:11 #0 5.562   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
11:19:11 #0 5.562   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
11:19:11 #0 5.563   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
11:19:11 #0 5.563   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:11 #0 5.563   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:11 #0 5.563   libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:11 #0 5.563   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:11 #0 5.563   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:11 #0 5.563   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:19:11 #0 5.563   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:11 #0 5.563   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
11:19:11 #0 5.563   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:11 #0 5.563   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:11 #0 5.563   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:11 #0 5.563   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:11 #0 5.563   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:11 #0 5.563   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:11 #0 5.563   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:11 #0 5.563   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:11 #0 5.563   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:11 #0 5.564   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:11 #0 5.564   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:11 #0 5.564   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:11 #0 5.564   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:11 #0 5.564   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:11 #0 5.564   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:11 #0 5.566 Suggested packages:
11:19:11 #0 5.566   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:19:11 #0 5.566   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:19:11 #0 5.566   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:19:11 #0 5.566   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:19:11 #0 5.566   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:11 #0 5.566   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:11 #0 5.566   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:11 #0 5.566   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:11 #0 5.566   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:19:11 #0 5.566   eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
11:19:11 #0 5.566   libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
11:19:11 #0 5.566   libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
11:19:11 #0 5.566   liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
11:19:11 #0 5.566   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:11 #0 5.566   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:11 #0 5.566   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:11 #0 5.566   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:19:11 #0 5.566   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:11 #0 5.566   libhtml-template-perl libsasl2-modules-gssapi-mit
11:19:11 #0 5.566   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:11 #0 5.566   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:11 #0 5.566   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:19:11 #0 5.566   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:11 #0 5.566   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:11 #0 5.566   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:11 #0 5.566   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:19:11 #0 5.566   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:11 #0 5.566   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:11 #0 5.566   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:19:11 #0 5.566   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:19:11 #0 5.566   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:19:11 #0 5.566   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:19:11 #0 5.566   readline-doc zip wdiff-doc
11:19:11 #0 8.047 The following NEW packages will be installed:
11:19:11 #0 8.047   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:11 #0 8.048   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
11:19:11 #0 8.048   cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
11:19:11 #0 8.048   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:11 #0 8.048   dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
11:19:11 #0 8.048   file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
11:19:11 #0 8.048   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:11 #0 8.048   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:19:11 #0 8.048   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:11 #0 8.048   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:11 #0 8.048   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:11 #0 8.048   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:11 #0 8.048   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:19:11 #0 8.048   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:19:11 #0 8.048   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:11 #0 8.049   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:11 #0 8.049   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:19:11 #0 8.049   libdata-optlist-perl libdevel-callchecker-perl
11:19:11 #0 8.049   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:19:11 #0 8.049   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:11 #0 8.049   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:11 #0 8.049   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:11 #0 8.049   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:11 #0 8.049   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:11 #0 8.049   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:11 #0 8.049   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:11 #0 8.049   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:11 #0 8.049   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:11 #0 8.050   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:11 #0 8.050   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:11 #0 8.050   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:11 #0 8.050   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:11 #0 8.050   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:11 #0 8.050   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:11 #0 8.050   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:11 #0 8.050   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:19:11 #0 8.050   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:11 #0 8.050   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:11 #0 8.050   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:11 #0 8.050   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:11 #0 8.050   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:11 #0 8.050   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:19:11 #0 8.050   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:11 #0 8.050   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:19:11 #0 8.050   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
11:19:11 #0 8.050   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
11:19:11 #0 8.050   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
11:19:11 #0 8.050   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:11 #0 8.050   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:11 #0 8.050   libparams-validate-perl libparse-debianchangelog-perl
11:19:11 #0 8.050   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:11 #0 8.050   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:11 #0 8.050   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:11 #0 8.050   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
11:19:11 #0 8.050   libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:11 #0 8.050   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:11 #0 8.050   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:11 #0 8.050   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
11:19:11 #0 8.050   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
11:19:11 #0 8.050   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
11:19:11 #0 8.051   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:11 #0 8.051   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:11 #0 8.051   libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:11 #0 8.051   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:11 #0 8.051   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:11 #0 8.051   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:19:11 #0 8.051   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:11 #0 8.051   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
11:19:11 #0 8.051   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:11 #0 8.051   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:11 #0 8.051   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:11 #0 8.051   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:11 #0 8.051   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:11 #0 8.051   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:11 #0 8.051   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:11 #0 8.051   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:11 #0 8.051   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:11 #0 8.051   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:11 #0 8.051   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:11 #0 8.051   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:11 #0 8.051   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:11 #0 8.052   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:11 #0 8.052   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:11 #0 8.338 0 upgraded, 365 newly installed, 0 to remove and 0 not upgraded.
11:19:11 #0 8.338 Need to get 171 MB of archives.
11:19:11 #0 8.338 After this operation, 589 MB of additional disk space will be used.
11:19:11 #0 8.338 Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
11:19:11 #0 8.341 Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
11:19:11 #0 8.341 Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
11:19:11 #0 8.345 Get:4 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
11:19:11 #0 8.348 Get:5 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
11:19:11 #0 8.349 Get:6 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
11:19:11 #0 8.350 Get:7 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
11:19:11 #0 8.366 Get:8 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
11:19:11 #0 8.367 Get:9 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
11:19:11 #0 8.367 Get:10 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
11:19:11 #0 8.398 Get:11 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:19:11 #0 8.441 Get:12 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
11:19:11 #0 8.442 Get:13 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
11:19:11 #0 8.519 Get:14 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
11:19:11 #0 8.522 Get:15 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
11:19:11 #0 8.523 Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u4 [1551 kB]
11:19:11 #0 8.547 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
11:19:11 #0 8.556 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
11:19:11 #0 8.558 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
11:19:11 #0 8.585 Get:20 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
11:19:11 #0 8.586 Get:21 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
11:19:11 #0 8.587 Get:22 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
11:19:11 #0 8.589 Get:23 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
11:19:11 #0 8.591 Get:24 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
11:19:11 #0 8.594 Get:25 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
11:19:11 #0 8.604 Get:26 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
11:19:11 #0 8.631 Get:27 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
11:19:11 #0 8.636 Get:28 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
11:19:11 #0 8.637 Get:29 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
11:19:11 #0 8.639 Get:30 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
11:19:11 #0 8.641 Get:31 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
11:19:11 #0 8.642 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 bzip2 amd64 1.0.6-9.2~deb10u2 [48.5 kB]
11:19:11 #0 8.643 Get:33 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
11:19:11 #0 8.648 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
11:19:11 #0 8.651 Get:35 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
11:19:11 #0 8.654 Get:36 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
11:19:11 #0 8.657 Get:37 http://deb.debian.org/debian-security buster/updates/main amd64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:19:11 #0 8.660 Get:38 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
11:19:11 #0 8.661 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
11:19:11 #0 8.663 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
11:19:11 #0 8.665 Get:41 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
11:19:11 #0 8.671 Get:42 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
11:19:11 #0 8.674 Get:43 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
11:19:11 #10 8.808 Get:44 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u5 [690 kB]
11:19:11 #10 8.811 Get:45 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
11:19:11 #10 8.834 Get:46 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
11:19:11 #10 8.837 Get:47 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
11:19:11 #10 8.852 Get:48 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
11:19:11 #10 8.854 Get:49 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
11:19:11 #10 8.857 Get:50 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
11:19:11 #10 8.859 Get:51 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
11:19:11 #10 8.861 Get:52 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
11:19:11 #10 8.862 Get:53 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
11:19:11 #10 8.866 Get:54 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
11:19:11 #10 8.871 Get:55 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
11:19:11 #10 ...
11:19:11 
11:19:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.0s done
11:19:11 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887
11:19:11 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 48.23MB / 53.32MB 6.4s
11:19:11 #9 ...
11:19:11 
11:19:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.4s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 27.26MB / 47.40MB 6.5s
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 46.14MB / 47.40MB 6.5s
11:19:11 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:11 #7 extracting sha256:7b9586b5ccf96195144a45705a82a7de41ab11c1d2c47799a01456e9d40a4144 3.7s done
11:19:11 #7 DONE 5.3s
11:19:11 
11:19:11 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #8 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:11 #8 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.2s done
11:19:11 #8 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:11 #8 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:11 #8 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:11 #8 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:11 #8 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.3s done
11:19:11 #8 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 1.2s done
11:19:11 #8 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 3.1s done
11:19:11 #8 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 1.9s done
11:19:11 #8 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 2.5s done
11:19:11 #8 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 1.4s done
11:19:11 #8 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.4s done
11:19:11 #8 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:11 #8 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0.4s
11:19:11 #7 ...
11:19:11 
11:19:11 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:11 #11 7.437 The following additional packages will be installed:
11:19:11 #11 7.437   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:11 #11 7.438   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:19:11 #11 7.438   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
11:19:11 #11 7.438   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
11:19:11 #11 7.438   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:11 #11 7.438   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:11 #11 7.438   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:11 #11 7.438   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
11:19:11 #11 7.438   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
11:19:11 #11 7.438   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
11:19:11 #11 7.438   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:11 #11 7.438   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
11:19:11 #11 7.438   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
11:19:11 #11 7.438   libclone-perl libcommon-sense-perl libconst-fast-perl
11:19:11 #11 7.438   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
11:19:11 #11 7.438   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
11:19:11 #11 7.438   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
11:19:11 #11 7.438   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
11:19:11 #11 7.438   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
11:19:11 #11 7.438   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:11 #11 7.438   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:11 #11 7.438   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:11 #11 7.438   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:11 #11 7.438   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:11 #11 7.438   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:11 #11 7.438   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:11 #11 7.438   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:11 #11 7.438   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:11 #11 7.438   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:11 #11 7.438   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:11 #11 7.438   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:11 #11 7.438   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:11 #11 7.438   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:11 #11 7.438   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:11 #11 7.438   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:11 #11 7.438   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:11 #11 7.438   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:19:11 #11 7.438   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:19:11 #11 7.438   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:11 #11 7.438   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:11 #11 7.438   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:11 #11 7.438   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:11 #11 7.438   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:11 #11 7.438   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:11 #11 7.438   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:19:11 #11 7.438   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:11 #11 7.438   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:11 #11 7.438   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:11 #11 7.438   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:11 #11 7.438   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:11 #11 7.438   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:11 #11 7.438   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:11 #11 7.438   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:11 #11 7.438   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
11:19:11 #11 7.438   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:11 #11 7.438   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:11 #11 7.439   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:11 #11 7.439   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:11 #11 7.439   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:11 #11 7.439   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:11 #11 7.439   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:11 #11 7.439   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:11 #11 7.439   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:11 #11 7.439   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:11 #11 7.439   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:11 #11 7.439   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:19:11 #11 7.439   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:11 #11 7.439   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:11 #11 7.439   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
11:19:11 #11 7.439   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:11 #11 7.439   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:11 #11 7.439   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:11 #11 7.439   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:11 #11 7.439   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:11 #11 7.439   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:11 #11 7.439   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:11 #11 7.439   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:11 #11 7.439   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:11 #11 7.439   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:11 #11 7.439   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:11 #11 7.439   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:11 #11 7.439   xz-utils
11:19:11 #11 7.441 Suggested packages:
11:19:11 #11 7.442   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:11 #11 7.442   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:11 #11 7.442   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:19:11 #11 7.442   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:19:11 #11 7.442   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:11 #11 7.442   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:11 #11 7.442   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:11 #11 7.442   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:11 #11 7.442   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:11 #11 7.442   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:19:11 #11 7.442   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:19:11 #11 7.442   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:11 #11 7.442   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:19:11 #11 7.442   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:19:11 #11 7.442   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:19:11 #11 7.442   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:11 #11 7.442   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:11 #11 7.442   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:19:11 #11 7.442   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:11 #11 7.442   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:11 #11 7.442   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:11 #11 7.442   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:11 #11 7.442   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:11 #11 7.442   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:19:11 #11 7.442   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:19:11 #11 7.442   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:11 #11 7.442   python3-cryptography python3-openssl python3-socks python3.8-venv
11:19:11 #11 7.442   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:19:11 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 0.1s
11:19:11 #9 9.738 The following NEW packages will be installed:
11:19:11 #9 9.738   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:11 #9 9.738   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:19:11 #9 9.738   cpp-7 curl dctrl-tools debhelper devscripts dh-autoreconf
11:19:11 #9 9.738   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:19:11 #9 9.738   equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git
11:19:11 #9 9.738   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:11 #9 9.738   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:19:11 #9 9.738   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:11 #9 9.739   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:19:11 #9 9.739   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:19:11 #9 9.739   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:11 #9 9.739   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:19:11 #9 9.739   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
11:19:11 #9 9.739   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:11 #9 9.739   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:11 #9 9.739   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:19:11 #9 9.739   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:11 #9 9.739   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:11 #9 9.739   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:11 #9 9.739   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:11 #9 9.739   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:11 #9 9.739   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:11 #9 9.739   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:11 #9 9.739   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:11 #9 9.739   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:11 #9 9.739   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:11 #9 9.739   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:11 #9 9.739   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:11 #9 9.739   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:11 #9 9.739   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:11 #9 9.739   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:11 #9 9.739   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:19:11 #9 9.739   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:11 #9 9.739   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:11 #9 9.739   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:11 #9 9.739   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:11 #9 9.739   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:11 #9 9.739   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:19:11 #9 9.739   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:11 #9 9.739   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:11 #9 9.739   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:11 #9 9.739   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:11 #9 9.739   libparams-validate-perl libparse-debianchangelog-perl
11:19:11 #9 9.739   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:11 #9 9.739   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:11 #9 9.739   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:19:11 #9 9.739   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:11 #9 9.739   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:11 #9 9.739   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:11 #9 9.739   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:11 #9 9.739   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:11 #9 9.739   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:11 #9 9.739   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:11 #9 9.739   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:19:11 #9 9.740   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:11 #9 9.740   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:11 #9 9.740   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:11 #9 9.740   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:11 #9 9.740   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:19:11 #9 9.741   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:11 #9 9.741   lsb-release m4 make man-db manpages manpages-dev mime-support
11:19:11 #9 9.741   multiarch-support netbase openssh-client openssl patch patchutils perl
11:19:11 #9 9.741   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:19:11 #9 9.741   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:19:11 #9 9.741   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:19:11 #9 9.741   python3-minimal python3-pkg-resources python3-requests python3-six
11:19:11 #9 9.741   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:19:11 #9 9.742   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:19:11 #9 9.742   xdg-user-dirs xz-utils
11:19:11 #9 10.06 0 upgraded, 302 newly installed, 0 to remove and 2 not upgraded.
11:19:11 #9 10.06 Need to get 98.9 MB of archives.
11:19:11 #9 10.06 After this operation, 420 MB of additional disk space will be used.
11:19:11 #9 10.06 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
11:19:11 #9 10.08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.21 [1304 kB]
11:19:11 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0.1s
11:19:11 #16 4.203 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
11:19:11 #16 4.203 Need to get 468 kB of archives.
11:19:11 #16 4.203 After this operation, 7075 kB of additional disk space will be used.
11:19:11 #16 4.203 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:19:11 #16 4.211 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:19:11 #16 4.212 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:11 #9 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.2s done
11:19:11 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 45.09MB / 47.40MB 6.5s
11:19:11 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 6.5s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 30.41MB / 53.32MB 6.6s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 30.41MB / 47.40MB 6.8s
11:19:11 #8 ...
11:19:11 
11:19:11 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:11 #10 6.610 Fedora 37 - x86_64                               14 MB/s |  82 MB     00:05    
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 34.60MB / 47.40MB 6.7s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 45.09MB / 53.32MB 6.7s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 6.9s
11:19:11 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 6.2s
11:19:11 #9 10.16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.10 [533 kB]
11:19:11 #9 10.18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
11:19:11 #9 10.18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.10 [1610 kB]
11:19:11 #9 10.22 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
11:19:11 #9 10.22 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
11:19:11 #9 10.22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
11:19:11 #9 10.22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
11:19:11 #9 10.22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
11:19:11 #9 10.23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
11:19:11 #9 10.26 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.10 [1711 kB]
11:19:11 #10 DONE 1.8s
11:19:11 
11:19:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #7 extracting sha256:d8a6bce2a40cb0c3e3cc6646bfeccfb2ac5b303c39ea70d67e30406d270f2009 7.8s done
11:19:11 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.5s done
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0B / 53.32MB 6.6s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.6s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 40.89MB / 47.40MB 6.8s
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:11 #16 4.347 debconf: delaying package configuration, since apt-utils is not installed
11:19:11 #16 4.387 Fetched 468 kB in 0s (1704 kB/s)
11:19:11 #16 4.409 Selecting previously unselected package libmagic-mgc.
11:19:11 #16 4.409 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:11 #16 4.422 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:19:11 #16 4.426 Unpacking libmagic-mgc (1:5.39-3) ...
11:19:11 #16 4.516 Selecting previously unselected package libmagic1:amd64.
11:19:11 #16 4.516 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
11:19:11 #16 4.530 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:19:11 #16 4.568 Selecting previously unselected package file.
11:19:11 #16 4.571 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
11:19:11 #16 4.575 Unpacking file (1:5.39-3) ...
11:19:11 #9 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.4s done
11:19:11 #9 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 0.1s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 39.85MB / 53.32MB 6.8s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 46.14MB / 53.32MB 6.8s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 46.14MB / 47.40MB 6.9s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 6.9s
11:19:11 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0.1s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 33.55MB / 53.32MB 7.1s
11:19:11 #9 ...
11:19:11 
11:19:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:11 #7 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.5s done
11:19:11 #7 sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 9.35MB / 9.35MB 5.1s done
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 13.63MB / 47.40MB 7.2s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 13.63MB / 53.32MB 7.2s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 2.10MB / 116.81MB 7.2s
11:19:11 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 0.3s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 25.17MB / 53.32MB 6.8s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 7.0s
11:19:11 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 51.46MB / 53.32MB 6.8s
11:19:11 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 6.5s
11:19:11 #9 10.38 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:19:11 #9 10.38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
11:19:11 #9 10.38 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
11:19:11 #9 10.38 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
11:19:11 #9 10.38 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
11:19:11 #9 10.38 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
11:19:11 #9 10.38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
11:19:11 #9 10.38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
11:19:11 #9 10.38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:19:11 #9 10.38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
11:19:11 #9 10.42 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
11:19:11 #9 10.45 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]
11:19:11 #9 10.49 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1153 kB]
11:19:11 #9 10.53 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
11:19:11 #9 10.53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]
11:19:11 #9 10.53 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1019 kB]
11:19:11 #9 10.56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
11:19:11 #11 7.990 The following NEW packages will be installed:
11:19:11 #11 7.990   at autoconf automake autopoint autotools-dev binutils binutils-common
11:19:11 #11 7.990   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:19:11 #11 7.990   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
11:19:11 #11 7.990   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:19:11 #11 7.990   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
11:19:11 #11 7.990   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:11 #11 7.990   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:19:11 #11 7.990   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:11 #11 7.990   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:19:11 #11 7.990   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:19:11 #11 7.990   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:11 #11 7.990   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:11 #11 7.990   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:19:11 #11 7.990   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:11 #11 7.990   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:11 #11 7.990   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:19:11 #11 7.990   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:11 #11 7.990   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:19:11 #11 7.990   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:11 #11 7.990   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:11 #11 7.990   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:11 #11 7.990   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:11 #11 7.990   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:11 #11 7.990   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:11 #11 7.990   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:11 #11 7.990   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:11 #11 7.990   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:11 #11 7.990   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:11 #11 7.990   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:11 #11 7.990   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:11 #11 7.990   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:11 #11 7.990   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:11 #11 7.990   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:11 #11 7.990   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:11 #11 7.990   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:11 #11 7.990   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:11 #11 7.990   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:11 #11 7.990   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:19:11 #11 7.990   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:19:11 #11 7.990   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:11 #11 7.990   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:11 #11 7.990   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:11 #11 7.990   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:11 #11 7.990   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:11 #11 7.990   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:11 #11 7.990   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:19:11 #11 7.990   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:11 #11 7.990   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:11 #11 7.990   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:11 #11 7.990   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:11 #11 7.990   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:11 #11 7.990   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:11 #11 7.990   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:11 #11 7.990   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:11 #11 7.990   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
11:19:11 #11 7.990   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:11 #11 7.990   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:11 #11 7.990   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:11 #11 7.990   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:11 #11 7.990   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:11 #11 7.990   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:11 #11 7.990   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:11 #11 7.990   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:11 #11 7.990   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:11 #11 7.990   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:11 #11 7.990   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:11 #11 7.990   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:19:11 #11 7.990   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:11 #11 7.990   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:11 #11 7.990   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
11:19:11 #11 7.990   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:11 #11 7.990   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:11 #11 7.990   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:11 #11 7.990   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:11 #11 7.990   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:11 #11 7.990   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:11 #11 7.990   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:11 #11 7.990   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:11 #11 7.990   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:11 #11 7.990   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:11 #11 7.990   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:11 #11 7.990   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:11 #11 7.990   xz-utils
11:19:11 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 3.15MB / 53.32MB 7.1s
11:19:11 #16 4.654 Setting up libmagic-mgc (1:5.39-3) ...
11:19:11 #16 4.665 Setting up libmagic1:amd64 (1:5.39-3) ...
11:19:11 #16 4.682 Setting up file (1:5.39-3) ...
11:19:11 #16 4.694 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 7.0s done
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 42.99MB / 53.32MB 7.1s
11:19:11 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 7.1s done
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 49.28MB / 53.32MB 7.2s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 33.55MB / 47.40MB 7.4s
11:19:11 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 7.4s
11:19:11 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 37.75MB / 47.40MB 7.1s
11:19:11 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 29.36MB / 53.32MB 7.3s
11:19:11 #20 6.419 Executing busybox-1.35.0-r17.trigger
11:19:11 #20 6.430 OK: 313 MiB in 37 packages
11:19:11 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 7.2s done
11:19:11 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 7.2s
11:19:12 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 6.6s done
11:19:12 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 9.44MB / 53.32MB 6.7s
11:19:12 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0B / 47.40MB 6.7s
11:19:12 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0B / 116.81MB 6.8s
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 7.1s done
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 49.36MB / 53.32MB 7.2s
11:19:12 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 7.1s done
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.24MB / 116.81MB 7.4s
11:19:12 #9 10.62 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
11:19:12 #9 10.63 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.6 [3556 kB]
11:19:12 #9 10.72 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.6 [201 kB]
11:19:12 #9 10.72 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.21 [614 kB]
11:19:12 #9 10.77 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:19:12 #9 10.83 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:19:12 #9 10.83 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
11:19:12 #9 10.84 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
11:19:12 #9 10.85 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
11:19:12 #9 10.85 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
11:19:12 #9 10.86 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
11:19:12 #9 10.86 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
11:19:12 #9 10.89 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
11:19:12 #11 8.298 0 upgraded, 354 newly installed, 0 to remove and 2 not upgraded.
11:19:12 #11 8.298 Need to get 106 MB of archives.
11:19:12 #11 8.298 After this operation, 481 MB of additional disk space will be used.
11:19:12 #11 8.298 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
11:19:12 #11 8.323 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
11:19:12 #9 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 55.58MB / 55.58MB 7.4s done
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 45.09MB / 47.40MB 7.4s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 7.4s
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 7.4s done
11:19:12 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 0B / 154B 7.5s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 36.70MB / 53.32MB 7.6s
11:19:12 #9 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 7.3s
11:19:12 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 7.5s
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 16.78MB / 47.40MB 7.8s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 16.78MB / 53.32MB 7.8s
11:19:12 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242
11:19:12 #11 ...
11:19:12 
11:19:12 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:12 #8 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.1s done
11:19:12 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 2.2s done
11:19:12 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 2.1s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 52.43MB / 53.32MB 7.5s
11:19:12 #8 extracting sha256:6f7a05b38a7a3535f6c9f29d6c1c7f2164c05d4354f39843eb7b0b14ba9ba673 2.8s done
11:19:12 #8 DONE 5.7s
11:19:12 
11:19:12 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:12 #9 resolve docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 0.0s done
11:19:12 #9 sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d 988B / 988B done
11:19:12 #9 sha256:acc893baa33117f0cf748d7a929a43c7c8109364cee1dce71eae1aea8bf10fc2 1.80kB / 1.80kB done
11:19:12 #9 sha256:6b666f5df367662911040ffd6286f193a30d591dcafdca0c1fcf57c3c68881d1 7.12kB / 7.12kB done
11:19:12 #9 sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 49.24MB / 49.24MB 0.6s done
11:19:12 #9 sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 7.73MB / 7.73MB 0.1s done
11:19:12 #9 sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 10.00MB / 10.00MB 0.2s done
11:19:12 #9 sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 52.19MB / 52.19MB 0.7s done
11:19:12 #9 sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 62.71MB / 62.71MB 2.1s done
11:19:12 #9 sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 115.20MB / 115.20MB 3.6s done
11:19:12 #9 extracting sha256:06cfbde07ccb39d53563bd87f3c2b50f04ddd0c8f6cd52be3c7089a3413688e1 1.6s done
11:19:12 #9 sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 155B / 155B 0.8s done
11:19:12 #9 extracting sha256:01a788623352140f16227efacfe9a8b497cf91ee63fa69554615640474975ca5 0.3s done
11:19:12 #9 extracting sha256:12086fb08985806514ae1e77eef44a12e303bd44b113e62dac28b16b778fc797 0.3s done
11:19:12 #9 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 1.6s
11:19:12 #9 10.91 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
11:19:12 #11 8.406 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
11:19:12 #11 8.406 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
11:19:12 #11 8.409 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
11:19:12 #11 8.446 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
11:19:12 #11 8.447 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
11:19:12 #11 8.448 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
11:19:12 #11 8.450 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
11:19:12 #11 8.454 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
11:19:12 #11 8.454 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
11:19:12 #11 8.484 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
11:19:12 #11 8.590 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.29MB / 53.32MB 7.5s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 7.5s
11:19:12 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 3.0s done
11:19:12 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:12 #8 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.3s done
11:19:12 #8 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:12 #16 DONE 5.1s
11:19:12 
11:19:12 #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
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 46.14MB / 53.32MB 7.6s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 52.43MB / 53.32MB 7.6s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.87MB / 116.81MB 7.6s
11:19:12 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 7.6s done
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 37.75MB / 47.40MB 7.9s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 39.85MB / 53.32MB 7.9s
11:19:12 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 7.7s done
11:19:12 #9 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 7.8s done
11:19:12 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 12.58MB / 53.32MB 7.2s
11:19:12 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 3.15MB / 47.40MB 7.2s
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 41.94MB / 47.40MB 7.9s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 33.55MB / 53.32MB 7.9s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 7.9s
11:19:12 #9 11.19 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.8 [664 kB]
11:19:12 #9 11.23 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
11:19:12 #9 11.27 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:19:12 #9 11.27 Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
11:19:12 #9 11.27 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
11:19:12 #9 11.31 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
11:19:12 #9 11.31 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
11:19:12 #9 11.31 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
11:19:12 #9 11.31 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]
11:19:12 #9 11.31 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
11:19:12 #9 11.36 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:19:12 #9 11.36 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
11:19:12 #9 11.39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
11:19:12 #9 11.42 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
11:19:12 #8 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.1s done
11:19:12 #8 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:12 #11 8.592 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
11:19:12 #11 8.593 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
11:19:12 #11 8.594 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
11:19:12 #11 8.595 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
11:19:12 #11 8.599 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
11:19:12 #11 8.600 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
11:19:12 #11 8.609 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
11:19:12 #11 8.610 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
11:19:12 #11 8.611 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
11:19:12 #11 8.656 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
11:19:12 #11 8.757 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
11:19:12 #11 8.758 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.3 [3951 kB]
11:19:12 #11 8.823 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.3 [224 kB]
11:19:12 #11 8.828 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
11:19:12 #11 8.838 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:19:12 #11 8.841 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 9.44MB / 53.32MB 7.9s
11:19:12 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 1.5s done
11:19:12 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.0s done
11:19:12 #9 ...
11:19:12 
11:19:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:12 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 29.36MB / 47.40MB 7.8s
11:19:12 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 1.6s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 2.10MB / 53.32MB 7.8s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 2.10MB / 116.81MB 7.8s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 49.28MB / 53.32MB 7.9s
11:19:12 #17 0.537 go: downloading github.com/tc-hib/go-winres v0.3.0
11:19:12 #7 ...
11:19:12 
11:19:12 #8 [internal] load build context
11:19:12 #8 transferring context: 30.35MB 8.0s done
11:19:12 #8 DONE 8.2s
11:19:12 
11:19:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:12 #7 ...
11:19:12 
11:19:12 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:19:12 #9 resolve docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 0.0s done
11:19:12 #9 sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923 984B / 984B done
11:19:12 #9 sha256:43b845d5864322e89773a602535f5db85debe3356e50488c63dd99bf2cc16899 529B / 529B done
11:19:12 #9 sha256:00f20be88bf5c40422de2f14a919f20111648bd018d00bd79919d0d86096babd 1.48kB / 1.48kB done
11:19:12 #9 sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 45.92MB / 45.92MB 5.8s done
11:19:12 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.4s done
11:19:12 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f
11:19:12 #7 extracting sha256:b4fc05781c9a4a3dee77723abf708dd674020a00d7d57dd6cc1f9bc72da96143 0.8s done
11:19:12 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99
11:19:12 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.29MB / 47.40MB 7.6s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 8.39MB / 116.81MB 8.0s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 19.92MB / 53.32MB 8.3s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 8.1s
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 8.1s done
11:19:12 #9 11.44 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
11:19:12 #9 11.44 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
11:19:12 #9 11.46 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
11:19:12 #9 11.47 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
11:19:12 #9 11.47 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.11 [1089 kB]
11:19:12 #9 11.51 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
11:19:12 #9 11.51 Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
11:19:12 #9 11.55 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB]
11:19:12 #9 11.58 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
11:19:12 #9 11.61 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
11:19:12 #9 11.63 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
11:19:12 #9 11.66 Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]
11:19:12 #11 8.842 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
11:19:12 #11 8.846 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
11:19:12 #11 8.847 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
11:19:12 #11 8.848 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
11:19:12 #11 8.875 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
11:19:12 #11 8.912 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
11:19:12 #11 8.978 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:19:12 #11 8.978 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:19:12 #11 8.978 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
11:19:12 #11 9.118 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
11:19:12 #9 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.5s done
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 12.58MB / 53.32MB 8.2s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 8.2s
11:19:12 #7 extracting sha256:9afc4bf76406adbdc8533ba0c416f2aac77ca7db02bb6d380eaeeb778f56c5d4 2.8s done
11:19:12 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0.1s
11:19:12 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:12 #7 ...
11:19:12 
11:19:12 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:12 #0 0.884 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:19:12 #0 0.898 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:19:12 #0 0.899 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:19:12 #0 0.997 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [9032 kB]
11:19:12 #0 2.798 Fetched 9307 kB in 2s (4283 kB/s)
11:19:12 #0 2.798 Reading package lists...
11:19:12 #0 3.715 Reading package lists...
11:19:12 #0 4.618 Building dependency tree...
11:19:12 #0 4.859 Reading state information...
11:19:12 #0 5.215 The following additional packages will be installed:
11:19:12 #0 5.215   adduser autoconf automake autopoint autotools-dev binutils binutils-common
11:19:12 #0 5.215   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:12 #0 5.215   ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:19:12 #0 5.215   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg
11:19:12 #0 5.215   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:12 #0 5.215   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:12 #0 5.215   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:12 #0 5.215   intltool-debian iso-codes krb5-locales less libabsl20220623
11:19:12 #0 5.215   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:12 #0 5.215   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:19:12 #0 5.215   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:19:12 #0 5.215   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:19:12 #0 5.215   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:19:12 #0 5.215   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:12 #0 5.215   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:19:12 #0 5.215   libclass-inspector-perl libclass-method-modifiers-perl
11:19:12 #0 5.215   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:12 #0 5.215   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:12 #0 5.215   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:12 #0 5.215   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:12 #0 5.215   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:12 #0 5.215   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:19:12 #0 5.215   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:12 #0 5.215   libdevel-stacktrace-perl libdigest-md5-file-perl libdistro-info-perl
11:19:12 #0 5.215   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:12 #0 5.215   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:12 #0 5.215   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:12 #0 5.215   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:19:12 #0 5.215   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:19:12 #0 5.215   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:19:12 #0 5.215   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:19:12 #0 5.215   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:19:12 #0 5.215   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:19:12 #0 5.215   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:19:12 #0 5.215   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:12 #0 5.215   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
11:19:12 #0 5.215   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:19:12 #0 5.215   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:19:12 #0 5.215   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:12 #0 5.215   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:12 #0 5.215   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:19:12 #0 5.215   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:12 #0 5.215   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:19:12 #0 5.215   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:12 #0 5.215   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:12 #0 5.215   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
11:19:12 #0 5.215   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
11:19:12 #0 5.215   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:19:12 #0 5.215   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:12 #0 5.215   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:12 #0 5.215   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:12 #0 5.215   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:19:12 #0 5.215   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:12 #0 5.215   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:19:12 #0 5.215   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:12 #0 5.215   libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl
11:19:12 #0 5.215   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:12 #0 5.215   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:12 #0 5.215   libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl
11:19:12 #0 5.215   libobject-pad-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:12 #0 5.215   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:12 #0 5.215   libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl
11:19:12 #0 5.215   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:12 #0 5.215   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:12 #0 5.215   libpython3.11-minimal libpython3.11-stdlib libquadmath0 librav1e0
11:19:12 #0 5.215   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:12 #0 5.215   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:19:12 #0 5.215   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:12 #0 5.215   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:12 #0 5.215   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:12 #0 5.215   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:12 #0 5.215   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:12 #0 5.215   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:12 #0 5.215   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:12 #0 5.215   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:12 #0 5.215   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:12 #0 5.215   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:12 #0 5.215   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:12 #0 5.215   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:12 #0 5.215   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:12 #0 5.215   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:12 #0 5.215   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:12 #0 5.215   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:12 #0 5.215   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:12 #0 5.215   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:12 #0 5.215   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:12 #0 5.215   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:12 #0 5.215   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:12 #0 5.215   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:12 #0 5.215   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:12 #0 5.215   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:12 #0 5.215   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:12 #0 5.215   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:12 #0 5.215   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:12 #0 5.215   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:12 #0 5.215   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:12 #0 5.215   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:12 #0 5.215   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:12 #0 5.215   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:12 #0 5.215   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:12 #0 5.215   xdg-user-dirs xz-utils zstd
11:19:12 #0 5.221 Suggested packages:
11:19:12 #0 5.221   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:19:12 #0 5.221   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:19:12 #0 5.221   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:19:12 #0 5.221   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:19:12 #0 5.221   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:19:12 #0 5.221   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:19:12 #0 5.221   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:19:12 #0 5.221   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:12 #0 5.221   pinentry-gnome3 tor debsig-verify mini-dinstall rsync g++-multilib
11:19:12 #0 5.221   g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc
11:19:12 #0 5.221   gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:12 #0 5.221   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:19:12 #0 5.221   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
11:19:12 #0 5.221   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:19:12 #0 5.221   low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:19:12 #0 5.221   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:12 #0 5.221   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:12 #0 5.221   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:12 #0 5.221   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
11:19:12 #0 5.221   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:12 #0 5.221   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:19:12 #0 5.221   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:12 #0 5.221   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:12 #0 5.221   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:12 #0 5.221   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:12 #0 5.221   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:12 #0 5.221   python3-tk python3-venv python-apt-doc python3-setuptools
11:19:12 #0 5.221   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:12 #0 5.221   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:19:12 #0 5.221   binfmt-support readline-doc zip wdiff-doc
11:19:12 #0 8.511 The following NEW packages will be installed:
11:19:12 #0 8.511   adduser autoconf automake autopoint autotools-dev binutils binutils-common
11:19:12 #0 8.511   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:12 #0 8.511   ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:19:12 #0 8.511   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:12 #0 8.511   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:12 #0 8.511   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:19:12 #0 8.511   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:12 #0 8.511   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:12 #0 8.511   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:12 #0 8.511   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:19:12 #0 8.511   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:19:12 #0 8.511   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:19:12 #0 8.511   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:19:12 #0 8.511   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:12 #0 8.511   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:12 #0 8.511   libclass-data-inheritable-perl libclass-inspector-perl
11:19:12 #0 8.511   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:12 #0 8.511   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:12 #0 8.511   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:12 #0 8.511   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:12 #0 8.512   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:12 #0 8.512   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:12 #0 8.512   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:19:12 #0 8.512   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:12 #0 8.512   libdigest-md5-file-perl libdistro-info-perl libdpkg-perl
11:19:12 #0 8.512   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:12 #0 8.512   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:12 #0 8.512   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:12 #0 8.512   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:19:12 #0 8.512   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:12 #0 8.512   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:12 #0 8.512   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:12 #0 8.512   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:12 #0 8.512   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:19:12 #0 8.512   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:12 #0 8.512   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
11:19:12 #0 8.512   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
11:19:12 #0 8.512   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:12 #0 8.512   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:12 #0 8.512   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:12 #0 8.512   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72
11:19:12 #0 8.512   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:12 #0 8.512   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:12 #0 8.512   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:12 #0 8.512   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:12 #0 8.512   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
11:19:12 #0 8.512   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:12 #0 8.512   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:19:12 #0 8.512   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:12 #0 8.512   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:12 #0 8.512   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:12 #0 8.512   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:19:12 #0 8.512   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:12 #0 8.512   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:19:12 #0 8.512   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:12 #0 8.512   libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl
11:19:12 #0 8.512   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:12 #0 8.512   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:12 #0 8.512   libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl
11:19:12 #0 8.512   libobject-pad-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:12 #0 8.512   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:12 #0 8.512   libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl
11:19:12 #0 8.512   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:12 #0 8.512   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:12 #0 8.512   libpython3.11-minimal libpython3.11-stdlib libquadmath0 librav1e0
11:19:12 #0 8.512   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:12 #0 8.512   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:19:12 #0 8.512   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:12 #0 8.513   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:12 #0 8.513   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:12 #0 8.513   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:12 #0 8.513   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:12 #0 8.513   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:12 #0 8.513   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:12 #0 8.513   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:12 #0 8.513   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:12 #0 8.513   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:12 #0 8.513   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:12 #0 8.513   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:12 #0 8.513   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:12 #0 8.513   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:12 #0 8.513   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:12 #0 8.513   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:12 #0 8.513   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:12 #0 8.513   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:12 #0 8.513   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:12 #0 8.513   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:12 #0 8.513   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:12 #0 8.513   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:12 #0 8.513   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:12 #0 8.513   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:12 #0 8.513   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:12 #0 8.513   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:12 #0 8.513   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:12 #0 8.513   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:12 #0 8.513   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:12 #0 8.514   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:12 #0 8.514   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:12 #0 8.514   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:12 #0 8.514   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:12 #0 8.514   xdg-user-dirs xz-utils zstd
11:19:12 #0 8.515 The following packages will be upgraded:
11:19:12 #0 8.518   dpkg
11:19:12 #0 8.812 1 upgraded, 431 newly installed, 0 to remove and 2 not upgraded.
11:19:12 #0 8.812 Need to get 196 MB of archives.
11:19:12 #0 8.812 After this operation, 685 MB of additional disk space will be used.
11:19:12 #0 8.812 Get:1 http://deb.debian.org/debian bookworm/main amd64 dpkg amd64 1.21.21 [1568 kB]
11:19:12 #0 8.839 Get:2 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:19:12 #0 8.870 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
11:19:12 #0 8.871 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
11:19:12 #0 8.871 Get:5 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7 [4218 kB]
11:19:12 #0 8.917 Get:6 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7 [239 kB]
11:19:12 #0 8.919 Get:7 http://deb.debian.org/debian bookworm/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]
11:19:12 #0 8.921 Get:8 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.8-1 [2013 kB]
11:19:12 #0 8.947 Get:9 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-4 [813 kB]
11:19:12 #0 8.955 Get:10 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
11:19:12 #0 8.956 Get:11 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-4 [2065 kB]
11:19:12 #0 8.981 Get:12 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1 [26.0 kB]
11:19:12 #0 8.981 Get:13 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
11:19:12 #0 8.981 Get:14 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
11:19:12 #0 8.984 Get:15 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
11:19:12 #0 8.984 Get:16 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
11:19:12 #0 8.986 Get:17 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
11:19:12 #0 8.986 Get:18 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
11:19:12 #0 8.991 Get:19 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
11:19:12 #0 8.994 Get:20 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:19:12 #0 8.995 Get:21 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
11:19:12 #0 8.997 Get:22 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
11:19:12 #0 8.998 Get:23 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
11:19:12 #0 8.999 Get:24 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
11:19:12 #0 9.001 Get:25 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
11:19:12 #0 9.012 Get:26 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-4 [1797 kB]
11:19:12 #0 9.033 Get:27 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-4 [572 kB]
11:19:12 #0 9.040 Get:28 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1 [9012 B]
11:19:12 #0 9.041 Get:29 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1 [26.0 kB]
11:19:12 #0 9.042 Get:30 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.131 [166 kB]
11:19:12 #0 9.044 Get:31 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-1.2 [131 kB]
11:19:12 #0 9.046 Get:32 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
11:19:12 #0 9.047 Get:33 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:19:12 #0 9.048 Get:34 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
11:19:12 #0 9.048 Get:35 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.8-1 [1407 kB]
11:19:12 #0 9.064 Get:36 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
11:19:12 #0 9.066 Get:37 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
11:19:12 #0 9.071 Get:38 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
11:19:12 #0 9.072 Get:39 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
11:19:12 #0 9.074 Get:40 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
11:19:12 #0 9.076 Get:41 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
11:19:12 #0 9.077 Get:42 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-9 [916 kB]
11:19:12 #0 9.088 Get:43 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-1 [62.4 kB]
11:19:12 #0 9.089 Get:44 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5 [86.1 kB]
11:19:12 #0 9.091 Get:45 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
11:19:12 #0 9.092 Get:46 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-1 [1386 kB]
11:19:12 #0 9.108 Get:47 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-1 [1332 kB]
11:19:12 #0 9.123 Get:48 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
11:19:12 #0 9.125 Get:49 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
11:19:12 #0 9.127 Get:50 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]
11:19:12 #0 9.127 Get:51 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2 [76.8 kB]
11:19:12 #0 9.129 Get:52 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2 [988 kB]
11:19:12 #0 9.141 Get:53 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
11:19:12 #10 9.143 Get:54 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB]
11:19:12 #10 9.148 Get:55 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
11:19:12 #10 9.152 Get:56 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
11:19:12 #10 9.156 Get:57 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
11:19:12 #10 9.158 Get:58 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
11:19:12 #10 9.168 Get:59 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
11:19:12 #10 9.174 Get:60 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB]
11:19:12 #10 9.215 Get:61 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB]
11:19:12 #10 9.225 Get:62 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
11:19:12 #10 9.227 Get:63 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
11:19:12 #10 9.237 Get:64 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
11:19:12 #10 9.238 Get:65 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
11:19:12 #10 9.239 Get:66 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
11:19:12 #10 9.265 Get:67 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB]
11:19:12 #10 9.266 Get:68 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-8 [43.8 kB]
11:19:12 #10 9.267 Get:69 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.12-1 [1732 kB]
11:19:12 #10 9.289 Get:70 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
11:19:12 #10 9.291 Get:71 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
11:19:12 #10 9.294 Get:72 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
11:19:12 #10 9.295 Get:73 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
11:19:12 #10 9.297 Get:74 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-8 [1897 kB]
11:19:12 #10 9.321 Get:75 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1 [690 kB]
11:19:12 #10 9.330 Get:76 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
11:19:12 #10 9.341 Get:77 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
11:19:12 #10 9.341 Get:78 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
11:19:12 #10 9.437 Get:79 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
11:19:12 #10 9.437 Get:80 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
11:19:12 #10 9.437 Get:81 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
11:19:12 #10 9.440 Get:82 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
11:19:12 #10 9.440 Get:83 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
11:19:12 #10 9.441 Get:84 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
11:19:12 #10 9.464 Get:85 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
11:19:12 #10 9.479 Get:86 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
11:19:12 #10 9.504 Get:87 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
11:19:12 #10 9.516 Get:88 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
11:19:12 #10 9.517 Get:89 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
11:19:12 #10 9.547 Get:90 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 52.43MB / 53.32MB 8.3s
11:19:12 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 8.3s
11:19:12 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 1.9s done
11:19:12 #9 ...
11:19:12 
11:19:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:12 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 8.2s done
11:19:13 #9 DONE 2.9s
11:19:13 
11:19:13 #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
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 42.99MB / 53.32MB 8.2s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 8.2s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 40.98MB / 47.40MB 8.4s
11:19:13 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 15.73MB / 53.32MB 7.7s
11:19:13 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 6.29MB / 116.81MB 7.7s
11:19:13 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 27.26MB / 116.81MB 8.2s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 19.92MB / 47.40MB 8.4s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 36.70MB / 53.32MB 8.4s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 45.09MB / 47.40MB 8.5s
11:19:13 #9 11.67 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]
11:19:13 #9 11.69 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
11:19:13 #9 11.69 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 at amd64 3.1.20-3.1ubuntu2 [39.5 kB]
11:19:13 #9 11.70 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
11:19:13 #9 11.70 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
11:19:13 #9 11.71 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
11:19:13 #9 11.73 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
11:19:13 #9 11.74 Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
11:19:13 #9 11.77 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:19:13 #9 11.84 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.8 [197 kB]
11:19:13 #9 11.84 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.8 [488 kB]
11:19:13 #9 11.86 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]
11:19:13 #11 9.128 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
11:19:13 #11 9.129 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:19:13 #11 9.130 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
11:19:13 #11 9.131 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:19:13 #11 9.135 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
11:19:13 #11 9.160 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
11:19:13 #11 9.234 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
11:19:13 #11 9.235 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
11:19:13 #11 9.236 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
11:19:13 #11 9.238 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
11:19:13 #11 9.239 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
11:19:13 #11 9.280 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:19:13 #11 9.280 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
11:19:13 #11 9.282 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
11:19:13 #11 9.283 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
11:19:13 #11 9.284 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
11:19:13 #11 9.311 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
11:19:13 #11 9.362 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
11:19:13 #9 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 0.1s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 8.3s done
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 15.73MB / 53.32MB 8.4s
11:19:13 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 8.4s done
11:19:13 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.4s done
11:19:13 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f
11:19:13 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc
11:19:13 #10 9.986 Get:91 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
11:19:13 #10 7.706 The following NEW packages will be installed:
11:19:13 #10 7.706   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:13 #10 7.706   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:13 #10 7.707   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:19:13 #10 7.707   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:13 #10 7.707   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:13 #10 7.707   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:19:13 #10 7.707   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:13 #10 7.707   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:19:13 #10 7.707   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:13 #10 7.707   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:13 #10 7.707   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:19:13 #10 7.707   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:13 #10 7.707   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:13 #10 7.707   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:19:13 #10 7.707   libclass-inspector-perl libclass-method-modifiers-perl
11:19:13 #10 7.707   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:13 #10 7.707   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:13 #10 7.707   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:13 #10 7.707   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:13 #10 7.707   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:13 #10 7.707   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:13 #10 7.707   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:13 #10 7.707   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:13 #10 7.707   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:13 #10 7.707   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:13 #10 7.707   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:13 #10 7.707   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:13 #10 7.707   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:13 #10 7.707   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:13 #10 7.707   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:13 #10 7.707   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:13 #10 7.707   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:13 #10 7.707   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:13 #10 7.707   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:13 #10 7.707   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:13 #10 7.707   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:13 #10 7.707   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:13 #10 7.707   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:13 #10 7.707   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:13 #10 7.707   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:13 #10 7.708   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:13 #10 7.708   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:13 #10 7.708   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:13 #10 7.708   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:13 #10 7.708   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:13 #10 7.708   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:13 #10 7.708   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:13 #10 7.708   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:13 #10 7.708   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:13 #10 7.708   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:13 #10 7.708   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:13 #10 7.708   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:13 #10 7.708   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:13 #10 7.708   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:13 #10 7.708   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:13 #10 7.708   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:13 #10 7.708   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:13 #10 7.708   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
11:19:13 #10 7.708   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:13 #10 7.708   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:13 #10 7.708   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:13 #10 7.708   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:13 #10 7.708   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:13 #10 7.708   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:13 #10 7.708   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:13 #10 7.708   libstring-shellquote-perl libsub-exporter-perl
11:19:13 #10 7.708   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:13 #10 7.708   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:13 #10 7.708   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:13 #10 7.708   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:13 #10 7.708   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:13 #10 7.708   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:13 #10 7.708   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:19:13 #10 7.708   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:13 #10 7.708   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
11:19:13 #10 7.708   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:19:13 #10 7.708   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
11:19:13 #10 7.708   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:13 #10 7.708   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
11:19:13 #10 7.708   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:13 #10 7.709   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:13 #10 7.709   netbase openssh-client openssl patch patchutils pbzip2 perl
11:19:13 #10 7.709   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
11:19:13 #10 7.709   pristine-tar publicsuffix python-apt-common python3 python3-apt
11:19:13 #10 7.709   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
11:19:13 #10 7.709   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:13 #10 7.709   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
11:19:13 #10 7.709   python3.9-minimal readline-common sensible-utils shared-mime-info strace
11:19:13 #10 7.709   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:13 #10 8.002 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
11:19:13 #10 8.002 Need to get 175 MB of archives.
11:19:13 #10 8.002 After this operation, 572 MB of additional disk space will be used.
11:19:13 #10 8.002 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
11:19:13 #10 8.009 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
11:19:13 #10 8.009 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
11:19:13 #10 8.016 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
11:19:13 #10 8.019 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
11:19:13 #10 8.020 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 32.51MB / 47.40MB 8.4s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 5.24MB / 53.32MB 8.4s
11:19:13 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0.1s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 8.4s
11:19:13 #17 1.063 go: downloading github.com/tc-hib/winres v0.1.6
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 44.04MB / 47.40MB 8.7s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 46.14MB / 53.32MB 8.7s
11:19:13 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 9.44MB / 47.40MB 8.1s
11:19:13 #7 ...
11:19:13 
11:19:13 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:13 #0 0.843 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:19:13 #0 0.855 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:19:13 #0 0.855 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:19:13 #0 1.032 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
11:19:13 #0 1.477 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [460 kB]
11:19:13 #0 1.928 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
11:19:13 #0 2.462 Fetched 8419 kB in 2s (4505 kB/s)
11:19:13 #0 2.462 Reading package lists...
11:19:13 #0 3.137 Reading package lists...
11:19:13 #0 3.850 Building dependency tree...
11:19:13 #0 3.995 Reading state information...
11:19:13 #0 4.202 The following additional packages will be installed:
11:19:13 #0 4.202   at autoconf automake autopoint autotools-dev binutils
11:19:13 #0 4.202   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:13 #0 4.202   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
11:19:13 #0 4.202   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:13 #0 4.202   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
11:19:13 #0 4.202   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
11:19:13 #0 4.202   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:13 #0 4.202   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:19:13 #0 4.202   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:13 #0 4.202   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:13 #0 4.202   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:13 #0 4.202   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:13 #0 4.202   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:19:13 #0 4.202   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:19:13 #0 4.202   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:13 #0 4.202   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:13 #0 4.202   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:19:13 #0 4.202   libdata-optlist-perl libdevel-callchecker-perl
11:19:13 #0 4.202   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:19:13 #0 4.202   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:13 #0 4.202   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:13 #0 4.202   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:13 #0 4.202   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:13 #0 4.202   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:13 #0 4.202   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:13 #0 4.202   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:13 #0 4.203   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:13 #0 4.203   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:13 #0 4.203   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:13 #0 4.203   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:13 #0 4.203   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:13 #0 4.203   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:13 #0 4.203   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:13 #0 4.203   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:13 #0 4.203   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:13 #0 4.203   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:19:13 #0 4.203   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:13 #0 4.203   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:13 #0 4.203   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:13 #0 4.203   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:13 #0 4.203   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:13 #0 4.203   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:19:13 #0 4.203   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:13 #0 4.203   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
11:19:13 #0 4.203   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
11:19:13 #0 4.203   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:19:13 #0 4.203   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
11:19:13 #0 4.203   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:13 #0 4.203   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:13 #0 4.203   libparams-validate-perl libparse-debianchangelog-perl
11:19:13 #0 4.203   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:13 #0 4.203   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:13 #0 4.203   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:13 #0 4.203   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:19:13 #0 4.203   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:13 #0 4.203   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:13 #0 4.203   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:13 #0 4.203   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:19:13 #0 4.203   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:19:13 #0 4.203   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:19:13 #0 4.203   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:13 #0 4.203   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:13 #0 4.203   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:13 #0 4.203   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:13 #0 4.203   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:19:13 #0 4.203   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:13 #0 4.203   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:19:13 #0 4.203   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:13 #0 4.203   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:13 #0 4.203   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:13 #0 4.203   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:13 #0 4.203   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:13 #0 4.203   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:13 #0 4.203   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:13 #0 4.204   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:13 #0 4.204   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:13 #0 4.204   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:13 #0 4.204   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:13 #0 4.204   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:13 #0 4.204   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:13 #0 4.204   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:13 #0 4.204   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:13 #0 4.206 Suggested packages:
11:19:13 #0 4.206   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:19:13 #0 4.206   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:19:13 #0 4.206   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:19:13 #0 4.206   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:19:13 #0 4.206   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:13 #0 4.206   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:13 #0 4.206   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:13 #0 4.206   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:13 #0 4.206   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:19:13 #0 4.206   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
11:19:13 #0 4.206   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
11:19:13 #0 4.206   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
11:19:13 #0 4.206   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:13 #0 4.206   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:13 #0 4.206   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:13 #0 4.206   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:19:13 #0 4.206   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:13 #0 4.206   libhtml-template-perl libsasl2-modules-gssapi-mit
11:19:13 #0 4.206   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:13 #0 4.206   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:13 #0 4.206   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:19:13 #0 4.206   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:13 #0 4.206   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:13 #0 4.206   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:13 #0 4.206   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:19:13 #0 4.206   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:13 #0 4.206   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:13 #0 4.206   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:19:13 #0 4.206   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:19:13 #0 4.206   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:19:13 #0 4.206   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:19:13 #0 4.206   readline-doc zip wdiff-doc
11:19:13 #0 5.864 The following NEW packages will be installed:
11:19:13 #0 5.864   at autoconf automake autopoint autotools-dev binutils
11:19:13 #0 5.864   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:13 #0 5.864   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
11:19:13 #0 5.864   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
11:19:13 #0 5.864   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
11:19:13 #0 5.864   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
11:19:13 #0 5.864   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:13 #0 5.864   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
11:19:13 #0 5.864   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:13 #0 5.864   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:19:13 #0 5.864   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
11:19:13 #0 5.864   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:13 #0 5.865   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
11:19:13 #0 5.865   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
11:19:13 #0 5.865   libclass-inspector-perl libclass-method-modifiers-perl
11:19:13 #0 5.865   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:13 #0 5.865   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
11:19:13 #0 5.865   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:13 #0 5.865   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:19:13 #0 5.865   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:13 #0 5.865   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:13 #0 5.865   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:13 #0 5.865   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:13 #0 5.865   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:13 #0 5.865   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:13 #0 5.865   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:13 #0 5.865   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:13 #0 5.865   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:13 #0 5.865   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:13 #0 5.865   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:13 #0 5.865   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:13 #0 5.865   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:13 #0 5.865   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:13 #0 5.865   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:13 #0 5.865   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:13 #0 5.865   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:19:13 #0 5.865   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:13 #0 5.865   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:13 #0 5.865   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:13 #0 5.865   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:13 #0 5.865   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:13 #0 5.865   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:19:13 #0 5.865   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:13 #0 5.865   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
11:19:13 #0 5.865   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
11:19:13 #0 5.865   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:19:13 #0 5.865   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
11:19:13 #0 5.865   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:13 #0 5.865   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:13 #0 5.865   libparams-validate-perl libparse-debianchangelog-perl
11:19:13 #0 5.865   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:13 #0 5.865   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:13 #0 5.865   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:13 #0 5.865   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:19:13 #0 5.865   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:13 #0 5.865   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:13 #0 5.865   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:13 #0 5.865   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:19:13 #0 5.865   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:19:13 #0 5.865   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:19:13 #0 5.865   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:13 #0 5.865   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:13 #0 5.865   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:13 #0 5.865   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:13 #0 5.865   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:19:13 #0 5.865   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:13 #0 5.865   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:19:13 #0 5.865   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:13 #0 5.865   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:13 #0 5.865   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:13 #0 5.865   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:13 #0 5.865   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:13 #0 5.865   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:13 #0 5.865   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:13 #0 5.866   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:13 #0 5.866   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:13 #0 5.866   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:13 #0 5.866   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:13 #0 5.866   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:13 #0 5.866   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:13 #0 5.866   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:13 #0 5.866   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:13 #0 6.147 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded.
11:19:13 #0 6.147 Need to get 162 MB of archives.
11:19:13 #0 6.147 After this operation, 560 MB of additional disk space will be used.
11:19:13 #0 6.147 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
11:19:13 #0 6.149 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
11:19:13 #0 6.150 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
11:19:13 #0 6.152 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
11:19:13 #0 6.153 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
11:19:13 #0 6.156 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
11:19:13 #0 6.158 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
11:19:13 #0 6.167 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
11:19:13 #0 6.168 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
11:19:13 #0 6.169 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
11:19:13 #0 6.182 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:19:13 #0 6.211 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
11:19:13 #0 6.212 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
11:19:13 #0 6.250 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
11:19:13 #0 6.259 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
11:19:13 #0 6.259 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u4 [1394 kB]
11:19:13 #0 6.268 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
11:19:13 #0 6.275 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
11:19:13 #0 6.277 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
11:19:13 #0 6.294 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
11:19:13 #0 6.295 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
11:19:13 #0 6.296 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
11:19:13 #0 6.297 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
11:19:13 #0 6.299 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
11:19:13 #0 6.301 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
11:19:13 #0 6.308 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
11:19:13 #0 6.324 Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
11:19:13 #0 6.328 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
11:19:13 #0 6.329 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
11:19:13 #0 6.330 Get:30 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
11:19:13 #0 6.332 Get:31 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
11:19:13 #0 6.332 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB]
11:19:13 #0 6.333 Get:33 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
11:19:13 #0 6.336 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
11:19:13 #0 6.337 Get:35 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
11:19:13 #0 6.338 Get:36 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
11:19:13 #0 6.340 Get:37 http://deb.debian.org/debian-security buster/updates/main arm64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:19:13 #0 6.342 Get:38 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
11:19:13 #0 6.343 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
11:19:13 #0 6.344 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
11:19:13 #0 6.346 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
11:19:13 #0 6.350 Get:42 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
11:19:13 #0 6.352 Get:43 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
11:19:13 #0 6.440 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u5 [625 kB]
11:19:13 #0 6.449 Get:45 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
11:19:13 #0 6.460 Get:46 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
11:19:13 #0 6.464 Get:47 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
11:19:13 #0 6.469 Get:48 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
11:19:13 #0 6.471 Get:49 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
11:19:13 #0 6.473 Get:50 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
11:19:13 #0 6.474 Get:51 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
11:19:13 #0 6.475 Get:52 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
11:19:13 #0 6.476 Get:53 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
11:19:13 #0 6.478 Get:54 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
11:19:13 #0 6.482 Get:55 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
11:19:13 #0 6.484 Get:56 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
11:19:13 #0 6.492 Get:57 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
11:19:13 #0 6.496 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
11:19:13 #0 6.520 Get:59 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
11:19:13 #0 6.526 Get:60 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
11:19:13 #0 6.550 Get:61 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
11:19:13 #0 6.551 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 libc-dev-bin arm64 2.28-10+deb10u2 [271 kB]
11:19:13 #0 6.554 Get:63 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.269-1 [1534 kB]
11:19:13 #0 6.569 Get:64 http://deb.debian.org/debian-security buster/updates/main arm64 libc6-dev arm64 2.28-10+deb10u2 [2325 kB]
11:19:13 #0 6.592 Get:65 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
11:19:13 #0 6.598 Get:66 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
11:19:13 #0 6.605 Get:67 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
11:19:13 #0 6.606 Get:68 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
11:19:13 #0 6.689 Get:69 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
11:19:13 #0 6.689 Get:70 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
11:19:13 #0 6.689 Get:71 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
11:19:13 #0 6.689 Get:72 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
11:19:13 #0 6.693 Get:73 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
11:19:13 #0 6.693 Get:74 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
11:19:13 #0 6.694 Get:75 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
11:19:13 #0 6.696 Get:76 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
11:19:13 #0 6.699 Get:77 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
11:19:13 #0 6.701 Get:78 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
11:19:13 #0 6.711 Get:79 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
11:19:13 #0 6.807 Get:80 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
11:19:13 #0 6.807 Get:81 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
11:19:13 #0 6.823 Get:82 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
11:19:13 #0 6.924 Get:83 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
11:19:13 #0 6.924 Get:84 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
11:19:13 #0 6.928 Get:85 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
11:19:13 #0 6.941 Get:86 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
11:19:13 #0 6.943 Get:87 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB]
11:19:13 #0 6.959 Get:88 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
11:19:13 #0 6.959 Get:89 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u4 [834 kB]
11:19:13 #0 6.967 Get:90 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
11:19:13 #0 6.969 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
11:19:13 #0 6.971 Get:92 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
11:19:13 #0 6.972 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:19:13 #0 6.974 Get:94 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
11:19:13 #0 6.977 Get:95 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
11:19:13 #0 6.978 Get:96 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
11:19:13 #0 6.979 Get:97 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
11:19:13 #0 6.980 Get:98 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
11:19:13 #0 6.982 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u5 [314 kB]
11:19:13 #0 6.985 Get:100 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u5 [261 kB]
11:19:13 #0 6.990 Get:101 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:19:13 #0 6.992 Get:102 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
11:19:13 #0 6.998 Get:103 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
11:19:13 #0 6.999 Get:104 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
11:19:13 #0 7.000 Get:105 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:19:13 #0 7.001 Get:106 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:19:13 #0 7.002 Get:107 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
11:19:13 #0 7.009 Get:108 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
11:19:13 #0 7.023 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
11:19:13 #10 7.025 Get:110 http://deb.debian.org/debian-security buster/updates/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u3 [92.6 kB]
11:19:13 #10 7.027 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
11:19:13 #10 7.038 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:13 #10 7.039 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
11:19:13 #10 7.042 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
11:19:13 #10 7.051 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
11:19:13 #7 extracting sha256:4efc3ea86e67ce8cdce1cf3619f311735cbbb8744a1c69536f8a390d014c0a99 0.5s done
11:19:13 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 23.07MB / 53.32MB 8.7s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 23.07MB / 47.40MB 8.8s
11:19:13 #9 11.91 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.8 [3388 B]
11:19:13 #9 11.91 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
11:19:13 #9 11.92 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-206.217 [997 kB]
11:19:13 #9 11.95 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
11:19:13 #9 12.02 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
11:19:13 #9 12.03 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
11:19:13 #9 12.05 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
11:19:13 #9 12.08 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
11:19:13 #9 12.11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
11:19:13 #11 9.363 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
11:19:13 #11 9.394 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
11:19:13 #11 9.398 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
11:19:13 #11 9.400 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
11:19:13 #11 9.401 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
11:19:13 #11 9.402 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
11:19:13 #11 9.404 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:19:13 #11 9.408 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
11:19:13 #11 9.419 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
11:19:13 #11 9.446 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
11:19:13 #11 9.461 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
11:19:13 #11 9.538 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
11:19:13 #11 9.539 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
11:19:13 #11 9.541 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
11:19:13 #11 9.542 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
11:19:13 #11 9.545 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
11:19:13 #11 9.547 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
11:19:13 #11 9.555 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
11:19:13 #11 9.555 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
11:19:13 #11 9.555 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
11:19:13 #11 9.582 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 25.17MB / 116.81MB 8.7s
11:19:13 #10 9.986 Get:92 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
11:19:13 #10 10.03 Get:93 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
11:19:13 #10 10.26 Get:94 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
11:19:13 #10 10.26 Get:95 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
11:19:13 #10 10.26 Get:96 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.21 [590 kB]
11:19:13 #10 10.28 Get:97 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
11:19:13 #10 10.28 Get:98 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.21 [1353 kB]
11:19:13 #10 10.31 Get:99 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
11:19:13 #10 10.31 Get:100 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
11:19:13 #10 10.31 Get:101 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
11:19:13 #10 10.31 Get:102 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
11:19:13 #10 10.32 Get:103 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
11:19:13 #10 10.32 Get:104 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1 [72.3 kB]
11:19:13 #10 10.32 Get:105 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
11:19:13 #10 10.32 Get:106 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:19:13 #10 10.32 Get:107 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
11:19:13 #10 10.33 Get:108 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-1 [385 kB]
11:19:13 #10 10.33 Get:109 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-1 [313 kB]
11:19:13 #10 10.34 Get:110 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
11:19:13 #10 10.34 Get:111 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
11:19:13 #10 10.34 Get:112 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-5 [517 kB]
11:19:13 #10 8.035 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:19:13 #10 8.075 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
11:19:13 #10 8.077 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
11:19:13 #10 8.118 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
11:19:13 #10 8.120 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
11:19:13 #10 8.121 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
11:19:13 #10 8.127 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
11:19:13 #10 8.128 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
11:19:13 #10 8.146 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
11:19:13 #10 8.148 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
11:19:13 #10 8.149 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
11:19:13 #10 8.151 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
11:19:13 #10 8.153 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
11:19:13 #10 8.154 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
11:19:13 #10 8.155 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
11:19:13 #10 8.163 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
11:19:13 #10 8.182 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
11:19:13 #10 8.188 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
11:19:13 #10 8.189 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
11:19:13 #10 8.190 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
11:19:13 #10 8.193 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
11:19:13 #10 8.196 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
11:19:13 #10 8.196 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:19:13 #10 8.196 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB]
11:19:13 #10 8.205 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:19:13 #10 8.206 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:19:13 #10 8.212 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:19:13 #10 8.212 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:19:13 #10 8.215 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
11:19:13 #10 8.217 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
11:19:13 #10 8.231 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
11:19:13 #10 8.233 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
11:19:13 #10 8.235 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
11:19:13 #10 8.236 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
11:19:13 #10 8.238 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
11:19:13 #10 8.239 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5+deb11u1 [929 kB]
11:19:13 #10 8.250 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
11:19:13 #10 8.251 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:19:13 #10 8.255 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:19:13 #10 8.256 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:19:13 #10 8.259 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:19:13 #10 8.263 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:19:13 #10 8.264 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:19:13 #10 8.274 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
11:19:13 #10 8.280 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
11:19:13 #10 8.309 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
11:19:13 #10 8.313 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
11:19:13 #10 8.315 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
11:19:13 #10 8.316 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
11:19:13 #10 8.336 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
11:19:13 #7 ...
11:19:13 
11:19:13 #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
11:19:13 #10 DONE 3.5s
11:19:13 
11:19:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 8.8s done
11:19:13 #17 1.259 go: downloading github.com/urfave/cli/v2 v2.3.0
11:19:13 #17 1.310 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:19:13 #17 1.321 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:19:13 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 18.87MB / 53.32MB 8.2s
11:19:13 #9 ...
11:19:13 
11:19:13 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:13 #0 6.323 Fedora 36 - x86_64                               15 MB/s |  81 MB     00:05    
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 14.68MB / 116.81MB 9.1s
11:19:13 #11 9.594 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
11:19:13 #11 9.636 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
11:19:13 #11 9.653 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
11:19:13 #11 9.655 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
11:19:13 #11 9.668 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
11:19:13 #11 9.678 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB]
11:19:13 #11 9.678 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB]
11:19:13 #11 9.687 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB]
11:19:13 #11 9.688 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB]
11:19:13 #11 9.690 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB]
11:19:13 #11 9.737 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B]
11:19:13 #11 9.749 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
11:19:13 #11 9.781 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-144.161 [1127 kB]
11:19:13 #11 9.834 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 8.8s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 40.89MB / 53.32MB 9.0s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 18.87MB / 53.32MB 8.9s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 8.9s
11:19:13 #10 10.35 Get:113 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
11:19:13 #10 10.35 Get:114 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
11:19:13 #10 10.35 Get:115 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
11:19:13 #10 10.35 Get:116 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:19:13 #10 10.35 Get:117 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:19:13 #10 10.36 Get:118 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
11:19:13 #10 10.36 Get:119 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
11:19:13 #10 10.36 Get:120 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
11:19:13 #10 10.46 Get:121 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
11:19:13 #10 10.46 Get:122 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
11:19:13 #10 10.47 Get:123 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:19:13 #10 10.47 Get:124 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
11:19:13 #10 8.338 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u5 [276 kB]
11:19:13 #10 8.345 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.162-1 [1576 kB]
11:19:13 #10 8.368 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
11:19:13 #10 8.368 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
11:19:13 #10 8.368 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
11:19:13 #10 8.368 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u5 [2359 kB]
11:19:13 #10 8.389 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
11:19:13 #10 8.397 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
11:19:13 #10 8.419 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
11:19:13 #10 8.421 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
11:19:13 #10 8.526 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
11:19:13 #10 8.527 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
11:19:13 #10 8.528 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
11:19:13 #10 8.529 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
11:19:13 #10 8.530 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
11:19:13 #10 8.531 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
11:19:13 #10 8.565 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
11:19:13 #10 8.571 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
11:19:13 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.3s done
11:19:13 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f
11:19:13 #7 ...
11:19:13 
11:19:13 #8 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:19:13 #8 resolve quay.io/centos/centos:stream8@sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99 0.0s done
11:19:13 #8 sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99 743B / 743B done
11:19:13 #8 sha256:555826e08c8c22bd45be62e7b3b7878d53f33b6c7358b2e0df697f6134018fb8 760B / 760B done
11:19:13 #8 sha256:184587661ccc01fa657b6eb50c5b5c4abad166c220491db96b128a2699e677fa 10.62kB / 10.62kB done
11:19:13 #8 sha256:72b21c60b1d8418a3f543bc6df6a746b08badd2c537e84e82fefd4c3deb70788 77.23MB / 77.23MB 0.6s done
11:19:13 #8 sha256:98f1c0aac0d9aa81c574df1fa8cf09765c960ce90d481c3af1df290b26f64e26 41.67MB / 41.67MB 0.5s done
11:19:13 #8 sha256:06f289a63f1283fb3874abf875544b408549430151d56556784138133ea0cbc1 41.86MB / 41.86MB 0.7s done
11:19:13 #8 extracting sha256:72b21c60b1d8418a3f543bc6df6a746b08badd2c537e84e82fefd4c3deb70788 5.1s done
11:19:13 #8 extracting sha256:98f1c0aac0d9aa81c574df1fa8cf09765c960ce90d481c3af1df290b26f64e26 0.5s done
11:19:13 #8 extracting sha256:06f289a63f1283fb3874abf875544b408549430151d56556784138133ea0cbc1 2.6s done
11:19:13 #8 DONE 9.8s
11:19:13 
11:19:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:13 #7 ...
11:19:13 
11:19:13 #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
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 9.0s
11:19:13 #17 1.616 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:19:13 #17 1.639 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 8.39MB / 53.32MB 8.9s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 8.39MB / 116.81MB 8.9s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 35.65MB / 47.40MB 9.0s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 25.17MB / 116.81MB 9.1s
11:19:13 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 12.58MB / 47.40MB 8.5s
11:19:13 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 22.02MB / 53.32MB 8.6s
11:19:13 #10 ...
11:19:13 
11:19:13 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 26.21MB / 53.32MB 9.2s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 27.26MB / 47.40MB 9.4s
11:19:13 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 9.2s
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 49.28MB / 53.32MB 9.2s
11:19:13 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 9.2s
11:19:13 #10 7.421 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
11:19:13 #10 7.421 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
11:19:13 #10 7.429 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
11:19:13 #10 7.429 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
11:19:13 #10 7.435 Get:120 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
11:19:13 #10 7.435 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
11:19:13 #10 7.436 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
11:19:13 #10 7.445 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:19:13 #10 7.461 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
11:19:13 #10 7.467 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
11:19:13 #10 7.476 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
11:19:13 #10 7.476 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
11:19:13 #10 7.483 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
11:19:13 #10 7.489 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
11:19:13 #10 7.495 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
11:19:13 #10 7.514 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:19:13 #10 7.520 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
11:19:13 #10 7.523 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
11:19:13 #10 7.524 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
11:19:13 #10 7.525 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
11:19:13 #10 7.526 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:19:13 #10 7.527 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:13 #10 7.527 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:19:13 #10 7.528 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
11:19:13 #10 7.528 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:19:13 #10 7.529 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
11:19:13 #10 7.529 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
11:19:13 #10 7.530 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:13 #10 7.531 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:13 #10 7.531 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
11:19:13 #10 7.535 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
11:19:13 #10 7.540 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
11:19:13 #10 7.543 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
11:19:13 #10 7.543 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
11:19:13 #10 7.543 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:19:13 #10 7.543 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
11:19:13 #10 7.543 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
11:19:13 #10 7.543 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:19:13 #10 7.574 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
11:19:13 #10 7.574 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
11:19:13 #10 7.574 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
11:19:13 #10 7.574 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
11:19:13 #10 7.574 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:19:13 #10 7.574 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
11:19:13 #10 7.574 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:19:13 #10 7.574 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:13 #10 7.574 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
11:19:13 #10 7.601 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB]
11:19:13 #10 7.601 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
11:19:13 #10 7.601 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
11:19:13 #10 7.601 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:19:13 #10 7.601 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:13 #10 7.601 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:13 #10 7.601 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
11:19:13 #10 7.601 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
11:19:13 #10 7.601 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
11:19:13 #10 7.602 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
11:19:13 #10 7.612 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
11:19:13 #10 7.613 Get:174 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
11:19:13 #10 7.614 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
11:19:13 #10 7.618 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
11:19:13 #10 7.619 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
11:19:13 #10 7.620 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
11:19:13 #10 7.621 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
11:19:13 #10 7.624 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
11:19:13 #10 7.630 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
11:19:13 #10 7.632 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
11:19:13 #10 7.633 Get:183 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u7 [325 kB]
11:19:13 #10 7.637 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u7 [1136 kB]
11:19:13 #10 7.649 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
11:19:13 #10 7.652 Get:186 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
11:19:13 #10 7.656 Get:187 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u10 [317 kB]
11:19:13 #10 7.661 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u7 [558 kB]
11:19:13 #10 7.669 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u5 [312 kB]
11:19:13 #10 7.673 Get:190 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
11:19:13 #10 7.675 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
11:19:13 #10 7.676 Get:192 http://deb.debian.org/debian-security buster/updates/main arm64 git-man all 1:2.20.1-2+deb10u8 [1623 kB]
11:19:13 #10 7.693 Get:193 http://deb.debian.org/debian-security buster/updates/main arm64 git arm64 1:2.20.1-2+deb10u8 [5501 kB]
11:19:13 #11 9.835 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
11:19:13 #11 9.876 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]
11:19:13 #11 9.877 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
11:19:13 #11 9.886 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
11:19:13 #11 9.890 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
11:19:13 #11 9.891 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
11:19:13 #11 10.03 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
11:19:13 #11 10.05 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
11:19:13 #11 10.09 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
11:19:13 #9 12.46 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
11:19:13 #9 12.46 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
11:19:13 #9 12.46 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
11:19:13 #9 12.46 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
11:19:13 #9 12.46 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
11:19:13 #9 12.48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
11:19:13 #9 12.48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
11:19:13 #9 12.49 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
11:19:13 #9 12.50 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
11:19:13 #9 12.53 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
11:19:13 #9 12.56 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
11:19:13 #9 12.56 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
11:19:13 #9 12.59 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
11:19:13 #9 12.65 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
11:19:13 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 22.02MB / 53.32MB 9.2s
11:19:13 #10 8.600 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
11:19:13 #10 8.611 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
11:19:13 #10 8.614 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
11:19:13 #10 8.650 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
11:19:13 #10 10.62 Get:125 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
11:19:13 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 33.55MB / 116.81MB 8.9s
11:19:14 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.58MB / 116.81MB 8.7s
11:19:14 #10 7.797 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
11:19:14 #10 7.797 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
11:19:14 #10 7.797 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
11:19:14 #10 7.872 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
11:19:14 #10 7.896 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:19:14 #10 7.898 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
11:19:14 #10 7.899 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:14 #10 7.917 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
11:19:14 #10 7.925 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
11:19:14 #10 7.925 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:19:14 #10 7.925 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:19:14 #10 7.925 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:19:14 #10 7.925 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:19:14 #10 7.925 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
11:19:14 #10 7.925 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:19:14 #10 7.925 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:14 #10 7.925 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
11:19:14 #10 7.928 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
11:19:14 #10 7.928 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:19:14 #10 7.929 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
11:19:14 #10 7.929 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
11:19:14 #10 7.967 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
11:19:14 #10 7.967 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
11:19:14 #10 7.967 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
11:19:14 #10 7.967 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
11:19:14 #10 7.967 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
11:19:14 #10 7.967 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
11:19:14 #10 7.967 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
11:19:14 #10 7.967 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:14 #10 7.967 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
11:19:14 #10 7.967 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
11:19:14 #10 7.967 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:14 #10 7.967 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:14 #10 7.967 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
11:19:14 #10 7.967 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:19:14 #11 10.11 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
11:19:14 #11 10.11 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
11:19:14 #11 10.11 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
11:19:14 #11 10.19 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
11:19:14 #11 10.21 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
11:19:14 #11 10.26 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
11:19:14 #11 10.27 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
11:19:14 #11 10.27 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
11:19:14 #11 10.31 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
11:19:14 #10 8.881 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
11:19:14 #10 8.882 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
11:19:14 #10 8.903 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
11:19:14 #10 9.029 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
11:19:14 #10 9.029 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
11:19:14 #10 9.029 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.12 [1551 kB]
11:19:14 #10 9.040 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:19:14 #10 9.042 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
11:19:14 #10 9.067 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:19:14 #10 9.068 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:19:14 #10 9.072 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:19:14 #10 9.073 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:19:14 #10 9.075 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:19:14 #10 9.078 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:19:14 #10 9.080 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:19:14 #10 9.081 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:19:14 #10 9.082 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:19:14 #10 9.085 Get:96 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB]
11:19:14 #10 9.089 Get:97 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB]
11:19:14 #10 9.093 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
11:19:14 #10 9.095 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
11:19:14 #10 9.097 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:19:14 #10 9.103 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
11:19:14 #10 9.103 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
11:19:14 #10 9.105 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
11:19:14 #10 9.106 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:19:14 #10 10.93 Get:126 http://deb.debian.org/debian bookworm/main amd64 debian-keyring all 2022.12.24 [30.5 MB]
11:19:14 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 9.3s done
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 46.14MB / 53.32MB 9.4s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 26.21MB / 116.81MB 9.4s
11:19:14 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 0B / 154B 9.4s
11:19:14 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 9.4s done
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 25.17MB / 116.81MB 9.6s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 31.46MB / 116.81MB 9.4s
11:19:14 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 15.73MB / 47.40MB 9.0s
11:19:14 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 25.17MB / 53.32MB 9.2s
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 11.53MB / 53.32MB 9.5s
11:19:14 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 38.80MB / 47.40MB 9.6s
11:19:14 #10 7.969 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:19:14 #10 7.970 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
11:19:14 #10 7.970 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:14 #10 7.971 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
11:19:14 #10 7.972 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
11:19:14 #10 7.973 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
11:19:14 #10 7.977 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:19:14 #10 7.979 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
11:19:14 #10 7.979 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:19:14 #10 7.979 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:19:14 #10 7.979 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:14 #10 7.986 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:19:14 #10 7.986 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
11:19:14 #10 7.986 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
11:19:14 #10 7.987 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB]
11:19:14 #10 7.997 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
11:19:14 #10 7.997 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:14 #10 7.998 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
11:19:14 #10 7.999 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:19:14 #10 8.000 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:14 #10 8.000 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:14 #10 8.000 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:19:14 #10 8.000 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:14 #10 8.001 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
11:19:14 #10 8.002 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
11:19:14 #10 8.004 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:14 #10 8.005 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
11:19:14 #10 8.007 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
11:19:14 #10 8.008 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:14 #10 8.009 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
11:19:14 #10 8.013 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
11:19:14 #10 8.013 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:19:14 #10 8.014 Get:261 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:19:14 #10 8.031 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
11:19:14 #10 8.032 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
11:19:14 #10 8.033 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
11:19:14 #10 8.034 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
11:19:14 #10 8.036 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
11:19:14 #10 8.036 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
11:19:14 #10 8.037 Get:268 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:19:14 #10 8.038 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:19:14 #10 8.038 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
11:19:14 #10 8.041 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
11:19:14 #10 8.042 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
11:19:14 #10 8.043 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:19:14 #10 8.043 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
11:19:14 #10 8.045 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
11:19:14 #10 8.046 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
11:19:14 #10 8.049 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
11:19:14 #10 8.053 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
11:19:14 #10 8.054 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
11:19:14 #10 8.056 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:19:14 #10 8.057 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:19:14 #10 8.058 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
11:19:14 #10 8.066 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
11:19:14 #10 8.066 Get:284 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.38-0+deb10u1 [33.4 kB]
11:19:14 #10 8.067 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.38-0+deb10u1 [163 kB]
11:19:14 #10 8.070 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
11:19:14 #10 8.074 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
11:19:14 #10 8.118 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
11:19:14 #10 8.121 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
11:19:14 #10 8.129 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
11:19:14 #10 8.131 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
11:19:14 #10 8.133 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
11:19:14 #10 8.133 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
11:19:14 #10 8.134 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
11:19:14 #10 8.135 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
11:19:14 #10 8.136 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
11:19:14 #10 8.137 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
11:19:14 #10 8.138 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:19:14 #10 8.139 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
11:19:14 #10 8.140 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:14 #10 8.141 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
11:19:14 #10 8.141 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
11:19:14 #10 8.142 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
11:19:14 #10 8.143 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
11:19:14 #10 8.144 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
11:19:14 #10 8.145 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:19:14 #10 8.146 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
11:19:14 #10 8.147 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
11:19:14 #10 8.149 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
11:19:14 #10 8.150 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
11:19:14 #10 8.151 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
11:19:14 #10 8.152 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
11:19:14 #10 8.154 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
11:19:14 #10 8.157 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
11:19:14 #10 8.158 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:14 #10 8.159 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:14 #10 8.160 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:14 #10 8.161 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
11:19:14 #10 8.162 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
11:19:14 #10 8.163 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
11:19:14 #10 8.164 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:19:14 #10 8.165 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
11:19:14 #10 8.166 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
11:19:14 #10 8.181 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
11:19:14 #10 8.181 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
11:19:14 #10 8.181 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:19:14 #10 8.181 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
11:19:14 #10 8.182 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:19:14 #10 8.185 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
11:19:14 #10 8.192 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
11:19:14 #10 8.193 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:19:14 #10 8.194 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:19:14 #10 8.195 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:19:14 #10 8.196 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
11:19:14 #10 8.199 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:14 #10 8.200 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
11:19:14 #10 8.201 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:19:14 #10 8.202 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
11:19:14 #10 8.203 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
11:19:14 #10 8.204 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
11:19:14 #10 8.205 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
11:19:14 #10 8.206 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
11:19:14 #10 8.207 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
11:19:14 #10 8.225 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
11:19:14 #10 8.226 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
11:19:14 #10 8.231 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
11:19:14 #10 8.254 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
11:19:14 #10 8.275 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:19:14 #10 8.276 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
11:19:14 #10 8.277 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
11:19:14 #10 8.279 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
11:19:14 #10 8.282 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
11:19:14 #10 8.282 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
11:19:14 #11 10.50 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
11:19:14 #11 10.51 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
11:19:14 #11 10.59 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
11:19:14 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 1.7s done
11:19:14 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 9.5s done
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 52.85MB / 53.32MB 9.6s
11:19:14 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 0B / 154B 9.6s
11:19:14 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 9.7s
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 29.36MB / 53.32MB 9.7s
11:19:14 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 30.41MB / 47.40MB 9.9s
11:19:14 #10 9.107 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:19:14 #10 9.107 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:19:14 #10 9.110 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
11:19:14 #10 9.112 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:19:14 #10 9.215 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
11:19:14 #10 9.221 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
11:19:14 #10 9.236 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:14 #10 9.237 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
11:19:14 #10 9.240 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
11:19:14 #10 9.252 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
11:19:14 #10 11.32 Get:127 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.29-1 [48.5 kB]
11:19:14 #10 11.32 Get:128 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.29-1 [87.3 kB]
11:19:14 #10 11.32 Get:129 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
11:19:14 #10 11.32 Get:130 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
11:19:14 #10 11.33 Get:131 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
11:19:14 #10 11.33 Get:132 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:19:14 #10 11.33 Get:133 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
11:19:14 #10 11.34 Get:134 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 49.28MB / 53.32MB 9.7s
11:19:14 #9 13.02 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
11:19:14 #9 13.02 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
11:19:14 #9 13.05 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
11:19:14 #8 ...
11:19:14 
11:19:14 #9 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:19:14 #9 DONE 3.5s
11:19:14 
11:19:14 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:14 #8 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 1.7s done
11:19:14 #8 ...
11:19:14 
11:19:14 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 25.17MB / 53.32MB 9.7s
11:19:14 #20 DONE 8.5s
11:19:14 
11:19:14 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:19:14 #17 ...
11:19:14 
11:19:14 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:19:14 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 40.89MB / 116.81MB 9.5s
11:19:14 #7 ...
11:19:14 
11:19:14 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:19:14 #9 resolve docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 0.0s done
11:19:14 #9 sha256:f3a711451e14fc7f8ff8c5187d83e9f8d87faaf4235ce944ef4614df693f0532 2.31kB / 2.31kB done
11:19:14 #9 sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427 1.13kB / 1.13kB done
11:19:14 #9 sha256:ab1f462652a6753608b2199d8932dd9df78ec82869bc3b92a4b5a6c7833883b4 424B / 424B done
11:19:14 #9 sha256:edaf8476df4b48455c16cb024a1d8280ec9e49c5cdfe6365d94e06833719f11c 24.12MB / 26.14MB 10.0s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 37.75MB / 116.81MB 9.9s
11:19:14 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 18.87MB / 47.40MB 9.5s
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 14.68MB / 53.32MB 10.0s
11:19:14 #10 8.282 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
11:19:14 #10 8.284 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
11:19:14 #10 8.284 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
11:19:14 #10 8.287 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
11:19:14 #10 8.287 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
11:19:14 #10 8.295 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
11:19:14 #10 8.306 Get:360 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB]
11:19:14 #10 8.308 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
11:19:14 #10 8.308 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
11:19:14 #11 10.80 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
11:19:14 #11 10.81 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
11:19:14 #11 10.81 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:19:14 #11 10.81 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
11:19:14 #11 10.81 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:19:14 #11 10.82 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
11:19:14 #11 10.82 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
11:19:14 #11 10.82 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
11:19:14 #11 10.85 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
11:19:14 #11 10.91 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
11:19:14 #11 10.91 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
11:19:14 #11 10.92 Get:125 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
11:19:14 #11 10.92 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
11:19:14 #11 10.92 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
11:19:14 #11 10.93 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
11:19:14 #11 10.93 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
11:19:14 #11 10.94 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
11:19:14 #11 10.94 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
11:19:14 #11 10.94 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:19:14 #11 10.96 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
11:19:14 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 25.17MB / 116.81MB 10.0s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 20.97MB / 116.81MB 10.0s
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 32.51MB / 53.32MB 10.2s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 32.51MB / 116.81MB 9.9s
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 52.43MB / 53.32MB 10.0s
11:19:14 #7 ...
11:19:14 
11:19:14 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:19:14 #9 resolve docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 0.0s done
11:19:14 #9 sha256:ff79c800f3f5a313dc5958a23f5bf14d0dad7a78ab80d43874f2967135b6997d 25.07MB / 25.07MB 3.7s done
11:19:14 #9 sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c 1.13kB / 1.13kB done
11:19:14 #9 sha256:ed12a60343b33406c2d216ab35d3333d6649b5a563b015150ae356f6d20be58f 424B / 424B done
11:19:14 #9 sha256:0852780f0a0f43310f88753ebdd3f20177833b6b2906b06643f2e4316c068a2c 2.31kB / 2.31kB done
11:19:14 #9 extracting sha256:ff79c800f3f5a313dc5958a23f5bf14d0dad7a78ab80d43874f2967135b6997d 5.6s
11:19:14 #9 ...
11:19:14 
11:19:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 32.51MB / 116.81MB 10.1s
11:19:14 #10 11.35 Get:135 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
11:19:14 #10 11.35 Get:136 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
11:19:14 #10 11.36 Get:137 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
11:19:14 #10 11.36 Get:138 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
11:19:14 #10 11.38 Get:139 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
11:19:14 #10 11.38 Get:140 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
11:19:14 #10 11.40 Get:141 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
11:19:14 #10 11.40 Get:142 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
11:19:14 #10 11.41 Get:143 http://deb.debian.org/debian bookworm/main amd64 libencode-locale-perl all 1.05-3 [12.9 kB]
11:19:14 #10 11.41 Get:144 http://deb.debian.org/debian bookworm/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:14 #10 11.41 Get:145 http://deb.debian.org/debian bookworm/main amd64 libhttp-date-perl all 6.05-2 [10.5 kB]
11:19:14 #10 11.42 Get:146 http://deb.debian.org/debian bookworm/main amd64 libfile-listing-perl all 6.15-1 [12.6 kB]
11:19:14 #10 11.42 Get:147 http://deb.debian.org/debian bookworm/main amd64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:19:14 #10 11.42 Get:148 http://deb.debian.org/debian bookworm/main amd64 libregexp-ipv6-perl all 0.03-3 [5212 B]
11:19:14 #10 11.42 Get:149 http://deb.debian.org/debian bookworm/main amd64 liburi-perl all 5.17-1 [90.4 kB]
11:19:14 #10 11.42 Get:150 http://deb.debian.org/debian bookworm/main amd64 libhtml-parser-perl amd64 3.81-1 [101 kB]
11:19:14 #10 11.42 Get:151 http://deb.debian.org/debian bookworm/main amd64 libhtml-tree-perl all 5.07-3 [211 kB]
11:19:14 #10 11.42 Get:152 http://deb.debian.org/debian bookworm/main amd64 libclone-perl amd64 0.46-1 [13.7 kB]
11:19:14 #10 11.42 Get:153 http://deb.debian.org/debian bookworm/main amd64 libio-html-perl all 1.004-3 [16.2 kB]
11:19:14 #10 11.42 Get:154 http://deb.debian.org/debian bookworm/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:19:14 #10 11.43 Get:155 http://deb.debian.org/debian bookworm/main amd64 libhttp-message-perl all 6.44-1 [81.7 kB]
11:19:14 #10 11.43 Get:156 http://deb.debian.org/debian bookworm/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:14 #10 11.43 Get:157 http://deb.debian.org/debian bookworm/main amd64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:19:14 #10 11.43 Get:158 http://deb.debian.org/debian bookworm/main amd64 perl-openssl-defaults amd64 7+b1 [7924 B]
11:19:14 #10 11.43 Get:159 http://deb.debian.org/debian bookworm/main amd64 libnet-ssleay-perl amd64 1.92-2+b1 [317 kB]
11:19:14 #10 11.44 Get:160 http://deb.debian.org/debian bookworm/main amd64 libio-socket-ssl-perl all 2.081-2 [219 kB]
11:19:14 #10 11.44 Get:161 http://deb.debian.org/debian bookworm/main amd64 libnet-http-perl all 6.22-1 [25.3 kB]
11:19:14 #10 11.44 Get:162 http://deb.debian.org/debian bookworm/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:14 #10 11.44 Get:163 http://deb.debian.org/debian bookworm/main amd64 libtry-tiny-perl all 0.31-2 [22.6 kB]
11:19:14 #10 11.44 Get:164 http://deb.debian.org/debian bookworm/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:14 #10 11.44 Get:165 http://deb.debian.org/debian bookworm/main amd64 libwww-perl all 6.67-1 [194 kB]
11:19:14 #10 11.45 Get:166 http://deb.debian.org/debian bookworm/main amd64 libdigest-md5-file-perl all 0.08-1.1 [9608 B]
11:19:14 #10 11.45 Get:167 http://deb.debian.org/debian bookworm/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B]
11:19:14 #10 11.45 Get:168 http://deb.debian.org/debian bookworm/main amd64 libfile-which-perl all 1.27-2 [15.1 kB]
11:19:14 #10 11.45 Get:169 http://deb.debian.org/debian bookworm/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB]
11:19:14 #10 11.45 Get:170 http://deb.debian.org/debian bookworm/main amd64 libfile-touch-perl all 0.12-2 [8816 B]
11:19:14 #10 11.45 Get:171 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB]
11:19:14 #10 11.45 Get:172 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB]
11:19:14 #10 11.45 Get:173 http://deb.debian.org/debian bookworm/main amd64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:19:14 #10 11.46 Get:174 http://deb.debian.org/debian bookworm/main amd64 libclass-xsaccessor-perl amd64 1.19-4+b1 [36.4 kB]
11:19:14 #10 11.46 Get:175 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-op-check-perl amd64 0.22-2+b1 [10.5 kB]
11:19:14 #10 11.46 Get:176 http://deb.debian.org/debian bookworm/main amd64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:19:14 #10 11.46 Get:177 http://deb.debian.org/debian bookworm/main amd64 libdevel-callchecker-perl amd64 0.008-2 [15.8 kB]
11:19:14 #10 11.46 Get:178 http://deb.debian.org/debian bookworm/main amd64 libparams-classify-perl amd64 0.015-2+b1 [23.1 kB]
11:19:14 #10 11.46 Get:179 http://deb.debian.org/debian bookworm/main amd64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:19:14 #10 11.46 Get:180 http://deb.debian.org/debian bookworm/main amd64 libimport-into-perl all 1.002005-2 [11.3 kB]
11:19:14 #10 11.46 Get:181 http://deb.debian.org/debian bookworm/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:14 #10 11.47 Get:182 http://deb.debian.org/debian bookworm/main amd64 libsub-quote-perl all 2.006008-1 [21.8 kB]
11:19:14 #10 11.47 Get:183 http://deb.debian.org/debian bookworm/main amd64 libmoo-perl all 2.005005-1 [58.0 kB]
11:19:14 #10 11.48 Get:184 http://deb.debian.org/debian bookworm/main amd64 libswitch-perl all 2.17-3 [20.3 kB]
11:19:14 #10 11.48 Get:185 http://deb.debian.org/debian bookworm/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
11:19:14 #10 11.48 Get:186 http://deb.debian.org/debian bookworm/main amd64 wdiff amd64 1.2.2-5 [119 kB]
11:19:14 #10 11.48 Get:187 http://deb.debian.org/debian bookworm/main amd64 devscripts amd64 2.23.2 [1067 kB]
11:19:14 #10 11.49 Get:188 http://deb.debian.org/debian bookworm/main amd64 diffstat amd64 1.65-1 [33.3 kB]
11:19:14 #10 11.49 Get:189 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.57 [5744 B]
11:19:14 #10 11.49 Get:190 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
11:19:14 #10 11.50 Get:191 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:19:14 #10 11.50 Get:192 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB]
11:19:14 #10 11.50 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgpgme11 amd64 1.18.0-3+b1 [300 kB]
11:19:14 #10 11.51 Get:194 http://deb.debian.org/debian bookworm/main amd64 python3-gpg amd64 1.18.0-3+b1 [363 kB]
11:19:14 #10 11.52 Get:195 http://deb.debian.org/debian bookworm/main amd64 python3-xdg all 0.28-2 [40.5 kB]
11:19:14 #10 11.52 Get:196 http://deb.debian.org/debian bookworm/main amd64 dput all 1.1.3 [42.7 kB]
11:19:14 #10 11.52 Get:197 http://deb.debian.org/debian bookworm/main amd64 equivs all 2.3.1 [22.7 kB]
11:19:14 #10 11.52 Get:198 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-5 [1068 kB]
11:19:14 #10 11.53 Get:199 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
11:19:14 #10 11.54 Get:200 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-1 [379 kB]
11:19:14 #10 11.54 Get:201 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
11:19:14 #10 11.54 Get:202 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.2-1.1 [2049 kB]
11:19:14 #10 11.56 Get:203 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.2-1.1 [7171 kB]
11:19:14 #10 11.64 Get:204 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.13.0-1 [2899 kB]
11:19:14 #10 11.66 Get:205 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB]
11:19:14 #9 13.30 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
11:19:14 #9 13.30 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
11:19:14 #9 13.30 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:19:14 #9 13.33 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
11:19:14 #9 13.38 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:19:14 #9 13.42 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
11:19:14 #9 13.42 Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [42.3 kB]
11:19:14 #9 13.42 Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [175 kB]
11:19:14 #9 13.42 Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [30.3 kB]
11:19:14 #9 13.42 Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [85.9 kB]
11:19:14 #9 13.43 Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [48.0 kB]
11:19:14 #9 13.43 Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [107 kB]
11:19:14 #9 13.43 Get:120 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [207 kB]
11:19:14 #9 13.43 Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [14.8 kB]
11:19:14 #9 13.46 Get:122 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [96.7 kB]
11:19:14 #9 13.51 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]
11:19:14 #9 13.51 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]
11:19:14 #9 13.52 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:19:14 #9 13.53 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
11:19:14 #9 13.54 Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
11:19:14 #9 13.54 Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
11:19:14 #9 13.54 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.23 [220 kB]
11:19:14 #9 13.55 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.23 [159 kB]
11:19:14 #9 13.56 Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 27.26MB / 116.81MB 9.9s
11:19:14 #7 ...
11:19:14 
11:19:14 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:19:14 #9 resolve docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 0.0s done
11:19:14 #9 sha256:331f7c188548ea518140dbb506a106705f0f178b7b0a42f54eb48a25aa006b70 529B / 529B done
11:19:14 #9 sha256:0cddb7844eac9f6fbecdfff130775cc4d2512f08550b2d0ea89091d565a12806 1.48kB / 1.48kB done
11:19:14 #9 sha256:4c5d14f15cd67359c9f8d5dbc636ce6ffee972aa4acbeb663e40e865b0dd7dee 45.84MB / 45.84MB 5.9s done
11:19:14 #9 sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97 1.85kB / 1.85kB done
11:19:14 #9 extracting sha256:4c5d14f15cd67359c9f8d5dbc636ce6ffee972aa4acbeb663e40e865b0dd7dee 3.4s
11:19:14 #9 ...
11:19:14 
11:19:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 28.31MB / 53.32MB 10.0s
11:19:14 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.1s done
11:19:14 #9 ...
11:19:14 
11:19:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 31.46MB / 116.81MB 10.2s
11:19:14 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 28.31MB / 53.32MB 9.6s
11:19:14 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 14.68MB / 116.81MB 10.2s
11:19:14 #8 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.2s done
11:19:14 #8 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0.1s
11:19:14 #10 8.602 debconf: delaying package configuration, since apt-utils is not installed
11:19:14 #10 8.632 Fetched 162 MB in 2s (66.9 MB/s)
11:19:14 #10 8.656 Selecting previously unselected package sensible-utils.
11:19:14 #10 8.656 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
11:19:14 #10 8.656 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:19:14 #10 8.660 Unpacking sensible-utils (0.0.12) ...
11:19:14 #10 8.692 Selecting previously unselected package lsb-base.
11:19:14 #11 11.02 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
11:19:14 #11 11.02 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
11:19:14 #11 11.03 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
11:19:14 #11 11.04 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.16 [235 kB]
11:19:14 #11 11.05 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.16 [161 kB]
11:19:14 #11 11.05 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
11:19:14 #11 11.06 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
11:19:14 #11 11.06 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
11:19:14 #11 11.06 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:19:14 #11 11.06 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
11:19:14 #11 11.09 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
11:19:14 #11 11.10 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:19:14 #11 11.11 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:19:14 #11 11.11 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
11:19:14 #11 11.15 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
11:19:14 #11 11.15 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
11:19:14 #11 11.19 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:14 #11 11.19 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
11:19:14 #11 11.19 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
11:19:14 #11 11.20 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
11:19:14 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 10.1s done
11:19:14 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 10.2s done
11:19:14 #9 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 3.4s done
11:19:14 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 0.1s
11:19:14 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 33.55MB / 47.40MB 10.3s
11:19:15 #10 11.67 Get:206 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:15 #10 11.67 Get:207 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB]
11:19:15 #10 11.67 Get:208 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:19:15 #10 11.67 Get:209 http://deb.debian.org/debian bookworm/main amd64 libaliased-perl all 0.34-3 [13.5 kB]
11:19:15 #10 11.67 Get:210 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1 [1851 kB]
11:19:15 #10 11.70 Get:211 http://deb.debian.org/debian bookworm/main amd64 libapt-pkg-perl amd64 0.1.40+b2 [69.2 kB]
11:19:15 #10 11.70 Get:212 http://deb.debian.org/debian bookworm/main amd64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:19:15 #10 11.70 Get:213 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1 [343 kB]
11:19:15 #10 11.71 Get:214 http://deb.debian.org/debian bookworm/main amd64 libarray-intspan-perl all 2.004-2 [25.7 kB]
11:19:15 #10 11.71 Get:215 http://deb.debian.org/debian bookworm/main amd64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:19:15 #10 11.71 Get:216 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB]
11:19:15 #10 11.71 Get:217 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
11:19:15 #10 11.72 Get:218 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
11:19:15 #10 11.72 Get:219 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
11:19:15 #10 11.74 Get:220 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
11:19:15 #10 11.75 Get:221 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB]
11:19:15 #10 11.75 Get:222 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB]
11:19:15 #10 11.75 Get:223 http://deb.debian.org/debian bookworm/main amd64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:19:15 #10 11.75 Get:224 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:19:15 #10 11.75 Get:225 http://deb.debian.org/debian bookworm/main amd64 libvariable-magic-perl amd64 0.63-1+b1 [44.0 kB]
11:19:15 #10 11.75 Get:226 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:19:15 #10 11.75 Get:227 http://deb.debian.org/debian bookworm/main amd64 libberkeleydb-perl amd64 0.64-2+b1 [123 kB]
11:19:15 #10 11.75 Get:228 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB]
11:19:15 #10 11.76 Get:229 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-4 [399 kB]
11:19:15 #10 11.77 Get:230 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
11:19:15 #10 11.77 Get:231 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1 [185 kB]
11:19:15 #10 11.77 Get:232 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
11:19:15 #10 11.77 Get:233 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
11:19:15 #10 11.79 Get:234 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.14.2-1 [209 kB]
11:19:15 #10 11.79 Get:235 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
11:19:15 #10 11.79 Get:236 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
11:19:15 #10 11.79 Get:237 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
11:19:15 #10 11.79 Get:238 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.1 [285 kB]
11:19:15 #10 11.80 Get:239 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-5 [316 kB]
11:19:15 #10 11.80 Get:240 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
11:19:15 #10 11.80 Get:241 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:19:15 #10 11.80 Get:242 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
11:19:15 #10 11.80 Get:243 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2 [292 kB]
11:19:15 #10 11.81 Get:244 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2 [759 kB]
11:19:15 #10 11.82 Get:245 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1 [48.4 kB]
11:19:15 #10 11.82 Get:246 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
11:19:15 #10 11.82 Get:247 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-8 [51.4 kB]
11:19:15 #10 11.82 Get:248 http://deb.debian.org/debian bookworm/main amd64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:19:15 #10 11.82 Get:249 http://deb.debian.org/debian bookworm/main amd64 libcgi-pm-perl all 4.55-1 [220 kB]
11:19:15 #10 11.82 Get:250 http://deb.debian.org/debian bookworm/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
11:19:15 #10 11.82 Get:251 http://deb.debian.org/debian bookworm/main amd64 libfcgi-perl amd64 0.82+ds-2 [25.2 kB]
11:19:15 #10 11.82 Get:252 http://deb.debian.org/debian bookworm/main amd64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:19:15 #10 11.82 Get:253 http://deb.debian.org/debian bookworm/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:15 #10 11.83 Get:254 http://deb.debian.org/debian bookworm/main amd64 libclass-inspector-perl all 1.36-3 [17.5 kB]
11:19:15 #10 11.83 Get:255 http://deb.debian.org/debian bookworm/main amd64 libcommon-sense-perl amd64 3.75-3 [23.0 kB]
11:19:15 #10 11.83 Get:256 http://deb.debian.org/debian bookworm/main amd64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:19:15 #10 11.83 Get:257 http://deb.debian.org/debian bookworm/main amd64 libparams-util-perl amd64 1.102-2+b1 [24.8 kB]
11:19:15 #10 11.83 Get:258 http://deb.debian.org/debian bookworm/main amd64 libsub-install-perl all 0.929-1 [10.5 kB]
11:19:15 #10 11.83 Get:259 http://deb.debian.org/debian bookworm/main amd64 libdata-optlist-perl all 0.113-1 [10.6 kB]
11:19:15 #10 11.83 Get:260 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-perl all 0.989-1 [50.5 kB]
11:19:15 #10 11.83 Get:261 http://deb.debian.org/debian bookworm/main amd64 libconst-fast-perl all 0.014-2 [8792 B]
11:19:15 #10 11.83 Get:262 http://deb.debian.org/debian bookworm/main amd64 libwant-perl amd64 0.29-2+b1 [27.5 kB]
11:19:15 #10 11.84 Get:263 http://deb.debian.org/debian bookworm/main amd64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:19:15 #10 11.84 Get:264 http://deb.debian.org/debian bookworm/main amd64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:19:15 #10 11.85 Get:265 http://deb.debian.org/debian bookworm/main amd64 libcpanel-json-xs-perl amd64 4.35-1 [131 kB]
11:19:15 #10 11.85 Get:266 http://deb.debian.org/debian bookworm/main amd64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:19:15 #10 11.85 Get:267 http://deb.debian.org/debian bookworm/main amd64 libexception-class-perl all 1.45-1 [34.6 kB]
11:19:15 #10 11.85 Get:268 http://deb.debian.org/debian bookworm/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:19:15 #10 11.85 Get:269 http://deb.debian.org/debian bookworm/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:19:15 #10 11.85 Get:270 http://deb.debian.org/debian bookworm/main amd64 libdata-dpath-perl all 0.58-2 [43.6 kB]
11:19:15 #10 11.86 Get:271 http://deb.debian.org/debian bookworm/main amd64 libdata-dump-perl all 1.25-1 [28.4 kB]
11:19:15 #10 11.86 Get:272 http://deb.debian.org/debian bookworm/main amd64 libdata-messagepack-perl amd64 1.02-1+b1 [35.2 kB]
11:19:15 #10 11.86 Get:273 http://deb.debian.org/debian bookworm/main amd64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:19:15 #10 11.86 Get:274 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:15 #10 11.86 Get:275 http://deb.debian.org/debian bookworm/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:19:15 #10 11.86 Get:276 http://deb.debian.org/debian bookworm/main amd64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:19:15 #10 11.86 Get:277 http://deb.debian.org/debian bookworm/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2+b1 [99.5 kB]
11:19:15 #10 11.86 Get:278 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:19:15 #10 11.87 Get:279 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:19:15 #10 11.87 Get:280 http://deb.debian.org/debian bookworm/main amd64 libdevel-size-perl amd64 0.83-2+b1 [24.3 kB]
11:19:15 #9 13.57 Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
11:19:15 #9 13.60 Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
11:19:15 #9 13.63 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:19:15 #9 13.65 Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:19:15 #9 13.65 Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
11:19:15 #9 13.66 Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:19:15 #9 13.66 Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
11:19:15 #9 13.68 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1293 kB]
11:19:15 #9 13.72 Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:19:15 #9 13.73 Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
11:19:15 #9 13.73 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
11:19:15 #9 13.76 Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-which-perl all 1.21-1 [11.8 kB]
11:19:15 #9 13.78 Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-homedir-perl all 1.002-1 [37.1 kB]
11:19:15 #10 9.621 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
11:19:15 #10 9.622 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
11:19:15 #10 9.623 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
11:19:15 #10 9.625 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
11:19:15 #10 9.631 Get:119 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
11:19:15 #10 9.632 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:19:15 #10 9.633 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
11:19:15 #10 9.642 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:19:15 #10 9.657 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
11:19:15 #10 9.669 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
11:19:15 #10 9.680 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
11:19:15 #10 9.682 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
11:19:15 #10 9.689 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
11:19:15 #10 9.696 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
11:19:15 #10 9.702 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
11:19:15 #10 9.709 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:19:15 #10 9.718 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
11:19:15 #10 9.718 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
11:19:15 #10 9.718 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
11:19:15 #10 9.719 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
11:19:15 #10 9.719 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
11:19:15 #10 9.720 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
11:19:15 #10 9.722 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:19:15 #10 9.722 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
11:19:15 #10 9.723 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:19:15 #10 9.723 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
11:19:15 #10 9.724 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
11:19:15 #10 9.725 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:15 #10 9.727 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:15 #10 9.727 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:15 #10 9.729 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:15 #10 9.729 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
11:19:15 #10 9.731 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
11:19:15 #10 9.732 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:19:15 #10 9.732 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:15 #10 9.733 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
11:19:15 #10 9.734 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
11:19:15 #10 9.735 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:19:15 #10 9.736 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
11:19:15 #10 9.738 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
11:19:15 #10 9.740 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
11:19:15 #10 9.743 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
11:19:15 #10 9.744 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:19:15 #10 9.745 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
11:19:15 #10 9.747 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:15 #10 9.748 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:15 #10 9.749 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
11:19:15 #10 9.750 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
11:19:15 #10 9.755 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
11:19:15 #10 9.758 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
11:19:15 #10 9.759 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:15 #10 9.760 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:15 #10 9.761 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:15 #10 9.762 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
11:19:15 #10 9.765 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
11:19:15 #10 9.767 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
11:19:15 #10 9.769 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
11:19:15 #10 9.781 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
11:19:15 #10 9.782 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
11:19:15 #10 9.782 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:19:15 #10 9.786 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
11:19:15 #10 9.788 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:19:15 #10 9.789 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
11:19:15 #10 9.791 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
11:19:15 #10 9.794 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
11:19:15 #10 9.799 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
11:19:15 #10 9.800 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
11:19:15 #10 9.801 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:19:15 #10 9.813 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
11:19:15 #10 9.817 Get:184 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u7 [343 kB]
11:19:15 #10 9.821 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
11:19:15 #10 9.823 Get:186 http://deb.debian.org/debian-security bullseye-security/main amd64 git-man all 1:2.30.2-1+deb11u2 [1828 kB]
11:19:15 #10 9.840 Get:187 http://deb.debian.org/debian-security bullseye-security/main amd64 git amd64 1:2.30.2-1+deb11u2 [5518 kB]
11:19:15 #10 9.894 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
11:19:15 #10 9.916 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:15 #21 DONE 0.8s
11:19:15 
11:19:15 #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"
11:19:15 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 47.19MB / 116.81MB 10.3s
11:19:15 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.87MB / 116.81MB 9.7s
11:19:15 #7 ...
11:19:15 
11:19:15 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:15 #0 0.808 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:19:15 #0 0.826 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:19:15 #0 0.826 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:19:15 #0 0.924 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8908 kB]
11:19:15 #0 2.061 Fetched 9183 kB in 2s (6076 kB/s)
11:19:15 #0 2.061 Reading package lists...
11:19:15 #0 2.639 Reading package lists...
11:19:15 #0 3.212 Building dependency tree...
11:19:15 #0 3.368 Reading state information...
11:19:15 #0 3.604 The following additional packages will be installed:
11:19:15 #0 3.604   adduser autoconf automake autopoint autotools-dev binutils
11:19:15 #0 3.604   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:15 #0 3.604   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:19:15 #0 3.604   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg
11:19:15 #0 3.604   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:15 #0 3.604   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:15 #0 3.604   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:15 #0 3.604   intltool-debian iso-codes krb5-locales less libabsl20220623
11:19:15 #0 3.604   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:15 #0 3.604   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:19:15 #0 3.604   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:19:15 #0 3.604   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:19:15 #0 3.604   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:19:15 #0 3.604   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:15 #0 3.604   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:19:15 #0 3.604   libclass-inspector-perl libclass-method-modifiers-perl
11:19:15 #0 3.604   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:15 #0 3.604   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:15 #0 3.604   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:15 #0 3.604   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:15 #0 3.604   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:15 #0 3.604   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:19:15 #0 3.604   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:15 #0 3.604   libdevel-stacktrace-perl libdigest-md5-file-perl libdistro-info-perl
11:19:15 #0 3.604   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:15 #0 3.604   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:15 #0 3.604   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:15 #0 3.604   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:19:15 #0 3.604   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:19:15 #0 3.604   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:19:15 #0 3.604   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:19:15 #0 3.604   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:19:15 #0 3.604   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:19:15 #0 3.604   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:19:15 #0 3.604   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:15 #0 3.604   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
11:19:15 #0 3.604   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:19:15 #0 3.604   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:19:15 #0 3.604   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:15 #0 3.604   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:15 #0 3.604   libhwasan0 libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:19:15 #0 3.604   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:15 #0 3.604   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:19:15 #0 3.604   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:15 #0 3.604   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:15 #0 3.604   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
11:19:15 #0 3.604   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
11:19:15 #0 3.604   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:19:15 #0 3.604   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:15 #0 3.604   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:15 #0 3.604   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:15 #0 3.604   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:19:15 #0 3.604   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:15 #0 3.604   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:19:15 #0 3.604   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:15 #0 3.604   libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl
11:19:15 #0 3.604   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:15 #0 3.604   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:15 #0 3.604   libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl
11:19:15 #0 3.604   libobject-pad-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:15 #0 3.604   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:15 #0 3.604   libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl
11:19:15 #0 3.604   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:15 #0 3.604   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:15 #0 3.604   libpython3.11-minimal libpython3.11-stdlib librav1e0 libre-engine-re2-perl
11:19:15 #0 3.604   libre2-9 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:15 #0 3.604   libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl
11:19:15 #0 3.604   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:15 #0 3.604   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:15 #0 3.604   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:15 #0 3.604   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:15 #0 3.604   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:15 #0 3.604   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:15 #0 3.604   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:15 #0 3.604   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:15 #0 3.604   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:15 #0 3.604   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:15 #0 3.604   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:15 #0 3.604   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:15 #0 3.604   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:15 #0 3.604   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:15 #0 3.604   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:15 #0 3.604   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:15 #0 3.604   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:15 #0 3.604   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:15 #0 3.604   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:15 #0 3.604   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:15 #0 3.604   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:15 #0 3.604   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:15 #0 3.604   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:15 #0 3.604   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:15 #0 3.604   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:15 #0 3.604   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:15 #0 3.604   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:15 #0 3.604   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:15 #0 3.604   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:15 #0 3.604   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:15 #0 3.604   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:15 #0 3.604   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:15 #0 3.604   xdg-user-dirs xz-utils zstd
11:19:15 #0 3.604 Suggested packages:
11:19:15 #0 3.604   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:19:15 #0 3.604   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:19:15 #0 3.604   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:19:15 #0 3.604   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:19:15 #0 3.604   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:19:15 #0 3.604   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:19:15 #0 3.604   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:19:15 #0 3.604   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:15 #0 3.604   pinentry-gnome3 tor debsig-verify mini-dinstall rsync gcc-12-doc
11:19:15 #0 3.604   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:15 #0 3.604   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:15 #0 3.604   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:15 #0 3.604   scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl glibc-doc
11:19:15 #0 3.604   bzr libgd-tools gdbm-l10n low-memory-monitor gpm krb5-doc krb5-user
11:19:15 #0 3.604   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:15 #0 3.604   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:15 #0 3.604   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:15 #0 3.604   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-12-doc
11:19:15 #0 3.604   libbareword-filehandles-perl libmultidimensional-perl gfortran
11:19:15 #0 3.604   | fortran95-compiler gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl
11:19:15 #0 3.604   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:19:15 #0 3.604   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:19:15 #0 3.604   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
11:19:15 #0 3.604   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:15 #0 3.604   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:15 #0 3.604   python3-tk python3-venv python-apt-doc python3-setuptools
11:19:15 #0 3.604   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:15 #0 3.604   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:19:15 #0 3.604   binfmt-support readline-doc zip wdiff-doc
11:19:15 #0 5.572 The following NEW packages will be installed:
11:19:15 #0 5.572   adduser autoconf automake autopoint autotools-dev binutils
11:19:15 #0 5.572   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:15 #0 5.572   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:19:15 #0 5.572   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:15 #0 5.572   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:15 #0 5.572   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:19:15 #0 5.572   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:15 #0 5.572   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:15 #0 5.572   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:15 #0 5.572   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:19:15 #0 5.572   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:19:15 #0 5.572   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:19:15 #0 5.572   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:19:15 #0 5.572   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:15 #0 5.572   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:15 #0 5.572   libclass-data-inheritable-perl libclass-inspector-perl
11:19:15 #0 5.572   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:15 #0 5.572   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:15 #0 5.572   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:15 #0 5.572   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:15 #0 5.572   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:15 #0 5.572   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:15 #0 5.572   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:19:15 #0 5.572   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:15 #0 5.572   libdigest-md5-file-perl libdistro-info-perl libdpkg-perl
11:19:15 #0 5.572   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:15 #0 5.572   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:15 #0 5.572   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:15 #0 5.572   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:19:15 #0 5.572   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:15 #0 5.572   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:15 #0 5.572   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:15 #0 5.572   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:15 #0 5.572   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:19:15 #0 5.572   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:15 #0 5.572   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
11:19:15 #0 5.572   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
11:19:15 #0 5.572   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:15 #0 5.572   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:15 #0 5.572   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:15 #0 5.572   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72
11:19:15 #0 5.572   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:15 #0 5.572   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:15 #0 5.572   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:15 #0 5.572   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:15 #0 5.572   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
11:19:15 #0 5.572   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:15 #0 5.572   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:19:15 #0 5.572   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:15 #0 5.572   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:15 #0 5.572   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:15 #0 5.572   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:19:15 #0 5.572   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:15 #0 5.572   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:19:15 #0 5.572   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:15 #0 5.572   libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl
11:19:15 #0 5.572   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:15 #0 5.572   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:15 #0 5.572   libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl
11:19:15 #0 5.572   libobject-pad-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:19:15 #0 5.572   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:15 #0 5.572   libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl
11:19:15 #0 5.572   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:15 #0 5.572   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:15 #0 5.572   libpython3.11-minimal libpython3.11-stdlib librav1e0 libre-engine-re2-perl
11:19:15 #0 5.572   libre2-9 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:15 #0 5.572   libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl
11:19:15 #0 5.572   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:15 #0 5.572   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:15 #0 5.572   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:15 #0 5.572   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:15 #0 5.572   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:15 #0 5.572   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:15 #0 5.572   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:15 #0 5.572   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:15 #0 5.572   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:15 #0 5.572   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:15 #0 5.572   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:15 #0 5.572   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:15 #0 5.572   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:15 #0 5.572   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:15 #0 5.572   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:15 #0 5.572   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:15 #0 5.572   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:15 #0 5.572   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:15 #0 5.572   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:15 #0 5.572   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:15 #0 5.572   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:15 #0 5.572   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:15 #0 5.572   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:15 #0 5.572   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:15 #0 5.572   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:15 #0 5.572   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:15 #0 5.572   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:15 #0 5.572   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:15 #0 5.572   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:15 #0 5.572   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:15 #0 5.572   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:15 #0 5.572   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:15 #0 5.572   xdg-user-dirs xz-utils zstd
11:19:15 #0 5.572 The following packages will be upgraded:
11:19:15 #0 5.572   dpkg
11:19:15 #0 5.854 1 upgraded, 430 newly installed, 0 to remove and 2 not upgraded.
11:19:15 #0 5.854 Need to get 184 MB of archives.
11:19:15 #0 5.854 After this operation, 659 MB of additional disk space will be used.
11:19:15 #0 5.854 Get:1 http://deb.debian.org/debian bookworm/main arm64 dpkg arm64 1.21.21 [1549 kB]
11:19:15 #0 5.866 Get:2 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:19:15 #0 5.896 Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB]
11:19:15 #0 5.896 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
11:19:15 #0 5.896 Get:5 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7 [4019 kB]
11:19:15 #0 5.928 Get:6 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7 [239 kB]
11:19:15 #0 5.930 Get:7 http://deb.debian.org/debian bookworm/main arm64 liblocale-gettext-perl arm64 1.07-5 [15.1 kB]
11:19:15 #0 5.931 Get:8 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.8-1 [1801 kB]
11:19:15 #0 5.949 Get:9 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-4 [806 kB]
11:19:15 #0 5.961 Get:10 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
11:19:15 #0 5.961 Get:11 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-4 [1857 kB]
11:19:15 #0 5.974 Get:12 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1 [26.0 kB]
11:19:15 #0 5.976 Get:13 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB]
11:19:15 #0 5.976 Get:14 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
11:19:15 #0 5.980 Get:15 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
11:19:15 #0 5.980 Get:16 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
11:19:15 #0 5.980 Get:17 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
11:19:15 #0 5.980 Get:18 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
11:19:15 #0 5.980 Get:19 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
11:19:15 #0 5.982 Get:20 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:19:15 #0 5.982 Get:21 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
11:19:15 #0 5.990 Get:22 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
11:19:15 #0 5.990 Get:23 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
11:19:15 #0 5.990 Get:24 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
11:19:15 #0 5.992 Get:25 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
11:19:15 #0 5.995 Get:26 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-4 [1744 kB]
11:19:15 #0 6.007 Get:27 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-4 [572 kB]
11:19:15 #0 6.010 Get:28 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1 [9012 B]
11:19:15 #0 6.010 Get:29 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1 [26.0 kB]
11:19:15 #0 6.010 Get:30 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.131 [166 kB]
11:19:15 #0 6.011 Get:31 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-1.2 [128 kB]
11:19:15 #0 6.012 Get:32 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
11:19:15 #0 6.019 Get:33 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:19:15 #0 6.019 Get:34 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
11:19:15 #0 6.019 Get:35 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.8-1 [1373 kB]
11:19:15 #0 6.026 Get:36 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
11:19:15 #0 6.027 Get:37 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
11:19:15 #0 6.029 Get:38 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
11:19:15 #0 6.029 Get:39 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
11:19:15 #0 6.030 Get:40 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB]
11:19:15 #0 6.033 Get:41 http://deb.debian.org/debian bookworm/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
11:19:15 #0 6.034 Get:42 http://deb.debian.org/debian bookworm/main arm64 groff-base arm64 1.22.4-9 [862 kB]
11:19:15 #0 6.038 Get:43 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-1 [62.4 kB]
11:19:15 #0 6.039 Get:44 http://deb.debian.org/debian bookworm/main arm64 bsdextrautils arm64 2.38.1-5 [86.6 kB]
11:19:15 #0 6.040 Get:45 http://deb.debian.org/debian bookworm/main arm64 libpipeline1 arm64 1.5.7-1 [36.4 kB]
11:19:15 #0 6.041 Get:46 http://deb.debian.org/debian bookworm/main arm64 man-db arm64 2.11.2-1 [1368 kB]
11:19:15 #0 6.047 Get:47 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-1 [1332 kB]
11:19:15 #0 6.055 Get:48 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
11:19:15 #0 6.055 Get:49 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB]
11:19:15 #0 6.056 Get:50 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB]
11:19:15 #0 6.057 Get:51 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2 [72.4 kB]
11:19:15 #0 6.057 Get:52 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2 [931 kB]
11:19:15 #0 6.062 Get:53 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1 [55.2 kB]
11:19:15 #0 6.064 Get:54 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
11:19:15 #0 6.066 Get:55 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
11:19:15 #0 6.069 Get:56 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
11:19:15 #0 6.070 Get:57 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
11:19:15 #0 6.070 Get:58 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
11:19:15 #0 6.075 Get:59 http://deb.debian.org/debian bookworm/main arm64 autopoint all 0.21-12 [495 kB]
11:19:15 #0 6.087 Get:60 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB]
11:19:15 #0 6.106 Get:61 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB]
11:19:15 #0 6.107 Get:62 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB]
11:19:15 #0 6.109 Get:63 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB]
11:19:15 #0 6.110 Get:64 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB]
11:19:15 #0 6.113 Get:65 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB]
11:19:15 #0 6.114 Get:66 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB]
11:19:15 #0 6.130 Get:67 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB]
11:19:15 #0 6.131 Get:68 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-8 [43.0 kB]
11:19:15 #0 6.131 Get:69 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.12-1 [1708 kB]
11:19:15 #0 6.139 Get:70 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
11:19:15 #0 6.140 Get:71 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
11:19:15 #0 6.155 Get:72 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
11:19:15 #0 6.157 Get:73 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
11:19:15 #0 6.159 Get:74 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-8 [1427 kB]
11:19:15 #0 6.166 Get:75 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1 [611 kB]
11:19:15 #0 6.176 Get:76 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
11:19:15 #0 6.176 Get:77 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
11:19:15 #0 6.176 Get:78 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
11:19:15 #0 6.291 Get:79 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B]
11:19:15 #0 6.301 Get:80 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
11:19:15 #0 6.303 Get:81 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14 [104 kB]
11:19:15 #0 6.304 Get:82 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
11:19:15 #0 6.305 Get:83 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
11:19:15 #0 6.316 Get:84 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
11:19:15 #0 6.327 Get:85 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
11:19:15 #0 6.361 Get:86 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
11:19:15 #0 6.384 Get:87 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
11:19:15 #0 6.389 Get:88 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
11:19:15 #0 6.426 Get:89 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
11:19:15 #0 6.440 Get:90 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
11:19:15 #0 6.558 Get:91 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B]
11:19:15 #0 6.559 Get:92 http://deb.debian.org/debian bookworm/main arm64 libstdc++-12-dev arm64 12.2.0-14 [2006 kB]
11:19:15 #0 6.598 Get:93 http://deb.debian.org/debian bookworm/main arm64 g++-12 arm64 12.2.0-14 [9071 kB]
11:19:15 #0 6.678 Get:94 http://deb.debian.org/debian bookworm/main arm64 g++ arm64 4:12.2.0-3 [1336 B]
11:19:15 #0 6.679 Get:95 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB]
11:19:15 #0 6.682 Get:96 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.21 [590 kB]
11:19:15 #0 6.688 Get:97 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
11:19:15 #0 6.690 Get:98 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.21 [1353 kB]
11:19:15 #0 6.704 Get:99 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
11:19:15 #0 6.705 Get:100 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
11:19:15 #0 6.707 Get:101 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
11:19:15 #0 6.707 Get:102 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
11:19:15 #0 6.708 Get:103 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
11:19:15 #0 6.711 Get:104 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1 [67.9 kB]
11:19:15 #0 6.713 Get:105 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
11:19:15 #0 6.714 Get:106 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:19:15 #0 6.715 Get:107 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
11:19:15 #0 6.717 Get:108 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-1 [360 kB]
11:19:15 #0 6.721 Get:109 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-1 [306 kB]
11:19:15 #0 6.722 Get:110 http://deb.debian.org/debian bookworm/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:19:15 #0 6.738 Get:111 http://deb.debian.org/debian bookworm/main arm64 libdebhelper-perl all 13.11.4 [81.2 kB]
11:19:15 #0 6.740 Get:112 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
11:19:15 #0 6.743 Get:113 http://deb.debian.org/debian bookworm/main arm64 dh-autoreconf all 20 [17.1 kB]
11:19:15 #0 6.749 Get:114 http://deb.debian.org/debian bookworm/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
11:19:15 #0 6.749 Get:115 http://deb.debian.org/debian bookworm/main arm64 libsub-override-perl all 0.09-4 [9304 B]
11:19:15 #0 6.749 Get:116 http://deb.debian.org/debian bookworm/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:19:15 #0 6.749 Get:117 http://deb.debian.org/debian bookworm/main arm64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:19:15 #0 6.749 Get:118 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
11:19:15 #0 6.749 Get:119 http://deb.debian.org/debian bookworm/main arm64 dwz arm64 0.15-1 [101 kB]
11:19:15 #0 6.754 Get:120 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
11:19:15 #0 6.822 Get:121 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
11:19:15 #0 6.828 Get:122 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB]
11:19:15 #0 6.844 Get:123 http://deb.debian.org/debian bookworm/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:19:15 #0 6.844 Get:124 http://deb.debian.org/debian bookworm/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
11:19:15 #0 6.844 Get:125 http://deb.debian.org/debian bookworm/main arm64 debhelper all 13.11.4 [942 kB]
11:19:15 #0 6.852 Get:126 http://deb.debian.org/debian bookworm/main arm64 debian-keyring all 2022.12.24 [30.5 MB]
11:19:15 #0 7.052 Get:127 http://deb.debian.org/debian bookworm/main arm64 libfakeroot arm64 1.29-1 [48.2 kB]
11:19:15 #0 7.052 Get:128 http://deb.debian.org/debian bookworm/main arm64 fakeroot arm64 1.29-1 [86.8 kB]
11:19:15 #0 7.052 Get:129 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
11:19:15 #0 7.052 Get:130 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
11:19:15 #0 7.052 Get:131 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
11:19:15 #0 7.052 Get:132 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:19:15 #0 7.052 Get:133 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
11:19:15 #0 7.056 Get:134 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:19:15 #0 7.062 Get:135 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
11:19:15 #0 7.068 Get:136 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
11:19:15 #0 7.072 Get:137 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
11:19:15 #0 7.073 Get:138 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
11:19:15 #0 7.077 Get:139 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
11:19:15 #0 7.080 Get:140 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
11:19:15 #0 7.083 Get:141 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
11:19:15 #0 7.102 Get:142 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
11:19:15 #0 7.107 Get:143 http://deb.debian.org/debian bookworm/main arm64 libencode-locale-perl all 1.05-3 [12.9 kB]
11:19:15 #0 7.107 Get:144 http://deb.debian.org/debian bookworm/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:15 #0 7.108 Get:145 http://deb.debian.org/debian bookworm/main arm64 libhttp-date-perl all 6.05-2 [10.5 kB]
11:19:15 #0 7.109 Get:146 http://deb.debian.org/debian bookworm/main arm64 libfile-listing-perl all 6.15-1 [12.6 kB]
11:19:15 #0 7.110 Get:147 http://deb.debian.org/debian bookworm/main arm64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:19:15 #0 7.110 Get:148 http://deb.debian.org/debian bookworm/main arm64 libregexp-ipv6-perl all 0.03-3 [5212 B]
11:19:15 #0 7.111 Get:149 http://deb.debian.org/debian bookworm/main arm64 liburi-perl all 5.17-1 [90.4 kB]
11:19:15 #0 7.112 Get:150 http://deb.debian.org/debian bookworm/main arm64 libhtml-parser-perl arm64 3.81-1 [98.6 kB]
11:19:15 #0 7.113 Get:151 http://deb.debian.org/debian bookworm/main arm64 libhtml-tree-perl all 5.07-3 [211 kB]
11:19:15 #0 7.115 Get:152 http://deb.debian.org/debian bookworm/main arm64 libclone-perl arm64 0.46-1 [13.5 kB]
11:19:15 #0 7.115 Get:153 http://deb.debian.org/debian bookworm/main arm64 libio-html-perl all 1.004-3 [16.2 kB]
11:19:15 #0 7.116 Get:154 http://deb.debian.org/debian bookworm/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:19:15 #0 7.117 Get:155 http://deb.debian.org/debian bookworm/main arm64 libhttp-message-perl all 6.44-1 [81.7 kB]
11:19:15 #0 7.118 Get:156 http://deb.debian.org/debian bookworm/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:15 #0 7.118 Get:157 http://deb.debian.org/debian bookworm/main arm64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:19:15 #0 7.119 Get:158 http://deb.debian.org/debian bookworm/main arm64 perl-openssl-defaults arm64 7+b1 [7924 B]
11:19:15 #0 7.120 Get:159 http://deb.debian.org/debian bookworm/main arm64 libnet-ssleay-perl arm64 1.92-2+b1 [308 kB]
11:19:15 #0 7.122 Get:160 http://deb.debian.org/debian bookworm/main arm64 libio-socket-ssl-perl all 2.081-2 [219 kB]
11:19:15 #0 7.124 Get:161 http://deb.debian.org/debian bookworm/main arm64 libnet-http-perl all 6.22-1 [25.3 kB]
11:19:15 #0 7.128 Get:162 http://deb.debian.org/debian bookworm/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:15 #0 7.129 Get:163 http://deb.debian.org/debian bookworm/main arm64 libtry-tiny-perl all 0.31-2 [22.6 kB]
11:19:15 #0 7.130 Get:164 http://deb.debian.org/debian bookworm/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:15 #0 7.130 Get:165 http://deb.debian.org/debian bookworm/main arm64 libwww-perl all 6.67-1 [194 kB]
11:19:15 #0 7.132 Get:166 http://deb.debian.org/debian bookworm/main arm64 libdigest-md5-file-perl all 0.08-1.1 [9608 B]
11:19:15 #0 7.133 Get:167 http://deb.debian.org/debian bookworm/main arm64 libfile-dirlist-perl all 0.05-3 [7600 B]
11:19:15 #0 7.134 Get:168 http://deb.debian.org/debian bookworm/main arm64 libfile-which-perl all 1.27-2 [15.1 kB]
11:19:15 #0 7.143 Get:169 http://deb.debian.org/debian bookworm/main arm64 libfile-homedir-perl all 1.006-2 [42.4 kB]
11:19:15 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 41.94MB / 47.40MB 10.3s
11:19:15 #9 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.1s done
11:19:15 #10 8.694 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:19:15 #10 8.698 Unpacking lsb-base (10.2019051400) ...
11:19:15 #10 8.739 Selecting previously unselected package cron.
11:19:15 #10 8.739 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
11:19:15 #10 8.744 Unpacking cron (3.0pl1-134+deb10u1) ...
11:19:15 #10 8.807 Selecting previously unselected package libbsd0:arm64.
11:19:15 #10 8.807 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
11:19:15 #10 8.821 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
11:19:15 #10 8.888 Selecting previously unselected package bsdmainutils.
11:19:15 #10 8.888 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
11:19:15 #10 8.896 Unpacking bsdmainutils (11.1.2+b1) ...
11:19:15 #10 8.958 Selecting previously unselected package libuchardet0:arm64.
11:19:15 #10 8.958 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
11:19:15 #10 8.962 Unpacking libuchardet0:arm64 (0.0.6-3) ...
11:19:15 #10 9.004 Selecting previously unselected package groff-base.
11:19:15 #10 9.004 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
11:19:15 #10 9.008 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:19:15 #11 11.20 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
11:19:15 #11 11.22 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
11:19:15 #11 11.25 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
11:19:15 #11 11.28 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
11:19:15 #11 11.28 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
11:19:15 #11 11.29 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
11:19:15 #11 11.30 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:19:15 #11 11.30 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
11:19:15 #11 11.31 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
11:19:15 #11 11.32 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
11:19:15 #11 11.32 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
11:19:15 #11 11.32 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
11:19:15 #11 11.35 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
11:19:15 #11 11.40 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
11:19:15 #10 11.87 Get:281 http://deb.debian.org/debian bookworm/main amd64 libdistro-info-perl all 1.5 [5300 B]
11:19:15 #10 11.87 Get:282 http://deb.debian.org/debian bookworm/main amd64 libemail-address-xs-perl amd64 1.05-1+b1 [29.4 kB]
11:19:15 #10 11.87 Get:283 http://deb.debian.org/debian bookworm/main amd64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:19:15 #10 11.87 Get:284 http://deb.debian.org/debian bookworm/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
11:19:15 #10 11.87 Get:285 http://deb.debian.org/debian bookworm/main amd64 libindirect-perl amd64 0.39-2+b1 [27.1 kB]
11:19:15 #10 11.88 Get:286 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-keyword-perl amd64 0.33-1 [58.4 kB]
11:19:15 #10 11.88 Get:287 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-sublike-perl amd64 0.16-1+b2 [28.5 kB]
11:19:15 #10 11.88 Get:288 http://deb.debian.org/debian bookworm/main amd64 libobject-pad-perl amd64 0.78-1 [116 kB]
11:19:15 #10 11.88 Get:289 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:19:15 #10 11.88 Get:290 http://deb.debian.org/debian bookworm/main amd64 libsyntax-keyword-try-perl amd64 0.28-1 [28.6 kB]
11:19:15 #10 11.88 Get:291 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:19:15 #10 11.88 Get:292 http://deb.debian.org/debian bookworm/main amd64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:19:15 #10 11.89 Get:293 http://deb.debian.org/debian bookworm/main amd64 libfile-basedir-perl all 0.09-2 [15.1 kB]
11:19:15 #10 11.89 Get:294 http://deb.debian.org/debian bookworm/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:15 #10 11.89 Get:295 http://deb.debian.org/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB]
11:19:15 #10 11.89 Get:296 http://deb.debian.org/debian bookworm/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
11:19:15 #10 11.90 Get:297 http://deb.debian.org/debian bookworm/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
11:19:15 #10 11.90 Get:298 http://deb.debian.org/debian bookworm/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:19:15 #10 11.90 Get:299 http://deb.debian.org/debian bookworm/main amd64 libfont-afm-perl all 1.20-4 [13.1 kB]
11:19:15 #10 11.90 Get:300 http://deb.debian.org/debian bookworm/main amd64 libio-string-perl all 1.08-4 [12.1 kB]
11:19:15 #10 11.90 Get:301 http://deb.debian.org/debian bookworm/main amd64 libfont-ttf-perl all 1.06-2 [318 kB]
11:19:15 #10 11.90 Get:302 http://deb.debian.org/debian bookworm/main amd64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:19:15 #10 11.90 Get:303 http://deb.debian.org/debian bookworm/main amd64 libsort-versions-perl all 1.62-3 [8928 B]
11:19:15 #10 11.90 Get:304 http://deb.debian.org/debian bookworm/main amd64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:19:15 #10 11.90 Get:305 http://deb.debian.org/debian bookworm/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:19:15 #10 11.91 Get:306 http://deb.debian.org/debian bookworm/main amd64 libio-prompter-perl all 0.004015-2 [59.9 kB]
11:19:15 #10 11.91 Get:307 http://deb.debian.org/debian bookworm/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
11:19:15 #10 11.91 Get:308 http://deb.debian.org/debian bookworm/main amd64 liblog-any-perl all 1.713-1 [76.3 kB]
11:19:15 #10 11.91 Get:309 http://deb.debian.org/debian bookworm/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:19:15 #10 11.91 Get:310 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-perl all 0.40-1 [22.0 kB]
11:19:15 #10 11.91 Get:311 http://deb.debian.org/debian bookworm/main amd64 libsub-identify-perl amd64 0.14-3 [10.9 kB]
11:19:15 #10 11.91 Get:312 http://deb.debian.org/debian bookworm/main amd64 libsub-name-perl amd64 0.26-2+b1 [12.6 kB]
11:19:15 #10 11.91 Get:313 http://deb.debian.org/debian bookworm/main amd64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:19:15 #10 11.92 Get:314 http://deb.debian.org/debian bookworm/main amd64 libpath-tiny-perl all 0.144-1 [56.4 kB]
11:19:15 #10 11.92 Get:315 http://deb.debian.org/debian bookworm/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:15 #10 11.92 Get:316 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-perl all 2.002001-1 [377 kB]
11:19:15 #10 11.92 Get:317 http://deb.debian.org/debian bookworm/main amd64 libgitlab-api-v4-perl all 0.26-3 [88.2 kB]
11:19:15 #10 11.93 Get:318 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-1 [1397 kB]
11:19:15 #10 11.95 Get:319 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-1 [1208 kB]
11:19:15 #10 11.96 Get:320 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB]
11:19:15 #10 11.96 Get:321 http://deb.debian.org/debian bookworm/main amd64 libhtml-form-perl all 6.11-1 [33.1 kB]
11:19:15 #10 11.96 Get:322 http://deb.debian.org/debian bookworm/main amd64 libhtml-format-perl all 2.16-2 [38.8 kB]
11:19:15 #10 11.96 Get:323 http://deb.debian.org/debian bookworm/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:19:15 #10 11.96 Get:324 http://deb.debian.org/debian bookworm/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:19:15 #10 11.96 Get:325 http://deb.debian.org/debian bookworm/main amd64 libhttp-daemon-perl all 6.16-1 [23.5 kB]
11:19:15 #10 11.96 Get:326 http://deb.debian.org/debian bookworm/main amd64 libio-interactive-perl all 1.023-2 [11.0 kB]
11:19:15 #10 11.96 Get:327 http://deb.debian.org/debian bookworm/main amd64 libio-sessiondata-perl all 1.03-3 [6316 B]
11:19:15 #10 11.96 Get:328 http://deb.debian.org/debian bookworm/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:15 #10 11.97 Get:329 http://deb.debian.org/debian bookworm/main amd64 libipc-run3-perl all 0.048-3 [33.2 kB]
11:19:15 #10 11.97 Get:330 http://deb.debian.org/debian bookworm/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:15 #10 11.97 Get:331 http://deb.debian.org/debian bookworm/main amd64 libjson-xs-perl amd64 4.030-2+b1 [92.1 kB]
11:19:15 #10 11.97 Get:332 http://deb.debian.org/debian bookworm/main amd64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:19:15 #10 11.97 Get:333 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB]
11:19:15 #10 11.97 Get:334 http://deb.debian.org/debian bookworm/main amd64 liblist-compare-perl all 0.55-2 [65.7 kB]
11:19:15 #10 11.98 Get:335 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-perl all 0.59-1 [37.1 kB]
11:19:15 #10 11.98 Get:336 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [34.5 kB]
11:19:15 #10 11.98 Get:337 http://deb.debian.org/debian bookworm/main amd64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:19:15 #10 11.98 Get:338 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-5 [393 kB]
11:19:15 #10 11.98 Get:339 http://deb.debian.org/debian bookworm/main amd64 libltdl-dev amd64 2.4.7-5 [164 kB]
11:19:15 #10 11.99 Get:340 http://deb.debian.org/debian bookworm/main amd64 liblz1 amd64 1.13-5 [37.7 kB]
11:19:15 #10 11.99 Get:341 http://deb.debian.org/debian bookworm/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
11:19:15 #10 11.99 Get:342 http://deb.debian.org/debian bookworm/main amd64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:19:15 #10 11.99 Get:343 http://deb.debian.org/debian bookworm/main amd64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:19:15 #10 11.99 Get:344 http://deb.debian.org/debian bookworm/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:19:15 #10 11.99 Get:345 http://deb.debian.org/debian bookworm/main amd64 libmailtools-perl all 2.21-2 [95.6 kB]
11:19:15 #10 11.99 Get:346 http://deb.debian.org/debian bookworm/main amd64 libmarkdown2 amd64 2.2.7-2 [37.0 kB]
11:19:15 #10 11.99 Get:347 http://deb.debian.org/debian bookworm/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:19:15 #10 12.00 Get:348 http://deb.debian.org/debian bookworm/main amd64 libmime-tools-perl all 5.510-1 [213 kB]
11:19:15 #10 12.00 Get:349 http://deb.debian.org/debian bookworm/main amd64 libmldbm-perl all 2.05-4 [16.8 kB]
11:19:15 #10 12.00 Get:350 http://deb.debian.org/debian bookworm/main amd64 libmoox-aliases-perl all 0.001006-2 [7156 B]
11:19:15 #10 12.00 Get:351 http://deb.debian.org/debian bookworm/main amd64 libmouse-perl amd64 2.5.10-1+b3 [170 kB]
11:19:15 #10 12.00 Get:352 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b11 [37.1 kB]
11:19:15 #10 12.00 Get:353 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b11 [26.4 kB]
11:19:15 #10 12.00 Get:354 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-xs-perl amd64 0.30-1+b1 [19.8 kB]
11:19:15 #10 12.01 Get:355 http://deb.debian.org/debian bookworm/main amd64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:19:15 #10 12.01 Get:356 http://deb.debian.org/debian bookworm/main amd64 libperlio-gzip-perl amd64 0.20-1+b1 [17.3 kB]
11:19:15 #10 12.01 Get:357 http://deb.debian.org/debian bookworm/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.4 kB]
11:19:15 #10 12.01 Get:358 http://deb.debian.org/debian bookworm/main amd64 libpod-parser-perl all 1.65-1 [96.3 kB]
11:19:15 #10 12.02 Get:359 http://deb.debian.org/debian bookworm/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:15 #10 12.02 Get:360 http://deb.debian.org/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB]
11:19:15 #10 12.02 Get:361 http://deb.debian.org/debian bookworm/main amd64 libre2-9 amd64 20220601+dfsg-1+b1 [179 kB]
11:19:15 #10 12.02 Get:362 http://deb.debian.org/debian bookworm/main amd64 libre-engine-re2-perl amd64 0.17+ds-1 [19.3 kB]
11:19:15 #10 12.02 Get:363 http://deb.debian.org/debian bookworm/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
11:19:15 #10 12.02 Get:364 http://deb.debian.org/debian bookworm/main amd64 libref-util-perl all 0.204-2 [17.4 kB]
11:19:15 #10 12.02 Get:365 http://deb.debian.org/debian bookworm/main amd64 libref-util-xs-perl amd64 0.117-2+b1 [14.1 kB]
11:19:15 #10 12.02 Get:366 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:19:15 #10 12.02 Get:367 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:19:15 #10 12.02 Get:368 http://deb.debian.org/debian bookworm/main amd64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:19:15 #10 12.03 Get:369 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB]
11:19:15 #10 12.03 Get:370 http://deb.debian.org/debian bookworm/main amd64 libsereal-decoder-perl amd64 5.003+ds-1 [99.5 kB]
11:19:15 #10 12.03 Get:371 http://deb.debian.org/debian bookworm/main amd64 libsereal-encoder-perl amd64 5.003+ds-1 [102 kB]
11:19:15 #10 12.03 Get:372 http://deb.debian.org/debian bookworm/main amd64 libset-intspan-perl all 1.19-3 [25.3 kB]
11:19:15 #10 12.03 Get:373 http://deb.debian.org/debian bookworm/main amd64 libtask-weaken-perl all 1.06-2 [9364 B]
11:19:15 #10 12.04 Get:374 http://deb.debian.org/debian bookworm/main amd64 libxml-parser-perl amd64 2.46-4 [201 kB]
11:19:15 #10 12.04 Get:375 http://deb.debian.org/debian bookworm/main amd64 libsoap-lite-perl all 1.27-2 [239 kB]
11:19:15 #10 12.04 Get:376 http://deb.debian.org/debian bookworm/main amd64 libsocket6-perl amd64 0.29-3 [21.6 kB]
11:19:15 #10 12.05 Get:377 http://deb.debian.org/debian bookworm/main amd64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:19:15 #10 12.05 Get:378 http://deb.debian.org/debian bookworm/main amd64 libstring-escape-perl all 2010.002-3 [18.7 kB]
11:19:15 #10 12.05 Get:379 http://deb.debian.org/debian bookworm/main amd64 libstring-license-perl all 0.0.2-1 [34.3 kB]
11:19:15 #10 12.05 Get:380 http://deb.debian.org/debian bookworm/main amd64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:19:15 #10 12.05 Get:381 http://deb.debian.org/debian bookworm/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-2+b1 [33.4 kB]
11:19:15 #10 12.05 Get:382 http://deb.debian.org/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB]
11:19:15 #10 12.06 Get:383 http://deb.debian.org/debian bookworm/main amd64 libtext-levenshteinxs-perl amd64 0.03-5+b1 [8404 B]
11:19:15 #10 12.06 Get:384 http://deb.debian.org/debian bookworm/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [13.0 kB]
11:19:15 #10 12.06 Get:385 http://deb.debian.org/debian bookworm/main amd64 libtext-xslate-perl amd64 3.5.9-1+b2 [198 kB]
11:19:15 #10 12.06 Get:386 http://deb.debian.org/debian bookworm/main amd64 libtime-duration-perl all 1.21-2 [13.1 kB]
11:19:15 #10 12.06 Get:387 http://deb.debian.org/debian bookworm/main amd64 libtime-moment-perl amd64 0.44-2+b1 [73.0 kB]
11:19:15 #10 12.06 Get:388 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [26.4 kB]
11:19:15 #10 12.06 Get:389 http://deb.debian.org/debian bookworm/main amd64 libunicode-utf8-perl amd64 0.62-2 [20.2 kB]
11:19:15 #10 12.07 Get:390 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
11:19:15 #10 12.07 Get:391 http://deb.debian.org/debian bookworm/main amd64 libwww-mechanize-perl all 2.16-1 [116 kB]
11:19:15 #10 12.07 Get:392 http://deb.debian.org/debian bookworm/main amd64 libxdelta2 amd64 1.1.3-10.4 [49.5 kB]
11:19:15 #10 12.08 Get:393 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
11:19:15 #10 12.08 Get:394 http://deb.debian.org/debian bookworm/main amd64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:19:15 #10 12.08 Get:395 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:19:15 #10 12.08 Get:396 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:19:15 #10 12.08 Get:397 http://deb.debian.org/debian bookworm/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1+b1 [322 kB]
11:19:15 #10 12.09 Get:398 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:19:15 #10 12.09 Get:399 http://deb.debian.org/debian bookworm/main amd64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:19:15 #10 12.09 Get:400 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
11:19:15 #10 12.09 Get:401 http://deb.debian.org/debian bookworm/main amd64 libxstring-perl amd64 0.005-2+b1 [8320 B]
11:19:15 #10 12.09 Get:402 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
11:19:15 #10 12.09 Get:403 http://deb.debian.org/debian bookworm/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [34.4 kB]
11:19:15 #10 12.09 Get:404 http://deb.debian.org/debian bookworm/main amd64 licensecheck all 3.3.5-1 [49.8 kB]
11:19:15 #10 12.09 Get:405 http://deb.debian.org/debian bookworm/main amd64 plzip amd64 1.10-5 [61.9 kB]
11:19:15 #10 12.10 Get:406 http://deb.debian.org/debian bookworm/main amd64 lzop amd64 1.04-2 [84.2 kB]
11:19:15 #10 12.10 Get:407 http://deb.debian.org/debian bookworm/main amd64 t1utils amd64 1.41-4 [62.1 kB]
11:19:15 #10 12.10 Get:408 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB]
11:19:15 #10 12.10 Get:409 http://deb.debian.org/debian bookworm/main amd64 lintian all 2.116.3 [1130 kB]
11:19:15 #10 12.13 Get:410 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
11:19:15 #10 12.13 Get:411 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-1 [2030 kB]
11:19:15 #10 12.15 Get:412 http://deb.debian.org/debian bookworm/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
11:19:15 #10 12.15 Get:413 http://deb.debian.org/debian bookworm/main amd64 pixz amd64 1.0.7-2 [21.2 kB]
11:19:15 #10 12.15 Get:414 http://deb.debian.org/debian bookworm/main amd64 xdelta amd64 1.1.3-10.4 [28.0 kB]
11:19:15 #10 12.16 Get:415 http://deb.debian.org/debian bookworm/main amd64 xdelta3 amd64 3.0.11-dfsg-1.2 [70.4 kB]
11:19:15 #10 12.16 Get:416 http://deb.debian.org/debian bookworm/main amd64 pristine-tar amd64 1.50 [113 kB]
11:19:15 #10 12.16 Get:417 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB]
11:19:15 #10 12.16 Get:418 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.3 [63.6 kB]
11:19:15 #10 12.16 Get:419 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.3 [158 kB]
11:19:15 #10 12.16 Get:420 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
11:19:15 #10 12.16 Get:421 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:19:15 #10 12.16 Get:422 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1 [39.4 kB]
11:19:15 #10 12.16 Get:423 http://deb.debian.org/debian bookworm/main amd64 python3-magic all 2:0.4.26-3 [14.5 kB]
11:19:15 #10 12.17 Get:424 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
11:19:15 #10 12.17 Get:425 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
11:19:15 #10 12.17 Get:426 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:19:15 #10 12.17 Get:427 http://deb.debian.org/debian bookworm/main amd64 python3-unidiff all 0.7.3-1 [11.7 kB]
11:19:15 #10 12.17 Get:428 http://deb.debian.org/debian bookworm/main amd64 shared-mime-info amd64 2.2-1 [729 kB]
11:19:15 #10 12.18 Get:429 http://deb.debian.org/debian bookworm/main amd64 strace amd64 6.1-0.1 [1314 kB]
11:19:15 #9 13.82 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 devscripts amd64 2.17.12ubuntu1.1 [870 kB]
11:19:15 #9 13.92 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]
11:19:15 #9 13.92 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
11:19:15 #9 13.92 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
11:19:15 #9 13.92 Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
11:19:15 #9 13.92 Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
11:19:15 #9 13.92 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
11:19:15 #9 13.93 Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
11:19:15 #9 13.95 Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
11:19:15 #9 13.95 Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
11:19:15 #9 13.97 Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]
11:19:15 #9 14.01 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 38.80MB / 116.81MB 10.7s
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 38.80MB / 116.81MB 10.7s
11:19:15 #10 9.918 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
11:19:15 #10 9.919 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:15 #10 9.920 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
11:19:15 #10 9.921 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
11:19:15 #10 9.922 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:19:15 #10 9.924 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:19:15 #10 9.929 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
11:19:15 #10 9.930 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:19:15 #10 9.931 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:19:15 #10 9.933 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:15 #10 9.934 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
11:19:15 #10 9.935 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:19:15 #10 9.937 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
11:19:15 #10 9.940 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u1 [418 kB]
11:19:15 #10 9.945 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
11:19:15 #10 9.949 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
11:19:15 #10 9.951 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
11:19:15 #10 9.952 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
11:19:15 #10 9.953 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
11:19:15 #10 9.956 Get:209 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u4 [290 kB]
11:19:15 #10 9.959 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
11:19:15 #10 9.969 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:19:15 #10 9.969 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
11:19:15 #10 9.971 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
11:19:15 #10 9.976 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
11:19:15 #10 9.984 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
11:19:15 #10 9.985 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
11:19:15 #10 9.987 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u5 [246 kB]
11:19:15 #10 9.990 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:15 #10 9.991 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:15 #10 9.992 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
11:19:15 #10 9.992 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
11:19:15 #10 9.994 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
11:19:15 #10 9.995 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
11:19:15 #10 9.996 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:19:15 #10 9.996 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
11:19:15 #10 9.997 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
11:19:15 #10 9.998 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:19:15 #10 9.999 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:15 #10 10.000 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
11:19:15 #10 10.00 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
11:19:15 #10 10.00 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:15 #10 10.00 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:15 #10 10.01 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
11:19:15 #10 10.01 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:19:15 #10 10.01 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
11:19:15 #10 10.01 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:19:15 #10 10.01 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
11:19:15 #10 10.01 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:19:15 #10 10.01 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
11:19:15 #10 10.01 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:19:15 #10 10.01 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
11:19:15 #10 10.02 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:19:15 #10 10.02 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
11:19:15 #10 10.02 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:19:15 #10 10.02 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:15 #10 10.02 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
11:19:15 #10 10.02 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
11:19:15 #10 10.02 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
11:19:15 #10 10.02 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
11:19:15 #10 10.02 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
11:19:15 #10 10.02 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
11:19:15 #10 10.03 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:19:15 #10 10.03 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:15 #10 10.03 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:15 #10 10.03 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
11:19:15 #10 10.03 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
11:19:15 #10 10.03 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
11:19:15 #10 10.03 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:19:15 #10 10.03 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
11:19:15 #10 10.03 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
11:19:15 #10 10.03 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
11:19:15 #10 10.04 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:15 #10 10.04 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
11:19:15 #10 10.04 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:19:15 #10 10.04 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:15 #10 10.04 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:15 #10 10.04 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:19:15 #10 10.04 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:15 #10 10.05 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
11:19:15 #10 10.05 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
11:19:15 #10 10.05 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:15 #10 10.05 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
11:19:15 #10 10.06 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
11:19:15 #10 10.06 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
11:19:15 #10 10.06 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:15 #10 10.06 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
11:19:15 #10 10.06 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
11:19:15 #10 10.07 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:19:15 #10 10.07 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
11:19:15 #10 10.08 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:19:15 #10 10.09 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:19:15 #10 10.09 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
11:19:15 #10 10.09 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
11:19:15 #10 10.09 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:19:15 #10 10.09 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:19:15 #10 10.10 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
11:19:15 #10 10.10 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:19:15 #10 10.10 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
11:19:15 #10 10.10 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:15 #10 10.10 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
11:19:15 #10 10.10 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:19:15 #10 10.10 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:19:15 #10 10.10 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
11:19:15 #10 10.10 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
11:19:15 #10 10.11 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
11:19:15 #10 10.11 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:19:15 #10 10.11 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
11:19:15 #10 10.11 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
11:19:15 #10 10.11 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
11:19:15 #10 10.12 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:19:15 #10 10.12 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:19:15 #10 10.12 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:15 #10 10.12 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
11:19:15 #10 ...
11:19:15 
11:19:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:15 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 3.9s done
11:19:15 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.5s done
11:19:15 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 2.2s
11:19:15 #7 ...
11:19:15 
11:19:15 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:15 #10 10.12 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
11:19:15 #10 10.12 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
11:19:15 #10 10.12 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:19:15 #10 10.12 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:19:15 #10 10.12 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:19:15 #10 10.13 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
11:19:15 #10 10.13 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
11:19:15 #10 10.13 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
11:19:15 #10 10.13 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
11:19:15 #10 10.13 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
11:19:15 #10 10.13 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
11:19:15 #10 10.13 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:15 #10 10.13 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
11:19:15 #10 10.13 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
11:19:15 #10 10.14 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:15 #10 10.14 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
11:19:15 #10 10.14 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
11:19:15 #10 10.14 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
11:19:15 #10 10.14 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
11:19:15 #10 10.14 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
11:19:15 #10 10.14 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
11:19:15 #10 10.14 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:19:15 #10 10.15 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:19:15 #10 10.15 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB]
11:19:15 #10 10.15 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
11:19:15 #10 10.15 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
11:19:15 #10 10.15 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
11:19:15 #10 10.15 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
11:19:15 #10 10.15 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
11:19:15 #10 10.16 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
11:19:15 #10 10.16 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:15 #10 10.16 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:15 #10 10.16 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:15 #10 10.16 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
11:19:15 #10 10.17 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
11:19:15 #10 10.17 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
11:19:15 #10 10.17 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
11:19:15 #10 10.17 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
11:19:15 #10 10.17 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
11:19:15 #10 10.17 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
11:19:15 #10 10.17 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
11:19:15 #10 10.17 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
11:19:15 #10 10.17 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
11:19:15 #10 10.18 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
11:19:15 #10 10.18 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
11:19:15 #10 10.18 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:19:15 #10 10.18 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:19:15 #10 10.18 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:19:15 #10 10.18 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
11:19:15 #10 10.18 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:15 #10 10.19 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:19:15 #10 10.19 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
11:19:15 #10 10.19 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
11:19:15 #10 10.19 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
11:19:15 #10 10.19 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
11:19:15 #10 10.19 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
11:19:15 #10 10.20 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
11:19:15 #10 10.20 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
11:19:15 #10 10.20 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB]
11:19:15 #10 10.21 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
11:19:15 #10 10.22 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 32.51MB / 53.32MB 10.5s
11:19:15 #22 ...
11:19:15 
11:19:15 #23 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:19:15 #0 0.248 skipping packages installation on darwin
11:19:15 #23 DONE 0.5s
11:19:15 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 31.46MB / 53.32MB 10.1s
11:19:15 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 22.02MB / 47.40MB 10.1s
11:19:15 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0.1s
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 17.83MB / 53.32MB 10.6s
11:19:15 #10 7.145 Get:170 http://deb.debian.org/debian bookworm/main arm64 libfile-touch-perl all 0.12-2 [8816 B]
11:19:15 #10 7.146 Get:171 http://deb.debian.org/debian bookworm/main arm64 libio-pty-perl arm64 1:1.17-1 [34.5 kB]
11:19:15 #10 7.147 Get:172 http://deb.debian.org/debian bookworm/main arm64 libipc-run-perl all 20220807.0-1 [104 kB]
11:19:15 #10 7.149 Get:173 http://deb.debian.org/debian bookworm/main arm64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:19:15 #10 7.150 Get:174 http://deb.debian.org/debian bookworm/main arm64 libclass-xsaccessor-perl arm64 1.19-4+b1 [35.3 kB]
11:19:15 #10 7.152 Get:175 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-op-check-perl arm64 0.22-2+b1 [10.4 kB]
11:19:15 #10 7.153 Get:176 http://deb.debian.org/debian bookworm/main arm64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:19:15 #10 7.154 Get:177 http://deb.debian.org/debian bookworm/main arm64 libdevel-callchecker-perl arm64 0.008-2 [15.9 kB]
11:19:15 #10 7.165 Get:178 http://deb.debian.org/debian bookworm/main arm64 libparams-classify-perl arm64 0.015-2+b1 [22.9 kB]
11:19:15 #10 7.168 Get:179 http://deb.debian.org/debian bookworm/main arm64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:19:15 #10 7.169 Get:180 http://deb.debian.org/debian bookworm/main arm64 libimport-into-perl all 1.002005-2 [11.3 kB]
11:19:15 #10 7.170 Get:181 http://deb.debian.org/debian bookworm/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:15 #10 7.171 Get:182 http://deb.debian.org/debian bookworm/main arm64 libsub-quote-perl all 2.006008-1 [21.8 kB]
11:19:15 #10 7.173 Get:183 http://deb.debian.org/debian bookworm/main arm64 libmoo-perl all 2.005005-1 [58.0 kB]
11:19:15 #10 7.174 Get:184 http://deb.debian.org/debian bookworm/main arm64 libswitch-perl all 2.17-3 [20.3 kB]
11:19:15 #10 7.175 Get:185 http://deb.debian.org/debian bookworm/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
11:19:15 #10 7.179 Get:186 http://deb.debian.org/debian bookworm/main arm64 wdiff arm64 1.2.2-5 [119 kB]
11:19:15 #10 7.179 Get:187 http://deb.debian.org/debian bookworm/main arm64 devscripts arm64 2.23.2 [1067 kB]
11:19:15 #10 7.185 Get:188 http://deb.debian.org/debian bookworm/main arm64 diffstat arm64 1.65-1 [31.2 kB]
11:19:15 #10 7.201 Get:189 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.57 [5744 B]
11:19:15 #10 7.204 Get:190 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
11:19:15 #10 7.204 Get:191 http://deb.debian.org/debian bookworm/main arm64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:19:15 #10 7.208 Get:192 http://deb.debian.org/debian bookworm/main arm64 python3-debian all 0.1.49 [115 kB]
11:19:15 #10 7.208 Get:193 http://deb.debian.org/debian bookworm/main arm64 libgpgme11 arm64 1.18.0-3+b1 [286 kB]
11:19:15 #10 7.212 Get:194 http://deb.debian.org/debian bookworm/main arm64 python3-gpg arm64 1.18.0-3+b1 [352 kB]
11:19:15 #10 7.212 Get:195 http://deb.debian.org/debian bookworm/main arm64 python3-xdg all 0.28-2 [40.5 kB]
11:19:15 #10 7.214 Get:196 http://deb.debian.org/debian bookworm/main arm64 dput all 1.1.3 [42.7 kB]
11:19:15 #10 7.214 Get:197 http://deb.debian.org/debian bookworm/main arm64 equivs all 2.3.1 [22.7 kB]
11:19:15 #10 7.216 Get:198 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-5 [1068 kB]
11:19:15 #10 7.239 Get:199 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
11:19:15 #10 7.260 Get:200 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-1 [355 kB]
11:19:15 #10 7.260 Get:201 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
11:19:15 #10 7.260 Get:202 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.2-1.1 [2049 kB]
11:19:15 #10 7.267 Get:203 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.2-1.1 [7023 kB]
11:19:15 #10 7.356 Get:204 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.13.0-1 [2899 kB]
11:19:15 #9 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f
11:19:15 #10 9.215 Selecting previously unselected package libgdbm6:arm64.
11:19:15 #10 9.215 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
11:19:15 #10 9.225 Unpacking libgdbm6:arm64 (1.18.1-4) ...
11:19:15 #10 9.285 Selecting previously unselected package libpipeline1:arm64.
11:19:15 #10 9.286 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
11:19:15 #10 9.291 Unpacking libpipeline1:arm64 (1.5.1-2) ...
11:19:15 #11 11.43 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:19:15 #11 11.44 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
11:19:15 #11 11.44 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
11:19:15 #11 11.44 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
11:19:15 #11 11.44 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
11:19:15 #11 11.45 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:15 #11 11.45 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
11:19:15 #11 11.45 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:15 #11 11.45 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
11:19:15 #11 11.47 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
11:19:15 #11 11.50 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:15 #11 11.50 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:15 #11 11.51 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
11:19:15 #11 11.51 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:15 #11 11.52 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:15 #11 11.52 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
11:19:15 #11 11.53 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:15 #11 11.53 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
11:19:15 #11 11.53 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:15 #11 11.53 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
11:19:15 #11 11.56 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:15 #11 11.57 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
11:19:15 #11 11.60 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
11:19:15 #11 11.61 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:15 #11 11.63 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
11:19:15 #11 11.63 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:15 #11 11.63 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
11:19:15 #11 11.63 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:19:15 #11 11.63 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:15 #11 11.63 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
11:19:15 #11 11.63 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
11:19:15 #11 11.67 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
11:19:15 #11 11.73 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
11:19:15 #11 11.73 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:19:15 #11 11.73 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:15 #9 ...
11:19:15 
11:19:15 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:15 #0 1.212 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
11:19:15 #0 1.227 Get:2 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
11:19:15 #0 1.613 Get:3 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [289 kB]
11:19:15 #0 1.642 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [118 kB]
11:19:15 #0 1.745 Get:5 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
11:19:15 #0 1.843 Get:6 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
11:19:15 #0 1.844 Get:7 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [173 kB]
11:19:15 #0 1.846 Get:8 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
11:19:15 #0 1.876 Get:9 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [300 kB]
11:19:15 #0 1.877 Get:10 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
11:19:15 #0 1.938 Get:11 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
11:19:15 #0 2.889 Get:12 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
11:19:15 #0 2.939 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [410 kB]
11:19:15 #0 2.957 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [7021 B]
11:19:15 #0 2.957 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [289 kB]
11:19:15 #0 2.970 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [259 kB]
11:19:15 #0 3.386 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4546 B]
11:19:15 #0 4.320 Fetched 22.5 MB in 4s (6401 kB/s)
11:19:15 #0 4.320 Reading package lists...
11:19:15 #0 5.296 Reading package lists...
11:19:15 #0 6.283 Building dependency tree...
11:19:15 #0 6.470 Reading state information...
11:19:15 #0 6.698 The following additional packages will be installed:
11:19:15 #0 6.698   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:15 #0 6.698   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:15 #0 6.698   ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon dbus-session-bus-common
11:19:15 #0 6.698   dbus-system-bus-common dctrl-tools debhelper debugedit dh-autoreconf
11:19:15 #0 6.698   dh-strip-nondeterminism diffstat dirmngr distro-info-data dmsetup dpkg-dev
11:19:15 #0 6.698   dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ g++-12 gcc
11:19:15 #0 6.698   gcc-12 gettext gettext-base gir1.2-glib-2.0 git-man gnupg gnupg-l10n
11:19:15 #0 6.698   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:15 #0 6.699   groff-base intltool-debian iso-codes krb5-locales less
11:19:15 #0 6.699   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:15 #0 6.699   libaliased-perl libapparmor1 libapt-pkg-perl libarchive-cpio-perl
11:19:15 #0 6.699   libarchive-zip-perl libargon2-1 libarray-intspan-perl libasan8 libassuan0
11:19:15 #0 6.699   libatomic1 libauthen-sasl-perl libb-hooks-endofscope-perl
11:19:15 #0 6.699   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:19:15 #0 6.699   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:15 #0 6.699   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:19:15 #0 6.699   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:15 #0 6.699   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:15 #0 6.699   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev
11:19:15 #0 6.699   libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:15 #0 6.699   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:15 #0 6.699   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:15 #0 6.699   libdata-validate-uri-perl libdbus-1-3 libdebhelper-perl libdeflate0
11:19:15 #0 6.699   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:15 #0 6.699   libdevmapper1.02.1 libdistro-info-perl libdpkg-perl libdw1
11:19:15 #0 6.699   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:15 #0 6.699   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:15 #0 6.699   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:15 #0 6.699   libfdisk1 libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:15 #0 6.699   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:15 #0 6.699   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:15 #0 6.699   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:15 #0 6.699   libfontconfig1 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3
11:19:15 #0 6.700   libgdbm-compat4 libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl
11:19:15 #0 6.700   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:15 #0 6.700   libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:19:15 #0 6.700   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:15 #0 6.700   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:15 #0 6.700   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:15 #0 6.700   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
11:19:15 #0 6.700   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:15 #0 6.700   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:15 #0 6.700   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:19:15 #0 6.700   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:19:15 #0 6.700   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:19:15 #0 6.700   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:19:15 #0 6.700   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:19:15 #0 6.700   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:15 #0 6.700   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:15 #0 6.700   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:15 #0 6.700   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:15 #0 6.700   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:15 #0 6.700   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:19:15 #0 6.700   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:15 #0 6.700   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:19:15 #0 6.700   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:15 #0 6.700   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:15 #0 6.700   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:19:15 #0 6.700   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:15 #0 6.700   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:19:15 #0 6.700   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:19:15 #0 6.700   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:15 #0 6.700   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:19:15 #0 6.700   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:15 #0 6.700   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:15 #0 6.700   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:19:15 #0 6.700   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:15 #0 6.700   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:15 #0 6.700   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:15 #0 6.700   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:15 #0 6.700   libstring-shellquote-perl libsub-exporter-perl
11:19:15 #0 6.700   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:15 #0 6.700   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:15 #0 6.700   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:15 #0 6.700   libsystemd0 libterm-readkey-perl libtext-glob-perl
11:19:15 #0 6.700   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:15 #0 6.700   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:15 #0 6.700   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:15 #0 6.700   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:15 #0 6.700   libtypes-serialiser-perl libubsan1 libuchardet0 libudev1
11:19:15 #0 6.700   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:15 #0 6.700   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:15 #0 6.700   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:15 #0 6.700   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:15 #0 6.700   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:15 #0 6.700   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:15 #0 6.700   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:15 #0 6.700   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:15 #0 6.701   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:15 #0 6.701   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:15 #0 6.701   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:15 #0 6.701   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:15 #0 6.701   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:15 #0 6.701   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:15 #0 6.701   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:15 #0 6.701   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:15 #0 6.701   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:15 #0 6.701   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:15 #0 6.704 Suggested packages:
11:19:15 #0 6.704   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:15 #0 6.704   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:19:15 #0 6.704   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:19:15 #0 6.704   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:19:15 #0 6.704   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:15 #0 6.704   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:15 #0 6.704   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:15 #0 6.704   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:15 #0 6.704   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:15 #0 6.704   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync g++-multilib
11:19:15 #0 6.704   g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc
11:19:15 #0 6.704   gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:15 #0 6.704   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:19:15 #0 6.704   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:15 #0 6.704   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:19:15 #0 6.704   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libscalar-number-perl
11:19:15 #0 6.704   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:15 #0 6.704   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:15 #0 6.704   libstdc++-12-doc libbareword-filehandles-perl libmultidimensional-perl
11:19:15 #0 6.704   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
11:19:15 #0 6.704   libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl
11:19:15 #0 6.704   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:15 #0 6.704   libtext-template-perl m4-doc make-doc apparmor www-browser iw
11:19:15 #0 6.704   | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:15 #0 6.704   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:15 #0 6.704   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:19:15 #0 6.704   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:15 #0 6.704   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:19:15 #0 6.704   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:19:15 #0 6.704   python3-setuptools python3-openssl python3-socks python-requests-doc
11:19:15 #0 6.704   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:19:15 #0 6.704   systemd-container systemd-homed systemd-userdbd systemd-boot
11:19:15 #0 6.704   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:19:15 #0 7.371 The following NEW packages will be installed:
11:19:15 #0 7.371   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:15 #0 7.371   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:15 #0 7.371   ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:19:15 #0 7.371   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:19:15 #0 7.371   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:15 #0 7.371   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:19:15 #0 7.371   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:19:15 #0 7.371   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:15 #0 7.371   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:15 #0 7.371   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:15 #0 7.371   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:15 #0 7.371   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:15 #0 7.371   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:19:15 #0 7.371   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:15 #0 7.371   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:19:15 #0 7.373   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:19:15 #0 7.373   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:15 #0 7.373   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:15 #0 7.373   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:15 #0 7.373   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:19:15 #0 7.373   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:15 #0 7.373   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:15 #0 7.373   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:19:15 #0 7.373   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:15 #0 7.373   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:19:15 #0 7.373   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:19:15 #0 7.373   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:15 #0 7.373   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:15 #0 7.373   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:19:15 #0 7.373   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:15 #0 7.373   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:15 #0 7.373   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:15 #0 7.373   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:15 #0 7.373   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:19:15 #0 7.373   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:15 #0 7.373   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:19:15 #0 7.373   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:19:15 #0 7.373   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:15 #0 7.373   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:15 #0 7.373   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:15 #0 7.373   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
11:19:15 #0 7.373   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:15 #0 7.373   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:15 #0 7.373   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:19:15 #0 7.373   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:19:15 #0 7.373   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:19:15 #0 7.373   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:19:15 #0 7.373   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:19:15 #0 7.373   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:15 #0 7.373   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:15 #0 7.373   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:15 #0 7.373   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:15 #0 7.373   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:15 #0 7.373   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:19:15 #0 7.373   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:15 #0 7.374   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:19:15 #0 7.374   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:15 #0 7.374   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:15 #0 7.374   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:19:15 #0 7.374   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:15 #0 7.374   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:19:15 #0 7.374   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:19:15 #0 7.374   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:15 #0 7.374   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:19:15 #0 7.374   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:15 #0 7.374   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:15 #0 7.375   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:19:15 #0 7.375   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:15 #0 7.375   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:15 #0 7.375   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:15 #0 7.375   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:15 #0 7.375   libstring-shellquote-perl libsub-exporter-perl
11:19:15 #0 7.375   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:15 #0 7.375   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:15 #0 7.375   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:15 #0 7.375   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:15 #0 7.375   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:15 #0 7.375   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:19:15 #0 7.375   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:19:15 #0 7.375   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:15 #0 7.375   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:15 #0 7.375   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:15 #0 7.375   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:15 #0 7.375   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:15 #0 7.375   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:15 #0 7.375   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:15 #0 7.375   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:15 #0 7.375   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:15 #0 7.375   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:15 #0 7.375   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:15 #0 7.375   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:15 #0 7.375   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:15 #0 7.375   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:15 #0 7.375   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:15 #0 7.375   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:15 #0 7.375   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:15 #0 7.375   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:15 #0 7.375   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:15 #0 7.378 The following packages will be upgraded:
11:19:15 #0 7.378   libsystemd0 libudev1
11:19:15 #0 7.811 2 upgraded, 424 newly installed, 0 to remove and 2 not upgraded.
11:19:15 #0 7.811 Need to get 149 MB of archives.
11:19:15 #0 7.811 After this operation, 564 MB of additional disk space will be used.
11:19:15 #0 7.811 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
11:19:15 #0 7.958 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2.1 [1896 kB]
11:19:15 #0 8.421 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
11:19:15 #0 8.458 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
11:19:15 #0 8.460 Get:5 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
11:19:15 #0 8.557 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
11:19:15 #0 8.559 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
11:19:15 #0 8.561 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:19:15 #0 8.565 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
11:19:15 #0 8.568 Get:10 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
11:19:15 #0 8.570 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
11:19:15 #0 8.846 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
11:19:15 #0 8.919 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
11:19:15 #0 8.923 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:19:15 #0 8.923 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
11:19:15 #0 8.925 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
11:19:15 #0 8.927 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
11:19:15 #0 8.927 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
11:19:15 #0 8.934 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
11:19:15 #0 8.946 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
11:19:15 #0 8.970 Get:21 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
11:19:15 #0 8.978 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
11:19:15 #0 9.255 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
11:19:15 #0 9.287 Get:24 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
11:19:15 #0 9.292 Get:25 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libudev1 amd64 251.4-1ubuntu7.1 [80.0 kB]
11:19:15 #0 9.315 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
11:19:15 #0 9.330 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
11:19:15 #0 9.332 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
11:19:15 #0 9.342 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
11:19:15 #0 9.347 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
11:19:15 #0 9.349 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
11:19:15 #0 9.349 Get:32 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
11:19:15 #0 9.350 Get:33 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libsystemd-shared amd64 251.4-1ubuntu7.1 [1700 kB]
11:19:15 #11 ...
11:19:15 
11:19:15 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 45.09MB / 116.81MB 10.8s
11:19:15 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 36.70MB / 47.40MB 10.8s
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 36.70MB / 53.32MB 10.8s
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 28.31MB / 116.81MB 10.8s
11:19:15 #10 12.19 Get:430 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
11:19:15 #10 12.19 Get:431 http://deb.debian.org/debian bookworm/main amd64 xdg-user-dirs amd64 0.18-1 [54.4 kB]
11:19:15 #10 12.19 Get:432 http://deb.debian.org/debian bookworm/main amd64 zstd amd64 1.5.4+dfsg2-3 [700 kB]
11:19:15 #10 12.47 debconf: delaying package configuration, since apt-utils is not installed
11:19:15 #9 14.02 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
11:19:15 #9 14.04 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
11:19:15 #9 14.06 Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
11:19:15 #9 14.06 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
11:19:15 #9 14.08 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
11:19:15 #9 14.08 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
11:19:15 #9 14.09 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
11:19:15 #9 14.09 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
11:19:15 #9 14.09 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]
11:19:15 #9 14.13 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gpg amd64 1.10.0-1ubuntu2 [150 kB]
11:19:15 #9 14.19 Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 dput all 1.0.1ubuntu1 [42.7 kB]
11:19:15 #9 14.19 Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
11:19:15 #9 14.19 Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
11:19:15 #9 14.19 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.23 [218 kB]
11:19:15 #9 14.20 Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
11:19:15 #9 14.23 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.17 [804 kB]
11:19:15 #9 14.25 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.17 [3924 kB]
11:19:15 #10 DONE 2.2s
11:19:15 
11:19:15 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:15 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 3.3s done
11:19:15 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 2.9s
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 10.7s done
11:19:15 #10 10.22 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
11:19:15 #10 10.24 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
11:19:15 #10 10.24 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
11:19:15 #10 10.24 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
11:19:15 #10 10.25 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
11:19:15 #10 10.25 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
11:19:15 #10 10.25 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
11:19:15 #10 10.25 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
11:19:15 #10 10.25 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
11:19:15 #10 10.26 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
11:19:15 #10 10.26 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
11:19:15 #10 10.26 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
11:19:15 #10 10.26 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:19:15 #10 10.26 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:19:15 #10 10.26 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
11:19:15 #10 10.26 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
11:19:15 #10 10.26 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
11:19:15 #10 10.27 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
11:19:15 #10 10.28 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
11:19:15 #10 10.28 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 35.65MB / 53.32MB 10.8s
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 33.55MB / 116.81MB 10.8s
11:19:15 
11:19:15 #24 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:19:15 #0 0.267 skipping packages installation on darwin
11:19:15 #24 DONE 0.5s
11:19:15 
11:19:15 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:19:15 #17 ...
11:19:15 
11:19:15 #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"
11:19:15 #22 0.675 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
11:19:15 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 45.09MB / 47.40MB 10.8s
11:19:15 #10 7.400 Get:205 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
11:19:15 #10 7.403 Get:206 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:15 #10 7.405 Get:207 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b1 [11.2 kB]
11:19:15 #10 7.406 Get:208 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:19:15 #10 7.407 Get:209 http://deb.debian.org/debian bookworm/main arm64 libaliased-perl all 0.34-3 [13.5 kB]
11:19:15 #10 7.408 Get:210 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1 [1379 kB]
11:19:15 #10 7.424 Get:211 http://deb.debian.org/debian bookworm/main arm64 libapt-pkg-perl arm64 0.1.40+b2 [66.1 kB]
11:19:15 #10 7.427 Get:212 http://deb.debian.org/debian bookworm/main arm64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:19:15 #10 7.428 Get:213 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
11:19:15 #10 7.430 Get:214 http://deb.debian.org/debian bookworm/main arm64 libarray-intspan-perl all 2.004-2 [25.7 kB]
11:19:15 #10 7.432 Get:215 http://deb.debian.org/debian bookworm/main arm64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:19:15 #10 7.433 Get:216 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2 [274 kB]
11:19:15 #10 7.446 Get:217 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
11:19:15 #10 7.453 Get:218 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
11:19:15 #10 7.460 Get:219 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
11:19:15 #10 7.495 Get:220 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB]
11:19:15 #10 7.497 Get:221 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB]
11:19:15 #10 7.499 Get:222 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
11:19:15 #10 7.499 Get:223 http://deb.debian.org/debian bookworm/main arm64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:19:15 #10 7.500 Get:224 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:19:15 #10 7.502 Get:225 http://deb.debian.org/debian bookworm/main arm64 libvariable-magic-perl arm64 0.63-1+b1 [42.8 kB]
11:19:15 #10 7.503 Get:226 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:19:15 #10 7.505 Get:227 http://deb.debian.org/debian bookworm/main arm64 libberkeleydb-perl arm64 0.64-2+b1 [121 kB]
11:19:15 #10 7.506 Get:228 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
11:19:15 #10 7.510 Get:229 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-4 [369 kB]
11:19:15 #10 7.512 Get:230 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
11:19:15 #10 7.515 Get:231 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1 [148 kB]
11:19:15 #10 7.517 Get:232 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
11:19:15 #10 7.518 Get:233 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
11:19:15 #10 7.528 Get:234 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.14.2-1 [184 kB]
11:19:15 #10 7.531 Get:235 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
11:19:15 #10 7.533 Get:236 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
11:19:15 #10 7.534 Get:237 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
11:19:15 #10 7.536 Get:238 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.1 [259 kB]
11:19:15 #10 7.541 Get:239 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-5 [300 kB]
11:19:15 #10 7.546 Get:240 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
11:19:15 #10 7.547 Get:241 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:19:15 #10 7.549 Get:242 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
11:19:15 #10 7.552 Get:243 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2 [292 kB]
11:19:15 #10 7.559 Get:244 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2 [736 kB]
11:19:15 #10 7.564 Get:245 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1 [45.2 kB]
11:19:15 #10 7.566 Get:246 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB]
11:19:15 #10 7.566 Get:247 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-8 [50.2 kB]
11:19:15 #10 7.567 Get:248 http://deb.debian.org/debian bookworm/main arm64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:19:15 #10 7.569 Get:249 http://deb.debian.org/debian bookworm/main arm64 libcgi-pm-perl all 4.55-1 [220 kB]
11:19:15 #10 7.570 Get:250 http://deb.debian.org/debian bookworm/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
11:19:15 #10 7.571 Get:251 http://deb.debian.org/debian bookworm/main arm64 libfcgi-perl arm64 0.82+ds-2 [24.4 kB]
11:19:15 #10 7.572 Get:252 http://deb.debian.org/debian bookworm/main arm64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:19:15 #10 7.572 Get:253 http://deb.debian.org/debian bookworm/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:15 #10 7.574 Get:254 http://deb.debian.org/debian bookworm/main arm64 libclass-inspector-perl all 1.36-3 [17.5 kB]
11:19:15 #10 7.574 Get:255 http://deb.debian.org/debian bookworm/main arm64 libcommon-sense-perl arm64 3.75-3 [23.0 kB]
11:19:15 #10 7.574 Get:256 http://deb.debian.org/debian bookworm/main arm64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:19:15 #10 7.576 Get:257 http://deb.debian.org/debian bookworm/main arm64 libparams-util-perl arm64 1.102-2+b1 [24.2 kB]
11:19:15 #10 7.577 Get:258 http://deb.debian.org/debian bookworm/main arm64 libsub-install-perl all 0.929-1 [10.5 kB]
11:19:15 #10 7.582 Get:259 http://deb.debian.org/debian bookworm/main arm64 libdata-optlist-perl all 0.113-1 [10.6 kB]
11:19:15 #10 7.582 Get:260 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-perl all 0.989-1 [50.5 kB]
11:19:15 #10 7.582 Get:261 http://deb.debian.org/debian bookworm/main arm64 libconst-fast-perl all 0.014-2 [8792 B]
11:19:15 #10 7.582 Get:262 http://deb.debian.org/debian bookworm/main arm64 libwant-perl arm64 0.29-2+b1 [27.1 kB]
11:19:15 #10 7.582 Get:263 http://deb.debian.org/debian bookworm/main arm64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:19:15 #10 7.582 Get:264 http://deb.debian.org/debian bookworm/main arm64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:19:15 #10 7.582 Get:265 http://deb.debian.org/debian bookworm/main arm64 libcpanel-json-xs-perl arm64 4.35-1 [128 kB]
11:19:15 #10 7.582 Get:266 http://deb.debian.org/debian bookworm/main arm64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:19:15 #10 7.582 Get:267 http://deb.debian.org/debian bookworm/main arm64 libexception-class-perl all 1.45-1 [34.6 kB]
11:19:15 #10 7.588 Get:268 http://deb.debian.org/debian bookworm/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:19:15 #10 7.588 Get:269 http://deb.debian.org/debian bookworm/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:19:15 #10 7.588 Get:270 http://deb.debian.org/debian bookworm/main arm64 libdata-dpath-perl all 0.58-2 [43.6 kB]
11:19:15 #10 7.605 Get:271 http://deb.debian.org/debian bookworm/main arm64 libdata-dump-perl all 1.25-1 [28.4 kB]
11:19:15 #10 7.605 Get:272 http://deb.debian.org/debian bookworm/main arm64 libdata-messagepack-perl arm64 1.02-1+b1 [34.0 kB]
11:19:15 #10 7.605 Get:273 http://deb.debian.org/debian bookworm/main arm64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:19:15 #10 7.605 Get:274 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:15 #10 7.605 Get:275 http://deb.debian.org/debian bookworm/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:19:15 #10 7.605 Get:276 http://deb.debian.org/debian bookworm/main arm64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:19:15 #10 7.605 Get:277 http://deb.debian.org/debian bookworm/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2+b1 [98.8 kB]
11:19:15 #10 7.605 Get:278 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:19:15 #10 7.605 Get:279 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:19:15 #10 7.605 Get:280 http://deb.debian.org/debian bookworm/main arm64 libdevel-size-perl arm64 0.83-2+b1 [24.2 kB]
11:19:15 #10 7.605 Get:281 http://deb.debian.org/debian bookworm/main arm64 libdistro-info-perl all 1.5 [5300 B]
11:19:15 #10 7.606 Get:282 http://deb.debian.org/debian bookworm/main arm64 libemail-address-xs-perl arm64 1.05-1+b1 [28.3 kB]
11:19:15 #10 7.609 Get:283 http://deb.debian.org/debian bookworm/main arm64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:19:15 #10 7.609 Get:284 http://deb.debian.org/debian bookworm/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
11:19:15 #10 7.610 Get:285 http://deb.debian.org/debian bookworm/main arm64 libindirect-perl arm64 0.39-2+b1 [26.6 kB]
11:19:15 #10 7.612 Get:286 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-keyword-perl arm64 0.33-1 [57.0 kB]
11:19:15 #10 7.613 Get:287 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-sublike-perl arm64 0.16-1+b2 [28.0 kB]
11:19:15 #10 7.618 Get:288 http://deb.debian.org/debian bookworm/main arm64 libobject-pad-perl arm64 0.78-1 [113 kB]
11:19:15 #10 7.618 Get:289 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:19:15 #10 7.619 Get:290 http://deb.debian.org/debian bookworm/main arm64 libsyntax-keyword-try-perl arm64 0.28-1 [28.2 kB]
11:19:15 #10 7.620 Get:291 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:19:15 #10 7.621 Get:292 http://deb.debian.org/debian bookworm/main arm64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:19:15 #10 7.622 Get:293 http://deb.debian.org/debian bookworm/main arm64 libfile-basedir-perl all 0.09-2 [15.1 kB]
11:19:15 #10 7.628 Get:294 http://deb.debian.org/debian bookworm/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:15 #10 7.628 Get:295 http://deb.debian.org/debian bookworm/main arm64 libfile-fcntllock-perl arm64 0.22-4+b1 [34.8 kB]
11:19:15 #10 7.628 Get:296 http://deb.debian.org/debian bookworm/main arm64 libnumber-compare-perl all 0.03-3 [6332 B]
11:19:15 #10 7.629 Get:297 http://deb.debian.org/debian bookworm/main arm64 libtext-glob-perl all 0.11-3 [7676 B]
11:19:15 #10 7.630 Get:298 http://deb.debian.org/debian bookworm/main arm64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:19:15 #10 7.632 Get:299 http://deb.debian.org/debian bookworm/main arm64 libfont-afm-perl all 1.20-4 [13.1 kB]
11:19:15 #10 7.632 Get:300 http://deb.debian.org/debian bookworm/main arm64 libio-string-perl all 1.08-4 [12.1 kB]
11:19:15 #10 7.634 Get:301 http://deb.debian.org/debian bookworm/main arm64 libfont-ttf-perl all 1.06-2 [318 kB]
11:19:15 #10 7.634 Get:302 http://deb.debian.org/debian bookworm/main arm64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:19:15 #10 7.635 Get:303 http://deb.debian.org/debian bookworm/main arm64 libsort-versions-perl all 1.62-3 [8928 B]
11:19:15 #10 7.639 Get:304 http://deb.debian.org/debian bookworm/main arm64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:19:15 #10 7.639 Get:305 http://deb.debian.org/debian bookworm/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:19:15 #10 7.647 Get:306 http://deb.debian.org/debian bookworm/main arm64 libio-prompter-perl all 0.004015-2 [59.9 kB]
11:19:15 #10 7.648 Get:307 http://deb.debian.org/debian bookworm/main arm64 libjson-perl all 4.10000-1 [87.5 kB]
11:19:15 #10 7.649 Get:308 http://deb.debian.org/debian bookworm/main arm64 liblog-any-perl all 1.713-1 [76.3 kB]
11:19:15 #10 7.650 Get:309 http://deb.debian.org/debian bookworm/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:19:15 #10 7.652 Get:310 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-perl all 0.40-1 [22.0 kB]
11:19:15 #10 7.653 Get:311 http://deb.debian.org/debian bookworm/main arm64 libsub-identify-perl arm64 0.14-3 [10.9 kB]
11:19:15 #10 7.654 Get:312 http://deb.debian.org/debian bookworm/main arm64 libsub-name-perl arm64 0.26-2+b1 [12.4 kB]
11:19:15 #10 7.655 Get:313 http://deb.debian.org/debian bookworm/main arm64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:19:15 #10 7.657 Get:314 http://deb.debian.org/debian bookworm/main arm64 libpath-tiny-perl all 0.144-1 [56.4 kB]
11:19:15 #10 7.657 Get:315 http://deb.debian.org/debian bookworm/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:15 #10 7.659 Get:316 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-perl all 2.002001-1 [377 kB]
11:19:15 #10 7.659 Get:317 http://deb.debian.org/debian bookworm/main arm64 libgitlab-api-v4-perl all 0.26-3 [88.2 kB]
11:19:15 #10 7.664 Get:318 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-1 [1311 kB]
11:19:15 #10 7.669 Get:319 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-1 [1208 kB]
11:19:15 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 54.53MB / 116.81MB 10.9s
11:19:15 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:15 #10 9.393 Selecting previously unselected package man-db.
11:19:15 #10 9.393 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
11:19:15 #10 9.400 Unpacking man-db (2.8.5-2) ...
11:19:15 #11 11.73 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:15 #11 11.73 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
11:19:15 #11 11.74 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
11:19:15 #11 11.74 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
11:19:15 #11 11.74 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
11:19:15 #11 11.77 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
11:19:15 #11 11.77 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:19:15 #11 11.79 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:19:15 #11 11.83 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
11:19:15 #11 11.85 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
11:19:15 #11 11.86 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
11:19:15 #11 11.86 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.16 [232 kB]
11:19:15 #11 11.87 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:15 #11 11.88 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.10 [887 kB]
11:19:15 #11 11.90 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.10 [4534 kB]
11:19:15 #11 11.96 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:19:15 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.4s done
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 39.85MB / 53.32MB 11.3s
11:19:15 #10 12.51 Fetched 196 MB in 4s (53.7 MB/s)
11:19:15 #10 12.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 ... 6009 files and directories currently installed.)
11:19:15 #10 12.55 Preparing to unpack .../dpkg_1.21.21_amd64.deb ...
11:19:15 #10 12.56 Unpacking dpkg (1.21.21) over (1.21.20) ...
11:19:15 #9 14.44 Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:19:15 #9 14.44 Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
11:19:15 #9 14.44 Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:15 #9 14.46 Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]
11:19:15 #9 14.50 Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:15 #9 14.50 Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-op-check-perl amd64 0.22-1 [10.1 kB]
11:19:15 #9 14.50 Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:15 #9 14.50 Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-callchecker-perl amd64 0.007-2build1 [14.1 kB]
11:19:15 #9 14.51 Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-classify-perl amd64 0.015-1 [21.2 kB]
11:19:15 #9 14.51 Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:15 #9 14.51 Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:15 #9 14.51 Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:15 #9 14.51 Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:15 #9 14.52 Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvariable-magic-perl amd64 0.62-1 [34.5 kB]
11:19:15 #9 14.55 Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:19:15 #9 14.57 Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:19:15 #9 14.57 Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
11:19:15 #9 14.60 Get:191 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
11:19:15 #9 14.61 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
11:19:15 #10 10.52 debconf: delaying package configuration, since apt-utils is not installed
11:19:15 #10 10.56 Fetched 175 MB in 3s (68.7 MB/s)
11:19:15 #10 10.59 Selecting previously unselected package bsdextrautils.
11:19:15 #10 10.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 ... 6661 files and directories currently installed.)
11:19:15 #10 10.59 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
11:19:15 #10 10.60 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:19:15 #10 10.65 Selecting previously unselected package libuchardet0:amd64.
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 32.51MB / 116.81MB 11.2s
11:19:15 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 20.97MB / 53.32MB 11.0s
11:19:15 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 20.97MB / 116.81MB 11.2s
11:19:15 #10 7.692 Get:320 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
11:19:15 #10 7.692 Get:321 http://deb.debian.org/debian bookworm/main arm64 libhtml-form-perl all 6.11-1 [33.1 kB]
11:19:15 #10 7.692 Get:322 http://deb.debian.org/debian bookworm/main arm64 libhtml-format-perl all 2.16-2 [38.8 kB]
11:19:15 #10 7.692 Get:323 http://deb.debian.org/debian bookworm/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:19:15 #10 7.692 Get:324 http://deb.debian.org/debian bookworm/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:19:15 #10 7.698 Get:325 http://deb.debian.org/debian bookworm/main arm64 libhttp-daemon-perl all 6.16-1 [23.5 kB]
11:19:15 #10 7.698 Get:326 http://deb.debian.org/debian bookworm/main arm64 libio-interactive-perl all 1.023-2 [11.0 kB]
11:19:15 #10 7.698 Get:327 http://deb.debian.org/debian bookworm/main arm64 libio-sessiondata-perl all 1.03-3 [6316 B]
11:19:15 #10 7.702 Get:328 http://deb.debian.org/debian bookworm/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:15 #10 7.702 Get:329 http://deb.debian.org/debian bookworm/main arm64 libipc-run3-perl all 0.048-3 [33.2 kB]
11:19:15 #10 7.702 Get:330 http://deb.debian.org/debian bookworm/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:15 #10 7.713 Get:331 http://deb.debian.org/debian bookworm/main arm64 libjson-xs-perl arm64 4.030-2+b1 [90.7 kB]
11:19:15 #10 7.713 Get:332 http://deb.debian.org/debian bookworm/main arm64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:19:15 #10 7.713 Get:333 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB]
11:19:15 #10 7.732 Get:334 http://deb.debian.org/debian bookworm/main arm64 liblist-compare-perl all 0.55-2 [65.7 kB]
11:19:15 #10 7.732 Get:335 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-perl all 0.59-1 [37.1 kB]
11:19:15 #10 7.732 Get:336 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [31.1 kB]
11:19:15 #10 7.732 Get:337 http://deb.debian.org/debian bookworm/main arm64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:19:15 #10 7.732 Get:338 http://deb.debian.org/debian bookworm/main arm64 libltdl7 arm64 2.4.7-5 [392 kB]
11:19:15 #10 7.734 Get:339 http://deb.debian.org/debian bookworm/main arm64 libltdl-dev arm64 2.4.7-5 [165 kB]
11:19:15 #10 7.735 Get:340 http://deb.debian.org/debian bookworm/main arm64 liblz1 arm64 1.13-5 [38.9 kB]
11:19:15 #10 7.737 Get:341 http://deb.debian.org/debian bookworm/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
11:19:15 #10 7.737 Get:342 http://deb.debian.org/debian bookworm/main arm64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:19:15 #10 7.737 Get:343 http://deb.debian.org/debian bookworm/main arm64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:19:15 #10 7.739 Get:344 http://deb.debian.org/debian bookworm/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:19:15 #10 7.740 Get:345 http://deb.debian.org/debian bookworm/main arm64 libmailtools-perl all 2.21-2 [95.6 kB]
11:19:15 #10 7.741 Get:346 http://deb.debian.org/debian bookworm/main arm64 libmarkdown2 arm64 2.2.7-2 [34.1 kB]
11:19:15 #10 7.742 Get:347 http://deb.debian.org/debian bookworm/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:19:15 #10 7.744 Get:348 http://deb.debian.org/debian bookworm/main arm64 libmime-tools-perl all 5.510-1 [213 kB]
11:19:15 #10 7.746 Get:349 http://deb.debian.org/debian bookworm/main arm64 libmldbm-perl all 2.05-4 [16.8 kB]
11:19:15 #10 7.751 Get:350 http://deb.debian.org/debian bookworm/main arm64 libmoox-aliases-perl all 0.001006-2 [7156 B]
11:19:15 #10 7.751 Get:351 http://deb.debian.org/debian bookworm/main arm64 libmouse-perl arm64 2.5.10-1+b3 [167 kB]
11:19:15 #10 7.754 Get:352 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b11 [39.9 kB]
11:19:15 #10 7.756 Get:353 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b11 [26.5 kB]
11:19:15 #10 7.758 Get:354 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-xs-perl arm64 0.30-1+b1 [18.8 kB]
11:19:15 #10 7.761 Get:355 http://deb.debian.org/debian bookworm/main arm64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:19:15 #10 7.762 Get:356 http://deb.debian.org/debian bookworm/main arm64 libperlio-gzip-perl arm64 0.20-1+b1 [17.1 kB]
11:19:15 #10 7.763 Get:357 http://deb.debian.org/debian bookworm/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.2 kB]
11:19:15 #10 7.766 Get:358 http://deb.debian.org/debian bookworm/main arm64 libpod-parser-perl all 1.65-1 [96.3 kB]
11:19:15 #10 7.766 Get:359 http://deb.debian.org/debian bookworm/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:15 #10 7.766 Get:360 http://deb.debian.org/debian bookworm/main arm64 libproc-processtable-perl arm64 0.634-1+b2 [42.4 kB]
11:19:15 #10 7.768 Get:361 http://deb.debian.org/debian bookworm/main arm64 libre2-9 arm64 20220601+dfsg-1+b1 [156 kB]
11:19:15 #10 7.770 Get:362 http://deb.debian.org/debian bookworm/main arm64 libre-engine-re2-perl arm64 0.17+ds-1 [18.4 kB]
11:19:15 #10 7.770 Get:363 http://deb.debian.org/debian bookworm/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
11:19:15 #10 7.771 Get:364 http://deb.debian.org/debian bookworm/main arm64 libref-util-perl all 0.204-2 [17.4 kB]
11:19:15 #10 7.800 Get:365 http://deb.debian.org/debian bookworm/main arm64 libref-util-xs-perl arm64 0.117-2+b1 [13.8 kB]
11:19:15 #10 7.800 Get:366 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:19:15 #10 7.800 Get:367 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:19:15 #10 7.800 Get:368 http://deb.debian.org/debian bookworm/main arm64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:19:15 #10 7.800 Get:369 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB]
11:19:15 #10 7.800 Get:370 http://deb.debian.org/debian bookworm/main arm64 libsereal-decoder-perl arm64 5.003+ds-1 [95.6 kB]
11:19:15 #10 7.806 Get:371 http://deb.debian.org/debian bookworm/main arm64 libsereal-encoder-perl arm64 5.003+ds-1 [97.1 kB]
11:19:15 #10 7.807 Get:372 http://deb.debian.org/debian bookworm/main arm64 libset-intspan-perl all 1.19-3 [25.3 kB]
11:19:15 #10 7.809 Get:373 http://deb.debian.org/debian bookworm/main arm64 libtask-weaken-perl all 1.06-2 [9364 B]
11:19:15 #10 7.810 Get:374 http://deb.debian.org/debian bookworm/main arm64 libxml-parser-perl arm64 2.46-4 [198 kB]
11:19:15 #10 7.812 Get:375 http://deb.debian.org/debian bookworm/main arm64 libsoap-lite-perl all 1.27-2 [239 kB]
11:19:15 #10 7.814 Get:376 http://deb.debian.org/debian bookworm/main arm64 libsocket6-perl arm64 0.29-3 [21.3 kB]
11:19:15 #10 7.815 Get:377 http://deb.debian.org/debian bookworm/main arm64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:19:15 #10 7.816 Get:378 http://deb.debian.org/debian bookworm/main arm64 libstring-escape-perl all 2010.002-3 [18.7 kB]
11:19:15 #10 7.817 Get:379 http://deb.debian.org/debian bookworm/main arm64 libstring-license-perl all 0.0.2-1 [34.3 kB]
11:19:15 #10 7.818 Get:380 http://deb.debian.org/debian bookworm/main arm64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:19:15 #10 7.819 Get:381 http://deb.debian.org/debian bookworm/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-2+b1 [33.2 kB]
11:19:15 #10 7.821 Get:382 http://deb.debian.org/debian bookworm/main arm64 libterm-readkey-perl arm64 2.38-2+b1 [24.1 kB]
11:19:15 #10 7.821 Get:383 http://deb.debian.org/debian bookworm/main arm64 libtext-levenshteinxs-perl arm64 0.03-5+b1 [8396 B]
11:19:15 #10 7.822 Get:384 http://deb.debian.org/debian bookworm/main arm64 libtext-markdown-discount-perl arm64 0.16-1 [13.0 kB]
11:19:15 #10 7.824 Get:385 http://deb.debian.org/debian bookworm/main arm64 libtext-xslate-perl arm64 3.5.9-1+b2 [196 kB]
11:19:15 #10 7.827 Get:386 http://deb.debian.org/debian bookworm/main arm64 libtime-duration-perl all 1.21-2 [13.1 kB]
11:19:15 #10 7.828 Get:387 http://deb.debian.org/debian bookworm/main arm64 libtime-moment-perl arm64 0.44-2+b1 [72.2 kB]
11:19:15 #10 7.830 Get:388 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.6 kB]
11:19:15 #10 7.832 Get:389 http://deb.debian.org/debian bookworm/main arm64 libunicode-utf8-perl arm64 0.62-2 [19.9 kB]
11:19:15 #10 7.833 Get:390 http://deb.debian.org/debian bookworm/main arm64 libwww-mechanize-perl all 2.16-1 [116 kB]
11:19:15 #10 7.835 Get:391 http://deb.debian.org/debian bookworm/main arm64 libxdelta2 arm64 1.1.3-10.4 [47.4 kB]
11:19:15 #10 7.837 Get:392 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB]
11:19:15 #10 7.839 Get:393 http://deb.debian.org/debian bookworm/main arm64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:19:15 #10 7.840 Get:394 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:19:15 #10 7.841 Get:395 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:19:15 #10 7.842 Get:396 http://deb.debian.org/debian bookworm/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1+b1 [309 kB]
11:19:15 #10 7.844 Get:397 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:19:15 #10 7.849 Get:398 http://deb.debian.org/debian bookworm/main arm64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:19:15 #10 7.850 Get:399 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB]
11:19:15 #10 7.852 Get:400 http://deb.debian.org/debian bookworm/main arm64 libxstring-perl arm64 0.005-2+b1 [8324 B]
11:19:15 #10 7.852 Get:401 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
11:19:15 #10 7.854 Get:402 http://deb.debian.org/debian bookworm/main arm64 libyaml-libyaml-perl arm64 0.86+ds-1 [32.8 kB]
11:19:15 #10 7.856 Get:403 http://deb.debian.org/debian bookworm/main arm64 licensecheck all 3.3.5-1 [49.8 kB]
11:19:15 #10 7.857 Get:404 http://deb.debian.org/debian bookworm/main arm64 plzip arm64 1.10-5 [58.0 kB]
11:19:15 #10 7.858 Get:405 http://deb.debian.org/debian bookworm/main arm64 lzop arm64 1.04-2 [82.8 kB]
11:19:15 #10 7.860 Get:406 http://deb.debian.org/debian bookworm/main arm64 t1utils arm64 1.41-4 [59.8 kB]
11:19:15 #10 7.862 Get:407 http://deb.debian.org/debian bookworm/main arm64 unzip arm64 6.0-28 [157 kB]
11:19:15 #10 7.864 Get:408 http://deb.debian.org/debian bookworm/main arm64 lintian all 2.116.3 [1130 kB]
11:19:15 #10 7.877 Get:409 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
11:19:15 #10 7.885 Get:410 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-1 [2030 kB]
11:19:15 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 34.60MB / 53.32MB 10.5s
11:19:15 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 26.21MB / 47.40MB 10.7s
11:19:15 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 25.17MB / 116.81MB 10.8s
11:19:15 #10 9.600 Selecting previously unselected package perl-modules-5.28.
11:19:15 #10 9.600 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:19:15 #10 9.606 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:15 #11 11.96 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
11:19:15 #11 11.96 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:15 #11 11.99 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
11:19:15 #11 12.04 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:15 #11 12.04 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
11:19:15 #11 12.04 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:19:15 #11 12.04 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:15 #11 12.04 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:15 #11 12.04 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
11:19:15 #11 12.05 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:19:15 #11 12.05 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:15 #11 12.05 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
11:19:15 #11 12.06 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
11:19:15 #11 12.08 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
11:19:15 #11 12.11 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
11:19:15 #11 12.11 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
11:19:15 #11 12.12 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
11:19:15 #11 12.12 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:15 #11 12.13 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
11:19:15 #11 12.13 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
11:19:15 #11 12.14 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:15 #11 12.14 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
11:19:15 #11 12.15 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:15 #11 12.15 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:19:15 #11 12.18 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:19:15 #11 12.19 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:19:15 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0.1s
11:19:16 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 40.89MB / 47.40MB 11.5s
11:19:16 #9 14.62 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
11:19:16 #9 14.62 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
11:19:16 #9 14.62 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]
11:19:16 #9 14.62 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]
11:19:16 #9 14.62 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:19:16 #9 14.62 Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-xsaccessor-perl amd64 1.19-2build8 [32.8 kB]
11:19:16 #9 14.65 Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]
11:19:16 #9 14.66 Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:16 #9 14.67 Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-util-perl amd64 1.07-3build3 [19.6 kB]
11:19:16 #9 14.68 Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
11:19:16 #9 14.68 Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
11:19:16 #9 14.69 Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:19:16 #9 14.69 Get:205 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:19:16 #9 14.69 Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:19:16 #9 14.69 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
11:19:16 #9 14.69 Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
11:19:16 #9 14.72 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
11:19:16 #9 14.75 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:16 #9 14.76 Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
11:19:16 #9 14.79 Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]
11:19:16 #9 14.79 Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:19:16 #9 14.80 Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
11:19:16 #9 14.80 Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]
11:19:16 #9 14.82 Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:16 #9 14.82 Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:16 #9 14.82 Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:16 #9 14.82 Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:19:16 #9 14.82 Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:16 #10 10.65 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
11:19:16 #10 10.66 Unpacking libuchardet0:amd64 (0.0.7-1) ...
11:19:16 #10 10.70 Selecting previously unselected package groff-base.
11:19:16 #10 10.70 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
11:19:16 #10 10.71 Unpacking groff-base (1.22.4-6) ...
11:19:16 #10 10.92 Selecting previously unselected package libgdbm6:amd64.
11:19:16 #10 10.92 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
11:19:16 #10 10.93 Unpacking libgdbm6:amd64 (1.19-2) ...
11:19:16 #10 10.97 Selecting previously unselected package libpipeline1:amd64.
11:19:16 #10 10.97 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
11:19:16 #10 10.97 Unpacking libpipeline1:amd64 (1.5.3-1) ...
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 46.14MB / 116.81MB 11.4s
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 38.80MB / 53.32MB 11.3s
11:19:16 #10 7.905 Get:411 http://deb.debian.org/debian bookworm/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
11:19:16 #10 7.905 Get:412 http://deb.debian.org/debian bookworm/main arm64 pixz arm64 1.0.7-2 [20.4 kB]
11:19:16 #10 7.905 Get:413 http://deb.debian.org/debian bookworm/main arm64 xdelta arm64 1.1.3-10.4 [27.4 kB]
11:19:16 #10 7.905 Get:414 http://deb.debian.org/debian bookworm/main arm64 xdelta3 arm64 3.0.11-dfsg-1.2 [66.0 kB]
11:19:16 #10 7.905 Get:415 http://deb.debian.org/debian bookworm/main arm64 pristine-tar arm64 1.50 [110 kB]
11:19:16 #10 7.905 Get:416 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB]
11:19:16 #10 7.905 Get:417 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.3 [63.6 kB]
11:19:16 #10 7.905 Get:418 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.3 [152 kB]
11:19:16 #10 7.907 Get:419 http://deb.debian.org/debian bookworm/main arm64 python3-certifi all 2022.9.24-1 [153 kB]
11:19:16 #10 7.908 Get:420 http://deb.debian.org/debian bookworm/main arm64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:19:16 #10 7.909 Get:421 http://deb.debian.org/debian bookworm/main arm64 python3-idna all 3.3-1 [39.4 kB]
11:19:16 #10 7.910 Get:422 http://deb.debian.org/debian bookworm/main arm64 python3-magic all 2:0.4.26-3 [14.5 kB]
11:19:16 #10 7.911 Get:423 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
11:19:16 #10 7.913 Get:424 http://deb.debian.org/debian bookworm/main arm64 python3-urllib3 all 1.26.12-1 [117 kB]
11:19:16 #10 7.914 Get:425 http://deb.debian.org/debian bookworm/main arm64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:19:16 #10 7.916 Get:426 http://deb.debian.org/debian bookworm/main arm64 python3-unidiff all 0.7.3-1 [11.7 kB]
11:19:16 #10 7.918 Get:427 http://deb.debian.org/debian bookworm/main arm64 shared-mime-info arm64 2.2-1 [727 kB]
11:19:16 #10 7.924 Get:428 http://deb.debian.org/debian bookworm/main arm64 strace arm64 6.1-0.1 [1193 kB]
11:19:16 #10 7.932 Get:429 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB]
11:19:16 #10 7.934 Get:430 http://deb.debian.org/debian bookworm/main arm64 xdg-user-dirs arm64 0.18-1 [54.2 kB]
11:19:16 #10 7.936 Get:431 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-3 [584 kB]
11:19:16 #10 8.176 debconf: delaying package configuration, since apt-utils is not installed
11:19:16 #10 8.203 Fetched 184 MB in 2s (77.9 MB/s)
11:19:16 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 38.80MB / 53.32MB 11.1s
11:19:16 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 29.36MB / 47.40MB 11.1s
11:19:16 #11 12.19 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:16 #11 12.19 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:16 #11 12.22 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
11:19:16 #11 12.22 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
11:19:16 #11 12.25 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:16 #11 12.25 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:16 #11 12.25 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:19:16 #11 12.25 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:19:16 #11 12.25 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
11:19:16 #11 12.28 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:16 #11 12.29 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
11:19:16 #11 12.30 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
11:19:16 #11 12.31 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
11:19:16 #11 12.31 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:19:16 #11 12.32 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:16 #11 12.32 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
11:19:16 #11 12.32 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
11:19:16 #11 12.35 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
11:19:16 #11 12.35 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
11:19:16 #11 12.35 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
11:19:16 #11 12.38 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:19:16 #11 12.41 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 37.75MB / 116.81MB 11.2s
11:19:16 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 60.82MB / 116.81MB 11.4s
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 46.14MB / 116.81MB 11.5s
11:19:16 #9 DONE 2.3s
11:19:16 
11:19:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:16 #7 extracting sha256:584eb0c5cfb54e132e9230122b4127e416caf5c142189e5baaf53b3032aa3bdc 2.4s done
11:19:16 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 0.9s
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 34.60MB / 116.81MB 11.7s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 42.99MB / 53.32MB 11.8s
11:19:16 #9 14.85 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
11:19:16 #9 14.87 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:16 #9 14.88 Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
11:19:16 #9 14.89 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
11:19:16 #9 14.89 Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
11:19:16 #9 14.89 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:16 #9 14.90 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-stringy-perl all 2.111-2 [60.6 kB]
11:19:16 #9 14.91 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-validate-perl amd64 1.29-1 [52.3 kB]
11:19:16 #9 14.91 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:16 #9 14.92 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:19:16 #9 14.92 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:16 #9 14.94 Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:19:16 #9 14.97 Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
11:19:16 #9 14.97 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:19:16 #9 14.98 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
11:19:16 #9 14.99 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
11:19:16 #9 15.00 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
11:19:16 #9 15.01 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:16 #9 15.01 Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:19:16 #9 15.01 Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:19:16 #9 15.01 Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:19:16 #9 15.01 Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:16 #9 15.04 Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]
11:19:16 #17 4.002 NAME:
11:19:16 #17 4.002    go-winres - A tool for embedding resources in Windows executables
11:19:16 #17 4.002 
11:19:16 #17 4.002 USAGE:
11:19:16 #17 4.003    go-winres [global options] command [command options] [arguments...]
11:19:16 #17 4.003 
11:19:16 #17 4.003 COMMANDS:
11:19:16 #17 4.003    init     Create an initial ./winres/winres.json
11:19:16 #17 4.003    make     Make syso files for the "go build" command
11:19:16 #17 4.003    simply   Make syso files for the "go build" command (simplified)
11:19:16 #17 4.003    extract  Extract all resources from an executable
11:19:16 #17 4.003    patch    Replace resources in an executable file (exe, dll)
11:19:16 #17 4.003    help, h  Shows a list of commands or help for one command
11:19:16 #17 4.003 
11:19:16 #17 4.003 GLOBAL OPTIONS:
11:19:16 #17 4.003    --help, -h  show help (default: false)
11:19:16 #10 11.02 Selecting previously unselected package man-db.
11:19:16 #10 11.02 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
11:19:16 #10 11.02 Unpacking man-db (2.9.4-2) ...
11:19:16 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.1s
11:19:16 #7 ...
11:19:16 
11:19:16 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:16 #10 9.876 Get:56 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
11:19:16 #10 9.992 Get:57 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
11:19:16 #10 9.999 Get:58 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
11:19:16 #10 10.03 Get:59 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
11:19:16 #10 10.04 Get:60 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
11:19:16 #10 10.07 Get:61 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
11:19:16 #10 10.07 Get:62 http://deb.debian.org/debian-security buster/updates/main amd64 libc-dev-bin amd64 2.28-10+deb10u2 [276 kB]
11:19:16 #10 10.08 Get:63 http://deb.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.269-1 [1553 kB]
11:19:16 #10 10.10 Get:64 http://deb.debian.org/debian-security buster/updates/main amd64 libc6-dev amd64 2.28-10+deb10u2 [2693 kB]
11:19:16 #10 10.15 Get:65 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
11:19:16 #10 10.16 Get:66 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
11:19:16 #10 10.19 Get:67 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
11:19:16 #10 10.19 Get:68 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
11:19:16 #10 10.34 Get:69 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
11:19:16 #10 10.34 Get:70 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
11:19:16 #10 10.34 Get:71 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
11:19:16 #10 10.34 Get:72 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
11:19:16 #10 10.34 Get:73 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
11:19:16 #10 10.34 Get:74 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
11:19:16 #10 10.35 Get:75 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
11:19:16 #10 10.35 Get:76 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
11:19:16 #10 10.36 Get:77 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
11:19:16 #10 10.36 Get:78 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
11:19:16 #10 10.36 Get:79 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
11:19:16 #10 10.36 Get:80 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
11:19:16 #10 10.40 Get:81 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
11:19:16 #10 10.55 Get:82 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
11:19:16 #10 10.55 Get:83 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
11:19:16 #10 10.57 Get:84 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
11:19:16 #10 10.73 Get:85 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
11:19:16 #10 10.73 Get:86 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
11:19:16 #10 10.73 Get:87 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1415 kB]
11:19:16 #10 10.76 Get:88 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:19:16 #10 10.76 Get:89 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.8 [1776 kB]
11:19:16 #10 10.79 Get:90 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:19:16 #10 10.79 Get:91 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u4 [855 kB]
11:19:16 #10 10.80 Get:92 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
11:19:16 #10 10.81 Get:93 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
11:19:16 #10 10.81 Get:94 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
11:19:16 #10 10.81 Get:95 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:19:16 #10 10.81 Get:96 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
11:19:16 #10 10.82 Get:97 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
11:19:16 #10 10.82 Get:98 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
11:19:16 #10 10.82 Get:99 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
11:19:16 #10 10.82 Get:100 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
11:19:16 #10 10.82 Get:101 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u5 [334 kB]
11:19:16 #10 10.83 Get:102 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u5 [265 kB]
11:19:16 #10 10.84 Get:103 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
11:19:16 #10 10.84 Get:104 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
11:19:16 #10 10.85 Get:105 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
11:19:16 #10 10.85 Get:106 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
11:19:16 #10 10.85 Get:107 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:19:16 #10 10.86 Get:108 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:19:16 #10 10.86 Get:109 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
11:19:16 #10 10.86 Get:110 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
11:19:16 #10 10.88 Get:111 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
11:19:16 #10 10.88 Get:112 http://deb.debian.org/debian-security buster/updates/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u3 [102 kB]
11:19:16 #10 10.89 Get:113 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
11:19:16 #10 10.91 Get:114 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:16 #10 10.91 Get:115 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
11:19:16 #10 10.92 Get:116 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB]
11:19:16 #10 10.93 Get:117 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB]
11:19:16 #10 11.46 Get:118 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:19:16 #10 11.46 Get:119 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:19:16 #10 11.47 Get:120 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
11:19:16 #10 11.47 Get:121 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
11:19:16 #10 11.48 Get:122 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
11:19:16 #10 11.48 Get:123 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
11:19:16 #10 11.48 Get:124 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
11:19:16 #10 11.50 Get:125 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:19:16 #10 11.51 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
11:19:16 #10 11.52 Get:127 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
11:19:16 #10 11.54 Get:128 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
11:19:16 #10 11.54 Get:129 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
11:19:16 #10 11.55 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
11:19:16 #10 12.29 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
11:19:16 #10 12.38 Get:132 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
11:19:16 #10 12.39 Get:133 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:19:16 #10 12.40 Get:134 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
11:19:16 #10 12.40 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
11:19:16 #10 12.40 Get:136 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
11:19:16 #10 12.40 Get:137 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
11:19:16 #10 12.40 Get:138 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:19:16 #10 12.40 Get:139 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:16 #10 12.41 Get:140 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:19:16 #10 12.41 Get:141 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
11:19:16 #10 12.41 Get:142 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:19:16 #10 12.41 Get:143 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB]
11:19:16 #10 12.41 Get:144 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
11:19:16 #10 12.41 Get:145 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:16 #10 12.41 Get:146 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:16 #10 12.41 Get:147 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
11:19:16 #10 12.41 Get:148 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
11:19:16 #10 12.41 Get:149 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
11:19:16 #10 12.41 Get:150 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
11:19:16 #10 12.41 Get:151 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
11:19:16 #10 12.41 Get:152 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:19:16 #10 12.42 Get:153 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
11:19:16 #10 12.42 Get:154 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
11:19:16 #10 12.42 Get:155 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:19:16 #10 12.42 Get:156 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
11:19:16 #10 12.42 Get:157 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
11:19:16 #10 12.42 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
11:19:16 #10 12.43 Get:159 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
11:19:16 #10 12.43 Get:160 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:19:16 #10 12.43 Get:161 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
11:19:16 #10 12.43 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:19:16 #10 12.43 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:16 #10 12.44 Get:164 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
11:19:16 #10 12.44 Get:165 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+deb10u1 [308 kB]
11:19:16 #10 12.44 Get:166 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
11:19:16 #10 12.44 Get:167 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
11:19:16 #10 12.44 Get:168 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:19:16 #10 12.45 Get:169 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:16 #10 12.45 Get:170 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:16 #10 12.45 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB]
11:19:16 #10 12.45 Get:172 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
11:19:16 #10 12.45 Get:173 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
11:19:16 #10 12.45 Get:174 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB]
11:19:16 #10 12.47 Get:175 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
11:19:16 #10 12.47 Get:176 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
11:19:16 #10 12.47 Get:177 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
11:19:16 #10 12.48 Get:178 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
11:19:16 #10 12.48 Get:179 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
11:19:16 #10 12.48 Get:180 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB]
11:19:16 #10 12.48 Get:181 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
11:19:16 #10 12.49 Get:182 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
11:19:16 #10 12.49 Get:183 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
11:19:16 #10 12.49 Get:184 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
11:19:16 #10 12.49 Get:185 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-config all 4.92-8+deb10u7 [325 kB]
11:19:16 #10 12.50 Get:186 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-base amd64 4.92-8+deb10u7 [1137 kB]
11:19:16 #10 12.52 Get:187 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
11:19:16 #10 12.52 Get:188 http://deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2+deb10u2 [462 kB]
11:19:16 #10 12.53 Get:189 http://deb.debian.org/debian-security buster/updates/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u10 [318 kB]
11:19:16 #10 12.53 Get:190 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-daemon-light amd64 4.92-8+deb10u7 [584 kB]
11:19:16 #10 12.54 Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u5 [331 kB]
11:19:16 #10 12.55 Get:192 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
11:19:16 #10 12.55 Get:193 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
11:19:16 #10 12.55 Get:194 http://deb.debian.org/debian-security buster/updates/main amd64 git-man all 1:2.20.1-2+deb10u8 [1623 kB]
11:19:16 #10 12.58 Get:195 http://deb.debian.org/debian-security buster/updates/main amd64 git amd64 1:2.20.1-2+deb10u8 [5631 kB]
11:19:16 #10 12.67 Get:196 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
11:19:16 #10 12.67 Get:197 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
11:19:16 #10 12.68 Get:198 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB]
11:19:16 #10 12.75 Get:199 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
11:19:16 #10 12.80 Get:200 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:19:16 #10 12.80 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:19:16 #10 12.80 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:16 #10 12.80 Get:203 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
11:19:16 #10 12.81 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
11:19:16 #10 12.81 Get:205 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:19:16 #10 12.81 Get:206 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:19:16 #10 12.81 Get:207 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:19:16 #10 12.81 Get:208 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:19:16 #10 12.81 Get:209 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
11:19:16 #10 12.81 Get:210 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:19:16 #10 12.82 Get:211 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:16 #10 12.82 Get:212 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
11:19:16 #10 12.82 Get:213 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
11:19:16 #10 12.82 Get:214 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:19:16 #10 12.82 Get:215 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
11:19:16 #10 12.82 Get:216 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
11:19:16 #10 12.83 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
11:19:16 #10 12.83 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
11:19:16 #10 12.83 Get:219 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
11:19:16 #10 12.83 Get:220 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
11:19:16 #10 12.83 Get:221 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
11:19:16 #10 12.83 Get:222 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
11:19:16 #10 12.83 Get:223 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
11:19:16 #10 12.83 Get:224 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:16 #10 12.83 Get:225 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
11:19:16 #10 12.83 Get:226 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
11:19:16 #10 12.84 Get:227 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:16 #10 12.84 Get:228 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:16 #10 12.84 Get:229 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
11:19:16 #10 12.84 Get:230 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:19:16 #10 12.84 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:19:16 #10 12.84 Get:232 http://deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
11:19:16 #10 12.84 Get:233 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:16 #10 12.84 Get:234 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
11:19:16 #10 12.84 Get:235 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
11:19:16 #10 12.84 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
11:19:16 #10 12.85 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:19:16 #10 12.85 Get:238 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
11:19:16 #10 12.85 Get:239 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:19:16 #10 12.85 Get:240 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:19:16 #10 12.85 Get:241 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:16 #10 12.85 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:19:16 #10 12.85 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
11:19:16 #10 12.85 Get:244 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
11:19:16 #10 12.85 Get:245 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB]
11:19:16 #10 12.85 Get:246 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
11:19:16 #10 12.86 Get:247 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:16 #10 12.86 Get:248 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
11:19:16 #10 12.86 Get:249 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:19:16 #10 12.86 Get:250 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:16 #10 12.86 Get:251 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:16 #10 12.86 Get:252 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:19:16 #10 12.86 Get:253 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:16 #10 12.87 Get:254 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB]
11:19:16 #10 12.87 Get:255 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
11:19:16 #10 12.87 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:16 #10 12.87 Get:257 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
11:19:16 #10 12.87 Get:258 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
11:19:16 #10 12.87 Get:259 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:16 #10 12.87 Get:260 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
11:19:16 #10 12.88 Get:261 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
11:19:16 #10 12.88 Get:262 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:19:16 #10 12.88 Get:263 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:19:16 #10 12.90 Get:264 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
11:19:16 #10 12.90 Get:265 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
11:19:16 #10 12.90 Get:266 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB]
11:19:16 #10 12.90 Get:267 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+deb10u1 [207 kB]
11:19:16 #10 12.90 Get:268 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
11:19:16 #10 12.91 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
11:19:16 #10 12.91 Get:270 http://deb.debian.org/debian-security buster/updates/main amd64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:19:16 #10 12.91 Get:271 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:19:16 #10 12.91 Get:272 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
11:19:16 #10 12.91 Get:273 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
11:19:16 #10 12.91 Get:274 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
11:19:16 #10 12.92 Get:275 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:19:16 #10 12.92 Get:276 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
11:19:16 #10 12.92 Get:277 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
11:19:16 #10 12.92 Get:278 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
11:19:16 #10 12.93 Get:279 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
11:19:16 #10 12.93 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
11:19:16 #10 12.93 Get:281 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
11:19:16 #10 12.94 Get:282 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:19:16 #10 12.94 Get:283 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:19:16 #10 12.94 Get:284 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB]
11:19:16 #10 12.96 Get:285 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
11:19:16 #10 12.96 Get:286 http://deb.debian.org/debian-security buster/updates/main amd64 mariadb-common all 1:10.3.38-0+deb10u1 [33.4 kB]
11:19:16 #10 12.96 Get:287 http://deb.debian.org/debian-security buster/updates/main amd64 libmariadb3 amd64 1:10.3.38-0+deb10u1 [173 kB]
11:19:16 #10 12.96 Get:288 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
11:19:16 #10 12.97 Get:289 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
11:19:16 #10 13.00 Get:290 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
11:19:16 #10 13.01 Get:291 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB]
11:19:16 #10 13.03 Get:292 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
11:19:16 #10 13.03 Get:293 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
11:19:16 #10 13.03 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
11:19:16 #10 13.03 Get:295 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
11:19:16 #10 13.03 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
11:19:16 #10 13.03 Get:297 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
11:19:16 #10 13.04 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
11:19:16 #10 13.04 Get:299 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
11:19:16 #10 13.04 Get:300 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:19:16 #10 13.04 Get:301 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
11:19:16 #10 13.04 Get:302 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:16 #10 13.04 Get:303 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
11:19:16 #10 13.04 Get:304 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
11:19:16 #10 13.04 Get:305 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
11:19:16 #10 13.05 Get:306 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
11:19:16 #10 13.05 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
11:19:16 #10 13.05 Get:308 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:19:16 #10 13.05 Get:309 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB]
11:19:16 #10 13.05 Get:310 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
11:19:16 #10 13.05 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
11:19:16 #10 13.06 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
11:19:16 #10 13.06 Get:313 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
11:19:16 #10 13.06 Get:314 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
11:19:16 #10 13.06 Get:315 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
11:19:16 #10 13.06 Get:316 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
11:19:16 #10 13.06 Get:317 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:16 #10 13.06 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:16 #10 13.07 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:16 #10 13.07 Get:320 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
11:19:16 #10 13.07 Get:321 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
11:19:16 #10 13.07 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
11:19:16 #10 13.07 Get:323 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:19:16 #10 13.07 Get:324 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
11:19:16 #10 13.07 Get:325 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB]
11:19:16 #10 13.07 Get:326 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB]
11:19:16 #10 13.08 Get:327 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB]
11:19:16 #10 13.08 Get:328 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
11:19:16 #10 13.08 Get:329 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:19:16 #10 13.08 Get:330 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
11:19:16 #10 13.08 Get:331 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:19:16 #10 13.09 Get:332 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
11:19:16 #10 13.10 Get:333 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
11:19:16 #10 13.10 Get:334 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:19:16 #10 13.10 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:19:16 #10 13.10 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:19:16 #10 13.11 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
11:19:16 #10 13.11 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:16 #10 13.11 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
11:19:16 #10 13.11 Get:340 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:19:16 #10 13.11 Get:341 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
11:19:16 #10 13.12 Get:342 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
11:19:16 #10 13.12 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
11:19:16 #10 13.12 Get:344 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
11:19:16 #10 13.12 Get:345 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
11:19:16 #10 13.13 Get:346 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB]
11:19:16 #10 13.15 Get:347 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
11:19:16 #10 13.15 Get:348 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB]
11:19:16 #10 13.16 Get:349 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
11:19:16 #10 13.19 Get:350 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB]
11:19:16 #10 13.19 Get:351 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:19:16 #10 13.19 Get:352 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
11:19:16 #10 13.20 Get:353 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
11:19:16 #10 13.20 Get:354 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
11:19:16 #10 13.21 Get:355 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
11:19:16 #10 13.21 Get:356 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
11:19:16 #10 13.21 Get:357 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
11:19:16 #10 13.21 Get:358 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB]
11:19:16 #10 13.21 Get:359 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
11:19:16 #10 13.22 Get:360 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
11:19:16 #10 13.22 Get:361 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
11:19:16 #10 13.23 Get:362 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
11:19:16 #10 13.24 Get:363 http://deb.debian.org/debian-security buster/updates/main amd64 unzip amd64 6.0-23+deb10u3 [172 kB]
11:19:16 #10 13.24 Get:364 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
11:19:16 #10 13.24 Get:365 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
11:19:16 #10 13.49 debconf: delaying package configuration, since apt-utils is not installed
11:19:16 #10 13.52 Fetched 171 MB in 5s (33.1 MB/s)
11:19:16 #10 13.55 Selecting previously unselected package sensible-utils.
11:19:16 #10 13.55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
11:19:16 #10 13.55 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:19:16 #10 13.55 Unpacking sensible-utils (0.0.12) ...
11:19:16 #10 13.58 Selecting previously unselected package lsb-base.
11:19:16 #10 13.58 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:19:16 #10 13.59 Unpacking lsb-base (10.2019051400) ...
11:19:16 #10 13.62 Selecting previously unselected package cron.
11:19:16 #10 13.62 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ...
11:19:16 #10 13.63 Unpacking cron (3.0pl1-134+deb10u1) ...
11:19:16 #10 13.68 Selecting previously unselected package libbsd0:amd64.
11:19:16 #10 13.68 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
11:19:16 #10 13.69 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
11:19:16 #10 13.73 Selecting previously unselected package bsdmainutils.
11:19:16 #10 13.73 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ...
11:19:16 #10 13.73 Unpacking bsdmainutils (11.1.2+b1) ...
11:19:16 #10 13.81 Selecting previously unselected package libuchardet0:amd64.
11:19:16 #10 13.81 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ...
11:19:16 #10 13.81 Unpacking libuchardet0:amd64 (0.0.6-3) ...
11:19:16 #10 13.84 Selecting previously unselected package groff-base.
11:19:16 #10 13.84 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ...
11:19:16 #10 13.85 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:19:16 #10 14.03 Selecting previously unselected package libgdbm6:amd64.
11:19:16 #10 14.03 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ...
11:19:16 #10 14.04 Unpacking libgdbm6:amd64 (1.18.1-4) ...
11:19:16 #10 14.11 Selecting previously unselected package libpipeline1:amd64.
11:19:16 #10 14.11 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ...
11:19:16 #10 14.11 Unpacking libpipeline1:amd64 (1.5.1-2) ...
11:19:16 #10 14.16 Selecting previously unselected package man-db.
11:19:16 #10 14.16 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ...
11:19:16 #10 14.17 Unpacking man-db (2.8.5-2) ...
11:19:16 #10 14.39 Selecting previously unselected package perl-modules-5.28.
11:19:16 #10 14.39 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:19:16 #10 14.40 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:16 #10 8.237 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6003 files and directories currently installed.)
11:19:16 #10 8.237 Preparing to unpack .../dpkg_1.21.21_arm64.deb ...
11:19:16 #10 8.250 Unpacking dpkg (1.21.21) over (1.21.20) ...
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:16 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.6s done
11:19:16 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3
11:19:16 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:16 #8 DONE 18.8s
11:19:16 
11:19:16 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 39.85MB / 116.81MB 11.5s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 44.04MB / 53.32MB 11.7s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 24.12MB / 53.32MB 11.6s
11:19:16 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 11.7s done
11:19:16 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 0B / 154B 11.7s
11:19:16 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 11.7s done
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.2s
11:19:16 #11 12.41 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:16 #11 12.42 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:19:16 #11 12.42 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:16 #11 12.43 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
11:19:16 #11 12.44 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
11:19:16 #11 12.45 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:19:16 #11 12.45 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
11:19:16 #11 12.45 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
11:19:16 #11 12.45 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
11:19:16 #11 12.48 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:16 #11 12.49 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
11:19:16 #11 12.51 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
11:19:16 #11 12.54 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:19:16 #11 12.55 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
11:19:16 #11 12.55 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:19:16 #11 12.55 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:16 #11 12.55 Get:283 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:19:16 #11 12.55 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
11:19:16 #11 12.55 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:19:16 #11 12.55 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
11:19:16 #11 12.58 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
11:19:16 #11 12.61 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:19:16 #11 12.61 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:19:16 #11 12.61 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
11:19:16 #11 12.63 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:19:16 #11 12.63 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:16 #11 12.64 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
11:19:16 #11 12.65 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:16 #11 12.65 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
11:19:16 #11 12.65 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
11:19:16 #11 12.65 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
11:19:16 #11 12.68 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:16 #11 12.70 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:16 #11 12.70 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
11:19:16 #11 12.71 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:19:16 #11 12.71 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
11:19:16 #11 12.72 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
11:19:16 #11 12.72 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
11:19:16 #11 12.73 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
11:19:16 #11 12.73 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
11:19:16 #11 12.73 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:19:16 #11 12.73 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.7s
11:19:16 #10 10.16 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:16 #10 10.16 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
11:19:16 #10 10.17 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
11:19:16 #10 10.21 Selecting previously unselected package libperl5.28:arm64.
11:19:16 #10 10.21 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
11:19:16 #10 10.22 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
11:19:16 #7 ...
11:19:16 
11:19:16 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:16 #0 0.866 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:19:16 #0 0.877 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:19:16 #0 0.877 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:19:16 #0 1.045 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
11:19:16 #0 1.468 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [230 kB]
11:19:16 #0 1.871 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
11:19:16 #0 2.202 Fetched 8522 kB in 2s (5367 kB/s)
11:19:16 #0 2.202 Reading package lists...
11:19:16 #0 2.781 Reading package lists...
11:19:16 #0 3.366 Building dependency tree...
11:19:16 #0 3.549 Reading state information...
11:19:16 #0 3.881 The following additional packages will be installed:
11:19:16 #0 3.881   autoconf automake autopoint autotools-dev binutils
11:19:16 #0 3.881   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:16 #0 3.881   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:19:16 #0 3.881   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:16 #0 3.881   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:16 #0 3.881   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:16 #0 3.881   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:16 #0 3.881   intltool-debian iso-codes less libalgorithm-diff-perl
11:19:16 #0 3.881   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:16 #0 3.881   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:19:16 #0 3.881   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:16 #0 3.881   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:16 #0 3.881   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:19:16 #0 3.881   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:19:16 #0 3.881   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:16 #0 3.881   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:16 #0 3.881   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:16 #0 3.881   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:16 #0 3.881   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:16 #0 3.881   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:19:16 #0 3.881   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:16 #0 3.881   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:16 #0 3.881   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:16 #0 3.881   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:16 #0 3.881   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:16 #0 3.881   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:16 #0 3.881   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:16 #0 3.881   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:16 #0 3.881   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:16 #0 3.882   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:16 #0 3.882   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:16 #0 3.882   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:16 #0 3.882   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:16 #0 3.882   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:16 #0 3.882   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:16 #0 3.882   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:16 #0 3.882   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:16 #0 3.882   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:16 #0 3.882   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:16 #0 3.882   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:16 #0 3.882   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:16 #0 3.882   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:16 #0 3.882   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:16 #0 3.882   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:16 #0 3.882   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:16 #0 3.882   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:16 #0 3.882   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:16 #0 3.882   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:16 #0 3.882   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:16 #0 3.882   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:16 #0 3.882   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:16 #0 3.882   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:16 #0 3.882   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:16 #0 3.882   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:16 #0 3.882   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:16 #0 3.882   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:16 #0 3.882   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:16 #0 3.882   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:19:16 #0 3.882   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:16 #0 3.882   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:16 #0 3.886   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:16 #0 3.886   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:16 #0 3.886   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:16 #0 3.886   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:16 #0 3.886   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:16 #0 3.886   libstring-shellquote-perl libsub-exporter-perl
11:19:16 #0 3.886   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:16 #0 3.886   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:16 #0 3.886   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:16 #0 3.886   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:16 #0 3.886   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:16 #0 3.886   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:16 #0 3.886   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:19:16 #0 3.886   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:16 #0 3.886   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:19:16 #0 3.886   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:19:16 #0 3.886   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:16 #0 3.886   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:16 #0 3.886   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:19:16 #0 3.886   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:19:16 #0 3.886   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:16 #0 3.886   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:19:16 #0 3.886   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:19:16 #0 3.886   python3 python3-apt python3-certifi python3-chardet python3-debian
11:19:16 #0 3.886   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:16 #0 3.886   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:16 #0 3.886   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:19:16 #0 3.886   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:16 #0 3.886 Suggested packages:
11:19:16 #0 3.886   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:16 #0 3.886   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:16 #0 3.886   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:16 #0 3.886   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:16 #0 3.886   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:16 #0 3.886   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:16 #0 3.886   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:16 #0 3.886   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:19:16 #0 3.886   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:16 #0 3.886   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:16 #0 3.886   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:19:16 #0 3.886   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
11:19:16 #0 3.886   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
11:19:16 #0 3.886   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:16 #0 3.886   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:16 #0 3.886   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:16 #0 3.886   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
11:19:16 #0 3.886   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:16 #0 3.886   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
11:19:16 #0 3.886   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
11:19:16 #0 3.886   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:16 #0 3.886   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:16 #0 3.886   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:19:16 #0 3.886   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:16 #0 3.886   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:19:16 #0 3.886   python3-socks python-requests-doc python3.9-venv python3.9-doc
11:19:16 #0 3.886   binfmt-support readline-doc zip wdiff-doc
11:19:16 #0 5.594 The following NEW packages will be installed:
11:19:16 #0 5.594   autoconf automake autopoint autotools-dev binutils
11:19:16 #0 5.594   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:16 #0 5.594   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:19:16 #0 5.594   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:16 #0 5.594   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:16 #0 5.594   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:19:16 #0 5.594   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:16 #0 5.594   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:19:16 #0 5.594   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:16 #0 5.594   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:16 #0 5.594   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:19:16 #0 5.594   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:16 #0 5.594   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:16 #0 5.594   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:19:16 #0 5.594   libclass-inspector-perl libclass-method-modifiers-perl
11:19:16 #0 5.594   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:16 #0 5.594   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:16 #0 5.594   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:16 #0 5.594   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:16 #0 5.594   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:16 #0 5.594   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:16 #0 5.594   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:16 #0 5.594   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:16 #0 5.594   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:16 #0 5.594   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:16 #0 5.594   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:16 #0 5.594   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:16 #0 5.594   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:16 #0 5.594   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:16 #0 5.594   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:16 #0 5.594   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:16 #0 5.594   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:16 #0 5.594   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:16 #0 5.594   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:16 #0 5.594   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:16 #0 5.594   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:16 #0 5.594   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:16 #0 5.594   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:16 #0 5.594   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:16 #0 5.594   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:16 #0 5.594   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:16 #0 5.594   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:16 #0 5.594   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:16 #0 5.594   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:16 #0 5.594   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:16 #0 5.594   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:16 #0 5.594   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:16 #0 5.594   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:16 #0 5.594   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:16 #0 5.594   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:16 #0 5.594   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:16 #0 5.594   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:16 #0 5.594   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:16 #0 5.594   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:16 #0 5.594   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:16 #0 5.594   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:16 #0 5.594   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:16 #0 5.594   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:19:16 #0 5.594   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:16 #0 5.594   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:16 #0 5.594   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:16 #0 5.594   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:16 #0 5.594   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:16 #0 5.594   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:16 #0 5.594   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:16 #0 5.594   libstring-shellquote-perl libsub-exporter-perl
11:19:16 #0 5.594   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:16 #0 5.594   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:16 #0 5.594   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:16 #0 5.594   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:16 #0 5.594   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:16 #0 5.594   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:16 #0 5.594   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:19:16 #0 5.594   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:16 #0 5.594   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:19:16 #0 5.594   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:19:16 #0 5.594   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:16 #0 5.594   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:16 #0 5.594   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:19:16 #0 5.594   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:19:16 #0 5.594   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:16 #0 5.594   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:19:16 #0 5.594   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:19:16 #0 5.594   python3 python3-apt python3-certifi python3-chardet python3-debian
11:19:16 #0 5.594   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:16 #0 5.594   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:16 #0 5.594   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:19:16 #0 5.594   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:16 #0 5.876 0 upgraded, 382 newly installed, 0 to remove and 0 not upgraded.
11:19:16 #0 5.876 Need to get 168 MB of archives.
11:19:16 #0 5.876 After this operation, 549 MB of additional disk space will be used.
11:19:16 #0 5.876 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
11:19:16 #0 5.880 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
11:19:16 #0 5.883 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
11:19:16 #0 5.886 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
11:19:16 #0 5.889 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
11:19:16 #0 5.890 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
11:19:16 #0 5.902 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:19:16 #0 5.931 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
11:19:16 #0 5.931 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
11:19:16 #0 5.949 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
11:19:16 #0 5.951 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
11:19:16 #0 5.953 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
11:19:16 #0 5.961 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
11:19:16 #0 5.963 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
11:19:16 #0 5.977 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
11:19:16 #0 5.981 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
11:19:16 #0 5.981 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
11:19:16 #0 5.981 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
11:19:16 #0 5.981 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
11:19:16 #0 5.986 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
11:19:16 #0 5.986 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
11:19:16 #0 5.991 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
11:19:16 #0 5.997 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
11:19:16 #0 6.014 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
11:19:16 #0 6.014 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
11:19:16 #0 6.014 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
11:19:16 #0 6.014 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
11:19:16 #0 6.014 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
11:19:16 #0 6.014 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
11:19:16 #0 6.014 Get:30 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
11:19:16 #0 6.016 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
11:19:16 #0 6.018 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
11:19:16 #0 6.019 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
11:19:16 #0 6.020 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
11:19:16 #0 6.021 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
11:19:16 #0 6.023 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
11:19:16 #0 6.031 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
11:19:16 #0 6.031 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
11:19:16 #0 6.033 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
11:19:16 #0 6.034 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
11:19:16 #0 6.035 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
11:19:16 #0 6.036 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
11:19:16 #0 6.041 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
11:19:16 #0 6.042 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
11:19:16 #0 6.044 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
11:19:16 #0 6.045 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
11:19:16 #0 6.046 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
11:19:16 #0 6.049 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:19:16 #0 6.049 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
11:19:16 #0 6.056 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
11:19:16 #0 6.059 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
11:19:16 #0 6.075 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
11:19:16 #0 6.079 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
11:19:16 #0 6.080 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
11:19:16 #0 6.080 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
11:19:16 #0 6.096 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
11:19:16 #0 6.097 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u5 [272 kB]
11:19:16 #0 6.099 Get:58 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.162-1 [1556 kB]
11:19:16 #0 6.104 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
11:19:16 #0 6.105 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB]
11:19:16 #0 6.121 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
11:19:16 #0 6.121 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u5 [2030 kB]
11:19:16 #0 6.123 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
11:19:16 #0 6.126 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
11:19:16 #0 6.138 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
11:19:16 #0 6.138 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
11:19:16 #0 6.176 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
11:19:16 #0 6.176 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
11:19:16 #0 6.176 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
11:19:16 #0 6.176 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
11:19:16 #0 6.176 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
11:19:16 #0 6.186 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
11:19:16 #0 6.189 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
11:19:16 #0 6.196 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
11:19:16 #0 6.214 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
11:19:16 #0 6.217 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
11:19:16 #0 6.223 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
11:19:16 #0 6.448 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
11:19:16 #0 6.449 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
11:19:16 #0 6.465 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
11:19:16 #0 6.520 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
11:19:16 #0 6.521 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
11:19:16 #0 6.526 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1551 kB]
11:19:16 #0 6.535 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
11:19:16 #0 6.536 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
11:19:16 #0 6.550 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
11:19:16 #0 6.551 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
11:19:16 #0 6.557 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
11:19:16 #0 6.558 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
11:19:16 #0 6.559 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
11:19:16 #0 6.561 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
11:19:16 #0 6.563 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
11:19:16 #0 6.564 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:19:16 #0 6.565 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
11:19:16 #0 6.567 Get:95 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
11:19:16 #0 6.568 Get:96 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
11:19:16 #0 6.570 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:19:16 #0 6.571 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
11:19:16 #0 6.573 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
11:19:16 #0 6.580 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
11:19:16 #0 6.582 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
11:19:16 #0 6.585 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
11:19:16 #0 6.586 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:19:16 #0 6.590 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:19:16 #0 6.592 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
11:19:16 #0 6.602 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
11:19:16 #0 6.602 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
11:19:16 #0 6.654 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
11:19:16 #0 6.655 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
11:19:16 #0 6.663 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:16 #0 6.664 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
11:19:16 #0 6.666 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
11:19:16 #0 6.674 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
11:19:16 #0 6.970 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
11:19:16 #0 6.970 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
11:19:16 #0 6.970 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
11:19:16 #0 6.971 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
11:19:16 #0 6.974 Get:118 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
11:19:16 #0 6.975 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:19:16 #0 6.976 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
11:19:16 #0 6.980 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:19:16 #0 6.990 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
11:19:16 #0 6.998 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
11:19:16 #0 7.006 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
11:19:16 #0 7.006 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
11:19:16 #0 7.011 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
11:19:16 #0 7.011 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
11:19:16 #0 7.014 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
11:19:16 #0 7.018 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:19:16 #0 7.020 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
11:19:16 #0 7.023 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
11:19:16 #0 7.023 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
11:19:16 #0 7.024 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
11:19:16 #0 7.024 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
11:19:16 #0 7.024 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
11:19:16 #0 7.025 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:19:16 #0 7.026 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
11:19:16 #0 7.026 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:19:16 #0 7.026 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
11:19:16 #0 7.027 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
11:19:16 #0 7.027 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:16 #0 7.029 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:16 #0 7.030 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:16 #0 7.031 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:16 #0 7.032 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
11:19:16 #0 7.032 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
11:19:16 #0 7.034 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:19:16 #0 7.035 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:16 #0 7.036 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
11:19:16 #0 7.037 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
11:19:16 #0 7.038 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:19:16 #0 7.038 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
11:19:16 #0 7.039 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
11:19:16 #0 7.041 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
11:19:16 #0 7.043 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
11:19:16 #0 7.044 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:19:16 #0 7.046 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
11:19:16 #0 7.047 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:16 #0 7.047 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:16 #0 7.048 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
11:19:16 #0 7.049 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
11:19:16 #0 7.051 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
11:19:16 #0 7.053 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
11:19:16 #0 7.055 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:16 #0 7.056 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:16 #0 7.056 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:16 #0 7.057 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
11:19:16 #0 7.059 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
11:19:16 #0 7.060 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
11:19:16 #0 7.061 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
11:19:16 #0 7.070 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
11:19:16 #0 7.070 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
11:19:16 #0 7.070 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:19:16 #0 7.071 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
11:19:16 #0 7.073 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
11:19:16 #0 7.073 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
11:19:16 #0 7.074 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
11:19:16 #0 7.079 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
11:19:16 #0 7.084 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
11:19:16 #0 7.084 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
11:19:16 #22 1.508 go: downloading github.com/akavel/rsrc v0.10.2
11:19:16 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.1s
11:19:16 #9 15.07 Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
11:19:16 #9 15.07 Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]
11:19:16 #9 15.10 Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:16 #9 15.10 Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]
11:19:16 #9 15.11 Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
11:19:16 #9 15.11 Get:249 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
11:19:16 #9 15.12 Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
11:19:16 #9 15.12 Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:19:16 #9 15.12 Get:252 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:19:16 #9 15.12 Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:19:16 #9 15.15 Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:16 #9 15.16 Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:16 #9 15.17 Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 librole-tiny-perl all 2.000006-1 [15.9 kB]
11:19:16 #9 15.18 Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstrictures-perl all 2.000003-1 [16.1 kB]
11:19:16 #9 15.18 Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-quote-perl all 2.005000-1 [17.0 kB]
11:19:16 #9 15.19 Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmoo-perl all 2.003004-1 [45.5 kB]
11:19:16 #9 15.19 Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-perl all 0.37-1 [18.3 kB]
11:19:16 #9 15.20 Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-identify-perl amd64 0.14-1 [10.5 kB]
11:19:16 #9 15.20 Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:16 #9 15.20 Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
11:19:16 #9 15.20 Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
11:19:16 #9 15.23 Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-xs-perl amd64 0.28-3build2 [16.4 kB]
11:19:16 #9 15.25 Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:19:16 #9 15.27 Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
11:19:16 #9 15.27 Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:19:16 #9 15.28 Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-tiny-perl all 0.104-1 [55.3 kB]
11:19:16 #9 15.29 Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]
11:19:16 #9 15.29 Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:16 #9 15.29 Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:19:16 #9 15.29 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]
11:19:16 #9 15.30 Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-key-perl amd64 1.33-2 [35.0 kB]
11:19:16 #9 15.30 Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:19:16 #9 15.33 Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:16 #9 15.35 Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:16 #9 15.35 Get:278 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunicode-utf8-perl amd64 0.60-1build4 [17.9 kB]
11:19:16 #9 15.36 Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:16 #9 15.36 Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:16 #9 15.37 Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:19:16 #17 DONE 4.4s
11:19:16 #10 11.25 Selecting previously unselected package perl-modules-5.32.
11:19:16 #10 11.26 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:19:16 #10 11.26 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 51.38MB / 116.81MB 11.8s
11:19:16 #7 ...
11:19:16 
11:19:16 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:19:16 #9 extracting sha256:103c14aa01473dfa662a8cba7d45692d6fefb30485916950f6d4ec51a4b43fd7 8.9s done
11:19:16 #9 DONE 12.0s
11:19:16 
11:19:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 38.80MB / 116.81MB 11.9s
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 47.19MB / 53.32MB 12.1s
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 46.14MB / 116.81MB 12.1s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 27.26MB / 53.32MB 12.1s
11:19:16 #10 13.37 Setting up dpkg (1.21.21) ...
11:19:16 #10 13.61 Selecting previously unselected package perl-modules-5.36.
11:19:16 #10 13.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 ... 6009 files and directories currently installed.)
11:19:16 #10 13.61 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:19:16 #10 13.61 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:19:16 #11 12.76 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
11:19:16 #11 12.78 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:16 #11 12.79 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
11:19:16 #11 12.82 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
11:19:16 #11 12.82 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
11:19:16 #11 12.82 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:16 #11 12.82 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
11:19:16 #11 12.82 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:19:16 #11 12.82 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:19:16 #11 12.82 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
11:19:16 #11 12.83 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
11:19:16 #11 12.86 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
11:19:16 #11 12.91 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
11:19:16 #11 12.91 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
11:19:16 #11 12.91 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
11:19:16 #11 12.91 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:16 #11 12.91 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:19:16 #11 12.92 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
11:19:16 #11 12.92 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
11:19:16 #11 12.92 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
11:19:16 #11 12.92 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:16 #11 12.92 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
11:19:16 #11 12.95 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
11:19:16 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 41.94MB / 53.32MB 11.5s
11:19:16 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 32.51MB / 47.40MB 11.6s
11:19:16 #10 ...
11:19:16 
11:19:16 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:16 #8 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.6s done
11:19:16 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 4.1s
11:19:16 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 67.11MB / 116.81MB 11.9s
11:19:16 #10 7.087 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:19:16 #10 7.095 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
11:19:16 #10 7.096 Get:183 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u7 [321 kB]
11:19:16 #10 7.097 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
11:19:16 #10 7.097 Get:185 http://deb.debian.org/debian-security bullseye-security/main arm64 git-man all 1:2.30.2-1+deb11u2 [1828 kB]
11:19:16 #10 7.104 Get:186 http://deb.debian.org/debian-security bullseye-security/main arm64 git arm64 1:2.30.2-1+deb11u2 [5423 kB]
11:19:16 #10 7.131 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
11:19:16 #10 7.145 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:16 #10 7.146 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
11:19:16 #10 7.147 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:16 #10 7.148 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
11:19:16 #10 7.148 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
11:19:16 #10 7.149 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:19:16 #10 7.150 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
11:19:16 #10 7.153 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
11:19:16 #10 7.154 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:19:16 #10 7.155 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:19:16 #10 7.156 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:16 #10 7.156 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
11:19:16 #10 7.157 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:19:16 #10 7.158 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
11:19:16 #10 7.160 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
11:19:16 #10 7.163 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
11:19:16 #10 7.166 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
11:19:16 #10 7.167 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
11:19:16 #10 7.168 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
11:19:16 #10 7.169 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
11:19:16 #10 7.171 Get:208 http://deb.debian.org/debian-security bullseye-security/main arm64 libtiff5 arm64 4.2.0-1+deb11u4 [278 kB]
11:19:16 #10 7.172 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
11:19:16 #10 7.173 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:19:16 #10 7.174 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
11:19:16 #10 7.175 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
11:19:16 #10 7.177 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
11:19:16 #10 7.182 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
11:19:16 #10 7.183 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
11:19:16 #10 7.184 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u5 [245 kB]
11:19:16 #10 7.186 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:16 #10 7.187 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:16 #10 7.188 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
11:19:16 #10 7.188 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
11:19:16 #10 7.189 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
11:19:16 #10 7.190 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
11:19:16 #10 7.191 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:19:16 #10 7.191 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
11:19:16 #10 7.192 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
11:19:16 #10 7.193 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:19:16 #10 7.194 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:16 #10 7.195 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
11:19:16 #10 7.195 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
11:19:16 #10 7.196 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:16 #10 7.197 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:16 #10 7.198 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
11:19:16 #10 7.199 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:19:16 #10 7.200 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
11:19:16 #10 7.201 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:19:16 #10 7.202 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
11:19:16 #10 7.202 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:19:16 #10 7.203 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
11:19:16 #10 7.204 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:19:16 #10 7.205 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
11:19:16 #10 7.206 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:19:16 #10 7.207 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
11:19:16 #10 7.207 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:19:16 #10 7.208 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:16 #10 7.209 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
11:19:16 #10 7.210 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
11:19:16 #10 7.210 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
11:19:16 #10 7.211 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
11:19:16 #10 7.212 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
11:19:16 #10 7.213 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
11:19:16 #10 7.214 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:19:16 #10 7.214 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:16 #10 7.215 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:16 #10 7.216 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
11:19:16 #10 7.217 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
11:19:16 #10 7.217 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
11:19:16 #10 7.218 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:19:16 #10 7.219 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
11:19:16 #10 7.220 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
11:19:16 #10 7.221 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
11:19:16 #10 7.223 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:16 #10 7.224 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
11:19:16 #10 7.225 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:19:16 #10 7.225 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:16 #10 7.226 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:16 #10 7.227 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:19:16 #10 7.228 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:16 #10 7.229 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
11:19:16 #10 7.230 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
11:19:16 #10 7.231 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:16 #10 7.231 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
11:19:16 #10 7.232 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
11:19:16 #10 7.237 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
11:19:16 #10 7.238 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:16 #10 7.238 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
11:19:16 #10 7.241 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
11:19:16 #10 7.242 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:19:16 #10 7.243 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
11:19:16 #10 7.252 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:19:16 #10 7.262 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
11:19:16 #10 7.264 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
11:19:16 #10 7.264 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
11:19:16 #10 7.266 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:19:16 #10 7.267 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:19:16 #10 7.268 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
11:19:16 #10 7.269 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:19:16 #10 7.270 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
11:19:16 #10 7.272 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:16 #10 7.273 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
11:19:16 #10 7.274 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:19:16 #10 7.275 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:19:16 #10 7.277 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
11:19:16 #10 7.278 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
11:19:16 #10 7.279 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
11:19:16 #10 7.281 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:19:16 #10 7.282 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
11:19:16 #10 7.284 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
11:19:16 #10 7.286 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
11:19:16 #9 15.38 Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]
11:19:16 #9 15.40 Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
11:19:16 #9 15.41 Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:19:16 #9 15.41 Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]
11:19:16 #9 15.41 Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]
11:19:16 #9 15.44 Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 licensecheck all 3.0.31-2 [22.0 kB]
11:19:16 #9 15.46 Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
11:19:16 #9 15.48 Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
11:19:16 #9 15.49 Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]
11:19:16 #9 15.53 Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
11:19:16 #9 15.57 Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
11:19:16 #9 15.57 Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
11:19:16 #9 15.57 Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
11:19:16 #9 15.57 Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:19:16 #9 15.57 Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-unidiff all 0.5.4-1 [7140 B]
11:19:16 #9 15.57 Get:297 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:19:16 #9 15.60 Get:298 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.2 [168 kB]
11:19:16 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 44.04MB / 47.40MB 12.1s
11:19:16 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 47.19MB / 53.32MB 12.4s
11:19:16 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.5s
11:19:16 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 27.26MB / 116.81MB 12.2s
11:19:16 #10 15.08 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:16 #10 15.08 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_amd64.deb ...
11:19:16 #10 15.08 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
11:19:16 #10 15.13 Selecting previously unselected package libperl5.28:amd64.
11:19:16 #10 15.13 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
11:19:16 #10 15.14 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
11:19:16 #10 8.960 Setting up dpkg (1.21.21) ...
11:19:17 #11 12.97 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:17 #11 12.98 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:17 #11 12.98 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:19:17 #11 13.00 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
11:19:17 #11 13.02 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
11:19:17 #11 13.03 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:17 #11 13.03 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
11:19:17 #11 13.03 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
11:19:17 #11 13.03 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
11:19:17 #11 13.03 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
11:19:17 #11 13.06 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
11:19:17 #11 13.10 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.2 [982 kB]
11:19:17 #11 13.16 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
11:19:17 #11 13.18 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
11:19:17 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 31.46MB / 116.81MB 11.8s
11:19:17 #10 2.825 CentOS Stream 9 - BaseOS                        3.4 MB/s | 6.5 MB     00:01    
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 44.04MB / 116.81MB 12.3s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 53.48MB / 116.81MB 12.5s
11:19:17 #10 7.288 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:19:17 #10 7.289 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:19:17 #10 7.291 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:17 #10 7.292 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
11:19:17 #10 7.294 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
11:19:17 #10 7.295 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
11:19:17 #10 7.297 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:19:17 #10 7.297 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:19:17 #10 7.298 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:19:17 #10 7.300 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
11:19:17 #10 7.301 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
11:19:17 #10 7.303 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
11:19:17 #10 7.303 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
11:19:17 #10 7.304 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
11:19:17 #10 7.305 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
11:19:17 #10 7.307 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:17 #10 7.308 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
11:19:17 #10 7.309 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
11:19:17 #10 7.310 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:17 #10 7.311 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
11:19:17 #10 7.312 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
11:19:17 #10 7.314 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
11:19:17 #10 7.315 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
11:19:17 #10 7.316 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
11:19:17 #10 7.317 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
11:19:17 #10 7.319 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:19:17 #10 7.320 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:19:17 #10 7.321 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
11:19:17 #10 7.324 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
11:19:17 #10 7.325 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
11:19:17 #10 7.327 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
11:19:17 #10 7.328 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
11:19:17 #10 7.333 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
11:19:17 #10 7.343 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
11:19:17 #10 7.344 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:17 #10 7.344 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:17 #10 7.345 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:17 #10 7.345 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
11:19:17 #10 7.346 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
11:19:17 #10 7.347 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
11:19:17 #10 7.349 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
11:19:17 #10 7.350 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
11:19:17 #10 7.351 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
11:19:17 #10 7.352 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
11:19:17 #10 7.356 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
11:19:17 #10 7.357 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
11:19:17 #10 7.358 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
11:19:17 #10 7.359 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
11:19:17 #10 7.359 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:19:17 #10 7.360 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:19:17 #10 7.360 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:19:17 #10 7.365 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
11:19:17 #10 7.367 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:17 #10 7.367 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:19:17 #10 7.368 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
11:19:17 #10 7.369 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
11:19:17 #10 7.370 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
11:19:17 #10 7.383 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
11:19:17 #10 7.386 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
11:19:17 #10 7.388 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
11:19:17 #10 7.390 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
11:19:17 #10 7.397 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB]
11:19:17 #10 7.397 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
11:19:17 #10 7.410 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
11:19:17 #10 7.414 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
11:19:17 #10 7.427 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
11:19:17 #10 7.429 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
11:19:17 #10 7.430 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
11:19:17 #10 7.431 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
11:19:17 #10 7.433 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
11:19:17 #10 7.435 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
11:19:17 #10 7.437 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
11:19:17 #10 7.438 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
11:19:17 #10 7.442 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
11:19:17 #10 7.446 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
11:19:17 #10 7.449 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
11:19:17 #10 7.450 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:19:17 #10 7.451 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:19:17 #10 7.453 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
11:19:17 #10 7.454 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
11:19:17 #10 7.454 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
11:19:17 #10 7.460 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
11:19:17 #10 7.466 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
11:19:17 #10 7.468 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 52.43MB / 116.81MB 12.3s
11:19:17 #9 15.66 Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 wdiff amd64 1.2.2-2 [29.6 kB]
11:19:17 #9 15.66 Get:300 http://archive.ubuntu.com/ubuntu bionic/universe amd64 equivs all 2.1.0 [19.4 kB]
11:19:17 #9 15.66 Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:17 #9 15.66 Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B]
11:19:17 #10 10.85 Selecting previously unselected package perl.
11:19:17 #10 10.85 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
11:19:17 #10 10.86 Unpacking perl (5.28.1-6+deb10u1) ...
11:19:17 #10 10.92 Selecting previously unselected package liblocale-gettext-perl.
11:19:17 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 12.5s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 40.89MB / 116.81MB 12.5s
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 50.33MB / 53.32MB 12.6s
11:19:17 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.1s
11:19:17 
11:19:17 #18 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
11:19:17 #10 11.95 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:17 #10 11.95 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
11:19:17 #10 11.95 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
11:19:17 #10 12.00 Selecting previously unselected package libperl5.32:amd64.
11:19:17 #10 12.00 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
11:19:17 #10 12.01 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 57.50MB / 116.81MB 12.6s
11:19:17 #7 ...
11:19:17 
11:19:17 #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
11:19:17 #10 DONE 1.1s
11:19:17 
11:19:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 29.93MB / 53.32MB 12.5s
11:19:17 #10 9.144 Selecting previously unselected package perl-modules-5.36.
11:19:17 #10 9.144 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6003 files and directories currently installed.)
11:19:17 #10 9.145 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:19:17 #10 9.149 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:19:17 #11 13.18 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
11:19:17 #11 13.18 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:19:17 #11 13.19 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:19:17 #11 13.19 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
11:19:17 #11 13.19 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:19:17 #11 13.19 Get:351 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB]
11:19:17 #11 13.19 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
11:19:17 #11 13.22 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:17 #11 13.26 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
11:19:17 #11 13.50 debconf: delaying package configuration, since apt-utils is not installed
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 50.33MB / 53.32MB 12.5s
11:19:17 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 45.09MB / 53.32MB 11.9s
11:19:17 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 35.05MB / 47.40MB 11.9s
11:19:17 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 5.1s
11:19:17 #10 7.653 debconf: delaying package configuration, since apt-utils is not installed
11:19:17 #10 7.689 Fetched 168 MB in 2s (90.2 MB/s)
11:19:17 #10 7.714 Selecting previously unselected package bsdextrautils.
11:19:17 #10 7.714 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:17 #10 7.715 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
11:19:17 #10 7.719 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:19:17 #10 7.801 Selecting previously unselected package libuchardet0:arm64.
11:19:17 #10 7.801 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
11:19:17 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 3.8s done
11:19:17 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:17 #7 DONE 13.3s
11:19:17 
11:19:17 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:17 #0 0.941 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:19:17 #0 1.350 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:19:17 #0 1.444 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:19:17 #0 1.547 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:19:17 #0 1.638 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
11:19:17 #0 1.684 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
11:19:17 #0 1.854 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
11:19:17 #0 2.398 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
11:19:17 #0 2.398 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2209 kB]
11:19:17 #0 2.489 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
11:19:17 #0 2.489 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6152 B]
11:19:17 #0 2.638 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2129 kB]
11:19:17 #0 3.294 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
11:19:17 #0 3.294 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
11:19:17 #0 3.298 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1435 kB]
11:19:17 #0 3.339 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
11:19:17 #0 3.339 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
11:19:17 #0 3.339 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1840 kB]
11:19:17 #0 3.844 Fetched 20.7 MB in 3s (6272 kB/s)
11:19:17 #0 3.844 Reading package lists...
11:19:17 #0 4.893 Reading package lists...
11:19:17 #0 5.875 Building dependency tree...
11:19:17 #0 6.066 Reading state information...
11:19:17 #0 6.270 The following additional packages will be installed:
11:19:17 #0 6.270   at autoconf automake autopoint autotools-dev binutils
11:19:17 #0 6.270   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:17 #0 6.270   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
11:19:17 #0 6.270   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:19:17 #0 6.270   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
11:19:17 #0 6.270   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:17 #0 6.270   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:17 #0 6.270   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:17 #0 6.270   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:17 #0 6.270   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:19:17 #0 6.270   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:17 #0 6.270   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:17 #0 6.270   libclass-accessor-perl libclass-method-modifiers-perl
11:19:17 #0 6.270   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:19:17 #0 6.270   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:19:17 #0 6.270   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:19:17 #0 6.270   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:17 #0 6.270   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:17 #0 6.270   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:17 #0 6.270   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:17 #0 6.270   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:17 #0 6.270   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:17 #0 6.270   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:17 #0 6.270   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:17 #0 6.270   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:17 #0 6.270   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:17 #0 6.270   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:17 #0 6.270   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:17 #0 6.270   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:17 #0 6.270   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:17 #0 6.270   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:19:17 #0 6.270   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:17 #0 6.270   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:17 #0 6.270   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:17 #0 6.270   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:17 #0 6.270   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:17 #0 6.270   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:19:17 #0 6.270   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:17 #0 6.270   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:17 #0 6.270   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:17 #0 6.270   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:17 #0 6.270   libparams-validate-perl libparse-debianchangelog-perl
11:19:17 #0 6.270   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:17 #0 6.270   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:17 #0 6.270   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:19:17 #0 6.270   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:17 #0 6.270   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:17 #0 6.270   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:17 #0 6.270   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:17 #0 6.270   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:17 #0 6.270   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:17 #0 6.270   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:17 #0 6.270   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:19:17 #0 6.270   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
11:19:17 #0 6.270   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:19:17 #0 6.270   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:17 #0 6.270   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:17 #0 6.270   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
11:19:17 #0 6.270   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
11:19:17 #0 6.270   man-db manpages manpages-dev mime-support multiarch-support netbase
11:19:17 #0 6.270   openssh-client openssl patch patchutils perl perl-modules-5.26
11:19:17 #0 6.270   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:17 #0 6.270   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:17 #0 6.270   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:17 #0 6.274   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:17 #0 6.274   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
11:19:17 #0 6.274   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:17 #0 6.274 Suggested packages:
11:19:17 #0 6.274   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:17 #0 6.274   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:17 #0 6.274   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:19:17 #0 6.274   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:17 #0 6.274   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:17 #0 6.274   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:17 #0 6.274   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:17 #0 6.274   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:17 #0 6.274   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:17 #0 6.274   mini-dinstall rsync gcc-7-doc libstdc++6-7-dbg gcc-multilib flex bison gdb
11:19:17 #0 6.274   gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg
11:19:17 #0 6.274   liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
11:19:17 #0 6.274   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:17 #0 6.274   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:17 #0 6.274   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:17 #0 6.274   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
11:19:17 #0 6.274   libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
11:19:17 #0 6.274   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:17 #0 6.274   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:17 #0 6.274   libstdc++-7-doc libbareword-filehandles-perl libindirect-perl
11:19:17 #0 6.274   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:17 #0 6.274   libauthen-ntlm-perl bash-completion binutils-multiarch libtext-template-perl
11:19:17 #0 6.274   lsb m4-doc make-doc apparmor www-browser keychain libpam-ssh monkeysphere
11:19:17 #0 6.274   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:17 #0 6.274   | libterm-readline-perl-perl pinentry-doc libmail-box-perl python3-doc
11:19:17 #0 6.274   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:17 #0 6.274   python3-cryptography python3-openssl python3-socks python3.6-venv
11:19:17 #0 6.274   python3.6-doc binfmt-support readline-doc zip wdiff-doc
11:19:17 #0 6.710 The following NEW packages will be installed:
11:19:17 #0 6.710   at autoconf automake autopoint autotools-dev binutils
11:19:17 #0 6.710   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:17 #0 6.710   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
11:19:17 #0 6.710   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:17 #0 6.710   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
11:19:17 #0 6.710   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:19:17 #0 6.710   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:19:17 #0 6.710   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:17 #0 6.710   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:19:17 #0 6.710   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:19:17 #0 6.710   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:17 #0 6.710   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:19:17 #0 6.710   libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
11:19:17 #0 6.710   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:19:17 #0 6.710   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:19:17 #0 6.710   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:19:17 #0 6.710   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:17 #0 6.710   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:17 #0 6.710   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:17 #0 6.710   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:17 #0 6.710   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:17 #0 6.710   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:17 #0 6.710   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:17 #0 6.710   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:17 #0 6.710   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:17 #0 6.710   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:17 #0 6.710   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:17 #0 6.710   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:17 #0 6.710   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:17 #0 6.710   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:17 #0 6.710   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:19:17 #0 6.710   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:17 #0 6.710   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:17 #0 6.710   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:17 #0 6.710   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:17 #0 6.710   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:17 #0 6.710   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:19:17 #0 6.710   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:17 #0 6.710   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:17 #0 6.710   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:17 #0 6.710   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:17 #0 6.710   libparams-validate-perl libparse-debianchangelog-perl
11:19:17 #0 6.710   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:17 #0 6.710   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:17 #0 6.710   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:19:17 #0 6.710   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:17 #0 6.710   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:17 #0 6.710   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:17 #0 6.710   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:17 #0 6.710   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:17 #0 6.710   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:17 #0 6.710   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:17 #0 6.710   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:19:17 #0 6.710   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
11:19:17 #0 6.710   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:19:17 #0 6.710   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:17 #0 6.710   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:17 #0 6.710   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
11:19:17 #0 6.710   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
11:19:17 #0 6.710   man-db manpages manpages-dev mime-support multiarch-support netbase
11:19:17 #0 6.710   openssh-client openssl patch patchutils perl perl-modules-5.26
11:19:17 #0 6.710   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:17 #0 6.710   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:17 #0 6.710   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:17 #0 6.710   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:17 #0 6.710   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
11:19:17 #0 6.710   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:17 #0 7.133 0 upgraded, 298 newly installed, 0 to remove and 2 not upgraded.
11:19:17 #0 7.133 Need to get 87.9 MB of archives.
11:19:17 #0 7.133 After this operation, 385 MB of additional disk space will be used.
11:19:17 #0 7.133 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
11:19:17 #0 7.282 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]
11:19:17 #0 7.704 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.10 [529 kB]
11:19:17 #0 7.777 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
11:19:17 #0 7.777 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.10 [1327 kB]
11:19:17 #0 7.831 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
11:19:17 #0 7.832 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
11:19:17 #0 7.834 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
11:19:17 #0 7.834 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
11:19:17 #0 7.835 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
11:19:17 #0 7.839 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
11:19:17 #0 7.996 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.10 [1610 kB]
11:19:17 #0 8.602 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:19:17 #0 8.608 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
11:19:17 #0 8.609 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
11:19:17 #0 8.610 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
11:19:17 #0 8.610 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B]
11:19:17 #0 8.611 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB]
11:19:17 #0 8.612 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
11:19:17 #0 8.612 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB]
11:19:17 #0 8.613 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:19:17 #0 8.676 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB]
11:19:17 #0 8.837 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
11:19:17 #0 8.994 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
11:19:17 #0 9.190 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
11:19:17 #0 9.401 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
11:19:17 #0 9.401 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
11:19:17 #0 9.402 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
11:19:17 #0 9.459 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
11:19:17 #0 9.585 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
11:19:17 #0 9.585 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.6 [3338 kB]
11:19:17 #0 9.742 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.6 [201 kB]
11:19:17 #0 9.747 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.21 [583 kB]
11:19:17 #0 9.914 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:19:17 #10 10.25 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:19:17 #9 15.88 debconf: delaying package configuration, since apt-utils is not installed
11:19:17 #9 15.92 Fetched 98.9 MB in 6s (16.8 MB/s)
11:19:17 #9 15.95 Selecting previously unselected package liblocale-gettext-perl.
11:19:17 #9 15.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4051 files and directories currently installed.)
11:19:17 #9 15.95 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
11:19:17 #9 15.96 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:19:17 #9 16.01 Selecting previously unselected package libssl1.1:amd64.
11:19:17 #9 16.01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
11:19:17 #9 16.02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:17 #10 10.92 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
11:19:17 #10 10.93 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:19:17 #10 10.98 Selecting previously unselected package libssl1.1:arm64.
11:19:17 #10 10.98 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u4_arm64.deb ...
11:19:17 #10 10.99 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
11:19:17 #10 11.14 Selecting previously unselected package libpython3.7-minimal:arm64.
11:19:17 #10 11.14 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:19:17 #10 11.14 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:19:17 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 73.40MB / 116.81MB 12.5s
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 12.9s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 47.19MB / 116.81MB 12.9s
11:19:17 #18 DONE 0.1s
11:19:17 
11:19:17 #19 [build 2/6] WORKDIR /go/src/github.com/docker/docker
11:19:17 #19 DONE 0.0s
11:19:17 
11:19:17 #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
11:19:17 #8 ...
11:19:17 
11:19:17 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:19:17 #11 DONE 2.1s
11:19:17 
11:19:17 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:17 #22 ...
11:19:17 
11:19:17 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:19:17 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 21.2s done
11:19:17 #17 DONE 25.0s
11:19:17 
11:19:17 #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"
11:19:17 #11 13.56 Fetched 106 MB in 5s (20.3 MB/s)
11:19:17 #11 13.59 Selecting previously unselected package liblocale-gettext-perl.
11:19:17 #11 13.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 ... 4124 files and directories currently installed.)
11:19:17 #11 13.59 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
11:19:17 #11 13.60 Unpacking liblocale-gettext-perl (1.07-4) ...
11:19:17 #11 13.65 Selecting previously unselected package libssl1.1:amd64.
11:19:17 #11 13.65 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
11:19:17 #11 13.66 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
11:19:17 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 37.75MB / 47.40MB 12.3s
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 12.8s
11:19:17 #10 15.84 Selecting previously unselected package perl.
11:19:17 #10 15.84 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_amd64.deb ...
11:19:17 #10 15.85 Unpacking perl (5.28.1-6+deb10u1) ...
11:19:17 #10 15.91 Selecting previously unselected package liblocale-gettext-perl.
11:19:17 #10 15.92 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
11:19:17 #10 15.92 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:19:17 #10 7.818 Unpacking libuchardet0:arm64 (0.0.7-1) ...
11:19:17 #10 7.869 Selecting previously unselected package groff-base.
11:19:17 #10 7.869 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
11:19:17 #10 7.872 Unpacking groff-base (1.22.4-6) ...
11:19:17 #10 8.019 Selecting previously unselected package libgdbm6:arm64.
11:19:17 #10 8.019 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
11:19:17 #10 8.022 Unpacking libgdbm6:arm64 (1.19-2) ...
11:19:17 #10 8.062 Selecting previously unselected package libpipeline1:arm64.
11:19:17 #10 8.064 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
11:19:17 #10 8.068 Unpacking libpipeline1:arm64 (1.5.3-1) ...
11:19:17 #10 8.113 Selecting previously unselected package man-db.
11:19:17 #10 8.113 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
11:19:17 #10 8.119 Unpacking man-db (2.9.4-2) ...
11:19:17 #10 10.25 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.4 [184 kB]
11:19:17 #10 10.33 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.4 [61.9 kB]
11:19:17 #10 10.35 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.4 [21.7 kB]
11:19:17 #10 10.36 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
11:19:17 #10 10.39 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
11:19:17 #10 10.40 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]
11:19:17 #9 16.24 Selecting previously unselected package libpython3.6-minimal:amd64.
11:19:17 #9 16.24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:19:17 #9 16.24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:17 #10 11.32 Selecting previously unselected package libexpat1:arm64.
11:19:17 #10 11.32 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_arm64.deb ...
11:19:17 #10 11.33 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:19:17 #10 11.40 Selecting previously unselected package python3.7-minimal.
11:19:17 #10 11.40 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:19:17 #10 11.40 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 45.09MB / 116.81MB 13.0s
11:19:17 #7 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 13.0s done
11:19:17 #10 14.24 Selecting previously unselected package libgdbm6:amd64.
11:19:17 #10 14.24 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ...
11:19:17 #10 14.28 Unpacking libgdbm6:amd64 (1.23-3) ...
11:19:17 #10 14.32 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:17 #10 14.32 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ...
11:19:17 #10 14.33 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
11:19:17 #10 14.37 Selecting previously unselected package libperl5.36:amd64.
11:19:17 #10 14.37 Preparing to unpack .../3-libperl5.36_5.36.0-7_amd64.deb ...
11:19:17 #10 14.38 Unpacking libperl5.36:amd64 (5.36.0-7) ...
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 63.96MB / 116.81MB 13.2s
11:19:17 #11 13.87 Selecting previously unselected package libpython3.8-minimal:amd64.
11:19:17 #11 13.87 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:19:17 #11 13.88 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:17 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 48.23MB / 53.32MB 12.5s
11:19:17 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 6.7s
11:19:17 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 33.55MB / 53.32MB 13.0s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 33.55MB / 116.81MB 13.1s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 52.43MB / 116.81MB 13.0s
11:19:17 #10 9.676 Selecting previously unselected package libgdbm6:arm64.
11:19:17 #10 9.676 Preparing to unpack .../1-libgdbm6_1.23-3_arm64.deb ...
11:19:17 #10 9.683 Unpacking libgdbm6:arm64 (1.23-3) ...
11:19:17 #10 9.733 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:17 #10 9.733 Preparing to unpack .../2-libgdbm-compat4_1.23-3_arm64.deb ...
11:19:17 #10 9.746 Unpacking libgdbm-compat4:arm64 (1.23-3) ...
11:19:17 #10 9.796 Selecting previously unselected package libperl5.36:arm64.
11:19:17 #10 9.796 Preparing to unpack .../3-libperl5.36_5.36.0-7_arm64.deb ...
11:19:17 #10 9.796 Unpacking libperl5.36:arm64 (5.36.0-7) ...
11:19:17 #10 16.00 Selecting previously unselected package libssl1.1:amd64.
11:19:17 #10 16.00 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u4_amd64.deb ...
11:19:17 #10 16.01 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
11:19:17 #10 8.311 Selecting previously unselected package perl-modules-5.32.
11:19:17 #10 8.313 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:19:17 #10 8.317 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:17 #10 10.52 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]
11:19:17 #10 10.52 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.2 [7986 kB]
11:19:17 #10 11.58 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
11:19:17 #10 11.67 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:19:17 #10 11.69 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:19:17 #9 16.38 Selecting previously unselected package libexpat1:amd64.
11:19:17 #9 16.38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
11:19:17 #9 16.39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:19:17 #9 16.49 Selecting previously unselected package python3.6-minimal.
11:19:17 #9 16.49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:19:17 #9 16.51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:17 #9 ...
11:19:17 
11:19:17 #10 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:17 #10 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 4.0s done
11:19:17 #10 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 3.7s done
11:19:17 #10 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.3s
11:19:17 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 0B / 154B 13.2s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 55.57MB / 116.81MB 13.4s
11:19:17 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 13.4s
11:19:17 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 80.74MB / 116.81MB 13.2s
11:19:17 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 50.33MB / 116.81MB 13.1s
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 59.77MB / 116.81MB 13.1s
11:19:18 #20 0.726 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:19:18 #20 0.738 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:19:18 #20 0.738 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:19:18 #20 0.846 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:19:18 #11 14.09 Selecting previously unselected package libexpat1:amd64.
11:19:18 #11 14.09 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
11:19:18 #11 14.09 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:19:18 #11 14.15 Selecting previously unselected package python3.8-minimal.
11:19:18 #11 14.15 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:19:18 #11 14.17 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:18 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 37.75MB / 116.81MB 12.7s
11:19:18 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 51.38MB / 53.32MB 12.9s
11:19:18 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 40.89MB / 47.40MB 12.9s
11:19:18 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 36.70MB / 53.32MB 13.3s
11:19:18 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 13.4s done
11:19:18 #22 DONE 3.1s
11:19:18 
11:19:18 #25 [linux/amd64->darwin/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:19:18 #25 DONE 0.1s
11:19:18 
11:19:18 #26 [linux/amd64->darwin/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:19:18 #10 10.90 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.8 [548 kB]
11:19:18 #10 11.07 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
11:19:18 #10 11.70 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:18 #10 12.73 Selecting previously unselected package perl.
11:19:18 #10 12.73 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
11:19:18 #10 12.74 Unpacking perl (5.32.1-4+deb11u2) ...
11:19:18 #10 12.84 Selecting previously unselected package liblocale-gettext-perl.
11:19:18 #10 12.84 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
11:19:18 #10 12.84 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:19:18 #10 12.91 Selecting previously unselected package libpython3.9-minimal:amd64.
11:19:18 #10 12.91 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
11:19:18 #10 12.92 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
11:19:18 #7 ...
11:19:18 
11:19:18 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:19:18 #11 DONE 1.0s
11:19:18 
11:19:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 54.53MB / 116.81MB 13.5s
11:19:18 #7 ...
11:19:18 
11:19:18 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:19:18 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 7.3s done
11:19:18 #9 DONE 13.6s
11:19:18 
11:19:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 66.06MB / 116.81MB 13.5s
11:19:18 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:18 #20 0.995 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:19:18 #20 1.130 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 39.85MB / 116.81MB 13.6s
11:19:18 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 39.85MB / 53.32MB 13.7s
11:19:18 #26 DONE 0.1s
11:19:18 
11:19:18 #27 [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
11:19:18 #27 DONE 0.2s
11:19:18 
11:19:18 #28 [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
11:19:18 #28 DONE 0.2s
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 70.25MB / 116.81MB 13.7s
11:19:18 #10 13.20 Selecting previously unselected package libexpat1:amd64.
11:19:18 #10 13.20 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_amd64.deb ...
11:19:18 #10 13.20 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:19:18 #10 16.47 Selecting previously unselected package libpython3.7-minimal:amd64.
11:19:18 #10 16.47 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:19:18 #10 16.49 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:19:18 #10 16.68 Selecting previously unselected package libexpat1:amd64.
11:19:18 #10 16.68 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_amd64.deb ...
11:19:18 #10 16.68 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:19:18 #10 16.74 Selecting previously unselected package python3.7-minimal.
11:19:18 #10 16.74 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:19:18 #10 8.839 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:18 #10 8.839 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
11:19:18 #10 8.842 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
11:19:18 #10 8.883 Selecting previously unselected package libperl5.32:arm64.
11:19:18 #10 8.883 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
11:19:18 #10 8.887 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
11:19:18 #10 ...
11:19:18 
11:19:18 #9 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:18 #9 16.99 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:18 #9 17.13 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:18 #9 17.15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:19:18 #9 17.16 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 58.72MB / 116.81MB 13.5s
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 62.91MB / 116.81MB 13.8s
11:19:18 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 13.7s done
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 62.91MB / 116.81MB 13.9s
11:19:18 #7 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 13.7s done
11:19:18 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 4.6s done
11:19:18 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:18 #7 DONE 13.3s
11:19:18 
11:19:18 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:18 #0 1.085 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:19:18 #0 1.503 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
11:19:18 #0 1.595 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:19:18 #0 1.691 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:19:18 #0 1.789 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
11:19:18 #0 2.760 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
11:19:18 #0 2.802 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
11:19:18 #0 2.812 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
11:19:18 #0 2.812 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [990 kB]
11:19:18 #0 2.855 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [384 kB]
11:19:18 #0 2.872 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [5391 B]
11:19:18 #0 3.275 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1069 kB]
11:19:18 #0 3.838 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
11:19:18 #0 3.839 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
11:19:18 #0 3.841 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [371 kB]
11:19:18 #0 3.868 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [749 kB]
11:19:18 #0 3.916 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [750 kB]
11:19:18 #0 3.952 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
11:19:18 #0 4.027 Fetched 24.2 MB in 3s (7308 kB/s)
11:19:18 #0 4.027 Reading package lists...
11:19:18 #0 4.902 Reading package lists...
11:19:18 #0 5.692 Building dependency tree...
11:19:18 #0 5.892 Reading state information...
11:19:18 #0 6.180 The following additional packages will be installed:
11:19:18 #0 6.180   autoconf automake autopoint autotools-dev binutils
11:19:18 #0 6.180   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:18 #0 6.180   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
11:19:18 #0 6.180   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:18 #0 6.180   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:18 #0 6.180   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
11:19:18 #0 6.180   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:18 #0 6.180   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:19:18 #0 6.180   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:18 #0 6.180   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:18 #0 6.180   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:18 #0 6.180   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:18 #0 6.180   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:18 #0 6.180   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:18 #0 6.180   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:18 #0 6.180   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:18 #0 6.180   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:18 #0 6.180   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:18 #0 6.180   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:18 #0 6.180   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:18 #0 6.180   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:18 #0 6.180   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:18 #0 6.180   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:18 #0 6.180   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:18 #0 6.180   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:18 #0 6.180   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:18 #0 6.180   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:18 #0 6.180   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:18 #0 6.180   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:18 #0 6.180   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:18 #0 6.180   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:18 #0 6.180   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:18 #0 6.180   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:18 #0 6.180   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:18 #0 6.180   libhwasan0 libicu70 libimport-into-perl libio-html-perl
11:19:18 #0 6.180   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
11:19:18 #0 6.180   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
11:19:18 #0 6.180   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:18 #0 6.180   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
11:19:18 #0 6.180   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
11:19:18 #0 6.180   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:18 #0 6.180   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:18 #0 6.180   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:18 #0 6.180   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:18 #0 6.180   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:18 #0 6.180   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:18 #0 6.180   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:19:18 #0 6.180   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
11:19:18 #0 6.180   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:18 #0 6.180   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:19:18 #0 6.180   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:19:18 #0 6.180   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:18 #0 6.180   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
11:19:18 #0 6.180   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:19:18 #0 6.180   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
11:19:18 #0 6.180   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:19:18 #0 6.180   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
11:19:18 #0 6.180   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
11:19:18 #0 6.180   libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:18 #0 6.180   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:19:18 #0 6.180   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:18 #0 6.180   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:19:18 #0 6.180   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:19:18 #0 6.180   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:19:18 #0 6.180   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:19:18 #0 6.180   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:18 #0 6.180   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:18 #0 6.180   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:18 #0 6.180   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:18 #0 6.180   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:18 #0 6.180   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:19:18 #0 6.180   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:18 #0 6.180   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
11:19:18 #0 6.180   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
11:19:18 #0 6.180   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:18 #0 6.180   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:18 #0 6.180   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
11:19:18 #0 6.180   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
11:19:18 #0 6.180   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
11:19:18 #0 6.180   man-db manpages manpages-dev media-types netbase openssh-client openssl
11:19:18 #0 6.180   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:19:18 #0 6.180   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:18 #0 6.180   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:18 #0 6.180   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:18 #0 6.180   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:18 #0 6.180   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:19:18 #0 6.180   ucf unzip wdiff xauth xz-utils zstd
11:19:18 #0 6.180 Suggested packages:
11:19:18 #0 6.180   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:18 #0 6.180   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:18 #0 6.180   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:19:18 #0 6.180   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:19:18 #0 6.180   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:18 #0 6.180   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:18 #0 6.180   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:18 #0 6.180   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:18 #0 6.180   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:19:18 #0 6.180   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:18 #0 6.180   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:18 #0 6.180   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:18 #0 6.180   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:19:18 #0 6.180   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:19:18 #0 6.180   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:18 #0 6.180   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:18 #0 6.180   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
11:19:18 #0 6.180   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:18 #0 6.180   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:19:18 #0 6.180   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:18 #0 6.180   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:18 #0 6.180   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:18 #0 6.180   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:18 #0 6.180   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:18 #0 6.180   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:18 #0 6.180   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:18 #0 6.180   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:19:18 #0 6.504 The following NEW packages will be installed:
11:19:18 #0 6.504   autoconf automake autopoint autotools-dev binutils
11:19:18 #0 6.504   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:18 #0 6.504   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
11:19:18 #0 6.504   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:18 #0 6.504   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:18 #0 6.504   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
11:19:18 #0 6.504   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:18 #0 6.504   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
11:19:18 #0 6.504   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:18 #0 6.504   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:18 #0 6.504   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:18 #0 6.504   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:18 #0 6.504   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:18 #0 6.504   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:18 #0 6.504   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:18 #0 6.504   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:18 #0 6.504   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:18 #0 6.504   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:18 #0 6.504   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:18 #0 6.504   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:18 #0 6.504   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:18 #0 6.504   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:18 #0 6.504   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:18 #0 6.504   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:18 #0 6.504   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:18 #0 6.504   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:18 #0 6.504   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:18 #0 6.504   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:18 #0 6.504   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:18 #0 6.504   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:18 #0 6.504   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:18 #0 6.504   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:18 #0 6.504   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:18 #0 6.504   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:18 #0 6.504   libhwasan0 libicu70 libimport-into-perl libio-html-perl
11:19:18 #0 6.504   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
11:19:18 #0 6.504   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
11:19:18 #0 6.504   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:18 #0 6.504   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
11:19:18 #0 6.504   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
11:19:18 #0 6.504   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:18 #0 6.504   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:18 #0 6.504   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:18 #0 6.504   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:18 #0 6.504   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:18 #0 6.504   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:18 #0 6.504   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:19:18 #0 6.504   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
11:19:18 #0 6.504   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:18 #0 6.504   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:19:18 #0 6.504   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:19:18 #0 6.504   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:18 #0 6.504   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
11:19:18 #0 6.504   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:19:18 #0 6.504   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
11:19:18 #0 6.504   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:19:18 #0 6.504   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
11:19:18 #0 6.504   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
11:19:18 #0 6.504   libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:18 #0 6.504   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:19:18 #0 6.504   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:18 #0 6.504   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:19:18 #0 6.504   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:19:18 #0 6.504   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:19:18 #0 6.504   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:19:18 #0 6.504   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:18 #0 6.504   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:18 #0 6.504   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:18 #0 6.504   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:18 #0 6.504   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:18 #0 6.504   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:19:18 #0 6.504   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:18 #0 6.504   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
11:19:18 #0 6.504   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
11:19:18 #0 6.504   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:18 #0 6.504   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:18 #0 6.504   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
11:19:18 #0 6.504   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
11:19:18 #0 6.504   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
11:19:18 #0 6.504   man-db manpages manpages-dev media-types netbase openssh-client openssl
11:19:18 #0 6.504   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:19:18 #0 6.504   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:18 #0 6.504   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:18 #0 6.504   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:18 #0 6.504   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:18 #0 6.504   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:19:18 #0 6.504   ucf unzip wdiff xauth xz-utils zstd
11:19:18 #0 6.933 0 upgraded, 370 newly installed, 0 to remove and 2 not upgraded.
11:19:18 #0 6.933 Need to get 129 MB of archives.
11:19:18 #0 6.933 After this operation, 459 MB of additional disk space will be used.
11:19:18 #0 6.933 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
11:19:18 #0 7.082 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]
11:19:18 #0 7.468 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
11:19:18 #0 7.478 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]
11:19:18 #0 7.612 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
11:19:18 #0 7.614 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
11:19:18 #0 7.616 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:19:18 #0 7.621 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
11:19:18 #0 7.624 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
11:19:18 #0 7.636 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
11:19:18 #0 7.663 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]
11:19:18 #0 8.154 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2 [497 kB]
11:19:18 #11 8.633 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
11:19:18 #11 14.64 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
11:19:18 #11 14.76 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:18 #11 14.78 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:19:18 #11 14.79 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:18 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 5.0s
11:19:18 #10 15.18 Selecting previously unselected package perl.
11:19:18 #10 15.18 Preparing to unpack .../4-perl_5.36.0-7_amd64.deb ...
11:19:18 #10 15.19 Unpacking perl (5.36.0-7) ...
11:19:18 #10 15.27 Selecting previously unselected package liblocale-gettext-perl.
11:19:18 #10 15.27 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_amd64.deb ...
11:19:18 #10 15.28 Unpacking liblocale-gettext-perl (1.07-5) ...
11:19:18 #10 15.32 Selecting previously unselected package libssl3:amd64.
11:19:18 #10 15.32 Preparing to unpack .../6-libssl3_3.0.8-1_amd64.deb ...
11:19:18 #10 15.33 Unpacking libssl3:amd64 (3.0.8-1) ...
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 58.72MB / 116.81MB 13.9s
11:19:18 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 44.04MB / 47.40MB 13.3s
11:19:18 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 44.04MB / 116.81MB 13.4s
11:19:18 #10 13.29 Selecting previously unselected package python3.9-minimal.
11:19:18 #10 13.29 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
11:19:18 #10 13.31 Unpacking python3.9-minimal (3.9.2-1) ...
11:19:18 #10 16.75 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:18 #10 17.03 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
11:19:18 #10 11.26 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:19:18 #10 11.27 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
11:19:18 #10 11.29 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
11:19:18 #10 11.55 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
11:19:18 #10 11.56 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
11:19:18 #10 11.57 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 xz-utils arm64 5.2.2-1.3ubuntu0.1 [79.8 kB]
11:19:18 #10 11.58 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext-base arm64 0.19.8.1-6ubuntu0.3 [110 kB]
11:19:18 #10 11.60 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
11:19:18 #10 12.32 Selecting previously unselected package python3-minimal.
11:19:18 #10 12.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 ... 9600 files and directories currently installed.)
11:19:18 #10 12.33 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
11:19:18 #10 12.34 Unpacking python3-minimal (3.7.3-1) ...
11:19:18 #10 12.40 Selecting previously unselected package mime-support.
11:19:18 #10 12.40 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:19:18 #10 12.41 Unpacking mime-support (3.62) ...
11:19:18 #10 12.47 Selecting previously unselected package libmpdec2:arm64.
11:19:18 #10 12.47 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
11:19:18 #10 12.49 Unpacking libmpdec2:arm64 (2.4.2-2) ...
11:19:18 #10 12.55 Selecting previously unselected package readline-common.
11:19:18 #10 12.55 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:19:18 #10 12.55 Unpacking readline-common (7.0-5) ...
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 69.21MB / 116.81MB 14.1s
11:19:18 #10 10.53 Selecting previously unselected package perl.
11:19:18 #10 10.53 Preparing to unpack .../4-perl_5.36.0-7_arm64.deb ...
11:19:18 #10 10.54 Unpacking perl (5.36.0-7) ...
11:19:18 #10 10.65 Selecting previously unselected package liblocale-gettext-perl.
11:19:18 #10 10.65 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_arm64.deb ...
11:19:18 #10 10.66 Unpacking liblocale-gettext-perl (1.07-5) ...
11:19:18 #10 10.74 Selecting previously unselected package libssl3:arm64.
11:19:18 #10 10.74 Preparing to unpack .../6-libssl3_3.0.8-1_arm64.deb ...
11:19:18 #11 8.633 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
11:19:18 #11 8.635 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
11:19:18 #11 8.866 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
11:19:18 #11 8.867 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
11:19:18 #11 8.868 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1.1 [4723 kB]
11:19:18 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 87.03MB / 116.81MB 14.2s
11:19:18 #10 15.58 Selecting previously unselected package libpython3.11-minimal:amd64.
11:19:18 #10 15.58 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-4_amd64.deb ...
11:19:18 #10 15.59 Unpacking libpython3.11-minimal:amd64 (3.11.2-4) ...
11:19:18 #10 15.80 Selecting previously unselected package libexpat1:amd64.
11:19:18 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 42.99MB / 53.32MB 14.0s
11:19:18 #9 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 13.6s done
11:19:18 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.19MB / 47.40MB 13.6s
11:19:18 #9 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 13.7s
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 76.55MB / 116.81MB 14.3s
11:19:18 #10 13.67 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
11:19:18 #10 13.70 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:19:18 #10 13.72 Setting up python3.9-minimal (3.9.2-1) ...
11:19:18 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 56.62MB / 116.81MB 13.9s
11:19:18 #10 17.17 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:19:18 #10 17.18 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:19:18 #10 17.20 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:18 #10 11.77 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:19:18 #10 11.77 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
11:19:18 #10 11.92 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
11:19:18 #10 12.67 Selecting previously unselected package libreadline7:arm64.
11:19:18 #10 12.67 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
11:19:18 #10 12.67 Unpacking libreadline7:arm64 (7.0-5) ...
11:19:18 #10 12.73 Selecting previously unselected package libsqlite3-0:arm64.
11:19:18 #10 12.73 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
11:19:18 #10 12.74 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:19:18 #10 12.81 Selecting previously unselected package libpython3.7-stdlib:arm64.
11:19:19 #10 10.75 Unpacking libssl3:arm64 (3.0.8-1) ...
11:19:19 #10 10.95 Selecting previously unselected package libpython3.11-minimal:arm64.
11:19:19 #10 10.95 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-4_arm64.deb ...
11:19:19 #10 10.95 Unpacking libpython3.11-minimal:arm64 (3.11.2-4) ...
11:19:19 #11 9.092 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl arm64 5.34.0-3ubuntu1.1 [232 kB]
11:19:19 #11 9.111 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.8 [1161 kB]
11:19:19 #11 9.160 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:19:19 #11 9.165 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:19:19 #7 ...
11:19:19 
11:19:19 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:19:19 #9 extracting sha256:ff79c800f3f5a313dc5958a23f5bf14d0dad7a78ab80d43874f2967135b6997d 9.7s done
11:19:19 #9 DONE 14.3s
11:19:19 
11:19:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 65.01MB / 116.81MB 14.3s
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 69.21MB / 116.81MB 14.3s
11:19:19 #10 15.80 Preparing to unpack .../8-libexpat1_2.5.0-1_amd64.deb ...
11:19:19 #10 15.80 Unpacking libexpat1:amd64 (2.5.0-1) ...
11:19:19 #10 15.86 Selecting previously unselected package python3.11-minimal.
11:19:19 #10 15.86 Preparing to unpack .../9-python3.11-minimal_3.11.2-4_amd64.deb ...
11:19:19 #10 15.87 Unpacking python3.11-minimal (3.11.2-4) ...
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 62.91MB / 116.81MB 14.4s
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 72.35MB / 116.81MB 14.4s
11:19:19 #10 ...
11:19:19 
11:19:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:19 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 6.1s done
11:19:19 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:19 #7 DONE 15.3s
11:19:19 
11:19:19 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:19 #10 12.81 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
11:19:19 #10 12.82 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
11:19:19 #10 13.06 Selecting previously unselected package python3.7.
11:19:19 #10 13.06 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
11:19:19 #10 11.13 Selecting previously unselected package libexpat1:arm64.
11:19:19 #10 11.13 Preparing to unpack .../8-libexpat1_2.5.0-1_arm64.deb ...
11:19:19 #10 11.13 Unpacking libexpat1:arm64 (2.5.0-1) ...
11:19:19 #10 11.24 Selecting previously unselected package python3.11-minimal.
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 76.55MB / 116.81MB 14.6s
11:19:19 #10 9.488 Selecting previously unselected package perl.
11:19:19 #10 9.488 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
11:19:19 #10 9.497 Unpacking perl (5.32.1-4+deb11u2) ...
11:19:19 #10 9.583 Selecting previously unselected package liblocale-gettext-perl.
11:19:19 #10 9.583 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
11:19:19 #10 9.589 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:19:19 #10 9.642 Selecting previously unselected package libpython3.9-minimal:arm64.
11:19:19 #10 9.644 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
11:19:19 #10 9.650 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
11:19:19 #10 9.826 Selecting previously unselected package libexpat1:arm64.
11:19:19 #10 9.826 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_arm64.deb ...
11:19:19 #9 17.92 Selecting previously unselected package python3-minimal.
11:19:19 #9 17.92 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4322 files and directories currently installed.)
11:19:19 #9 17.92 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
11:19:19 #9 17.92 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:19:19 #9 17.97 Selecting previously unselected package mime-support.
11:19:19 #9 17.97 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:19:19 #9 17.98 Unpacking mime-support (3.60ubuntu1) ...
11:19:19 #9 18.02 Selecting previously unselected package libmpdec2:amd64.
11:19:19 #9 18.02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
11:19:19 #9 18.02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:19:19 #9 18.07 Selecting previously unselected package readline-common.
11:19:19 #9 18.07 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:19:19 #9 18.08 Unpacking readline-common (7.0-3) ...
11:19:19 #9 18.13 Selecting previously unselected package libreadline7:amd64.
11:19:19 #9 18.13 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
11:19:19 #9 18.13 Unpacking libreadline7:amd64 (7.0-3) ...
11:19:19 #9 18.19 Selecting previously unselected package libsqlite3-0:amd64.
11:19:19 #9 18.19 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
11:19:19 #10 16.18 Setting up libssl3:amd64 (3.0.8-1) ...
11:19:19 #10 16.19 Setting up libpython3.11-minimal:amd64 (3.11.2-4) ...
11:19:19 #10 16.21 Setting up libexpat1:amd64 (2.5.0-1) ...
11:19:19 #10 16.22 Setting up python3.11-minimal (3.11.2-4) ...
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 69.21MB / 116.81MB 14.8s
11:19:19 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 46.14MB / 53.32MB 14.6s
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 46.14MB / 116.81MB 14.6s
11:19:19 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 50.33MB / 116.81MB 14.2s
11:19:19 #10 13.06 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:19:19 #10 13.14 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:19 #10 13.15 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
11:19:19 #10 13.16 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
11:19:19 #10 17.86 Selecting previously unselected package python3-minimal.
11:19:19 #10 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 ... 9605 files and directories currently installed.)
11:19:19 #10 17.86 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
11:19:19 #10 17.87 Unpacking python3-minimal (3.7.3-1) ...
11:19:19 #10 17.92 Selecting previously unselected package mime-support.
11:19:19 #10 17.92 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:19:19 #10 12.09 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
11:19:19 #10 12.23 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
11:19:19 #10 12.23 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
11:19:19 #10 12.36 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
11:19:19 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 4.6s done
11:19:19 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74
11:19:19 #10 11.24 Preparing to unpack .../9-python3.11-minimal_3.11.2-4_arm64.deb ...
11:19:19 #10 11.26 Unpacking python3.11-minimal (3.11.2-4) ...
11:19:19 #10 11.46 Setting up libssl3:arm64 (3.0.8-1) ...
11:19:19 #10 11.47 Setting up libpython3.11-minimal:arm64 (3.11.2-4) ...
11:19:19 #10 11.49 Setting up libexpat1:arm64 (2.5.0-1) ...
11:19:19 #10 11.50 Setting up python3.11-minimal (3.11.2-4) ...
11:19:19 #11 15.67 Selecting previously unselected package python3-minimal.
11:19:19 #11 15.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4439 files and directories currently installed.)
11:19:19 #11 15.67 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
11:19:19 #11 15.68 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:19:19 #11 15.73 Selecting previously unselected package mime-support.
11:19:19 #11 15.73 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:19:19 #11 15.74 Unpacking mime-support (3.64ubuntu1) ...
11:19:19 #11 15.78 Selecting previously unselected package libmpdec2:amd64.
11:19:19 #11 15.78 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 83.89MB / 116.81MB 15.0s
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 65.01MB / 116.81MB 14.8s
11:19:19 #10 ...
11:19:19 
11:19:19 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:19 #8 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 4.4s done
11:19:19 #8 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:19 #8 DONE 13.8s
11:19:19 
11:19:19 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:19 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 4.2s done
11:19:19 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:19 #11 9.562 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 76.55MB / 116.81MB 14.8s
11:19:19 #10 9.832 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:19:19 #10 9.885 Selecting previously unselected package python3.9-minimal.
11:19:19 #10 9.885 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
11:19:19 #10 9.895 Unpacking python3.9-minimal (3.9.2-1) ...
11:19:19 #9 18.19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:19:19 #9 18.29 Selecting previously unselected package libpython3.6-stdlib:amd64.
11:19:19 #9 18.29 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:19:19 #9 18.30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:19 #20 2.105 Fetched 8640 kB in 2s (5276 kB/s)
11:19:19 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 50.33MB / 53.32MB 15.1s
11:19:19 #9 sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 47.40MB / 47.40MB 14.5s done
11:19:19 #9 sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f 154B / 154B 14.6s done
11:19:19 #10 13.34 Setting up python3-minimal (3.7.3-1) ...
11:19:19 #10 12.38 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
11:19:19 #10 12.39 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.11 [724 kB]
11:19:19 #10 12.51 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
11:19:19 #10 12.51 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
11:19:19 #10 12.58 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.7 [525 kB]
11:19:19 #10 12.59 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
11:19:19 #10 17.92 Unpacking mime-support (3.62) ...
11:19:19 #10 18.01 Selecting previously unselected package libmpdec2:amd64.
11:19:19 #10 18.01 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
11:19:19 #10 18.03 Unpacking libmpdec2:amd64 (2.4.2-2) ...
11:19:19 #10 18.06 Selecting previously unselected package readline-common.
11:19:19 #10 18.06 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:19:19 #10 18.07 Unpacking readline-common (7.0-5) ...
11:19:19 #10 18.12 Selecting previously unselected package libreadline7:amd64.
11:19:19 #10 18.12 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
11:19:19 #10 18.12 Unpacking libreadline7:amd64 (7.0-5) ...
11:19:19 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.4s done
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 78.64MB / 116.81MB 15.1s
11:19:19 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:19 #7 DONE 16.1s
11:19:19 
11:19:19 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:19 #11 15.79 Unpacking libmpdec2:amd64 (2.4.2-3) ...
11:19:19 #11 15.85 Selecting previously unselected package readline-common.
11:19:19 #11 15.85 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:19:19 #11 15.85 Unpacking readline-common (8.0-4) ...
11:19:19 #11 15.90 Selecting previously unselected package libreadline8:amd64.
11:19:19 #11 15.90 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
11:19:19 #11 15.91 Unpacking libreadline8:amd64 (8.0-4) ...
11:19:19 #11 15.97 Selecting previously unselected package libsqlite3-0:amd64.
11:19:19 #11 15.97 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
11:19:19 #11 15.98 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 82.84MB / 116.81MB 15.3s
11:19:19 #7 DONE 13.6s
11:19:19 
11:19:19 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:19 #0 1.205 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:19:19 #0 1.608 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:19:19 #0 1.708 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:19:19 #0 1.799 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:19:19 #0 1.897 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
11:19:19 #0 1.909 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
11:19:19 #0 2.570 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
11:19:19 #0 2.580 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
11:19:19 #0 2.615 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5231 B]
11:19:19 #0 2.617 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
11:19:19 #0 2.617 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1218 kB]
11:19:19 #0 2.820 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2187 kB]
11:19:19 #0 3.464 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
11:19:19 #0 3.464 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
11:19:19 #0 3.464 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [924 kB]
11:19:19 #0 3.481 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
11:19:19 #0 3.486 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1804 kB]
11:19:19 #0 3.568 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
11:19:19 #0 3.648 Fetched 19.3 MB in 3s (6637 kB/s)
11:19:19 #0 3.648 Reading package lists...
11:19:19 #0 4.587 Reading package lists...
11:19:19 #0 5.436 Building dependency tree...
11:19:19 #0 5.640 Reading state information...
11:19:19 #0 6.000 The following additional packages will be installed:
11:19:19 #0 6.000   at autoconf automake autopoint autotools-dev binutils
11:19:19 #0 6.000   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:19 #0 6.000   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:19:19 #0 6.000   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:19:19 #0 6.000   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:19:19 #0 6.000   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:19 #0 6.000   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:19 #0 6.000   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:19 #0 6.000   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:19 #0 6.000   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:19:19 #0 6.000   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:19 #0 6.000   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:19 #0 6.000   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:19:19 #0 6.000   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:19 #0 6.000   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:19 #0 6.000   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:19:19 #0 6.000   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:19 #0 6.000   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:19:19 #0 6.000   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:19 #0 6.000   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:19 #0 6.000   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:19 #0 6.000   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:19 #0 6.000   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:19 #0 6.000   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:19 #0 6.000   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:19 #0 6.000   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:19 #0 6.000   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:19 #0 6.000   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:19 #0 6.000   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:19 #0 6.000   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:19 #0 6.000   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:19 #0 6.000   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:19 #0 6.000   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:19 #0 6.000   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:19 #0 6.000   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:19 #0 6.000   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:19 #0 6.000   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:19 #0 6.000   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:19:19 #0 6.000   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:19:19 #0 6.000   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:19 #0 6.000   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:19 #0 6.000   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:19 #0 6.000   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:19 #0 6.000   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:19 #0 6.000   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:19 #0 6.000   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:19:19 #0 6.000   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:19 #0 6.000   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:19 #0 6.000   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:19 #0 6.000   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:19 #0 6.000   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:19 #0 6.000   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:19 #0 6.000   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:19 #0 6.000   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:19 #0 6.000   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:19:19 #0 6.000   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:19 #0 6.000   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:19 #0 6.000   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:19 #0 6.000   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:19 #0 6.000   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:19 #0 6.000   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:19 #0 6.000   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:19 #0 6.000   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:19 #0 6.000   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:19 #0 6.000   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:19 #0 6.000   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:19 #0 6.000   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:19:19 #0 6.000   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:19 #0 6.000   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:19 #0 6.000   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:19 #0 6.000   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:19 #0 6.000   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:19 #0 6.000   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:19 #0 6.000   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:19 #0 6.000   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:19 #0 6.000   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:19 #0 6.001   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:19 #0 6.001   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:19 #0 6.001   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:19 #0 6.001   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:19 #0 6.001   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:19 #0 6.001   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:19 #0 6.001   xz-utils
11:19:19 #0 6.004 Suggested packages:
11:19:19 #0 6.004   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:19 #0 6.004   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:19 #0 6.004   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:19:19 #0 6.004   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:19:19 #0 6.004   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:19 #0 6.004   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:19 #0 6.004   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:19 #0 6.004   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:19 #0 6.004   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:19 #0 6.004   mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc
11:19:19 #0 6.004   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:19 #0 6.004   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:19 #0 6.004   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:19 #0 6.004   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
11:19:19 #0 6.004   libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
11:19:19 #0 6.004   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:19 #0 6.004   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:19 #0 6.004   libstdc++-9-doc libbareword-filehandles-perl libindirect-perl
11:19:19 #0 6.004   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:19 #0 6.004   libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:19 #0 6.004   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:19 #0 6.004   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:19 #0 6.004   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:19 #0 6.004   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:19:19 #0 6.004   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:19:19 #0 6.004   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:19 #0 6.004   python3-cryptography python3-openssl python3-socks python3.8-venv
11:19:19 #0 6.004   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:19:19 #0 6.368 The following NEW packages will be installed:
11:19:19 #0 6.368   at autoconf automake autopoint autotools-dev binutils
11:19:19 #0 6.368   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:19:19 #0 6.368   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:19:19 #0 6.368   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:19 #0 6.368   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:19:19 #0 6.368   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:19:19 #0 6.368   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:19:19 #0 6.368   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:19 #0 6.368   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:19:19 #0 6.368   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:19:19 #0 6.368   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:19 #0 6.368   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:19 #0 6.368   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:19:19 #0 6.368   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:19 #0 6.368   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:19 #0 6.368   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:19:19 #0 6.368   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:19 #0 6.368   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:19:19 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 93.32MB / 116.81MB 15.1s
11:19:19 #0 6.368   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:19 #0 6.368   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:19 #0 6.368   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:19 #0 6.368   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:19 #0 6.368   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:19 #0 6.368   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:19 #0 6.368   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:19 #0 6.368   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:19 #0 6.368   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:19 #0 6.368   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:19 #0 6.368   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:19 #0 6.368   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:19 #0 6.368   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:19 #0 6.368   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:19 #0 6.368   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:19 #0 6.368   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:19 #0 6.368   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:19 #0 6.368   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:19 #0 6.368   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:19 #0 6.368   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:19:19 #0 6.368   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:19:19 #0 6.368   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:19 #0 6.368   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:19 #0 6.368   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:19 #0 6.368   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:19 #0 6.368   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:19 #0 6.368   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:19 #0 6.368   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:19:19 #0 6.368   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:19 #0 6.368   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:19 #0 6.368   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:19 #0 6.368   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:19 #0 6.368   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:19 #0 6.368   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:19 #0 6.368   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:19 #0 6.368   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:19 #0 6.368   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:19:19 #0 6.368   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:19 #0 6.368   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:19 #0 6.368   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:19 #0 6.368   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:19 #0 6.368   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:19 #0 6.368   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:19 #0 6.368   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:19 #0 6.368   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:19 #0 6.368   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:19 #0 6.368   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:19 #0 6.368   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:19 #0 6.368   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:19:19 #0 6.368   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:19 #0 6.368   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:19 #0 6.368   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:19 #0 6.368   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:19 #0 6.368   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:19 #0 6.368   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:19 #0 6.368   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:19 #0 6.369   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:19 #0 6.369   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:19 #0 6.369   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:19 #0 6.369   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:19 #0 6.369   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:19 #0 6.369   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:19 #0 6.369   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:19 #0 6.369   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:19 #0 6.369   xz-utils
11:19:19 #0 6.798 0 upgraded, 352 newly installed, 0 to remove and 2 not upgraded.
11:19:19 #0 6.798 Need to get 97.8 MB of archives.
11:19:19 #0 6.798 After this operation, 449 MB of additional disk space will be used.
11:19:19 #0 6.798 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB]
11:19:19 #0 6.943 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.17 [1158 kB]
11:19:19 #0 7.354 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]
11:19:19 #0 7.404 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
11:19:19 #0 7.408 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]
11:19:19 #0 7.493 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
11:19:19 #0 7.494 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
11:19:19 #0 7.495 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
11:19:19 #0 7.498 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
11:19:19 #0 7.501 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
11:19:19 #0 7.506 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
11:19:19 #0 7.673 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]
11:19:19 #0 8.280 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:19:19 #0 8.292 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
11:19:19 #0 8.292 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
11:19:19 #0 8.293 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB]
11:19:19 #0 8.296 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB]
11:19:19 #0 8.300 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB]
11:19:19 #0 8.302 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB]
11:19:19 #0 8.328 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB]
11:19:19 #0 8.328 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB]
11:19:19 #0 8.353 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB]
11:19:19 #0 8.537 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
11:19:19 #11 9.205 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B]
11:19:19 #11 9.205 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.3 [3766 kB]
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 82.84MB / 116.81MB 15.3s
11:19:19 #10 14.70 Selecting previously unselected package python3-minimal.
11:19:19 #10 14.70 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9516 files and directories currently installed.)
11:19:19 #10 14.71 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
11:19:19 #10 14.71 Unpacking python3-minimal (3.9.2-3) ...
11:19:19 #10 10.14 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
11:19:19 #10 10.16 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:19:19 #10 10.19 Setting up python3.9-minimal (3.9.2-1) ...
11:19:19 #9 18.65 Selecting previously unselected package python3.6.
11:19:19 #9 18.65 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:19:19 #9 18.65 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:19:19 #9 18.70 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:19 #9 18.70 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
11:19:19 #20 2.105 Reading package lists...
11:19:19 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.1s done
11:19:19 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 71.30MB / 116.81MB 15.4s
11:19:20 #10 13.72 Selecting previously unselected package python3.
11:19:20 #10 13.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 ... 10069 files and directories currently installed.)
11:19:20 #10 13.74 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
11:19:20 #10 13.76 Unpacking python3 (3.7.3-1) ...
11:19:20 #10 13.86 Selecting previously unselected package less.
11:19:20 #10 13.86 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 75.50MB / 116.81MB 15.3s
11:19:20 #10 12.74 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
11:19:20 #10 12.90 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
11:19:20 #10 18.18 Selecting previously unselected package libsqlite3-0:amd64.
11:19:20 #10 18.18 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
11:19:20 #10 18.18 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
11:19:20 #10 18.28 Selecting previously unselected package libpython3.7-stdlib:amd64.
11:19:20 #10 18.28 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
11:19:20 #10 18.29 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
11:19:20 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:20 #11 16.11 Selecting previously unselected package libpython3.8-stdlib:amd64.
11:19:20 #11 16.11 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:19:20 #11 16.12 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:20 #10 ...
11:19:20 
11:19:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:20 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.9s done
11:19:20 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:20 #7 DONE 16.4s
11:19:20 
11:19:20 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 71.30MB / 116.81MB 15.3s
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 91.23MB / 116.81MB 15.5s
11:19:20 #10 14.75 Selecting previously unselected package media-types.
11:19:20 #10 14.75 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:19:20 #10 14.76 Unpacking media-types (4.0.0) ...
11:19:20 #10 14.79 Selecting previously unselected package libmpdec3:amd64.
11:19:20 #10 14.79 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
11:19:20 #10 14.81 Unpacking libmpdec3:amd64 (2.5.1-1) ...
11:19:20 #10 14.84 Selecting previously unselected package libncursesw6:amd64.
11:19:20 #10 14.85 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
11:19:20 #10 14.85 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
11:19:20 #10 14.90 Selecting previously unselected package readline-common.
11:19:20 #10 14.90 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:19:20 #10 14.91 Unpacking readline-common (8.1-1) ...
11:19:20 #10 14.96 Selecting previously unselected package libreadline8:amd64.
11:19:20 #10 14.96 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
11:19:20 #9 18.71 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:19:20 #9 18.78 Setting up python3-minimal (3.6.7-1~18.04) ...
11:19:20 #8 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.3s
11:19:20 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:20 #7 DONE 14.2s
11:19:20 
11:19:20 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:20 #0 1.414 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:19:20 #0 1.820 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
11:19:20 #0 1.917 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:19:20 #0 2.008 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:19:20 #0 2.106 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
11:19:20 #0 2.134 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
11:19:20 #0 2.168 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
11:19:20 #0 2.350 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
11:19:20 #0 3.351 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [403 kB]
11:19:20 #0 3.361 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [251 kB]
11:19:20 #0 3.361 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [197 kB]
11:19:20 #0 3.759 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [3234 B]
11:19:20 #0 3.834 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4552 B]
11:19:20 #0 3.834 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
11:19:20 #0 3.834 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [169 kB]
11:19:20 #0 4.101 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [296 kB]
11:19:20 #0 4.220 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [196 kB]
11:19:20 #0 4.268 Fetched 21.8 MB in 3s (6710 kB/s)
11:19:20 #0 4.268 Reading package lists...
11:19:20 #0 5.068 Reading package lists...
11:19:20 #0 5.780 Building dependency tree...
11:19:20 #0 5.960 Reading state information...
11:19:20 #0 6.228 The following additional packages will be installed:
11:19:20 #0 6.228   autoconf automake autopoint autotools-dev binutils
11:19:20 #0 6.228   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:20 #0 6.228   bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon
11:19:20 #0 6.228   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:19:20 #0 6.228   debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:20 #0 6.228   distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config
11:19:20 #0 6.228   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0
11:19:20 #0 6.228   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:20 #0 6.228   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:19:20 #0 6.228   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:20 #0 6.228   libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl
11:19:20 #0 6.228   libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl
11:19:20 #0 6.228   libasan8 libassuan0 libatomic1 libauthen-sasl-perl
11:19:20 #0 6.228   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:19:20 #0 6.228   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:20 #0 6.228   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:20 #0 6.228   libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:20 #0 6.228   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:20 #0 6.228   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:20 #0 6.228   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:19:20 #0 6.228   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:20 #0 6.228   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:20 #0 6.228   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:19:20 #0 6.228   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:20 #0 6.228   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:19:20 #0 6.228   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:19:20 #0 6.228   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:20 #0 6.228   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:20 #0 6.228   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:19:20 #0 6.228   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:20 #0 6.228   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:20 #0 6.228   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:20 #0 6.228   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:20 #0 6.228   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:19:20 #0 6.228   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:20 #0 6.228   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:19:20 #0 6.228   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:19:20 #0 6.228   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:20 #0 6.228   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:20 #0 6.228   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:20 #0 6.228   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
11:19:20 #0 6.228   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:20 #0 6.228   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:20 #0 6.228   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:19:20 #0 6.228   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:19:20 #0 6.228   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:19:20 #0 6.228   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:19:20 #0 6.228   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:19:20 #0 6.228   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:20 #0 6.228   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:20 #0 6.228   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:20 #0 6.228   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:20 #0 6.228   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:20 #0 6.228   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:19:20 #0 6.228   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:20 #0 6.228   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:19:20 #0 6.228   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:20 #0 6.228   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:20 #0 6.228   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:19:20 #0 6.228   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:20 #0 6.228   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:19:20 #0 6.228   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:19:20 #0 6.228   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:20 #0 6.228   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
11:19:20 #0 6.228   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:20 #0 6.228   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:20 #0 6.228   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:19:20 #0 6.228   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:20 #0 6.228   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:20 #0 6.228   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:20 #0 6.228   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:20 #0 6.228   libstring-shellquote-perl libsub-exporter-perl
11:19:20 #0 6.228   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:20 #0 6.228   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:20 #0 6.228   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:20 #0 6.228   libsystemd0 libterm-readkey-perl libtext-glob-perl
11:19:20 #0 6.228   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:20 #0 6.228   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:20 #0 6.228   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:20 #0 6.228   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:19:20 #0 6.228   libtypes-serialiser-perl libubsan1 libuchardet0 libudev1
11:19:20 #0 6.228   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:20 #0 6.228   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:20 #0 6.228   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:20 #0 6.228   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:20 #0 6.228   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:20 #0 6.228   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:20 #0 6.228   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:20 #0 6.228   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:20 #0 6.228   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:20 #0 6.228   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:20 #0 6.228   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:20 #0 6.228   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:20 #0 6.228   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:20 #0 6.228   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:20 #0 6.228   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:20 #0 6.228   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:20 #0 6.228   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:20 #0 6.236   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:20 #0 6.236 Suggested packages:
11:19:20 #0 6.236   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:20 #0 6.236   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:19:20 #0 6.236   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:19:20 #0 6.236   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:19:20 #0 6.236   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:20 #0 6.236   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:20 #0 6.236   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:20 #0 6.236   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:20 #0 6.236   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:20 #0 6.236   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc
11:19:20 #0 6.236   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:20 #0 6.236   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:20 #0 6.236   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:20 #0 6.236   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:19:20 #0 6.236   libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:19:20 #0 6.236   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:20 #0 6.236   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:20 #0 6.236   libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl
11:19:20 #0 6.236   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:20 #0 6.236   libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl
11:19:20 #0 6.236   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:19:20 #0 6.236   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:19:20 #0 6.236   www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass
11:19:20 #0 6.236   ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:20 #0 6.236   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:19:20 #0 6.236   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:20 #0 6.236   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:19:20 #0 6.236   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:19:20 #0 6.236   python3-setuptools python3-openssl python3-socks python-requests-doc
11:19:20 #0 6.236   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:19:20 #0 6.236   systemd-container systemd-homed systemd-userdbd systemd-boot
11:19:20 #0 6.236   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:19:20 #0 6.546 The following NEW packages will be installed:
11:19:20 #0 6.546   autoconf automake autopoint autotools-dev binutils
11:19:20 #0 6.547   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:19:20 #0 6.547   bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:19:20 #0 6.547   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:19:20 #0 6.547   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:20 #0 6.547   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:19:20 #0 6.547   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:19:20 #0 6.547   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:20 #0 6.547   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:20 #0 6.547   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:20 #0 6.548   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:20 #0 6.548   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:20 #0 6.548   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:19:20 #0 6.548   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:20 #0 6.548   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:19:20 #0 6.548   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:19:20 #0 6.548   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:20 #0 6.548   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:20 #0 6.548   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:20 #0 6.548   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:19:20 #0 6.548   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:20 #0 6.548   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:20 #0 6.548   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:19:20 #0 6.548   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:20 #0 6.548   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:19:20 #0 6.548   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:19:20 #0 6.548   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:20 #0 6.548   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:20 #0 6.548   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:19:20 #0 6.548   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:20 #0 6.548   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:20 #0 6.548   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:20 #0 6.548   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:20 #0 6.548   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:19:20 #0 6.548   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:20 #0 6.548   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:19:20 #0 6.548   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:19:20 #0 6.548   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:20 #0 6.548   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:19:20 #0 6.548   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:19:20 #0 6.548   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
11:19:20 #0 6.548   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:19:20 #0 6.548   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:20 #0 6.548   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:19:20 #0 6.548   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:19:20 #0 6.549   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:19:20 #0 6.549   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:19:20 #0 6.549   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:19:20 #0 6.549   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:20 #0 6.549   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:20 #0 6.549   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:20 #0 6.549   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:20 #0 6.549   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:20 #0 6.549   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:19:20 #0 6.549   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:19:20 #0 6.549   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:19:20 #0 6.549   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:19:20 #0 6.549   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:19:20 #0 6.549   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:19:20 #0 6.549   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:20 #0 6.549   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:19:20 #0 6.549   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:19:20 #0 6.549   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:20 #0 6.549   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
11:19:20 #0 6.549   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:20 #0 6.549   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:20 #0 6.549   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:19:20 #0 6.549   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:20 #0 6.549   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:20 #0 6.549   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:20 #0 6.550   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:20 #0 6.550   libstring-shellquote-perl libsub-exporter-perl
11:19:20 #0 6.550   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:20 #0 6.550   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:20 #0 6.550   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:20 #0 6.550   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:20 #0 6.550   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:20 #0 6.550   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:19:20 #0 6.550   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:19:20 #0 6.550   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:20 #0 6.550   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:20 #0 6.550   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:20 #0 6.550   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:20 #0 6.550   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:20 #0 6.550   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:20 #0 6.550   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:20 #0 6.550   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:20 #0 6.550   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:20 #0 6.550   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:20 #0 6.551   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:20 #0 6.551   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:20 #0 6.551   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:20 #0 6.551   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:20 #0 6.551   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:20 #0 6.551   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:20 #0 6.551   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:20 #0 6.551   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:20 #0 6.551   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:20 #0 6.553 The following packages will be upgraded:
11:19:20 #0 6.553   libsystemd0 libudev1
11:19:20 #10 13.87 Unpacking less (487-0.1+b1) ...
11:19:20 #10 13.95 Selecting previously unselected package netbase.
11:19:20 #10 13.96 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:19:20 #10 13.96 Unpacking netbase (5.6) ...
11:19:20 #10 13.10 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
11:19:20 #10 13.20 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
11:19:20 #10 13.21 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
11:19:20 #10 18.61 Selecting previously unselected package python3.7.
11:19:20 #10 18.62 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
11:19:20 #10 18.62 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:19:20 #10 18.68 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:20 #10 18.68 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
11:19:20 #10 18.69 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
11:19:20 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 56.62MB / 116.81MB 15.1s
11:19:20 #11 16.48 Selecting previously unselected package python3.8.
11:19:20 #11 16.48 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:19:20 #11 16.49 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:19:20 #11 16.56 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:20 #11 16.56 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
11:19:20 #11 16.60 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
11:19:20 #12 2.342 CentOS Stream 8 - AppStream                      17 MB/s |  24 MB     00:01    
11:19:20 #10 12.32 Selecting previously unselected package python3-minimal.
11:19:20 #10 12.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 ... 8357 files and directories currently installed.)
11:19:20 #10 12.33 Preparing to unpack .../00-python3-minimal_3.11.2-1_arm64.deb ...
11:19:20 #10 12.33 Unpacking python3-minimal (3.11.2-1) ...
11:19:20 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 9.3s done
11:19:20 #10 14.97 Unpacking libreadline8:amd64 (8.1-1) ...
11:19:20 #10 15.01 Selecting previously unselected package libsqlite3-0:amd64.
11:19:20 #10 15.01 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
11:19:20 #10 15.02 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
11:19:20 #10 15.13 Selecting previously unselected package libpython3.9-stdlib:amd64.
11:19:20 #10 15.13 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
11:19:20 #10 15.14 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
11:19:20 #9 19.11 Selecting previously unselected package python3.
11:19:20 #9 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 ... 4780 files and directories currently installed.)
11:19:20 #9 19.11 Preparing to unpack .../0-python3_3.6.7-1~18.04_amd64.deb ...
11:19:20 #9 19.11 Unpacking python3 (3.6.7-1~18.04) ...
11:19:20 #9 19.16 Selecting previously unselected package multiarch-support.
11:19:20 #9 19.16 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
11:19:20 #9 19.16 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:19:20 #9 19.20 Selecting previously unselected package libxau6:amd64.
11:19:20 #9 19.20 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
11:19:20 #9 19.20 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:19:20 #11 9.366 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.3 [224 kB]
11:19:20 #11 9.370 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.17 [599 kB]
11:19:20 #11 9.379 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:19:20 #11 9.381 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:19:20 #11 9.383 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB]
11:19:20 #11 9.430 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB]
11:19:20 #11 9.432 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB]
11:19:20 #11 9.433 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB]
11:19:20 #11 9.583 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 90.18MB / 116.81MB 15.7s
11:19:20 #10 11.00 Selecting previously unselected package python3-minimal.
11:19:20 #20 2.707 Reading package lists...
11:19:20 #10 6.263 CentOS Stream 9 - AppStream                     7.0 MB/s |  14 MB     00:02    
11:19:20 #10 14.14 Selecting previously unselected package bzip2.
11:19:20 #10 14.14 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ...
11:19:20 #10 14.17 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:19:20 #10 14.21 Selecting previously unselected package libmagic-mgc.
11:19:20 #10 14.22 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
11:19:20 #10 14.22 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:20 #10 14.34 Selecting previously unselected package libmagic1:arm64.
11:19:20 #10 14.34 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
11:19:20 #7 extracting sha256:47452733a7c0712961d7ef8b48e3d823328f056af1c90c715966748b137b3d1c 7.0s done
11:19:20 #11 10.29 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 less arm64 590-1ubuntu0.22.04.1 [142 kB]
11:19:20 #11 10.29 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
11:19:20 #11 10.29 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
11:19:20 #11 10.29 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
11:19:20 #11 10.30 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
11:19:20 #10 13.22 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
11:19:20 #10 13.22 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
11:19:20 #10 13.34 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
11:19:20 #10 13.34 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
11:19:20 #10 13.35 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
11:19:20 #10 13.35 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:19:20 #10 18.73 Setting up python3-minimal (3.7.3-1) ...
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 84.93MB / 116.81MB 15.7s
11:19:20 #11 16.67 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 84.93MB / 116.81MB 15.9s
11:19:20 #10 12.37 Selecting previously unselected package media-types.
11:19:20 #10 12.37 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:19:20 #10 12.38 Unpacking media-types (10.0.0) ...
11:19:20 #10 12.44 Selecting previously unselected package libncursesw6:arm64.
11:19:20 #10 12.44 Preparing to unpack .../02-libncursesw6_6.4-2_arm64.deb ...
11:19:20 #10 12.45 Unpacking libncursesw6:arm64 (6.4-2) ...
11:19:20 #10 12.51 Selecting previously unselected package libkrb5support0:arm64.
11:19:20 #10 12.51 Preparing to unpack .../03-libkrb5support0_1.20.1-1_arm64.deb ...
11:19:20 #10 12.51 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
11:19:20 #10 12.56 Selecting previously unselected package libk5crypto3:arm64.
11:19:20 #10 12.56 Preparing to unpack .../04-libk5crypto3_1.20.1-1_arm64.deb ...
11:19:20 #10 12.56 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
11:19:20 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 15.7s
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 52.43MB / 116.81MB 15.7s
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 98.57MB / 116.81MB 16.0s
11:19:20 #9 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.2s
11:19:20 #9 19.25 Selecting previously unselected package libbsd0:amd64.
11:19:20 #9 19.25 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
11:19:20 #9 19.25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:19:20 #9 19.29 Selecting previously unselected package libxdmcp6:amd64.
11:19:20 #9 19.29 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:19:20 #9 19.30 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:20 #9 19.34 Selecting previously unselected package libxcb1:amd64.
11:19:20 #9 19.34 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
11:19:20 #9 19.35 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
11:19:20 #9 19.40 Selecting previously unselected package libx11-data.
11:19:20 #9 19.40 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:19:20 #9 19.41 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:19:20 #11 9.804 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]
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 97.52MB / 116.81MB 16.1s
11:19:20 #10 11.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 ... 9515 files and directories currently installed.)
11:19:20 #10 11.00 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
11:19:20 #10 11.01 Unpacking python3-minimal (3.9.2-3) ...
11:19:20 #10 11.05 Selecting previously unselected package media-types.
11:19:20 #10 11.05 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:19:20 #10 11.06 Unpacking media-types (4.0.0) ...
11:19:20 #10 11.10 Selecting previously unselected package libmpdec3:arm64.
11:19:20 #10 11.10 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
11:19:20 #10 11.11 Unpacking libmpdec3:arm64 (2.5.1-1) ...
11:19:20 #10 11.15 Selecting previously unselected package libncursesw6:arm64.
11:19:20 #10 11.15 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
11:19:20 #10 11.16 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
11:19:20 #10 11.21 Selecting previously unselected package readline-common.
11:19:20 #10 11.21 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:19:20 #10 15.43 Selecting previously unselected package python3.9.
11:19:20 #10 15.43 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
11:19:20 #10 15.43 Unpacking python3.9 (3.9.2-1) ...
11:19:20 #12 2.813 CentOS Stream 8 - AppStream                      19 MB/s |  28 MB     00:01    
11:19:20 #12 ...
11:19:20 
11:19:20 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:20 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 7.4s done
11:19:20 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:20 #8 DONE 23.3s
11:19:20 
11:19:20 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:20 #8 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.8s done
11:19:20 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 9.4s done
11:19:20 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3
11:19:20 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:20 #20 3.280 Building dependency tree...
11:19:20 #11 6.985 2 upgraded, 424 newly installed, 0 to remove and 2 not upgraded.
11:19:20 #11 6.985 Need to get 142 MB of archives.
11:19:20 #11 6.985 After this operation, 551 MB of additional disk space will be used.
11:19:20 #11 6.985 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
11:19:20 #11 7.131 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2.1 [1755 kB]
11:19:20 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 99.61MB / 116.81MB 16.0s
11:19:20 #10 14.35 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
11:19:20 #10 14.40 Selecting previously unselected package file.
11:19:20 #10 14.41 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
11:19:20 #10 14.41 Unpacking file (1:5.35-4+deb10u2) ...
11:19:20 #10 14.51 Selecting previously unselected package gettext-base.
11:19:20 #10 14.51 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
11:19:20 #10 14.52 Unpacking gettext-base (0.19.8.1-9) ...
11:19:20 #10 14.61 Selecting previously unselected package krb5-locales.
11:19:20 #10 17.32 Selecting previously unselected package python3-minimal.
11:19:20 #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 ... 8356 files and directories currently installed.)
11:19:20 #10 17.33 Preparing to unpack .../00-python3-minimal_3.11.2-1_amd64.deb ...
11:19:20 #10 17.33 Unpacking python3-minimal (3.11.2-1) ...
11:19:20 #10 17.37 Selecting previously unselected package media-types.
11:19:20 #10 17.37 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:19:20 #10 17.37 Unpacking media-types (10.0.0) ...
11:19:20 #10 17.41 Selecting previously unselected package libncursesw6:amd64.
11:19:20 #10 17.41 Preparing to unpack .../02-libncursesw6_6.4-2_amd64.deb ...
11:19:20 #10 17.42 Unpacking libncursesw6:amd64 (6.4-2) ...
11:19:20 #10 17.47 Selecting previously unselected package libkrb5support0:amd64.
11:19:20 #10 17.47 Preparing to unpack .../03-libkrb5support0_1.20.1-1_amd64.deb ...
11:19:20 #10 17.47 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
11:19:20 #10 17.51 Selecting previously unselected package libk5crypto3:amd64.
11:19:20 #7 ...
11:19:20 
11:19:20 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:19:20 #9 sha256:df492d2e5da9a55387449b81ce9a58993fdebb2b0438871000c50f7bd4645680 23.61MB / 23.61MB 10.0s done
11:19:20 #9 extracting sha256:df492d2e5da9a55387449b81ce9a58993fdebb2b0438871000c50f7bd4645680 5.2s done
11:19:20 #9 DONE 16.0s
11:19:20 
11:19:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 89.13MB / 116.81MB 16.1s
11:19:20 #10 17.51 Preparing to unpack .../04-libk5crypto3_1.20.1-1_amd64.deb ...
11:19:20 #10 17.52 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
11:19:20 #10 17.57 Selecting previously unselected package libkeyutils1:amd64.
11:19:20 #10 17.57 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ...
11:19:20 #10 17.57 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
11:19:20 #10 17.61 Selecting previously unselected package libkrb5-3:amd64.
11:19:20 #10 17.61 Preparing to unpack .../06-libkrb5-3_1.20.1-1_amd64.deb ...
11:19:20 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 0.1s
11:19:20 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.2s
11:19:20 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 6.0s done
11:19:20 #11 10.83 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
11:19:20 #11 10.84 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
11:19:20 #11 10.84 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:19:20 #11 10.84 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
11:19:20 #10 13.55 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.8 [197 kB]
11:19:20 #10 19.05 Selecting previously unselected package python3.
11:19:20 #10 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 ... 10074 files and directories currently installed.)
11:19:20 #10 19.06 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
11:19:20 #10 19.07 Unpacking python3 (3.7.3-1) ...
11:19:20 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 93.32MB / 116.81MB 16.1s
11:19:20 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 62.91MB / 116.81MB 15.7s
11:19:20 #9 ...
11:19:20 
11:19:20 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:19:20 #7 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 9.9s
11:19:20 #10 12.61 Selecting previously unselected package libkeyutils1:arm64.
11:19:20 #10 12.61 Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ...
11:19:20 #10 12.62 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
11:19:20 #10 12.66 Selecting previously unselected package libkrb5-3:arm64.
11:19:20 #10 12.66 Preparing to unpack .../06-libkrb5-3_1.20.1-1_arm64.deb ...
11:19:20 #10 12.66 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
11:19:20 #10 12.75 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:19:20 #10 12.75 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
11:19:20 #10 12.76 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
11:19:20 #10 12.81 Selecting previously unselected package libtirpc-common.
11:19:20 #10 12.81 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:19:20 #10 12.81 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:19:20 #10 12.88 Selecting previously unselected package libtirpc3:arm64.
11:19:20 #10 12.88 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:19:20 #7 sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 53.32MB / 53.32MB 16.0s done
11:19:20 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:20 #9 19.50 Selecting previously unselected package libx11-6:amd64.
11:19:20 #9 19.50 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
11:19:20 #9 19.51 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
11:19:20 #9 19.63 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:19:20 #9 19.70 Selecting previously unselected package libxext6:amd64.
11:19:20 #9 19.70 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5104 files and directories currently installed.)
11:19:20 #9 19.70 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
11:19:20 #9 19.71 Unpacking libxext6:amd64 (2:1.3.3-1) ...
11:19:20 #11 10.17 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]
11:19:20 #11 10.17 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:19:20 #11 10.18 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
11:19:20 #10 11.21 Unpacking readline-common (8.1-1) ...
11:19:20 #10 11.26 Selecting previously unselected package libreadline8:arm64.
11:19:20 #10 11.26 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
11:19:20 #10 11.27 Unpacking libreadline8:arm64 (8.1-1) ...
11:19:20 #10 11.33 Selecting previously unselected package libsqlite3-0:arm64.
11:19:20 #10 11.33 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
11:19:20 #10 11.33 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
11:19:20 #10 11.43 Selecting previously unselected package libpython3.9-stdlib:arm64.
11:19:20 #10 11.43 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
11:19:20 #10 15.50 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:20 #10 15.50 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
11:19:20 #10 15.50 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
11:19:20 #10 15.57 Setting up python3-minimal (3.9.2-3) ...
11:19:21 #8 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74
11:19:21 #8 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:21 #8 ...
11:19:21 
11:19:21 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:21 #0 4.097 Fedora 37 - aarch64                              23 MB/s |  78 MB     00:03    
11:19:21 #8 DONE 23.4s
11:19:21 
11:19:21 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:21 #10 7.216 CentOS Stream 9 - AppStream                     6.8 MB/s |  16 MB     00:02    
11:19:21 #10 13.54 CentOS Stream 9 - Extras packages                30 kB/s |  10 kB     00:00    
11:19:21 #10 13.70 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:19:18 2023.
11:19:21 #10 14.66 Dependencies resolved.
11:19:21 #10 14.68 ================================================================================
11:19:21 #10 14.68  Package                       Arch    Version                 Repository  Size
11:19:21 #10 14.68 ================================================================================
11:19:21 #10 14.68 Installing:
11:19:21 #10 14.68  dnf-plugins-core              noarch  4.3.0-4.el9             baseos      38 k
11:19:21 #10 14.68  rpm-build                     x86_64  4.16.1.3-22.el9         appstream  101 k
11:19:21 #10 14.68  rpmlint                       noarch  1.11-19.el9             appstream  198 k
11:19:21 #10 14.68 Installing dependencies:
11:19:21 #10 14.68  adobe-source-code-pro-fonts   noarch  2.030.1.050-12.el9.1    baseos     832 k
11:19:21 #10 14.68  binutils                      x86_64  2.35.2-37.el9           baseos     4.6 M
11:19:21 #10 14.68  bzip2                         x86_64  1.0.8-8.el9             baseos      56 k
11:19:21 #10 14.68  checkpolicy                   x86_64  3.5-1.el9               appstream  347 k
11:19:21 #10 14.68  cpio                          x86_64  2.13-16.el9             baseos     275 k
11:19:21 #10 14.68  cracklib                      x86_64  2.9.6-27.el9            baseos      94 k
11:19:21 #10 14.68  cracklib-dicts                x86_64  2.9.6-27.el9            baseos     3.6 M
11:19:21 #10 14.68  dbus-libs                     x86_64  1:1.12.20-7.el9         baseos     152 k
11:19:21 #10 14.68  desktop-file-utils            x86_64  0.26-6.el9              appstream   74 k
11:19:21 #10 14.68  diffutils                     x86_64  3.7-12.el9              baseos     397 k
11:19:21 #10 14.68  dwz                           x86_64  0.14-3.el9              appstream  128 k
11:19:21 #10 14.68  ed                            x86_64  1.14.2-12.el9           baseos      75 k
11:19:21 #10 14.68  efi-srpm-macros               noarch  4-9.el9                 appstream   23 k
11:19:21 #10 14.68  elfutils                      x86_64  0.188-3.el9             baseos     529 k
11:19:21 #10 14.68  elfutils-debuginfod-client    x86_64  0.188-3.el9             baseos      38 k
11:19:21 #10 14.68  emacs-filesystem              noarch  1:27.2-8.el9            appstream  8.8 k
11:19:21 #10 14.68  enchant                       x86_64  1:1.6.0-30.el9          appstream   62 k
11:19:21 #10 14.68  environment-modules           x86_64  5.0.1-2.el9             baseos     492 k
11:19:21 #10 14.68  file                          x86_64  5.39-12.el9             baseos      49 k
11:19:21 #10 14.68  fonts-srpm-macros             noarch  1:2.0.5-7.el9.1         appstream   28 k
11:19:21 #10 14.68  gcc-toolset-12-binutils       x86_64  2.38-16.el9             appstream  5.5 M
11:19:21 #10 14.68  gcc-toolset-12-binutils-gold  x86_64  2.38-14.el9             appstream  752 k
11:19:21 #10 14.68  gcc-toolset-12-runtime        x86_64  12.0-5.el9              appstream   55 k
11:19:21 #10 14.68  gdb-minimal                   x86_64  10.2-10.el9             appstream  3.5 M
11:19:21 #10 14.68  gdk-pixbuf2                   x86_64  2.42.6-3.el9            appstream  492 k
11:19:21 #10 14.68  ghc-srpm-macros               noarch  1.5.0-6.el9             appstream  8.8 k
11:19:21 #10 14.68  glib-networking               x86_64  2.68.3-3.el9            baseos     186 k
11:19:21 #10 14.68  glibc-gconv-extra             x86_64  2.34-60.el9             baseos     1.7 M
11:19:21 #10 14.68  go-srpm-macros                noarch  3.0.9-9.el9             appstream   27 k
11:19:21 #10 14.68  groff-base                    x86_64  1.22.4-10.el9           baseos     1.1 M
11:19:21 #10 14.68  gsettings-desktop-schemas     x86_64  40.0-6.el9              baseos     684 k
11:19:21 #10 14.68  hunspell                      x86_64  1.7.0-11.el9            appstream  325 k
11:19:21 #10 14.68  hunspell-en-GB                noarch  0.20140811.1-20.el9     appstream  226 k
11:19:21 #10 14.68  hunspell-en-US                noarch  0.20140811.1-20.el9     appstream  177 k
11:19:21 #10 14.68  hunspell-filesystem           x86_64  1.7.0-11.el9            appstream  8.7 k
11:19:21 #10 14.68  info                          x86_64  6.7-15.el9              baseos     225 k
11:19:21 #10 14.68  json-glib                     x86_64  1.6.6-1.el9             baseos     163 k
11:19:21 #10 14.68  kernel-srpm-macros            noarch  1.0-12.el9              appstream   16 k
11:19:21 #10 14.68  less                          x86_64  590-1.el9               baseos     163 k
11:19:21 #10 14.68  libappstream-glib             x86_64  0.7.18-4.el9            appstream  396 k
11:19:21 #10 14.68  libatomic                     x86_64  11.3.1-4.3.el9          baseos      52 k
11:19:21 #10 14.68  libbrotli                     x86_64  1.0.9-6.el9             baseos     314 k
11:19:21 #10 14.68  libdb                         x86_64  5.3.28-53.el9           baseos     738 k
11:19:21 #10 14.68  libeconf                      x86_64  0.4.1-2.el9             baseos      28 k
11:19:21 #10 14.68  libfdisk                      x86_64  2.37.4-10.el9           baseos     154 k
11:19:21 #10 14.68  libicu                        x86_64  67.1-9.el9              baseos     9.6 M
11:19:21 #10 14.68  libjpeg-turbo                 x86_64  2.0.90-6.el9            appstream  176 k
11:19:21 #10 14.68  libpipeline                   x86_64  1.5.3-4.el9             baseos      49 k
11:19:21 #10 14.68  libpkgconf                    x86_64  1.7.3-10.el9            baseos      36 k
11:19:21 #10 14.68  libpng                        x86_64  2:1.6.37-12.el9         baseos     117 k
11:19:21 #10 14.68  libproxy                      x86_64  0.4.15-35.el9           baseos      74 k
11:19:21 #10 14.68  libpsl                        x86_64  0.21.1-5.el9            baseos      64 k
11:19:21 #10 14.68  libpwquality                  x86_64  1.4.4-8.el9             baseos     119 k
11:19:21 #10 14.68  libselinux-utils              x86_64  3.5-1.el9               baseos     183 k
11:19:21 #10 14.68  libsoup                       x86_64  2.72.0-8.el9            appstream  405 k
11:19:21 #10 14.68  libstemmer                    x86_64  0-18.585svn.el9         appstream   83 k
11:19:21 #10 14.68  libutempter                   x86_64  1.2.1-6.el9             baseos      27 k
11:19:21 #10 14.68  lua-srpm-macros               noarch  1-6.el9                 appstream  9.5 k
11:19:21 #10 14.68  man-db                        x86_64  2.9.3-7.el9             baseos     1.2 M
11:19:21 #10 14.68  ncurses                       x86_64  6.2-8.20210508.el9      baseos     407 k
11:19:21 #10 14.68  ocaml-srpm-macros             noarch  6-6.el9                 appstream  8.8 k
11:19:21 #10 14.68  openblas-srpm-macros          noarch  2-11.el9                appstream  8.4 k
11:19:21 #10 14.68  openssl                       x86_64  1:3.0.7-5.el9           baseos     1.2 M
11:19:21 #10 14.68  pam                           x86_64  1.5.1-14.el9            baseos     621 k
11:19:21 #10 14.68  patch                         x86_64  2.7.6-16.el9            appstream  128 k
11:19:21 #10 14.68  perl-AutoLoader               noarch  5.74-480.el9            appstream   22 k
11:19:21 #10 14.68  perl-B                        x86_64  1.80-480.el9            appstream  181 k
11:19:21 #10 14.68  perl-Carp                     noarch  1.50-460.el9            appstream   30 k
11:19:21 #10 14.68  perl-Class-Struct             noarch  0.66-480.el9            appstream   23 k
11:19:21 #10 14.68  perl-Data-Dumper              x86_64  2.174-462.el9           appstream   56 k
11:19:21 #10 14.68  perl-Digest                   noarch  1.19-4.el9              appstream   26 k
11:19:21 #10 14.68  perl-Digest-MD5               x86_64  2.58-4.el9              appstream   37 k
11:19:21 #10 14.68  perl-Encode                   x86_64  4:3.08-462.el9          appstream  1.7 M
11:19:21 #10 14.68  perl-Errno                    x86_64  1.30-480.el9            appstream   16 k
11:19:21 #10 14.68  perl-Exporter                 noarch  5.74-461.el9            appstream   32 k
11:19:21 #10 14.68  perl-Fcntl                    x86_64  1.13-480.el9            appstream   22 k
11:19:21 #10 14.68  perl-File-Basename            noarch  2.85-480.el9            appstream   18 k
11:19:21 #10 14.68  perl-File-Path                noarch  2.18-4.el9              appstream   36 k
11:19:21 #10 14.68  perl-File-Temp                noarch  1:0.231.100-4.el9       appstream   60 k
11:19:21 #10 14.68  perl-File-stat                noarch  1.09-480.el9            appstream   18 k
11:19:21 #10 14.68  perl-FileHandle               noarch  2.03-480.el9            appstream   17 k
11:19:21 #10 14.68  perl-Getopt-Long              noarch  1:2.52-4.el9            appstream   61 k
11:19:21 #10 14.68  perl-Getopt-Std               noarch  1.12-480.el9            appstream   17 k
11:19:21 #10 14.68  perl-HTTP-Tiny                noarch  0.076-460.el9           appstream   55 k
11:19:21 #10 14.68  perl-IO                       x86_64  1.43-480.el9            appstream   90 k
11:19:21 #10 14.68  perl-IO-Socket-IP             noarch  0.41-5.el9              appstream   43 k
11:19:21 #10 14.68  perl-IPC-Open3                noarch  1.21-480.el9            appstream   24 k
11:19:21 #10 14.68  perl-MIME-Base64              x86_64  3.16-4.el9              appstream   31 k
11:19:21 #10 14.68  perl-Net-SSLeay               x86_64  1.92-2.el9              appstream  388 k
11:19:21 #10 14.68  perl-POSIX                    x86_64  1.94-480.el9            appstream   97 k
11:19:21 #10 14.68  perl-PathTools                x86_64  3.78-461.el9            appstream   88 k
11:19:21 #10 14.68  perl-Pod-Escapes              noarch  1:1.07-460.el9          appstream   21 k
11:19:21 #10 14.68  perl-Pod-Perldoc              noarch  3.28.01-461.el9         appstream   87 k
11:19:21 #10 14.68  perl-Pod-Simple               noarch  1:3.42-4.el9            appstream  225 k
11:19:21 #10 14.68  perl-Pod-Usage                noarch  4:2.01-4.el9            appstream   41 k
11:19:21 #10 14.68  perl-Scalar-List-Utils        x86_64  4:1.56-461.el9          appstream   73 k
11:19:21 #10 14.68  perl-SelectSaver              noarch  1.02-480.el9            appstream   13 k
11:19:21 #10 14.68  perl-Socket                   x86_64  4:2.031-4.el9           appstream   56 k
11:19:21 #10 14.68  perl-Storable                 x86_64  1:3.21-460.el9          appstream   96 k
11:19:21 #10 14.68  perl-Symbol                   noarch  1.08-480.el9            appstream   15 k
11:19:21 #10 14.68  perl-Term-ANSIColor           noarch  5.01-461.el9            appstream   49 k
11:19:21 #10 14.68  perl-Term-Cap                 noarch  1.17-460.el9            appstream   23 k
11:19:21 #10 14.68  perl-Text-ParseWords          noarch  3.30-460.el9            appstream   17 k
11:19:21 #10 14.68  perl-Text-Tabs+Wrap           noarch  2013.0523-460.el9       appstream   24 k
11:19:21 #10 14.68  perl-Time-Local               noarch  2:1.300-7.el9           appstream   34 k
11:19:21 #10 14.68  perl-URI                      noarch  5.09-3.el9              appstream  121 k
11:19:21 #10 14.68  perl-base                     noarch  2.27-480.el9            appstream   17 k
11:19:21 #10 14.68  perl-constant                 noarch  1.33-461.el9            appstream   24 k
11:19:21 #10 14.68  perl-if                       noarch  0.60.800-480.el9        appstream   15 k
11:19:21 #10 14.68  perl-interpreter              x86_64  4:5.32.1-480.el9        appstream   72 k
11:19:21 #10 14.68  perl-libnet                   noarch  3.13-4.el9              appstream  130 k
11:19:21 #10 14.68  perl-libs                     x86_64  4:5.32.1-480.el9        appstream  2.2 M
11:19:21 #10 14.68  perl-mro                      x86_64  1.23-480.el9            appstream   29 k
11:19:21 #10 14.68  perl-overload                 noarch  1.31-480.el9            appstream   47 k
11:19:21 #10 14.68  perl-overloading              noarch  0.02-480.el9            appstream   14 k
11:19:21 #10 14.68  perl-parent                   noarch  1:0.238-460.el9         appstream   15 k
11:19:21 #10 14.68  perl-podlators                noarch  1:4.14-460.el9          appstream  114 k
11:19:21 #10 14.68  perl-srpm-macros              noarch  1-41.el9                appstream  9.1 k
11:19:21 #10 14.68  perl-subs                     noarch  1.03-480.el9            appstream   13 k
11:19:21 #10 14.68  perl-vars                     noarch  1.05-480.el9            appstream   14 k
11:19:21 #10 14.68  pkgconf                       x86_64  1.7.3-10.el9            baseos      41 k
11:19:21 #10 14.68  pkgconf-m4                    noarch  1.7.3-10.el9            baseos      15 k
11:19:21 #10 14.68  pkgconf-pkg-config            x86_64  1.7.3-10.el9            baseos      11 k
11:19:21 #10 14.68  policycoreutils               x86_64  3.5-1.el9               baseos     238 k
11:19:21 #10 14.68  policycoreutils-python-utils  noarch  3.5-1.el9               appstream   77 k
11:19:21 #10 14.68  procps-ng                     x86_64  3.3.17-11.el9           baseos     346 k
11:19:21 #10 14.68  publicsuffix-list-dafsa       noarch  20210518-3.el9          baseos      58 k
11:19:21 #10 14.68  pyproject-srpm-macros         noarch  1.6.2-1.el9             appstream   15 k
11:19:21 #10 14.68  python-srpm-macros            noarch  3.9-52.el9              appstream   24 k
11:19:21 #10 14.68  python3-audit                 x86_64  3.0.7-103.el9           appstream   84 k
11:19:21 #10 14.68  python3-dateutil              noarch  1:2.8.1-6.el9           baseos     302 k
11:19:21 #10 14.68  python3-dbus                  x86_64  1.2.18-2.el9            baseos     144 k
11:19:21 #10 14.68  python3-distro                noarch  1.5.0-7.el9             baseos      37 k
11:19:21 #10 14.68  python3-dnf-plugins-core      noarch  4.3.0-4.el9             baseos     260 k
11:19:21 #10 14.68  python3-enchant               noarch  3.2.0-5.el9             appstream   86 k
11:19:21 #10 14.68  python3-file-magic            noarch  5.39-12.el9             appstream   17 k
11:19:21 #10 14.68  python3-libselinux            x86_64  3.5-1.el9               appstream  188 k
11:19:21 #10 14.68  python3-libsemanage           x86_64  3.5-1.el9               appstream   80 k
11:19:21 #10 14.68  python3-policycoreutils       noarch  3.5-1.el9               appstream  2.1 M
11:19:21 #10 14.68  python3-setools               x86_64  4.4.1-1.el9             baseos     596 k
11:19:21 #10 14.68  python3-setuptools            noarch  53.0.0-12.el9           baseos     944 k
11:19:21 #10 14.68  python3-six                   noarch  1.15.0-9.el9            baseos      37 k
11:19:21 #10 14.68  python3-systemd               x86_64  234-18.el9              baseos      90 k
11:19:21 #10 14.68  qt5-srpm-macros               noarch  5.15.3-1.el9            appstream  9.7 k
11:19:21 #10 14.68  redhat-rpm-config             noarch  199-1.el9               appstream   72 k
11:19:21 #10 14.68  rust-srpm-macros              noarch  17-4.el9                appstream   10 k
11:19:21 #10 14.68  scl-utils                     x86_64  1:2.0.3-4.el9           appstream   37 k
11:19:21 #10 14.68  shared-mime-info              x86_64  2.1-5.el9               baseos     558 k
11:19:21 #10 14.68  systemd-libs                  x86_64  252-8.el9               baseos     649 k
11:19:21 #10 14.68  tcl                           x86_64  1:8.6.10-7.el9          baseos     1.1 M
11:19:21 #10 14.68  unzip                         x86_64  6.0-56.el9              baseos     182 k
11:19:21 #10 14.68  util-linux                    x86_64  2.37.4-10.el9           baseos     2.3 M
11:19:21 #10 14.68  util-linux-core               x86_64  2.37.4-10.el9           baseos     459 k
11:19:21 #10 14.68  vim-filesystem                noarch  2:8.2.2637-20.el9       baseos      18 k
11:19:21 #10 14.68  webkit2gtk3-jsc               x86_64  2.38.5-1.el9            appstream  6.5 M
11:19:21 #10 14.68  xz                            x86_64  5.2.5-8.el9             baseos     226 k
11:19:21 #10 14.68  zip                           x86_64  3.0-35.el9              baseos     266 k
11:19:21 #10 14.68  zstd                          x86_64  1.5.1-2.el9             baseos     548 k
11:19:21 #10 14.68 Installing weak dependencies:
11:19:21 #10 14.68  abattis-cantarell-fonts       noarch  0.301-4.el9             appstream  365 k
11:19:21 #10 14.68  hunspell-en                   noarch  0.20140811.1-20.el9     appstream  187 k
11:19:21 #10 14.68  libproxy-webkitgtk4           x86_64  0.4.15-35.el9           appstream   22 k
11:19:21 #10 14.68  perl-IO-Socket-SSL            noarch  2.073-1.el9             appstream  219 k
11:19:21 #10 14.68  perl-Mozilla-CA               noarch  20200520-6.el9          appstream   13 k
11:19:21 #10 14.68  perl-NDBM_File                x86_64  1.15-480.el9            appstream   23 k
11:19:21 #10 14.68 
11:19:21 #10 14.68 Transaction Summary
11:19:21 #10 14.68 ================================================================================
11:19:21 #10 14.68 Install  167 Packages
11:19:21 #10 14.68 
11:19:21 #10 14.69 Total download size: 69 M
11:19:21 #10 14.69 Installed size: 246 M
11:19:21 #10 14.69 Downloading Packages:
11:19:21 #20 3.756 The following additional packages will be installed:
11:19:21 #20 3.756   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:19:21 #20 3.757   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:19:21 #20 3.758   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
11:19:21 #20 3.761 Suggested packages:
11:19:21 #20 3.761   clang-11-doc llvm-11-doc
11:19:21 #20 3.761 Recommended packages:
11:19:21 #20 3.761   llvm-11-dev libomp-11-dev binfmt-support
11:19:21 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.2s
11:19:21 #10 14.61 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:19:21 #10 14.62 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:19:21 #10 14.70 Selecting previously unselected package libkeyutils1:arm64.
11:19:21 #10 14.70 Preparing to unpack .../009-libkeyutils1_1.6-6_arm64.deb ...
11:19:21 #10 14.70 Unpacking libkeyutils1:arm64 (1.6-6) ...
11:19:21 #10 14.76 Selecting previously unselected package libkrb5support0:arm64.
11:19:21 #10 14.76 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
11:19:21 #10 14.77 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:19:21 #10 14.83 Selecting previously unselected package libk5crypto3:arm64.
11:19:21 #10 14.84 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
11:19:21 #10 14.84 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:19:21 #10 17.61 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
11:19:21 #10 17.70 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:19:21 #10 17.70 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
11:19:21 #10 17.71 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
11:19:21 #10 17.77 Selecting previously unselected package libtirpc-common.
11:19:21 #10 17.77 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:19:21 #10 17.77 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:19:21 #10 17.82 Selecting previously unselected package libtirpc3:amd64.
11:19:21 #10 17.82 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:19:21 #10 17.82 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:19:21 #10 17.87 Selecting previously unselected package libnsl2:amd64.
11:19:21 #10 17.87 Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ...
11:19:21 #10 17.87 Unpacking libnsl2:amd64 (1.3.0-2) ...
11:19:21 #10 17.90 Selecting previously unselected package readline-common.
11:19:21 #10 17.90 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:19:21 #10 17.91 Unpacking readline-common (8.2-1.3) ...
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 78.64MB / 116.81MB 16.1s
11:19:21 #9 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:21 #11 11.24 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:19:21 #10 13.94 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.8 [416 kB]
11:19:21 #10 19.12 Selecting previously unselected package less.
11:19:21 #10 19.12 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
11:19:21 #10 19.12 Unpacking less (487-0.1+b1) ...
11:19:21 #10 19.19 Selecting previously unselected package netbase.
11:19:21 #10 19.19 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:19:21 #10 19.19 Unpacking netbase (5.6) ...
11:19:21 #10 19.22 Selecting previously unselected package bzip2.
11:19:21 #10 19.22 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_amd64.deb ...
11:19:21 #10 19.23 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:19:21 #10 19.35 Selecting previously unselected package libmagic-mgc.
11:19:21 #7 ...
11:19:21 
11:19:21 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:21 #10 12.89 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:19:21 #10 12.97 Selecting previously unselected package libnsl2:arm64.
11:19:21 #10 12.97 Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ...
11:19:21 #10 12.98 Unpacking libnsl2:arm64 (1.3.0-2) ...
11:19:21 #10 13.05 Selecting previously unselected package readline-common.
11:19:21 #10 13.05 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:19:21 #10 13.06 Unpacking readline-common (8.2-1.3) ...
11:19:21 #11 17.34 Selecting previously unselected package python3.
11:19:21 #11 17.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 ... 4869 files and directories currently installed.)
11:19:21 #11 17.34 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 105.91MB / 116.81MB 16.4s
11:19:21 #9 19.75 Selecting previously unselected package bsdmainutils.
11:19:21 #9 19.75 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_amd64.deb ...
11:19:21 #9 19.76 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:19:21 #9 19.84 Selecting previously unselected package groff-base.
11:19:21 #9 19.84 Preparing to unpack .../002-groff-base_1.22.3-10_amd64.deb ...
11:19:21 #9 19.85 Unpacking groff-base (1.22.3-10) ...
11:19:21 #9 19.96 Selecting previously unselected package libgdbm5:amd64.
11:19:21 #9 19.96 Preparing to unpack .../003-libgdbm5_1.14.1-6_amd64.deb ...
11:19:21 #9 19.97 Unpacking libgdbm5:amd64 (1.14.1-6) ...
11:19:21 #10 11.44 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:19:21 #9 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 5.9s done
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 103.81MB / 116.81MB 16.6s
11:19:21 #10 ...
11:19:21 
11:19:21 #8 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:21 #8 DONE 15.6s
11:19:21 #10 15.91 Selecting previously unselected package python3.
11:19:21 #10 15.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 ... 9954 files and directories currently installed.)
11:19:21 #10 15.92 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
11:19:21 #10 15.92 Unpacking python3 (3.9.2-3) ...
11:19:21 #10 15.97 Selecting previously unselected package less.
11:19:21 #10 15.97 Preparing to unpack .../001-less_551-2_amd64.deb ...
11:19:21 #10 15.97 Unpacking less (551-2) ...
11:19:21 #10 16.03 Selecting previously unselected package netbase.
11:19:21 #10 16.03 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:19:21 #10 16.03 Unpacking netbase (6.3) ...
11:19:21 #10 16.07 Selecting previously unselected package sensible-utils.
11:19:21 #10 16.07 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:19:21 #10 16.07 Unpacking sensible-utils (0.0.14) ...
11:19:21 #10 16.11 Selecting previously unselected package bzip2.
11:19:21 #10 16.11 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
11:19:21 #10 16.12 Unpacking bzip2 (1.0.8-4) ...
11:19:21 #10 16.17 Selecting previously unselected package openssl.
11:19:21 #10 16.17 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_amd64.deb ...
11:19:21 #20 3.939 The following NEW packages will be installed:
11:19:21 #20 3.940   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:19:21 #20 3.941   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:19:21 #20 3.941   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
11:19:21 #10 14.90 Selecting previously unselected package libkrb5-3:arm64.
11:19:21 #10 14.91 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
11:19:21 #10 14.91 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
11:19:21 #10 15.11 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:19:21 #10 15.11 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
11:19:21 #10 15.11 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
11:19:21 #10 15.16 Selecting previously unselected package libicu63:arm64.
11:19:21 #10 15.16 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_arm64.deb ...
11:19:21 #10 17.95 Selecting previously unselected package libreadline8:amd64.
11:19:21 #10 17.95 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ...
11:19:21 #10 17.96 Unpacking libreadline8:amd64 (8.2-1.3) ...
11:19:21 #10 18.02 Selecting previously unselected package libsqlite3-0:amd64.
11:19:21 #10 18.02 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_amd64.deb ...
11:19:21 #10 18.02 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
11:19:21 #10 18.13 Selecting previously unselected package libpython3.11-stdlib:amd64.
11:19:21 #10 18.13 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_amd64.deb ...
11:19:21 #10 18.13 Unpacking libpython3.11-stdlib:amd64 (3.11.2-4) ...
11:19:21 #11 11.31 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0ubuntu1 [161 kB]
11:19:21 #9 DONE 20.3s
11:19:21 
11:19:21 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:21 #11 9.774 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libsystemd0 amd64 251.4-1ubuntu7.1 [323 kB]
11:19:21 #11 10.21 Get:35 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 systemd amd64 251.4-1ubuntu7.1 [2808 kB]
11:19:21 #11 10.47 Get:36 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:19:21 #11 10.61 Get:37 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
11:19:21 #11 10.61 Get:38 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
11:19:21 #11 10.61 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libperl5.34 amd64 5.34.0-5ubuntu1.1 [4713 kB]
11:19:21 #11 10.90 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl amd64 5.34.0-5ubuntu1.1 [231 kB]
11:19:21 #11 10.90 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2.1 [1177 kB]
11:19:21 #11 10.91 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:19:21 #11 10.92 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
11:19:21 #11 10.92 Get:44 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
11:19:21 #11 11.32 Get:45 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:19:21 #11 11.58 Get:46 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
11:19:21 #11 11.68 Get:47 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:19:21 #11 11.73 Get:48 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
11:19:21 #11 11.74 Get:49 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:19:21 #11 11.74 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dmsetup amd64 2:1.02.185-1ubuntu1 [79.1 kB]
11:19:21 #11 11.76 Get:51 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
11:19:21 #11 11.94 Get:52 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
11:19:21 #11 11.95 Get:53 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
11:19:21 #11 11.96 Get:54 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
11:19:21 #11 12.17 Get:55 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:19:21 #11 12.45 Get:56 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 less amd64 590-1ubuntu0.22.10.1 [141 kB]
11:19:21 #11 12.51 Get:57 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmd0 amd64 1.0.4-2 [22.7 kB]
11:19:21 #11 12.51 Get:58 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbsd0 amd64 0.11.6-1 [44.5 kB]
11:19:21 #11 12.51 Get:59 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
11:19:21 #11 12.51 Get:60 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:19:21 #11 12.52 Get:61 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
11:19:21 #11 12.80 Get:62 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
11:19:21 #11 12.80 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
11:19:21 #11 12.80 Get:64 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:19:21 #11 12.80 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
11:19:21 #11 12.80 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
11:19:21 #11 13.08 Get:67 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
11:19:21 #11 13.15 Get:68 http://archive.ubuntu.com/ubuntu kinetic/main amd64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:19:21 #11 13.15 Get:69 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:19:21 #11 13.15 Get:70 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
11:19:21 #11 13.16 Get:71 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:19:21 #11 13.17 Get:72 http://archive.ubuntu.com/ubuntu kinetic/main amd64 shared-mime-info amd64 2.2-1 [459 kB]
11:19:21 #11 13.18 Get:73 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 systemd-resolved amd64 251.4-1ubuntu7.1 [277 kB]
11:19:21 #11 13.19 Get:74 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 systemd-timesyncd amd64 251.4-1ubuntu7.1 [33.7 kB]
11:19:21 #11 13.19 Get:75 http://archive.ubuntu.com/ubuntu kinetic/main amd64 ucf all 3.0043 [56.1 kB]
11:19:21 #11 13.19 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB]
11:19:21 #11 13.19 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bsdextrautils amd64 2.38-4ubuntu1 [71.1 kB]
11:19:21 #11 13.59 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic-mgc amd64 1:5.41-4 [257 kB]
11:19:21 #11 13.99 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic1 amd64 1:5.41-4 [87.3 kB]
11:19:21 #11 14.00 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 file amd64 1:5.41-4 [21.5 kB]
11:19:21 #11 14.01 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext-base amd64 0.21-8 [37.8 kB]
11:19:21 #11 14.02 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
11:19:21 #11 14.03 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
11:19:21 #11 14.18 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
11:19:21 #11 14.18 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
11:19:21 #11 14.19 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfido2-1 amd64 1.11.0-1 [82.5 kB]
11:19:21 #11 14.20 Get:87 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
11:19:21 #11 14.20 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpipeline1 amd64 1.5.6-2 [23.3 kB]
11:19:21 #11 14.60 Get:89 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpng16-16 amd64 1.6.38-2 [186 kB]
11:19:21 #11 14.96 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:19:21 #11 14.98 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
11:19:21 #11 14.98 Get:92 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
11:19:21 #11 14.99 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxcb1 amd64 1.15-1 [48.0 kB]
11:19:21 #11 15.00 Get:94 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-data all 2:1.8.1-2 [118 kB]
11:19:21 #11 15.05 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-6 amd64 2:1.8.1-2 [650 kB]
11:19:21 #11 15.16 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
11:19:21 #11 15.17 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
11:19:21 #11 15.17 Get:98 http://archive.ubuntu.com/ubuntu kinetic/main amd64 man-db amd64 2.10.2-2 [1180 kB]
11:19:21 #11 15.25 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages all 5.13-1 [1391 kB]
11:19:21 #10 14.07 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]
11:19:21 #10 19.35 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
11:19:21 #10 19.35 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:21 #10 19.48 Selecting previously unselected package libmagic1:amd64.
11:19:21 #10 ...
11:19:21 
11:19:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:21 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 9.8s done
11:19:21 #7 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:21 #7 DONE 23.5s
11:19:21 
11:19:21 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:21 #10 19.49 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
11:19:21 #10 19.49 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
11:19:21 #10 19.54 Selecting previously unselected package file.
11:19:21 #10 19.54 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ...
11:19:21 #10 19.54 Unpacking file (1:5.35-4+deb10u2) ...
11:19:21 #10 19.58 Selecting previously unselected package gettext-base.
11:19:21 #10 19.58 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ...
11:19:21 #10 19.58 Unpacking gettext-base (0.19.8.1-9) ...
11:19:21 #11 7.604 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
11:19:21 #11 7.636 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libexpat1 arm64 2.4.8-2ubuntu0.22.10.1 [72.1 kB]
11:19:21 #11 7.636 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
11:19:21 #11 7.729 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
11:19:21 #11 7.730 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
11:19:21 #11 7.732 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:19:21 #11 7.734 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
11:19:21 #11 7.735 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
11:19:21 #11 7.737 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 77.59MB / 116.81MB 16.4s
11:19:21 #7 ...
11:19:21 
11:19:21 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:21 #0 1.735 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
11:19:21 #0 1.754 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
11:19:21 #0 2.180 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
11:19:21 #0 2.226 Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [889 kB]
11:19:21 #0 2.271 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
11:19:21 #0 2.441 Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
11:19:21 #0 2.595 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
11:19:21 #0 2.596 Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [823 kB]
11:19:21 #0 2.651 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
11:19:21 #0 2.651 Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [862 kB]
11:19:21 #0 3.580 Get:11 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
11:19:21 #0 3.580 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
11:19:21 #0 3.657 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [10.9 kB]
11:19:21 #0 3.657 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [880 kB]
11:19:21 #0 3.689 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1193 kB]
11:19:21 #0 3.750 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1129 kB]
11:19:21 #0 4.093 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
11:19:21 #0 4.132 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
11:19:21 #0 6.289 Fetched 26.2 MB in 5s (5270 kB/s)
11:19:21 #0 6.289 Reading package lists...
11:19:21 #0 8.068 Reading package lists...
11:19:21 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.8s
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 100.66MB / 116.81MB 16.5s
11:19:21 #10 13.20 Selecting previously unselected package libreadline8:arm64.
11:19:21 #10 13.20 Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ...
11:19:21 #10 13.20 Unpacking libreadline8:arm64 (8.2-1.3) ...
11:19:21 #10 13.28 Selecting previously unselected package libsqlite3-0:arm64.
11:19:21 #10 13.28 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_arm64.deb ...
11:19:21 #10 13.29 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
11:19:21 #9 20.01 Selecting previously unselected package libpipeline1:amd64.
11:19:21 #9 20.01 Preparing to unpack .../004-libpipeline1_1.5.0-1_amd64.deb ...
11:19:21 #9 20.02 Unpacking libpipeline1:amd64 (1.5.0-1) ...
11:19:21 #9 20.07 Selecting previously unselected package man-db.
11:19:21 #9 20.07 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_amd64.deb ...
11:19:21 #9 20.08 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:19:21 #9 20.27 Selecting previously unselected package perl-modules-5.26.
11:19:21 #9 20.27 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:19:21 #11 17.35 Unpacking python3 (3.8.2-0ubuntu2) ...
11:19:21 #11 17.40 Selecting previously unselected package libbsd0:amd64.
11:19:21 #11 17.40 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
11:19:21 #11 17.41 Unpacking libbsd0:amd64 (0.10.0-1) ...
11:19:21 #11 17.49 Selecting previously unselected package bsdmainutils.
11:19:21 #11 17.49 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
11:19:21 #11 17.49 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:19:21 #11 17.58 Selecting previously unselected package libuchardet0:amd64.
11:19:21 #11 17.58 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
11:19:21 #11 17.59 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
11:19:21 #11 ...
11:19:21 
11:19:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:21 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 3.6s done
11:19:21 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 8.5s
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 58.72MB / 116.81MB 16.6s
11:19:21 #10 11.70 Selecting previously unselected package python3.9.
11:19:21 #10 11.70 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
11:19:21 #10 11.71 Unpacking python3.9 (3.9.2-1) ...
11:19:21 #10 11.77 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:21 #10 11.77 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
11:19:21 #10 11.77 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
11:19:21 #10 11.80 Setting up python3-minimal (3.9.2-3) ...
11:19:21 #11 10.64 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.5 [570 kB]
11:19:21 #11 10.65 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
11:19:21 #11 10.67 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:19:21 #11 10.67 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
11:19:21 #11 10.67 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:19:21 #11 10.67 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 112.20MB / 116.81MB 17.0s
11:19:21 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.5s done
11:19:21 
11:19:21 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:21 #10 16.18 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:19:21 #20 4.220 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
11:19:21 #20 4.220 Need to get 58.8 MB of archives.
11:19:21 #20 4.220 After this operation, 300 MB of additional disk space will be used.
11:19:21 #20 4.220 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
11:19:21 #20 4.280 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
11:19:21 #10 15.16 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
11:19:21 #11 11.52 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]
11:19:21 #11 11.58 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
11:19:21 #11 11.60 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
11:19:21 #11 11.64 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
11:19:21 #11 11.67 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
11:19:21 #11 11.69 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
11:19:21 #10 14.24 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.8 [3364 B]
11:19:21 #10 14.24 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.6 [58.6 kB]
11:19:21 #10 14.25 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-206.217 [974 kB]
11:19:21 #10 14.29 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.6 [2048 kB]
11:19:21 #10 14.39 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]
11:19:21 #10 14.39 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
11:19:21 #10 14.41 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
11:19:21 #10 14.41 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
11:19:21 #10 15.93 (1/167): bzip2-1.0.8-8.el9.x86_64.rpm            84 kB/s |  56 kB     00:00    
11:19:21 #10 16.12 (2/167): adobe-source-code-pro-fonts-2.030.1.05 978 kB/s | 832 kB     00:00    
11:19:21 #10 19.63 Selecting previously unselected package krb5-locales.
11:19:21 #10 19.63 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:19:21 #10 19.65 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:19:21 #10 19.71 Selecting previously unselected package libkeyutils1:amd64.
11:19:21 #10 19.71 Preparing to unpack .../009-libkeyutils1_1.6-6_amd64.deb ...
11:19:21 #10 19.71 Unpacking libkeyutils1:amd64 (1.6-6) ...
11:19:21 #10 19.74 Selecting previously unselected package libkrb5support0:amd64.
11:19:21 #10 19.75 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
11:19:21 #10 19.75 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
11:19:21 #10 19.79 Selecting previously unselected package libk5crypto3:amd64.
11:19:21 #10 19.79 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
11:19:21 #10 19.80 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
11:19:21 #10 19.86 Selecting previously unselected package libkrb5-3:amd64.
11:19:21 #10 19.86 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
11:19:21 #10 19.86 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
11:19:21 #10 19.95 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:19:21 #10 19.95 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
11:19:21 #10 19.95 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
11:19:21 #11 8.140 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
11:19:21 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.3s
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 84.93MB / 116.81MB 16.7s
11:19:21 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.1s
11:19:21 #0 9.817 Building dependency tree...
11:19:21 #11 10.22 Reading state information...
11:19:21 #7 ...
11:19:21 
11:19:21 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:19:21 #9 sha256:edaf8476df4b48455c16cb024a1d8280ec9e49c5cdfe6365d94e06833719f11c 26.14MB / 26.14MB 10.7s done
11:19:21 #9 extracting sha256:edaf8476df4b48455c16cb024a1d8280ec9e49c5cdfe6365d94e06833719f11c 5.1s done
11:19:21 #9 DONE 16.8s
11:19:21 
11:19: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
11:19:21 #10 13.39 Selecting previously unselected package libpython3.11-stdlib:arm64.
11:19:21 #10 13.40 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_arm64.deb ...
11:19:21 #10 13.40 Unpacking libpython3.11-stdlib:arm64 (3.11.2-4) ...
11:19:21 #10 13.63 Selecting previously unselected package python3.11.
11:19:21 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 69.21MB / 116.81MB 16.2s
11:19:21 #9 20.27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:19:21 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.9s done
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 114.29MB / 116.81MB 17.1s
11:19:21 #7 ...
11:19:21 
11:19:21 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:21 #11 17.65 Selecting previously unselected package groff-base.
11:19:21 #11 17.65 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
11:19:21 #11 17.65 Unpacking groff-base (1.22.4-4build1) ...
11:19:21 #11 17.91 Selecting previously unselected package libgdbm6:amd64.
11:19:21 #10 12.06 Selecting previously unselected package python3.
11:19:21 #10 12.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:21 #10 12.06 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
11:19:21 #10 12.07 Unpacking python3 (3.9.2-3) ...
11:19:21 #10 12.11 Selecting previously unselected package less.
11:19:21 #10 12.11 Preparing to unpack .../001-less_551-2_arm64.deb ...
11:19:21 #10 12.12 Unpacking less (551-2) ...
11:19:21 #10 12.17 Selecting previously unselected package netbase.
11:19:21 #10 12.17 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:19:21 #10 12.17 Unpacking netbase (6.3) ...
11:19:21 #10 12.24 Selecting previously unselected package sensible-utils.
11:19:21 #10 12.24 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:19:21 #10 12.24 Unpacking sensible-utils (0.0.14) ...
11:19:21 #10 12.28 Selecting previously unselected package bzip2.
11:19:21 #10 12.28 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
11:19:21 #11 10.82 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB]
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 91.23MB / 116.81MB 17.2s
11:19:21 #9 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:21 #9 ...
11:19:21 
11:19:21 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:21 #0 4.227 Fedora 36 - aarch64                              22 MB/s |  77 MB     00:03    
11:19:21 #10 16.33 Selecting previously unselected package ca-certificates.
11:19:21 #10 16.33 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:19:21 #10 16.33 Unpacking ca-certificates (20210119) ...
11:19:21 #10 16.42 Selecting previously unselected package libmagic-mgc.
11:19:21 #10 16.42 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:19:21 #10 16.42 Unpacking libmagic-mgc (1:5.39-3) ...
11:19:21 #10 16.60 Selecting previously unselected package libmagic1:amd64.
11:19:21 #10 16.60 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
11:19:21 #20 4.427 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
11:19:21 #20 4.506 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
11:19:21 #20 4.509 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
11:19:21 #20 4.510 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
11:19:21 #20 4.511 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
11:19:21 #20 4.532 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
11:19:21 #20 4.533 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
11:19:21 #20 4.537 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
11:19:21 #20 4.578 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
11:19:21 #20 4.622 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
11:19:21 #11 11.69 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
11:19:21 #11 11.70 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
11:19:21 #11 11.72 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
11:19:21 #10 14.56 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB]
11:19:21 #10 16.14 (3/167): cpio-2.13-16.el9.x86_64.rpm            1.3 MB/s | 275 kB     00:00    
11:19:21 #10 16.19 (4/167): cracklib-2.9.6-27.el9.x86_64.rpm       1.3 MB/s |  94 kB     00:00    
11:19:21 #10 16.38 (5/167): binutils-2.35.2-37.el9.x86_64.rpm      4.1 MB/s | 4.6 MB     00:01    
11:19:21 #10 16.42 (6/167): cracklib-dicts-2.9.6-27.el9.x86_64.rpm  13 MB/s | 3.6 MB     00:00    
11:19:21 #10 16.42 (7/167): dbus-libs-1.12.20-7.el9.x86_64.rpm     653 kB/s | 152 kB     00:00    
11:19:21 #10 16.47 (8/167): diffutils-3.7-12.el9.x86_64.rpm        4.6 MB/s | 397 kB     00:00    
11:19:21 #10 16.49 (9/167): dnf-plugins-core-4.3.0-4.el9.noarch.rp 576 kB/s |  38 kB     00:00    
11:19:21 #10 20.01 Selecting previously unselected package libicu63:amd64.
11:19:21 #10 20.01 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_amd64.deb ...
11:19:21 #10 20.02 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 83.89MB / 116.81MB 17.2s
11:19:21 #11 ...
11:19:21 
11:19:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:21 #11 15.59 Get:100 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssh-client amd64 1:9.0p1-1ubuntu7.1 [876 kB]
11:19:21 #11 15.68 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 publicsuffix all 20220811.1734-1 [130 kB]
11:19:21 #11 15.68 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
11:19:21 #11 15.68 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 strace amd64 5.16-0ubuntu4 [560 kB]
11:19:21 #11 15.69 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xauth amd64 1:1.1.1-1 [27.6 kB]
11:19:21 #11 15.69 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xz-utils amd64 5.2.5-2.1 [83.8 kB]
11:19:21 #11 15.70 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 m4 amd64 1.4.19-1 [244 kB]
11:19:21 #11 15.70 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autoconf all 2.71-2 [338 kB]
11:19:21 #11 15.71 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autotools-dev all 20220109.1 [44.9 kB]
11:19:21 #11 15.71 Get:109 http://archive.ubuntu.com/ubuntu kinetic/main amd64 automake all 1:1.16.5-1.3 [558 kB]
11:19:21 #11 15.72 Get:110 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autopoint all 0.21-8 [421 kB]
11:19:21 #10 18.63 Selecting previously unselected package python3.11.
11:19:21 #10 18.63 Preparing to unpack .../15-python3.11_3.11.2-4_amd64.deb ...
11:19:21 #10 18.64 Unpacking python3.11 (3.11.2-4) ...
11:19:21 #10 13.63 Preparing to unpack .../15-python3.11_3.11.2-4_arm64.deb ...
11:19:21 #10 13.64 Unpacking python3.11 (3.11.2-4) ...
11:19:21 #10 13.70 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:21 #10 13.70 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_arm64.deb ...
11:19:21 #10 13.71 Unpacking libpython3-stdlib:arm64 (3.11.2-1) ...
11:19:21 #10 13.75 Setting up python3-minimal (3.11.2-1) ...
11:19:21 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 95.27MB / 116.81MB 17.2s
11:19:21 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:21 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 105.91MB / 116.81MB 17.2s
11:19:21 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 11.3s done
11:19:21 #10 12.29 Unpacking bzip2 (1.0.8-4) ...
11:19:21 #10 12.33 Selecting previously unselected package openssl.
11:19:21 #10 12.33 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_arm64.deb ...
11:19:21 #10 12.34 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:19:21 #10 12.46 Selecting previously unselected package ca-certificates.
11:19:21 #10 12.46 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:19:21 #10 12.47 Unpacking ca-certificates (20210119) ...
11:19:21 #10 12.55 Selecting previously unselected package libmagic-mgc.
11:19:21 #10 12.55 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
11:19:22 #11 17.91 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
11:19:22 #11 17.92 Unpacking libgdbm6:amd64 (1.18.1-5) ...
11:19:22 #11 17.98 Selecting previously unselected package libpipeline1:amd64.
11:19:22 #11 17.98 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
11:19:22 #11 17.99 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
11:19:22 #11 18.07 Selecting previously unselected package man-db.
11:19:22 #11 18.07 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
11:19:22 #11 18.08 Unpacking man-db (2.9.1-1) ...
11:19:22 #11 18.30 Selecting previously unselected package perl-modules-5.30.
11:19:22 #11 18.30 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:19:22 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:22 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 9.2s
11:19:22 #10 16.61 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:19:22 #10 16.65 Selecting previously unselected package file.
11:19:22 #10 16.65 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
11:19:22 #10 16.66 Unpacking file (1:5.39-3) ...
11:19:22 #10 16.73 Selecting previously unselected package gettext-base.
11:19:22 #10 16.73 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
11:19:22 #10 16.74 Unpacking gettext-base (0.21-4) ...
11:19:22 #10 16.87 Selecting previously unselected package manpages.
11:19:22 #7 ...
11:19:22 
11:19:22 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:19:22 #9 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 11.6s
11:19:22 #9 ...
11:19:22 
11:19:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:22 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.7s
11:19:22 #20 4.623 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
11:19:22 #20 4.625 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
11:19:22 #20 4.627 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
11:19:22 #20 4.636 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
11:19:22 #20 4.636 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
11:19:22 #20 4.639 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
11:19:22 #20 4.639 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
11:19:22 #20 4.706 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
11:19:22 #20 4.922 debconf: delaying package configuration, since apt-utils is not installed
11:19:22 #11 12.19 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
11:19:22 #10 16.50 (10/167): ed-1.14.2-12.el9.x86_64.rpm           1.0 MB/s |  75 kB     00:00    
11:19:22 #10 16.56 (11/167): elfutils-0.188-3.el9.x86_64.rpm       5.6 MB/s | 529 kB     00:00    
11:19:22 #10 16.57 (12/167): elfutils-debuginfod-client-0.188-3.el 503 kB/s |  38 kB     00:00    
11:19:22 #10 16.58 (13/167): environment-modules-5.0.1-2.el9.x86_6 5.4 MB/s | 492 kB     00:00    
11:19:22 #10 16.63 (14/167): file-5.39-12.el9.x86_64.rpm           749 kB/s |  49 kB     00:00    
11:19:22 #10 16.64 (15/167): glib-networking-2.68.3-3.el9.x86_64.r 2.6 MB/s | 186 kB     00:00    
11:19:22 #10 16.76 (16/167): glibc-gconv-extra-2.34-60.el9.x86_64. 9.5 MB/s | 1.7 MB     00:00    
11:19:22 #10 15.82 Selecting previously unselected package libxml2:arm64.
11:19:22 #10 15.82 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_arm64.deb ...
11:19:22 #10 15.82 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
11:19:22 #10 15.89 Selecting previously unselected package manpages.
11:19:22 #11 16.00 Get:111 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-common amd64 2.39-3ubuntu1.1 [225 kB]
11:19:22 #11 16.06 Get:112 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libbinutils amd64 2.39-3ubuntu1.1 [610 kB]
11:19:22 #11 16.09 Get:113 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf-nobfd0 amd64 2.39-3ubuntu1.1 [99.8 kB]
11:19:22 #11 16.09 Get:114 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf0 amd64 2.39-3ubuntu1.1 [97.4 kB]
11:19:22 #11 16.09 Get:115 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgprofng0 amd64 2.39-3ubuntu1.1 [897 kB]
11:19:22 #11 16.11 Get:116 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.39-3ubuntu1.1 [2435 kB]
11:19:22 #11 16.14 Get:117 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils amd64 2.39-3ubuntu1.1 [3306 B]
11:19:22 #11 16.14 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-dev-bin amd64 2.36-0ubuntu4 [20.0 kB]
11:19:22 #11 16.14 Get:119 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 linux-libc-dev amd64 5.19.0-35.36 [1365 kB]
11:19:22 #11 16.17 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcrypt-dev amd64 1:4.4.28-2 [112 kB]
11:19:22 #11 16.17 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
11:19:22 #10 18.91 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:22 #10 18.91 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_amd64.deb ...
11:19:22 #10 18.91 Unpacking libpython3-stdlib:amd64 (3.11.2-1) ...
11:19:22 #10 18.95 Setting up python3-minimal (3.11.2-1) ...
11:19:22 #11 8.600 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
11:19:22 #11 8.628 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:19:22 #11 8.635 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
11:19:22 #11 8.636 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
11:19:22 #11 8.643 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
11:19:22 #11 8.651 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
11:19:22 #11 8.693 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 91.23MB / 116.81MB 17.4s
11:19:22 #10 13.96 Selecting previously unselected package python3.
11:19:22 #10 13.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8862 files and directories currently installed.)
11:19:22 #10 13.96 Preparing to unpack .../python3_3.11.2-1_arm64.deb ...
11:19:22 #10 13.97 Unpacking python3 (3.11.2-1) ...
11:19:22 #10 14.01 Selecting previously unselected package adduser.
11:19:22 #10 14.01 Preparing to unpack .../archives/adduser_3.131_all.deb ...
11:19:22 #10 14.02 Unpacking adduser (3.131) ...
11:19:22 #10 14.07 Setting up adduser (3.131) ...
11:19:22 #10 14.14 Selecting previously unselected package less.
11:19:22 #9 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:22 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 77.59MB / 116.81MB 16.9s
11:19:22 #10 12.56 Unpacking libmagic-mgc (1:5.39-3) ...
11:19:22 #10 12.68 Selecting previously unselected package libmagic1:arm64.
11:19:22 #10 12.68 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
11:19:22 #10 12.68 Unpacking libmagic1:arm64 (1:5.39-3) ...
11:19:22 #10 12.78 Selecting previously unselected package file.
11:19:22 #10 12.78 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
11:19:22 #9 20.99 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:22 #11 18.31 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:19:22 #11 11.29 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB]
11:19:22 #11 11.29 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB]
11:19:22 #11 11.30 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB]
11:19:22 #11 11.31 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB]
11:19:22 #11 11.31 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
11:19:22 #11 11.53 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:19:22 #11 11.53 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB]
11:19:22 #11 11.54 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB]
11:19:22 #11 11.54 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB]
11:19:22 #11 11.54 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
11:19:22 #10 16.87 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:19:22 #10 16.88 Unpacking manpages (5.10-1) ...
11:19:22 #10 17.08 Selecting previously unselected package libmd0:amd64.
11:19:22 #10 17.08 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
11:19:22 #10 17.08 Unpacking libmd0:amd64 (1.0.3-3) ...
11:19:22 #10 17.12 Selecting previously unselected package libbsd0:amd64.
11:19:22 #10 17.12 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
11:19:22 #11 12.34 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
11:19:22 #11 12.49 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
11:19:22 #11 12.55 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
11:19:22 #11 12.59 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
11:19:22 #20 4.961 Fetched 58.8 MB in 1s (78.2 MB/s)
11:19:22 #20 4.988 Selecting previously unselected package libz3-4:amd64.
11:19:22 #20 4.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 ... 15754 files and directories currently installed.)
11:19:22 #20 5.002 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
11:19:22 #20 5.010 Unpacking libz3-4:amd64 (4.8.10-1) ...
11:19:22 #10 16.81 (17/167): groff-base-1.22.4-10.el9.x86_64.rpm   6.0 MB/s | 1.1 MB     00:00    
11:19:22 #10 16.83 (18/167): gsettings-desktop-schemas-40.0-6.el9. 3.6 MB/s | 684 kB     00:00    
11:19:22 #10 16.84 (19/167): info-6.7-15.el9.x86_64.rpm            3.1 MB/s | 225 kB     00:00    
11:19:22 #10 16.88 (20/167): json-glib-1.6.6-1.el9.x86_64.rpm      2.3 MB/s | 163 kB     00:00    
11:19:22 #10 16.90 (21/167): less-590-1.el9.x86_64.rpm             2.3 MB/s | 163 kB     00:00    
11:19:22 #10 16.91 (22/167): libatomic-11.3.1-4.3.el9.x86_64.rpm   789 kB/s |  52 kB     00:00    
11:19:22 #10 16.96 (23/167): libbrotli-1.0.9-6.el9.x86_64.rpm      4.2 MB/s | 314 kB     00:00    
11:19:22 #10 16.99 (24/167): libdb-5.3.28-53.el9.x86_64.rpm        7.4 MB/s | 738 kB     00:00    
11:19:22 #10 ...
11:19:22 
11:19:22 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:22 #9 DONE 16.0s
11:19:22 
11:19:22 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:22 #10 15.89 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:19:22 #10 15.90 Unpacking manpages (4.16-2) ...
11:19:22 #10 16.01 Selecting previously unselected package libedit2:arm64.
11:19:22 #10 16.01 Preparing to unpack .../017-libedit2_3.1-20181209-1_arm64.deb ...
11:19:22 #10 16.02 Unpacking libedit2:arm64 (3.1-20181209-1) ...
11:19:22 #10 16.06 Selecting previously unselected package openssh-client.
11:19:22 #10 16.06 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
11:19:22 #10 16.07 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:19:22 #10 16.16 Selecting previously unselected package ucf.
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 65.01MB / 116.81MB 17.8s
11:19:22 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 10.2s
11:19:22 #11 8.768 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
11:19:22 #11 8.865 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
11:19:22 #11 8.891 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
11:19:22 #10 19.22 Selecting previously unselected package python3.
11:19:22 #10 19.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 ... 8861 files and directories currently installed.)
11:19:22 #10 19.23 Preparing to unpack .../python3_3.11.2-1_amd64.deb ...
11:19:22 #10 19.23 Unpacking python3 (3.11.2-1) ...
11:19:22 #10 19.28 Selecting previously unselected package adduser.
11:19:22 #10 19.28 Preparing to unpack .../archives/adduser_3.131_all.deb ...
11:19:22 #10 ...
11:19:22 
11:19:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:22 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.3s done
11:19:22 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 9.1s
11:19:22 #10 14.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 ... 8956 files and directories currently installed.)
11:19:22 #10 14.14 Preparing to unpack .../000-less_590-1.2_arm64.deb ...
11:19:22 #10 14.15 Unpacking less (590-1.2) ...
11:19:22 #10 14.20 Selecting previously unselected package netbase.
11:19:22 #10 14.20 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:19:22 #10 14.20 Unpacking netbase (6.4) ...
11:19:22 #10 14.23 Selecting previously unselected package sensible-utils.
11:19:22 #10 14.23 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:19:22 #10 14.24 Unpacking sensible-utils (0.0.17+nmu1) ...
11:19:22 #10 14.27 Selecting previously unselected package bzip2.
11:19:22 #10 14.27 Preparing to unpack .../003-bzip2_1.0.8-5+b1_arm64.deb ...
11:19:22 #10 14.28 Unpacking bzip2 (1.0.8-5+b1) ...
11:19:22 #10 14.32 Selecting previously unselected package openssl.
11:19:22 #10 14.32 Preparing to unpack .../004-openssl_3.0.8-1_arm64.deb ...
11:19:22 #10 14.32 Unpacking openssl (3.0.8-1) ...
11:19:22 #9 ...
11:19:22 
11:19:22 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:19:22 #7 sha256:30bee4bd8986478b5a9ecaaaba83525049f0b9b5a63ca88de878568bb6b83292 50.21MB / 50.21MB 13.0s done
11:19:22 #7 extracting sha256:30bee4bd8986478b5a9ecaaaba83525049f0b9b5a63ca88de878568bb6b83292 4.1s
11:19:22 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.2s
11:19:22 #10 12.79 Unpacking file (1:5.39-3) ...
11:19:22 #10 12.83 Selecting previously unselected package gettext-base.
11:19:22 #10 12.83 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
11:19:22 #10 12.84 Unpacking gettext-base (0.21-4) ...
11:19:22 #10 12.98 Selecting previously unselected package manpages.
11:19:22 #10 12.98 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:19:22 #10 12.99 Unpacking manpages (5.10-1) ...
11:19:22 #9 21.00 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_amd64.deb ...
11:19:22 #9 21.00 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
11:19:22 #9 21.05 Selecting previously unselected package libperl5.26:amd64.
11:19:22 #9 21.05 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_amd64.deb ...
11:19:22 #9 21.05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
11:19:22 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 11.6s done
11:19:22 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0.6s done
11:19:22 #11 11.69 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
11:19:22 #10 17.13 Unpacking libbsd0:amd64 (0.11.3-1) ...
11:19:22 #10 17.18 Selecting previously unselected package libedit2:amd64.
11:19:22 #10 17.18 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
11:19:22 #10 17.19 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
11:19:22 #10 17.25 Selecting previously unselected package libcbor0:amd64.
11:19:22 #10 17.25 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
11:19:22 #10 17.25 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
11:19:22 #10 17.29 Selecting previously unselected package libfido2-1:amd64.
11:19:22 #10 17.29 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
11:19:22 #10 17.30 Unpacking libfido2-1:amd64 (1.6.0-2) ...
11:19:22 #10 17.35 Selecting previously unselected package openssh-client.
11:19:22 #10 17.35 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_amd64.deb ...
11:19:22 #11 12.59 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
11:19:22 #11 12.65 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:19:22 #11 12.66 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
11:19:22 #11 12.66 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
11:19:22 #11 12.66 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
11:19:22 #11 12.67 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
11:19:22 #10 17.00 (25/167): libeconf-0.4.1-2.el9.x86_64.rpm       311 kB/s |  28 kB     00:00    
11:19:22 #10 17.03 (26/167): libfdisk-2.37.4-10.el9.x86_64.rpm     2.1 MB/s | 154 kB     00:00    
11:19:22 #10 16.16 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:19:22 #10 16.17 Moving old data out of the way
11:19:22 #10 16.17 Unpacking ucf (3.0038+nmu1) ...
11:19:22 #10 16.20 Selecting previously unselected package xz-utils.
11:19:22 #10 16.20 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
11:19:22 #10 16.21 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:19:22 #10 16.26 Selecting previously unselected package libfl2:arm64.
11:19:22 #10 16.26 Preparing to unpack .../021-libfl2_2.6.4-6.2_arm64.deb ...
11:19:22 #10 16.26 Unpacking libfl2:arm64 (2.6.4-6.2) ...
11:19:22 #10 16.31 Selecting previously unselected package at.
11:19:22 #10 16.31 Preparing to unpack .../022-at_3.1.23-1_arm64.deb ...
11:19:22 #10 16.32 Unpacking at (3.1.23-1) ...
11:19:22 #10 16.35 Selecting previously unselected package libsigsegv2:arm64.
11:19:22 #10 16.35 Preparing to unpack .../023-libsigsegv2_2.12-2_arm64.deb ...
11:19:22 #10 16.36 Unpacking libsigsegv2:arm64 (2.12-2) ...
11:19:22 #10 16.41 Selecting previously unselected package m4.
11:19:22 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 11.7s
11:19:22 #7 ...
11:19:22 
11:19:22 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:19:22 #9 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 9.9s
11:19:22 #11 9.292 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
11:19:22 #7 ...
11:19:22 
11:19:22 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:22 #10 19.29 Unpacking adduser (3.131) ...
11:19:22 #10 19.37 Setting up adduser (3.131) ...
11:19:22 #10 19.45 Selecting previously unselected package less.
11:19:22 #10 19.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 ... 8955 files and directories currently installed.)
11:19:22 #10 19.45 Preparing to unpack .../000-less_590-1.2_amd64.deb ...
11:19:22 #10 19.46 Unpacking less (590-1.2) ...
11:19:22 #10 14.45 Selecting previously unselected package ca-certificates.
11:19:22 #10 14.45 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:19:22 #10 14.45 Unpacking ca-certificates (20211016) ...
11:19:22 #10 14.50 Selecting previously unselected package libmagic-mgc.
11:19:22 #10 14.51 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_arm64.deb ...
11:19:22 #10 14.51 Unpacking libmagic-mgc (1:5.44-3) ...
11:19:22 #10 14.58 Selecting previously unselected package libmagic1:arm64.
11:19:22 #10 14.58 Preparing to unpack .../007-libmagic1_1%3a5.44-3_arm64.deb ...
11:19:22 #10 14.58 Unpacking libmagic1:arm64 (1:5.44-3) ...
11:19:22 #10 14.62 Selecting previously unselected package file.
11:19:22 #10 14.62 Preparing to unpack .../008-file_1%3a5.44-3_arm64.deb ...
11:19:22 #10 14.63 Unpacking file (1:5.44-3) ...
11:19:22 #10 14.66 Selecting previously unselected package gettext-base.
11:19:22 #10 14.66 Preparing to unpack .../009-gettext-base_0.21-12_arm64.deb ...
11:19:22 #10 14.66 Unpacking gettext-base (0.21-12) ...
11:19:22 #10 14.71 Selecting previously unselected package libuchardet0:arm64.
11:19:22 #11 16.57 Get:122 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [193 kB]
11:19:22 #7 ...
11:19:22 
11:19:22 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:22 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 112.20MB / 116.81MB 18.1s
11:19:22 #10 15.42 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB]
11:19:22 #10 15.42 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB]
11:19:22 #10 15.42 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB]
11:19:22 #10 15.42 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB]
11:19:22 #10 15.42 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B]
11:19:22 #10 15.42 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB]
11:19:22 #10 15.43 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB]
11:19:22 #10 15.43 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB]
11:19:22 #10 15.43 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB]
11:19:22 #10 15.44 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB]
11:19:22 #10 15.65 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB]
11:19:22 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 84.93MB / 116.81MB 17.5s
11:19:22 #10 13.18 Selecting previously unselected package libmd0:arm64.
11:19:22 #10 13.18 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
11:19:22 #10 13.18 Unpacking libmd0:arm64 (1.0.3-3) ...
11:19:22 #10 13.22 Selecting previously unselected package libbsd0:arm64.
11:19:22 #10 13.22 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
11:19:22 #10 13.23 Unpacking libbsd0:arm64 (0.11.3-1) ...
11:19:22 #10 13.27 Selecting previously unselected package libedit2:arm64.
11:19:22 #10 13.28 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
11:19:22 #10 13.28 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 102.76MB / 116.81MB 18.1s
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 18.0s done
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 89.88MB / 116.81MB 18.1s
11:19:22 #11 11.98 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
11:19:22 #11 11.99 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
11:19:22 #10 17.37 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:19:22 #10 17.55 Selecting previously unselected package ucf.
11:19:22 #10 17.55 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:19:22 #10 17.55 Moving old data out of the way
11:19:22 #10 17.55 Unpacking ucf (3.0043) ...
11:19:22 #10 17.22 (27/167): libpipeline-1.5.3-4.el9.x86_64.rpm    221 kB/s |  49 kB     00:00    
11:19:22 #10 17.22 (28/167): libpkgconf-1.7.3-10.el9.x86_64.rpm    184 kB/s |  36 kB     00:00    
11:19:22 #10 16.41 Preparing to unpack .../024-m4_1.4.18-2_arm64.deb ...
11:19:22 #10 16.41 Unpacking m4 (1.4.18-2) ...
11:19:22 #10 16.46 Selecting previously unselected package autoconf.
11:19:22 #10 16.46 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:19:22 #10 16.46 Unpacking autoconf (2.69-11) ...
11:19:22 #10 16.52 Selecting previously unselected package autotools-dev.
11:19:22 #10 16.52 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:19:22 #10 16.53 Unpacking autotools-dev (20180224.1) ...
11:19:22 #10 16.57 Selecting previously unselected package automake.
11:19:22 #10 16.57 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:19:22 #10 16.58 Unpacking automake (1:1.16.1-4) ...
11:19:22 #10 16.65 Selecting previously unselected package autopoint.
11:19:22 #20 5.669 Selecting previously unselected package libllvm11:amd64.
11:19:22 #9 ...
11:19:22 
11:19:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:22 #10 19.52 Selecting previously unselected package netbase.
11:19:22 #10 19.52 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:19:22 #10 19.52 Unpacking netbase (6.4) ...
11:19:22 #10 19.56 Selecting previously unselected package sensible-utils.
11:19:22 #10 19.56 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:19:22 #10 19.56 Unpacking sensible-utils (0.0.17+nmu1) ...
11:19:22 #10 19.60 Selecting previously unselected package bzip2.
11:19:22 #10 19.60 Preparing to unpack .../003-bzip2_1.0.8-5+b1_amd64.deb ...
11:19:22 #10 19.60 Unpacking bzip2 (1.0.8-5+b1) ...
11:19:22 #10 19.66 Selecting previously unselected package openssl.
11:19:22 #10 19.66 Preparing to unpack .../004-openssl_3.0.8-1_amd64.deb ...
11:19:22 #10 19.67 Unpacking openssl (3.0.8-1) ...
11:19:22 #10 14.72 Preparing to unpack .../010-libuchardet0_0.0.7-1_arm64.deb ...
11:19:22 #10 14.72 Unpacking libuchardet0:arm64 (0.0.7-1) ...
11:19:22 #10 14.75 Selecting previously unselected package groff-base.
11:19:22 #10 14.76 Preparing to unpack .../011-groff-base_1.22.4-9_arm64.deb ...
11:19:22 #10 14.76 Unpacking groff-base (1.22.4-9) ...
11:19:22 #10 14.86 Selecting previously unselected package krb5-locales.
11:19:22 #10 14.86 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:19:22 #10 14.86 Unpacking krb5-locales (1.20.1-1) ...
11:19:22 #10 14.90 Selecting previously unselected package bsdextrautils.
11:19:22 #10 14.90 Preparing to unpack .../013-bsdextrautils_2.38.1-5_arm64.deb ...
11:19:22 #10 14.91 Unpacking bsdextrautils (2.38.1-5) ...
11:19:22 #10 14.95 Selecting previously unselected package libpipeline1:arm64.
11:19:22 #10 14.95 Preparing to unpack .../014-libpipeline1_1.5.7-1_arm64.deb ...
11:19:22 #10 14.95 Unpacking libpipeline1:arm64 (1.5.7-1) ...
11:19:22 #10 15.00 Selecting previously unselected package man-db.
11:19:22 #10 15.00 Preparing to unpack .../015-man-db_2.11.2-1_arm64.deb ...
11:19:22 #11 16.94 Get:123 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
11:19:22 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 97.52MB / 116.81MB 18.2s
11:19:23 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 91.23MB / 116.81MB 18.0s
11:19:23 #10 ...
11:19:23 
11:19:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:23 #7 extracting sha256:48f78bd2d26f3ead10b4ba352ec8fd45c9b94e26de259e2fb0a4e9b32ee9666f 6.5s done
11:19:23 #7 extracting sha256:dc38c826d3ea6ceda19a4f21786b9d434db6157965688f0968ae377d9d820e74 done
11:19:23 #7 DONE 17.6s
11:19:23 
11:19:23 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:23 #10 13.34 Selecting previously unselected package libcbor0:arm64.
11:19:23 #10 13.34 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
11:19:23 #10 13.34 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
11:19:23 #10 13.42 Selecting previously unselected package libfido2-1:arm64.
11:19:23 #10 13.42 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
11:19:23 #10 13.43 Unpacking libfido2-1:arm64 (1.6.0-2) ...
11:19:23 #10 13.47 Selecting previously unselected package openssh-client.
11:19:23 #10 13.47 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
11:19:23 #10 13.48 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:19:23 #10 21.16 Selecting previously unselected package libxml2:amd64.
11:19:23 #10 21.16 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_amd64.deb ...
11:19:23 #10 21.17 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
11:19:23 #10 21.36 Selecting previously unselected package manpages.
11:19:23 #10 21.36 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:19:23 #10 21.37 Unpacking manpages (4.16-2) ...
11:19:23 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 0.1s
11:19:23 #7 ...
11:19:23 
11:19: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
11:19:23 #10 DONE 4.0s
11:19:23 
11:19:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:23 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 12.0s done
11:19:23 #9 21.75 Selecting previously unselected package perl.
11:19:23 #9 21.75 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_amd64.deb ...
11:19:23 #9 21.76 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:19:23 #9 21.81 Selecting previously unselected package openssl.
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 97.52MB / 116.81MB 18.0s
11:19:23 #11 12.16 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
11:19:23 #11 12.19 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
11:19:23 #11 12.20 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B]
11:19:23 #11 12.21 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB]
11:19:23 #11 12.21 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB]
11:19:23 #11 12.22 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:19:23 #11 12.24 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.2 [552 kB]
11:19:23 #11 12.30 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB]
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 110.10MB / 116.81MB 18.4s
11:19:23 #10 17.63 Selecting previously unselected package xz-utils.
11:19:23 #10 17.63 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:19:23 #10 17.63 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:19:23 #10 17.72 Selecting previously unselected package libsigsegv2:amd64.
11:19:23 #10 17.72 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
11:19:23 #10 17.72 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:19:23 #10 17.77 Selecting previously unselected package m4.
11:19:23 #10 17.77 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
11:19:23 #10 17.78 Unpacking m4 (1.4.18-5) ...
11:19:23 #10 17.85 Selecting previously unselected package autoconf.
11:19:23 #10 17.85 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:19:23 #10 17.86 Unpacking autoconf (2.69-14) ...
11:19:23 #10 17.62 (29/167): libicu-67.1-9.el9.x86_64.rpm           15 MB/s | 9.6 MB     00:00    
11:19:23 #10 17.63 (30/167): libpng-1.6.37-12.el9.x86_64.rpm       290 kB/s | 117 kB     00:00    
11:19:23 #10 17.63 (31/167): libproxy-0.4.15-35.el9.x86_64.rpm     183 kB/s |  74 kB     00:00    
11:19:23 #10 17.69 (32/167): libpsl-0.21.1-5.el9.x86_64.rpm        951 kB/s |  64 kB     00:00    
11:19:23 #10 17.71 (33/167): libpwquality-1.4.4-8.el9.x86_64.rpm   1.5 MB/s | 119 kB     00:00    
11:19:23 #10 16.65 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:19:23 #10 16.65 Unpacking autopoint (0.19.8.1-9) ...
11:19:23 #10 16.69 Selecting previously unselected package binutils-common:arm64.
11:19:23 #10 16.69 Preparing to unpack .../029-binutils-common_2.31.1-16_arm64.deb ...
11:19:23 #10 16.69 Unpacking binutils-common:arm64 (2.31.1-16) ...
11:19:23 #10 16.90 Selecting previously unselected package libbinutils:arm64.
11:19:23 #10 16.90 Preparing to unpack .../030-libbinutils_2.31.1-16_arm64.deb ...
11:19:23 #10 16.90 Unpacking libbinutils:arm64 (2.31.1-16) ...
11:19:23 #11 13.09 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
11:19:23 #10 19.91 Selecting previously unselected package ca-certificates.
11:19:23 #10 19.91 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:19:23 #10 19.92 Unpacking ca-certificates (20211016) ...
11:19:23 #10 20.01 Selecting previously unselected package libmagic-mgc.
11:19:23 #10 20.01 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_amd64.deb ...
11:19:23 #10 20.02 Unpacking libmagic-mgc (1:5.44-3) ...
11:19:23 #10 20.13 Selecting previously unselected package libmagic1:amd64.
11:19:23 #10 20.13 Preparing to unpack .../007-libmagic1_1%3a5.44-3_amd64.deb ...
11:19:23 #20 5.671 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
11:19:23 #20 5.674 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
11:19:23 #10 15.00 Unpacking man-db (2.11.2-1) ...
11:19:23 #10 15.13 Selecting previously unselected package manpages.
11:19:23 #10 15.13 Preparing to unpack .../016-manpages_6.03-1_all.deb ...
11:19:23 #10 15.13 Unpacking manpages (6.03-1) ...
11:19:23 #10 15.24 Selecting previously unselected package libbsd0:arm64.
11:19:23 #11 19.17 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:23 #11 19.17 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
11:19:23 #11 19.18 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
11:19:23 #11 19.24 Selecting previously unselected package libperl5.30:amd64.
11:19:23 #11 19.24 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_amd64.deb ...
11:19:23 #11 19.24 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
11:19:23 #11 ...
11:19:23 
11:19:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:23 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 9.6s done
11:19:23 #7 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:23 #7 DONE 25.3s
11:19:23 #11 16.96 Get:124 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc6-dev amd64 2.36-0ubuntu4 [2088 kB]
11:19:23 #11 17.23 Get:125 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libisl23 amd64 0.25-1 [740 kB]
11:19:23 #11 9.450 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
11:19:23 #11 9.474 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libudev1 arm64 251.4-1ubuntu7.1 [78.6 kB]
11:19:23 #11 9.603 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
11:19:23 #11 9.687 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
11:19:23 #11 9.701 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
11:19:23 #11 9.764 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
11:19:23 #11 9.791 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
11:19:23 #11 9.800 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
11:19:23 #11 9.805 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
11:19:23 #10 13.62 Selecting previously unselected package ucf.
11:19:23 #10 13.62 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:19:23 #10 13.62 Moving old data out of the way
11:19:23 #10 13.63 Unpacking ucf (3.0043) ...
11:19:23 #10 13.67 Selecting previously unselected package xz-utils.
11:19:23 #10 13.67 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
11:19:23 #10 13.67 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:19:23 #10 13.74 Selecting previously unselected package libsigsegv2:arm64.
11:19:23 #10 13.74 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
11:19:23 #10 13.75 Unpacking libsigsegv2:arm64 (2.13-1) ...
11:19:23 #10 21.57 Selecting previously unselected package libedit2:amd64.
11:19:23 #10 21.58 Preparing to unpack .../017-libedit2_3.1-20181209-1_amd64.deb ...
11:19:23 #10 21.58 Unpacking libedit2:amd64 (3.1-20181209-1) ...
11:19:23 #10 21.63 Selecting previously unselected package openssh-client.
11:19:23 #10 21.64 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
11:19:23 #10 21.65 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:19:23 #9 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 11.6s done
11:19:23 #11 12.45 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
11:19:23 #11 12.52 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB]
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.39MB / 116.81MB 18.7s
11:19:23 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 103.81MB / 116.81MB 18.4s
11:19:23 
11:19:23 #9 ...
11:19:23 
11:19:23 #10 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:23 #10 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 10.0s done
11:19:23 #10 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:23 #10 DONE 25.9s
11:19:23 
11:19:23 #9 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:23 #9 21.81 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
11:19:23 #9 21.81 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:23 #9 21.94 Selecting previously unselected package ca-certificates.
11:19:23 #9 21.94 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:19:23 #9 21.95 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:23 #9 22.04 Selecting previously unselected package distro-info-data.
11:19:23 #9 22.04 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:19:23 #9 22.05 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:19:23 #9 22.08 Selecting previously unselected package libmagic-mgc.
11:19:23 #9 22.08 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:19:23 #9 22.09 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:19:23 #10 17.95 Selecting previously unselected package autotools-dev.
11:19:23 #10 17.95 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:19:23 #10 17.97 Unpacking autotools-dev (20180224.1+nmu1) ...
11:19:23 #10 18.03 Selecting previously unselected package automake.
11:19:23 #10 18.03 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:19:23 #10 18.03 Unpacking automake (1:1.16.3-2) ...
11:19:23 #10 18.16 Selecting previously unselected package autopoint.
11:19:23 #10 18.16 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:19:23 #10 17.72 (34/167): libselinux-utils-3.5-1.el9.x86_64.rpm 2.2 MB/s | 183 kB     00:00    
11:19:23 #10 17.76 (35/167): libutempter-1.2.1-6.el9.x86_64.rpm    381 kB/s |  27 kB     00:00    
11:19:23 #10 17.83 (36/167): man-db-2.9.3-7.el9.x86_64.rpm          10 MB/s | 1.2 MB     00:00    
11:19:23 #10 17.85 (37/167): ncurses-6.2-8.20210508.el9.x86_64.rpm 3.1 MB/s | 407 kB     00:00    
11:19:23 #10 17.89 (38/167): openssl-3.0.7-5.el9.x86_64.rpm        9.6 MB/s | 1.2 MB     00:00    
11:19:23 #10 17.92 (39/167): pam-1.5.1-14.el9.x86_64.rpm           6.8 MB/s | 621 kB     00:00    
11:19:23 #10 17.92 (40/167): pkgconf-1.7.3-10.el9.x86_64.rpm       541 kB/s |  41 kB     00:00    
11:19:23 #10 17.96 (41/167): pkgconf-m4-1.7.3-10.el9.noarch.rpm    220 kB/s |  15 kB     00:00    
11:19:23 #10 16.97 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:23 #10 16.97 Preparing to unpack .../031-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
11:19:23 #10 16.97 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
11:19:23 #8 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 11.2s done
11:19:23 #11 13.59 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
11:19:23 #11 13.59 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 18.7s done
11:19:23 #10 20.14 Unpacking libmagic1:amd64 (1:5.44-3) ...
11:19:23 #10 20.18 Selecting previously unselected package file.
11:19:23 #10 20.18 Preparing to unpack .../008-file_1%3a5.44-3_amd64.deb ...
11:19:23 #10 20.18 Unpacking file (1:5.44-3) ...
11:19:23 #10 20.24 Selecting previously unselected package gettext-base.
11:19:23 #10 20.24 Preparing to unpack .../009-gettext-base_0.21-12_amd64.deb ...
11:19:23 #10 20.24 Unpacking gettext-base (0.21-12) ...
11:19:23 #10 20.32 Selecting previously unselected package libuchardet0:amd64.
11:19:23 #10 20.32 Preparing to unpack .../010-libuchardet0_0.0.7-1_amd64.deb ...
11:19:23 #10 20.32 Unpacking libuchardet0:amd64 (0.0.7-1) ...
11:19:23 #10 20.38 Selecting previously unselected package groff-base.
11:19:23 #10 20.38 Preparing to unpack .../011-groff-base_1.22.4-9_amd64.deb ...
11:19:23 #10 15.24 Preparing to unpack .../017-libbsd0_0.11.7-2_arm64.deb ...
11:19:23 #10 15.24 Unpacking libbsd0:arm64 (0.11.7-2) ...
11:19:23 #10 15.28 Selecting previously unselected package libedit2:arm64.
11:19:23 #10 15.28 Preparing to unpack .../018-libedit2_3.1-20221030-2_arm64.deb ...
11:19:23 #10 15.29 Unpacking libedit2:arm64 (3.1-20221030-2) ...
11:19:23 #10 15.33 Selecting previously unselected package libcbor0.8:arm64.
11:19:23 #10 15.33 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_arm64.deb ...
11:19:23 #10 15.33 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ...
11:19:23 #10 15.37 Selecting previously unselected package libfido2-1:arm64.
11:19:23 #10 15.37 Preparing to unpack .../020-libfido2-1_1.12.0-2_arm64.deb ...
11:19:23 #10 15.38 Unpacking libfido2-1:arm64 (1.12.0-2) ...
11:19:23 #10 15.42 Selecting previously unselected package openssh-client.
11:19:23 #10 15.42 Preparing to unpack .../021-openssh-client_1%3a9.2p1-2_arm64.deb ...
11:19:23 #10 15.43 Unpacking openssh-client (1:9.2p1-2) ...
11:19:23 
11:19:23 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:23 #11 17.26 Get:126 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
11:19:23 #11 17.34 Get:127 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
11:19:23 #11 17.34 Get:128 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp-12 amd64 12.2.0-3ubuntu1 [10.6 MB]
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 71.30MB / 116.81MB 18.9s
11:19:23 #11 9.809 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsystemd-shared arm64 251.4-1ubuntu7.1 [1617 kB]
11:19:23 #10 13.77 Selecting previously unselected package m4.
11:19:23 #10 13.78 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
11:19:23 #10 13.78 Unpacking m4 (1.4.18-5) ...
11:19:23 #10 13.83 Selecting previously unselected package autoconf.
11:19:23 #10 13.83 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:19:23 #10 13.84 Unpacking autoconf (2.69-14) ...
11:19:23 #10 13.92 Selecting previously unselected package autotools-dev.
11:19:23 #10 13.93 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:19:23 #10 13.93 Unpacking autotools-dev (20180224.1+nmu1) ...
11:19:23 #10 13.98 Selecting previously unselected package automake.
11:19:23 #10 13.98 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:19:23 #10 13.99 Unpacking automake (1:1.16.3-2) ...
11:19:23 #9 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:23 
11:19:23 #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
11:19:23 #29 0.554 Building static docker-darwin-amd64
11:19:23 #29 0.559 + go build -o /out/docker-darwin-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:19:23Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2"' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:19:23 #9 22.18 Selecting previously unselected package libmagic1:amd64.
11:19:23 #9 22.19 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:19:23 #9 22.21 Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:19:23 #9 22.29 Selecting previously unselected package file.
11:19:23 #9 22.29 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:19:23 #9 22.31 Unpacking file (1:5.32-2ubuntu0.4) ...
11:19:23 #9 22.36 Selecting previously unselected package less.
11:19:23 #9 22.36 Preparing to unpack .../016-less_487-0.1_amd64.deb ...
11:19:23 #9 22.38 Unpacking less (487-0.1) ...
11:19:23 #10 18.17 Unpacking autopoint (0.21-4) ...
11:19:23 #10 18.24 Selecting previously unselected package binutils-common:amd64.
11:19:23 #10 18.24 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
11:19:23 #10 18.25 Unpacking binutils-common:amd64 (2.35.2-2) ...
11:19:23 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:23 #10 17.99 (42/167): pkgconf-pkg-config-1.7.3-10.el9.x86_6 152 kB/s |  11 kB     00:00    
11:19:23 #10 18.02 (43/167): policycoreutils-3.5-1.el9.x86_64.rpm  2.5 MB/s | 238 kB     00:00    
11:19:23 #10 18.04 (44/167): procps-ng-3.3.17-11.el9.x86_64.rpm    4.2 MB/s | 346 kB     00:00    
11:19:23 #10 18.06 (45/167): publicsuffix-list-dafsa-20210518-3.el 806 kB/s |  58 kB     00:00    
11:19:23 #10 18.10 (46/167): python3-dateutil-2.8.1-6.el9.noarch.r 3.5 MB/s | 302 kB     00:00    
11:19:23 #10 18.12 (47/167): python3-dbus-1.2.18-2.el9.x86_64.rpm  1.8 MB/s | 144 kB     00:00    
11:19:23 #10 18.14 (48/167): python3-distro-1.5.0-7.el9.noarch.rpm 518 kB/s |  37 kB     00:00    
11:19:23 #10 18.18 (49/167): python3-dnf-plugins-core-4.3.0-4.el9. 3.2 MB/s | 260 kB     00:00    
11:19:23 #10 18.28 (50/167): python3-setools-4.4.1-1.el9.x86_64.rp 3.6 MB/s | 596 kB     00:00    
11:19:23 #10 17.21 Selecting previously unselected package binutils.
11:19:23 #10 17.22 Preparing to unpack .../032-binutils_2.31.1-16_arm64.deb ...
11:19:23 #10 17.22 Unpacking binutils (2.31.1-16) ...
11:19:23 #10 17.25 Selecting previously unselected package libc-dev-bin.
11:19:23 #10 17.26 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_arm64.deb ...
11:19:23 #10 17.26 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:19:23 #10 17.30 Selecting previously unselected package linux-libc-dev:arm64.
11:19:23 #10 17.30 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_arm64.deb ...
11:19:23 #10 17.31 Unpacking linux-libc-dev:arm64 (4.19.269-1) ...
11:19:23 #10 17.44 Selecting previously unselected package libc6-dev:arm64.
11:19:23 #11 13.59 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
11:19:23 #11 13.70 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
11:19:23 #11 13.77 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssh-client arm64 1:8.9p1-3ubuntu0.1 [866 kB]
11:19:23 #11 13.81 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
11:19:23 #9 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.2s done
11:19:23 #10 16.57 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B]
11:19:23 #10 20.38 Unpacking groff-base (1.22.4-9) ...
11:19:23 #10 15.54 Selecting previously unselected package ucf.
11:19:23 #10 15.55 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
11:19:23 #10 15.55 Moving old data out of the way
11:19:23 #10 15.55 Unpacking ucf (3.0043+nmu1) ...
11:19:23 #10 15.59 Selecting previously unselected package xz-utils.
11:19:23 #10 15.59 Preparing to unpack .../023-xz-utils_5.4.1-0.2_arm64.deb ...
11:19:23 #10 15.60 Unpacking xz-utils (5.4.1-0.2) ...
11:19:23 #10 15.66 Selecting previously unselected package m4.
11:19:23 #10 15.66 Preparing to unpack .../024-m4_1.4.19-3_arm64.deb ...
11:19:23 #10 15.67 Unpacking m4 (1.4.19-3) ...
11:19:23 #10 15.72 Selecting previously unselected package autoconf.
11:19:23 #10 15.72 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:19:23 #10 15.72 Unpacking autoconf (2.71-3) ...
11:19:23 #10 15.78 Selecting previously unselected package autotools-dev.
11:19:23 #10 14.09 Selecting previously unselected package autopoint.
11:19:23 #10 14.09 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:19:23 #10 14.10 Unpacking autopoint (0.21-4) ...
11:19:23 #10 14.15 Selecting previously unselected package binutils-common:arm64.
11:19:23 #10 14.15 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
11:19:23 #10 14.15 Unpacking binutils-common:arm64 (2.35.2-2) ...
11:19:23 #9 DONE 26.9s
11:19:23 
11:19:23 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:23 #10 21.95 Selecting previously unselected package ucf.
11:19:23 #10 21.95 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:19:23 #10 21.95 Moving old data out of the way
11:19:23 #10 21.95 Unpacking ucf (3.0038+nmu1) ...
11:19:23 #10 22.10 Selecting previously unselected package xz-utils.
11:19:23 #10 22.10 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
11:19:23 #10 22.11 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:19:23 #9 22.43 Selecting previously unselected package libapt-inst2.0:amd64.
11:19:23 #9 22.43 Preparing to unpack .../017-libapt-inst2.0_1.6.14_amd64.deb ...
11:19:23 #9 22.43 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
11:19:23 #9 22.50 Selecting previously unselected package libglib2.0-0:amd64.
11:19:23 #9 22.50 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
11:19:23 #9 22.50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 103.81MB / 116.81MB 19.1s
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 96.47MB / 116.81MB 19.2s
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 19.1s done
11:19:23 #11 12.98 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.5 [637 kB]
11:19:23 #11 13.02 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB]
11:19:23 #11 13.02 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
11:19:23 #11 13.02 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
11:19:23 #11 13.03 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB]
11:19:23 #11 13.05 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB]
11:19:23 #11 13.05 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB]
11:19:23 #11 13.05 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB]
11:19:23 #11 13.05 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB]
11:19:23 #11 13.19 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB]
11:19:23 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 110.10MB / 116.81MB 19.0s
11:19:23 #10 17.44 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_arm64.deb ...
11:19:23 #10 17.45 Unpacking libc6-dev:arm64 (2.28-10+deb10u2) ...
11:19:23 #10 17.69 Selecting previously unselected package libisl19:arm64.
11:19:23 #11 13.82 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
11:19:23 #11 13.83 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
11:19:23 #11 13.83 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
11:19:23 #11 13.84 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
11:19:23 #10 18.34 (51/167): python3-setuptools-53.0.0-12.el9.noar 4.6 MB/s | 944 kB     00:00    
11:19:23 #10 18.38 (52/167): python3-six-1.15.0-9.el9.noarch.rpm   183 kB/s |  37 kB     00:00    
11:19:23 #10 18.43 (53/167): python3-systemd-234-18.el9.x86_64.rpm 643 kB/s |  90 kB     00:00    
11:19:23 #10 16.58 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB]
11:19:23 #10 16.60 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB]
11:19:23 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 100.66MB / 116.81MB 18.7s
11:19:23 #10 20.61 Selecting previously unselected package krb5-locales.
11:19:23 #10 20.61 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:19:23 #10 20.62 Unpacking krb5-locales (1.20.1-1) ...
11:19:23 #10 20.66 Selecting previously unselected package bsdextrautils.
11:19:23 #10 20.66 Preparing to unpack .../013-bsdextrautils_2.38.1-5_amd64.deb ...
11:19:23 #10 20.67 Unpacking bsdextrautils (2.38.1-5) ...
11:19:23 #10 20.72 Selecting previously unselected package libpipeline1:amd64.
11:19:23 #10 20.72 Preparing to unpack .../014-libpipeline1_1.5.7-1_amd64.deb ...
11:19:23 #10 20.73 Unpacking libpipeline1:amd64 (1.5.7-1) ...
11:19:23 #10 20.78 Selecting previously unselected package man-db.
11:19:23 #10 20.78 Preparing to unpack .../015-man-db_2.11.2-1_amd64.deb ...
11:19:23 #10 15.78 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:19:23 #10 15.78 Unpacking autotools-dev (20220109.1) ...
11:19:23 #10 15.83 Selecting previously unselected package automake.
11:19:23 #10 15.83 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:19:23 #10 15.84 Unpacking automake (1:1.16.5-1.3) ...
11:19:23 #10 15.92 Selecting previously unselected package autopoint.
11:19:23 #8 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:24 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 12.4s done
11:19:24 #11 20.12 Selecting previously unselected package perl.
11:19:24 #11 20.13 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_amd64.deb ...
11:19:24 #11 20.14 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:19:24 #11 20.23 Selecting previously unselected package openssl.
11:19:24 #11 17.83 Get:129 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp amd64 4:12.2.0-1ubuntu1 [27.3 kB]
11:19:24 #11 17.83 Get:130 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcc1-0 amd64 12.2.0-3ubuntu1 [46.4 kB]
11:19:24 #11 17.84 Get:131 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgomp1 amd64 12.2.0-3ubuntu1 [125 kB]
11:19:24 #11 17.84 Get:132 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libitm1 amd64 12.2.0-3ubuntu1 [29.4 kB]
11:19:24 #11 10.33 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsystemd0 arm64 251.4-1ubuntu7.1 [318 kB]
11:19:24 #10 14.46 Selecting previously unselected package libbinutils:arm64.
11:19:24 #10 14.46 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
11:19:24 #10 14.47 Unpacking libbinutils:arm64 (2.35.2-2) ...
11:19:24 #10 22.21 Selecting previously unselected package libfl2:amd64.
11:19:24 #10 22.21 Preparing to unpack .../021-libfl2_2.6.4-6.2_amd64.deb ...
11:19:24 #10 22.21 Unpacking libfl2:amd64 (2.6.4-6.2) ...
11:19:24 #10 22.27 Selecting previously unselected package at.
11:19:24 #10 22.27 Preparing to unpack .../022-at_3.1.23-1_amd64.deb ...
11:19:24 #10 22.27 Unpacking at (3.1.23-1) ...
11:19:24 #10 22.32 Selecting previously unselected package libsigsegv2:amd64.
11:19:24 #10 22.32 Preparing to unpack .../023-libsigsegv2_2.12-2_amd64.deb ...
11:19:24 #10 22.32 Unpacking libsigsegv2:amd64 (2.12-2) ...
11:19:24 #10 22.35 Selecting previously unselected package m4.
11:19:24 #10 22.36 Preparing to unpack .../024-m4_1.4.18-2_amd64.deb ...
11:19:24 #10 22.36 Unpacking m4 (1.4.18-2) ...
11:19:24 #10 22.44 Selecting previously unselected package autoconf.
11:19:24 #10 22.44 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:19:24 #9 22.68 Selecting previously unselected package libglib2.0-data.
11:19:24 #9 22.68 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:19:24 #9 22.69 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:19:24 #9 22.73 Selecting previously unselected package libicu60:amd64.
11:19:24 #9 22.73 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_amd64.deb ...
11:19:24 #9 22.73 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
11:19:24 #7 ...
11:19:24 
11:19: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
11:19:24 #10 DONE 3.5s
11:19:24 
11:19:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:24 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.8s done
11:19:24 #10 17.70 Preparing to unpack .../036-libisl19_0.20-2_arm64.deb ...
11:19:24 #10 17.70 Unpacking libisl19:arm64 (0.20-2) ...
11:19:24 #10 17.78 Selecting previously unselected package libmpfr6:arm64.
11:19:24 #10 17.78 Preparing to unpack .../037-libmpfr6_4.0.2-1_arm64.deb ...
11:19:24 #10 17.79 Unpacking libmpfr6:arm64 (4.0.2-1) ...
11:19:24 #10 17.84 Selecting previously unselected package libmpc3:arm64.
11:19:24 #10 17.84 Preparing to unpack .../038-libmpc3_1.1.0-1_arm64.deb ...
11:19:24 #10 17.85 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:19:24 #10 17.87 Selecting previously unselected package cpp-8.
11:19:24 #10 17.88 Preparing to unpack .../039-cpp-8_8.3.0-6_arm64.deb ...
11:19:24 #10 17.88 Unpacking cpp-8 (8.3.0-6) ...
11:19:24 #11 14.24 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
11:19:24 #10 18.55 (54/167): shared-mime-info-2.1-5.el9.x86_64.rpm 3.3 MB/s | 558 kB     00:00    
11:19:24 #10 18.61 (55/167): systemd-libs-252-8.el9.x86_64.rpm     2.8 MB/s | 649 kB     00:00    
11:19:24 #10 18.67 (56/167): tcl-8.6.10-7.el9.x86_64.rpm           4.4 MB/s | 1.1 MB     00:00    
11:19:24 #10 18.73 (57/167): unzip-6.0-56.el9.x86_64.rpm           1.0 MB/s | 182 kB     00:00    
11:19:24 #10 18.73 Selecting previously unselected package libbinutils:amd64.
11:19:24 #10 18.73 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
11:19:24 #10 18.73 Unpacking libbinutils:amd64 (2.35.2-2) ...
11:19:24 #10 18.86 Selecting previously unselected package libctf-nobfd0:amd64.
11:19:24 #10 18.86 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
11:19:24 #10 18.87 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
11:19:24 #10 18.92 Selecting previously unselected package libctf0:amd64.
11:19:24 #10 18.92 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
11:19:24 #10 18.92 Unpacking libctf0:amd64 (2.35.2-2) ...
11:19:24 #10 18.96 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:24 #10 18.96 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
11:19:24 #10 17.03 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B]
11:19:24 #10 17.03 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
11:19:24 #10 17.03 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:19:24 #10 17.03 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB]
11:19:24 #10 17.04 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:19:24 #10 17.07 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
11:19:24 #10 17.07 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [36.3 kB]
11:19:24 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 19.3s
11:19:24 #8 DONE 26.5s
11:19:24 
11:19:24 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:19:24 #10 15.92 Preparing to unpack .../028-autopoint_0.21-12_all.deb ...
11:19:24 #10 15.93 Unpacking autopoint (0.21-12) ...
11:19:24 #10 15.97 Selecting previously unselected package binutils-common:arm64.
11:19:24 #10 15.97 Preparing to unpack .../029-binutils-common_2.40-2_arm64.deb ...
11:19:24 #10 15.97 Unpacking binutils-common:arm64 (2.40-2) ...
11:19:24 #10 16.20 Selecting previously unselected package libbinutils:arm64.
11:19:24 #9 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:24 #10 20.80 Unpacking man-db (2.11.2-1) ...
11:19:24 #10 21.04 Selecting previously unselected package manpages.
11:19:24 #10 21.04 Preparing to unpack .../016-manpages_6.03-1_all.deb ...
11:19:24 #10 21.04 Unpacking manpages (6.03-1) ...
11:19:24 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:24 #11 20.23 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
11:19:24 #11 20.24 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:19:24 #11 18.24 Get:133 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libatomic1 amd64 12.2.0-3ubuntu1 [10.4 kB]
11:19:24 #11 18.32 Get:134 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libasan8 amd64 12.2.0-3ubuntu1 [2433 kB]
11:19:24 #11 10.77 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 systemd arm64 251.4-1ubuntu7.1 [2712 kB]
11:19:24 #10 14.76 Selecting previously unselected package libctf-nobfd0:arm64.
11:19:24 #10 14.76 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
11:19:24 #10 14.81 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
11:19:24 #10 22.45 Unpacking autoconf (2.69-11) ...
11:19:24 #10 22.52 Selecting previously unselected package autotools-dev.
11:19:24 #10 22.53 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:19:24 #10 22.53 Unpacking autotools-dev (20180224.1) ...
11:19:24 #10 22.62 Selecting previously unselected package automake.
11:19:24 #10 22.62 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:19:24 #10 22.63 Unpacking automake (1:1.16.1-4) ...
11:19:24 #10 22.74 Selecting previously unselected package autopoint.
11:19:24 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:24 #11 14.61 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
11:19:24 #10 18.86 (58/167): util-linux-2.37.4-10.el9.x86_64.rpm   9.0 MB/s | 2.3 MB     00:00    
11:19:24 #10 18.90 (59/167): util-linux-core-2.37.4-10.el9.x86_64. 2.0 MB/s | 459 kB     00:00    
11:19:24 #10 18.91 (60/167): vim-filesystem-8.2.2637-20.el9.noarch 100 kB/s |  18 kB     00:00    
11:19:24 #10 18.96 (61/167): xz-5.2.5-8.el9.x86_64.rpm             2.3 MB/s | 226 kB     00:00    
11:19:24 #10 18.99 (62/167): zip-3.0-35.el9.x86_64.rpm             3.2 MB/s | 266 kB     00:00    
11:19:24 #10 19.01 (63/167): zstd-1.5.1-2.el9.x86_64.rpm           5.4 MB/s | 548 kB     00:00    
11:19:24 #10 18.96 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
11:19:24 #10 17.21 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [130 kB]
11:19:24 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 110.10MB / 116.81MB 19.8s
11:19:24 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 102.76MB / 116.81MB 19.8s
11:19:24 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.0s done
11:19:24 #11 13.56 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB]
11:19:24 #11 13.67 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB]
11:19:24 #11 13.68 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB]
11:19:24 #11 13.76 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB]
11:19:24 #11 13.80 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.4 [207 kB]
11:19:24 #10 16.20 Preparing to unpack .../030-libbinutils_2.40-2_arm64.deb ...
11:19:24 #10 16.20 Unpacking libbinutils:arm64 (2.40-2) ...
11:19:24 #10 16.28 Selecting previously unselected package libctf-nobfd0:arm64.
11:19:24 #10 16.28 Preparing to unpack .../031-libctf-nobfd0_2.40-2_arm64.deb ...
11:19:24 #10 16.29 Unpacking libctf-nobfd0:arm64 (2.40-2) ...
11:19:24 #10 16.33 Selecting previously unselected package libctf0:arm64.
11:19:24 #10 16.33 Preparing to unpack .../032-libctf0_2.40-2_arm64.deb ...
11:19:24 #10 16.34 Unpacking libctf0:arm64 (2.40-2) ...
11:19:24 #10 16.38 Selecting previously unselected package libgprofng0:arm64.
11:19:24 #10 16.38 Preparing to unpack .../033-libgprofng0_2.40-2_arm64.deb ...
11:19:24 #10 16.39 Unpacking libgprofng0:arm64 (2.40-2) ...
11:19:24 #10 16.47 Selecting previously unselected package libjansson4:arm64.
11:19:24 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 109.05MB / 116.81MB 19.2s
11:19:24 
11:19:24 #10 ...
11:19:24 
11:19:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:24 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 10.5s done
11:19:24 #7 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:24 #7 DONE 27.3s
11:19:24 
11:19:24 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:24 #10 21.21 Selecting previously unselected package libbsd0:amd64.
11:19:24 #10 21.21 Preparing to unpack .../017-libbsd0_0.11.7-2_amd64.deb ...
11:19:24 #10 21.24 Unpacking libbsd0:amd64 (0.11.7-2) ...
11:19:24 #10 21.32 Selecting previously unselected package libedit2:amd64.
11:19:24 #10 21.32 Preparing to unpack .../018-libedit2_3.1-20221030-2_amd64.deb ...
11:19:24 #10 21.33 Unpacking libedit2:amd64 (3.1-20221030-2) ...
11:19:24 #10 21.40 Selecting previously unselected package libcbor0.8:amd64.
11:19:24 #10 21.40 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_amd64.deb ...
11:19:24 #10 21.40 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ...
11:19:24 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 19.5s done
11:19:24 #11 20.72 Selecting previously unselected package ca-certificates.
11:19:24 #11 20.73 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:19:24 #11 20.74 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:19:24 #11 11.03 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:19:24 #10 14.89 Selecting previously unselected package libctf0:arm64.
11:19:24 #10 14.89 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
11:19:24 #10 14.90 Unpacking libctf0:arm64 (2.35.2-2) ...
11:19:24 #10 14.94 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:24 #10 14.95 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
11:19:24 #10 14.95 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
11:19:24 #10 22.74 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:19:24 #10 22.75 Unpacking autopoint (0.19.8.1-9) ...
11:19:24 #10 22.83 Selecting previously unselected package binutils-common:amd64.
11:19:24 #10 22.83 Preparing to unpack .../029-binutils-common_2.31.1-16_amd64.deb ...
11:19:24 #10 22.86 Unpacking binutils-common:amd64 (2.31.1-16) ...
11:19:24 #11 14.72 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
11:19:24 #11 14.73 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
11:19:24 #11 14.81 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
11:19:24 #11 14.85 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-common arm64 2.38-4ubuntu2.1 [221 kB]
11:19:24 #11 14.87 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libbinutils arm64 2.38-4ubuntu2.1 [825 kB]
11:19:24 #11 14.91 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf-nobfd0 arm64 2.38-4ubuntu2.1 [107 kB]
11:19:24 #11 14.91 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf0 arm64 2.38-4ubuntu2.1 [103 kB]
11:19:24 #10 10.41 CentOS Stream 9 - Extras packages                34 kB/s |  10 kB     00:00    
11:19:24 #10 19.28 Selecting previously unselected package binutils.
11:19:24 #10 19.28 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
11:19:24 #10 19.29 Unpacking binutils (2.35.2-2) ...
11:19:24 #10 19.35 Selecting previously unselected package libc-dev-bin.
11:19:24 #10 19.35 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_amd64.deb ...
11:19:24 #10 19.36 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
11:19:24 #10 19.41 Selecting previously unselected package linux-libc-dev:amd64.
11:19:24 #10 19.41 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_amd64.deb ...
11:19:24 #10 19.42 Unpacking linux-libc-dev:amd64 (5.10.162-1) ...
11:19:24 #10 17.54 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [25.9 kB]
11:19:24 #10 17.56 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [76.5 kB]
11:19:24 #10 17.59 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [46.7 kB]
11:19:24 #10 17.62 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [88.5 kB]
11:19:24 #10 17.66 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [171 kB]
11:19:24 #10 17.71 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [13.3 kB]
11:19:24 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.39MB / 116.81MB 20.2s
11:19:24 #10 16.48 Preparing to unpack .../034-libjansson4_2.14-2_arm64.deb ...
11:19:24 #10 16.48 Unpacking libjansson4:arm64 (2.14-2) ...
11:19:24 #10 16.52 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:24 #10 16.52 Preparing to unpack .../035-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ...
11:19:24 #10 16.52 Unpacking binutils-aarch64-linux-gnu (2.40-2) ...
11:19:24 #10 18.45 Selecting previously unselected package cpp.
11:19:24 #10 18.45 Preparing to unpack .../040-cpp_4%3a8.3.0-1_arm64.deb ...
11:19:24 #10 18.46 Unpacking cpp (4:8.3.0-1) ...
11:19:24 #10 18.49 Selecting previously unselected package libcc1-0:arm64.
11:19:24 #10 18.49 Preparing to unpack .../041-libcc1-0_8.3.0-6_arm64.deb ...
11:19:24 #10 18.50 Unpacking libcc1-0:arm64 (8.3.0-6) ...
11:19:24 #10 18.53 Selecting previously unselected package libgomp1:arm64.
11:19:24 #10 18.54 Preparing to unpack .../042-libgomp1_8.3.0-6_arm64.deb ...
11:19:24 #10 18.54 Unpacking libgomp1:arm64 (8.3.0-6) ...
11:19:24 #10 18.58 Selecting previously unselected package libitm1:arm64.
11:19:24 #11 13.81 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.4 [475 kB]
11:19:24 #11 13.84 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.4 [43.8 kB]
11:19:24 #11 13.84 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.4 [43.0 kB]
11:19:24 #11 13.84 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.4 [1986 kB]
11:19:24 #11 13.93 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.4 [3364 B]
11:19:24 #11 14.08 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.9 [64.2 kB]
11:19:24 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.2s done
11:19:24 #11 20.86 Selecting previously unselected package distro-info-data.
11:19:24 #11 20.87 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:19:24 #11 20.89 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:19:24 #11 21.10 Selecting previously unselected package libmagic-mgc.
11:19:24 #10 21.49 Selecting previously unselected package libfido2-1:amd64.
11:19:24 #10 21.49 Preparing to unpack .../020-libfido2-1_1.12.0-2_amd64.deb ...
11:19:24 #10 21.49 Unpacking libfido2-1:amd64 (1.12.0-2) ...
11:19:24 #10 21.58 Selecting previously unselected package openssh-client.
11:19:24 #10 21.58 Preparing to unpack .../021-openssh-client_1%3a9.2p1-2_amd64.deb ...
11:19:24 #10 21.62 Unpacking openssh-client (1:9.2p1-2) ...
11:19:24 #11 11.17 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
11:19:24 #11 11.17 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
11:19:24 #11 11.17 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libperl5.34 arm64 5.34.0-5ubuntu1.1 [4618 kB]
11:19:24 #11 11.43 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl arm64 5.34.0-5ubuntu1.1 [231 kB]
11:19:24 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 77.59MB / 116.81MB 20.0s
11:19:24 #10 15.31 Selecting previously unselected package binutils.
11:19:24 #10 15.31 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
11:19:24 #10 15.32 Unpacking binutils (2.35.2-2) ...
11:19:24 #10 15.37 Selecting previously unselected package libc-dev-bin.
11:19:24 #10 23.30 Selecting previously unselected package libbinutils:amd64.
11:19:24 #10 23.30 Preparing to unpack .../030-libbinutils_2.31.1-16_amd64.deb ...
11:19:24 #11 14.92 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.38-4ubuntu2.1 [3229 kB]
11:19:24 #11 15.09 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils arm64 2.38-4ubuntu2.1 [3166 B]
11:19:24 #10 19.75 Selecting previously unselected package libcrypt-dev:amd64.
11:19:24 #10 19.75 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
11:19:24 #10 19.75 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
11:19:24 #10 19.81 Selecting previously unselected package libtirpc-dev:amd64.
11:19:24 #10 17.71 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [79.6 kB]
11:19:24 #10 17.72 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]
11:19:24 #10 17.72 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]
11:19:24 #10 17.73 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:19:25 #10 16.79 Selecting previously unselected package binutils.
11:19:25 #10 16.79 Preparing to unpack .../036-binutils_2.40-2_arm64.deb ...
11:19:25 #10 16.80 Unpacking binutils (2.40-2) ...
11:19:25 #10 16.83 Selecting previously unselected package libc-dev-bin.
11:19:25 #10 16.83 Preparing to unpack .../037-libc-dev-bin_2.36-8_arm64.deb ...
11:19:25 #10 16.84 Unpacking libc-dev-bin (2.36-8) ...
11:19:25 #10 16.87 Selecting previously unselected package linux-libc-dev:arm64.
11:19:25 #10 16.87 Preparing to unpack .../038-linux-libc-dev_6.1.12-1_arm64.deb ...
11:19:25 #10 16.88 Unpacking linux-libc-dev:arm64 (6.1.12-1) ...
11:19:25 #10 18.58 Preparing to unpack .../043-libitm1_8.3.0-6_arm64.deb ...
11:19:25 #10 18.58 Unpacking libitm1:arm64 (8.3.0-6) ...
11:19:25 #10 18.62 Selecting previously unselected package libatomic1:arm64.
11:19:25 #10 18.62 Preparing to unpack .../044-libatomic1_8.3.0-6_arm64.deb ...
11:19:25 #10 18.63 Unpacking libatomic1:arm64 (8.3.0-6) ...
11:19:25 #10 18.67 Selecting previously unselected package libasan5:arm64.
11:19:25 #10 18.67 Preparing to unpack .../045-libasan5_8.3.0-6_arm64.deb ...
11:19:25 #10 18.67 Unpacking libasan5:arm64 (8.3.0-6) ...
11:19:25 #10 18.73 Selecting previously unselected package liblsan0:arm64.
11:19:25 #10 18.73 Preparing to unpack .../046-liblsan0_8.3.0-6_arm64.deb ...
11:19:25 #10 18.74 Unpacking liblsan0:arm64 (8.3.0-6) ...
11:19:25 #10 18.78 Selecting previously unselected package libtsan0:arm64.
11:19:25 #10 18.78 Preparing to unpack .../047-libtsan0_8.3.0-6_arm64.deb ...
11:19:25 #10 18.79 Unpacking libtsan0:arm64 (8.3.0-6) ...
11:19:25 #10 18.84 Selecting previously unselected package libubsan1:arm64.
11:19:25 #10 19.50 (64/167): desktop-file-utils-0.26-6.el9.x86_64. 151 kB/s |  74 kB     00:00    
11:19:25 #10 19.64 (65/167): dwz-0.14-3.el9.x86_64.rpm             879 kB/s | 128 kB     00:00    
11:19:25 #10 19.67 (66/167): abattis-cantarell-fonts-0.301-4.el9.n 518 kB/s | 365 kB     00:00    
11:19:25 #11 14.32 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-144.161 [1107 kB]
11:19:25 #7 ...
11:19:25 
11:19:25 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:19:25 #9 extracting sha256:4c5d14f15cd67359c9f8d5dbc636ce6ffee972aa4acbeb663e40e865b0dd7dee 13.7s done
11:19:25 #9 ...
11:19:25 
11:19:25 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:25 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:25 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 109.05MB / 116.81MB 20.3s
11:19:25 #11 21.10 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
11:19:25 #11 21.13 Unpacking libmagic-mgc (1:5.38-4) ...
11:19:25 #10 21.81 Selecting previously unselected package ucf.
11:19:25 #10 21.81 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
11:19:25 #10 21.82 Moving old data out of the way
11:19:25 #10 21.82 Unpacking ucf (3.0043+nmu1) ...
11:19:25 #10 21.86 Selecting previously unselected package xz-utils.
11:19:25 #10 21.86 Preparing to unpack .../023-xz-utils_5.4.1-0.2_amd64.deb ...
11:19:25 #10 21.86 Unpacking xz-utils (5.4.1-0.2) ...
11:19:25 #10 21.98 Selecting previously unselected package m4.
11:19:25 #11 11.44 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2.1 [1157 kB]
11:19:25 #11 11.46 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:19:25 #11 11.46 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
11:19:25 #11 11.47 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
11:19:25 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 115.34MB / 116.81MB 19.9s
11:19:25 #10 15.38 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_arm64.deb ...
11:19:25 #10 15.38 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
11:19:25 #10 15.44 Selecting previously unselected package linux-libc-dev:arm64.
11:19:25 #10 15.45 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_arm64.deb ...
11:19:25 #10 15.45 Unpacking linux-libc-dev:arm64 (5.10.162-1) ...
11:19:25 #20 7.574 Selecting previously unselected package libclang-cpp11.
11:19:25 #20 7.574 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
11:19:25 #20 7.579 Unpacking libclang-cpp11 (1:11.0.1-2) ...
11:19:25 #10 23.31 Unpacking libbinutils:amd64 (2.31.1-16) ...
11:19:25 #10 23.43 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:25 #10 23.43 Preparing to unpack .../031-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
11:19:25 #10 23.43 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
11:19:25 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.9s done
11:19:25 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:25 #11 19.04 Get:135 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblsan0 amd64 12.2.0-3ubuntu1 [1060 kB]
11:19:25 #11 19.15 Get:136 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtsan2 amd64 12.2.0-3ubuntu1 [2456 kB]
11:19:25 #10 17.88 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]
11:19:25 #10 19.83 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
11:19:25 #10 19.83 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
11:19:25 #10 19.90 Selecting previously unselected package libnsl-dev:amd64.
11:19:25 #10 19.90 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
11:19:25 #10 19.90 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
11:19:25 #10 19.96 Selecting previously unselected package libc6-dev:amd64.
11:19:25 #10 19.96 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_amd64.deb ...
11:19:25 #10 ...
11:19:25 
11:19:25 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:25 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 11.6s done
11:19:25 #7 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:25 #7 DONE 27.2s
11:19:25 
11:19:25 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:25 #10 19.96 Unpacking libc6-dev:amd64 (2.31-13+deb11u5) ...
11:19:25 #10 17.03 Selecting previously unselected package libcrypt-dev:arm64.
11:19:25 #10 17.03 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
11:19:25 #10 17.04 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
11:19:25 #10 17.08 Selecting previously unselected package libtirpc-dev:arm64.
11:19:25 #10 17.08 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
11:19:25 #10 17.08 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:19:25 #10 17.12 Selecting previously unselected package libnsl-dev:arm64.
11:19:25 #10 17.13 Preparing to unpack .../041-libnsl-dev_1.3.0-2_arm64.deb ...
11:19:25 #10 17.13 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
11:19:25 #10 17.16 Selecting previously unselected package rpcsvc-proto.
11:19:25 #10 17.17 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_arm64.deb ...
11:19:25 #10 17.17 Unpacking rpcsvc-proto (1.4.3-1) ...
11:19:25 #10 17.20 Selecting previously unselected package libc6-dev:arm64.
11:19:25 #10 17.20 Preparing to unpack .../043-libc6-dev_2.36-8_arm64.deb ...
11:19:25 #10 17.21 Unpacking libc6-dev:arm64 (2.36-8) ...
11:19:25 #10 18.84 Preparing to unpack .../048-libubsan1_8.3.0-6_arm64.deb ...
11:19:25 #10 18.85 Unpacking libubsan1:arm64 (8.3.0-6) ...
11:19:25 #10 18.88 Selecting previously unselected package libgcc-8-dev:arm64.
11:19:25 #10 18.89 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_arm64.deb ...
11:19:25 #10 18.89 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
11:19:25 #10 19.01 Selecting previously unselected package gcc-8.
11:19:25 #10 19.01 Preparing to unpack .../050-gcc-8_8.3.0-6_arm64.deb ...
11:19:25 #10 19.01 Unpacking gcc-8 (8.3.0-6) ...
11:19:25 #11 14.63 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB]
11:19:25 #10 19.69 (67/167): checkpolicy-3.5-1.el9.x86_64.rpm      497 kB/s | 347 kB     00:00    
11:19:25 #10 19.72 (68/167): efi-srpm-macros-4-9.el9.noarch.rpm    303 kB/s |  23 kB     00:00    
11:19:25 #10 19.74 (69/167): emacs-filesystem-27.2-8.el9.noarch.rp 119 kB/s | 8.8 kB     00:00    
11:19:25 #10 19.77 (70/167): enchant-1.6.0-30.el9.x86_64.rpm       836 kB/s |  62 kB     00:00    
11:19:25 #10 19.79 (71/167): fonts-srpm-macros-2.0.5-7.el9.1.noarc 378 kB/s |  28 kB     00:00    
11:19:25 #10 19.87 (72/167): gcc-toolset-12-runtime-12.0-5.el9.x86 741 kB/s |  55 kB     00:00    
11:19:25 #11 21.31 Selecting previously unselected package libmagic1:amd64.
11:19:25 #11 21.32 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
11:19:25 #11 21.32 Unpacking libmagic1:amd64 (1:5.38-4) ...
11:19:25 #11 21.40 Selecting previously unselected package file.
11:19:25 #11 21.41 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
11:19:25 #11 21.43 Unpacking file (1:5.38-4) ...
11:19:25 #11 21.46 Selecting previously unselected package less.
11:19:25 #11 21.46 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
11:19:25 #11 21.47 Unpacking less (551-1ubuntu0.1) ...
11:19:25 #11 21.54 Selecting previously unselected package libelf1:amd64.
11:19:25 #11 21.54 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
11:19:25 #9 23.85 Selecting previously unselected package libxml2:amd64.
11:19:25 #9 23.85 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_amd64.deb ...
11:19:25 #9 23.86 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:19:25 #9 23.98 Selecting previously unselected package libyaml-0-2:amd64.
11:19:25 #9 23.98 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
11:19:25 #9 23.99 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:19:25 #9 24.03 Selecting previously unselected package lsb-release.
11:19:25 #9 24.03 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:19:25 #9 24.05 Unpacking lsb-release (9.20170808ubuntu1) ...
11:19:25 #9 24.09 Selecting previously unselected package netbase.
11:19:25 #11 11.87 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:19:25 #10 21.98 Preparing to unpack .../024-m4_1.4.19-3_amd64.deb ...
11:19:25 #10 21.99 Unpacking m4 (1.4.19-3) ...
11:19:25 #10 22.09 Selecting previously unselected package autoconf.
11:19:25 #10 22.09 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:19:25 #10 22.11 Unpacking autoconf (2.71-3) ...
11:19:25 #9 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 13.1s done
11:19:25 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0.7s done
11:19:25 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:25 #10 15.72 Selecting previously unselected package libcrypt-dev:arm64.
11:19:25 #10 15.72 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
11:19:25 #10 15.72 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
11:19:25 #10 15.76 Selecting previously unselected package libtirpc-dev:arm64.
11:19:25 #10 15.77 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ...
11:19:25 #10 15.77 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
11:19:25 #10 15.82 Selecting previously unselected package libnsl-dev:arm64.
11:19:25 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 14.4s done
11:19:25 #10 23.74 Selecting previously unselected package binutils.
11:19:25 #10 23.74 Preparing to unpack .../032-binutils_2.31.1-16_amd64.deb ...
11:19:25 #10 23.74 Unpacking binutils (2.31.1-16) ...
11:19:25 #10 23.77 Selecting previously unselected package libc-dev-bin.
11:19:25 #10 23.77 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_amd64.deb ...
11:19:25 #10 23.78 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:19:25 #10 23.84 Selecting previously unselected package linux-libc-dev:amd64.
11:19:25 #11 19.37 Get:137 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libubsan1 amd64 12.2.0-3ubuntu1 [969 kB]
11:19:25 #11 19.41 Get:138 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libquadmath0 amd64 12.2.0-3ubuntu1 [152 kB]
11:19:25 #11 19.41 Get:139 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgcc-12-dev amd64 12.2.0-3ubuntu1 [2577 kB]
11:19:25 #11 19.48 Get:140 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc-12 amd64 12.2.0-3ubuntu1 [21.4 MB]
11:19:25 #10 18.20 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
11:19:25 #10 18.23 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
11:19:25 #10 18.25 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.23 [185 kB]
11:19:25 #10 18.34 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.23 [152 kB]
11:19:25 #10 18.37 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
11:19:25 #10 18.38 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
11:19:25 #10 18.41 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
11:19:25 #9 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0.9s done
11:19:25 #9 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:25 #10 17.36 Selecting previously unselected package libisl23:arm64.
11:19:25 #10 17.37 Preparing to unpack .../044-libisl23_0.25-1_arm64.deb ...
11:19:25 #10 17.37 Unpacking libisl23:arm64 (0.25-1) ...
11:19:25 #10 17.45 Selecting previously unselected package libmpfr6:arm64.
11:19:25 #10 17.45 Preparing to unpack .../045-libmpfr6_4.2.0-1_arm64.deb ...
11:19:25 #10 17.46 Unpacking libmpfr6:arm64 (4.2.0-1) ...
11:19:25 #10 17.52 Selecting previously unselected package libmpc3:arm64.
11:19:25 #10 17.52 Preparing to unpack .../046-libmpc3_1.3.1-1_arm64.deb ...
11:19:25 #10 17.53 Unpacking libmpc3:arm64 (1.3.1-1) ...
11:19:25 #10 17.56 Selecting previously unselected package cpp-12.
11:19:25 #11 15.49 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.1 [19.6 kB]
11:19:25 #11 14.64 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.9 [2069 kB]
11:19:25 #11 14.75 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]
11:19:25 #11 14.75 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB]
11:19:25 #11 14.78 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB]
11:19:25 #11 14.79 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
11:19:25 #11 14.79 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.1 [5986 kB]
11:19:25 #10 19.99 (73/167): gcc-toolset-12-binutils-gold-2.38-14. 3.3 MB/s | 752 kB     00:00    
11:19:25 #10 20.07 (74/167): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm   6.0 MB/s | 492 kB     00:00    
11:19:25 #10 20.15 (75/167): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 120 kB/s | 8.8 kB     00:00    
11:19:25 #10 20.22 (76/167): go-srpm-macros-3.0.9-9.el9.noarch.rpm 364 kB/s |  27 kB     00:00    
11:19:25 #11 21.55 Unpacking libelf1:amd64 (0.176-1.1build1) ...
11:19:25 #11 21.62 Selecting previously unselected package libglib2.0-0:amd64.
11:19:25 #11 21.62 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
11:19:25 #11 21.62 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:19:25 #9 24.09 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:19:25 #9 24.10 Unpacking netbase (5.4) ...
11:19:25 #9 24.13 Selecting previously unselected package shared-mime-info.
11:19:25 #9 24.13 Preparing to unpack .../025-shared-mime-info_1.9-2_amd64.deb ...
11:19:25 #9 24.14 Unpacking shared-mime-info (1.9-2) ...
11:19:25 #9 24.25 Selecting previously unselected package ucf.
11:19:25 #9 24.25 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:19:25 #9 24.25 Moving old data out of the way
11:19:25 #9 24.26 Unpacking ucf (3.0038) ...
11:19:25 #9 24.33 Selecting previously unselected package xdg-user-dirs.
11:19:25 #9 24.33 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
11:19:25 #9 24.34 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:19:25 #11 12.14 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
11:19:25 #10 22.25 Selecting previously unselected package autotools-dev.
11:19:25 #10 22.25 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:19:25 #10 22.25 Unpacking autotools-dev (20220109.1) ...
11:19:25 #10 22.33 Selecting previously unselected package automake.
11:19:25 #10 22.33 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:19:25 #10 22.33 Unpacking automake (1:1.16.5-1.3) ...
11:19:25 #10 22.50 Selecting previously unselected package autopoint.
11:19:25 #7 ...
11:19:25 
11:19:25 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:19:25 #9 DONE 21.0s
11:19:25 
11:19:25 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:25 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:25 #10 15.82 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
11:19:25 #10 15.83 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
11:19:25 #10 15.86 Selecting previously unselected package libc6-dev:arm64.
11:19:25 #10 15.86 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_arm64.deb ...
11:19:25 #10 15.87 Unpacking libc6-dev:arm64 (2.31-13+deb11u5) ...
11:19:25 #10 16.09 Selecting previously unselected package libisl23:arm64.
11:19:25 #10 11.31 Dependencies resolved.
11:19:25 #10 11.33 ================================================================================
11:19:25 #10 11.33  Package                       Arch     Version                Repository  Size
11:19:25 #10 11.33 ================================================================================
11:19:25 #10 11.33 Installing:
11:19:25 #10 11.33  dnf-plugins-core              noarch   4.3.0-4.el9            baseos      38 k
11:19:25 #10 11.33  rpm-build                     aarch64  4.16.1.3-22.el9        appstream  100 k
11:19:25 #10 11.33  rpmlint                       noarch   1.11-19.el9            appstream  198 k
11:19:25 #10 11.33 Installing dependencies:
11:19:25 #10 11.33  adobe-source-code-pro-fonts   noarch   2.030.1.050-12.el9.1   baseos     832 k
11:19:25 #10 11.33  binutils                      aarch64  2.35.2-37.el9          baseos     4.8 M
11:19:25 #10 11.33  bzip2                         aarch64  1.0.8-8.el9            baseos      56 k
11:19:25 #10 11.33  checkpolicy                   aarch64  3.5-1.el9              appstream  341 k
11:19:25 #10 11.33  cpio                          aarch64  2.13-16.el9            baseos     274 k
11:19:25 #10 11.33  cracklib                      aarch64  2.9.6-27.el9           baseos      95 k
11:19:25 #10 11.33  cracklib-dicts                aarch64  2.9.6-27.el9           baseos     3.6 M
11:19:25 #10 11.33  dbus-libs                     aarch64  1:1.12.20-7.el9        baseos     150 k
11:19:25 #10 11.33  desktop-file-utils            aarch64  0.26-6.el9             appstream   72 k
11:19:25 #10 11.33  diffutils                     aarch64  3.7-12.el9             baseos     392 k
11:19:25 #10 11.33  dwz                           aarch64  0.14-3.el9             appstream  126 k
11:19:25 #10 11.33  ed                            aarch64  1.14.2-12.el9          baseos      74 k
11:19:25 #10 11.33  efi-srpm-macros               noarch   4-9.el9                appstream   23 k
11:19:25 #10 11.33  elfutils                      aarch64  0.188-3.el9            baseos     524 k
11:19:25 #10 11.33  elfutils-debuginfod-client    aarch64  0.188-3.el9            baseos      37 k
11:19:25 #10 11.33  emacs-filesystem              noarch   1:27.2-8.el9           appstream  8.8 k
11:19:25 #10 11.33  enchant                       aarch64  1:1.6.0-30.el9         appstream   61 k
11:19:25 #10 11.33  environment-modules           aarch64  5.0.1-2.el9            baseos     492 k
11:19:25 #10 11.33  file                          aarch64  5.39-12.el9            baseos      49 k
11:19:25 #10 11.33  fonts-srpm-macros             noarch   1:2.0.5-7.el9.1        appstream   28 k
11:19:25 #10 11.33  gcc-toolset-12-binutils       aarch64  2.38-16.el9            appstream  5.8 M
11:19:25 #10 11.33  gcc-toolset-12-binutils-gold  aarch64  2.38-14.el9            appstream  897 k
11:19:25 #10 11.33  gcc-toolset-12-runtime        aarch64  12.0-5.el9             appstream   55 k
11:19:25 #10 11.33  gdb-minimal                   aarch64  10.2-10.el9            appstream  3.1 M
11:19:25 #10 11.33  gdk-pixbuf2                   aarch64  2.42.6-3.el9           appstream  490 k
11:19:25 #10 11.33  ghc-srpm-macros               noarch   1.5.0-6.el9            appstream  8.8 k
11:19:25 #10 11.33  glib-networking               aarch64  2.68.3-3.el9           baseos     185 k
11:19:25 #10 11.33  glibc-gconv-extra             aarch64  2.34-60.el9            baseos     1.7 M
11:19:25 #10 11.33  go-srpm-macros                noarch   3.0.9-9.el9            appstream   27 k
11:19:25 #10 11.33  groff-base                    aarch64  1.22.4-10.el9          baseos     1.0 M
11:19:25 #10 11.33  gsettings-desktop-schemas     aarch64  40.0-6.el9             baseos     684 k
11:19:25 #10 11.33  hunspell                      aarch64  1.7.0-11.el9           appstream  319 k
11:19:25 #10 11.33  hunspell-en-GB                noarch   0.20140811.1-20.el9    appstream  226 k
11:19:25 #10 11.33  hunspell-en-US                noarch   0.20140811.1-20.el9    appstream  177 k
11:19:25 #10 11.33  hunspell-filesystem           aarch64  1.7.0-11.el9           appstream  8.6 k
11:19:25 #10 11.33  info                          aarch64  6.7-15.el9             baseos     221 k
11:19:25 #10 11.33  json-glib                     aarch64  1.6.6-1.el9            baseos     160 k
11:19:25 #10 11.33  kernel-srpm-macros            noarch   1.0-12.el9             appstream   16 k
11:19:25 #10 11.33  less                          aarch64  590-1.el9              baseos     161 k
11:19:25 #10 11.33  libappstream-glib             aarch64  0.7.18-4.el9           appstream  380 k
11:19:25 #10 11.33  libbrotli                     aarch64  1.0.9-6.el9            baseos     314 k
11:19:25 #10 11.33  libdb                         aarch64  5.3.28-53.el9          baseos     712 k
11:19:25 #10 11.33  libeconf                      aarch64  0.4.1-2.el9            baseos      27 k
11:19:25 #10 11.33  libfdisk                      aarch64  2.37.4-10.el9          baseos     149 k
11:19:25 #10 11.33  libicu                        aarch64  67.1-9.el9             baseos     9.5 M
11:19:25 #10 11.33  libjpeg-turbo                 aarch64  2.0.90-6.el9           appstream  170 k
11:19:25 #10 11.33  libpipeline                   aarch64  1.5.3-4.el9            baseos      48 k
11:19:25 #10 11.33  libpkgconf                    aarch64  1.7.3-10.el9           baseos      36 k
11:19:25 #10 11.33  libpng                        aarch64  2:1.6.37-12.el9        baseos     115 k
11:19:25 #10 11.33  libproxy                      aarch64  0.4.15-35.el9          baseos      71 k
11:19:25 #10 11.33  libpsl                        aarch64  0.21.1-5.el9           baseos      64 k
11:19:25 #10 11.33  libpwquality                  aarch64  1.4.4-8.el9            baseos     119 k
11:19:25 #10 11.33  libselinux-utils              aarch64  3.5-1.el9              baseos     183 k
11:19:25 #10 11.33  libsoup                       aarch64  2.72.0-8.el9           appstream  397 k
11:19:25 #10 11.33  libstemmer                    aarch64  0-18.585svn.el9        appstream   82 k
11:19:25 #10 11.33  libutempter                   aarch64  1.2.1-6.el9            baseos      27 k
11:19:25 #10 11.33  lua-srpm-macros               noarch   1-6.el9                appstream  9.5 k
11:19:25 #10 11.33  man-db                        aarch64  2.9.3-7.el9            baseos     1.2 M
11:19:25 #10 11.33  ncurses                       aarch64  6.2-8.20210508.el9     baseos     406 k
11:19:25 #10 11.33  ocaml-srpm-macros             noarch   6-6.el9                appstream  8.8 k
11:19:25 #10 11.33  openblas-srpm-macros          noarch   2-11.el9               appstream  8.4 k
11:19:25 #10 11.33  openssl                       aarch64  1:3.0.7-5.el9          baseos     1.2 M
11:19:25 #10 11.33  pam                           aarch64  1.5.1-14.el9           baseos     618 k
11:19:25 #10 11.33  patch                         aarch64  2.7.6-16.el9           appstream  124 k
11:19:25 #10 11.33  perl-AutoLoader               noarch   5.74-480.el9           appstream   22 k
11:19:25 #10 11.33  perl-B                        aarch64  1.80-480.el9           appstream  182 k
11:19:25 #10 11.33  perl-Carp                     noarch   1.50-460.el9           appstream   30 k
11:19:25 #10 11.33  perl-Class-Struct             noarch   0.66-480.el9           appstream   23 k
11:19:25 #10 11.33  perl-Data-Dumper              aarch64  2.174-462.el9          appstream   55 k
11:19:25 #10 11.33  perl-Digest                   noarch   1.19-4.el9             appstream   26 k
11:19:25 #10 11.33  perl-Digest-MD5               aarch64  2.58-4.el9             appstream   37 k
11:19:25 #10 11.33  perl-Encode                   aarch64  4:3.08-462.el9         appstream  1.7 M
11:19:25 #10 11.33  perl-Errno                    aarch64  1.30-480.el9           appstream   16 k
11:19:25 #10 11.33  perl-Exporter                 noarch   5.74-461.el9           appstream   32 k
11:19:25 #10 11.33  perl-Fcntl                    aarch64  1.13-480.el9           appstream   21 k
11:19:25 #10 11.33  perl-File-Basename            noarch   2.85-480.el9           appstream   18 k
11:19:25 #10 11.33  perl-File-Path                noarch   2.18-4.el9             appstream   36 k
11:19:25 #10 11.33  perl-File-Temp                noarch   1:0.231.100-4.el9      appstream   60 k
11:19:25 #10 11.33  perl-File-stat                noarch   1.09-480.el9           appstream   18 k
11:19:25 #10 11.33  perl-FileHandle               noarch   2.03-480.el9           appstream   17 k
11:19:25 #10 11.33  perl-Getopt-Long              noarch   1:2.52-4.el9           appstream   61 k
11:19:25 #10 11.33  perl-Getopt-Std               noarch   1.12-480.el9           appstream   17 k
11:19:25 #10 11.33  perl-HTTP-Tiny                noarch   0.076-460.el9          appstream   55 k
11:19:25 #10 11.33  perl-IO                       aarch64  1.43-480.el9           appstream   89 k
11:19:25 #10 11.33  perl-IO-Socket-IP             noarch   0.41-5.el9             appstream   43 k
11:19:25 #10 11.33  perl-IPC-Open3                noarch   1.21-480.el9           appstream   24 k
11:19:25 #10 11.33  perl-MIME-Base64              aarch64  3.16-4.el9             appstream   31 k
11:19:25 #10 11.33  perl-Net-SSLeay               aarch64  1.92-2.el9             appstream  389 k
11:19:25 #10 11.33  perl-POSIX                    aarch64  1.94-480.el9           appstream   98 k
11:19:25 #10 11.33  perl-PathTools                aarch64  3.78-461.el9           appstream   88 k
11:19:25 #10 11.33  perl-Pod-Escapes              noarch   1:1.07-460.el9         appstream   21 k
11:19:25 #10 11.33  perl-Pod-Perldoc              noarch   3.28.01-461.el9        appstream   87 k
11:19:25 #10 11.33  perl-Pod-Simple               noarch   1:3.42-4.el9           appstream  225 k
11:19:25 #10 11.33  perl-Pod-Usage                noarch   4:2.01-4.el9           appstream   41 k
11:19:25 #10 11.33  perl-Scalar-List-Utils        aarch64  4:1.56-461.el9         appstream   72 k
11:19:25 #10 11.33  perl-SelectSaver              noarch   1.02-480.el9           appstream   13 k
11:19:25 #10 11.33  perl-Socket                   aarch64  4:2.031-4.el9          appstream   55 k
11:19:25 #10 11.33  perl-Storable                 aarch64  1:3.21-460.el9         appstream   94 k
11:19:25 #10 11.33  perl-Symbol                   noarch   1.08-480.el9           appstream   15 k
11:19:25 #10 11.33  perl-Term-ANSIColor           noarch   5.01-461.el9           appstream   49 k
11:19:25 #10 11.33  perl-Term-Cap                 noarch   1.17-460.el9           appstream   23 k
11:19:25 #10 11.33  perl-Text-ParseWords          noarch   3.30-460.el9           appstream   17 k
11:19:25 #10 11.33  perl-Text-Tabs+Wrap           noarch   2013.0523-460.el9      appstream   24 k
11:19:25 #10 11.33  perl-Time-Local               noarch   2:1.300-7.el9          appstream   34 k
11:19:25 #10 11.33  perl-URI                      noarch   5.09-3.el9             appstream  121 k
11:19:25 #10 11.33  perl-base                     noarch   2.27-480.el9           appstream   17 k
11:19:25 #10 11.33  perl-constant                 noarch   1.33-461.el9           appstream   24 k
11:19:25 #10 11.33  perl-if                       noarch   0.60.800-480.el9       appstream   15 k
11:19:25 #10 11.33  perl-interpreter              aarch64  4:5.32.1-480.el9       appstream   72 k
11:19:25 #10 11.33  perl-libnet                   noarch   3.13-4.el9             appstream  130 k
11:19:25 #10 11.33  perl-libs                     aarch64  4:5.32.1-480.el9       appstream  2.1 M
11:19:25 #10 11.33  perl-mro                      aarch64  1.23-480.el9           appstream   29 k
11:19:25 #10 11.33  perl-overload                 noarch   1.31-480.el9           appstream   47 k
11:19:25 #10 11.33  perl-overloading              noarch   0.02-480.el9           appstream   14 k
11:19:25 #10 11.33  perl-parent                   noarch   1:0.238-460.el9        appstream   15 k
11:19:25 #10 11.33  perl-podlators                noarch   1:4.14-460.el9         appstream  114 k
11:19:25 #10 11.33  perl-srpm-macros              noarch   1-41.el9               appstream  9.1 k
11:19:25 #10 11.33  perl-subs                     noarch   1.03-480.el9           appstream   13 k
11:19:25 #10 11.33  perl-vars                     noarch   1.05-480.el9           appstream   14 k
11:19:25 #10 11.33  pkgconf                       aarch64  1.7.3-10.el9           baseos      40 k
11:19:25 #10 11.33  pkgconf-m4                    noarch   1.7.3-10.el9           baseos      15 k
11:19:25 #10 11.33  pkgconf-pkg-config            aarch64  1.7.3-10.el9           baseos      11 k
11:19:25 #10 11.33  policycoreutils               aarch64  3.5-1.el9              baseos     238 k
11:19:25 #10 11.33  policycoreutils-python-utils  noarch   3.5-1.el9              appstream   77 k
11:19:25 #10 11.33  procps-ng                     aarch64  3.3.17-11.el9          baseos     348 k
11:19:25 #10 11.33  publicsuffix-list-dafsa       noarch   20210518-3.el9         baseos      58 k
11:19:25 #10 11.33  pyproject-srpm-macros         noarch   1.6.2-1.el9            appstream   15 k
11:19:25 #10 11.33  python-srpm-macros            noarch   3.9-52.el9             appstream   24 k
11:19:25 #10 11.33  python3-audit                 aarch64  3.0.7-103.el9          appstream   84 k
11:19:25 #10 11.33  python3-dateutil              noarch   1:2.8.1-6.el9          baseos     302 k
11:19:25 #10 11.33  python3-dbus                  aarch64  1.2.18-2.el9           baseos     144 k
11:19:25 #10 11.33  python3-distro                noarch   1.5.0-7.el9            baseos      37 k
11:19:25 #10 11.33  python3-dnf-plugins-core      noarch   4.3.0-4.el9            baseos     260 k
11:19:25 #10 11.33  python3-enchant               noarch   3.2.0-5.el9            appstream   86 k
11:19:25 #10 11.33  python3-file-magic            noarch   5.39-12.el9            appstream   17 k
11:19:25 #10 11.33  python3-libselinux            aarch64  3.5-1.el9              appstream  183 k
11:19:25 #10 11.33  python3-libsemanage           aarch64  3.5-1.el9              appstream   79 k
11:19:25 #10 11.33  python3-policycoreutils       noarch   3.5-1.el9              appstream  2.1 M
11:19:25 #10 11.33  python3-setools               aarch64  4.4.1-1.el9            baseos     587 k
11:19:25 #10 11.33  python3-setuptools            noarch   53.0.0-12.el9          baseos     944 k
11:19:25 #10 11.33  python3-six                   noarch   1.15.0-9.el9           baseos      37 k
11:19:25 #10 11.33  python3-systemd               aarch64  234-18.el9             baseos      89 k
11:19:25 #10 11.33  qt5-srpm-macros               noarch   5.15.3-1.el9           appstream  9.7 k
11:19:25 #10 11.33  redhat-rpm-config             noarch   199-1.el9              appstream   72 k
11:19:25 #10 11.33  rust-srpm-macros              noarch   17-4.el9               appstream   10 k
11:19:25 #10 11.33  scl-utils                     aarch64  1:2.0.3-4.el9          appstream   37 k
11:19:25 #10 11.33  shared-mime-info              aarch64  2.1-5.el9              baseos     558 k
11:19:25 #10 11.33  systemd-libs                  aarch64  252-8.el9              baseos     616 k
11:19:25 #10 11.33  tcl                           aarch64  1:8.6.10-7.el9         baseos     1.1 M
11:19:25 #10 11.33  unzip                         aarch64  6.0-56.el9             baseos     179 k
11:19:25 #10 11.33  util-linux                    aarch64  2.37.4-10.el9          baseos     2.3 M
11:19:25 #10 11.33  util-linux-core               aarch64  2.37.4-10.el9          baseos     458 k
11:19:25 #10 11.33  vim-filesystem                noarch   2:8.2.2637-20.el9      baseos      18 k
11:19:25 #10 11.33  webkit2gtk3-jsc               aarch64  2.38.5-1.el9           appstream  2.9 M
11:19:25 #10 11.33  xz                            aarch64  5.2.5-8.el9            baseos     226 k
11:19:25 #10 11.33  zip                           aarch64  3.0-35.el9             baseos     260 k
11:19:25 #10 11.33  zstd                          aarch64  1.5.1-2.el9            baseos     387 k
11:19:25 #10 11.33 Installing weak dependencies:
11:19:25 #10 11.33  abattis-cantarell-fonts       noarch   0.301-4.el9            appstream  365 k
11:19:25 #10 11.33  hunspell-en                   noarch   0.20140811.1-20.el9    appstream  187 k
11:19:25 #10 11.33  libproxy-webkitgtk4           aarch64  0.4.15-35.el9          appstream   21 k
11:19:25 #10 11.33  perl-IO-Socket-SSL            noarch   2.073-1.el9            appstream  219 k
11:19:25 #10 11.33  perl-Mozilla-CA               noarch   20200520-6.el9         appstream   13 k
11:19:25 #10 11.33  perl-NDBM_File                aarch64  1.15-480.el9           appstream   23 k
11:19:25 #10 11.33 
11:19:25 #10 11.33 Transaction Summary
11:19:25 #10 11.33 ================================================================================
11:19:25 #10 11.33 Install  166 Packages
11:19:25 #10 11.33 
11:19:25 #10 11.34 Total download size: 66 M
11:19:25 #10 11.34 Installed size: 261 M
11:19:25 #10 11.34 Downloading Packages:
11:19:25 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 84.93MB / 116.81MB 20.9s
11:19:25 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:25 #10 23.84 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_amd64.deb ...
11:19:25 #10 23.84 Unpacking linux-libc-dev:amd64 (4.19.269-1) ...
11:19:25 #10 18.41 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:19:25 #10 18.43 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:19:25 #10 18.43 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
11:19:25 #10 18.58 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:19:25 #10 18.66 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
11:19:25 #20 8.612 Selecting previously unselected package libgc1:amd64.
11:19:25 #20 8.612 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
11:19:25 #10 17.56 Preparing to unpack .../047-cpp-12_12.2.0-14_arm64.deb ...
11:19:25 #10 17.56 Unpacking cpp-12 (12.2.0-14) ...
11:19:25 #11 15.65 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-67.74 [1305 kB]
11:19:25 #10 20.37 Selecting previously unselected package libisl23:amd64.
11:19:25 #10 20.37 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
11:19:25 #10 20.38 Unpacking libisl23:amd64 (0.23-1) ...
11:19:25 #10 20.51 Selecting previously unselected package libmpfr6:amd64.
11:19:25 #10 20.51 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
11:19:25 #10 20.51 Unpacking libmpfr6:amd64 (4.1.0-3) ...
11:19:25 #11 15.07 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB]
11:19:25 #11 15.07 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.3.0-1ubuntu1~20.04 [46.4 kB]
11:19:25 #9 24.42 Selecting previously unselected package xz-utils.
11:19:25 #9 24.42 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
11:19:25 #9 24.44 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:19:25 #9 24.48 Selecting previously unselected package gettext-base.
11:19:25 #9 24.48 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:19:25 #9 24.49 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:19:25 #9 24.55 Selecting previously unselected package iso-codes.
11:19:25 #9 24.55 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:19:25 #9 24.55 Unpacking iso-codes (3.79-1) ...
11:19:25 #11 21.86 Selecting previously unselected package libglib2.0-data.
11:19:25 #11 21.86 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:19:25 #11 21.86 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:19:25 #11 21.95 Selecting previously unselected package tzdata.
11:19:25 #11 21.95 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:19:25 #11 21.96 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:19:25 #11 12.23 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:19:25 #11 12.28 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
11:19:25 #11 12.29 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:19:25 #11 12.29 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dmsetup arm64 2:1.02.185-1ubuntu1 [74.4 kB]
11:19:25 #11 12.31 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
11:19:25 #10 20.30 (77/167): hunspell-1.7.0-11.el9.x86_64.rpm      4.0 MB/s | 325 kB     00:00    
11:19:25 #10 20.38 (78/167): hunspell-en-0.20140811.1-20.el9.noarc 2.4 MB/s | 187 kB     00:00    
11:19:25 #10 20.42 (79/167): gcc-toolset-12-binutils-2.38-16.el9.x 8.0 MB/s | 5.5 MB     00:00    
11:19:25 #10 20.46 (80/167): gdb-minimal-10.2-10.el9.x86_64.rpm    5.9 MB/s | 3.5 MB     00:00    
11:19:25 #10 20.47 (81/167): hunspell-en-GB-0.20140811.1-20.el9.no 2.3 MB/s | 226 kB     00:00    
11:19:25 #10 20.50 (82/167): hunspell-en-US-0.20140811.1-20.el9.no 2.3 MB/s | 177 kB     00:00    
11:19:25 #10 22.50 Preparing to unpack .../028-autopoint_0.21-12_all.deb ...
11:19:25 #10 22.51 Unpacking autopoint (0.21-12) ...
11:19:25 #10 22.57 Selecting previously unselected package binutils-common:amd64.
11:19:25 #10 22.57 Preparing to unpack .../029-binutils-common_2.40-2_amd64.deb ...
11:19:25 #10 22.58 Unpacking binutils-common:amd64 (2.40-2) ...
11:19:25 #10 16.09 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
11:19:25 #10 16.09 Unpacking libisl23:arm64 (0.23-1) ...
11:19:25 #10 16.17 Selecting previously unselected package libmpfr6:arm64.
11:19:25 #10 16.17 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
11:19:25 #10 16.18 Unpacking libmpfr6:arm64 (4.1.0-3) ...
11:19:25 #10 16.24 Selecting previously unselected package libmpc3:arm64.
11:19:25 #10 16.24 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
11:19:25 #10 16.24 Unpacking libmpc3:arm64 (1.2.0-1) ...
11:19:25 #10 16.27 Selecting previously unselected package cpp-10.
11:19:25 #10 16.28 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
11:19:25 #10 16.28 Unpacking cpp-10 (10.2.1-6) ...
11:19:25 #10 24.00 Selecting previously unselected package libc6-dev:amd64.
11:19:25 #10 24.00 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_amd64.deb ...
11:19:25 #10 24.00 Unpacking libc6-dev:amd64 (2.28-10+deb10u2) ...
11:19:25 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 21.2s
11:19:25 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.0s done
11:19:26 #10 18.81 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext arm64 0.19.8.1-6ubuntu0.3 [1221 kB]
11:19:26 #20 8.617 Unpacking libgc1:amd64 (1:8.0.4-3) ...
11:19:26 #20 8.670 Selecting previously unselected package libobjc4:amd64.
11:19:26 #20 8.672 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
11:19:26 #20 8.677 Unpacking libobjc4:amd64 (10.2.1-6) ...
11:19:26 #20 8.706 Selecting previously unselected package libobjc-10-dev:amd64.
11:19:26 #20 8.708 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
11:19:26 #20 8.711 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
11:19:26 #20 8.772 Selecting previously unselected package libc6-i386.
11:19:26 #20 8.776 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
11:19:26 #20 8.782 Unpacking libc6-i386 (2.31-13+deb11u5) ...
11:19:26 #11 16.08 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
11:19:26 #11 16.08 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
11:19:26 #11 16.09 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB]
11:19:26 #11 16.10 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
11:19:26 #11 16.11 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.1 [1544 kB]
11:19:26 #11 16.18 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]
11:19:26 #7 extracting sha256:b5253fb917d27d45dda13ba51813713fac4266088086cd5721f622543cd4a676 4.8s done
11:19:26 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887
11:19:26 #10 20.67 Selecting previously unselected package libmpc3:amd64.
11:19:26 #10 20.67 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
11:19:26 #10 20.67 Unpacking libmpc3:amd64 (1.2.0-1) ...
11:19:26 #10 20.72 Selecting previously unselected package cpp-10.
11:19:26 #10 20.72 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
11:19:26 #10 20.73 Unpacking cpp-10 (10.2.1-6) ...
11:19:26 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 21.1s done
11:19:26 #11 22.33 Selecting previously unselected package libicu66:amd64.
11:19:26 #11 22.34 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ...
11:19:26 #11 22.34 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
11:19:26 #11 15.22 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.3.0-1ubuntu1~20.04 [93.4 kB]
11:19:26 #11 12.50 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
11:19:26 #11 12.50 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
11:19:26 #11 12.51 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
11:19:26 #11 12.67 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:19:26 #10 20.54 (83/167): hunspell-filesystem-1.7.0-11.el9.x86_ 117 kB/s | 8.7 kB     00:00    
11:19:26 #10 20.54 (84/167): kernel-srpm-macros-1.0-12.el9.noarch. 214 kB/s |  16 kB     00:00    
11:19:26 #10 20.58 (85/167): libappstream-glib-0.7.18-4.el9.x86_64 4.9 MB/s | 396 kB     00:00    
11:19:26 #10 20.61 (86/167): libjpeg-turbo-2.0.90-6.el9.x86_64.rpm 2.3 MB/s | 176 kB     00:00    
11:19:26 #10 20.62 (87/167): libproxy-webkitgtk4-0.4.15-35.el9.x86 293 kB/s |  22 kB     00:00    
11:19:26 #10 20.66 (88/167): libsoup-2.72.0-8.el9.x86_64.rpm       5.0 MB/s | 405 kB     00:00    
11:19:26 #10 20.69 (89/167): libstemmer-0-18.585svn.el9.x86_64.rpm 1.1 MB/s |  83 kB     00:00    
11:19:26 #10 20.69 (90/167): lua-srpm-macros-1-6.el9.noarch.rpm    130 kB/s | 9.5 kB     00:00    
11:19:26 #10 20.73 (91/167): ocaml-srpm-macros-6-6.el9.noarch.rpm  119 kB/s | 8.8 kB     00:00    
11:19:26 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0.8s done
11:19:26 #10 19.61 Selecting previously unselected package gcc.
11:19:26 #10 19.61 Preparing to unpack .../051-gcc_4%3a8.3.0-1_arm64.deb ...
11:19:26 #10 19.61 Unpacking gcc (4:8.3.0-1) ...
11:19:26 #10 19.64 Selecting previously unselected package libstdc++-8-dev:arm64.
11:19:26 #10 19.64 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_arm64.deb ...
11:19:26 #10 19.65 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
11:19:26 #10 19.85 Selecting previously unselected package g++-8.
11:19:26 #10 19.85 Preparing to unpack .../053-g++-8_8.3.0-6_arm64.deb ...
11:19:26 #10 19.86 Unpacking g++-8 (8.3.0-6) ...
11:19:26 #10 11.95 (1/166): bzip2-1.0.8-8.el9.aarch64.rpm          1.2 MB/s |  56 kB     00:00    
11:19:26 #10 11.99 (2/166): cpio-2.13-16.el9.aarch64.rpm           7.4 MB/s | 274 kB     00:00    
11:19:26 #10 11.99 (3/166): adobe-source-code-pro-fonts-2.030.1.05 9.3 MB/s | 832 kB     00:00    
11:19:26 #10 12.00 (4/166): cracklib-2.9.6-27.el9.aarch64.rpm      6.3 MB/s |  95 kB     00:00    
11:19:26 #10 12.02 (5/166): dbus-libs-1.12.20-7.el9.aarch64.rpm    8.3 MB/s | 150 kB     00:00    
11:19:26 #10 12.05 (6/166): diffutils-3.7-12.el9.aarch64.rpm        14 MB/s | 392 kB     00:00    
11:19:26 #10 24.33 Selecting previously unselected package libisl19:amd64.
11:19:26 #10 24.34 Preparing to unpack .../036-libisl19_0.20-2_amd64.deb ...
11:19:26 #10 24.34 Unpacking libisl19:amd64 (0.20-2) ...
11:19:26 #10 24.42 Selecting previously unselected package libmpfr6:amd64.
11:19:26 #10 24.43 Preparing to unpack .../037-libmpfr6_4.0.2-1_amd64.deb ...
11:19:26 #10 24.43 Unpacking libmpfr6:amd64 (4.0.2-1) ...
11:19:26 #10 24.48 Selecting previously unselected package libmpc3:amd64.
11:19:26 #10 24.48 Preparing to unpack .../038-libmpc3_1.1.0-1_amd64.deb ...
11:19:26 #10 24.49 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:19:26 #10 24.51 Selecting previously unselected package cpp-8.
11:19:26 #10 24.52 Preparing to unpack .../039-cpp-8_8.3.0-6_amd64.deb ...
11:19:26 #10 24.52 Unpacking cpp-8 (8.3.0-6) ...
11:19:26 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 21.3s done
11:19:26 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:26 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 91.23MB / 116.81MB 21.5s
11:19:26 #10 19.13 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:19:26 #10 19.13 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
11:19:26 #10 19.15 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
11:19:26 #10 19.20 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
11:19:26 #10 19.20 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
11:19:26 #10 19.20 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
11:19:26 #10 19.24 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
11:19:26 #20 9.123 Selecting previously unselected package lib32gcc-s1.
11:19:26 #20 9.126 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
11:19:26 #20 9.130 Unpacking lib32gcc-s1 (10.2.1-6) ...
11:19:26 #20 9.173 Selecting previously unselected package lib32stdc++6.
11:19:26 #11 16.18 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
11:19:26 #11 16.22 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
11:19:26 #11 16.23 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
11:19:26 #10 18.13 Selecting previously unselected package cpp.
11:19:26 #10 18.13 Preparing to unpack .../048-cpp_4%3a12.2.0-3_arm64.deb ...
11:19:26 #10 18.14 Unpacking cpp (4:12.2.0-3) ...
11:19:26 #10 18.18 Selecting previously unselected package libcc1-0:arm64.
11:19:26 #10 18.18 Preparing to unpack .../049-libcc1-0_12.2.0-14_arm64.deb ...
11:19:26 #10 18.18 Unpacking libcc1-0:arm64 (12.2.0-14) ...
11:19:26 #10 18.22 Selecting previously unselected package libgomp1:arm64.
11:19:26 #10 18.22 Preparing to unpack .../050-libgomp1_12.2.0-14_arm64.deb ...
11:19:26 #10 18.23 Unpacking libgomp1:arm64 (12.2.0-14) ...
11:19:26 #10 18.27 Selecting previously unselected package libitm1:arm64.
11:19:26 #11 15.51 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.3.0-1ubuntu1~20.04 [24.1 kB]
11:19:26 #11 15.53 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.3.0-1ubuntu1~20.04 [9820 B]
11:19:26 #11 15.54 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.1 [2692 kB]
11:19:26 #10 20.76 (92/167): openblas-srpm-macros-2-11.el9.noarch. 115 kB/s | 8.4 kB     00:00    
11:19:26 #10 20.77 (93/167): patch-2.7.6-16.el9.x86_64.rpm         1.7 MB/s | 128 kB     00:00    
11:19:26 #10 20.81 (94/167): perl-AutoLoader-5.74-480.el9.noarch.r 304 kB/s |  22 kB     00:00    
11:19:26 #10 20.84 (95/167): perl-B-1.80-480.el9.x86_64.rpm        2.4 MB/s | 181 kB     00:00    
11:19:26 #10 20.84 (96/167): perl-Carp-1.50-460.el9.noarch.rpm     400 kB/s |  30 kB     00:00    
11:19:26 #10 20.88 (97/167): perl-Class-Struct-0.66-480.el9.noarch 317 kB/s |  23 kB     00:00    
11:19:26 #10 20.91 (98/167): perl-Data-Dumper-2.174-462.el9.x86_64 747 kB/s |  56 kB     00:00    
11:19:26 #10 20.92 (99/167): perl-Digest-1.19-4.el9.noarch.rpm     353 kB/s |  26 kB     00:00    
11:19:26 #10 20.96 (100/167): perl-Digest-MD5-2.58-4.el9.x86_64.rp 497 kB/s |  37 kB     00:00    
11:19:26 #10 20.99 (101/167): perl-Errno-1.30-480.el9.x86_64.rpm   222 kB/s |  16 kB     00:00    
11:19:26 #10 21.03 (102/167): perl-Exporter-5.74-461.el9.noarch.rp 430 kB/s |  32 kB     00:00    
11:19:26 #10 21.06 (103/167): perl-Fcntl-1.13-480.el9.x86_64.rpm   294 kB/s |  22 kB     00:00    
11:19:26 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:26 #9 25.12 Selecting previously unselected package krb5-locales.
11:19:26 #9 25.13 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:19:26 #9 25.13 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:19:26 #10 23.03 Selecting previously unselected package libbinutils:amd64.
11:19:26 #10 23.03 Preparing to unpack .../030-libbinutils_2.40-2_amd64.deb ...
11:19:26 #10 23.04 Unpacking libbinutils:amd64 (2.40-2) ...
11:19:26 #10 23.18 Selecting previously unselected package libctf-nobfd0:amd64.
11:19:26 #10 23.18 Preparing to unpack .../031-libctf-nobfd0_2.40-2_amd64.deb ...
11:19:26 #10 23.18 Unpacking libctf-nobfd0:amd64 (2.40-2) ...
11:19:26 #10 23.24 Selecting previously unselected package libctf0:amd64.
11:19:26 #10 23.24 Preparing to unpack .../032-libctf0_2.40-2_amd64.deb ...
11:19:26 #10 16.88 Selecting previously unselected package cpp.
11:19:26 #10 16.89 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
11:19:26 #10 16.89 Unpacking cpp (4:10.2.1-1) ...
11:19:26 #10 16.92 Selecting previously unselected package libcc1-0:arm64.
11:19:26 #10 16.93 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
11:19:26 #10 16.93 Unpacking libcc1-0:arm64 (10.2.1-6) ...
11:19:26 #10 16.97 Selecting previously unselected package libgomp1:arm64.
11:19:26 #10 12.07 (7/166): binutils-2.35.2-37.el9.aarch64.rpm      29 MB/s | 4.8 MB     00:00    
11:19:26 #10 12.07 (8/166): dnf-plugins-core-4.3.0-4.el9.noarch.rp 1.7 MB/s |  38 kB     00:00    
11:19:26 #10 12.09 (9/166): cracklib-dicts-2.9.6-27.el9.aarch64.rp  38 MB/s | 3.6 MB     00:00    
11:19:26 #10 12.09 (10/166): ed-1.14.2-12.el9.aarch64.rpm          3.0 MB/s |  74 kB     00:00    
11:19:26 #10 12.10 (11/166): elfutils-0.188-3.el9.aarch64.rpm       18 MB/s | 524 kB     00:00    
11:19:26 #10 12.10 (12/166): elfutils-debuginfod-client-0.188-3.el 2.4 MB/s |  37 kB     00:00    
11:19:26 #10 12.11 (13/166): environment-modules-5.0.1-2.el9.aarch  23 MB/s | 492 kB     00:00    
11:19:26 #10 12.12 (14/166): file-5.39-12.el9.aarch64.rpm          3.0 MB/s |  49 kB     00:00    
11:19:26 #10 12.12 (15/166): glib-networking-2.68.3-3.el9.aarch64. 9.6 MB/s | 185 kB     00:00    
11:19:26 #10 12.15 (16/166): gsettings-desktop-schemas-40.0-6.el9.  24 MB/s | 684 kB     00:00    
11:19:26 #10 12.16 (17/166): groff-base-1.22.4-10.el9.aarch64.rpm   25 MB/s | 1.0 MB     00:00    
11:19:26 #10 12.17 (18/166): glibc-gconv-extra-2.34-60.el9.aarch64  31 MB/s | 1.7 MB     00:00    
11:19:26 #10 12.18 (19/166): info-6.7-15.el9.aarch64.rpm           9.2 MB/s | 221 kB     00:00    
11:19:26 #10 12.18 (20/166): json-glib-1.6.6-1.el9.aarch64.rpm     7.6 MB/s | 160 kB     00:00    
11:19:26 #10 12.19 (21/166): less-590-1.el9.aarch64.rpm            9.9 MB/s | 161 kB     00:00    
11:19:26 #10 12.20 (22/166): libbrotli-1.0.9-6.el9.aarch64.rpm      17 MB/s | 314 kB     00:00    
11:19:26 #10 12.20 (23/166): libeconf-0.4.1-2.el9.aarch64.rpm      2.0 MB/s |  27 kB     00:00    
11:19:26 #10 12.21 (24/166): libdb-5.3.28-53.el9.aarch64.rpm        25 MB/s | 712 kB     00:00    
11:19:26 #10 12.22 (25/166): libfdisk-2.37.4-10.el9.aarch64.rpm    8.0 MB/s | 149 kB     00:00    
11:19:26 #10 12.22 (26/166): libpipeline-1.5.3-4.el9.aarch64.rpm   3.4 MB/s |  48 kB     00:00    
11:19:26 #10 12.23 (27/166): libpkgconf-1.7.3-10.el9.aarch64.rpm   2.6 MB/s |  36 kB     00:00    
11:19:26 #10 12.24 (28/166): libpng-1.6.37-12.el9.aarch64.rpm      7.7 MB/s | 115 kB     00:00    
11:19:26 #10 12.25 (29/166): libproxy-0.4.15-35.el9.aarch64.rpm    4.4 MB/s |  71 kB     00:00    
11:19:26 #10 12.26 (30/166): libpsl-0.21.1-5.el9.aarch64.rpm       4.2 MB/s |  64 kB     00:00    
11:19:26 #10 19.24 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
11:19:26 #10 19.39 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
11:19:26 #20 9.175 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
11:19:26 #20 9.179 Unpacking lib32stdc++6 (10.2.1-6) ...
11:19:26 #20 9.256 Selecting previously unselected package libclang-common-11-dev.
11:19:26 #20 9.258 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
11:19:26 #20 9.261 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
11:19:26 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.7s done
11:19:26 #11 16.62 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cpp-11 arm64 11.3.0-1ubuntu1~22.04 [9709 kB]
11:19:26 #10 18.27 Preparing to unpack .../051-libitm1_12.2.0-14_arm64.deb ...
11:19:26 #10 18.28 Unpacking libitm1:arm64 (12.2.0-14) ...
11:19:26 #10 18.31 Selecting previously unselected package libatomic1:arm64.
11:19:26 #10 18.31 Preparing to unpack .../052-libatomic1_12.2.0-14_arm64.deb ...
11:19:26 #10 18.32 Unpacking libatomic1:arm64 (12.2.0-14) ...
11:19:26 #10 18.35 Selecting previously unselected package libasan8:arm64.
11:19:26 #10 18.35 Preparing to unpack .../053-libasan8_12.2.0-14_arm64.deb ...
11:19:26 #10 18.36 Unpacking libasan8:arm64 (12.2.0-14) ...
11:19:26 #10 18.54 Selecting previously unselected package liblsan0:arm64.
11:19:26 #10 18.55 Preparing to unpack .../054-liblsan0_12.2.0-14_arm64.deb ...
11:19:26 #10 18.55 Unpacking liblsan0:arm64 (12.2.0-14) ...
11:19:26 #10 18.65 Selecting previously unselected package libtsan2:arm64.
11:19:26 #11 15.91 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.3.0-1ubuntu1~20.04 [801 kB]
11:19:26 #10 21.10 (104/167): perl-File-Basename-2.85-480.el9.noar 251 kB/s |  18 kB     00:00    
11:19:26 #10 21.18 (105/167): perl-Encode-3.08-462.el9.x86_64.rpm  6.5 MB/s | 1.7 MB     00:00    
11:19:26 #11 13.07 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 less arm64 590-1ubuntu0.22.10.1 [140 kB]
11:19:26 #10 23.25 Unpacking libctf0:amd64 (2.40-2) ...
11:19:26 #10 23.30 Selecting previously unselected package libgprofng0:amd64.
11:19:26 #10 23.30 Preparing to unpack .../033-libgprofng0_2.40-2_amd64.deb ...
11:19:26 #10 23.31 Unpacking libgprofng0:amd64 (2.40-2) ...
11:19:26 #10 23.46 Selecting previously unselected package libjansson4:amd64.
11:19:26 #10 23.46 Preparing to unpack .../034-libjansson4_2.14-2_amd64.deb ...
11:19:26 #10 23.47 Unpacking libjansson4:amd64 (2.14-2) ...
11:19:26 #9 25.24 Selecting previously unselected package libedit2:amd64.
11:19:26 #9 25.24 Preparing to unpack .../032-libedit2_3.1-20170329-1_amd64.deb ...
11:19:26 #9 25.25 Unpacking libedit2:amd64 (3.1-20170329-1) ...
11:19:26 #10 16.97 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
11:19:26 #10 16.97 Unpacking libgomp1:arm64 (10.2.1-6) ...
11:19:26 #10 17.01 Selecting previously unselected package libitm1:arm64.
11:19:26 #10 17.01 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
11:19:26 #10 17.01 Unpacking libitm1:arm64 (10.2.1-6) ...
11:19:26 #10 17.05 Selecting previously unselected package libatomic1:arm64.
11:19:26 #10 17.05 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
11:19:26 #10 17.06 Unpacking libatomic1:arm64 (10.2.1-6) ...
11:19:26 #10 17.09 Selecting previously unselected package libasan6:arm64.
11:19:26 #10 17.09 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
11:19:26 #10 17.10 Unpacking libasan6:arm64 (10.2.1-6) ...
11:19:26 #10 12.26 (31/166): libpwquality-1.4.4-8.el9.aarch64.rpm  8.0 MB/s | 119 kB     00:00    
11:19:26 #10 12.27 (32/166): libselinux-utils-3.5-1.el9.aarch64.rp  11 MB/s | 183 kB     00:00    
11:19:26 #10 12.27 (33/166): libutempter-1.2.1-6.el9.aarch64.rpm   2.0 MB/s |  27 kB     00:00    
11:19:26 #10 12.30 (34/166): ncurses-6.2-8.20210508.el9.aarch64.rp  18 MB/s | 406 kB     00:00    
11:19:26 #10 12.31 (35/166): man-db-2.9.3-7.el9.aarch64.rpm         31 MB/s | 1.2 MB     00:00    
11:19:26 #10 12.34 (36/166): openssl-3.0.7-5.el9.aarch64.rpm        31 MB/s | 1.2 MB     00:00    
11:19:26 #10 12.34 (37/166): pam-1.5.1-14.el9.aarch64.rpm           18 MB/s | 618 kB     00:00    
11:19:26 #10 12.35 (38/166): pkgconf-1.7.3-10.el9.aarch64.rpm      2.9 MB/s |  40 kB     00:00    
11:19:26 #10 12.36 (39/166): pkgconf-m4-1.7.3-10.el9.noarch.rpm    1.1 MB/s |  15 kB     00:00    
11:19:26 #10 12.40 (40/166): libicu-67.1-9.el9.aarch64.rpm          48 MB/s | 9.5 MB     00:00    
11:19:26 #10 12.40 (41/166): pkgconf-pkg-config-1.7.3-10.el9.aarch 226 kB/s |  11 kB     00:00    
11:19:26 #10 12.41 (42/166): policycoreutils-3.5-1.el9.aarch64.rpm 4.9 MB/s | 238 kB     00:00    
11:19:26 #10 12.41 (43/166): procps-ng-3.3.17-11.el9.aarch64.rpm    20 MB/s | 348 kB     00:00    
11:19:26 #10 12.42 (44/166): publicsuffix-list-dafsa-20210518-3.el 3.1 MB/s |  58 kB     00:00    
11:19:26 #10 12.43 (45/166): python3-dateutil-2.8.1-6.el9.noarch.r  14 MB/s | 302 kB     00:00    
11:19:26 #10 12.43 (46/166): python3-dbus-1.2.18-2.el9.aarch64.rpm 8.3 MB/s | 144 kB     00:00    
11:19:26 #10 12.44 (47/166): python3-distro-1.5.0-7.el9.noarch.rpm 2.3 MB/s |  37 kB     00:00    
11:19:26 #10 12.44 (48/166): python3-dnf-plugins-core-4.3.0-4.el9.  16 MB/s | 260 kB     00:00    
11:19:26 #10 12.46 (49/166): python3-setools-4.4.1-1.el9.aarch64.r  22 MB/s | 587 kB     00:00    
11:19:26 #10 12.46 (50/166): python3-six-1.15.0-9.el9.noarch.rpm   2.1 MB/s |  37 kB     00:00    
11:19:26 #10 12.47 (51/166): python3-setuptools-53.0.0-12.el9.noar  25 MB/s | 944 kB     00:00    
11:19:26 #10 12.48 (52/166): python3-systemd-234-18.el9.aarch64.rp 4.9 MB/s |  89 kB     00:00    
11:19:26 #10 12.49 (53/166): shared-mime-info-2.1-5.el9.aarch64.rp  23 MB/s | 558 kB     00:00    
11:19:26 #10 12.50 (54/166): systemd-libs-252-8.el9.aarch64.rpm     24 MB/s | 616 kB     00:00    
11:19:26 #10 12.51 (55/166): unzip-6.0-56.el9.aarch64.rpm           10 MB/s | 179 kB     00:00    
11:19:26 #10 12.52 (56/166): tcl-8.6.10-7.el9.aarch64.rpm           29 MB/s | 1.1 MB     00:00    
11:19:26 #10 12.53 (57/166): util-linux-core-2.37.4-10.el9.aarch64  22 MB/s | 458 kB     00:00    
11:19:26 #10 12.53 (58/166): vim-filesystem-8.2.2637-20.el9.noarch 1.4 MB/s |  18 kB     00:00    
11:19:26 #10 12.54 (59/166): xz-5.2.5-8.el9.aarch64.rpm             13 MB/s | 226 kB     00:00    
11:19:26 #10 12.56 (60/166): util-linux-2.37.4-10.el9.aarch64.rpm   41 MB/s | 2.3 MB     00:00    
11:19:26 #10 12.56 (61/166): zip-3.0-35.el9.aarch64.rpm            8.0 MB/s | 260 kB     00:00    
11:19:26 #10 20.47 Selecting previously unselected package g++.
11:19:26 #10 20.47 Preparing to unpack .../054-g++_4%3a8.3.0-1_arm64.deb ...
11:19:26 #10 20.48 Unpacking g++ (4:8.3.0-1) ...
11:19:26 #10 20.51 Selecting previously unselected package make.
11:19:26 #10 20.51 Preparing to unpack .../055-make_4.2.1-1.2_arm64.deb ...
11:19:26 #10 20.51 Unpacking make (4.2.1-1.2) ...
11:19:26 #10 20.57 Selecting previously unselected package libdpkg-perl.
11:19:26 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:26 #10 18.65 Preparing to unpack .../055-libtsan2_12.2.0-14_arm64.deb ...
11:19:26 #10 18.66 Unpacking libtsan2:arm64 (12.2.0-14) ...
11:19:26 #11 20.48 Get:141 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc amd64 4:12.2.0-1ubuntu1 [5104 B]
11:19:26 #11 20.48 Get:142 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstdc++-12-dev amd64 12.2.0-3ubuntu1 [2158 kB]
11:19:26 #11 20.55 Get:143 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++-12 amd64 12.2.0-3ubuntu1 [12.0 MB]
11:19:26 #11 15.95 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.3.0-1ubuntu1~20.04 [1969 kB]
11:19:26 #11 16.05 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.3.0-1ubuntu1~20.04 [765 kB]
11:19:26 #11 16.07 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]
11:19:26 #11 16.12 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.1 [6738 kB]
11:19:26 #9 ...
11:19:26 
11:19:26 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:19:26 #7 extracting sha256:30bee4bd8986478b5a9ecaaaba83525049f0b9b5a63ca88de878568bb6b83292 8.2s done
11:19:26 #7 DONE 21.8s
11:19:26 
11:19:26 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:26 #10 21.18 (106/167): perl-File-Path-2.18-4.el9.noarch.rpm 309 kB/s |  36 kB     00:00    
11:19:26 #10 21.19 (107/167): perl-File-Temp-0.231.100-4.el9.noarc 748 kB/s |  60 kB     00:00    
11:19:26 #10 21.26 (108/167): perl-File-stat-1.09-480.el9.noarch.r 241 kB/s |  18 kB     00:00    
11:19:26 #10 21.26 (109/167): perl-FileHandle-2.03-480.el9.noarch. 217 kB/s |  17 kB     00:00    
11:19:26 #10 21.26 (110/167): perl-Getopt-Long-2.52-4.el9.noarch.r 791 kB/s |  61 kB     00:00    
11:19:26 #10 21.33 (111/167): perl-Getopt-Std-1.12-480.el9.noarch. 227 kB/s |  17 kB     00:00    
11:19:26 #10 21.33 (112/167): perl-HTTP-Tiny-0.076-460.el9.noarch. 733 kB/s |  55 kB     00:00    
11:19:26 #10 21.37 (113/167): perl-IO-1.43-480.el9.x86_64.rpm      866 kB/s |  90 kB     00:00    
11:19:26 #10 21.40 (114/167): perl-IO-Socket-IP-0.41-5.el9.noarch. 580 kB/s |  43 kB     00:00    
11:19:26 #10 21.41 (115/167): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.8 MB/s | 219 kB     00:00    
11:19:26 #10 21.44 (116/167): perl-IPC-Open3-1.21-480.el9.noarch.r 329 kB/s |  24 kB     00:00    
11:19:26 #10 21.48 (117/167): perl-MIME-Base64-3.16-4.el9.x86_64.r 423 kB/s |  31 kB     00:00    
11:19:26 #10 21.48 (118/167): perl-Mozilla-CA-20200520-6.el9.noarc 178 kB/s |  13 kB     00:00    
11:19:26 #10 21.51 (119/167): perl-NDBM_File-1.15-480.el9.x86_64.r 320 kB/s |  23 kB     00:00    
11:19:26 #10 21.56 (120/167): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 4.8 MB/s | 388 kB     00:00    
11:19:26 #10 DONE 5.1s
11:19:26 
11:19:26 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:26 #11 13.40 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmd0 arm64 1.0.4-2 [23.7 kB]
11:19:26 #11 13.41 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbsd0 arm64 0.11.6-1 [43.6 kB]
11:19:26 #11 13.42 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
11:19:26 #11 13.44 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:19:26 #9 25.58 Selecting previously unselected package libkrb5support0:amd64.
11:19:26 #9 25.58 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
11:19:26 #9 25.64 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:19:26 #10 23.51 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:26 #10 23.51 Preparing to unpack .../035-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ...
11:19:26 #10 23.52 Unpacking binutils-x86-64-linux-gnu (2.40-2) ...
11:19:26 #10 17.29 Selecting previously unselected package liblsan0:arm64.
11:19:26 #10 17.29 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
11:19:26 #10 17.30 Unpacking liblsan0:arm64 (10.2.1-6) ...
11:19:26 #10 17.39 Selecting previously unselected package libtsan0:arm64.
11:19:26 #10 17.40 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
11:19:26 #10 17.40 Unpacking libtsan0:arm64 (10.2.1-6) ...
11:19:26 #10 12.57 (62/166): zstd-1.5.1-2.el9.aarch64.rpm           15 MB/s | 387 kB     00:00    
11:19:27 #10 20.57 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ...
11:19:27 #10 20.57 Unpacking libdpkg-perl (1.19.8) ...
11:19:27 #10 20.64 Selecting previously unselected package patch.
11:19:27 #10 20.64 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ...
11:19:27 #10 20.64 Unpacking patch (2.7.6-3+deb10u1) ...
11:19:27 #10 20.69 Selecting previously unselected package dpkg-dev.
11:19:27 #10 20.69 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ...
11:19:27 #10 20.69 Unpacking dpkg-dev (1.19.8) ...
11:19:27 #10 20.78 Selecting previously unselected package build-essential.
11:19:27 #10 20.78 Preparing to unpack .../059-build-essential_12.6_arm64.deb ...
11:19:27 #10 20.79 Unpacking build-essential (12.6) ...
11:19:27 #10 19.70 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.18.04.2 [81.2 kB]
11:19:27 #10 19.74 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
11:19:27 #10 19.74 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
11:19:27 #10 19.86 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
11:19:27 #10 19.88 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
11:19:27 #10 19.90 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
11:19:27 #10 19.90 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
11:19:27 #10 19.91 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:19:27 #10 19.92 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
11:19:27 #10 19.94 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
11:19:27 #10 18.86 Selecting previously unselected package libubsan1:arm64.
11:19:27 #10 18.86 Preparing to unpack .../056-libubsan1_12.2.0-14_arm64.deb ...
11:19:27 #10 18.86 Unpacking libubsan1:arm64 (12.2.0-14) ...
11:19:27 #10 18.96 Selecting previously unselected package libhwasan0:arm64.
11:19:27 #10 18.96 Preparing to unpack .../057-libhwasan0_12.2.0-14_arm64.deb ...
11:19:27 #10 18.97 Unpacking libhwasan0:arm64 (12.2.0-14) ...
11:19:27 #10 19.07 Selecting previously unselected package libgcc-12-dev:arm64.
11:19:27 #11 16.45 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B]
11:19:27 #11 16.45 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]
11:19:27 #10 21.56 (121/167): perl-POSIX-1.94-480.el9.x86_64.rpm   1.3 MB/s |  97 kB     00:00    
11:19:27 #10 21.59 (122/167): perl-PathTools-3.78-461.el9.x86_64.r 1.2 MB/s |  88 kB     00:00    
11:19:27 #10 21.63 (123/167): perl-Pod-Escapes-1.07-460.el9.noarch 281 kB/s |  21 kB     00:00    
11:19:27 #10 21.64 (124/167): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.2 MB/s |  87 kB     00:00    
11:19:27 #10 21.71 (125/167): perl-Pod-Usage-2.01-4.el9.noarch.rpm 560 kB/s |  41 kB     00:00    
11:19:27 #10 25.31 Selecting previously unselected package cpp.
11:19:27 #10 25.31 Preparing to unpack .../040-cpp_4%3a8.3.0-1_amd64.deb ...
11:19:27 #10 25.32 Unpacking cpp (4:8.3.0-1) ...
11:19:27 #10 25.34 Selecting previously unselected package libcc1-0:amd64.
11:19:27 #10 25.35 Preparing to unpack .../041-libcc1-0_8.3.0-6_amd64.deb ...
11:19:27 #10 25.35 Unpacking libcc1-0:amd64 (8.3.0-6) ...
11:19:27 #10 25.38 Selecting previously unselected package libgomp1:amd64.
11:19:27 #10 25.38 Preparing to unpack .../042-libgomp1_8.3.0-6_amd64.deb ...
11:19:27 #10 25.39 Unpacking libgomp1:amd64 (8.3.0-6) ...
11:19:27 #10 25.43 Selecting previously unselected package libitm1:amd64.
11:19:27 #10 25.43 Preparing to unpack .../043-libitm1_8.3.0-6_amd64.deb ...
11:19:27 #10 25.43 Unpacking libitm1:amd64 (8.3.0-6) ...
11:19:27 #10 25.46 Selecting previously unselected package libatomic1:amd64.
11:19:27 #10 25.47 Preparing to unpack .../044-libatomic1_8.3.0-6_amd64.deb ...
11:19:27 #10 25.47 Unpacking libatomic1:amd64 (8.3.0-6) ...
11:19:27 #10 25.50 Selecting previously unselected package libasan5:amd64.
11:19:27 #10 25.50 Preparing to unpack .../045-libasan5_8.3.0-6_amd64.deb ...
11:19:27 #10 25.50 Unpacking libasan5:amd64 (8.3.0-6) ...
11:19:27 #10 25.56 Selecting previously unselected package liblsan0:amd64.
11:19:27 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 97.52MB / 116.81MB 22.2s
11:19:27 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 1.4s done
11:19:27 #11 13.45 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
11:19:27 #9 25.81 Selecting previously unselected package libk5crypto3:amd64.
11:19:27 #9 25.81 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
11:19:27 #9 25.83 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:19:27 #9 25.93 Selecting previously unselected package libkeyutils1:amd64.
11:19:27 #10 23.90 Selecting previously unselected package binutils.
11:19:27 #10 23.90 Preparing to unpack .../036-binutils_2.40-2_amd64.deb ...
11:19:27 #10 23.91 Unpacking binutils (2.40-2) ...
11:19:27 #10 24.00 Selecting previously unselected package libc-dev-bin.
11:19:27 #10 24.00 Preparing to unpack .../037-libc-dev-bin_2.36-8_amd64.deb ...
11:19:27 #10 24.01 Unpacking libc-dev-bin (2.36-8) ...
11:19:27 #10 24.05 Selecting previously unselected package linux-libc-dev:amd64.
11:19:27 #10 24.05 Preparing to unpack .../038-linux-libc-dev_6.1.12-1_amd64.deb ...
11:19:27 #10 24.05 Unpacking linux-libc-dev:amd64 (6.1.12-1) ...
11:19:27 #10 17.60 Selecting previously unselected package libubsan1:arm64.
11:19:27 #10 17.60 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
11:19:27 #10 17.60 Unpacking libubsan1:arm64 (10.2.1-6) ...
11:19:27 #10 17.69 Selecting previously unselected package libgcc-10-dev:arm64.
11:19:27 #10 17.69 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
11:19:27 #10 17.69 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
11:19:27 #10 17.81 Selecting previously unselected package gcc-10.
11:19:27 #9 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 21.7s done
11:19:27 #9 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1
11:19:27 #7 ...
11:19:27 
11:19:27 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:27 #0 1.626 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:19:27 #0 2.045 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:19:27 #0 2.121 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:19:27 #0 2.217 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:19:27 #0 2.312 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
11:19:27 #0 3.110 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
11:19:27 #0 3.146 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
11:19:27 #0 3.146 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
11:19:27 #0 3.169 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [18.5 kB]
11:19:27 #0 3.169 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [2014 kB]
11:19:27 #0 3.246 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6837 B]
11:19:27 #0 3.368 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1748 kB]
11:19:27 #0 4.004 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [63.9 kB]
11:19:27 #0 4.007 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [20.1 kB]
11:19:27 #0 4.020 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2760 B]
11:19:27 #0 4.020 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1390 kB]
11:19:27 #0 4.043 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [11.6 kB]
11:19:27 #0 4.043 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1331 kB]
11:19:27 #0 4.943 Fetched 19.5 MB in 4s (5274 kB/s)
11:19:27 #0 4.943 Reading package lists...
11:19:27 #0 6.252 Reading package lists...
11:19:27 #0 7.616 Building dependency tree...
11:19:27 #0 7.848 Reading state information...
11:19:27 #0 8.096 The following additional packages will be installed:
11:19:27 #0 8.096   at autoconf automake autopoint autotools-dev binutils
11:19:27 #0 8.096   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:27 #0 8.096   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
11:19:27 #0 8.096   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:19:27 #0 8.096   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
11:19:27 #0 8.096   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:27 #0 8.096   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:27 #0 8.096   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:27 #0 8.096   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:27 #0 8.096   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:19:27 #0 8.096   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:27 #0 8.096   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
11:19:27 #0 8.096   libclass-accessor-perl libclass-method-modifiers-perl
11:19:27 #0 8.096   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:19:27 #0 8.096   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:19:27 #0 8.096   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:19:27 #0 8.096   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:27 #0 8.096   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:27 #0 8.096   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:27 #0 8.096   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:27 #0 8.096   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:27 #0 8.096   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:27 #0 8.096   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:27 #0 8.096   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:27 #0 8.096   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:27 #0 8.096   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:27 #0 8.096   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:27 #0 8.096   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:27 #0 8.096   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:27 #0 8.096   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:27 #0 8.096   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
11:19:27 #0 8.096   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:27 #0 8.096   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:27 #0 8.096   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:27 #0 8.096   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:27 #0 8.096   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:27 #0 8.096   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:19:27 #0 8.096   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:27 #0 8.096   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:27 #0 8.096   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:27 #0 8.096   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:27 #0 8.096   libparams-validate-perl libparse-debianchangelog-perl
11:19:27 #0 8.096   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:27 #0 8.096   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:27 #0 8.096   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:19:27 #0 8.096   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:27 #0 8.096   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:27 #0 8.096   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:27 #0 8.096   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:27 #0 8.096   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:27 #0 8.096   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:27 #0 8.096   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:27 #0 8.096   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
11:19:27 #0 8.096   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
11:19:27 #0 8.096   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:27 #0 8.096   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:27 #0 8.096   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:27 #0 8.096   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
11:19:27 #0 8.096   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
11:19:27 #0 8.096   manpages-dev mime-support multiarch-support netbase openssh-client openssl
11:19:27 #0 8.096   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
11:19:27 #0 8.096   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:27 #0 8.096   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:27 #0 8.096   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:27 #0 8.096   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:27 #0 8.096   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
11:19:27 #0 8.096   ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:27 #0 8.096 Suggested packages:
11:19:27 #0 8.096   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:27 #0 8.096   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:27 #0 8.096   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:19:27 #0 8.096   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:27 #0 8.096   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:27 #0 8.096   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:27 #0 8.096   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:27 #0 8.096   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:27 #0 8.096   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:27 #0 8.096   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
11:19:27 #0 8.096   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
11:19:27 #0 8.096   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
11:19:27 #0 8.096   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
11:19:27 #0 8.096   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:19:27 #0 8.096   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:19:27 #0 8.096   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
11:19:27 #0 8.096   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:19:27 #0 8.096   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
11:19:27 #0 8.096   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:27 #0 8.096   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
11:19:27 #0 8.096   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:27 #0 8.096   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
11:19:27 #0 8.096   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
11:19:27 #0 8.096   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:27 #0 8.096   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
11:19:27 #0 8.096   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:27 #0 8.096   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:19:27 #0 8.096   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
11:19:27 #0 8.096   wdiff-doc
11:19:27 #0 8.608 The following NEW packages will be installed:
11:19:27 #0 8.608   at autoconf automake autopoint autotools-dev binutils
11:19:27 #0 8.608   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:27 #0 8.608   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
11:19:27 #0 8.608   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:27 #0 8.608   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
11:19:27 #0 8.608   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:19:27 #0 8.608   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:19:27 #0 8.608   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:27 #0 8.608   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:19:27 #0 8.608   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:19:27 #0 8.608   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:27 #0 8.608   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:19:27 #0 8.608   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
11:19:27 #0 8.608   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:27 #0 8.608   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:27 #0 8.608   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:19:27 #0 8.608   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:27 #0 8.608   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:27 #0 8.608   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:19:27 #0 8.608   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:19:27 #0 8.608   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:19:27 #0 8.608   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:19:27 #0 8.608   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:19:27 #0 8.608   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:19:27 #0 8.608   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:19:27 #0 8.608   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:27 #0 8.608   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:27 #0 8.608   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:27 #0 8.608   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:19:27 #0 8.608   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:19:27 #0 8.608   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:27 #0 8.608   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
11:19:27 #0 8.608   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:27 #0 8.608   libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:27 #0 8.608   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:27 #0 8.608   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:27 #0 8.608   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:27 #0 8.608   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:19:27 #0 8.608   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:19:27 #0 8.608   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:27 #0 8.608   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:19:27 #0 8.608   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:27 #0 8.608   libparams-validate-perl libparse-debianchangelog-perl
11:19:27 #0 8.608   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:19:27 #0 8.608   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:27 #0 8.608   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:19:27 #0 8.608   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:19:27 #0 8.608   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:19:27 #0 8.608   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:19:27 #0 8.608   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:19:27 #0 8.608   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:27 #0 8.608   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:27 #0 8.608   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:19:27 #0 8.608   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
11:19:27 #0 8.608   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
11:19:27 #0 8.608   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:27 #0 8.608   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:27 #0 8.608   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:27 #0 8.608   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
11:19:27 #0 8.608   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
11:19:27 #0 8.608   manpages-dev mime-support multiarch-support netbase openssh-client openssl
11:19:27 #0 8.608   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
11:19:27 #0 8.608   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:27 #0 8.608   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:27 #0 8.608   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:27 #0 8.608   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:27 #0 8.608   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
11:19:27 #0 8.608   ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:27 #0 9.022 0 upgraded, 296 newly installed, 0 to remove and 2 not upgraded.
11:19:27 #0 9.022 Need to get 84.7 MB of archives.
11:19:27 #0 9.022 After this operation, 324 MB of additional disk space will be used.
11:19:27 #0 9.022 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblocale-gettext-perl armhf 1.07-3build2 [16.1 kB]
11:19:27 #0 9.171 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.1 armhf 1.1.1-1ubuntu2.1~18.04.21 [1071 kB]
11:19:27 #0 9.608 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.10 [525 kB]
11:19:27 #0 9.634 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.9 [61.1 kB]
11:19:27 #0 9.645 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.10 [1343 kB]
11:19:27 #0 9.731 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-minimal armhf 3.6.7-1~18.04 [23.7 kB]
11:19:27 #0 9.735 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
11:19:27 #0 9.735 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
11:19:27 #0 9.739 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
11:19:27 #0 9.753 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
11:19:27 #0 9.761 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.7 [424 kB]
11:19:27 #0 9.938 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.10 [1637 kB]
11:19:27 #10 ...
11:19:27 
11:19:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:27 #10 21.81 Selecting previously unselected package cpp.
11:19:27 #10 21.82 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
11:19:27 #10 21.82 Unpacking cpp (4:10.2.1-1) ...
11:19:27 #10 21.87 Selecting previously unselected package libcc1-0:amd64.
11:19:27 #10 21.88 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
11:19:27 #10 21.88 Unpacking libcc1-0:amd64 (10.2.1-6) ...
11:19:27 #10 21.95 Selecting previously unselected package libgomp1:amd64.
11:19:27 #10 21.95 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
11:19:27 #10 21.96 Unpacking libgomp1:amd64 (10.2.1-6) ...
11:19:27 #10 22.00 Selecting previously unselected package libitm1:amd64.
11:19:27 #10 22.00 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
11:19:27 #10 22.01 Unpacking libitm1:amd64 (10.2.1-6) ...
11:19:27 #10 20.82 Selecting previously unselected package openssl.
11:19:27 #10 20.82 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u4_arm64.deb ...
11:19:27 #10 20.83 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:19:27 #10 20.93 Selecting previously unselected package ca-certificates.
11:19:27 #10 20.93 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
11:19:27 #10 20.94 Unpacking ca-certificates (20200601~deb10u2) ...
11:19:27 #10 21.00 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:27 #10 21.00 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:19:27 #10 21.01 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:27 #10 21.05 Selecting previously unselected package libsasl2-2:arm64.
11:19:27 #10 20.13 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
11:19:27 #10 19.07 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_arm64.deb ...
11:19:27 #10 19.08 Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
11:19:27 #10 19.20 Selecting previously unselected package gcc-12.
11:19:27 #10 19.21 Preparing to unpack .../059-gcc-12_12.2.0-14_arm64.deb ...
11:19:27 #10 19.21 Unpacking gcc-12 (12.2.0-14) ...
11:19:27 #10 21.71 (126/167): perl-Scalar-List-Utils-1.56-461.el9. 983 kB/s |  73 kB     00:00    
11:19:27 #10 21.78 (127/167): perl-SelectSaver-1.02-480.el9.noarch 173 kB/s |  13 kB     00:00    
11:19:27 #10 21.79 (128/167): perl-Socket-2.031-4.el9.x86_64.rpm   749 kB/s |  56 kB     00:00    
11:19:27 #10 21.84 (129/167): perl-Pod-Simple-3.42-4.el9.noarch.rp 893 kB/s | 225 kB     00:00    
11:19:27 #10 21.86 (130/167): perl-Storable-3.21-460.el9.x86_64.rp 1.3 MB/s |  96 kB     00:00    
11:19:27 #10 21.86 (131/167): perl-Symbol-1.08-480.el9.noarch.rpm  209 kB/s |  15 kB     00:00    
11:19:27 #10 21.95 (132/167): perl-Term-ANSIColor-5.01-461.el9.noa 446 kB/s |  49 kB     00:00    
11:19:27 #10 25.57 Preparing to unpack .../046-liblsan0_8.3.0-6_amd64.deb ...
11:19:27 #10 25.57 Unpacking liblsan0:amd64 (8.3.0-6) ...
11:19:27 #10 25.61 Selecting previously unselected package libtsan0:amd64.
11:19:27 #10 25.61 Preparing to unpack .../047-libtsan0_8.3.0-6_amd64.deb ...
11:19:27 #10 25.61 Unpacking libtsan0:amd64 (8.3.0-6) ...
11:19:27 #10 25.67 Selecting previously unselected package libubsan1:amd64.
11:19:27 #10 25.67 Preparing to unpack .../048-libubsan1_8.3.0-6_amd64.deb ...
11:19:27 #10 25.67 Unpacking libubsan1:amd64 (8.3.0-6) ...
11:19:27 #10 25.71 Selecting previously unselected package libmpx2:amd64.
11:19:27 #10 25.72 Preparing to unpack .../049-libmpx2_8.3.0-6_amd64.deb ...
11:19:27 #10 25.72 Unpacking libmpx2:amd64 (8.3.0-6) ...
11:19:27 #10 25.75 Selecting previously unselected package libquadmath0:amd64.
11:19:27 #10 25.75 Preparing to unpack .../050-libquadmath0_8.3.0-6_amd64.deb ...
11:19:27 #10 25.75 Unpacking libquadmath0:amd64 (8.3.0-6) ...
11:19:27 #10 25.79 Selecting previously unselected package libgcc-8-dev:amd64.
11:19:27 #11 21.36 Get:144 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++ amd64 4:12.2.0-1ubuntu1 [1406 B]
11:19:27 #11 21.37 Get:145 http://archive.ubuntu.com/ubuntu kinetic/main amd64 make amd64 4.3-4.1build1 [180 kB]
11:19:27 #11 21.42 Get:146 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:19:27 #11 21.43 Get:147 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
11:19:27 #11 21.43 Get:148 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patch amd64 2.7.6-7build2 [109 kB]
11:19:27 #11 21.44 Get:149 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lto-disabled-list all 35 [12.2 kB]
11:19:27 #11 21.44 Get:150 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:19:27 #11 21.46 Get:151 http://archive.ubuntu.com/ubuntu kinetic/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
11:19:27 #11 21.46 Get:152 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:19:27 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 103.81MB / 116.81MB 22.6s
11:19:27 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:27 #20 9.982 Selecting previously unselected package libclang1-11.
11:19:27 #20 9.982 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
11:19:27 #20 9.986 Unpacking libclang1-11 (1:11.0.1-2) ...
11:19:27 #9 25.94 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
11:19:27 #9 25.95 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:19:27 #9 26.10 Selecting previously unselected package libkrb5-3:amd64.
11:19:27 #9 26.10 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
11:19:27 #9 26.12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
11:19:27 #11 23.41 Selecting previously unselected package libxml2:amd64.
11:19:27 #11 23.41 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
11:19:27 #11 23.42 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:19:27 #11 23.57 Selecting previously unselected package libyaml-0-2:amd64.
11:19:27 #11 23.57 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
11:19:27 #11 23.59 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
11:19:27 #11 23.68 Selecting previously unselected package lsb-release.
11:19:27 #11 23.68 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:19:27 #11 23.70 Unpacking lsb-release (11.1.0ubuntu2) ...
11:19:27 #10 17.81 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
11:19:27 #10 17.82 Unpacking gcc-10 (10.2.1-6) ...
11:19:27 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.1s
11:19:27 #10 22.05 Selecting previously unselected package libatomic1:amd64.
11:19:27 #10 22.05 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
11:19:27 #10 22.06 Unpacking libatomic1:amd64 (10.2.1-6) ...
11:19:27 #10 22.10 Selecting previously unselected package libasan6:amd64.
11:19:27 #10 22.10 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
11:19:27 #10 22.13 Unpacking libasan6:amd64 (10.2.1-6) ...
11:19:27 #10 21.05 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:19:27 #10 21.06 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:27 #10 21.10 Selecting previously unselected package libldap-common.
11:19:27 #10 21.10 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:19:27 #10 21.10 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:19:27 #10 21.14 Selecting previously unselected package libldap-2.4-2:arm64.
11:19:27 #10 21.15 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
11:19:27 #10 21.15 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:19:27 #10 21.20 Selecting previously unselected package libnghttp2-14:arm64.
11:19:27 #10 21.21 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
11:19:27 #10 21.21 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:19:27 #10 21.25 Selecting previously unselected package libpsl5:arm64.
11:19:27 #10 21.25 Preparing to unpack .../067-libpsl5_0.20.2-2_arm64.deb ...
11:19:27 #10 21.25 Unpacking libpsl5:arm64 (0.20.2-2) ...
11:19:27 #10 21.29 Selecting previously unselected package librtmp1:arm64.
11:19:27 #10 21.29 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
11:19:27 #10 21.30 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:19:27 #10 21.34 Selecting previously unselected package libssh2-1:arm64.
11:19:27 #10 13.18 (63/166): desktop-file-utils-0.26-6.el9.aarch64 118 kB/s |  72 kB     00:00    
11:19:27 #10 13.32 (64/166): abattis-cantarell-fonts-0.301-4.el9.n 481 kB/s | 365 kB     00:00    
11:19:27 #10 13.35 (65/166): checkpolicy-3.5-1.el9.aarch64.rpm     437 kB/s | 341 kB     00:00    
11:19:27 #10 13.35 (66/166): dwz-0.14-3.el9.aarch64.rpm            773 kB/s | 126 kB     00:00    
11:19:27 #10 13.40 (67/166): efi-srpm-macros-4-9.el9.noarch.rpm    279 kB/s |  23 kB     00:00    
11:19:27 #10 13.41 (68/166): emacs-filesystem-27.2-8.el9.noarch.rp 135 kB/s | 8.8 kB     00:00    
11:19:27 #10 13.42 (69/166): enchant-1.6.0-30.el9.aarch64.rpm      859 kB/s |  61 kB     00:00    
11:19:27 #10 20.31 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
11:19:27 #10 20.51 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
11:19:27 #10 21.95 (133/167): perl-Term-Cap-1.17-460.el9.noarch.rp 230 kB/s |  23 kB     00:00    
11:19:27 #10 21.96 (134/167): perl-Text-ParseWords-3.30-460.el9.no 173 kB/s |  17 kB     00:00    
11:19:27 #10 22.02 (135/167): perl-Text-Tabs+Wrap-2013.0523-460.el 324 kB/s |  24 kB     00:00    
11:19:27 #10 22.03 (136/167): perl-Time-Local-1.300-7.el9.noarch.r 465 kB/s |  34 kB     00:00    
11:19:27 #10 22.04 (137/167): perl-URI-5.09-3.el9.noarch.rpm       1.5 MB/s | 121 kB     00:00    
11:19:27 #10 22.10 (138/167): perl-base-2.27-480.el9.noarch.rpm    238 kB/s |  17 kB     00:00    
11:19:27 #10 22.11 (139/167): perl-constant-1.33-461.el9.noarch.rp 317 kB/s |  24 kB     00:00    
11:19:27 #10 22.11 (140/167): perl-if-0.60.800-480.el9.noarch.rpm  205 kB/s |  15 kB     00:00    
11:19:27 #10 22.17 (141/167): perl-interpreter-5.32.1-480.el9.x86_ 977 kB/s |  72 kB     00:00    
11:19:27 #10 22.18 (142/167): perl-libnet-3.13-4.el9.noarch.rpm    1.7 MB/s | 130 kB     00:00    
11:19:27 #10 22.25 (143/167): perl-mro-1.23-480.el9.x86_64.rpm     397 kB/s |  29 kB     00:00    
11:19:27 #10 25.79 Preparing to unpack .../051-libgcc-8-dev_8.3.0-6_amd64.deb ...
11:19:27 #10 25.79 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
11:19:27 #10 26.02 Selecting previously unselected package gcc-8.
11:19:27 #10 26.02 Preparing to unpack .../052-gcc-8_8.3.0-6_amd64.deb ...
11:19:27 #10 26.02 Unpacking gcc-8 (8.3.0-6) ...
11:19:27 #11 21.46 Get:153 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
11:19:27 #11 21.46 Get:154 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
11:19:27 #11 21.74 Get:155 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
11:19:27 #11 16.66 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 g++-9 arm64 9.4.0-1ubuntu1~20.04.1 [6843 kB]
11:19:27 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.0s done
11:19:27 #9 26.27 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:19:27 #9 26.27 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
11:19:27 #9 26.28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
11:19:27 #9 26.34 Selecting previously unselected package libpsl5:amd64.
11:19:27 #9 26.34 Preparing to unpack .../038-libpsl5_0.19.1-5build1_amd64.deb ...
11:19:27 #9 26.35 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
11:19:27 #9 26.44 Selecting previously unselected package libssl1.0.0:amd64.
11:19:27 #9 26.44 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.11_amd64.deb ...
11:19:27 #9 26.44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.11) ...
11:19:27 #9 26.56 Selecting previously unselected package libxmuu1:amd64.
11:19:27 #20 10.55 Selecting previously unselected package clang-11.
11:19:27 #20 10.55 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
11:19:27 #20 10.56 Unpacking clang-11 (1:11.0.1-2) ...
11:19:27 #20 10.60 Selecting previously unselected package clang.
11:19:27 #20 10.61 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
11:19:27 #20 10.61 Unpacking clang (1:11.0-51+nmu5) ...
11:19:27 #20 10.65 Selecting previously unselected package libpfm4:amd64.
11:19:27 #11 23.79 Selecting previously unselected package netbase.
11:19:27 #11 23.80 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:19:27 #11 23.82 Unpacking netbase (6.1) ...
11:19:27 #11 23.92 Selecting previously unselected package python3-pkg-resources.
11:19:27 #11 23.93 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:19:27 #11 23.94 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:19:27 #11 24.03 Selecting previously unselected package python3-six.
11:19:27 #11 14.11 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
11:19:27 #11 14.13 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
11:19:27 #11 14.13 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:19:27 #11 14.13 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
11:19:27 #11 14.13 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
11:19:27 #10 22.47 Selecting previously unselected package liblsan0:amd64.
11:19:27 #10 22.47 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
11:19:27 #10 22.48 Unpacking liblsan0:amd64 (10.2.1-6) ...
11:19:27 #10 24.55 Selecting previously unselected package libcrypt-dev:amd64.
11:19:27 #10 24.55 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
11:19:27 #10 24.58 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
11:19:27 #10 24.67 Selecting previously unselected package libtirpc-dev:amd64.
11:19:27 #10 21.34 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_arm64.deb ...
11:19:27 #10 21.34 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
11:19:27 #10 21.38 Selecting previously unselected package libcurl4:arm64.
11:19:27 #10 21.39 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u5_arm64.deb ...
11:19:27 #10 21.39 Unpacking libcurl4:arm64 (7.64.0-4+deb10u5) ...
11:19:27 #10 21.44 Selecting previously unselected package curl.
11:19:27 #10 21.44 Preparing to unpack .../071-curl_7.64.0-4+deb10u5_arm64.deb ...
11:19:27 #10 21.44 Unpacking curl (7.64.0-4+deb10u5) ...
11:19:27 #10 21.49 Selecting previously unselected package dctrl-tools.
11:19:27 #10 21.49 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
11:19:27 #10 21.50 Unpacking dctrl-tools (2.24-3) ...
11:19:27 #10 21.54 Selecting previously unselected package libtool.
11:19:27 #10 21.54 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
11:19:27 #10 21.54 Unpacking libtool (2.4.6-9) ...
11:19:27 #10 21.59 Selecting previously unselected package dh-autoreconf.
11:19:27 #10 21.60 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
11:19:27 #10 21.60 Unpacking dh-autoreconf (19) ...
11:19:27 #10 21.63 Selecting previously unselected package libarchive-zip-perl.
11:19:27 #10 21.63 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
11:19:27 #10 21.63 Unpacking libarchive-zip-perl (1.64-1) ...
11:19:27 #10 21.67 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:27 #10 13.47 (70/166): fonts-srpm-macros-2.0.5-7.el9.1.noarc 414 kB/s |  28 kB     00:00    
11:19:27 #9 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.9s done
11:19:27 #10 20.55 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
11:19:27 #10 20.57 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
11:19:27 #10 20.61 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
11:19:27 #10 20.65 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
11:19:27 #10 20.67 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
11:19:27 #10 20.68 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
11:19:27 #10 20.69 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
11:19:27 #10 20.69 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
11:19:27 #10 22.26 (144/167): perl-overload-1.31-480.el9.noarch.rp 633 kB/s |  47 kB     00:00    
11:19:27 #10 22.32 (145/167): perl-overloading-0.02-480.el9.noarch 193 kB/s |  14 kB     00:00    
11:19:27 #10 22.34 (146/167): perl-libs-5.32.1-480.el9.x86_64.rpm  9.5 MB/s | 2.2 MB     00:00    
11:19:27 #10 22.35 (147/167): perl-parent-0.238-460.el9.noarch.rpm 172 kB/s |  15 kB     00:00    
11:19:27 #10 22.40 (148/167): perl-podlators-4.14-460.el9.noarch.r 1.5 MB/s | 114 kB     00:00    
11:19:27 #10 22.42 (149/167): perl-srpm-macros-1-41.el9.noarch.rpm 124 kB/s | 9.1 kB     00:00    
11:19:27 #10 22.42 (150/167): perl-subs-1.03-480.el9.noarch.rpm    174 kB/s |  13 kB     00:00    
11:19:27 #10 22.47 (151/167): perl-vars-1.05-480.el9.noarch.rpm    194 kB/s |  14 kB     00:00    
11:19:27 #10 22.49 (152/167): policycoreutils-python-utils-3.5-1.e 1.0 MB/s |  77 kB     00:00    
11:19:27 #10 22.49 (153/167): pyproject-srpm-macros-1.6.2-1.el9.no 200 kB/s |  15 kB     00:00    
11:19:27 #10 22.54 (154/167): python-srpm-macros-3.9-52.el9.noarch 321 kB/s |  24 kB     00:00    
11:19:27 #11 17.71 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
11:19:27 #11 17.71 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcc1-0 arm64 12.1.0-2ubuntu1~22.04 [45.0 kB]
11:19:27 #11 17.72 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.1.0-2ubuntu1~22.04 [124 kB]
11:19:27 #11 17.72 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.1.0-2ubuntu1~22.04 [28.4 kB]
11:19:27 #11 17.72 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.1.0-2ubuntu1~22.04 [10.8 kB]
11:19:27 #11 17.72 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libasan6 arm64 11.3.0-1ubuntu1~22.04 [2227 kB]
11:19:27 #11 17.82 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.1.0-2ubuntu1~22.04 [1034 kB]
11:19:27 #11 17.87 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtsan0 arm64 11.3.0-1ubuntu1~22.04 [2235 kB]
11:19:27 #11 17.97 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.1.0-2ubuntu1~22.04 [965 kB]
11:19:27 #11 18.01 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.1.0-2ubuntu1~22.04 [1119 kB]
11:19:27 #11 21.79 Get:156 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:19:27 #11 21.80 Get:157 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:19:27 #11 21.81 Get:158 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.3 [294 kB]
11:19:27 #11 21.82 Get:159 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.3 [199 kB]
11:19:27 #11 21.83 Get:160 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
11:19:27 #11 21.83 Get:161 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:19:27 #11 21.83 Get:162 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtool all 2.4.7-4 [166 kB]
11:19:27 #11 21.83 Get:163 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-autoreconf all 20 [16.1 kB]
11:19:27 #11 21.83 Get:164 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:27 #11 21.83 Get:165 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-override-perl all 0.09-3 [9756 B]
11:19:27 #9 26.56 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_amd64.deb ...
11:19:27 #9 26.57 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
11:19:27 #9 26.59 Selecting previously unselected package manpages.
11:19:27 #9 26.59 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:19:27 #9 26.60 Unpacking manpages (4.15-1) ...
11:19:27 #9 26.72 Selecting previously unselected package openssh-client.
11:19:27 #9 26.72 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ...
11:19:27 #9 26.72 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:19:27 #9 26.81 Selecting previously unselected package publicsuffix.
11:19:27 #9 26.81 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:19:28 #20 10.65 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
11:19:28 #20 10.66 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:19:28 #20 10.72 Selecting previously unselected package lld-11.
11:19:28 #20 10.73 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
11:19:28 #20 10.73 Unpacking lld-11 (1:11.0.1-2) ...
11:19:28 #20 10.87 Selecting previously unselected package lld.
11:19:28 #20 10.87 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
11:19:28 #20 10.87 Unpacking lld (1:11.0-51+nmu5) ...
11:19:28 #11 24.03 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:19:28 #11 24.03 Unpacking python3-six (1.14.0-2) ...
11:19:28 #11 24.07 Selecting previously unselected package shared-mime-info.
11:19:28 #11 24.07 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
11:19:28 #11 24.08 Unpacking shared-mime-info (1.15-1) ...
11:19:28 #11 24.16 Selecting previously unselected package ucf.
11:19:28 #11 24.17 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:19:28 #11 24.17 Moving old data out of the way
11:19:28 #11 24.17 Unpacking ucf (3.0038+nmu1) ...
11:19:28 #11 24.22 Selecting previously unselected package xdg-user-dirs.
11:19:28 #11 24.22 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
11:19:28 #11 24.23 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:19:28 #11 24.28 Selecting previously unselected package xz-utils.
11:19:28 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 110.10MB / 116.81MB 23.2s
11:19:28 #11 14.54 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
11:19:28 #10 22.63 Selecting previously unselected package libtsan0:amd64.
11:19:28 #10 22.63 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
11:19:28 #10 22.64 Unpacking libtsan0:amd64 (10.2.1-6) ...
11:19:28 #10 24.67 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
11:19:28 #10 24.68 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:19:28 #10 24.75 Selecting previously unselected package libnsl-dev:amd64.
11:19:28 #10 24.75 Preparing to unpack .../041-libnsl-dev_1.3.0-2_amd64.deb ...
11:19:28 #10 24.76 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
11:19:28 #10 24.82 Selecting previously unselected package rpcsvc-proto.
11:19:28 #10 24.82 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_amd64.deb ...
11:19:28 #10 24.84 Unpacking rpcsvc-proto (1.4.3-1) ...
11:19:28 #10 24.97 Selecting previously unselected package libc6-dev:amd64.
11:19:28 #10 21.67 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:19:28 #10 21.67 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:19:28 #10 21.70 Selecting previously unselected package dh-strip-nondeterminism.
11:19:28 #10 21.70 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:19:28 #10 21.71 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:19:28 #10 21.73 Selecting previously unselected package dwz.
11:19:28 #10 21.74 Preparing to unpack .../078-dwz_0.12-3_arm64.deb ...
11:19:28 #10 21.74 Unpacking dwz (0.12-3) ...
11:19:28 #10 21.78 Selecting previously unselected package libglib2.0-0:arm64.
11:19:28 #10 21.79 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
11:19:28 #10 21.79 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:19:28 #10 21.91 Selecting previously unselected package libcroco3:arm64.
11:19:28 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.9s done
11:19:28 #10 13.61 (71/166): gcc-toolset-12-runtime-12.0-5.el9.aar 389 kB/s |  55 kB     00:00    
11:19:28 #10 13.81 (72/166): gcc-toolset-12-binutils-2.38-16.el9.a  15 MB/s | 5.8 MB     00:00    
11:19:28 #9 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd
11:19:28 #10 20.84 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.23 [184 kB]
11:19:28 #10 22.57 (155/167): python3-audit-3.0.7-103.el9.x86_64.r 1.1 MB/s |  84 kB     00:00    
11:19:28 #10 22.57 (156/167): python3-enchant-3.2.0-5.el9.noarch.r 1.1 MB/s |  86 kB     00:00    
11:19:28 #10 22.62 (157/167): python3-file-magic-5.39-12.el9.noarc 236 kB/s |  17 kB     00:00    
11:19:28 #10 22.64 (158/167): python3-libselinux-3.5-1.el9.x86_64. 2.4 MB/s | 188 kB     00:00    
11:19:28 #10 22.65 (159/167): python3-libsemanage-3.5-1.el9.x86_64 1.0 MB/s |  80 kB     00:00    
11:19:28 #10 22.72 (160/167): qt5-srpm-macros-5.15.3-1.el9.noarch. 130 kB/s | 9.7 kB     00:00    
11:19:28 #10 22.72 (161/167): redhat-rpm-config-199-1.el9.noarch.r 970 kB/s |  72 kB     00:00    
11:19:28 #10 22.79 (162/167): rpm-build-4.16.1.3-22.el9.x86_64.rpm 1.3 MB/s | 101 kB     00:00    
11:19:28 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.3s
11:19:28 #9 26.82 Unpacking publicsuffix (20180223.1310-1) ...
11:19:28 #9 26.85 Selecting previously unselected package python-apt-common.
11:19:28 #9 26.86 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:19:28 #9 26.86 Unpacking python-apt-common (1.6.6) ...
11:19:28 #9 26.91 Selecting previously unselected package python3-apt.
11:19:28 #9 26.91 Preparing to unpack .../045-python3-apt_1.6.6_amd64.deb ...
11:19:28 #9 26.91 Unpacking python3-apt (1.6.6) ...
11:19:28 #9 26.96 Selecting previously unselected package libunwind8:amd64.
11:19:28 #9 26.96 Preparing to unpack .../046-libunwind8_1.2.1-8_amd64.deb ...
11:19:28 #9 26.96 Unpacking libunwind8:amd64 (1.2.1-8) ...
11:19:28 #9 26.99 Selecting previously unselected package strace.
11:19:28 #9 26.99 Preparing to unpack .../047-strace_4.21-1ubuntu1_amd64.deb ...
11:19:28 #9 27.00 Unpacking strace (4.21-1ubuntu1) ...
11:19:28 #9 27.05 Selecting previously unselected package xauth.
11:19:28 #9 27.06 Preparing to unpack .../048-xauth_1%3a1.0.10-1_amd64.deb ...
11:19:28 #9 27.06 Unpacking xauth (1:1.0.10-1) ...
11:19:28 #20 10.91 Selecting previously unselected package llvm-11-runtime.
11:19:28 #20 10.91 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
11:19:28 #20 10.91 Unpacking llvm-11-runtime (1:11.0.1-2) ...
11:19:28 #20 10.96 Selecting previously unselected package llvm-runtime.
11:19:28 #20 10.96 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
11:19:28 #20 10.97 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
11:19:28 #20 11.00 Selecting previously unselected package llvm-11.
11:19:28 #20 11.00 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
11:19:28 #20 11.00 Unpacking llvm-11 (1:11.0.1-2) ...
11:19:28 #11 24.29 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
11:19:28 #11 24.29 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:19:28 #11 24.33 Selecting previously unselected package gettext-base.
11:19:28 #11 24.33 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
11:19:28 #11 24.34 Unpacking gettext-base (0.19.8.1-10build1) ...
11:19:28 #11 24.38 Selecting previously unselected package iso-codes.
11:19:28 #11 24.38 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:19:28 #11 24.39 Unpacking iso-codes (4.4-1) ...
11:19:28 #11 17.52 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B]
11:19:28 #7 ...
11:19:28 
11:19:28 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:19:28 #9 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 12.9s done
11:19:28 #9 extracting sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 0.0s done
11:19:28 #9 extracting sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee done
11:19:28 #9 extracting sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 done
11:19:28 #9 extracting sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 done
11:19:28 #9 extracting sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 done
11:19:28 #9 extracting sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 2.5s done
11:19:28 #9 extracting sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 0.0s done
11:19:28 #9 DONE 23.7s
11:19:28 
11:19:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:28 #7 ...
11:19:28 
11:19:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:28 #11 1.647 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:19:28 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:28 #10 22.96 Selecting previously unselected package libubsan1:amd64.
11:19:28 #10 22.96 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
11:19:28 #10 22.97 Unpacking libubsan1:amd64 (10.2.1-6) ...
11:19:28 #10 19.99 Selecting previously unselected package gcc.
11:19:28 #10 19.99 Preparing to unpack .../060-gcc_4%3a12.2.0-3_arm64.deb ...
11:19:28 #10 19.99 Unpacking gcc (4:12.2.0-3) ...
11:19:28 #10 20.03 Selecting previously unselected package libstdc++-12-dev:arm64.
11:19:28 #10 20.03 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_arm64.deb ...
11:19:28 #10 20.03 Unpacking libstdc++-12-dev:arm64 (12.2.0-14) ...
11:19:28 #10 20.23 Selecting previously unselected package g++-12.
11:19:28 #10 24.97 Preparing to unpack .../043-libc6-dev_2.36-8_amd64.deb ...
11:19:28 #10 24.98 Unpacking libc6-dev:amd64 (2.36-8) ...
11:19:28 #10 21.91 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
11:19:28 #10 21.91 Unpacking libcroco3:arm64 (0.6.12-3) ...
11:19:28 #10 21.96 Selecting previously unselected package libncurses6:arm64.
11:19:28 #10 21.96 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u3_arm64.deb ...
11:19:28 #10 21.96 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
11:19:28 #10 22.00 Selecting previously unselected package gettext.
11:19:28 #10 22.00 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
11:19:28 #10 22.00 Unpacking gettext (0.19.8.1-9) ...
11:19:28 #10 22.13 Selecting previously unselected package intltool-debian.
11:19:28 #10 22.13 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:28 #10 22.14 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:28 #10 22.18 Selecting previously unselected package po-debconf.
11:19:28 #7 ...
11:19:28 
11:19:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:28 #0 1.564 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:19:28 #0 1.660 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:19:28 #0 1.662 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:19:28 #0 1.794 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
11:19:28 #0 2.129 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [462 kB]
11:19:28 #0 2.776 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
11:19:28 #0 3.762 Fetched 8389 kB in 2s (3404 kB/s)
11:19:28 #0 3.762 Reading package lists...
11:19:28 #0 4.716 Reading package lists...
11:19:28 #0 5.710 Building dependency tree...
11:19:28 #0 5.920 Reading state information...
11:19:28 #0 6.164 The following additional packages will be installed:
11:19:28 #0 6.174   at autoconf automake autopoint autotools-dev binutils
11:19:28 #0 6.174   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:28 #0 6.174   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
11:19:28 #0 6.174   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:28 #0 6.174   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
11:19:28 #0 6.174   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
11:19:28 #0 6.174   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:28 #0 6.174   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:19:28 #0 6.174   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:28 #0 6.174   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:28 #0 6.174   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:28 #0 6.174   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:19:28 #0 6.174   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:19:28 #0 6.174   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:19:28 #0 6.174   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:28 #0 6.174   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:28 #0 6.174   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:19:28 #0 6.174   libdata-optlist-perl libdevel-callchecker-perl
11:19:28 #0 6.174   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:19:28 #0 6.174   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:19:28 #0 6.174   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:28 #0 6.174   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:28 #0 6.174   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:28 #0 6.174   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:28 #0 6.174   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:28 #0 6.174   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:28 #0 6.174   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:28 #0 6.174   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:28 #0 6.174   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:28 #0 6.174   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:28 #0 6.174   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:28 #0 6.174   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:28 #0 6.174   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:28 #0 6.174   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:28 #0 6.174   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:28 #0 6.174   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
11:19:28 #0 6.174   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
11:19:28 #0 6.174   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:28 #0 6.174   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:28 #0 6.174   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:28 #0 6.174   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:19:28 #0 6.174   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
11:19:28 #0 6.174   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:19:28 #0 6.174   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
11:19:28 #0 6.174   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:28 #0 6.174   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
11:19:28 #0 6.174   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
11:19:28 #0 6.174   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:28 #0 6.174   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
11:19:28 #0 6.174   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:28 #0 6.174   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:28 #0 6.174   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:28 #0 6.174   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:19:28 #0 6.174   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:28 #0 6.174   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:28 #0 6.174   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:28 #0 6.174   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:19:28 #0 6.174   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:19:28 #0 6.174   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:19:28 #0 6.174   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:28 #0 6.174   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:28 #0 6.174   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:28 #0 6.174   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:28 #0 6.174   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
11:19:28 #0 6.174   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:28 #0 6.174   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:19:28 #0 6.174   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:28 #0 6.174   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:28 #0 6.174   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:28 #0 6.174   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:28 #0 6.174   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:28 #0 6.174   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:28 #0 6.174   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:28 #0 6.174   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:28 #0 6.174   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:28 #0 6.174   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:28 #0 6.174   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:28 #0 6.174   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:28 #0 6.174   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:28 #0 6.174   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:28 #0 6.174   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:28 #0 6.174 Suggested packages:
11:19:28 #0 6.174   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:19:28 #0 6.174   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:19:28 #0 6.174   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:19:28 #0 6.174   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:19:28 #0 6.174   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:28 #0 6.174   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:28 #0 6.174   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:28 #0 6.174   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:28 #0 6.174   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:19:28 #0 6.174   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
11:19:28 #0 6.174   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
11:19:28 #0 6.174   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
11:19:28 #0 6.174   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:28 #0 6.174   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:19:28 #0 6.174   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:28 #0 6.174   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:19:28 #0 6.174   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:28 #0 6.174   libhtml-template-perl libsasl2-modules-gssapi-mit
11:19:28 #0 6.174   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:28 #0 6.174   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:28 #0 6.174   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:19:28 #0 6.174   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:28 #0 6.174   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:28 #0 6.174   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:28 #0 6.174   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:19:28 #0 6.174   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:28 #0 6.174   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:28 #0 6.174   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:19:28 #0 6.174   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:19:28 #0 6.174   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:19:28 #0 6.174   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:19:28 #0 6.174   readline-doc zip wdiff-doc
11:19:28 #0 8.407 The following NEW packages will be installed:
11:19:28 #0 8.407   at autoconf automake autopoint autotools-dev binutils
11:19:28 #0 8.407   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:28 #0 8.407   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
11:19:28 #0 8.407   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
11:19:28 #0 8.407   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
11:19:28 #0 8.407   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
11:19:28 #0 8.407   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:28 #0 8.407   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
11:19:28 #0 8.407   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:28 #0 8.407   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:19:28 #0 8.407   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
11:19:28 #0 8.408   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:28 #0 8.408   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
11:19:28 #0 8.408   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
11:19:28 #0 8.408   libclass-inspector-perl libclass-method-modifiers-perl
11:19:28 #0 8.408   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:28 #0 8.408   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
11:19:28 #0 8.408   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:28 #0 8.408   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:19:28 #0 8.408   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:28 #0 8.408   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:19:28 #0 8.408   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:19:28 #0 8.408   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:19:28 #0 8.408   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:19:28 #0 8.408   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:19:28 #0 8.408   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:19:28 #0 8.408   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:19:28 #0 8.408   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:19:28 #0 8.408   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:19:28 #0 8.408   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:19:28 #0 8.408   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:28 #0 8.408   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:28 #0 8.408   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:19:28 #0 8.408   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:19:28 #0 8.408   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:19:28 #0 8.408   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
11:19:28 #0 8.408   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
11:19:28 #0 8.408   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
11:19:28 #0 8.408   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:28 #0 8.408   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:28 #0 8.408   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:19:28 #0 8.408   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
11:19:28 #0 8.408   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:19:28 #0 8.408   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
11:19:28 #0 8.408   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:28 #0 8.408   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
11:19:28 #0 8.409   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
11:19:28 #0 8.409   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:28 #0 8.409   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
11:19:28 #0 8.409   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:19:28 #0 8.409   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:19:28 #0 8.409   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:19:28 #0 8.409   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:19:28 #0 8.409   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:28 #0 8.409   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:28 #0 8.409   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:28 #0 8.409   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:19:28 #0 8.409   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:19:28 #0 8.409   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:19:28 #0 8.409   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:19:28 #0 8.409   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:19:28 #0 8.409   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:28 #0 8.409   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:19:28 #0 8.409   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
11:19:28 #0 8.409   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:28 #0 8.409   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:19:28 #0 8.409   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:19:28 #0 8.409   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:28 #0 8.409   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:28 #0 8.409   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:19:28 #0 8.409   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:19:28 #0 8.409   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:19:28 #0 8.409   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:19:28 #0 8.409   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:19:28 #0 8.409   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:28 #0 8.410   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:19:28 #0 8.410   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:28 #0 8.410   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:28 #0 8.410   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:28 #0 8.410   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:19:28 #0 8.410   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:19:28 #0 8.691 0 upgraded, 359 newly installed, 0 to remove and 0 not upgraded.
11:19:28 #0 8.691 Need to get 156 MB of archives.
11:19:28 #0 8.691 After this operation, 480 MB of additional disk space will be used.
11:19:28 #0 8.691 Get:1 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
11:19:28 #0 8.694 Get:2 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
11:19:28 #0 8.694 Get:3 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB]
11:19:28 #0 8.698 Get:4 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB]
11:19:28 #0 8.698 Get:5 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
11:19:28 #0 8.702 Get:6 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
11:19:28 #0 8.703 Get:7 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
11:19:28 #0 8.714 Get:8 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
11:19:28 #0 8.716 Get:9 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
11:19:28 #0 8.722 Get:10 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
11:19:28 #0 8.732 Get:11 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:19:28 #0 8.790 Get:12 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
11:19:28 #0 8.796 Get:13 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
11:19:28 #0 8.861 Get:14 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
11:19:28 #0 8.861 Get:15 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB]
11:19:28 #0 8.861 Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libssl1.1 armhf 1.1.1n-0+deb10u4 [1312 kB]
11:19:28 #0 8.870 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
11:19:28 #0 8.880 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
11:19:28 #0 8.881 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
11:19:28 #0 8.897 Get:20 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
11:19:28 #0 8.898 Get:21 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
11:19:28 #0 8.899 Get:22 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
11:19:28 #0 8.900 Get:23 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
11:19:28 #0 8.918 Get:24 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
11:19:28 #0 8.918 Get:25 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
11:19:28 #0 8.925 Get:26 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
11:19:28 #0 8.942 Get:27 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
11:19:28 #0 8.947 Get:28 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
11:19:28 #0 8.963 Get:29 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
11:19:28 #0 8.963 Get:30 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB]
11:19:28 #0 8.963 Get:31 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB]
11:19:28 #0 8.963 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.9 kB]
11:19:28 #0 8.963 Get:33 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
11:19:28 #0 8.963 Get:34 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
11:19:28 #0 8.964 Get:35 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
11:19:28 #0 8.968 Get:36 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB]
11:19:28 #0 8.968 Get:37 http://deb.debian.org/debian-security buster/updates/main armhf krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:19:28 #0 8.969 Get:38 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
11:19:28 #0 8.970 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
11:19:28 #0 8.973 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
11:19:28 #0 8.974 Get:41 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
11:19:28 #0 8.987 Get:42 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
11:19:28 #0 8.987 Get:43 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB]
11:19:28 #0 9.150 Get:44 http://deb.debian.org/debian-security buster/updates/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [597 kB]
11:19:28 #0 9.159 Get:45 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB]
11:19:28 #0 9.173 Get:46 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
11:19:28 #0 9.173 Get:47 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
11:19:28 #0 9.181 Get:48 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB]
11:19:28 #0 9.183 Get:49 http://deb.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB]
11:19:28 #0 9.190 Get:50 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
11:19:28 #0 9.190 Get:51 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB]
11:19:28 #0 9.190 Get:52 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
11:19:28 #0 9.190 Get:53 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
11:19:28 #0 9.194 Get:54 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
11:19:28 #0 9.197 Get:55 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
11:19:28 #0 9.200 Get:56 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
11:19:28 #0 9.209 Get:57 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
11:19:28 #0 9.214 Get:58 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
11:19:28 #0 9.237 Get:59 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
11:19:28 #0 9.241 Get:60 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
11:19:28 #0 9.280 Get:61 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
11:19:28 #0 9.280 Get:62 http://deb.debian.org/debian-security buster/updates/main armhf libc-dev-bin armhf 2.28-10+deb10u2 [268 kB]
11:19:28 #0 9.291 Get:63 http://deb.debian.org/debian-security buster/updates/main armhf linux-libc-dev armhf 4.19.269-1 [1537 kB]
11:19:28 #0 9.308 Get:64 http://deb.debian.org/debian-security buster/updates/main armhf libc6-dev armhf 2.28-10+deb10u2 [2150 kB]
11:19:28 #0 9.350 Get:65 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
11:19:28 #0 9.356 Get:66 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
11:19:28 #0 9.364 Get:67 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
11:19:28 #0 9.365 Get:68 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
11:19:28 #0 9.542 Get:69 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
11:19:28 #0 9.542 Get:70 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
11:19:28 #0 9.542 Get:71 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
11:19:28 #0 9.542 Get:72 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
11:19:28 #0 9.542 Get:73 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
11:19:28 #0 9.542 Get:74 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
11:19:28 #0 9.550 Get:75 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
11:19:28 #0 9.558 Get:76 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
11:19:28 #0 9.714 Get:77 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
11:19:28 #0 9.714 Get:78 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
11:19:28 #0 9.730 Get:79 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
11:19:28 #0 9.930 Get:80 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
11:19:28 #0 9.931 Get:81 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
11:19:28 #0 9.935 Get:82 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
11:19:28 #0 9.950 Get:83 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
11:19:28 #0 9.953 Get:84 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
11:19:28 #0 9.982 Get:85 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
11:19:28 #0 9.982 Get:86 http://deb.debian.org/debian-security buster/updates/main armhf openssl armhf 1.1.1n-0+deb10u4 [829 kB]
11:19:28 #0 9.992 Get:87 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
11:19:28 #0 10.00 Get:88 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
11:19:28 #0 10.00 Get:89 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
11:19:28 #0 10.00 Get:90 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:19:28 #0 10.00 Get:91 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
11:19:28 #0 10.01 Get:92 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
11:19:28 #0 10.01 Get:93 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
11:19:28 #0 10.01 Get:94 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
11:19:28 #0 10.01 Get:95 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
11:19:28 #0 10.01 Get:96 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u5 [299 kB]
11:19:28 #0 10.02 Get:97 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u5 [258 kB]
11:19:28 #0 10.02 Get:98 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:19:28 #0 10.02 Get:99 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB]
11:19:28 #0 10.03 Get:100 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB]
11:19:28 #0 10.03 Get:101 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
11:19:28 #0 10.03 Get:102 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:19:28 #0 10.03 Get:103 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:19:28 #0 10.03 Get:104 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB]
11:19:28 #0 10.03 Get:105 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
11:19:28 #0 10.04 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB]
11:19:28 #0 10.04 Get:107 http://deb.debian.org/debian-security buster/updates/main armhf libncurses6 armhf 6.1+20181013-2+deb10u3 [79.8 kB]
11:19:28 #0 10.05 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB]
11:19:28 #0 10.06 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:28 #0 10.06 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB]
11:19:28 #0 10.06 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB]
11:19:28 #0 10.07 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB]
11:19:28 #10 13.97 (73/166): gdb-minimal-10.2-10.el9.aarch64.rpm   8.5 MB/s | 3.1 MB     00:00    
11:19:28 #10 13.98 (74/166): gcc-toolset-12-binutils-gold-2.38-14. 1.6 MB/s | 897 kB     00:00    
11:19:28 #10 13.99 (75/166): gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm  2.8 MB/s | 490 kB     00:00    
11:19:28 #10 14.04 (76/166): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 134 kB/s | 8.8 kB     00:00    
11:19:28 #10 14.05 (77/166): go-srpm-macros-3.0.9-9.el9.noarch.rpm 408 kB/s |  27 kB     00:00    
11:19:28 #10 14.09 (78/166): hunspell-1.7.0-11.el9.aarch64.rpm     3.1 MB/s | 319 kB     00:00    
11:19:28 #10 14.15 (79/166): hunspell-en-0.20140811.1-20.el9.noarc 1.8 MB/s | 187 kB     00:00    
11:19:28 #10 14.15 (80/166): hunspell-en-GB-0.20140811.1-20.el9.no 2.2 MB/s | 226 kB     00:00    
11:19:28 #10 14.16 (81/166): hunspell-en-US-0.20140811.1-20.el9.no 2.4 MB/s | 177 kB     00:00    
11:19:28 #10 14.21 (82/166): hunspell-filesystem-1.7.0-11.el9.aarc 132 kB/s | 8.6 kB     00:00    
11:19:28 #10 21.21 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
11:19:28 #10 21.22 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.17 [804 kB]
11:19:28 #10 18.97 Selecting previously unselected package gcc.
11:19:28 #10 22.80 (163/167): rpmlint-1.11-19.el9.noarch.rpm       2.5 MB/s | 198 kB     00:00    
11:19:28 #10 22.85 (164/167): python3-policycoreutils-3.5-1.el9.no 9.2 MB/s | 2.1 MB     00:00    
11:19:28 #10 22.87 (165/167): rust-srpm-macros-17-4.el9.noarch.rpm 139 kB/s |  10 kB     00:00    
11:19:28 #10 22.87 (166/167): scl-utils-2.0.3-4.el9.x86_64.rpm     508 kB/s |  37 kB     00:00    
11:19:28 #12 9.465 CentOS Stream 8 - BaseOS                         25 MB/s |  21 MB     00:00    
11:19:28 #11 18.45 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgcc-11-dev arm64 11.3.0-1ubuntu1~22.04 [1151 kB]
11:19:28 #9 27.09 Selecting previously unselected package at.
11:19:28 #9 27.09 Preparing to unpack .../049-at_3.1.20-3.1ubuntu2_amd64.deb ...
11:19:28 #9 27.10 Unpacking at (3.1.20-3.1ubuntu2) ...
11:19:28 #9 27.14 Selecting previously unselected package libsigsegv2:amd64.
11:19:28 #9 27.14 Preparing to unpack .../050-libsigsegv2_2.12-1_amd64.deb ...
11:19:28 #9 27.14 Unpacking libsigsegv2:amd64 (2.12-1) ...
11:19:28 #9 27.17 Selecting previously unselected package m4.
11:19:28 #9 27.17 Preparing to unpack .../051-m4_1.4.18-1_amd64.deb ...
11:19:28 #9 27.17 Unpacking m4 (1.4.18-1) ...
11:19:28 #9 27.22 Selecting previously unselected package autoconf.
11:19:28 #9 27.22 Preparing to unpack .../052-autoconf_2.69-11_all.deb ...
11:19:28 #9 27.22 Unpacking autoconf (2.69-11) ...
11:19:28 #9 27.28 Selecting previously unselected package autotools-dev.
11:19:28 #11 22.24 Get:166 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:28 #11 22.39 Get:167 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:28 #11 22.40 Get:168 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
11:19:28 #11 24.79 Selecting previously unselected package krb5-locales.
11:19:28 #11 24.79 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:19:28 #11 17.52 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB]
11:19:28 #11 17.52 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:19:28 #11 17.53 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB]
11:19:28 #11 17.53 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:19:28 #11 17.54 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B]
11:19:28 #11 17.54 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
11:19:28 #11 17.54 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [40.1 kB]
11:19:28 #11 17.54 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [150 kB]
11:19:28 #11 17.59 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [28.7 kB]
11:19:28 #11 17.74 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [84.7 kB]
11:19:28 #10 23.23 Selecting previously unselected package libquadmath0:amd64.
11:19:28 #10 23.23 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
11:19:28 #10 23.24 Unpacking libquadmath0:amd64 (10.2.1-6) ...
11:19:28 #10 23.30 Selecting previously unselected package libgcc-10-dev:amd64.
11:19:28 #10 23.30 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
11:19:28 #10 23.30 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
11:19:28 #10 20.23 Preparing to unpack .../062-g++-12_12.2.0-14_arm64.deb ...
11:19:28 #10 20.24 Unpacking g++-12 (12.2.0-14) ...
11:19:28 #10 22.18 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
11:19:28 #10 22.19 Unpacking po-debconf (1.0.21) ...
11:19:28 #10 22.23 Selecting previously unselected package debhelper.
11:19:28 #10 22.24 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
11:19:28 #10 22.24 Unpacking debhelper (12.1.1) ...
11:19:28 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 23.8s
11:19:28 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.2s done
11:19:28 #11 14.94 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:19:28 #11 14.94 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:19:28 #11 14.94 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
11:19:28 #11 14.98 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:19:28 #11 15.03 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 shared-mime-info arm64 2.2-1 [458 kB]
11:19:28 #10 14.22 (83/166): kernel-srpm-macros-1.0-12.el9.noarch. 243 kB/s |  16 kB     00:00    
11:19:28 #10 14.24 (84/166): libappstream-glib-0.7.18-4.el9.aarch6 4.6 MB/s | 380 kB     00:00    
11:19:28 #10 14.28 (85/166): libjpeg-turbo-2.0.90-6.el9.aarch64.rp 2.3 MB/s | 170 kB     00:00    
11:19:28 #10 14.30 (86/166): libproxy-webkitgtk4-0.4.15-35.el9.aar 272 kB/s |  21 kB     00:00    
11:19:28 #10 14.33 (87/166): libsoup-2.72.0-8.el9.aarch64.rpm      4.4 MB/s | 397 kB     00:00    
11:19:28 #10 14.35 (88/166): libstemmer-0-18.585svn.el9.aarch64.rp 1.2 MB/s |  82 kB     00:00    
11:19:28 #10 14.36 (89/166): lua-srpm-macros-1-6.el9.noarch.rpm    147 kB/s | 9.5 kB     00:00    
11:19:28 #10 14.40 (90/166): ocaml-srpm-macros-6-6.el9.noarch.rpm  136 kB/s | 8.8 kB     00:00    
11:19:28 #10 14.42 (91/166): openblas-srpm-macros-2-11.el9.noarch. 129 kB/s | 8.4 kB     00:00    
11:19:28 #10 14.43 (92/166): patch-2.7.6-16.el9.aarch64.rpm        1.8 MB/s | 124 kB     00:00    
11:19:28 #10 26.87 Selecting previously unselected package gcc.
11:19:28 #10 26.88 Preparing to unpack .../053-gcc_4%3a8.3.0-1_amd64.deb ...
11:19:28 #10 26.88 Unpacking gcc (4:8.3.0-1) ...
11:19:28 #10 26.91 Selecting previously unselected package libstdc++-8-dev:amd64.
11:19:28 #10 26.91 Preparing to unpack .../054-libstdc++-8-dev_8.3.0-6_amd64.deb ...
11:19:28 #10 26.91 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
11:19:28 #10 21.41 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.17 [2980 kB]
11:19:28 #10 18.97 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
11:19:28 #10 18.98 Unpacking gcc (4:10.2.1-1) ...
11:19:28 #10 19.01 Selecting previously unselected package libstdc++-10-dev:arm64.
11:19:28 #10 19.01 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
11:19:28 #10 19.01 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
11:19:28 #10 19.24 Selecting previously unselected package g++-10.
11:19:28 #11 19.01 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11 arm64 11.3.0-1ubuntu1~22.04 [19.4 MB]
11:19:28 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.9s done
11:19:28 #9 27.28 Preparing to unpack .../053-autotools-dev_20180224.1_all.deb ...
11:19:28 #9 27.28 Unpacking autotools-dev (20180224.1) ...
11:19:28 #9 27.32 Selecting previously unselected package automake.
11:19:28 #9 27.32 Preparing to unpack .../054-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:19:28 #9 27.32 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:19:28 #9 27.39 Selecting previously unselected package autopoint.
11:19:28 #9 27.39 Preparing to unpack .../055-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:19:28 #9 27.40 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:19:28 #9 27.44 Selecting previously unselected package binutils-common:amd64.
11:19:28 #9 27.44 Preparing to unpack .../056-binutils-common_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:19:28 #9 27.44 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
11:19:28 #9 27.49 Selecting previously unselected package libbinutils:amd64.
11:19:28 #9 27.49 Preparing to unpack .../057-libbinutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:19:28 #9 27.49 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
11:19:28 #11 22.66 Get:169 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debugedit amd64 1:5.0-5 [46.1 kB]
11:19:28 #11 22.67 Get:170 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dwz amd64 0.14-1build2 [105 kB]
11:19:28 #11 22.70 Get:171 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext amd64 0.21-8 [867 kB]
11:19:28 #11 24.79 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:19:28 #11 24.83 Selecting previously unselected package libcbor0.6:amd64.
11:19:28 #11 24.84 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
11:19:28 #11 24.84 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
11:19:28 #11 24.88 Selecting previously unselected package libedit2:amd64.
11:19:28 #11 24.88 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
11:19:28 #11 24.88 Unpacking libedit2:amd64 (3.1-20191231-1) ...
11:19:28 #11 24.93 Selecting previously unselected package libfido2-1:amd64.
11:19:28 #11 24.93 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
11:19:28 #11 24.93 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
11:19:28 #11 24.98 Selecting previously unselected package libkrb5support0:amd64.
11:19:28 #11 24.99 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
11:19:28 #11 24.99 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
11:19:28 #11 18.03 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [47.5 kB]
11:19:28 #11 18.06 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [98.9 kB]
11:19:28 #10 23.63 Selecting previously unselected package gcc-10.
11:19:28 #10 22.34 Selecting previously unselected package debian-keyring.
11:19:28 #10 22.35 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
11:19:28 #10 22.35 Unpacking debian-keyring (2019.02.25) ...
11:19:28 #11 15.11 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 systemd-resolved arm64 251.4-1ubuntu7.1 [266 kB]
11:19:28 #11 15.14 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 systemd-timesyncd arm64 251.4-1ubuntu7.1 [32.4 kB]
11:19:28 #11 15.14 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 ucf all 3.0043 [56.1 kB]
11:19:28 #11 15.15 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xdg-user-dirs arm64 0.17-2ubuntu4 [53.5 kB]
11:19:28 #11 15.15 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bsdextrautils arm64 2.38-4ubuntu1 [69.6 kB]
11:19:28 #10 14.47 (93/166): perl-AutoLoader-5.74-480.el9.noarch.r 342 kB/s |  22 kB     00:00    
11:19:28 #10 14.49 (94/166): perl-B-1.80-480.el9.aarch64.rpm       2.5 MB/s | 182 kB     00:00    
11:19:28 #10 14.50 (95/166): perl-Carp-1.50-460.el9.noarch.rpm     455 kB/s |  30 kB     00:00    
11:19:28 #10 14.53 (96/166): perl-Class-Struct-0.66-480.el9.noarch 358 kB/s |  23 kB     00:00    
11:19:28 #10 14.56 (97/166): perl-Data-Dumper-2.174-462.el9.aarch6 830 kB/s |  55 kB     00:00    
11:19:28 #10 14.57 (98/166): perl-Digest-1.19-4.el9.noarch.rpm     402 kB/s |  26 kB     00:00    
11:19:28 #10 14.60 (99/166): perl-Digest-MD5-2.58-4.el9.aarch64.rp 565 kB/s |  37 kB     00:00    
11:19:28 #10 14.70 (100/166): perl-Encode-3.08-462.el9.aarch64.rpm  13 MB/s | 1.7 MB     00:00    
11:19:28 #12 11.61 CentOS Stream 8 - BaseOS                         26 MB/s |  27 MB     00:01    
11:19:28 #11 2.054 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
11:19:28 #11 2.148 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:19:28 #11 2.249 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:19:28 #10 25.42 Selecting previously unselected package libisl23:amd64.
11:19:28 #10 25.42 Preparing to unpack .../044-libisl23_0.25-1_amd64.deb ...
11:19:28 #10 25.44 Unpacking libisl23:amd64 (0.25-1) ...
11:19:28 #10 25.67 Selecting previously unselected package libmpfr6:amd64.
11:19:28 #10 25.67 Preparing to unpack .../045-libmpfr6_4.2.0-1_amd64.deb ...
11:19:28 #10 25.68 Unpacking libmpfr6:amd64 (4.2.0-1) ...
11:19:28 #10 25.81 Selecting previously unselected package libmpc3:amd64.
11:19:28 #10 21.58 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:19:28 #10 21.59 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
11:19:28 #10 21.59 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:28 #10 21.59 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
11:19:28 #10 21.59 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:28 #10 21.59 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
11:19:28 #10 21.59 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:28 #10 21.74 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
11:19:28 #10 21.81 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
11:19:28 #10 27.14 Selecting previously unselected package g++-8.
11:19:28 #10 27.15 Preparing to unpack .../055-g++-8_8.3.0-6_amd64.deb ...
11:19:28 #10 27.15 Unpacking g++-8 (8.3.0-6) ...
11:19:28 #10 19.24 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
11:19:28 #10 19.24 Unpacking g++-10 (10.2.1-6) ...
11:19:28 #10 23.52 (167/167): webkit2gtk3-jsc-2.38.5-1.el9.x86_64. 9.7 MB/s | 6.5 MB     00:00    
11:19:28 #10 23.52 --------------------------------------------------------------------------------
11:19:28 #10 23.52 Total                                           7.9 MB/s |  69 MB     00:08     
11:19:29 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:29 #9 27.57 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:29 #9 27.57 Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:19:29 #9 27.57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:19:29 #9 27.80 Selecting previously unselected package binutils.
11:19:29 #11 22.83 Get:172 http://archive.ubuntu.com/ubuntu kinetic/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:29 #11 22.83 Get:173 http://archive.ubuntu.com/ubuntu kinetic/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
11:19:29 #11 22.85 Get:174 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debhelper all 13.9.1ubuntu1 [939 kB]
11:19:29 #11 22.90 Get:175 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfakeroot amd64 1.29-1ubuntu1 [31.1 kB]
11:19:29 #11 22.90 Get:176 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fakeroot amd64 1.29-1ubuntu1 [60.0 kB]
11:19:29 #11 25.03 Selecting previously unselected package libk5crypto3:amd64.
11:19:29 #11 25.03 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
11:19:29 #11 25.04 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
11:19:29 #11 25.09 Selecting previously unselected package libkeyutils1:amd64.
11:19:29 #11 25.09 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
11:19:29 #11 25.09 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:19:29 #11 25.13 Selecting previously unselected package libkrb5-3:amd64.
11:19:29 #11 25.13 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
11:19:29 #11 25.14 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
11:19:29 #11 25.21 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:19:29 #11 25.22 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
11:19:29 #11 25.22 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
11:19:29 #11 25.27 Selecting previously unselected package libpsl5:amd64.
11:19:29 #11 18.14 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [192 kB]
11:19:29 #11 18.21 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [14.7 kB]
11:19:29 #11 18.21 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [88.4 kB]
11:19:29 #11 18.24 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]
11:19:29 #11 18.25 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
11:19:29 #11 18.26 Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:19:29 #11 18.26 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]
11:19:29 #11 18.28 Get:132 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
11:19:29 #10 23.63 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
11:19:29 #10 23.65 Unpacking gcc-10 (10.2.1-6) ...
11:19:29 #11 15.56 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic-mgc arm64 1:5.41-4 [257 kB]
11:19:29 #10 14.70 (101/166): perl-Errno-1.30-480.el9.aarch64.rpm  120 kB/s |  16 kB     00:00    
11:19:29 #10 14.70 (102/166): perl-Exporter-5.74-461.el9.noarch.rp 304 kB/s |  32 kB     00:00    
11:19:29 #10 14.76 (103/166): perl-Fcntl-1.13-480.el9.aarch64.rpm  324 kB/s |  21 kB     00:00    
11:19:29 #10 14.77 (104/166): perl-File-Basename-2.85-480.el9.noar 284 kB/s |  18 kB     00:00    
11:19:29 #10 14.77 (105/166): perl-File-Path-2.18-4.el9.noarch.rpm 526 kB/s |  36 kB     00:00    
11:19:29 #10 14.83 (106/166): perl-File-Temp-0.231.100-4.el9.noarc 907 kB/s |  60 kB     00:00    
11:19:29 #10 14.83 (107/166): perl-File-stat-1.09-480.el9.noarch.r 282 kB/s |  18 kB     00:00    
11:19:29 #10 14.84 (108/166): perl-FileHandle-2.03-480.el9.noarch. 258 kB/s |  17 kB     00:00    
11:19:29 #10 14.90 (109/166): perl-Getopt-Long-2.52-4.el9.noarch.r 916 kB/s |  61 kB     00:00    
11:19:29 #10 14.90 (110/166): perl-Getopt-Std-1.12-480.el9.noarch. 255 kB/s |  17 kB     00:00    
11:19:29 #10 14.90 (111/166): perl-HTTP-Tiny-0.076-460.el9.noarch. 823 kB/s |  55 kB     00:00    
11:19:29 #10 14.97 (112/166): perl-IO-1.43-480.el9.aarch64.rpm     1.3 MB/s |  89 kB     00:00    
11:19:29 #11 2.339 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
11:19:29 #11 2.392 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
11:19:29 #10 20.84 Selecting previously unselected package g++.
11:19:29 #10 20.85 Preparing to unpack .../063-g++_4%3a12.2.0-3_arm64.deb ...
11:19:29 #10 20.85 Unpacking g++ (4:12.2.0-3) ...
11:19:29 #10 20.88 Selecting previously unselected package make.
11:19:29 #10 20.89 Preparing to unpack .../064-make_4.3-4.1_arm64.deb ...
11:19:29 #10 20.89 Unpacking make (4.3-4.1) ...
11:19:29 #10 20.95 Selecting previously unselected package libdpkg-perl.
11:19:29 #10 20.95 Preparing to unpack .../065-libdpkg-perl_1.21.21_all.deb ...
11:19:29 #10 20.96 Unpacking libdpkg-perl (1.21.21) ...
11:19:29 #10 21.02 Selecting previously unselected package patch.
11:19:29 #10 21.03 Preparing to unpack .../066-patch_2.7.6-7_arm64.deb ...
11:19:29 #10 21.03 Unpacking patch (2.7.6-7) ...
11:19:29 #10 21.07 Selecting previously unselected package dpkg-dev.
11:19:29 #10 21.07 Preparing to unpack .../067-dpkg-dev_1.21.21_all.deb ...
11:19:29 #10 21.08 Unpacking dpkg-dev (1.21.21) ...
11:19:29 #10 21.18 Selecting previously unselected package build-essential.
11:19:29 #10 25.81 Preparing to unpack .../046-libmpc3_1.3.1-1_amd64.deb ...
11:19:29 #10 25.83 Unpacking libmpc3:amd64 (1.3.1-1) ...
11:19:29 #10 25.91 Selecting previously unselected package cpp-12.
11:19:29 #10 25.92 Preparing to unpack .../047-cpp-12_12.2.0-14_amd64.deb ...
11:19:29 #10 25.92 Unpacking cpp-12 (12.2.0-14) ...
11:19:29 #10 21.84 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:29 #10 21.89 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:29 #10 21.93 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:29 #10 21.95 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:29 #10 21.96 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
11:19:29 #10 21.99 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:19:29 #10 22.00 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:19:29 #10 22.01 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
11:19:29 #10 22.06 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
11:19:29 #20 11.82 Selecting previously unselected package llvm.
11:19:29 #20 11.82 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
11:19:29 #20 11.82 Unpacking llvm (1:11.0-51+nmu5) ...
11:19:29 #20 11.87 Setting up libz3-4:amd64 (4.8.10-1) ...
11:19:29 #20 11.88 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:19:29 #20 11.89 Setting up libllvm11:amd64 (1:11.0.1-2) ...
11:19:29 #20 11.90 Setting up libclang1-11 (1:11.0.1-2) ...
11:19:29 #20 11.92 Setting up libgc1:amd64 (1:8.0.4-3) ...
11:19:29 #20 11.93 Setting up libc6-i386 (2.31-13+deb11u5) ...
11:19:29 #20 11.94 Setting up llvm-11-runtime (1:11.0.1-2) ...
11:19:29 #20 11.96 Setting up llvm-11 (1:11.0.1-2) ...
11:19:29 #20 11.98 Setting up libobjc4:amd64 (10.2.1-6) ...
11:19:29 #20 11.99 Setting up lld-11 (1:11.0.1-2) ...
11:19:29 #20 12.00 Setting up libclang-cpp11 (1:11.0.1-2) ...
11:19:29 #20 12.02 Setting up lib32gcc-s1 (10.2.1-6) ...
11:19:29 #10 10.86 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB]
11:19:29 #10 10.86 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB]
11:19:29 #10 10.86 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
11:19:29 #10 10.86 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
11:19:29 #10 10.87 Get:117 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
11:19:29 #10 10.87 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
11:19:29 #10 10.87 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
11:19:29 #10 10.88 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:19:29 #10 10.91 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
11:19:29 #10 10.95 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
11:19:29 #10 10.97 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
11:19:29 #10 10.97 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
11:19:29 #10 10.98 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
11:19:29 #10 10.99 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
11:19:29 #10 11.00 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
11:19:29 #10 11.03 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
11:19:29 #10 11.04 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:19:29 #10 11.04 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
11:19:29 #10 11.05 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB]
11:19:29 #10 11.05 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
11:19:29 #10 11.05 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:19:29 #10 11.05 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:29 #10 11.05 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:19:29 #10 11.05 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB]
11:19:29 #10 11.05 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:19:29 #10 11.05 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
11:19:29 #10 11.05 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB]
11:19:29 #10 11.05 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:29 #10 11.05 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:29 #10 11.05 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
11:19:29 #10 11.05 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
11:19:29 #10 11.06 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
11:19:29 #10 11.06 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
11:19:29 #10 11.06 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
11:19:29 #10 11.06 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:19:29 #10 11.06 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
11:19:29 #10 11.06 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
11:19:29 #10 11.06 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:19:29 #10 11.06 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
11:19:29 #10 11.08 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB]
11:19:29 #10 11.08 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:19:29 #10 11.08 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
11:19:29 #10 11.08 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:19:29 #10 11.08 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
11:19:29 #10 11.08 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:19:29 #10 11.08 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:29 #10 11.08 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
11:19:29 #10 11.08 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [288 kB]
11:19:29 #10 11.08 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
11:19:29 #10 11.08 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
11:19:29 #10 11.09 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:19:29 #10 11.09 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:29 #10 11.09 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:29 #10 11.09 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB]
11:19:29 #10 11.09 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB]
11:19:29 #10 11.09 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
11:19:29 #10 11.09 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
11:19:29 #10 11.11 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB]
11:19:29 #10 11.11 Get:171 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
11:19:29 #10 11.11 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB]
11:19:29 #10 11.13 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB]
11:19:29 #10 11.13 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB]
11:19:29 #10 11.13 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB]
11:19:29 #10 11.13 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB]
11:19:29 #10 11.13 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB]
11:19:29 #10 11.15 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB]
11:19:29 #10 11.15 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB]
11:19:29 #10 11.15 Get:180 http://deb.debian.org/debian-security buster/updates/main armhf exim4-config all 4.92-8+deb10u7 [325 kB]
11:19:29 #10 11.15 Get:181 http://deb.debian.org/debian-security buster/updates/main armhf exim4-base armhf 4.92-8+deb10u7 [1134 kB]
11:19:29 #10 11.17 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
11:19:29 #10 11.17 Get:183 http://deb.debian.org/debian buster/main armhf libunbound8 armhf 1.9.0-2+deb10u2 [411 kB]
11:19:29 #10 11.18 Get:184 http://deb.debian.org/debian-security buster/updates/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u10 [316 kB]
11:19:29 #10 11.19 Get:185 http://deb.debian.org/debian-security buster/updates/main armhf exim4-daemon-light armhf 4.92-8+deb10u7 [545 kB]
11:19:29 #9 27.80 Preparing to unpack .../059-binutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:19:29 #9 27.81 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:19:29 #9 27.87 Selecting previously unselected package libc-dev-bin.
11:19:29 #9 27.87 Preparing to unpack .../060-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
11:19:29 #9 27.88 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:19:29 #9 27.91 Selecting previously unselected package linux-libc-dev:amd64.
11:19:29 #9 27.91 Preparing to unpack .../061-linux-libc-dev_4.15.0-206.217_amd64.deb ...
11:19:29 #9 27.92 Unpacking linux-libc-dev:amd64 (4.15.0-206.217) ...
11:19:29 #11 23.30 Get:177 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
11:19:29 #11 25.27 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
11:19:29 #11 25.28 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:19:29 #11 25.31 Selecting previously unselected package libxau6:amd64.
11:19:29 #11 25.32 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
11:19:29 #11 25.32 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
11:19:29 #11 25.36 Selecting previously unselected package libxdmcp6:amd64.
11:19:29 #11 25.36 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
11:19:29 #11 25.37 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
11:19:29 #11 25.41 Selecting previously unselected package libxcb1:amd64.
11:19:29 #11 25.41 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
11:19:29 #11 25.42 Unpacking libxcb1:amd64 (1.14-2) ...
11:19:29 #11 25.45 Selecting previously unselected package libx11-data.
11:19:29 #11 25.45 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:19:29 #11 25.46 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:19:29 #11 25.54 Selecting previously unselected package libx11-6:amd64.
11:19:29 #11 25.54 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
11:19:29 #11 18.45 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
11:19:29 #11 18.69 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
11:19:29 #11 15.95 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic1 arm64 1:5.41-4 [85.0 kB]
11:19:29 #10 14.97 (113/166): perl-IO-Socket-IP-0.41-5.el9.noarch. 630 kB/s |  43 kB     00:00    
11:19:29 #10 14.98 (114/166): perl-IO-Socket-SSL-2.073-1.el9.noarc 3.0 MB/s | 219 kB     00:00    
11:19:29 #10 15.03 (115/166): perl-IPC-Open3-1.21-480.el9.noarch.r 364 kB/s |  24 kB     00:00    
11:19:29 #10 15.04 (116/166): perl-MIME-Base64-3.16-4.el9.aarch64. 471 kB/s |  31 kB     00:00    
11:19:29 #10 15.04 (117/166): perl-Mozilla-CA-20200520-6.el9.noarc 198 kB/s |  13 kB     00:00    
11:19:29 #10 15.10 (118/166): perl-NDBM_File-1.15-480.el9.aarch64. 350 kB/s |  23 kB     00:00    
11:19:29 #10 15.14 (119/166): perl-Net-SSLeay-1.92-2.el9.aarch64.r 3.8 MB/s | 389 kB     00:00    
11:19:29 #10 15.14 (120/166): perl-POSIX-1.94-480.el9.aarch64.rpm  1.0 MB/s |  98 kB     00:00    
11:19:29 #10 15.17 (121/166): perl-PathTools-3.78-461.el9.aarch64. 1.3 MB/s |  88 kB     00:00    
11:19:29 #10 15.20 (122/166): perl-Pod-Escapes-1.07-460.el9.noarch 317 kB/s |  21 kB     00:00    
11:19:29 #10 21.18 Preparing to unpack .../068-build-essential_12.9_arm64.deb ...
11:19:29 #10 21.19 Unpacking build-essential (12.9) ...
11:19:29 #10 21.22 Selecting previously unselected package libbrotli1:arm64.
11:19:29 #10 21.23 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_arm64.deb ...
11:19:29 #10 21.23 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
11:19:29 #10 21.28 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:29 #10 21.28 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
11:19:29 #10 21.28 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:19:29 #10 21.32 Selecting previously unselected package libsasl2-2:arm64.
11:19:29 #10 21.32 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
11:19:29 #10 21.32 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:19:29 #10 21.37 Selecting previously unselected package libldap-2.5-0:arm64.
11:19:29 #10 21.37 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
11:19:29 #10 21.37 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:19:29 #10 21.42 Selecting previously unselected package libnghttp2-14:arm64.
11:19:29 #10 22.24 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
11:19:29 #9 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 1.1s done
11:19:29 #20 12.03 Setting up lib32stdc++6 (10.2.1-6) ...
11:19:29 #20 12.05 Setting up llvm-runtime (1:11.0-51+nmu5) ...
11:19:29 #20 12.06 Setting up llvm (1:11.0-51+nmu5) ...
11:19:29 #20 12.07 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
11:19:29 #20 12.09 Setting up libclang-common-11-dev (1:11.0.1-2) ...
11:19:29 #20 12.10 Setting up clang-11 (1:11.0.1-2) ...
11:19:29 #20 12.11 Setting up lld (1:11.0-51+nmu5) ...
11:19:29 #20 12.12 Setting up clang (1:11.0-51+nmu5) ...
11:19:29 #20 12.16 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:19:29 #10 19.91 Selecting previously unselected package g++.
11:19:29 #10 19.91 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
11:19:29 #10 19.91 Unpacking g++ (4:10.2.1-1) ...
11:19:29 #10 19.94 Selecting previously unselected package make.
11:19:29 #10 19.94 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
11:19:29 #10 19.95 Unpacking make (4.3-4.1) ...
11:19:29 #10 20.01 Selecting previously unselected package libdpkg-perl.
11:19:29 #10 20.01 Preparing to unpack .../058-libdpkg-perl_1.20.12_all.deb ...
11:19:29 #10 20.01 Unpacking libdpkg-perl (1.20.12) ...
11:19:29 #10 20.08 Selecting previously unselected package patch.
11:19:29 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 24.9s done
11:19:29 #10 11.20 Get:186 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u5 [297 kB]
11:19:29 #10 11.21 Get:187 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
11:19:29 #10 11.21 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
11:19:29 #10 11.21 Get:189 http://deb.debian.org/debian-security buster/updates/main armhf git-man all 1:2.20.1-2+deb10u8 [1623 kB]
11:19:29 #10 11.27 Get:190 http://deb.debian.org/debian-security buster/updates/main armhf git armhf 1:2.20.1-2+deb10u8 [4554 kB]
11:19:29 #9 28.09 Selecting previously unselected package libc6-dev:amd64.
11:19:29 #9 28.09 Preparing to unpack .../062-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
11:19:29 #9 28.10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:19:29 #11 23.48 Get:178 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
11:19:29 #11 23.62 Get:179 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
11:19:29 #11 25.54 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
11:19:29 #11 25.64 Selecting previously unselected package libxext6:amd64.
11:19:29 #11 25.64 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
11:19:29 #11 25.65 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
11:19:29 #11 25.68 Selecting previously unselected package libxmuu1:amd64.
11:19:29 #11 25.68 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
11:19:29 #11 25.69 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
11:19:29 #11 25.72 Selecting previously unselected package manpages.
11:19:29 #11 25.72 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:19:29 #11 25.72 Unpacking manpages (5.05-1) ...
11:19:29 #11 18.83 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.16 [215 kB]
11:19:29 #11 18.92 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.16 [157 kB]
11:19:29 #11 18.95 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
11:19:29 #11 15.97 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 file arm64 1:5.41-4 [21.6 kB]
11:19:29 #11 15.97 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext-base arm64 0.21-8 [36.8 kB]
11:19:29 #11 15.98 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
11:19:29 #11 16.00 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
11:19:29 #11 16.14 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
11:19:29 #11 16.15 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
11:19:29 #11 16.15 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfido2-1 arm64 1.11.0-1 [81.5 kB]
11:19:29 #11 16.16 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
11:19:29 #11 16.17 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpipeline1 arm64 1.5.6-2 [23.3 kB]
11:19:29 #10 15.21 (123/166): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.3 MB/s |  87 kB     00:00    
11:19:29 #10 15.24 (124/166): perl-Pod-Simple-3.42-4.el9.noarch.rp 3.1 MB/s | 225 kB     00:00    
11:19:29 #10 15.27 (125/166): perl-Pod-Usage-2.01-4.el9.noarch.rpm 617 kB/s |  41 kB     00:00    
11:19:29 #10 15.30 (126/166): perl-Scalar-List-Utils-1.56-461.el9. 808 kB/s |  72 kB     00:00    
11:19:29 #10 15.30 (127/166): perl-SelectSaver-1.02-480.el9.noarch 199 kB/s |  13 kB     00:00    
11:19:29 #10 15.34 (128/166): perl-Socket-2.031-4.el9.aarch64.rpm  833 kB/s |  55 kB     00:00    
11:19:29 #10 15.37 (129/166): perl-Storable-3.21-460.el9.aarch64.r 1.3 MB/s |  94 kB     00:00    
11:19:29 #10 15.37 (130/166): perl-Symbol-1.08-480.el9.noarch.rpm  238 kB/s |  15 kB     00:00    
11:19:29 #10 15.40 (131/166): perl-Term-ANSIColor-5.01-461.el9.noa 739 kB/s |  49 kB     00:00    
11:19:29 #10 15.43 (132/166): perl-Term-Cap-1.17-460.el9.noarch.rp 349 kB/s |  23 kB     00:00    
11:19:29 #10 21.42 Preparing to unpack .../073-libnghttp2-14_1.52.0-1_arm64.deb ...
11:19:29 #10 21.42 Unpacking libnghttp2-14:arm64 (1.52.0-1) ...
11:19:29 #10 21.46 Selecting previously unselected package libpsl5:arm64.
11:19:29 #10 21.46 Preparing to unpack .../074-libpsl5_0.21.2-1_arm64.deb ...
11:19:29 #10 21.47 Unpacking libpsl5:arm64 (0.21.2-1) ...
11:19:29 #10 21.50 Selecting previously unselected package librtmp1:arm64.
11:19:29 #10 21.51 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:19:29 #10 21.51 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:29 #10 21.55 Selecting previously unselected package libssh2-1:arm64.
11:19:29 #10 21.55 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_arm64.deb ...
11:19:29 #10 21.55 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
11:19:29 #10 21.60 Selecting previously unselected package libcurl4:arm64.
11:19:29 #10 21.60 Preparing to unpack .../077-libcurl4_7.88.1-1_arm64.deb ...
11:19:29 #10 21.60 Unpacking libcurl4:arm64 (7.88.1-1) ...
11:19:29 #10 21.65 Selecting previously unselected package curl.
11:19:29 #10 22.61 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
11:19:29 #9 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:29 #10 20.08 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
11:19:29 #10 20.09 Unpacking patch (2.7.6-7) ...
11:19:29 #10 20.13 Selecting previously unselected package dpkg-dev.
11:19:29 #10 20.13 Preparing to unpack .../060-dpkg-dev_1.20.12_all.deb ...
11:19:29 #10 20.13 Unpacking dpkg-dev (1.20.12) ...
11:19:29 #10 20.25 Selecting previously unselected package build-essential.
11:19:29 #10 20.25 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
11:19:29 #10 20.26 Unpacking build-essential (12.9) ...
11:19:29 #10 20.29 Selecting previously unselected package libbrotli1:arm64.
11:19:29 #10 20.30 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
11:19:29 #10 20.30 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
11:19:29 #10 20.35 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:29 #10 11.39 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB]
11:19:29 #10 11.40 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
11:19:29 #10 11.40 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB]
11:19:29 #10 11.52 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
11:19:29 #10 11.56 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:19:29 #10 11.56 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB]
11:19:29 #10 11.56 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:29 #10 11.56 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
11:19:29 #10 11.56 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
11:19:29 #10 11.56 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:19:29 #10 11.56 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:19:29 #10 11.56 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:19:29 #10 11.56 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:19:29 #10 11.56 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB]
11:19:29 #10 11.57 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:19:29 #10 11.57 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:29 #10 11.57 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB]
11:19:29 #10 11.57 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB]
11:19:29 #10 11.57 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:19:29 #10 11.57 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB]
11:19:29 #10 11.57 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB]
11:19:29 #10 11.57 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB]
11:19:29 #10 11.59 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB]
11:19:29 #10 11.59 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB]
11:19:29 #10 11.59 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB]
11:19:29 #10 11.59 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB]
11:19:29 #10 11.59 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB]
11:19:29 #10 11.59 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB]
11:19:29 #10 11.59 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:29 #10 11.59 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B]
11:19:29 #10 11.59 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB]
11:19:29 #10 11.59 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:29 #10 11.59 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:29 #10 11.59 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB]
11:19:29 #10 11.59 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:19:29 #10 11.59 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:19:29 #10 11.59 Get:227 http://deb.debian.org/debian buster/main armhf libdistro-info-perl all 0.21 [6696 B]
11:19:29 #10 11.59 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:29 #10 11.59 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB]
11:19:29 #10 11.60 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB]
11:19:29 #10 11.60 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB]
11:19:29 #10 11.60 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:19:29 #10 11.60 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB]
11:19:29 #10 11.60 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:19:29 #10 11.61 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:19:29 #10 11.61 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:29 #10 11.61 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:19:29 #10 11.61 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB]
11:19:29 #10 11.61 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB]
11:19:29 #10 11.61 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u2 [61.9 kB]
11:19:29 #10 11.61 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB]
11:19:29 #10 11.62 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:29 #10 11.62 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB]
11:19:29 #10 11.62 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:19:29 #10 11.62 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:29 #10 11.62 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:29 #10 11.62 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:19:29 #10 11.62 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:29 #10 11.62 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB]
11:19:29 #10 11.64 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB]
11:19:29 #10 11.64 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:29 #10 11.64 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB]
11:19:29 #10 11.64 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB]
11:19:29 #10 11.64 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:29 #10 11.64 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB]
11:19:29 #10 11.64 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB]
11:19:29 #10 11.64 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:19:29 #10 11.64 Get:258 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:19:29 #10 11.66 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
11:19:29 #10 11.66 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
11:19:29 #10 11.66 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB]
11:19:29 #10 11.66 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+deb10u1 [197 kB]
11:19:29 #10 11.66 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB]
11:19:29 #10 11.66 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB]
11:19:29 #10 11.66 Get:265 http://deb.debian.org/debian-security buster/updates/main armhf libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:19:29 #10 11.68 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:19:29 #10 11.68 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB]
11:19:29 #10 11.68 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B]
11:19:29 #10 11.68 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB]
11:19:29 #10 11.68 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:19:29 #10 11.68 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB]
11:19:29 #10 11.69 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
11:19:29 #10 11.69 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB]
11:19:29 #10 11.69 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB]
11:19:29 #10 11.69 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
11:19:29 #10 11.69 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB]
11:19:29 #10 11.69 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:19:29 #10 11.70 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:19:29 #10 11.70 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB]
11:19:29 #9 28.43 Selecting previously unselected package gcc-7-base:amd64.
11:19:29 #9 28.44 Preparing to unpack .../063-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:29 #9 28.44 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:29 #9 28.48 Selecting previously unselected package libisl19:amd64.
11:19:29 #9 28.48 Preparing to unpack .../064-libisl19_0.19-1_amd64.deb ...
11:19:29 #9 28.48 Unpacking libisl19:amd64 (0.19-1) ...
11:19:29 #9 28.56 Selecting previously unselected package libmpfr6:amd64.
11:19:29 #9 28.56 Preparing to unpack .../065-libmpfr6_4.0.1-1_amd64.deb ...
11:19:29 #9 28.57 Unpacking libmpfr6:amd64 (4.0.1-1) ...
11:19:29 #9 28.62 Selecting previously unselected package libmpc3:amd64.
11:19:29 #11 23.69 Get:180 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:19:29 #11 23.69 Get:181 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
11:19:29 #11 23.78 Get:182 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:19:29 #11 23.79 Get:183 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
11:19:29 #11 23.84 Get:184 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
11:19:29 #11 23.88 Get:185 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
11:19:29 #11 25.87 Selecting previously unselected package openssh-client.
11:19:29 #11 25.87 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
11:19:29 #11 25.88 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:19:29 #11 25.98 Selecting previously unselected package publicsuffix.
11:19:29 #11 25.98 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:19:29 #11 25.99 Unpacking publicsuffix (20200303.0012-1) ...
11:19:29 #11 26.02 Selecting previously unselected package python-apt-common.
11:19:29 #11 26.03 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
11:19:29 #11 26.03 Unpacking python-apt-common (2.0.1) ...
11:19:29 #11 26.07 Selecting previously unselected package python3-apt.
11:19:29 #11 18.96 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB]
11:19:29 #11 18.99 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB]
11:19:29 #11 18.99 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:19:29 #11 19.00 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB]
11:19:29 #11 19.01 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B]
11:19:29 #11 19.01 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:19:29 #10 15.44 (133/166): perl-Text-ParseWords-3.30-460.el9.no 259 kB/s |  17 kB     00:00    
11:19:29 #10 15.47 (134/166): perl-Text-Tabs+Wrap-2013.0523-460.el 357 kB/s |  24 kB     00:00    
11:19:29 #10 15.50 (135/166): perl-Time-Local-1.300-7.el9.noarch.r 517 kB/s |  34 kB     00:00    
11:19:29 #10 15.50 (136/166): perl-URI-5.09-3.el9.noarch.rpm       1.7 MB/s | 121 kB     00:00    
11:19:29 #10 15.54 (137/166): perl-base-2.27-480.el9.noarch.rpm    269 kB/s |  17 kB     00:00    
11:19:29 #10 15.57 (138/166): perl-constant-1.33-461.el9.noarch.rp 361 kB/s |  24 kB     00:00    
11:19:29 #10 15.57 (139/166): perl-if-0.60.800-480.el9.noarch.rpm  233 kB/s |  15 kB     00:00    
11:19:29 #10 15.60 (140/166): perl-interpreter-5.32.1-480.el9.aarc 1.1 MB/s |  72 kB     00:00    
11:19:29 #10 15.63 (141/166): perl-libnet-3.13-4.el9.noarch.rpm    1.8 MB/s | 130 kB     00:00    
11:19:29 #10 28.11 Selecting previously unselected package g++.
11:19:29 #10 28.11 Preparing to unpack .../056-g++_4%3a8.3.0-1_amd64.deb ...
11:19:29 #10 28.11 Unpacking g++ (4:8.3.0-1) ...
11:19:29 #10 28.14 Selecting previously unselected package make.
11:19:29 #10 28.14 Preparing to unpack .../057-make_4.2.1-1.2_amd64.deb ...
11:19:29 #10 28.14 Unpacking make (4.2.1-1.2) ...
11:19:29 #10 21.65 Preparing to unpack .../078-curl_7.88.1-1_arm64.deb ...
11:19:29 #10 21.66 Unpacking curl (7.88.1-1) ...
11:19:29 #10 21.71 Selecting previously unselected package dctrl-tools.
11:19:29 #10 21.71 Preparing to unpack .../079-dctrl-tools_2.24-3_arm64.deb ...
11:19:29 #10 21.72 Unpacking dctrl-tools (2.24-3) ...
11:19:29 #10 21.76 Selecting previously unselected package libdebhelper-perl.
11:19:29 #10 21.76 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
11:19:29 #10 21.77 Unpacking libdebhelper-perl (13.11.4) ...
11:19:29 #10 21.80 Selecting previously unselected package libtool.
11:19:29 #10 21.80 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
11:19:29 #10 21.81 Unpacking libtool (2.4.7-5) ...
11:19:29 #10 21.85 Selecting previously unselected package dh-autoreconf.
11:19:29 #10 21.85 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
11:19:29 #10 21.85 Unpacking dh-autoreconf (20) ...
11:19:29 #10 21.88 Selecting previously unselected package libarchive-zip-perl.
11:19:29 #10 22.62 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
11:19:29 #10 22.63 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
11:19:29 #10 22.63 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
11:19:29 #10 22.64 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:19:29 #10 22.64 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
11:19:29 #10 22.65 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
11:19:29 #10 22.65 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:29 #10 22.66 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
11:19:29 #10 22.69 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
11:19:29 #10 22.84 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
11:19:29 #10 22.91 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:19:30 #10 20.35 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:19:30 #10 20.36 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:30 #10 20.39 Selecting previously unselected package libsasl2-2:arm64.
11:19:30 #10 20.40 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:19:30 #10 20.40 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:30 #10 20.44 Selecting previously unselected package libldap-2.4-2:arm64.
11:19:30 #10 20.44 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
11:19:30 #10 20.45 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:19:30 #10 20.51 Selecting previously unselected package libnghttp2-14:arm64.
11:19:30 #10 20.51 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
11:19:30 #10 20.51 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
11:19:30 #10 20.55 Selecting previously unselected package libpsl5:arm64.
11:19:30 #10 20.56 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
11:19:30 #10 20.56 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
11:19:30 #10 20.60 Selecting previously unselected package librtmp1:arm64.
11:19:30 #10 11.71 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B]
11:19:30 #10 11.71 Get:281 http://deb.debian.org/debian-security buster/updates/main armhf mariadb-common all 1:10.3.38-0+deb10u1 [33.4 kB]
11:19:30 #10 11.71 Get:282 http://deb.debian.org/debian-security buster/updates/main armhf libmariadb3 armhf 1:10.3.38-0+deb10u1 [163 kB]
11:19:30 #10 11.72 Get:283 http://deb.debian.org/debian buster/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u1 [395 kB]
11:19:30 #10 11.73 Get:284 http://deb.debian.org/debian buster/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u1 [1837 kB]
11:19:30 #10 11.74 Get:285 http://deb.debian.org/debian buster/main armhf libpython2.7 armhf 2.7.16-2+deb10u1 [892 kB]
11:19:30 #10 11.77 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB]
11:19:30 #10 11.79 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB]
11:19:30 #10 11.80 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB]
11:19:30 #10 11.80 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB]
11:19:30 #10 11.80 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B]
11:19:30 #10 11.80 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B]
11:19:30 #10 11.80 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB]
11:19:30 #10 11.80 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB]
11:19:30 #10 11.80 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB]
11:19:30 #10 11.80 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:19:30 #10 11.81 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B]
11:19:30 #10 11.81 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:30 #10 11.81 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB]
11:19:30 #10 11.81 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB]
11:19:30 #10 11.81 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB]
11:19:30 #10 11.81 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB]
11:19:30 #10 11.81 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB]
11:19:30 #10 11.81 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:19:30 #10 11.82 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB]
11:19:30 #10 11.82 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB]
11:19:30 #10 11.82 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB]
11:19:30 #10 11.84 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB]
11:19:30 #10 11.84 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
11:19:30 #10 11.84 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB]
11:19:30 #10 11.84 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
11:19:30 #10 11.85 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB]
11:19:30 #10 11.85 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:30 #10 11.86 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:30 #10 11.86 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:30 #10 11.87 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB]
11:19:30 #10 11.87 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB]
11:19:30 #10 11.89 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB]
11:19:30 #10 11.89 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:19:30 #10 11.90 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB]
11:19:30 #10 11.90 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB]
11:19:30 #10 11.90 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
11:19:30 #10 11.92 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB]
11:19:30 #11 3.454 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
11:19:30 #11 3.458 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
11:19:30 #11 3.474 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [817 kB]
11:19:30 #11 3.474 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [776 kB]
11:19:30 #11 3.484 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [11.0 kB]
11:19:30 #9 28.62 Preparing to unpack .../066-libmpc3_1.1.0-1_amd64.deb ...
11:19:30 #9 28.62 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:19:30 #9 28.65 Selecting previously unselected package cpp-7.
11:19:30 #9 28.66 Preparing to unpack .../067-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:30 #9 28.66 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:19:30 #11 23.88 Get:186 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
11:19:30 #11 23.90 Get:187 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
11:19:30 #11 24.18 Get:188 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
11:19:30 #11 26.07 Preparing to unpack .../057-python3-apt_2.0.1_amd64.deb ...
11:19:30 #11 26.08 Unpacking python3-apt (2.0.1) ...
11:19:30 #11 26.13 Selecting previously unselected package libunwind8:amd64.
11:19:30 #11 26.14 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
11:19:30 #11 26.14 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
11:19:30 #11 26.18 Selecting previously unselected package strace.
11:19:30 #11 26.18 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
11:19:30 #11 26.19 Unpacking strace (5.5-3ubuntu1) ...
11:19:30 #11 26.25 Selecting previously unselected package xauth.
11:19:30 #11 26.26 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
11:19:30 #11 26.26 Unpacking xauth (1:1.1-0ubuntu1) ...
11:19:30 #11 26.30 Selecting previously unselected package libfl2:amd64.
11:19:30 #10 26.72 Selecting previously unselected package cpp.
11:19:30 #10 26.72 Preparing to unpack .../048-cpp_4%3a12.2.0-3_amd64.deb ...
11:19:30 #10 26.73 Unpacking cpp (4:12.2.0-3) ...
11:19:30 #10 26.76 Selecting previously unselected package libcc1-0:amd64.
11:19:30 #10 26.77 Preparing to unpack .../049-libcc1-0_12.2.0-14_amd64.deb ...
11:19:30 #10 26.77 Unpacking libcc1-0:amd64 (12.2.0-14) ...
11:19:30 #10 26.81 Selecting previously unselected package libgomp1:amd64.
11:19:30 #10 26.81 Preparing to unpack .../050-libgomp1_12.2.0-14_amd64.deb ...
11:19:30 #10 26.81 Unpacking libgomp1:amd64 (12.2.0-14) ...
11:19:30 #10 26.86 Selecting previously unselected package libitm1:amd64.
11:19:30 #10 26.86 Preparing to unpack .../051-libitm1_12.2.0-14_amd64.deb ...
11:19:30 #10 26.86 Unpacking libitm1:amd64 (12.2.0-14) ...
11:19:30 #10 26.90 Selecting previously unselected package libatomic1:amd64.
11:19:30 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6
11:19:30 #11 19.16 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:19:30 #11 19.24 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB]
11:19:30 #11 19.93 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
11:19:30 #11 19.93 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++-11-dev arm64 11.3.0-1ubuntu1~22.04 [2075 kB]
11:19:30 #11 20.00 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 g++-11 arm64 11.3.0-1ubuntu1~22.04 [11.1 MB]
11:19:30 #10 15.76 (142/166): perl-libs-5.32.1-480.el9.aarch64.rpm  11 MB/s | 2.1 MB     00:00    
11:19:30 #10 15.76 (143/166): perl-mro-1.23-480.el9.aarch64.rpm    179 kB/s |  29 kB     00:00    
11:19:30 #10 15.77 (144/166): perl-overload-1.31-480.el9.noarch.rp 358 kB/s |  47 kB     00:00    
11:19:30 #10 15.83 (145/166): perl-overloading-0.02-480.el9.noarch 215 kB/s |  14 kB     00:00    
11:19:30 #10 15.83 (146/166): perl-parent-0.238-460.el9.noarch.rpm 231 kB/s |  15 kB     00:00    
11:19:30 #10 15.84 (147/166): perl-podlators-4.14-460.el9.noarch.r 1.6 MB/s | 114 kB     00:00    
11:19:30 #10 15.89 (148/166): perl-srpm-macros-1-41.el9.noarch.rpm 141 kB/s | 9.1 kB     00:00    
11:19:30 #10 15.90 (149/166): perl-subs-1.03-480.el9.noarch.rpm    197 kB/s |  13 kB     00:00    
11:19:30 #10 15.90 (150/166): perl-vars-1.05-480.el9.noarch.rpm    220 kB/s |  14 kB     00:00    
11:19:30 #10 15.96 (151/166): policycoreutils-python-utils-3.5-1.e 1.1 MB/s |  77 kB     00:00    
11:19:30 #10 28.20 Selecting previously unselected package libdpkg-perl.
11:19:30 #10 28.20 Preparing to unpack .../058-libdpkg-perl_1.19.8_all.deb ...
11:19:30 #10 28.20 Unpacking libdpkg-perl (1.19.8) ...
11:19:30 #10 28.27 Selecting previously unselected package patch.
11:19:30 #10 28.27 Preparing to unpack .../059-patch_2.7.6-3+deb10u1_amd64.deb ...
11:19:30 #10 28.28 Unpacking patch (2.7.6-3+deb10u1) ...
11:19:30 #10 28.32 Selecting previously unselected package dpkg-dev.
11:19:30 #10 28.33 Preparing to unpack .../060-dpkg-dev_1.19.8_all.deb ...
11:19:30 #10 28.33 Unpacking dpkg-dev (1.19.8) ...
11:19:30 #10 28.44 Selecting previously unselected package build-essential.
11:19:30 #10 21.89 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
11:19:30 #10 21.89 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:30 #10 21.93 Selecting previously unselected package libsub-override-perl.
11:19:30 #10 21.93 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
11:19:30 #10 21.94 Unpacking libsub-override-perl (0.09-4) ...
11:19:30 #10 21.97 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:30 #10 21.97 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:19:30 #10 21.97 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:19:30 #10 22.01 Selecting previously unselected package dh-strip-nondeterminism.
11:19:30 #10 22.01 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:19:30 #10 22.01 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:19:30 #10 22.05 Selecting previously unselected package libelf1:arm64.
11:19:30 #10 22.05 Preparing to unpack .../087-libelf1_0.188-2.1_arm64.deb ...
11:19:30 #10 22.05 Unpacking libelf1:arm64 (0.188-2.1) ...
11:19:30 #10 22.10 Selecting previously unselected package dwz.
11:19:30 #10 22.10 Preparing to unpack .../088-dwz_0.15-1_arm64.deb ...
11:19:30 #10 22.11 Unpacking dwz (0.15-1) ...
11:19:30 #10 22.93 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:19:30 #10 22.95 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:19:30 #10 22.96 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
11:19:30 #10 23.00 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libnet-ssleay-perl arm64 1.84-1ubuntu0.2 [270 kB]
11:19:30 #11 16.57 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpng16-16 arm64 1.6.38-2 [182 kB]
11:19:30 #10 20.60 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:19:30 #10 20.61 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:30 #10 20.65 Selecting previously unselected package libssh2-1:arm64.
11:19:30 #10 20.65 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
11:19:30 #10 20.65 Unpacking libssh2-1:arm64 (1.9.0-2) ...
11:19:30 #10 20.70 Selecting previously unselected package libcurl4:arm64.
11:19:30 #10 20.70 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
11:19:30 #10 20.71 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
11:19:30 #10 20.75 Selecting previously unselected package curl.
11:19:30 #10 20.75 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u7_arm64.deb ...
11:19:30 #10 20.76 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:19:30 #10 20.81 Selecting previously unselected package dctrl-tools.
11:19:30 #10 11.92 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:19:30 #10 11.93 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB]
11:19:30 #10 11.93 Get:325 http://deb.debian.org/debian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:19:30 #10 11.95 Get:326 http://deb.debian.org/debian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [698 kB]
11:19:30 #10 11.95 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
11:19:30 #10 11.95 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:19:30 #10 11.96 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:19:30 #10 11.96 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:19:30 #10 11.96 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB]
11:19:30 #10 11.96 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:30 #10 11.96 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB]
11:19:30 #10 11.98 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:19:30 #10 11.98 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
11:19:30 #10 11.98 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB]
11:19:30 #10 11.98 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB]
11:19:30 #10 11.98 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB]
11:19:30 #10 11.98 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB]
11:19:30 #10 11.99 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB]
11:19:30 #10 12.01 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
11:19:30 #10 12.01 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB]
11:19:30 #10 12.02 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB]
11:19:30 #10 12.06 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB]
11:19:30 #10 12.06 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:19:30 #10 12.06 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
11:19:30 #10 12.06 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
11:19:30 #10 12.07 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB]
11:19:30 #10 12.07 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB]
11:19:30 #10 12.07 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B]
11:19:30 #10 12.07 Get:351 http://deb.debian.org/debian buster/main armhf python3-urllib3 all 1.24.1-1 [97.1 kB]
11:19:30 #10 12.07 Get:352 http://deb.debian.org/debian buster/main armhf python3-requests all 2.21.0-1 [66.9 kB]
11:19:30 #10 12.07 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B]
11:19:30 #10 12.07 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB]
11:19:30 #10 12.07 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB]
11:19:30 #10 12.10 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB]
11:19:30 #10 12.10 Get:357 http://deb.debian.org/debian-security buster/updates/main armhf unzip armhf 6.0-23+deb10u3 [158 kB]
11:19:30 #10 12.12 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB]
11:19:30 #10 12.12 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
11:19:30 #11 24.22 Get:189 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
11:19:30 #11 24.24 Get:190 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:19:30 #11 24.26 Get:191 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:30 #11 24.26 Get:192 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-which-perl all 1.27-1 [14.3 kB]
11:19:30 #11 24.26 Get:193 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:30 #11 24.26 Get:194 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
11:19:30 #11 24.26 Get:195 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
11:19:30 #11 24.26 Get:196 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run-perl all 20220807.0-1 [92.6 kB]
11:19:30 #11 24.27 Get:197 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:30 #11 24.27 Get:198 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-xsaccessor-perl amd64 1.19-4 [34.1 kB]
11:19:30 #11 26.30 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
11:19:30 #11 26.31 Unpacking libfl2:amd64 (2.6.4-6.2) ...
11:19:30 #11 26.36 Selecting previously unselected package at.
11:19:30 #11 26.36 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
11:19:30 #11 26.36 Unpacking at (3.1.23-1ubuntu1) ...
11:19:30 #11 26.42 Selecting previously unselected package libsigsegv2:amd64.
11:19:30 #11 26.42 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
11:19:30 #11 26.42 Unpacking libsigsegv2:amd64 (2.12-2) ...
11:19:30 #11 26.45 Selecting previously unselected package m4.
11:19:30 #11 26.46 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
11:19:30 #11 26.46 Unpacking m4 (1.4.18-4) ...
11:19:30 #11 26.51 Selecting previously unselected package autoconf.
11:19:30 #11 26.51 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
11:19:30 #11 26.51 Unpacking autoconf (2.69-11.1) ...
11:19:30 #10 26.90 Preparing to unpack .../052-libatomic1_12.2.0-14_amd64.deb ...
11:19:30 #10 26.90 Unpacking libatomic1:amd64 (12.2.0-14) ...
11:19:30 #10 26.93 Selecting previously unselected package libasan8:amd64.
11:19:30 #10 26.93 Preparing to unpack .../053-libasan8_12.2.0-14_amd64.deb ...
11:19:30 #10 26.94 Unpacking libasan8:amd64 (12.2.0-14) ...
11:19:30 #10 27.16 Selecting previously unselected package liblsan0:amd64.
11:19:30 #10 27.17 Preparing to unpack .../054-liblsan0_12.2.0-14_amd64.deb ...
11:19:30 #10 27.17 Unpacking liblsan0:amd64 (12.2.0-14) ...
11:19:30 #10 27.28 Selecting previously unselected package libtsan2:amd64.
11:19:30 #10 27.28 Preparing to unpack .../055-libtsan2_12.2.0-14_amd64.deb ...
11:19:30 #10 27.29 Unpacking libtsan2:amd64 (12.2.0-14) ...
11:19:30 #10 15.96 (152/166): pyproject-srpm-macros-1.6.2-1.el9.no 224 kB/s |  15 kB     00:00    
11:19:30 #10 15.97 (153/166): python-srpm-macros-3.9-52.el9.noarch 345 kB/s |  24 kB     00:00    
11:19:30 #10 16.03 (154/166): python3-audit-3.0.7-103.el9.aarch64. 1.2 MB/s |  84 kB     00:00    
11:19:30 #10 16.03 (155/166): python3-enchant-3.2.0-5.el9.noarch.r 1.2 MB/s |  86 kB     00:00    
11:19:30 #10 16.04 (156/166): python3-file-magic-5.39-12.el9.noarc 243 kB/s |  17 kB     00:00    
11:19:30 #10 16.10 (157/166): python3-libselinux-3.5-1.el9.aarch64 2.4 MB/s | 183 kB     00:00    
11:19:30 #10 16.11 (158/166): python3-libsemanage-3.5-1.el9.aarch6 1.0 MB/s |  79 kB     00:00    
11:19:30 #10 16.19 (159/166): python3-policycoreutils-3.5-1.el9.no  14 MB/s | 2.1 MB     00:00    
11:19:30 #10 16.20 (160/166): qt5-srpm-macros-5.15.3-1.el9.noarch. 107 kB/s | 9.7 kB     00:00    
11:19:30 #10 16.20 (161/166): redhat-rpm-config-199-1.el9.noarch.r 824 kB/s |  72 kB     00:00    
11:19:30 #10 16.26 (162/166): rpm-build-4.16.1.3-22.el9.aarch64.rp 1.4 MB/s | 100 kB     00:00    
11:19:30 #10 16.35 (163/166): rpmlint-1.11-19.el9.noarch.rpm       1.3 MB/s | 198 kB     00:00    
11:19:30 #10 16.35 (164/166): rust-srpm-macros-17-4.el9.noarch.rpm  66 kB/s |  10 kB     00:00    
11:19:30 #10 23.20 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]
11:19:30 #10 23.25 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:30 #10 23.26 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
11:19:30 #10 23.27 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
11:19:30 #10 23.27 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:19:30 #11 20.48 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
11:19:30 #11 20.48 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
11:19:30 #11 20.48 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:19:30 #11 20.48 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
11:19:30 #11 20.48 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
11:19:30 #11 20.48 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
11:19:30 #20 DONE 12.9s
11:19:30 
11:19:30 #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
11:19:30 #11 19.47 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB]
11:19:30 #11 19.51 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB]
11:19:30 #11 19.69 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:30 #11 19.69 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB]
11:19:30 #11 19.71 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB]
11:19:30 #11 19.77 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB]
11:19:30 #10 22.15 Selecting previously unselected package libicu72:arm64.
11:19:30 #10 22.15 Preparing to unpack .../089-libicu72_72.1-3_arm64.deb ...
11:19:30 #10 22.15 Unpacking libicu72:arm64 (72.1-3) ...
11:19:30 #10 25.20 Selecting previously unselected package gcc.
11:19:30 #10 25.21 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
11:19:30 #10 25.21 Unpacking gcc (4:10.2.1-1) ...
11:19:30 #10 25.24 Selecting previously unselected package libstdc++-10-dev:amd64.
11:19:30 #10 25.24 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
11:19:30 #10 25.24 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
11:19:30 #11 16.94 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:19:30 #11 16.96 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
11:19:30 #11 16.96 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
11:19:30 #11 16.96 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxcb1 arm64 1.15-1 [47.6 kB]
11:19:30 #11 16.98 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-data all 2:1.8.1-2 [118 kB]
11:19:30 #11 17.02 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-6 arm64 2:1.8.1-2 [646 kB]
11:19:30 #10 28.44 Preparing to unpack .../061-build-essential_12.6_amd64.deb ...
11:19:30 #10 28.44 Unpacking build-essential (12.6) ...
11:19:30 #10 28.47 Selecting previously unselected package openssl.
11:19:30 #10 28.47 Preparing to unpack .../062-openssl_1.1.1n-0+deb10u4_amd64.deb ...
11:19:30 #10 28.47 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:19:30 #10 28.59 Selecting previously unselected package ca-certificates.
11:19:30 #10 28.59 Preparing to unpack .../063-ca-certificates_20200601~deb10u2_all.deb ...
11:19:30 #10 28.60 Unpacking ca-certificates (20200601~deb10u2) ...
11:19:30 #10 28.70 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:30 #10 28.70 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:19:30 #10 28.71 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:30 #10 28.74 Selecting previously unselected package libsasl2-2:amd64.
11:19:30 #10 28.74 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:19:30 #10 28.75 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:30 #10 28.78 Selecting previously unselected package libldap-common.
11:19:30 #10 28.78 Preparing to unpack .../066-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:19:30 #10 28.79 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:19:30 #10 28.83 Selecting previously unselected package libldap-2.4-2:amd64.
11:19:30 #10 28.83 Preparing to unpack .../067-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
11:19:30 #10 28.83 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
11:19:30 #10 28.88 Selecting previously unselected package libnghttp2-14:amd64.
11:19:30 #10 28.88 Preparing to unpack .../068-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
11:19:30 #10 28.88 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
11:19:30 #10 28.92 Selecting previously unselected package libpsl5:amd64.
11:19:30 #10 28.93 Preparing to unpack .../069-libpsl5_0.20.2-2_amd64.deb ...
11:19:30 #10 20.81 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
11:19:30 #10 20.82 Unpacking dctrl-tools (2.24-3) ...
11:19:30 #10 20.85 Selecting previously unselected package libdebhelper-perl.
11:19:30 #10 20.86 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
11:19:30 #10 20.86 Unpacking libdebhelper-perl (13.3.4) ...
11:19:30 #10 20.91 Selecting previously unselected package libtool.
11:19:30 #10 20.91 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
11:19:30 #10 20.91 Unpacking libtool (2.4.6-15) ...
11:19:30 #10 20.96 Selecting previously unselected package dh-autoreconf.
11:19:30 #10 20.96 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
11:19:30 #10 20.97 Unpacking dh-autoreconf (20) ...
11:19:30 #10 21.00 Selecting previously unselected package libarchive-zip-perl.
11:19:30 #10 21.00 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
11:19:30 #10 21.00 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:30 #10 21.04 Selecting previously unselected package libsub-override-perl.
11:19:30 #7 ...
11:19:30 
11:19:30 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:30 #11 10.64 The following additional packages will be installed:
11:19:30 #11 10.65   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:30 #11 10.65   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:30 #11 10.65   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
11:19:30 #11 10.65   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:19:30 #11 10.65   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
11:19:30 #11 10.65   gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:30 #11 10.65   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:30 #11 10.65   intltool-debian iso-codes less libalgorithm-diff-perl
11:19:30 #11 10.65   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:30 #11 10.65   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:30 #11 10.65   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:30 #11 10.65   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:30 #11 10.65   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:30 #11 10.65   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:30 #11 10.65   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:30 #11 10.65   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:30 #11 10.65   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:30 #11 10.65   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:30 #11 10.65   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:30 #11 10.65   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:30 #11 10.65   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:30 #11 10.65   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:30 #11 10.65   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:30 #11 10.65   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:30 #11 10.65   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:30 #11 10.65   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:30 #11 10.65   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:30 #11 10.65   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:30 #11 10.65   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:30 #11 10.65   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:30 #11 10.65   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:30 #11 10.65   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:30 #11 10.65   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:30 #11 10.65   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:30 #11 10.65   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:19:30 #11 10.65   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:19:30 #11 10.65   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:19:30 #11 10.65   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:30 #11 10.65   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:19:30 #11 10.65   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:19:30 #11 10.65   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:30 #11 10.65   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:30 #11 10.65   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:30 #11 10.65   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:30 #11 10.65   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:30 #11 10.65   libmath-base85-perl libmd0 libmodule-implementation-perl
11:19:30 #11 10.65   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:19:30 #11 10.65   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:19:30 #11 10.65   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:30 #11 10.65   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:30 #11 10.65   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:30 #11 10.65   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:19:30 #11 10.65   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:30 #11 10.65   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:30 #11 10.65   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:30 #11 10.65   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:30 #11 10.65   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:19:30 #11 10.65   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:30 #11 10.65   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:30 #11 10.65   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:30 #11 10.65   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:30 #11 10.65   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:19:30 #11 10.65   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:19:30 #11 10.65   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:30 #11 10.65   libstring-shellquote-perl libsub-exporter-perl
11:19:30 #11 10.65   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:30 #11 10.65   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:30 #11 10.65   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:30 #11 10.65   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:30 #11 10.65   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:30 #11 10.65   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:19:30 #11 10.65   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:30 #11 10.65   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:19:30 #11 10.65   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:19:30 #11 10.65   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:30 #11 10.65   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:30 #11 10.65   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:30 #11 10.65   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:19:30 #11 10.65   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:19:30 #11 10.65   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:30 #11 10.65   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:19:30 #11 10.65   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:30 #11 10.65   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:30 #11 10.65   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:30 #11 10.65   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:30 #11 10.65   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:19:30 #11 10.65   ucf unzip wdiff xauth xz-utils zstd
11:19:30 #11 10.65 Suggested packages:
11:19:30 #11 10.65   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:30 #11 10.65   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:30 #11 10.65   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:19:30 #11 10.65   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:19:30 #11 10.65   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:30 #11 10.65   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:30 #11 10.65   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:30 #11 10.65   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:30 #11 10.65   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:19:30 #11 10.65   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
11:19:30 #11 10.65   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:19:30 #11 10.65   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:19:30 #11 10.65   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:19:30 #11 10.65   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:19:30 #11 10.65   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
11:19:30 #11 10.65   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:30 #11 10.65   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:30 #11 10.65   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
11:19:30 #11 10.65   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:30 #11 10.65   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:19:30 #11 10.65   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:30 #11 10.65   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:30 #11 10.65   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:30 #11 10.65   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:30 #11 10.65   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:30 #11 10.65   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:30 #11 10.65   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:30 #11 10.65   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:19:30 #11 11.23 The following NEW packages will be installed:
11:19:30 #11 11.23   autoconf automake autopoint autotools-dev binutils binutils-common
11:19:30 #11 11.23   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:19:30 #11 11.23   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
11:19:30 #11 11.23   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:30 #11 11.23   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
11:19:30 #11 11.23   g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg
11:19:30 #11 11.23   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:19:30 #11 11.23   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:19:30 #11 11.23   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:30 #11 11.23   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:30 #11 11.23   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:30 #11 11.23   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:30 #11 11.23   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:30 #11 11.23   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:30 #11 11.23   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:30 #11 11.24   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:30 #11 11.24   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:30 #11 11.24   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:30 #11 11.24   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:30 #11 11.24   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:30 #11 11.24   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:30 #11 11.24   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:30 #11 11.24   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:30 #11 11.24   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:30 #11 11.24   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:30 #11 11.24   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:30 #11 11.24   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:30 #11 11.24   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:30 #11 11.24   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:30 #11 11.24   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:30 #11 11.24   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:30 #11 11.24   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:30 #11 11.24   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:30 #11 11.24   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:30 #11 11.24   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:19:30 #11 11.24   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:19:30 #11 11.24   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:19:30 #11 11.24   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:30 #11 11.24   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:19:30 #11 11.24   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:19:30 #11 11.24   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:30 #11 11.24   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:30 #11 11.24   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:19:30 #11 11.24   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:30 #11 11.24   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:30 #11 11.24   libmath-base85-perl libmd0 libmodule-implementation-perl
11:19:30 #11 11.24   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:19:30 #11 11.24   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:19:30 #11 11.24   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:30 #11 11.24   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:30 #11 11.24   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:30 #11 11.24   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:19:30 #11 11.24   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:30 #11 11.24   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:30 #11 11.24   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:30 #11 11.24   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:30 #11 11.24   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:19:30 #11 11.24   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:30 #11 11.24   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:30 #11 11.24   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:30 #11 11.24   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:30 #11 11.24   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:19:30 #11 11.24   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:19:30 #11 11.24   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:30 #11 11.24   libstring-shellquote-perl libsub-exporter-perl
11:19:30 #11 11.24   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:30 #11 11.24   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:30 #11 11.24   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:30 #11 11.24   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:30 #11 11.24   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:30 #11 11.24   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:19:30 #11 11.24   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:19:30 #11 11.24   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:19:30 #11 11.24   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:19:30 #11 11.24   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:30 #11 11.24   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:30 #11 11.24   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:30 #11 11.24   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:19:30 #11 11.24   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:19:30 #11 11.24   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:30 #11 11.24   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:19:30 #11 11.24   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:19:30 #11 11.24   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:19:30 #11 11.24   python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:30 #11 11.24   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:30 #11 11.24   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:19:30 #11 11.24   ucf unzip wdiff xauth xz-utils zstd
11:19:30 #11 11.67 0 upgraded, 371 newly installed, 0 to remove and 2 not upgraded.
11:19:30 #11 11.67 Need to get 132 MB of archives.
11:19:30 #11 11.67 After this operation, 475 MB of additional disk space will be used.
11:19:30 #11 11.67 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
11:19:30 #11 11.82 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB]
11:19:30 #11 12.20 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
11:19:30 #11 12.21 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB]
11:19:30 #11 12.34 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
11:19:30 #11 12.34 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
11:19:30 #11 12.34 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:19:30 #11 12.35 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
11:19:30 #11 12.35 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
11:19:30 #11 12.36 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
11:19:30 #11 12.39 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB]
11:19:30 #11 12.87 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
11:19:30 #11 13.35 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
11:19:30 #11 13.35 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
11:19:30 #11 13.35 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
11:19:30 #11 13.58 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
11:19:30 #11 13.58 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
11:19:30 #11 13.58 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB]
11:19:30 #11 13.81 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB]
11:19:30 #11 13.82 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.8 [1184 kB]
11:19:30 #11 13.87 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:19:30 #11 13.88 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:19:30 #11 14.16 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
11:19:30 #11 14.32 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.1 [143 kB]
11:19:30 #11 14.32 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
11:19:30 #11 14.32 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
11:19:30 #11 14.32 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
11:19:30 #11 14.32 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
11:19:30 #11 14.50 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
11:19:30 #11 14.51 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
11:19:30 #11 14.51 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:19:30 #11 14.79 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
11:19:30 #11 14.80 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:19:30 #11 14.80 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu1 [164 kB]
11:19:30 #11 14.83 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]
11:19:30 #11 14.84 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
11:19:30 #11 14.85 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
11:19:30 #11 14.85 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-3 [257 kB]
11:19:30 #11 14.86 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-3 [87.2 kB]
11:19:30 #11 14.86 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 file amd64 1:5.41-3 [21.5 kB]
11:19:30 #11 14.87 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB]
11:19:30 #11 14.87 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
11:19:30 #11 15.27 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
11:19:30 #11 15.82 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
11:19:30 #11 15.82 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
11:19:30 #11 15.83 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
11:19:30 #11 15.83 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
11:19:30 #11 15.84 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
11:19:30 #11 15.84 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
11:19:30 #11 15.85 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:19:30 #11 15.85 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
11:19:30 #11 15.85 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
11:19:30 #11 15.85 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
11:19:30 #11 16.26 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
11:19:30 #11 16.59 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
11:19:30 #11 16.81 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
11:19:30 #11 16.81 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
11:19:30 #11 16.81 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB]
11:19:30 #11 16.92 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
11:19:30 #11 16.98 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB]
11:19:30 #11 17.04 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
11:19:30 #11 17.04 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
11:19:30 #11 17.04 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB]
11:19:30 #11 17.06 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
11:19:30 #11 17.34 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
11:19:30 #11 17.39 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
11:19:30 #11 17.39 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
11:19:30 #11 17.41 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
11:19:30 #11 17.43 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
11:19:30 #11 17.43 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
11:19:30 #11 17.44 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB]
11:19:30 #11 17.48 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.1 [221 kB]
11:19:30 #11 17.49 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.1 [661 kB]
11:19:30 #11 17.49 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.1 [107 kB]
11:19:30 #11 17.50 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.1 [103 kB]
11:19:30 #11 17.78 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.1 [2328 kB]
11:19:30 #11 17.92 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.1 [3198 B]
11:19:30 #11 17.92 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.1 [20.4 kB]
11:19:30 #11 17.92 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-67.74 [1329 kB]
11:19:30 #11 17.94 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
11:19:30 #11 17.94 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
11:19:30 #11 17.95 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
11:19:30 #11 17.96 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
11:19:30 #11 17.96 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.1 [2099 kB]
11:19:30 #11 18.02 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.3.0-1ubuntu1~22.04 [20.8 kB]
11:19:30 #11 18.03 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
11:19:30 #11 18.44 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
11:19:30 #11 19.02 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
11:19:30 #11 19.02 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.3.0-1ubuntu1~22.04 [9967 kB]
11:19:30 #11 24.54 Get:199 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-op-check-perl amd64 0.22-2 [10.5 kB]
11:19:30 #11 24.56 Get:200 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:19:30 #11 24.56 Get:201 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
11:19:30 #11 24.57 Get:202 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-classify-perl amd64 0.015-2 [21.9 kB]
11:19:30 #11 24.58 Get:203 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:19:30 #11 24.58 Get:204 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
11:19:30 #11 3.886 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [3270 B]
11:19:30 #11 3.960 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
11:19:30 #11 4.042 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
11:19:30 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.0s
11:19:30 #9 ...
11:19:30 
11:19:30 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:19:30 #7 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 12.6s done
11:19:30 #7 extracting sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 done
11:19:30 #7 extracting sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 0.0s done
11:19:30 #7 extracting sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 done
11:19:30 #7 extracting sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 done
11:19:30 #7 extracting sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 done
11:19:30 #7 extracting sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 2.2s done
11:19:30 #7 extracting sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 0.0s done
11:19:30 #7 DONE 25.3s
11:19:30 
11:19:30 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:30 #9 ...
11:19:30 
11:19:30 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:30 #10 24.44 Selecting previously unselected package libfakeroot:arm64.
11:19:30 #10 24.44 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
11:19:30 #10 24.44 Unpacking libfakeroot:arm64 (1.23-1) ...
11:19:30 #10 24.48 Selecting previously unselected package fakeroot.
11:19:30 #10 24.48 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
11:19:30 #10 24.49 Unpacking fakeroot (1.23-1) ...
11:19:30 #10 24.53 Selecting previously unselected package libassuan0:arm64.
11:19:30 #10 24.53 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
11:19:30 #10 24.54 Unpacking libassuan0:arm64 (2.5.2-1) ...
11:19:30 #11 26.58 Selecting previously unselected package autotools-dev.
11:19:30 #11 26.58 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
11:19:30 #11 26.58 Unpacking autotools-dev (20180224.1) ...
11:19:30 #11 26.63 Selecting previously unselected package automake.
11:19:30 #11 26.63 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:19:30 #11 26.63 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:19:30 #11 26.72 Selecting previously unselected package autopoint.
11:19:30 #11 26.72 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
11:19:30 #11 26.72 Unpacking autopoint (0.19.8.1-10build1) ...
11:19:30 #11 26.76 Selecting previously unselected package binutils-common:amd64.
11:19:30 #11 26.76 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.4_amd64.deb ...
11:19:30 #11 26.77 Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ...
11:19:30 #11 26.82 Selecting previously unselected package libbinutils:amd64.
11:19:30 #11 26.82 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.4_amd64.deb ...
11:19:30 #11 26.83 Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ...
11:19:30 #11 26.91 Selecting previously unselected package libctf-nobfd0:amd64.
11:19:30 #11 26.91 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ...
11:19:30 #11 26.92 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
11:19:30 #11 26.95 Selecting previously unselected package libctf0:amd64.
11:19:30 #10 27.51 Selecting previously unselected package libubsan1:amd64.
11:19:30 #10 27.52 Preparing to unpack .../056-libubsan1_12.2.0-14_amd64.deb ...
11:19:30 #10 27.52 Unpacking libubsan1:amd64 (12.2.0-14) ...
11:19:30 #10 23.43 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
11:19:30 #10 23.60 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
11:19:30 #11 20.88 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:19:30 #10 16.36 (165/166): scl-utils-2.0.3-4.el9.aarch64.rpm    392 kB/s |  37 kB     00:00    
11:19:30 #10 22.73 Selecting previously unselected package libxml2:arm64.
11:19:30 #10 22.73 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
11:19:30 #10 22.74 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:19:30 #10 22.81 Selecting previously unselected package gettext.
11:19:30 #11 17.14 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
11:19:30 #11 17.14 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
11:19:30 #11 17.15 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 man-db arm64 2.10.2-2 [1175 kB]
11:19:30 #11 17.23 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages all 5.13-1 [1391 kB]
11:19:30 #11 19.77 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB]
11:19:30 #11 19.77 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
11:19:30 #11 19.77 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
11:19:30 #11 19.92 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB]
11:19:30 #10 25.50 Selecting previously unselected package g++-10.
11:19:30 #10 25.50 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
11:19:30 #10 25.50 Unpacking g++-10 (10.2.1-6) ...
11:19:30 #10 28.93 Unpacking libpsl5:amd64 (0.20.2-2) ...
11:19:30 #10 28.99 Selecting previously unselected package librtmp1:amd64.
11:19:30 #10 28.99 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
11:19:30 #10 28.99 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
11:19:30 #10 29.04 Selecting previously unselected package libssh2-1:amd64.
11:19:30 #10 29.04 Preparing to unpack .../071-libssh2-1_1.8.0-2.1_amd64.deb ...
11:19:30 #10 29.05 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
11:19:30 #10 29.11 Selecting previously unselected package libcurl4:amd64.
11:19:30 #10 29.11 Preparing to unpack .../072-libcurl4_7.64.0-4+deb10u5_amd64.deb ...
11:19:30 #10 29.11 Unpacking libcurl4:amd64 (7.64.0-4+deb10u5) ...
11:19:30 #10 29.16 Selecting previously unselected package curl.
11:19:30 #10 21.04 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
11:19:30 #10 21.04 Unpacking libsub-override-perl (0.09-2) ...
11:19:30 #10 21.08 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:30 #10 21.08 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:19:30 #10 21.08 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:19:30 #10 21.12 Selecting previously unselected package dh-strip-nondeterminism.
11:19:30 #10 21.12 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:19:30 #10 21.12 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:19:30 #10 21.17 Selecting previously unselected package libelf1:arm64.
11:19:30 #10 21.17 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
11:19:30 #10 21.18 Unpacking libelf1:arm64 (0.183-1) ...
11:19:30 #10 21.23 Selecting previously unselected package dwz.
11:19:30 #10 21.23 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
11:19:30 #10 21.23 Unpacking dwz (0.13+20210201-1) ...
11:19:30 #10 21.28 Selecting previously unselected package libicu67:arm64.
11:19:30 #11 24.58 Get:205 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:30 #11 24.59 Get:206 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:30 #11 24.59 Get:207 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
11:19:30 #11 24.60 Get:208 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libencode-locale-perl all 1.05-2 [12.2 kB]
11:19:30 #11 24.60 Get:209 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:30 #11 ...
11:19:30 
11:19:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:30 #10 2.240 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
11:19:30 #10 2.276 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
11:19:30 #10 2.609 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [315 kB]
11:19:30 #10 12.60 debconf: delaying package configuration, since apt-utils is not installed
11:19:30 #10 12.63 Fetched 156 MB in 4s (42.6 MB/s)
11:19:30 #10 12.68 Selecting previously unselected package sensible-utils.
11:19:30 #10 12.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6671 files and directories currently installed.)
11:19:30 #10 12.68 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:19:30 #10 12.68 Unpacking sensible-utils (0.0.12) ...
11:19:30 #11 4.130 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [483 kB]
11:19:30 #11 4.350 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [586 kB]
11:19:30 #10 24.57 Selecting previously unselected package gpgconf.
11:19:30 #10 24.57 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
11:19:30 #10 24.57 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:19:30 #10 24.62 Selecting previously unselected package libksba8:arm64.
11:19:30 #10 24.62 Preparing to unpack .../091-libksba8_1.3.5-2+deb10u2_arm64.deb ...
11:19:30 #10 24.63 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
11:19:30 #10 24.67 Selecting previously unselected package libnpth0:arm64.
11:19:30 #10 24.67 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
11:19:30 #10 24.68 Unpacking libnpth0:arm64 (1.6-1) ...
11:19:30 #10 24.71 Selecting previously unselected package dirmngr.
11:19:30 #10 24.72 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
11:19:30 #10 24.73 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:19:30 #10 24.79 Selecting previously unselected package gnupg-l10n.
11:19:31 #11 26.96 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.4_amd64.deb ...
11:19:31 #11 26.96 Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ...
11:19:31 #11 27.00 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:31 #11 27.01 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ...
11:19:31 #11 27.01 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
11:19:31 #10 27.62 Selecting previously unselected package libquadmath0:amd64.
11:19:31 #10 27.63 Preparing to unpack .../057-libquadmath0_12.2.0-14_amd64.deb ...
11:19:31 #10 27.63 Unpacking libquadmath0:amd64 (12.2.0-14) ...
11:19:31 #10 27.67 Selecting previously unselected package libgcc-12-dev:amd64.
11:19:31 #10 27.67 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_amd64.deb ...
11:19:31 #10 27.67 Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
11:19:31 #10 23.86 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:31 #10 23.87 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:31 #10 23.88 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:31 #10 23.88 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:19:31 #10 23.89 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:19:31 #10 23.89 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
11:19:31 #10 23.90 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:31 #10 23.90 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
11:19:31 #10 23.91 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
11:19:31 #10 22.81 Preparing to unpack .../091-gettext_0.21-12_arm64.deb ...
11:19:31 #10 22.82 Unpacking gettext (0.21-12) ...
11:19:31 #10 22.93 Selecting previously unselected package intltool-debian.
11:19:31 #10 22.93 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
11:19:31 #10 22.94 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:19:31 #10 22.97 Selecting previously unselected package po-debconf.
11:19:31 #10 22.97 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
11:19:31 #10 22.97 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:31 #10 23.02 Selecting previously unselected package debhelper.
11:19:31 #10 23.02 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
11:19:31 #10 23.03 Unpacking debhelper (13.11.4) ...
11:19:31 #11 20.20 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
11:19:31 #11 20.21 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
11:19:31 #10 16.55 (166/166): webkit2gtk3-jsc-2.38.5-1.el9.aarch64  15 MB/s | 2.9 MB     00:00    
11:19:31 #10 16.56 --------------------------------------------------------------------------------
11:19:31 #10 16.56 Total                                            13 MB/s |  66 MB     00:05     
11:19:31 #9 29.43 Selecting previously unselected package cpp.
11:19:31 #9 29.43 Preparing to unpack .../068-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:19:31 #9 29.43 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:19:31 #9 29.47 Selecting previously unselected package libcc1-0:amd64.
11:19:31 #9 29.47 Preparing to unpack .../069-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 29.51 Selecting previously unselected package libgomp1:amd64.
11:19:31 #9 29.51 Preparing to unpack .../070-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 29.55 Selecting previously unselected package libitm1:amd64.
11:19:31 #9 29.55 Preparing to unpack .../071-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 29.59 Selecting previously unselected package libatomic1:amd64.
11:19:31 #9 29.60 Preparing to unpack .../072-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.60 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 29.63 Selecting previously unselected package libasan4:amd64.
11:19:31 #9 29.63 Preparing to unpack .../073-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.64 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:31 #9 29.70 Selecting previously unselected package liblsan0:amd64.
11:19:31 #9 29.70 Preparing to unpack .../074-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.71 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 29.77 Selecting previously unselected package libtsan0:amd64.
11:19:31 #9 29.77 Preparing to unpack .../075-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.78 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #10 29.17 Preparing to unpack .../073-curl_7.64.0-4+deb10u5_amd64.deb ...
11:19:31 #10 29.17 Unpacking curl (7.64.0-4+deb10u5) ...
11:19:31 #10 29.23 Selecting previously unselected package dctrl-tools.
11:19:31 #10 29.23 Preparing to unpack .../074-dctrl-tools_2.24-3_amd64.deb ...
11:19:31 #10 29.24 Unpacking dctrl-tools (2.24-3) ...
11:19:31 #10 29.27 Selecting previously unselected package libtool.
11:19:31 #10 29.28 Preparing to unpack .../075-libtool_2.4.6-9_all.deb ...
11:19:31 #10 29.28 Unpacking libtool (2.4.6-9) ...
11:19:31 #10 29.33 Selecting previously unselected package dh-autoreconf.
11:19:31 #10 29.33 Preparing to unpack .../076-dh-autoreconf_19_all.deb ...
11:19:31 #10 29.34 Unpacking dh-autoreconf (19) ...
11:19:31 #10 29.36 Selecting previously unselected package libarchive-zip-perl.
11:19:31 #10 29.36 Preparing to unpack .../077-libarchive-zip-perl_1.64-1_all.deb ...
11:19:31 #10 29.37 Unpacking libarchive-zip-perl (1.64-1) ...
11:19:31 #10 29.40 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:31 #9 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.1s
11:19:31 #10 21.28 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
11:19:31 #10 21.29 Unpacking libicu67:arm64 (67.1-7) ...
11:19:31 #21 0.796 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:19:31 #21 0.796 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:19:31 #21 0.796 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:19:31 #11 25.00 Get:210 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:31 #11 25.07 Get:211 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-listing-perl all 6.15-1 [11.5 kB]
11:19:31 #11 25.09 Get:212 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:31 #11 25.11 Get:213 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:19:31 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 5.1s
11:19:31 #10 2.761 Get:4 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
11:19:31 #11 4.426 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
11:19:31 #11 4.426 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
11:19:31 #11 4.470 Fetched 22.0 MB in 3s (6865 kB/s)
11:19:31 #10 24.79 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:19:31 #10 24.80 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:19:31 #10 24.89 Selecting previously unselected package gnupg-utils.
11:19:31 #10 24.89 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 24.89 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:19:31 #10 24.96 Selecting previously unselected package gpg.
11:19:31 #10 24.96 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 24.96 Unpacking gpg (2.2.12-1+deb10u2) ...
11:19:31 #10 25.03 Selecting previously unselected package pinentry-curses.
11:19:31 #11 27.25 Selecting previously unselected package binutils.
11:19:31 #11 27.25 Preparing to unpack .../074-binutils_2.34-6ubuntu1.4_amd64.deb ...
11:19:31 #11 27.26 Unpacking binutils (2.34-6ubuntu1.4) ...
11:19:31 #11 27.31 Selecting previously unselected package libc-dev-bin.
11:19:31 #11 27.32 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
11:19:31 #11 27.32 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:19:31 #11 27.36 Selecting previously unselected package linux-libc-dev:amd64.
11:19:31 #11 27.37 Preparing to unpack .../076-linux-libc-dev_5.4.0-144.161_amd64.deb ...
11:19:31 #11 27.37 Unpacking linux-libc-dev:amd64 (5.4.0-144.161) ...
11:19:31 #10 24.05 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
11:19:31 #10 24.13 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:31 #10 24.14 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
11:19:31 #10 27.90 Selecting previously unselected package gcc-12.
11:19:31 #10 27.90 Preparing to unpack .../059-gcc-12_12.2.0-14_amd64.deb ...
11:19:31 #10 27.91 Unpacking gcc-12 (12.2.0-14) ...
11:19:31 #10 23.12 Selecting previously unselected package debian-keyring.
11:19:31 #10 23.13 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
11:19:31 #10 23.13 Unpacking debian-keyring (2022.12.24) ...
11:19:31 #11 20.37 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:19:31 #11 20.39 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
11:19:31 #11 20.47 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
11:19:31 #11 20.51 Get:161 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
11:19:31 #11 20.52 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
11:19:31 #11 20.53 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB]
11:19:31 #11 20.54 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB]
11:19:31 #11 20.54 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
11:19:31 #10 29.40 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:19:31 #10 29.40 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:19:31 #10 29.44 Selecting previously unselected package dh-strip-nondeterminism.
11:19:31 #10 29.44 Preparing to unpack .../079-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:19:31 #10 29.44 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:19:31 #10 29.47 Selecting previously unselected package dwz.
11:19:31 #10 29.47 Preparing to unpack .../080-dwz_0.12-3_amd64.deb ...
11:19:31 #10 29.47 Unpacking dwz (0.12-3) ...
11:19:31 #10 29.51 Selecting previously unselected package libglib2.0-0:amd64.
11:19:31 #10 29.52 Preparing to unpack .../081-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
11:19:31 #10 29.52 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
11:19:31 #9 29.83 Selecting previously unselected package libubsan0:amd64.
11:19:31 #9 29.84 Preparing to unpack .../076-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.85 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:31 #9 29.92 Selecting previously unselected package libcilkrts5:amd64.
11:19:31 #9 29.92 Preparing to unpack .../077-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.92 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:31 #9 29.96 Selecting previously unselected package libmpx2:amd64.
11:19:31 #9 29.96 Preparing to unpack .../078-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 29.97 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 30.00 Selecting previously unselected package libquadmath0:amd64.
11:19:31 #9 30.01 Preparing to unpack .../079-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:19:31 #9 30.01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:31 #9 30.05 Selecting previously unselected package libgcc-7-dev:amd64.
11:19:31 #9 30.05 Preparing to unpack .../080-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:31 #9 30.05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:31 #11 21.43 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
11:19:31 #11 21.43 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:19:31 #11 21.45 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.2 [21.1 kB]
11:19:31 #11 17.69 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssh-client arm64 1:9.0p1-1ubuntu7.1 [831 kB]
11:19:31 #11 25.25 Get:214 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-parser-perl amd64 3.78-1 [88.3 kB]
11:19:31 #11 25.32 Get:215 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:31 #11 25.39 Get:216 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-html-perl all 1.004-3 [15.9 kB]
11:19:31 #10 3.023 Get:5 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
11:19:31 #10 3.023 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
11:19:31 #10 3.110 Get:7 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
11:19:31 #10 3.110 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
11:19:31 #10 13.12 Selecting previously unselected package lsb-base.
11:19:31 #10 13.12 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:19:31 #10 13.13 Unpacking lsb-base (10.2019051400) ...
11:19:31 #10 13.16 Selecting previously unselected package cron.
11:19:31 #10 13.16 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ...
11:19:31 #10 13.17 Unpacking cron (3.0pl1-134+deb10u1) ...
11:19:31 #10 13.22 Selecting previously unselected package libbsd0:armhf.
11:19:31 #10 13.22 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
11:19:31 #10 13.23 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
11:19:31 #10 25.03 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
11:19:31 #10 25.04 Unpacking pinentry-curses (1.1.0-2) ...
11:19:31 #10 25.07 Selecting previously unselected package gpg-agent.
11:19:31 #10 25.08 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 25.08 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:19:31 #10 25.14 Selecting previously unselected package gpg-wks-client.
11:19:31 #10 25.14 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 25.14 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:19:31 #10 25.18 Selecting previously unselected package gpg-wks-server.
11:19:31 #10 25.19 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 25.19 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:19:31 #10 25.23 Selecting previously unselected package gpgsm.
11:19:31 #10 25.23 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
11:19:31 #10 25.23 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:19:31 #10 25.28 Selecting previously unselected package gnupg.
11:19:31 #10 25.28 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ...
11:19:31 #10 25.29 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:19:31 #10 25.34 Selecting previously unselected package libfile-which-perl.
11:19:31 #10 25.35 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
11:19:31 #10 25.35 Unpacking libfile-which-perl (1.23-1) ...
11:19:31 #10 25.38 Selecting previously unselected package libfile-homedir-perl.
11:19:31 #10 25.38 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
11:19:31 #10 25.39 Unpacking libfile-homedir-perl (1.004-1) ...
11:19:31 #11 27.56 Selecting previously unselected package libcrypt-dev:amd64.
11:19:31 #11 27.56 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
11:19:31 #11 27.57 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
11:19:31 #11 27.62 Selecting previously unselected package libc6-dev:amd64.
11:19:31 #11 27.63 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
11:19:31 #11 27.63 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
11:19:31 #10 24.27 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
11:19:31 #10 24.32 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:31 #10 24.36 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:19:31 #10 24.37 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:31 #10 24.38 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:19:31 #10 24.39 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
11:19:31 #10 24.40 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:19:31 #10 24.41 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
11:19:31 #11 20.70 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:19:31 #10 29.67 Selecting previously unselected package libcroco3:amd64.
11:19:31 #10 29.68 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ...
11:19:31 #10 29.68 Unpacking libcroco3:amd64 (0.6.12-3) ...
11:19:31 #10 29.73 Selecting previously unselected package libncurses6:amd64.
11:19:31 #10 29.74 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u3_amd64.deb ...
11:19:31 #10 29.74 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
11:19:31 #10 29.79 Selecting previously unselected package gettext.
11:19:31 #10 29.80 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ...
11:19:31 #10 29.80 Unpacking gettext (0.19.8.1-9) ...
11:19:31 #9 30.31 Selecting previously unselected package gcc-7.
11:19:31 #9 30.31 Preparing to unpack .../081-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:31 #9 30.32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:19:31 #11 21.45 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.2 [55.6 kB]
11:19:31 #11 21.45 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]
11:19:31 #11 21.46 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:19:31 #11 21.46 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:19:31 #11 21.48 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.8 [284 kB]
11:19:31 #11 21.51 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.8 [190 kB]
11:19:31 #11 21.52 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
11:19:31 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.1s
11:19:31 #11 18.23 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 publicsuffix all 20220811.1734-1 [130 kB]
11:19:31 #11 18.23 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
11:19:31 #11 25.39 Get:217 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:31 #11 25.40 Get:218 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-message-perl all 6.37-1 [76.3 kB]
11:19:31 #11 25.41 Get:219 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:31 #11 25.42 Get:220 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:31 #10 21.97 Selecting previously unselected package libxml2:arm64.
11:19:31 #10 21.98 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
11:19:31 #10 21.98 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
11:19:31 #10 22.07 Selecting previously unselected package gettext.
11:19:31 #10 22.07 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
11:19:31 #10 22.07 Unpacking gettext (0.21-4) ...
11:19:31 #10 25.82 Running transaction check
11:19:31 #10 25.96 Transaction check succeeded.
11:19:31 #10 25.96 Running transaction test
11:19:31 #10 13.29 Selecting previously unselected package bsdmainutils.
11:19:31 #10 13.29 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ...
11:19:31 #10 13.30 Unpacking bsdmainutils (11.1.2+b1) ...
11:19:31 #10 13.40 Selecting previously unselected package libuchardet0:armhf.
11:19:31 #10 13.40 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ...
11:19:31 #10 13.40 Unpacking libuchardet0:armhf (0.0.6-3) ...
11:19:31 #10 13.45 Selecting previously unselected package groff-base.
11:19:31 #10 13.45 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ...
11:19:31 #10 13.45 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:19:31 #10 26.32 Selecting previously unselected package g++.
11:19:31 #10 26.33 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
11:19:31 #10 26.33 Unpacking g++ (4:10.2.1-1) ...
11:19:31 #10 26.36 Selecting previously unselected package make.
11:19:31 #10 26.36 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
11:19:31 #10 26.36 Unpacking make (4.3-4.1) ...
11:19:31 #10 26.43 Selecting previously unselected package libdpkg-perl.
11:19:31 #10 26.43 Preparing to unpack .../059-libdpkg-perl_1.20.12_all.deb ...
11:19:31 #10 26.43 Unpacking libdpkg-perl (1.20.12) ...
11:19:31 #10 26.50 Selecting previously unselected package patch.
11:19:31 #11 4.470 Reading package lists...
11:19:31 #11 ...
11:19:31 
11:19:31 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:31 #7 sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 116.81MB / 116.81MB 21.4s done
11:19:31 #7 extracting sha256:4ba30d485dd0583b3079a70184a97c458599a0629e661b1382394653cb802242 10.9s done
11:19:31 #7 extracting sha256:3f5b3ed640e906ad20c2a86568f52c60a48e1d82e4654d3378280f572737f7c1 0.6s done
11:19:31 #7 extracting sha256:028b21e39d17f6632c7b82f0c900d32b50233b13940a7a60009782a6abc32cdd 0.8s done
11:19:31 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 4.1s
11:19:31 #10 25.42 Selecting previously unselected package libio-pty-perl.
11:19:31 #10 25.42 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
11:19:31 #10 25.43 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
11:19:31 #10 25.46 Selecting previously unselected package libipc-run-perl.
11:19:31 #10 25.46 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
11:19:31 #10 25.46 Unpacking libipc-run-perl (20180523.0-1) ...
11:19:31 #10 25.50 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:31 #10 25.50 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:19:31 #10 25.51 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:19:31 #10 25.54 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:31 #10 25.54 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:31 #10 25.54 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:31 #10 25.57 Selecting previously unselected package libdevel-globaldestruction-perl.
11:19:31 #10 25.57 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:19:31 #10 25.58 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:19:31 #10 25.61 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:31 #11 27.96 Selecting previously unselected package gcc-9-base:amd64.
11:19:31 #11 27.97 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:31 #11 27.97 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:31 #11 28.01 Selecting previously unselected package libisl22:amd64.
11:19:31 #11 28.01 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
11:19:31 #11 28.02 Unpacking libisl22:amd64 (0.22.1-1) ...
11:19:31 #10 24.58 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
11:19:31 #11 21.11 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
11:19:31 #11 21.12 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB]
11:19:31 #11 21.12 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB]
11:19:31 #11 21.13 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB]
11:19:31 #11 21.15 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:31 #11 21.15 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB]
11:19:31 #11 21.16 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:31 #11 21.16 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB]
11:19:31 #11 21.16 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB]
11:19:31 #11 21.19 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:31 #10 29.95 Selecting previously unselected package intltool-debian.
11:19:31 #10 29.95 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:31 #10 29.95 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:31 #10 29.98 Selecting previously unselected package po-debconf.
11:19:31 #10 29.98 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ...
11:19:31 #10 29.98 Unpacking po-debconf (1.0.21) ...
11:19:31 #10 30.05 Selecting previously unselected package debhelper.
11:19:31 #10 30.05 Preparing to unpack .../087-debhelper_12.1.1_all.deb ...
11:19:31 #10 30.05 Unpacking debhelper (12.1.1) ...
11:19:31 #10 30.17 Selecting previously unselected package debian-keyring.
11:19:31 #11 21.92 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:19:31 #11 18.24 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 strace arm64 5.16-0ubuntu4 [486 kB]
11:19:31 #11 18.27 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xauth arm64 1:1.1.1-1 [27.1 kB]
11:19:31 #11 18.27 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xz-utils arm64 5.2.5-2.1 [83.5 kB]
11:19:31 #11 18.28 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 m4 arm64 1.4.19-1 [240 kB]
11:19:31 #11 18.31 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autoconf all 2.71-2 [338 kB]
11:19:31 #11 18.33 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autotools-dev all 20220109.1 [44.9 kB]
11:19:31 #11 18.33 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 automake all 1:1.16.5-1.3 [558 kB]
11:19:31 #11 18.37 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autopoint all 0.21-8 [421 kB]
11:19:31 #11 25.82 Get:221 http://archive.ubuntu.com/ubuntu kinetic/main amd64 perl-openssl-defaults amd64 7 [7536 B]
11:19:31 #11 25.89 Get:222 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ssleay-perl amd64 1.92-2 [321 kB]
11:19:31 #10 22.19 Selecting previously unselected package intltool-debian.
11:19:31 #10 22.19 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:31 #10 22.20 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:31 #10 22.23 Selecting previously unselected package po-debconf.
11:19:31 #10 22.23 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
11:19:31 #10 22.23 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:31 #10 22.28 Selecting previously unselected package debhelper.
11:19:31 #10 22.29 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
11:19:31 #10 22.29 Unpacking debhelper (13.3.4) ...
11:19:31 #10 22.39 Selecting previously unselected package debian-keyring.
11:19:31 #21 1.094 Reading package lists...
11:19:31 #10 26.50 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
11:19:31 #10 26.51 Unpacking patch (2.7.6-7) ...
11:19:31 #10 26.54 Selecting previously unselected package dpkg-dev.
11:19:31 #10 26.54 Preparing to unpack .../061-dpkg-dev_1.20.12_all.deb ...
11:19:31 #10 26.55 Unpacking dpkg-dev (1.20.12) ...
11:19:31 #10 26.68 Selecting previously unselected package build-essential.
11:19:31 #10 26.68 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
11:19:31 #10 26.69 Unpacking build-essential (12.9) ...
11:19:31 #10 26.71 Selecting previously unselected package libbrotli1:amd64.
11:19:31 #10 26.72 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:19:31 #10 26.72 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:19:31 #10 26.77 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:32 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.6s done
11:19:32 #10 25.61 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
11:19:32 #10 25.61 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:19:32 #10 25.64 Selecting previously unselected package libdynaloader-functions-perl.
11:19:32 #10 25.64 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:32 #10 25.65 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:32 #10 25.68 Selecting previously unselected package libdevel-callchecker-perl.
11:19:32 #10 25.68 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
11:19:32 #10 25.69 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:19:32 #10 25.72 Selecting previously unselected package libparams-classify-perl.
11:19:32 #10 25.72 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
11:19:32 #10 25.73 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:19:32 #10 25.76 Selecting previously unselected package libmodule-runtime-perl.
11:19:32 #10 25.76 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:32 #10 25.76 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:32 #10 25.80 Selecting previously unselected package libimport-into-perl.
11:19:32 #10 25.80 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
11:19:32 #10 25.80 Unpacking libimport-into-perl (1.002005-1) ...
11:19:32 #10 25.83 Selecting previously unselected package librole-tiny-perl.
11:19:32 #11 28.11 Selecting previously unselected package libmpfr6:amd64.
11:19:32 #11 28.11 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
11:19:32 #11 28.12 Unpacking libmpfr6:amd64 (4.0.2-1) ...
11:19:32 #11 28.18 Selecting previously unselected package libmpc3:amd64.
11:19:32 #11 28.18 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
11:19:32 #11 28.19 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:19:32 #11 28.22 Selecting previously unselected package cpp-9.
11:19:32 #11 28.22 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:32 #11 28.23 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:32 #10 24.73 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
11:19:32 #10 24.95 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:32 #11 21.34 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:32 #10 13.68 Selecting previously unselected package libgdbm6:armhf.
11:19:32 #10 13.68 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ...
11:19:32 #10 13.68 Unpacking libgdbm6:armhf (1.18.1-4) ...
11:19:32 #10 13.73 Selecting previously unselected package libpipeline1:armhf.
11:19:32 #10 13.73 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ...
11:19:32 #10 13.74 Unpacking libpipeline1:armhf (1.5.1-2) ...
11:19:32 #10 30.18 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ...
11:19:32 #10 30.18 Unpacking debian-keyring (2019.02.25) ...
11:19:32 #11 22.18 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
11:19:32 #11 22.31 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
11:19:32 #10 22.39 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
11:19:32 #10 22.40 Unpacking debian-keyring (2021.07.26) ...
11:19:32 #10 26.77 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:19:32 #10 26.78 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:32 #10 26.81 Selecting previously unselected package libsasl2-2:amd64.
11:19:32 #10 26.81 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:19:32 #10 26.82 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:32 #10 26.86 Selecting previously unselected package libldap-2.4-2:amd64.
11:19:32 #10 26.86 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:19:32 #10 26.86 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:19:32 #10 26.94 Selecting previously unselected package libnghttp2-14:amd64.
11:19:32 #10 26.95 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
11:19:32 #10 26.95 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:19:32 #10 27.00 Selecting previously unselected package libpsl5:amd64.
11:19:32 #10 27.01 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
11:19:32 #10 27.01 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:19:32 #10 27.04 Selecting previously unselected package librtmp1:amd64.
11:19:32 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:32 #7 ...
11:19:32 
11:19:32 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:32 #11 4.470 Reading package lists...
11:19:32 #10 25.84 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
11:19:32 #10 25.84 Unpacking librole-tiny-perl (2.000006-1) ...
11:19:32 #10 25.87 Selecting previously unselected package libstrictures-perl.
11:19:32 #10 25.87 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
11:19:32 #10 25.88 Unpacking libstrictures-perl (2.000005-1) ...
11:19:32 #10 25.92 Selecting previously unselected package libsub-quote-perl.
11:19:32 #10 25.92 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
11:19:32 #10 25.92 Unpacking libsub-quote-perl (2.005001-1) ...
11:19:32 #10 25.95 Selecting previously unselected package libmoo-perl.
11:19:32 #10 25.95 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
11:19:32 #10 25.96 Unpacking libmoo-perl (2.003004-2) ...
11:19:32 #10 25.99 Selecting previously unselected package libencode-locale-perl.
11:19:32 #10 26.00 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
11:19:32 #10 26.00 Unpacking libencode-locale-perl (1.05-1) ...
11:19:32 #10 26.03 Selecting previously unselected package libtimedate-perl.
11:19:32 #10 26.03 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:19:32 #10 26.04 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:19:32 #10 26.07 Selecting previously unselected package libhttp-date-perl.
11:19:32 #10 24.97 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:19:32 #10 24.98 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:19:32 #10 24.98 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:19:32 #10 24.99 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:32 #10 24.99 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
11:19:32 #10 25.00 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
11:19:32 #10 25.00 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
11:19:32 #10 25.03 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:32 #10 25.19 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
11:19:32 #11 21.41 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB]
11:19:32 #11 21.44 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:32 #11 21.49 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:32 #11 21.53 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB]
11:19:32 #11 21.58 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:32 #11 21.59 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB]
11:19:32 #11 22.32 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:32 #11 22.35 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
11:19:32 #11 22.35 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:32 #11 22.36 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:32 #11 22.36 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
11:19:32 #11 22.42 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
11:19:32 #11 22.43 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
11:19:32 #11 22.45 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
11:19:32 #11 18.78 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-common arm64 2.39-3ubuntu1.1 [225 kB]
11:19:32 #11 26.20 Get:223 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:32 #11 26.25 Get:224 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
11:19:32 #11 26.25 Get:225 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:32 #11 26.26 Get:226 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:32 #11 26.26 Get:227 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:32 #11 26.26 Get:228 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-perl all 6.67-1 [141 kB]
11:19:32 #11 26.29 Get:229 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
11:19:32 #11 26.30 Get:230 http://archive.ubuntu.com/ubuntu kinetic/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
11:19:32 #11 26.30 Get:231 http://archive.ubuntu.com/ubuntu kinetic/main amd64 devscripts amd64 2.22.2ubuntu3 [1060 kB]
11:19:32 #10 27.05 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:19:32 #10 27.05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:32 #10 27.08 Selecting previously unselected package libssh2-1:amd64.
11:19:32 #10 27.09 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
11:19:32 #10 27.09 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:19:32 #10 27.14 Selecting previously unselected package libcurl4:amd64.
11:19:32 #10 27.14 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ...
11:19:32 #10 27.14 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
11:19:32 #10 27.19 Selecting previously unselected package curl.
11:19:32 #10 27.20 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u7_amd64.deb ...
11:19:32 #10 27.20 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:19:32 #10 27.24 Selecting previously unselected package dctrl-tools.
11:19:32 #10 27.25 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
11:19:32 #10 27.25 Unpacking dctrl-tools (2.24-3+b1) ...
11:19:32 #10 27.29 Selecting previously unselected package libdebhelper-perl.
11:19:32 #10 27.29 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
11:19:32 #10 27.30 Unpacking libdebhelper-perl (13.3.4) ...
11:19:32 #9 31.23 Selecting previously unselected package gcc.
11:19:32 #9 31.23 Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:19:32 #9 31.23 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:19:32 #9 31.27 Selecting previously unselected package libstdc++-7-dev:amd64.
11:19:32 #9 31.27 Preparing to unpack .../083-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:32 #9 31.27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:32 #10 26.07 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
11:19:32 #10 26.08 Unpacking libhttp-date-perl (6.02-1) ...
11:19:32 #10 26.12 Selecting previously unselected package libfile-listing-perl.
11:19:32 #10 26.12 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
11:19:32 #10 26.13 Unpacking libfile-listing-perl (6.04-1) ...
11:19:32 #10 26.17 Selecting previously unselected package libhtml-tagset-perl.
11:19:32 #10 26.17 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
11:19:32 #10 26.19 Unpacking libhtml-tagset-perl (3.20-3) ...
11:19:32 #10 26.27 Selecting previously unselected package liburi-perl.
11:19:32 #10 26.33 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
11:19:32 #10 26.33 Unpacking liburi-perl (1.76-1) ...
11:19:32 #10 26.41 Selecting previously unselected package libhtml-parser-perl.
11:19:32 #10 2.037 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
11:19:32 #10 2.136 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
11:19:32 #10 25.43 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
11:19:32 #10 25.46 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
11:19:32 #11 21.62 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:32 #11 21.63 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
11:19:32 #11 21.64 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:32 #11 21.65 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB]
11:19:32 #11 21.83 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB]
11:19:32 #10 26.87 Transaction test succeeded.
11:19:32 #10 26.87 Running transaction
11:19:32 #10 29.20 Selecting previously unselected package gcc.
11:19:32 #10 29.20 Preparing to unpack .../060-gcc_4%3a12.2.0-3_amd64.deb ...
11:19:32 #10 29.20 Unpacking gcc (4:12.2.0-3) ...
11:19:32 #10 29.27 Selecting previously unselected package libstdc++-12-dev:amd64.
11:19:32 #10 29.27 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_amd64.deb ...
11:19:32 #10 29.27 Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ...
11:19:32 #11 19.17 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libbinutils arm64 2.39-3ubuntu1.1 [709 kB]
11:19:32 #11 26.66 Get:232 http://archive.ubuntu.com/ubuntu kinetic/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
11:19:32 #11 26.69 Get:233 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-chardet all 4.0.0-2 [109 kB]
11:19:32 #11 26.72 Get:234 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-debian all 0.1.46 [116 kB]
11:19:32 #11 26.73 Get:235 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgpgme11 amd64 1.17.1-4.1ubuntu1 [136 kB]
11:19:32 #11 26.74 Get:236 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gpg amd64 1.17.1-4.1ubuntu1 [208 kB]
11:19:32 #11 26.75 Get:237 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-xdg all 0.27-2 [36.9 kB]
11:19:32 #11 26.75 Get:238 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dput all 1.1.2ubuntu2 [46.0 kB]
11:19:32 #11 26.75 Get:239 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:32 #11 26.77 Get:240 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:19:32 #10 27.33 Selecting previously unselected package libtool.
11:19:32 #10 27.34 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
11:19:32 #10 27.34 Unpacking libtool (2.4.6-15) ...
11:19:32 #10 27.38 Selecting previously unselected package dh-autoreconf.
11:19:32 #10 27.38 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
11:19:32 #10 27.39 Unpacking dh-autoreconf (20) ...
11:19:32 #10 27.42 Selecting previously unselected package libarchive-zip-perl.
11:19:32 #10 27.42 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
11:19:32 #10 27.42 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:32 #10 27.45 Selecting previously unselected package libsub-override-perl.
11:19:32 #10 27.46 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
11:19:32 #10 27.46 Unpacking libsub-override-perl (0.09-2) ...
11:19:32 #10 27.49 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:32 #10 27.49 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:19:32 #10 27.49 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:19:32 #10 27.52 Selecting previously unselected package dh-strip-nondeterminism.
11:19:32 #10 27.52 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:19:32 #10 27.53 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:19:32 #10 27.56 Selecting previously unselected package libelf1:amd64.
11:19:32 #10 27.56 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
11:19:32 #10 27.56 Unpacking libelf1:amd64 (0.183-1) ...
11:19:32 #10 27.61 Selecting previously unselected package dwz.
11:19:32 #10 27.61 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
11:19:32 #10 27.62 Unpacking dwz (0.13+20210201-1) ...
11:19:32 #10 27.66 Selecting previously unselected package libicu67:amd64.
11:19:32 #9 31.54 Selecting previously unselected package g++-7.
11:19:32 #10 26.41 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
11:19:32 #10 26.42 Unpacking libhtml-parser-perl (3.72-3+b3) ...
11:19:32 #10 26.47 Selecting previously unselected package libhtml-tree-perl.
11:19:32 #10 26.47 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
11:19:32 #10 26.47 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:32 #10 26.53 Selecting previously unselected package libio-html-perl.
11:19:32 #10 26.54 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
11:19:32 #10 26.55 Unpacking libio-html-perl (1.001-1) ...
11:19:32 #10 26.58 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:32 #10 26.58 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:19:32 #10 26.59 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:19:32 #10 26.62 Selecting previously unselected package libhttp-message-perl.
11:19:32 #10 26.62 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
11:19:32 #10 26.62 Unpacking libhttp-message-perl (6.18-1) ...
11:19:32 #10 26.66 Selecting previously unselected package libhttp-cookies-perl.
11:19:32 #10 2.371 Get:3 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
11:19:32 #10 2.549 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
11:19:32 #10 25.59 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
11:19:32 #10 25.60 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:19:32 #10 25.60 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:19:32 #10 25.65 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:19:32 #10 25.66 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:32 #10 25.66 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:32 #10 25.67 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
11:19:32 #10 25.67 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
11:19:32 #11 22.10 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:32 #10 29.54 Selecting previously unselected package g++-12.
11:19:32 #10 29.54 Preparing to unpack .../062-g++-12_12.2.0-14_amd64.deb ...
11:19:32 #10 29.54 Unpacking g++-12 (12.2.0-14) ...
11:19:32 #11 22.92 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:32 #11 23.08 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
11:19:32 #11 19.34 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf-nobfd0 arm64 2.39-3ubuntu1.1 [96.7 kB]
11:19:32 #11 19.35 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf0 arm64 2.39-3ubuntu1.1 [92.9 kB]
11:19:32 #11 19.36 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgprofng0 arm64 2.39-3ubuntu1.1 [791 kB]
11:19:32 #11 19.42 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.39-3ubuntu1.1 [3133 kB]
11:19:32 #11 26.77 Get:241 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.3 [288 kB]
11:19:32 #11 26.77 Get:242 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:32 #11 27.05 Get:243 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git-man all 1:2.37.2-1ubuntu1.4 [975 kB]
11:19:32 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.8s done
11:19:32 #7 ...
11:19:32 
11:19:32 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:32 #0 1.664 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:19:32 #0 2.091 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
11:19:32 #0 2.191 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:19:32 #0 2.279 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:19:32 #0 2.380 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB]
11:19:32 #0 2.442 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB]
11:19:32 #0 3.523 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB]
11:19:32 #0 3.523 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB]
11:19:32 #0 3.523 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [243 kB]
11:19:32 #0 3.527 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [10.2 kB]
11:19:32 #0 3.929 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [1301 B]
11:19:32 #0 3.929 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [319 kB]
11:19:32 #0 4.282 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [4545 B]
11:19:32 #0 4.285 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [214 kB]
11:19:32 #0 4.329 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [164 kB]
11:19:32 #0 4.362 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B]
11:19:32 #0 4.362 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9838 B]
11:19:32 #0 4.468 Fetched 20.7 MB in 3s (6438 kB/s)
11:19:32 #0 4.468 Reading package lists...
11:19:32 #0 5.616 Reading package lists...
11:19:32 #0 6.696 Building dependency tree...
11:19:32 #0 6.897 Reading state information...
11:19:32 #0 7.249 The following additional packages will be installed:
11:19:32 #0 7.249   autoconf automake autopoint autotools-dev binutils
11:19:32 #0 7.249   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:32 #0 7.249   bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon
11:19:32 #0 7.249   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:19:32 #0 7.249   debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:32 #0 7.249   distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config
11:19:32 #0 7.249   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0
11:19:32 #0 7.249   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:32 #0 7.249   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:19:32 #0 7.249   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:32 #0 7.249   libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl
11:19:32 #0 7.249   libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl
11:19:32 #0 7.249   libasan8 libassuan0 libatomic1 libauthen-sasl-perl
11:19:32 #0 7.249   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:19:32 #0 7.249   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:32 #0 7.249   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:32 #0 7.249   libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:32 #0 7.249   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:32 #0 7.249   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:32 #0 7.249   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:19:32 #0 7.249   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:32 #0 7.249   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:32 #0 7.249   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:19:32 #0 7.249   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:32 #0 7.249   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:19:32 #0 7.249   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:19:32 #0 7.249   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:32 #0 7.249   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:32 #0 7.249   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:19:32 #0 7.249   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:32 #0 7.249   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:32 #0 7.249   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:32 #0 7.249   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:32 #0 7.249   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:19:32 #0 7.249   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:32 #0 7.249   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2
11:19:32 #0 7.249   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:19:32 #0 7.249   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:19:32 #0 7.249   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:32 #0 7.249   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:32 #0 7.249   libicu71 libimport-into-perl libindirect-perl libio-html-perl
11:19:32 #0 7.249   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:32 #0 7.249   libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl
11:19:32 #0 7.249   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:32 #0 7.249   libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5
11:19:32 #0 7.249   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:32 #0 7.249   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common
11:19:32 #0 7.249   liblerc3 liblist-compare-perl liblist-moreutils-perl
11:19:32 #0 7.249   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:32 #0 7.249   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:32 #0 7.249   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:32 #0 7.249   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:32 #0 7.249   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:32 #0 7.249   libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:32 #0 7.249   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:19:32 #0 7.249   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:32 #0 7.249   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:32 #0 7.249   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:32 #0 7.249   libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl
11:19:32 #0 7.249   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:32 #0 7.249   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:32 #0 7.249   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:32 #0 7.249   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:32 #0 7.249   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:19:32 #0 7.249   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:32 #0 7.249   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:32 #0 7.249   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:32 #0 7.249   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:32 #0 7.249   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:32 #0 7.249   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:32 #0 7.249   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:32 #0 7.249   libstring-shellquote-perl libsub-exporter-perl
11:19:32 #0 7.249   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:32 #0 7.249   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:32 #0 7.249   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:32 #0 7.249   libsystemd0 libterm-readkey-perl libtext-glob-perl
11:19:32 #0 7.249   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:32 #0 7.249   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:32 #0 7.249   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:32 #0 7.249   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:19:32 #0 7.249   libtypes-serialiser-perl libubsan1 libuchardet0 libudev1
11:19:32 #0 7.249   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:32 #0 7.249   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:32 #0 7.249   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:32 #0 7.249   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:32 #0 7.249   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:32 #0 7.249   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:32 #0 7.249   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:32 #0 7.249   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:32 #0 7.249   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:32 #0 7.249   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:32 #0 7.249   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:32 #0 7.249   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:32 #0 7.249   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:32 #0 7.249   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:32 #0 7.249   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:32 #0 7.249   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:32 #0 7.249   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:32 #0 7.249   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:32 #0 7.249 Suggested packages:
11:19:32 #0 7.249   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:32 #0 7.249   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:19:32 #0 7.249   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:19:32 #0 7.249   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:19:32 #0 7.249   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:32 #0 7.249   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:32 #0 7.249   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:32 #0 7.249   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:32 #0 7.249   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:32 #0 7.249   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc
11:19:32 #0 7.249   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:32 #0 7.249   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:32 #0 7.249   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:32 #0 7.249   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:19:32 #0 7.249   libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:19:32 #0 7.249   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:32 #0 7.249   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:32 #0 7.249   libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl
11:19:32 #0 7.249   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:19:32 #0 7.249   libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl
11:19:32 #0 7.249   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:19:32 #0 7.249   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:19:32 #0 7.249   www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass
11:19:32 #0 7.249   ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:32 #0 7.249   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:19:32 #0 7.249   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:32 #0 7.249   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:19:32 #0 7.249   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:19:32 #0 7.249   python3-setuptools python3-openssl python3-socks python-requests-doc
11:19:32 #0 7.249   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:19:32 #0 7.249   systemd-container systemd-homed systemd-userdbd systemd-boot
11:19:32 #0 7.249   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:19:32 #0 7.713 The following NEW packages will be installed:
11:19:32 #0 7.713   autoconf automake autopoint autotools-dev binutils
11:19:32 #0 7.713   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:32 #0 7.713   bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:19:32 #0 7.713   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:19:32 #0 7.713   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:32 #0 7.713   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:19:32 #0 7.713   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:19:32 #0 7.713   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:19:32 #0 7.713   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:32 #0 7.713   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:19:32 #0 7.713   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:32 #0 7.713   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:32 #0 7.713   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:19:32 #0 7.713   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:32 #0 7.713   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:19:32 #0 7.713   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:19:32 #0 7.713   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:32 #0 7.713   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:32 #0 7.713   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:32 #0 7.713   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:19:32 #0 7.713   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:32 #0 7.713   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:32 #0 7.713   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:19:32 #0 7.713   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:32 #0 7.713   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:19:32 #0 7.713   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:19:32 #0 7.713   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:32 #0 7.713   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:32 #0 7.713   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:19:32 #0 7.713   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:32 #0 7.713   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:32 #0 7.713   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:32 #0 7.713   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:32 #0 7.713   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:19:32 #0 7.713   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:32 #0 7.713   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2
11:19:32 #0 7.713   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:19:32 #0 7.713   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:19:32 #0 7.713   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:32 #0 7.713   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:32 #0 7.713   libicu71 libimport-into-perl libindirect-perl libio-html-perl
11:19:32 #0 7.713   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:32 #0 7.713   libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl
11:19:32 #0 7.713   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:19:32 #0 7.713   libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5
11:19:32 #0 7.713   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:32 #0 7.713   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common
11:19:32 #0 7.713   liblerc3 liblist-compare-perl liblist-moreutils-perl
11:19:32 #0 7.713   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:32 #0 7.713   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:19:32 #0 7.713   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:19:32 #0 7.713   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:19:32 #0 7.713   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:19:32 #0 7.713   libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:32 #0 7.713   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:19:32 #0 7.713   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:32 #0 7.713   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:32 #0 7.713   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:32 #0 7.713   libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl
11:19:32 #0 7.713   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:32 #0 7.713   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:32 #0 7.713   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:32 #0 7.713   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:32 #0 7.713   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:19:32 #0 7.713   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:32 #0 7.713   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:32 #0 7.713   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:32 #0 7.713   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:32 #0 7.713   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:19:32 #0 7.713   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:19:32 #0 7.713   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:32 #0 7.713   libstring-shellquote-perl libsub-exporter-perl
11:19:32 #0 7.713   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:32 #0 7.713   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:32 #0 7.713   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:19:32 #0 7.713   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:32 #0 7.713   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:32 #0 7.713   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:19:32 #0 7.713   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtype-tiny-perl
11:19:32 #0 7.713   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:32 #0 7.713   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:19:32 #0 7.713   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:19:32 #0 7.713   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:19:32 #0 7.713   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:32 #0 7.713   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:19:32 #0 7.713   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:19:32 #0 7.713   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:19:32 #0 7.713   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:19:32 #0 7.713   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:19:32 #0 7.713   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:32 #0 7.713   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:19:32 #0 7.713   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:19:32 #0 7.713   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:19:32 #0 7.713   python3-magic python3-minimal python3-nacl python3-paramiko
11:19:32 #0 7.713   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:32 #0 7.713   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:19:32 #0 7.713   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:19:32 #0 7.713   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:19:32 #0 7.713 The following packages will be upgraded:
11:19:32 #0 7.713   libsystemd0 libudev1
11:19:32 #0 8.130 2 upgraded, 419 newly installed, 0 to remove and 2 not upgraded.
11:19:32 #0 8.130 Need to get 127 MB of archives.
11:19:32 #0 8.130 After this operation, 443 MB of additional disk space will be used.
11:19:32 #0 8.130 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
11:19:32 #0 8.276 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2.1 [1563 kB]
11:19:32 #0 8.720 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.2 [788 kB]
11:19:32 #0 8.760 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libexpat1 armhf 2.4.8-2ubuntu0.22.10.1 [63.6 kB]
11:19:32 #0 8.763 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.2 [1821 kB]
11:19:32 #0 8.848 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB]
11:19:32 #0 8.848 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB]
11:19:32 #0 8.848 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:19:32 #0 8.852 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5support0 armhf 1.20-1ubuntu0.1 [29.6 kB]
11:19:32 #0 8.852 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libk5crypto3 armhf 1.20-1ubuntu0.1 [78.4 kB]
11:19:32 #0 8.854 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B]
11:19:32 #0 9.256 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5-3 armhf 1.20-1ubuntu0.1 [320 kB]
11:19:32 #0 9.685 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libgssapi-krb5-2 armhf 1.20-1ubuntu0.1 [118 kB]
11:19:32 #0 9.715 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B]
11:19:32 #0 9.715 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB]
11:19:32 #0 9.721 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB]
11:19:32 #0 9.725 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB]
11:19:32 #0 9.744 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB]
11:19:32 #0 9.775 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB]
11:19:32 #0 9.846 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.2 [1706 kB]
11:19:32 #0 9.946 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.2 [497 kB]
11:19:32 #0 9.968 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B]
11:19:32 #11 29.08 Selecting previously unselected package cpp.
11:19:32 #11 29.08 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:19:32 #11 29.08 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:19:32 #11 29.12 Selecting previously unselected package libcc1-0:amd64.
11:19:32 #11 29.12 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:32 #11 29.13 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:32 #11 29.18 Selecting previously unselected package libgomp1:amd64.
11:19:32 #11 29.18 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:32 #11 29.18 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:32 #11 29.23 Selecting previously unselected package libitm1:amd64.
11:19:32 #11 29.23 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:32 #11 29.24 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:32 #11 29.28 Selecting previously unselected package libatomic1:amd64.
11:19:33 #10 27.66 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
11:19:33 #10 27.67 Unpacking libicu67:amd64 (67.1-7) ...
11:19:33 #9 31.55 Preparing to unpack .../084-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:19:33 #9 31.55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:19:33 #10 26.66 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
11:19:33 #10 26.66 Unpacking libhttp-cookies-perl (6.04-1) ...
11:19:33 #10 26.70 Selecting previously unselected package libhttp-negotiate-perl.
11:19:33 #10 26.70 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:33 #10 26.70 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:33 #10 26.73 Selecting previously unselected package perl-openssl-defaults:arm64.
11:19:33 #10 26.73 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
11:19:33 #10 26.74 Unpacking perl-openssl-defaults:arm64 (3) ...
11:19:33 #10 26.76 Selecting previously unselected package libnet-ssleay-perl.
11:19:33 #10 26.77 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ...
11:19:33 #10 26.77 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:19:33 #10 26.83 Selecting previously unselected package libio-socket-ssl-perl.
11:19:33 #10 26.83 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
11:19:33 #10 26.83 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:19:33 #10 26.88 Selecting previously unselected package libnet-http-perl.
11:19:33 #10 2.631 Get:5 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
11:19:33 #10 25.82 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
11:19:33 #10 25.97 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
11:19:33 #10 26.06 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
11:19:33 #11 22.24 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
11:19:33 #11 22.25 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:33 #11 22.26 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB]
11:19:33 #11 22.28 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:19:33 #11 22.28 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:33 #11 22.28 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B]
11:19:33 #11 22.29 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB]
11:19:33 #11 23.31 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
11:19:33 #10 24.80 Selecting previously unselected package libfakeroot:arm64.
11:19:33 #10 24.80 Preparing to unpack .../096-libfakeroot_1.29-1_arm64.deb ...
11:19:33 #10 24.81 Unpacking libfakeroot:arm64 (1.29-1) ...
11:19:33 #10 24.85 Selecting previously unselected package fakeroot.
11:19:33 #10 24.85 Preparing to unpack .../097-fakeroot_1.29-1_arm64.deb ...
11:19:33 #10 24.85 Unpacking fakeroot (1.29-1) ...
11:19:33 #10 24.90 Selecting previously unselected package libassuan0:arm64.
11:19:33 #10 24.90 Preparing to unpack .../098-libassuan0_2.5.5-5_arm64.deb ...
11:19:33 #10 24.91 Unpacking libassuan0:arm64 (2.5.5-5) ...
11:19:33 #10 24.94 Selecting previously unselected package gpgconf.
11:19:33 #10 24.94 Preparing to unpack .../099-gpgconf_2.2.40-1_arm64.deb ...
11:19:33 #10 24.94 Unpacking gpgconf (2.2.40-1) ...
11:19:33 #10 24.99 Selecting previously unselected package libksba8:arm64.
11:19:33 #10 24.99 Preparing to unpack .../100-libksba8_1.6.3-2_arm64.deb ...
11:19:33 #10 25.00 Unpacking libksba8:arm64 (1.6.3-2) ...
11:19:33 #10 25.04 Selecting previously unselected package libnpth0:arm64.
11:19:33 #10 25.04 Preparing to unpack .../101-libnpth0_1.6-3_arm64.deb ...
11:19:33 #10 25.04 Unpacking libnpth0:arm64 (1.6-3) ...
11:19:33 #10 25.08 Selecting previously unselected package dirmngr.
11:19:33 #10 25.08 Preparing to unpack .../102-dirmngr_2.2.40-1_arm64.deb ...
11:19:33 #10 25.09 Unpacking dirmngr (2.2.40-1) ...
11:19:33 #10 25.15 Selecting previously unselected package gnupg-l10n.
11:19:33 #10 25.15 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
11:19:33 #10 25.16 Unpacking gnupg-l10n (2.2.40-1) ...
11:19:33 #10 25.24 Selecting previously unselected package gnupg-utils.
11:19:33 #11 19.58 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils arm64 2.39-3ubuntu1.1 [3272 B]
11:19:33 #11 19.58 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-dev-bin arm64 2.36-0ubuntu4 [19.5 kB]
11:19:33 #11 19.58 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 linux-libc-dev arm64 5.19.0-35.36 [1340 kB]
11:19:33 #11 19.63 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcrypt-dev arm64 1:4.4.28-2 [120 kB]
11:19:33 #11 19.64 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
11:19:33 #11 27.13 Get:244 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git amd64 1:2.37.2-1ubuntu1.4 [3287 kB]
11:19:33 #11 27.17 Get:245 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:33 #11 27.17 Get:246 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-7 [11.8 kB]
11:19:33 #11 27.17 Get:247 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:19:33 #11 27.17 Get:248 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libaliased-perl all 0.34-2 [13.5 kB]
11:19:33 #11 27.17 Get:249 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
11:19:33 #11 27.17 Get:250 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:19:33 #11 5.582 Reading package lists...
11:19:33 #11 ...
11:19:33 
11:19:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:33 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:33 #11 29.28 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:33 #11 29.29 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:33 #11 29.33 Selecting previously unselected package libasan5:amd64.
11:19:33 #11 29.33 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:33 #11 29.33 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:33 #10 26.88 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
11:19:33 #10 26.88 Unpacking libnet-http-perl (6.18-1) ...
11:19:33 #10 26.91 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:33 #10 26.92 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:19:33 #10 26.92 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:19:33 #10 26.95 Selecting previously unselected package libtry-tiny-perl.
11:19:33 #10 26.96 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
11:19:33 #10 26.96 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:33 #10 26.99 Selecting previously unselected package libwww-robotrules-perl.
11:19:33 #10 26.99 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:33 #10 27.00 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:33 #10 27.03 Selecting previously unselected package libwww-perl.
11:19:33 #10 27.03 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
11:19:33 #10 27.03 Unpacking libwww-perl (6.36-2) ...
11:19:33 #10 27.07 Selecting previously unselected package patchutils.
11:19:33 #10 27.07 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
11:19:33 #10 27.08 Unpacking patchutils (0.3.4-2) ...
11:19:33 #10 27.11 Selecting previously unselected package wdiff.
11:19:33 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 4.3s done
11:19:33 #10 26.10 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
11:19:33 #10 26.11 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:33 #10 26.13 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
11:19:33 #10 26.14 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
11:19:33 #10 26.14 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
11:19:33 #10 26.15 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:19:33 #10 26.19 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
11:19:33 #10 26.20 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:19:33 #11 22.35 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB]
11:19:33 #11 22.37 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB]
11:19:33 #11 22.52 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:19:33 #11 22.59 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:33 #11 22.62 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:33 #11 23.47 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
11:19:33 #11 23.47 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
11:19:33 #11 23.47 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
11:19:33 #11 23.48 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
11:19:33 #11 23.48 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
11:19:33 #11 23.49 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:19:33 #11 23.49 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
11:19:33 #11 23.51 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:19:33 #10 25.24 Preparing to unpack .../104-gnupg-utils_2.2.40-1_arm64.deb ...
11:19:33 #10 25.25 Unpacking gnupg-utils (2.2.40-1) ...
11:19:33 #10 25.31 Selecting previously unselected package gpg.
11:19:33 #10 25.31 Preparing to unpack .../105-gpg_2.2.40-1_arm64.deb ...
11:19:33 #10 25.31 Unpacking gpg (2.2.40-1) ...
11:19:33 #10 25.38 Selecting previously unselected package pinentry-curses.
11:19:33 #10 25.38 Preparing to unpack .../106-pinentry-curses_1.2.1-1_arm64.deb ...
11:19:33 #10 25.39 Unpacking pinentry-curses (1.2.1-1) ...
11:19:33 #10 25.43 Selecting previously unselected package gpg-agent.
11:19:33 #10 25.43 Preparing to unpack .../107-gpg-agent_2.2.40-1_arm64.deb ...
11:19:33 #10 25.43 Unpacking gpg-agent (2.2.40-1) ...
11:19:33 #10 25.49 Selecting previously unselected package gpg-wks-client.
11:19:33 #11 20.04 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [199 kB]
11:19:33 #10 15.00 Selecting previously unselected package man-db.
11:19:33 #10 15.00 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ...
11:19:33 #10 15.00 Unpacking man-db (2.8.5-2) ...
11:19:33 #10 15.20 Selecting previously unselected package perl-modules-5.28.
11:19:33 #10 15.20 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:19:33 #10 15.20 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:33 #11 6.638 Building dependency tree...
11:19:33 #11 6.876 Reading state information...
11:19:33 #10 30.40 Selecting previously unselected package g++.
11:19:33 #11 29.65 Selecting previously unselected package liblsan0:amd64.
11:19:33 #11 29.66 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:33 #11 29.66 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:33 #7 ...
11:19:33 
11:19:33 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:19:33 #9 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 18.6s done
11:19:33 #9 extracting sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 done
11:19:33 #9 extracting sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 done
11:19:33 #9 extracting sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d done
11:19:33 #9 extracting sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d 0.0s done
11:19:33 #9 extracting sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda
11:19:33 #9 extracting sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda 0.0s done
11:19:33 #9 ...
11:19:33 
11:19:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:33 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.2s
11:19:33 #10 19.11 Running transaction check
11:19:33 #10 19.25 Transaction check succeeded.
11:19:33 #10 19.25 Running transaction test
11:19:33 #10 27.12 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
11:19:33 #10 27.12 Unpacking wdiff (1.2.2-2+b1) ...
11:19:33 #10 27.17 Selecting previously unselected package devscripts.
11:19:33 #10 27.17 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
11:19:33 #10 27.20 Unpacking devscripts (2.19.5+deb10u1) ...
11:19:33 #10 27.31 Selecting previously unselected package diffstat.
11:19:33 #10 27.31 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
11:19:33 #10 27.32 Unpacking diffstat (1.62-1) ...
11:19:33 #10 27.35 Selecting previously unselected package distro-info-data.
11:19:33 #10 27.36 Preparing to unpack .../145-distro-info-data_0.41+deb10u6_all.deb ...
11:19:33 #10 27.36 Unpacking distro-info-data (0.41+deb10u6) ...
11:19:33 #10 27.39 Selecting previously unselected package python3-pkg-resources.
11:19:33 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70
11:19:33 #10 26.37 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
11:19:33 #11 22.68 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB]
11:19:33 #11 22.83 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
11:19:33 #11 22.85 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB]
11:19:33 #11 22.87 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB]
11:19:33 #29 ...
11:19:33 
11:19:33 #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
11:19:33 #0 0.528 Building static docker-darwin-arm64
11:19:33 #0 0.532 + go build -o /out/docker-darwin-arm64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:19:23Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2"' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:19:33 #10 25.49 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_arm64.deb ...
11:19:33 #10 25.49 Unpacking gpg-wks-client (2.2.40-1) ...
11:19:33 #10 25.54 Selecting previously unselected package gpg-wks-server.
11:19:33 #10 25.54 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_arm64.deb ...
11:19:33 #10 25.54 Unpacking gpg-wks-server (2.2.40-1) ...
11:19:33 #10 25.58 Selecting previously unselected package gpgsm.
11:19:33 #10 25.59 Preparing to unpack .../110-gpgsm_2.2.40-1_arm64.deb ...
11:19:33 #10 25.59 Unpacking gpgsm (2.2.40-1) ...
11:19:33 #10 25.64 Selecting previously unselected package gnupg.
11:19:33 #10 25.64 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
11:19:33 #10 25.65 Unpacking gnupg (2.2.40-1) ...
11:19:33 #10 25.70 Selecting previously unselected package libencode-locale-perl.
11:19:33 #10 25.70 Preparing to unpack .../112-libencode-locale-perl_1.05-3_all.deb ...
11:19:33 #11 7.102 The following additional packages will be installed:
11:19:33 #11 7.102   autoconf automake autopoint autotools-dev binutils
11:19:33 #11 7.102   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:33 #11 7.102   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
11:19:33 #11 7.102   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:33 #11 7.102   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:33 #11 7.102   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
11:19:33 #11 7.102   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:19:33 #11 7.102   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:19:33 #11 7.102   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:33 #11 7.102   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:33 #11 7.102   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:33 #11 7.102   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:33 #11 7.102   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:33 #11 7.102   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:33 #11 7.102   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:33 #11 7.102   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:33 #11 7.102   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:33 #11 7.102   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:33 #11 7.102   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:33 #11 7.102   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:33 #11 7.102   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:33 #11 7.102   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:33 #11 7.102   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:33 #11 7.102   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:33 #11 7.102   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:33 #11 7.102   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:33 #11 7.102   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:33 #11 7.102   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:33 #11 7.102   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:33 #11 7.102   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:33 #11 7.102   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:33 #11 7.102   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:33 #11 7.102   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:33 #11 7.102   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:33 #11 7.102   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:19:33 #11 7.102   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:19:33 #11 7.102   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:19:33 #11 7.102   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:33 #11 7.102   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:19:33 #11 7.102   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:19:33 #11 7.102   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:33 #11 7.102   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:33 #11 7.102   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:19:33 #11 7.102   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:33 #11 7.102   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:33 #11 7.102   libmath-base85-perl libmd0 libmodule-implementation-perl
11:19:33 #11 7.102   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:19:33 #11 7.102   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:19:33 #11 7.102   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:33 #11 7.102   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:33 #11 7.102   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:33 #11 7.102   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:19:33 #11 7.102   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:33 #11 7.102   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:33 #11 7.102   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:33 #11 7.102   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:33 #11 7.102   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:19:33 #11 7.102   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:33 #11 7.102   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:19:33 #11 7.102   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:33 #11 7.102   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:19:33 #11 7.102   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:19:33 #11 7.114   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:19:33 #11 7.114   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:19:33 #11 7.114   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:33 #11 7.114   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:33 #11 7.114   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:33 #11 7.114   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:33 #11 7.114   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:33 #11 7.114   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:19:33 #11 7.114   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:33 #11 7.114   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:33 #11 7.114   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:19:33 #11 7.114   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:33 #11 7.114   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:33 #11 7.114   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:33 #11 7.114   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:33 #11 7.114   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:19:33 #11 7.114   media-types netbase openssh-client openssl patch patchutils perl
11:19:33 #11 7.114   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:33 #11 7.114   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:19:33 #11 7.114   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:19:33 #11 7.114   python3-minimal python3-pkg-resources python3-requests python3-six
11:19:33 #11 7.114   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:19:33 #11 7.114   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:19:33 #11 7.114   zstd
11:19:33 #11 7.114 Suggested packages:
11:19:33 #11 7.114   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:33 #11 7.114   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:33 #11 7.114   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:19:33 #11 7.114   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:19:33 #11 7.114   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:33 #11 7.114   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:33 #11 7.114   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:33 #11 7.114   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:19:33 #11 7.114   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:19:33 #11 7.114   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:33 #11 7.114   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:33 #11 7.114   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:33 #11 7.114   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:19:33 #11 7.114   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:19:33 #11 7.114   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:33 #11 7.114   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:33 #11 7.114   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
11:19:33 #11 7.114   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:33 #11 7.114   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:19:33 #11 7.114   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:33 #11 7.114   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:33 #11 7.114   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:33 #11 7.114   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:33 #11 7.114   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:33 #11 7.114   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:33 #11 7.114   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:33 #11 7.114   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:19:33 #10 30.40 Preparing to unpack .../063-g++_4%3a12.2.0-3_amd64.deb ...
11:19:33 #10 30.41 Unpacking g++ (4:12.2.0-3) ...
11:19:33 #10 30.43 Selecting previously unselected package make.
11:19:33 #10 30.43 Preparing to unpack .../064-make_4.3-4.1_amd64.deb ...
11:19:33 #10 30.44 Unpacking make (4.3-4.1) ...
11:19:33 #10 30.50 Selecting previously unselected package libdpkg-perl.
11:19:33 #10 30.50 Preparing to unpack .../065-libdpkg-perl_1.21.21_all.deb ...
11:19:33 #10 30.51 Unpacking libdpkg-perl (1.21.21) ...
11:19:33 #10 30.58 Selecting previously unselected package patch.
11:19:33 #10 30.58 Preparing to unpack .../066-patch_2.7.6-7_amd64.deb ...
11:19:33 #10 30.59 Unpacking patch (2.7.6-7) ...
11:19:33 #10 30.65 Selecting previously unselected package dpkg-dev.
11:19:33 #10 30.65 Preparing to unpack .../067-dpkg-dev_1.21.21_all.deb ...
11:19:33 #11 29.78 Selecting previously unselected package libtsan0:amd64.
11:19:33 #11 29.79 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:33 #11 29.79 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:33 #11 27.57 Get:251 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarray-intspan-perl all 2.004-2 [25.0 kB]
11:19:33 #11 27.66 Get:252 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:19:33 #11 27.68 Get:253 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:19:33 #11 27.71 Get:254 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libvariable-magic-perl amd64 0.62-2 [35.5 kB]
11:19:33 #11 27.77 Get:255 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:19:33 #11 27.79 Get:256 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libberkeleydb-perl amd64 0.64-1build3 [124 kB]
11:19:33 #11 27.88 Get:257 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreetype6 amd64 2.12.1+dfsg-3 [387 kB]
11:19:33 #10 27.40 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
11:19:33 #10 27.40 Unpacking python3-pkg-resources (40.8.0-1) ...
11:19:33 #10 27.46 Selecting previously unselected package python3-chardet.
11:19:33 #10 27.46 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
11:19:33 #10 27.47 Unpacking python3-chardet (3.0.4-3) ...
11:19:33 #10 27.51 Selecting previously unselected package python3-six.
11:19:33 #10 27.51 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
11:19:33 #10 27.51 Unpacking python3-six (1.12.0-1) ...
11:19:33 #10 27.55 Selecting previously unselected package python3-debian.
11:19:33 #10 27.55 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
11:19:33 #10 27.56 Unpacking python3-debian (0.1.35) ...
11:19:33 #10 27.60 Selecting previously unselected package libgpgme11:arm64.
11:19:33 #10 27.60 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
11:19:33 #10 27.61 Unpacking libgpgme11:arm64 (1.12.0-6) ...
11:19:33 #10 26.61 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
11:19:33 #10 26.62 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:33 #10 26.64 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:19:33 #10 26.65 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]
11:19:33 #10 26.70 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
11:19:33 #10 26.73 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:19:33 #11 23.02 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB]
11:19:33 #11 23.02 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:19:33 #11 23.03 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:19:33 #11 23.04 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2 [108 kB]
11:19:33 #12 14.99 CentOS Stream 8 - Extras                         20 kB/s |  17 kB     00:00    
11:19:33 #12 15.83 CentOS Stream 8 - Extras common packages        7.8 kB/s | 5.3 kB     00:00    
11:19:33 #10 28.49 Selecting previously unselected package libxml2:amd64.
11:19:33 #10 28.49 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
11:19:33 #10 28.50 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
11:19:33 #10 28.58 Selecting previously unselected package gettext.
11:19:33 #10 28.58 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
11:19:33 #10 28.58 Unpacking gettext (0.21-4) ...
11:19:33 #10 28.72 Selecting previously unselected package intltool-debian.
11:19:33 #10 28.73 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:33 #10 28.73 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:33 #10 28.76 Selecting previously unselected package po-debconf.
11:19:33 #10 28.76 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
11:19:33 #10 28.76 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:33 #10 28.81 Selecting previously unselected package debhelper.
11:19:33 #10 28.81 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
11:19:33 #10 25.71 Unpacking libencode-locale-perl (1.05-3) ...
11:19:33 #10 25.74 Selecting previously unselected package libtimedate-perl.
11:19:33 #10 25.74 Preparing to unpack .../113-libtimedate-perl_2.3300-2_all.deb ...
11:19:33 #10 25.74 Unpacking libtimedate-perl (2.3300-2) ...
11:19:33 #10 25.78 Selecting previously unselected package libhttp-date-perl.
11:19:33 #10 25.78 Preparing to unpack .../114-libhttp-date-perl_6.05-2_all.deb ...
11:19:33 #10 25.79 Unpacking libhttp-date-perl (6.05-2) ...
11:19:33 #10 25.82 Selecting previously unselected package libfile-listing-perl.
11:19:33 #10 25.82 Preparing to unpack .../115-libfile-listing-perl_6.15-1_all.deb ...
11:19:33 #10 25.82 Unpacking libfile-listing-perl (6.15-1) ...
11:19:33 #10 25.85 Selecting previously unselected package libhtml-tagset-perl.
11:19:33 #10 25.86 Preparing to unpack .../116-libhtml-tagset-perl_3.20-6_all.deb ...
11:19:33 #10 25.86 Unpacking libhtml-tagset-perl (3.20-6) ...
11:19:33 #10 25.89 Selecting previously unselected package libregexp-ipv6-perl.
11:19:33 #10 25.90 Preparing to unpack .../117-libregexp-ipv6-perl_0.03-3_all.deb ...
11:19:33 #10 25.90 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:19:33 #10 25.93 Selecting previously unselected package liburi-perl.
11:19:33 #10 5.364 Fetched 18.8 MB in 4s (5102 kB/s)
11:19:33 #9 32.48 Selecting previously unselected package g++.
11:19:33 #9 32.48 Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:19:33 #9 32.48 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:19:33 #9 32.51 Selecting previously unselected package make.
11:19:33 #9 32.51 Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
11:19:33 #9 32.51 Unpacking make (4.1-9.1ubuntu1) ...
11:19:33 #9 32.56 Selecting previously unselected package libdpkg-perl.
11:19:33 #9 32.56 Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:19:33 #9 32.56 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:19:33 #9 32.61 Selecting previously unselected package patch.
11:19:33 #9 32.61 Preparing to unpack .../088-patch_2.7.6-2ubuntu1.1_amd64.deb ...
11:19:33 #9 32.62 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:19:33 #9 32.65 Selecting previously unselected package dpkg-dev.
11:19:33 #9 32.66 Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:19:33 #9 32.66 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:19:33 #9 32.74 Selecting previously unselected package build-essential.
11:19:33 #9 32.74 Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
11:19:33 #9 32.75 Unpacking build-essential (12.4ubuntu1) ...
11:19:33 #9 32.78 Selecting previously unselected package libroken18-heimdal:amd64.
11:19:34 #11 23.91 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
11:19:34 #10 30.66 Unpacking dpkg-dev (1.21.21) ...
11:19:34 #10 30.80 Selecting previously unselected package build-essential.
11:19:34 #10 30.81 Preparing to unpack .../068-build-essential_12.9_amd64.deb ...
11:19:34 #10 30.81 Unpacking build-essential (12.9) ...
11:19:34 #10 30.84 Selecting previously unselected package libbrotli1:amd64.
11:19:34 #10 30.85 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_amd64.deb ...
11:19:34 #10 30.85 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
11:19:34 #10 30.90 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:34 #11 20.43 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
11:19:34 #11 20.45 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc6-dev arm64 2.36-0ubuntu4 [1547 kB]
11:19:34 #11 30.05 Selecting previously unselected package libubsan1:amd64.
11:19:34 #11 30.05 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:34 #11 30.06 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:34 #11 30.18 Selecting previously unselected package libquadmath0:amd64.
11:19:34 #11 30.18 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:19:34 #11 30.19 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:34 #11 30.23 Selecting previously unselected package libgcc-9-dev:amd64.
11:19:34 #11 30.23 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:34 #11 30.24 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:34 #10 15.78 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:34 #10 15.78 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ...
11:19:34 #10 15.78 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
11:19:34 #10 15.82 Selecting previously unselected package libperl5.28:armhf.
11:19:34 #10 15.82 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
11:19:34 #10 15.83 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
11:19:34 #11 27.99 Get:258 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfontconfig1 amd64 2.13.1-4.4ubuntu1 [129 kB]
11:19:34 #11 28.01 Get:259 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
11:19:34 #11 28.02 Get:260 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
11:19:34 #11 28.02 Get:261 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdeflate0 amd64 1.12-1 [76.1 kB]
11:19:34 #10 24.50 Selecting previously unselected package libfakeroot:arm64.
11:19:34 #10 24.50 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
11:19:34 #10 24.51 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
11:19:34 #10 24.54 Selecting previously unselected package fakeroot.
11:19:34 #10 24.54 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
11:19:34 #10 24.55 Unpacking fakeroot (1.25.3-1.1) ...
11:19:34 #10 24.59 Selecting previously unselected package libassuan0:arm64.
11:19:34 #10 24.59 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
11:19:34 #10 24.59 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
11:19:34 #10 24.63 Selecting previously unselected package gpgconf.
11:19:34 #10 27.66 Selecting previously unselected package python3-gpg.
11:19:34 #10 27.67 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
11:19:34 #10 27.67 Unpacking python3-gpg (1.12.0-6) ...
11:19:34 #10 27.74 Selecting previously unselected package dput.
11:19:34 #10 27.74 Preparing to unpack .../152-dput_1.0.3_all.deb ...
11:19:34 #10 27.75 Unpacking dput (1.0.3) ...
11:19:34 #10 27.78 Selecting previously unselected package equivs.
11:19:34 #10 27.78 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
11:19:34 #10 27.79 Unpacking equivs (2.2.0) ...
11:19:34 #10 27.84 Selecting previously unselected package exim4-config.
11:19:34 #10 26.74 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:34 #10 26.75 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:34 #10 26.75 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
11:19:34 #10 26.77 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:34 #10 26.92 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:34 #11 23.19 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gpg arm64 1.13.1-7ubuntu2 [156 kB]
11:19:34 #10 19.95 Transaction test succeeded.
11:19:34 #7 ...
11:19:34 
11:19:34 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:34 #0 1.459 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:19:34 #0 1.874 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:19:34 #0 1.971 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:19:34 #0 2.072 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:19:34 #0 2.177 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
11:19:34 #0 2.184 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
11:19:34 #0 3.036 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
11:19:34 #0 3.036 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
11:19:34 #0 3.036 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1069 kB]
11:19:34 #0 3.069 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
11:19:34 #0 3.076 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
11:19:34 #0 3.232 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1552 kB]
11:19:34 #0 3.841 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
11:19:34 #0 3.847 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
11:19:34 #0 3.847 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
11:19:34 #0 3.847 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
11:19:34 #0 3.847 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [780 kB]
11:19:34 #0 3.877 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1187 kB]
11:19:34 #0 4.007 Fetched 17.6 MB in 3s (5986 kB/s)
11:19:34 #0 4.007 Reading package lists...
11:19:34 #0 5.200 Reading package lists...
11:19:34 #0 6.283 Building dependency tree...
11:19:34 #0 6.479 Reading state information...
11:19:34 #0 6.844 The following additional packages will be installed:
11:19:34 #0 6.844   at autoconf automake autopoint autotools-dev binutils
11:19:34 #0 6.844   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:34 #0 6.844   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:19:34 #0 6.844   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:19:34 #0 6.844   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:19:34 #0 6.844   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:34 #0 6.844   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:34 #0 6.844   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:34 #0 6.844   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:34 #0 6.844   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:19:34 #0 6.844   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:34 #0 6.844   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:34 #0 6.844   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:19:34 #0 6.844   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:34 #0 6.844   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:34 #0 6.844   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:19:34 #0 6.844   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:34 #0 6.844   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:19:34 #0 6.844   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:34 #0 6.844   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:34 #0 6.844   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:34 #0 6.844   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:34 #0 6.844   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:34 #0 6.844   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:34 #0 6.844   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:34 #0 6.844   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:34 #0 6.844   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:34 #0 6.844   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:34 #0 6.844   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:34 #0 6.844   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:34 #0 6.844   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:34 #0 6.844   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:34 #0 6.844   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:34 #0 6.844   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:34 #0 6.844   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:34 #0 6.844   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:34 #0 6.844   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:34 #0 6.844   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:34 #0 6.844   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:34 #0 6.844   libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:34 #0 6.844   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:34 #0 6.844   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:34 #0 6.844   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:34 #0 6.844   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:19:34 #0 6.844   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:19:34 #0 6.844   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:19:34 #0 6.844   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:34 #0 6.844   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:34 #0 6.844   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:34 #0 6.844   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:34 #0 6.844   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:34 #0 6.844   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:34 #0 6.844   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:34 #0 6.844   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:34 #0 6.844   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:19:34 #0 6.844   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:34 #0 6.844   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:34 #0 6.844   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:34 #0 6.844   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:34 #0 6.844   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:34 #0 6.844   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:34 #0 6.844   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:34 #0 6.844   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:34 #0 6.844   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:34 #0 6.844   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:34 #0 6.844   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:34 #0 6.844   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:19:34 #0 6.844   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:34 #0 6.844   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:34 #0 6.844   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:34 #0 6.844   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:34 #0 6.844   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:34 #0 6.844   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:34 #0 6.844   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:34 #0 6.844   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:34 #0 6.844   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:34 #0 6.844   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:34 #0 6.844   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:34 #0 6.844   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:34 #0 6.844   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:34 #0 6.844   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:34 #0 6.844   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:34 #0 6.844   xz-utils
11:19:34 #0 6.852 Suggested packages:
11:19:34 #0 6.852   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:19:34 #0 6.852   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:19:34 #0 6.852   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:19:34 #0 6.852   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:19:34 #0 6.852   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:19:34 #0 6.852   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:34 #0 6.852   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:34 #0 6.852   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:19:34 #0 6.852   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:19:34 #0 6.852   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:19:34 #0 6.852   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:19:34 #0 6.852   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:34 #0 6.852   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:19:34 #0 6.852   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:19:34 #0 6.852   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:19:34 #0 6.852   libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:34 #0 6.852   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:34 #0 6.852   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:19:34 #0 6.852   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:34 #0 6.852   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:19:34 #0 6.852   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:19:34 #0 6.852   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:19:34 #0 6.852   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:19:34 #0 6.852   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:19:34 #0 6.852   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:19:34 #0 6.852   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:19:34 #0 6.852   python3-cryptography python3-openssl python3-socks python3.8-venv
11:19:34 #0 6.852   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:19:34 #0 7.321 The following NEW packages will be installed:
11:19:34 #0 7.321   at autoconf automake autopoint autotools-dev binutils
11:19:34 #0 7.321   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:19:34 #0 7.321   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:19:34 #0 7.321   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:34 #0 7.321   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:19:34 #0 7.321   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:19:34 #0 7.321   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:19:34 #0 7.321   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:34 #0 7.321   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:19:34 #0 7.321   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:19:34 #0 7.321   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:19:34 #0 7.321   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:34 #0 7.321   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:19:34 #0 7.321   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:34 #0 7.321   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:19:34 #0 7.321   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:19:34 #0 7.321   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:19:34 #0 7.321   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:19:34 #0 7.321   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:19:34 #0 7.321   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:34 #0 7.321   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:19:34 #0 7.321   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:19:34 #0 7.321   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:34 #0 7.321   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:34 #0 7.321   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:19:34 #0 7.321   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:19:34 #0 7.321   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:34 #0 7.321   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:19:34 #0 7.321   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:19:34 #0 7.321   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:19:34 #0 7.321   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:34 #0 7.321   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:34 #0 7.321   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:34 #0 7.321   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:19:34 #0 7.321   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:19:34 #0 7.321   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:19:34 #0 7.321   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:19:34 #0 7.321   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:19:34 #0 7.321   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:19:34 #0 7.321   libldap-common liblinux-epoll-perl liblist-compare-perl
11:19:34 #0 7.321   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:19:34 #0 7.321   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:34 #0 7.321   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:34 #0 7.321   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:19:34 #0 7.321   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:19:34 #0 7.321   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:19:34 #0 7.321   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:19:34 #0 7.321   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:19:34 #0 7.321   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:19:34 #0 7.321   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:19:34 #0 7.321   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:34 #0 7.321   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:34 #0 7.321   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:19:34 #0 7.321   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:19:34 #0 7.321   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:19:34 #0 7.321   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:34 #0 7.321   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:19:34 #0 7.321   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:34 #0 7.321   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:19:34 #0 7.321   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:19:34 #0 7.321   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:19:34 #0 7.321   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:19:34 #0 7.321   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:19:34 #0 7.321   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:34 #0 7.321   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:19:34 #0 7.321   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:19:34 #0 7.321   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:19:34 #0 7.321   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:34 #0 7.321   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:34 #0 7.321   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:19:34 #0 7.321   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:19:34 #0 7.321   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:19:34 #0 7.321   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:19:34 #0 7.321   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:34 #0 7.321   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:19:34 #0 7.321   openssh-client openssl patch patchutils perl perl-modules-5.30
11:19:34 #0 7.321   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:19:34 #0 7.321   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:34 #0 7.321   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:19:34 #0 7.321   python3-pkg-resources python3-requests python3-six python3-unidiff
11:19:34 #0 7.321   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:19:34 #0 7.321   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:19:34 #0 7.321   xz-utils
11:19:34 #0 7.748 0 upgraded, 349 newly installed, 0 to remove and 2 not upgraded.
11:19:34 #0 7.748 Need to get 91.5 MB of archives.
11:19:34 #0 7.748 After this operation, 361 MB of additional disk space will be used.
11:19:34 #0 7.748 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
11:19:34 #0 7.894 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.17 [1084 kB]
11:19:34 #0 8.295 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]
11:19:34 #0 8.348 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
11:19:34 #0 8.350 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]
11:19:34 #0 8.435 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
11:19:34 #0 8.435 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
11:19:34 #0 8.435 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
11:19:34 #0 8.435 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
11:19:34 #0 8.435 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
11:19:34 #0 8.440 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
11:19:34 #0 8.603 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]
11:19:34 #0 9.201 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:19:34 #0 9.214 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
11:19:34 #0 9.214 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
11:19:34 #0 9.214 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
11:19:34 #0 9.215 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
11:19:34 #0 9.221 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
11:19:34 #0 9.222 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
11:19:34 #0 9.249 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
11:19:34 #0 9.249 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
11:19:34 #0 9.249 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
11:19:34 #0 9.453 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
11:19:34 #10 28.82 Unpacking debhelper (13.3.4) ...
11:19:34 #10 28.94 Selecting previously unselected package debian-keyring.
11:19:34 #10 28.94 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
11:19:34 #10 28.94 Unpacking debian-keyring (2021.07.26) ...
11:19:34 #10 28.60   Preparing        :                                                        1/1 
11:19:34 #10 28.68   Installing       : systemd-libs-252-8.el9.x86_64                        1/167 
11:19:34 #10 25.93 Preparing to unpack .../118-liburi-perl_5.17-1_all.deb ...
11:19:34 #10 25.93 Unpacking liburi-perl (5.17-1) ...
11:19:34 #10 25.98 Selecting previously unselected package libhtml-parser-perl:arm64.
11:19:34 #10 25.98 Preparing to unpack .../119-libhtml-parser-perl_3.81-1_arm64.deb ...
11:19:34 #10 25.98 Unpacking libhtml-parser-perl:arm64 (3.81-1) ...
11:19:34 #10 26.02 Selecting previously unselected package libhtml-tree-perl.
11:19:34 #10 26.02 Preparing to unpack .../120-libhtml-tree-perl_5.07-3_all.deb ...
11:19:34 #10 26.02 Unpacking libhtml-tree-perl (5.07-3) ...
11:19:34 #10 26.07 Selecting previously unselected package libclone-perl:arm64.
11:19:34 #10 26.07 Preparing to unpack .../121-libclone-perl_0.46-1_arm64.deb ...
11:19:34 #10 26.07 Unpacking libclone-perl:arm64 (0.46-1) ...
11:19:34 #10 26.10 Selecting previously unselected package libio-html-perl.
11:19:34 #10 26.11 Preparing to unpack .../122-libio-html-perl_1.004-3_all.deb ...
11:19:34 #10 26.11 Unpacking libio-html-perl (1.004-3) ...
11:19:34 #10 26.15 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:34 #10 26.15 Preparing to unpack .../123-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:19:34 #10 26.16 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:19:34 #10 26.20 Selecting previously unselected package libhttp-message-perl.
11:19:34 #9 32.78 Preparing to unpack .../091-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 32.79 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 32.82 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:19:34 #9 32.83 Preparing to unpack .../092-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 32.83 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 32.88 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:19:34 #9 32.88 Preparing to unpack .../093-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 32.89 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 32.92 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:19:34 #9 32.93 Preparing to unpack .../094-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 32.93 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 32.97 Selecting previously unselected package libwind0-heimdal:amd64.
11:19:34 #9 32.97 Preparing to unpack .../095-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 32.98 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 33.02 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:19:34 #10 30.90 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
11:19:34 #10 30.91 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
11:19:34 #10 30.94 Selecting previously unselected package libsasl2-2:amd64.
11:19:34 #10 30.94 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
11:19:34 #10 30.95 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
11:19:34 #10 30.99 Selecting previously unselected package libldap-2.5-0:amd64.
11:19:34 #10 30.99 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
11:19:34 #10 31.00 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
11:19:34 #10 31.04 Selecting previously unselected package libnghttp2-14:amd64.
11:19:34 #10 31.04 Preparing to unpack .../073-libnghttp2-14_1.52.0-1_amd64.deb ...
11:19:34 #10 31.05 Unpacking libnghttp2-14:amd64 (1.52.0-1) ...
11:19:34 #10 31.09 Selecting previously unselected package libpsl5:amd64.
11:19:34 #10 31.09 Preparing to unpack .../074-libpsl5_0.21.2-1_amd64.deb ...
11:19:34 #10 31.09 Unpacking libpsl5:amd64 (0.21.2-1) ...
11:19:34 #10 31.13 Selecting previously unselected package librtmp1:amd64.
11:19:34 #10 31.13 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:19:34 #10 31.13 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:34 #10 31.17 Selecting previously unselected package libssh2-1:amd64.
11:19:34 #11 24.33 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
11:19:34 #11 24.44 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
11:19:34 #11 20.69 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libisl23 arm64 0.25-1 [697 kB]
11:19:34 #11 20.72 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
11:19:34 #11 20.74 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
11:19:34 #11 20.74 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp-12 arm64 12.2.0-3ubuntu1 [9579 kB]
11:19:34 #11 7.537 The following NEW packages will be installed:
11:19:34 #11 7.537   autoconf automake autopoint autotools-dev binutils
11:19:34 #11 7.537   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:34 #11 7.537   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
11:19:34 #11 7.537   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:34 #11 7.537   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:34 #11 7.537   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
11:19:34 #11 7.537   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:19:34 #11 7.537   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
11:19:34 #11 7.537   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:34 #11 7.537   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:34 #11 7.537   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:34 #11 7.537   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:34 #11 7.537   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:34 #11 7.537   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:19:34 #11 7.537   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:34 #11 7.537   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:34 #11 7.537   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:34 #11 7.537   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:34 #11 7.537   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:34 #11 7.537   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:19:34 #11 7.537   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:34 #11 7.537   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:19:34 #11 7.537   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:19:34 #11 7.537   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:19:34 #11 7.537   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:19:34 #11 7.537   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:19:34 #11 7.537   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:34 #11 7.537   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:19:34 #11 7.537   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:19:34 #11 7.537   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:19:34 #11 7.537   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:34 #11 7.537   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:34 #11 7.537   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:34 #11 7.537   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:34 #11 7.537   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:19:34 #11 7.537   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:19:34 #11 7.537   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:19:34 #11 7.537   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:34 #11 7.537   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:19:34 #11 7.537   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:19:34 #11 7.537   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:34 #11 7.537   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:34 #11 7.537   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:19:34 #11 7.537   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:34 #11 7.537   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:19:34 #11 7.537   libmath-base85-perl libmd0 libmodule-implementation-perl
11:19:34 #11 7.537   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:19:34 #11 7.537   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:19:34 #11 7.537   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:19:34 #11 7.537   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:34 #11 7.537   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:34 #11 7.537   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:19:34 #11 7.537   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:19:34 #11 7.537   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:19:34 #11 7.537   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:19:34 #11 7.537   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:19:34 #11 7.537   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:19:34 #11 7.537   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:19:34 #11 7.537   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:19:34 #11 7.537   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:19:34 #11 7.537   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:19:34 #11 7.537   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:19:34 #11 7.537   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:19:34 #11 7.537   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:19:34 #11 7.537   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:34 #11 7.537   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:34 #11 7.537   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:19:34 #11 7.537   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:34 #11 7.537   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:19:34 #11 7.537   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:19:34 #11 7.537   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:19:34 #11 7.537   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:19:34 #11 7.537   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:19:34 #11 7.537   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:34 #11 7.537   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:34 #11 7.537   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:34 #11 7.537   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:19:34 #11 7.537   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:19:34 #11 7.538   media-types netbase openssh-client openssl patch patchutils perl
11:19:34 #11 7.538   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:19:34 #11 7.538   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:19:34 #11 7.538   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:19:34 #11 7.538   python3-minimal python3-pkg-resources python3-requests python3-six
11:19:34 #11 7.538   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:19:34 #11 7.538   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:19:34 #11 7.538   zstd
11:19:34 #10 24.63 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 24.63 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:19:34 #10 24.70 Selecting previously unselected package libksba8:arm64.
11:19:34 #10 24.71 Preparing to unpack .../093-libksba8_1.5.0-3+deb11u2_arm64.deb ...
11:19:34 #10 24.71 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
11:19:34 #10 24.75 Selecting previously unselected package libnpth0:arm64.
11:19:34 #10 24.76 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
11:19:34 #10 24.76 Unpacking libnpth0:arm64 (1.6-3) ...
11:19:34 #10 24.80 Selecting previously unselected package dirmngr.
11:19:34 #10 24.80 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 24.82 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:19:34 #10 24.88 Selecting previously unselected package gnupg-l10n.
11:19:34 #9 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 8.2s done
11:19:34 #9 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 0.1s
11:19:34 #10 27.85 Preparing to unpack .../154-exim4-config_4.92-8+deb10u7_all.deb ...
11:19:34 #10 27.85 Unpacking exim4-config (4.92-8+deb10u7) ...
11:19:34 #10 27.91 Selecting previously unselected package exim4-base.
11:19:34 #10 27.92 Preparing to unpack .../155-exim4-base_4.92-8+deb10u7_arm64.deb ...
11:19:34 #10 27.92 Unpacking exim4-base (4.92-8+deb10u7) ...
11:19:34 #10 28.00 Selecting previously unselected package libevent-2.1-6:arm64.
11:19:34 #10 28.00 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
11:19:34 #10 28.01 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
11:19:34 #10 28.06 Selecting previously unselected package libunbound8:arm64.
11:19:34 #10 28.06 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
11:19:34 #10 28.06 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
11:19:34 #10 28.13 Selecting previously unselected package libgnutls-dane0:arm64.
11:19:34 #10 27.07 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:19:34 #10 27.18 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
11:19:34 #11 23.53 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dput all 1.0.3ubuntu1 [42.3 kB]
11:19:34 #11 23.54 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.16 [213 kB]
11:19:34 #11 23.63 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:34 #11 23.64 Get:214 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.10 [887 kB]
11:19:34 #11 23.77 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.10 [4356 kB]
11:19:34 #10 19.95 Running transaction
11:19:34 #10 3.984 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
11:19:34 #10 3.999 Get:7 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
11:19:34 #10 3.999 Get:8 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
11:19:34 #11 ...
11:19:34 
11:19:34 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:34 #10 28.87   Running scriptlet: systemd-libs-252-8.el9.x86_64                        1/167 
11:19:34 #10 28.90   Installing       : elfutils-debuginfod-client-0.188-3.el9.x86_64        2/167 
11:19:34 #10 28.94   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/167 
11:19:34 #10 28.99   Installing       : groff-base-1.22.4-10.el9.x86_64                      3/167 
11:19:34 #10 29.07   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/167 
11:19:34 #10 26.20 Preparing to unpack .../124-libhttp-message-perl_6.44-1_all.deb ...
11:19:34 #10 26.20 Unpacking libhttp-message-perl (6.44-1) ...
11:19:34 #10 26.24 Selecting previously unselected package libhttp-cookies-perl.
11:19:34 #10 26.24 Preparing to unpack .../125-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:34 #10 26.25 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:34 #10 26.28 Selecting previously unselected package libhttp-negotiate-perl.
11:19:34 #10 26.28 Preparing to unpack .../126-libhttp-negotiate-perl_6.01-2_all.deb ...
11:19:34 #10 26.29 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:19:34 #10 26.32 Selecting previously unselected package perl-openssl-defaults:arm64.
11:19:34 #10 26.33 Preparing to unpack .../127-perl-openssl-defaults_7+b1_arm64.deb ...
11:19:34 #10 26.33 Unpacking perl-openssl-defaults:arm64 (7+b1) ...
11:19:34 #10 26.36 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:19:34 #10 26.36 Preparing to unpack .../128-libnet-ssleay-perl_1.92-2+b1_arm64.deb ...
11:19:34 #10 26.37 Unpacking libnet-ssleay-perl:arm64 (1.92-2+b1) ...
11:19:34 #10 26.42 Selecting previously unselected package libio-socket-ssl-perl.
11:19:34 #10 26.42 Preparing to unpack .../129-libio-socket-ssl-perl_2.081-2_all.deb ...
11:19:34 #10 26.43 Unpacking libio-socket-ssl-perl (2.081-2) ...
11:19:34 #10 26.47 Selecting previously unselected package libnet-http-perl.
11:19:34 #10 26.47 Preparing to unpack .../130-libnet-http-perl_6.22-1_all.deb ...
11:19:34 #10 26.47 Unpacking libnet-http-perl (6.22-1) ...
11:19:34 #10 26.50 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:34 #10 26.51 Preparing to unpack .../131-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:34 #10 26.51 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:34 #10 26.54 Selecting previously unselected package libtry-tiny-perl.
11:19:34 #9 33.02 Preparing to unpack .../096-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 33.02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 33.07 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:19:34 #9 33.07 Preparing to unpack .../097-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 33.07 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 33.13 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:19:34 #9 33.13 Preparing to unpack .../098-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 33.13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 33.17 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:19:34 #9 33.17 Preparing to unpack .../099-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:19:34 #9 33.17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:34 #9 33.21 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:34 #9 33.21 Preparing to unpack .../100-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:19:34 #9 33.21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:34 #9 33.25 Selecting previously unselected package libsasl2-2:amd64.
11:19:34 #11 25.33 Resolving Dependencies
11:19:34 #11 25.33 --> Running transaction check
11:19:34 #11 25.33 ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed
11:19:34 #11 25.35 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.46 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.47 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.48 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.48 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.48 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.48 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.48 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64
11:19:34 #11 25.49 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
11:19:34 #11 25.49 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
11:19:34 #11 25.49 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
11:19:34 #11 25.49 --> Running transaction check
11:19:34 #11 25.49 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
11:19:34 #11 25.49 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
11:19:34 #11 25.49 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
11:19:34 #11 25.49 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
11:19:34 #11 25.50 ---> Package file.x86_64 0:5.11-37.el7 will be installed
11:19:34 #11 25.50 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
11:19:34 #11 25.50 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
11:19:34 #11 25.50 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
11:19:34 #11 25.51 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
11:19:34 #11 25.51 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.51 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.52 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:19:34 #11 25.53 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
11:19:34 #11 25.54 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
11:19:34 #11 25.54 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
11:19:34 #11 25.54 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
11:19:34 #11 25.54 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
11:19:34 #11 25.54 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
11:19:34 #11 25.54 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
11:19:34 #11 25.54 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:19:34 #11 25.54 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:19:34 #11 25.54 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:19:34 #11 25.55 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:19:34 #11 25.55 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
11:19:34 #11 25.55 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
11:19:34 #11 25.55 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
11:19:34 #11 25.55 ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
11:19:34 #11 25.55 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed
11:19:34 #11 25.55 --> Running transaction check
11:19:34 #11 25.55 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
11:19:34 #11 25.55 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
11:19:34 #11 25.55 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
11:19:34 #11 25.55 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
11:19:34 #11 25.56 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
11:19:34 #11 25.56 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
11:19:34 #11 25.56 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
11:19:34 #11 25.56 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
11:19:34 #11 25.56 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:19:34 #11 25.56 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:19:34 #11 25.57 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
11:19:34 #11 25.57 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
11:19:34 #11 25.57 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
11:19:34 #11 25.57 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
11:19:34 #11 25.57 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
11:19:34 #11 25.57 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
11:19:34 #11 25.57 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
11:19:34 #11 25.57 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
11:19:34 #11 25.58 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
11:19:34 #11 25.58 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
11:19:34 #11 25.58 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
11:19:34 #11 25.58 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
11:19:34 #11 25.58 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
11:19:34 #11 25.58 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
11:19:34 #11 25.58 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
11:19:34 #11 25.58 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
11:19:34 #11 25.58 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
11:19:34 #11 25.58 ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
11:19:34 #11 25.59 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
11:19:34 #11 25.59 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
11:19:34 #11 25.59 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
11:19:34 #11 25.59 --> Running transaction check
11:19:34 #11 25.59 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
11:19:34 #11 25.59 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
11:19:34 #11 25.59 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
11:19:34 #11 25.59 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:19:34 #11 25.60 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:19:34 #11 25.60 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
11:19:34 #11 25.60 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
11:19:34 #11 25.60 ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
11:19:34 #11 25.60 --> Running transaction check
11:19:34 #11 25.60 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
11:19:34 #11 25.60 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
11:19:34 #11 25.67 --> Finished Dependency Resolution
11:19:34 #11 25.68 
11:19:34 #11 25.68 Dependencies Resolved
11:19:34 #11 25.69 
11:19:34 #11 25.69 ================================================================================
11:19:34 #11 25.69  Package                   Arch      Version                   Repository  Size
11:19:34 #11 25.69 ================================================================================
11:19:34 #11 25.69 Installing:
11:19:34 #11 25.69  rpm-build                 x86_64    4.11.3-48.el7_9           updates    150 k
11:19:34 #11 25.69  rpmlint                   noarch    1.5-4.el7                 base       229 k
11:19:34 #11 25.69 Installing for dependencies:
11:19:34 #11 25.69  bzip2                     x86_64    1.0.6-13.el7              base        52 k
11:19:34 #11 25.69  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
11:19:34 #11 25.69  dwz                       x86_64    0.11-3.el7                base        99 k
11:19:34 #11 25.69  elfutils                  x86_64    0.176-5.el7               base       308 k
11:19:34 #11 25.69  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
11:19:34 #11 25.69  file                      x86_64    5.11-37.el7               base        57 k
11:19:34 #11 25.69  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
11:19:34 #11 25.69  groff-base                x86_64    1.22.2-8.el7              base       942 k
11:19:34 #11 25.69  patch                     x86_64    2.7.1-12.el7_7            base       111 k
11:19:34 #11 25.69  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
11:19:34 #11 25.69  perl-Carp                 noarch    1.26-244.el7              base        19 k
11:19:34 #11 25.69  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
11:19:34 #11 25.69  perl-Exporter             noarch    5.68-3.el7                base        28 k
11:19:34 #11 25.69  perl-File-Path            noarch    2.09-2.el7                base        26 k
11:19:34 #11 25.69  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
11:19:34 #11 25.69  perl-Filter               x86_64    1.49-3.el7                base        76 k
11:19:34 #11 25.69  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
11:19:34 #11 25.69  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
11:19:34 #11 25.69  perl-PathTools            x86_64    3.40-5.el7                base        82 k
11:19:34 #11 25.69  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
11:19:34 #11 25.69  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
11:19:34 #11 25.69  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
11:19:34 #11 25.69  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
11:19:34 #11 25.69  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
11:19:34 #11 25.69  perl-Socket               x86_64    2.010-5.el7               base        49 k
11:19:34 #11 25.69  perl-Storable             x86_64    2.45-3.el7                base        77 k
11:19:34 #11 25.69  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
11:19:34 #11 25.69  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
11:19:34 #11 25.69  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
11:19:34 #11 25.69  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
11:19:34 #11 25.69  perl-constant             noarch    1.27-2.el7                base        19 k
11:19:34 #11 25.69  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
11:19:34 #11 25.69  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
11:19:34 #11 25.69  perl-parent               noarch    1:0.225-244.el7           base        12 k
11:19:34 #11 25.69  perl-podlators            noarch    2.5.1-3.el7               base       112 k
11:19:34 #11 25.69  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
11:19:34 #11 25.69  perl-threads              x86_64    1.87-4.el7                base        49 k
11:19:34 #11 25.69  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
11:19:34 #11 25.69  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
11:19:34 #11 25.69  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
11:19:34 #11 25.69  unzip                     x86_64    6.0-24.el7_9              updates    172 k
11:19:34 #11 25.69  zip                       x86_64    3.0-11.el7                base       260 k
11:19:34 #11 25.69 Updating for dependencies:
11:19:34 #11 25.69  rpm                       x86_64    4.11.3-48.el7_9           updates    1.2 M
11:19:34 #11 25.69  rpm-build-libs            x86_64    4.11.3-48.el7_9           updates    108 k
11:19:34 #11 25.69  rpm-libs                  x86_64    4.11.3-48.el7_9           updates    279 k
11:19:34 #11 25.69  rpm-python                x86_64    4.11.3-48.el7_9           updates     84 k
11:19:34 #11 25.69 
11:19:34 #11 25.69 Transaction Summary
11:19:34 #11 25.69 ================================================================================
11:19:34 #11 25.69 Install  2 Packages (+42 Dependent packages)
11:19:34 #11 25.69 Upgrade             (  4 Dependent packages)
11:19:34 #11 25.69 
11:19:34 #11 25.69 Total download size: 18 M
11:19:34 #11 25.69 Downloading packages:
11:19:34 #11 25.69 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:19:34 #11 24.44 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
11:19:34 #11 24.47 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
11:19:34 #11 24.48 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
11:19:34 #11 24.48 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
11:19:34 11:19:34 #11 24.50 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
#10 31.17 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_amd64.deb ...
11:19:34 #10 31.18 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
11:19:34 #11 24.52 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:34 #10 31.22 Selecting previously unselected package libcurl4:amd64.
11:19:34 #10 31.22 Preparing to unpack .../077-libcurl4_7.88.1-1_amd64.deb ...
11:19:34 #11 24.52 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
11:19:34 #10 31.22 Unpacking libcurl4:amd64 (7.88.1-1) ...
11:19:34 #10 31.28 Selecting previously unselected package curl.
11:19:34 #11 24.53 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:34 #10 31.28 Preparing to unpack .../078-curl_7.88.1-1_amd64.deb ...
11:19:34 #10 31.28 Unpacking curl (7.88.1-1) ...
11:19:34 #10 31.34 Selecting previously unselected package dctrl-tools.
11:19:34 #10 31.34 Preparing to unpack .../079-dctrl-tools_2.24-3+b1_amd64.deb ...
11:19:34 #10 31.35 Unpacking dctrl-tools (2.24-3+b1) ...
11:19:34 #10 31.39 Selecting previously unselected package libdebhelper-perl.
11:19:34 #10 5.364 Reading package lists...
11:19:34 #10 ...
11:19:34 
11:19:34 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:34 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.3s done
11:19:34 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 1.0s
11:19:34 #11 7.959 0 upgraded, 366 newly installed, 0 to remove and 2 not upgraded.
11:19:34 #11 7.959 Need to get 114 MB of archives.
11:19:34 #11 7.959 After this operation, 377 MB of additional disk space will be used.
11:19:34 #11 7.959 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
11:19:34 #10 24.88 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:19:34 #10 24.89 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:19:34 #10 24.98 Selecting previously unselected package gnupg-utils.
11:19:34 #10 24.99 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 24.99 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:19:34 #10 25.06 Selecting previously unselected package gpg.
11:19:34 #10 25.07 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 25.07 Unpacking gpg (2.2.27-2+deb11u2) ...
11:19:34 #10 16.36 Selecting previously unselected package perl.
11:19:34 #10 16.36 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ...
11:19:34 #10 16.37 Unpacking perl (5.28.1-6+deb10u1) ...
11:19:34 #10 16.46 Selecting previously unselected package liblocale-gettext-perl.
11:19:34 #10 16.46 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ...
11:19:34 #11 30.49 Selecting previously unselected package gcc-9.
11:19:34 #11 30.49 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:34 #11 30.50 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:34 #10 28.13 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u10_arm64.deb ...
11:19:34 #10 28.14 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u10) ...
11:19:34 #10 28.18 Selecting previously unselected package exim4-daemon-light.
11:19:34 #10 28.19 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u7_arm64.deb ...
11:19:34 #10 28.20 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
11:19:34 #10 28.28 Selecting previously unselected package libcurl3-gnutls:arm64.
11:19:34 #10 28.28 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u5_arm64.deb ...
11:19:34 #10 28.28 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u5) ...
11:19:34 #10 28.34 Selecting previously unselected package libpcre2-8-0:arm64.
11:19:34 #10 28.34 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
11:19:34 #10 28.34 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
11:19:34 #10 28.39 Selecting previously unselected package liberror-perl.
11:19:34 #11 28.43 Get:262 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.10.1 [29.7 kB]
11:19:34 #11 28.60 Get:263 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblerc3 amd64 3.0+ds-1ubuntu1 [128 kB]
11:19:34 #10 32.84 Selecting previously unselected package libfakeroot:amd64.
11:19:34 #10 32.84 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ...
11:19:34 #10 32.84 Unpacking libfakeroot:amd64 (1.23-1) ...
11:19:34 #10 32.88 Selecting previously unselected package fakeroot.
11:19:34 #10 32.88 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ...
11:19:34 #10 32.88 Unpacking fakeroot (1.23-1) ...
11:19:34 #10 32.93 Selecting previously unselected package libassuan0:amd64.
11:19:34 #10 32.93 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ...
11:19:34 #10 32.93 Unpacking libassuan0:amd64 (2.5.2-1) ...
11:19:34 #10 32.96 Selecting previously unselected package gpgconf.
11:19:34 #10 27.35 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
11:19:34 #10 27.40 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:19:34 #10 27.40 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
11:19:34 #10 27.41 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
11:19:34 #10 27.42 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
11:19:34 #10 27.42 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
11:19:34 #10 27.43 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
11:19:34 #10 27.44 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
11:19:34 #10 29.08   Installing       : file-5.39-12.el9.x86_64                              4/167 
11:19:34 #10 29.17   Installing       : python3-libselinux-3.5-1.el9.x86_64                  5/167 
11:19:34 #10 29.23   Installing       : xz-5.2.5-8.el9.x86_64                                6/167 
11:19:34 #10 26.54 Preparing to unpack .../132-libtry-tiny-perl_0.31-2_all.deb ...
11:19:34 #10 26.54 Unpacking libtry-tiny-perl (0.31-2) ...
11:19:34 #10 26.58 Selecting previously unselected package libwww-robotrules-perl.
11:19:34 #10 26.58 Preparing to unpack .../133-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:34 #10 26.58 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:34 #10 26.61 Selecting previously unselected package libwww-perl.
11:19:34 #10 26.61 Preparing to unpack .../134-libwww-perl_6.67-1_all.deb ...
11:19:34 #10 26.61 Unpacking libwww-perl (6.67-1) ...
11:19:34 #10 26.66 Selecting previously unselected package libdigest-md5-file-perl.
11:19:34 #10 26.66 Preparing to unpack .../135-libdigest-md5-file-perl_0.08-1.1_all.deb ...
11:19:34 #10 26.66 Unpacking libdigest-md5-file-perl (0.08-1.1) ...
11:19:34 #10 26.69 Selecting previously unselected package libfile-dirlist-perl.
11:19:34 #10 26.69 Preparing to unpack .../136-libfile-dirlist-perl_0.05-3_all.deb ...
11:19:34 #10 26.70 Unpacking libfile-dirlist-perl (0.05-3) ...
11:19:34 #10 26.73 Selecting previously unselected package libfile-which-perl.
11:19:34 #10 26.73 Preparing to unpack .../137-libfile-which-perl_1.27-2_all.deb ...
11:19:34 #10 26.73 Unpacking libfile-which-perl (1.27-2) ...
11:19:34 #10 26.76 Selecting previously unselected package libfile-homedir-perl.
11:19:34 #9 33.25 Preparing to unpack .../101-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:19:34 #9 33.25 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:34 #9 33.29 Selecting previously unselected package libldap-common.
11:19:34 #9 33.29 Preparing to unpack .../102-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:19:34 #9 33.29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:19:34 #9 33.35 Selecting previously unselected package libldap-2.4-2:amd64.
11:19:34 #9 33.35 Preparing to unpack .../103-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
11:19:34 #9 33.36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:19:34 #9 33.40 Selecting previously unselected package libnghttp2-14:amd64.
11:19:34 #9 33.40 Preparing to unpack .../104-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
11:19:34 #9 33.41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:19:34 #9 33.45 Selecting previously unselected package librtmp1:amd64.
11:19:34 #9 33.45 Preparing to unpack .../105-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
11:19:34 #9 33.45 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:19:34 #9 33.49 Selecting previously unselected package libcurl4:amd64.
11:19:34 #9 33.49 Preparing to unpack .../106-libcurl4_7.58.0-2ubuntu3.23_amd64.deb ...
11:19:34 #9 33.50 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.23) ...
11:19:34 #9 33.54 Selecting previously unselected package curl.
11:19:34 #9 33.55 Preparing to unpack .../107-curl_7.58.0-2ubuntu3.23_amd64.deb ...
11:19:34 #9 33.55 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:19:34 #9 33.60 Selecting previously unselected package dctrl-tools.
11:19:34 #11 24.92 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
11:19:34 #11 25.00 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
11:19:34 #10 31.39 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
11:19:34 #10 31.39 Unpacking libdebhelper-perl (13.11.4) ...
11:19:34 #10 31.43 Selecting previously unselected package libtool.
11:19:34 #10 31.43 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
11:19:34 #10 31.43 Unpacking libtool (2.4.7-5) ...
11:19:34 #10 31.47 Selecting previously unselected package dh-autoreconf.
11:19:34 #10 31.48 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
11:19:34 #10 31.48 Unpacking dh-autoreconf (20) ...
11:19:34 #10 31.51 Selecting previously unselected package libarchive-zip-perl.
11:19:34 #10 31.51 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
11:19:34 #10 31.51 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:34 #10 31.56 Selecting previously unselected package libsub-override-perl.
11:19:34 #10 31.56 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
11:19:34 #10 31.56 Unpacking libsub-override-perl (0.09-4) ...
11:19:34 #10 31.59 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:34 #10 31.59 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:19:34 #10 31.60 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:19:34 #10 31.63 Selecting previously unselected package dh-strip-nondeterminism.
11:19:34 #11 8.104 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]
11:19:34 #10 25.14 Selecting previously unselected package pinentry-curses.
11:19:34 #10 25.14 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
11:19:34 #10 25.15 Unpacking pinentry-curses (1.1.0-4) ...
11:19:34 #10 25.19 Selecting previously unselected package gpg-agent.
11:19:34 #10 25.19 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 25.20 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:19:34 #10 25.25 Selecting previously unselected package gpg-wks-client.
11:19:34 #10 25.25 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 25.26 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:19:34 #10 25.30 Selecting previously unselected package gpg-wks-server.
11:19:34 #10 25.30 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 25.30 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:19:34 #10 25.34 Selecting previously unselected package gpgsm.
11:19:34 #10 25.35 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
11:19:34 #10 25.35 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:19:34 #11 21.20 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp arm64 4:12.2.0-1ubuntu1 [27.3 kB]
11:19:34 #11 21.20 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcc1-0 arm64 12.2.0-3ubuntu1 [44.1 kB]
11:19:34 #11 21.20 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgomp1 arm64 12.2.0-3ubuntu1 [122 kB]
11:19:34 #11 21.21 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libitm1 arm64 12.2.0-3ubuntu1 [27.9 kB]
11:19:34 #10 16.47 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:19:34 #10 16.52 Selecting previously unselected package libssl1.1:armhf.
11:19:34 #10 16.52 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u4_armhf.deb ...
11:19:34 #10 16.53 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u4) ...
11:19:34 #10 16.68 Selecting previously unselected package libpython3.7-minimal:armhf.
11:19:34 #10 16.68 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:19:34 #10 16.69 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:19:34 #10 28.39 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
11:19:34 #10 28.39 Unpacking liberror-perl (0.17027-2) ...
11:19:34 #10 28.42 Selecting previously unselected package git-man.
11:19:34 #10 28.43 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u8_all.deb ...
11:19:34 #10 28.43 Unpacking git-man (1:2.20.1-2+deb10u8) ...
11:19:34 #10 28.54 Selecting previously unselected package git.
11:19:34 #10 28.54 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u8_arm64.deb ...
11:19:34 #10 28.56 Unpacking git (1:2.20.1-2+deb10u8) ...
11:19:34 #11 28.77 Get:264 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
11:19:34 #11 28.87 Get:265 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libtiff5 amd64 4.4.0-4ubuntu3.3 [190 kB]
11:19:34 #11 28.91 Get:266 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.10.1 [37.0 kB]
11:19:34 #11 28.92 Get:267 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgd3 amd64 2.3.3-6 [123 kB]
11:19:34 #11 28.94 Get:268 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-devtools amd64 2.36-0ubuntu4 [28.5 kB]
11:19:34 #11 28.95 Get:269 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:34 #11 28.95 Get:270 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-pm-perl all 4.54-1 [188 kB]
11:19:34 #11 28.98 Get:271 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi0ldbl amd64 2.4.2-2build2 [28.0 kB]
11:19:34 #10 27.66 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
11:19:34 #10 32.97 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
11:19:34 #10 32.97 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:19:34 #10 33.02 Selecting previously unselected package libksba8:amd64.
11:19:34 #10 33.02 Preparing to unpack .../093-libksba8_1.3.5-2+deb10u2_amd64.deb ...
11:19:34 #10 33.02 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
11:19:34 #10 33.07 Selecting previously unselected package libnpth0:amd64.
11:19:34 #10 33.07 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ...
11:19:34 #10 33.07 Unpacking libnpth0:amd64 (1.6-1) ...
11:19:34 #10 33.11 Selecting previously unselected package dirmngr.
11:19:34 #10 33.11 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
11:19:34 #10 33.12 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:19:34 #10 33.18 Selecting previously unselected package gnupg-l10n.
11:19:34 #10 33.19 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:19:34 #10 33.19 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:19:34 #10 33.30 Selecting previously unselected package gnupg-utils.
11:19:34 #9 ...
11:19:34 
11:19:34 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:34 #0 1.112 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:19:34 #0 1.130 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:19:34 #0 1.130 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:19:34 #0 1.406 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
11:19:34 #0 1.684 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [230 kB]
11:19:34 #0 2.048 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
11:19:34 #0 2.966 Fetched 8395 kB in 2s (3990 kB/s)
11:19:34 #0 2.966 Reading package lists...
11:19:34 #0 3.825 Reading package lists...
11:19:34 #0 4.678 Building dependency tree...
11:19:34 #0 4.854 Reading state information...
11:19:34 #0 5.130 The following additional packages will be installed:
11:19:34 #0 5.130   autoconf automake autopoint autotools-dev binutils
11:19:34 #0 5.130   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:34 #0 5.130   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:19:34 #0 5.130   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:19:34 #0 5.130   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:34 #0 5.130   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:34 #0 5.130   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:34 #0 5.130   intltool-debian iso-codes less libalgorithm-diff-perl
11:19:34 #0 5.130   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:19:34 #0 5.130   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:19:34 #0 5.130   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:19:34 #0 5.130   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:19:34 #0 5.130   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:19:34 #0 5.130   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:19:34 #0 5.130   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:34 #0 5.130   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:34 #0 5.130   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:34 #0 5.130   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:34 #0 5.130   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:34 #0 5.130   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:19:34 #0 5.130   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:34 #0 5.130   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:34 #0 5.130   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:34 #0 5.130   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:34 #0 5.130   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:34 #0 5.130   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:34 #0 5.130   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:34 #0 5.130   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:34 #0 5.130   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:34 #0 5.130   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:34 #0 5.130   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:34 #0 5.130   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:34 #0 5.130   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:34 #0 5.130   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:34 #0 5.130   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:34 #0 5.130   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:34 #0 5.130   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:34 #0 5.130   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:34 #0 5.130   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:34 #0 5.130   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:34 #0 5.130   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:19:34 #0 5.130   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:34 #0 5.130   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:34 #0 5.130   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:34 #0 5.130   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:19:34 #0 5.130   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:34 #0 5.130   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:34 #0 5.130   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:34 #0 5.130   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:34 #0 5.130   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:34 #0 5.130   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:34 #0 5.130   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:34 #0 5.130   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:34 #0 5.130   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:34 #0 5.130   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:34 #0 5.130   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:34 #0 5.130   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:34 #0 5.130   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:19:34 #0 5.130   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:34 #0 5.130   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:34 #0 5.130   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:34 #0 5.130   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:34 #0 5.130   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:34 #0 5.130   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:34 #0 5.130   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:34 #0 5.130   libstring-shellquote-perl libsub-exporter-perl
11:19:34 #0 5.130   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:34 #0 5.130   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:34 #0 5.130   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:34 #0 5.130   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:34 #0 5.130   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:34 #0 5.130   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:34 #0 5.130   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:19:34 #0 5.130   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:34 #0 5.130   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:19:34 #0 5.130   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:19:34 #0 5.130   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:34 #0 5.130   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:34 #0 5.130   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:19:34 #0 5.130   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:19:34 #0 5.130   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:34 #0 5.130   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:19:34 #0 5.130   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:19:34 #0 5.130   python3 python3-apt python3-certifi python3-chardet python3-debian
11:19:34 #0 5.130   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:34 #0 5.130   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:34 #0 5.130   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:19:34 #0 5.130   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:34 #0 5.130 Suggested packages:
11:19:34 #0 5.130   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:34 #0 5.130   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:19:34 #0 5.130   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:19:34 #0 5.130   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:34 #0 5.130   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:34 #0 5.130   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:19:34 #0 5.130   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:19:34 #0 5.130   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:19:34 #0 5.130   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:34 #0 5.130   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:34 #0 5.130   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:19:34 #0 5.130   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
11:19:34 #0 5.130   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
11:19:34 #0 5.130   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:19:34 #0 5.130   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:19:34 #0 5.130   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:19:34 #0 5.130   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
11:19:34 #0 5.130   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:19:34 #0 5.130   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
11:19:34 #0 5.130   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
11:19:34 #0 5.130   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:19:34 #0 5.130   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:34 #0 5.130   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:19:34 #0 5.130   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:19:34 #0 5.130   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:19:34 #0 5.130   python3-socks python-requests-doc python3.9-venv python3.9-doc
11:19:34 #0 5.130   binfmt-support readline-doc zip wdiff-doc
11:19:34 #0 7.682 The following NEW packages will be installed:
11:19:34 #0 7.683   autoconf automake autopoint autotools-dev binutils
11:19:34 #0 7.683   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:34 #0 7.683   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:19:34 #0 7.683   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:34 #0 7.683   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:34 #0 7.683   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:19:34 #0 7.683   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:34 #0 7.683   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:19:34 #0 7.683   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:34 #0 7.683   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:19:34 #0 7.683   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:19:34 #0 7.683   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:19:34 #0 7.683   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:34 #0 7.683   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:19:34 #0 7.684   libclass-inspector-perl libclass-method-modifiers-perl
11:19:34 #0 7.684   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:34 #0 7.684   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:34 #0 7.684   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:34 #0 7.684   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:34 #0 7.684   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:34 #0 7.684   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:34 #0 7.684   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:19:34 #0 7.684   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:34 #0 7.684   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:34 #0 7.684   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:34 #0 7.684   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:34 #0 7.684   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:34 #0 7.684   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:34 #0 7.684   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:34 #0 7.684   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:19:34 #0 7.684   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:19:34 #0 7.684   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:19:34 #0 7.684   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:19:34 #0 7.684   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:19:34 #0 7.684   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:34 #0 7.684   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:34 #0 7.684   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:19:34 #0 7.684   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:19:34 #0 7.684   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:34 #0 7.684   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:34 #0 7.684   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:19:34 #0 7.684   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:19:34 #0 7.684   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:19:34 #0 7.684   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:19:34 #0 7.684   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:19:34 #0 7.684   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:19:34 #0 7.684   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:19:34 #0 7.684   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:34 #0 7.684   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:19:34 #0 7.684   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:19:34 #0 7.684   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:19:34 #0 7.684   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:19:34 #0 7.684   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:19:34 #0 7.684   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:19:34 #0 7.684   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:19:34 #0 7.684   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:19:34 #0 7.684   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:19:34 #0 7.684   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:19:34 #0 7.684   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:19:34 #0 7.684   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:19:34 #0 7.688   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:34 #0 7.688   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:34 #0 7.688   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:19:34 #0 7.688   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:19:34 #0 7.688   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:34 #0 7.688   libstring-shellquote-perl libsub-exporter-perl
11:19:34 #0 7.688   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:34 #0 7.688   libsub-name-perl libsub-override-perl libsub-quote-perl
11:19:34 #0 7.688   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:19:34 #0 7.688   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:19:34 #0 7.688   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:19:34 #0 7.688   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:19:34 #0 7.688   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:19:34 #0 7.688   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:34 #0 7.688   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:19:34 #0 7.688   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:19:34 #0 7.688   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:19:34 #0 7.688   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:19:34 #0 7.688   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:19:34 #0 7.688   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:19:34 #0 7.688   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:19:34 #0 7.688   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:19:34 #0 7.688   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:19:34 #0 7.688   python3 python3-apt python3-certifi python3-chardet python3-debian
11:19:34 #0 7.688   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:19:34 #0 7.688   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:19:34 #0 7.688   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:19:34 #0 7.688   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:19:34 #0 7.965 0 upgraded, 379 newly installed, 0 to remove and 0 not upgraded.
11:19:34 #0 7.965 Need to get 157 MB of archives.
11:19:34 #0 7.965 After this operation, 456 MB of additional disk space will be used.
11:19:34 #0 7.965 Get:1 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB]
11:19:34 #0 7.971 Get:2 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:19:34 #0 7.971 Get:3 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB]
11:19:34 #0 7.978 Get:4 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB]
11:19:34 #0 7.979 Get:5 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB]
11:19:34 #0 7.980 Get:6 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB]
11:19:34 #0 7.989 Get:7 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:19:34 #0 8.021 Get:8 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:19:34 #0 8.021 Get:9 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB]
11:19:34 #0 8.041 Get:10 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:19:34 #0 8.041 Get:11 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
11:19:34 #0 8.041 Get:12 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
11:19:34 #0 8.053 Get:13 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
11:19:34 #0 8.053 Get:14 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
11:19:34 #0 8.058 Get:15 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:19:34 #0 8.059 Get:16 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:19:34 #0 8.059 Get:17 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
11:19:34 #0 8.062 Get:18 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
11:19:34 #0 8.062 Get:19 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
11:19:34 #0 8.062 Get:20 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
11:19:34 #0 8.062 Get:21 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
11:19:34 #0 8.071 Get:22 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
11:19:34 #0 8.087 Get:23 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
11:19:34 #0 8.089 Get:24 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:19:34 #0 8.090 Get:25 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:19:34 #0 8.095 Get:26 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB]
11:19:34 #0 8.095 Get:27 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
11:19:34 #0 8.100 Get:28 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:19:34 #0 8.100 Get:29 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
11:19:34 #0 8.101 Get:30 http://deb.debian.org/debian-security bullseye-security/main armhf openssl armhf 1.1.1n-0+deb11u4 [829 kB]
11:19:34 #0 8.114 Get:31 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
11:19:34 #0 8.117 Get:32 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:19:34 #0 8.123 Get:33 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:19:34 #0 8.123 Get:34 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3 [68.1 kB]
11:19:34 #0 8.123 Get:35 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:19:34 #0 8.124 Get:36 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB]
11:19:34 #0 8.149 Get:37 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB]
11:19:34 #0 8.150 Get:38 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1 [103 kB]
11:19:34 #0 8.159 Get:39 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB]
11:19:34 #0 8.161 Get:40 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
11:19:34 #0 8.161 Get:41 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
11:19:34 #0 8.164 Get:42 http://deb.debian.org/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1 [843 kB]
11:19:34 #0 8.168 Get:43 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB]
11:19:34 #0 8.170 Get:44 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
11:19:34 #0 8.175 Get:45 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB]
11:19:34 #0 8.176 Get:46 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB]
11:19:34 #0 8.177 Get:47 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:19:34 #0 8.180 Get:48 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:19:34 #0 8.181 Get:49 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:19:34 #0 8.192 Get:50 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:19:34 #0 8.197 Get:51 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
11:19:34 #0 8.222 Get:52 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
11:19:34 #0 8.234 Get:53 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
11:19:34 #0 8.235 Get:54 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
11:19:34 #0 8.236 Get:55 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
11:19:34 #0 8.256 Get:56 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
11:19:34 #0 8.272 Get:57 http://deb.debian.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u5 [271 kB]
11:19:34 #0 8.273 Get:58 http://deb.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.162-1 [1545 kB]
11:19:34 #0 8.279 Get:59 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
11:19:34 #0 8.286 Get:60 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [182 kB]
11:19:34 #0 8.288 Get:61 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
11:19:34 #0 8.290 Get:62 http://deb.debian.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u5 [1876 kB]
11:19:34 #0 8.307 Get:63 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
11:19:34 #0 8.311 Get:64 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
11:19:34 #0 8.338 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
11:19:34 #0 8.338 Get:66 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
11:19:34 #0 8.430 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
11:19:34 #0 8.430 Get:68 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
11:19:34 #0 8.430 Get:69 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
11:19:34 #0 8.434 Get:70 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
11:19:34 #0 8.442 Get:71 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
11:19:34 #11 23.99 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:19:34 #11 23.99 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB]
11:19:34 #11 23.99 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:34 #11 23.99 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB]
11:19:34 #11 24.00 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:34 #11 24.15 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB]
11:19:34 #11 24.31 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:19:34 #11 24.32 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:34 #11 24.34 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:34 #10 29.27   Installing       : unzip-6.0-56.el9.x86_64                              7/167 
11:19:34 #10 29.45   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/167 
11:19:34 #10 29.47   Installing       : libproxy-0.4.15-35.el9.x86_64                        9/167 
11:19:35 #10 26.76 Preparing to unpack .../138-libfile-homedir-perl_1.006-2_all.deb ...
11:19:35 #10 26.77 Unpacking libfile-homedir-perl (1.006-2) ...
11:19:35 #10 26.80 Selecting previously unselected package libfile-touch-perl.
11:19:35 #10 26.80 Preparing to unpack .../139-libfile-touch-perl_0.12-2_all.deb ...
11:19:35 #10 26.80 Unpacking libfile-touch-perl (0.12-2) ...
11:19:35 #10 26.84 Selecting previously unselected package libio-pty-perl.
11:19:35 #10 26.84 Preparing to unpack .../140-libio-pty-perl_1%3a1.17-1_arm64.deb ...
11:19:35 #10 26.84 Unpacking libio-pty-perl (1:1.17-1) ...
11:19:35 #10 26.87 Selecting previously unselected package libipc-run-perl.
11:19:35 #10 26.87 Preparing to unpack .../141-libipc-run-perl_20220807.0-1_all.deb ...
11:19:35 #10 26.87 Unpacking libipc-run-perl (20220807.0-1) ...
11:19:35 #10 26.92 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:35 #10 26.92 Preparing to unpack .../142-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:19:35 #10 26.92 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:19:35 #10 26.96 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:35 #10 26.97 Preparing to unpack .../143-libclass-xsaccessor-perl_1.19-4+b1_arm64.deb ...
11:19:35 #10 26.97 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:19:35 #9 33.60 Preparing to unpack .../108-dctrl-tools_2.24-2build1_amd64.deb ...
11:19:35 #9 33.61 Unpacking dctrl-tools (2.24-2build1) ...
11:19:35 #9 33.64 Selecting previously unselected package libtool.
11:19:35 #9 33.64 Preparing to unpack .../109-libtool_2.4.6-2_all.deb ...
11:19:35 #9 33.65 Unpacking libtool (2.4.6-2) ...
11:19:35 #9 33.69 Selecting previously unselected package dh-autoreconf.
11:19:35 #9 33.69 Preparing to unpack .../110-dh-autoreconf_17_all.deb ...
11:19:35 #9 33.70 Unpacking dh-autoreconf (17) ...
11:19:35 #9 33.73 Selecting previously unselected package libarchive-zip-perl.
11:19:35 #9 33.73 Preparing to unpack .../111-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:19:35 #9 33.74 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:19:35 #9 33.77 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:35 #9 33.77 Preparing to unpack .../112-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:19:35 #9 33.78 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:19:35 #9 33.81 Selecting previously unselected package libtimedate-perl.
11:19:35 #9 33.81 Preparing to unpack .../113-libtimedate-perl_2.3000-2_all.deb ...
11:19:35 #11 25.08 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
11:19:35 #11 25.20 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:35 #11 25.21 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
11:19:35 #11 25.23 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
11:19:35 #11 25.24 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:19:35 #11 25.24 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
11:19:35 #11 25.25 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
11:19:35 #10 31.63 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:19:35 #10 31.63 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:19:35 #10 31.67 Selecting previously unselected package libelf1:amd64.
11:19:35 #10 31.67 Preparing to unpack .../087-libelf1_0.188-2.1_amd64.deb ...
11:19:35 #10 31.67 Unpacking libelf1:amd64 (0.188-2.1) ...
11:19:35 #10 31.71 Selecting previously unselected package dwz.
11:19:35 #10 31.72 Preparing to unpack .../088-dwz_0.15-1_amd64.deb ...
11:19:35 #10 31.72 Unpacking dwz (0.15-1) ...
11:19:35 #10 31.77 Selecting previously unselected package libicu72:amd64.
11:19:35 #10 31.77 Preparing to unpack .../089-libicu72_72.1-3_amd64.deb ...
11:19:35 #10 31.77 Unpacking libicu72:amd64 (72.1-3) ...
11:19:35 #10 25.40 Selecting previously unselected package gnupg.
11:19:35 #10 25.40 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
11:19:35 #10 25.41 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:19:35 #10 25.46 Selecting previously unselected package libfile-dirlist-perl.
11:19:35 #10 25.46 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
11:19:35 #10 25.47 Unpacking libfile-dirlist-perl (0.05-2) ...
11:19:35 #10 25.50 Selecting previously unselected package libfile-which-perl.
11:19:35 #10 25.50 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
11:19:35 #10 25.50 Unpacking libfile-which-perl (1.23-1) ...
11:19:35 #10 25.53 Selecting previously unselected package libfile-homedir-perl.
11:19:35 #10 25.54 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
11:19:35 #10 25.54 Unpacking libfile-homedir-perl (1.006-1) ...
11:19:35 #10 25.57 Selecting previously unselected package libfile-touch-perl.
11:19:35 #11 21.61 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libatomic1 arm64 12.2.0-3ubuntu1 [10.7 kB]
11:19:35 #10 16.84 Selecting previously unselected package libexpat1:armhf.
11:19:35 #10 16.84 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
11:19:35 #10 16.85 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
11:19:35 #10 16.91 Selecting previously unselected package python3.7-minimal.
11:19:35 #10 16.91 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:19:35 #10 16.92 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:35 #7 ...
11:19:35 
11:19:35 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:35 #10 5.364 Reading package lists...
11:19:35 #10 6.805 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?)
11:19:35 #11 28.98 Get:272 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-perl amd64 0.82+ds-1build1 [22.8 kB]
11:19:35 #10 33.30 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.31 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:19:35 #10 33.39 Selecting previously unselected package gpg.
11:19:35 #10 33.39 Preparing to unpack .../098-gpg_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.39 Unpacking gpg (2.2.12-1+deb10u2) ...
11:19:35 #10 33.47 Selecting previously unselected package pinentry-curses.
11:19:35 #10 33.47 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ...
11:19:35 #10 33.47 Unpacking pinentry-curses (1.1.0-2) ...
11:19:35 #10 33.50 Selecting previously unselected package gpg-agent.
11:19:35 #10 33.51 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.51 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:19:35 #10 33.57 Selecting previously unselected package gpg-wks-client.
11:19:35 #10 8.450 Get:72 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
11:19:35 #10 8.484 Get:73 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
11:19:35 #10 8.484 Get:74 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
11:19:35 #10 ...
11:19:35 
11:19:35 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:35 #11 31.25 Selecting previously unselected package gcc.
11:19:35 #11 31.25 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:19:35 #11 31.26 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:19:35 #11 31.29 Selecting previously unselected package libstdc++-9-dev:amd64.
11:19:35 #11 31.29 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:35 #11 31.30 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:35 #11 24.36 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB]
11:19:35 #11 24.42 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:19:35 #11 24.45 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:35 #11 24.47 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB]
11:19:35 #11 24.49 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB]
11:19:35 #11 24.50 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB]
11:19:35 #11 24.51 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB]
11:19:35 #10 29.48   Installing       : less-590-1.el9.x86_64                               10/167 
11:19:35 #10 29.60   Installing       : diffutils-3.7-12.el9.x86_64                         11/167 
11:19:35 #10 29.67   Installing       : cracklib-2.9.6-27.el9.x86_64                        12/167 
11:19:35 #12 17.34 CentOS Stream 8 - PowerTools                    2.6 MB/s | 3.5 MB     00:01    
11:19:35 #10 27.02 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
11:19:35 #10 27.02 Preparing to unpack .../144-libb-hooks-op-check-perl_0.22-2+b1_arm64.deb ...
11:19:35 #10 27.02 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
11:19:35 #10 27.06 Selecting previously unselected package libdynaloader-functions-perl.
11:19:35 #10 27.06 Preparing to unpack .../145-libdynaloader-functions-perl_0.003-3_all.deb ...
11:19:35 #10 27.07 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:19:35 #10 27.10 Selecting previously unselected package libdevel-callchecker-perl:arm64.
11:19:35 #10 27.10 Preparing to unpack .../146-libdevel-callchecker-perl_0.008-2_arm64.deb ...
11:19:35 #10 27.11 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ...
11:19:35 #10 27.14 Selecting previously unselected package libparams-classify-perl:arm64.
11:19:35 #10 27.14 Preparing to unpack .../147-libparams-classify-perl_0.015-2+b1_arm64.deb ...
11:19:35 #10 27.14 Unpacking libparams-classify-perl:arm64 (0.015-2+b1) ...
11:19:35 #10 27.17 Selecting previously unselected package libmodule-runtime-perl.
11:19:35 #10 27.17 Preparing to unpack .../148-libmodule-runtime-perl_0.016-2_all.deb ...
11:19:35 #10 27.18 Unpacking libmodule-runtime-perl (0.016-2) ...
11:19:35 #10 27.20 Selecting previously unselected package libimport-into-perl.
11:19:35 #10 27.21 Preparing to unpack .../149-libimport-into-perl_1.002005-2_all.deb ...
11:19:35 #10 27.21 Unpacking libimport-into-perl (1.002005-2) ...
11:19:35 #10 27.24 Selecting previously unselected package librole-tiny-perl.
11:19:35 #10 27.24 Preparing to unpack .../150-librole-tiny-perl_2.002004-1_all.deb ...
11:19:35 #10 27.24 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:35 #10 27.27 Selecting previously unselected package libsub-quote-perl.
11:19:35 #10 27.27 Preparing to unpack .../151-libsub-quote-perl_2.006008-1_all.deb ...
11:19:35 #10 27.28 Unpacking libsub-quote-perl (2.006008-1) ...
11:19:35 #10 27.31 Selecting previously unselected package libmoo-perl.
11:19:35 #10 27.31 Preparing to unpack .../152-libmoo-perl_2.005005-1_all.deb ...
11:19:35 #9 33.81 Unpacking libtimedate-perl (2.3000-2) ...
11:19:35 #9 33.85 Selecting previously unselected package dh-strip-nondeterminism.
11:19:35 #9 33.85 Preparing to unpack .../114-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:19:35 #9 33.86 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:19:35 #9 33.89 Selecting previously unselected package libcroco3:amd64.
11:19:35 #9 33.89 Preparing to unpack .../115-libcroco3_0.6.12-2_amd64.deb ...
11:19:35 #9 33.90 Unpacking libcroco3:amd64 (0.6.12-2) ...
11:19:35 #9 33.94 Selecting previously unselected package gettext.
11:19:35 #9 33.94 Preparing to unpack .../116-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:19:35 #9 33.95 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:19:35 #11 25.26 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:35 #11 25.27 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:35 #10 25.57 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
11:19:35 #10 25.58 Unpacking libfile-touch-perl (0.11-1) ...
11:19:35 #10 25.61 Selecting previously unselected package libio-pty-perl.
11:19:35 #10 25.61 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
11:19:35 #10 25.62 Unpacking libio-pty-perl (1:1.15-2) ...
11:19:35 #10 25.65 Selecting previously unselected package libipc-run-perl.
11:19:35 #10 25.65 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
11:19:35 #10 25.65 Unpacking libipc-run-perl (20200505.0-1) ...
11:19:35 #10 25.69 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:35 #10 25.69 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:35 #10 25.69 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:35 #10 25.72 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:35 #10 25.73 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
11:19:35 #10 25.73 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:19:35 #10 25.76 Selecting previously unselected package libdynaloader-functions-perl.
11:19:35 #10 25.76 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:19:35 #10 25.76 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:19:35 #10 25.80 Selecting previously unselected package libdevel-callchecker-perl.
11:19:35 #10 25.80 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
11:19:35 #10 25.80 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:19:35 #10 25.84 Selecting previously unselected package libparams-classify-perl.
11:19:35 #10 25.84 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
11:19:35 #10 25.85 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:19:35 #10 25.88 Selecting previously unselected package libmodule-runtime-perl.
11:19:35 #10 25.88 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:35 #10 25.88 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:35 #10 25.91 Selecting previously unselected package libimport-into-perl.
11:19:35 #11 21.68 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libasan8 arm64 12.2.0-3ubuntu1 [2375 kB]
11:19:35 #10 17.19 Setting up libssl1.1:armhf (1.1.1n-0+deb10u4) ...
11:19:35 #11 29.26 Get:273 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:19:35 #11 29.27 Get:274 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:35 #11 29.27 Get:275 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
11:19:35 #11 29.28 Get:276 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
11:19:35 #11 29.29 Get:277 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:35 #11 29.29 Get:278 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
11:19:35 #11 29.30 Get:279 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-install-perl all 0.928-2 [10.2 kB]
11:19:35 #11 29.30 Get:280 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:35 #11 29.30 Get:281 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:35 #11 29.31 Get:282 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconst-fast-perl all 0.014-2 [8034 B]
11:19:35 #11 29.31 Get:283 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwant-perl amd64 0.29-2 [25.1 kB]
11:19:35 #11 8.481 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
11:19:35 #11 8.489 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]
11:19:35 #11 8.615 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB]
11:19:35 #11 8.615 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
11:19:35 #11 8.615 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:19:35 #11 8.615 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
11:19:35 #11 8.618 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
11:19:35 #11 8.621 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
11:19:35 #11 8.655 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]
11:19:35 #10 33.57 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.57 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:19:35 #10 33.62 Selecting previously unselected package gpg-wks-server.
11:19:35 #10 33.62 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.62 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:19:35 #10 33.66 Selecting previously unselected package gpgsm.
11:19:35 #10 33.66 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
11:19:35 #10 33.67 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:19:35 #10 33.73 Selecting previously unselected package gnupg.
11:19:35 #10 33.74 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u2_all.deb ...
11:19:35 #10 33.74 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:19:35 #10 33.83 Selecting previously unselected package libfile-which-perl.
11:19:35 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 5.1s
11:19:35 #11 31.57 Selecting previously unselected package g++-9.
11:19:35 #11 31.57 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:19:35 #11 31.57 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:35 #12 17.70 CentOS Stream 8 - Extras                         27 kB/s |  18 kB     00:00    
11:19:35 #10 29.04 Selecting previously unselected package libgc1c2:arm64.
11:19:35 #10 29.05 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
11:19:35 #10 29.05 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
11:19:35 #10 29.09 Selecting previously unselected package libltdl7:arm64.
11:19:35 #10 29.09 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
11:19:35 #10 29.10 Unpacking libltdl7:arm64 (2.4.6-9) ...
11:19:35 #10 29.14 Selecting previously unselected package guile-2.2-libs:arm64.
11:19:35 #10 29.14 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
11:19:35 #10 29.16 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
11:19:35 #11 24.67 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
11:19:35 #10 29.73   Installing       : cpio-2.13-16.el9.x86_64                             13/167 
11:19:35 #10 29.87   Installing       : bzip2-1.0.8-8.el9.x86_64                            14/167 
11:19:35 #10 30.00   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                  15/167 
11:19:35 #10 30.01   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/167 
11:19:35 #10 27.31 Unpacking libmoo-perl (2.005005-1) ...
11:19:35 #10 27.35 Selecting previously unselected package libswitch-perl.
11:19:35 #10 27.35 Preparing to unpack .../153-libswitch-perl_2.17-3_all.deb ...
11:19:35 #10 27.35 Unpacking libswitch-perl (2.17-3) ...
11:19:35 #10 27.38 Selecting previously unselected package patchutils.
11:19:35 #10 27.38 Preparing to unpack .../154-patchutils_0.4.2-1_arm64.deb ...
11:19:35 #10 27.39 Unpacking patchutils (0.4.2-1) ...
11:19:35 #10 27.42 Selecting previously unselected package wdiff.
11:19:35 #10 27.42 Preparing to unpack .../155-wdiff_1.2.2-5_arm64.deb ...
11:19:35 #10 27.42 Unpacking wdiff (1.2.2-5) ...
11:19:35 #10 27.47 Selecting previously unselected package devscripts.
11:19:35 #10 27.48 Preparing to unpack .../156-devscripts_2.23.2_arm64.deb ...
11:19:35 #10 27.50 Unpacking devscripts (2.23.2) ...
11:19:35 #9 34.09 Selecting previously unselected package intltool-debian.
11:19:35 #9 34.09 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.4_all.deb ...
11:19:35 #9 34.10 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:19:35 #9 34.13 Selecting previously unselected package po-debconf.
11:19:35 #9 34.13 Preparing to unpack .../118-po-debconf_1.0.20_all.deb ...
11:19:35 #9 34.14 Unpacking po-debconf (1.0.20) ...
11:19:35 #9 34.19 Selecting previously unselected package debhelper.
11:19:35 #9 34.19 Preparing to unpack .../119-debhelper_11.1.6ubuntu2_all.deb ...
11:19:35 #9 34.20 Unpacking debhelper (11.1.6ubuntu2) ...
11:19:35 #9 34.31 Selecting previously unselected package libfile-which-perl.
11:19:35 #11 25.67 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:35 #10 25.92 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
11:19:35 #10 25.92 Unpacking libimport-into-perl (1.002005-1) ...
11:19:35 #10 25.95 Selecting previously unselected package librole-tiny-perl.
11:19:35 #10 25.95 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
11:19:35 #10 25.96 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:35 #10 25.99 Selecting previously unselected package libstrictures-perl.
11:19:35 #10 25.99 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
11:19:35 #10 25.99 Unpacking libstrictures-perl (2.000006-1) ...
11:19:35 #10 26.02 Selecting previously unselected package libsub-quote-perl.
11:19:35 #10 26.02 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
11:19:35 #10 26.03 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:35 #10 26.06 Selecting previously unselected package libmoo-perl.
11:19:35 #10 26.06 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
11:19:35 #10 26.06 Unpacking libmoo-perl (2.004004-1) ...
11:19:35 #10 26.10 Selecting previously unselected package libencode-locale-perl.
11:19:35 #10 26.10 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
11:19:35 #10 26.10 Unpacking libencode-locale-perl (1.05-1.1) ...
11:19:35 #10 26.13 Selecting previously unselected package libtimedate-perl.
11:19:35 #11 22.20 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblsan0 arm64 12.2.0-3ubuntu1 [1027 kB]
11:19:35 #10 32.52 Selecting previously unselected package libxml2:amd64.
11:19:35 #10 17.35 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:19:35 #10 17.37 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
11:19:35 #10 17.39 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:35 #11 29.59 Get:284 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:19:35 #11 29.63 Get:285 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcpanel-json-xs-perl amd64 4.32-1 [114 kB]
11:19:35 #11 29.65 Get:286 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:19:35 #11 29.65 Get:287 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
11:19:35 #11 29.65 Get:288 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:19:35 #11 29.66 Get:289 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:19:35 #11 29.66 Get:290 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:19:35 #11 29.66 Get:291 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-xs-perl amd64 0.430-3 [41.5 kB]
11:19:35 #11 29.66 Get:292 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:19:35 #11 9.145 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.6-1~22.04.2 [497 kB]
11:19:35 #10 33.83 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ...
11:19:35 #10 33.84 Unpacking libfile-which-perl (1.23-1) ...
11:19:35 #10 33.89 Selecting previously unselected package libfile-homedir-perl.
11:19:35 #10 33.89 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ...
11:19:35 #10 33.89 Unpacking libfile-homedir-perl (1.004-1) ...
11:19:35 #10 33.92 Selecting previously unselected package libio-pty-perl.
11:19:35 #10 33.92 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
11:19:35 #10 33.93 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
11:19:35 #10 33.95 Selecting previously unselected package libipc-run-perl.
11:19:35 #10 33.95 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ...
11:19:35 #10 33.96 Unpacking libipc-run-perl (20180523.0-1) ...
11:19:35 #10 33.99 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:35 #10 33.99 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:19:35 #10 33.99 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:19:35 #10 34.02 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:35 #10 34.02 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:35 #10 34.02 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:35 #10 34.05 Selecting previously unselected package libdevel-globaldestruction-perl.
11:19:35 #10 34.05 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:19:35 #10 34.05 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:19:35 #11 24.75 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
11:19:35 #11 24.76 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:35 #11 24.87 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B]
11:19:35 #11 24.88 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB]
11:19:35 #11 24.91 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:35 #11 24.96 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB]
11:19:35 #10 30.05   Installing       : python3-setools-4.4.1-1.el9.x86_64                  17/167 
11:19:35 #10 30.14   Installing       : zip-3.0-35.el9.x86_64                               18/167 
11:19:35 #10 30.20   Installing       : python3-libsemanage-3.5-1.el9.x86_64                19/167 
11:19:35 #10 30.26   Installing       : python3-file-magic-5.39-12.el9.noarch               20/167 
11:19:35 #10 27.61 Selecting previously unselected package diffstat.
11:19:35 #10 27.61 Preparing to unpack .../157-diffstat_1.65-1_arm64.deb ...
11:19:35 #10 27.61 Unpacking diffstat (1.65-1) ...
11:19:35 #10 27.65 Selecting previously unselected package distro-info-data.
11:19:35 #10 27.65 Preparing to unpack .../158-distro-info-data_0.57_all.deb ...
11:19:35 #10 27.65 Unpacking distro-info-data (0.57) ...
11:19:35 #10 27.69 Selecting previously unselected package python3-pkg-resources.
11:19:35 #10 27.69 Preparing to unpack .../159-python3-pkg-resources_66.1.1-1_all.deb ...
11:19:35 #10 27.69 Unpacking python3-pkg-resources (66.1.1-1) ...
11:19:35 #10 27.74 Selecting previously unselected package python3-chardet.
11:19:35 #10 27.74 Preparing to unpack .../160-python3-chardet_5.1.0+dfsg-2_all.deb ...
11:19:35 #10 27.75 Unpacking python3-chardet (5.1.0+dfsg-2) ...
11:19:35 #10 27.79 Selecting previously unselected package python3-debian.
11:19:35 #9 34.31 Preparing to unpack .../120-libfile-which-perl_1.21-1_all.deb ...
11:19:35 #9 34.32 Unpacking libfile-which-perl (1.21-1) ...
11:19:35 #9 34.34 Selecting previously unselected package libfile-homedir-perl.
11:19:35 #9 34.35 Preparing to unpack .../121-libfile-homedir-perl_1.002-1_all.deb ...
11:19:35 #9 34.35 Unpacking libfile-homedir-perl (1.002-1) ...
11:19:35 #9 34.39 Selecting previously unselected package devscripts.
11:19:35 #9 34.39 Preparing to unpack .../122-devscripts_2.17.12ubuntu1.1_amd64.deb ...
11:19:35 #9 34.41 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:19:35 #9 34.55 Selecting previously unselected package diffstat.
11:19:35 #11 25.82 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:35 #11 25.86 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
11:19:35 #11 25.96 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:19:35 #10 28.34 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
11:19:35 #10 28.35 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
11:19:35 #10 28.35 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
11:19:35 #10 28.35 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:19:35 #10 28.35 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
11:19:35 #10 28.35 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:19:35 #10 28.35 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 unzip arm64 6.0-21ubuntu1.2 [159 kB]
11:19:35 #10 28.36 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
11:19:35 #10 28.36 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
11:19:35 #10 28.42 Get:297 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:35 #10 28.56 Get:298 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
11:19:35 #10 28.71 debconf: delaying package configuration, since apt-utils is not installed
11:19:35 #10 28.74 Fetched 87.9 MB in 22s (4027 kB/s)
11:19:35 #10 5.416 Fetched 19.0 MB in 4s (4837 kB/s)
11:19:35 #10 26.13 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
11:19:35 #10 26.14 Unpacking libtimedate-perl (2.3300-2) ...
11:19:35 #10 26.17 Selecting previously unselected package libhttp-date-perl.
11:19:35 #10 26.17 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
11:19:35 #10 26.18 Unpacking libhttp-date-perl (6.05-1) ...
11:19:35 #10 26.21 Selecting previously unselected package libfile-listing-perl.
11:19:35 #10 26.21 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
11:19:35 #10 26.21 Unpacking libfile-listing-perl (6.14-1) ...
11:19:35 #10 26.24 Selecting previously unselected package libhtml-tagset-perl.
11:19:35 #10 26.24 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:35 #10 26.25 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:35 #10 26.27 Selecting previously unselected package liburi-perl.
11:19:35 #10 26.28 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
11:19:35 #10 26.28 Unpacking liburi-perl (5.08-1) ...
11:19:35 #10 26.32 Selecting previously unselected package libhtml-parser-perl.
11:19:35 #10 26.32 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
11:19:35 #10 26.32 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:19:35 #10 26.35 Selecting previously unselected package libhtml-tree-perl.
11:19:35 #11 22.24 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtsan2 arm64 12.2.0-3ubuntu1 [2514 kB]
11:19:35 #11 22.36 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libubsan1 arm64 12.2.0-3ubuntu1 [957 kB]
11:19:35 #11 22.40 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhwasan0 arm64 12.2.0-3ubuntu1 [1109 kB]
11:19:35 #11 22.45 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgcc-12-dev arm64 12.2.0-3ubuntu1 [1157 kB]
11:19:35 #10 32.52 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
11:19:35 #10 32.52 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
11:19:35 #10 32.61 Selecting previously unselected package gettext.
11:19:35 #10 32.61 Preparing to unpack .../091-gettext_0.21-12_amd64.deb ...
11:19:35 #10 32.61 Unpacking gettext (0.21-12) ...
11:19:35 #10 32.75 Selecting previously unselected package intltool-debian.
11:19:35 #10 32.75 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
11:19:35 #10 32.75 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:19:35 #10 32.78 Selecting previously unselected package po-debconf.
11:19:35 #11 29.66 Get:293 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:19:35 #11 29.67 Get:294 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:19:35 #10 34.07 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:35 #10 34.08 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
11:19:35 #10 34.08 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:19:35 #10 34.11 Selecting previously unselected package libdynaloader-functions-perl.
11:19:35 #10 34.11 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:35 #10 34.11 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:35 #10 34.13 Selecting previously unselected package libdevel-callchecker-perl.
11:19:35 #10 34.14 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ...
11:19:35 #10 34.14 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:19:35 #10 34.16 Selecting previously unselected package libparams-classify-perl.
11:19:35 #10 34.17 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ...
11:19:35 #10 34.17 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:19:35 #10 34.19 Selecting previously unselected package libmodule-runtime-perl.
11:19:35 #10 34.19 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:35 #10 34.20 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:35 #10 34.22 Selecting previously unselected package libimport-into-perl.
11:19:35 #10 34.22 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
11:19:35 #10 34.23 Unpacking libimport-into-perl (1.002005-1) ...
11:19:35 #10 34.25 Selecting previously unselected package librole-tiny-perl.
11:19:35 #10 34.25 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ...
11:19:35 #10 34.26 Unpacking librole-tiny-perl (2.000006-1) ...
11:19:35 #10 34.29 Selecting previously unselected package libstrictures-perl.
11:19:35 #11 25.02 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:35 #11 25.03 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:19:35 #11 25.04 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:19:35 #11 25.04 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:19:35 #11 25.19 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:35 #11 25.26 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:35 #12 18.67 CentOS Stream 8 - Extras common packages        6.6 kB/s | 5.3 kB     00:00    
11:19:35 #10 29.66 Selecting previously unselected package iso-codes.
11:19:35 #10 29.66 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
11:19:35 #10 29.67 Unpacking iso-codes (4.2-1) ...
11:19:36 #10 27.79 Preparing to unpack .../161-python3-debian_0.1.49_all.deb ...
11:19:36 #10 27.80 Unpacking python3-debian (0.1.49) ...
11:19:36 #10 27.84 Selecting previously unselected package libgpgme11:arm64.
11:19:36 #10 27.84 Preparing to unpack .../162-libgpgme11_1.18.0-3+b1_arm64.deb ...
11:19:36 #10 27.85 Unpacking libgpgme11:arm64 (1.18.0-3+b1) ...
11:19:36 #10 27.89 Selecting previously unselected package python3-gpg.
11:19:36 #10 27.89 Preparing to unpack .../163-python3-gpg_1.18.0-3+b1_arm64.deb ...
11:19:36 #10 27.90 Unpacking python3-gpg (1.18.0-3+b1) ...
11:19:36 #10 27.95 Selecting previously unselected package python3-xdg.
11:19:36 #10 27.95 Preparing to unpack .../164-python3-xdg_0.28-2_all.deb ...
11:19:36 #10 27.96 Unpacking python3-xdg (0.28-2) ...
11:19:36 #10 28.00 Selecting previously unselected package dput.
11:19:36 #9 34.55 Preparing to unpack .../123-diffstat_1.61-1build1_amd64.deb ...
11:19:36 #9 34.55 Unpacking diffstat (1.61-1build1) ...
11:19:36 #9 34.58 Selecting previously unselected package libassuan0:amd64.
11:19:36 #9 34.59 Preparing to unpack .../124-libassuan0_2.5.1-2_amd64.deb ...
11:19:36 #9 34.59 Unpacking libassuan0:amd64 (2.5.1-2) ...
11:19:36 #9 34.62 Selecting previously unselected package gpgconf.
11:19:36 #9 34.62 Preparing to unpack .../125-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 34.62 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:19:36 #9 34.67 Selecting previously unselected package libksba8:amd64.
11:19:36 #9 34.67 Preparing to unpack .../126-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
11:19:36 #9 34.68 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:19:36 #9 34.73 Selecting previously unselected package libnpth0:amd64.
11:19:36 #9 34.74 Preparing to unpack .../127-libnpth0_1.5-3_amd64.deb ...
11:19:36 #9 34.74 Unpacking libnpth0:amd64 (1.5-3) ...
11:19:36 #9 34.77 Selecting previously unselected package dirmngr.
11:19:36 #9 34.78 Preparing to unpack .../128-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 34.79 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:19:36 #9 34.85 Selecting previously unselected package python3-pkg-resources.
11:19:36 #9 34.85 Preparing to unpack .../129-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
11:19:36 #9 34.85 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:19:36 #11 25.98 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:36 #11 26.01 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:36 #11 26.01 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
11:19:36 #11 26.02 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:36 #11 26.03 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
11:19:36 #11 26.08 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
11:19:36 #11 26.11 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:36 #7 ...
11:19:36 
11:19:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:36 #0 1.036 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:19:36 #0 1.181 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:19:36 #0 1.184 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:19:36 #0 1.202 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8690 kB]
11:19:36 #0 2.553 Fetched 8965 kB in 2s (5046 kB/s)
11:19:36 #0 2.553 Reading package lists...
11:19:36 #0 3.441 Reading package lists...
11:19:36 #0 4.371 Building dependency tree...
11:19:36 #0 4.561 Reading state information...
11:19:36 #0 4.959 The following additional packages will be installed:
11:19:36 #0 4.959   adduser autoconf automake autopoint autotools-dev binutils
11:19:36 #0 4.959   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:36 #0 4.959   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:19:36 #0 4.959   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg
11:19:36 #0 4.959   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:19:36 #0 4.959   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:19:36 #0 4.959   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:19:36 #0 4.959   intltool-debian iso-codes krb5-locales less libabsl20220623
11:19:36 #0 4.959   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:19:36 #0 4.959   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:19:36 #0 4.959   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:19:36 #0 4.959   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:19:36 #0 4.959   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:19:36 #0 4.959   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:19:36 #0 4.959   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:19:36 #0 4.959   libclass-inspector-perl libclass-method-modifiers-perl
11:19:36 #0 4.959   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:19:36 #0 4.959   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:19:36 #0 4.959   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:19:36 #0 4.959   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:19:36 #0 4.959   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:19:36 #0 4.959   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:19:36 #0 4.959   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:19:36 #0 4.959   libdevel-stacktrace-perl libdigest-md5-file-perl libdistro-info-perl
11:19:36 #0 4.959   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:19:36 #0 4.959   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:19:36 #0 4.959   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:19:36 #0 4.959   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:19:36 #0 4.959   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:19:36 #0 4.959   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:19:36 #0 4.959   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:19:36 #0 4.959   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:19:36 #0 4.959   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:19:36 #0 4.959   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:19:36 #0 4.959   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:19:36 #0 4.959   libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2 libheif1 libhtml-form-perl
11:19:36 #0 4.959   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
11:19:36 #0 4.959   libhtml-tagset-perl libhtml-tokeparser-simple-perl libhtml-tree-perl
11:19:36 #0 4.959   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:36 #0 4.959   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:36 #0 4.959   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:19:36 #0 4.959   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:36 #0 4.959   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:19:36 #0 4.959   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:36 #0 4.959   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:36 #0 4.959   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:36 #0 4.959   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:36 #0 4.959   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
11:19:36 #0 4.959   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
11:19:36 #0 4.959   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:36 #0 4.959   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:36 #0 4.959   liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:36 #0 4.959   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
11:19:36 #0 4.959   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:36 #0 4.959   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpfr6
11:19:36 #0 4.959   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
11:19:36 #0 4.959   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:36 #0 4.959   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:36 #0 4.959   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
11:19:36 #0 4.959   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
11:19:36 #0 4.959   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:19:36 #0 4.959   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
11:19:36 #0 4.959   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:19:36 #0 4.959   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
11:19:36 #0 4.959   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
11:19:36 #0 4.959   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:19:36 #0 4.959   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:36 #0 4.959   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:36 #0 4.959   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:36 #0 4.959   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:36 #0 4.959   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:36 #0 4.959   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:36 #0 4.959   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:36 #0 4.959   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:36 #0 4.959   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:36 #0 4.959   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:36 #0 4.959   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:36 #0 4.959   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:36 #0 4.959   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:36 #0 4.959   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:36 #0 4.959   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:19:36 #0 4.959   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:36 #0 4.959   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:36 #0 4.959   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:36 #0 4.959   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:36 #0 4.959   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:36 #0 4.959   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:36 #0 4.959   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:36 #0 4.959   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:36 #0 4.959   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:36 #0 4.959   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:36 #0 4.959   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:36 #0 4.959   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:36 #0 4.959   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:36 #0 4.959   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:36 #0 4.959   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:36 #0 4.959   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:36 #0 4.959   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:36 #0 4.959   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:36 #0 4.959   xdg-user-dirs xz-utils zstd
11:19:36 #0 4.959 Suggested packages:
11:19:36 #0 4.959   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:19:36 #0 4.959   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:19:36 #0 4.959   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:19:36 #0 4.959   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:19:36 #0 4.959   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:19:36 #0 4.959   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:19:36 #0 4.959   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:19:36 #0 4.959   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:19:36 #0 4.959   pinentry-gnome3 tor debsig-verify mini-dinstall rsync gcc-12-doc
11:19:36 #0 4.959   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:19:36 #0 4.959   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:19:36 #0 4.959   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:19:36 #0 4.959   scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl glibc-doc
11:19:36 #0 4.959   bzr libgd-tools gdbm-l10n low-memory-monitor gpm krb5-doc krb5-user
11:19:36 #0 4.959   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:19:36 #0 4.959   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:19:36 #0 4.959   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:19:36 #0 4.959   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-12-doc
11:19:36 #0 4.959   libbareword-filehandles-perl libmultidimensional-perl gfortran
11:19:36 #0 4.959   | fortran95-compiler gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl
11:19:36 #0 4.959   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:19:36 #0 4.959   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:19:36 #0 4.959   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
11:19:36 #0 4.959   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
11:19:36 #0 4.959   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:19:36 #0 4.959   python3-tk python3-venv python-apt-doc python3-setuptools
11:19:36 #0 4.959   python3-cryptography python3-openssl python3-socks python-requests-doc
11:19:36 #0 4.959   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:19:36 #0 4.959   binfmt-support readline-doc zip wdiff-doc
11:19:36 #0 7.814 The following NEW packages will be installed:
11:19:36 #0 7.814   adduser autoconf automake autopoint autotools-dev binutils
11:19:36 #0 7.814   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:19:36 #0 7.814   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:19:36 #0 7.814   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:19:36 #0 7.814   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:19:36 #0 7.814   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:19:36 #0 7.814   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:19:36 #0 7.814   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:19:36 #0 7.814   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:19:36 #0 7.814   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:19:36 #0 7.814   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:19:36 #0 7.814   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:19:36 #0 7.814   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:19:36 #0 7.814   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:19:36 #0 7.814   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:19:36 #0 7.814   libclass-data-inheritable-perl libclass-inspector-perl
11:19:36 #0 7.814   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:19:36 #0 7.814   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:19:36 #0 7.814   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:19:36 #0 7.814   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:36 #0 7.814   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:19:36 #0 7.814   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:19:36 #0 7.814   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:19:36 #0 7.814   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:19:36 #0 7.814   libdigest-md5-file-perl libdistro-info-perl libdpkg-perl
11:19:36 #0 7.814   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:19:36 #0 7.814   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:19:36 #0 7.814   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:19:36 #0 7.814   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:19:36 #0 7.814   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:19:36 #0 7.814   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:19:36 #0 7.814   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:36 #0 7.814   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:19:36 #0 7.814   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:19:36 #0 7.814   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:19:36 #0 7.814   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2
11:19:36 #0 7.814   libheif1 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:19:36 #0 7.814   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:19:36 #0 7.814   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:19:36 #0 7.814   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:19:36 #0 7.814   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:19:36 #0 7.814   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:19:36 #0 7.814   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:19:36 #0 7.814   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:19:36 #0 7.814   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:19:36 #0 7.814   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:19:36 #0 7.814   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:19:36 #0 7.814   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
11:19:36 #0 7.814   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
11:19:36 #0 7.814   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:19:36 #0 7.814   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:36 #0 7.814   liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
11:19:36 #0 7.814   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
11:19:36 #0 7.814   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:19:36 #0 7.814   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpfr6
11:19:36 #0 7.814   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
11:19:36 #0 7.814   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:19:36 #0 7.814   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:19:36 #0 7.814   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
11:19:36 #0 7.814   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
11:19:36 #0 7.814   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:19:36 #0 7.814   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
11:19:36 #0 7.814   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:19:36 #0 7.814   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
11:19:36 #0 7.814   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
11:19:36 #0 7.814   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:19:36 #0 7.814   libregexp-pattern-license-perl libregexp-pattern-perl
11:19:36 #0 7.814   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:19:36 #0 7.814   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:19:36 #0 7.814   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:19:36 #0 7.814   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:19:36 #0 7.814   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:19:36 #0 7.814   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:19:36 #0 7.814   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:19:36 #0 7.814   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:19:36 #0 7.814   libswitch-perl libsyntax-keyword-try-perl libsys-cpuaffinity-perl
11:19:36 #0 7.814   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:19:36 #0 7.814   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:19:36 #0 7.814   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:19:36 #0 7.814   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:19:36 #0 7.814   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:19:36 #0 7.814   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:19:36 #0 7.814   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:19:36 #0 7.814   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:19:36 #0 7.814   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:19:36 #0 7.814   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:19:36 #0 7.814   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:19:36 #0 7.814   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:19:36 #0 7.814   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:19:36 #0 7.814   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:19:36 #0 7.814   manpages manpages-dev media-types netbase openssh-client openssl patch
11:19:36 #0 7.814   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:19:36 #0 7.814   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:19:36 #0 7.814   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:19:36 #0 7.814   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:19:36 #0 7.814   python3-magic python3-minimal python3-pkg-resources python3-requests
11:19:36 #0 7.814   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:19:36 #0 7.814   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:19:36 #0 7.814   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:19:36 #0 7.814   xdg-user-dirs xz-utils zstd
11:19:36 #0 7.830 The following packages will be upgraded:
11:19:36 #0 7.830   dpkg
11:19:36 #0 8.104 1 upgraded, 424 newly installed, 0 to remove and 2 not upgraded.
11:19:36 #0 8.104 Need to get 170 MB of archives.
11:19:36 #0 8.104 After this operation, 524 MB of additional disk space will be used.
11:19:36 #0 8.104 Get:1 http://deb.debian.org/debian bookworm/main armhf dpkg armhf 1.21.21 [1522 kB]
11:19:36 #0 8.125 Get:2 http://deb.debian.org/debian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:19:36 #0 8.148 Get:3 http://deb.debian.org/debian bookworm/main armhf libgdbm6 armhf 1.23-3 [68.5 kB]
11:19:36 #0 8.148 Get:4 http://deb.debian.org/debian bookworm/main armhf libgdbm-compat4 armhf 1.23-3 [47.8 kB]
11:19:36 #0 8.170 Get:5 http://deb.debian.org/debian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3525 kB]
11:19:36 #0 8.234 Get:6 http://deb.debian.org/debian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
11:19:36 #0 8.234 Get:7 http://deb.debian.org/debian bookworm/main armhf liblocale-gettext-perl armhf 1.07-5 [14.9 kB]
11:19:36 #0 8.234 Get:8 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.8-1 [1661 kB]
11:19:36 #0 8.250 Get:9 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-4 [798 kB]
11:19:36 #0 8.271 Get:10 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
11:19:36 #0 8.271 Get:11 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.2-4 [1714 kB]
11:19:36 #0 8.289 Get:12 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB]
11:19:36 #0 8.289 Get:13 http://deb.debian.org/debian bookworm/main armhf media-types all 10.0.0 [26.1 kB]
11:19:36 #0 8.289 Get:14 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
11:19:36 #0 8.289 Get:15 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
11:19:36 #0 8.289 Get:16 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
11:19:36 #0 8.289 Get:17 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
11:19:36 #0 8.289 Get:18 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
11:19:36 #0 8.291 Get:19 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
11:19:36 #0 8.291 Get:20 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:19:36 #0 8.320 Get:21 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
11:19:36 #0 8.320 Get:22 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
11:19:36 #0 8.320 Get:23 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
11:19:36 #0 8.320 Get:24 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
11:19:36 #0 8.320 Get:25 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
11:19:36 #0 8.320 Get:26 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-4 [1679 kB]
11:19:36 #0 8.335 Get:27 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.2-4 [572 kB]
11:19:36 #0 8.335 Get:28 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B]
11:19:36 #0 8.356 Get:29 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB]
11:19:36 #0 8.356 Get:30 http://deb.debian.org/debian bookworm/main armhf adduser all 3.131 [166 kB]
11:19:36 #0 8.356 Get:31 http://deb.debian.org/debian bookworm/main armhf less armhf 590-1.2 [124 kB]
11:19:36 #0 8.356 Get:32 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
11:19:36 #0 8.356 Get:33 http://deb.debian.org/debian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:19:36 #0 8.356 Get:34 http://deb.debian.org/debian bookworm/main armhf bzip2 armhf 1.0.8-5+b1 [48.9 kB]
11:19:36 #0 8.356 Get:35 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.8-1 [1373 kB]
11:19:36 #0 8.364 Get:36 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
11:19:36 #0 8.364 Get:37 http://deb.debian.org/debian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
11:19:36 #0 8.364 Get:38 http://deb.debian.org/debian bookworm/main armhf libmagic1 armhf 1:5.44-3 [96.5 kB]
11:19:36 #0 8.364 Get:39 http://deb.debian.org/debian bookworm/main armhf file armhf 1:5.44-3 [41.6 kB]
11:19:36 #0 8.375 Get:40 http://deb.debian.org/debian bookworm/main armhf gettext-base armhf 0.21-12 [157 kB]
11:19:36 #0 8.375 Get:41 http://deb.debian.org/debian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:19:36 #0 8.375 Get:42 http://deb.debian.org/debian bookworm/main armhf groff-base armhf 1.22.4-9 [825 kB]
11:19:36 #0 8.395 Get:43 http://deb.debian.org/debian bookworm/main armhf krb5-locales all 1.20.1-1 [62.4 kB]
11:19:36 #0 8.395 Get:44 http://deb.debian.org/debian bookworm/main armhf bsdextrautils armhf 2.38.1-5 [78.5 kB]
11:19:36 #0 8.395 Get:45 http://deb.debian.org/debian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.6 kB]
11:19:36 #0 8.395 Get:46 http://deb.debian.org/debian bookworm/main armhf man-db armhf 2.11.2-1 [1351 kB]
11:19:36 #0 8.411 Get:47 http://deb.debian.org/debian bookworm/main armhf manpages all 6.03-1 [1332 kB]
11:19:36 #0 8.433 Get:48 http://deb.debian.org/debian bookworm/main armhf libbsd0 armhf 0.11.7-2 [113 kB]
11:19:36 #0 8.433 Get:49 http://deb.debian.org/debian bookworm/main armhf libedit2 armhf 3.1-20221030-2 [77.0 kB]
11:19:36 #0 8.433 Get:50 http://deb.debian.org/debian bookworm/main armhf libcbor0.8 armhf 0.8.0-2+b1 [23.1 kB]
11:19:36 #0 8.433 Get:51 http://deb.debian.org/debian bookworm/main armhf libfido2-1 armhf 1.12.0-2 [69.2 kB]
11:19:36 #0 8.433 Get:52 http://deb.debian.org/debian bookworm/main armhf openssh-client armhf 1:9.2p1-2 [893 kB]
11:19:36 #0 8.433 Get:53 http://deb.debian.org/debian bookworm/main armhf ucf all 3.0043+nmu1 [55.2 kB]
11:19:36 #0 8.448 Get:54 http://deb.debian.org/debian bookworm/main armhf xz-utils armhf 5.4.1-0.2 [469 kB]
11:19:36 #0 8.448 Get:55 http://deb.debian.org/debian bookworm/main armhf m4 armhf 1.4.19-3 [265 kB]
11:19:36 #0 8.448 Get:56 http://deb.debian.org/debian bookworm/main armhf autoconf all 2.71-3 [332 kB]
11:19:36 #0 8.448 Get:57 http://deb.debian.org/debian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
11:19:36 #0 8.464 Get:58 http://deb.debian.org/debian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
11:19:36 #0 8.464 Get:59 http://deb.debian.org/debian bookworm/main armhf autopoint all 0.21-12 [495 kB]
11:19:36 #0 8.474 Get:60 http://deb.debian.org/debian bookworm/main armhf binutils-common armhf 2.40-2 [2476 kB]
11:19:36 #0 8.497 Get:61 http://deb.debian.org/debian bookworm/main armhf libbinutils armhf 2.40-2 [406 kB]
11:19:36 #0 8.525 Get:62 http://deb.debian.org/debian bookworm/main armhf libctf-nobfd0 armhf 2.40-2 [132 kB]
11:19:36 #0 8.525 Get:63 http://deb.debian.org/debian bookworm/main armhf libctf0 armhf 2.40-2 [71.1 kB]
11:19:36 #0 8.525 Get:64 http://deb.debian.org/debian bookworm/main armhf libjansson4 armhf 2.14-2 [36.7 kB]
11:19:36 #0 8.525 Get:65 http://deb.debian.org/debian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2 [2313 kB]
11:19:36 #0 8.620 Get:66 http://deb.debian.org/debian bookworm/main armhf binutils armhf 2.40-2 [64.9 kB]
11:19:36 #0 8.620 Get:67 http://deb.debian.org/debian bookworm/main armhf libc-dev-bin armhf 2.36-8 [42.6 kB]
11:19:36 #0 8.620 Get:68 http://deb.debian.org/debian bookworm/main armhf linux-libc-dev armhf 6.1.12-1 [1693 kB]
11:19:36 #0 8.647 Get:69 http://deb.debian.org/debian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [125 kB]
11:19:36 #0 8.663 Get:70 http://deb.debian.org/debian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [182 kB]
11:19:36 #0 8.663 Get:71 http://deb.debian.org/debian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
11:19:36 #0 8.666 Get:72 http://deb.debian.org/debian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [58.7 kB]
11:19:36 #0 8.675 Get:73 http://deb.debian.org/debian bookworm/main armhf libc6-dev armhf 2.36-8 [1265 kB]
11:19:36 #0 8.684 Get:74 http://deb.debian.org/debian bookworm/main armhf libisl23 armhf 0.25-1 [539 kB]
11:19:36 #0 8.684 Get:75 http://deb.debian.org/debian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [582 kB]
11:19:36 #0 8.715 Get:76 http://deb.debian.org/debian bookworm/main armhf libmpc3 armhf 1.3.1-1 [42.9 kB]
11:19:36 #0 8.715 Get:77 http://deb.debian.org/debian bookworm/main armhf cpp-12 armhf 12.2.0-14 [7274 kB]
11:19:36 #0 8.832 Get:78 http://deb.debian.org/debian bookworm/main armhf cpp armhf 4:12.2.0-3 [6832 B]
11:19:36 #0 8.832 Get:79 http://deb.debian.org/debian bookworm/main armhf libcc1-0 armhf 12.2.0-14 [32.9 kB]
11:19:36 #0 8.832 Get:80 http://deb.debian.org/debian bookworm/main armhf libgomp1 armhf 12.2.0-14 [97.0 kB]
11:19:36 #0 8.832 Get:81 http://deb.debian.org/debian bookworm/main armhf libatomic1 armhf 12.2.0-14 [7016 B]
11:19:36 #0 8.832 Get:82 http://deb.debian.org/debian bookworm/main armhf libasan8 armhf 12.2.0-14 [2114 kB]
11:19:36 #0 8.877 Get:83 http://deb.debian.org/debian bookworm/main armhf libubsan1 armhf 12.2.0-14 [855 kB]
11:19:36 #0 8.918 Get:84 http://deb.debian.org/debian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14 [742 kB]
11:19:36 #0 8.918 Get:85 http://deb.debian.org/debian bookworm/main armhf gcc-12 armhf 12.2.0-14 [14.2 MB]
11:19:36 #0 9.195 Get:86 http://deb.debian.org/debian bookworm/main armhf gcc armhf 4:12.2.0-3 [5224 B]
11:19:36 #0 9.195 Get:87 http://deb.debian.org/debian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14 [2085 kB]
11:19:36 #0 9.230 Get:88 http://deb.debian.org/debian bookworm/main armhf g++-12 armhf 12.2.0-14 [7996 kB]
11:19:36 #0 9.380 Get:89 http://deb.debian.org/debian bookworm/main armhf g++ armhf 4:12.2.0-3 [1336 B]
11:19:36 #0 9.380 Get:90 http://deb.debian.org/debian bookworm/main armhf make armhf 4.3-4.1 [384 kB]
11:19:36 #0 9.380 Get:91 http://deb.debian.org/debian bookworm/main armhf libdpkg-perl all 1.21.21 [590 kB]
11:19:36 #0 9.405 Get:92 http://deb.debian.org/debian bookworm/main armhf patch armhf 2.7.6-7 [125 kB]
11:19:36 #0 9.413 Get:93 http://deb.debian.org/debian bookworm/main armhf dpkg-dev all 1.21.21 [1353 kB]
11:19:36 #0 9.424 Get:94 http://deb.debian.org/debian bookworm/main armhf build-essential armhf 12.9 [7704 B]
11:19:36 #0 9.425 Get:95 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
11:19:36 #0 9.427 Get:96 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
11:19:36 #0 9.435 Get:97 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
11:19:36 #0 9.435 Get:98 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-5 [158 kB]
11:19:36 #0 9.435 Get:99 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.52.0-1 [60.8 kB]
11:19:36 #0 9.435 Get:100 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.2-1 [57.5 kB]
11:19:36 #0 9.435 Get:101 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:19:36 #0 9.435 Get:102 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
11:19:36 #0 9.435 Get:103 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.88.1-1 [346 kB]
11:19:36 #0 9.435 Get:104 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.88.1-1 [303 kB]
11:19:36 #0 9.468 Get:105 http://deb.debian.org/debian bookworm/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:19:36 #0 9.468 Get:106 http://deb.debian.org/debian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
11:19:36 #0 9.468 Get:107 http://deb.debian.org/debian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
11:19:36 #0 9.468 Get:108 http://deb.debian.org/debian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
11:19:36 #0 9.468 Get:109 http://deb.debian.org/debian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:19:36 #0 9.480 Get:110 http://deb.debian.org/debian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
11:19:36 #0 9.480 Get:111 http://deb.debian.org/debian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:19:36 #0 9.480 Get:112 http://deb.debian.org/debian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:19:36 #0 9.480 Get:113 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
11:19:36 #0 9.480 Get:114 http://deb.debian.org/debian bookworm/main armhf dwz armhf 0.15-1 [101 kB]
11:19:36 #0 9.480 Get:115 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
11:19:36 #0 9.737 Get:116 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
11:19:36 #0 9.755 Get:117 http://deb.debian.org/debian bookworm/main armhf gettext armhf 0.21-12 [1229 kB]
11:19:36 #0 9.755 Get:118 http://deb.debian.org/debian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:19:36 #0 9.755 Get:119 http://deb.debian.org/debian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:19:36 #0 9.755 Get:120 http://deb.debian.org/debian bookworm/main armhf debhelper all 13.11.4 [942 kB]
11:19:36 #0 9.827 Get:121 http://deb.debian.org/debian bookworm/main armhf debian-keyring all 2022.12.24 [30.5 MB]
11:19:36 #10 ...
11:19:36 
11:19:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:36 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 7.9s done
11:19:36 #10 28.76 Selecting previously unselected package liblocale-gettext-perl.
11:19:36 #10 28.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 ... 4044 files and directories currently installed.)
11:19:36 #10 28.77 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
11:19:36 #10 28.77 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:19:36 #10 28.82 Selecting previously unselected package libssl1.1:arm64.
11:19:36 #10 28.82 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
11:19:36 #10 28.83 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:36 #10 28.94 Selecting previously unselected package libpython3.6-minimal:arm64.
11:19:36 #10 28.94 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:19:36 #10 28.94 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:36 #10 29.03 Selecting previously unselected package libexpat1:arm64.
11:19:36 #7 ...
11:19:36 
11:19:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:36 #10 10.57 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:19:36 #10 10.57 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
11:19:36 #10 10.57 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
11:19:36 #10 10.57 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.6 [6956 B]
11:19:36 #10 10.57 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxau6 armhf 1:1.0.8-1ubuntu1 [6736 B]
11:19:36 #10 10.57 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbsd0 armhf 0.8.7-1ubuntu0.1 [40.4 kB]
11:19:36 #10 10.57 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxdmcp6 armhf 1:1.1.2-3 [9316 B]
11:19:36 #10 10.57 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxcb1 armhf 1.13-2~ubuntu18.04 [41.2 kB]
11:19:36 #10 10.57 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:19:36 #10 10.60 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-6 armhf 2:1.6.4-3ubuntu0.4 [515 kB]
11:19:36 #10 10.77 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxext6 armhf 2:1.3.3-1 [25.1 kB]
11:19:36 #10 10.93 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bsdmainutils armhf 11.1.2ubuntu1 [177 kB]
11:19:36 #10 11.13 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf groff-base armhf 1.22.3-10 [1013 kB]
11:19:36 #10 11.33 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm5 armhf 1.14.1-6 [23.4 kB]
11:19:36 #10 11.33 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpipeline1 armhf 1.5.0-1 [21.1 kB]
11:19:36 #10 11.34 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf man-db armhf 2.8.3-2ubuntu0.1 [993 kB]
11:19:36 #10 11.40 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
11:19:36 #10 11.53 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm-compat4 armhf 1.14.1-6 [5764 B]
11:19:36 #10 11.53 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libperl5.26 armhf 5.26.1-6ubuntu0.6 [2898 kB]
11:19:36 #10 11.67 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf perl armhf 5.26.1-6ubuntu0.6 [201 kB]
11:19:36 #10 11.71 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.21 [590 kB]
11:19:36 #10 11.86 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:19:36 #10 12.20 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.15 [4724 B]
11:19:36 #10 12.20 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic-mgc armhf 1:5.32-2ubuntu0.4 [184 kB]
11:19:36 #10 12.29 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic1 armhf 1:5.32-2ubuntu0.4 [62.9 kB]
11:19:36 #10 12.31 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf file armhf 1:5.32-2ubuntu0.4 [21.5 kB]
11:19:36 #10 12.32 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf less armhf 487-0.1 [104 kB]
11:19:36 #10 12.35 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
11:19:36 #10 12.36 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libglib2.0-0 armhf 2.56.4-0ubuntu0.18.04.9 [1017 kB]
11:19:36 #10 12.48 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
11:19:36 #10 12.48 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libicu60 armhf 60.2-3ubuntu3.2 [7802 kB]
11:19:36 #10 12.93 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxml2 armhf 2.9.4+dfsg1-6.1ubuntu1.8 [569 kB]
11:19:36 #10 13.09 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-0-2 armhf 0.1.7-2ubuntu3 [40.8 kB]
11:19:36 #10 13.28 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:19:36 #10 13.29 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf netbase all 5.4 [12.7 kB]
11:19:36 #10 13.31 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf shared-mime-info armhf 1.9-2 [424 kB]
11:19:36 #10 13.57 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf ucf all 3.0038 [50.5 kB]
11:19:36 #10 13.58 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xdg-user-dirs armhf 0.17-1ubuntu1 [46.7 kB]
11:19:36 #10 13.59 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf xz-utils armhf 5.2.2-1.3ubuntu0.1 [82.1 kB]
11:19:36 #10 13.60 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext-base armhf 0.19.8.1-6ubuntu0.3 [109 kB]
11:19:36 #10 13.62 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
11:19:36 #10 13.79 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:19:36 #10 13.79 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libedit2 armhf 3.1-20170329-1 [61.9 kB]
11:19:36 #10 13.93 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.3 [27.2 kB]
11:19:36 #10 14.10 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.3 [83.1 kB]
11:19:36 #10 14.23 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
11:19:36 #10 14.23 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.3 [233 kB]
11:19:36 #10 14.36 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.3 [101 kB]
11:19:36 #10 14.39 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
11:19:36 #10 14.39 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.0.0 armhf 1.0.2n-1ubuntu5.11 [712 kB]
11:19:36 #10 14.49 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxmuu1 armhf 2:1.1.2-2 [9130 B]
11:19:36 #10 14.49 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages all 4.15-1 [1234 kB]
11:19:36 #10 14.56 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssh-client armhf 1:7.6p1-4ubuntu0.7 [551 kB]
11:19:36 #10 14.58 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf publicsuffix all 20180223.1310-1 [97.6 kB]
11:19:36 #10 14.74 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.6 [16.9 kB]
11:19:36 #10 14.88 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.6 [136 kB]
11:19:36 #10 15.08 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf strace armhf 4.21-1ubuntu1 [217 kB]
11:19:36 #10 15.18 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xauth armhf 1:1.0.10-1 [21.7 kB]
11:19:36 #10 15.18 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf at armhf 3.1.20-3.1ubuntu2 [36.9 kB]
11:19:36 #10 15.19 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsigsegv2 armhf 2.12-1 [14.0 kB]
11:19:36 #10 15.20 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf m4 armhf 1.4.18-1 [181 kB]
11:19:36 #10 15.24 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autoconf all 2.69-11 [322 kB]
11:19:36 #10 15.28 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:19:36 #10 15.28 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf automake all 1:1.15.1-3ubuntu2 [509 kB]
11:19:36 #10 15.33 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:19:36 #10 15.50 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils-common armhf 2.30-21ubuntu1~18.04.8 [197 kB]
11:19:36 #10 15.88 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbinutils armhf 2.30-21ubuntu1~18.04.8 [299 kB]
11:19:36 #10 15.97 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.30-21ubuntu1~18.04.8 [2156 kB]
11:19:36 #10 16.20 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils armhf 2.30-21ubuntu1~18.04.8 [3352 B]
11:19:36 #10 16.20 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc-dev-bin armhf 2.27-3ubuntu1.6 [59.4 kB]
11:19:36 #10 16.20 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf linux-libc-dev armhf 4.15.0-206.217 [977 kB]
11:19:36 #10 16.24 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc6-dev armhf 2.27-3ubuntu1.6 [1901 kB]
11:19:36 #10 16.31 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc-7-base armhf 7.5.0-3ubuntu1~18.04 [18.3 kB]
11:19:36 #10 16.31 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libisl19 armhf 0.19-1 [426 kB]
11:19:36 #10 16.32 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpfr6 armhf 4.0.1-1 [194 kB]
11:19:36 #10 16.33 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:19:36 #10 16.48 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp-7 armhf 7.5.0-3ubuntu1~18.04 [6565 kB]
11:19:36 #10 17.37 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp armhf 4:7.4.0-1ubuntu2.3 [27.6 kB]
11:19:36 #10 17.37 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcc1-0 armhf 8.4.0-1ubuntu1~18.04 [32.6 kB]
11:19:36 #10 17.37 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgomp1 armhf 8.4.0-1ubuntu1~18.04 [66.6 kB]
11:19:36 #10 17.37 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libatomic1 armhf 8.4.0-1ubuntu1~18.04 [7060 B]
11:19:36 #10 17.37 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasan4 armhf 7.5.0-3ubuntu1~18.04 [328 kB]
11:19:36 #10 17.39 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libubsan0 armhf 7.5.0-3ubuntu1~18.04 [108 kB]
11:19:36 #10 17.39 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcilkrts5 armhf 7.5.0-3ubuntu1~18.04 [35.9 kB]
11:19:36 #10 17.39 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgcc-7-dev armhf 7.5.0-3ubuntu1~18.04 [706 kB]
11:19:36 #10 17.43 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc-7 armhf 7.5.0-3ubuntu1~18.04 [7278 kB]
11:19:36 #10 17.81 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc armhf 4:7.4.0-1ubuntu2.3 [5208 B]
11:19:36 #10 17.96 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libstdc++-7-dev armhf 7.5.0-3ubuntu1~18.04 [1544 kB]
11:19:36 #10 18.57 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++-7 armhf 7.5.0-3ubuntu1~18.04 [7494 kB]
11:19:36 #10 18.98 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++ armhf 4:7.4.0-1ubuntu2.3 [1568 B]
11:19:36 #10 18.98 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf make armhf 4.1-9.1ubuntu1 [142 kB]
11:19:36 #10 18.98 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:19:36 #10 18.98 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf patch armhf 2.7.6-2ubuntu1.1 [99.1 kB]
11:19:36 #10 18.98 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:19:36 #10 19.00 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf build-essential armhf 12.4ubuntu1 [4752 B]
11:19:36 #10 19.00 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [35.2 kB]
11:19:36 #10 19.02 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [136 kB]
11:19:36 #10 19.02 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [25.1 kB]
11:19:36 #10 19.17 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [76.5 kB]
11:19:36 #10 19.42 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [47.3 kB]
11:19:36 #10 19.45 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [88.0 kB]
11:19:36 #10 19.52 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [168 kB]
11:19:36 #10 ...
11:19:36 
11:19:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:36 #10 26.36 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
11:19:36 #10 26.36 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:36 #10 26.40 Selecting previously unselected package libio-html-perl.
11:19:36 #10 26.40 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
11:19:36 #10 26.41 Unpacking libio-html-perl (1.004-2) ...
11:19:36 #10 26.44 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:36 #10 26.44 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:36 #10 26.44 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:36 #10 26.47 Selecting previously unselected package libhttp-message-perl.
11:19:36 #10 26.48 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
11:19:36 #10 26.48 Unpacking libhttp-message-perl (6.28-1) ...
11:19:36 #10 26.52 Selecting previously unselected package libhttp-cookies-perl.
11:19:36 #10 26.52 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:36 #10 26.52 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:36 #10 26.55 Selecting previously unselected package libhttp-negotiate-perl.
11:19:36 #10 26.55 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:36 #10 26.56 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:36 #10 26.58 Selecting previously unselected package perl-openssl-defaults:arm64.
11:19:36 #10 26.59 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
11:19:36 #10 26.59 Unpacking perl-openssl-defaults:arm64 (5) ...
11:19:36 #10 26.62 Selecting previously unselected package libnet-ssleay-perl.
11:19:36 #10 26.62 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
11:19:36 #10 26.63 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:19:36 #10 26.68 Selecting previously unselected package libio-socket-ssl-perl.
11:19:36 #10 26.68 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
11:19:36 #10 26.69 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:19:36 #11 22.51 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc-12 arm64 12.2.0-3ubuntu1 [19.1 MB]
11:19:36 #10 32.78 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
11:19:36 #10 32.79 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:36 #10 32.84 Selecting previously unselected package debhelper.
11:19:36 #10 32.84 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
11:19:36 #10 32.84 Unpacking debhelper (13.11.4) ...
11:19:36 #10 32.96 Selecting previously unselected package debian-keyring.
11:19:36 #10 32.96 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
11:19:36 #10 32.97 Unpacking debian-keyring (2022.12.24) ...
11:19:36 #11 30.06 Get:295 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-messagepack-perl amd64 1.02-1 [34.8 kB]
11:19:36 #10 34.29 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ...
11:19:36 #10 34.29 Unpacking libstrictures-perl (2.000005-1) ...
11:19:36 #10 34.32 Selecting previously unselected package libsub-quote-perl.
11:19:36 #10 34.32 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ...
11:19:36 #10 34.33 Unpacking libsub-quote-perl (2.005001-1) ...
11:19:36 #10 34.36 Selecting previously unselected package libmoo-perl.
11:19:36 #10 34.36 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ...
11:19:36 #10 34.37 Unpacking libmoo-perl (2.003004-2) ...
11:19:36 #10 34.40 Selecting previously unselected package libencode-locale-perl.
11:19:36 #10 34.40 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ...
11:19:36 #10 34.41 Unpacking libencode-locale-perl (1.05-1) ...
11:19:36 #10 34.44 Selecting previously unselected package libtimedate-perl.
11:19:36 #10 34.44 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:19:36 #10 34.44 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:19:36 #10 34.48 Selecting previously unselected package libhttp-date-perl.
11:19:36 #10 34.48 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ...
11:19:36 #10 34.48 Unpacking libhttp-date-perl (6.02-1) ...
11:19:36 #10 34.51 Selecting previously unselected package libfile-listing-perl.
11:19:36 #10 17.95 Selecting previously unselected package python3-minimal.
11:19:36 #10 17.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 ... 9597 files and directories currently installed.)
11:19:36 #10 17.96 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
11:19:36 #10 17.96 Unpacking python3-minimal (3.7.3-1) ...
11:19:36 #10 18.01 Selecting previously unselected package mime-support.
11:19:36 #10 18.01 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:19:36 #10 18.01 Unpacking mime-support (3.62) ...
11:19:36 #10 18.08 Selecting previously unselected package libmpdec2:armhf.
11:19:36 #10 18.08 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
11:19:36 #10 18.08 Unpacking libmpdec2:armhf (2.4.2-2) ...
11:19:36 #10 18.13 Selecting previously unselected package readline-common.
11:19:36 #10 18.13 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:19:36 #11 25.43 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB]
11:19:36 #11 25.47 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB]
11:19:36 #10 30.02 Selecting previously unselected package libalgorithm-diff-perl.
11:19:36 #10 30.03 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:19:36 #10 30.03 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:19:36 #10 30.06 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:36 #10 28.00 Preparing to unpack .../165-dput_1.1.3_all.deb ...
11:19:36 #10 28.01 Unpacking dput (1.1.3) ...
11:19:36 #10 28.05 Selecting previously unselected package equivs.
11:19:36 #10 28.05 Preparing to unpack .../166-equivs_2.3.1_all.deb ...
11:19:36 #10 28.06 Unpacking equivs (2.3.1) ...
11:19:36 #10 28.09 Selecting previously unselected package fonts-dejavu-core.
11:19:36 #10 28.09 Preparing to unpack .../167-fonts-dejavu-core_2.37-5_all.deb ...
11:19:36 #10 28.11 Unpacking fonts-dejavu-core (2.37-5) ...
11:19:36 #10 28.23 Selecting previously unselected package fontconfig-config.
11:19:36 #10 28.23 Preparing to unpack .../168-fontconfig-config_2.14.1-4_arm64.deb ...
11:19:36 #10 28.34 Unpacking fontconfig-config (2.14.1-4) ...
11:19:36 #10 21.72   Preparing        :                                                        1/1 
11:19:36 #10 21.80   Installing       : systemd-libs-252-8.el9.aarch64                       1/166 
11:19:36 #10 21.83   Running scriptlet: systemd-libs-252-8.el9.aarch64                       1/166 
11:19:36 #10 21.86   Installing       : elfutils-debuginfod-client-0.188-3.el9.aarch64       2/166 
11:19:36 #10 21.91   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/166 
11:19:36 #10 21.96   Installing       : groff-base-1.22.4-10.el9.aarch64                     3/166 
11:19:36 #10 21.99   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/166 
11:19:36 #10 22.01   Installing       : file-5.39-12.el9.aarch64                             4/166 
11:19:36 #10 22.02   Installing       : python3-libselinux-3.5-1.el9.aarch64                 5/166 
11:19:36 #10 22.07   Installing       : xz-5.2.5-8.el9.aarch64                               6/166 
11:19:36 #10 22.08   Installing       : unzip-6.0-56.el9.aarch64                             7/166 
11:19:36 #9 34.89 Selecting previously unselected package python3-chardet.
11:19:36 #9 34.90 Preparing to unpack .../130-python3-chardet_3.0.4-1_all.deb ...
11:19:36 #9 34.90 Unpacking python3-chardet (3.0.4-1) ...
11:19:36 #9 34.94 Selecting previously unselected package python3-six.
11:19:36 #9 34.94 Preparing to unpack .../131-python3-six_1.11.0-2_all.deb ...
11:19:36 #9 34.95 Unpacking python3-six (1.11.0-2) ...
11:19:36 #9 34.98 Selecting previously unselected package python3-debian.
11:19:36 #9 34.98 Preparing to unpack .../132-python3-debian_0.1.32_all.deb ...
11:19:36 #9 34.98 Unpacking python3-debian (0.1.32) ...
11:19:36 #9 35.02 Selecting previously unselected package gnupg-l10n.
11:19:36 #10 30.33   Installing       : elfutils-0.188-3.el9.x86_64                         21/167 
11:19:36 #10 30.58   Installing       : gdb-minimal-10.2-10.el9.x86_64                      22/167 
11:19:36 #10 30.63   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                    23/167 
11:19:36 #10 30.70   Installing       : python3-dbus-1.2.18-2.el9.x86_64                    24/167 
11:19:36 #10 30.71   Installing       : procps-ng-3.3.17-11.el9.x86_64                      25/167 
11:19:36 #10 30.84   Installing       : python3-systemd-234-18.el9.x86_64                   26/167 
11:19:36 #10 29.03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
11:19:36 #10 29.04 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:19:36 #10 29.09 Selecting previously unselected package python3.6-minimal.
11:19:36 #10 29.09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:19:36 #10 29.09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:36 #10 29.23 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:36 #10 29.31 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:36 #11 32.33 Selecting previously unselected package g++.
11:19:36 #11 32.33 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:19:36 #11 32.34 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:19:36 #11 32.37 Selecting previously unselected package make.
11:19:36 #11 32.37 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
11:19:36 #11 32.38 Unpacking make (4.2.1-1.2) ...
11:19:36 #11 32.42 Selecting previously unselected package libdpkg-perl.
11:19:36 #11 32.42 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:19:36 #11 32.43 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:19:36 #11 32.49 Selecting previously unselected package patch.
11:19:36 #11 32.49 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
11:19:36 #11 32.49 Unpacking patch (2.7.6-6) ...
11:19:36 #11 32.53 Selecting previously unselected package dpkg-dev.
11:19:36 #11 32.54 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:19:36 #11 32.54 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:19:36 #11 32.63 Selecting previously unselected package build-essential.
11:19:36 #11 32.63 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
11:19:36 #10 26.73 Selecting previously unselected package libnet-http-perl.
11:19:36 #10 26.73 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
11:19:36 #10 26.74 Unpacking libnet-http-perl (6.20-1) ...
11:19:36 #10 26.77 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:36 #10 26.77 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:36 #10 26.77 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:36 #10 26.80 Selecting previously unselected package libtry-tiny-perl.
11:19:36 #10 26.80 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
11:19:36 #10 26.81 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:36 #10 26.84 Selecting previously unselected package libwww-robotrules-perl.
11:19:36 #10 26.84 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:36 #10 26.84 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:36 #10 26.87 Selecting previously unselected package libwww-perl.
11:19:36 #10 26.88 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
11:19:36 #10 26.88 Unpacking libwww-perl (6.52-1) ...
11:19:36 #10 26.92 Selecting previously unselected package patchutils.
11:19:36 #7 extracting sha256:c7c452053b608f32eb40cfee6ec0068b9e660f9e1ddfe4c732960e38c5ec5887 10.1s done
11:19:36 #7 extracting sha256:e4ac58638d50338f5e89948ce856b91753c7063a48a322f7369d5fd3e1c2ebb3 done
11:19:36 #7 DONE 34.7s
11:19:36 
11:19:36 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:36 #11 19.50 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
11:19:36 #11 19.50 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.1.0-2ubuntu1~22.04 [47.4 kB]
11:19:36 #11 19.50 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.1.0-2ubuntu1~22.04 [126 kB]
11:19:36 #11 19.50 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.1.0-2ubuntu1~22.04 [30.2 kB]
11:19:36 #11 19.50 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.1.0-2ubuntu1~22.04 [10.4 kB]
11:19:36 #11 19.50 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.3.0-1ubuntu1~22.04 [2284 kB]
11:19:36 #11 19.61 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.1.0-2ubuntu1~22.04 [1069 kB]
11:19:36 #11 19.66 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.3.0-1ubuntu1~22.04 [2262 kB]
11:19:36 #11 20.15 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.1.0-2ubuntu1~22.04 [976 kB]
11:19:36 #11 20.69 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.1.0-2ubuntu1~22.04 [154 kB]
11:19:36 #11 20.70 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.3.0-1ubuntu1~22.04 [2517 kB]
11:19:36 #11 20.90 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.3.0-1ubuntu1~22.04 [20.1 MB]
11:19:36 #11 22.07 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
11:19:36 #11 22.07 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.3.0-1ubuntu1~22.04 [2087 kB]
11:19:36 #11 22.11 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.3.0-1ubuntu1~22.04 [11.4 MB]
11:19:36 #11 22.60 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
11:19:36 #11 22.60 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
11:19:36 #11 22.60 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:19:36 #11 22.61 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
11:19:36 #11 22.89 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
11:19:36 #11 22.94 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
11:19:36 #11 22.94 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:19:36 #11 22.99 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
11:19:36 #11 22.99 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:19:36 #11 22.99 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB]
11:19:36 #11 22.99 Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB]
11:19:36 #11 22.99 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]
11:19:36 #11 23.00 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:19:36 #11 23.00 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:19:36 #11 23.00 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.8 [290 kB]
11:19:36 #11 23.28 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.8 [194 kB]
11:19:36 #11 23.34 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
11:19:36 #11 23.35 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:19:36 #11 23.35 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
11:19:36 #11 23.36 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
11:19:36 #11 23.36 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:36 #11 23.36 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
11:19:36 #11 23.36 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:36 #11 23.36 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:36 #11 23.36 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
11:19:36 #11 23.37 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB]
11:19:36 #11 23.77 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB]
11:19:36 #11 24.08 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB]
11:19:36 #11 24.33 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:36 #11 24.34 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
11:19:36 #11 24.36 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
11:19:36 #11 24.42 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
11:19:36 #11 24.42 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
11:19:36 #11 24.42 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
11:19:36 #11 24.42 Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
11:19:36 #11 24.43 Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
11:19:36 #11 24.43 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:19:36 #11 24.84 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
11:19:36 #10 25.14 Fedora 37 openh264 (From Cisco) - aarch64       2.6 kB/s | 2.5 kB     00:00    
11:19:36 #11 30.24 Get:296 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:19:36 #11 30.28 Get:297 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:19:36 #11 30.30 Get:298 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:19:36 #11 30.33 Get:299 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:19:36 #11 30.37 Get:300 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2 [82.5 kB]
11:19:36 #11 30.43 Get:301 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:19:36 #11 30.44 Get:302 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:19:36 #10 18.13 Unpacking readline-common (7.0-5) ...
11:19:36 #10 18.20 Selecting previously unselected package libreadline7:armhf.
11:19:36 #10 18.20 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
11:19:36 #10 18.20 Unpacking libreadline7:armhf (7.0-5) ...
11:19:36 #10 34.51 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ...
11:19:36 #10 34.51 Unpacking libfile-listing-perl (6.04-1) ...
11:19:36 #10 34.54 Selecting previously unselected package libhtml-tagset-perl.
11:19:36 #10 34.55 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ...
11:19:36 #10 34.55 Unpacking libhtml-tagset-perl (3.20-3) ...
11:19:36 #10 34.58 Selecting previously unselected package liburi-perl.
11:19:36 #10 34.58 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ...
11:19:36 #10 34.58 Unpacking liburi-perl (1.76-1) ...
11:19:36 #10 34.63 Selecting previously unselected package libhtml-parser-perl.
11:19:36 #10 34.63 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
11:19:36 #10 34.64 Unpacking libhtml-parser-perl (3.72-3+b3) ...
11:19:36 #10 34.68 Selecting previously unselected package libhtml-tree-perl.
11:19:36 #10 34.68 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
11:19:36 #10 34.68 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:36 #10 34.72 Selecting previously unselected package libio-html-perl.
11:19:36 #10 34.73 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ...
11:19:36 #10 34.73 Unpacking libio-html-perl (1.001-1) ...
11:19:36 #10 34.75 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:36 #10 34.75 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:19:36 #10 34.76 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:19:36 #10 34.78 Selecting previously unselected package libhttp-message-perl.
11:19:36 #10 34.78 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ...
11:19:36 #10 34.79 Unpacking libhttp-message-perl (6.18-1) ...
11:19:36 #10 34.82 Selecting previously unselected package libhttp-cookies-perl.
11:19:36 #10 34.82 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ...
11:19:36 #10 34.83 Unpacking libhttp-cookies-perl (6.04-1) ...
11:19:36 #10 34.85 Selecting previously unselected package libhttp-negotiate-perl.
11:19:36 #10 6.826 Reading package lists...
11:19:36 #11 25.62 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:36 #11 25.62 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:36 #11 25.63 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:19:36 #11 25.63 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:19:36 #11 25.64 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
11:19:36 #11 25.64 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:36 #11 25.64 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB]
11:19:36 #11 25.80 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
11:19:36 #11 25.88 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
11:19:36 #10 30.07 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
11:19:36 #10 30.07 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:19:36 #10 30.10 Selecting previously unselected package libalgorithm-merge-perl.
11:19:36 #10 30.11 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:36 #10 30.11 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:36 #10 30.15 Selecting previously unselected package libapt-inst2.0:arm64.
11:19:36 #10 30.15 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
11:19:36 #10 30.15 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
11:19:36 #10 30.20 Selecting previously unselected package libapt-pkg-perl.
11:19:36 #10 30.20 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
11:19:36 #10 30.21 Unpacking libapt-pkg-perl (0.1.34+b1) ...
11:19:36 #10 30.24 Selecting previously unselected package libarchive-cpio-perl.
11:19:36 #10 30.24 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
11:19:36 #10 30.25 Unpacking libarchive-cpio-perl (0.10-1) ...
11:19:36 #10 30.29 Selecting previously unselected package libasync-mergepoint-perl.
11:19:36 #10 30.29 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
11:19:36 #10 30.30 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:19:36 #10 30.33 Selecting previously unselected package libauthen-sasl-perl.
11:19:36 #10 28.39 Selecting previously unselected package libcurl3-gnutls:arm64.
11:19:36 #10 28.39 Preparing to unpack .../169-libcurl3-gnutls_7.88.1-1_arm64.deb ...
11:19:36 #10 28.40 Unpacking libcurl3-gnutls:arm64 (7.88.1-1) ...
11:19:36 #10 28.45 Selecting previously unselected package liberror-perl.
11:19:36 #10 28.45 Preparing to unpack .../170-liberror-perl_0.17029-2_all.deb ...
11:19:36 #10 28.45 Unpacking liberror-perl (0.17029-2) ...
11:19:36 #10 28.48 Selecting previously unselected package git-man.
11:19:36 #10 28.48 Preparing to unpack .../171-git-man_1%3a2.39.2-1.1_all.deb ...
11:19:36 #10 28.49 Unpacking git-man (1:2.39.2-1.1) ...
11:19:36 #10 22.17   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/166 
11:19:36 #10 22.21   Installing       : libproxy-0.4.15-35.el9.aarch64                       9/166 
11:19:36 #10 22.22   Installing       : less-590-1.el9.aarch64                              10/166 
11:19:36 #10 22.25   Installing       : diffutils-3.7-12.el9.aarch64                        11/166 
11:19:36 #9 35.02 Preparing to unpack .../133-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:19:36 #9 35.02 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.06 Selecting previously unselected package gnupg-utils.
11:19:36 #9 35.06 Preparing to unpack .../134-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.06 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.10 Selecting previously unselected package gpg.
11:19:36 #9 35.10 Preparing to unpack .../135-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.11 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.18 Selecting previously unselected package pinentry-curses.
11:19:36 #9 35.18 Preparing to unpack .../136-pinentry-curses_1.1.0-1_amd64.deb ...
11:19:36 #9 35.18 Unpacking pinentry-curses (1.1.0-1) ...
11:19:36 #9 35.22 Selecting previously unselected package gpg-agent.
11:19:36 #9 35.22 Preparing to unpack .../137-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.22 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.27 Selecting previously unselected package gpg-wks-client.
11:19:36 #9 35.27 Preparing to unpack .../138-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.28 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.31 Selecting previously unselected package gpg-wks-server.
11:19:36 #9 35.31 Preparing to unpack .../139-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.32 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.35 Selecting previously unselected package gpgsm.
11:19:36 #9 35.35 Preparing to unpack .../140-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.36 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.40 Selecting previously unselected package gnupg.
11:19:36 #10 30.92   Installing       : util-linux-core-2.37.4-10.el9.x86_64                27/167 
11:19:36 #10 31.03   Running scriptlet: util-linux-core-2.37.4-10.el9.x86_64                27/167 
11:19:36 #10 31.03   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/167 
11:19:36 #10 31.10   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/167 
11:19:36 #10 31.11   Installing       : python3-audit-3.0.7-103.el9.x86_64                  30/167 
11:19:36 #10 31.16   Installing       : pyproject-srpm-macros-1.6.2-1.el9.noarch            31/167 
11:19:36 #10 31.16   Installing       : perl-srpm-macros-1-41.el9.noarch                    32/167 
11:19:36 #10 31.16   Installing       : openblas-srpm-macros-2-11.el9.noarch                33/167 
11:19:36 #10 31.17   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    34/167 
11:19:36 #10 31.17   Installing       : lua-srpm-macros-1-6.el9.noarch                      35/167 
11:19:36 #10 29.33 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:19:36 #10 29.34 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:36 #11 9.621 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
11:19:36 #11 9.621 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
11:19:36 #11 9.623 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
11:19:36 #11 9.854 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
11:19:36 #11 9.885 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
11:19:36 #11 9.885 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libperl5.34 armhf 5.34.0-3ubuntu1.1 [4062 kB]
11:19:36 #11 32.64 Unpacking build-essential (12.8ubuntu1.1) ...
11:19:36 #11 32.68 Selecting previously unselected package libbrotli1:amd64.
11:19:36 #11 32.68 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
11:19:36 #11 32.69 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:19:36 #11 32.75 Selecting previously unselected package libroken18-heimdal:amd64.
11:19:36 #11 32.75 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 32.76 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 32.80 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:19:36 #11 32.81 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 32.81 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 32.86 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:19:36 #11 26.57 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
11:19:36 #11 26.71 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:36 #11 26.74 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
11:19:36 #10 26.93 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
11:19:36 #10 26.93 Unpacking patchutils (0.4.2-1) ...
11:19:36 #10 26.96 Selecting previously unselected package wdiff.
11:19:36 #10 26.97 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
11:19:36 #10 26.97 Unpacking wdiff (1.2.2-2+b1) ...
11:19:36 #10 27.02 Selecting previously unselected package devscripts.
11:19:36 #10 27.02 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
11:19:36 #10 27.05 Unpacking devscripts (2.21.3+deb11u1) ...
11:19:36 #10 27.16 Selecting previously unselected package diffstat.
11:19:36 #11 25.26 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:19:36 #11 25.27 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
11:19:36 #11 25.34 Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
11:19:36 #11 30.44 Get:303 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:19:36 #11 30.44 Get:304 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libemail-address-xs-perl amd64 1.05-1 [29.3 kB]
11:19:36 #11 30.46 Get:305 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-bin amd64 2.4.2-2build2 [11.2 kB]
11:19:36 #10 34.86 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:36 #10 34.86 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:36 #10 34.88 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:36 #10 34.89 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ...
11:19:36 #10 34.89 Unpacking perl-openssl-defaults:amd64 (3) ...
11:19:36 #10 34.91 Selecting previously unselected package libnet-ssleay-perl.
11:19:36 #10 34.91 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+deb10u1_amd64.deb ...
11:19:36 #10 34.92 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:19:36 #10 34.98 Selecting previously unselected package libio-socket-ssl-perl.
11:19:36 #10 34.98 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ...
11:19:36 #10 34.98 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:19:36 #10 35.02 Selecting previously unselected package libnet-http-perl.
11:19:36 #10 35.03 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ...
11:19:36 #10 35.03 Unpacking libnet-http-perl (6.18-1) ...
11:19:36 #10 35.06 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:36 #10 35.06 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:19:36 #10 35.06 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:19:36 #10 35.09 Selecting previously unselected package libtry-tiny-perl.
11:19:36 #10 18.28 Selecting previously unselected package libsqlite3-0:armhf.
11:19:36 #10 18.28 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
11:19:36 #10 18.28 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
11:19:36 #10 18.36 Selecting previously unselected package libpython3.7-stdlib:armhf.
11:19:36 #10 18.36 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
11:19:36 #10 18.36 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:19:36 #10 31.36 Selecting previously unselected package libfakeroot:amd64.
11:19:36 #10 31.37 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
11:19:36 #10 31.37 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
11:19:36 #10 31.41 Selecting previously unselected package fakeroot.
11:19:36 #10 31.41 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
11:19:36 #10 31.41 Unpacking fakeroot (1.25.3-1.1) ...
11:19:36 #10 31.45 Selecting previously unselected package libassuan0:amd64.
11:19:36 #10 31.45 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
11:19:36 #10 31.46 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
11:19:36 #10 31.49 Selecting previously unselected package gpgconf.
11:19:36 #10 31.49 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
11:19:36 #10 31.49 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:19:36 #10 31.54 Selecting previously unselected package libksba8:amd64.
11:19:36 #10 31.54 Preparing to unpack .../094-libksba8_1.5.0-3+deb11u2_amd64.deb ...
11:19:36 #10 31.54 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
11:19:36 #10 31.58 Selecting previously unselected package libnpth0:amd64.
11:19:36 #10 8.240 Building dependency tree...
11:19:36 #10 8.433 Reading state information...
11:19:36 #11 25.88 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:19:36 #11 25.97 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:36 #11 25.99 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
11:19:36 #11 26.01 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB]
11:19:36 11:19:36 #10 5.416 Reading package lists...
11:19:36 #10 ...
11:19:36 
#10 30.33 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
11:19:36 #10 30.34 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:19:36 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:36 #9 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 6.9s done
11:19:36 #10 30.38 Selecting previously unselected package libmodule-implementation-perl.
11:19:36 #10 30.38 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
11:19:36 #10 30.39 Unpacking libmodule-implementation-perl (0.09-1) ...
11:19:36 #10 30.42 Selecting previously unselected package libvariable-magic-perl.
11:19:36 #10 30.42 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
11:19:36 #10 30.43 Unpacking libvariable-magic-perl (0.62-1+b1) ...
11:19:36 #10 30.46 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:36 #10 30.46 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:19:36 #10 30.47 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:19:36 #10 30.50 Selecting previously unselected package libcapture-tiny-perl.
11:19:36 #10 30.50 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:36 #10 30.50 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:36 #10 30.53 Selecting previously unselected package libcgi-pm-perl.
11:19:36 #10 30.53 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
11:19:36 #10 30.54 Unpacking libcgi-pm-perl (4.40-1) ...
11:19:36 #10 30.58 Selecting previously unselected package libfcgi-perl.
11:19:36 #7 ...
11:19:36 
11:19:36 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:19:36 #9 extracting sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 2.6s done
11:19:36 #9 extracting sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 0.0s done
11:19:36 #9 DONE 32.2s
11:19:36 
11:19:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:36 #10 28.61 Selecting previously unselected package git.
11:19:36 #10 28.61 Preparing to unpack .../172-git_1%3a2.39.2-1.1_arm64.deb ...
11:19:36 #10 28.61 Unpacking git (1:2.39.2-1.1) ...
11:19:36 #10 22.26   Installing       : cracklib-2.9.6-27.el9.aarch64                       12/166 
11:19:36 #10 22.33   Installing       : cpio-2.13-16.el9.aarch64                            13/166 
11:19:36 #10 22.37   Installing       : bzip2-1.0.8-8.el9.aarch64                           14/166 
11:19:36 #10 22.46   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                 15/166 
11:19:36 #10 22.47   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/166 
11:19:36 #10 22.53   Installing       : python3-setools-4.4.1-1.el9.aarch64                 17/166 
11:19:36 #10 31.23   Installing       : libstemmer-0-18.585svn.el9.x86_64                   36/167 
11:19:36 #10 31.27   Installing       : libjpeg-turbo-2.0.90-6.el9.x86_64                   37/167 
11:19:36 #9 35.41 Preparing to unpack .../141-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
11:19:36 #9 35.41 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:19:36 #9 35.46 Selecting previously unselected package libgpgme11:amd64.
11:19:36 #9 35.46 Preparing to unpack .../142-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
11:19:36 #9 35.46 Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) ...
11:19:36 #9 35.50 Selecting previously unselected package python3-gpg.
11:19:36 #9 35.50 Preparing to unpack .../143-python3-gpg_1.10.0-1ubuntu2_amd64.deb ...
11:19:36 #9 35.51 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:19:36 #9 35.57 Selecting previously unselected package dput.
11:19:36 #9 35.57 Preparing to unpack .../144-dput_1.0.1ubuntu1_all.deb ...
11:19:36 #9 35.58 Unpacking dput (1.0.1ubuntu1) ...
11:19:36 #9 35.61 Selecting previously unselected package libfakeroot:amd64.
11:19:36 #11 10.09 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl armhf 5.34.0-3ubuntu1.1 [232 kB]
11:19:36 #11 10.09 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.8 [1152 kB]
11:19:36 #11 10.13 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:19:36 #11 10.13 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
11:19:36 #11 32.87 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 32.87 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 32.91 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:19:36 #11 32.91 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 32.92 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 32.97 Selecting previously unselected package libwind0-heimdal:amd64.
11:19:36 #11 32.97 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 32.97 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 33.01 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:19:36 #11 33.02 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:36 #11 33.02 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:36 #11 33.07 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:19:36 #11 26.88 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:36 #11 26.89 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:36 #11 26.90 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
11:19:36 #11 26.91 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
11:19:36 #11 27.04 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:36 #11 27.08 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
11:19:36 #11 27.08 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:36 #11 27.08 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:36 #10 27.16 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
11:19:36 #10 27.17 Unpacking diffstat (1.64-1) ...
11:19:36 #10 27.20 Selecting previously unselected package distro-info-data.
11:19:36 #10 27.20 Preparing to unpack .../147-distro-info-data_0.51+deb11u3_all.deb ...
11:19:36 #10 27.20 Unpacking distro-info-data (0.51+deb11u3) ...
11:19:36 #10 27.24 Selecting previously unselected package python3-pkg-resources.
11:19:36 #10 27.24 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
11:19:36 #10 27.25 Unpacking python3-pkg-resources (52.0.0-4) ...
11:19:36 #10 27.29 Selecting previously unselected package python3-chardet.
11:19:36 #10 27.30 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
11:19:36 #10 27.30 Unpacking python3-chardet (4.0.0-1) ...
11:19:36 #10 27.34 Selecting previously unselected package python3-six.
11:19:36 #10 27.34 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
11:19:36 #10 27.35 Unpacking python3-six (1.16.0-2) ...
11:19:36 #10 27.38 Selecting previously unselected package python3-debian.
11:19:36 #10 27.38 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
11:19:36 #10 27.39 Unpacking python3-debian (0.1.39) ...
11:19:36 #10 27.43 Selecting previously unselected package libgpgme11:arm64.
11:19:36 #11 25.42 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
11:19:36 #11 25.42 Get:147 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
11:19:36 #11 25.44 Get:148 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
11:19:36 #11 25.45 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
11:19:36 #11 25.45 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
11:19:36 #11 25.47 Get:151 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:19:36 #11 25.49 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:36 #11 30.86 Get:306 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:19:36 #10 35.09 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
11:19:36 #10 35.09 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:36 #10 35.12 Selecting previously unselected package libwww-robotrules-perl.
11:19:36 #10 35.12 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:36 #10 35.12 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:36 #10 35.15 Selecting previously unselected package libwww-perl.
11:19:36 #10 35.16 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ...
11:19:36 #10 35.16 Unpacking libwww-perl (6.36-2) ...
11:19:36 #10 35.20 Selecting previously unselected package patchutils.
11:19:36 #10 35.20 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ...
11:19:36 #10 35.21 Unpacking patchutils (0.3.4-2) ...
11:19:36 #10 35.24 Selecting previously unselected package wdiff.
11:19:36 #10 35.24 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ...
11:19:36 #10 35.24 Unpacking wdiff (1.2.2-2+b1) ...
11:19:36 #10 35.30 Selecting previously unselected package devscripts.
11:19:36 #10 35.30 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ...
11:19:36 #10 35.32 Unpacking devscripts (2.19.5+deb10u1) ...
11:19:36 #10 18.66 Selecting previously unselected package python3.7.
11:19:36 #10 18.66 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
11:19:36 #10 18.67 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:19:36 #10 18.75 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:36 #10 18.75 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
11:19:36 #10 18.75 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
11:19:36 #10 18.80 Setting up python3-minimal (3.7.3-1) ...
11:19:36 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 4.3s done
11:19:36 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 0.1s
11:19:37 #10 8.740 The following additional packages will be installed:
11:19:37 #10 8.740   autoconf automake autopoint autotools-dev binutils
11:19:37 #10 8.740   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:19:37 #10 8.740   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:19:37 #10 8.740   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
11:19:37 #10 8.740   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
11:19:37 #10 8.740   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:19:37 #10 8.741   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:19:37 #10 8.741   libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:19:37 #10 8.741   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:19:37 #10 8.741   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:19:37 #10 8.741   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:37 #10 8.741   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:19:37 #10 8.741   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:37 #10 8.741   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:19:37 #10 8.741   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:19:37 #10 8.741   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:19:37 #10 8.741   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:19:37 #10 8.741   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:19:37 #10 8.741   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:19:37 #10 8.741   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:19:37 #10 8.741   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:19:37 #10 8.741   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:19:37 #10 8.741   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:19:37 #10 8.741   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:19:37 #10 8.741   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:19:37 #10 8.741   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:19:37 #10 8.741   sensible-utils wdiff xz-utils
11:19:37 #10 8.743 Suggested packages:
11:19:37 #10 8.743   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:37 #10 8.743   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
11:19:37 #10 8.743   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
11:19:37 #10 8.743   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:19:37 #10 8.743   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:19:37 #10 8.743   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:19:37 #10 8.743   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:19:37 #10 8.743   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:19:37 #10 8.743   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
11:19:37 #10 8.743   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:37 #10 8.743   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:19:37 #10 8.743   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:19:37 #10 8.743   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:19:37 #10 8.743   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:19:37 #10 8.743   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:19:37 #10 8.743   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:37 #10 8.743   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:19:37 #10 8.743   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
11:19:37 #10 8.743   binfmt-support wdiff-doc
11:19:37 #10 8.743 Recommended packages:
11:19:37 #10 8.743   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:19:37 #10 8.743   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:19:37 #10 8.743   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
11:19:37 #10 8.743   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:19:37 #10 8.743   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:19:37 #10 8.743   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
11:19:37 #10 8.743   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
11:19:37 #10 8.743   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
11:19:37 #10 8.743   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
11:19:37 #10 8.743   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:19:37 #10 31.58 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
11:19:37 #10 31.59 Unpacking libnpth0:amd64 (1.6-3) ...
11:19:37 #10 31.62 Selecting previously unselected package dirmngr.
11:19:37 #10 31.62 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 31.63 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:19:37 #10 31.69 Selecting previously unselected package gnupg-l10n.
11:19:37 #10 31.69 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:19:37 #10 31.69 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:19:37 #10 31.79 Selecting previously unselected package gnupg-utils.
11:19:37 #11 26.20 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB]
11:19:37 #11 26.22 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
11:19:37 #11 26.24 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB]
11:19:37 #11 26.25 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:19:37 #11 26.25 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:37 #9 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:37 #9 ...
11:19:37 
11:19:37 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:37 #10 5.416 Reading package lists...
11:19:37 #10 30.58 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
11:19:37 #10 30.59 Unpacking libfcgi-perl (0.78-2+b3) ...
11:19:37 #10 30.62 Selecting previously unselected package libcgi-fast-perl.
11:19:37 #10 30.62 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:19:37 #10 30.63 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:19:37 #10 30.66 Selecting previously unselected package libsub-name-perl.
11:19:37 #10 30.66 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
11:19:37 #10 30.66 Unpacking libsub-name-perl (0.21-1+b3) ...
11:19:37 #10 30.69 Selecting previously unselected package libclass-accessor-perl.
11:19:37 #10 30.70 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
11:19:37 #10 30.70 Unpacking libclass-accessor-perl (0.51-1) ...
11:19:37 #10 30.73 Selecting previously unselected package libclass-inspector-perl.
11:19:37 #10 30.73 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
11:19:37 #10 30.73 Unpacking libclass-inspector-perl (1.32-1) ...
11:19:37 #10 30.76 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:37 #10 30.77 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
11:19:37 #10 30.77 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
11:19:37 #10 30.81 Selecting previously unselected package libclone-perl.
11:19:37 #11 23.36 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc arm64 4:12.2.0-1ubuntu1 [5116 B]
11:19:37 #11 23.36 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstdc++-12-dev arm64 12.2.0-3ubuntu1 [2154 kB]
11:19:37 #11 23.42 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++-12 arm64 12.2.0-3ubuntu1 [10.9 MB]
11:19:37 #10 22.57   Installing       : zip-3.0-35.el9.aarch64                              18/166 
11:19:37 #10 22.58   Installing       : python3-libsemanage-3.5-1.el9.aarch64               19/166 
11:19:37 #10 22.62   Installing       : python3-file-magic-5.39-12.el9.noarch               20/166 
11:19:37 #10 22.65   Installing       : elfutils-0.188-3.el9.aarch64                        21/166 
11:19:37 #10 22.74   Installing       : gdb-minimal-10.2-10.el9.aarch64                     22/166 
11:19:37 #10 22.75   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                   23/166 
11:19:37 #10 22.77   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   24/166 
11:19:37 #9 35.61 Preparing to unpack .../145-libfakeroot_1.22-2ubuntu1_amd64.deb ...
11:19:37 #9 35.62 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
11:19:37 #9 35.65 Selecting previously unselected package fakeroot.
11:19:37 #9 35.65 Preparing to unpack .../146-fakeroot_1.22-2ubuntu1_amd64.deb ...
11:19:37 #9 35.66 Unpacking fakeroot (1.22-2ubuntu1) ...
11:19:37 #9 35.70 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:37 #9 35.70 Preparing to unpack .../147-libcurl3-gnutls_7.58.0-2ubuntu3.23_amd64.deb ...
11:19:37 #9 35.71 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.23) ...
11:19:37 #9 35.75 Selecting previously unselected package liberror-perl.
11:19:37 #9 35.75 Preparing to unpack .../148-liberror-perl_0.17025-1_all.deb ...
11:19:37 #9 35.76 Unpacking liberror-perl (0.17025-1) ...
11:19:37 #9 35.79 Selecting previously unselected package git-man.
11:19:37 #9 35.79 Preparing to unpack .../149-git-man_1%3a2.17.1-1ubuntu0.17_all.deb ...
11:19:37 #9 35.79 Unpacking git-man (1:2.17.1-1ubuntu0.17) ...
11:19:37 #9 35.90 Selecting previously unselected package git.
11:19:37 #10 31.32   Installing       : hunspell-filesystem-1.7.0-11.el9.x86_64             38/167 
11:19:37 #10 31.39   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           39/167 
11:19:37 #10 31.46   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              40/167 
11:19:37 #10 31.53   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           41/167 
11:19:37 #11 33.08 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:37 #11 33.08 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:37 #11 33.14 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:19:37 #11 33.14 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:37 #11 33.14 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:37 #11 33.19 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:19:37 #11 33.19 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:19:37 #11 33.19 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:37 #11 33.23 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:37 #11 33.24 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:19:37 #11 33.24 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:37 #11 33.28 Selecting previously unselected package libsasl2-2:amd64.
11:19:37 #11 33.28 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:19:37 #11 33.29 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:37 #10 27.43 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
11:19:37 #10 27.44 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
11:19:37 #10 27.49 Selecting previously unselected package python3-gpg.
11:19:37 #10 27.49 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
11:19:37 #10 27.49 Unpacking python3-gpg (1.14.0-1+b2) ...
11:19:37 #10 27.55 Selecting previously unselected package dput.
11:19:37 #10 27.55 Preparing to unpack .../154-dput_1.1.0_all.deb ...
11:19:37 #10 27.56 Unpacking dput (1.1.0) ...
11:19:37 #10 27.60 Selecting previously unselected package equivs.
11:19:37 #10 27.60 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
11:19:37 #10 27.60 Unpacking equivs (2.3.1) ...
11:19:37 #10 27.63 Selecting previously unselected package fonts-dejavu-core.
11:19:37 #10 27.64 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
11:19:37 #10 27.64 Unpacking fonts-dejavu-core (2.37-2) ...
11:19:37 #10 29.87 Selecting previously unselected package python3-minimal.
11:19:37 #10 29.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 ... 4315 files and directories currently installed.)
11:19:37 #10 29.87 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
11:19:37 #10 29.88 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:19:37 #10 29.92 Selecting previously unselected package mime-support.
11:19:37 #10 29.92 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:19:37 #10 29.92 Unpacking mime-support (3.60ubuntu1) ...
11:19:37 #10 29.96 Selecting previously unselected package libmpdec2:arm64.
11:19:37 #10 29.96 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
11:19:37 #10 29.96 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:19:37 #10 30.00 Selecting previously unselected package readline-common.
11:19:37 #10 30.00 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:19:37 #10 30.01 Unpacking readline-common (7.0-3) ...
11:19:37 #10 30.05 Selecting previously unselected package libreadline7:arm64.
11:19:37 #10 30.05 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
11:19:37 #10 30.05 Unpacking libreadline7:arm64 (7.0-3) ...
11:19:37 #10 30.10 Selecting previously unselected package libsqlite3-0:arm64.
11:19:37 #11 25.77 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
11:19:37 #11 25.78 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:37 #11 25.79 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
11:19:37 #11 25.80 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
11:19:37 #11 25.81 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
11:19:37 #11 25.82 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:37 #11 31.02 Get:307 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:19:37 #11 31.04 Get:308 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:19:37 #11 31.06 Get:309 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-fcntllock-perl amd64 0.22-4 [33.7 kB]
11:19:37 #11 31.12 Get:310 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
11:19:37 #11 31.13 Get:311 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
11:19:37 #11 31.14 Get:312 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:19:37 #11 31.17 Get:313 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:19:37 #11 31.18 Get:314 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:19:37 #11 31.19 Get:315 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-ttf-perl all 1.06-2 [323 kB]
11:19:37 #10 35.45 Selecting previously unselected package diffstat.
11:19:37 #10 35.46 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ...
11:19:37 #10 35.46 Unpacking diffstat (1.62-1) ...
11:19:37 #10 35.49 Selecting previously unselected package distro-info-data.
11:19:37 #10 35.49 Preparing to unpack .../147-distro-info-data_0.41+deb10u6_all.deb ...
11:19:37 #10 35.49 Unpacking distro-info-data (0.41+deb10u6) ...
11:19:37 #10 35.53 Selecting previously unselected package python3-pkg-resources.
11:19:37 #10 35.53 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ...
11:19:37 #10 35.53 Unpacking python3-pkg-resources (40.8.0-1) ...
11:19:37 #10 35.57 Selecting previously unselected package python3-chardet.
11:19:37 #10 31.79 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 31.80 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:19:37 #10 31.87 Selecting previously unselected package gpg.
11:19:37 #10 31.87 Preparing to unpack .../099-gpg_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 31.87 Unpacking gpg (2.2.27-2+deb11u2) ...
11:19:37 #10 31.95 Selecting previously unselected package pinentry-curses.
11:19:37 #10 31.95 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
11:19:37 #10 31.95 Unpacking pinentry-curses (1.1.0-4) ...
11:19:37 #10 31.98 Selecting previously unselected package gpg-agent.
11:19:37 #10 31.99 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 31.99 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:19:37 #10 32.04 Selecting previously unselected package gpg-wks-client.
11:19:37 #10 32.04 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 32.05 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:19:37 #10 32.08 Selecting previously unselected package gpg-wks-server.
11:19:37 #10 32.09 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 32.09 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:19:37 #10 32.12 Selecting previously unselected package gpgsm.
11:19:37 #10 32.13 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
11:19:37 #10 32.13 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:19:37 #10 32.18 Selecting previously unselected package gnupg.
11:19:37 #11 26.40 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:37 #10 24.98 Fedora 36 openh264 (From Cisco) - aarch64       2.7 kB/s | 2.5 kB     00:00    
11:19:37 #10 30.81 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
11:19:37 #10 30.81 Unpacking libclone-perl (0.41-1+b1) ...
11:19:37 #10 30.84 Selecting previously unselected package libcommon-sense-perl.
11:19:37 #10 30.84 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
11:19:37 #10 30.85 Unpacking libcommon-sense-perl (3.74-2+b7) ...
11:19:37 #10 30.88 Selecting previously unselected package libparams-util-perl.
11:19:37 #10 30.88 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
11:19:37 #10 30.88 Unpacking libparams-util-perl (1.07-3+b4) ...
11:19:37 #10 30.92 Selecting previously unselected package libsub-install-perl.
11:19:37 #10 30.92 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
11:19:37 #10 30.92 Unpacking libsub-install-perl (0.928-1) ...
11:19:37 #10 30.95 Selecting previously unselected package libdata-optlist-perl.
11:19:37 #10 30.96 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
11:19:37 #10 30.96 Unpacking libdata-optlist-perl (0.110-1) ...
11:19:37 #10 30.99 Selecting previously unselected package libsub-exporter-perl.
11:19:37 #10 30.99 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
11:19:37 #10 31.00 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:37 #10 31.03 Selecting previously unselected package libconst-fast-perl.
11:19:37 #10 31.03 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
11:19:37 #10 31.03 Unpacking libconst-fast-perl (0.014-1) ...
11:19:37 #10 31.06 Selecting previously unselected package libwant-perl.
11:19:37 #10 31.06 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
11:19:37 #10 31.06 Unpacking libwant-perl (0.29-1+b4) ...
11:19:37 #10 31.09 Selecting previously unselected package libcontextual-return-perl.
11:19:37 #10 31.10 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
11:19:37 #10 31.10 Unpacking libcontextual-return-perl (0.004014-2) ...
11:19:37 #10 31.13 Selecting previously unselected package libconvert-binhex-perl.
11:19:37 #10 22.83   Installing       : procps-ng-3.3.17-11.el9.aarch64                     25/166 
11:19:37 #10 22.86   Installing       : python3-systemd-234-18.el9.aarch64                  26/166 
11:19:37 #10 22.91   Installing       : util-linux-core-2.37.4-10.el9.aarch64               27/166 
11:19:37 #10 22.92   Running scriptlet: util-linux-core-2.37.4-10.el9.aarch64               27/166 
11:19:37 #10 22.93   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/166 
11:19:37 #10 22.98   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/166 
11:19:37 #10 22.98   Installing       : python3-audit-3.0.7-103.el9.aarch64                 30/166 
11:19:37 #10 22.99   Installing       : pyproject-srpm-macros-1.6.2-1.el9.noarch            31/166 
11:19:37 #10 22.99   Installing       : perl-srpm-macros-1-41.el9.noarch                    32/166 
11:19:37 #10 23.02   Installing       : openblas-srpm-macros-2-11.el9.noarch                33/166 
11:19:37 #10 23.03   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    34/166 
11:19:37 #10 23.03   Installing       : lua-srpm-macros-1-6.el9.noarch                      35/166 
11:19:37 #10 23.04   Installing       : libstemmer-0-18.585svn.el9.aarch64                  36/166 
11:19:37 #10 23.07   Installing       : libjpeg-turbo-2.0.90-6.el9.aarch64                  37/166 
11:19:37 #10 23.07   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            38/166 
11:19:37 #10 23.08   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           39/166 
11:19:37 #10 23.09   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              40/166 
11:19:37 #10 23.12   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           41/166 
11:19:37 #10 23.13   Installing       : hunspell-1.7.0-11.el9.aarch64                       42/166 
11:19:37 #10 23.16   Installing       : enchant-1:1.6.0-30.el9.aarch64                      43/166 
11:19:37 #10 23.18   Installing       : python3-enchant-3.2.0-5.el9.noarch                  44/166 
11:19:37 #9 35.90 Preparing to unpack .../150-git_1%3a2.17.1-1ubuntu0.17_amd64.deb ...
11:19:37 #9 35.92 Unpacking git (1:2.17.1-1ubuntu0.17) ...
11:19:37 #10 31.60   Installing       : hunspell-1.7.0-11.el9.x86_64                        42/167 
11:19:37 #10 31.73   Installing       : enchant-1:1.6.0-30.el9.x86_64                       43/167 
11:19:37 #10 31.79   Installing       : python3-enchant-3.2.0-5.el9.noarch                  44/167 
11:19:37 #10 31.80   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  45/167 
11:19:37 #10 31.80   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                46/167 
11:19:37 #10 31.81   Installing       : desktop-file-utils-0.26-6.el9.x86_64                47/167 
11:19:37 #12 19.79 CentOS Stream 8 - PowerTools                    5.9 MB/s | 5.7 MB     00:00    
11:19:37 #10 29.11 Selecting previously unselected package iso-codes.
11:19:37 #10 29.12 Preparing to unpack .../173-iso-codes_4.13.0-1_all.deb ...
11:19:37 #10 29.12 Unpacking iso-codes (4.13.0-1) ...
11:19:37 #11 33.33 Selecting previously unselected package libldap-common.
11:19:37 #11 33.33 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:19:37 #11 33.34 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:19:37 #11 33.38 Selecting previously unselected package libldap-2.4-2:amd64.
11:19:37 #11 33.38 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
11:19:37 #11 33.38 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
11:19:37 #11 33.44 Selecting previously unselected package libnghttp2-14:amd64.
11:19:37 #11 33.44 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
11:19:37 #11 33.45 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
11:19:37 #11 33.50 Selecting previously unselected package librtmp1:amd64.
11:19:37 #11 33.50 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
11:19:37 #11 33.51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:19:37 #11 33.55 Selecting previously unselected package libssh-4:amd64.
11:19:37 #11 33.55 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
11:19:37 #11 33.56 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
11:19:37 #11 33.61 Selecting previously unselected package libcurl4:amd64.
11:19:37 #11 33.61 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.16_amd64.deb ...
11:19:37 #11 33.62 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.16) ...
11:19:37 #11 33.67 Selecting previously unselected package curl.
11:19:37 #10 27.76 Selecting previously unselected package fontconfig-config.
11:19:37 #10 27.77 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
11:19:37 #10 27.88 Unpacking fontconfig-config (2.13.1-4.2) ...
11:19:37 #10 27.93 Selecting previously unselected package libcurl3-gnutls:arm64.
11:19:37 #10 27.93 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u7_arm64.deb ...
11:19:37 #10 27.93 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
11:19:37 #10 27.98 Selecting previously unselected package liberror-perl.
11:19:37 #10 30.10 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
11:19:37 #10 30.11 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:19:37 #10 30.17 Selecting previously unselected package libpython3.6-stdlib:arm64.
11:19:37 #10 30.17 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:19:37 #10 30.17 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:37 #10 30.34 Selecting previously unselected package python3.6.
11:19:37 #10 30.34 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:19:37 #10 30.34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:19:37 #10 30.38 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:37 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 4.1s done
11:19:37 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70
11:19:37 #11 25.82 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB]
11:19:37 #11 25.82 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB]
11:19:37 #11 25.82 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:19:37 #11 25.82 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
11:19:37 #11 25.82 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB]
11:19:37 #11 26.10 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:37 #11 10.53 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
11:19:37 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:37 #11 31.31 Get:316 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:19:37 #11 27.48 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:37 #11 27.56 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
11:19:37 #10 35.58 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ...
11:19:37 #10 35.58 Unpacking python3-chardet (3.0.4-3) ...
11:19:37 #10 35.62 Selecting previously unselected package python3-six.
11:19:37 #10 35.62 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ...
11:19:37 #10 35.62 Unpacking python3-six (1.12.0-1) ...
11:19:37 #10 35.65 Selecting previously unselected package python3-debian.
11:19:37 #10 35.66 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ...
11:19:37 #10 35.66 Unpacking python3-debian (0.1.35) ...
11:19:37 #10 35.70 Selecting previously unselected package libgpgme11:amd64.
11:19:37 #10 35.70 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ...
11:19:37 #10 35.71 Unpacking libgpgme11:amd64 (1.12.0-6) ...
11:19:37 #10 35.75 Selecting previously unselected package python3-gpg.
11:19:37 #10 35.75 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ...
11:19:37 #10 35.76 Unpacking python3-gpg (1.12.0-6) ...
11:19:37 #10 35.82 Selecting previously unselected package dput.
11:19:37 #10 35.82 Preparing to unpack .../154-dput_1.0.3_all.deb ...
11:19:37 #10 35.83 Unpacking dput (1.0.3) ...
11:19:37 #10 35.86 Selecting previously unselected package equivs.
11:19:37 #10 35.86 Preparing to unpack .../155-equivs_2.2.0_all.deb ...
11:19:37 #10 35.86 Unpacking equivs (2.2.0) ...
11:19:37 #10 35.92 Selecting previously unselected package exim4-config.
11:19:37 #10 32.18 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u2_all.deb ...
11:19:37 #10 32.18 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:19:37 #10 32.23 Selecting previously unselected package libfile-dirlist-perl.
11:19:37 #10 32.24 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
11:19:37 #10 32.24 Unpacking libfile-dirlist-perl (0.05-2) ...
11:19:37 #10 32.26 Selecting previously unselected package libfile-which-perl.
11:19:37 #10 32.27 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
11:19:37 #10 32.27 Unpacking libfile-which-perl (1.23-1) ...
11:19:37 #10 32.29 Selecting previously unselected package libfile-homedir-perl.
11:19:37 #10 32.29 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
11:19:37 #10 32.30 Unpacking libfile-homedir-perl (1.006-1) ...
11:19:37 #10 32.32 Selecting previously unselected package libfile-touch-perl.
11:19:37 #10 32.33 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
11:19:37 #10 32.33 Unpacking libfile-touch-perl (0.11-1) ...
11:19:37 #10 32.36 Selecting previously unselected package libio-pty-perl.
11:19:37 #10 32.36 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
11:19:37 #10 32.36 Unpacking libio-pty-perl (1:1.15-2) ...
11:19:37 #10 32.39 Selecting previously unselected package libipc-run-perl.
11:19:37 #10 32.39 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
11:19:37 #10 32.39 Unpacking libipc-run-perl (20200505.0-1) ...
11:19:37 #10 32.42 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:37 #11 26.58 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:19:37 #11 26.59 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:37 #11 26.69 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB]
11:19:37 #11 26.76 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB]
11:19:37 #11 26.80 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:19:37 #10 19.11 Selecting previously unselected package python3.
11:19:37 #10 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 ... 10066 files and directories currently installed.)
11:19:37 #10 19.11 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
11:19:37 #10 19.13 Unpacking python3 (3.7.3-1) ...
11:19:37 #10 19.18 Selecting previously unselected package less.
11:19:37 #10 19.18 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ...
11:19:37 #10 19.18 Unpacking less (487-0.1+b1) ...
11:19:37 #10 19.25 Selecting previously unselected package netbase.
11:19:37 #10 19.25 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:19:37 #10 19.25 Unpacking netbase (5.6) ...
11:19:37 #10 19.29 Selecting previously unselected package bzip2.
11:19:37 #10 19.29 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
11:19:37 #10 19.30 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:19:37 #10 19.34 Selecting previously unselected package libmagic-mgc.
11:19:37 #10 19.34 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:37 #10 19.34 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:37 #10 31.13 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
11:19:37 #10 31.14 Unpacking libconvert-binhex-perl (1.125-1) ...
11:19:37 #10 31.17 Selecting previously unselected package libdata-dump-perl.
11:19:37 #10 31.17 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
11:19:37 #10 31.17 Unpacking libdata-dump-perl (1.23-1) ...
11:19:37 #10 31.21 Selecting previously unselected package libdigest-bubblebabble-perl.
11:19:37 #10 31.21 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:19:37 #10 31.21 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:19:37 #10 31.24 Selecting previously unselected package libdigest-hmac-perl.
11:19:37 #10 31.24 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:19:37 #10 31.24 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:19:37 #10 31.27 Selecting previously unselected package libdistro-info-perl.
11:19:37 #10 31.27 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
11:19:37 #10 31.28 Unpacking libdistro-info-perl (0.21) ...
11:19:37 #10 31.31 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:37 #10 31.31 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:37 #10 31.31 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:37 #10 31.34 Selecting previously unselected package libmailtools-perl.
11:19:37 #10 23.20   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  45/166 
11:19:37 #10 23.21   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                46/166 
11:19:37 #10 23.22   Installing       : desktop-file-utils-0.26-6.el9.aarch64               47/166 
11:19:37 #10 23.25   Installing       : efi-srpm-macros-4-9.el9.noarch                      48/166 
11:19:37 #10 23.25   Installing       : dwz-0.14-3.el9.aarch64                              49/166 
11:19:37 #10 23.27   Installing       : checkpolicy-3.5-1.el9.aarch64                       50/166 
11:19:37 #10 23.30   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          51/166 
11:19:37 #10 23.31   Installing       : zstd-1.5.1-2.el9.aarch64                            52/166 
11:19:37 #10 23.32   Installing       : vim-filesystem-2:8.2.2637-20.el9.noarch             53/166 
11:19:37 #10 23.40   Installing       : tcl-1:8.6.10-7.el9.aarch64                          54/166 
11:19:37 #10 31.93   Installing       : efi-srpm-macros-4-9.el9.noarch                      48/167 
11:19:37 #10 32.00   Installing       : dwz-0.14-3.el9.x86_64                               49/167 
11:19:37 #10 32.07   Installing       : checkpolicy-3.5-1.el9.x86_64                        50/167 
11:19:37 #10 32.14   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          51/167 
11:19:37 #10 29.47 Selecting previously unselected package libabsl20220623:arm64.
11:19:37 #10 29.47 Preparing to unpack .../174-libabsl20220623_20220623.1-1_arm64.deb ...
11:19:37 #10 29.47 Unpacking libabsl20220623:arm64 (20220623.1-1) ...
11:19:37 #10 29.54 Selecting previously unselected package libalgorithm-diff-perl.
11:19:37 #10 29.54 Preparing to unpack .../175-libalgorithm-diff-perl_1.201-1_all.deb ...
11:19:37 #10 29.55 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:19:37 #10 29.58 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
11:19:37 #10 29.58 Preparing to unpack .../176-libalgorithm-diff-xs-perl_0.04-8+b1_arm64.deb ...
11:19:37 #10 29.59 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
11:19:37 #10 29.62 Selecting previously unselected package libalgorithm-merge-perl.
11:19:37 #10 29.62 Preparing to unpack .../177-libalgorithm-merge-perl_0.08-5_all.deb ...
11:19:37 #10 29.62 Unpacking libalgorithm-merge-perl (0.08-5) ...
11:19:37 #10 29.65 Selecting previously unselected package libaliased-perl.
11:19:37 #10 29.65 Preparing to unpack .../178-libaliased-perl_0.34-3_all.deb ...
11:19:37 #10 29.65 Unpacking libaliased-perl (0.34-3) ...
11:19:37 #10 29.69 Selecting previously unselected package libaom3:arm64.
11:19:37 #11 33.67 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.16_amd64.deb ...
11:19:37 #11 33.67 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:19:37 #11 33.73 Selecting previously unselected package dctrl-tools.
11:19:37 #11 33.73 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
11:19:37 #11 33.74 Unpacking dctrl-tools (2.24-3) ...
11:19:37 #11 33.78 Selecting previously unselected package libtool.
11:19:37 #11 33.78 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
11:19:37 #11 33.79 Unpacking libtool (2.4.6-14) ...
11:19:37 #11 33.90 Selecting previously unselected package dh-autoreconf.
11:19:37 #10 27.98 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
11:19:37 #10 27.98 Unpacking liberror-perl (0.17029-1) ...
11:19:37 #10 28.01 Selecting previously unselected package git-man.
11:19:37 #10 28.02 Preparing to unpack .../160-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
11:19:37 #10 28.02 Unpacking git-man (1:2.30.2-1+deb11u2) ...
11:19:37 #10 30.38 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
11:19:37 #10 30.39 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:19:37 #10 30.42 Setting up python3-minimal (3.6.7-1~18.04) ...
11:19:37 #10 30.63 Selecting previously unselected package python3.
11:19:37 #10 30.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 ... 4773 files and directories currently installed.)
11:19:37 #10 30.63 Preparing to unpack .../0-python3_3.6.7-1~18.04_arm64.deb ...
11:19:37 #10 30.64 Unpacking python3 (3.6.7-1~18.04) ...
11:19:37 #11 26.12 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:37 #11 26.13 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:37 #11 26.13 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:37 #11 26.14 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
11:19:37 #11 26.15 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:19:37 #11 26.15 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:37 #11 26.16 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:37 #11 26.16 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
11:19:37 #11 26.16 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:37 #11 26.16 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB]
11:19:37 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 7.5s done
11:19:37 #11 31.59 Get:317 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsort-versions-perl all 1.62-2 [8848 B]
11:19:37 #11 31.60 Get:318 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:37 #11 31.62 Get:319 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:19:37 #11 31.62 Get:320 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:37 #11 31.63 Get:321 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-perl all 4.09000-1 [82.4 kB]
11:19:37 #11 31.64 Get:322 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
11:19:37 #11 31.65 Get:323 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:19:37 #11 31.65 Get:324 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-perl all 0.40-1 [19.5 kB]
11:19:37 #11 31.65 Get:325 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-identify-perl amd64 0.14-2 [10.9 kB]
11:19:37 #11 31.65 Get:326 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-name-perl amd64 0.26-2 [11.7 kB]
11:19:37 #11 31.65 Get:327 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:19:37 #11 27.76 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
11:19:37 #11 27.81 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
11:19:37 #11 27.82 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
11:19:37 #10 35.92 Preparing to unpack .../156-exim4-config_4.92-8+deb10u7_all.deb ...
11:19:37 #10 35.93 Unpacking exim4-config (4.92-8+deb10u7) ...
11:19:37 #10 35.98 Selecting previously unselected package exim4-base.
11:19:37 #10 35.99 Preparing to unpack .../157-exim4-base_4.92-8+deb10u7_amd64.deb ...
11:19:37 #10 35.99 Unpacking exim4-base (4.92-8+deb10u7) ...
11:19:37 #10 26.52 Fedora Modular 37 - aarch64                     3.7 MB/s | 3.7 MB     00:00    
11:19:37 #10 32.42 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:37 #10 32.43 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:37 #10 32.45 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:37 #10 32.45 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
11:19:37 #10 32.45 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:19:37 #10 32.48 Selecting previously unselected package libdynaloader-functions-perl.
11:19:37 #10 32.48 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:19:37 #10 32.48 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:19:37 #10 32.51 Selecting previously unselected package libdevel-callchecker-perl.
11:19:37 #10 32.51 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
11:19:37 #10 32.51 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:19:37 #10 32.54 Selecting previously unselected package libparams-classify-perl.
11:19:37 #10 32.54 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
11:19:37 #10 32.54 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:19:37 #10 32.56 Selecting previously unselected package libmodule-runtime-perl.
11:19:37 #10 32.57 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:37 #10 32.57 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:37 #10 32.59 Selecting previously unselected package libimport-into-perl.
11:19:37 #10 32.60 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
11:19:37 #10 32.60 Unpacking libimport-into-perl (1.002005-1) ...
11:19:37 #10 32.63 Selecting previously unselected package librole-tiny-perl.
11:19:37 #10 32.63 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
11:19:37 #10 32.63 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:37 #10 32.65 Selecting previously unselected package libstrictures-perl.
11:19:37 #11 26.81 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB]
11:19:37 #11 26.82 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB]
11:19:37 #11 26.82 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB]
11:19:37 #11 26.83 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:37 #11 26.83 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB]
11:19:37 #11 26.99 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB]
11:19:37 #10 19.47 Selecting previously unselected package libmagic1:armhf.
11:19:37 #10 19.47 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:37 #10 19.48 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
11:19:37 #10 19.54 Selecting previously unselected package file.
11:19:37 #10 19.54 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:37 #10 19.54 Unpacking file (1:5.35-4+deb10u2) ...
11:19:37 #10 19.59 Selecting previously unselected package gettext-base.
11:19:37 #10 19.59 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ...
11:19:37 #10 19.60 Unpacking gettext-base (0.19.8.1-9) ...
11:19:37 #10 31.34 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
11:19:37 #10 31.35 Unpacking libmailtools-perl (2.18-1) ...
11:19:37 #10 31.38 Selecting previously unselected package libnet-ip-perl.
11:19:37 #10 31.38 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
11:19:37 #10 31.39 Unpacking libnet-ip-perl (1.26-2) ...
11:19:37 #10 31.42 Selecting previously unselected package libnet-dns-perl.
11:19:37 #10 31.42 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
11:19:37 #10 31.42 Unpacking libnet-dns-perl (1.19-1) ...
11:19:37 #10 31.51 Selecting previously unselected package libnet-domain-tld-perl.
11:19:37 #10 31.51 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
11:19:37 #10 31.51 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:19:37 #10 31.55 Selecting previously unselected package libemail-valid-perl.
11:19:37 #10 31.56 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
11:19:37 #10 31.56 Unpacking libemail-valid-perl (1.202-1) ...
11:19:37 #10 31.59 Selecting previously unselected package libexporter-tiny-perl.
11:19:37 #10 31.59 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
11:19:37 #10 23.44   Installing       : shared-mime-info-2.1-5.el9.aarch64                  55/166 
11:19:37 #10 23.49   Running scriptlet: shared-mime-info-2.1-5.el9.aarch64                  55/166 
11:19:37 #10 23.50   Installing       : python3-six-1.15.0-9.el9.noarch                     56/166 
11:19:37 #10 23.56   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               57/166 
11:19:37 #10 23.57   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         58/166 
11:19:37 #10 23.60   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       59/166 
11:19:37 #10 23.61   Installing       : libpsl-0.21.1-5.el9.aarch64                         60/166 
11:19:37 #10 23.64   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      61/166 
11:19:37 #10 32.21   Installing       : zstd-1.5.1-2.el9.x86_64                             52/167 
11:19:37 #10 32.33   Installing       : vim-filesystem-2:8.2.2637-20.el9.noarch             53/167 
11:19:37 #10 32.42   Installing       : tcl-1:8.6.10-7.el9.x86_64                           54/167 
11:19:37 #10 29.69 Preparing to unpack .../179-libaom3_3.6.0-1_arm64.deb ...
11:19:37 #10 29.69 Unpacking libaom3:arm64 (3.6.0-1) ...
11:19:37 #10 29.82 Selecting previously unselected package libapt-pkg-perl.
11:19:37 #10 29.82 Preparing to unpack .../180-libapt-pkg-perl_0.1.40+b2_arm64.deb ...
11:19:37 #10 29.82 Unpacking libapt-pkg-perl (0.1.40+b2) ...
11:19:37 #10 29.86 Selecting previously unselected package libarchive-cpio-perl.
11:19:37 #10 29.86 Preparing to unpack .../181-libarchive-cpio-perl_0.10-3_all.deb ...
11:19:37 #10 29.87 Unpacking libarchive-cpio-perl (0.10-3) ...
11:19:37 #10 29.90 Selecting previously unselected package libarchive13:arm64.
11:19:37 #10 29.91 Preparing to unpack .../182-libarchive13_3.6.2-1_arm64.deb ...
11:19:37 #10 29.91 Unpacking libarchive13:arm64 (3.6.2-1) ...
11:19:37 #10 29.96 Selecting previously unselected package libarray-intspan-perl.
11:19:37 #9 36.40 Selecting previously unselected package libalgorithm-diff-perl.
11:19:37 #9 36.40 Preparing to unpack .../151-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:19:37 #9 36.40 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:19:37 #9 36.44 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:37 #9 36.44 Preparing to unpack .../152-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
11:19:37 #9 36.44 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:19:37 #9 36.47 Selecting previously unselected package libalgorithm-merge-perl.
11:19:37 #9 36.47 Preparing to unpack .../153-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:37 #9 36.48 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:37 #9 36.51 Selecting previously unselected package libapt-pkg-perl.
11:19:37 #9 36.51 Preparing to unpack .../154-libapt-pkg-perl_0.1.33build1_amd64.deb ...
11:19:37 #9 36.52 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:19:37 #9 36.56 Selecting previously unselected package libarchive-cpio-perl.
11:19:37 #9 36.56 Preparing to unpack .../155-libarchive-cpio-perl_0.10-1_all.deb ...
11:19:37 #9 36.56 Unpacking libarchive-cpio-perl (0.10-1) ...
11:19:37 #9 36.59 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:37 #9 36.59 Preparing to unpack .../156-libb-hooks-op-check-perl_0.22-1_amd64.deb ...
11:19:37 #9 36.60 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:19:37 #9 36.63 Selecting previously unselected package libdynaloader-functions-perl.
11:19:37 #9 36.63 Preparing to unpack .../157-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:37 #9 36.63 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:37 #9 36.66 Selecting previously unselected package libdevel-callchecker-perl.
11:19:37 #9 36.66 Preparing to unpack .../158-libdevel-callchecker-perl_0.007-2build1_amd64.deb ...
11:19:37 #9 36.67 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:19:37 #9 36.70 Selecting previously unselected package libparams-classify-perl.
11:19:37 #11 33.90 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
11:19:37 #11 33.90 Unpacking dh-autoreconf (19) ...
11:19:37 #11 33.94 Selecting previously unselected package libdebhelper-perl.
11:19:37 #11 33.94 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:19:37 #11 33.95 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:19:37 #11 34.00 Selecting previously unselected package libarchive-zip-perl.
11:19:37 #11 34.00 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
11:19:37 #11 34.01 Unpacking libarchive-zip-perl (1.67-2) ...
11:19:37 #11 34.05 Selecting previously unselected package libsub-override-perl.
11:19:37 #11 34.05 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
11:19:37 #11 34.06 Unpacking libsub-override-perl (0.09-2) ...
11:19:37 #11 34.09 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:37 #11 34.09 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:19:37 #11 34.09 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:19:37 #11 34.12 Selecting previously unselected package dh-strip-nondeterminism.
11:19:37 #10 28.13 Selecting previously unselected package git.
11:19:37 #10 28.14 Preparing to unpack .../161-git_1%3a2.30.2-1+deb11u2_arm64.deb ...
11:19:37 #10 28.16 Unpacking git (1:2.30.2-1+deb11u2) ...
11:19:37 #10 30.67 Selecting previously unselected package multiarch-support.
11:19:37 #10 30.67 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
11:19:37 #10 30.68 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:19:37 #10 30.71 Selecting previously unselected package libxau6:arm64.
11:19:37 #10 30.71 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ...
11:19:37 #10 30.72 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ...
11:19:37 #10 30.75 Selecting previously unselected package libbsd0:arm64.
11:19:37 #10 30.75 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ...
11:19:37 #10 30.76 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
11:19:37 #10 30.79 Selecting previously unselected package libxdmcp6:arm64.
11:19:37 #10 30.79 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:19:37 #10 30.80 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:37 #10 30.83 Selecting previously unselected package libxcb1:arm64.
11:19:37 #10 30.83 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_arm64.deb ...
11:19:37 #10 30.84 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ...
11:19:37 #10 30.87 Selecting previously unselected package libx11-data.
11:19:37 #10 30.87 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:19:37 #11 26.56 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB]
11:19:37 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8
11:19:37 #11 31.93 Get:328 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:19:37 #11 31.96 Get:329 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:37 #11 31.97 Get:330 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-perl all 1.016008-1 [336 kB]
11:19:37 #11 32.00 Get:331 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:19:37 #11 27.99 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
11:19:37 #11 27.99 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
11:19:37 #11 28.00 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
11:19:37 #11 28.03 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
11:19:37 #11 28.04 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
11:19:37 #11 28.04 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
11:19:38 #11 24.45 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++ arm64 4:12.2.0-1ubuntu1 [1396 B]
11:19:38 #11 24.53 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 make arm64 4.3-4.1build1 [177 kB]
11:19:38 #11 11.24 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf less armhf 590-1ubuntu0.22.04.1 [135 kB]
11:19:38 #11 11.24 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
11:19:38 #11 11.24 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
11:19:38 #11 11.24 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
11:19:38 #11 11.24 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
11:19:38 #10 36.09 Selecting previously unselected package libevent-2.1-6:amd64.
11:19:38 #10 36.10 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
11:19:38 #10 36.10 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
11:19:38 #10 36.15 Selecting previously unselected package libunbound8:amd64.
11:19:38 #10 36.15 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u2_amd64.deb ...
11:19:38 #10 36.15 Unpacking libunbound8:amd64 (1.9.0-2+deb10u2) ...
11:19:38 #10 36.22 Selecting previously unselected package libgnutls-dane0:amd64.
11:19:38 #10 36.22 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u10_amd64.deb ...
11:19:38 #10 36.23 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u10) ...
11:19:38 #10 36.27 Selecting previously unselected package exim4-daemon-light.
11:19:38 #10 36.27 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u7_amd64.deb ...
11:19:38 #10 36.27 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
11:19:38 #10 36.35 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:38 #10 32.66 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
11:19:38 #10 32.66 Unpacking libstrictures-perl (2.000006-1) ...
11:19:38 #10 32.68 Selecting previously unselected package libsub-quote-perl.
11:19:38 #10 32.69 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
11:19:38 #10 32.69 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:38 #10 32.71 Selecting previously unselected package libmoo-perl.
11:19:38 #10 32.71 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
11:19:38 #10 32.72 Unpacking libmoo-perl (2.004004-1) ...
11:19:38 #10 32.74 Selecting previously unselected package libencode-locale-perl.
11:19:38 #10 32.75 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
11:19:38 #10 32.75 Unpacking libencode-locale-perl (1.05-1.1) ...
11:19:38 #10 32.77 Selecting previously unselected package libtimedate-perl.
11:19:38 #10 32.78 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
11:19:38 #10 32.78 Unpacking libtimedate-perl (2.3300-2) ...
11:19:38 #10 32.81 Selecting previously unselected package libhttp-date-perl.
11:19:38 #10 32.81 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
11:19:38 #10 32.82 Unpacking libhttp-date-perl (6.05-1) ...
11:19:38 #10 32.84 Selecting previously unselected package libfile-listing-perl.
11:19:38 #10 32.84 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
11:19:38 #10 32.85 Unpacking libfile-listing-perl (6.14-1) ...
11:19:38 #10 32.87 Selecting previously unselected package libhtml-tagset-perl.
11:19:38 #10 32.87 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:38 #10 32.88 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:38 #10 19.68 Selecting previously unselected package krb5-locales.
11:19:38 #10 19.68 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:19:38 #10 19.69 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:19:38 #10 19.74 Selecting previously unselected package libkeyutils1:armhf.
11:19:38 #10 19.74 Preparing to unpack .../009-libkeyutils1_1.6-6_armhf.deb ...
11:19:38 #10 19.75 Unpacking libkeyutils1:armhf (1.6-6) ...
11:19:38 #10 19.79 Selecting previously unselected package libkrb5support0:armhf.
11:19:38 #10 19.79 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
11:19:38 #10 19.79 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
11:19:38 #10 19.84 Selecting previously unselected package libk5crypto3:armhf.
11:19:38 #10 19.84 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
11:19:38 #10 19.85 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
11:19:38 #10 19.90 Selecting previously unselected package libkrb5-3:armhf.
11:19:38 #10 31.60 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:19:38 #10 31.63 Selecting previously unselected package libipc-system-simple-perl.
11:19:38 #10 31.63 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
11:19:38 #10 31.63 Unpacking libipc-system-simple-perl (1.25-4) ...
11:19:38 #10 31.66 Selecting previously unselected package libfile-basedir-perl.
11:19:38 #10 31.67 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
11:19:38 #10 31.67 Unpacking libfile-basedir-perl (0.08-1) ...
11:19:38 #10 31.70 Selecting previously unselected package libfile-chdir-perl.
11:19:38 #10 31.71 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
11:19:38 #10 31.71 Unpacking libfile-chdir-perl (0.1008-1) ...
11:19:38 #10 31.74 Selecting previously unselected package libfile-fcntllock-perl.
11:19:38 #10 31.74 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
11:19:38 #10 31.75 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
11:19:38 #10 31.78 Selecting previously unselected package libfont-afm-perl.
11:19:38 #10 31.78 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
11:19:38 #10 31.79 Unpacking libfont-afm-perl (1.20-2) ...
11:19:38 #10 31.82 Selecting previously unselected package libfribidi0:arm64.
11:19:38 #10 31.82 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ...
11:19:38 #10 31.83 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
11:19:38 #10 31.86 Selecting previously unselected package libfuture-perl.
11:19:38 #10 31.87 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
11:19:38 #10 31.87 Unpacking libfuture-perl (0.39-1) ...
11:19:38 #10 31.90 Selecting previously unselected package libio-stringy-perl.
11:19:38 #10 31.91 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
11:19:38 #10 31.91 Unpacking libio-stringy-perl (2.111-3) ...
11:19:38 #10 31.94 Selecting previously unselected package libparams-validate-perl.
11:19:38 #10 23.68   Installing       : openssl-1:3.0.7-5.el9.aarch64                       62/166 
11:19:38 #10 23.73   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  63/166 
11:19:38 #10 23.76   Installing       : perl-Digest-1.19-4.el9.noarch                       64/166 
11:19:38 #10 23.77   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  65/166 
11:19:38 #10 23.78   Installing       : perl-B-1.80-480.el9.aarch64                         66/166 
11:19:38 #10 23.81   Installing       : perl-FileHandle-2.03-480.el9.noarch                 67/166 
11:19:38 #10 23.81   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 68/166 
11:19:38 #10 23.82   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              69/166 
11:19:38 #10 23.86   Installing       : perl-libnet-3.13-4.el9.noarch                       70/166 
11:19:38 #10 23.87   Installing       : perl-base-2.27-480.el9.noarch                       71/166 
11:19:38 #10 23.88   Installing       : perl-URI-5.09-3.el9.noarch                          72/166 
11:19:38 #10 32.46   Installing       : shared-mime-info-2.1-5.el9.x86_64                   55/167 
11:19:38 #10 32.58   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                   55/167 
11:19:38 #10 32.59   Installing       : python3-six-1.15.0-9.el9.noarch                     56/167 
11:19:38 #10 32.64   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               57/167 
11:19:38 #10 32.68   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         58/167 
11:19:38 #10 32.69   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       59/167 
11:19:38 #10 32.70   Installing       : libpsl-0.21.1-5.el9.x86_64                          60/167 
11:19:38 #10 32.70   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      61/167 
11:19:38 #10 32.74   Installing       : openssl-1:3.0.7-5.el9.x86_64                        62/167 
11:19:38 #10 32.76   Installing       : ncurses-6.2-8.20210508.el9.x86_64                   63/167 
11:19:38 #10 32.77   Installing       : perl-Digest-1.19-4.el9.noarch                       64/167 
11:19:38 #10 29.96 Preparing to unpack .../183-libarray-intspan-perl_2.004-2_all.deb ...
11:19:38 #10 29.96 Unpacking libarray-intspan-perl (2.004-2) ...
11:19:38 #10 29.99 Selecting previously unselected package libauthen-sasl-perl.
11:19:38 #10 30.00 Preparing to unpack .../184-libauthen-sasl-perl_2.1600-3_all.deb ...
11:19:38 #10 30.00 Unpacking libauthen-sasl-perl (2.1600-3) ...
11:19:38 #10 30.04 Selecting previously unselected package libdav1d6:arm64.
11:19:38 #10 30.04 Preparing to unpack .../185-libdav1d6_1.0.0-2_arm64.deb ...
11:19:38 #10 30.04 Unpacking libdav1d6:arm64 (1.0.0-2) ...
11:19:38 #10 30.09 Selecting previously unselected package libgav1-1:arm64.
11:19:38 #9 36.70 Preparing to unpack .../159-libparams-classify-perl_0.015-1_amd64.deb ...
11:19:38 #9 36.70 Unpacking libparams-classify-perl (0.015-1) ...
11:19:38 #9 36.75 Selecting previously unselected package libmodule-runtime-perl.
11:19:38 #9 36.75 Preparing to unpack .../160-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:38 #9 36.75 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:38 #9 36.78 Selecting previously unselected package libtry-tiny-perl.
11:19:38 #9 36.78 Preparing to unpack .../161-libtry-tiny-perl_0.30-1_all.deb ...
11:19:38 #9 36.79 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:38 #9 36.82 Selecting previously unselected package libmodule-implementation-perl.
11:19:38 #9 36.82 Preparing to unpack .../162-libmodule-implementation-perl_0.09-1_all.deb ...
11:19:38 #9 36.82 Unpacking libmodule-implementation-perl (0.09-1) ...
11:19:38 #9 36.85 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:38 #9 36.86 Preparing to unpack .../163-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:38 #9 36.86 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:38 #9 36.89 Selecting previously unselected package libvariable-magic-perl.
11:19:38 #9 36.89 Preparing to unpack .../164-libvariable-magic-perl_0.62-1_amd64.deb ...
11:19:38 #9 36.89 Unpacking libvariable-magic-perl (0.62-1) ...
11:19:38 #9 36.93 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:38 #11 34.13 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:19:38 #11 34.13 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:19:38 #11 34.16 Selecting previously unselected package dwz.
11:19:38 #11 34.16 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
11:19:38 #11 34.17 Unpacking dwz (0.13-5) ...
11:19:38 #11 34.22 Selecting previously unselected package libcroco3:amd64.
11:19:38 #11 34.23 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
11:19:38 #11 34.23 Unpacking libcroco3:amd64 (0.6.13-1) ...
11:19:38 #11 34.27 Selecting previously unselected package gettext.
11:19:38 #11 34.27 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
11:19:38 #11 34.27 Unpacking gettext (0.19.8.1-10build1) ...
11:19:38 #10 28.63 Selecting previously unselected package iso-codes.
11:19:38 #10 28.63 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
11:19:38 #10 28.64 Unpacking iso-codes (4.6.0-1) ...
11:19:38 #10 30.87 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:19:38 #10 30.94 Selecting previously unselected package libx11-6:arm64.
11:19:38 #10 30.94 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ...
11:19:38 #10 30.95 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
11:19:38 #10 31.02 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:19:38 #10 31.08 Selecting previously unselected package libxext6:arm64.
11:19:38 #10 31.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 ... 5097 files and directories currently installed.)
11:19:38 #10 31.08 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_arm64.deb ...
11:19:38 #10 31.08 Unpacking libxext6:arm64 (2:1.3.3-1) ...
11:19:38 #10 31.12 Selecting previously unselected package bsdmainutils.
11:19:38 #11 26.84 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:38 #11 26.98 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
11:19:38 #10 26.26 Fedora Modular 36 - aarch64                     2.5 MB/s | 2.3 MB     00:00    
11:19:38 #11 32.01 Get:332 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-form-perl all 6.10-1 [23.0 kB]
11:19:38 #11 32.01 Get:333 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-format-perl all 2.16-1 [38.2 kB]
11:19:38 #11 32.01 Get:334 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:19:38 #11 32.01 Get:335 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:19:38 #11 32.01 Get:336 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:19:38 #11 32.01 Get:337 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libindirect-perl amd64 0.39-2 [22.4 kB]
11:19:38 #11 32.01 Get:338 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:19:38 #11 24.80 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:19:38 #11 24.90 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
11:19:38 #11 24.90 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patch arm64 2.7.6-7build2 [105 kB]
11:19:38 #11 11.73 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
11:19:38 #10 36.35 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u5_amd64.deb ...
11:19:38 #10 36.36 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u5) ...
11:19:38 #10 36.41 Selecting previously unselected package libpcre2-8-0:amd64.
11:19:38 #10 36.41 Preparing to unpack .../163-libpcre2-8-0_10.32-5_amd64.deb ...
11:19:38 #10 36.42 Unpacking libpcre2-8-0:amd64 (10.32-5) ...
11:19:38 #10 36.46 Selecting previously unselected package liberror-perl.
11:19:38 #10 36.46 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ...
11:19:38 #10 36.47 Unpacking liberror-perl (0.17027-2) ...
11:19:38 #10 36.49 Selecting previously unselected package git-man.
11:19:38 #10 36.50 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u8_all.deb ...
11:19:38 #10 36.50 Unpacking git-man (1:2.20.1-2+deb10u8) ...
11:19:38 #10 32.90 Selecting previously unselected package liburi-perl.
11:19:38 #10 32.90 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
11:19:38 #10 32.90 Unpacking liburi-perl (5.08-1) ...
11:19:38 #10 32.94 Selecting previously unselected package libhtml-parser-perl.
11:19:38 #10 32.94 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
11:19:38 #10 32.94 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:19:38 #10 32.97 Selecting previously unselected package libhtml-tree-perl.
11:19:38 #10 32.97 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
11:19:38 #10 32.98 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:38 #10 33.02 Selecting previously unselected package libio-html-perl.
11:19:38 #10 33.02 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
11:19:38 #10 33.02 Unpacking libio-html-perl (1.004-2) ...
11:19:38 #10 33.05 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:38 #10 33.05 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:38 #10 33.05 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:38 #10 33.08 Selecting previously unselected package libhttp-message-perl.
11:19:38 #10 33.08 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
11:19:38 #10 33.08 Unpacking libhttp-message-perl (6.28-1) ...
11:19:38 #10 33.11 Selecting previously unselected package libhttp-cookies-perl.
11:19:38 #10 33.12 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:38 #10 33.12 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:38 #10 33.14 Selecting previously unselected package libhttp-negotiate-perl.
11:19:38 #10 33.15 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:38 #10 33.15 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:38 #10 33.18 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:38 #10 33.18 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
11:19:38 #10 33.18 Unpacking perl-openssl-defaults:amd64 (5) ...
11:19:38 #10 19.90 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
11:19:38 #10 19.90 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
11:19:38 #10 20.00 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:19:38 #10 20.00 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
11:19:38 #10 20.01 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
11:19:38 #10 20.06 Selecting previously unselected package libicu63:armhf.
11:19:38 #10 20.06 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_armhf.deb ...
11:19:38 #10 20.07 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
11:19:38 #10 ...
11:19:38 
11:19:38 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:38 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 4.1s done
11:19:38 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.1s
11:19:38 #10 31.95 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
11:19:38 #10 31.95 Unpacking libparams-validate-perl (1.29-1+b1) ...
11:19:38 #10 31.99 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:38 #10 31.99 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
11:19:38 #10 31.99 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
11:19:38 #10 32.02 Selecting previously unselected package libsort-versions-perl.
11:19:38 #10 32.02 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
11:19:38 #10 32.03 Unpacking libsort-versions-perl (1.62-1) ...
11:19:38 #10 32.06 Selecting previously unselected package libgit-wrapper-perl.
11:19:38 #10 32.06 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:38 #10 32.07 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:38 #10 32.10 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:38 #10 32.10 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:19:38 #10 32.11 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:19:38 #10 32.14 Selecting previously unselected package libio-prompter-perl.
11:19:38 #10 32.14 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
11:19:38 #10 32.14 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:38 #10 32.18 Selecting previously unselected package libjson-perl.
11:19:38 #11 27.41 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:19:38 #11 27.42 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB]
11:19:38 #11 27.42 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:19:38 #11 27.43 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:38 #11 27.44 Get:281 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:19:38 #11 27.44 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB]
11:19:38 #11 27.45 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:19:38 #11 27.45 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB]
11:19:38 #11 27.51 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB]
11:19:38 #11 27.51 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:19:38 #10 23.93   Installing       : perl-Net-SSLeay-1.92-2.el9.aarch64                  73/166 
11:19:38 #10 23.96   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               74/166 
11:19:38 #10 23.96   Installing       : perl-if-0.60.800-480.el9.noarch                     75/166 
11:19:38 #10 24.02   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 76/166 
11:19:38 #10 24.02   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                77/166 
11:19:38 #10 24.03   Installing       : perl-File-Path-2.18-4.el9.noarch                    78/166 
11:19:38 #10 24.06   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               79/166 
11:19:38 #10 24.07   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              80/166 
11:19:38 #10 24.08   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        81/166 
11:19:38 #10 24.10   Installing       : perl-Class-Struct-0.66-480.el9.noarch               82/166 
11:19:38 #10 24.11   Installing       : perl-POSIX-1.94-480.el9.aarch64                     83/166 
11:19:38 #10 24.13   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             84/166 
11:19:38 #10 24.14   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  85/166 
11:19:38 #10 24.14   Installing       : perl-subs-1.03-480.el9.noarch                       86/166 
11:19:38 #10 24.15   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             87/166 
11:19:38 #10 32.78   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                   65/167 
11:19:38 #10 32.81   Installing       : perl-B-1.80-480.el9.x86_64                          66/167 
11:19:38 #10 32.82   Installing       : perl-FileHandle-2.03-480.el9.noarch                 67/167 
11:19:38 #10 32.83   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 68/167 
11:19:38 #10 32.84   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64               69/167 
11:19:38 #10 32.85   Installing       : perl-libnet-3.13-4.el9.noarch                       70/167 
11:19:38 #10 32.86   Installing       : perl-base-2.27-480.el9.noarch                       71/167 
11:19:38 #10 32.88   Installing       : perl-URI-5.09-3.el9.noarch                          72/167 
11:19:38 #10 32.91   Installing       : perl-Net-SSLeay-1.92-2.el9.x86_64                   73/167 
11:19:38 #10 32.93   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               74/167 
11:19:38 #10 32.94   Installing       : perl-if-0.60.800-480.el9.noarch                     75/167 
11:19:38 #10 32.96   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 76/167 
11:19:38 #10 32.98   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                77/167 
11:19:38 #10 32.99   Installing       : perl-File-Path-2.18-4.el9.noarch                    78/167 
11:19:38 #10 30.10 Preparing to unpack .../186-libgav1-1_0.18.0-1+b1_arm64.deb ...
11:19:38 #10 30.10 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
11:19:38 #10 30.17 Selecting previously unselected package librav1e0:arm64.
11:19:38 #10 30.17 Preparing to unpack .../187-librav1e0_0.5.1-6_arm64.deb ...
11:19:38 #10 30.17 Unpacking librav1e0:arm64 (0.5.1-6) ...
11:19:38 #10 30.24 Selecting previously unselected package libsvtav1enc1:arm64.
11:19:38 #10 30.25 Preparing to unpack .../188-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
11:19:38 #10 30.25 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
11:19:38 #10 30.36 Selecting previously unselected package libjpeg62-turbo:arm64.
11:19:38 #10 30.37 Preparing to unpack .../189-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ...
11:19:38 #10 30.37 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ...
11:19:38 #10 30.41 Selecting previously unselected package libyuv0:arm64.
11:19:38 #10 30.42 Preparing to unpack .../190-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ...
11:19:38 #10 30.42 Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
11:19:38 #10 30.46 Selecting previously unselected package libavif15:arm64.
11:19:38 #10 30.46 Preparing to unpack .../191-libavif15_0.11.1-1_arm64.deb ...
11:19:38 #9 36.93 Preparing to unpack .../165-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:19:38 #9 36.93 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:19:38 #9 36.96 Selecting previously unselected package libhtml-tagset-perl.
11:19:38 #9 36.96 Preparing to unpack .../166-libhtml-tagset-perl_3.20-3_all.deb ...
11:19:38 #9 36.97 Unpacking libhtml-tagset-perl (3.20-3) ...
11:19:38 #9 37.00 Selecting previously unselected package liburi-perl.
11:19:38 #9 37.00 Preparing to unpack .../167-liburi-perl_1.73-1_all.deb ...
11:19:38 #9 37.02 Unpacking liburi-perl (1.73-1) ...
11:19:38 #9 37.06 Selecting previously unselected package libhtml-parser-perl.
11:19:38 #9 37.06 Preparing to unpack .../168-libhtml-parser-perl_3.72-3build1_amd64.deb ...
11:19:38 #9 37.07 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:19:38 #9 37.11 Selecting previously unselected package libcgi-pm-perl.
11:19:38 #9 37.11 Preparing to unpack .../169-libcgi-pm-perl_4.38-1_all.deb ...
11:19:38 #9 37.11 Unpacking libcgi-pm-perl (4.38-1) ...
11:19:38 #9 37.16 Selecting previously unselected package libfcgi-perl.
11:19:38 #9 37.16 Preparing to unpack .../170-libfcgi-perl_0.78-2build1_amd64.deb ...
11:19:38 #9 37.16 Unpacking libfcgi-perl (0.78-2build1) ...
11:19:38 #9 37.19 Selecting previously unselected package libcgi-fast-perl.
11:19:38 #9 37.19 Preparing to unpack .../171-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:19:38 #9 37.20 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:19:38 #9 37.23 Selecting previously unselected package libsub-name-perl.
11:19:38 #9 37.23 Preparing to unpack .../172-libsub-name-perl_0.21-1build1_amd64.deb ...
11:19:38 #9 37.23 Unpacking libsub-name-perl (0.21-1build1) ...
11:19:38 #9 37.26 Selecting previously unselected package libclass-accessor-perl.
11:19:38 #9 37.26 Preparing to unpack .../173-libclass-accessor-perl_0.51-1_all.deb ...
11:19:38 #11 34.38 Selecting previously unselected package intltool-debian.
11:19:38 #11 34.39 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:38 #11 34.39 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:38 #11 34.43 Selecting previously unselected package po-debconf.
11:19:38 #11 34.43 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
11:19:38 #11 34.43 Unpacking po-debconf (1.0.21) ...
11:19:38 #11 34.49 Selecting previously unselected package debhelper.
11:19:38 #11 34.49 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
11:19:38 #11 34.50 Unpacking debhelper (12.10ubuntu1) ...
11:19:38 #11 34.62 Selecting previously unselected package libfakeroot:amd64.
11:19:38 #11 34.62 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
11:19:38 #11 34.62 Unpacking libfakeroot:amd64 (1.24-1) ...
11:19:38 #11 34.66 Selecting previously unselected package fakeroot.
11:19:38 #11 34.67 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
11:19:38 #11 34.67 Unpacking fakeroot (1.24-1) ...
11:19:38 #11 34.71 Selecting previously unselected package libassuan0:amd64.
11:19:38 #11 34.71 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
11:19:38 #11 34.72 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:19:38 #10 28.99 Selecting previously unselected package libalgorithm-diff-perl.
11:19:38 #10 31.12 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
11:19:38 #10 31.12 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:19:38 #10 31.18 Selecting previously unselected package groff-base.
11:19:38 #10 31.18 Preparing to unpack .../002-groff-base_1.22.3-10_arm64.deb ...
11:19:38 #10 31.18 Unpacking groff-base (1.22.3-10) ...
11:19:38 #10 31.25 Selecting previously unselected package libgdbm5:arm64.
11:19:38 #10 31.25 Preparing to unpack .../003-libgdbm5_1.14.1-6_arm64.deb ...
11:19:38 #10 31.26 Unpacking libgdbm5:arm64 (1.14.1-6) ...
11:19:38 #10 31.30 Selecting previously unselected package libpipeline1:arm64.
11:19:38 #10 31.30 Preparing to unpack .../004-libpipeline1_1.5.0-1_arm64.deb ...
11:19:38 #10 31.30 Unpacking libpipeline1:arm64 (1.5.0-1) ...
11:19:38 #10 31.35 Selecting previously unselected package man-db.
11:19:38 #10 31.35 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
11:19:38 #10 31.36 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:19:38 #10 31.46 Selecting previously unselected package perl-modules-5.26.
11:19:38 #10 31.46 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:19:38 #11 26.98 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:38 #11 26.99 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB]
11:19:38 #11 27.01 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:38 #11 27.01 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:38 #11 27.02 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B]
11:19:38 #11 27.02 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB]
11:19:38 #11 27.09 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:38 #11 27.13 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
11:19:38 #11 32.41 Get:339 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:19:38 #11 32.49 Get:340 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
11:19:38 #21 7.780 + apt-get  install --no-install-recommends -y gcc-mingw-w64-x86-64
11:19:38 #21 7.789 Reading package lists...
11:19:38 #11 24.93 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lto-disabled-list all 35 [12.2 kB]
11:19:38 #11 24.93 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:19:38 #11 25.04 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
11:19:38 #11 25.04 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:19:38 #11 11.75 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
11:19:38 #11 11.75 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:19:38 #10 36.62 Selecting previously unselected package git.
11:19:38 #10 36.63 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u8_amd64.deb ...
11:19:38 #10 36.64 Unpacking git (1:2.20.1-2+deb10u8) ...
11:19:38 #11 28.45 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
11:19:38 #11 28.68 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:38 #10 33.21 Selecting previously unselected package libnet-ssleay-perl.
11:19:38 #10 33.21 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
11:19:38 #10 33.21 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:19:38 #10 33.27 Selecting previously unselected package libio-socket-ssl-perl.
11:19:38 #10 33.27 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
11:19:38 #10 33.27 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:19:38 #10 33.31 Selecting previously unselected package libnet-http-perl.
11:19:38 #10 33.32 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
11:19:38 #10 33.32 Unpacking libnet-http-perl (6.20-1) ...
11:19:38 #10 33.34 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:38 #10 33.35 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:38 #10 33.35 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:38 #10 33.37 Selecting previously unselected package libtry-tiny-perl.
11:19:38 #10 33.37 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
11:19:38 #10 33.38 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:38 #10 33.40 Selecting previously unselected package libwww-robotrules-perl.
11:19:38 #10 33.40 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:38 #10 33.40 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:38 #10 33.43 Selecting previously unselected package libwww-perl.
11:19:38 #10 32.18 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
11:19:38 #10 32.18 Unpacking libjson-perl (4.02000-1) ...
11:19:38 #10 32.22 Selecting previously unselected package liblog-any-perl.
11:19:38 #10 32.23 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
11:19:38 #10 32.23 Unpacking liblog-any-perl (1.707-1) ...
11:19:38 #10 32.26 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:38 #10 32.27 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:19:38 #10 32.27 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:19:38 #10 32.30 Selecting previously unselected package libpackage-stash-perl.
11:19:38 #10 32.30 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
11:19:38 #10 32.30 Unpacking libpackage-stash-perl (0.38-1) ...
11:19:38 #10 32.34 Selecting previously unselected package libsub-identify-perl.
11:19:38 #10 32.34 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
11:19:38 #10 32.34 Unpacking libsub-identify-perl (0.14-1+b1) ...
11:19:38 #10 32.37 Selecting previously unselected package libnamespace-clean-perl.
11:19:38 #10 32.38 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:38 #10 32.38 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:38 #10 32.41 Selecting previously unselected package libpath-tiny-perl.
11:19:38 #11 27.66 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:19:38 #11 27.74 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB]
11:19:38 #11 27.90 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:19:38 #11 27.91 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:38 #10 24.18   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 88/166 
11:19:38 #10 24.19   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   89/166 
11:19:38 #10 24.23   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 90/166 
11:19:38 #10 24.24   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   91/166 
11:19:38 #10 24.25   Installing       : perl-SelectSaver-1.02-480.el9.noarch                92/166 
11:19:38 #10 24.28   Installing       : perl-Symbol-1.08-480.el9.noarch                     93/166 
11:19:38 #10 24.29   Installing       : perl-File-stat-1.09-480.el9.noarch                  94/166 
11:19:38 #10 24.30   Installing       : perl-podlators-1:4.14-460.el9.noarch                95/166 
11:19:38 #10 24.34   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             96/166 
11:19:38 #10 24.35   Installing       : perl-Fcntl-1.13-480.el9.aarch64                     97/166 
11:19:38 #10 24.35   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            98/166 
11:19:38 #10 24.38   Installing       : perl-mro-1.23-480.el9.aarch64                       99/166 
11:19:38 #10 33.01   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               79/167 
11:19:38 #10 33.02   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              80/167 
11:19:38 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.1s
11:19:38 #10 33.03   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        81/167 
11:19:38 #10 33.04   Installing       : perl-Class-Struct-0.66-480.el9.noarch               82/167 
11:19:38 #10 33.05   Installing       : perl-POSIX-1.94-480.el9.x86_64                      83/167 
11:19:38 #10 33.05   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             84/167 
11:19:38 #10 33.06   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  85/167 
11:19:38 #10 33.07   Installing       : perl-subs-1.03-480.el9.noarch                       86/167 
11:19:38 #10 33.08   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             87/167 
11:19:38 #10 33.09   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 88/167 
11:19:38 #10 33.10   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   89/167 
11:19:38 #10 33.11   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 90/167 
11:19:38 #10 33.12   Installing       : perl-Socket-4:2.031-4.el9.x86_64                    91/167 
11:19:38 #10 33.13   Installing       : perl-SelectSaver-1.02-480.el9.noarch                92/167 
11:19:38 #10 33.14   Installing       : perl-Symbol-1.08-480.el9.noarch                     93/167 
11:19:38 #10 33.14   Installing       : perl-File-stat-1.09-480.el9.noarch                  94/167 
11:19:38 #10 33.16   Installing       : perl-podlators-1:4.14-460.el9.noarch                95/167 
11:19:38 #10 33.17   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             96/167 
11:19:38 #10 33.17   Installing       : perl-Fcntl-1.13-480.el9.x86_64                      97/167 
11:19:38 #10 33.18   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            98/167 
11:19:38 #10 33.19   Installing       : perl-mro-1.23-480.el9.x86_64                        99/167 
11:19:38 #10 33.20   Installing       : perl-IO-1.43-480.el9.x86_64                        100/167 
11:19:38 #10 33.21   Installing       : perl-overloading-0.02-480.el9.noarch               101/167 
11:19:38 #10 6.745 Reading package lists...
11:19:38 #10 7.988 Building dependency tree...
11:19:38 #10 8.193 Reading state information...
11:19:38 #10 30.47 Unpacking libavif15:arm64 (0.11.1-1) ...
11:19:38 #10 30.50 Selecting previously unselected package libmodule-implementation-perl.
11:19:38 #10 30.51 Preparing to unpack .../192-libmodule-implementation-perl_0.09-2_all.deb ...
11:19:38 #10 30.51 Unpacking libmodule-implementation-perl (0.09-2) ...
11:19:38 #10 30.55 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:38 #10 30.55 Preparing to unpack .../193-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
11:19:38 #10 30.55 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
11:19:38 #10 30.58 Selecting previously unselected package libvariable-magic-perl.
11:19:38 #10 30.59 Preparing to unpack .../194-libvariable-magic-perl_0.63-1+b1_arm64.deb ...
11:19:38 #10 30.59 Unpacking libvariable-magic-perl (0.63-1+b1) ...
11:19:38 #10 30.62 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:38 #10 30.63 Preparing to unpack .../195-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:19:38 #10 30.63 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:19:38 #10 30.66 Selecting previously unselected package libberkeleydb-perl:arm64.
11:19:38 #10 30.66 Preparing to unpack .../196-libberkeleydb-perl_0.64-2+b1_arm64.deb ...
11:19:38 #10 30.67 Unpacking libberkeleydb-perl:arm64 (0.64-2+b1) ...
11:19:38 #10 30.71 Selecting previously unselected package libpng16-16:arm64.
11:19:38 #10 35.11 Selecting previously unselected package libfakeroot:amd64.
11:19:38 #10 35.11 Preparing to unpack .../096-libfakeroot_1.29-1_amd64.deb ...
11:19:38 #10 35.11 Unpacking libfakeroot:amd64 (1.29-1) ...
11:19:38 #10 35.14 Selecting previously unselected package fakeroot.
11:19:38 #10 35.15 Preparing to unpack .../097-fakeroot_1.29-1_amd64.deb ...
11:19:38 #10 35.15 Unpacking fakeroot (1.29-1) ...
11:19:38 #10 35.19 Selecting previously unselected package libassuan0:amd64.
11:19:38 #10 35.19 Preparing to unpack .../098-libassuan0_2.5.5-5_amd64.deb ...
11:19:38 #10 35.20 Unpacking libassuan0:amd64 (2.5.5-5) ...
11:19:38 #10 35.23 Selecting previously unselected package gpgconf.
11:19:38 #10 35.23 Preparing to unpack .../099-gpgconf_2.2.40-1_amd64.deb ...
11:19:38 #10 35.23 Unpacking gpgconf (2.2.40-1) ...
11:19:38 #10 35.28 Selecting previously unselected package libksba8:amd64.
11:19:38 #10 35.28 Preparing to unpack .../100-libksba8_1.6.3-2_amd64.deb ...
11:19:38 #10 35.28 Unpacking libksba8:amd64 (1.6.3-2) ...
11:19:38 #10 35.33 Selecting previously unselected package libnpth0:amd64.
11:19:38 #10 35.33 Preparing to unpack .../101-libnpth0_1.6-3_amd64.deb ...
11:19:38 #10 35.33 Unpacking libnpth0:amd64 (1.6-3) ...
11:19:38 #10 35.36 Selecting previously unselected package dirmngr.
11:19:38 #10 35.36 Preparing to unpack .../102-dirmngr_2.2.40-1_amd64.deb ...
11:19:38 #10 35.38 Unpacking dirmngr (2.2.40-1) ...
11:19:38 #10 35.44 Selecting previously unselected package gnupg-l10n.
11:19:38 #10 35.44 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
11:19:38 #10 35.45 Unpacking gnupg-l10n (2.2.40-1) ...
11:19:38 #10 35.54 Selecting previously unselected package gnupg-utils.
11:19:38 #9 37.27 Unpacking libclass-accessor-perl (0.51-1) ...
11:19:38 #9 37.30 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:38 #9 37.30 Preparing to unpack .../174-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:19:38 #9 37.30 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:19:38 #9 37.33 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:38 #9 37.33 Preparing to unpack .../175-libclass-xsaccessor-perl_1.19-2build8_amd64.deb ...
11:19:38 #9 37.33 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:19:38 #9 37.37 Selecting previously unselected package libclone-perl.
11:19:38 #9 37.37 Preparing to unpack .../176-libclone-perl_0.39-1_amd64.deb ...
11:19:38 #9 37.37 Unpacking libclone-perl (0.39-1) ...
11:19:38 #9 37.40 Selecting previously unselected package libdata-dump-perl.
11:19:38 #9 37.40 Preparing to unpack .../177-libdata-dump-perl_1.23-1_all.deb ...
11:19:38 #9 37.40 Unpacking libdata-dump-perl (1.23-1) ...
11:19:38 #9 37.43 Selecting previously unselected package libparams-util-perl.
11:19:38 #9 37.43 Preparing to unpack .../178-libparams-util-perl_1.07-3build3_amd64.deb ...
11:19:38 #9 37.44 Unpacking libparams-util-perl (1.07-3build3) ...
11:19:38 #9 37.47 Selecting previously unselected package libsub-install-perl.
11:19:38 #11 34.75 Selecting previously unselected package gpgconf.
11:19:38 #11 34.76 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:38 #11 34.76 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:19:38 #11 34.82 Selecting previously unselected package libksba8:amd64.
11:19:38 #11 34.82 Preparing to unpack .../142-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
11:19:38 #11 34.83 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:19:38 #11 34.88 Selecting previously unselected package libnpth0:amd64.
11:19:38 #11 34.88 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
11:19:38 #11 34.88 Unpacking libnpth0:amd64 (1.6-1) ...
11:19:38 #11 34.92 Selecting previously unselected package dirmngr.
11:19:38 #10 28.99 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
11:19:38 #10 29.00 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:19:38 #10 29.03 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:38 #10 29.03 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
11:19:38 #10 29.03 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:19:38 #10 29.06 Selecting previously unselected package libalgorithm-merge-perl.
11:19:38 #10 29.07 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:38 #10 29.07 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:38 #10 29.10 Selecting previously unselected package libaliased-perl.
11:19:38 #10 29.10 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
11:19:38 #10 29.10 Unpacking libaliased-perl (0.34-1.1) ...
11:19:38 #10 29.13 Selecting previously unselected package libapt-pkg-perl.
11:19:38 #10 29.14 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
11:19:38 #10 29.15 Unpacking libapt-pkg-perl (0.1.39) ...
11:19:38 #10 29.19 Selecting previously unselected package libarchive-cpio-perl.
11:19:38 #10 29.19 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:19:38 #10 29.19 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:19:38 #10 29.23 Selecting previously unselected package libarchive13:arm64.
11:19:38 #10 31.46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:19:38 #12 21.17 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:19:36 2023.
11:19:38 #11 32.65 Get:341 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:19:38 #11 32.66 Get:342 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:19:38 #11 32.68 Get:343 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:19:38 #11 32.73 Get:344 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:38 #11 32.75 Get:345 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
11:19:38 #11 32.76 Get:346 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:19:38 #11 32.77 Get:347 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl7 amd64 2.4.7-4 [40.3 kB]
11:19:38 #11 32.78 Get:348 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl-dev amd64 2.4.7-4 [169 kB]
11:19:38 #21 8.304 Building dependency tree...
11:19:38 #21 8.427 Reading state information...
11:19:38 #21 8.552 The following additional packages will be installed:
11:19:38 #21 8.552   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:19:38 #21 8.552   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:19:38 #21 8.553   gcc-mingw-w64-x86-64-win32-runtime mingw-w64-common mingw-w64-x86-64-dev
11:19:38 #21 8.554 Suggested packages:
11:19:38 #21 8.554   gcc-10-locales wine64
11:19:38 #21 8.601 The following NEW packages will be installed:
11:19:38 #21 8.601   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64
11:19:38 #21 8.601   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:19:38 #21 8.602   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime
11:19:38 #21 8.602   mingw-w64-common mingw-w64-x86-64-dev
11:19:38 #11 25.06 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
11:19:38 #11 25.06 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
11:19:38 #11 12.16 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
11:19:38 #11 12.23 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:19:38 #10 33.20 Fedora 36 openh264 (From Cisco) - x86_64        2.7 kB/s | 2.5 kB     00:00    
11:19:38 #10 34.35 Fedora Modular 36 - x86_64                      2.6 MB/s | 2.4 MB     00:00    
11:19:38 #10 33.43 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
11:19:38 #10 33.43 Unpacking libwww-perl (6.52-1) ...
11:19:38 #10 33.47 Selecting previously unselected package patchutils.
11:19:38 #10 33.48 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
11:19:38 #10 33.48 Unpacking patchutils (0.4.2-1) ...
11:19:38 #10 33.51 Selecting previously unselected package wdiff.
11:19:38 #10 33.51 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
11:19:38 #10 33.51 Unpacking wdiff (1.2.2-2+b1) ...
11:19:38 #10 33.56 Selecting previously unselected package devscripts.
11:19:38 #10 33.56 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
11:19:38 #10 33.58 Unpacking devscripts (2.21.3+deb11u1) ...
11:19:38 #10 33.70 Selecting previously unselected package diffstat.
11:19:38 #10 32.41 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
11:19:38 #10 32.42 Unpacking libpath-tiny-perl (0.108-1) ...
11:19:38 #10 32.45 Selecting previously unselected package libtype-tiny-perl.
11:19:38 #10 32.45 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
11:19:38 #10 32.45 Unpacking libtype-tiny-perl (1.004004-1) ...
11:19:38 #10 32.51 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:38 #10 32.51 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
11:19:38 #10 32.51 Unpacking libgitlab-api-v4-perl (0.16-1) ...
11:19:38 #10 32.55 Selecting previously unselected package libglib2.0-data.
11:19:38 #10 32.55 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
11:19:38 #10 32.56 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
11:19:38 #11 27.97 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB]
11:19:38 #11 28.00 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:38 #11 28.01 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB]
11:19:38 #11 28.02 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB]
11:19:38 #11 28.03 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl-dev arm64 2.4.6-14 [162 kB]
11:19:38 #11 28.08 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:38 #11 28.08 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:38 #10 24.39   Installing       : perl-IO-1.43-480.el9.aarch64                       100/166 
11:19:38 #10 24.41   Installing       : perl-overloading-0.02-480.el9.noarch               101/166 
11:19:38 #10 24.42   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 102/166 
11:19:38 #10 24.43   Installing       : perl-Errno-1.30-480.el9.aarch64                    103/166 
11:19:38 #10 24.45   Installing       : perl-File-Basename-2.85-480.el9.noarch             104/166 
11:19:38 #10 24.45   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                105/166 
11:19:38 #10 24.46   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                106/166 
11:19:38 #10 24.52   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      107/166 
11:19:38 #10 24.52   Installing       : perl-constant-1.33-461.el9.noarch                  108/166 
11:19:38 #10 24.53   Installing       : perl-Storable-1:3.21-460.el9.aarch64               109/166 
11:19:38 #10 24.56   Installing       : perl-overload-1.31-480.el9.noarch                  110/166 
11:19:38 #10 24.56   Installing       : perl-parent-1:0.238-460.el9.noarch                 111/166 
11:19:38 #10 24.57   Installing       : perl-vars-1.05-480.el9.noarch                      112/166 
11:19:38 #10 24.60   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               113/166 
11:19:38 #10 24.60   Installing       : perl-Carp-1.50-460.el9.noarch                      114/166 
11:19:38 #10 24.61   Installing       : perl-Exporter-5.74-461.el9.noarch                  115/166 
11:19:38 #10 10.47 The following NEW packages will be installed:
11:19:38 #10 10.47   autoconf automake autopoint autotools-dev binutils
11:19:38 #10 10.47   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:19:38 #10 10.47   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:19:38 #10 10.47   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
11:19:38 #10 10.47   intltool-debian libarchive-zip-perl libasan6 libatomic1
11:19:38 #10 10.47   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
11:19:38 #10 10.47   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
11:19:38 #10 10.47   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:19:38 #10 10.48   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:19:38 #10 10.48   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:19:38 #10 10.48   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:19:38 #10 10.48   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:19:38 #10 10.48   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:38 #10 10.48   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:19:38 #10 10.48   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:19:38 #10 10.48   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:19:38 #10 10.48   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:19:38 #10 10.48   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:19:38 #10 10.48   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:19:38 #10 10.48   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:19:38 #10 10.48   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:19:38 #10 10.48   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:19:38 #10 10.48   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:19:38 #10 10.48   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:19:38 #10 10.48   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:19:38 #10 10.48   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:19:38 #10 10.48   sensible-utils wdiff xz-utils
11:19:38 #10 10.48 The following packages will be upgraded:
11:19:38 #10 10.48   curl libc6 libcurl4
11:19:38 #10 33.22   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 102/167 
11:19:38 #10 33.23   Installing       : perl-Errno-1.30-480.el9.x86_64                     103/167 
11:19:38 #10 33.23   Installing       : perl-File-Basename-2.85-480.el9.noarch             104/167 
11:19:38 #10 33.24   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                105/167 
11:19:38 #10 33.24   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 106/167 
11:19:38 #10 33.25   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       107/167 
11:19:38 #10 33.26   Installing       : perl-constant-1.33-461.el9.noarch                  108/167 
11:19:38 #10 33.26   Installing       : perl-Storable-1:3.21-460.el9.x86_64                109/167 
11:19:38 #10 33.27   Installing       : perl-overload-1.31-480.el9.noarch                  110/167 
11:19:38 #10 33.27   Installing       : perl-parent-1:0.238-460.el9.noarch                 111/167 
11:19:38 #10 33.28   Installing       : perl-vars-1.05-480.el9.noarch                      112/167 
11:19:38 #10 33.29   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               113/167 
11:19:38 #10 33.29   Installing       : perl-Carp-1.50-460.el9.noarch                      114/167 
11:19:38 #10 33.30   Installing       : perl-Exporter-5.74-461.el9.noarch                  115/167 
11:19:38 #10 33.31   Installing       : perl-NDBM_File-1.15-480.el9.x86_64                 116/167 
11:19:38 #10 33.32   Installing       : perl-PathTools-3.78-461.el9.x86_64                 117/167 
11:19:38 #10 33.39   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  118/167 
11:19:38 #10 30.71 Preparing to unpack .../197-libpng16-16_1.6.39-2_arm64.deb ...
11:19:38 #10 30.72 Unpacking libpng16-16:arm64 (1.6.39-2) ...
11:19:38 #10 30.78 Selecting previously unselected package libfreetype6:arm64.
11:19:38 #10 30.78 Preparing to unpack .../198-libfreetype6_2.12.1+dfsg-4_arm64.deb ...
11:19:38 #10 30.78 Unpacking libfreetype6:arm64 (2.12.1+dfsg-4) ...
11:19:38 #10 30.84 Selecting previously unselected package libfontconfig1:arm64.
11:19:38 #10 30.84 Preparing to unpack .../199-libfontconfig1_2.14.1-4_arm64.deb ...
11:19:38 #10 30.85 Unpacking libfontconfig1:arm64 (2.14.1-4) ...
11:19:38 #10 30.90 Selecting previously unselected package libde265-0:arm64.
11:19:38 #10 30.90 Preparing to unpack .../200-libde265-0_1.0.11-1_arm64.deb ...
11:19:38 #10 30.90 Unpacking libde265-0:arm64 (1.0.11-1) ...
11:19:38 #10 30.96 Selecting previously unselected package libnuma1:arm64.
11:19:38 #10 8.496 The following additional packages will be installed:
11:19:38 #10 8.496   autoconf automake autopoint autotools-dev binutils
11:19:38 #10 8.496   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
11:19:38 #10 8.496   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:19:38 #10 8.496   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
11:19:38 #10 8.496   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
11:19:38 #10 8.496   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:19:38 #10 8.496   libcroco3 libcurl3-gnutls libcurl4 libdebhelper-perl
11:19:38 #10 8.496   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
11:19:38 #10 8.496   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:19:38 #10 8.496   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
11:19:38 #10 8.496   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
11:19:38 #10 8.496   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
11:19:38 #10 8.496   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:19:38 #10 8.496   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
11:19:38 #10 8.496   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:19:38 #10 8.496   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
11:19:38 #10 8.496   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:19:38 #10 8.496   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
11:19:38 #10 8.496   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
11:19:38 #10 8.496   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:19:38 #10 8.496   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
11:19:38 #10 8.496   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:19:38 #10 8.496   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:19:38 #10 8.496   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:38 #10 8.496   po-debconf python3 python3-minimal python3.7 python3.7-minimal
11:19:38 #10 8.496   sensible-utils wdiff xz-utils
11:19:38 #10 8.496 Suggested packages:
11:19:38 #10 8.496   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:19:38 #10 8.496   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
11:19:38 #10 8.496   autopkgtest bls-standalone bsd-mailx | mailx build-essential
11:19:38 #10 8.496   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:19:38 #10 8.496   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
11:19:38 #10 8.496   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:19:38 #10 8.496   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:19:38 #10 8.496   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:19:38 #10 8.496   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
11:19:38 #10 8.496   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
11:19:38 #10 8.496   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
11:19:38 #10 8.496   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:19:38 #10 8.496   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:19:38 #10 8.496   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:19:38 #10 8.496   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:19:38 #10 8.496   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:19:38 #10 8.496   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:19:38 #10 8.496   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:38 #10 8.496   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:19:38 #10 8.496   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
11:19:38 #10 8.496   python3.7-doc binfmt-support wdiff-doc
11:19:38 #10 8.496 Recommended packages:
11:19:38 #10 8.496   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:19:38 #10 8.496   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:19:38 #10 8.496   licensecheck lintian python3-apt python3-debian python3-magic
11:19:38 #10 8.496   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:19:38 #10 8.496   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:19:38 #10 8.496   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
11:19:38 #10 8.496   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
11:19:38 #10 8.496   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
11:19:38 #10 8.496   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
11:19:38 #10 8.496   libmail-sendmail-perl
11:19:38 #10 35.55 Preparing to unpack .../104-gnupg-utils_2.2.40-1_amd64.deb ...
11:19:38 #10 35.55 Unpacking gnupg-utils (2.2.40-1) ...
11:19:38 #10 35.63 Selecting previously unselected package gpg.
11:19:38 #10 35.63 Preparing to unpack .../105-gpg_2.2.40-1_amd64.deb ...
11:19:38 #10 35.64 Unpacking gpg (2.2.40-1) ...
11:19:38 #10 35.71 Selecting previously unselected package pinentry-curses.
11:19:38 #10 35.72 Preparing to unpack .../106-pinentry-curses_1.2.1-1_amd64.deb ...
11:19:38 #10 35.72 Unpacking pinentry-curses (1.2.1-1) ...
11:19:38 #10 35.78 Selecting previously unselected package gpg-agent.
11:19:38 #10 35.78 Preparing to unpack .../107-gpg-agent_2.2.40-1_amd64.deb ...
11:19:38 #10 35.79 Unpacking gpg-agent (2.2.40-1) ...
11:19:38 #9 37.47 Preparing to unpack .../179-libsub-install-perl_0.928-1_all.deb ...
11:19:38 #9 37.47 Unpacking libsub-install-perl (0.928-1) ...
11:19:38 #9 37.50 Selecting previously unselected package libdata-optlist-perl.
11:19:38 #9 37.50 Preparing to unpack .../180-libdata-optlist-perl_0.110-1_all.deb ...
11:19:38 #9 37.51 Unpacking libdata-optlist-perl (0.110-1) ...
11:19:38 #9 37.54 Selecting previously unselected package libdevel-globaldestruction-perl.
11:19:38 #9 37.54 Preparing to unpack .../181-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:19:38 #9 37.54 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:19:38 #9 37.59 Selecting previously unselected package libdigest-hmac-perl.
11:19:38 #9 37.60 Preparing to unpack .../182-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:19:38 #9 37.60 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:19:38 #9 37.63 Selecting previously unselected package libdistro-info-perl.
11:19:38 #9 37.63 Preparing to unpack .../183-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:19:38 #9 37.64 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:19:38 #9 37.66 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:38 #9 37.66 Preparing to unpack .../184-perl-openssl-defaults_3build1_amd64.deb ...
11:19:38 #9 37.67 Unpacking perl-openssl-defaults:amd64 (3build1) ...
11:19:38 #9 37.69 Selecting previously unselected package libnet-ssleay-perl.
11:19:38 #9 37.70 Preparing to unpack .../185-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
11:19:38 #11 34.92 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:38 #11 34.94 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:19:38 #11 35.00 Selecting previously unselected package gnupg-l10n.
11:19:38 #11 35.00 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:19:38 #11 35.00 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:19:38 #11 35.04 Selecting previously unselected package gnupg-utils.
11:19:38 #11 35.04 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:38 #11 35.05 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:19:38 #11 35.12 Selecting previously unselected package gpg.
11:19:38 #11 35.12 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:38 #11 35.13 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:19:38 #10 29.23 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
11:19:38 #10 29.24 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:19:38 #10 29.29 Selecting previously unselected package libarray-intspan-perl.
11:19:38 #10 29.29 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
11:19:38 #10 29.30 Unpacking libarray-intspan-perl (2.004-1) ...
11:19:38 #10 29.33 Selecting previously unselected package libauthen-sasl-perl.
11:19:38 #10 29.33 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:19:38 #10 29.34 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:19:38 #10 29.37 Selecting previously unselected package libmodule-implementation-perl.
11:19:38 #10 29.37 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:19:38 #10 29.37 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:19:38 #10 29.40 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:38 #10 29.40 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:38 #10 29.41 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:38 #10 29.43 Selecting previously unselected package libvariable-magic-perl.
11:19:38 #10 31.78 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:38 #10 31.78 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_arm64.deb ...
11:19:38 #10 31.79 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
11:19:38 #10 31.82 Selecting previously unselected package libperl5.26:arm64.
11:19:38 #10 31.83 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_arm64.deb ...
11:19:38 #10 31.83 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
11:19:39 #11 32.83 Get:349 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
11:19:39 #21 8.871 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
11:19:39 #21 8.871 Need to get 87.4 MB of archives.
11:19:39 #21 8.871 After this operation, 508 MB of additional disk space will be used.
11:19:39 #21 8.871 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]
11:19:39 #21 8.899 Get:2 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
11:19:39 #21 8.901 Get:3 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:19:39 #21 8.937 Get:4 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:19:39 #11 27.52 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:39 #11 27.60 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:39 #11 27.64 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:39 #11 27.69 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB]
11:19:39 #11 25.47 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
11:19:39 #11 12.25 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0ubuntu1 [154 kB]
11:19:39 #11 12.46 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]
11:19:39 #10 37.21 Selecting previously unselected package libgc1c2:amd64.
11:19:39 #10 37.21 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
11:19:39 #10 37.23 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
11:19:39 #10 37.27 Selecting previously unselected package libltdl7:amd64.
11:19:39 #10 37.27 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ...
11:19:39 #10 37.28 Unpacking libltdl7:amd64 (2.4.6-9) ...
11:19:39 #10 37.32 Selecting previously unselected package guile-2.2-libs:amd64.
11:19:39 #10 37.32 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ...
11:19:39 #10 37.32 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
11:19:39 #10 33.71 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
11:19:39 #10 33.71 Unpacking diffstat (1.64-1) ...
11:19:39 #10 33.74 Selecting previously unselected package distro-info-data.
11:19:39 #10 33.74 Preparing to unpack .../148-distro-info-data_0.51+deb11u3_all.deb ...
11:19:39 #10 33.74 Unpacking distro-info-data (0.51+deb11u3) ...
11:19:39 #10 33.77 Selecting previously unselected package python3-pkg-resources.
11:19:39 #10 33.77 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
11:19:39 #10 33.77 Unpacking python3-pkg-resources (52.0.0-4) ...
11:19:39 #10 33.82 Selecting previously unselected package python3-chardet.
11:19:39 #10 33.82 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
11:19:39 #10 33.82 Unpacking python3-chardet (4.0.0-1) ...
11:19:39 #10 33.86 Selecting previously unselected package python3-six.
11:19:39 #10 33.86 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
11:19:39 #10 33.87 Unpacking python3-six (1.16.0-2) ...
11:19:39 #10 33.90 Selecting previously unselected package python3-debian.
11:19:39 #10 33.90 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
11:19:39 #10 33.91 Unpacking python3-debian (0.1.39) ...
11:19:39 #10 33.95 Selecting previously unselected package libgpgme11:amd64.
11:19:39 #10 33.49 Fedora 37 openh264 (From Cisco) - x86_64        2.4 kB/s | 2.5 kB     00:01    
11:19:39 #10 32.69 Selecting previously unselected package libgpm2:arm64.
11:19:39 #10 32.69 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
11:19:39 #10 32.70 Unpacking libgpm2:arm64 (1.20.7-5) ...
11:19:39 #10 32.74 Selecting previously unselected package libidn11:arm64.
11:19:39 #10 32.74 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
11:19:39 #10 32.75 Unpacking libidn11:arm64 (1.33-2.2) ...
11:19:39 #10 32.79 Selecting previously unselected package libntlm0:arm64.
11:19:39 #10 32.80 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
11:19:39 #10 32.80 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
11:19:39 #10 32.84 Selecting previously unselected package libgsasl7.
11:19:39 #10 32.84 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
11:19:39 #10 32.85 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
11:19:39 #10 32.90 Selecting previously unselected package libhtml-form-perl.
11:19:39 #11 29.02 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:19:39 #11 29.02 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.8 [279 kB]
11:19:39 #11 29.05 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:39 #11 29.05 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.8 [953 kB]
11:19:39 #11 29.10 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.8 [3162 kB]
11:19:39 #11 28.24 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-aliases-perl all 0.001006-1 [7176 B]
11:19:39 #11 28.31 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:19:39 #11 28.33 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-struct-perl all 0.017-1 [23.4 kB]
11:19:39 #11 28.41 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-sec-perl arm64 1.15-1 [44.1 kB]
11:19:39 #11 28.48 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-libidn-perl arm64 0.12.ds-3build2 [17.3 kB]
11:19:39 #10 24.63   Installing       : perl-NDBM_File-1.15-480.el9.aarch64                116/166 
11:19:39 #10 24.65   Installing       : perl-PathTools-3.78-461.el9.aarch64                117/166 
11:19:39 #10 24.72   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 118/166 
11:19:39 #10 24.87   Installing       : perl-libs-4:5.32.1-480.el9.aarch64                 119/166 
11:19:39 #10 33.49   Installing       : perl-libs-4:5.32.1-480.el9.x86_64                  119/167 
11:19:39 #10 33.50   Installing       : perl-interpreter-4:5.32.1-480.el9.x86_64           120/167 
11:19:39 #10 33.51   Installing       : kernel-srpm-macros-1.0-12.el9.noarch               121/167 
11:19:39 #10 33.51   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           122/167 
11:19:39 #10 33.52   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  123/167 
11:19:39 #10 33.52   Installing       : python-srpm-macros-3.9-52.el9.noarch               124/167 
11:19:39 #10 33.53   Installing       : redhat-rpm-config-199-1.el9.noarch                 125/167 
11:19:39 #10 33.54   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     126/167 
11:19:39 #10 33.58   Installing       : libutempter-1.2.1-6.el9.x86_64                     126/167 
11:19:39 #10 33.60   Installing       : libselinux-utils-3.5-1.el9.x86_64                  127/167 
11:19:39 #10 33.61   Installing       : libpng-2:1.6.37-12.el9.x86_64                      128/167 
11:19:39 #10 33.63   Installing       : gdk-pixbuf2-2.42.6-3.el9.x86_64                    129/167 
11:19:39 #10 33.64   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     130/167 
11:19:39 #10 33.65   Installing       : pkgconf-1.7.3-10.el9.x86_64                        131/167 
11:19:39 #10 33.65   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             132/167 
11:19:39 #10 33.66   Installing       : libpipeline-1.5.3-4.el9.x86_64                     133/167 
11:19:39 #10 33.66   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          134/167 
11:19:39 #10 33.69   Installing       : man-db-2.9.3-7.el9.x86_64                          134/167 
11:19:39 #10 33.70   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          134/167 
11:19:39 #10 30.96 Preparing to unpack .../201-libnuma1_2.0.16-1_arm64.deb ...
11:19:39 #10 30.97 Unpacking libnuma1:arm64 (2.0.16-1) ...
11:19:39 #10 31.02 Selecting previously unselected package libx265-199:arm64.
11:19:39 #10 31.02 Preparing to unpack .../202-libx265-199_3.5-2+b1_arm64.deb ...
11:19:39 #10 31.03 Unpacking libx265-199:arm64 (3.5-2+b1) ...
11:19:39 #10 31.12 Selecting previously unselected package libheif1:arm64.
11:19:39 #10 31.12 Preparing to unpack .../203-libheif1_1.14.2-1_arm64.deb ...
11:19:39 #10 31.13 Unpacking libheif1:arm64 (1.14.2-1) ...
11:19:39 #10 31.18 Selecting previously unselected package libdeflate0:arm64.
11:19:39 #10 31.18 Preparing to unpack .../204-libdeflate0_1.14-1_arm64.deb ...
11:19:39 #10 31.19 Unpacking libdeflate0:arm64 (1.14-1) ...
11:19:39 #10 31.23 Selecting previously unselected package libjbig0:arm64.
11:19:39 #10 36.01 Selecting previously unselected package gpg-wks-client.
11:19:39 #10 36.01 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_amd64.deb ...
11:19:39 #10 36.02 Unpacking gpg-wks-client (2.2.40-1) ...
11:19:39 #10 36.08 Selecting previously unselected package gpg-wks-server.
11:19:39 #10 36.08 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_amd64.deb ...
11:19:39 #10 36.09 Unpacking gpg-wks-server (2.2.40-1) ...
11:19:39 #10 36.13 Selecting previously unselected package gpgsm.
11:19:39 #9 37.70 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:19:39 #9 37.76 Selecting previously unselected package libio-socket-ssl-perl.
11:19:39 #9 37.76 Preparing to unpack .../186-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:19:39 #9 37.77 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:19:39 #9 37.81 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:39 #9 37.81 Preparing to unpack .../187-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:39 #9 37.82 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:39 #9 37.85 Selecting previously unselected package libmailtools-perl.
11:19:39 #9 37.85 Preparing to unpack .../188-libmailtools-perl_2.18-1_all.deb ...
11:19:39 #9 37.85 Unpacking libmailtools-perl (2.18-1) ...
11:19:39 #9 37.88 Selecting previously unselected package libsocket6-perl.
11:19:39 #9 37.89 Preparing to unpack .../189-libsocket6-perl_0.27-1build2_amd64.deb ...
11:19:39 #9 37.89 Unpacking libsocket6-perl (0.27-1build2) ...
11:19:39 #9 37.92 Selecting previously unselected package libio-socket-inet6-perl.
11:19:39 #11 35.21 Selecting previously unselected package pinentry-curses.
11:19:39 #11 35.21 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
11:19:39 #11 35.21 Unpacking pinentry-curses (1.1.0-3build1) ...
11:19:39 #11 35.27 Selecting previously unselected package gpg-agent.
11:19:39 #11 35.27 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:39 #11 35.27 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:19:39 #11 35.33 Selecting previously unselected package gpg-wks-client.
11:19:39 #11 35.33 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:39 #11 35.33 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:19:39 #11 35.38 Selecting previously unselected package gpg-wks-server.
11:19:39 #11 35.38 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:39 #11 35.39 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:19:39 #11 35.44 Selecting previously unselected package gpgsm.
11:19:39 #10 29.44 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
11:19:39 #10 29.44 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:19:39 #10 29.47 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:39 #10 29.48 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:19:39 #10 29.48 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:19:39 #10 29.51 Selecting previously unselected package libpng16-16:arm64.
11:19:39 #10 29.52 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
11:19:39 #10 29.52 Unpacking libpng16-16:arm64 (1.6.37-3) ...
11:19:39 #10 29.57 Selecting previously unselected package libfreetype6:arm64.
11:19:39 #10 29.57 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
11:19:39 #10 29.58 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
11:19:39 #10 29.64 Selecting previously unselected package libfontconfig1:arm64.
11:19:39 #10 29.64 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
11:19:39 #10 29.65 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
11:19:39 #10 29.70 Selecting previously unselected package libjpeg62-turbo:arm64.
11:19:39 #10 29.70 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
11:19:39 #10 29.70 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
11:19:39 #10 29.75 Selecting previously unselected package libdeflate0:arm64.
11:19:39 #10 29.75 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
11:19:39 #10 29.75 Unpacking libdeflate0:arm64 (1.7-1) ...
11:19:39 #10 29.79 Selecting previously unselected package libjbig0:arm64.
11:19:39 #10 29.79 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
11:19:39 #10 29.80 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
11:19:39 #10 32.16 Selecting previously unselected package perl.
11:19:39 #10 32.16 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_arm64.deb ...
11:19:39 #7 ...
11:19:39 
11:19:39 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:39 #10 21.02 Selecting previously unselected package libxml2:armhf.
11:19:39 #10 21.02 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
11:19:39 #10 21.03 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
11:19:39 #11 33.24 Get:350 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:19:39 #11 33.31 Get:351 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:19:39 #11 33.35 Get:352 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:19:39 #21 8.964 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]
11:19:39 #21 9.056 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]
11:19:39 #11 27.84 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
11:19:39 #11 27.87 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
11:19:39 #11 27.88 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB]
11:19:39 #11 28.05 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
11:19:39 #11 25.84 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:19:39 #11 25.86 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:19:39 #11 12.53 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
11:19:39 #11 12.53 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
11:19:39 #11 12.56 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
11:19:39 #11 12.61 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
11:19:39 #11 12.62 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
11:19:39 #11 12.62 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
11:19:39 #11 12.63 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
11:19:39 #10 33.95 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
11:19:39 #10 33.96 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
11:19:39 #10 34.01 Selecting previously unselected package python3-gpg.
11:19:39 #10 34.01 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
11:19:39 #10 34.01 Unpacking python3-gpg (1.14.0-1+b2) ...
11:19:39 #10 34.12 Selecting previously unselected package dput.
11:19:39 #10 34.12 Preparing to unpack .../155-dput_1.1.0_all.deb ...
11:19:39 #10 34.12 Unpacking dput (1.1.0) ...
11:19:39 #10 34.15 Selecting previously unselected package equivs.
11:19:39 #10 34.15 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
11:19:39 #10 34.16 Unpacking equivs (2.3.1) ...
11:19:39 #10 34.19 Selecting previously unselected package fonts-dejavu-core.
11:19:39 #10 34.19 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
11:19:39 #10 34.19 Unpacking fonts-dejavu-core (2.37-2) ...
11:19:39 #10 34.77 Fedora Modular 37 - x86_64                      3.6 MB/s | 3.8 MB     00:01    
11:19:39 #10 32.90 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
11:19:39 #10 32.91 Unpacking libhtml-form-perl (6.03-1) ...
11:19:39 #10 32.94 Selecting previously unselected package libhtml-format-perl.
11:19:39 #10 32.94 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
11:19:39 #10 32.95 Unpacking libhtml-format-perl (2.12-1) ...
11:19:39 #10 32.98 Selecting previously unselected package libhttp-daemon-perl.
11:19:39 #10 32.98 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
11:19:39 #10 32.99 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
11:19:39 #10 33.02 Selecting previously unselected package libstruct-dumb-perl.
11:19:39 #10 33.02 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
11:19:39 #10 33.03 Unpacking libstruct-dumb-perl (0.09-1) ...
11:19:39 #10 33.06 Selecting previously unselected package libio-async-perl.
11:19:39 #10 33.06 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
11:19:39 #10 33.06 Unpacking libio-async-perl (0.72-1) ...
11:19:39 #10 33.11 Selecting previously unselected package libio-sessiondata-perl.
11:19:39 #10 33.11 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
11:19:39 #10 33.11 Unpacking libio-sessiondata-perl (1.03-1) ...
11:19:39 #10 33.14 Selecting previously unselected package libio-string-perl.
11:19:39 #11 29.25 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:39 #11 29.25 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
11:19:39 #11 29.26 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:39 #11 28.50 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
11:19:39 #11 28.51 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB]
11:19:39 #11 28.53 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:19:39 #11 28.56 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:19:39 #11 28.58 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB]
11:19:39 #11 28.59 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:39 #10 24.91   Installing       : perl-interpreter-4:5.32.1-480.el9.aarch64          120/166 
11:19:39 #10 24.93   Installing       : kernel-srpm-macros-1.0-12.el9.noarch               121/166 
11:19:39 #10 24.94   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           122/166 
11:19:39 #10 24.95   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  123/166 
11:19:39 #10 24.95   Installing       : python-srpm-macros-3.9-52.el9.noarch               124/166 
11:19:39 #10 24.98   Installing       : redhat-rpm-config-199-1.el9.noarch                 125/166 
11:19:39 #10 24.99   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                    126/166 
11:19:39 #10 25.04   Installing       : libutempter-1.2.1-6.el9.aarch64                    126/166 
11:19:39 #10 25.07   Installing       : libselinux-utils-3.5-1.el9.aarch64                 127/166 
11:19:39 #10 25.10   Installing       : libpng-2:1.6.37-12.el9.aarch64                     128/166 
11:19:39 #10 25.14   Installing       : gdk-pixbuf2-2.42.6-3.el9.aarch64                   129/166 
11:19:39 #10 25.17   Installing       : libpkgconf-1.7.3-10.el9.aarch64                    130/166 
11:19:39 #10 25.18   Installing       : pkgconf-1.7.3-10.el9.aarch64                       131/166 
11:19:39 #10 25.18   Installing       : pkgconf-pkg-config-1.7.3-10.el9.aarch64            132/166 
11:19:39 #10 25.22   Installing       : libpipeline-1.5.3-4.el9.aarch64                    133/166 
11:19:39 #10 25.23   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         134/166 
11:19:39 #10 33.73   Installing       : environment-modules-5.0.1-2.el9.x86_64             135/167 
11:19:39 #10 33.74   Running scriptlet: environment-modules-5.0.1-2.el9.x86_64             135/167 
11:19:39 #10 33.75   Installing       : scl-utils-1:2.0.3-4.el9.x86_64                     136/167 
11:19:39 #10 33.96   Installing       : libicu-67.1-9.el9.x86_64                           137/167 
11:19:39 #10 33.97   Installing       : libfdisk-2.37.4-10.el9.x86_64                      138/167 
11:19:39 #10 33.98   Installing       : libeconf-0.4.1-2.el9.x86_64                        139/167 
11:19:39 #10 33.99   Installing       : libdb-5.3.28-53.el9.x86_64                         140/167 
11:19:39 #10 34.03   Installing       : pam-1.5.1-14.el9.x86_64                            141/167 
11:19:39 #10 34.04   Installing       : libpwquality-1.4.4-8.el9.x86_64                    142/167 
11:19:39 #10 31.23 Preparing to unpack .../205-libjbig0_2.1-6.1_arm64.deb ...
11:19:39 #10 31.23 Unpacking libjbig0:arm64 (2.1-6.1) ...
11:19:39 #10 31.28 Selecting previously unselected package liblerc4:arm64.
11:19:39 #10 31.28 Preparing to unpack .../206-liblerc4_4.0.0+ds-2_arm64.deb ...
11:19:39 #10 31.29 Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
11:19:39 #10 31.33 Selecting previously unselected package libwebp7:arm64.
11:19:39 #10 31.33 Preparing to unpack .../207-libwebp7_1.2.4-0.1_arm64.deb ...
11:19:39 #10 31.34 Unpacking libwebp7:arm64 (1.2.4-0.1) ...
11:19:39 #10 31.39 Selecting previously unselected package libtiff6:arm64.
11:19:39 #10 31.39 Preparing to unpack .../208-libtiff6_4.5.0-5_arm64.deb ...
11:19:39 #10 31.39 Unpacking libtiff6:arm64 (4.5.0-5) ...
11:19:39 #10 31.45 Selecting previously unselected package libxau6:arm64.
11:19:39 #12 20.91 Dependencies resolved.
11:19:39 #12 20.92 ==============================================================================================
11:19:39 #12 20.92  Package                      Arch     Version                                Repo        Size
11:19:39 #12 20.92 ==============================================================================================
11:19:39 #12 20.92 Installing:
11:19:39 #12 20.92  dnf-plugins-core             noarch   4.0.21-18.el8                          baseos      75 k
11:19:39 #12 20.92  rpm-build                    aarch64  4.14.3-26.el8                          appstream  173 k
11:19:39 #12 20.92  rpmlint                      noarch   1.10-14.el8                            appstream  192 k
11:19:39 #12 20.92 Installing dependencies:
11:19:39 #12 20.92  binutils                     aarch64  2.30-119.el8                           baseos     6.1 M
11:19:39 #12 20.92  bzip2                        aarch64  1.0.6-26.el8                           baseos      60 k
11:19:39 #12 20.92  cpio                         aarch64  2.12-11.el8                            baseos     260 k
11:19:39 #12 20.92  desktop-file-utils           aarch64  0.26-1.el8                             appstream   79 k
11:19:39 #12 20.92  diffutils                    aarch64  3.6-6.el8                              baseos     352 k
11:19:39 #12 20.92  dwz                          aarch64  0.12-10.el8                            appstream  103 k
11:19:39 #12 20.92  efi-srpm-macros              noarch   3-3.el8                                appstream   22 k
11:19:39 #12 20.92  elfutils                     aarch64  0.188-3.el8                            baseos     531 k
11:19:39 #12 20.92  emacs-filesystem             noarch   1:26.1-9.el8                           baseos      70 k
11:19:39 #12 20.92  file                         aarch64  5.33-21.el8                            baseos      77 k
11:19:39 #12 20.92  gc                           aarch64  7.6.4-3.el8                            appstream   99 k
11:19:39 #12 20.92  gdb-headless                 aarch64  8.2-19.el8                             appstream  3.1 M
11:19:39 #12 20.92  ghc-srpm-macros              noarch   1.4.2-7.el8                            appstream  9.3 k
11:19:39 #12 20.92  glibc-gconv-extra            aarch64  2.28-224.el8                           baseos     1.8 M
11:19:39 #12 20.92  go-srpm-macros               noarch   2-17.el8                               appstream   13 k
11:19:39 #12 20.92  groff-base                   aarch64  1.22.3-18.el8                          baseos     989 k
11:19:39 #12 20.92  guile                        aarch64  5:2.0.14-7.el8                         appstream  3.5 M
11:19:39 #12 20.92  libatomic_ops                aarch64  7.6.2-3.el8                            appstream   38 k
11:19:39 #12 20.92  libbabeltrace                aarch64  1.5.4-4.el8                            baseos     189 k
11:19:39 #12 20.92  libpkgconf                   aarch64  1.4.2-1.el8                            baseos      34 k
11:19:39 #12 20.92  libtool-ltdl                 aarch64  2.4.6-25.el8                           baseos      57 k
11:19:39 #12 20.92  ncurses                      aarch64  6.1-9.20180224.el8                     baseos     383 k
11:19:39 #12 20.92  ocaml-srpm-macros            noarch   5-4.el8                                appstream  9.4 k
11:19:39 #12 20.92  openblas-srpm-macros         noarch   2-2.el8                                appstream  7.9 k
11:19:39 #12 20.92  patch                        aarch64  2.7.6-11.el8                           baseos     134 k
11:19:39 #12 20.92  perl-Carp                    noarch   1.42-396.el8                           baseos      30 k
11:19:39 #12 20.92  perl-Encode                  aarch64  4:2.97-3.el8                           baseos     1.5 M
11:19:39 #12 20.92  perl-Errno                   aarch64  1.28-422.el8                           baseos      76 k
11:19:39 #12 20.92  perl-Exporter                noarch   5.72-396.el8                           baseos      34 k
11:19:39 #12 20.92  perl-File-Path               noarch   2.15-2.el8                             baseos      38 k
11:19:39 #12 20.92  perl-File-Temp               noarch   0.230.600-1.el8                        baseos      63 k
11:19:39 #12 20.92  perl-Getopt-Long             noarch   1:2.50-4.el8                           baseos      63 k
11:19:39 #12 20.92  perl-HTTP-Tiny               noarch   0.074-1.el8                            baseos      58 k
11:19:39 #12 20.92  perl-IO                      aarch64  1.38-422.el8                           baseos     142 k
11:19:39 #12 20.92  perl-MIME-Base64             aarch64  3.15-396.el8                           baseos      31 k
11:19:39 #12 20.92  perl-PathTools               aarch64  3.74-1.el8                             baseos      90 k
11:19:39 #12 20.92  perl-Pod-Escapes             noarch   1:1.07-395.el8                         baseos      20 k
11:19:39 #12 20.92  perl-Pod-Perldoc             noarch   3.28-396.el8                           baseos      86 k
11:19:39 #12 20.92  perl-Pod-Simple              noarch   1:3.35-395.el8                         baseos     213 k
11:19:39 #12 20.92  perl-Pod-Usage               noarch   4:1.69-395.el8                         baseos      34 k
11:19:39 #12 20.92  perl-Scalar-List-Utils       aarch64  3:1.49-2.el8                           baseos      67 k
11:19:39 #12 20.92  perl-Socket                  aarch64  4:2.027-3.el8                          baseos      59 k
11:19:39 #12 20.92  perl-Storable                aarch64  1:3.11-3.el8                           baseos      95 k
11:19:39 #12 20.92  perl-Term-ANSIColor          noarch   4.06-396.el8                           baseos      46 k
11:19:39 #12 20.92  perl-Term-Cap                noarch   1.17-395.el8                           baseos      23 k
11:19:39 #12 20.92  perl-Text-ParseWords         noarch   3.30-395.el8                           baseos      18 k
11:19:39 #12 20.92  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8                      baseos      24 k
11:19:39 #12 20.92  perl-Time-Local              noarch   1:1.280-1.el8                          baseos      34 k
11:19:39 #12 20.92  perl-Unicode-Normalize       aarch64  1.25-396.el8                           baseos      78 k
11:19:39 #12 20.92  perl-constant                noarch   1.33-396.el8                           baseos      25 k
11:19:39 #12 20.92  perl-interpreter             aarch64  4:5.26.3-422.el8                       baseos     6.3 M
11:19:39 #12 20.92  perl-libs                    aarch64  4:5.26.3-422.el8                       baseos     1.5 M
11:19:39 #12 20.92  perl-macros                  aarch64  4:5.26.3-422.el8                       baseos      72 k
11:19:39 #12 20.92  perl-parent                  noarch   1:0.237-1.el8                          baseos      20 k
11:19:39 #12 20.92  perl-podlators               noarch   4.11-1.el8                             baseos     118 k
11:19:39 #12 20.92  perl-srpm-macros             noarch   1-25.el8                               appstream   11 k
11:19:39 #12 20.92  perl-threads                 aarch64  1:2.21-2.el8                           baseos      60 k
11:19:39 #12 20.92  perl-threads-shared          aarch64  1.58-2.el8                             baseos      47 k
11:19:39 #12 20.92  pkgconf                      aarch64  1.4.2-1.el8                            baseos      37 k
11:19:39 #12 20.92  pkgconf-m4                   noarch   1.4.2-1.el8                            baseos      17 k
11:19:39 #12 20.92  pkgconf-pkg-config           aarch64  1.4.2-1.el8                            baseos      15 k
11:19:39 #12 20.92  python-rpm-macros            noarch   3-44.el8                               appstream   16 k
11:19:39 #12 20.92  python-srpm-macros           noarch   3-44.el8                               appstream   16 k
11:19:39 #12 20.92  python3-rpm-macros           noarch   3-44.el8                               appstream   15 k
11:19:39 #12 20.92  qt5-srpm-macros              noarch   5.15.3-1.el8                           appstream   11 k
11:19:39 #12 20.92  redhat-rpm-config            noarch   130-1.el8                              appstream   90 k
11:19:39 #12 20.92  rust-srpm-macros             noarch   5-2.el8                                appstream  9.2 k
11:19:39 #12 20.92  unzip                        aarch64  6.0-46.el8                             baseos     189 k
11:19:39 #12 20.92  xz                           aarch64  5.2.4-4.el8                            baseos     153 k
11:19:39 #12 20.92  zip                          aarch64  3.0-23.el8                             baseos     265 k
11:19:39 #12 20.92  zstd                         aarch64  1.4.4-1.el8                            appstream  303 k
11:19:39 #12 20.92 Installing weak dependencies:
11:19:39 #12 20.92  elfutils-debuginfod-client   aarch64  0.188-3.el8                            baseos      74 k
11:19:39 #12 20.92  perl-IO-Socket-IP            noarch   0.39-5.el8                             appstream   47 k
11:19:39 #12 20.92  perl-Mozilla-CA              noarch   20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
11:19:39 #12 20.92 Downgrading:
11:19:39 #12 20.92  xz-libs                      aarch64  5.2.4-4.el8                            baseos      91 k
11:19:39 #12 20.92 Enabling module streams:
11:19:39 #12 20.92  perl                                  5.26                                                   
11:19:39 #12 20.92  perl-IO-Socket-SSL                    2.066                                                  
11:19:39 #12 20.92  perl-libwww-perl                      6.34                                                   
11:19:39 #12 20.92 
11:19:39 #12 20.92 Transaction Summary
11:19:39 #12 20.92 ==============================================================================================
11:19:39 #12 20.92 Install    77 Packages
11:19:39 #12 20.92 Downgrade   1 Package
11:19:39 #12 20.92 
11:19:39 #12 20.92 Total download size: 31 M
11:19:39 #12 20.92 Downloading Packages:
11:19:39 #10 36.13 Preparing to unpack .../110-gpgsm_2.2.40-1_amd64.deb ...
11:19:39 #10 36.13 Unpacking gpgsm (2.2.40-1) ...
11:19:39 #10 36.19 Selecting previously unselected package gnupg.
11:19:39 #10 36.19 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
11:19:39 #10 36.20 Unpacking gnupg (2.2.40-1) ...
11:19:39 #10 36.26 Selecting previously unselected package libencode-locale-perl.
11:19:39 #10 36.26 Preparing to unpack .../112-libencode-locale-perl_1.05-3_all.deb ...
11:19:39 #10 36.26 Unpacking libencode-locale-perl (1.05-3) ...
11:19:39 #10 36.29 Selecting previously unselected package libtimedate-perl.
11:19:39 #10 36.29 Preparing to unpack .../113-libtimedate-perl_2.3300-2_all.deb ...
11:19:39 #10 36.29 Unpacking libtimedate-perl (2.3300-2) ...
11:19:39 #10 36.33 Selecting previously unselected package libhttp-date-perl.
11:19:39 #10 36.33 Preparing to unpack .../114-libhttp-date-perl_6.05-2_all.deb ...
11:19:39 #10 36.33 Unpacking libhttp-date-perl (6.05-2) ...
11:19:39 #10 36.36 Selecting previously unselected package libfile-listing-perl.
11:19:39 #10 11.01 3 upgraded, 126 newly installed, 0 to remove and 12 not upgraded.
11:19:39 #10 11.01 Need to get 80.3 MB of archives.
11:19:39 #10 11.01 After this operation, 300 MB of additional disk space will be used.
11:19:39 #10 11.01 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
11:19:39 #10 11.10 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u5 [2297 kB]
11:19:39 #10 11.35 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:19:39 #9 37.92 Preparing to unpack .../190-libio-socket-inet6-perl_2.72-2_all.deb ...
11:19:39 #9 37.93 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:19:39 #9 37.96 Selecting previously unselected package libnet-ip-perl.
11:19:39 #9 37.96 Preparing to unpack .../191-libnet-ip-perl_1.26-1_all.deb ...
11:19:39 #9 37.96 Unpacking libnet-ip-perl (1.26-1) ...
11:19:39 #9 37.99 Selecting previously unselected package libnet-dns-perl.
11:19:39 #9 37.99 Preparing to unpack .../192-libnet-dns-perl_1.10-2_all.deb ...
11:19:39 #9 38.00 Unpacking libnet-dns-perl (1.10-2) ...
11:19:39 #9 38.06 Selecting previously unselected package libnet-domain-tld-perl.
11:19:39 #9 38.06 Preparing to unpack .../193-libnet-domain-tld-perl_1.75-1_all.deb ...
11:19:39 #9 38.07 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:19:39 #9 38.09 Selecting previously unselected package libemail-valid-perl.
11:19:39 #9 38.10 Preparing to unpack .../194-libemail-valid-perl_1.202-1_all.deb ...
11:19:39 #9 38.10 Unpacking libemail-valid-perl (1.202-1) ...
11:19:39 #9 38.13 Selecting previously unselected package libencode-locale-perl.
11:19:39 #9 38.13 Preparing to unpack .../195-libencode-locale-perl_1.05-1_all.deb ...
11:19:39 #9 38.14 Unpacking libencode-locale-perl (1.05-1) ...
11:19:39 #9 38.16 Selecting previously unselected package libexporter-tiny-perl.
11:19:39 #9 38.16 Preparing to unpack .../196-libexporter-tiny-perl_1.000000-2_all.deb ...
11:19:39 #9 38.17 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:19:39 #9 38.20 Selecting previously unselected package libipc-system-simple-perl.
11:19:39 #9 38.20 Preparing to unpack .../197-libipc-system-simple-perl_1.25-4_all.deb ...
11:19:39 #9 38.21 Unpacking libipc-system-simple-perl (1.25-4) ...
11:19:39 #9 38.23 Selecting previously unselected package libfile-basedir-perl.
11:19:39 #9 38.23 Preparing to unpack .../198-libfile-basedir-perl_0.07-1_all.deb ...
11:19:39 #9 38.24 Unpacking libfile-basedir-perl (0.07-1) ...
11:19:39 #9 38.27 Selecting previously unselected package libfile-chdir-perl.
11:19:39 #11 35.44 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
11:19:39 #11 35.44 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:19:39 #11 35.50 Selecting previously unselected package gnupg.
11:19:39 #11 35.50 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:19:39 #11 35.50 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:19:39 #11 35.55 Selecting previously unselected package libfile-which-perl.
11:19:39 #11 35.56 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
11:19:39 #11 35.56 Unpacking libfile-which-perl (1.23-1) ...
11:19:39 #11 35.60 Selecting previously unselected package libfile-homedir-perl.
11:19:39 #11 35.60 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
11:19:39 #11 35.61 Unpacking libfile-homedir-perl (1.004-1) ...
11:19:39 #11 35.65 Selecting previously unselected package libio-pty-perl.
11:19:39 #11 35.66 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
11:19:39 #10 29.84 Selecting previously unselected package libwebp6:arm64.
11:19:39 #10 29.84 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
11:19:39 #10 29.84 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
11:19:39 #10 29.89 Selecting previously unselected package libtiff5:arm64.
11:19:39 #10 29.89 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u4_arm64.deb ...
11:19:39 #10 29.90 Unpacking libtiff5:arm64 (4.2.0-1+deb11u4) ...
11:19:39 #10 29.95 Selecting previously unselected package libxau6:arm64.
11:19:39 #10 29.95 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
11:19:39 #10 29.95 Unpacking libxau6:arm64 (1:1.0.9-1) ...
11:19:39 #10 29.99 Selecting previously unselected package libxdmcp6:arm64.
11:19:39 #10 29.99 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:19:39 #10 29.99 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:39 #10 30.03 Selecting previously unselected package libxcb1:arm64.
11:19:39 #10 32.17 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:19:39 #10 32.22 Selecting previously unselected package openssl.
11:19:39 #10 32.22 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
11:19:39 #10 32.23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:39 #10 32.31 Selecting previously unselected package ca-certificates.
11:19:39 #10 32.31 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:19:39 #10 32.32 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:39 #10 32.37 Selecting previously unselected package distro-info-data.
11:19:39 #10 32.37 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:19:39 #10 32.38 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:19:39 #10 32.40 Selecting previously unselected package libmagic-mgc.
11:19:39 #10 32.41 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:19:39 #10 32.41 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:19:39 #10 21.41 Selecting previously unselected package manpages.
11:19:39 #11 33.38 Get:353 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:39 #11 33.49 Get:354 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
11:19:39 #11 33.52 Get:355 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:19:39 #11 33.53 Get:356 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmldbm-perl all 2.05-3 [17.5 kB]
11:19:39 #11 33.54 Get:357 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoox-aliases-perl all 0.001006-2 [6796 B]
11:19:39 #11 33.54 Get:358 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
11:19:39 #11 33.61 Get:359 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-keyword-perl amd64 0.25-1 [51.6 kB]
11:19:39 #11 28.05 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
11:19:39 #11 28.06 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB]
11:19:39 #11 28.09 Get:196 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-debian all 0.1.43ubuntu1 [107 kB]
11:19:39 #21 9.269 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]
11:19:39 #21 9.354 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]
11:19:39 #11 25.93 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.3 [287 kB]
11:19:39 #11 26.00 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.3 [196 kB]
11:19:39 #11 26.02 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
11:19:39 #11 26.03 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:19:39 #11 26.04 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtool all 2.4.7-4 [166 kB]
11:19:39 #11 26.06 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-autoreconf all 20 [16.1 kB]
11:19:39 #11 26.06 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:39 #11 26.07 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-override-perl all 0.09-3 [9756 B]
11:19:39 #10 34.36 Selecting previously unselected package fontconfig-config.
11:19:39 #10 34.37 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
11:19:39 #10 34.44 Unpacking fontconfig-config (2.13.1-4.2) ...
11:19:39 #10 34.49 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:39 #10 33.15 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
11:19:39 #10 33.15 Unpacking libio-string-perl (1.08-3) ...
11:19:39 #10 33.18 Selecting previously unselected package libtypes-serialiser-perl.
11:19:39 #10 33.18 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
11:19:39 #10 33.18 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:19:39 #10 33.22 Selecting previously unselected package libjson-xs-perl.
11:19:39 #10 33.22 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
11:19:39 #10 33.22 Unpacking libjson-xs-perl (3.040-1+b1) ...
11:19:39 #10 33.26 Selecting previously unselected package liblzo2-2:arm64.
11:19:39 #10 33.26 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
11:19:39 #10 33.27 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
11:19:39 #10 33.31 Selecting previously unselected package libkyotocabinet16v5:arm64.
11:19:39 #10 33.31 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
11:19:39 #10 33.31 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
11:19:39 #10 33.36 Selecting previously unselected package liblist-compare-perl.
11:19:39 #10 33.36 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
11:19:39 #10 33.37 Unpacking liblist-compare-perl (0.53-1) ...
11:19:39 #11 29.66 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
11:19:39 #11 29.73 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
11:19:39 #11 28.74 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB]
11:19:39 #10 25.27   Installing       : man-db-2.9.3-7.el9.aarch64                         134/166 
11:19:39 #10 25.30   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         134/166 
11:19:39 #10 25.33   Installing       : environment-modules-5.0.1-2.el9.aarch64            135/166 
11:19:39 #10 25.34   Running scriptlet: environment-modules-5.0.1-2.el9.aarch64            135/166 
11:19:39 #10 34.11   Installing       : util-linux-2.37.4-10.el9.x86_64                    143/167 
11:19:39 #10 34.11 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:19:39 #10 34.11 
11:19:39 #10 34.13   Installing       : policycoreutils-3.5-1.el9.x86_64                   144/167 
11:19:39 #10 34.14   Running scriptlet: policycoreutils-3.5-1.el9.x86_64                   144/167 
11:19:39 #10 34.18   Installing       : python3-policycoreutils-3.5-1.el9.noarch           145/167 
11:19:39 #10 34.20   Installing       : policycoreutils-python-utils-3.5-1.el9.noarch      146/167 
11:19:39 #10 34.21   Installing       : gcc-toolset-12-runtime-12.0-5.el9.x86_64           147/167 
11:19:39 #10 31.45 Preparing to unpack .../209-libxau6_1%3a1.0.9-1_arm64.deb ...
11:19:39 #10 31.45 Unpacking libxau6:arm64 (1:1.0.9-1) ...
11:19:39 #10 31.49 Selecting previously unselected package libxdmcp6:arm64.
11:19:39 #10 31.49 Preparing to unpack .../210-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:19:39 #10 31.50 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:39 #10 31.54 Selecting previously unselected package libxcb1:arm64.
11:19:39 #10 31.54 Preparing to unpack .../211-libxcb1_1.15-1_arm64.deb ...
11:19:39 #10 31.54 Unpacking libxcb1:arm64 (1.15-1) ...
11:19:39 #10 31.58 Selecting previously unselected package libx11-data.
11:19:39 #10 31.59 Preparing to unpack .../212-libx11-data_2%3a1.8.4-2_all.deb ...
11:19:39 #10 31.59 Unpacking libx11-data (2:1.8.4-2) ...
11:19:39 #10 31.66 Selecting previously unselected package libx11-6:arm64.
11:19:39 #10 31.67 Preparing to unpack .../213-libx11-6_2%3a1.8.4-2_arm64.deb ...
11:19:39 #10 31.67 Unpacking libx11-6:arm64 (2:1.8.4-2) ...
11:19:39 #12 21.76 (1/78): xz-libs-5.2.4-4.el8.aarch64.rpm         393 kB/s |  91 kB     00:00    
11:19:39 #12 21.76 (2/78): desktop-file-utils-0.26-1.el8.aarch64.r 338 kB/s |  79 kB     00:00    
11:19:39 #10 11.36 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
11:19:39 #10 36.37 Preparing to unpack .../115-libfile-listing-perl_6.15-1_all.deb ...
11:19:39 #10 36.37 Unpacking libfile-listing-perl (6.15-1) ...
11:19:39 #10 36.40 Selecting previously unselected package libhtml-tagset-perl.
11:19:39 #10 36.40 Preparing to unpack .../116-libhtml-tagset-perl_3.20-6_all.deb ...
11:19:39 #10 36.40 Unpacking libhtml-tagset-perl (3.20-6) ...
11:19:39 #10 36.43 Selecting previously unselected package libregexp-ipv6-perl.
11:19:39 #10 36.44 Preparing to unpack .../117-libregexp-ipv6-perl_0.03-3_all.deb ...
11:19:39 #10 36.44 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:19:39 #10 36.47 Selecting previously unselected package liburi-perl.
11:19:39 #10 36.47 Preparing to unpack .../118-liburi-perl_5.17-1_all.deb ...
11:19:39 #10 36.47 Unpacking liburi-perl (5.17-1) ...
11:19:39 #10 36.51 Selecting previously unselected package libhtml-parser-perl:amd64.
11:19:39 #10 36.51 Preparing to unpack .../119-libhtml-parser-perl_3.81-1_amd64.deb ...
11:19:39 #10 36.52 Unpacking libhtml-parser-perl:amd64 (3.81-1) ...
11:19:39 #10 36.55 Selecting previously unselected package libhtml-tree-perl.
11:19:39 #10 36.55 Preparing to unpack .../120-libhtml-tree-perl_5.07-3_all.deb ...
11:19:39 #10 36.56 Unpacking libhtml-tree-perl (5.07-3) ...
11:19:39 #10 36.60 Selecting previously unselected package libclone-perl:amd64.
11:19:39 #9 38.27 Preparing to unpack .../199-libfile-chdir-perl_0.1008-1_all.deb ...
11:19:39 #9 38.28 Unpacking libfile-chdir-perl (0.1008-1) ...
11:19:39 #9 38.31 Selecting previously unselected package libfile-fcntllock-perl.
11:19:39 #9 38.31 Preparing to unpack .../200-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
11:19:39 #9 38.31 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:19:39 #9 38.34 Selecting previously unselected package libhttp-date-perl.
11:19:39 #9 38.35 Preparing to unpack .../201-libhttp-date-perl_6.02-1_all.deb ...
11:19:39 #9 38.35 Unpacking libhttp-date-perl (6.02-1) ...
11:19:39 #9 38.38 Selecting previously unselected package libfile-listing-perl.
11:19:39 #9 38.38 Preparing to unpack .../202-libfile-listing-perl_6.04-1_all.deb ...
11:19:39 #9 38.39 Unpacking libfile-listing-perl (6.04-1) ...
11:19:39 #9 38.41 Selecting previously unselected package libfont-afm-perl.
11:19:39 #9 38.41 Preparing to unpack .../203-libfont-afm-perl_1.20-2_all.deb ...
11:19:39 #9 38.42 Unpacking libfont-afm-perl (1.20-2) ...
11:19:39 #9 38.45 Selecting previously unselected package libio-stringy-perl.
11:19:39 #9 38.45 Preparing to unpack .../204-libio-stringy-perl_2.111-2_all.deb ...
11:19:39 #9 38.45 Unpacking libio-stringy-perl (2.111-2) ...
11:19:39 #9 38.49 Selecting previously unselected package libparams-validate-perl.
11:19:39 #11 35.66 Unpacking libio-pty-perl (1:1.12-1) ...
11:19:39 #11 35.70 Selecting previously unselected package libipc-run-perl.
11:19:39 #11 35.70 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
11:19:39 #11 35.70 Unpacking libipc-run-perl (20180523.0-2) ...
11:19:39 #11 35.74 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:39 #11 35.74 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:39 #11 35.75 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:39 #11 35.78 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:39 #11 35.79 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
11:19:39 #11 35.79 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:19:39 #11 35.83 Selecting previously unselected package libdynaloader-functions-perl.
11:19:39 #11 35.83 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:39 #11 35.84 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:39 #11 35.91 Selecting previously unselected package libdevel-callchecker-perl.
11:19:39 #10 30.03 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
11:19:39 #10 30.03 Unpacking libxcb1:arm64 (1.14-3) ...
11:19:39 #10 30.07 Selecting previously unselected package libx11-data.
11:19:39 #10 30.07 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
11:19:39 #10 30.07 Unpacking libx11-data (2:1.7.2-1) ...
11:19:39 #10 30.15 Selecting previously unselected package libx11-6:arm64.
11:19:39 #10 30.15 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
11:19:39 #10 30.16 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
11:19:39 #10 30.24 Selecting previously unselected package libxpm4:arm64.
11:19:39 #10 30.24 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
11:19:39 #10 30.24 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
11:19:39 #10 30.28 Selecting previously unselected package libgd3:arm64.
11:19:39 #10 32.47 Selecting previously unselected package libmagic1:arm64.
11:19:39 #10 32.47 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:19:39 #10 32.47 Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
11:19:39 #10 32.51 Selecting previously unselected package file.
11:19:39 #10 32.51 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:19:39 #10 32.51 Unpacking file (1:5.32-2ubuntu0.4) ...
11:19:39 #10 32.55 Selecting previously unselected package less.
11:19:39 #10 32.55 Preparing to unpack .../016-less_487-0.1_arm64.deb ...
11:19:39 #10 32.55 Unpacking less (487-0.1) ...
11:19:39 #10 32.60 Selecting previously unselected package libapt-inst2.0:arm64.
11:19:39 #10 32.60 Preparing to unpack .../017-libapt-inst2.0_1.6.14_arm64.deb ...
11:19:39 #10 32.60 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
11:19:39 #10 32.65 Selecting previously unselected package libglib2.0-0:arm64.
11:19:39 #10 32.65 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
11:19:39 #10 32.65 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:19:39 #10 21.41 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:19:39 #10 21.42 Unpacking manpages (4.16-2) ...
11:19:39 #10 21.61 Selecting previously unselected package libedit2:armhf.
11:19:39 #10 21.61 Preparing to unpack .../017-libedit2_3.1-20181209-1_armhf.deb ...
11:19:39 #10 21.61 Unpacking libedit2:armhf (3.1-20181209-1) ...
11:19:39 #11 33.62 Get:360 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-sublike-perl amd64 0.16-1ubuntu2 [27.5 kB]
11:19:39 #11 28.37 Get:197 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4 [136 kB]
11:19:39 #11 28.43 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4 [215 kB]
11:19:39 #11 28.45 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
11:19:39 #11 28.45 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:39 #11 28.48 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:19:39 #11 28.48 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.8 [284 kB]
11:19:39 #11 28.48 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:39 #11 28.48 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.8 [953 kB]
11:19:39 #11 28.50 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.8 [3141 kB]
11:19:39 #11 28.53 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:39 #11 28.53 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
11:19:39 #21 9.569 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
11:19:39 #10 34.49 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u7_amd64.deb ...
11:19:39 #10 34.50 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
11:19:39 #10 34.54 Selecting previously unselected package liberror-perl.
11:19:39 #10 34.55 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
11:19:39 #10 34.55 Unpacking liberror-perl (0.17029-1) ...
11:19:39 #10 34.58 Selecting previously unselected package git-man.
11:19:39 #10 34.58 Preparing to unpack .../161-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
11:19:39 #10 34.59 Unpacking git-man (1:2.30.2-1+deb11u2) ...
11:19:39 #11 13.03 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
11:19:39 #10 33.40 Selecting previously unselected package liblist-moreutils-perl.
11:19:39 #10 33.41 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
11:19:39 #10 33.41 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
11:19:39 #10 33.45 Selecting previously unselected package libltdl-dev:arm64.
11:19:39 #10 33.45 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
11:19:39 #10 33.45 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
11:19:39 #10 33.53 Selecting previously unselected package libsys-hostname-long-perl.
11:19:39 #10 33.53 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
11:19:39 #10 33.53 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:19:39 #10 33.57 Selecting previously unselected package libmail-sendmail-perl.
11:19:39 #10 33.57 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
11:19:39 #10 33.57 Unpacking libmail-sendmail-perl (0.80-1) ...
11:19:39 #10 33.61 Selecting previously unselected package mailutils-common.
11:19:39 #10 33.61 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
11:19:39 #10 33.61 Unpacking mailutils-common (1:3.5-4) ...
11:19:39 #11 29.87 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:19:39 #11 29.88 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
11:19:39 #11 29.91 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:19:39 #11 29.92 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:39 #11 29.92 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
11:19:39 #11 29.95 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:19:39 #11 29.96 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.1 [383 kB]
11:19:39 #11 29.07 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB]
11:19:39 #11 29.08 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB]
11:19:39 #11 29.08 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:39 #11 29.09 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB]
11:19:39 #11 29.09 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:19:39 #11 29.11 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:19:39 #11 29.11 Get:316 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2ubuntu0.1 [46.1 kB]
11:19:39 #11 29.14 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB]
11:19:39 #11 29.18 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB]
11:19:39 #11 29.21 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B]
11:19:39 #10 25.36   Installing       : scl-utils-1:2.0.3-4.el9.aarch64                    136/166 
11:19:39 #10 25.56   Installing       : libicu-67.1-9.el9.aarch64                          137/166 
11:19:39 #10 25.62   Installing       : webkit2gtk3-jsc-2.38.5-1.el9.aarch64               138/166 
11:19:39 #10 25.65   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          139/166 
11:19:39 #10 25.66   Installing       : libfdisk-2.37.4-10.el9.aarch64                     140/166 
11:19:39 #10 25.69   Installing       : libeconf-0.4.1-2.el9.aarch64                       141/166 
11:19:39 #10 25.70   Installing       : libdb-5.3.28-53.el9.aarch64                        142/166 
11:19:39 #10 25.75   Installing       : pam-1.5.1-14.el9.aarch64                           143/166 
11:19:39 #10 34.22   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.x86_64           147/167 
11:19:39 #10 34.41 ValueError: SELinux policy is not managed or store cannot be accessed.
11:19:39 #10 34.41 
11:19:39 #10 31.75 Selecting previously unselected package libxpm4:arm64.
11:19:39 #10 31.75 Preparing to unpack .../214-libxpm4_1%3a3.5.12-1.1_arm64.deb ...
11:19:39 #10 31.76 Unpacking libxpm4:arm64 (1:3.5.12-1.1) ...
11:19:39 #10 31.80 Selecting previously unselected package libgd3:arm64.
11:19:39 #10 31.81 Preparing to unpack .../215-libgd3_2.3.3-9_arm64.deb ...
11:19:39 #10 31.81 Unpacking libgd3:arm64 (2.3.3-9) ...
11:19:39 #10 31.85 Selecting previously unselected package libc-devtools.
11:19:39 #10 31.85 Preparing to unpack .../216-libc-devtools_2.36-8_arm64.deb ...
11:19:39 #10 31.86 Unpacking libc-devtools (2.36-8) ...
11:19:39 #10 31.89 Selecting previously unselected package libcapture-tiny-perl.
11:19:39 #10 31.89 Preparing to unpack .../217-libcapture-tiny-perl_0.48-2_all.deb ...
11:19:39 #10 31.90 Unpacking libcapture-tiny-perl (0.48-2) ...
11:19:39 #10 31.93 Selecting previously unselected package libcgi-pm-perl.
11:19:39 #10 31.93 Preparing to unpack .../218-libcgi-pm-perl_4.55-1_all.deb ...
11:19:39 #10 31.94 Unpacking libcgi-pm-perl (4.55-1) ...
11:19:39 #10 31.98 Selecting previously unselected package libfcgi0ldbl:arm64.
11:19:39 #12 21.76 (3/78): dwz-0.12-10.el8.aarch64.rpm             432 kB/s | 103 kB     00:00    
11:19:39 #12 21.77 (4/78): efi-srpm-macros-3-3.el8.noarch.rpm      2.3 MB/s |  22 kB     00:00    
11:19:39 #12 21.77 (5/78): gc-7.6.4-3.el8.aarch64.rpm               11 MB/s |  99 kB     00:00    
11:19:39 #12 21.77 (6/78): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.4 MB/s | 9.3 kB     00:00    
11:19:39 #12 21.78 (7/78): go-srpm-macros-2-17.el8.noarch.rpm      1.9 MB/s |  13 kB     00:00    
11:19:39 #12 21.78 (8/78): libatomic_ops-7.6.2-3.el8.aarch64.rpm   5.3 MB/s |  38 kB     00:00    
11:19:39 #12 21.79 (9/78): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.8 MB/s | 9.4 kB     00:00    
11:19:39 #12 21.80 (10/78): openblas-srpm-macros-2-2.el8.noarch.rp 1.6 MB/s | 7.9 kB     00:00    
11:19:39 #12 21.80 (11/78): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 6.8 MB/s |  47 kB     00:00    
11:19:39 #12 21.81 (12/78): perl-Mozilla-CA-20160104-7.module_el8. 1.8 MB/s |  15 kB     00:00    
11:19:39 #12 21.82 (13/78): perl-srpm-macros-1-25.el8.noarch.rpm   2.5 MB/s |  11 kB     00:00    
11:19:39 #12 21.82 (14/78): python-rpm-macros-3-44.el8.noarch.rpm  3.2 MB/s |  16 kB     00:00    
11:19:39 #12 21.83 (15/78): python-srpm-macros-3-44.el8.noarch.rpm 3.9 MB/s |  16 kB     00:00    
11:19:39 #12 21.83 (16/78): python3-rpm-macros-3-44.el8.noarch.rpm 3.8 MB/s |  15 kB     00:00    
11:19:39 #12 21.84 (17/78): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 2.4 MB/s |  11 kB     00:00    
11:19:39 #12 21.84 (18/78): redhat-rpm-config-130-1.el8.noarch.rpm  15 MB/s |  90 kB     00:00    
11:19:39 #12 21.85 (19/78): rpm-build-4.14.3-26.el8.aarch64.rpm     17 MB/s | 173 kB     00:00    
11:19:39 #12 21.87 (20/78): gdb-headless-8.2-19.el8.aarch64.rpm     30 MB/s | 3.1 MB     00:00    
11:19:39 #12 21.88 (21/78): rpmlint-1.10-14.el8.noarch.rpm         9.5 MB/s | 192 kB     00:00    
11:19:39 #12 21.88 (22/78): rust-srpm-macros-5-2.el8.noarch.rpm    1.3 MB/s | 9.2 kB     00:00    
11:19:39 #12 21.89 (23/78): zstd-1.4.4-1.el8.aarch64.rpm            26 MB/s | 303 kB     00:00    
11:19:39 #12 21.90 (24/78): guile-2.0.14-7.el8.aarch64.rpm          27 MB/s | 3.5 MB     00:00    
11:19:39 #12 21.90 (25/78): bzip2-1.0.6-26.el8.aarch64.rpm         3.6 MB/s |  60 kB     00:00    
11:19:39 #12 21.91 (26/78): cpio-2.12-11.el8.aarch64.rpm            24 MB/s | 260 kB     00:00    
11:19:39 #12 21.92 (27/78): dnf-plugins-core-4.0.21-18.el8.noarch.  12 MB/s |  75 kB     00:00    
11:19:39 #12 21.95 (28/78): diffutils-3.6-6.el8.aarch64.rpm        7.2 MB/s | 352 kB     00:00    
11:19:39 #12 21.96 (29/78): elfutils-debuginfod-client-0.188-3.el8  11 MB/s |  74 kB     00:00    
11:19:39 #12 22.00 (30/78): elfutils-0.188-3.el8.aarch64.rpm       6.5 MB/s | 531 kB     00:00    
11:19:39 #12 22.00 (31/78): emacs-filesystem-26.1-9.el8.noarch.rpm 1.6 MB/s |  70 kB     00:00    
11:19:39 #12 22.11 (32/78): file-5.33-21.el8.aarch64.rpm           680 kB/s |  77 kB     00:00    
11:19:39 #9 38.49 Preparing to unpack .../205-libparams-validate-perl_1.29-1_amd64.deb ...
11:19:39 #9 38.49 Unpacking libparams-validate-perl (1.29-1) ...
11:19:39 #9 38.52 Selecting previously unselected package libsub-exporter-perl.
11:19:39 #9 38.53 Preparing to unpack .../206-libsub-exporter-perl_0.987-1_all.deb ...
11:19:39 #9 38.53 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:39 #9 38.57 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:39 #9 38.57 Preparing to unpack .../207-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:19:39 #9 38.57 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:19:39 #9 38.62 Selecting previously unselected package libsort-versions-perl.
11:19:39 #9 38.62 Preparing to unpack .../208-libsort-versions-perl_1.62-1_all.deb ...
11:19:39 #9 38.62 Unpacking libsort-versions-perl (1.62-1) ...
11:19:39 #9 38.65 Selecting previously unselected package libgit-wrapper-perl.
11:19:39 #9 38.65 Preparing to unpack .../209-libgit-wrapper-perl_0.047-1_all.deb ...
11:19:39 #9 38.66 Unpacking libgit-wrapper-perl (0.047-1) ...
11:19:39 #9 38.69 Selecting previously unselected package libio-html-perl.
11:19:39 #9 38.69 Preparing to unpack .../210-libio-html-perl_1.001-1_all.deb ...
11:19:39 #9 38.69 Unpacking libio-html-perl (1.001-1) ...
11:19:39 #9 38.72 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:39 #10 36.60 Preparing to unpack .../121-libclone-perl_0.46-1_amd64.deb ...
11:19:39 #10 36.60 Unpacking libclone-perl:amd64 (0.46-1) ...
11:19:39 #10 36.64 Selecting previously unselected package libio-html-perl.
11:19:39 #10 36.64 Preparing to unpack .../122-libio-html-perl_1.004-3_all.deb ...
11:19:39 #10 36.64 Unpacking libio-html-perl (1.004-3) ...
11:19:39 #10 36.67 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:39 #10 36.67 Preparing to unpack .../123-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:19:39 #10 36.68 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:19:39 #10 36.70 Selecting previously unselected package libhttp-message-perl.
11:19:39 #10 36.71 Preparing to unpack .../124-libhttp-message-perl_6.44-1_all.deb ...
11:19:39 #10 36.71 Unpacking libhttp-message-perl (6.44-1) ...
11:19:39 #10 36.74 Selecting previously unselected package libhttp-cookies-perl.
11:19:39 #10 36.75 Preparing to unpack .../125-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:39 #10 36.75 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:39 #10 36.78 Selecting previously unselected package libhttp-negotiate-perl.
11:19:39 #10 36.78 Preparing to unpack .../126-libhttp-negotiate-perl_6.01-2_all.deb ...
11:19:39 #10 36.78 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:19:39 #10 36.81 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:39 #11 35.92 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
11:19:39 #11 35.92 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:19:39 #11 35.96 Selecting previously unselected package libparams-classify-perl.
11:19:39 #11 35.96 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
11:19:39 #11 35.97 Unpacking libparams-classify-perl (0.015-1build2) ...
11:19:39 #11 36.00 Selecting previously unselected package libmodule-runtime-perl.
11:19:39 #11 36.00 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:39 #11 36.01 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:39 #11 36.05 Selecting previously unselected package libimport-into-perl.
11:19:39 #11 36.05 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
11:19:39 #11 36.05 Unpacking libimport-into-perl (1.002005-1) ...
11:19:39 #11 36.08 Selecting previously unselected package librole-tiny-perl.
11:19:39 #11 36.09 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
11:19:39 #11 36.09 Unpacking librole-tiny-perl (2.001004-1) ...
11:19:39 #11 36.13 Selecting previously unselected package libstrictures-perl.
11:19:39 #11 36.13 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
11:19:39 #11 36.14 Unpacking libstrictures-perl (2.000006-1) ...
11:19:39 #11 36.17 Selecting previously unselected package libsub-quote-perl.
11:19:39 #11 36.17 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
11:19:39 #11 36.19 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:39 #11 36.23 Selecting previously unselected package libmoo-perl.
11:19:39 #11 36.23 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
11:19:39 #11 36.23 Unpacking libmoo-perl (2.003006-1) ...
11:19:39 #11 36.28 Selecting previously unselected package libencode-locale-perl.
11:19:39 #10 37.94 Selecting previously unselected package iso-codes.
11:19:39 #10 37.94 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ...
11:19:39 #10 37.94 Unpacking iso-codes (4.2-1) ...
11:19:39 #10 38.37 Selecting previously unselected package libalgorithm-diff-perl.
11:19:39 #10 11.52 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
11:19:39 #10 11.52 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
11:19:39 #10 11.60 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
11:19:39 #10 11.68 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:19:40 #10 30.28 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
11:19:40 #10 30.29 Unpacking libgd3:arm64 (2.3.0-2) ...
11:19:40 #10 30.34 Selecting previously unselected package libc-devtools.
11:19:40 #10 30.34 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u5_arm64.deb ...
11:19:40 #10 30.34 Unpacking libc-devtools (2.31-13+deb11u5) ...
11:19:40 #10 30.38 Selecting previously unselected package libcapture-tiny-perl.
11:19:40 #10 30.39 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:40 #10 30.39 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:40 #10 30.43 Selecting previously unselected package libclass-data-inheritable-perl.
11:19:40 #10 30.43 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:19:40 #10 30.43 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:19:40 #10 30.46 Selecting previously unselected package libclass-inspector-perl.
11:19:40 #10 30.46 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
11:19:40 #10 30.47 Unpacking libclass-inspector-perl (1.36-1) ...
11:19:40 #10 30.50 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:40 #10 32.75 Selecting previously unselected package libglib2.0-data.
11:19:40 #10 32.75 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:19:40 #10 32.75 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:19:40 #10 32.79 Selecting previously unselected package libicu60:arm64.
11:19:40 #10 32.79 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_arm64.deb ...
11:19:40 #10 32.80 Unpacking libicu60:arm64 (60.2-3ubuntu3.2) ...
11:19:40 #10 21.67 Selecting previously unselected package openssh-client.
11:19:40 #10 21.67 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
11:19:40 #10 21.68 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:19:40 #10 21.85 Selecting previously unselected package ucf.
11:19:40 #10 21.85 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:19:40 #10 21.85 Moving old data out of the way
11:19:40 #10 21.85 Unpacking ucf (3.0038+nmu1) ...
11:19:40 #10 21.90 Selecting previously unselected package xz-utils.
11:19:40 #10 21.90 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
11:19:40 #10 21.91 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:19:40 #11 33.90 Get:361 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libobject-pad-perl amd64 0.68-1 [97.0 kB]
11:19:40 #11 33.95 Get:362 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-xs-perl amd64 0.30-1 [19.2 kB]
11:19:40 #11 33.95 Get:363 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:19:40 #11 33.96 Get:364 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-gzip-perl amd64 0.20-1 [15.0 kB]
11:19:40 #11 33.96 Get:365 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
11:19:40 #11 33.96 Get:366 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-parser-perl all 1.65-1 [82.7 kB]
11:19:40 #11 33.97 Get:367 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:19:40 #11 33.97 Get:368 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
11:19:40 #11 33.97 Get:369 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre2-9 amd64 20220601+dfsg-1 [162 kB]
11:19:40 #11 33.98 Get:370 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
11:19:40 #11 33.98 Get:371 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
11:19:40 #21 9.687 debconf: delaying package configuration, since apt-utils is not installed
11:19:40 #21 9.717 Fetched 87.4 MB in 1s (90.7 MB/s)
11:19:40 #21 9.735 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:19:40 #21 9.735 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:40 #21 9.746 Preparing to unpack .../0-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:19:40 #21 9.749 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:19:40 #11 28.81 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:40 #11 28.82 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
11:19:40 #11 28.82 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
11:19:40 #11 28.85 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:19:40 #11 28.85 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
11:19:40 #11 28.85 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:19:40 #10 34.71 Selecting previously unselected package git.
11:19:40 #10 34.71 Preparing to unpack .../162-git_1%3a2.30.2-1+deb11u2_amd64.deb ...
11:19:40 #10 34.73 Unpacking git (1:2.30.2-1+deb11u2) ...
11:19:40 #11 26.47 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:40 #11 26.62 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:40 #10 33.68 Selecting previously unselected package mysql-common.
11:19:40 #10 33.68 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
11:19:40 #10 33.70 Unpacking mysql-common (5.8+1.0.5) ...
11:19:40 #10 33.74 Selecting previously unselected package mariadb-common.
11:19:40 #10 33.74 Preparing to unpack .../255-mariadb-common_1%3a10.3.38-0+deb10u1_all.deb ...
11:19:40 #10 33.75 Unpacking mariadb-common (1:10.3.38-0+deb10u1) ...
11:19:40 #10 33.78 Selecting previously unselected package libmariadb3:arm64.
11:19:40 #10 33.78 Preparing to unpack .../256-libmariadb3_1%3a10.3.38-0+deb10u1_arm64.deb ...
11:19:40 #10 33.79 Unpacking libmariadb3:arm64 (1:10.3.38-0+deb10u1) ...
11:19:40 #10 33.84 Selecting previously unselected package libpython2.7-minimal:arm64.
11:19:40 #10 33.84 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
11:19:40 #10 33.84 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
11:19:40 #10 33.92 Selecting previously unselected package libpython2.7-stdlib:arm64.
11:19:40 #11 30.08 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
11:19:40 #11 30.11 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
11:19:40 #11 29.36 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB]
11:19:40 #11 29.54 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
11:19:40 #11 29.55 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:40 #10 25.80   Installing       : libpwquality-1.4.4-8.el9.aarch64                   144/166 
11:19:40 #10 25.91   Installing       : util-linux-2.37.4-10.el9.aarch64                   145/166 
11:19:40 #10 25.91 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:19:40 #10 25.91 
11:19:40 #10 25.96   Installing       : policycoreutils-3.5-1.el9.aarch64                  146/166 
11:19:40 #10 25.99   Running scriptlet: policycoreutils-3.5-1.el9.aarch64                  146/166 
11:19:40 #10 34.50   Installing       : gcc-toolset-12-binutils-2.38-16.el9.x86_64         148/167 
11:19:40 #10 34.51   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.x86_64         148/167 
11:19:40 #10 34.53   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64    149/167 
11:19:40 #10 34.62   Installing       : binutils-2.35.2-37.el9.x86_64                      150/167 
11:19:40 #10 34.63   Running scriptlet: binutils-2.35.2-37.el9.x86_64                      150/167 
11:19:40 #10 34.65   Installing       : libbrotli-1.0.9-6.el9.x86_64                       151/167 
11:19:40 #10 31.98 Preparing to unpack .../219-libfcgi0ldbl_2.4.2-2_arm64.deb ...
11:19:40 #10 31.99 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
11:19:40 #10 32.02 Selecting previously unselected package libfcgi-perl.
11:19:40 #10 32.02 Preparing to unpack .../220-libfcgi-perl_0.82+ds-2_arm64.deb ...
11:19:40 #10 32.03 Unpacking libfcgi-perl (0.82+ds-2) ...
11:19:40 #10 32.06 Selecting previously unselected package libcgi-fast-perl.
11:19:40 #10 32.06 Preparing to unpack .../221-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:19:40 #10 32.06 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:19:40 #10 32.09 Selecting previously unselected package libclass-data-inheritable-perl.
11:19:40 #10 32.10 Preparing to unpack .../222-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:19:40 #10 32.10 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:19:40 #10 32.13 Selecting previously unselected package libclass-inspector-perl.
11:19:40 #10 32.13 Preparing to unpack .../223-libclass-inspector-perl_1.36-3_all.deb ...
11:19:40 #10 32.14 Unpacking libclass-inspector-perl (1.36-3) ...
11:19:40 #10 32.17 Selecting previously unselected package libcommon-sense-perl:arm64.
11:19:40 #10 32.17 Preparing to unpack .../224-libcommon-sense-perl_3.75-3_arm64.deb ...
11:19:40 #10 32.17 Unpacking libcommon-sense-perl:arm64 (3.75-3) ...
11:19:40 #10 32.21 Selecting previously unselected package libconfig-tiny-perl.
11:19:40 #10 32.21 Preparing to unpack .../225-libconfig-tiny-perl_2.28-2_all.deb ...
11:19:40 #12 22.14 (33/78): groff-base-1.22.3-18.el8.aarch64.rpm    40 MB/s | 989 kB     00:00    
11:19:40 #12 22.15 (34/78): libbabeltrace-1.5.4-4.el8.aarch64.rpm   25 MB/s | 189 kB     00:00    
11:19:40 #12 22.15 (35/78): libpkgconf-1.4.2-1.el8.aarch64.rpm     6.6 MB/s |  34 kB     00:00    
11:19:40 #12 22.16 (36/78): glibc-gconv-extra-2.28-224.el8.aarch64  11 MB/s | 1.8 MB     00:00    
11:19:40 #12 22.16 (37/78): libtool-ltdl-2.4.6-25.el8.aarch64.rpm  4.7 MB/s |  57 kB     00:00    
11:19:40 #12 22.17 (38/78): ncurses-6.1-9.20180224.el8.aarch64.rpm  32 MB/s | 383 kB     00:00    
11:19:40 #12 22.18 (39/78): patch-2.7.6-11.el8.aarch64.rpm          11 MB/s | 134 kB     00:00    
11:19:40 #12 22.18 (40/78): perl-Carp-1.42-396.el8.noarch.rpm      4.7 MB/s |  30 kB     00:00    
11:19:40 #12 22.19 (41/78): perl-Errno-1.28-422.el8.aarch64.rpm     13 MB/s |  76 kB     00:00    
11:19:40 #12 22.19 (42/78): perl-Exporter-5.72-396.el8.noarch.rpm  7.3 MB/s |  34 kB     00:00    
11:19:40 #12 22.20 (43/78): perl-File-Path-2.15-2.el8.noarch.rpm   5.2 MB/s |  38 kB     00:00    
11:19:40 #12 22.21 (44/78): perl-File-Temp-0.230.600-1.el8.noarch.  11 MB/s |  63 kB     00:00    
11:19:40 #12 22.25 (45/78): perl-Getopt-Long-2.50-4.el8.noarch.rpm 1.5 MB/s |  63 kB     00:00    
11:19:40 #12 22.26 (46/78): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  7.8 MB/s |  58 kB     00:00    
11:19:40 #12 22.27 (47/78): perl-Encode-2.97-3.el8.aarch64.rpm      16 MB/s | 1.5 MB     00:00    
11:19:40 #12 22.27 (48/78): perl-IO-1.38-422.el8.aarch64.rpm       7.6 MB/s | 142 kB     00:00    
11:19:40 #12 22.28 (49/78): perl-MIME-Base64-3.15-396.el8.aarch64. 2.7 MB/s |  31 kB     00:00    
11:19:40 #12 22.29 (50/78): perl-PathTools-3.74-1.el8.aarch64.rpm  7.7 MB/s |  90 kB     00:00    
11:19:40 #12 22.29 (51/78): perl-Pod-Escapes-1.07-395.el8.noarch.r 1.7 MB/s |  20 kB     00:00    
11:19:40 #12 22.32 (52/78): binutils-2.30-119.el8.aarch64.rpm       14 MB/s | 6.1 MB     00:00    
11:19:40 #12 22.32 (53/78): perl-Pod-Perldoc-3.28-396.el8.noarch.r 2.4 MB/s |  86 kB     00:00    
11:19:40 #12 22.33 (54/78): perl-Pod-Simple-3.35-395.el8.noarch.rp 5.9 MB/s | 213 kB     00:00    
11:19:40 #12 22.33 (55/78): perl-Scalar-List-Utils-1.49-2.el8.aarc 7.3 MB/s |  67 kB     00:00    
11:19:40 #12 22.34 (56/78): perl-Socket-2.027-3.el8.aarch64.rpm    8.5 MB/s |  59 kB     00:00    
11:19:40 #12 22.34 (57/78): perl-Storable-3.11-3.el8.aarch64.rpm    12 MB/s |  95 kB     00:00    
11:19:40 #12 22.34 (58/78): perl-Term-ANSIColor-4.06-396.el8.noarc 5.8 MB/s |  46 kB     00:00    
11:19:40 #12 22.35 (59/78): perl-Term-Cap-1.17-395.el8.noarch.rpm  3.4 MB/s |  23 kB     00:00    
11:19:40 #12 22.35 (60/78): perl-Text-ParseWords-3.30-395.el8.noar 2.6 MB/s |  18 kB     00:00    
11:19:40 #10 36.81 Preparing to unpack .../127-perl-openssl-defaults_7+b1_amd64.deb ...
11:19:40 #10 36.81 Unpacking perl-openssl-defaults:amd64 (7+b1) ...
11:19:40 #10 36.84 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:19:40 #10 36.84 Preparing to unpack .../128-libnet-ssleay-perl_1.92-2+b1_amd64.deb ...
11:19:40 #10 36.84 Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ...
11:19:40 #10 36.90 Selecting previously unselected package libio-socket-ssl-perl.
11:19:40 #10 36.90 Preparing to unpack .../129-libio-socket-ssl-perl_2.081-2_all.deb ...
11:19:40 #10 36.91 Unpacking libio-socket-ssl-perl (2.081-2) ...
11:19:40 #10 36.95 Selecting previously unselected package libnet-http-perl.
11:19:40 #10 36.95 Preparing to unpack .../130-libnet-http-perl_6.22-1_all.deb ...
11:19:40 #10 36.96 Unpacking libnet-http-perl (6.22-1) ...
11:19:40 #10 36.99 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:40 #10 37.00 Preparing to unpack .../131-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:40 #10 37.00 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:40 #10 37.03 Selecting previously unselected package libtry-tiny-perl.
11:19:40 #10 37.03 Preparing to unpack .../132-libtry-tiny-perl_0.31-2_all.deb ...
11:19:40 #10 37.03 Unpacking libtry-tiny-perl (0.31-2) ...
11:19:40 #10 37.06 Selecting previously unselected package libwww-robotrules-perl.
11:19:40 #9 38.72 Preparing to unpack .../211-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:19:40 #9 38.73 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:19:40 #9 38.76 Selecting previously unselected package libhttp-message-perl.
11:19:40 #9 38.76 Preparing to unpack .../212-libhttp-message-perl_6.14-1_all.deb ...
11:19:40 #9 38.76 Unpacking libhttp-message-perl (6.14-1) ...
11:19:40 #9 38.80 Selecting previously unselected package libhtml-form-perl.
11:19:40 #9 38.80 Preparing to unpack .../213-libhtml-form-perl_6.03-1_all.deb ...
11:19:40 #9 38.80 Unpacking libhtml-form-perl (6.03-1) ...
11:19:40 #9 38.83 Selecting previously unselected package libhtml-tree-perl.
11:19:40 #9 38.83 Preparing to unpack .../214-libhtml-tree-perl_5.07-1_all.deb ...
11:19:40 #9 38.83 Unpacking libhtml-tree-perl (5.07-1) ...
11:19:40 #9 38.88 Selecting previously unselected package libhtml-format-perl.
11:19:40 #9 38.88 Preparing to unpack .../215-libhtml-format-perl_2.12-1_all.deb ...
11:19:40 #9 38.89 Unpacking libhtml-format-perl (2.12-1) ...
11:19:40 #9 38.92 Selecting previously unselected package libhttp-cookies-perl.
11:19:40 #9 38.92 Preparing to unpack .../216-libhttp-cookies-perl_6.04-1_all.deb ...
11:19:40 #9 38.92 Unpacking libhttp-cookies-perl (6.04-1) ...
11:19:40 #9 38.95 Selecting previously unselected package libhttp-daemon-perl.
11:19:40 #9 38.95 Preparing to unpack .../217-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:19:40 #9 38.96 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:19:40 #9 38.99 Selecting previously unselected package libhttp-negotiate-perl.
11:19:40 #9 38.99 Preparing to unpack .../218-libhttp-negotiate-perl_6.00-2_all.deb ...
11:19:40 #9 38.99 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:19:40 #9 39.02 Selecting previously unselected package libimport-into-perl.
11:19:40 #9 39.02 Preparing to unpack .../219-libimport-into-perl_1.002005-1_all.deb ...
11:19:40 #9 39.03 Unpacking libimport-into-perl (1.002005-1) ...
11:19:40 #9 39.06 Selecting previously unselected package libio-pty-perl.
11:19:40 #11 36.28 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
11:19:40 #11 36.29 Unpacking libencode-locale-perl (1.05-1) ...
11:19:40 #11 36.33 Selecting previously unselected package libtimedate-perl.
11:19:40 #11 36.33 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
11:19:40 #11 36.34 Unpacking libtimedate-perl (2.3200-1) ...
11:19:40 #11 36.40 Selecting previously unselected package libhttp-date-perl.
11:19:40 #11 36.40 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
11:19:40 #11 36.41 Unpacking libhttp-date-perl (6.05-1) ...
11:19:40 #11 36.44 Selecting previously unselected package libfile-listing-perl.
11:19:40 #11 36.45 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
11:19:40 #11 36.51 Unpacking libfile-listing-perl (6.04-1) ...
11:19:40 #10 11.81 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:19:40 #10 11.81 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
11:19:40 #10 11.86 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u5 [267 kB]
11:19:40 #10 11.87 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20230306-1 [1060 kB]
11:19:40 #10 11.90 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u5 [1815 kB]
11:19:40 #10 12.04 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:19:40 #10 12.04 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
11:19:40 #10 12.04 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
11:19:40 #10 12.04 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
11:19:40 #10 38.37 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:19:40 #10 38.37 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:19:40 #10 38.42 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:40 #10 38.43 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:19:40 #10 38.43 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:19:40 #10 38.45 Selecting previously unselected package libalgorithm-merge-perl.
11:19:40 #10 38.46 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:40 #10 38.46 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:40 #10 38.49 Selecting previously unselected package libapt-inst2.0:amd64.
11:19:40 #10 38.49 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ...
11:19:40 #10 38.50 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
11:19:40 #10 38.54 Selecting previously unselected package libapt-pkg-perl.
11:19:40 #10 38.54 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
11:19:40 #10 38.54 Unpacking libapt-pkg-perl (0.1.34+b1) ...
11:19:40 #10 38.58 Selecting previously unselected package libarchive-cpio-perl.
11:19:40 #10 38.58 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ...
11:19:40 #10 38.58 Unpacking libarchive-cpio-perl (0.10-1) ...
11:19:40 #10 38.61 Selecting previously unselected package libasync-mergepoint-perl.
11:19:40 #10 30.50 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
11:19:40 #10 30.51 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:19:40 #10 30.54 Selecting previously unselected package libclone-perl.
11:19:40 #10 30.55 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
11:19:40 #10 30.55 Unpacking libclone-perl (0.45-1+b1) ...
11:19:40 #10 30.58 Selecting previously unselected package libcommon-sense-perl.
11:19:40 #10 30.58 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
11:19:40 #10 30.59 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:19:40 #10 30.61 Selecting previously unselected package libconfig-tiny-perl.
11:19:40 #10 30.62 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
11:19:40 #10 30.62 Unpacking libconfig-tiny-perl (2.26-1) ...
11:19:40 #10 30.65 Selecting previously unselected package libparams-util-perl.
11:19:40 #10 30.65 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
11:19:40 #10 30.66 Unpacking libparams-util-perl (1.102-1+b1) ...
11:19:40 #10 30.69 Selecting previously unselected package libsub-install-perl.
11:19:40 #10 30.69 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
11:19:40 #10 30.69 Unpacking libsub-install-perl (0.928-1.1) ...
11:19:40 #10 30.73 Selecting previously unselected package libdata-optlist-perl.
11:19:40 #10 30.73 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
11:19:40 #10 30.73 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:19:40 #10 30.76 Selecting previously unselected package libsub-exporter-perl.
11:19:40 #10 30.77 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
11:19:40 #10 30.77 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:40 #10 30.81 Selecting previously unselected package libconst-fast-perl.
11:19:40 #10 30.81 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
11:19:40 #10 30.81 Unpacking libconst-fast-perl (0.014-1.1) ...
11:19:40 #10 21.98 Selecting previously unselected package libfl2:armhf.
11:19:40 #10 21.98 Preparing to unpack .../021-libfl2_2.6.4-6.2_armhf.deb ...
11:19:40 #10 21.98 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:19:40 #10 22.04 Selecting previously unselected package at.
11:19:40 #10 22.04 Preparing to unpack .../022-at_3.1.23-1_armhf.deb ...
11:19:40 #10 22.04 Unpacking at (3.1.23-1) ...
11:19:40 #10 22.08 Selecting previously unselected package libsigsegv2:armhf.
11:19:40 #10 22.08 Preparing to unpack .../023-libsigsegv2_2.12-2_armhf.deb ...
11:19:40 #10 22.09 Unpacking libsigsegv2:armhf (2.12-2) ...
11:19:40 #10 22.12 Selecting previously unselected package m4.
11:19:40 #10 22.12 Preparing to unpack .../024-m4_1.4.18-2_armhf.deb ...
11:19:40 #10 22.12 Unpacking m4 (1.4.18-2) ...
11:19:40 #10 22.18 Selecting previously unselected package autoconf.
11:19:40 #10 22.18 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:19:40 #11 34.26 Get:372 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:40 #11 34.28 Get:373 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-xs-perl amd64 0.117-2 [12.8 kB]
11:19:40 #11 34.28 Get:374 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:19:40 #11 34.31 Get:375 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:19:40 #10 29.01 Fedora 37 - aarch64 - Updates                    16 MB/s |  25 MB     00:01    
11:19:40 #11 28.85 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:40 #11 28.86 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB]
11:19:40 #11 28.86 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:19:40 #11 28.86 Get:217 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.1 [389 kB]
11:19:40 #11 28.88 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
11:19:40 #21 10.09 Selecting previously unselected package gcc-mingw-w64-base.
11:19:40 #21 10.09 Preparing to unpack .../1-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:19:40 #21 10.09 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:19:40 #21 10.13 Selecting previously unselected package mingw-w64-common.
11:19:40 #21 10.13 Preparing to unpack .../2-mingw-w64-common_8.0.0-1_all.deb ...
11:19:40 #21 10.13 Unpacking mingw-w64-common (8.0.0-1) ...
11:19:40 #11 26.63 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
11:19:40 #11 26.87 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debugedit arm64 1:5.0-5 [45.9 kB]
11:19:40 #11 26.89 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dwz arm64 0.14-1build2 [102 kB]
11:19:40 #11 26.92 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext arm64 0.21-8 [842 kB]
11:19:40 #10 33.92 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
11:19:40 #10 33.93 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
11:19:40 #10 34.12 Selecting previously unselected package libpython2.7:arm64.
11:19:40 #10 34.12 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
11:19:40 #10 34.12 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
11:19:40 #9 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 5.2s
11:19:40 #9 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.1s done
11:19:40 #11 13.59 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
11:19:40 #11 13.59 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
11:19:40 #11 13.59 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
11:19:40 #11 13.59 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
11:19:40 #11 13.60 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
11:19:40 #11 13.60 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
11:19:40 #11 13.60 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:19:40 #11 13.61 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
11:19:40 #11 13.61 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
11:19:40 #11 13.61 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
11:19:40 #11 29.58 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:19:40 #11 29.59 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB]
11:19:40 #11 29.63 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB]
11:19:40 #11 29.65 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB]
11:19:40 #11 29.67 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:40 #11 29.68 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB]
11:19:40 #11 29.70 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB]
11:19:40 #11 29.71 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:40 #10 26.04   Installing       : python3-policycoreutils-3.5-1.el9.noarch           147/166 
11:19:40 #10 26.08   Installing       : policycoreutils-python-utils-3.5-1.el9.noarch      148/166 
11:19:40 #10 26.10   Installing       : gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/166 
11:19:40 #10 34.66   Installing       : libatomic-11.3.1-4.3.el9.x86_64                    152/167 
11:19:40 #10 34.80   Installing       : webkit2gtk3-jsc-2.38.5-1.el9.x86_64                153/167 
11:19:40 #10 34.80   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           154/167 
11:19:40 #10 34.81   Installing       : json-glib-1.6.6-1.el9.x86_64                       155/167 
11:19:40 #10 34.82   Installing       : info-6.7-15.el9.x86_64                             156/167 
11:19:40 #10 34.83   Installing       : ed-1.14.2-12.el9.x86_64                            157/167 
11:19:40 #10 34.84   Installing       : patch-2.7.6-16.el9.x86_64                          158/167 
11:19:40 #10 34.86   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   159/167 
11:19:40 #10 34.87   Installing       : gsettings-desktop-schemas-40.0-6.el9.x86_64        160/167 
11:19:40 #10 34.89   Installing       : glib-networking-2.68.3-3.el9.x86_64                161/167 
11:19:40 #10 34.90   Installing       : libsoup-2.72.0-8.el9.x86_64                        162/167 
11:19:40 #10 34.92   Installing       : libappstream-glib-0.7.18-4.el9.x86_64              163/167 
11:19:40 #10 34.93   Installing       : rpmlint-1.11-19.el9.noarch                         164/167 
11:19:40 #10 34.94   Installing       : rpm-build-4.16.1.3-22.el9.x86_64                   165/167 
11:19:40 #10 34.95   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                166/167 
11:19:40 #10 32.21 Unpacking libconfig-tiny-perl (2.28-2) ...
11:19:40 #10 32.24 Selecting previously unselected package libparams-util-perl.
11:19:40 #10 32.25 Preparing to unpack .../226-libparams-util-perl_1.102-2+b1_arm64.deb ...
11:19:40 #10 32.25 Unpacking libparams-util-perl (1.102-2+b1) ...
11:19:40 #10 32.28 Selecting previously unselected package libsub-install-perl.
11:19:40 #10 32.28 Preparing to unpack .../227-libsub-install-perl_0.929-1_all.deb ...
11:19:40 #10 32.29 Unpacking libsub-install-perl (0.929-1) ...
11:19:40 #10 32.32 Selecting previously unselected package libdata-optlist-perl.
11:19:40 #10 32.33 Preparing to unpack .../228-libdata-optlist-perl_0.113-1_all.deb ...
11:19:40 #10 32.33 Unpacking libdata-optlist-perl (0.113-1) ...
11:19:40 #10 32.36 Selecting previously unselected package libsub-exporter-perl.
11:19:40 #10 32.36 Preparing to unpack .../229-libsub-exporter-perl_0.989-1_all.deb ...
11:19:40 #10 32.37 Unpacking libsub-exporter-perl (0.989-1) ...
11:19:40 #10 32.41 Selecting previously unselected package libconst-fast-perl.
11:19:40 #10 32.41 Preparing to unpack .../230-libconst-fast-perl_0.014-2_all.deb ...
11:19:40 #10 32.42 Unpacking libconst-fast-perl (0.014-2) ...
11:19:40 #10 32.45 Selecting previously unselected package libwant-perl.
11:19:40 #12 22.35 (61/78): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.6 MB/s |  24 kB     00:00    
11:19:40 #12 22.36 (62/78): perl-Time-Local-1.280-1.el8.noarch.rpm 4.1 MB/s |  34 kB     00:00    
11:19:40 #12 22.37 (63/78): perl-Unicode-Normalize-1.25-396.el8.aa 8.0 MB/s |  78 kB     00:00    
11:19:40 #12 22.62 (64/78): perl-interpreter-5.26.3-422.el8.aarch6  25 MB/s | 6.3 MB     00:00    
11:19:40 #9 39.06 Preparing to unpack .../220-libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
11:19:40 #9 39.07 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:19:40 #9 39.11 Selecting previously unselected package libio-string-perl.
11:19:40 #9 39.11 Preparing to unpack .../221-libio-string-perl_1.08-3_all.deb ...
11:19:40 #9 39.11 Unpacking libio-string-perl (1.08-3) ...
11:19:40 #9 39.14 Selecting previously unselected package libipc-run-perl.
11:19:40 #9 39.14 Preparing to unpack .../222-libipc-run-perl_0.96-1_all.deb ...
11:19:40 #9 39.15 Unpacking libipc-run-perl (0.96-1) ...
11:19:40 #9 39.26 Selecting previously unselected package liblist-compare-perl.
11:19:40 #9 39.27 Preparing to unpack .../223-liblist-compare-perl_0.53-1_all.deb ...
11:19:40 #9 39.27 Unpacking liblist-compare-perl (0.53-1) ...
11:19:40 #9 39.31 Selecting previously unselected package liblist-moreutils-perl.
11:19:40 #9 39.31 Preparing to unpack .../224-liblist-moreutils-perl_0.416-1build3_amd64.deb ...
11:19:40 #9 39.31 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:19:40 #10 37.06 Preparing to unpack .../133-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:40 #10 37.07 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:40 #10 37.10 Selecting previously unselected package libwww-perl.
11:19:40 #10 37.10 Preparing to unpack .../134-libwww-perl_6.67-1_all.deb ...
11:19:40 #10 37.11 Unpacking libwww-perl (6.67-1) ...
11:19:40 #10 37.15 Selecting previously unselected package libdigest-md5-file-perl.
11:19:40 #10 37.15 Preparing to unpack .../135-libdigest-md5-file-perl_0.08-1.1_all.deb ...
11:19:40 #10 37.15 Unpacking libdigest-md5-file-perl (0.08-1.1) ...
11:19:40 #10 37.19 Selecting previously unselected package libfile-dirlist-perl.
11:19:40 #10 37.19 Preparing to unpack .../136-libfile-dirlist-perl_0.05-3_all.deb ...
11:19:40 #10 37.19 Unpacking libfile-dirlist-perl (0.05-3) ...
11:19:40 #10 37.22 Selecting previously unselected package libfile-which-perl.
11:19:40 #10 37.22 Preparing to unpack .../137-libfile-which-perl_1.27-2_all.deb ...
11:19:40 #10 37.22 Unpacking libfile-which-perl (1.27-2) ...
11:19:40 #10 37.25 Selecting previously unselected package libfile-homedir-perl.
11:19:40 #10 37.25 Preparing to unpack .../138-libfile-homedir-perl_1.006-2_all.deb ...
11:19:40 #10 37.25 Unpacking libfile-homedir-perl (1.006-2) ...
11:19:40 #10 37.29 Selecting previously unselected package libfile-touch-perl.
11:19:40 #10 37.29 Preparing to unpack .../139-libfile-touch-perl_0.12-2_all.deb ...
11:19:40 #10 37.29 Unpacking libfile-touch-perl (0.12-2) ...
11:19:40 #10 37.31 Selecting previously unselected package libio-pty-perl.
11:19:40 #10 37.32 Preparing to unpack .../140-libio-pty-perl_1%3a1.17-1_amd64.deb ...
11:19:40 #10 37.32 Unpacking libio-pty-perl (1:1.17-1) ...
11:19:40 #10 37.35 Selecting previously unselected package libipc-run-perl.
11:19:40 #10 37.35 Preparing to unpack .../141-libipc-run-perl_20220807.0-1_all.deb ...
11:19:40 #10 37.36 Unpacking libipc-run-perl (20220807.0-1) ...
11:19:40 #10 37.39 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:40 #10 37.39 Preparing to unpack .../142-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:19:40 #11 36.54 Selecting previously unselected package libhtml-tagset-perl.
11:19:40 #11 36.55 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:40 #11 36.55 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:40 #11 36.58 Selecting previously unselected package liburi-perl.
11:19:40 #11 36.59 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
11:19:40 #11 36.59 Unpacking liburi-perl (1.76-2) ...
11:19:40 #11 36.63 Selecting previously unselected package libhtml-parser-perl.
11:19:40 #11 36.64 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
11:19:40 #11 36.64 Unpacking libhtml-parser-perl (3.72-5) ...
11:19:40 #11 36.68 Selecting previously unselected package libhtml-tree-perl.
11:19:40 #11 36.68 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
11:19:40 #11 36.69 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:40 #11 36.74 Selecting previously unselected package libio-html-perl.
11:19:40 #10 12.16 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:19:40 #10 12.16 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:19:40 #10 12.16 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
11:19:40 #10 12.16 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
11:19:40 #10 12.24 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
11:19:40 #10 12.25 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:19:40 #10 12.25 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:19:40 #10 12.25 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:19:40 #10 12.25 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
11:19:40 #10 12.32 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:19:40 #10 12.32 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:19:40 #10 12.34 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
11:19:40 #10 12.34 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:19:40 #10 38.61 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ...
11:19:40 #10 38.61 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:19:40 #10 38.64 Selecting previously unselected package libauthen-sasl-perl.
11:19:40 #10 38.64 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ...
11:19:40 #10 38.64 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:19:40 #10 38.67 Selecting previously unselected package libmodule-implementation-perl.
11:19:40 #10 38.67 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ...
11:19:40 #10 38.68 Unpacking libmodule-implementation-perl (0.09-1) ...
11:19:40 #10 38.71 Selecting previously unselected package libvariable-magic-perl.
11:19:40 #10 38.71 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
11:19:40 #10 38.72 Unpacking libvariable-magic-perl (0.62-1+b1) ...
11:19:40 #10 38.75 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:40 #10 38.75 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:19:40 #10 38.75 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:19:40 #10 38.78 Selecting previously unselected package libcapture-tiny-perl.
11:19:40 #10 38.78 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:40 #10 38.79 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:40 #10 38.81 Selecting previously unselected package libcgi-pm-perl.
11:19:40 #10 38.81 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
11:19:40 #10 38.82 Unpacking libcgi-pm-perl (4.40-1) ...
11:19:40 #10 38.86 Selecting previously unselected package libfcgi-perl.
11:19:40 #10 38.86 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
11:19:40 #10 38.87 Unpacking libfcgi-perl (0.78-2+b3) ...
11:19:40 #10 38.90 Selecting previously unselected package libcgi-fast-perl.
11:19:40 #10 38.90 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:19:40 #10 38.90 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:19:40 #10 38.92 Selecting previously unselected package libsub-name-perl.
11:19:40 #10 30.85 Selecting previously unselected package libwant-perl.
11:19:40 #10 30.85 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
11:19:40 #10 30.86 Unpacking libwant-perl (0.29-1+b6) ...
11:19:40 #10 30.89 Selecting previously unselected package libcontextual-return-perl.
11:19:40 #10 30.89 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
11:19:40 #10 30.90 Unpacking libcontextual-return-perl (0.004014-2) ...
11:19:40 #10 30.94 Selecting previously unselected package libconvert-binhex-perl.
11:19:40 #10 30.94 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
11:19:40 #10 30.95 Unpacking libconvert-binhex-perl (1.125-1) ...
11:19:40 #10 30.98 Selecting previously unselected package libcpanel-json-xs-perl.
11:19:40 #10 30.98 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
11:19:40 #10 30.99 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:19:40 #10 31.03 Selecting previously unselected package libdevel-stacktrace-perl.
11:19:40 #10 31.03 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:19:40 #10 31.03 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:19:40 #10 31.06 Selecting previously unselected package libexception-class-perl.
11:19:40 #10 22.18 Unpacking autoconf (2.69-11) ...
11:19:40 #10 22.27 Selecting previously unselected package autotools-dev.
11:19:40 #10 22.27 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:19:40 #10 22.27 Unpacking autotools-dev (20180224.1) ...
11:19:40 #10 22.33 Selecting previously unselected package automake.
11:19:40 #10 22.33 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:19:40 #10 22.34 Unpacking automake (1:1.16.1-4) ...
11:19:40 #11 34.31 Get:376 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:19:40 #11 34.31 Get:377 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules amd64 2.1.28+dfsg-6ubuntu2 [69.8 kB]
11:19:40 #11 34.32 Get:378 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-decoder-perl amd64 4.025+ds-1 [102 kB]
11:19:40 #11 34.33 Get:379 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-encoder-perl amd64 4.025+ds-1 [104 kB]
11:19:40 #11 34.33 Get:380 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:19:40 #11 34.33 Get:381 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsocket6-perl amd64 0.29-2 [19.7 kB]
11:19:40 #11 34.33 Get:382 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB]
11:19:40 #10 33.46 Selecting previously unselected package libxml2:arm64.
11:19:40 #10 33.46 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_arm64.deb ...
11:19:40 #10 33.46 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:19:40 #10 33.53 Selecting previously unselected package libyaml-0-2:arm64.
11:19:40 #10 33.54 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
11:19:40 #10 33.54 Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
11:19:40 #10 33.58 Selecting previously unselected package lsb-release.
11:19:40 #11 29.29 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
11:19:40 #11 27.03 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:40 #11 27.04 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
11:19:40 #11 27.05 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debhelper all 13.9.1ubuntu1 [939 kB]
11:19:40 #11 27.10 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfakeroot arm64 1.29-1ubuntu1 [30.8 kB]
11:19:40 #11 27.11 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fakeroot arm64 1.29-1ubuntu1 [60.1 kB]
11:19:40 #10 34.22 Selecting previously unselected package libmailutils5:arm64.
11:19:40 #10 34.23 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
11:19:40 #10 34.23 Unpacking libmailutils5:arm64 (1:3.5-4) ...
11:19:40 #10 34.30 Selecting previously unselected package libmime-tools-perl.
11:19:40 #10 34.30 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
11:19:40 #10 34.34 Unpacking libmime-tools-perl (5.509-1) ...
11:19:40 #10 34.38 Selecting previously unselected package libnet-dns-sec-perl.
11:19:40 #10 34.38 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
11:19:40 #10 34.39 Unpacking libnet-dns-sec-perl (1.11-1) ...
11:19:40 #10 34.42 Selecting previously unselected package libnet-libidn-perl.
11:19:40 #10 34.42 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
11:19:40 #10 34.43 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
11:19:40 #10 34.46 Selecting previously unselected package libnumber-compare-perl.
11:19:40 #10 35.26 Selecting previously unselected package iso-codes.
11:19:40 #10 35.26 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
11:19:40 #10 35.26 Unpacking iso-codes (4.6.0-1) ...
11:19:40 #11 14.01 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
11:19:40 #11 29.86 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:40 #10 26.13   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/166 
11:19:40 #10 26.36 ValueError: SELinux policy is not managed or store cannot be accessed.
11:19:40 #10 26.36 
11:19:40 #10 35.03   Installing       : glibc-gconv-extra-2.34-60.el9.x86_64               167/167 
11:19:40 #11 30.52 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
11:19:40 #11 30.59 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
11:19:40 #11 30.76 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.04.1 [29.1 kB]
11:19:40 #11 30.79 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
11:19:40 #11 30.91 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.4 [180 kB]
11:19:40 #10 36.82 Fedora 36 - x86_64 - Updates                     18 MB/s |  35 MB     00:01    
11:19:40 #10 32.45 Preparing to unpack .../231-libwant-perl_0.29-2+b1_arm64.deb ...
11:19:40 #10 32.46 Unpacking libwant-perl (0.29-2+b1) ...
11:19:40 #10 32.49 Selecting previously unselected package libcontextual-return-perl.
11:19:40 #10 32.50 Preparing to unpack .../232-libcontextual-return-perl_0.004014-4_all.deb ...
11:19:40 #10 32.50 Unpacking libcontextual-return-perl (0.004014-4) ...
11:19:40 #10 32.53 Selecting previously unselected package libconvert-binhex-perl.
11:19:40 #10 32.54 Preparing to unpack .../233-libconvert-binhex-perl_1.125-3_all.deb ...
11:19:40 #10 32.54 Unpacking libconvert-binhex-perl (1.125-3) ...
11:19:40 #10 32.58 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:19:40 #10 32.58 Preparing to unpack .../234-libcpanel-json-xs-perl_4.35-1_arm64.deb ...
11:19:40 #10 32.58 Unpacking libcpanel-json-xs-perl:arm64 (4.35-1) ...
11:19:40 #10 32.62 Selecting previously unselected package libdevel-stacktrace-perl.
11:19:40 #10 32.62 Preparing to unpack .../235-libdevel-stacktrace-perl_2.0400-2_all.deb ...
11:19:40 #10 32.63 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
11:19:40 #10 32.66 Selecting previously unselected package libexception-class-perl.
11:19:40 #10 32.66 Preparing to unpack .../236-libexception-class-perl_1.45-1_all.deb ...
11:19:40 #10 32.66 Unpacking libexception-class-perl (1.45-1) ...
11:19:40 #10 32.69 Selecting previously unselected package libiterator-perl.
11:19:40 #10 32.69 Preparing to unpack .../237-libiterator-perl_0.03+ds1-2_all.deb ...
11:19:40 #10 32.70 Unpacking libiterator-perl (0.03+ds1-2) ...
11:19:40 #10 32.73 Selecting previously unselected package libiterator-util-perl.
11:19:40 #10 32.73 Preparing to unpack .../238-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:19:40 #10 32.74 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:19:40 #10 32.77 Selecting previously unselected package libdata-dpath-perl.
11:19:40 #10 32.77 Preparing to unpack .../239-libdata-dpath-perl_0.58-2_all.deb ...
11:19:40 #10 32.78 Unpacking libdata-dpath-perl (0.58-2) ...
11:19:40 #10 32.81 Selecting previously unselected package libdata-dump-perl.
11:19:40 #12 22.68 (65/78): perl-libs-5.26.3-422.el8.aarch64.rpm    25 MB/s | 1.5 MB     00:00    
11:19:40 #12 22.68 (66/78): perl-macros-5.26.3-422.el8.aarch64.rpm  14 MB/s |  72 kB     00:00    
11:19:40 #12 22.69 (67/78): perl-Pod-Usage-1.69-395.el8.noarch.rpm  93 kB/s |  34 kB     00:00    
11:19:40 #12 22.69 (68/78): perl-parent-0.237-1.el8.noarch.rpm     2.8 MB/s |  20 kB     00:00    
11:19:40 #12 22.70 (69/78): perl-podlators-4.11-1.el8.noarch.rpm    14 MB/s | 118 kB     00:00    
11:19:40 #12 22.70 (70/78): perl-threads-2.21-2.el8.aarch64.rpm    6.4 MB/s |  60 kB     00:00    
11:19:40 #12 22.70 (71/78): perl-threads-shared-1.58-2.el8.aarch64 5.7 MB/s |  47 kB     00:00    
11:19:40 #12 22.71 (72/78): pkgconf-m4-1.4.2-1.el8.noarch.rpm      3.4 MB/s |  17 kB     00:00    
11:19:40 #12 22.71 (73/78): perl-constant-1.33-396.el8.noarch.rpm   72 kB/s |  25 kB     00:00    
11:19:40 #12 22.72 (74/78): pkgconf-1.4.2-1.el8.aarch64.rpm        2.4 MB/s |  37 kB     00:00    
11:19:40 #12 22.72 (75/78): pkgconf-pkg-config-1.4.2-1.el8.aarch64 1.6 MB/s |  15 kB     00:00    
11:19:40 #12 22.72 (76/78): unzip-6.0-46.el8.aarch64.rpm            17 MB/s | 189 kB     00:00    
11:19:40 #12 22.73 (77/78): xz-5.2.4-4.el8.aarch64.rpm              17 MB/s | 153 kB     00:00    
11:19:40 #12 22.73 (78/78): zip-3.0-23.el8.aarch64.rpm              18 MB/s | 265 kB     00:00    
11:19:40 #12 22.74 --------------------------------------------------------------------------------
11:19:40 #12 22.74 Total                                            17 MB/s |  31 MB     00:01     
11:19:40 #9 39.35 Selecting previously unselected package libltdl7:amd64.
11:19:40 #9 39.35 Preparing to unpack .../225-libltdl7_2.4.6-2_amd64.deb ...
11:19:40 #9 39.36 Unpacking libltdl7:amd64 (2.4.6-2) ...
11:19:40 #9 39.39 Selecting previously unselected package libltdl-dev:amd64.
11:19:40 #9 39.39 Preparing to unpack .../226-libltdl-dev_2.4.6-2_amd64.deb ...
11:19:40 #9 39.40 Unpacking libltdl-dev:amd64 (2.4.6-2) ...
11:19:40 #9 39.46 Selecting previously unselected package libnet-http-perl.
11:19:40 #9 39.46 Preparing to unpack .../227-libnet-http-perl_6.17-1_all.deb ...
11:19:40 #9 39.46 Unpacking libnet-http-perl (6.17-1) ...
11:19:40 #9 39.50 Selecting previously unselected package libwww-robotrules-perl.
11:19:40 #9 39.50 Preparing to unpack .../228-libwww-robotrules-perl_6.01-1_all.deb ...
11:19:40 #9 39.50 Unpacking libwww-robotrules-perl (6.01-1) ...
11:19:40 #9 39.53 Selecting previously unselected package libwww-perl.
11:19:40 #9 39.53 Preparing to unpack .../229-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:19:40 #9 39.54 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:19:40 #9 39.58 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:40 #10 37.40 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:19:40 #10 37.42 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:40 #10 37.42 Preparing to unpack .../143-libclass-xsaccessor-perl_1.19-4+b1_amd64.deb ...
11:19:40 #10 37.43 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:19:40 #10 37.46 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
11:19:40 #10 37.46 Preparing to unpack .../144-libb-hooks-op-check-perl_0.22-2+b1_amd64.deb ...
11:19:40 #10 37.46 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
11:19:40 #10 37.49 Selecting previously unselected package libdynaloader-functions-perl.
11:19:40 #10 37.49 Preparing to unpack .../145-libdynaloader-functions-perl_0.003-3_all.deb ...
11:19:40 #10 37.50 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:19:40 #10 37.52 Selecting previously unselected package libdevel-callchecker-perl:amd64.
11:19:40 #10 37.53 Preparing to unpack .../146-libdevel-callchecker-perl_0.008-2_amd64.deb ...
11:19:40 #10 37.53 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ...
11:19:40 #10 37.56 Selecting previously unselected package libparams-classify-perl:amd64.
11:19:40 #10 37.56 Preparing to unpack .../147-libparams-classify-perl_0.015-2+b1_amd64.deb ...
11:19:40 #10 37.56 Unpacking libparams-classify-perl:amd64 (0.015-2+b1) ...
11:19:40 #10 37.59 Selecting previously unselected package libmodule-runtime-perl.
11:19:40 #10 37.59 Preparing to unpack .../148-libmodule-runtime-perl_0.016-2_all.deb ...
11:19:40 #10 37.60 Unpacking libmodule-runtime-perl (0.016-2) ...
11:19:40 #10 37.62 Selecting previously unselected package libimport-into-perl.
11:19:40 #10 37.62 Preparing to unpack .../149-libimport-into-perl_1.002005-2_all.deb ...
11:19:40 #10 37.63 Unpacking libimport-into-perl (1.002005-2) ...
11:19:40 #10 37.65 Selecting previously unselected package librole-tiny-perl.
11:19:40 #10 37.66 Preparing to unpack .../150-librole-tiny-perl_2.002004-1_all.deb ...
11:19:40 #10 37.66 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:40 #10 37.69 Selecting previously unselected package libsub-quote-perl.
11:19:40 #10 37.69 Preparing to unpack .../151-libsub-quote-perl_2.006008-1_all.deb ...
11:19:40 #10 28.73 Fedora 36 - aarch64 - Updates                    19 MB/s |  33 MB     00:01    
11:19:40 #11 36.74 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
11:19:40 #11 36.77 Unpacking libio-html-perl (1.001-1) ...
11:19:40 #11 36.81 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:40 #11 36.82 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:40 #11 36.82 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:40 #11 36.86 Selecting previously unselected package libhttp-message-perl.
11:19:40 #11 36.87 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
11:19:40 #11 36.87 Unpacking libhttp-message-perl (6.22-1) ...
11:19:40 #11 36.92 Selecting previously unselected package libhttp-cookies-perl.
11:19:40 #11 36.92 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
11:19:40 #11 36.93 Unpacking libhttp-cookies-perl (6.08-1) ...
11:19:40 #11 36.96 Selecting previously unselected package libhttp-negotiate-perl.
11:19:40 #11 36.97 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:40 #10 12.41 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
11:19:40 #10 12.42 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
11:19:40 #10 12.43 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
11:19:40 #10 12.43 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:19:40 #10 12.44 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:19:40 #10 12.52 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:19:40 #10 12.52 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:19:40 #10 12.53 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
11:19:40 #10 12.67 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
11:19:40 #10 38.93 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
11:19:40 #10 38.93 Unpacking libsub-name-perl (0.21-1+b3) ...
11:19:40 #10 38.96 Selecting previously unselected package libclass-accessor-perl.
11:19:40 #10 38.96 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
11:19:40 #10 38.96 Unpacking libclass-accessor-perl (0.51-1) ...
11:19:40 #10 38.99 Selecting previously unselected package libclass-inspector-perl.
11:19:40 #10 38.99 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
11:19:40 #10 38.99 Unpacking libclass-inspector-perl (1.32-1) ...
11:19:40 #10 39.02 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:40 #10 39.02 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
11:19:40 #10 39.02 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
11:19:40 #10 39.05 Selecting previously unselected package libclone-perl.
11:19:40 #10 39.05 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
11:19:40 #10 39.06 Unpacking libclone-perl (0.41-1+b1) ...
11:19:40 #10 39.08 Selecting previously unselected package libcommon-sense-perl.
11:19:40 #10 39.08 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
11:19:40 #10 39.09 Unpacking libcommon-sense-perl (3.74-2+b7) ...
11:19:40 #10 39.11 Selecting previously unselected package libparams-util-perl.
11:19:40 #10 39.12 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
11:19:40 #10 39.12 Unpacking libparams-util-perl (1.07-3+b4) ...
11:19:40 #10 39.14 Selecting previously unselected package libsub-install-perl.
11:19:40 #10 39.15 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ...
11:19:40 #10 39.15 Unpacking libsub-install-perl (0.928-1) ...
11:19:40 #10 39.18 Selecting previously unselected package libdata-optlist-perl.
11:19:40 #10 31.07 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
11:19:40 #10 31.07 Unpacking libexception-class-perl (1.44-1) ...
11:19:40 #10 31.10 Selecting previously unselected package libiterator-perl.
11:19:40 #10 31.10 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:19:40 #10 31.11 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:19:40 #10 31.14 Selecting previously unselected package libiterator-util-perl.
11:19:40 #10 31.14 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:19:40 #10 31.14 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:19:40 #10 31.18 Selecting previously unselected package libexporter-tiny-perl.
11:19:40 #10 31.18 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
11:19:40 #10 31.18 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:19:40 #10 31.21 Selecting previously unselected package liblist-moreutils-xs-perl.
11:19:40 #10 31.22 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
11:19:40 #10 31.22 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
11:19:40 #10 31.25 Selecting previously unselected package liblist-moreutils-perl.
11:19:40 #10 31.25 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
11:19:40 #10 31.26 Unpacking liblist-moreutils-perl (0.430-2) ...
11:19:40 #10 31.29 Selecting previously unselected package libdata-dpath-perl.
11:19:40 #10 22.48 Selecting previously unselected package autopoint.
11:19:40 #10 22.48 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:19:40 #10 22.48 Unpacking autopoint (0.19.8.1-9) ...
11:19:40 #10 22.53 Selecting previously unselected package binutils-common:armhf.
11:19:40 #10 22.53 Preparing to unpack .../029-binutils-common_2.31.1-16_armhf.deb ...
11:19:40 #10 22.53 Unpacking binutils-common:armhf (2.31.1-16) ...
11:19:40 #11 34.74 Get:383 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:19:40 #10 10.05 The following NEW packages will be installed:
11:19:40 #10 10.05   autoconf automake autopoint autotools-dev binutils
11:19:40 #10 10.05   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
11:19:40 #10 10.05   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:19:40 #10 10.05   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
11:19:40 #10 10.05   intltool-debian libarchive-zip-perl libasan5 libatomic1
11:19:40 #10 10.05   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
11:19:40 #10 10.05   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
11:19:40 #10 10.05   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
11:19:40 #10 10.05   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:19:40 #10 10.05   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
11:19:40 #10 10.05   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
11:19:40 #10 10.05   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
11:19:40 #10 10.05   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:19:40 #10 10.05   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
11:19:40 #10 10.05   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:19:40 #10 10.05   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
11:19:40 #10 10.05   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:19:40 #10 10.05   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
11:19:40 #10 10.05   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
11:19:40 #10 10.05   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:19:40 #10 10.05   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
11:19:40 #10 10.05   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:19:40 #10 10.05   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:19:40 #10 10.05   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:19:40 #10 10.05   po-debconf python3 python3-minimal python3.7 python3.7-minimal
11:19:40 #10 10.05   sensible-utils wdiff xz-utils
11:19:40 #10 10.05 The following packages will be upgraded:
11:19:40 #10 10.05   curl libc6 libcurl4
11:19:40 #10 10.52 3 upgraded, 125 newly installed, 0 to remove and 10 not upgraded.
11:19:40 #10 10.52 Need to get 69.6 MB of archives.
11:19:40 #10 10.52 After this operation, 272 MB of additional disk space will be used.
11:19:40 #10 10.52 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
11:19:40 #10 33.58 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:19:40 #10 33.58 Unpacking lsb-release (9.20170808ubuntu1) ...
11:19:40 #10 33.62 Selecting previously unselected package netbase.
11:19:40 #10 33.62 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:19:40 #10 33.63 Unpacking netbase (5.4) ...
11:19:40 #10 33.67 Selecting previously unselected package shared-mime-info.
11:19:40 #10 33.67 Preparing to unpack .../025-shared-mime-info_1.9-2_arm64.deb ...
11:19:40 #10 33.67 Unpacking shared-mime-info (1.9-2) ...
11:19:40 #21 10.80 Selecting previously unselected package mingw-w64-x86-64-dev.
11:19:40 #10 34.46 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
11:19:40 #10 34.47 Unpacking libnumber-compare-perl (0.03-1) ...
11:19:40 #10 34.50 Selecting previously unselected package libnumber-range-perl.
11:19:40 #10 34.50 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
11:19:40 #10 34.50 Unpacking libnumber-range-perl (0.12-1) ...
11:19:40 #10 34.54 Selecting previously unselected package libossp-uuid16:arm64.
11:19:40 #10 34.54 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
11:19:40 #10 34.55 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
11:19:40 #10 34.58 Selecting previously unselected package libossp-uuid-perl.
11:19:40 #10 34.58 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
11:19:40 #10 34.58 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
11:19:40 #10 34.61 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:40 #10 34.62 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
11:19:40 #10 34.63 Unpacking libpackage-stash-xs-perl (0.29-1) ...
11:19:40 #10 34.65 Selecting previously unselected package libparse-debianchangelog-perl.
11:19:40 #10 34.66 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
11:19:40 #10 34.66 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
11:19:40 #10 34.69 Selecting previously unselected package libtext-glob-perl.
11:19:40 #10 35.67 Selecting previously unselected package libalgorithm-diff-perl.
11:19:40 #10 35.67 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
11:19:40 #10 35.67 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:19:40 #10 35.70 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:40 #10 35.70 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
11:19:40 #10 35.71 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:19:40 #10 35.73 Selecting previously unselected package libalgorithm-merge-perl.
11:19:40 #10 35.73 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:40 #10 35.74 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:40 #10 35.76 Selecting previously unselected package libaliased-perl.
11:19:40 #10 35.76 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
11:19:40 #10 35.77 Unpacking libaliased-perl (0.34-1.1) ...
11:19:40 #11 30.01 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:19:40 #11 30.12 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB]
11:19:40 #10 26.46   Installing       : gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/166 
11:19:40 #10 26.52   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/166 
11:19:40 #10 26.55   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64   151/166 
11:19:40 #10 26.66   Installing       : binutils-2.35.2-37.el9.aarch64                     152/166 
11:19:40 #10 26.69   Running scriptlet: binutils-2.35.2-37.el9.aarch64                     152/166 
11:19:40 #10 26.71   Installing       : libbrotli-1.0.9-6.el9.aarch64                      153/166 
11:19:40 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70
11:19:40 #9 ...
11:19:40 
11:19:40 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:40 #10 8.673 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
11:19:40 #10 8.673 Get:76 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
11:19:40 #10 8.706 Get:77 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
11:19:40 #10 8.821 Get:78 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
11:19:40 #10 8.821 Get:79 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
11:19:40 #10 8.821 Get:80 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.12 [1551 kB]
11:19:40 #10 8.844 Get:81 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
11:19:40 #10 8.844 Get:82 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.12 [2312 kB]
11:19:40 #10 8.851 Get:83 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:19:40 #10 8.869 Get:84 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
11:19:40 #10 8.869 Get:85 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
11:19:40 #10 8.869 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
11:19:40 #10 8.869 Get:87 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
11:19:40 #10 8.869 Get:88 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
11:19:40 #10 8.869 Get:89 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
11:19:40 #10 8.869 Get:90 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:19:40 #10 8.869 Get:91 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
11:19:40 #10 8.915 Get:92 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u7 [313 kB]
11:19:40 #10 8.918 Get:93 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u7 [262 kB]
11:19:40 #10 8.921 Get:94 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:19:40 #10 8.922 Get:95 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:19:40 #10 8.924 Get:96 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:19:40 #10 8.927 Get:97 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:19:40 #10 8.928 Get:98 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:19:40 #10 8.934 Get:99 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:19:40 #10 8.935 Get:100 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:19:40 #10 8.935 Get:101 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:19:40 #10 8.936 Get:102 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:19:40 #10 8.938 Get:103 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB]
11:19:40 #10 8.940 Get:104 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB]
11:19:40 #10 9.068 Get:105 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [602 kB]
11:19:40 #10 9.090 Get:106 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB]
11:19:40 #10 9.110 Get:107 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:40 #10 9.110 Get:108 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:19:40 #10 9.110 Get:109 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:19:40 #10 9.118 Get:110 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB]
11:19:40 #10 9.828 Get:111 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
11:19:40 #10 9.830 Get:112 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
11:19:40 #10 9.834 Get:113 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
11:19:40 #10 9.839 Get:114 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
11:19:40 #10 9.853 Get:115 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
11:19:40 #10 9.853 Get:116 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:19:40 #10 9.853 Get:117 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
11:19:40 #10 9.853 Get:118 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:19:40 #10 9.881 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
11:19:40 #10 9.881 Get:120 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
11:19:40 #10 9.914 Get:121 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
11:19:40 #10 9.914 Get:122 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
11:19:40 #10 9.914 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
11:19:40 #10 9.924 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
11:19:40 #10 9.946 Get:125 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
11:19:40 #10 9.946 Get:126 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
11:19:40 #10 9.966 Get:127 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:19:40 #10 9.966 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:19:40 #10 9.966 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:19:40 #10 9.966 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:19:40 #10 9.966 Get:131 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB]
11:19:40 #10 9.966 Get:132 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:19:40 #10 9.966 Get:133 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:19:40 #10 9.966 Get:134 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB]
11:19:40 #10 9.966 Get:135 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:19:40 #10 9.966 Get:136 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:19:40 #10 9.966 Get:137 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB]
11:19:40 #10 9.966 Get:138 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:40 #10 9.966 Get:139 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:40 #10 9.966 Get:140 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:40 #10 9.966 Get:141 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:40 #10 9.973 Get:142 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:19:40 #10 9.973 Get:143 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:19:40 #10 9.973 Get:144 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:19:40 #10 9.973 Get:145 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:40 #10 9.973 Get:146 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:19:40 #10 9.987 Get:147 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:19:40 #10 9.987 Get:148 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:19:40 #10 9.987 Get:149 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:19:40 #10 10.02 Get:150 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:19:40 #10 10.02 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:19:40 #10 10.02 Get:152 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:19:40 #10 10.02 Get:153 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:19:40 #10 10.02 Get:154 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:19:40 #10 10.02 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:40 #10 10.02 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:40 #10 10.02 Get:157 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:19:40 #10 10.02 Get:158 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB]
11:19:40 #10 10.02 Get:159 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:19:40 #10 10.02 Get:160 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:19:40 #10 10.02 Get:161 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:40 #10 10.02 Get:162 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:40 #10 10.03 Get:163 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:40 #10 10.03 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:19:40 #10 10.03 Get:165 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
11:19:40 #10 10.03 Get:166 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
11:19:40 #10 10.03 Get:167 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
11:19:40 #10 10.04 Get:168 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB]
11:19:40 #10 10.04 Get:169 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
11:19:40 #10 10.04 Get:170 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB]
11:19:40 #10 10.04 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB]
11:19:40 #10 10.05 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB]
11:19:40 #10 10.05 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB]
11:19:40 #10 10.05 Get:174 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB]
11:19:40 #10 10.05 Get:175 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB]
11:19:40 #10 10.05 Get:176 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB]
11:19:40 #10 10.06 Get:177 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
11:19:40 #10 10.06 Get:178 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
11:19:40 #10 10.06 Get:179 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB]
11:19:40 #10 10.07 Get:180 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [310 kB]
11:19:40 #10 10.08 Get:181 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
11:19:40 #10 10.08 Get:182 http://deb.debian.org/debian-security bullseye-security/main armhf git-man all 1:2.30.2-1+deb11u2 [1828 kB]
11:19:40 #10 10.09 Get:183 http://deb.debian.org/debian-security bullseye-security/main armhf git armhf 1:2.30.2-1+deb11u2 [5109 kB]
11:19:40 #10 10.19 Get:184 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
11:19:40 #10 10.23 Get:185 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:40 #10 10.23 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
11:19:40 #10 10.24 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:19:40 #10 10.24 Get:188 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB]
11:19:40 #10 10.24 Get:189 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB]
11:19:40 #10 10.24 Get:190 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:19:40 #10 10.24 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB]
11:19:40 #10 10.24 Get:192 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB]
11:19:40 #10 10.24 Get:193 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:19:40 #10 10.24 Get:194 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:19:40 #10 10.24 Get:195 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:40 #10 10.24 Get:196 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB]
11:19:40 #10 10.24 Get:197 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:19:40 #10 10.25 Get:198 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB]
11:19:40 #10 10.25 Get:199 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1+deb11u1 [357 kB]
11:19:40 #10 10.25 Get:200 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB]
11:19:40 #10 10.27 Get:201 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB]
11:19:40 #10 10.27 Get:202 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB]
11:19:40 #10 10.27 Get:203 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
11:19:40 #10 10.27 Get:204 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1 [226 kB]
11:19:40 #10 10.27 Get:205 http://deb.debian.org/debian-security bullseye-security/main armhf libtiff5 armhf 4.2.0-1+deb11u4 [272 kB]
11:19:40 #10 10.27 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
11:19:40 #10 10.27 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:19:40 #10 10.27 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB]
11:19:40 #10 10.27 Get:209 http://deb.debian.org/debian bullseye/main armhf libx11-data all 2:1.7.2-1 [311 kB]
11:19:40 #10 10.27 Get:210 http://deb.debian.org/debian bullseye/main armhf libx11-6 armhf 2:1.7.2-1 [713 kB]
11:19:40 #10 10.28 Get:211 http://deb.debian.org/debian bullseye/main armhf libxpm4 armhf 1:3.5.12-1 [44.0 kB]
11:19:40 #10 10.28 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB]
11:19:40 #10 10.28 Get:213 http://deb.debian.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+deb11u5 [247 kB]
11:19:40 #10 10.29 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:19:40 #10 10.29 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:40 #10 10.30 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB]
11:19:40 #10 10.30 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB]
11:19:40 #10 10.30 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB]
11:19:40 #10 10.30 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB]
11:19:40 #10 10.30 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:19:40 #10 10.30 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB]
11:19:40 #10 10.30 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB]
11:19:40 #10 10.30 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:19:40 #10 10.30 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
11:19:40 #10 10.30 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B]
11:19:40 #10 10.30 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB]
11:19:40 #10 10.30 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:19:40 #10 10.30 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:19:40 #10 10.30 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB]
11:19:40 #10 10.31 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:19:40 #10 10.31 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB]
11:19:40 #10 10.31 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:19:40 #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]
11:19:40 #10 10.31 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:19:40 #10 10.31 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB]
11:19:40 #10 10.32 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:19:40 #10 10.32 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB]
11:19:40 #10 10.32 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:19:40 #10 10.32 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB]
11:19:40 #10 10.32 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:19:40 #10 10.32 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:40 #10 10.32 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB]
11:19:40 #10 10.33 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B]
11:19:40 #10 10.33 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB]
11:19:40 #10 10.33 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
11:19:40 #10 10.33 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
11:19:40 #10 10.33 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB]
11:19:40 #10 10.33 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:19:40 #10 10.33 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
11:19:40 #10 10.33 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:40 #10 10.35 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
11:19:40 #10 10.35 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B]
11:19:40 #10 10.35 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B]
11:19:40 #10 10.35 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:19:40 #10 10.35 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB]
11:19:40 #10 10.35 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB]
11:19:40 #10 10.35 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB]
11:19:40 #10 10.35 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:40 #10 10.35 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB]
11:19:40 #10 10.36 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:19:40 #10 10.36 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
11:19:40 #10 10.36 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:19:40 #10 10.36 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:19:40 #10 10.36 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
11:19:40 #10 10.36 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB]
11:19:40 #10 10.36 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB]
11:19:40 #10 10.37 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:19:40 #10 10.37 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB]
11:19:40 #10 10.37 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB]
11:19:40 #10 10.37 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB]
11:19:40 #10 10.37 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:19:40 #10 10.37 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB]
11:19:40 #10 10.37 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB]
11:19:40 #10 10.38 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:19:40 #10 10.38 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
11:19:40 #10 10.39 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB]
11:19:40 #10 10.40 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB]
11:19:40 #10 10.42 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB]
11:19:40 #10 10.42 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB]
11:19:40 #10 10.42 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:19:40 #10 10.42 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:19:40 #10 10.42 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
11:19:40 #10 10.42 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:19:40 #10 10.42 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB]
11:19:40 #10 10.43 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:40 #10 10.43 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB]
11:19:40 #10 10.43 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:19:40 #10 10.43 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:19:40 #10 10.43 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB]
11:19:40 #10 10.43 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB]
11:19:40 #10 10.43 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB]
11:19:40 #10 10.44 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:19:40 #10 10.44 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
11:19:40 #10 10.44 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
11:19:40 #10 10.44 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
11:19:40 #10 10.44 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:19:40 #10 10.44 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:19:40 #10 10.45 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:19:40 #10 10.45 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB]
11:19:40 #10 10.45 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB]
11:19:40 #10 10.45 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB]
11:19:40 #10 10.45 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:19:40 #10 10.45 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:19:40 #10 10.45 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:19:40 #10 10.46 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB]
11:19:40 #10 10.46 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB]
11:19:40 #10 10.46 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B]
11:19:40 #10 10.46 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB]
11:19:40 #10 10.46 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB]
11:19:40 #10 10.46 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB]
11:19:40 #10 10.46 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:19:40 #10 10.47 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB]
11:19:40 #10 10.47 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB]
11:19:40 #10 10.47 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:40 #10 10.47 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB]
11:19:40 #10 10.47 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB]
11:19:40 #10 10.47 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB]
11:19:40 #10 10.47 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
11:19:40 #10 10.47 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB]
11:19:40 #10 10.47 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB]
11:19:40 #10 10.48 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:19:40 #10 10.48 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:19:40 #10 10.48 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB]
11:19:40 #10 10.48 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB]
11:19:40 #10 10.48 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB]
11:19:40 #10 10.48 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
11:19:40 #10 10.49 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB]
11:19:40 #10 10.49 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
11:19:40 #10 10.49 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB]
11:19:40 #10 10.49 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:19:40 #10 10.50 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
11:19:40 #10 10.50 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:19:40 #10 10.50 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB]
11:19:40 #10 10.50 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB]
11:19:40 #10 10.50 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B]
11:19:40 #10 10.50 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB]
11:19:40 #10 10.50 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB]
11:19:40 #10 10.50 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB]
11:19:40 #10 10.51 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB]
11:19:40 #10 10.51 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB]
11:19:40 #10 10.51 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB]
11:19:40 #10 10.51 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB]
11:19:40 #10 10.51 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB]
11:19:40 #10 10.52 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:19:40 #10 10.52 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:19:40 #10 10.52 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:19:40 #10 10.52 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB]
11:19:40 #10 10.53 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:19:40 #10 10.53 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:19:40 #10 10.53 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
11:19:40 #10 10.53 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB]
11:19:40 #10 10.53 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB]
11:19:40 #10 10.53 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB]
11:19:40 #10 10.53 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB]
11:19:40 #10 10.53 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB]
11:19:40 #10 10.54 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB]
11:19:40 #10 10.54 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26+deb11u1 [157 kB]
11:19:40 #10 10.54 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB]
11:19:40 #10 10.55 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
11:19:40 #10 10.56 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB]
11:19:40 #10 10.61 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
11:19:40 #10 10.61 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB]
11:19:40 #10 10.61 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB]
11:19:40 #10 10.61 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB]
11:19:40 #10 10.62 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB]
11:19:40 #10 10.62 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
11:19:40 #10 10.62 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
11:19:40 #10 10.62 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
11:19:40 #10 10.62 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB]
11:19:40 #10 10.64 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB]
11:19:40 #10 10.64 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB]
11:19:40 #10 10.64 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:19:40 #10 10.64 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:19:40 #10 10.65 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B]
11:19:40 #11 30.96 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]
11:19:40 #10 10.65 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB]
11:19:40 #10 10.66 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB]
11:19:40 #11 30.97 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
11:19:40 #10 10.66 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB]
11:19:40 #11 30.99 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.1 [27.6 kB]
11:19:40 #10 10.68 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB]
11:19:40 #10 10.71 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
11:19:40 #10 11.00 debconf: delaying package configuration, since apt-utils is not installed
11:19:40 #10 11.04 Fetched 157 MB in 3s (52.6 MB/s)
11:19:40 #10 11.06 Selecting previously unselected package bsdextrautils.
11:19:40 #11 31.00 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:40 #10 11.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:40 #10 11.06 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
11:19:40 #11 31.00 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:40 #11 31.00 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
11:19:40 #10 11.07 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:19:40 #10 11.12 Selecting previously unselected package libuchardet0:armhf.
11:19:40 #10 11.12 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ...
11:19:40 #10 11.13 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:19:40 #10 11.18 Selecting previously unselected package groff-base.
11:19:40 #10 11.18 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ...
11:19:40 #10 11.18 Unpacking groff-base (1.22.4-6) ...
11:19:40 #10 11.42 Selecting previously unselected package libgdbm6:armhf.
11:19:40 #10 11.42 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ...
11:19:40 #10 11.43 Unpacking libgdbm6:armhf (1.19-2) ...
11:19:40 #10 11.48 Selecting previously unselected package libpipeline1:armhf.
11:19:40 #10 11.48 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ...
11:19:40 #10 11.49 Unpacking libpipeline1:armhf (1.5.3-1) ...
11:19:40 #10 11.55 Selecting previously unselected package man-db.
11:19:40 #10 11.55 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ...
11:19:40 #10 11.56 Unpacking man-db (2.9.4-2) ...
11:19:40 #10 11.81 Selecting previously unselected package perl-modules-5.32.
11:19:40 #10 11.81 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:19:40 #10 11.82 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:40 #10 12.40 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:40 #10 12.40 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ...
11:19:40 #10 12.40 Unpacking libgdbm-compat4:armhf (1.19-2) ...
11:19:40 #10 12.48 Selecting previously unselected package libperl5.32:armhf.
11:19:40 #10 12.48 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
11:19:40 #10 12.48 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:19:40 #10 13.60 Selecting previously unselected package perl.
11:19:40 #10 13.60 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ...
11:19:40 #10 13.61 Unpacking perl (5.32.1-4+deb11u2) ...
11:19:40 #10 13.72 Selecting previously unselected package liblocale-gettext-perl.
11:19:40 #10 13.72 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
11:19:40 #10 13.72 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:19:40 #10 13.77 Selecting previously unselected package libpython3.9-minimal:armhf.
11:19:40 #10 13.77 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ...
11:19:40 #10 13.77 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
11:19:40 #10 14.00 Selecting previously unselected package libexpat1:armhf.
11:19:40 #10 14.00 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
11:19:40 #10 14.00 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
11:19:40 #10 14.06 Selecting previously unselected package python3.9-minimal.
11:19:40 #10 14.06 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ...
11:19:40 #10 14.07 Unpacking python3.9-minimal (3.9.2-1) ...
11:19:40 #10 14.30 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
11:19:40 #10 14.31 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
11:19:40 #10 14.32 Setting up python3.9-minimal (3.9.2-1) ...
11:19:40 #10 32.82 Preparing to unpack .../240-libdata-dump-perl_1.25-1_all.deb ...
11:19:40 #10 32.82 Unpacking libdata-dump-perl (1.25-1) ...
11:19:40 #10 32.85 Selecting previously unselected package libdata-messagepack-perl.
11:19:40 #10 32.85 Preparing to unpack .../241-libdata-messagepack-perl_1.02-1+b1_arm64.deb ...
11:19:40 #10 32.86 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
11:19:40 #10 32.89 Selecting previously unselected package libnet-domain-tld-perl.
11:19:40 #10 32.89 Preparing to unpack .../242-libnet-domain-tld-perl_1.75-3_all.deb ...
11:19:40 #10 32.90 Unpacking libnet-domain-tld-perl (1.75-3) ...
11:19:40 #10 32.93 Selecting previously unselected package libdata-validate-domain-perl.
11:19:40 #10 32.93 Preparing to unpack .../243-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:19:40 #10 32.93 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:19:40 #10 32.96 Selecting previously unselected package libnet-ipv6addr-perl.
11:19:40 #10 32.96 Preparing to unpack .../244-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:19:40 #10 32.97 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:19:40 #10 33.00 Selecting previously unselected package libnet-netmask-perl.
11:19:40 #10 33.00 Preparing to unpack .../245-libnet-netmask-perl_2.0002-2_all.deb ...
11:19:40 #10 33.01 Unpacking libnet-netmask-perl (2.0002-2) ...
11:19:40 #10 33.04 Selecting previously unselected package libnetaddr-ip-perl.
11:19:41 #9 39.58 Preparing to unpack .../230-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:19:41 #9 39.58 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:19:41 #9 39.61 Selecting previously unselected package libsys-hostname-long-perl.
11:19:41 #9 39.61 Preparing to unpack .../231-libsys-hostname-long-perl_1.5-1_all.deb ...
11:19:41 #9 39.61 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:19:41 #9 39.64 Selecting previously unselected package libmail-sendmail-perl.
11:19:41 #9 39.65 Preparing to unpack .../232-libmail-sendmail-perl_0.80-1_all.deb ...
11:19:41 #9 39.65 Unpacking libmail-sendmail-perl (0.80-1) ...
11:19:41 #9 39.68 Selecting previously unselected package librole-tiny-perl.
11:19:41 #9 39.68 Preparing to unpack .../233-librole-tiny-perl_2.000006-1_all.deb ...
11:19:41 #9 39.68 Unpacking librole-tiny-perl (2.000006-1) ...
11:19:41 #9 39.72 Selecting previously unselected package libstrictures-perl.
11:19:41 #9 39.72 Preparing to unpack .../234-libstrictures-perl_2.000003-1_all.deb ...
11:19:41 #9 39.72 Unpacking libstrictures-perl (2.000003-1) ...
11:19:41 #9 39.75 Selecting previously unselected package libsub-quote-perl.
11:19:41 #9 39.75 Preparing to unpack .../235-libsub-quote-perl_2.005000-1_all.deb ...
11:19:41 #9 39.76 Unpacking libsub-quote-perl (2.005000-1) ...
11:19:41 #9 39.78 Selecting previously unselected package libmoo-perl.
11:19:41 #10 37.70 Unpacking libsub-quote-perl (2.006008-1) ...
11:19:41 #10 37.72 Selecting previously unselected package libmoo-perl.
11:19:41 #10 37.73 Preparing to unpack .../152-libmoo-perl_2.005005-1_all.deb ...
11:19:41 #10 37.73 Unpacking libmoo-perl (2.005005-1) ...
11:19:41 #10 37.76 Selecting previously unselected package libswitch-perl.
11:19:41 #10 37.76 Preparing to unpack .../153-libswitch-perl_2.17-3_all.deb ...
11:19:41 #10 37.77 Unpacking libswitch-perl (2.17-3) ...
11:19:41 #10 37.79 Selecting previously unselected package patchutils.
11:19:41 #10 37.80 Preparing to unpack .../154-patchutils_0.4.2-1_amd64.deb ...
11:19:41 #10 37.80 Unpacking patchutils (0.4.2-1) ...
11:19:41 #10 37.84 Selecting previously unselected package wdiff.
11:19:41 #10 37.84 Preparing to unpack .../155-wdiff_1.2.2-5_amd64.deb ...
11:19:41 #10 37.84 Unpacking wdiff (1.2.2-5) ...
11:19:41 #10 37.90 Selecting previously unselected package devscripts.
11:19:41 #11 36.97 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:41 #11 37.01 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:41 #11 37.01 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
11:19:41 #11 37.02 Unpacking perl-openssl-defaults:amd64 (4) ...
11:19:41 #11 37.05 Selecting previously unselected package libnet-ssleay-perl.
11:19:41 #11 37.06 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
11:19:41 #11 37.06 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:19:41 #11 37.14 Selecting previously unselected package libio-socket-ssl-perl.
11:19:41 #11 37.14 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
11:19:41 #11 37.15 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:19:41 #11 37.19 Selecting previously unselected package libnet-http-perl.
11:19:41 #11 37.20 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
11:19:41 #11 37.20 Unpacking libnet-http-perl (6.19-1) ...
11:19:41 #11 37.23 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:41 #10 12.68 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
11:19:41 #10 12.68 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
11:19:41 #10 12.68 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
11:19:41 #10 12.77 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
11:19:41 #10 12.77 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
11:19:41 #10 12.83 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
11:19:41 #10 12.85 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
11:19:41 #10 12.85 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
11:19:41 #10 39.18 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ...
11:19:41 #10 39.18 Unpacking libdata-optlist-perl (0.110-1) ...
11:19:41 #10 39.21 Selecting previously unselected package libsub-exporter-perl.
11:19:41 #10 39.21 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
11:19:41 #10 39.21 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:41 #10 39.24 Selecting previously unselected package libconst-fast-perl.
11:19:41 #10 39.25 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
11:19:41 #10 39.25 Unpacking libconst-fast-perl (0.014-1) ...
11:19:41 #10 39.28 Selecting previously unselected package libwant-perl.
11:19:41 #10 39.28 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
11:19:41 #10 39.28 Unpacking libwant-perl (0.29-1+b4) ...
11:19:41 #10 39.32 Selecting previously unselected package libcontextual-return-perl.
11:19:41 #10 39.32 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
11:19:41 #10 39.32 Unpacking libcontextual-return-perl (0.004014-2) ...
11:19:41 #10 39.35 Selecting previously unselected package libconvert-binhex-perl.
11:19:41 #10 39.36 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
11:19:41 #10 39.36 Unpacking libconvert-binhex-perl (1.125-1) ...
11:19:41 #10 39.39 Selecting previously unselected package libdata-dump-perl.
11:19:41 #10 39.39 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
11:19:41 #10 31.29 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
11:19:41 #10 31.29 Unpacking libdata-dpath-perl (0.58-1) ...
11:19:41 #10 31.33 Selecting previously unselected package libdata-dump-perl.
11:19:41 #10 31.33 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
11:19:41 #10 31.33 Unpacking libdata-dump-perl (1.23-1.1) ...
11:19:41 #10 31.37 Selecting previously unselected package libdata-messagepack-perl.
11:19:41 #10 31.37 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
11:19:41 #10 31.37 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
11:19:41 #10 31.41 Selecting previously unselected package libnet-domain-tld-perl.
11:19:41 #10 31.41 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:19:41 #10 31.41 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:19:41 #10 31.44 Selecting previously unselected package libdata-validate-domain-perl.
11:19:41 #10 31.45 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:19:41 #10 31.45 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:19:41 #10 31.48 Selecting previously unselected package libdevel-size-perl.
11:19:41 #10 31.48 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
11:19:41 #10 31.48 Unpacking libdevel-size-perl (0.83-1+b2) ...
11:19:41 #10 31.52 Selecting previously unselected package libdistro-info-perl.
11:19:41 #11 34.12 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
11:19:41 #11 34.12 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
11:19:41 #10 22.95 Selecting previously unselected package libbinutils:armhf.
11:19:41 #10 22.95 Preparing to unpack .../030-libbinutils_2.31.1-16_armhf.deb ...
11:19:41 #11 34.90 Get:384 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:41 #11 34.92 Get:385 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:19:41 #11 34.94 Get:386 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsyntax-keyword-try-perl amd64 0.27-1 [26.6 kB]
11:19:41 #11 35.00 Get:387 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libterm-readkey-perl amd64 2.38-2 [25.0 kB]
11:19:41 #11 35.04 Get:388 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-levenshteinxs-perl amd64 0.03-5 [8604 B]
11:19:41 #11 35.05 Get:389 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
11:19:41 #11 35.06 Get:390 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
11:19:41 #10 10.73 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1+deb10u1 [2351 kB]
11:19:41 #10 33.75 Selecting previously unselected package ucf.
11:19:41 #10 33.75 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:19:41 #10 33.76 Moving old data out of the way
11:19:41 #10 33.76 Unpacking ucf (3.0038) ...
11:19:41 #10 33.80 Selecting previously unselected package xdg-user-dirs.
11:19:41 #10 33.80 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
11:19:41 #10 33.81 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:19:41 #10 33.87 Selecting previously unselected package xz-utils.
11:19:41 #10 33.87 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_arm64.deb ...
11:19:41 #10 33.87 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:19:41 #10 33.91 Selecting previously unselected package gettext-base.
11:19:41 #10 33.91 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_arm64.deb ...
11:19:41 #10 33.91 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:19:41 #10 33.95 Selecting previously unselected package iso-codes.
11:19:41 #10 33.95 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:19:41 #10 33.96 Unpacking iso-codes (3.79-1) ...
11:19:41 #11 29.63 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
11:19:41 #11 29.63 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
11:19:41 #11 29.66 Get:222 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
11:19:41 #11 29.67 Get:223 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
11:19:41 #11 29.77 Get:224 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.4 [183 kB]
11:19:41 #11 29.80 Get:225 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.1 [36.4 kB]
11:19:41 #11 29.81 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
11:19:41 #11 29.83 Get:227 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.1 [28.9 kB]
11:19:41 #11 29.84 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:41 #11 29.84 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:41 #10 34.69 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
11:19:41 #10 34.70 Unpacking libtext-glob-perl (0.10-1) ...
11:19:41 #10 34.73 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:41 #10 34.73 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:19:41 #10 34.73 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:19:41 #10 34.76 Selecting previously unselected package libperlio-gzip-perl.
11:19:41 #10 34.76 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
11:19:41 #10 34.77 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
11:19:41 #10 34.80 Selecting previously unselected package libpod-constants-perl.
11:19:41 #10 34.80 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
11:19:41 #10 34.81 Unpacking libpod-constants-perl (0.19-1) ...
11:19:41 #10 34.84 Selecting previously unselected package libreadonly-perl.
11:19:41 #10 34.84 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
11:19:41 #10 34.84 Unpacking libreadonly-perl (2.050-1) ...
11:19:41 #10 34.88 Selecting previously unselected package libref-util-perl.
11:19:41 #10 34.88 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
11:19:41 #10 34.90 Unpacking libref-util-perl (0.204-1) ...
11:19:41 #10 34.93 Selecting previously unselected package libref-util-xs-perl.
11:19:41 #10 34.94 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
11:19:41 #10 34.94 Unpacking libref-util-xs-perl (0.117-1+b1) ...
11:19:41 #10 34.97 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:41 #10 34.97 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
11:19:41 #10 34.97 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
11:19:41 #10 35.01 Selecting previously unselected package libsasl2-modules:arm64.
11:19:41 #21 10.80 Preparing to unpack .../3-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:19:41 #21 10.81 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:19:41 #11 27.50 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
11:19:41 #11 27.68 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
11:19:41 #10 35.80 Selecting previously unselected package libapt-pkg-perl.
11:19:41 #10 35.80 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
11:19:41 #10 35.80 Unpacking libapt-pkg-perl (0.1.39) ...
11:19:41 #10 35.83 Selecting previously unselected package libarchive-cpio-perl.
11:19:41 #10 35.83 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:19:41 #10 35.83 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:19:41 #10 35.87 Selecting previously unselected package libarchive13:amd64.
11:19:41 #10 35.87 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:19:41 #10 35.87 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:19:41 #10 35.93 Selecting previously unselected package libarray-intspan-perl.
11:19:41 #10 35.94 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
11:19:41 #10 35.94 Unpacking libarray-intspan-perl (2.004-1) ...
11:19:41 #10 35.96 Selecting previously unselected package libauthen-sasl-perl.
11:19:41 #10 35.97 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:19:41 #10 35.97 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:19:41 #10 36.00 Selecting previously unselected package libmodule-implementation-perl.
11:19:41 #10 36.00 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:19:41 #10 36.00 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:19:41 #10 36.02 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:41 #10 36.03 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:41 #10 36.03 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:41 #10 36.05 Selecting previously unselected package libvariable-magic-perl.
11:19:41 #10 36.05 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
11:19:41 #10 36.06 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:19:41 #10 36.08 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:41 #10 36.09 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:19:41 #10 36.09 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:19:41 #10 36.12 Selecting previously unselected package libpng16-16:amd64.
11:19:41 #11 30.30 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB]
11:19:41 #11 30.34 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:41 #11 30.35 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB]
11:19:41 #11 30.35 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB]
11:19:41 #11 30.35 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB]
11:19:41 #11 30.36 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB]
11:19:41 #11 30.36 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB]
11:19:41 #11 30.37 Get:341 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2.2 [982 kB]
11:19:41 #10 26.72   Installing       : json-glib-1.6.6-1.el9.aarch64                      154/166 
11:19:41 #10 26.75   Installing       : info-6.7-15.el9.aarch64                            155/166 
11:19:41 #10 26.78   Installing       : ed-1.14.2-12.el9.aarch64                           156/166 
11:19:41 #10 26.79   Installing       : patch-2.7.6-16.el9.aarch64                         157/166 
11:19:41 #10 26.81   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   158/166 
11:19:41 #10 26.85   Installing       : gsettings-desktop-schemas-40.0-6.el9.aarch64       159/166 
11:19:41 #10 26.86   Installing       : glib-networking-2.68.3-3.el9.aarch64               160/166 
11:19:41 #10 26.91   Installing       : libsoup-2.72.0-8.el9.aarch64                       161/166 
11:19:41 #10 26.95   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             162/166 
11:19:41 #10 33.04 Preparing to unpack .../246-libnetaddr-ip-perl_4.079+dfsg-2+b1_arm64.deb ...
11:19:41 #10 33.05 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:19:41 #10 33.09 Selecting previously unselected package libdata-validate-ip-perl.
11:19:41 #10 33.09 Preparing to unpack .../247-libdata-validate-ip-perl_0.31-1_all.deb ...
11:19:41 #10 33.09 Unpacking libdata-validate-ip-perl (0.31-1) ...
11:19:41 #10 33.13 Selecting previously unselected package libdata-validate-uri-perl.
11:19:41 #10 33.13 Preparing to unpack .../248-libdata-validate-uri-perl_0.07-2_all.deb ...
11:19:41 #10 33.14 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:19:41 #10 33.17 Selecting previously unselected package libdevel-size-perl.
11:19:41 #10 33.17 Preparing to unpack .../249-libdevel-size-perl_0.83-2+b1_arm64.deb ...
11:19:41 #10 33.17 Unpacking libdevel-size-perl (0.83-2+b1) ...
11:19:41 #10 33.20 Selecting previously unselected package libdistro-info-perl.
11:19:41 #10 33.20 Preparing to unpack .../250-libdistro-info-perl_1.5_all.deb ...
11:19:41 #10 33.21 Unpacking libdistro-info-perl (1.5) ...
11:19:41 #10 33.25 Selecting previously unselected package libemail-address-xs-perl.
11:19:41 #10 33.25 Preparing to unpack .../251-libemail-address-xs-perl_1.05-1+b1_arm64.deb ...
11:19:41 #10 33.26 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
11:19:41 #10 33.29 Selecting previously unselected package libexporter-tiny-perl.
11:19:41 #11 14.32 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
11:19:41 #11 14.52 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
11:19:41 #11 14.53 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
11:19:41 #11 14.53 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
11:19:41 #11 14.63 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
11:19:41 #11 14.70 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssh-client armhf 1:8.9p1-3ubuntu0.1 [837 kB]
11:19:41 #9 39.79 Preparing to unpack .../236-libmoo-perl_2.003004-1_all.deb ...
11:19:41 #9 39.79 Unpacking libmoo-perl (2.003004-1) ...
11:19:41 #9 39.82 Selecting previously unselected package libpackage-stash-perl.
11:19:41 #9 39.82 Preparing to unpack .../237-libpackage-stash-perl_0.37-1_all.deb ...
11:19:41 #9 39.83 Unpacking libpackage-stash-perl (0.37-1) ...
11:19:41 #9 39.86 Selecting previously unselected package libsub-identify-perl.
11:19:41 #9 39.86 Preparing to unpack .../238-libsub-identify-perl_0.14-1_amd64.deb ...
11:19:41 #9 39.86 Unpacking libsub-identify-perl (0.14-1) ...
11:19:41 #9 39.89 Selecting previously unselected package libnamespace-clean-perl.
11:19:41 #9 39.90 Preparing to unpack .../239-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:41 #9 39.90 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:41 #9 39.93 Selecting previously unselected package libnumber-compare-perl.
11:19:41 #9 39.93 Preparing to unpack .../240-libnumber-compare-perl_0.03-1_all.deb ...
11:19:41 #9 39.93 Unpacking libnumber-compare-perl (0.03-1) ...
11:19:41 #9 39.97 Selecting previously unselected package libnumber-range-perl.
11:19:41 #9 39.97 Preparing to unpack .../241-libnumber-range-perl_0.12-1_all.deb ...
11:19:41 #9 39.97 Unpacking libnumber-range-perl (0.12-1) ...
11:19:41 #9 40.00 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:41 #9 40.00 Preparing to unpack .../242-libpackage-stash-xs-perl_0.28-3build2_amd64.deb ...
11:19:41 #9 40.01 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:19:41 #9 40.04 Selecting previously unselected package libparse-debianchangelog-perl.
11:19:41 #9 40.04 Preparing to unpack .../243-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:19:41 #9 40.04 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:19:41 #9 40.07 Selecting previously unselected package libtext-glob-perl.
11:19:41 #9 40.07 Preparing to unpack .../244-libtext-glob-perl_0.10-1_all.deb ...
11:19:41 #9 40.08 Unpacking libtext-glob-perl (0.10-1) ...
11:19:41 #9 40.11 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:41 #11 37.24 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:19:41 #11 37.24 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:19:41 #11 37.28 Selecting previously unselected package libtry-tiny-perl.
11:19:41 #11 37.28 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
11:19:41 #11 37.29 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:41 #11 37.33 Selecting previously unselected package libwww-robotrules-perl.
11:19:41 #11 37.33 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:41 #11 37.34 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:41 #11 37.40 Selecting previously unselected package libwww-perl.
11:19:41 #11 37.40 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
11:19:41 #11 37.41 Unpacking libwww-perl (6.43-1) ...
11:19:41 #11 37.46 Selecting previously unselected package patchutils.
11:19:41 #11 37.46 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
11:19:41 #11 37.46 Unpacking patchutils (0.3.4-2) ...
11:19:41 #11 37.51 Selecting previously unselected package wdiff.
11:19:41 #11 37.51 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
11:19:41 #11 37.52 Unpacking wdiff (1.2.2-2build1) ...
11:19:41 #11 37.57 Selecting previously unselected package devscripts.
11:19:41 #12 24.01 Dependencies resolved.
11:19:41 #12 24.02 =============================================================================================
11:19:41 #12 24.02  Package                      Arch    Version                                Repo        Size
11:19:41 #12 24.02 =============================================================================================
11:19:41 #12 24.02 Installing:
11:19:41 #12 24.02  dnf-plugins-core             noarch  4.0.21-18.el8                          baseos      75 k
11:19:41 #12 24.02  rpm-build                    x86_64  4.14.3-26.el8                          appstream  174 k
11:19:41 #12 24.02  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
11:19:41 #12 24.02 Installing dependencies:
11:19:41 #12 24.02  binutils                     x86_64  2.30-119.el8                           baseos     5.8 M
11:19:41 #12 24.02  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
11:19:41 #12 24.02  cpio                         x86_64  2.12-11.el8                            baseos     266 k
11:19:41 #12 24.02  desktop-file-utils           x86_64  0.26-1.el8                             appstream   80 k
11:19:41 #12 24.02  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
11:19:41 #12 24.02  dwz                          x86_64  0.12-10.el8                            appstream  109 k
11:19:41 #12 24.02  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
11:19:41 #12 24.02  elfutils                     x86_64  0.188-3.el8                            baseos     544 k
11:19:41 #12 24.02  emacs-filesystem             noarch  1:26.1-9.el8                           baseos      70 k
11:19:41 #12 24.02  file                         x86_64  5.33-21.el8                            baseos      77 k
11:19:41 #12 24.02  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
11:19:41 #12 24.02  gdb-headless                 x86_64  8.2-19.el8                             appstream  3.7 M
11:19:41 #12 24.02  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
11:19:41 #12 24.02  glibc-gconv-extra            x86_64  2.28-224.el8                           baseos     1.5 M
11:19:41 #12 24.02  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
11:19:41 #12 24.02  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
11:19:41 #12 24.02  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
11:19:41 #12 24.02  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
11:19:41 #12 24.02  libbabeltrace                x86_64  1.5.4-4.el8                            baseos     200 k
11:19:41 #12 24.02  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
11:19:41 #12 24.02  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
11:19:41 #12 24.02  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
11:19:41 #12 24.02  ncurses                      x86_64  6.1-9.20180224.el8                     baseos     387 k
11:19:41 #12 24.02  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
11:19:41 #12 24.02  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
11:19:41 #12 24.02  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
11:19:41 #12 24.02  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
11:19:41 #12 24.02  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
11:19:41 #12 24.02  perl-Errno                   x86_64  1.28-422.el8                           baseos      76 k
11:19:41 #12 24.02  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
11:19:41 #12 24.02  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
11:19:41 #12 24.02  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
11:19:41 #12 24.02  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
11:19:41 #12 24.02  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
11:19:41 #12 24.02  perl-IO                      x86_64  1.38-422.el8                           baseos     142 k
11:19:41 #12 24.02  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
11:19:41 #12 24.02  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
11:19:41 #12 24.02  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
11:19:41 #12 24.02  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
11:19:41 #12 24.02  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
11:19:41 #12 24.02  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
11:19:41 #12 24.02  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
11:19:41 #12 24.02  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
11:19:41 #12 24.02  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
11:19:41 #12 24.02  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
11:19:41 #12 24.02  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
11:19:41 #12 24.02  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
11:19:41 #12 24.02  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
11:19:41 #12 24.02  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
11:19:41 #12 24.02  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
11:19:41 #12 24.02  perl-constant                noarch  1.33-396.el8                           baseos      25 k
11:19:41 #12 24.02  perl-interpreter             x86_64  4:5.26.3-422.el8                       baseos     6.3 M
11:19:41 #12 24.02  perl-libs                    x86_64  4:5.26.3-422.el8                       baseos     1.6 M
11:19:41 #12 24.02  perl-macros                  x86_64  4:5.26.3-422.el8                       baseos      73 k
11:19:41 #12 24.02  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
11:19:41 #12 24.02  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
11:19:41 #12 24.02  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
11:19:41 #12 24.02  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
11:19:41 #12 24.02  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
11:19:41 #12 24.02  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
11:19:41 #12 24.02  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
11:19:41 #12 24.02  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
11:19:41 #12 24.02  python-rpm-macros            noarch  3-44.el8                               baseos      16 k
11:19:41 #12 24.02  python-srpm-macros           noarch  3-44.el8                               baseos      16 k
11:19:41 #12 24.02  python3-rpm-macros           noarch  3-44.el8                               baseos      15 k
11:19:41 #12 24.02  qt5-srpm-macros              noarch  5.15.3-1.el8                           appstream   11 k
11:19:41 #12 24.02  redhat-rpm-config            noarch  130-1.el8                              appstream   90 k
11:19:41 #12 24.02  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
11:19:41 #12 24.02  unzip                        x86_64  6.0-46.el8                             baseos     196 k
11:19:41 #12 24.02  xz                           x86_64  5.2.4-4.el8                            baseos     153 k
11:19:41 #12 24.02  zip                          x86_64  3.0-23.el8                             baseos     270 k
11:19:41 #12 24.02  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
11:19:41 #12 24.02 Installing weak dependencies:
11:19:41 #12 24.02  elfutils-debuginfod-client   x86_64  0.188-3.el8                            baseos      75 k
11:19:41 #12 24.02  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
11:19:41 #12 24.02  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
11:19:41 #12 24.02 Downgrading:
11:19:41 #12 24.02  xz-libs                      x86_64  5.2.4-4.el8                            baseos      94 k
11:19:41 #12 24.02 Enabling module streams:
11:19:41 #12 24.02  perl                                 5.26                                                   
11:19:41 #12 24.02  perl-IO-Socket-SSL                   2.066                                                  
11:19:41 #12 24.02  perl-libwww-perl                     6.34                                                   
11:19:41 #12 24.02 
11:19:41 #12 24.02 Transaction Summary
11:19:41 #12 24.02 =============================================================================================
11:19:41 #12 24.02 Install    78 Packages
11:19:41 #12 24.02 Downgrade   1 Package
11:19:41 #12 24.02 
11:19:41 #12 24.03 Total download size: 31 M
11:19:41 #12 24.03 Downloading Packages:
11:19:41 #10 37.90 Preparing to unpack .../156-devscripts_2.23.2_amd64.deb ...
11:19:41 #10 37.92 Unpacking devscripts (2.23.2) ...
11:19:41 #10 38.05 Selecting previously unselected package diffstat.
11:19:41 #10 38.06 Preparing to unpack .../157-diffstat_1.65-1_amd64.deb ...
11:19:41 #10 38.06 Unpacking diffstat (1.65-1) ...
11:19:41 #10 38.09 Selecting previously unselected package distro-info-data.
11:19:41 #10 38.09 Preparing to unpack .../158-distro-info-data_0.57_all.deb ...
11:19:41 #10 38.10 Unpacking distro-info-data (0.57) ...
11:19:41 #10 38.13 Selecting previously unselected package python3-pkg-resources.
11:19:41 #10 38.13 Preparing to unpack .../159-python3-pkg-resources_66.1.1-1_all.deb ...
11:19:41 #10 38.14 Unpacking python3-pkg-resources (66.1.1-1) ...
11:19:41 #10 39.39 Unpacking libdata-dump-perl (1.23-1) ...
11:19:41 #10 39.43 Selecting previously unselected package libdigest-bubblebabble-perl.
11:19:41 #10 39.43 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:19:41 #10 39.43 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:19:41 #10 39.46 Selecting previously unselected package libdigest-hmac-perl.
11:19:41 #10 39.46 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:19:41 #10 39.47 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:19:41 #10 39.50 Selecting previously unselected package libdistro-info-perl.
11:19:41 #10 39.51 Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
11:19:41 #10 39.51 Unpacking libdistro-info-perl (0.21) ...
11:19:41 #10 39.53 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:41 #10 39.54 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:41 #10 39.54 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:41 #10 39.57 Selecting previously unselected package libmailtools-perl.
11:19:41 #10 39.57 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ...
11:19:41 #10 39.57 Unpacking libmailtools-perl (2.18-1) ...
11:19:41 #10 39.61 Selecting previously unselected package libnet-ip-perl.
11:19:41 #10 31.52 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
11:19:41 #10 31.53 Unpacking libdistro-info-perl (1.0) ...
11:19:41 #10 31.55 Selecting previously unselected package libemail-address-xs-perl.
11:19:41 #10 31.56 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
11:19:41 #10 31.56 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
11:19:41 #10 31.60 Selecting previously unselected package libfcgi0ldbl:arm64.
11:19:41 #10 31.60 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
11:19:41 #10 31.60 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
11:19:41 #10 31.64 Selecting previously unselected package libfcgi-bin.
11:19:41 #10 31.64 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
11:19:41 #10 31.65 Unpacking libfcgi-bin (2.4.2-2) ...
11:19:41 #10 31.68 Selecting previously unselected package libfcgi-perl:arm64.
11:19:41 #10 31.68 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
11:19:41 #10 31.68 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
11:19:41 #10 31.71 Selecting previously unselected package libipc-system-simple-perl.
11:19:41 #10 31.72 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
11:19:41 #10 31.72 Unpacking libipc-system-simple-perl (1.30-1) ...
11:19:41 #10 31.75 Selecting previously unselected package libfile-basedir-perl.
11:19:41 #10 31.75 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
11:19:41 #10 31.76 Unpacking libfile-basedir-perl (0.08-1) ...
11:19:41 #10 31.79 Selecting previously unselected package libfile-chdir-perl.
11:19:41 #10 31.79 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:19:41 #10 31.79 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:19:41 #10 31.82 Selecting previously unselected package libfile-fcntllock-perl.
11:19:41 #10 31.83 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
11:19:41 #10 31.83 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
11:19:41 #10 31.86 Selecting previously unselected package libnumber-compare-perl.
11:19:41 #10 22.96 Unpacking libbinutils:armhf (2.31.1-16) ...
11:19:41 #10 23.05 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:41 #10 23.05 Preparing to unpack .../031-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
11:19:41 #10 23.06 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
11:19:41 #11 35.16 Get:391 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:19:41 #11 35.17 Get:392 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-moment-perl amd64 0.44-2 [71.6 kB]
11:19:41 #11 35.19 Get:393 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-xs-perl amd64 0.022-2 [25.2 kB]
11:19:41 #10 10.87 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u3 [308 kB]
11:19:41 #10 10.95 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
11:19:41 #10 11.03 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
11:19:41 #10 11.03 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
11:19:41 #10 11.12 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
11:19:41 #10 11.12 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
11:19:41 #10 11.12 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
11:19:41 #10 34.25 Selecting previously unselected package krb5-locales.
11:19:41 #10 34.25 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:19:41 #10 34.25 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:19:41 #10 34.29 Selecting previously unselected package libedit2:arm64.
11:19:41 #10 35.01 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:19:41 #10 35.02 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:41 #10 35.05 Selecting previously unselected package libsereal-decoder-perl.
11:19:41 #10 35.06 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
11:19:41 #10 35.06 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
11:19:41 #10 35.09 Selecting previously unselected package libsereal-encoder-perl.
11:19:41 #10 35.10 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
11:19:41 #10 35.10 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
11:19:41 #10 35.14 Selecting previously unselected package libsereal-perl.
11:19:41 #10 35.14 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
11:19:41 #10 35.14 Unpacking libsereal-perl (4.005-1) ...
11:19:41 #10 35.17 Selecting previously unselected package libtask-weaken-perl.
11:19:41 #10 35.18 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
11:19:41 #10 35.18 Unpacking libtask-weaken-perl (1.06-1) ...
11:19:41 #10 35.21 Selecting previously unselected package libxml-parser-perl.
11:19:41 #10 35.21 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
11:19:41 #10 35.21 Unpacking libxml-parser-perl (2.44-4) ...
11:19:41 #10 35.26 Selecting previously unselected package libsoap-lite-perl.
11:19:41 #11 27.82 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
11:19:41 #11 27.89 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:19:41 #11 27.89 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
11:19:41 #11 27.98 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:19:41 #11 27.99 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
11:19:41 #11 28.03 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
11:19:41 #11 28.08 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
11:19:41 #11 28.08 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
11:19:41 #11 28.09 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
11:19:41 #10 36.12 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
11:19:41 #10 36.13 Unpacking libpng16-16:amd64 (1.6.37-3) ...
11:19:41 #10 36.17 Selecting previously unselected package libfreetype6:amd64.
11:19:41 #10 36.17 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ...
11:19:41 #10 36.18 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
11:19:41 #10 36.24 Selecting previously unselected package libfontconfig1:amd64.
11:19:41 #10 36.24 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
11:19:41 #10 36.24 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
11:19:41 #10 36.29 Selecting previously unselected package libjpeg62-turbo:amd64.
11:19:41 #10 36.29 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
11:19:41 #10 36.29 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
11:19:41 #10 36.34 Selecting previously unselected package libdeflate0:amd64.
11:19:41 #10 36.34 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
11:19:41 #10 36.34 Unpacking libdeflate0:amd64 (1.7-1) ...
11:19:41 #10 36.37 Selecting previously unselected package libjbig0:amd64.
11:19:41 #11 30.61 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB]
11:19:41 #10 27.00   Installing       : rpmlint-1.11-19.el9.noarch                         163/166 
11:19:41 #10 27.03   Installing       : rpm-build-4.16.1.3-22.el9.aarch64                  164/166 
11:19:41 #10 27.04   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                165/166 
11:19:41 #10 27.19   Installing       : glibc-gconv-extra-2.34-60.el9.aarch64              166/166 
11:19:41 #10 33.29 Preparing to unpack .../252-libexporter-tiny-perl_1.006000-1_all.deb ...
11:19:41 #10 33.29 Unpacking libexporter-tiny-perl (1.006000-1) ...
11:19:41 #10 33.33 Selecting previously unselected package libfcgi-bin.
11:19:41 #10 33.33 Preparing to unpack .../253-libfcgi-bin_2.4.2-2_arm64.deb ...
11:19:41 #10 33.33 Unpacking libfcgi-bin (2.4.2-2) ...
11:19:41 #10 33.37 Selecting previously unselected package libindirect-perl.
11:19:41 #10 33.37 Preparing to unpack .../254-libindirect-perl_0.39-2+b1_arm64.deb ...
11:19:41 #10 33.37 Unpacking libindirect-perl (0.39-2+b1) ...
11:19:41 #10 33.41 Selecting previously unselected package libxs-parse-keyword-perl.
11:19:41 #10 33.41 Preparing to unpack .../255-libxs-parse-keyword-perl_0.33-1_arm64.deb ...
11:19:41 #10 33.41 Unpacking libxs-parse-keyword-perl (0.33-1) ...
11:19:41 #10 33.45 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
11:19:41 #10 33.45 Preparing to unpack .../256-libxs-parse-sublike-perl_0.16-1+b2_arm64.deb ...
11:19:41 #10 33.45 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
11:19:41 #10 33.49 Selecting previously unselected package libobject-pad-perl.
11:19:41 #10 33.49 Preparing to unpack .../257-libobject-pad-perl_0.78-1_arm64.deb ...
11:19:41 #10 33.49 Unpacking libobject-pad-perl (0.78-1) ...
11:19:41 #10 33.53 Selecting previously unselected package libfeature-compat-class-perl.
11:19:41 #11 14.73 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
11:19:41 #11 14.74 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
11:19:41 #11 14.76 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
11:19:41 #11 14.76 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
11:19:41 #9 40.11 Preparing to unpack .../245-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:19:41 #9 40.13 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:19:41 #9 40.17 Selecting previously unselected package libpath-tiny-perl.
11:19:41 #9 40.17 Preparing to unpack .../246-libpath-tiny-perl_0.104-1_all.deb ...
11:19:41 #9 40.17 Unpacking libpath-tiny-perl (0.104-1) ...
11:19:41 #9 40.20 Selecting previously unselected package libperlio-gzip-perl.
11:19:41 #9 40.21 Preparing to unpack .../247-libperlio-gzip-perl_0.19-1build3_amd64.deb ...
11:19:41 #9 40.21 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:19:41 #9 40.24 Selecting previously unselected package libpod-constants-perl.
11:19:41 #9 40.24 Preparing to unpack .../248-libpod-constants-perl_0.19-1_all.deb ...
11:19:41 #9 40.25 Unpacking libpod-constants-perl (0.19-1) ...
11:19:41 #9 40.27 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:41 #9 40.28 Preparing to unpack .../249-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:19:41 #9 40.28 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:19:41 #9 40.31 Selecting previously unselected package libsasl2-modules:amd64.
11:19:41 #11 37.57 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
11:19:41 #11 37.60 Unpacking devscripts (2.20.2ubuntu2) ...
11:19:41 #10 15.08 Selecting previously unselected package python3-minimal.
11:19:41 #10 15.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 ... 9507 files and directories currently installed.)
11:19:41 #10 15.08 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:19:41 #11 31.40 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
11:19:41 #11 31.56 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:41 #11 31.58 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
11:19:41 #11 31.64 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
11:19:41 #11 31.65 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:41 #11 31.67 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:41 #11 31.73 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
11:19:41 #11 31.73 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
11:19:41 #11 31.75 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:41 #10 38.21 Selecting previously unselected package python3-chardet.
11:19:41 #10 38.21 Preparing to unpack .../160-python3-chardet_5.1.0+dfsg-2_all.deb ...
11:19:41 #10 38.21 Unpacking python3-chardet (5.1.0+dfsg-2) ...
11:19:41 #10 38.29 Selecting previously unselected package python3-debian.
11:19:41 #10 38.29 Preparing to unpack .../161-python3-debian_0.1.49_all.deb ...
11:19:41 #10 38.30 Unpacking python3-debian (0.1.49) ...
11:19:41 #10 39.61 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
11:19:41 #10 39.61 Unpacking libnet-ip-perl (1.26-2) ...
11:19:41 #10 39.67 Selecting previously unselected package libnet-dns-perl.
11:19:41 #10 39.67 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
11:19:41 #10 39.67 Unpacking libnet-dns-perl (1.19-1) ...
11:19:41 #10 39.74 Selecting previously unselected package libnet-domain-tld-perl.
11:19:41 #10 39.74 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ...
11:19:41 #10 39.74 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:19:41 #10 39.77 Selecting previously unselected package libemail-valid-perl.
11:19:41 #10 39.77 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ...
11:19:41 #10 39.77 Unpacking libemail-valid-perl (1.202-1) ...
11:19:41 #10 39.80 Selecting previously unselected package libexporter-tiny-perl.
11:19:41 #10 39.80 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
11:19:41 #10 39.80 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:19:41 #10 39.83 Selecting previously unselected package libipc-system-simple-perl.
11:19:41 #10 39.84 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ...
11:19:41 #10 39.84 Unpacking libipc-system-simple-perl (1.25-4) ...
11:19:41 #10 39.87 Selecting previously unselected package libfile-basedir-perl.
11:19:41 #10 39.87 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ...
11:19:41 #10 39.87 Unpacking libfile-basedir-perl (0.08-1) ...
11:19:41 #10 39.90 Selecting previously unselected package libfile-chdir-perl.
11:19:41 #10 39.90 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
11:19:41 #10 39.90 Unpacking libfile-chdir-perl (0.1008-1) ...
11:19:41 #10 39.93 Selecting previously unselected package libfile-fcntllock-perl.
11:19:41 #10 39.93 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
11:19:41 #10 39.93 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
11:19:41 #10 39.96 Selecting previously unselected package libfont-afm-perl.
11:19:41 #10 31.86 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
11:19:41 #10 31.87 Unpacking libnumber-compare-perl (0.03-1.1) ...
11:19:41 #10 31.92 Selecting previously unselected package libtext-glob-perl.
11:19:41 #10 31.93 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
11:19:41 #10 31.93 Unpacking libtext-glob-perl (0.11-1) ...
11:19:41 #10 31.96 Selecting previously unselected package libfile-find-rule-perl.
11:19:41 #10 31.96 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
11:19:41 #10 31.97 Unpacking libfile-find-rule-perl (0.34-1) ...
11:19:41 #10 32.00 Selecting previously unselected package libfont-afm-perl.
11:19:41 #10 32.00 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
11:19:41 #10 32.00 Unpacking libfont-afm-perl (1.20-3) ...
11:19:41 #10 32.03 Selecting previously unselected package libio-string-perl.
11:19:41 #10 32.04 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
11:19:41 #10 32.04 Unpacking libio-string-perl (1.08-3.1) ...
11:19:41 #10 32.07 Selecting previously unselected package libfont-ttf-perl.
11:19:41 #10 13.30 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
11:19:41 #10 13.30 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u7 [258 kB]
11:19:41 #10 13.30 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u7 [310 kB]
11:19:41 #10 13.30 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:19:41 #10 13.30 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
11:19:41 #10 13.31 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
11:19:41 #10 13.31 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
11:19:41 #10 13.31 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
11:19:41 #10 13.39 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
11:19:41 #10 13.40 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
11:19:41 #10 23.39 Selecting previously unselected package binutils.
11:19:41 #10 23.39 Preparing to unpack .../032-binutils_2.31.1-16_armhf.deb ...
11:19:41 #10 23.39 Unpacking binutils (2.31.1-16) ...
11:19:41 #10 23.43 Selecting previously unselected package libc-dev-bin.
11:19:41 #10 23.43 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_armhf.deb ...
11:19:41 #10 23.44 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:19:41 #10 23.48 Selecting previously unselected package linux-libc-dev:armhf.
11:19:41 #10 23.48 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_armhf.deb ...
11:19:41 #11 35.59 Get:394 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
11:19:41 #10 11.22 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:19:41 #10 11.37 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
11:19:41 #10 11.37 Get:12 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3193 kB]
11:19:41 #10 34.29 Preparing to unpack .../032-libedit2_3.1-20170329-1_arm64.deb ...
11:19:41 #10 34.30 Unpacking libedit2:arm64 (3.1-20170329-1) ...
11:19:41 #10 34.34 Selecting previously unselected package libkrb5support0:arm64.
11:19:41 #10 34.35 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
11:19:41 #10 34.35 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:19:41 #10 34.39 Selecting previously unselected package libk5crypto3:arm64.
11:19:41 #10 34.39 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
11:19:41 #10 34.40 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:19:41 #10 34.44 Selecting previously unselected package libkeyutils1:arm64.
11:19:41 #10 34.44 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
11:19:41 #10 34.44 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:19:41 #10 34.48 Selecting previously unselected package libkrb5-3:arm64.
11:19:41 #10 34.48 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
11:19:41 #10 34.49 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:19:41 #7 ...
11:19:41 
11:19:41 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:41 #10 10.87 Get:122 http://deb.debian.org/debian bookworm/main armhf libfakeroot armhf 1.29-1 [44.7 kB]
11:19:41 #10 10.87 Get:123 http://deb.debian.org/debian bookworm/main armhf fakeroot armhf 1.29-1 [85.4 kB]
11:19:41 #10 10.87 Get:124 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
11:19:41 #10 10.87 Get:125 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
11:19:41 #10 10.87 Get:126 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
11:19:41 #10 10.89 Get:127 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:19:41 #10 10.89 Get:128 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
11:19:41 #10 10.90 Get:129 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
11:19:41 #10 10.94 Get:130 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
11:19:41 #10 10.96 Get:131 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
11:19:41 #10 10.98 Get:132 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
11:19:41 #10 10.99 Get:133 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
11:19:41 #10 10.99 Get:134 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
11:19:41 #10 11.00 Get:135 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
11:19:41 #10 11.02 Get:136 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
11:19:41 #10 11.05 Get:137 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
11:19:41 #10 11.05 Get:138 http://deb.debian.org/debian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
11:19:41 #10 11.06 Get:139 http://deb.debian.org/debian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:41 #10 11.06 Get:140 http://deb.debian.org/debian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
11:19:41 #10 11.06 Get:141 http://deb.debian.org/debian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
11:19:41 #10 11.06 Get:142 http://deb.debian.org/debian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:19:41 #10 11.09 Get:143 http://deb.debian.org/debian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
11:19:41 #10 11.09 Get:144 http://deb.debian.org/debian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
11:19:41 #10 11.10 Get:145 http://deb.debian.org/debian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.4 kB]
11:19:41 #10 11.10 Get:146 http://deb.debian.org/debian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
11:19:41 #10 11.10 Get:147 http://deb.debian.org/debian bookworm/main armhf libclone-perl armhf 0.46-1 [13.1 kB]
11:19:41 #10 11.10 Get:148 http://deb.debian.org/debian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
11:19:41 #10 11.10 Get:149 http://deb.debian.org/debian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:19:41 #10 11.10 Get:150 http://deb.debian.org/debian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
11:19:41 #10 11.10 Get:151 http://deb.debian.org/debian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:41 #10 11.11 Get:152 http://deb.debian.org/debian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:19:41 #10 11.11 Get:153 http://deb.debian.org/debian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
11:19:41 #10 11.11 Get:154 http://deb.debian.org/debian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b1 [298 kB]
11:19:41 #10 11.11 Get:155 http://deb.debian.org/debian bookworm/main armhf libio-socket-ssl-perl all 2.081-2 [219 kB]
11:19:41 #10 11.11 Get:156 http://deb.debian.org/debian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
11:19:41 #10 11.11 Get:157 http://deb.debian.org/debian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:41 #10 11.11 Get:158 http://deb.debian.org/debian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
11:19:41 #10 11.11 Get:159 http://deb.debian.org/debian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:41 #10 11.11 Get:160 http://deb.debian.org/debian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
11:19:41 #10 11.12 Get:161 http://deb.debian.org/debian bookworm/main armhf libdigest-md5-file-perl all 0.08-1.1 [9608 B]
11:19:41 #10 11.12 Get:162 http://deb.debian.org/debian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
11:19:41 #10 11.12 Get:163 http://deb.debian.org/debian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
11:19:41 #10 11.12 Get:164 http://deb.debian.org/debian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
11:19:41 #10 11.12 Get:165 http://deb.debian.org/debian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
11:19:41 #10 11.12 Get:166 http://deb.debian.org/debian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.5 kB]
11:19:41 #10 11.12 Get:167 http://deb.debian.org/debian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
11:19:41 #10 11.12 Get:168 http://deb.debian.org/debian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:19:41 #10 11.12 Get:169 http://deb.debian.org/debian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
11:19:41 #10 11.12 Get:170 http://deb.debian.org/debian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
11:19:41 #10 11.13 Get:171 http://deb.debian.org/debian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:19:41 #10 11.13 Get:172 http://deb.debian.org/debian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.7 kB]
11:19:41 #10 11.13 Get:173 http://deb.debian.org/debian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [21.9 kB]
11:19:41 #10 11.13 Get:174 http://deb.debian.org/debian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:19:41 #10 11.13 Get:175 http://deb.debian.org/debian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
11:19:41 #10 11.13 Get:176 http://deb.debian.org/debian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:41 #10 11.13 Get:177 http://deb.debian.org/debian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
11:19:41 #10 11.13 Get:178 http://deb.debian.org/debian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
11:19:41 #10 11.13 Get:179 http://deb.debian.org/debian bookworm/main armhf libswitch-perl all 2.17-3 [20.3 kB]
11:19:41 #10 11.13 Get:180 http://deb.debian.org/debian bookworm/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
11:19:41 #10 11.14 Get:181 http://deb.debian.org/debian bookworm/main armhf wdiff armhf 1.2.2-5 [118 kB]
11:19:41 #10 11.14 Get:182 http://deb.debian.org/debian bookworm/main armhf devscripts armhf 2.23.2 [1067 kB]
11:19:41 #10 11.15 Get:183 http://deb.debian.org/debian bookworm/main armhf diffstat armhf 1.65-1 [31.4 kB]
11:19:41 #10 11.15 Get:184 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.57 [5744 B]
11:19:41 #10 11.15 Get:185 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB]
11:19:41 #10 11.15 Get:186 http://deb.debian.org/debian bookworm/main armhf python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:19:41 #10 11.15 Get:187 http://deb.debian.org/debian bookworm/main armhf python3-debian all 0.1.49 [115 kB]
11:19:41 #10 11.15 Get:188 http://deb.debian.org/debian bookworm/main armhf libgpgme11 armhf 1.18.0-3+b1 [280 kB]
11:19:41 #10 11.16 Get:189 http://deb.debian.org/debian bookworm/main armhf python3-gpg armhf 1.18.0-3+b1 [343 kB]
11:19:41 #10 11.18 Get:190 http://deb.debian.org/debian bookworm/main armhf python3-xdg all 0.28-2 [40.5 kB]
11:19:41 #10 11.18 Get:191 http://deb.debian.org/debian bookworm/main armhf dput all 1.1.3 [42.7 kB]
11:19:41 #10 11.18 Get:192 http://deb.debian.org/debian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
11:19:41 #10 11.20 Get:193 http://deb.debian.org/debian bookworm/main armhf fonts-dejavu-core all 2.37-5 [1068 kB]
11:19:41 #10 11.21 Get:194 http://deb.debian.org/debian bookworm/main armhf fontconfig-config armhf 2.14.1-4 [315 kB]
11:19:41 #10 11.22 Get:195 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-1 [341 kB]
11:19:41 #10 11.22 Get:196 http://deb.debian.org/debian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
11:19:41 #10 11.26 Get:197 http://deb.debian.org/debian bookworm/main armhf git-man all 1:2.39.2-1.1 [2049 kB]
11:19:41 #10 11.31 Get:198 http://deb.debian.org/debian bookworm/main armhf git armhf 1:2.39.2-1.1 [5959 kB]
11:19:41 #10 11.52 Get:199 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.13.0-1 [2899 kB]
11:19:41 #10 11.59 Get:200 http://deb.debian.org/debian bookworm/main armhf libabsl20220623 armhf 20220623.1-1 [365 kB]
11:19:41 #10 11.61 Get:201 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:19:41 #10 11.61 Get:202 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-xs-perl armhf 0.04-8+b1 [11.1 kB]
11:19:41 #10 11.61 Get:203 http://deb.debian.org/debian bookworm/main armhf libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:19:41 #10 11.61 Get:204 http://deb.debian.org/debian bookworm/main armhf libaliased-perl all 0.34-3 [13.5 kB]
11:19:41 #10 11.61 Get:205 http://deb.debian.org/debian bookworm/main armhf libaom3 armhf 3.6.0-1 [1369 kB]
11:19:41 #10 11.63 Get:206 http://deb.debian.org/debian bookworm/main armhf libapt-pkg-perl armhf 0.1.40+b2 [64.5 kB]
11:19:41 #10 11.63 Get:207 http://deb.debian.org/debian bookworm/main armhf libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:19:41 #10 11.63 Get:208 http://deb.debian.org/debian bookworm/main armhf libarchive13 armhf 3.6.2-1 [299 kB]
11:19:41 #10 11.63 Get:209 http://deb.debian.org/debian bookworm/main armhf libarray-intspan-perl all 2.004-2 [25.7 kB]
11:19:41 #10 11.63 Get:210 http://deb.debian.org/debian bookworm/main armhf libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:19:41 #10 11.63 Get:211 http://deb.debian.org/debian bookworm/main armhf libdav1d6 armhf 1.0.0-2 [256 kB]
11:19:41 #10 11.63 Get:212 http://deb.debian.org/debian bookworm/main armhf libgav1-1 armhf 0.18.0-1+b1 [284 kB]
11:19:41 #10 11.64 Get:213 http://deb.debian.org/debian bookworm/main armhf librav1e0 armhf 0.5.1-6 [514 kB]
11:19:41 #10 11.68 Get:214 http://deb.debian.org/debian bookworm/main armhf libsvtav1enc1 armhf 1.4.1+dfsg-1 [893 kB]
11:19:41 #10 11.71 Get:215 http://deb.debian.org/debian bookworm/main armhf libjpeg62-turbo armhf 1:2.1.5-2 [143 kB]
11:19:41 #10 11.71 Get:216 http://deb.debian.org/debian bookworm/main armhf libyuv0 armhf 0.0~git20230123.b2528b0-1 [85.5 kB]
11:19:41 #10 11.71 Get:217 http://deb.debian.org/debian bookworm/main armhf libavif15 armhf 0.11.1-1 [84.8 kB]
11:19:41 #10 11.71 Get:218 http://deb.debian.org/debian bookworm/main armhf libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:19:41 #10 11.71 Get:219 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:19:41 #10 11.71 Get:220 http://deb.debian.org/debian bookworm/main armhf libvariable-magic-perl armhf 0.63-1+b1 [41.5 kB]
11:19:41 #10 11.71 Get:221 http://deb.debian.org/debian bookworm/main armhf libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:19:41 #10 11.71 Get:222 http://deb.debian.org/debian bookworm/main armhf libberkeleydb-perl armhf 0.64-2+b1 [111 kB]
11:19:41 #10 11.71 Get:223 http://deb.debian.org/debian bookworm/main armhf libpng16-16 armhf 1.6.39-2 [260 kB]
11:19:41 #10 11.71 Get:224 http://deb.debian.org/debian bookworm/main armhf libfreetype6 armhf 2.12.1+dfsg-4 [332 kB]
11:19:41 #10 11.72 Get:225 http://deb.debian.org/debian bookworm/main armhf libfontconfig1 armhf 2.14.1-4 [368 kB]
11:19:41 #10 11.73 Get:226 http://deb.debian.org/debian bookworm/main armhf libde265-0 armhf 1.0.11-1 [143 kB]
11:19:41 #10 11.73 Get:227 http://deb.debian.org/debian bookworm/main armhf libx265-199 armhf 3.5-2+b1 [580 kB]
11:19:41 #10 11.77 Get:228 http://deb.debian.org/debian bookworm/main armhf libheif1 armhf 1.14.2-1 [178 kB]
11:19:41 #10 11.77 Get:229 http://deb.debian.org/debian bookworm/main armhf libdeflate0 armhf 1.14-1 [52.2 kB]
11:19:41 #10 11.77 Get:230 http://deb.debian.org/debian bookworm/main armhf libjbig0 armhf 2.1-6.1 [27.1 kB]
11:19:41 #10 11.77 Get:231 http://deb.debian.org/debian bookworm/main armhf liblerc4 armhf 4.0.0+ds-2 [137 kB]
11:19:41 #10 11.77 Get:232 http://deb.debian.org/debian bookworm/main armhf libwebp7 armhf 1.2.4-0.1 [242 kB]
11:19:41 #10 11.78 Get:233 http://deb.debian.org/debian bookworm/main armhf libtiff6 armhf 4.5.0-5 [295 kB]
11:19:41 #10 11.79 Get:234 http://deb.debian.org/debian bookworm/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
11:19:41 #10 11.79 Get:235 http://deb.debian.org/debian bookworm/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:19:41 #10 11.79 Get:236 http://deb.debian.org/debian bookworm/main armhf libxcb1 armhf 1.15-1 [140 kB]
11:19:41 #10 11.79 Get:237 http://deb.debian.org/debian bookworm/main armhf libx11-data all 2:1.8.4-2 [292 kB]
11:19:41 #10 11.79 Get:238 http://deb.debian.org/debian bookworm/main armhf libx11-6 armhf 2:1.8.4-2 [695 kB]
11:19:41 #10 11.83 Get:239 http://deb.debian.org/debian bookworm/main armhf libxpm4 armhf 1:3.5.12-1.1 [42.3 kB]
11:19:41 #10 11.83 Get:240 http://deb.debian.org/debian bookworm/main armhf libgd3 armhf 2.3.3-9 [103 kB]
11:19:41 #10 11.83 Get:241 http://deb.debian.org/debian bookworm/main armhf libc-devtools armhf 2.36-8 [52.7 kB]
11:19:41 #10 11.83 Get:242 http://deb.debian.org/debian bookworm/main armhf libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:19:41 #10 11.83 Get:243 http://deb.debian.org/debian bookworm/main armhf libcgi-pm-perl all 4.55-1 [220 kB]
11:19:41 #10 11.83 Get:244 http://deb.debian.org/debian bookworm/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
11:19:41 #10 11.83 Get:245 http://deb.debian.org/debian bookworm/main armhf libfcgi-perl armhf 0.82+ds-2 [24.0 kB]
11:19:41 #10 11.83 Get:246 http://deb.debian.org/debian bookworm/main armhf libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:19:41 #10 11.83 Get:247 http://deb.debian.org/debian bookworm/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:19:41 #10 11.83 Get:248 http://deb.debian.org/debian bookworm/main armhf libclass-inspector-perl all 1.36-3 [17.5 kB]
11:19:41 #10 11.83 Get:249 http://deb.debian.org/debian bookworm/main armhf libcommon-sense-perl armhf 3.75-3 [23.0 kB]
11:19:41 #10 11.83 Get:250 http://deb.debian.org/debian bookworm/main armhf libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:19:41 #10 11.83 Get:251 http://deb.debian.org/debian bookworm/main armhf libparams-util-perl armhf 1.102-2+b1 [23.8 kB]
11:19:41 #10 11.83 Get:252 http://deb.debian.org/debian bookworm/main armhf libsub-install-perl all 0.929-1 [10.5 kB]
11:19:41 #10 11.83 Get:253 http://deb.debian.org/debian bookworm/main armhf libdata-optlist-perl all 0.113-1 [10.6 kB]
11:19:41 #10 11.83 Get:254 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-perl all 0.989-1 [50.5 kB]
11:19:41 #10 11.83 Get:255 http://deb.debian.org/debian bookworm/main armhf libconst-fast-perl all 0.014-2 [8792 B]
11:19:41 #10 11.83 Get:256 http://deb.debian.org/debian bookworm/main armhf libwant-perl armhf 0.29-2+b1 [26.3 kB]
11:19:41 #10 11.83 Get:257 http://deb.debian.org/debian bookworm/main armhf libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:19:41 #10 11.84 Get:258 http://deb.debian.org/debian bookworm/main armhf libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:19:41 #10 11.84 Get:259 http://deb.debian.org/debian bookworm/main armhf libcpanel-json-xs-perl armhf 4.35-1 [129 kB]
11:19:41 #10 11.84 Get:260 http://deb.debian.org/debian bookworm/main armhf libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:19:41 #10 11.84 Get:261 http://deb.debian.org/debian bookworm/main armhf libexception-class-perl all 1.45-1 [34.6 kB]
11:19:41 #10 11.84 Get:262 http://deb.debian.org/debian bookworm/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:19:41 #10 11.85 Get:263 http://deb.debian.org/debian bookworm/main armhf libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:19:41 #10 11.85 Get:264 http://deb.debian.org/debian bookworm/main armhf libdata-dpath-perl all 0.58-2 [43.6 kB]
11:19:41 #10 11.85 Get:265 http://deb.debian.org/debian bookworm/main armhf libdata-dump-perl all 1.25-1 [28.4 kB]
11:19:41 #10 11.85 Get:266 http://deb.debian.org/debian bookworm/main armhf libdata-messagepack-perl armhf 1.02-1+b1 [33.5 kB]
11:19:41 #10 11.85 Get:267 http://deb.debian.org/debian bookworm/main armhf libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:19:41 #10 11.85 Get:268 http://deb.debian.org/debian bookworm/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:19:41 #10 11.85 Get:269 http://deb.debian.org/debian bookworm/main armhf libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:19:41 #10 11.85 Get:270 http://deb.debian.org/debian bookworm/main armhf libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:19:41 #10 11.85 Get:271 http://deb.debian.org/debian bookworm/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2+b1 [98.3 kB]
11:19:41 #10 11.86 Get:272 http://deb.debian.org/debian bookworm/main armhf libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:19:41 #10 11.86 Get:273 http://deb.debian.org/debian bookworm/main armhf libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:19:41 #10 11.86 Get:274 http://deb.debian.org/debian bookworm/main armhf libdevel-size-perl armhf 0.83-2+b1 [23.7 kB]
11:19:41 #10 11.87 Get:275 http://deb.debian.org/debian bookworm/main armhf libdistro-info-perl all 1.5 [5300 B]
11:19:41 #10 11.87 Get:276 http://deb.debian.org/debian bookworm/main armhf libemail-address-xs-perl armhf 1.05-1+b1 [26.7 kB]
11:19:41 #10 11.87 Get:277 http://deb.debian.org/debian bookworm/main armhf libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:19:41 #10 11.87 Get:278 http://deb.debian.org/debian bookworm/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
11:19:41 #10 11.87 Get:279 http://deb.debian.org/debian bookworm/main armhf libindirect-perl armhf 0.39-2+b1 [25.8 kB]
11:19:41 #10 11.87 Get:280 http://deb.debian.org/debian bookworm/main armhf libxs-parse-keyword-perl armhf 0.33-1 [56.0 kB]
11:19:41 #10 11.87 Get:281 http://deb.debian.org/debian bookworm/main armhf libxs-parse-sublike-perl armhf 0.16-1+b2 [28.1 kB]
11:19:41 #10 11.87 Get:282 http://deb.debian.org/debian bookworm/main armhf libobject-pad-perl armhf 0.78-1 [109 kB]
11:19:41 #10 11.88 Get:283 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:19:41 #10 11.88 Get:284 http://deb.debian.org/debian bookworm/main armhf libsyntax-keyword-try-perl armhf 0.28-1 [27.8 kB]
11:19:41 #10 11.88 Get:285 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:19:41 #10 11.88 Get:286 http://deb.debian.org/debian bookworm/main armhf libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:19:41 #10 11.88 Get:287 http://deb.debian.org/debian bookworm/main armhf libfile-basedir-perl all 0.09-2 [15.1 kB]
11:19:41 #10 11.88 Get:288 http://deb.debian.org/debian bookworm/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:19:41 #10 11.88 Get:289 http://deb.debian.org/debian bookworm/main armhf libfile-fcntllock-perl armhf 0.22-4+b1 [34.5 kB]
11:19:41 #10 11.89 Get:290 http://deb.debian.org/debian bookworm/main armhf libnumber-compare-perl all 0.03-3 [6332 B]
11:19:41 #10 11.89 Get:291 http://deb.debian.org/debian bookworm/main armhf libtext-glob-perl all 0.11-3 [7676 B]
11:19:41 #10 11.89 Get:292 http://deb.debian.org/debian bookworm/main armhf libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:19:41 #10 11.89 Get:293 http://deb.debian.org/debian bookworm/main armhf libfont-afm-perl all 1.20-4 [13.1 kB]
11:19:41 #10 11.89 Get:294 http://deb.debian.org/debian bookworm/main armhf libio-string-perl all 1.08-4 [12.1 kB]
11:19:41 #10 11.89 Get:295 http://deb.debian.org/debian bookworm/main armhf libfont-ttf-perl all 1.06-2 [318 kB]
11:19:41 #10 11.89 Get:296 http://deb.debian.org/debian bookworm/main armhf libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:19:41 #10 11.89 Get:297 http://deb.debian.org/debian bookworm/main armhf libsort-versions-perl all 1.62-3 [8928 B]
11:19:41 #10 11.90 Get:298 http://deb.debian.org/debian bookworm/main armhf libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:19:41 #10 11.91 Get:299 http://deb.debian.org/debian bookworm/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:19:41 #10 11.91 Get:300 http://deb.debian.org/debian bookworm/main armhf libio-prompter-perl all 0.004015-2 [59.9 kB]
11:19:41 #10 11.91 Get:301 http://deb.debian.org/debian bookworm/main armhf libjson-perl all 4.10000-1 [87.5 kB]
11:19:41 #10 11.91 Get:302 http://deb.debian.org/debian bookworm/main armhf liblog-any-perl all 1.713-1 [76.3 kB]
11:19:41 #10 11.91 Get:303 http://deb.debian.org/debian bookworm/main armhf liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:19:41 #10 11.91 Get:304 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-perl all 0.40-1 [22.0 kB]
11:19:41 #10 11.92 Get:305 http://deb.debian.org/debian bookworm/main armhf libsub-identify-perl armhf 0.14-3 [10.5 kB]
11:19:41 #10 11.92 Get:306 http://deb.debian.org/debian bookworm/main armhf libsub-name-perl armhf 0.26-2+b1 [12.2 kB]
11:19:41 #10 11.92 Get:307 http://deb.debian.org/debian bookworm/main armhf libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:19:41 #10 11.92 Get:308 http://deb.debian.org/debian bookworm/main armhf libpath-tiny-perl all 0.144-1 [56.4 kB]
11:19:41 #10 11.92 Get:309 http://deb.debian.org/debian bookworm/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:41 #10 11.92 Get:310 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-perl all 2.002001-1 [377 kB]
11:19:41 #10 11.93 Get:311 http://deb.debian.org/debian bookworm/main armhf libgitlab-api-v4-perl all 0.26-3 [88.2 kB]
11:19:41 #10 11.93 Get:312 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.6-1 [1227 kB]
11:19:41 #10 11.94 Get:313 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.6-1 [1208 kB]
11:19:41 #10 11.99 Get:314 http://deb.debian.org/debian bookworm/main armhf libgpm2 armhf 1.20.7-10+b1 [13.4 kB]
11:19:41 #10 11.99 Get:315 http://deb.debian.org/debian bookworm/main armhf libhtml-form-perl all 6.11-1 [33.1 kB]
11:19:41 #10 11.99 Get:316 http://deb.debian.org/debian bookworm/main armhf libhtml-format-perl all 2.16-2 [38.8 kB]
11:19:41 #10 11.99 Get:317 http://deb.debian.org/debian bookworm/main armhf libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:19:41 #10 11.99 Get:318 http://deb.debian.org/debian bookworm/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:19:41 #10 11.99 Get:319 http://deb.debian.org/debian bookworm/main armhf libhttp-daemon-perl all 6.16-1 [23.5 kB]
11:19:41 #10 12.00 Get:320 http://deb.debian.org/debian bookworm/main armhf libio-interactive-perl all 1.023-2 [11.0 kB]
11:19:41 #10 12.00 Get:321 http://deb.debian.org/debian bookworm/main armhf libio-sessiondata-perl all 1.03-3 [6316 B]
11:19:41 #10 12.00 Get:322 http://deb.debian.org/debian bookworm/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:19:41 #10 12.01 Get:323 http://deb.debian.org/debian bookworm/main armhf libipc-run3-perl all 0.048-3 [33.2 kB]
11:19:41 #10 12.01 Get:324 http://deb.debian.org/debian bookworm/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:19:41 #10 12.01 Get:325 http://deb.debian.org/debian bookworm/main armhf libjson-xs-perl armhf 4.030-2+b1 [90.4 kB]
11:19:41 #10 12.02 Get:326 http://deb.debian.org/debian bookworm/main armhf libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:19:41 #10 12.02 Get:327 http://deb.debian.org/debian bookworm/main armhf libldap-common all 2.5.13+dfsg-5 [29.3 kB]
11:19:41 #10 12.02 Get:328 http://deb.debian.org/debian bookworm/main armhf liblist-compare-perl all 0.55-2 [65.7 kB]
11:19:41 #10 12.02 Get:329 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-perl all 0.59-1 [37.1 kB]
11:19:41 #10 12.02 Get:330 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-xs-perl armhf 0.58-3 [30.6 kB]
11:19:41 #10 12.02 Get:331 http://deb.debian.org/debian bookworm/main armhf liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:19:41 #10 12.02 Get:332 http://deb.debian.org/debian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
11:19:41 #10 12.03 Get:333 http://deb.debian.org/debian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [162 kB]
11:19:41 #10 12.03 Get:334 http://deb.debian.org/debian bookworm/main armhf liblz1 armhf 1.13-5 [37.8 kB]
11:19:41 #10 12.03 Get:335 http://deb.debian.org/debian bookworm/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
11:19:41 #10 12.03 Get:336 http://deb.debian.org/debian bookworm/main armhf libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:19:41 #10 12.03 Get:337 http://deb.debian.org/debian bookworm/main armhf libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:19:41 #10 12.03 Get:338 http://deb.debian.org/debian bookworm/main armhf libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:19:41 #10 12.04 Get:339 http://deb.debian.org/debian bookworm/main armhf libmailtools-perl all 2.21-2 [95.6 kB]
11:19:41 #10 12.04 Get:340 http://deb.debian.org/debian bookworm/main armhf libmarkdown2 armhf 2.2.7-2 [30.2 kB]
11:19:41 #10 12.04 Get:341 http://deb.debian.org/debian bookworm/main armhf libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:19:41 #10 12.04 Get:342 http://deb.debian.org/debian bookworm/main armhf libmime-tools-perl all 5.510-1 [213 kB]
11:19:41 #10 12.04 Get:343 http://deb.debian.org/debian bookworm/main armhf libmldbm-perl all 2.05-4 [16.8 kB]
11:19:41 #10 12.04 Get:344 http://deb.debian.org/debian bookworm/main armhf libmoox-aliases-perl all 0.001006-2 [7156 B]
11:19:41 #10 12.04 Get:345 http://deb.debian.org/debian bookworm/main armhf libmouse-perl armhf 2.5.10-1+b3 [166 kB]
11:19:41 #10 12.05 Get:346 http://deb.debian.org/debian bookworm/main armhf libossp-uuid16 armhf 1.6.2-1.5+b11 [34.1 kB]
11:19:41 #10 12.05 Get:347 http://deb.debian.org/debian bookworm/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b11 [25.9 kB]
11:19:41 #10 12.05 Get:348 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-xs-perl armhf 0.30-1+b1 [18.2 kB]
11:19:41 #10 12.05 Get:349 http://deb.debian.org/debian bookworm/main armhf libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:19:41 #10 12.05 Get:350 http://deb.debian.org/debian bookworm/main armhf libperlio-gzip-perl armhf 0.20-1+b1 [16.3 kB]
11:19:41 #10 12.05 Get:351 http://deb.debian.org/debian bookworm/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.9 kB]
11:19:41 #10 12.06 Get:352 http://deb.debian.org/debian bookworm/main armhf libpod-parser-perl all 1.65-1 [96.3 kB]
11:19:41 #10 12.06 Get:353 http://deb.debian.org/debian bookworm/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
11:19:41 #10 12.06 Get:354 http://deb.debian.org/debian bookworm/main armhf libproc-processtable-perl armhf 0.634-1+b2 [42.9 kB]
11:19:41 #10 12.07 Get:355 http://deb.debian.org/debian bookworm/main armhf libre2-9 armhf 20220601+dfsg-1+b1 [148 kB]
11:19:41 #10 12.07 Get:356 http://deb.debian.org/debian bookworm/main armhf libre-engine-re2-perl armhf 0.17+ds-1 [17.9 kB]
11:19:41 #10 12.07 Get:357 http://deb.debian.org/debian bookworm/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
11:19:41 #10 12.07 Get:358 http://deb.debian.org/debian bookworm/main armhf libref-util-perl all 0.204-2 [17.4 kB]
11:19:41 #10 12.07 Get:359 http://deb.debian.org/debian bookworm/main armhf libref-util-xs-perl armhf 0.117-2+b1 [13.0 kB]
11:19:41 #10 12.07 Get:360 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:19:41 #10 12.07 Get:361 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:19:41 #10 12.07 Get:362 http://deb.debian.org/debian bookworm/main armhf libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:19:41 #10 12.07 Get:363 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules armhf 2.1.28+dfsg-10 [58.6 kB]
11:19:41 #10 12.07 Get:364 http://deb.debian.org/debian bookworm/main armhf libsereal-decoder-perl armhf 5.003+ds-1 [92.7 kB]
11:19:41 #10 12.08 Get:365 http://deb.debian.org/debian bookworm/main armhf libsereal-encoder-perl armhf 5.003+ds-1 [95.0 kB]
11:19:41 #10 12.08 Get:366 http://deb.debian.org/debian bookworm/main armhf libset-intspan-perl all 1.19-3 [25.3 kB]
11:19:41 #10 12.08 Get:367 http://deb.debian.org/debian bookworm/main armhf libtask-weaken-perl all 1.06-2 [9364 B]
11:19:41 #10 12.08 Get:368 http://deb.debian.org/debian bookworm/main armhf libxml-parser-perl armhf 2.46-4 [197 kB]
11:19:41 #10 12.08 Get:369 http://deb.debian.org/debian bookworm/main armhf libsoap-lite-perl all 1.27-2 [239 kB]
11:19:41 #10 12.09 Get:370 http://deb.debian.org/debian bookworm/main armhf libsocket6-perl armhf 0.29-3 [20.5 kB]
11:19:41 #10 12.09 Get:371 http://deb.debian.org/debian bookworm/main armhf libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:19:41 #10 12.09 Get:372 http://deb.debian.org/debian bookworm/main armhf libstring-escape-perl all 2010.002-3 [18.7 kB]
11:19:41 #10 12.10 Get:373 http://deb.debian.org/debian bookworm/main armhf libstring-license-perl all 0.0.2-1 [34.3 kB]
11:19:41 #10 12.10 Get:374 http://deb.debian.org/debian bookworm/main armhf libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:19:41 #10 12.10 Get:375 http://deb.debian.org/debian bookworm/main armhf libsys-cpuaffinity-perl armhf 1.13~03-2+b1 [33.1 kB]
11:19:41 #10 12.10 Get:376 http://deb.debian.org/debian bookworm/main armhf libterm-readkey-perl armhf 2.38-2+b1 [23.4 kB]
11:19:41 #10 12.10 Get:377 http://deb.debian.org/debian bookworm/main armhf libtext-levenshteinxs-perl armhf 0.03-5+b1 [7896 B]
11:19:41 #10 12.10 Get:378 http://deb.debian.org/debian bookworm/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.8 kB]
11:19:41 #10 12.10 Get:379 http://deb.debian.org/debian bookworm/main armhf libtext-xslate-perl armhf 3.5.9-1+b2 [194 kB]
11:19:41 #10 12.10 Get:380 http://deb.debian.org/debian bookworm/main armhf libtime-duration-perl all 1.21-2 [13.1 kB]
11:19:41 #10 12.10 Get:381 http://deb.debian.org/debian bookworm/main armhf libtime-moment-perl armhf 0.44-2+b1 [72.3 kB]
11:19:41 #10 12.11 Get:382 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-xs-perl armhf 0.025-1 [24.3 kB]
11:19:41 #10 12.11 Get:383 http://deb.debian.org/debian bookworm/main armhf libunicode-utf8-perl armhf 0.62-2 [19.3 kB]
11:19:41 #10 12.11 Get:384 http://deb.debian.org/debian bookworm/main armhf libwww-mechanize-perl all 2.16-1 [116 kB]
11:19:41 #10 12.11 Get:385 http://deb.debian.org/debian bookworm/main armhf libxdelta2 armhf 1.1.3-10.4 [41.9 kB]
11:19:41 #10 12.11 Get:386 http://deb.debian.org/debian bookworm/main armhf libxext6 armhf 2:1.3.4-1+b1 [47.8 kB]
11:19:41 #10 12.11 Get:387 http://deb.debian.org/debian bookworm/main armhf libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:19:41 #10 12.11 Get:388 http://deb.debian.org/debian bookworm/main armhf libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:19:41 #10 12.12 Get:389 http://deb.debian.org/debian bookworm/main armhf libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:19:41 #10 12.12 Get:390 http://deb.debian.org/debian bookworm/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1+b1 [307 kB]
11:19:41 #10 12.12 Get:391 http://deb.debian.org/debian bookworm/main armhf libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:19:41 #10 12.12 Get:392 http://deb.debian.org/debian bookworm/main armhf libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:19:41 #10 12.12 Get:393 http://deb.debian.org/debian bookworm/main armhf libxmuu1 armhf 2:1.1.3-3 [23.3 kB]
11:19:41 #10 12.13 Get:394 http://deb.debian.org/debian bookworm/main armhf libxstring-perl armhf 0.005-2+b1 [8160 B]
11:19:41 #10 12.13 Get:395 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
11:19:41 #10 12.14 Get:396 http://deb.debian.org/debian bookworm/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [32.2 kB]
11:19:41 #10 12.14 Get:397 http://deb.debian.org/debian bookworm/main armhf licensecheck all 3.3.5-1 [49.8 kB]
11:19:41 #10 12.14 Get:398 http://deb.debian.org/debian bookworm/main armhf plzip armhf 1.10-5 [57.5 kB]
11:19:41 #10 12.14 Get:399 http://deb.debian.org/debian bookworm/main armhf lzop armhf 1.04-2 [82.2 kB]
11:19:41 #10 12.14 Get:400 http://deb.debian.org/debian bookworm/main armhf t1utils armhf 1.41-4 [54.7 kB]
11:19:41 #10 12.14 Get:401 http://deb.debian.org/debian bookworm/main armhf unzip armhf 6.0-28 [152 kB]
11:19:41 #10 12.16 Get:402 http://deb.debian.org/debian bookworm/main armhf lintian all 2.116.3 [1130 kB]
11:19:41 #10 12.17 Get:403 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
11:19:41 #10 12.17 Get:404 http://deb.debian.org/debian bookworm/main armhf manpages-dev all 6.03-1 [2030 kB]
11:19:41 #10 12.22 Get:405 http://deb.debian.org/debian bookworm/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
11:19:41 #10 12.22 Get:406 http://deb.debian.org/debian bookworm/main armhf pixz armhf 1.0.7-2 [19.5 kB]
11:19:41 #10 12.23 Get:407 http://deb.debian.org/debian bookworm/main armhf xdelta armhf 1.1.3-10.4 [26.0 kB]
11:19:41 #10 12.26 Get:408 http://deb.debian.org/debian bookworm/main armhf xdelta3 armhf 3.0.11-dfsg-1.2 [66.6 kB]
11:19:41 #10 12.26 Get:409 http://deb.debian.org/debian bookworm/main armhf pristine-tar armhf 1.50 [103 kB]
11:19:41 #10 12.26 Get:410 http://deb.debian.org/debian bookworm/main armhf publicsuffix all 20230209.2326-1 [126 kB]
11:19:41 #10 12.26 Get:411 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.3 [63.6 kB]
11:19:41 #10 12.26 Get:412 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.3 [144 kB]
11:19:41 #10 12.27 Get:413 http://deb.debian.org/debian bookworm/main armhf python3-certifi all 2022.9.24-1 [153 kB]
11:19:41 #10 12.27 Get:414 http://deb.debian.org/debian bookworm/main armhf python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:19:41 #10 12.27 Get:415 http://deb.debian.org/debian bookworm/main armhf python3-idna all 3.3-1 [39.4 kB]
11:19:41 #10 12.27 Get:416 http://deb.debian.org/debian bookworm/main armhf python3-magic all 2:0.4.26-3 [14.5 kB]
11:19:41 #10 12.27 Get:417 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
11:19:41 #10 12.27 Get:418 http://deb.debian.org/debian bookworm/main armhf python3-urllib3 all 1.26.12-1 [117 kB]
11:19:41 #10 12.27 Get:419 http://deb.debian.org/debian bookworm/main armhf python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:19:41 #10 12.28 Get:420 http://deb.debian.org/debian bookworm/main armhf python3-unidiff all 0.7.3-1 [11.7 kB]
11:19:41 #10 12.28 Get:421 http://deb.debian.org/debian bookworm/main armhf shared-mime-info armhf 2.2-1 [726 kB]
11:19:41 #10 12.31 Get:422 http://deb.debian.org/debian bookworm/main armhf strace armhf 6.1-0.1 [1175 kB]
11:19:41 #10 12.31 Get:423 http://deb.debian.org/debian bookworm/main armhf xauth armhf 1:1.1.2-1 [33.2 kB]
11:19:41 #10 12.36 Get:424 http://deb.debian.org/debian bookworm/main armhf xdg-user-dirs armhf 0.18-1 [53.4 kB]
11:19:41 #10 12.36 Get:425 http://deb.debian.org/debian bookworm/main armhf zstd armhf 1.5.4+dfsg2-3 [611 kB]
11:19:41 #10 12.70 debconf: delaying package configuration, since apt-utils is not installed
11:19:41 #10 12.75 Fetched 170 MB in 5s (37.5 MB/s)
11:19:41 #10 12.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6003 files and directories currently installed.)
11:19:41 #10 12.77 Preparing to unpack .../dpkg_1.21.21_armhf.deb ...
11:19:41 #10 12.79 Unpacking dpkg (1.21.21) over (1.21.20) ...
11:19:41 #10 14.83 Setting up dpkg (1.21.21) ...
11:19:41 #10 15.05 Selecting previously unselected package perl-modules-5.36.
11:19:41 #10 15.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 ... 6003 files and directories currently installed.)
11:19:41 #10 15.05 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:19:41 #10 15.05 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:19:41 #10 15.68 Selecting previously unselected package libgdbm6:armhf.
11:19:41 #10 15.68 Preparing to unpack .../1-libgdbm6_1.23-3_armhf.deb ...
11:19:41 #10 15.69 Unpacking libgdbm6:armhf (1.23-3) ...
11:19:41 #10 15.74 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:41 #10 15.74 Preparing to unpack .../2-libgdbm-compat4_1.23-3_armhf.deb ...
11:19:41 #10 15.74 Unpacking libgdbm-compat4:armhf (1.23-3) ...
11:19:41 #10 15.79 Selecting previously unselected package libperl5.36:armhf.
11:19:41 #10 15.79 Preparing to unpack .../3-libperl5.36_5.36.0-7_armhf.deb ...
11:19:41 #10 15.79 Unpacking libperl5.36:armhf (5.36.0-7) ...
11:19:41 #10 35.26 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
11:19:41 #10 35.27 Unpacking libsoap-lite-perl (1.27-1) ...
11:19:41 #10 35.32 Selecting previously unselected package libsort-key-perl.
11:19:41 #10 35.33 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
11:19:41 #10 35.33 Unpacking libsort-key-perl (1.33-2+b1) ...
11:19:41 #10 35.37 Selecting previously unselected package libstring-copyright-perl.
11:19:41 #10 35.37 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
11:19:41 #10 35.37 Unpacking libstring-copyright-perl (0.003006-1) ...
11:19:41 #10 35.41 Selecting previously unselected package libstring-escape-perl.
11:19:41 #10 35.41 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
11:19:41 #10 35.42 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:41 #10 35.45 Selecting previously unselected package libstring-shellquote-perl.
11:19:41 #10 35.45 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
11:19:41 #10 35.45 Unpacking libstring-shellquote-perl (1.04-1) ...
11:19:41 #10 35.48 Selecting previously unselected package libterm-readkey-perl.
11:19:41 #11 30.24 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
11:19:41 #11 30.32 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
11:19:41 #11 30.36 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:41 #11 30.41 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
11:19:41 #11 30.45 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
11:19:41 #11 30.47 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:41 #10 36.37 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
11:19:41 #10 36.38 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
11:19:41 #10 36.41 Selecting previously unselected package libwebp6:amd64.
11:19:41 #10 36.41 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
11:19:41 #10 36.42 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
11:19:41 #10 36.46 Selecting previously unselected package libtiff5:amd64.
11:19:41 #10 36.47 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u4_amd64.deb ...
11:19:41 #10 36.47 Unpacking libtiff5:amd64 (4.2.0-1+deb11u4) ...
11:19:41 #10 36.51 Selecting previously unselected package libxau6:amd64.
11:19:41 #10 36.52 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
11:19:41 #10 36.52 Unpacking libxau6:amd64 (1:1.0.9-1) ...
11:19:41 #10 36.55 Selecting previously unselected package libxdmcp6:amd64.
11:19:41 #10 36.55 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:19:41 #10 36.55 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:41 #10 36.58 Selecting previously unselected package libxcb1:amd64.
11:19:41 #10 36.59 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
11:19:41 #10 36.59 Unpacking libxcb1:amd64 (1.14-3) ...
11:19:41 #10 36.62 Selecting previously unselected package libx11-data.
11:19:41 #21 11.50 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:19:41 #21 11.50 Preparing to unpack .../4-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:19:41 #21 11.50 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:19:41 #10 33.53 Preparing to unpack .../258-libfeature-compat-class-perl_0.05-1_all.deb ...
11:19:41 #10 33.54 Unpacking libfeature-compat-class-perl (0.05-1) ...
11:19:41 #10 33.57 Selecting previously unselected package libsyntax-keyword-try-perl.
11:19:41 #10 33.57 Preparing to unpack .../259-libsyntax-keyword-try-perl_0.28-1_arm64.deb ...
11:19:41 #10 33.57 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
11:19:41 #10 33.61 Selecting previously unselected package libfeature-compat-try-perl.
11:19:41 #10 33.61 Preparing to unpack .../260-libfeature-compat-try-perl_0.05-1_all.deb ...
11:19:41 #10 33.61 Unpacking libfeature-compat-try-perl (0.05-1) ...
11:19:41 #10 33.64 Selecting previously unselected package libipc-system-simple-perl.
11:19:41 #10 33.65 Preparing to unpack .../261-libipc-system-simple-perl_1.30-2_all.deb ...
11:19:41 #10 33.65 Unpacking libipc-system-simple-perl (1.30-2) ...
11:19:41 #10 33.68 Selecting previously unselected package libfile-basedir-perl.
11:19:41 #10 33.69 Preparing to unpack .../262-libfile-basedir-perl_0.09-2_all.deb ...
11:19:41 #10 33.69 Unpacking libfile-basedir-perl (0.09-2) ...
11:19:41 #10 33.72 Selecting previously unselected package libfile-chdir-perl.
11:19:41 #10 33.72 Preparing to unpack .../263-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:19:41 #10 33.73 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:19:41 #10 33.76 Selecting previously unselected package libfile-fcntllock-perl.
11:19:41 #11 ...
11:19:41 
11:19:41 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:41 #7 extracting sha256:d35297b6d570293c7581e727c51353a6eb15d3b2f7bdaf391595c28c2a8d4fc6 7.3s done
11:19:41 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 4.4s done
11:19:41 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 2.2s
11:19:41 #7 ...
11:19:41 
11:19:41 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:41 #11 15.15 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
11:19:41 #9 40.31 Preparing to unpack .../250-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:19:41 #9 40.32 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:41 #9 40.37 Selecting previously unselected package libsort-key-perl.
11:19:41 #9 40.37 Preparing to unpack .../251-libsort-key-perl_1.33-2_amd64.deb ...
11:19:41 #9 40.37 Unpacking libsort-key-perl (1.33-2) ...
11:19:41 #9 40.41 Selecting previously unselected package libstring-copyright-perl.
11:19:41 #9 40.41 Preparing to unpack .../252-libstring-copyright-perl_0.003005-1_all.deb ...
11:19:41 #9 40.41 Unpacking libstring-copyright-perl (0.003005-1) ...
11:19:41 #9 40.44 Selecting previously unselected package libstring-escape-perl.
11:19:41 #9 40.44 Preparing to unpack .../253-libstring-escape-perl_2010.002-2_all.deb ...
11:19:41 #9 40.45 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:41 #9 40.48 Selecting previously unselected package libtext-levenshtein-perl.
11:19:41 #9 40.48 Preparing to unpack .../254-libtext-levenshtein-perl_0.13-1_all.deb ...
11:19:41 #9 40.48 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:19:41 #9 40.51 Selecting previously unselected package libunicode-utf8-perl.
11:19:41 #9 40.51 Preparing to unpack .../255-libunicode-utf8-perl_0.60-1build4_amd64.deb ...
11:19:41 #9 40.52 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:19:41 #9 40.55 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:41 #11 37.74 Selecting previously unselected package diffstat.
11:19:41 #11 37.74 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
11:19:41 #11 37.74 Unpacking diffstat (1.63-1) ...
11:19:41 #11 37.79 Selecting previously unselected package python3-chardet.
11:19:41 #11 37.79 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
11:19:41 #11 37.80 Unpacking python3-chardet (3.0.4-4build1) ...
11:19:41 #11 37.84 Selecting previously unselected package python3-debian.
11:19:41 #11 37.85 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
11:19:41 #11 37.85 Unpacking python3-debian (0.1.36ubuntu1) ...
11:19:41 #11 37.90 Selecting previously unselected package libgpgme11:amd64.
11:19:41 #11 37.90 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
11:19:41 #11 37.91 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
11:19:41 #11 37.96 Selecting previously unselected package python3-gpg.
11:19:41 #11 37.97 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
11:19:41 #11 37.97 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:19:41 #11 38.03 Selecting previously unselected package dput.
11:19:41 #11 38.04 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
11:19:41 #11 38.09 Unpacking dput (1.0.3ubuntu1) ...
11:19:41 #10 15.08 Unpacking python3-minimal (3.9.2-3) ...
11:19:41 #10 15.13 Selecting previously unselected package media-types.
11:19:41 #10 15.13 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:19:41 #10 15.13 Unpacking media-types (4.0.0) ...
11:19:41 #10 15.18 Selecting previously unselected package libmpdec3:armhf.
11:19:41 #10 15.18 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
11:19:41 #10 15.18 Unpacking libmpdec3:armhf (2.5.1-1) ...
11:19:41 #10 15.25 Selecting previously unselected package libncursesw6:armhf.
11:19:41 #10 15.25 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
11:19:41 #10 15.25 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
11:19:41 #10 15.31 Selecting previously unselected package readline-common.
11:19:41 #10 15.31 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:19:41 #11 31.79 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
11:19:41 #11 31.83 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:19:41 #10 38.37 Selecting previously unselected package libgpgme11:amd64.
11:19:41 #10 38.37 Preparing to unpack .../162-libgpgme11_1.18.0-3+b1_amd64.deb ...
11:19:41 #10 38.38 Unpacking libgpgme11:amd64 (1.18.0-3+b1) ...
11:19:41 #10 38.43 Selecting previously unselected package python3-gpg.
11:19:41 #10 38.43 Preparing to unpack .../163-python3-gpg_1.18.0-3+b1_amd64.deb ...
11:19:41 #10 38.43 Unpacking python3-gpg (1.18.0-3+b1) ...
11:19:41 #10 38.49 Selecting previously unselected package python3-xdg.
11:19:41 #10 38.49 Preparing to unpack .../164-python3-xdg_0.28-2_all.deb ...
11:19:41 #10 38.50 Unpacking python3-xdg (0.28-2) ...
11:19:41 #10 38.55 Selecting previously unselected package dput.
11:19:41 #10 38.55 Preparing to unpack .../165-dput_1.1.3_all.deb ...
11:19:41 #10 38.56 Unpacking dput (1.1.3) ...
11:19:41 #10 38.60 Selecting previously unselected package equivs.
11:19:41 #10 38.60 Preparing to unpack .../166-equivs_2.3.1_all.deb ...
11:19:41 #10 38.60 Unpacking equivs (2.3.1) ...
11:19:41 #10 38.64 Selecting previously unselected package fonts-dejavu-core.
11:19:41 #10 38.64 Preparing to unpack .../167-fonts-dejavu-core_2.37-5_all.deb ...
11:19:41 #10 38.68 Unpacking fonts-dejavu-core (2.37-5) ...
11:19:41 #10 39.96 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
11:19:41 #10 39.96 Unpacking libfont-afm-perl (1.20-2) ...
11:19:41 #10 40.00 Selecting previously unselected package libfribidi0:amd64.
11:19:41 #10 40.00 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ...
11:19:41 #10 40.00 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
11:19:41 #10 40.03 Selecting previously unselected package libfuture-perl.
11:19:41 #10 40.03 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
11:19:41 #10 40.04 Unpacking libfuture-perl (0.39-1) ...
11:19:41 #10 40.07 Selecting previously unselected package libio-stringy-perl.
11:19:41 #10 40.07 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ...
11:19:41 #10 40.07 Unpacking libio-stringy-perl (2.111-3) ...
11:19:41 #10 40.10 Selecting previously unselected package libparams-validate-perl.
11:19:41 #10 40.10 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
11:19:41 #10 40.11 Unpacking libparams-validate-perl (1.29-1+b1) ...
11:19:41 #10 40.14 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:41 #10 40.14 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
11:19:41 #10 40.14 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
11:19:41 #10 40.17 Selecting previously unselected package libsort-versions-perl.
11:19:41 #10 32.07 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
11:19:41 #10 32.08 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:19:41 #10 32.13 Selecting previously unselected package libio-stringy-perl.
11:19:41 #10 32.14 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
11:19:41 #10 32.14 Unpacking libio-stringy-perl (2.111-3) ...
11:19:41 #10 32.19 Selecting previously unselected package libparams-validate-perl:arm64.
11:19:41 #10 32.19 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
11:19:41 #10 32.20 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
11:19:41 #10 32.23 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:41 #10 32.23 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
11:19:41 #10 32.24 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
11:19:41 #10 32.27 Selecting previously unselected package libsort-versions-perl.
11:19:41 #10 32.28 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
11:19:41 #10 32.28 Unpacking libsort-versions-perl (1.62-1) ...
11:19:41 #10 32.31 Selecting previously unselected package libgit-wrapper-perl.
11:19:41 #10 13.49 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
11:19:41 #10 23.49 Unpacking linux-libc-dev:armhf (4.19.269-1) ...
11:19:41 #11 35.74 Get:395 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:19:41 #11 35.89 Get:396 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:19:41 #10 37.05 Fedora 37 - x86_64 - Updates                     17 MB/s |  27 MB     00:01    
11:19:41 #10 11.41 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1+deb10u1 [267 kB]
11:19:41 #10 11.43 Get:14 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20220308~buster-1 [1012 kB]
11:19:41 #10 11.47 Get:15 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1+deb10u1 [2112 kB]
11:19:41 #10 11.58 Get:16 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
11:19:41 #10 11.58 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
11:19:41 #10 11.58 Get:18 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
11:19:41 #10 34.54 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:19:41 #10 34.55 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
11:19:41 #10 34.55 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
11:19:41 #10 34.59 Selecting previously unselected package libpsl5:arm64.
11:19:41 #10 34.59 Preparing to unpack .../038-libpsl5_0.19.1-5build1_arm64.deb ...
11:19:41 #10 34.59 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
11:19:41 #10 34.64 Selecting previously unselected package libssl1.0.0:arm64.
11:19:41 #10 34.64 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.11_arm64.deb ...
11:19:41 #10 34.65 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.11) ...
11:19:41 #10 34.73 Selecting previously unselected package libxmuu1:arm64.
11:19:41 #10 34.73 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_arm64.deb ...
11:19:41 #10 34.74 Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
11:19:41 #10 34.77 Selecting previously unselected package manpages.
11:19:41 #10 16.33 Selecting previously unselected package perl.
11:19:41 #10 16.33 Preparing to unpack .../4-perl_5.36.0-7_armhf.deb ...
11:19:41 #10 16.35 Unpacking perl (5.36.0-7) ...
11:19:41 #10 35.49 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
11:19:41 #10 35.49 Unpacking libterm-readkey-perl (2.38-1) ...
11:19:41 #10 35.52 Selecting previously unselected package libtest-fatal-perl.
11:19:41 #10 35.53 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
11:19:41 #10 35.53 Unpacking libtest-fatal-perl (0.014-1) ...
11:19:41 #10 35.56 Selecting previously unselected package libtest-refcount-perl.
11:19:41 #10 35.56 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
11:19:41 #10 35.56 Unpacking libtest-refcount-perl (0.08-3) ...
11:19:41 #10 35.60 Selecting previously unselected package libtext-levenshtein-perl.
11:19:41 #10 35.60 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
11:19:41 #10 35.60 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:19:41 #10 35.64 Selecting previously unselected package libtype-tiny-xs-perl.
11:19:41 #10 35.64 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
11:19:41 #10 35.64 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
11:19:41 #10 35.67 Selecting previously unselected package libunicode-utf8-perl.
11:19:41 #10 35.67 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
11:19:41 #10 35.68 Unpacking libunicode-utf8-perl (0.62-1) ...
11:19:41 #10 35.72 Selecting previously unselected package libwrap0:arm64.
11:19:41 #11 30.48 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:41 #11 30.53 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
11:19:41 #11 30.54 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB]
11:19:41 #11 30.56 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:41 #11 30.59 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB]
11:19:41 #10 36.62 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
11:19:41 #10 36.62 Unpacking libx11-data (2:1.7.2-1) ...
11:19:41 #10 36.69 Selecting previously unselected package libx11-6:amd64.
11:19:41 #10 36.69 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
11:19:41 #10 36.70 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
11:19:42 #11 28.49 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
11:19:42 #10 33.76 Preparing to unpack .../264-libfile-fcntllock-perl_0.22-4+b1_arm64.deb ...
11:19:42 #10 33.76 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
11:19:42 #10 33.80 Selecting previously unselected package libnumber-compare-perl.
11:19:42 #10 33.80 Preparing to unpack .../265-libnumber-compare-perl_0.03-3_all.deb ...
11:19:42 #10 33.80 Unpacking libnumber-compare-perl (0.03-3) ...
11:19:42 #10 33.83 Selecting previously unselected package libtext-glob-perl.
11:19:42 #10 33.83 Preparing to unpack .../266-libtext-glob-perl_0.11-3_all.deb ...
11:19:42 #10 33.84 Unpacking libtext-glob-perl (0.11-3) ...
11:19:42 #10 33.93 Selecting previously unselected package libfile-find-rule-perl.
11:19:42 #10 33.94 Preparing to unpack .../267-libfile-find-rule-perl_0.34-3_all.deb ...
11:19:42 #10 33.94 Unpacking libfile-find-rule-perl (0.34-3) ...
11:19:42 #10 33.97 Selecting previously unselected package libfont-afm-perl.
11:19:42 #10 33.97 Preparing to unpack .../268-libfont-afm-perl_1.20-4_all.deb ...
11:19:42 #10 33.98 Unpacking libfont-afm-perl (1.20-4) ...
11:19:42 #10 34.01 Selecting previously unselected package libio-string-perl.
11:19:42 #10 34.01 Preparing to unpack .../269-libio-string-perl_1.08-4_all.deb ...
11:19:42 #10 34.01 Unpacking libio-string-perl (1.08-4) ...
11:19:42 #10 34.04 Selecting previously unselected package libfont-ttf-perl.
11:19:42 #10 34.05 Preparing to unpack .../270-libfont-ttf-perl_1.06-2_all.deb ...
11:19:42 #10 34.05 Unpacking libfont-ttf-perl (1.06-2) ...
11:19:42 #11 15.23 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
11:19:42 #11 15.46 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
11:19:42 #11 31.24 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
11:19:42 #11 31.24 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
11:19:42 #11 31.24 Get:345 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:19:42 #11 31.24 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:19:42 #11 31.24 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
11:19:42 #11 31.24 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:19:42 #11 31.25 Get:349 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.1 [162 kB]
11:19:42 #11 31.25 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB]
11:19:42 #11 31.25 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:42 #11 31.31 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B]
11:19:42 #9 40.56 Preparing to unpack .../256-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:19:42 #9 40.56 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:19:42 #9 40.59 Selecting previously unselected package libxml-sax-base-perl.
11:19:42 #9 40.59 Preparing to unpack .../257-libxml-sax-base-perl_1.09-1_all.deb ...
11:19:42 #9 40.60 Unpacking libxml-sax-base-perl (1.09-1) ...
11:19:42 #9 40.64 Selecting previously unselected package libxml-sax-perl.
11:19:42 #9 40.64 Preparing to unpack .../258-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:19:42 #9 40.65 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:19:42 #9 40.71 Selecting previously unselected package libxml-libxml-perl.
11:19:42 #9 40.72 Preparing to unpack .../259-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
11:19:42 #9 40.72 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:19:42 #9 40.78 Selecting previously unselected package libxml-parser-perl.
11:19:42 #9 40.78 Preparing to unpack .../260-libxml-parser-perl_2.44-2build3_amd64.deb ...
11:19:42 #9 40.79 Unpacking libxml-parser-perl (2.44-2build3) ...
11:19:42 #9 40.84 Selecting previously unselected package libxml-sax-expat-perl.
11:19:42 #11 38.13 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:42 #11 38.14 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.16_amd64.deb ...
11:19:42 #11 38.14 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.16) ...
11:19:42 #10 15.31 Unpacking readline-common (8.1-1) ...
11:19:42 #10 15.37 Selecting previously unselected package libreadline8:armhf.
11:19:42 #10 15.37 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
11:19:42 #10 15.37 Unpacking libreadline8:armhf (8.1-1) ...
11:19:42 #10 15.43 Selecting previously unselected package libsqlite3-0:armhf.
11:19:42 #10 15.43 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
11:19:42 #10 15.44 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
11:19:42 #10 38.82 Selecting previously unselected package fontconfig-config.
11:19:42 #10 38.82 Preparing to unpack .../168-fontconfig-config_2.14.1-4_amd64.deb ...
11:19:42 #10 40.17 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ...
11:19:42 #10 40.17 Unpacking libsort-versions-perl (1.62-1) ...
11:19:42 #10 40.20 Selecting previously unselected package libgit-wrapper-perl.
11:19:42 #10 40.20 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:42 #10 40.20 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:42 #10 40.23 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:42 #10 40.23 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:19:42 #10 40.24 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:19:42 #10 40.26 Selecting previously unselected package libio-prompter-perl.
11:19:42 #10 40.26 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
11:19:42 #10 40.27 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:42 #10 40.30 Selecting previously unselected package libjson-perl.
11:19:42 #10 40.30 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ...
11:19:42 #10 40.30 Unpacking libjson-perl (4.02000-1) ...
11:19:42 #10 40.33 Selecting previously unselected package liblog-any-perl.
11:19:42 #10 40.34 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
11:19:42 #10 40.34 Unpacking liblog-any-perl (1.707-1) ...
11:19:42 #10 40.37 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:42 #10 40.37 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:19:42 #10 40.38 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:19:42 #10 40.40 Selecting previously unselected package libpackage-stash-perl.
11:19:42 #10 40.40 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
11:19:42 #10 40.41 Unpacking libpackage-stash-perl (0.38-1) ...
11:19:42 #10 40.43 Selecting previously unselected package libsub-identify-perl.
11:19:42 #10 40.44 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
11:19:42 #10 40.44 Unpacking libsub-identify-perl (0.14-1+b1) ...
11:19:42 #10 40.47 Selecting previously unselected package libnamespace-clean-perl.
11:19:42 #10 40.47 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:42 #10 32.31 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:42 #10 32.32 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:42 #10 32.35 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:42 #10 32.35 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:19:42 #10 32.36 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:19:42 #10 32.39 Selecting previously unselected package libio-prompter-perl.
11:19:42 #10 32.39 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
11:19:42 #10 32.39 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:42 #10 32.43 Selecting previously unselected package libjson-perl.
11:19:42 #10 32.43 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
11:19:42 #10 32.44 Unpacking libjson-perl (4.03000-1) ...
11:19:42 #10 32.48 Selecting previously unselected package liblog-any-perl.
11:19:42 #10 32.48 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
11:19:42 #10 32.48 Unpacking liblog-any-perl (1.709-1) ...
11:19:42 #10 32.52 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:42 #10 32.52 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:19:42 #10 32.52 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:19:42 #10 32.55 Selecting previously unselected package libpackage-stash-perl.
11:19:42 #10 23.72 Selecting previously unselected package libc6-dev:armhf.
11:19:42 #10 23.72 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_armhf.deb ...
11:19:42 #10 23.72 Unpacking libc6-dev:armhf (2.28-10+deb10u2) ...
11:19:42 #11 35.90 Get:397 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:19:42 #11 35.91 Get:398 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:19:42 #11 35.95 Get:399 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
11:19:42 #11 36.06 Get:400 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
11:19:42 #11 36.09 Get:401 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:42 #11 36.09 Get:402 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
11:19:42 #11 36.10 Get:403 http://archive.ubuntu.com/ubuntu kinetic/main amd64 licensecheck all 3.3.0-1 [41.4 kB]
11:19:42 #11 36.10 Get:404 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-size-perl amd64 0.83-2 [20.4 kB]
11:19:42 #12 23.96 Running transaction check
11:19:42 #12 24.04 Transaction check succeeded.
11:19:42 #12 24.04 Running transaction test
11:19:42 #10 11.61 Get:19 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
11:19:42 #10 11.62 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
11:19:42 #10 11.62 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
11:19:42 #10 11.65 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
11:19:42 #10 11.65 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
11:19:42 #10 11.65 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
11:19:42 #10 11.68 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
11:19:42 #10 11.76 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
11:19:42 #10 11.76 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
11:19:42 #10 11.76 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
11:19:42 #10 11.77 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
11:19:42 #10 11.77 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.3 kB]
11:19:42 #10 11.79 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
11:19:42 #10 11.79 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
11:19:42 #10 34.77 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:19:42 #10 34.77 Unpacking manpages (4.15-1) ...
11:19:42 #10 34.88 Selecting previously unselected package openssh-client.
11:19:42 #10 34.88 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_arm64.deb ...
11:19:42 #10 34.89 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:19:42 #10 34.96 Selecting previously unselected package publicsuffix.
11:19:42 #10 34.96 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:19:42 #10 34.97 Unpacking publicsuffix (20180223.1310-1) ...
11:19:42 #10 35.00 Selecting previously unselected package python-apt-common.
11:19:42 #10 16.45 Selecting previously unselected package liblocale-gettext-perl.
11:19:42 #10 16.45 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_armhf.deb ...
11:19:42 #10 16.45 Unpacking liblocale-gettext-perl (1.07-5) ...
11:19:42 #10 16.50 Selecting previously unselected package libssl3:armhf.
11:19:42 #10 16.50 Preparing to unpack .../6-libssl3_3.0.8-1_armhf.deb ...
11:19:42 #10 16.50 Unpacking libssl3:armhf (3.0.8-1) ...
11:19:42 #10 35.72 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
11:19:42 #10 35.73 Unpacking libwrap0:arm64 (7.6.q-28) ...
11:19:42 #10 35.77 Selecting previously unselected package libxau6:arm64.
11:19:42 #10 35.77 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
11:19:42 #10 35.77 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
11:19:42 #10 35.81 Selecting previously unselected package libxdmcp6:arm64.
11:19:42 #10 35.81 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:19:42 #10 35.81 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:42 #10 35.85 Selecting previously unselected package libxcb1:arm64.
11:19:42 #10 35.85 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
11:19:42 #10 35.86 Unpacking libxcb1:arm64 (1.13.1-2) ...
11:19:42 #10 35.89 Selecting previously unselected package libx11-data.
11:19:42 #10 35.90 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
11:19:42 #10 35.90 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
11:19:42 #10 35.97 Selecting previously unselected package libx11-6:arm64.
11:19:42 #12 24.85 (1/79): xz-libs-5.2.4-4.el8.x86_64.rpm          415 kB/s |  94 kB     00:00    
11:19:42 #12 24.86 (2/79): desktop-file-utils-0.26-1.el8.x86_64.rp 348 kB/s |  80 kB     00:00    
11:19:42 #12 24.86 (3/79): dwz-0.12-10.el8.x86_64.rpm              463 kB/s | 109 kB     00:00    
11:19:42 #12 24.87 (4/79): efi-srpm-macros-3-3.el8.noarch.rpm      2.0 MB/s |  22 kB     00:00    
11:19:42 #12 24.87 (5/79): gc-7.6.4-3.el8.x86_64.rpm               9.8 MB/s | 109 kB     00:00    
11:19:42 #12 24.87 (6/79): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.2 MB/s | 9.3 kB     00:00    
11:19:42 #12 24.88 (7/79): go-srpm-macros-2-17.el8.noarch.rpm      2.2 MB/s |  13 kB     00:00    
11:19:42 #12 24.88 (8/79): libatomic_ops-7.6.2-3.el8.x86_64.rpm    7.1 MB/s |  38 kB     00:00    
11:19:42 #12 24.89 (9/79): libipt-1.6.1-8.el8.x86_64.rpm           9.0 MB/s |  50 kB     00:00    
11:19:42 #12 24.89 (10/79): ocaml-srpm-macros-5-4.el8.noarch.rpm   1.8 MB/s | 9.4 kB     00:00    
11:19:42 #12 24.90 (11/79): openblas-srpm-macros-2-2.el8.noarch.rp 1.7 MB/s | 7.9 kB     00:00    
11:19:42 #12 24.91 (12/79): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 8.6 MB/s |  47 kB     00:00    
11:19:42 #12 24.91 (13/79): perl-Mozilla-CA-20160104-7.module_el8. 3.7 MB/s |  15 kB     00:00    
11:19:42 #12 24.92 (14/79): perl-srpm-macros-1-25.el8.noarch.rpm   2.2 MB/s |  11 kB     00:00    
11:19:42 #12 24.92 (15/79): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.7 MB/s |  11 kB     00:00    
11:19:42 #12 24.93 (16/79): redhat-rpm-config-130-1.el8.noarch.rpm  13 MB/s |  90 kB     00:00    
11:19:42 #12 24.94 (17/79): rpm-build-4.14.3-26.el8.x86_64.rpm      17 MB/s | 174 kB     00:00    
11:19:42 #12 24.96 (18/79): guile-2.0.14-7.el8.x86_64.rpm           41 MB/s | 3.5 MB     00:00    
11:19:42 #12 24.98 (19/79): gdb-headless-8.2-19.el8.x86_64.rpm      32 MB/s | 3.7 MB     00:00    
11:19:42 #12 24.98 (20/79): rust-srpm-macros-5-2.el8.noarch.rpm    417 kB/s | 9.2 kB     00:00    
11:19:42 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.3s
11:19:42 #10 36.78 Selecting previously unselected package libxpm4:amd64.
11:19:42 #10 36.78 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
11:19:42 #10 36.78 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
11:19:42 #10 36.81 Selecting previously unselected package libgd3:amd64.
11:19:42 #10 36.82 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
11:19:42 #10 36.82 Unpacking libgd3:amd64 (2.3.0-2) ...
11:19:42 #10 36.86 Selecting previously unselected package libc-devtools.
11:19:42 #10 36.86 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u5_amd64.deb ...
11:19:42 #10 36.86 Unpacking libc-devtools (2.31-13+deb11u5) ...
11:19:42 #10 36.91 Selecting previously unselected package libcapture-tiny-perl.
11:19:42 #10 36.91 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:42 #10 36.91 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:42 #10 36.94 Selecting previously unselected package libclass-data-inheritable-perl.
11:19:42 #10 36.94 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:19:42 #10 36.95 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:19:42 #10 36.97 Selecting previously unselected package libclass-inspector-perl.
11:19:42 #10 36.97 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
11:19:42 #10 36.98 Unpacking libclass-inspector-perl (1.36-1) ...
11:19:42 #10 37.00 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:42 #10 37.01 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
11:19:42 #10 37.01 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:19:42 #10 37.04 Selecting previously unselected package libclone-perl.
11:19:42 #10 37.04 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
11:19:42 #10 37.04 Unpacking libclone-perl (0.45-1+b1) ...
11:19:42 #10 37.07 Selecting previously unselected package libcommon-sense-perl.
11:19:42 #10 37.08 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
11:19:42 #10 37.08 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:19:42 #10 37.10 Selecting previously unselected package libconfig-tiny-perl.
11:19:42 #10 37.11 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
11:19:42 #11 30.91 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:19:42 #11 30.93 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
11:19:42 #11 30.94 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:19:42 #11 30.95 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:19:42 #11 30.95 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:19:42 #11 30.96 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB]
11:19:42 #11 30.96 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:19:42 #11 30.97 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:19:42 #11 30.97 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:19:42 #11 30.97 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB]
11:19:42 #11 30.97 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:19:42 #11 28.73 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
11:19:42 #10 34.11 Selecting previously unselected package libfreezethaw-perl.
11:19:42 #10 34.11 Preparing to unpack .../271-libfreezethaw-perl_0.5001-3_all.deb ...
11:19:42 #10 34.12 Unpacking libfreezethaw-perl (0.5001-3) ...
11:19:42 #10 34.15 Selecting previously unselected package libsort-versions-perl.
11:19:42 #10 34.15 Preparing to unpack .../272-libsort-versions-perl_1.62-3_all.deb ...
11:19:42 #10 34.15 Unpacking libsort-versions-perl (1.62-3) ...
11:19:42 #10 34.18 Selecting previously unselected package libgit-wrapper-perl.
11:19:42 #10 34.19 Preparing to unpack .../273-libgit-wrapper-perl_0.048-2_all.deb ...
11:19:42 #10 34.19 Unpacking libgit-wrapper-perl (0.048-2) ...
11:19:42 #10 34.23 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:42 #10 34.23 Preparing to unpack .../274-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
11:19:42 #10 34.23 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
11:19:42 #10 34.26 Selecting previously unselected package libio-prompter-perl.
11:19:42 #10 34.27 Preparing to unpack .../275-libio-prompter-perl_0.004015-2_all.deb ...
11:19:42 #10 34.27 Unpacking libio-prompter-perl (0.004015-2) ...
11:19:42 #10 34.32 Selecting previously unselected package libjson-perl.
11:19:42 #10 34.32 Preparing to unpack .../276-libjson-perl_4.10000-1_all.deb ...
11:19:42 #10 34.32 Unpacking libjson-perl (4.10000-1) ...
11:19:42 #10 34.36 Selecting previously unselected package liblog-any-perl.
11:19:42 #11 15.57 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
11:19:42 #11 15.57 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
11:19:42 #11 15.65 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
11:19:42 #11 15.68 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-common armhf 2.38-4ubuntu2.1 [221 kB]
11:19:42 #11 31.49 debconf: delaying package configuration, since apt-utils is not installed
11:19:42 #11 31.53 Fetched 97.8 MB in 25s (3927 kB/s)
11:19:42 #11 31.56 Selecting previously unselected package liblocale-gettext-perl.
11:19:42 #11 31.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 ... 4117 files and directories currently installed.)
11:19:42 #11 31.56 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ...
11:19:42 #11 31.56 Unpacking liblocale-gettext-perl (1.07-4) ...
11:19:42 #9 40.84 Preparing to unpack .../261-libxml-sax-expat-perl_0.40-2_all.deb ...
11:19:42 #9 40.84 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:19:42 #9 40.87 Selecting previously unselected package libxml-simple-perl.
11:19:42 #9 40.87 Preparing to unpack .../262-libxml-simple-perl_2.24-1_all.deb ...
11:19:42 #9 40.88 Unpacking libxml-simple-perl (2.24-1) ...
11:19:42 #9 40.91 Selecting previously unselected package libyaml-libyaml-perl.
11:19:42 #9 40.92 Preparing to unpack .../263-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
11:19:42 #9 40.92 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:19:42 #9 40.95 Selecting previously unselected package licensecheck.
11:19:42 #9 40.95 Preparing to unpack .../264-licensecheck_3.0.31-2_all.deb ...
11:19:42 #9 41.02 Unpacking licensecheck (3.0.31-2) ...
11:19:42 #9 41.06 Selecting previously unselected package patchutils.
11:19:42 #9 41.06 Preparing to unpack .../265-patchutils_0.3.4-2_amd64.deb ...
11:19:42 #10 15.58 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:19:42 #10 15.58 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
11:19:42 #10 15.58 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
11:19:42 #11 38.28 Selecting previously unselected package liberror-perl.
11:19:42 #11 38.28 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
11:19:42 #11 38.29 Unpacking liberror-perl (0.17029-1) ...
11:19:42 #11 38.33 Selecting previously unselected package git-man.
11:19:42 #11 38.33 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.10_all.deb ...
11:19:42 #11 38.33 Unpacking git-man (1:2.25.1-1ubuntu3.10) ...
11:19:42 #11 38.51 Selecting previously unselected package git.
11:19:42 #10 38.90 Unpacking fontconfig-config (2.14.1-4) ...
11:19:42 #10 38.95 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:42 #10 38.95 Preparing to unpack .../169-libcurl3-gnutls_7.88.1-1_amd64.deb ...
11:19:42 #10 38.96 Unpacking libcurl3-gnutls:amd64 (7.88.1-1) ...
11:19:42 #10 39.01 Selecting previously unselected package liberror-perl.
11:19:42 #10 39.02 Preparing to unpack .../170-liberror-perl_0.17029-2_all.deb ...
11:19:42 #10 39.02 Unpacking liberror-perl (0.17029-2) ...
11:19:42 #10 39.05 Selecting previously unselected package git-man.
11:19:42 #10 39.06 Preparing to unpack .../171-git-man_1%3a2.39.2-1.1_all.deb ...
11:19:42 #10 39.06 Unpacking git-man (1:2.39.2-1.1) ...
11:19:42 #10 40.47 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:42 #10 40.50 Selecting previously unselected package libpath-tiny-perl.
11:19:42 #10 40.50 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
11:19:42 #10 40.51 Unpacking libpath-tiny-perl (0.108-1) ...
11:19:42 #10 40.54 Selecting previously unselected package libtype-tiny-perl.
11:19:42 #10 40.54 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
11:19:42 #10 40.54 Unpacking libtype-tiny-perl (1.004004-1) ...
11:19:42 #10 40.59 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:42 #10 40.60 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ...
11:19:42 #10 40.60 Unpacking libgitlab-api-v4-perl (0.16-1) ...
11:19:42 #10 40.63 Selecting previously unselected package libglib2.0-data.
11:19:42 #10 40.63 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
11:19:42 #10 40.64 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
11:19:42 #10 32.56 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
11:19:42 #10 32.56 Unpacking libpackage-stash-perl (0.39-1) ...
11:19:42 #10 32.59 Selecting previously unselected package libsub-identify-perl.
11:19:42 #10 32.59 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
11:19:42 #10 32.60 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:19:42 #10 32.63 Selecting previously unselected package libsub-name-perl.
11:19:42 #10 32.63 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
11:19:42 #10 32.63 Unpacking libsub-name-perl (0.26-1+b1) ...
11:19:42 #10 32.67 Selecting previously unselected package libnamespace-clean-perl.
11:19:42 #10 32.67 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:42 #10 32.67 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:42 #10 32.70 Selecting previously unselected package libpath-tiny-perl.
11:19:42 #10 32.71 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
11:19:42 #10 32.71 Unpacking libpath-tiny-perl (0.118-1) ...
11:19:42 #10 32.76 Selecting previously unselected package libtype-tiny-perl.
11:19:42 #10 32.76 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
11:19:42 #10 32.76 Unpacking libtype-tiny-perl (1.012001-2) ...
11:19:42 #10 24.16 Selecting previously unselected package libisl19:armhf.
11:19:42 #10 24.16 Preparing to unpack .../036-libisl19_0.20-2_armhf.deb ...
11:19:42 #10 24.17 Unpacking libisl19:armhf (0.20-2) ...
11:19:42 #10 24.28 Selecting previously unselected package libmpfr6:armhf.
11:19:42 #10 24.28 Preparing to unpack .../037-libmpfr6_4.0.2-1_armhf.deb ...
11:19:42 #10 24.28 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:19:42 #11 36.38 Get:405 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:19:42 #11 36.41 Get:406 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzip amd64 1.23-4 [79.7 kB]
11:19:42 #11 36.43 Get:407 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
11:19:42 #11 36.44 Get:408 http://archive.ubuntu.com/ubuntu kinetic/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
11:19:42 #11 32.24 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
11:19:42 #11 32.41 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:19:42 #11 32.43 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:19:42 #11 32.46 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:19:42 #11 32.51 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
11:19:42 #11 32.56 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:19:42 #12 24.34 Transaction test succeeded.
11:19:42 #12 24.34 Running transaction
11:19:42 #10 11.79 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
11:19:42 #10 11.83 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
11:19:42 #10 11.92 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [179 kB]
11:19:42 #10 11.92 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
11:19:42 #10 11.93 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
11:19:42 #10 11.94 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
11:19:42 #10 11.95 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
11:19:42 #10 11.96 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
11:19:42 #10 12.00 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
11:19:42 #10 12.03 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
11:19:42 #10 12.12 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
11:19:42 #10 35.00 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:19:42 #10 35.01 Unpacking python-apt-common (1.6.6) ...
11:19:42 #10 35.04 Selecting previously unselected package python3-apt.
11:19:42 #10 35.04 Preparing to unpack .../045-python3-apt_1.6.6_arm64.deb ...
11:19:42 #10 35.05 Unpacking python3-apt (1.6.6) ...
11:19:42 #10 35.09 Selecting previously unselected package strace.
11:19:42 #10 35.09 Preparing to unpack .../046-strace_4.21-1ubuntu1_arm64.deb ...
11:19:42 #10 35.09 Unpacking strace (4.21-1ubuntu1) ...
11:19:42 #10 35.14 Selecting previously unselected package xauth.
11:19:42 #10 35.14 Preparing to unpack .../047-xauth_1%3a1.0.10-1_arm64.deb ...
11:19:42 #10 35.15 Unpacking xauth (1:1.0.10-1) ...
11:19:42 #10 35.19 Selecting previously unselected package at.
11:19:42 #10 35.19 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_arm64.deb ...
11:19:42 #10 35.19 Unpacking at (3.1.20-3.1ubuntu2) ...
11:19:42 #10 35.23 Selecting previously unselected package libsigsegv2:arm64.
11:19:42 #10 35.23 Preparing to unpack .../049-libsigsegv2_2.12-1_arm64.deb ...
11:19:42 #10 35.24 Unpacking libsigsegv2:arm64 (2.12-1) ...
11:19:42 #10 35.27 Selecting previously unselected package m4.
11:19:42 #10 35.27 Preparing to unpack .../050-m4_1.4.18-1_arm64.deb ...
11:19:42 #10 35.28 Unpacking m4 (1.4.18-1) ...
11:19:42 #10 35.32 Selecting previously unselected package autoconf.
11:19:42 #10 35.32 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
11:19:42 #10 35.32 Unpacking autoconf (2.69-11) ...
11:19:42 #10 35.37 Selecting previously unselected package autotools-dev.
11:19:42 #10 16.73 Selecting previously unselected package libpython3.11-minimal:armhf.
11:19:42 #10 16.73 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-4_armhf.deb ...
11:19:42 #10 16.73 Unpacking libpython3.11-minimal:armhf (3.11.2-4) ...
11:19:42 #10 35.98 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
11:19:42 #10 35.98 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
11:19:42 #10 36.06 Selecting previously unselected package libxext6:arm64.
11:19:42 #10 36.07 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
11:19:42 #10 36.07 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
11:19:42 #10 36.10 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:42 #10 36.11 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:19:42 #10 36.11 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:19:42 #10 36.14 Selecting previously unselected package libxml-sax-base-perl.
11:19:42 #10 36.15 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
11:19:42 #10 36.15 Unpacking libxml-sax-base-perl (1.09-1) ...
11:19:42 #10 36.19 Selecting previously unselected package libxml-sax-perl.
11:19:42 #10 36.19 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
11:19:42 #10 36.20 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
11:19:42 #10 36.24 Selecting previously unselected package libxml-libxml-perl.
11:19:42 #10 36.24 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
11:19:42 #10 36.25 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
11:19:42 #10 36.33 Selecting previously unselected package libxml-sax-expat-perl.
11:19:42 #10 36.34 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
11:19:42 #10 36.34 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:19:42 #12 24.99 (21/79): rpmlint-1.10-14.el8.noarch.rpm         4.0 MB/s | 192 kB     00:00    
11:19:42 #12 24.99 (22/79): bzip2-1.0.6-26.el8.x86_64.rpm           13 MB/s |  60 kB     00:00    
11:19:42 #12 25.00 (23/79): zstd-1.4.4-1.el8.x86_64.rpm             20 MB/s | 393 kB     00:00    
11:19:42 #12 25.01 (24/79): cpio-2.12-11.el8.x86_64.rpm             17 MB/s | 266 kB     00:00    
11:19:42 #12 25.02 (25/79): dnf-plugins-core-4.0.21-18.el8.noarch.  13 MB/s |  75 kB     00:00    
11:19:42 #12 25.04 (26/79): diffutils-3.6-6.el8.x86_64.rpm         8.2 MB/s | 358 kB     00:00    
11:19:42 #12 25.05 (27/79): elfutils-debuginfod-client-0.188-3.el8  12 MB/s |  75 kB     00:00    
11:19:42 #12 25.06 (28/79): elfutils-0.188-3.el8.x86_64.rpm         13 MB/s | 544 kB     00:00    
11:19:42 #12 25.06 (29/79): emacs-filesystem-26.1-9.el8.noarch.rpm 5.9 MB/s |  70 kB     00:00    
11:19:42 #12 25.07 (30/79): file-5.33-21.el8.x86_64.rpm             10 MB/s |  77 kB     00:00    
11:19:42 #12 25.09 (31/79): groff-base-1.22.3-18.el8.x86_64.rpm     45 MB/s | 1.0 MB     00:00    
11:19:42 #12 25.10 (32/79): libbabeltrace-1.5.4-4.el8.x86_64.rpm    27 MB/s | 200 kB     00:00    
11:19:42 #12 25.15 (33/79): glibc-gconv-extra-2.28-224.el8.x86_64.  18 MB/s | 1.5 MB     00:00    
11:19:42 #12 25.15 (34/79): libpkgconf-1.4.2-1.el8.x86_64.rpm      622 kB/s |  35 kB     00:00    
11:19:42 #12 25.16 (35/79): libtool-ltdl-2.4.6-25.el8.x86_64.rpm   7.9 MB/s |  58 kB     00:00    
11:19:42 #12 25.17 (36/79): ncurses-6.1-9.20180224.el8.x86_64.rpm   30 MB/s | 387 kB     00:00    
11:19:42 #12 25.17 (37/79): patch-2.7.6-11.el8.x86_64.rpm           11 MB/s | 138 kB     00:00    
11:19:42 #12 25.18 (38/79): perl-Carp-1.42-396.el8.noarch.rpm      6.3 MB/s |  30 kB     00:00    
11:19:42 #12 25.18 (39/79): perl-Errno-1.28-422.el8.x86_64.rpm      15 MB/s |  76 kB     00:00    
11:19:42 #12 25.19 (40/79): perl-Exporter-5.72-396.el8.noarch.rpm  6.4 MB/s |  34 kB     00:00    
11:19:42 #12 25.19 (41/79): perl-File-Path-2.15-2.el8.noarch.rpm   7.2 MB/s |  38 kB     00:00    
11:19:42 #10 37.11 Unpacking libconfig-tiny-perl (2.26-1) ...
11:19:42 #10 37.14 Selecting previously unselected package libparams-util-perl.
11:19:42 #10 37.14 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
11:19:42 #10 37.14 Unpacking libparams-util-perl (1.102-1+b1) ...
11:19:42 #10 37.18 Selecting previously unselected package libsub-install-perl.
11:19:42 #10 37.18 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
11:19:42 #10 37.18 Unpacking libsub-install-perl (0.928-1.1) ...
11:19:42 #10 37.21 Selecting previously unselected package libdata-optlist-perl.
11:19:42 #10 37.21 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
11:19:42 #10 37.21 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:19:42 #10 37.24 Selecting previously unselected package libsub-exporter-perl.
11:19:42 #10 37.24 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
11:19:42 #10 37.25 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:42 #10 37.27 Selecting previously unselected package libconst-fast-perl.
11:19:42 #10 37.28 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
11:19:42 #10 37.28 Unpacking libconst-fast-perl (0.014-1.1) ...
11:19:42 #10 37.30 Selecting previously unselected package libwant-perl.
11:19:42 #10 37.30 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
11:19:42 #10 37.31 Unpacking libwant-perl (0.29-1+b6) ...
11:19:42 #10 37.33 Selecting previously unselected package libcontextual-return-perl.
11:19:42 #11 31.25 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:19:42 #11 31.27 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:19:42 #11 31.27 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:19:42 #11 31.28 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB]
11:19:42 #11 31.30 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:19:42 #11 28.88 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:19:42 #11 28.98 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:42 #11 28.98 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-which-perl all 1.27-1 [14.3 kB]
11:19:42 #11 28.98 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:42 #11 28.99 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
11:19:42 #11 28.99 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
11:19:42 #11 28.99 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run-perl all 20220807.0-1 [92.6 kB]
11:19:42 #11 29.01 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:42 #11 29.01 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-xsaccessor-perl arm64 1.19-4 [33.6 kB]
11:19:42 #10 34.36 Preparing to unpack .../277-liblog-any-perl_1.713-1_all.deb ...
11:19:42 #10 34.36 Unpacking liblog-any-perl (1.713-1) ...
11:19:42 #10 34.40 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:42 #10 34.40 Preparing to unpack .../278-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:19:42 #10 34.41 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:19:42 #10 34.44 Selecting previously unselected package libpackage-stash-perl.
11:19:42 #10 34.44 Preparing to unpack .../279-libpackage-stash-perl_0.40-1_all.deb ...
11:19:42 #10 34.44 Unpacking libpackage-stash-perl (0.40-1) ...
11:19:42 #10 34.48 Selecting previously unselected package libsub-identify-perl.
11:19:42 #10 34.48 Preparing to unpack .../280-libsub-identify-perl_0.14-3_arm64.deb ...
11:19:42 #10 34.48 Unpacking libsub-identify-perl (0.14-3) ...
11:19:42 #10 34.52 Selecting previously unselected package libsub-name-perl:arm64.
11:19:42 #10 34.52 Preparing to unpack .../281-libsub-name-perl_0.26-2+b1_arm64.deb ...
11:19:42 #10 34.52 Unpacking libsub-name-perl:arm64 (0.26-2+b1) ...
11:19:42 #10 34.56 Selecting previously unselected package libnamespace-clean-perl.
11:19:42 #10 34.56 Preparing to unpack .../282-libnamespace-clean-perl_0.27-2_all.deb ...
11:19:42 #10 34.56 Unpacking libnamespace-clean-perl (0.27-2) ...
11:19:42 #10 34.60 Selecting previously unselected package libpath-tiny-perl.
11:19:42 #11 15.69 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libbinutils armhf 2.38-4ubuntu2.1 [498 kB]
11:19:42 #11 15.72 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf-nobfd0 armhf 2.38-4ubuntu2.1 [94.4 kB]
11:19:42 #11 15.72 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf0 armhf 2.38-4ubuntu2.1 [94.1 kB]
11:19:42 #11 15.72 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.38-4ubuntu2.1 [3061 kB]
11:19:42 #11 31.65 Selecting previously unselected package libssl1.1:arm64.
11:19:42 #11 31.65 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_arm64.deb ...
11:19:42 #11 31.66 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
11:19:42 #11 31.79 Selecting previously unselected package libpython3.8-minimal:arm64.
11:19:42 #11 31.79 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:19:42 #11 31.79 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:42 #11 31.90 Selecting previously unselected package libexpat1:arm64.
11:19:42 #10 15.90 Selecting previously unselected package python3.9.
11:19:42 #10 15.90 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
11:19:42 #10 15.91 Unpacking python3.9 (3.9.2-1) ...
11:19:42 #10 15.96 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:42 #10 15.96 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:19:42 #10 15.97 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:19:42 #10 16.00 Setting up python3-minimal (3.9.2-3) ...
11:19:42 #9 41.06 Unpacking patchutils (0.3.4-2) ...
11:19:42 #9 41.10 Selecting previously unselected package t1utils.
11:19:42 #9 41.10 Preparing to unpack .../266-t1utils_1.41-2_amd64.deb ...
11:19:42 #9 41.10 Unpacking t1utils (1.41-2) ...
11:19:42 #9 41.15 Selecting previously unselected package lintian.
11:19:42 #9 41.15 Preparing to unpack .../267-lintian_2.5.81ubuntu1_all.deb ...
11:19:42 #9 41.16 Unpacking lintian (2.5.81ubuntu1) ...
11:19:42 #11 38.51 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.10_amd64.deb ...
11:19:42 #11 38.53 Unpacking git (1:2.25.1-1ubuntu3.10) ...
11:19:42 #10 39.20 Selecting previously unselected package git.
11:19:42 #10 39.20 Preparing to unpack .../172-git_1%3a2.39.2-1.1_amd64.deb ...
11:19:42 #10 39.21 Unpacking git (1:2.39.2-1.1) ...
11:19:42 #10 32.82 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:42 #10 32.82 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:19:42 #10 32.83 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:19:42 #10 32.88 Selecting previously unselected package libglib2.0-0:arm64.
11:19:42 #10 32.88 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
11:19:42 #10 32.88 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
11:19:42 #10 33.01 Selecting previously unselected package libglib2.0-data.
11:19:42 #10 33.01 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
11:19:42 #10 33.01 Unpacking libglib2.0-data (2.66.8-1) ...
11:19:42 #10 40.80 Selecting previously unselected package libgpm2:amd64.
11:19:42 #10 40.80 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
11:19:42 #10 40.81 Unpacking libgpm2:amd64 (1.20.7-5) ...
11:19:42 #10 40.84 Selecting previously unselected package libidn11:amd64.
11:19:42 #10 40.85 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
11:19:42 #10 40.85 Unpacking libidn11:amd64 (1.33-2.2) ...
11:19:42 #10 40.89 Selecting previously unselected package libntlm0:amd64.
11:19:42 #10 40.90 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ...
11:19:42 #10 40.90 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ...
11:19:42 #10 40.93 Selecting previously unselected package libgsasl7.
11:19:42 #10 40.94 Preparing to unpack .../238-libgsasl7_1.8.0-8+deb10u1_amd64.deb ...
11:19:42 #10 40.94 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
11:19:42 #10 40.99 Selecting previously unselected package libhtml-form-perl.
11:19:42 #10 24.36 Selecting previously unselected package libmpc3:armhf.
11:19:42 #10 24.36 Preparing to unpack .../038-libmpc3_1.1.0-1_armhf.deb ...
11:19:42 #10 24.36 Unpacking libmpc3:armhf (1.1.0-1) ...
11:19:42 #10 24.40 Selecting previously unselected package cpp-8.
11:19:42 #10 24.40 Preparing to unpack .../039-cpp-8_8.3.0-6_armhf.deb ...
11:19:42 #10 24.41 Unpacking cpp-8 (8.3.0-6) ...
11:19:42 #11 36.45 Get:409 http://archive.ubuntu.com/ubuntu kinetic/main amd64 unzip amd64 6.0-27ubuntu1 [174 kB]
11:19:42 #11 36.46 Get:410 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 lintian all 2.115.3ubuntu2.1 [1108 kB]
11:19:42 #11 36.48 Get:411 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages-dev all 5.13-1 [2355 kB]
11:19:42 #11 36.51 Get:412 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-certifi all 2022.6.15-2 [156 kB]
11:19:42 #11 36.51 Get:413 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
11:19:42 #11 36.51 Get:414 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
11:19:42 #11 36.52 Get:415 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-idna all 3.3-1 [49.3 kB]
11:19:42 #11 32.58 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:19:42 #11 32.61 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:19:42 #11 32.62 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
11:19:42 #11 32.64 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:19:42 #11 32.65 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:19:42 #10 35.37 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
11:19:42 #10 35.38 Unpacking autotools-dev (20180224.1) ...
11:19:42 #10 35.42 Selecting previously unselected package automake.
11:19:42 #10 35.42 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:19:42 #10 35.42 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:19:42 #10 35.54 Selecting previously unselected package autopoint.
11:19:42 #10 35.54 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:19:42 #10 35.54 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:19:42 #10 35.58 Selecting previously unselected package binutils-common:arm64.
11:19:42 #10 35.58 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:19:42 #10 35.59 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
11:19:42 #10 35.63 Selecting previously unselected package libbinutils:arm64.
11:19:42 #10 12.18 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
11:19:42 #10 12.20 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
11:19:42 #10 12.29 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
11:19:42 #10 12.29 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
11:19:42 #10 12.30 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
11:19:42 #10 12.31 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
11:19:42 #10 12.34 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
11:19:42 #10 16.92 Selecting previously unselected package libexpat1:armhf.
11:19:42 #10 16.92 Preparing to unpack .../8-libexpat1_2.5.0-1_armhf.deb ...
11:19:42 #10 16.92 Unpacking libexpat1:armhf (2.5.0-1) ...
11:19:42 #10 16.98 Selecting previously unselected package python3.11-minimal.
11:19:42 #10 16.98 Preparing to unpack .../9-python3.11-minimal_3.11.2-4_armhf.deb ...
11:19:42 #10 16.99 Unpacking python3.11-minimal (3.11.2-4) ...
11:19:42 #7 ...
11:19:42 
11:19:42 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:42 #11 10.37 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB]
11:19:42 #11 10.53 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
11:19:42 #11 10.56 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libudev1 armhf 251.4-1ubuntu7.1 [73.0 kB]
11:19:42 #11 10.68 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB]
11:19:42 #11 10.77 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB]
11:19:42 #11 10.78 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB]
11:19:42 #11 10.84 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB]
11:19:42 #11 10.87 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB]
11:19:42 #11 10.88 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB]
11:19:42 #11 10.89 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB]
11:19:42 #11 10.89 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libsystemd-shared armhf 251.4-1ubuntu7.1 [1609 kB]
11:19:42 #11 11.41 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libsystemd0 armhf 251.4-1ubuntu7.1 [305 kB]
11:19:42 #11 11.83 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf systemd armhf 251.4-1ubuntu7.1 [2785 kB]
11:19:42 #11 12.14 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:19:42 #11 12.23 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
11:19:42 #11 12.26 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
11:19:42 #11 12.26 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libperl5.34 armhf 5.34.0-5ubuntu1.1 [3967 kB]
11:19:42 #11 12.46 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl armhf 5.34.0-5ubuntu1.1 [231 kB]
11:19:42 #11 12.46 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2.1 [1147 kB]
11:19:42 #11 12.48 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:19:42 #11 12.49 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB]
11:19:42 #11 12.50 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB]
11:19:42 #11 12.90 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:19:42 #11 13.17 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB]
11:19:42 #11 13.26 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:19:42 #11 13.31 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB]
11:19:42 #11 13.32 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B]
11:19:42 #11 13.32 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dmsetup armhf 2:1.02.185-1ubuntu1 [81.2 kB]
11:19:42 #11 13.35 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-0 armhf 2.74.3-0ubuntu1 [1342 kB]
11:19:42 #11 13.52 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB]
11:19:42 #11 13.53 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB]
11:19:42 #11 13.54 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB]
11:19:42 #11 13.73 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:19:42 #11 14.13 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf less armhf 590-1ubuntu0.22.10.1 [131 kB]
11:19:42 #11 14.46 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmd0 armhf 1.0.4-2 [22.2 kB]
11:19:42 #11 14.47 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbsd0 armhf 0.11.6-1 [39.8 kB]
11:19:42 #11 14.49 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB]
11:19:42 #11 14.51 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:19:42 #11 14.52 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB]
11:19:42 #11 15.29 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxml2 armhf 2.9.14+dfsg-1ubuntu0.1 [589 kB]
11:19:42 #11 15.30 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB]
11:19:42 #11 15.30 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB]
11:19:42 #11 15.30 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB]
11:19:42 #11 15.30 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
11:19:42 #11 15.71 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB]
11:19:42 #11 16.11 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:19:42 #11 16.12 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python-apt-common all 2.4.0+22.10 [14.8 kB]
11:19:42 #11 16.12 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-apt armhf 2.4.0+22.10 [149 kB]
11:19:42 #11 16.16 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:19:42 #11 16.21 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf shared-mime-info armhf 2.2-1 [457 kB]
11:19:42 #11 16.29 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf systemd-resolved armhf 251.4-1ubuntu7.1 [265 kB]
11:19:42 #11 16.32 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf systemd-timesyncd armhf 251.4-1ubuntu7.1 [33.5 kB]
11:19:42 #11 16.32 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf ucf all 3.0043 [56.1 kB]
11:19:42 #11 16.33 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xdg-user-dirs armhf 0.17-2ubuntu4 [52.6 kB]
11:19:42 #11 16.33 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bsdextrautils armhf 2.38-4ubuntu1 [76.6 kB]
11:19:42 #11 16.74 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic-mgc armhf 1:5.41-4 [257 kB]
11:19:42 #11 17.14 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic1 armhf 1:5.41-4 [80.1 kB]
11:19:42 #11 17.16 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf file armhf 1:5.41-4 [20.6 kB]
11:19:42 #11 17.16 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext-base armhf 0.21-8 [37.6 kB]
11:19:42 #11 17.17 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
11:19:42 #11 17.20 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
11:19:42 #11 17.33 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
11:19:42 #11 17.33 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
11:19:42 #11 17.34 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfido2-1 armhf 1.11.0-1 [74.0 kB]
11:19:42 #11 17.35 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB]
11:19:42 #11 17.35 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpipeline1 armhf 1.5.6-2 [26.1 kB]
11:19:42 #11 17.75 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpng16-16 armhf 1.6.38-2 [166 kB]
11:19:42 #11 18.10 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:19:42 #11 18.12 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
11:19:42 #11 18.12 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
11:19:42 #11 18.12 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxcb1 armhf 1.15-1 [45.4 kB]
11:19:42 #11 18.14 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-data all 2:1.8.1-2 [118 kB]
11:19:42 #11 18.19 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-6 armhf 2:1.8.1-2 [590 kB]
11:19:42 #11 18.30 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
11:19:42 #11 18.30 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
11:19:42 #11 18.31 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf man-db armhf 2.10.2-2 [1145 kB]
11:19:42 #11 18.39 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages all 5.13-1 [1391 kB]
11:19:42 #11 18.85 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssh-client armhf 1:9.0p1-1ubuntu7.1 [812 kB]
11:19:42 #11 19.39 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf publicsuffix all 20220811.1734-1 [130 kB]
11:19:42 #11 19.40 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB]
11:19:42 #11 19.40 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf strace armhf 5.16-0ubuntu4 [438 kB]
11:19:42 #11 19.43 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xauth armhf 1:1.1.1-1 [23.9 kB]
11:19:42 #11 19.43 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xz-utils armhf 5.2.5-2.1 [83.6 kB]
11:19:42 #11 19.44 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf m4 armhf 1.4.19-1 [236 kB]
11:19:42 #11 19.47 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autoconf all 2.71-2 [338 kB]
11:19:42 #11 19.50 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autotools-dev all 20220109.1 [44.9 kB]
11:19:42 #11 19.50 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf automake all 1:1.16.5-1.3 [558 kB]
11:19:42 #11 19.53 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autopoint all 0.21-8 [421 kB]
11:19:42 #11 ...
11:19:42 
11:19:42 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:42 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.2s
11:19:42 #10 36.37 Selecting previously unselected package libxml-simple-perl.
11:19:42 #10 36.37 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
11:19:42 #10 36.38 Unpacking libxml-simple-perl (2.25-1) ...
11:19:42 #10 36.41 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:42 #10 36.42 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
11:19:42 #10 36.42 Unpacking libxmlrpc-lite-perl (0.717-2) ...
11:19:42 #10 36.46 Selecting previously unselected package libxmuu1:arm64.
11:19:42 #10 36.46 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:19:42 #10 36.46 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:19:42 #10 36.50 Selecting previously unselected package libyaml-0-2:arm64.
11:19:42 #10 36.50 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
11:19:42 #10 36.50 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
11:19:42 #10 36.54 Selecting previously unselected package libyaml-libyaml-perl.
11:19:42 #10 36.54 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
11:19:42 #10 36.55 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
11:19:42 #10 36.58 Selecting previously unselected package licensecheck.
11:19:42 #12 25.20 (42/79): perl-File-Temp-0.230.600-1.el8.noarch.  10 MB/s |  63 kB     00:00    
11:19:42 #12 25.21 (43/79): perl-Getopt-Long-2.50-4.el8.noarch.rpm  11 MB/s |  63 kB     00:00    
11:19:42 #12 25.23 (44/79): binutils-2.30-119.el8.x86_64.rpm        23 MB/s | 5.8 MB     00:00    
11:19:42 #12 25.24 (45/79): perl-Encode-2.97-3.el8.x86_64.rpm       20 MB/s | 1.5 MB     00:00    
11:19:42 #12 25.25 (46/79): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  1.3 MB/s |  58 kB     00:00    
11:19:42 #12 25.25 (47/79): perl-MIME-Base64-3.15-396.el8.x86_64.r 4.3 MB/s |  31 kB     00:00    
11:19:42 #12 25.26 (48/79): perl-IO-1.38-422.el8.x86_64.rpm        6.5 MB/s | 142 kB     00:00    
11:19:42 #12 25.26 (49/79): perl-PathTools-3.74-1.el8.x86_64.rpm   6.8 MB/s |  90 kB     00:00    
11:19:42 #12 25.27 (50/79): perl-Pod-Escapes-1.07-395.el8.noarch.r 1.5 MB/s |  20 kB     00:00    
11:19:42 #12 25.27 (51/79): perl-Pod-Perldoc-3.28-396.el8.noarch.r 6.7 MB/s |  86 kB     00:00    
11:19:42 #12 25.28 (52/79): perl-Pod-Usage-1.69-395.el8.noarch.rpm 3.7 MB/s |  34 kB     00:00    
11:19:42 #12 25.28 (53/79): perl-Scalar-List-Utils-1.49-2.el8.x86_ 7.3 MB/s |  68 kB     00:00    
11:19:42 #12 25.28 (54/79): perl-Socket-2.027-3.el8.x86_64.rpm     7.2 MB/s |  59 kB     00:00    
11:19:42 #12 25.29 (55/79): perl-Pod-Simple-3.35-395.el8.noarch.rp 8.8 MB/s | 213 kB     00:00    
11:19:42 #12 25.30 (56/79): perl-Term-ANSIColor-4.06-396.el8.noarc 3.9 MB/s |  46 kB     00:00    
11:19:42 #12 25.30 (57/79): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.2 MB/s |  23 kB     00:00    
11:19:42 #12 25.31 (58/79): perl-Text-ParseWords-3.30-395.el8.noar 1.1 MB/s |  18 kB     00:00    
11:19:42 #12 25.32 (59/79): perl-Text-Tabs+Wrap-2013.0523-395.el8. 1.0 MB/s |  24 kB     00:00    
11:19:42 #12 25.33 (60/79): perl-Time-Local-1.280-1.el8.noarch.rpm 2.1 MB/s |  34 kB     00:00    
11:19:42 #12 25.33 (61/79): perl-Unicode-Normalize-1.25-396.el8.x8  10 MB/s |  82 kB     00:00    
11:19:42 #12 25.34 (62/79): perl-constant-1.33-396.el8.noarch.rpm  3.3 MB/s |  25 kB     00:00    
11:19:42 #12 25.37 (63/79): perl-libs-5.26.3-422.el8.x86_64.rpm     56 MB/s | 1.6 MB     00:00    
11:19:42 #12 25.37 (64/79): perl-macros-5.26.3-422.el8.x86_64.rpm   13 MB/s |  73 kB     00:00    
11:19:42 #12 25.38 (65/79): perl-parent-0.237-1.el8.noarch.rpm     4.6 MB/s |  20 kB     00:00    
11:19:42 #12 25.38 (66/79): perl-podlators-4.11-1.el8.noarch.rpm    20 MB/s | 118 kB     00:00    
11:19:42 #12 25.39 (67/79): perl-Storable-3.11-3.el8.x86_64.rpm    923 kB/s |  98 kB     00:00    
11:19:42 #12 25.39 (68/79): perl-threads-2.21-2.el8.x86_64.rpm     8.2 MB/s |  61 kB     00:00    
11:19:42 #12 25.39 (69/79): perl-threads-shared-1.58-2.el8.x86_64. 7.1 MB/s |  48 kB     00:00    
11:19:42 #12 25.40 (70/79): pkgconf-1.4.2-1.el8.x86_64.rpm         6.5 MB/s |  38 kB     00:00    
11:19:42 #10 37.33 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
11:19:42 #10 37.34 Unpacking libcontextual-return-perl (0.004014-2) ...
11:19:42 #10 37.37 Selecting previously unselected package libconvert-binhex-perl.
11:19:42 #10 37.37 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
11:19:42 #10 37.37 Unpacking libconvert-binhex-perl (1.125-1) ...
11:19:42 #10 37.40 Selecting previously unselected package libcpanel-json-xs-perl.
11:19:42 #10 37.40 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
11:19:42 #10 37.40 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:19:42 #10 37.44 Selecting previously unselected package libdevel-stacktrace-perl.
11:19:42 #10 37.44 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:19:42 #10 37.45 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:19:42 #10 37.47 Selecting previously unselected package libexception-class-perl.
11:19:42 #10 37.47 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
11:19:42 #10 37.47 Unpacking libexception-class-perl (1.44-1) ...
11:19:42 #10 37.50 Selecting previously unselected package libiterator-perl.
11:19:42 #10 37.50 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:19:42 #10 37.50 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:19:42 #10 37.53 Selecting previously unselected package libiterator-util-perl.
11:19:42 #10 37.53 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:19:42 #10 37.54 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:19:42 #10 37.56 Selecting previously unselected package libexporter-tiny-perl.
11:19:42 #10 37.56 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
11:19:42 #10 37.56 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:19:42 #10 37.59 Selecting previously unselected package liblist-moreutils-xs-perl.
11:19:42 #10 37.59 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
11:19:42 #10 37.60 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
11:19:42 #10 37.62 Selecting previously unselected package liblist-moreutils-perl.
11:19:42 #10 37.63 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
11:19:42 #10 37.63 Unpacking liblist-moreutils-perl (0.430-2) ...
11:19:42 #10 37.65 Selecting previously unselected package libdata-dpath-perl.
11:19:42 #10 37.66 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
11:19:42 #10 37.66 Unpacking libdata-dpath-perl (0.58-1) ...
11:19:42 #11 31.30 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:19:42 #11 31.30 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdistro-info-perl all 1.1build1 [5644 B]
11:19:42 #11 31.30 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB]
11:19:42 #11 31.31 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:19:42 #11 31.31 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:19:42 #11 31.31 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:19:42 #10 14.29 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
11:19:42 #10 14.29 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
11:19:42 #10 14.30 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [174 kB]
11:19:42 #10 14.30 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:19:42 #10 14.30 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:19:42 #10 14.30 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:19:42 #10 14.31 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:19:42 #10 14.31 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:19:42 #10 14.31 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:19:42 #10 14.47 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:19:42 #10 14.51 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.12+rpi1 [1551 kB]
11:19:42 #10 14.52 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
11:19:42 #10 14.59 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
11:19:42 #10 14.59 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.12+rpi1 [2312 kB]
11:19:42 #11 29.41 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-op-check-perl arm64 0.22-2 [10.5 kB]
11:19:42 #10 34.60 Preparing to unpack .../283-libpath-tiny-perl_0.144-1_all.deb ...
11:19:42 #10 34.60 Unpacking libpath-tiny-perl (0.144-1) ...
11:19:42 #10 34.64 Selecting previously unselected package libstrictures-perl.
11:19:42 #10 34.64 Preparing to unpack .../284-libstrictures-perl_2.000006-1_all.deb ...
11:19:42 #10 34.64 Unpacking libstrictures-perl (2.000006-1) ...
11:19:42 #10 34.67 Selecting previously unselected package libtype-tiny-perl.
11:19:42 #10 34.68 Preparing to unpack .../285-libtype-tiny-perl_2.002001-1_all.deb ...
11:19:42 #10 34.68 Unpacking libtype-tiny-perl (2.002001-1) ...
11:19:42 #10 34.74 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:42 #11 31.90 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
11:19:42 #11 31.91 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:19:42 #11 31.95 Selecting previously unselected package python3.8-minimal.
11:19:42 #11 31.96 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:19:42 #11 31.96 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:42 #11 32.14 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
11:19:42 #10 16.29 Selecting previously unselected package python3.
11:19:42 #10 16.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 ... 9945 files and directories currently installed.)
11:19:42 #10 16.30 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
11:19:42 #10 16.31 Unpacking python3 (3.9.2-3) ...
11:19:42 #10 16.37 Selecting previously unselected package less.
11:19:42 #10 16.37 Preparing to unpack .../001-less_551-2_armhf.deb ...
11:19:42 #11 39.05 Selecting previously unselected package libalgorithm-diff-perl.
11:19:42 #11 39.05 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:19:42 #11 39.05 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:19:42 #11 39.09 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:42 #9 41.38 Selecting previously unselected package manpages-dev.
11:19:42 #9 41.38 Preparing to unpack .../268-manpages-dev_4.15-1_all.deb ...
11:19:42 #9 41.41 Unpacking manpages-dev (4.15-1) ...
11:19:42 #10 33.16 Selecting previously unselected package libgpm2:arm64.
11:19:42 #10 33.16 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
11:19:42 #10 33.17 Unpacking libgpm2:arm64 (1.20.7-8) ...
11:19:42 #10 33.20 Selecting previously unselected package libhash-fieldhash-perl.
11:19:42 #10 33.21 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
11:19:42 #10 33.21 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:19:42 #10 33.24 Selecting previously unselected package libhtml-form-perl.
11:19:42 #10 33.24 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
11:19:42 #10 33.25 Unpacking libhtml-form-perl (6.07-1) ...
11:19:42 #10 33.28 Selecting previously unselected package libhtml-format-perl.
11:19:42 #10 33.29 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
11:19:42 #10 33.29 Unpacking libhtml-format-perl (2.12-1.1) ...
11:19:42 #10 33.33 Selecting previously unselected package libhtml-html5-entities-perl.
11:19:42 #10 33.33 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:19:42 #10 33.33 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:19:42 #10 33.36 Selecting previously unselected package libhttp-daemon-perl.
11:19:42 #10 40.99 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
11:19:42 #10 40.99 Unpacking libhtml-form-perl (6.03-1) ...
11:19:42 #10 41.04 Selecting previously unselected package libhtml-format-perl.
11:19:42 #10 41.04 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
11:19:42 #10 41.05 Unpacking libhtml-format-perl (2.12-1) ...
11:19:42 #10 41.07 Selecting previously unselected package libhttp-daemon-perl.
11:19:42 #10 41.08 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
11:19:42 #10 41.08 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
11:19:42 #10 41.13 Selecting previously unselected package libstruct-dumb-perl.
11:19:42 #10 41.13 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
11:19:42 #10 41.13 Unpacking libstruct-dumb-perl (0.09-1) ...
11:19:42 #10 41.16 Selecting previously unselected package libio-async-perl.
11:19:42 #10 41.16 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
11:19:42 #10 41.16 Unpacking libio-async-perl (0.72-1) ...
11:19:42 #10 41.21 Selecting previously unselected package libio-sessiondata-perl.
11:19:42 #10 41.21 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
11:19:42 #10 41.22 Unpacking libio-sessiondata-perl (1.03-1) ...
11:19:42 #10 41.24 Selecting previously unselected package libio-string-perl.
11:19:42 #11 36.79 Get:416 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-nacl amd64 1.5.0-2 [63.1 kB]
11:19:42 #11 36.83 Get:417 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
11:19:42 #11 36.83 Get:418 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB]
11:19:42 #11 36.84 Get:419 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:19:42 #11 36.86 Get:420 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-urllib3 all 1.26.9-1 [98.8 kB]
11:19:42 #10 35.63 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:19:42 #10 35.64 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
11:19:42 #10 35.70 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:42 #10 35.70 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:19:42 #10 35.70 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:19:42 #10 17.22 Setting up libssl3:armhf (3.0.8-1) ...
11:19:42 #10 17.23 Setting up libpython3.11-minimal:armhf (3.11.2-4) ...
11:19:42 #10 17.25 Setting up libexpat1:armhf (2.5.0-1) ...
11:19:42 #10 17.26 Setting up python3.11-minimal (3.11.2-4) ...
11:19:42 #12 24.94   Preparing        :                                                        1/1 
11:19:42 #12 24.98   Installing       : python-srpm-macros-3-44.el8.noarch                    1/79 
11:19:42 #12 24.99   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           2/79 
11:19:42 #12 25.02   Installing       : xz-5.2.4-4.el8.aarch64                                3/79 
11:19:42 #10 36.58 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
11:19:42 #10 36.59 Unpacking licensecheck (3.0.31-3) ...
11:19:42 #10 36.62 Selecting previously unselected package t1utils.
11:19:42 #10 36.62 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
11:19:42 #10 36.63 Unpacking t1utils (1.41-3) ...
11:19:42 #10 36.66 Selecting previously unselected package lintian.
11:19:42 #10 36.67 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
11:19:42 #10 36.67 Unpacking lintian (2.15.0) ...
11:19:42 #10 36.79 Selecting previously unselected package lsb-release.
11:19:42 #10 36.79 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
11:19:42 #10 36.80 Unpacking lsb-release (10.2019051400) ...
11:19:42 #10 36.83 Selecting previously unselected package mailutils.
11:19:42 #12 25.40 (71/79): pkgconf-m4-1.4.2-1.el8.noarch.rpm      2.7 MB/s |  17 kB     00:00    
11:19:42 #12 25.40 (72/79): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 2.5 MB/s |  15 kB     00:00    
11:19:42 #12 25.41 (73/79): python-rpm-macros-3-44.el8.noarch.rpm  2.9 MB/s |  16 kB     00:00    
11:19:42 #12 25.41 (74/79): python-srpm-macros-3-44.el8.noarch.rpm 3.0 MB/s |  16 kB     00:00    
11:19:42 #12 25.41 (75/79): python3-rpm-macros-3-44.el8.noarch.rpm 2.4 MB/s |  15 kB     00:00    
11:19:42 #12 25.42 (76/79): unzip-6.0-46.el8.x86_64.rpm             21 MB/s | 196 kB     00:00    
11:19:42 #12 25.42 (77/79): xz-5.2.4-4.el8.x86_64.rpm               14 MB/s | 153 kB     00:00    
11:19:42 #12 25.43 (78/79): zip-3.0-23.el8.x86_64.rpm               24 MB/s | 270 kB     00:00    
11:19:42 #12 25.47 (79/79): perl-interpreter-5.26.3-422.el8.x86_64  47 MB/s | 6.3 MB     00:00    
11:19:42 #12 25.47 --------------------------------------------------------------------------------
11:19:42 #12 25.47 Total                                            22 MB/s |  31 MB     00:01     
11:19:43 #10 37.69 Selecting previously unselected package libdata-dump-perl.
11:19:43 #10 37.69 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
11:19:43 #10 37.69 Unpacking libdata-dump-perl (1.23-1.1) ...
11:19:43 #10 37.72 Selecting previously unselected package libdata-messagepack-perl.
11:19:43 #10 37.72 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
11:19:43 #10 37.72 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
11:19:43 #10 37.75 Selecting previously unselected package libnet-domain-tld-perl.
11:19:43 #10 37.75 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:19:43 #10 37.75 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:19:43 #10 37.78 Selecting previously unselected package libdata-validate-domain-perl.
11:19:43 #10 37.78 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:19:43 #10 37.78 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:19:43 #10 37.81 Selecting previously unselected package libdevel-size-perl.
11:19:43 #10 37.81 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
11:19:43 #10 37.81 Unpacking libdevel-size-perl (0.83-1+b2) ...
11:19:43 #10 37.83 Selecting previously unselected package libdistro-info-perl.
11:19:43 #10 37.83 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
11:19:43 #10 37.84 Unpacking libdistro-info-perl (1.0) ...
11:19:43 #10 37.86 Selecting previously unselected package libemail-address-xs-perl.
11:19:43 #10 37.86 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
11:19:43 #10 37.87 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
11:19:43 #10 37.90 Selecting previously unselected package libfcgi0ldbl:amd64.
11:19:43 #11 31.71 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
11:19:43 #11 29.48 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:19:43 #11 29.50 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
11:19:43 #11 29.56 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-classify-perl arm64 0.015-2 [21.8 kB]
11:19:43 #11 29.59 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:19:43 #11 29.62 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
11:19:43 #11 29.63 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:43 #11 29.65 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:43 #11 29.67 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
11:19:43 #10 34.74 Preparing to unpack .../286-libgitlab-api-v4-perl_0.26-3_all.deb ...
11:19:43 #10 34.74 Unpacking libgitlab-api-v4-perl (0.26-3) ...
11:19:43 #10 34.80 Selecting previously unselected package libglib2.0-0:arm64.
11:19:43 #10 34.80 Preparing to unpack .../287-libglib2.0-0_2.74.6-1_arm64.deb ...
11:19:43 #10 34.80 Unpacking libglib2.0-0:arm64 (2.74.6-1) ...
11:19:43 #10 34.92 Selecting previously unselected package libglib2.0-data.
11:19:43 #10 34.92 Preparing to unpack .../288-libglib2.0-data_2.74.6-1_all.deb ...
11:19:43 #10 34.93 Unpacking libglib2.0-data (2.74.6-1) ...
11:19:43 #10 14.68 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:19:43 #10 14.68 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
11:19:43 #10 14.68 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
11:19:43 #10 16.38 Unpacking less (551-2) ...
11:19:43 #10 16.45 Selecting previously unselected package netbase.
11:19:43 #10 16.45 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:19:43 #10 16.46 Unpacking netbase (6.3) ...
11:19:43 #10 16.49 Selecting previously unselected package sensible-utils.
11:19:43 #10 16.49 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:19:43 #10 16.49 Unpacking sensible-utils (0.0.14) ...
11:19:43 #10 16.52 Selecting previously unselected package bzip2.
11:19:43 #10 16.52 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ...
11:19:43 #10 16.53 Unpacking bzip2 (1.0.8-4) ...
11:19:43 #10 16.58 Selecting previously unselected package openssl.
11:19:43 #10 16.58 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_armhf.deb ...
11:19:43 #10 16.59 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:19:43 #11 32.23 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:43 #11 32.25 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:19:43 #11 32.26 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:43 #11 39.09 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
11:19:43 #11 39.10 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:19:43 #11 39.14 Selecting previously unselected package libalgorithm-merge-perl.
11:19:43 #11 39.14 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:43 #11 39.15 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:43 #9 41.76 Selecting previously unselected package python3-certifi.
11:19:43 #9 41.76 Preparing to unpack .../269-python3-certifi_2018.1.18-2_all.deb ...
11:19:43 #9 41.76 Unpacking python3-certifi (2018.1.18-2) ...
11:19:43 #9 41.81 Selecting previously unselected package python3-idna.
11:19:43 #9 41.81 Preparing to unpack .../270-python3-idna_2.6-1_all.deb ...
11:19:43 #9 41.81 Unpacking python3-idna (2.6-1) ...
11:19:43 #9 41.85 Selecting previously unselected package python3-urllib3.
11:19:43 #9 41.85 Preparing to unpack .../271-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:19:43 #9 41.86 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:19:43 #10 33.37 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
11:19:43 #10 33.37 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
11:19:43 #10 33.40 Selecting previously unselected package libio-sessiondata-perl.
11:19:43 #10 33.41 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:19:43 #10 33.41 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:19:43 #10 33.44 Selecting previously unselected package libipc-run3-perl.
11:19:43 #10 33.44 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
11:19:43 #10 33.45 Unpacking libipc-run3-perl (0.048-2) ...
11:19:43 #10 33.50 Selecting previously unselected package libtypes-serialiser-perl.
11:19:43 #10 33.51 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
11:19:43 #10 33.51 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:19:43 #10 33.55 Selecting previously unselected package libjson-xs-perl.
11:19:43 #10 33.55 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
11:19:43 #10 33.55 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:19:43 #10 33.59 Selecting previously unselected package libjson-maybexs-perl.
11:19:43 #10 33.59 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
11:19:43 #10 33.60 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:19:43 #10 33.63 Selecting previously unselected package libldap-common.
11:19:43 #11 16.27 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils armhf 2.38-4ubuntu2.1 [3162 B]
11:19:43 #11 16.34 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-dev-bin armhf 2.35-0ubuntu3.1 [19.0 kB]
11:19:43 #11 16.42 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-67.74 [1292 kB]
11:19:43 #10 41.24 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
11:19:43 #10 41.25 Unpacking libio-string-perl (1.08-3) ...
11:19:43 #10 41.27 Selecting previously unselected package libtypes-serialiser-perl.
11:19:43 #10 41.28 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
11:19:43 #10 41.28 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:19:43 #10 41.31 Selecting previously unselected package libjson-xs-perl.
11:19:43 #10 41.31 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
11:19:43 #10 41.31 Unpacking libjson-xs-perl (3.040-1+b1) ...
11:19:43 #10 41.35 Selecting previously unselected package liblzo2-2:amd64.
11:19:43 #10 41.35 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
11:19:43 #10 41.36 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
11:19:43 #10 41.39 Selecting previously unselected package libkyotocabinet16v5:amd64.
11:19:43 #10 41.39 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
11:19:43 #10 41.40 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
11:19:43 #10 41.45 Selecting previously unselected package liblist-compare-perl.
11:19:43 #10 41.45 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ...
11:19:43 #10 41.46 Unpacking liblist-compare-perl (0.53-1) ...
11:19:43 #21 12.65 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:19:43 #21 12.65 Preparing to unpack .../5-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:19:43 #21 12.65 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:19:43 #11 36.86 Get:421 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:19:43 #11 36.87 Get:422 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-unidiff all 0.7.3-1 [11.0 kB]
11:19:43 #11 36.87 Get:423 http://archive.ubuntu.com/ubuntu kinetic/main amd64 zstd amd64 1.5.2+dfsg-1 [573 kB]
11:19:43 #11 36.88 Get:424 http://archive.ubuntu.com/ubuntu kinetic/main amd64 equivs all 2.3.1 [19.0 kB]
11:19:43 #11 36.89 Get:425 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:19:43 #11 36.89 Get:426 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-magic all 2:0.4.26-2 [13.2 kB]
11:19:43 #11 37.04 debconf: delaying package configuration, since apt-utils is not installed
11:19:43 #11 37.06 Fetched 149 MB in 29s (5052 kB/s)
11:19:43 #11 37.08 Selecting previously unselected package liblocale-gettext-perl.
11:19:43 #11 37.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 ... 4397 files and directories currently installed.)
11:19:43 #11 37.08 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
11:19:43 #11 37.08 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:19:43 #11 37.12 Selecting previously unselected package libssl3:amd64.
11:19:43 #10 39.81 Selecting previously unselected package iso-codes.
11:19:43 #10 39.81 Preparing to unpack .../173-iso-codes_4.13.0-1_all.deb ...
11:19:43 #10 39.82 Unpacking iso-codes (4.13.0-1) ...
11:19:43 #10 35.95 Selecting previously unselected package binutils.
11:19:43 #10 35.95 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:19:43 #10 35.95 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:19:43 #10 35.98 Selecting previously unselected package libc-dev-bin.
11:19:43 #10 35.99 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_arm64.deb ...
11:19:43 #10 35.99 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:19:43 #10 36.02 Selecting previously unselected package linux-libc-dev:arm64.
11:19:43 #10 36.02 Preparing to unpack .../060-linux-libc-dev_4.15.0-206.217_arm64.deb ...
11:19:43 #10 36.03 Unpacking linux-libc-dev:arm64 (4.15.0-206.217) ...
11:19:43 #11 33.05 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:19:43 #11 33.21 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:19:43 #11 33.25 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
11:19:43 #11 33.37 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:19:43 #11 33.39 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:19:43 #11 33.39 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
11:19:43 #11 33.40 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
11:19:43 #11 33.42 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:19:43 #12 25.04   Installing       : unzip-6.0-46.el8.aarch64                              4/79 
11:19:43 #12 25.17   Installing       : groff-base-1.22.3-18.el8.aarch64                      5/79 
11:19:43 #12 25.19   Installing       : file-5.33-21.el8.aarch64                              6/79 
11:19:43 #12 25.22   Installing       : cpio-2.12-11.el8.aarch64                              7/79 
11:19:43 #10 12.76 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
11:19:43 #10 12.76 Get:52 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u5 [255 kB]
11:19:43 #10 12.76 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u5 [296 kB]
11:19:43 #10 12.76 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
11:19:43 #10 12.78 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
11:19:43 #10 12.78 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
11:19:43 #10 12.78 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
11:19:43 #10 12.78 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
11:19:43 #10 12.78 Get:59 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
11:19:43 #10 12.98 Get:60 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
11:19:43 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 5.0s
11:19:43 #10 36.84 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
11:19:43 #10 36.84 Unpacking mailutils (1:3.5-4) ...
11:19:43 #10 36.90 Selecting previously unselected package manpages-dev.
11:19:43 #10 36.90 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
11:19:43 #10 36.91 Unpacking manpages-dev (4.16-2) ...
11:19:43 #10 37.90 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
11:19:43 #10 37.90 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
11:19:43 #10 37.93 Selecting previously unselected package libfcgi-bin.
11:19:43 #10 37.93 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
11:19:43 #10 37.93 Unpacking libfcgi-bin (2.4.2-2) ...
11:19:43 #10 37.96 Selecting previously unselected package libfcgi-perl:amd64.
11:19:43 #10 37.96 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
11:19:43 #10 37.96 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
11:19:43 #10 37.99 Selecting previously unselected package libipc-system-simple-perl.
11:19:43 #10 37.99 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
11:19:43 #10 37.99 Unpacking libipc-system-simple-perl (1.30-1) ...
11:19:43 #10 38.02 Selecting previously unselected package libfile-basedir-perl.
11:19:43 #10 38.02 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
11:19:43 #10 38.03 Unpacking libfile-basedir-perl (0.08-1) ...
11:19:43 #10 38.05 Selecting previously unselected package libfile-chdir-perl.
11:19:43 #10 38.05 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:19:43 #10 38.05 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:19:43 #10 38.08 Selecting previously unselected package libfile-fcntllock-perl.
11:19:43 #10 38.08 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
11:19:43 #10 38.08 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
11:19:43 #11 31.88 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
11:19:43 #11 31.90 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
11:19:43 #10 38.11 Selecting previously unselected package libnumber-compare-perl.
11:19:43 #10 38.11 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
11:19:43 #11 31.90 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:19:43 #11 31.95 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:19:43 #10 38.11 Unpacking libnumber-compare-perl (0.03-1.1) ...
11:19:43 #10 38.14 Selecting previously unselected package libtext-glob-perl.
11:19:43 #11 31.97 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:19:43 #11 29.71 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libencode-locale-perl all 1.05-2 [12.2 kB]
11:19:43 #11 29.72 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:43 #10 35.07 Selecting previously unselected package libgpm2:arm64.
11:19:43 #10 35.07 Preparing to unpack .../289-libgpm2_1.20.7-10+b1_arm64.deb ...
11:19:43 #10 35.07 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
11:19:43 #10 35.10 Selecting previously unselected package libhtml-form-perl.
11:19:43 #10 35.11 Preparing to unpack .../290-libhtml-form-perl_6.11-1_all.deb ...
11:19:43 #10 35.11 Unpacking libhtml-form-perl (6.11-1) ...
11:19:43 #10 35.15 Selecting previously unselected package libhtml-format-perl.
11:19:43 #10 35.15 Preparing to unpack .../291-libhtml-format-perl_2.16-2_all.deb ...
11:19:43 #10 35.16 Unpacking libhtml-format-perl (2.16-2) ...
11:19:43 #10 35.19 Selecting previously unselected package libhtml-html5-entities-perl.
11:19:43 #10 35.20 Preparing to unpack .../292-libhtml-html5-entities-perl_0.004-3_all.deb ...
11:19:43 #10 35.20 Unpacking libhtml-html5-entities-perl (0.004-3) ...
11:19:43 #10 35.23 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:19:43 #10 35.23 Preparing to unpack .../293-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:19:43 #10 35.23 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:19:43 #10 35.27 Selecting previously unselected package libhttp-daemon-perl.
11:19:43 #10 35.27 Preparing to unpack .../294-libhttp-daemon-perl_6.16-1_all.deb ...
11:19:43 #10 35.27 Unpacking libhttp-daemon-perl (6.16-1) ...
11:19:43 #10 35.30 Selecting previously unselected package libio-interactive-perl.
11:19:43 #10 35.31 Preparing to unpack .../295-libio-interactive-perl_1.023-2_all.deb ...
11:19:43 #10 35.31 Unpacking libio-interactive-perl (1.023-2) ...
11:19:43 #10 35.34 Selecting previously unselected package libio-sessiondata-perl.
11:19:43 #10 35.34 Preparing to unpack .../296-libio-sessiondata-perl_1.03-3_all.deb ...
11:19:43 #10 35.35 Unpacking libio-sessiondata-perl (1.03-3) ...
11:19:43 #10 35.37 Selecting previously unselected package libio-stringy-perl.
11:19:43 #10 16.75 Selecting previously unselected package ca-certificates.
11:19:43 #10 16.75 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:19:43 #10 16.76 Unpacking ca-certificates (20210119) ...
11:19:43 #10 16.85 Selecting previously unselected package libmagic-mgc.
11:19:43 #10 16.85 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_armhf.deb ...
11:19:43 #10 16.85 Unpacking libmagic-mgc (1:5.39-3) ...
11:19:43 #11 39.25 Selecting previously unselected package libapt-pkg-perl.
11:19:43 #11 39.25 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
11:19:43 #11 39.27 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:19:43 #11 39.46 Selecting previously unselected package libarchive-cpio-perl.
11:19:43 #11 39.47 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
11:19:43 #11 39.52 Unpacking libarchive-cpio-perl (0.10-1) ...
11:19:43 #9 41.90 Selecting previously unselected package python3-requests.
11:19:43 #9 41.90 Preparing to unpack .../272-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:19:43 #9 41.90 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:19:43 #9 41.94 Selecting previously unselected package python3-unidiff.
11:19:43 #9 41.94 Preparing to unpack .../273-python3-unidiff_0.5.4-1_all.deb ...
11:19:43 #9 41.95 Unpacking python3-unidiff (0.5.4-1) ...
11:19:43 #9 41.98 Selecting previously unselected package python3-xdg.
11:19:43 #9 41.98 Preparing to unpack .../274-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:19:43 #9 41.99 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:19:43 #9 42.02 Selecting previously unselected package unzip.
11:19:43 #9 42.03 Preparing to unpack .../275-unzip_6.0-21ubuntu1.2_amd64.deb ...
11:19:43 #9 42.03 Unpacking unzip (6.0-21ubuntu1.2) ...
11:19:43 #9 42.07 Selecting previously unselected package wdiff.
11:19:43 #9 42.07 Preparing to unpack .../276-wdiff_1.2.2-2_amd64.deb ...
11:19:43 #9 42.08 Unpacking wdiff (1.2.2-2) ...
11:19:43 #9 42.11 Selecting previously unselected package equivs.
11:19:43 #10 33.63 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:19:43 #10 33.64 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:19:43 #10 33.67 Selecting previously unselected package liblist-compare-perl.
11:19:43 #10 33.67 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
11:19:43 #10 33.68 Unpacking liblist-compare-perl (0.55-1) ...
11:19:43 #10 33.75 Selecting previously unselected package liblist-someutils-perl.
11:19:43 #10 33.76 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
11:19:43 #10 33.76 Unpacking liblist-someutils-perl (0.58-1) ...
11:19:43 #10 33.79 Selecting previously unselected package liblist-someutils-xs-perl.
11:19:43 #10 33.80 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
11:19:43 #10 33.80 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:19:43 #10 33.83 Selecting previously unselected package liblist-utilsby-perl.
11:19:43 #10 33.83 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
11:19:43 #10 33.84 Unpacking liblist-utilsby-perl (0.11-1) ...
11:19:43 #10 33.87 Selecting previously unselected package libltdl7:arm64.
11:19:43 #10 41.51 Selecting previously unselected package liblist-moreutils-perl.
11:19:43 #10 41.51 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
11:19:43 #10 41.52 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
11:19:43 #10 41.55 Selecting previously unselected package libltdl-dev:amd64.
11:19:43 #10 41.55 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
11:19:43 #10 41.55 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
11:19:43 #10 41.59 Selecting previously unselected package libsys-hostname-long-perl.
11:19:43 #10 41.60 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ...
11:19:43 #10 41.60 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:19:43 #10 41.62 Selecting previously unselected package libmail-sendmail-perl.
11:19:43 #10 41.63 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ...
11:19:43 #10 41.63 Unpacking libmail-sendmail-perl (0.80-1) ...
11:19:43 #10 41.66 Selecting previously unselected package mailutils-common.
11:19:43 #10 41.66 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ...
11:19:43 #10 41.66 Unpacking mailutils-common (1:3.5-4) ...
11:19:43 #10 41.73 Selecting previously unselected package mysql-common.
11:19:43 #11 37.12 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_amd64.deb ...
11:19:43 #11 37.13 Unpacking libssl3:amd64 (3.0.5-2ubuntu2.1) ...
11:19:43 #11 37.18 Selecting previously unselected package libpython3.10-minimal:amd64.
11:19:43 #11 37.18 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:19:43 #11 37.18 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:19:43 #11 37.26 Selecting previously unselected package libexpat1:amd64.
11:19:43 #11 37.26 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
11:19:43 #11 37.26 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:19:43 #11 37.29 Selecting previously unselected package python3.10-minimal.
11:19:43 #11 37.30 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:19:43 #11 37.30 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:19:43 #11 37.36 Setting up libssl3:amd64 (3.0.5-2ubuntu2.1) ...
11:19:43 #10 40.24 Selecting previously unselected package libabsl20220623:amd64.
11:19:43 #10 40.24 Preparing to unpack .../174-libabsl20220623_20220623.1-1_amd64.deb ...
11:19:43 #10 40.24 Unpacking libabsl20220623:amd64 (20220623.1-1) ...
11:19:43 #10 40.32 Selecting previously unselected package libalgorithm-diff-perl.
11:19:43 #10 36.17 Selecting previously unselected package libc6-dev:arm64.
11:19:43 #10 36.17 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_arm64.deb ...
11:19:43 #10 36.18 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.6) ...
11:19:43 #11 33.43 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:19:43 #11 33.44 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:19:43 #11 33.45 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
11:19:43 #10 37.20 Selecting previously unselected package psmisc.
11:19:43 #10 37.20 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
11:19:43 #10 37.21 Unpacking psmisc (23.2-1+deb10u1) ...
11:19:43 #10 37.25 Selecting previously unselected package publicsuffix.
11:19:43 #10 37.25 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
11:19:43 #10 37.26 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
11:19:43 #10 37.29 Selecting previously unselected package python-apt-common.
11:19:43 #10 37.30 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
11:19:43 #10 37.30 Unpacking python-apt-common (1.8.4.3) ...
11:19:43 #10 37.35 Selecting previously unselected package python3-apt.
11:19:43 #10 38.14 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
11:19:43 #10 38.15 Unpacking libtext-glob-perl (0.11-1) ...
11:19:43 #10 38.17 Selecting previously unselected package libfile-find-rule-perl.
11:19:43 #10 38.17 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
11:19:43 #10 38.18 Unpacking libfile-find-rule-perl (0.34-1) ...
11:19:43 #10 38.20 Selecting previously unselected package libfont-afm-perl.
11:19:43 #10 38.21 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
11:19:43 #10 38.21 Unpacking libfont-afm-perl (1.20-3) ...
11:19:43 #10 38.23 Selecting previously unselected package libio-string-perl.
11:19:43 #10 38.24 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
11:19:43 #10 38.24 Unpacking libio-string-perl (1.08-3.1) ...
11:19:43 #10 38.26 Selecting previously unselected package libfont-ttf-perl.
11:19:43 #10 38.27 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
11:19:43 #10 38.27 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:19:43 #10 38.33 Selecting previously unselected package libio-stringy-perl.
11:19:43 #10 38.33 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
11:19:43 #10 38.33 Unpacking libio-stringy-perl (2.111-3) ...
11:19:43 #10 38.36 Selecting previously unselected package libparams-validate-perl:amd64.
11:19:43 #11 31.99 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
11:19:43 #11 32.16 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:43 #11 32.16 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:43 #11 32.16 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:19:43 #11 32.17 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:43 #10 25.16 Selecting previously unselected package cpp.
11:19:43 #10 25.16 Preparing to unpack .../040-cpp_4%3a8.3.0-1_armhf.deb ...
11:19:43 #10 25.16 Unpacking cpp (4:8.3.0-1) ...
11:19:43 #10 25.21 Selecting previously unselected package libcc1-0:armhf.
11:19:43 #10 25.21 Preparing to unpack .../041-libcc1-0_8.3.0-6_armhf.deb ...
11:19:43 #10 25.21 Unpacking libcc1-0:armhf (8.3.0-6) ...
11:19:43 #10 25.25 Selecting previously unselected package libgomp1:armhf.
11:19:43 #10 25.25 Preparing to unpack .../042-libgomp1_8.3.0-6_armhf.deb ...
11:19:43 #10 25.25 Unpacking libgomp1:armhf (8.3.0-6) ...
11:19:43 #10 25.30 Selecting previously unselected package libatomic1:armhf.
11:19:43 #10 25.30 Preparing to unpack .../043-libatomic1_8.3.0-6_armhf.deb ...
11:19:43 #10 25.30 Unpacking libatomic1:armhf (8.3.0-6) ...
11:19:43 #10 25.34 Selecting previously unselected package libasan5:armhf.
11:19:43 #10 25.34 Preparing to unpack .../044-libasan5_8.3.0-6_armhf.deb ...
11:19:43 #10 25.34 Unpacking libasan5:armhf (8.3.0-6) ...
11:19:43 #10 35.37 Preparing to unpack .../297-libio-stringy-perl_2.111-3_all.deb ...
11:19:43 #10 35.38 Unpacking libio-stringy-perl (2.111-3) ...
11:19:43 #10 35.42 Selecting previously unselected package libipc-run3-perl.
11:19:43 #10 35.42 Preparing to unpack .../298-libipc-run3-perl_0.048-3_all.deb ...
11:19:43 #10 35.42 Unpacking libipc-run3-perl (0.048-3) ...
11:19:43 #10 35.46 Selecting previously unselected package libtypes-serialiser-perl.
11:19:43 #10 35.46 Preparing to unpack .../299-libtypes-serialiser-perl_1.01-1_all.deb ...
11:19:43 #10 35.46 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:19:43 #10 35.49 Selecting previously unselected package libjson-xs-perl.
11:19:43 #10 35.50 Preparing to unpack .../300-libjson-xs-perl_4.030-2+b1_arm64.deb ...
11:19:43 #10 35.50 Unpacking libjson-xs-perl (4.030-2+b1) ...
11:19:43 #10 35.54 Selecting previously unselected package libjson-maybexs-perl.
11:19:43 #10 35.54 Preparing to unpack .../301-libjson-maybexs-perl_1.004004-1_all.deb ...
11:19:43 #10 35.54 Unpacking libjson-maybexs-perl (1.004004-1) ...
11:19:43 #10 35.58 Selecting previously unselected package libldap-common.
11:19:43 #10 35.58 Preparing to unpack .../302-libldap-common_2.5.13+dfsg-5_all.deb ...
11:19:43 #10 35.58 Unpacking libldap-common (2.5.13+dfsg-5) ...
11:19:43 #10 35.62 Selecting previously unselected package liblist-compare-perl.
11:19:43 #11 39.67 Selecting previously unselected package libarray-intspan-perl.
11:19:43 #11 39.68 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
11:19:43 #11 39.69 Unpacking libarray-intspan-perl (2.003-1) ...
11:19:43 #9 42.11 Preparing to unpack .../277-equivs_2.1.0_all.deb ...
11:19:43 #9 42.11 Unpacking equivs (2.1.0) ...
11:19:43 #9 42.15 Selecting previously unselected package libauthen-sasl-perl.
11:19:43 #9 42.15 Preparing to unpack .../278-libauthen-sasl-perl_2.1600-1_all.deb ...
11:19:43 #9 42.15 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:19:43 #9 42.19 Selecting previously unselected package python3-magic.
11:19:43 #9 42.19 Preparing to unpack .../279-python3-magic_2%3a0.4.15-1_all.deb ...
11:19:43 #9 42.19 Unpacking python3-magic (2:0.4.15-1) ...
11:19:43 #9 42.26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:43 #9 42.27 Setting up python-apt-common (1.6.6) ...
11:19:43 #9 42.28 Setting up libnpth0:amd64 (1.5-3) ...
11:19:43 #9 42.29 Setting up libedit2:amd64 (3.1-20170329-1) ...
11:19:43 #9 42.31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:43 #9 42.31 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:43 #9 42.33 Setting up readline-common (7.0-3) ...
11:19:43 #9 42.34 Setting up libapt-inst2.0:amd64 (1.6.14) ...
11:19:43 #9 42.35 Setting up manpages (4.15-1) ...
11:19:43 #9 42.36 Setting up git-man (1:2.17.1-1ubuntu0.17) ...
11:19:43 #7 ...
11:19:43 
11:19:43 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:43 #11 10.15 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
11:19:43 #11 10.15 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.3 [3274 kB]
11:19:43 #11 10.33 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.3 [224 kB]
11:19:43 #11 10.33 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.17 [597 kB]
11:19:43 #11 10.33 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:19:43 #11 10.34 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
11:19:43 #11 10.34 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
11:19:43 #11 10.34 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
11:19:43 #11 10.34 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
11:19:43 #11 10.34 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
11:19:43 #11 10.49 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
11:19:43 #11 10.69 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]
11:19:43 #11 11.08 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]
11:19:43 #11 11.08 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:19:43 #11 11.10 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
11:19:43 #11 11.61 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.5 [546 kB]
11:19:43 #11 11.62 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
11:19:43 #11 11.62 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:19:43 #11 11.62 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
11:19:43 #11 11.62 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:19:43 #11 11.62 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
11:19:43 #11 11.77 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
11:19:43 #11 12.22 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
11:19:43 #11 12.23 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
11:19:43 #11 12.23 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
11:19:43 #11 12.24 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
11:19:43 #11 12.25 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
11:19:43 #11 12.46 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:19:43 #11 12.49 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
11:19:43 #11 12.49 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
11:19:43 #11 12.49 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
11:19:43 #11 12.49 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
11:19:43 #11 12.63 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
11:19:43 #11 12.90 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
11:19:43 #11 12.91 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
11:19:43 #11 13.07 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
11:19:43 #11 13.10 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
11:19:43 #11 13.12 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
11:19:43 #11 13.12 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
11:19:43 #11 13.12 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
11:19:43 #11 13.13 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:19:43 #11 13.15 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
11:19:43 #11 13.21 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
11:19:43 #11 13.36 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
11:19:43 #11 13.44 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
11:19:43 #11 13.89 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
11:19:43 #11 13.93 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
11:19:43 #11 13.93 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
11:19:43 #11 13.93 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
11:19:43 #11 13.94 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
11:19:43 #11 13.95 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
11:19:43 #11 13.96 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
11:19:43 #11 13.96 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
11:19:43 #11 13.96 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
11:19:43 #11 14.10 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
11:19:43 #11 14.47 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
11:19:43 #11 14.58 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:19:43 #11 14.59 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
11:19:43 #11 14.67 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
11:19:43 #11 14.71 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.4 [207 kB]
11:19:43 #11 14.72 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.4 [317 kB]
11:19:43 #11 14.74 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.4 [38.1 kB]
11:19:43 #11 14.74 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.4 [37.2 kB]
11:19:43 #11 14.74 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.4 [2095 kB]
11:19:43 #11 14.84 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.4 [3368 B]
11:19:43 #11 14.98 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
11:19:43 #11 15.23 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-144.161 [1109 kB]
11:19:43 #11 15.55 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
11:19:43 #11 15.56 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
11:19:43 #11 15.65 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]
11:19:43 #11 15.66 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
11:19:43 #11 15.68 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
11:19:43 #11 15.69 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:19:43 #11 15.69 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.1 [5888 kB]
11:19:43 #11 16.00 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
11:19:43 #11 16.00 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.3.0-1ubuntu1~20.04 [41.8 kB]
11:19:43 #11 16.15 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
11:19:43 #11 16.44 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
11:19:43 #11 16.44 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
11:19:43 #11 16.87 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
11:19:43 #11 16.88 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]
11:19:43 #11 16.91 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
11:19:43 #11 17.29 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
11:19:43 #11 17.29 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]
11:19:43 #11 17.31 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.1 [6699 kB]
11:19:43 #11 17.68 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
11:19:43 #11 17.68 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
11:19:43 #11 17.83 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:19:43 #11 18.23 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
11:19:43 #11 18.26 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:19:43 #11 18.41 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
11:19:43 #11 18.41 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
11:19:43 #11 18.43 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB]
11:19:43 #11 18.44 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB]
11:19:43 #11 18.45 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB]
11:19:43 #11 18.45 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB]
11:19:43 #11 18.46 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB]
11:19:43 #11 18.46 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB]
11:19:43 #11 18.62 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB]
11:19:43 #11 18.98 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB]
11:19:43 #11 18.99 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB]
11:19:43 #11 19.01 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]
11:19:43 #11 19.02 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
11:19:43 #11 19.03 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:19:43 #11 19.04 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]
11:19:43 #11 19.09 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
11:19:43 #11 19.12 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
11:19:43 #11 19.13 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
11:19:43 #11 19.15 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.16 [204 kB]
11:19:43 #11 19.33 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.16 [154 kB]
11:19:43 #11 ...
11:19:43 
11:19:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:43 #10 33.87 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
11:19:43 #10 33.88 Unpacking libltdl7:arm64 (2.4.6-15) ...
11:19:43 #10 33.91 Selecting previously unselected package libltdl-dev:arm64.
11:19:43 #10 33.92 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
11:19:43 #10 33.92 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
11:19:43 #10 33.97 Selecting previously unselected package liblzo2-2:arm64.
11:19:43 #10 33.97 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
11:19:43 #10 33.98 Unpacking liblzo2-2:arm64 (2.10-2) ...
11:19:43 #10 34.01 Selecting previously unselected package libsys-hostname-long-perl.
11:19:43 #10 34.01 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
11:19:43 #10 34.02 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:19:43 #10 34.05 Selecting previously unselected package libmail-sendmail-perl.
11:19:43 #10 34.05 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:19:43 #10 34.06 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:19:43 #10 34.09 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:43 #10 17.02 Selecting previously unselected package libmagic1:armhf.
11:19:43 #10 17.02 Preparing to unpack .../008-libmagic1_1%3a5.39-3_armhf.deb ...
11:19:43 #10 17.02 Unpacking libmagic1:armhf (1:5.39-3) ...
11:19:43 #10 17.08 Selecting previously unselected package file.
11:19:43 #10 17.08 Preparing to unpack .../009-file_1%3a5.39-3_armhf.deb ...
11:19:43 #10 41.73 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
11:19:43 #10 41.74 Unpacking mysql-common (5.8+1.0.5) ...
11:19:43 #10 41.78 Selecting previously unselected package mariadb-common.
11:19:43 #10 41.78 Preparing to unpack .../257-mariadb-common_1%3a10.3.38-0+deb10u1_all.deb ...
11:19:43 #10 41.78 Unpacking mariadb-common (1:10.3.38-0+deb10u1) ...
11:19:43 #10 41.82 Selecting previously unselected package libmariadb3:amd64.
11:19:43 #10 41.82 Preparing to unpack .../258-libmariadb3_1%3a10.3.38-0+deb10u1_amd64.deb ...
11:19:43 #10 41.82 Unpacking libmariadb3:amd64 (1:10.3.38-0+deb10u1) ...
11:19:43 #10 41.87 Selecting previously unselected package libpython2.7-minimal:amd64.
11:19:43 #10 41.88 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
11:19:43 #10 41.88 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
11:19:43 #10 41.96 Selecting previously unselected package libpython2.7-stdlib:amd64.
11:19:43 #10 41.96 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
11:19:43 #10 41.96 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
11:19:43 #11 32.89 Selecting previously unselected package python3-minimal.
11:19:43 #11 32.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4432 files and directories currently installed.)
11:19:43 #11 32.89 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
11:19:43 #11 32.89 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:19:43 #11 32.94 Selecting previously unselected package mime-support.
11:19:43 #11 32.94 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:19:43 #11 37.43 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:19:43 #11 37.44 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:19:43 #11 37.45 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:19:43 #10 40.32 Preparing to unpack .../175-libalgorithm-diff-perl_1.201-1_all.deb ...
11:19:43 #10 40.33 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:19:43 #10 40.36 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
11:19:43 #10 40.36 Preparing to unpack .../176-libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb ...
11:19:43 #10 40.37 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
11:19:43 #10 40.40 Selecting previously unselected package libalgorithm-merge-perl.
11:19:43 #10 40.40 Preparing to unpack .../177-libalgorithm-merge-perl_0.08-5_all.deb ...
11:19:43 #10 40.40 Unpacking libalgorithm-merge-perl (0.08-5) ...
11:19:43 #10 40.43 Selecting previously unselected package libaliased-perl.
11:19:43 #10 40.44 Preparing to unpack .../178-libaliased-perl_0.34-3_all.deb ...
11:19:43 #10 40.44 Unpacking libaliased-perl (0.34-3) ...
11:19:43 #10 40.47 Selecting previously unselected package libaom3:amd64.
11:19:43 #10 40.47 Preparing to unpack .../179-libaom3_3.6.0-1_amd64.deb ...
11:19:43 #10 40.48 Unpacking libaom3:amd64 (3.6.0-1) ...
11:19:43 #10 36.41 Selecting previously unselected package gcc-7-base:arm64.
11:19:43 #10 36.41 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:43 #10 36.42 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:43 #10 36.46 Selecting previously unselected package libisl19:arm64.
11:19:43 #10 36.46 Preparing to unpack .../063-libisl19_0.19-1_arm64.deb ...
11:19:43 #10 36.46 Unpacking libisl19:arm64 (0.19-1) ...
11:19:43 #10 36.53 Selecting previously unselected package libmpfr6:arm64.
11:19:43 #10 36.53 Preparing to unpack .../064-libmpfr6_4.0.1-1_arm64.deb ...
11:19:43 #10 36.53 Unpacking libmpfr6:arm64 (4.0.1-1) ...
11:19:43 #10 36.58 Selecting previously unselected package libmpc3:arm64.
11:19:43 #10 36.58 Preparing to unpack .../065-libmpc3_1.1.0-1_arm64.deb ...
11:19:43 #10 36.59 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:19:43 #10 36.62 Selecting previously unselected package cpp-7.
11:19:43 #10 36.62 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:43 #10 36.62 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:19:43 #11 16.82 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
11:19:43 #11 16.83 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
11:19:43 #11 16.83 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtirpc-dev armhf 1.3.2-2ubuntu0.1 [184 kB]
11:19:43 #11 16.85 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
11:19:43 #11 16.85 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc6-dev armhf 2.35-0ubuntu3.1 [1332 kB]
11:19:43 #11 16.91 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]
11:19:43 #11 16.91 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
11:19:43 #11 16.95 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
11:19:43 #10 15.21 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [581 kB]
11:19:43 #10 15.24 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
11:19:43 #10 15.24 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:43 #10 15.25 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:19:43 #10 15.26 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:19:43 #10 15.32 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
11:19:43 #10 15.32 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
11:19:43 #10 15.32 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:19:43 #10 15.32 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:19:43 #10 15.32 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:19:43 #10 15.45 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:19:43 #10 15.47 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
11:19:43 #10 15.49 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:19:43 #10 15.50 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:19:43 #10 15.51 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
11:19:43 #10 15.52 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:19:43 #11 33.86 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
11:19:43 #10 37.36 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
11:19:43 #10 37.36 Unpacking python3-apt (1.8.4.3) ...
11:19:43 #10 37.41 Selecting previously unselected package python3-certifi.
11:19:43 #10 37.41 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
11:19:43 #10 37.42 Unpacking python3-certifi (2018.8.24-1) ...
11:19:43 #10 37.46 Selecting previously unselected package python3-idna.
11:19:43 #10 37.46 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
11:19:43 #10 37.47 Unpacking python3-idna (2.6-1) ...
11:19:43 #10 37.51 Selecting previously unselected package python3-magic.
11:19:43 #10 37.51 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
11:19:43 #10 37.52 Unpacking python3-magic (2:0.4.15-2) ...
11:19:43 #10 37.55 Selecting previously unselected package python3-urllib3.
11:19:43 #10 37.56 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
11:19:43 #10 37.56 Unpacking python3-urllib3 (1.24.1-1) ...
11:19:43 #10 37.60 Selecting previously unselected package python3-requests.
11:19:43 #12 25.24   Installing       : bzip2-1.0.6-26.el8.aarch64                            8/79 
11:19:43 #12 25.74   Installing       : binutils-2.30-119.el8.aarch64                         9/79 
11:19:43 #12 25.76   Running scriptlet: binutils-2.30-119.el8.aarch64                         9/79 
11:19:43 #10 13.37 Get:61 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
11:19:43 #10 13.38 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
11:19:43 #10 13.39 Get:63 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
11:19:43 #10 13.40 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
11:19:43 #10 13.40 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:19:43 #10 13.40 Get:66 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:19:43 #10 13.40 Get:67 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
11:19:43 #10 13.42 Get:68 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
11:19:43 #10 13.43 Get:69 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
11:19:43 #10 13.50 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
11:19:43 #10 38.36 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
11:19:43 #10 38.36 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
11:19:43 #10 38.39 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:43 #10 38.39 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
11:19:43 #10 38.40 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
11:19:43 #10 38.42 Selecting previously unselected package libsort-versions-perl.
11:19:43 #10 38.42 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
11:19:43 #10 38.43 Unpacking libsort-versions-perl (1.62-1) ...
11:19:43 #10 38.45 Selecting previously unselected package libgit-wrapper-perl.
11:19:43 #10 38.45 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:43 #10 38.46 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:43 #10 38.48 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:43 #10 38.48 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:19:43 #10 38.49 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:19:43 #10 38.51 Selecting previously unselected package libio-prompter-perl.
11:19:43 #10 38.51 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
11:19:43 #10 38.52 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:43 #10 38.54 Selecting previously unselected package libjson-perl.
11:19:43 #10 38.54 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
11:19:43 #10 38.55 Unpacking libjson-perl (4.03000-1) ...
11:19:43 #10 38.58 Selecting previously unselected package liblog-any-perl.
11:19:43 #10 38.58 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
11:19:43 #10 38.58 Unpacking liblog-any-perl (1.709-1) ...
11:19:43 #10 38.62 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:43 #10 38.62 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:19:43 #10 38.62 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:19:43 #10 38.64 Selecting previously unselected package libpackage-stash-perl.
11:19:43 #10 38.65 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
11:19:43 #10 38.65 Unpacking libpackage-stash-perl (0.39-1) ...
11:19:43 #10 38.68 Selecting previously unselected package libsub-identify-perl.
11:19:43 #10 38.68 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
11:19:43 #11 32.57 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
11:19:43 #10 25.66 Selecting previously unselected package libubsan1:armhf.
11:19:43 #10 35.62 Preparing to unpack .../303-liblist-compare-perl_0.55-2_all.deb ...
11:19:43 #10 35.62 Unpacking liblist-compare-perl (0.55-2) ...
11:19:43 #10 35.66 Selecting previously unselected package liblist-someutils-perl.
11:19:43 #10 35.66 Preparing to unpack .../304-liblist-someutils-perl_0.59-1_all.deb ...
11:19:43 #10 35.67 Unpacking liblist-someutils-perl (0.59-1) ...
11:19:43 #10 35.70 Selecting previously unselected package liblist-someutils-xs-perl:arm64.
11:19:43 #10 35.70 Preparing to unpack .../305-liblist-someutils-xs-perl_0.58-3_arm64.deb ...
11:19:43 #10 35.71 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ...
11:19:43 #10 35.74 Selecting previously unselected package liblist-utilsby-perl.
11:19:43 #10 35.74 Preparing to unpack .../306-liblist-utilsby-perl_0.12-2_all.deb ...
11:19:43 #10 35.75 Unpacking liblist-utilsby-perl (0.12-2) ...
11:19:43 #10 35.79 Selecting previously unselected package libltdl7:arm64.
11:19:43 #10 35.79 Preparing to unpack .../307-libltdl7_2.4.7-5_arm64.deb ...
11:19:43 #10 35.79 Unpacking libltdl7:arm64 (2.4.7-5) ...
11:19:43 #10 35.83 Selecting previously unselected package libltdl-dev:arm64.
11:19:43 #10 35.83 Preparing to unpack .../308-libltdl-dev_2.4.7-5_arm64.deb ...
11:19:43 #10 35.83 Unpacking libltdl-dev:arm64 (2.4.7-5) ...
11:19:43 #10 35.89 Selecting previously unselected package liblz1:arm64.
11:19:43 #10 18.14 Selecting previously unselected package python3-minimal.
11:19:43 #10 18.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 ... 8347 files and directories currently installed.)
11:19:43 #10 18.14 Preparing to unpack .../00-python3-minimal_3.11.2-1_armhf.deb ...
11:19:43 #10 18.14 Unpacking python3-minimal (3.11.2-1) ...
11:19:43 #10 18.19 Selecting previously unselected package media-types.
11:19:43 #10 18.19 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:19:43 #10 18.20 Unpacking media-types (10.0.0) ...
11:19:43 #9 42.37 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
11:19:43 #9 42.38 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:43 #9 42.39 Setting up less (487-0.1) ...
11:19:43 #9 42.47 Setting up make (4.1-9.1ubuntu1) ...
11:19:43 #9 42.48 Setting up libapt-pkg-perl (0.1.33build1) ...
11:19:43 #9 42.50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.11) ...
11:19:43 #9 42.61 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:19:43 #11 39.88 Selecting previously unselected package libasync-mergepoint-perl.
11:19:43 #11 39.88 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
11:19:43 #11 39.91 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:19:43 #10 34.09 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:43 #10 34.09 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:43 #10 34.13 Selecting previously unselected package libmailtools-perl.
11:19:43 #10 34.13 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
11:19:43 #10 34.13 Unpacking libmailtools-perl (2.21-1) ...
11:19:43 #10 34.18 Selecting previously unselected package libmarkdown2:arm64.
11:19:43 #10 34.18 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
11:19:43 #10 34.18 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
11:19:43 #10 34.22 Selecting previously unselected package libmime-tools-perl.
11:19:43 #10 34.22 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
11:19:43 #10 34.22 Unpacking libmime-tools-perl (5.509-1) ...
11:19:43 #10 34.27 Selecting previously unselected package libmoox-aliases-perl.
11:19:43 #10 34.27 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:19:43 #10 34.27 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:19:43 #10 34.30 Selecting previously unselected package libnamespace-autoclean-perl.
11:19:43 #10 34.30 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:19:43 #10 34.31 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:19:43 #10 34.34 Selecting previously unselected package libobject-id-perl.
11:19:43 #10 17.08 Unpacking file (1:5.39-3) ...
11:19:43 #10 17.13 Selecting previously unselected package gettext-base.
11:19:43 #10 17.13 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ...
11:19:43 #10 17.13 Unpacking gettext-base (0.21-4) ...
11:19:43 #10 17.21 Selecting previously unselected package manpages.
11:19:43 #10 17.21 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:19:43 #10 17.21 Unpacking manpages (5.10-1) ...
11:19:43 #11 30.13 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:19:43 #11 30.21 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-listing-perl all 6.15-1 [11.5 kB]
11:19:43 #11 30.23 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:43 #11 30.25 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:19:43 #11 30.39 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-parser-perl arm64 3.78-1 [87.1 kB]
11:19:43 #11 30.46 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:19:43 #10 42.19 Selecting previously unselected package libpython2.7:amd64.
11:19:43 #10 42.19 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
11:19:43 #10 42.19 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
11:19:43 #11 32.94 Unpacking mime-support (3.64ubuntu1) ...
11:19:43 #11 32.98 Selecting previously unselected package libmpdec2:arm64.
11:19:43 #11 32.98 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
11:19:43 #11 32.98 Unpacking libmpdec2:arm64 (2.4.2-3) ...
11:19:43 #11 33.02 Selecting previously unselected package readline-common.
11:19:43 #11 33.02 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:19:43 #11 33.03 Unpacking readline-common (8.0-4) ...
11:19:43 #11 33.07 Selecting previously unselected package libreadline8:arm64.
11:19:43 #11 33.07 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
11:19:43 #11 33.08 Unpacking libreadline8:arm64 (8.0-4) ...
11:19:43 #11 33.12 Selecting previously unselected package libsqlite3-0:arm64.
11:19:43 #11 33.12 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
11:19:43 #11 33.13 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:19:43 #12 26.44 Running transaction check
11:19:43 #12 26.51 Transaction check succeeded.
11:19:43 #12 26.51 Running transaction test
11:19:43 #7 ...
11:19:43 
11:19:43 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:43 #10 19.60 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [13.1 kB]
11:19:43 #10 19.60 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [79.0 kB]
11:19:43 #10 19.62 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-modules-db armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [13.3 kB]
11:19:43 #10 19.62 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-2 armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [42.1 kB]
11:19:43 #10 19.63 Get:119 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:19:43 #10 19.64 Get:120 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-2.4-2 armhf 2.4.45+dfsg-1ubuntu1.11 [131 kB]
11:19:43 #10 19.66 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
11:19:43 #10 19.82 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
11:19:43 #10 20.04 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.23 [188 kB]
11:19:43 #10 20.20 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.23 [152 kB]
11:19:43 #10 20.25 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dctrl-tools armhf 2.24-2build1 [52.9 kB]
11:19:43 #10 20.27 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtool all 2.4.6-2 [194 kB]
11:19:43 #10 20.31 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-autoreconf all 17 [15.8 kB]
11:19:43 #10 20.31 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:19:43 #10 20.32 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:19:43 #10 20.32 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtimedate-perl all 2.3000-2 [37.5 kB]
11:19:43 #10 20.33 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:19:43 #10 20.33 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcroco3 armhf 0.6.12-2 [69.4 kB]
11:19:43 #10 20.48 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext armhf 0.19.8.1-6ubuntu0.3 [1229 kB]
11:19:43 #10 21.06 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:19:43 #10 21.06 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf po-debconf all 1.0.20 [232 kB]
11:19:43 #10 21.06 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf debhelper all 11.1.6ubuntu2 [902 kB]
11:19:43 #10 21.10 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-which-perl all 1.21-1 [11.8 kB]
11:19:43 #10 21.10 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-homedir-perl all 1.002-1 [37.1 kB]
11:19:43 #10 21.10 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf devscripts armhf 2.17.12ubuntu1.1 [870 kB]
11:19:43 #10 21.16 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf diffstat armhf 1.61-1build1 [21.1 kB]
11:19:43 #10 21.16 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
11:19:43 #10 21.16 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.6 [106 kB]
11:19:43 #10 21.17 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.18.04.2 [79.4 kB]
11:19:43 #10 21.32 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
11:19:43 #10 21.39 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.6 [275 kB]
11:19:43 #10 21.68 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
11:19:43 #10 21.72 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-chardet all 3.0.4-1 [80.3 kB]
11:19:43 #10 21.74 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-six all 1.11.0-2 [11.4 kB]
11:19:43 #10 21.74 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-debian all 0.1.32 [65.4 kB]
11:19:43 #10 21.76 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:19:43 #10 21.77 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.6 [107 kB]
11:19:43 #10 21.79 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.6 [409 kB]
11:19:43 #10 21.83 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
11:19:43 #10 21.83 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.6 [189 kB]
11:19:43 #10 22.00 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-client armhf 2.2.4-1ubuntu1.6 [76.5 kB]
11:19:43 #10 22.26 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-server armhf 2.2.4-1ubuntu1.6 [71.7 kB]
11:19:43 #10 22.31 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.6 [183 kB]
11:19:43 #10 22.42 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.6 [249 kB]
11:19:43 #10 22.49 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgpgme11 armhf 1.10.0-1ubuntu2 [92.3 kB]
11:19:43 #10 22.51 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gpg armhf 1.10.0-1ubuntu2 [129 kB]
11:19:43 #10 22.52 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dput all 1.0.1ubuntu1 [42.7 kB]
11:19:43 #10 22.53 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfakeroot armhf 1.22-2ubuntu1 [21.6 kB]
11:19:43 #10 22.53 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf fakeroot armhf 1.22-2ubuntu1 [60.3 kB]
11:19:43 #10 22.54 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl3-gnutls armhf 7.58.0-2ubuntu3.23 [187 kB]
11:19:43 #10 22.56 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liberror-perl all 0.17025-1 [22.8 kB]
11:19:43 #10 22.71 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git-man all 1:2.17.1-1ubuntu0.17 [804 kB]
11:19:43 #10 23.24 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git armhf 1:2.17.1-1ubuntu0.17 [2826 kB]
11:19:43 #10 23.42 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:19:43 #10 23.42 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-xs-perl armhf 0.04-5 [10.8 kB]
11:19:43 #10 23.44 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:43 #10 23.44 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libapt-pkg-perl armhf 0.1.33build1 [63.8 kB]
11:19:43 #10 23.45 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:43 #10 23.45 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-op-check-perl armhf 0.22-1 [9852 B]
11:19:43 #10 23.45 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:43 #10 23.45 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-callchecker-perl armhf 0.007-2build1 [14.0 kB]
11:19:43 #10 23.45 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-classify-perl armhf 0.015-1 [20.0 kB]
11:19:43 #10 23.59 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:43 #10 23.75 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:43 #10 23.78 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:43 #10 23.83 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:43 #10 23.83 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libvariable-magic-perl armhf 0.62-1 [32.2 kB]
11:19:43 #10 23.89 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:19:43 #10 23.91 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:19:43 #10 23.92 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liburi-perl all 1.73-1 [77.2 kB]
11:19:43 #10 23.98 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-parser-perl armhf 3.72-3build1 [82.7 kB]
11:19:43 #10 24.02 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-pm-perl all 4.38-1 [185 kB]
11:19:43 #10 24.08 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfcgi-perl armhf 0.78-2build1 [28.7 kB]
11:19:43 #10 24.23 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-fast-perl all 1:2.13-1 [9940 B]
11:19:43 #10 24.30 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-name-perl armhf 0.21-1build1 [11.1 kB]
11:19:43 #10 24.32 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-accessor-perl all 0.51-1 [21.2 kB]
11:19:43 #10 24.38 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:19:43 #10 24.40 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-xsaccessor-perl armhf 1.19-2build8 [33.7 kB]
11:19:43 #10 24.46 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclone-perl armhf 0.39-1 [9832 B]
11:19:43 #10 24.47 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:43 #10 24.49 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-util-perl armhf 1.07-3build3 [18.6 kB]
11:19:43 #10 24.51 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:19:43 #10 24.51 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:19:43 #10 24.52 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:19:43 #10 24.68 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:19:43 #10 24.75 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:19:43 #10 24.76 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf perl-openssl-defaults armhf 3build1 [7012 B]
11:19:43 #10 24.78 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libnet-ssleay-perl armhf 1.84-1ubuntu0.2 [264 kB]
11:19:43 #10 25.04 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
11:19:43 #10 25.09 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:43 #10 25.09 Get:205 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmailtools-perl all 2.18-1 [74.0 kB]
11:19:43 #10 25.11 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsocket6-perl armhf 0.27-1build2 [21.7 kB]
11:19:43 #10 25.11 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:19:43 #10 25.11 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-ip-perl all 1.26-1 [31.5 kB]
11:19:43 #10 25.12 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-dns-perl all 1.10-2 [335 kB]
11:19:43 #10 25.32 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:43 #10 25.49 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:43 #10 25.51 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:43 #10 25.53 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:19:43 #10 25.59 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:19:43 #10 25.62 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-basedir-perl all 0.07-1 [16.9 kB]
11:19:43 #10 25.65 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:43 #10 25.65 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-fcntllock-perl armhf 0.22-3build2 [32.9 kB]
11:19:43 #10 25.67 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-date-perl all 6.02-1 [10.4 kB]
11:19:43 #10 25.68 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:19:43 #10 25.68 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:43 #10 25.83 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-stringy-perl all 2.111-2 [60.6 kB]
11:19:43 #10 26.08 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-validate-perl armhf 1.29-1 [50.3 kB]
11:19:43 #10 26.12 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:43 #10 26.16 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:19:43 #10 26.18 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:19:43 #10 26.19 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:19:43 #10 26.21 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:19:43 #10 26.22 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:19:43 #10 26.23 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-message-perl all 6.14-1 [72.1 kB]
11:19:43 #10 26.25 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-form-perl all 6.03-1 [23.5 kB]
11:19:43 #10 26.26 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tree-perl all 5.07-1 [200 kB]
11:19:43 #10 26.46 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:43 #10 26.65 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:19:43 #10 26.68 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:19:43 #10 26.70 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:19:43 #10 26.72 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:43 #10 26.74 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-pty-perl armhf 1:1.08-1.1build4 [29.3 kB]
11:19:43 #10 26.79 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:19:43 #10 26.80 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-run-perl all 0.96-1 [89.9 kB]
11:19:43 #10 ...
11:19:43 
11:19:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:43 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 10.2s
11:19:43 #10 40.66 Selecting previously unselected package libapt-pkg-perl.
11:19:43 #10 40.66 Preparing to unpack .../180-libapt-pkg-perl_0.1.40+b2_amd64.deb ...
11:19:43 #10 40.67 Unpacking libapt-pkg-perl (0.1.40+b2) ...
11:19:43 #10 40.70 Selecting previously unselected package libarchive-cpio-perl.
11:19:43 #10 40.70 Preparing to unpack .../181-libarchive-cpio-perl_0.10-3_all.deb ...
11:19:43 #10 40.70 Unpacking libarchive-cpio-perl (0.10-3) ...
11:19:43 #10 40.75 Selecting previously unselected package libarchive13:amd64.
11:19:43 #10 40.75 Preparing to unpack .../182-libarchive13_3.6.2-1_amd64.deb ...
11:19:43 #10 40.75 Unpacking libarchive13:amd64 (3.6.2-1) ...
11:19:43 #10 40.81 Selecting previously unselected package libarray-intspan-perl.
11:19:43 #11 33.93 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
11:19:43 #11 33.94 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:19:43 #11 34.03 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:19:43 #11 34.05 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:19:43 #11 34.07 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
11:19:43 #10 15.59 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:19:43 #10 15.61 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
11:19:43 #10 15.61 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:43 #10 15.62 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:43 #10 15.68 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:43 #10 15.68 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:19:43 #10 15.68 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:19:43 #10 15.70 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:19:43 #10 15.70 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:19:43 #10 35.05   Running scriptlet: glibc-gconv-extra-2.34-60.el9.x86_64               167/167 
11:19:43 #10 38.12   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/167 
11:19:43 #10 38.12   Verifying        : binutils-2.35.2-37.el9.x86_64                        2/167 
11:19:43 #10 38.12   Verifying        : bzip2-1.0.8-8.el9.x86_64                             3/167 
11:19:43 #10 38.13   Verifying        : cpio-2.13-16.el9.x86_64                              4/167 
11:19:43 #10 38.13   Verifying        : cracklib-2.9.6-27.el9.x86_64                         5/167 
11:19:43 #10 38.13   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                   6/167 
11:19:43 #10 38.13   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                     7/167 
11:19:43 #10 38.13   Verifying        : diffutils-3.7-12.el9.x86_64                          8/167 
11:19:43 #10 38.13   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/167 
11:19:43 #10 38.13   Verifying        : ed-1.14.2-12.el9.x86_64                             10/167 
11:19:43 #10 38.13   Verifying        : elfutils-0.188-3.el9.x86_64                         11/167 
11:19:43 #10 38.13   Verifying        : elfutils-debuginfod-client-0.188-3.el9.x86_64       12/167 
11:19:43 #10 38.13   Verifying        : environment-modules-5.0.1-2.el9.x86_64              13/167 
11:19:43 #10 38.13   Verifying        : file-5.39-12.el9.x86_64                             14/167 
11:19:43 #10 38.13   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 15/167 
11:19:43 #10 38.13   Verifying        : glibc-gconv-extra-2.34-60.el9.x86_64                16/167 
11:19:43 #10 38.13   Verifying        : groff-base-1.22.4-10.el9.x86_64                     17/167 
11:19:43 #10 38.13   Verifying        : gsettings-desktop-schemas-40.0-6.el9.x86_64         18/167 
11:19:43 #10 38.13   Verifying        : info-6.7-15.el9.x86_64                              19/167 
11:19:43 #10 38.13   Verifying        : json-glib-1.6.6-1.el9.x86_64                        20/167 
11:19:43 #10 38.13   Verifying        : less-590-1.el9.x86_64                               21/167 
11:19:43 #10 38.13   Verifying        : libatomic-11.3.1-4.3.el9.x86_64                     22/167 
11:19:43 #10 38.13   Verifying        : libbrotli-1.0.9-6.el9.x86_64                        23/167 
11:19:43 #10 38.13   Verifying        : libdb-5.3.28-53.el9.x86_64                          24/167 
11:19:43 #10 38.13   Verifying        : libeconf-0.4.1-2.el9.x86_64                         25/167 
11:19:43 #10 38.13   Verifying        : libfdisk-2.37.4-10.el9.x86_64                       26/167 
11:19:43 #10 38.13   Verifying        : libicu-67.1-9.el9.x86_64                            27/167 
11:19:43 #10 38.13   Verifying        : libpipeline-1.5.3-4.el9.x86_64                      28/167 
11:19:43 #10 38.13   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                      29/167 
11:19:43 #10 38.13   Verifying        : libpng-2:1.6.37-12.el9.x86_64                       30/167 
11:19:43 #10 38.13   Verifying        : libproxy-0.4.15-35.el9.x86_64                       31/167 
11:19:43 #10 38.13   Verifying        : libpsl-0.21.1-5.el9.x86_64                          32/167 
11:19:43 #10 38.13   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     33/167 
11:19:43 #10 38.13   Verifying        : libselinux-utils-3.5-1.el9.x86_64                   34/167 
11:19:43 #10 38.13   Verifying        : libutempter-1.2.1-6.el9.x86_64                      35/167 
11:19:43 #10 38.13   Verifying        : man-db-2.9.3-7.el9.x86_64                           36/167 
11:19:43 #10 38.13   Verifying        : ncurses-6.2-8.20210508.el9.x86_64                   37/167 
11:19:43 #10 38.13   Verifying        : openssl-1:3.0.7-5.el9.x86_64                        38/167 
11:19:43 #10 38.13   Verifying        : pam-1.5.1-14.el9.x86_64                             39/167 
11:19:43 #10 38.13   Verifying        : pkgconf-1.7.3-10.el9.x86_64                         40/167 
11:19:43 #10 38.13   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      41/167 
11:19:43 #10 38.13   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64              42/167 
11:19:43 #10 38.13   Verifying        : policycoreutils-3.5-1.el9.x86_64                    43/167 
11:19:43 #10 38.13   Verifying        : procps-ng-3.3.17-11.el9.x86_64                      44/167 
11:19:43 #10 38.13   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       45/167 
11:19:43 #10 38.13   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               46/167 
11:19:43 #10 38.13   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                    47/167 
11:19:43 #10 38.13   Verifying        : python3-distro-1.5.0-7.el9.noarch                   48/167 
11:19:43 #10 38.13   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         49/167 
11:19:43 #10 38.13   Verifying        : python3-setools-4.4.1-1.el9.x86_64                  50/167 
11:19:43 #10 38.13   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             51/167 
11:19:43 #10 38.13   Verifying        : python3-six-1.15.0-9.el9.noarch                     52/167 
11:19:43 #10 38.13   Verifying        : python3-systemd-234-18.el9.x86_64                   53/167 
11:19:43 #10 38.13   Verifying        : shared-mime-info-2.1-5.el9.x86_64                   54/167 
11:19:43 #10 38.13   Verifying        : systemd-libs-252-8.el9.x86_64                       55/167 
11:19:43 #10 38.13   Verifying        : tcl-1:8.6.10-7.el9.x86_64                           56/167 
11:19:43 #10 38.13   Verifying        : unzip-6.0-56.el9.x86_64                             57/167 
11:19:43 #10 38.13   Verifying        : util-linux-2.37.4-10.el9.x86_64                     58/167 
11:19:43 #10 38.13   Verifying        : util-linux-core-2.37.4-10.el9.x86_64                59/167 
11:19:43 #10 38.13   Verifying        : vim-filesystem-2:8.2.2637-20.el9.noarch             60/167 
11:19:43 #10 38.13   Verifying        : xz-5.2.5-8.el9.x86_64                               61/167 
11:19:43 #10 38.13   Verifying        : zip-3.0-35.el9.x86_64                               62/167 
11:19:43 #10 38.14   Verifying        : zstd-1.5.1-2.el9.x86_64                             63/167 
11:19:43 #10 38.14   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          64/167 
11:19:43 #10 38.14   Verifying        : checkpolicy-3.5-1.el9.x86_64                        65/167 
11:19:43 #10 38.14   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                66/167 
11:19:43 #10 38.14   Verifying        : dwz-0.14-3.el9.x86_64                               67/167 
11:19:43 #10 38.14   Verifying        : efi-srpm-macros-4-9.el9.noarch                      68/167 
11:19:43 #10 38.14   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                69/167 
11:19:43 #10 38.14   Verifying        : enchant-1:1.6.0-30.el9.x86_64                       70/167 
11:19:43 #10 38.14   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            71/167 
11:19:43 #10 38.14   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.x86_64          72/167 
11:19:43 #10 38.14   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64     73/167 
11:19:43 #10 38.14   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.x86_64            74/167 
11:19:43 #10 38.14   Verifying        : gdb-minimal-10.2-10.el9.x86_64                      75/167 
11:19:43 #10 38.14   Verifying        : gdk-pixbuf2-2.42.6-3.el9.x86_64                     76/167 
11:19:43 #10 38.14   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  77/167 
11:19:43 #10 38.14   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   78/167 
11:19:43 #10 38.14   Verifying        : hunspell-1.7.0-11.el9.x86_64                        79/167 
11:19:43 #10 38.14   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              80/167 
11:19:43 #10 38.14   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           81/167 
11:19:43 #10 38.14   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           82/167 
11:19:43 #10 38.14   Verifying        : hunspell-filesystem-1.7.0-11.el9.x86_64             83/167 
11:19:43 #10 38.14   Verifying        : kernel-srpm-macros-1.0-12.el9.noarch                84/167 
11:19:43 #10 38.14   Verifying        : libappstream-glib-0.7.18-4.el9.x86_64               85/167 
11:19:43 #10 38.14   Verifying        : libjpeg-turbo-2.0.90-6.el9.x86_64                   86/167 
11:19:43 #10 38.14   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            87/167 
11:19:43 #10 38.14   Verifying        : libsoup-2.72.0-8.el9.x86_64                         88/167 
11:19:43 #10 38.14   Verifying        : libstemmer-0-18.585svn.el9.x86_64                   89/167 
11:19:43 #10 38.14   Verifying        : lua-srpm-macros-1-6.el9.noarch                      90/167 
11:19:43 #10 38.14   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    91/167 
11:19:43 #10 38.14   Verifying        : openblas-srpm-macros-2-11.el9.noarch                92/167 
11:19:43 #10 38.14   Verifying        : patch-2.7.6-16.el9.x86_64                           93/167 
11:19:43 #10 38.14   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 94/167 
11:19:43 #10 38.14   Verifying        : perl-B-1.80-480.el9.x86_64                          95/167 
11:19:43 #10 38.14   Verifying        : perl-Carp-1.50-460.el9.noarch                       96/167 
11:19:43 #10 38.14   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               97/167 
11:19:43 #10 38.14   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64               98/167 
11:19:43 #10 38.14   Verifying        : perl-Digest-1.19-4.el9.noarch                       99/167 
11:19:43 #10 38.14   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  100/167 
11:19:43 #10 38.14   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  101/167 
11:19:43 #10 38.14   Verifying        : perl-Errno-1.30-480.el9.x86_64                     102/167 
11:19:43 #10 38.14   Verifying        : perl-Exporter-5.74-461.el9.noarch                  103/167 
11:19:43 #10 38.14   Verifying        : perl-Fcntl-1.13-480.el9.x86_64                     104/167 
11:19:43 #10 38.14   Verifying        : perl-File-Basename-2.85-480.el9.noarch             105/167 
11:19:43 #10 38.14   Verifying        : perl-File-Path-2.18-4.el9.noarch                   106/167 
11:19:43 #10 38.14   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            107/167 
11:19:43 #10 38.14   Verifying        : perl-File-stat-1.09-480.el9.noarch                 108/167 
11:19:43 #10 38.14   Verifying        : perl-FileHandle-2.03-480.el9.noarch                109/167 
11:19:43 #10 38.14   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               110/167 
11:19:43 #10 38.14   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                111/167 
11:19:43 #10 38.14   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                112/167 
11:19:43 #10 38.14   Verifying        : perl-IO-1.43-480.el9.x86_64                        113/167 
11:19:43 #10 38.14   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                114/167 
11:19:43 #10 38.14   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              115/167 
11:19:43 #10 38.14   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 116/167 
11:19:43 #10 38.14   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 117/167 
11:19:43 #10 38.14   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              118/167 
11:19:43 #10 38.14   Verifying        : perl-NDBM_File-1.15-480.el9.x86_64                 119/167 
11:19:43 #10 38.14   Verifying        : perl-Net-SSLeay-1.92-2.el9.x86_64                  120/167 
11:19:43 #10 38.14   Verifying        : perl-POSIX-1.94-480.el9.x86_64                     121/167 
11:19:43 #10 38.15   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 122/167 
11:19:43 #10 38.15   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             123/167 
11:19:43 #10 38.15   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            124/167 
11:19:43 #10 38.15   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                125/167 
11:19:43 #10 38.15   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 126/167 
11:19:43 #10 38.15   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       127/167 
11:19:43 #10 38.15   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               128/167 
11:19:43 #10 38.15   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   129/167 
11:19:43 #10 38.15   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                130/167 
11:19:43 #10 38.15   Verifying        : perl-Symbol-1.08-480.el9.noarch                    131/167 
11:19:43 #10 38.15   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            132/167 
11:19:43 #10 38.15   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  133/167 
11:19:43 #10 38.15   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           134/167 
11:19:43 #10 38.15   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       135/167 
11:19:43 #10 38.15   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               136/167 
11:19:43 #10 38.15   Verifying        : perl-URI-5.09-3.el9.noarch                         137/167 
11:19:43 #10 38.15   Verifying        : perl-base-2.27-480.el9.noarch                      138/167 
11:19:43 #10 38.15   Verifying        : perl-constant-1.33-461.el9.noarch                  139/167 
11:19:43 #10 38.15   Verifying        : perl-if-0.60.800-480.el9.noarch                    140/167 
11:19:43 #10 38.15   Verifying        : perl-interpreter-4:5.32.1-480.el9.x86_64           141/167 
11:19:43 #10 38.15   Verifying        : perl-libnet-3.13-4.el9.noarch                      142/167 
11:19:43 #10 38.15   Verifying        : perl-libs-4:5.32.1-480.el9.x86_64                  143/167 
11:19:43 #10 38.15   Verifying        : perl-mro-1.23-480.el9.x86_64                       144/167 
11:19:43 #10 38.15   Verifying        : perl-overload-1.31-480.el9.noarch                  145/167 
11:19:43 #10 38.15   Verifying        : perl-overloading-0.02-480.el9.noarch               146/167 
11:19:43 #10 38.15   Verifying        : perl-parent-1:0.238-460.el9.noarch                 147/167 
11:19:43 #10 38.15   Verifying        : perl-podlators-1:4.14-460.el9.noarch               148/167 
11:19:43 #10 38.15   Verifying        : perl-srpm-macros-1-41.el9.noarch                   149/167 
11:19:43 #10 38.15   Verifying        : perl-subs-1.03-480.el9.noarch                      150/167 
11:19:43 #10 38.15   Verifying        : perl-vars-1.05-480.el9.noarch                      151/167 
11:19:43 #10 38.15   Verifying        : policycoreutils-python-utils-3.5-1.el9.noarch      152/167 
11:19:43 #10 38.15   Verifying        : pyproject-srpm-macros-1.6.2-1.el9.noarch           153/167 
11:19:43 #10 38.15   Verifying        : python-srpm-macros-3.9-52.el9.noarch               154/167 
11:19:43 #10 38.15   Verifying        : python3-audit-3.0.7-103.el9.x86_64                 155/167 
11:19:43 #10 38.15   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 156/167 
11:19:43 #10 38.15   Verifying        : python3-file-magic-5.39-12.el9.noarch              157/167 
11:19:43 #10 38.15   Verifying        : python3-libselinux-3.5-1.el9.x86_64                158/167 
11:19:43 #10 38.15   Verifying        : python3-libsemanage-3.5-1.el9.x86_64               159/167 
11:19:43 #10 38.15   Verifying        : python3-policycoreutils-3.5-1.el9.noarch           160/167 
11:19:43 #10 38.15   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                161/167 
11:19:43 #10 38.15   Verifying        : redhat-rpm-config-199-1.el9.noarch                 162/167 
11:19:43 #10 38.15   Verifying        : rpm-build-4.16.1.3-22.el9.x86_64                   163/167 
11:19:43 #10 38.15   Verifying        : rpmlint-1.11-19.el9.noarch                         164/167 
11:19:43 #10 38.15   Verifying        : rust-srpm-macros-17-4.el9.noarch                   165/167 
11:19:43 #10 38.15   Verifying        : scl-utils-1:2.0.3-4.el9.x86_64                     166/167 
11:19:43 #10 38.15   Verifying        : webkit2gtk3-jsc-2.38.5-1.el9.x86_64                167/167 
11:19:43 #10 38.30 
11:19:43 #10 38.30 Installed:
11:19:43 #10 38.30   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:19:43 #10 38.30   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:19:43 #10 38.30   binutils-2.35.2-37.el9.x86_64                                                 
11:19:43 #10 38.30   bzip2-1.0.8-8.el9.x86_64                                                      
11:19:43 #10 38.30   checkpolicy-3.5-1.el9.x86_64                                                  
11:19:43 #10 38.30   cpio-2.13-16.el9.x86_64                                                       
11:19:43 #10 38.30   cracklib-2.9.6-27.el9.x86_64                                                  
11:19:43 #10 38.30   cracklib-dicts-2.9.6-27.el9.x86_64                                            
11:19:43 #10 38.30   dbus-libs-1:1.12.20-7.el9.x86_64                                              
11:19:43 #10 38.30   desktop-file-utils-0.26-6.el9.x86_64                                          
11:19:43 #10 38.30   diffutils-3.7-12.el9.x86_64                                                   
11:19:43 #10 38.30   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:19:43 #10 38.30   dwz-0.14-3.el9.x86_64                                                         
11:19:43 #10 38.30   ed-1.14.2-12.el9.x86_64                                                       
11:19:43 #10 38.30   efi-srpm-macros-4-9.el9.noarch                                                
11:19:43 #10 38.30   elfutils-0.188-3.el9.x86_64                                                   
11:19:43 #10 38.30   elfutils-debuginfod-client-0.188-3.el9.x86_64                                 
11:19:43 #10 38.30   emacs-filesystem-1:27.2-8.el9.noarch                                          
11:19:43 #10 38.30   enchant-1:1.6.0-30.el9.x86_64                                                 
11:19:43 #10 38.30   environment-modules-5.0.1-2.el9.x86_64                                        
11:19:43 #10 38.30   file-5.39-12.el9.x86_64                                                       
11:19:43 #10 38.30   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:19:43 #10 38.30   gcc-toolset-12-binutils-2.38-16.el9.x86_64                                    
11:19:43 #10 38.30   gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64                               
11:19:43 #10 38.30   gcc-toolset-12-runtime-12.0-5.el9.x86_64                                      
11:19:43 #10 38.30   gdb-minimal-10.2-10.el9.x86_64                                                
11:19:43 #10 38.30   gdk-pixbuf2-2.42.6-3.el9.x86_64                                               
11:19:43 #10 38.30   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:19:43 #10 38.30   glib-networking-2.68.3-3.el9.x86_64                                           
11:19:43 #10 38.30   glibc-gconv-extra-2.34-60.el9.x86_64                                          
11:19:43 #10 38.30   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:19:43 #10 38.30   groff-base-1.22.4-10.el9.x86_64                                               
11:19:43 #10 38.30   gsettings-desktop-schemas-40.0-6.el9.x86_64                                   
11:19:43 #10 38.30   hunspell-1.7.0-11.el9.x86_64                                                  
11:19:43 #10 38.30   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:19:43 #10 38.30   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:19:43 #10 38.30   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:19:43 #10 38.30   hunspell-filesystem-1.7.0-11.el9.x86_64                                       
11:19:43 #10 38.30   info-6.7-15.el9.x86_64                                                        
11:19:43 #10 38.30   json-glib-1.6.6-1.el9.x86_64                                                  
11:19:43 #10 38.30   kernel-srpm-macros-1.0-12.el9.noarch                                          
11:19:43 #10 38.30   less-590-1.el9.x86_64                                                         
11:19:43 #10 38.30   libappstream-glib-0.7.18-4.el9.x86_64                                         
11:19:43 #10 38.30   libatomic-11.3.1-4.3.el9.x86_64                                               
11:19:43 #10 38.30   libbrotli-1.0.9-6.el9.x86_64                                                  
11:19:43 #10 38.30   libdb-5.3.28-53.el9.x86_64                                                    
11:19:43 #10 38.30   libeconf-0.4.1-2.el9.x86_64                                                   
11:19:43 #10 38.30   libfdisk-2.37.4-10.el9.x86_64                                                 
11:19:43 #10 38.30   libicu-67.1-9.el9.x86_64                                                      
11:19:43 #10 38.30   libjpeg-turbo-2.0.90-6.el9.x86_64                                             
11:19:43 #10 38.30   libpipeline-1.5.3-4.el9.x86_64                                                
11:19:43 #10 38.30   libpkgconf-1.7.3-10.el9.x86_64                                                
11:19:43 #10 38.30   libpng-2:1.6.37-12.el9.x86_64                                                 
11:19:43 #10 38.30   libproxy-0.4.15-35.el9.x86_64                                                 
11:19:43 #10 38.30   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
11:19:43 #10 38.30   libpsl-0.21.1-5.el9.x86_64                                                    
11:19:43 #10 38.30   libpwquality-1.4.4-8.el9.x86_64                                               
11:19:43 #10 38.30   libselinux-utils-3.5-1.el9.x86_64                                             
11:19:43 #10 38.30   libsoup-2.72.0-8.el9.x86_64                                                   
11:19:43 #10 38.30   libstemmer-0-18.585svn.el9.x86_64                                             
11:19:43 #10 38.30   libutempter-1.2.1-6.el9.x86_64                                                
11:19:43 #10 38.30   lua-srpm-macros-1-6.el9.noarch                                                
11:19:43 #10 38.30   man-db-2.9.3-7.el9.x86_64                                                     
11:19:43 #10 38.30   ncurses-6.2-8.20210508.el9.x86_64                                             
11:19:43 #10 38.30   ocaml-srpm-macros-6-6.el9.noarch                                              
11:19:43 #10 38.30   openblas-srpm-macros-2-11.el9.noarch                                          
11:19:43 #10 38.30   openssl-1:3.0.7-5.el9.x86_64                                                  
11:19:43 #10 38.30   pam-1.5.1-14.el9.x86_64                                                       
11:19:43 #10 38.30   patch-2.7.6-16.el9.x86_64                                                     
11:19:43 #10 38.30   perl-AutoLoader-5.74-480.el9.noarch                                           
11:19:43 #10 38.30   perl-B-1.80-480.el9.x86_64                                                    
11:19:43 #10 38.30   perl-Carp-1.50-460.el9.noarch                                                 
11:19:43 #10 38.30   perl-Class-Struct-0.66-480.el9.noarch                                         
11:19:43 #10 38.30   perl-Data-Dumper-2.174-462.el9.x86_64                                         
11:19:43 #10 38.30   perl-Digest-1.19-4.el9.noarch                                                 
11:19:43 #10 38.30   perl-Digest-MD5-2.58-4.el9.x86_64                                             
11:19:43 #10 38.30   perl-Encode-4:3.08-462.el9.x86_64                                             
11:19:43 #10 38.30   perl-Errno-1.30-480.el9.x86_64                                                
11:19:43 #10 38.30   perl-Exporter-5.74-461.el9.noarch                                             
11:19:43 #10 38.30   perl-Fcntl-1.13-480.el9.x86_64                                                
11:19:43 #10 38.30   perl-File-Basename-2.85-480.el9.noarch                                        
11:19:43 #10 38.30   perl-File-Path-2.18-4.el9.noarch                                              
11:19:43 #10 38.30   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:19:43 #10 38.30   perl-File-stat-1.09-480.el9.noarch                                            
11:19:43 #10 38.30   perl-FileHandle-2.03-480.el9.noarch                                           
11:19:43 #10 38.30   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:19:43 #10 38.30   perl-Getopt-Std-1.12-480.el9.noarch                                           
11:19:43 #10 38.30   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:19:43 #10 38.30   perl-IO-1.43-480.el9.x86_64                                                   
11:19:43 #10 38.30   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:19:43 #10 38.30   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:19:43 #10 38.30   perl-IPC-Open3-1.21-480.el9.noarch                                            
11:19:43 #10 38.30   perl-MIME-Base64-3.16-4.el9.x86_64                                            
11:19:43 #10 38.30   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:19:43 #10 38.30   perl-NDBM_File-1.15-480.el9.x86_64                                            
11:19:43 #10 38.30   perl-Net-SSLeay-1.92-2.el9.x86_64                                             
11:19:43 #10 38.30   perl-POSIX-1.94-480.el9.x86_64                                                
11:19:43 #10 38.30   perl-PathTools-3.78-461.el9.x86_64                                            
11:19:43 #10 38.30   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:19:43 #10 38.30   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:19:43 #10 38.30   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:19:43 #10 38.30   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:19:43 #10 38.30   perl-Scalar-List-Utils-4:1.56-461.el9.x86_64                                  
11:19:43 #10 38.30   perl-SelectSaver-1.02-480.el9.noarch                                          
11:19:43 #10 38.30   perl-Socket-4:2.031-4.el9.x86_64                                              
11:19:43 #10 38.30   perl-Storable-1:3.21-460.el9.x86_64                                           
11:19:43 #10 38.30   perl-Symbol-1.08-480.el9.noarch                                               
11:19:43 #10 38.30   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:19:43 #10 38.30   perl-Term-Cap-1.17-460.el9.noarch                                             
11:19:43 #10 38.30   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:19:43 #10 38.30   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:19:43 #10 38.30   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:19:43 #10 38.30   perl-URI-5.09-3.el9.noarch                                                    
11:19:43 #10 38.30   perl-base-2.27-480.el9.noarch                                                 
11:19:43 #10 38.30   perl-constant-1.33-461.el9.noarch                                             
11:19:43 #10 38.30   perl-if-0.60.800-480.el9.noarch                                               
11:19:43 #10 38.30   perl-interpreter-4:5.32.1-480.el9.x86_64                                      
11:19:43 #10 38.30   perl-libnet-3.13-4.el9.noarch                                                 
11:19:43 #10 38.30   perl-libs-4:5.32.1-480.el9.x86_64                                             
11:19:43 #10 38.30   perl-mro-1.23-480.el9.x86_64                                                  
11:19:43 #10 38.30   perl-overload-1.31-480.el9.noarch                                             
11:19:43 #10 38.30   perl-overloading-0.02-480.el9.noarch                                          
11:19:43 #10 38.30   perl-parent-1:0.238-460.el9.noarch                                            
11:19:43 #10 38.30   perl-podlators-1:4.14-460.el9.noarch                                          
11:19:43 #10 38.30   perl-srpm-macros-1-41.el9.noarch                                              
11:19:43 #10 38.30   perl-subs-1.03-480.el9.noarch                                                 
11:19:43 #10 38.30   perl-vars-1.05-480.el9.noarch                                                 
11:19:43 #10 38.30   pkgconf-1.7.3-10.el9.x86_64                                                   
11:19:43 #10 38.30   pkgconf-m4-1.7.3-10.el9.noarch                                                
11:19:43 #10 38.30   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
11:19:43 #10 38.30   policycoreutils-3.5-1.el9.x86_64                                              
11:19:43 #10 38.30   policycoreutils-python-utils-3.5-1.el9.noarch                                 
11:19:43 #10 38.30   procps-ng-3.3.17-11.el9.x86_64                                                
11:19:43 #10 38.30   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:19:43 #10 38.30   pyproject-srpm-macros-1.6.2-1.el9.noarch                                      
11:19:43 #10 38.30   python-srpm-macros-3.9-52.el9.noarch                                          
11:19:43 #10 38.30   python3-audit-3.0.7-103.el9.x86_64                                            
11:19:43 #10 38.30   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:19:43 #10 38.30   python3-dbus-1.2.18-2.el9.x86_64                                              
11:19:43 #10 38.30   python3-distro-1.5.0-7.el9.noarch                                             
11:19:43 #10 38.30   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:19:43 #10 38.30   python3-enchant-3.2.0-5.el9.noarch                                            
11:19:43 #10 38.30   python3-file-magic-5.39-12.el9.noarch                                         
11:19:43 #10 38.30   python3-libselinux-3.5-1.el9.x86_64                                           
11:19:43 #10 38.30   python3-libsemanage-3.5-1.el9.x86_64                                          
11:19:43 #10 38.30   python3-policycoreutils-3.5-1.el9.noarch                                      
11:19:43 #10 38.30   python3-setools-4.4.1-1.el9.x86_64                                            
11:19:43 #10 38.30   python3-setuptools-53.0.0-12.el9.noarch                                       
11:19:43 #10 38.30   python3-six-1.15.0-9.el9.noarch                                               
11:19:43 #10 38.30   python3-systemd-234-18.el9.x86_64                                             
11:19:43 #10 38.30   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
11:19:43 #10 38.30   redhat-rpm-config-199-1.el9.noarch                                            
11:19:43 #10 38.30   rpm-build-4.16.1.3-22.el9.x86_64                                              
11:19:43 #10 38.30   rpmlint-1.11-19.el9.noarch                                                    
11:19:43 #10 38.30   rust-srpm-macros-17-4.el9.noarch                                              
11:19:43 #10 38.30   scl-utils-1:2.0.3-4.el9.x86_64                                                
11:19:43 #10 38.30   shared-mime-info-2.1-5.el9.x86_64                                             
11:19:43 #10 38.30   systemd-libs-252-8.el9.x86_64                                                 
11:19:43 #10 38.30   tcl-1:8.6.10-7.el9.x86_64                                                     
11:19:43 #10 38.30   unzip-6.0-56.el9.x86_64                                                       
11:19:43 #10 38.30   util-linux-2.37.4-10.el9.x86_64                                               
11:19:43 #10 38.30   util-linux-core-2.37.4-10.el9.x86_64                                          
11:19:43 #10 38.30   vim-filesystem-2:8.2.2637-20.el9.noarch                                       
11:19:43 #10 38.30   webkit2gtk3-jsc-2.38.5-1.el9.x86_64                                           
11:19:43 #10 38.30   xz-5.2.5-8.el9.x86_64                                                         
11:19:43 #10 38.30   zip-3.0-35.el9.x86_64                                                         
11:19:43 #10 38.30   zstd-1.5.1-2.el9.x86_64                                                       
11:19:43 #10 38.30 
11:19:43 #10 38.30 Complete!
11:19:43 #10 DONE 38.5s
11:19:43 
11:19:43 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:19:44 #10 37.60 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
11:19:44 #10 37.60 Unpacking python3-requests (2.21.0-1) ...
11:19:44 #10 37.64 Selecting previously unselected package python3-unidiff.
11:19:44 #10 37.65 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
11:19:44 #10 37.68 Unpacking python3-unidiff (0.5.4-1) ...
11:19:44 #10 37.71 Selecting previously unselected package python3-xdg.
11:19:44 #10 37.71 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
11:19:44 #10 37.72 Unpacking python3-xdg (0.25-5) ...
11:19:44 #10 37.76 Selecting previously unselected package shared-mime-info.
11:19:44 #10 37.76 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
11:19:44 #10 37.77 Unpacking shared-mime-info (1.10-1) ...
11:19:44 #10 13.58 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
11:19:44 #10 13.59 Get:72 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
11:19:44 #10 13.59 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
11:19:44 #10 13.63 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [7973 kB]
11:19:44 #12 25.86   Installing       : zip-3.0-23.el8.aarch64                               10/79 
11:19:44 #12 25.87   Installing       : python-rpm-macros-3-44.el8.noarch                    11/79 
11:19:44 #12 25.88   Installing       : python3-rpm-macros-3-44.el8.noarch                   12/79 
11:19:44 #12 25.89   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        13/79 
11:19:44 #12 25.90   Installing       : patch-2.7.6-11.el8.aarch64                           14/79 
11:19:44 #12 25.94   Installing       : ncurses-6.1-9.20180224.el8.aarch64                   15/79 
11:19:44 #12 25.95   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               16/79 
11:19:44 #12 25.97   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/79 
11:19:44 #12 25.98   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 18/79 
11:19:44 #12 25.99   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  19/79 
11:19:44 #12 26.00   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              20/79 
11:19:44 #12 26.01   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    21/79 
11:19:44 #12 26.03   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                22/79 
11:19:44 #12 26.06   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                23/79 
11:19:44 #12 26.07   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    24/79 
11:19:44 #12 26.10   Installing       : perl-podlators-4.11-1.el8.noarch                     25/79 
11:19:44 #12 26.12   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 26/79 
11:19:44 #12 26.13   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             27/79 
11:19:44 #12 26.14   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 28/79 
11:19:44 #12 26.16   Installing       : perl-MIME-Base64-3.15-396.el8.aarch64                29/79 
11:19:44 #10 38.68 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:19:44 #10 38.71 Selecting previously unselected package libsub-name-perl.
11:19:44 #10 38.71 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
11:19:44 #10 38.71 Unpacking libsub-name-perl (0.26-1+b1) ...
11:19:44 #10 38.74 Selecting previously unselected package libnamespace-clean-perl.
11:19:44 #10 38.74 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:44 #10 38.74 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:44 #10 38.78 Selecting previously unselected package libpath-tiny-perl.
11:19:44 #10 38.78 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
11:19:44 #10 38.79 Unpacking libpath-tiny-perl (0.118-1) ...
11:19:44 #10 38.81 Selecting previously unselected package libtype-tiny-perl.
11:19:44 #10 38.82 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
11:19:44 #10 38.82 Unpacking libtype-tiny-perl (1.012001-2) ...
11:19:44 #10 38.88 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:44 #10 38.88 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:19:44 #10 38.88 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:19:44 #10 38.92 Selecting previously unselected package libglib2.0-0:amd64.
11:19:44 #11 32.84 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
11:19:44 #10 25.66 Preparing to unpack .../045-libubsan1_8.3.0-6_armhf.deb ...
11:19:44 #10 25.67 Unpacking libubsan1:armhf (8.3.0-6) ...
11:19:44 #10 25.75 Selecting previously unselected package libgcc-8-dev:armhf.
11:19:44 #10 25.75 Preparing to unpack .../046-libgcc-8-dev_8.3.0-6_armhf.deb ...
11:19:44 #10 25.76 Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
11:19:44 #10 35.89 Preparing to unpack .../309-liblz1_1.13-5_arm64.deb ...
11:19:44 #10 35.89 Unpacking liblz1:arm64 (1.13-5) ...
11:19:44 #10 35.93 Selecting previously unselected package liblzo2-2:arm64.
11:19:44 #10 35.93 Preparing to unpack .../310-liblzo2-2_2.10-2_arm64.deb ...
11:19:44 #10 35.94 Unpacking liblzo2-2:arm64 (2.10-2) ...
11:19:44 #10 35.97 Selecting previously unselected package libsys-hostname-long-perl.
11:19:44 #10 35.97 Preparing to unpack .../311-libsys-hostname-long-perl_1.5-3_all.deb ...
11:19:44 #10 35.98 Unpacking libsys-hostname-long-perl (1.5-3) ...
11:19:44 #10 36.01 Selecting previously unselected package libmail-sendmail-perl.
11:19:44 #10 36.01 Preparing to unpack .../312-libmail-sendmail-perl_0.80-3_all.deb ...
11:19:44 #10 36.01 Unpacking libmail-sendmail-perl (0.80-3) ...
11:19:44 #10 36.04 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:44 #10 36.05 Preparing to unpack .../313-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:19:44 #10 36.05 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:19:44 #10 36.08 Selecting previously unselected package libmailtools-perl.
11:19:44 #10 36.08 Preparing to unpack .../314-libmailtools-perl_2.21-2_all.deb ...
11:19:44 #10 36.09 Unpacking libmailtools-perl (2.21-2) ...
11:19:44 #10 36.13 Selecting previously unselected package libmarkdown2:arm64.
11:19:44 #10 18.24 Selecting previously unselected package libncursesw6:armhf.
11:19:44 #10 18.24 Preparing to unpack .../02-libncursesw6_6.4-2_armhf.deb ...
11:19:44 #10 18.25 Unpacking libncursesw6:armhf (6.4-2) ...
11:19:44 #10 18.31 Selecting previously unselected package libkrb5support0:armhf.
11:19:44 #10 18.31 Preparing to unpack .../03-libkrb5support0_1.20.1-1_armhf.deb ...
11:19:44 #10 18.32 Unpacking libkrb5support0:armhf (1.20.1-1) ...
11:19:44 #10 18.36 Selecting previously unselected package libk5crypto3:armhf.
11:19:44 #10 18.36 Preparing to unpack .../04-libk5crypto3_1.20.1-1_armhf.deb ...
11:19:44 #10 18.36 Unpacking libk5crypto3:armhf (1.20.1-1) ...
11:19:44 #10 18.42 Selecting previously unselected package libkeyutils1:armhf.
11:19:44 #10 18.42 Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ...
11:19:44 #10 18.42 Unpacking libkeyutils1:armhf (1.6.3-2) ...
11:19:44 #10 18.46 Selecting previously unselected package libkrb5-3:armhf.
11:19:44 #10 18.46 Preparing to unpack .../06-libkrb5-3_1.20.1-1_armhf.deb ...
11:19:44 #10 18.47 Unpacking libkrb5-3:armhf (1.20.1-1) ...
11:19:44 #10 18.55 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:19:44 #10 18.55 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
11:19:44 #10 18.56 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
11:19:44 #9 42.62 Setting up mime-support (3.60ubuntu1) ...
11:19:44 #9 42.65 Setting up iso-codes (3.79-1) ...
11:19:44 #9 42.66 Setting up libsigsegv2:amd64 (2.12-1) ...
11:19:44 #9 42.67 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:19:44 #9 42.68 Setting up libreadline7:amd64 (7.0-3) ...
11:19:44 #9 42.69 Setting up perl-openssl-defaults:amd64 (3build1) ...
11:19:44 #9 42.71 Setting up libpsl5:amd64 (0.19.1-5build1) ...
11:19:44 #9 42.72 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #9 42.73 Setting up groff-base (1.22.3-10) ...
11:19:44 #9 42.75 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:19:44 #9 42.76 No schema files found: doing nothing.
11:19:44 #9 42.76 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:44 #9 42.80 Setting up unzip (6.0-21ubuntu1.2) ...
11:19:44 #9 42.82 Setting up linux-libc-dev:amd64 (4.15.0-206.217) ...
11:19:44 #9 42.83 Setting up libmpfr6:amd64 (4.0.1-1) ...
11:19:44 #9 42.84 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:44 #9 42.86 Setting up dctrl-tools (2.24-2build1) ...
11:19:44 #9 42.87 Setting up distro-info-data (0.37ubuntu0.15) ...
11:19:44 #9 42.88 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:19:44 #9 42.89 Setting up libpipeline1:amd64 (1.5.0-1) ...
11:19:44 #9 42.91 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:44 #9 42.92 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:19:44 #11 39.99 Selecting previously unselected package libmodule-implementation-perl.
11:19:44 #11 40.00 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
11:19:44 #11 40.02 Unpacking libmodule-implementation-perl (0.09-1) ...
11:19:44 #11 40.31 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:44 #10 17.45 Selecting previously unselected package libmd0:armhf.
11:19:44 #10 17.45 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ...
11:19:44 #10 17.45 Unpacking libmd0:armhf (1.0.3-3) ...
11:19:44 #10 17.50 Selecting previously unselected package libbsd0:armhf.
11:19:44 #10 17.50 Preparing to unpack .../013-libbsd0_0.11.3-1_armhf.deb ...
11:19:44 #10 17.51 Unpacking libbsd0:armhf (0.11.3-1) ...
11:19:44 #10 17.57 Selecting previously unselected package libedit2:armhf.
11:19:44 #10 17.58 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ...
11:19:44 #10 17.58 Unpacking libedit2:armhf (3.1-20191231-2+b1) ...
11:19:44 #10 17.63 Selecting previously unselected package libcbor0:armhf.
11:19:44 #11 30.54 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-html-perl all 1.004-3 [15.9 kB]
11:19:44 #11 30.54 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:44 #11 30.55 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-message-perl all 6.37-1 [76.3 kB]
11:19:44 #11 30.56 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:44 #11 30.57 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:44 #10 34.34 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
11:19:44 #10 34.35 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:19:44 #10 34.38 Selecting previously unselected package libmoox-struct-perl.
11:19:44 #10 34.38 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
11:19:44 #10 34.39 Unpacking libmoox-struct-perl (0.020-1) ...
11:19:44 #10 34.42 Selecting previously unselected package libmouse-perl.
11:19:44 #10 34.42 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
11:19:44 #10 34.42 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:19:44 #10 34.47 Selecting previously unselected package libnumber-range-perl.
11:19:44 #10 34.47 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
11:19:44 #10 34.48 Unpacking libnumber-range-perl (0.12-1.1) ...
11:19:44 #10 34.51 Selecting previously unselected package libossp-uuid16:arm64.
11:19:44 #10 34.51 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
11:19:44 #10 34.52 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:19:44 #10 34.55 Selecting previously unselected package libossp-uuid-perl.
11:19:44 #10 34.56 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
11:19:44 #10 34.56 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:19:44 #10 34.59 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:44 #10 34.59 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
11:19:44 #10 34.60 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:19:44 #10 34.63 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:44 #10 34.63 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:19:44 #10 34.63 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:19:44 #10 34.67 Selecting previously unselected package libperlio-gzip-perl.
11:19:44 #10 34.67 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
11:19:44 #10 34.67 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:19:44 #10 34.71 Selecting previously unselected package libpod-parser-perl.
11:19:44 #10 42.34 Selecting previously unselected package libmailutils5:amd64.
11:19:44 #10 42.35 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ...
11:19:44 #10 42.35 Unpacking libmailutils5:amd64 (1:3.5-4) ...
11:19:44 #10 42.43 Selecting previously unselected package libmime-tools-perl.
11:19:44 #10 42.43 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
11:19:44 #10 42.43 Unpacking libmime-tools-perl (5.509-1) ...
11:19:44 #10 42.48 Selecting previously unselected package libnet-dns-sec-perl.
11:19:44 #10 42.48 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
11:19:44 #10 42.48 Unpacking libnet-dns-sec-perl (1.11-1) ...
11:19:44 #10 42.51 Selecting previously unselected package libnet-libidn-perl.
11:19:44 #10 42.51 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
11:19:44 #10 42.52 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
11:19:44 #10 42.55 Selecting previously unselected package libnumber-compare-perl.
11:19:44 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.1s done
11:19:44 #11 33.34 Selecting previously unselected package libpython3.8-stdlib:arm64.
11:19:44 #11 33.34 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:19:44 #11 33.34 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:44 #12 26.84 Transaction test succeeded.
11:19:44 #12 26.84 Running transaction
11:19:44 #10 40.81 Preparing to unpack .../183-libarray-intspan-perl_2.004-2_all.deb ...
11:19:44 #10 40.81 Unpacking libarray-intspan-perl (2.004-2) ...
11:19:44 #10 40.84 Selecting previously unselected package libauthen-sasl-perl.
11:19:44 #10 40.84 Preparing to unpack .../184-libauthen-sasl-perl_2.1600-3_all.deb ...
11:19:44 #10 40.85 Unpacking libauthen-sasl-perl (2.1600-3) ...
11:19:44 #10 40.89 Selecting previously unselected package libdav1d6:amd64.
11:19:44 #10 40.89 Preparing to unpack .../185-libdav1d6_1.0.0-2_amd64.deb ...
11:19:44 #10 40.89 Unpacking libdav1d6:amd64 (1.0.0-2) ...
11:19:44 #10 40.97 Selecting previously unselected package libgav1-1:amd64.
11:19:44 #10 40.97 Preparing to unpack .../186-libgav1-1_0.18.0-1+b1_amd64.deb ...
11:19:44 #10 40.98 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
11:19:44 #10 41.04 Selecting previously unselected package librav1e0:amd64.
11:19:44 #10 41.04 Preparing to unpack .../187-librav1e0_0.5.1-6_amd64.deb ...
11:19:44 #10 41.04 Unpacking librav1e0:amd64 (0.5.1-6) ...
11:19:44 #11 34.26 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:19:44 #11 34.26 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:44 #11 34.27 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:19:44 #11 34.27 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:44 #11 34.28 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
11:19:44 #10 15.95 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:44 #10 15.96 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:19:44 #10 15.97 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:19:44 #10 15.98 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:19:44 #11 38.06 Selecting previously unselected package python3-minimal.
11:19:44 #11 38.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:19:44 #11 38.06 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
11:19:44 #11 38.06 Unpacking python3-minimal (3.10.6-1) ...
11:19:44 #11 38.09 Selecting previously unselected package media-types.
11:19:44 #11 38.09 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:19:44 #11 38.09 Unpacking media-types (8.0.0) ...
11:19:44 #11 38.12 Selecting previously unselected package libmpdec3:amd64.
11:19:44 #11 38.12 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
11:19:44 #11 38.12 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:19:44 #11 38.15 Selecting previously unselected package libkrb5support0:amd64.
11:19:44 #11 38.15 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
11:19:44 #11 38.15 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:19:44 #11 38.18 Selecting previously unselected package libk5crypto3:amd64.
11:19:44 #11 38.18 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
11:19:44 #11 38.19 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:19:44 #11 38.21 Selecting previously unselected package libkeyutils1:amd64.
11:19:44 #11 38.21 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
11:19:44 #11 38.21 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
11:19:44 #11 38.24 Selecting previously unselected package libkrb5-3:amd64.
11:19:44 #11 38.24 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
11:19:44 #11 17.36 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
11:19:44 #11 17.55 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cpp-11 armhf 11.3.0-1ubuntu1~22.04 [7846 kB]
11:19:44 #10 37.17 Selecting previously unselected package cpp.
11:19:44 #10 37.17 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:19:44 #10 37.17 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:19:44 #10 37.21 Selecting previously unselected package libcc1-0:arm64.
11:19:44 #10 37.21 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.21 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.25 Selecting previously unselected package libgomp1:arm64.
11:19:44 #10 37.87 Selecting previously unselected package strace.
11:19:44 #10 37.87 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
11:19:44 #10 37.87 Unpacking strace (4.26-0.2) ...
11:19:44 #10 37.94 Selecting previously unselected package unzip.
11:19:44 #10 37.95 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ...
11:19:44 #10 37.95 Unpacking unzip (6.0-23+deb10u3) ...
11:19:44 #12 26.18   Installing       : perl-Storable-1:3.11-3.el8.aarch64                   30/79 
11:19:44 #12 26.19   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 31/79 
11:19:44 #12 26.21   Installing       : perl-Errno-1.28-422.el8.aarch64                      32/79 
11:19:44 #12 26.22   Installing       : perl-Socket-4:2.027-3.el8.aarch64                    33/79 
11:19:44 #12 26.42   Installing       : perl-Encode-4:2.97-3.el8.aarch64                     34/79 
11:19:44 #10 38.92 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
11:19:44 #10 38.93 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
11:19:44 #10 39.07 Selecting previously unselected package libglib2.0-data.
11:19:44 #10 39.07 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
11:19:44 #10 39.07 Unpacking libglib2.0-data (2.66.8-1) ...
11:19:44 #11 32.89 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:19:44 #11 32.90 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
11:19:44 #11 32.92 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB]
11:19:44 #11 32.93 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB]
11:19:44 #11 32.93 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:44 #11 32.94 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:19:44 #11 32.98 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:44 #10 25.99 Selecting previously unselected package gcc-8.
11:19:44 #10 25.99 Preparing to unpack .../047-gcc-8_8.3.0-6_armhf.deb ...
11:19:44 #10 25.99 Unpacking gcc-8 (8.3.0-6) ...
11:19:44 #10 36.13 Preparing to unpack .../315-libmarkdown2_2.2.7-2_arm64.deb ...
11:19:44 #10 36.13 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
11:19:44 #10 36.17 Selecting previously unselected package libmath-base85-perl.
11:19:44 #10 36.17 Preparing to unpack .../316-libmath-base85-perl_0.5+dfsg-2_all.deb ...
11:19:44 #10 36.17 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
11:19:44 #10 36.21 Selecting previously unselected package libmime-tools-perl.
11:19:44 #10 36.21 Preparing to unpack .../317-libmime-tools-perl_5.510-1_all.deb ...
11:19:44 #10 36.21 Unpacking libmime-tools-perl (5.510-1) ...
11:19:44 #10 36.26 Selecting previously unselected package libmldbm-perl.
11:19:44 #10 36.26 Preparing to unpack .../318-libmldbm-perl_2.05-4_all.deb ...
11:19:44 #10 36.26 Unpacking libmldbm-perl (2.05-4) ...
11:19:44 #10 36.36 Selecting previously unselected package libmoox-aliases-perl.
11:19:44 #10 18.61 Selecting previously unselected package libtirpc-common.
11:19:44 #10 18.61 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:19:44 #10 18.61 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:19:44 #10 18.64 Selecting previously unselected package libtirpc3:armhf.
11:19:44 #10 18.64 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:19:44 #10 18.65 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:19:44 #10 18.69 Selecting previously unselected package libnsl2:armhf.
11:19:44 #10 18.69 Preparing to unpack .../10-libnsl2_1.3.0-2_armhf.deb ...
11:19:44 #10 18.70 Unpacking libnsl2:armhf (1.3.0-2) ...
11:19:44 #10 18.75 Selecting previously unselected package readline-common.
11:19:44 #10 18.75 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:19:44 #10 18.75 Unpacking readline-common (8.2-1.3) ...
11:19:44 #10 18.80 Selecting previously unselected package libreadline8:armhf.
11:19:44 #10 18.80 Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ...
11:19:44 #10 18.80 Unpacking libreadline8:armhf (8.2-1.3) ...
11:19:44 #9 42.93 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:19:44 #9 42.94 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:19:44 #9 42.95 Setting up m4 (1.4.18-1) ...
11:19:44 #9 42.97 Setting up libgdbm5:amd64 (1.14.1-6) ...
11:19:44 #9 42.98 Setting up at (3.1.20-3.1ubuntu2) ...
11:19:44 #11 40.31 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:44 #11 40.34 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:44 #11 40.54 Selecting previously unselected package libvariable-magic-perl.
11:19:44 #11 40.55 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
11:19:44 #11 40.58 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:19:44 #11 40.68 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:44 #10 17.63 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ...
11:19:44 #10 17.63 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
11:19:44 #10 17.68 Selecting previously unselected package libfido2-1:armhf.
11:19:44 #10 17.68 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ...
11:19:44 #10 17.68 Unpacking libfido2-1:armhf (1.6.0-2) ...
11:19:44 #10 17.74 Selecting previously unselected package openssh-client.
11:19:44 #10 17.74 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
11:19:44 #10 17.75 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:19:44 #11 30.97 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 perl-openssl-defaults arm64 7 [7536 B]
11:19:44 #10 34.71 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
11:19:44 #10 34.73 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:19:44 #10 34.74 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:19:44 #10 34.74 Unpacking libpod-parser-perl (1.63-2) ...
11:19:44 #10 34.78 Selecting previously unselected package libpod-constants-perl.
11:19:44 #10 34.78 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
11:19:44 #10 34.79 Unpacking libpod-constants-perl (0.19-2) ...
11:19:44 #10 34.82 Selecting previously unselected package libproc-processtable-perl.
11:19:44 #10 34.83 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
11:19:44 #10 34.83 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:19:44 #10 34.89 Selecting previously unselected package libre2-9:arm64.
11:19:44 #10 34.89 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
11:19:44 #10 34.90 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
11:19:44 #10 34.95 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:19:44 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70
11:19:44 #11 33.51 Selecting previously unselected package python3.8.
11:19:44 #11 33.51 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:19:44 #11 33.51 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:19:44 #11 33.56 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:44 #11 33.56 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
11:19:44 #11 33.56 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
11:19:44 #11 33.60 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:19:44 #10 42.55 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ...
11:19:44 #10 42.55 Unpacking libnumber-compare-perl (0.03-1) ...
11:19:44 #10 42.58 Selecting previously unselected package libnumber-range-perl.
11:19:44 #10 42.58 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ...
11:19:44 #10 42.58 Unpacking libnumber-range-perl (0.12-1) ...
11:19:44 #10 42.61 Selecting previously unselected package libossp-uuid16:amd64.
11:19:44 #10 42.61 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
11:19:44 #10 42.62 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
11:19:44 #10 42.65 Selecting previously unselected package libossp-uuid-perl.
11:19:44 #10 42.65 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
11:19:44 #10 42.65 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
11:19:44 #10 42.68 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:44 #10 42.68 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
11:19:44 #10 42.68 Unpacking libpackage-stash-xs-perl (0.29-1) ...
11:19:44 #10 42.71 Selecting previously unselected package libparse-debianchangelog-perl.
11:19:44 #10 42.71 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
11:19:44 #10 42.71 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
11:19:44 #10 42.74 Selecting previously unselected package libtext-glob-perl.
11:19:44 #10 42.74 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ...
11:19:44 #10 42.75 Unpacking libtext-glob-perl (0.10-1) ...
11:19:44 #10 42.77 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:44 #10 41.14 Selecting previously unselected package libsvtav1enc1:amd64.
11:19:44 #10 41.14 Preparing to unpack .../188-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
11:19:44 #10 41.15 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
11:19:44 #10 41.36 Selecting previously unselected package libjpeg62-turbo:amd64.
11:19:44 #11 34.70 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
11:19:44 #10 16.15 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:19:44 #11 38.25 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:19:44 #11 38.28 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:19:44 #11 38.28 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
11:19:44 #11 38.28 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:19:44 #11 38.31 Selecting previously unselected package libtirpc-common.
11:19:44 #11 38.31 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:19:44 #11 38.32 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:19:44 #11 38.34 Selecting previously unselected package libtirpc3:amd64.
11:19:44 #11 38.34 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:19:44 #11 38.35 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:19:44 #11 38.38 Selecting previously unselected package libnsl2:amd64.
11:19:44 #11 38.38 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
11:19:44 #11 38.38 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
11:19:44 #11 38.41 Selecting previously unselected package readline-common.
11:19:44 #11 38.41 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:19:44 #11 38.41 Unpacking readline-common (8.2-1) ...
11:19:44 #11 38.45 Selecting previously unselected package libreadline8:amd64.
11:19:44 #11 38.45 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
11:19:44 #11 38.45 Unpacking libreadline8:amd64 (8.2-1) ...
11:19:44 #11 38.49 Selecting previously unselected package libsqlite3-0:amd64.
11:19:44 #11 38.49 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
11:19:44 #11 38.49 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
11:19:44 #11 38.53 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:19:44 #11 38.53 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
11:19:44 #11 38.53 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
11:19:44 #10 37.25 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.25 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.32 Selecting previously unselected package libitm1:arm64.
11:19:44 #10 37.32 Preparing to unpack .../070-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.32 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.36 Selecting previously unselected package libatomic1:arm64.
11:19:44 #10 37.36 Preparing to unpack .../071-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.36 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.40 Selecting previously unselected package libasan4:arm64.
11:19:44 #10 37.40 Preparing to unpack .../072-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.41 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:44 #10 37.47 Selecting previously unselected package liblsan0:arm64.
11:19:44 #10 38.02 Selecting previously unselected package xauth.
11:19:44 #10 38.03 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
11:19:44 #10 38.03 Unpacking xauth (1:1.0.10-1) ...
11:19:44 #10 38.07 Selecting previously unselected package xdg-user-dirs.
11:19:44 #10 38.08 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
11:19:44 #10 38.08 Unpacking xdg-user-dirs (0.17-2) ...
11:19:44 #10 38.15 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:44 #10 38.17 Setting up libapt-pkg-perl (0.1.34+b1) ...
11:19:44 #10 38.18 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
11:19:44 #10 38.19 Setting up libpipeline1:arm64 (1.5.1-2) ...
11:19:44 #10 38.20 Setting up wdiff (1.2.2-2+b1) ...
11:19:44 #10 38.21 Setting up lsb-base (10.2019051400) ...
11:19:44 #10 38.23 Setting up mysql-common (5.8+1.0.5) ...
11:19:44 #10 38.26 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:19:44 #10 38.26 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
11:19:44 #10 38.27 Setting up libkeyutils1:arm64 (1.6-6) ...
11:19:44 #10 38.29 Setting up libpsl5:arm64 (0.20.2-2) ...
11:19:44 #10 38.30 Setting up libgpm2:arm64 (1.20.7-5) ...
11:19:44 #10 38.31 Setting up mime-support (3.62) ...
11:19:44 #10 38.34 Setting up xdg-user-dirs (0.17-2) ...
11:19:44 #10 38.37 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:44 #11 DONE 0.7s
11:19:44 #12 26.43   Installing       : perl-Carp-1.42-396.el8.noarch                        35/79 
11:19:44 #12 26.45   Installing       : perl-Exporter-5.72-396.el8.noarch                    36/79 
11:19:44 #12 26.64   Installing       : perl-libs-4:5.26.3-422.el8.aarch64                   37/79 
11:19:44 #12 26.66   Installing       : perl-parent-1:0.237-1.el8.noarch                     38/79 
11:19:44 #12 26.67   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          39/79 
11:19:44 #12 26.68   Installing       : perl-macros-4:5.26.3-422.el8.aarch64                 40/79 
11:19:44 #10 39.23 Selecting previously unselected package libgpm2:amd64.
11:19:44 #10 39.23 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
11:19:44 #10 39.24 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:19:44 #10 39.26 Selecting previously unselected package libhash-fieldhash-perl.
11:19:44 #10 39.26 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
11:19:44 #10 39.27 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:19:44 #10 39.29 Selecting previously unselected package libhtml-form-perl.
11:19:44 #10 39.30 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
11:19:44 #10 39.30 Unpacking libhtml-form-perl (6.07-1) ...
11:19:44 #10 39.32 Selecting previously unselected package libhtml-format-perl.
11:19:44 #10 39.33 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
11:19:44 #10 39.33 Unpacking libhtml-format-perl (2.12-1.1) ...
11:19:44 #10 39.36 Selecting previously unselected package libhtml-html5-entities-perl.
11:19:44 #10 39.36 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:19:44 #10 39.37 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:19:44 #10 39.42 Selecting previously unselected package libhttp-daemon-perl.
11:19:44 #10 39.42 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
11:19:44 #11 32.98 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB]
11:19:44 #11 33.07 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:19:44 #10 14.16 Get:75 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [572 kB]
11:19:44 #10 14.17 Get:76 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
11:19:44 #10 14.17 Get:77 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
11:19:44 #10 14.23 Get:78 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:19:44 #10 14.23 Get:79 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
11:19:44 #10 14.23 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
11:19:44 #10 14.23 Get:81 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
11:19:44 #10 14.24 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:19:44 #10 14.24 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
11:19:44 #10 14.25 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
11:19:44 #10 14.33 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
11:19:44 #10 14.34 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:19:44 #10 18.87 Selecting previously unselected package libsqlite3-0:armhf.
11:19:44 #10 18.87 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_armhf.deb ...
11:19:44 #10 18.87 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
11:19:44 #10 18.99 Selecting previously unselected package libpython3.11-stdlib:armhf.
11:19:44 #10 18.99 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_armhf.deb ...
11:19:44 #10 19.00 Unpacking libpython3.11-stdlib:armhf (3.11.2-4) ...
11:19:44 #10 36.36 Preparing to unpack .../319-libmoox-aliases-perl_0.001006-2_all.deb ...
11:19:44 #10 36.36 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:19:44 #10 36.39 Selecting previously unselected package libmouse-perl.
11:19:44 #10 36.39 Preparing to unpack .../320-libmouse-perl_2.5.10-1+b3_arm64.deb ...
11:19:44 #10 36.40 Unpacking libmouse-perl (2.5.10-1+b3) ...
11:19:44 #10 36.45 Selecting previously unselected package libossp-uuid16:arm64.
11:19:44 #10 36.45 Preparing to unpack .../321-libossp-uuid16_1.6.2-1.5+b11_arm64.deb ...
11:19:44 #10 36.46 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
11:19:44 #10 36.49 Selecting previously unselected package libossp-uuid-perl.
11:19:44 #10 36.49 Preparing to unpack .../322-libossp-uuid-perl_1.6.2-1.5+b11_arm64.deb ...
11:19:44 #10 36.50 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
11:19:44 #10 36.53 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
11:19:44 #10 36.53 Preparing to unpack .../323-libpackage-stash-xs-perl_0.30-1+b1_arm64.deb ...
11:19:44 #10 36.54 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
11:19:44 #10 36.57 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:44 #10 36.57 Preparing to unpack .../324-libpath-iterator-rule-perl_1.015-2_all.deb ...
11:19:44 #10 36.58 Unpacking libpath-iterator-rule-perl (1.015-2) ...
11:19:44 #10 36.61 Selecting previously unselected package libperlio-gzip-perl.
11:19:44 #9 43.12 invoke-rc.d: could not determine current runlevel
11:19:44 #9 43.12 invoke-rc.d: policy-rc.d denied execution of start.
11:19:44 #9 43.13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:19:44 #9 43.14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:19:44 #9 43.15 Setting up ucf (3.0038) ...
11:19:44 #9 43.27 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:19:44 #9 43.28 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:19:44 #9 43.29 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:19:44 #9 43.30 Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:19:44 #9 43.32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #9 43.33 Setting up libcroco3:amd64 (0.6.12-2) ...
11:19:44 #9 43.35 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:44 #9 43.36 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
11:19:44 #9 43.37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #9 43.38 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:19:44 #9 43.40 Setting up patch (2.7.6-2ubuntu1.1) ...
11:19:44 #9 43.41 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:19:44 #9 43.42 Setting up libunwind8:amd64 (1.2.1-8) ...
11:19:44 #9 43.43 Setting up krb5-locales (1.16-2ubuntu0.3) ...
11:19:44 #11 40.68 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:19:44 #11 40.69 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:19:44 #11 40.73 Selecting previously unselected package libcapture-tiny-perl.
11:19:44 #11 40.73 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:44 #11 40.73 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:44 #11 40.78 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:44 #11 40.78 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
11:19:44 #11 40.79 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:19:44 #11 40.83 Selecting previously unselected package libclone-perl.
11:19:44 #11 40.83 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
11:19:44 #11 40.84 Unpacking libclone-perl (0.43-2) ...
11:19:44 #11 40.88 Selecting previously unselected package libcommon-sense-perl.
11:19:44 #11 40.88 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
11:19:44 #11 40.88 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:19:44 #11 40.92 Selecting previously unselected package libparams-util-perl.
11:19:44 #10 17.92 Selecting previously unselected package ucf.
11:19:44 #10 17.92 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:19:44 #10 17.92 Moving old data out of the way
11:19:44 #10 17.92 Unpacking ucf (3.0043) ...
11:19:44 #10 17.98 Selecting previously unselected package xz-utils.
11:19:44 #10 17.98 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
11:19:44 #10 17.99 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:19:44 #10 18.08 Selecting previously unselected package libsigsegv2:armhf.
11:19:44 #10 18.08 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ...
11:19:44 #10 18.09 Unpacking libsigsegv2:armhf (2.13-1) ...
11:19:44 #10 18.13 Selecting previously unselected package m4.
11:19:44 #10 18.13 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ...
11:19:44 #10 18.14 Unpacking m4 (1.4.18-5) ...
11:19:44 #11 31.05 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ssleay-perl arm64 1.92-2 [322 kB]
11:19:44 #10 34.95 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
11:19:44 #10 34.95 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
11:19:44 #10 34.99 Selecting previously unselected package libreadonly-perl.
11:19:44 #10 34.99 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
11:19:44 #10 35.00 Unpacking libreadonly-perl (2.050-3) ...
11:19:44 #10 35.03 Selecting previously unselected package libref-util-perl.
11:19:44 #10 35.03 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
11:19:44 #10 35.04 Unpacking libref-util-perl (0.204-1) ...
11:19:44 #10 35.10 Selecting previously unselected package libref-util-xs-perl.
11:19:44 #10 35.10 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
11:19:44 #10 35.10 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:19:44 #10 35.14 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:44 #10 35.14 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:19:44 #10 35.14 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:19:44 #10 35.18 Selecting previously unselected package libregexp-pattern-perl.
11:19:44 #10 35.18 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:19:44 #10 35.18 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:19:44 #10 35.22 Selecting previously unselected package libsasl2-modules:arm64.
11:19:44 #11 33.81 Selecting previously unselected package python3.
11:19:44 #11 33.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 ... 4862 files and directories currently installed.)
11:19:44 #11 33.81 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ...
11:19:44 #11 33.82 Unpacking python3 (3.8.2-0ubuntu2) ...
11:19:44 #11 33.86 Selecting previously unselected package libbsd0:arm64.
11:19:44 #11 33.86 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ...
11:19:44 #11 33.87 Unpacking libbsd0:arm64 (0.10.0-1) ...
11:19:44 #11 33.91 Selecting previously unselected package bsdmainutils.
11:19:44 #11 33.91 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ...
11:19:44 #11 33.91 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:19:44 #11 33.96 Selecting previously unselected package libuchardet0:arm64.
11:19:44 #10 42.77 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:19:44 #10 42.78 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:19:44 #10 42.83 Selecting previously unselected package libperlio-gzip-perl.
11:19:44 #10 42.83 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
11:19:44 #10 42.83 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
11:19:44 #10 42.86 Selecting previously unselected package libpod-constants-perl.
11:19:44 #10 42.86 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
11:19:44 #10 42.87 Unpacking libpod-constants-perl (0.19-1) ...
11:19:44 #10 42.89 Selecting previously unselected package libreadonly-perl.
11:19:44 #10 42.89 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
11:19:44 #10 42.90 Unpacking libreadonly-perl (2.050-1) ...
11:19:44 #10 42.92 Selecting previously unselected package libref-util-perl.
11:19:44 #10 42.92 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
11:19:44 #10 42.93 Unpacking libref-util-perl (0.204-1) ...
11:19:44 #10 42.95 Selecting previously unselected package libref-util-xs-perl.
11:19:44 #10 42.96 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
11:19:44 #10 42.96 Unpacking libref-util-xs-perl (0.117-1+b1) ...
11:19:44 #10 42.98 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:44 #10 42.99 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
11:19:44 #10 42.99 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
11:19:44 #10 43.02 Selecting previously unselected package libsasl2-modules:amd64.
11:19:44 #10 41.36 Preparing to unpack .../189-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
11:19:44 #10 41.37 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
11:19:44 #10 41.41 Selecting previously unselected package libyuv0:amd64.
11:19:44 #10 41.42 Preparing to unpack .../190-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
11:19:44 #10 41.42 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
11:19:44 #10 41.46 Selecting previously unselected package libavif15:amd64.
11:19:44 #10 41.47 Preparing to unpack .../191-libavif15_0.11.1-1_amd64.deb ...
11:19:44 #10 41.47 Unpacking libavif15:amd64 (0.11.1-1) ...
11:19:44 #10 41.50 Selecting previously unselected package libmodule-implementation-perl.
11:19:44 #10 41.51 Preparing to unpack .../192-libmodule-implementation-perl_0.09-2_all.deb ...
11:19:44 #10 41.51 Unpacking libmodule-implementation-perl (0.09-2) ...
11:19:44 #10 41.54 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:44 #10 41.54 Preparing to unpack .../193-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
11:19:44 #10 41.55 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
11:19:44 #10 41.57 Selecting previously unselected package libvariable-magic-perl.
11:19:44 #10 16.41 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:19:44 #10 16.42 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:19:44 #10 16.58 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:19:44 #10 16.58 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:19:44 #10 16.58 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:19:44 #10 16.58 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:44 #10 16.58 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:44 #10 16.58 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:19:44 #10 16.58 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
11:19:44 #11 34.95 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:19:44 #11 38.62 Selecting previously unselected package python3.10.
11:19:44 #11 38.62 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
11:19:44 #11 38.63 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:19:44 #11 38.65 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:44 #11 38.65 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
11:19:44 #11 38.65 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
11:19:44 #11 38.68 Setting up python3-minimal (3.10.6-1) ...
11:19:44 #11 38.85 Selecting previously unselected package python3.
11:19:44 #12 27.37   Preparing        :                                                        1/1 
11:19:44 #12 27.40   Installing       : python-srpm-macros-3-44.el8.noarch                    1/80 
11:19:44 #12 27.42   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            2/80 
11:19:44 #12 27.44   Installing       : xz-5.2.4-4.el8.x86_64                                 3/80 
11:19:44 #10 37.47 Preparing to unpack .../073-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.47 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.53 Selecting previously unselected package libtsan0:arm64.
11:19:44 #10 37.53 Preparing to unpack .../074-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.53 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:44 #10 37.59 Selecting previously unselected package libubsan0:arm64.
11:19:44 #10 37.59 Preparing to unpack .../075-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.59 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:44 #10 37.64 Selecting previously unselected package libgcc-7-dev:arm64.
11:19:44 #10 37.64 Preparing to unpack .../076-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:44 #10 37.64 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:44 #10 38.38 Setting up psmisc (23.2-1+deb10u1) ...
11:19:44 #10 38.39 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
11:19:44 #10 38.41 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
11:19:44 #10 38.42 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:19:44 #10 38.43 No schema files found: doing nothing.
11:19:44 #10 38.44 Setting up distro-info-data (0.41+deb10u6) ...
11:19:44 #10 38.45 Setting up manpages (4.16-2) ...
11:19:44 #10 38.47 Setting up unzip (6.0-23+deb10u3) ...
11:19:44 #10 38.49 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:19:44 #10 38.50 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:44 #10 38.52 Setting up binutils-common:arm64 (2.31.1-16) ...
11:19:44 #10 38.53 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:19:44 #10 38.55 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
11:19:44 #10 38.57 Setting up less (487-0.1+b1) ...
11:19:44 
11:19:44 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:19:44 #12 DONE 0.1s
11:19:44 
11:19:44 #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
11:19:44 #12 26.70   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         41/79 
11:19:44 #12 26.72   Installing       : perl-Unicode-Normalize-1.25-396.el8.aarch64          42/79 
11:19:44 #12 26.73   Installing       : perl-File-Path-2.15-2.el8.noarch                     43/79 
11:19:44 #12 26.75   Installing       : perl-IO-1.38-422.el8.aarch64                         44/79 
11:19:44 #12 26.77   Installing       : perl-PathTools-3.74-1.el8.aarch64                    45/79 
11:19:44 #12 26.78   Installing       : perl-constant-1.33-396.el8.noarch                    46/79 
11:19:44 #12 26.80   Installing       : perl-threads-1:2.21-2.el8.aarch64                    47/79 
11:19:44 #10 39.43 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
11:19:44 #10 39.48 Selecting previously unselected package libio-sessiondata-perl.
11:19:44 #10 39.48 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:19:44 #10 39.50 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:19:44 #10 39.55 Selecting previously unselected package libipc-run3-perl.
11:19:44 #10 39.56 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
11:19:44 #10 39.57 Unpacking libipc-run3-perl (0.048-2) ...
11:19:44 #10 39.61 Selecting previously unselected package libtypes-serialiser-perl.
11:19:44 #10 39.61 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
11:19:44 #10 39.61 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:19:44 #10 39.64 Selecting previously unselected package libjson-xs-perl.
11:19:44 #10 39.64 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
11:19:44 #10 39.65 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:19:44 #10 39.68 Selecting previously unselected package libjson-maybexs-perl.
11:19:44 #11 33.36 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB]
11:19:44 #11 33.39 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:19:44 #11 33.39 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:19:44 #11 33.41 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:19:44 #11 33.41 Get:289 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:19:44 #11 33.41 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:19:44 #11 33.42 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:19:44 #11 33.42 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:19:44 #11 33.42 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
11:19:44 #11 33.43 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:19:44 #11 33.43 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]
11:19:44 #10 14.34 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:19:44 #10 14.34 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:19:44 #10 14.35 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
11:19:44 #10 14.35 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:19:44 #10 14.43 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
11:19:44 #10 14.44 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
11:19:44 #10 14.44 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:19:44 #10 14.44 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:19:44 #10 14.53 Get:95 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
11:19:44 #10 14.53 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
11:19:44 #10 14.54 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
11:19:44 #10 14.54 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
11:19:44 #10 14.55 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
11:19:44 #10 36.61 Preparing to unpack .../325-libperlio-gzip-perl_0.20-1+b1_arm64.deb ...
11:19:44 #10 36.62 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
11:19:44 #10 36.66 Selecting previously unselected package libperlio-utf8-strict-perl.
11:19:44 #10 36.66 Preparing to unpack .../326-libperlio-utf8-strict-perl_0.010-1_arm64.deb ...
11:19:44 #10 36.66 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
11:19:44 #10 36.70 Selecting previously unselected package libpod-parser-perl.
11:19:44 #10 36.70 Preparing to unpack .../327-libpod-parser-perl_1.65-1_all.deb ...
11:19:44 #10 36.71 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:19:44 #10 36.72 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:19:44 #10 36.73 Unpacking libpod-parser-perl (1.65-1) ...
11:19:44 #10 36.77 Selecting previously unselected package libpod-constants-perl.
11:19:44 #10 36.77 Preparing to unpack .../328-libpod-constants-perl_0.19-2_all.deb ...
11:19:44 #10 36.77 Unpacking libpod-constants-perl (0.19-2) ...
11:19:44 #10 36.80 Selecting previously unselected package libproc-processtable-perl:arm64.
11:19:44 #10 36.80 Preparing to unpack .../329-libproc-processtable-perl_0.634-1+b2_arm64.deb ...
11:19:44 #10 36.81 Unpacking libproc-processtable-perl:arm64 (0.634-1+b2) ...
11:19:44 #10 36.85 Selecting previously unselected package libre2-9:arm64.
11:19:44 #9 43.44 Setting up publicsuffix (20180223.1310-1) ...
11:19:44 #9 43.46 Setting up autotools-dev (20180224.1) ...
11:19:44 #9 43.47 Setting up t1utils (1.41-2) ...
11:19:44 #9 43.48 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:19:44 #9 43.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.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
11:19:44 #9 43.50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:44 #9 43.51 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
11:19:44 #9 43.52 Setting up libltdl7:amd64 (2.4.6-2) ...
11:19:44 #9 43.53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:44 #9 43.55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:19:44 #9 43.56 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:19:44 #9 43.57 Setting up wdiff (1.2.2-2) ...
11:19:44 #9 43.59 Setting up shared-mime-info (1.9-2) ...
11:19:44 #11 40.92 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
11:19:44 #11 40.92 Unpacking libparams-util-perl (1.07-3build5) ...
11:19:44 #11 40.96 Selecting previously unselected package libsub-install-perl.
11:19:44 #11 40.96 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
11:19:44 #11 40.96 Unpacking libsub-install-perl (0.928-1) ...
11:19:44 #11 41.00 Selecting previously unselected package libdata-optlist-perl.
11:19:44 #11 41.00 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
11:19:44 #11 41.01 Unpacking libdata-optlist-perl (0.110-1) ...
11:19:44 #11 41.04 Selecting previously unselected package libsub-exporter-perl.
11:19:44 #11 41.04 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
11:19:44 #11 41.05 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:44 #11 41.08 Selecting previously unselected package libconst-fast-perl.
11:19:44 #11 41.09 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
11:19:44 #11 41.09 Unpacking libconst-fast-perl (0.014-1) ...
11:19:44 #11 41.12 Selecting previously unselected package libwant-perl.
11:19:44 #11 41.12 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
11:19:44 #11 41.13 Unpacking libwant-perl (0.29-1build4) ...
11:19:44 #11 41.16 Selecting previously unselected package libcontextual-return-perl.
11:19:44 #10 18.22 Selecting previously unselected package autoconf.
11:19:44 #10 18.22 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:19:44 #10 18.23 Unpacking autoconf (2.69-14) ...
11:19:44 #10 18.41 Selecting previously unselected package autotools-dev.
11:19:44 #10 18.41 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:19:44 #10 18.43 Unpacking autotools-dev (20180224.1+nmu1) ...
11:19:44 #11 31.37 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:44 #11 31.42 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
11:19:44 #10 35.22 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:19:44 #10 35.23 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:44 #10 35.27 Selecting previously unselected package libsereal-decoder-perl.
11:19:44 #10 35.27 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
11:19:44 #10 35.27 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:19:44 #10 35.31 Selecting previously unselected package libsereal-encoder-perl.
11:19:44 #10 35.31 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
11:19:44 #10 35.32 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:19:44 #10 35.36 Selecting previously unselected package libtask-weaken-perl.
11:19:44 #10 35.36 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
11:19:44 #10 43.02 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:19:44 #10 43.03 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:44 #10 43.06 Selecting previously unselected package libsereal-decoder-perl.
11:19:44 #10 43.06 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
11:19:44 #10 43.07 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
11:19:44 #10 43.10 Selecting previously unselected package libsereal-encoder-perl.
11:19:44 #10 43.10 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
11:19:44 #10 43.11 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
11:19:44 #10 43.14 Selecting previously unselected package libsereal-perl.
11:19:44 #10 43.14 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
11:19:44 #10 43.15 Unpacking libsereal-perl (4.005-1) ...
11:19:44 #10 43.17 Selecting previously unselected package libtask-weaken-perl.
11:19:44 #10 43.18 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
11:19:44 #10 43.18 Unpacking libtask-weaken-perl (1.06-1) ...
11:19:44 #10 43.20 Selecting previously unselected package libxml-parser-perl.
11:19:44 #10 43.21 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ...
11:19:44 #10 43.21 Unpacking libxml-parser-perl (2.44-4) ...
11:19:44 #10 43.26 Selecting previously unselected package libsoap-lite-perl.
11:19:44 #10 43.26 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
11:19:44 #10 43.26 Unpacking libsoap-lite-perl (1.27-1) ...
11:19:44 #10 43.32 Selecting previously unselected package libsort-key-perl.
11:19:44 #10 43.32 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
11:19:44 #10 43.32 Unpacking libsort-key-perl (1.33-2+b1) ...
11:19:44 #10 43.35 Selecting previously unselected package libstring-copyright-perl.
11:19:44 #10 43.36 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
11:19:44 #11 33.97 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ...
11:19:44 #11 33.97 Unpacking libuchardet0:arm64 (0.0.6-3build1) ...
11:19:44 #11 34.01 Selecting previously unselected package groff-base.
11:19:44 #11 34.01 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ...
11:19:44 #11 34.01 Unpacking groff-base (1.22.4-4build1) ...
11:19:44 #11 34.12 Selecting previously unselected package libgdbm6:arm64.
11:19:44 #11 34.12 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ...
11:19:44 #11 34.12 Unpacking libgdbm6:arm64 (1.18.1-5) ...
11:19:44 #11 34.16 Selecting previously unselected package libpipeline1:arm64.
11:19:44 #11 34.16 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ...
11:19:44 #11 34.17 Unpacking libpipeline1:arm64 (1.5.2-2build1) ...
11:19:44 #11 34.22 Selecting previously unselected package man-db.
11:19:44 #10 41.58 Preparing to unpack .../194-libvariable-magic-perl_0.63-1+b1_amd64.deb ...
11:19:44 #10 41.59 Unpacking libvariable-magic-perl (0.63-1+b1) ...
11:19:44 #10 41.62 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:44 #10 41.63 Preparing to unpack .../195-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:19:44 #10 41.64 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:19:44 #10 41.67 Selecting previously unselected package libberkeleydb-perl:amd64.
11:19:44 #10 41.67 Preparing to unpack .../196-libberkeleydb-perl_0.64-2+b1_amd64.deb ...
11:19:44 #10 41.67 Unpacking libberkeleydb-perl:amd64 (0.64-2+b1) ...
11:19:44 #10 41.72 Selecting previously unselected package libpng16-16:amd64.
11:19:44 #10 41.72 Preparing to unpack .../197-libpng16-16_1.6.39-2_amd64.deb ...
11:19:44 #10 41.73 Unpacking libpng16-16:amd64 (1.6.39-2) ...
11:19:44 #10 41.78 Selecting previously unselected package libfreetype6:amd64.
11:19:44 #10 41.78 Preparing to unpack .../198-libfreetype6_2.12.1+dfsg-4_amd64.deb ...
11:19:44 #10 41.78 Unpacking libfreetype6:amd64 (2.12.1+dfsg-4) ...
11:19:44 #10 41.85 Selecting previously unselected package libfontconfig1:amd64.
11:19:44 #10 41.85 Preparing to unpack .../199-libfontconfig1_2.14.1-4_amd64.deb ...
11:19:44 #10 41.85 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
11:19:44 #10 41.90 Selecting previously unselected package libde265-0:amd64.
11:19:44 #10 41.90 Preparing to unpack .../200-libde265-0_1.0.11-1_amd64.deb ...
11:19:45 #10 16.66 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:19:45 #10 16.66 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:19:45 #10 16.66 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:45 #10 16.74 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:45 #10 16.74 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:45 #10 16.76 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:19:45 #10 16.76 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
11:19:45 #10 16.77 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
11:19:45 #10 16.79 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
11:19:45 #10 16.83 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
11:19:45 #10 16.86 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
11:19:45 #10 16.86 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [306 kB]
11:19:45 #10 16.92 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
11:19:45 #11 34.96 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
11:19:45 #11 34.98 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
11:19:45 #11 34.98 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
11:19:45 #11 34.99 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:45 #11 35.00 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:19:45 #11 35.05 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:45 #11 35.06 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
11:19:45 #11 35.18 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:19:45 #11 38.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 ... 5206 files and directories currently installed.)
11:19:45 #11 38.85 Preparing to unpack .../python3_3.10.6-1_amd64.deb ...
11:19:45 #11 38.86 Unpacking python3 (3.10.6-1) ...
11:19:45 #11 38.89 Selecting previously unselected package libargon2-1:amd64.
11:19:45 #11 38.89 Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
11:19:45 #11 38.89 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
11:19:45 #11 38.92 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_amd64.deb ...
11:19:45 #11 38.93 Unpacking libudev1:amd64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:19:45 #11 38.96 Setting up libudev1:amd64 (251.4-1ubuntu7.1) ...
11:19:45 #11 39.00 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:19:45 #11 39.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 ... 5230 files and directories currently installed.)
11:19:45 #11 39.00 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:19:45 #11 39.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:19:45 #11 39.03 Selecting previously unselected package libjson-c5:amd64.
11:19:45 #11 39.03 Preparing to unpack .../1-libjson-c5_0.16-1_amd64.deb ...
11:19:45 #11 39.04 Unpacking libjson-c5:amd64 (0.16-1) ...
11:19:45 #11 39.07 Selecting previously unselected package libcryptsetup12:amd64.
11:19:45 #12 27.47   Installing       : unzip-6.0-46.el8.x86_64                               4/80 
11:19:45 #12 27.61   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/80 
11:19:45 #12 27.63   Installing       : file-5.33-21.el8.x86_64                               6/80 
11:19:45 #12 27.67   Installing       : cpio-2.12-11.el8.x86_64                               7/80 
11:19:45 #10 37.76 Selecting previously unselected package gcc-7.
11:19:45 #10 37.76 Preparing to unpack .../077-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:45 #10 37.76 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:19:45 #10 38.65 Setting up perl-openssl-defaults:arm64 (3) ...
11:19:45 #10 38.67 Setting up linux-libc-dev:arm64 (4.19.269-1) ...
11:19:45 #10 38.69 Setting up gettext-base (0.19.8.1-9) ...
11:19:45 #10 38.70 Setting up liblzo2-2:arm64 (2.10-0.1) ...
11:19:45 #10 38.72 Setting up libnpth0:arm64 (1.6-1) ...
11:19:45 #10 38.73 Setting up krb5-locales (1.17-3+deb10u5) ...
11:19:45 #10 38.74 Setting up file (1:5.35-4+deb10u2) ...
11:19:45 #10 38.76 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
11:19:45 #10 38.77 Setting up libassuan0:arm64 (2.5.2-1) ...
11:19:45 #10 38.78 Setting up libgomp1:arm64 (8.3.0-6) ...
11:19:45 #10 38.80 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
11:19:45 #10 38.81 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
11:19:45 #10 38.82 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:19:45 #10 38.84 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
11:19:45 #10 38.85 Setting up libfakeroot:arm64 (1.23-1) ...
11:19:45 #10 39.68 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
11:19:45 #10 39.68 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:19:45 #10 39.71 Selecting previously unselected package libldap-common.
11:19:45 #10 39.71 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:19:45 #10 39.71 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:19:45 #10 39.75 Selecting previously unselected package liblist-compare-perl.
11:19:45 #10 39.75 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
11:19:45 #10 39.75 Unpacking liblist-compare-perl (0.55-1) ...
11:19:45 #10 39.78 Selecting previously unselected package liblist-someutils-perl.
11:19:45 #10 39.78 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
11:19:45 #10 39.79 Unpacking liblist-someutils-perl (0.58-1) ...
11:19:45 #10 39.81 Selecting previously unselected package liblist-someutils-xs-perl.
11:19:45 #10 39.81 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
11:19:45 #10 39.82 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:19:45 #10 39.84 Selecting previously unselected package liblist-utilsby-perl.
11:19:45 #10 39.85 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
11:19:45 #10 39.85 Unpacking liblist-utilsby-perl (0.11-1) ...
11:19:45 #10 39.88 Selecting previously unselected package libltdl7:amd64.
11:19:45 #10 39.88 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
11:19:45 #10 39.88 Unpacking libltdl7:amd64 (2.4.6-15) ...
11:19:45 #10 39.91 Selecting previously unselected package libltdl-dev:amd64.
11:19:45 #11 33.70 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:19:45 #11 33.74 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:45 #11 33.75 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
11:19:45 #11 33.75 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:19:45 #11 33.75 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
11:19:45 #11 33.76 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB]
11:19:45 #11 33.77 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
11:19:45 #11 33.78 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:19:45 #11 33.78 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:19:45 #11 33.78 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:45 #11 33.78 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:45 #10 14.57 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:19:45 #10 14.60 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
11:19:45 #10 14.61 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
11:19:45 #10 14.61 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:19:45 #10 14.68 Get:104 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
11:19:45 #10 14.69 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
11:19:45 #10 14.69 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:19:45 #10 36.85 Preparing to unpack .../330-libre2-9_20220601+dfsg-1+b1_arm64.deb ...
11:19:45 #10 36.85 Unpacking libre2-9:arm64 (20220601+dfsg-1+b1) ...
11:19:45 #10 36.89 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:19:45 #10 36.89 Preparing to unpack .../331-libre-engine-re2-perl_0.17+ds-1_arm64.deb ...
11:19:45 #10 36.90 Unpacking libre-engine-re2-perl:arm64 (0.17+ds-1) ...
11:19:45 #10 36.93 Selecting previously unselected package libreadonly-perl.
11:19:45 #10 36.93 Preparing to unpack .../332-libreadonly-perl_2.050-3_all.deb ...
11:19:45 #10 36.93 Unpacking libreadonly-perl (2.050-3) ...
11:19:45 #10 36.97 Selecting previously unselected package libref-util-perl.
11:19:45 #10 36.97 Preparing to unpack .../333-libref-util-perl_0.204-2_all.deb ...
11:19:45 #10 36.97 Unpacking libref-util-perl (0.204-2) ...
11:19:45 #10 37.00 Selecting previously unselected package libref-util-xs-perl.
11:19:45 #10 37.00 Preparing to unpack .../334-libref-util-xs-perl_0.117-2+b1_arm64.deb ...
11:19:45 #10 37.01 Unpacking libref-util-xs-perl (0.117-2+b1) ...
11:19:45 #10 37.05 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:45 #10 37.05 Preparing to unpack .../335-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
11:19:45 #10 37.06 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
11:19:45 #10 37.10 Selecting previously unselected package libregexp-pattern-perl.
11:19:45 #11 41.16 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
11:19:45 #11 41.17 Unpacking libcontextual-return-perl (0.004014-2) ...
11:19:45 #11 41.21 Selecting previously unselected package libcpanel-json-xs-perl.
11:19:45 #11 41.21 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
11:19:45 #11 41.22 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:19:45 #11 41.26 Selecting previously unselected package libdata-dump-perl.
11:19:45 #11 41.26 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
11:19:45 #11 41.27 Unpacking libdata-dump-perl (1.23-1) ...
11:19:45 #11 41.30 Selecting previously unselected package libdigest-bubblebabble-perl.
11:19:45 #11 41.31 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:19:45 #11 41.31 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:19:45 #11 41.34 Selecting previously unselected package libdigest-hmac-perl.
11:19:45 #11 41.34 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:19:45 #11 41.35 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:19:45 #11 41.38 Selecting previously unselected package libdistro-info-perl.
11:19:45 #10 18.49 Selecting previously unselected package automake.
11:19:45 #10 18.49 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:19:45 #10 18.50 Unpacking automake (1:1.16.3-2) ...
11:19:45 #10 18.67 Selecting previously unselected package autopoint.
11:19:45 #10 18.67 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:19:45 #10 18.67 Unpacking autopoint (0.21-4) ...
11:19:45 #10 18.74 Selecting previously unselected package binutils-common:armhf.
11:19:45 #11 31.42 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:45 #10 35.37 Unpacking libtask-weaken-perl (1.06-1) ...
11:19:45 #10 35.40 Selecting previously unselected package libxml-parser-perl:arm64.
11:19:45 #11 31.43 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:45 #10 35.40 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
11:19:45 #10 35.40 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
11:19:45 #11 31.43 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:45 #10 35.45 Selecting previously unselected package libsoap-lite-perl.
11:19:45 #10 35.46 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
11:19:45 #11 31.43 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-perl all 6.67-1 [141 kB]
11:19:45 #10 35.46 Unpacking libsoap-lite-perl (1.27-1) ...
11:19:45 #10 35.56 Selecting previously unselected package libsort-key-perl.
11:19:45 #11 31.45 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
11:19:45 #10 35.56 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
11:19:45 #10 35.57 Unpacking libsort-key-perl (1.33-2+b3) ...
11:19:45 #11 31.47 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
11:19:45 #10 35.61 Selecting previously unselected package libstring-copyright-perl.
11:19:45 #10 35.61 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
11:19:45 #11 31.47 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 devscripts arm64 2.22.2ubuntu3 [1060 kB]
11:19:45 #10 35.62 Unpacking libstring-copyright-perl (0.003006-1) ...
11:19:45 #10 35.65 Selecting previously unselected package libstring-escape-perl.
11:19:45 #10 35.65 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
11:19:45 #10 35.66 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:45 #10 35.70 Selecting previously unselected package libstring-shellquote-perl.
11:19:45 #10 35.70 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
11:19:45 #10 35.71 Unpacking libstring-shellquote-perl (1.04-1) ...
11:19:45 #10 35.74 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
11:19:45 #10 19.27 Selecting previously unselected package python3.11.
11:19:45 #10 19.27 Preparing to unpack .../15-python3.11_3.11.2-4_armhf.deb ...
11:19:45 #10 19.28 Unpacking python3.11 (3.11.2-4) ...
11:19:45 #10 19.33 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:45 #10 19.33 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_armhf.deb ...
11:19:45 #10 19.34 Unpacking libpython3-stdlib:armhf (3.11.2-1) ...
11:19:45 #10 19.39 Setting up python3-minimal (3.11.2-1) ...
11:19:45 #11 18.35 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
11:19:45 #11 18.35 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcc1-0 armhf 12.1.0-2ubuntu1~22.04 [39.1 kB]
11:19:45 #11 18.35 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgomp1 armhf 12.1.0-2ubuntu1~22.04 [110 kB]
11:19:45 #11 18.35 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libatomic1 armhf 12.1.0-2ubuntu1~22.04 [7658 B]
11:19:45 #11 18.35 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libasan6 armhf 11.3.0-1ubuntu1~22.04 [2242 kB]
11:19:45 #11 18.39 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libubsan1 armhf 12.1.0-2ubuntu1~22.04 [959 kB]
11:19:45 #11 18.45 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgcc-11-dev armhf 11.3.0-1ubuntu1~22.04 [835 kB]
11:19:45 #11 18.51 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gcc-11 armhf 11.3.0-1ubuntu1~22.04 [15.8 MB]
11:19:45 #11 34.22 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ...
11:19:45 #11 34.23 Unpacking man-db (2.9.1-1) ...
11:19:45 #11 34.34 Selecting previously unselected package perl-modules-5.30.
11:19:45 #11 34.34 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:19:45 #11 34.34 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:19:45 #10 43.36 Unpacking libstring-copyright-perl (0.003006-1) ...
11:19:45 #10 43.39 Selecting previously unselected package libstring-escape-perl.
11:19:45 #10 43.39 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
11:19:45 #10 43.40 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:45 #10 43.42 Selecting previously unselected package libstring-shellquote-perl.
11:19:45 #10 43.42 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
11:19:45 #10 43.43 Unpacking libstring-shellquote-perl (1.04-1) ...
11:19:45 #10 43.47 Selecting previously unselected package libterm-readkey-perl.
11:19:45 #10 43.48 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
11:19:45 #10 43.48 Unpacking libterm-readkey-perl (2.38-1) ...
11:19:45 #10 43.51 Selecting previously unselected package libtest-fatal-perl.
11:19:45 #10 43.51 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
11:19:45 #10 43.51 Unpacking libtest-fatal-perl (0.014-1) ...
11:19:45 #10 43.54 Selecting previously unselected package libtest-refcount-perl.
11:19:45 #10 43.54 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
11:19:45 #10 43.55 Unpacking libtest-refcount-perl (0.08-3) ...
11:19:45 #10 43.57 Selecting previously unselected package libtext-levenshtein-perl.
11:19:45 #10 43.57 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
11:19:45 #10 43.58 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:19:45 #10 41.90 Unpacking libde265-0:amd64 (1.0.11-1) ...
11:19:45 #10 41.95 Selecting previously unselected package libnuma1:amd64.
11:19:45 #10 41.96 Preparing to unpack .../201-libnuma1_2.0.16-1_amd64.deb ...
11:19:45 #10 41.96 Unpacking libnuma1:amd64 (2.0.16-1) ...
11:19:45 #10 41.99 Selecting previously unselected package libx265-199:amd64.
11:19:45 #10 42.00 Preparing to unpack .../202-libx265-199_3.5-2+b1_amd64.deb ...
11:19:45 #10 42.00 Unpacking libx265-199:amd64 (3.5-2+b1) ...
11:19:45 #10 42.16 Selecting previously unselected package libheif1:amd64.
11:19:45 #10 16.94 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1+deb11u2 [1828 kB]
11:19:45 #10 17.03 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1+deb11u2 [4704 kB]
11:19:45 #10 ...
11:19:45 
11:19:45 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:45 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 6.6s done
11:19:45 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.0s
11:19:45 #11 35.20 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
11:19:45 #11 39.07 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
11:19:45 #11 39.07 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:19:45 #11 39.10 Selecting previously unselected package libfdisk1:amd64.
11:19:45 #11 39.10 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_amd64.deb ...
11:19:45 #11 39.10 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
11:19:45 #11 39.14 Selecting previously unselected package libkmod2:amd64.
11:19:45 #11 39.14 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
11:19:45 #11 39.14 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:19:45 #11 39.17 Selecting previously unselected package libapparmor1:amd64.
11:19:45 #11 39.17 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
11:19:45 #11 39.17 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:19:45 #11 39.21 Selecting previously unselected package libip4tc2:amd64.
11:19:45 #11 39.21 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
11:19:45 #11 39.21 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:19:45 #11 39.23 Selecting previously unselected package libsystemd-shared:amd64.
11:19:45 #11 39.23 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_amd64.deb ...
11:19:45 #11 39.23 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7.1) ...
11:19:45 #11 39.28 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_amd64.deb ...
11:19:45 #10 38.86 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:19:45 #10 38.88 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:45 #10 38.89 Setting up fakeroot (1.23-1) ...
11:19:45 #10 38.90 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:45 #10 38.91 Setting up mariadb-common (1:10.3.38-0+deb10u1) ...
11:19:45 #10 38.92 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:19:45 #10 38.93 Setting up libasan5:arm64 (8.3.0-6) ...
11:19:45 #10 38.94 Setting up autotools-dev (20180224.1) ...
11:19:45 #10 38.96 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
11:19:45 #10 38.97 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
11:19:45 #10 38.99 Setting up libwrap0:arm64 (7.6.q-28) ...
11:19:45 #10 39.00 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
11:19:45 #10 39.01 Setting up make (4.2.1-1.2) ...
11:19:45 #10 39.02 Setting up libmpfr6:arm64 (4.0.2-1) ...
11:19:45 #10 39.03 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:19:45 #10 39.05 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
11:19:45 #10 39.06 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:19:45 #10 39.08 Setting up libidn11:arm64 (1.33-2.2) ...
11:19:45 #10 39.09 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
11:19:45 #10 39.10 Setting up strace (4.26-0.2) ...
11:19:45 #10 39.12 Setting up libsigsegv2:arm64 (2.12-2) ...
11:19:45 #10 39.14 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:19:45 #10 39.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:45 #10 39.16 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
11:19:45 #10 39.18 Setting up t1utils (1.41-3) ...
11:19:45 #10 39.91 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
11:19:45 #10 39.92 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
11:19:45 #10 39.96 Selecting previously unselected package liblzo2-2:amd64.
11:19:45 #10 39.96 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
11:19:45 #10 39.97 Unpacking liblzo2-2:amd64 (2.10-2) ...
11:19:45 #10 40.00 Selecting previously unselected package libsys-hostname-long-perl.
11:19:45 #10 40.00 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
11:19:45 #10 40.00 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:19:45 #10 40.03 Selecting previously unselected package libmail-sendmail-perl.
11:19:45 #10 40.03 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:19:45 #10 40.03 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:19:45 #10 40.06 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:45 #10 40.06 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:45 #10 40.06 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:45 #10 40.09 Selecting previously unselected package libmailtools-perl.
11:19:45 #10 40.09 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
11:19:45 #10 40.09 Unpacking libmailtools-perl (2.21-1) ...
11:19:45 #10 40.13 Selecting previously unselected package libmarkdown2:amd64.
11:19:45 #10 40.13 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
11:19:45 #10 40.14 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
11:19:45 #10 40.16 Selecting previously unselected package libmime-tools-perl.
11:19:45 #10 40.16 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
11:19:45 #10 40.17 Unpacking libmime-tools-perl (5.509-1) ...
11:19:45 #10 40.21 Selecting previously unselected package libmoox-aliases-perl.
11:19:45 #10 40.21 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:19:45 #10 40.21 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:19:45 #10 40.24 Selecting previously unselected package libnamespace-autoclean-perl.
11:19:45 #10 14.87 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
11:19:45 #10 15.04 Get:108 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:19:45 #10 15.05 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
11:19:45 #12 26.82   Installing       : perl-threads-shared-1.58-2.el8.aarch64               48/79 
11:19:45 #12 27.33   Installing       : perl-interpreter-4:5.26.3-422.el8.aarch64            49/79 
11:19:45 #12 27.36   Installing       : libtool-ltdl-2.4.6-25.el8.aarch64                    50/79 
11:19:45 #12 27.37   Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64                    50/79 
11:19:45 #12 27.39   Installing       : libpkgconf-1.4.2-1.el8.aarch64                       51/79 
11:19:45 #12 27.40   Installing       : pkgconf-1.4.2-1.el8.aarch64                          52/79 
11:19:45 #12 27.41   Installing       : pkgconf-pkg-config-1.4.2-1.el8.aarch64               53/79 
11:19:45 #12 27.44   Installing       : libbabeltrace-1.5.4-4.el8.aarch64                    54/79 
11:19:45 #10 37.10 Preparing to unpack .../336-libregexp-pattern-perl_0.2.14-2_all.deb ...
11:19:45 #10 37.10 Unpacking libregexp-pattern-perl (0.2.14-2) ...
11:19:45 #10 37.13 Selecting previously unselected package libregexp-wildcards-perl.
11:19:45 #10 37.13 Preparing to unpack .../337-libregexp-wildcards-perl_1.05-3_all.deb ...
11:19:45 #10 37.14 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:19:45 #10 37.18 Selecting previously unselected package libsasl2-modules:arm64.
11:19:45 #10 37.18 Preparing to unpack .../338-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ...
11:19:45 #10 37.19 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
11:19:45 #10 37.23 Selecting previously unselected package libsereal-decoder-perl.
11:19:45 #10 37.23 Preparing to unpack .../339-libsereal-decoder-perl_5.003+ds-1_arm64.deb ...
11:19:45 #10 37.23 Unpacking libsereal-decoder-perl (5.003+ds-1) ...
11:19:45 #10 37.28 Selecting previously unselected package libsereal-encoder-perl.
11:19:45 #10 37.28 Preparing to unpack .../340-libsereal-encoder-perl_5.003+ds-1_arm64.deb ...
11:19:45 #10 37.29 Unpacking libsereal-encoder-perl (5.003+ds-1) ...
11:19:45 #10 37.32 Selecting previously unselected package libset-intspan-perl.
11:19:45 #10 37.33 Preparing to unpack .../341-libset-intspan-perl_1.19-3_all.deb ...
11:19:45 #10 37.33 Unpacking libset-intspan-perl (1.19-3) ...
11:19:45 #10 37.36 Selecting previously unselected package libtask-weaken-perl.
11:19:45 #11 41.38 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:19:45 #11 41.39 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:19:45 #11 41.42 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:45 #11 41.42 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:45 #11 41.43 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:45 #11 41.45 Selecting previously unselected package libmailtools-perl.
11:19:45 #11 41.46 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
11:19:45 #11 41.46 Unpacking libmailtools-perl (2.21-1) ...
11:19:45 #11 41.50 Selecting previously unselected package libnet-ip-perl.
11:19:45 #11 41.51 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
11:19:45 #11 41.51 Unpacking libnet-ip-perl (1.26-2) ...
11:19:45 #11 41.54 Selecting previously unselected package libnet-dns-perl.
11:19:45 #11 41.55 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
11:19:45 #11 41.55 Unpacking libnet-dns-perl (1.22-1) ...
11:19:45 #11 41.61 Selecting previously unselected package libnet-domain-tld-perl.
11:19:45 #11 41.62 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
11:19:45 #11 41.62 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:19:45 #11 41.73 Selecting previously unselected package libemail-valid-perl.
11:19:45 #10 35.75 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
11:19:45 #10 35.75 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
11:19:45 #10 35.80 Selecting previously unselected package libterm-readkey-perl.
11:19:45 #10 35.80 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
11:19:45 #10 35.81 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:19:45 #10 35.84 Selecting previously unselected package libtext-levenshteinxs-perl.
11:19:45 #10 35.85 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
11:19:45 #10 35.85 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:19:45 #10 35.88 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:19:45 #10 35.89 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
11:19:45 #10 35.89 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
11:19:45 #10 35.93 Selecting previously unselected package libtext-xslate-perl.
11:19:45 #10 35.93 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
11:19:45 #10 35.94 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:19:45 #10 35.98 Selecting previously unselected package libtime-duration-perl.
11:19:45 #11 31.96 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
11:19:45 #10 19.73 Selecting previously unselected package python3.
11:19:45 #10 19.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 ... 8852 files and directories currently installed.)
11:19:45 #10 19.73 Preparing to unpack .../python3_3.11.2-1_armhf.deb ...
11:19:45 #10 19.73 Unpacking python3 (3.11.2-1) ...
11:19:45 #10 19.79 Selecting previously unselected package adduser.
11:19:45 #10 19.79 Preparing to unpack .../archives/adduser_3.131_all.deb ...
11:19:45 #10 43.60 Selecting previously unselected package libtype-tiny-xs-perl.
11:19:45 #10 43.60 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
11:19:45 #10 43.61 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
11:19:45 #10 43.64 Selecting previously unselected package libunicode-utf8-perl.
11:19:45 #10 43.64 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ...
11:19:45 #10 43.64 Unpacking libunicode-utf8-perl (0.62-1) ...
11:19:45 #10 43.67 Selecting previously unselected package libunwind8:amd64.
11:19:45 #10 43.67 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ...
11:19:45 #10 43.68 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ...
11:19:45 #10 43.71 Selecting previously unselected package libwrap0:amd64.
11:19:45 #10 43.72 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ...
11:19:45 #10 43.72 Unpacking libwrap0:amd64 (7.6.q-28) ...
11:19:45 #10 43.75 Selecting previously unselected package libxau6:amd64.
11:19:45 #10 43.76 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
11:19:45 #10 43.76 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
11:19:45 #10 43.79 Selecting previously unselected package libxdmcp6:amd64.
11:19:45 #10 43.79 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:19:45 #10 43.80 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:45 #10 43.83 Selecting previously unselected package libxcb1:amd64.
11:19:45 #10 43.83 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
11:19:45 #11 34.67 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:45 #11 34.67 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ...
11:19:45 #11 34.67 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ...
11:19:45 #11 34.71 Selecting previously unselected package libperl5.30:arm64.
11:19:45 #11 34.71 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_arm64.deb ...
11:19:45 #11 34.72 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
11:19:45 #10 18.74 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ...
11:19:45 #10 18.74 Unpacking binutils-common:armhf (2.35.2-2) ...
11:19:45 #10 42.16 Preparing to unpack .../203-libheif1_1.14.2-1_amd64.deb ...
11:19:45 #10 42.16 Unpacking libheif1:amd64 (1.14.2-1) ...
11:19:45 #10 42.23 Selecting previously unselected package libdeflate0:amd64.
11:19:45 #10 42.23 Preparing to unpack .../204-libdeflate0_1.14-1_amd64.deb ...
11:19:45 #10 42.24 Unpacking libdeflate0:amd64 (1.14-1) ...
11:19:45 #10 42.27 Selecting previously unselected package libjbig0:amd64.
11:19:45 #10 42.28 Preparing to unpack .../205-libjbig0_2.1-6.1_amd64.deb ...
11:19:45 #10 42.28 Unpacking libjbig0:amd64 (2.1-6.1) ...
11:19:45 #10 42.33 Selecting previously unselected package liblerc4:amd64.
11:19:45 #10 42.33 Preparing to unpack .../206-liblerc4_4.0.0+ds-2_amd64.deb ...
11:19:45 #10 42.33 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
11:19:45 #10 42.38 Selecting previously unselected package libwebp7:amd64.
11:19:45 #11 35.60 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:19:45 #11 39.29 Unpacking libsystemd0:amd64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:19:45 #11 39.33 Setting up libsystemd0:amd64 (251.4-1ubuntu7.1) ...
11:19:45 #11 39.40 Selecting previously unselected package systemd.
11:19:45 #11 39.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 ... 5277 files and directories currently installed.)
11:19:45 #11 39.40 Preparing to unpack .../000-systemd_251.4-1ubuntu7.1_amd64.deb ...
11:19:45 #11 39.44 Unpacking systemd (251.4-1ubuntu7.1) ...
11:19:45 #10 39.19 Setting up diffstat (1.62-1) ...
11:19:45 #10 39.21 Setting up libmpc3:arm64 (1.1.0-1) ...
11:19:45 #10 39.24 Setting up libatomic1:arm64 (8.3.0-6) ...
11:19:45 #10 39.26 Setting up patch (2.7.6-3+deb10u1) ...
11:19:45 #10 39.28 Setting up mailutils-common (1:3.5-4) ...
11:19:45 #10 39.30 Setting up autopoint (0.19.8.1-9) ...
11:19:45 #10 39.33 Setting up libmariadb3:arm64 (1:10.3.38-0+deb10u1) ...
11:19:45 #10 39.36 Setting up libfl2:arm64 (2.6.4-6.2) ...
11:19:45 #10 39.37 Setting up libpcre2-8-0:arm64 (10.32-5) ...
11:19:45 #10 39.39 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:19:45 #12 27.69   Installing       : bzip2-1.0.6-26.el8.x86_64                             8/80 
11:19:45 #12 28.26   Installing       : binutils-2.30-119.el8.x86_64                          9/80 
11:19:45 #12 28.27   Running scriptlet: binutils-2.30-119.el8.x86_64                          9/80 
11:19:45 #10 38.33 Selecting previously unselected package gcc.
11:19:45 #10 38.33 Preparing to unpack .../078-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:19:45 #10 38.33 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:19:45 #10 38.37 Selecting previously unselected package libstdc++-7-dev:arm64.
11:19:45 #10 38.37 Preparing to unpack .../079-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:45 #10 38.37 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:45 #10 40.24 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:19:45 #10 40.25 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:19:45 #10 40.28 Selecting previously unselected package libobject-id-perl.
11:19:45 #10 40.28 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
11:19:45 #10 40.28 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:19:45 #10 40.31 Selecting previously unselected package libmoox-struct-perl.
11:19:45 #10 40.31 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
11:19:45 #10 40.32 Unpacking libmoox-struct-perl (0.020-1) ...
11:19:45 #10 40.34 Selecting previously unselected package libmouse-perl.
11:19:45 #10 40.34 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
11:19:45 #10 40.35 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:19:45 #10 40.39 Selecting previously unselected package libnumber-range-perl.
11:19:45 #10 40.39 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
11:19:45 #10 40.40 Unpacking libnumber-range-perl (0.12-1.1) ...
11:19:45 #10 40.43 Selecting previously unselected package libossp-uuid16:amd64.
11:19:45 #10 40.43 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
11:19:45 #10 40.43 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
11:19:45 #10 40.46 Selecting previously unselected package libossp-uuid-perl.
11:19:45 #10 15.21 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:19:45 #10 15.21 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:19:45 #10 15.21 Get:112 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
11:19:45 #10 15.21 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [286 kB]
11:19:45 #10 15.29 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
11:19:45 #10 15.37 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
11:19:45 #10 15.37 Get:116 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:19:45 #10 15.37 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:19:45 #10 15.37 Get:118 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:45 #10 15.37 Get:119 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
11:19:45 #12 27.45   Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64                    54/79 
11:19:45 #21 15.00 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:19:45 #21 15.01 Preparing to unpack .../6-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:19:45 #21 15.01 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:19:45 #11 34.18 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
11:19:45 #11 34.37 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:19:45 #11 34.38 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:19:45 #11 34.39 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:19:45 #11 34.41 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:19:45 #10 27.22   Running scriptlet: glibc-gconv-extra-2.34-60.el9.aarch64              166/166 
11:19:45 #10 31.00   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/166 
11:19:45 #10 31.00   Verifying        : binutils-2.35.2-37.el9.aarch64                       2/166 
11:19:45 #10 31.00   Verifying        : bzip2-1.0.8-8.el9.aarch64                            3/166 
11:19:45 #10 31.00   Verifying        : cpio-2.13-16.el9.aarch64                             4/166 
11:19:45 #10 31.00   Verifying        : cracklib-2.9.6-27.el9.aarch64                        5/166 
11:19:45 #10 31.00   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                  6/166 
11:19:45 #10 31.00   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                    7/166 
11:19:45 #10 31.00   Verifying        : diffutils-3.7-12.el9.aarch64                         8/166 
11:19:45 #10 31.00   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/166 
11:19:45 #10 31.01   Verifying        : ed-1.14.2-12.el9.aarch64                            10/166 
11:19:45 #10 31.01   Verifying        : elfutils-0.188-3.el9.aarch64                        11/166 
11:19:45 #10 31.01   Verifying        : elfutils-debuginfod-client-0.188-3.el9.aarch64      12/166 
11:19:45 #10 31.01   Verifying        : environment-modules-5.0.1-2.el9.aarch64             13/166 
11:19:45 #10 31.01   Verifying        : file-5.39-12.el9.aarch64                            14/166 
11:19:45 #10 31.01   Verifying        : glib-networking-2.68.3-3.el9.aarch64                15/166 
11:19:45 #10 31.01   Verifying        : glibc-gconv-extra-2.34-60.el9.aarch64               16/166 
11:19:45 #10 31.01   Verifying        : groff-base-1.22.4-10.el9.aarch64                    17/166 
11:19:45 #10 31.01   Verifying        : gsettings-desktop-schemas-40.0-6.el9.aarch64        18/166 
11:19:45 #10 31.01   Verifying        : info-6.7-15.el9.aarch64                             19/166 
11:19:45 #10 31.01   Verifying        : json-glib-1.6.6-1.el9.aarch64                       20/166 
11:19:45 #10 31.01   Verifying        : less-590-1.el9.aarch64                              21/166 
11:19:45 #10 31.01   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       22/166 
11:19:45 #10 31.01   Verifying        : libdb-5.3.28-53.el9.aarch64                         23/166 
11:19:45 #10 31.01   Verifying        : libeconf-0.4.1-2.el9.aarch64                        24/166 
11:19:45 #10 31.01   Verifying        : libfdisk-2.37.4-10.el9.aarch64                      25/166 
11:19:45 #10 31.01   Verifying        : libicu-67.1-9.el9.aarch64                           26/166 
11:19:45 #10 31.01   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     27/166 
11:19:45 #10 31.01   Verifying        : libpkgconf-1.7.3-10.el9.aarch64                     28/166 
11:19:45 #10 31.01   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      29/166 
11:19:45 #10 31.01   Verifying        : libproxy-0.4.15-35.el9.aarch64                      30/166 
11:19:45 #10 31.01   Verifying        : libpsl-0.21.1-5.el9.aarch64                         31/166 
11:19:45 #10 31.01   Verifying        : libpwquality-1.4.4-8.el9.aarch64                    32/166 
11:19:45 #10 31.01   Verifying        : libselinux-utils-3.5-1.el9.aarch64                  33/166 
11:19:45 #10 31.01   Verifying        : libutempter-1.2.1-6.el9.aarch64                     34/166 
11:19:45 #10 31.01   Verifying        : man-db-2.9.3-7.el9.aarch64                          35/166 
11:19:45 #10 31.01   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  36/166 
11:19:45 #10 31.01   Verifying        : openssl-1:3.0.7-5.el9.aarch64                       37/166 
11:19:45 #10 31.01   Verifying        : pam-1.5.1-14.el9.aarch64                            38/166 
11:19:45 #10 31.01   Verifying        : pkgconf-1.7.3-10.el9.aarch64                        39/166 
11:19:45 #10 31.01   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      40/166 
11:19:45 #10 31.01   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.aarch64             41/166 
11:19:45 #10 31.01   Verifying        : policycoreutils-3.5-1.el9.aarch64                   42/166 
11:19:45 #10 31.01   Verifying        : procps-ng-3.3.17-11.el9.aarch64                     43/166 
11:19:45 #10 31.01   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       44/166 
11:19:45 #10 31.01   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               45/166 
11:19:45 #10 31.01   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   46/166 
11:19:45 #10 31.01   Verifying        : python3-distro-1.5.0-7.el9.noarch                   47/166 
11:19:45 #10 31.01   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         48/166 
11:19:45 #10 31.01   Verifying        : python3-setools-4.4.1-1.el9.aarch64                 49/166 
11:19:45 #10 31.01   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             50/166 
11:19:45 #10 31.01   Verifying        : python3-six-1.15.0-9.el9.noarch                     51/166 
11:19:45 #10 31.01   Verifying        : python3-systemd-234-18.el9.aarch64                  52/166 
11:19:45 #10 31.01   Verifying        : shared-mime-info-2.1-5.el9.aarch64                  53/166 
11:19:45 #10 31.01   Verifying        : systemd-libs-252-8.el9.aarch64                      54/166 
11:19:45 #10 31.01   Verifying        : tcl-1:8.6.10-7.el9.aarch64                          55/166 
11:19:45 #10 31.01   Verifying        : unzip-6.0-56.el9.aarch64                            56/166 
11:19:45 #10 31.01   Verifying        : util-linux-2.37.4-10.el9.aarch64                    57/166 
11:19:45 #10 31.01   Verifying        : util-linux-core-2.37.4-10.el9.aarch64               58/166 
11:19:45 #10 31.01   Verifying        : vim-filesystem-2:8.2.2637-20.el9.noarch             59/166 
11:19:45 #10 31.01   Verifying        : xz-5.2.5-8.el9.aarch64                              60/166 
11:19:45 #10 31.01   Verifying        : zip-3.0-35.el9.aarch64                              61/166 
11:19:45 #10 31.01   Verifying        : zstd-1.5.1-2.el9.aarch64                            62/166 
11:19:45 #10 31.01   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          63/166 
11:19:45 #10 31.01   Verifying        : checkpolicy-3.5-1.el9.aarch64                       64/166 
11:19:45 #10 31.01   Verifying        : desktop-file-utils-0.26-6.el9.aarch64               65/166 
11:19:45 #10 31.01   Verifying        : dwz-0.14-3.el9.aarch64                              66/166 
11:19:45 #10 31.01   Verifying        : efi-srpm-macros-4-9.el9.noarch                      67/166 
11:19:45 #10 31.01   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                68/166 
11:19:45 #10 31.01   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      69/166 
11:19:45 #10 31.01   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            70/166 
11:19:45 #10 31.01   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.aarch64         71/166 
11:19:45 #10 31.01   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64    72/166 
11:19:45 #10 31.01   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.aarch64           73/166 
11:19:45 #10 31.01   Verifying        : gdb-minimal-10.2-10.el9.aarch64                     74/166 
11:19:45 #10 31.01   Verifying        : gdk-pixbuf2-2.42.6-3.el9.aarch64                    75/166 
11:19:45 #10 31.01   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  76/166 
11:19:45 #10 31.01   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   77/166 
11:19:45 #10 31.01   Verifying        : hunspell-1.7.0-11.el9.aarch64                       78/166 
11:19:45 #10 31.01   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              79/166 
11:19:45 #10 31.01   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           80/166 
11:19:45 #10 31.01   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           81/166 
11:19:45 #10 31.01   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            82/166 
11:19:45 #10 31.01   Verifying        : kernel-srpm-macros-1.0-12.el9.noarch                83/166 
11:19:45 #10 31.01   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              84/166 
11:19:45 #10 31.01   Verifying        : libjpeg-turbo-2.0.90-6.el9.aarch64                  85/166 
11:19:45 #10 31.01   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           86/166 
11:19:45 #10 31.01   Verifying        : libsoup-2.72.0-8.el9.aarch64                        87/166 
11:19:45 #10 31.01   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  88/166 
11:19:45 #10 31.01   Verifying        : lua-srpm-macros-1-6.el9.noarch                      89/166 
11:19:45 #10 31.01   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    90/166 
11:19:45 #10 31.01   Verifying        : openblas-srpm-macros-2-11.el9.noarch                91/166 
11:19:45 #10 31.01   Verifying        : patch-2.7.6-16.el9.aarch64                          92/166 
11:19:45 #10 31.01   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 93/166 
11:19:45 #10 31.01   Verifying        : perl-B-1.80-480.el9.aarch64                         94/166 
11:19:45 #10 31.01   Verifying        : perl-Carp-1.50-460.el9.noarch                       95/166 
11:19:45 #10 31.01   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               96/166 
11:19:45 #10 31.01   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              97/166 
11:19:45 #10 31.01   Verifying        : perl-Digest-1.19-4.el9.noarch                       98/166 
11:19:45 #10 31.01   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  99/166 
11:19:45 #10 31.01   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                 100/166 
11:19:45 #10 31.01   Verifying        : perl-Errno-1.30-480.el9.aarch64                    101/166 
11:19:45 #10 31.01   Verifying        : perl-Exporter-5.74-461.el9.noarch                  102/166 
11:19:45 #10 31.01   Verifying        : perl-Fcntl-1.13-480.el9.aarch64                    103/166 
11:19:45 #10 31.01   Verifying        : perl-File-Basename-2.85-480.el9.noarch             104/166 
11:19:45 #10 31.01   Verifying        : perl-File-Path-2.18-4.el9.noarch                   105/166 
11:19:45 #10 31.01   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            106/166 
11:19:45 #10 31.01   Verifying        : perl-File-stat-1.09-480.el9.noarch                 107/166 
11:19:45 #10 31.01   Verifying        : perl-FileHandle-2.03-480.el9.noarch                108/166 
11:19:45 #10 31.01   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               109/166 
11:19:45 #10 31.01   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                110/166 
11:19:45 #10 31.01   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                111/166 
11:19:45 #10 31.01   Verifying        : perl-IO-1.43-480.el9.aarch64                       112/166 
11:19:45 #10 31.01   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                113/166 
11:19:45 #10 31.01   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              114/166 
11:19:45 #10 31.01   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 115/166 
11:19:45 #10 31.01   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                116/166 
11:19:45 #10 31.01   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              117/166 
11:19:45 #10 31.01   Verifying        : perl-NDBM_File-1.15-480.el9.aarch64                118/166 
11:19:45 #10 31.01   Verifying        : perl-Net-SSLeay-1.92-2.el9.aarch64                 119/166 
11:19:45 #10 31.01   Verifying        : perl-POSIX-1.94-480.el9.aarch64                    120/166 
11:19:45 #10 31.01   Verifying        : perl-PathTools-3.78-461.el9.aarch64                121/166 
11:19:45 #10 31.01   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             122/166 
11:19:45 #10 31.01   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            123/166 
11:19:45 #10 31.01   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                124/166 
11:19:45 #10 31.01   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 125/166 
11:19:45 #10 31.01   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      126/166 
11:19:45 #10 31.01   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               127/166 
11:19:45 #10 31.01   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  128/166 
11:19:45 #10 31.01   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               129/166 
11:19:45 #10 31.01   Verifying        : perl-Symbol-1.08-480.el9.noarch                    130/166 
11:19:45 #10 31.01   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            131/166 
11:19:45 #10 31.01   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  132/166 
11:19:45 #10 31.01   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           133/166 
11:19:45 #10 31.01   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       134/166 
11:19:45 #10 31.01   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               135/166 
11:19:45 #10 31.02   Verifying        : perl-URI-5.09-3.el9.noarch                         136/166 
11:19:45 #10 31.02   Verifying        : perl-base-2.27-480.el9.noarch                      137/166 
11:19:45 #10 31.02   Verifying        : perl-constant-1.33-461.el9.noarch                  138/166 
11:19:45 #10 31.02   Verifying        : perl-if-0.60.800-480.el9.noarch                    139/166 
11:19:45 #10 31.02   Verifying        : perl-interpreter-4:5.32.1-480.el9.aarch64          140/166 
11:19:45 #10 31.02   Verifying        : perl-libnet-3.13-4.el9.noarch                      141/166 
11:19:45 #10 31.02   Verifying        : perl-libs-4:5.32.1-480.el9.aarch64                 142/166 
11:19:45 #10 31.02   Verifying        : perl-mro-1.23-480.el9.aarch64                      143/166 
11:19:45 #10 31.02   Verifying        : perl-overload-1.31-480.el9.noarch                  144/166 
11:19:45 #10 31.02   Verifying        : perl-overloading-0.02-480.el9.noarch               145/166 
11:19:45 #10 31.02   Verifying        : perl-parent-1:0.238-460.el9.noarch                 146/166 
11:19:45 #10 31.02   Verifying        : perl-podlators-1:4.14-460.el9.noarch               147/166 
11:19:45 #10 31.02   Verifying        : perl-srpm-macros-1-41.el9.noarch                   148/166 
11:19:45 #10 31.02   Verifying        : perl-subs-1.03-480.el9.noarch                      149/166 
11:19:45 #10 31.02   Verifying        : perl-vars-1.05-480.el9.noarch                      150/166 
11:19:45 #10 31.02   Verifying        : policycoreutils-python-utils-3.5-1.el9.noarch      151/166 
11:19:45 #10 31.02   Verifying        : pyproject-srpm-macros-1.6.2-1.el9.noarch           152/166 
11:19:45 #10 31.02   Verifying        : python-srpm-macros-3.9-52.el9.noarch               153/166 
11:19:45 #10 31.02   Verifying        : python3-audit-3.0.7-103.el9.aarch64                154/166 
11:19:45 #10 31.02   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 155/166 
11:19:45 #10 31.02   Verifying        : python3-file-magic-5.39-12.el9.noarch              156/166 
11:19:45 #10 31.02   Verifying        : python3-libselinux-3.5-1.el9.aarch64               157/166 
11:19:45 #10 31.02   Verifying        : python3-libsemanage-3.5-1.el9.aarch64              158/166 
11:19:45 #10 31.02   Verifying        : python3-policycoreutils-3.5-1.el9.noarch           159/166 
11:19:45 #10 31.02   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                160/166 
11:19:45 #10 31.02   Verifying        : redhat-rpm-config-199-1.el9.noarch                 161/166 
11:19:45 #10 31.02   Verifying        : rpm-build-4.16.1.3-22.el9.aarch64                  162/166 
11:19:45 #10 31.02   Verifying        : rpmlint-1.11-19.el9.noarch                         163/166 
11:19:45 #10 31.02   Verifying        : rust-srpm-macros-17-4.el9.noarch                   164/166 
11:19:45 #10 31.02   Verifying        : scl-utils-1:2.0.3-4.el9.aarch64                    165/166 
11:19:45 #10 31.02   Verifying        : webkit2gtk3-jsc-2.38.5-1.el9.aarch64               166/166 
11:19:45 #10 31.18 
11:19:45 #10 31.18 Installed:
11:19:45 #10 31.18   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:19:45 #10 31.18   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:19:45 #10 31.18   binutils-2.35.2-37.el9.aarch64                                                
11:19:45 #10 31.18   bzip2-1.0.8-8.el9.aarch64                                                     
11:19:45 #10 31.18   checkpolicy-3.5-1.el9.aarch64                                                 
11:19:45 #10 31.18   cpio-2.13-16.el9.aarch64                                                      
11:19:45 #10 31.18   cracklib-2.9.6-27.el9.aarch64                                                 
11:19:45 #10 31.18   cracklib-dicts-2.9.6-27.el9.aarch64                                           
11:19:45 #10 31.18   dbus-libs-1:1.12.20-7.el9.aarch64                                             
11:19:45 #10 31.18   desktop-file-utils-0.26-6.el9.aarch64                                         
11:19:45 #10 31.18   diffutils-3.7-12.el9.aarch64                                                  
11:19:45 #10 31.18   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:19:45 #10 31.18   dwz-0.14-3.el9.aarch64                                                        
11:19:45 #10 31.18   ed-1.14.2-12.el9.aarch64                                                      
11:19:45 #10 31.18   efi-srpm-macros-4-9.el9.noarch                                                
11:19:45 #10 31.18   elfutils-0.188-3.el9.aarch64                                                  
11:19:45 #10 31.18   elfutils-debuginfod-client-0.188-3.el9.aarch64                                
11:19:45 #10 31.18   emacs-filesystem-1:27.2-8.el9.noarch                                          
11:19:45 #10 31.18   enchant-1:1.6.0-30.el9.aarch64                                                
11:19:45 #10 31.18   environment-modules-5.0.1-2.el9.aarch64                                       
11:19:45 #10 31.18   file-5.39-12.el9.aarch64                                                      
11:19:45 #10 31.18   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:19:45 #10 31.18   gcc-toolset-12-binutils-2.38-16.el9.aarch64                                   
11:19:45 #10 31.18   gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64                              
11:19:45 #10 31.18   gcc-toolset-12-runtime-12.0-5.el9.aarch64                                     
11:19:45 #10 31.18   gdb-minimal-10.2-10.el9.aarch64                                               
11:19:45 #10 31.18   gdk-pixbuf2-2.42.6-3.el9.aarch64                                              
11:19:45 #10 31.18   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:19:45 #10 31.18   glib-networking-2.68.3-3.el9.aarch64                                          
11:19:45 #10 31.18   glibc-gconv-extra-2.34-60.el9.aarch64                                         
11:19:45 #10 31.18   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:19:45 #10 31.18   groff-base-1.22.4-10.el9.aarch64                                              
11:19:45 #10 31.18   gsettings-desktop-schemas-40.0-6.el9.aarch64                                  
11:19:45 #10 31.18   hunspell-1.7.0-11.el9.aarch64                                                 
11:19:45 #10 31.18   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:19:45 #10 31.18   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:19:45 #10 31.18   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:19:45 #10 31.18   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
11:19:45 #10 31.18   info-6.7-15.el9.aarch64                                                       
11:19:45 #10 31.18   json-glib-1.6.6-1.el9.aarch64                                                 
11:19:45 #10 31.18   kernel-srpm-macros-1.0-12.el9.noarch                                          
11:19:45 #10 31.18   less-590-1.el9.aarch64                                                        
11:19:45 #10 31.18   libappstream-glib-0.7.18-4.el9.aarch64                                        
11:19:45 #10 31.18   libbrotli-1.0.9-6.el9.aarch64                                                 
11:19:45 #10 31.18   libdb-5.3.28-53.el9.aarch64                                                   
11:19:45 #10 31.18   libeconf-0.4.1-2.el9.aarch64                                                  
11:19:45 #10 31.18   libfdisk-2.37.4-10.el9.aarch64                                                
11:19:45 #10 31.18   libicu-67.1-9.el9.aarch64                                                     
11:19:45 #10 31.18   libjpeg-turbo-2.0.90-6.el9.aarch64                                            
11:19:45 #10 31.18   libpipeline-1.5.3-4.el9.aarch64                                               
11:19:45 #10 31.18   libpkgconf-1.7.3-10.el9.aarch64                                               
11:19:45 #10 31.18   libpng-2:1.6.37-12.el9.aarch64                                                
11:19:45 #10 31.18   libproxy-0.4.15-35.el9.aarch64                                                
11:19:45 #10 31.18   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
11:19:45 #10 31.18   libpsl-0.21.1-5.el9.aarch64                                                   
11:19:45 #10 31.18   libpwquality-1.4.4-8.el9.aarch64                                              
11:19:45 #10 31.18   libselinux-utils-3.5-1.el9.aarch64                                            
11:19:45 #10 31.18   libsoup-2.72.0-8.el9.aarch64                                                  
11:19:45 #10 31.18   libstemmer-0-18.585svn.el9.aarch64                                            
11:19:45 #10 31.18   libutempter-1.2.1-6.el9.aarch64                                               
11:19:45 #10 31.18   lua-srpm-macros-1-6.el9.noarch                                                
11:19:45 #10 31.18   man-db-2.9.3-7.el9.aarch64                                                    
11:19:45 #10 31.18   ncurses-6.2-8.20210508.el9.aarch64                                            
11:19:45 #10 31.18   ocaml-srpm-macros-6-6.el9.noarch                                              
11:19:45 #10 31.18   openblas-srpm-macros-2-11.el9.noarch                                          
11:19:45 #10 31.18   openssl-1:3.0.7-5.el9.aarch64                                                 
11:19:45 #10 31.18   pam-1.5.1-14.el9.aarch64                                                      
11:19:45 #10 31.18   patch-2.7.6-16.el9.aarch64                                                    
11:19:45 #10 31.18   perl-AutoLoader-5.74-480.el9.noarch                                           
11:19:45 #10 31.18   perl-B-1.80-480.el9.aarch64                                                   
11:19:45 #10 31.18   perl-Carp-1.50-460.el9.noarch                                                 
11:19:45 #10 31.18   perl-Class-Struct-0.66-480.el9.noarch                                         
11:19:45 #10 31.18   perl-Data-Dumper-2.174-462.el9.aarch64                                        
11:19:45 #10 31.18   perl-Digest-1.19-4.el9.noarch                                                 
11:19:45 #10 31.18   perl-Digest-MD5-2.58-4.el9.aarch64                                            
11:19:45 #10 31.18   perl-Encode-4:3.08-462.el9.aarch64                                            
11:19:45 #10 31.18   perl-Errno-1.30-480.el9.aarch64                                               
11:19:45 #10 31.18   perl-Exporter-5.74-461.el9.noarch                                             
11:19:45 #10 31.18   perl-Fcntl-1.13-480.el9.aarch64                                               
11:19:45 #10 31.18   perl-File-Basename-2.85-480.el9.noarch                                        
11:19:45 #10 31.18   perl-File-Path-2.18-4.el9.noarch                                              
11:19:45 #10 31.18   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:19:45 #10 31.18   perl-File-stat-1.09-480.el9.noarch                                            
11:19:45 #10 31.18   perl-FileHandle-2.03-480.el9.noarch                                           
11:19:45 #10 31.18   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:19:45 #10 31.18   perl-Getopt-Std-1.12-480.el9.noarch                                           
11:19:45 #10 31.18   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:19:45 #10 31.18   perl-IO-1.43-480.el9.aarch64                                                  
11:19:45 #10 31.18   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:19:45 #10 31.18   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:19:45 #10 31.18   perl-IPC-Open3-1.21-480.el9.noarch                                            
11:19:45 #10 31.18   perl-MIME-Base64-3.16-4.el9.aarch64                                           
11:19:45 #10 31.18   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:19:45 #10 31.18   perl-NDBM_File-1.15-480.el9.aarch64                                           
11:19:45 #10 31.18   perl-Net-SSLeay-1.92-2.el9.aarch64                                            
11:19:45 #10 31.18   perl-POSIX-1.94-480.el9.aarch64                                               
11:19:45 #10 31.18   perl-PathTools-3.78-461.el9.aarch64                                           
11:19:45 #10 31.18   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:19:45 #10 31.18   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:19:45 #10 31.18   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:19:45 #10 31.18   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:19:45 #10 31.18   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
11:19:45 #10 31.18   perl-SelectSaver-1.02-480.el9.noarch                                          
11:19:45 #10 31.18   perl-Socket-4:2.031-4.el9.aarch64                                             
11:19:45 #10 31.18   perl-Storable-1:3.21-460.el9.aarch64                                          
11:19:45 #10 31.18   perl-Symbol-1.08-480.el9.noarch                                               
11:19:45 #10 31.18   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:19:45 #10 31.18   perl-Term-Cap-1.17-460.el9.noarch                                             
11:19:45 #10 31.18   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:19:45 #10 31.18   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:19:45 #10 31.18   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:19:45 #10 31.18   perl-URI-5.09-3.el9.noarch                                                    
11:19:45 #10 31.18   perl-base-2.27-480.el9.noarch                                                 
11:19:45 #10 31.18   perl-constant-1.33-461.el9.noarch                                             
11:19:45 #10 31.18   perl-if-0.60.800-480.el9.noarch                                               
11:19:45 #10 31.18   perl-interpreter-4:5.32.1-480.el9.aarch64                                     
11:19:45 #10 31.18   perl-libnet-3.13-4.el9.noarch                                                 
11:19:45 #10 31.18   perl-libs-4:5.32.1-480.el9.aarch64                                            
11:19:45 #10 31.18   perl-mro-1.23-480.el9.aarch64                                                 
11:19:45 #10 31.18   perl-overload-1.31-480.el9.noarch                                             
11:19:45 #10 31.18   perl-overloading-0.02-480.el9.noarch                                          
11:19:45 #10 31.18   perl-parent-1:0.238-460.el9.noarch                                            
11:19:45 #10 31.18   perl-podlators-1:4.14-460.el9.noarch                                          
11:19:45 #10 31.18   perl-srpm-macros-1-41.el9.noarch                                              
11:19:45 #10 31.18   perl-subs-1.03-480.el9.noarch                                                 
11:19:45 #10 31.18   perl-vars-1.05-480.el9.noarch                                                 
11:19:45 #10 31.18   pkgconf-1.7.3-10.el9.aarch64                                                  
11:19:45 #10 31.18   pkgconf-m4-1.7.3-10.el9.noarch                                                
11:19:45 #10 31.18   pkgconf-pkg-config-1.7.3-10.el9.aarch64                                       
11:19:45 #10 31.18   policycoreutils-3.5-1.el9.aarch64                                             
11:19:45 #10 31.18   policycoreutils-python-utils-3.5-1.el9.noarch                                 
11:19:45 #10 31.18   procps-ng-3.3.17-11.el9.aarch64                                               
11:19:45 #10 31.18   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:19:45 #10 31.18   pyproject-srpm-macros-1.6.2-1.el9.noarch                                      
11:19:45 #10 31.18   python-srpm-macros-3.9-52.el9.noarch                                          
11:19:45 #10 31.18   python3-audit-3.0.7-103.el9.aarch64                                           
11:19:45 #10 31.18   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:19:45 #10 31.18   python3-dbus-1.2.18-2.el9.aarch64                                             
11:19:45 #10 31.18   python3-distro-1.5.0-7.el9.noarch                                             
11:19:45 #10 31.18   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:19:45 #10 31.18   python3-enchant-3.2.0-5.el9.noarch                                            
11:19:45 #10 31.18   python3-file-magic-5.39-12.el9.noarch                                         
11:19:45 #10 31.18   python3-libselinux-3.5-1.el9.aarch64                                          
11:19:45 #10 31.18   python3-libsemanage-3.5-1.el9.aarch64                                         
11:19:45 #10 31.18   python3-policycoreutils-3.5-1.el9.noarch                                      
11:19:45 #10 31.18   python3-setools-4.4.1-1.el9.aarch64                                           
11:19:45 #10 31.18   python3-setuptools-53.0.0-12.el9.noarch                                       
11:19:45 #10 31.18   python3-six-1.15.0-9.el9.noarch                                               
11:19:45 #10 31.18   python3-systemd-234-18.el9.aarch64                                            
11:19:45 #10 31.18   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
11:19:45 #10 31.18   redhat-rpm-config-199-1.el9.noarch                                            
11:19:45 #10 31.18   rpm-build-4.16.1.3-22.el9.aarch64                                             
11:19:45 #10 31.18   rpmlint-1.11-19.el9.noarch                                                    
11:19:45 #10 31.18   rust-srpm-macros-17-4.el9.noarch                                              
11:19:45 #10 31.18   scl-utils-1:2.0.3-4.el9.aarch64                                               
11:19:45 #10 31.18   shared-mime-info-2.1-5.el9.aarch64                                            
11:19:45 #10 31.18   systemd-libs-252-8.el9.aarch64                                                
11:19:45 #10 31.18   tcl-1:8.6.10-7.el9.aarch64                                                    
11:19:45 #10 31.18   unzip-6.0-56.el9.aarch64                                                      
11:19:45 #10 31.18   util-linux-2.37.4-10.el9.aarch64                                              
11:19:45 #10 31.18   util-linux-core-2.37.4-10.el9.aarch64                                         
11:19:45 #10 31.18   vim-filesystem-2:8.2.2637-20.el9.noarch                                       
11:19:45 #10 31.18   webkit2gtk3-jsc-2.38.5-1.el9.aarch64                                          
11:19:45 #10 31.18   xz-5.2.5-8.el9.aarch64                                                        
11:19:45 #10 31.18   zip-3.0-35.el9.aarch64                                                        
11:19:45 #10 31.18   zstd-1.5.1-2.el9.aarch64                                                      
11:19:45 #10 31.18 
11:19:45 #10 31.18 Complete!
11:19:45 #10 DONE 31.4s
11:19:45 
11:19:45 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:19:45 #10 37.36 Preparing to unpack .../342-libtask-weaken-perl_1.06-2_all.deb ...
11:19:45 #10 37.37 Unpacking libtask-weaken-perl (1.06-2) ...
11:19:45 #10 37.40 Selecting previously unselected package libxml-parser-perl.
11:19:45 #10 37.40 Preparing to unpack .../343-libxml-parser-perl_2.46-4_arm64.deb ...
11:19:45 #10 37.41 Unpacking libxml-parser-perl (2.46-4) ...
11:19:45 #10 37.45 Selecting previously unselected package libsoap-lite-perl.
11:19:45 #10 37.45 Preparing to unpack .../344-libsoap-lite-perl_1.27-2_all.deb ...
11:19:45 #10 37.46 Unpacking libsoap-lite-perl (1.27-2) ...
11:19:45 #10 37.51 Selecting previously unselected package libsocket6-perl.
11:19:45 #10 37.51 Preparing to unpack .../345-libsocket6-perl_0.29-3_arm64.deb ...
11:19:45 #10 37.51 Unpacking libsocket6-perl (0.29-3) ...
11:19:45 #10 37.55 Selecting previously unselected package libstring-copyright-perl.
11:19:45 #10 37.55 Preparing to unpack .../346-libstring-copyright-perl_0.003014-1_all.deb ...
11:19:45 #10 37.55 Unpacking libstring-copyright-perl (0.003014-1) ...
11:19:45 #10 37.58 Selecting previously unselected package libstring-escape-perl.
11:19:45 #10 37.58 Preparing to unpack .../347-libstring-escape-perl_2010.002-3_all.deb ...
11:19:45 #10 37.59 Unpacking libstring-escape-perl (2010.002-3) ...
11:19:45 #10 37.62 Selecting previously unselected package libstring-license-perl.
11:19:45 #11 41.73 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
11:19:45 #11 41.74 Unpacking libemail-valid-perl (1.202-1) ...
11:19:45 #11 41.77 Selecting previously unselected package libexporter-tiny-perl.
11:19:45 #11 41.78 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
11:19:45 #11 41.78 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:19:45 #11 41.82 Selecting previously unselected package libipc-system-simple-perl.
11:19:45 #11 41.82 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
11:19:45 #11 41.82 Unpacking libipc-system-simple-perl (1.26-1) ...
11:19:45 #11 41.85 Selecting previously unselected package libfile-basedir-perl.
11:19:45 #11 41.86 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
11:19:45 #11 41.86 Unpacking libfile-basedir-perl (0.08-1) ...
11:19:45 #11 41.91 Selecting previously unselected package libfile-chdir-perl.
11:19:45 #11 41.92 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
11:19:45 #11 41.92 Unpacking libfile-chdir-perl (0.1008-1) ...
11:19:45 #11 41.95 Selecting previously unselected package libfile-fcntllock-perl.
11:19:45 #11 32.12 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-chardet all 4.0.0-2 [109 kB]
11:19:45 #10 35.99 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
11:19:45 #10 35.99 Unpacking libtime-duration-perl (1.21-1) ...
11:19:45 #10 36.02 Selecting previously unselected package libtime-moment-perl.
11:19:45 #10 36.03 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
11:19:45 #10 36.03 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:19:45 #10 36.07 Selecting previously unselected package libtype-tiny-xs-perl.
11:19:45 #10 36.07 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
11:19:45 #10 36.07 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:19:45 #10 36.10 Selecting previously unselected package libunicode-utf8-perl.
11:19:45 #10 36.11 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
11:19:45 #10 36.11 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:19:45 #10 36.15 Selecting previously unselected package libxdelta2.
11:19:45 #10 36.16 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
11:19:45 #10 36.16 Unpacking libxdelta2 (1.1.3-9.3) ...
11:19:45 #10 36.20 Selecting previously unselected package libxext6:arm64.
11:19:45 #10 36.21 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
11:19:45 #10 19.80 Unpacking adduser (3.131) ...
11:19:45 #10 19.86 Setting up adduser (3.131) ...
11:19:45 #10 19.95 Selecting previously unselected package less.
11:19:45 #10 19.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 ... 8946 files and directories currently installed.)
11:19:45 #10 19.95 Preparing to unpack .../000-less_590-1.2_armhf.deb ...
11:19:45 #10 19.96 Unpacking less (590-1.2) ...
11:19:45 #10 20.01 Selecting previously unselected package netbase.
11:19:45 #10 20.01 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:19:45 #10 20.02 Unpacking netbase (6.4) ...
11:19:45 #10 20.05 Selecting previously unselected package sensible-utils.
11:19:45 #10 20.05 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:19:45 #10 43.84 Unpacking libxcb1:amd64 (1.13.1-2) ...
11:19:45 #10 43.87 Selecting previously unselected package libx11-data.
11:19:45 #10 43.87 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
11:19:45 #10 43.88 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
11:19:45 #10 43.95 Selecting previously unselected package libx11-6:amd64.
11:19:45 #10 43.95 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
11:19:45 #10 43.96 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
11:19:45 #10 44.04 Selecting previously unselected package libxext6:amd64.
11:19:45 #10 44.05 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
11:19:45 #10 44.05 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
11:19:45 #10 44.08 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:45 #10 27.23 Selecting previously unselected package gcc.
11:19:45 #10 27.23 Preparing to unpack .../048-gcc_4%3a8.3.0-1_armhf.deb ...
11:19:45 #10 27.24 Unpacking gcc (4:8.3.0-1) ...
11:19:45 #10 19.14 Selecting previously unselected package libbinutils:armhf.
11:19:45 #10 19.14 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ...
11:19:45 #10 19.15 Unpacking libbinutils:armhf (2.35.2-2) ...
11:19:45 #10 19.25 Selecting previously unselected package libctf-nobfd0:armhf.
11:19:45 #13 0.906 CentOS Stream 9 - BaseOS                         25 kB/s | 7.0 kB     00:00    
11:19:45 #10 42.38 Preparing to unpack .../207-libwebp7_1.2.4-0.1_amd64.deb ...
11:19:45 #10 42.38 Unpacking libwebp7:amd64 (1.2.4-0.1) ...
11:19:45 #10 42.45 Selecting previously unselected package libtiff6:amd64.
11:19:45 #10 42.45 Preparing to unpack .../208-libtiff6_4.5.0-5_amd64.deb ...
11:19:45 #10 42.46 Unpacking libtiff6:amd64 (4.5.0-5) ...
11:19:45 #10 42.51 Selecting previously unselected package libxau6:amd64.
11:19:45 #10 42.51 Preparing to unpack .../209-libxau6_1%3a1.0.9-1_amd64.deb ...
11:19:45 #10 42.52 Unpacking libxau6:amd64 (1:1.0.9-1) ...
11:19:45 #10 42.55 Selecting previously unselected package libxdmcp6:amd64.
11:19:45 #10 42.55 Preparing to unpack .../210-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:19:45 #10 42.56 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:45 #10 42.59 Selecting previously unselected package libxcb1:amd64.
11:19:45 #10 42.59 Preparing to unpack .../211-libxcb1_1.15-1_amd64.deb ...
11:19:45 #10 42.59 Unpacking libxcb1:amd64 (1.15-1) ...
11:19:45 #10 42.63 Selecting previously unselected package libx11-data.
11:19:45 #11 35.76 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:19:45 #11 35.83 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:19:45 #11 35.87 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:19:45 #11 35.90 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:19:45 #11 35.91 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:19:45 #11 35.92 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:19:45 #11 35.93 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
11:19:45 #11 35.98 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:19:45 #10 39.40 Setting up libltdl7:arm64 (2.4.6-9) ...
11:19:45 #10 39.41 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:19:45 #10 39.43 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
11:19:45 #10 39.46 Setting up libubsan1:arm64 (8.3.0-6) ...
11:19:45 #10 39.47 Setting up libisl19:arm64 (0.20-2) ...
11:19:45 #10 39.50 Setting up dwz (0.12-3) ...
11:19:45 #10 39.51 Setting up python-apt-common (1.8.4.3) ...
11:19:45 #10 39.52 Setting up sensible-utils (0.0.12) ...
11:19:45 #10 39.53 Setting up exim4-config (4.92-8+deb10u7) ...
11:19:45 #11 39.56 Selecting previously unselected package perl-modules-5.34.
11:19:45 #11 39.56 Preparing to unpack .../001-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
11:19:45 #11 39.56 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:19:45 #11 39.81 Selecting previously unselected package libgdbm6:amd64.
11:19:45 #11 39.81 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
11:19:45 #7 ...
11:19:45 
11:19:45 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:45 #10 17.68 debconf: delaying package configuration, since apt-utils is not installed
11:19:45 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.0s done
11:19:45 #12 28.34   Installing       : zip-3.0-23.el8.x86_64                                10/80 
11:19:45 #12 28.36   Installing       : python-rpm-macros-3-44.el8.noarch                    11/80 
11:19:45 #12 28.37   Installing       : python3-rpm-macros-3-44.el8.noarch                   12/80 
11:19:45 #12 28.38   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        13/80 
11:19:45 #12 28.40   Installing       : patch-2.7.6-11.el8.x86_64                            14/80 
11:19:45 #12 28.43   Installing       : ncurses-6.1-9.20180224.el8.x86_64                    15/80 
11:19:45 #12 28.44   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               16/80 
11:19:45 #12 28.45   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/80 
11:19:45 #12 28.47   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 18/80 
11:19:45 #12 28.48   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  19/80 
11:19:45 #12 28.49   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              20/80 
11:19:45 #12 28.50   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    21/80 
11:19:45 #12 28.52   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                22/80 
11:19:45 #12 28.55   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                23/80 
11:19:45 #10 38.62 Selecting previously unselected package g++-7.
11:19:45 #10 38.62 Preparing to unpack .../080-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:19:45 #10 38.62 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:19:45 #10 40.46 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
11:19:45 #10 40.47 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:19:45 #10 40.50 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:45 #10 40.50 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
11:19:45 #10 40.50 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:19:45 #10 40.53 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:45 #10 40.53 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:19:45 #10 40.53 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:19:45 #10 40.56 Selecting previously unselected package libperlio-gzip-perl.
11:19:45 #10 40.57 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
11:19:45 #10 40.57 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:19:45 #10 40.60 Selecting previously unselected package libpod-parser-perl.
11:19:45 #10 40.60 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
11:19:45 #10 40.61 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:19:45 #10 40.62 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:19:45 #10 40.62 Unpacking libpod-parser-perl (1.63-2) ...
11:19:45 #10 40.66 Selecting previously unselected package libpod-constants-perl.
11:19:45 #10 40.66 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
11:19:45 #10 40.66 Unpacking libpod-constants-perl (0.19-2) ...
11:19:45 #10 40.68 Selecting previously unselected package libproc-processtable-perl.
11:19:45 #10 15.38 Get:120 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
11:19:45 #10 15.38 Get:121 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
11:19:45 #10 15.45 Get:122 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
11:19:45 #10 15.53 Get:123 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
11:19:45 #10 15.54 Get:124 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u5 [293 kB]
11:19:45 #10 15.55 Get:125 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
11:19:45 #10 15.55 Get:126 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
11:19:45 #10 15.58 Get:127 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u8 [1623 kB]
11:19:45 #10 15.66 Get:128 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u8 [4187 kB]
11:19:45 #12 27.77   Installing       : glibc-gconv-extra-2.28-224.el8.aarch64               55/79 
11:19:45 #12 27.79   Running scriptlet: glibc-gconv-extra-2.28-224.el8.aarch64               55/79 
11:19:45 #12 27.81   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 56/79 
11:19:45 #12 27.83   Installing       : desktop-file-utils-0.26-1.el8.aarch64                57/79 
11:19:45 #12 27.84   Installing       : elfutils-debuginfod-client-0.188-3.el8.aarch64       58/79 
11:19:45 #12 27.92   Installing       : elfutils-0.188-3.el8.aarch64                         59/79 
11:19:45 #12 27.96   Installing       : diffutils-3.6-6.el8.aarch64                          60/79 
11:19:45 #12 27.97   Running scriptlet: diffutils-3.6-6.el8.aarch64                          60/79 
11:19:45 #12 28.01   Installing       : zstd-1.4.4-1.el8.aarch64                             61/79 
11:19:45 #11 34.43 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
11:19:45 #11 34.47 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
11:19:45 #11 34.59 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB]
11:19:45 #11 34.60 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:19:45 #11 34.62 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB]
11:19:45 #11 34.62 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
11:19:45 #10 37.62 Preparing to unpack .../348-libstring-license-perl_0.0.2-1_all.deb ...
11:19:45 #10 37.62 Unpacking libstring-license-perl (0.0.2-1) ...
11:19:45 #10 37.66 Selecting previously unselected package libstring-shellquote-perl.
11:19:45 #10 37.66 Preparing to unpack .../349-libstring-shellquote-perl_1.04-3_all.deb ...
11:19:45 #10 37.66 Unpacking libstring-shellquote-perl (1.04-3) ...
11:19:45 #10 37.69 Selecting previously unselected package libsys-cpuaffinity-perl.
11:19:45 #10 37.70 Preparing to unpack .../350-libsys-cpuaffinity-perl_1.13~03-2+b1_arm64.deb ...
11:19:45 #10 37.70 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:19:45 #10 37.74 Selecting previously unselected package libterm-readkey-perl.
11:19:45 #10 37.75 Preparing to unpack .../351-libterm-readkey-perl_2.38-2+b1_arm64.deb ...
11:19:45 #10 37.75 Unpacking libterm-readkey-perl (2.38-2+b1) ...
11:19:45 #10 37.79 Selecting previously unselected package libtext-levenshteinxs-perl.
11:19:45 #10 37.79 Preparing to unpack .../352-libtext-levenshteinxs-perl_0.03-5+b1_arm64.deb ...
11:19:45 #10 37.79 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
11:19:45 #10 37.83 Selecting previously unselected package libtext-markdown-discount-perl.
11:19:45 #10 37.83 Preparing to unpack .../353-libtext-markdown-discount-perl_0.16-1_arm64.deb ...
11:19:45 #10 37.83 Unpacking libtext-markdown-discount-perl (0.16-1) ...
11:19:45 #10 37.86 Selecting previously unselected package libtext-xslate-perl:arm64.
11:19:45 #10 37.87 Preparing to unpack .../354-libtext-xslate-perl_3.5.9-1+b2_arm64.deb ...
11:19:45 #10 37.87 Unpacking libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
11:19:45 #10 37.92 Selecting previously unselected package libtime-duration-perl.
11:19:45 #10 37.92 Preparing to unpack .../355-libtime-duration-perl_1.21-2_all.deb ...
11:19:45 #10 37.92 Unpacking libtime-duration-perl (1.21-2) ...
11:19:45 #10 37.96 Selecting previously unselected package libtime-moment-perl.
11:19:45 #10 37.96 Preparing to unpack .../356-libtime-moment-perl_0.44-2+b1_arm64.deb ...
11:19:45 #10 37.97 Unpacking libtime-moment-perl (0.44-2+b1) ...
11:19:45 #11 41.96 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
11:19:45 #11 41.96 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:19:45 #11 42.00 Selecting previously unselected package libnumber-compare-perl.
11:19:45 #11 42.00 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
11:19:45 #11 42.01 Unpacking libnumber-compare-perl (0.03-1) ...
11:19:45 #11 42.04 Selecting previously unselected package libtext-glob-perl.
11:19:45 #11 42.04 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
11:19:45 #11 42.05 Unpacking libtext-glob-perl (0.10-1) ...
11:19:45 #11 42.08 Selecting previously unselected package libfile-find-rule-perl.
11:19:45 #11 42.08 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
11:19:45 #11 42.08 Unpacking libfile-find-rule-perl (0.34-1) ...
11:19:45 #11 42.19 Selecting previously unselected package libfont-afm-perl.
11:19:45 #11 32.28 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-debian all 0.1.46 [116 kB]
11:19:45 #11 32.35 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgpgme11 arm64 1.17.1-4.1ubuntu1 [130 kB]
11:19:45 #11 32.39 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gpg arm64 1.17.1-4.1ubuntu1 [203 kB]
11:19:45 #11 32.44 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-xdg all 0.27-2 [36.9 kB]
11:19:45 #11 32.45 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dput all 1.1.2ubuntu2 [46.0 kB]
11:19:45 #11 32.45 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:45 #10 36.21 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
11:19:45 #10 36.25 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:45 #10 36.25 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:19:45 #10 36.26 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:19:45 #10 36.30 Selecting previously unselected package libxml-sax-base-perl.
11:19:45 #10 36.30 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:19:45 #10 36.31 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:19:45 #10 36.35 Selecting previously unselected package libxml-sax-perl.
11:19:45 #10 36.35 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:19:45 #10 36.36 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:19:45 #10 36.40 Selecting previously unselected package libxml-libxml-perl.
11:19:45 #10 36.40 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
11:19:45 #10 36.41 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:19:45 #10 36.47 Selecting previously unselected package libxml-sax-expat-perl.
11:19:45 #10 36.47 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
11:19:45 #10 20.06 Unpacking sensible-utils (0.0.17+nmu1) ...
11:19:45 #10 20.09 Selecting previously unselected package bzip2.
11:19:45 #10 20.09 Preparing to unpack .../003-bzip2_1.0.8-5+b1_armhf.deb ...
11:19:45 #10 20.10 Unpacking bzip2 (1.0.8-5+b1) ...
11:19:45 #10 20.14 Selecting previously unselected package openssl.
11:19:45 #10 20.14 Preparing to unpack .../004-openssl_3.0.8-1_armhf.deb ...
11:19:45 #10 20.22 Unpacking openssl (3.0.8-1) ...
11:19:45 #10 20.42 Selecting previously unselected package ca-certificates.
11:19:45 #10 20.42 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:19:45 #10 44.09 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:19:45 #10 44.09 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:19:45 #10 44.11 Selecting previously unselected package libxml-sax-base-perl.
11:19:45 #10 44.12 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ...
11:19:45 #10 44.12 Unpacking libxml-sax-base-perl (1.09-1) ...
11:19:45 #10 44.16 Selecting previously unselected package libxml-sax-perl.
11:19:45 #10 44.16 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
11:19:45 #10 44.16 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
11:19:45 #10 44.20 Selecting previously unselected package libxml-libxml-perl.
11:19:45 #10 44.20 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
11:19:45 #10 44.20 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
11:19:45 #10 44.27 Selecting previously unselected package libxml-sax-expat-perl.
11:19:45 #10 44.27 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
11:19:45 #10 44.27 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:19:45 #10 44.30 Selecting previously unselected package libxml-simple-perl.
11:19:45 #10 19.25 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ...
11:19:45 #10 19.25 Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
11:19:45 #10 19.30 Selecting previously unselected package libctf0:armhf.
11:19:45 #10 19.30 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ...
11:19:45 #10 19.30 Unpacking libctf0:armhf (2.35.2-2) ...
11:19:45 #10 19.35 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:45 #10 19.35 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
11:19:45 #10 19.37 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:19:45 #10 27.71 Selecting previously unselected package libstdc++-8-dev:armhf.
11:19:45 #10 27.71 Preparing to unpack .../049-libstdc++-8-dev_8.3.0-6_armhf.deb ...
11:19:45 #10 27.73 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
11:19:45 #13 1.191 CentOS Stream 9 - AppStream                      30 kB/s | 7.2 kB     00:00    
11:19:46 #10 42.63 Preparing to unpack .../212-libx11-data_2%3a1.8.4-2_all.deb ...
11:19:46 #10 42.64 Unpacking libx11-data (2:1.8.4-2) ...
11:19:46 #10 42.73 Selecting previously unselected package libx11-6:amd64.
11:19:46 #10 42.73 Preparing to unpack .../213-libx11-6_2%3a1.8.4-2_amd64.deb ...
11:19:46 #10 42.73 Unpacking libx11-6:amd64 (2:1.8.4-2) ...
11:19:46 #10 42.82 Selecting previously unselected package libxpm4:amd64.
11:19:46 #10 42.82 Preparing to unpack .../214-libxpm4_1%3a3.5.12-1.1_amd64.deb ...
11:19:46 #10 42.82 Unpacking libxpm4:amd64 (1:3.5.12-1.1) ...
11:19:46 #10 42.86 Selecting previously unselected package libgd3:amd64.
11:19:46 #11 35.12 Selecting previously unselected package perl.
11:19:46 #11 35.12 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_arm64.deb ...
11:19:46 #11 35.13 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:19:46 #11 35.19 Selecting previously unselected package openssl.
11:19:46 #11 35.19 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_arm64.deb ...
11:19:46 #11 35.20 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:19:46 #11 35.28 Selecting previously unselected package ca-certificates.
11:19:46 #11 35.28 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:19:46 #11 35.29 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:19:46 #11 35.34 Selecting previously unselected package distro-info-data.
11:19:46 #11 35.34 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:19:46 #11 35.99 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]
11:19:46 #11 36.00 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:19:46 #10 39.86 Adding system-user for exim (v4)
11:19:46 #11 39.82 Unpacking libgdbm6:amd64 (1.23-1) ...
11:19:46 #11 39.84 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:46 #11 39.85 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
11:19:46 #11 39.85 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
11:19:46 #11 39.88 Selecting previously unselected package libperl5.34:amd64.
11:19:46 #11 39.88 Preparing to unpack .../004-libperl5.34_5.34.0-5ubuntu1.1_amd64.deb ...
11:19:46 #11 39.88 Unpacking libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
11:19:46 #11 40.09 Selecting previously unselected package perl.
11:19:46 #10 17.78 Fetched 80.3 MB in 7s (11.6 MB/s)
11:19:46 #10 17.87 Selecting previously unselected package bsdextrautils.
11:19:46 #10 17.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 ... 7899 files and directories currently installed.)
11:19:46 #10 17.87 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
11:19:46 #10 17.90 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:19:46 #12 28.57   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    24/80 
11:19:46 #12 28.59   Installing       : perl-podlators-4.11-1.el8.noarch                     25/80 
11:19:46 #12 28.61   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 26/80 
11:19:46 #12 28.62   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             27/80 
11:19:46 #12 28.63   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 28/80 
11:19:46 #12 28.64   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 29/80 
11:19:46 #12 28.66   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    30/80 
11:19:46 #12 28.68   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 31/80 
11:19:46 #12 28.69   Installing       : perl-Errno-1.28-422.el8.x86_64                       32/80 
11:19:46 #11 19.45 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
11:19:46 #10 40.69 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
11:19:46 #10 40.69 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:19:46 #10 40.73 Selecting previously unselected package libre2-9:amd64.
11:19:46 #10 40.73 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
11:19:46 #10 40.73 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
11:19:46 #10 40.77 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:19:46 #10 40.77 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
11:19:46 #10 40.77 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
11:19:46 #10 40.80 Selecting previously unselected package libreadonly-perl.
11:19:46 #10 40.80 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
11:19:46 #10 40.81 Unpacking libreadonly-perl (2.050-3) ...
11:19:46 #10 40.83 Selecting previously unselected package libref-util-perl.
11:19:46 #10 40.83 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
11:19:46 #10 40.84 Unpacking libref-util-perl (0.204-1) ...
11:19:46 #10 40.86 Selecting previously unselected package libref-util-xs-perl.
11:19:46 #10 40.86 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
11:19:46 #10 40.87 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:19:46 #10 40.89 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:46 #10 40.90 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:19:46 #10 40.90 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:19:46 #10 40.93 Selecting previously unselected package libregexp-pattern-perl.
11:19:46 #10 40.93 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:19:46 #10 40.93 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:19:46 #10 40.96 Selecting previously unselected package libsasl2-modules:amd64.
11:19:46 #10 40.97 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:19:46 #10 40.97 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:46 #10 41.00 Selecting previously unselected package libsereal-decoder-perl.
11:19:46 #10 41.01 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
11:19:46 #10 41.01 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:19:46 #10 41.05 Selecting previously unselected package libsereal-encoder-perl.
11:19:46 #12 28.02   Installing       : rust-srpm-macros-5-2.el8.noarch                      62/79 
11:19:46 #12 28.03   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  63/79 
11:19:46 #12 28.04   Installing       : perl-srpm-macros-1-25.el8.noarch                     64/79 
11:19:46 #12 28.05   Installing       : openblas-srpm-macros-2-2.el8.noarch                  65/79 
11:19:46 #12 28.06   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     66/79 
11:19:46 #12 28.07   Installing       : libatomic_ops-7.6.2-3.el8.aarch64                    67/79 
11:19:46 #11 42.19 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
11:19:46 #11 42.20 Unpacking libfont-afm-perl (1.20-2) ...
11:19:46 #11 42.23 Selecting previously unselected package libio-string-perl.
11:19:46 #11 42.24 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
11:19:46 #11 42.24 Unpacking libio-string-perl (1.08-3) ...
11:19:46 #11 42.27 Selecting previously unselected package libfont-ttf-perl.
11:19:46 #11 42.28 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
11:19:46 #11 42.28 Unpacking libfont-ttf-perl (1.06-1) ...
11:19:46 #11 42.35 Selecting previously unselected package libfuture-perl.
11:19:46 #11 42.35 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
11:19:46 #11 42.35 Unpacking libfuture-perl (0.43-1) ...
11:19:46 #11 42.39 Selecting previously unselected package libio-stringy-perl.
11:19:46 #11 42.39 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
11:19:46 #11 42.40 Unpacking libio-stringy-perl (2.111-3) ...
11:19:46 #11 42.43 Selecting previously unselected package libparams-validate-perl.
11:19:46 #11 42.44 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
11:19:46 #11 42.44 Unpacking libparams-validate-perl (1.29-3) ...
11:19:46 #11 42.47 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:46 #10 38.01 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
11:19:46 #10 38.01 Preparing to unpack .../357-libtype-tiny-xs-perl_0.025-1_arm64.deb ...
11:19:46 #10 38.02 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ...
11:19:46 #10 38.06 Selecting previously unselected package libunicode-utf8-perl.
11:19:46 #10 38.06 Preparing to unpack .../358-libunicode-utf8-perl_0.62-2_arm64.deb ...
11:19:46 #10 38.06 Unpacking libunicode-utf8-perl (0.62-2) ...
11:19:46 #10 38.09 Selecting previously unselected package libwww-mechanize-perl.
11:19:46 #10 38.10 Preparing to unpack .../359-libwww-mechanize-perl_2.16-1_all.deb ...
11:19:46 #10 38.10 Unpacking libwww-mechanize-perl (2.16-1) ...
11:19:46 #10 38.14 Selecting previously unselected package libxdelta2:arm64.
11:19:46 #10 38.14 Preparing to unpack .../360-libxdelta2_1.1.3-10.4_arm64.deb ...
11:19:46 #10 38.15 Unpacking libxdelta2:arm64 (1.1.3-10.4) ...
11:19:46 #10 38.19 Selecting previously unselected package libxext6:arm64.
11:19:46 #10 38.19 Preparing to unpack .../361-libxext6_2%3a1.3.4-1+b1_arm64.deb ...
11:19:46 #10 38.19 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ...
11:19:46 #10 38.23 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:46 #10 38.23 Preparing to unpack .../362-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:19:46 #11 32.56 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:19:46 #11 32.56 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.3 [281 kB]
11:19:46 #11 32.57 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:19:46 #10 36.47 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:19:46 #10 36.51 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:46 #10 36.51 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:19:46 #10 36.52 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:19:46 #10 36.56 Selecting previously unselected package libxmuu1:arm64.
11:19:46 #10 36.56 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:19:46 #10 36.57 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:19:46 #10 36.63 Selecting previously unselected package libyaml-0-2:arm64.
11:19:46 #10 36.64 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
11:19:46 #10 36.64 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:19:46 #10 36.68 Selecting previously unselected package libyaml-libyaml-perl.
11:19:46 #10 36.68 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
11:19:46 #10 36.69 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:19:46 #10 36.73 Selecting previously unselected package licensecheck.
11:19:46 #10 20.42 Unpacking ca-certificates (20211016) ...
11:19:46 #10 20.52 Selecting previously unselected package libmagic-mgc.
11:19:46 #10 20.52 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_armhf.deb ...
11:19:46 #10 20.52 Unpacking libmagic-mgc (1:5.44-3) ...
11:19:46 #21 16.15 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:19:46 #10 44.30 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
11:19:46 #10 44.31 Unpacking libxml-simple-perl (2.25-1) ...
11:19:46 #10 44.34 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:46 #10 44.34 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ...
11:19:46 #10 44.34 Unpacking libxmlrpc-lite-perl (0.717-2) ...
11:19:46 #10 44.37 Selecting previously unselected package libxmuu1:amd64.
11:19:46 #10 44.37 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
11:19:46 #10 44.38 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
11:19:46 #10 44.41 Selecting previously unselected package libyaml-0-2:amd64.
11:19:46 #10 44.42 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
11:19:46 #10 44.42 Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
11:19:46 #10 44.45 Selecting previously unselected package libyaml-libyaml-perl.
11:19:46 #10 44.45 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
11:19:46 #10 44.45 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
11:19:46 #10 44.51 Selecting previously unselected package licensecheck.
11:19:46 #10 44.51 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
11:19:46 #10 44.51 Unpacking licensecheck (3.0.31-3) ...
11:19:46 #10 44.54 Selecting previously unselected package t1utils.
11:19:46 #10 19.77 Selecting previously unselected package binutils.
11:19:46 #10 19.77 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ...
11:19:46 #10 42.86 Preparing to unpack .../215-libgd3_2.3.3-9_amd64.deb ...
11:19:46 #10 42.87 Unpacking libgd3:amd64 (2.3.3-9) ...
11:19:46 #10 42.91 Selecting previously unselected package libc-devtools.
11:19:46 #10 42.91 Preparing to unpack .../216-libc-devtools_2.36-8_amd64.deb ...
11:19:46 #10 42.91 Unpacking libc-devtools (2.36-8) ...
11:19:46 #10 42.94 Selecting previously unselected package libcapture-tiny-perl.
11:19:46 #10 42.95 Preparing to unpack .../217-libcapture-tiny-perl_0.48-2_all.deb ...
11:19:46 #10 42.95 Unpacking libcapture-tiny-perl (0.48-2) ...
11:19:46 #10 42.99 Selecting previously unselected package libcgi-pm-perl.
11:19:46 #10 42.99 Preparing to unpack .../218-libcgi-pm-perl_4.55-1_all.deb ...
11:19:46 #10 42.99 Unpacking libcgi-pm-perl (4.55-1) ...
11:19:46 #10 43.04 Selecting previously unselected package libfcgi0ldbl:amd64.
11:19:46 #10 43.04 Preparing to unpack .../219-libfcgi0ldbl_2.4.2-2_amd64.deb ...
11:19:46 #10 43.05 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
11:19:46 #10 43.08 Selecting previously unselected package libfcgi-perl.
11:19:46 #10 43.08 Preparing to unpack .../220-libfcgi-perl_0.82+ds-2_amd64.deb ...
11:19:46 #10 43.08 Unpacking libfcgi-perl (0.82+ds-2) ...
11:19:46 #10 43.11 Selecting previously unselected package libcgi-fast-perl.
11:19:46 #10 43.12 Preparing to unpack .../221-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:19:46 #10 43.12 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:19:46 #10 43.15 Selecting previously unselected package libclass-data-inheritable-perl.
11:19:46 #10 43.15 Preparing to unpack .../222-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:19:46 #10 43.16 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:19:46 #10 43.19 Selecting previously unselected package libclass-inspector-perl.
11:19:46 #10 43.19 Preparing to unpack .../223-libclass-inspector-perl_1.36-3_all.deb ...
11:19:46 #10 43.19 Unpacking libclass-inspector-perl (1.36-3) ...
11:19:46 #10 43.22 Selecting previously unselected package libcommon-sense-perl:amd64.
11:19:46 #11 35.34 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:19:46 #11 35.37 Selecting previously unselected package libmagic-mgc.
11:19:46 #11 35.37 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ...
11:19:46 #11 35.38 Unpacking libmagic-mgc (1:5.38-4) ...
11:19:46 #11 35.45 Selecting previously unselected package libmagic1:arm64.
11:19:46 #11 35.45 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ...
11:19:46 #11 35.45 Unpacking libmagic1:arm64 (1:5.38-4) ...
11:19:46 #11 35.49 Selecting previously unselected package file.
11:19:46 #11 35.49 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ...
11:19:46 #11 35.49 Unpacking file (1:5.38-4) ...
11:19:46 #11 35.53 Selecting previously unselected package less.
11:19:46 #11 35.53 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ...
11:19:46 #11 35.54 Unpacking less (551-1ubuntu0.1) ...
11:19:46 #11 36.42 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:46 #10 40.17 Setting up libuchardet0:arm64 (0.0.6-3) ...
11:19:46 #10 40.18 Setting up git-man (1:2.20.1-2+deb10u8) ...
11:19:46 #10 40.19 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
11:19:46 #10 40.21 Setting up netbase (5.6) ...
11:19:46 #11 40.09 Preparing to unpack .../005-perl_5.34.0-5ubuntu1.1_amd64.deb ...
11:19:46 #11 40.10 Unpacking perl (5.34.0-5ubuntu1.1) ...
11:19:46 #11 40.13 Selecting previously unselected package openssl.
11:19:46 #11 40.13 Preparing to unpack .../006-openssl_3.0.5-2ubuntu2.1_amd64.deb ...
11:19:46 #11 40.13 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:19:46 #11 40.18 Selecting previously unselected package ca-certificates.
11:19:46 #11 40.18 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:19:46 #11 40.18 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:19:46 #11 40.26 Selecting previously unselected package libdbus-1-3:amd64.
11:19:46 #11 40.26 Preparing to unpack .../008-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
11:19:46 #11 40.26 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:19:46 #11 40.30 Selecting previously unselected package dbus-bin.
11:19:46 #11 40.30 Preparing to unpack .../009-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
11:19:46 #11 40.30 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:19:46 #11 40.32 Selecting previously unselected package dbus-session-bus-common.
11:19:46 #11 40.32 Preparing to unpack .../010-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:19:46 #11 40.33 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:19:46 #11 40.35 Selecting previously unselected package dbus-daemon.
11:19:46 #12 28.71   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     33/80 
11:19:46 #12 28.94   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      34/80 
11:19:46 #12 28.96   Installing       : perl-Carp-1.42-396.el8.noarch                        35/80 
11:19:46 #11 19.85 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libstdc++-11-dev armhf 11.3.0-1ubuntu1~22.04 [2140 kB]
11:19:46 #10 41.05 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
11:19:46 #10 41.05 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:19:46 #10 41.08 Selecting previously unselected package libtask-weaken-perl.
11:19:46 #10 41.09 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
11:19:46 #10 41.09 Unpacking libtask-weaken-perl (1.06-1) ...
11:19:46 #10 41.12 Selecting previously unselected package libxml-parser-perl:amd64.
11:19:46 #10 41.12 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
11:19:46 #10 41.12 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
11:19:46 #10 41.16 Selecting previously unselected package libsoap-lite-perl.
11:19:46 #10 41.17 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
11:19:46 #10 41.17 Unpacking libsoap-lite-perl (1.27-1) ...
11:19:46 #10 41.22 Selecting previously unselected package libsort-key-perl.
11:19:46 #10 41.23 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
11:19:46 #10 41.23 Unpacking libsort-key-perl (1.33-2+b3) ...
11:19:46 #10 41.26 Selecting previously unselected package libstring-copyright-perl.
11:19:46 #10 41.26 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
11:19:46 #10 41.26 Unpacking libstring-copyright-perl (0.003006-1) ...
11:19:46 #10 41.29 Selecting previously unselected package libstring-escape-perl.
11:19:46 #10 39.21 Selecting previously unselected package g++.
11:19:46 #10 39.21 Preparing to unpack .../081-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:19:46 #10 39.21 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:19:46 #10 39.25 Selecting previously unselected package make.
11:19:46 #10 39.25 Preparing to unpack .../082-make_4.1-9.1ubuntu1_arm64.deb ...
11:19:46 #10 39.25 Unpacking make (4.1-9.1ubuntu1) ...
11:19:46 #10 39.29 Selecting previously unselected package libdpkg-perl.
11:19:46 #10 39.29 Preparing to unpack .../083-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:19:46 #10 39.30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:19:46 #10 39.35 Selecting previously unselected package patch.
11:19:46 #12 28.10   Installing       : gc-7.6.4-3.el8.aarch64                               68/79 
11:19:46 #11 42.48 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:19:46 #11 42.48 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:19:46 #11 42.54 Selecting previously unselected package libsort-versions-perl.
11:19:46 #11 42.54 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
11:19:46 #11 42.55 Unpacking libsort-versions-perl (1.62-1) ...
11:19:46 #11 42.58 Selecting previously unselected package libgit-wrapper-perl.
11:19:46 #11 42.58 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:46 #11 42.59 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:46 #11 42.62 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:46 #11 42.62 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:19:46 #11 42.62 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:19:46 #11 42.65 Selecting previously unselected package libio-prompter-perl.
11:19:46 #11 42.66 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
11:19:46 #11 42.66 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:46 #11 42.70 Selecting previously unselected package libjson-perl.
11:19:46 #10 16.20 debconf: delaying package configuration, since apt-utils is not installed
11:19:46 #10 16.24 Fetched 69.6 MB in 6s (12.0 MB/s)
11:19:46 #10 38.23 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:19:46 #10 38.27 Selecting previously unselected package libxml-sax-base-perl.
11:19:46 #10 38.27 Preparing to unpack .../363-libxml-sax-base-perl_1.09-3_all.deb ...
11:19:46 #10 38.27 Unpacking libxml-sax-base-perl (1.09-3) ...
11:19:46 #10 38.33 Selecting previously unselected package libxml-sax-perl.
11:19:46 #10 38.33 Preparing to unpack .../364-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:19:46 #10 38.33 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:19:46 #10 38.38 Selecting previously unselected package libxml-libxml-perl.
11:19:46 #10 38.38 Preparing to unpack .../365-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_arm64.deb ...
11:19:46 #10 38.39 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:19:46 #10 38.46 Selecting previously unselected package libxml-sax-expat-perl.
11:19:46 #11 32.98 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git-man all 1:2.37.2-1ubuntu1.4 [975 kB]
11:19:46 #10 20.69 Selecting previously unselected package libmagic1:armhf.
11:19:46 #10 20.69 Preparing to unpack .../007-libmagic1_1%3a5.44-3_armhf.deb ...
11:19:46 #10 20.69 Unpacking libmagic1:armhf (1:5.44-3) ...
11:19:46 #10 20.74 Selecting previously unselected package file.
11:19:46 #10 20.74 Preparing to unpack .../008-file_1%3a5.44-3_armhf.deb ...
11:19:46 #10 20.75 Unpacking file (1:5.44-3) ...
11:19:46 #10 20.78 Selecting previously unselected package gettext-base.
11:19:46 #10 20.78 Preparing to unpack .../009-gettext-base_0.21-12_armhf.deb ...
11:19:46 #10 20.80 Unpacking gettext-base (0.21-12) ...
11:19:46 #10 20.86 Selecting previously unselected package libuchardet0:armhf.
11:19:46 #10 20.86 Preparing to unpack .../010-libuchardet0_0.0.7-1_armhf.deb ...
11:19:46 #10 20.86 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:19:46 #10 36.73 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
11:19:46 #10 36.74 Unpacking licensecheck (3.1.1-2) ...
11:19:46 #10 36.78 Selecting previously unselected package lzip.
11:19:46 #10 36.78 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
11:19:46 #10 36.79 Unpacking lzip (1.22-3) ...
11:19:46 #10 36.83 Selecting previously unselected package lzop.
11:19:46 #10 36.83 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
11:19:46 #10 36.86 Unpacking lzop (1.04-2) ...
11:19:46 #10 36.92 Selecting previously unselected package t1utils.
11:19:46 #10 36.93 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
11:19:46 #10 36.93 Unpacking t1utils (1.41-4) ...
11:19:46 #10 36.99 Selecting previously unselected package unzip.
11:19:46 #10 36.99 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ...
11:19:46 #10 37.00 Unpacking unzip (6.0-26+deb11u1) ...
11:19:46 #10 37.05 Selecting previously unselected package lintian.
11:19:46 #11 35.02 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
11:19:46 #21 16.16 Preparing to unpack .../7-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:19:46 #21 16.16 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:19:46 #10 44.54 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
11:19:46 #10 44.55 Unpacking t1utils (1.41-3) ...
11:19:46 #10 44.58 Selecting previously unselected package lintian.
11:19:46 #10 44.59 Preparing to unpack .../317-lintian_2.15.0_all.deb ...
11:19:46 #10 44.59 Unpacking lintian (2.15.0) ...
11:19:46 #10 44.73 Selecting previously unselected package lsb-release.
11:19:46 #10 44.74 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ...
11:19:46 #10 44.74 Unpacking lsb-release (10.2019051400) ...
11:19:46 #10 44.77 Selecting previously unselected package mailutils.
11:19:46 #10 44.77 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ...
11:19:46 #10 44.77 Unpacking mailutils (1:3.5-4) ...
11:19:46 #10 44.83 Selecting previously unselected package manpages-dev.
11:19:46 #10 19.77 Unpacking binutils (2.35.2-2) ...
11:19:46 #10 19.83 Selecting previously unselected package libc-dev-bin.
11:19:46 #10 19.83 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_armhf.deb ...
11:19:46 #10 19.84 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
11:19:46 #10 19.88 Selecting previously unselected package linux-libc-dev:armhf.
11:19:46 #10 19.88 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_armhf.deb ...
11:19:46 #10 19.89 Unpacking linux-libc-dev:armhf (5.10.162-1) ...
11:19:46 #10 43.23 Preparing to unpack .../224-libcommon-sense-perl_3.75-3_amd64.deb ...
11:19:46 #10 43.23 Unpacking libcommon-sense-perl:amd64 (3.75-3) ...
11:19:46 #10 43.26 Selecting previously unselected package libconfig-tiny-perl.
11:19:46 #10 43.26 Preparing to unpack .../225-libconfig-tiny-perl_2.28-2_all.deb ...
11:19:46 #10 43.27 Unpacking libconfig-tiny-perl (2.28-2) ...
11:19:46 #10 43.29 Selecting previously unselected package libparams-util-perl.
11:19:46 #10 43.30 Preparing to unpack .../226-libparams-util-perl_1.102-2+b1_amd64.deb ...
11:19:46 #10 43.30 Unpacking libparams-util-perl (1.102-2+b1) ...
11:19:46 #10 43.33 Selecting previously unselected package libsub-install-perl.
11:19:46 #10 43.33 Preparing to unpack .../227-libsub-install-perl_0.929-1_all.deb ...
11:19:46 #10 43.34 Unpacking libsub-install-perl (0.929-1) ...
11:19:46 #10 43.36 Selecting previously unselected package libdata-optlist-perl.
11:19:46 #10 43.37 Preparing to unpack .../228-libdata-optlist-perl_0.113-1_all.deb ...
11:19:46 #10 43.37 Unpacking libdata-optlist-perl (0.113-1) ...
11:19:46 #10 43.40 Selecting previously unselected package libsub-exporter-perl.
11:19:46 #10 43.40 Preparing to unpack .../229-libsub-exporter-perl_0.989-1_all.deb ...
11:19:46 #10 43.41 Unpacking libsub-exporter-perl (0.989-1) ...
11:19:46 #10 43.45 Selecting previously unselected package libconst-fast-perl.
11:19:46 #11 35.71 Selecting previously unselected package libelf1:arm64.
11:19:46 #11 35.71 Preparing to unpack .../019-libelf1_0.176-1.1build1_arm64.deb ...
11:19:46 #11 35.72 Unpacking libelf1:arm64 (0.176-1.1build1) ...
11:19:46 #11 35.77 Selecting previously unselected package libglib2.0-0:arm64.
11:19:46 #11 35.77 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
11:19:46 #11 35.77 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:19:46 #11 36.59 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
11:19:46 #11 36.64 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:19:46 #11 36.67 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
11:19:46 #13 1.726 CentOS Stream 9 - CRB                            12 MB/s | 5.3 MB     00:00    
11:19:46 #10 40.23 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
11:19:46 #10 40.24 Setting up libmpdec2:arm64 (2.4.2-2) ...
11:19:46 #10 40.26 Setting up libbinutils:arm64 (2.31.1-16) ...
11:19:46 #10 40.27 Setting up cpp-8 (8.3.0-6) ...
11:19:46 #10 40.28 Setting up libc-dev-bin (2.28-10+deb10u2) ...
11:19:46 #10 40.29 Setting up openssl (1.1.1n-0+deb10u4) ...
11:19:46 #10 40.30 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
11:19:46 #10 40.32 Setting up readline-common (7.0-5) ...
11:19:46 #10 40.33 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
11:19:46 #10 40.34 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
11:19:46 #10 40.35 Setting up libcc1-0:arm64 (8.3.0-6) ...
11:19:46 #10 40.36 Setting up iso-codes (4.2-1) ...
11:19:46 #10 40.37 Setting up liblocale-gettext-perl (1.07-3+b4) ...
11:19:46 #10 40.38 Setting up liblsan0:arm64 (8.3.0-6) ...
11:19:46 #10 40.39 Setting up dctrl-tools (2.24-3) ...
11:19:46 #10 40.41 Setting up libitm1:arm64 (8.3.0-6) ...
11:19:46 #10 40.42 Setting up debian-keyring (2019.02.25) ...
11:19:46 #11 40.35 Preparing to unpack .../011-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
11:19:46 #11 40.35 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:19:46 #11 40.38 Selecting previously unselected package dbus-system-bus-common.
11:19:46 #11 40.38 Preparing to unpack .../012-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:19:46 #11 40.38 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:19:46 #11 40.41 Selecting previously unselected package dbus.
11:19:46 #11 40.41 Preparing to unpack .../013-dbus_1.14.0-2ubuntu3_amd64.deb ...
11:19:46 #11 40.41 Unpacking dbus (1.14.0-2ubuntu3) ...
11:19:46 #11 40.44 Selecting previously unselected package distro-info-data.
11:19:46 #11 40.44 Preparing to unpack .../014-distro-info-data_0.54ubuntu0.1_all.deb ...
11:19:46 #11 40.45 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:19:46 #11 40.48 Selecting previously unselected package dmsetup.
11:19:46 #11 40.48 Preparing to unpack .../015-dmsetup_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:19:46 #11 40.48 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
11:19:46 #11 40.51 Selecting previously unselected package libglib2.0-0:amd64.
11:19:46 #11 40.52 Preparing to unpack .../016-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
11:19:46 #11 40.52 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:19:46 #11 40.57 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:19:46 #11 DONE 0.8s
11:19:46 
11:19:46 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:19:46 #12 DONE 0.1s
11:19:46 
11:19:46 #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
11:19:46 #12 28.97   Installing       : perl-Exporter-5.72-396.el8.noarch                    36/80 
11:19:46 #12 29.19   Installing       : perl-libs-4:5.26.3-422.el8.x86_64                    37/80 
11:19:46 #12 29.21   Installing       : perl-parent-1:0.237-1.el8.noarch                     38/80 
11:19:46 #12 29.22   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           39/80 
11:19:46 #12 29.23   Installing       : perl-macros-4:5.26.3-422.el8.x86_64                  40/80 
11:19:46 #12 29.24   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         41/80 
11:19:46 #12 29.27   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           42/80 
11:19:46 #12 29.28   Installing       : perl-File-Path-2.15-2.el8.noarch                     43/80 
11:19:46 #12 29.30   Installing       : perl-IO-1.38-422.el8.x86_64                          44/80 
11:19:46 #10 18.27 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:19:46 #10 18.56 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) over (2.31-13+rpi1+deb11u3) ...
11:19:46 #10 41.29 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
11:19:46 #10 41.29 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:46 #10 41.32 Selecting previously unselected package libstring-shellquote-perl.
11:19:46 #10 41.32 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
11:19:46 #10 41.33 Unpacking libstring-shellquote-perl (1.04-1) ...
11:19:46 #10 41.36 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
11:19:46 #10 41.36 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
11:19:46 #10 41.36 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
11:19:46 #10 41.39 Selecting previously unselected package libterm-readkey-perl.
11:19:46 #10 41.39 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
11:19:46 #10 41.40 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:19:46 #10 41.43 Selecting previously unselected package libtext-levenshteinxs-perl.
11:19:46 #10 41.43 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
11:19:46 #10 41.43 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:19:46 #10 41.46 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:19:46 #10 41.46 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
11:19:46 #10 41.47 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
11:19:46 #10 41.49 Selecting previously unselected package libtext-xslate-perl.
11:19:46 #10 39.36 Preparing to unpack .../084-patch_2.7.6-2ubuntu1.1_arm64.deb ...
11:19:46 #10 39.36 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:19:46 #10 39.40 Selecting previously unselected package dpkg-dev.
11:19:46 #10 39.40 Preparing to unpack .../085-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:19:46 #10 39.41 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:19:46 #10 39.48 Selecting previously unselected package build-essential.
11:19:46 #10 39.48 Preparing to unpack .../086-build-essential_12.4ubuntu1_arm64.deb ...
11:19:46 #10 39.48 Unpacking build-essential (12.4ubuntu1) ...
11:19:46 #10 39.52 Selecting previously unselected package libroken18-heimdal:arm64.
11:19:46 #10 39.52 Preparing to unpack .../087-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.53 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.57 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:19:46 #10 39.57 Preparing to unpack .../088-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.58 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.62 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:19:46 #12 28.43   Installing       : guile-5:2.0.14-7.el8.aarch64                         69/79 
11:19:46 #11 42.71 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
11:19:46 #11 42.71 Unpacking libjson-perl (4.02000-2) ...
11:19:46 #11 42.75 Selecting previously unselected package liblog-any-perl.
11:19:46 #11 42.75 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
11:19:46 #11 42.75 Unpacking liblog-any-perl (1.708-1) ...
11:19:46 #11 42.79 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:46 #11 42.79 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:19:46 #11 42.80 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:19:46 #11 42.83 Selecting previously unselected package libpackage-stash-perl.
11:19:46 #11 42.83 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
11:19:46 #11 42.83 Unpacking libpackage-stash-perl (0.38-1) ...
11:19:46 #11 42.87 Selecting previously unselected package libsub-identify-perl.
11:19:46 #11 42.87 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
11:19:46 #11 42.88 Unpacking libsub-identify-perl (0.14-1build2) ...
11:19:46 #11 42.91 Selecting previously unselected package libsub-name-perl.
11:19:46 #11 42.91 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
11:19:46 #11 42.91 Unpacking libsub-name-perl (0.26-1) ...
11:19:46 #11 42.94 Selecting previously unselected package libnamespace-clean-perl.
11:19:46 #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 ... 7700 files and directories currently installed.)
11:19:46 #10 16.30 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
11:19:46 #10 20.94 Selecting previously unselected package groff-base.
11:19:46 #10 20.94 Preparing to unpack .../011-groff-base_1.22.4-9_armhf.deb ...
11:19:46 #10 20.94 Unpacking groff-base (1.22.4-9) ...
11:19:46 #10 21.10 Selecting previously unselected package krb5-locales.
11:19:46 #10 21.10 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:19:46 #10 21.11 Unpacking krb5-locales (1.20.1-1) ...
11:19:46 #10 21.16 Selecting previously unselected package bsdextrautils.
11:19:46 #10 38.46 Preparing to unpack .../366-libxml-sax-expat-perl_0.51-2_all.deb ...
11:19:46 #10 38.47 Unpacking libxml-sax-expat-perl (0.51-2) ...
11:19:46 #10 38.50 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:46 #10 38.50 Preparing to unpack .../367-libxmlrpc-lite-perl_0.717-5_all.deb ...
11:19:46 #10 38.50 Unpacking libxmlrpc-lite-perl (0.717-5) ...
11:19:46 #10 38.54 Selecting previously unselected package libxmuu1:arm64.
11:19:46 #10 38.54 Preparing to unpack .../368-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:19:46 #10 38.55 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:19:46 #10 38.59 Selecting previously unselected package libxstring-perl:arm64.
11:19:46 #10 38.59 Preparing to unpack .../369-libxstring-perl_0.005-2+b1_arm64.deb ...
11:19:46 #10 38.59 Unpacking libxstring-perl:arm64 (0.005-2+b1) ...
11:19:46 #10 38.63 Selecting previously unselected package libyaml-0-2:arm64.
11:19:46 #10 38.64 Preparing to unpack .../370-libyaml-0-2_0.2.5-1_arm64.deb ...
11:19:46 #10 38.64 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:19:46 #10 38.67 Selecting previously unselected package libyaml-libyaml-perl.
11:19:46 #10 38.68 Preparing to unpack .../371-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ...
11:19:46 #10 38.68 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
11:19:46 #10 38.71 Selecting previously unselected package licensecheck.
11:19:46 #11 35.30 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:19:46 #11 35.31 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
11:19:46 #11 35.34 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB]
11:19:46 #11 35.45 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
11:19:46 #10 44.83 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ...
11:19:46 #10 44.83 Unpacking manpages-dev (4.16-2) ...
11:19:46 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:46 #7 DONE 42.1s
11:19:46 
11:19:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:46 #10 26.85 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:46 #10 26.89 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-moreutils-perl armhf 0.416-1build3 [52.5 kB]
11:19:46 #10 26.91 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl7 armhf 2.4.6-2 [35.8 kB]
11:19:46 #10 27.07 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl-dev armhf 2.4.6-2 [159 kB]
11:19:46 #10 27.42 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-http-perl all 6.17-1 [22.7 kB]
11:19:46 #10 27.43 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:19:46 #10 27.44 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:19:46 #10 27.50 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:19:46 #10 27.50 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:46 #10 27.51 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:46 #10 27.52 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librole-tiny-perl all 2.000006-1 [15.9 kB]
11:19:46 #10 27.52 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstrictures-perl all 2.000003-1 [16.1 kB]
11:19:46 #10 27.52 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-quote-perl all 2.005000-1 [17.0 kB]
11:19:46 #10 27.53 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmoo-perl all 2.003004-1 [45.5 kB]
11:19:46 #10 27.69 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-perl all 0.37-1 [18.3 kB]
11:19:46 #10 27.84 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-identify-perl armhf 0.14-1 [10.1 kB]
11:19:46 #10 27.86 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:46 #10 27.89 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:19:46 #10 27.91 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:19:46 #10 27.93 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-xs-perl armhf 0.28-3build2 [14.7 kB]
11:19:46 #10 27.95 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:19:46 #10 28.02 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:19:46 #10 28.02 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:19:46 #10 28.05 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-tiny-perl all 0.104-1 [55.3 kB]
11:19:46 #10 28.08 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libperlio-gzip-perl armhf 0.19-1build3 [13.3 kB]
11:19:46 #10 28.25 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:46 #10 28.40 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:19:46 #10 28.43 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-modules armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [41.9 kB]
11:19:46 #10 28.51 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-key-perl armhf 1.33-2 [33.6 kB]
11:19:46 #10 28.56 Get:269 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:19:46 #10 28.57 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:46 #10 28.59 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:46 #10 28.59 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libunicode-utf8-perl armhf 0.60-1build4 [17.2 kB]
11:19:46 #10 28.62 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:46 #10 28.62 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:46 #10 28.62 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:19:46 #10 28.81 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-libxml-perl armhf 2.0128+dfsg-5 [298 kB]
11:19:46 #10 29.22 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-parser-perl armhf 2.44-2build3 [196 kB]
11:19:46 #10 29.26 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:19:46 #10 29.26 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-simple-perl all 2.24-1 [63.6 kB]
11:19:46 #10 29.28 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-libyaml-perl armhf 0.69+repack-1 [24.1 kB]
11:19:46 #10 29.28 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf licensecheck all 3.0.31-2 [22.0 kB]
11:19:46 #10 29.30 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:19:46 #10 29.31 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf t1utils armhf 1.41-2 [48.2 kB]
11:19:46 #10 29.32 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lintian all 2.5.81ubuntu1 [847 kB]
11:19:46 #10 29.42 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages-dev all 4.15-1 [2217 kB]
11:19:46 #10 29.57 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-certifi all 2018.1.18-2 [144 kB]
11:19:46 #10 29.72 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-idna all 2.6-1 [32.5 kB]
11:19:46 #10 29.89 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
11:19:46 #10 30.02 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:19:46 #10 30.07 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-unidiff all 0.5.4-1 [7140 B]
11:19:46 #10 30.07 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:19:46 #10 30.08 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf unzip armhf 6.0-21ubuntu1.2 [155 kB]
11:19:46 #10 37.06 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
11:19:46 #10 37.07 Unpacking lintian (2.104.0) ...
11:19:46 #10 20.15 Selecting previously unselected package libcrypt-dev:armhf.
11:19:46 #10 20.15 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
11:19:46 #10 20.15 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
11:19:46 #10 20.22 Selecting previously unselected package libtirpc-dev:armhf.
11:19:46 #10 20.22 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
11:19:46 #10 20.22 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:19:46 #10 20.29 Selecting previously unselected package libnsl-dev:armhf.
11:19:46 #10 43.45 Preparing to unpack .../230-libconst-fast-perl_0.014-2_all.deb ...
11:19:46 #10 43.45 Unpacking libconst-fast-perl (0.014-2) ...
11:19:46 #10 43.48 Selecting previously unselected package libwant-perl.
11:19:46 #10 43.48 Preparing to unpack .../231-libwant-perl_0.29-2+b1_amd64.deb ...
11:19:46 #10 43.49 Unpacking libwant-perl (0.29-2+b1) ...
11:19:46 #10 43.52 Selecting previously unselected package libcontextual-return-perl.
11:19:46 #10 43.52 Preparing to unpack .../232-libcontextual-return-perl_0.004014-4_all.deb ...
11:19:46 #10 43.52 Unpacking libcontextual-return-perl (0.004014-4) ...
11:19:46 #10 43.55 Selecting previously unselected package libconvert-binhex-perl.
11:19:46 #10 43.56 Preparing to unpack .../233-libconvert-binhex-perl_1.125-3_all.deb ...
11:19:46 #10 43.56 Unpacking libconvert-binhex-perl (1.125-3) ...
11:19:46 #10 43.59 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:19:46 #10 43.59 Preparing to unpack .../234-libcpanel-json-xs-perl_4.35-1_amd64.deb ...
11:19:46 #10 43.60 Unpacking libcpanel-json-xs-perl:amd64 (4.35-1) ...
11:19:46 #10 43.64 Selecting previously unselected package libdevel-stacktrace-perl.
11:19:46 #10 43.64 Preparing to unpack .../235-libdevel-stacktrace-perl_2.0400-2_all.deb ...
11:19:46 #10 43.64 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
11:19:46 #10 43.68 Selecting previously unselected package libexception-class-perl.
11:19:46 #11 35.89 Selecting previously unselected package libglib2.0-data.
11:19:46 #11 35.89 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:19:46 #11 35.90 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:19:46 #11 35.95 Selecting previously unselected package tzdata.
11:19:46 #11 35.95 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:19:46 #11 35.95 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:19:46 #11 36.15 Selecting previously unselected package libicu66:arm64.
11:19:46 #11 36.73 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
11:19:46 #11 36.83 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
11:19:46 #11 36.85 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:19:46 #11 36.85 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:19:46 #11 36.86 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:46 #11 36.86 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:46 #11 36.88 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
11:19:46 #10 40.43 Setting up libreadline7:arm64 (7.0-5) ...
11:19:46 #10 40.44 Setting up libgdbm6:arm64 (1.18.1-4) ...
11:19:46 #10 40.46 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:19:46 #10 40.47 Setting up libtsan0:arm64 (8.3.0-6) ...
11:19:46 #10 40.48 Setting up pinentry-curses (1.1.0-2) ...
11:19:46 #10 40.50 Setting up manpages-dev (4.16-2) ...
11:19:46 #10 40.51 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:46 #10 40.52 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
11:19:46 #10 40.56 Setting up libxcb1:arm64 (1.13.1-2) ...
11:19:46 #10 40.57 Setting up at (3.1.23-1) ...
11:19:46 #10 40.70 invoke-rc.d: could not determine current runlevel
11:19:46 #12 29.32   Installing       : perl-PathTools-3.74-1.el8.x86_64                     45/80 
11:19:46 #12 29.35   Installing       : perl-constant-1.33-396.el8.noarch                    46/80 
11:19:46 #12 29.36   Installing       : perl-threads-1:2.21-2.el8.x86_64                     47/80 
11:19:46 #11 40.57 Preparing to unpack .../017-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
11:19:46 #11 40.57 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:19:46 #11 40.59 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:19:46 #11 40.60 Preparing to unpack .../018-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
11:19:46 #11 40.60 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:19:46 #11 40.62 Selecting previously unselected package iso-codes.
11:19:46 #11 40.62 Preparing to unpack .../019-iso-codes_4.11.0-1_all.deb ...
11:19:46 #11 40.63 Unpacking iso-codes (4.11.0-1) ...
11:19:46 #11 40.81 Selecting previously unselected package krb5-locales.
11:19:46 #11 40.82 Preparing to unpack .../020-krb5-locales_1.20-1ubuntu0.1_all.deb ...
11:19:46 #11 40.82 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
11:19:46 #11 40.85 Selecting previously unselected package less.
11:19:46 #11 40.85 Preparing to unpack .../021-less_590-1ubuntu0.22.10.1_amd64.deb ...
11:19:46 #11 40.86 Unpacking less (590-1ubuntu0.22.10.1) ...
11:19:46 #11 40.88 Selecting previously unselected package libmd0:amd64.
11:19:46 #11 40.88 Preparing to unpack .../022-libmd0_1.0.4-2_amd64.deb ...
11:19:46 #11 40.89 Unpacking libmd0:amd64 (1.0.4-2) ...
11:19:46 #11 40.91 Selecting previously unselected package libbsd0:amd64.
11:19:46 #11 40.91 Preparing to unpack .../023-libbsd0_0.11.6-1_amd64.deb ...
11:19:46 #11 40.92 Unpacking libbsd0:amd64 (0.11.6-1) ...
11:19:46 #11 40.94 Selecting previously unselected package libelf1:amd64.
11:19:46 #11 40.94 Preparing to unpack .../024-libelf1_0.187-4_amd64.deb ...
11:19:46 #10 41.50 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
11:19:46 #10 41.50 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:19:46 #10 41.54 Selecting previously unselected package libtime-duration-perl.
11:19:46 #10 41.55 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
11:19:46 #10 41.55 Unpacking libtime-duration-perl (1.21-1) ...
11:19:46 #10 41.58 Selecting previously unselected package libtime-moment-perl.
11:19:46 #10 41.58 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
11:19:46 #10 41.58 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:19:46 #10 41.61 Selecting previously unselected package libtype-tiny-xs-perl.
11:19:46 #10 41.62 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
11:19:46 #10 41.62 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:19:46 #10 41.65 Selecting previously unselected package libunicode-utf8-perl.
11:19:46 #10 41.65 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
11:19:46 #10 41.66 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:19:46 #10 41.69 Selecting previously unselected package libunwind8:amd64.
11:19:46 #10 41.69 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
11:19:46 #10 41.69 Unpacking libunwind8:amd64 (1.3.2-2) ...
11:19:46 #10 41.73 Selecting previously unselected package libxdelta2.
11:19:46 #10 39.63 Preparing to unpack .../089-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.63 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.67 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:19:46 #10 39.68 Preparing to unpack .../090-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.68 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.72 Selecting previously unselected package libwind0-heimdal:arm64.
11:19:46 #10 39.72 Preparing to unpack .../091-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.73 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.77 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:19:46 #10 39.78 Preparing to unpack .../092-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.78 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #10 39.82 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:19:46 #10 39.82 Preparing to unpack .../093-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:46 #10 39.83 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:46 #7 ...
11:19:46 
11:19:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:46 #0 1.692 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
11:19:46 #0 2.003 Get:2 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [72.3 kB]
11:19:46 #0 2.175 Get:3 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [146 kB]
11:19:46 #0 2.258 Get:4 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
11:19:46 #0 2.258 Get:5 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
11:19:46 #0 2.258 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [20.0 MB]
11:19:46 #0 4.429 Fetched 20.2 MB in 3s (6065 kB/s)
11:19:46 #0 4.429 Reading package lists...
11:19:46 #0 5.847 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.
11:19:46 #0 5.856 Reading package lists...
11:19:46 #0 7.245 Building dependency tree...
11:19:46 #0 7.481 Reading state information...
11:19:46 #0 7.921 The following additional packages will be installed:
11:19:46 #0 7.921   autoconf automake autopoint autotools-dev binutils
11:19:46 #0 7.921   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bsdutils bzip2
11:19:46 #0 7.921   cpp cpp-12 debhelper dh-autoreconf dh-strip-nondeterminism dpkg dpkg-dev dwz
11:19:46 #0 7.921   fakeroot file gcc gcc-12 gcc-12-base gettext gettext-base git-man groff-base
11:19:46 #0 7.921   intltool-debian libarchive-zip-perl libasan8 libatomic1
11:19:46 #0 7.921   libb-hooks-op-check-perl libbinutils libblkid1 libc-bin libc-dev-bin libc6
11:19:46 #0 7.921   libc6-dev libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
11:19:46 #0 7.921   libclone-perl libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcurl3-gnutls
11:19:46 #0 7.921   libcurl4 libdebhelper-perl libdevel-callchecker-perl libdigest-md5-file-perl
11:19:46 #0 7.921   libdpkg-perl libdynaloader-functions-perl libelf1 libencode-locale-perl
11:19:46 #0 7.921   liberror-perl libexpat1 libfakeroot libfile-dirlist-perl
11:19:46 #0 7.921   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:19:46 #0 7.921   libfile-touch-perl libfile-which-perl libgcc-12-dev libgcc-s1 libgomp1
11:19:46 #0 7.921   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:19:46 #0 7.921   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:19:46 #0 7.921   libhttp-negotiate-perl libicu72 libimport-into-perl libio-html-perl
11:19:46 #0 7.921   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 libjansson4
11:19:46 #0 7.921   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzma5 libmagic-mgc
11:19:46 #0 7.921   libmagic1 libmd0 libmodule-runtime-perl libmoo-perl libmount1 libmpc3
11:19:46 #0 7.921   libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev libnsl2
11:19:46 #0 7.921   libparams-classify-perl libperl5.36 libpipeline1 libpython3-stdlib
11:19:46 #0 7.921   libpython3.11-minimal libpython3.11-stdlib libregexp-ipv6-perl
11:19:46 #0 7.921   librole-tiny-perl libsmartcols1 libstdc++6 libsub-override-perl
11:19:46 #0 7.921   libsub-quote-perl libswitch-perl libtimedate-perl libtirpc-common
11:19:46 #0 7.921   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1 libuchardet0
11:19:46 #0 7.921   liburi-perl libuuid1 libwww-perl libwww-robotrules-perl libxml2
11:19:46 #0 7.921   linux-libc-dev m4 make man-db media-types mount patch patchutils perl
11:19:46 #0 7.921   perl-base perl-modules-5.36 perl-openssl-defaults po-debconf python3
11:19:46 #0 7.921   python3-minimal python3.11 python3.11-minimal rpcsvc-proto sensible-utils
11:19:46 #0 7.921   util-linux util-linux-extra wdiff xz-utils
11:19:46 #0 7.921 Suggested packages:
11:19:46 #0 7.921   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:19:46 #0 7.921   gcc-12-locales cpp-12-doc dh-make adequate at autopkgtest bls-standalone
11:19:46 #0 7.921   bsd-mailx | mailx build-essential check-all-the-things cvs-buildpackage
11:19:46 #0 7.921   diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot
11:19:46 #0 7.921   how-can-i-help libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:19:46 #0 7.921   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:19:46 #0 7.921   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:19:46 #0 7.921   reprotest ssh-client svn-buildpackage w3m debsig-verify debian-keyring
11:19:46 #0 7.921   gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-12-doc gettext-doc
11:19:46 #0 7.921   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:19:46 #0 7.921   git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff
11:19:46 #0 7.921   glibc-doc libc-l10n locales libnss-nis libnss-nisplus bzr libdata-dump-perl
11:19:46 #0 7.921   libcrypt-ssleay-perl cryptsetup-bin libscalar-number-perl libtool-doc
11:19:46 #0 7.921   gfortran | fortran95-compiler gcj-jdk libsub-name-perl libbusiness-isbn-perl
11:19:46 #0 7.921   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser nfs-common ed
11:19:46 #0 7.921   diffutils-doc perl-doc libterm-readline-gnu-perl
11:19:46 #0 7.921   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:19:46 #0 7.921   python3-doc python3-tk python3-venv python3.11-venv python3.11-doc
11:19:46 #0 7.921   binfmt-support dosfstools kbd util-linux-locales wdiff-doc
11:19:46 #0 7.921 Recommended packages:
11:19:46 #0 7.921   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:19:46 #0 7.921   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:19:46 #0 7.921   licensecheck lintian python3-apt python3-debian python3-magic
11:19:46 #0 7.921   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:19:46 #0 7.921   libsoap-lite-perl pristine-tar build-essential libalgorithm-merge-perl less
11:19:46 #0 7.921   ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl
11:19:46 #0 7.921   libarchive-cpio-perl libhtml-format-perl libnamespace-clean-perl
11:19:46 #0 7.921   libxstring-perl libltdl-dev uuid-runtime libdata-dump-perl libhtml-form-perl
11:19:46 #0 7.921   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:19:46 #0 9.978 The following NEW packages will be installed:
11:19:46 #0 9.978   autoconf automake autopoint autotools-dev binutils
11:19:46 #0 9.978   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12
11:19:46 #0 9.978   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:19:46 #0 9.978   equivs fakeroot file gcc gcc-12 gettext gettext-base git git-man groff-base
11:19:46 #0 9.978   intltool-debian libarchive-zip-perl libasan8 libb-hooks-op-check-perl
11:19:46 #0 9.978   libbinutils libc-dev-bin libc6-dev libcc1-0 libclass-method-modifiers-perl
11:19:46 #0 9.978   libclass-xsaccessor-perl libclone-perl libcrypt-dev libctf-nobfd0 libctf0
11:19:46 #0 9.978   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
11:19:46 #0 9.978   libdigest-md5-file-perl libdpkg-perl libdynaloader-functions-perl libelf1
11:19:46 #0 9.978   libencode-locale-perl liberror-perl libexpat1 libfakeroot
11:19:46 #0 9.978   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
11:19:46 #0 9.978   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:19:46 #0 9.978   libgcc-12-dev libgomp1 libhtml-parser-perl libhtml-tagset-perl
11:19:46 #0 9.978   libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:19:46 #0 9.978   libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl
11:19:46 #0 9.978   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:19:46 #0 9.978   libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:19:46 #0 9.978   libmagic-mgc libmagic1 libmd0 libmodule-runtime-perl libmoo-perl libmpc3
11:19:46 #0 9.978   libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev libnsl2
11:19:46 #0 9.978   libparams-classify-perl libpipeline1 libpython3-stdlib libpython3.11-minimal
11:19:46 #0 9.978   libpython3.11-stdlib libregexp-ipv6-perl librole-tiny-perl
11:19:46 #0 9.978   libsub-override-perl libsub-quote-perl libswitch-perl libtimedate-perl
11:19:46 #0 9.978   libtirpc-common libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1
11:19:46 #0 9.978   libuchardet0 liburi-perl libwww-perl libwww-robotrules-perl libxml2
11:19:46 #0 9.978   linux-libc-dev m4 make man-db media-types patch patchutils
11:19:46 #0 9.978   perl-openssl-defaults po-debconf python3 python3-minimal python3.11
11:19:46 #0 9.978   python3.11-minimal rpcsvc-proto sensible-utils wdiff xz-utils
11:19:46 #0 9.981 The following packages will be upgraded:
11:19:46 #0 9.981   bsdutils curl dpkg gcc-12-base libatomic1 libblkid1 libc-bin libc6 libcrypt1
11:19:46 #0 9.981   libcurl4 libgcc-s1 liblzma5 libmount1 libperl5.36 libsmartcols1 libstdc++6
11:19:46 #0 9.981   libuuid1 mount perl perl-base perl-modules-5.36 util-linux util-linux-extra
11:19:46 #10 ...
11:19:46 
11:19:46 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:46 #12 28.45   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         69/79 
11:19:46 #12 28.74   Installing       : gdb-headless-8.2-19.el8.aarch64                      70/79 
11:19:46 #12 28.75   Installing       : go-srpm-macros-2-17.el8.noarch                       71/79 
11:19:46 #12 28.76   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   72/79 
11:19:46 #12 28.77   Installing       : efi-srpm-macros-3-3.el8.noarch                       73/79 
11:19:46 #12 28.79   Installing       : dwz-0.12-10.el8.aarch64                              74/79 
11:19:46 #12 28.81   Installing       : redhat-rpm-config-130-1.el8.noarch                   75/79 
11:19:46 #12 28.84   Installing       : rpm-build-4.14.3-26.el8.aarch64                      76/79 
11:19:46 #12 28.88   Installing       : rpmlint-1.10-14.el8.noarch                           77/79 
11:19:46 #12 28.89   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                78/79 
11:19:46 #12 28.91   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        79/79 
11:19:46 #12 28.93   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         79/79 
11:19:46 #11 42.95 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:46 #11 42.95 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:46 #11 42.98 Selecting previously unselected package libpath-tiny-perl.
11:19:46 #11 42.99 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
11:19:46 #11 42.99 Unpacking libpath-tiny-perl (0.108-1) ...
11:19:46 #11 43.02 Selecting previously unselected package libtype-tiny-perl.
11:19:46 #11 43.02 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
11:19:46 #11 43.03 Unpacking libtype-tiny-perl (1.008001-2) ...
11:19:46 #11 43.10 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:46 #11 43.10 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:19:46 #11 43.11 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:19:46 #11 43.15 Selecting previously unselected package libhash-fieldhash-perl.
11:19:46 #11 43.15 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
11:19:46 #11 43.15 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:19:46 #11 43.19 Selecting previously unselected package libhtml-form-perl.
11:19:46 #11 43.19 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
11:19:46 #11 43.20 Unpacking libhtml-form-perl (6.07-1) ...
11:19:46 #10 16.53 Unpacking libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) over (2.28-10+rpi1+deb10u2) ...
11:19:46 #10 21.16 Preparing to unpack .../013-bsdextrautils_2.38.1-5_armhf.deb ...
11:19:46 #10 21.17 Unpacking bsdextrautils (2.38.1-5) ...
11:19:46 #10 21.22 Selecting previously unselected package libpipeline1:armhf.
11:19:46 #10 21.22 Preparing to unpack .../014-libpipeline1_1.5.7-1_armhf.deb ...
11:19:46 #10 21.22 Unpacking libpipeline1:armhf (1.5.7-1) ...
11:19:46 #10 21.28 Selecting previously unselected package man-db.
11:19:46 #10 21.28 Preparing to unpack .../015-man-db_2.11.2-1_armhf.deb ...
11:19:46 #10 21.29 Unpacking man-db (2.11.2-1) ...
11:19:47 #10 38.72 Preparing to unpack .../372-licensecheck_3.3.5-1_all.deb ...
11:19:47 #10 38.72 Unpacking licensecheck (3.3.5-1) ...
11:19:47 #10 38.78 Selecting previously unselected package plzip.
11:19:47 #10 38.78 Preparing to unpack .../373-plzip_1.10-5_arm64.deb ...
11:19:47 #10 38.78 Unpacking plzip (1.10-5) ...
11:19:47 #10 38.83 Selecting previously unselected package lzop.
11:19:47 #10 38.83 Preparing to unpack .../374-lzop_1.04-2_arm64.deb ...
11:19:47 #10 38.83 Unpacking lzop (1.04-2) ...
11:19:47 #10 38.87 Selecting previously unselected package t1utils.
11:19:47 #10 38.87 Preparing to unpack .../375-t1utils_1.41-4_arm64.deb ...
11:19:47 #10 38.88 Unpacking t1utils (1.41-4) ...
11:19:47 #10 38.92 Selecting previously unselected package unzip.
11:19:47 #10 38.92 Preparing to unpack .../376-unzip_6.0-28_arm64.deb ...
11:19:47 #10 38.92 Unpacking unzip (6.0-28) ...
11:19:47 #11 35.45 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
11:19:47 #11 35.46 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:47 #11 35.46 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB]
11:19:47 #11 35.46 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:19:47 #11 35.48 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:19:47 #11 35.49 Get:328 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB]
11:19:47 #10 45.17 Selecting previously unselected package psmisc.
11:19:47 #10 45.17 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ...
11:19:47 #10 45.17 Unpacking psmisc (23.2-1+deb10u1) ...
11:19:47 #10 45.21 Selecting previously unselected package publicsuffix.
11:19:47 #10 45.22 Preparing to unpack .../322-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
11:19:47 #10 45.22 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
11:19:47 #10 45.26 Selecting previously unselected package python-apt-common.
11:19:47 #10 45.26 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ...
11:19:47 #10 45.26 Unpacking python-apt-common (1.8.4.3) ...
11:19:47 #10 45.31 Selecting previously unselected package python3-apt.
11:19:47 #10 45.31 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ...
11:19:47 #10 45.31 Unpacking python3-apt (1.8.4.3) ...
11:19:47 #10 45.36 Selecting previously unselected package python3-certifi.
11:19:47 #10 45.36 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
11:19:47 #10 30.15 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf wdiff armhf 1.2.2-2 [27.7 kB]
11:19:47 #10 30.16 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf equivs all 2.1.0 [19.4 kB]
11:19:47 #10 30.16 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:47 #10 30.17 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-magic all 2:0.4.15-1 [9280 B]
11:19:47 #10 37.39 Selecting previously unselected package lsb-release.
11:19:47 #10 37.39 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
11:19:47 #10 37.40 Unpacking lsb-release (11.1.0) ...
11:19:47 #10 37.44 Selecting previously unselected package manpages-dev.
11:19:47 #10 37.44 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
11:19:47 #10 37.44 Unpacking manpages-dev (5.10-1) ...
11:19:47 #11 33.53 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git arm64 1:2.37.2-1ubuntu1.4 [3355 kB]
11:19:47 #10 43.68 Preparing to unpack .../236-libexception-class-perl_1.45-1_all.deb ...
11:19:47 #10 43.68 Unpacking libexception-class-perl (1.45-1) ...
11:19:47 #10 43.71 Selecting previously unselected package libiterator-perl.
11:19:47 #10 43.71 Preparing to unpack .../237-libiterator-perl_0.03+ds1-2_all.deb ...
11:19:47 #10 43.72 Unpacking libiterator-perl (0.03+ds1-2) ...
11:19:47 #10 43.75 Selecting previously unselected package libiterator-util-perl.
11:19:47 #10 43.75 Preparing to unpack .../238-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:19:47 #10 43.75 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:19:47 #10 43.78 Selecting previously unselected package libdata-dpath-perl.
11:19:47 #10 43.79 Preparing to unpack .../239-libdata-dpath-perl_0.58-2_all.deb ...
11:19:47 #10 43.79 Unpacking libdata-dpath-perl (0.58-2) ...
11:19:47 #10 43.82 Selecting previously unselected package libdata-dump-perl.
11:19:47 #10 43.82 Preparing to unpack .../240-libdata-dump-perl_1.25-1_all.deb ...
11:19:47 #10 43.83 Unpacking libdata-dump-perl (1.25-1) ...
11:19:47 #10 43.86 Selecting previously unselected package libdata-messagepack-perl.
11:19:47 #10 43.86 Preparing to unpack .../241-libdata-messagepack-perl_1.02-1+b1_amd64.deb ...
11:19:47 #10 43.86 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
11:19:47 #10 43.89 Selecting previously unselected package libnet-domain-tld-perl.
11:19:47 #11 36.15 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ...
11:19:47 #11 36.16 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
11:19:47 #10 20.29 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ...
11:19:47 #10 20.29 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:19:47 #10 20.34 Selecting previously unselected package libc6-dev:armhf.
11:19:47 #10 20.34 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_armhf.deb ...
11:19:47 #10 20.34 Unpacking libc6-dev:armhf (2.31-13+deb11u5) ...
11:19:47 #10 40.71 invoke-rc.d: policy-rc.d denied execution of start.
11:19:47 #10 40.71 Setting up libedit2:arm64 (3.1-20181209-1) ...
11:19:47 #10 40.77 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
11:19:47 #10 40.78 Setting up cron (3.0pl1-134+deb10u1) ...
11:19:47 #10 40.85 Adding group `crontab' (GID 102) ...
11:19:47 #11 40.95 Unpacking libelf1:amd64 (0.187-4) ...
11:19:47 #11 40.97 Selecting previously unselected package libglib2.0-data.
11:19:47 #11 40.97 Preparing to unpack .../025-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:19:47 #11 40.97 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:19:47 #11 41.02 Selecting previously unselected package libicu71:amd64.
11:19:47 #11 41.02 Preparing to unpack .../026-libicu71_71.1-3ubuntu1_amd64.deb ...
11:19:47 #11 41.02 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
11:19:47 #11 41.21 Selecting previously unselected package libxml2:amd64.
11:19:47 #10 41.73 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
11:19:47 #10 41.73 Unpacking libxdelta2 (1.1.3-9.3) ...
11:19:47 #10 41.76 Selecting previously unselected package libxext6:amd64.
11:19:47 #10 41.77 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
11:19:47 #10 41.77 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
11:19:47 #10 41.80 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:47 #10 41.80 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:19:47 #10 41.81 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:19:47 #10 41.84 Selecting previously unselected package libxml-sax-base-perl.
11:19:47 #10 41.84 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:19:47 #10 41.84 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:19:47 #10 41.89 Selecting previously unselected package libxml-sax-perl.
11:19:47 #10 41.89 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:19:47 #10 41.90 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:19:47 #10 41.93 Selecting previously unselected package libxml-libxml-perl.
11:19:47 #10 41.94 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
11:19:47 #10 41.94 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:19:47 #10 42.00 Selecting previously unselected package libxml-sax-expat-perl.
11:19:47 #10 42.01 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
11:19:47 #10 42.01 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:19:47 #10 42.03 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:47 #10 42.04 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:19:47 #10 42.04 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:19:47 #10 39.87 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:19:47 #10 39.88 Preparing to unpack .../094-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:47 #10 39.88 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:47 #10 39.91 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:19:47 #10 39.92 Preparing to unpack .../095-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:19:47 #10 39.92 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:47 #10 39.96 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:47 #10 39.96 Preparing to unpack .../096-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:19:47 #10 39.96 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:47 #10 40.00 Selecting previously unselected package libsasl2-2:arm64.
11:19:47 #10 40.00 Preparing to unpack .../097-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:19:47 #10 40.00 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:47 #10 40.04 Selecting previously unselected package libldap-common.
11:19:47 #10 40.04 Preparing to unpack .../098-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:19:47 #10 40.04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:19:47 #10 40.11 Selecting previously unselected package libldap-2.4-2:arm64.
11:19:47 #12 28.94   Running scriptlet: xz-libs-5.2.4-4.el8_6.aarch64                        79/79 
11:19:47 #12 29.09   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           1/79 
11:19:47 #12 29.09   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         2/79 
11:19:47 #12 29.09   Verifying        : desktop-file-utils-0.26-1.el8.aarch64                 3/79 
11:19:47 #12 29.09   Verifying        : dwz-0.12-10.el8.aarch64                               4/79 
11:19:47 #12 29.09   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/79 
11:19:47 #12 29.09   Verifying        : gc-7.6.4-3.el8.aarch64                                6/79 
11:19:47 #12 29.09   Verifying        : gdb-headless-8.2-19.el8.aarch64                       7/79 
11:19:47 #12 29.09   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/79 
11:19:47 #12 29.09   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/79 
11:19:47 #12 29.09   Verifying        : guile-5:2.0.14-7.el8.aarch64                         10/79 
11:19:47 #12 29.09   Verifying        : libatomic_ops-7.6.2-3.el8.aarch64                    11/79 
11:19:47 #12 29.09   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     12/79 
11:19:47 #12 29.09   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  13/79 
11:19:47 #12 29.09   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  14/79 
11:19:47 #12 29.09   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   15/79 
11:19:47 #12 29.09   Verifying        : perl-srpm-macros-1-25.el8.noarch                     16/79 
11:19:47 #12 29.09   Verifying        : python-rpm-macros-3-44.el8.noarch                    17/79 
11:19:47 #12 29.09   Verifying        : python-srpm-macros-3-44.el8.noarch                   18/79 
11:19:47 #12 29.09   Verifying        : python3-rpm-macros-3-44.el8.noarch                   19/79 
11:19:47 #12 29.09   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  20/79 
11:19:47 #12 29.09   Verifying        : redhat-rpm-config-130-1.el8.noarch                   21/79 
11:19:47 #12 29.09   Verifying        : rpm-build-4.14.3-26.el8.aarch64                      22/79 
11:19:47 #12 29.09   Verifying        : rpmlint-1.10-14.el8.noarch                           23/79 
11:19:47 #12 29.09   Verifying        : rust-srpm-macros-5-2.el8.noarch                      24/79 
11:19:47 #12 29.09   Verifying        : zstd-1.4.4-1.el8.aarch64                             25/79 
11:19:47 #12 29.09   Verifying        : binutils-2.30-119.el8.aarch64                        26/79 
11:19:47 #12 29.09   Verifying        : bzip2-1.0.6-26.el8.aarch64                           27/79 
11:19:47 #12 29.09   Verifying        : cpio-2.12-11.el8.aarch64                             28/79 
11:19:47 #12 29.09   Verifying        : diffutils-3.6-6.el8.aarch64                          29/79 
11:19:47 #12 29.09   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                30/79 
11:19:47 #12 29.09   Verifying        : elfutils-0.188-3.el8.aarch64                         31/79 
11:19:47 #12 29.09   Verifying        : elfutils-debuginfod-client-0.188-3.el8.aarch64       32/79 
11:19:47 #12 29.09   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 33/79 
11:19:47 #12 29.09   Verifying        : file-5.33-21.el8.aarch64                             34/79 
11:19:47 #12 29.09   Verifying        : glibc-gconv-extra-2.28-224.el8.aarch64               35/79 
11:19:47 #12 29.09   Verifying        : groff-base-1.22.3-18.el8.aarch64                     36/79 
11:19:47 #12 29.09   Verifying        : libbabeltrace-1.5.4-4.el8.aarch64                    37/79 
11:19:47 #12 29.09   Verifying        : libpkgconf-1.4.2-1.el8.aarch64                       38/79 
11:19:47 #12 29.09   Verifying        : libtool-ltdl-2.4.6-25.el8.aarch64                    39/79 
11:19:47 #12 29.09   Verifying        : ncurses-6.1-9.20180224.el8.aarch64                   40/79 
11:19:47 #12 29.09   Verifying        : patch-2.7.6-11.el8.aarch64                           41/79 
11:19:47 #12 29.09   Verifying        : perl-Carp-1.42-396.el8.noarch                        42/79 
11:19:47 #12 29.09   Verifying        : perl-Encode-4:2.97-3.el8.aarch64                     43/79 
11:19:47 #12 29.09   Verifying        : perl-Errno-1.28-422.el8.aarch64                      44/79 
11:19:47 #12 29.09   Verifying        : perl-Exporter-5.72-396.el8.noarch                    45/79 
11:19:47 #12 29.09   Verifying        : perl-File-Path-2.15-2.el8.noarch                     46/79 
11:19:47 #12 29.09   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                47/79 
11:19:47 #12 29.09   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 48/79 
11:19:47 #12 29.09   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    49/79 
11:19:47 #12 29.09   Verifying        : perl-IO-1.38-422.el8.aarch64                         50/79 
11:19:47 #12 29.09   Verifying        : perl-MIME-Base64-3.15-396.el8.aarch64                51/79 
11:19:47 #12 29.09   Verifying        : perl-PathTools-3.74-1.el8.aarch64                    52/79 
11:19:47 #12 29.09   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               53/79 
11:19:47 #12 29.09   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 54/79 
11:19:47 #12 29.09   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                55/79 
11:19:47 #12 29.09   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 56/79 
11:19:47 #12 29.09   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          57/79 
11:19:47 #12 29.09   Verifying        : perl-Socket-4:2.027-3.el8.aarch64                    58/79 
11:19:47 #12 29.09   Verifying        : perl-Storable-1:3.11-3.el8.aarch64                   59/79 
11:19:47 #12 29.09   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              60/79 
11:19:47 #12 29.09   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    61/79 
11:19:47 #12 29.09   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             62/79 
11:19:47 #12 29.09   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         63/79 
11:19:47 #12 29.09   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 64/79 
11:19:47 #12 29.09   Verifying        : perl-Unicode-Normalize-1.25-396.el8.aarch64          65/79 
11:19:47 #12 29.09   Verifying        : perl-constant-1.33-396.el8.noarch                    66/79 
11:19:47 #12 29.09   Verifying        : perl-interpreter-4:5.26.3-422.el8.aarch64            67/79 
11:19:47 #12 29.09   Verifying        : perl-libs-4:5.26.3-422.el8.aarch64                   68/79 
11:19:47 #12 29.09   Verifying        : perl-macros-4:5.26.3-422.el8.aarch64                 69/79 
11:19:47 #12 29.09   Verifying        : perl-parent-1:0.237-1.el8.noarch                     70/79 
11:19:47 #12 29.09   Verifying        : perl-podlators-4.11-1.el8.noarch                     71/79 
11:19:47 #12 29.09   Verifying        : perl-threads-1:2.21-2.el8.aarch64                    72/79 
11:19:47 #12 29.10   Verifying        : perl-threads-shared-1.58-2.el8.aarch64               73/79 
11:19:47 #12 29.10   Verifying        : pkgconf-1.4.2-1.el8.aarch64                          74/79 
11:19:47 #12 29.10   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        75/79 
11:19:47 #12 29.10   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.aarch64               76/79 
11:19:47 #12 29.10   Verifying        : unzip-6.0-46.el8.aarch64                             77/79 
11:19:47 #12 29.10   Verifying        : xz-5.2.4-4.el8.aarch64                               78/79 
11:19:47 #11 43.23 Selecting previously unselected package libhtml-format-perl.
11:19:47 #11 43.23 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
11:19:47 #11 43.23 Unpacking libhtml-format-perl (2.12-1) ...
11:19:47 #11 43.27 Selecting previously unselected package libhttp-daemon-perl.
11:19:47 #11 43.27 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:19:47 #11 43.28 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:19:47 #11 43.32 Selecting previously unselected package libidn11:amd64.
11:19:47 #11 43.32 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
11:19:47 #11 43.32 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
11:19:47 #11 43.37 Selecting previously unselected package libstruct-dumb-perl.
11:19:47 #11 43.37 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
11:19:47 #11 43.38 Unpacking libstruct-dumb-perl (0.09-1) ...
11:19:47 #11 43.41 Selecting previously unselected package libio-async-perl.
11:19:47 #11 43.41 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
11:19:47 #11 43.42 Unpacking libio-async-perl (0.75-1) ...
11:19:47 #10 ...
11:19:47 
11:19:47 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:47 #9 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 5.9s done
11:19:47 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 4.0s
11:19:47 #10 21.49 Selecting previously unselected package manpages.
11:19:47 #10 21.49 Preparing to unpack .../016-manpages_6.03-1_all.deb ...
11:19:47 #10 21.49 Unpacking manpages (6.03-1) ...
11:19:47 #10 21.70 Selecting previously unselected package libbsd0:armhf.
11:19:47 #10 21.70 Preparing to unpack .../017-libbsd0_0.11.7-2_armhf.deb ...
11:19:47 #10 38.99 Selecting previously unselected package lintian.
11:19:47 #10 38.99 Preparing to unpack .../377-lintian_2.116.3_all.deb ...
11:19:47 #10 39.00 Unpacking lintian (2.116.3) ...
11:19:47 #11 35.78 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB]
11:19:47 #11 35.84 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
11:19:47 #11 35.85 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:19:47 #11 35.85 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB]
11:19:47 #11 35.85 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:19:47 #11 35.86 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:47 #11 35.86 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:19:47 #11 35.86 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB]
11:19:47 #11 35.86 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB]
11:19:47 #11 35.87 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB]
11:19:47 #11 35.87 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B]
11:19:47 #10 45.36 Unpacking python3-certifi (2018.8.24-1) ...
11:19:47 #10 45.40 Selecting previously unselected package python3-idna.
11:19:47 #10 45.40 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
11:19:47 #10 45.41 Unpacking python3-idna (2.6-1) ...
11:19:47 #10 45.44 Selecting previously unselected package python3-magic.
11:19:47 #10 45.44 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
11:19:47 #10 45.45 Unpacking python3-magic (2:0.4.15-2) ...
11:19:47 #10 45.48 Selecting previously unselected package python3-urllib3.
11:19:47 #10 45.48 Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
11:19:47 #10 45.48 Unpacking python3-urllib3 (1.24.1-1) ...
11:19:47 #10 45.52 Selecting previously unselected package python3-requests.
11:19:47 #10 45.52 Preparing to unpack .../329-python3-requests_2.21.0-1_all.deb ...
11:19:47 #10 45.53 Unpacking python3-requests (2.21.0-1) ...
11:19:47 #10 45.56 Selecting previously unselected package python3-unidiff.
11:19:47 #10 45.56 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
11:19:47 #10 45.57 Unpacking python3-unidiff (0.5.4-1) ...
11:19:47 #10 45.59 Selecting previously unselected package python3-xdg.
11:19:47 #10 30.44 debconf: delaying package configuration, since apt-utils is not installed
11:19:47 #10 30.50 Fetched 84.7 MB in 22s (3932 kB/s)
11:19:47 #10 30.53 Selecting previously unselected package liblocale-gettext-perl.
11:19:47 #10 30.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 ... 4045 files and directories currently installed.)
11:19:47 #10 30.54 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_armhf.deb ...
11:19:47 #10 30.54 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:19:47 #10 30.59 Selecting previously unselected package libssl1.1:armhf.
11:19:47 #10 30.59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
11:19:47 #10 30.60 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:47 #10 37.74 Selecting previously unselected package pbzip2.
11:19:47 #10 37.74 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
11:19:47 #10 37.75 Unpacking pbzip2 (1.1.13-1) ...
11:19:47 #10 37.78 Selecting previously unselected package pixz.
11:19:47 #11 33.73 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:47 #11 33.73 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-7 [11.6 kB]
11:19:47 #11 33.73 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:19:47 #11 33.73 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libaliased-perl all 0.34-2 [13.5 kB]
11:19:47 #11 33.73 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
11:19:47 #11 33.73 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:19:47 #11 33.73 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarray-intspan-perl all 2.004-2 [25.0 kB]
11:19:47 #11 33.74 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:19:47 #11 33.74 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:19:47 #10 43.89 Preparing to unpack .../242-libnet-domain-tld-perl_1.75-3_all.deb ...
11:19:47 #10 43.90 Unpacking libnet-domain-tld-perl (1.75-3) ...
11:19:47 #10 43.93 Selecting previously unselected package libdata-validate-domain-perl.
11:19:47 #10 43.93 Preparing to unpack .../243-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:19:47 #10 43.94 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:19:47 #10 43.97 Selecting previously unselected package libnet-ipv6addr-perl.
11:19:47 #10 43.97 Preparing to unpack .../244-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:19:47 #10 43.97 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:19:47 #10 44.00 Selecting previously unselected package libnet-netmask-perl.
11:19:47 #10 44.01 Preparing to unpack .../245-libnet-netmask-perl_2.0002-2_all.deb ...
11:19:47 #10 44.01 Unpacking libnet-netmask-perl (2.0002-2) ...
11:19:47 #10 44.04 Selecting previously unselected package libnetaddr-ip-perl.
11:19:47 #10 44.05 Preparing to unpack .../246-libnetaddr-ip-perl_4.079+dfsg-2+b1_amd64.deb ...
11:19:47 #10 44.05 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:19:47 #10 44.09 Selecting previously unselected package libdata-validate-ip-perl.
11:19:47 #10 44.09 Preparing to unpack .../247-libdata-validate-ip-perl_0.31-1_all.deb ...
11:19:47 #10 44.09 Unpacking libdata-validate-ip-perl (0.31-1) ...
11:19:47 #10 44.12 Selecting previously unselected package libdata-validate-uri-perl.
11:19:47 #10 44.13 Preparing to unpack .../248-libdata-validate-uri-perl_0.07-2_all.deb ...
11:19:47 #10 44.13 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:19:47 #10 44.17 Selecting previously unselected package libdevel-size-perl.
11:19:47 #10 44.17 Preparing to unpack .../249-libdevel-size-perl_0.83-2+b1_amd64.deb ...
11:19:47 #10 44.17 Unpacking libdevel-size-perl (0.83-2+b1) ...
11:19:47 #10 44.20 Selecting previously unselected package libdistro-info-perl.
11:19:47 #10 44.20 Preparing to unpack .../250-libdistro-info-perl_1.5_all.deb ...
11:19:47 #10 44.21 Unpacking libdistro-info-perl (1.5) ...
11:19:47 #10 44.25 Selecting previously unselected package libemail-address-xs-perl.
11:19:47 #11 20.48 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf g++-11 armhf 11.3.0-1ubuntu1~22.04 [9025 kB]
11:19:47 #10 20.81 Selecting previously unselected package libisl23:armhf.
11:19:47 #10 20.81 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ...
11:19:47 #10 29.04 Selecting previously unselected package g++-8.
11:19:47 #10 29.04 Preparing to unpack .../050-g++-8_8.3.0-6_armhf.deb ...
11:19:47 #10 29.05 Unpacking g++-8 (8.3.0-6) ...
11:19:47 #10 40.86 Done.
11:19:47 #10 40.89 invoke-rc.d: could not determine current runlevel
11:19:47 #10 40.89 invoke-rc.d: policy-rc.d denied execution of start.
11:19:47 #10 41.00 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:19:47 #10 41.01 Setting up m4 (1.4.18-2) ...
11:19:47 #10 41.02 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
11:19:47 #10 41.03 Setting up binutils (2.31.1-16) ...
11:19:47 #10 41.04 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
11:19:47 #10 41.05 Setting up ca-certificates (20200601~deb10u2) ...
11:19:47 #11 37.28 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:19:47 #11 37.36 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:19:47 #11 37.36 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:19:47 #11 37.38 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:19:47 #11 37.45 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
11:19:47 #11 37.49 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
11:19:47 #11 41.21 Preparing to unpack .../027-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
11:19:47 #11 41.21 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:19:47 #11 41.25 Selecting previously unselected package libyaml-0-2:amd64.
11:19:47 #11 41.25 Preparing to unpack .../028-libyaml-0-2_0.2.5-1_amd64.deb ...
11:19:47 #11 41.25 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
11:19:47 #11 41.28 Selecting previously unselected package lsb-release.
11:19:47 #11 41.28 Preparing to unpack .../029-lsb-release_11.2ubuntu1_all.deb ...
11:19:47 #11 41.28 Unpacking lsb-release (11.2ubuntu1) ...
11:19:47 #11 41.31 Selecting previously unselected package netbase.
11:19:47 #11 41.31 Preparing to unpack .../030-netbase_6.3_all.deb ...
11:19:47 #11 41.32 Unpacking netbase (6.3) ...
11:19:47 #11 41.34 Selecting previously unselected package python3-dbus.
11:19:47 #11 41.34 Preparing to unpack .../031-python3-dbus_1.2.18-3build1_amd64.deb ...
11:19:47 #11 41.35 Unpacking python3-dbus (1.2.18-3build1) ...
11:19:47 #11 41.38 Selecting previously unselected package python3-gi.
11:19:47 #11 41.38 Preparing to unpack .../032-python3-gi_3.42.2-2_amd64.deb ...
11:19:47 #11 41.38 Unpacking python3-gi (3.42.2-2) ...
11:19:47 #11 41.42 Selecting previously unselected package networkd-dispatcher.
11:19:47 #11 41.42 Preparing to unpack .../033-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
11:19:47 #11 41.42 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
11:19:47 #11 41.45 Selecting previously unselected package python-apt-common.
11:19:47 #11 41.45 Preparing to unpack .../034-python-apt-common_2.4.0+22.10_all.deb ...
11:19:47 #11 41.45 Unpacking python-apt-common (2.4.0+22.10) ...
11:19:47 #11 41.48 Selecting previously unselected package python3-apt.
11:19:47 #11 41.48 Preparing to unpack .../035-python3-apt_2.4.0+22.10_amd64.deb ...
11:19:47 #11 41.48 Unpacking python3-apt (2.4.0+22.10) ...
11:19:47 #11 41.51 Selecting previously unselected package python3-pkg-resources.
11:19:47 #11 41.52 Preparing to unpack .../036-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:19:47 #11 41.52 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:19:47 #9 45.87 Setting up libmpc3:amd64 (1.1.0-1) ...
11:19:47 #9 45.88 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:19:47 #9 45.89 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:47 #9 45.90 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
11:19:47 #9 45.92 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:19:47 #9 45.93 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:19:47 #9 45.95 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:19:47 #9 45.95 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
11:19:47 #9 45.95 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:19:47 #9 45.95 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
11:19:47 #9 45.96 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:47 #9 46.01 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:47 #10 42.07 Selecting previously unselected package libxmuu1:amd64.
11:19:47 #10 42.07 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
11:19:47 #10 42.08 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
11:19:47 #10 42.12 Selecting previously unselected package libyaml-0-2:amd64.
11:19:47 #10 42.12 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
11:19:47 #10 42.12 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
11:19:47 #10 42.15 Selecting previously unselected package libyaml-libyaml-perl.
11:19:47 #10 42.15 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
11:19:47 #10 42.16 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:19:47 #10 42.19 Selecting previously unselected package licensecheck.
11:19:47 #10 42.19 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
11:19:47 #10 42.19 Unpacking licensecheck (3.1.1-2) ...
11:19:47 #10 42.23 Selecting previously unselected package lzip.
11:19:47 #10 42.23 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
11:19:47 #10 42.23 Unpacking lzip (1.22-3) ...
11:19:47 #12 29.38   Installing       : perl-threads-shared-1.58-2.el8.x86_64                48/80 
11:19:47 #12 29.96   Installing       : perl-interpreter-4:5.26.3-422.el8.x86_64             49/80 
11:19:47 #12 29.99   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     50/80 
11:19:47 #12 30.00   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     50/80 
11:19:47 #12 30.01   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        51/80 
11:19:47 #12 30.03   Installing       : pkgconf-1.4.2-1.el8.x86_64                           52/80 
11:19:47 #12 30.04   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                53/80 
11:19:47 #12 30.07   Installing       : libbabeltrace-1.5.4-4.el8.x86_64                     54/80 
11:19:47 #10 40.11 Preparing to unpack .../099-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
11:19:47 #10 40.11 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
11:19:47 #10 40.16 Selecting previously unselected package libnghttp2-14:arm64.
11:19:47 #10 40.16 Preparing to unpack .../100-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
11:19:47 #10 40.17 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:19:47 #10 40.21 Selecting previously unselected package librtmp1:arm64.
11:19:47 #10 40.21 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
11:19:47 #10 40.22 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:19:47 #10 40.26 Selecting previously unselected package libcurl4:arm64.
11:19:47 #10 40.26 Preparing to unpack .../102-libcurl4_7.58.0-2ubuntu3.23_arm64.deb ...
11:19:47 #10 40.26 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.23) ...
11:19:47 #10 40.31 Selecting previously unselected package curl.
11:19:47 #10 40.31 Preparing to unpack .../103-curl_7.58.0-2ubuntu3.23_arm64.deb ...
11:19:47 #10 40.31 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:19:47 #12 29.10   Verifying        : zip-3.0-23.el8.aarch64                               79/79 
11:19:47 #12 29.26 
11:19:47 #12 29.26 Downgraded:
11:19:47 #12 29.26   xz-libs-5.2.4-4.el8.aarch64                                                   
11:19:47 #12 29.26 Installed:
11:19:47 #12 29.26   binutils-2.30-119.el8.aarch64                                                 
11:19:47 #12 29.26   bzip2-1.0.6-26.el8.aarch64                                                    
11:19:47 #12 29.26   cpio-2.12-11.el8.aarch64                                                      
11:19:47 #12 29.26   desktop-file-utils-0.26-1.el8.aarch64                                         
11:19:47 #12 29.26   diffutils-3.6-6.el8.aarch64                                                   
11:19:47 #12 29.26   dnf-plugins-core-4.0.21-18.el8.noarch                                         
11:19:47 #12 29.26   dwz-0.12-10.el8.aarch64                                                       
11:19:47 #12 29.26   efi-srpm-macros-3-3.el8.noarch                                                
11:19:47 #12 29.26   elfutils-0.188-3.el8.aarch64                                                  
11:19:47 #12 29.26   elfutils-debuginfod-client-0.188-3.el8.aarch64                                
11:19:47 #12 29.26   emacs-filesystem-1:26.1-9.el8.noarch                                          
11:19:47 #12 29.26   file-5.33-21.el8.aarch64                                                      
11:19:47 #12 29.26   gc-7.6.4-3.el8.aarch64                                                        
11:19:47 #12 29.26   gdb-headless-8.2-19.el8.aarch64                                               
11:19:47 #12 29.26   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
11:19:47 #12 29.26   glibc-gconv-extra-2.28-224.el8.aarch64                                        
11:19:47 #12 29.26   go-srpm-macros-2-17.el8.noarch                                                
11:19:47 #12 29.26   groff-base-1.22.3-18.el8.aarch64                                              
11:19:47 #12 29.26   guile-5:2.0.14-7.el8.aarch64                                                  
11:19:47 #12 29.26   libatomic_ops-7.6.2-3.el8.aarch64                                             
11:19:47 #12 29.26   libbabeltrace-1.5.4-4.el8.aarch64                                             
11:19:47 #12 29.26   libpkgconf-1.4.2-1.el8.aarch64                                                
11:19:47 #12 29.26   libtool-ltdl-2.4.6-25.el8.aarch64                                             
11:19:47 #12 29.26   ncurses-6.1-9.20180224.el8.aarch64                                            
11:19:47 #12 29.26   ocaml-srpm-macros-5-4.el8.noarch                                              
11:19:47 #12 29.26   openblas-srpm-macros-2-2.el8.noarch                                           
11:19:47 #12 29.26   patch-2.7.6-11.el8.aarch64                                                    
11:19:47 #12 29.26   perl-Carp-1.42-396.el8.noarch                                                 
11:19:47 #12 29.26   perl-Encode-4:2.97-3.el8.aarch64                                              
11:19:47 #12 29.26   perl-Errno-1.28-422.el8.aarch64                                               
11:19:47 #12 29.26   perl-Exporter-5.72-396.el8.noarch                                             
11:19:47 #12 29.26   perl-File-Path-2.15-2.el8.noarch                                              
11:19:47 #12 29.26   perl-File-Temp-0.230.600-1.el8.noarch                                         
11:19:47 #12 29.26   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
11:19:47 #12 29.26   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
11:19:47 #12 29.26   perl-IO-1.38-422.el8.aarch64                                                  
11:19:47 #12 29.26   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
11:19:47 #12 29.26   perl-MIME-Base64-3.15-396.el8.aarch64                                         
11:19:47 #12 29.26   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
11:19:47 #12 29.26   perl-PathTools-3.74-1.el8.aarch64                                             
11:19:47 #12 29.26   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
11:19:47 #12 29.26   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
11:19:47 #12 29.26   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
11:19:47 #12 29.26   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
11:19:47 #12 29.26   perl-Scalar-List-Utils-3:1.49-2.el8.aarch64                                   
11:19:47 #12 29.26   perl-Socket-4:2.027-3.el8.aarch64                                             
11:19:47 #12 29.26   perl-Storable-1:3.11-3.el8.aarch64                                            
11:19:47 #12 29.26   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
11:19:47 #12 29.26   perl-Term-Cap-1.17-395.el8.noarch                                             
11:19:47 #12 29.26   perl-Text-ParseWords-3.30-395.el8.noarch                                      
11:19:47 #12 29.26   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
11:19:47 #12 29.26   perl-Time-Local-1:1.280-1.el8.noarch                                          
11:19:47 #12 29.26   perl-Unicode-Normalize-1.25-396.el8.aarch64                                   
11:19:47 #12 29.26   perl-constant-1.33-396.el8.noarch                                             
11:19:47 #12 29.26   perl-interpreter-4:5.26.3-422.el8.aarch64                                     
11:19:47 #12 29.26   perl-libs-4:5.26.3-422.el8.aarch64                                            
11:19:47 #12 29.26   perl-macros-4:5.26.3-422.el8.aarch64                                          
11:19:47 #12 29.26   perl-parent-1:0.237-1.el8.noarch                                              
11:19:47 #12 29.26   perl-podlators-4.11-1.el8.noarch                                              
11:19:47 #12 29.26   perl-srpm-macros-1-25.el8.noarch                                              
11:19:47 #12 29.26   perl-threads-1:2.21-2.el8.aarch64                                             
11:19:47 #12 29.26   perl-threads-shared-1.58-2.el8.aarch64                                        
11:19:47 #12 29.26   pkgconf-1.4.2-1.el8.aarch64                                                   
11:19:47 #12 29.26   pkgconf-m4-1.4.2-1.el8.noarch                                                 
11:19:47 #12 29.26   pkgconf-pkg-config-1.4.2-1.el8.aarch64                                        
11:19:47 #12 29.26   python-rpm-macros-3-44.el8.noarch                                             
11:19:47 #12 29.26   python-srpm-macros-3-44.el8.noarch                                            
11:19:47 #12 29.26   python3-rpm-macros-3-44.el8.noarch                                            
11:19:47 #12 29.26   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
11:19:47 #12 29.26   redhat-rpm-config-130-1.el8.noarch                                            
11:19:47 #12 29.26   rpm-build-4.14.3-26.el8.aarch64                                               
11:19:47 #12 29.26   rpmlint-1.10-14.el8.noarch                                                    
11:19:47 #12 29.26   rust-srpm-macros-5-2.el8.noarch                                               
11:19:47 #12 29.26   unzip-6.0-46.el8.aarch64                                                      
11:19:47 #12 29.26   xz-5.2.4-4.el8.aarch64                                                        
11:19:47 #12 29.26   zip-3.0-23.el8.aarch64                                                        
11:19:47 #12 29.26   zstd-1.4.4-1.el8.aarch64                                                      
11:19:47 #12 29.26 
11:19:47 #12 29.26 Complete!
11:19:47 #11 43.47 Selecting previously unselected package liblinux-epoll-perl.
11:19:47 #11 43.48 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
11:19:47 #11 43.48 Unpacking liblinux-epoll-perl (0.017-1) ...
11:19:47 #11 43.52 Selecting previously unselected package libio-async-loop-epoll-perl.
11:19:47 #11 43.52 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:19:47 #11 43.53 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:19:47 #11 43.56 Selecting previously unselected package libtypes-serialiser-perl.
11:19:47 #11 43.56 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
11:19:47 #11 43.56 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:19:47 #11 43.60 Selecting previously unselected package libjson-xs-perl.
11:19:47 #11 43.60 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
11:19:47 #11 43.60 Unpacking libjson-xs-perl (4.020-1build1) ...
11:19:47 #11 43.64 Selecting previously unselected package libjson-maybexs-perl.
11:19:47 #11 43.64 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
11:19:47 #11 43.65 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:19:47 #11 43.68 Selecting previously unselected package liblist-compare-perl.
11:19:47 #11 43.68 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
11:19:47 #11 43.69 Unpacking liblist-compare-perl (0.53-1) ...
11:19:47 #10 21.71 Unpacking libbsd0:armhf (0.11.7-2) ...
11:19:47 #10 21.77 Selecting previously unselected package libedit2:armhf.
11:19:47 #10 21.77 Preparing to unpack .../018-libedit2_3.1-20221030-2_armhf.deb ...
11:19:47 #10 21.77 Unpacking libedit2:armhf (3.1-20221030-2) ...
11:19:47 #10 21.84 Selecting previously unselected package libcbor0.8:armhf.
11:19:47 #10 21.84 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_armhf.deb ...
11:19:47 #10 21.84 Unpacking libcbor0.8:armhf (0.8.0-2+b1) ...
11:19:47 #10 21.88 Selecting previously unselected package libfido2-1:armhf.
11:19:47 #10 21.88 Preparing to unpack .../020-libfido2-1_1.12.0-2_armhf.deb ...
11:19:47 #10 21.89 Unpacking libfido2-1:armhf (1.12.0-2) ...
11:19:47 #10 39.33 Selecting previously unselected package lsb-release.
11:19:47 #10 39.34 Preparing to unpack .../378-lsb-release_12.0-1_all.deb ...
11:19:47 #10 39.34 Unpacking lsb-release (12.0-1) ...
11:19:47 #10 39.37 Selecting previously unselected package manpages-dev.
11:19:47 #10 39.37 Preparing to unpack .../379-manpages-dev_6.03-1_all.deb ...
11:19:47 #10 39.38 Unpacking manpages-dev (6.03-1) ...
11:19:47 #11 36.14 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
11:19:47 #11 36.15 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
11:19:47 #11 36.19 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:19:47 #11 36.19 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB]
11:19:47 #11 36.20 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB]
11:19:47 #11 36.20 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
11:19:47 #11 36.20 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:19:47 #11 36.20 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:19:47 #11 36.20 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:19:47 #11 36.21 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
11:19:47 #11 36.22 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
11:19:47 #10 45.60 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ...
11:19:47 #10 45.60 Unpacking python3-xdg (0.25-5) ...
11:19:47 #10 45.63 Selecting previously unselected package shared-mime-info.
11:19:47 #10 45.64 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
11:19:47 #10 45.64 Unpacking shared-mime-info (1.10-1) ...
11:19:47 #10 45.75 Selecting previously unselected package strace.
11:19:47 #10 45.76 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
11:19:47 #10 45.76 Unpacking strace (4.26-0.2) ...
11:19:47 #10 45.83 Selecting previously unselected package unzip.
11:19:47 #10 45.83 Preparing to unpack .../334-unzip_6.0-23+deb10u3_amd64.deb ...
11:19:47 #10 45.84 Unpacking unzip (6.0-23+deb10u3) ...
11:19:47 #10 45.89 Selecting previously unselected package xauth.
11:19:47 #13 1.022 CentOS Stream 9 - BaseOS                         24 kB/s | 7.1 kB     00:00    
11:19:47 #10 30.77 Selecting previously unselected package libpython3.6-minimal:armhf.
11:19:47 #10 30.77 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:19:47 #10 30.77 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:19:47 #10 37.78 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
11:19:47 #10 37.79 Unpacking pixz (1.0.7-1) ...
11:19:47 #10 37.82 Selecting previously unselected package xdelta.
11:19:47 #10 37.83 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
11:19:47 #10 37.83 Unpacking xdelta (1.1.3-9.3) ...
11:19:47 #10 37.86 Selecting previously unselected package xdelta3.
11:19:47 #10 37.87 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
11:19:47 #10 37.87 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:19:47 #10 37.91 Selecting previously unselected package pristine-tar.
11:19:47 #10 37.91 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
11:19:47 #10 37.91 Unpacking pristine-tar (1.49) ...
11:19:47 #10 37.95 Selecting previously unselected package publicsuffix.
11:19:47 #10 37.96 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
11:19:47 #10 37.96 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
11:19:47 #10 38.00 Selecting previously unselected package python-apt-common.
11:19:47 #10 38.01 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
11:19:47 #10 38.01 Unpacking python-apt-common (2.2.1) ...
11:19:47 #10 38.06 Selecting previously unselected package python3-apt.
11:19:47 #10 38.07 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
11:19:47 #10 38.07 Unpacking python3-apt (2.2.1) ...
11:19:47 #10 38.12 Selecting previously unselected package python3-certifi.
11:19:47 #11 34.13 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libvariable-magic-perl arm64 0.62-2 [34.4 kB]
11:19:47 #10 44.26 Preparing to unpack .../251-libemail-address-xs-perl_1.05-1+b1_amd64.deb ...
11:19:47 #10 44.26 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
11:19:47 #10 44.29 Selecting previously unselected package libexporter-tiny-perl.
11:19:47 #10 44.29 Preparing to unpack .../252-libexporter-tiny-perl_1.006000-1_all.deb ...
11:19:47 #10 44.30 Unpacking libexporter-tiny-perl (1.006000-1) ...
11:19:47 #10 44.33 Selecting previously unselected package libfcgi-bin.
11:19:47 #10 44.33 Preparing to unpack .../253-libfcgi-bin_2.4.2-2_amd64.deb ...
11:19:47 #10 44.34 Unpacking libfcgi-bin (2.4.2-2) ...
11:19:47 #10 44.36 Selecting previously unselected package libindirect-perl.
11:19:47 #10 44.37 Preparing to unpack .../254-libindirect-perl_0.39-2+b1_amd64.deb ...
11:19:47 #10 44.37 Unpacking libindirect-perl (0.39-2+b1) ...
11:19:47 #10 44.40 Selecting previously unselected package libxs-parse-keyword-perl.
11:19:47 #10 44.40 Preparing to unpack .../255-libxs-parse-keyword-perl_0.33-1_amd64.deb ...
11:19:47 #10 44.41 Unpacking libxs-parse-keyword-perl (0.33-1) ...
11:19:47 #10 44.44 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
11:19:47 #10 44.44 Preparing to unpack .../256-libxs-parse-sublike-perl_0.16-1+b2_amd64.deb ...
11:19:47 #10 44.44 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
11:19:47 #10 44.47 Selecting previously unselected package libobject-pad-perl.
11:19:47 #11 20.98 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
11:19:47 #11 20.98 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
11:19:47 #11 20.98 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:19:47 #11 20.98 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
11:19:47 #11 20.98 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
11:19:47 #11 20.99 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
11:19:47 #11 20.99 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:19:47 #11 21.01 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
11:19:47 #11 21.01 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:19:47 #10 20.81 Unpacking libisl23:armhf (0.23-1) ...
11:19:47 #10 20.91 Selecting previously unselected package libmpfr6:armhf.
11:19:47 #10 20.91 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ...
11:19:47 #10 20.92 Unpacking libmpfr6:armhf (4.1.0-3) ...
11:19:47 #10 21.00 Selecting previously unselected package libmpc3:armhf.
11:19:47 #10 21.00 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ...
11:19:47 #10 21.01 Unpacking libmpc3:armhf (1.2.0-1) ...
11:19:47 #11 36.85 Selecting previously unselected package libxml2:arm64.
11:19:47 #11 36.85 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
11:19:47 #11 36.85 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:19:47 #11 37.62 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
11:19:47 #11 37.63 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:19:47 #11 37.65 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
11:19:47 #11 37.66 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
11:19:47 #11 37.66 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
11:19:47 #11 41.55 Selecting previously unselected package shared-mime-info.
11:19:47 #11 41.55 Preparing to unpack .../037-shared-mime-info_2.2-1_amd64.deb ...
11:19:47 #11 41.56 Unpacking shared-mime-info (2.2-1) ...
11:19:47 #11 41.61 Selecting previously unselected package systemd-resolved.
11:19:47 #11 41.61 Preparing to unpack .../038-systemd-resolved_251.4-1ubuntu7.1_amd64.deb ...
11:19:47 #11 41.61 Unpacking systemd-resolved (251.4-1ubuntu7.1) ...
11:19:47 #11 41.66 Selecting previously unselected package systemd-timesyncd.
11:19:47 #9 46.38 Updating certificates in /etc/ssl/certs...
11:19:47 #10 42.31 Selecting previously unselected package lzop.
11:19:47 #10 42.31 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
11:19:47 #10 42.31 Unpacking lzop (1.04-2) ...
11:19:47 #10 42.35 Selecting previously unselected package t1utils.
11:19:47 #10 42.35 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
11:19:47 #10 42.35 Unpacking t1utils (1.41-4) ...
11:19:47 #10 42.39 Selecting previously unselected package unzip.
11:19:47 #10 42.39 Preparing to unpack .../337-unzip_6.0-26+deb11u1_amd64.deb ...
11:19:47 #10 42.39 Unpacking unzip (6.0-26+deb11u1) ...
11:19:47 #10 42.45 Selecting previously unselected package lintian.
11:19:47 #10 42.45 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
11:19:47 #10 42.46 Unpacking lintian (2.104.0) ...
11:19:47 #12 30.08   Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64                     54/80 
11:19:47 #12 30.30   Installing       : glibc-gconv-extra-2.28-224.el8.x86_64                55/80 
11:19:47 #12 30.33   Running scriptlet: glibc-gconv-extra-2.28-224.el8.x86_64                55/80 
11:19:47 #12 30.34   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 56/80 
11:19:47 #12 30.36   Installing       : desktop-file-utils-0.26-1.el8.x86_64                 57/80 
11:19:47 #12 30.38   Installing       : elfutils-debuginfod-client-0.188-3.el8.x86_64        58/80 
11:19:47 #10 40.36 Selecting previously unselected package dctrl-tools.
11:19:47 #10 40.36 Preparing to unpack .../104-dctrl-tools_2.24-2build1_arm64.deb ...
11:19:47 #10 40.37 Unpacking dctrl-tools (2.24-2build1) ...
11:19:47 #10 40.41 Selecting previously unselected package libtool.
11:19:47 #10 40.41 Preparing to unpack .../105-libtool_2.4.6-2_all.deb ...
11:19:47 #10 40.41 Unpacking libtool (2.4.6-2) ...
11:19:47 #10 40.50 Selecting previously unselected package dh-autoreconf.
11:19:47 #10 40.50 Preparing to unpack .../106-dh-autoreconf_17_all.deb ...
11:19:47 #10 40.50 Unpacking dh-autoreconf (17) ...
11:19:47 #10 40.54 Selecting previously unselected package libarchive-zip-perl.
11:19:47 #10 40.54 Preparing to unpack .../107-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:19:47 #10 40.54 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:19:47 #10 40.58 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:47 #10 40.58 Preparing to unpack .../108-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:19:47 #10 40.59 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:19:47 #10 40.62 Selecting previously unselected package libtimedate-perl.
11:19:47 #10 40.62 Preparing to unpack .../109-libtimedate-perl_2.3000-2_all.deb ...
11:19:47 #10 40.63 Unpacking libtimedate-perl (2.3000-2) ...
11:19:47 #10 40.66 Selecting previously unselected package dh-strip-nondeterminism.
11:19:47 #10 40.66 Preparing to unpack .../110-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:19:47 #10 40.67 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:19:47 #10 40.70 Selecting previously unselected package libcroco3:arm64.
11:19:47 #11 43.78 Selecting previously unselected package liblist-moreutils-perl.
11:19:47 #11 43.79 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
11:19:47 #11 43.79 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:19:47 #11 43.83 Selecting previously unselected package liblist-someutils-perl.
11:19:47 #11 43.83 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
11:19:47 #11 43.83 Unpacking liblist-someutils-perl (0.58-1) ...
11:19:47 #11 43.87 Selecting previously unselected package liblist-someutils-xs-perl.
11:19:47 #11 43.87 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
11:19:47 #11 43.88 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:19:47 #11 43.92 Selecting previously unselected package libltdl7:amd64.
11:19:47 #11 43.92 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
11:19:47 #11 43.92 Unpacking libltdl7:amd64 (2.4.6-14) ...
11:19:47 #11 43.96 Selecting previously unselected package libltdl-dev:amd64.
11:19:47 #11 43.96 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
11:19:47 #11 43.97 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
11:19:47 #10 21.96 Selecting previously unselected package openssh-client.
11:19:47 #10 21.96 Preparing to unpack .../021-openssh-client_1%3a9.2p1-2_armhf.deb ...
11:19:47 #10 21.97 Unpacking openssh-client (1:9.2p1-2) ...
11:19:47 #10 22.13 Selecting previously unselected package ucf.
11:19:47 #10 22.13 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
11:19:47 #10 22.14 Moving old data out of the way
11:19:47 #10 39.67 Selecting previously unselected package pbzip2.
11:19:47 #10 39.67 Preparing to unpack .../380-pbzip2_1.1.13-1_arm64.deb ...
11:19:47 #10 39.68 Unpacking pbzip2 (1.1.13-1) ...
11:19:47 #10 39.71 Selecting previously unselected package pixz.
11:19:47 #10 39.71 Preparing to unpack .../381-pixz_1.0.7-2_arm64.deb ...
11:19:47 #10 39.72 Unpacking pixz (1.0.7-2) ...
11:19:47 #10 39.75 Selecting previously unselected package xdelta.
11:19:47 #10 39.75 Preparing to unpack .../382-xdelta_1.1.3-10.4_arm64.deb ...
11:19:47 #10 39.76 Unpacking xdelta (1.1.3-10.4) ...
11:19:47 #10 39.79 Selecting previously unselected package xdelta3.
11:19:47 #10 45.89 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
11:19:47 #10 45.90 Unpacking xauth (1:1.0.10-1) ...
11:19:47 #10 45.93 Selecting previously unselected package xdg-user-dirs.
11:19:47 #10 45.93 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
11:19:47 #10 45.94 Unpacking xdg-user-dirs (0.17-2) ...
11:19:47 #10 46.00 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:47 #10 46.01 Setting up libapt-pkg-perl (0.1.34+b1) ...
11:19:47 #10 46.02 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
11:19:47 #10 46.03 Setting up libpipeline1:amd64 (1.5.1-2) ...
11:19:47 #10 46.04 Setting up wdiff (1.2.2-2+b1) ...
11:19:47 #10 46.05 Setting up lsb-base (10.2019051400) ...
11:19:47 #10 46.06 Setting up mysql-common (5.8+1.0.5) ...
11:19:47 #10 46.09 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:19:47 #10 46.10 Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
11:19:47 #13 1.366 CentOS Stream 9 - AppStream                      26 kB/s | 7.2 kB     00:00    
11:19:47 #10 30.95 Selecting previously unselected package libexpat1:armhf.
11:19:47 #10 30.95 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_armhf.deb ...
11:19:47 #10 30.95 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:19:47 #10 31.00 Selecting previously unselected package python3.6-minimal.
11:19:47 #10 31.00 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:19:47 #10 31.01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:47 #10 38.12 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
11:19:47 #10 38.13 Unpacking python3-certifi (2020.6.20-1) ...
11:19:47 #10 38.17 Selecting previously unselected package python3-idna.
11:19:47 #10 38.18 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
11:19:47 #10 38.18 Unpacking python3-idna (2.10-1) ...
11:19:47 #10 38.22 Selecting previously unselected package python3-magic.
11:19:47 #10 38.22 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
11:19:47 #10 38.23 Unpacking python3-magic (2:0.4.20-3) ...
11:19:47 #10 38.27 Selecting previously unselected package python3-urllib3.
11:19:47 #10 38.27 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:19:47 #10 38.27 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:19:47 #10 38.33 Selecting previously unselected package python3-requests.
11:19:47 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 10.4s
11:19:47 #11 34.31 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:19:47 #11 34.33 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libberkeleydb-perl arm64 0.64-1build3 [123 kB]
11:19:47 #10 44.47 Preparing to unpack .../257-libobject-pad-perl_0.78-1_amd64.deb ...
11:19:47 #10 44.48 Unpacking libobject-pad-perl (0.78-1) ...
11:19:47 #10 44.52 Selecting previously unselected package libfeature-compat-class-perl.
11:19:47 #10 44.52 Preparing to unpack .../258-libfeature-compat-class-perl_0.05-1_all.deb ...
11:19:47 #10 44.52 Unpacking libfeature-compat-class-perl (0.05-1) ...
11:19:47 #10 44.55 Selecting previously unselected package libsyntax-keyword-try-perl.
11:19:47 #10 44.56 Preparing to unpack .../259-libsyntax-keyword-try-perl_0.28-1_amd64.deb ...
11:19:47 #10 44.56 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
11:19:47 #10 44.59 Selecting previously unselected package libfeature-compat-try-perl.
11:19:47 #10 44.60 Preparing to unpack .../260-libfeature-compat-try-perl_0.05-1_all.deb ...
11:19:47 #10 44.60 Unpacking libfeature-compat-try-perl (0.05-1) ...
11:19:47 #10 44.63 Selecting previously unselected package libipc-system-simple-perl.
11:19:47 #10 44.63 Preparing to unpack .../261-libipc-system-simple-perl_1.30-2_all.deb ...
11:19:47 #10 44.64 Unpacking libipc-system-simple-perl (1.30-2) ...
11:19:47 #10 44.67 Selecting previously unselected package libfile-basedir-perl.
11:19:47 #10 44.68 Preparing to unpack .../262-libfile-basedir-perl_0.09-2_all.deb ...
11:19:47 #10 44.68 Unpacking libfile-basedir-perl (0.09-2) ...
11:19:47 #10 44.72 Selecting previously unselected package libfile-chdir-perl.
11:19:47 #10 21.08 Selecting previously unselected package cpp-10.
11:19:47 #10 21.08 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ...
11:19:47 #10 21.10 Unpacking cpp-10 (10.2.1-6) ...
11:19:47 #11 36.93 Selecting previously unselected package libyaml-0-2:arm64.
11:19:47 #11 36.93 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ...
11:19:47 #11 36.93 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:19:47 #11 36.97 Selecting previously unselected package lsb-release.
11:19:47 #11 36.97 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:19:47 #11 36.98 Unpacking lsb-release (11.1.0ubuntu2) ...
11:19:47 #11 37.02 Selecting previously unselected package netbase.
11:19:47 #11 37.02 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:19:47 #11 37.02 Unpacking netbase (6.1) ...
11:19:47 #11 37.06 Selecting previously unselected package python3-pkg-resources.
11:19:47 #11 37.06 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:19:47 #11 37.06 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:19:47 #11 37.10 Selecting previously unselected package python3-six.
11:19:47 #11 37.11 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:19:47 #11 37.11 Unpacking python3-six (1.14.0-2) ...
11:19:47 #11 37.15 Selecting previously unselected package shared-mime-info.
11:19:47 #11 41.66 Preparing to unpack .../039-systemd-timesyncd_251.4-1ubuntu7.1_amd64.deb ...
11:19:47 #11 41.66 Unpacking systemd-timesyncd (251.4-1ubuntu7.1) ...
11:19:47 #11 41.70 Selecting previously unselected package ucf.
11:19:47 #11 41.70 Preparing to unpack .../040-ucf_3.0043_all.deb ...
11:19:47 #11 41.70 Moving old data out of the way
11:19:47 #11 41.70 Unpacking ucf (3.0043) ...
11:19:47 #11 41.75 Selecting previously unselected package xdg-user-dirs.
11:19:47 #11 41.75 Preparing to unpack .../041-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
11:19:47 #11 41.75 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
11:19:47 #11 41.80 Selecting previously unselected package bsdextrautils.
11:19:47 #11 41.80 Preparing to unpack .../042-bsdextrautils_2.38-4ubuntu1_amd64.deb ...
11:19:47 #11 41.80 Unpacking bsdextrautils (2.38-4ubuntu1) ...
11:19:47 #11 41.83 Selecting previously unselected package libmagic-mgc.
11:19:47 #11 41.83 Preparing to unpack .../043-libmagic-mgc_1%3a5.41-4_amd64.deb ...
11:19:47 #11 41.83 Unpacking libmagic-mgc (1:5.41-4) ...
11:19:47 #11 41.89 Selecting previously unselected package libmagic1:amd64.
11:19:47 #11 41.89 Preparing to unpack .../044-libmagic1_1%3a5.41-4_amd64.deb ...
11:19:47 #11 41.89 Unpacking libmagic1:amd64 (1:5.41-4) ...
11:19:47 #11 41.92 Selecting previously unselected package file.
11:19:47 #11 41.92 Preparing to unpack .../045-file_1%3a5.41-4_amd64.deb ...
11:19:47 #11 41.92 Unpacking file (1:5.41-4) ...
11:19:47 #11 41.95 Selecting previously unselected package gettext-base.
11:19:47 #11 41.95 Preparing to unpack .../046-gettext-base_0.21-8_amd64.deb ...
11:19:47 #11 41.95 Unpacking gettext-base (0.21-8) ...
11:19:47 #11 41.99 Selecting previously unselected package libuchardet0:amd64.
11:19:47 #11 41.99 Preparing to unpack .../047-libuchardet0_0.0.7-1build2_amd64.deb ...
11:19:47 #11 41.99 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
11:19:47 #11 42.02 Selecting previously unselected package groff-base.
11:19:47 #11 42.02 Preparing to unpack .../048-groff-base_1.22.4-8build1_amd64.deb ...
11:19:47 #10 41.57 Updating certificates in /etc/ssl/certs...
11:19:47 #10 42.81 Selecting previously unselected package lsb-release.
11:19:47 #10 42.81 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
11:19:47 #10 42.81 Unpacking lsb-release (11.1.0) ...
11:19:47 #10 42.84 Selecting previously unselected package manpages-dev.
11:19:47 #10 42.85 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
11:19:47 #10 42.85 Unpacking manpages-dev (5.10-1) ...
11:19:47 #12 30.45   Installing       : elfutils-0.188-3.el8.x86_64                          59/80 
11:19:47 #12 30.51   Installing       : diffutils-3.6-6.el8.x86_64                           60/80 
11:19:47 #12 30.52   Running scriptlet: diffutils-3.6-6.el8.x86_64                           60/80 
11:19:47 #12 30.57   Installing       : zstd-1.4.4-1.el8.x86_64                              61/80 
11:19:47 #12 30.58   Installing       : rust-srpm-macros-5-2.el8.noarch                      62/80 
11:19:47 #12 30.59   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  63/80 
11:19:47 #12 30.60   Installing       : perl-srpm-macros-1-25.el8.noarch                     64/80 
11:19:47 #12 30.61   Installing       : openblas-srpm-macros-2-2.el8.noarch                  65/80 
11:19:47 #12 30.62   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     66/80 
11:19:47 #12 30.63   Installing       : libipt-1.6.1-8.el8.x86_64                            67/80 
11:19:47 #12 30.65   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     68/80 
11:19:47 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 10.3s
11:19:47 #10 40.71 Preparing to unpack .../111-libcroco3_0.6.12-2_arm64.deb ...
11:19:47 #10 40.71 Unpacking libcroco3:arm64 (0.6.12-2) ...
11:19:47 #10 40.75 Selecting previously unselected package gettext.
11:19:47 #10 40.75 Preparing to unpack .../112-gettext_0.19.8.1-6ubuntu0.3_arm64.deb ...
11:19:47 #10 40.76 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:19:47 #10 40.88 Selecting previously unselected package intltool-debian.
11:19:47 #10 40.88 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.4_all.deb ...
11:19:47 #10 40.88 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:19:47 #10 40.91 Selecting previously unselected package po-debconf.
11:19:47 #10 40.91 Preparing to unpack .../114-po-debconf_1.0.20_all.deb ...
11:19:47 #10 40.92 Unpacking po-debconf (1.0.20) ...
11:19:47 #10 40.97 Selecting previously unselected package debhelper.
11:19:48 #11 44.09 Selecting previously unselected package libsys-hostname-long-perl.
11:19:48 #11 44.09 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
11:19:48 #11 44.09 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:19:48 #11 44.12 Selecting previously unselected package libmail-sendmail-perl.
11:19:48 #11 44.13 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
11:19:48 #11 44.13 Unpacking libmail-sendmail-perl (0.80-1) ...
11:19:48 #11 44.16 Selecting previously unselected package libmoox-aliases-perl.
11:19:48 #11 44.17 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
11:19:48 #11 44.17 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:19:48 #11 44.20 Selecting previously unselected package libobject-id-perl.
11:19:48 #11 44.20 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:19:48 #11 44.21 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:19:48 #11 44.24 Selecting previously unselected package libmoox-struct-perl.
11:19:48 #10 22.14 Unpacking ucf (3.0043+nmu1) ...
11:19:48 #10 22.18 Selecting previously unselected package xz-utils.
11:19:48 #10 22.18 Preparing to unpack .../023-xz-utils_5.4.1-0.2_armhf.deb ...
11:19:48 #10 22.19 Unpacking xz-utils (5.4.1-0.2) ...
11:19:48 #10 22.33 Selecting previously unselected package m4.
11:19:48 #10 22.33 Preparing to unpack .../024-m4_1.4.19-3_armhf.deb ...
11:19:48 #10 22.34 Unpacking m4 (1.4.19-3) ...
11:19:48 #10 22.42 Selecting previously unselected package autoconf.
11:19:48 #10 22.42 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:19:48 #10 39.79 Preparing to unpack .../383-xdelta3_3.0.11-dfsg-1.2_arm64.deb ...
11:19:48 #10 39.79 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
11:19:48 #10 39.83 Selecting previously unselected package pristine-tar.
11:19:48 #10 39.83 Preparing to unpack .../384-pristine-tar_1.50_arm64.deb ...
11:19:48 #10 39.84 Unpacking pristine-tar (1.50) ...
11:19:48 #10 39.88 Selecting previously unselected package publicsuffix.
11:19:48 #10 39.89 Preparing to unpack .../385-publicsuffix_20230209.2326-1_all.deb ...
11:19:48 #10 39.90 Unpacking publicsuffix (20230209.2326-1) ...
11:19:48 #10 39.95 Selecting previously unselected package python-apt-common.
11:19:48 #10 39.95 Preparing to unpack .../386-python-apt-common_2.5.3_all.deb ...
11:19:48 #10 39.96 Unpacking python-apt-common (2.5.3) ...
11:19:48 #10 40.01 Selecting previously unselected package python3-apt.
11:19:48 #10 40.01 Preparing to unpack .../387-python3-apt_2.5.3_arm64.deb ...
11:19:48 #10 40.01 Unpacking python3-apt (2.5.3) ...
11:19:48 #10 40.06 Selecting previously unselected package python3-certifi.
11:19:48 #10 40.06 Preparing to unpack .../388-python3-certifi_2022.9.24-1_all.deb ...
11:19:48 #10 40.06 Unpacking python3-certifi (2022.9.24-1) ...
11:19:48 #10 40.11 Selecting previously unselected package python3-charset-normalizer.
11:19:48 #10 46.11 Setting up libkeyutils1:amd64 (1.6-6) ...
11:19:48 #10 46.12 Setting up libpsl5:amd64 (0.20.2-2) ...
11:19:48 #10 46.13 Setting up libgpm2:amd64 (1.20.7-5) ...
11:19:48 #10 46.14 Setting up mime-support (3.62) ...
11:19:48 #10 46.17 Setting up xdg-user-dirs (0.17-2) ...
11:19:48 #10 46.19 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:48 #10 46.20 Setting up psmisc (23.2-1+deb10u1) ...
11:19:48 #10 46.23 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
11:19:48 #10 46.24 Setting up libyaml-0-2:amd64 (0.2.1-1) ...
11:19:48 #10 46.25 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
11:19:48 #10 46.26 No schema files found: doing nothing.
11:19:48 #10 46.26 Setting up distro-info-data (0.41+deb10u6) ...
11:19:48 #10 46.28 Setting up manpages (4.16-2) ...
11:19:48 #10 46.29 Setting up unzip (6.0-23+deb10u3) ...
11:19:48 #10 46.30 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
11:19:48 #10 46.32 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:48 #10 46.33 Setting up binutils-common:amd64 (2.31.1-16) ...
11:19:48 #10 46.34 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
11:19:48 #10 46.35 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
11:19:48 #10 46.38 Setting up less (487-0.1+b1) ...
11:19:48 #10 46.46 Setting up perl-openssl-defaults:amd64 (3) ...
11:19:48 #10 31.25 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:48 #10 31.41 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:19:48 #10 38.33 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
11:19:48 #10 38.33 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:19:48 #10 38.37 Selecting previously unselected package python3-unidiff.
11:19:48 #10 38.38 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
11:19:48 #10 38.38 Unpacking python3-unidiff (0.5.5-2) ...
11:19:48 #10 38.42 Selecting previously unselected package python3-xdg.
11:19:48 #10 38.42 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
11:19:48 #10 38.42 Unpacking python3-xdg (0.27-2) ...
11:19:48 #10 38.46 Selecting previously unselected package shared-mime-info.
11:19:48 #10 38.47 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
11:19:48 #10 38.47 Unpacking shared-mime-info (2.0-1) ...
11:19:48 #10 38.57 Selecting previously unselected package strace.
11:19:48 #11 34.47 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreetype6 arm64 2.12.1+dfsg-3 [381 kB]
11:19:48 #11 36.62 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:48 #11 36.70 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
11:19:48 #11 36.77 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB]
11:19:48 #11 36.84 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB]
11:19:48 #10 44.72 Preparing to unpack .../263-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:19:48 #10 44.72 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:19:48 #10 44.75 Selecting previously unselected package libfile-fcntllock-perl.
11:19:48 #10 44.76 Preparing to unpack .../264-libfile-fcntllock-perl_0.22-4+b1_amd64.deb ...
11:19:48 #10 44.76 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
11:19:48 #10 44.79 Selecting previously unselected package libnumber-compare-perl.
11:19:48 #10 44.80 Preparing to unpack .../265-libnumber-compare-perl_0.03-3_all.deb ...
11:19:48 #10 44.80 Unpacking libnumber-compare-perl (0.03-3) ...
11:19:48 #10 44.83 Selecting previously unselected package libtext-glob-perl.
11:19:48 #10 44.83 Preparing to unpack .../266-libtext-glob-perl_0.11-3_all.deb ...
11:19:48 #10 44.84 Unpacking libtext-glob-perl (0.11-3) ...
11:19:48 #10 44.86 Selecting previously unselected package libfile-find-rule-perl.
11:19:48 #10 44.87 Preparing to unpack .../267-libfile-find-rule-perl_0.34-3_all.deb ...
11:19:48 #10 44.87 Unpacking libfile-find-rule-perl (0.34-3) ...
11:19:48 #10 44.90 Selecting previously unselected package libfont-afm-perl.
11:19:48 #10 44.91 Preparing to unpack .../268-libfont-afm-perl_1.20-4_all.deb ...
11:19:48 #10 44.91 Unpacking libfont-afm-perl (1.20-4) ...
11:19:48 #10 44.94 Selecting previously unselected package libio-string-perl.
11:19:48 #11 37.15 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ...
11:19:48 #11 37.15 Unpacking shared-mime-info (1.15-1) ...
11:19:48 #11 37.23 Selecting previously unselected package ucf.
11:19:48 #11 37.23 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:19:48 #11 37.23 Moving old data out of the way
11:19:48 #11 37.23 Unpacking ucf (3.0038+nmu1) ...
11:19:48 #11 37.28 Selecting previously unselected package xdg-user-dirs.
11:19:48 #11 37.28 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ...
11:19:48 #11 37.29 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:19:48 #11 37.34 Selecting previously unselected package xz-utils.
11:19:48 #11 37.34 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ...
11:19:48 #11 37.35 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:19:48 #11 37.39 Selecting previously unselected package gettext-base.
11:19:48 #11 21.40 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.2 [18.9 kB]
11:19:48 #11 21.55 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.2 [50.7 kB]
11:19:48 #11 42.02 Unpacking groff-base (1.22.4-8build1) ...
11:19:48 #11 42.09 Selecting previously unselected package libcbor0.8:amd64.
11:19:48 #11 42.09 Preparing to unpack .../049-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
11:19:48 #11 42.09 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:19:48 #11 42.12 Selecting previously unselected package libedit2:amd64.
11:19:48 #11 42.12 Preparing to unpack .../050-libedit2_3.1-20210910-1build1_amd64.deb ...
11:19:48 #11 42.12 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
11:19:48 #11 42.16 Selecting previously unselected package libfido2-1:amd64.
11:19:48 #11 42.16 Preparing to unpack .../051-libfido2-1_1.11.0-1_amd64.deb ...
11:19:48 #11 42.17 Unpacking libfido2-1:amd64 (1.11.0-1) ...
11:19:48 #11 42.20 Selecting previously unselected package libnghttp2-14:amd64.
11:19:48 #11 42.20 Preparing to unpack .../052-libnghttp2-14_1.49.0-1_amd64.deb ...
11:19:48 #11 42.20 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
11:19:48 #11 42.23 Selecting previously unselected package libpipeline1:amd64.
11:19:48 #11 42.23 Preparing to unpack .../053-libpipeline1_1.5.6-2_amd64.deb ...
11:19:48 #11 38.09 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:19:48 #11 38.24 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
11:19:48 #11 38.32 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
11:19:48 #10 40.97 Preparing to unpack .../115-debhelper_11.1.6ubuntu2_all.deb ...
11:19:48 #10 40.98 Unpacking debhelper (11.1.6ubuntu2) ...
11:19:48 #10 41.07 Selecting previously unselected package libfile-which-perl.
11:19:48 #10 41.07 Preparing to unpack .../116-libfile-which-perl_1.21-1_all.deb ...
11:19:48 #10 41.08 Unpacking libfile-which-perl (1.21-1) ...
11:19:48 #10 41.11 Selecting previously unselected package libfile-homedir-perl.
11:19:48 #10 41.11 Preparing to unpack .../117-libfile-homedir-perl_1.002-1_all.deb ...
11:19:48 #10 41.12 Unpacking libfile-homedir-perl (1.002-1) ...
11:19:48 #10 41.17 Selecting previously unselected package devscripts.
11:19:48 #10 41.17 Preparing to unpack .../118-devscripts_2.17.12ubuntu1.1_arm64.deb ...
11:19:48 #10 41.19 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:19:48 #9 46.79 124 added, 0 removed; done.
11:19:48 #9 46.85 Setting up manpages-dev (4.15-1) ...
11:19:48 #9 46.86 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:19:48 #9 46.87 Setting up libassuan0:amd64 (2.5.1-2) ...
11:19:48 #9 46.88 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:19:48 #9 46.91 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:19:48 #9 46.92 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:19:48 #9 46.93 Setting up diffstat (1.61-1build1) ...
11:19:48 #9 46.94 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:19:48 #9 46.95 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:19:48 #9 46.96 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:19:48 #9 46.97 Setting up netbase (5.4) ...
11:19:48 #11 44.24 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
11:19:48 #11 44.24 Unpacking libmoox-struct-perl (0.017-1) ...
11:19:48 #11 44.28 Selecting previously unselected package libnet-dns-sec-perl.
11:19:48 #11 44.28 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
11:19:48 #11 44.29 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:19:48 #11 44.33 Selecting previously unselected package libnet-libidn-perl.
11:19:48 #11 44.33 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
11:19:48 #11 44.34 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:19:48 #11 44.37 Selecting previously unselected package libnumber-range-perl.
11:19:48 #11 44.37 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
11:19:48 #11 44.38 Unpacking libnumber-range-perl (0.12-1) ...
11:19:48 #11 44.40 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:48 #11 44.41 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
11:19:48 #11 44.41 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:19:48 #11 44.44 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:48 #11 44.44 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:19:48 #11 44.45 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:19:48 #11 44.48 Selecting previously unselected package libperl4-corelibs-perl.
11:19:48 #10 22.42 Unpacking autoconf (2.71-3) ...
11:19:48 #10 22.52 Selecting previously unselected package autotools-dev.
11:19:48 #10 22.52 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:19:48 #10 22.52 Unpacking autotools-dev (20220109.1) ...
11:19:48 #10 22.58 Selecting previously unselected package automake.
11:19:48 #10 22.58 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:19:48 #10 22.58 Unpacking automake (1:1.16.5-1.3) ...
11:19:48 #10 29.87 Selecting previously unselected package g++.
11:19:48 #10 29.87 Preparing to unpack .../051-g++_4%3a8.3.0-1_armhf.deb ...
11:19:48 #10 29.88 Unpacking g++ (4:8.3.0-1) ...
11:19:48 #10 29.91 Selecting previously unselected package make.
11:19:48 #10 29.91 Preparing to unpack .../052-make_4.2.1-1.2_armhf.deb ...
11:19:48 #10 29.91 Unpacking make (4.2.1-1.2) ...
11:19:48 #10 29.99 Selecting previously unselected package libdpkg-perl.
11:19:48 #10 29.99 Preparing to unpack .../053-libdpkg-perl_1.19.8_all.deb ...
11:19:48 #10 29.99 Unpacking libdpkg-perl (1.19.8) ...
11:19:48 #10 30.15 Selecting previously unselected package patch.
11:19:48 #10 30.15 Preparing to unpack .../054-patch_2.7.6-3+deb10u1_armhf.deb ...
11:19:48 #10 30.15 Unpacking patch (2.7.6-3+deb10u1) ...
11:19:48 #10 30.22 Selecting previously unselected package dpkg-dev.
11:19:48 #10 30.22 Preparing to unpack .../055-dpkg-dev_1.19.8_all.deb ...
11:19:48 #10 30.22 Unpacking dpkg-dev (1.19.8) ...
11:19:48 #10 40.11 Preparing to unpack .../389-python3-charset-normalizer_3.0.1-2_all.deb ...
11:19:48 #10 40.11 Unpacking python3-charset-normalizer (3.0.1-2) ...
11:19:48 #10 40.15 Selecting previously unselected package python3-idna.
11:19:48 #10 40.16 Preparing to unpack .../390-python3-idna_3.3-1_all.deb ...
11:19:48 #10 40.16 Unpacking python3-idna (3.3-1) ...
11:19:48 #10 40.20 Selecting previously unselected package python3-magic.
11:19:48 #10 40.20 Preparing to unpack .../391-python3-magic_2%3a0.4.26-3_all.deb ...
11:19:48 #10 40.21 Unpacking python3-magic (2:0.4.26-3) ...
11:19:48 #10 40.24 Selecting previously unselected package python3-six.
11:19:48 #10 40.24 Preparing to unpack .../392-python3-six_1.16.0-4_all.deb ...
11:19:48 #10 40.25 Unpacking python3-six (1.16.0-4) ...
11:19:48 #10 40.29 Selecting previously unselected package python3-urllib3.
11:19:48 #10 40.29 Preparing to unpack .../393-python3-urllib3_1.26.12-1_all.deb ...
11:19:48 #10 40.30 Unpacking python3-urllib3 (1.26.12-1) ...
11:19:48 #10 40.34 Selecting previously unselected package python3-requests.
11:19:48 #10 46.47 Setting up linux-libc-dev:amd64 (4.19.269-1) ...
11:19:48 #10 46.48 Setting up gettext-base (0.19.8.1-9) ...
11:19:48 #10 46.49 Setting up liblzo2-2:amd64 (2.10-0.1) ...
11:19:48 #10 46.50 Setting up libnpth0:amd64 (1.6-1) ...
11:19:48 #10 46.51 Setting up krb5-locales (1.17-3+deb10u5) ...
11:19:48 #10 46.55 Setting up file (1:5.35-4+deb10u2) ...
11:19:48 #10 46.55 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
11:19:48 #10 46.56 Setting up libassuan0:amd64 (2.5.2-1) ...
11:19:48 #10 46.57 Setting up libgomp1:amd64 (8.3.0-6) ...
11:19:48 #10 46.58 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
11:19:48 #10 46.59 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
11:19:48 #10 46.60 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:19:48 #10 46.61 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ...
11:19:48 #10 46.63 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
11:19:48 #10 46.64 Setting up libfakeroot:amd64 (1.23-1) ...
11:19:48 #10 46.66 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
11:19:48 #10 46.67 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:48 #10 38.57 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
11:19:48 #10 38.57 Unpacking strace (5.10-1) ...
11:19:48 #10 38.64 Selecting previously unselected package xauth.
11:19:48 #10 38.65 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
11:19:48 #10 38.65 Unpacking xauth (1:1.1-1) ...
11:19:48 #10 38.70 Selecting previously unselected package xdg-user-dirs.
11:19:48 #10 38.70 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
11:19:48 #10 38.71 Unpacking xdg-user-dirs (0.17-2) ...
11:19:48 #10 38.77 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
11:19:48 #10 38.78 Setting up media-types (4.0.0) ...
11:19:48 #10 38.80 Setting up libpipeline1:arm64 (1.5.3-1) ...
11:19:48 #10 31.42 Setting up libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:19:48 #10 31.43 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:19:48 #11 34.60 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfontconfig1 arm64 2.13.1-4.4ubuntu1 [132 kB]
11:19:48 #11 34.63 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
11:19:48 #11 34.65 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
11:19:48 #11 34.65 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdeflate0 arm64 1.12-1 [72.0 kB]
11:19:48 #11 34.66 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.10.1 [29.4 kB]
11:19:48 #11 34.66 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblerc3 arm64 3.0+ds-1ubuntu1 [109 kB]
11:19:48 #11 34.67 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
11:19:48 #11 36.87 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:19:48 #11 36.90 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB]
11:19:48 #11 36.95 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
11:19:48 #11 36.99 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
11:19:48 #11 37.01 Get:359 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB]
11:19:48 #11 37.05 Get:360 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.2 [1082 kB]
11:19:48 #10 44.94 Preparing to unpack .../269-libio-string-perl_1.08-4_all.deb ...
11:19:48 #10 44.95 Unpacking libio-string-perl (1.08-4) ...
11:19:48 #10 44.97 Selecting previously unselected package libfont-ttf-perl.
11:19:48 #10 44.98 Preparing to unpack .../270-libfont-ttf-perl_1.06-2_all.deb ...
11:19:48 #10 44.98 Unpacking libfont-ttf-perl (1.06-2) ...
11:19:48 #10 45.04 Selecting previously unselected package libfreezethaw-perl.
11:19:48 #10 45.05 Preparing to unpack .../271-libfreezethaw-perl_0.5001-3_all.deb ...
11:19:48 #10 45.05 Unpacking libfreezethaw-perl (0.5001-3) ...
11:19:48 #10 45.08 Selecting previously unselected package libsort-versions-perl.
11:19:48 #10 45.08 Preparing to unpack .../272-libsort-versions-perl_1.62-3_all.deb ...
11:19:48 #10 45.08 Unpacking libsort-versions-perl (1.62-3) ...
11:19:48 #10 45.14 Selecting previously unselected package libgit-wrapper-perl.
11:19:48 #10 45.14 Preparing to unpack .../273-libgit-wrapper-perl_0.048-2_all.deb ...
11:19:48 #10 45.14 Unpacking libgit-wrapper-perl (0.048-2) ...
11:19:48 #12 DONE 30.3s
11:19:48 
11:19:48 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
11:19:48 #13 DONE 0.1s
11:19:48 
11:19:48 #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
11:19:48 #11 37.39 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ...
11:19:48 #11 37.39 Unpacking gettext-base (0.19.8.1-10build1) ...
11:19:48 #11 37.42 Selecting previously unselected package iso-codes.
11:19:48 #11 37.43 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:19:48 #11 37.43 Unpacking iso-codes (4.4-1) ...
11:19:48 #11 21.65 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]
11:19:48 #11 21.78 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:19:48 #11 21.80 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:19:48 #11 21.85 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.8 [252 kB]
11:19:48 #10 21.81 Selecting previously unselected package cpp.
11:19:48 #10 21.81 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ...
11:19:48 #10 21.81 Unpacking cpp (4:10.2.1-1) ...
11:19:48 #10 21.86 Selecting previously unselected package libcc1-0:armhf.
11:19:48 #10 21.86 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ...
11:19:48 #10 21.87 Unpacking libcc1-0:armhf (10.2.1-6) ...
11:19:48 #11 42.23 Unpacking libpipeline1:amd64 (1.5.6-2) ...
11:19:48 #11 42.26 Selecting previously unselected package libpng16-16:amd64.
11:19:48 #11 42.26 Preparing to unpack .../054-libpng16-16_1.6.38-2_amd64.deb ...
11:19:48 #11 42.26 Unpacking libpng16-16:amd64 (1.6.38-2) ...
11:19:48 #11 42.29 Selecting previously unselected package libpsl5:amd64.
11:19:48 #11 42.30 Preparing to unpack .../055-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:19:48 #11 42.30 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:19:48 #11 42.32 Selecting previously unselected package libxau6:amd64.
11:19:48 #11 42.33 Preparing to unpack .../056-libxau6_1%3a1.0.9-1build5_amd64.deb ...
11:19:48 #11 42.33 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
11:19:48 #11 42.36 Selecting previously unselected package libxdmcp6:amd64.
11:19:48 #11 42.36 Preparing to unpack .../057-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
11:19:48 #11 42.36 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:19:48 #11 42.39 Selecting previously unselected package libxcb1:amd64.
11:19:48 #11 42.39 Preparing to unpack .../058-libxcb1_1.15-1_amd64.deb ...
11:19:48 #11 42.39 Unpacking libxcb1:amd64 (1.15-1) ...
11:19:48 #11 42.42 Selecting previously unselected package libx11-data.
11:19:48 #11 42.42 Preparing to unpack .../059-libx11-data_2%3a1.8.1-2_all.deb ...
11:19:48 #11 42.42 Unpacking libx11-data (2:1.8.1-2) ...
11:19:48 #11 42.48 Selecting previously unselected package libx11-6:amd64.
11:19:48 #13 3.515 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:19:48 #13 3.536 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:19:48 #13 3.546 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:19:48 #13 3.547 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
11:19:48 #13 3.548 Package libarchive-3.5.3-4.el9.x86_64 is already installed.
11:19:48 #13 3.548 Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
11:19:48 #13 3.549 Package tar-2:1.34-6.el9.x86_64 is already installed.
11:19:48 #13 3.559 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:19:48 #13 3.578 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:19:48 #13 3.632 Dependencies resolved.
11:19:48 #13 3.638 ================================================================================
11:19:48 #13 3.638  Package                   Arch     Version                   Repository   Size
11:19:48 #13 3.638 ================================================================================
11:19:48 #13 3.638 Installing:
11:19:48 #13 3.638  cmake                     x86_64   3.20.2-8.el9              appstream   6.7 M
11:19:48 #13 3.638  device-mapper-devel       x86_64   9:1.02.187-7.el9          crb          44 k
11:19:48 #13 3.638  gcc                       x86_64   11.3.1-4.3.el9            appstream    32 M
11:19:48 #13 3.638  git                       x86_64   2.39.1-1.el9              appstream    63 k
11:19:48 #13 3.638  glibc-static              x86_64   2.34-60.el9               crb         1.7 M
11:19:48 #13 3.638  libseccomp-devel          x86_64   2.5.2-2.el9               appstream    59 k
11:19:48 #13 3.638  libselinux-devel          x86_64   3.5-1.el9                 appstream   160 k
11:19:48 #13 3.638  libtool                   x86_64   2.4.6-45.el9              appstream   582 k
11:19:48 #13 3.638  libtool-ltdl-devel        x86_64   2.4.6-45.el9              crb         161 k
11:19:48 #13 3.638  make                      x86_64   1:4.3-7.el9               baseos      538 k
11:19:48 #13 3.638  selinux-policy-devel      noarch   38.1.8-1.el9              appstream   1.4 M
11:19:48 #13 3.638  systemd                   x86_64   252-8.el9                 baseos      4.1 M
11:19:48 #13 3.638  systemd-devel             x86_64   252-8.el9                 appstream   642 k
11:19:48 #13 3.638  which                     x86_64   2.21-28.el9               baseos       42 k
11:19:48 #13 3.638 Installing dependencies:
11:19:48 #13 3.638  acl                       x86_64   2.3.1-3.el9               baseos       73 k
11:19:48 #13 3.638  annobin                   x86_64   11.05-1.el9               appstream   974 k
11:19:48 #13 3.638  autoconf                  noarch   2.69-38.el9               appstream   681 k
11:19:48 #13 3.638  automake                  noarch   1.16.2-6.el9              appstream   689 k
11:19:48 #13 3.638  cmake-data                noarch   3.20.2-8.el9              appstream   2.1 M
11:19:48 #13 3.638  cmake-filesystem          x86_64   3.20.2-8.el9              appstream    19 k
11:19:48 #13 3.638  cmake-rpm-macros          noarch   3.20.2-8.el9              appstream    12 k
11:19:48 #13 3.638  cpp                       x86_64   11.3.1-4.3.el9            appstream    11 M
11:19:48 #13 3.638  dbus                      x86_64   1:1.12.20-7.el9           baseos      3.9 k
11:19:48 #13 3.638  dbus-broker               x86_64   28-7.el9                  baseos      172 k
11:19:48 #13 3.638  dbus-common               noarch   1:1.12.20-7.el9           baseos       15 k
11:19:48 #13 3.638  device-mapper             x86_64   9:1.02.187-7.el9          baseos      141 k
11:19:48 #13 3.638  device-mapper-libs        x86_64   9:1.02.187-7.el9          baseos      179 k
11:19:48 #13 3.638  gcc-plugin-annobin        x86_64   11.3.1-4.3.el9            appstream    64 k
11:19:48 #13 3.638  git-core                  x86_64   2.39.1-1.el9              appstream   4.2 M
11:19:48 #13 3.638  git-core-doc              noarch   2.39.1-1.el9              appstream   2.9 M
11:19:48 #13 3.638  glibc-devel               x86_64   2.34-60.el9               appstream    50 k
11:19:48 #13 3.638  glibc-headers             x86_64   2.34-60.el9               appstream   552 k
11:19:48 #13 3.638  kernel-headers            x86_64   5.14.0-283.el9            appstream   5.0 M
11:19:48 #13 3.638  kmod-libs                 x86_64   28-7.el9                  baseos       64 k
11:19:48 #13 3.638  libcbor                   x86_64   0.7.0-5.el9               baseos       57 k
11:19:48 #13 3.638  libedit                   x86_64   3.1-37.20210216cvs.el9    baseos      105 k
11:19:48 #13 3.638  libfido2                  x86_64   1.6.0-7.el9               baseos       71 k
11:19:48 #13 3.638  libmpc                    x86_64   1.2.1-4.el9               appstream    62 k
11:19:48 #13 3.638  libseccomp                x86_64   2.5.2-2.el9               baseos       72 k
11:19:48 #13 3.638  libsepol-devel            x86_64   3.5-1.el9                 appstream    48 k
11:19:48 #13 3.638  libtool-ltdl              x86_64   2.4.6-45.el9              appstream    37 k
11:19:48 #13 3.638  libuv                     x86_64   1:1.42.0-1.el9            appstream   150 k
11:19:48 #13 3.638  libxcrypt-devel           x86_64   4.4.18-3.el9              appstream    29 k
11:19:48 #13 3.638  libxcrypt-static          x86_64   4.4.18-3.el9              crb         102 k
11:19:48 #13 3.638  llvm-libs                 x86_64   15.0.7-1.el9              appstream    21 M
11:19:48 #13 3.638  m4                        x86_64   1.4.19-1.el9              appstream   300 k
11:19:48 #13 3.638  openssh                   x86_64   8.7p1-28.el9              baseos      457 k
11:19:48 #13 3.638  openssh-clients           x86_64   8.7p1-28.el9              baseos      707 k
11:19:48 #13 3.638  pcre2-devel               x86_64   10.40-2.el9               appstream   515 k
11:19:48 #13 3.638  pcre2-utf16               x86_64   10.40-2.el9               appstream   217 k
11:19:48 #13 3.638  pcre2-utf32               x86_64   10.40-2.el9               appstream   206 k
11:19:48 #13 3.638  perl-DynaLoader           x86_64   1.47-480.el9              appstream    27 k
11:19:48 #13 3.638  perl-Error                noarch   1:0.17029-7.el9           appstream    42 k
11:19:48 #13 3.638  perl-File-Compare         noarch   1.100.600-480.el9         appstream    14 k
11:19:48 #13 3.638  perl-File-Copy            noarch   2.34-480.el9              appstream    21 k
11:19:48 #13 3.638  perl-File-Find            noarch   1.37-480.el9              appstream    27 k
11:19:48 #13 3.638  perl-Git                  noarch   2.39.1-1.el9              appstream    39 k
11:19:48 #13 3.638  perl-TermReadKey          x86_64   2.38-11.el9               appstream    37 k
11:19:48 #13 3.638  perl-Thread-Queue         noarch   3.14-460.el9              appstream    22 k
11:19:48 #13 3.638  perl-lib                  x86_64   0.65-480.el9              appstream    16 k
11:19:48 #13 3.638  perl-threads              x86_64   1:2.25-460.el9            appstream    58 k
11:19:48 #13 3.638  perl-threads-shared       x86_64   1.61-460.el9              appstream    45 k
11:19:48 #13 3.638  policycoreutils-devel     x86_64   3.5-1.el9                 appstream   146 k
11:19:48 #13 3.638  rpm-plugin-selinux        x86_64   4.16.1.3-22.el9           baseos       18 k
11:19:48 #13 3.638  selinux-policy            noarch   38.1.8-1.el9              baseos       55 k
11:19:48 #13 3.638  selinux-policy-targeted   noarch   38.1.8-1.el9              baseos      6.8 M
11:19:48 #13 3.638  systemd-pam               x86_64   252-8.el9                 baseos      257 k
11:19:48 #13 3.638  systemd-rpm-macros        noarch   252-8.el9                 baseos       45 k
11:19:48 #13 3.638 
11:19:48 #13 3.638 Transaction Summary
11:19:48 #13 3.638 ================================================================================
11:19:48 #13 3.638 Install  68 Packages
11:19:48 #13 3.638 
11:19:48 #13 3.641 Total download size: 109 M
11:19:48 #13 3.641 Installed size: 381 M
11:19:48 #13 3.642 Downloading Packages:
11:19:48 #11 38.48 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
11:19:48 #11 38.49 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
11:19:48 #11 38.50 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:48 #11 38.51 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
11:19:48 #11 38.51 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:19:48 #11 38.54 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:19:48 #11 38.54 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1.2 [68.4 kB]
11:19:48 #11 38.56 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
11:19:48 #10 41.29 Selecting previously unselected package diffstat.
11:19:48 #10 41.29 Preparing to unpack .../119-diffstat_1.61-1build1_arm64.deb ...
11:19:48 #10 41.30 Unpacking diffstat (1.61-1build1) ...
11:19:48 #10 41.34 Selecting previously unselected package libassuan0:arm64.
11:19:48 #10 41.34 Preparing to unpack .../120-libassuan0_2.5.1-2_arm64.deb ...
11:19:48 #10 41.35 Unpacking libassuan0:arm64 (2.5.1-2) ...
11:19:48 #10 41.38 Selecting previously unselected package gpgconf.
11:19:48 #10 41.38 Preparing to unpack .../121-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:48 #10 41.39 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:19:48 #10 41.43 Selecting previously unselected package libksba8:arm64.
11:19:48 #10 42.23 137 added, 0 removed; done.
11:19:48 #10 42.27 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
11:19:48 #10 42.28 Setting up shared-mime-info (1.10-1) ...
11:19:48 #9 47.00 Setting up libisl19:amd64 (0.19-1) ...
11:19:48 #9 47.01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:19:48 #9 47.02 Setting up strace (4.21-1ubuntu1) ...
11:19:48 #9 47.03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:19:48 #9 47.04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:19:48 #10 43.21 Selecting previously unselected package pbzip2.
11:19:48 #10 43.22 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
11:19:48 #10 43.22 Unpacking pbzip2 (1.1.13-1) ...
11:19:48 #10 43.25 Selecting previously unselected package pixz.
11:19:48 #10 43.25 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
11:19:48 #10 43.26 Unpacking pixz (1.0.7-1) ...
11:19:48 #10 43.28 Selecting previously unselected package xdelta.
11:19:48 #10 43.28 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
11:19:48 #10 43.29 Unpacking xdelta (1.1.3-9.3) ...
11:19:48 #10 43.32 Selecting previously unselected package xdelta3.
11:19:48 #10 43.32 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
11:19:48 #10 43.32 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:19:48 #10 43.35 Selecting previously unselected package pristine-tar.
11:19:48 #11 44.49 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
11:19:48 #11 44.49 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:19:48 #11 44.53 Selecting previously unselected package libperlio-gzip-perl.
11:19:48 #11 44.53 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
11:19:48 #11 44.53 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:19:48 #11 44.57 Selecting previously unselected package libpod-constants-perl.
11:19:48 #11 44.58 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
11:19:48 #11 44.58 Unpacking libpod-constants-perl (0.19-1) ...
11:19:48 #11 44.62 Selecting previously unselected package libre2-5:amd64.
11:19:48 #11 44.63 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
11:19:48 #11 44.63 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
11:19:48 #11 44.68 Selecting previously unselected package libre-engine-re2-perl.
11:19:48 #11 44.68 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
11:19:48 #11 44.68 Unpacking libre-engine-re2-perl (0.13-5) ...
11:19:48 #11 44.71 Selecting previously unselected package libreadonly-perl.
11:19:48 #11 44.72 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
11:19:48 #11 44.72 Unpacking libreadonly-perl (2.050-2) ...
11:19:48 #11 44.75 Selecting previously unselected package libref-util-perl.
11:19:48 #12 30.67   Installing       : gc-7.6.4-3.el8.x86_64                                69/80 
11:19:48 #12 31.05   Installing       : guile-5:2.0.14-7.el8.x86_64                          70/80 
11:19:48 #10 22.78 Selecting previously unselected package autopoint.
11:19:48 #10 22.78 Preparing to unpack .../028-autopoint_0.21-12_all.deb ...
11:19:48 #10 22.79 Unpacking autopoint (0.21-12) ...
11:19:48 #10 22.84 Selecting previously unselected package binutils-common:armhf.
11:19:48 #10 22.84 Preparing to unpack .../029-binutils-common_2.40-2_armhf.deb ...
11:19:48 #10 22.85 Unpacking binutils-common:armhf (2.40-2) ...
11:19:48 #10 30.42 Selecting previously unselected package build-essential.
11:19:48 #10 30.42 Preparing to unpack .../056-build-essential_12.6_armhf.deb ...
11:19:48 #10 40.34 Preparing to unpack .../394-python3-requests_2.28.1+dfsg-1_all.deb ...
11:19:48 #10 40.35 Unpacking python3-requests (2.28.1+dfsg-1) ...
11:19:48 #10 30.42 Unpacking build-essential (12.6) ...
11:19:48 #10 30.46 Selecting previously unselected package openssl.
11:19:48 #10 30.46 Preparing to unpack .../057-openssl_1.1.1n-0+deb10u4_armhf.deb ...
11:19:48 #10 40.39 Selecting previously unselected package python3-unidiff.
11:19:48 #10 40.39 Preparing to unpack .../395-python3-unidiff_0.7.3-1_all.deb ...
11:19:48 #10 30.47 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:19:48 #10 40.40 Unpacking python3-unidiff (0.7.3-1) ...
11:19:48 #10 40.44 Selecting previously unselected package shared-mime-info.
11:19:48 #10 40.44 Preparing to unpack .../396-shared-mime-info_2.2-1_arm64.deb ...
11:19:48 #10 40.44 Unpacking shared-mime-info (2.2-1) ...
11:19:48 #10 40.53 Selecting previously unselected package strace.
11:19:48 #10 40.54 Preparing to unpack .../397-strace_6.1-0.1_arm64.deb ...
11:19:48 #10 40.54 Unpacking strace (6.1-0.1) ...
11:19:48 #10 46.68 Setting up fakeroot (1.23-1) ...
11:19:48 #10 46.69 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:48 #10 46.70 Setting up mariadb-common (1:10.3.38-0+deb10u1) ...
11:19:48 #10 46.71 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:19:48 #10 46.71 Setting up libasan5:amd64 (8.3.0-6) ...
11:19:48 #10 46.72 Setting up autotools-dev (20180224.1) ...
11:19:48 #10 46.73 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
11:19:48 #10 46.74 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
11:19:48 #10 46.76 Setting up libwrap0:amd64 (7.6.q-28) ...
11:19:48 #10 46.77 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
11:19:48 #10 46.78 Setting up make (4.2.1-1.2) ...
11:19:48 #10 46.79 Setting up libmpfr6:amd64 (4.0.2-1) ...
11:19:48 #10 46.80 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:19:48 #10 46.81 Setting up libntlm0:amd64 (1.5-1+deb10u1) ...
11:19:48 #10 46.82 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
11:19:48 #10 46.83 Setting up libidn11:amd64 (1.33-2.2) ...
11:19:48 #10 46.84 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
11:19:48 #10 46.85 Setting up strace (4.26-0.2) ...
11:19:48 #10 46.86 Setting up libsigsegv2:amd64 (2.12-2) ...
11:19:48 #10 46.87 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:19:48 #10 46.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:48 #10 46.89 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
11:19:48 #10 46.90 Setting up t1utils (1.41-3) ...
11:19:48 #10 46.91 Setting up libquadmath0:amd64 (8.3.0-6) ...
11:19:48 #10 46.92 Setting up diffstat (1.62-1) ...
11:19:48 #10 46.93 Setting up libmpc3:amd64 (1.1.0-1) ...
11:19:48 #10 46.94 Setting up libatomic1:amd64 (8.3.0-6) ...
11:19:48 #10 46.95 Setting up patch (2.7.6-3+deb10u1) ...
11:19:48 #10 46.96 Setting up mailutils-common (1:3.5-4) ...
11:19:48 #10 46.97 Setting up autopoint (0.19.8.1-9) ...
11:19:48 #10 38.81 Setting up wdiff (1.2.2-2+b1) ...
11:19:48 #10 38.82 Setting up libxau6:arm64 (1:1.0.9-1) ...
11:19:48 #10 38.83 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
11:19:48 #10 38.84 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:19:48 #10 38.86 Setting up libgpm2:arm64 (1.20.7-8) ...
11:19:48 #10 38.87 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:19:48 #10 38.88 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:19:48 #10 38.88 Setting up libicu67:arm64 (67.1-7) ...
11:19:48 #10 38.90 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
11:19:48 #10 38.91 Setting up xdg-user-dirs (0.17-2) ...
11:19:48 #10 38.94 Setting up libmagic-mgc (1:5.39-3) ...
11:19:48 #10 38.95 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:19:48 #10 38.96 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
11:19:48 #10 39.00 No schema files found: doing nothing.
11:19:48 #10 39.00 Setting up distro-info-data (0.51+deb11u3) ...
11:19:48 #10 39.01 Setting up manpages (5.10-1) ...
11:19:48 #10 39.03 Setting up unzip (6.0-26+deb11u1) ...
11:19:48 #10 39.08 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:48 #10 39.10 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
11:19:48 #10 39.11 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
11:19:48 #10 39.12 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
11:19:48 #11 35.09 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libtiff5 arm64 4.4.0-4ubuntu3.3 [183 kB]
11:19:48 #11 37.17 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:19:48 #10 45.20 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:48 #10 45.20 Preparing to unpack .../274-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
11:19:48 #10 45.20 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
11:19:48 #10 45.24 Selecting previously unselected package libio-prompter-perl.
11:19:48 #10 45.24 Preparing to unpack .../275-libio-prompter-perl_0.004015-2_all.deb ...
11:19:48 #10 45.24 Unpacking libio-prompter-perl (0.004015-2) ...
11:19:48 #10 45.28 Selecting previously unselected package libjson-perl.
11:19:48 #10 45.28 Preparing to unpack .../276-libjson-perl_4.10000-1_all.deb ...
11:19:48 #10 45.28 Unpacking libjson-perl (4.10000-1) ...
11:19:48 #10 45.33 Selecting previously unselected package liblog-any-perl.
11:19:48 #10 45.33 Preparing to unpack .../277-liblog-any-perl_1.713-1_all.deb ...
11:19:48 #10 45.33 Unpacking liblog-any-perl (1.713-1) ...
11:19:48 #10 45.37 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:48 #10 45.37 Preparing to unpack .../278-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:19:48 #10 45.37 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:19:48 #10 45.40 Selecting previously unselected package libpackage-stash-perl.
11:19:48 #10 45.40 Preparing to unpack .../279-libpackage-stash-perl_0.40-1_all.deb ...
11:19:48 #10 45.40 Unpacking libpackage-stash-perl (0.40-1) ...
11:19:48 #10 45.43 Selecting previously unselected package libsub-identify-perl.
11:19:48 #10 45.44 Preparing to unpack .../280-libsub-identify-perl_0.14-3_amd64.deb ...
11:19:48 #10 45.44 Unpacking libsub-identify-perl (0.14-3) ...
11:19:48 #10 45.47 Selecting previously unselected package libsub-name-perl:amd64.
11:19:48 #10 45.47 Preparing to unpack .../281-libsub-name-perl_0.26-2+b1_amd64.deb ...
11:19:48 #10 45.47 Unpacking libsub-name-perl:amd64 (0.26-2+b1) ...
11:19:48 #10 45.50 Selecting previously unselected package libnamespace-clean-perl.
11:19:48 #10 45.50 Preparing to unpack .../282-libnamespace-clean-perl_0.27-2_all.deb ...
11:19:48 #10 45.51 Unpacking libnamespace-clean-perl (0.27-2) ...
11:19:48 #10 45.54 Selecting previously unselected package libpath-tiny-perl.
11:19:48 #9 ...
11:19:48 
11:19:48 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:48 #10 18.02 Setting up libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
11:19:48 #11 37.74 Selecting previously unselected package krb5-locales.
11:19:48 #11 37.75 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:19:48 #11 37.75 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:19:48 #11 37.79 Selecting previously unselected package libcbor0.6:arm64.
11:19:48 #11 37.79 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ...
11:19:48 #11 37.79 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
11:19:48 #11 37.83 Selecting previously unselected package libedit2:arm64.
11:19:48 #11 37.83 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ...
11:19:48 #11 37.84 Unpacking libedit2:arm64 (3.1-20191231-1) ...
11:19:48 #11 37.88 Selecting previously unselected package libfido2-1:arm64.
11:19:48 #11 37.88 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ...
11:19:48 #11 37.89 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ...
11:19:48 #11 37.93 Selecting previously unselected package libkrb5support0:arm64.
11:19:48 #11 37.93 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
11:19:48 #11 21.90 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.8 [188 kB]
11:19:48 #11 21.92 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
11:19:48 #11 21.93 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:19:48 #11 21.94 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
11:19:48 #11 21.95 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
11:19:48 #10 21.91 Selecting previously unselected package libgomp1:armhf.
11:19:48 #10 21.91 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ...
11:19:48 #10 21.93 Unpacking libgomp1:armhf (10.2.1-6) ...
11:19:48 #10 22.04 Selecting previously unselected package libatomic1:armhf.
11:19:48 #10 22.04 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ...
11:19:48 #10 22.04 Unpacking libatomic1:armhf (10.2.1-6) ...
11:19:48 #10 22.09 Selecting previously unselected package libasan6:armhf.
11:19:48 #10 22.09 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ...
11:19:48 #10 22.10 Unpacking libasan6:armhf (10.2.1-6) ...
11:19:48 #11 42.48 Preparing to unpack .../060-libx11-6_2%3a1.8.1-2_amd64.deb ...
11:19:48 #11 42.48 Unpacking libx11-6:amd64 (2:1.8.1-2) ...
11:19:48 #11 42.52 Selecting previously unselected package libxext6:amd64.
11:19:48 #11 42.52 Preparing to unpack .../061-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11:19:48 #11 42.52 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11:19:48 #11 42.55 Selecting previously unselected package libxmuu1:amd64.
11:19:48 #11 42.55 Preparing to unpack .../062-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:19:48 #11 42.55 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:19:48 #11 42.59 Selecting previously unselected package man-db.
11:19:48 #11 42.59 Preparing to unpack .../063-man-db_2.10.2-2_amd64.deb ...
11:19:48 #11 42.59 Unpacking man-db (2.10.2-2) ...
11:19:48 #11 42.64 Selecting previously unselected package manpages.
11:19:48 #11 42.64 Preparing to unpack .../064-manpages_5.13-1_all.deb ...
11:19:48 #11 42.65 Unpacking manpages (5.13-1) ...
11:19:48 #11 42.69 Selecting previously unselected package openssh-client.
11:19:48 #11 42.69 Preparing to unpack .../065-openssh-client_1%3a9.0p1-1ubuntu7.1_amd64.deb ...
11:19:48 #11 42.70 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
11:19:48 #11 42.73 Selecting previously unselected package publicsuffix.
11:19:48 #11 42.73 Preparing to unpack .../066-publicsuffix_20220811.1734-1_all.deb ...
11:19:48 #11 42.74 Unpacking publicsuffix (20220811.1734-1) ...
11:19:48 #11 42.77 Selecting previously unselected package libunwind8:amd64.
11:19:48 #11 42.77 Preparing to unpack .../067-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
11:19:48 #11 42.77 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:19:48 #11 42.79 Selecting previously unselected package strace.
11:19:48 #11 42.80 Preparing to unpack .../068-strace_5.16-0ubuntu4_amd64.deb ...
11:19:48 #11 42.80 Unpacking strace (5.16-0ubuntu4) ...
11:19:48 #10 41.43 Preparing to unpack .../122-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
11:19:48 #10 41.43 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:19:48 #10 41.48 Selecting previously unselected package libnpth0:arm64.
11:19:48 #10 41.48 Preparing to unpack .../123-libnpth0_1.5-3_arm64.deb ...
11:19:48 #10 41.49 Unpacking libnpth0:arm64 (1.5-3) ...
11:19:48 #10 41.53 Selecting previously unselected package dirmngr.
11:19:48 #10 41.53 Preparing to unpack .../124-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:48 #10 41.55 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:19:48 #10 41.60 Selecting previously unselected package python3-pkg-resources.
11:19:48 #10 41.60 Preparing to unpack .../125-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
11:19:48 #10 41.61 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:19:48 #10 41.65 Selecting previously unselected package python3-chardet.
11:19:48 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 11.9s done
11:19:48 #10 43.36 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
11:19:48 #10 43.36 Unpacking pristine-tar (1.49) ...
11:19:48 #10 43.40 Selecting previously unselected package publicsuffix.
11:19:48 #10 43.40 Preparing to unpack .../346-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
11:19:48 #10 43.40 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
11:19:48 #10 43.44 Selecting previously unselected package python-apt-common.
11:19:48 #10 43.44 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
11:19:48 #10 43.45 Unpacking python-apt-common (2.2.1) ...
11:19:48 #10 43.50 Selecting previously unselected package python3-apt.
11:19:48 #10 43.50 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
11:19:48 #10 43.50 Unpacking python3-apt (2.2.1) ...
11:19:48 #10 43.55 Selecting previously unselected package python3-certifi.
11:19:48 #10 43.55 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
11:19:48 #10 43.55 Unpacking python3-certifi (2020.6.20-1) ...
11:19:48 #10 43.59 Selecting previously unselected package python3-idna.
11:19:48 #10 43.60 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
11:19:48 #11 44.76 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
11:19:48 #11 44.76 Unpacking libref-util-perl (0.204-1) ...
11:19:48 #11 44.80 Selecting previously unselected package libref-util-xs-perl.
11:19:48 #11 44.80 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
11:19:48 #11 44.80 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:19:48 #11 44.84 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:48 #11 44.84 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:19:48 #11 44.85 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:19:48 #11 44.89 Selecting previously unselected package libregexp-pattern-perl.
11:19:48 #11 44.89 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:19:48 #11 44.89 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:19:48 #11 44.93 Selecting previously unselected package libsasl2-modules:amd64.
11:19:48 #11 44.93 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:19:48 #11 44.94 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:48 #11 44.98 Selecting previously unselected package libsereal-decoder-perl.
11:19:48 #11 44.98 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
11:19:48 #11 44.98 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:19:48 #11 45.02 Selecting previously unselected package libsereal-encoder-perl.
11:19:48 #12 31.07   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          70/80 
11:19:48 #10 40.60 Selecting previously unselected package xauth.
11:19:48 #10 40.61 Preparing to unpack .../398-xauth_1%3a1.1.2-1_arm64.deb ...
11:19:48 #10 40.61 Unpacking xauth (1:1.1.2-1) ...
11:19:48 #10 40.65 Selecting previously unselected package xdg-user-dirs.
11:19:48 #10 40.65 Preparing to unpack .../399-xdg-user-dirs_0.18-1_arm64.deb ...
11:19:48 #10 40.66 Unpacking xdg-user-dirs (0.18-1) ...
11:19:48 #10 40.71 Selecting previously unselected package zstd.
11:19:48 #10 40.71 Preparing to unpack .../400-zstd_1.5.4+dfsg2-3_arm64.deb ...
11:19:48 #10 40.71 Unpacking zstd (1.5.4+dfsg2-3) ...
11:19:48 #10 40.81 Setting up liblz1:arm64 (1.13-5) ...
11:19:48 #10 40.82 Setting up libksba8:arm64 (1.6.3-2) ...
11:19:48 #10 46.98 Setting up libmariadb3:amd64 (1:10.3.38-0+deb10u1) ...
11:19:48 #10 46.99 Setting up libfl2:amd64 (2.6.4-6.2) ...
11:19:48 #10 47.00 Setting up libpcre2-8-0:amd64 (10.32-5) ...
11:19:48 #10 47.01 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
11:19:48 #10 47.02 Setting up libltdl7:amd64 (2.4.6-9) ...
11:19:48 #10 47.04 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:19:48 #10 47.05 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
11:19:48 #10 47.07 Setting up libmpx2:amd64 (8.3.0-6) ...
11:19:48 #10 47.08 Setting up libubsan1:amd64 (8.3.0-6) ...
11:19:48 #10 47.09 Setting up libisl19:amd64 (0.20-2) ...
11:19:48 #10 47.10 Setting up dwz (0.12-3) ...
11:19:48 #10 47.11 Setting up python-apt-common (1.8.4.3) ...
11:19:48 #10 47.12 Setting up sensible-utils (0.0.12) ...
11:19:48 #10 47.16 Setting up exim4-config (4.92-8+deb10u7) ...
11:19:48 #10 39.13 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:48 #10 39.15 Setting up libfcgi-bin (2.4.2-2) ...
11:19:48 #10 39.16 Setting up binutils-common:arm64 (2.35.2-2) ...
11:19:48 #10 39.17 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
11:19:48 #10 39.18 Setting up libmagic1:arm64 (1:5.39-3) ...
11:19:48 #10 39.20 Setting up libdeflate0:arm64 (1.7-1) ...
11:19:48 #10 39.21 Setting up less (551-2) ...
11:19:48 #10 39.22 Setting up perl-openssl-defaults:arm64 (5) ...
11:19:48 #10 39.23 Setting up linux-libc-dev:arm64 (5.10.162-1) ...
11:19:48 #10 39.24 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
11:19:48 #10 39.25 Setting up gettext-base (0.21-4) ...
11:19:48 #10 39.26 Setting up liblzo2-2:arm64 (2.10-2) ...
11:19:48 #10 39.28 Setting up libnpth0:arm64 (1.6-3) ...
11:19:48 #10 39.29 Setting up file (1:5.39-3) ...
11:19:48 #10 39.31 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:19:48 #10 39.32 Setting up libassuan0:arm64 (2.5.3-7.1) ...
11:19:48 #10 39.33 Setting up libgomp1:arm64 (10.2.1-6) ...
11:19:48 #11 35.46 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.10.1 [35.4 kB]
11:19:48 #10 45.54 Preparing to unpack .../283-libpath-tiny-perl_0.144-1_all.deb ...
11:19:48 #10 45.55 Unpacking libpath-tiny-perl (0.144-1) ...
11:19:48 #10 45.58 Selecting previously unselected package libstrictures-perl.
11:19:48 #10 45.58 Preparing to unpack .../284-libstrictures-perl_2.000006-1_all.deb ...
11:19:48 #10 45.58 Unpacking libstrictures-perl (2.000006-1) ...
11:19:48 #10 45.62 Selecting previously unselected package libtype-tiny-perl.
11:19:48 #10 45.62 Preparing to unpack .../285-libtype-tiny-perl_2.002001-1_all.deb ...
11:19:48 #10 45.62 Unpacking libtype-tiny-perl (2.002001-1) ...
11:19:48 #10 32.01 Selecting previously unselected package python3-minimal.
11:19:48 #10 32.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 ... 4316 files and directories currently installed.)
11:19:48 #10 32.01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
11:19:48 #10 32.02 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:19:48 #10 32.05 Selecting previously unselected package mime-support.
11:19:48 #10 32.05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:19:48 #10 32.05 Unpacking mime-support (3.60ubuntu1) ...
11:19:48 #10 32.10 Selecting previously unselected package libmpdec2:armhf.
11:19:48 #10 32.10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
11:19:48 #10 32.10 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
11:19:48 #10 32.17 Selecting previously unselected package readline-common.
11:19:48 #10 32.17 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:19:48 #10 32.17 Unpacking readline-common (7.0-3) ...
11:19:48 #10 32.21 Selecting previously unselected package libreadline7:armhf.
11:19:48 #10 32.21 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
11:19:48 #10 32.22 Unpacking libreadline7:armhf (7.0-3) ...
11:19:48 #10 32.27 Selecting previously unselected package libsqlite3-0:armhf.
11:19:48 #10 32.27 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_armhf.deb ...
11:19:48 #11 37.93 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:19:48 #11 37.98 Selecting previously unselected package libk5crypto3:arm64.
11:19:48 #11 37.98 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
11:19:48 #11 37.98 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:19:48 #11 38.02 Selecting previously unselected package libkeyutils1:arm64.
11:19:48 #11 38.02 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
11:19:48 #11 38.03 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:19:48 #11 38.07 Selecting previously unselected package libkrb5-3:arm64.
11:19:48 #11 38.07 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
11:19:48 #11 38.07 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:19:48 #11 42.84 Selecting previously unselected package xauth.
11:19:48 #11 42.84 Preparing to unpack .../069-xauth_1%3a1.1.1-1_amd64.deb ...
11:19:48 #11 42.84 Unpacking xauth (1:1.1.1-1) ...
11:19:48 #11 42.87 Selecting previously unselected package xz-utils.
11:19:48 #11 42.87 Preparing to unpack .../070-xz-utils_5.2.5-2.1_amd64.deb ...
11:19:48 #11 42.87 Unpacking xz-utils (5.2.5-2.1) ...
11:19:48 #11 42.90 Selecting previously unselected package m4.
11:19:48 #11 42.90 Preparing to unpack .../071-m4_1.4.19-1_amd64.deb ...
11:19:48 #11 42.91 Unpacking m4 (1.4.19-1) ...
11:19:48 #11 42.94 Selecting previously unselected package autoconf.
11:19:48 #11 42.94 Preparing to unpack .../072-autoconf_2.71-2_all.deb ...
11:19:48 #11 42.94 Unpacking autoconf (2.71-2) ...
11:19:48 #11 42.98 Selecting previously unselected package autotools-dev.
11:19:48 #11 42.98 Preparing to unpack .../073-autotools-dev_20220109.1_all.deb ...
11:19:48 #11 42.98 Unpacking autotools-dev (20220109.1) ...
11:19:48 #11 43.02 Selecting previously unselected package automake.
11:19:48 #11 43.02 Preparing to unpack .../074-automake_1%3a1.16.5-1.3_all.deb ...
11:19:48 #10 22.47 Selecting previously unselected package libubsan1:armhf.
11:19:48 #10 22.47 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ...
11:19:49 #10 41.65 Preparing to unpack .../126-python3-chardet_3.0.4-1_all.deb ...
11:19:49 #10 41.65 Unpacking python3-chardet (3.0.4-1) ...
11:19:49 #10 41.70 Selecting previously unselected package python3-six.
11:19:49 #10 41.70 Preparing to unpack .../127-python3-six_1.11.0-2_all.deb ...
11:19:49 #10 41.70 Unpacking python3-six (1.11.0-2) ...
11:19:49 #10 41.74 Selecting previously unselected package python3-debian.
11:19:49 #10 41.74 Preparing to unpack .../128-python3-debian_0.1.32_all.deb ...
11:19:49 #10 41.74 Unpacking python3-debian (0.1.32) ...
11:19:49 #10 41.78 Selecting previously unselected package gnupg-l10n.
11:19:49 #10 41.78 Preparing to unpack .../129-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:19:49 #10 41.78 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:19:49 #10 41.82 Selecting previously unselected package gnupg-utils.
11:19:49 #10 41.82 Preparing to unpack .../130-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 41.82 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:19:49 #10 41.86 Selecting previously unselected package gpg.
11:19:49 #10 41.86 Preparing to unpack .../131-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 41.87 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:19:49 #10 43.60 Unpacking python3-idna (2.10-1) ...
11:19:49 #10 43.63 Selecting previously unselected package python3-magic.
11:19:49 #10 43.64 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
11:19:49 #10 43.64 Unpacking python3-magic (2:0.4.20-3) ...
11:19:49 #10 43.67 Selecting previously unselected package python3-urllib3.
11:19:49 #10 43.67 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:19:49 #10 43.68 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:19:49 #10 43.72 Selecting previously unselected package python3-requests.
11:19:49 #10 43.72 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
11:19:49 #10 43.73 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:19:49 #10 43.76 Selecting previously unselected package python3-unidiff.
11:19:49 #10 43.77 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
11:19:49 #10 43.77 Unpacking python3-unidiff (0.5.5-2) ...
11:19:49 #10 43.80 Selecting previously unselected package python3-xdg.
11:19:49 #10 43.81 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
11:19:49 #10 43.81 Unpacking python3-xdg (0.27-2) ...
11:19:49 #10 43.85 Selecting previously unselected package shared-mime-info.
11:19:49 #21 18.54 Selecting previously unselected package gcc-mingw-w64-x86-64.
11:19:49 #21 18.55 Preparing to unpack .../8-gcc-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:19:49 #21 18.55 Unpacking gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:19:49 #21 18.60 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:19:49 #21 18.61 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:19:49 #21 18.62 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:19:49 #21 18.63 Setting up mingw-w64-common (8.0.0-1) ...
11:19:49 #21 18.65 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:19:49 #21 18.66 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:19:49 #21 18.67 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:19:49 #21 18.69 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
11:19:49 #21 18.69 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:19:49 #21 18.70 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
11:19:49 #21 18.71 Setting up gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:19:49 #11 45.02 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
11:19:49 #11 45.03 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:19:49 #11 45.10 Selecting previously unselected package libsereal-perl.
11:19:49 #11 45.10 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
11:19:49 #11 45.11 Unpacking libsereal-perl (4.011-1) ...
11:19:49 #11 45.14 Selecting previously unselected package libsort-key-perl.
11:19:49 #11 45.15 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
11:19:49 #11 45.15 Unpacking libsort-key-perl (1.33-2build2) ...
11:19:49 #11 45.19 Selecting previously unselected package libstring-copyright-perl.
11:19:49 #11 45.19 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
11:19:49 #11 45.20 Unpacking libstring-copyright-perl (0.003006-1) ...
11:19:49 #11 45.23 Selecting previously unselected package libstring-escape-perl.
11:19:49 #11 45.24 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
11:19:49 #11 45.24 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:49 #11 45.28 Selecting previously unselected package libstring-shellquote-perl.
11:19:49 #12 31.45   Installing       : gdb-headless-8.2-19.el8.x86_64                       71/80 
11:19:49 #12 31.47   Installing       : go-srpm-macros-2-17.el8.noarch                       72/80 
11:19:49 #12 31.48   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   73/80 
11:19:49 #12 31.49   Installing       : efi-srpm-macros-3-3.el8.noarch                       74/80 
11:19:49 #12 31.50   Installing       : dwz-0.12-10.el8.x86_64                               75/80 
11:19:49 #12 31.52   Installing       : redhat-rpm-config-130-1.el8.noarch                   76/80 
11:19:49 #12 31.55   Installing       : rpm-build-4.14.3-26.el8.x86_64                       77/80 
11:19:49 #12 31.59   Installing       : rpmlint-1.10-14.el8.noarch                           78/80 
11:19:49 #12 31.60   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                79/80 
11:19:49 #12 31.62   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         80/80 
11:19:49 #12 31.63   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          80/80 
11:19:49 #9 47.66 Setting up libltdl-dev:amd64 (2.4.6-2) ...
11:19:49 #9 47.67 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 47.68 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.70 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
11:19:49 #9 47.71 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
11:19:49 #9 47.72 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.73 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 47.74 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.75 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:19:49 #9 47.76 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 47.77 Setting up file (1:5.32-2ubuntu0.4) ...
11:19:49 #9 47.79 Setting up fakeroot (1.22-2ubuntu1) ...
11:19:49 #9 47.80 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.80 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
11:19:49 #9 47.81 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 47.82 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.83 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.84 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:19:49 #9 47.86 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
11:19:49 #9 47.87 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:19:49 #9 47.88 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:19:49 #9 47.89 Setting up man-db (2.8.3-2ubuntu0.1) ...
11:19:49 #10 40.83 Setting up media-types (10.0.0) ...
11:19:49 #10 40.84 Setting up libpipeline1:arm64 (1.5.7-1) ...
11:19:49 #10 40.85 Setting up plzip (1.10-5) ...
11:19:49 #10 40.86 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
11:19:49 #10 40.86 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:19:49 #10 40.87 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:19:49 #10 40.88 Setting up wdiff (1.2.2-5) ...
11:19:49 #10 40.89 Setting up libaom3:arm64 (3.6.0-1) ...
11:19:49 #10 40.90 Setting up libabsl20220623:arm64 (20220623.1-1) ...
11:19:49 #10 40.91 Setting up libxau6:arm64 (1:1.0.9-1) ...
11:19:49 #10 40.92 Setting up libre2-9:arm64 (20220601+dfsg-1+b1) ...
11:19:49 #10 40.93 Setting up libkeyutils1:arm64 (1.6.3-2) ...
11:19:49 #10 40.94 Setting up libpsl5:arm64 (0.21.2-1) ...
11:19:49 #10 40.95 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
11:19:49 #10 40.96 Setting up libicu72:arm64 (72.1-3) ...
11:19:49 #10 40.97 Setting up liblerc4:arm64 (4.0.0+ds-2) ...
11:19:49 #10 40.98 Setting up bsdextrautils (2.38.1-5) ...
11:19:49 #10 40.99 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
11:19:49 #10 41.00 Setting up libtext-glob-perl (0.11-3) ...
11:19:49 #10 41.01 Setting up xdg-user-dirs (0.18-1) ...
11:19:49 #10 41.04 Setting up libmagic-mgc (1:5.44-3) ...
11:19:49 #10 41.05 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:19:49 #10 41.06 Setting up libglib2.0-0:arm64 (2.74.6-1) ...
11:19:49 #10 41.07 No schema files found: doing nothing.
11:19:49 #10 41.08 Setting up distro-info-data (0.57) ...
11:19:49 #10 41.09 Setting up manpages (6.03-1) ...
11:19:49 #10 41.10 Setting up libtirpc-common (1.3.3+ds-1) ...
11:19:49 #10 41.11 Setting up unzip (6.0-28) ...
11:19:49 #10 41.13 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ...
11:19:49 #10 41.14 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
11:19:49 #11 38.98 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
11:19:49 #10 39.34 Setting up bzip2 (1.0.8-4) ...
11:19:49 #10 39.35 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:19:49 #10 39.37 Setting up pbzip2 (1.1.13-1) ...
11:19:49 #10 39.38 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
11:19:49 #10 39.39 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
11:19:49 #10 39.41 Setting up libasan6:arm64 (10.2.1-6) ...
11:19:49 #10 39.43 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:49 #10 39.44 Setting up fakeroot (1.25.3-1.1) ...
11:19:49 #10 39.45 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:49 #10 39.46 Setting up autotools-dev (20180224.1+nmu1) ...
11:19:49 #10 39.47 Setting up libglib2.0-data (2.66.8-1) ...
11:19:49 #10 39.49 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
11:19:49 #10 39.50 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
11:19:49 #10 39.51 Setting up libx11-data (2:1.7.2-1) ...
11:19:49 #10 39.52 Setting up make (4.3-4.1) ...
11:19:49 #10 39.53 Setting up libmpfr6:arm64 (4.1.0-3) ...
11:19:49 #10 39.55 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:19:49 #10 39.56 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:49 #10 39.57 Setting up lzip (1.22-3) ...
11:19:49 #10 39.60 Setting up strace (5.10-1) ...
11:19:49 #10 39.61 Setting up libsigsegv2:arm64 (2.13-1) ...
11:19:49 #10 39.63 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:19:49 #10 39.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:49 #10 39.65 Setting up t1utils (1.41-4) ...
11:19:49 #11 35.48 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgd3 arm64 2.3.3-6 [119 kB]
11:19:49 #11 35.51 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-devtools arm64 2.36-0ubuntu4 [27.4 kB]
11:19:49 #11 35.52 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:49 #11 35.54 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-pm-perl all 4.54-1 [188 kB]
11:19:49 #11 35.60 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28.0 kB]
11:19:49 #11 35.60 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-perl arm64 0.82+ds-1build1 [22.3 kB]
11:19:49 #11 35.61 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:19:49 #11 35.61 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:49 #11 35.61 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
11:19:49 #10 23.25 Selecting previously unselected package libbinutils:armhf.
11:19:49 #10 23.25 Preparing to unpack .../030-libbinutils_2.40-2_armhf.deb ...
11:19:49 #10 23.25 Unpacking libbinutils:armhf (2.40-2) ...
11:19:49 #10 23.36 Selecting previously unselected package libctf-nobfd0:armhf.
11:19:49 #10 23.36 Preparing to unpack .../031-libctf-nobfd0_2.40-2_armhf.deb ...
11:19:49 #10 23.37 Unpacking libctf-nobfd0:armhf (2.40-2) ...
11:19:49 #10 23.43 Selecting previously unselected package libctf0:armhf.
11:19:49 #10 23.43 Preparing to unpack .../032-libctf0_2.40-2_armhf.deb ...
11:19:49 #10 23.43 Unpacking libctf0:armhf (2.40-2) ...
11:19:49 #10 30.67 Selecting previously unselected package ca-certificates.
11:19:49 #10 30.67 Preparing to unpack .../058-ca-certificates_20200601~deb10u2_all.deb ...
11:19:49 #10 30.67 Unpacking ca-certificates (20200601~deb10u2) ...
11:19:49 #10 30.75 Selecting previously unselected package libsasl2-modules-db:armhf.
11:19:49 #10 30.75 Preparing to unpack .../059-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
11:19:49 #10 30.76 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
11:19:49 #10 30.82 Selecting previously unselected package libsasl2-2:armhf.
11:19:49 #10 30.82 Preparing to unpack .../060-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
11:19:49 #10 30.82 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
11:19:49 #10 30.87 Selecting previously unselected package libldap-common.
11:19:49 #10 30.87 Preparing to unpack .../061-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:19:49 #10 30.89 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:19:49 #10 30.94 Selecting previously unselected package libldap-2.4-2:armhf.
11:19:49 #10 30.94 Preparing to unpack .../062-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
11:19:49 #10 30.95 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
11:19:49 #10 45.69 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:49 #10 45.69 Preparing to unpack .../286-libgitlab-api-v4-perl_0.26-3_all.deb ...
11:19:49 #10 45.70 Unpacking libgitlab-api-v4-perl (0.26-3) ...
11:19:49 #10 45.76 Selecting previously unselected package libglib2.0-0:amd64.
11:19:49 #10 45.76 Preparing to unpack .../287-libglib2.0-0_2.74.6-1_amd64.deb ...
11:19:49 #10 45.76 Unpacking libglib2.0-0:amd64 (2.74.6-1) ...
11:19:49 #10 45.96 Selecting previously unselected package libglib2.0-data.
11:19:49 #10 32.28 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
11:19:49 #10 32.38 Selecting previously unselected package libpython3.6-stdlib:armhf.
11:19:49 #10 32.38 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:19:49 #10 32.39 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:19:49 #11 38.25 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:19:49 #11 38.25 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
11:19:49 #11 38.25 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
11:19:49 #11 38.30 Selecting previously unselected package libpsl5:arm64.
11:19:49 #11 38.30 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
11:19:49 #11 38.30 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:19:49 #11 38.34 Selecting previously unselected package libxau6:arm64.
11:19:49 #11 38.34 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ...
11:19:49 #11 38.35 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ...
11:19:49 #11 38.38 Selecting previously unselected package libxdmcp6:arm64.
11:19:49 #11 38.38 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ...
11:19:49 #11 38.39 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
11:19:49 #11 38.43 Selecting previously unselected package libxcb1:arm64.
11:19:49 #11 38.43 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ...
11:19:49 #11 38.43 Unpacking libxcb1:arm64 (1.14-2) ...
11:19:49 #11 38.47 Selecting previously unselected package libx11-data.
11:19:49 #11 37.68 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
11:19:49 #11 43.02 Unpacking automake (1:1.16.5-1.3) ...
11:19:49 #11 43.07 Selecting previously unselected package autopoint.
11:19:49 #11 43.07 Preparing to unpack .../075-autopoint_0.21-8_all.deb ...
11:19:49 #11 43.07 Unpacking autopoint (0.21-8) ...
11:19:49 #11 43.10 Selecting previously unselected package binutils-common:amd64.
11:19:49 #11 43.10 Preparing to unpack .../076-binutils-common_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.11 Unpacking binutils-common:amd64 (2.39-3ubuntu1.1) ...
11:19:49 #11 43.14 Selecting previously unselected package libbinutils:amd64.
11:19:49 #11 43.15 Preparing to unpack .../077-libbinutils_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.15 Unpacking libbinutils:amd64 (2.39-3ubuntu1.1) ...
11:19:49 #11 43.19 Selecting previously unselected package libctf-nobfd0:amd64.
11:19:49 #11 43.19 Preparing to unpack .../078-libctf-nobfd0_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.20 Unpacking libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
11:19:49 #11 43.22 Selecting previously unselected package libctf0:amd64.
11:19:49 #11 43.22 Preparing to unpack .../079-libctf0_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.23 Unpacking libctf0:amd64 (2.39-3ubuntu1.1) ...
11:19:49 #11 43.26 Selecting previously unselected package libgprofng0:amd64.
11:19:49 #11 22.35 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:49 #11 22.65 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:19:49 #11 22.65 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:49 #11 22.66 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:49 #11 22.67 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
11:19:49 #10 22.48 Unpacking libubsan1:armhf (10.2.1-6) ...
11:19:49 #10 22.61 Selecting previously unselected package libgcc-10-dev:armhf.
11:19:49 #10 22.62 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ...
11:19:49 #10 22.62 Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
11:19:49 #10 41.93 Selecting previously unselected package pinentry-curses.
11:19:49 #10 41.93 Preparing to unpack .../132-pinentry-curses_1.1.0-1_arm64.deb ...
11:19:49 #10 41.94 Unpacking pinentry-curses (1.1.0-1) ...
11:19:49 #10 41.97 Selecting previously unselected package gpg-agent.
11:19:49 #10 41.97 Preparing to unpack .../133-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 41.98 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:19:49 #10 42.02 Selecting previously unselected package gpg-wks-client.
11:19:49 #10 42.02 Preparing to unpack .../134-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 42.03 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:19:49 #10 42.06 Selecting previously unselected package gpg-wks-server.
11:19:49 #10 42.07 Preparing to unpack .../135-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 42.07 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:19:49 #10 42.10 Selecting previously unselected package gpgsm.
11:19:49 #10 42.11 Preparing to unpack .../136-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 42.11 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:19:49 #10 42.15 Selecting previously unselected package gnupg.
11:19:49 #10 43.85 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
11:19:49 #10 43.86 Unpacking shared-mime-info (2.0-1) ...
11:19:49 #10 43.98 Selecting previously unselected package strace.
11:19:49 #10 43.98 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
11:19:49 #10 43.98 Unpacking strace (5.10-1) ...
11:19:49 #10 44.06 Selecting previously unselected package xauth.
11:19:49 #10 44.06 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
11:19:49 #10 44.07 Unpacking xauth (1:1.1-1) ...
11:19:49 #10 44.10 Selecting previously unselected package xdg-user-dirs.
11:19:49 #11 45.28 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
11:19:49 #11 45.28 Unpacking libstring-shellquote-perl (1.04-1) ...
11:19:49 #11 45.32 Selecting previously unselected package libterm-readkey-perl.
11:19:49 #11 45.32 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
11:19:49 #11 45.33 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:19:49 #11 45.38 Selecting previously unselected package libtest-fatal-perl.
11:19:49 #11 45.38 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
11:19:49 #11 45.39 Unpacking libtest-fatal-perl (0.014-1) ...
11:19:49 #11 45.42 Selecting previously unselected package libtest-refcount-perl.
11:19:49 #11 45.43 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
11:19:49 #11 45.43 Unpacking libtest-refcount-perl (0.10-1) ...
11:19:49 #11 45.47 Selecting previously unselected package libtext-levenshtein-perl.
11:19:49 #11 45.47 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
11:19:49 #11 45.48 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:19:49 #11 45.51 Selecting previously unselected package libtype-tiny-xs-perl.
11:19:49 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:49 #7 DONE 44.7s
11:19:49 
11:19:49 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:49 #11 19.67 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
11:19:49 #11 19.69 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
11:19:49 #11 19.76 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
11:19:49 #11 19.77 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:19:49 #11 19.79 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
11:19:49 #11 19.82 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:19:49 #11 19.82 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:19:49 #11 19.82 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:19:49 #11 19.82 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
11:19:49 #11 19.85 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
11:19:49 #11 20.01 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
11:19:49 #11 20.55 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:49 #11 20.55 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
11:19:49 #11 20.57 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
11:19:49 #11 20.64 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
11:19:49 #11 20.64 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
11:19:49 #11 20.65 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
11:19:49 #11 20.65 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
11:19:49 #11 20.66 Get:152 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
11:19:49 #11 20.66 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
11:19:49 #11 20.66 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
11:19:49 #11 20.83 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:19:49 #11 21.06 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
11:19:49 #11 21.30 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
11:19:49 #11 21.37 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
11:19:49 #11 21.37 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
11:19:49 #11 21.39 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
11:19:49 #11 21.40 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
11:19:49 #11 21.41 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
11:19:49 #11 21.42 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:19:49 #11 21.45 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:19:49 #11 21.45 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
11:19:49 #11 21.59 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
11:19:49 #11 21.76 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
11:19:49 #11 21.89 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:49 #11 21.91 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
11:19:49 #11 21.91 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:19:49 #11 21.92 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
11:19:49 #11 21.93 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
11:19:49 #11 21.94 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:49 #11 21.95 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:49 #11 21.95 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
11:19:49 #11 21.96 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:49 #11 22.12 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:49 #11 22.27 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
11:19:49 #11 22.36 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:19:49 #11 22.37 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
11:19:49 #11 22.42 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:19:49 #11 22.43 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:19:49 #11 22.44 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:49 #11 22.45 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
11:19:49 #11 22.50 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
11:19:49 #11 22.53 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:19:49 #11 22.59 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:19:49 #11 22.74 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:49 #11 22.88 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
11:19:49 #11 23.01 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:19:49 #11 23.04 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:49 #11 23.05 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
11:19:49 #11 23.05 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
11:19:49 #11 23.17 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
11:19:49 #11 23.21 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
11:19:49 #11 23.22 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:19:49 #11 23.22 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:19:49 #11 23.22 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:49 #11 23.39 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
11:19:49 #11 23.70 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:19:49 #11 23.72 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
11:19:49 #11 23.74 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
11:19:49 #11 23.94 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
11:19:49 #11 23.94 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
11:19:49 #11 23.95 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:19:49 #11 23.95 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
11:19:49 #11 23.96 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
11:19:49 #11 23.97 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
11:19:49 #11 23.97 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.16 [202 kB]
11:19:49 #11 24.13 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:19:49 #11 24.29 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.10 [887 kB]
11:19:49 #11 24.66 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.10 [3374 kB]
11:19:49 #11 24.88 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:19:49 #11 24.88 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
11:19:49 #11 24.88 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:49 #11 24.88 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
11:19:49 #11 24.88 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:19:49 #11 24.88 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
11:19:49 #11 24.88 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:19:49 #11 24.89 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:19:49 #11 25.04 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:49 #12 31.64   Running scriptlet: xz-libs-5.2.4-4.el8_6.x86_64                         80/80 
11:19:49 #12 31.75   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            1/80 
11:19:49 #12 31.75   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          2/80 
11:19:49 #12 31.75   Verifying        : desktop-file-utils-0.26-1.el8.x86_64                  3/80 
11:19:49 #12 31.75   Verifying        : dwz-0.12-10.el8.x86_64                                4/80 
11:19:49 #12 31.75   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/80 
11:19:49 #12 31.75   Verifying        : gc-7.6.4-3.el8.x86_64                                 6/80 
11:19:49 #12 31.75   Verifying        : gdb-headless-8.2-19.el8.x86_64                        7/80 
11:19:49 #12 31.75   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/80 
11:19:49 #12 31.75   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/80 
11:19:49 #12 31.75   Verifying        : guile-5:2.0.14-7.el8.x86_64                          10/80 
11:19:49 #12 31.75   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                     11/80 
11:19:49 #12 31.75   Verifying        : libipt-1.6.1-8.el8.x86_64                            12/80 
11:19:49 #12 31.75   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     13/80 
11:19:49 #12 31.75   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  14/80 
11:19:49 #12 31.75   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/80 
11:19:49 #12 31.75   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   16/80 
11:19:49 #12 31.75   Verifying        : perl-srpm-macros-1-25.el8.noarch                     17/80 
11:19:49 #12 31.75   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  18/80 
11:19:49 #12 31.75   Verifying        : redhat-rpm-config-130-1.el8.noarch                   19/80 
11:19:49 #12 31.75   Verifying        : rpm-build-4.14.3-26.el8.x86_64                       20/80 
11:19:49 #12 31.75   Verifying        : rpmlint-1.10-14.el8.noarch                           21/80 
11:19:49 #12 31.75   Verifying        : rust-srpm-macros-5-2.el8.noarch                      22/80 
11:19:49 #12 31.75   Verifying        : zstd-1.4.4-1.el8.x86_64                              23/80 
11:19:49 #12 31.75   Verifying        : binutils-2.30-119.el8.x86_64                         24/80 
11:19:49 #12 31.75   Verifying        : bzip2-1.0.6-26.el8.x86_64                            25/80 
11:19:49 #12 31.75   Verifying        : cpio-2.12-11.el8.x86_64                              26/80 
11:19:49 #12 31.75   Verifying        : diffutils-3.6-6.el8.x86_64                           27/80 
11:19:49 #12 31.75   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                28/80 
11:19:49 #12 31.75   Verifying        : elfutils-0.188-3.el8.x86_64                          29/80 
11:19:49 #12 31.75   Verifying        : elfutils-debuginfod-client-0.188-3.el8.x86_64        30/80 
11:19:49 #12 31.75   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 31/80 
11:19:49 #12 31.75   Verifying        : file-5.33-21.el8.x86_64                              32/80 
11:19:49 #12 31.75   Verifying        : glibc-gconv-extra-2.28-224.el8.x86_64                33/80 
11:19:49 #12 31.75   Verifying        : groff-base-1.22.3-18.el8.x86_64                      34/80 
11:19:49 #12 31.75   Verifying        : libbabeltrace-1.5.4-4.el8.x86_64                     35/80 
11:19:49 #12 31.75   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        36/80 
11:19:49 #12 31.75   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     37/80 
11:19:49 #12 31.75   Verifying        : ncurses-6.1-9.20180224.el8.x86_64                    38/80 
11:19:49 #12 31.75   Verifying        : patch-2.7.6-11.el8.x86_64                            39/80 
11:19:49 #12 31.75   Verifying        : perl-Carp-1.42-396.el8.noarch                        40/80 
11:19:49 #12 31.75   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      41/80 
11:19:49 #12 31.75   Verifying        : perl-Errno-1.28-422.el8.x86_64                       42/80 
11:19:49 #12 31.75   Verifying        : perl-Exporter-5.72-396.el8.noarch                    43/80 
11:19:49 #12 31.75   Verifying        : perl-File-Path-2.15-2.el8.noarch                     44/80 
11:19:49 #12 31.75   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                45/80 
11:19:49 #12 31.75   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 46/80 
11:19:49 #12 31.75   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    47/80 
11:19:49 #12 31.75   Verifying        : perl-IO-1.38-422.el8.x86_64                          48/80 
11:19:49 #12 31.75   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 49/80 
11:19:49 #12 31.75   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     50/80 
11:19:49 #12 31.76   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               51/80 
11:19:49 #12 31.76   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 52/80 
11:19:49 #12 31.76   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                53/80 
11:19:49 #12 31.76   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 54/80 
11:19:49 #12 31.76   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           55/80 
11:19:49 #12 31.76   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     56/80 
11:19:49 #12 31.76   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    57/80 
11:19:49 #12 31.76   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              58/80 
11:19:49 #12 31.76   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    59/80 
11:19:49 #12 31.76   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             60/80 
11:19:49 #12 31.76   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         61/80 
11:19:49 #12 31.76   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 62/80 
11:19:49 #12 31.76   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           63/80 
11:19:49 #12 31.76   Verifying        : perl-constant-1.33-396.el8.noarch                    64/80 
11:19:49 #12 31.76   Verifying        : perl-interpreter-4:5.26.3-422.el8.x86_64             65/80 
11:19:49 #12 31.76   Verifying        : perl-libs-4:5.26.3-422.el8.x86_64                    66/80 
11:19:49 #12 31.76   Verifying        : perl-macros-4:5.26.3-422.el8.x86_64                  67/80 
11:19:49 #12 31.76   Verifying        : perl-parent-1:0.237-1.el8.noarch                     68/80 
11:19:49 #12 31.76   Verifying        : perl-podlators-4.11-1.el8.noarch                     69/80 
11:19:49 #12 31.76   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     70/80 
11:19:49 #12 31.76   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                71/80 
11:19:49 #12 31.76   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           72/80 
11:19:49 #12 31.76   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        73/80 
11:19:49 #12 31.76   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                74/80 
11:19:49 #12 31.76   Verifying        : python-rpm-macros-3-44.el8.noarch                    75/80 
11:19:49 #12 31.76   Verifying        : python-srpm-macros-3-44.el8.noarch                   76/80 
11:19:49 #12 31.76   Verifying        : python3-rpm-macros-3-44.el8.noarch                   77/80 
11:19:49 #12 31.76   Verifying        : unzip-6.0-46.el8.x86_64                              78/80 
11:19:49 #12 31.76   Verifying        : xz-5.2.4-4.el8.x86_64                                79/80 
11:19:49 #10 41.15 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
11:19:49 #10 41.16 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
11:19:49 #10 41.18 Setting up libfcgi-bin (2.4.2-2) ...
11:19:49 #10 41.19 Setting up binutils-common:arm64 (2.40-2) ...
11:19:49 #10 41.20 Setting up libnghttp2-14:arm64 (1.52.0-1) ...
11:19:49 #10 41.21 Setting up libmagic1:arm64 (1:5.44-3) ...
11:19:49 #10 41.23 Setting up libdeflate0:arm64 (1.14-1) ...
11:19:49 #10 41.24 Setting up less (590-1.2) ...
11:19:49 #10 41.26 Setting up perl-openssl-defaults:arm64 (7+b1) ...
11:19:49 #10 41.26 Setting up linux-libc-dev:arm64 (6.1.12-1) ...
11:19:49 #10 41.28 Setting up libctf-nobfd0:arm64 (2.40-2) ...
11:19:49 #10 41.29 Setting up gettext-base (0.21-12) ...
11:19:49 #10 41.30 Setting up m4 (1.4.19-3) ...
11:19:49 #10 41.31 Setting up liblzo2-2:arm64 (2.10-2) ...
11:19:49 #10 41.32 Setting up libnpth0:arm64 (1.6-3) ...
11:19:49 #10 41.33 Setting up krb5-locales (1.20.1-1) ...
11:19:49 #10 41.34 Setting up file (1:5.44-3) ...
11:19:49 #10 41.35 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
11:19:49 #9 47.99 Building database of manual pages ...
11:19:49 #9 48.14 Setting up pinentry-curses (1.1.0-1) ...
11:19:49 #9 48.16 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
11:19:49 #14 1.025 Last metadata expiration check: 0:00:15 ago on Fri Mar 10 11:19:34 2023.
11:19:49 #11 39.29 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:19:49 #11 39.30 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
11:19:49 #11 39.31 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:19:49 #11 39.32 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:49 #11 39.33 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:19:49 #11 39.34 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
11:19:49 #11 39.38 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
11:19:49 #11 39.39 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
11:19:49 #11 39.40 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
11:19:49 #11 39.41 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
11:19:49 #10 39.66 Setting up diffstat (1.64-1) ...
11:19:49 #10 39.67 Setting up libpng16-16:arm64 (1.6.37-3) ...
11:19:49 #10 39.68 Setting up libmpc3:arm64 (1.2.0-1) ...
11:19:49 #10 39.69 Setting up libatomic1:arm64 (10.2.1-6) ...
11:19:49 #10 39.70 Setting up patch (2.7.6-7) ...
11:19:49 #10 39.72 Setting up autopoint (0.21-4) ...
11:19:49 #10 39.73 Setting up libwebp6:arm64 (0.6.1-2.1) ...
11:19:49 #10 39.74 Setting up fonts-dejavu-core (2.37-2) ...
11:19:49 #10 39.80 Setting up libxdelta2 (1.1.3-9.3) ...
11:19:49 #10 39.82 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
11:19:49 #10 39.83 Setting up libltdl7:arm64 (2.4.6-15) ...
11:19:49 #10 39.84 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:49 #10 39.85 Setting up libubsan1:arm64 (10.2.1-6) ...
11:19:49 #10 39.87 Setting up libmd0:arm64 (1.0.3-3) ...
11:19:49 #10 39.88 Setting up python-apt-common (2.2.1) ...
11:19:49 #10 39.90 Setting up libnsl-dev:arm64 (1.3.0-2) ...
11:19:49 #10 39.92 Setting up sensible-utils (0.0.14) ...
11:19:49 #10 23.50 Selecting previously unselected package libjansson4:armhf.
11:19:49 #10 23.50 Preparing to unpack .../033-libjansson4_2.14-2_armhf.deb ...
11:19:49 #10 23.50 Unpacking libjansson4:armhf (2.14-2) ...
11:19:49 #10 23.55 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:49 #10 23.55 Preparing to unpack .../034-binutils-arm-linux-gnueabihf_2.40-2_armhf.deb ...
11:19:49 #10 23.55 Unpacking binutils-arm-linux-gnueabihf (2.40-2) ...
11:19:49 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 11.7s done
11:19:49 #10 31.03 Selecting previously unselected package libnghttp2-14:armhf.
11:19:49 #10 31.03 Preparing to unpack .../063-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
11:19:49 #10 31.03 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
11:19:49 #10 31.08 Selecting previously unselected package libpsl5:armhf.
11:19:49 #10 31.08 Preparing to unpack .../064-libpsl5_0.20.2-2_armhf.deb ...
11:19:49 #10 31.08 Unpacking libpsl5:armhf (0.20.2-2) ...
11:19:49 #10 31.13 Selecting previously unselected package librtmp1:armhf.
11:19:49 #10 31.13 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
11:19:49 #10 31.14 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
11:19:49 #10 31.19 Selecting previously unselected package libssh2-1:armhf.
11:19:49 #10 31.19 Preparing to unpack .../066-libssh2-1_1.8.0-2.1_armhf.deb ...
11:19:49 #10 31.20 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
11:19:49 #10 31.25 Selecting previously unselected package libcurl4:armhf.
11:19:49 #10 31.25 Preparing to unpack .../067-libcurl4_7.64.0-4+deb10u5_armhf.deb ...
11:19:49 #10 ...
11:19:49 
11:19:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:49 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 15.9s
11:19:49 #10 45.96 Preparing to unpack .../288-libglib2.0-data_2.74.6-1_all.deb ...
11:19:49 #10 45.97 Unpacking libglib2.0-data (2.74.6-1) ...
11:19:49 #10 46.13 Selecting previously unselected package libgpm2:amd64.
11:19:49 #10 46.13 Preparing to unpack .../289-libgpm2_1.20.7-10+b1_amd64.deb ...
11:19:49 #10 46.13 Unpacking libgpm2:amd64 (1.20.7-10+b1) ...
11:19:49 #10 46.16 Selecting previously unselected package libhtml-form-perl.
11:19:49 #10 46.16 Preparing to unpack .../290-libhtml-form-perl_6.11-1_all.deb ...
11:19:49 #10 46.17 Unpacking libhtml-form-perl (6.11-1) ...
11:19:49 #10 46.20 Selecting previously unselected package libhtml-format-perl.
11:19:49 #10 46.20 Preparing to unpack .../291-libhtml-format-perl_2.16-2_all.deb ...
11:19:49 #10 46.20 Unpacking libhtml-format-perl (2.16-2) ...
11:19:49 #10 46.23 Selecting previously unselected package libhtml-html5-entities-perl.
11:19:49 #10 47.46 Adding system-user for exim (v4)
11:19:49 #10 47.68 Setting up libuchardet0:amd64 (0.0.6-3) ...
11:19:49 #10 47.70 Setting up git-man (1:2.20.1-2+deb10u8) ...
11:19:49 #10 47.70 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
11:19:49 #10 47.71 Setting up netbase (5.6) ...
11:19:49 #10 47.73 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
11:19:49 #10 47.75 Setting up libmpdec2:amd64 (2.4.2-2) ...
11:19:49 #10 47.75 Setting up libbinutils:amd64 (2.31.1-16) ...
11:19:49 #10 47.76 Setting up cpp-8 (8.3.0-6) ...
11:19:49 #10 47.77 Setting up libc-dev-bin (2.28-10+deb10u2) ...
11:19:49 #10 47.78 Setting up openssl (1.1.1n-0+deb10u4) ...
11:19:49 #10 32.68 Selecting previously unselected package python3.6.
11:19:49 #10 32.68 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:19:49 #10 32.69 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:19:49 #10 32.73 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:49 #10 32.73 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
11:19:49 #10 32.74 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
11:19:49 #10 32.77 Setting up python3-minimal (3.6.7-1~18.04) ...
11:19:49 #11 38.47 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:19:49 #11 38.47 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:19:49 #11 38.54 Selecting previously unselected package libx11-6:arm64.
11:19:49 #11 38.54 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_arm64.deb ...
11:19:49 #11 38.54 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
11:19:49 #11 38.62 Selecting previously unselected package libxext6:arm64.
11:19:49 #11 38.62 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ...
11:19:49 #11 38.63 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ...
11:19:49 #11 38.67 Selecting previously unselected package libxmuu1:arm64.
11:19:49 #11 38.67 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
11:19:49 #11 38.67 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
11:19:49 #11 38.70 Selecting previously unselected package manpages.
11:19:49 #11 38.71 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:19:49 #11 38.71 Unpacking manpages (5.05-1) ...
11:19:49 #11 38.02 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB]
11:19:49 #11 38.04 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:19:49 #11 38.05 Get:365 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:19:49 #11 38.08 Get:366 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:19:49 #11 38.11 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
11:19:49 #11 38.11 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB]
11:19:49 #11 38.13 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB]
11:19:49 #11 38.14 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:19:49 #11 38.15 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB]
11:19:49 #11 43.26 Preparing to unpack .../080-libgprofng0_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.27 Unpacking libgprofng0:amd64 (2.39-3ubuntu1.1) ...
11:19:49 #11 43.30 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:49 #11 43.31 Preparing to unpack .../081-binutils-x86-64-linux-gnu_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.31 Unpacking binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
11:19:49 #11 43.40 Selecting previously unselected package binutils.
11:19:49 #11 43.40 Preparing to unpack .../082-binutils_2.39-3ubuntu1.1_amd64.deb ...
11:19:49 #11 43.40 Unpacking binutils (2.39-3ubuntu1.1) ...
11:19:49 #11 43.44 Selecting previously unselected package libc-dev-bin.
11:19:49 #11 43.44 Preparing to unpack .../083-libc-dev-bin_2.36-0ubuntu4_amd64.deb ...
11:19:49 #11 43.45 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
11:19:49 #11 43.48 Selecting previously unselected package linux-libc-dev:amd64.
11:19:49 #11 43.48 Preparing to unpack .../084-linux-libc-dev_5.19.0-35.36_amd64.deb ...
11:19:49 #11 43.49 Unpacking linux-libc-dev:amd64 (5.19.0-35.36) ...
11:19:49 #11 22.81 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
11:19:49 #11 22.82 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
11:19:49 #11 22.85 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
11:19:49 #10 22.82 Selecting previously unselected package gcc-10.
11:19:49 #10 22.82 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ...
11:19:49 #10 22.83 Unpacking gcc-10 (10.2.1-6) ...
11:19:49 #10 42.16 Preparing to unpack .../137-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
11:19:49 #10 42.16 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:19:49 #10 42.26 Selecting previously unselected package libgpgme11:arm64.
11:19:49 #10 42.27 Preparing to unpack .../138-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
11:19:49 #10 42.27 Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
11:19:49 #10 42.31 Selecting previously unselected package python3-gpg.
11:19:49 #10 42.32 Preparing to unpack .../139-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
11:19:49 #10 42.32 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:19:49 #10 42.38 Selecting previously unselected package dput.
11:19:49 #10 42.38 Preparing to unpack .../140-dput_1.0.1ubuntu1_all.deb ...
11:19:49 #10 42.39 Unpacking dput (1.0.1ubuntu1) ...
11:19:49 #10 42.43 Selecting previously unselected package libfakeroot:arm64.
11:19:49 #10 42.43 Preparing to unpack .../141-libfakeroot_1.22-2ubuntu1_arm64.deb ...
11:19:49 #10 42.44 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
11:19:49 #10 42.48 Selecting previously unselected package fakeroot.
11:19:49 #10 42.48 Preparing to unpack .../142-fakeroot_1.22-2ubuntu1_arm64.deb ...
11:19:49 #10 42.48 Unpacking fakeroot (1.22-2ubuntu1) ...
11:19:49 #10 44.11 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
11:19:49 #10 44.11 Unpacking xdg-user-dirs (0.17-2) ...
11:19:49 #10 44.18 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
11:19:49 #10 44.19 Setting up media-types (4.0.0) ...
11:19:49 #10 44.20 Setting up libpipeline1:amd64 (1.5.3-1) ...
11:19:49 #10 44.21 Setting up wdiff (1.2.2-2+b1) ...
11:19:49 #10 44.22 Setting up libxau6:amd64 (1:1.0.9-1) ...
11:19:49 #10 44.24 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
11:19:49 #10 44.25 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:19:49 #10 44.26 Setting up libgpm2:amd64 (1.20.7-8) ...
11:19:49 #10 44.27 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:19:49 #10 44.28 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:19:49 #10 44.28 Setting up libicu67:amd64 (67.1-7) ...
11:19:49 #10 44.29 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
11:19:49 #10 44.30 Setting up xdg-user-dirs (0.17-2) ...
11:19:49 #10 44.33 Setting up libmagic-mgc (1:5.39-3) ...
11:19:49 #10 44.34 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
11:19:49 #10 44.35 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
11:19:49 #10 44.38 No schema files found: doing nothing.
11:19:49 #10 44.38 Setting up distro-info-data (0.51+deb11u3) ...
11:19:49 #10 44.39 Setting up manpages (5.10-1) ...
11:19:49 #10 44.40 Setting up unzip (6.0-26+deb11u1) ...
11:19:49 #10 44.41 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:49 #10 44.42 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:19:49 #10 44.43 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
11:19:49 #11 45.51 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
11:19:49 #11 45.52 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:19:49 #11 45.56 Selecting previously unselected package libunicode-utf8-perl.
11:19:49 #11 45.56 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
11:19:49 #11 45.57 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:19:49 #11 45.60 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:49 #11 45.61 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:19:49 #11 45.61 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:19:49 #11 45.65 Selecting previously unselected package libxml-sax-base-perl.
11:19:49 #11 45.65 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
11:19:49 #11 45.66 Unpacking libxml-sax-base-perl (1.09-1) ...
11:19:49 #11 45.70 Selecting previously unselected package libxml-sax-perl.
11:19:49 #11 45.70 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:19:49 #11 45.71 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:19:49 #11 45.76 Selecting previously unselected package libxml-libxml-perl.
11:19:49 #11 25.11 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
11:19:49 #11 25.20 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:19:49 #11 25.23 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:49 #11 25.26 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
11:19:49 #11 25.30 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
11:19:49 #11 25.31 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
11:19:49 #11 25.33 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
11:19:49 #11 25.35 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:19:49 #11 25.35 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:19:49 #11 25.36 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:19:49 #12 31.76   Verifying        : zip-3.0-23.el8.x86_64                                80/80 
11:19:49 #12 32.07 
11:19:49 #12 32.07 Downgraded:
11:19:49 #12 32.07   xz-libs-5.2.4-4.el8.x86_64                                                    
11:19:49 #12 32.07 Installed:
11:19:49 #12 32.07   binutils-2.30-119.el8.x86_64                                                  
11:19:49 #12 32.07   bzip2-1.0.6-26.el8.x86_64                                                     
11:19:49 #12 32.07   cpio-2.12-11.el8.x86_64                                                       
11:19:49 #12 32.07   desktop-file-utils-0.26-1.el8.x86_64                                          
11:19:49 #12 32.07   diffutils-3.6-6.el8.x86_64                                                    
11:19:49 #12 32.07   dnf-plugins-core-4.0.21-18.el8.noarch                                         
11:19:49 #12 32.07   dwz-0.12-10.el8.x86_64                                                        
11:19:49 #12 32.07   efi-srpm-macros-3-3.el8.noarch                                                
11:19:49 #12 32.07   elfutils-0.188-3.el8.x86_64                                                   
11:19:49 #12 32.07   elfutils-debuginfod-client-0.188-3.el8.x86_64                                 
11:19:49 #12 32.07   emacs-filesystem-1:26.1-9.el8.noarch                                          
11:19:49 #12 32.07   file-5.33-21.el8.x86_64                                                       
11:19:49 #12 32.07   gc-7.6.4-3.el8.x86_64                                                         
11:19:49 #12 32.07   gdb-headless-8.2-19.el8.x86_64                                                
11:19:49 #12 32.07   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
11:19:49 #12 32.07   glibc-gconv-extra-2.28-224.el8.x86_64                                         
11:19:49 #12 32.07   go-srpm-macros-2-17.el8.noarch                                                
11:19:49 #12 32.07   groff-base-1.22.3-18.el8.x86_64                                               
11:19:49 #12 32.07   guile-5:2.0.14-7.el8.x86_64                                                   
11:19:49 #12 32.07   libatomic_ops-7.6.2-3.el8.x86_64                                              
11:19:49 #12 32.07   libbabeltrace-1.5.4-4.el8.x86_64                                              
11:19:49 #12 32.07   libipt-1.6.1-8.el8.x86_64                                                     
11:19:49 #12 32.07   libpkgconf-1.4.2-1.el8.x86_64                                                 
11:19:49 #12 32.07   libtool-ltdl-2.4.6-25.el8.x86_64                                              
11:19:49 #12 32.07   ncurses-6.1-9.20180224.el8.x86_64                                             
11:19:49 #12 32.07   ocaml-srpm-macros-5-4.el8.noarch                                              
11:19:49 #12 32.07   openblas-srpm-macros-2-2.el8.noarch                                           
11:19:49 #12 32.07   patch-2.7.6-11.el8.x86_64                                                     
11:19:49 #12 32.07   perl-Carp-1.42-396.el8.noarch                                                 
11:19:49 #12 32.07   perl-Encode-4:2.97-3.el8.x86_64                                               
11:19:49 #12 32.07   perl-Errno-1.28-422.el8.x86_64                                                
11:19:49 #12 32.07   perl-Exporter-5.72-396.el8.noarch                                             
11:19:49 #12 32.07   perl-File-Path-2.15-2.el8.noarch                                              
11:19:49 #12 32.07   perl-File-Temp-0.230.600-1.el8.noarch                                         
11:19:49 #12 32.07   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
11:19:49 #12 32.07   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
11:19:49 #12 32.07   perl-IO-1.38-422.el8.x86_64                                                   
11:19:49 #12 32.07   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
11:19:49 #12 32.07   perl-MIME-Base64-3.15-396.el8.x86_64                                          
11:19:49 #12 32.07   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
11:19:49 #12 32.07   perl-PathTools-3.74-1.el8.x86_64                                              
11:19:49 #12 32.07   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
11:19:49 #12 32.07   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
11:19:49 #12 32.07   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
11:19:49 #12 32.07   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
11:19:49 #12 32.07   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
11:19:49 #12 32.07   perl-Socket-4:2.027-3.el8.x86_64                                              
11:19:49 #12 32.07   perl-Storable-1:3.11-3.el8.x86_64                                             
11:19:49 #12 32.07   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
11:19:49 #12 32.07   perl-Term-Cap-1.17-395.el8.noarch                                             
11:19:49 #12 32.07   perl-Text-ParseWords-3.30-395.el8.noarch                                      
11:19:49 #12 32.07   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
11:19:49 #12 32.07   perl-Time-Local-1:1.280-1.el8.noarch                                          
11:19:49 #12 32.07   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
11:19:49 #12 32.07   perl-constant-1.33-396.el8.noarch                                             
11:19:49 #12 32.07   perl-interpreter-4:5.26.3-422.el8.x86_64                                      
11:19:49 #12 32.07   perl-libs-4:5.26.3-422.el8.x86_64                                             
11:19:49 #12 32.07   perl-macros-4:5.26.3-422.el8.x86_64                                           
11:19:49 #12 32.07   perl-parent-1:0.237-1.el8.noarch                                              
11:19:49 #12 32.07   perl-podlators-4.11-1.el8.noarch                                              
11:19:49 #12 32.07   perl-srpm-macros-1-25.el8.noarch                                              
11:19:49 #12 32.07   perl-threads-1:2.21-2.el8.x86_64                                              
11:19:49 #12 32.07   perl-threads-shared-1.58-2.el8.x86_64                                         
11:19:49 #12 32.07   pkgconf-1.4.2-1.el8.x86_64                                                    
11:19:49 #12 32.07   pkgconf-m4-1.4.2-1.el8.noarch                                                 
11:19:49 #12 32.07   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
11:19:49 #12 32.07   python-rpm-macros-3-44.el8.noarch                                             
11:19:49 #12 32.07   python-srpm-macros-3-44.el8.noarch                                            
11:19:49 #12 32.07   python3-rpm-macros-3-44.el8.noarch                                            
11:19:49 #12 32.07   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
11:19:49 #12 32.07   redhat-rpm-config-130-1.el8.noarch                                            
11:19:49 #12 32.07   rpm-build-4.14.3-26.el8.x86_64                                                
11:19:49 #12 32.07   rpmlint-1.10-14.el8.noarch                                                    
11:19:49 #12 32.07   rust-srpm-macros-5-2.el8.noarch                                               
11:19:49 #12 32.07   unzip-6.0-46.el8.x86_64                                                       
11:19:49 #12 32.07   xz-5.2.4-4.el8.x86_64                                                         
11:19:49 #12 32.07   zip-3.0-23.el8.x86_64                                                         
11:19:49 #12 32.07   zstd-1.4.4-1.el8.x86_64                                                       
11:19:49 #12 32.07 
11:19:49 #12 32.07 Complete!
11:19:49 #10 41.36 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
11:19:49 #10 41.37 Setting up libassuan0:arm64 (2.5.5-5) ...
11:19:49 #10 41.38 Setting up libgomp1:arm64 (12.2.0-14) ...
11:19:49 #10 41.39 Setting up bzip2 (1.0.8-5+b1) ...
11:19:49 #10 41.40 Setting up libldap-common (2.5.13+dfsg-5) ...
11:19:49 #10 41.42 Setting up pbzip2 (1.1.13-1) ...
11:19:49 #10 41.43 Setting up libjbig0:arm64 (2.1-6.1) ...
11:19:49 #10 41.44 Setting up librav1e0:arm64 (0.5.1-6) ...
11:19:49 #10 41.45 Setting up libfakeroot:arm64 (1.29-1) ...
11:19:49 #10 41.46 Setting up libjansson4:arm64 (2.14-2) ...
11:19:49 #10 41.47 Setting up libkrb5support0:arm64 (1.20.1-1) ...
11:19:49 #10 41.48 Setting up libnumber-compare-perl (0.03-3) ...
11:19:49 #10 41.49 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:19:49 #10 41.51 Setting up fakeroot (1.29-1) ...
11:19:49 #10 41.51 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:49 #10 41.52 Setting up perl-modules-5.36 (5.36.0-7) ...
11:19:49 #10 41.54 Setting up autotools-dev (20220109.1) ...
11:19:49 #10 41.55 Setting up libglib2.0-data (2.74.6-1) ...
11:19:49 #10 41.56 Setting up rpcsvc-proto (1.4.3-1) ...
11:19:49 #9 48.18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 48.19 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
11:19:49 #9 48.21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:49 #9 48.22 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:19:49 #9 48.23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:19:49 #9 48.26 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:19:49 #9 48.29 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
11:19:49 #10 39.94 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:19:49 #10 39.95 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
11:19:49 #10 39.96 Setting up libuchardet0:arm64 (0.0.7-1) ...
11:19:49 #10 39.98 Setting up lzop (1.04-2) ...
11:19:49 #10 39.99 Setting up libmpdec3:arm64 (2.5.1-1) ...
11:19:49 #10 40.01 Setting up git-man (1:2.30.2-1+deb11u2) ...
11:19:49 #10 40.02 Setting up libssh2-1:arm64 (1.9.0-2) ...
11:19:49 #10 40.03 Setting up netbase (6.3) ...
11:19:49 #10 40.06 Setting up libtiff5:arm64 (4.2.0-1+deb11u4) ...
11:19:49 #10 40.08 Setting up libbinutils:arm64 (2.35.2-2) ...
11:19:49 #10 40.09 Setting up libfido2-1:arm64 (1.6.0-2) ...
11:19:49 #10 40.10 Setting up libisl23:arm64 (0.23-1) ...
11:19:49 #10 40.12 Setting up libc-dev-bin (2.31-13+deb11u5) ...
11:19:49 #10 40.13 Setting up openssl (1.1.1n-0+deb11u4) ...
11:19:49 #10 23.88 Selecting previously unselected package binutils.
11:19:49 #10 23.88 Preparing to unpack .../035-binutils_2.40-2_armhf.deb ...
11:19:49 #10 23.89 Unpacking binutils (2.40-2) ...
11:19:49 #10 23.93 Selecting previously unselected package libc-dev-bin.
11:19:49 #10 23.93 Preparing to unpack .../036-libc-dev-bin_2.36-8_armhf.deb ...
11:19:49 #10 23.94 Unpacking libc-dev-bin (2.36-8) ...
11:19:49 #10 23.99 Selecting previously unselected package linux-libc-dev:armhf.
11:19:49 #10 23.99 Preparing to unpack .../037-linux-libc-dev_6.1.12-1_armhf.deb ...
11:19:49 #10 19.22 Selecting previously unselected package libbsd0:armhf.
11:19:49 #10 19.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 ... 7700 files and directories currently installed.)
11:19:49 #10 19.23 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
11:19:49 #10 19.24 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
11:19:49 #10 19.29 Selecting previously unselected package libtinfo5:armhf.
11:19:49 #10 19.29 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u3_armhf.deb ...
11:19:49 #10 19.29 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
11:19:49 #7 ...
11:19:49 
11:19:49 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:49 #10 31.26 Unpacking libcurl4:armhf (7.64.0-4+deb10u5) ...
11:19:49 #10 31.34 Selecting previously unselected package curl.
11:19:49 #10 31.34 Preparing to unpack .../068-curl_7.64.0-4+deb10u5_armhf.deb ...
11:19:49 #10 31.35 Unpacking curl (7.64.0-4+deb10u5) ...
11:19:49 #10 31.43 Selecting previously unselected package dctrl-tools.
11:19:49 #10 31.43 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
11:19:49 #10 31.44 Unpacking dctrl-tools (2.24-3) ...
11:19:49 #10 31.50 Selecting previously unselected package libtool.
11:19:49 #10 31.50 Preparing to unpack .../070-libtool_2.4.6-9_all.deb ...
11:19:49 #10 31.51 Unpacking libtool (2.4.6-9) ...
11:19:49 #10 47.80 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
11:19:49 #10 47.81 Setting up readline-common (7.0-5) ...
11:19:49 #10 47.82 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
11:19:49 #10 47.83 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
11:19:49 #10 47.84 Setting up libcc1-0:amd64 (8.3.0-6) ...
11:19:49 #10 47.85 Setting up iso-codes (4.2-1) ...
11:19:49 #10 47.86 Setting up liblocale-gettext-perl (1.07-3+b4) ...
11:19:49 #10 47.87 Setting up liblsan0:amd64 (8.3.0-6) ...
11:19:49 #10 47.88 Setting up dctrl-tools (2.24-3) ...
11:19:49 #10 47.90 Setting up libitm1:amd64 (8.3.0-6) ...
11:19:49 #10 47.91 Setting up debian-keyring (2019.02.25) ...
11:19:49 #10 47.92 Setting up libreadline7:amd64 (7.0-5) ...
11:19:49 #10 47.93 Setting up libgdbm6:amd64 (1.18.1-4) ...
11:19:49 #10 47.94 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:19:49 #10 47.95 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
11:19:49 #10 47.96 Setting up libtsan0:amd64 (8.3.0-6) ...
11:19:49 #10 47.97 Setting up pinentry-curses (1.1.0-2) ...
11:19:49 #10 47.98 Setting up manpages-dev (4.16-2) ...
11:19:49 #10 46.24 Preparing to unpack .../292-libhtml-html5-entities-perl_0.004-3_all.deb ...
11:19:49 #10 46.24 Unpacking libhtml-html5-entities-perl (0.004-3) ...
11:19:49 #10 46.27 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:19:49 #10 46.27 Preparing to unpack .../293-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:19:49 #10 46.28 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:19:49 #10 46.31 Selecting previously unselected package libhttp-daemon-perl.
11:19:49 #10 46.31 Preparing to unpack .../294-libhttp-daemon-perl_6.16-1_all.deb ...
11:19:49 #10 46.32 Unpacking libhttp-daemon-perl (6.16-1) ...
11:19:49 #10 46.35 Selecting previously unselected package libio-interactive-perl.
11:19:49 #10 46.35 Preparing to unpack .../295-libio-interactive-perl_1.023-2_all.deb ...
11:19:49 #10 46.35 Unpacking libio-interactive-perl (1.023-2) ...
11:19:49 #10 46.38 Selecting previously unselected package libio-sessiondata-perl.
11:19:49 #10 46.39 Preparing to unpack .../296-libio-sessiondata-perl_1.03-3_all.deb ...
11:19:49 #10 46.39 Unpacking libio-sessiondata-perl (1.03-3) ...
11:19:49 #10 46.42 Selecting previously unselected package libio-stringy-perl.
11:19:49 #10 46.42 Preparing to unpack .../297-libio-stringy-perl_2.111-3_all.deb ...
11:19:49 #10 46.42 Unpacking libio-stringy-perl (2.111-3) ...
11:19:49 #10 46.45 Selecting previously unselected package libipc-run3-perl.
11:19:49 #10 46.46 Preparing to unpack .../298-libipc-run3-perl_0.048-3_all.deb ...
11:19:49 #10 46.46 Unpacking libipc-run3-perl (0.048-3) ...
11:19:49 #10 46.49 Selecting previously unselected package libtypes-serialiser-perl.
11:19:49 #10 46.50 Preparing to unpack .../299-libtypes-serialiser-perl_1.01-1_all.deb ...
11:19:49 #10 46.50 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:19:49 #10 46.53 Selecting previously unselected package libjson-xs-perl.
11:19:49 #10 46.53 Preparing to unpack .../300-libjson-xs-perl_4.030-2+b1_amd64.deb ...
11:19:49 #10 46.54 Unpacking libjson-xs-perl (4.030-2+b1) ...
11:19:49 #10 46.57 Selecting previously unselected package libjson-maybexs-perl.
11:19:49 #11 36.01 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
11:19:49 #11 36.16 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:49 #11 36.18 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
11:19:49 #11 36.24 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-install-perl all 0.928-2 [10.2 kB]
11:19:49 #11 36.25 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:49 #11 36.27 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:49 #11 38.83 Selecting previously unselected package openssh-client.
11:19:49 #11 38.83 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_arm64.deb ...
11:19:49 #11 38.84 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:19:49 #11 38.93 Selecting previously unselected package publicsuffix.
11:19:49 #11 38.93 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:19:49 #11 38.93 Unpacking publicsuffix (20200303.0012-1) ...
11:19:49 #11 38.97 Selecting previously unselected package python-apt-common.
11:19:49 #11 38.98 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
11:19:49 #11 38.98 Unpacking python-apt-common (2.0.1) ...
11:19:49 #11 39.02 Selecting previously unselected package python3-apt.
11:19:49 #11 38.30 debconf: delaying package configuration, since apt-utils is not installed
11:19:49 #11 38.33 Fetched 132 MB in 27s (4900 kB/s)
11:19:49 #11 38.34 Selecting previously unselected package liblocale-gettext-perl.
11:19:49 #11 38.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 ... 4393 files and directories currently installed.)
11:19:49 #11 38.35 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
11:19:49 #11 38.35 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:19:49 #11 38.38 Selecting previously unselected package libpython3.10-minimal:amd64.
11:19:49 #11 38.38 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:19:49 #11 38.39 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:19:49 #13 3.169 CentOS Stream 9 - CRB                           2.4 MB/s | 4.0 MB     00:01    
11:19:49 #11 43.65 Selecting previously unselected package libcrypt-dev:amd64.
11:19:49 #11 43.65 Preparing to unpack .../085-libcrypt-dev_1%3a4.4.28-2_amd64.deb ...
11:19:49 #11 43.66 Unpacking libcrypt-dev:amd64 (1:4.4.28-2) ...
11:19:49 #11 43.69 Selecting previously unselected package rpcsvc-proto.
11:19:49 #11 43.69 Preparing to unpack .../086-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
11:19:49 #11 43.69 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:19:49 #11 43.72 Selecting previously unselected package libtirpc-dev:amd64.
11:19:49 #11 43.72 Preparing to unpack .../087-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
11:19:49 #11 43.73 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:19:49 #11 43.78 Selecting previously unselected package libnsl-dev:amd64.
11:19:49 #11 22.96 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:49 #11 22.96 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
11:19:49 #11 22.98 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
11:19:49 #10 42.52 Selecting previously unselected package libcurl3-gnutls:arm64.
11:19:49 #10 42.53 Preparing to unpack .../143-libcurl3-gnutls_7.58.0-2ubuntu3.23_arm64.deb ...
11:19:49 #10 42.53 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.23) ...
11:19:49 #10 42.58 Selecting previously unselected package liberror-perl.
11:19:49 #10 42.58 Preparing to unpack .../144-liberror-perl_0.17025-1_all.deb ...
11:19:49 #10 42.58 Unpacking liberror-perl (0.17025-1) ...
11:19:49 #10 42.62 Selecting previously unselected package git-man.
11:19:49 #10 42.62 Preparing to unpack .../145-git-man_1%3a2.17.1-1ubuntu0.17_all.deb ...
11:19:49 #10 42.62 Unpacking git-man (1:2.17.1-1ubuntu0.17) ...
11:19:49 #10 42.72 Selecting previously unselected package git.
11:19:49 #13 4.882 (1/68): dbus-1.12.20-7.el9.x86_64.rpm            11 kB/s | 3.9 kB     00:00    
11:19:49 #13 5.022 (2/68): acl-2.3.1-3.el9.x86_64.rpm              150 kB/s |  73 kB     00:00    
11:19:49 #13 5.027 (3/68): dbus-common-1.12.20-7.el9.noarch.rpm    102 kB/s |  15 kB     00:00    
11:19:49 #13 5.160 (4/68): dbus-broker-28-7.el9.x86_64.rpm         275 kB/s | 172 kB     00:00    
11:19:49 #13 5.168 (5/68): device-mapper-1.02.187-7.el9.x86_64.rpm 974 kB/s | 141 kB     00:00    
11:19:49 #13 5.234 (6/68): kmod-libs-28-7.el9.x86_64.rpm           880 kB/s |  64 kB     00:00    
11:19:49 #13 5.242 (7/68): libcbor-0.7.0-5.el9.x86_64.rpm          769 kB/s |  57 kB     00:00    
11:19:49 #10 44.45 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
11:19:49 #10 44.46 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:49 #10 44.47 Setting up libfcgi-bin (2.4.2-2) ...
11:19:49 #10 44.48 Setting up binutils-common:amd64 (2.35.2-2) ...
11:19:49 #10 44.49 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:19:49 #10 44.50 Setting up libmagic1:amd64 (1:5.39-3) ...
11:19:49 #10 44.52 Setting up libdeflate0:amd64 (1.7-1) ...
11:19:49 #10 44.53 Setting up less (551-2) ...
11:19:49 #10 44.54 Setting up perl-openssl-defaults:amd64 (5) ...
11:19:49 #10 44.55 Setting up linux-libc-dev:amd64 (5.10.162-1) ...
11:19:49 #10 44.56 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
11:19:49 #10 44.57 Setting up gettext-base (0.21-4) ...
11:19:49 #10 44.58 Setting up liblzo2-2:amd64 (2.10-2) ...
11:19:49 #10 44.59 Setting up libnpth0:amd64 (1.6-3) ...
11:19:49 #10 44.60 Setting up file (1:5.39-3) ...
11:19:49 #10 44.61 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
11:19:49 #10 44.62 Setting up libassuan0:amd64 (2.5.3-7.1) ...
11:19:49 #10 44.63 Setting up libgomp1:amd64 (10.2.1-6) ...
11:19:49 #10 44.64 Setting up bzip2 (1.0.8-4) ...
11:19:49 #11 25.53 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
11:19:49 #11 25.60 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
11:19:49 #11 45.77 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
11:19:49 #11 45.77 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:19:49 #11 45.83 Selecting previously unselected package libxml-parser-perl.
11:19:49 #11 45.84 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
11:19:49 #11 45.84 Unpacking libxml-parser-perl (2.46-1) ...
11:19:49 #11 45.91 Selecting previously unselected package libxml-sax-expat-perl.
11:19:49 #11 45.91 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
11:19:49 #11 45.92 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:19:49 #11 45.95 Selecting previously unselected package libxml-writer-perl.
11:19:49 #11 45.95 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
11:19:49 #11 45.96 Unpacking libxml-writer-perl (0.625-1) ...
11:19:49 #11 45.99 Selecting previously unselected package libyaml-libyaml-perl.
11:19:49 #11 46.00 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
11:19:49 #11 46.00 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:19:49 #11 46.04 Selecting previously unselected package licensecheck.
11:19:49 #12 DONE 32.4s
11:19:49 
11:19:49 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
11:19:49 #13 DONE 0.1s
11:19:49 
11:19:49 #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
11:19:49 #10 41.57 Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ...
11:19:49 #10 41.58 Setting up libx11-data (2:1.8.4-2) ...
11:19:49 #10 41.59 Setting up make (4.3-4.1) ...
11:19:49 #10 41.60 Setting up libmpfr6:arm64 (4.2.0-1) ...
11:19:49 #10 41.61 Setting up gnupg-l10n (2.2.40-1) ...
11:19:49 #10 41.62 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:49 #10 41.63 Setting up strace (6.1-0.1) ...
11:19:49 #10 41.64 Setting up xz-utils (5.4.1-0.2) ...
11:19:49 #10 41.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:49 #10 41.66 Setting up t1utils (1.41-4) ...
11:19:49 #10 41.67 Setting up diffstat (1.65-1) ...
11:19:49 #10 41.68 Setting up libpng16-16:arm64 (1.6.39-2) ...
11:19:49 #10 41.69 Setting up libmpc3:arm64 (1.3.1-1) ...
11:19:49 #10 41.70 Setting up libatomic1:arm64 (12.2.0-14) ...
11:19:49 #10 41.71 Setting up patch (2.7.6-7) ...
11:19:49 #10 41.72 Setting up autopoint (0.21-12) ...
11:19:49 #10 41.73 Setting up fonts-dejavu-core (2.37-5) ...
11:19:49 #10 41.80 Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
11:19:49 #10 41.81 Setting up libxdelta2:arm64 (1.1.3-10.4) ...
11:19:49 #10 41.82 Setting up libncursesw6:arm64 (6.4-2) ...
11:19:49 #10 41.83 Setting up libk5crypto3:arm64 (1.20.1-1) ...
11:19:49 #10 41.84 Setting up libdav1d6:arm64 (1.0.0-2) ...
11:19:49 #10 41.85 Setting up libltdl7:arm64 (2.4.7-5) ...
11:19:49 #10 41.86 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:19:49 #10 41.87 Setting up libwebp7:arm64 (1.2.4-0.1) ...
11:19:49 #10 41.88 Setting up libubsan1:arm64 (12.2.0-14) ...
11:19:49 #10 41.89 Setting up libnuma1:arm64 (2.0.16-1) ...
11:19:49 #10 41.90 Setting up python-apt-common (2.5.3) ...
11:19:49 #9 48.30 Setting up python3 (3.6.7-1~18.04) ...
11:19:49 #10 40.17 Setting up libbsd0:arm64 (0.11.3-1) ...
11:19:49 #10 40.19 Setting up libelf1:arm64 (0.183-1) ...
11:19:49 #10 40.20 Setting up readline-common (8.1-1) ...
11:19:49 #10 40.22 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
11:19:49 #10 40.23 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
11:19:49 #10 40.25 Setting up libmarkdown2:arm64 (2.2.6-1) ...
11:19:49 #10 40.26 Setting up libcc1-0:arm64 (10.2.1-6) ...
11:19:49 #10 40.27 Setting up iso-codes (4.6.0-1) ...
11:19:49 #10 40.29 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:19:49 #10 40.30 Setting up liblsan0:arm64 (10.2.1-6) ...
11:19:49 #10 40.31 Setting up cpp-10 (10.2.1-6) ...
11:19:49 #10 40.32 Setting up dctrl-tools (2.24-3) ...
11:19:49 #10 40.34 Setting up libitm1:arm64 (10.2.1-6) ...
11:19:49 #10 40.35 Setting up debian-keyring (2021.07.26) ...
11:19:49 #10 24.00 Unpacking linux-libc-dev:armhf (6.1.12-1) ...
11:19:49 #10 31.61 Selecting previously unselected package dh-autoreconf.
11:19:49 #10 31.61 Preparing to unpack .../071-dh-autoreconf_19_all.deb ...
11:19:49 #10 31.62 Unpacking dh-autoreconf (19) ...
11:19:49 #10 31.65 Selecting previously unselected package libarchive-zip-perl.
11:19:49 #10 31.65 Preparing to unpack .../072-libarchive-zip-perl_1.64-1_all.deb ...
11:19:49 #10 31.66 Unpacking libarchive-zip-perl (1.64-1) ...
11:19:49 #10 31.72 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:49 #10 21.09 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:19:49 #10 47.99 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:49 #10 48.00 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
11:19:49 #10 48.01 Setting up libxcb1:amd64 (1.13.1-2) ...
11:19:49 #10 48.02 Setting up at (3.1.23-1) ...
11:19:49 #10 48.16 invoke-rc.d: could not determine current runlevel
11:19:49 #10 48.16 invoke-rc.d: policy-rc.d denied execution of start.
11:19:49 #10 48.17 Setting up libedit2:amd64 (3.1-20181209-1) ...
11:19:49 #10 48.18 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
11:19:49 #10 48.19 Setting up cron (3.0pl1-134+deb10u1) ...
11:19:49 #10 48.25 Adding group `crontab' (GID 102) ...
11:19:49 #10 46.57 Preparing to unpack .../301-libjson-maybexs-perl_1.004004-1_all.deb ...
11:19:49 #10 46.58 Unpacking libjson-maybexs-perl (1.004004-1) ...
11:19:49 #10 46.61 Selecting previously unselected package libldap-common.
11:19:49 #10 46.62 Preparing to unpack .../302-libldap-common_2.5.13+dfsg-5_all.deb ...
11:19:49 #10 46.62 Unpacking libldap-common (2.5.13+dfsg-5) ...
11:19:49 #10 46.65 Selecting previously unselected package liblist-compare-perl.
11:19:49 #10 46.65 Preparing to unpack .../303-liblist-compare-perl_0.55-2_all.deb ...
11:19:49 #10 46.66 Unpacking liblist-compare-perl (0.55-2) ...
11:19:49 #10 46.70 Selecting previously unselected package liblist-someutils-perl.
11:19:49 #10 46.70 Preparing to unpack .../304-liblist-someutils-perl_0.59-1_all.deb ...
11:19:49 #10 46.70 Unpacking liblist-someutils-perl (0.59-1) ...
11:19:49 #10 46.73 Selecting previously unselected package liblist-someutils-xs-perl:amd64.
11:19:49 #10 46.73 Preparing to unpack .../305-liblist-someutils-xs-perl_0.58-3_amd64.deb ...
11:19:49 #10 46.74 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ...
11:19:49 #10 46.77 Selecting previously unselected package liblist-utilsby-perl.
11:19:49 #10 46.78 Preparing to unpack .../306-liblist-utilsby-perl_0.12-2_all.deb ...
11:19:49 #10 46.78 Unpacking liblist-utilsby-perl (0.12-2) ...
11:19:49 #10 46.81 Selecting previously unselected package libltdl7:amd64.
11:19:49 #11 39.81 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
11:19:49 #11 36.33 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconst-fast-perl all 0.014-2 [8034 B]
11:19:49 #11 36.33 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwant-perl arm64 0.29-2 [25.1 kB]
11:19:49 #11 36.35 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:19:49 #11 36.38 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcpanel-json-xs-perl arm64 4.32-1 [113 kB]
11:19:49 #11 36.43 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:19:49 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:49 #7 DONE 45.3s
11:19:49 
11:19:49 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:49 #11 19.95 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils-common armhf 2.39-3ubuntu1.1 [223 kB]
11:19:49 #11 20.35 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libbinutils armhf 2.39-3ubuntu1.1 [439 kB]
11:19:49 #11 20.47 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libctf-nobfd0 armhf 2.39-3ubuntu1.1 [85.2 kB]
11:19:49 #11 20.49 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libctf0 armhf 2.39-3ubuntu1.1 [85.9 kB]
11:19:49 #11 20.50 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.39-3ubuntu1.1 [2772 kB]
11:19:49 #11 20.68 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils armhf 2.39-3ubuntu1.1 [3172 B]
11:19:49 #11 20.68 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-dev-bin armhf 2.36-0ubuntu4 [18.7 kB]
11:19:49 #11 20.72 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf linux-libc-dev armhf 5.19.0-35.36 [1326 kB]
11:19:49 #11 20.74 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcrypt-dev armhf 1:4.4.28-2 [122 kB]
11:19:49 #11 20.75 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
11:19:49 #11 20.75 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-dev armhf 1.3.3+ds-1 [183 kB]
11:19:49 #11 21.16 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
11:19:49 #11 21.41 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc6-dev armhf 2.36-0ubuntu4 [1338 kB]
11:19:49 #11 21.75 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libisl23 armhf 0.25-1 [580 kB]
11:19:49 #11 21.79 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
11:19:49 #11 21.80 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
11:19:49 #11 21.80 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp-12 armhf 12.2.0-3ubuntu1 [8151 kB]
11:19:49 #11 22.27 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp armhf 4:12.2.0-1ubuntu1 [27.3 kB]
11:19:49 #11 22.27 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcc1-0 armhf 12.2.0-3ubuntu1 [38.9 kB]
11:19:49 #11 22.27 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgomp1 armhf 12.2.0-3ubuntu1 [109 kB]
11:19:49 #11 22.27 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libatomic1 armhf 12.2.0-3ubuntu1 [7664 B]
11:19:49 #11 22.27 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libasan8 armhf 12.2.0-3ubuntu1 [2383 kB]
11:19:49 #11 22.72 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libubsan1 armhf 12.2.0-3ubuntu1 [950 kB]
11:19:49 #11 23.25 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgcc-12-dev armhf 12.2.0-3ubuntu1 [857 kB]
11:19:49 #11 23.30 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc-12 armhf 12.2.0-3ubuntu1 [16.2 MB]
11:19:49 #11 24.24 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc armhf 4:12.2.0-1ubuntu1 [5116 B]
11:19:49 #11 24.24 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstdc++-12-dev armhf 12.2.0-3ubuntu1 [2238 kB]
11:19:49 #11 24.26 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++-12 armhf 12.2.0-3ubuntu1 [9309 kB]
11:19:49 #11 24.76 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++ armhf 4:12.2.0-1ubuntu1 [1404 B]
11:19:49 #11 24.76 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf make armhf 4.3-4.1build1 [163 kB]
11:19:49 #11 24.76 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:19:49 #11 24.76 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
11:19:49 #11 24.76 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patch armhf 2.7.6-7build2 [111 kB]
11:19:49 #11 25.16 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lto-disabled-list all 35 [12.2 kB]
11:19:49 #11 25.23 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:19:49 #11 25.65 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
11:19:49 #11 25.65 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:19:49 #11 25.68 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB]
11:19:49 #11 25.68 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB]
11:19:49 #11 25.69 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB]
11:19:49 #11 25.71 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:19:49 #11 25.71 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:19:49 #11 25.71 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.3 [253 kB]
11:19:49 #11 25.72 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.3 [192 kB]
11:19:49 #11 26.13 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
11:19:49 #11 26.36 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:19:49 #11 26.42 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtool all 2.4.7-4 [166 kB]
11:19:49 #11 26.53 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-autoreconf all 20 [16.1 kB]
11:19:49 #11 26.54 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
11:19:49 #11 26.57 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-override-perl all 0.09-3 [9756 B]
11:19:49 #11 26.57 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:19:49 #11 26.57 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:19:49 #11 26.58 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB]
11:19:49 #11 26.62 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debugedit armhf 1:5.0-5 [42.8 kB]
11:19:49 #11 26.63 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dwz armhf 0.14-1build2 [99.2 kB]
11:19:49 #10 19.39 Selecting previously unselected package bsdmainutils.
11:19:49 #10 19.39 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
11:19:49 #10 19.40 Unpacking bsdmainutils (11.1.2) ...
11:19:49 #10 19.51 Selecting previously unselected package libuchardet0:armhf.
11:19:49 #10 19.51 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
11:19:49 #10 19.51 Unpacking libuchardet0:armhf (0.0.6-3) ...
11:19:49 #10 19.58 Selecting previously unselected package groff-base.
11:19:49 #10 19.58 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
11:19:49 #10 19.59 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:19:49 #11 39.02 Preparing to unpack .../057-python3-apt_2.0.1_arm64.deb ...
11:19:49 #11 39.03 Unpacking python3-apt (2.0.1) ...
11:19:49 #11 39.07 Selecting previously unselected package strace.
11:19:49 #11 39.07 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ...
11:19:49 #11 39.08 Unpacking strace (5.5-3ubuntu1) ...
11:19:49 #11 39.14 Selecting previously unselected package xauth.
11:19:49 #11 39.14 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ...
11:19:49 #11 39.14 Unpacking xauth (1:1.1-0ubuntu1) ...
11:19:49 #11 39.21 Selecting previously unselected package libfl2:arm64.
11:19:49 #11 39.21 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ...
11:19:49 #11 39.21 Unpacking libfl2:arm64 (2.6.4-6.2) ...
11:19:49 #11 39.25 Selecting previously unselected package at.
11:19:49 #11 38.46 Selecting previously unselected package libexpat1:amd64.
11:19:49 #11 38.46 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
11:19:49 #11 38.47 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:19:49 #11 38.50 Selecting previously unselected package python3.10-minimal.
11:19:49 #11 38.50 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:19:49 #11 38.51 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:19:49 #11 38.57 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:19:49 #11 38.59 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:19:49 #11 38.60 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:19:49 #10 44.82 Fedora Modular 37 - x86_64 - Updates            3.0 MB/s | 2.9 MB     00:00    
11:19:49 #10 33.07 Selecting previously unselected package python3.
11:19:49 #10 33.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 ... 4774 files and directories currently installed.)
11:19:49 #10 33.07 Preparing to unpack .../0-python3_3.6.7-1~18.04_armhf.deb ...
11:19:49 #10 33.07 Unpacking python3 (3.6.7-1~18.04) ...
11:19:49 #10 33.12 Selecting previously unselected package multiarch-support.
11:19:49 #10 33.12 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_armhf.deb ...
11:19:49 #10 33.12 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:19:49 #10 33.16 Selecting previously unselected package libxau6:armhf.
11:19:49 #10 33.16 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_armhf.deb ...
11:19:49 #10 33.16 Unpacking libxau6:armhf (1:1.0.8-1ubuntu1) ...
11:19:49 #10 33.20 Selecting previously unselected package libbsd0:armhf.
11:19:49 #10 33.20 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_armhf.deb ...
11:19:49 #10 33.20 Unpacking libbsd0:armhf (0.8.7-1ubuntu0.1) ...
11:19:49 #10 33.24 Selecting previously unselected package libxdmcp6:armhf.
11:19:49 #10 33.24 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:19:49 #10 33.24 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:19:49 #10 33.29 Selecting previously unselected package libxcb1:armhf.
11:19:49 #10 33.29 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_armhf.deb ...
11:19:49 #10 33.29 Unpacking libxcb1:armhf (1.13-2~ubuntu18.04) ...
11:19:49 #10 33.33 Selecting previously unselected package libx11-data.
11:19:49 #10 33.33 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:19:49 #10 33.34 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:19:50 #11 43.79 Preparing to unpack .../088-libnsl-dev_1.3.0-2build2_amd64.deb ...
11:19:50 #11 43.79 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
11:19:50 #11 43.82 Selecting previously unselected package libc6-dev:amd64.
11:19:50 #11 43.82 Preparing to unpack .../089-libc6-dev_2.36-0ubuntu4_amd64.deb ...
11:19:50 #11 43.82 Unpacking libc6-dev:amd64 (2.36-0ubuntu4) ...
11:19:50 #11 43.96 Selecting previously unselected package libisl23:amd64.
11:19:50 #11 43.96 Preparing to unpack .../090-libisl23_0.25-1_amd64.deb ...
11:19:50 #11 43.96 Unpacking libisl23:amd64 (0.25-1) ...
11:19:50 #11 44.00 Selecting previously unselected package libmpfr6:amd64.
11:19:50 #11 44.00 Preparing to unpack .../091-libmpfr6_4.1.0-3build3_amd64.deb ...
11:19:50 #11 44.00 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
11:19:50 #11 44.07 Selecting previously unselected package libmpc3:amd64.
11:19:50 #11 44.07 Preparing to unpack .../092-libmpc3_1.2.1-2build1_amd64.deb ...
11:19:50 #10 42.72 Preparing to unpack .../146-git_1%3a2.17.1-1ubuntu0.17_arm64.deb ...
11:19:50 #10 42.74 Unpacking git (1:2.17.1-1ubuntu0.17) ...
11:19:50 #13 5.309 (8/68): libedit-3.1-37.20210216cvs.el9.x86_64.r 1.4 MB/s | 105 kB     00:00    
11:19:50 #13 5.317 (9/68): device-mapper-libs-1.02.187-7.el9.x86_6 618 kB/s | 179 kB     00:00    
11:19:50 #13 5.321 (10/68): libfido2-1.6.0-7.el9.x86_64.rpm        918 kB/s |  71 kB     00:00    
11:19:50 #13 5.383 (11/68): libseccomp-2.5.2-2.el9.x86_64.rpm      973 kB/s |  72 kB     00:00    
11:19:50 #10 44.65 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:19:50 #10 44.66 Setting up libunwind8:amd64 (1.3.2-2) ...
11:19:50 #10 44.67 Setting up pbzip2 (1.1.13-1) ...
11:19:50 #10 44.68 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
11:19:50 #10 44.69 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
11:19:50 #10 44.71 Setting up libasan6:amd64 (10.2.1-6) ...
11:19:50 #10 44.72 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:50 #10 44.73 Setting up fakeroot (1.25.3-1.1) ...
11:19:50 #10 44.74 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:50 #10 44.75 Setting up autotools-dev (20180224.1+nmu1) ...
11:19:50 #10 44.76 Setting up libglib2.0-data (2.66.8-1) ...
11:19:50 #10 44.77 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
11:19:50 #10 44.77 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
11:19:50 #10 44.78 Setting up libx11-data (2:1.7.2-1) ...
11:19:50 #10 44.79 Setting up make (4.3-4.1) ...
11:19:50 #10 44.80 Setting up libmpfr6:amd64 (4.1.0-3) ...
11:19:50 #10 44.82 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:19:50 #10 44.83 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:50 #10 44.83 Setting up lzip (1.22-3) ...
11:19:50 #10 44.86 Setting up strace (5.10-1) ...
11:19:50 #10 44.87 Setting up libsigsegv2:amd64 (2.13-1) ...
11:19:50 #10 44.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:19:50 #10 44.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:50 #10 44.90 Setting up t1utils (1.41-4) ...
11:19:50 #10 44.91 Setting up libquadmath0:amd64 (10.2.1-6) ...
11:19:50 #10 44.91 Setting up diffstat (1.64-1) ...
11:19:50 #10 44.92 Setting up libpng16-16:amd64 (1.6.37-3) ...
11:19:50 #10 44.93 Setting up libmpc3:amd64 (1.2.0-1) ...
11:19:50 #10 44.94 Setting up libatomic1:amd64 (10.2.1-6) ...
11:19:50 #10 44.95 Setting up patch (2.7.6-7) ...
11:19:50 #10 44.96 Setting up autopoint (0.21-4) ...
11:19:50 #11 25.68 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:50 #11 25.76 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
11:19:50 #11 25.85 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:19:50 #11 25.87 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:19:50 #11 46.04 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
11:19:50 #11 46.04 Unpacking licensecheck (3.0.45-1) ...
11:19:50 #11 46.08 Selecting previously unselected package libdevel-size-perl.
11:19:50 #11 46.08 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
11:19:50 #11 46.09 Unpacking libdevel-size-perl (0.83-1build1) ...
11:19:50 #11 46.12 Selecting previously unselected package t1utils.
11:19:50 #11 46.12 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
11:19:50 #11 46.13 Unpacking t1utils (1.41-3) ...
11:19:50 #11 46.17 Selecting previously unselected package lintian.
11:19:50 #11 46.18 Preparing to unpack .../328-lintian_2.62.0ubuntu2.2_all.deb ...
11:19:50 #11 46.18 Unpacking lintian (2.62.0ubuntu2.2) ...
11:19:50 #10 41.91 Setting up sensible-utils (0.0.17+nmu1) ...
11:19:50 #10 41.92 Setting up libhwasan0:arm64 (12.2.0-14) ...
11:19:50 #10 41.93 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
11:19:50 #10 41.94 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
11:19:50 #10 41.96 Setting up libtiff6:arm64 (4.5.0-5) ...
11:19:50 #10 41.97 Setting up libasan8:arm64 (12.2.0-14) ...
11:19:50 #10 41.98 Setting up libuchardet0:arm64 (0.0.7-1) ...
11:19:50 #10 42.07 Setting up lzop (1.04-2) ...
11:19:50 #10 42.08 Setting up git-man (1:2.39.2-1.1) ...
11:19:50 #10 42.09 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
11:19:50 #10 42.10 Setting up netbase (6.4) ...
11:19:50 #10 42.13 Setting up libkrb5-3:arm64 (1.20.1-1) ...
11:19:50 #10 42.14 Setting up libtsan2:arm64 (12.2.0-14) ...
11:19:50 #10 42.15 Setting up libbinutils:arm64 (2.40-2) ...
11:19:50 #10 42.16 Setting up lsb-release (12.0-1) ...
11:19:50 #9 48.62 Setting up python3-magic (2:0.4.15-1) ...
11:19:50 #9 48.78 Setting up python3-idna (2.6-1) ...
11:19:50 #10 40.36 Setting up libgdbm6:arm64 (1.19-2) ...
11:19:50 #10 40.37 Setting up libtsan0:arm64 (10.2.1-6) ...
11:19:50 #10 40.38 Setting up libctf0:arm64 (2.35.2-2) ...
11:19:50 #10 40.40 Setting up pinentry-curses (1.1.0-4) ...
11:19:50 #10 40.41 Setting up manpages-dev (5.10-1) ...
11:19:50 #10 40.42 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:50 #10 40.43 Setting up libxcb1:arm64 (1.14-3) ...
11:19:50 #10 40.45 Setting up gettext (0.21-4) ...
11:19:50 #10 40.46 Setting up xdelta (1.1.3-9.3) ...
11:19:50 #10 40.47 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:19:50 #10 40.48 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
11:19:50 #10 40.50 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
11:19:50 #10 40.51 Setting up libreadline8:arm64 (8.1-1) ...
11:19:50 #10 40.52 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:19:50 #10 40.53 Setting up m4 (1.4.18-5) ...
11:19:50 #10 40.54 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
11:19:50 #10 40.55 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
11:19:50 #10 40.56 Setting up binutils (2.35.2-2) ...
11:19:50 #10 40.57 Setting up ca-certificates (20210119) ...
11:19:50 #10 24.29 Selecting previously unselected package libcrypt-dev:armhf.
11:19:50 #10 24.29 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
11:19:50 #10 24.31 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
11:19:50 #10 24.37 Selecting previously unselected package libtirpc-dev:armhf.
11:19:50 #10 24.37 Preparing to unpack .../039-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
11:19:50 #10 24.37 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
11:19:50 #10 24.44 Selecting previously unselected package libnsl-dev:armhf.
11:19:50 #10 24.44 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
11:19:50 #10 24.44 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:19:50 #10 24.48 Selecting previously unselected package rpcsvc-proto.
11:19:50 #10 24.48 Preparing to unpack .../041-rpcsvc-proto_1.4.3-1_armhf.deb ...
11:19:50 #10 24.49 Unpacking rpcsvc-proto (1.4.3-1) ...
11:19:50 #10 24.53 Selecting previously unselected package libc6-dev:armhf.
11:19:50 #10 24.53 Preparing to unpack .../042-libc6-dev_2.36-8_armhf.deb ...
11:19:50 #10 31.73 Preparing to unpack .../073-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:19:50 #10 31.73 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:19:50 #10 31.77 Selecting previously unselected package dh-strip-nondeterminism.
11:19:50 #10 31.77 Preparing to unpack .../074-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:19:50 #10 31.77 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:19:50 #10 31.80 Selecting previously unselected package dwz.
11:19:50 #10 31.80 Preparing to unpack .../075-dwz_0.12-3_armhf.deb ...
11:19:50 #10 31.81 Unpacking dwz (0.12-3) ...
11:19:50 #10 31.86 Selecting previously unselected package libglib2.0-0:armhf.
11:19:50 #10 31.87 Preparing to unpack .../076-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
11:19:50 #10 31.87 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:19:50 #10 48.27 Done.
11:19:50 #10 48.29 invoke-rc.d: could not determine current runlevel
11:19:50 #10 48.29 invoke-rc.d: policy-rc.d denied execution of start.
11:19:50 #10 48.40 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
11:19:50 #10 48.41 Setting up m4 (1.4.18-2) ...
11:19:50 #10 48.42 Setting up binutils (2.31.1-16) ...
11:19:50 #10 48.43 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
11:19:50 #10 48.46 Setting up ca-certificates (20200601~deb10u2) ...
11:19:50 #10 46.82 Preparing to unpack .../307-libltdl7_2.4.7-5_amd64.deb ...
11:19:50 #10 46.82 Unpacking libltdl7:amd64 (2.4.7-5) ...
11:19:50 #10 46.86 Selecting previously unselected package libltdl-dev:amd64.
11:19:50 #10 46.86 Preparing to unpack .../308-libltdl-dev_2.4.7-5_amd64.deb ...
11:19:50 #10 46.86 Unpacking libltdl-dev:amd64 (2.4.7-5) ...
11:19:50 #10 46.91 Selecting previously unselected package liblz1:amd64.
11:19:50 #10 46.92 Preparing to unpack .../309-liblz1_1.13-5_amd64.deb ...
11:19:50 #10 46.92 Unpacking liblz1:amd64 (1.13-5) ...
11:19:50 #10 46.96 Selecting previously unselected package liblzo2-2:amd64.
11:19:50 #10 46.96 Preparing to unpack .../310-liblzo2-2_2.10-2_amd64.deb ...
11:19:50 #10 46.97 Unpacking liblzo2-2:amd64 (2.10-2) ...
11:19:50 #10 47.01 Selecting previously unselected package libsys-hostname-long-perl.
11:19:50 #10 47.01 Preparing to unpack .../311-libsys-hostname-long-perl_1.5-3_all.deb ...
11:19:50 #10 47.01 Unpacking libsys-hostname-long-perl (1.5-3) ...
11:19:50 #10 47.04 Selecting previously unselected package libmail-sendmail-perl.
11:19:50 #11 40.17 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:19:50 #11 40.17 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
11:19:50 #11 40.19 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
11:19:50 #11 40.20 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
11:19:50 #11 40.21 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:19:50 #11 40.21 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:19:50 #11 40.22 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:19:50 #11 40.25 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
11:19:50 #11 40.32 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
11:19:50 #11 27.04 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext armhf 0.21-8 [802 kB]
11:19:50 #10 19.82 Selecting previously unselected package libgdbm6:armhf.
11:19:50 #10 19.82 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
11:19:50 #10 19.83 Unpacking libgdbm6:armhf (1.18.1-4) ...
11:19:50 #11 39.26 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ...
11:19:50 #11 39.26 Unpacking at (3.1.23-1ubuntu1) ...
11:19:50 #11 39.31 Selecting previously unselected package libsigsegv2:arm64.
11:19:50 #11 39.31 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ...
11:19:50 #11 39.31 Unpacking libsigsegv2:arm64 (2.12-2) ...
11:19:50 #11 39.34 Selecting previously unselected package m4.
11:19:50 #11 39.35 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ...
11:19:50 #11 39.35 Unpacking m4 (1.4.18-4) ...
11:19:50 #11 39.39 Selecting previously unselected package autoconf.
11:19:50 #11 39.39 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
11:19:50 #11 39.40 Unpacking autoconf (2.69-11.1) ...
11:19:50 #11 39.45 Selecting previously unselected package autotools-dev.
11:19:50 #11 39.45 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
11:19:50 #11 39.46 Unpacking autotools-dev (20180224.1) ...
11:19:50 #11 39.50 Selecting previously unselected package automake.
11:19:50 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 5.2s
11:19:50 #10 33.45 Selecting previously unselected package libx11-6:armhf.
11:19:50 #10 33.45 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_armhf.deb ...
11:19:50 #10 33.45 Unpacking libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
11:19:50 #10 33.54 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:19:50 #10 33.61 Selecting previously unselected package libxext6:armhf.
11:19:50 #10 33.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 ... 5098 files and directories currently installed.)
11:19:50 #10 33.62 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_armhf.deb ...
11:19:50 #10 33.62 Unpacking libxext6:armhf (2:1.3.3-1) ...
11:19:50 #10 33.67 Selecting previously unselected package bsdmainutils.
11:19:50 #10 33.67 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_armhf.deb ...
11:19:50 #11 44.08 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
11:19:50 #11 44.10 Selecting previously unselected package cpp-12.
11:19:50 #11 44.10 Preparing to unpack .../093-cpp-12_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.11 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.29 Selecting previously unselected package cpp.
11:19:50 #11 44.29 Preparing to unpack .../094-cpp_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:19:50 #11 44.29 Unpacking cpp (4:12.2.0-1ubuntu1) ...
11:19:50 #11 44.32 Selecting previously unselected package libcc1-0:amd64.
11:19:50 #11 44.33 Preparing to unpack .../095-libcc1-0_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #10 37.68 Fedora Modular 37 - aarch64 - Updates           2.8 MB/s | 2.8 MB     00:00    
11:19:50 #10 38.86 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:19:48 2023.
11:19:50 #10 43.04 Selecting previously unselected package libalgorithm-diff-perl.
11:19:50 #10 43.05 Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:19:50 #10 43.05 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:19:50 #10 43.08 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:19:50 #10 43.08 Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
11:19:50 #10 43.09 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:19:50 #10 43.12 Selecting previously unselected package libalgorithm-merge-perl.
11:19:50 #10 43.12 Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ...
11:19:50 #10 43.12 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:19:50 #10 43.16 Selecting previously unselected package libapt-pkg-perl.
11:19:50 #10 43.16 Preparing to unpack .../150-libapt-pkg-perl_0.1.33build1_arm64.deb ...
11:19:50 #10 43.16 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:19:50 #10 43.20 Selecting previously unselected package libarchive-cpio-perl.
11:19:50 #10 43.20 Preparing to unpack .../151-libarchive-cpio-perl_0.10-1_all.deb ...
11:19:50 #10 43.21 Unpacking libarchive-cpio-perl (0.10-1) ...
11:19:50 #10 43.23 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:50 #11 23.43 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
11:19:50 #11 23.60 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
11:19:50 #13 5.539 (12/68): openssh-8.7p1-28.el9.x86_64.rpm        2.0 MB/s | 457 kB     00:00    
11:19:50 #13 5.600 (13/68): openssh-clients-8.7p1-28.el9.x86_64.rp 3.2 MB/s | 707 kB     00:00    
11:19:50 #13 5.608 (14/68): make-4.3-7.el9.x86_64.rpm              1.8 MB/s | 538 kB     00:00    
11:19:50 #13 5.613 (15/68): rpm-plugin-selinux-4.16.1.3-22.el9.x86 241 kB/s |  18 kB     00:00    
11:19:50 #13 5.674 (16/68): selinux-policy-38.1.8-1.el9.noarch.rpm 751 kB/s |  55 kB     00:00    
11:19:50 #10 44.97 Setting up libwebp6:amd64 (0.6.1-2.1) ...
11:19:50 #10 44.98 Setting up fonts-dejavu-core (2.37-2) ...
11:19:50 #10 45.04 Setting up libxdelta2 (1.1.3-9.3) ...
11:19:50 #10 45.05 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
11:19:50 #10 45.06 Setting up libltdl7:amd64 (2.4.6-15) ...
11:19:50 #10 45.07 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:19:50 #10 45.08 Setting up libubsan1:amd64 (10.2.1-6) ...
11:19:50 #10 45.09 Setting up libmd0:amd64 (1.0.3-3) ...
11:19:50 #10 45.11 Setting up python-apt-common (2.2.1) ...
11:19:50 #10 45.12 Setting up libnsl-dev:amd64 (1.3.0-2) ...
11:19:50 #10 45.13 Setting up sensible-utils (0.0.14) ...
11:19:50 #10 45.14 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:19:50 #10 45.15 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
11:19:50 #10 45.16 Setting up libuchardet0:amd64 (0.0.7-1) ...
11:19:50 #10 45.18 Setting up lzop (1.04-2) ...
11:19:50 #11 25.87 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:19:50 #11 25.88 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:19:50 #11 25.88 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:19:50 #11 25.88 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:19:50 #11 25.91 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
11:19:50 #11 26.07 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
11:19:50 #11 46.48 Selecting previously unselected package manpages-dev.
11:19:50 #11 46.49 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
11:19:50 #11 46.49 Unpacking manpages-dev (5.05-1) ...
11:19:50 #9 48.98 Setting up python3-xdg (0.25-4ubuntu1.1) ...
11:19:50 #9 49.15 Setting up python3-six (1.11.0-2) ...
11:19:50 #10 42.17 Setting up libfido2-1:arm64 (1.12.0-2) ...
11:19:50 #10 42.18 Setting up libisl23:arm64 (0.25-1) ...
11:19:50 #10 42.19 Setting up libde265-0:arm64 (1.0.11-1) ...
11:19:50 #10 42.20 Setting up libc-dev-bin (2.36-8) ...
11:19:50 #10 42.21 Setting up openssl (3.0.8-1) ...
11:19:50 #10 42.23 Setting up libbsd0:arm64 (0.11.7-2) ...
11:19:50 #10 42.24 Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
11:19:50 #10 42.26 Setting up libelf1:arm64 (0.188-2.1) ...
11:19:50 #10 42.27 Setting up readline-common (8.2-1.3) ...
11:19:50 #10 42.28 Setting up publicsuffix (20230209.2326-1) ...
11:19:50 #10 42.30 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:19:50 #10 42.31 Setting up zstd (1.5.4+dfsg2-3) ...
11:19:50 #10 42.32 Setting up libmarkdown2:arm64 (2.2.7-2) ...
11:19:50 #10 42.33 Setting up libcc1-0:arm64 (12.2.0-14) ...
11:19:50 #10 42.34 Setting up iso-codes (4.13.0-1) ...
11:19:50 #10 42.35 Setting up liblocale-gettext-perl (1.07-5) ...
11:19:50 #10 42.36 Setting up liblsan0:arm64 (12.2.0-14) ...
11:19:50 #10 24.54 Unpacking libc6-dev:armhf (2.36-8) ...
11:19:50 #10 32.08 Selecting previously unselected package libcroco3:armhf.
11:19:50 #10 32.08 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ...
11:19:50 #10 32.08 Unpacking libcroco3:armhf (0.6.12-3) ...
11:19:50 #10 32.15 Selecting previously unselected package libncurses6:armhf.
11:19:50 #10 32.15 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u3_armhf.deb ...
11:19:50 #10 32.15 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u3) ...
11:19:50 #10 32.20 Selecting previously unselected package gettext.
11:19:50 #10 32.20 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ...
11:19:50 #10 32.21 Unpacking gettext (0.19.8.1-9) ...
11:19:50 #21 DONE 19.9s
11:19:50 
11:19:50 #22 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
11:19:50 #10 48.83 Updating certificates in /etc/ssl/certs...
11:19:50 #10 47.04 Preparing to unpack .../312-libmail-sendmail-perl_0.80-3_all.deb ...
11:19:50 #10 47.05 Unpacking libmail-sendmail-perl (0.80-3) ...
11:19:50 #10 47.08 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:50 #10 47.08 Preparing to unpack .../313-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:19:50 #10 47.08 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:19:50 #10 47.12 Selecting previously unselected package libmailtools-perl.
11:19:50 #10 47.12 Preparing to unpack .../314-libmailtools-perl_2.21-2_all.deb ...
11:19:50 #10 47.12 Unpacking libmailtools-perl (2.21-2) ...
11:19:50 #10 47.17 Selecting previously unselected package libmarkdown2:amd64.
11:19:50 #10 47.17 Preparing to unpack .../315-libmarkdown2_2.2.7-2_amd64.deb ...
11:19:50 #10 47.18 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:19:50 #10 47.21 Selecting previously unselected package libmath-base85-perl.
11:19:50 #10 47.21 Preparing to unpack .../316-libmath-base85-perl_0.5+dfsg-2_all.deb ...
11:19:50 #10 47.21 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
11:19:50 #10 47.25 Selecting previously unselected package libmime-tools-perl.
11:19:50 #10 47.25 Preparing to unpack .../317-libmime-tools-perl_5.510-1_all.deb ...
11:19:50 #10 47.25 Unpacking libmime-tools-perl (5.510-1) ...
11:19:50 #10 47.31 Selecting previously unselected package libmldbm-perl.
11:19:50 #11 40.35 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:50 #11 27.57 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:19:50 #10 19.89 Selecting previously unselected package libpipeline1:armhf.
11:19:50 #10 19.89 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
11:19:50 #10 19.89 Unpacking libpipeline1:armhf (1.5.1-2) ...
11:19:50 #10 19.95 Selecting previously unselected package man-db.
11:19:50 #10 19.95 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
11:19:50 #10 19.96 Unpacking man-db (2.8.5-2) ...
11:19:50 #11 39.50 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:19:50 #11 39.51 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:19:50 #11 39.58 Selecting previously unselected package autopoint.
11:19:50 #11 39.58 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
11:19:50 #11 39.58 Unpacking autopoint (0.19.8.1-10build1) ...
11:19:50 #11 39.62 Selecting previously unselected package binutils-common:arm64.
11:19:50 #11 39.63 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_arm64.deb ...
11:19:50 #11 39.63 Unpacking binutils-common:arm64 (2.34-6ubuntu1.4) ...
11:19:50 #11 39.68 Selecting previously unselected package libbinutils:arm64.
11:19:50 #11 39.68 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_arm64.deb ...
11:19:50 #11 39.69 Unpacking libbinutils:arm64 (2.34-6ubuntu1.4) ...
11:19:50 #11 39.76 Selecting previously unselected package libctf-nobfd0:arm64.
11:19:50 #11 36.83 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
11:19:50 #11 37.00 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:19:50 #11 37.02 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:19:50 #11 37.04 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:19:50 #11 37.11 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-xs-perl arm64 0.430-3 [39.1 kB]
11:19:50 #10 33.67 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:19:50 #10 33.74 Selecting previously unselected package groff-base.
11:19:50 #10 33.74 Preparing to unpack .../002-groff-base_1.22.3-10_armhf.deb ...
11:19:50 #10 33.75 Unpacking groff-base (1.22.3-10) ...
11:19:50 #11 44.33 Unpacking libcc1-0:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.36 Selecting previously unselected package libgomp1:amd64.
11:19:50 #11 44.36 Preparing to unpack .../096-libgomp1_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.37 Unpacking libgomp1:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.40 Selecting previously unselected package libitm1:amd64.
11:19:50 #11 44.40 Preparing to unpack .../097-libitm1_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.41 Unpacking libitm1:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.44 Selecting previously unselected package libatomic1:amd64.
11:19:50 #11 44.44 Preparing to unpack .../098-libatomic1_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.45 Unpacking libatomic1:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.47 Selecting previously unselected package libasan8:amd64.
11:19:50 #11 44.47 Preparing to unpack .../099-libasan8_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.48 Unpacking libasan8:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.55 Selecting previously unselected package liblsan0:amd64.
11:19:50 #11 39.23 Selecting previously unselected package python3-minimal.
11:19:50 #11 39.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 ... 4709 files and directories currently installed.)
11:19:50 #11 39.23 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
11:19:50 #11 39.24 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:19:50 #11 39.26 Selecting previously unselected package media-types.
11:19:50 #11 39.27 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:19:50 #11 39.27 Unpacking media-types (7.0.0) ...
11:19:50 #11 39.30 Selecting previously unselected package libmpdec3:amd64.
11:19:50 #10 43.24 Preparing to unpack .../152-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
11:19:50 #10 43.24 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:19:50 #10 43.29 Selecting previously unselected package libdynaloader-functions-perl.
11:19:50 #10 43.29 Preparing to unpack .../153-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:50 #10 43.30 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:50 #10 43.33 Selecting previously unselected package libdevel-callchecker-perl.
11:19:50 #10 43.33 Preparing to unpack .../154-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
11:19:50 #10 43.34 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:19:50 #10 43.37 Selecting previously unselected package libparams-classify-perl.
11:19:50 #10 43.37 Preparing to unpack .../155-libparams-classify-perl_0.015-1_arm64.deb ...
11:19:50 #10 43.37 Unpacking libparams-classify-perl (0.015-1) ...
11:19:50 #10 43.40 Selecting previously unselected package libmodule-runtime-perl.
11:19:50 #10 43.40 Preparing to unpack .../156-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:50 #10 43.41 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:50 #10 43.44 Selecting previously unselected package libtry-tiny-perl.
11:19:50 #10 43.44 Preparing to unpack .../157-libtry-tiny-perl_0.30-1_all.deb ...
11:19:50 #10 43.45 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:50 #10 43.47 Selecting previously unselected package libmodule-implementation-perl.
11:19:50 #10 43.48 Preparing to unpack .../158-libmodule-implementation-perl_0.09-1_all.deb ...
11:19:50 #10 43.48 Unpacking libmodule-implementation-perl (0.09-1) ...
11:19:50 #10 43.51 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:50 #10 43.51 Preparing to unpack .../159-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:50 #10 43.52 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:50 #10 43.55 Selecting previously unselected package libvariable-magic-perl.
11:19:50 #11 23.71 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
11:19:50 #11 23.75 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
11:19:50 #11 23.82 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
11:19:50 #11 23.87 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:19:50 #11 23.87 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
11:19:50 #11 23.94 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:19:50 #11 23.95 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
11:19:50 #11 24.01 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
11:19:50 #11 24.04 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
11:19:50 #13 5.750 (17/68): systemd-pam-252-8.el9.x86_64.rpm       3.3 MB/s | 257 kB     00:00    
11:19:50 #13 5.823 (18/68): systemd-rpm-macros-252-8.el9.noarch.rp 619 kB/s |  45 kB     00:00    
11:19:50 #13 5.896 (19/68): which-2.21-28.el9.x86_64.rpm           577 kB/s |  42 kB     00:00    
11:19:50 #10 45.19 Setting up libmpdec3:amd64 (2.5.1-1) ...
11:19:50 #10 45.20 Setting up git-man (1:2.30.2-1+deb11u2) ...
11:19:50 #10 45.21 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:19:50 #10 45.22 Setting up netbase (6.3) ...
11:19:50 #10 45.25 Setting up libtiff5:amd64 (4.2.0-1+deb11u4) ...
11:19:50 #10 45.26 Setting up libbinutils:amd64 (2.35.2-2) ...
11:19:50 #10 45.27 Setting up libfido2-1:amd64 (1.6.0-2) ...
11:19:50 #10 45.28 Setting up libisl23:amd64 (0.23-1) ...
11:19:50 #10 45.29 Setting up libc-dev-bin (2.31-13+deb11u5) ...
11:19:50 #10 45.30 Setting up openssl (1.1.1n-0+deb11u4) ...
11:19:50 #10 45.32 Setting up libbsd0:amd64 (0.11.3-1) ...
11:19:50 #10 45.33 Setting up libelf1:amd64 (0.183-1) ...
11:19:50 #10 45.34 Setting up readline-common (8.1-1) ...
11:19:50 #10 45.35 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
11:19:50 #10 45.36 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
11:19:50 #10 45.37 Setting up libmarkdown2:amd64 (2.2.6-1) ...
11:19:50 #10 45.38 Setting up libcc1-0:amd64 (10.2.1-6) ...
11:19:50 #10 45.39 Setting up iso-codes (4.6.0-1) ...
11:19:50 #10 45.41 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:19:50 #10 45.42 Setting up liblsan0:amd64 (10.2.1-6) ...
11:19:50 #10 45.43 Setting up cpp-10 (10.2.1-6) ...
11:19:50 #10 45.44 Setting up dctrl-tools (2.24-3+b1) ...
11:19:50 #10 45.46 Setting up libitm1:amd64 (10.2.1-6) ...
11:19:50 #10 45.47 Setting up debian-keyring (2021.07.26) ...
11:19:50 #10 45.48 Setting up libgdbm6:amd64 (1.19-2) ...
11:19:50 #10 45.49 Setting up libtsan0:amd64 (10.2.1-6) ...
11:19:50 #10 45.50 Setting up libctf0:amd64 (2.35.2-2) ...
11:19:50 #11 46.75 Selecting previously unselected package python3-certifi.
11:19:50 #11 46.76 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
11:19:50 #11 46.76 Unpacking python3-certifi (2019.11.28-1) ...
11:19:50 #11 46.81 Selecting previously unselected package python3-idna.
11:19:50 #11 46.82 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
11:19:50 #11 46.82 Unpacking python3-idna (2.8-1) ...
11:19:50 #11 46.89 Selecting previously unselected package python3-urllib3.
11:19:50 #9 49.30 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
11:19:50 #9 49.31 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:19:50 #9 49.33 Setting up python3-certifi (2018.1.18-2) ...
11:19:50 #10 42.38 Setting up dctrl-tools (2.24-3) ...
11:19:50 #10 42.39 Setting up libitm1:arm64 (12.2.0-14) ...
11:19:50 #10 42.40 Setting up debian-keyring (2022.12.24) ...
11:19:50 #10 42.47 Setting up libgdbm6:arm64 (1.23-3) ...
11:19:50 #10 42.48 Setting up libctf0:arm64 (2.40-2) ...
11:19:50 #10 42.49 Setting up pinentry-curses (1.2.1-1) ...
11:19:50 #10 42.51 Setting up manpages-dev (6.03-1) ...
11:19:50 #10 42.52 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:50 #10 42.53 Setting up cpp-12 (12.2.0-14) ...
11:19:50 #10 42.54 Setting up libxcb1:arm64 (1.15-1) ...
11:19:50 #10 42.55 Setting up gettext (0.21-12) ...
11:19:50 #10 42.56 Setting up xdelta (1.1.3-10.4) ...
11:19:50 #10 42.57 Setting up libavif15:arm64 (0.11.1-1) ...
11:19:50 #10 42.58 Setting up libarchive13:arm64 (3.6.2-1) ...
11:19:50 #10 24.85 Selecting previously unselected package libisl23:armhf.
11:19:50 #10 24.85 Preparing to unpack .../043-libisl23_0.25-1_armhf.deb ...
11:19:50 #10 24.85 Unpacking libisl23:armhf (0.25-1) ...
11:19:50 #10 24.97 Selecting previously unselected package libmpfr6:armhf.
11:19:50 #10 24.97 Preparing to unpack .../044-libmpfr6_4.2.0-1_armhf.deb ...
11:19:50 #10 24.97 Unpacking libmpfr6:armhf (4.2.0-1) ...
11:19:50 #10 25.08 Selecting previously unselected package libmpc3:armhf.
11:19:50 #10 25.08 Preparing to unpack .../045-libmpc3_1.3.1-1_armhf.deb ...
11:19:50 #10 25.08 Unpacking libmpc3:armhf (1.3.1-1) ...
11:19:50 #22 DONE 0.5s
11:19:50 
11:19:50 #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...)
11:19:50 #10 41.08 Updating certificates in /etc/ssl/certs...
11:19:50 #10 47.31 Preparing to unpack .../318-libmldbm-perl_2.05-4_all.deb ...
11:19:50 #10 47.31 Unpacking libmldbm-perl (2.05-4) ...
11:19:50 #10 47.35 Selecting previously unselected package libmoox-aliases-perl.
11:19:50 #10 47.35 Preparing to unpack .../319-libmoox-aliases-perl_0.001006-2_all.deb ...
11:19:50 #10 47.35 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:19:50 #10 47.38 Selecting previously unselected package libmouse-perl.
11:19:50 #10 47.38 Preparing to unpack .../320-libmouse-perl_2.5.10-1+b3_amd64.deb ...
11:19:50 #10 47.39 Unpacking libmouse-perl (2.5.10-1+b3) ...
11:19:50 #10 47.44 Selecting previously unselected package libossp-uuid16:amd64.
11:19:50 #10 47.44 Preparing to unpack .../321-libossp-uuid16_1.6.2-1.5+b11_amd64.deb ...
11:19:50 #10 47.45 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
11:19:50 #10 47.48 Selecting previously unselected package libossp-uuid-perl.
11:19:50 #10 47.48 Preparing to unpack .../322-libossp-uuid-perl_1.6.2-1.5+b11_amd64.deb ...
11:19:50 #10 47.48 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
11:19:50 #10 47.52 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
11:19:50 #10 47.52 Preparing to unpack .../323-libpackage-stash-xs-perl_0.30-1+b1_amd64.deb ...
11:19:50 #10 47.52 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
11:19:50 #10 47.55 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:50 #11 40.75 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
11:19:50 #10 32.43 Selecting previously unselected package intltool-debian.
11:19:50 #10 32.43 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:50 #10 32.44 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:50 #10 32.47 Selecting previously unselected package po-debconf.
11:19:50 #10 32.47 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ...
11:19:50 #10 32.48 Unpacking po-debconf (1.0.21) ...
11:19:50 #10 32.55 Selecting previously unselected package debhelper.
11:19:50 #10 32.55 Preparing to unpack .../082-debhelper_12.1.1_all.deb ...
11:19:50 #14 2.331 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
11:19:50 #14 2.332 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
11:19:50 #14 2.332 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
11:19:50 #14 2.333 Package libarchive-3.3.3-5.el8.aarch64 is already installed.
11:19:50 #14 2.333 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed.
11:19:50 #14 2.334 Package systemd-239-70.el8.aarch64 is already installed.
11:19:50 #14 2.334 Package tar-2:1.30-8.el8.aarch64 is already installed.
11:19:50 #14 2.334 Package which-2.21-18.el8.aarch64 is already installed.
11:19:50 #14 2.335 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
11:19:50 #14 2.429 Dependencies resolved.
11:19:50 #14 2.440 ================================================================================
11:19:50 #14 2.440  Package                      Arch    Version                  Repository  Size
11:19:50 #14 2.440 ================================================================================
11:19:50 #14 2.440 Installing:
11:19:50 #14 2.440  cmake                        aarch64 3.20.2-5.el8             appstream   10 M
11:19:50 #14 2.440  device-mapper-devel          aarch64 8:1.02.181-9.el8         powertools 284 k
11:19:50 #14 2.440  gcc                          aarch64 8.5.0-18.el8             appstream   19 M
11:19:50 #14 2.440  git                          aarch64 2.39.1-1.el8             appstream  104 k
11:19:50 #14 2.440  glibc-static                 aarch64 2.28-225.el8             powertools 1.6 M
11:19:50 #14 2.440  libseccomp-devel             aarch64 2.5.2-1.el8              appstream   57 k
11:19:50 #14 2.440  libselinux-devel             aarch64 2.9-8.el8                baseos     200 k
11:19:50 #14 2.440  libtool                      aarch64 2.4.6-25.el8             appstream  708 k
11:19:50 #14 2.440  libtool-ltdl-devel           aarch64 2.4.6-25.el8             appstream  184 k
11:19:50 #14 2.440  make                         aarch64 1:4.2.1-11.el8           baseos     490 k
11:19:50 #14 2.440  selinux-policy-devel         noarch  3.14.3-115.el8           baseos     1.5 M
11:19:50 #14 2.440  systemd-devel                aarch64 239-71.el8               baseos     401 k
11:19:50 #14 2.440 Upgrading:
11:19:50 #14 2.440  glibc                        aarch64 2.28-225.el8             baseos     1.8 M
11:19:50 #14 2.440  glibc-common                 aarch64 2.28-225.el8             baseos     1.0 M
11:19:50 #14 2.440  glibc-gconv-extra            aarch64 2.28-225.el8             baseos     1.8 M
11:19:50 #14 2.440  glibc-minimal-langpack       aarch64 2.28-225.el8             baseos      65 k
11:19:50 #14 2.440  systemd                      aarch64 239-71.el8               baseos     3.3 M
11:19:50 #14 2.440  systemd-libs                 aarch64 239-71.el8               baseos     1.0 M
11:19:50 #14 2.440  systemd-pam                  aarch64 239-71.el8               baseos     457 k
11:19:50 #14 2.440 Installing dependencies:
11:19:50 #14 2.440  annobin                      aarch64 10.94-1.el8              appstream  963 k
11:19:50 #14 2.440  autoconf                     noarch  2.69-29.el8              appstream  710 k
11:19:50 #14 2.440  automake                     noarch  1.16.1-7.el8             appstream  713 k
11:19:50 #14 2.440  checkpolicy                  aarch64 2.9-1.el8                baseos     338 k
11:19:50 #14 2.440  cmake-data                   noarch  3.20.2-5.el8             appstream  1.7 M
11:19:50 #14 2.440  cmake-filesystem             aarch64 3.20.2-5.el8             appstream   45 k
11:19:50 #14 2.440  cmake-rpm-macros             noarch  3.20.2-5.el8             appstream   44 k
11:19:50 #14 2.440  cpp                          aarch64 8.5.0-18.el8             appstream  8.9 M
11:19:50 #14 2.440  gcc-plugin-annobin           aarch64 8.5.0-18.el8             appstream   34 k
11:19:50 #14 2.440  git-core                     aarch64 2.39.1-1.el8             appstream  9.8 M
11:19:50 #14 2.440  git-core-doc                 noarch  2.39.1-1.el8             appstream  3.0 M
11:19:50 #14 2.440  glibc-devel                  aarch64 2.28-225.el8             baseos      82 k
11:19:50 #14 2.440  glibc-headers                aarch64 2.28-225.el8             baseos     479 k
11:19:50 #14 2.440  isl                          aarch64 0.16.1-6.el8             appstream  778 k
11:19:50 #14 2.440  kernel-headers               aarch64 4.18.0-448.el8           baseos      10 M
11:19:50 #14 2.440  less                         aarch64 530-1.el8                baseos     162 k
11:19:50 #14 2.440  libasan                      aarch64 8.5.0-18.el8             baseos     387 k
11:19:50 #14 2.440  libatomic                    aarch64 8.5.0-18.el8             baseos      26 k
11:19:50 #14 2.440  libedit                      aarch64 3.1-23.20170329cvs.el8   baseos      99 k
11:19:50 #14 2.440  libgomp                      aarch64 8.5.0-18.el8             baseos     200 k
11:19:50 #14 2.440  libmpc                       aarch64 1.1.0-9.1.el8            appstream   60 k
11:19:50 #14 2.440  libselinux-utils             aarch64 2.9-8.el8                baseos     241 k
11:19:50 #14 2.440  libsepol-devel               aarch64 2.9-3.el8                baseos      87 k
11:19:50 #14 2.440  libubsan                     aarch64 8.5.0-18.el8             baseos     145 k
11:19:50 #14 2.440  libuv                        aarch64 1:1.41.1-1.el8_4         appstream  150 k
11:19:50 #14 2.440  libxcrypt-devel              aarch64 4.1.1-6.el8              baseos      25 k
11:19:50 #14 2.440  libxcrypt-static             aarch64 4.1.1-6.el8              powertools  58 k
11:19:50 #14 2.440  m4                           aarch64 1.4.18-7.el8             baseos     218 k
11:19:50 #14 2.440  openssh                      aarch64 8.0p1-17.el8             baseos     489 k
11:19:50 #14 2.440  openssh-clients              aarch64 8.0p1-17.el8             baseos     626 k
11:19:50 #14 2.440  pcre2-devel                  aarch64 10.32-3.el8              baseos     605 k
11:19:50 #14 2.440  pcre2-utf16                  aarch64 10.32-3.el8              baseos     203 k
11:19:50 #14 2.440  pcre2-utf32                  aarch64 10.32-3.el8              baseos     196 k
11:19:50 #14 2.440  perl-Data-Dumper             aarch64 2.167-399.el8            baseos      57 k
11:19:50 #14 2.440  perl-Error                   noarch  1:0.17025-2.el8          appstream   46 k
11:19:50 #14 2.440  perl-Git                     noarch  2.39.1-1.el8             appstream   78 k
11:19:50 #14 2.440  perl-TermReadKey             aarch64 2.37-7.el8               appstream   40 k
11:19:50 #14 2.440  perl-Thread-Queue            noarch  3.13-1.el8               appstream   24 k
11:19:50 #14 2.440  policycoreutils              aarch64 2.9-21.1.el8             baseos     374 k
11:19:50 #14 2.440  policycoreutils-devel        aarch64 2.9-21.1.el8             baseos     287 k
11:19:50 #14 2.440  policycoreutils-python-utils noarch  2.9-21.1.el8             baseos     253 k
11:19:50 #14 2.440  python3-audit                aarch64 3.0.7-4.el8              baseos      85 k
11:19:50 #14 2.440  python3-libselinux           aarch64 2.9-8.el8                baseos     272 k
11:19:50 #14 2.440  python3-libsemanage          aarch64 2.9-9.el8                baseos     126 k
11:19:50 #14 2.440  python3-policycoreutils      noarch  2.9-21.1.el8             baseos     2.2 M
11:19:50 #14 2.440  python3-setools              aarch64 4.3.0-3.el8              baseos     528 k
11:19:50 #14 2.440  rpm-plugin-selinux           aarch64 4.14.3-26.el8            baseos      78 k
11:19:50 #14 2.440  selinux-policy               noarch  3.14.3-115.el8           baseos     659 k
11:19:50 #14 2.440  selinux-policy-minimum       noarch  3.14.3-115.el8           baseos      13 M
11:19:50 #14 2.440  vim-filesystem               noarch  2:8.0.1763-19.el8.4      appstream   50 k
11:19:50 #14 2.440  xkeyboard-config             noarch  2.28-1.el8               appstream  782 k
11:19:50 #14 2.440 Installing weak dependencies:
11:19:50 #14 2.440  glibc-langpack-en            aarch64 2.28-225.el8             baseos     827 k
11:19:50 #14 2.440  libxkbcommon                 aarch64 0.9.1-1.el8              appstream  112 k
11:19:50 #14 2.440 Downgrading:
11:19:50 #14 2.440  libsemanage                  aarch64 2.9-9.el8                baseos     164 k
11:19:50 #14 2.440  pcre2                        aarch64 10.32-3.el8              baseos     219 k
11:19:50 #14 2.440 
11:19:50 #14 2.440 Transaction Summary
11:19:50 #14 2.440 ================================================================================
11:19:50 #14 2.440 Install    65 Packages
11:19:50 #14 2.440 Upgrade     7 Packages
11:19:50 #14 2.440 Downgrade   2 Packages
11:19:50 #14 2.440 
11:19:50 #10 20.24 Selecting previously unselected package perl-modules-5.28.
11:19:50 #10 20.24 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:19:50 #10 20.25 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:19:50 #11 27.57 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
11:19:50 #11 27.59 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debhelper all 13.9.1ubuntu1 [939 kB]
11:19:50 #11 27.67 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfakeroot armhf 1.29-1ubuntu1 [25.6 kB]
11:19:50 #11 27.67 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fakeroot armhf 1.29-1ubuntu1 [61.8 kB]
11:19:50 #11 27.68 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB]
11:19:50 #11 27.68 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB]
11:19:50 #11 27.69 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1.1 [99.3 kB]
11:19:50 #11 27.70 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:19:50 #11 27.70 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB]
11:19:50 #11 39.77 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_arm64.deb ...
11:19:50 #11 39.77 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
11:19:50 #11 39.81 Selecting previously unselected package libctf0:arm64.
11:19:50 #11 39.81 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_arm64.deb ...
11:19:50 #11 39.82 Unpacking libctf0:arm64 (2.34-6ubuntu1.4) ...
11:19:50 #11 39.90 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:50 #11 39.90 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.4_arm64.deb ...
11:19:50 #11 39.91 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
11:19:50 #11 37.15 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:19:50 #11 37.17 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:19:50 #11 37.19 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:19:50 #11 37.21 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-messagepack-perl arm64 1.02-1 [34.0 kB]
11:19:50 #11 37.23 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:19:50 #11 37.24 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:19:50 #10 33.86 Selecting previously unselected package libgdbm5:armhf.
11:19:50 #10 33.86 Preparing to unpack .../003-libgdbm5_1.14.1-6_armhf.deb ...
11:19:50 #10 33.86 Unpacking libgdbm5:armhf (1.14.1-6) ...
11:19:50 #10 33.91 Selecting previously unselected package libpipeline1:armhf.
11:19:50 #10 33.91 Preparing to unpack .../004-libpipeline1_1.5.0-1_armhf.deb ...
11:19:50 #10 33.91 Unpacking libpipeline1:armhf (1.5.0-1) ...
11:19:50 #10 33.96 Selecting previously unselected package man-db.
11:19:50 #10 33.96 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_armhf.deb ...
11:19:50 #10 33.97 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:19:50 #14 0.939 Last metadata expiration check: 0:00:14 ago on Fri Mar 10 11:19:36 2023.
11:19:50 #11 44.55 Preparing to unpack .../100-liblsan0_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.56 Unpacking liblsan0:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.60 Selecting previously unselected package libtsan2:amd64.
11:19:50 #11 44.60 Preparing to unpack .../101-libtsan2_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.60 Unpacking libtsan2:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.68 Selecting previously unselected package libubsan1:amd64.
11:19:50 #11 44.68 Preparing to unpack .../102-libubsan1_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.68 Unpacking libubsan1:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.73 Selecting previously unselected package libquadmath0:amd64.
11:19:50 #11 44.73 Preparing to unpack .../103-libquadmath0_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.73 Unpacking libquadmath0:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 44.76 Selecting previously unselected package libgcc-12-dev:amd64.
11:19:50 #11 44.76 Preparing to unpack .../104-libgcc-12-dev_12.2.0-3ubuntu1_amd64.deb ...
11:19:50 #11 44.76 Unpacking libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:19:50 #11 39.30 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
11:19:50 #11 39.30 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:19:50 #11 39.33 Selecting previously unselected package readline-common.
11:19:50 #11 39.33 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:19:50 #11 39.34 Unpacking readline-common (8.1.2-1) ...
11:19:50 #11 39.37 Selecting previously unselected package libreadline8:amd64.
11:19:50 #11 39.37 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
11:19:50 #11 39.37 Unpacking libreadline8:amd64 (8.1.2-1) ...
11:19:50 #11 39.40 Selecting previously unselected package libsqlite3-0:amd64.
11:19:50 #11 39.40 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
11:19:50 #11 39.41 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:19:50 #11 39.44 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:19:50 #11 39.44 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
11:19:50 #11 39.44 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:19:50 #11 39.53 Selecting previously unselected package python3.10.
11:19:50 #10 43.55 Preparing to unpack .../160-libvariable-magic-perl_0.62-1_arm64.deb ...
11:19:50 #10 43.56 Unpacking libvariable-magic-perl (0.62-1) ...
11:19:50 #10 43.59 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:50 #10 43.59 Preparing to unpack .../161-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:19:50 #10 43.60 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:19:50 #10 43.62 Selecting previously unselected package libhtml-tagset-perl.
11:19:50 #10 43.62 Preparing to unpack .../162-libhtml-tagset-perl_3.20-3_all.deb ...
11:19:50 #10 43.63 Unpacking libhtml-tagset-perl (3.20-3) ...
11:19:50 #10 43.66 Selecting previously unselected package liburi-perl.
11:19:50 #10 43.66 Preparing to unpack .../163-liburi-perl_1.73-1_all.deb ...
11:19:50 #10 43.66 Unpacking liburi-perl (1.73-1) ...
11:19:50 #10 43.70 Selecting previously unselected package libhtml-parser-perl.
11:19:50 #10 43.70 Preparing to unpack .../164-libhtml-parser-perl_3.72-3build1_arm64.deb ...
11:19:50 #10 43.70 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:19:50 #10 43.74 Selecting previously unselected package libcgi-pm-perl.
11:19:50 #10 43.74 Preparing to unpack .../165-libcgi-pm-perl_4.38-1_all.deb ...
11:19:50 #10 43.75 Unpacking libcgi-pm-perl (4.38-1) ...
11:19:50 #10 43.79 Selecting previously unselected package libfcgi-perl.
11:19:50 #10 22.33 Selecting previously unselected package libuchardet0:armhf.
11:19:50 #10 22.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 ... 7930 files and directories currently installed.)
11:19:50 #10 22.34 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
11:19:50 #10 22.34 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:19:50 #10 22.40 Selecting previously unselected package groff-base.
11:19:50 #10 22.40 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
11:19:50 #10 22.41 Unpacking groff-base (1.22.4-6) ...
11:19:50 #10 22.59 Selecting previously unselected package libgdbm6:armhf.
11:19:50 #10 22.59 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
11:19:50 #10 22.59 Unpacking libgdbm6:armhf (1.19-2) ...
11:19:50 #10 22.65 Selecting previously unselected package libpipeline1:armhf.
11:19:50 #10 22.65 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
11:19:50 #10 22.65 Unpacking libpipeline1:armhf (1.5.3-1) ...
11:19:50 #13 6.049 (20/68): annobin-11.05-1.el9.x86_64.rpm         6.3 MB/s | 974 kB     00:00    
11:19:50 #13 6.076 (21/68): systemd-252-8.el9.x86_64.rpm           8.8 MB/s | 4.1 MB     00:00    
11:19:50 #13 6.132 (22/68): autoconf-2.69-38.el9.noarch.rpm        8.1 MB/s | 681 kB     00:00    
11:19:50 #13 6.156 (23/68): automake-1.16.2-6.el9.noarch.rpm       8.4 MB/s | 689 kB     00:00    
11:19:50 #10 45.51 Setting up pinentry-curses (1.1.0-4) ...
11:19:50 #10 45.53 Setting up manpages-dev (5.10-1) ...
11:19:50 #10 45.54 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:50 #10 45.55 Setting up libxcb1:amd64 (1.14-3) ...
11:19:50 #10 45.56 Setting up gettext (0.21-4) ...
11:19:50 #10 45.57 Setting up xdelta (1.1.3-9.3) ...
11:19:50 #10 45.58 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:19:50 #10 45.59 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
11:19:50 #10 45.60 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
11:19:50 #10 45.61 Setting up libreadline8:amd64 (8.1-1) ...
11:19:50 #10 45.62 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:19:50 #10 45.63 Setting up m4 (1.4.18-5) ...
11:19:50 #10 45.64 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
11:19:50 #10 45.65 Setting up ca-certificates (20210119) ...
11:19:50 #11 46.90 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:19:50 #11 46.91 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:19:50 #11 46.96 Selecting previously unselected package python3-requests.
11:19:50 #11 46.96 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:19:50 #11 46.97 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:19:50 #11 47.01 Selecting previously unselected package python3-unidiff.
11:19:50 #11 47.01 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
11:19:50 #11 47.02 Unpacking python3-unidiff (0.5.5-2) ...
11:19:50 #11 47.07 Selecting previously unselected package python3-xdg.
11:19:50 #11 47.07 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
11:19:50 #11 47.08 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:19:50 #11 47.12 Selecting previously unselected package unzip.
11:19:50 #9 49.48 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:19:50 #9 49.49 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:19:50 #9 49.69 Setting up lsb-release (9.20170808ubuntu1) ...
11:19:50 #9 49.70 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
11:19:50 #11 26.52 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:19:50 #11 26.52 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:19:50 #11 26.52 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:19:50 #11 26.53 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:19:50 #11 26.53 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
11:19:50 #11 26.54 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:19:50 #11 26.54 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
11:19:50 #11 26.54 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:19:50 #11 26.54 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:19:50 #11 26.54 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:19:50 #11 26.70 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:19:50 #10 42.59 Setting up fontconfig-config (2.14.1-4) ...
11:19:50 #10 42.80 Setting up libedit2:arm64 (3.1-20221030-2) ...
11:19:50 #10 42.81 Setting up libreadline8:arm64 (8.2-1.3) ...
11:19:50 #10 42.82 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:19:50 #10 42.83 Setting up ca-certificates (20211016) ...
11:19:50 #10 25.11 Selecting previously unselected package cpp-12.
11:19:50 #10 25.11 Preparing to unpack .../046-cpp-12_12.2.0-14_armhf.deb ...
11:19:50 #10 25.12 Unpacking cpp-12 (12.2.0-14) ...
11:19:50 #10 47.56 Preparing to unpack .../324-libpath-iterator-rule-perl_1.015-2_all.deb ...
11:19:50 #10 47.56 Unpacking libpath-iterator-rule-perl (1.015-2) ...
11:19:50 #10 47.59 Selecting previously unselected package libperlio-gzip-perl.
11:19:50 #10 47.59 Preparing to unpack .../325-libperlio-gzip-perl_0.20-1+b1_amd64.deb ...
11:19:50 #10 47.60 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
11:19:50 #10 47.63 Selecting previously unselected package libperlio-utf8-strict-perl.
11:19:50 #10 47.63 Preparing to unpack .../326-libperlio-utf8-strict-perl_0.010-1_amd64.deb ...
11:19:50 #10 47.64 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
11:19:50 #10 47.68 Selecting previously unselected package libpod-parser-perl.
11:19:50 #10 47.68 Preparing to unpack .../327-libpod-parser-perl_1.65-1_all.deb ...
11:19:50 #10 47.69 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:19:50 #10 47.71 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:19:50 #10 47.71 Unpacking libpod-parser-perl (1.65-1) ...
11:19:50 #10 47.76 Selecting previously unselected package libpod-constants-perl.
11:19:50 #10 47.76 Preparing to unpack .../328-libpod-constants-perl_0.19-2_all.deb ...
11:19:50 #10 47.77 Unpacking libpod-constants-perl (0.19-2) ...
11:19:50 #10 47.80 Selecting previously unselected package libproc-processtable-perl:amd64.
11:19:50 #10 47.80 Preparing to unpack .../329-libproc-processtable-perl_0.634-1+b2_amd64.deb ...
11:19:50 #10 47.81 Unpacking libproc-processtable-perl:amd64 (0.634-1+b2) ...
11:19:50 #10 47.85 Selecting previously unselected package libre2-9:amd64.
11:19:50 #10 47.85 Preparing to unpack .../330-libre2-9_20220601+dfsg-1+b1_amd64.deb ...
11:19:50 #10 47.86 Unpacking libre2-9:amd64 (20220601+dfsg-1+b1) ...
11:19:50 #10 47.90 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:19:50 #11 40.91 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
11:19:50 #11 40.97 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
11:19:50 #11 41.01 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:19:50 #11 41.05 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
11:19:50 #11 41.11 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
11:19:50 #11 41.15 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
11:19:50 #14 2.445 Total download size: 107 M
11:19:50 #14 2.446 Downloading Packages:
11:19:51 #11 28.11 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:19:51 #11 40.23 Selecting previously unselected package binutils.
11:19:51 #11 40.23 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_arm64.deb ...
11:19:51 #11 40.23 Unpacking binutils (2.34-6ubuntu1.4) ...
11:19:51 #11 40.27 Selecting previously unselected package libc-dev-bin.
11:19:51 #11 40.27 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_arm64.deb ...
11:19:51 #11 40.27 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:19:51 #11 40.31 Selecting previously unselected package linux-libc-dev:arm64.
11:19:51 #11 37.64 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:19:51 #10 49.28 137 added, 0 removed; done.
11:19:51 #10 49.31 Setting up libunbound8:amd64 (1.9.0-2+deb10u2) ...
11:19:51 #10 49.32 Setting up shared-mime-info (1.10-1) ...
11:19:51 #10 32.56 Unpacking debhelper (12.1.1) ...
11:19:51 #10 32.82 Selecting previously unselected package debian-keyring.
11:19:51 #10 32.82 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ...
11:19:51 #10 32.83 Unpacking debian-keyring (2019.02.25) ...
11:19:51 #11 42.71 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
11:19:51 #10 44.45 Setting up bsdmainutils (11.1.2+b1) ...
11:19:51 #10 44.47 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:19:51 #10 44.48 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:19:51 #10 44.49 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
11:19:51 #10 44.50 Setting up libcroco3:arm64 (0.6.12-3) ...
11:19:51 #10 44.51 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
11:19:51 #10 44.52 Setting up ucf (3.0038+nmu1) ...
11:19:51 #10 44.63 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
11:19:51 #10 44.64 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
11:19:51 #10 44.65 Setting up groff-base (1.22.4-3+deb10u1) ...
11:19:51 #10 44.67 Setting up cpp (4:8.3.0-1) ...
11:19:51 #10 44.69 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:19:51 #10 44.70 Setting up libcurl4:arm64 (7.64.0-4+deb10u5) ...
11:19:51 #10 44.71 Setting up libc6-dev:arm64 (2.28-10+deb10u2) ...
11:19:51 #10 44.72 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
11:19:51 #10 44.74 Setting up curl (7.64.0-4+deb10u5) ...
11:19:51 #10 44.75 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:19:51 #10 44.77 Setting up gpg (2.2.12-1+deb10u2) ...
11:19:51 #10 44.79 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
11:19:51 #10 44.80 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
11:19:51 #10 44.81 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
11:19:51 #10 44.82 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:19:51 #10 34.15 Selecting previously unselected package perl-modules-5.26.
11:19:51 #10 34.15 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:19:51 #10 34.15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:19:51 #11 44.86 Selecting previously unselected package gcc-12.
11:19:51 #11 44.86 Preparing to unpack .../105-gcc-12_12.2.0-3ubuntu1_amd64.deb ...
11:19:51 #11 44.86 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
11:19:51 #11 39.54 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
11:19:51 #11 39.54 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:19:51 #11 39.56 Selecting previously unselected package libpython3-stdlib:amd64.
11:19:51 #11 39.56 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
11:19:51 #11 39.57 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:19:51 #11 39.59 Setting up python3-minimal (3.10.6-1~22.04) ...
11:19:51 #11 39.78 Selecting previously unselected package python3.
11:19:51 #10 22.71 Selecting previously unselected package man-db.
11:19:51 #10 22.71 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
11:19:51 #10 22.72 Unpacking man-db (2.9.4-2) ...
11:19:51 #10 22.92 Selecting previously unselected package perl-modules-5.32.
11:19:51 #10 22.92 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:19:51 #10 22.94 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:19:51 #13 6.364 (24/68): selinux-policy-targeted-38.1.8-1.el9.n 9.0 MB/s | 6.8 MB     00:00    
11:19:51 #13 6.385 (25/68): cmake-data-3.20.2-8.el9.noarch.rpm     9.4 MB/s | 2.1 MB     00:00    
11:19:51 #13 6.439 (26/68): cmake-filesystem-3.20.2-8.el9.x86_64.r 253 kB/s |  19 kB     00:00    
11:19:51 #13 6.459 (27/68): cmake-rpm-macros-3.20.2-8.el9.noarch.r 159 kB/s |  12 kB     00:00    
11:19:51 #10 43.79 Preparing to unpack .../166-libfcgi-perl_0.78-2build1_arm64.deb ...
11:19:51 #10 43.79 Unpacking libfcgi-perl (0.78-2build1) ...
11:19:51 #10 43.83 Selecting previously unselected package libcgi-fast-perl.
11:19:51 #10 43.83 Preparing to unpack .../167-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:19:51 #10 43.85 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:19:51 #10 43.88 Selecting previously unselected package libsub-name-perl.
11:19:51 #10 43.88 Preparing to unpack .../168-libsub-name-perl_0.21-1build1_arm64.deb ...
11:19:51 #10 43.88 Unpacking libsub-name-perl (0.21-1build1) ...
11:19:51 #10 43.91 Selecting previously unselected package libclass-accessor-perl.
11:19:51 #10 43.91 Preparing to unpack .../169-libclass-accessor-perl_0.51-1_all.deb ...
11:19:51 #10 43.92 Unpacking libclass-accessor-perl (0.51-1) ...
11:19:51 #10 43.95 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:51 #10 43.95 Preparing to unpack .../170-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:19:51 #10 43.96 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:19:51 #10 43.99 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:51 #10 43.99 Preparing to unpack .../171-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
11:19:51 #10 43.99 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:19:51 #10 44.03 Selecting previously unselected package libclone-perl.
11:19:51 #11 47.12 Preparing to unpack .../336-unzip_6.0-25ubuntu1.1_amd64.deb ...
11:19:51 #11 47.13 Unpacking unzip (6.0-25ubuntu1.1) ...
11:19:51 #11 47.17 Selecting previously unselected package equivs.
11:19:51 #11 47.18 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
11:19:51 #11 47.18 Unpacking equivs (2.2.0) ...
11:19:51 #11 47.21 Selecting previously unselected package libauthen-sasl-perl.
11:19:51 #11 47.22 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
11:19:51 #11 47.22 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:19:51 #11 47.26 Selecting previously unselected package python3-magic.
11:19:51 #11 47.26 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
11:19:51 #11 47.27 Unpacking python3-magic (2:0.4.15-3) ...
11:19:51 #11 47.31 Setting up libapt-pkg-perl (0.1.36build3) ...
11:19:51 #11 47.33 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:19:51 #9 49.71 Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
11:19:51 #9 49.72 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
11:19:51 #9 49.74 Setting up perl (5.26.1-6ubuntu0.6) ...
11:19:51 #9 49.76 Setting up libfile-chdir-perl (0.1008-1) ...
11:19:51 #9 49.77 Setting up libsys-hostname-long-perl (1.5-1) ...
11:19:51 #9 49.77 Setting up libfile-fcntllock-perl (0.22-3build2) ...
11:19:51 #9 49.79 Setting up libtext-glob-perl (0.10-1) ...
11:19:51 #9 49.80 Setting up intltool-debian (0.35.0+20060710.4) ...
11:19:51 #9 49.81 Setting up libxml-sax-base-perl (1.09-1) ...
11:19:51 #9 49.82 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
11:19:51 #9 49.83 Setting up libstrictures-perl (2.000003-1) ...
11:19:51 #9 49.84 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:19:51 #9 49.85 Setting up libmail-sendmail-perl (0.80-1) ...
11:19:51 #9 49.86 Setting up libsocket6-perl (0.27-1build2) ...
11:19:51 #9 49.87 Setting up patchutils (0.3.4-2) ...
11:19:51 #9 49.88 Setting up python3-chardet (3.0.4-1) ...
11:19:51 #11 24.44 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
11:19:51 #11 26.77 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:19:51 #11 26.79 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
11:19:51 #11 27.07 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
11:19:51 #11 41.17 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 unzip arm64 6.0-26ubuntu3.1 [171 kB]
11:19:51 #11 41.21 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.2 [1082 kB]
11:19:51 #11 41.33 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:19:51 #11 41.45 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
11:19:51 #10 47.90 Preparing to unpack .../331-libre-engine-re2-perl_0.17+ds-1_amd64.deb ...
11:19:51 #10 47.91 Unpacking libre-engine-re2-perl:amd64 (0.17+ds-1) ...
11:19:51 #10 47.94 Selecting previously unselected package libreadonly-perl.
11:19:51 #10 47.94 Preparing to unpack .../332-libreadonly-perl_2.050-3_all.deb ...
11:19:51 #10 47.95 Unpacking libreadonly-perl (2.050-3) ...
11:19:51 #10 47.98 Selecting previously unselected package libref-util-perl.
11:19:51 #10 47.98 Preparing to unpack .../333-libref-util-perl_0.204-2_all.deb ...
11:19:51 #10 47.99 Unpacking libref-util-perl (0.204-2) ...
11:19:51 #10 48.02 Selecting previously unselected package libref-util-xs-perl.
11:19:51 #10 48.02 Preparing to unpack .../334-libref-util-xs-perl_0.117-2+b1_amd64.deb ...
11:19:51 #10 48.02 Unpacking libref-util-xs-perl (0.117-2+b1) ...
11:19:51 #10 48.07 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:51 #10 48.07 Preparing to unpack .../335-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
11:19:51 #10 48.07 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
11:19:51 #10 48.11 Selecting previously unselected package libregexp-pattern-perl.
11:19:51 #10 48.12 Preparing to unpack .../336-libregexp-pattern-perl_0.2.14-2_all.deb ...
11:19:51 #10 48.12 Unpacking libregexp-pattern-perl (0.2.14-2) ...
11:19:51 #23 0.675 
11:19:51 #23 0.691 Removing /tmp/bundles/
11:19:51 #10 41.67 129 added, 0 removed; done.
11:19:51 #10 41.70 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
11:19:51 #10 41.71 Setting up shared-mime-info (2.0-1) ...
11:19:51 #11 40.31 Preparing to unpack .../075-linux-libc-dev_5.4.0-144.161_arm64.deb ...
11:19:51 #11 40.32 Unpacking linux-libc-dev:arm64 (5.4.0-144.161) ...
11:19:51 #11 40.49 Selecting previously unselected package libcrypt-dev:arm64.
11:19:51 #11 40.49 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ...
11:19:51 #11 40.49 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
11:19:51 #11 40.53 Selecting previously unselected package libc6-dev:arm64.
11:19:51 #11 40.54 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_arm64.deb ...
11:19:51 #11 40.54 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.9) ...
11:19:51 #11 45.18 Selecting previously unselected package gcc.
11:19:51 #11 45.19 Preparing to unpack .../106-gcc_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:19:51 #11 45.19 Unpacking gcc (4:12.2.0-1ubuntu1) ...
11:19:51 #11 45.22 Selecting previously unselected package libstdc++-12-dev:amd64.
11:19:51 #11 45.22 Preparing to unpack .../107-libstdc++-12-dev_12.2.0-3ubuntu1_amd64.deb ...
11:19:51 #11 45.22 Unpacking libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:19:51 #11 45.39 Selecting previously unselected package g++-12.
11:19:51 #10 20.88 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:51 #10 20.88 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
11:19:51 #10 20.89 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
11:19:51 #10 20.94 Selecting previously unselected package libperl5.28:armhf.
11:19:51 #10 20.94 Preparing to unpack .../10-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
11:19:51 #10 20.94 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
11:19:51 #11 39.78 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5138 files and directories currently installed.)
11:19:51 #11 39.79 Preparing to unpack .../000-python3_3.10.6-1~22.04_amd64.deb ...
11:19:51 #11 39.79 Unpacking python3 (3.10.6-1~22.04) ...
11:19:51 #11 39.82 Selecting previously unselected package perl-modules-5.34.
11:19:51 #11 39.82 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:19:51 #11 39.82 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:19:51 #11 40.05 Selecting previously unselected package libgdbm6:amd64.
11:19:51 #10 44.03 Preparing to unpack .../172-libclone-perl_0.39-1_arm64.deb ...
11:19:51 #10 44.03 Unpacking libclone-perl (0.39-1) ...
11:19:51 #10 44.07 Selecting previously unselected package libdata-dump-perl.
11:19:51 #10 44.07 Preparing to unpack .../173-libdata-dump-perl_1.23-1_all.deb ...
11:19:51 #10 44.08 Unpacking libdata-dump-perl (1.23-1) ...
11:19:51 #10 44.12 Selecting previously unselected package libparams-util-perl.
11:19:51 #10 44.12 Preparing to unpack .../174-libparams-util-perl_1.07-3build3_arm64.deb ...
11:19:51 #10 44.13 Unpacking libparams-util-perl (1.07-3build3) ...
11:19:51 #10 44.16 Selecting previously unselected package libsub-install-perl.
11:19:51 #10 44.16 Preparing to unpack .../175-libsub-install-perl_0.928-1_all.deb ...
11:19:51 #10 44.17 Unpacking libsub-install-perl (0.928-1) ...
11:19:51 #10 44.21 Selecting previously unselected package libdata-optlist-perl.
11:19:51 #10 44.21 Preparing to unpack .../176-libdata-optlist-perl_0.110-1_all.deb ...
11:19:51 #10 44.21 Unpacking libdata-optlist-perl (0.110-1) ...
11:19:51 #10 44.25 Selecting previously unselected package libdevel-globaldestruction-perl.
11:19:51 #10 44.25 Preparing to unpack .../177-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:19:51 #10 44.26 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:19:51 #10 44.29 Selecting previously unselected package libdigest-hmac-perl.
11:19:51 #10 44.30 Preparing to unpack .../178-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:19:51 #10 44.30 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:19:51 #10 44.35 Selecting previously unselected package libdistro-info-perl.
11:19:51 #10 44.35 Preparing to unpack .../179-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:19:51 #10 44.35 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:19:51 #11 47.34 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
11:19:51 #11 47.35 Setting up wdiff (1.2.2-2build1) ...
11:19:51 #11 47.37 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
11:19:51 #11 47.38 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:19:51 #11 47.39 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:19:51 #11 47.40 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:19:51 #11 47.41 Setting up mime-support (3.64ubuntu1) ...
11:19:51 #11 47.45 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:19:51 #11 47.47 Setting up libmagic-mgc (1:5.38-4) ...
11:19:51 #11 47.49 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
11:19:51 #11 47.50 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:19:51 #11 47.51 No schema files found: doing nothing.
11:19:51 #11 47.52 Setting up distro-info-data (0.43ubuntu1.11) ...
11:19:51 #11 47.53 Setting up manpages (5.05-1) ...
11:19:51 #11 47.54 Setting up unzip (6.0-25ubuntu1.1) ...
11:19:51 #11 47.56 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:19:51 #10 ...
11:19:51 
11:19:51 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:51 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 10.0s
11:19:51 #9 ...
11:19:51 
11:19:51 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:51 #10 24.62 Selecting previously unselected package gcc.
11:19:51 #10 24.62 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ...
11:19:51 #10 24.64 Unpacking gcc (4:10.2.1-1) ...
11:19:51 #10 24.75 Selecting previously unselected package libstdc++-10-dev:armhf.
11:19:51 #10 24.75 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ...
11:19:51 #10 24.78 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
11:19:51 #9 50.13 Setting up liburi-perl (1.73-1) ...
11:19:51 #9 50.14 Setting up libdata-dump-perl (1.23-1) ...
11:19:51 #9 50.15 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
11:19:51 #9 50.16 Setting up libio-string-perl (1.08-3) ...
11:19:51 #9 50.20 Setting up libalgorithm-diff-perl (1.19.03-1) ...
11:19:51 #9 50.21 Setting up libclone-perl (0.39-1) ...
11:19:51 #11 27.09 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
11:19:51 #11 27.10 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
11:19:51 #11 27.11 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:19:51 #11 27.12 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:19:51 #11 27.12 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:51 #11 27.13 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:19:51 #11 27.13 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:51 #10 45.99 Updating certificates in /etc/ssl/certs...
11:19:51 #10 43.30 Updating certificates in /etc/ssl/certs...
11:19:51 #10 48.15 Selecting previously unselected package libregexp-wildcards-perl.
11:19:51 #10 48.15 Preparing to unpack .../337-libregexp-wildcards-perl_1.05-3_all.deb ...
11:19:51 #10 48.16 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:19:51 #10 48.19 Selecting previously unselected package libsasl2-modules:amd64.
11:19:51 #10 48.20 Preparing to unpack .../338-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ...
11:19:51 #10 48.20 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
11:19:51 #10 48.24 Selecting previously unselected package libsereal-decoder-perl.
11:19:51 #10 48.24 Preparing to unpack .../339-libsereal-decoder-perl_5.003+ds-1_amd64.deb ...
11:19:51 #10 48.25 Unpacking libsereal-decoder-perl (5.003+ds-1) ...
11:19:51 #10 48.28 Selecting previously unselected package libsereal-encoder-perl.
11:19:51 #10 48.29 Preparing to unpack .../340-libsereal-encoder-perl_5.003+ds-1_amd64.deb ...
11:19:51 #10 48.29 Unpacking libsereal-encoder-perl (5.003+ds-1) ...
11:19:51 #10 48.33 Selecting previously unselected package libset-intspan-perl.
11:19:51 #10 48.33 Preparing to unpack .../341-libset-intspan-perl_1.19-3_all.deb ...
11:19:51 #10 48.34 Unpacking libset-intspan-perl (1.19-3) ...
11:19:51 #10 48.37 Selecting previously unselected package libtask-weaken-perl.
11:19:51 #23 0.692 
11:19:51 #23 0.698 ---> Making bundle: binary (in /tmp/bundles/binary)
11:19:51 #23 0.732 ++++++ cat ./cli/winresources/dockerd/winres.json
11:19:51 #23 0.733 {
11:19:51 #23 0.733   "RT_GROUP_ICON": {
11:19:51 #23 0.733     "#1": {
11:19:51 #23 0.733       "0409": "../../winresources/docker.ico"
11:19:51 #23 0.733     }
11:19:51 #23 0.733   },
11:19:51 #23 0.733   "RT_MANIFEST": {
11:19:51 #23 0.733     "#1": {
11:19:51 #23 0.733       "0409": {
11:19:51 #23 0.733         "identity": {},
11:19:51 #23 0.733         "description": "Docker Engine",
11:19:51 #23 0.733         "minimum-os": "vista",
11:19:51 #23 0.733         "execution-level": "",
11:19:51 #23 0.733         "ui-access": false,
11:19:51 #23 0.733         "auto-elevate": false,
11:19:51 #23 0.733         "dpi-awareness": "unaware",
11:19:51 #23 0.733         "disable-theming": false,
11:19:51 #23 0.733         "disable-window-filtering": false,
11:19:51 #23 0.733         "high-resolution-scrolling-aware": false,
11:19:51 #23 0.733         "ultra-high-resolution-scrolling-aware": false,
11:19:51 #23 0.733         "long-path-aware": false,
11:19:51 #23 0.733         "printer-driver-isolation": false,
11:19:51 #23 0.733         "gdi-scaling": false,
11:19:51 #23 0.733         "segment-heap": false,
11:19:51 #23 0.733         "use-common-controls-v6": false
11:19:51 #23 0.733       }
11:19:51 #23 0.733     }
11:19:51 #23 0.733   },
11:19:51 #23 0.733   "RT_MESSAGETABLE": {
11:19:51 #23 0.733     "#1": {
11:19:51 #23 0.733       "0409": "../../winresources/event_messages.bin"
11:19:51 #23 0.733     }
11:19:51 #23 0.733   },
11:19:51 #23 0.733   "RT_VERSION": {
11:19:51 #23 0.733     "#1": {
11:19:51 #23 0.733       "0409": {
11:19:51 #23 0.733         "fixed": {
11:19:51 #23 0.733           "file_version": "0.0.0.0",
11:19:51 #23 0.733           "product_version": "0.0.0.0",
11:19:51 #23 0.733           "type": "Unknown"
11:19:51 #23 0.733         },
11:19:51 #23 0.733         "info": {
11:19:51 #23 0.733           "0000": {
11:19:51 #23 0.733             "CompanyName": "",
11:19:51 #23 0.733             "FileVersion": "0.0.0-20230309110843-71615c2",
11:19:51 #23 0.733             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
11:19:51 #23 0.733             "OriginalFileName": "dockerd.exe",
11:19:51 #23 0.733             "ProductName": "",
11:19:51 #23 0.733             "ProductVersion": "0.0.0-20230309110843-71615c2",
11:19:51 #23 0.733             "SpecialBuild": "31a9532"
11:19:51 #23 0.733           }
11:19:51 #23 0.733         }
11:19:51 #23 0.733       }
11:19:51 #23 0.733     }
11:19:51 #23 0.733   }
11:19:51 #23 0.733 }
11:19:51 #23 0.738 cmd/dockerd/config.go
11:19:51 #23 0.738 cmd/dockerd/config_windows.go
11:19:51 #23 0.738 cmd/dockerd/daemon.go
11:19:51 #23 0.738 cmd/dockerd/daemon_test.go
11:19:51 #23 0.739 cmd/dockerd/daemon_windows.go
11:19:51 #23 0.739 cmd/dockerd/docker.go
11:19:51 #23 0.739 cmd/dockerd/docker_windows.go
11:19:51 #23 0.739 cmd/dockerd/genwinres_windows.go
11:19:51 #23 0.743 cmd/dockerd/metrics.go
11:19:51 #23 0.743 cmd/dockerd/options.go
11:19:51 #23 0.743 cmd/dockerd/options_test.go
11:19:51 #23 0.744 cmd/dockerd/service_windows.go
11:19:51 #23 0.766 Building static /tmp/bundles/binary-daemon/dockerd.exe (windows/amd64)...
11:19:51 #11 40.78 Selecting previously unselected package gcc-9-base:arm64.
11:19:51 #11 40.79 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:51 #11 40.79 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:51 #11 40.83 Selecting previously unselected package libisl22:arm64.
11:19:51 #11 40.83 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ...
11:19:51 #11 40.84 Unpacking libisl22:arm64 (0.22.1-1) ...
11:19:51 #11 45.40 Preparing to unpack .../108-g++-12_12.2.0-3ubuntu1_amd64.deb ...
11:19:51 #11 45.40 Unpacking g++-12 (12.2.0-3ubuntu1) ...
11:19:51 #11 45.59 Selecting previously unselected package g++.
11:19:51 #11 45.59 Preparing to unpack .../109-g++_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:19:51 #11 45.59 Unpacking g++ (4:12.2.0-1ubuntu1) ...
11:19:51 #11 45.61 Selecting previously unselected package make.
11:19:51 #11 45.62 Preparing to unpack .../110-make_4.3-4.1build1_amd64.deb ...
11:19:51 #11 45.62 Unpacking make (4.3-4.1build1) ...
11:19:51 #11 45.65 Selecting previously unselected package libdpkg-perl.
11:19:51 #11 40.05 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
11:19:51 #11 40.06 Unpacking libgdbm6:amd64 (1.23-1) ...
11:19:51 #11 40.09 Selecting previously unselected package libgdbm-compat4:amd64.
11:19:51 #11 40.09 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
11:19:51 #11 40.09 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
11:19:51 #11 40.13 Selecting previously unselected package libperl5.34:amd64.
11:19:51 #11 40.13 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ...
11:19:51 #11 40.13 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
11:19:51 #11 40.32 Selecting previously unselected package perl.
11:19:51 #11 40.32 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_amd64.deb ...
11:19:51 #11 28.35 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB]
11:19:51 #11 28.59 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB]
11:19:51 #11 28.67 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB]
11:19:51 #11 28.67 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB]
11:19:51 #10 34.82 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:51 #10 34.82 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_armhf.deb ...
11:19:51 #10 34.82 Unpacking libgdbm-compat4:armhf (1.14.1-6) ...
11:19:51 #10 34.87 Selecting previously unselected package libperl5.26:armhf.
11:19:51 #10 34.87 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_armhf.deb ...
11:19:51 #10 34.87 Unpacking libperl5.26:armhf (5.26.1-6ubuntu0.6) ...
11:19:51 #13 4.952 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:19:51 #13 4.966 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:19:51 #13 4.966 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
11:19:51 #13 4.966 Package libarchive-3.5.3-4.el9.aarch64 is already installed.
11:19:51 #13 4.967 Package pkgconf-pkg-config-1.7.3-10.el9.aarch64 is already installed.
11:19:51 #13 4.967 Package tar-2:1.34-6.el9.aarch64 is already installed.
11:19:51 #13 4.981 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:19:51 #13 5.028 Dependencies resolved.
11:19:51 #13 5.034 ================================================================================
11:19:51 #13 5.034  Package                   Arch      Version                  Repository   Size
11:19:51 #13 5.034 ================================================================================
11:19:51 #13 5.034 Installing:
11:19:51 #13 5.034  cmake                     aarch64   3.20.2-8.el9             appstream   6.2 M
11:19:51 #13 5.034  device-mapper-devel       aarch64   9:1.02.187-7.el9         crb          44 k
11:19:51 #13 5.034  gcc                       aarch64   11.3.1-4.3.el9           appstream    30 M
11:19:51 #13 5.034  git                       aarch64   2.39.1-1.el9             appstream    63 k
11:19:51 #13 5.034  glibc-static              aarch64   2.34-60.el9              crb         1.4 M
11:19:51 #13 5.034  libseccomp-devel          aarch64   2.5.2-2.el9              appstream    59 k
11:19:51 #13 5.034  libselinux-devel          aarch64   3.5-1.el9                appstream   160 k
11:19:51 #13 5.034  libtool                   aarch64   2.4.6-45.el9             appstream   582 k
11:19:51 #13 5.034  libtool-ltdl-devel        aarch64   2.4.6-45.el9             crb         161 k
11:19:51 #13 5.034  make                      aarch64   1:4.3-7.el9              baseos      535 k
11:19:51 #13 5.034  selinux-policy-devel      noarch    38.1.8-1.el9             appstream   1.4 M
11:19:51 #13 5.034  systemd                   aarch64   252-8.el9                baseos      3.9 M
11:19:51 #13 5.034  systemd-devel             aarch64   252-8.el9                appstream   642 k
11:19:51 #13 5.034  which                     aarch64   2.21-28.el9              baseos       41 k
11:19:51 #13 5.034 Installing dependencies:
11:19:51 #13 5.034  acl                       aarch64   2.3.1-3.el9              baseos       73 k
11:19:51 #13 5.034  annobin                   aarch64   11.05-1.el9              appstream   973 k
11:19:51 #13 5.034  autoconf                  noarch    2.69-38.el9              appstream   681 k
11:19:51 #13 5.034  automake                  noarch    1.16.2-6.el9             appstream   689 k
11:19:51 #13 5.034  cmake-data                noarch    3.20.2-8.el9             appstream   2.1 M
11:19:51 #13 5.034  cmake-filesystem          aarch64   3.20.2-8.el9             appstream    19 k
11:19:51 #13 5.034  cmake-rpm-macros          noarch    3.20.2-8.el9             appstream    12 k
11:19:51 #13 5.034  cpp                       aarch64   11.3.1-4.3.el9           appstream    10 M
11:19:51 #13 5.034  dbus                      aarch64   1:1.12.20-7.el9          baseos      3.9 k
11:19:51 #13 5.034  dbus-broker               aarch64   28-7.el9                 baseos      166 k
11:19:51 #13 5.034  dbus-common               noarch    1:1.12.20-7.el9          baseos       15 k
11:19:51 #13 5.034  device-mapper             aarch64   9:1.02.187-7.el9         baseos      139 k
11:19:51 #13 5.034  device-mapper-libs        aarch64   9:1.02.187-7.el9         baseos      173 k
11:19:51 #13 5.034  gcc-plugin-annobin        aarch64   11.3.1-4.3.el9           appstream    63 k
11:19:51 #13 5.034  git-core                  aarch64   2.39.1-1.el9             appstream   4.3 M
11:19:51 #13 5.034  git-core-doc              noarch    2.39.1-1.el9             appstream   2.9 M
11:19:51 #13 5.034  glibc-devel               aarch64   2.34-60.el9              appstream   564 k
11:19:51 #13 5.034  kernel-headers            aarch64   5.14.0-283.el9           appstream   5.0 M
11:19:51 #13 5.034  kmod-libs                 aarch64   28-7.el9                 baseos       63 k
11:19:51 #13 5.034  libasan                   aarch64   11.3.1-4.3.el9           appstream   430 k
11:19:51 #13 5.034  libatomic                 aarch64   11.3.1-4.3.el9           baseos       55 k
11:19:51 #13 5.034  libcbor                   aarch64   0.7.0-5.el9              baseos       56 k
11:19:51 #13 5.034  libedit                   aarch64   3.1-37.20210216cvs.el9   baseos      104 k
11:19:51 #13 5.034  libfido2                  aarch64   1.6.0-7.el9              baseos       69 k
11:19:51 #13 5.034  libmpc                    aarch64   1.2.1-4.el9              appstream    63 k
11:19:51 #13 5.034  libseccomp                aarch64   2.5.2-2.el9              baseos       72 k
11:19:51 #13 5.034  libsepol-devel            aarch64   3.5-1.el9                appstream    48 k
11:19:51 #13 5.034  libtool-ltdl              aarch64   2.4.6-45.el9             appstream    37 k
11:19:51 #13 5.034  libubsan                  aarch64   11.3.1-4.3.el9           appstream   203 k
11:19:51 #13 5.034  libuv                     aarch64   1:1.42.0-1.el9           appstream   146 k
11:19:51 #13 5.034  libxcrypt-devel           aarch64   4.4.18-3.el9             appstream    29 k
11:19:51 #13 5.034  libxcrypt-static          aarch64   4.4.18-3.el9             crb         108 k
11:19:51 #13 5.034  llvm-libs                 aarch64   15.0.7-1.el9             appstream    20 M
11:19:51 #13 5.034  m4                        aarch64   1.4.19-1.el9             appstream   297 k
11:19:51 #13 5.034  openssh                   aarch64   8.7p1-28.el9             baseos      448 k
11:19:51 #13 5.034  openssh-clients           aarch64   8.7p1-28.el9             baseos      679 k
11:19:51 #13 5.034  pcre2-devel               aarch64   10.40-2.el9              appstream   515 k
11:19:51 #13 5.034  pcre2-utf16               aarch64   10.40-2.el9              appstream   199 k
11:19:51 #13 5.034  pcre2-utf32               aarch64   10.40-2.el9              appstream   190 k
11:19:51 #13 5.034  perl-DynaLoader           aarch64   1.47-480.el9             appstream    27 k
11:19:51 #13 5.034  perl-Error                noarch    1:0.17029-7.el9          appstream    42 k
11:19:51 #13 5.034  perl-File-Compare         noarch    1.100.600-480.el9        appstream    14 k
11:19:51 #13 5.034  perl-File-Copy            noarch    2.34-480.el9             appstream    21 k
11:19:51 #13 5.034  perl-File-Find            noarch    1.37-480.el9             appstream    27 k
11:19:51 #13 5.034  perl-Git                  noarch    2.39.1-1.el9             appstream    39 k
11:19:51 #13 5.034  perl-TermReadKey          aarch64   2.38-11.el9              appstream    36 k
11:19:51 #13 5.034  perl-Thread-Queue         noarch    3.14-460.el9             appstream    22 k
11:19:51 #13 5.034  perl-lib                  aarch64   0.65-480.el9             appstream    16 k
11:19:51 #13 5.034  perl-threads              aarch64   1:2.25-460.el9           appstream    57 k
11:19:51 #13 5.034  perl-threads-shared       aarch64   1.61-460.el9             appstream    44 k
11:19:51 #13 5.034  policycoreutils-devel     aarch64   3.5-1.el9                appstream   143 k
11:19:51 #13 5.034  rpm-plugin-selinux        aarch64   4.16.1.3-22.el9          baseos       18 k
11:19:51 #13 5.034  selinux-policy            noarch    38.1.8-1.el9             baseos       55 k
11:19:51 #13 5.034  selinux-policy-targeted   noarch    38.1.8-1.el9             baseos      6.8 M
11:19:51 #13 5.034  systemd-pam               aarch64   252-8.el9                baseos      246 k
11:19:51 #13 5.034  systemd-rpm-macros        noarch    252-8.el9                baseos       45 k
11:19:51 #13 5.034 
11:19:51 #13 5.034 Transaction Summary
11:19:51 #13 5.034 ================================================================================
11:19:51 #13 5.034 Install  70 Packages
11:19:51 #13 5.034 
11:19:51 #13 5.039 Total download size: 105 M
11:19:51 #13 5.039 Installed size: 362 M
11:19:51 #13 5.040 Downloading Packages:
11:19:51 #10 44.39 Selecting previously unselected package perl-openssl-defaults:arm64.
11:19:51 #10 44.39 Preparing to unpack .../180-perl-openssl-defaults_3build1_arm64.deb ...
11:19:51 #10 44.40 Unpacking perl-openssl-defaults:arm64 (3build1) ...
11:19:51 #10 44.42 Selecting previously unselected package libnet-ssleay-perl.
11:19:51 #10 44.43 Preparing to unpack .../181-libnet-ssleay-perl_1.84-1ubuntu0.2_arm64.deb ...
11:19:51 #10 44.43 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:19:51 #11 37.79 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:19:51 #11 37.83 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2 [82.7 kB]
11:19:51 #11 37.95 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:19:51 #11 37.97 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:19:51 #11 37.97 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:19:51 #11 37.98 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libemail-address-xs-perl arm64 1.05-1 [28.8 kB]
11:19:51 #11 38.00 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10.7 kB]
11:19:51 #11 38.00 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:19:51 #11 38.02 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:19:51 #11 38.03 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:19:51 #11 47.58 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:19:51 #11 47.59 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:51 #11 47.61 Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ...
11:19:51 #11 47.62 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
11:19:51 #11 47.63 Setting up libmagic1:amd64 (1:5.38-4) ...
11:19:51 #11 47.66 Setting up less (551-1ubuntu0.1) ...
11:19:51 #11 47.70 Setting up perl-openssl-defaults:amd64 (4) ...
11:19:51 #11 47.71 Setting up linux-libc-dev:amd64 (5.4.0-144.161) ...
11:19:51 #11 47.72 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
11:19:51 #11 47.74 Setting up gettext-base (0.19.8.1-10build1) ...
11:19:51 #11 47.75 Setting up libnpth0:amd64 (1.6-1) ...
11:19:51 #11 47.76 Setting up krb5-locales (1.17-6ubuntu4.2) ...
11:19:51 #11 47.77 Setting up file (1:5.38-4) ...
11:19:51 #11 47.79 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:19:51 #11 47.80 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:51 #11 47.81 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
11:19:51 #13 6.804 (28/68): cmake-3.20.2-8.el9.x86_64.rpm           10 MB/s | 6.7 MB     00:00    
11:19:51 #13 6.878 (29/68): gcc-plugin-annobin-11.3.1-4.3.el9.x86_ 881 kB/s |  64 kB     00:00    
11:19:51 #13 6.951 (30/68): git-2.39.1-1.el9.x86_64.rpm            862 kB/s |  63 kB     00:00    
11:19:51 #10 23.50 Selecting previously unselected package libgdbm-compat4:armhf.
11:19:51 #10 23.50 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
11:19:51 #10 23.51 Unpacking libgdbm-compat4:armhf (1.19-2) ...
11:19:51 #10 23.56 Selecting previously unselected package libperl5.32:armhf.
11:19:51 #10 23.56 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
11:19:51 #9 50.23 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
11:19:51 #9 50.24 Setting up libnet-http-perl (6.17-1) ...
11:19:51 #9 50.25 Setting up libnumber-compare-perl (0.03-1) ...
11:19:51 #9 50.26 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:19:51 #11 27.28 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
11:19:51 #10 46.38 129 added, 0 removed; done.
11:19:51 #10 46.41 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
11:19:51 #10 46.43 Setting up shared-mime-info (2.0-1) ...
11:19:51 #11 24.84 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
11:19:51 #11 24.87 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
11:19:51 #11 24.89 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
11:19:51 #11 24.96 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:19:51 #11 25.01 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:51 #11 25.01 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:19:51 #11 25.01 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:51 #11 25.01 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
11:19:51 #11 25.01 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
11:19:51 #11 25.02 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
11:19:51 #10 48.37 Preparing to unpack .../342-libtask-weaken-perl_1.06-2_all.deb ...
11:19:51 #10 48.37 Unpacking libtask-weaken-perl (1.06-2) ...
11:19:51 #10 48.40 Selecting previously unselected package libxml-parser-perl.
11:19:51 #10 48.41 Preparing to unpack .../343-libxml-parser-perl_2.46-4_amd64.deb ...
11:19:51 #10 48.41 Unpacking libxml-parser-perl (2.46-4) ...
11:19:51 #10 48.46 Selecting previously unselected package libsoap-lite-perl.
11:19:51 #10 48.46 Preparing to unpack .../344-libsoap-lite-perl_1.27-2_all.deb ...
11:19:51 #10 48.46 Unpacking libsoap-lite-perl (1.27-2) ...
11:19:51 #10 48.52 Selecting previously unselected package libsocket6-perl.
11:19:51 #10 48.52 Preparing to unpack .../345-libsocket6-perl_0.29-3_amd64.deb ...
11:19:51 #10 48.52 Unpacking libsocket6-perl (0.29-3) ...
11:19:51 #10 48.55 Selecting previously unselected package libstring-copyright-perl.
11:19:51 #10 48.56 Preparing to unpack .../346-libstring-copyright-perl_0.003014-1_all.deb ...
11:19:51 #10 48.56 Unpacking libstring-copyright-perl (0.003014-1) ...
11:19:51 #10 48.59 Selecting previously unselected package libstring-escape-perl.
11:19:51 #10 48.59 Preparing to unpack .../347-libstring-escape-perl_2010.002-3_all.deb ...
11:19:51 #10 48.60 Unpacking libstring-escape-perl (2010.002-3) ...
11:19:51 #10 48.63 Selecting previously unselected package libstring-license-perl.
11:19:51 #11 41.85 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
11:19:51 #11 40.92 Selecting previously unselected package libmpfr6:arm64.
11:19:51 #11 40.92 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ...
11:19:51 #11 40.93 Unpacking libmpfr6:arm64 (4.0.2-1) ...
11:19:51 #11 40.98 Selecting previously unselected package libmpc3:arm64.
11:19:51 #11 40.98 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ...
11:19:51 #11 40.98 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:19:51 #11 41.02 Selecting previously unselected package cpp-9.
11:19:51 #11 41.02 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:51 #11 41.02 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:51 #11 45.65 Preparing to unpack .../111-libdpkg-perl_1.21.9ubuntu1_all.deb ...
11:19:51 #11 45.65 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
11:19:51 #11 45.69 Selecting previously unselected package bzip2.
11:19:51 #11 45.69 Preparing to unpack .../112-bzip2_1.0.8-5build1_amd64.deb ...
11:19:51 #11 45.70 Unpacking bzip2 (1.0.8-5build1) ...
11:19:51 #11 45.72 Selecting previously unselected package patch.
11:19:51 #11 45.72 Preparing to unpack .../113-patch_2.7.6-7build2_amd64.deb ...
11:19:51 #11 45.72 Unpacking patch (2.7.6-7build2) ...
11:19:51 #11 45.75 Selecting previously unselected package lto-disabled-list.
11:19:51 #11 45.75 Preparing to unpack .../114-lto-disabled-list_35_all.deb ...
11:19:51 #11 45.75 Unpacking lto-disabled-list (35) ...
11:19:51 #11 45.78 Selecting previously unselected package dpkg-dev.
11:19:51 #11 45.79 Preparing to unpack .../115-dpkg-dev_1.21.9ubuntu1_all.deb ...
11:19:51 #11 45.79 Unpacking dpkg-dev (1.21.9ubuntu1) ...
11:19:51 #11 45.83 Selecting previously unselected package build-essential.
11:19:51 #11 45.83 Preparing to unpack .../116-build-essential_12.9ubuntu3_amd64.deb ...
11:19:51 #11 45.83 Unpacking build-essential (12.9ubuntu3) ...
11:19:51 #11 45.86 Selecting previously unselected package libbrotli1:amd64.
11:19:51 #11 45.86 Preparing to unpack .../117-libbrotli1_1.0.9-2build6_amd64.deb ...
11:19:51 #11 40.33 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:19:51 #11 40.36 Selecting previously unselected package openssl.
11:19:51 #11 40.36 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_amd64.deb ...
11:19:51 #11 40.36 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:19:51 #11 40.41 Selecting previously unselected package ca-certificates.
11:19:51 #11 40.41 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:19:51 #11 40.42 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:19:51 #11 40.46 Selecting previously unselected package distro-info-data.
11:19:51 #11 40.46 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:19:51 #11 40.47 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:19:51 #11 40.49 Selecting previously unselected package iso-codes.
11:19:51 #11 40.49 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:19:51 #11 40.50 Unpacking iso-codes (4.9.0-1) ...
11:19:51 #11 28.69 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB]
11:19:51 #11 28.70 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB]
11:19:51 #11 28.71 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB]
11:19:51 #11 28.72 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB]
11:19:51 #11 28.74 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
11:19:51 #11 28.74 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-which-perl all 1.27-1 [14.3 kB]
11:19:51 #10 26.01 Selecting previously unselected package cpp.
11:19:51 #10 26.01 Preparing to unpack .../047-cpp_4%3a12.2.0-3_armhf.deb ...
11:19:51 #10 26.03 Unpacking cpp (4:12.2.0-3) ...
11:19:51 #10 26.17 Selecting previously unselected package libcc1-0:armhf.
11:19:51 #10 26.17 Preparing to unpack .../048-libcc1-0_12.2.0-14_armhf.deb ...
11:19:51 #10 26.18 Unpacking libcc1-0:armhf (12.2.0-14) ...
11:19:51 #10 ...
11:19:51 
11:19:51 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:51 #7 extracting sha256:e468ea278d6f56594015f20538893878a5ae05ba36074aee6e3344eec18ee3d8 5.8s done
11:19:51 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 8.3s
11:19:51 #11 47.82 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:19:51 #11 47.84 Setting up libunwind8:amd64 (1.2.1-9build1) ...
11:19:51 #11 47.85 Setting up libfakeroot:amd64 (1.24-1) ...
11:19:51 #11 47.87 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
11:19:51 #11 47.88 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:51 #11 47.89 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:19:51 #11 47.99 
11:19:51 #11 47.99 Current default time zone: 'Etc/UTC'
11:19:51 #11 47.99 Local time is now:      Fri Mar 10 11:19:51 UTC 2023.
11:19:51 #11 47.99 Universal Time is now:  Fri Mar 10 11:19:51 UTC 2023.
11:19:51 #11 47.99 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:19:51 #11 47.99 
11:19:51 #11 48.01 Setting up fakeroot (1.24-1) ...
11:19:51 #11 48.02 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.02 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
11:19:51 #11 48.03 Setting up autotools-dev (20180224.1) ...
11:19:51 #11 48.05 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:19:51 #11 48.06 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:19:51 #11 48.07 Setting up make (4.2.1-1.2) ...
11:19:51 #11 48.08 Setting up libmpfr6:amd64 (4.0.2-1) ...
11:19:51 #11 48.10 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:19:51 #11 48.11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:19:51 #11 48.12 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
11:19:51 #11 48.14 Setting up strace (5.5-3ubuntu1) ...
11:19:51 #11 48.15 Setting up libsigsegv2:amd64 (2.12-2) ...
11:19:51 #11 48.16 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:19:51 #11 48.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:51 #14 3.505 (1/74): libsemanage-2.9-9.el8.aarch64.rpm       703 kB/s | 164 kB     00:00    
11:19:51 #14 3.509 (2/74): pcre2-10.32-3.el8.aarch64.rpm           923 kB/s | 219 kB     00:00    
11:19:51 #14 3.524 (3/74): autoconf-2.69-29.el8.noarch.rpm          38 MB/s | 710 kB     00:00    
11:19:51 #14 3.530 (4/74): annobin-10.94-1.el8.aarch64.rpm         3.6 MB/s | 963 kB     00:00    
11:19:51 #14 3.562 (5/74): cmake-data-3.20.2-5.el8.noarch.rpm       55 MB/s | 1.7 MB     00:00    
11:19:51 #14 3.568 (6/74): cmake-filesystem-3.20.2-5.el8.aarch64.r 9.2 MB/s |  45 kB     00:00    
11:19:51 #14 3.577 (7/74): cmake-rpm-macros-3.20.2-5.el8.noarch.rp 8.5 MB/s |  44 kB     00:00    
11:19:51 #10 23.57 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:19:51 #9 50.44 Setting up python3-unidiff (0.5.4-1) ...
11:19:51 #9 50.60 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
11:19:51 #9 50.62 Setting up libunicode-utf8-perl (0.60-1build4) ...
11:19:51 #9 50.63 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:51 #9 50.64 Setting up libparams-util-perl (1.07-3build3) ...
11:19:51 #9 50.65 Setting up libsub-name-perl (0.21-1build1) ...
11:19:51 #9 50.66 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
11:19:51 #9 50.75 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
11:19:51 #10 44.51 Selecting previously unselected package libio-socket-ssl-perl.
11:19:51 #10 44.51 Preparing to unpack .../182-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:19:51 #10 44.52 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:19:51 #10 44.56 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:51 #10 44.56 Preparing to unpack .../183-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:19:51 #10 44.56 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:19:51 #10 44.59 Selecting previously unselected package libmailtools-perl.
11:19:51 #10 44.59 Preparing to unpack .../184-libmailtools-perl_2.18-1_all.deb ...
11:19:51 #10 44.60 Unpacking libmailtools-perl (2.18-1) ...
11:19:51 #10 44.64 Selecting previously unselected package libsocket6-perl.
11:19:51 #10 44.64 Preparing to unpack .../185-libsocket6-perl_0.27-1build2_arm64.deb ...
11:19:51 #10 44.65 Unpacking libsocket6-perl (0.27-1build2) ...
11:19:51 #10 44.69 Selecting previously unselected package libio-socket-inet6-perl.
11:19:51 #10 44.69 Preparing to unpack .../186-libio-socket-inet6-perl_2.72-2_all.deb ...
11:19:51 #10 44.69 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:19:51 #10 44.73 Selecting previously unselected package libnet-ip-perl.
11:19:51 #10 44.73 Preparing to unpack .../187-libnet-ip-perl_1.26-1_all.deb ...
11:19:51 #10 44.73 Unpacking libnet-ip-perl (1.26-1) ...
11:19:51 #10 44.76 Selecting previously unselected package libnet-dns-perl.
11:19:51 #10 44.77 Preparing to unpack .../188-libnet-dns-perl_1.10-2_all.deb ...
11:19:51 #10 44.77 Unpacking libnet-dns-perl (1.10-2) ...
11:19:51 #10 44.83 Selecting previously unselected package libnet-domain-tld-perl.
11:19:51 #10 44.83 Preparing to unpack .../189-libnet-domain-tld-perl_1.75-1_all.deb ...
11:19:51 #10 44.83 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:19:51 #10 44.87 Selecting previously unselected package libemail-valid-perl.
11:19:51 #11 27.55 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
11:19:51 #11 27.60 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:19:51 #11 27.61 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
11:19:51 #11 27.63 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
11:19:51 #11 27.63 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
11:19:51 #11 27.64 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:19:51 #11 27.65 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
11:19:51 #11 27.68 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
11:19:51 #11 27.77 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:19:51 #11 38.43 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-fcntllock-perl arm64 0.22-4 [33.6 kB]
11:19:51 #11 ...
11:19:51 
11:19:51 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:51 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 12.3s done
11:19:52 #10 48.63 Preparing to unpack .../348-libstring-license-perl_0.0.2-1_all.deb ...
11:19:52 #10 48.63 Unpacking libstring-license-perl (0.0.2-1) ...
11:19:52 #10 48.66 Selecting previously unselected package libstring-shellquote-perl.
11:19:52 #10 48.67 Preparing to unpack .../349-libstring-shellquote-perl_1.04-3_all.deb ...
11:19:52 #10 48.67 Unpacking libstring-shellquote-perl (1.04-3) ...
11:19:52 #10 48.70 Selecting previously unselected package libsys-cpuaffinity-perl.
11:19:52 #10 48.71 Preparing to unpack .../350-libsys-cpuaffinity-perl_1.13~03-2+b1_amd64.deb ...
11:19:52 #10 48.71 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:19:52 #10 48.74 Selecting previously unselected package libterm-readkey-perl.
11:19:52 #10 48.74 Preparing to unpack .../351-libterm-readkey-perl_2.38-2+b1_amd64.deb ...
11:19:52 #10 48.75 Unpacking libterm-readkey-perl (2.38-2+b1) ...
11:19:52 #10 48.80 Selecting previously unselected package libtext-levenshteinxs-perl.
11:19:52 #10 48.80 Preparing to unpack .../352-libtext-levenshteinxs-perl_0.03-5+b1_amd64.deb ...
11:19:52 #10 48.81 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
11:19:52 #10 48.84 Selecting previously unselected package libtext-markdown-discount-perl.
11:19:52 #10 43.85 127 added, 0 removed; done.
11:19:52 #10 43.88 Setting up libgprofng0:arm64 (2.40-2) ...
11:19:52 #10 43.89 Setting up libfreetype6:arm64 (2.12.1+dfsg-4) ...
11:19:52 #10 43.90 Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
11:19:52 #10 43.91 Setting up shared-mime-info (2.2-1) ...
11:19:52 #11 42.08 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:19:52 #11 42.09 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:19:52 #11 42.19 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:19:52 #11 42.23 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
11:19:52 #11 42.23 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
11:19:52 #11 42.25 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
11:19:52 #11 42.26 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:19:52 #10 45.59 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u10) ...
11:19:52 #10 45.60 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
11:19:52 #10 45.61 Setting up gettext (0.19.8.1-9) ...
11:19:52 #10 45.62 Setting up exim4-base (4.92-8+deb10u7) ...
11:19:52 #10 45.73 exim: DB upgrade, deleting hints-db
11:19:52 #10 45.77 Setting up gcc-8 (8.3.0-6) ...
11:19:52 #10 45.78 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:19:52 #10 45.80 Setting up libtool (2.4.6-9) ...
11:19:52 #10 45.81 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
11:19:52 #11 45.87 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:19:52 #11 45.89 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:52 #11 45.90 Preparing to unpack .../118-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:19:52 #11 45.90 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:19:52 #11 45.93 Selecting previously unselected package libsasl2-2:amd64.
11:19:52 #11 45.93 Preparing to unpack .../119-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:19:52 #11 45.94 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:19:52 #11 45.96 Selecting previously unselected package libldap-2.5-0:amd64.
11:19:52 #11 45.96 Preparing to unpack .../120-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
11:19:52 #11 45.97 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:19:52 #11 46.00 Selecting previously unselected package librtmp1:amd64.
11:19:52 #11 46.00 Preparing to unpack .../121-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:19:52 #11 46.01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:19:52 #11 46.04 Selecting previously unselected package libssh-4:amd64.
11:19:52 #11 46.04 Preparing to unpack .../122-libssh-4_0.9.6-2build1_amd64.deb ...
11:19:52 #11 46.04 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:19:52 #11 46.08 Selecting previously unselected package libcurl4:amd64.
11:19:52 #11 46.08 Preparing to unpack .../123-libcurl4_7.85.0-1ubuntu0.3_amd64.deb ...
11:19:52 #11 46.08 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.3) ...
11:19:52 #11 46.11 Selecting previously unselected package curl.
11:19:52 #11 46.11 Preparing to unpack .../124-curl_7.85.0-1ubuntu0.3_amd64.deb ...
11:19:52 #11 46.11 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:19:52 #11 46.14 Selecting previously unselected package dctrl-tools.
11:19:52 #11 46.14 Preparing to unpack .../125-dctrl-tools_2.24-3build2_amd64.deb ...
11:19:52 #11 46.15 Unpacking dctrl-tools (2.24-3build2) ...
11:19:52 #11 46.18 Selecting previously unselected package libdebhelper-perl.
11:19:52 #11 40.64 Selecting previously unselected package less.
11:19:52 #11 40.64 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_amd64.deb ...
11:19:52 #11 40.65 Unpacking less (590-1ubuntu0.22.04.1) ...
11:19:52 #11 40.67 Selecting previously unselected package libmd0:amd64.
11:19:52 #11 40.68 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ...
11:19:52 #11 40.68 Unpacking libmd0:amd64 (1.0.4-1build1) ...
11:19:52 #11 40.71 Selecting previously unselected package libbsd0:amd64.
11:19:52 #11 40.71 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ...
11:19:52 #11 40.71 Unpacking libbsd0:amd64 (0.11.5-1) ...
11:19:52 #11 40.74 Selecting previously unselected package libelf1:amd64.
11:19:52 #11 40.74 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ...
11:19:52 #14 2.182 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
11:19:52 #14 2.189 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
11:19:52 #14 2.189 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
11:19:52 #14 2.189 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
11:19:52 #14 2.189 Package libarchive-3.3.3-5.el8.x86_64 is already installed.
11:19:52 #14 2.189 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
11:19:52 #14 2.189 Package systemd-239-70.el8.x86_64 is already installed.
11:19:52 #14 2.189 Package tar-2:1.30-8.el8.x86_64 is already installed.
11:19:52 #14 2.189 Package which-2.21-18.el8.x86_64 is already installed.
11:19:52 #14 2.189 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
11:19:52 #14 2.189 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
11:19:52 #14 2.312 Dependencies resolved.
11:19:52 #14 2.320 ================================================================================
11:19:52 #14 2.320  Package                      Arch   Version                   Repository  Size
11:19:52 #14 2.320 ================================================================================
11:19:52 #14 2.320 Installing:
11:19:52 #14 2.320  cmake                        x86_64 3.20.2-5.el8              appstream   12 M
11:19:52 #14 2.320  device-mapper-devel          x86_64 8:1.02.181-9.el8          powertools 284 k
11:19:52 #14 2.320  gcc                          x86_64 8.5.0-18.el8              baseos      23 M
11:19:52 #14 2.320  git                          x86_64 2.39.1-1.el8              appstream  104 k
11:19:52 #14 2.320  glibc-static                 x86_64 2.28-225.el8              powertools 2.1 M
11:19:52 #14 2.320  libseccomp-devel             x86_64 2.5.2-1.el8               appstream   57 k
11:19:52 #14 2.320  libselinux-devel             x86_64 2.9-8.el8                 baseos     200 k
11:19:52 #14 2.320  libtool                      x86_64 2.4.6-25.el8              appstream  709 k
11:19:52 #14 2.320  libtool-ltdl-devel           x86_64 2.4.6-25.el8              appstream  184 k
11:19:52 #14 2.320  make                         x86_64 1:4.2.1-11.el8            baseos     498 k
11:19:52 #14 2.320  selinux-policy-devel         noarch 3.14.3-115.el8            baseos     1.5 M
11:19:52 #14 2.320  systemd-devel                x86_64 239-71.el8                baseos     401 k
11:19:52 #14 2.320 Upgrading:
11:19:52 #14 2.320  glibc                        x86_64 2.28-225.el8              baseos     2.2 M
11:19:52 #14 2.320  glibc-common                 x86_64 2.28-225.el8              baseos     1.0 M
11:19:52 #14 2.320  glibc-gconv-extra            x86_64 2.28-225.el8              baseos     1.5 M
11:19:52 #14 2.320  glibc-minimal-langpack       x86_64 2.28-225.el8              baseos      65 k
11:19:52 #14 2.320  systemd                      x86_64 239-71.el8                baseos     3.6 M
11:19:52 #14 2.320  systemd-libs                 x86_64 239-71.el8                baseos     1.1 M
11:19:52 #14 2.320  systemd-pam                  x86_64 239-71.el8                baseos     494 k
11:19:52 #14 2.320 Installing dependencies:
11:19:52 #14 2.320  annobin                      x86_64 10.94-1.el8               baseos     965 k
11:19:52 #14 2.320  autoconf                     noarch 2.69-29.el8               appstream  710 k
11:19:52 #14 2.320  automake                     noarch 1.16.1-7.el8              appstream  713 k
11:19:52 #14 2.320  checkpolicy                  x86_64 2.9-1.el8                 baseos     348 k
11:19:52 #14 2.320  cmake-data                   noarch 3.20.2-5.el8              appstream  1.7 M
11:19:52 #14 2.320  cmake-filesystem             x86_64 3.20.2-5.el8              appstream   45 k
11:19:52 #14 2.320  cmake-rpm-macros             noarch 3.20.2-5.el8              appstream   44 k
11:19:52 #14 2.320  cpp                          x86_64 8.5.0-18.el8              baseos      10 M
11:19:52 #14 2.320  gcc-plugin-annobin           x86_64 8.5.0-18.el8              baseos      35 k
11:19:52 #14 2.320  git-core                     x86_64 2.39.1-1.el8              appstream   10 M
11:19:52 #14 2.320  git-core-doc                 noarch 2.39.1-1.el8              appstream  3.0 M
11:19:52 #14 2.320  glibc-devel                  x86_64 2.28-225.el8              baseos      83 k
11:19:52 #14 2.320  glibc-headers                x86_64 2.28-225.el8              baseos     488 k
11:19:52 #14 2.320  isl                          x86_64 0.16.1-6.el8              appstream  841 k
11:19:52 #14 2.320  kernel-headers               x86_64 4.18.0-448.el8            baseos      11 M
11:19:52 #14 2.320  less                         x86_64 530-1.el8                 baseos     164 k
11:19:52 #14 2.320  libedit                      x86_64 3.1-23.20170329cvs.el8    baseos     102 k
11:19:52 #14 2.320  libgomp                      x86_64 8.5.0-18.el8              baseos     208 k
11:19:52 #14 2.320  libmpc                       x86_64 1.1.0-9.1.el8             appstream   61 k
11:19:52 #14 2.320  libselinux-utils             x86_64 2.9-8.el8                 baseos     243 k
11:19:52 #14 2.320  libsepol-devel               x86_64 2.9-3.el8                 baseos      87 k
11:19:52 #14 2.320  libuv                        x86_64 1:1.41.1-1.el8_4          appstream  156 k
11:19:52 #14 2.320  libxcrypt-devel              x86_64 4.1.1-6.el8               baseos      25 k
11:19:52 #14 2.320  libxcrypt-static             x86_64 4.1.1-6.el8               powertools  56 k
11:19:52 #14 2.320  m4                           x86_64 1.4.18-7.el8              baseos     223 k
11:19:52 #14 2.320  openssh                      x86_64 8.0p1-17.el8              baseos     524 k
11:19:52 #14 2.320  openssh-clients              x86_64 8.0p1-17.el8              baseos     669 k
11:19:52 #14 2.320  pcre2-devel                  x86_64 10.32-3.el8               baseos     605 k
11:19:52 #14 2.320  pcre2-utf16                  x86_64 10.32-3.el8               baseos     229 k
11:19:52 #14 2.320  pcre2-utf32                  x86_64 10.32-3.el8               baseos     220 k
11:19:52 #14 2.320  perl-Data-Dumper             x86_64 2.167-399.el8             baseos      58 k
11:19:52 #14 2.320  perl-Error                   noarch 1:0.17025-2.el8           appstream   46 k
11:19:52 #14 2.320  perl-Git                     noarch 2.39.1-1.el8              appstream   78 k
11:19:52 #14 2.320  perl-TermReadKey             x86_64 2.37-7.el8                appstream   40 k
11:19:52 #14 2.320  perl-Thread-Queue            noarch 3.13-1.el8                appstream   24 k
11:19:52 #14 2.320  policycoreutils              x86_64 2.9-21.1.el8              baseos     375 k
11:19:52 #14 2.320  policycoreutils-devel        x86_64 2.9-21.1.el8              baseos     293 k
11:19:52 #14 2.320  policycoreutils-python-utils noarch 2.9-21.1.el8              baseos     253 k
11:19:52 #14 2.320  python3-audit                x86_64 3.0.7-4.el8               baseos      87 k
11:19:52 #14 2.320  python3-libselinux           x86_64 2.9-8.el8                 baseos     283 k
11:19:52 #14 2.320  python3-libsemanage          x86_64 2.9-9.el8                 baseos     128 k
11:19:52 #14 2.320  python3-policycoreutils      noarch 2.9-21.1.el8              baseos     2.2 M
11:19:52 #14 2.320  python3-setools              x86_64 4.3.0-3.el8               baseos     624 k
11:19:52 #14 2.320  rpm-plugin-selinux           x86_64 4.14.3-26.el8             baseos      78 k
11:19:52 #14 2.320  selinux-policy               noarch 3.14.3-115.el8            baseos     659 k
11:19:52 #14 2.320  selinux-policy-minimum       noarch 3.14.3-115.el8            baseos      13 M
11:19:52 #14 2.320  vim-filesystem               noarch 2:8.0.1763-19.el8.4       appstream   50 k
11:19:52 #14 2.320  xkeyboard-config             noarch 2.28-1.el8                appstream  782 k
11:19:52 #14 2.320 Installing weak dependencies:
11:19:52 #14 2.320  glibc-langpack-en            x86_64 2.28-225.el8              baseos     827 k
11:19:52 #14 2.320  libxkbcommon                 x86_64 0.9.1-1.el8               appstream  116 k
11:19:52 #14 2.320 Downgrading:
11:19:52 #14 2.320  libsemanage                  x86_64 2.9-9.el8                 baseos     168 k
11:19:52 #14 2.320  pcre2                        x86_64 10.32-3.el8               baseos     247 k
11:19:52 #14 2.320 
11:19:52 #14 2.320 Transaction Summary
11:19:52 #14 2.320 ================================================================================
11:19:52 #14 2.320 Install    62 Packages
11:19:52 #14 2.320 Upgrade     7 Packages
11:19:52 #14 2.320 Downgrade   2 Packages
11:19:52 #14 2.320 
11:19:52 #14 2.325 Total download size: 116 M
11:19:52 #14 2.326 Downloading Packages:
11:19:52 #11 48.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.18 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
11:19:52 #11 48.19 Setting up t1utils (1.41-3) ...
11:19:52 #11 48.20 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.22 Setting up diffstat (1.63-1) ...
11:19:52 #11 48.23 Setting up libmpc3:amd64 (1.1.0-1) ...
11:19:52 #11 48.24 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.26 Setting up patch (2.7.6-6) ...
11:19:52 #11 48.27 Setting up autopoint (0.19.8.1-10build1) ...
11:19:52 #11 48.28 Setting up libfl2:amd64 (2.6.4-6.2) ...
11:19:52 #11 48.29 Setting up ucf (3.0038+nmu1) ...
11:19:52 #11 48.39 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
11:19:52 #10 35.46 Selecting previously unselected package perl.
11:19:52 #10 35.46 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_armhf.deb ...
11:19:52 #10 35.48 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:19:52 #10 35.53 Selecting previously unselected package openssl.
11:19:52 #10 35.53 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
11:19:52 #14 3.690 (8/74): cmake-3.20.2-5.el8.aarch64.rpm           62 MB/s |  10 MB     00:00    
11:19:52 #14 3.727 (9/74): cpp-8.5.0-18.el8.aarch64.rpm             58 MB/s | 8.9 MB     00:00    
11:19:52 #14 3.732 (10/74): gcc-plugin-annobin-8.5.0-18.el8.aarch6 7.2 MB/s |  34 kB     00:00    
11:19:52 #14 3.740 (11/74): git-2.39.1-1.el8.aarch64.rpm            13 MB/s | 104 kB     00:00    
11:19:52 #14 3.912 (12/74): git-core-2.39.1-1.el8.aarch64.rpm       58 MB/s | 9.8 MB     00:00    
11:19:52 #9 50.77 Setting up libsub-quote-perl (2.005000-1) ...
11:19:52 #9 50.78 Setting up libfcgi-perl (0.78-2build1) ...
11:19:52 #9 50.79 Setting up libwww-robotrules-perl (6.01-1) ...
11:19:52 #9 50.80 Setting up python3-debian (0.1.32) ...
11:19:52 #9 50.96 Setting up libauthen-sasl-perl (2.1600-1) ...
11:19:52 #9 50.98 Setting up libclass-accessor-perl (0.51-1) ...
11:19:52 #9 50.99 Setting up libsort-key-perl (1.33-2) ...
11:19:52 #9 51.00 Setting up libhtml-tagset-perl (3.20-3) ...
11:19:52 #9 51.01 Setting up libpath-tiny-perl (0.104-1) ...
11:19:52 #11 27.79 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
11:19:52 #11 27.94 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:19:52 #10 44.87 Preparing to unpack .../190-libemail-valid-perl_1.202-1_all.deb ...
11:19:52 #10 44.87 Unpacking libemail-valid-perl (1.202-1) ...
11:19:52 #10 44.95 Selecting previously unselected package libencode-locale-perl.
11:19:52 #10 44.95 Preparing to unpack .../191-libencode-locale-perl_1.05-1_all.deb ...
11:19:52 #10 44.96 Unpacking libencode-locale-perl (1.05-1) ...
11:19:52 #10 44.99 Selecting previously unselected package libexporter-tiny-perl.
11:19:52 #10 44.99 Preparing to unpack .../192-libexporter-tiny-perl_1.000000-2_all.deb ...
11:19:52 #10 45.00 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:19:52 #10 45.04 Selecting previously unselected package libipc-system-simple-perl.
11:19:52 #10 45.04 Preparing to unpack .../193-libipc-system-simple-perl_1.25-4_all.deb ...
11:19:52 #10 45.04 Unpacking libipc-system-simple-perl (1.25-4) ...
11:19:52 #10 45.07 Selecting previously unselected package libfile-basedir-perl.
11:19:52 #10 45.07 Preparing to unpack .../194-libfile-basedir-perl_0.07-1_all.deb ...
11:19:52 #10 45.08 Unpacking libfile-basedir-perl (0.07-1) ...
11:19:52 #10 45.11 Selecting previously unselected package libfile-chdir-perl.
11:19:52 #11 38.61 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
11:19:52 #11 38.62 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
11:19:52 #11 38.63 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:19:52 #11 38.67 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:19:52 #11 38.69 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:19:52 #11 38.70 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-ttf-perl all 1.06-2 [323 kB]
11:19:52 #13 7.401 (31/68): git-core-2.39.1-1.el9.x86_64.rpm       9.4 MB/s | 4.2 MB     00:00    
11:19:52 #13 7.510 (32/68): cpp-11.3.1-4.3.el9.x86_64.rpm          9.9 MB/s |  11 MB     00:01    
11:19:52 #13 7.585 (33/68): glibc-devel-2.34-60.el9.x86_64.rpm     674 kB/s |  50 kB     00:00    
11:19:52 #7 ...
11:19:52 
11:19:52 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:52 #11 25.43 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:52 #11 25.58 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
11:19:52 #11 25.65 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
11:19:52 #10 21.76 Selecting previously unselected package perl.
11:19:52 #10 21.76 Preparing to unpack .../11-perl_5.28.1-6+deb10u1_armhf.deb ...
11:19:52 #10 21.77 Unpacking perl (5.28.1-6+deb10u1) ...
11:19:52 #10 48.85 Preparing to unpack .../353-libtext-markdown-discount-perl_0.16-1_amd64.deb ...
11:19:52 #10 48.85 Unpacking libtext-markdown-discount-perl (0.16-1) ...
11:19:52 #10 48.88 Selecting previously unselected package libtext-xslate-perl:amd64.
11:19:52 #10 48.88 Preparing to unpack .../354-libtext-xslate-perl_3.5.9-1+b2_amd64.deb ...
11:19:52 #10 48.89 Unpacking libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
11:19:52 #10 48.93 Selecting previously unselected package libtime-duration-perl.
11:19:52 #10 48.94 Preparing to unpack .../355-libtime-duration-perl_1.21-2_all.deb ...
11:19:52 #10 48.94 Unpacking libtime-duration-perl (1.21-2) ...
11:19:52 #10 48.97 Selecting previously unselected package libtime-moment-perl.
11:19:52 #10 48.98 Preparing to unpack .../356-libtime-moment-perl_0.44-2+b1_amd64.deb ...
11:19:52 #10 48.98 Unpacking libtime-moment-perl (0.44-2+b1) ...
11:19:52 #10 49.02 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
11:19:52 #10 49.02 Preparing to unpack .../357-libtype-tiny-xs-perl_0.025-1_amd64.deb ...
11:19:52 #10 49.02 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ...
11:19:52 #10 49.06 Selecting previously unselected package libunicode-utf8-perl.
11:19:52 #10 49.06 Preparing to unpack .../358-libunicode-utf8-perl_0.62-2_amd64.deb ...
11:19:52 #10 49.06 Unpacking libunicode-utf8-perl (0.62-2) ...
11:19:52 #10 49.10 Selecting previously unselected package libunwind8:amd64.
11:19:52 #11 42.27 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
11:19:52 #11 42.47 debconf: delaying package configuration, since apt-utils is not installed
11:19:52 #11 42.50 Fetched 129 MB in 36s (3596 kB/s)
11:19:52 #11 42.52 Selecting previously unselected package liblocale-gettext-perl.
11:19:52 #10 45.90 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:19:52 #10 45.91 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
11:19:52 #10 45.92 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
11:19:52 #10 45.93 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u5) ...
11:19:52 #10 45.94 Setting up python3 (3.7.3-1) ...
11:19:52 #11 46.18 Preparing to unpack .../126-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
11:19:52 #11 46.18 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
11:19:52 #11 46.21 Selecting previously unselected package libtool.
11:19:52 #11 46.21 Preparing to unpack .../127-libtool_2.4.7-4_all.deb ...
11:19:52 #11 46.22 Unpacking libtool (2.4.7-4) ...
11:19:52 #11 46.25 Selecting previously unselected package dh-autoreconf.
11:19:52 #11 46.25 Preparing to unpack .../128-dh-autoreconf_20_all.deb ...
11:19:52 #11 46.25 Unpacking dh-autoreconf (20) ...
11:19:52 #11 46.28 Selecting previously unselected package libarchive-zip-perl.
11:19:52 #11 46.28 Preparing to unpack .../129-libarchive-zip-perl_1.68-1_all.deb ...
11:19:52 #11 46.28 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:52 #11 46.31 Selecting previously unselected package libsub-override-perl.
11:19:52 #11 46.31 Preparing to unpack .../130-libsub-override-perl_0.09-3_all.deb ...
11:19:52 #11 46.32 Unpacking libsub-override-perl (0.09-3) ...
11:19:52 #11 46.34 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:52 #11 46.34 Preparing to unpack .../131-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:19:52 #11 46.35 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:19:52 #11 46.37 Selecting previously unselected package dh-strip-nondeterminism.
11:19:52 #11 46.37 Preparing to unpack .../132-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:19:52 #11 46.38 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:19:52 #11 46.41 Selecting previously unselected package libdw1:amd64.
11:19:52 #11 40.74 Unpacking libelf1:amd64 (0.186-1build1) ...
11:19:52 #11 40.77 Selecting previously unselected package libicu70:amd64.
11:19:52 #11 40.77 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ...
11:19:52 #11 40.78 Unpacking libicu70:amd64 (70.1-2) ...
11:19:52 #11 40.96 Selecting previously unselected package libxml2:amd64.
11:19:52 #11 40.96 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
11:19:52 #11 40.97 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:19:52 #11 41.01 Selecting previously unselected package libyaml-0-2:amd64.
11:19:52 #11 41.01 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ...
11:19:52 #11 41.01 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
11:19:52 #11 41.04 Selecting previously unselected package lsb-release.
11:19:52 #11 41.04 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:19:52 #11 41.05 Unpacking lsb-release (11.1.0ubuntu4) ...
11:19:52 #11 41.07 Selecting previously unselected package netbase.
11:19:52 #11 41.08 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:19:52 #11 41.08 Unpacking netbase (6.3) ...
11:19:52 #11 41.10 Selecting previously unselected package python-apt-common.
11:19:52 #11 41.10 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu1_all.deb ...
11:19:52 #11 41.11 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:19:52 #11 41.50 Selecting previously unselected package cpp.
11:19:52 #11 41.51 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:19:52 #11 41.51 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:19:52 #11 41.56 Selecting previously unselected package libcc1-0:arm64.
11:19:52 #11 41.56 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:52 #11 41.57 Unpacking libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 41.61 Selecting previously unselected package libgomp1:arm64.
11:19:52 #11 41.62 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:52 #11 41.62 Unpacking libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 41.67 Selecting previously unselected package libitm1:arm64.
11:19:52 #11 41.67 Preparing to unpack .../086-libitm1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:52 #10 25.82 Selecting previously unselected package g++-10.
11:19:52 #10 25.82 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ...
11:19:52 #10 25.85 Unpacking g++-10 (10.2.1-6) ...
11:19:52 #11 29.14 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
11:19:52 #11 29.33 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-touch-perl all 0.12-1 [9024 B]
11:19:52 #11 29.34 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
11:19:52 #11 29.40 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run-perl all 20220807.0-1 [92.6 kB]
11:19:52 #11 29.50 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:19:52 #7 ...
11:19:52 
11:19:52 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:52 #10 26.66 Selecting previously unselected package libgomp1:armhf.
11:19:52 #10 26.66 Preparing to unpack .../049-libgomp1_12.2.0-14_armhf.deb ...
11:19:52 #11 48.40 Setting up libltdl7:amd64 (2.4.6-14) ...
11:19:52 #11 48.42 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:52 #11 48.43 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:52 #11 48.44 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.45 Setting up python-apt-common (2.0.1) ...
11:19:52 #11 48.47 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
11:19:52 #11 48.48 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
11:19:52 #11 48.49 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
11:19:52 #11 48.50 Setting up git-man (1:2.25.1-1ubuntu3.10) ...
11:19:52 #11 48.51 Setting up libisl22:amd64 (0.22.1-1) ...
11:19:52 #11 48.53 Setting up netbase (6.1) ...
11:19:52 #11 48.56 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
11:19:52 #11 48.57 Setting up libmpdec2:amd64 (2.4.2-3) ...
11:19:52 #11 48.58 Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ...
11:19:52 #11 48.60 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
11:19:52 #11 48.61 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:19:52 #11 48.62 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:19:52 #11 48.64 Setting up libbsd0:amd64 (0.10.0-1) ...
11:19:52 #11 48.66 Setting up libelf1:amd64 (0.176-1.1build1) ...
11:19:52 #11 48.67 Setting up readline-common (8.0-4) ...
11:19:52 #11 48.69 Setting up publicsuffix (20200303.0012-1) ...
11:19:52 #11 48.70 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.71 Setting up iso-codes (4.4-1) ...
11:19:52 #10 35.53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:52 #10 35.65 Selecting previously unselected package ca-certificates.
11:19:52 #10 35.65 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:19:52 #10 35.66 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:52 #10 35.74 Selecting previously unselected package distro-info-data.
11:19:52 #10 35.74 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:19:52 #10 35.74 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:19:52 #10 35.78 Selecting previously unselected package libmagic-mgc.
11:19:52 #10 35.78 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:19:52 #14 3.978 (13/74): git-core-doc-2.39.1-1.el8.noarch.rpm    45 MB/s | 3.0 MB     00:00    
11:19:52 #14 3.995 (14/74): isl-0.16.1-6.el8.aarch64.rpm            47 MB/s | 778 kB     00:00    
11:19:52 #14 4.000 (15/74): libmpc-1.1.0-9.1.el8.aarch64.rpm        15 MB/s |  60 kB     00:00    
11:19:52 #14 4.006 (16/74): libseccomp-devel-2.5.2-1.el8.aarch64.r  10 MB/s |  57 kB     00:00    
11:19:52 #14 4.022 (17/74): libtool-2.4.6-25.el8.aarch64.rpm        45 MB/s | 708 kB     00:00    
11:19:52 #14 4.073 (18/74): gcc-8.5.0-18.el8.aarch64.rpm            51 MB/s |  19 MB     00:00    
11:19:52 #14 4.077 (19/74): libtool-ltdl-devel-2.4.6-25.el8.aarch6 3.4 MB/s | 184 kB     00:00    
11:19:52 #14 4.082 (20/74): libuv-1.41.1-1.el8_4.aarch64.rpm        18 MB/s | 150 kB     00:00    
11:19:52 #14 4.088 (21/74): libxkbcommon-0.9.1-1.el8.aarch64.rpm    11 MB/s | 112 kB     00:00    
11:19:52 #14 4.094 (22/74): perl-Error-0.17025-2.el8.noarch.rpm    3.9 MB/s |  46 kB     00:00    
11:19:52 #14 4.098 (23/74): perl-Git-2.39.1-1.el8.noarch.rpm        11 MB/s |  78 kB     00:00    
11:19:52 #14 4.101 (24/74): perl-TermReadKey-2.37-7.el8.aarch64.rp 5.9 MB/s |  40 kB     00:00    
11:19:52 #14 4.104 (25/74): perl-Thread-Queue-3.13-1.el8.noarch.rp 4.1 MB/s |  24 kB     00:00    
11:19:52 #14 4.108 (26/74): vim-filesystem-8.0.1763-19.el8.4.noarc 7.9 MB/s |  50 kB     00:00    
11:19:52 #14 4.119 (27/74): checkpolicy-2.9-1.el8.aarch64.rpm       34 MB/s | 338 kB     00:00    
11:19:52 #14 4.126 (28/74): xkeyboard-config-2.28-1.el8.noarch.rpm  36 MB/s | 782 kB     00:00    
11:19:52 #14 4.130 (29/74): glibc-devel-2.28-225.el8.aarch64.rpm   7.3 MB/s |  82 kB     00:00    
11:19:52 #14 4.139 (30/74): glibc-headers-2.28-225.el8.aarch64.rpm  40 MB/s | 479 kB     00:00    
11:19:52 #14 4.150 (31/74): automake-1.16.1-7.el8.noarch.rpm       1.1 MB/s | 713 kB     00:00    
11:19:52 #14 4.158 (32/74): less-530-1.el8.aarch64.rpm              21 MB/s | 162 kB     00:00    
11:19:52 #14 4.165 (33/74): glibc-langpack-en-2.28-225.el8.aarch64  24 MB/s | 827 kB     00:00    
11:19:52 #14 4.169 (34/74): libatomic-8.5.0-18.el8.aarch64.rpm     6.8 MB/s |  26 kB     00:00    
11:19:52 #14 4.177 (35/74): libasan-8.5.0-18.el8.aarch64.rpm        21 MB/s | 387 kB     00:00    
11:19:52 #14 4.180 (36/74): libedit-3.1-23.20170329cvs.el8.aarch64 9.8 MB/s |  99 kB     00:00    
11:19:52 #14 4.189 (37/74): libselinux-devel-2.9-8.el8.aarch64.rpm  23 MB/s | 200 kB     00:00    
11:19:52 #14 4.198 (38/74): libselinux-utils-2.9-8.el8.aarch64.rpm  29 MB/s | 241 kB     00:00    
11:19:52 #14 4.204 (39/74): libgomp-8.5.0-18.el8.aarch64.rpm       7.4 MB/s | 200 kB     00:00    
11:19:52 #14 4.208 (40/74): libsepol-devel-2.9-3.el8.aarch64.rpm   8.9 MB/s |  87 kB     00:00    
11:19:52 #14 4.213 (41/74): libubsan-8.5.0-18.el8.aarch64.rpm       16 MB/s | 145 kB     00:00    
11:19:52 #14 4.217 (42/74): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 3.0 MB/s |  25 kB     00:00    
11:19:52 #14 4.224 (43/74): m4-1.4.18-7.el8.aarch64.rpm             22 MB/s | 218 kB     00:00    
11:19:52 #14 4.259 (44/74): make-4.2.1-11.el8.aarch64.rpm           12 MB/s | 490 kB     00:00    
11:19:52 #9 51.02 Setting up libnet-domain-tld-perl (1.75-1) ...
11:19:52 #9 51.03 Setting up libsub-install-perl (0.928-1) ...
11:19:52 #9 51.05 Setting up libdata-optlist-perl (0.110-1) ...
11:19:52 #9 51.06 Setting up libio-stringy-perl (2.111-2) ...
11:19:52 #9 51.07 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:19:52 #9 51.08 Setting up libtry-tiny-perl (0.30-1) ...
11:19:52 #9 51.09 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:19:52 #9 51.11 Setting up libfont-afm-perl (1.20-2) ...
11:19:52 #9 51.12 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
11:19:52 #9 51.13 Setting up python3-apt (1.6.6) ...
11:19:52 #11 28.10 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:19:52 #11 28.16 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:19:52 #11 28.20 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
11:19:52 #11 28.25 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:19:52 #11 28.25 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
11:19:52 #10 45.11 Preparing to unpack .../195-libfile-chdir-perl_0.1008-1_all.deb ...
11:19:52 #10 45.11 Unpacking libfile-chdir-perl (0.1008-1) ...
11:19:52 #10 45.14 Selecting previously unselected package libfile-fcntllock-perl.
11:19:52 #10 45.15 Preparing to unpack .../196-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
11:19:52 #10 45.15 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:19:52 #10 45.18 Selecting previously unselected package libhttp-date-perl.
11:19:52 #10 45.19 Preparing to unpack .../197-libhttp-date-perl_6.02-1_all.deb ...
11:19:52 #10 45.19 Unpacking libhttp-date-perl (6.02-1) ...
11:19:52 #10 45.22 Selecting previously unselected package libfile-listing-perl.
11:19:52 #10 45.22 Preparing to unpack .../198-libfile-listing-perl_6.04-1_all.deb ...
11:19:52 #10 45.23 Unpacking libfile-listing-perl (6.04-1) ...
11:19:52 #10 45.26 Selecting previously unselected package libfont-afm-perl.
11:19:52 #10 45.26 Preparing to unpack .../199-libfont-afm-perl_1.20-2_all.deb ...
11:19:52 #10 45.27 Unpacking libfont-afm-perl (1.20-2) ...
11:19:52 #10 45.30 Selecting previously unselected package libio-stringy-perl.
11:19:52 #10 45.30 Preparing to unpack .../200-libio-stringy-perl_2.111-2_all.deb ...
11:19:52 #10 45.30 Unpacking libio-stringy-perl (2.111-2) ...
11:19:52 #10 45.34 Selecting previously unselected package libparams-validate-perl.
11:19:52 #11 38.88 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:19:52 #11 38.88 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsort-versions-perl all 1.62-2 [8848 B]
11:19:52 #11 38.88 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:19:52 #11 38.89 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:19:52 #13 7.666 (34/68): glibc-headers-2.34-60.el9.x86_64.rpm   6.8 MB/s | 552 kB     00:00    
11:19:52 #13 7.760 (35/68): git-core-doc-2.39.1-1.el9.noarch.rpm   8.0 MB/s | 2.9 MB     00:00    
11:19:52 #10 24.18 Selecting previously unselected package perl.
11:19:52 #10 24.18 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
11:19:52 #10 24.20 Unpacking perl (5.32.1-4+deb11u2) ...
11:19:52 #10 24.30 Selecting previously unselected package libpython3.9-minimal:armhf.
11:19:52 #10 24.30 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:19:52 #11 25.67 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:19:52 #11 25.69 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
11:19:52 #11 25.72 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
11:19:52 #11 25.74 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:19:52 #11 25.75 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:19:52 #11 ...
11:19:52 
11:19:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:52 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:52 #7 DONE 47.8s
11:19:52 
11:19:52 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:52 #11 25.76 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:52 #11 25.77 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:52 #11 25.79 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
11:19:52 #10 22.11 Selecting previously unselected package libpython3.7-minimal:armhf.
11:19:52 #10 22.11 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:19:52 #10 22.13 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:19:52 #10 49.10 Preparing to unpack .../359-libunwind8_1.6.2-3_amd64.deb ...
11:19:52 #10 49.10 Unpacking libunwind8:amd64 (1.6.2-3) ...
11:19:52 #10 49.13 Selecting previously unselected package libwww-mechanize-perl.
11:19:52 #10 49.14 Preparing to unpack .../360-libwww-mechanize-perl_2.16-1_all.deb ...
11:19:52 #10 49.14 Unpacking libwww-mechanize-perl (2.16-1) ...
11:19:52 #10 49.18 Selecting previously unselected package libxdelta2:amd64.
11:19:52 #10 49.18 Preparing to unpack .../361-libxdelta2_1.1.3-10.4_amd64.deb ...
11:19:52 #10 49.19 Unpacking libxdelta2:amd64 (1.1.3-10.4) ...
11:19:52 #10 49.23 Selecting previously unselected package libxext6:amd64.
11:19:52 #10 49.23 Preparing to unpack .../362-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
11:19:52 #10 49.23 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
11:19:52 #10 49.27 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:52 #10 49.27 Preparing to unpack .../363-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:19:52 #10 49.27 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:19:52 #10 49.30 Selecting previously unselected package libxml-sax-base-perl.
11:19:52 #10 49.31 Preparing to unpack .../364-libxml-sax-base-perl_1.09-3_all.deb ...
11:19:52 #10 49.31 Unpacking libxml-sax-base-perl (1.09-3) ...
11:19:52 #10 49.35 Selecting previously unselected package libxml-sax-perl.
11:19:52 #11 42.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 ... 4387 files and directories currently installed.)
11:19:52 #11 42.53 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
11:19:52 #11 42.53 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:19:52 #11 42.57 Selecting previously unselected package libpython3.10-minimal:arm64.
11:19:52 #11 42.57 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:19:52 #11 42.57 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:19:52 #11 42.65 Selecting previously unselected package libexpat1:arm64.
11:19:52 #11 42.66 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
11:19:52 #11 42.66 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:19:52 #11 42.70 Selecting previously unselected package python3.10-minimal.
11:19:52 #11 42.70 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:19:52 #11 42.71 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:19:52 #11 42.77 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:19:52 #11 46.41 Preparing to unpack .../133-libdw1_0.187-4_amd64.deb ...
11:19:52 #11 46.41 Unpacking libdw1:amd64 (0.187-4) ...
11:19:52 #11 46.44 Selecting previously unselected package debugedit.
11:19:52 #11 46.44 Preparing to unpack .../134-debugedit_1%3a5.0-5_amd64.deb ...
11:19:52 #11 46.44 Unpacking debugedit (1:5.0-5) ...
11:19:52 #11 46.47 Selecting previously unselected package dwz.
11:19:52 #11 46.48 Preparing to unpack .../135-dwz_0.14-1build2_amd64.deb ...
11:19:52 #11 46.48 Unpacking dwz (0.14-1build2) ...
11:19:52 #11 46.51 Selecting previously unselected package gettext.
11:19:52 #11 46.51 Preparing to unpack .../136-gettext_0.21-8_amd64.deb ...
11:19:52 #11 46.51 Unpacking gettext (0.21-8) ...
11:19:52 #11 46.56 Selecting previously unselected package intltool-debian.
11:19:52 #11 46.56 Preparing to unpack .../137-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:52 #11 46.57 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:52 #11 46.59 Selecting previously unselected package po-debconf.
11:19:52 #11 46.59 Preparing to unpack .../138-po-debconf_1.0.21+nmu1_all.deb ...
11:19:52 #11 46.60 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:52 #11 46.64 Selecting previously unselected package debhelper.
11:19:52 #10 46.26 Setting up python3-xdg (0.25-5) ...
11:19:52 #11 41.14 Selecting previously unselected package python3-apt.
11:19:52 #11 41.14 Preparing to unpack .../020-python3-apt_2.4.0ubuntu1_amd64.deb ...
11:19:52 #11 41.14 Unpacking python3-apt (2.4.0ubuntu1) ...
11:19:52 #11 41.18 Selecting previously unselected package python3-pkg-resources.
11:19:52 #11 41.18 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:19:52 #11 41.18 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:19:52 #11 41.22 Selecting previously unselected package ucf.
11:19:52 #11 41.22 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:19:52 #11 41.22 Moving old data out of the way
11:19:52 #11 41.22 Unpacking ucf (3.0043) ...
11:19:52 #11 41.26 Selecting previously unselected package bsdextrautils.
11:19:52 #11 41.26 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
11:19:52 #11 41.26 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:19:52 #11 41.29 Selecting previously unselected package libmagic-mgc.
11:19:52 #11 41.29 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_amd64.deb ...
11:19:52 #11 41.29 Unpacking libmagic-mgc (1:5.41-3) ...
11:19:52 #11 41.34 Selecting previously unselected package libmagic1:amd64.
11:19:52 #11 41.68 Unpacking libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 41.72 Selecting previously unselected package libatomic1:arm64.
11:19:52 #11 41.72 Preparing to unpack .../087-libatomic1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:52 #11 41.72 Unpacking libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 41.76 Selecting previously unselected package libasan5:arm64.
11:19:52 #11 41.77 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:52 #11 41.77 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:52 #11 29.51 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-xsaccessor-perl armhf 1.19-4 [33.4 kB]
11:19:52 #11 29.53 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-op-check-perl armhf 0.22-2 [10.1 kB]
11:19:52 #11 29.53 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:19:52 #11 29.54 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
11:19:52 #11 29.55 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-classify-perl armhf 0.015-2 [20.6 kB]
11:19:52 #11 29.56 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:19:52 #11 48.73 Setting up liblocale-gettext-perl (1.07-4) ...
11:19:52 #11 48.74 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.75 Setting up dctrl-tools (2.24-3) ...
11:19:52 #11 48.77 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.78 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:52 #11 48.79 Setting up libgdbm6:amd64 (1.18.1-5) ...
11:19:52 #11 48.81 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:52 #11 48.82 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 48.83 Setting up libctf0:amd64 (2.34-6ubuntu1.4) ...
11:19:52 #11 48.84 Setting up pinentry-curses (1.1.0-3build1) ...
11:19:52 #11 48.86 Setting up manpages-dev (5.05-1) ...
11:19:52 #11 48.87 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
11:19:52 #11 48.89 Setting up libxcb1:amd64 (1.14-2) ...
11:19:52 #11 48.90 Setting up at (3.1.23-1ubuntu1) ...
11:19:52 #10 35.78 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:19:52 #10 35.88 Selecting previously unselected package libmagic1:armhf.
11:19:52 #10 35.88 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:19:52 #10 35.89 Unpacking libmagic1:armhf (1:5.32-2ubuntu0.4) ...
11:19:52 #10 35.93 Selecting previously unselected package file.
11:19:52 #10 35.93 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:19:52 #10 35.94 Unpacking file (1:5.32-2ubuntu0.4) ...
11:19:52 #10 35.98 Selecting previously unselected package less.
11:19:52 #10 35.98 Preparing to unpack .../016-less_487-0.1_armhf.deb ...
11:19:52 #10 35.99 Unpacking less (487-0.1) ...
11:19:52 #14 4.266 (45/74): openssh-8.0p1-17.el8.aarch64.rpm        12 MB/s | 489 kB     00:00    
11:19:52 #14 4.309 (46/74): openssh-clients-8.0p1-17.el8.aarch64.r  13 MB/s | 626 kB     00:00    
11:19:52 #14 4.315 (47/74): pcre2-devel-10.32-3.el8.aarch64.rpm     12 MB/s | 605 kB     00:00    
11:19:52 #14 4.322 (48/74): pcre2-utf16-10.32-3.el8.aarch64.rpm     16 MB/s | 203 kB     00:00    
11:19:52 #14 4.327 (49/74): pcre2-utf32-10.32-3.el8.aarch64.rpm     17 MB/s | 196 kB     00:00    
11:19:52 #14 4.330 (50/74): perl-Data-Dumper-2.167-399.el8.aarch64 6.8 MB/s |  57 kB     00:00    
11:19:52 #14 4.340 (51/74): policycoreutils-2.9-21.1.el8.aarch64.r  29 MB/s | 374 kB     00:00    
11:19:52 #14 4.346 (52/74): policycoreutils-devel-2.9-21.1.el8.aar  19 MB/s | 287 kB     00:00    
11:19:52 #14 4.353 (53/74): policycoreutils-python-utils-2.9-21.1.  21 MB/s | 253 kB     00:00    
11:19:52 #14 4.356 (54/74): python3-audit-3.0.7-4.el8.aarch64.rpm  8.5 MB/s |  85 kB     00:00    
11:19:52 #14 4.363 (55/74): python3-libsemanage-2.9-9.el8.aarch64.  21 MB/s | 126 kB     00:00    
11:19:52 #14 4.367 (56/74): python3-libselinux-2.9-8.el8.aarch64.r  19 MB/s | 272 kB     00:00    
11:19:52 #14 4.383 (57/74): python3-setools-4.3.0-3.el8.aarch64.rp  35 MB/s | 528 kB     00:00    
11:19:52 #14 4.389 (58/74): rpm-plugin-selinux-4.14.3-26.el8.aarch  14 MB/s |  78 kB     00:00    
11:19:52 #14 4.407 (59/74): selinux-policy-3.14.3-115.el8.noarch.r  37 MB/s | 659 kB     00:00    
11:19:52 #9 51.30 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:19:52 #9 51.31 Setting up libxext6:amd64 (2:1.3.3-1) ...
11:19:52 #9 51.33 Setting up po-debconf (1.0.20) ...
11:19:52 #9 51.34 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:19:52 #9 51.35 Setting up libio-socket-inet6-perl (2.72-2) ...
11:19:52 #9 51.36 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:19:52 #9 51.38 Setting up libio-pty-perl (1:1.08-1.1build4) ...
11:19:52 #9 51.39 Setting up libfile-which-perl (1.21-1) ...
11:19:52 #9 51.40 Setting up libencode-locale-perl (1.05-1) ...
11:19:52 #9 51.41 Setting up libperlio-gzip-perl (0.19-1build3) ...
11:19:52 #9 51.42 Setting up libtext-levenshtein-perl (0.13-1) ...
11:19:52 #9 51.43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:19:52 #9 51.44 Setting up liberror-perl (0.17025-1) ...
11:19:52 #9 51.45 Setting up libvariable-magic-perl (0.62-1) ...
11:19:52 #9 51.47 Setting up libtimedate-perl (2.3000-2) ...
11:19:52 #9 51.48 Setting up libnet-ip-perl (1.26-1) ...
11:19:52 #11 28.37 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
11:19:52 #11 28.37 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:19:52 #11 28.38 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:19:52 #11 28.38 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
11:19:52 #11 28.40 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:19:52 #10 45.34 Preparing to unpack .../201-libparams-validate-perl_1.29-1_arm64.deb ...
11:19:52 #10 45.34 Unpacking libparams-validate-perl (1.29-1) ...
11:19:52 #10 45.37 Selecting previously unselected package libsub-exporter-perl.
11:19:52 #10 45.38 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
11:19:52 #10 45.38 Unpacking libsub-exporter-perl (0.987-1) ...
11:19:52 #10 45.42 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:19:52 #10 45.42 Preparing to unpack .../203-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:19:52 #10 45.43 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:19:52 #10 45.46 Selecting previously unselected package libsort-versions-perl.
11:19:52 #10 45.46 Preparing to unpack .../204-libsort-versions-perl_1.62-1_all.deb ...
11:19:52 #10 45.46 Unpacking libsort-versions-perl (1.62-1) ...
11:19:52 #10 45.50 Selecting previously unselected package libgit-wrapper-perl.
11:19:52 #10 45.50 Preparing to unpack .../205-libgit-wrapper-perl_0.047-1_all.deb ...
11:19:52 #10 45.50 Unpacking libgit-wrapper-perl (0.047-1) ...
11:19:52 #10 45.53 Selecting previously unselected package libio-html-perl.
11:19:52 #10 45.54 Preparing to unpack .../206-libio-html-perl_1.001-1_all.deb ...
11:19:52 #10 45.54 Unpacking libio-html-perl (1.001-1) ...
11:19:52 #10 45.57 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:52 #10 45.57 Preparing to unpack .../207-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:19:52 #10 45.58 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:19:52 #10 45.61 Selecting previously unselected package libhttp-message-perl.
11:19:52 #10 45.61 Preparing to unpack .../208-libhttp-message-perl_6.14-1_all.deb ...
11:19:52 #10 45.61 Unpacking libhttp-message-perl (6.14-1) ...
11:19:52 #10 45.65 Selecting previously unselected package libhtml-form-perl.
11:19:52 #10 45.65 Preparing to unpack .../209-libhtml-form-perl_6.03-1_all.deb ...
11:19:52 #10 45.65 Unpacking libhtml-form-perl (6.03-1) ...
11:19:52 #10 45.68 Selecting previously unselected package libhtml-tree-perl.
11:19:52 #10 24.31 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:19:52 #10 24.50 Selecting previously unselected package libexpat1:armhf.
11:19:52 #10 24.50 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
11:19:52 #10 24.50 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
11:19:52 #10 24.56 Selecting previously unselected package python3.9-minimal.
11:19:52 #10 24.56 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:19:52 #13 7.834 (36/68): libmpc-1.2.1-4.el9.x86_64.rpm          853 kB/s |  62 kB     00:00    
11:19:52 #13 7.909 (37/68): libseccomp-devel-2.5.2-2.el9.x86_64.rp 796 kB/s |  59 kB     00:00    
11:19:52 #13 7.983 (38/68): libselinux-devel-3.5-1.el9.x86_64.rpm  2.1 MB/s | 160 kB     00:00    
11:19:52 #13 8.057 (39/68): libsepol-devel-3.5-1.el9.x86_64.rpm    654 kB/s |  48 kB     00:00    
11:19:52 #10 26.90 Unpacking libgomp1:armhf (12.2.0-14) ...
11:19:52 #10 27.06 Selecting previously unselected package libatomic1:armhf.
11:19:52 #10 27.06 Preparing to unpack .../050-libatomic1_12.2.0-14_armhf.deb ...
11:19:52 #10 49.35 Preparing to unpack .../365-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:19:52 #10 49.36 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:19:52 #10 49.39 Selecting previously unselected package libxml-libxml-perl.
11:19:52 #10 49.40 Preparing to unpack .../366-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_amd64.deb ...
11:19:52 #10 49.40 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:19:52 #10 49.47 Selecting previously unselected package libxml-sax-expat-perl.
11:19:52 #10 49.47 Preparing to unpack .../367-libxml-sax-expat-perl_0.51-2_all.deb ...
11:19:52 #10 49.47 Unpacking libxml-sax-expat-perl (0.51-2) ...
11:19:52 #10 49.50 Selecting previously unselected package libxmlrpc-lite-perl.
11:19:52 #10 49.50 Preparing to unpack .../368-libxmlrpc-lite-perl_0.717-5_all.deb ...
11:19:52 #10 49.51 Unpacking libxmlrpc-lite-perl (0.717-5) ...
11:19:52 #10 49.54 Selecting previously unselected package libxmuu1:amd64.
11:19:52 #10 49.55 Preparing to unpack .../369-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:19:52 #10 49.55 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:19:52 #10 49.58 Selecting previously unselected package libxstring-perl:amd64.
11:19:52 #10 49.58 Preparing to unpack .../370-libxstring-perl_0.005-2+b1_amd64.deb ...
11:19:52 #10 49.58 Unpacking libxstring-perl:amd64 (0.005-2+b1) ...
11:19:52 #10 49.62 Selecting previously unselected package libyaml-0-2:amd64.
11:19:52 #10 49.63 Preparing to unpack .../371-libyaml-0-2_0.2.5-1_amd64.deb ...
11:19:52 #10 49.63 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
11:19:52 #10 49.66 Selecting previously unselected package libyaml-libyaml-perl.
11:19:52 #10 49.66 Preparing to unpack .../372-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ...
11:19:52 #10 49.67 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
11:19:52 #10 49.70 Selecting previously unselected package licensecheck.
11:19:52 #11 42.79 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:19:52 #11 42.80 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:19:52 #11 46.65 Preparing to unpack .../139-debhelper_13.9.1ubuntu1_all.deb ...
11:19:52 #11 46.65 Unpacking debhelper (13.9.1ubuntu1) ...
11:19:52 #11 46.71 Selecting previously unselected package libfakeroot:amd64.
11:19:52 #11 46.71 Preparing to unpack .../140-libfakeroot_1.29-1ubuntu1_amd64.deb ...
11:19:52 #11 46.71 Unpacking libfakeroot:amd64 (1.29-1ubuntu1) ...
11:19:52 #11 46.74 Selecting previously unselected package fakeroot.
11:19:52 #11 46.75 Preparing to unpack .../141-fakeroot_1.29-1ubuntu1_amd64.deb ...
11:19:52 #11 46.75 Unpacking fakeroot (1.29-1ubuntu1) ...
11:19:52 #11 46.78 Selecting previously unselected package libassuan0:amd64.
11:19:52 #11 46.78 Preparing to unpack .../142-libassuan0_2.5.5-4_amd64.deb ...
11:19:52 #11 46.79 Unpacking libassuan0:amd64 (2.5.5-4) ...
11:19:52 #11 46.81 Selecting previously unselected package gpgconf.
11:19:52 #11 46.82 Preparing to unpack .../143-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
11:19:52 #11 46.82 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:19:52 #11 46.85 Selecting previously unselected package libksba8:amd64.
11:19:52 #10 46.43 Setting up man-db (2.8.5-2) ...
11:19:52 #10 46.54 Building database of manual pages ...
11:19:52 #11 41.35 Preparing to unpack .../025-libmagic1_1%3a5.41-3_amd64.deb ...
11:19:52 #11 41.35 Unpacking libmagic1:amd64 (1:5.41-3) ...
11:19:52 #11 41.38 Selecting previously unselected package file.
11:19:52 #11 41.38 Preparing to unpack .../026-file_1%3a5.41-3_amd64.deb ...
11:19:52 #11 41.38 Unpacking file (1:5.41-3) ...
11:19:52 #11 41.40 Selecting previously unselected package gettext-base.
11:19:52 #11 41.41 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ...
11:19:52 #11 41.41 Unpacking gettext-base (0.21-4ubuntu4) ...
11:19:52 #11 41.44 Selecting previously unselected package libuchardet0:amd64.
11:19:52 #11 41.44 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ...
11:19:52 #11 41.44 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
11:19:52 #11 41.47 Selecting previously unselected package groff-base.
11:19:52 #11 41.47 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ...
11:19:52 #11 41.47 Unpacking groff-base (1.22.4-8build1) ...
11:19:52 #11 41.53 Selecting previously unselected package libcbor0.8:amd64.
11:19:52 #11 41.53 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
11:19:52 #11 41.54 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:19:52 #11 41.57 Selecting previously unselected package libedit2:amd64.
11:19:52 #11 41.57 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ...
11:19:52 #11 41.57 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
11:19:52 #11 41.60 Selecting previously unselected package libfido2-1:amd64.
11:19:52 #11 42.04 Selecting previously unselected package liblsan0:arm64.
11:19:52 #11 42.04 Preparing to unpack .../089-liblsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:52 #11 42.05 Unpacking liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:52 #11 29.97 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libimport-into-perl all 1.002005-2 [10.7 kB]
11:19:52 #11 30.04 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
11:19:52 #11 30.06 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:19:52 #10 47.59 Fedora Modular 36 - x86_64 - Updates            2.4 MB/s | 2.9 MB     00:01    
11:19:52 #11 49.05 invoke-rc.d: could not determine current runlevel
11:19:52 #11 49.05 invoke-rc.d: policy-rc.d denied execution of start.
11:19:52 #11 49.06 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
11:19:52 #11 49.07 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:52 #11 49.09 Setting up libedit2:amd64 (3.1-20191231-1) ...
11:19:52 #11 49.10 Setting up libreadline8:amd64 (8.0-4) ...
11:19:52 #11 49.11 Setting up m4 (1.4.18-4) ...
11:19:52 #11 49.12 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:52 #11 49.13 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:19:52 #10 36.05 Selecting previously unselected package libapt-inst2.0:armhf.
11:19:52 #10 36.05 Preparing to unpack .../017-libapt-inst2.0_1.6.14_armhf.deb ...
11:19:52 #10 36.05 Unpacking libapt-inst2.0:armhf (1.6.14) ...
11:19:52 #10 36.25 Selecting previously unselected package libglib2.0-0:armhf.
11:19:52 #10 36.25 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
11:19:52 #14 4.544 (60/74): python3-policycoreutils-2.9-21.1.el8.n  12 MB/s | 2.2 MB     00:00    
11:19:52 #14 4.571 (61/74): selinux-policy-devel-3.14.3-115.el8.no 9.3 MB/s | 1.5 MB     00:00    
11:19:52 #14 4.607 (62/74): kernel-headers-4.18.0-448.el8.aarch64.  22 MB/s |  10 MB     00:00    
11:19:52 #14 4.618 (63/74): device-mapper-devel-1.02.181-9.el8.aar  27 MB/s | 284 kB     00:00    
11:19:52 #14 4.649 (64/74): glibc-static-2.28-225.el8.aarch64.rpm   51 MB/s | 1.6 MB     00:00    
11:19:52 #14 4.656 (65/74): libxcrypt-static-4.1.1-6.el8.aarch64.r 8.5 MB/s |  58 kB     00:00    
11:19:52 #14 4.696 (66/74): glibc-2.28-225.el8.aarch64.rpm          45 MB/s | 1.8 MB     00:00    
11:19:52 #14 4.716 (67/74): glibc-common-2.28-225.el8.aarch64.rpm   52 MB/s | 1.0 MB     00:00    
11:19:52 #14 4.748 (68/74): glibc-gconv-extra-2.28-225.el8.aarch64  57 MB/s | 1.8 MB     00:00    
11:19:52 #9 51.49 Setting up librole-tiny-perl (2.000006-1) ...
11:19:52 #9 51.50 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:19:52 #9 51.51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
11:19:52 #9 51.52 Setting up libfile-homedir-perl (1.002-1) ...
11:19:52 #9 51.54 Setting up libipc-system-simple-perl (1.25-4) ...
11:19:52 #9 51.55 Setting up libfile-basedir-perl (0.07-1) ...
11:19:52 #9 51.56 Setting up libstring-escape-perl (2010.002-2) ...
11:19:52 #9 51.57 Setting up libb-hooks-op-check-perl (0.22-1) ...
11:19:52 #9 51.58 Setting up libio-html-perl (1.001-1) ...
11:19:52 #9 51.59 Setting up libexporter-tiny-perl (1.000000-2) ...
11:19:52 #9 51.60 Setting up libarchive-cpio-perl (0.10-1) ...
11:19:52 #9 51.61 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:19:52 #9 51.62 Setting up libnumber-range-perl (0.12-1) ...
11:19:52 #9 51.63 Setting up liblist-compare-perl (0.53-1) ...
11:19:52 #9 51.64 Setting up autoconf (2.69-11) ...
11:19:52 #9 51.66 Setting up libpath-iterator-rule-perl (1.009-1) ...
11:19:52 #9 51.67 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
11:19:52 #9 51.69 Setting up python3-gpg (1.10.0-1ubuntu2) ...
11:19:52 #11 28.54 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:19:52 #10 45.68 Preparing to unpack .../210-libhtml-tree-perl_5.07-1_all.deb ...
11:19:52 #10 45.69 Unpacking libhtml-tree-perl (5.07-1) ...
11:19:52 #10 45.73 Selecting previously unselected package libhtml-format-perl.
11:19:52 #10 45.73 Preparing to unpack .../211-libhtml-format-perl_2.12-1_all.deb ...
11:19:52 #10 45.74 Unpacking libhtml-format-perl (2.12-1) ...
11:19:52 #10 45.77 Selecting previously unselected package libhttp-cookies-perl.
11:19:52 #10 45.77 Preparing to unpack .../212-libhttp-cookies-perl_6.04-1_all.deb ...
11:19:52 #10 45.78 Unpacking libhttp-cookies-perl (6.04-1) ...
11:19:52 #10 45.81 Selecting previously unselected package libhttp-daemon-perl.
11:19:52 #10 45.81 Preparing to unpack .../213-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:19:52 #10 45.81 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:19:52 #10 45.84 Selecting previously unselected package libhttp-negotiate-perl.
11:19:52 #10 45.85 Preparing to unpack .../214-libhttp-negotiate-perl_6.00-2_all.deb ...
11:19:52 #10 45.85 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:19:52 #10 45.88 Selecting previously unselected package libimport-into-perl.
11:19:52 #10 45.88 Preparing to unpack .../215-libimport-into-perl_1.002005-1_all.deb ...
11:19:52 #10 45.89 Unpacking libimport-into-perl (1.002005-1) ...
11:19:52 #10 45.92 Selecting previously unselected package libio-pty-perl.
11:19:52 #10 39.96 Fedora Modular 36 - aarch64 - Updates           2.7 MB/s | 2.8 MB     00:01    
11:19:52 #10 41.16 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:19:51 2023.
11:19:52 #10 24.57 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
11:19:52 #10 24.84 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:19:52 #13 8.136 (40/68): libtool-2.4.6-45.el9.x86_64.rpm        7.3 MB/s | 582 kB     00:00    
11:19:52 #13 8.202 (41/68): kernel-headers-5.14.0-283.el9.x86_64.r 9.4 MB/s | 5.0 MB     00:00    
11:19:52 #13 8.209 (42/68): libtool-ltdl-2.4.6-45.el9.x86_64.rpm   508 kB/s |  37 kB     00:00    
11:19:52 #13 8.279 (43/68): libuv-1.42.0-1.el9.x86_64.rpm          1.9 MB/s | 150 kB     00:00    
11:19:52 #13 8.283 (44/68): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 396 kB/s |  29 kB     00:00    
11:19:52 #13 8.360 (45/68): m4-1.4.19-1.el9.x86_64.rpm             3.8 MB/s | 300 kB     00:00    
11:19:53 #10 27.07 Unpacking libatomic1:armhf (12.2.0-14) ...
11:19:53 #10 49.70 Preparing to unpack .../373-licensecheck_3.3.5-1_all.deb ...
11:19:53 #10 49.71 Unpacking licensecheck (3.3.5-1) ...
11:19:53 #10 49.74 Selecting previously unselected package plzip.
11:19:53 #10 49.75 Preparing to unpack .../374-plzip_1.10-5_amd64.deb ...
11:19:53 #10 49.75 Unpacking plzip (1.10-5) ...
11:19:53 #10 49.78 Selecting previously unselected package lzop.
11:19:53 #10 49.78 Preparing to unpack .../375-lzop_1.04-2_amd64.deb ...
11:19:53 #10 49.79 Unpacking lzop (1.04-2) ...
11:19:53 #10 49.82 Selecting previously unselected package t1utils.
11:19:53 #10 49.83 Preparing to unpack .../376-t1utils_1.41-4_amd64.deb ...
11:19:53 #10 49.83 Unpacking t1utils (1.41-4) ...
11:19:53 #10 49.87 Selecting previously unselected package unzip.
11:19:53 #10 49.87 Preparing to unpack .../377-unzip_6.0-28_amd64.deb ...
11:19:53 #10 49.87 Unpacking unzip (6.0-28) ...
11:19:53 #10 49.94 Selecting previously unselected package lintian.
11:19:53 #11 39.29 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:19:53 #11 39.53 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-perl all 4.09000-1 [82.4 kB]
11:19:53 #11 39.61 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
11:19:53 #11 39.66 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:19:53 #11 26.22 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:19:53 #11 26.30 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:53 #11 26.38 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:19:53 #11 26.40 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
11:19:53 #11 26.42 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:53 #11 26.44 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
11:19:53 #11 46.85 Preparing to unpack .../144-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
11:19:53 #11 46.86 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:19:53 #11 46.89 Selecting previously unselected package libnpth0:amd64.
11:19:53 #11 46.89 Preparing to unpack .../145-libnpth0_1.6-3build2_amd64.deb ...
11:19:53 #11 46.90 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:19:53 #11 46.93 Selecting previously unselected package dirmngr.
11:19:53 #11 46.93 Preparing to unpack .../146-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 46.94 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:19:53 #11 46.97 Selecting previously unselected package gnupg-l10n.
11:19:53 #11 46.97 Preparing to unpack .../147-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:19:53 #11 46.98 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:19:53 #11 47.00 Selecting previously unselected package gnupg-utils.
11:19:53 #11 47.01 Preparing to unpack .../148-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 47.01 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:19:53 #11 47.04 Selecting previously unselected package gpg.
11:19:53 #11 47.04 Preparing to unpack .../149-gpg_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 47.04 Unpacking gpg (2.2.35-3ubuntu1) ...
11:19:53 #11 47.07 Selecting previously unselected package pinentry-curses.
11:19:53 #11 47.07 Preparing to unpack .../150-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
11:19:53 #11 47.08 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:19:53 #11 47.11 Selecting previously unselected package gpg-agent.
11:19:53 #11 47.11 Preparing to unpack .../151-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 47.11 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:19:53 #11 47.14 Selecting previously unselected package gpg-wks-client.
11:19:53 #11 47.14 Preparing to unpack .../152-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 47.15 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:19:53 #11 47.17 Selecting previously unselected package gpg-wks-server.
11:19:53 #11 47.17 Preparing to unpack .../153-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 41.60 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ...
11:19:53 #11 41.61 Unpacking libfido2-1:amd64 (1.10.0-1) ...
11:19:53 #11 41.64 Selecting previously unselected package libnghttp2-14:amd64.
11:19:53 #11 41.64 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_amd64.deb ...
11:19:53 #11 41.64 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
11:19:53 #11 41.67 Selecting previously unselected package libpipeline1:amd64.
11:19:53 #11 41.67 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ...
11:19:53 #11 41.68 Unpacking libpipeline1:amd64 (1.5.5-1) ...
11:19:53 #11 41.70 Selecting previously unselected package libpng16-16:amd64.
11:19:53 #11 41.70 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ...
11:19:53 #11 41.71 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
11:19:53 #11 41.74 Selecting previously unselected package libpsl5:amd64.
11:19:53 #11 41.74 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:19:53 #11 41.74 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:19:53 #11 41.77 Selecting previously unselected package libxau6:amd64.
11:19:53 #11 41.77 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ...
11:19:53 #11 41.77 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
11:19:53 #11 41.80 Selecting previously unselected package libxdmcp6:amd64.
11:19:53 #11 41.80 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
11:19:53 #11 41.81 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:19:53 #11 42.15 Selecting previously unselected package libtsan0:arm64.
11:19:53 #11 42.15 Preparing to unpack .../090-libtsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:53 #11 42.16 Unpacking libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:53 #11 42.36 Selecting previously unselected package libubsan1:arm64.
11:19:53 #11 42.36 Preparing to unpack .../091-libubsan1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:19:53 #11 42.36 Unpacking libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:19:53 #11 30.12 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
11:19:53 #11 30.20 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libencode-locale-perl all 1.05-2 [12.2 kB]
11:19:53 #11 30.21 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
11:19:53 #11 30.24 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:19:53 #11 30.25 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-listing-perl all 6.15-1 [11.5 kB]
11:19:53 #11 30.26 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:19:53 #11 30.27 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:19:53 #11 30.31 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-parser-perl armhf 3.78-1 [85.3 kB]
11:19:53 #11 49.49 Updating certificates in /etc/ssl/certs...
11:19:53 #10 36.26 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
11:19:53 #10 36.41 Selecting previously unselected package libglib2.0-data.
11:19:53 #10 36.41 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:19:53 #10 36.42 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:19:53 #10 36.48 Selecting previously unselected package libicu60:armhf.
11:19:53 #10 36.48 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_armhf.deb ...
11:19:53 #10 36.49 Unpacking libicu60:armhf (60.2-3ubuntu3.2) ...
11:19:53 #14 4.758 (69/74): glibc-minimal-langpack-2.28-225.el8.aa 7.1 MB/s |  65 kB     00:00    
11:19:53 #14 4.816 (70/74): selinux-policy-minimum-3.14.3-115.el8.  49 MB/s |  13 MB     00:00    
11:19:53 #14 4.836 (71/74): systemd-libs-239-71.el8.aarch64.rpm     53 MB/s | 1.0 MB     00:00    
11:19:53 #14 4.847 (72/74): systemd-239-71.el8.aarch64.rpm          38 MB/s | 3.3 MB     00:00    
11:19:53 #14 4.854 (73/74): systemd-pam-239-71.el8.aarch64.rpm      25 MB/s | 457 kB     00:00    
11:19:53 #9 51.88 Setting up libnet-dns-perl (1.10-2) ...
11:19:53 #9 51.89 Setting up libsub-identify-perl (0.14-1) ...
11:19:53 #9 51.90 Setting up libpod-constants-perl (0.19-1) ...
11:19:53 #9 51.91 Setting up libsort-versions-perl (1.62-1) ...
11:19:53 #9 51.93 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:19:53 #9 51.94 Setting up libdynaloader-functions-perl (0.003-1) ...
11:19:53 #9 51.96 Setting up libsub-exporter-perl (0.987-1) ...
11:19:53 #9 51.97 Setting up xauth (1:1.0.10-1) ...
11:19:53 #9 51.98 Setting up libalgorithm-merge-perl (0.08-3) ...
11:19:53 #11 28.81 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
11:19:53 #11 28.84 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:53 #11 28.87 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
11:19:53 #11 28.89 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
11:19:53 #11 28.92 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
11:19:53 #11 28.98 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:19:53 #11 28.98 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:19:53 #11 28.99 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
11:19:53 #11 28.99 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:19:53 #11 29.00 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
11:19:53 #10 45.92 Preparing to unpack .../216-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
11:19:53 #10 45.93 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:19:53 #10 45.96 Selecting previously unselected package libio-string-perl.
11:19:53 #10 45.96 Preparing to unpack .../217-libio-string-perl_1.08-3_all.deb ...
11:19:53 #10 45.97 Unpacking libio-string-perl (1.08-3) ...
11:19:53 #10 45.99 Selecting previously unselected package libipc-run-perl.
11:19:53 #10 46.00 Preparing to unpack .../218-libipc-run-perl_0.96-1_all.deb ...
11:19:53 #10 46.00 Unpacking libipc-run-perl (0.96-1) ...
11:19:53 #10 46.04 Selecting previously unselected package liblist-compare-perl.
11:19:53 #10 46.04 Preparing to unpack .../219-liblist-compare-perl_0.53-1_all.deb ...
11:19:53 #10 46.04 Unpacking liblist-compare-perl (0.53-1) ...
11:19:53 #10 46.08 Selecting previously unselected package liblist-moreutils-perl.
11:19:53 #10 46.08 Preparing to unpack .../220-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
11:19:53 #10 46.09 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:19:53 #10 46.12 Selecting previously unselected package libltdl7:arm64.
11:19:53 #10 46.12 Preparing to unpack .../221-libltdl7_2.4.6-2_arm64.deb ...
11:19:53 #10 46.13 Unpacking libltdl7:arm64 (2.4.6-2) ...
11:19:53 #10 46.16 Selecting previously unselected package libltdl-dev:arm64.
11:19:53 #10 24.86 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
11:19:53 #10 24.87 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
11:19:53 #13 8.439 (46/68): pcre2-devel-10.40-2.el9.x86_64.rpm     6.4 MB/s | 515 kB     00:00    
11:19:53 #13 8.515 (47/68): pcre2-utf16-10.40-2.el9.x86_64.rpm     2.8 MB/s | 217 kB     00:00    
11:19:53 #13 8.590 (48/68): pcre2-utf32-10.40-2.el9.x86_64.rpm     2.7 MB/s | 206 kB     00:00    
11:19:53 #13 8.664 (49/68): perl-DynaLoader-1.47-480.el9.x86_64.rp 367 kB/s |  27 kB     00:00    
11:19:53 #10 27.62 Selecting previously unselected package libasan8:armhf.
11:19:53 #10 27.62 Preparing to unpack .../051-libasan8_12.2.0-14_armhf.deb ...
11:19:53 #10 27.64 Unpacking libasan8:armhf (12.2.0-14) ...
11:19:53 #11 39.66 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-perl all 0.40-1 [19.5 kB]
11:19:53 #11 39.68 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-identify-perl arm64 0.14-2 [10.9 kB]
11:19:53 #11 39.68 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-name-perl arm64 0.26-2 [11.5 kB]
11:19:53 #11 39.68 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:19:53 #11 39.69 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:19:53 #11 39.70 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:19:53 #11 39.71 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-perl all 1.016008-1 [336 kB]
11:19:53 #10 49.94 Preparing to unpack .../378-lintian_2.116.3_all.deb ...
11:19:53 #10 49.95 Unpacking lintian (2.116.3) ...
11:19:53 #11 26.52 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
11:19:53 #11 26.57 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:19:53 #11 26.63 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
11:19:53 #11 26.64 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:53 #11 26.64 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
11:19:53 #10 26.59 Selecting previously unselected package g++.
11:19:53 #10 26.60 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ...
11:19:53 #10 26.60 Unpacking g++ (4:10.2.1-1) ...
11:19:53 #10 26.64 Selecting previously unselected package make.
11:19:53 #10 26.64 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
11:19:53 #10 26.65 Unpacking make (4.3-4.1) ...
11:19:53 #10 26.74 Selecting previously unselected package libdpkg-perl.
11:19:53 #10 26.74 Preparing to unpack .../055-libdpkg-perl_1.20.12_all.deb ...
11:19:53 #10 26.75 Unpacking libdpkg-perl (1.20.12) ...
11:19:53 #11 47.18 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:19:53 #11 47.20 Selecting previously unselected package gpgsm.
11:19:53 #11 47.20 Preparing to unpack .../154-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
11:19:53 #11 47.20 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:19:53 #11 47.23 Selecting previously unselected package gnupg.
11:19:53 #11 47.24 Preparing to unpack .../155-gnupg_2.2.35-3ubuntu1_all.deb ...
11:19:53 #11 47.24 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:19:53 #11 47.27 Selecting previously unselected package libfile-dirlist-perl.
11:19:53 #11 47.27 Preparing to unpack .../156-libfile-dirlist-perl_0.05-2_all.deb ...
11:19:53 #11 47.27 Unpacking libfile-dirlist-perl (0.05-2) ...
11:19:53 #11 47.29 Selecting previously unselected package libfile-which-perl.
11:19:53 #11 47.30 Preparing to unpack .../157-libfile-which-perl_1.27-1_all.deb ...
11:19:53 #11 47.30 Unpacking libfile-which-perl (1.27-1) ...
11:19:53 #11 47.32 Selecting previously unselected package libfile-homedir-perl.
11:19:53 #11 47.32 Preparing to unpack .../158-libfile-homedir-perl_1.006-1_all.deb ...
11:19:53 #11 47.33 Unpacking libfile-homedir-perl (1.006-1) ...
11:19:53 #11 47.35 Selecting previously unselected package libfile-touch-perl.
11:19:53 #11 47.35 Preparing to unpack .../159-libfile-touch-perl_0.12-1_all.deb ...
11:19:53 #11 47.36 Unpacking libfile-touch-perl (0.12-1) ...
11:19:53 #11 47.38 Selecting previously unselected package libio-pty-perl.
11:19:53 #11 47.38 Preparing to unpack .../160-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
11:19:53 #11 47.39 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:19:53 #11 47.41 Selecting previously unselected package libipc-run-perl.
11:19:53 #11 41.83 Selecting previously unselected package libxcb1:amd64.
11:19:53 #11 41.83 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ...
11:19:53 #11 41.84 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
11:19:53 #11 41.86 Selecting previously unselected package libx11-data.
11:19:53 #11 41.86 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:19:53 #11 41.86 Unpacking libx11-data (2:1.7.5-1) ...
11:19:53 #11 41.92 Selecting previously unselected package libx11-6:amd64.
11:19:53 #11 41.92 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_amd64.deb ...
11:19:53 #11 41.93 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
11:19:53 #11 41.96 Selecting previously unselected package libxext6:amd64.
11:19:53 #11 41.97 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11:19:53 #11 41.97 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11:19:53 #11 42.00 Selecting previously unselected package libxmuu1:amd64.
11:19:53 #11 42.00 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:19:53 #11 42.00 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:19:53 #11 42.04 Selecting previously unselected package man-db.
11:19:53 #11 43.51 Selecting previously unselected package python3-minimal.
11:19:53 #11 43.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 ... 4703 files and directories currently installed.)
11:19:53 #11 43.52 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
11:19:53 #11 43.52 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:19:53 #11 43.55 Selecting previously unselected package media-types.
11:19:53 #11 43.55 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:19:53 #11 43.55 Unpacking media-types (7.0.0) ...
11:19:53 #11 43.59 Selecting previously unselected package libmpdec3:arm64.
11:19:53 #11 43.59 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
11:19:53 #11 43.59 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:19:53 #11 43.62 Selecting previously unselected package readline-common.
11:19:53 #11 42.46 Selecting previously unselected package libgcc-9-dev:arm64.
11:19:53 #11 42.47 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:53 #11 42.47 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:53 #11 42.60 Selecting previously unselected package gcc-9.
11:19:53 #11 42.60 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:53 #11 42.60 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:53 #10 23.04 Selecting previously unselected package libexpat1:armhf.
11:19:53 #10 23.04 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
11:19:53 #11 29.15 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
11:19:53 #9 51.99 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
11:19:53 #9 52.01 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
11:19:53 #9 52.03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:19:53 #9 52.03 Setting up dput (1.0.1ubuntu1) ...
11:19:53 #9 52.19 Setting up libstring-copyright-perl (0.003005-1) ...
11:19:53 #9 52.20 Setting up libhtml-parser-perl (3.72-3build1) ...
11:19:53 #9 52.23 Setting up automake (1:1.15.1-3ubuntu2) ...
11:19:53 #9 52.24 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
11:19:53 #10 46.17 Preparing to unpack .../222-libltdl-dev_2.4.6-2_arm64.deb ...
11:19:53 #10 46.17 Unpacking libltdl-dev:arm64 (2.4.6-2) ...
11:19:53 #10 46.22 Selecting previously unselected package libnet-http-perl.
11:19:53 #10 46.22 Preparing to unpack .../223-libnet-http-perl_6.17-1_all.deb ...
11:19:53 #10 46.22 Unpacking libnet-http-perl (6.17-1) ...
11:19:53 #10 46.26 Selecting previously unselected package libwww-robotrules-perl.
11:19:53 #10 46.26 Preparing to unpack .../224-libwww-robotrules-perl_6.01-1_all.deb ...
11:19:53 #10 46.26 Unpacking libwww-robotrules-perl (6.01-1) ...
11:19:53 #10 46.30 Selecting previously unselected package libwww-perl.
11:19:53 #10 46.30 Preparing to unpack .../225-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:19:53 #10 46.30 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:19:53 #10 46.35 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:53 #10 46.35 Preparing to unpack .../226-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:19:53 #10 46.35 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:19:53 #10 46.38 Selecting previously unselected package libsys-hostname-long-perl.
11:19:53 #10 46.39 Preparing to unpack .../227-libsys-hostname-long-perl_1.5-1_all.deb ...
11:19:53 #10 46.39 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:19:53 #10 46.42 Selecting previously unselected package libmail-sendmail-perl.
11:19:53 #13 8.738 (50/68): perl-Error-0.17029-7.el9.noarch.rpm    574 kB/s |  42 kB     00:00    
11:19:53 #13 8.811 (51/68): perl-File-Compare-1.100.600-480.el9.no 200 kB/s |  14 kB     00:00    
11:19:53 #13 6.639 (1/70): dbus-1.12.20-7.el9.aarch64.rpm          8.6 kB/s | 3.9 kB     00:00    
11:19:53 #13 6.750 (2/70): acl-2.3.1-3.el9.aarch64.rpm             129 kB/s |  73 kB     00:00    
11:19:53 #13 6.766 (3/70): dbus-common-1.12.20-7.el9.noarch.rpm    117 kB/s |  15 kB     00:00    
11:19:53 #13 6.882 (4/70): dbus-broker-28-7.el9.aarch64.rpm        237 kB/s | 166 kB     00:00    
11:19:53 #13 6.889 (5/70): device-mapper-1.02.187-7.el9.aarch64.rp 1.0 MB/s | 139 kB     00:00    
11:19:53 #13 6.948 (6/70): device-mapper-libs-1.02.187-7.el9.aarch 952 kB/s | 173 kB     00:00    
11:19:53 #13 6.961 (7/70): kmod-libs-28-7.el9.aarch64.rpm          813 kB/s |  63 kB     00:00    
11:19:53 #13 6.969 (8/70): libatomic-11.3.1-4.3.el9.aarch64.rpm    683 kB/s |  55 kB     00:00    
11:19:53 #13 7.020 (9/70): libcbor-0.7.0-5.el9.aarch64.rpm         776 kB/s |  56 kB     00:00    
11:19:53 #13 7.035 (10/70): libedit-3.1-37.20210216cvs.el9.aarch64 1.4 MB/s | 104 kB     00:00    
11:19:53 #13 7.054 (11/70): libfido2-1.6.0-7.el9.aarch64.rpm       830 kB/s |  69 kB     00:00    
11:19:53 #13 7.091 (12/70): libseccomp-2.5.2-2.el9.aarch64.rpm     1.0 MB/s |  72 kB     00:00    
11:19:53 #13 7.149 (13/70): make-4.3-7.el9.aarch64.rpm             4.6 MB/s | 535 kB     00:00    
11:19:53 #14 3.523 (1/71): libsemanage-2.9-9.el8.x86_64.rpm        725 kB/s | 168 kB     00:00    
11:19:53 #14 3.528 (2/71): pcre2-10.32-3.el8.x86_64.rpm            1.0 MB/s | 247 kB     00:00    
11:19:53 #14 3.543 (3/71): automake-1.16.1-7.el8.noarch.rpm         36 MB/s | 713 kB     00:00    
11:19:53 #14 3.550 (4/71): autoconf-2.69-29.el8.noarch.rpm         2.7 MB/s | 710 kB     00:00    
11:19:53 #14 3.558 (5/71): cmake-filesystem-3.20.2-5.el8.x86_64.rp 5.6 MB/s |  45 kB     00:00    
11:19:53 #14 3.564 (6/71): cmake-rpm-macros-3.20.2-5.el8.noarch.rp 8.0 MB/s |  44 kB     00:00    
11:19:53 #14 3.571 (7/71): git-2.39.1-1.el8.x86_64.rpm              16 MB/s | 104 kB     00:00    
11:19:53 #14 3.589 (8/71): cmake-data-3.20.2-5.el8.noarch.rpm       38 MB/s | 1.7 MB     00:00    
11:19:53 #14 3.684 (9/71): git-core-doc-2.39.1-1.el8.noarch.rpm     32 MB/s | 3.0 MB     00:00    
11:19:53 #14 3.706 (10/71): isl-0.16.1-6.el8.x86_64.rpm             38 MB/s | 841 kB     00:00    
11:19:53 #14 3.714 (11/71): libmpc-1.1.0-9.1.el8.x86_64.rpm        8.9 MB/s |  61 kB     00:00    
11:19:53 #14 3.721 (12/71): libseccomp-devel-2.5.2-1.el8.x86_64.rp 8.7 MB/s |  57 kB     00:00    
11:19:53 #14 3.740 (13/71): libtool-2.4.6-25.el8.x86_64.rpm         37 MB/s | 709 kB     00:00    
11:19:53 #14 3.750 (14/71): libtool-ltdl-devel-2.4.6-25.el8.x86_64  19 MB/s | 184 kB     00:00    
11:19:53 #10 51.41 Setting up bsdmainutils (11.1.2+b1) ...
11:19:53 #10 51.44 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:19:53 #10 51.45 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:19:53 #10 51.46 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
11:19:53 #10 51.47 Setting up libcroco3:amd64 (0.6.12-3) ...
11:19:53 #10 51.48 Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
11:19:53 #10 51.49 Setting up ucf (3.0038+nmu1) ...
11:19:53 #10 51.60 Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
11:19:53 #10 51.61 Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
11:19:53 #10 51.62 Setting up groff-base (1.22.4-3+deb10u1) ...
11:19:53 #10 51.64 Setting up cpp (4:8.3.0-1) ...
11:19:53 #10 51.65 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:19:53 #10 51.66 Setting up libcurl4:amd64 (7.64.0-4+deb10u5) ...
11:19:53 #10 51.67 Setting up libc6-dev:amd64 (2.28-10+deb10u2) ...
11:19:53 #10 51.70 Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
11:19:53 #10 51.71 Setting up curl (7.64.0-4+deb10u5) ...
11:19:53 #10 51.72 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
11:19:53 #10 51.73 Setting up gpg (2.2.12-1+deb10u2) ...
11:19:53 #10 51.74 Setting up guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
11:19:53 #10 51.75 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
11:19:53 #10 51.76 Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
11:19:53 #10 51.77 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:19:53 #10 50.30 Selecting previously unselected package lsb-release.
11:19:53 #10 50.30 Preparing to unpack .../379-lsb-release_12.0-1_all.deb ...
11:19:53 #10 50.31 Unpacking lsb-release (12.0-1) ...
11:19:53 #10 50.34 Selecting previously unselected package manpages-dev.
11:19:53 #10 50.34 Preparing to unpack .../380-manpages-dev_6.03-1_all.deb ...
11:19:53 #10 50.35 Unpacking manpages-dev (6.03-1) ...
11:19:53 #11 27.06 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:53 #10 35.47 Selecting previously unselected package libfakeroot:armhf.
11:19:53 #10 35.47 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ...
11:19:53 #10 42.45 Dependencies resolved.
11:19:53 #10 42.48 ================================================================================
11:19:53 #10 42.48  Package                       Arch      Version                Repo       Size
11:19:53 #10 42.48 ================================================================================
11:19:53 #10 42.48 Installing:
11:19:53 #10 42.48  dnf-plugins-core              noarch    4.3.1-1.fc37           fedora     34 k
11:19:53 #10 42.48  rpm-build                     aarch64   4.18.0-1.fc37          fedora     77 k
11:19:53 #10 42.48  rpmlint                       noarch    2.4.0-3.fc37           updates   330 k
11:19:53 #10 42.48 Upgrading:
11:19:53 #10 42.48  elfutils-libelf               aarch64   0.189-1.fc37           updates   195 k
11:19:53 #10 42.48  elfutils-libs                 aarch64   0.189-1.fc37           updates   257 k
11:19:53 #10 42.48 Installing dependencies:
11:19:53 #10 42.48  ansible-srpm-macros           noarch    1-8.1.fc37             updates   8.6 k
11:19:53 #10 42.48  binutils                      aarch64   2.38-25.fc37           updates   5.8 M
11:19:53 #10 42.48  binutils-gold                 aarch64   2.38-25.fc37           updates   923 k
11:19:53 #10 42.48  bzip2                         aarch64   1.0.8-12.fc37          fedora     52 k
11:19:53 #10 42.48  cpio                          aarch64   2.13-13.fc37           fedora    274 k
11:19:53 #10 42.48  dash                          aarch64   0.5.11.5-2.fc37        fedora     98 k
11:19:53 #10 42.48  dbus-libs                     aarch64   1:1.14.6-1.fc37        updates   154 k
11:19:53 #10 42.48  debugedit                     aarch64   5.0-7.fc37             updates    77 k
11:19:53 #10 42.48  desktop-file-utils            aarch64   0.26-7.fc37            fedora     71 k
11:19:53 #10 42.48  devscripts-checkbashisms      aarch64   2.22.2-3.fc37          fedora     28 k
11:19:53 #10 42.48  diffutils                     aarch64   3.8-3.fc37             fedora    376 k
11:19:53 #10 42.48  dwz                           aarch64   0.14-7.fc37            fedora    126 k
11:19:53 #10 42.48  ed                            aarch64   1.18-2.fc37            fedora     78 k
11:19:53 #10 42.48  efi-srpm-macros               noarch    5-6.fc37               fedora     22 k
11:19:53 #10 42.48  elfutils                      aarch64   0.189-1.fc37           updates   532 k
11:19:53 #10 42.48  elfutils-debuginfod-client    aarch64   0.189-1.fc37           updates    39 k
11:19:53 #10 42.48  emacs-filesystem              noarch    1:28.2-3.fc37          updates   7.5 k
11:19:53 #10 42.48  enchant2                      aarch64   2.3.4-1.fc37           updates    63 k
11:19:53 #10 42.48  file                          aarch64   5.42-4.fc37            fedora     49 k
11:19:53 #10 42.48  fonts-srpm-macros             noarch    1:2.0.5-9.fc37         fedora     26 k
11:19:53 #10 42.48  fpc-srpm-macros               noarch    1.3-6.fc37             fedora    7.7 k
11:19:53 #10 42.48  gdb-minimal                   aarch64   13.1-1.fc37            updates   3.7 M
11:19:53 #10 42.48  gdk-pixbuf2                   aarch64   2.42.10-1.fc37         fedora    483 k
11:19:53 #10 42.48  ghc-srpm-macros               noarch    1.6.1-1.fc37           updates   8.0 k
11:19:53 #10 42.48  glibc-gconv-extra             aarch64   2.36-9.fc37            updates   1.7 M
11:19:53 #10 42.48  gnat-srpm-macros              noarch    5-1.fc37               updates   8.3 k
11:19:53 #10 42.48  go-srpm-macros                noarch    3.2.0-1.fc37           fedora     27 k
11:19:53 #10 42.48  groff-base                    aarch64   1.22.4-10.fc37         fedora    1.0 M
11:19:53 #10 42.48  hunspell                      aarch64   1.7.0-21.fc37          fedora    265 k
11:19:53 #10 42.48  hunspell-en-GB                noarch    0.20140811.1-23.fc37   fedora    225 k
11:19:53 #10 42.48  hunspell-en-US                noarch    0.20140811.1-23.fc37   fedora    176 k
11:19:53 #10 42.48  hunspell-filesystem           aarch64   1.7.0-21.fc37          fedora    8.8 k
11:19:53 #10 42.48  json-glib                     aarch64   1.6.6-3.fc37           fedora    160 k
11:19:53 #10 42.48  kernel-srpm-macros            noarch    1.0-15.fc37            fedora    9.4 k
11:19:53 #10 42.48  libappstream-glib             aarch64   0.8.1-1.fc37           fedora    389 k
11:19:53 #10 42.48  libjpeg-turbo                 aarch64   2.1.3-2.fc37           fedora    195 k
11:19:53 #10 42.48  libpkgconf                    aarch64   1.8.0-3.fc37           fedora     36 k
11:19:53 #10 42.48  libpng                        aarch64   2:1.6.37-13.fc37       fedora    114 k
11:19:53 #10 42.48  libstemmer                    aarch64   0-19.585svn.fc37       fedora     79 k
11:19:53 #10 42.48  lua-srpm-macros               noarch    1-7.fc37               fedora    8.8 k
11:19:53 #10 42.48  ncurses                       aarch64   6.3-4.20220501.fc37    updates   408 k
11:19:53 #10 42.48  nim-srpm-macros               noarch    3-7.fc37               fedora    8.4 k
11:19:53 #10 42.48  ocaml-srpm-macros             noarch    7-2.fc37               fedora     13 k
11:19:53 #10 42.48  openblas-srpm-macros          noarch    2-12.fc37              fedora    7.5 k
11:19:53 #10 42.48  package-notes-srpm-macros     noarch    0.5-6.fc37             fedora     11 k
11:19:53 #10 42.48  patch                         aarch64   2.7.6-17.fc37          fedora    121 k
11:19:53 #10 42.48  perl-AutoLoader               noarch    5.74-492.fc37          fedora     24 k
11:19:53 #10 42.48  perl-B                        aarch64   1.83-492.fc37          fedora    186 k
11:19:53 #10 42.48  perl-Carp                     noarch    1.52-489.fc37          fedora     29 k
11:19:53 #10 42.48  perl-Class-Struct             noarch    0.66-492.fc37          fedora     25 k
11:19:53 #10 42.48  perl-Data-Dumper              aarch64   2.184-490.fc37         fedora     55 k
11:19:53 #10 42.48  perl-Digest                   noarch    1.20-489.fc37          fedora     26 k
11:19:53 #10 42.48  perl-Digest-MD5               aarch64   2.58-489.fc37          fedora     36 k
11:19:53 #10 42.48  perl-DynaLoader               aarch64   1.52-492.fc37          fedora     29 k
11:19:53 #10 42.48  perl-Encode                   aarch64   4:3.19-492.fc37        fedora    1.7 M
11:19:53 #10 42.48  perl-Errno                    aarch64   1.36-492.fc37          fedora     18 k
11:19:53 #10 42.48  perl-Exporter                 noarch    5.77-489.fc37          fedora     31 k
11:19:53 #10 42.48  perl-Fcntl                    aarch64   1.15-492.fc37          fedora     24 k
11:19:53 #10 42.48  perl-File-Basename            noarch    2.85-492.fc37          fedora     20 k
11:19:53 #10 42.48  perl-File-Path                noarch    2.18-489.fc37          fedora     35 k
11:19:53 #10 42.48  perl-File-Temp                noarch    1:0.231.100-489.fc37   fedora     59 k
11:19:53 #10 42.48  perl-File-stat                noarch    1.12-492.fc37          fedora     20 k
11:19:53 #10 42.48  perl-FileHandle               noarch    2.03-492.fc37          fedora     19 k
11:19:53 #10 42.48  perl-Getopt-Long              noarch    1:2.54-1.fc37          updates    60 k
11:19:53 #10 42.48  perl-Getopt-Std               noarch    1.13-492.fc37          fedora     19 k
11:19:53 #10 42.48  perl-HTTP-Tiny                noarch    0.082-1.fc37           fedora     55 k
11:19:53 #10 42.48  perl-IO                       aarch64   1.50-492.fc37          fedora     95 k
11:19:53 #10 42.48  perl-IPC-Open3                noarch    1.22-492.fc37          fedora     26 k
11:19:53 #10 42.48  perl-MIME-Base64              aarch64   3.16-489.fc37          fedora     30 k
11:19:53 #10 42.48  perl-Net-SSLeay               aarch64   1.92-4.fc37            fedora    358 k
11:19:53 #10 42.48  perl-POSIX                    aarch64   2.03-492.fc37          fedora    101 k
11:19:53 #10 42.48  perl-PathTools                aarch64   3.84-489.fc37          fedora     90 k
11:19:53 #10 42.48  perl-Pod-Escapes              noarch    1:1.07-489.fc37        fedora     20 k
11:19:53 #10 42.48  perl-Pod-Perldoc              noarch    3.28.01-490.fc37       fedora     90 k
11:19:53 #10 42.48  perl-Pod-Simple               noarch    1:3.43-490.fc37        fedora    225 k
11:19:53 #10 42.48  perl-Pod-Usage                noarch    4:2.03-3.fc37          fedora     40 k
11:19:53 #10 42.48  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc37        fedora     71 k
11:19:53 #10 42.48  perl-SelectSaver              noarch    1.02-492.fc37          fedora     15 k
11:19:53 #10 42.48  perl-Socket                   aarch64   4:2.036-1.fc37         fedora     55 k
11:19:53 #10 42.48  perl-Storable                 aarch64   1:3.26-489.fc37        fedora     95 k
11:19:53 #10 42.48  perl-Symbol                   noarch    1.09-492.fc37          fedora     17 k
11:19:53 #10 42.48  perl-Term-ANSIColor           noarch    5.01-490.fc37          fedora     48 k
11:19:53 #10 42.48  perl-Term-Cap                 noarch    1.17-489.fc37          fedora     22 k
11:19:53 #10 42.48  perl-Text-ParseWords          noarch    3.31-489.fc37          fedora     16 k
11:19:53 #10 42.48  perl-Text-Tabs+Wrap           noarch    2021.0814-489.fc37     fedora     22 k
11:19:53 #10 42.48  perl-Time-Local               noarch    2:1.300-489.fc37       fedora     33 k
11:19:53 #10 42.48  perl-URI                      noarch    5.17-1.fc37            updates   123 k
11:19:53 #10 42.48  perl-base                     noarch    2.27-492.fc37          fedora     19 k
11:19:53 #10 42.48  perl-constant                 noarch    1.33-490.fc37          fedora     23 k
11:19:53 #10 42.48  perl-if                       noarch    0.61.000-492.fc37      fedora     17 k
11:19:53 #10 42.48  perl-interpreter              aarch64   4:5.36.0-492.fc37      fedora     75 k
11:19:53 #10 42.48  perl-libnet                   noarch    3.14-490.fc37          fedora    132 k
11:19:53 #10 42.48  perl-libs                     aarch64   4:5.36.0-492.fc37      fedora    2.2 M
11:19:53 #10 42.48  perl-mro                      aarch64   1.26-492.fc37          fedora     31 k
11:19:53 #10 42.48  perl-overload                 noarch    1.35-492.fc37          fedora     49 k
11:19:53 #10 42.48  perl-overloading              noarch    0.02-492.fc37          fedora     16 k
11:19:53 #10 42.48  perl-parent                   noarch    1:0.238-489.fc37       fedora     14 k
11:19:53 #10 42.48  perl-podlators                noarch    1:4.14-489.fc37        fedora    116 k
11:19:53 #10 42.48  perl-srpm-macros              noarch    1-46.fc37              fedora    8.3 k
11:19:53 #10 42.48  perl-subs                     noarch    1.04-492.fc37          fedora     15 k
11:19:53 #10 42.48  perl-vars                     noarch    1.05-492.fc37          fedora     16 k
11:19:53 #10 42.48  pkgconf                       aarch64   1.8.0-3.fc37           fedora     41 k
11:19:53 #10 42.48  pkgconf-m4                    noarch    1.8.0-3.fc37           fedora     14 k
11:19:53 #10 42.48  pkgconf-pkg-config            aarch64   1.8.0-3.fc37           fedora     10 k
11:19:53 #10 42.48  pyproject-srpm-macros         noarch    1.6.3-1.fc37           updates    14 k
11:19:53 #10 42.48  python-srpm-macros            noarch    3.11-5.fc37            updates    24 k
11:19:53 #10 42.48  python3-construct             noarch    2.10.68-3.fc37         fedora    152 k
11:19:53 #10 42.48  python3-dateutil              noarch    1:2.8.2-4.fc37         fedora    361 k
11:19:53 #10 42.48  python3-dbus                  aarch64   1.3.2-1.fc37           updates   158 k
11:19:53 #10 42.48  python3-distro                noarch    1.7.0-3.fc37           fedora     48 k
11:19:53 #10 42.48  python3-dnf-plugins-core      noarch    4.3.1-1.fc37           fedora    278 k
11:19:53 #10 42.48  python3-enchant               noarch    3.2.2-5.fc37           fedora    103 k
11:19:53 #10 42.48  python3-file-magic            noarch    5.42-4.fc37            fedora     20 k
11:19:53 #10 42.48  python3-pybeam                noarch    0.7-4.fc37             fedora     32 k
11:19:53 #10 42.48  python3-pyxdg                 noarch    0.27-6.fc37            fedora    135 k
11:19:53 #10 42.48  python3-six                   noarch    1.16.0-8.fc37          fedora     42 k
11:19:53 #10 42.48  python3-tomli-w               noarch    1.0.0-4.fc37           fedora     21 k
11:19:53 #10 42.48  python3-zstandard             aarch64   0.19.0-1.fc37          updates   441 k
11:19:53 #10 42.48  qt5-srpm-macros               noarch    5.15.8-1.fc37          updates   8.0 k
11:19:53 #10 42.48  redhat-rpm-config             noarch    229-1.fc37             updates    80 k
11:19:53 #10 42.48  rpmautospec-rpm-macros        noarch    0.3.5-1.fc37           updates   9.3 k
11:19:53 #10 42.48  rpmlint-fedora-license-data   noarch    1.14-1.fc37            updates    19 k
11:19:53 #10 42.48  rust-srpm-macros              noarch    24-1.fc37              updates    12 k
11:19:53 #10 42.48  shared-mime-info              aarch64   2.2-2.fc37             fedora    381 k
11:19:53 #10 42.48  unzip                         aarch64   6.0-58.fc37            fedora    182 k
11:19:53 #10 42.48  xxhash-libs                   aarch64   0.8.1-3.fc37           fedora     33 k
11:19:53 #10 42.48  xz                            aarch64   5.4.1-1.fc37           updates   420 k
11:19:53 #10 42.48  zip                           aarch64   3.0-33.fc37            fedora    256 k
11:19:53 #10 42.48  zstd                          aarch64   1.5.4-1.fc37           updates   438 k
11:19:53 #10 42.48 Installing weak dependencies:
11:19:53 #10 42.48  hunspell-en                   noarch    0.20140811.1-23.fc37   fedora    180 k
11:19:53 #10 42.48  perl-IO-Socket-IP             noarch    0.41-490.fc37          fedora     42 k
11:19:53 #10 42.48  perl-IO-Socket-SSL            noarch    2.075-1.fc37           fedora    221 k
11:19:53 #10 42.48  perl-Mozilla-CA               noarch    20211001-4.fc37        fedora     12 k
11:19:53 #10 42.48  perl-NDBM_File                aarch64   1.15-492.fc37          fedora     25 k
11:19:53 #10 42.48 
11:19:53 #10 42.48 Transaction Summary
11:19:53 #10 42.48 ================================================================================
11:19:53 #10 42.48 Install  137 Packages
11:19:53 #10 42.48 Upgrade    2 Packages
11:19:53 #10 42.48 
11:19:53 #10 42.49 Total download size: 30 M
11:19:53 #10 42.49 Downloading Packages:
11:19:53 #10 26.88 Selecting previously unselected package patch.
11:19:53 #10 26.88 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ...
11:19:53 #10 26.89 Unpacking patch (2.7.6-7) ...
11:19:53 #10 26.96 Selecting previously unselected package dpkg-dev.
11:19:53 #10 26.96 Preparing to unpack .../057-dpkg-dev_1.20.12_all.deb ...
11:19:53 #10 26.97 Unpacking dpkg-dev (1.20.12) ...
11:19:53 #11 47.41 Preparing to unpack .../161-libipc-run-perl_20220807.0-1_all.deb ...
11:19:53 #11 47.42 Unpacking libipc-run-perl (20220807.0-1) ...
11:19:53 #11 47.44 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:53 #11 47.45 Preparing to unpack .../162-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:53 #11 47.45 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:53 #11 47.48 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:53 #11 47.48 Preparing to unpack .../163-libclass-xsaccessor-perl_1.19-4_amd64.deb ...
11:19:53 #11 47.48 Unpacking libclass-xsaccessor-perl (1.19-4) ...
11:19:53 #11 47.51 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
11:19:53 #11 47.51 Preparing to unpack .../164-libb-hooks-op-check-perl_0.22-2_amd64.deb ...
11:19:53 #11 47.51 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2) ...
11:19:53 #11 47.56 Selecting previously unselected package libdynaloader-functions-perl.
11:19:53 #11 47.56 Preparing to unpack .../165-libdynaloader-functions-perl_0.003-2_all.deb ...
11:19:53 #11 47.56 Unpacking libdynaloader-functions-perl (0.003-2) ...
11:19:53 #11 47.59 Selecting previously unselected package libdevel-callchecker-perl.
11:19:53 #11 47.59 Preparing to unpack .../166-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
11:19:53 #11 47.59 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:19:53 #11 47.63 Selecting previously unselected package libparams-classify-perl:amd64.
11:19:53 #11 47.64 Preparing to unpack .../167-libparams-classify-perl_0.015-2_amd64.deb ...
11:19:53 #11 47.64 Unpacking libparams-classify-perl:amd64 (0.015-2) ...
11:19:53 #11 47.66 Selecting previously unselected package libmodule-runtime-perl.
11:19:53 #11 42.04 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ...
11:19:53 #11 42.04 Unpacking man-db (2.10.2-1) ...
11:19:53 #11 42.09 Selecting previously unselected package manpages.
11:19:53 #11 42.10 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:19:53 #11 42.10 Unpacking manpages (5.10-1ubuntu1) ...
11:19:53 #11 42.22 Selecting previously unselected package openssh-client.
11:19:53 #11 42.22 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ...
11:19:53 #11 42.23 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
11:19:53 #11 42.27 Selecting previously unselected package publicsuffix.
11:19:53 #11 42.27 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:19:53 #11 42.27 Unpacking publicsuffix (20211207.1025-1) ...
11:19:53 #11 42.30 Selecting previously unselected package libunwind8:amd64.
11:19:53 #11 42.30 Preparing to unpack .../048-libunwind8_1.3.2-2build2_amd64.deb ...
11:19:53 #11 42.31 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
11:19:53 #11 42.33 Selecting previously unselected package strace.
11:19:53 #11 42.33 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ...
11:19:53 #11 42.34 Unpacking strace (5.16-0ubuntu3) ...
11:19:53 #11 42.37 Selecting previously unselected package xauth.
11:19:53 #11 42.37 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ...
11:19:53 #11 42.38 Unpacking xauth (1:1.1-1build2) ...
11:19:53 #11 42.40 Selecting previously unselected package xz-utils.
11:19:53 #11 42.40 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
11:19:53 #11 43.62 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:19:53 #11 43.62 Unpacking readline-common (8.1.2-1) ...
11:19:53 #11 43.65 Selecting previously unselected package libreadline8:arm64.
11:19:53 #11 43.65 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
11:19:53 #11 43.66 Unpacking libreadline8:arm64 (8.1.2-1) ...
11:19:53 #11 43.69 Selecting previously unselected package libsqlite3-0:arm64.
11:19:53 #11 43.69 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
11:19:53 #11 43.70 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
11:19:53 #11 43.73 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:19:53 #11 43.73 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
11:19:53 #11 43.74 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
11:19:53 #11 43.83 Selecting previously unselected package python3.10.
11:19:53 #11 43.83 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
11:19:53 #11 43.84 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:19:53 #10 23.21 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
11:19:53 #10 23.28 Selecting previously unselected package python3.7-minimal.
11:19:53 #10 23.28 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:19:53 #10 23.29 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:53 #11 29.38 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
11:19:53 #11 29.39 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:19:53 #11 29.40 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
11:19:53 #11 29.42 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:19:53 #11 29.48 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:19:53 #11 29.51 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
11:19:53 #11 29.53 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:19:53 #11 29.54 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
11:19:53 #11 29.59 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
11:19:53 #9 52.24 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
11:19:53 #9 52.24 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
11:19:53 #9 52.25 Setting up libipc-run-perl (0.96-1) ...
11:19:53 #9 52.26 Setting up libcgi-pm-perl (4.38-1) ...
11:19:53 #9 52.27 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:19:53 #9 52.28 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
11:19:53 #9 52.44 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
11:19:53 #9 52.45 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
11:19:53 #9 52.48 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:19:53 #9 52.48 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
11:19:53 #9 52.48 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:19:53 #9 52.50 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:19:53 #10 46.43 Preparing to unpack .../228-libmail-sendmail-perl_0.80-1_all.deb ...
11:19:53 #10 46.43 Unpacking libmail-sendmail-perl (0.80-1) ...
11:19:53 #10 46.47 Selecting previously unselected package librole-tiny-perl.
11:19:53 #10 46.47 Preparing to unpack .../229-librole-tiny-perl_2.000006-1_all.deb ...
11:19:53 #10 46.48 Unpacking librole-tiny-perl (2.000006-1) ...
11:19:53 #10 46.51 Selecting previously unselected package libstrictures-perl.
11:19:53 #10 46.51 Preparing to unpack .../230-libstrictures-perl_2.000003-1_all.deb ...
11:19:53 #10 46.51 Unpacking libstrictures-perl (2.000003-1) ...
11:19:53 #10 46.55 Selecting previously unselected package libsub-quote-perl.
11:19:53 #10 46.55 Preparing to unpack .../231-libsub-quote-perl_2.005000-1_all.deb ...
11:19:53 #10 46.56 Unpacking libsub-quote-perl (2.005000-1) ...
11:19:53 #10 46.59 Selecting previously unselected package libmoo-perl.
11:19:53 #10 46.59 Preparing to unpack .../232-libmoo-perl_2.003004-1_all.deb ...
11:19:53 #10 46.60 Unpacking libmoo-perl (2.003004-1) ...
11:19:53 #10 46.63 Selecting previously unselected package libpackage-stash-perl.
11:19:53 #10 46.63 Preparing to unpack .../233-libpackage-stash-perl_0.37-1_all.deb ...
11:19:53 #10 46.64 Unpacking libpackage-stash-perl (0.37-1) ...
11:19:53 #10 46.68 Selecting previously unselected package libsub-identify-perl.
11:19:53 #11 30.74 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:19:53 #13 8.885 (52/68): perl-File-Copy-2.34-480.el9.noarch.rpm 292 kB/s |  21 kB     00:00    
11:19:53 #13 8.959 (53/68): perl-File-Find-1.37-480.el9.noarch.rpm 360 kB/s |  27 kB     00:00    
11:19:53 #13 9.033 (54/68): perl-Git-2.39.1-1.el9.noarch.rpm       535 kB/s |  39 kB     00:00    
11:19:53 #13 9.106 (55/68): perl-TermReadKey-2.38-11.el9.x86_64.rp 507 kB/s |  37 kB     00:00    
11:19:53 #11 49.92 124 added, 0 removed; done.
11:19:53 #11 49.95 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:53 #11 49.96 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:53 #11 49.97 Setting up bsdmainutils (11.1.2ubuntu3) ...
11:19:53 #11 49.99 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:19:53 #11 50.00 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
11:19:53 #11 50.00 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:19:53 #11 50.00 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
11:19:53 #11 50.01 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
11:19:53 #11 50.02 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
11:19:53 #14 5.183 (74/74): systemd-devel-239-71.el8.aarch64.rpm   657 kB/s | 401 kB     00:00    
11:19:53 #14 5.187 --------------------------------------------------------------------------------
11:19:53 #14 5.187 Total                                            39 MB/s | 107 MB     00:02     
11:19:53 #13 7.187 (14/70): openssh-8.7p1-28.el9.aarch64.rpm       3.3 MB/s | 448 kB     00:00    
11:19:53 #13 7.225 (15/70): openssh-clients-8.7p1-28.el9.aarch64.r 5.0 MB/s | 679 kB     00:00    
11:19:53 #13 7.227 (16/70): rpm-plugin-selinux-4.16.1.3-22.el9.aar 226 kB/s |  18 kB     00:00    
11:19:53 #13 7.255 (17/70): selinux-policy-38.1.8-1.el9.noarch.rpm 829 kB/s |  55 kB     00:00    
11:19:53 #14 3.759 (15/71): libuv-1.41.1-1.el8_4.x86_64.rpm         19 MB/s | 156 kB     00:00    
11:19:53 #14 3.767 (16/71): libxkbcommon-0.9.1-1.el8.x86_64.rpm     14 MB/s | 116 kB     00:00    
11:19:53 #14 3.774 (17/71): perl-Error-0.17025-2.el8.noarch.rpm    6.7 MB/s |  46 kB     00:00    
11:19:53 #14 3.779 (18/71): perl-Git-2.39.1-1.el8.noarch.rpm        17 MB/s |  78 kB     00:00    
11:19:53 #14 3.784 (19/71): perl-TermReadKey-2.37-7.el8.x86_64.rpm 9.7 MB/s |  40 kB     00:00    
11:19:53 #14 3.788 (20/71): perl-Thread-Queue-3.13-1.el8.noarch.rp 6.3 MB/s |  24 kB     00:00    
11:19:53 #14 3.794 (21/71): vim-filesystem-8.0.1763-19.el8.4.noarc 9.3 MB/s |  50 kB     00:00    
11:19:53 #14 3.814 (22/71): xkeyboard-config-2.28-1.el8.noarch.rpm  40 MB/s | 782 kB     00:00    
11:19:53 #14 3.957 (23/71): cmake-3.20.2-5.el8.x86_64.rpm           28 MB/s |  12 MB     00:00    
11:19:53 #14 4.009 (24/71): git-core-2.39.1-1.el8.x86_64.rpm        24 MB/s |  10 MB     00:00    
11:19:53 #14 4.018 (25/71): checkpolicy-2.9-1.el8.x86_64.rpm       5.7 MB/s | 348 kB     00:00    
11:19:53 #14 4.031 (26/71): annobin-10.94-1.el8.x86_64.rpm         4.3 MB/s | 965 kB     00:00    
11:19:53 #14 4.043 (27/71): gcc-plugin-annobin-8.5.0-18.el8.x86_64 3.1 MB/s |  35 kB     00:00    
11:19:53 #14 4.050 (28/71): glibc-devel-2.28-225.el8.x86_64.rpm     13 MB/s |  83 kB     00:00    
11:19:53 #14 4.065 (29/71): glibc-headers-2.28-225.el8.x86_64.rpm   32 MB/s | 488 kB     00:00    
11:19:53 #14 4.125 (30/71): glibc-langpack-en-2.28-225.el8.x86_64.  14 MB/s | 827 kB     00:00    
11:19:53 #10 43.87 Setting up libgdbm-compat4:arm64 (1.19-2) ...
11:19:53 #10 43.89 Setting up ucf (3.0043) ...
11:19:53 #10 44.02 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
11:19:53 #10 44.03 Setting up gcc-10 (10.2.1-6) ...
11:19:53 #10 44.04 Setting up dwz (0.13+20210201-1) ...
11:19:53 #10 44.05 Setting up groff-base (1.22.4-6) ...
11:19:53 #10 44.07 Setting up cpp (4:10.2.1-1) ...
11:19:53 #10 44.08 Setting up pixz (1.0.7-1) ...
11:19:53 #10 44.09 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:19:53 #10 44.10 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
11:19:53 #10 44.11 Setting up libc6-dev:arm64 (2.31-13+deb11u5) ...
11:19:53 #10 44.12 Setting up libx11-6:arm64 (2:1.7.2-1) ...
11:19:53 #10 44.14 Setting up curl (7.74.0-1.3+deb11u7) ...
11:19:53 #10 44.15 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:19:53 #10 44.16 Setting up gpg (2.2.27-2+deb11u2) ...
11:19:53 #10 44.17 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:19:53 #10 44.18 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
11:19:53 #10 44.19 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:19:53 #10 44.20 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
11:19:53 #10 44.21 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:19:53 #10 25.68 Selecting previously unselected package python3-minimal.
11:19:53 #10 25.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10737 files and directories currently installed.)
11:19:53 #10 25.68 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:19:53 #10 25.69 Unpacking python3-minimal (3.9.2-3) ...
11:19:53 #10 25.72 Selecting previously unselected package media-types.
11:19:53 #10 25.72 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:19:53 #10 27.96 Selecting previously unselected package libubsan1:armhf.
11:19:53 #10 27.96 Preparing to unpack .../052-libubsan1_12.2.0-14_armhf.deb ...
11:19:53 #10 27.96 Unpacking libubsan1:armhf (12.2.0-14) ...
11:19:53 #10 28.12 Selecting previously unselected package libgcc-12-dev:armhf.
11:19:53 #10 28.12 Preparing to unpack .../053-libgcc-12-dev_12.2.0-14_armhf.deb ...
11:19:53 #10 28.12 Unpacking libgcc-12-dev:armhf (12.2.0-14) ...
11:19:53 #10 50.68 Selecting previously unselected package pbzip2.
11:19:53 #10 50.68 Preparing to unpack .../381-pbzip2_1.1.13-1_amd64.deb ...
11:19:53 #10 50.68 Unpacking pbzip2 (1.1.13-1) ...
11:19:53 #10 50.71 Selecting previously unselected package pixz.
11:19:53 #10 50.72 Preparing to unpack .../382-pixz_1.0.7-2_amd64.deb ...
11:19:53 #10 50.72 Unpacking pixz (1.0.7-2) ...
11:19:53 #10 50.75 Selecting previously unselected package xdelta.
11:19:53 #11 27.21 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:53 #10 35.48 Unpacking libfakeroot:armhf (1.23-1) ...
11:19:53 #10 35.52 Selecting previously unselected package fakeroot.
11:19:53 #10 35.52 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ...
11:19:53 #10 35.52 Unpacking fakeroot (1.23-1) ...
11:19:53 #10 35.58 Selecting previously unselected package libassuan0:armhf.
11:19:53 #10 35.58 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ...
11:19:53 #10 35.58 Unpacking libassuan0:armhf (2.5.2-1) ...
11:19:53 #10 35.61 Selecting previously unselected package gpgconf.
11:19:53 #10 35.61 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
11:19:53 #10 35.62 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:19:53 #10 35.70 Selecting previously unselected package libksba8:armhf.
11:19:53 #10 35.70 Preparing to unpack .../088-libksba8_1.3.5-2+deb10u2_armhf.deb ...
11:19:53 #10 27.19 Selecting previously unselected package build-essential.
11:19:53 #10 27.19 Preparing to unpack .../058-build-essential_12.9_armhf.deb ...
11:19:53 #10 27.20 Unpacking build-essential (12.9) ...
11:19:53 #10 27.23 Selecting previously unselected package libbrotli1:armhf.
11:19:53 #10 27.23 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ...
11:19:53 #10 27.24 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
11:19:53 #10 27.34 Selecting previously unselected package libsasl2-modules-db:armhf.
11:19:53 #10 27.34 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:19:53 #11 40.19 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:19:53 #11 47.66 Preparing to unpack .../168-libmodule-runtime-perl_0.016-2_all.deb ...
11:19:53 #11 47.67 Unpacking libmodule-runtime-perl (0.016-2) ...
11:19:53 #11 47.69 Selecting previously unselected package libimport-into-perl.
11:19:53 #11 47.69 Preparing to unpack .../169-libimport-into-perl_1.002005-2_all.deb ...
11:19:53 #11 47.70 Unpacking libimport-into-perl (1.002005-2) ...
11:19:53 #11 47.72 Selecting previously unselected package librole-tiny-perl.
11:19:53 #11 47.72 Preparing to unpack .../170-librole-tiny-perl_2.002004-1_all.deb ...
11:19:53 #11 47.73 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:53 #11 47.75 Selecting previously unselected package libsub-quote-perl.
11:19:53 #11 47.75 Preparing to unpack .../171-libsub-quote-perl_2.006006-1_all.deb ...
11:19:53 #11 47.76 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:53 #11 47.78 Selecting previously unselected package libmoo-perl.
11:19:53 #11 47.78 Preparing to unpack .../172-libmoo-perl_2.005004-3_all.deb ...
11:19:53 #11 47.79 Unpacking libmoo-perl (2.005004-3) ...
11:19:53 #11 47.81 Selecting previously unselected package libencode-locale-perl.
11:19:53 #11 47.81 Preparing to unpack .../173-libencode-locale-perl_1.05-2_all.deb ...
11:19:53 #11 47.82 Unpacking libencode-locale-perl (1.05-2) ...
11:19:53 #11 47.84 Selecting previously unselected package libtimedate-perl.
11:19:53 #11 47.84 Preparing to unpack .../174-libtimedate-perl_2.3300-2_all.deb ...
11:19:53 #11 47.85 Unpacking libtimedate-perl (2.3300-2) ...
11:19:53 #11 47.88 Selecting previously unselected package libhttp-date-perl.
11:19:53 #11 47.88 Preparing to unpack .../175-libhttp-date-perl_6.05-1_all.deb ...
11:19:53 #11 47.88 Unpacking libhttp-date-perl (6.05-1) ...
11:19:53 #11 47.91 Selecting previously unselected package libfile-listing-perl.
11:19:53 #11 42.41 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:19:53 #11 42.44 Selecting previously unselected package libsigsegv2:amd64.
11:19:53 #11 42.44 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
11:19:53 #11 42.44 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:19:53 #11 42.47 Selecting previously unselected package m4.
11:19:53 #11 42.47 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ...
11:19:53 #11 42.47 Unpacking m4 (1.4.18-5ubuntu2) ...
11:19:53 #11 42.50 Selecting previously unselected package autoconf.
11:19:53 #11 42.50 Preparing to unpack .../054-autoconf_2.71-2_all.deb ...
11:19:53 #11 42.50 Unpacking autoconf (2.71-2) ...
11:19:53 #11 42.54 Selecting previously unselected package autotools-dev.
11:19:53 #11 42.54 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ...
11:19:53 #11 42.55 Unpacking autotools-dev (20220109.1) ...
11:19:53 #11 42.58 Selecting previously unselected package automake.
11:19:53 #11 42.58 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ...
11:19:53 #11 42.58 Unpacking automake (1:1.16.5-1.3) ...
11:19:53 #11 42.62 Selecting previously unselected package autopoint.
11:19:53 #11 43.87 Selecting previously unselected package libpython3-stdlib:arm64.
11:19:53 #11 43.87 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
11:19:53 #11 43.87 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
11:19:53 #11 43.90 Setting up python3-minimal (3.10.6-1~22.04) ...
11:19:53 #11 44.09 Selecting previously unselected package python3.
11:19:53 #10 23.53 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:19:53 #10 23.55 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
11:19:53 #10 23.56 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:19:53 #11 43.13 Selecting previously unselected package gcc.
11:19:53 #11 43.13 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:19:53 #11 43.14 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:19:53 #11 43.17 Selecting previously unselected package libstdc++-9-dev:arm64.
11:19:53 #11 43.17 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:53 #11 43.18 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:53 #11 29.60 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
11:19:53 #11 29.75 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:19:53 #9 52.52 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:19:53 #9 52.58 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:19:53 #9 52.63 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:19:53 #9 52.75 
11:19:53 #9 52.75 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:19:53 #10 46.68 Preparing to unpack .../234-libsub-identify-perl_0.14-1_arm64.deb ...
11:19:53 #10 46.68 Unpacking libsub-identify-perl (0.14-1) ...
11:19:53 #10 46.71 Selecting previously unselected package libnamespace-clean-perl.
11:19:53 #10 46.71 Preparing to unpack .../235-libnamespace-clean-perl_0.27-1_all.deb ...
11:19:53 #10 46.72 Unpacking libnamespace-clean-perl (0.27-1) ...
11:19:53 #10 46.76 Selecting previously unselected package libnumber-compare-perl.
11:19:53 #10 46.76 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
11:19:53 #10 46.76 Unpacking libnumber-compare-perl (0.03-1) ...
11:19:53 #10 46.79 Selecting previously unselected package libnumber-range-perl.
11:19:53 #10 46.80 Preparing to unpack .../237-libnumber-range-perl_0.12-1_all.deb ...
11:19:53 #10 46.80 Unpacking libnumber-range-perl (0.12-1) ...
11:19:53 #10 46.83 Selecting previously unselected package libpackage-stash-xs-perl.
11:19:53 #10 46.84 Preparing to unpack .../238-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
11:19:53 #10 46.84 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:19:53 #10 46.87 Selecting previously unselected package libparse-debianchangelog-perl.
11:19:53 #10 46.88 Preparing to unpack .../239-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:19:53 #10 46.88 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:19:53 #10 46.92 Selecting previously unselected package libtext-glob-perl.
11:19:54 #11 31.13 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-html-perl all 1.004-3 [15.9 kB]
11:19:54 #11 31.14 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:19:54 #11 31.14 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-message-perl all 6.37-1 [76.3 kB]
11:19:54 #13 9.179 (56/68): perl-Thread-Queue-3.14-460.el9.noarch. 306 kB/s |  22 kB     00:00    
11:19:54 #13 9.253 (57/68): perl-lib-0.65-480.el9.x86_64.rpm       221 kB/s |  16 kB     00:00    
11:19:54 #13 9.328 (58/68): perl-threads-2.25-460.el9.x86_64.rpm   797 kB/s |  58 kB     00:00    
11:19:54 #13 9.399 (59/68): perl-threads-shared-1.61-460.el9.x86_6 615 kB/s |  45 kB     00:00    
11:19:54 #11 50.03 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
11:19:54 #11 50.04 Setting up dwz (0.13-5) ...
11:19:54 #11 50.05 Setting up groff-base (1.22.4-4build1) ...
11:19:54 #11 50.07 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:19:54 #11 50.08 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:54 #11 50.10 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
11:19:54 #11 50.11 Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
11:19:54 #11 50.12 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
11:19:54 #11 50.13 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:19:54 #11 50.14 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:19:54 #14 4.258 (31/71): cpp-8.5.0-18.el8.x86_64.rpm             42 MB/s |  10 MB     00:00    
11:19:54 #14 4.266 (32/71): less-530-1.el8.x86_64.rpm               22 MB/s | 164 kB     00:00    
11:19:54 #14 4.274 (33/71): libedit-3.1-23.20170329cvs.el8.x86_64.  15 MB/s | 102 kB     00:00    
11:19:54 #14 4.282 (34/71): libgomp-8.5.0-18.el8.x86_64.rpm         27 MB/s | 208 kB     00:00    
11:19:54 #14 4.291 (35/71): libselinux-devel-2.9-8.el8.x86_64.rpm   21 MB/s | 200 kB     00:00    
11:19:54 #14 4.301 (36/71): libselinux-utils-2.9-8.el8.x86_64.rpm   27 MB/s | 243 kB     00:00    
11:19:54 #14 4.308 (37/71): libsepol-devel-2.9-3.el8.x86_64.rpm     13 MB/s |  87 kB     00:00    
11:19:54 #14 4.312 (38/71): libxcrypt-devel-4.1.1-6.el8.x86_64.rpm 6.0 MB/s |  25 kB     00:00    
11:19:54 #14 4.321 (39/71): m4-1.4.18-7.el8.x86_64.rpm              27 MB/s | 223 kB     00:00    
11:19:54 #14 4.377 (40/71): kernel-headers-4.18.0-448.el8.x86_64.r  42 MB/s |  11 MB     00:00    
11:19:54 #10 25.73 Unpacking media-types (4.0.0) ...
11:19:54 #10 25.77 Selecting previously unselected package libmpdec3:armhf.
11:19:54 #10 25.77 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
11:19:54 #10 25.78 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
11:19:54 #10 25.83 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:19:54 #10 25.83 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
11:19:54 #10 25.83 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:19:54 #10 28.27 Selecting previously unselected package gcc-12.
11:19:54 #10 28.27 Preparing to unpack .../054-gcc-12_12.2.0-14_armhf.deb ...
11:19:54 #10 28.27 Unpacking gcc-12 (12.2.0-14) ...
11:19:54 #10 50.76 Preparing to unpack .../383-xdelta_1.1.3-10.4_amd64.deb ...
11:19:54 #10 50.76 Unpacking xdelta (1.1.3-10.4) ...
11:19:54 #10 50.79 Selecting previously unselected package xdelta3.
11:19:54 #10 50.79 Preparing to unpack .../384-xdelta3_3.0.11-dfsg-1.2_amd64.deb ...
11:19:54 #10 50.79 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
11:19:54 #10 50.83 Selecting previously unselected package pristine-tar.
11:19:54 #10 50.83 Preparing to unpack .../385-pristine-tar_1.50_amd64.deb ...
11:19:54 #10 50.84 Unpacking pristine-tar (1.50) ...
11:19:54 #10 50.88 Selecting previously unselected package publicsuffix.
11:19:54 #10 50.88 Preparing to unpack .../386-publicsuffix_20230209.2326-1_all.deb ...
11:19:54 #10 50.88 Unpacking publicsuffix (20230209.2326-1) ...
11:19:54 #10 50.93 Selecting previously unselected package python-apt-common.
11:19:54 #10 50.94 Preparing to unpack .../387-python-apt-common_2.5.3_all.deb ...
11:19:54 #10 50.94 Unpacking python-apt-common (2.5.3) ...
11:19:54 #10 50.99 Selecting previously unselected package python3-apt.
11:19:54 #10 50.99 Preparing to unpack .../388-python3-apt_2.5.3_amd64.deb ...
11:19:54 #11 27.23 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
11:19:54 #11 27.24 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
11:19:54 #11 27.49 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:54 #10 35.70 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
11:19:54 #10 35.77 Selecting previously unselected package libnpth0:armhf.
11:19:54 #10 35.77 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ...
11:19:54 #10 35.77 Unpacking libnpth0:armhf (1.6-1) ...
11:19:54 #10 35.84 Selecting previously unselected package dirmngr.
11:19:54 #10 35.84 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 35.87 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:19:54 #10 35.97 Selecting previously unselected package gnupg-l10n.
11:19:54 #13 80.16 --------------------------------------------------------------------------------
11:19:54 #13 80.16 Total                                              1.7 MB/s |  74 MB  00:43     
11:19:54 #13 80.40 Running transaction check
11:19:54 #13 80.66 Running transaction test
11:19:54 #13 80.90 Transaction test succeeded
11:19:54 #13 80.91 Running transaction
11:19:54 #13 81.98   Updating   : glibc-2.17-326.el7_9.aarch64                                1/65 
11:19:54 #13 85.74   Updating   : glibc-common-2.17-326.el7_9.aarch64                         2/65 
11:19:54 #10 52.43 Setting up libgnutls-dane0:amd64 (3.6.7-4+deb10u10) ...
11:19:54 #11 40.48 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-form-perl all 6.10-1 [23.0 kB]
11:19:54 #11 40.50 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-format-perl all 2.16-1 [38.2 kB]
11:19:54 #11 40.53 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:19:54 #11 40.54 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:19:54 #11 40.57 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:19:54 #11 40.59 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libindirect-perl arm64 0.39-2 [22.0 kB]
11:19:54 #11 40.61 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:19:54 #11 40.61 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:19:54 #11 40.62 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
11:19:54 #11 40.65 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:19:54 #10 37.35 Selecting previously unselected package libxml2:armhf.
11:19:54 #10 37.35 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_armhf.deb ...
11:19:54 #10 37.36 Unpacking libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:19:54 #10 37.44 Selecting previously unselected package libyaml-0-2:armhf.
11:19:54 #10 37.44 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_armhf.deb ...
11:19:54 #10 37.45 Unpacking libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
11:19:54 #10 37.48 Selecting previously unselected package lsb-release.
11:19:54 #10 37.48 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:19:54 #10 37.49 Unpacking lsb-release (9.20170808ubuntu1) ...
11:19:54 #10 37.52 Selecting previously unselected package netbase.
11:19:54 #10 37.52 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:19:54 #10 37.53 Unpacking netbase (5.4) ...
11:19:54 #11 47.91 Preparing to unpack .../176-libfile-listing-perl_6.15-1_all.deb ...
11:19:54 #11 47.91 Unpacking libfile-listing-perl (6.15-1) ...
11:19:54 #11 47.93 Selecting previously unselected package libhtml-tagset-perl.
11:19:54 #11 47.94 Preparing to unpack .../177-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:54 #11 47.94 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:54 #11 47.97 Selecting previously unselected package liburi-perl.
11:19:54 #11 47.97 Preparing to unpack .../178-liburi-perl_5.12-1ubuntu1_all.deb ...
11:19:54 #11 47.97 Unpacking liburi-perl (5.12-1ubuntu1) ...
11:19:54 #11 48.00 Selecting previously unselected package libhtml-parser-perl:amd64.
11:19:54 #11 48.01 Preparing to unpack .../179-libhtml-parser-perl_3.78-1_amd64.deb ...
11:19:54 #11 48.01 Unpacking libhtml-parser-perl:amd64 (3.78-1) ...
11:19:54 #11 48.03 Selecting previously unselected package libhtml-tree-perl.
11:19:54 #11 48.03 Preparing to unpack .../180-libhtml-tree-perl_5.07-2_all.deb ...
11:19:54 #11 48.04 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:54 #11 48.08 Selecting previously unselected package libio-html-perl.
11:19:54 #11 48.08 Preparing to unpack .../181-libio-html-perl_1.004-3_all.deb ...
11:19:54 #11 48.09 Unpacking libio-html-perl (1.004-3) ...
11:19:54 #11 48.11 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:54 #11 48.11 Preparing to unpack .../182-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:54 #11 48.11 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:54 #11 48.14 Selecting previously unselected package libhttp-message-perl.
11:19:54 #11 48.14 Preparing to unpack .../183-libhttp-message-perl_6.37-1_all.deb ...
11:19:54 #11 48.14 Unpacking libhttp-message-perl (6.37-1) ...
11:19:54 #11 48.17 Selecting previously unselected package libhttp-cookies-perl.
11:19:54 #11 48.17 Preparing to unpack .../184-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:54 #11 48.18 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:54 #11 48.20 Selecting previously unselected package libhttp-negotiate-perl.
11:19:54 #11 48.20 Preparing to unpack .../185-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:54 #11 48.20 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:54 #11 48.23 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:54 #10 48.76 Dependencies resolved.
11:19:54 #10 48.79 ================================================================================
11:19:54 #10 48.79  Package                       Arch     Version                 Repo       Size
11:19:54 #10 48.79 ================================================================================
11:19:54 #10 48.79 Installing:
11:19:54 #10 48.79  dnf-plugins-core              noarch   4.3.1-1.fc37            fedora     34 k
11:19:54 #10 48.79  rpm-build                     x86_64   4.18.0-1.fc37           fedora     77 k
11:19:54 #10 48.79  rpmlint                       noarch   2.4.0-3.fc37            updates   330 k
11:19:54 #10 48.79 Upgrading:
11:19:54 #10 48.79  elfutils-libelf               x86_64   0.189-1.fc37            updates   195 k
11:19:54 #10 48.79  elfutils-libs                 x86_64   0.189-1.fc37            updates   259 k
11:19:54 #10 48.79 Installing dependencies:
11:19:54 #10 48.79  ansible-srpm-macros           noarch   1-8.1.fc37              updates   8.6 k
11:19:54 #10 48.79  binutils                      x86_64   2.38-25.fc37            updates   5.4 M
11:19:54 #10 48.79  binutils-gold                 x86_64   2.38-25.fc37            updates   775 k
11:19:54 #10 48.79  bzip2                         x86_64   1.0.8-12.fc37           fedora     52 k
11:19:54 #10 48.79  cpio                          x86_64   2.13-13.fc37            fedora    277 k
11:19:54 #10 48.79  dash                          x86_64   0.5.11.5-2.fc37         fedora     98 k
11:19:54 #10 48.79  dbus-libs                     x86_64   1:1.14.6-1.fc37         updates   155 k
11:19:54 #10 48.79  debugedit                     x86_64   5.0-7.fc37              updates    77 k
11:19:54 #10 48.79  desktop-file-utils            x86_64   0.26-7.fc37             fedora     72 k
11:19:54 #10 48.79  devscripts-checkbashisms      x86_64   2.22.2-3.fc37           fedora     28 k
11:19:54 #10 48.79  diffutils                     x86_64   3.8-3.fc37              fedora    378 k
11:19:54 #10 48.79  dwz                           x86_64   0.14-7.fc37             fedora    129 k
11:19:54 #10 48.79  ed                            x86_64   1.18-2.fc37             fedora     78 k
11:19:54 #10 48.79  efi-srpm-macros               noarch   5-6.fc37                fedora     22 k
11:19:54 #10 48.79  elfutils                      x86_64   0.189-1.fc37            updates   537 k
11:19:54 #10 48.79  elfutils-debuginfod-client    x86_64   0.189-1.fc37            updates    39 k
11:19:54 #10 48.79  emacs-filesystem              noarch   1:28.2-3.fc37           updates   7.5 k
11:19:54 #10 48.79  enchant2                      x86_64   2.3.4-1.fc37            updates    63 k
11:19:54 #10 48.79  file                          x86_64   5.42-4.fc37             fedora     49 k
11:19:54 #10 48.79  fonts-srpm-macros             noarch   1:2.0.5-9.fc37          fedora     26 k
11:19:54 #10 48.79  fpc-srpm-macros               noarch   1.3-6.fc37              fedora    7.7 k
11:19:54 #10 48.79  gdb-minimal                   x86_64   13.1-1.fc37             updates   4.2 M
11:19:54 #10 48.79  gdk-pixbuf2                   x86_64   2.42.10-1.fc37          fedora    485 k
11:19:54 #10 48.79  ghc-srpm-macros               noarch   1.6.1-1.fc37            updates   8.0 k
11:19:54 #10 48.79  glibc-gconv-extra             x86_64   2.36-9.fc37             updates   1.6 M
11:19:54 #10 48.79  gnat-srpm-macros              noarch   5-1.fc37                updates   8.3 k
11:19:54 #10 48.79  go-srpm-macros                noarch   3.2.0-1.fc37            fedora     27 k
11:19:54 #10 48.79  groff-base                    x86_64   1.22.4-10.fc37          fedora    1.1 M
11:19:54 #10 48.79  hunspell                      x86_64   1.7.0-21.fc37           fedora    281 k
11:19:54 #10 48.79  hunspell-en-GB                noarch   0.20140811.1-23.fc37    fedora    225 k
11:19:54 #10 48.79  hunspell-en-US                noarch   0.20140811.1-23.fc37    fedora    176 k
11:19:54 #10 48.79  hunspell-filesystem           x86_64   1.7.0-21.fc37           fedora    8.8 k
11:19:54 #10 48.79  json-glib                     x86_64   1.6.6-3.fc37            fedora    162 k
11:19:54 #10 48.79  kernel-srpm-macros            noarch   1.0-15.fc37             fedora    9.4 k
11:19:54 #10 48.79  libappstream-glib             x86_64   0.8.1-1.fc37            fedora    404 k
11:19:54 #10 48.79  libjpeg-turbo                 x86_64   2.1.3-2.fc37            fedora    181 k
11:19:54 #10 48.79  libpkgconf                    x86_64   1.8.0-3.fc37            fedora     36 k
11:19:54 #10 48.79  libpng                        x86_64   2:1.6.37-13.fc37        fedora    119 k
11:19:54 #10 48.79  libstemmer                    x86_64   0-19.585svn.fc37        fedora     79 k
11:19:54 #10 48.79  lua-srpm-macros               noarch   1-7.fc37                fedora    8.8 k
11:19:54 #10 48.79  ncurses                       x86_64   6.3-4.20220501.fc37     updates   409 k
11:19:54 #10 48.79  nim-srpm-macros               noarch   3-7.fc37                fedora    8.4 k
11:19:54 #10 48.79  ocaml-srpm-macros             noarch   7-2.fc37                fedora     13 k
11:19:54 #10 48.79  openblas-srpm-macros          noarch   2-12.fc37               fedora    7.5 k
11:19:54 #10 48.79  package-notes-srpm-macros     noarch   0.5-6.fc37              fedora     11 k
11:19:54 #10 48.79  patch                         x86_64   2.7.6-17.fc37           fedora    124 k
11:19:54 #10 48.79  perl-AutoLoader               noarch   5.74-492.fc37           fedora     24 k
11:19:54 #10 48.79  perl-B                        x86_64   1.83-492.fc37           fedora    184 k
11:19:54 #10 48.79  perl-Carp                     noarch   1.52-489.fc37           fedora     29 k
11:19:54 #10 48.79  perl-Class-Struct             noarch   0.66-492.fc37           fedora     25 k
11:19:54 #10 48.79  perl-Data-Dumper              x86_64   2.184-490.fc37          fedora     56 k
11:19:54 #10 48.79  perl-Digest                   noarch   1.20-489.fc37           fedora     26 k
11:19:54 #10 48.79  perl-Digest-MD5               x86_64   2.58-489.fc37           fedora     36 k
11:19:54 #10 48.79  perl-DynaLoader               x86_64   1.52-492.fc37           fedora     29 k
11:19:54 #10 48.79  perl-Encode                   x86_64   4:3.19-492.fc37         fedora    1.7 M
11:19:54 #10 48.79  perl-Errno                    x86_64   1.36-492.fc37           fedora     18 k
11:19:54 #10 48.79  perl-Exporter                 noarch   5.77-489.fc37           fedora     31 k
11:19:54 #10 48.79  perl-Fcntl                    x86_64   1.15-492.fc37           fedora     24 k
11:19:54 #10 48.79  perl-File-Basename            noarch   2.85-492.fc37           fedora     20 k
11:19:54 #10 48.79  perl-File-Path                noarch   2.18-489.fc37           fedora     35 k
11:19:54 #10 48.79  perl-File-Temp                noarch   1:0.231.100-489.fc37    fedora     59 k
11:19:54 #10 48.79  perl-File-stat                noarch   1.12-492.fc37           fedora     20 k
11:19:54 #10 48.79  perl-FileHandle               noarch   2.03-492.fc37           fedora     19 k
11:19:54 #10 48.79  perl-Getopt-Long              noarch   1:2.54-1.fc37           updates    60 k
11:19:54 #10 48.79  perl-Getopt-Std               noarch   1.13-492.fc37           fedora     19 k
11:19:54 #10 48.79  perl-HTTP-Tiny                noarch   0.082-1.fc37            fedora     55 k
11:19:54 #10 48.79  perl-IO                       x86_64   1.50-492.fc37           fedora     95 k
11:19:54 #10 48.79  perl-IPC-Open3                noarch   1.22-492.fc37           fedora     26 k
11:19:54 #10 48.79  perl-MIME-Base64              x86_64   3.16-489.fc37           fedora     30 k
11:19:54 #10 48.79  perl-Net-SSLeay               x86_64   1.92-4.fc37             fedora    362 k
11:19:54 #10 48.79  perl-POSIX                    x86_64   2.03-492.fc37           fedora    101 k
11:19:54 #10 48.79  perl-PathTools                x86_64   3.84-489.fc37           fedora     89 k
11:19:54 #10 48.79  perl-Pod-Escapes              noarch   1:1.07-489.fc37         fedora     20 k
11:19:54 #10 48.79  perl-Pod-Perldoc              noarch   3.28.01-490.fc37        fedora     90 k
11:19:54 #10 48.79  perl-Pod-Simple               noarch   1:3.43-490.fc37         fedora    225 k
11:19:54 #10 48.79  perl-Pod-Usage                noarch   4:2.03-3.fc37           fedora     40 k
11:19:54 #10 48.79  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc37         fedora     72 k
11:19:54 #10 48.79  perl-SelectSaver              noarch   1.02-492.fc37           fedora     15 k
11:19:54 #10 48.79  perl-Socket                   x86_64   4:2.036-1.fc37          fedora     55 k
11:19:54 #10 48.79  perl-Storable                 x86_64   1:3.26-489.fc37         fedora     97 k
11:19:54 #10 48.79  perl-Symbol                   noarch   1.09-492.fc37           fedora     17 k
11:19:54 #10 48.79  perl-Term-ANSIColor           noarch   5.01-490.fc37           fedora     48 k
11:19:54 #10 48.79  perl-Term-Cap                 noarch   1.17-489.fc37           fedora     22 k
11:19:54 #10 48.79  perl-Text-ParseWords          noarch   3.31-489.fc37           fedora     16 k
11:19:54 #10 48.79  perl-Text-Tabs+Wrap           noarch   2021.0814-489.fc37      fedora     22 k
11:19:54 #10 48.79  perl-Time-Local               noarch   2:1.300-489.fc37        fedora     33 k
11:19:54 #10 48.79  perl-URI                      noarch   5.17-1.fc37             updates   123 k
11:19:54 #10 48.79  perl-base                     noarch   2.27-492.fc37           fedora     19 k
11:19:54 #10 48.79  perl-constant                 noarch   1.33-490.fc37           fedora     23 k
11:19:54 #10 48.79  perl-if                       noarch   0.61.000-492.fc37       fedora     17 k
11:19:54 #10 48.79  perl-interpreter              x86_64   4:5.36.0-492.fc37       fedora     75 k
11:19:54 #10 48.79  perl-libnet                   noarch   3.14-490.fc37           fedora    132 k
11:19:54 #10 48.79  perl-libs                     x86_64   4:5.36.0-492.fc37       fedora    2.2 M
11:19:54 #10 48.79  perl-mro                      x86_64   1.26-492.fc37           fedora     32 k
11:19:54 #10 48.79  perl-overload                 noarch   1.35-492.fc37           fedora     49 k
11:19:54 #10 48.79  perl-overloading              noarch   0.02-492.fc37           fedora     16 k
11:19:54 #10 48.79  perl-parent                   noarch   1:0.238-489.fc37        fedora     14 k
11:19:54 #10 48.79  perl-podlators                noarch   1:4.14-489.fc37         fedora    116 k
11:19:54 #10 48.79  perl-srpm-macros              noarch   1-46.fc37               fedora    8.3 k
11:19:54 #10 48.79  perl-subs                     noarch   1.04-492.fc37           fedora     15 k
11:19:54 #10 48.79  perl-vars                     noarch   1.05-492.fc37           fedora     16 k
11:19:54 #10 48.79  pkgconf                       x86_64   1.8.0-3.fc37            fedora     41 k
11:19:54 #10 48.79  pkgconf-m4                    noarch   1.8.0-3.fc37            fedora     14 k
11:19:54 #10 48.79  pkgconf-pkg-config            x86_64   1.8.0-3.fc37            fedora     10 k
11:19:54 #10 48.79  pyproject-srpm-macros         noarch   1.6.3-1.fc37            updates    14 k
11:19:54 #10 48.79  python-srpm-macros            noarch   3.11-5.fc37             updates    24 k
11:19:54 #10 48.79  python3-construct             noarch   2.10.68-3.fc37          fedora    152 k
11:19:54 #10 48.79  python3-dateutil              noarch   1:2.8.2-4.fc37          fedora    361 k
11:19:54 #10 48.79  python3-dbus                  x86_64   1.3.2-1.fc37            updates   157 k
11:19:54 #10 48.79  python3-distro                noarch   1.7.0-3.fc37            fedora     48 k
11:19:54 #10 48.79  python3-dnf-plugins-core      noarch   4.3.1-1.fc37            fedora    278 k
11:19:54 #10 48.79  python3-enchant               noarch   3.2.2-5.fc37            fedora    103 k
11:19:54 #10 48.79  python3-file-magic            noarch   5.42-4.fc37             fedora     20 k
11:19:54 #10 48.79  python3-pybeam                noarch   0.7-4.fc37              fedora     32 k
11:19:54 #10 48.79  python3-pyxdg                 noarch   0.27-6.fc37             fedora    135 k
11:19:54 #10 48.79  python3-six                   noarch   1.16.0-8.fc37           fedora     42 k
11:19:54 #10 48.79  python3-tomli-w               noarch   1.0.0-4.fc37            fedora     21 k
11:19:54 #10 48.79  python3-zstandard             x86_64   0.19.0-1.fc37           updates   470 k
11:19:54 #10 48.79  qt5-srpm-macros               noarch   5.15.8-1.fc37           updates   8.0 k
11:19:54 #10 48.79  redhat-rpm-config             noarch   229-1.fc37              updates    80 k
11:19:54 #10 48.79  rpmautospec-rpm-macros        noarch   0.3.5-1.fc37            updates   9.3 k
11:19:54 #10 48.79  rpmlint-fedora-license-data   noarch   1.14-1.fc37             updates    19 k
11:19:54 #10 48.79  rust-srpm-macros              noarch   24-1.fc37               updates    12 k
11:19:54 #10 48.79  shared-mime-info              x86_64   2.2-2.fc37              fedora    381 k
11:19:54 #10 48.79  unzip                         x86_64   6.0-58.fc37             fedora    182 k
11:19:54 #10 48.79  xxhash-libs                   x86_64   0.8.1-3.fc37            fedora     41 k
11:19:54 #10 48.79  xz                            x86_64   5.4.1-1.fc37            updates   419 k
11:19:54 #10 48.79  zip                           x86_64   3.0-33.fc37             fedora    259 k
11:19:54 #10 48.79  zstd                          x86_64   1.5.4-1.fc37            updates   472 k
11:19:54 #10 48.79 Installing weak dependencies:
11:19:54 #10 48.79  hunspell-en                   noarch   0.20140811.1-23.fc37    fedora    180 k
11:19:54 #10 48.79  perl-IO-Socket-IP             noarch   0.41-490.fc37           fedora     42 k
11:19:54 #10 48.79  perl-IO-Socket-SSL            noarch   2.075-1.fc37            fedora    221 k
11:19:54 #10 48.79  perl-Mozilla-CA               noarch   20211001-4.fc37         fedora     12 k
11:19:54 #10 48.79  perl-NDBM_File                x86_64   1.15-492.fc37           fedora     25 k
11:19:54 #10 48.79 
11:19:54 #10 48.79 Transaction Summary
11:19:54 #10 48.79 ================================================================================
11:19:54 #10 48.79 Install  137 Packages
11:19:54 #10 48.79 Upgrade    2 Packages
11:19:54 #10 48.79 
11:19:54 #10 48.79 Total download size: 30 M
11:19:54 #10 48.79 Downloading Packages:
11:19:54 #10 27.34 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:19:54 #10 27.39 Selecting previously unselected package libsasl2-2:armhf.
11:19:54 #10 27.39 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:19:54 #10 27.39 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:19:54 #10 27.45 Selecting previously unselected package libldap-2.4-2:armhf.
11:19:54 #10 27.45 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
11:19:54 #10 27.46 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:19:54 #10 27.53 Selecting previously unselected package libnghttp2-14:armhf.
11:19:54 #10 27.53 Preparing to unpack .../063-libnghttp2-14_1.43.0-1_armhf.deb ...
11:19:54 #10 27.53 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
11:19:54 #10 27.60 Selecting previously unselected package libpsl5:armhf.
11:19:54 #10 27.60 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ...
11:19:54 #10 27.60 Unpacking libpsl5:armhf (0.21.0-1.2) ...
11:19:54 #10 27.65 Selecting previously unselected package librtmp1:armhf.
11:19:54 #10 27.65 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
11:19:54 #10 27.66 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:54 #11 42.63 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ...
11:19:54 #11 42.63 Unpacking autopoint (0.21-4ubuntu4) ...
11:19:54 #11 42.65 Selecting previously unselected package binutils-common:amd64.
11:19:54 #11 42.65 Preparing to unpack .../058-binutils-common_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.66 Unpacking binutils-common:amd64 (2.38-4ubuntu2.1) ...
11:19:54 #11 42.68 Selecting previously unselected package libbinutils:amd64.
11:19:54 #11 42.68 Preparing to unpack .../059-libbinutils_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.69 Unpacking libbinutils:amd64 (2.38-4ubuntu2.1) ...
11:19:54 #11 42.73 Selecting previously unselected package libctf-nobfd0:amd64.
11:19:54 #11 42.73 Preparing to unpack .../060-libctf-nobfd0_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.73 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
11:19:54 #11 42.76 Selecting previously unselected package libctf0:amd64.
11:19:54 #11 42.76 Preparing to unpack .../061-libctf0_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.76 Unpacking libctf0:amd64 (2.38-4ubuntu2.1) ...
11:19:54 #11 42.79 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:19:54 #11 42.79 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.79 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
11:19:54 #11 42.88 Selecting previously unselected package binutils.
11:19:54 #11 44.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 ... 5132 files and directories currently installed.)
11:19:54 #11 44.09 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ...
11:19:54 #11 44.10 Unpacking python3 (3.10.6-1~22.04) ...
11:19:54 #11 44.12 Selecting previously unselected package perl-modules-5.34.
11:19:54 #11 44.13 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:19:54 #11 44.13 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:19:54 #11 44.36 Selecting previously unselected package libgdbm6:arm64.
11:19:54 #10 48.55 Setting up libgdbm-compat4:amd64 (1.19-2) ...
11:19:54 #10 48.55 Setting up ucf (3.0043) ...
11:19:54 #10 48.64 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
11:19:54 #10 48.65 Setting up dwz (0.13+20210201-1) ...
11:19:54 #10 48.66 Setting up groff-base (1.22.4-6) ...
11:19:54 #10 48.68 Setting up cpp (4:10.2.1-1) ...
11:19:54 #10 48.70 Setting up pixz (1.0.7-1) ...
11:19:54 #10 48.70 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:19:54 #10 48.71 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
11:19:54 #10 48.72 Setting up libc6-dev:amd64 (2.31-13+deb11u5) ...
11:19:54 #10 48.73 Setting up libx11-6:amd64 (2:1.7.2-1) ...
11:19:54 #10 48.74 Setting up curl (7.74.0-1.3+deb11u7) ...
11:19:54 #10 48.75 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
11:19:54 #10 48.76 Setting up gpg (2.2.27-2+deb11u2) ...
11:19:54 #10 48.77 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
11:19:54 #10 48.78 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
11:19:54 #10 48.79 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:19:54 #10 48.80 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
11:19:54 #10 48.81 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
11:19:54 #10 48.82 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:19:54 #11 43.44 Selecting previously unselected package g++-9.
11:19:54 #11 43.44 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:19:54 #11 43.45 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:19:54 #11 29.90 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
11:19:54 #11 29.91 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:19:54 #11 30.00 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:19:54 #11 30.03 Get:313 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB]
11:19:54 #11 30.07 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
11:19:54 #11 30.14 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
11:19:54 #9 52.78 Setting up liblist-moreutils-perl (0.416-1build3) ...
11:19:54 #9 52.79 Setting up libtool (2.4.6-2) ...
11:19:54 #9 52.80 Setting up libhttp-date-perl (6.02-1) ...
11:19:54 #9 52.82 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:19:54 #9 52.83 Setting up build-essential (12.4ubuntu1) ...
11:19:54 #9 52.84 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.23) ...
11:19:54 #9 52.85 Setting up libdevel-callchecker-perl (0.007-2build1) ...
11:19:54 #9 52.86 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.23) ...
11:19:54 #9 52.88 Setting up devscripts (2.17.12ubuntu1.1) ...
11:19:54 #10 46.92 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
11:19:54 #10 46.92 Unpacking libtext-glob-perl (0.10-1) ...
11:19:54 #10 46.97 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:54 #10 46.97 Preparing to unpack .../241-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:19:54 #10 46.97 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:19:54 #10 47.01 Selecting previously unselected package libpath-tiny-perl.
11:19:54 #10 47.02 Preparing to unpack .../242-libpath-tiny-perl_0.104-1_all.deb ...
11:19:54 #10 47.02 Unpacking libpath-tiny-perl (0.104-1) ...
11:19:54 #10 47.06 Selecting previously unselected package libperlio-gzip-perl.
11:19:54 #10 47.06 Preparing to unpack .../243-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
11:19:54 #10 47.06 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:19:54 #10 47.10 Selecting previously unselected package libpod-constants-perl.
11:19:54 #10 47.10 Preparing to unpack .../244-libpod-constants-perl_0.19-1_all.deb ...
11:19:54 #10 47.11 Unpacking libpod-constants-perl (0.19-1) ...
11:19:54 #10 47.14 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:54 #10 47.14 Preparing to unpack .../245-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:19:54 #10 47.15 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:19:54 #10 47.21 Selecting previously unselected package libsasl2-modules:arm64.
11:19:54 #10 47.21 Preparing to unpack .../246-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:19:54 #10 47.21 Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:54 #10 47.25 Selecting previously unselected package libsort-key-perl.
11:19:54 #11 31.17 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:19:54 #11 31.17 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:19:54 #11 31.17 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf perl-openssl-defaults armhf 7 [7536 B]
11:19:54 #11 31.17 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ssleay-perl armhf 1.92-2 [306 kB]
11:19:54 #11 31.26 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
11:19:54 #11 31.29 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
11:19:54 #11 31.30 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:54 #13 9.561 (60/68): gcc-11.3.1-4.3.el9.x86_64.rpm           10 MB/s |  32 MB     00:03    
11:19:54 #13 9.566 (61/68): policycoreutils-devel-3.5-1.el9.x86_64 879 kB/s | 146 kB     00:00    
11:19:54 #13 9.648 (62/68): systemd-devel-252-8.el9.x86_64.rpm     7.7 MB/s | 642 kB     00:00    
11:19:54 #13 9.693 (63/68): device-mapper-devel-1.02.187-7.el9.x86 1.0 MB/s |  44 kB     00:00    
11:19:54 #14 4.388 (41/71): make-4.2.1-11.el8.x86_64.rpm           7.3 MB/s | 498 kB     00:00    
11:19:54 #14 4.398 (42/71): openssh-8.0p1-17.el8.x86_64.rpm         25 MB/s | 524 kB     00:00    
11:19:54 #14 4.413 (43/71): openssh-clients-8.0p1-17.el8.x86_64.rp  28 MB/s | 669 kB     00:00    
11:19:54 #14 4.421 (44/71): pcre2-devel-10.32-3.el8.x86_64.rpm      26 MB/s | 605 kB     00:00    
11:19:54 #14 4.427 (45/71): pcre2-utf16-10.32-3.el8.x86_64.rpm      16 MB/s | 229 kB     00:00    
11:19:54 #14 4.433 (46/71): pcre2-utf32-10.32-3.el8.x86_64.rpm      19 MB/s | 220 kB     00:00    
11:19:54 #14 4.436 (47/71): perl-Data-Dumper-2.167-399.el8.x86_64. 6.7 MB/s |  58 kB     00:00    
11:19:54 #14 4.445 (48/71): policycoreutils-2.9-21.1.el8.x86_64.rp  32 MB/s | 375 kB     00:00    
11:19:54 #14 4.452 (49/71): policycoreutils-devel-2.9-21.1.el8.x86  19 MB/s | 293 kB     00:00    
11:19:54 #14 4.458 (50/71): policycoreutils-python-utils-2.9-21.1.  19 MB/s | 253 kB     00:00    
11:19:54 #14 4.464 (51/71): python3-audit-3.0.7-4.el8.x86_64.rpm   7.5 MB/s |  87 kB     00:00    
11:19:54 #14 4.470 (52/71): python3-libselinux-2.9-8.el8.x86_64.rp  24 MB/s | 283 kB     00:00    
11:19:54 #14 4.475 (53/71): python3-libsemanage-2.9-9.el8.x86_64.r  11 MB/s | 128 kB     00:00    
11:19:54 #14 4.494 (54/71): python3-setools-4.3.0-3.el8.x86_64.rpm  34 MB/s | 624 kB     00:00    
11:19:54 #14 4.501 (55/71): rpm-plugin-selinux-4.14.3-26.el8.x86_6  14 MB/s |  78 kB     00:00    
11:19:54 #14 4.517 (56/71): selinux-policy-3.14.3-115.el8.noarch.r  41 MB/s | 659 kB     00:00    
11:19:54 #14 4.533 (57/71): python3-policycoreutils-2.9-21.1.el8.n  36 MB/s | 2.2 MB     00:00    
11:19:54 #14 4.560 (58/71): selinux-policy-devel-3.14.3-115.el8.no  36 MB/s | 1.5 MB     00:00    
11:19:54 #14 4.575 (59/71): systemd-devel-239-71.el8.x86_64.rpm     28 MB/s | 401 kB     00:00    
11:19:54 #14 4.586 (60/71): device-mapper-devel-1.02.181-9.el8.x86  27 MB/s | 284 kB     00:00    
11:19:54 #10 26.15 Selecting previously unselected package python3.9.
11:19:54 #10 26.15 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
11:19:54 #10 26.16 Unpacking python3.9 (3.9.2-1+rpi1) ...
11:19:54 #10 26.22 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:54 #10 26.22 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:19:54 #10 26.23 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:19:54 #13 7.581 (18/70): selinux-policy-targeted-38.1.8-1.el9.n  19 MB/s | 6.8 MB     00:00    
11:19:54 #13 7.622 (19/70): systemd-pam-252-8.el9.aarch64.rpm      671 kB/s | 246 kB     00:00    
11:19:54 #13 7.755 (20/70): systemd-252-8.el9.aarch64.rpm          7.4 MB/s | 3.9 MB     00:00    
11:19:54 #13 7.759 (21/70): systemd-rpm-macros-252-8.el9.noarch.rp 255 kB/s |  45 kB     00:00    
11:19:54 #13 7.763 (22/70): which-2.21-28.el9.aarch64.rpm          297 kB/s |  41 kB     00:00    
11:19:54 #10 50.99 Unpacking python3-apt (2.5.3) ...
11:19:54 #10 51.04 Selecting previously unselected package python3-certifi.
11:19:54 #11 27.54 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
11:19:54 #11 27.54 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:19:54 #10 51.04 Preparing to unpack .../389-python3-certifi_2022.9.24-1_all.deb ...
11:19:54 #10 51.05 Unpacking python3-certifi (2022.9.24-1) ...
11:19:54 #11 27.55 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:54 #11 27.55 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:54 #10 51.09 Selecting previously unselected package python3-charset-normalizer.
11:19:54 #10 51.09 Preparing to unpack .../390-python3-charset-normalizer_3.0.1-2_all.deb ...
11:19:54 #11 27.55 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
11:19:54 #11 27.57 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
11:19:54 #10 51.10 Unpacking python3-charset-normalizer (3.0.1-2) ...
11:19:54 #10 51.14 Selecting previously unselected package python3-idna.
11:19:54 #10 51.14 Preparing to unpack .../391-python3-idna_3.3-1_all.deb ...
11:19:54 #10 51.14 Unpacking python3-idna (3.3-1) ...
11:19:54 #10 51.18 Selecting previously unselected package python3-magic.
11:19:54 #10 51.18 Preparing to unpack .../392-python3-magic_2%3a0.4.26-3_all.deb ...
11:19:54 #10 51.19 Unpacking python3-magic (2:0.4.26-3) ...
11:19:54 #10 51.22 Selecting previously unselected package python3-six.
11:19:54 #10 35.97 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:19:54 #10 35.98 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:19:54 #10 36.16 Selecting previously unselected package gnupg-utils.
11:19:54 #10 36.16 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 36.17 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:19:54 #10 52.43 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
11:19:54 #10 52.44 Setting up gettext (0.19.8.1-9) ...
11:19:54 #10 52.45 Setting up exim4-base (4.92-8+deb10u7) ...
11:19:54 #10 52.56 exim: DB upgrade, deleting hints-db
11:19:54 #10 52.59 Setting up gcc-8 (8.3.0-6) ...
11:19:54 #10 52.60 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:19:54 #10 52.62 Setting up libtool (2.4.6-9) ...
11:19:54 #10 52.63 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
11:19:54 #10 37.56 Selecting previously unselected package shared-mime-info.
11:19:54 #10 37.56 Preparing to unpack .../025-shared-mime-info_1.9-2_armhf.deb ...
11:19:54 #10 37.57 Unpacking shared-mime-info (1.9-2) ...
11:19:54 #10 37.66 Selecting previously unselected package ucf.
11:19:54 #10 37.66 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:19:54 #10 37.66 Moving old data out of the way
11:19:54 #10 37.67 Unpacking ucf (3.0038) ...
11:19:54 #10 37.71 Selecting previously unselected package xdg-user-dirs.
11:19:54 #10 37.71 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_armhf.deb ...
11:19:54 #10 37.72 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:19:54 #11 48.23 Preparing to unpack .../186-perl-openssl-defaults_7_amd64.deb ...
11:19:54 #11 48.24 Unpacking perl-openssl-defaults:amd64 (7) ...
11:19:54 #11 48.26 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:19:54 #11 48.26 Preparing to unpack .../187-libnet-ssleay-perl_1.92-2_amd64.deb ...
11:19:54 #11 48.26 Unpacking libnet-ssleay-perl:amd64 (1.92-2) ...
11:19:54 #11 48.30 Selecting previously unselected package libio-socket-ssl-perl.
11:19:54 #11 48.31 Preparing to unpack .../188-libio-socket-ssl-perl_2.074-2_all.deb ...
11:19:54 #11 48.31 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:19:54 #11 48.34 Selecting previously unselected package libnet-http-perl.
11:19:54 #11 48.34 Preparing to unpack .../189-libnet-http-perl_6.22-1_all.deb ...
11:19:54 #11 48.34 Unpacking libnet-http-perl (6.22-1) ...
11:19:54 #11 48.37 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:54 #11 48.37 Preparing to unpack .../190-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:54 #11 48.37 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:54 #11 48.40 Selecting previously unselected package libtry-tiny-perl.
11:19:54 #11 48.40 Preparing to unpack .../191-libtry-tiny-perl_0.31-1_all.deb ...
11:19:54 #11 48.41 Unpacking libtry-tiny-perl (0.31-1) ...
11:19:54 #11 48.43 Selecting previously unselected package libwww-robotrules-perl.
11:19:54 #11 48.43 Preparing to unpack .../192-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:54 #11 48.43 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:54 #11 48.46 Selecting previously unselected package libwww-perl.
11:19:54 #10 27.73 Selecting previously unselected package libssh2-1:armhf.
11:19:54 #10 27.73 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ...
11:19:54 #10 27.73 Unpacking libssh2-1:armhf (1.9.0-2) ...
11:19:54 #10 27.78 Selecting previously unselected package libcurl4:armhf.
11:19:54 #10 27.78 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
11:19:54 #10 27.79 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:19:54 #10 27.86 Selecting previously unselected package curl.
11:19:54 #10 27.86 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u7_armhf.deb ...
11:19:54 #10 27.86 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:19:54 #10 27.94 Selecting previously unselected package dctrl-tools.
11:19:54 #10 27.94 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
11:19:54 #10 27.96 Unpacking dctrl-tools (2.24-3) ...
11:19:54 #10 44.71 Setting up g++-10 (10.2.1-6) ...
11:19:54 #10 44.72 Setting up libxpm4:arm64 (1:3.5.12-1) ...
11:19:54 #10 44.74 Setting up libtool (2.4.6-15) ...
11:19:54 #10 44.75 Setting up fontconfig-config (2.13.1-4.2) ...
11:19:54 #10 44.98 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
11:19:54 #11 42.88 Preparing to unpack .../063-binutils_2.38-4ubuntu2.1_amd64.deb ...
11:19:54 #11 42.88 Unpacking binutils (2.38-4ubuntu2.1) ...
11:19:54 #11 42.90 Selecting previously unselected package libc-dev-bin.
11:19:54 #11 42.91 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3.1_amd64.deb ...
11:19:54 #11 42.91 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:19:54 #11 42.93 Selecting previously unselected package linux-libc-dev:amd64.
11:19:54 #11 42.94 Preparing to unpack .../065-linux-libc-dev_5.15.0-67.74_amd64.deb ...
11:19:54 #11 42.94 Unpacking linux-libc-dev:amd64 (5.15.0-67.74) ...
11:19:54 #11 43.09 Selecting previously unselected package libcrypt-dev:amd64.
11:19:54 #11 43.09 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
11:19:54 #11 43.09 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
11:19:54 #11 43.12 Selecting previously unselected package rpcsvc-proto.
11:19:54 #11 43.12 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
11:19:54 #11 43.12 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:19:54 #11 43.15 Selecting previously unselected package libtirpc-dev:amd64.
11:19:54 #11 44.37 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
11:19:54 #11 44.37 Unpacking libgdbm6:arm64 (1.23-1) ...
11:19:54 #11 44.40 Selecting previously unselected package libgdbm-compat4:arm64.
11:19:54 #11 44.40 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
11:19:54 #11 44.41 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
11:19:54 #11 44.44 Selecting previously unselected package libperl5.34:arm64.
11:19:54 #11 44.44 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_arm64.deb ...
11:19:54 #11 44.45 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
11:19:54 #11 44.64 Selecting previously unselected package perl.
11:19:54 #7 ...
11:19:54 
11:19:54 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:54 #10 10.43 23 upgraded, 127 newly installed, 0 to remove and 55 not upgraded.
11:19:54 #10 10.43 Need to get 87.4 MB of archives.
11:19:54 #10 10.43 After this operation, 283 MB of additional disk space will be used.
11:19:54 #10 10.43 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf bsdutils armhf 1:2.38.1-5 [84.2 kB]
11:19:54 #10 10.68 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12-base armhf 12.2.0-14+rpi1 [37.7 kB]
11:19:54 #10 10.69 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-s1 armhf 12.2.0-14+rpi1 [36.3 kB]
11:19:54 #10 10.70 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libatomic1 armhf 12.2.0-14+rpi1 [8240 B]
11:19:54 #10 10.71 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++6 armhf 12.2.0-14+rpi1 [504 kB]
11:19:54 #10 10.85 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libc6 armhf 2.36-8+rpi1 [2159 kB]
11:19:54 #10 11.03 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libmd0 armhf 1.0.4-2 [28.6 kB]
11:19:54 #10 11.03 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg armhf 1.21.20+rpi1 [1497 kB]
11:19:54 #10 11.11 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3462 kB]
11:19:54 #10 11.34 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
11:19:54 #10 11.34 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf perl-base armhf 5.36.0-7 [1413 kB]
11:19:54 #10 11.41 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:19:54 #10 11.51 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt1 armhf 1:4.4.33-2 [93.3 kB]
11:19:54 #10 11.57 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libsmartcols1 armhf 2.38.1-5 [90.9 kB]
11:19:54 #10 11.57 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf util-linux-extra armhf 2.38.1-5 [97.5 kB]
11:19:54 #10 11.57 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf util-linux armhf 2.38.1-5 [1063 kB]
11:19:54 #10 11.59 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf libc-bin armhf 2.36-8+rpi1 [492 kB]
11:19:54 #10 11.65 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf mount armhf 2.38.1-5 [125 kB]
11:19:54 #10 11.66 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-4 [797 kB]
11:19:54 #10 11.67 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
11:19:54 #10 11.68 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.2-4 [1681 kB]
11:19:54 #10 11.76 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB]
11:19:54 #10 11.76 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 10.0.0 [26.1 kB]
11:19:54 #10 11.76 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf liblzma5 armhf 5.4.1-0.2 [192 kB]
11:19:54 #10 11.81 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:19:54 #10 11.81 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
11:19:54 #10 11.82 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
11:19:54 #10 11.83 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libuuid1 armhf 2.38.1-5 [27.1 kB]
11:19:54 #10 11.85 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-4 [1668 kB]
11:19:54 #10 11.94 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.2-4 [572 kB]
11:19:54 #10 11.94 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B]
11:19:54 #10 11.94 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB]
11:19:54 #10 11.94 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf libblkid1 armhf 2.38.1-5 [131 kB]
11:19:54 #10 11.97 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libmount1 armhf 2.38.1-5 [143 kB]
11:19:54 #10 11.97 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:19:54 #10 12.00 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf groff-base armhf 1.22.4-9 [774 kB]
11:19:54 #10 12.03 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf bsdextrautils armhf 2.38.1-5 [78.5 kB]
11:19:54 #10 12.04 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.4 kB]
11:19:54 #10 12.07 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf man-db armhf 2.11.2-1 [1342 kB]
11:19:54 #10 12.13 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:19:54 #10 12.13 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf bzip2 armhf 1.0.8-5+b2 [47.4 kB]
11:19:54 #10 12.14 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
11:19:54 #10 12.15 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic1 armhf 1:5.44-3 [95.3 kB]
11:19:54 #10 12.15 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf file armhf 1:5.44-3 [41.5 kB]
11:19:54 #10 12.17 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf gettext-base armhf 0.21-12 [156 kB]
11:19:54 #10 12.17 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf xz-utils armhf 5.4.1-0.2 [467 kB]
11:19:54 #10 12.20 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf m4 armhf 1.4.19-3 [256 kB]
11:19:54 #10 12.24 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf autoconf all 2.71-3 [332 kB]
11:19:54 #10 12.24 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
11:19:54 #10 12.25 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
11:19:54 #10 12.26 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf autopoint all 0.21-12 [495 kB]
11:19:54 #10 12.34 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-common armhf 2.40-2+rpi1 [2475 kB]
11:19:54 #10 12.42 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libbinutils armhf 2.40-2+rpi1 [407 kB]
11:19:54 #10 12.44 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libctf-nobfd0 armhf 2.40-2+rpi1 [133 kB]
11:19:54 #10 12.48 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf libctf0 armhf 2.40-2+rpi1 [71.6 kB]
11:19:54 #10 12.48 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libjansson4 armhf 2.14-2 [37.0 kB]
11:19:54 #10 12.49 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2+rpi1 [2067 kB]
11:19:54 #10 12.58 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf binutils armhf 2.40-2+rpi1 [65.3 kB]
11:19:54 #10 12.58 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libisl23 armhf 0.25-1 [519 kB]
11:19:54 #10 12.59 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [574 kB]
11:19:54 #10 12.65 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libmpc3 armhf 1.3.1-1 [41.0 kB]
11:19:54 #10 12.65 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf cpp-12 armhf 12.2.0-14+rpi1 [7159 kB]
11:19:54 #10 13.00 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf cpp armhf 4:12.2.0-1+rpi1 [20.2 kB]
11:19:54 #10 13.00 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.88.1-1 [299 kB]
11:19:54 #10 13.02 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-1 [342 kB]
11:19:54 #10 13.07 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
11:19:54 #10 13.07 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf libcc1-0 armhf 12.2.0-14+rpi1 [32.2 kB]
11:19:54 #10 13.07 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf libgomp1 armhf 12.2.0-14+rpi1 [95.4 kB]
11:19:54 #10 13.07 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf libasan8 armhf 12.2.0-14+rpi1 [2088 kB]
11:19:54 #10 13.15 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf libubsan1 armhf 12.2.0-14+rpi1 [861 kB]
11:19:54 #10 13.22 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14+rpi1 [727 kB]
11:19:54 #10 13.24 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12 armhf 12.2.0-14+rpi1 [14.2 MB]
11:19:54 #10 13.98 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf gcc armhf 4:12.2.0-1+rpi1 [5192 B]
11:19:54 #10 13.98 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf libc-dev-bin armhf 2.36-8+rpi1 [42.8 kB]
11:19:54 #10 13.99 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf linux-libc-dev armhf 6.0.12-1+rpi1+b1 [1657 kB]
11:19:54 #10 14.05 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [121 kB]
11:19:54 #10 14.06 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [174 kB]
11:19:54 #10 14.09 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:19:54 #10 14.10 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [55.1 kB]
11:19:54 #10 14.11 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf libc6-dev armhf 2.36-8+rpi1 [1255 kB]
11:19:54 #10 14.14 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
11:19:54 #10 14.21 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
11:19:54 #10 14.21 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:19:54 #10 14.22 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
11:19:54 #10 14.22 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:19:54 #10 14.22 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:19:54 #10 14.24 Get:87 http://archive.raspbian.org/raspbian bookworm/main armhf libdpkg-perl all 1.21.20+rpi1 [591 kB]
11:19:54 #10 14.26 Get:88 http://archive.raspbian.org/raspbian bookworm/main armhf patch armhf 2.7.6-7 [116 kB]
11:19:54 #10 14.26 Get:89 http://archive.raspbian.org/raspbian bookworm/main armhf make armhf 4.3-4.1 [376 kB]
11:19:54 #10 14.28 Get:90 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg-dev all 1.21.20+rpi1 [1353 kB]
11:19:54 #10 14.34 Get:91 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.188-2.1+rpi1 [171 kB]
11:19:54 #10 14.39 Get:92 http://archive.raspbian.org/raspbian bookworm/main armhf dwz armhf 0.15-1 [92.4 kB]
11:19:54 #10 14.40 Get:93 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
11:19:54 #10 14.85 Get:94 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
11:19:54 #10 14.94 Get:95 http://archive.raspbian.org/raspbian bookworm/main armhf gettext armhf 0.21-12 [1201 kB]
11:19:54 #10 14.95 Get:96 http://archive.raspbian.org/raspbian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:19:54 #10 14.95 Get:97 http://archive.raspbian.org/raspbian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:19:54 #10 14.97 Get:98 http://archive.raspbian.org/raspbian bookworm/main armhf debhelper all 13.11.4 [942 kB]
11:19:54 #10 14.99 Get:99 http://archive.raspbian.org/raspbian bookworm/main armhf libfakeroot armhf 1.29-1 [45.9 kB]
11:19:54 #10 14.99 Get:100 http://archive.raspbian.org/raspbian bookworm/main armhf fakeroot armhf 1.29-1 [86.5 kB]
11:19:54 #10 15.19 Get:101 http://archive.raspbian.org/raspbian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
11:19:54 #10 15.25 Get:102 http://archive.raspbian.org/raspbian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:19:54 #10 15.33 Get:103 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
11:19:54 #10 15.34 Get:104 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
11:19:54 #10 15.34 Get:105 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:19:54 #10 15.34 Get:106 http://archive.raspbian.org/raspbian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
11:19:54 #10 15.35 Get:107 http://archive.raspbian.org/raspbian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
11:19:54 #10 15.42 Get:108 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.2 kB]
11:19:54 #10 15.50 Get:109 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
11:19:54 #10 15.58 Get:110 http://archive.raspbian.org/raspbian bookworm/main armhf libclone-perl armhf 0.46-1 [13.2 kB]
11:19:54 #10 15.58 Get:111 http://archive.raspbian.org/raspbian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
11:19:54 #10 15.58 Get:112 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:19:54 #10 15.58 Get:113 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
11:19:54 #10 15.58 Get:114 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:19:54 #10 15.58 Get:115 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:19:54 #10 15.58 Get:116 http://archive.raspbian.org/raspbian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
11:19:54 #10 15.59 Get:117 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b2 [297 kB]
11:19:54 #10 15.66 Get:118 http://archive.raspbian.org/raspbian bookworm/main armhf libio-socket-ssl-perl all 2.081-2 [219 kB]
11:19:54 #10 15.69 Get:119 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
11:19:54 #10 15.69 Get:120 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:19:54 #10 15.70 Get:121 http://archive.raspbian.org/raspbian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
11:19:54 #10 15.70 Get:122 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:19:54 #10 15.71 Get:123 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
11:19:54 #10 15.72 Get:124 http://archive.raspbian.org/raspbian bookworm/main armhf libdigest-md5-file-perl all 0.08-1.1 [9608 B]
11:19:54 #10 15.73 Get:125 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
11:19:54 #10 15.79 Get:126 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
11:19:54 #10 15.79 Get:127 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
11:19:54 #10 15.88 Get:128 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
11:19:54 #10 15.90 Get:129 http://archive.raspbian.org/raspbian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.7 kB]
11:19:54 #10 15.90 Get:130 http://archive.raspbian.org/raspbian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
11:19:54 #10 15.91 Get:131 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:19:54 #10 15.93 Get:132 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
11:19:54 #10 15.93 Get:133 http://archive.raspbian.org/raspbian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
11:19:54 #10 15.94 Get:134 http://archive.raspbian.org/raspbian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:19:54 #10 15.96 Get:135 http://archive.raspbian.org/raspbian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.8 kB]
11:19:54 #10 15.97 Get:136 http://archive.raspbian.org/raspbian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [22.0 kB]
11:19:54 #10 15.98 Get:137 http://archive.raspbian.org/raspbian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:19:54 #10 16.06 Get:138 http://archive.raspbian.org/raspbian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
11:19:54 #10 16.06 Get:139 http://archive.raspbian.org/raspbian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:19:54 #10 16.08 Get:140 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
11:19:54 #10 16.09 Get:141 http://archive.raspbian.org/raspbian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
11:19:54 #10 16.09 Get:142 http://archive.raspbian.org/raspbian bookworm/main armhf libswitch-perl all 2.17-3 [20.3 kB]
11:19:54 #10 16.09 Get:143 http://archive.raspbian.org/raspbian bookworm/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
11:19:54 #10 16.16 Get:144 http://archive.raspbian.org/raspbian bookworm/main armhf wdiff armhf 1.2.2-5 [118 kB]
11:19:54 #10 16.16 Get:145 http://archive.raspbian.org/raspbian bookworm/main armhf devscripts armhf 2.23.2 [1067 kB]
11:19:54 #10 16.17 Get:146 http://archive.raspbian.org/raspbian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
11:19:54 #10 16.17 Get:147 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-1 [337 kB]
11:19:54 #10 16.24 Get:148 http://archive.raspbian.org/raspbian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
11:19:54 #10 16.24 Get:149 http://archive.raspbian.org/raspbian bookworm/main armhf git-man all 1:2.39.2-1.1 [2049 kB]
11:19:54 #10 16.33 Get:150 http://archive.raspbian.org/raspbian bookworm/main armhf git armhf 1:2.39.2-1.1 [5459 kB]
11:19:54 #10 17.02 debconf: delaying package configuration, since apt-utils is not installed
11:19:54 #10 17.08 Fetched 87.4 MB in 7s (13.0 MB/s)
11:19:54 #10 17.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 ... 10361 files and directories currently installed.)
11:19:54 #10 17.11 Preparing to unpack .../bsdutils_1%3a2.38.1-5_armhf.deb ...
11:19:54 #10 17.12 Unpacking bsdutils (1:2.38.1-5) over (1:2.38.1-4) ...
11:19:54 #10 17.21 Setting up bsdutils (1:2.38.1-5) ...
11:19:54 #10 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 ... 10361 files and directories currently installed.)
11:19:54 #10 17.27 Preparing to unpack .../gcc-12-base_12.2.0-14+rpi1_armhf.deb ...
11:19:54 #10 17.28 Unpacking gcc-12-base:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
11:19:54 #10 17.36 Setting up gcc-12-base:armhf (12.2.0-14+rpi1) ...
11:19:54 #10 17.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 ... 10361 files and directories currently installed.)
11:19:54 #10 17.43 Preparing to unpack .../libgcc-s1_12.2.0-14+rpi1_armhf.deb ...
11:19:54 #10 17.45 Unpacking libgcc-s1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
11:19:54 #10 17.50 Setting up libgcc-s1:armhf (12.2.0-14+rpi1) ...
11:19:54 #10 17.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 ... 10361 files and directories currently installed.)
11:19:54 #10 17.57 Preparing to unpack .../libatomic1_12.2.0-14+rpi1_armhf.deb ...
11:19:54 #10 17.58 Unpacking libatomic1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
11:19:54 #10 17.67 Preparing to unpack .../libstdc++6_12.2.0-14+rpi1_armhf.deb ...
11:19:54 #10 17.70 Unpacking libstdc++6:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
11:19:54 #10 49.27 Setting up libxpm4:amd64 (1:3.5.12-1) ...
11:19:54 #11 30.18 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
11:19:54 #11 30.18 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
11:19:54 #11 30.19 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
11:19:54 #11 30.20 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:54 #9 53.05 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:19:54 #9 53.06 Setting up libcgi-fast-perl (1:2.13-1) ...
11:19:54 #9 53.07 Setting up libhtml-tree-perl (5.07-1) ...
11:19:54 #9 53.09 Setting up libfile-listing-perl (6.04-1) ...
11:19:54 #9 53.10 Setting up libhttp-message-perl (6.14-1) ...
11:19:54 #9 53.11 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
11:19:54 #9 53.15 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:19:54 #9 53.21 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:19:54 #10 43.62 (1/139): bzip2-1.0.8-12.fc37.aarch64.rpm        172 kB/s |  52 kB     00:00    
11:19:54 #10 47.25 Preparing to unpack .../247-libsort-key-perl_1.33-2_arm64.deb ...
11:19:54 #10 47.25 Unpacking libsort-key-perl (1.33-2) ...
11:19:54 #10 47.29 Selecting previously unselected package libstring-copyright-perl.
11:19:54 #10 47.29 Preparing to unpack .../248-libstring-copyright-perl_0.003005-1_all.deb ...
11:19:54 #10 47.30 Unpacking libstring-copyright-perl (0.003005-1) ...
11:19:54 #10 47.33 Selecting previously unselected package libstring-escape-perl.
11:19:54 #10 47.34 Preparing to unpack .../249-libstring-escape-perl_2010.002-2_all.deb ...
11:19:54 #10 47.34 Unpacking libstring-escape-perl (2010.002-2) ...
11:19:54 #10 47.38 Selecting previously unselected package libtext-levenshtein-perl.
11:19:54 #10 47.38 Preparing to unpack .../250-libtext-levenshtein-perl_0.13-1_all.deb ...
11:19:54 #10 47.38 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:19:54 #10 47.43 Selecting previously unselected package libunicode-utf8-perl.
11:19:54 #10 47.43 Preparing to unpack .../251-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
11:19:54 #10 47.44 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:19:54 #10 47.47 Selecting previously unselected package libxml-namespacesupport-perl.
11:19:54 #10 47.47 Preparing to unpack .../252-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:19:54 #10 47.47 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:19:54 #10 47.51 Selecting previously unselected package libxml-sax-base-perl.
11:19:54 #13 9.720 (64/68): selinux-policy-devel-38.1.8-1.el9.noar 9.2 MB/s | 1.4 MB     00:00    
11:19:54 #13 9.771 (65/68): glibc-static-2.34-60.el9.x86_64.rpm     22 MB/s | 1.7 MB     00:00    
11:19:54 #13 9.788 (66/68): libxcrypt-static-4.4.18-3.el9.x86_64.r 6.2 MB/s | 102 kB     00:00    
11:19:54 #13 9.794 (67/68): libtool-ltdl-devel-2.4.6-45.el9.x86_64 2.1 MB/s | 161 kB     00:00    
11:19:54 #10 24.13 Selecting previously unselected package python3-minimal.
11:19:54 #10 24.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 ... 10537 files and directories currently installed.)
11:19:54 #10 24.14 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
11:19:54 #10 24.14 Unpacking python3-minimal (3.7.3-1) ...
11:19:54 #10 24.20 Selecting previously unselected package mime-support.
11:19:54 #10 24.20 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:19:54 #10 24.20 Unpacking mime-support (3.62) ...
11:19:54 #10 24.26 Selecting previously unselected package libmpdec2:armhf.
11:19:54 #10 24.26 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
11:19:54 #10 46.07 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
11:19:54 #10 46.08 Setting up libgdbm-compat4:arm64 (1.23-3) ...
11:19:54 #10 46.10 Setting up ucf (3.0043+nmu1) ...
11:19:54 #10 46.20 Setting up libx265-199:arm64 (3.5-2+b1) ...
11:19:54 #10 46.21 Setting up dwz (0.15-1) ...
11:19:54 #10 46.22 Setting up groff-base (1.22.4-9) ...
11:19:54 #10 46.24 Setting up cpp (4:12.2.0-3) ...
11:19:54 #10 46.25 Setting up pixz (1.0.7-2) ...
11:19:54 #10 46.26 Setting up gpgconf (2.2.40-1) ...
11:19:54 #10 46.27 Setting up libcurl4:arm64 (7.88.1-1) ...
11:19:54 #10 46.29 Setting up libx11-6:arm64 (2:1.8.4-2) ...
11:19:54 #10 46.31 Setting up curl (7.88.1-1) ...
11:19:54 #10 46.32 Setting up libfontconfig1:arm64 (2.14.1-4) ...
11:19:54 #10 46.33 Setting up libperl5.36:arm64 (5.36.0-7) ...
11:19:54 #10 46.34 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
11:19:54 #10 46.35 Setting up gpg (2.2.40-1) ...
11:19:54 #10 46.36 Setting up gnupg-utils (2.2.40-1) ...
11:19:54 #10 46.37 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
11:19:54 #10 46.38 Setting up gpg-agent (2.2.40-1) ...
11:19:54 #14 4.700 (61/71): gcc-8.5.0-18.el8.x86_64.rpm             34 MB/s |  23 MB     00:00    
11:19:54 #14 4.706 (62/71): libxcrypt-static-4.1.1-6.el8.x86_64.rp 9.6 MB/s |  56 kB     00:00    
11:19:54 #14 4.742 (63/71): glibc-static-2.28-225.el8.x86_64.rpm    13 MB/s | 2.1 MB     00:00    
11:19:54 #14 4.764 (64/71): glibc-2.28-225.el8.x86_64.rpm           38 MB/s | 2.2 MB     00:00    
11:19:54 #10 26.27 Setting up python3-minimal (3.9.2-3) ...
11:19:54 #11 50.77 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:19:54 #11 50.79 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
11:19:54 #11 50.80 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:19:54 #11 50.81 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
11:19:54 #11 50.82 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:19:54 #10 51.23 Preparing to unpack .../393-python3-six_1.16.0-4_all.deb ...
11:19:54 #10 51.23 Unpacking python3-six (1.16.0-4) ...
11:19:54 #10 51.26 Selecting previously unselected package python3-urllib3.
11:19:54 #10 51.26 Preparing to unpack .../394-python3-urllib3_1.26.12-1_all.deb ...
11:19:54 #10 51.27 Unpacking python3-urllib3 (1.26.12-1) ...
11:19:54 #10 51.31 Selecting previously unselected package python3-requests.
11:19:54 #10 51.32 Preparing to unpack .../395-python3-requests_2.28.1+dfsg-1_all.deb ...
11:19:54 #10 51.32 Unpacking python3-requests (2.28.1+dfsg-1) ...
11:19:54 #10 51.36 Selecting previously unselected package python3-unidiff.
11:19:54 #10 51.36 Preparing to unpack .../396-python3-unidiff_0.7.3-1_all.deb ...
11:19:54 #10 51.37 Unpacking python3-unidiff (0.7.3-1) ...
11:19:54 #10 51.40 Selecting previously unselected package shared-mime-info.
11:19:54 #10 51.40 Preparing to unpack .../397-shared-mime-info_2.2-1_amd64.deb ...
11:19:54 #10 51.41 Unpacking shared-mime-info (2.2-1) ...
11:19:54 #10 ...
11:19:54 
11:19:54 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:54 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 20.3s done
11:19:54 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:54 #7 DONE 49.9s
11:19:54 
11:19:54 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:54 #10 36.27 Selecting previously unselected package gpg.
11:19:54 #10 36.28 Preparing to unpack .../093-gpg_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 36.28 Unpacking gpg (2.2.12-1+deb10u2) ...
11:19:54 #10 36.38 Selecting previously unselected package pinentry-curses.
11:19:54 #10 36.38 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ...
11:19:54 #10 36.39 Unpacking pinentry-curses (1.1.0-2) ...
11:19:54 #10 36.44 Selecting previously unselected package gpg-agent.
11:19:54 #10 36.44 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 36.44 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:19:54 #10 36.53 Selecting previously unselected package gpg-wks-client.
11:19:54 #10 36.53 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 52.71 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:19:54 #10 52.72 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
11:19:54 #10 52.73 Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
11:19:54 #10 52.74 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u5) ...
11:19:54 #10 52.75 Setting up python3 (3.7.3-1) ...
11:19:54 #11 27.98 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
11:19:54 #10 37.78 Selecting previously unselected package xz-utils.
11:19:54 #10 37.78 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_armhf.deb ...
11:19:54 #10 37.79 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:19:54 #10 37.83 Selecting previously unselected package gettext-base.
11:19:54 #10 37.83 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_armhf.deb ...
11:19:54 #10 37.84 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:19:54 #10 37.89 Selecting previously unselected package iso-codes.
11:19:54 #10 37.89 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:19:54 #10 37.89 Unpacking iso-codes (3.79-1) ...
11:19:54 #11 48.47 Preparing to unpack .../193-libwww-perl_6.67-1_all.deb ...
11:19:54 #11 48.47 Unpacking libwww-perl (6.67-1) ...
11:19:54 #11 48.50 Selecting previously unselected package patchutils.
11:19:54 #11 48.50 Preparing to unpack .../194-patchutils_0.4.2-1build2_amd64.deb ...
11:19:54 #11 48.51 Unpacking patchutils (0.4.2-1build2) ...
11:19:54 #11 48.54 Selecting previously unselected package wdiff.
11:19:54 #11 48.54 Preparing to unpack .../195-wdiff_1.2.2-2build3_amd64.deb ...
11:19:54 #11 48.54 Unpacking wdiff (1.2.2-2build3) ...
11:19:54 #11 48.58 Selecting previously unselected package devscripts.
11:19:54 #11 48.58 Preparing to unpack .../196-devscripts_2.22.2ubuntu3_amd64.deb ...
11:19:54 #11 48.59 Unpacking devscripts (2.22.2ubuntu3) ...
11:19:54 #11 48.69 Selecting previously unselected package diffstat.
11:19:54 #10 28.01 Selecting previously unselected package libdebhelper-perl.
11:19:54 #10 28.01 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ...
11:19:54 #10 28.02 Unpacking libdebhelper-perl (13.3.4) ...
11:19:54 #10 28.09 Selecting previously unselected package libtool.
11:19:54 #10 28.09 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ...
11:19:54 #10 28.10 Unpacking libtool (2.4.6-15) ...
11:19:54 #10 28.17 Selecting previously unselected package dh-autoreconf.
11:19:54 #10 28.17 Preparing to unpack .../072-dh-autoreconf_20_all.deb ...
11:19:54 #10 28.18 Unpacking dh-autoreconf (20) ...
11:19:54 #10 28.22 Selecting previously unselected package libarchive-zip-perl.
11:19:54 #10 28.22 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ...
11:19:54 #11 43.15 Preparing to unpack .../068-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
11:19:54 #11 43.15 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:19:54 #11 43.18 Selecting previously unselected package libnsl-dev:amd64.
11:19:54 #11 43.18 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ...
11:19:54 #11 43.19 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
11:19:54 #11 43.22 Selecting previously unselected package libc6-dev:amd64.
11:19:54 #11 43.22 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3.1_amd64.deb ...
11:19:54 #11 43.22 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:19:54 #11 43.34 Selecting previously unselected package gcc-11-base:amd64.
11:19:54 #11 43.35 Preparing to unpack .../071-gcc-11-base_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:54 #11 43.35 Unpacking gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
11:19:54 #11 43.38 Selecting previously unselected package libisl23:amd64.
11:19:54 #11 43.39 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ...
11:19:54 #11 43.39 Unpacking libisl23:amd64 (0.24-2build1) ...
11:19:54 #11 43.43 Selecting previously unselected package libmpfr6:amd64.
11:19:54 #10 45.10 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:19:54 #10 45.11 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
11:19:54 #10 45.12 Setting up man-db (2.9.4-2) ...
11:19:54 #10 45.24 Building database of manual pages ...
11:19:54 #11 44.64 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_arm64.deb ...
11:19:54 #11 44.65 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:19:54 #11 44.69 Selecting previously unselected package openssl.
11:19:54 #11 44.69 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_arm64.deb ...
11:19:54 #11 44.69 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:19:54 #11 44.75 Selecting previously unselected package ca-certificates.
11:19:54 #11 44.75 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:19:54 #11 44.75 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:19:54 #11 44.80 Selecting previously unselected package distro-info-data.
11:19:54 #11 44.80 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:19:54 #11 44.80 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:19:54 #11 44.83 Selecting previously unselected package iso-codes.
11:19:54 #11 44.83 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:19:54 #11 44.84 Unpacking iso-codes (4.9.0-1) ...
11:19:54 #11 41.05 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:19:54 #11 41.20 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:19:54 #11 41.32 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:19:54 #10 49.91 (1/139): bzip2-1.0.8-12.fc37.x86_64.rpm         181 kB/s |  52 kB     00:00    
11:19:54 #10 49.92 (2/139): dash-0.5.11.5-2.fc37.x86_64.rpm        333 kB/s |  98 kB     00:00    
11:19:54 #10 49.92 (3/139): cpio-2.13-13.fc37.x86_64.rpm           923 kB/s | 277 kB     00:00    
11:19:54 #10 49.93 (4/139): desktop-file-utils-0.26-7.fc37.x86_64. 5.4 MB/s |  72 kB     00:00    
11:19:54 #10 49.93 (5/139): devscripts-checkbashisms-2.22.2-3.fc37 2.5 MB/s |  28 kB     00:00    
11:19:54 #10 49.93 (6/139): diffutils-3.8-3.fc37.x86_64.rpm         32 MB/s | 378 kB     00:00    
11:19:54 #10 49.94 (7/139): dnf-plugins-core-4.3.1-1.fc37.noarch.r 4.2 MB/s |  34 kB     00:00    
11:19:54 #10 49.94 (8/139): dwz-0.14-7.fc37.x86_64.rpm              12 MB/s | 129 kB     00:00    
11:19:54 #10 49.94 (9/139): ed-1.18-2.fc37.x86_64.rpm              8.8 MB/s |  78 kB     00:00    
11:19:54 #10 49.95 (10/139): efi-srpm-macros-5-6.fc37.noarch.rpm   4.2 MB/s |  22 kB     00:00    
11:19:54 #10 49.95 (11/139): file-5.42-4.fc37.x86_64.rpm           6.2 MB/s |  49 kB     00:00    
11:19:54 #10 49.95 (12/139): fonts-srpm-macros-2.0.5-9.fc37.noarch 3.3 MB/s |  26 kB     00:00    
11:19:54 #10 49.96 (13/139): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 1.3 MB/s | 7.7 kB     00:00    
11:19:54 #10 49.96 (14/139): gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm  39 MB/s | 485 kB     00:00    
11:19:54 #10 49.96 (15/139): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.4 MB/s |  27 kB     00:00    
11:19:54 #10 49.97 (16/139): groff-base-1.22.4-10.fc37.x86_64.rpm   57 MB/s | 1.1 MB     00:00    
11:19:54 #10 49.98 (17/139): hunspell-1.7.0-21.fc37.x86_64.rpm      20 MB/s | 281 kB     00:00    
11:19:54 #10 49.98 (18/139): hunspell-en-0.20140811.1-23.fc37.noar  11 MB/s | 180 kB     00:00    
11:19:54 #10 49.99 (19/139): hunspell-en-GB-0.20140811.1-23.fc37.n  19 MB/s | 225 kB     00:00    
11:19:54 #10 49.99 (20/139): hunspell-filesystem-1.7.0-21.fc37.x86 1.5 MB/s | 8.8 kB     00:00    
11:19:54 #10 49.99 (21/139): hunspell-en-US-0.20140811.1-23.fc37.n  17 MB/s | 176 kB     00:00    
11:19:54 #10 50.00 (22/139): json-glib-1.6.6-3.fc37.x86_64.rpm      18 MB/s | 162 kB     00:00    
11:19:54 #10 50.00 (23/139): kernel-srpm-macros-1.0-15.fc37.noarch 1.0 MB/s | 9.4 kB     00:00    
11:19:54 #10 50.03 (24/139): libappstream-glib-0.8.1-1.fc37.x86_64  11 MB/s | 404 kB     00:00    
11:19:54 #10 50.06 (25/139): libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm 3.1 MB/s | 181 kB     00:00    
11:19:54 #10 50.06 (26/139): libpkgconf-1.8.0-3.fc37.x86_64.rpm    635 kB/s |  36 kB     00:00    
11:19:54 #10 50.06 (27/139): libpng-1.6.37-13.fc37.x86_64.rpm       20 MB/s | 119 kB     00:00    
11:19:54 #10 50.06 (28/139): libstemmer-0-19.585svn.fc37.x86_64.rp 9.3 MB/s |  79 kB     00:00    
11:19:54 #10 50.07 (29/139): lua-srpm-macros-1-7.fc37.noarch.rpm   1.1 MB/s | 8.8 kB     00:00    
11:19:54 #10 50.07 (30/139): ocaml-srpm-macros-7-2.fc37.noarch.rpm 2.9 MB/s |  13 kB     00:00    
11:19:54 #10 50.07 (31/139): nim-srpm-macros-3-7.fc37.noarch.rpm   1.2 MB/s | 8.4 kB     00:00    
11:19:54 #10 50.07 (32/139): openblas-srpm-macros-2-12.fc37.noarch 1.2 MB/s | 7.5 kB     00:00    
11:19:54 #10 50.08 (33/139): package-notes-srpm-macros-0.5-6.fc37. 1.7 MB/s |  11 kB     00:00    
11:19:54 #10 50.08 (34/139): perl-AutoLoader-5.74-492.fc37.noarch. 4.7 MB/s |  24 kB     00:00    
11:19:54 #10 50.08 (35/139): patch-2.7.6-17.fc37.x86_64.rpm         13 MB/s | 124 kB     00:00    
11:19:54 #10 50.09 (36/139): perl-B-1.83-492.fc37.x86_64.rpm        19 MB/s | 184 kB     00:00    
11:19:54 #10 50.09 (37/139): perl-Carp-1.52-489.fc37.noarch.rpm    3.1 MB/s |  29 kB     00:00    
11:19:54 #10 50.09 (38/139): perl-Class-Struct-0.66-492.fc37.noarc 4.7 MB/s |  25 kB     00:00    
11:19:54 #10 50.10 (39/139): perl-Data-Dumper-2.184-490.fc37.x86_6 7.2 MB/s |  56 kB     00:00    
11:19:54 #10 50.10 (40/139): perl-Digest-1.20-489.fc37.noarch.rpm  3.3 MB/s |  26 kB     00:00    
11:19:54 #10 50.10 (41/139): perl-Digest-MD5-2.58-489.fc37.x86_64. 6.7 MB/s |  36 kB     00:00    
11:19:54 #10 50.10 (42/139): perl-DynaLoader-1.52-492.fc37.x86_64. 3.5 MB/s |  29 kB     00:00    
11:19:54 #10 50.12 (43/139): perl-Encode-3.19-492.fc37.x86_64.rpm   84 MB/s | 1.7 MB     00:00    
11:19:54 #10 50.12 (44/139): perl-Errno-1.36-492.fc37.x86_64.rpm   1.3 MB/s |  18 kB     00:00    
11:19:54 #10 50.12 (45/139): perl-Exporter-5.77-489.fc37.noarch.rp 1.9 MB/s |  31 kB     00:00    
11:19:54 #10 50.13 (46/139): perl-Fcntl-1.15-492.fc37.x86_64.rpm   3.4 MB/s |  24 kB     00:00    
11:19:54 #10 50.13 (47/139): perl-File-Basename-2.85-492.fc37.noar 4.4 MB/s |  20 kB     00:00    
11:19:54 #10 50.13 (48/139): perl-File-Path-2.18-489.fc37.noarch.r 5.3 MB/s |  35 kB     00:00    
11:19:54 #10 50.13 (49/139): perl-File-Temp-0.231.100-489.fc37.noa 7.9 MB/s |  59 kB     00:00    
11:19:54 #10 17.90 Setting up libstdc++6:armhf (12.2.0-14+rpi1) ...
11:19:54 #10 17.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
11:19:54 #10 17.98 Preparing to unpack .../libc6_2.36-8+rpi1_armhf.deb ...
11:19:54 #10 49.28 Setting up fontconfig-config (2.13.1-4.2) ...
11:19:54 #10 49.45 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
11:19:54 #10 49.54 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:19:54 #11 30.35 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:19:54 #11 30.42 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
11:19:54 #11 30.46 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
11:19:54 #11 30.51 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
11:19:54 #11 30.53 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:19:54 #11 30.54 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
11:19:54 #11 30.58 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
11:19:54 #11 30.60 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:19:54 #11 30.61 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:19:54 #11 30.62 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:19:54 #11 30.66 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
11:19:54 #9 53.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:19:54 #9 53.40 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:19:54 #9 53.43 Setting up libparams-classify-perl (0.015-1) ...
11:19:54 #9 53.44 Setting up git (1:2.17.1-1ubuntu0.17) ...
11:19:54 #9 53.47 Setting up libhttp-negotiate-perl (6.00-2) ...
11:19:54 #9 53.48 Setting up libmailtools-perl (2.18-1) ...
11:19:54 #9 53.49 Setting up libgit-wrapper-perl (0.047-1) ...
11:19:54 #9 53.50 Setting up libhtml-format-perl (2.12-1) ...
11:19:54 #9 53.51 Setting up libemail-valid-perl (1.202-1) ...
11:19:54 #9 53.52 Setting up libhttp-cookies-perl (6.04-1) ...
11:19:54 #9 53.54 Setting up curl (7.58.0-2ubuntu3.23) ...
11:19:54 #9 53.55 Setting up libmodule-runtime-perl (0.016-1) ...
11:19:54 #9 53.56 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:19:54 #9 53.57 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:19:54 #9 53.58 Setting up libxml-simple-perl (2.24-1) ...
11:19:54 #10 43.62 (2/139): dash-0.5.11.5-2.fc37.aarch64.rpm       318 kB/s |  98 kB     00:00    
11:19:54 #10 43.63 (3/139): cpio-2.13-13.fc37.aarch64.rpm          880 kB/s | 274 kB     00:00    
11:19:54 #10 43.63 (4/139): devscripts-checkbashisms-2.22.2-3.fc37 3.4 MB/s |  28 kB     00:00    
11:19:54 #10 43.64 (5/139): diffutils-3.8-3.fc37.aarch64.rpm        33 MB/s | 376 kB     00:00    
11:19:54 #10 43.64 (6/139): desktop-file-utils-0.26-7.fc37.aarch64 2.8 MB/s |  71 kB     00:00    
11:19:54 #10 43.65 (7/139): dnf-plugins-core-4.3.1-1.fc37.noarch.r 2.7 MB/s |  34 kB     00:00    
11:19:54 #10 43.65 (8/139): dwz-0.14-7.fc37.aarch64.rpm             12 MB/s | 126 kB     00:00    
11:19:54 #10 43.66 (9/139): ed-1.18-2.fc37.aarch64.rpm              10 MB/s |  78 kB     00:00    
11:19:54 #10 43.66 (10/139): efi-srpm-macros-5-6.fc37.noarch.rpm   2.1 MB/s |  22 kB     00:00    
11:19:54 #10 43.66 (11/139): file-5.42-4.fc37.aarch64.rpm          4.5 MB/s |  49 kB     00:00    
11:19:54 #10 43.67 (12/139): fonts-srpm-macros-2.0.5-9.fc37.noarch 4.2 MB/s |  26 kB     00:00    
11:19:54 #10 43.67 (13/139): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 976 kB/s | 7.7 kB     00:00    
11:19:54 #10 43.67 (14/139): gdk-pixbuf2-2.42.10-1.fc37.aarch64.rp  46 MB/s | 483 kB     00:00    
11:19:54 #10 43.68 (15/139): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.6 MB/s |  27 kB     00:00    
11:19:54 #10 43.73 (16/139): groff-base-1.22.4-10.fc37.aarch64.rpm  17 MB/s | 1.0 MB     00:00    
11:19:54 #10 43.74 (17/139): hunspell-1.7.0-21.fc37.aarch64.rpm    4.3 MB/s | 265 kB     00:00    
11:19:54 #10 43.74 (18/139): hunspell-en-0.20140811.1-23.fc37.noar  20 MB/s | 180 kB     00:00    
11:19:54 #10 43.74 (19/139): hunspell-en-GB-0.20140811.1-23.fc37.n  19 MB/s | 225 kB     00:00    
11:19:54 #10 43.75 (20/139): json-glib-1.6.6-3.fc37.aarch64.rpm     19 MB/s | 160 kB     00:00    
11:19:54 #10 43.76 (21/139): kernel-srpm-macros-1.0-15.fc37.noarch 2.6 MB/s | 9.4 kB     00:00    
11:19:54 #10 43.76 (22/139): hunspell-en-US-0.20140811.1-23.fc37.n 7.1 MB/s | 176 kB     00:00    
11:19:54 #10 43.77 (23/139): hunspell-filesystem-1.7.0-21.fc37.aar 418 kB/s | 8.8 kB     00:00    
11:19:54 #10 43.77 (24/139): libappstream-glib-0.8.1-1.fc37.aarch6  33 MB/s | 389 kB     00:00    
11:19:54 #10 43.78 (25/139): libjpeg-turbo-2.1.3-2.fc37.aarch64.rp  15 MB/s | 195 kB     00:00    
11:19:54 #10 43.78 (26/139): libpkgconf-1.8.0-3.fc37.aarch64.rpm   3.7 MB/s |  36 kB     00:00    
11:19:54 #10 43.78 (27/139): libpng-1.6.37-13.fc37.aarch64.rpm     8.9 MB/s | 114 kB     00:00    
11:19:54 #10 43.79 (28/139): libstemmer-0-19.585svn.fc37.aarch64.r 7.4 MB/s |  79 kB     00:00    
11:19:54 #10 43.79 (29/139): nim-srpm-macros-3-7.fc37.noarch.rpm   1.4 MB/s | 8.4 kB     00:00    
11:19:54 #10 43.79 (30/139): lua-srpm-macros-1-7.fc37.noarch.rpm   1.0 MB/s | 8.8 kB     00:00    
11:19:54 #10 43.80 (31/139): ocaml-srpm-macros-7-2.fc37.noarch.rpm 2.0 MB/s |  13 kB     00:00    
11:19:54 #10 43.80 (32/139): openblas-srpm-macros-2-12.fc37.noarch 1.1 MB/s | 7.5 kB     00:00    
11:19:54 #10 43.80 (33/139): package-notes-srpm-macros-0.5-6.fc37. 2.4 MB/s |  11 kB     00:00    
11:19:54 #10 43.80 (34/139): patch-2.7.6-17.fc37.aarch64.rpm        15 MB/s | 121 kB     00:00    
11:19:54 #10 43.81 (35/139): perl-AutoLoader-5.74-492.fc37.noarch. 2.9 MB/s |  24 kB     00:00    
11:19:54 #10 43.81 (36/139): perl-B-1.83-492.fc37.aarch64.rpm       19 MB/s | 186 kB     00:00    
11:19:54 #10 43.81 (37/139): perl-Carp-1.52-489.fc37.noarch.rpm    4.5 MB/s |  29 kB     00:00    
11:19:54 #10 43.82 (38/139): perl-Class-Struct-0.66-492.fc37.noarc 2.8 MB/s |  25 kB     00:00    
11:19:54 #10 43.82 (39/139): perl-Data-Dumper-2.184-490.fc37.aarch 7.2 MB/s |  55 kB     00:00    
11:19:54 #10 43.82 (40/139): perl-Digest-MD5-2.58-489.fc37.aarch64 6.8 MB/s |  36 kB     00:00    
11:19:54 #10 43.83 (41/139): perl-Digest-1.20-489.fc37.noarch.rpm  3.2 MB/s |  26 kB     00:00    
11:19:54 #10 43.83 (42/139): perl-DynaLoader-1.52-492.fc37.aarch64 3.5 MB/s |  29 kB     00:00    
11:19:54 #10 43.84 (43/139): perl-Encode-3.19-492.fc37.aarch64.rpm  88 MB/s | 1.7 MB     00:00    
11:19:54 #10 47.51 Preparing to unpack .../253-libxml-sax-base-perl_1.09-1_all.deb ...
11:19:54 #10 47.52 Unpacking libxml-sax-base-perl (1.09-1) ...
11:19:54 #10 47.56 Selecting previously unselected package libxml-sax-perl.
11:19:54 #10 47.56 Preparing to unpack .../254-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:19:54 #10 47.57 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:19:54 #10 47.61 Selecting previously unselected package libxml-libxml-perl.
11:19:54 #10 47.61 Preparing to unpack .../255-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
11:19:54 #10 47.62 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:19:54 #10 47.67 Selecting previously unselected package libxml-parser-perl.
11:19:54 #10 47.67 Preparing to unpack .../256-libxml-parser-perl_2.44-2build3_arm64.deb ...
11:19:54 #10 47.68 Unpacking libxml-parser-perl (2.44-2build3) ...
11:19:54 #10 47.73 Selecting previously unselected package libxml-sax-expat-perl.
11:19:54 #10 24.26 Unpacking libmpdec2:armhf (2.4.2-2) ...
11:19:54 #10 24.34 Selecting previously unselected package libpython3.7-stdlib:armhf.
11:19:54 #10 24.34 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
11:19:54 #10 24.34 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:19:54 #11 43.97 Selecting previously unselected package g++.
11:19:54 #11 43.97 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:19:54 #11 43.97 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:19:54 #11 44.01 Selecting previously unselected package make.
11:19:54 #11 44.01 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ...
11:19:54 #11 44.01 Unpacking make (4.2.1-1.2) ...
11:19:54 #11 44.06 Selecting previously unselected package libdpkg-perl.
11:19:54 #11 44.06 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:19:54 #11 44.06 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:19:54 #11 44.11 Selecting previously unselected package patch.
11:19:54 #11 44.11 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ...
11:19:54 #14 4.783 (65/71): glibc-common-2.28-225.el8.x86_64.rpm    25 MB/s | 1.0 MB     00:00    
11:19:54 #14 4.790 (66/71): glibc-minimal-langpack-2.28-225.el8.x8 9.3 MB/s |  65 kB     00:00    
11:19:54 #14 4.814 (67/71): glibc-gconv-extra-2.28-225.el8.x86_64.  32 MB/s | 1.5 MB     00:00    
11:19:54 #14 4.837 (68/71): systemd-libs-239-71.el8.x86_64.rpm      49 MB/s | 1.1 MB     00:00    
11:19:54 #14 4.856 (69/71): systemd-pam-239-71.el8.x86_64.rpm       27 MB/s | 494 kB     00:00    
11:19:54 #14 4.947 (70/71): systemd-239-71.el8.x86_64.rpm           23 MB/s | 3.6 MB     00:00    
11:19:54 #11 31.70 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
11:19:54 #10 26.55 Selecting previously unselected package python3.
11:19:54 #10 26.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 ... 11134 files and directories currently installed.)
11:19:54 #10 26.55 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
11:19:54 #10 26.57 Unpacking python3 (3.9.2-3) ...
11:19:54 #10 26.62 Selecting previously unselected package sensible-utils.
11:19:54 #10 26.62 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
11:19:54 #10 26.63 Unpacking sensible-utils (0.0.14) ...
11:19:54 #10 26.67 Selecting previously unselected package bzip2.
11:19:54 #10 26.67 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
11:19:54 #10 26.67 Unpacking bzip2 (1.0.8-4) ...
11:19:54 #11 50.84 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
11:19:54 #11 50.85 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:19:54 #10 51.51 Selecting previously unselected package strace.
11:19:54 #10 51.52 Preparing to unpack .../398-strace_6.1-0.1_amd64.deb ...
11:19:54 #10 51.52 Unpacking strace (6.1-0.1) ...
11:19:54 #10 51.60 Selecting previously unselected package xauth.
11:19:54 #10 51.60 Preparing to unpack .../399-xauth_1%3a1.1.2-1_amd64.deb ...
11:19:54 #10 51.61 Unpacking xauth (1:1.1.2-1) ...
11:19:54 #10 51.65 Selecting previously unselected package xdg-user-dirs.
11:19:54 #10 51.66 Preparing to unpack .../400-xdg-user-dirs_0.18-1_amd64.deb ...
11:19:54 #10 51.66 Unpacking xdg-user-dirs (0.18-1) ...
11:19:54 #10 51.71 Selecting previously unselected package zstd.
11:19:54 #10 51.71 Preparing to unpack .../401-zstd_1.5.4+dfsg2-3_amd64.deb ...
11:19:54 #10 51.72 Unpacking zstd (1.5.4+dfsg2-3) ...
11:19:54 #10 36.54 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:19:54 #10 36.61 Selecting previously unselected package gpg-wks-server.
11:19:54 #10 36.61 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 36.61 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:19:54 #10 36.67 Selecting previously unselected package gpgsm.
11:19:54 #10 36.67 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
11:19:54 #10 53.03 Setting up python3-xdg (0.25-5) ...
11:19:54 #10 53.18 Setting up man-db (2.8.5-2) ...
11:19:54 #10 53.28 Building database of manual pages ...
11:19:54 #11 48.69 Preparing to unpack .../197-diffstat_1.64-1build2_amd64.deb ...
11:19:54 #11 48.69 Unpacking diffstat (1.64-1build2) ...
11:19:54 #11 48.72 Selecting previously unselected package python3-chardet.
11:19:54 #11 48.72 Preparing to unpack .../198-python3-chardet_4.0.0-2_all.deb ...
11:19:54 #11 48.73 Unpacking python3-chardet (4.0.0-2) ...
11:19:54 #11 48.76 Selecting previously unselected package python3-debian.
11:19:54 #11 48.77 Preparing to unpack .../199-python3-debian_0.1.46_all.deb ...
11:19:54 #11 48.77 Unpacking python3-debian (0.1.46) ...
11:19:54 #11 48.81 Selecting previously unselected package libgpgme11:amd64.
11:19:54 #11 48.81 Preparing to unpack .../200-libgpgme11_1.17.1-4.1ubuntu1_amd64.deb ...
11:19:54 #11 48.81 Unpacking libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
11:19:54 #11 48.84 Selecting previously unselected package python3-gpg.
11:19:54 #11 48.84 Preparing to unpack .../201-python3-gpg_1.17.1-4.1ubuntu1_amd64.deb ...
11:19:54 #11 48.85 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
11:19:54 #11 48.89 Selecting previously unselected package python3-xdg.
11:19:54 #11 48.89 Preparing to unpack .../202-python3-xdg_0.27-2_all.deb ...
11:19:54 #11 48.89 Unpacking python3-xdg (0.27-2) ...
11:19:54 #11 48.93 Selecting previously unselected package dput.
11:19:54 #11 43.43 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ...
11:19:54 #11 43.44 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
11:19:54 #11 43.48 Selecting previously unselected package libmpc3:amd64.
11:19:54 #11 43.49 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ...
11:19:54 #11 43.49 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
11:19:54 #11 43.52 Selecting previously unselected package cpp-11.
11:19:54 #11 43.52 Preparing to unpack .../075-cpp-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:54 #11 43.52 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:19:54 #11 43.69 Selecting previously unselected package cpp.
11:19:54 #11 44.98 Selecting previously unselected package less.
11:19:54 #11 44.98 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_arm64.deb ...
11:19:54 #11 44.99 Unpacking less (590-1ubuntu0.22.04.1) ...
11:19:54 #11 45.02 Selecting previously unselected package libmd0:arm64.
11:19:54 #11 45.02 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
11:19:54 #11 45.03 Unpacking libmd0:arm64 (1.0.4-1build1) ...
11:19:54 #11 45.06 Selecting previously unselected package libbsd0:arm64.
11:19:54 #11 45.06 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
11:19:54 #11 45.06 Unpacking libbsd0:arm64 (0.11.5-1) ...
11:19:54 #11 45.09 Selecting previously unselected package libelf1:arm64.
11:19:54 #11 45.09 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
11:19:54 #11 45.10 Unpacking libelf1:arm64 (0.186-1build1) ...
11:19:54 #11 45.12 Selecting previously unselected package libicu70:arm64.
11:19:54 #11 41.36 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
11:19:54 #11 41.38 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:19:54 #11 41.39 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl7 arm64 2.4.7-4 [40.0 kB]
11:19:54 #11 41.42 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl-dev arm64 2.4.7-4 [170 kB]
11:19:54 #11 41.49 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
11:19:54 #11 41.50 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:19:54 #11 41.51 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:19:54 #11 41.51 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:19:54 #10 50.14 (50/139): perl-File-stat-1.12-492.fc37.noarch.r 3.7 MB/s |  20 kB     00:00    
11:19:54 #10 50.14 (51/139): perl-FileHandle-2.03-492.fc37.noarch. 2.2 MB/s |  19 kB     00:00    
11:19:54 #10 50.14 (52/139): perl-Getopt-Std-1.13-492.fc37.noarch. 2.4 MB/s |  19 kB     00:00    
11:19:54 #10 50.15 (53/139): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp  11 MB/s |  55 kB     00:00    
11:19:54 #10 50.15 (54/139): perl-IO-1.50-492.fc37.x86_64.rpm       11 MB/s |  95 kB     00:00    
11:19:54 #10 50.15 (55/139): perl-IO-Socket-IP-0.41-490.fc37.noarc 4.9 MB/s |  42 kB     00:00    
11:19:54 #10 50.16 (56/139): perl-IO-Socket-SSL-2.075-1.fc37.noarc  22 MB/s | 221 kB     00:00    
11:19:54 #10 50.16 (57/139): perl-MIME-Base64-3.16-489.fc37.x86_64 4.7 MB/s |  30 kB     00:00    
11:19:54 #10 50.16 (58/139): perl-IPC-Open3-1.22-492.fc37.noarch.r 2.8 MB/s |  26 kB     00:00    
11:19:54 #10 50.16 (59/139): perl-Mozilla-CA-20211001-4.fc37.noarc 1.8 MB/s |  12 kB     00:00    
11:19:54 #10 50.17 (60/139): perl-NDBM_File-1.15-492.fc37.x86_64.r 3.5 MB/s |  25 kB     00:00    
11:19:54 #10 50.17 (61/139): perl-POSIX-2.03-492.fc37.x86_64.rpm    16 MB/s | 101 kB     00:00    
11:19:54 #10 50.18 (62/139): perl-Net-SSLeay-1.92-4.fc37.x86_64.rp  27 MB/s | 362 kB     00:00    
11:19:54 #10 50.18 (63/139): perl-PathTools-3.84-489.fc37.x86_64.r 6.9 MB/s |  89 kB     00:00    
11:19:54 #10 50.18 (64/139): perl-Pod-Escapes-1.07-489.fc37.noarch 1.8 MB/s |  20 kB     00:00    
11:19:54 #10 50.19 (65/139): perl-Pod-Perldoc-3.28.01-490.fc37.noa  14 MB/s |  90 kB     00:00    
11:19:54 #10 50.19 (66/139): perl-Pod-Simple-3.43-490.fc37.noarch.  21 MB/s | 225 kB     00:00    
11:19:54 #10 50.19 (67/139): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 3.6 MB/s |  40 kB     00:00    
11:19:54 #10 50.20 (68/139): perl-Scalar-List-Utils-1.63-489.fc37. 6.8 MB/s |  72 kB     00:00    
11:19:54 #10 50.20 (69/139): perl-SelectSaver-1.02-492.fc37.noarch 2.6 MB/s |  15 kB     00:00    
11:19:54 #10 50.20 (70/139): perl-Socket-2.036-1.fc37.x86_64.rpm   6.6 MB/s |  55 kB     00:00    
11:19:54 #10 50.21 (71/139): perl-Storable-3.26-489.fc37.x86_64.rp  11 MB/s |  97 kB     00:00    
11:19:54 #10 50.21 (72/139): perl-Symbol-1.09-492.fc37.noarch.rpm  3.1 MB/s |  17 kB     00:00    
11:19:54 #10 50.21 (73/139): perl-Term-ANSIColor-5.01-490.fc37.noa 6.0 MB/s |  48 kB     00:00    
11:19:54 #10 50.21 (74/139): perl-Term-Cap-1.17-489.fc37.noarch.rp 2.9 MB/s |  22 kB     00:00    
11:19:54 #10 50.22 (75/139): perl-Text-ParseWords-3.31-489.fc37.no 3.3 MB/s |  16 kB     00:00    
11:19:54 #10 50.22 (76/139): perl-Text-Tabs+Wrap-2021.0814-489.fc3 3.1 MB/s |  22 kB     00:00    
11:19:54 #10 50.22 (77/139): perl-Time-Local-1.300-489.fc37.noarch 4.8 MB/s |  33 kB     00:00    
11:19:54 #10 50.23 (78/139): perl-constant-1.33-490.fc37.noarch.rp 4.3 MB/s |  23 kB     00:00    
11:19:54 #10 50.23 (79/139): perl-base-2.27-492.fc37.noarch.rpm    2.4 MB/s |  19 kB     00:00    
11:19:54 #10 50.23 (80/139): perl-if-0.61.000-492.fc37.noarch.rpm  2.2 MB/s |  17 kB     00:00    
11:19:54 #10 50.23 (81/139): perl-interpreter-5.36.0-492.fc37.x86_  10 MB/s |  75 kB     00:00    
11:19:54 #10 50.24 (82/139): perl-libnet-3.14-490.fc37.noarch.rpm   17 MB/s | 132 kB     00:00    
11:19:54 #10 50.24 (83/139): perl-mro-1.26-492.fc37.x86_64.rpm     3.7 MB/s |  32 kB     00:00    
11:19:54 #10 50.25 (84/139): perl-overload-1.35-492.fc37.noarch.rp 5.3 MB/s |  49 kB     00:00    
11:19:54 #10 50.25 (85/139): perl-overloading-0.02-492.fc37.noarch 2.1 MB/s |  16 kB     00:00    
11:19:54 #10 50.27 (86/139): perl-libs-5.36.0-492.fc37.x86_64.rpm   64 MB/s | 2.2 MB     00:00    
11:19:54 #10 50.27 (87/139): perl-parent-0.238-489.fc37.noarch.rpm 814 kB/s |  14 kB     00:00    
11:19:54 #10 50.27 (88/139): perl-podlators-4.14-489.fc37.noarch.r 6.3 MB/s | 116 kB     00:00    
11:19:54 #10 50.27 (89/139): perl-srpm-macros-1-46.fc37.noarch.rpm 1.6 MB/s | 8.3 kB     00:00    
11:19:54 #10 50.28 (90/139): perl-subs-1.04-492.fc37.noarch.rpm    2.1 MB/s |  15 kB     00:00    
11:19:54 #10 50.28 (91/139): perl-vars-1.05-492.fc37.noarch.rpm    2.4 MB/s |  16 kB     00:00    
11:19:54 #10 50.28 (92/139): pkgconf-1.8.0-3.fc37.x86_64.rpm       7.7 MB/s |  41 kB     00:00    
11:19:54 #10 50.28 (93/139): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    2.0 MB/s |  14 kB     00:00    
11:19:54 #10 50.29 (94/139): pkgconf-pkg-config-1.8.0-3.fc37.x86_6 1.4 MB/s |  10 kB     00:00    
11:19:54 #10 50.29 (95/139): python3-construct-2.10.68-3.fc37.noar  22 MB/s | 152 kB     00:00    
11:19:54 #10 50.30 (96/139): python3-dateutil-2.8.2-4.fc37.noarch.  28 MB/s | 361 kB     00:00    
11:19:54 #10 50.30 (97/139): python3-distro-1.7.0-3.fc37.noarch.rp 3.8 MB/s |  48 kB     00:00    
11:19:54 #10 50.30 (98/139): python3-dnf-plugins-core-4.3.1-1.fc37  20 MB/s | 278 kB     00:00    
11:19:54 #10 50.31 (99/139): python3-file-magic-5.42-4.fc37.noarch 2.6 MB/s |  20 kB     00:00    
11:19:54 #10 50.31 (100/139): python3-enchant-3.2.2-5.fc37.noarch. 9.3 MB/s | 103 kB     00:00    
11:19:54 #10 50.31 (101/139): python3-pybeam-0.7-4.fc37.noarch.rpm 4.0 MB/s |  32 kB     00:00    
11:19:54 #10 50.32 (102/139): python3-pyxdg-0.27-6.fc37.noarch.rpm  16 MB/s | 135 kB     00:00    
11:19:54 #10 50.32 (103/139): python3-tomli-w-1.0.0-4.fc37.noarch. 3.9 MB/s |  21 kB     00:00    
11:19:54 #10 50.32 (104/139): python3-six-1.16.0-8.fc37.noarch.rpm 5.1 MB/s |  42 kB     00:00    
11:19:54 #10 50.32 (105/139): rpm-build-4.18.0-1.fc37.x86_64.rpm   9.9 MB/s |  77 kB     00:00    
11:19:54 #10 50.33 (106/139): shared-mime-info-2.2-2.fc37.x86_64.r  33 MB/s | 381 kB     00:00    
11:19:54 #10 50.33 (107/139): xxhash-libs-0.8.1-3.fc37.x86_64.rpm  5.3 MB/s |  41 kB     00:00    
11:19:54 #10 50.34 (108/139): unzip-6.0-58.fc37.x86_64.rpm          14 MB/s | 182 kB     00:00    
11:19:54 #10 50.34 (109/139): zip-3.0-33.fc37.x86_64.rpm            23 MB/s | 259 kB     00:00    
11:19:54 #10 28.23 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:54 #10 28.28 Selecting previously unselected package libsub-override-perl.
11:19:54 #10 28.28 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ...
11:19:54 #10 28.28 Unpacking libsub-override-perl (0.09-2) ...
11:19:54 #10 28.32 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:54 #10 28.32 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:19:54 #10 28.33 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:19:54 #10 28.37 Selecting previously unselected package dh-strip-nondeterminism.
11:19:54 #10 28.37 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:19:54 #10 28.38 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:19:54 #10 28.41 Selecting previously unselected package libelf1:armhf.
11:19:54 #10 28.41 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ...
11:19:54 #10 28.42 Unpacking libelf1:armhf (0.183-1) ...
11:19:54 #11 28.16 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
11:19:54 #10 18.18 Unpacking libc6:armhf (2.36-8+rpi1) over (2.36-6+rpi1) ...
11:19:55 #10 49.55 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
11:19:55 #10 49.56 Setting up binutils (2.35.2-2) ...
11:19:55 #10 49.57 Setting up man-db (2.9.4-2) ...
11:19:55 #10 49.66 Building database of manual pages ...
11:19:55 #9 53.59 Setting up lintian (2.5.81ubuntu1) ...
11:19:55 #9 53.61 Setting up libhtml-form-perl (6.03-1) ...
11:19:55 #9 53.62 Setting up libimport-into-perl (1.002005-1) ...
11:19:55 #9 53.63 Setting up libmodule-implementation-perl (0.09-1) ...
11:19:55 #9 53.64 Setting up libparams-validate-perl (1.29-1) ...
11:19:55 #9 53.65 Setting up libmoo-perl (2.003004-1) ...
11:19:55 #9 53.66 Setting up libb-hooks-endofscope-perl (0.21-1) ...
11:19:55 #9 53.67 Setting up libpackage-stash-perl (0.37-1) ...
11:19:55 #9 53.69 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
11:19:55 #9 53.70 Setting up libnamespace-clean-perl (0.27-1) ...
11:19:55 #9 53.72 Setting up licensecheck (3.0.31-2) ...
11:19:55 #9 53.73 Setting up dh-autoreconf (17) ...
11:19:55 #9 53.74 Setting up libwww-perl (6.31-1ubuntu0.1) ...
11:19:55 #9 53.75 Setting up debhelper (11.1.6ubuntu2) ...
11:19:55 #9 53.76 Setting up equivs (2.1.0) ...
11:19:55 #9 53.78 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:19:55 #9 53.79 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
11:19:55 #10 43.85 (44/139): perl-Errno-1.36-492.fc37.aarch64.rpm  1.3 MB/s |  18 kB     00:00    
11:19:55 #10 43.85 (45/139): perl-Exporter-5.77-489.fc37.noarch.rp 1.7 MB/s |  31 kB     00:00    
11:19:55 #10 43.85 (46/139): perl-Fcntl-1.15-492.fc37.aarch64.rpm  2.1 MB/s |  24 kB     00:00    
11:19:55 #10 43.86 (47/139): perl-File-Basename-2.85-492.fc37.noar 2.6 MB/s |  20 kB     00:00    
11:19:55 #10 43.86 (48/139): perl-File-Path-2.18-489.fc37.noarch.r 3.4 MB/s |  35 kB     00:00    
11:19:55 #10 43.86 (49/139): perl-File-Temp-0.231.100-489.fc37.noa 6.1 MB/s |  59 kB     00:00    
11:19:55 #10 43.87 (50/139): perl-File-stat-1.12-492.fc37.noarch.r 3.4 MB/s |  20 kB     00:00    
11:19:55 #10 43.87 (51/139): perl-FileHandle-2.03-492.fc37.noarch. 2.2 MB/s |  19 kB     00:00    
11:19:55 #10 43.87 (52/139): perl-Getopt-Std-1.13-492.fc37.noarch. 2.1 MB/s |  19 kB     00:00    
11:19:55 #10 43.88 (53/139): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 8.2 MB/s |  55 kB     00:00    
11:19:55 #10 43.88 (54/139): perl-IO-1.50-492.fc37.aarch64.rpm      11 MB/s |  95 kB     00:00    
11:19:55 #10 43.88 (55/139): perl-IO-Socket-IP-0.41-490.fc37.noarc 5.2 MB/s |  42 kB     00:00    
11:19:55 #10 43.89 (56/139): perl-IPC-Open3-1.22-492.fc37.noarch.r 4.7 MB/s |  26 kB     00:00    
11:19:55 #10 43.89 (57/139): perl-IO-Socket-SSL-2.075-1.fc37.noarc  22 MB/s | 221 kB     00:00    
11:19:55 #10 43.89 (58/139): perl-MIME-Base64-3.16-489.fc37.aarch6 3.1 MB/s |  30 kB     00:00    
11:19:55 #10 43.90 (59/139): perl-Mozilla-CA-20211001-4.fc37.noarc 1.3 MB/s |  12 kB     00:00    
11:19:55 #10 43.90 (60/139): perl-NDBM_File-1.15-492.fc37.aarch64. 3.7 MB/s |  25 kB     00:00    
11:19:55 #10 43.90 (61/139): perl-Net-SSLeay-1.92-4.fc37.aarch64.r  31 MB/s | 358 kB     00:00    
11:19:55 #10 43.91 (62/139): perl-POSIX-2.03-492.fc37.aarch64.rpm  9.2 MB/s | 101 kB     00:00    
11:19:55 #10 43.91 (63/139): perl-PathTools-3.84-489.fc37.aarch64.  12 MB/s |  90 kB     00:00    
11:19:55 #10 43.94 (64/139): perl-Pod-Escapes-1.07-489.fc37.noarch 603 kB/s |  20 kB     00:00    
11:19:55 #10 43.94 (65/139): perl-Pod-Perldoc-3.28.01-490.fc37.noa 2.7 MB/s |  90 kB     00:00    
11:19:55 #10 43.95 (66/139): perl-Pod-Simple-3.43-490.fc37.noarch.  29 MB/s | 225 kB     00:00    
11:19:55 #10 43.95 (67/139): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 4.0 MB/s |  40 kB     00:00    
11:19:55 #10 43.99 (68/139): perl-Scalar-List-Utils-1.63-489.fc37. 1.4 MB/s |  71 kB     00:00    
11:19:55 #10 44.00 (69/139): perl-SelectSaver-1.02-492.fc37.noarch 325 kB/s |  15 kB     00:00    
11:19:55 #10 44.00 (70/139): perl-Socket-2.036-1.fc37.aarch64.rpm  1.1 MB/s |  55 kB     00:00    
11:19:55 #10 44.00 (71/139): perl-Storable-3.26-489.fc37.aarch64.r  11 MB/s |  95 kB     00:00    
11:19:55 #10 44.00 (72/139): perl-Symbol-1.09-492.fc37.noarch.rpm  2.7 MB/s |  17 kB     00:00    
11:19:55 #10 44.01 (73/139): perl-Term-ANSIColor-5.01-490.fc37.noa 5.7 MB/s |  48 kB     00:00    
11:19:55 #10 44.01 (74/139): perl-Term-Cap-1.17-489.fc37.noarch.rp 2.6 MB/s |  22 kB     00:00    
11:19:55 #10 44.01 (75/139): perl-Text-ParseWords-3.31-489.fc37.no 2.9 MB/s |  16 kB     00:00    
11:19:55 #10 44.02 (76/139): perl-Text-Tabs+Wrap-2021.0814-489.fc3 2.8 MB/s |  22 kB     00:00    
11:19:55 #10 44.02 (77/139): perl-Time-Local-1.300-489.fc37.noarch 4.5 MB/s |  33 kB     00:00    
11:19:55 #10 44.02 (78/139): perl-constant-1.33-490.fc37.noarch.rp 4.5 MB/s |  23 kB     00:00    
11:19:55 #10 44.02 (79/139): perl-base-2.27-492.fc37.noarch.rpm    2.5 MB/s |  19 kB     00:00    
11:19:55 #10 44.03 (80/139): perl-if-0.61.000-492.fc37.noarch.rpm  2.4 MB/s |  17 kB     00:00    
11:19:55 #10 44.03 (81/139): perl-interpreter-5.36.0-492.fc37.aarc  10 MB/s |  75 kB     00:00    
11:19:55 #10 44.03 (82/139): perl-libnet-3.14-490.fc37.noarch.rpm   19 MB/s | 132 kB     00:00    
11:19:55 #10 44.04 (83/139): perl-mro-1.26-492.fc37.aarch64.rpm    3.7 MB/s |  31 kB     00:00    
11:19:55 #10 44.05 (84/139): perl-libs-5.36.0-492.fc37.aarch64.rpm  91 MB/s | 2.2 MB     00:00    
11:19:55 #10 44.05 (85/139): perl-overload-1.35-492.fc37.noarch.rp 2.8 MB/s |  49 kB     00:00    
11:19:55 #10 44.06 (86/139): perl-overloading-0.02-492.fc37.noarch 1.1 MB/s |  16 kB     00:00    
11:19:55 #10 44.06 (87/139): perl-parent-0.238-489.fc37.noarch.rpm 2.5 MB/s |  14 kB     00:00    
11:19:55 #10 44.06 (88/139): perl-podlators-4.14-489.fc37.noarch.r  12 MB/s | 116 kB     00:00    
11:19:55 #10 44.07 (89/139): perl-srpm-macros-1-46.fc37.noarch.rpm 804 kB/s | 8.3 kB     00:00    
11:19:55 #10 44.07 (90/139): perl-subs-1.04-492.fc37.noarch.rpm    2.0 MB/s |  15 kB     00:00    
11:19:55 #10 44.08 (91/139): perl-vars-1.05-492.fc37.noarch.rpm    1.5 MB/s |  16 kB     00:00    
11:19:55 #10 44.08 (92/139): pkgconf-1.8.0-3.fc37.aarch64.rpm      3.8 MB/s |  41 kB     00:00    
11:19:55 #10 44.08 (93/139): pkgconf-pkg-config-1.8.0-3.fc37.aarch 1.7 MB/s |  10 kB     00:00    
11:19:55 #10 44.09 (94/139): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    1.5 MB/s |  14 kB     00:00    
11:19:55 #10 44.09 (95/139): python3-construct-2.10.68-3.fc37.noar  16 MB/s | 152 kB     00:00    
11:19:55 #10 44.10 (96/139): python3-dateutil-2.8.2-4.fc37.noarch.  18 MB/s | 361 kB     00:00    
11:19:55 #10 44.11 (97/139): python3-distro-1.7.0-3.fc37.noarch.rp 2.8 MB/s |  48 kB     00:00    
11:19:55 #10 44.11 (98/139): python3-dnf-plugins-core-4.3.1-1.fc37  13 MB/s | 278 kB     00:00    
11:19:55 #10 44.11 (99/139): python3-enchant-3.2.2-5.fc37.noarch.r 9.6 MB/s | 103 kB     00:00    
11:19:55 #10 44.12 (100/139): python3-file-magic-5.42-4.fc37.noarc 3.9 MB/s |  20 kB     00:00    
11:19:55 #10 44.12 (101/139): python3-pyxdg-0.27-6.fc37.noarch.rpm  21 MB/s | 135 kB     00:00    
11:19:55 #10 44.12 (102/139): python3-six-1.16.0-8.fc37.noarch.rpm 6.9 MB/s |  42 kB     00:00    
11:19:55 #10 44.13 (103/139): python3-tomli-w-1.0.0-4.fc37.noarch. 4.0 MB/s |  21 kB     00:00    
11:19:55 #10 44.13 (104/139): rpm-build-4.18.0-1.fc37.aarch64.rpm   14 MB/s |  77 kB     00:00    
11:19:55 #10 44.14 (105/139): shared-mime-info-2.2-2.fc37.aarch64.  41 MB/s | 381 kB     00:00    
11:19:55 #10 44.14 (106/139): unzip-6.0-58.fc37.aarch64.rpm         20 MB/s | 182 kB     00:00    
11:19:55 #10 44.14 (107/139): python3-pybeam-0.7-4.fc37.noarch.rpm 1.0 MB/s |  32 kB     00:00    
11:19:55 #10 44.15 (108/139): xxhash-libs-0.8.1-3.fc37.aarch64.rpm 3.8 MB/s |  33 kB     00:00    
11:19:55 #10 44.15 (109/139): zip-3.0-33.fc37.aarch64.rpm           21 MB/s | 256 kB     00:00    
11:19:55 #10 47.74 Preparing to unpack .../257-libxml-sax-expat-perl_0.40-2_all.deb ...
11:19:55 #10 47.74 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:19:55 #10 47.78 Selecting previously unselected package libxml-simple-perl.
11:19:55 #10 47.78 Preparing to unpack .../258-libxml-simple-perl_2.24-1_all.deb ...
11:19:55 #10 47.78 Unpacking libxml-simple-perl (2.24-1) ...
11:19:55 #10 47.82 Selecting previously unselected package libyaml-libyaml-perl.
11:19:55 #10 47.82 Preparing to unpack .../259-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
11:19:55 #10 47.82 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:19:55 #10 47.86 Selecting previously unselected package licensecheck.
11:19:55 #10 47.86 Preparing to unpack .../260-licensecheck_3.0.31-2_all.deb ...
11:19:55 #10 47.87 Unpacking licensecheck (3.0.31-2) ...
11:19:55 #10 47.90 Selecting previously unselected package patchutils.
11:19:55 #10 47.90 Preparing to unpack .../261-patchutils_0.3.4-2_arm64.deb ...
11:19:55 #10 47.91 Unpacking patchutils (0.3.4-2) ...
11:19:55 #10 47.95 Selecting previously unselected package t1utils.
11:19:55 #10 47.95 Preparing to unpack .../262-t1utils_1.41-2_arm64.deb ...
11:19:55 #10 47.95 Unpacking t1utils (1.41-2) ...
11:19:55 #10 47.99 Selecting previously unselected package lintian.
11:19:55 #10 24.65 Selecting previously unselected package python3.7.
11:19:55 #10 24.65 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
11:19:55 #10 24.66 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:19:55 #10 24.73 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:55 #10 24.73 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
11:19:55 #10 24.74 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
11:19:55 #11 44.12 Unpacking patch (2.7.6-6) ...
11:19:55 #11 44.16 Selecting previously unselected package dpkg-dev.
11:19:55 #11 44.17 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:19:55 #11 44.17 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:19:55 #11 44.25 Selecting previously unselected package build-essential.
11:19:55 #11 44.25 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ...
11:19:55 #11 44.26 Unpacking build-essential (12.8ubuntu1.1) ...
11:19:55 #11 44.30 Selecting previously unselected package libbrotli1:arm64.
11:19:55 #11 44.30 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
11:19:55 #11 44.30 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:19:55 #11 44.37 Selecting previously unselected package libroken18-heimdal:arm64.
11:19:55 #11 31.86 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:19:55 #11 31.87 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-perl all 6.67-1 [141 kB]
11:19:55 #11 32.05 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
11:19:55 #11 32.09 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
11:19:55 #11 32.11 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf devscripts armhf 2.22.2ubuntu3 [1060 kB]
11:19:55 #14 5.136 (71/71): selinux-policy-minimum-3.14.3-115.el8.  22 MB/s |  13 MB     00:00    
11:19:55 #14 5.140 --------------------------------------------------------------------------------
11:19:55 #14 5.140 Total                                            41 MB/s | 116 MB     00:02     
11:19:55 #13 10.37 (68/68): llvm-libs-15.0.7-1.el9.x86_64.rpm       10 MB/s |  21 MB     00:02    
11:19:55 #13 10.37 --------------------------------------------------------------------------------
11:19:55 #13 10.37 Total                                            16 MB/s | 109 MB     00:06     
11:19:55 #10 26.73 Selecting previously unselected package libmagic-mgc.
11:19:55 #10 26.73 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
11:19:55 #10 26.73 Unpacking libmagic-mgc (1:5.39-3) ...
11:19:55 #10 26.84 Selecting previously unselected package libmagic1:armhf.
11:19:55 #10 26.84 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
11:19:55 #10 26.85 Unpacking libmagic1:armhf (1:5.39-3) ...
11:19:55 #10 26.94 Selecting previously unselected package file.
11:19:55 #11 51.32 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
11:19:55 #11 51.41 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #10 51.83 Setting up liblz1:amd64 (1.13-5) ...
11:19:55 #10 51.84 Setting up libksba8:amd64 (1.6.3-2) ...
11:19:55 #10 51.85 Setting up media-types (10.0.0) ...
11:19:55 #10 51.87 Setting up libpipeline1:amd64 (1.5.7-1) ...
11:19:55 #10 51.88 Setting up plzip (1.10-5) ...
11:19:55 #10 51.89 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
11:19:55 #10 51.89 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:19:55 #10 51.89 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:19:55 #10 51.90 Setting up wdiff (1.2.2-5) ...
11:19:55 #10 51.92 Setting up libaom3:amd64 (3.6.0-1) ...
11:19:55 #10 51.93 Setting up libabsl20220623:amd64 (20220623.1-1) ...
11:19:55 #10 51.94 Setting up libxau6:amd64 (1:1.0.9-1) ...
11:19:55 #10 51.95 Setting up libre2-9:amd64 (20220601+dfsg-1+b1) ...
11:19:55 #10 51.96 Setting up libkeyutils1:amd64 (1.6.3-2) ...
11:19:55 #10 51.97 Setting up libpsl5:amd64 (0.21.2-1) ...
11:19:55 #10 51.99 Setting up libgpm2:amd64 (1.20.7-10+b1) ...
11:19:55 #10 52.00 Setting up libicu72:amd64 (72.1-3) ...
11:19:55 #10 52.01 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
11:19:55 #10 52.03 Setting up bsdextrautils (2.38.1-5) ...
11:19:55 #10 46.84 Setting up libxpm4:arm64 (1:3.5.12-1.1) ...
11:19:55 #10 46.85 Setting up openssh-client (1:9.2p1-2) ...
11:19:55 #10 46.94 Setting up gpgsm (2.2.40-1) ...
11:19:55 #10 46.95 Setting up libheif1:arm64 (1.14.2-1) ...
11:19:55 #10 46.96 Setting up libxext6:arm64 (2:1.3.4-1+b1) ...
11:19:55 #10 46.98 Setting up binutils-aarch64-linux-gnu (2.40-2) ...
11:19:55 #10 46.99 Setting up libcurl3-gnutls:arm64 (7.88.1-1) ...
11:19:55 #10 47.00 Setting up binutils (2.40-2) ...
11:19:55 #10 47.01 Setting up man-db (2.11.2-1) ...
11:19:55 #10 36.67 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:19:55 #10 36.73 Selecting previously unselected package gnupg.
11:19:55 #10 36.73 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u2_all.deb ...
11:19:55 #10 36.74 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:19:55 #10 36.82 Selecting previously unselected package libfile-which-perl.
11:19:55 #10 36.82 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ...
11:19:55 #10 36.83 Unpacking libfile-which-perl (1.23-1) ...
11:19:55 #10 36.88 Selecting previously unselected package libfile-homedir-perl.
11:19:55 #10 36.88 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ...
11:19:55 #10 36.88 Unpacking libfile-homedir-perl (1.004-1) ...
11:19:55 #10 36.92 Selecting previously unselected package libio-pty-perl.
11:19:55 #14 6.762 Running transaction check
11:19:55 #10 38.33 Selecting previously unselected package krb5-locales.
11:19:55 #10 38.33 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:19:55 #10 38.34 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:19:55 #10 38.38 Selecting previously unselected package libedit2:armhf.
11:19:55 #10 38.38 Preparing to unpack .../032-libedit2_3.1-20170329-1_armhf.deb ...
11:19:55 #10 38.38 Unpacking libedit2:armhf (3.1-20170329-1) ...
11:19:55 #10 38.42 Selecting previously unselected package libkrb5support0:armhf.
11:19:55 #10 38.42 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_armhf.deb ...
11:19:55 #10 38.43 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.3) ...
11:19:55 #10 38.47 Selecting previously unselected package libk5crypto3:armhf.
11:19:55 #10 38.47 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_armhf.deb ...
11:19:55 #10 38.47 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.3) ...
11:19:55 #10 38.52 Selecting previously unselected package libkeyutils1:armhf.
11:19:55 #10 38.52 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
11:19:55 #10 38.52 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
11:19:55 #10 38.57 Selecting previously unselected package libkrb5-3:armhf.
11:19:55 #10 38.57 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_armhf.deb ...
11:19:55 #10 38.57 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.3) ...
11:19:55 #11 48.93 Preparing to unpack .../203-dput_1.1.2ubuntu2_all.deb ...
11:19:55 #11 48.94 Unpacking dput (1.1.2ubuntu2) ...
11:19:55 #11 48.97 Selecting previously unselected package fonts-dejavu-core.
11:19:55 #11 48.97 Preparing to unpack .../204-fonts-dejavu-core_2.37-2build1_all.deb ...
11:19:55 #11 48.97 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:19:55 #11 49.09 Selecting previously unselected package fontconfig-config.
11:19:55 #11 49.09 Preparing to unpack .../205-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
11:19:55 #11 49.10 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
11:19:55 #11 49.14 Selecting previously unselected package libcurl3-gnutls:amd64.
11:19:55 #11 49.14 Preparing to unpack .../206-libcurl3-gnutls_7.85.0-1ubuntu0.3_amd64.deb ...
11:19:55 #11 49.14 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.3) ...
11:19:55 #11 49.17 Selecting previously unselected package liberror-perl.
11:19:55 #11 49.17 Preparing to unpack .../207-liberror-perl_0.17029-1_all.deb ...
11:19:55 #11 49.17 Unpacking liberror-perl (0.17029-1) ...
11:19:55 #11 49.20 Selecting previously unselected package git-man.
11:19:55 #11 43.69 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:19:55 #11 43.70 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:19:55 #11 43.73 Selecting previously unselected package libcc1-0:amd64.
11:19:55 #11 43.73 Preparing to unpack .../077-libcc1-0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.73 Unpacking libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 43.76 Selecting previously unselected package libgomp1:amd64.
11:19:55 #11 43.76 Preparing to unpack .../078-libgomp1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.77 Unpacking libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 43.80 Selecting previously unselected package libitm1:amd64.
11:19:55 #11 43.80 Preparing to unpack .../079-libitm1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.80 Unpacking libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 43.83 Selecting previously unselected package libatomic1:amd64.
11:19:55 #11 43.83 Preparing to unpack .../080-libatomic1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.84 Unpacking libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 43.86 Selecting previously unselected package libasan6:amd64.
11:19:55 #11 43.87 Preparing to unpack .../081-libasan6_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.87 Unpacking libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
11:19:55 #11 43.94 Selecting previously unselected package liblsan0:amd64.
11:19:55 #11 45.13 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
11:19:55 #11 45.13 Unpacking libicu70:arm64 (70.1-2) ...
11:19:55 #11 45.33 Selecting previously unselected package libxml2:arm64.
11:19:55 #11 45.34 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
11:19:55 #11 45.34 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
11:19:55 #11 45.38 Selecting previously unselected package libyaml-0-2:arm64.
11:19:55 #10 28.51 Selecting previously unselected package dwz.
11:19:55 #10 28.51 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ...
11:19:55 #10 28.51 Unpacking dwz (0.13+20210201-1) ...
11:19:55 #10 28.61 Selecting previously unselected package libicu67:armhf.
11:19:55 #10 28.61 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ...
11:19:55 #10 28.61 Unpacking libicu67:armhf (67.1-7) ...
11:19:55 #10 50.35 (110/139): ansible-srpm-macros-1-8.1.fc37.noarc 833 kB/s | 8.6 kB     00:00    
11:19:55 #10 50.40 (111/139): binutils-gold-2.38-25.fc37.x86_64.rp  14 MB/s | 775 kB     00:00    
11:19:55 #10 50.41 (112/139): dbus-libs-1.14.6-1.fc37.x86_64.rpm   2.4 MB/s | 155 kB     00:00    
11:19:55 #10 50.44 (113/139): binutils-2.38-25.fc37.x86_64.rpm      55 MB/s | 5.4 MB     00:00    
11:19:55 #10 50.44 (114/139): debugedit-5.0-7.fc37.x86_64.rpm      1.8 MB/s |  77 kB     00:00    
11:19:55 #10 50.45 (115/139): elfutils-0.189-1.fc37.x86_64.rpm      13 MB/s | 537 kB     00:00    
11:19:55 #10 50.46 (116/139): enchant2-2.3.4-1.fc37.x86_64.rpm      14 MB/s |  63 kB     00:00    
11:19:55 #10 50.46 (117/139): elfutils-debuginfod-client-0.189-1.f 5.2 MB/s |  39 kB     00:00    
11:19:55 #10 50.46 (118/139): emacs-filesystem-28.2-3.fc37.noarch. 811 kB/s | 7.5 kB     00:00    
11:19:55 #10 50.56 (119/139): gdb-minimal-13.1-1.fc37.x86_64.rpm    41 MB/s | 4.2 MB     00:00    
11:19:55 #11 28.54 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
11:19:55 #11 28.54 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
11:19:55 #11 28.55 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
11:19:55 #11 28.59 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
11:19:55 #11 28.60 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
11:19:55 #11 28.60 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
11:19:55 #11 28.61 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
11:19:55 #11 28.62 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:55 #11 28.66 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:19:55 #9 53.80 Setting up libxml-parser-perl (2.44-2build3) ...
11:19:55 #9 53.81 Setting up libxml-sax-expat-perl (0.40-2) ...
11:19:55 #9 53.85 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:19:55 #9 53.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:19:55 #9 54.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:19:55 #13 8.606 (23/70): automake-1.16.2-6.el9.noarch.rpm       818 kB/s | 689 kB     00:00    
11:19:55 #13 8.612 (24/70): autoconf-2.69-38.el9.noarch.rpm        802 kB/s | 681 kB     00:00    
11:19:55 #13 8.619 (25/70): annobin-11.05-1.el9.aarch64.rpm        1.1 MB/s | 973 kB     00:00    
11:19:55 #13 8.693 (26/70): cmake-filesystem-3.20.2-8.el9.aarch64. 254 kB/s |  19 kB     00:00    
11:19:55 #13 8.768 (27/70): cmake-rpm-macros-3.20.2-8.el9.noarch.r 158 kB/s |  12 kB     00:00    
11:19:55 #10 44.16 (110/139): ansible-srpm-macros-1-8.1.fc37.noarc 597 kB/s | 8.6 kB     00:00    
11:19:55 #10 44.18 (111/139): binutils-gold-2.38-25.fc37.aarch64.r  34 MB/s | 923 kB     00:00    
11:19:55 #10 44.20 (112/139): binutils-2.38-25.fc37.aarch64.rpm    111 MB/s | 5.8 MB     00:00    
11:19:55 #10 44.20 (113/139): dbus-libs-1.14.6-1.fc37.aarch64.rpm  4.1 MB/s | 154 kB     00:00    
11:19:55 #10 44.21 (114/139): debugedit-5.0-7.fc37.aarch64.rpm     3.1 MB/s |  77 kB     00:00    
11:19:55 #10 44.21 (115/139): elfutils-debuginfod-client-0.189-1.f 4.5 MB/s |  39 kB     00:00    
11:19:55 #10 44.25 (116/139): elfutils-0.189-1.fc37.aarch64.rpm     12 MB/s | 532 kB     00:00    
11:19:55 #10 44.25 (117/139): emacs-filesystem-28.2-3.fc37.noarch. 177 kB/s | 7.5 kB     00:00    
11:19:55 #10 44.26 (118/139): enchant2-2.3.4-1.fc37.aarch64.rpm    1.5 MB/s |  63 kB     00:00    
11:19:55 #10 44.26 (119/139): ghc-srpm-macros-1.6.1-1.fc37.noarch. 620 kB/s | 8.0 kB     00:00    
11:19:55 #10 44.33 (120/139): gdb-minimal-13.1-1.fc37.aarch64.rpm   50 MB/s | 3.7 MB     00:00    
11:19:55 #10 44.33 (121/139): glibc-gconv-extra-2.36-9.fc37.aarch6  24 MB/s | 1.7 MB     00:00    
11:19:55 #10 44.34 (122/139): gnat-srpm-macros-5-1.fc37.noarch.rpm 126 kB/s | 8.3 kB     00:00    
11:19:55 #10 44.37 (123/139): ncurses-6.3-4.20220501.fc37.aarch64. 9.8 MB/s | 408 kB     00:00    
11:19:55 #10 47.99 Preparing to unpack .../263-lintian_2.5.81ubuntu1_all.deb ...
11:19:55 #10 48.00 Unpacking lintian (2.5.81ubuntu1) ...
11:19:55 #10 48.11 Selecting previously unselected package manpages-dev.
11:19:55 #10 48.11 Preparing to unpack .../264-manpages-dev_4.15-1_all.deb ...
11:19:55 #10 48.11 Unpacking manpages-dev (4.15-1) ...
11:19:55 #10 24.79 Setting up python3-minimal (3.7.3-1) ...
11:19:55 #11 44.37 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.37 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.42 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:19:55 #11 44.42 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.42 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.47 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:19:55 #11 44.47 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.48 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.54 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:19:55 #11 44.54 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.55 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.59 Selecting previously unselected package libwind0-heimdal:arm64.
11:19:55 #11 30.91 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
11:19:55 #11 32.29 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
11:19:55 #11 32.31 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-chardet all 4.0.0-2 [109 kB]
11:19:55 #11 32.32 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-debian all 0.1.46 [116 kB]
11:19:55 #11 32.32 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgpgme11 armhf 1.17.1-4.1ubuntu1 [116 kB]
11:19:55 #11 32.35 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gpg armhf 1.17.1-4.1ubuntu1 [192 kB]
11:19:55 #10 26.94 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
11:19:55 #10 26.95 Unpacking file (1:5.39-3) ...
11:19:55 #10 26.99 Selecting previously unselected package gettext-base.
11:19:55 #10 26.99 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
11:19:55 #10 27.00 Unpacking gettext-base (0.21-4) ...
11:19:55 #10 27.11 Selecting previously unselected package xz-utils.
11:19:55 #10 27.11 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
11:19:55 #10 27.12 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:19:55 #10 27.21 Selecting previously unselected package libsigsegv2:armhf.
11:19:55 #10 27.21 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
11:19:55 #10 52.05 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
11:19:55 #10 52.06 Setting up libtext-glob-perl (0.11-3) ...
11:19:55 #10 52.07 Setting up xdg-user-dirs (0.18-1) ...
11:19:55 #10 52.10 Setting up libmagic-mgc (1:5.44-3) ...
11:19:55 #10 52.11 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
11:19:55 #10 52.12 Setting up libglib2.0-0:amd64 (2.74.6-1) ...
11:19:55 #10 52.13 No schema files found: doing nothing.
11:19:55 #10 52.14 Setting up distro-info-data (0.57) ...
11:19:55 #10 52.14 Setting up manpages (6.03-1) ...
11:19:55 #10 52.15 Setting up libtirpc-common (1.3.3+ds-1) ...
11:19:55 #10 52.17 Setting up unzip (6.0-28) ...
11:19:55 #10 52.18 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ...
11:19:55 #10 52.19 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
11:19:55 #10 52.20 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
11:19:55 #10 52.21 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
11:19:55 #10 52.23 Setting up libfcgi-bin (2.4.2-2) ...
11:19:55 #10 52.24 Setting up binutils-common:amd64 (2.40-2) ...
11:19:55 #10 47.11 Building database of manual pages ...
11:19:55 #10 36.92 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ...
11:19:55 #10 36.93 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
11:19:55 #10 36.96 Selecting previously unselected package libipc-run-perl.
11:19:55 #10 36.97 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ...
11:19:55 #10 36.97 Unpacking libipc-run-perl (20180523.0-1) ...
11:19:55 #10 37.02 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:55 #10 37.02 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:19:55 #10 37.02 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:19:55 #10 37.09 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:55 #10 37.09 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:19:55 #10 37.09 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:19:55 #10 37.14 Selecting previously unselected package libdevel-globaldestruction-perl.
11:19:55 #10 37.14 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:19:55 #10 37.15 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:19:55 #10 37.18 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:55 #10 37.18 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
11:19:55 #11 51.42 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:19:55 #11 51.43 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
11:19:55 #11 51.45 Setting up python3 (3.8.2-0ubuntu2) ...
11:19:55 #14 7.047 Transaction check succeeded.
11:19:55 #14 7.047 Running transaction test
11:19:55 #11 49.20 Preparing to unpack .../208-git-man_1%3a2.37.2-1ubuntu1.4_all.deb ...
11:19:55 #11 49.20 Unpacking git-man (1:2.37.2-1ubuntu1.4) ...
11:19:55 #11 49.24 Selecting previously unselected package git.
11:19:55 #11 49.25 Preparing to unpack .../209-git_1%3a2.37.2-1ubuntu1.4_amd64.deb ...
11:19:55 #11 49.25 Unpacking git (1:2.37.2-1ubuntu1.4) ...
11:19:55 #11 49.38 Selecting previously unselected package libalgorithm-diff-perl.
11:19:55 #11 49.38 Preparing to unpack .../210-libalgorithm-diff-perl_1.201-1_all.deb ...
11:19:55 #11 49.39 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:19:55 #11 49.42 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
11:19:55 #11 49.42 Preparing to unpack .../211-libalgorithm-diff-xs-perl_0.04-7_amd64.deb ...
11:19:55 #11 49.43 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
11:19:55 #11 49.45 Selecting previously unselected package libalgorithm-merge-perl.
11:19:55 #11 43.94 Preparing to unpack .../082-liblsan0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.94 Unpacking liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 43.99 Selecting previously unselected package libtsan0:amd64.
11:19:55 #11 43.99 Preparing to unpack .../083-libtsan0_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:55 #11 43.99 Unpacking libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
11:19:55 #11 44.07 Selecting previously unselected package libubsan1:amd64.
11:19:55 #11 44.07 Preparing to unpack .../084-libubsan1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 44.07 Unpacking libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 44.12 Selecting previously unselected package libquadmath0:amd64.
11:19:55 #11 44.12 Preparing to unpack .../085-libquadmath0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:19:55 #11 44.12 Unpacking libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:19:55 #11 44.14 Selecting previously unselected package libgcc-11-dev:amd64.
11:19:55 #11 44.15 Preparing to unpack .../086-libgcc-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:55 #11 44.15 Unpacking libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:19:55 #11 45.38 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
11:19:55 #11 45.38 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
11:19:55 #11 45.41 Selecting previously unselected package lsb-release.
11:19:55 #11 45.42 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:19:55 #11 45.42 Unpacking lsb-release (11.1.0ubuntu4) ...
11:19:55 #11 45.45 Selecting previously unselected package netbase.
11:19:55 #11 45.45 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:19:55 #11 45.46 Unpacking netbase (6.3) ...
11:19:55 #11 45.48 Selecting previously unselected package python-apt-common.
11:19:55 #11 45.48 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu1_all.deb ...
11:19:55 #11 45.49 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:19:55 #11 45.52 Selecting previously unselected package python3-apt.
11:19:55 #11 45.52 Preparing to unpack .../020-python3-apt_2.4.0ubuntu1_arm64.deb ...
11:19:55 #11 45.52 Unpacking python3-apt (2.4.0ubuntu1) ...
11:19:55 #11 45.56 Selecting previously unselected package python3-pkg-resources.
11:19:55 #11 45.56 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:19:55 #11 45.56 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:19:55 #11 45.61 Selecting previously unselected package ucf.
11:19:55 #11 45.61 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:19:55 #10 50.56 (120/139): ghc-srpm-macros-1.6.1-1.fc37.noarch.  87 kB/s | 8.0 kB     00:00    
11:19:55 #10 50.57 (121/139): glibc-gconv-extra-2.36-9.fc37.x86_64  16 MB/s | 1.6 MB     00:00    
11:19:55 #10 50.57 (122/139): gnat-srpm-macros-5-1.fc37.noarch.rpm 623 kB/s | 8.3 kB     00:00    
11:19:55 #10 50.58 (123/139): ncurses-6.3-4.20220501.fc37.x86_64.r  21 MB/s | 409 kB     00:00    
11:19:55 #10 50.58 (124/139): perl-Getopt-Long-2.54-1.fc37.noarch. 5.6 MB/s |  60 kB     00:00    
11:19:55 #10 50.59 (125/139): pyproject-srpm-macros-1.6.3-1.fc37.n 2.9 MB/s |  14 kB     00:00    
11:19:55 #10 50.59 (126/139): perl-URI-5.17-1.fc37.noarch.rpm       14 MB/s | 123 kB     00:00    
11:19:55 #10 50.59 (127/139): python-srpm-macros-3.11-5.fc37.noarc 3.1 MB/s |  24 kB     00:00    
11:19:55 #10 50.60 (128/139): python3-dbus-1.3.2-1.fc37.x86_64.rpm  16 MB/s | 157 kB     00:00    
11:19:55 #10 50.60 (129/139): qt5-srpm-macros-5.15.8-1.fc37.noarch 1.3 MB/s | 8.0 kB     00:00    
11:19:55 #10 50.60 (130/139): python3-zstandard-0.19.0-1.fc37.x86_  37 MB/s | 470 kB     00:00    
11:19:55 #10 50.61 (131/139): redhat-rpm-config-229-1.fc37.noarch. 7.2 MB/s |  80 kB     00:00    
11:19:55 #10 50.61 (132/139): rpmautospec-rpm-macros-0.3.5-1.fc37. 915 kB/s | 9.3 kB     00:00    
11:19:55 #10 50.61 (133/139): rpmlint-fedora-license-data-1.14-1.f 3.5 MB/s |  19 kB     00:00    
11:19:55 #10 50.62 (134/139): rpmlint-2.4.0-3.fc37.noarch.rpm       30 MB/s | 330 kB     00:00    
11:19:55 #10 50.62 (135/139): rust-srpm-macros-24-1.fc37.noarch.rp 1.2 MB/s |  12 kB     00:00    
11:19:55 #10 50.63 (136/139): xz-5.4.1-1.fc37.x86_64.rpm            35 MB/s | 419 kB     00:00    
11:19:55 #10 50.63 (137/139): elfutils-libelf-0.189-1.fc37.x86_64.  23 MB/s | 195 kB     00:00    
11:19:55 #10 50.64 (138/139): zstd-1.5.4-1.fc37.x86_64.rpm          30 MB/s | 472 kB     00:00    
11:19:55 #10 50.64 (139/139): elfutils-libs-0.189-1.fc37.x86_64.rp  18 MB/s | 259 kB     00:00    
11:19:55 #10 50.65 --------------------------------------------------------------------------------
11:19:55 #10 50.65 Total                                            16 MB/s |  30 MB     00:01     
11:19:55 #10 38.63 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:19:55 #10 38.63 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_armhf.deb ...
11:19:55 #10 38.63 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
11:19:55 #10 38.68 Selecting previously unselected package libpsl5:armhf.
11:19:55 #10 38.68 Preparing to unpack .../038-libpsl5_0.19.1-5build1_armhf.deb ...
11:19:55 #10 38.69 Unpacking libpsl5:armhf (0.19.1-5build1) ...
11:19:55 #10 38.73 Selecting previously unselected package libssl1.0.0:armhf.
11:19:55 #10 38.73 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.11_armhf.deb ...
11:19:55 #10 38.73 Unpacking libssl1.0.0:armhf (1.0.2n-1ubuntu5.11) ...
11:19:55 #10 38.83 Selecting previously unselected package libxmuu1:armhf.
11:19:55 #10 38.83 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_armhf.deb ...
11:19:55 #13 85.85   Updating   : systemd-libs-219-78.el7_9.7.aarch64                         3/65 
11:19:55 #10 29.74 Selecting previously unselected package gcc.
11:19:55 #10 29.74 Preparing to unpack .../055-gcc_4%3a12.2.0-3_armhf.deb ...
11:19:55 #10 29.75 Unpacking gcc (4:12.2.0-3) ...
11:19:55 #10 29.79 Selecting previously unselected package libstdc++-12-dev:armhf.
11:19:55 #10 29.79 Preparing to unpack .../056-libstdc++-12-dev_12.2.0-14_armhf.deb ...
11:19:55 #10 29.81 Unpacking libstdc++-12-dev:armhf (12.2.0-14) ...
11:19:55 #11 41.91 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:19:55 #9 54.05 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:19:55 #9 54.07 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:55 #9 54.08 Updating certificates in /etc/ssl/certs...
11:19:55 #13 8.914 (28/70): cmake-data-3.20.2-8.el9.noarch.rpm     7.1 MB/s | 2.1 MB     00:00    
11:19:55 #10 44.37 (124/139): perl-Getopt-Long-2.54-1.fc37.noarch. 1.8 MB/s |  60 kB     00:00    
11:19:55 #10 44.37 (125/139): perl-URI-5.17-1.fc37.noarch.rpm      3.3 MB/s | 123 kB     00:00    
11:19:55 #10 44.38 (126/139): pyproject-srpm-macros-1.6.3-1.fc37.n 1.5 MB/s |  14 kB     00:00    
11:19:55 #10 44.38 (127/139): python-srpm-macros-3.11-5.fc37.noarc 3.6 MB/s |  24 kB     00:00    
11:19:55 #10 44.38 (128/139): python3-dbus-1.3.2-1.fc37.aarch64.rp  16 MB/s | 158 kB     00:00    
11:19:55 #10 44.39 (129/139): python3-zstandard-0.19.0-1.fc37.aarc  34 MB/s | 441 kB     00:00    
11:19:55 #10 44.40 (130/139): qt5-srpm-macros-5.15.8-1.fc37.noarch 857 kB/s | 8.0 kB     00:00    
11:19:55 #10 44.40 (131/139): redhat-rpm-config-229-1.fc37.noarch. 6.7 MB/s |  80 kB     00:00    
11:19:55 #10 44.40 (132/139): rpmautospec-rpm-macros-0.3.5-1.fc37. 837 kB/s | 9.3 kB     00:00    
11:19:55 #10 44.41 (133/139): rpmlint-fedora-license-data-1.14-1.f 2.2 MB/s |  19 kB     00:00    
11:19:55 #10 44.41 (134/139): rpmlint-2.4.0-3.fc37.noarch.rpm       22 MB/s | 330 kB     00:00    
11:19:55 #10 44.42 (135/139): rust-srpm-macros-24-1.fc37.noarch.rp 985 kB/s |  12 kB     00:00    
11:19:55 #10 44.43 (136/139): xz-5.4.1-1.fc37.aarch64.rpm           25 MB/s | 420 kB     00:00    
11:19:55 #10 44.44 (137/139): zstd-1.5.4-1.fc37.aarch64.rpm         23 MB/s | 438 kB     00:00    
11:19:55 #10 44.44 (138/139): elfutils-libelf-0.189-1.fc37.aarch64 8.1 MB/s | 195 kB     00:00    
11:19:55 #10 44.45 (139/139): elfutils-libs-0.189-1.fc37.aarch64.r  12 MB/s | 257 kB     00:00    
11:19:55 #10 44.45 --------------------------------------------------------------------------------
11:19:55 #10 44.45 Total                                            15 MB/s |  30 MB     00:01     
11:19:55 #10 48.33 Selecting previously unselected package python3-certifi.
11:19:55 #10 48.34 Preparing to unpack .../265-python3-certifi_2018.1.18-2_all.deb ...
11:19:55 #10 48.34 Unpacking python3-certifi (2018.1.18-2) ...
11:19:55 #10 48.39 Selecting previously unselected package python3-idna.
11:19:55 #10 48.39 Preparing to unpack .../266-python3-idna_2.6-1_all.deb ...
11:19:55 #10 48.39 Unpacking python3-idna (2.6-1) ...
11:19:55 #10 48.43 Selecting previously unselected package python3-urllib3.
11:19:55 #10 48.43 Preparing to unpack .../267-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:19:55 #10 48.44 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:19:55 #10 48.48 Selecting previously unselected package python3-requests.
11:19:55 #10 48.48 Preparing to unpack .../268-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:19:55 #10 48.48 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:19:55 #10 48.52 Selecting previously unselected package python3-unidiff.
11:19:55 #10 25.12 Selecting previously unselected package python3.
11:19:55 #10 25.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 ... 10974 files and directories currently installed.)
11:19:55 #10 25.12 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
11:19:55 #10 25.14 Unpacking python3 (3.7.3-1) ...
11:19:55 #10 25.18 Selecting previously unselected package sensible-utils.
11:19:55 #10 25.18 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
11:19:55 #10 25.20 Unpacking sensible-utils (0.0.12) ...
11:19:55 #10 25.24 Selecting previously unselected package bzip2.
11:19:55 #10 25.24 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
11:19:55 #10 25.25 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:19:55 #10 25.29 Selecting previously unselected package libmagic-mgc.
11:19:55 #10 25.29 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:55 #11 44.60 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.60 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.64 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:19:55 #11 44.65 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.65 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.70 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:19:55 #11 44.70 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.71 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.76 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:19:55 #11 44.76 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.77 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.81 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:19:55 #11 44.81 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:19:55 #11 44.81 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:19:55 #11 44.85 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:55 #11 44.86 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:19:55 #11 44.86 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:55 #11 44.90 Selecting previously unselected package libsasl2-2:arm64.
11:19:55 #11 44.90 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:19:55 #11 44.90 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:19:55 #11 44.94 Selecting previously unselected package libldap-common.
11:19:55 #11 31.28 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:55 #11 31.28 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
11:19:55 #11 31.29 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
11:19:55 #11 31.30 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
11:19:55 #11 31.30 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
11:19:55 #11 31.31 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
11:19:55 #11 31.32 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.2 [982 kB]
11:19:55 #10 27.22 Unpacking libsigsegv2:armhf (2.13-1) ...
11:19:55 #10 27.27 Selecting previously unselected package m4.
11:19:55 #10 27.27 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
11:19:55 #10 27.28 Unpacking m4 (1.4.18-5) ...
11:19:55 #10 27.34 Selecting previously unselected package autoconf.
11:19:55 #10 27.34 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
11:19:55 #10 27.34 Unpacking autoconf (2.69-14) ...
11:19:55 #10 52.25 Setting up libnghttp2-14:amd64 (1.52.0-1) ...
11:19:55 #10 52.26 Setting up libmagic1:amd64 (1:5.44-3) ...
11:19:55 #10 52.28 Setting up libdeflate0:amd64 (1.14-1) ...
11:19:55 #10 52.29 Setting up less (590-1.2) ...
11:19:55 #10 52.30 Setting up perl-openssl-defaults:amd64 (7+b1) ...
11:19:55 #10 52.31 Setting up linux-libc-dev:amd64 (6.1.12-1) ...
11:19:55 #10 52.33 Setting up libctf-nobfd0:amd64 (2.40-2) ...
11:19:55 #10 52.34 Setting up gettext-base (0.21-12) ...
11:19:55 #10 52.35 Setting up m4 (1.4.19-3) ...
11:19:55 #10 52.35 Setting up liblzo2-2:amd64 (2.10-2) ...
11:19:55 #10 52.36 Setting up libnpth0:amd64 (1.6-3) ...
11:19:55 #10 52.38 Setting up krb5-locales (1.20.1-1) ...
11:19:55 #10 52.39 Setting up file (1:5.44-3) ...
11:19:55 #10 52.39 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
11:19:55 #10 52.40 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
11:19:55 #10 52.41 Setting up libassuan0:amd64 (2.5.5-5) ...
11:19:55 #10 52.42 Setting up libgomp1:amd64 (12.2.0-14) ...
11:19:55 #10 52.44 Setting up bzip2 (1.0.8-5+b1) ...
11:19:55 #10 52.45 Setting up libldap-common (2.5.13+dfsg-5) ...
11:19:55 #10 52.46 Setting up libunwind8:amd64 (1.6.2-3) ...
11:19:55 #10 52.47 Setting up pbzip2 (1.1.13-1) ...
11:19:55 #10 52.48 Setting up libjbig0:amd64 (2.1-6.1) ...
11:19:55 #10 52.49 Setting up librav1e0:amd64 (0.5.1-6) ...
11:19:55 #10 52.50 Setting up libfakeroot:amd64 (1.29-1) ...
11:19:55 #10 52.51 Setting up libjansson4:amd64 (2.14-2) ...
11:19:55 #10 52.52 Setting up libkrb5support0:amd64 (1.20.1-1) ...
11:19:55 #10 52.53 Setting up libnumber-compare-perl (0.03-3) ...
11:19:55 #10 52.54 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
11:19:55 #10 52.55 Setting up fakeroot (1.29-1) ...
11:19:55 #10 37.18 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:19:55 #10 37.22 Selecting previously unselected package libdynaloader-functions-perl.
11:19:55 #10 37.22 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:55 #10 37.22 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:55 #10 37.27 Selecting previously unselected package libdevel-callchecker-perl.
11:19:55 #10 37.27 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ...
11:19:55 #10 37.28 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:19:55 #10 37.32 Selecting previously unselected package libparams-classify-perl.
11:19:55 #10 37.32 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ...
11:19:55 #10 37.33 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:19:55 #10 37.37 Selecting previously unselected package libmodule-runtime-perl.
11:19:55 #10 37.37 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:55 #10 37.37 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:55 #10 37.41 Selecting previously unselected package libimport-into-perl.
11:19:55 #10 37.41 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ...
11:19:55 #10 37.41 Unpacking libimport-into-perl (1.002005-1) ...
11:19:55 #10 37.46 Selecting previously unselected package librole-tiny-perl.
11:19:55 #10 37.46 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ...
11:19:55 #11 51.79 Setting up binutils (2.34-6ubuntu1.4) ...
11:19:55 #11 51.80 Setting up python3-xdg (0.26-1ubuntu1) ...
11:19:55 #11 51.96 Setting up man-db (2.9.1-1) ...
11:19:55 #11 49.45 Preparing to unpack .../212-libalgorithm-merge-perl_0.08-4_all.deb ...
11:19:55 #11 49.46 Unpacking libalgorithm-merge-perl (0.08-4) ...
11:19:55 #11 49.49 Selecting previously unselected package libaliased-perl.
11:19:55 #11 49.49 Preparing to unpack .../213-libaliased-perl_0.34-2_all.deb ...
11:19:55 #11 49.49 Unpacking libaliased-perl (0.34-2) ...
11:19:55 #11 49.52 Selecting previously unselected package libapt-pkg-perl.
11:19:55 #11 49.53 Preparing to unpack .../214-libapt-pkg-perl_0.1.40build2_amd64.deb ...
11:19:55 #11 49.53 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:19:55 #11 49.56 Selecting previously unselected package libarchive-cpio-perl.
11:19:55 #11 49.56 Preparing to unpack .../215-libarchive-cpio-perl_0.10-2_all.deb ...
11:19:55 #11 49.56 Unpacking libarchive-cpio-perl (0.10-2) ...
11:19:55 #11 49.59 Selecting previously unselected package libarray-intspan-perl.
11:19:55 #11 49.60 Preparing to unpack .../216-libarray-intspan-perl_2.004-2_all.deb ...
11:19:55 #11 49.60 Unpacking libarray-intspan-perl (2.004-2) ...
11:19:55 #11 49.62 Selecting previously unselected package libmodule-implementation-perl.
11:19:55 #11 49.63 Preparing to unpack .../217-libmodule-implementation-perl_0.09-2_all.deb ...
11:19:55 #11 49.63 Unpacking libmodule-implementation-perl (0.09-2) ...
11:19:55 #11 49.66 Selecting previously unselected package libsub-exporter-progressive-perl.
11:19:55 #11 49.66 Preparing to unpack .../218-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
11:19:55 #11 49.66 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
11:19:55 #11 49.69 Selecting previously unselected package libvariable-magic-perl.
11:19:55 #11 49.69 Preparing to unpack .../219-libvariable-magic-perl_0.62-2_amd64.deb ...
11:19:55 #11 49.69 Unpacking libvariable-magic-perl (0.62-2) ...
11:19:55 #11 49.72 Selecting previously unselected package libb-hooks-endofscope-perl.
11:19:55 #11 49.72 Preparing to unpack .../220-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:19:55 #11 49.72 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:19:55 #11 49.75 Selecting previously unselected package libberkeleydb-perl:amd64.
11:19:55 #11 49.75 Preparing to unpack .../221-libberkeleydb-perl_0.64-1build3_amd64.deb ...
11:19:55 #11 49.75 Unpacking libberkeleydb-perl:amd64 (0.64-1build3) ...
11:19:55 #11 49.79 Selecting previously unselected package libfreetype6:amd64.
11:19:55 #11 44.24 Selecting previously unselected package gcc-11.
11:19:55 #11 44.24 Preparing to unpack .../087-gcc-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:55 #11 44.24 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:19:55 #11 45.61 Moving old data out of the way
11:19:55 #11 45.61 Unpacking ucf (3.0043) ...
11:19:55 #11 45.65 Selecting previously unselected package bsdextrautils.
11:19:55 #11 45.65 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
11:19:55 #11 45.65 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:19:55 #11 45.68 Selecting previously unselected package libmagic-mgc.
11:19:55 #11 45.68 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
11:19:55 #11 45.68 Unpacking libmagic-mgc (1:5.41-3) ...
11:19:55 #11 45.74 Selecting previously unselected package libmagic1:arm64.
11:19:55 #11 45.75 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
11:19:55 #11 45.75 Unpacking libmagic1:arm64 (1:5.41-3) ...
11:19:55 #11 45.78 Selecting previously unselected package file.
11:19:55 #11 45.78 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
11:19:55 #11 45.78 Unpacking file (1:5.41-3) ...
11:19:55 #11 45.81 Selecting previously unselected package gettext-base.
11:19:55 #11 45.81 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
11:19:55 #11 45.81 Unpacking gettext-base (0.21-4ubuntu4) ...
11:19:55 #11 45.85 Selecting previously unselected package libuchardet0:arm64.
11:19:55 #11 45.85 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
11:19:55 #11 45.85 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
11:19:55 #11 45.88 Selecting previously unselected package groff-base.
11:19:55 #11 45.88 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
11:19:55 #11 45.88 Unpacking groff-base (1.22.4-8build1) ...
11:19:55 #11 45.94 Selecting previously unselected package libcbor0.8:arm64.
11:19:55 #11 45.95 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
11:19:55 #11 45.95 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:19:55 #10 30.13 Selecting previously unselected package g++-12.
11:19:55 #10 30.13 Preparing to unpack .../057-g++-12_12.2.0-14_armhf.deb ...
11:19:55 #10 30.14 Unpacking g++-12 (12.2.0-14) ...
11:19:55 #13 87.36   Updating   : systemd-219-78.el7_9.7.aarch64                              4/65 
11:19:55 #13 87.90 Failed to get D-Bus connection: Operation not permitted
11:19:55 #11 42.18 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
11:19:55 #11 42.21 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:19:55 #11 42.22 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmldbm-perl all 2.05-3 [17.5 kB]
11:19:55 #11 42.23 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoox-aliases-perl all 0.001006-2 [6796 B]
11:19:55 #11 42.23 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
11:19:55 #10 38.84 Unpacking libxmuu1:armhf (2:1.1.2-2) ...
11:19:55 #10 38.88 Selecting previously unselected package manpages.
11:19:55 #10 38.88 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:19:55 #10 38.88 Unpacking manpages (4.15-1) ...
11:19:55 #10 39.06 Selecting previously unselected package openssh-client.
11:19:55 #10 39.07 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_armhf.deb ...
11:19:55 #10 39.07 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:19:55 #9 54.40 0 added, 0 removed; done.
11:19:55 #9 54.40 Running hooks in /etc/ca-certificates/update.d...
11:19:55 #9 54.40 done.
11:19:55 #9 DONE 54.6s
11:19:55 #13 9.279 (29/70): cmake-3.20.2-8.el9.aarch64.rpm         9.2 MB/s | 6.2 MB     00:00    
11:19:55 #10 48.52 Preparing to unpack .../269-python3-unidiff_0.5.4-1_all.deb ...
11:19:55 #10 48.53 Unpacking python3-unidiff (0.5.4-1) ...
11:19:55 #10 48.56 Selecting previously unselected package python3-xdg.
11:19:55 #10 48.56 Preparing to unpack .../270-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:19:55 #10 48.57 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:19:55 #10 48.61 Selecting previously unselected package unzip.
11:19:55 #10 48.61 Preparing to unpack .../271-unzip_6.0-21ubuntu1.2_arm64.deb ...
11:19:55 #10 48.62 Unpacking unzip (6.0-21ubuntu1.2) ...
11:19:55 #10 48.66 Selecting previously unselected package wdiff.
11:19:55 #10 48.66 Preparing to unpack .../272-wdiff_1.2.2-2_arm64.deb ...
11:19:55 #10 48.67 Unpacking wdiff (1.2.2-2) ...
11:19:55 #10 48.70 Selecting previously unselected package equivs.
11:19:55 #10 48.70 Preparing to unpack .../273-equivs_2.1.0_all.deb ...
11:19:55 #10 48.71 Unpacking equivs (2.1.0) ...
11:19:55 #10 48.74 Selecting previously unselected package libauthen-sasl-perl.
11:19:55 #10 48.74 Preparing to unpack .../274-libauthen-sasl-perl_2.1600-1_all.deb ...
11:19:55 #10 48.75 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:19:55 #10 48.79 Selecting previously unselected package python3-magic.
11:19:55 #11 29.06 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.8 [247 kB]
11:19:55 #10 25.29 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:19:55 #10 25.43 Selecting previously unselected package libmagic1:armhf.
11:19:55 #10 25.43 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:55 #10 25.44 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
11:19:55 #10 25.49 Selecting previously unselected package file.
11:19:55 #10 25.49 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
11:19:55 #10 25.49 Unpacking file (1:5.35-4+deb10u2) ...
11:19:55 #11 44.94 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:19:55 #11 44.95 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:19:55 #11 44.99 Selecting previously unselected package libldap-2.4-2:arm64.
11:19:55 #11 44.99 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
11:19:55 #11 44.99 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
11:19:55 #11 45.05 Selecting previously unselected package libnghttp2-14:arm64.
11:19:55 #11 45.05 Preparing to unpack .../117-libnghttp2-14_1.40.0-1build1_arm64.deb ...
11:19:55 #11 45.05 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
11:19:55 #11 45.10 Selecting previously unselected package librtmp1:arm64.
11:19:55 #11 45.10 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
11:19:55 #11 45.10 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:19:55 #11 45.17 Selecting previously unselected package libssh-4:arm64.
11:19:55 #11 31.50 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
11:19:55 #11 31.62 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
11:19:55 #11 31.63 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
11:19:55 #10 27.50 Selecting previously unselected package autotools-dev.
11:19:55 #10 27.50 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
11:19:55 #10 27.50 Unpacking autotools-dev (20180224.1+nmu1) ...
11:19:55 #10 27.57 Selecting previously unselected package automake.
11:19:55 #10 27.57 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
11:19:55 #10 27.58 Unpacking automake (1:1.16.3-2) ...
11:19:55 #10 52.56 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:19:55 #10 52.57 Setting up perl-modules-5.36 (5.36.0-7) ...
11:19:55 #10 52.58 Setting up autotools-dev (20220109.1) ...
11:19:55 #10 52.59 Setting up libglib2.0-data (2.74.6-1) ...
11:19:55 #10 52.60 Setting up rpcsvc-proto (1.4.3-1) ...
11:19:55 #10 52.62 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
11:19:55 #10 52.63 Setting up libx11-data (2:1.8.4-2) ...
11:19:55 #10 52.64 Setting up make (4.3-4.1) ...
11:19:55 #10 52.65 Setting up libmpfr6:amd64 (4.2.0-1) ...
11:19:55 #10 52.66 Setting up gnupg-l10n (2.2.40-1) ...
11:19:55 #10 52.67 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:55 #10 52.69 Setting up strace (6.1-0.1) ...
11:19:55 #10 52.70 Setting up xz-utils (5.4.1-0.2) ...
11:19:55 #10 52.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:55 #10 52.72 Setting up t1utils (1.41-4) ...
11:19:55 #10 52.73 Setting up libquadmath0:amd64 (12.2.0-14) ...
11:19:55 #10 52.74 Setting up diffstat (1.65-1) ...
11:19:55 #10 52.75 Setting up libpng16-16:amd64 (1.6.39-2) ...
11:19:55 #10 52.76 Setting up libmpc3:amd64 (1.3.1-1) ...
11:19:55 #10 37.47 Unpacking librole-tiny-perl (2.000006-1) ...
11:19:55 #10 37.50 Selecting previously unselected package libstrictures-perl.
11:19:55 #10 37.50 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ...
11:19:55 #10 37.50 Unpacking libstrictures-perl (2.000005-1) ...
11:19:55 #10 37.54 Selecting previously unselected package libsub-quote-perl.
11:19:55 #10 37.54 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ...
11:19:55 #10 37.55 Unpacking libsub-quote-perl (2.005001-1) ...
11:19:55 #10 37.59 Selecting previously unselected package libmoo-perl.
11:19:55 #10 37.59 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ...
11:19:55 #10 37.59 Unpacking libmoo-perl (2.003004-2) ...
11:19:55 #10 37.63 Selecting previously unselected package libencode-locale-perl.
11:19:55 #10 37.63 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ...
11:19:55 #10 37.64 Unpacking libencode-locale-perl (1.05-1) ...
11:19:55 #10 37.69 Selecting previously unselected package libtimedate-perl.
11:19:55 #10 37.70 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:19:55 #10 37.70 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:19:55 #10 37.77 Selecting previously unselected package libhttp-date-perl.
11:19:55 #10 37.77 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ...
11:19:55 #10 37.78 Unpacking libhttp-date-perl (6.02-1) ...
11:19:55 #10 37.82 Selecting previously unselected package libfile-listing-perl.
11:19:55 #11 32.77 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-xdg all 0.27-2 [36.9 kB]
11:19:55 #11 32.95 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dput all 1.1.2ubuntu2 [46.0 kB]
11:19:55 #11 52.06 Building database of manual pages ...
11:19:55 #11 49.79 Preparing to unpack .../222-libfreetype6_2.12.1+dfsg-3_amd64.deb ...
11:19:55 #11 49.79 Unpacking libfreetype6:amd64 (2.12.1+dfsg-3) ...
11:19:55 #11 49.83 Selecting previously unselected package libfontconfig1:amd64.
11:19:55 #11 49.83 Preparing to unpack .../223-libfontconfig1_2.13.1-4.4ubuntu1_amd64.deb ...
11:19:55 #11 49.84 Unpacking libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
11:19:55 #11 49.87 Selecting previously unselected package libjpeg-turbo8:amd64.
11:19:55 #11 49.87 Preparing to unpack .../224-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
11:19:55 #11 49.88 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:19:55 #11 49.90 Selecting previously unselected package libjpeg8:amd64.
11:19:55 #11 49.91 Preparing to unpack .../225-libjpeg8_8c-2ubuntu10_amd64.deb ...
11:19:55 #11 49.91 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
11:19:55 #11 49.94 Selecting previously unselected package libdeflate0:amd64.
11:19:55 #11 49.94 Preparing to unpack .../226-libdeflate0_1.12-1_amd64.deb ...
11:19:55 #11 49.94 Unpacking libdeflate0:amd64 (1.12-1) ...
11:19:55 #11 49.98 Selecting previously unselected package libjbig0:amd64.
11:19:55 #11 49.98 Preparing to unpack .../227-libjbig0_2.1-3.1ubuntu0.22.10.1_amd64.deb ...
11:19:55 #11 49.98 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
11:19:55 #11 50.01 Selecting previously unselected package liblerc3:amd64.
11:19:55 #11 44.56 Selecting previously unselected package gcc.
11:19:55 #11 44.56 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:19:55 #11 44.56 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:19:55 #11 44.59 Selecting previously unselected package libstdc++-11-dev:amd64.
11:19:55 #11 44.59 Preparing to unpack .../089-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:55 #11 44.60 Unpacking libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:19:55 #11 45.98 Selecting previously unselected package libedit2:arm64.
11:19:55 #11 45.98 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
11:19:55 #11 45.99 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
11:19:55 #11 46.02 Selecting previously unselected package libfido2-1:arm64.
11:19:55 #11 46.02 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
11:19:55 #11 46.02 Unpacking libfido2-1:arm64 (1.10.0-1) ...
11:19:55 #11 46.06 Selecting previously unselected package libnghttp2-14:arm64.
11:19:55 #11 46.06 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
11:19:55 #11 46.06 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
11:19:55 #11 46.09 Selecting previously unselected package libpipeline1:arm64.
11:19:55 #11 46.09 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
11:19:55 #11 46.10 Unpacking libpipeline1:arm64 (1.5.5-1) ...
11:19:55 #11 46.13 Selecting previously unselected package libpng16-16:arm64.
11:19:55 #11 46.13 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
11:19:55 #11 46.13 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
11:19:55 #11 46.17 Selecting previously unselected package libpsl5:arm64.
11:19:55 #11 46.17 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:19:55 #14 7.749 Transaction test succeeded.
11:19:56 #13 87.94   Installing : mpfr-3.1.1-4.el7.aarch64                                    5/65 
11:19:56 #11 42.34 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-keyword-perl arm64 0.25-1 [50.9 kB]
11:19:56 #11 42.35 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-sublike-perl arm64 0.16-1ubuntu2 [26.9 kB]
11:19:56 #11 42.36 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libobject-pad-perl arm64 0.68-1 [95.8 kB]
11:19:56 #11 42.39 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-xs-perl arm64 0.30-1 [18.9 kB]
11:19:56 #11 42.39 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:19:56 #10 39.16 Selecting previously unselected package publicsuffix.
11:19:56 #10 39.16 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:19:56 #10 39.17 Unpacking publicsuffix (20180223.1310-1) ...
11:19:56 #10 39.21 Selecting previously unselected package python-apt-common.
11:19:56 #10 39.21 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:19:56 #10 39.22 Unpacking python-apt-common (1.6.6) ...
11:19:56 #10 39.27 Selecting previously unselected package python3-apt.
11:19:56 #10 39.27 Preparing to unpack .../045-python3-apt_1.6.6_armhf.deb ...
11:19:56 #10 39.27 Unpacking python3-apt (1.6.6) ...
11:19:56 #10 39.33 Selecting previously unselected package strace.
11:19:56 #10 39.33 Preparing to unpack .../046-strace_4.21-1ubuntu1_armhf.deb ...
11:19:56 #10 39.33 Unpacking strace (4.21-1ubuntu1) ...
11:19:56 #10 39.38 Selecting previously unselected package xauth.
11:19:56 #10 39.38 Preparing to unpack .../047-xauth_1%3a1.0.10-1_armhf.deb ...
11:19:56 
11:19:56 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:19:56 #11 DONE 0.1s
11:19:56 
11:19:56 #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
11:19:56 #13 9.358 (30/70): gcc-plugin-annobin-11.3.1-4.3.el9.aarc 809 kB/s |  63 kB     00:00    
11:19:56 #13 9.433 (31/70): git-2.39.1-1.el9.aarch64.rpm           850 kB/s |  63 kB     00:00    
11:19:56 #10 48.79 Preparing to unpack .../275-python3-magic_2%3a0.4.15-1_all.deb ...
11:19:56 #10 48.79 Unpacking python3-magic (2:0.4.15-1) ...
11:19:56 #10 48.84 Setting up python-apt-common (1.6.6) ...
11:19:56 #10 48.86 Setting up libnpth0:arm64 (1.5-3) ...
11:19:56 #10 48.87 Setting up libedit2:arm64 (3.1-20170329-1) ...
11:19:56 #10 48.88 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:56 #10 48.89 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:56 #10 48.91 Setting up readline-common (7.0-3) ...
11:19:56 #10 48.92 Setting up libapt-inst2.0:arm64 (1.6.14) ...
11:19:56 #10 48.93 Setting up manpages (4.15-1) ...
11:19:56 #10 48.94 Setting up strace (4.21-1ubuntu1) ...
11:19:56 #10 48.95 Setting up git-man (1:2.17.1-1ubuntu0.17) ...
11:19:56 #10 48.96 Setting up libicu60:arm64 (60.2-3ubuntu3.2) ...
11:19:56 #10 48.98 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:56 #10 48.99 Setting up less (487-0.1) ...
11:19:56 #11 29.47 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:19:56 #10 25.55 Selecting previously unselected package gettext-base.
11:19:56 #10 25.55 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
11:19:56 #10 25.56 Unpacking gettext-base (0.19.8.1-9) ...
11:19:56 #10 25.64 Selecting previously unselected package xz-utils.
11:19:56 #10 25.64 Preparing to unpack .../007-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
11:19:56 #10 25.65 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:19:56 #10 25.72 Selecting previously unselected package libsigsegv2:armhf.
11:19:56 #10 25.72 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
11:19:56 #10 25.72 Unpacking libsigsegv2:armhf (2.12-2) ...
11:19:56 #10 25.77 Selecting previously unselected package m4.
11:19:56 #10 25.77 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
11:19:56 #11 45.17 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
11:19:56 #11 45.17 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
11:19:56 #11 45.23 Selecting previously unselected package libcurl4:arm64.
11:19:56 #11 45.23 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.16_arm64.deb ...
11:19:56 #11 45.23 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.16) ...
11:19:56 #11 45.28 Selecting previously unselected package curl.
11:19:56 #11 45.28 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.16_arm64.deb ...
11:19:56 #11 45.29 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:19:56 #11 45.34 Selecting previously unselected package dctrl-tools.
11:19:56 #11 45.34 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ...
11:19:56 #11 45.35 Unpacking dctrl-tools (2.24-3) ...
11:19:56 #11 45.39 Selecting previously unselected package libtool.
11:19:56 #11 31.78 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:19:56 #10 27.69 Selecting previously unselected package autopoint.#10 ...
11:19:56 
11:19:56 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:56 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 14.9s done
11:19:56 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:56 #7 DONE 51.5s
11:19:56 
11:19:56 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:56 #10 27.69 Selecting previously unselected package autopoint.
11:19:56 #10 27.69 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
11:19:56 #10 27.70 Unpacking autopoint (0.21-4) ...
11:19:56 #10 27.76 Selecting previously unselected package binutils-common:armhf.
11:19:56 #10 27.76 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
11:19:56 #10 27.76 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
11:19:56 #10 37.82 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ...
11:19:56 #10 37.82 Unpacking libfile-listing-perl (6.04-1) ...
11:19:56 #10 37.87 Selecting previously unselected package libhtml-tagset-perl.
11:19:56 #10 37.87 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ...
11:19:56 #10 37.88 Unpacking libhtml-tagset-perl (3.20-3) ...
11:19:56 #10 37.94 Selecting previously unselected package liburi-perl.
11:19:56 #10 37.94 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ...
11:19:56 #10 37.94 Unpacking liburi-perl (1.76-1) ...
11:19:56 #10 38.00 Selecting previously unselected package libhtml-parser-perl.
11:19:56 #10 38.00 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ...
11:19:56 #10 38.01 Unpacking libhtml-parser-perl (3.72-3+b3) ...
11:19:56 #10 38.06 Selecting previously unselected package libhtml-tree-perl.
11:19:56 #10 38.06 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ...
11:19:56 #11 33.04 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:19:56 #10 52.78 Setting up libatomic1:amd64 (12.2.0-14) ...
11:19:56 #10 52.79 Setting up patch (2.7.6-7) ...
11:19:56 #10 52.80 Setting up autopoint (0.21-12) ...
11:19:56 #10 52.83 Setting up fonts-dejavu-core (2.37-5) ...
11:19:56 #10 52.90 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
11:19:56 #10 52.91 Setting up libxdelta2:amd64 (1.1.3-10.4) ...
11:19:56 #10 52.92 Setting up libncursesw6:amd64 (6.4-2) ...
11:19:56 #10 52.94 Setting up libk5crypto3:amd64 (1.20.1-1) ...
11:19:56 #10 52.96 Setting up libdav1d6:amd64 (1.0.0-2) ...
11:19:56 #10 52.97 Setting up libltdl7:amd64 (2.4.7-5) ...
11:19:56 #10 52.98 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
11:19:56 #10 52.99 Setting up libwebp7:amd64 (1.2.4-0.1) ...
11:19:56 #10 53.00 Setting up libubsan1:amd64 (12.2.0-14) ...
11:19:56 #10 53.01 Setting up libnuma1:amd64 (2.0.16-1) ...
11:19:56 #11 52.32 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
11:19:56 #11 52.33 Setting up python3-six (1.14.0-2) ...
11:19:56 #11 50.01 Preparing to unpack .../228-liblerc3_3.0+ds-1ubuntu1_amd64.deb ...
11:19:56 #11 50.02 Unpacking liblerc3:amd64 (3.0+ds-1ubuntu1) ...
11:19:56 #11 50.08 Selecting previously unselected package libwebp7:amd64.
11:19:56 #11 50.08 Preparing to unpack .../229-libwebp7_1.2.2-2_amd64.deb ...
11:19:56 #11 50.09 Unpacking libwebp7:amd64 (1.2.2-2) ...
11:19:56 #11 50.12 Selecting previously unselected package libtiff5:amd64.
11:19:56 #11 50.12 Preparing to unpack .../230-libtiff5_4.4.0-4ubuntu3.3_amd64.deb ...
11:19:56 #11 50.13 Unpacking libtiff5:amd64 (4.4.0-4ubuntu3.3) ...
11:19:56 #11 50.16 Selecting previously unselected package libxpm4:amd64.
11:19:56 #11 50.16 Preparing to unpack .../231-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_amd64.deb ...
11:19:56 #11 50.17 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:19:56 #11 50.20 Selecting previously unselected package libgd3:amd64.
11:19:56 #11 50.20 Preparing to unpack .../232-libgd3_2.3.3-6_amd64.deb ...
11:19:56 #11 50.21 Unpacking libgd3:amd64 (2.3.3-6) ...
11:19:56 #11 50.24 Selecting previously unselected package libc-devtools.
11:19:56 #11 44.78 Selecting previously unselected package g++-11.
11:19:56 #11 44.78 Preparing to unpack .../090-g++-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:19:56 #11 44.78 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
11:19:56 #10 52.17 Dependencies resolved.
11:19:56 #10 52.19 ================================================================================
11:19:56 #10 52.19  Package                       Arch     Version                 Repo       Size
11:19:56 #10 52.19 ================================================================================
11:19:56 #10 52.19 Installing:
11:19:56 #10 52.19  dnf-plugins-core              noarch   4.3.1-1.fc36            updates    34 k
11:19:56 #10 52.19  rpm-build                     x86_64   4.17.1-3.fc36           updates    58 k
11:19:56 #10 52.19  rpmlint                       noarch   2.4.0-3.fc36            updates   238 k
11:19:56 #10 52.19 Installing dependencies:
11:19:56 #10 52.19  ansible-srpm-macros           noarch   1-8.1.fc36              updates   8.5 k
11:19:56 #10 52.19  binutils                      x86_64   2.37-37.fc36            updates   6.0 M
11:19:56 #10 52.19  binutils-gold                 x86_64   2.37-37.fc36            updates   753 k
11:19:56 #10 52.19  bzip2                         x86_64   1.0.8-11.fc36           fedora     52 k
11:19:56 #10 52.19  cpio                          x86_64   2.13-12.fc36            fedora    270 k
11:19:56 #10 52.19  dash                          x86_64   0.5.10.2-10.fc36        fedora     97 k
11:19:56 #10 52.19  dbus-libs                     x86_64   1:1.14.4-1.fc36         updates   155 k
11:19:56 #10 52.19  debugedit                     x86_64   5.0-7.fc36              updates    77 k
11:19:56 #10 52.19  desktop-file-utils            x86_64   0.26-6.fc36             fedora     72 k
11:19:56 #10 52.19  devscripts-checkbashisms      x86_64   2.22.1-1.fc36           fedora     28 k
11:19:56 #10 52.19  diffutils                     x86_64   3.8-2.fc36              fedora    370 k
11:19:56 #10 52.19  dwz                           x86_64   0.14-4.fc36             updates   127 k
11:19:56 #10 52.19  ed                            x86_64   1.14.2-12.fc36          fedora     73 k
11:19:56 #10 52.19  efi-srpm-macros               noarch   5-5.fc36                fedora     22 k
11:19:56 #10 52.19  elfutils                      x86_64   0.188-3.fc36            updates   523 k
11:19:56 #10 52.19  elfutils-debuginfod-client    x86_64   0.188-3.fc36            updates    40 k
11:19:56 #10 52.19  emacs-filesystem              noarch   1:28.2-3.fc36           updates   7.4 k
11:19:56 #10 52.19  enchant                       x86_64   1:1.6.0-30.fc36         fedora     59 k
11:19:56 #10 52.19  file                          x86_64   5.41-4.fc36             fedora     48 k
11:19:56 #10 52.19  fonts-srpm-macros             noarch   1:2.0.5-7.fc36          fedora     27 k
11:19:56 #10 52.19  fpc-srpm-macros               noarch   1.3-5.fc36              fedora    7.6 k
11:19:56 #10 52.19  gdb-minimal                   x86_64   12.1-2.fc36             updates   3.9 M
11:19:56 #10 52.19  gdk-pixbuf2                   x86_64   2.42.9-2.fc36           updates   466 k
11:19:56 #10 52.19  ghc-srpm-macros               noarch   1.5.0-6.fc36            fedora    7.7 k
11:19:56 #10 52.19  glibc-gconv-extra             x86_64   2.35-22.fc36            updates   1.6 M
11:19:56 #10 52.19  gnat-srpm-macros              noarch   4-15.fc36               fedora    8.2 k
11:19:56 #10 52.19  go-srpm-macros                noarch   3.2.0-1.fc36            updates    26 k
11:19:56 #10 52.19  groff-base                    x86_64   1.22.4-9.fc36           fedora    1.0 M
11:19:56 #10 52.19  hunspell                      x86_64   1.7.0-19.fc36           fedora    303 k
11:19:56 #10 52.19  hunspell-en-GB                noarch   0.20140811.1-22.fc36    fedora    225 k
11:19:56 #10 52.19  hunspell-en-US                noarch   0.20140811.1-22.fc36    fedora    176 k
11:19:56 #10 52.19  hunspell-filesystem           x86_64   1.7.0-19.fc36           fedora    8.9 k
11:19:56 #10 52.19  info                          x86_64   6.8-3.fc36              fedora    225 k
11:19:56 #10 52.19  json-glib                     x86_64   1.6.6-2.fc36            fedora    152 k
11:19:56 #10 52.19  kernel-srpm-macros            noarch   1.0-14.fc36             fedora    9.1 k
11:19:56 #10 52.19  libappstream-glib             x86_64   0.8.0-4.fc36            updates   391 k
11:19:56 #10 52.19  libjpeg-turbo                 x86_64   2.1.2-2.fc36            fedora    182 k
11:19:56 #10 52.19  libpkgconf                    x86_64   1.8.0-2.fc36            fedora     36 k
11:19:56 #10 52.19  libpng                        x86_64   2:1.6.37-12.fc36        fedora    119 k
11:19:56 #10 52.19  libstemmer                    x86_64   0-18.585svn.fc36        fedora     82 k
11:19:56 #10 52.19  lua-srpm-macros               noarch   1-6.fc36                fedora    8.5 k
11:19:56 #10 52.19  ncurses                       x86_64   6.2-9.20210508.fc36     fedora    400 k
11:19:56 #10 52.19  nim-srpm-macros               noarch   3-6.fc36                fedora    8.3 k
11:19:56 #10 52.19  ocaml-srpm-macros             noarch   6-6.fc36                fedora    7.7 k
11:19:56 #10 52.19  openblas-srpm-macros          noarch   2-11.fc36               fedora    7.4 k
11:19:56 #10 52.19  package-notes-srpm-macros     noarch   0.4-14.fc36             fedora     11 k
11:19:56 #10 52.19  patch                         x86_64   2.7.6-16.fc36           fedora    124 k
11:19:56 #10 52.19  perl-AutoLoader               noarch   5.74-486.fc36           fedora     26 k
11:19:56 #10 52.19  perl-B                        x86_64   1.82-486.fc36           fedora    185 k
11:19:56 #10 52.19  perl-Carp                     noarch   1.52-479.fc36           fedora     29 k
11:19:56 #10 52.19  perl-Class-Struct             noarch   0.66-486.fc36           fedora     27 k
11:19:56 #10 52.19  perl-Data-Dumper              x86_64   2.183-3.fc36            fedora     56 k
11:19:56 #10 52.19  perl-Digest                   noarch   1.20-2.fc36             fedora     25 k
11:19:56 #10 52.19  perl-Digest-MD5               x86_64   2.58-479.fc36           fedora     36 k
11:19:56 #10 52.19  perl-DynaLoader               x86_64   1.50-486.fc36           fedora     31 k
11:19:56 #10 52.19  perl-Encode                   x86_64   4:3.17-485.fc36         updates   1.7 M
11:19:56 #10 52.19  perl-Errno                    x86_64   1.33-486.fc36           fedora     20 k
11:19:56 #10 52.19  perl-Exporter                 noarch   5.76-480.fc36           fedora     31 k
11:19:56 #10 52.19  perl-Fcntl                    x86_64   1.14-486.fc36           fedora     25 k
11:19:56 #10 52.19  perl-File-Basename            noarch   2.85-486.fc36           fedora     22 k
11:19:56 #10 52.19  perl-File-Path                noarch   2.18-479.fc36           fedora     35 k
11:19:56 #10 52.19  perl-File-Temp                noarch   1:0.231.100-479.fc36    fedora     59 k
11:19:56 #10 52.19  perl-File-stat                noarch   1.09-486.fc36           fedora     22 k
11:19:56 #10 52.19  perl-FileHandle               noarch   2.03-486.fc36           fedora     20 k
11:19:56 #10 52.19  perl-Getopt-Long              noarch   1:2.54-1.fc36           updates    60 k
11:19:56 #10 52.19  perl-Getopt-Std               noarch   1.13-486.fc36           fedora     21 k
11:19:56 #10 52.19  perl-HTTP-Tiny                noarch   0.082-1.fc36            updates    55 k
11:19:56 #10 52.19  perl-IO                       x86_64   1.46-486.fc36           fedora     92 k
11:19:56 #10 52.19  perl-IPC-Open3                noarch   1.21-486.fc36           fedora     28 k
11:19:56 #10 52.19  perl-MIME-Base64              x86_64   3.16-479.fc36           fedora     30 k
11:19:56 #10 52.19  perl-Net-SSLeay               x86_64   1.92-2.fc36             fedora    364 k
11:19:56 #10 52.19  perl-POSIX                    x86_64   1.97-486.fc36           fedora    102 k
11:19:56 #10 52.19  perl-PathTools                x86_64   3.80-479.fc36           fedora     85 k
11:19:56 #10 52.19  perl-Pod-Escapes              noarch   1:1.07-479.fc36         fedora     20 k
11:19:56 #10 52.19  perl-Pod-Perldoc              noarch   3.28.01-480.fc36        fedora     83 k
11:19:56 #10 52.19  perl-Pod-Simple               noarch   1:3.43-3.fc36           fedora    215 k
11:19:56 #10 52.19  perl-Pod-Usage                noarch   4:2.01-479.fc36         fedora     40 k
11:19:56 #10 52.19  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc36         updates    72 k
11:19:56 #10 52.19  perl-SelectSaver              noarch   1.02-486.fc36           fedora     17 k
11:19:56 #10 52.19  perl-Socket                   x86_64   4:2.036-1.fc36          updates    55 k
11:19:56 #10 52.19  perl-Storable                 x86_64   1:3.25-2.fc36           fedora     96 k
11:19:56 #10 52.19  perl-Symbol                   noarch   1.09-486.fc36           fedora     19 k
11:19:56 #10 52.19  perl-Term-ANSIColor           noarch   5.01-480.fc36           fedora     48 k
11:19:56 #10 52.19  perl-Term-Cap                 noarch   1.17-479.fc36           fedora     22 k
11:19:56 #10 52.19  perl-Text-ParseWords          noarch   3.31-1.fc36             updates    16 k
11:19:56 #10 52.19  perl-Text-Tabs+Wrap           noarch   2021.0814-2.fc36        fedora     22 k
11:19:56 #10 52.19  perl-Time-Local               noarch   2:1.300-479.fc36        fedora     34 k
11:19:56 #10 52.19  perl-URI                      noarch   5.10-1.fc36             fedora    108 k
11:19:56 #10 52.19  perl-base                     noarch   2.27-486.fc36           fedora     21 k
11:19:56 #10 52.19  perl-constant                 noarch   1.33-480.fc36           fedora     23 k
11:19:56 #10 52.19  perl-if                       noarch   0.60.900-486.fc36       fedora     19 k
11:19:56 #10 52.19  perl-interpreter              x86_64   4:5.34.1-486.fc36       fedora     76 k
11:19:56 #10 52.19  perl-libnet                   noarch   3.13-480.fc36           fedora    126 k
11:19:56 #10 52.19  perl-libs                     x86_64   4:5.34.1-486.fc36       fedora    2.1 M
11:19:56 #10 52.19  perl-mro                      x86_64   1.25-486.fc36           fedora     33 k
11:19:56 #10 52.19  perl-overload                 noarch   1.33-486.fc36           fedora     50 k
11:19:56 #10 52.19  perl-overloading              noarch   0.02-486.fc36           fedora     18 k
11:19:56 #10 52.19  perl-parent                   noarch   1:0.238-479.fc36        fedora     14 k
11:19:56 #10 52.19  perl-podlators                noarch   1:4.14-479.fc36         fedora    112 k
11:19:56 #10 52.19  perl-srpm-macros              noarch   1-43.fc36               fedora    8.4 k
11:19:56 #10 52.19  perl-subs                     noarch   1.04-486.fc36           fedora     17 k
11:19:56 #10 52.19  perl-vars                     noarch   1.05-486.fc36           fedora     18 k
11:19:56 #10 52.19  pkgconf                       x86_64   1.8.0-2.fc36            fedora     41 k
11:19:56 #10 52.19  pkgconf-m4                    noarch   1.8.0-2.fc36            fedora     14 k
11:19:56 #10 52.19  pkgconf-pkg-config            x86_64   1.8.0-2.fc36            fedora     10 k
11:19:56 #10 52.19  pyproject-srpm-macros         noarch   1.6.2-1.fc36            updates    14 k
11:19:56 #10 52.19  python-srpm-macros            noarch   3.10-20.fc36            updates    23 k
11:19:56 #10 52.19  python3-construct             noarch   2.10.68-1.fc36          updates   112 k
11:19:56 #10 52.19  python3-dateutil              noarch   1:2.8.1-8.fc36          fedora    289 k
11:19:56 #10 52.19  python3-dbus                  x86_64   1.2.18-3.fc36           fedora    132 k
11:19:56 #10 52.19  python3-distro                noarch   1.6.0-2.fc36            fedora     38 k
11:19:56 #10 52.19  python3-dnf-plugins-core      noarch   4.3.1-1.fc36            updates   229 k
11:19:56 #10 52.19  python3-enchant               noarch   3.2.2-2.fc36            fedora     79 k
11:19:56 #10 52.19  python3-file-magic            noarch   5.41-4.fc36             fedora     18 k
11:19:56 #10 52.19  python3-pybeam                noarch   0.7-2.fc36              fedora     24 k
11:19:56 #10 52.19  python3-pyxdg                 noarch   0.27-4.fc36             fedora     96 k
11:19:56 #10 52.19  python3-six                   noarch   1.16.0-5.fc36           fedora     36 k
11:19:56 #10 52.19  python3-tomli                 noarch   1.2.3-1.fc36            fedora     29 k
11:19:56 #10 52.19  python3-tomli-w               noarch   0.4.0-3.fc36            fedora     18 k
11:19:56 #10 52.19  python3-zstandard             x86_64   0.17.0-1.fc36           fedora    458 k
11:19:56 #10 52.19  qt5-srpm-macros               noarch   5.15.8-1.fc36           updates   7.8 k
11:19:56 #10 52.19  redhat-rpm-config             noarch   223-1.fc36              updates    71 k
11:19:56 #10 52.19  rpmautospec-rpm-macros        noarch   0.3.5-1.fc36            updates   9.1 k
11:19:56 #10 52.19  rpmlint-fedora-license-data   noarch   1.14-1.fc36             updates    19 k
11:19:56 #10 52.19  rust-srpm-macros              noarch   24-1.fc36               updates    11 k
11:19:56 #10 52.19  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
11:19:56 #10 52.19  unzip                         x86_64   6.0-57.fc36             fedora    182 k
11:19:56 #10 52.19  xxhash-libs                   x86_64   0.8.1-2.fc36            fedora     42 k
11:19:56 #10 52.19  xz                            x86_64   5.4.1-1.fc36            updates   405 k
11:19:56 #10 52.19  zip                           x86_64   3.0-32.fc36             fedora    260 k
11:19:56 #10 52.19  zstd                          x86_64   1.5.4-1.fc36            updates   472 k
11:19:56 #10 52.19 Installing weak dependencies:
11:19:56 #10 52.19  hunspell-en                   noarch   0.20140811.1-22.fc36    fedora    180 k
11:19:56 #10 52.19  perl-IO-Socket-IP             noarch   0.41-480.fc36           fedora     42 k
11:19:56 #10 52.19  perl-IO-Socket-SSL            noarch   2.074-2.fc36            fedora    218 k
11:19:56 #10 52.19  perl-Mozilla-CA               noarch   20211001-2.fc36         fedora     12 k
11:19:56 #10 52.19  perl-NDBM_File                x86_64   1.15-486.fc36           fedora     27 k
11:19:56 #10 52.19 
11:19:56 #10 52.19 Transaction Summary
11:19:56 #10 52.19 ================================================================================
11:19:56 #10 52.19 Install  139 Packages
11:19:56 #10 52.19 
11:19:56 #10 52.20 Total download size: 29 M
11:19:56 #10 52.20 Installed size: 116 M
11:19:56 #10 52.20 Downloading Packages:
11:19:56 #11 46.17 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:19:56 #11 46.20 Selecting previously unselected package libxau6:arm64.
11:19:56 #11 46.20 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
11:19:56 #11 46.21 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
11:19:56 #11 46.24 Selecting previously unselected package libxdmcp6:arm64.
11:19:56 #11 46.24 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
11:19:56 #11 46.24 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:19:56 #11 46.27 Selecting previously unselected package libxcb1:arm64.
11:19:56 #11 46.28 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
11:19:56 #11 46.28 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
11:19:56 #11 46.31 Selecting previously unselected package libx11-data.
11:19:56 #11 46.31 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:19:56 #11 46.31 Unpacking libx11-data (2:1.7.5-1) ...
11:19:56 #11 46.37 Selecting previously unselected package libx11-6:arm64.
11:19:56 #11 46.37 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
11:19:56 #11 46.38 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
11:19:56 #14 7.752 Running transaction
11:19:56 #11 42.81 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-gzip-perl arm64 0.20-1 [14.8 kB]
11:19:56 #10 39.38 Unpacking xauth (1:1.0.10-1) ...
11:19:56 #10 39.42 Selecting previously unselected package at.
11:19:56 #10 39.42 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_armhf.deb ...
11:19:56 #10 39.43 Unpacking at (3.1.20-3.1ubuntu2) ...
11:19:56 #10 39.47 Selecting previously unselected package libsigsegv2:armhf.
11:19:56 #10 39.47 Preparing to unpack .../049-libsigsegv2_2.12-1_armhf.deb ...
11:19:56 #10 39.48 Unpacking libsigsegv2:armhf (2.12-1) ...
11:19:56 #10 39.52 Selecting previously unselected package m4.
11:19:56 #10 39.52 Preparing to unpack .../050-m4_1.4.18-1_armhf.deb ...
11:19:56 #10 39.52 Unpacking m4 (1.4.18-1) ...
11:19:56 #10 39.57 Selecting previously unselected package autoconf.
11:19:56 #10 39.57 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
11:19:56 #10 39.57 Unpacking autoconf (2.69-11) ...
11:19:56 #10 39.64 Selecting previously unselected package autotools-dev.
11:19:56 #13 9.796 (32/70): cpp-11.3.1-4.3.el9.aarch64.rpm          10 MB/s |  10 MB     00:01    
11:19:56 #13 9.888 (33/70): git-core-2.39.1-1.el9.aarch64.rpm      9.5 MB/s | 4.3 MB     00:00    
11:19:56 #10 49.08 Setting up make (4.1-9.1ubuntu1) ...
11:19:56 #10 49.09 Setting up libapt-pkg-perl (0.1.33build1) ...
11:19:56 #10 49.10 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.11) ...
11:19:56 #10 49.19 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:19:56 #10 49.20 Setting up mime-support (3.60ubuntu1) ...
11:19:56 #10 49.23 Setting up iso-codes (3.79-1) ...
11:19:56 #10 49.24 Setting up libsigsegv2:arm64 (2.12-1) ...
11:19:56 #10 49.25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:19:56 #10 49.27 Setting up libreadline7:arm64 (7.0-3) ...
11:19:56 #10 49.28 Setting up perl-openssl-defaults:arm64 (3build1) ...
11:19:56 #10 49.30 Setting up libpsl5:arm64 (0.19.1-5build1) ...
11:19:56 #11 29.48 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.8 [953 kB]
11:19:56 #11 29.66 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.8 [3497 kB]
11:19:56 #10 25.77 Unpacking m4 (1.4.18-2) ...
11:19:56 #10 25.84 Selecting previously unselected package autoconf.
11:19:56 #10 25.84 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
11:19:56 #10 25.85 Unpacking autoconf (2.69-11) ...
11:19:56 #10 25.94 Selecting previously unselected package autotools-dev.
11:19:56 #10 25.94 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
11:19:56 #10 25.95 Unpacking autotools-dev (20180224.1) ...
11:19:56 #10 26.00 Selecting previously unselected package automake.
11:19:56 #10 26.00 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
11:19:56 #10 26.01 Unpacking automake (1:1.16.1-4) ...
11:19:56 #11 45.39 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ...
11:19:56 #11 45.39 Unpacking libtool (2.4.6-14) ...
11:19:56 #11 45.44 Selecting previously unselected package dh-autoreconf.
11:19:56 #11 45.44 Preparing to unpack .../124-dh-autoreconf_19_all.deb ...
11:19:56 #11 45.45 Unpacking dh-autoreconf (19) ...
11:19:56 #11 45.48 Selecting previously unselected package libdebhelper-perl.
11:19:56 #11 45.49 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:19:56 #11 45.49 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:19:56 #11 45.53 Selecting previously unselected package libarchive-zip-perl.
11:19:56 #11 45.53 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ...
11:19:56 #11 45.54 Unpacking libarchive-zip-perl (1.67-2) ...
11:19:56 #11 45.58 Selecting previously unselected package libsub-override-perl.
11:19:56 #11 45.58 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ...
11:19:56 #11 45.59 Unpacking libsub-override-perl (0.09-2) ...
11:19:56 #11 45.63 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:56 #11 32.07 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:19:56 #11 32.10 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:19:56 #11 32.11 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:19:56 #11 32.13 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf unzip armhf 6.0-25ubuntu1.1 [154 kB]
11:19:56 #11 32.23 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
11:19:56 #11 32.23 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:19:56 #11 32.24 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
11:19:56 #10 28.17 Selecting previously unselected package libbinutils:armhf.
11:19:56 #10 28.17 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
11:19:56 #10 28.18 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
11:19:56 #10 28.28 Selecting previously unselected package libctf-nobfd0:armhf.
11:19:56 #10 28.28 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
11:19:56 #10 51.75 Running transaction check
11:19:56 #10 38.07 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:56 #10 38.16 Selecting previously unselected package libio-html-perl.
11:19:56 #10 38.16 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ...
11:19:56 #10 38.16 Unpacking libio-html-perl (1.001-1) ...
11:19:56 #10 38.21 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:56 #10 38.21 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:19:56 #10 38.22 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:19:56 #10 38.28 Selecting previously unselected package libhttp-message-perl.
11:19:56 #10 38.28 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ...
11:19:56 #11 33.38 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:19:56 #11 33.39 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.3 [247 kB]
11:19:56 #11 33.39 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:19:56 #11 33.39 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git-man all 1:2.37.2-1ubuntu1.4 [975 kB]
11:19:56 #11 33.45 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git armhf 1:2.37.2-1ubuntu1.4 [3674 kB]
11:19:56 #10 53.02 Setting up python-apt-common (2.5.3) ...
11:19:56 #10 53.03 Setting up sensible-utils (0.0.17+nmu1) ...
11:19:56 #10 53.04 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
11:19:56 #10 53.05 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
11:19:56 #10 53.07 Setting up libtiff6:amd64 (4.5.0-5) ...
11:19:56 #10 53.08 Setting up libasan8:amd64 (12.2.0-14) ...
11:19:56 #10 53.09 Setting up libuchardet0:amd64 (0.0.7-1) ...
11:19:56 #10 53.10 Setting up lzop (1.04-2) ...
11:19:56 #10 53.11 Setting up git-man (1:2.39.2-1.1) ...
11:19:56 #10 53.12 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
11:19:56 #10 53.13 Setting up netbase (6.4) ...
11:19:56 #10 53.16 Setting up libkrb5-3:amd64 (1.20.1-1) ...
11:19:56 #10 53.17 Setting up libtsan2:amd64 (12.2.0-14) ...
11:19:56 #10 53.18 Setting up libbinutils:amd64 (2.40-2) ...
11:19:56 #10 53.19 Setting up lsb-release (12.0-1) ...
11:19:56 #10 53.20 Setting up libfido2-1:amd64 (1.12.0-2) ...
11:19:56 #10 53.21 Setting up libisl23:amd64 (0.25-1) ...
11:19:56 #10 53.22 Setting up libde265-0:amd64 (1.0.11-1) ...
11:19:56 #10 53.23 Setting up libc-dev-bin (2.36-8) ...
11:19:56 #10 53.25 Setting up openssl (3.0.8-1) ...
11:19:56 #10 53.26 Setting up libbsd0:amd64 (0.11.7-2) ...
11:19:56 #10 53.27 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
11:19:56 #10 53.28 Setting up libelf1:amd64 (0.188-2.1) ...
11:19:56 #10 53.29 Setting up readline-common (8.2-1.3) ...
11:19:56 #10 53.31 Setting up publicsuffix (20230209.2326-1) ...
11:19:56 #10 53.32 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
11:19:56 #10 53.33 Setting up zstd (1.5.4+dfsg2-3) ...
11:19:56 #11 50.24 Preparing to unpack .../233-libc-devtools_2.36-0ubuntu4_amd64.deb ...
11:19:56 #11 50.24 Unpacking libc-devtools (2.36-0ubuntu4) ...
11:19:56 #11 50.27 Selecting previously unselected package libcapture-tiny-perl.
11:19:56 #11 50.27 Preparing to unpack .../234-libcapture-tiny-perl_0.48-1_all.deb ...
11:19:56 #11 50.28 Unpacking libcapture-tiny-perl (0.48-1) ...
11:19:56 #11 50.30 Selecting previously unselected package libcgi-pm-perl.
11:19:56 #11 50.31 Preparing to unpack .../235-libcgi-pm-perl_4.54-1_all.deb ...
11:19:56 #11 50.31 Unpacking libcgi-pm-perl (4.54-1) ...
11:19:56 #11 50.35 Selecting previously unselected package libfcgi0ldbl:amd64.
11:19:56 #11 50.35 Preparing to unpack .../236-libfcgi0ldbl_2.4.2-2build2_amd64.deb ...
11:19:56 #11 50.36 Unpacking libfcgi0ldbl:amd64 (2.4.2-2build2) ...
11:19:56 #11 50.38 Selecting previously unselected package libfcgi-perl:amd64.
11:19:56 #11 50.38 Preparing to unpack .../237-libfcgi-perl_0.82+ds-1build1_amd64.deb ...
11:19:56 #11 50.39 Unpacking libfcgi-perl:amd64 (0.82+ds-1build1) ...
11:19:56 #11 50.43 Selecting previously unselected package libcgi-fast-perl.
11:19:56 #11 50.43 Preparing to unpack .../238-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:19:56 #11 50.44 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:19:56 #11 50.47 Selecting previously unselected package libclass-data-inheritable-perl.
11:19:56 #11 50.47 Preparing to unpack .../239-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:19:56 #11 50.47 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:19:56 #11 50.50 Selecting previously unselected package libclone-perl.
11:19:56 #11 50.50 Preparing to unpack .../240-libclone-perl_0.45-1build3_amd64.deb ...
11:19:56 #11 50.51 Unpacking libclone-perl (0.45-1build3) ...
11:19:56 #11 50.54 Selecting previously unselected package libcommon-sense-perl:amd64.
11:19:56 #11 50.54 Preparing to unpack .../241-libcommon-sense-perl_3.75-2build1_amd64.deb ...
11:19:56 #11 50.54 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
11:19:56 #11 50.57 Selecting previously unselected package libconfig-tiny-perl.
11:19:56 #11 50.57 Preparing to unpack .../242-libconfig-tiny-perl_2.28-1_all.deb ...
11:19:56 #11 50.57 Unpacking libconfig-tiny-perl (2.28-1) ...
11:19:56 #11 52.48 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:19:56 #11 52.49 Setting up perl (5.30.0-9ubuntu0.3) ...
11:19:56 #11 52.52 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
11:19:56 #11 52.54 Setting up python3-gpg (1.13.1-7ubuntu2) ...
11:19:56 #11 44.97 Selecting previously unselected package g++.
11:19:56 #11 44.97 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:19:56 #11 44.98 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:19:56 #11 45.00 Selecting previously unselected package make.
11:19:56 #11 45.00 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ...
11:19:56 #11 45.01 Unpacking make (4.3-4.1build1) ...
11:19:56 #11 45.04 Selecting previously unselected package libdpkg-perl.
11:19:56 #11 45.04 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:19:56 #11 45.05 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:19:56 #11 45.12 Selecting previously unselected package bzip2.
11:19:56 #11 45.12 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ...
11:19:56 #11 45.12 Unpacking bzip2 (1.0.8-5build1) ...
11:19:56 #11 45.15 Selecting previously unselected package patch.
11:19:56 #11 45.15 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ...
11:19:56 #11 45.16 Unpacking patch (2.7.6-7build2) ...
11:19:56 #11 45.18 Selecting previously unselected package lto-disabled-list.
11:19:56 #11 45.18 Preparing to unpack .../096-lto-disabled-list_24_all.deb ...
11:19:56 #11 45.19 Unpacking lto-disabled-list (24) ...
11:19:56 #11 45.21 Selecting previously unselected package dpkg-dev.
11:19:56 #11 45.22 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:19:56 #11 45.22 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:19:56 #11 45.26 Selecting previously unselected package build-essential.
11:19:56 #11 46.42 Selecting previously unselected package libxext6:arm64.
11:19:56 #11 46.42 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
11:19:56 #11 46.43 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
11:19:56 #11 46.46 Selecting previously unselected package libxmuu1:arm64.
11:19:56 #11 46.46 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:19:56 #11 46.46 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:19:56 #11 46.50 Selecting previously unselected package man-db.
11:19:56 #11 46.50 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
11:19:56 #11 46.51 Unpacking man-db (2.10.2-1) ...
11:19:56 #11 46.56 Selecting previously unselected package manpages.
11:19:56 #11 46.56 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:19:56 #11 46.56 Unpacking manpages (5.10-1ubuntu1) ...
11:19:56 #11 42.96 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
11:19:56 #11 42.98 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-parser-perl all 1.65-1 [82.7 kB]
11:19:56 #13 9.985 (34/70): glibc-devel-2.34-60.el9.aarch64.rpm    5.8 MB/s | 564 kB     00:00    
11:19:56 #13 10.10 (35/70): git-core-doc-2.39.1-1.el9.noarch.rpm   9.5 MB/s | 2.9 MB     00:00    
11:19:56 #10 39.64 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
11:19:56 #10 39.64 Unpacking autotools-dev (20180224.1) ...
11:19:56 #10 39.68 Selecting previously unselected package automake.
11:19:56 #10 39.68 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:19:56 #10 39.69 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:19:56 #10 39.79 Selecting previously unselected package autopoint.
11:19:56 #10 39.79 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:19:56 #10 39.80 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:19:56 #10 39.84 Selecting previously unselected package binutils-common:armhf.
11:19:56 #10 39.84 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:19:56 #10 39.84 Unpacking binutils-common:armhf (2.30-21ubuntu1~18.04.8) ...
11:19:56 #10 39.89 Selecting previously unselected package libbinutils:armhf.
11:19:56 #10 39.89 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:19:56 #10 39.89 Unpacking libbinutils:armhf (2.30-21ubuntu1~18.04.8) ...
11:19:56 #10 49.31 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:56 #10 49.32 Setting up groff-base (1.22.3-10) ...
11:19:56 #10 49.34 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:19:56 #10 49.35 No schema files found: doing nothing.
11:19:56 #10 49.36 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:56 #10 49.37 Setting up unzip (6.0-21ubuntu1.2) ...
11:19:56 #10 49.39 Setting up linux-libc-dev:arm64 (4.15.0-206.217) ...
11:19:56 #10 49.40 Setting up libmpfr6:arm64 (4.0.1-1) ...
11:19:56 #10 49.41 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:56 #10 49.43 Setting up dctrl-tools (2.24-2build1) ...
11:19:56 #10 49.45 Setting up distro-info-data (0.37ubuntu0.15) ...
11:19:56 #10 49.46 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:19:56 #10 49.47 Setting up libpipeline1:arm64 (1.5.0-1) ...
11:19:56 #10 49.48 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:56 #10 49.49 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:19:56 #10 49.50 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:19:56 #13 88.24   Installing : libmpc-1.0.1-3.el7.aarch64                                  6/65 
11:19:56 #11 29.85 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:56 #11 29.85 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
11:19:56 #11 29.85 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:19:56 #11 29.85 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
11:19:56 #11 29.85 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
11:19:56 #11 29.85 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:19:56 #11 29.85 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
11:19:56 #11 45.63 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:19:56 #11 45.63 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:19:56 #11 45.67 Selecting previously unselected package dh-strip-nondeterminism.
11:19:56 #11 45.67 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:19:56 #11 45.68 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:19:56 #11 45.71 Selecting previously unselected package dwz.
11:19:56 #11 45.72 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ...
11:19:56 #11 45.72 Unpacking dwz (0.13-5) ...
11:19:56 #11 45.77 Selecting previously unselected package libcroco3:arm64.
11:19:56 #11 45.78 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ...
11:19:56 #11 45.78 Unpacking libcroco3:arm64 (0.6.13-1) ...
11:19:56 #11 45.82 Selecting previously unselected package gettext.
11:19:56 #11 45.83 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ...
11:19:56 #11 45.83 Unpacking gettext (0.19.8.1-10build1) ...
11:19:56 #11 45.92 Selecting previously unselected package intltool-debian.
11:19:56 #10 26.16 Selecting previously unselected package autopoint.
11:19:56 #10 26.16 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
11:19:56 #10 26.16 Unpacking autopoint (0.19.8.1-9) ...
11:19:56 #10 26.23 Selecting previously unselected package binutils-common:armhf.
11:19:56 #10 26.23 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
11:19:56 #10 26.23 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
11:19:56 #10 29.80 Selecting previously unselected package libxml2:armhf.
11:19:56 #10 29.80 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
11:19:56 #10 29.80 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
11:19:56 #10 29.91 Selecting previously unselected package gettext.
11:19:56 #10 29.91 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ...
11:19:56 #10 29.92 Unpacking gettext (0.21-4) ...
11:19:56 #10 30.14 Selecting previously unselected package intltool-debian.
11:19:56 #10 30.14 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:56 #10 30.15 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:56 #10 30.18 Selecting previously unselected package po-debconf.
11:19:56 #10 30.18 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ...
11:19:56 #10 28.29 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:19:56 #10 28.35 Selecting previously unselected package libctf0:armhf.
11:19:56 #10 28.36 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
11:19:56 #10 28.36 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
11:19:56 #11 32.47 debconf: delaying package configuration, since apt-utils is not installed
11:19:56 #11 32.51 Fetched 91.5 MB in 25s (3674 kB/s)
11:19:56 #10 51.82 Transaction check succeeded.
11:19:56 #10 51.82 Running transaction test
11:19:56 #10 30.99 Selecting previously unselected package g++.
11:19:56 #10 30.99 Preparing to unpack .../058-g++_4%3a12.2.0-3_armhf.deb ...
11:19:56 #10 30.99 Unpacking g++ (4:12.2.0-3) ...
11:19:56 #10 31.03 Selecting previously unselected package make.
11:19:56 #10 31.03 Preparing to unpack .../059-make_4.3-4.1_armhf.deb ...
11:19:56 #10 31.04 Unpacking make (4.3-4.1) ...
11:19:56 #10 38.28 Unpacking libhttp-message-perl (6.18-1) ...
11:19:56 #10 38.34 Selecting previously unselected package libhttp-cookies-perl.
11:19:56 #10 38.34 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ...
11:19:56 #10 38.35 Unpacking libhttp-cookies-perl (6.04-1) ...
11:19:56 #10 38.40 Selecting previously unselected package libhttp-negotiate-perl.
11:19:56 #10 38.40 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:56 #10 38.40 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:56 #10 38.44 Selecting previously unselected package perl-openssl-defaults:armhf.
11:19:56 #10 38.44 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ...
11:19:56 #10 38.45 Unpacking perl-openssl-defaults:armhf (3) ...
11:19:56 #10 38.48 Selecting previously unselected package libnet-ssleay-perl.
11:19:56 #10 38.48 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
11:19:56 #10 38.49 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:19:56 #11 33.66 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:19:56 #11 33.66 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-xs-perl armhf 0.04-7 [11.3 kB]
11:19:56 #10 53.34 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:19:56 #10 53.35 Setting up libcc1-0:amd64 (12.2.0-14) ...
11:19:56 #10 53.36 Setting up iso-codes (4.13.0-1) ...
11:19:56 #10 53.37 Setting up liblocale-gettext-perl (1.07-5) ...
11:19:56 #10 53.38 Setting up liblsan0:amd64 (12.2.0-14) ...
11:19:56 #10 53.39 Setting up dctrl-tools (2.24-3+b1) ...
11:19:56 #10 53.41 Setting up libitm1:amd64 (12.2.0-14) ...
11:19:56 #10 53.42 Setting up debian-keyring (2022.12.24) ...
11:19:56 #10 53.43 Setting up libgdbm6:amd64 (1.23-3) ...
11:19:56 #10 53.44 Setting up libctf0:amd64 (2.40-2) ...
11:19:56 #10 53.45 Setting up pinentry-curses (1.2.1-1) ...
11:19:56 #10 53.47 Setting up manpages-dev (6.03-1) ...
11:19:56 #10 53.48 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:19:56 #10 53.49 Setting up cpp-12 (12.2.0-14) ...
11:19:56 #10 53.50 Setting up libxcb1:amd64 (1.15-1) ...
11:19:56 #10 53.51 Setting up gettext (0.21-12) ...
11:19:56 #10 53.52 Setting up xdelta (1.1.3-10.4) ...
11:19:56 #10 53.53 Setting up libavif15:amd64 (0.11.1-1) ...
11:19:56 #10 53.54 Setting up libarchive13:amd64 (3.6.2-1) ...
11:19:56 #11 50.60 Selecting previously unselected package libparams-util-perl.
11:19:56 #11 50.60 Preparing to unpack .../243-libparams-util-perl_1.102-1build3_amd64.deb ...
11:19:56 #11 50.60 Unpacking libparams-util-perl (1.102-1build3) ...
11:19:56 #11 50.63 Selecting previously unselected package libsub-install-perl.
11:19:56 #11 50.63 Preparing to unpack .../244-libsub-install-perl_0.928-2_all.deb ...
11:19:56 #11 50.63 Unpacking libsub-install-perl (0.928-2) ...
11:19:56 #11 50.66 Selecting previously unselected package libdata-optlist-perl.
11:19:56 #11 50.66 Preparing to unpack .../245-libdata-optlist-perl_0.112-1_all.deb ...
11:19:56 #11 50.66 Unpacking libdata-optlist-perl (0.112-1) ...
11:19:56 #11 50.69 Selecting previously unselected package libsub-exporter-perl.
11:19:56 #11 50.69 Preparing to unpack .../246-libsub-exporter-perl_0.988-1_all.deb ...
11:19:56 #11 50.69 Unpacking libsub-exporter-perl (0.988-1) ...
11:19:56 #11 50.72 Selecting previously unselected package libconst-fast-perl.
11:19:56 #11 50.72 Preparing to unpack .../247-libconst-fast-perl_0.014-2_all.deb ...
11:19:56 #11 50.73 Unpacking libconst-fast-perl (0.014-2) ...
11:19:56 #11 50.75 Selecting previously unselected package libwant-perl.
11:19:56 #11 50.75 Preparing to unpack .../248-libwant-perl_0.29-2_amd64.deb ...
11:19:56 #11 50.75 Unpacking libwant-perl (0.29-2) ...
11:19:56 #11 50.78 Selecting previously unselected package libcontextual-return-perl.
11:19:56 #11 50.78 Preparing to unpack .../249-libcontextual-return-perl_0.004014-3_all.deb ...
11:19:56 #11 50.78 Unpacking libcontextual-return-perl (0.004014-3) ...
11:19:56 #11 50.83 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:19:56 #11 52.71 Setting up libdata-dump-perl (1.23-1) ...
11:19:56 #11 52.72 Setting up python3-certifi (2019.11.28-1) ...
11:19:56 #11 52.87 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:19:56 #11 52.88 Setting up libref-util-perl (0.204-1) ...
11:19:56 #11 52.90 Setting up libipc-system-simple-perl (1.26-1) ...
11:19:56 #11 52.91 Setting up libnet-domain-tld-perl (1.75-1) ...
11:19:56 #11 52.92 Setting up libxml-writer-perl (0.625-1) ...
11:19:56 #11 52.93 Setting up libhash-fieldhash-perl (0.15-1build2) ...
11:19:56 #11 45.27 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ...
11:19:56 #11 45.27 Unpacking build-essential (12.9ubuntu3) ...
11:19:56 #11 45.30 Selecting previously unselected package libbrotli1:amd64.
11:19:56 #11 45.31 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ...
11:19:56 #11 45.31 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:19:56 #11 45.34 Selecting previously unselected package libsasl2-modules-db:amd64.
11:19:56 #11 45.34 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
11:19:56 #11 45.35 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:19:56 #11 45.38 Selecting previously unselected package libsasl2-2:amd64.
11:19:56 #11 45.38 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
11:19:56 #11 45.38 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:19:56 #11 45.42 Selecting previously unselected package libldap-2.5-0:amd64.
11:19:56 #11 45.42 Preparing to unpack .../102-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
11:19:56 #11 45.43 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:19:56 #11 45.46 Selecting previously unselected package librtmp1:amd64.
11:19:56 #11 45.46 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:19:56 #11 45.47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:19:56 #11 45.50 Selecting previously unselected package libssh-4:amd64.
11:19:56 #11 45.50 Preparing to unpack .../104-libssh-4_0.9.6-2build1_amd64.deb ...
11:19:56 #11 46.67 Selecting previously unselected package openssh-client.
11:19:56 #11 46.67 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
11:19:56 #11 46.68 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
11:19:56 #11 46.72 Selecting previously unselected package publicsuffix.
11:19:56 #11 46.73 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:19:56 #11 46.73 Unpacking publicsuffix (20211207.1025-1) ...
11:19:56 #11 46.76 Selecting previously unselected package strace.
11:19:56 #11 46.76 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
11:19:56 #11 46.76 Unpacking strace (5.16-0ubuntu3) ...
11:19:56 #11 46.79 Selecting previously unselected package xauth.
11:19:56 #11 46.80 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
11:19:56 #11 46.80 Unpacking xauth (1:1.1-1build2) ...
11:19:56 #11 46.83 Selecting previously unselected package xz-utils.
11:19:56 #11 46.83 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
11:19:56 #11 46.83 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:19:56 #11 46.86 Selecting previously unselected package libsigsegv2:arm64.
11:19:56 #11 46.87 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
11:19:56 #11 46.87 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
11:19:56 #11 46.90 Selecting previously unselected package m4.
11:19:56 #11 46.90 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
11:19:56 #11 46.90 Unpacking m4 (1.4.18-5ubuntu2) ...
11:19:56 #11 46.93 Selecting previously unselected package autoconf.
11:19:56 #11 46.93 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
11:19:56 #11 46.94 Unpacking autoconf (2.71-2) ...
11:19:56 #11 46.98 Selecting previously unselected package autotools-dev.
11:19:56 #11 43.12 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:19:56 #11 43.14 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
11:19:56 #11 43.17 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre2-9 arm64 20220601+dfsg-1 [153 kB]
11:19:56 #11 43.24 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
11:19:56 #11 43.25 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
11:19:56 #11 43.26 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:19:56 #11 43.26 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-xs-perl arm64 0.117-2 [12.4 kB]
11:19:56 #11 43.27 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:19:56 #13 10.17 (36/70): libasan-11.3.1-4.3.el9.aarch64.rpm     5.4 MB/s | 430 kB     00:00    
11:19:56 #13 10.25 (37/70): libmpc-1.2.1-4.el9.aarch64.rpm         857 kB/s |  63 kB     00:00    
11:19:56 #13 10.32 (38/70): libseccomp-devel-2.5.2-2.el9.aarch64.r 789 kB/s |  59 kB     00:00    
11:19:56 #10 39.95 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:56 #10 39.95 Preparing to unpack .../057-binutils-arm-linux-gnueabihf_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:19:56 #10 39.95 Unpacking binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.8) ...
11:19:56 #10 49.52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:19:56 #10 49.53 Setting up m4 (1.4.18-1) ...
11:19:56 #10 49.54 Setting up libgdbm5:arm64 (1.14.1-6) ...
11:19:56 #10 49.55 Setting up at (3.1.20-3.1ubuntu2) ...
11:19:56 #10 49.69 invoke-rc.d: could not determine current runlevel
11:19:56 #10 49.69 invoke-rc.d: policy-rc.d denied execution of start.
11:19:56 #10 49.70 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
11:19:56 #10 49.71 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:19:56 #10 49.72 Setting up ucf (3.0038) ...
11:19:56 #13 88.55   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64             7/65 
11:19:56 #11 30.26 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:19:56 #11 30.32 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:19:56 #11 30.34 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
11:19:56 #11 45.92 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:56 #11 45.92 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:56 #11 45.96 Selecting previously unselected package po-debconf.
11:19:56 #11 45.96 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ...
11:19:56 #11 45.96 Unpacking po-debconf (1.0.21) ...
11:19:56 #11 46.01 Selecting previously unselected package debhelper.
11:19:56 #11 46.01 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ...
11:19:56 #11 46.02 Unpacking debhelper (12.10ubuntu1) ...
11:19:56 #11 46.12 Selecting previously unselected package libfakeroot:arm64.
11:19:56 #10 28.44 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:56 #10 28.44 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
11:19:56 #10 28.44 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:19:56 #10 45.70 Running transaction check
11:19:56 #10 45.78 Transaction check succeeded.
11:19:56 #10 45.78 Running transaction test
11:19:56 #11 32.52 Selecting previously unselected package liblocale-gettext-perl.
11:19:56 #11 32.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 ... 4118 files and directories currently installed.)
11:19:56 #11 32.53 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
11:19:56 #11 32.54 Unpacking liblocale-gettext-perl (1.07-4) ...
11:19:56 #11 32.61 Selecting previously unselected package libssl1.1:armhf.
11:19:56 #11 32.61 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_armhf.deb ...
11:19:56 #11 32.62 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
11:19:56 #10 52.25 Transaction test succeeded.
11:19:56 #10 52.25 Running transaction
11:19:56 #10 31.14 Selecting previously unselected package libdpkg-perl.
11:19:56 #10 31.14 Preparing to unpack .../060-libdpkg-perl_1.21.21_all.deb ...
11:19:56 #10 31.14 Unpacking libdpkg-perl (1.21.21) ...
11:19:56 #10 31.26 Selecting previously unselected package patch.
11:19:56 #10 31.26 Preparing to unpack .../061-patch_2.7.6-7_armhf.deb ...
11:19:56 #10 31.27 Unpacking patch (2.7.6-7) ...
11:19:56 #10 31.34 Selecting previously unselected package dpkg-dev.
11:19:56 #10 31.34 Preparing to unpack .../062-dpkg-dev_1.21.21_all.deb ...
11:19:56 #10 31.34 Unpacking dpkg-dev (1.21.21) ...
11:19:56 #10 38.58 Selecting previously unselected package libio-socket-ssl-perl.
11:19:56 #10 38.58 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ...
11:19:56 #10 38.58 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:19:56 #10 38.65 Selecting previously unselected package libnet-http-perl.
11:19:56 #10 38.66 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ...
11:19:56 #10 38.66 Unpacking libnet-http-perl (6.18-1) ...
11:19:56 #10 38.71 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:56 #10 38.71 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:19:56 #10 38.72 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:19:56 #10 38.75 Selecting previously unselected package libtry-tiny-perl.
11:19:56 #10 38.75 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ...
11:19:56 #10 38.76 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:56 #10 38.80 Selecting previously unselected package libwww-robotrules-perl.
11:19:56 #10 38.80 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:56 #10 38.81 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:56 #10 38.87 Selecting previously unselected package libwww-perl.
11:19:56 #10 30.19 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:56 #10 30.28 Selecting previously unselected package debhelper.
11:19:56 #10 30.28 Preparing to unpack .../084-debhelper_13.3.4_all.deb ...
11:19:56 #10 30.29 Unpacking debhelper (13.3.4) ...
11:19:56 #10 53.55 Setting up fontconfig-config (2.14.1-4) ...
11:19:56 #10 53.74 Setting up libedit2:amd64 (3.1-20221030-2) ...
11:19:56 #10 53.75 Setting up libreadline8:amd64 (8.2-1.3) ...
11:19:56 #10 53.76 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
11:19:56 #10 53.77 Setting up ca-certificates (20211016) ...
11:19:56 #13 12.25 Running transaction check
11:19:56 #11 50.84 Preparing to unpack .../250-libcpanel-json-xs-perl_4.32-1_amd64.deb ...
11:19:56 #11 50.84 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1) ...
11:19:56 #11 50.87 Selecting previously unselected package libdevel-stacktrace-perl.
11:19:56 #11 50.87 Preparing to unpack .../251-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:19:56 #11 50.87 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:19:56 #11 50.90 Selecting previously unselected package libexception-class-perl.
11:19:56 #11 50.90 Preparing to unpack .../252-libexception-class-perl_1.45-1_all.deb ...
11:19:56 #11 50.91 Unpacking libexception-class-perl (1.45-1) ...
11:19:56 #11 50.93 Selecting previously unselected package libiterator-perl.
11:19:56 #11 50.93 Preparing to unpack .../253-libiterator-perl_0.03+ds1-2_all.deb ...
11:19:56 #11 50.94 Unpacking libiterator-perl (0.03+ds1-2) ...
11:19:56 #11 50.96 Selecting previously unselected package libiterator-util-perl.
11:19:56 #11 50.96 Preparing to unpack .../254-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:19:56 #11 50.97 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:19:56 #11 50.99 Selecting previously unselected package libexporter-tiny-perl.
11:19:56 #11 50.99 Preparing to unpack .../255-libexporter-tiny-perl_1.002002-1_all.deb ...
11:19:56 #11 51.00 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:19:56 #11 51.03 Selecting previously unselected package liblist-moreutils-xs-perl.
11:19:56 #11 51.03 Preparing to unpack .../256-liblist-moreutils-xs-perl_0.430-3_amd64.deb ...
11:19:56 #11 51.03 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
11:19:56 #11 51.06 Selecting previously unselected package liblist-moreutils-perl.
11:19:56 #11 52.95 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
11:19:56 #11 52.97 Setting up shared-mime-info (1.15-1) ...
11:19:56 #14 6.798 Running transaction check
11:19:56 #14 7.079 Transaction check succeeded.
11:19:56 #14 7.080 Running transaction test
11:19:56 #12 0.762 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
11:19:56 #12 0.881 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
11:19:56 #12 0.952 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
11:19:56 #12 1.027 Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
11:19:57 #11 45.51 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:19:57 #11 45.54 Selecting previously unselected package libcurl4:amd64.
11:19:57 #11 45.54 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.8_amd64.deb ...
11:19:57 #11 45.55 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.8) ...
11:19:57 #11 45.58 Selecting previously unselected package curl.
11:19:57 #11 45.58 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.8_amd64.deb ...
11:19:57 #11 45.58 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:19:57 #11 45.62 Selecting previously unselected package dctrl-tools.
11:19:57 #11 45.62 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ...
11:19:57 #11 45.63 Unpacking dctrl-tools (2.24-3build2) ...
11:19:57 #11 45.66 Selecting previously unselected package libdebhelper-perl.
11:19:57 #11 45.66 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:19:57 #11 45.66 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:19:57 #11 45.70 Selecting previously unselected package libtool.
11:19:57 #11 45.70 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ...
11:19:57 #11 45.70 Unpacking libtool (2.4.6-15build2) ...
11:19:57 #11 45.73 Selecting previously unselected package dh-autoreconf.
11:19:57 #11 46.98 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
11:19:57 #11 46.98 Unpacking autotools-dev (20220109.1) ...
11:19:57 #11 47.02 Selecting previously unselected package automake.
11:19:57 #11 47.02 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
11:19:57 #11 47.02 Unpacking automake (1:1.16.5-1.3) ...
11:19:57 #11 47.07 Selecting previously unselected package autopoint.
11:19:57 #11 47.07 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
11:19:57 #11 47.07 Unpacking autopoint (0.21-4ubuntu4) ...
11:19:57 #11 47.10 Selecting previously unselected package binutils-common:arm64.
11:19:57 #11 47.10 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.11 Unpacking binutils-common:arm64 (2.38-4ubuntu2.1) ...
11:19:57 #11 47.14 Selecting previously unselected package libbinutils:arm64.
11:19:57 #11 47.14 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.14 Unpacking libbinutils:arm64 (2.38-4ubuntu2.1) ...
11:19:57 #11 47.18 Selecting previously unselected package libctf-nobfd0:arm64.
11:19:57 #11 47.18 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.19 Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
11:19:57 #11 47.22 Selecting previously unselected package libctf0:arm64.
11:19:57 #13 10.40 (39/70): libselinux-devel-3.5-1.el9.aarch64.rpm 2.1 MB/s | 160 kB     00:00    
11:19:57 #13 10.48 (40/70): libsepol-devel-3.5-1.el9.aarch64.rpm   568 kB/s |  48 kB     00:00    
11:19:57 #13 10.57 (41/70): kernel-headers-5.14.0-283.el9.aarch64. 8.5 MB/s | 5.0 MB     00:00    
11:19:57 #13 10.58 (42/70): libtool-2.4.6-45.el9.aarch64.rpm       6.0 MB/s | 582 kB     00:00    
11:19:57 #13 10.64 (43/70): libtool-ltdl-2.4.6-45.el9.aarch64.rpm  493 kB/s |  37 kB     00:00    
11:19:57 #13 10.65 (44/70): libubsan-11.3.1-4.3.el9.aarch64.rpm    2.7 MB/s | 203 kB     00:00    
11:19:57 #10 49.81 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:19:57 #10 49.83 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:19:57 #10 49.84 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:19:57 #10 49.85 Setting up libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
11:19:57 #10 49.87 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:19:57 #10 49.89 Setting up libcroco3:arm64 (0.6.12-2) ...
11:19:57 #10 49.90 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
11:19:57 #10 49.92 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
11:19:57 #10 49.93 Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
11:19:57 #10 49.95 Setting up patch (2.7.6-2ubuntu1.1) ...
11:19:57 #10 49.96 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:19:57 #10 49.97 Setting up krb5-locales (1.16-2ubuntu0.3) ...
11:19:57 #10 49.99 Setting up publicsuffix (20180223.1310-1) ...
11:19:57 #10 50.00 Setting up autotools-dev (20180224.1) ...
11:19:57 #10 50.01 Setting up t1utils (1.41-2) ...
11:19:57 #10 50.02 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:19:57 #10 40.25 Selecting previously unselected package binutils.
11:19:57 #10 40.25 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:19:57 #10 40.26 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:19:57 #10 40.29 Selecting previously unselected package libc-dev-bin.
11:19:57 #10 40.29 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_armhf.deb ...
11:19:57 #10 40.30 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:19:57 #10 40.33 Selecting previously unselected package linux-libc-dev:armhf.
11:19:57 #10 40.33 Preparing to unpack .../060-linux-libc-dev_4.15.0-206.217_armhf.deb ...
11:19:57 #10 40.34 Unpacking linux-libc-dev:armhf (4.15.0-206.217) ...
11:19:57 #13 88.85   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                  8/65 
11:19:57 #11 30.41 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:19:57 #11 30.45 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libfreetype6 armhf 2.11.1+dfsg-1ubuntu0.1 [325 kB]
11:19:57 #11 46.13 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ...
11:19:57 #11 46.13 Unpacking libfakeroot:arm64 (1.24-1) ...
11:19:57 #11 46.16 Selecting previously unselected package fakeroot.
11:19:57 #11 46.17 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ...
11:19:57 #11 46.17 Unpacking fakeroot (1.24-1) ...
11:19:57 #11 46.21 Selecting previously unselected package libassuan0:arm64.
11:19:57 #11 46.22 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
11:19:57 #11 46.22 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:19:57 #11 46.26 Selecting previously unselected package gpgconf.
11:19:57 #11 46.26 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.27 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.32 Selecting previously unselected package libksba8:arm64.
11:19:57 #11 46.32 Preparing to unpack .../140-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
11:19:57 #11 46.32 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:19:57 #11 46.37 Selecting previously unselected package libnpth0:arm64.
11:19:57 #11 46.37 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ...
11:19:57 #11 46.37 Unpacking libnpth0:arm64 (1.6-1) ...
11:19:57 #11 46.42 Selecting previously unselected package dirmngr.
11:19:57 #11 46.42 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.44 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.50 Selecting previously unselected package gnupg-l10n.
11:19:57 #10 28.78 Selecting previously unselected package binutils.
11:19:57 #10 28.78 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
11:19:57 #10 28.78 Unpacking binutils (2.35.2-2+rpi1) ...
11:19:57 #10 28.86 Selecting previously unselected package libisl23:armhf.
11:19:57 #10 28.86 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
11:19:57 #10 28.86 Unpacking libisl23:armhf (0.23-1) ...
11:19:57 #10 28.99 Selecting previously unselected package libmpfr6:armhf.
11:19:57 #10 44.80 Dependencies resolved.
11:19:57 #10 44.82 ================================================================================
11:19:57 #10 44.82  Package                       Arch      Version                Repo       Size
11:19:57 #10 44.82 ================================================================================
11:19:57 #10 44.82 Installing:
11:19:57 #10 44.82  dnf-plugins-core              noarch    4.3.1-1.fc36           updates    34 k
11:19:57 #10 44.82  rpm-build                     aarch64   4.17.1-3.fc36          updates    59 k
11:19:57 #10 44.82  rpmlint                       noarch    2.4.0-3.fc36           updates   238 k
11:19:57 #10 44.82 Installing dependencies:
11:19:57 #10 44.82  ansible-srpm-macros           noarch    1-8.1.fc36             updates   8.5 k
11:19:57 #10 44.82  binutils                      aarch64   2.37-37.fc36           updates   6.3 M
11:19:57 #10 44.82  binutils-gold                 aarch64   2.37-37.fc36           updates   893 k
11:19:57 #10 44.82  bzip2                         aarch64   1.0.8-11.fc36          fedora     52 k
11:19:57 #10 44.82  cpio                          aarch64   2.13-12.fc36           fedora    267 k
11:19:57 #10 44.82  dash                          aarch64   0.5.10.2-10.fc36       fedora     97 k
11:19:57 #10 44.82  dbus-libs                     aarch64   1:1.14.4-1.fc36        updates   153 k
11:19:57 #10 44.82  debugedit                     aarch64   5.0-7.fc36             updates    77 k
11:19:57 #10 44.82  desktop-file-utils            aarch64   0.26-6.fc36            fedora     71 k
11:19:57 #10 44.82  devscripts-checkbashisms      aarch64   2.22.1-1.fc36          fedora     28 k
11:19:57 #10 44.82  diffutils                     aarch64   3.8-2.fc36             fedora    368 k
11:19:57 #10 44.82  dwz                           aarch64   0.14-4.fc36            updates   125 k
11:19:57 #10 44.82  ed                            aarch64   1.14.2-12.fc36         fedora     73 k
11:19:57 #10 44.82  efi-srpm-macros               noarch    5-5.fc36               fedora     22 k
11:19:57 #10 44.82  elfutils                      aarch64   0.188-3.fc36           updates   519 k
11:19:57 #10 44.82  elfutils-debuginfod-client    aarch64   0.188-3.fc36           updates    39 k
11:19:57 #10 44.82  emacs-filesystem              noarch    1:28.2-3.fc36          updates   7.4 k
11:19:57 #10 44.82  enchant                       aarch64   1:1.6.0-30.fc36        fedora     59 k
11:19:57 #10 44.82  file                          aarch64   5.41-4.fc36            fedora     48 k
11:19:57 #10 44.82  fonts-srpm-macros             noarch    1:2.0.5-7.fc36         fedora     27 k
11:19:57 #10 44.82  fpc-srpm-macros               noarch    1.3-5.fc36             fedora    7.6 k
11:19:57 #10 44.82  gdb-minimal                   aarch64   12.1-2.fc36            updates   3.5 M
11:19:57 #10 44.82  gdk-pixbuf2                   aarch64   2.42.9-2.fc36          updates   463 k
11:19:57 #10 44.82  ghc-srpm-macros               noarch    1.5.0-6.fc36           fedora    7.7 k
11:19:57 #10 44.82  glibc-gconv-extra             aarch64   2.35-22.fc36           updates   1.7 M
11:19:57 #10 44.82  gnat-srpm-macros              noarch    4-15.fc36              fedora    8.2 k
11:19:57 #10 44.82  go-srpm-macros                noarch    3.2.0-1.fc36           updates    26 k
11:19:57 #10 44.82  groff-base                    aarch64   1.22.4-9.fc36          fedora    1.0 M
11:19:57 #10 44.82  hunspell                      aarch64   1.7.0-19.fc36          fedora    284 k
11:19:57 #10 44.82  hunspell-en-GB                noarch    0.20140811.1-22.fc36   fedora    225 k
11:19:57 #10 44.82  hunspell-en-US                noarch    0.20140811.1-22.fc36   fedora    176 k
11:19:57 #10 44.82  hunspell-filesystem           aarch64   1.7.0-19.fc36          fedora    8.9 k
11:19:57 #10 44.82  info                          aarch64   6.8-3.fc36             fedora    220 k
11:19:57 #10 44.82  json-glib                     aarch64   1.6.6-2.fc36           fedora    149 k
11:19:57 #10 44.82  kernel-srpm-macros            noarch    1.0-14.fc36            fedora    9.1 k
11:19:57 #10 44.82  libappstream-glib             aarch64   0.8.0-4.fc36           updates   376 k
11:19:57 #10 44.82  libjpeg-turbo                 aarch64   2.1.2-2.fc36           fedora    190 k
11:19:57 #10 44.82  libpkgconf                    aarch64   1.8.0-2.fc36           fedora     36 k
11:19:57 #10 44.82  libpng                        aarch64   2:1.6.37-12.fc36       fedora    114 k
11:19:57 #10 44.82  libstemmer                    aarch64   0-18.585svn.fc36       fedora     82 k
11:19:57 #10 44.82  lua-srpm-macros               noarch    1-6.fc36               fedora    8.5 k
11:19:57 #10 44.82  ncurses                       aarch64   6.2-9.20210508.fc36    fedora    400 k
11:19:57 #10 44.82  nim-srpm-macros               noarch    3-6.fc36               fedora    8.3 k
11:19:57 #10 44.82  ocaml-srpm-macros             noarch    6-6.fc36               fedora    7.7 k
11:19:57 #10 44.82  openblas-srpm-macros          noarch    2-11.fc36              fedora    7.4 k
11:19:57 #10 44.82  package-notes-srpm-macros     noarch    0.4-14.fc36            fedora     11 k
11:19:57 #10 44.82  patch                         aarch64   2.7.6-16.fc36          fedora    121 k
11:19:57 #10 44.82  perl-AutoLoader               noarch    5.74-486.fc36          fedora     26 k
11:19:57 #10 44.82  perl-B                        aarch64   1.82-486.fc36          fedora    186 k
11:19:57 #10 44.82  perl-Carp                     noarch    1.52-479.fc36          fedora     29 k
11:19:57 #10 44.82  perl-Class-Struct             noarch    0.66-486.fc36          fedora     27 k
11:19:57 #10 44.82  perl-Data-Dumper              aarch64   2.183-3.fc36           fedora     55 k
11:19:57 #10 44.82  perl-Digest                   noarch    1.20-2.fc36            fedora     25 k
11:19:57 #10 44.82  perl-Digest-MD5               aarch64   2.58-479.fc36          fedora     36 k
11:19:57 #10 44.82  perl-DynaLoader               aarch64   1.50-486.fc36          fedora     31 k
11:19:57 #10 44.82  perl-Encode                   aarch64   4:3.17-485.fc36        updates   1.7 M
11:19:57 #10 44.82  perl-Errno                    aarch64   1.33-486.fc36          fedora     20 k
11:19:57 #10 44.82  perl-Exporter                 noarch    5.76-480.fc36          fedora     31 k
11:19:57 #10 44.82  perl-Fcntl                    aarch64   1.14-486.fc36          fedora     25 k
11:19:57 #10 44.82  perl-File-Basename            noarch    2.85-486.fc36          fedora     22 k
11:19:57 #10 44.82  perl-File-Path                noarch    2.18-479.fc36          fedora     35 k
11:19:57 #10 44.82  perl-File-Temp                noarch    1:0.231.100-479.fc36   fedora     59 k
11:19:57 #10 44.82  perl-File-stat                noarch    1.09-486.fc36          fedora     22 k
11:19:57 #10 44.82  perl-FileHandle               noarch    2.03-486.fc36          fedora     20 k
11:19:57 #10 44.82  perl-Getopt-Long              noarch    1:2.54-1.fc36          updates    60 k
11:19:57 #10 44.82  perl-Getopt-Std               noarch    1.13-486.fc36          fedora     21 k
11:19:57 #10 44.82  perl-HTTP-Tiny                noarch    0.082-1.fc36           updates    55 k
11:19:57 #10 44.82  perl-IO                       aarch64   1.46-486.fc36          fedora     92 k
11:19:57 #10 44.82  perl-IPC-Open3                noarch    1.21-486.fc36          fedora     28 k
11:19:57 #10 44.82  perl-MIME-Base64              aarch64   3.16-479.fc36          fedora     30 k
11:19:57 #10 44.82  perl-Net-SSLeay               aarch64   1.92-2.fc36            fedora    365 k
11:19:57 #10 44.82  perl-POSIX                    aarch64   1.97-486.fc36          fedora    103 k
11:19:57 #10 44.82  perl-PathTools                aarch64   3.80-479.fc36          fedora     85 k
11:19:57 #10 44.82  perl-Pod-Escapes              noarch    1:1.07-479.fc36        fedora     20 k
11:19:57 #10 44.82  perl-Pod-Perldoc              noarch    3.28.01-480.fc36       fedora     83 k
11:19:57 #10 44.82  perl-Pod-Simple               noarch    1:3.43-3.fc36          fedora    215 k
11:19:57 #10 44.82  perl-Pod-Usage                noarch    4:2.01-479.fc36        fedora     40 k
11:19:57 #10 44.82  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc36        updates    71 k
11:19:57 #10 44.82  perl-SelectSaver              noarch    1.02-486.fc36          fedora     17 k
11:19:57 #10 44.82  perl-Socket                   aarch64   4:2.036-1.fc36         updates    55 k
11:19:57 #10 44.82  perl-Storable                 aarch64   1:3.25-2.fc36          fedora     93 k
11:19:57 #10 44.82  perl-Symbol                   noarch    1.09-486.fc36          fedora     19 k
11:19:57 #10 44.82  perl-Term-ANSIColor           noarch    5.01-480.fc36          fedora     48 k
11:19:57 #10 44.82  perl-Term-Cap                 noarch    1.17-479.fc36          fedora     22 k
11:19:57 #10 44.82  perl-Text-ParseWords          noarch    3.31-1.fc36            updates    16 k
11:19:57 #10 44.82  perl-Text-Tabs+Wrap           noarch    2021.0814-2.fc36       fedora     22 k
11:19:57 #10 44.82  perl-Time-Local               noarch    2:1.300-479.fc36       fedora     34 k
11:19:57 #10 44.82  perl-URI                      noarch    5.10-1.fc36            fedora    108 k
11:19:57 #10 44.82  perl-base                     noarch    2.27-486.fc36          fedora     21 k
11:19:57 #10 44.82  perl-constant                 noarch    1.33-480.fc36          fedora     23 k
11:19:57 #10 44.82  perl-if                       noarch    0.60.900-486.fc36      fedora     19 k
11:19:57 #10 44.82  perl-interpreter              aarch64   4:5.34.1-486.fc36      fedora     76 k
11:19:57 #10 44.82  perl-libnet                   noarch    3.13-480.fc36          fedora    126 k
11:19:57 #10 44.82  perl-libs                     aarch64   4:5.34.1-486.fc36      fedora    2.0 M
11:19:57 #10 44.82  perl-mro                      aarch64   1.25-486.fc36          fedora     33 k
11:19:57 #10 44.82  perl-overload                 noarch    1.33-486.fc36          fedora     50 k
11:19:57 #10 44.82  perl-overloading              noarch    0.02-486.fc36          fedora     18 k
11:19:57 #10 44.82  perl-parent                   noarch    1:0.238-479.fc36       fedora     14 k
11:19:57 #10 44.82  perl-podlators                noarch    1:4.14-479.fc36        fedora    112 k
11:19:57 #10 44.82  perl-srpm-macros              noarch    1-43.fc36              fedora    8.4 k
11:19:57 #10 44.82  perl-subs                     noarch    1.04-486.fc36          fedora     17 k
11:19:57 #10 44.82  perl-vars                     noarch    1.05-486.fc36          fedora     18 k
11:19:57 #10 44.82  pkgconf                       aarch64   1.8.0-2.fc36           fedora     41 k
11:19:57 #10 44.82  pkgconf-m4                    noarch    1.8.0-2.fc36           fedora     14 k
11:19:57 #10 44.82  pkgconf-pkg-config            aarch64   1.8.0-2.fc36           fedora     10 k
11:19:57 #10 44.82  pyproject-srpm-macros         noarch    1.6.2-1.fc36           updates    14 k
11:19:57 #10 44.82  python-srpm-macros            noarch    3.10-20.fc36           updates    23 k
11:19:57 #10 44.82  python3-construct             noarch    2.10.68-1.fc36         updates   112 k
11:19:57 #10 44.82  python3-dateutil              noarch    1:2.8.1-8.fc36         fedora    289 k
11:19:57 #10 44.82  python3-dbus                  aarch64   1.2.18-3.fc36          fedora    132 k
11:19:57 #10 44.82  python3-distro                noarch    1.6.0-2.fc36           fedora     38 k
11:19:57 #10 44.82  python3-dnf-plugins-core      noarch    4.3.1-1.fc36           updates   229 k
11:19:57 #10 44.82  python3-enchant               noarch    3.2.2-2.fc36           fedora     79 k
11:19:57 #10 44.82  python3-file-magic            noarch    5.41-4.fc36            fedora     18 k
11:19:57 #10 44.82  python3-pybeam                noarch    0.7-2.fc36             fedora     24 k
11:19:57 #10 44.82  python3-pyxdg                 noarch    0.27-4.fc36            fedora     96 k
11:19:57 #10 44.82  python3-six                   noarch    1.16.0-5.fc36          fedora     36 k
11:19:57 #10 44.82  python3-tomli                 noarch    1.2.3-1.fc36           fedora     29 k
11:19:57 #10 44.82  python3-tomli-w               noarch    0.4.0-3.fc36           fedora     18 k
11:19:57 #10 44.82  python3-zstandard             aarch64   0.17.0-1.fc36          fedora    428 k
11:19:57 #10 44.82  qt5-srpm-macros               noarch    5.15.8-1.fc36          updates   7.8 k
11:19:57 #10 44.82  redhat-rpm-config             noarch    223-1.fc36             updates    71 k
11:19:57 #10 44.82  rpmautospec-rpm-macros        noarch    0.3.5-1.fc36           updates   9.1 k
11:19:57 #10 44.82  rpmlint-fedora-license-data   noarch    1.14-1.fc36            updates    19 k
11:19:57 #10 44.82  rust-srpm-macros              noarch    24-1.fc36              updates    11 k
11:19:57 #10 44.82  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
11:19:57 #10 44.82  unzip                         aarch64   6.0-57.fc36            fedora    182 k
11:19:57 #10 44.82  xxhash-libs                   aarch64   0.8.1-2.fc36           fedora     34 k
11:19:57 #10 44.82  xz                            aarch64   5.4.1-1.fc36           updates   406 k
11:19:57 #10 44.82  zip                           aarch64   3.0-32.fc36            fedora    256 k
11:19:57 #10 44.82  zstd                          aarch64   1.5.4-1.fc36           updates   438 k
11:19:57 #10 44.82 Installing weak dependencies:
11:19:57 #10 44.82  hunspell-en                   noarch    0.20140811.1-22.fc36   fedora    180 k
11:19:57 #10 44.82  perl-IO-Socket-IP             noarch    0.41-480.fc36          fedora     42 k
11:19:57 #10 44.82  perl-IO-Socket-SSL            noarch    2.074-2.fc36           fedora    218 k
11:19:57 #10 44.82  perl-Mozilla-CA               noarch    20211001-2.fc36        fedora     12 k
11:19:57 #10 44.82  perl-NDBM_File                aarch64   1.15-486.fc36          fedora     27 k
11:19:57 #10 44.82 
11:19:57 #10 44.82 Transaction Summary
11:19:57 #10 44.82 ================================================================================
11:19:57 #10 44.82 Install  139 Packages
11:19:57 #10 44.82 
11:19:57 #10 44.83 Total download size: 29 M
11:19:57 #10 44.83 Installed size: 131 M
11:19:57 #10 44.83 Downloading Packages:
11:19:57 #10 53.53 (1/139): bzip2-1.0.8-11.fc36.x86_64.rpm         182 kB/s |  52 kB     00:00    
11:19:57 #10 53.53 (2/139): dash-0.5.10.2-10.fc36.x86_64.rpm       331 kB/s |  97 kB     00:00    
11:19:57 #10 53.54 (3/139): cpio-2.13-12.fc36.x86_64.rpm           905 kB/s | 270 kB     00:00    
11:19:57 #10 53.54 (4/139): desktop-file-utils-0.26-6.fc36.x86_64. 5.1 MB/s |  72 kB     00:00    
11:19:57 #10 53.55 (5/139): diffutils-3.8-2.fc36.x86_64.rpm         39 MB/s | 370 kB     00:00    
11:19:57 #10 53.55 (6/139): ed-1.14.2-12.fc36.x86_64.rpm           8.4 MB/s |  73 kB     00:00    
11:19:57 #10 53.55 (7/139): devscripts-checkbashisms-2.22.1-1.fc36 1.3 MB/s |  28 kB     00:00    
11:19:57 #10 53.56 (8/139): efi-srpm-macros-5-5.fc36.noarch.rpm    2.6 MB/s |  22 kB     00:00    
11:19:57 #10 53.56 (9/139): enchant-1.6.0-30.fc36.x86_64.rpm       6.8 MB/s |  59 kB     00:00    
11:19:57 #10 53.57 (10/139): file-5.41-4.fc36.x86_64.rpm           5.7 MB/s |  48 kB     00:00    
11:19:57 #10 53.57 (11/139): fonts-srpm-macros-2.0.5-7.fc36.noarch 2.4 MB/s |  27 kB     00:00    
11:19:57 #10 53.57 (12/139): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 684 kB/s | 7.6 kB     00:00    
11:19:57 #10 53.58 (13/139): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.1 MB/s | 7.7 kB     00:00    
11:19:57 #10 53.58 (14/139): gnat-srpm-macros-4-15.fc36.noarch.rpm 898 kB/s | 8.2 kB     00:00    
11:19:57 #10 53.59 (15/139): groff-base-1.22.4-9.fc36.x86_64.rpm    68 MB/s | 1.0 MB     00:00    
11:19:57 #10 53.59 (16/139): hunspell-en-0.20140811.1-22.fc36.noar  14 MB/s | 180 kB     00:00    
11:19:57 #10 53.60 (17/139): hunspell-1.7.0-19.fc36.x86_64.rpm      16 MB/s | 303 kB     00:00    
11:19:57 #10 53.60 (18/139): hunspell-en-GB-0.20140811.1-22.fc36.n  16 MB/s | 225 kB     00:00    
11:19:57 #10 53.61 (19/139): info-6.8-3.fc36.x86_64.rpm             27 MB/s | 225 kB     00:00    
11:19:57 #10 53.62 (20/139): hunspell-en-US-0.20140811.1-22.fc36.n 6.7 MB/s | 176 kB     00:00    
11:19:57 #10 53.62 (21/139): hunspell-filesystem-1.7.0-19.fc36.x86 433 kB/s | 8.9 kB     00:00    
11:19:57 #10 53.63 (22/139): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
11:19:57 #14 8.721   Preparing        :                                                        1/1 
11:19:57 #14 8.768   Running scriptlet: cmake-rpm-macros-3.20.2-5.el8.noarch                   1/1 
11:19:57 #14 8.786   Installing       : cmake-rpm-macros-3.20.2-5.el8.noarch                  1/83 
11:19:57 #10 26.56 Selecting previously unselected package libbinutils:armhf.
11:19:57 #10 26.56 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
11:19:57 #10 26.57 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
11:19:57 #10 26.66 Selecting previously unselected package libfl2:armhf.
11:19:57 #10 26.66 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
11:19:57 #10 26.67 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:19:57 #10 26.72 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:19:57 #10 26.72 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
11:19:57 #10 26.72 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
11:19:57 #10 46.17 Transaction test succeeded.
11:19:57 #10 46.17 Running transaction
11:19:57 #10 31.52 Selecting previously unselected package build-essential.
11:19:57 #10 31.52 Preparing to unpack .../063-build-essential_12.9_armhf.deb ...
11:19:57 #10 31.52 Unpacking build-essential (12.9) ...
11:19:57 #10 31.57 Selecting previously unselected package libbrotli1:armhf.
11:19:57 #10 31.57 Preparing to unpack .../064-libbrotli1_1.0.9-2+b6_armhf.deb ...
11:19:57 #10 31.57 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
11:19:57 #10 38.87 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ...
11:19:57 #10 38.87 Unpacking libwww-perl (6.36-2) ...
11:19:57 #10 38.95 Selecting previously unselected package patchutils.
11:19:57 #10 38.95 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ...
11:19:57 #10 38.96 Unpacking patchutils (0.3.4-2) ...
11:19:57 #10 39.02 Selecting previously unselected package wdiff.
11:19:57 #10 39.02 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ...
11:19:57 #10 39.03 Unpacking wdiff (1.2.2-2+b1) ...
11:19:57 #10 39.13 Selecting previously unselected package devscripts.
11:19:57 #10 39.13 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ...
11:19:57 #11 32.74 Selecting previously unselected package libpython3.8-minimal:armhf.
11:19:57 #11 32.74 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:19:57 #11 32.74 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:19:57 #11 32.91 Selecting previously unselected package libexpat1:armhf.
11:19:57 #11 32.91 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
11:19:57 #11 32.91 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:19:57 #11 32.95 Selecting previously unselected package python3.8-minimal.
11:19:57 #11 32.95 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:19:57 #11 32.96 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:57 #10 54.12 Updating certificates in /etc/ssl/certs...
11:19:57 #10 30.46 Selecting previously unselected package debian-keyring.
11:19:57 #10 30.46 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ...
11:19:57 #10 30.47 Unpacking debian-keyring (2021.07.26) ...
11:19:57 #13 12.35 Transaction check succeeded.
11:19:57 #13 12.35 Running transaction test
11:19:57 #11 51.06 Preparing to unpack .../257-liblist-moreutils-perl_0.430-2_all.deb ...
11:19:57 #11 51.06 Unpacking liblist-moreutils-perl (0.430-2) ...
11:19:57 #11 51.09 Selecting previously unselected package libdata-dpath-perl.
11:19:57 #11 51.09 Preparing to unpack .../258-libdata-dpath-perl_0.58-1_all.deb ...
11:19:57 #11 51.09 Unpacking libdata-dpath-perl (0.58-1) ...
11:19:57 #11 51.13 Selecting previously unselected package libdata-dump-perl.
11:19:57 #11 51.13 Preparing to unpack .../259-libdata-dump-perl_1.25-1_all.deb ...
11:19:57 #11 51.13 Unpacking libdata-dump-perl (1.25-1) ...
11:19:57 #11 51.16 Selecting previously unselected package libdata-messagepack-perl.
11:19:57 #11 51.16 Preparing to unpack .../260-libdata-messagepack-perl_1.02-1_amd64.deb ...
11:19:57 #11 51.16 Unpacking libdata-messagepack-perl (1.02-1) ...
11:19:57 #11 51.19 Selecting previously unselected package libnet-domain-tld-perl.
11:19:57 #11 51.19 Preparing to unpack .../261-libnet-domain-tld-perl_1.75-2_all.deb ...
11:19:57 #11 51.19 Unpacking libnet-domain-tld-perl (1.75-2) ...
11:19:57 #11 51.22 Selecting previously unselected package libdata-validate-domain-perl.
11:19:57 #11 51.22 Preparing to unpack .../262-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:19:57 #11 51.22 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:19:57 #11 51.25 Selecting previously unselected package libnet-ipv6addr-perl.
11:19:57 #11 51.25 Preparing to unpack .../263-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:19:57 #11 51.25 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:19:57 #11 51.28 Selecting previously unselected package libnet-netmask-perl.
11:19:57 #11 34.06 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:19:57 #11 34.06 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libaliased-perl all 0.34-2 [13.5 kB]
11:19:57 #11 34.16 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
11:19:57 #11 34.29 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:19:57 #11 45.73 Preparing to unpack .../110-dh-autoreconf_20_all.deb ...
11:19:57 #11 45.74 Unpacking dh-autoreconf (20) ...
11:19:57 #11 45.76 Selecting previously unselected package libarchive-zip-perl.
11:19:57 #11 45.77 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ...
11:19:57 #11 45.77 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:57 #11 45.80 Selecting previously unselected package libsub-override-perl.
11:19:57 #11 45.80 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ...
11:19:57 #11 45.81 Unpacking libsub-override-perl (0.09-2) ...
11:19:57 #11 45.83 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:57 #11 45.83 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:19:57 #11 45.84 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:19:57 #11 45.86 Selecting previously unselected package dh-strip-nondeterminism.
11:19:57 #11 45.87 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:19:57 #11 45.87 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:19:57 #11 45.90 Selecting previously unselected package libdw1:amd64.
11:19:57 #11 45.90 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ...
11:19:57 #11 45.91 Unpacking libdw1:amd64 (0.186-1build1) ...
11:19:57 #11 45.94 Selecting previously unselected package debugedit.
11:19:57 #11 47.22 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.22 Unpacking libctf0:arm64 (2.38-4ubuntu2.1) ...
11:19:57 #11 47.25 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:19:57 #11 47.25 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.26 Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
11:19:57 #11 47.38 Selecting previously unselected package binutils.
11:19:57 #11 47.38 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_arm64.deb ...
11:19:57 #11 47.38 Unpacking binutils (2.38-4ubuntu2.1) ...
11:19:57 #11 47.41 Selecting previously unselected package libc-dev-bin.
11:19:57 #11 47.41 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
11:19:57 #11 47.42 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:19:57 #11 47.44 Selecting previously unselected package linux-libc-dev:arm64.
11:19:57 #11 47.44 Preparing to unpack .../064-linux-libc-dev_5.15.0-67.74_arm64.deb ...
11:19:57 #11 47.45 Unpacking linux-libc-dev:arm64 (5.15.0-67.74) ...
11:19:57 #10 48.92 Setting up libgpgme11:arm64 (1.18.0-3+b1) ...
11:19:57 #10 48.93 Setting up dirmngr (2.2.40-1) ...
11:19:57 #10 49.07 Setting up perl (5.36.0-7) ...
11:19:57 #10 49.09 Setting up libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
11:19:57 #10 49.10 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:19:57 #10 49.11 Setting up libxs-parse-keyword-perl (0.33-1) ...
11:19:57 #10 49.12 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:19:57 #10 49.13 Setting up libswitch-perl (2.17-3) ...
11:19:57 #10 49.14 Setting up libdata-dump-perl (1.25-1) ...
11:19:57 #10 49.15 Setting up gcc-12 (12.2.0-14) ...
11:19:57 #10 49.16 Setting up libfile-find-rule-perl (0.34-3) ...
11:19:57 #10 49.18 Setting up libref-util-perl (0.204-2) ...
11:19:57 #10 49.19 Setting up libipc-system-simple-perl (1.30-2) ...
11:19:57 #10 49.20 Setting up libnet-domain-tld-perl (1.75-3) ...
11:19:57 #10 49.21 Setting up libperlio-utf8-strict-perl (0.010-1) ...
11:19:57 #10 49.22 Setting up libsocket6-perl (0.29-3) ...
11:19:57 #10 49.23 Setting up libgd3:arm64 (2.3.3-9) ...
11:19:57 #10 49.24 Setting up libvariable-magic-perl (0.63-1+b1) ...
11:19:57 #10 49.25 Setting up libio-html-perl (1.004-3) ...
11:19:57 #10 49.26 Setting up libpod-parser-perl (1.65-1) ...
11:19:57 #10 49.28 Setting up libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
11:19:57 #10 49.29 Setting up libparams-util-perl (1.102-2+b1) ...
11:19:57 #10 49.30 Setting up libdpkg-perl (1.21.21) ...
11:19:57 #10 49.31 Setting up libtime-duration-perl (1.21-2) ...
11:19:57 #10 49.32 Setting up autoconf (2.71-3) ...
11:19:57 #10 49.33 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
11:19:57 #13 10.72 (45/70): libuv-1.42.0-1.el9.aarch64.rpm         1.9 MB/s | 146 kB     00:00    
11:19:57 #13 10.73 (46/70): libxcrypt-devel-4.4.18-3.el9.aarch64.r 395 kB/s |  29 kB     00:00    
11:19:57 #13 10.83 (47/70): m4-1.4.19-1.el9.aarch64.rpm            2.8 MB/s | 297 kB     00:00    
11:19:57 #13 10.91 (48/70): pcre2-devel-10.40-2.el9.aarch64.rpm    6.5 MB/s | 515 kB     00:00    
11:19:57 #10 50.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.04 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
11:19:57 #10 50.05 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:19:57 #10 50.06 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
11:19:57 #10 50.08 Setting up libltdl7:arm64 (2.4.6-2) ...
11:19:57 #10 50.09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:19:57 #10 50.11 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:19:57 #10 50.12 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:19:57 #10 50.14 Setting up wdiff (1.2.2-2) ...
11:19:57 #10 50.15 Setting up shared-mime-info (1.9-2) ...
11:19:57 #10 40.56 Selecting previously unselected package libc6-dev:armhf.
11:19:57 #10 40.56 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_armhf.deb ...
11:19:57 #10 40.57 Unpacking libc6-dev:armhf (2.27-3ubuntu1.6) ...
11:19:57 #13 89.17   Installing : 1:make-3.82-24.el7.aarch64                                  9/65 
11:19:57 #13 89.50   Installing : checkpolicy-2.5-8.el7.aarch64                              10/65 
11:19:57 #11 43.68 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:19:57 #11 43.83 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:19:57 #11 43.85 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules arm64 2.1.28+dfsg-6ubuntu2 [69.3 kB]
11:19:57 #11 30.63 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
11:19:57 #11 30.66 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
11:19:57 #11 30.68 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
11:19:57 #11 30.68 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
11:19:57 #11 30.69 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.04.1 [25.4 kB]
11:19:57 #11 30.69 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
11:19:57 #11 46.50 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:19:57 #11 46.50 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.54 Selecting previously unselected package gnupg-utils.
11:19:57 #11 46.54 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.55 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.62 Selecting previously unselected package gpg.
11:19:57 #11 46.62 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.62 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.69 Selecting previously unselected package pinentry-curses.
11:19:57 #11 46.69 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ...
11:19:57 #11 46.70 Unpacking pinentry-curses (1.1.0-3build1) ...
11:19:57 #11 46.74 Selecting previously unselected package gpg-agent.
11:19:57 #10 53.63 (23/139): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm  23 MB/s | 182 kB     00:00    
11:19:57 #10 53.64 (24/139): libpkgconf-1.8.0-2.fc36.x86_64.rpm    5.3 MB/s |  36 kB     00:00    
11:19:57 #10 53.64 (25/139): libpng-1.6.37-12.fc36.x86_64.rpm       17 MB/s | 119 kB     00:00    
11:19:57 #10 53.64 (26/139): libstemmer-0-18.585svn.fc36.x86_64.rp  11 MB/s |  82 kB     00:00    
11:19:57 #10 53.65 (27/139): json-glib-1.6.6-2.fc36.x86_64.rpm     4.2 MB/s | 152 kB     00:00    
11:19:57 #10 53.65 (28/139): lua-srpm-macros-1-6.fc36.noarch.rpm   841 kB/s | 8.5 kB     00:00    
11:19:57 #10 53.68 (29/139): ncurses-6.2-9.20210508.fc36.x86_64.rp  10 MB/s | 400 kB     00:00    
11:19:57 #10 53.69 (30/139): nim-srpm-macros-3-6.fc36.noarch.rpm   243 kB/s | 8.3 kB     00:00    
11:19:57 #10 53.69 (31/139): ocaml-srpm-macros-6-6.fc36.noarch.rpm 213 kB/s | 7.7 kB     00:00    
11:19:57 #10 53.69 (32/139): openblas-srpm-macros-2-11.fc36.noarch 791 kB/s | 7.4 kB     00:00    
11:19:57 #10 53.70 (33/139): package-notes-srpm-macros-0.4-14.fc36 1.5 MB/s |  11 kB     00:00    
11:19:57 #10 53.70 (34/139): patch-2.7.6-16.fc36.x86_64.rpm         12 MB/s | 124 kB     00:00    
11:19:57 #10 53.70 (35/139): perl-AutoLoader-5.74-486.fc36.noarch. 2.9 MB/s |  26 kB     00:00    
11:19:57 #10 53.71 (36/139): perl-Carp-1.52-479.fc36.noarch.rpm    4.6 MB/s |  29 kB     00:00    
11:19:57 #10 53.71 (37/139): perl-B-1.82-486.fc36.x86_64.rpm        17 MB/s | 185 kB     00:00    
11:19:57 #10 53.71 (38/139): perl-Class-Struct-0.66-486.fc36.noarc 2.9 MB/s |  27 kB     00:00    
11:19:57 #10 53.72 (39/139): perl-Data-Dumper-2.183-3.fc36.x86_64. 5.6 MB/s |  56 kB     00:00    
11:19:57 #10 53.72 (40/139): perl-Digest-1.20-2.fc36.noarch.rpm    3.8 MB/s |  25 kB     00:00    
11:19:57 #10 53.72 (41/139): perl-Digest-MD5-2.58-479.fc36.x86_64. 4.1 MB/s |  36 kB     00:00    
11:19:57 #10 53.72 (42/139): perl-DynaLoader-1.50-486.fc36.x86_64. 4.3 MB/s |  31 kB     00:00    
11:19:57 #10 53.73 (43/139): perl-Errno-1.33-486.fc36.x86_64.rpm   2.9 MB/s |  20 kB     00:00    
11:19:57 #10 53.73 (44/139): perl-Exporter-5.76-480.fc36.noarch.rp 3.3 MB/s |  31 kB     00:00    
11:19:57 #10 53.73 (45/139): perl-Fcntl-1.14-486.fc36.x86_64.rpm   2.5 MB/s |  25 kB     00:00    
11:19:57 #10 53.74 (46/139): perl-File-Basename-2.85-486.fc36.noar 3.9 MB/s |  22 kB     00:00    
11:19:57 #10 53.74 (47/139): perl-File-Path-2.18-479.fc36.noarch.r 4.1 MB/s |  35 kB     00:00    
11:19:57 #10 53.74 (48/139): perl-File-Temp-0.231.100-479.fc36.noa 6.7 MB/s |  59 kB     00:00    
11:19:57 #10 53.75 (49/139): perl-File-stat-1.09-486.fc36.noarch.r 3.5 MB/s |  22 kB     00:00    
11:19:57 #10 53.75 (50/139): perl-FileHandle-2.03-486.fc36.noarch. 2.2 MB/s |  20 kB     00:00    
11:19:57 #10 53.75 (51/139): perl-Getopt-Std-1.13-486.fc36.noarch. 2.1 MB/s |  21 kB     00:00    
11:19:57 #10 53.76 (52/139): perl-IO-1.46-486.fc36.x86_64.rpm       14 MB/s |  92 kB     00:00    
11:19:57 #10 53.76 (53/139): perl-IO-Socket-IP-0.41-480.fc36.noarc 4.5 MB/s |  42 kB     00:00    
11:19:57 #10 53.77 (54/139): perl-IO-Socket-SSL-2.074-2.fc36.noarc  20 MB/s | 218 kB     00:00    
11:19:57 #10 53.77 (55/139): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.8 MB/s |  28 kB     00:00    
11:19:57 #10 53.77 (56/139): perl-MIME-Base64-3.16-479.fc36.x86_64 2.5 MB/s |  30 kB     00:00    
11:19:57 #10 53.78 (57/139): perl-Mozilla-CA-20211001-2.fc36.noarc 1.2 MB/s |  12 kB     00:00    
11:19:57 #10 53.78 (58/139): perl-NDBM_File-1.15-486.fc36.x86_64.r 4.3 MB/s |  27 kB     00:00    
11:19:57 #10 53.78 (59/139): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp  33 MB/s | 364 kB     00:00    
11:19:57 #10 53.79 (60/139): perl-POSIX-1.97-486.fc36.x86_64.rpm   9.8 MB/s | 102 kB     00:00    
11:19:57 #10 53.79 (61/139): perl-PathTools-3.80-479.fc36.x86_64.r  14 MB/s |  85 kB     00:00    
11:19:57 #10 53.79 (62/139): perl-Pod-Escapes-1.07-479.fc36.noarch 2.4 MB/s |  20 kB     00:00    
11:19:57 #10 53.80 (63/139): perl-Pod-Perldoc-3.28.01-480.fc36.noa 8.3 MB/s |  83 kB     00:00    
11:19:57 #10 53.80 (64/139): perl-Pod-Simple-3.43-3.fc36.noarch.rp  22 MB/s | 215 kB     00:00    
11:19:57 #10 53.81 (65/139): perl-Pod-Usage-2.01-479.fc36.noarch.r 3.3 MB/s |  40 kB     00:00    
11:19:57 #10 53.81 (66/139): perl-SelectSaver-1.02-486.fc36.noarch 1.5 MB/s |  17 kB     00:00    
11:19:57 #10 53.81 (67/139): perl-Storable-3.25-2.fc36.x86_64.rpm   13 MB/s |  96 kB     00:00    
11:19:57 #10 53.82 (68/139): perl-Symbol-1.09-486.fc36.noarch.rpm  2.0 MB/s |  19 kB     00:00    
11:19:57 #10 53.82 (69/139): perl-Term-ANSIColor-5.01-480.fc36.noa 4.8 MB/s |  48 kB     00:00    
11:19:57 #10 53.82 (70/139): perl-Term-Cap-1.17-479.fc36.noarch.rp 3.1 MB/s |  22 kB     00:00    
11:19:57 #10 53.83 (71/139): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.3 MB/s |  22 kB     00:00    
11:19:57 #10 53.83 (72/139): perl-Time-Local-1.300-479.fc36.noarch 3.4 MB/s |  34 kB     00:00    
11:19:57 #10 27.07 Selecting previously unselected package binutils.
11:19:57 #10 27.07 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
11:19:57 #14 8.804   Installing       : cmake-filesystem-3.20.2-5.el8.aarch64                 2/83 
11:19:57 #10 28.99 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
11:19:57 #10 29.00 Unpacking libmpfr6:armhf (4.1.0-3) ...
11:19:57 #10 29.08 Selecting previously unselected package libmpc3:armhf.
11:19:57 #10 29.08 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
11:19:57 #10 29.08 Unpacking libmpc3:armhf (1.2.0-1) ...
11:19:57 #10 29.12 Selecting previously unselected package cpp-10.
11:19:57 #10 29.13 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
11:19:57 #10 29.13 Unpacking cpp-10 (10.2.1-6+rpi1) ...
11:19:57 #10 31.64 Selecting previously unselected package libsasl2-modules-db:armhf.
11:19:57 #10 31.64 Preparing to unpack .../065-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
11:19:57 #10 31.65 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
11:19:57 #10 31.69 Selecting previously unselected package libsasl2-2:armhf.
11:19:57 #10 31.69 Preparing to unpack .../066-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
11:19:57 #10 31.69 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
11:19:57 #10 31.74 Selecting previously unselected package libldap-2.5-0:armhf.
11:19:57 #10 31.74 Preparing to unpack .../067-libldap-2.5-0_2.5.13+dfsg-5_armhf.deb ...
11:19:57 #10 31.75 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-5) ...
11:19:57 #10 31.81 Selecting previously unselected package libnghttp2-14:armhf.
11:19:57 #10 31.81 Preparing to unpack .../068-libnghttp2-14_1.52.0-1_armhf.deb ...
11:19:57 #10 31.81 Unpacking libnghttp2-14:armhf (1.52.0-1) ...
11:19:57 #10 31.88 Selecting previously unselected package libpsl5:armhf.
11:19:57 #10 31.88 Preparing to unpack .../069-libpsl5_0.21.2-1_armhf.deb ...
11:19:57 #10 39.18 Unpacking devscripts (2.19.5+deb10u1) ...
11:19:57 #11 33.15 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
11:19:57 #11 33.24 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:19:57 #11 33.25 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:19:57 #10 52.87   Preparing        :                                                        1/1 
11:19:57 #10 52.90   Upgrading        : elfutils-libelf-0.189-1.fc37.x86_64                  1/141 
11:19:57 #11 51.28 Preparing to unpack .../264-libnet-netmask-perl_2.0001-1_all.deb ...
11:19:57 #11 51.28 Unpacking libnet-netmask-perl (2.0001-1) ...
11:19:57 #11 51.30 Selecting previously unselected package libnetaddr-ip-perl.
11:19:57 #11 51.31 Preparing to unpack .../265-libnetaddr-ip-perl_4.079+dfsg-2_amd64.deb ...
11:19:57 #11 51.31 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
11:19:57 #11 51.34 Selecting previously unselected package libdata-validate-ip-perl.
11:19:57 #11 51.34 Preparing to unpack .../266-libdata-validate-ip-perl_0.30-1_all.deb ...
11:19:57 #11 51.35 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:19:57 #11 51.37 Selecting previously unselected package libdata-validate-uri-perl.
11:19:57 #11 51.37 Preparing to unpack .../267-libdata-validate-uri-perl_0.07-2_all.deb ...
11:19:57 #11 51.38 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:19:57 #11 51.40 Selecting previously unselected package libdistro-info-perl.
11:19:57 #11 51.40 Preparing to unpack .../268-libdistro-info-perl_1.1ubuntu1_all.deb ...
11:19:57 #11 51.41 Unpacking libdistro-info-perl (1.1ubuntu1) ...
11:19:57 #11 51.43 Selecting previously unselected package libemail-address-xs-perl.
11:19:57 #11 51.43 Preparing to unpack .../269-libemail-address-xs-perl_1.05-1_amd64.deb ...
11:19:57 #11 51.43 Unpacking libemail-address-xs-perl (1.05-1) ...
11:19:57 #11 51.46 Selecting previously unselected package libfcgi-bin.
11:19:57 #11 51.46 Preparing to unpack .../270-libfcgi-bin_2.4.2-2build2_amd64.deb ...
11:19:57 #11 51.46 Unpacking libfcgi-bin (2.4.2-2build2) ...
11:19:57 #11 51.49 Selecting previously unselected package libipc-system-simple-perl.
11:19:57 #11 51.49 Preparing to unpack .../271-libipc-system-simple-perl_1.30-1_all.deb ...
11:19:57 #11 51.50 Unpacking libipc-system-simple-perl (1.30-1) ...
11:19:57 #11 51.52 Selecting previously unselected package libfile-basedir-perl.
11:19:57 #11 34.30 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarray-intspan-perl all 2.004-2 [25.0 kB]
11:19:57 #11 34.32 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:19:57 #11 34.33 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:19:57 #11 34.34 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libvariable-magic-perl armhf 0.62-2 [32.7 kB]
11:19:57 #11 34.36 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:19:57 #11 34.37 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libberkeleydb-perl armhf 0.64-1build3 [111 kB]
11:19:57 #11 34.42 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreetype6 armhf 2.12.1+dfsg-3 [324 kB]
11:19:57 #11 45.94 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ...
11:19:57 #11 45.94 Unpacking debugedit (1:5.0-4build1) ...
11:19:57 #11 45.99 Selecting previously unselected package dwz.
11:19:57 #11 45.99 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ...
11:19:57 #11 46.00 Unpacking dwz (0.14-1build2) ...
11:19:57 #11 46.03 Selecting previously unselected package gettext.
11:19:57 #11 46.03 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ...
11:19:57 #11 46.03 Unpacking gettext (0.21-4ubuntu4) ...
11:19:57 #11 46.08 Selecting previously unselected package intltool-debian.
11:19:57 #11 46.08 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ...
11:19:57 #11 46.08 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:19:57 #11 46.11 Selecting previously unselected package po-debconf.
11:19:57 #11 46.11 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ...
11:19:57 #11 46.12 Unpacking po-debconf (1.0.21+nmu1) ...
11:19:57 #11 46.16 Selecting previously unselected package debhelper.
11:19:57 #11 46.16 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ...
11:19:57 #11 46.17 Unpacking debhelper (13.6ubuntu1) ...
11:19:57 #11 46.22 Selecting previously unselected package libfakeroot:amd64.
11:19:57 #11 46.22 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ...
11:19:57 #11 47.59 Selecting previously unselected package libcrypt-dev:arm64.
11:19:57 #11 47.59 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
11:19:57 #11 47.59 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
11:19:57 #11 47.62 Selecting previously unselected package rpcsvc-proto.
11:19:57 #11 47.62 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
11:19:57 #11 47.62 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:19:57 #11 47.65 Selecting previously unselected package libtirpc-dev:arm64.
11:19:57 #11 47.66 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
11:19:57 #11 47.66 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
11:19:57 #11 47.69 Selecting previously unselected package libnsl-dev:arm64.
11:19:57 #11 47.70 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
11:19:57 #11 47.70 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
11:19:57 #11 47.73 Selecting previously unselected package libc6-dev:arm64.
11:19:57 #10 49.34 Setting up libarray-intspan-perl (2.004-2) ...
11:19:57 #10 49.36 Setting up libcapture-tiny-perl (0.48-2) ...
11:19:57 #10 49.37 Setting up libtimedate-perl (2.3300-2) ...
11:19:57 #10 49.38 Setting up libregexp-ipv6-perl (0.03-3) ...
11:19:57 #10 49.39 Setting up gpg-wks-server (2.2.40-1) ...
11:19:57 #10 49.40 Setting up libsub-name-perl:arm64 (0.26-2+b1) ...
11:19:57 #10 49.41 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ...
11:19:57 #10 49.42 Setting up libsyntax-keyword-try-perl (0.28-1) ...
11:19:57 #10 49.43 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:19:57 #10 49.45 Setting up libproc-processtable-perl:arm64 (0.634-1+b2) ...
11:19:57 #10 49.46 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:19:57 #10 49.47 Setting up xauth (1:1.1.2-1) ...
11:19:57 #10 49.48 Setting up libpath-tiny-perl (0.144-1) ...
11:19:57 #10 49.49 Setting up libarchive-cpio-perl (0.10-3) ...
11:19:57 #10 49.51 Setting up libjson-perl (4.10000-1) ...
11:19:57 #10 49.52 Setting up libnsl2:arm64 (1.3.0-2) ...
11:19:57 #10 49.53 Setting up libipc-run3-perl (0.048-3) ...
11:19:57 #10 49.54 Setting up libregexp-wildcards-perl (1.05-3) ...
11:19:57 #13 11.00 (49/70): pcre2-utf16-10.40-2.el9.aarch64.rpm    2.2 MB/s | 199 kB     00:00    
11:19:57 #13 11.09 (50/70): pcre2-utf32-10.40-2.el9.aarch64.rpm    2.1 MB/s | 190 kB     00:00    
11:19:57 #13 11.16 (51/70): perl-DynaLoader-1.47-480.el9.aarch64.r 365 kB/s |  27 kB     00:00    
11:19:57 #10 40.87 Selecting previously unselected package gcc-7-base:armhf.
11:19:57 #10 40.87 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:57 #10 40.88 Unpacking gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:57 #10 40.91 Selecting previously unselected package libisl19:armhf.
11:19:57 #10 40.91 Preparing to unpack .../063-libisl19_0.19-1_armhf.deb ...
11:19:57 #10 40.92 Unpacking libisl19:armhf (0.19-1) ...
11:19:57 #10 40.99 Selecting previously unselected package libmpfr6:armhf.
11:19:57 #10 40.99 Preparing to unpack .../064-libmpfr6_4.0.1-1_armhf.deb ...
11:19:57 #13 89.54   Installing : m4-1.4.16-10.el7.aarch64                                   11/65 
11:19:57 #11 43.98 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-decoder-perl arm64 4.025+ds-1 [100 kB]
11:19:57 #11 44.06 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-encoder-perl arm64 4.025+ds-1 [101 kB]
11:19:57 #11 44.10 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:19:57 #11 44.11 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsocket6-perl arm64 0.29-2 [19.4 kB]
11:19:57 #11 44.12 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsodium23 arm64 1.0.18-1build2 [123 kB]
11:19:57 #11 44.15 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:19:57 #11 44.15 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:19:57 #11 44.16 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:19:57 #11 46.74 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.75 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.80 Selecting previously unselected package gpg-wks-client.
11:19:57 #11 46.81 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.81 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.85 Selecting previously unselected package gpg-wks-server.
11:19:57 #11 46.85 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.86 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.90 Selecting previously unselected package gpgsm.
11:19:57 #11 46.90 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
11:19:57 #11 46.91 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:19:57 #11 46.96 Selecting previously unselected package gnupg.
11:19:57 #10 53.84 (73/139): perl-URI-5.10-1.fc36.noarch.rpm        12 MB/s | 108 kB     00:00    
11:19:57 #10 53.84 (74/139): perl-base-2.27-486.fc36.noarch.rpm    1.8 MB/s |  21 kB     00:00    
11:19:57 #10 53.84 (75/139): perl-constant-1.33-480.fc36.noarch.rp 2.3 MB/s |  23 kB     00:00    
11:19:57 #10 53.85 (76/139): perl-if-0.60.900-486.fc36.noarch.rpm  3.2 MB/s |  19 kB     00:00    
11:19:57 #10 53.85 (77/139): perl-interpreter-5.34.1-486.fc36.x86_ 8.5 MB/s |  76 kB     00:00    
11:19:57 #10 53.85 (78/139): perl-libnet-3.13-480.fc36.noarch.rpm   12 MB/s | 126 kB     00:00    
11:19:57 #10 53.86 (79/139): perl-mro-1.25-486.fc36.x86_64.rpm     4.3 MB/s |  33 kB     00:00    
11:19:57 #10 53.86 (80/139): perl-overload-1.33-486.fc36.noarch.rp 5.6 MB/s |  50 kB     00:00    
11:19:57 #10 53.88 (81/139): perl-libs-5.34.1-486.fc36.x86_64.rpm   76 MB/s | 2.1 MB     00:00    
11:19:57 #10 53.88 (82/139): perl-overloading-0.02-486.fc36.noarch 923 kB/s |  18 kB     00:00    
11:19:57 #10 53.88 (83/139): perl-parent-0.238-479.fc36.noarch.rpm 787 kB/s |  14 kB     00:00    
11:19:57 #10 53.89 (84/139): perl-podlators-4.14-479.fc36.noarch.r  18 MB/s | 112 kB     00:00    
11:19:57 #10 53.89 (85/139): perl-subs-1.04-486.fc36.noarch.rpm    2.4 MB/s |  17 kB     00:00    
11:19:57 #10 53.89 (86/139): perl-srpm-macros-1-43.fc36.noarch.rpm 620 kB/s | 8.4 kB     00:00    
11:19:57 #10 53.90 (87/139): perl-vars-1.05-486.fc36.noarch.rpm    1.8 MB/s |  18 kB     00:00    
11:19:57 #10 53.90 (88/139): pkgconf-1.8.0-2.fc36.x86_64.rpm       4.6 MB/s |  41 kB     00:00    
11:19:57 #10 53.90 (89/139): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    2.5 MB/s |  14 kB     00:00    
11:19:57 #10 53.90 (90/139): pkgconf-pkg-config-1.8.0-2.fc36.x86_6 1.3 MB/s |  10 kB     00:00    
11:19:57 #10 53.91 (91/139): python3-dateutil-2.8.1-8.fc36.noarch.  26 MB/s | 289 kB     00:00    
11:19:57 #10 53.91 (92/139): python3-distro-1.6.0-2.fc36.noarch.rp 4.8 MB/s |  38 kB     00:00    
11:19:57 #10 53.92 (93/139): python3-dbus-1.2.18-3.fc36.x86_64.rpm  11 MB/s | 132 kB     00:00    
11:19:57 #10 53.95 (94/139): python3-enchant-3.2.2-2.fc36.noarch.r 2.1 MB/s |  79 kB     00:00    
11:19:57 #10 53.95 (95/139): python3-pybeam-0.7-2.fc36.noarch.rpm  701 kB/s |  24 kB     00:00    
11:19:57 #10 53.95 (96/139): python3-file-magic-5.41-4.fc36.noarch 458 kB/s |  18 kB     00:00    
11:19:57 #10 53.96 (97/139): python3-pyxdg-0.27-4.fc36.noarch.rpm   10 MB/s |  96 kB     00:00    
11:19:57 #10 53.96 (98/139): python3-six-1.16.0-5.fc36.noarch.rpm  4.1 MB/s |  36 kB     00:00    
11:19:57 #10 53.97 (99/139): python3-zstandard-0.17.0-1.fc36.x86_6  40 MB/s | 458 kB     00:00    
11:19:57 #10 53.98 (100/139): python3-tomli-w-0.4.0-3.fc36.noarch. 1.0 MB/s |  18 kB     00:00    
11:19:57 #10 53.98 (101/139): python3-tomli-1.2.3-1.fc36.noarch.rp 1.3 MB/s |  29 kB     00:00    
11:19:57 #10 53.99 (102/139): shared-mime-info-2.1-3.fc35.x86_64.r  30 MB/s | 373 kB     00:00    
11:19:57 #10 53.99 (103/139): unzip-6.0-57.fc36.x86_64.rpm          13 MB/s | 182 kB     00:00    
11:19:57 #10 53.99 (104/139): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  5.0 MB/s |  42 kB     00:00    
11:19:57 #10 54.02 (105/139): zip-3.0-32.fc36.x86_64.rpm           7.4 MB/s | 260 kB     00:00    
11:19:57 #10 54.02 (106/139): ansible-srpm-macros-1-8.1.fc36.noarc 265 kB/s | 8.5 kB     00:00    
11:19:57 #10 54.04 (107/139): binutils-gold-2.37-37.fc36.x86_64.rp  37 MB/s | 753 kB     00:00    
11:19:57 #10 54.05 (108/139): dbus-libs-1.14.4-1.fc36.x86_64.rpm   7.3 MB/s | 155 kB     00:00    
11:19:57 #10 54.09 (109/139): binutils-2.37-37.fc36.x86_64.rpm      93 MB/s | 6.0 MB     00:00    
11:19:57 #10 54.09 (110/139): debugedit-5.0-7.fc36.x86_64.rpm      1.7 MB/s |  77 kB     00:00    
11:19:57 #10 54.09 (111/139): dnf-plugins-core-4.3.1-1.fc36.noarch 909 kB/s |  34 kB     00:00    
11:19:57 #10 54.10 (112/139): dwz-0.14-4.fc36.x86_64.rpm            13 MB/s | 127 kB     00:00    
11:19:57 #10 54.10 (113/139): elfutils-debuginfod-client-0.188-3.f 3.1 MB/s |  40 kB     00:00    
11:19:57 #10 54.11 (114/139): elfutils-0.188-3.fc36.x86_64.rpm      25 MB/s | 523 kB     00:00    
11:19:57 #10 54.11 (115/139): emacs-filesystem-28.2-3.fc36.noarch. 600 kB/s | 7.4 kB     00:00    
11:19:57 #10 54.15 (116/139): gdb-minimal-12.1-2.fc36.x86_64.rpm    95 MB/s | 3.9 MB     00:00    
11:19:57 #10 54.16 (117/139): gdk-pixbuf2-2.42.9-2.fc36.x86_64.rpm  11 MB/s | 466 kB     00:00    
11:19:57 #10 27.07 Unpacking binutils (2.31.1-16+rpi2) ...
11:19:57 #10 27.13 Selecting previously unselected package libisl19:armhf.
11:19:57 #10 27.13 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
11:19:57 #10 27.13 Unpacking libisl19:armhf (0.20-2) ...
11:19:57 #10 27.26 Selecting previously unselected package libmpfr6:armhf.
11:19:57 #10 27.26 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
11:19:57 #10 27.26 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:19:57 #10 27.35 Selecting previously unselected package libmpc3:armhf.
11:19:57 #10 27.35 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
11:19:57 #14 9.008   Upgrading        : glibc-common-2.28-225.el8.aarch64                     3/83 
11:19:57 #14 9.330   Upgrading        : glibc-gconv-extra-2.28-225.el8.aarch64                4/83 
11:19:57 #14 9.349   Running scriptlet: glibc-gconv-extra-2.28-225.el8.aarch64                4/83 
11:19:57 #10 31.89 Unpacking libpsl5:armhf (0.21.2-1) ...
11:19:57 #10 31.94 Selecting previously unselected package librtmp1:armhf.
11:19:57 #10 31.94 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
11:19:57 #10 31.95 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:19:57 #10 32.01 Selecting previously unselected package libssh2-1:armhf.
11:19:57 #10 32.01 Preparing to unpack .../071-libssh2-1_1.10.0-3+b1_armhf.deb ...
11:19:57 #10 32.01 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
11:19:57 #10 32.10 Selecting previously unselected package libcurl4:armhf.
11:19:57 #10 32.10 Preparing to unpack .../072-libcurl4_7.88.1-1_armhf.deb ...
11:19:57 #10 32.11 Unpacking libcurl4:armhf (7.88.1-1) ...
11:19:57 #10 45.75 (1/139): bzip2-1.0.8-11.fc36.aarch64.rpm        171 kB/s |  52 kB     00:00    
11:19:57 #10 45.76 (2/139): cpio-2.13-12.fc36.aarch64.rpm          859 kB/s | 267 kB     00:00    
11:19:57 #10 45.76 (3/139): dash-0.5.10.2-10.fc36.aarch64.rpm      309 kB/s |  97 kB     00:00    
11:19:57 #10 45.76 (4/139): desktop-file-utils-0.26-6.fc36.aarch64 4.5 MB/s |  71 kB     00:00    
11:19:57 #10 45.77 (5/139): diffutils-3.8-2.fc36.aarch64.rpm        27 MB/s | 368 kB     00:00    
11:19:57 #10 45.78 (6/139): ed-1.14.2-12.fc36.aarch64.rpm          6.2 MB/s |  73 kB     00:00    
11:19:57 #10 45.78 (7/139): devscripts-checkbashisms-2.22.1-1.fc36 1.4 MB/s |  28 kB     00:00    
11:19:57 #10 45.78 (8/139): efi-srpm-macros-5-5.fc36.noarch.rpm    2.4 MB/s |  22 kB     00:00    
11:19:57 #10 45.79 (9/139): fonts-srpm-macros-2.0.5-7.fc36.noarch. 5.3 MB/s |  27 kB     00:00    
11:19:57 #10 45.79 (10/139): file-5.41-4.fc36.aarch64.rpm          5.5 MB/s |  48 kB     00:00    
11:19:57 #10 45.79 (11/139): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 1.2 MB/s | 7.6 kB     00:00    
11:19:57 #10 45.80 (12/139): enchant-1.6.0-30.fc36.aarch64.rpm     2.8 MB/s |  59 kB     00:00    
11:19:57 #10 45.80 (13/139): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 824 kB/s | 7.7 kB     00:00    
11:19:57 #10 45.80 (14/139): gnat-srpm-macros-4-15.fc36.noarch.rpm 868 kB/s | 8.2 kB     00:00    
11:19:57 #10 45.82 (15/139): groff-base-1.22.4-9.fc36.aarch64.rpm   69 MB/s | 1.0 MB     00:00    
11:19:57 #10 45.82 (16/139): hunspell-en-0.20140811.1-22.fc36.noar  11 MB/s | 180 kB     00:00    
11:19:57 #10 45.83 (17/139): hunspell-en-GB-0.20140811.1-22.fc36.n  20 MB/s | 225 kB     00:00    
11:19:57 #10 45.85 (18/139): hunspell-filesystem-1.7.0-19.fc36.aar 482 kB/s | 8.9 kB     00:00    
11:19:57 #10 39.40 Selecting previously unselected package diffstat.
11:19:57 #10 39.40 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ...
11:19:57 #10 39.41 Unpacking diffstat (1.62-1) ...
11:19:57 #10 39.45 Selecting previously unselected package distro-info-data.
11:19:57 #10 39.45 Preparing to unpack .../142-distro-info-data_0.41+deb10u6_all.deb ...
11:19:57 #10 39.46 Unpacking distro-info-data (0.41+deb10u6) ...
11:19:57 #10 39.49 Selecting previously unselected package python3-pkg-resources.
11:19:57 #10 39.49 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ...
11:19:57 #10 39.50 Unpacking python3-pkg-resources (40.8.0-1) ...
11:19:57 #10 46.80   Preparing        :                                                        1/1 
11:19:57 #10 46.83   Upgrading        : elfutils-libelf-0.189-1.fc37.aarch64                 1/141 
11:19:57 #10 46.85   Upgrading        : elfutils-libs-0.189-1.fc37.aarch64                   2/141 
11:19:57 #10 46.85   Installing       : elfutils-debuginfod-client-0.189-1.fc37.aarch64      3/141 
11:19:57 #11 33.26 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:19:57 #10 52.92   Upgrading        : elfutils-libs-0.189-1.fc37.x86_64                    2/141 
11:19:57 #10 52.93   Installing       : elfutils-debuginfod-client-0.189-1.fc37.x86_64       3/141 
11:19:57 #10 52.94   Installing       : binutils-gold-2.38-25.fc37.x86_64                    4/141 
11:19:57 #10 53.03   Installing       : binutils-2.38-25.fc37.x86_64                         5/141 
11:19:57 #10 53.04   Running scriptlet: binutils-2.38-25.fc37.x86_64                         5/141 
11:19:57 #10 53.05   Installing       : python3-six-1.16.0-8.fc37.noarch                     6/141 
11:19:57 #10 53.06   Installing       : hunspell-filesystem-1.7.0-21.fc37.x86_64             7/141 
11:19:57 #10 53.06   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch           8/141 
11:19:57 #10 53.07   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch              9/141 
11:19:57 #10 53.08   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          10/141 
11:19:57 #10 53.09   Installing       : hunspell-1.7.0-21.fc37.x86_64                       11/141 
11:19:57 #10 53.11   Installing       : elfutils-0.189-1.fc37.x86_64                        12/141 
11:19:57 #10 53.12   Installing       : dwz-0.14-7.fc37.x86_64                              13/141 
11:19:57 #11 51.52 Preparing to unpack .../272-libfile-basedir-perl_0.09-1_all.deb ...
11:19:57 #11 51.53 Unpacking libfile-basedir-perl (0.09-1) ...
11:19:57 #11 51.55 Selecting previously unselected package libfile-chdir-perl.
11:19:57 #11 51.55 Preparing to unpack .../273-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:19:57 #11 51.56 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:19:57 #11 51.58 Selecting previously unselected package libfile-fcntllock-perl.
11:19:57 #11 51.59 Preparing to unpack .../274-libfile-fcntllock-perl_0.22-4_amd64.deb ...
11:19:57 #11 51.59 Unpacking libfile-fcntllock-perl (0.22-4) ...
11:19:57 #11 51.62 Selecting previously unselected package libnumber-compare-perl.
11:19:57 #11 51.62 Preparing to unpack .../275-libnumber-compare-perl_0.03-2_all.deb ...
11:19:57 #11 51.63 Unpacking libnumber-compare-perl (0.03-2) ...
11:19:57 #11 51.65 Selecting previously unselected package libtext-glob-perl.
11:19:57 #11 51.65 Preparing to unpack .../276-libtext-glob-perl_0.11-2_all.deb ...
11:19:57 #11 51.65 Unpacking libtext-glob-perl (0.11-2) ...
11:19:57 #11 51.68 Selecting previously unselected package libfile-find-rule-perl.
11:19:57 #11 51.68 Preparing to unpack .../277-libfile-find-rule-perl_0.34-2_all.deb ...
11:19:57 #11 51.68 Unpacking libfile-find-rule-perl (0.34-2) ...
11:19:57 #11 51.70 Selecting previously unselected package libfont-afm-perl.
11:19:57 #11 51.71 Preparing to unpack .../278-libfont-afm-perl_1.20-3_all.deb ...
11:19:57 #11 51.71 Unpacking libfont-afm-perl (1.20-3) ...
11:19:57 #11 51.74 Selecting previously unselected package libio-string-perl.
11:19:57 #11 51.74 Preparing to unpack .../279-libio-string-perl_1.08-3.1_all.deb ...
11:19:57 #11 51.74 Unpacking libio-string-perl (1.08-3.1) ...
11:19:57 #11 51.77 Selecting previously unselected package libfont-ttf-perl.
11:19:57 #11 51.77 Preparing to unpack .../280-libfont-ttf-perl_1.06-2_all.deb ...
11:19:57 #11 51.77 Unpacking libfont-ttf-perl (1.06-2) ...
11:19:57 #11 51.82 Selecting previously unselected package libfreezethaw-perl.
11:19:57 #11 51.82 Preparing to unpack .../281-libfreezethaw-perl_0.5001-2.1_all.deb ...
11:19:57 #11 51.82 Unpacking libfreezethaw-perl (0.5001-2.1) ...
11:19:57 #11 51.85 Selecting previously unselected package libsort-versions-perl.
11:19:57 #10 54.54 127 added, 0 removed; done.
11:19:57 #10 54.57 Setting up libgprofng0:amd64 (2.40-2) ...
11:19:57 #10 54.58 Setting up libfreetype6:amd64 (2.12.1+dfsg-4) ...
11:19:57 #10 54.59 Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
11:19:57 #10 54.61 Setting up shared-mime-info (2.2-1) ...
11:19:57 #11 46.23 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
11:19:57 #11 46.26 Selecting previously unselected package fakeroot.
11:19:57 #11 46.26 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ...
11:19:57 #11 46.26 Unpacking fakeroot (1.28-1ubuntu1) ...
11:19:57 #11 46.30 Selecting previously unselected package libassuan0:amd64.
11:19:57 #11 46.30 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ...
11:19:57 #11 46.30 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
11:19:57 #11 46.33 Selecting previously unselected package gpgconf.
11:19:57 #11 46.33 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:57 #11 46.33 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:19:57 #11 46.37 Selecting previously unselected package libksba8:amd64.
11:19:57 #11 46.37 Preparing to unpack .../126-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
11:19:57 #11 46.37 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:19:57 #11 46.40 Selecting previously unselected package libnpth0:amd64.
11:19:57 #11 46.40 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ...
11:19:57 #11 46.41 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:19:57 #11 46.44 Selecting previously unselected package dirmngr.
11:19:57 #11 46.44 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:57 #11 46.45 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:19:57 #11 46.48 Selecting previously unselected package gnupg-l10n.
11:19:57 #11 46.49 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:19:57 #11 46.49 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:19:57 #11 46.52 Selecting previously unselected package gnupg-utils.
11:19:57 #11 46.52 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:57 #11 46.52 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:19:57 #11 46.55 Selecting previously unselected package gpg.
11:19:57 #11 47.73 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
11:19:57 #11 47.73 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) ...
11:19:57 #11 47.85 Selecting previously unselected package gcc-11-base:arm64.
11:19:57 #11 47.85 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:57 #11 47.85 Unpacking gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
11:19:57 #11 47.89 Selecting previously unselected package libisl23:arm64.
11:19:57 #11 47.89 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
11:19:57 #11 47.89 Unpacking libisl23:arm64 (0.24-2build1) ...
11:19:57 #11 47.93 Selecting previously unselected package libmpfr6:arm64.
11:19:57 #11 47.93 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
11:19:57 #11 47.94 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
11:19:57 #11 47.97 Selecting previously unselected package libmpc3:arm64.
11:19:57 #10 49.55 Setting up libfcgi-perl (0.82+ds-2) ...
11:19:57 #10 49.57 Setting up libsub-override-perl (0.09-4) ...
11:19:57 #10 49.59 Setting up libaliased-perl (0.34-3) ...
11:19:57 #10 49.60 Setting up libstrictures-perl (2.000006-1) ...
11:19:57 #10 49.61 Setting up libsub-quote-perl (2.006008-1) ...
11:19:57 #10 49.63 Setting up libdevel-stacktrace-perl (2.0400-2) ...
11:19:57 #10 49.64 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
11:19:57 #10 49.65 Setting up libsort-versions-perl (1.62-3) ...
11:19:57 #10 49.67 Setting up libexporter-tiny-perl (1.006000-1) ...
11:19:57 #10 49.68 Setting up libre-engine-re2-perl:arm64 (0.17+ds-1) ...
11:19:57 #10 49.69 Setting up libfile-dirlist-perl (0.05-3) ...
11:19:57 #10 49.71 Setting up libterm-readkey-perl (2.38-2+b1) ...
11:19:57 #10 49.72 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
11:19:57 #10 49.74 Setting up libperlio-gzip-perl (0.20-1+b1) ...
11:19:57 #10 49.76 Setting up libsys-hostname-long-perl (1.5-3) ...
11:19:57 #10 49.77 Setting up libhtml-html5-entities-perl (0.004-3) ...
11:19:57 #10 49.79 Setting up libsereal-decoder-perl (5.003+ds-1) ...
11:19:57 #10 49.80 Setting up liburi-perl (5.17-1) ...
11:19:57 #10 49.82 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:19:57 #10 49.87 Setting up libfile-touch-perl (0.12-2) ...
11:19:57 #13 11.23 (52/70): perl-Error-0.17029-7.el9.noarch.rpm    574 kB/s |  42 kB     00:00    
11:19:57 #13 11.33 (53/70): perl-File-Compare-1.100.600-480.el9.no 150 kB/s |  14 kB     00:00    
11:19:57 #13 11.41 (54/70): perl-File-Copy-2.34-480.el9.noarch.rpm 285 kB/s |  21 kB     00:00    
11:19:57 #10 40.99 Unpacking libmpfr6:armhf (4.0.1-1) ...
11:19:57 #10 41.05 Selecting previously unselected package libmpc3:armhf.
11:19:57 #10 41.05 Preparing to unpack .../065-libmpc3_1.1.0-1_armhf.deb ...
11:19:57 #10 41.06 Unpacking libmpc3:armhf (1.1.0-1) ...
11:19:57 #10 41.09 Selecting previously unselected package cpp-7.
11:19:57 #10 41.09 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:57 #10 41.09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:19:57 #11 46.96 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:19:57 #11 46.97 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:19:57 #11 47.01 Selecting previously unselected package libfile-which-perl.
11:19:57 #11 47.01 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ...
11:19:57 #11 47.02 Unpacking libfile-which-perl (1.23-1) ...
11:19:57 #11 47.06 Selecting previously unselected package libfile-homedir-perl.
11:19:57 #11 47.06 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ...
11:19:57 #11 47.06 Unpacking libfile-homedir-perl (1.004-1) ...
11:19:57 #11 47.09 Selecting previously unselected package libio-pty-perl.
11:19:57 #11 47.10 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ...
11:19:57 #11 47.10 Unpacking libio-pty-perl (1:1.12-1) ...
11:19:57 #11 47.13 Selecting previously unselected package libipc-run-perl.
11:19:57 #11 47.13 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ...
11:19:57 #11 47.14 Unpacking libipc-run-perl (20180523.0-2) ...
11:19:57 #11 47.18 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:57 #14 8.215 Transaction test succeeded.
11:19:57 #11 31.12 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtiff5 armhf 4.3.0-6ubuntu0.4 [165 kB]
11:19:57 #10 54.17 (118/139): glibc-gconv-extra-2.35-22.fc36.x86_6  31 MB/s | 1.6 MB     00:00    
11:19:57 #10 54.17 (119/139): go-srpm-macros-3.2.0-1.fc36.noarch.r 1.2 MB/s |  26 kB     00:00    
11:19:57 #10 54.18 (120/139): libappstream-glib-0.8.0-4.fc36.x86_6  25 MB/s | 391 kB     00:00    
11:19:57 #10 54.19 (121/139): perl-Getopt-Long-2.54-1.fc36.noarch. 3.8 MB/s |  60 kB     00:00    
11:19:57 #10 54.20 (122/139): perl-Encode-3.17-485.fc36.x86_64.rpm  51 MB/s | 1.7 MB     00:00    
11:19:57 #10 54.21 (123/139): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 3.3 MB/s |  55 kB     00:00    
11:19:57 #10 54.21 (124/139): perl-Scalar-List-Utils-1.63-489.fc36 3.7 MB/s |  72 kB     00:00    
11:19:57 #10 54.21 (125/139): perl-Socket-2.036-1.fc36.x86_64.rpm  6.5 MB/s |  55 kB     00:00    
11:19:57 #10 54.22 (126/139): perl-Text-ParseWords-3.31-1.fc36.noa 2.0 MB/s |  16 kB     00:00    
11:19:57 #10 54.22 (127/139): pyproject-srpm-macros-1.6.2-1.fc36.n 1.4 MB/s |  14 kB     00:00    
11:19:57 #10 54.22 (128/139): python-srpm-macros-3.10-20.fc36.noar 2.3 MB/s |  23 kB     00:00    
11:19:57 #10 54.23 (129/139): python3-dnf-plugins-core-4.3.1-1.fc3  29 MB/s | 229 kB     00:00    
11:19:57 #10 54.23 (130/139): qt5-srpm-macros-5.15.8-1.fc36.noarch 1.0 MB/s | 7.8 kB     00:00    
11:19:57 #10 54.23 (131/139): redhat-rpm-config-223-1.fc36.noarch.  11 MB/s |  71 kB     00:00    
11:19:57 #10 54.24 (132/139): rpm-build-4.17.1-3.fc36.x86_64.rpm   8.8 MB/s |  58 kB     00:00    
11:19:57 #10 54.24 (133/139): python3-construct-2.10.68-1.fc36.noa 5.1 MB/s | 112 kB     00:00    
11:19:57 #10 54.24 (134/139): rpmautospec-rpm-macros-0.3.5-1.fc36. 1.1 MB/s | 9.1 kB     00:00    
11:19:57 #10 54.25 (135/139): rpmlint-2.4.0-3.fc36.noarch.rpm       24 MB/s | 238 kB     00:00    
11:19:57 #10 54.25 (136/139): rust-srpm-macros-24-1.fc36.noarch.rp 1.7 MB/s |  11 kB     00:00    
11:19:57 #10 54.26 (137/139): xz-5.4.1-1.fc36.x86_64.rpm            44 MB/s | 405 kB     00:00    
11:19:57 #10 54.26 (138/139): zstd-1.5.4-1.fc36.x86_64.rpm          37 MB/s | 472 kB     00:00    
11:19:57 #10 54.27 (139/139): rpmlint-fedora-license-data-1.14-1.f 819 kB/s |  19 kB     00:00    
11:19:57 #10 54.27 --------------------------------------------------------------------------------
11:19:57 #10 54.27 Total                                            14 MB/s |  29 MB     00:02     
11:19:57 #10 27.36 Unpacking libmpc3:armhf (1.1.0-1) ...
11:19:57 #10 27.39 Selecting previously unselected package cpp-8.
11:19:57 #10 27.39 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
11:19:57 #10 27.40 Unpacking cpp-8 (8.3.0-6+rpi1) ...
11:19:57 #14 9.366   Running scriptlet: glibc-2.28-225.el8.aarch64                            5/83 
11:19:57 #14 9.538   Upgrading        : glibc-2.28-225.el8.aarch64                            5/83 
11:19:57 #14 9.559   Running scriptlet: glibc-2.28-225.el8.aarch64                            5/83 
11:19:57 #10 46.00 (19/139): hunspell-1.7.0-19.fc36.aarch64.rpm    1.4 MB/s | 284 kB     00:00    
11:19:57 #10 46.00 (20/139): info-6.8-3.fc36.aarch64.rpm           1.4 MB/s | 220 kB     00:00    
11:19:57 #10 46.01 (21/139): hunspell-en-US-0.20140811.1-22.fc36.n 947 kB/s | 176 kB     00:00    
11:19:57 #10 46.01 (22/139): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
11:19:57 #10 46.02 (23/139): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp  18 MB/s | 190 kB     00:00    
11:19:57 #10 46.07 (24/139): json-glib-1.6.6-2.fc36.aarch64.rpm    2.0 MB/s | 149 kB     00:00    
11:19:57 #10 46.07 (25/139): libpkgconf-1.8.0-2.fc36.aarch64.rpm   585 kB/s |  36 kB     00:00    
11:19:57 #10 46.08 (26/139): libpng-1.6.37-12.fc36.aarch64.rpm     2.0 MB/s | 114 kB     00:00    
11:19:57 #10 46.08 (27/139): lua-srpm-macros-1-6.fc36.noarch.rpm   1.5 MB/s | 8.5 kB     00:00    
11:19:57 #10 46.09 (28/139): ncurses-6.2-9.20210508.fc36.aarch64.r  43 MB/s | 400 kB     00:00    
11:19:57 #10 46.09 (29/139): nim-srpm-macros-3-6.fc36.noarch.rpm   980 kB/s | 8.3 kB     00:00    
11:19:57 #10 46.09 (30/139): ocaml-srpm-macros-6-6.fc36.noarch.rpm 1.2 MB/s | 7.7 kB     00:00    
11:19:57 #10 46.10 (31/139): libstemmer-0-18.585svn.fc36.aarch64.r 3.5 MB/s |  82 kB     00:00    
11:19:57 #10 46.10 (32/139): openblas-srpm-macros-2-11.fc36.noarch 749 kB/s | 7.4 kB     00:00    
11:19:57 #10 46.11 (33/139): package-notes-srpm-macros-0.4-14.fc36 1.1 MB/s |  11 kB     00:00    
11:19:57 #10 46.11 (34/139): perl-AutoLoader-5.74-486.fc36.noarch. 4.6 MB/s |  26 kB     00:00    
11:19:57 #10 46.11 (35/139): patch-2.7.6-16.fc36.aarch64.rpm        11 MB/s | 121 kB     00:00    
11:19:57 #10 46.12 (36/139): perl-B-1.82-486.fc36.aarch64.rpm       16 MB/s | 186 kB     00:00    
11:19:57 #10 46.12 (37/139): perl-Carp-1.52-479.fc36.noarch.rpm    2.3 MB/s |  29 kB     00:00    
11:19:57 #10 46.13 (38/139): perl-Class-Struct-0.66-486.fc36.noarc 3.5 MB/s |  27 kB     00:00    
11:19:57 #10 46.13 (39/139): perl-Data-Dumper-2.183-3.fc36.aarch64 4.8 MB/s |  55 kB     00:00    
11:19:57 #10 46.13 (40/139): perl-Digest-1.20-2.fc36.noarch.rpm    2.3 MB/s |  25 kB     00:00    
11:19:57 #10 46.14 (41/139): perl-Digest-MD5-2.58-479.fc36.aarch64 5.1 MB/s |  36 kB     00:00    
11:19:57 #10 46.14 (42/139): perl-DynaLoader-1.50-486.fc36.aarch64 3.1 MB/s |  31 kB     00:00    
11:19:57 #10 46.14 (43/139): perl-Errno-1.33-486.fc36.aarch64.rpm  2.1 MB/s |  20 kB     00:00    
11:19:57 #10 46.15 (44/139): perl-Exporter-5.76-480.fc36.noarch.rp 4.6 MB/s |  31 kB     00:00    
11:19:57 #10 46.15 (45/139): perl-Fcntl-1.14-486.fc36.aarch64.rpm  2.5 MB/s |  25 kB     00:00    
11:19:57 #10 46.15 (46/139): perl-File-Basename-2.85-486.fc36.noar 2.2 MB/s |  22 kB     00:00    
11:19:57 #10 39.56 Selecting previously unselected package python3-chardet.
11:19:57 #10 39.56 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ...
11:19:57 #10 39.57 Unpacking python3-chardet (3.0.4-3) ...
11:19:57 #10 39.63 Selecting previously unselected package python3-six.
11:19:57 #10 39.63 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ...
11:19:57 #10 39.64 Unpacking python3-six (1.12.0-1) ...
11:19:57 #10 39.68 Selecting previously unselected package python3-debian.
11:19:57 #10 39.68 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ...
11:19:57 #10 39.68 Unpacking python3-debian (0.1.35) ...
11:19:57 #10 39.77 Selecting previously unselected package libgpgme11:armhf.
11:19:57 #10 39.77 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ...
11:19:57 #10 39.77 Unpacking libgpgme11:armhf (1.12.0-6) ...
11:19:58 #10 46.87   Installing       : binutils-gold-2.38-25.fc37.aarch64                   4/141 
11:19:58 #10 46.96   Installing       : binutils-2.38-25.fc37.aarch64                        5/141 
11:19:58 #10 46.97   Running scriptlet: binutils-2.38-25.fc37.aarch64                        5/141 
11:19:58 #10 46.99   Installing       : python3-six-1.16.0-8.fc37.noarch                     6/141 
11:19:58 #10 46.99   Installing       : hunspell-filesystem-1.7.0-21.fc37.aarch64            7/141 
11:19:58 #10 47.00   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch           8/141 
11:19:58 #10 47.01   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch              9/141 
11:19:58 #10 47.02   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          10/141 
11:19:58 #10 47.02   Installing       : hunspell-1.7.0-21.fc37.aarch64                      11/141 
11:19:58 #10 47.05   Installing       : elfutils-0.189-1.fc37.aarch64                       12/141 
11:19:58 #10 47.06   Installing       : dwz-0.14-7.fc37.aarch64                             13/141 
11:19:58 #10 47.07   Installing       : xz-5.4.1-1.fc37.aarch64                             14/141 
11:19:58 #10 47.08   Installing       : unzip-6.0-58.fc37.aarch64                           15/141 
11:19:58 #10 47.08   Installing       : file-5.42-4.fc37.aarch64                            16/141 
11:19:58 #10 32.18 Selecting previously unselected package curl.
11:19:58 #10 32.18 Preparing to unpack .../073-curl_7.88.1-1_armhf.deb ...
11:19:58 #10 32.19 Unpacking curl (7.88.1-1) ...
11:19:58 #10 32.30 Selecting previously unselected package dctrl-tools.
11:19:58 #10 32.30 Preparing to unpack .../074-dctrl-tools_2.24-3_armhf.deb ...
11:19:58 #10 32.32 Unpacking dctrl-tools (2.24-3) ...
11:19:58 #10 32.37 Selecting previously unselected package libdebhelper-perl.
11:19:58 #10 32.37 Preparing to unpack .../075-libdebhelper-perl_13.11.4_all.deb ...
11:19:58 #10 53.15   Installing       : xz-5.4.1-1.fc37.x86_64                              14/141 
11:19:58 #10 53.16   Installing       : unzip-6.0-58.fc37.x86_64                            15/141 
11:19:58 #10 53.17   Installing       : file-5.42-4.fc37.x86_64                             16/141 
11:19:58 #10 53.17   Installing       : zip-3.0-33.fc37.x86_64                              17/141 
11:19:58 #10 53.18   Installing       : enchant2-2.3.4-1.fc37.x86_64                        18/141 
11:19:58 #10 53.19   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 19/141 
11:19:58 #10 53.20   Installing       : python3-construct-2.10.68-3.fc37.noarch             20/141 
11:19:58 #10 53.21   Installing       : python3-pybeam-0.7-4.fc37.noarch                    21/141 
11:19:58 #10 53.23   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch              22/141 
11:19:58 #10 53.24   Installing       : zstd-1.5.4-1.fc37.x86_64                            23/141 
11:19:58 #10 53.25   Installing       : rust-srpm-macros-24-1.fc37.noarch                   24/141 
11:19:58 #10 53.25   Installing       : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch          25/141 
11:19:58 #10 53.25   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch                26/141 
11:19:58 #10 53.27   Installing       : python3-zstandard-0.19.0-1.fc37.x86_64              27/141 
11:19:58 #10 53.27   Installing       : pyproject-srpm-macros-1.6.3-1.fc37.noarch           28/141 
11:19:58 #10 53.28   Installing       : ncurses-6.3-4.20220501.fc37.x86_64                  29/141 
11:19:58 #10 53.29   Installing       : gnat-srpm-macros-5-1.fc37.noarch                    30/141 
11:19:58 #10 53.29   Installing       : ghc-srpm-macros-1.6.1-1.fc37.noarch                 31/141 
11:19:58 #10 53.29   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch               32/141 
11:19:58 #10 53.30   Installing       : desktop-file-utils-0.26-7.fc37.x86_64               33/141 
11:19:58 #10 53.31   Installing       : dbus-libs-1:1.14.6-1.fc37.x86_64                    34/141 
11:19:58 #10 53.32   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                    35/141 
11:19:58 #10 53.32   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch               36/141 
11:19:58 #11 51.85 Preparing to unpack .../282-libsort-versions-perl_1.62-2_all.deb ...
11:19:58 #11 51.86 Unpacking libsort-versions-perl (1.62-2) ...
11:19:58 #11 51.89 Selecting previously unselected package libgit-wrapper-perl.
11:19:58 #11 51.89 Preparing to unpack .../283-libgit-wrapper-perl_0.048-1_all.deb ...
11:19:58 #11 51.90 Unpacking libgit-wrapper-perl (0.048-1) ...
11:19:58 #11 51.92 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:19:58 #11 51.93 Preparing to unpack .../284-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:19:58 #11 51.93 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:19:58 #11 51.96 Selecting previously unselected package libio-prompter-perl.
11:19:58 #11 51.96 Preparing to unpack .../285-libio-prompter-perl_0.004015-1_all.deb ...
11:19:58 #11 51.96 Unpacking libio-prompter-perl (0.004015-1) ...
11:19:58 #11 51.99 Selecting previously unselected package libjson-perl.
11:19:58 #11 51.99 Preparing to unpack .../286-libjson-perl_4.09000-1_all.deb ...
11:19:58 #11 52.00 Unpacking libjson-perl (4.09000-1) ...
11:19:58 #11 52.02 Selecting previously unselected package liblog-any-perl.
11:19:58 #11 52.02 Preparing to unpack .../287-liblog-any-perl_1.710-1_all.deb ...
11:19:58 #11 52.03 Unpacking liblog-any-perl (1.710-1) ...
11:19:58 #11 52.06 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:19:58 #11 52.06 Preparing to unpack .../288-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:19:58 #11 46.55 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:58 #11 46.56 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:19:58 #11 46.59 Selecting previously unselected package pinentry-curses.
11:19:58 #11 46.59 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ...
11:19:58 #11 46.60 Unpacking pinentry-curses (1.1.1-1build2) ...
11:19:58 #11 46.63 Selecting previously unselected package gpg-agent.
11:19:58 #11 46.63 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:58 #11 46.64 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:19:58 #11 46.67 Selecting previously unselected package gpg-wks-client.
11:19:58 #11 46.67 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:58 #11 46.67 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:19:58 #11 46.70 Selecting previously unselected package gpg-wks-server.
11:19:58 #11 46.70 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:58 #11 46.71 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:19:58 #11 46.73 Selecting previously unselected package gpgsm.
11:19:58 #11 46.73 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
11:19:58 #11 46.74 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:19:58 #11 46.76 Selecting previously unselected package gnupg.
11:19:58 #11 46.77 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:19:58 #11 46.77 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:19:58 #11 47.98 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
11:19:58 #11 47.98 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
11:19:58 #11 48.01 Selecting previously unselected package cpp-11.
11:19:58 #11 48.01 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.01 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:19:58 #11 48.20 Selecting previously unselected package cpp.
11:19:58 #11 48.20 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:19:58 #11 48.21 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:19:58 #11 48.24 Selecting previously unselected package libcc1-0:arm64.
11:19:58 #10 49.89 Setting up libc-devtools (2.36-8) ...
11:19:58 #10 49.90 Setting up libemail-address-xs-perl (1.05-1+b1) ...
11:19:58 #10 49.92 Setting up libnet-ssleay-perl:arm64 (1.92-2+b1) ...
11:19:58 #10 49.94 Setting up automake (1:1.16.5-1.3) ...
11:19:58 #10 49.95 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:19:58 #10 49.97 Setting up libapt-pkg-perl (0.1.40+b2) ...
11:19:58 #10 50.02 Setting up libio-sessiondata-perl (1.03-3) ...
11:19:58 #10 50.05 Setting up libstring-escape-perl (2010.002-3) ...
11:19:58 #10 50.09 Setting up libberkeleydb-perl:arm64 (0.64-2+b1) ...
11:19:58 #11 34.90 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfontconfig1 armhf 2.13.1-4.4ubuntu1 [107 kB]
11:19:58 #13 11.48 (55/70): perl-File-Find-1.37-480.el9.noarch.rpm 359 kB/s |  27 kB     00:00    
11:19:58 #13 11.56 (56/70): perl-Git-2.39.1-1.el9.noarch.rpm       530 kB/s |  39 kB     00:00    
11:19:58 #13 11.66 (57/70): perl-TermReadKey-2.38-11.el9.aarch64.r 353 kB/s |  36 kB     00:00    
11:19:58 #13 11.73 (58/70): perl-Thread-Queue-3.14-460.el9.noarch. 300 kB/s |  22 kB     00:00    
11:19:58 #11 47.18 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:58 #11 47.18 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:58 #11 47.22 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:58 #11 47.22 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ...
11:19:58 #11 47.22 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:19:58 #11 47.26 Selecting previously unselected package libdynaloader-functions-perl.
11:19:58 #11 47.26 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ...
11:19:58 #11 47.26 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:19:58 #11 47.30 Selecting previously unselected package libdevel-callchecker-perl.
11:19:58 #11 47.30 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ...
11:19:58 #11 47.30 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:19:58 #11 47.34 Selecting previously unselected package libparams-classify-perl.
11:19:58 #11 47.34 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ...
11:19:58 #11 47.34 Unpacking libparams-classify-perl (0.015-1build2) ...
11:19:58 #11 47.38 Selecting previously unselected package libmodule-runtime-perl.
11:19:58 #11 47.38 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:58 #11 47.38 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:58 #11 47.42 Selecting previously unselected package libimport-into-perl.
11:19:58 #11 47.42 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ...
11:19:58 #11 47.43 Unpacking libimport-into-perl (1.002005-1) ...
11:19:58 #11 47.46 Selecting previously unselected package librole-tiny-perl.
11:19:58 #11 47.46 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ...
11:19:58 #11 47.46 Unpacking librole-tiny-perl (2.001004-1) ...
11:19:58 #11 47.50 Selecting previously unselected package libstrictures-perl.
11:19:58 #11 47.50 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ...
11:19:58 #11 47.50 Unpacking libstrictures-perl (2.000006-1) ...
11:19:58 #11 47.54 Selecting previously unselected package libsub-quote-perl.
11:19:58 #12 1.118 Reading package lists...
11:19:58 #14 8.218 Running transaction
11:19:58 #11 44.56 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsyntax-keyword-try-perl arm64 0.27-1 [26.4 kB]
11:19:58 #11 31.48 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]
11:19:58 #11 31.49 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
11:19:58 #11 31.53 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-devtools armhf 2.35-0ubuntu3.1 [29.7 kB]
11:19:58 #11 31.54 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:58 #11 31.56 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:58 #11 31.56 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
11:19:58 #11 31.57 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
11:19:58 #11 31.57 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:58 #11 31.58 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
11:19:58 #11 31.58 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
11:19:58 #13 89.83   Installing : 1:perl-Error-0.17020-2.el7.noarch                          12/65 
11:19:58 #14 9.736   Installing       : glibc-langpack-en-2.28-225.el8.aarch64                6/83 
11:19:58 #14 9.773   Downgrading      : pcre2-10.32-3.el8.aarch64                             7/83 
11:19:58 #14 9.823   Installing       : make-1:4.2.1-11.el8.aarch64                           8/83 
11:19:58 #14 9.834   Running scriptlet: make-1:4.2.1-11.el8.aarch64                           8/83 
11:19:58 #14 9.865   Installing       : python3-libselinux-2.9-8.el8.aarch64                  9/83 
11:19:58 #14 9.890   Downgrading      : libsemanage-2.9-9.el8.aarch64                        10/83 
11:19:58 #14 9.907   Installing       : libmpc-1.1.0-9.1.el8.aarch64                         11/83 
11:19:58 #14 9.953   Installing       : checkpolicy-2.9-1.el8.aarch64                        12/83 
11:19:58 #10 46.23 (47/139): perl-File-Path-2.18-479.fc36.noarch.r 460 kB/s |  35 kB     00:00    
11:19:58 #10 46.37 (48/139): perl-File-Temp-0.231.100-479.fc36.noa 274 kB/s |  59 kB     00:00    
11:19:58 #10 46.37 (49/139): perl-File-stat-1.09-486.fc36.noarch.r 102 kB/s |  22 kB     00:00    
11:19:58 #10 46.38 (50/139): perl-Getopt-Std-1.13-486.fc36.noarch. 3.2 MB/s |  21 kB     00:00    
11:19:58 #10 46.38 (51/139): perl-FileHandle-2.03-486.fc36.noarch. 2.0 MB/s |  20 kB     00:00    
11:19:58 #10 46.38 (52/139): perl-IO-1.46-486.fc36.aarch64.rpm     8.1 MB/s |  92 kB     00:00    
11:19:58 #10 46.39 (53/139): perl-IO-Socket-IP-0.41-480.fc36.noarc 3.8 MB/s |  42 kB     00:00    
11:19:58 #10 46.39 (54/139): perl-IPC-Open3-1.21-486.fc36.noarch.r 4.6 MB/s |  28 kB     00:00    
11:19:58 #10 46.39 (55/139): perl-MIME-Base64-3.16-479.fc36.aarch6 4.7 MB/s |  30 kB     00:00    
11:19:58 11:19:58 #10 46.46 (56/139): perl-IO-Socket-SSL-2.074-2.fc36.noarc 2.7 MB/s | 218 kB     00:00    
11:19:58 #10 46.46 (57/139): perl-Mozilla-CA-20211001-2.fc36.noarc 165 kB/s |  12 kB     00:00    
#10 39.84 Selecting previously unselected package python3-gpg.
11:19:58 #10 39.84 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ...
11:19:58 #10 46.47 (58/139): perl-NDBM_File-1.15-486.fc36.aarch64. 366 kB/s |  27 kB     00:00    
11:19:58 #10 39.84 Unpacking python3-gpg (1.12.0-6) ...
11:19:58 #10 39.97 Selecting previously unselected package dput.
11:19:58 #10 39.97 Preparing to unpack .../149-dput_1.0.3_all.deb ...
11:19:58 #10 39.97 Unpacking dput (1.0.3) ...
11:19:58 #10 40.09 Selecting previously unselected package equivs.
11:19:58 #10 40.09 Preparing to unpack .../150-equivs_2.2.0_all.deb ...
11:19:58 #10 47.09   Installing       : zip-3.0-33.fc37.aarch64                             17/141 
11:19:58 #10 47.10   Installing       : enchant2-2.3.4-1.fc37.aarch64                       18/141 
11:19:58 #10 47.11   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 19/141 
11:19:58 #10 47.13   Installing       : python3-construct-2.10.68-3.fc37.noarch             20/141 
11:19:58 #10 47.13   Installing       : python3-pybeam-0.7-4.fc37.noarch                    21/141 
11:19:58 #10 47.15   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch              22/141 
11:19:58 #10 47.16   Installing       : zstd-1.5.4-1.fc37.aarch64                           23/141 
11:19:58 #10 47.17   Installing       : rust-srpm-macros-24-1.fc37.noarch                   24/141 
11:19:58 #10 47.18   Installing       : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch          25/141 
11:19:58 #10 47.18   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch                26/141 
11:19:58 #10 47.19   Installing       : python3-zstandard-0.19.0-1.fc37.aarch64             27/141 
11:19:58 #10 47.20   Installing       : pyproject-srpm-macros-1.6.3-1.fc37.noarch           28/141 
11:19:58 #10 47.21   Installing       : ncurses-6.3-4.20220501.fc37.aarch64                 29/141 
11:19:58 #10 47.22   Installing       : gnat-srpm-macros-5-1.fc37.noarch                    30/141 
11:19:58 #10 47.22   Installing       : ghc-srpm-macros-1.6.1-1.fc37.noarch                 31/141 
11:19:58 #10 47.22   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch               32/141 
11:19:58 #10 47.23   Installing       : desktop-file-utils-0.26-7.fc37.aarch64              33/141 
11:19:58 #10 47.24   Installing       : dbus-libs-1:1.14.6-1.fc37.aarch64                   34/141 
11:19:58 #10 47.25   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                   35/141 
11:19:58 #10 47.26   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch               36/141 
11:19:58 #10 47.26   Installing       : xxhash-libs-0.8.1-3.fc37.aarch64                    37/141 
11:19:58 #10 32.38 Unpacking libdebhelper-perl (13.11.4) ...
11:19:58 #10 32.46 Selecting previously unselected package libtool.
11:19:58 #10 32.46 Preparing to unpack .../076-libtool_2.4.7-5_all.deb ...
11:19:58 #10 32.46 Unpacking libtool (2.4.7-5) ...
11:19:58 #10 32.53 Selecting previously unselected package dh-autoreconf.
11:19:58 #10 32.53 Preparing to unpack .../077-dh-autoreconf_20_all.deb ...
11:19:58 #10 32.54 Unpacking dh-autoreconf (20) ...
11:19:58 #10 32.58 Selecting previously unselected package libarchive-zip-perl.
11:19:58 #10 32.58 Preparing to unpack .../078-libarchive-zip-perl_1.68-1_all.deb ...
11:19:58 #10 32.58 Unpacking libarchive-zip-perl (1.68-1) ...
11:19:58 #10 32.64 Selecting previously unselected package libsub-override-perl.
11:19:58 #10 32.64 Preparing to unpack .../079-libsub-override-perl_0.09-4_all.deb ...
11:19:58 #10 32.64 Unpacking libsub-override-perl (0.09-4) ...
11:19:58 #10 32.68 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:19:58 #10 32.68 Preparing to unpack .../080-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:19:58 #10 32.69 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:19:58 #10 32.75 Selecting previously unselected package dh-strip-nondeterminism.
11:19:58 #10 32.75 Preparing to unpack .../081-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:19:58 #10 53.33   Installing       : xxhash-libs-0.8.1-3.fc37.x86_64                     37/141 
11:19:58 #10 53.41   Installing       : gdb-minimal-13.1-1.fc37.x86_64                      38/141 
11:19:58 #10 53.42   Installing       : debugedit-5.0-7.fc37.x86_64                         39/141 
11:19:58 #10 53.43   Installing       : shared-mime-info-2.2-2.fc37.x86_64                  40/141 
11:19:58 #10 53.44   Running scriptlet: shared-mime-info-2.2-2.fc37.x86_64                  40/141 
11:19:58 #10 53.45   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                 41/141 
11:19:58 #10 53.47   Installing       : python3-pyxdg-0.27-6.fc37.noarch                    42/141 
11:19:58 #10 53.48   Installing       : python3-file-magic-5.42-4.fc37.noarch               43/141 
11:19:58 #10 53.48   Installing       : python3-distro-1.7.0-3.fc37.noarch                  44/141 
11:19:58 #10 53.50   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch        45/141 
11:19:58 #10 53.51   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                      46/141 
11:19:58 #10 53.51   Installing       : perl-srpm-macros-1-46.fc37.noarch                   47/141 
11:19:58 #10 53.52   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch         48/141 
11:19:58 #10 53.52   Installing       : openblas-srpm-macros-2-12.fc37.noarch               49/141 
11:19:58 #10 53.53   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                   50/141 
11:19:58 #10 53.53   Installing       : nim-srpm-macros-3-7.fc37.noarch                     51/141 
11:19:58 #10 53.53   Installing       : lua-srpm-macros-1-7.fc37.noarch                     52/141 
11:19:58 #10 53.54   Installing       : libstemmer-0-19.585svn.fc37.x86_64                  53/141 
11:19:58 #10 53.55   Installing       : libpng-2:1.6.37-13.fc37.x86_64                      54/141 
11:19:58 #10 53.56   Installing       : libpkgconf-1.8.0-3.fc37.x86_64                      55/141 
11:19:58 #10 53.56   Installing       : pkgconf-1.8.0-3.fc37.x86_64                         56/141 
11:19:58 #10 53.57   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              57/141 
11:19:58 #10 53.58   Installing       : libjpeg-turbo-2.1.3-2.fc37.x86_64                   58/141 
11:19:58 #10 53.60   Installing       : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   59/141 
11:19:58 #10 53.61   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch               60/141 
11:19:58 #10 53.61   Installing       : json-glib-1.6.6-3.fc37.x86_64                       61/141 
11:19:58 #10 53.63   Installing       : libappstream-glib-0.8.1-1.fc37.x86_64               62/141 
11:19:58 #10 53.63   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    63/141 
11:19:58 #10 53.68   Installing       : groff-base-1.22.4-10.fc37.x86_64                    63/141 
11:19:58 #10 53.69   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    63/141 
11:19:58 #10 53.70   Installing       : perl-Digest-1.20-489.fc37.noarch                    64/141 
11:19:58 #10 53.70   Installing       : perl-Digest-MD5-2.58-489.fc37.x86_64                65/141 
11:19:58 #10 53.71   Installing       : perl-B-1.83-492.fc37.x86_64                         66/141 
11:19:58 #11 52.06 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:19:58 #11 52.09 Selecting previously unselected package libpackage-stash-perl.
11:19:58 #11 52.09 Preparing to unpack .../289-libpackage-stash-perl_0.40-1_all.deb ...
11:19:58 #11 52.09 Unpacking libpackage-stash-perl (0.40-1) ...
11:19:58 #11 52.12 Selecting previously unselected package libsub-identify-perl.
11:19:58 #11 52.12 Preparing to unpack .../290-libsub-identify-perl_0.14-2_amd64.deb ...
11:19:58 #11 52.12 Unpacking libsub-identify-perl (0.14-2) ...
11:19:58 #11 52.15 Selecting previously unselected package libsub-name-perl:amd64.
11:19:58 #11 52.15 Preparing to unpack .../291-libsub-name-perl_0.26-2_amd64.deb ...
11:19:58 #11 52.15 Unpacking libsub-name-perl:amd64 (0.26-2) ...
11:19:58 #11 52.18 Selecting previously unselected package libnamespace-clean-perl.
11:19:58 #11 52.18 Preparing to unpack .../292-libnamespace-clean-perl_0.27-2_all.deb ...
11:19:58 #11 52.18 Unpacking libnamespace-clean-perl (0.27-2) ...
11:19:58 #11 52.21 Selecting previously unselected package libpath-tiny-perl.
11:19:58 #11 52.21 Preparing to unpack .../293-libpath-tiny-perl_0.122-1_all.deb ...
11:19:58 #11 52.22 Unpacking libpath-tiny-perl (0.122-1) ...
11:19:58 #11 52.24 Selecting previously unselected package libstrictures-perl.
11:19:58 #11 52.24 Preparing to unpack .../294-libstrictures-perl_2.000006-1_all.deb ...
11:19:58 #11 52.24 Unpacking libstrictures-perl (2.000006-1) ...
11:19:58 #11 52.27 Selecting previously unselected package libtype-tiny-perl.
11:19:58 #11 52.28 Preparing to unpack .../295-libtype-tiny-perl_1.016008-1_all.deb ...
11:19:58 #11 52.28 Unpacking libtype-tiny-perl (1.016008-1) ...
11:19:58 #11 52.32 Selecting previously unselected package libgitlab-api-v4-perl.
11:19:58 #11 52.32 Preparing to unpack .../296-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:19:58 #11 52.32 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:19:58 #11 52.35 Selecting previously unselected package libhtml-form-perl.
11:19:58 #11 52.36 Preparing to unpack .../297-libhtml-form-perl_6.10-1_all.deb ...
11:19:58 #11 52.36 Unpacking libhtml-form-perl (6.10-1) ...
11:19:58 #11 52.38 Selecting previously unselected package libhtml-format-perl.
11:19:58 #11 46.80 Selecting previously unselected package libfile-dirlist-perl.
11:19:58 #11 46.80 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ...
11:19:58 #11 46.80 Unpacking libfile-dirlist-perl (0.05-2) ...
11:19:58 #11 46.83 Selecting previously unselected package libfile-which-perl.
11:19:58 #11 46.83 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ...
11:19:58 #11 46.83 Unpacking libfile-which-perl (1.23-1) ...
11:19:58 #11 46.86 Selecting previously unselected package libfile-homedir-perl.
11:19:58 #11 46.86 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ...
11:19:58 #11 46.86 Unpacking libfile-homedir-perl (1.006-1) ...
11:19:58 #11 46.89 Selecting previously unselected package libfile-touch-perl.
11:19:58 #11 46.89 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ...
11:19:58 #11 46.90 Unpacking libfile-touch-perl (0.12-1) ...
11:19:58 #11 46.93 Selecting previously unselected package libio-pty-perl.
11:19:58 #11 46.93 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
11:19:58 #11 46.93 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:19:58 #11 46.96 Selecting previously unselected package libipc-run-perl.
11:19:58 #11 46.96 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ...
11:19:58 #11 46.97 Unpacking libipc-run-perl (20200505.0-1) ...
11:19:58 #11 47.00 Selecting previously unselected package libclass-method-modifiers-perl.
11:19:58 #11 48.24 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.25 Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.28 Selecting previously unselected package libgomp1:arm64.
11:19:58 #11 48.29 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.29 Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.33 Selecting previously unselected package libitm1:arm64.
11:19:58 #11 48.33 Preparing to unpack .../078-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.33 Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.37 Selecting previously unselected package libatomic1:arm64.
11:19:58 #11 48.37 Preparing to unpack .../079-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.37 Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.41 Selecting previously unselected package libasan6:arm64.
11:19:58 #11 48.41 Preparing to unpack .../080-libasan6_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.41 Unpacking libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
11:19:58 #11 48.49 Selecting previously unselected package liblsan0:arm64.
11:19:58 #11 48.49 Preparing to unpack .../081-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 33.97 Selecting previously unselected package python3-minimal.
11:19:58 #11 33.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 ... 4433 files and directories currently installed.)
11:19:58 #11 33.98 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
11:19:58 #11 33.99 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:19:58 #11 34.02 Selecting previously unselected package mime-support.
11:19:58 #11 34.02 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:19:58 #11 34.03 Unpacking mime-support (3.64ubuntu1) ...
11:19:58 #11 34.06 Selecting previously unselected package libmpdec2:armhf.
11:19:58 #11 34.06 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
11:19:58 #11 34.07 Unpacking libmpdec2:armhf (2.4.2-3) ...
11:19:58 #10 50.12 Setting up libhttp-date-perl (6.05-2) ...
11:19:58 #10 50.14 Setting up libfile-which-perl (1.27-2) ...
11:19:58 #10 50.16 Setting up libfile-basedir-perl (0.09-2) ...
11:19:58 #10 50.17 Setting up libtask-weaken-perl (1.06-2) ...
11:19:58 #10 50.19 Setting up libunicode-utf8-perl (0.62-2) ...
11:19:58 #10 50.22 Setting up libfeature-compat-try-perl (0.05-1) ...
11:19:58 #10 50.25 Setting up libset-intspan-perl (1.19-3) ...
11:19:58 #10 50.26 Setting up libmouse-perl (2.5.10-1+b3) ...
11:19:58 #10 50.27 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
11:19:58 #10 50.28 Setting up libfile-listing-perl (6.15-1) ...
11:19:58 #10 50.29 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:19:58 #10 50.30 Setting up gpg-wks-client (2.2.40-1) ...
11:19:58 #11 35.20 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
11:19:58 #11 35.26 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
11:19:58 #11 35.26 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdeflate0 armhf 1.12-1 [64.1 kB]
11:19:58 #11 35.30 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.10.1 [25.2 kB]
11:19:58 #11 35.32 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblerc3 armhf 3.0+ds-1ubuntu1 [106 kB]
11:19:58 #11 35.35 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
11:19:58 #11 35.39 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libtiff5 armhf 4.4.0-4ubuntu3.3 [171 kB]
11:19:58 #11 35.42 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxpm4 armhf 1:3.5.12-1ubuntu0.22.10.1 [31.3 kB]
11:19:58 #10 30.11 Selecting previously unselected package cpp.
11:19:58 #10 30.11 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
11:19:58 #10 30.12 Unpacking cpp (4:10.2.1-1+rpi1) ...
11:19:58 #10 30.18 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u7_armhf.deb ...
11:19:58 #10 30.19 Unpacking curl (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:19:58 #10 30.26 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
11:19:58 #10 30.28 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:19:58 #13 11.82 (59/70): gcc-11.3.1-4.3.el9.aarch64.rpm          10 MB/s |  30 MB     00:02    
11:19:58 #13 11.82 (60/70): perl-lib-0.65-480.el9.aarch64.rpm      181 kB/s |  16 kB     00:00    
11:19:58 #11 47.54 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ...
11:19:58 #11 47.55 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:58 #11 47.58 Selecting previously unselected package libmoo-perl.
11:19:58 #11 47.58 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ...
11:19:58 #11 47.58 Unpacking libmoo-perl (2.003006-1) ...
11:19:58 #11 47.62 Selecting previously unselected package libencode-locale-perl.
11:19:58 #11 47.63 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ...
11:19:58 #11 47.64 Unpacking libencode-locale-perl (1.05-1) ...
11:19:58 #11 47.68 Selecting previously unselected package libtimedate-perl.
11:19:58 #11 47.68 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ...
11:19:58 #11 47.69 Unpacking libtimedate-perl (2.3200-1) ...
11:19:58 #11 47.73 Selecting previously unselected package libhttp-date-perl.
11:19:58 #11 47.73 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ...
11:19:58 #11 47.74 Unpacking libhttp-date-perl (6.05-1) ...
11:19:58 #11 47.77 Selecting previously unselected package libfile-listing-perl.
11:19:58 #11 44.72 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libterm-readkey-perl arm64 2.38-2 [24.7 kB]
11:19:58 #11 44.75 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-levenshteinxs-perl arm64 0.03-5 [8514 B]
11:19:58 #11 44.77 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
11:19:58 #11 44.80 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
11:19:58 #11 44.95 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:19:58 #11 44.95 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-moment-perl arm64 0.44-2 [72.5 kB]
11:19:58 #11 44.98 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-xs-perl arm64 0.022-2 [24.9 kB]
11:19:58 #10 41.71 Selecting previously unselected package cpp.
11:19:58 #10 41.71 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:19:58 #10 41.72 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:19:58 #10 41.76 Selecting previously unselected package libcc1-0:armhf.
11:19:58 #10 41.76 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:19:58 #10 41.76 Unpacking libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
11:19:58 #13 90.45   Installing : cpp-4.8.5-44.el7.aarch64                                   13/65 
11:19:58 #14 9.979   Installing       : m4-1.4.18-7.el8.aarch64                              13/83 
11:19:58 #14 9.988   Running scriptlet: m4-1.4.18-7.el8.aarch64                              13/83 
11:19:58 #14 10.10   Upgrading        : systemd-libs-239-71.el8.aarch64                      14/83 
11:19:58 #10 46.48 (59/139): perl-POSIX-1.97-486.fc36.aarch64.rpm  9.0 MB/s | 103 kB     00:00    
11:19:58 #10 46.48 (60/139): perl-Net-SSLeay-1.92-2.fc36.aarch64.r  21 MB/s | 365 kB     00:00    
11:19:58 #10 46.49 (61/139): perl-PathTools-3.80-479.fc36.aarch64. 4.9 MB/s |  85 kB     00:00    
11:19:58 #10 46.49 (62/139): perl-Pod-Escapes-1.07-479.fc36.noarch 1.8 MB/s |  20 kB     00:00    
11:19:58 #10 46.49 (63/139): perl-Pod-Perldoc-3.28.01-480.fc36.noa  12 MB/s |  83 kB     00:00    
11:19:58 #10 46.50 (64/139): perl-Pod-Simple-3.43-3.fc36.noarch.rp  21 MB/s | 215 kB     00:00    
11:19:58 #10 46.50 (65/139): perl-Pod-Usage-2.01-479.fc36.noarch.r 3.9 MB/s |  40 kB     00:00    
11:19:58 #10 46.50 (66/139): perl-SelectSaver-1.02-486.fc36.noarch 2.5 MB/s |  17 kB     00:00    
11:19:58 #10 46.51 (67/139): perl-Storable-3.25-2.fc36.aarch64.rpm 9.2 MB/s |  93 kB     00:00    
11:19:58 #10 46.51 (68/139): perl-Symbol-1.09-486.fc36.noarch.rpm  2.0 MB/s |  19 kB     00:00    
11:19:58 #10 46.51 (69/139): perl-Term-ANSIColor-5.01-480.fc36.noa 7.6 MB/s |  48 kB     00:00    
11:19:58 #10 46.52 (70/139): perl-Term-Cap-1.17-479.fc36.noarch.rp 2.3 MB/s |  22 kB     00:00    
11:19:58 #10 46.52 (71/139): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.2 MB/s |  22 kB     00:00    
11:19:58 #10 46.52 (72/139): perl-Time-Local-1.300-479.fc36.noarch 5.3 MB/s |  34 kB     00:00    
11:19:58 #10 46.53 (73/139): perl-URI-5.10-1.fc36.noarch.rpm        10 MB/s | 108 kB     00:00    
11:19:58 #10 46.53 (74/139): perl-base-2.27-486.fc36.noarch.rpm    2.1 MB/s |  21 kB     00:00    
11:19:58 #10 46.53 (75/139): perl-constant-1.33-480.fc36.noarch.rp 2.4 MB/s |  23 kB     00:00    
11:19:58 #10 46.54 (76/139): perl-if-0.60.900-486.fc36.noarch.rpm  3.3 MB/s |  19 kB     00:00    
11:19:58 #10 46.54 (77/139): perl-interpreter-5.34.1-486.fc36.aarc 8.4 MB/s |  76 kB     00:00    
11:19:58 #10 46.55 (78/139): perl-libnet-3.13-480.fc36.noarch.rpm   11 MB/s | 126 kB     00:00    
11:19:58 #10 46.55 (79/139): perl-mro-1.25-486.fc36.aarch64.rpm    3.5 MB/s |  33 kB     00:00    
11:19:58 #10 46.56 (80/139): perl-libs-5.34.1-486.fc36.aarch64.rpm  88 MB/s | 2.0 MB     00:00    
11:19:58 #10 46.57 (81/139): perl-overload-1.33-486.fc36.noarch.rp 2.4 MB/s |  50 kB     00:00    
11:19:58 #10 46.57 (82/139): perl-overloading-0.02-486.fc36.noarch 1.0 MB/s |  18 kB     00:00    
11:19:58 #10 46.58 (83/139): perl-parent-0.238-479.fc36.noarch.rpm 1.3 MB/s |  14 kB     00:00    
11:19:58 #10 46.59 (84/139): perl-podlators-4.14-479.fc36.noarch.r 6.6 MB/s | 112 kB     00:00    
11:19:58 #10 46.59 (85/139): perl-srpm-macros-1-43.fc36.noarch.rpm 532 kB/s | 8.4 kB     00:00    
11:19:58 #10 46.59 (86/139): perl-subs-1.04-486.fc36.noarch.rpm    1.4 MB/s |  17 kB     00:00    
11:19:58 #10 46.60 (87/139): perl-vars-1.05-486.fc36.noarch.rpm    2.3 MB/s |  18 kB     00:00    
11:19:58 #10 46.60 (88/139): pkgconf-1.8.0-2.fc36.aarch64.rpm      3.8 MB/s |  41 kB     00:00    
11:19:58 #10 46.60 (89/139): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.4 MB/s |  14 kB     00:00    
11:19:58 #10 46.61 (90/139): pkgconf-pkg-config-1.8.0-2.fc36.aarch 1.4 MB/s |  10 kB     00:00    
11:19:58 #10 46.61 (91/139): python3-dateutil-2.8.1-8.fc36.noarch.  26 MB/s | 289 kB     00:00    
11:19:58 #10 46.62 (92/139): python3-dbus-1.2.18-3.fc36.aarch64.rp  11 MB/s | 132 kB     00:00    
11:19:58 #10 46.67 (93/139): python3-enchant-3.2.2-2.fc36.noarch.r 1.4 MB/s |  79 kB     00:00    
11:19:58 #10 46.67 (94/139): python3-distro-1.6.0-2.fc36.noarch.rp 661 kB/s |  38 kB     00:00    
11:19:58 #10 46.67 (95/139): python3-file-magic-5.41-4.fc36.noarch 332 kB/s |  18 kB     00:00    
11:19:58 #10 46.68 (96/139): python3-pyxdg-0.27-4.fc36.noarch.rpm   19 MB/s |  96 kB     00:00    
11:19:58 #10 40.09 Unpacking equivs (2.2.0) ...
11:19:58 #10 40.20 Selecting previously unselected package exim4-config.
11:19:58 #10 40.20 Preparing to unpack .../151-exim4-config_4.92-8+deb10u7_all.deb ...
11:19:58 #10 40.21 Unpacking exim4-config (4.92-8+deb10u7) ...
11:19:58 #10 40.28 Selecting previously unselected package exim4-base.
11:19:58 #10 40.28 Preparing to unpack .../152-exim4-base_4.92-8+deb10u7_armhf.deb ...
11:19:58 #10 40.30 Unpacking exim4-base (4.92-8+deb10u7) ...
11:19:58 #10 47.32   Installing       : gdb-minimal-13.1-1.fc37.aarch64                     38/141 
11:19:58 #10 47.33   Installing       : debugedit-5.0-7.fc37.aarch64                        39/141 
11:19:58 #10 47.35   Installing       : shared-mime-info-2.2-2.fc37.aarch64                 40/141 
11:19:58 #10 47.35   Running scriptlet: shared-mime-info-2.2-2.fc37.aarch64                 40/141 
11:19:58 #10 47.37   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                 41/141 
11:19:58 #10 47.38   Installing       : python3-pyxdg-0.27-6.fc37.noarch                    42/141 
11:19:58 #10 47.39   Installing       : python3-file-magic-5.42-4.fc37.noarch               43/141 
11:19:58 #10 47.39   Installing       : python3-distro-1.7.0-3.fc37.noarch                  44/141 
11:19:58 #10 47.41   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch        45/141 
11:19:58 #10 47.42   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                      46/141 
11:19:58 #10 47.42   Installing       : perl-srpm-macros-1-46.fc37.noarch                   47/141 
11:19:58 #10 47.43   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch         48/141 
11:19:58 #10 47.43   Installing       : openblas-srpm-macros-2-12.fc37.noarch               49/141 
11:19:58 #10 47.43   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                   50/141 
11:19:58 #10 47.44   Installing       : nim-srpm-macros-3-7.fc37.noarch                     51/141 
11:19:58 #10 47.44   Installing       : lua-srpm-macros-1-7.fc37.noarch                     52/141 
11:19:58 #10 47.45   Installing       : libstemmer-0-19.585svn.fc37.aarch64                 53/141 
11:19:58 #10 47.46   Installing       : libpng-2:1.6.37-13.fc37.aarch64                     54/141 
11:19:58 #10 47.46   Installing       : libpkgconf-1.8.0-3.fc37.aarch64                     55/141 
11:19:58 #10 47.47   Installing       : pkgconf-1.8.0-3.fc37.aarch64                        56/141 
11:19:58 #10 47.47   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.aarch64             57/141 
11:19:58 #10 47.48   Installing       : libjpeg-turbo-2.1.3-2.fc37.aarch64                  58/141 
11:19:58 #10 47.49   Installing       : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  59/141 
11:19:58 #10 47.50   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch               60/141 
11:19:58 #10 47.51   Installing       : json-glib-1.6.6-3.fc37.aarch64                      61/141 
11:19:58 #10 47.52   Installing       : libappstream-glib-0.8.1-1.fc37.aarch64              62/141 
11:19:58 #10 47.53   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   63/141 
11:19:58 #10 47.58   Installing       : groff-base-1.22.4-10.fc37.aarch64                   63/141 
11:19:58 #10 47.59   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   63/141 
11:19:58 #10 47.60   Installing       : perl-Digest-1.20-489.fc37.noarch                    64/141 
11:19:58 #10 47.61   Installing       : perl-Digest-MD5-2.58-489.fc37.aarch64               65/141 
11:19:58 #10 47.62   Installing       : perl-B-1.83-492.fc37.aarch64                        66/141 
11:19:58 #10 47.62   Installing       : perl-FileHandle-2.03-492.fc37.noarch                67/141 
11:19:58 #10 47.62   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                68/141 
11:19:58 #10 47.63   Installing       : perl-Data-Dumper-2.184-490.fc37.aarch64             69/141 
11:19:58 #10 28.18 Selecting previously unselected package cpp.
11:19:58 #10 28.18 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
11:19:58 #10 ...
11:19:58 
11:19:58 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:58 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 15.1s
11:19:58 #10 32.76 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:19:58 #10 32.81 Selecting previously unselected package libelf1:armhf.
11:19:58 #10 32.81 Preparing to unpack .../082-libelf1_0.188-2.1_armhf.deb ...
11:19:58 #10 32.81 Unpacking libelf1:armhf (0.188-2.1) ...
11:19:58 #10 32.90 Selecting previously unselected package dwz.
11:19:58 #10 32.90 Preparing to unpack .../083-dwz_0.15-1_armhf.deb ...
11:19:58 #10 53.72   Installing       : perl-FileHandle-2.03-492.fc37.noarch                67/141 
11:19:58 #10 53.72   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                68/141 
11:19:58 #10 53.72   Installing       : perl-Data-Dumper-2.184-490.fc37.x86_64              69/141 
11:19:58 #10 53.73   Installing       : perl-libnet-3.14-490.fc37.noarch                    70/141 
11:19:58 #10 53.74   Installing       : perl-base-2.27-492.fc37.noarch                      71/141 
11:19:58 #10 53.75   Installing       : perl-Net-SSLeay-1.92-4.fc37.x86_64                  72/141 
11:19:58 #10 53.76   Installing       : perl-URI-5.17-1.fc37.noarch                         73/141 
11:19:58 #10 53.77   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       74/141 
11:19:58 #10 53.77   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              75/141 
11:19:58 #10 53.78   Installing       : perl-if-0.61.000-492.fc37.noarch                    76/141 
11:19:58 #10 53.78   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              77/141 
11:19:58 #10 53.78   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             78/141 
11:19:58 #10 53.79   Installing       : perl-File-Path-2.18-489.fc37.noarch                 79/141 
11:19:58 #10 53.79   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             80/141 
11:19:58 #10 53.80   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              81/141 
11:19:58 #10 53.80   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              82/141 
11:19:58 #10 53.81   Installing       : perl-POSIX-2.03-492.fc37.x86_64                     83/141 
11:19:58 #10 53.82   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            84/141 
11:19:58 #10 53.82   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 85/141 
11:19:58 #10 53.82   Installing       : perl-subs-1.04-492.fc37.noarch                      86/141 
11:19:58 #10 53.83   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          87/141 
11:19:58 #10 53.83   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  88/141 
11:19:58 #10 53.84   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  89/141 
11:19:58 #10 53.85   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              90/141 
11:19:58 #10 53.85   Installing       : perl-Socket-4:2.036-1.fc37.x86_64                   91/141 
11:19:58 #10 53.86   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               92/141 
11:19:58 #10 53.86   Installing       : perl-Symbol-1.09-492.fc37.noarch                    93/141 
11:19:58 #10 53.86   Installing       : perl-File-stat-1.12-492.fc37.noarch                 94/141 
11:19:58 #10 53.87   Installing       : perl-podlators-1:4.14-489.fc37.noarch               95/141 
11:19:58 #10 53.88   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            96/141 
11:19:58 #10 53.88   Installing       : perl-Fcntl-1.15-492.fc37.x86_64                     97/141 
11:19:58 #10 53.89   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           98/141 
11:19:58 #10 53.89   Installing       : perl-mro-1.26-492.fc37.x86_64                       99/141 
11:19:58 #10 53.89   Installing       : perl-IO-1.50-492.fc37.x86_64                       100/141 
11:19:58 #10 53.90   Installing       : perl-overloading-0.02-492.fc37.noarch              101/141 
11:19:58 #10 53.90   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                102/141 
11:19:58 #10 53.91   Installing       : perl-Errno-1.36-492.fc37.x86_64                    103/141 
11:19:58 #10 53.91   Installing       : perl-File-Basename-2.85-492.fc37.noarch            104/141 
11:19:58 #10 53.92   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch               105/141 
11:19:58 #10 53.92   Installing       : perl-MIME-Base64-3.16-489.fc37.x86_64              106/141 
11:19:58 #11 52.39 Preparing to unpack .../298-libhtml-format-perl_2.16-1_all.deb ...
11:19:58 #11 52.39 Unpacking libhtml-format-perl (2.16-1) ...
11:19:58 #11 52.42 Selecting previously unselected package libhtml-html5-entities-perl.
11:19:58 #11 52.42 Preparing to unpack .../299-libhtml-html5-entities-perl_0.004-2_all.deb ...
11:19:58 #11 52.42 Unpacking libhtml-html5-entities-perl (0.004-2) ...
11:19:58 #11 52.45 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:19:58 #11 52.45 Preparing to unpack .../300-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:19:58 #11 52.45 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:19:58 #11 52.48 Selecting previously unselected package libhttp-daemon-perl.
11:19:58 #11 52.48 Preparing to unpack .../301-libhttp-daemon-perl_6.14-1.1_all.deb ...
11:19:58 #11 52.48 Unpacking libhttp-daemon-perl (6.14-1.1) ...
11:19:58 #11 52.51 Selecting previously unselected package libindirect-perl.
11:19:58 #11 52.51 Preparing to unpack .../302-libindirect-perl_0.39-2_amd64.deb ...
11:19:58 #11 52.51 Unpacking libindirect-perl (0.39-2) ...
11:19:58 #11 52.54 Selecting previously unselected package libio-interactive-perl.
11:19:58 #11 52.54 Preparing to unpack .../303-libio-interactive-perl_1.023-1_all.deb ...
11:19:58 #11 52.54 Unpacking libio-interactive-perl (1.023-1) ...
11:19:58 #11 52.57 Selecting previously unselected package libtypes-serialiser-perl.
11:19:58 #11 52.57 Preparing to unpack .../304-libtypes-serialiser-perl_1.01-1_all.deb ...
11:19:58 #11 52.57 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:19:58 #11 52.60 Selecting previously unselected package libjson-xs-perl.
11:19:58 #11 52.60 Preparing to unpack .../305-libjson-xs-perl_4.030-1build3_amd64.deb ...
11:19:58 #11 52.61 Unpacking libjson-xs-perl (4.030-1build3) ...
11:19:58 #11 52.65 Selecting previously unselected package libjson-maybexs-perl.
11:19:58 #11 47.00 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:19:58 #11 47.01 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:19:58 #11 47.04 Selecting previously unselected package libclass-xsaccessor-perl.
11:19:58 #11 47.04 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ...
11:19:58 #11 47.04 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:19:58 #11 47.07 Selecting previously unselected package libb-hooks-op-check-perl.
11:19:58 #11 47.07 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ...
11:19:58 #11 47.07 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:19:58 #11 47.10 Selecting previously unselected package libdynaloader-functions-perl.
11:19:58 #11 47.10 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:19:58 #11 47.11 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:19:58 #11 47.13 Selecting previously unselected package libdevel-callchecker-perl.
11:19:58 #11 47.13 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
11:19:58 #11 47.14 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:19:58 #11 47.16 Selecting previously unselected package libparams-classify-perl.
11:19:58 #11 47.16 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ...
11:19:58 #11 47.17 Unpacking libparams-classify-perl (0.015-1build5) ...
11:19:58 #11 47.19 Selecting previously unselected package libmodule-runtime-perl.
11:19:58 #11 47.19 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ...
11:19:58 #11 47.19 Unpacking libmodule-runtime-perl (0.016-1) ...
11:19:58 #11 47.22 Selecting previously unselected package libimport-into-perl.
11:19:58 #11 47.22 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ...
11:19:58 #11 47.23 Unpacking libimport-into-perl (1.002005-1) ...
11:19:58 #11 47.25 Selecting previously unselected package librole-tiny-perl.
11:19:58 #11 47.25 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ...
11:19:58 #11 47.26 Unpacking librole-tiny-perl (2.002004-1) ...
11:19:58 #11 47.28 Selecting previously unselected package libsub-quote-perl.
11:19:58 #11 47.28 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ...
11:19:58 #11 47.29 Unpacking libsub-quote-perl (2.006006-1) ...
11:19:58 #11 47.31 Selecting previously unselected package libmoo-perl.
11:19:58 #11 47.31 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ...
11:19:58 #11 47.32 Unpacking libmoo-perl (2.005004-3) ...
11:19:58 #11 47.34 Selecting previously unselected package libencode-locale-perl.
11:19:58 #11 48.49 Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.54 Selecting previously unselected package libtsan0:arm64.
11:19:58 #11 48.54 Preparing to unpack .../082-libtsan0_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.55 Unpacking libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
11:19:58 #11 48.62 Selecting previously unselected package libubsan1:arm64.
11:19:58 #11 48.63 Preparing to unpack .../083-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.63 Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.69 Selecting previously unselected package libhwasan0:arm64.
11:19:58 #11 48.69 Preparing to unpack .../084-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.70 Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:19:58 #11 48.74 Selecting previously unselected package libgcc-11-dev:arm64.
11:19:58 #11 34.10 Selecting previously unselected package readline-common.
11:19:58 #11 34.10 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:19:58 #11 34.10 Unpacking readline-common (8.0-4) ...
11:19:58 #11 34.14 Selecting previously unselected package libreadline8:armhf.
11:19:58 #11 34.14 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
11:19:58 #11 34.14 Unpacking libreadline8:armhf (8.0-4) ...
11:19:58 #11 34.19 Selecting previously unselected package libsqlite3-0:armhf.
11:19:58 #11 34.19 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
11:19:58 #11 34.19 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:19:58 #11 34.26 Selecting previously unselected package libpython3.8-stdlib:armhf.
11:19:58 #11 34.26 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:19:58 #11 34.26 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:19:58 #10 50.31 Setting up libregexp-pattern-perl (0.2.14-2) ...
11:19:58 #10 50.32 Setting up libdata-messagepack-perl (1.02-1+b1) ...
11:19:58 #10 50.33 Setting up libclass-inspector-perl (1.36-3) ...
11:19:58 #10 50.34 Setting up libfont-afm-perl (1.20-4) ...
11:19:58 #10 50.36 Setting up libwant-perl (0.29-2+b1) ...
11:19:58 #10 50.37 Setting up libdynaloader-functions-perl (0.003-3) ...
11:19:58 #10 50.38 Setting up libclass-method-modifiers-perl (2.14-1) ...
11:19:58 #10 50.39 Setting up liblist-compare-perl (0.55-2) ...
11:19:58 #10 50.40 Setting up libref-util-xs-perl (0.117-2+b1) ...
11:19:58 #10 50.41 Setting up libio-pty-perl (1:1.17-1) ...
11:19:58 #10 50.42 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
11:19:58 #10 50.49 Setting up libclone-perl:arm64 (0.46-1) ...
11:19:58 #10 50.50 Setting up libalgorithm-diff-perl (1.201-1) ...
11:19:58 #10 50.51 Setting up libarchive-zip-perl (1.68-1) ...
11:19:58 #10 50.52 Setting up libsub-identify-perl (0.14-3) ...
11:19:58 #10 50.53 Setting up libdistro-info-perl (1.5) ...
11:19:58 #10 50.54 Setting up libcpanel-json-xs-perl:arm64 (4.35-1) ...
11:19:58 #10 50.55 Setting up libio-stringy-perl (2.111-3) ...
11:19:58 #10 50.56 Setting up libhtml-tagset-perl (3.20-6) ...
11:19:58 #10 50.57 Setting up liblog-any-perl (1.713-1) ...
11:19:58 #10 50.58 Setting up libauthen-sasl-perl (2.1600-3) ...
11:19:58 #10 50.59 Setting up libdevel-size-perl (0.83-2+b1) ...
11:19:58 #10 50.60 Setting up libpython3.11-stdlib:arm64 (3.11.2-4) ...
11:19:58 #10 50.61 Setting up libdebhelper-perl (13.11.4) ...
11:19:58 #10 50.62 Setting up libpod-constants-perl (0.19-2) ...
11:19:58 #11 35.42 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgd3 armhf 2.3.3-6 [105 kB]
11:19:58 #11 35.44 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-devtools armhf 2.36-0ubuntu4 [29.6 kB]
11:19:58 #13 13.64 Transaction test succeeded.
11:19:58 #13 13.64 Running transaction
11:19:58 #13 11.90 (61/70): perl-threads-2.25-460.el9.aarch64.rpm  752 kB/s |  57 kB     00:00    
11:19:58 #13 11.90 (62/70): perl-threads-shared-1.61-460.el9.aarch 573 kB/s |  44 kB     00:00    
11:19:58 #13 11.98 (63/70): policycoreutils-devel-3.5-1.el9.aarch6 1.7 MB/s | 143 kB     00:00    
11:19:58 #13 12.10 (64/70): selinux-policy-devel-38.1.8-1.el9.noar 7.1 MB/s | 1.4 MB     00:00    
11:19:58 #13 12.11 (65/70): systemd-devel-252-8.el9.aarch64.rpm    4.8 MB/s | 642 kB     00:00    
11:19:58 #10 30.41 Selecting previously unselected package libdebhelper-perl.
11:19:58 #10 30.41 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ...
11:19:58 #10 30.41 Unpacking libdebhelper-perl (13.3.4) ...
11:19:58 #10 30.49 Selecting previously unselected package libcc1-0:armhf.
11:19:58 #10 30.49 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
11:19:58 #10 30.50 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
11:19:58 #10 30.55 Selecting previously unselected package libgomp1:armhf.
11:19:58 #10 30.55 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ...
11:19:58 #11 47.77 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ...
11:19:58 #11 47.78 Unpacking libfile-listing-perl (6.04-1) ...
11:19:58 #11 47.81 Selecting previously unselected package libhtml-tagset-perl.
11:19:58 #11 47.81 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:58 #11 47.82 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:58 #11 47.85 Selecting previously unselected package liburi-perl.
11:19:58 #11 47.85 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ...
11:19:58 #11 47.86 Unpacking liburi-perl (1.76-2) ...
11:19:58 #11 47.90 Selecting previously unselected package libhtml-parser-perl.
11:19:58 #11 47.90 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ...
11:19:58 #11 47.90 Unpacking libhtml-parser-perl (3.72-5) ...
11:19:58 #11 47.94 Selecting previously unselected package libhtml-tree-perl.
11:19:58 #11 47.95 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ...
11:19:58 #11 47.95 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:58 #11 47.99 Selecting previously unselected package libio-html-perl.
11:19:58 #11 48.00 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ...
11:19:58 #11 48.00 Unpacking libio-html-perl (1.001-1) ...
11:19:58 #11 44.99 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
11:19:58 #11 44.99 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:19:58 #11 45.01 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:19:58 #10 41.80 Selecting previously unselected package libgomp1:armhf.
11:19:58 #10 41.80 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:19:58 #10 41.81 Unpacking libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
11:19:58 #10 41.85 Selecting previously unselected package libatomic1:armhf.
11:19:58 #10 41.85 Preparing to unpack .../070-libatomic1_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:19:58 #10 41.85 Unpacking libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
11:19:58 #10 41.89 Selecting previously unselected package libasan4:armhf.
11:19:58 #10 41.89 Preparing to unpack .../071-libasan4_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:58 #10 41.89 Unpacking libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:58 #10 41.97 Selecting previously unselected package libubsan0:armhf.
11:19:58 #10 41.97 Preparing to unpack .../072-libubsan0_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:58 #10 41.98 Unpacking libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:58 #10 46.68 (97/139): python3-six-1.16.0-5.fc36.noarch.rpm  4.2 MB/s |  36 kB     00:00    
11:19:58 #10 46.68 (98/139): python3-pybeam-0.7-2.fc36.noarch.rpm  1.3 MB/s |  24 kB     00:00    
11:19:58 #10 46.69 (99/139): python3-tomli-1.2.3-1.fc36.noarch.rpm 2.1 MB/s |  29 kB     00:00    
11:19:58 #10 46.69 (100/139): python3-tomli-w-0.4.0-3.fc36.noarch. 1.4 MB/s |  18 kB     00:00    
11:19:58 #10 46.74 (101/139): shared-mime-info-2.1-3.fc35.aarch64. 6.9 MB/s | 373 kB     00:00    
11:19:58 #10 46.75 (102/139): python3-zstandard-0.17.0-1.fc36.aarc 6.2 MB/s | 428 kB     00:00    
11:19:58 #10 46.76 (103/139): unzip-6.0-57.fc36.aarch64.rpm        3.0 MB/s | 182 kB     00:00    
11:19:58 #10 46.76 (104/139): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 2.7 MB/s |  34 kB     00:00    
11:19:58 #10 46.76 (105/139): ansible-srpm-macros-1-8.1.fc36.noarc 1.4 MB/s | 8.5 kB     00:00    
11:19:58 #10 46.77 (106/139): zip-3.0-32.fc36.aarch64.rpm           19 MB/s | 256 kB     00:00    
11:19:58 #10 46.82 (107/139): binutils-gold-2.37-37.fc36.aarch64.r  15 MB/s | 893 kB     00:00    
11:19:58 #10 46.83 (108/139): dbus-libs-1.14.4-1.fc36.aarch64.rpm  2.8 MB/s | 153 kB     00:00    
11:19:58 #10 46.84 (109/139): debugedit-5.0-7.fc36.aarch64.rpm     5.1 MB/s |  77 kB     00:00    
11:19:58 #10 46.86 (110/139): binutils-2.37-37.fc36.aarch64.rpm     62 MB/s | 6.3 MB     00:00    
11:19:58 #10 46.86 (111/139): dnf-plugins-core-4.3.1-1.fc36.noarch 1.1 MB/s |  34 kB     00:00    
11:19:58 #10 46.87 (112/139): dwz-0.14-4.fc36.aarch64.rpm          4.4 MB/s | 125 kB     00:00    
11:19:58 #10 46.87 (113/139): elfutils-debuginfod-client-0.188-3.f 5.1 MB/s |  39 kB     00:00    
11:19:58 #10 46.88 (114/139): elfutils-0.188-3.fc36.aarch64.rpm     35 MB/s | 519 kB     00:00    
11:19:58 #10 46.88 (115/139): emacs-filesystem-28.2-3.fc36.noarch. 604 kB/s | 7.4 kB     00:00    
11:19:58 #10 46.92 (116/139): gdb-minimal-12.1-2.fc36.aarch64.rpm   87 MB/s | 3.5 MB     00:00    
11:19:58 #10 46.92 (117/139): gdk-pixbuf2-2.42.9-2.fc36.aarch64.rp  14 MB/s | 463 kB     00:00    
11:19:58 #10 46.93 (118/139): glibc-gconv-extra-2.35-22.fc36.aarch  41 MB/s | 1.7 MB     00:00    
11:19:58 #10 40.46 Selecting previously unselected package libevent-2.1-6:armhf.
11:19:58 #10 40.46 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
11:19:58 #10 40.46 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
11:19:58 #10 40.53 Selecting previously unselected package libunbound8:armhf.
11:19:58 #10 40.53 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u2_armhf.deb ...
11:19:58 #10 40.54 Unpacking libunbound8:armhf (1.9.0-2+deb10u2) ...
11:19:58 #11 31.99 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:58 #11 32.08 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:58 #10 47.64   Installing       : perl-libnet-3.14-490.fc37.noarch                    70/141 
11:19:58 #10 47.64   Installing       : perl-base-2.27-492.fc37.noarch                      71/141 
11:19:58 #10 47.66   Installing       : perl-Net-SSLeay-1.92-4.fc37.aarch64                 72/141 
11:19:58 #10 47.68   Installing       : perl-URI-5.17-1.fc37.noarch                         73/141 
11:19:58 #10 47.68   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       74/141 
11:19:58 #10 47.69   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              75/141 
11:19:58 #10 47.70   Installing       : perl-if-0.61.000-492.fc37.noarch                    76/141 
11:19:58 #10 47.70   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              77/141 
11:19:58 #10 47.71   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             78/141 
11:19:58 #10 47.71   Installing       : perl-File-Path-2.18-489.fc37.noarch                 79/141 
11:19:58 #10 47.72   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             80/141 
11:19:58 #10 47.73   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              81/141 
11:19:58 #10 47.73   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              82/141 
11:19:58 #10 47.74   Installing       : perl-POSIX-2.03-492.fc37.aarch64                    83/141 
11:19:58 #10 47.75   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            84/141 
11:19:58 #10 47.75   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 85/141 
11:19:58 #10 47.76   Installing       : perl-subs-1.04-492.fc37.noarch                      86/141 
11:19:58 #10 47.77   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          87/141 
11:19:58 #10 47.77   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  88/141 
11:19:58 #10 47.78   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  89/141 
11:19:58 #10 47.79   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              90/141 
11:19:58 #10 47.80   Installing       : perl-Socket-4:2.036-1.fc37.aarch64                  91/141 
11:19:58 #10 47.80   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               92/141 
11:19:58 #10 47.81   Installing       : perl-Symbol-1.09-492.fc37.noarch                    93/141 
11:19:58 #10 47.81   Installing       : perl-File-stat-1.12-492.fc37.noarch                 94/141 
11:19:58 #10 47.82   Installing       : perl-podlators-1:4.14-489.fc37.noarch               95/141 
11:19:58 #10 47.82   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            96/141 
11:19:58 #10 47.83   Installing       : perl-Fcntl-1.15-492.fc37.aarch64                    97/141 
11:19:58 #10 32.90 Unpacking dwz (0.15-1) ...
11:19:58 #10 32.98 Selecting previously unselected package libicu72:armhf.
11:19:58 #10 47.84   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           98/141 
11:19:58 #10 32.98 Preparing to unpack .../084-libicu72_72.1-3_armhf.deb ...
11:19:58 #10 32.98 Unpacking libicu72:armhf (72.1-3) ...
11:19:58 #10 53.93   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64      107/141 
11:19:58 #10 53.93   Installing       : perl-constant-1.33-490.fc37.noarch                 108/141 
11:19:58 #10 53.94   Installing       : perl-Storable-1:3.26-489.fc37.x86_64               109/141 
11:19:58 #10 53.94   Installing       : perl-overload-1.35-492.fc37.noarch                 110/141 
11:19:58 #10 53.94   Installing       : perl-parent-1:0.238-489.fc37.noarch                111/141 
11:19:58 #10 53.95   Installing       : perl-vars-1.05-492.fc37.noarch                     112/141 
11:19:58 #10 53.95   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch              113/141 
11:19:58 #10 53.96   Installing       : perl-Carp-1.52-489.fc37.noarch                     114/141 
11:19:58 #10 53.96   Installing       : perl-Exporter-5.77-489.fc37.noarch                 115/141 
11:19:58 #10 53.97   Installing       : perl-NDBM_File-1.15-492.fc37.x86_64                116/141 
11:19:58 #10 53.97   Installing       : perl-PathTools-3.84-489.fc37.x86_64                117/141 
11:19:58 #10 53.98   Installing       : perl-DynaLoader-1.52-492.fc37.x86_64               118/141 
11:19:58 #10 54.04   Installing       : perl-Encode-4:3.19-492.fc37.x86_64                 119/141 
11:19:58 #10 54.14   Installing       : perl-libs-4:5.36.0-492.fc37.x86_64                 120/141 
11:19:58 #10 54.15   Installing       : perl-interpreter-4:5.36.0-492.fc37.x86_64          121/141 
11:19:58 #10 54.15   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.x86_64      122/141 
11:19:58 #10 54.16   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  123/141 
11:19:58 #10 54.16   Installing       : efi-srpm-macros-5-6.fc37.noarch                    124/141 
11:19:58 #10 54.17   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            125/141 
11:19:58 #10 54.17   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 126/141 
11:19:58 #10 54.18   Installing       : python-srpm-macros-3.11-5.fc37.noarch              127/141 
11:19:58 #10 54.18   Installing       : redhat-rpm-config-229-1.fc37.noarch                128/141 
11:19:58 #10 54.19   Installing       : ed-1.18-2.fc37.x86_64                              129/141 
11:19:58 #10 54.20   Installing       : patch-2.7.6-17.fc37.x86_64                         130/141 
11:19:58 #10 54.21   Installing       : diffutils-3.8-3.fc37.x86_64                        131/141 
11:19:58 #10 54.21   Installing       : dash-0.5.11.5-2.fc37.x86_64                        132/141 
11:19:58 #10 54.22   Running scriptlet: dash-0.5.11.5-2.fc37.x86_64                        132/141 
11:19:58 #10 54.23   Installing       : cpio-2.13-13.fc37.x86_64                           133/141 
11:19:58 #9 ...
11:19:58 
11:19:58 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:58 #10 28.19 Unpacking cpp (4:8.3.0-1+rpi2) ...
11:19:58 #10 28.23 Preparing to unpack .../024-curl_7.64.0-4+deb10u5_armhf.deb ...
11:19:58 #10 28.24 Unpacking curl (7.64.0-4+deb10u5) over (7.64.0-4+deb10u3) ...
11:19:58 #10 28.33 Preparing to unpack .../025-libcurl4_7.64.0-4+deb10u5_armhf.deb ...
11:19:58 #10 28.34 Unpacking libcurl4:armhf (7.64.0-4+deb10u5) over (7.64.0-4+deb10u3) ...
11:19:58 #10 28.43 Selecting previously unselected package libcc1-0:armhf.
11:19:58 #10 28.43 Preparing to unpack .../026-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
11:19:58 #10 28.43 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
11:19:58 #10 28.49 Selecting previously unselected package libgomp1:armhf.
11:19:58 #10 28.49 Preparing to unpack .../027-libgomp1_8.3.0-6+rpi1_armhf.deb ...
11:19:58 #10 28.49 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
11:19:58 #10 28.55 Selecting previously unselected package libatomic1:armhf.
11:19:58 #10 28.55 Preparing to unpack .../028-libatomic1_8.3.0-6+rpi1_armhf.deb ...
11:19:58 #11 52.65 Preparing to unpack .../306-libjson-maybexs-perl_1.004003-1_all.deb ...
11:19:58 #11 52.66 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:19:58 #11 52.69 Selecting previously unselected package libldap-common.
11:19:58 #11 52.69 Preparing to unpack .../307-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
11:19:58 #11 52.69 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:19:58 #11 52.72 Selecting previously unselected package liblist-compare-perl.
11:19:58 #11 52.72 Preparing to unpack .../308-liblist-compare-perl_0.55-1_all.deb ...
11:19:58 #11 52.72 Unpacking liblist-compare-perl (0.55-1) ...
11:19:58 #11 52.75 Selecting previously unselected package liblist-someutils-perl.
11:19:58 #11 52.75 Preparing to unpack .../309-liblist-someutils-perl_0.58-1_all.deb ...
11:19:58 #11 52.76 Unpacking liblist-someutils-perl (0.58-1) ...
11:19:58 #11 52.78 Selecting previously unselected package liblist-someutils-xs-perl.
11:19:58 #11 52.78 Preparing to unpack .../310-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
11:19:58 #11 52.79 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:19:58 #11 52.82 Selecting previously unselected package liblist-utilsby-perl.
11:19:58 #11 52.82 Preparing to unpack .../311-liblist-utilsby-perl_0.12-1_all.deb ...
11:19:58 #11 52.82 Unpacking liblist-utilsby-perl (0.12-1) ...
11:19:58 #11 52.86 Selecting previously unselected package libltdl7:amd64.
11:19:58 #11 48.74 Preparing to unpack .../085-libgcc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.74 Unpacking libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:19:58 #11 48.83 Selecting previously unselected package gcc-11.
11:19:58 #11 48.83 Preparing to unpack .../086-gcc-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:58 #11 48.83 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:19:58 #11 34.50 Selecting previously unselected package python3.8.
11:19:58 #11 34.50 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:19:58 #11 34.50 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:19:58 #11 34.54 Selecting previously unselected package libpython3-stdlib:armhf.
11:19:58 #11 34.54 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
11:19:58 #11 34.54 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:19:58 #11 34.57 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:19:58 #11 47.34 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ...
11:19:58 #11 47.35 Unpacking libencode-locale-perl (1.05-1.1) ...
11:19:58 #11 47.38 Selecting previously unselected package libtimedate-perl.
11:19:58 #11 47.38 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ...
11:19:58 #11 47.38 Unpacking libtimedate-perl (2.3300-2) ...
11:19:58 #11 47.41 Selecting previously unselected package libhttp-date-perl.
11:19:58 #11 47.41 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ...
11:19:58 #11 47.42 Unpacking libhttp-date-perl (6.05-1) ...
11:19:58 #11 47.45 Selecting previously unselected package libfile-listing-perl.
11:19:58 #11 47.45 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ...
11:19:58 #11 47.45 Unpacking libfile-listing-perl (6.14-1) ...
11:19:58 #11 47.48 Selecting previously unselected package libhtml-tagset-perl.
11:19:58 #11 47.48 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ...
11:19:58 #11 47.49 Unpacking libhtml-tagset-perl (3.20-4) ...
11:19:58 #11 47.51 Selecting previously unselected package liburi-perl.
11:19:58 #11 47.51 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ...
11:19:58 #11 47.52 Unpacking liburi-perl (5.10-1) ...
11:19:58 #11 47.55 Selecting previously unselected package libhtml-parser-perl:amd64.
11:19:58 #10 50.63 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
11:19:58 #10 50.64 Setting up libconvert-binhex-perl (1.125-3) ...
11:19:58 #10 50.65 Setting up liblwp-mediatypes-perl (6.04-2) ...
11:19:58 #10 50.66 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
11:19:58 #10 50.67 Setting up libio-interactive-perl (1.023-2) ...
11:19:58 #10 50.68 Setting up libtry-tiny-perl (0.31-2) ...
11:19:58 #10 50.69 Setting up libtype-tiny-perl (2.002001-1) ...
11:19:58 #10 50.70 Setting up libcommon-sense-perl:arm64 (3.75-3) ...
11:19:58 #10 50.71 Setting up libmldbm-perl (2.05-4) ...
11:19:58 #10 50.72 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:19:58 #10 50.73 Setting up libnet-http-perl (6.22-1) ...
11:19:58 #10 50.74 Setting up libpath-iterator-rule-perl (1.015-2) ...
11:19:58 #10 50.75 Setting up libtext-markdown-discount-perl (0.16-1) ...
11:19:58 #10 50.76 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
11:19:58 #10 50.77 Setting up libtime-moment-perl (0.44-2+b1) ...
11:19:58 #10 50.78 Setting up libencode-locale-perl (1.05-3) ...
11:19:58 #10 50.79 Setting up libexception-class-perl (1.45-1) ...
11:19:58 #10 50.80 Setting up libxstring-perl:arm64 (0.005-2+b1) ...
11:19:58 #10 50.81 Setting up libmath-base85-perl (0.5+dfsg-2) ...
11:19:58 #10 50.82 Setting up libconfig-tiny-perl (2.28-2) ...
11:19:58 #11 35.84 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:19:58 #11 55.17 Setting up liblinux-epoll-perl (0.017-1) ...
11:19:58 #10 30.56 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
11:19:58 #10 30.61 Selecting previously unselected package libatomic1:armhf.
11:19:58 #10 30.61 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ...
11:19:58 #10 30.62 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
11:19:58 #10 30.67 Selecting previously unselected package libasan6:armhf.
11:19:58 #10 30.67 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ...
11:19:58 #10 30.68 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
11:19:58 #13 12.20 (66/70): device-mapper-devel-1.02.187-7.el9.aar 464 kB/s |  44 kB     00:00    
11:19:58 #13 12.29 (67/70): glibc-static-2.34-60.el9.aarch64.rpm   8.1 MB/s | 1.4 MB     00:00    
11:19:58 #13 12.29 (68/70): libtool-ltdl-devel-2.4.6-45.el9.aarch6 1.7 MB/s | 161 kB     00:00    
11:19:58 #13 12.38 (69/70): libxcrypt-static-4.4.18-3.el9.aarch64. 1.2 MB/s | 108 kB     00:00    
11:19:58 #11 48.03 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:58 #11 48.04 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:58 #11 48.04 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:58 #11 48.08 Selecting previously unselected package libhttp-message-perl.
11:19:58 #11 48.08 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ...
11:19:58 #11 48.08 Unpacking libhttp-message-perl (6.22-1) ...
11:19:58 #11 48.12 Selecting previously unselected package libhttp-cookies-perl.
11:19:58 #11 48.12 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ...
11:19:58 #11 48.13 Unpacking libhttp-cookies-perl (6.08-1) ...
11:19:58 #11 48.16 Selecting previously unselected package libhttp-negotiate-perl.
11:19:58 #11 48.16 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:58 #11 48.17 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:58 #11 48.20 Selecting previously unselected package perl-openssl-defaults:arm64.
11:19:58 #11 48.20 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ...
11:19:58 #11 48.21 Unpacking perl-openssl-defaults:arm64 (4) ...
11:19:58 #11 48.24 Selecting previously unselected package libnet-ssleay-perl.
11:19:58 #11 45.42 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:19:58 #10 42.03 Selecting previously unselected package libcilkrts5:armhf.
11:19:58 #10 42.03 Preparing to unpack .../073-libcilkrts5_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:58 #10 42.04 Unpacking libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:58 #10 42.07 Selecting previously unselected package libgcc-7-dev:armhf.
11:19:58 #10 42.07 Preparing to unpack .../074-libgcc-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:58 #10 42.07 Unpacking libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:58 #10 42.23 Selecting previously unselected package gcc-7.
11:19:58 #10 42.23 Preparing to unpack .../075-gcc-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:58 #10 42.25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:19:59 #10 46.93 (119/139): go-srpm-macros-3.2.0-1.fc36.noarch.r 2.3 MB/s |  26 kB     00:00    
11:19:59 #10 46.95 (120/139): perl-Encode-3.17-485.fc36.aarch64.rp 109 MB/s | 1.7 MB     00:00    
11:19:59 #10 47.07 (121/139): perl-Getopt-Long-2.54-1.fc36.noarch. 446 kB/s |  60 kB     00:00    
11:19:59 #10 47.08 (122/139): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 430 kB/s |  55 kB     00:00    
11:19:59 #10 47.08 (123/139): libappstream-glib-0.8.0-4.fc36.aarch 2.3 MB/s | 376 kB     00:00    
11:19:59 #10 47.08 (124/139): perl-Scalar-List-Utils-1.63-489.fc36 6.3 MB/s |  71 kB     00:00    
11:19:59 #10 47.09 (125/139): perl-Socket-2.036-1.fc36.aarch64.rpm 5.0 MB/s |  55 kB     00:00    
11:19:59 #10 47.09 (126/139): perl-Text-ParseWords-3.31-1.fc36.noa 2.8 MB/s |  16 kB     00:00    
11:19:59 #10 47.09 (127/139): pyproject-srpm-macros-1.6.2-1.fc36.n 1.7 MB/s |  14 kB     00:00    
11:19:59 #10 47.10 (128/139): python-srpm-macros-3.10-20.fc36.noar 2.7 MB/s |  23 kB     00:00    
11:19:59 #10 47.10 (129/139): python3-dnf-plugins-core-4.3.1-1.fc3  30 MB/s | 229 kB     00:00    
11:19:59 #10 47.10 (130/139): qt5-srpm-macros-5.15.8-1.fc36.noarch 1.2 MB/s | 7.8 kB     00:00    
11:19:59 #10 47.11 (131/139): python3-construct-2.10.68-1.fc36.noa 5.6 MB/s | 112 kB     00:00    
11:19:59 #10 47.12 (132/139): rpm-build-4.17.1-3.fc36.aarch64.rpm  4.6 MB/s |  59 kB     00:00    
11:19:59 #10 47.12 (133/139): redhat-rpm-config-223-1.fc36.noarch. 3.7 MB/s |  71 kB     00:00    
11:19:59 #10 47.12 (134/139): rpmautospec-rpm-macros-0.3.5-1.fc36. 1.0 MB/s | 9.1 kB     00:00    
11:19:59 #10 47.13 (135/139): rust-srpm-macros-24-1.fc36.noarch.rp 2.3 MB/s |  11 kB     00:00    
11:19:59 #10 47.14 (136/139): xz-5.4.1-1.fc36.aarch64.rpm           47 MB/s | 406 kB     00:00    
11:19:59 #10 47.14 (137/139): rpmlint-fedora-license-data-1.14-1.f 1.1 MB/s |  19 kB     00:00    
11:19:59 #10 47.15 (138/139): zstd-1.5.4-1.fc36.aarch64.rpm         49 MB/s | 438 kB     00:00    
11:19:59 #10 47.15 (139/139): rpmlint-2.4.0-3.fc36.noarch.rpm      6.9 MB/s | 238 kB     00:00    
11:19:59 #10 47.16 --------------------------------------------------------------------------------
11:19:59 #10 47.16 Total                                            12 MB/s |  29 MB     00:02     
11:19:59 #10 40.63 Selecting previously unselected package libgnutls-dane0:armhf.
11:19:59 #10 40.63 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u10_armhf.deb ...
11:19:59 #10 40.64 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u10) ...
11:19:59 #10 40.72 Selecting previously unselected package exim4-daemon-light.
11:19:59 #10 40.72 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u7_armhf.deb ...
11:19:59 #10 40.73 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
11:19:59 #10 40.86 Selecting previously unselected package libcurl3-gnutls:armhf.
11:19:59 #10 40.86 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u5_armhf.deb ...
11:19:59 #11 32.18 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
11:19:59 #11 32.19 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
11:19:59 #11 32.23 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:19:59 #11 32.27 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
11:19:59 #11 32.34 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:19:59 #11 32.35 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
11:19:59 #11 32.36 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:19:59 #11 32.37 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:19:59 #11 32.37 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:19:59 #13 90.75   Installing : systemd-devel-219-78.el7_9.7.aarch64                       14/65 
11:19:59 #10 47.84   Installing       : perl-mro-1.26-492.fc37.aarch64                      99/141 
11:19:59 #10 47.85   Installing       : perl-IO-1.50-492.fc37.aarch64                      100/141 
11:19:59 #10 47.85   Installing       : perl-overloading-0.02-492.fc37.noarch              101/141 
11:19:59 #10 47.86   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                102/141 
11:19:59 #10 47.87   Installing       : perl-Errno-1.36-492.fc37.aarch64                   103/141 
11:19:59 #10 47.87   Installing       : perl-File-Basename-2.85-492.fc37.noarch            104/141 
11:19:59 #10 47.87   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch               105/141 
11:19:59 #10 47.88   Installing       : perl-MIME-Base64-3.16-489.fc37.aarch64             106/141 
11:19:59 #10 47.89   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64     107/141 
11:19:59 #10 47.89   Installing       : perl-constant-1.33-490.fc37.noarch                 108/141 
11:19:59 #10 47.90   Installing       : perl-Storable-1:3.26-489.fc37.aarch64              109/141 
11:19:59 #10 47.91   Installing       : perl-overload-1.35-492.fc37.noarch                 110/141 
11:19:59 #10 47.91   Installing       : perl-parent-1:0.238-489.fc37.noarch                111/141 
11:19:59 #10 47.91   Installing       : perl-vars-1.05-492.fc37.noarch                     112/141 
11:19:59 #10 47.92   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch              113/141 
11:19:59 #10 47.93   Installing       : perl-Carp-1.52-489.fc37.noarch                     114/141 
11:19:59 #10 47.93   Installing       : perl-Exporter-5.77-489.fc37.noarch                 115/141 
11:19:59 #10 47.94   Installing       : perl-NDBM_File-1.15-492.fc37.aarch64               116/141 
11:19:59 #10 47.94   Installing       : perl-PathTools-3.84-489.fc37.aarch64               117/141 
11:19:59 #10 47.95   Installing       : perl-DynaLoader-1.52-492.fc37.aarch64              118/141 
11:19:59 #10 54.24   Installing       : bzip2-1.0.8-12.fc37.x86_64                         134/141 
11:19:59 #10 54.25   Installing       : rpm-build-4.18.0-1.fc37.x86_64                     135/141 
11:19:59 #10 54.25   Installing       : rpmlint-fedora-license-data-1.14-1.fc37.noarch     136/141 
11:19:59 #10 54.28   Installing       : rpmlint-2.4.0-3.fc37.noarch                        137/141 
11:19:59 #10 54.28   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               138/141 
11:19:59 #10 28.55 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
11:19:59 #10 28.60 Selecting previously unselected package libasan5:armhf.
11:19:59 #10 28.60 Preparing to unpack .../029-libasan5_8.3.0-6+rpi1_armhf.deb ...
11:19:59 #10 28.61 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
11:19:59 #11 52.86 Preparing to unpack .../312-libltdl7_2.4.7-4_amd64.deb ...
11:19:59 #11 52.86 Unpacking libltdl7:amd64 (2.4.7-4) ...
11:19:59 #11 52.89 Selecting previously unselected package libltdl-dev:amd64.
11:19:59 #11 52.89 Preparing to unpack .../313-libltdl-dev_2.4.7-4_amd64.deb ...
11:19:59 #11 52.89 Unpacking libltdl-dev:amd64 (2.4.7-4) ...
11:19:59 #11 52.94 Selecting previously unselected package liblzo2-2:amd64.
11:19:59 #11 52.94 Preparing to unpack .../314-liblzo2-2_2.10-2build3_amd64.deb ...
11:19:59 #11 52.94 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
11:19:59 #11 52.97 Selecting previously unselected package libsys-hostname-long-perl.
11:19:59 #11 52.97 Preparing to unpack .../315-libsys-hostname-long-perl_1.5-2_all.deb ...
11:19:59 #11 52.97 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:19:59 #11 53.00 Selecting previously unselected package libmail-sendmail-perl.
11:19:59 #11 53.00 Preparing to unpack .../316-libmail-sendmail-perl_0.80-2_all.deb ...
11:19:59 #11 53.00 Unpacking libmail-sendmail-perl (0.80-2) ...
11:19:59 #11 53.03 Selecting previously unselected package libnet-smtp-ssl-perl.
11:19:59 #11 53.03 Preparing to unpack .../317-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:19:59 #11 53.03 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:19:59 #11 53.06 Selecting previously unselected package libmailtools-perl.
11:19:59 #11 53.06 Preparing to unpack .../318-libmailtools-perl_2.21-1_all.deb ...
11:19:59 #11 53.06 Unpacking libmailtools-perl (2.21-1) ...
11:19:59 #11 53.10 Selecting previously unselected package libmarkdown2:amd64.
11:19:59 #11 34.77 Selecting previously unselected package python3.
11:19:59 #11 34.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4863 files and directories currently installed.)
11:19:59 #11 34.78 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
11:19:59 #11 34.79 Unpacking python3 (3.8.2-0ubuntu2) ...
11:19:59 #11 34.82 Selecting previously unselected package libbsd0:armhf.
11:19:59 #11 34.83 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
11:19:59 #11 34.83 Unpacking libbsd0:armhf (0.10.0-1) ...
11:19:59 #11 34.87 Selecting previously unselected package bsdmainutils.
11:19:59 #11 34.87 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
11:19:59 #11 34.88 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:19:59 #11 34.94 Selecting previously unselected package libuchardet0:armhf.
11:19:59 #11 34.94 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
11:19:59 #11 34.94 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
11:19:59 #11 49.17 Selecting previously unselected package gcc.
11:19:59 #11 49.17 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:19:59 #11 49.17 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:19:59 #11 49.20 Selecting previously unselected package libstdc++-11-dev:arm64.
11:19:59 #11 49.21 Preparing to unpack .../088-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:59 #11 49.21 Unpacking libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:19:59 #11 47.55 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ...
11:19:59 #11 47.56 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ...
11:19:59 #11 47.58 Selecting previously unselected package libhtml-tree-perl.
11:19:59 #11 47.59 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ...
11:19:59 #11 47.59 Unpacking libhtml-tree-perl (5.07-2) ...
11:19:59 #11 47.63 Selecting previously unselected package libio-html-perl.
11:19:59 #11 47.63 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ...
11:19:59 #11 47.64 Unpacking libio-html-perl (1.004-2) ...
11:19:59 #11 47.66 Selecting previously unselected package liblwp-mediatypes-perl.
11:19:59 #11 47.66 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:19:59 #11 47.67 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:19:59 #11 47.69 Selecting previously unselected package libhttp-message-perl.
11:19:59 #11 47.69 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ...
11:19:59 #11 47.70 Unpacking libhttp-message-perl (6.36-1) ...
11:19:59 #11 47.72 Selecting previously unselected package libhttp-cookies-perl.
11:19:59 #11 47.73 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ...
11:19:59 #11 47.73 Unpacking libhttp-cookies-perl (6.10-1) ...
11:19:59 #11 47.76 Selecting previously unselected package libhttp-negotiate-perl.
11:19:59 #11 47.76 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ...
11:19:59 #11 47.77 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:19:59 #10 50.83 Setting up libsereal-encoder-perl (5.003+ds-1) ...
11:19:59 #10 50.85 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ...
11:19:59 #10 50.85 Setting up liblist-utilsby-perl (0.12-2) ...
11:19:59 #10 50.87 Setting up libstring-shellquote-perl (1.04-3) ...
11:19:59 #10 50.88 Setting up libnet-netmask-perl (2.0002-2) ...
11:19:59 #10 50.89 Setting up libsub-install-perl (0.929-1) ...
11:19:59 #10 50.90 Setting up gcc (4:12.2.0-3) ...
11:19:59 #10 50.92 Setting up dpkg-dev (1.21.21) ...
11:19:59 #10 50.94 Setting up libindirect-perl (0.39-2+b1) ...
11:19:59 #10 50.95 Setting up libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
11:19:59 #10 50.96 Setting up intltool-debian (0.35.0+20060710.6) ...
11:19:59 #10 50.97 Setting up libfreezethaw-perl (0.5001-3) ...
11:19:59 #10 50.98 Setting up libobject-pad-perl (0.78-1) ...
11:19:59 #10 51.00 Setting up liberror-perl (0.17029-2) ...
11:19:59 #10 51.01 Setting up patchutils (0.4.2-1) ...
11:19:59 #10 51.02 Setting up libmail-sendmail-perl (0.80-3) ...
11:19:59 #10 51.03 Setting up libltdl-dev:arm64 (2.4.7-5) ...
11:19:59 #10 51.06 Setting up libjson-maybexs-perl (1.004004-1) ...
11:19:59 #10 51.07 Setting up libxml-sax-base-perl (1.09-3) ...
11:19:59 #10 51.08 Setting up libio-string-perl (1.08-4) ...
11:19:59 #10 51.09 Setting up libreadonly-perl (2.050-3) ...
11:19:59 #10 51.10 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:19:59 #10 51.11 Setting up libstring-copyright-perl (0.003014-1) ...
11:19:59 #10 51.12 Setting up libdata-optlist-perl (0.113-1) ...
11:19:59 #10 51.13 Setting up libipc-run-perl (20220807.0-1) ...
11:19:59 #10 51.14 Setting up git (1:2.39.2-1.1) ...
11:19:59 #10 51.16 Setting up libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
11:19:59 #11 36.00 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-pm-perl all 4.54-1 [188 kB]
11:19:59 #11 36.21 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi0ldbl armhf 2.4.2-2build2 [23.2 kB]
11:19:59 #11 36.23 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-perl armhf 0.82+ds-1build1 [21.3 kB]
11:19:59 #11 36.24 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:19:59 #11 36.24 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:19:59 #12 2.979 dh_testdir
11:19:59 #12 2.996 dh_testroot
11:19:59 #12 3.013 dh_prep
11:19:59 #12 3.032 dh_testdir
11:19:59 #12 3.048 dh_testroot
11:19:59 #12 3.065 dh_install
11:19:59 #12 3.090 dh_installdocs
11:19:59 #12 3.119 dh_installchangelogs
11:19:59 #12 3.184 dh_compress
11:19:59 #12 3.217 dh_fixperms
11:19:59 #12 3.258 dh_installdeb
11:19:59 #11 55.18 Setting up libvariable-magic-perl (0.62-1build2) ...
11:19:59 #11 55.20 Setting up python3-idna (2.8-1) ...
11:19:59 #11 55.40 Setting up libio-html-perl (1.001-1) ...
11:19:59 #11 55.41 Setting up libcroco3:amd64 (0.6.13-1) ...
11:19:59 #11 55.43 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
11:19:59 #13 12.65 (70/70): llvm-libs-15.0.7-1.el9.aarch64.rpm      10 MB/s |  20 MB     00:01    
11:19:59 #13 12.66 --------------------------------------------------------------------------------
11:19:59 #13 12.66 Total                                            14 MB/s | 105 MB     00:07     
11:19:59 #10 21.65 Setting up libc6:armhf (2.36-8+rpi1) ...
11:19:59 #11 48.25 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ...
11:19:59 #11 48.25 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:19:59 #11 48.33 Selecting previously unselected package libio-socket-ssl-perl.
11:19:59 #11 48.34 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ...
11:19:59 #11 48.34 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:19:59 #11 48.39 Selecting previously unselected package libnet-http-perl.
11:19:59 #11 48.39 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ...
11:19:59 #11 48.39 Unpacking libnet-http-perl (6.19-1) ...
11:19:59 #11 48.43 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:59 #11 48.43 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:19:59 #11 48.43 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:19:59 #11 48.47 Selecting previously unselected package libtry-tiny-perl.
11:19:59 #11 48.47 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ...
11:19:59 #11 48.47 Unpacking libtry-tiny-perl (0.30-1) ...
11:19:59 #11 48.51 Selecting previously unselected package libwww-robotrules-perl.
11:19:59 #11 45.57 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:19:59 #11 45.67 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
11:19:59 #10 40.87 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:19:59 #10 40.94 Selecting previously unselected package libpcre2-8-0:armhf.
11:19:59 #10 40.94 Preparing to unpack .../158-libpcre2-8-0_10.32-5_armhf.deb ...
11:19:59 #10 40.95 Unpacking libpcre2-8-0:armhf (10.32-5) ...
11:19:59 #10 41.02 Selecting previously unselected package liberror-perl.
11:19:59 #10 41.02 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ...
11:19:59 #10 41.02 Unpacking liberror-perl (0.17027-2) ...
11:19:59 #10 41.07 Selecting previously unselected package git-man.
11:19:59 #10 41.07 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u8_all.deb ...
11:19:59 #10 41.07 Unpacking git-man (1:2.20.1-2+deb10u8) ...
11:19:59 #13 91.07   Installing : libcgroup-0.41-21.el7.aarch64                              15/65 
11:19:59 #10 48.00   Installing       : perl-Encode-4:3.19-492.fc37.aarch64                119/141 
11:19:59 #10 48.10   Installing       : perl-libs-4:5.36.0-492.fc37.aarch64                120/141 
11:19:59 #10 48.12   Installing       : perl-interpreter-4:5.36.0-492.fc37.aarch64         121/141 
11:19:59 #10 48.12   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.aarch64     122/141 
11:19:59 #10 48.13   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  123/141 
11:19:59 #10 48.13   Installing       : efi-srpm-macros-5-6.fc37.noarch                    124/141 
11:19:59 #10 48.14   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            125/141 
11:19:59 #10 48.14   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 126/141 
11:19:59 #10 48.15   Installing       : python-srpm-macros-3.11-5.fc37.noarch              127/141 
11:19:59 #10 48.16   Installing       : redhat-rpm-config-229-1.fc37.noarch                128/141 
11:19:59 #10 48.16   Installing       : ed-1.18-2.fc37.aarch64                             129/141 
11:19:59 #10 48.17   Installing       : patch-2.7.6-17.fc37.aarch64                        130/141 
11:19:59 #10 48.18   Installing       : diffutils-3.8-3.fc37.aarch64                       131/141 
11:19:59 #10 48.19   Installing       : dash-0.5.11.5-2.fc37.aarch64                       132/141 
11:19:59 #10 48.19   Running scriptlet: dash-0.5.11.5-2.fc37.aarch64                       132/141 
11:19:59 #10 48.21   Installing       : cpio-2.13-13.fc37.aarch64                          133/141 
11:19:59 #10 48.22   Installing       : bzip2-1.0.8-12.fc37.aarch64                        134/141 
11:19:59 #10 48.23   Installing       : rpm-build-4.18.0-1.fc37.aarch64                    135/141 
11:19:59 #10 48.24   Installing       : rpmlint-fedora-license-data-1.14-1.fc37.noarch     136/141 
11:19:59 #10 48.27   Installing       : rpmlint-2.4.0-3.fc37.noarch                        137/141 
11:19:59 #10 54.37   Installing       : glibc-gconv-extra-2.36-9.fc37.x86_64               139/141 
11:19:59 #10 54.38   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.x86_64               139/141 
11:19:59 #10 54.38   Cleanup          : elfutils-libs-0.188-3.fc37.x86_64                  140/141 
11:19:59 #10 54.39   Cleanup          : elfutils-libelf-0.188-3.fc37.x86_64                141/141 
11:19:59 #10 28.70 Selecting previously unselected package libubsan1:armhf.
11:19:59 #10 28.70 Preparing to unpack .../030-libubsan1_8.3.0-6+rpi1_armhf.deb ...
11:19:59 #10 28.71 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
11:19:59 #10 28.76 Selecting previously unselected package libgcc-8-dev:armhf.
11:19:59 #10 28.76 Preparing to unpack .../031-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
11:19:59 #10 28.76 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
11:19:59 #10 28.97 Selecting previously unselected package gcc-8.
11:19:59 #10 28.97 Preparing to unpack .../032-gcc-8_8.3.0-6+rpi1_armhf.deb ...
11:19:59 #10 55.39 Running transaction check
11:19:59 #10 55.46 Transaction check succeeded.
11:19:59 #10 55.46 Running transaction test
11:19:59 #11 53.10 Preparing to unpack .../319-libmarkdown2_2.2.7-2_amd64.deb ...
11:19:59 #11 53.11 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:19:59 #11 53.13 Selecting previously unselected package libmath-base85-perl.
11:19:59 #11 53.13 Preparing to unpack .../320-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:19:59 #11 53.14 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:19:59 #11 53.17 Selecting previously unselected package libmldbm-perl.
11:19:59 #11 53.17 Preparing to unpack .../321-libmldbm-perl_2.05-3_all.deb ...
11:19:59 #11 53.17 Unpacking libmldbm-perl (2.05-3) ...
11:19:59 #11 53.20 Selecting previously unselected package libmoox-aliases-perl.
11:19:59 #11 53.20 Preparing to unpack .../322-libmoox-aliases-perl_0.001006-2_all.deb ...
11:19:59 #11 53.20 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:19:59 #11 53.23 Selecting previously unselected package libmouse-perl.
11:19:59 #11 53.23 Preparing to unpack .../323-libmouse-perl_2.5.10-1build4_amd64.deb ...
11:19:59 #11 53.24 Unpacking libmouse-perl (2.5.10-1build4) ...
11:19:59 #11 53.27 Selecting previously unselected package libxs-parse-keyword-perl.
11:19:59 #11 53.27 Preparing to unpack .../324-libxs-parse-keyword-perl_0.25-1_amd64.deb ...
11:19:59 #11 53.27 Unpacking libxs-parse-keyword-perl (0.25-1) ...
11:19:59 #11 53.30 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
11:19:59 #11 53.30 Preparing to unpack .../325-libxs-parse-sublike-perl_0.16-1ubuntu2_amd64.deb ...
11:19:59 #11 53.31 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
11:19:59 #11 53.34 Selecting previously unselected package libobject-pad-perl.
11:19:59 #11 53.34 Preparing to unpack .../326-libobject-pad-perl_0.68-1_amd64.deb ...
11:19:59 #11 53.35 Unpacking libobject-pad-perl (0.68-1) ...
11:19:59 #11 53.37 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
11:19:59 #11 53.38 Preparing to unpack .../327-libpackage-stash-xs-perl_0.30-1_amd64.deb ...
11:19:59 #11 53.38 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1) ...
11:19:59 #11 53.41 Selecting previously unselected package libpath-iterator-rule-perl.
11:19:59 #11 34.98 Selecting previously unselected package groff-base.
11:19:59 #11 34.98 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
11:19:59 #11 34.98 Unpacking groff-base (1.22.4-4build1) ...
11:19:59 #11 35.12 Selecting previously unselected package libgdbm6:armhf.
11:19:59 #11 35.12 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
11:19:59 #11 35.12 Unpacking libgdbm6:armhf (1.18.1-5) ...
11:19:59 #11 35.15 Selecting previously unselected package libpipeline1:armhf.
11:19:59 #11 35.16 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
11:19:59 #11 35.16 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
11:19:59 #11 35.21 Selecting previously unselected package man-db.
11:19:59 #11 35.21 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
11:19:59 #11 49.40 Selecting previously unselected package g++-11.
11:19:59 #11 49.40 Preparing to unpack .../089-g++-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:19:59 #11 49.40 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
11:19:59 #11 47.80 Selecting previously unselected package perl-openssl-defaults:amd64.
11:19:59 #11 47.80 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ...
11:19:59 #11 47.81 Unpacking perl-openssl-defaults:amd64 (5build2) ...
11:19:59 #11 47.83 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:19:59 #11 47.83 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ...
11:19:59 #11 47.84 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:19:59 #11 47.91 Selecting previously unselected package libio-socket-ssl-perl.
11:19:59 #11 47.91 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ...
11:19:59 #11 47.91 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:19:59 #11 47.94 Selecting previously unselected package libnet-http-perl.
11:19:59 #11 47.94 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ...
11:19:59 #11 47.94 Unpacking libnet-http-perl (6.22-1) ...
11:19:59 #11 47.97 Selecting previously unselected package liblwp-protocol-https-perl.
11:19:59 #11 47.97 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:19:59 #11 47.97 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:19:59 #11 48.00 Selecting previously unselected package libtry-tiny-perl.
11:19:59 #11 48.00 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ...
11:19:59 #11 48.01 Unpacking libtry-tiny-perl (0.31-1) ...
11:19:59 #11 48.03 Selecting previously unselected package libwww-robotrules-perl.
11:19:59 #10 51.17 Setting up libcontextual-return-perl (0.004014-4) ...
11:19:59 #10 51.18 Setting up libwww-robotrules-perl (6.02-1) ...
11:19:59 #10 51.19 Setting up libtypes-serialiser-perl (1.01-1) ...
11:19:59 #10 51.20 Setting up libnsl-dev:arm64 (1.3.0-2) ...
11:19:59 #10 51.21 Setting up libhtml-parser-perl:arm64 (3.81-1) ...
11:19:59 #10 51.22 Setting up libgit-wrapper-perl (0.048-2) ...
11:19:59 #10 51.23 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:19:59 #10 51.25 Setting up librole-tiny-perl (2.002004-1) ...
11:19:59 #10 51.26 Setting up gnupg (2.2.40-1) ...
11:19:59 #10 51.27 Setting up libc6-dev:arm64 (2.36-8) ...
11:19:59 #10 51.28 Setting up libfont-ttf-perl (1.06-2) ...
11:19:59 #10 51.29 Setting up libfile-homedir-perl (1.006-2) ...
11:19:59 #10 51.30 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
11:19:59 #10 51.31 Setting up pristine-tar (1.50) ...
11:19:59 #10 51.32 Setting up libio-socket-ssl-perl (2.081-2) ...
11:19:59 #10 51.33 Setting up libsub-exporter-perl (0.989-1) ...
11:19:59 #10 51.34 Setting up libpython3-stdlib:arm64 (3.11.2-1) ...
11:19:59 #10 51.35 Setting up libalgorithm-merge-perl (0.08-5) ...
11:19:59 #10 51.36 Setting up libhttp-message-perl (6.44-1) ...
11:19:59 #10 51.38 Setting up libdata-validate-ip-perl (0.31-1) ...
11:19:59 #11 36.25 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
11:19:59 #11 36.25 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
11:19:59 #11 36.26 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:19:59 #11 36.26 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
11:19:59 #11 36.27 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-install-perl all 0.928-2 [10.2 kB]
11:19:59 #12 3.283 dh_gencontrol
11:19:59 #12 3.392 dh_md5sums
11:19:59 #12 3.419 dh_builddeb
11:19:59 #12 3.437 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:19:59 #12 3.459 
11:19:59 #12 3.459 The package has been created.
11:19:59 #12 3.459 Attention, the package has been created in the current directory,
11:19:59 #12 3.459 not in ".." as indicated by the message above!
11:19:59 #12 3.481 Selecting previously unselected package docker-ce-build-deps.
11:19:59 #12 3.493 (Reading database ... 21446 files and directories currently installed.)
11:19:59 #11 55.45 Setting up libtest-refcount-perl (0.10-1) ...
11:19:59 #11 55.46 Setting up libparams-util-perl (1.07-3build5) ...
11:19:59 #11 55.47 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
11:19:59 #11 55.48 Setting up autoconf (2.69-11.1) ...
11:19:59 #11 55.50 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:19:59 #11 55.67 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:19:59 #11 55.69 Setting up libarray-intspan-perl (2.003-1) ...
11:19:59 #14 10.11   Running scriptlet: systemd-libs-239-71.el8.aarch64                      14/83 
11:19:59 #14 10.86   Installing       : cpp-8.5.0-18.el8.aarch64                             15/83 
11:19:59 #14 10.87   Running scriptlet: cpp-8.5.0-18.el8.aarch64                             15/83 
11:19:59 #14 10.89   Installing       : python3-libsemanage-2.9-9.el8.aarch64                16/83 
11:19:59 #14 10.98   Installing       : python3-setools-4.3.0-3.el8.aarch64                  17/83 
11:19:59 #14 11.03   Installing       : libselinux-utils-2.9-8.el8.aarch64                   18/83 
11:19:59 #14 11.07   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 19/83 
11:19:59 #14 11.10   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 19/83 
11:19:59 #14 11.19   Installing       : isl-0.16.1-6.el8.aarch64                             20/83 
11:19:59 #10 ...
11:19:59 
11:19:59 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:19:59 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 14.4s done
11:19:59 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:19:59 #7 DONE 54.9s
11:19:59 
11:19:59 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:19:59 #11 48.51 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:59 #11 48.52 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:59 #11 48.55 Selecting previously unselected package libwww-perl.
11:19:59 #11 48.56 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ...
11:19:59 #11 48.56 Unpacking libwww-perl (6.43-1) ...
11:19:59 #11 48.60 Selecting previously unselected package patchutils.
11:19:59 #11 48.61 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ...
11:19:59 #11 48.61 Unpacking patchutils (0.3.4-2) ...
11:19:59 #11 48.65 Selecting previously unselected package wdiff.
11:19:59 #11 48.65 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ...
11:19:59 #11 48.65 Unpacking wdiff (1.2.2-2build1) ...
11:19:59 #11 48.70 Selecting previously unselected package devscripts.
11:19:59 #11 48.70 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ...
11:19:59 #11 48.73 Unpacking devscripts (2.20.2ubuntu2) ...
11:19:59 #10 31.04 Selecting previously unselected package libubsan1:armhf.
11:19:59 #10 31.04 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ...
11:19:59 #10 31.05 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
11:19:59 #10 31.26 Selecting previously unselected package libgcc-10-dev:armhf.
11:19:59 #10 31.26 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:19:59 #11 45.86 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
11:19:59 #11 45.91 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:19:59 #11 45.91 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
11:19:59 #11 45.91 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 licensecheck all 3.3.0-1 [41.4 kB]
11:19:59 #11 45.92 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-size-perl arm64 0.83-2 [20.3 kB]
11:19:59 #11 45.92 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:19:59 #11 45.93 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzip arm64 1.23-4 [79.9 kB]
11:19:59 #11 45.94 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
11:19:59 #10 41.29 Selecting previously unselected package git.
11:19:59 #10 41.29 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u8_armhf.deb ...
11:19:59 #10 41.39 Unpacking git (1:2.20.1-2+deb10u8) ...
11:19:59 #13 91.39   Installing : rsync-3.1.2-12.el7_9.aarch64                               16/65 
11:19:59 #13 91.69   Installing : perl-Data-Dumper-2.145-3.el7.aarch64                       17/65 
11:19:59 #10 48.27   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               138/141 
11:19:59 #10 48.38   Installing       : glibc-gconv-extra-2.36-9.fc37.aarch64              139/141 
11:19:59 #10 48.39   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.aarch64              139/141 
11:19:59 #10 48.40   Cleanup          : elfutils-libs-0.188-3.fc37.aarch64                 140/141 
11:19:59 #10 48.41   Cleanup          : elfutils-libelf-0.188-3.fc37.aarch64               141/141 
11:19:59 #10 28.97 Unpacking gcc-8 (8.3.0-6+rpi1) ...
11:19:59 #14 9.430   Preparing        :                                                        1/1 
11:19:59 #14 9.475   Running scriptlet: cmake-rpm-macros-3.20.2-5.el8.noarch                   1/1 
11:19:59 #14 9.491   Installing       : cmake-rpm-macros-3.20.2-5.el8.noarch                  1/80 
11:19:59 #14 9.506   Installing       : cmake-filesystem-3.20.2-5.el8.x86_64                  2/80 
11:19:59 #10 55.89 Transaction test succeeded.
11:19:59 #10 55.89 Running transaction
11:19:59 #11 53.41 Preparing to unpack .../328-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:19:59 #11 53.41 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:19:59 #11 53.44 Selecting previously unselected package libperlio-gzip-perl.
11:19:59 #11 53.44 Preparing to unpack .../329-libperlio-gzip-perl_0.20-1_amd64.deb ...
11:19:59 #11 53.44 Unpacking libperlio-gzip-perl (0.20-1) ...
11:19:59 #11 53.47 Selecting previously unselected package libperlio-utf8-strict-perl.
11:19:59 #11 53.47 Preparing to unpack .../330-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
11:19:59 #11 53.48 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:19:59 #11 53.51 Selecting previously unselected package libpod-parser-perl.
11:19:59 #11 53.51 Preparing to unpack .../331-libpod-parser-perl_1.65-1_all.deb ...
11:19:59 #11 53.52 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:19:59 #11 53.53 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:19:59 #11 53.54 Unpacking libpod-parser-perl (1.65-1) ...
11:19:59 #11 53.56 Selecting previously unselected package libpod-constants-perl.
11:19:59 #11 53.56 Preparing to unpack .../332-libpod-constants-perl_0.19-2_all.deb ...
11:19:59 #11 53.57 Unpacking libpod-constants-perl (0.19-2) ...
11:19:59 #11 53.59 Selecting previously unselected package libproc-processtable-perl:amd64.
11:19:59 #11 53.60 Preparing to unpack .../333-libproc-processtable-perl_0.634-1build1_amd64.deb ...
11:19:59 #11 53.60 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
11:19:59 #11 53.65 Selecting previously unselected package libre2-9:amd64.
11:19:59 #11 32.78 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
11:19:59 #11 32.96 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:19:59 #11 33.01 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
11:19:59 #11 35.22 Unpacking man-db (2.9.1-1) ...
11:19:59 #11 35.35 Selecting previously unselected package perl-modules-5.30.
11:19:59 #11 35.36 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:19:59 #11 35.36 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:19:59 #11 49.63 Selecting previously unselected package g++.
11:19:59 #11 49.63 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:19:59 #11 49.63 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:19:59 #11 49.66 Selecting previously unselected package make.
11:19:59 #11 49.66 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
11:19:59 #11 49.67 Unpacking make (4.3-4.1build1) ...
11:19:59 #11 49.70 Selecting previously unselected package libdpkg-perl.
11:19:59 #11 49.70 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:19:59 #11 49.70 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:19:59 #11 49.74 Selecting previously unselected package bzip2.
11:19:59 #11 49.74 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
11:19:59 #11 49.75 Unpacking bzip2 (1.0.8-5build1) ...
11:19:59 #11 49.78 Selecting previously unselected package patch.
11:19:59 #11 49.78 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
11:19:59 #11 49.78 Unpacking patch (2.7.6-7build2) ...
11:19:59 #11 49.82 Selecting previously unselected package lto-disabled-list.
11:19:59 #11 49.82 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
11:19:59 #11 49.82 Unpacking lto-disabled-list (24) ...
11:19:59 #11 49.85 Selecting previously unselected package dpkg-dev.
11:19:59 #11 48.03 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ...
11:19:59 #11 48.04 Unpacking libwww-robotrules-perl (6.02-1) ...
11:19:59 #11 48.06 Selecting previously unselected package libwww-perl.
11:19:59 #11 48.06 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ...
11:19:59 #11 48.07 Unpacking libwww-perl (6.61-1) ...
11:19:59 #11 48.10 Selecting previously unselected package patchutils.
11:19:59 #11 48.10 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ...
11:19:59 #11 48.11 Unpacking patchutils (0.4.2-1build2) ...
11:19:59 #11 48.16 Selecting previously unselected package wdiff.
11:19:59 #11 48.16 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ...
11:19:59 #11 48.17 Unpacking wdiff (1.2.2-2build3) ...
11:19:59 #11 48.21 Selecting previously unselected package devscripts.
11:19:59 #11 48.21 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ...
11:19:59 #11 48.23 Unpacking devscripts (2.22.1ubuntu1) ...
11:19:59 #11 48.31 Selecting previously unselected package diffstat.
11:19:59 #10 51.39 Setting up libhtml-form-perl (6.11-1) ...
11:19:59 #10 51.40 Setting up libiterator-perl (0.03+ds1-2) ...
11:19:59 #10 51.41 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
11:19:59 #10 51.42 Setting up libjson-xs-perl (4.030-2+b1) ...
11:19:59 #10 51.43 Setting up python3.11 (3.11.2-4) ...
11:19:59 #11 36.67 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
11:19:59 #12 3.494 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:19:59 #12 3.498 Unpacking docker-ce-build-deps (1.0) ...
11:19:59 #11 55.70 Setting up libcapture-tiny-perl (0.48-1) ...
11:19:59 #11 55.71 Setting up libtimedate-perl (2.3200-1) ...
11:19:59 #11 55.73 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:19:59 #11 55.75 Setting up libsub-name-perl (0.26-1) ...
11:19:59 #11 55.76 Setting up libtype-tiny-xs-perl (0.016-1) ...
11:19:59 #11 55.77 Setting up libfile-chdir-perl (0.1008-1) ...
11:19:59 #11 55.78 Setting up xauth (1:1.1-0ubuntu1) ...
11:19:59 #11 55.79 Setting up cpp (4:9.3.0-1ubuntu2) ...
11:19:59 #11 55.81 Setting up libpath-tiny-perl (0.108-1) ...
11:19:59 #11 55.82 Setting up libarchive-cpio-perl (0.10-1) ...
11:19:59 #11 55.84 Setting up libjson-perl (4.02000-2) ...
11:19:59 #11 55.85 Setting up libsub-override-perl (0.09-2) ...
11:19:59 #11 55.86 Setting up python3-unidiff (0.5.5-2) ...
11:19:59 #14 11.20   Running scriptlet: isl-0.16.1-6.el8.aarch64                             20/83 
11:19:59 #14 11.23   Installing       : libuv-1:1.41.1-1.el8_4.aarch64                       21/83 
11:19:59 #14 11.25   Installing       : perl-TermReadKey-2.37-7.el8.aarch64                  22/83 
11:19:59 #14 11.27   Installing       : less-530-1.el8.aarch64                               23/83 
11:19:59 #14 11.32   Installing       : libasan-8.5.0-18.el8.aarch64                         24/83 
11:19:59 #14 11.33   Running scriptlet: libasan-8.5.0-18.el8.aarch64                         24/83 
11:19:59 #14 11.35   Installing       : libatomic-8.5.0-18.el8.aarch64                       25/83 
11:19:59 #14 11.36   Running scriptlet: libatomic-8.5.0-18.el8.aarch64                       25/83 
11:19:59 #14 11.39   Installing       : libedit-3.1-23.20170329cvs.el8.aarch64               26/83 
11:19:59 #14 11.41   Installing       : libgomp-8.5.0-18.el8.aarch64                         27/83 
11:19:59 #10 22.89 Selecting previously unselected package libmd0:armhf.
11:19:59 #10 22.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
11:19:59 #10 22.89 Preparing to unpack .../libmd0_1.0.4-2_armhf.deb ...
11:19:59 #10 22.89 Unpacking libmd0:armhf (1.0.4-2) ...
11:19:59 #11 48.87 Selecting previously unselected package diffstat.
11:19:59 #11 48.87 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ...
11:19:59 #11 48.88 Unpacking diffstat (1.63-1) ...
11:19:59 #11 48.92 Selecting previously unselected package python3-chardet.
11:19:59 #11 48.92 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ...
11:19:59 #11 48.92 Unpacking python3-chardet (3.0.4-4build1) ...
11:19:59 #11 48.97 Selecting previously unselected package python3-debian.
11:19:59 #11 48.97 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1_all.deb ...
11:19:59 #11 48.97 Unpacking python3-debian (0.1.36ubuntu1) ...
11:19:59 #11 49.02 Selecting previously unselected package libgpgme11:arm64.
11:19:59 #11 49.02 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2_arm64.deb ...
11:19:59 #11 49.02 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2) ...
11:19:59 #11 49.07 Selecting previously unselected package python3-gpg.
11:19:59 #11 49.07 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2_arm64.deb ...
11:19:59 #11 49.07 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:19:59 #10 34.07 Selecting previously unselected package libxml2:armhf.
11:19:59 #10 34.07 Preparing to unpack .../085-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
11:19:59 #10 34.08 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
11:19:59 #10 31.26 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:19:59 #10 31.46 Selecting previously unselected package gcc-10.
11:19:59 #10 31.46 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ...
11:19:59 #10 31.46 Unpacking gcc-10 (10.2.1-6+rpi1) ...
11:19:59 #11 46.34 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
11:19:59 #10 33.12 Selecting previously unselected package libfakeroot:armhf.
11:19:59 #10 33.12 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ...
11:19:59 #10 33.13 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
11:19:59 #10 33.18 Selecting previously unselected package fakeroot.
11:19:59 #10 33.18 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ...
11:19:59 #10 33.18 Unpacking fakeroot (1.25.3-1.1) ...
11:19:59 #10 33.23 Selecting previously unselected package libassuan0:armhf.
11:19:59 #10 42.89 Selecting previously unselected package gcc.
11:19:59 #10 42.90 Preparing to unpack .../076-gcc_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:19:59 #10 42.90 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:19:59 #10 42.93 Selecting previously unselected package libstdc++-7-dev:armhf.
11:19:59 #10 42.93 Preparing to unpack .../077-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:19:59 #10 42.94 Unpacking libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:19:59 #13 91.79   Installing : autoconf-2.69-11.el7.noarch                                18/65 
11:19:59 #13 92.06 install-info: No such file or directory for /usr/share/info/autoconf.info
11:19:59 #14 9.723   Upgrading        : glibc-common-2.28-225.el8.x86_64                      3/80 
11:19:59 #14 9.956   Upgrading        : glibc-gconv-extra-2.28-225.el8.x86_64                 4/80 
11:19:59 #14 9.977   Running scriptlet: glibc-gconv-extra-2.28-225.el8.x86_64                 4/80 
11:19:59 #11 53.65 Preparing to unpack .../334-libre2-9_20220601+dfsg-1_amd64.deb ...
11:19:59 #11 53.65 Unpacking libre2-9:amd64 (20220601+dfsg-1) ...
11:19:59 #11 53.68 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:19:59 #11 53.68 Preparing to unpack .../335-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
11:19:59 #11 53.68 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:19:59 #11 53.71 Selecting previously unselected package libreadonly-perl.
11:19:59 #11 53.71 Preparing to unpack .../336-libreadonly-perl_2.050-3_all.deb ...
11:19:59 #11 53.71 Unpacking libreadonly-perl (2.050-3) ...
11:19:59 #11 53.74 Selecting previously unselected package libref-util-perl.
11:19:59 #11 53.74 Preparing to unpack .../337-libref-util-perl_0.204-1_all.deb ...
11:19:59 #11 53.75 Unpacking libref-util-perl (0.204-1) ...
11:19:59 #11 53.77 Selecting previously unselected package libref-util-xs-perl.
11:19:59 #11 53.78 Preparing to unpack .../338-libref-util-xs-perl_0.117-2_amd64.deb ...
11:19:59 #11 53.78 Unpacking libref-util-xs-perl (0.117-2) ...
11:19:59 #11 53.82 Selecting previously unselected package libregexp-pattern-license-perl.
11:19:59 #11 53.82 Preparing to unpack .../339-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
11:19:59 #11 53.82 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
11:19:59 #11 53.85 Selecting previously unselected package libregexp-pattern-perl.
11:19:59 #11 53.85 Preparing to unpack .../340-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:19:59 #11 53.86 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:19:59 #11 53.89 Selecting previously unselected package libregexp-wildcards-perl.
11:19:59 #11 33.07 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
11:19:59 #11 33.10 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
11:19:59 #11 33.12 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:19:59 #11 33.14 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:19:59 #11 33.14 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:19:59 #11 33.16 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:19:59 #11 33.17 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
11:19:59 #11 33.20 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:19:59 #11 49.85 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:19:59 #11 49.86 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:19:59 #11 49.90 Selecting previously unselected package build-essential.
11:19:59 #11 49.90 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
11:19:59 #11 49.91 Unpacking build-essential (12.9ubuntu3) ...
11:19:59 #11 49.94 Selecting previously unselected package libbrotli1:arm64.
11:19:59 #11 49.94 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
11:19:59 #11 49.95 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:19:59 #11 49.98 Selecting previously unselected package libsasl2-modules-db:arm64.
11:19:59 #11 49.98 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
11:19:59 #11 49.99 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:19:59 #11 50.02 Selecting previously unselected package libsasl2-2:arm64.
11:19:59 #11 50.02 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
11:19:59 #11 50.02 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:19:59 #11 50.06 Selecting previously unselected package libldap-2.5-0:arm64.
11:19:59 #11 50.06 Preparing to unpack .../101-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
11:19:59 #11 50.06 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:19:59 #11 50.10 Selecting previously unselected package librtmp1:arm64.
11:19:59 #11 48.31 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ...
11:19:59 #11 48.31 Unpacking diffstat (1.64-1build2) ...
11:19:59 #11 48.34 Selecting previously unselected package python3-chardet.
11:19:59 #11 48.35 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ...
11:19:59 #11 48.35 Unpacking python3-chardet (4.0.0-1) ...
11:19:59 #11 48.39 Selecting previously unselected package zstd.
11:19:59 #11 48.39 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ...
11:19:59 #11 48.39 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:19:59 #11 48.43 Selecting previously unselected package python3-debian.
11:19:59 #11 48.43 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1_all.deb ...
11:19:59 #11 48.44 Unpacking python3-debian (0.1.43ubuntu1) ...
11:19:59 #11 48.47 Selecting previously unselected package libgpgme11:amd64.
11:19:59 #11 48.47 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4_amd64.deb ...
11:19:59 #11 48.48 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:19:59 #11 48.51 Selecting previously unselected package python3-gpg.
11:19:59 #11 48.51 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4_amd64.deb ...
11:19:59 #11 48.51 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:19:59 #11 48.56 Selecting previously unselected package dput.
11:19:59 #11 48.56 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
11:19:59 #10 52.43 Setting up libmpc3:arm64 (1.1.0-1) ...
11:19:59 #10 52.45 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:19:59 #10 52.46 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:19:59 #10 52.48 Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
11:19:59 #10 52.49 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:19:59 #10 52.50 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:19:59 #10 52.53 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:19:59 #10 52.53 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
11:19:59 #10 52.53 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:19:59 #10 52.53 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
11:19:59 #10 52.54 Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:19:59 #10 52.56 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:19:59 #11 36.74 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
11:19:59 #11 36.85 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconst-fast-perl all 0.014-2 [8034 B]
11:19:59 #11 36.87 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwant-perl armhf 0.29-2 [24.0 kB]
11:19:59 #11 36.90 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:19:59 #11 36.95 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcpanel-json-xs-perl armhf 4.32-1 [112 kB]
11:19:59 #11 56.00 Setting up libstrictures-perl (2.000006-1) ...
11:19:59 #11 56.01 Setting up libsub-quote-perl (2.006006-1) ...
11:19:59 #11 56.02 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
11:19:59 #11 56.04 Setting up libsort-versions-perl (1.62-1) ...
11:19:59 #11 56.05 Setting up libexporter-tiny-perl (1.002001-1) ...
11:19:59 #11 56.07 Setting up libre-engine-re2-perl (0.13-5) ...
11:19:59 #11 56.08 Setting up libterm-readkey-perl (2.38-1build1) ...
11:19:59 #11 56.09 Setting up lsb-release (11.1.0ubuntu2) ...
11:19:59 #11 56.11 Setting up libnet-ip-perl (1.26-2) ...
11:19:59 #11 56.12 Setting up python3-magic (2:0.4.15-3) ...
11:19:59 #14 11.43   Running scriptlet: libgomp-8.5.0-18.el8.aarch64                         27/83 
11:19:59 #14 11.47   Installing       : libubsan-8.5.0-18.el8.aarch64                        28/83 
11:19:59 #14 11.49   Running scriptlet: libubsan-8.5.0-18.el8.aarch64                        28/83 
11:19:59 #14 11.52   Running scriptlet: openssh-8.0p1-17.el8.aarch64                         29/83 
11:19:59 #14 11.59   Installing       : openssh-8.0p1-17.el8.aarch64                         29/83 
11:19:59 #10 23.03 Setting up libmd0:armhf (1.0.4-2) ...
11:19:59 #10 23.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 ... 10367 files and directories currently installed.)
11:19:59 #10 23.11 Preparing to unpack .../dpkg_1.21.20+rpi1_armhf.deb ...
11:19:59 #10 23.12 Unpacking dpkg (1.21.20+rpi1) over (1.21.9+rpi1) ...
11:19:59 #11 49.13 Selecting previously unselected package dput.
11:19:59 #11 49.13 Preparing to unpack .../196-dput_1.0.3ubuntu1_all.deb ...
11:19:59 #11 49.14 Unpacking dput (1.0.3ubuntu1) ...
11:19:59 #11 49.19 Selecting previously unselected package libcurl3-gnutls:arm64.
11:19:59 #11 49.19 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.16_arm64.deb ...
11:19:59 #11 49.19 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.16) ...
11:19:59 #11 49.24 Selecting previously unselected package liberror-perl.
11:19:59 #11 49.24 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
11:19:59 #11 49.25 Unpacking liberror-perl (0.17029-1) ...
11:19:59 #11 49.28 Selecting previously unselected package git-man.
11:19:59 #11 49.29 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.10_all.deb ...
11:19:59 #10 34.20 Selecting previously unselected package gettext.
11:19:59 #10 34.20 Preparing to unpack .../086-gettext_0.21-12_armhf.deb ...
11:19:59 #10 34.21 Unpacking gettext (0.21-12) ...
11:19:59 #10 34.41 Selecting previously unselected package intltool-debian.
11:19:59 #10 34.41 Preparing to unpack .../087-intltool-debian_0.35.0+20060710.6_all.deb ...
11:19:59 #13 14.92   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch            1/1 
11:19:59 #13 15.03   Preparing        :                                                        1/1 
11:19:59 #13 15.09   Installing       : make-1:4.3-7.el9.x86_64                               1/68 
11:19:59 #13 15.11   Installing       : selinux-policy-38.1.8-1.el9.noarch                    2/68 
11:19:59 #13 15.11   Running scriptlet: selinux-policy-38.1.8-1.el9.noarch                    2/68 
11:19:59 #13 15.13   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch           3/68 
11:19:59 #13 15.32   Installing       : selinux-policy-targeted-38.1.8-1.el9.noarch           3/68 
11:20:00 #10 33.23 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ...
11:20:00 #10 33.24 Unpacking libassuan0:armhf (2.5.3-7.1) ...
11:20:00 #10 33.27 Selecting previously unselected package gpgconf.
11:20:00 #10 33.27 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 33.28 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:20:00 #10 33.36 Selecting previously unselected package libksba8:armhf.
11:20:00 #10 33.36 Preparing to unpack .../090-libksba8_1.5.0-3+deb11u2_armhf.deb ...
11:20:00 #10 33.37 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
11:20:00 #10 33.43 Selecting previously unselected package libnpth0:armhf.
11:20:00 #10 33.43 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ...
11:20:00 #10 33.44 Unpacking libnpth0:armhf (1.6-3) ...
11:20:00 #10 33.49 Selecting previously unselected package dirmngr.
11:20:00 #10 33.49 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 43.26 Selecting previously unselected package g++-7.
11:20:00 #10 43.27 Preparing to unpack .../078-g++-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:20:00 #10 43.27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:20:00 #13 92.11   Installing : libselinux-utils-2.5-15.el7.aarch64                        19/65 
11:20:00 #13 92.24   Installing : policycoreutils-2.5-34.el7.aarch64                         20/65 
11:20:00 #14 9.991   Running scriptlet: glibc-2.28-225.el8.x86_64                             5/80 
11:20:00 #14 10.22   Upgrading        : glibc-2.28-225.el8.x86_64                             5/80 
11:20:00 #11 53.89 Preparing to unpack .../341-libregexp-wildcards-perl_1.05-3_all.deb ...
11:20:00 #11 53.89 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:20:00 #11 53.92 Selecting previously unselected package libsasl2-modules:amd64.
11:20:00 #11 53.92 Preparing to unpack .../342-libsasl2-modules_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:20:00 #11 53.93 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:20:00 #11 53.96 Selecting previously unselected package libsereal-decoder-perl.
11:20:00 #11 53.96 Preparing to unpack .../343-libsereal-decoder-perl_4.025+ds-1_amd64.deb ...
11:20:00 #11 53.97 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
11:20:00 #11 53.99 Selecting previously unselected package libsereal-encoder-perl:amd64.
11:20:00 #11 54.00 Preparing to unpack .../344-libsereal-encoder-perl_4.025+ds-1_amd64.deb ...
11:20:00 #11 54.00 Unpacking libsereal-encoder-perl:amd64 (4.025+ds-1) ...
11:20:00 #11 54.03 Selecting previously unselected package libset-intspan-perl.
11:20:00 #11 54.03 Preparing to unpack .../345-libset-intspan-perl_1.19-2_all.deb ...
11:20:00 #11 54.03 Unpacking libset-intspan-perl (1.19-2) ...
11:20:00 #11 54.06 Selecting previously unselected package libsocket6-perl.
11:20:00 #11 54.06 Preparing to unpack .../346-libsocket6-perl_0.29-2_amd64.deb ...
11:20:00 #11 54.07 Unpacking libsocket6-perl (0.29-2) ...
11:20:00 #11 54.09 Selecting previously unselected package libsodium23:amd64.
11:20:00 #11 54.10 Preparing to unpack .../347-libsodium23_1.0.18-1build2_amd64.deb ...
11:20:00 #11 54.10 Unpacking libsodium23:amd64 (1.0.18-1build2) ...
11:20:00 #11 54.13 Selecting previously unselected package libstring-copyright-perl.
11:20:00 #11 54.13 Preparing to unpack .../348-libstring-copyright-perl_0.003013-1_all.deb ...
11:20:00 #11 54.13 Unpacking libstring-copyright-perl (0.003013-1) ...
11:20:00 #11 54.15 Selecting previously unselected package libstring-escape-perl.
11:20:00 #11 54.16 Preparing to unpack .../349-libstring-escape-perl_2010.002-2_all.deb ...
11:20:00 #11 54.16 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:00 #11 54.19 Selecting previously unselected package libstring-shellquote-perl.
11:20:00 #11 54.19 Preparing to unpack .../350-libstring-shellquote-perl_1.04-2_all.deb ...
11:20:00 #11 54.20 Unpacking libstring-shellquote-perl (1.04-2) ...
11:20:00 #10 29.85 Selecting previously unselected package gcc.
11:20:00 #10 29.85 Preparing to unpack .../033-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
11:20:00 #11 50.10 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:20:00 #11 50.10 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:00 #11 50.14 Selecting previously unselected package libssh-4:arm64.
11:20:00 #11 50.14 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
11:20:00 #11 50.14 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:20:00 #11 50.21 Selecting previously unselected package libcurl4:arm64.
11:20:00 #11 50.21 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.8_arm64.deb ...
11:20:00 #11 50.21 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
11:20:00 #11 50.24 Selecting previously unselected package curl.
11:20:00 #11 50.24 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.8_arm64.deb ...
11:20:00 #11 50.25 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:20:00 #11 50.29 Selecting previously unselected package dctrl-tools.
11:20:00 #11 50.29 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
11:20:00 #11 50.30 Unpacking dctrl-tools (2.24-3build2) ...
11:20:00 #11 50.33 Selecting previously unselected package libdebhelper-perl.
11:20:00 #11 48.57 Unpacking dput (1.1.0ubuntu2) ...
11:20:00 #11 48.60 Selecting previously unselected package fonts-dejavu-core.
11:20:00 #11 48.60 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
11:20:00 #11 48.60 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:20:00 #11 48.73 Selecting previously unselected package fontconfig-config.
11:20:00 #11 48.73 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:20:00 #11 48.74 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:00 #11 48.78 Selecting previously unselected package libcurl3-gnutls:amd64.
11:20:00 #11 48.78 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.8_amd64.deb ...
11:20:00 #11 48.78 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
11:20:00 #11 48.81 Selecting previously unselected package liberror-perl.
11:20:00 #10 56.57   Preparing        :                                                        1/1 
11:20:00 #10 53.02 Updating certificates in /etc/ssl/certs...
11:20:00 #11 37.01 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:20:00 #11 37.02 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
11:20:00 #11 37.03 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:20:00 #11 37.04 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:20:00 #11 37.04 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:20:00 #11 35.85 Selecting previously unselected package libgdbm-compat4:armhf.
11:20:00 #11 35.85 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
11:20:00 #11 35.85 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
11:20:00 #11 35.88 Selecting previously unselected package libperl5.30:armhf.
11:20:00 #11 35.89 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_armhf.deb ...
11:20:00 #11 35.89 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
11:20:00 #11 56.26 Setting up libperlio-gzip-perl (0.19-1build5) ...
11:20:00 #11 56.27 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:00 #11 56.29 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
11:20:00 #11 56.30 Setting up liburi-perl (1.76-2) ...
11:20:00 #11 56.31 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:00 #11 56.32 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:00 #11 56.34 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
11:20:00 #11 56.36 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:20:00 #10 52.18 Setting up libhttp-negotiate-perl (6.01-2) ...
11:20:00 #10 52.19 Setting up libio-prompter-perl (0.004015-2) ...
11:20:00 #10 52.21 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:00 #10 52.22 Setting up libstdc++-12-dev:arm64 (12.2.0-14) ...
11:20:00 #10 52.23 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:00 #10 52.24 Setting up libtool (2.4.7-5) ...
11:20:00 #10 23.37 Setting up dpkg (1.21.20+rpi1) ...
11:20:00 #10 23.40 dpkg: warning: This system uses merged-usr-via-aliased-dirs, going behind dpkg's
11:20:00 #10 23.40 dpkg: warning: back, breaking its core assumptions. This can cause silent file
11:20:00 #10 23.40 dpkg: warning: overwrites and disappearances, and its general tools misbehavior.
11:20:00 #10 23.40 dpkg: warning: See <https://wiki.debian.org/Teams/Dpkg/FAQ#broken-usrmerge>.
11:20:00 #11 49.29 Unpacking git-man (1:2.25.1-1ubuntu3.10) ...
11:20:00 #11 49.39 Selecting previously unselected package git.
11:20:00 #11 49.40 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.10_arm64.deb ...
11:20:00 #11 49.42 Unpacking git (1:2.25.1-1ubuntu3.10) ...
11:20:00 #10 34.41 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:20:00 #10 34.45 Selecting previously unselected package po-debconf.
11:20:00 #10 34.45 Preparing to unpack .../088-po-debconf_1.0.21+nmu1_all.deb ...
11:20:00 #10 34.46 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:00 #10 34.56 Selecting previously unselected package debhelper.
11:20:00 #10 34.56 Preparing to unpack .../089-debhelper_13.11.4_all.deb ...
11:20:00 #10 34.57 Unpacking debhelper (13.11.4) ...
11:20:00 #10 33.52 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:20:00 #10 33.60 Selecting previously unselected package gnupg-l10n.
11:20:00 #10 33.60 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:20:00 #10 33.61 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:20:00 #11 46.59 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 unzip arm64 6.0-27ubuntu1 [170 kB]
11:20:00 #11 46.72 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 lintian all 2.115.3ubuntu2.1 [1108 kB]
11:20:00 #11 46.92 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages-dev all 5.13-1 [2355 kB]
11:20:00 #14 10.25   Running scriptlet: glibc-2.28-225.el8.x86_64                             5/80 
11:20:00 #14 10.43   Installing       : glibc-langpack-en-2.28-225.el8.x86_64                 6/80 
11:20:00 #14 10.48   Downgrading      : pcre2-10.32-3.el8.x86_64                              7/80 
11:20:00 #11 54.23 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:00 #11 54.23 Preparing to unpack .../351-libsyntax-keyword-try-perl_0.27-1_amd64.deb ...
11:20:00 #11 54.23 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
11:20:00 #11 54.26 Selecting previously unselected package libterm-readkey-perl.
11:20:00 #11 54.26 Preparing to unpack .../352-libterm-readkey-perl_2.38-2_amd64.deb ...
11:20:00 #11 54.26 Unpacking libterm-readkey-perl (2.38-2) ...
11:20:00 #11 54.29 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:00 #11 54.29 Preparing to unpack .../353-libtext-levenshteinxs-perl_0.03-5_amd64.deb ...
11:20:00 #11 54.30 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
11:20:00 #11 54.32 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:20:00 #11 54.32 Preparing to unpack .../354-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
11:20:00 #11 54.33 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:20:00 #11 54.36 Selecting previously unselected package libtext-xslate-perl:amd64.
11:20:00 #11 54.36 Preparing to unpack .../355-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
11:20:00 #11 54.36 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:20:00 #11 54.40 Selecting previously unselected package libtime-duration-perl.
11:20:00 #11 54.40 Preparing to unpack .../356-libtime-duration-perl_1.21-1_all.deb ...
11:20:00 #11 54.40 Unpacking libtime-duration-perl (1.21-1) ...
11:20:00 #11 54.43 Selecting previously unselected package libtime-moment-perl.
11:20:00 #10 56.85 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
11:20:00 #10 56.86 Setting up libgdbm-compat4:amd64 (1.23-3) ...
11:20:00 #10 56.87 Setting up ucf (3.0043+nmu1) ...
11:20:00 #10 56.97 Setting up libx265-199:amd64 (3.5-2+b1) ...
11:20:00 #10 56.98 Setting up dwz (0.15-1) ...
11:20:00 #10 56.99 Setting up groff-base (1.22.4-9) ...
11:20:00 #10 57.00 Setting up cpp (4:12.2.0-3) ...
11:20:00 #10 57.02 Setting up pixz (1.0.7-2) ...
11:20:00 #10 57.03 Setting up gpgconf (2.2.40-1) ...
11:20:00 #10 57.04 Setting up libcurl4:amd64 (7.88.1-1) ...
11:20:00 #10 57.07 Setting up libx11-6:amd64 (2:1.8.4-2) ...
11:20:00 #10 57.08 Setting up curl (7.88.1-1) ...
11:20:00 #10 57.09 Setting up libfontconfig1:amd64 (2.14.1-4) ...
11:20:00 #10 57.10 Setting up libperl5.36:amd64 (5.36.0-7) ...
11:20:00 #10 57.12 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:20:00 #10 57.13 Setting up gpg (2.2.40-1) ...
11:20:00 #10 57.14 Setting up gnupg-utils (2.2.40-1) ...
11:20:00 #10 57.15 Setting up binutils-x86-64-linux-gnu (2.40-2) ...
11:20:00 #10 57.16 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
11:20:00 #10 57.17 Setting up gpg-agent (2.2.40-1) ...
11:20:00 #10 29.86 Unpacking gcc (4:8.3.0-1+rpi2) ...
11:20:00 #10 29.90 Selecting previously unselected package libc-dev-bin.
11:20:00 #10 29.90 Preparing to unpack .../034-libc-dev-bin_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
11:20:00 #10 29.91 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
11:20:00 #10 29.98 Selecting previously unselected package linux-libc-dev:armhf.
11:20:00 #10 29.98 Preparing to unpack .../035-linux-libc-dev_1%3a1.20220308~buster-1_armhf.deb ...
11:20:00 #10 29.98 Unpacking linux-libc-dev:armhf (1:1.20220308~buster-1) ...
11:20:00 #10 48.37 Running transaction check
11:20:00 #10 48.45 Transaction check succeeded.
11:20:00 #10 48.45 Running transaction test
11:20:00 #11 50.33 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:20:00 #11 50.33 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:20:00 #11 50.37 Selecting previously unselected package libtool.
11:20:00 #11 50.37 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
11:20:00 #11 50.38 Unpacking libtool (2.4.6-15build2) ...
11:20:00 #11 50.42 Selecting previously unselected package dh-autoreconf.
11:20:00 #11 50.42 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
11:20:00 #11 50.42 Unpacking dh-autoreconf (20) ...
11:20:00 #11 50.45 Selecting previously unselected package libarchive-zip-perl.
11:20:00 #11 50.45 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
11:20:00 #11 50.45 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:00 #11 50.49 Selecting previously unselected package libsub-override-perl.
11:20:00 #11 50.49 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
11:20:00 #11 50.50 Unpacking libsub-override-perl (0.09-2) ...
11:20:00 #11 50.53 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:00 #11 50.53 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:20:00 #11 50.53 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:00 #11 50.56 Selecting previously unselected package dh-strip-nondeterminism.
11:20:00 #11 48.81 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
11:20:00 #11 48.82 Unpacking liberror-perl (0.17029-1) ...
11:20:00 #11 48.85 Selecting previously unselected package git-man.
11:20:00 #11 48.85 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.8_all.deb ...
11:20:00 #11 48.85 Unpacking git-man (1:2.34.1-1ubuntu1.8) ...
11:20:00 #11 48.90 Selecting previously unselected package git.
11:20:00 #11 48.90 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.8_amd64.deb ...
11:20:00 #11 48.91 Unpacking git (1:2.34.1-1ubuntu1.8) ...
11:20:00 #11 49.04 Selecting previously unselected package libalgorithm-diff-perl.
11:20:00 #11 49.04 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:00 #11 49.04 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:00 #11 49.07 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:00 #10 56.60   Installing       : elfutils-debuginfod-client-0.188-3.fc36.x86_64       1/139 
11:20:00 #10 56.62   Installing       : binutils-gold-2.37-37.fc36.x86_64                    2/139 
11:20:00 #10 56.75   Installing       : binutils-2.37-37.fc36.x86_64                         3/139 
11:20:00 #10 56.76   Running scriptlet: binutils-2.37-37.fc36.x86_64                         3/139 
11:20:00 #10 56.78   Installing       : python3-six-1.16.0-5.fc36.noarch                     4/139 
11:20:00 #10 56.78   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             5/139 
11:20:00 #10 56.79   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           6/139 
11:20:00 #10 56.80   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              7/139 
11:20:00 #10 56.81   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           8/139 
11:20:00 #10 56.82   Installing       : hunspell-1.7.0-19.fc36.x86_64                        9/139 
11:20:00 #10 56.84   Installing       : elfutils-0.188-3.fc36.x86_64                        10/139 
11:20:00 #11 37.45 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-xs-perl armhf 0.430-3 [36.9 kB]
11:20:00 #11 33.61 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:20:00 #11 33.69 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
11:20:00 #11 33.70 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
11:20:00 #11 33.77 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:20:00 #11 33.82 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
11:20:00 #11 56.56 Setting up automake (1:1.16.1-4ubuntu6) ...
11:20:00 #11 56.57 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:00 #11 56.57 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
11:20:00 #11 56.57 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
11:20:00 #11 56.57 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:00 #11 56.59 Setting up libstring-escape-perl (2010.002-2) ...
11:20:00 #11 56.60 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:00 #11 56.61 Setting up libhttp-date-perl (6.05-1) ...
11:20:00 #11 56.63 Setting up libfile-which-perl (1.23-1) ...
11:20:00 #11 56.64 Setting up libfile-basedir-perl (0.08-1) ...
11:20:00 #11 56.65 Setting up gettext (0.19.8.1-10build1) ...
11:20:00 #11 56.67 Setting up libnumber-range-perl (0.12-1) ...
11:20:00 #11 56.68 Setting up libunicode-utf8-perl (0.62-1build1) ...
11:20:00 #10 52.25 Setting up po-debconf (1.0.21+nmu1) ...
11:20:00 #10 52.26 Setting up libhtml-tree-perl (5.07-3) ...
11:20:00 #10 52.27 Setting up libparams-classify-perl:arm64 (0.015-2+b1) ...
11:20:00 #10 52.28 Setting up libcgi-pm-perl (4.55-1) ...
11:20:00 #10 52.30 Setting up python3 (3.11.2-1) ...
11:20:00 #10 23.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10369 files and directories currently installed.)
11:20:00 #10 23.67 Preparing to unpack .../libperl5.36_5.36.0-7_armhf.deb ...
11:20:00 #10 23.68 Unpacking libperl5.36:armhf (5.36.0-7) over (5.36.0-6) ...
11:20:00 #10 34.73 Selecting previously unselected package debian-keyring.
11:20:00 #10 34.73 Preparing to unpack .../090-debian-keyring_2022.12.24_all.deb ...
11:20:00 #10 34.73 Unpacking debian-keyring (2022.12.24) ...
11:20:00 #10 33.76 Selecting previously unselected package gnupg-utils.
11:20:00 #10 33.76 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 33.77 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:20:00 #10 33.87 Selecting previously unselected package gpg.
11:20:00 #10 33.87 Preparing to unpack .../095-gpg_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 33.88 Unpacking gpg (2.2.27-2+deb11u2) ...
11:20:00 #10 34.01 Selecting previously unselected package pinentry-curses.
11:20:00 #10 34.01 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ...
11:20:00 #11 47.04 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-certifi all 2022.6.15-2 [156 kB]
11:20:00 #11 47.05 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
11:20:00 #11 47.05 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
11:20:00 #11 47.06 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-idna all 3.3-1 [49.3 kB]
11:20:00 #11 47.06 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-nacl arm64 1.5.0-2 [59.9 kB]
11:20:00 #11 47.06 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
11:20:00 #11 47.06 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-bcrypt arm64 3.2.0-1build1 [28.9 kB]
11:20:00 #14 10.54   Installing       : make-1:4.2.1-11.el8.x86_64                            8/80 
11:20:00 #14 10.55   Running scriptlet: make-1:4.2.1-11.el8.x86_64                            8/80 
11:20:00 #14 10.58   Installing       : python3-libselinux-2.9-8.el8.x86_64                   9/80 
11:20:00 #14 10.62   Downgrading      : libsemanage-2.9-9.el8.x86_64                         10/80 
11:20:00 #14 10.64   Installing       : libmpc-1.1.0-9.1.el8.x86_64                          11/80 
11:20:00 #14 10.69   Installing       : checkpolicy-2.9-1.el8.x86_64                         12/80 
11:20:00 #14 10.72   Installing       : m4-1.4.18-7.el8.x86_64                               13/80 
11:20:00 #11 54.43 Preparing to unpack .../357-libtime-moment-perl_0.44-2_amd64.deb ...
11:20:00 #11 54.44 Unpacking libtime-moment-perl (0.44-2) ...
11:20:00 #11 54.46 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
11:20:00 #11 54.47 Preparing to unpack .../358-libtype-tiny-xs-perl_0.022-2_amd64.deb ...
11:20:00 #11 54.47 Unpacking libtype-tiny-xs-perl:amd64 (0.022-2) ...
11:20:00 #11 54.50 Selecting previously unselected package libunicode-utf8-perl.
11:20:00 #11 54.50 Preparing to unpack .../359-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
11:20:00 #11 54.50 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:00 #11 54.53 Selecting previously unselected package libwww-mechanize-perl.
11:20:00 #11 54.53 Preparing to unpack .../360-libwww-mechanize-perl_2.14-2_all.deb ...
11:20:00 #11 54.54 Unpacking libwww-mechanize-perl (2.14-2) ...
11:20:00 #11 54.56 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:00 #11 54.56 Preparing to unpack .../361-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:20:00 #11 54.57 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:20:00 #11 54.60 Selecting previously unselected package libxml-sax-base-perl.
11:20:00 #11 54.60 Preparing to unpack .../362-libxml-sax-base-perl_1.09-2_all.deb ...
11:20:00 #11 54.60 Unpacking libxml-sax-base-perl (1.09-2) ...
11:20:00 #11 54.64 Selecting previously unselected package libxml-sax-perl.
11:20:00 #11 54.64 Preparing to unpack .../363-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:00 #10 48.85 Transaction test succeeded.
11:20:00 #11 50.56 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:20:00 #11 50.57 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:20:00 #11 50.60 Selecting previously unselected package libdw1:arm64.
11:20:00 #11 50.60 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
11:20:00 #11 50.60 Unpacking libdw1:arm64 (0.186-1build1) ...
11:20:00 #11 50.64 Selecting previously unselected package debugedit.
11:20:00 #11 50.64 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
11:20:00 #11 50.64 Unpacking debugedit (1:5.0-4build1) ...
11:20:00 #11 50.67 Selecting previously unselected package dwz.
11:20:00 #11 50.67 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
11:20:00 #11 50.68 Unpacking dwz (0.14-1build2) ...
11:20:00 #11 50.71 Selecting previously unselected package gettext.
11:20:00 #11 50.71 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
11:20:00 #11 50.72 Unpacking gettext (0.21-4ubuntu4) ...
11:20:00 #11 50.77 Selecting previously unselected package intltool-debian.
11:20:00 #11 50.77 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:00 #11 50.77 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:00 #11 50.80 Selecting previously unselected package po-debconf.
11:20:00 #10 56.85   Installing       : xz-5.4.1-1.fc36.x86_64                              11/139 
11:20:00 #10 56.86   Installing       : dwz-0.14-4.fc36.x86_64                              12/139 
11:20:00 #10 56.87   Installing       : unzip-6.0-57.fc36.x86_64                            13/139 
11:20:00 #10 56.88   Installing       : file-5.41-4.fc36.x86_64                             14/139 
11:20:00 #10 56.89   Installing       : zip-3.0-32.fc36.x86_64                              15/139 
11:20:00 #10 56.90   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      16/139 
11:20:00 #10 56.91   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 17/139 
11:20:00 #10 56.93   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              18/139 
11:20:00 #10 56.94   Installing       : python3-construct-2.10.68-1.fc36.noarch             19/139 
11:20:00 #10 56.95   Installing       : python3-pybeam-0.7-2.fc36.noarch                    20/139 
11:20:00 #10 56.96   Installing       : zstd-1.5.4-1.fc36.x86_64                            21/139 
11:20:00 #10 56.97   Installing       : rust-srpm-macros-24-1.fc36.noarch                   22/139 
11:20:00 #10 56.97   Installing       : rpmautospec-rpm-macros-0.3.5-1.fc36.noarch          23/139 
11:20:00 #10 56.98   Installing       : qt5-srpm-macros-5.15.8-1.fc36.noarch                24/139 
11:20:00 #10 56.98   Installing       : pyproject-srpm-macros-1.6.2-1.fc36.noarch           25/139 
11:20:00 #10 56.99   Installing       : emacs-filesystem-1:28.2-3.fc36.noarch               26/139 
11:20:00 #10 56.99   Installing       : desktop-file-utils-0.26-6.fc36.x86_64               27/139 
11:20:00 #10 57.00   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                    28/139 
11:20:00 #10 57.01   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                   29/139 
11:20:00 #10 57.02   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch               30/139 
11:20:00 #10 57.03   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                     31/139 
11:20:00 #11 49.08 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
11:20:00 #11 49.08 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:00 #11 49.10 Selecting previously unselected package libalgorithm-merge-perl.
11:20:00 #11 49.11 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:00 #11 49.11 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:00 #11 49.14 Selecting previously unselected package libaliased-perl.
11:20:00 #11 49.14 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
11:20:00 #11 49.14 Unpacking libaliased-perl (0.34-1.1) ...
11:20:00 #11 49.17 Selecting previously unselected package libapt-pkg-perl.
11:20:00 #11 49.17 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ...
11:20:00 #11 49.17 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:20:00 #11 49.21 Selecting previously unselected package libarchive-cpio-perl.
11:20:00 #11 49.21 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:20:00 #11 49.21 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:20:00 #11 49.24 Selecting previously unselected package libarray-intspan-perl.
11:20:00 #11 49.24 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
11:20:00 #11 49.24 Unpacking libarray-intspan-perl (2.004-1) ...
11:20:00 #11 49.27 Selecting previously unselected package libmodule-implementation-perl.
11:20:00 #11 49.27 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:20:00 #11 49.28 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:20:00 #11 49.30 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:00 #11 49.30 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:00 #11 49.31 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:00 #11 49.36 Selecting previously unselected package libvariable-magic-perl.
11:20:00 #11 49.36 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ...
11:20:00 #11 49.36 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:20:00 #11 49.39 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:00 #11 49.39 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:20:00 #11 49.40 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:20:00 #11 49.43 Selecting previously unselected package libfreetype6:amd64.
11:20:00 #11 49.43 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1ubuntu0.1_amd64.deb ...
11:20:00 #11 37.64 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:20:00 #11 37.69 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
11:20:00 #11 37.75 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
11:20:00 #11 37.78 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-messagepack-perl armhf 1.02-1 [32.7 kB]
11:20:00 #11 37.81 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:20:00 #11 33.84 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:20:00 #11 33.86 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
11:20:00 #11 33.89 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
11:20:00 #11 33.89 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
11:20:00 #11 33.90 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:20:00 #11 33.92 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
11:20:00 #11 56.69 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:00 #11 56.72 Setting up libfile-listing-perl (6.04-1) ...
11:20:00 #11 56.73 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:20:00 #11 56.76 Setting up libregexp-pattern-perl (0.2.12-1) ...
11:20:00 #11 56.78 Setting up libfont-afm-perl (1.20-2) ...
11:20:00 #11 56.81 Setting up libwant-perl (0.29-1build4) ...
11:20:00 #11 56.84 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:00 #11 56.87 Setting up libtext-glob-perl (0.10-1) ...
11:20:00 #11 56.88 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:00 #11 56.90 Setting up liblist-compare-perl (0.53-1) ...
11:20:00 #11 56.92 Setting up libref-util-xs-perl (0.117-1build2) ...
11:20:00 #11 56.94 Setting up libio-pty-perl (1:1.12-1) ...
11:20:00 #11 56.96 Setting up libtool (2.4.6-14) ...
11:20:00 #11 56.97 Setting up libfile-fcntllock-perl (0.22-3build4) ...
11:20:00 #11 56.98 Setting up libsort-key-perl (1.33-2build2) ...
11:20:00 #11 57.00 Setting up libclone-perl (0.43-2) ...
11:20:00 #10 52.58 Setting up libhtml-format-perl (2.16-2) ...
11:20:00 #10 52.59 Setting up python3-xdg (0.28-2) ...
11:20:00 #10 53.56 124 added, 0 removed; done.
11:20:00 #10 53.63 Setting up manpages-dev (4.15-1) ...
11:20:00 #10 53.65 Setting up libc6-dev:arm64 (2.27-3ubuntu1.6) ...
11:20:00 #11 36.40 Selecting previously unselected package perl.
11:20:00 #11 36.40 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_armhf.deb ...
11:20:00 #11 36.41 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:20:00 #11 36.46 Selecting previously unselected package openssl.
11:20:00 #11 36.46 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_armhf.deb ...
11:20:00 #11 36.47 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:20:00 #11 49.91 Selecting previously unselected package libalgorithm-diff-perl.
11:20:00 #11 49.91 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:20:00 #11 49.91 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:20:00 #11 49.95 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:00 #11 49.95 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ...
11:20:00 #11 49.96 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:20:00 #11 49.99 Selecting previously unselected package libalgorithm-merge-perl.
11:20:00 #11 49.99 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:00 #11 50.00 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:00 #11 50.03 Selecting previously unselected package libapt-pkg-perl.
11:20:00 #11 50.03 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ...
11:20:00 #11 50.04 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:20:00 #11 50.07 Selecting previously unselected package libarchive-cpio-perl.
11:20:00 #11 50.07 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ...
11:20:00 #11 50.08 Unpacking libarchive-cpio-perl (0.10-1) ...
11:20:00 #11 50.11 Selecting previously unselected package libarray-intspan-perl.
11:20:00 #11 50.11 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ...
11:20:00 #11 50.12 Unpacking libarray-intspan-perl (2.003-1) ...
11:20:00 #11 50.17 Selecting previously unselected package libasync-mergepoint-perl.
11:20:00 #10 34.02 Unpacking pinentry-curses (1.1.0-4) ...
11:20:00 #10 34.07 Selecting previously unselected package gpg-agent.
11:20:00 #10 34.07 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 34.08 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:20:00 #10 34.20 Selecting previously unselected package gpg-wks-client.
11:20:00 #10 34.20 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
11:20:00 #10 34.21 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:20:00 #10 34.27 Selecting previously unselected package gpg-wks-server.
11:20:00 #14 10.73   Running scriptlet: m4-1.4.18-7.el8.x86_64                               13/80 
11:20:00 #14 10.86   Upgrading        : systemd-libs-239-71.el8.x86_64                       14/80 
11:20:00 #14 11.66   Installing       : openssh-clients-8.0p1-17.el8.aarch64                 30/83 
11:20:00 #11 54.64 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:00 #11 54.68 Selecting previously unselected package libxml-libxml-perl.
11:20:00 #11 54.68 Preparing to unpack .../364-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
11:20:00 #11 54.69 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:00 #11 54.72 Selecting previously unselected package libxml-parser-perl:amd64.
11:20:00 #11 54.73 Preparing to unpack .../365-libxml-parser-perl_2.46-3build1_amd64.deb ...
11:20:00 #11 54.73 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
11:20:00 #11 54.77 Selecting previously unselected package libxml-sax-expat-perl.
11:20:00 #11 54.77 Preparing to unpack .../366-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:00 #11 54.77 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:00 #11 54.80 Selecting previously unselected package libyaml-libyaml-perl.
11:20:00 #11 54.80 Preparing to unpack .../367-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
11:20:00 #11 54.80 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:00 #11 54.83 Selecting previously unselected package licensecheck.
11:20:00 #11 54.83 Preparing to unpack .../368-licensecheck_3.3.0-1_all.deb ...
11:20:00 #11 54.83 Unpacking licensecheck (3.3.0-1) ...
11:20:00 #11 54.86 Selecting previously unselected package libdevel-size-perl.
11:20:00 #11 54.86 Preparing to unpack .../369-libdevel-size-perl_0.83-2_amd64.deb ...
11:20:00 #11 54.86 Unpacking libdevel-size-perl (0.83-2) ...
11:20:00 #11 54.89 Selecting previously unselected package libipc-run3-perl.
11:20:00 #10 43.94 Selecting previously unselected package g++.
11:20:00 #10 43.95 Preparing to unpack .../079-g++_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:20:00 #10 43.95 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:20:00 #10 44.00 Selecting previously unselected package make.
11:20:00 #10 44.00 Preparing to unpack .../080-make_4.1-9.1ubuntu1_armhf.deb ...
11:20:00 #10 44.01 Unpacking make (4.1-9.1ubuntu1) ...
11:20:00 #10 44.05 Selecting previously unselected package libdpkg-perl.
11:20:00 #10 44.05 Preparing to unpack .../081-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:20:00 #10 44.06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:20:00 #10 44.11 Selecting previously unselected package patch.
11:20:00 #10 44.11 Preparing to unpack .../082-patch_2.7.6-2ubuntu1.1_armhf.deb ...
11:20:00 #10 44.12 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:20:00 #10 44.16 Selecting previously unselected package dpkg-dev.
11:20:00 #10 44.16 Preparing to unpack .../083-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:20:00 #10 44.17 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:20:00 #10 44.26 Selecting previously unselected package build-essential.
11:20:00 #10 44.26 Preparing to unpack .../084-build-essential_12.4ubuntu1_armhf.deb ...
11:20:00 #10 48.85 Running transaction
11:20:00 #10 42.35 Selecting previously unselected package libgc1c2:armhf.
11:20:00 #10 42.35 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ...
11:20:00 #10 42.36 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ...
11:20:00 #10 42.53 Selecting previously unselected package libltdl7:armhf.
11:20:00 #10 42.53 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ...
11:20:00 #10 42.54 Unpacking libltdl7:armhf (2.4.6-9) ...
11:20:00 #10 42.76 Selecting previously unselected package guile-2.2-libs:armhf.
11:20:00 #10 42.76 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ...
11:20:00 #11 50.80 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
11:20:00 #11 50.81 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:00 #11 50.85 Selecting previously unselected package debhelper.
11:20:00 #11 50.85 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
11:20:00 #11 50.86 Unpacking debhelper (13.6ubuntu1) ...
11:20:00 #11 50.92 Selecting previously unselected package libfakeroot:arm64.
11:20:00 #11 50.92 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
11:20:00 #11 50.92 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
11:20:00 #11 50.95 Selecting previously unselected package fakeroot.
11:20:00 #11 50.95 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
11:20:00 #11 50.96 Unpacking fakeroot (1.28-1ubuntu1) ...
11:20:00 #11 50.99 Selecting previously unselected package libassuan0:arm64.
11:20:00 #11 51.00 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
11:20:00 #11 51.00 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
11:20:00 #11 51.03 Selecting previously unselected package gpgconf.
11:20:00 #11 51.03 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:00 #11 51.03 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:20:00 #11 51.07 Selecting previously unselected package libksba8:arm64.
11:20:00 #11 51.07 Preparing to unpack .../125-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
11:20:00 #11 51.07 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
11:20:00 #11 51.11 Selecting previously unselected package libnpth0:arm64.
11:20:00 #11 51.11 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
11:20:00 #11 51.11 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:20:00 #11 51.15 Selecting previously unselected package dirmngr.
11:20:00 #10 57.11   Installing       : gdb-minimal-12.1-2.fc36.x86_64                      32/139 
11:20:00 #10 57.11   Installing       : debugedit-5.0-7.fc36.x86_64                         33/139 
11:20:00 #10 57.13   Installing       : shared-mime-info-2.1-3.fc35.x86_64                  34/139 
11:20:00 #10 57.14   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                  34/139 
11:20:00 #10 57.17   Installing       : python3-zstandard-0.17.0-1.fc36.x86_64              35/139 
11:20:00 #10 57.18   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                 36/139 
11:20:00 #10 57.18   Installing       : python3-tomli-1.2.3-1.fc36.noarch                   37/139 
11:20:00 #10 57.19   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    38/139 
11:20:00 #10 57.20   Installing       : python3-file-magic-5.41-4.fc36.noarch               39/139 
11:20:00 #10 57.20   Installing       : python3-distro-1.6.0-2.fc36.noarch                  40/139 
11:20:00 #10 57.21   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch        41/139 
11:20:00 #10 57.22   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      42/139 
11:20:00 #10 57.23   Installing       : perl-srpm-macros-1-43.fc36.noarch                   43/139 
11:20:00 #10 57.23   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        44/139 
11:20:00 #10 57.23   Installing       : openblas-srpm-macros-2-11.fc36.noarch               45/139 
11:20:00 #10 57.24   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   46/139 
11:20:00 #10 57.24   Installing       : nim-srpm-macros-3-6.fc36.noarch                     47/139 
11:20:00 #10 57.25   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  48/139 
11:20:00 #10 57.25   Installing       : lua-srpm-macros-1-6.fc36.noarch                     49/139 
11:20:00 #10 57.26   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  50/139 
11:20:00 #10 57.27   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      51/139 
11:20:00 #10 57.27   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      52/139 
11:20:00 #10 57.28   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         53/139 
11:20:00 #10 57.28   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              54/139 
11:20:00 #10 57.29   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   55/139 
11:20:00 #10 57.30   Installing       : gdk-pixbuf2-2.42.9-2.fc36.x86_64                    56/139 
11:20:00 #10 57.31   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               57/139 
11:20:00 #10 57.31   Installing       : json-glib-1.6.6-2.fc36.x86_64                       58/139 
11:20:00 #11 49.43 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:20:00 #11 49.47 Selecting previously unselected package libfontconfig1:amd64.
11:20:00 #11 49.48 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
11:20:00 #11 49.48 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:20:00 #11 49.51 Selecting previously unselected package libjpeg-turbo8:amd64.
11:20:00 #11 49.51 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
11:20:00 #11 49.52 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:20:00 #11 49.55 Selecting previously unselected package libjpeg8:amd64.
11:20:00 #11 49.55 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ...
11:20:00 #11 49.55 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
11:20:00 #11 49.59 Selecting previously unselected package libdeflate0:amd64.
11:20:00 #11 49.59 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ...
11:20:00 #11 49.59 Unpacking libdeflate0:amd64 (1.10-2) ...
11:20:00 #11 49.63 Selecting previously unselected package libjbig0:amd64.
11:20:00 #11 49.63 Preparing to unpack .../208-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
11:20:00 #11 49.64 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
11:20:00 #11 49.67 Selecting previously unselected package libwebp7:amd64.
11:20:00 #11 37.82 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:20:00 #11 37.83 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:20:00 #11 37.84 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:20:00 #11 37.85 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2 [81.5 kB]
11:20:00 #11 37.89 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:20:00 #11 34.33 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
11:20:00 #10 57.66 Setting up libxpm4:amd64 (1:3.5.12-1.1) ...
11:20:00 #10 57.67 Setting up openssh-client (1:9.2p1-2) ...
11:20:00 #10 57.75 Setting up gpgsm (2.2.40-1) ...
11:20:00 #10 30.29 Selecting previously unselected package libc6-dev:armhf.
11:20:00 #10 30.29 Preparing to unpack .../036-libc6-dev_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
11:20:00 #10 30.29 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
11:20:00 #10 ...
11:20:00 
11:20:00 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:20:00 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 16.8s done
11:20:00 #9 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:20:00 #9 DONE 55.8s
11:20:00 
11:20:00 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:20:00 #11 57.01 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:00 #11 57.03 Setting up libarchive-zip-perl (1.67-2) ...
11:20:00 #11 57.04 Setting up libsub-identify-perl (0.14-1build2) ...
11:20:00 #11 57.05 Setting up libdistro-info-perl (0.23ubuntu1) ...
11:20:00 #11 57.06 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
11:20:00 #11 57.08 Setting up python3-apt (2.0.1) ...
11:20:00 #11 57.24 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
11:20:00 #11 57.25 Setting up libio-stringy-perl (2.111-3) ...
11:20:00 #10 52.74 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:00 #10 52.80 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:00 #10 52.86 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:00 #10 53.66 Setting up libassuan0:arm64 (2.5.1-2) ...
11:20:00 #10 53.67 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:20:00 #10 53.70 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:20:00 #10 53.71 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:20:00 #10 53.72 Setting up diffstat (1.61-1build1) ...
11:20:00 #10 53.73 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ...
11:20:00 #10 53.74 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:20:00 #10 53.76 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:20:00 #10 53.77 Setting up netbase (5.4) ...
11:20:00 #10 53.79 Setting up libisl19:arm64 (0.19-1) ...
11:20:00 #10 53.80 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:20:00 #10 53.82 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:20:00 #10 53.83 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:20:00 #11 36.56 Selecting previously unselected package ca-certificates.
11:20:00 #11 36.56 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:20:00 #11 36.56 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:00 #11 36.65 Selecting previously unselected package distro-info-data.
11:20:00 #11 36.65 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:20:00 #11 36.65 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:20:00 #11 36.67 Selecting previously unselected package libmagic-mgc.
11:20:00 #11 36.68 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
11:20:00 #11 36.68 Unpacking libmagic-mgc (1:5.38-4) ...
11:20:00 #11 36.77 Selecting previously unselected package libmagic1:armhf.
11:20:00 #11 36.77 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
11:20:00 #11 36.78 Unpacking libmagic1:armhf (1:5.38-4) ...
11:20:00 #11 36.81 Selecting previously unselected package file.
11:20:00 #11 36.81 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
11:20:00 #11 36.82 Unpacking file (1:5.38-4) ...
11:20:00 #11 36.85 Selecting previously unselected package less.
11:20:00 #11 36.85 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
11:20:00 #11 36.85 Unpacking less (551-1ubuntu0.1) ...
11:20:01 #13 92.28   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   21/65 
11:20:01 #13 92.86   Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64                        22/65 
11:20:01 #13 93.17   Installing : libsemanage-python-2.5-14.el7.aarch64                      23/65 
11:20:01 #13 93.21   Installing : libselinux-python-2.5-15.el7.aarch64                       24/65 
11:20:01 #12 3.569 Reading package lists...
11:20:01 #12 4.805 Building dependency tree...
11:20:01 #12 5.002 Reading state information...
11:20:01 #12 5.024 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:01 #12 5.068 Starting 2 pkgProblemResolver with broken count: 0
11:20:01 #11 50.17 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ...
11:20:01 #11 50.18 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:20:01 #11 50.22 Selecting previously unselected package libmodule-implementation-perl.
11:20:01 #11 50.22 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ...
11:20:01 #11 50.25 Unpacking libmodule-implementation-perl (0.09-1) ...
11:20:01 #11 50.28 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:01 #11 50.28 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:01 #11 50.29 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:01 #11 50.33 Selecting previously unselected package libvariable-magic-perl.
11:20:01 #11 50.33 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ...
11:20:01 #11 50.33 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:20:01 #11 50.37 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:01 #11 50.37 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:20:01 #11 50.38 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:20:01 #11 50.41 Selecting previously unselected package libcapture-tiny-perl.
11:20:01 #10 34.27 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
11:20:01 #10 34.28 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:20:01 #10 34.36 Selecting previously unselected package gpgsm.
11:20:01 #10 34.36 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
11:20:01 #10 34.37 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:20:01 #10 34.44 Selecting previously unselected package gnupg.
11:20:01 #10 34.45 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u2_all.deb ...
11:20:01 #10 34.45 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:20:01 #14 12.51   Installing       : git-core-2.39.1-1.el8.aarch64                        31/83 
11:20:01 #11 47.46 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:20:01 #11 54.89 Preparing to unpack .../370-libipc-run3-perl_0.048-2_all.deb ...
11:20:01 #11 54.89 Unpacking libipc-run3-perl (0.048-2) ...
11:20:01 #11 54.92 Selecting previously unselected package lzip.
11:20:01 #11 54.93 Preparing to unpack .../371-lzip_1.23-4_amd64.deb ...
11:20:01 #11 54.93 Unpacking lzip (1.23-4) ...
11:20:01 #11 54.95 Selecting previously unselected package lzop.
11:20:01 #11 54.95 Preparing to unpack .../372-lzop_1.04-2build2_amd64.deb ...
11:20:01 #11 54.96 Unpacking lzop (1.04-2build2) ...
11:20:01 #11 54.99 Selecting previously unselected package t1utils.
11:20:01 #11 54.99 Preparing to unpack .../373-t1utils_1.41-4build2_amd64.deb ...
11:20:01 #11 54.99 Unpacking t1utils (1.41-4build2) ...
11:20:01 #11 55.02 Selecting previously unselected package unzip.
11:20:01 #11 55.02 Preparing to unpack .../374-unzip_6.0-27ubuntu1_amd64.deb ...
11:20:01 #11 55.03 Unpacking unzip (6.0-27ubuntu1) ...
11:20:01 #11 55.06 Selecting previously unselected package lintian.
11:20:01 #11 55.06 Preparing to unpack .../375-lintian_2.115.3ubuntu2.1_all.deb ...
11:20:01 #11 55.07 Unpacking lintian (2.115.3ubuntu2.1) ...
11:20:01 #10 32.87 Selecting previously unselected package gcc.
11:20:01 #10 32.87 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
11:20:01 #10 32.87 Unpacking gcc (4:10.2.1-1+rpi1) ...
11:20:01 #10 32.91 Selecting previously unselected package libc-dev-bin.
11:20:01 #10 32.91 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:20:01 #10 32.92 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
11:20:01 #10 32.97 Selecting previously unselected package linux-libc-dev:armhf.
11:20:01 #10 32.97 Preparing to unpack .../037-linux-libc-dev_1%3a1.20230306-1_armhf.deb ...
11:20:01 #10 44.27 Unpacking build-essential (12.4ubuntu1) ...
11:20:01 #10 44.31 Selecting previously unselected package libroken18-heimdal:armhf.
11:20:01 #10 44.31 Preparing to unpack .../085-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.31 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.35 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:20:01 #10 44.35 Preparing to unpack .../086-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.36 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.41 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:20:01 #10 44.42 Preparing to unpack .../087-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.42 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.46 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:20:01 #10 44.46 Preparing to unpack .../088-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.46 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.50 Selecting previously unselected package libwind0-heimdal:armhf.
11:20:01 #10 44.51 Preparing to unpack .../089-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.51 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 42.77 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
11:20:01 #11 51.15 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.17 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.20 Selecting previously unselected package gnupg-l10n.
11:20:01 #11 51.20 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:20:01 #11 51.21 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.24 Selecting previously unselected package gnupg-utils.
11:20:01 #11 51.24 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.24 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.28 Selecting previously unselected package gpg.
11:20:01 #11 51.28 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.28 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.32 Selecting previously unselected package pinentry-curses.
11:20:01 #11 51.32 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
11:20:01 #11 51.33 Unpacking pinentry-curses (1.1.1-1build2) ...
11:20:01 #11 51.36 Selecting previously unselected package gpg-agent.
11:20:01 #11 51.36 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.37 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.40 Selecting previously unselected package gpg-wks-client.
11:20:01 #13 14.32 Running transaction check
11:20:01 #13 14.44 Transaction check succeeded.
11:20:01 #13 14.44 Running transaction test
11:20:01 #10 57.33   Installing       : libappstream-glib-0.8.0-4.fc36.x86_64               59/139 
11:20:01 #10 57.34   Installing       : info-6.8-3.fc36.x86_64                              60/139 
11:20:01 #10 57.35   Installing       : ed-1.14.2-12.fc36.x86_64                            61/139 
11:20:01 #10 57.35   Installing       : patch-2.7.6-16.fc36.x86_64                          62/139 
11:20:01 #10 57.36   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     63/139 
11:20:01 #10 57.41   Installing       : groff-base-1.22.4-9.fc36.x86_64                     63/139 
11:20:01 #10 57.41   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     63/139 
11:20:01 #10 57.43   Installing       : perl-Digest-1.20-2.fc36.noarch                      64/139 
11:20:01 #10 57.43   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                65/139 
11:20:01 #10 57.44   Installing       : perl-B-1.82-486.fc36.x86_64                         66/139 
11:20:01 #10 57.45   Installing       : perl-FileHandle-2.03-486.fc36.noarch                67/139 
11:20:01 #10 57.45   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                68/139 
11:20:01 #10 57.46   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                69/139 
11:20:01 #10 57.47   Installing       : perl-libnet-3.13-480.fc36.noarch                    70/139 
11:20:01 #10 57.47   Installing       : perl-base-2.27-486.fc36.noarch                      71/139 
11:20:01 #10 57.49   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  72/139 
11:20:01 #10 57.50   Installing       : perl-URI-5.10-1.fc36.noarch                         73/139 
11:20:01 #10 57.51   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         74/139 
11:20:01 #10 57.51   Installing       : perl-if-0.60.900-486.fc36.noarch                    75/139 
11:20:01 #10 57.51   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             76/139 
11:20:01 #10 57.52   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/139 
11:20:01 #10 57.52   Installing       : perl-File-Path-2.18-479.fc36.noarch                 78/139 
11:20:01 #10 57.53   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              79/139 
11:20:01 #10 57.53   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              80/139 
11:20:01 #10 57.54   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              81/139 
11:20:01 #10 57.55   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              82/139 
11:20:01 #10 57.55   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     83/139 
11:20:01 #10 57.56   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            84/139 
11:20:01 #10 57.56   Installing       : perl-subs-1.04-486.fc36.noarch                      85/139 
11:20:01 #10 57.57   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  86/139 
11:20:01 #10 57.58   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                87/139 
11:20:01 #10 57.58   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          88/139 
11:20:01 #10 57.59   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 89/139 
11:20:01 #10 57.59   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  90/139 
11:20:01 #10 57.60   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               91/139 
11:20:01 #10 57.60   Installing       : perl-Symbol-1.09-486.fc36.noarch                    92/139 
11:20:01 #10 57.61   Installing       : perl-File-stat-1.09-486.fc36.noarch                 93/139 
11:20:01 #10 57.61   Installing       : perl-Socket-4:2.036-1.fc36.x86_64                   94/139 
11:20:01 #10 57.62   Installing       : perl-podlators-1:4.14-479.fc36.noarch               95/139 
11:20:01 #10 57.63   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            96/139 
11:20:01 #10 57.63   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                     97/139 
11:20:01 #11 49.67 Preparing to unpack .../209-libwebp7_1.2.2-2_amd64.deb ...
11:20:01 #11 49.68 Unpacking libwebp7:amd64 (1.2.2-2) ...
11:20:01 #11 49.72 Selecting previously unselected package libtiff5:amd64.
11:20:01 #11 49.72 Preparing to unpack .../210-libtiff5_4.3.0-6ubuntu0.4_amd64.deb ...
11:20:01 #11 49.73 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.4) ...
11:20:01 #11 49.76 Selecting previously unselected package libxpm4:amd64.
11:20:01 #11 49.76 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_amd64.deb ...
11:20:01 #11 49.77 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:01 #11 49.80 Selecting previously unselected package libgd3:amd64.
11:20:01 #11 49.81 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ...
11:20:01 #11 49.81 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
11:20:01 #11 49.84 Selecting previously unselected package libc-devtools.
11:20:01 #11 49.84 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3.1_amd64.deb ...
11:20:01 #11 49.84 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:20:01 #11 49.88 Selecting previously unselected package libcapture-tiny-perl.
11:20:01 #11 49.88 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:01 #11 49.88 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:01 #11 49.91 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:01 #11 34.41 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
11:20:01 #10 57.76 Setting up libheif1:amd64 (1.14.2-1) ...
11:20:01 #10 57.77 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
11:20:01 #10 57.78 Setting up libcurl3-gnutls:amd64 (7.88.1-1) ...
11:20:01 #10 57.79 Setting up binutils (2.40-2) ...
11:20:01 #10 57.80 Setting up man-db (2.11.2-1) ...
11:20:01 #10 57.91 Building database of manual pages ...
11:20:01 #10 30.76 Selecting previously unselected package libtool.
11:20:01 #10 30.76 Preparing to unpack .../037-libtool_2.4.6-9_all.deb ...
11:20:01 #10 30.77 Unpacking libtool (2.4.6-9) ...
11:20:01 #11 57.27 Setting up liblist-moreutils-perl (0.416-1build5) ...
11:20:01 #11 57.28 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:01 #11 57.29 Setting up liblog-any-perl (1.708-1) ...
11:20:01 #11 57.30 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:01 #11 57.32 Setting up libdevel-size-perl (0.83-1build1) ...
11:20:01 #11 57.33 Setting up libdebhelper-perl (12.10ubuntu1) ...
11:20:01 #11 57.34 Setting up libpod-constants-perl (0.19-1) ...
11:20:01 #11 57.36 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
11:20:01 #11 57.37 Setting up libperl4-corelibs-perl (0.004-2) ...
11:20:01 #11 57.38 Setting up libfuture-perl (0.43-1) ...
11:20:01 #11 57.39 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:01 #11 57.42 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
11:20:01 #11 57.43 Setting up libtry-tiny-perl (0.30-1) ...
11:20:01 #11 57.44 Setting up libtype-tiny-perl (1.008001-2) ...
11:20:01 #11 57.45 Setting up libtest-fatal-perl (0.014-1) ...
11:20:01 #11 57.46 Setting up libcommon-sense-perl (3.74-2build6) ...
11:20:01 #10 52.99 
11:20:01 #10 52.99 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:01 #10 53.03 Setting up libfeature-compat-class-perl (0.05-1) ...
11:20:01 #10 53.04 Setting up python3-six (1.16.0-4) ...
11:20:01 #10 53.18 Setting up dh-autoreconf (20) ...
11:20:01 #10 53.19 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:01 #10 53.20 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:01 #10 53.21 Setting up python3-gpg (1.18.0-3+b1) ...
11:20:01 #11 36.89 Selecting previously unselected package libelf1:armhf.
11:20:01 #11 36.90 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
11:20:01 #11 36.90 Unpacking libelf1:armhf (0.176-1.1build1) ...
11:20:01 #11 36.94 Selecting previously unselected package libglib2.0-0:armhf.
11:20:01 #11 36.94 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:20:01 #11 36.95 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:20:01 #13 93.24   Installing : less-458-9.el7.aarch64                                     25/65 
11:20:01 #13 93.26   Installing : fipscheck-1.4.1-6.el7.aarch64                              26/65 
11:20:01 #12 5.071 Done
11:20:01 #12 5.092  Done
11:20:01 #12 5.099 Starting pkgProblemResolver with broken count: 0
11:20:01 #12 5.127 Starting 2 pkgProblemResolver with broken count: 0
11:20:01 #12 5.130 Done
11:20:01 #12 5.226 The following additional packages will be installed:
11:20:01 #12 5.226   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:01 #12 5.227   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:01 #12 5.227   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:01 #12 5.227   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:01 #12 5.227   libudev1 libuv1 pkg-config
11:20:01 #12 5.228 Suggested packages:
11:20:01 #12 5.228   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:01 #12 5.228 Recommended packages:
11:20:01 #12 5.228   dmsetup
11:20:01 #12 5.285 The following NEW packages will be installed:
11:20:01 #12 5.285   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:01 #12 5.285   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:01 #12 5.286   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:01 #12 5.286   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:01 #12 5.287 The following packages will be upgraded:
11:20:01 #12 5.288   libsystemd0 libudev1
11:20:01 #11 50.42 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:01 #11 50.42 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:01 #11 50.46 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:01 #11 50.46 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ...
11:20:01 #11 50.47 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:20:01 #11 50.51 Selecting previously unselected package libclone-perl.
11:20:01 #11 50.51 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ...
11:20:01 #11 50.52 Unpacking libclone-perl (0.43-2) ...
11:20:01 #11 50.55 Selecting previously unselected package libcommon-sense-perl.
11:20:01 #11 50.55 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ...
11:20:01 #11 50.56 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:20:01 #11 50.59 Selecting previously unselected package libparams-util-perl.
11:20:01 #11 50.59 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ...
11:20:01 #11 50.60 Unpacking libparams-util-perl (1.07-3build5) ...
11:20:01 #11 50.63 Selecting previously unselected package libsub-install-perl.
11:20:01 #10 34.63 Selecting previously unselected package libfile-dirlist-perl.
11:20:01 #10 34.63 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:01 #10 34.63 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:01 #10 34.66 Selecting previously unselected package libfile-which-perl.
11:20:01 #10 34.66 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
11:20:01 #10 34.67 Unpacking libfile-which-perl (1.23-1) ...
11:20:01 #10 34.71 Selecting previously unselected package libfile-homedir-perl.
11:20:01 #10 34.71 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ...
11:20:01 #10 34.72 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:01 #14 12.93   Installing       : git-core-doc-2.39.1-1.el8.noarch                     32/83 
11:20:01 #14 12.97   Installing       : pcre2-utf16-10.32-3.el8.aarch64                      33/83 
11:20:01 #14 13.01   Installing       : pcre2-utf32-10.32-3.el8.aarch64                      34/83 
11:20:01 #14 13.09   Installing       : pcre2-devel-10.32-3.el8.aarch64                      35/83 
11:20:01 #14 13.11   Installing       : perl-Data-Dumper-2.167-399.el8.aarch64               36/83 
11:20:01 #14 13.17   Installing       : autoconf-2.69-29.el8.noarch                          37/83 
11:20:01 #11 47.80 Get:420 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-urllib3 all 1.26.9-1 [98.8 kB]
11:20:01 #11 47.84 Get:421 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:20:01 #11 47.87 Get:422 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-unidiff all 0.7.3-1 [11.0 kB]
11:20:01 #11 47.87 Get:423 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 zstd arm64 1.5.2+dfsg-1 [514 kB]
11:20:01 #11 48.00 Get:424 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 equivs all 2.3.1 [19.0 kB]
11:20:01 #10 32.98 Unpacking linux-libc-dev:armhf (1:1.20230306-1) ...
11:20:01 #10 33.27 Selecting previously unselected package libcrypt-dev:armhf.
11:20:01 #10 33.27 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
11:20:01 #11 55.37 Selecting previously unselected package manpages-dev.
11:20:01 #11 55.37 Preparing to unpack .../376-manpages-dev_5.13-1_all.deb ...
11:20:01 #11 55.38 Unpacking manpages-dev (5.13-1) ...
11:20:01 #10 44.55 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:20:01 #10 44.55 Preparing to unpack .../090-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.56 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.62 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:20:01 #10 44.62 Preparing to unpack .../091-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.63 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.67 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:20:01 #10 44.67 Preparing to unpack .../092-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.68 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.71 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:20:01 #10 44.72 Preparing to unpack .../093-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:20:01 #10 44.72 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 44.76 Selecting previously unselected package libsasl2-modules-db:armhf.
11:20:01 #10 44.76 Preparing to unpack .../094-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
11:20:01 #10 44.76 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:01 #11 51.40 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.40 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.44 Selecting previously unselected package gpg-wks-server.
11:20:01 #11 51.44 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.44 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.47 Selecting previously unselected package gpgsm.
11:20:01 #11 51.47 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
11:20:01 #11 51.48 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.51 Selecting previously unselected package gnupg.
11:20:01 #11 51.51 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:20:01 #11 51.52 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:20:01 #11 51.55 Selecting previously unselected package libfile-dirlist-perl.
11:20:01 #11 51.55 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:01 #11 51.55 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:01 #11 51.58 Selecting previously unselected package libfile-which-perl.
11:20:01 #11 51.59 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
11:20:01 #11 51.59 Unpacking libfile-which-perl (1.23-1) ...
11:20:01 #11 51.62 Selecting previously unselected package libfile-homedir-perl.
11:20:01 #10 57.64   Installing       : perl-mro-1.25-486.fc36.x86_64                       98/139 
11:20:01 #10 57.64   Installing       : perl-overloading-0.02-486.fc36.noarch               99/139 
11:20:01 #10 57.65   Installing       : perl-IO-1.46-486.fc36.x86_64                       100/139 
11:20:01 #10 57.66   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            101/139 
11:20:01 #10 57.66   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              102/139 
11:20:01 #10 57.67   Installing       : perl-Errno-1.33-486.fc36.x86_64                    103/139 
11:20:01 #10 57.67   Installing       : perl-File-Basename-2.85-486.fc36.noarch            104/139 
11:20:01 #10 57.68   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               105/139 
11:20:01 #10 57.68   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64              106/139 
11:20:01 #10 57.69   Installing       : perl-constant-1.33-480.fc36.noarch                 107/139 
11:20:01 #10 57.69   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/139 
11:20:01 #10 57.70   Installing       : perl-vars-1.05-486.fc36.noarch                     109/139 
11:20:01 #10 57.70   Installing       : perl-overload-1.33-486.fc36.noarch                 110/139 
11:20:01 #10 57.70   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      111/139 
11:20:01 #10 57.72   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                 112/139 
11:20:01 #10 57.73   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch              113/139 
11:20:01 #10 57.73   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64               114/139 
11:20:01 #10 57.74   Installing       : perl-Carp-1.52-479.fc36.noarch                     115/139 
11:20:01 #10 57.74   Installing       : perl-Exporter-5.76-480.fc36.noarch                 116/139 
11:20:01 #10 57.75   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                117/139 
11:20:01 #10 57.75   Installing       : perl-PathTools-3.80-479.fc36.x86_64                118/139 
11:20:01 #11 49.92 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:01 #11 49.92 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:01 #11 49.95 Selecting previously unselected package libclone-perl.
11:20:01 #11 49.95 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ...
11:20:01 #11 49.95 Unpacking libclone-perl (0.45-1build3) ...
11:20:01 #11 49.98 Selecting previously unselected package libcommon-sense-perl:amd64.
11:20:01 #11 49.98 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ...
11:20:01 #11 49.99 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
11:20:01 #11 50.01 Selecting previously unselected package libconfig-tiny-perl.
11:20:01 #11 50.02 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ...
11:20:01 #11 50.02 Unpacking libconfig-tiny-perl (2.28-1) ...
11:20:01 #11 50.05 Selecting previously unselected package libparams-util-perl.
11:20:01 #11 50.05 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ...
11:20:01 #11 50.06 Unpacking libparams-util-perl (1.102-1build3) ...
11:20:01 #11 50.09 Selecting previously unselected package libsub-install-perl.
11:20:01 #11 50.09 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
11:20:01 #11 50.09 Unpacking libsub-install-perl (0.928-1.1) ...
11:20:01 #11 50.12 Selecting previously unselected package libdata-optlist-perl.
11:20:01 #11 34.71 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:20:01 #11 34.71 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:20:01 #11 34.72 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:20:01 #11 34.72 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:20:01 #11 34.74 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
11:20:01 #11 34.76 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
11:20:01 #11 34.77 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:20:01 #11 34.77 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
11:20:01 #11 34.78 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
11:20:01 #10 49.54   Preparing        :                                                        1/1 
11:20:01 #10 49.58   Installing       : elfutils-debuginfod-client-0.188-3.fc36.aarch64      1/139 
11:20:01 #10 30.88 Selecting previously unselected package dh-autoreconf.
11:20:01 #10 30.88 Preparing to unpack .../038-dh-autoreconf_19_all.deb ...
11:20:01 #10 30.88 Unpacking dh-autoreconf (19) ...
11:20:01 #10 30.93 Selecting previously unselected package libarchive-zip-perl.
11:20:01 #10 30.93 Preparing to unpack .../039-libarchive-zip-perl_1.64-1_all.deb ...
11:20:01 #10 30.94 Unpacking libarchive-zip-perl (1.64-1) ...
11:20:01 #10 31.00 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:01 #10 31.00 Preparing to unpack .../040-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:20:01 #10 31.01 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:20:01 #10 31.08 Selecting previously unselected package dh-strip-nondeterminism.
11:20:01 #10 31.08 Preparing to unpack .../041-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:20:01 #10 31.09 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:20:01 #10 31.14 Selecting previously unselected package libdpkg-perl.
11:20:01 #10 31.14 Preparing to unpack .../042-libdpkg-perl_1.19.8_all.deb ...
11:20:01 #11 57.47 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:01 #11 57.49 Setting up libnet-http-perl (6.19-1) ...
11:20:01 #11 57.50 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:01 #11 57.51 Setting up libencode-locale-perl (1.05-1) ...
11:20:01 #11 57.52 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:01 #11 57.54 Setting up libnet-dns-perl (1.22-1) ...
11:20:01 #11 57.55 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
11:20:01 #11 57.56 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:20:01 #11 57.57 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:01 #11 57.58 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:01 #11 57.60 Setting up libsub-install-perl (0.928-1) ...
11:20:01 #11 57.61 Setting up gcc (4:9.3.0-1ubuntu2) ...
11:20:01 #11 57.63 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
11:20:01 #11 57.65 Setting up libnumber-compare-perl (0.03-1) ...
11:20:01 #11 57.66 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:01 #11 57.68 Setting up libio-async-perl (0.75-1) ...
11:20:01 #11 57.69 Setting up liberror-perl (0.17029-1) ...
11:20:01 #11 57.70 Setting up patchutils (0.3.4-2) ...
11:20:01 #11 57.71 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:01 #11 57.73 Setting up libltdl-dev:amd64 (2.4.6-14) ...
11:20:01 #11 57.74 Setting up libjson-maybexs-perl (1.004000-1) ...
11:20:01 #11 57.75 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:01 #11 57.77 Setting up libio-string-perl (1.08-3) ...
11:20:01 #11 57.78 Setting up libreadonly-perl (2.050-2) ...
11:20:01 #10 53.38 Setting up python3-certifi (2022.9.24-1) ...
11:20:01 #10 53.51 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:01 #11 38.29 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:20:01 #11 38.37 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:20:01 #11 38.38 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libemail-address-xs-perl armhf 1.05-1 [26.4 kB]
11:20:01 #11 38.45 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-bin armhf 2.4.2-2build2 [10.2 kB]
11:20:01 #11 38.47 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:20:01 #11 38.51 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
11:20:01 #11 37.08 Selecting previously unselected package libglib2.0-data.
11:20:01 #11 37.08 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:20:01 #11 37.08 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:20:01 #11 37.12 Selecting previously unselected package tzdata.
11:20:01 #11 37.13 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:20:01 #11 37.13 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:20:01 #12 5.579 2 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
11:20:01 #12 5.579 1 not fully installed or removed.
11:20:01 #12 5.579 Need to get 7286 kB of archives.
11:20:01 #12 5.579 After this operation, 35.7 MB of additional disk space will be used.
11:20:01 #12 5.579 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
11:20:01 #12 5.644 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
11:20:01 #11 50.64 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ...
11:20:01 #11 50.64 Unpacking libsub-install-perl (0.928-1) ...
11:20:01 #11 50.67 Selecting previously unselected package libdata-optlist-perl.
11:20:01 #11 50.67 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ...
11:20:01 #11 50.68 Unpacking libdata-optlist-perl (0.110-1) ...
11:20:01 #11 50.71 Selecting previously unselected package libsub-exporter-perl.
11:20:01 #11 50.72 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ...
11:20:01 #11 50.72 Unpacking libsub-exporter-perl (0.987-1) ...
11:20:01 #11 50.77 Selecting previously unselected package libconst-fast-perl.
11:20:01 #11 50.77 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ...
11:20:01 #11 50.77 Unpacking libconst-fast-perl (0.014-1) ...
11:20:01 #11 50.81 Selecting previously unselected package libwant-perl.
11:20:01 #11 50.81 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ...
11:20:01 #11 50.82 Unpacking libwant-perl (0.29-1build4) ...
11:20:01 #11 50.86 Selecting previously unselected package libcontextual-return-perl.
11:20:01 #11 50.86 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:01 #11 50.87 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:01 #11 50.90 Selecting previously unselected package libcpanel-json-xs-perl.
11:20:01 #11 50.90 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ...
11:20:01 #11 50.91 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:20:01 #11 51.00 Selecting previously unselected package libdata-dump-perl.
11:20:01 #14 13.19   Running scriptlet: autoconf-2.69-29.el8.noarch                          37/83 
11:20:01 #14 13.22   Installing       : python3-audit-3.0.7-4.el8.aarch64                    38/83 
11:20:01 #14 13.42   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          39/83 
11:20:01 #11 48.00 Get:425 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:20:01 #11 48.01 Get:426 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-magic all 2:0.4.26-2 [13.2 kB]
11:20:01 #11 48.19 debconf: delaying package configuration, since apt-utils is not installed
11:20:01 #11 48.23 Fetched 142 MB in 41s (3417 kB/s)
11:20:01 #11 48.25 Selecting previously unselected package liblocale-gettext-perl.
11:20:01 #11 48.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4391 files and directories currently installed.)
11:20:01 #11 48.25 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
11:20:01 #11 48.25 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:20:01 #10 33.27 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
11:20:01 #10 33.33 Selecting previously unselected package libtirpc-dev:armhf.
11:20:01 #10 33.33 Preparing to unpack .../039-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
11:20:01 #10 33.33 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:20:01 #10 33.41 Selecting previously unselected package libnsl-dev:armhf.
11:20:01 #10 33.41 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
11:20:01 #10 33.42 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:20:01 #10 33.48 Selecting previously unselected package libc6-dev:armhf.
11:20:01 #10 33.48 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:20:01 #10 33.49 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:20:01 #11 55.48 Selecting previously unselected package python3-certifi.
11:20:01 #11 55.48 Preparing to unpack .../377-python3-certifi_2022.6.15-2_all.deb ...
11:20:01 #11 55.49 Unpacking python3-certifi (2022.6.15-2) ...
11:20:01 #11 55.52 Selecting previously unselected package python3-cffi-backend:amd64.
11:20:01 #11 55.52 Preparing to unpack .../378-python3-cffi-backend_1.15.1-1_amd64.deb ...
11:20:01 #11 55.52 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
11:20:01 #11 55.56 Selecting previously unselected package python3-cryptography.
11:20:01 #11 55.56 Preparing to unpack .../379-python3-cryptography_3.4.8-2_amd64.deb ...
11:20:01 #11 55.56 Unpacking python3-cryptography (3.4.8-2) ...
11:20:01 #11 55.61 Selecting previously unselected package python3-idna.
11:20:01 #11 55.61 Preparing to unpack .../380-python3-idna_3.3-1_all.deb ...
11:20:01 #11 55.62 Unpacking python3-idna (3.3-1) ...
11:20:01 #11 55.65 Selecting previously unselected package python3-nacl.
11:20:01 #11 55.65 Preparing to unpack .../381-python3-nacl_1.5.0-2_amd64.deb ...
11:20:01 #11 55.65 Unpacking python3-nacl (1.5.0-2) ...
11:20:01 #11 55.69 Selecting previously unselected package python3-six.
11:20:01 #10 44.80 Selecting previously unselected package libsasl2-2:armhf.
11:20:01 #10 44.80 Preparing to unpack .../095-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
11:20:01 #10 44.80 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:01 #10 44.84 Selecting previously unselected package libldap-common.
11:20:01 #10 44.85 Preparing to unpack .../096-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:20:01 #10 44.85 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:20:01 #10 44.88 Selecting previously unselected package libldap-2.4-2:armhf.
11:20:01 #10 44.89 Preparing to unpack .../097-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_armhf.deb ...
11:20:01 #10 44.89 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
11:20:01 #10 44.94 Selecting previously unselected package libnghttp2-14:armhf.
11:20:01 #10 44.94 Preparing to unpack .../098-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
11:20:01 #10 44.95 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
11:20:01 #10 44.99 Selecting previously unselected package librtmp1:armhf.
11:20:01 #10 44.99 Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
11:20:01 #10 44.99 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
11:20:01 #10 45.03 Selecting previously unselected package libcurl4:armhf.
11:20:01 #10 45.03 Preparing to unpack .../100-libcurl4_7.58.0-2ubuntu3.23_armhf.deb ...
11:20:01 #11 51.62 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
11:20:01 #11 51.62 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:01 #11 51.65 Selecting previously unselected package libfile-touch-perl.
11:20:01 #11 51.66 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
11:20:01 #11 51.66 Unpacking libfile-touch-perl (0.12-1) ...
11:20:01 #11 51.69 Selecting previously unselected package libio-pty-perl.
11:20:01 #11 51.70 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
11:20:01 #11 51.70 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:20:01 #11 51.73 Selecting previously unselected package libipc-run-perl.
11:20:01 #11 51.73 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
11:20:01 #11 51.74 Unpacking libipc-run-perl (20200505.0-1) ...
11:20:01 #11 51.77 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:01 #11 51.78 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:01 #11 51.78 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:01 #11 51.81 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:01 #11 51.81 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
11:20:01 #11 51.82 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:20:01 #11 51.85 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:01 #10 57.81   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                 119/139 
11:20:01 #10 57.91   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                 120/139 
11:20:01 #10 57.93   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64          121/139 
11:20:01 #10 57.93   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      122/139 
11:20:01 #10 57.94   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  123/139 
11:20:01 #10 57.94   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                124/139 
11:20:01 #10 57.94   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  125/139 
11:20:01 #10 57.95   Installing       : efi-srpm-macros-5-5.fc36.noarch                    126/139 
11:20:01 #10 57.95   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            127/139 
11:20:01 #10 57.96   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 128/139 
11:20:01 #10 57.96   Installing       : python-srpm-macros-3.10-20.fc36.noarch             129/139 
11:20:01 #10 57.97   Installing       : redhat-rpm-config-223-1.fc36.noarch                130/139 
11:20:01 #10 57.98   Installing       : diffutils-3.8-2.fc36.x86_64                        131/139 
11:20:01 #10 57.99   Installing       : dash-0.5.10.2-10.fc36.x86_64                       132/139 
11:20:01 #10 58.00   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                       132/139 
11:20:01 #10 58.01   Installing       : cpio-2.13-12.fc36.x86_64                           133/139 
11:20:01 #10 58.02   Installing       : bzip2-1.0.8-11.fc36.x86_64                         134/139 
11:20:01 #10 58.03   Installing       : rpm-build-4.17.1-3.fc36.x86_64                     135/139 
11:20:01 #10 58.04   Installing       : rpmlint-fedora-license-data-1.14-1.fc36.noarch     136/139 
11:20:01 #10 58.06   Installing       : rpmlint-2.4.0-3.fc36.noarch                        137/139 
11:20:01 #11 50.12 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ...
11:20:01 #11 50.13 Unpacking libdata-optlist-perl (0.112-1) ...
11:20:01 #11 50.16 Selecting previously unselected package libsub-exporter-perl.
11:20:01 #11 50.16 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ...
11:20:01 #11 50.17 Unpacking libsub-exporter-perl (0.988-1) ...
11:20:01 #11 50.19 Selecting previously unselected package libconst-fast-perl.
11:20:01 #11 50.19 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
11:20:01 #11 50.20 Unpacking libconst-fast-perl (0.014-1.1) ...
11:20:01 #11 50.23 Selecting previously unselected package libwant-perl.
11:20:01 #11 50.23 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ...
11:20:01 #11 50.24 Unpacking libwant-perl (0.29-1build7) ...
11:20:01 #11 50.27 Selecting previously unselected package libcontextual-return-perl.
11:20:01 #11 50.28 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:01 #11 50.28 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:01 #11 50.31 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:20:01 #11 50.31 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ...
11:20:01 #11 50.31 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
11:20:01 #11 50.34 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:01 #11 50.34 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:01 #11 50.35 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:01 #11 50.38 Selecting previously unselected package libexception-class-perl.
11:20:01 #11 50.38 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
11:20:01 #11 50.38 Unpacking libexception-class-perl (1.45-1) ...
11:20:01 #11 50.42 Selecting previously unselected package libiterator-perl.
11:20:01 #11 50.42 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:20:01 #11 50.42 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:20:01 #11 50.45 Selecting previously unselected package libiterator-util-perl.
11:20:01 #10 34.87 Selecting previously unselected package libfile-touch-perl.
11:20:01 #10 34.88 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ...
11:20:01 #10 34.88 Unpacking libfile-touch-perl (0.11-1) ...
11:20:01 #10 34.92 Selecting previously unselected package libio-pty-perl.
11:20:01 #10 34.92 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ...
11:20:01 #10 34.93 Unpacking libio-pty-perl (1:1.15-2) ...
11:20:01 #10 34.97 Selecting previously unselected package libipc-run-perl.
11:20:01 #10 34.97 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ...
11:20:01 #10 34.98 Unpacking libipc-run-perl (20200505.0-1) ...
11:20:01 #10 35.04 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:01 #10 35.05 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:01 #10 35.06 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:01 #11 35.18 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
11:20:01 #10 49.60   Installing       : binutils-gold-2.37-37.fc36.aarch64                   2/139 
11:20:01 #10 49.75   Installing       : binutils-2.37-37.fc36.aarch64                        3/139 
11:20:01 #10 49.81   Running scriptlet: binutils-2.37-37.fc36.aarch64                        3/139 
11:20:01 #10 49.83   Installing       : python3-six-1.16.0-5.fc36.noarch                     4/139 
11:20:01 #10 49.83   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            5/139 
11:20:01 #10 49.84   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           6/139 
11:20:01 #10 49.85   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              7/139 
11:20:01 #10 49.90   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           8/139 
11:20:01 #10 31.15 Unpacking libdpkg-perl (1.19.8) ...
11:20:01 #10 31.28 Selecting previously unselected package patch.
11:20:01 #10 31.28 Preparing to unpack .../043-patch_2.7.6-3+deb10u1_armhf.deb ...
11:20:01 #10 31.29 Unpacking patch (2.7.6-3+deb10u1) ...
11:20:01 #10 31.35 Selecting previously unselected package make.
11:20:01 #10 31.35 Preparing to unpack .../044-make_4.2.1-1.2_armhf.deb ...
11:20:01 #10 31.35 Unpacking make (4.2.1-1.2) ...
11:20:01 #11 57.79 Setting up python3-chardet (3.0.4-4build1) ...
11:20:01 #11 58.04 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:01 #10 53.52 Setting up libmailtools-perl (2.21-2) ...
11:20:01 #10 53.53 Setting up python3-idna (3.3-1) ...
11:20:01 #10 53.74 Setting up python3-urllib3 (1.26.12-1) ...
11:20:01 #13 15.24 Transaction test succeeded.
11:20:01 #13 15.24 Running transaction
11:20:01 #11 38.53 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:20:01 #11 38.54 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-fcntllock-perl armhf 0.22-4 [33.2 kB]
11:20:01 #11 38.57 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
11:20:01 #11 38.58 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-glob-perl all 0.11-2 [8042 B]
11:20:01 #11 38.58 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:20:01 #11 37.34 Selecting previously unselected package libicu66:armhf.
11:20:01 #11 37.35 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
11:20:01 #11 37.35 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
11:20:01 #12 5.687 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
11:20:01 #12 5.688 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
11:20:01 #12 5.694 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
11:20:01 #12 5.695 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
11:20:01 #12 5.697 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
11:20:01 #12 5.698 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
11:20:01 #12 5.750 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
11:20:01 #12 5.751 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.57 [54.0 kB]
11:20:01 #12 5.752 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
11:20:01 #12 5.778 Get:12 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]
11:20:01 #12 5.791 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.57 [19.1 kB]
11:20:01 #12 5.796 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsepol1-dev amd64 2.7-1ubuntu0.1 [324 kB]
11:20:01 #12 5.841 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre16-3 amd64 2:8.39-9ubuntu0.1 [147 kB]
11:20:01 #12 5.848 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre32-3 amd64 2:8.39-9ubuntu0.1 [138 kB]
11:20:01 #12 5.852 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-9ubuntu0.1 [15.3 kB]
11:20:01 #12 5.854 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre3-dev amd64 2:8.39-9ubuntu0.1 [536 kB]
11:20:01 #12 5.864 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1-dev amd64 2.7-2build2 [149 kB]
11:20:01 #12 5.866 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-dev amd64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
11:20:01 #12 5.867 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~18.04.2 [81.7 kB]
11:20:01 #12 5.868 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.57 [205 kB]
11:20:01 #12 5.896 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.57 [184 kB]
11:20:01 #12 5.955 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
11:20:01 #14 10.88   Running scriptlet: systemd-libs-239-71.el8.x86_64                       14/80 
11:20:01 #14 11.92   Installing       : cpp-8.5.0-18.el8.x86_64                              15/80 
11:20:01 #14 11.94   Running scriptlet: cpp-8.5.0-18.el8.x86_64                              15/80 
11:20:01 #13 93.28   Installing : fipscheck-lib-1.4.1-6.el7.aarch64                          27/65 
11:20:01 #13 93.92   Installing : openssh-7.4p1-22.el7_9.aarch64                             28/65 
11:20:01 #11 51.00 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ...
11:20:01 #11 51.01 Unpacking libdata-dump-perl (1.23-1) ...
11:20:01 #11 51.05 Selecting previously unselected package libdigest-bubblebabble-perl.
11:20:01 #11 51.05 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:20:01 #11 51.05 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:20:01 #11 51.09 Selecting previously unselected package libdigest-hmac-perl.
11:20:01 #11 51.09 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:20:01 #11 51.10 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:01 #11 51.13 Selecting previously unselected package libdistro-info-perl.
11:20:01 #14 13.45   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     40/83 
11:20:01 #14 13.46   Installing       : rpm-plugin-selinux-4.14.3-26.el8.aarch64             41/83 
11:20:01 #14 13.48   Installing       : selinux-policy-3.14.3-115.el8.noarch                 42/83 
11:20:01 #14 13.54   Running scriptlet: selinux-policy-3.14.3-115.el8.noarch                 42/83 
11:20:01 #10 54.60 Setting up libltdl-dev:arm64 (2.4.6-2) ...
11:20:01 #10 54.61 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 54.63 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
11:20:01 #10 54.64 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
11:20:01 #10 54.65 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
11:20:01 #10 54.66 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 54.67 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
11:20:01 #10 54.68 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:20:01 #10 54.70 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 54.71 Setting up file (1:5.32-2ubuntu0.4) ...
11:20:01 #10 54.72 Setting up fakeroot (1.22-2ubuntu1) ...
11:20:01 #10 54.73 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:01 #10 54.74 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:01 #10 54.76 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:20:01 #10 54.77 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:20:01 #10 54.78 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:20:01 #10 54.79 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
11:20:01 #10 54.81 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:20:01 #10 54.82 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:20:01 #11 48.30 Selecting previously unselected package libssl3:arm64.
11:20:01 #11 48.30 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_arm64.deb ...
11:20:01 #11 48.30 Unpacking libssl3:arm64 (3.0.5-2ubuntu2.1) ...
11:20:01 #11 48.36 Selecting previously unselected package libpython3.10-minimal:arm64.
11:20:01 #11 48.36 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:20:01 #11 48.37 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:20:01 #11 48.45 Selecting previously unselected package libexpat1:arm64.
11:20:01 #11 48.45 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
11:20:01 #11 48.45 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:20:01 #11 48.49 Selecting previously unselected package python3.10-minimal.
11:20:01 #11 55.69 Preparing to unpack .../382-python3-six_1.16.0-4_all.deb ...
11:20:01 #11 55.70 Unpacking python3-six (1.16.0-4) ...
11:20:01 #11 55.73 Selecting previously unselected package python3-bcrypt.
11:20:01 #11 55.73 Preparing to unpack .../383-python3-bcrypt_3.2.0-1build1_amd64.deb ...
11:20:01 #11 55.73 Unpacking python3-bcrypt (3.2.0-1build1) ...
11:20:01 #11 55.77 Selecting previously unselected package python3-paramiko.
11:20:01 #11 55.77 Preparing to unpack .../384-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
11:20:01 #11 55.77 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
11:20:01 #11 55.81 Selecting previously unselected package python3-urllib3.
11:20:01 #11 55.81 Preparing to unpack .../385-python3-urllib3_1.26.9-1_all.deb ...
11:20:01 #11 55.82 Unpacking python3-urllib3 (1.26.9-1) ...
11:20:01 #11 55.88 Selecting previously unselected package python3-requests.
11:20:01 #11 55.88 Preparing to unpack .../386-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
11:20:01 #11 55.89 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:01 #11 55.92 Selecting previously unselected package python3-unidiff.
11:20:01 #10 45.04 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.23) ...
11:20:01 #10 45.09 Selecting previously unselected package curl.
11:20:01 #10 45.09 Preparing to unpack .../101-curl_7.58.0-2ubuntu3.23_armhf.deb ...
11:20:01 #10 45.10 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:20:01 #10 45.14 Selecting previously unselected package dctrl-tools.
11:20:01 #10 45.15 Preparing to unpack .../102-dctrl-tools_2.24-2build1_armhf.deb ...
11:20:01 #10 45.16 Unpacking dctrl-tools (2.24-2build1) ...
11:20:01 #10 45.20 Selecting previously unselected package libtool.
11:20:01 #10 45.20 Preparing to unpack .../103-libtool_2.4.6-2_all.deb ...
11:20:01 #10 45.20 Unpacking libtool (2.4.6-2) ...
11:20:01 #11 51.85 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
11:20:01 #11 51.85 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:20:01 #11 51.88 Selecting previously unselected package libdynaloader-functions-perl.
11:20:01 #11 51.89 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:20:01 #11 51.89 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:20:01 #11 51.92 Selecting previously unselected package libdevel-callchecker-perl.
11:20:01 #11 51.92 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
11:20:01 #11 51.92 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:01 #11 51.96 Selecting previously unselected package libparams-classify-perl.
11:20:01 #11 51.96 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
11:20:01 #11 51.96 Unpacking libparams-classify-perl (0.015-1build5) ...
11:20:01 #11 51.99 Selecting previously unselected package libmodule-runtime-perl.
11:20:01 #11 52.00 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:01 #11 52.00 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:01 #11 52.03 Selecting previously unselected package libimport-into-perl.
11:20:01 #11 52.03 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
11:20:01 #11 52.04 Unpacking libimport-into-perl (1.002005-1) ...
11:20:01 #11 52.07 Selecting previously unselected package librole-tiny-perl.
11:20:01 #11 52.07 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
11:20:01 #11 52.08 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:01 #11 52.11 Selecting previously unselected package libsub-quote-perl.
11:20:01 #11 52.11 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
11:20:01 #11 52.12 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:01 #11 52.15 Selecting previously unselected package libmoo-perl.
11:20:01 #11 52.15 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
11:20:01 #11 52.15 Unpacking libmoo-perl (2.005004-3) ...
11:20:01 #11 52.18 Selecting previously unselected package libencode-locale-perl.
11:20:01 #10 58.07   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               138/139 
11:20:01 #10 58.15   Installing       : glibc-gconv-extra-2.35-22.fc36.x86_64              139/139 
11:20:01 #11 50.45 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:20:01 #11 50.45 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:20:01 #11 50.48 Selecting previously unselected package libexporter-tiny-perl.
11:20:01 #11 50.48 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:01 #11 50.49 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:01 #11 50.52 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:01 #11 50.52 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ...
11:20:01 #11 50.52 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:01 #11 50.55 Selecting previously unselected package liblist-moreutils-perl.
11:20:01 #11 50.56 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:01 #11 50.56 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:01 #11 50.59 Selecting previously unselected package libdata-dpath-perl.
11:20:01 #11 50.59 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
11:20:01 #11 50.60 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:01 #11 50.63 Selecting previously unselected package libdata-dump-perl.
11:20:01 #11 50.63 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ...
11:20:01 #11 50.64 Unpacking libdata-dump-perl (1.25-1) ...
11:20:01 #11 50.67 Selecting previously unselected package libdata-messagepack-perl.
11:20:01 #10 35.10 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:01 #10 35.11 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ...
11:20:01 #10 35.12 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:20:01 #10 35.15 Selecting previously unselected package libdynaloader-functions-perl.
11:20:01 #10 35.15 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:20:01 #10 35.16 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:20:01 #10 ...
11:20:01 
11:20:01 #9 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:20:01 #9 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 20.0s done
11:20:01 #9 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:20:01 #9 DONE 57.2s
11:20:01 
11:20:01 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:20:01 #10 35.30 Selecting previously unselected package libdevel-callchecker-perl.
11:20:01 #10 35.30 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
11:20:01 #10 35.31 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:20:01 #10 35.35 Selecting previously unselected package libparams-classify-perl.
11:20:01 #10 35.35 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ...
11:20:01 #10 35.37 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:20:01 #10 35.41 Selecting previously unselected package libmodule-runtime-perl.
11:20:01 #10 35.41 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:01 #10 35.42 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:01 #10 35.45 Selecting previously unselected package libimport-into-perl.
11:20:01 #10 35.45 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ...
11:20:01 #11 35.26 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:20:01 #11 35.28 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
11:20:01 #10 49.91   Installing       : hunspell-1.7.0-19.fc36.aarch64                       9/139 
11:20:01 #10 50.00   Installing       : elfutils-0.188-3.fc36.aarch64                       10/139 
11:20:01 #10 50.01   Installing       : xz-5.4.1-1.fc36.aarch64                             11/139 
11:20:01 #10 50.06   Installing       : dwz-0.14-4.fc36.aarch64                             12/139 
11:20:01 #10 50.07   Installing       : unzip-6.0-57.fc36.aarch64                           13/139 
11:20:01 #10 31.46 Selecting previously unselected package dpkg-dev.
11:20:01 #10 31.46 Preparing to unpack .../045-dpkg-dev_1.19.8_all.deb ...
11:20:01 #10 31.47 Unpacking dpkg-dev (1.19.8) ...
11:20:01 #10 31.64 Selecting previously unselected package libelf1:armhf.
11:20:01 #10 31.64 Preparing to unpack .../046-libelf1_0.176-1.1_armhf.deb ...
11:20:01 #10 31.64 Unpacking libelf1:armhf (0.176-1.1) ...
11:20:01 #10 31.71 Selecting previously unselected package dwz.
11:20:01 #10 31.71 Preparing to unpack .../047-dwz_0.12-3_armhf.deb ...
11:20:01 #11 58.05 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:01 #11 58.07 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:01 #11 58.08 Setting up python3-debian (0.1.36ubuntu1) ...
11:20:02 #10 53.91 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:20:02 #10 53.96 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:02 #10 54.03 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:02 #11 39.00 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
11:20:02 #11 39.07 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
11:20:02 #12 6.098 debconf: delaying package configuration, since apt-utils is not installed
11:20:02 #14 11.96   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 16/80 
11:20:02 #14 12.06   Installing       : python3-setools-4.3.0-3.el8.x86_64                   17/80 
11:20:02 #14 12.10   Installing       : libselinux-utils-2.9-8.el8.x86_64                    18/80 
11:20:02 #14 12.14   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  19/80 
11:20:02 #14 12.17   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  19/80 
11:20:02 #14 12.27   Installing       : isl-0.16.1-6.el8.x86_64                              20/80 
11:20:02 #14 12.29   Running scriptlet: isl-0.16.1-6.el8.x86_64                              20/80 
11:20:02 #14 12.32   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        21/80 
11:20:02 #14 12.34   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   22/80 
11:20:02 #14 12.36   Installing       : less-530-1.el8.x86_64                                23/80 
11:20:02 #10 43.71 Selecting previously unselected package iso-codes.
11:20:02 #10 43.71 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ...
11:20:02 #10 43.72 Unpacking iso-codes (4.2-1) ...
11:20:02 #13 93.95   Installing : lzo-2.06-8.el7.aarch64                                     29/65 
11:20:02 #11 51.14 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:20:02 #11 51.14 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:20:02 #11 51.17 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:02 #11 51.18 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:02 #11 51.18 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:02 #11 51.21 Selecting previously unselected package libmailtools-perl.
11:20:02 #11 51.22 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ...
11:20:02 #11 51.22 Unpacking libmailtools-perl (2.21-1) ...
11:20:02 #11 51.28 Selecting previously unselected package libnet-ip-perl.
11:20:02 #11 51.28 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ...
11:20:02 #11 51.29 Unpacking libnet-ip-perl (1.26-2) ...
11:20:02 #11 51.32 Selecting previously unselected package libnet-dns-perl.
11:20:02 #11 51.33 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ...
11:20:02 #11 51.33 Unpacking libnet-dns-perl (1.22-1) ...
11:20:02 #11 51.39 Selecting previously unselected package libnet-domain-tld-perl.
11:20:02 #10 54.83 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:20:02 #10 54.85 Setting up man-db (2.8.3-2ubuntu0.1) ...
11:20:02 #10 54.95 Building database of manual pages ...
11:20:02 #11 48.49 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:20:02 #11 48.49 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:20:02 #11 48.56 Setting up libssl3:arm64 (3.0.5-2ubuntu2.1) ...
11:20:02 #11 48.64 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:20:02 #11 48.66 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:20:02 #11 48.67 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:20:02 #11 55.92 Preparing to unpack .../387-python3-unidiff_0.7.3-1_all.deb ...
11:20:02 #11 55.93 Unpacking python3-unidiff (0.7.3-1) ...
11:20:02 #11 55.96 Selecting previously unselected package zstd.
11:20:02 #11 55.96 Preparing to unpack .../388-zstd_1.5.2+dfsg-1_amd64.deb ...
11:20:02 #11 55.96 Unpacking zstd (1.5.2+dfsg-1) ...
11:20:02 #11 56.00 Selecting previously unselected package equivs.
11:20:02 #11 56.00 Preparing to unpack .../389-equivs_2.3.1_all.deb ...
11:20:02 #11 56.01 Unpacking equivs (2.3.1) ...
11:20:02 #11 56.04 Selecting previously unselected package libauthen-sasl-perl.
11:20:02 #11 56.04 Preparing to unpack .../390-libauthen-sasl-perl_2.1600-2_all.deb ...
11:20:02 #11 56.05 Unpacking libauthen-sasl-perl (2.1600-2) ...
11:20:02 #11 56.09 Selecting previously unselected package python3-magic.
11:20:02 #11 56.10 Preparing to unpack .../391-python3-magic_2%3a0.4.26-2_all.deb ...
11:20:02 #11 56.10 Unpacking python3-magic (2:0.4.26-2) ...
11:20:02 #11 56.15 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:20:02 #11 56.18 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:20:02 #11 56.19 Setting up media-types (8.0.0) ...
11:20:02 #11 56.20 Setting up libpipeline1:amd64 (1.5.6-2) ...
11:20:02 #11 56.21 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
11:20:02 #11 56.23 Setting up wdiff (1.2.2-2build3) ...
11:20:02 #11 56.24 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
11:20:02 #11 56.25 Setting up libre2-9:amd64 (20220601+dfsg-1) ...
11:20:02 #10 45.25 Selecting previously unselected package dh-autoreconf.
11:20:02 #10 45.26 Preparing to unpack .../104-dh-autoreconf_17_all.deb ...
11:20:02 #10 45.26 Unpacking dh-autoreconf (17) ...
11:20:02 #10 45.29 Selecting previously unselected package libarchive-zip-perl.
11:20:02 #10 45.29 Preparing to unpack .../105-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:20:02 #10 45.30 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:20:02 #10 45.34 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:02 #10 45.34 Preparing to unpack .../106-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:20:02 #10 45.35 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:20:02 #10 45.38 Selecting previously unselected package libtimedate-perl.
11:20:02 #10 45.38 Preparing to unpack .../107-libtimedate-perl_2.3000-2_all.deb ...
11:20:02 #10 45.39 Unpacking libtimedate-perl (2.3000-2) ...
11:20:02 #10 45.42 Selecting previously unselected package dh-strip-nondeterminism.
11:20:02 #10 45.43 Preparing to unpack .../108-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:20:02 #10 45.43 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:20:02 #10 45.47 Selecting previously unselected package libcroco3:armhf.
11:20:02 #10 45.47 Preparing to unpack .../109-libcroco3_0.6.12-2_armhf.deb ...
11:20:02 #10 45.47 Unpacking libcroco3:armhf (0.6.12-2) ...
11:20:02 #11 52.19 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
11:20:02 #11 52.19 Unpacking libencode-locale-perl (1.05-1.1) ...
11:20:02 #11 52.22 Selecting previously unselected package libtimedate-perl.
11:20:02 #11 52.22 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
11:20:02 #11 52.23 Unpacking libtimedate-perl (2.3300-2) ...
11:20:02 #11 52.26 Selecting previously unselected package libhttp-date-perl.
11:20:02 #11 52.26 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
11:20:02 #11 52.27 Unpacking libhttp-date-perl (6.05-1) ...
11:20:02 #11 52.30 Selecting previously unselected package libfile-listing-perl.
11:20:02 #11 52.30 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
11:20:02 #11 52.30 Unpacking libfile-listing-perl (6.14-1) ...
11:20:02 #11 52.33 Selecting previously unselected package libhtml-tagset-perl.
11:20:02 #11 52.33 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:02 #11 52.34 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:02 #11 52.37 Selecting previously unselected package liburi-perl.
11:20:02 #11 52.37 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
11:20:02 #11 52.37 Unpacking liburi-perl (5.10-1) ...
11:20:02 #11 52.41 Selecting previously unselected package libhtml-parser-perl:arm64.
11:20:02 #11 50.67 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ...
11:20:02 #11 50.67 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:20:02 #11 50.70 Selecting previously unselected package libnet-domain-tld-perl.
11:20:02 #11 50.70 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:20:02 #11 50.70 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:20:02 #11 50.74 Selecting previously unselected package libdata-validate-domain-perl.
11:20:02 #11 50.74 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:02 #11 50.74 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:02 #11 50.77 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:02 #11 50.77 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:02 #11 50.78 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:02 #11 50.80 Selecting previously unselected package libnet-netmask-perl.
11:20:02 #11 50.80 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ...
11:20:02 #11 50.81 Unpacking libnet-netmask-perl (2.0001-1) ...
11:20:02 #11 50.84 Selecting previously unselected package libnetaddr-ip-perl.
11:20:02 #11 50.84 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ...
11:20:02 #11 50.84 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:02 #11 50.88 Selecting previously unselected package libdata-validate-ip-perl.
11:20:02 #11 50.88 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ...
11:20:02 #11 50.88 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:20:02 #11 50.91 Selecting previously unselected package libdata-validate-uri-perl.
11:20:02 #11 50.91 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:02 #11 50.92 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:02 #11 50.95 Selecting previously unselected package libdistro-info-perl.
11:20:02 #11 50.95 Preparing to unpack .../244-libdistro-info-perl_1.1build1_all.deb ...
11:20:02 #11 50.95 Unpacking libdistro-info-perl (1.1build1) ...
11:20:02 #11 50.98 Selecting previously unselected package libemail-address-xs-perl.
11:20:02 #10 35.47 Unpacking libimport-into-perl (1.002005-1) ...
11:20:02 #10 35.50 Selecting previously unselected package librole-tiny-perl.
11:20:02 #10 35.50 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ...
11:20:02 #10 35.52 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:02 #10 35.57 Selecting previously unselected package libstrictures-perl.
11:20:02 #10 35.57 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ...
11:20:02 #10 35.57 Unpacking libstrictures-perl (2.000006-1) ...
11:20:02 #10 35.62 Selecting previously unselected package libsub-quote-perl.
11:20:02 #10 35.62 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ...
11:20:02 #10 35.63 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:02 #10 35.67 Selecting previously unselected package libmoo-perl.
11:20:02 #10 35.67 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ...
11:20:02 #10 35.67 Unpacking libmoo-perl (2.004004-1) ...
11:20:02 #10 35.73 Selecting previously unselected package libencode-locale-perl.
11:20:02 #10 35.73 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ...
11:20:02 #10 35.74 Unpacking libencode-locale-perl (1.05-1.1) ...
11:20:02 #10 35.78 Selecting previously unselected package libtimedate-perl.
11:20:02 #10 35.78 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ...
11:20:02 #11 35.39 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:20:02 #11 35.41 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
11:20:02 #11 35.58 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:20:02 #10 50.14   Installing       : file-5.41-4.fc36.aarch64                            14/139 
11:20:02 #10 50.15   Installing       : zip-3.0-32.fc36.aarch64                             15/139 
11:20:02 #10 50.21   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     16/139 
11:20:02 #10 50.22   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 17/139 
11:20:02 #10 50.28   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              18/139 
11:20:02 #10 50.30   Installing       : python3-construct-2.10.68-1.fc36.noarch             19/139 
11:20:02 #10 50.34   Installing       : python3-pybeam-0.7-2.fc36.noarch                    20/139 
11:20:02 #10 50.35   Installing       : zstd-1.5.4-1.fc36.aarch64                           21/139 
11:20:02 #10 50.39   Installing       : rust-srpm-macros-24-1.fc36.noarch                   22/139 
11:20:02 #10 50.39   Installing       : rpmautospec-rpm-macros-0.3.5-1.fc36.noarch          23/139 
11:20:02 #10 50.40   Installing       : qt5-srpm-macros-5.15.8-1.fc36.noarch                24/139 
11:20:02 #10 50.40   Installing       : pyproject-srpm-macros-1.6.2-1.fc36.noarch           25/139 
11:20:02 #10 50.41   Installing       : emacs-filesystem-1:28.2-3.fc36.noarch               26/139 
11:20:02 #10 50.44   Installing       : desktop-file-utils-0.26-6.fc36.aarch64              27/139 
11:20:02 #10 50.45   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                   28/139 
11:20:02 #10 31.72 Unpacking dwz (0.12-3) ...
11:20:02 #10 31.78 Selecting previously unselected package libdebhelper-perl.
11:20:02 #10 31.78 Preparing to unpack .../048-libdebhelper-perl_13.2~bpo10+1_all.deb ...
11:20:02 #10 31.78 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
11:20:02 #10 31.86 Selecting previously unselected package libglib2.0-0:armhf.
11:20:02 #10 31.86 Preparing to unpack .../049-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
11:20:02 #10 31.87 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:20:02 #11 58.24 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:20:02 #11 58.46 Setting up libdata-optlist-perl (0.110-1) ...
11:20:02 #10 54.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:02 #10 54.24 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:02 #10 54.27 Setting up dh-strip-nondeterminism (1.13.1-1) ...
11:20:02 #10 54.28 Setting up libconst-fast-perl (0.014-2) ...
11:20:02 #11 39.09 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-ttf-perl all 1.06-2 [323 kB]
11:20:02 #11 39.37 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:20:02 #10 33.96 Selecting previously unselected package libtool.
11:20:02 #10 33.96 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ...
11:20:02 #10 34.10 Unpacking libtool (2.4.6-15) ...
11:20:02 #12 6.132 Fetched 7286 kB in 1s (11.1 MB/s)
11:20:02 #12 6.167 Selecting previously unselected package bash-completion.
11:20:02 #12 6.167 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:02 #12 6.182 Preparing to unpack .../0-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
11:20:02 #14 12.39   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                24/80 
11:20:02 #14 12.42   Installing       : libgomp-8.5.0-18.el8.x86_64                          25/80 
11:20:02 #14 12.43   Running scriptlet: libgomp-8.5.0-18.el8.x86_64                          25/80 
11:20:02 #14 12.45   Running scriptlet: openssh-8.0p1-17.el8.x86_64                          26/80 
11:20:02 #10 25.47 Preparing to unpack .../perl_5.36.0-7_armhf.deb ...
11:20:02 #10 25.51 Unpacking perl (5.36.0-7) over (5.36.0-6) ...
11:20:02 #10 25.70 Preparing to unpack .../perl-base_5.36.0-7_armhf.deb ...
11:20:02 #10 25.72 Unpacking perl-base (5.36.0-7) over (5.36.0-6) ...
11:20:02 #11 51.40 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ...
11:20:02 #11 51.40 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:20:02 #11 51.44 Selecting previously unselected package libemail-valid-perl.
11:20:02 #11 51.44 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ...
11:20:02 #11 51.45 Unpacking libemail-valid-perl (1.202-1) ...
11:20:02 #11 51.48 Selecting previously unselected package libexporter-tiny-perl.
11:20:02 #11 51.49 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ...
11:20:02 #11 51.49 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:20:02 #11 51.53 Selecting previously unselected package libipc-system-simple-perl.
11:20:02 #11 51.54 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ...
11:20:02 #11 51.54 Unpacking libipc-system-simple-perl (1.26-1) ...
11:20:02 #11 51.57 Selecting previously unselected package libfile-basedir-perl.
11:20:02 #11 51.58 Preparing to unpack .../236-libfile-basedir-perl_0.08-1_all.deb ...
11:20:02 #11 51.58 Unpacking libfile-basedir-perl (0.08-1) ...
11:20:02 #11 51.62 Selecting previously unselected package libfile-chdir-perl.
11:20:02 #11 51.62 Preparing to unpack .../237-libfile-chdir-perl_0.1008-1_all.deb ...
11:20:02 #11 51.63 Unpacking libfile-chdir-perl (0.1008-1) ...
11:20:02 #11 51.66 Selecting previously unselected package libfile-fcntllock-perl.
11:20:02 #10 55.11 Setting up pinentry-curses (1.1.0-1) ...
11:20:02 #10 55.13 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:20:02 #10 55.14 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
11:20:02 #10 55.15 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:02 #10 55.17 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ...
11:20:02 #10 55.18 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:02 #10 55.20 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:20:02 #10 55.21 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:20:02 #10 55.23 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
11:20:02 #10 55.24 Setting up python3 (3.6.7-1~18.04) ...
11:20:02 #11 56.27 Setting up libkeyutils1:amd64 (1.6.3-1) ...
11:20:02 #11 56.28 Setting up lto-disabled-list (35) ...
11:20:02 #11 56.29 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:20:02 #11 56.30 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:20:02 #11 56.31 Setting up libsodium23:amd64 (1.0.18-1build2) ...
11:20:02 #11 56.32 Setting up bsdextrautils (2.38-4ubuntu1) ...
11:20:02 #11 56.33 Setting up libfcgi0ldbl:amd64 (2.4.2-2build2) ...
11:20:02 #11 56.34 Setting up libtext-glob-perl (0.11-2) ...
11:20:02 #11 56.34 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
11:20:02 #11 56.37 Setting up libmagic-mgc (1:5.41-4) ...
11:20:02 #11 56.38 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
11:20:02 #11 56.39 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:20:02 #11 56.40 No schema files found: doing nothing.
11:20:02 #11 56.40 Setting up distro-info-data (0.54ubuntu0.1) ...
11:20:02 #11 56.42 Setting up manpages (5.13-1) ...
11:20:02 #11 56.43 Setting up libtirpc-common (1.3.3+ds-1) ...
11:20:02 #11 56.44 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
11:20:02 #11 56.45 Setting up unzip (6.0-27ubuntu1) ...
11:20:02 #11 56.46 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:20:02 #11 56.47 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:20:02 #11 56.48 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
11:20:02 #10 45.51 Selecting previously unselected package gettext.
11:20:02 #10 45.51 Preparing to unpack .../110-gettext_0.19.8.1-6ubuntu0.3_armhf.deb ...
11:20:02 #10 45.52 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:20:02 #10 45.69 Selecting previously unselected package intltool-debian.
11:20:02 #10 45.69 Preparing to unpack .../111-intltool-debian_0.35.0+20060710.4_all.deb ...
11:20:02 #10 45.70 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:20:02 #10 45.73 Selecting previously unselected package po-debconf.
11:20:02 #10 45.73 Preparing to unpack .../112-po-debconf_1.0.20_all.deb ...
11:20:02 #10 45.73 Unpacking po-debconf (1.0.20) ...
11:20:02 #11 52.41 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
11:20:02 #11 52.41 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
11:20:02 #11 52.45 Selecting previously unselected package libhtml-tree-perl.
11:20:02 #11 52.45 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
11:20:02 #11 52.45 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:02 #11 52.50 Selecting previously unselected package libio-html-perl.
11:20:02 #11 52.50 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
11:20:02 #11 52.51 Unpacking libio-html-perl (1.004-2) ...
11:20:02 #11 52.54 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:02 #11 52.54 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:02 #11 52.54 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:02 #11 52.58 Selecting previously unselected package libhttp-message-perl.
11:20:02 #11 52.58 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
11:20:02 #11 52.58 Unpacking libhttp-message-perl (6.36-1) ...
11:20:02 #11 52.62 Selecting previously unselected package libhttp-cookies-perl.
11:20:02 #10 35.79 Unpacking libtimedate-perl (2.3300-2) ...
11:20:02 #10 35.85 Selecting previously unselected package libhttp-date-perl.
11:20:02 #10 35.85 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ...
11:20:02 #10 35.85 Unpacking libhttp-date-perl (6.05-1) ...
11:20:02 #10 35.89 Selecting previously unselected package libfile-listing-perl.
11:20:02 #10 35.89 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ...
11:20:02 #10 35.89 Unpacking libfile-listing-perl (6.14-1) ...
11:20:02 #10 35.95 Selecting previously unselected package libhtml-tagset-perl.
11:20:02 #10 35.95 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:02 #10 35.96 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:02 #10 36.00 Selecting previously unselected package liburi-perl.
11:20:02 #10 36.00 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ...
11:20:02 #11 50.98 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ...
11:20:02 #11 50.99 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:20:02 #11 51.02 Selecting previously unselected package libipc-system-simple-perl.
11:20:02 #11 51.02 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:02 #11 51.02 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:02 #11 51.08 Selecting previously unselected package libfile-basedir-perl.
11:20:02 #11 51.08 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ...
11:20:02 #11 51.09 Unpacking libfile-basedir-perl (0.09-1) ...
11:20:02 #11 51.12 Selecting previously unselected package libfile-chdir-perl.
11:20:02 #11 51.12 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:02 #11 51.13 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:02 #11 51.15 Selecting previously unselected package libfile-fcntllock-perl.
11:20:02 #11 51.15 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
11:20:02 #11 51.16 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:20:02 #11 51.19 Selecting previously unselected package libnumber-compare-perl.
11:20:02 #11 51.19 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ...
11:20:02 #11 51.19 Unpacking libnumber-compare-perl (0.03-2) ...
11:20:02 #11 35.60 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
11:20:02 #11 35.61 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:20:02 #11 35.61 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:20:02 #11 35.62 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:20:02 #11 35.63 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:20:02 #10 50.51   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                  29/139 
11:20:02 #10 50.52   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch               30/139 
11:20:02 #10 50.55   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                    31/139 
11:20:02 #10 50.61   Installing       : gdb-minimal-12.1-2.fc36.aarch64                     32/139 
11:20:02 #10 50.61   Installing       : debugedit-5.0-7.fc36.aarch64                        33/139 
11:20:02 #10 50.68   Installing       : shared-mime-info-2.1-3.fc35.aarch64                 34/139 
11:20:02 #10 50.71   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                 34/139 
11:20:02 #10 32.06 Selecting previously unselected package libicu63:armhf.
11:20:02 #10 32.06 Preparing to unpack .../050-libicu63_63.1-6+deb10u3_armhf.deb ...
11:20:02 #10 32.07 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
11:20:02 #11 58.47 Setting up libipc-run-perl (20180523.0-2) ...
11:20:02 #11 58.48 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:02 #11 58.49 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:02 #11 58.51 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:02 #11 58.52 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:02 #11 58.53 Setting up g++ (4:9.3.0-1ubuntu2) ...
11:20:02 #11 58.56 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:02 #11 58.57 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
11:20:02 #11 58.58 Setting up libhtml-parser-perl (3.72-5) ...
11:20:02 #11 58.59 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:02 #11 58.60 Setting up librole-tiny-perl (2.001004-1) ...
11:20:02 #11 58.62 Setting up build-essential (12.8ubuntu1.1) ...
11:20:02 #11 58.63 Setting up libfont-ttf-perl (1.06-1) ...
11:20:02 #11 58.64 Setting up libfile-homedir-perl (1.004-1) ...
11:20:02 #11 58.66 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
11:20:02 #11 58.67 Setting up libio-socket-ssl-perl (2.067-1) ...
11:20:02 #11 58.68 Setting up libsub-exporter-perl (0.987-1) ...
11:20:02 #11 58.70 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:02 #11 58.71 Setting up libhttp-message-perl (6.22-1) ...
11:20:02 #11 58.72 Setting up libhtml-form-perl (6.07-1) ...
11:20:02 #11 58.73 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
11:20:02 #11 58.75 Setting up libjson-xs-perl (4.020-1build1) ...
11:20:02 #11 58.76 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:02 #11 58.77 Setting up libio-prompter-perl (0.004015-1) ...
11:20:02 #11 58.78 Setting up libhttp-cookies-perl (6.08-1) ...
11:20:02 #10 54.30 Setting up libhttp-daemon-perl (6.16-1) ...
11:20:02 #10 54.31 Setting up python3-unidiff (0.7.3-1) ...
11:20:02 #10 54.45 Setting up libdata-dpath-perl (0.58-2) ...
11:20:02 #10 54.46 Setting up python3-magic (2:0.4.26-3) ...
11:20:02 #10 54.58 Setting up g++-12 (12.2.0-14) ...
11:20:02 #11 39.37 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsort-versions-perl all 1.62-2 [8848 B]
11:20:02 #11 39.37 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:20:02 #11 39.38 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:20:02 #11 39.38 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:20:02 #11 39.40 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-perl all 4.09000-1 [82.4 kB]
11:20:02 #11 39.42 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
11:20:02 #11 39.43 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:20:02 #10 34.25 Selecting previously unselected package dh-autoreconf.
11:20:02 #10 34.25 Preparing to unpack .../043-dh-autoreconf_20_all.deb ...
11:20:02 #10 34.26 Unpacking dh-autoreconf (20) ...
11:20:02 #10 54.40   Running scriptlet: elfutils-libelf-0.188-3.fc37.x86_64                141/141 
11:20:02 #10 57.27   Verifying        : bzip2-1.0.8-12.fc37.x86_64                           1/141 
11:20:02 #10 57.27   Verifying        : cpio-2.13-13.fc37.x86_64                             2/141 
11:20:02 #10 57.27   Verifying        : dash-0.5.11.5-2.fc37.x86_64                          3/141 
11:20:02 #10 57.27   Verifying        : desktop-file-utils-0.26-7.fc37.x86_64                4/141 
11:20:02 #10 57.27   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.x86_64        5/141 
11:20:02 #10 57.27   Verifying        : diffutils-3.8-3.fc37.x86_64                          6/141 
11:20:02 #10 57.27   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/141 
11:20:02 #10 57.27   Verifying        : dwz-0.14-7.fc37.x86_64                               8/141 
11:20:02 #10 57.27   Verifying        : ed-1.18-2.fc37.x86_64                                9/141 
11:20:02 #10 57.27   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/141 
11:20:02 #10 57.27   Verifying        : file-5.42-4.fc37.x86_64                             11/141 
11:20:02 #10 57.27   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             12/141 
11:20:02 #10 57.27   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   13/141 
11:20:02 #10 57.27   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   14/141 
11:20:02 #10 57.27   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  15/141 
11:20:02 #10 57.27   Verifying        : groff-base-1.22.4-10.fc37.x86_64                    16/141 
11:20:02 #10 57.27   Verifying        : hunspell-1.7.0-21.fc37.x86_64                       17/141 
11:20:02 #10 57.27   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             18/141 
11:20:02 #10 57.27   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          19/141 
11:20:02 #10 57.27   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          20/141 
11:20:02 #10 57.27   Verifying        : hunspell-filesystem-1.7.0-21.fc37.x86_64            21/141 
11:20:02 #10 57.27   Verifying        : json-glib-1.6.6-3.fc37.x86_64                       22/141 
11:20:02 #10 57.27   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               23/141 
11:20:02 #10 57.27   Verifying        : libappstream-glib-0.8.1-1.fc37.x86_64               24/141 
11:20:02 #10 57.27   Verifying        : libjpeg-turbo-2.1.3-2.fc37.x86_64                   25/141 
11:20:02 #10 57.27   Verifying        : libpkgconf-1.8.0-3.fc37.x86_64                      26/141 
11:20:02 #10 57.27   Verifying        : libpng-2:1.6.37-13.fc37.x86_64                      27/141 
11:20:02 #10 57.27   Verifying        : libstemmer-0-19.585svn.fc37.x86_64                  28/141 
11:20:02 #10 57.27   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     29/141 
11:20:02 #10 57.27   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     30/141 
11:20:02 #10 57.27   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   31/141 
11:20:02 #10 57.27   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               32/141 
11:20:02 #10 57.27   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         33/141 
11:20:02 #10 57.27   Verifying        : patch-2.7.6-17.fc37.x86_64                          34/141 
11:20:02 #10 57.27   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                35/141 
11:20:02 #10 57.27   Verifying        : perl-B-1.83-492.fc37.x86_64                         36/141 
11:20:02 #10 57.27   Verifying        : perl-Carp-1.52-489.fc37.noarch                      37/141 
11:20:02 #10 57.27   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              38/141 
11:20:02 #10 57.27   Verifying        : perl-Data-Dumper-2.184-490.fc37.x86_64              39/141 
11:20:02 #10 57.27   Verifying        : perl-Digest-1.20-489.fc37.noarch                    40/141 
11:20:02 #10 57.27   Verifying        : perl-Digest-MD5-2.58-489.fc37.x86_64                41/141 
11:20:02 #10 57.27   Verifying        : perl-DynaLoader-1.52-492.fc37.x86_64                42/141 
11:20:02 #10 57.27   Verifying        : perl-Encode-4:3.19-492.fc37.x86_64                  43/141 
11:20:02 #10 57.27   Verifying        : perl-Errno-1.36-492.fc37.x86_64                     44/141 
11:20:02 #10 57.27   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  45/141 
11:20:02 #10 57.27   Verifying        : perl-Fcntl-1.15-492.fc37.x86_64                     46/141 
11:20:02 #10 57.27   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             47/141 
11:20:02 #10 57.27   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 48/141 
11:20:02 #10 57.27   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          49/141 
11:20:02 #10 57.27   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 50/141 
11:20:02 #10 57.27   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                51/141 
11:20:02 #10 57.27   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                52/141 
11:20:02 #10 57.27   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  53/141 
11:20:02 #10 57.27   Verifying        : perl-IO-1.50-492.fc37.x86_64                        54/141 
11:20:02 #10 57.27   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              55/141 
11:20:02 #10 57.27   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/141 
11:20:02 #10 57.27   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 57/141 
11:20:02 #10 57.27   Verifying        : perl-MIME-Base64-3.16-489.fc37.x86_64               58/141 
11:20:02 #10 57.27   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              59/141 
11:20:02 #10 57.27   Verifying        : perl-NDBM_File-1.15-492.fc37.x86_64                 60/141 
11:20:02 #10 57.27   Verifying        : perl-Net-SSLeay-1.92-4.fc37.x86_64                  61/141 
11:20:02 #10 57.27   Verifying        : perl-POSIX-2.03-492.fc37.x86_64                     62/141 
11:20:02 #10 57.27   Verifying        : perl-PathTools-3.84-489.fc37.x86_64                 63/141 
11:20:02 #10 57.27   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             64/141 
11:20:02 #10 57.27   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            65/141 
11:20:02 #10 57.27   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              66/141 
11:20:02 #10 57.27   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 67/141 
11:20:02 #10 57.27   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       68/141 
11:20:02 #10 57.27   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               69/141 
11:20:02 #10 57.27   Verifying        : perl-Socket-4:2.036-1.fc37.x86_64                   70/141 
11:20:02 #10 57.27   Verifying        : perl-Storable-1:3.26-489.fc37.x86_64                71/141 
11:20:02 #10 57.27   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    72/141 
11:20:02 #10 57.27   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            73/141 
11:20:02 #10 57.27   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  74/141 
11:20:02 #10 57.27   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           75/141 
11:20:02 #10 57.27   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       76/141 
11:20:02 #10 57.27   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             77/141 
11:20:02 #10 57.27   Verifying        : perl-base-2.27-492.fc37.noarch                      78/141 
11:20:02 #10 57.27   Verifying        : perl-constant-1.33-490.fc37.noarch                  79/141 
11:20:02 #10 57.27   Verifying        : perl-if-0.61.000-492.fc37.noarch                    80/141 
11:20:02 #10 57.27   Verifying        : perl-interpreter-4:5.36.0-492.fc37.x86_64           81/141 
11:20:02 #10 57.27   Verifying        : perl-libnet-3.14-490.fc37.noarch                    82/141 
11:20:02 #10 57.27   Verifying        : perl-libs-4:5.36.0-492.fc37.x86_64                  83/141 
11:20:02 #10 57.27   Verifying        : perl-mro-1.26-492.fc37.x86_64                       84/141 
11:20:02 #10 57.27   Verifying        : perl-overload-1.35-492.fc37.noarch                  85/141 
11:20:02 #10 57.27   Verifying        : perl-overloading-0.02-492.fc37.noarch               86/141 
11:20:02 #10 57.27   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 87/141 
11:20:02 #10 57.27   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               88/141 
11:20:02 #10 57.27   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   89/141 
11:20:02 #10 57.27   Verifying        : perl-subs-1.04-492.fc37.noarch                      90/141 
11:20:02 #10 57.27   Verifying        : perl-vars-1.05-492.fc37.noarch                      91/141 
11:20:02 #10 57.27   Verifying        : pkgconf-1.8.0-3.fc37.x86_64                         92/141 
11:20:02 #10 57.27   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      93/141 
11:20:02 #10 57.27   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              94/141 
11:20:02 #10 57.27   Verifying        : python3-construct-2.10.68-3.fc37.noarch             95/141 
11:20:02 #10 57.27   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch              96/141 
11:20:02 #10 57.27   Verifying        : python3-distro-1.7.0-3.fc37.noarch                  97/141 
11:20:02 #10 57.27   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch        98/141 
11:20:02 #10 57.27   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                 99/141 
11:20:02 #10 57.27   Verifying        : python3-file-magic-5.42-4.fc37.noarch              100/141 
11:20:02 #10 57.27   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   101/141 
11:20:02 #10 57.27   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   102/141 
11:20:02 #10 57.28   Verifying        : python3-six-1.16.0-8.fc37.noarch                   103/141 
11:20:02 #10 57.28   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                104/141 
11:20:02 #10 57.28   Verifying        : rpm-build-4.18.0-1.fc37.x86_64                     105/141 
11:20:02 #10 57.28   Verifying        : shared-mime-info-2.2-2.fc37.x86_64                 106/141 
11:20:02 #10 57.28   Verifying        : unzip-6.0-58.fc37.x86_64                           107/141 
11:20:02 #10 57.28   Verifying        : xxhash-libs-0.8.1-3.fc37.x86_64                    108/141 
11:20:02 #10 57.28   Verifying        : zip-3.0-33.fc37.x86_64                             109/141 
11:20:02 #10 57.28   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              110/141 
11:20:02 #10 57.28   Verifying        : binutils-2.38-25.fc37.x86_64                       111/141 
11:20:02 #10 57.28   Verifying        : binutils-gold-2.38-25.fc37.x86_64                  112/141 
11:20:02 #10 57.28   Verifying        : dbus-libs-1:1.14.6-1.fc37.x86_64                   113/141 
11:20:02 #10 57.28   Verifying        : debugedit-5.0-7.fc37.x86_64                        114/141 
11:20:02 #10 57.28   Verifying        : elfutils-0.189-1.fc37.x86_64                       115/141 
11:20:02 #10 57.28   Verifying        : elfutils-debuginfod-client-0.189-1.fc37.x86_64     116/141 
11:20:02 #10 57.28   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              117/141 
11:20:02 #10 57.28   Verifying        : enchant2-2.3.4-1.fc37.x86_64                       118/141 
11:20:02 #10 57.28   Verifying        : gdb-minimal-13.1-1.fc37.x86_64                     119/141 
11:20:02 #10 57.28   Verifying        : ghc-srpm-macros-1.6.1-1.fc37.noarch                120/141 
11:20:02 #10 57.28   Verifying        : glibc-gconv-extra-2.36-9.fc37.x86_64               121/141 
11:20:02 #10 57.28   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   122/141 
11:20:02 #10 57.28   Verifying        : ncurses-6.3-4.20220501.fc37.x86_64                 123/141 
11:20:02 #10 57.28   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              124/141 
11:20:02 #10 57.28   Verifying        : perl-URI-5.17-1.fc37.noarch                        125/141 
11:20:02 #10 57.28   Verifying        : pyproject-srpm-macros-1.6.3-1.fc37.noarch          126/141 
11:20:02 #10 57.28   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              127/141 
11:20:02 #10 57.28   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                   128/141 
11:20:02 #10 57.28   Verifying        : python3-zstandard-0.19.0-1.fc37.x86_64             129/141 
11:20:02 #10 57.28   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               130/141 
11:20:02 #10 57.28   Verifying        : redhat-rpm-config-229-1.fc37.noarch                131/141 
11:20:02 #10 57.28   Verifying        : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch         132/141 
11:20:02 #10 57.28   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        133/141 
11:20:02 #10 57.28   Verifying        : rpmlint-fedora-license-data-1.14-1.fc37.noarch     134/141 
11:20:02 #10 57.28   Verifying        : rust-srpm-macros-24-1.fc37.noarch                  135/141 
11:20:02 #10 57.28   Verifying        : xz-5.4.1-1.fc37.x86_64                             136/141 
11:20:02 #10 57.28   Verifying        : zstd-1.5.4-1.fc37.x86_64                           137/141 
11:20:02 #10 57.28   Verifying        : elfutils-libelf-0.189-1.fc37.x86_64                138/141 
11:20:02 #10 57.28   Verifying        : elfutils-libelf-0.188-3.fc37.x86_64                139/141 
11:20:02 #10 57.28   Verifying        : elfutils-libs-0.189-1.fc37.x86_64                  140/141 
11:20:02 #10 57.28   Verifying        : elfutils-libs-0.188-3.fc37.x86_64                  141/141 
11:20:02 #10 57.41 
11:20:02 #10 57.41 Upgraded:
11:20:02 #10 57.41   elfutils-libelf-0.189-1.fc37.x86_64     elfutils-libs-0.189-1.fc37.x86_64    
11:20:02 #10 57.41 Installed:
11:20:02 #10 57.41   ansible-srpm-macros-1-8.1.fc37.noarch                                         
11:20:02 #10 57.41   binutils-2.38-25.fc37.x86_64                                                  
11:20:02 #10 57.41   binutils-gold-2.38-25.fc37.x86_64                                             
11:20:02 #10 57.41   bzip2-1.0.8-12.fc37.x86_64                                                    
11:20:02 #10 57.41   cpio-2.13-13.fc37.x86_64                                                      
11:20:02 #10 57.41   dash-0.5.11.5-2.fc37.x86_64                                                   
11:20:02 #10 57.41   dbus-libs-1:1.14.6-1.fc37.x86_64                                              
11:20:02 #10 57.41   debugedit-5.0-7.fc37.x86_64                                                   
11:20:02 #10 57.41   desktop-file-utils-0.26-7.fc37.x86_64                                         
11:20:02 #10 57.41   devscripts-checkbashisms-2.22.2-3.fc37.x86_64                                 
11:20:02 #10 57.41   diffutils-3.8-3.fc37.x86_64                                                   
11:20:02 #10 57.41   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
11:20:02 #10 57.41   dwz-0.14-7.fc37.x86_64                                                        
11:20:02 #10 57.41   ed-1.18-2.fc37.x86_64                                                         
11:20:02 #10 57.41   efi-srpm-macros-5-6.fc37.noarch                                               
11:20:02 #10 57.41   elfutils-0.189-1.fc37.x86_64                                                  
11:20:02 #10 57.41   elfutils-debuginfod-client-0.189-1.fc37.x86_64                                
11:20:02 #10 57.41   emacs-filesystem-1:28.2-3.fc37.noarch                                         
11:20:02 #10 57.41   enchant2-2.3.4-1.fc37.x86_64                                                  
11:20:02 #10 57.41   file-5.42-4.fc37.x86_64                                                       
11:20:02 #10 57.41   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
11:20:02 #10 57.41   fpc-srpm-macros-1.3-6.fc37.noarch                                             
11:20:02 #10 57.41   gdb-minimal-13.1-1.fc37.x86_64                                                
11:20:02 #10 57.41   gdk-pixbuf2-2.42.10-1.fc37.x86_64                                             
11:20:02 #10 57.41   ghc-srpm-macros-1.6.1-1.fc37.noarch                                           
11:20:02 #10 57.41   glibc-gconv-extra-2.36-9.fc37.x86_64                                          
11:20:02 #10 57.41   gnat-srpm-macros-5-1.fc37.noarch                                              
11:20:02 #10 57.41   go-srpm-macros-3.2.0-1.fc37.noarch                                            
11:20:02 #10 57.41   groff-base-1.22.4-10.fc37.x86_64                                              
11:20:02 #10 57.41   hunspell-1.7.0-21.fc37.x86_64                                                 
11:20:02 #10 57.41   hunspell-en-0.20140811.1-23.fc37.noarch                                       
11:20:02 #10 57.41   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
11:20:02 #10 57.41   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
11:20:02 #10 57.41   hunspell-filesystem-1.7.0-21.fc37.x86_64                                      
11:20:02 #10 57.41   json-glib-1.6.6-3.fc37.x86_64                                                 
11:20:02 #10 57.41   kernel-srpm-macros-1.0-15.fc37.noarch                                         
11:20:02 #10 57.41   libappstream-glib-0.8.1-1.fc37.x86_64                                         
11:20:02 #10 57.41   libjpeg-turbo-2.1.3-2.fc37.x86_64                                             
11:20:02 #10 57.41   libpkgconf-1.8.0-3.fc37.x86_64                                                
11:20:02 #10 57.41   libpng-2:1.6.37-13.fc37.x86_64                                                
11:20:02 #10 57.41   libstemmer-0-19.585svn.fc37.x86_64                                            
11:20:02 #10 57.41   lua-srpm-macros-1-7.fc37.noarch                                               
11:20:02 #10 57.41   ncurses-6.3-4.20220501.fc37.x86_64                                            
11:20:02 #10 57.41   nim-srpm-macros-3-7.fc37.noarch                                               
11:20:02 #10 57.41   ocaml-srpm-macros-7-2.fc37.noarch                                             
11:20:02 #10 57.41   openblas-srpm-macros-2-12.fc37.noarch                                         
11:20:02 #10 57.41   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
11:20:02 #10 57.41   patch-2.7.6-17.fc37.x86_64                                                    
11:20:02 #10 57.41   perl-AutoLoader-5.74-492.fc37.noarch                                          
11:20:02 #10 57.41   perl-B-1.83-492.fc37.x86_64                                                   
11:20:02 #10 57.41   perl-Carp-1.52-489.fc37.noarch                                                
11:20:02 #10 57.41   perl-Class-Struct-0.66-492.fc37.noarch                                        
11:20:02 #10 57.41   perl-Data-Dumper-2.184-490.fc37.x86_64                                        
11:20:02 #10 57.41   perl-Digest-1.20-489.fc37.noarch                                              
11:20:02 #10 57.41   perl-Digest-MD5-2.58-489.fc37.x86_64                                          
11:20:02 #10 57.41   perl-DynaLoader-1.52-492.fc37.x86_64                                          
11:20:02 #10 57.41   perl-Encode-4:3.19-492.fc37.x86_64                                            
11:20:02 #10 57.41   perl-Errno-1.36-492.fc37.x86_64                                               
11:20:02 #10 57.41   perl-Exporter-5.77-489.fc37.noarch                                            
11:20:02 #10 57.41   perl-Fcntl-1.15-492.fc37.x86_64                                               
11:20:02 #10 57.41   perl-File-Basename-2.85-492.fc37.noarch                                       
11:20:02 #10 57.41   perl-File-Path-2.18-489.fc37.noarch                                           
11:20:02 #10 57.41   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
11:20:02 #10 57.41   perl-File-stat-1.12-492.fc37.noarch                                           
11:20:02 #10 57.41   perl-FileHandle-2.03-492.fc37.noarch                                          
11:20:02 #10 57.41   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
11:20:02 #10 57.41   perl-Getopt-Std-1.13-492.fc37.noarch                                          
11:20:02 #10 57.41   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
11:20:02 #10 57.41   perl-IO-1.50-492.fc37.x86_64                                                  
11:20:02 #10 57.41   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
11:20:02 #10 57.41   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
11:20:02 #10 57.41   perl-IPC-Open3-1.22-492.fc37.noarch                                           
11:20:02 #10 57.41   perl-MIME-Base64-3.16-489.fc37.x86_64                                         
11:20:02 #10 57.41   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
11:20:02 #10 57.41   perl-NDBM_File-1.15-492.fc37.x86_64                                           
11:20:02 #10 57.41   perl-Net-SSLeay-1.92-4.fc37.x86_64                                            
11:20:02 #10 57.41   perl-POSIX-2.03-492.fc37.x86_64                                               
11:20:02 #10 57.41   perl-PathTools-3.84-489.fc37.x86_64                                           
11:20:02 #10 57.41   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
11:20:02 #10 57.41   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
11:20:02 #10 57.41   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
11:20:02 #10 57.41   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
11:20:02 #10 57.41   perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64                                 
11:20:02 #10 57.41   perl-SelectSaver-1.02-492.fc37.noarch                                         
11:20:02 #10 57.41   perl-Socket-4:2.036-1.fc37.x86_64                                             
11:20:02 #10 57.41   perl-Storable-1:3.26-489.fc37.x86_64                                          
11:20:02 #10 57.41   perl-Symbol-1.09-492.fc37.noarch                                              
11:20:02 #10 57.41   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
11:20:02 #10 57.41   perl-Term-Cap-1.17-489.fc37.noarch                                            
11:20:02 #10 57.41   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
11:20:02 #10 57.41   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
11:20:02 #10 57.41   perl-Time-Local-2:1.300-489.fc37.noarch                                       
11:20:02 #10 57.41   perl-URI-5.17-1.fc37.noarch                                                   
11:20:02 #10 57.41   perl-base-2.27-492.fc37.noarch                                                
11:20:02 #10 57.41   perl-constant-1.33-490.fc37.noarch                                            
11:20:02 #10 57.41   perl-if-0.61.000-492.fc37.noarch                                              
11:20:02 #10 57.41   perl-interpreter-4:5.36.0-492.fc37.x86_64                                     
11:20:02 #10 57.41   perl-libnet-3.14-490.fc37.noarch                                              
11:20:02 #10 57.41   perl-libs-4:5.36.0-492.fc37.x86_64                                            
11:20:02 #10 57.41   perl-mro-1.26-492.fc37.x86_64                                                 
11:20:02 #10 57.41   perl-overload-1.35-492.fc37.noarch                                            
11:20:02 #10 57.41   perl-overloading-0.02-492.fc37.noarch                                         
11:20:02 #10 57.41   perl-parent-1:0.238-489.fc37.noarch                                           
11:20:02 #10 57.41   perl-podlators-1:4.14-489.fc37.noarch                                         
11:20:02 #10 57.41   perl-srpm-macros-1-46.fc37.noarch                                             
11:20:02 #10 57.41   perl-subs-1.04-492.fc37.noarch                                                
11:20:02 #10 57.41   perl-vars-1.05-492.fc37.noarch                                                
11:20:02 #10 57.41   pkgconf-1.8.0-3.fc37.x86_64                                                   
11:20:02 #10 57.41   pkgconf-m4-1.8.0-3.fc37.noarch                                                
11:20:02 #10 57.41   pkgconf-pkg-config-1.8.0-3.fc37.x86_64                                        
11:20:02 #10 57.41   pyproject-srpm-macros-1.6.3-1.fc37.noarch                                     
11:20:02 #10 57.41   python-srpm-macros-3.11-5.fc37.noarch                                         
11:20:02 #10 57.41   python3-construct-2.10.68-3.fc37.noarch                                       
11:20:02 #10 57.41   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
11:20:02 #10 57.41   python3-dbus-1.3.2-1.fc37.x86_64                                              
11:20:02 #10 57.41   python3-distro-1.7.0-3.fc37.noarch                                            
11:20:02 #10 57.41   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
11:20:02 #10 57.41   python3-enchant-3.2.2-5.fc37.noarch                                           
11:20:02 #10 57.41   python3-file-magic-5.42-4.fc37.noarch                                         
11:20:02 #10 57.41   python3-pybeam-0.7-4.fc37.noarch                                              
11:20:02 #10 57.41   python3-pyxdg-0.27-6.fc37.noarch                                              
11:20:02 #10 57.41   python3-six-1.16.0-8.fc37.noarch                                              
11:20:02 #10 57.41   python3-tomli-w-1.0.0-4.fc37.noarch                                           
11:20:02 #10 57.41   python3-zstandard-0.19.0-1.fc37.x86_64                                        
11:20:02 #10 57.41   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
11:20:02 #10 57.41   redhat-rpm-config-229-1.fc37.noarch                                           
11:20:02 #10 57.41   rpm-build-4.18.0-1.fc37.x86_64                                                
11:20:02 #10 57.41   rpmautospec-rpm-macros-0.3.5-1.fc37.noarch                                    
11:20:02 #10 57.41   rpmlint-2.4.0-3.fc37.noarch                                                   
11:20:02 #10 57.41   rpmlint-fedora-license-data-1.14-1.fc37.noarch                                
11:20:02 #10 57.41   rust-srpm-macros-24-1.fc37.noarch                                             
11:20:02 #10 57.41   shared-mime-info-2.2-2.fc37.x86_64                                            
11:20:02 #10 57.41   unzip-6.0-58.fc37.x86_64                                                      
11:20:02 #10 57.41   xxhash-libs-0.8.1-3.fc37.x86_64                                               
11:20:02 #10 57.41   xz-5.4.1-1.fc37.x86_64                                                        
11:20:02 #10 57.41   zip-3.0-33.fc37.x86_64                                                        
11:20:02 #10 57.41   zstd-1.5.4-1.fc37.x86_64                                                      
11:20:02 #10 57.41 
11:20:02 #10 57.41 Complete!
11:20:02 #10 DONE 57.6s
11:20:02 
11:20:02 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:20:02 #11 DONE 0.0s
11:20:02 
11:20:02 #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
11:20:02 #14 12.53   Installing       : openssh-8.0p1-17.el8.x86_64                          26/80 
11:20:02 #11 51.67 Preparing to unpack .../238-libfile-fcntllock-perl_0.22-3build4_arm64.deb ...
11:20:02 #11 51.67 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:20:02 #11 51.71 Selecting previously unselected package libnumber-compare-perl.
11:20:02 #11 51.71 Preparing to unpack .../239-libnumber-compare-perl_0.03-1_all.deb ...
11:20:02 #11 51.72 Unpacking libnumber-compare-perl (0.03-1) ...
11:20:02 #11 51.76 Selecting previously unselected package libtext-glob-perl.
11:20:02 #11 51.76 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
11:20:02 #11 51.76 Unpacking libtext-glob-perl (0.10-1) ...
11:20:02 #11 51.80 Selecting previously unselected package libfile-find-rule-perl.
11:20:02 #11 51.80 Preparing to unpack .../241-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:02 #11 51.81 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:02 #11 51.84 Selecting previously unselected package libfont-afm-perl.
11:20:02 #11 51.85 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ...
11:20:02 #11 51.85 Unpacking libfont-afm-perl (1.20-2) ...
11:20:02 #11 51.89 Selecting previously unselected package libio-string-perl.
11:20:02 #11 51.89 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
11:20:02 #11 51.89 Unpacking libio-string-perl (1.08-3) ...
11:20:02 #11 51.93 Selecting previously unselected package libfont-ttf-perl.
11:20:02 #10 44.31 Selecting previously unselected package libalgorithm-diff-perl.
11:20:02 #10 44.31 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:20:02 #10 44.32 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:20:02 #10 44.36 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:02 #10 44.36 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ...
11:20:02 #10 44.38 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:20:02 #10 44.42 Selecting previously unselected package libalgorithm-merge-perl.
11:20:02 #10 44.42 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:02 #10 44.42 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:02 #13 94.27   Installing : libarchive-3.1.2-14.el7_7.aarch64                          30/65 
11:20:02 #13 94.57   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      31/65 
11:20:02 #13 94.60   Installing : perl-TermReadKey-2.30-20.el7.aarch64                       32/65 
11:20:02 #10 55.62 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:20:02 #11 38.29 Selecting previously unselected package libxml2:armhf.
11:20:02 #11 38.30 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
11:20:02 #11 38.30 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:20:02 #11 38.38 Selecting previously unselected package libyaml-0-2:armhf.
11:20:02 #11 38.38 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
11:20:02 #11 38.39 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:20:02 #11 38.42 Selecting previously unselected package lsb-release.
11:20:02 #11 38.42 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:20:02 #11 38.42 Unpacking lsb-release (11.1.0ubuntu2) ...
11:20:02 #11 38.46 Selecting previously unselected package netbase.
11:20:02 #11 38.46 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:20:02 #11 38.46 Unpacking netbase (6.1) ...
11:20:02 #11 56.49 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:20:02 #11 56.50 Setting up libfcgi-bin (2.4.2-2build2) ...
11:20:02 #11 56.51 Setting up binutils-common:amd64 (2.39-3ubuntu1.1) ...
11:20:02 #11 56.52 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
11:20:02 #11 56.53 Setting up libmagic1:amd64 (1:5.41-4) ...
11:20:02 #11 56.55 Setting up libdeflate0:amd64 (1.12-1) ...
11:20:02 #11 56.56 Setting up less (590-1ubuntu0.22.10.1) ...
11:20:02 #11 56.58 Setting up perl-openssl-defaults:amd64 (7) ...
11:20:02 #11 56.59 Setting up linux-libc-dev:amd64 (5.19.0-35.36) ...
11:20:02 #11 56.60 Setting up libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
11:20:02 #11 56.61 Setting up gettext-base (0.21-8) ...
11:20:02 #11 56.62 Setting up m4 (1.4.19-1) ...
11:20:02 #11 56.63 Setting up liblzo2-2:amd64 (2.10-2build3) ...
11:20:02 #11 56.63 Setting up libnpth0:amd64 (1.6-3build2) ...
11:20:02 #11 56.65 Setting up krb5-locales (1.20-1ubuntu0.1) ...
11:20:02 #11 56.66 Setting up file (1:5.41-4) ...
11:20:02 #11 56.67 Setting up libassuan0:amd64 (2.5.5-4) ...
11:20:02 #11 56.68 Setting up libgomp1:amd64 (12.2.0-3ubuntu1) ...
11:20:02 #11 56.69 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:20:02 #11 56.70 Setting up bzip2 (1.0.8-5build1) ...
11:20:02 #11 56.71 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:20:02 #11 56.72 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:20:02 #11 56.73 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
11:20:02 #11 56.74 Setting up libfakeroot:amd64 (1.29-1ubuntu1) ...
11:20:02 #11 56.75 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:20:02 #11 56.76 Setting up libnumber-compare-perl (0.03-2) ...
11:20:02 #11 56.77 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:20:02 #11 56.78 Setting up fakeroot (1.29-1ubuntu1) ...
11:20:02 #11 56.79 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:02 #10 45.79 Selecting previously unselected package debhelper.
11:20:02 #10 45.79 Preparing to unpack .../113-debhelper_11.1.6ubuntu2_all.deb ...
11:20:02 #10 45.80 Unpacking debhelper (11.1.6ubuntu2) ...
11:20:02 #10 45.91 Selecting previously unselected package libfile-which-perl.
11:20:02 #10 45.92 Preparing to unpack .../114-libfile-which-perl_1.21-1_all.deb ...
11:20:02 #10 45.93 Unpacking libfile-which-perl (1.21-1) ...
11:20:02 #10 45.96 Selecting previously unselected package libfile-homedir-perl.
11:20:02 #10 45.97 Preparing to unpack .../115-libfile-homedir-perl_1.002-1_all.deb ...
11:20:02 #10 45.97 Unpacking libfile-homedir-perl (1.002-1) ...
11:20:02 #11 52.62 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:02 #11 52.62 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:02 #11 52.66 Selecting previously unselected package libhttp-negotiate-perl.
11:20:02 #11 52.66 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:02 #11 52.66 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:02 #11 52.69 Selecting previously unselected package perl-openssl-defaults:arm64.
11:20:02 #11 52.70 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
11:20:02 #11 52.71 Unpacking perl-openssl-defaults:arm64 (5build2) ...
11:20:02 #11 52.74 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:20:02 #11 52.75 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
11:20:02 #11 52.75 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
11:20:02 #11 52.80 Selecting previously unselected package libio-socket-ssl-perl.
11:20:02 #11 52.80 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
11:20:02 #11 52.80 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:20:02 #11 52.86 Selecting previously unselected package libnet-http-perl.
11:20:02 #11 52.86 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
11:20:02 #11 52.87 Unpacking libnet-http-perl (6.22-1) ...
11:20:02 #11 52.90 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:02 #11 52.90 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:02 #11 52.90 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:02 #11 52.93 Selecting previously unselected package libtry-tiny-perl.
11:20:02 #11 52.93 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
11:20:02 #11 52.93 Unpacking libtry-tiny-perl (0.31-1) ...
11:20:02 #11 52.96 Selecting previously unselected package libwww-robotrules-perl.
11:20:02 #11 49.36 Selecting previously unselected package python3-minimal.
11:20:02 #11 51.26 Selecting previously unselected package libtext-glob-perl.
11:20:02 #11 51.26 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ...
11:20:02 #11 51.26 Unpacking libtext-glob-perl (0.11-2) ...
11:20:02 #11 51.29 Selecting previously unselected package libfile-find-rule-perl.
11:20:02 #11 51.29 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:02 #11 51.29 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:02 #11 51.32 Selecting previously unselected package libfont-afm-perl.
11:20:02 #11 51.32 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ...
11:20:02 #11 51.33 Unpacking libfont-afm-perl (1.20-3) ...
11:20:02 #11 51.35 Selecting previously unselected package libio-string-perl.
11:20:02 #11 51.36 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ...
11:20:02 #11 51.36 Unpacking libio-string-perl (1.08-3.1) ...
11:20:02 #11 51.39 Selecting previously unselected package libfont-ttf-perl.
11:20:02 #11 51.39 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ...
11:20:02 #11 51.39 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:20:02 #11 51.45 Selecting previously unselected package libsort-versions-perl.
11:20:02 #11 51.45 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ...
11:20:02 #11 51.46 Unpacking libsort-versions-perl (1.62-1) ...
11:20:02 #11 36.03 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
11:20:02 #11 36.10 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:20:02 #11 36.12 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:20:02 #11 36.14 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
11:20:02 #10 36.00 Unpacking liburi-perl (5.08-1) ...
11:20:02 #10 36.06 Selecting previously unselected package libhtml-parser-perl.
11:20:02 #10 36.06 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
11:20:02 #10 36.07 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:20:02 #10 36.13 Selecting previously unselected package libhtml-tree-perl.
11:20:02 #10 36.13 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ...
11:20:02 #10 36.14 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:02 #10 36.21 Selecting previously unselected package libio-html-perl.
11:20:02 #10 36.21 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ...
11:20:02 #10 36.21 Unpacking libio-html-perl (1.004-2) ...
11:20:02 #10 36.25 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:02 #10 50.73   Installing       : python3-zstandard-0.17.0-1.fc36.aarch64             35/139 
11:20:02 #10 50.77   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                 36/139 
11:20:02 #10 50.78   Installing       : python3-tomli-1.2.3-1.fc36.noarch                   37/139 
11:20:02 #10 50.79   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    38/139 
11:20:02 #10 50.83   Installing       : python3-file-magic-5.41-4.fc36.noarch               39/139 
11:20:02 #10 50.83   Installing       : python3-distro-1.6.0-2.fc36.noarch                  40/139 
11:20:02 #10 50.87   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch        41/139 
11:20:02 #10 50.93   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      42/139 
11:20:02 #10 50.93   Installing       : perl-srpm-macros-1-43.fc36.noarch                   43/139 
11:20:02 #10 50.93   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        44/139 
11:20:02 #10 50.94   Installing       : openblas-srpm-macros-2-11.fc36.noarch               45/139 
11:20:02 #10 50.94   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   46/139 
11:20:02 #11 58.79 Setting up po-debconf (1.0.21) ...
11:20:02 #11 58.81 Setting up libhtml-tree-perl (5.07-2) ...
11:20:02 #11 58.82 Setting up libparams-classify-perl (0.015-1build2) ...
11:20:02 #11 58.83 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
11:20:02 #11 58.85 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:02 #11 58.86 Setting up libnet-dns-sec-perl (1.15-1) ...
11:20:02 #11 58.88 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.16) ...
11:20:02 #11 58.89 Setting up libsereal-perl (4.011-1) ...
11:20:02 #11 58.91 Setting up libhtml-format-perl (2.12-1) ...
11:20:02 #11 58.92 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:02 #11 58.98 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:02 #10 54.59 Setting up python3-pkg-resources (66.1.1-1) ...
11:20:02 #10 54.85 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:02 #10 34.46 Selecting previously unselected package libarchive-zip-perl.
11:20:02 #10 34.47 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ...
11:20:02 #10 34.48 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:02 #10 34.61 Selecting previously unselected package libsub-override-perl.
11:20:02 #10 34.61 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ...
11:20:02 #10 34.63 Unpacking libsub-override-perl (0.09-2) ...
11:20:02 #10 34.70 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:02 #10 34.71 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:20:02 #10 48.42   Running scriptlet: elfutils-libelf-0.188-3.fc37.aarch64               141/141 
11:20:02 #10 51.52   Verifying        : bzip2-1.0.8-12.fc37.aarch64                          1/141 
11:20:02 #10 51.52   Verifying        : cpio-2.13-13.fc37.aarch64                            2/141 
11:20:02 #10 51.52   Verifying        : dash-0.5.11.5-2.fc37.aarch64                         3/141 
11:20:02 #10 51.52   Verifying        : desktop-file-utils-0.26-7.fc37.aarch64               4/141 
11:20:02 #10 51.52   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.aarch64       5/141 
11:20:02 #10 51.52   Verifying        : diffutils-3.8-3.fc37.aarch64                         6/141 
11:20:02 #10 51.52   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/141 
11:20:02 #10 51.52   Verifying        : dwz-0.14-7.fc37.aarch64                              8/141 
11:20:02 #10 51.52   Verifying        : ed-1.18-2.fc37.aarch64                               9/141 
11:20:02 #10 51.52   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/141 
11:20:02 #10 51.52   Verifying        : file-5.42-4.fc37.aarch64                            11/141 
11:20:02 #10 51.52   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             12/141 
11:20:02 #10 51.52   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   13/141 
11:20:02 #10 51.52   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  14/141 
11:20:02 #10 51.52   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  15/141 
11:20:02 #10 51.52   Verifying        : groff-base-1.22.4-10.fc37.aarch64                   16/141 
11:20:02 #10 51.52   Verifying        : hunspell-1.7.0-21.fc37.aarch64                      17/141 
11:20:02 #10 51.52   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             18/141 
11:20:02 #10 51.52   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          19/141 
11:20:02 #10 51.52   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          20/141 
11:20:02 #10 51.52   Verifying        : hunspell-filesystem-1.7.0-21.fc37.aarch64           21/141 
11:20:02 #10 51.52   Verifying        : json-glib-1.6.6-3.fc37.aarch64                      22/141 
11:20:02 #10 51.52   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               23/141 
11:20:02 #10 51.52   Verifying        : libappstream-glib-0.8.1-1.fc37.aarch64              24/141 
11:20:02 #10 51.52   Verifying        : libjpeg-turbo-2.1.3-2.fc37.aarch64                  25/141 
11:20:02 #10 51.52   Verifying        : libpkgconf-1.8.0-3.fc37.aarch64                     26/141 
11:20:02 #10 51.52   Verifying        : libpng-2:1.6.37-13.fc37.aarch64                     27/141 
11:20:02 #10 51.52   Verifying        : libstemmer-0-19.585svn.fc37.aarch64                 28/141 
11:20:02 #10 51.52   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     29/141 
11:20:02 #10 51.52   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     30/141 
11:20:02 #10 51.52   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   31/141 
11:20:02 #10 51.52   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               32/141 
11:20:02 #10 51.52   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         33/141 
11:20:02 #10 51.52   Verifying        : patch-2.7.6-17.fc37.aarch64                         34/141 
11:20:02 #10 51.52   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                35/141 
11:20:02 #10 51.52   Verifying        : perl-B-1.83-492.fc37.aarch64                        36/141 
11:20:02 #10 51.52   Verifying        : perl-Carp-1.52-489.fc37.noarch                      37/141 
11:20:02 #10 51.52   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              38/141 
11:20:02 #10 51.52   Verifying        : perl-Data-Dumper-2.184-490.fc37.aarch64             39/141 
11:20:02 #10 51.52   Verifying        : perl-Digest-1.20-489.fc37.noarch                    40/141 
11:20:02 #10 51.52   Verifying        : perl-Digest-MD5-2.58-489.fc37.aarch64               41/141 
11:20:02 #10 51.52   Verifying        : perl-DynaLoader-1.52-492.fc37.aarch64               42/141 
11:20:02 #10 51.52   Verifying        : perl-Encode-4:3.19-492.fc37.aarch64                 43/141 
11:20:02 #10 51.53   Verifying        : perl-Errno-1.36-492.fc37.aarch64                    44/141 
11:20:02 #10 51.53   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  45/141 
11:20:02 #10 51.53   Verifying        : perl-Fcntl-1.15-492.fc37.aarch64                    46/141 
11:20:02 #10 51.53   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             47/141 
11:20:02 #10 51.53   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 48/141 
11:20:02 #10 51.53   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          49/141 
11:20:02 #10 51.53   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 50/141 
11:20:02 #10 51.53   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                51/141 
11:20:02 #10 51.53   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                52/141 
11:20:02 #10 51.53   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  53/141 
11:20:02 #10 51.53   Verifying        : perl-IO-1.50-492.fc37.aarch64                       54/141 
11:20:02 #10 51.53   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              55/141 
11:20:02 #10 51.53   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/141 
11:20:02 #10 51.53   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 57/141 
11:20:02 #10 51.53   Verifying        : perl-MIME-Base64-3.16-489.fc37.aarch64              58/141 
11:20:02 #10 51.53   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              59/141 
11:20:02 #10 51.53   Verifying        : perl-NDBM_File-1.15-492.fc37.aarch64                60/141 
11:20:02 #10 51.53   Verifying        : perl-Net-SSLeay-1.92-4.fc37.aarch64                 61/141 
11:20:02 #10 51.53   Verifying        : perl-POSIX-2.03-492.fc37.aarch64                    62/141 
11:20:02 #10 51.53   Verifying        : perl-PathTools-3.84-489.fc37.aarch64                63/141 
11:20:02 #10 51.53   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             64/141 
11:20:02 #10 51.53   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            65/141 
11:20:02 #10 51.53   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              66/141 
11:20:02 #10 51.53   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 67/141 
11:20:02 #10 51.53   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64      68/141 
11:20:02 #10 51.53   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               69/141 
11:20:02 #10 51.53   Verifying        : perl-Socket-4:2.036-1.fc37.aarch64                  70/141 
11:20:02 #10 51.53   Verifying        : perl-Storable-1:3.26-489.fc37.aarch64               71/141 
11:20:02 #10 51.53   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    72/141 
11:20:02 #10 51.53   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            73/141 
11:20:02 #10 51.53   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  74/141 
11:20:02 #10 51.53   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           75/141 
11:20:02 #10 51.53   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       76/141 
11:20:02 #10 51.53   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             77/141 
11:20:02 #10 51.53   Verifying        : perl-base-2.27-492.fc37.noarch                      78/141 
11:20:02 #10 51.53   Verifying        : perl-constant-1.33-490.fc37.noarch                  79/141 
11:20:02 #10 51.53   Verifying        : perl-if-0.61.000-492.fc37.noarch                    80/141 
11:20:02 #10 51.53   Verifying        : perl-interpreter-4:5.36.0-492.fc37.aarch64          81/141 
11:20:02 #10 51.53   Verifying        : perl-libnet-3.14-490.fc37.noarch                    82/141 
11:20:02 #10 51.53   Verifying        : perl-libs-4:5.36.0-492.fc37.aarch64                 83/141 
11:20:02 #10 51.53   Verifying        : perl-mro-1.26-492.fc37.aarch64                      84/141 
11:20:02 #10 51.53   Verifying        : perl-overload-1.35-492.fc37.noarch                  85/141 
11:20:02 #10 51.53   Verifying        : perl-overloading-0.02-492.fc37.noarch               86/141 
11:20:02 #10 51.53   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 87/141 
11:20:02 #10 51.53   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               88/141 
11:20:02 #10 51.53   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   89/141 
11:20:02 #10 51.53   Verifying        : perl-subs-1.04-492.fc37.noarch                      90/141 
11:20:02 #10 51.53   Verifying        : perl-vars-1.05-492.fc37.noarch                      91/141 
11:20:02 #10 51.53   Verifying        : pkgconf-1.8.0-3.fc37.aarch64                        92/141 
11:20:02 #10 51.53   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      93/141 
11:20:02 #10 51.53   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.aarch64             94/141 
11:20:02 #10 51.53   Verifying        : python3-construct-2.10.68-3.fc37.noarch             95/141 
11:20:02 #10 51.53   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch              96/141 
11:20:02 #10 51.53   Verifying        : python3-distro-1.7.0-3.fc37.noarch                  97/141 
11:20:02 #10 51.53   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch        98/141 
11:20:02 #10 51.53   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                 99/141 
11:20:02 #10 51.53   Verifying        : python3-file-magic-5.42-4.fc37.noarch              100/141 
11:20:02 #10 51.53   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   101/141 
11:20:02 #10 51.53   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   102/141 
11:20:02 #10 51.53   Verifying        : python3-six-1.16.0-8.fc37.noarch                   103/141 
11:20:02 #10 51.53   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                104/141 
11:20:02 #10 51.53   Verifying        : rpm-build-4.18.0-1.fc37.aarch64                    105/141 
11:20:02 #10 51.53   Verifying        : shared-mime-info-2.2-2.fc37.aarch64                106/141 
11:20:02 #10 51.53   Verifying        : unzip-6.0-58.fc37.aarch64                          107/141 
11:20:02 #10 51.53   Verifying        : xxhash-libs-0.8.1-3.fc37.aarch64                   108/141 
11:20:02 #10 51.53   Verifying        : zip-3.0-33.fc37.aarch64                            109/141 
11:20:02 #10 51.53   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              110/141 
11:20:02 #10 51.53   Verifying        : binutils-2.38-25.fc37.aarch64                      111/141 
11:20:02 #10 51.53   Verifying        : binutils-gold-2.38-25.fc37.aarch64                 112/141 
11:20:02 #10 51.53   Verifying        : dbus-libs-1:1.14.6-1.fc37.aarch64                  113/141 
11:20:02 #10 51.53   Verifying        : debugedit-5.0-7.fc37.aarch64                       114/141 
11:20:02 #10 51.53   Verifying        : elfutils-0.189-1.fc37.aarch64                      115/141 
11:20:02 #10 51.53   Verifying        : elfutils-debuginfod-client-0.189-1.fc37.aarch64    116/141 
11:20:02 #10 51.53   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              117/141 
11:20:02 #10 51.53   Verifying        : enchant2-2.3.4-1.fc37.aarch64                      118/141 
11:20:02 #10 51.53   Verifying        : gdb-minimal-13.1-1.fc37.aarch64                    119/141 
11:20:02 #10 51.53   Verifying        : ghc-srpm-macros-1.6.1-1.fc37.noarch                120/141 
11:20:02 #10 51.53   Verifying        : glibc-gconv-extra-2.36-9.fc37.aarch64              121/141 
11:20:02 #10 51.53   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   122/141 
11:20:02 #10 51.53   Verifying        : ncurses-6.3-4.20220501.fc37.aarch64                123/141 
11:20:02 #10 51.53   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              124/141 
11:20:02 #10 51.53   Verifying        : perl-URI-5.17-1.fc37.noarch                        125/141 
11:20:02 #10 51.53   Verifying        : pyproject-srpm-macros-1.6.3-1.fc37.noarch          126/141 
11:20:02 #10 51.53   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              127/141 
11:20:02 #10 51.53   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                  128/141 
11:20:02 #10 51.53   Verifying        : python3-zstandard-0.19.0-1.fc37.aarch64            129/141 
11:20:02 #10 51.53   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               130/141 
11:20:02 #10 51.53   Verifying        : redhat-rpm-config-229-1.fc37.noarch                131/141 
11:20:02 #10 51.53   Verifying        : rpmautospec-rpm-macros-0.3.5-1.fc37.noarch         132/141 
11:20:02 #10 51.53   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        133/141 
11:20:02 #10 51.53   Verifying        : rpmlint-fedora-license-data-1.14-1.fc37.noarch     134/141 
11:20:02 #10 51.53   Verifying        : rust-srpm-macros-24-1.fc37.noarch                  135/141 
11:20:02 #10 51.53   Verifying        : xz-5.4.1-1.fc37.aarch64                            136/141 
11:20:02 #10 51.53   Verifying        : zstd-1.5.4-1.fc37.aarch64                          137/141 
11:20:02 #10 51.53   Verifying        : elfutils-libelf-0.189-1.fc37.aarch64               138/141 
11:20:02 #10 51.53   Verifying        : elfutils-libelf-0.188-3.fc37.aarch64               139/141 
11:20:02 #10 51.53   Verifying        : elfutils-libs-0.189-1.fc37.aarch64                 140/141 
11:20:02 #10 51.53   Verifying        : elfutils-libs-0.188-3.fc37.aarch64                 141/141 
11:20:02 #10 51.68 
11:20:02 #10 51.68 Upgraded:
11:20:02 #10 51.68   elfutils-libelf-0.189-1.fc37.aarch64    elfutils-libs-0.189-1.fc37.aarch64   
11:20:02 #10 51.68 Installed:
11:20:02 #10 51.68   ansible-srpm-macros-1-8.1.fc37.noarch                                         
11:20:02 #10 51.68   binutils-2.38-25.fc37.aarch64                                                 
11:20:02 #10 51.68   binutils-gold-2.38-25.fc37.aarch64                                            
11:20:02 #10 51.68   bzip2-1.0.8-12.fc37.aarch64                                                   
11:20:02 #10 51.68   cpio-2.13-13.fc37.aarch64                                                     
11:20:02 #10 51.68   dash-0.5.11.5-2.fc37.aarch64                                                  
11:20:02 #10 51.68   dbus-libs-1:1.14.6-1.fc37.aarch64                                             
11:20:02 #10 51.68   debugedit-5.0-7.fc37.aarch64                                                  
11:20:02 #10 51.68   desktop-file-utils-0.26-7.fc37.aarch64                                        
11:20:02 #10 51.68   devscripts-checkbashisms-2.22.2-3.fc37.aarch64                                
11:20:02 #10 51.68   diffutils-3.8-3.fc37.aarch64                                                  
11:20:02 #10 51.68   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
11:20:02 #10 51.68   dwz-0.14-7.fc37.aarch64                                                       
11:20:02 #10 51.68   ed-1.18-2.fc37.aarch64                                                        
11:20:02 #10 51.68   efi-srpm-macros-5-6.fc37.noarch                                               
11:20:02 #10 51.68   elfutils-0.189-1.fc37.aarch64                                                 
11:20:02 #10 51.68   elfutils-debuginfod-client-0.189-1.fc37.aarch64                               
11:20:02 #10 51.68   emacs-filesystem-1:28.2-3.fc37.noarch                                         
11:20:02 #10 51.68   enchant2-2.3.4-1.fc37.aarch64                                                 
11:20:02 #10 51.68   file-5.42-4.fc37.aarch64                                                      
11:20:02 #10 51.68   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
11:20:02 #10 51.68   fpc-srpm-macros-1.3-6.fc37.noarch                                             
11:20:02 #10 51.68   gdb-minimal-13.1-1.fc37.aarch64                                               
11:20:02 #10 51.68   gdk-pixbuf2-2.42.10-1.fc37.aarch64                                            
11:20:02 #10 51.68   ghc-srpm-macros-1.6.1-1.fc37.noarch                                           
11:20:02 #10 51.68   glibc-gconv-extra-2.36-9.fc37.aarch64                                         
11:20:02 #10 51.68   gnat-srpm-macros-5-1.fc37.noarch                                              
11:20:02 #10 51.68   go-srpm-macros-3.2.0-1.fc37.noarch                                            
11:20:02 #10 51.68   groff-base-1.22.4-10.fc37.aarch64                                             
11:20:02 #10 51.68   hunspell-1.7.0-21.fc37.aarch64                                                
11:20:02 #10 51.68   hunspell-en-0.20140811.1-23.fc37.noarch                                       
11:20:02 #10 51.68   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
11:20:02 #10 51.68   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
11:20:02 #10 51.68   hunspell-filesystem-1.7.0-21.fc37.aarch64                                     
11:20:02 #10 51.68   json-glib-1.6.6-3.fc37.aarch64                                                
11:20:02 #10 51.68   kernel-srpm-macros-1.0-15.fc37.noarch                                         
11:20:02 #10 51.68   libappstream-glib-0.8.1-1.fc37.aarch64                                        
11:20:02 #10 51.68   libjpeg-turbo-2.1.3-2.fc37.aarch64                                            
11:20:02 #10 51.68   libpkgconf-1.8.0-3.fc37.aarch64                                               
11:20:02 #10 51.68   libpng-2:1.6.37-13.fc37.aarch64                                               
11:20:02 #10 51.68   libstemmer-0-19.585svn.fc37.aarch64                                           
11:20:02 #10 51.68   lua-srpm-macros-1-7.fc37.noarch                                               
11:20:02 #10 51.68   ncurses-6.3-4.20220501.fc37.aarch64                                           
11:20:02 #10 51.68   nim-srpm-macros-3-7.fc37.noarch                                               
11:20:02 #10 51.68   ocaml-srpm-macros-7-2.fc37.noarch                                             
11:20:02 #10 51.68   openblas-srpm-macros-2-12.fc37.noarch                                         
11:20:02 #10 51.68   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
11:20:02 #10 51.68   patch-2.7.6-17.fc37.aarch64                                                   
11:20:02 #10 51.68   perl-AutoLoader-5.74-492.fc37.noarch                                          
11:20:02 #10 51.68   perl-B-1.83-492.fc37.aarch64                                                  
11:20:02 #10 51.68   perl-Carp-1.52-489.fc37.noarch                                                
11:20:02 #10 51.68   perl-Class-Struct-0.66-492.fc37.noarch                                        
11:20:02 #10 51.68   perl-Data-Dumper-2.184-490.fc37.aarch64                                       
11:20:02 #10 51.68   perl-Digest-1.20-489.fc37.noarch                                              
11:20:02 #10 51.68   perl-Digest-MD5-2.58-489.fc37.aarch64                                         
11:20:02 #10 51.68   perl-DynaLoader-1.52-492.fc37.aarch64                                         
11:20:02 #10 51.68   perl-Encode-4:3.19-492.fc37.aarch64                                           
11:20:02 #10 51.68   perl-Errno-1.36-492.fc37.aarch64                                              
11:20:02 #10 51.68   perl-Exporter-5.77-489.fc37.noarch                                            
11:20:02 #10 51.68   perl-Fcntl-1.15-492.fc37.aarch64                                              
11:20:02 #10 51.68   perl-File-Basename-2.85-492.fc37.noarch                                       
11:20:02 #10 51.68   perl-File-Path-2.18-489.fc37.noarch                                           
11:20:02 #10 51.68   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
11:20:02 #10 51.68   perl-File-stat-1.12-492.fc37.noarch                                           
11:20:02 #10 51.68   perl-FileHandle-2.03-492.fc37.noarch                                          
11:20:02 #10 51.68   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
11:20:02 #10 51.68   perl-Getopt-Std-1.13-492.fc37.noarch                                          
11:20:02 #10 51.68   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
11:20:02 #10 51.68   perl-IO-1.50-492.fc37.aarch64                                                 
11:20:02 #10 51.68   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
11:20:02 #10 51.68   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
11:20:02 #10 51.68   perl-IPC-Open3-1.22-492.fc37.noarch                                           
11:20:02 #10 51.68   perl-MIME-Base64-3.16-489.fc37.aarch64                                        
11:20:02 #10 51.68   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
11:20:02 #10 51.68   perl-NDBM_File-1.15-492.fc37.aarch64                                          
11:20:02 #10 51.68   perl-Net-SSLeay-1.92-4.fc37.aarch64                                           
11:20:02 #10 51.68   perl-POSIX-2.03-492.fc37.aarch64                                              
11:20:02 #10 51.68   perl-PathTools-3.84-489.fc37.aarch64                                          
11:20:02 #10 51.68   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
11:20:02 #10 51.68   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
11:20:02 #10 51.68   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
11:20:02 #10 51.68   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
11:20:02 #10 51.68   perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64                                
11:20:02 #10 51.68   perl-SelectSaver-1.02-492.fc37.noarch                                         
11:20:02 #10 51.68   perl-Socket-4:2.036-1.fc37.aarch64                                            
11:20:02 #10 51.68   perl-Storable-1:3.26-489.fc37.aarch64                                         
11:20:02 #10 51.68   perl-Symbol-1.09-492.fc37.noarch                                              
11:20:02 #10 51.68   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
11:20:02 #10 51.68   perl-Term-Cap-1.17-489.fc37.noarch                                            
11:20:02 #10 51.68   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
11:20:02 #10 51.68   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
11:20:02 #10 51.68   perl-Time-Local-2:1.300-489.fc37.noarch                                       
11:20:02 #10 51.68   perl-URI-5.17-1.fc37.noarch                                                   
11:20:02 #10 51.68   perl-base-2.27-492.fc37.noarch                                                
11:20:02 #10 51.68   perl-constant-1.33-490.fc37.noarch                                            
11:20:02 #10 51.68   perl-if-0.61.000-492.fc37.noarch                                              
11:20:02 #10 51.68   perl-interpreter-4:5.36.0-492.fc37.aarch64                                    
11:20:02 #10 51.68   perl-libnet-3.14-490.fc37.noarch                                              
11:20:02 #10 51.68   perl-libs-4:5.36.0-492.fc37.aarch64                                           
11:20:02 #10 51.68   perl-mro-1.26-492.fc37.aarch64                                                
11:20:02 #10 51.68   perl-overload-1.35-492.fc37.noarch                                            
11:20:02 #10 51.68   perl-overloading-0.02-492.fc37.noarch                                         
11:20:02 #10 51.68   perl-parent-1:0.238-489.fc37.noarch                                           
11:20:02 #10 51.68   perl-podlators-1:4.14-489.fc37.noarch                                         
11:20:02 #10 51.68   perl-srpm-macros-1-46.fc37.noarch                                             
11:20:02 #10 51.68   perl-subs-1.04-492.fc37.noarch                                                
11:20:02 #10 51.68   perl-vars-1.05-492.fc37.noarch                                                
11:20:02 #10 51.68   pkgconf-1.8.0-3.fc37.aarch64                                                  
11:20:02 #10 51.68   pkgconf-m4-1.8.0-3.fc37.noarch                                                
11:20:02 #10 51.68   pkgconf-pkg-config-1.8.0-3.fc37.aarch64                                       
11:20:02 #10 51.68   pyproject-srpm-macros-1.6.3-1.fc37.noarch                                     
11:20:02 #10 51.68   python-srpm-macros-3.11-5.fc37.noarch                                         
11:20:02 #10 51.68   python3-construct-2.10.68-3.fc37.noarch                                       
11:20:02 #10 51.68   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
11:20:02 #10 51.68   python3-dbus-1.3.2-1.fc37.aarch64                                             
11:20:02 #10 51.68   python3-distro-1.7.0-3.fc37.noarch                                            
11:20:02 #10 51.68   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
11:20:02 #10 51.68   python3-enchant-3.2.2-5.fc37.noarch                                           
11:20:02 #10 51.68   python3-file-magic-5.42-4.fc37.noarch                                         
11:20:02 #10 51.68   python3-pybeam-0.7-4.fc37.noarch                                              
11:20:02 #10 51.68   python3-pyxdg-0.27-6.fc37.noarch                                              
11:20:02 #10 51.68   python3-six-1.16.0-8.fc37.noarch                                              
11:20:02 #10 51.68   python3-tomli-w-1.0.0-4.fc37.noarch                                           
11:20:02 #10 51.68   python3-zstandard-0.19.0-1.fc37.aarch64                                       
11:20:02 #10 51.68   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
11:20:02 #10 51.68   redhat-rpm-config-229-1.fc37.noarch                                           
11:20:02 #10 51.68   rpm-build-4.18.0-1.fc37.aarch64                                               
11:20:02 #10 51.68   rpmautospec-rpm-macros-0.3.5-1.fc37.noarch                                    
11:20:02 #10 51.68   rpmlint-2.4.0-3.fc37.noarch                                                   
11:20:02 #10 51.68   rpmlint-fedora-license-data-1.14-1.fc37.noarch                                
11:20:02 #10 51.68   rust-srpm-macros-24-1.fc37.noarch                                             
11:20:02 #10 51.68   shared-mime-info-2.2-2.fc37.aarch64                                           
11:20:02 #10 51.68   unzip-6.0-58.fc37.aarch64                                                     
11:20:02 #10 51.68   xxhash-libs-0.8.1-3.fc37.aarch64                                              
11:20:02 #10 51.68   xz-5.4.1-1.fc37.aarch64                                                       
11:20:02 #10 51.68   zip-3.0-33.fc37.aarch64                                                       
11:20:02 #10 51.68   zstd-1.5.4-1.fc37.aarch64                                                     
11:20:02 #10 51.69 
11:20:02 #10 51.69 Complete!
11:20:02 #10 DONE 51.9s
11:20:02 
11:20:02 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:20:02 #11 DONE 0.0s
11:20:02 #12 6.759 Unpacking bash-completion (1:2.8-1ubuntu1) ...
11:20:02 #12 6.891 Selecting previously unselected package cmake-data.
11:20:02 #12 6.894 Preparing to unpack .../1-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
11:20:02 #12 6.900 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:02 #11 51.93 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ...
11:20:02 #11 51.94 Unpacking libfont-ttf-perl (1.06-1) ...
11:20:02 #11 52.00 Selecting previously unselected package libfuture-perl.
11:20:02 #11 52.00 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ...
11:20:02 #11 52.00 Unpacking libfuture-perl (0.43-1) ...
11:20:02 #11 52.04 Selecting previously unselected package libio-stringy-perl.
11:20:02 #11 52.05 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ...
11:20:02 #11 52.05 Unpacking libio-stringy-perl (2.111-3) ...
11:20:02 #11 52.10 Selecting previously unselected package libparams-validate-perl.
11:20:02 #11 52.10 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ...
11:20:02 #11 52.11 Unpacking libparams-validate-perl (1.29-3) ...
11:20:02 #11 52.15 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:20:02 #11 52.15 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:20:02 #11 52.16 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:20:02 #11 52.19 Selecting previously unselected package libsort-versions-perl.
11:20:02 #11 52.20 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ...
11:20:02 #11 52.20 Unpacking libsort-versions-perl (1.62-1) ...
11:20:02 #11 52.24 Selecting previously unselected package libgit-wrapper-perl.
11:20:02 #11 52.24 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:02 #11 52.25 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:02 #10 44.47 Selecting previously unselected package libapt-inst2.0:armhf.
11:20:02 #10 44.47 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ...
11:20:02 #10 44.48 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
11:20:02 #10 44.54 Selecting previously unselected package libapt-pkg-perl.
11:20:02 #10 44.54 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
11:20:02 #10 44.55 Unpacking libapt-pkg-perl (0.1.34+b1) ...
11:20:02 #10 44.62 Selecting previously unselected package libarchive-cpio-perl.
11:20:02 #10 44.62 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ...
11:20:02 #10 44.63 Unpacking libarchive-cpio-perl (0.10-1) ...
11:20:02 #10 44.66 Selecting previously unselected package libasync-mergepoint-perl.
11:20:02 #10 44.66 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ...
11:20:02 #10 44.66 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:20:02 #10 44.69 Selecting previously unselected package libauthen-sasl-perl.
11:20:02 #10 44.70 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ...
11:20:02 #10 44.70 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:20:02 #13 94.63   Installing : libgomp-4.8.5-44.el7.aarch64                               33/65 
11:20:02 #10 55.63 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
11:20:02 #10 55.64 Setting up python3-magic (2:0.4.15-1) ...
11:20:02 #10 55.81 Setting up python3-idna (2.6-1) ...
11:20:02 #11 38.49 Selecting previously unselected package python3-pkg-resources.
11:20:02 #11 38.49 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:20:02 #11 38.50 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:20:02 #11 38.54 Selecting previously unselected package python3-six.
11:20:02 #11 38.54 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:20:02 #11 38.55 Unpacking python3-six (1.14.0-2) ...
11:20:02 #11 38.58 Selecting previously unselected package shared-mime-info.
11:20:02 #11 38.58 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
11:20:02 #11 38.58 Unpacking shared-mime-info (1.15-1) ...
11:20:02 #11 38.68 Selecting previously unselected package ucf.
11:20:02 #11 38.69 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:20:02 #11 38.69 Moving old data out of the way
11:20:02 #11 38.69 Unpacking ucf (3.0038+nmu1) ...
11:20:02 #11 38.73 Selecting previously unselected package xdg-user-dirs.
11:20:02 #11 38.73 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
11:20:02 #11 38.74 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.79 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
11:20:02 #11 56.80 Setting up autotools-dev (20220109.1) ...
11:20:02 #11 56.81 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:20:02 #11 56.82 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:02 #11 56.84 Setting up libx11-data (2:1.8.1-2) ...
11:20:02 #11 56.85 Setting up make (4.3-4.1build1) ...
11:20:02 #11 56.86 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
11:20:02 #11 56.87 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:20:02 #11 56.88 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:02 #11 56.89 Setting up liblerc3:amd64 (3.0+ds-1ubuntu1) ...
11:20:02 #11 56.90 Setting up lzip (1.23-4) ...
11:20:02 #11 56.91 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:02 #11 56.91 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
11:20:02 #11 56.91 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:02 #11 56.91 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
11:20:02 #11 56.92 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:02 #11 56.92 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
11:20:02 #11 56.92 Setting up strace (5.16-0ubuntu4) ...
11:20:02 #11 56.93 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:20:02 #11 56.94 Setting up xz-utils (5.2.5-2.1) ...
11:20:02 #11 56.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.95 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
11:20:02 #11 56.96 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
11:20:02 #11 56.96 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
11:20:02 #11 56.96 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
11:20:02 #11 56.96 Setting up t1utils (1.41-4build2) ...
11:20:02 #11 56.97 Setting up libquadmath0:amd64 (12.2.0-3ubuntu1) ...
11:20:02 #11 56.98 Setting up diffstat (1.64-1build2) ...
11:20:02 #11 56.99 Setting up libpng16-16:amd64 (1.6.38-2) ...
11:20:02 #11 57.01 Setting up libmpc3:amd64 (1.2.1-2build1) ...
11:20:02 #10 46.02 Selecting previously unselected package devscripts.
11:20:02 #10 46.02 Preparing to unpack .../116-devscripts_2.17.12ubuntu1.1_armhf.deb ...
11:20:02 #10 46.04 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:20:02 #10 46.16 Selecting previously unselected package diffstat.
11:20:02 #10 46.16 Preparing to unpack .../117-diffstat_1.61-1build1_armhf.deb ...
11:20:02 #10 46.17 Unpacking diffstat (1.61-1build1) ...
11:20:02 #10 46.22 Selecting previously unselected package libassuan0:armhf.
11:20:02 #10 46.22 Preparing to unpack .../118-libassuan0_2.5.1-2_armhf.deb ...
11:20:02 #10 46.23 Unpacking libassuan0:armhf (2.5.1-2) ...
11:20:02 #10 46.26 Selecting previously unselected package gpgconf.
11:20:02 #10 46.26 Preparing to unpack .../119-gpgconf_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:02 #10 46.26 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:20:02 #10 46.31 Selecting previously unselected package libksba8:armhf.
11:20:02 #10 46.31 Preparing to unpack .../120-libksba8_1.3.5-2ubuntu0.18.04.2_armhf.deb ...
11:20:02 #10 46.32 Unpacking libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
11:20:02 #11 52.97 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:02 #11 52.97 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:02 #11 53.00 Selecting previously unselected package libwww-perl.
11:20:02 #11 53.00 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
11:20:02 #11 53.00 Unpacking libwww-perl (6.61-1) ...
11:20:02 #11 53.04 Selecting previously unselected package patchutils.
11:20:02 #11 53.04 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
11:20:02 #11 53.04 Unpacking patchutils (0.4.2-1build2) ...
11:20:02 #11 53.07 Selecting previously unselected package wdiff.
11:20:02 #11 53.08 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
11:20:02 #11 53.08 Unpacking wdiff (1.2.2-2build3) ...
11:20:02 #11 53.12 Selecting previously unselected package devscripts.
11:20:02 #11 53.12 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
11:20:02 #11 53.15 Unpacking devscripts (2.22.1ubuntu1) ...
11:20:02 #11 53.22 Selecting previously unselected package diffstat.
11:20:02 #11 49.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 ... 4718 files and directories currently installed.)
11:20:02 #11 49.36 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
11:20:02 #11 49.37 Unpacking python3-minimal (3.10.6-1) ...
11:20:02 #11 49.40 Selecting previously unselected package media-types.
11:20:02 #11 49.40 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:20:02 #11 49.41 Unpacking media-types (8.0.0) ...
11:20:02 #11 49.44 Selecting previously unselected package libmpdec3:arm64.
11:20:02 #11 49.44 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
11:20:02 #11 49.44 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:20:02 #11 49.48 Selecting previously unselected package libkrb5support0:arm64.
11:20:02 #11 49.48 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
11:20:02 #11 49.48 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
11:20:02 #11 49.53 Selecting previously unselected package libk5crypto3:arm64.
11:20:02 #11 49.53 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
11:20:02 #11 49.53 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
11:20:02 #11 49.56 Selecting previously unselected package libkeyutils1:arm64.
11:20:02 #11 49.57 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
11:20:02 #11 49.57 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
11:20:02 #11 49.61 Selecting previously unselected package libkrb5-3:arm64.
11:20:02 #11 36.29 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:20:02 #11 36.30 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]
11:20:02 #11 36.31 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
11:20:02 #11 36.35 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:20:02 #11 36.37 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
11:20:02 #11 36.38 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:20:02 #11 36.39 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
11:20:02 #11 51.48 Selecting previously unselected package libgit-wrapper-perl.
11:20:02 #11 51.49 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:02 #11 51.49 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:02 #11 51.52 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:02 #11 51.52 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:02 #11 51.53 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:02 #11 51.55 Selecting previously unselected package libio-prompter-perl.
11:20:02 #11 51.56 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ...
11:20:02 #11 51.56 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:02 #11 51.59 Selecting previously unselected package libjson-perl.
11:20:02 #11 51.59 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ...
11:20:02 #11 51.60 Unpacking libjson-perl (4.04000-1) ...
11:20:02 #11 51.63 Selecting previously unselected package liblog-any-perl.
11:20:02 #11 51.63 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ...
11:20:02 #11 51.63 Unpacking liblog-any-perl (1.710-1) ...
11:20:02 #11 51.66 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:02 #11 51.67 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:02 #11 51.67 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:02 #11 51.70 Selecting previously unselected package libpackage-stash-perl.
11:20:02 #11 51.70 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ...
11:20:02 #11 51.70 Unpacking libpackage-stash-perl (0.39-1) ...
11:20:02 #11 51.73 Selecting previously unselected package libsub-identify-perl.
11:20:02 #11 51.73 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ...
11:20:02 #11 51.73 Unpacking libsub-identify-perl (0.14-1build5) ...
11:20:02 #11 51.76 Selecting previously unselected package libsub-name-perl.
11:20:02 #11 51.76 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ...
11:20:02 #11 51.76 Unpacking libsub-name-perl (0.26-1build3) ...
11:20:03 #10 ...
11:20:03 
11:20:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:20:03 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 18.7s
11:20:03 #7 ...
11:20:03 
11:20:03 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:20:03 #10 37.36 Selecting previously unselected package libfakeroot:armhf.
11:20:03 #10 37.36 Preparing to unpack .../091-libfakeroot_1.29-1_armhf.deb ...
11:20:03 #10 37.37 Unpacking libfakeroot:armhf (1.29-1) ...
11:20:03 #10 37.41 Selecting previously unselected package fakeroot.
11:20:03 #10 37.41 Preparing to unpack .../092-fakeroot_1.29-1_armhf.deb ...
11:20:03 #10 37.42 Unpacking fakeroot (1.29-1) ...
11:20:03 #10 37.48 Selecting previously unselected package libassuan0:armhf.
11:20:03 #10 37.48 Preparing to unpack .../093-libassuan0_2.5.5-5_armhf.deb ...
11:20:03 #10 36.25 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:03 #10 36.26 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:03 #10 36.34 Selecting previously unselected package libhttp-message-perl.
11:20:03 #10 36.34 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ...
11:20:03 #10 36.35 Unpacking libhttp-message-perl (6.28-1) ...
11:20:03 #10 36.42 Selecting previously unselected package libhttp-cookies-perl.
11:20:03 #10 36.42 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:03 #10 36.42 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:03 #10 36.46 Selecting previously unselected package libhttp-negotiate-perl.
11:20:03 #10 36.46 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:03 #10 50.98   Installing       : nim-srpm-macros-3-6.fc36.noarch                     47/139 
11:20:03 #10 50.99   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 48/139 
11:20:03 #10 51.00   Installing       : lua-srpm-macros-1-6.fc36.noarch                     49/139 
11:20:03 #10 51.03   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 50/139 
11:20:03 #10 51.04   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     51/139 
11:20:03 #10 51.04   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     52/139 
11:20:03 #10 51.10   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        53/139 
11:20:03 #10 51.11   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             54/139 
11:20:03 #10 51.12   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  55/139 
11:20:03 #10 51.15   Installing       : gdk-pixbuf2-2.42.9-2.fc36.aarch64                   56/139 
11:20:03 #10 51.20   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               57/139 
11:20:03 #11 59.04 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:03 #11 59.17 
11:20:03 #11 59.17 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:03 #11 59.20 Setting up dput (1.0.3ubuntu1) ...
11:20:03 #10 54.86 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:03 #10 54.87 Setting up python3-apt (2.5.3) ...
11:20:03 #10 34.72 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:20:03 #10 34.79 Selecting previously unselected package dh-strip-nondeterminism.
11:20:03 #10 34.79 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:20:03 #10 34.80 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:20:03 #11 39.83 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-perl all 0.40-1 [19.5 kB]
11:20:03 #11 39.99 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-identify-perl armhf 0.14-2 [10.5 kB]
11:20:03 #11 40.00 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-name-perl armhf 0.26-2 [11.1 kB]
11:20:03 #11 40.02 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:20:03 #11 40.06 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
11:20:03 
11:20:03 #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
11:20:03 #10 59.64 Setting up libgpgme11:amd64 (1.18.0-3+b1) ...
11:20:03 #10 59.65 Setting up dirmngr (2.2.40-1) ...
11:20:03 #10 59.79 Setting up perl (5.36.0-7) ...
11:20:03 #10 59.81 Setting up libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
11:20:03 #10 59.83 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:03 #10 59.84 Setting up libxs-parse-keyword-perl (0.33-1) ...
11:20:03 #10 59.86 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:20:03 #10 59.87 Setting up libswitch-perl (2.17-3) ...
11:20:03 #10 59.88 Setting up libdata-dump-perl (1.25-1) ...
11:20:03 #10 59.89 Setting up gcc-12 (12.2.0-14) ...
11:20:03 #10 59.90 Setting up libfile-find-rule-perl (0.34-3) ...
11:20:03 #10 59.92 Setting up libref-util-perl (0.204-2) ...
11:20:03 #10 59.93 Setting up libipc-system-simple-perl (1.30-2) ...
11:20:03 #10 59.94 Setting up libnet-domain-tld-perl (1.75-3) ...
11:20:03 #10 59.95 Setting up libperlio-utf8-strict-perl (0.010-1) ...
11:20:03 #10 59.96 Setting up libsocket6-perl (0.29-3) ...
11:20:03 #10 59.97 Setting up libgd3:amd64 (2.3.3-9) ...
11:20:03 #10 59.99 Setting up libvariable-magic-perl (0.63-1+b1) ...
11:20:03 #10 60.00 Setting up libio-html-perl (1.004-3) ...
11:20:03 #10 60.01 Setting up libpod-parser-perl (1.65-1) ...
11:20:03 #13 16.22   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch            1/1 
11:20:03 #13 16.36   Preparing        :                                                        1/1 
11:20:03 #13 16.43   Installing       : make-1:4.3-7.el9.aarch64                              1/70 
11:20:03 #13 16.45   Installing       : selinux-policy-38.1.8-1.el9.noarch                    2/70 
11:20:03 #13 16.45   Running scriptlet: selinux-policy-38.1.8-1.el9.noarch                    2/70 
11:20:03 #13 16.48   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch           3/70 
11:20:03 #12 7.271 Selecting previously unselected package liblzo2-2:amd64.
11:20:03 #11 52.30 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:03 #11 52.30 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:20:03 #11 52.31 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:20:03 #11 52.35 Selecting previously unselected package libio-prompter-perl.
11:20:03 #11 52.35 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ...
11:20:03 #11 52.36 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:03 #11 52.39 Selecting previously unselected package libjson-perl.
11:20:03 #11 52.40 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ...
11:20:03 #11 52.40 Unpacking libjson-perl (4.02000-2) ...
11:20:03 #11 52.44 Selecting previously unselected package liblog-any-perl.
11:20:03 #11 52.44 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ...
11:20:03 #11 52.45 Unpacking liblog-any-perl (1.708-1) ...
11:20:03 #11 52.49 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:03 #10 44.74 Selecting previously unselected package libmodule-implementation-perl.
11:20:03 #10 44.75 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ...
11:20:03 #10 44.75 Unpacking libmodule-implementation-perl (0.09-1) ...
11:20:03 #10 44.79 Selecting previously unselected package libvariable-magic-perl.
11:20:03 #10 44.79 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ...
11:20:03 #10 44.79 Unpacking libvariable-magic-perl (0.62-1+b1) ...
11:20:03 #10 44.83 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:03 #10 44.84 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:20:03 #10 44.84 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:20:03 #10 44.89 Selecting previously unselected package libcapture-tiny-perl.
11:20:03 #10 44.90 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:03 #10 44.90 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:03 #10 44.93 Selecting previously unselected package libcgi-pm-perl.
11:20:03 #10 44.94 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ...
11:20:03 #10 44.95 Unpacking libcgi-pm-perl (4.40-1) ...
11:20:03 #10 44.99 Selecting previously unselected package libfcgi-perl.
11:20:03 #10 45.00 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ...
11:20:03 #10 45.00 Unpacking libfcgi-perl (0.78-2+b3) ...
11:20:03 #10 45.03 Selecting previously unselected package libcgi-fast-perl.
11:20:03 #10 45.04 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:20:03 #10 45.04 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:20:03 #10 45.07 Selecting previously unselected package libsub-name-perl.
11:20:03 #10 45.07 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ...
11:20:03 #10 45.08 Unpacking libsub-name-perl (0.21-1+b3) ...
11:20:03 #13 94.99   Installing : setools-libs-3.3.8-4.el7.aarch64                           34/65 
11:20:03 #10 56.03 Setting up python3-xdg (0.25-4ubuntu1.1) ...
11:20:03 #11 38.79 Selecting previously unselected package xz-utils.
11:20:03 #11 38.80 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
11:20:03 #11 38.80 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:20:03 #11 38.84 Selecting previously unselected package gettext-base.
11:20:03 #11 38.84 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
11:20:03 #11 38.85 Unpacking gettext-base (0.19.8.1-10build1) ...
11:20:03 #11 38.89 Selecting previously unselected package iso-codes.
11:20:03 #11 38.89 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:20:03 #11 38.89 Unpacking iso-codes (4.4-1) ...
11:20:03 #11 57.02 Setting up libatomic1:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.03 Setting up patch (2.7.6-7build2) ...
11:20:03 #11 57.04 Setting up autopoint (0.21-8) ...
11:20:03 #11 57.05 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:03 #11 57.12 Setting up ucf (3.0043) ...
11:20:03 #11 57.21 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:20:03 #11 57.22 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:20:03 #10 46.37 Selecting previously unselected package libnpth0:armhf.
11:20:03 #10 46.37 Preparing to unpack .../121-libnpth0_1.5-3_armhf.deb ...
11:20:03 #10 46.38 Unpacking libnpth0:armhf (1.5-3) ...
11:20:03 #10 46.43 Selecting previously unselected package dirmngr.
11:20:03 #10 46.43 Preparing to unpack .../122-dirmngr_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:03 #10 46.45 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:20:03 #10 46.51 Selecting previously unselected package python3-pkg-resources.
11:20:03 #10 46.51 Preparing to unpack .../123-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
11:20:03 #10 46.51 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:20:03 #10 46.56 Selecting previously unselected package python3-chardet.
11:20:03 #10 46.56 Preparing to unpack .../124-python3-chardet_3.0.4-1_all.deb ...
11:20:03 #10 46.57 Unpacking python3-chardet (3.0.4-1) ...
11:20:03 #11 53.22 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
11:20:03 #11 53.22 Unpacking diffstat (1.64-1build2) ...
11:20:03 #11 53.26 Selecting previously unselected package python3-chardet.
11:20:03 #11 53.26 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
11:20:03 #11 53.26 Unpacking python3-chardet (4.0.0-1) ...
11:20:03 #11 53.30 Selecting previously unselected package zstd.
11:20:03 #11 53.30 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
11:20:03 #11 53.31 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:20:03 #11 53.35 Selecting previously unselected package python3-debian.
11:20:03 #11 53.35 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
11:20:03 #11 49.61 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
11:20:03 #11 49.62 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
11:20:03 #11 49.66 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:20:03 #11 49.66 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
11:20:03 #11 49.66 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
11:20:03 #11 49.70 Selecting previously unselected package libtirpc-common.
11:20:03 #11 49.70 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:20:03 #11 49.72 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:20:03 #11 49.76 Selecting previously unselected package libtirpc3:arm64.
11:20:03 #11 49.76 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:20:03 #11 49.76 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:20:03 #11 49.80 Selecting previously unselected package libnsl2:arm64.
11:20:03 #11 49.80 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
11:20:03 #11 49.80 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
11:20:03 #11 49.84 Selecting previously unselected package readline-common.
11:20:03 #11 51.79 Selecting previously unselected package libnamespace-clean-perl.
11:20:03 #11 51.80 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:03 #11 51.80 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:03 #11 51.83 Selecting previously unselected package libpath-tiny-perl.
11:20:03 #11 51.83 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ...
11:20:03 #11 51.83 Unpacking libpath-tiny-perl (0.122-1) ...
11:20:03 #11 51.86 Selecting previously unselected package libstrictures-perl.
11:20:03 #11 51.86 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ...
11:20:03 #11 51.86 Unpacking libstrictures-perl (2.000006-1) ...
11:20:03 #11 51.89 Selecting previously unselected package libtype-tiny-perl.
11:20:03 #11 51.89 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ...
11:20:03 #11 51.90 Unpacking libtype-tiny-perl (1.012004-1) ...
11:20:03 #11 51.94 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:03 #11 51.94 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:03 #11 51.94 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:03 #11 51.98 Selecting previously unselected package libhash-fieldhash-perl.
11:20:03 #11 51.98 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ...
11:20:03 #11 51.98 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:20:03 #11 52.01 Selecting previously unselected package libhtml-form-perl.
11:20:03 #10 37.49 Unpacking libassuan0:armhf (2.5.5-5) ...
11:20:03 #10 37.55 Selecting previously unselected package gpgconf.
11:20:03 #10 37.55 Preparing to unpack .../094-gpgconf_2.2.40-1_armhf.deb ...
11:20:03 #10 37.55 Unpacking gpgconf (2.2.40-1) ...
11:20:03 #10 37.62 Selecting previously unselected package libksba8:armhf.
11:20:03 #10 37.62 Preparing to unpack .../095-libksba8_1.6.3-2_armhf.deb ...
11:20:03 #10 37.62 Unpacking libksba8:armhf (1.6.3-2) ...
11:20:03 #10 37.68 Selecting previously unselected package libnpth0:armhf.
11:20:03 #10 37.68 Preparing to unpack .../096-libnpth0_1.6-3_armhf.deb ...
11:20:03 #10 37.68 Unpacking libnpth0:armhf (1.6-3) ...
11:20:03 #10 37.73 Selecting previously unselected package dirmngr.
11:20:03 #10 37.73 Preparing to unpack .../097-dirmngr_2.2.40-1_armhf.deb ...
11:20:03 #10 51.21   Installing       : json-glib-1.6.6-2.fc36.aarch64                      58/139 
11:20:03 #10 51.27   Installing       : libappstream-glib-0.8.0-4.fc36.aarch64              59/139 
11:20:03 #10 51.28   Installing       : info-6.8-3.fc36.aarch64                             60/139 
11:20:03 #10 51.33   Installing       : ed-1.14.2-12.fc36.aarch64                           61/139 
11:20:03 #10 51.34   Installing       : patch-2.7.6-16.fc36.aarch64                         62/139 
11:20:03 #10 51.37   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    63/139 
11:20:03 #10 51.42   Installing       : groff-base-1.22.4-9.fc36.aarch64                    63/139 
11:20:03 #10 36.47 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:03 #10 36.50 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:03 #10 36.50 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ...
11:20:03 #10 36.51 Unpacking perl-openssl-defaults:armhf (5) ...
11:20:03 #10 36.55 Selecting previously unselected package libnet-ssleay-perl.
11:20:03 #10 36.55 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
11:20:03 #10 36.56 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:20:03 #10 36.65 Selecting previously unselected package libio-socket-ssl-perl.
11:20:03 #10 36.66 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ...
11:20:03 #10 36.66 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:20:03 #10 36.74 Selecting previously unselected package libnet-http-perl.
11:20:03 #10 36.74 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ...
11:20:03 #10 55.03 Setting up python3-charset-normalizer (3.0.1-2) ...
11:20:03 #10 55.18 Setting up libpackage-stash-perl (0.40-1) ...
11:20:03 #10 55.19 Setting up libimport-into-perl (1.002005-2) ...
11:20:03 #10 55.20 Setting up libmoo-perl (2.005005-1) ...
11:20:03 #10 55.21 Setting up liblist-someutils-perl (0.59-1) ...
11:20:03 #10 55.22 Setting up debhelper (13.11.4) ...
11:20:03 #10 55.23 Setting up libmime-tools-perl (5.510-1) ...
11:20:03 #10 55.24 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ...
11:20:03 #10 55.25 Setting up python3-chardet (5.1.0+dfsg-2) ...
11:20:03 #11 59.36 Setting up libio-async-loop-epoll-perl (0.20-1) ...
11:20:03 #11 59.38 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:20:03 #11 59.51 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:03 #11 59.52 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:03 #11 59.54 Setting up libmailtools-perl (2.21-1) ...
11:20:03 #11 59.55 Setting up git (1:2.25.1-1ubuntu3.10) ...
11:20:03 #11 59.58 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:20:03 #10 35.07 Selecting previously unselected package libdpkg-perl.
11:20:03 #10 35.07 Preparing to unpack .../048-libdpkg-perl_1.20.12+rpi1_all.deb ...
11:20:03 #14 13.57   Running scriptlet: selinux-policy-minimum-3.14.3-115.el8.noarch         43/83 
11:20:03 #11 40.13 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:20:03 #11 40.15 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-perl all 1.016008-1 [336 kB]
11:20:03 #11 40.29 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:20:03 #11 40.31 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-form-perl all 6.10-1 [23.0 kB]
11:20:03 #11 40.32 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-format-perl all 2.16-1 [38.2 kB]
11:20:03 #11 40.33 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:20:03 #10 60.02 Setting up libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
11:20:03 #10 60.03 Setting up libparams-util-perl (1.102-2+b1) ...
11:20:03 #10 60.04 Setting up libdpkg-perl (1.21.21) ...
11:20:03 #10 60.06 Setting up libtime-duration-perl (1.21-2) ...
11:20:03 #10 60.07 Setting up autoconf (2.71-3) ...
11:20:03 #10 60.08 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
11:20:03 #10 60.09 Setting up libarray-intspan-perl (2.004-2) ...
11:20:03 #10 60.11 Setting up libcapture-tiny-perl (0.48-2) ...
11:20:03 #10 60.12 Setting up libtimedate-perl (2.3300-2) ...
11:20:03 #10 60.13 Setting up libregexp-ipv6-perl (0.03-3) ...
11:20:03 #10 60.15 Setting up gpg-wks-server (2.2.40-1) ...
11:20:03 #10 60.16 Setting up libsub-name-perl:amd64 (0.26-2+b1) ...
11:20:03 #10 60.17 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ...
11:20:03 #10 60.18 Setting up libsyntax-keyword-try-perl (0.28-1) ...
11:20:03 #10 60.19 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:03 #10 60.20 Setting up libproc-processtable-perl:amd64 (0.634-1+b2) ...
11:20:03 #10 60.21 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:03 #13 16.71   Installing       : selinux-policy-targeted-38.1.8-1.el9.noarch           3/70 
11:20:03 #12 7.274 Preparing to unpack .../2-liblzo2-2_2.08-1.2_amd64.deb ...
11:20:03 #12 7.279 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
11:20:03 #12 7.319 Selecting previously unselected package libarchive13:amd64.
11:20:03 #12 7.322 Preparing to unpack .../3-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
11:20:03 #12 7.329 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
11:20:03 #12 7.387 Selecting previously unselected package libjsoncpp1:amd64.
11:20:03 #12 7.389 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ...
11:20:03 #12 7.393 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
11:20:03 #12 7.433 Selecting previously unselected package librhash0:amd64.
11:20:03 #12 7.433 Preparing to unpack .../5-librhash0_1.3.6-2_amd64.deb ...
11:20:03 #12 7.437 Unpacking librhash0:amd64 (1.3.6-2) ...
11:20:03 #12 7.480 Selecting previously unselected package libuv1:amd64.
11:20:03 #12 7.483 Preparing to unpack .../6-libuv1_1.18.0-3_amd64.deb ...
11:20:03 #12 7.487 Unpacking libuv1:amd64 (1.18.0-3) ...
11:20:03 #11 52.49 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:20:03 #11 52.49 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:20:03 #11 52.53 Selecting previously unselected package libpackage-stash-perl.
11:20:03 #11 52.53 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ...
11:20:03 #11 52.53 Unpacking libpackage-stash-perl (0.38-1) ...
11:20:03 #11 52.57 Selecting previously unselected package libsub-identify-perl.
11:20:03 #11 52.57 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ...
11:20:03 #11 52.58 Unpacking libsub-identify-perl (0.14-1build2) ...
11:20:03 #11 52.61 Selecting previously unselected package libsub-name-perl.
11:20:03 #11 52.61 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ...
11:20:03 #11 52.62 Unpacking libsub-name-perl (0.26-1) ...
11:20:03 #11 52.65 Selecting previously unselected package libnamespace-clean-perl.
11:20:03 #11 52.65 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:03 #11 52.65 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:03 #11 52.69 Selecting previously unselected package libpath-tiny-perl.
11:20:03 #11 52.69 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ...
11:20:03 #11 52.69 Unpacking libpath-tiny-perl (0.108-1) ...
11:20:03 #11 52.73 Selecting previously unselected package libtype-tiny-perl.
11:20:03 #10 33.02 Selecting previously unselected package libxml2:armhf.
11:20:03 #10 33.02 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
11:20:03 #10 33.03 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
11:20:03 #10 33.16 Selecting previously unselected package libcroco3:armhf.
11:20:03 #10 33.16 Preparing to unpack .../052-libcroco3_0.6.12-3_armhf.deb ...
11:20:03 #10 45.11 Selecting previously unselected package libclass-accessor-perl.
11:20:03 #10 45.11 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ...
11:20:03 #10 45.12 Unpacking libclass-accessor-perl (0.51-1) ...
11:20:03 #10 45.17 Selecting previously unselected package libclass-inspector-perl.
11:20:03 #10 45.17 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ...
11:20:03 #10 45.18 Unpacking libclass-inspector-perl (1.32-1) ...
11:20:03 #10 45.23 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:03 #10 45.25 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ...
11:20:03 #10 45.25 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
11:20:03 #10 45.30 Selecting previously unselected package libclone-perl.
11:20:03 #10 45.30 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ...
11:20:03 #10 45.31 Unpacking libclone-perl (0.41-1+b1) ...
11:20:03 #10 45.34 Selecting previously unselected package libcommon-sense-perl.
11:20:03 #10 45.34 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ...
11:20:03 #10 56.22 Setting up python3-six (1.11.0-2) ...
11:20:03 #13 95.30   Installing : libseccomp-2.3.1-4.el7.aarch64                             35/65 
11:20:03 #11 57.23 Setting up libltdl7:amd64 (2.4.7-4) ...
11:20:03 #11 57.24 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:20:03 #11 57.25 Setting up libwebp7:amd64 (1.2.2-2) ...
11:20:03 #11 57.26 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
11:20:03 #11 57.27 Setting up libubsan1:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.28 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:20:03 #11 57.29 Setting up libmd0:amd64 (1.0.4-2) ...
11:20:03 #11 57.30 Setting up python-apt-common (2.4.0+22.10) ...
11:20:03 #11 57.31 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
11:20:03 #11 57.32 Setting up libcrypt-dev:amd64 (1:4.4.28-2) ...
11:20:03 #11 57.34 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:20:03 #11 57.35 Setting up libasan8:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.36 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
11:20:03 #11 57.37 Setting up lzop (1.04-2build2) ...
11:20:03 #11 57.38 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:20:03 #11 57.39 Setting up git-man (1:2.37.2-1ubuntu1.4) ...
11:20:03 #11 57.40 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:20:03 #11 57.41 Setting up netbase (6.3) ...
11:20:03 #11 57.44 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:20:03 #10 46.62 Selecting previously unselected package python3-six.
11:20:03 #10 46.62 Preparing to unpack .../125-python3-six_1.11.0-2_all.deb ...
11:20:03 #10 46.62 Unpacking python3-six (1.11.0-2) ...
11:20:03 #10 46.67 Selecting previously unselected package python3-debian.
11:20:03 #10 46.67 Preparing to unpack .../126-python3-debian_0.1.32_all.deb ...
11:20:03 #10 46.68 Unpacking python3-debian (0.1.32) ...
11:20:03 #10 46.72 Selecting previously unselected package gnupg-l10n.
11:20:03 #10 46.72 Preparing to unpack .../127-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:20:03 #10 46.73 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:20:03 #10 46.77 Selecting previously unselected package gnupg-utils.
11:20:03 #10 46.77 Preparing to unpack .../128-gnupg-utils_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:03 #10 46.78 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:20:03 #10 46.82 Selecting previously unselected package gpg.
11:20:03 #10 46.82 Preparing to unpack .../129-gpg_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:03 #11 53.36 Unpacking python3-debian (0.1.43ubuntu1) ...
11:20:03 #11 53.40 Selecting previously unselected package libgpgme11:arm64.
11:20:03 #11 53.40 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
11:20:03 #11 53.40 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
11:20:03 #11 53.44 Selecting previously unselected package python3-gpg.
11:20:03 #11 53.44 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
11:20:03 #11 53.45 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:20:03 #11 53.50 Selecting previously unselected package dput.
11:20:03 #11 53.50 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
11:20:03 #11 53.51 Unpacking dput (1.1.0ubuntu2) ...
11:20:03 #11 53.54 Selecting previously unselected package fonts-dejavu-core.
11:20:03 #11 53.55 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
11:20:03 #11 53.55 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:20:03 #11 49.84 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:20:03 #11 49.84 Unpacking readline-common (8.2-1) ...
11:20:03 #11 49.89 Selecting previously unselected package libreadline8:arm64.
11:20:03 #11 49.89 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
11:20:03 #11 49.90 Unpacking libreadline8:arm64 (8.2-1) ...
11:20:03 #11 49.94 Selecting previously unselected package libsqlite3-0:arm64.
11:20:03 #11 49.94 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
11:20:03 #11 49.95 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
11:20:03 #11 49.98 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:20:03 #11 49.98 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
11:20:03 #11 49.99 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
11:20:03 #14 12.62   Installing       : openssh-clients-8.0p1-17.el8.x86_64                  27/80 
11:20:03 #11 52.02 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ...
11:20:03 #11 52.02 Unpacking libhtml-form-perl (6.07-1) ...
11:20:03 #11 52.05 Selecting previously unselected package libhtml-format-perl.
11:20:03 #11 52.06 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ...
11:20:03 #11 52.06 Unpacking libhtml-format-perl (2.12-1.1) ...
11:20:03 #11 52.09 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:03 #11 52.09 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:20:03 #11 52.10 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:20:03 #11 52.13 Selecting previously unselected package libhttp-daemon-perl.
11:20:03 #11 52.13 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:20:03 #11 52.13 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:03 #11 52.16 Selecting previously unselected package libio-interactive-perl.
11:20:03 #11 52.16 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ...
11:20:03 #11 52.16 Unpacking libio-interactive-perl (1.023-1) ...
11:20:03 #11 52.19 Selecting previously unselected package libio-prompt-tiny-perl.
11:20:03 #11 52.19 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:20:03 #11 52.20 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:20:03 #11 52.22 Selecting previously unselected package libtypes-serialiser-perl.
11:20:03 #11 52.23 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:03 #11 52.23 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:03 #10 36.74 Unpacking libnet-http-perl (6.20-1) ...
11:20:03 #10 36.80 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:03 #10 36.80 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:03 #10 36.81 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:03 #10 36.86 Selecting previously unselected package libtry-tiny-perl.
11:20:03 #10 36.86 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ...
11:20:03 #10 36.87 Unpacking libtry-tiny-perl (0.30-1) ...
11:20:03 #10 36.92 Selecting previously unselected package libwww-robotrules-perl.
11:20:03 #10 36.92 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:03 #10 36.92 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:03 #10 36.97 Selecting previously unselected package libwww-perl.
11:20:03 #10 36.97 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ...
11:20:03 #10 36.97 Unpacking libwww-perl (6.52-1) ...
11:20:03 #10 37.07 Selecting previously unselected package patchutils.
11:20:03 #10 37.07 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ...
11:20:03 #10 51.47   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    63/139 
11:20:03 #10 51.49   Installing       : perl-Digest-1.20-2.fc36.noarch                      64/139 
11:20:03 #10 51.49   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               65/139 
11:20:03 #10 51.50   Installing       : perl-B-1.82-486.fc36.aarch64                        66/139 
11:20:03 #10 51.53   Installing       : perl-FileHandle-2.03-486.fc36.noarch                67/139 
11:20:03 #10 51.53   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                68/139 
11:20:03 #10 51.54   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               69/139 
11:20:03 #10 51.58   Installing       : perl-libnet-3.13-480.fc36.noarch                    70/139 
11:20:03 #10 51.58   Installing       : perl-base-2.27-486.fc36.noarch                      71/139 
11:20:03 #10 51.62   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 72/139 
11:20:03 #10 51.63   Installing       : perl-URI-5.10-1.fc36.noarch                         73/139 
11:20:03 #10 51.69   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         74/139 
11:20:03 #10 51.69   Installing       : perl-if-0.60.900-486.fc36.noarch                    75/139 
11:20:03 #10 51.72   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             76/139 
11:20:03 #10 51.73   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/139 
11:20:03 #10 51.73   Installing       : perl-File-Path-2.18-479.fc36.noarch                 78/139 
11:20:03 #10 51.76   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              79/139 
11:20:03 #10 51.76   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              80/139 
11:20:03 #10 51.77   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              81/139 
11:20:03 #10 55.57 Setting up python3-debian (0.1.49) ...
11:20:03 #11 59.63 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:03 #11 59.70 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:03 #11 59.77 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:03 #10 37.75 Unpacking dirmngr (2.2.40-1) ...
11:20:03 #10 37.85 Selecting previously unselected package gnupg-l10n.
11:20:03 #10 37.85 Preparing to unpack .../098-gnupg-l10n_2.2.40-1_all.deb ...
11:20:03 #10 37.85 Unpacking gnupg-l10n (2.2.40-1) ...
11:20:03 #10 38.00 Selecting previously unselected package gnupg-utils.
11:20:03 #10 38.00 Preparing to unpack .../099-gnupg-utils_2.2.40-1_armhf.deb ...
11:20:03 #11 36.80 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
11:20:03 #10 35.26 Unpacking libdpkg-perl (1.20.12+rpi1) ...
11:20:03 #14 14.88   Installing       : selinux-policy-minimum-3.14.3-115.el8.noarch         43/83 
11:20:03 #10 60.22 Setting up xauth (1:1.1.2-1) ...
11:20:03 #10 60.24 Setting up libpath-tiny-perl (0.144-1) ...
11:20:03 #10 60.25 Setting up libarchive-cpio-perl (0.10-3) ...
11:20:03 #10 60.26 Setting up libjson-perl (4.10000-1) ...
11:20:03 #10 60.27 Setting up libnsl2:amd64 (1.3.0-2) ...
11:20:03 #10 60.28 Setting up libipc-run3-perl (0.048-3) ...
11:20:03 #10 60.30 Setting up libregexp-wildcards-perl (1.05-3) ...
11:20:03 #10 60.31 Setting up libfcgi-perl (0.82+ds-2) ...
11:20:03 #10 60.32 Setting up libsub-override-perl (0.09-4) ...
11:20:03 #10 60.33 Setting up libaliased-perl (0.34-3) ...
11:20:03 #10 60.34 Setting up libstrictures-perl (2.000006-1) ...
11:20:03 #10 60.35 Setting up libsub-quote-perl (2.006008-1) ...
11:20:03 #10 60.36 Setting up libdevel-stacktrace-perl (2.0400-2) ...
11:20:03 #10 60.37 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
11:20:03 #10 60.38 Setting up libsort-versions-perl (1.62-3) ...
11:20:03 #10 60.39 Setting up libexporter-tiny-perl (1.006000-1) ...
11:20:03 #10 60.41 Setting up libre-engine-re2-perl:amd64 (0.17+ds-1) ...
11:20:03 #10 60.42 Setting up libfile-dirlist-perl (0.05-3) ...
11:20:03 #10 60.43 Setting up libterm-readkey-perl (2.38-2+b1) ...
11:20:03 #10 60.44 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
11:20:03 #10 60.45 Setting up libperlio-gzip-perl (0.20-1+b1) ...
11:20:03 #10 60.46 Setting up libsys-hostname-long-perl (1.5-3) ...
11:20:03 #10 60.47 Setting up libhtml-html5-entities-perl (0.004-3) ...
11:20:03 #10 60.48 Setting up libsereal-decoder-perl (5.003+ds-1) ...
11:20:03 #10 60.49 Setting up liburi-perl (5.17-1) ...
11:20:03 #10 60.54 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:03 #12 7.521 Selecting previously unselected package cmake.
11:20:03 #12 7.524 Preparing to unpack .../7-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
11:20:03 #12 7.528 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:03 #11 52.73 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ...
11:20:03 #11 52.74 Unpacking libtype-tiny-perl (1.008001-2) ...
11:20:03 #11 52.87 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:03 #11 52.87 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:20:03 #11 52.87 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:20:03 #11 52.92 Selecting previously unselected package libhash-fieldhash-perl.
11:20:03 #11 52.92 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ...
11:20:03 #11 52.92 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:20:03 #11 52.96 Selecting previously unselected package libhtml-form-perl.
11:20:03 #11 52.96 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ...
11:20:03 #11 52.97 Unpacking libhtml-form-perl (6.07-1) ...
11:20:03 #10 33.16 Unpacking libcroco3:armhf (0.6.12-3) ...
11:20:03 #10 33.24 Selecting previously unselected package gettext.
11:20:03 #10 33.24 Preparing to unpack .../053-gettext_0.19.8.1-9_armhf.deb ...
11:20:03 #10 33.24 Unpacking gettext (0.19.8.1-9) ...
11:20:03 #10 45.34 Unpacking libcommon-sense-perl (3.74-2+b7) ...
11:20:03 #10 45.39 Selecting previously unselected package libparams-util-perl.
11:20:03 #10 45.39 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ...
11:20:03 #10 45.39 Unpacking libparams-util-perl (1.07-3+b4) ...
11:20:03 #10 45.42 Selecting previously unselected package libsub-install-perl.
11:20:03 #10 45.42 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ...
11:20:03 #10 45.42 Unpacking libsub-install-perl (0.928-1) ...
11:20:03 #10 45.45 Selecting previously unselected package libdata-optlist-perl.
11:20:03 #10 45.45 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ...
11:20:03 #10 45.45 Unpacking libdata-optlist-perl (0.110-1) ...
11:20:03 #10 45.48 Selecting previously unselected package libsub-exporter-perl.
11:20:03 #10 45.48 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ...
11:20:03 #10 45.49 Unpacking libsub-exporter-perl (0.987-1) ...
11:20:03 #10 45.52 Selecting previously unselected package libconst-fast-perl.
11:20:03 #10 45.52 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ...
11:20:03 #10 45.53 Unpacking libconst-fast-perl (0.014-1) ...
11:20:03 #10 45.56 Selecting previously unselected package libwant-perl.
11:20:03 #10 45.56 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ...
11:20:03 #10 56.38 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
11:20:03 #10 56.40 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:20:03 #10 56.42 Setting up python3-certifi (2018.1.18-2) ...
11:20:03 #10 56.58 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
11:20:03 #10 56.61 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:20:03 #13 95.60   Installing : libedit-3.0-12.20121213cvs.el7.aarch64                     36/65 
11:20:03 #13 95.99   Installing : openssh-clients-7.4p1-22.el7_9.aarch64                     37/65 
11:20:03 #11 39.34 Selecting previously unselected package krb5-locales.
11:20:03 #11 39.34 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:20:03 #11 39.35 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:20:03 #11 39.38 Selecting previously unselected package libcbor0.6:armhf.
11:20:03 #11 39.38 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
11:20:03 #11 39.38 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:20:03 #11 39.41 Selecting previously unselected package libedit2:armhf.
11:20:03 #11 39.41 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
11:20:03 #11 39.42 Unpacking libedit2:armhf (3.1-20191231-1) ...
11:20:03 #11 39.46 Selecting previously unselected package libfido2-1:armhf.
11:20:03 #11 39.46 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
11:20:03 #11 39.47 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:20:03 #11 39.50 Selecting previously unselected package libkrb5support0:armhf.
11:20:03 #11 39.50 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
11:20:03 #11 39.51 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
11:20:03 #11 39.54 Selecting previously unselected package libk5crypto3:armhf.
11:20:03 #11 39.54 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
11:20:03 #11 39.55 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
11:20:03 #11 57.45 Setting up libtsan2:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.46 Setting up libbinutils:amd64 (2.39-3ubuntu1.1) ...
11:20:03 #11 57.47 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:20:03 #11 57.59 Setting up libfido2-1:amd64 (1.11.0-1) ...
11:20:03 #11 57.60 Setting up libisl23:amd64 (0.25-1) ...
11:20:03 #11 57.61 Setting up libc-dev-bin (2.36-0ubuntu4) ...
11:20:03 #11 57.62 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:20:03 #11 57.64 Setting up libbsd0:amd64 (0.11.6-1) ...
11:20:03 #11 57.65 Setting up libelf1:amd64 (0.187-4) ...
11:20:03 #11 57.66 Setting up libjson-c5:amd64 (0.16-1) ...
11:20:03 #11 57.67 Setting up readline-common (8.2-1) ...
11:20:03 #11 57.68 Setting up publicsuffix (20220811.1734-1) ...
11:20:03 #11 57.69 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:20:03 #11 57.70 Setting up zstd (1.5.2+dfsg-1) ...
11:20:03 #11 57.71 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:20:03 #11 57.72 Setting up libcc1-0:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.74 Setting up iso-codes (4.11.0-1) ...
11:20:03 #11 57.75 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:20:03 #11 57.75 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:03 #11 57.77 Setting up liblsan0:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.78 Setting up dctrl-tools (2.24-3build2) ...
11:20:03 #11 57.79 Setting up libitm1:amd64 (12.2.0-3ubuntu1) ...
11:20:03 #10 46.83 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:20:03 #10 46.90 Selecting previously unselected package pinentry-curses.
11:20:03 #10 46.90 Preparing to unpack .../130-pinentry-curses_1.1.0-1_armhf.deb ...
11:20:03 #10 46.91 Unpacking pinentry-curses (1.1.0-1) ...
11:20:03 #10 46.95 Selecting previously unselected package gpg-agent.
11:20:03 #10 46.95 Preparing to unpack .../131-gpg-agent_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:03 #10 46.96 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:20:03 #10 47.01 Selecting previously unselected package gpg-wks-client.
11:20:03 #10 47.01 Preparing to unpack .../132-gpg-wks-client_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:03 #10 47.01 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:20:03 #11 53.66 Selecting previously unselected package fontconfig-config.
11:20:03 #11 53.66 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:20:03 #11 53.66 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:03 #11 53.70 Selecting previously unselected package libcurl3-gnutls:arm64.
11:20:03 #11 53.70 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.8_arm64.deb ...
11:20:03 #11 53.71 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
11:20:03 #11 53.74 Selecting previously unselected package liberror-perl.
11:20:03 #11 53.74 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
11:20:03 #11 53.75 Unpacking liberror-perl (0.17029-1) ...
11:20:03 #11 53.78 Selecting previously unselected package git-man.
11:20:03 #11 53.78 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.8_all.deb ...
11:20:03 #11 53.79 Unpacking git-man (1:2.34.1-1ubuntu1.8) ...
11:20:03 #11 53.83 Selecting previously unselected package git.
11:20:03 #11 53.83 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.8_arm64.deb ...
11:20:03 #11 53.84 Unpacking git (1:2.34.1-1ubuntu1.8) ...
11:20:03 #11 50.10 Selecting previously unselected package python3.10.
11:20:03 #11 50.10 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
11:20:03 #11 50.10 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:20:03 #11 50.13 Selecting previously unselected package libpython3-stdlib:arm64.
11:20:03 #11 50.13 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
11:20:03 #11 50.14 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
11:20:03 #11 50.17 Setting up python3-minimal (3.10.6-1) ...
11:20:03 #11 50.34 Selecting previously unselected package python3.
11:20:03 #11 52.25 Selecting previously unselected package libjson-xs-perl.
11:20:03 #11 52.25 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ...
11:20:03 #11 52.26 Unpacking libjson-xs-perl (4.030-1build3) ...
11:20:03 #11 52.28 Selecting previously unselected package libjson-maybexs-perl.
11:20:03 #11 52.29 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:03 #11 52.29 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:03 #11 52.32 Selecting previously unselected package libldap-common.
11:20:03 #11 52.32 Preparing to unpack .../281-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
11:20:03 #11 52.33 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:03 #11 52.35 Selecting previously unselected package liblist-compare-perl.
11:20:03 #11 52.35 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ...
11:20:03 #11 52.36 Unpacking liblist-compare-perl (0.55-1) ...
11:20:03 #11 52.39 Selecting previously unselected package liblist-someutils-perl.
11:20:03 #11 52.39 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ...
11:20:03 #11 52.40 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:03 #11 52.43 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:03 #11 52.43 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
11:20:03 #11 52.44 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:20:03 #11 52.47 Selecting previously unselected package liblist-utilsby-perl.
11:20:03 #10 51.80   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              82/139 
11:20:03 #10 51.80   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    83/139 
11:20:03 #10 51.84   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            84/139 
11:20:03 #10 51.84   Installing       : perl-subs-1.04-486.fc36.noarch                      85/139 
11:20:03 #10 51.85   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  86/139 
11:20:03 #10 51.89   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                87/139 
11:20:03 #10 51.89   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          88/139 
11:20:03 #10 51.90   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 89/139 
11:20:03 #10 51.97   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  90/139 
11:20:03 #10 51.97   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               91/139 
11:20:03 #10 51.98   Installing       : perl-Symbol-1.09-486.fc36.noarch                    92/139 
11:20:03 #10 52.00   Installing       : perl-File-stat-1.09-486.fc36.noarch                 93/139 
11:20:03 #10 52.01   Installing       : perl-Socket-4:2.036-1.fc36.aarch64                  94/139 
11:20:03 #10 52.02   Installing       : perl-podlators-1:4.14-479.fc36.noarch               95/139 
11:20:03 #10 52.04   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            96/139 
11:20:03 #11 59.90 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:03 #11 59.93 Setting up dh-strip-nondeterminism (1.7.0-1) ...
11:20:03 #11 59.94 Setting up libconst-fast-perl (0.014-1) ...
11:20:03 #11 59.95 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:20:03 #11 59.97 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:03 #11 59.98 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.16) ...
11:20:03 #11 60.01 Setting up curl (7.68.0-1ubuntu2.16) ...
11:20:03 #11 60.02 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:20:03 #11 60.03 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:03 #11 60.04 Setting up libemail-valid-perl (1.202-1) ...
11:20:03 #11 60.05 Setting up libpackage-stash-perl (0.38-1) ...
11:20:03 #11 60.07 Setting up libimport-into-perl (1.002005-1) ...
11:20:03 #10 37.09 Unpacking patchutils (0.4.2-1) ...
11:20:03 #10 37.14 Selecting previously unselected package wdiff.
11:20:03 #10 37.14 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ...
11:20:03 #10 37.15 Unpacking wdiff (1.2.2-2+b1) ...
11:20:03 #10 37.30 Selecting previously unselected package devscripts.
11:20:03 #10 37.30 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ...
11:20:03 #10 37.34 Unpacking devscripts (2.21.3+deb11u1) ...
11:20:03 #11 37.17 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
11:20:03 #10 38.00 Unpacking gnupg-utils (2.2.40-1) ...
11:20:03 #10 38.19 Selecting previously unselected package gpg.
11:20:03 #10 38.19 Preparing to unpack .../100-gpg_2.2.40-1_armhf.deb ...
11:20:03 #10 38.19 Unpacking gpg (2.2.40-1) ...
11:20:03 #10 35.54 Selecting previously unselected package patch.
11:20:03 #10 35.54 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ...
11:20:03 #10 35.54 Unpacking patch (2.7.6-7) ...
11:20:03 #10 35.58 Selecting previously unselected package make.
11:20:03 #10 35.59 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ...
11:20:03 #10 35.59 Unpacking make (4.3-4.1) ...
11:20:03 #10 35.66 Selecting previously unselected package dpkg-dev.
11:20:03 #10 35.66 Preparing to unpack .../051-dpkg-dev_1.20.12+rpi1_all.deb ...
11:20:03 #10 35.67 Unpacking dpkg-dev (1.20.12+rpi1) ...
11:20:03 #10 60.55 Setting up libfile-touch-perl (0.12-2) ...
11:20:03 #10 60.56 Setting up libc-devtools (2.36-8) ...
11:20:03 #10 60.57 Setting up libemail-address-xs-perl (1.05-1+b1) ...
11:20:03 #10 60.58 Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ...
11:20:03 #10 60.59 Setting up automake (1:1.16.5-1.3) ...
11:20:03 #10 60.60 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:03 #10 60.61 Setting up libapt-pkg-perl (0.1.40+b2) ...
11:20:03 #10 60.62 Setting up libio-sessiondata-perl (1.03-3) ...
11:20:03 #10 60.63 Setting up libstring-escape-perl (2010.002-3) ...
11:20:03 #10 60.64 Setting up libberkeleydb-perl:amd64 (0.64-2+b1) ...
11:20:03 #10 60.65 Setting up libhttp-date-perl (6.05-2) ...
11:20:03 #10 60.67 Setting up libfile-which-perl (1.27-2) ...
11:20:03 #10 60.68 Setting up libfile-basedir-perl (0.09-2) ...
11:20:03 #10 60.69 Setting up libtask-weaken-perl (1.06-2) ...
11:20:03 #10 60.70 Setting up libunicode-utf8-perl (0.62-2) ...
11:20:03 #10 60.71 Setting up libfeature-compat-try-perl (0.05-1) ...
11:20:03 #10 60.72 Setting up libset-intspan-perl (1.19-3) ...
11:20:03 #10 60.73 Setting up libmouse-perl (2.5.10-1+b3) ...
11:20:03 #10 60.74 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
11:20:03 #10 60.75 Setting up libfile-listing-perl (6.15-1) ...
11:20:03 #12 7.865 Selecting previously unselected package dh-apparmor.
11:20:03 #12 7.867 Preparing to unpack .../8-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
11:20:03 #12 7.873 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
11:20:03 #12 7.914 Preparing to unpack .../9-libudev1_237-3ubuntu10.57_amd64.deb ...
11:20:03 #12 7.923 Unpacking libudev1:amd64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:03 #12 7.975 Setting up libudev1:amd64 (237-3ubuntu10.57) ...
11:20:03 #12 8.018 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:03 #11 40.73 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:20:03 #11 40.92 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:20:03 #11 40.96 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libindirect-perl armhf 0.39-2 [20.8 kB]
11:20:03 #11 40.99 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
11:20:03 #12 1.464 Last metadata expiration check: 0:00:14 ago on Fri Mar 10 11:19:49 2023.
11:20:03 #11 53.00 Selecting previously unselected package libhtml-format-perl.
11:20:03 #11 53.00 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ...
11:20:03 #11 53.01 Unpacking libhtml-format-perl (2.12-1) ...
11:20:03 #11 53.04 Selecting previously unselected package libhttp-daemon-perl.
11:20:03 #11 53.05 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:20:03 #11 53.05 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:20:03 #11 53.15 Selecting previously unselected package libidn11:arm64.
11:20:03 #11 53.15 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ...
11:20:03 #11 53.16 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ...
11:20:03 #11 53.19 Selecting previously unselected package libstruct-dumb-perl.
11:20:03 #11 53.20 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ...
11:20:03 #11 53.20 Unpacking libstruct-dumb-perl (0.09-1) ...
11:20:03 #11 53.24 Selecting previously unselected package libio-async-perl.
11:20:03 #10 33.48 Selecting previously unselected package intltool-debian.
11:20:03 #10 33.48 Preparing to unpack .../054-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:03 #10 33.49 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:03 #10 33.53 Selecting previously unselected package po-debconf.
11:20:03 #10 33.53 Preparing to unpack .../055-po-debconf_1.0.21_all.deb ...
11:20:03 #10 33.54 Unpacking po-debconf (1.0.21) ...
11:20:03 #10 45.56 Unpacking libwant-perl (0.29-1+b4) ...
11:20:03 #10 45.60 Selecting previously unselected package libcontextual-return-perl.
11:20:03 #10 45.60 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:03 #10 45.60 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:03 #10 45.65 Selecting previously unselected package libconvert-binhex-perl.
11:20:03 #10 45.65 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ...
11:20:03 #10 45.66 Unpacking libconvert-binhex-perl (1.125-1) ...
11:20:03 #10 45.69 Selecting previously unselected package libdata-dump-perl.
11:20:03 #10 45.69 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ...
11:20:03 #10 45.69 Unpacking libdata-dump-perl (1.23-1) ...
11:20:03 #10 45.74 Selecting previously unselected package libdigest-bubblebabble-perl.
11:20:03 #10 45.74 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:20:03 #10 45.74 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:20:03 #10 45.77 Selecting previously unselected package libdigest-hmac-perl.
11:20:03 #10 45.78 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:20:03 #10 45.78 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:03 #10 45.81 Selecting previously unselected package libdistro-info-perl.
11:20:03 #10 45.81 Preparing to unpack .../198-libdistro-info-perl_0.21_all.deb ...
11:20:03 #10 56.63 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:20:03 #10 56.85 Setting up lsb-release (9.20170808ubuntu1) ...
11:20:03 #10 56.87 Setting up libxmuu1:arm64 (2:1.1.2-2) ...
11:20:03 #11 39.58 Selecting previously unselected package libkeyutils1:armhf.
11:20:03 #11 39.59 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
11:20:03 #11 39.59 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:20:03 #11 39.62 Selecting previously unselected package libkrb5-3:armhf.
11:20:03 #11 39.62 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
11:20:03 #11 39.63 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
11:20:03 #11 39.70 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:20:03 #11 39.70 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
11:20:03 #11 39.70 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
11:20:03 #11 39.74 Selecting previously unselected package libpsl5:armhf.
11:20:03 #11 39.74 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
11:20:03 #11 39.75 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
11:20:03 #11 39.78 Selecting previously unselected package libxau6:armhf.
11:20:03 #11 39.78 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
11:20:03 #11 39.79 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:20:03 #11 57.80 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:20:03 #11 57.81 Setting up libgdbm6:amd64 (1.23-1) ...
11:20:03 #11 57.82 Setting up libctf0:amd64 (2.39-3ubuntu1.1) ...
11:20:03 #11 57.83 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
11:20:03 #11 57.85 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:20:03 #11 57.86 Setting up manpages-dev (5.13-1) ...
11:20:03 #11 57.87 Setting up libdw1:amd64 (0.187-4) ...
11:20:03 #11 57.88 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:20:03 #11 57.89 Setting up cpp-12 (12.2.0-3ubuntu1) ...
11:20:03 #11 57.90 Setting up libxcb1:amd64 (1.15-1) ...
11:20:03 #11 57.92 Setting up gettext (0.21-8) ...
11:20:03 #11 57.93 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
11:20:04 #11 53.98 Selecting previously unselected package libalgorithm-diff-perl.
11:20:04 #11 53.98 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:04 #11 53.98 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:04 #11 54.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:04 #11 54.02 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
11:20:04 #11 54.02 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:04 #11 54.05 Selecting previously unselected package libalgorithm-merge-perl.
11:20:04 #11 54.05 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:04 #11 54.06 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:04 #11 54.09 Selecting previously unselected package libaliased-perl.
11:20:04 #11 54.09 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
11:20:04 #11 54.09 Unpacking libaliased-perl (0.34-1.1) ...
11:20:04 #11 54.12 Selecting previously unselected package libapt-pkg-perl.
11:20:04 #11 54.12 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
11:20:04 #11 54.13 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:20:04 #11 54.16 Selecting previously unselected package libarchive-cpio-perl.
11:20:04 #10 47.05 Selecting previously unselected package gpg-wks-server.
11:20:04 #10 47.05 Preparing to unpack .../133-gpg-wks-server_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:04 #10 47.05 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:20:04 #10 47.09 Selecting previously unselected package gpgsm.
11:20:04 #10 47.10 Preparing to unpack .../134-gpgsm_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:04 #10 47.10 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:20:04 #10 47.18 Selecting previously unselected package gnupg.
11:20:04 #10 47.19 Preparing to unpack .../135-gnupg_2.2.4-1ubuntu1.6_armhf.deb ...
11:20:04 #10 47.19 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:20:04 #10 47.25 Selecting previously unselected package libgpgme11:armhf.
11:20:04 #10 47.25 Preparing to unpack .../136-libgpgme11_1.10.0-1ubuntu2_armhf.deb ...
11:20:04 #10 47.25 Unpacking libgpgme11:armhf (1.10.0-1ubuntu2) ...
11:20:04 #10 47.30 Selecting previously unselected package python3-gpg.
11:20:04 #10 47.30 Preparing to unpack .../137-python3-gpg_1.10.0-1ubuntu2_armhf.deb ...
11:20:04 #10 47.30 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:20:04 #10 47.37 Selecting previously unselected package dput.
11:20:04 #10 47.37 Preparing to unpack .../138-dput_1.0.1ubuntu1_all.deb ...
11:20:04 #10 47.38 Unpacking dput (1.0.1ubuntu1) ...
11:20:04 #11 50.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 ... 5200 files and directories currently installed.)
11:20:04 #11 50.35 Preparing to unpack .../python3_3.10.6-1_arm64.deb ...
11:20:04 #11 50.35 Unpacking python3 (3.10.6-1) ...
11:20:04 #11 50.39 Selecting previously unselected package libargon2-1:arm64.
11:20:04 #11 50.39 Preparing to unpack .../libargon2-1_0~20171227-0.3_arm64.deb ...
11:20:04 #11 50.39 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
11:20:04 #11 50.42 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_arm64.deb ...
11:20:04 #11 50.43 Unpacking libudev1:arm64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:20:04 #11 50.48 Setting up libudev1:arm64 (251.4-1ubuntu7.1) ...
11:20:04 #11 50.51 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:04 #11 50.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 ... 5224 files and directories currently installed.)
11:20:04 #11 50.52 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:20:04 #11 50.52 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:20:04 #11 50.56 Selecting previously unselected package libjson-c5:arm64.
11:20:04 #11 50.56 Preparing to unpack .../1-libjson-c5_0.16-1_arm64.deb ...
11:20:04 #11 50.56 Unpacking libjson-c5:arm64 (0.16-1) ...
11:20:04 #11 50.60 Selecting previously unselected package libcryptsetup12:arm64.
11:20:04 #11 50.60 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
11:20:04 #11 52.47 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ...
11:20:04 #11 52.47 Unpacking liblist-utilsby-perl (0.11-1) ...
11:20:04 #11 52.51 Selecting previously unselected package libltdl7:amd64.
11:20:04 #11 52.51 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ...
11:20:04 #11 52.51 Unpacking libltdl7:amd64 (2.4.6-15build2) ...
11:20:04 #11 52.54 Selecting previously unselected package libltdl-dev:amd64.
11:20:04 #11 52.55 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ...
11:20:04 #11 52.55 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ...
11:20:04 #11 52.59 Selecting previously unselected package liblzo2-2:amd64.
11:20:04 #11 52.59 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ...
11:20:04 #11 52.60 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
11:20:04 #11 52.63 Selecting previously unselected package libsys-hostname-long-perl.
11:20:04 #11 52.63 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:04 #11 52.64 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:04 #11 52.67 Selecting previously unselected package libmail-sendmail-perl.
11:20:04 #11 52.67 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:20:04 #11 52.67 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:20:04 #11 52.70 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:04 #11 52.70 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:04 #11 52.71 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:04 #11 52.73 Selecting previously unselected package libmailtools-perl.
11:20:04 #11 52.73 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ...
11:20:04 #11 52.74 Unpacking libmailtools-perl (2.21-1) ...
11:20:04 #11 52.78 Selecting previously unselected package libmarkdown2:amd64.
11:20:04 #11 52.78 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ...
11:20:04 #11 52.78 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:20:04 #11 52.81 Selecting previously unselected package libmath-base85-perl.
11:20:04 #10 52.05   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    97/139 
11:20:04 #10 52.06   Installing       : perl-mro-1.25-486.fc36.aarch64                      98/139 
11:20:04 #10 52.08   Installing       : perl-overloading-0.02-486.fc36.noarch               99/139 
11:20:04 #10 52.09   Installing       : perl-IO-1.46-486.fc36.aarch64                      100/139 
11:20:04 #10 52.12   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            101/139 
11:20:04 #10 52.12   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              102/139 
11:20:04 #10 52.13   Installing       : perl-Errno-1.33-486.fc36.aarch64                   103/139 
11:20:04 #10 52.17   Installing       : perl-File-Basename-2.85-486.fc36.noarch            104/139 
11:20:04 #10 52.17   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               105/139 
11:20:04 #10 52.18   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64             106/139 
11:20:04 #10 52.21   Installing       : perl-constant-1.33-480.fc36.noarch                 107/139 
11:20:04 #10 52.22   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/139 
11:20:04 #10 52.22   Installing       : perl-vars-1.05-486.fc36.noarch                     109/139 
11:20:04 #10 52.25   Installing       : perl-overload-1.33-486.fc36.noarch                 110/139 
11:20:04 #10 52.25   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     111/139 
11:20:04 #10 52.26   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                112/139 
11:20:04 #14 13.64   Installing       : git-core-2.39.1-1.el8.x86_64                         28/80 
11:20:04 #14 14.10   Installing       : git-core-doc-2.39.1-1.el8.noarch                     29/80 
11:20:04 #14 14.14   Installing       : pcre2-utf16-10.32-3.el8.x86_64                       30/80 
11:20:04 #14 14.18   Installing       : pcre2-utf32-10.32-3.el8.x86_64                       31/80 
11:20:04 #14 14.26   Installing       : pcre2-devel-10.32-3.el8.x86_64                       32/80 
11:20:04 #14 14.28   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                33/80 
11:20:04 #14 14.35   Installing       : autoconf-2.69-29.el8.noarch                          34/80 
11:20:04 #11 60.08 Setting up libmoo-perl (2.003006-1) ...
11:20:04 #11 60.09 Setting up liblist-someutils-perl (0.58-1) ...
11:20:04 #11 60.10 Setting up liblist-someutils-xs-perl (0.58-2) ...
11:20:04 #11 60.11 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:20:04 #11 60.13 Setting up libmoox-aliases-perl (0.001006-1) ...
11:20:04 #11 60.14 Setting up libparams-validate-perl (1.29-3) ...
11:20:04 #11 60.15 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:04 #11 60.16 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:04 #11 60.17 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
11:20:04 #11 60.19 Setting up libgitlab-api-v4-perl (0.25-1) ...
11:20:04 #11 60.20 Setting up libmoox-struct-perl (0.017-1) ...
11:20:04 #11 60.21 Setting up lintian (2.62.0ubuntu2.2) ...
11:20:04 #11 60.23 Setting up licensecheck (3.0.45-1) ...
11:20:04 #11 60.25 Setting up dh-autoreconf (19) ...
11:20:04 #11 60.27 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:20:04 #11 60.28 Setting up libwww-perl (6.43-1) ...
11:20:04 #11 37.18 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:20:04 #11 37.19 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:20:04 #11 37.20 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:20:04 #11 37.20 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:20:04 #11 37.23 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
11:20:04 #11 37.25 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:20:04 #11 37.25 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:20:04 #11 37.25 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:20:04 #11 37.26 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:20:04 #10 38.35 Selecting previously unselected package pinentry-curses.
11:20:04 #10 38.35 Preparing to unpack .../101-pinentry-curses_1.2.1-1_armhf.deb ...
11:20:04 #10 38.36 Unpacking pinentry-curses (1.2.1-1) ...
11:20:04 #10 38.44 Selecting previously unselected package gpg-agent.
11:20:04 #10 38.44 Preparing to unpack .../102-gpg-agent_2.2.40-1_armhf.deb ...
11:20:04 #10 38.45 Unpacking gpg-agent (2.2.40-1) ...
11:20:04 #10 38.54 Selecting previously unselected package gpg-wks-client.
11:20:04 #10 35.80 Selecting previously unselected package libelf1:armhf.
11:20:04 #10 35.80 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ...
11:20:04 #10 35.80 Unpacking libelf1:armhf (0.183-1) ...
11:20:04 #10 35.85 Selecting previously unselected package dwz.
11:20:04 #10 35.85 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ...
11:20:04 #10 35.86 Unpacking dwz (0.13+20210201-1) ...
11:20:04 #10 35.91 Selecting previously unselected package libicu67:armhf.
11:20:04 #10 35.91 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ...
11:20:04 #10 35.92 Unpacking libicu67:armhf (67.1-7) ...
11:20:04 #10 55.92 Setting up python3-requests (2.28.1+dfsg-1) ...
11:20:04 #10 56.12 Setting up equivs (2.3.1) ...
11:20:04 #10 56.14 Setting up g++ (4:12.2.0-3) ...
11:20:04 #10 60.76 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:20:04 #10 60.77 Setting up gpg-wks-client (2.2.40-1) ...
11:20:04 #10 60.79 Setting up libregexp-pattern-perl (0.2.14-2) ...
11:20:04 #10 60.80 Setting up libdata-messagepack-perl (1.02-1+b1) ...
11:20:04 #10 60.81 Setting up libclass-inspector-perl (1.36-3) ...
11:20:04 #10 60.82 Setting up libfont-afm-perl (1.20-4) ...
11:20:04 #10 60.83 Setting up libwant-perl (0.29-2+b1) ...
11:20:04 #10 60.85 Setting up libdynaloader-functions-perl (0.003-3) ...
11:20:04 #10 60.86 Setting up libclass-method-modifiers-perl (2.14-1) ...
11:20:04 #10 60.87 Setting up liblist-compare-perl (0.55-2) ...
11:20:04 #10 60.88 Setting up libref-util-xs-perl (0.117-2+b1) ...
11:20:04 #10 60.88 Setting up libio-pty-perl (1:1.17-1) ...
11:20:04 #10 60.90 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
11:20:04 #10 60.91 Setting up libclone-perl:amd64 (0.46-1) ...
11:20:04 #10 60.92 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:04 #10 60.93 Setting up libarchive-zip-perl (1.68-1) ...
11:20:04 #10 60.94 Setting up libsub-identify-perl (0.14-3) ...
11:20:04 #10 60.95 Setting up libdistro-info-perl (1.5) ...
11:20:04 #10 60.96 Setting up libcpanel-json-xs-perl:amd64 (4.35-1) ...
11:20:04 #10 60.97 Setting up libio-stringy-perl (2.111-3) ...
11:20:04 #10 60.98 Setting up libhtml-tagset-perl (3.20-6) ...
11:20:04 #10 60.99 Setting up liblog-any-perl (1.713-1) ...
11:20:04 #10 61.00 Setting up libauthen-sasl-perl (2.1600-3) ...
11:20:04 #10 61.01 Setting up libdevel-size-perl (0.83-2+b1) ...
11:20:04 #10 61.03 Setting up libpython3.11-stdlib:amd64 (3.11.2-4) ...
11:20:04 #10 61.04 Setting up libdebhelper-perl (13.11.4) ...
11:20:04 #10 61.05 Setting up libpod-constants-perl (0.19-2) ...
11:20:04 #10 61.06 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
11:20:04 #10 61.07 Setting up libconvert-binhex-perl (1.125-3) ...
11:20:04 #12 8.019 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24543 files and directories currently installed.)
11:20:04 #12 8.033 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:20:04 #12 8.037 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:04 #12 8.086 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:04 #12 8.089 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:20:04 #12 8.093 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:04 #12 8.131 Selecting previously unselected package libudev-dev:amd64.
11:20:04 #12 8.131 Preparing to unpack .../02-libudev-dev_237-3ubuntu10.57_amd64.deb ...
11:20:04 #12 8.139 Unpacking libudev-dev:amd64 (237-3ubuntu10.57) ...
11:20:04 #12 8.173 Selecting previously unselected package libsepol1-dev:amd64.
11:20:04 #12 8.173 Preparing to unpack .../03-libsepol1-dev_2.7-1ubuntu0.1_amd64.deb ...
11:20:04 #12 8.177 Unpacking libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
11:20:04 #12 8.246 Selecting previously unselected package libpcre16-3:amd64.
11:20:04 #11 41.01 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:20:04 #11 41.03 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
11:20:04 #11 41.11 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:20:04 #11 41.12 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:20:04 #11 41.13 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
11:20:04 #11 41.16 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:20:04 #11 41.18 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
11:20:04 #11 53.24 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ...
11:20:04 #11 53.25 Unpacking libio-async-perl (0.75-1) ...
11:20:04 #11 53.31 Selecting previously unselected package liblinux-epoll-perl.
11:20:04 #11 53.31 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ...
11:20:04 #11 53.32 Unpacking liblinux-epoll-perl (0.017-1) ...
11:20:04 #11 53.36 Selecting previously unselected package libio-async-loop-epoll-perl.
11:20:04 #11 53.36 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:20:04 #11 53.37 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:20:04 #11 53.41 Selecting previously unselected package libtypes-serialiser-perl.
11:20:04 #11 53.41 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ...
11:20:04 #11 53.42 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:20:04 #11 53.45 Selecting previously unselected package libjson-xs-perl.
11:20:04 #11 53.46 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ...
11:20:04 #11 53.46 Unpacking libjson-xs-perl (4.020-1build1) ...
11:20:04 #11 53.50 Selecting previously unselected package libjson-maybexs-perl.
11:20:04 #11 53.50 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ...
11:20:04 #11 53.51 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:20:04 #11 53.54 Selecting previously unselected package liblist-compare-perl.
11:20:04 #11 53.54 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ...
11:20:04 #11 53.55 Unpacking liblist-compare-perl (0.53-1) ...
11:20:04 #11 53.58 Selecting previously unselected package liblist-moreutils-perl.
11:20:04 #10 33.62 Selecting previously unselected package debhelper.
11:20:04 #10 33.62 Preparing to unpack .../056-debhelper_13.2~bpo10+1_all.deb ...
11:20:04 #10 33.63 Unpacking debhelper (13.2~bpo10+1) ...
11:20:04 #10 33.84 Selecting previously unselected package libfakeroot:armhf.
11:20:04 #10 33.84 Preparing to unpack .../057-libfakeroot_1.23-1_armhf.deb ...
11:20:04 #10 33.84 Unpacking libfakeroot:armhf (1.23-1) ...
11:20:04 #10 56.88 Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
11:20:04 #10 56.89 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
11:20:04 #10 56.91 Setting up perl (5.26.1-6ubuntu0.6) ...
11:20:04 #10 56.93 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:04 #10 56.94 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:04 #10 56.96 Setting up libfile-fcntllock-perl (0.22-3build2) ...
11:20:04 #10 56.97 Setting up libtext-glob-perl (0.10-1) ...
11:20:04 #10 56.98 Setting up intltool-debian (0.35.0+20060710.4) ...
11:20:04 #10 57.00 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:04 #10 57.01 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
11:20:04 #10 57.04 Setting up libstrictures-perl (2.000003-1) ...
11:20:04 #10 57.05 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:04 #10 57.06 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:04 #10 57.07 Setting up libsocket6-perl (0.27-1build2) ...
11:20:04 #10 57.09 Setting up patchutils (0.3.4-2) ...
11:20:04 #11 39.82 Selecting previously unselected package libxdmcp6:armhf.
11:20:04 #11 39.82 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
11:20:04 #11 39.82 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:20:04 #11 39.85 Selecting previously unselected package libxcb1:armhf.
11:20:04 #11 39.86 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
11:20:04 #11 39.86 Unpacking libxcb1:armhf (1.14-2) ...
11:20:04 #11 39.89 Selecting previously unselected package libx11-data.
11:20:04 #11 39.89 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:20:04 #11 39.90 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:20:04 #11 39.97 Selecting previously unselected package libx11-6:armhf.
11:20:04 #11 39.97 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
11:20:04 #11 39.98 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:20:04 #11 40.06 Selecting previously unselected package libxext6:armhf.
11:20:04 #11 40.06 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
11:20:04 #11 40.07 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:20:04 #10 45.81 Unpacking libdistro-info-perl (0.21) ...
11:20:04 #10 45.84 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:04 #10 45.84 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:04 #10 45.85 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:04 #10 45.88 Selecting previously unselected package libmailtools-perl.
11:20:04 #10 45.89 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ...
11:20:04 #10 45.89 Unpacking libmailtools-perl (2.18-1) ...
11:20:04 #10 45.94 Selecting previously unselected package libnet-ip-perl.
11:20:04 #10 45.94 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ...
11:20:04 #10 45.95 Unpacking libnet-ip-perl (1.26-2) ...
11:20:04 #10 45.98 Selecting previously unselected package libnet-dns-perl.
11:20:04 #10 45.99 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ...
11:20:04 #10 45.99 Unpacking libnet-dns-perl (1.19-1) ...
11:20:04 #10 46.07 Selecting previously unselected package libnet-domain-tld-perl.
11:20:04 #10 46.07 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ...
11:20:04 #11 58.12 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
11:20:04 #11 58.13 Setting up libreadline8:amd64 (8.2-1) ...
11:20:04 #11 58.14 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:20:04 #11 58.16 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:20:04 #11 58.17 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:04 #10 47.43 Selecting previously unselected package libfakeroot:armhf.
11:20:04 #10 47.44 Preparing to unpack .../139-libfakeroot_1.22-2ubuntu1_armhf.deb ...
11:20:04 #10 47.44 Unpacking libfakeroot:armhf (1.22-2ubuntu1) ...
11:20:04 #10 47.48 Selecting previously unselected package fakeroot.
11:20:04 #10 47.48 Preparing to unpack .../140-fakeroot_1.22-2ubuntu1_armhf.deb ...
11:20:04 #10 47.49 Unpacking fakeroot (1.22-2ubuntu1) ...
11:20:04 #10 47.54 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:04 #10 47.54 Preparing to unpack .../141-libcurl3-gnutls_7.58.0-2ubuntu3.23_armhf.deb ...
11:20:04 #10 47.55 Unpacking libcurl3-gnutls:armhf (7.58.0-2ubuntu3.23) ...
11:20:04 #10 47.60 Selecting previously unselected package liberror-perl.
11:20:04 #10 47.60 Preparing to unpack .../142-liberror-perl_0.17025-1_all.deb ...
11:20:04 #10 47.60 Unpacking liberror-perl (0.17025-1) ...
11:20:04 #10 47.64 Selecting previously unselected package git-man.
11:20:04 #10 47.64 Preparing to unpack .../143-git-man_1%3a2.17.1-1ubuntu0.17_all.deb ...
11:20:04 #10 47.64 Unpacking git-man (1:2.17.1-1ubuntu0.17) ...
11:20:04 #10 27.52 Setting up perl-base (5.36.0-7) ...
11:20:04 #11 50.60 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
11:20:04 #11 50.63 Selecting previously unselected package libfdisk1:arm64.
11:20:04 #11 50.63 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_arm64.deb ...
11:20:04 #11 50.64 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
11:20:04 #11 50.67 Selecting previously unselected package libkmod2:arm64.
11:20:04 #11 50.67 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
11:20:04 #11 50.68 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
11:20:04 #11 50.71 Selecting previously unselected package libapparmor1:arm64.
11:20:04 #11 50.71 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
11:20:04 #11 50.71 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
11:20:04 #11 50.75 Selecting previously unselected package libip4tc2:arm64.
11:20:04 #11 50.75 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
11:20:04 #11 50.75 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
11:20:04 #11 50.77 Selecting previously unselected package libsystemd-shared:arm64.
11:20:04 #11 50.77 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_arm64.deb ...
11:20:04 #11 50.78 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7.1) ...
11:20:04 #11 50.84 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_arm64.deb ...
11:20:04 #11 52.81 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:20:04 #11 52.82 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:20:04 #11 52.84 Selecting previously unselected package libmoox-aliases-perl.
11:20:04 #11 52.84 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:20:04 #11 52.85 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:20:04 #11 52.87 Selecting previously unselected package libnamespace-autoclean-perl.
11:20:04 #11 52.88 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:20:04 #11 52.88 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:20:04 #11 52.91 Selecting previously unselected package libobject-id-perl.
11:20:04 #11 52.91 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:20:04 #11 52.92 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:04 #11 52.94 Selecting previously unselected package libmoox-struct-perl.
11:20:04 #11 52.95 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ...
11:20:04 #11 52.95 Unpacking libmoox-struct-perl (0.020-1) ...
11:20:04 #11 52.98 Selecting previously unselected package libmouse-perl.
11:20:04 #11 52.98 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ...
11:20:04 #11 52.99 Unpacking libmouse-perl (2.5.10-1build4) ...
11:20:04 #11 53.02 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:04 #11 54.16 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:20:04 #11 54.16 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:20:04 #11 54.20 Selecting previously unselected package libarray-intspan-perl.
11:20:04 #11 54.20 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
11:20:04 #11 54.20 Unpacking libarray-intspan-perl (2.004-1) ...
11:20:04 #11 54.29 Selecting previously unselected package libmodule-implementation-perl.
11:20:04 #11 54.29 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:20:04 #11 54.30 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:20:04 #11 54.32 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:04 #11 54.33 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:04 #11 54.33 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:04 #11 54.36 Selecting previously unselected package libvariable-magic-perl.
11:20:04 #11 54.36 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
11:20:04 #11 54.37 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:20:04 #11 54.40 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:04 #11 54.40 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:20:04 #11 54.40 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:20:04 #11 54.43 Selecting previously unselected package libfreetype6:arm64.
11:20:04 #11 54.44 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
11:20:04 #11 54.44 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
11:20:04 #11 54.48 Selecting previously unselected package libfontconfig1:arm64.
11:20:04 #11 54.48 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
11:20:04 #11 54.48 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
11:20:04 #11 54.52 Selecting previously unselected package libjpeg-turbo8:arm64.
11:20:04 #10 52.29   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch              113/139 
11:20:04 #10 52.30   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64              114/139 
11:20:04 #10 52.33   Installing       : perl-Carp-1.52-479.fc36.noarch                     115/139 
11:20:04 #10 52.33   Installing       : perl-Exporter-5.76-480.fc36.noarch                 116/139 
11:20:04 #10 52.34   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64               117/139 
11:20:04 #10 52.37   Installing       : perl-PathTools-3.80-479.fc36.aarch64               118/139 
11:20:04 #10 52.42   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                119/139 
11:20:04 #11 60.29 Setting up debhelper (12.10ubuntu1) ...
11:20:04 #11 60.31 Setting up devscripts (2.20.2ubuntu2) ...
11:20:04 #11 60.49 Setting up equivs (2.2.0) ...
11:20:04 #11 60.51 Setting up libxml-parser-perl (2.46-1) ...
11:20:04 #11 60.53 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:04 #11 60.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:04 #14 14.36   Running scriptlet: autoconf-2.69-29.el8.noarch                          34/80 
11:20:04 #14 14.39   Installing       : python3-audit-3.0.7-4.el8.x86_64                     35/80 
11:20:04 #11 37.66 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
11:20:04 #10 38.54 Preparing to unpack .../103-gpg-wks-client_2.2.40-1_armhf.deb ...
11:20:04 #10 38.55 Unpacking gpg-wks-client (2.2.40-1) ...
11:20:04 #10 38.67 Selecting previously unselected package gpg-wks-server.
11:20:04 #10 38.67 Preparing to unpack .../104-gpg-wks-server_2.2.40-1_armhf.deb ...
11:20:04 #10 38.68 Unpacking gpg-wks-server (2.2.40-1) ...
11:20:04 #10 38.74 Selecting previously unselected package gpgsm.
11:20:04 #10 38.74 Preparing to unpack .../105-gpgsm_2.2.40-1_armhf.deb ...
11:20:04 #10 38.75 Unpacking gpgsm (2.2.40-1) ...
11:20:04 #10 56.15 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:04 #10 56.16 Setting up build-essential (12.9) ...
11:20:04 #10 56.17 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:04 #10 56.18 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:04 #10 56.20 Setting up dput (1.1.3) ...
11:20:04 #10 56.32 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:04 #10 56.34 Setting up libstring-license-perl (0.0.2-1) ...
11:20:04 #10 56.35 Setting up licensecheck (3.3.5-1) ...
11:20:04 #10 56.36 Setting up libgitlab-api-v4-perl (0.26-3) ...
11:20:04 #10 56.37 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:04 #10 56.39 Setting up libwww-perl (6.67-1) ...
11:20:04 #10 56.40 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:04 #10 37.67 Selecting previously unselected package diffstat.
11:20:04 #10 37.67 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ...
11:20:04 #10 37.68 Unpacking diffstat (1.64-1) ...
11:20:04 #10 37.76 Selecting previously unselected package distro-info-data.
11:20:04 #10 37.76 Preparing to unpack .../144-distro-info-data_0.51+deb11u3_all.deb ...
11:20:04 #10 37.77 Unpacking distro-info-data (0.51+deb11u3) ...
11:20:04 #10 37.84 Selecting previously unselected package python3-pkg-resources.
11:20:04 #10 37.84 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ...
11:20:04 #10 37.85 Unpacking python3-pkg-resources (52.0.0-4) ...
11:20:04 #10 61.08 Setting up liblwp-mediatypes-perl (6.04-2) ...
11:20:04 #10 61.10 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
11:20:04 #10 61.13 Setting up libio-interactive-perl (1.023-2) ...
11:20:04 #10 61.18 Setting up libtry-tiny-perl (0.31-2) ...
11:20:04 #10 61.19 Setting up libtype-tiny-perl (2.002001-1) ...
11:20:04 #10 61.20 Setting up libcommon-sense-perl:amd64 (3.75-3) ...
11:20:04 #10 61.21 Setting up libmldbm-perl (2.05-4) ...
11:20:04 #10 61.23 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:20:04 #10 61.25 Setting up libnet-http-perl (6.22-1) ...
11:20:04 #10 61.26 Setting up libpath-iterator-rule-perl (1.015-2) ...
11:20:04 #10 61.27 Setting up libtext-markdown-discount-perl (0.16-1) ...
11:20:04 #10 61.28 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
11:20:04 #12 8.248 Preparing to unpack .../04-libpcre16-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:20:04 #12 8.252 Unpacking libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
11:20:04 #12 8.299 Selecting previously unselected package libpcre32-3:amd64.
11:20:04 #12 8.302 Preparing to unpack .../05-libpcre32-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:20:04 #12 8.306 Unpacking libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
11:20:04 #12 8.353 Selecting previously unselected package libpcrecpp0v5:amd64.
11:20:04 #12 8.355 Preparing to unpack .../06-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:20:04 #12 8.359 Unpacking libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
11:20:04 #12 8.386 Selecting previously unselected package libpcre3-dev:amd64.
11:20:04 #12 8.388 Preparing to unpack .../07-libpcre3-dev_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:20:04 #12 8.393 Unpacking libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
11:20:04 #12 8.475 Selecting previously unselected package libselinux1-dev:amd64.
11:20:04 #11 53.59 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ...
11:20:04 #11 53.60 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:20:04 #11 53.63 Selecting previously unselected package liblist-someutils-perl.
11:20:04 #11 53.64 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ...
11:20:04 #11 53.64 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:04 #11 53.68 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:04 #11 53.68 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ...
11:20:04 #11 53.69 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:20:04 #11 53.73 Selecting previously unselected package libltdl7:arm64.
11:20:04 #11 53.73 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ...
11:20:04 #11 53.73 Unpacking libltdl7:arm64 (2.4.6-14) ...
11:20:04 #11 53.77 Selecting previously unselected package libltdl-dev:arm64.
11:20:04 #11 53.78 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ...
11:20:04 #11 53.78 Unpacking libltdl-dev:arm64 (2.4.6-14) ...
11:20:04 #11 53.84 Selecting previously unselected package libsys-hostname-long-perl.
11:20:04 #12 1.299 Last metadata expiration check: 0:00:16 ago on Fri Mar 10 11:19:48 2023.
11:20:04 #10 33.93 Selecting previously unselected package fakeroot.
11:20:04 #10 33.93 Preparing to unpack .../058-fakeroot_1.23-1_armhf.deb ...
11:20:04 #10 33.94 Unpacking fakeroot (1.23-1) ...
11:20:04 #10 34.00 Selecting previously unselected package libfile-which-perl.
11:20:04 #10 34.01 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
11:20:04 #10 34.01 Unpacking libfile-which-perl (1.23-1) ...
11:20:04 #10 34.07 Selecting previously unselected package libfile-homedir-perl.
11:20:04 #10 34.07 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ...
11:20:04 #10 34.07 Unpacking libfile-homedir-perl (1.004-1) ...
11:20:04 #10 34.12 Selecting previously unselected package libio-pty-perl.
11:20:04 #10 34.12 Preparing to unpack .../061-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
11:20:04 #10 34.12 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
11:20:04 #10 34.18 Selecting previously unselected package libipc-run-perl.
11:20:04 #10 34.18 Preparing to unpack .../062-libipc-run-perl_20180523.0-1_all.deb ...
11:20:04 #10 57.10 Setting up python3-chardet (3.0.4-1) ...
11:20:04 #10 57.38 Setting up liburi-perl (1.73-1) ...
11:20:04 #11 40.09 Selecting previously unselected package libxmuu1:armhf.
11:20:04 #11 40.10 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
11:20:04 #11 40.10 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:20:04 #11 40.13 Selecting previously unselected package manpages.
11:20:04 #11 40.14 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:20:04 #11 40.14 Unpacking manpages (5.05-1) ...
11:20:04 #11 40.27 Selecting previously unselected package openssh-client.
11:20:04 #11 40.27 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
11:20:04 #11 40.28 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:20:04 #10 46.08 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:20:04 #10 46.11 Selecting previously unselected package libemail-valid-perl.
11:20:04 #10 46.11 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ...
11:20:04 #10 46.12 Unpacking libemail-valid-perl (1.202-1) ...
11:20:04 #10 46.15 Selecting previously unselected package libexporter-tiny-perl.
11:20:04 #10 46.16 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ...
11:20:04 #10 46.16 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:20:04 #10 46.20 Selecting previously unselected package libipc-system-simple-perl.
11:20:04 #10 46.20 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ...
11:20:04 #10 46.21 Unpacking libipc-system-simple-perl (1.25-4) ...
11:20:04 #10 46.24 Selecting previously unselected package libfile-basedir-perl.
11:20:04 #10 46.24 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ...
11:20:04 #10 46.25 Unpacking libfile-basedir-perl (0.08-1) ...
11:20:04 #10 46.28 Selecting previously unselected package libfile-chdir-perl.
11:20:04 #10 46.28 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ...
11:20:04 #10 46.29 Unpacking libfile-chdir-perl (0.1008-1) ...
11:20:04 #10 46.33 Selecting previously unselected package libfile-fcntllock-perl.
11:20:04 #10 46.33 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ...
11:20:04 #12 2.205 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:20:04 #12 2.222 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:20:04 #12 2.231 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:20:04 #12 2.231 Package ca-certificates-2023.2.60-1.0.fc37.noarch is already installed.
11:20:04 #12 2.232 Package libarchive-3.6.1-3.fc37.x86_64 is already installed.
11:20:04 #12 2.233 Package pkgconf-pkg-config-1.8.0-3.fc37.x86_64 is already installed.
11:20:04 #12 2.233 Package tar-2:1.34-5.fc37.x86_64 is already installed.
11:20:04 #12 2.242 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:20:04 #12 2.256 Package bash-5.2.15-1.fc37.x86_64 is already installed.
11:20:04 #11 58.51 Updating certificates in /etc/ssl/certs...
11:20:04 #10 47.74 Selecting previously unselected package git.
11:20:04 #10 47.74 Preparing to unpack .../144-git_1%3a2.17.1-1ubuntu0.17_armhf.deb ...
11:20:04 #10 47.76 Unpacking git (1:2.17.1-1ubuntu0.17) ...
11:20:04 #10 27.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10370 files and directories currently installed.)
11:20:04 #10 27.60 Preparing to unpack .../perl-modules-5.36_5.36.0-7_all.deb ...
11:20:04 #10 27.61 Unpacking perl-modules-5.36 (5.36.0-7) over (5.36.0-6) ...
11:20:04 #11 50.85 Unpacking libsystemd0:arm64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:20:04 #11 50.90 Setting up libsystemd0:arm64 (251.4-1ubuntu7.1) ...
11:20:04 #11 50.96 Selecting previously unselected package systemd.
11:20:04 #11 50.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5271 files and directories currently installed.)
11:20:04 #11 50.96 Preparing to unpack .../000-systemd_251.4-1ubuntu7.1_arm64.deb ...
11:20:04 #11 51.00 Unpacking systemd (251.4-1ubuntu7.1) ...
11:20:04 #11 54.52 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
11:20:04 #11 54.55 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:20:04 #11 54.58 Selecting previously unselected package libjpeg8:arm64.
11:20:04 #11 54.58 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
11:20:04 #11 54.58 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
11:20:04 #11 54.62 Selecting previously unselected package libdeflate0:arm64.
11:20:04 #11 54.62 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
11:20:04 #11 54.62 Unpacking libdeflate0:arm64 (1.10-2) ...
11:20:04 #11 54.66 Selecting previously unselected package libjbig0:arm64.
11:20:04 #11 54.66 Preparing to unpack .../207-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ...
11:20:04 #11 54.66 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
11:20:04 #11 54.69 Selecting previously unselected package libwebp7:arm64.
11:20:04 #11 54.69 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
11:20:04 #11 54.70 Unpacking libwebp7:arm64 (1.2.2-2) ...
11:20:04 #11 54.74 Selecting previously unselected package libtiff5:arm64.
11:20:04 #11 53.02 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ...
11:20:04 #11 53.02 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:20:04 #11 53.05 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:04 #11 53.05 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:20:04 #11 53.06 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:20:04 #11 53.08 Selecting previously unselected package libperlio-gzip-perl.
11:20:04 #11 53.09 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ...
11:20:04 #11 53.09 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:20:04 #11 53.12 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:04 #11 53.12 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
11:20:04 #11 53.12 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:04 #11 53.16 Selecting previously unselected package libpod-parser-perl.
11:20:04 #11 53.16 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ...
11:20:04 #11 53.17 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:04 #11 53.18 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:04 #11 53.19 Unpacking libpod-parser-perl (1.63-2) ...
11:20:04 #11 53.22 Selecting previously unselected package libpod-constants-perl.
11:20:04 #10 52.55   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                120/139 
11:20:04 #10 52.60   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64         121/139 
11:20:04 #10 52.64   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     122/139 
11:20:04 #10 52.64   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  123/139 
11:20:04 #10 52.65   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                124/139 
11:20:04 #10 52.65   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  125/139 
11:20:04 #10 52.66   Installing       : efi-srpm-macros-5-5.fc36.noarch                    126/139 
11:20:04 #10 52.69   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            127/139 
11:20:04 #10 52.70   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 128/139 
11:20:04 #10 52.71   Installing       : python-srpm-macros-3.10-20.fc36.noarch             129/139 
11:20:04 #10 52.75   Installing       : redhat-rpm-config-223-1.fc36.noarch                130/139 
11:20:04 #11 60.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:04 #11 60.75 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:04 #11 60.78 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:04 #11 60.81 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:04 #11 60.82 Updating certificates in /etc/ssl/certs...
11:20:04 #14 14.62   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          36/80 
11:20:04 #14 14.65   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     37/80 
11:20:04 #14 14.67   Installing       : rpm-plugin-selinux-4.14.3-26.el8.x86_64              38/80 
11:20:04 #14 14.69   Installing       : selinux-policy-3.14.3-115.el8.noarch                 39/80 
11:20:04 #14 14.70   Running scriptlet: selinux-policy-3.14.3-115.el8.noarch                 39/80 
11:20:04 #11 37.82 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
11:20:04 #11 38.02 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
11:20:04 #11 38.03 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:20:04 #10 38.85 Selecting previously unselected package gnupg.
11:20:04 #10 38.85 Preparing to unpack .../106-gnupg_2.2.40-1_all.deb ...
11:20:04 #10 38.86 Unpacking gnupg (2.2.40-1) ...
11:20:04 #10 56.41 Setting up libdigest-md5-file-perl (0.08-1.1) ...
11:20:04 #10 56.42 Setting up libwww-mechanize-perl (2.16-1) ...
11:20:04 #10 56.43 Setting up devscripts (2.23.2) ...
11:20:04 #10 56.59 Setting up libxml-parser-perl (2.46-4) ...
11:20:04 #10 56.61 Setting up lintian (2.116.3) ...
11:20:04 #10 56.63 Setting up libxml-sax-expat-perl (0.51-2) ...
11:20:04 #10 56.68 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:04 #10 37.94 Selecting previously unselected package python3-chardet.
11:20:04 #10 37.94 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ...
11:20:04 #10 37.94 Unpacking python3-chardet (4.0.0-1) ...
11:20:04 #10 38.03 Selecting previously unselected package python3-six.
11:20:04 #10 38.03 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ...
11:20:04 #10 38.04 Unpacking python3-six (1.16.0-2) ...
11:20:04 #10 38.12 Selecting previously unselected package python3-debian.
11:20:04 #10 38.12 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ...
11:20:04 #10 38.13 Unpacking python3-debian (0.1.39) ...
11:20:04 #13 96.02   Installing : perl-Git-1.8.3.1-24.el7_9.noarch                           38/65 
11:20:04 #10 61.29 Setting up libtime-moment-perl (0.44-2+b1) ...
11:20:04 #10 61.31 Setting up libencode-locale-perl (1.05-3) ...
11:20:04 #10 61.32 Setting up libexception-class-perl (1.45-1) ...
11:20:04 #10 61.33 Setting up libxstring-perl:amd64 (0.005-2+b1) ...
11:20:04 #10 61.34 Setting up libmath-base85-perl (0.5+dfsg-2) ...
11:20:04 #10 61.36 Setting up libconfig-tiny-perl (2.28-2) ...
11:20:04 #10 61.37 Setting up libsereal-encoder-perl (5.003+ds-1) ...
11:20:04 #10 61.38 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ...
11:20:04 #10 61.39 Setting up liblist-utilsby-perl (0.12-2) ...
11:20:04 #10 61.40 Setting up libstring-shellquote-perl (1.04-3) ...
11:20:04 #10 61.41 Setting up libnet-netmask-perl (2.0002-2) ...
11:20:04 #10 61.42 Setting up libsub-install-perl (0.929-1) ...
11:20:04 #10 61.44 Setting up gcc (4:12.2.0-3) ...
11:20:04 #10 61.47 Setting up dpkg-dev (1.21.21) ...
11:20:04 #10 61.49 Setting up libindirect-perl (0.39-2+b1) ...
11:20:04 #10 61.51 Setting up libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
11:20:04 #10 61.53 Setting up intltool-debian (0.35.0+20060710.6) ...
11:20:04 #10 61.55 Setting up libfreezethaw-perl (0.5001-3) ...
11:20:04 #10 61.57 Setting up libobject-pad-perl (0.78-1) ...
11:20:04 #10 61.58 Setting up liberror-perl (0.17029-2) ...
11:20:04 #10 61.59 Setting up patchutils (0.4.2-1) ...
11:20:04 #10 61.61 Setting up libmail-sendmail-perl (0.80-3) ...
11:20:04 #12 8.478 Preparing to unpack .../08-libselinux1-dev_2.7-2build2_amd64.deb ...
11:20:04 #12 8.482 Unpacking libselinux1-dev:amd64 (2.7-2build2) ...
11:20:04 #12 8.529 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:04 #12 8.530 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:20:04 #12 8.533 Unpacking libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:04 #12 8.564 Selecting previously unselected package libseccomp-dev:amd64.
11:20:04 #12 8.564 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
11:20:04 #12 8.568 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
11:20:04 #12 8.615 Preparing to unpack .../11-libsystemd0_237-3ubuntu10.57_amd64.deb ...
11:20:04 #12 8.626 Unpacking libsystemd0:amd64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:04 #12 8.698 Setting up libsystemd0:amd64 (237-3ubuntu10.57) ...
11:20:04 #12 8.737 Selecting previously unselected package libsystemd-dev:amd64.
11:20:04 #11 53.84 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ...
11:20:04 #11 53.84 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:20:04 #11 53.88 Selecting previously unselected package libmail-sendmail-perl.
11:20:04 #11 53.88 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ...
11:20:04 #11 53.89 Unpacking libmail-sendmail-perl (0.80-1) ...
11:20:04 #11 53.92 Selecting previously unselected package libmoox-aliases-perl.
11:20:04 #11 53.92 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ...
11:20:04 #11 53.93 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:20:04 #11 53.96 Selecting previously unselected package libobject-id-perl.
11:20:04 #11 53.96 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:20:04 #11 53.97 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:20:04 #11 54.00 Selecting previously unselected package libmoox-struct-perl.
11:20:04 #11 54.00 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ...
11:20:04 #11 54.01 Unpacking libmoox-struct-perl (0.017-1) ...
11:20:04 #11 54.04 Selecting previously unselected package libnet-dns-sec-perl.
11:20:04 #11 54.04 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ...
11:20:04 #11 54.05 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:20:04 #11 54.09 Selecting previously unselected package libnet-libidn-perl.
11:20:04 #10 34.19 Unpacking libipc-run-perl (20180523.0-1) ...
11:20:04 #10 34.24 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:04 #10 34.24 Preparing to unpack .../063-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:20:04 #10 34.24 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:20:04 #10 34.28 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:04 #10 34.28 Preparing to unpack .../064-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:04 #10 34.29 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:04 #10 34.36 Selecting previously unselected package libdevel-globaldestruction-perl.
11:20:04 #10 34.36 Preparing to unpack .../065-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:20:04 #10 34.36 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:20:04 #10 34.41 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:04 #10 34.41 Preparing to unpack .../066-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
11:20:04 #10 34.42 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:20:04 #10 34.46 Selecting previously unselected package libdynaloader-functions-perl.
11:20:04 #10 34.46 Preparing to unpack .../067-libdynaloader-functions-perl_0.003-1_all.deb ...
11:20:04 #10 34.48 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:20:04 #10 34.52 Selecting previously unselected package libdevel-callchecker-perl.
11:20:04 #10 57.40 Setting up libdata-dump-perl (1.23-1) ...
11:20:04 #10 57.41 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
11:20:04 #10 57.42 Setting up libio-string-perl (1.08-3) ...
11:20:04 #10 57.45 Setting up libalgorithm-diff-perl (1.19.03-1) ...
11:20:04 #10 57.46 Setting up libclone-perl (0.39-1) ...
11:20:04 #10 57.47 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
11:20:04 #10 57.48 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
11:20:04 #10 57.51 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:04 #10 57.51 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
11:20:04 #10 57.52 Setting up libnet-http-perl (6.17-1) ...
11:20:04 #10 57.53 Setting up libnumber-compare-perl (0.03-1) ...
11:20:04 #10 57.54 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:20:04 #10 57.74 Setting up python3-unidiff (0.5.4-1) ...
11:20:04 #11 40.38 Selecting previously unselected package publicsuffix.
11:20:04 #11 40.38 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:20:04 #11 40.38 Unpacking publicsuffix (20200303.0012-1) ...
11:20:04 #11 40.42 Selecting previously unselected package python-apt-common.
11:20:04 #11 40.43 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
11:20:04 #11 40.43 Unpacking python-apt-common (2.0.1) ...
11:20:04 #11 40.46 Selecting previously unselected package python3-apt.
11:20:04 #11 40.46 Preparing to unpack .../057-python3-apt_2.0.1_armhf.deb ...
11:20:04 #11 40.46 Unpacking python3-apt (2.0.1) ...
11:20:04 #11 40.51 Selecting previously unselected package strace.
11:20:04 #11 40.52 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
11:20:04 #11 40.52 Unpacking strace (5.5-3ubuntu1) ...
11:20:04 #11 40.59 Selecting previously unselected package xauth.
11:20:04 #11 40.59 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
11:20:04 #11 40.59 Unpacking xauth (1:1.1-0ubuntu1) ...
11:20:04 #10 46.33 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
11:20:04 #10 46.37 Selecting previously unselected package libfont-afm-perl.
11:20:04 #10 46.37 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ...
11:20:04 #10 46.38 Unpacking libfont-afm-perl (1.20-2) ...
11:20:04 #10 46.44 Selecting previously unselected package libfribidi0:armhf.
11:20:04 #10 46.44 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u2_armhf.deb ...
11:20:04 #10 46.45 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
11:20:04 #10 46.50 Selecting previously unselected package libfuture-perl.
11:20:04 #10 46.50 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ...
11:20:04 #10 46.51 Unpacking libfuture-perl (0.39-1) ...
11:20:04 #10 46.55 Selecting previously unselected package libio-stringy-perl.
11:20:04 #10 46.55 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ...
11:20:04 #10 46.56 Unpacking libio-stringy-perl (2.111-3) ...
11:20:04 #10 46.62 Selecting previously unselected package libparams-validate-perl.
11:20:04 #10 46.62 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ...
11:20:04 #10 46.63 Unpacking libparams-validate-perl (1.29-1+b1) ...
11:20:04 #10 46.67 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:20:04 #11 41.58 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:20:04 #11 41.73 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl7 armhf 2.4.7-4 [37.2 kB]
11:20:04 #11 41.81 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl-dev armhf 2.4.7-4 [167 kB]
11:20:04 #12 2.395 Dependencies resolved.
11:20:04 #12 2.422 ================================================================================
11:20:04 #12 2.422  Package                       Arch    Version                   Repo      Size
11:20:04 #12 2.422 ================================================================================
11:20:04 #12 2.422 Installing:
11:20:04 #12 2.422  cmake                         x86_64  3.26.0~rc5-1.fc37         updates  6.8 M
11:20:04 #12 2.422  device-mapper-devel           x86_64  1.02.175-9.fc37           fedora    43 k
11:20:04 #12 2.422  gcc                           x86_64  12.2.1-4.fc37             updates   33 M
11:20:04 #12 2.422  git                           x86_64  2.39.2-1.fc37             updates   66 k
11:20:04 #12 2.422  glibc-static                  x86_64  2.36-9.fc37               updates  1.9 M
11:20:04 #12 2.422  libseccomp-devel              x86_64  2.5.3-3.fc37              fedora    60 k
11:20:04 #12 2.422  libselinux-devel              x86_64  3.4-5.fc37                fedora   148 k
11:20:04 #12 2.422  libtool                       x86_64  2.4.7-2.fc37              fedora   601 k
11:20:04 #12 2.422  libtool-ltdl-devel            x86_64  2.4.7-2.fc37              fedora   164 k
11:20:04 #12 2.422  make                          x86_64  1:4.3-11.fc37             fedora   542 k
11:20:04 #12 2.422  selinux-policy-devel          noarch  37.19-1.fc37              updates  887 k
11:20:04 #12 2.422  systemd                       x86_64  251.13-5.fc37             updates  4.2 M
11:20:04 #12 2.422  systemd-devel                 x86_64  251.13-5.fc37             updates  578 k
11:20:04 #12 2.422  which                         x86_64  2.21-35.fc37              fedora    41 k
11:20:04 #12 2.422 Upgrading:
11:20:04 #12 2.422  systemd-libs                  x86_64  251.13-5.fc37             updates  618 k
11:20:04 #12 2.422 Installing dependencies:
11:20:04 #12 2.422  annobin-docs                  noarch  11.11-1.fc37              updates   92 k
11:20:04 #12 2.422  annobin-plugin-gcc            x86_64  11.11-1.fc37              updates  890 k
11:20:04 #12 2.422  autoconf                      noarch  2.71-4.fc37               updates  733 k
11:20:04 #12 2.422  automake                      noarch  1.16.5-9.fc37             fedora   696 k
11:20:04 #12 2.422  checkpolicy                   x86_64  3.4-3.fc37                fedora   346 k
11:20:04 #12 2.422  cmake-data                    noarch  3.26.0~rc5-1.fc37         updates  2.2 M
11:20:04 #12 2.422  cmake-filesystem              x86_64  3.26.0~rc5-1.fc37         updates   17 k
11:20:04 #12 2.422  cmake-rpm-macros              noarch  3.26.0~rc5-1.fc37         updates   16 k
11:20:04 #12 2.422  cpp                           x86_64  12.2.1-4.fc37             updates   11 M
11:20:04 #12 2.422  dbus                          x86_64  1:1.14.6-1.fc37           updates  7.7 k
11:20:04 #12 2.422  dbus-broker                   x86_64  33-1.fc37                 updates  174 k
11:20:04 #12 2.422  dbus-common                   noarch  1:1.14.6-1.fc37           updates   15 k
11:20:04 #12 2.422  device-mapper                 x86_64  1.02.175-9.fc37           fedora   138 k
11:20:04 #12 2.422  device-mapper-libs            x86_64  1.02.175-9.fc37           fedora   177 k
11:20:04 #12 2.422  gc                            x86_64  8.0.6-4.fc37              fedora   103 k
11:20:04 #12 2.422  gcc-plugin-annobin            x86_64  12.2.1-4.fc37             updates   53 k
11:20:04 #12 2.422  git-core                      x86_64  2.39.2-1.fc37             updates  4.2 M
11:20:04 #12 2.422  git-core-doc                  noarch  2.39.2-1.fc37             updates  2.8 M
11:20:04 #12 2.422  glibc-devel                   x86_64  2.36-9.fc37               updates  102 k
11:20:04 #12 2.422  glibc-headers-x86             noarch  2.36-9.fc37               updates  581 k
11:20:04 #12 2.422  guile22                       x86_64  2.2.7-6.fc37              fedora   6.5 M
11:20:04 #12 2.422  jsoncpp                       x86_64  1.9.5-3.fc37              fedora    98 k
11:20:04 #12 2.422  kernel-headers                x86_64  6.1.5-200.fc37            updates  1.5 M
11:20:04 #12 2.422  kmod-libs                     x86_64  30-2.fc37                 fedora    68 k
11:20:04 #12 2.422  less                          x86_64  590-5.fc37                fedora   160 k
11:20:04 #12 2.422  libargon2                     x86_64  20190702-1.fc37           fedora    28 k
11:20:04 #12 2.422  libcbor                       x86_64  0.7.0-7.fc37              fedora    56 k
11:20:04 #12 2.422  libedit                       x86_64  3.1-43.20221009cvs.fc37   updates  106 k
11:20:04 #12 2.422  libfdisk                      x86_64  2.38.1-1.fc37             fedora   160 k
11:20:04 #12 2.422  libfido2                      x86_64  1.11.0-3.fc37             fedora    97 k
11:20:04 #12 2.422  libmpc                        x86_64  1.2.1-5.fc37              fedora    61 k
11:20:04 #12 2.422  libseccomp                    x86_64  2.5.3-3.fc37              fedora    70 k
11:20:04 #12 2.422  libselinux-utils              x86_64  3.4-5.fc37                fedora   158 k
11:20:04 #12 2.422  libsepol-devel                x86_64  3.4-3.fc37                fedora    49 k
11:20:04 #12 2.422  libtool-ltdl                  x86_64  2.4.7-2.fc37              fedora    37 k
11:20:04 #12 2.422  libutempter                   x86_64  1.2.1-7.fc37              fedora    26 k
11:20:04 #12 2.422  libuv                         x86_64  1:1.44.2-2.fc37           fedora   151 k
11:20:04 #12 2.422  libxcrypt-devel               x86_64  4.4.33-4.fc37             updates   30 k
11:20:04 #12 2.422  libxcrypt-static              x86_64  4.4.33-4.fc37             updates  104 k
11:20:04 #12 2.422  m4                            x86_64  1.4.19-4.fc37             fedora   303 k
11:20:04 #12 2.422  openssh                       x86_64  8.8p1-7.fc37              fedora   452 k
11:20:04 #12 2.422  openssh-clients               x86_64  8.8p1-7.fc37              fedora   698 k
11:20:04 #12 2.422  pcre2-devel                   x86_64  10.40-1.fc37.1            fedora   505 k
11:20:04 #12 2.422  pcre2-utf16                   x86_64  10.40-1.fc37.1            fedora   216 k
11:20:04 #12 2.422  pcre2-utf32                   x86_64  10.40-1.fc37.1            fedora   203 k
11:20:04 #12 2.422  perl-Error                    noarch  1:0.17029-10.fc37         fedora    41 k
11:20:04 #12 2.422  perl-File-Compare             noarch  1.100.700-492.fc37        fedora    16 k
11:20:04 #12 2.422  perl-File-Copy                noarch  2.39-492.fc37             fedora    23 k
11:20:04 #12 2.422  perl-File-Find                noarch  1.40-492.fc37             fedora    28 k
11:20:04 #12 2.422  perl-Git                      noarch  2.39.2-1.fc37             updates   43 k
11:20:04 #12 2.422  perl-TermReadKey              x86_64  2.38-14.fc37              fedora    36 k
11:20:04 #12 2.422  perl-Thread-Queue             noarch  3.14-489.fc37             fedora    21 k
11:20:04 #12 2.422  perl-lib                      x86_64  0.65-492.fc37             fedora    18 k
11:20:04 #12 2.422  perl-threads                  x86_64  1:2.27-489.fc37           fedora    57 k
11:20:04 #12 2.422  perl-threads-shared           x86_64  1.64-489.fc37             fedora    44 k
11:20:04 #12 2.422  policycoreutils               x86_64  3.4-6.fc37                fedora   238 k
11:20:04 #12 2.422  policycoreutils-devel         x86_64  3.4-6.fc37                fedora   150 k
11:20:04 #12 2.422  policycoreutils-python-utils  noarch  3.4-6.fc37                fedora    80 k
11:20:04 #12 2.422  python3-audit                 x86_64  3.1-2.fc37                updates   87 k
11:20:04 #12 2.422  python3-libselinux            x86_64  3.4-5.fc37                fedora   194 k
11:20:04 #12 2.422  python3-libsemanage           x86_64  3.4-5.fc37                fedora    83 k
11:20:04 #12 2.422  python3-policycoreutils       noarch  3.4-6.fc37                fedora   2.2 M
11:20:04 #12 2.422  python3-setools               x86_64  4.4.0-9.fc37              fedora   618 k
11:20:04 #12 2.422  python3-setuptools            noarch  62.6.0-2.fc37             fedora   1.6 M
11:20:04 #12 2.422  rhash                         x86_64  1.4.2-3.fc37              fedora   185 k
11:20:04 #12 2.422  rpm-plugin-selinux            x86_64  4.18.0-1.fc37             fedora    20 k
11:20:04 #12 2.422  selinux-policy                noarch  37.19-1.fc37              updates   51 k
11:20:04 #12 2.422  selinux-policy-targeted       noarch  37.19-1.fc37              updates  6.6 M
11:20:04 #12 2.422  systemd-pam                   x86_64  251.13-5.fc37             updates  333 k
11:20:04 #12 2.422  systemd-rpm-macros            noarch  251.13-5.fc37             updates   29 k
11:20:04 #12 2.422  util-linux                    x86_64  2.38.1-1.fc37             fedora   2.3 M
11:20:04 #12 2.422  vim-filesystem                noarch  2:9.0.1367-1.fc37         updates   18 k
11:20:04 #12 2.422  xkeyboard-config              noarch  2.36-3.fc37               updates  957 k
11:20:04 #12 2.422 Installing weak dependencies:
11:20:04 #12 2.422  cryptsetup-libs               x86_64  2.6.1-1.fc37              updates  491 k
11:20:04 #12 2.422  libbpf                        x86_64  2:0.8.0-2.fc37            fedora   172 k
11:20:04 #12 2.422  libxkbcommon                  x86_64  1.4.1-2.fc37              fedora   140 k
11:20:04 #12 2.422  qrencode-libs                 x86_64  4.1.1-3.fc37              fedora    61 k
11:20:04 #12 2.422  systemd-networkd              x86_64  251.13-5.fc37             updates  616 k
11:20:04 #12 2.422  systemd-resolved              x86_64  251.13-5.fc37             updates  281 k
11:20:04 #12 2.422 
11:20:04 #12 2.422 Transaction Summary
11:20:04 #12 2.422 ================================================================================
11:20:04 #12 2.422 Install  93 Packages
11:20:04 #12 2.422 Upgrade   1 Package
11:20:04 #12 2.422 
11:20:04 #12 2.426 Total download size: 103 M
11:20:04 #12 2.427 Downloading Packages:
11:20:04 #11 51.16 Selecting previously unselected package perl-modules-5.34.
11:20:04 #11 51.16 Preparing to unpack .../001-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
11:20:04 #11 51.17 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:20:04 #11 51.41 Selecting previously unselected package libgdbm6:arm64.
11:20:04 #11 53.23 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ...
11:20:04 #11 53.24 Unpacking libpod-constants-perl (0.19-2) ...
11:20:04 #11 53.29 Selecting previously unselected package libproc-processtable-perl:amd64.
11:20:04 #11 53.29 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ...
11:20:04 #11 53.30 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
11:20:04 #11 53.37 Selecting previously unselected package libre2-9:amd64.
11:20:04 #11 53.37 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ...
11:20:04 #11 54.74 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.4_arm64.deb ...
11:20:04 #11 54.74 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.4) ...
11:20:04 #11 53.37 Unpacking libre2-9:amd64 (20220201+dfsg-1) ...
11:20:04 #11 53.42 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:20:04 #11 54.78 Selecting previously unselected package libxpm4:arm64.
11:20:04 #11 54.78 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_arm64.deb ...
11:20:04 #11 53.42 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
11:20:04 #11 53.43 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:20:04 #11 54.78 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:04 #11 54.82 Selecting previously unselected package libgd3:arm64.
11:20:04 #11 53.49 Selecting previously unselected package libreadonly-perl.
11:20:04 #11 54.82 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
11:20:04 #11 54.83 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
11:20:04 #11 54.86 Selecting previously unselected package libc-devtools.
11:20:04 #11 54.86 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.1_arm64.deb ...
11:20:04 #11 54.86 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:20:04 #11 54.89 Selecting previously unselected package libcapture-tiny-perl.
11:20:04 #11 54.89 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:04 #11 54.90 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:04 #11 54.93 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:04 #11 54.93 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:04 #11 54.93 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:04 #11 54.96 Selecting previously unselected package libclone-perl.
11:20:04 #11 54.96 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
11:20:04 #11 54.97 Unpacking libclone-perl (0.45-1build3) ...
11:20:04 #11 55.00 Selecting previously unselected package libcommon-sense-perl:arm64.
11:20:04 #11 55.00 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
11:20:04 #11 55.00 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
11:20:04 #11 55.03 Selecting previously unselected package libconfig-tiny-perl.
11:20:04 #11 55.03 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
11:20:04 #11 55.03 Unpacking libconfig-tiny-perl (2.28-1) ...
11:20:04 #11 55.06 Selecting previously unselected package libparams-util-perl.
11:20:04 #10 52.77   Installing       : diffutils-3.8-2.fc36.aarch64                       131/139 
11:20:04 #10 52.81   Installing       : dash-0.5.10.2-10.fc36.aarch64                      132/139 
11:20:04 #10 52.81   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                      132/139 
11:20:04 #10 52.83   Installing       : cpio-2.13-12.fc36.aarch64                          133/139 
11:20:04 #10 52.86   Installing       : bzip2-1.0.8-11.fc36.aarch64                        134/139 
11:20:04 #10 52.87   Installing       : rpm-build-4.17.1-3.fc36.aarch64                    135/139 
11:20:04 #10 52.92   Installing       : rpmlint-fedora-license-data-1.14-1.fc36.noarch     136/139 
11:20:04 #10 52.95   Installing       : rpmlint-2.4.0-3.fc36.noarch                        137/139 
11:20:04 #11 38.05 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
11:20:04 #11 38.06 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
11:20:04 #11 38.06 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
11:20:04 #11 38.09 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
11:20:04 #11 38.10 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
11:20:04 #11 38.11 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
11:20:04 #11 38.15 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
11:20:04 #10 39.02 Selecting previously unselected package libencode-locale-perl.
11:20:04 #10 39.02 Preparing to unpack .../107-libencode-locale-perl_1.05-3_all.deb ...
11:20:04 #10 39.03 Unpacking libencode-locale-perl (1.05-3) ...
11:20:04 #10 39.07 Selecting previously unselected package libtimedate-perl.
11:20:04 #10 39.07 Preparing to unpack .../108-libtimedate-perl_2.3300-2_all.deb ...
11:20:04 #10 39.07 Unpacking libtimedate-perl (2.3300-2) ...
11:20:04 #10 39.15 Selecting previously unselected package libhttp-date-perl.
11:20:04 #10 39.15 Preparing to unpack .../109-libhttp-date-perl_6.05-2_all.deb ...
11:20:04 #10 39.15 Unpacking libhttp-date-perl (6.05-2) ...
11:20:04 #10 39.19 Selecting previously unselected package libfile-listing-perl.
11:20:04 #10 39.19 Preparing to unpack .../110-libfile-listing-perl_6.15-1_all.deb ...
11:20:04 #10 39.20 Unpacking libfile-listing-perl (6.15-1) ...
11:20:04 #10 39.25 Selecting previously unselected package libhtml-tagset-perl.
11:20:04 #10 39.25 Preparing to unpack .../111-libhtml-tagset-perl_3.20-6_all.deb ...
11:20:04 #10 39.26 Unpacking libhtml-tagset-perl (3.20-6) ...
11:20:04 #10 56.72 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:04 #10 56.86 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:04 #10 56.89 Setting up libsoap-lite-perl (1.27-2) ...
11:20:04 #10 56.90 Setting up libxmlrpc-lite-perl (0.717-5) ...
11:20:04 #10 56.92 Processing triggers for libc-bin (2.36-8) ...
11:20:04 #10 56.96 Processing triggers for ca-certificates (20211016) ...
11:20:04 #10 38.20 Selecting previously unselected package libgpgme11:armhf.
11:20:04 #10 38.20 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ...
11:20:04 #10 38.20 Unpacking libgpgme11:armhf (1.14.0-1+b2) ...
11:20:04 #10 38.29 Selecting previously unselected package python3-gpg.
11:20:04 #10 38.29 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ...
11:20:04 #10 38.30 Unpacking python3-gpg (1.14.0-1+b2) ...
11:20:04 #10 38.38 Selecting previously unselected package dput.
11:20:04 #10 38.38 Preparing to unpack .../151-dput_1.1.0_all.deb ...
11:20:04 #10 38.39 Unpacking dput (1.1.0) ...
11:20:04 #13 96.68   Installing : git-1.8.3.1-24.el7_9.aarch64                               39/65 
11:20:04 #10 61.64 Setting up libltdl-dev:amd64 (2.4.7-5) ...
11:20:04 #10 61.65 Setting up libjson-maybexs-perl (1.004004-1) ...
11:20:04 #10 61.66 Setting up libxml-sax-base-perl (1.09-3) ...
11:20:04 #10 61.67 Setting up libio-string-perl (1.08-4) ...
11:20:04 #10 61.68 Setting up libreadonly-perl (2.050-3) ...
11:20:04 #10 61.69 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:20:04 #10 61.71 Setting up libstring-copyright-perl (0.003014-1) ...
11:20:04 #10 61.72 Setting up libdata-optlist-perl (0.113-1) ...
11:20:04 #10 61.73 Setting up libipc-run-perl (20220807.0-1) ...
11:20:04 #10 61.74 Setting up git (1:2.39.2-1.1) ...
11:20:04 #10 61.76 Setting up libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
11:20:04 #10 61.78 Setting up libcontextual-return-perl (0.004014-4) ...
11:20:04 #10 61.79 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:04 #10 61.80 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:04 #10 61.81 Setting up libnsl-dev:amd64 (1.3.0-2) ...
11:20:04 #10 61.82 Setting up libhtml-parser-perl:amd64 (3.81-1) ...
11:20:04 #10 61.83 Setting up libgit-wrapper-perl (0.048-2) ...
11:20:04 #12 8.737 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25097 files and directories currently installed.)
11:20:04 #12 8.751 Preparing to unpack .../libsystemd-dev_237-3ubuntu10.57_amd64.deb ...
11:20:04 #12 8.755 Unpacking libsystemd-dev:amd64 (237-3ubuntu10.57) ...
11:20:04 #12 8.820 Selecting previously unselected package pkg-config.
11:20:04 #12 8.822 Preparing to unpack .../pkg-config_0.29.1-0ubuntu2_amd64.deb ...
11:20:04 #12 8.827 Unpacking pkg-config (0.29.1-0ubuntu2) ...
11:20:04 #12 8.868 Setting up libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
11:20:04 #12 8.879 Setting up libuv1:amd64 (1.18.0-3) ...
11:20:04 #12 8.891 Setting up bash-completion (1:2.8-1ubuntu1) ...
11:20:04 #11 54.09 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ...
11:20:04 #11 54.09 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:20:04 #11 54.13 Selecting previously unselected package libnumber-range-perl.
11:20:04 #11 54.13 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ...
11:20:04 #11 54.14 Unpacking libnumber-range-perl (0.12-1) ...
11:20:04 #11 54.17 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:04 #11 54.18 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ...
11:20:04 #11 54.18 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:20:04 #11 54.21 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:04 #11 54.22 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:20:04 #11 54.22 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:20:04 #11 54.25 Selecting previously unselected package libperl4-corelibs-perl.
11:20:04 #11 54.26 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ...
11:20:04 #11 54.26 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:20:04 #11 54.30 Selecting previously unselected package libperlio-gzip-perl.
11:20:04 #11 54.30 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ...
11:20:04 #11 54.31 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:20:04 #11 54.34 Selecting previously unselected package libpod-constants-perl.
11:20:05 #10 34.52 Preparing to unpack .../068-libdevel-callchecker-perl_0.008-1_armhf.deb ...
11:20:05 #10 34.52 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:20:05 #10 34.56 Selecting previously unselected package libparams-classify-perl.
11:20:05 #10 34.56 Preparing to unpack .../069-libparams-classify-perl_0.015-1+b1_armhf.deb ...
11:20:05 #10 34.57 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:20:05 #10 34.61 Selecting previously unselected package libmodule-runtime-perl.
11:20:05 #10 34.61 Preparing to unpack .../070-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:05 #10 34.62 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:05 #10 34.66 Selecting previously unselected package libimport-into-perl.
11:20:05 #10 34.66 Preparing to unpack .../071-libimport-into-perl_1.002005-1_all.deb ...
11:20:05 #10 34.68 Unpacking libimport-into-perl (1.002005-1) ...
11:20:05 #10 34.72 Selecting previously unselected package librole-tiny-perl.
11:20:05 #10 34.72 Preparing to unpack .../072-librole-tiny-perl_2.000006-1_all.deb ...
11:20:05 #10 34.72 Unpacking librole-tiny-perl (2.000006-1) ...
11:20:05 #11 40.62 Selecting previously unselected package libfl2:armhf.
11:20:05 #11 40.62 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
11:20:05 #11 40.63 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:20:05 #11 40.66 Selecting previously unselected package at.
11:20:05 #11 40.67 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
11:20:05 #11 40.67 Unpacking at (3.1.23-1ubuntu1) ...
11:20:05 #11 40.70 Selecting previously unselected package libsigsegv2:armhf.
11:20:05 #11 40.70 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
11:20:05 #11 40.71 Unpacking libsigsegv2:armhf (2.12-2) ...
11:20:05 #11 40.73 Selecting previously unselected package m4.
11:20:05 #11 40.73 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
11:20:05 #11 40.74 Unpacking m4 (1.4.18-4) ...
11:20:05 #11 40.79 Selecting previously unselected package autoconf.
11:20:05 #11 40.79 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
11:20:05 #11 40.80 Unpacking autoconf (2.69-11.1) ...
11:20:05 #10 46.67 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
11:20:05 #10 46.67 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
11:20:05 #10 46.73 Selecting previously unselected package libsort-versions-perl.
11:20:05 #10 46.73 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ...
11:20:05 #10 46.74 Unpacking libsort-versions-perl (1.62-1) ...
11:20:05 #10 46.77 Selecting previously unselected package libgit-wrapper-perl.
11:20:05 #10 46.77 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:05 #10 46.78 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:05 #10 46.81 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:05 #10 46.81 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:20:05 #10 46.82 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:20:05 #10 46.85 Selecting previously unselected package libio-prompter-perl.
11:20:05 #10 46.85 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ...
11:20:05 #10 46.85 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:05 #10 46.89 Selecting previously unselected package libjson-perl.
11:20:05 #10 46.89 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ...
11:20:05 #11 41.97 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
11:20:05 #11 41.99 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:20:05 #11 42.00 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:20:05 #11 42.00 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:20:05 #11 42.01 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:20:05 #11 42.03 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
11:20:05 #11 42.04 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:20:05 #11 42.04 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmldbm-perl all 2.05-3 [17.5 kB]
11:20:05 #12 2.149 Package bash-5.2.15-1.fc37.aarch64 is already installed.
11:20:05 #12 2.161 Package bash-5.2.15-1.fc37.aarch64 is already installed.
11:20:05 #12 2.161 Package ca-certificates-2023.2.60-1.0.fc37.noarch is already installed.
11:20:05 #12 2.162 Package libarchive-3.6.1-3.fc37.aarch64 is already installed.
11:20:05 #12 2.162 Package pkgconf-pkg-config-1.8.0-3.fc37.aarch64 is already installed.
11:20:05 #12 2.163 Package tar-2:1.34-5.fc37.aarch64 is already installed.
11:20:05 #12 2.174 Package bash-5.2.15-1.fc37.aarch64 is already installed.
11:20:05 #11 51.41 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
11:20:05 #11 51.42 Unpacking libgdbm6:arm64 (1.23-1) ...
11:20:05 #11 51.45 Selecting previously unselected package libgdbm-compat4:arm64.
11:20:05 #11 51.45 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
11:20:05 #11 51.45 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
11:20:05 #11 51.49 Selecting previously unselected package libperl5.34:arm64.
11:20:05 #11 51.49 Preparing to unpack .../004-libperl5.34_5.34.0-5ubuntu1.1_arm64.deb ...
11:20:05 #11 51.49 Unpacking libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
11:20:05 #11 55.07 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
11:20:05 #11 55.07 Unpacking libparams-util-perl (1.102-1build3) ...
11:20:05 #11 55.10 Selecting previously unselected package libsub-install-perl.
11:20:05 #11 55.10 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
11:20:05 #11 55.11 Unpacking libsub-install-perl (0.928-1.1) ...
11:20:05 #11 55.13 Selecting previously unselected package libdata-optlist-perl.
11:20:05 #11 55.13 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
11:20:05 #11 55.14 Unpacking libdata-optlist-perl (0.112-1) ...
11:20:05 #11 55.17 Selecting previously unselected package libsub-exporter-perl.
11:20:05 #11 55.17 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
11:20:05 #11 55.17 Unpacking libsub-exporter-perl (0.988-1) ...
11:20:05 #11 55.20 Selecting previously unselected package libconst-fast-perl.
11:20:05 #11 55.20 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
11:20:05 #11 55.21 Unpacking libconst-fast-perl (0.014-1.1) ...
11:20:05 #11 55.24 Selecting previously unselected package libwant-perl.
11:20:05 #11 55.24 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
11:20:05 #11 55.24 Unpacking libwant-perl (0.29-1build7) ...
11:20:05 #11 55.27 Selecting previously unselected package libcontextual-return-perl.
11:20:05 #11 53.49 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ...
11:20:05 #11 53.50 Unpacking libreadonly-perl (2.050-3) ...
11:20:05 #11 53.55 Selecting previously unselected package libref-util-perl.
11:20:05 #11 53.56 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ...
11:20:05 #11 53.56 Unpacking libref-util-perl (0.204-1) ...
11:20:05 #11 53.61 Selecting previously unselected package libref-util-xs-perl.
11:20:05 #11 53.62 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ...
11:20:05 #11 53.63 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:20:05 #11 53.68 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:05 #11 53.68 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:20:05 #11 53.69 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:20:05 #11 53.74 Selecting previously unselected package libregexp-pattern-perl.
11:20:05 #11 53.75 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:05 #11 53.75 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:05 #11 53.78 Selecting previously unselected package libsasl2-modules:amd64.
11:20:05 #11 53.78 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
11:20:05 #11 53.79 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:05 #11 53.81 Selecting previously unselected package libsereal-decoder-perl.
11:20:05 #11 53.81 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
11:20:05 #11 53.82 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:20:05 #11 53.85 Selecting previously unselected package libsereal-encoder-perl:amd64.
11:20:05 #11 58.92 124 added, 0 removed; done.
11:20:05 #11 58.95 Setting up libgprofng0:amd64 (2.39-3ubuntu1.1) ...
11:20:05 #11 58.96 Setting up libfreetype6:amd64 (2.12.1+dfsg-3) ...
11:20:05 #11 58.97 Setting up dbus (1.14.0-2ubuntu3) ...
11:20:05 #11 59.01 Setting up libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:20:05 #11 59.02 Setting up shared-mime-info (2.2-1) ...
11:20:05 #10 52.99   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               138/139 
11:20:05 #10 53.12   Installing       : glibc-gconv-extra-2.35-22.fc36.aarch64             139/139 
11:20:05 #10 48.20 Selecting previously unselected package libalgorithm-diff-perl.
11:20:05 #10 48.20 Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:20:05 #10 48.20 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:20:05 #10 48.24 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:05 #10 48.24 Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-5_armhf.deb ...
11:20:05 #10 48.25 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:20:05 #10 48.28 Selecting previously unselected package libalgorithm-merge-perl.
11:20:05 #10 48.28 Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:05 #10 48.29 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:05 #10 48.32 Selecting previously unselected package libapt-pkg-perl.
11:20:05 #10 48.32 Preparing to unpack .../148-libapt-pkg-perl_0.1.33build1_armhf.deb ...
11:20:05 #10 48.32 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:20:05 #10 48.37 Selecting previously unselected package libarchive-cpio-perl.
11:20:05 #10 48.37 Preparing to unpack .../149-libarchive-cpio-perl_0.10-1_all.deb ...
11:20:05 #10 48.37 Unpacking libarchive-cpio-perl (0.10-1) ...
11:20:05 #10 48.44 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:05 #10 48.44 Preparing to unpack .../150-libb-hooks-op-check-perl_0.22-1_armhf.deb ...
11:20:05 #10 48.45 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:20:05 #10 48.48 Selecting previously unselected package libdynaloader-functions-perl.
11:20:05 #10 48.48 Preparing to unpack .../151-libdynaloader-functions-perl_0.003-1_all.deb ...
11:20:05 #11 38.55 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
11:20:05 #10 39.36 Selecting previously unselected package libregexp-ipv6-perl.
11:20:05 #10 39.36 Preparing to unpack .../112-libregexp-ipv6-perl_0.03-3_all.deb ...
11:20:05 #10 39.37 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:20:05 #10 39.41 Selecting previously unselected package liburi-perl.
11:20:05 #10 39.42 Preparing to unpack .../113-liburi-perl_5.17-1_all.deb ...
11:20:05 #10 39.42 Unpacking liburi-perl (5.17-1) ...
11:20:05 #10 39.49 Selecting previously unselected package libhtml-parser-perl:armhf.
11:20:05 #10 39.50 Preparing to unpack .../114-libhtml-parser-perl_3.81-1_armhf.deb ...
11:20:05 #10 39.50 Unpacking libhtml-parser-perl:armhf (3.81-1) ...
11:20:05 #10 39.55 Selecting previously unselected package libhtml-tree-perl.
11:20:05 #10 39.55 Preparing to unpack .../115-libhtml-tree-perl_5.07-3_all.deb ...
11:20:05 #10 39.56 Unpacking libhtml-tree-perl (5.07-3) ...
11:20:05 #10 56.97 Updating certificates in /etc/ssl/certs...
11:20:05 #10 38.47 Selecting previously unselected package equivs.
11:20:05 #10 38.47 Preparing to unpack .../152-equivs_2.3.1_all.deb ...
11:20:05 #10 38.48 Unpacking equivs (2.3.1) ...
11:20:05 #10 38.52 Selecting previously unselected package fonts-dejavu-core.
11:20:05 #10 38.52 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ...
11:20:05 #10 38.53 Unpacking fonts-dejavu-core (2.37-2) ...
11:20:05 #11 61.16 0 added, 0 removed; done.
11:20:05 #11 61.16 Running hooks in /etc/ca-certificates/update.d...
11:20:05 #11 61.17 done.
11:20:05 #10 61.84 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:05 #10 61.85 Setting up librole-tiny-perl (2.002004-1) ...
11:20:05 #10 61.86 Setting up gnupg (2.2.40-1) ...
11:20:05 #10 61.88 Setting up libc6-dev:amd64 (2.36-8) ...
11:20:05 #10 61.89 Setting up libfont-ttf-perl (1.06-2) ...
11:20:05 #10 61.90 Setting up libfile-homedir-perl (1.006-2) ...
11:20:05 #10 61.91 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
11:20:05 #10 61.92 Setting up pristine-tar (1.50) ...
11:20:05 #10 61.93 Setting up libio-socket-ssl-perl (2.081-2) ...
11:20:05 #10 61.94 Setting up libsub-exporter-perl (0.989-1) ...
11:20:05 #10 61.95 Setting up libpython3-stdlib:amd64 (3.11.2-1) ...
11:20:05 #10 61.96 Setting up libalgorithm-merge-perl (0.08-5) ...
11:20:05 #10 61.97 Setting up libhttp-message-perl (6.44-1) ...
11:20:05 #10 61.98 Setting up libdata-validate-ip-perl (0.31-1) ...
11:20:05 #10 61.99 Setting up libhtml-form-perl (6.11-1) ...
11:20:05 #10 62.00 Setting up libiterator-perl (0.03+ds1-2) ...
11:20:05 #10 62.02 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
11:20:05 #10 62.03 Setting up libjson-xs-perl (4.030-2+b1) ...
11:20:05 #10 62.04 Setting up python3.11 (3.11.2-4) ...
11:20:05 #10 58.16   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.x86_64              139/139 
11:20:05 #10 60.90   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           1/139 
11:20:05 #10 60.90   Verifying        : cpio-2.13-12.fc36.x86_64                             2/139 
11:20:05 #10 60.90   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         3/139 
11:20:05 #10 60.90   Verifying        : desktop-file-utils-0.26-6.fc36.x86_64                4/139 
11:20:05 #10 60.90   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        5/139 
11:20:05 #10 60.90   Verifying        : diffutils-3.8-2.fc36.x86_64                          6/139 
11:20:05 #10 60.90   Verifying        : ed-1.14.2-12.fc36.x86_64                             7/139 
11:20:05 #10 60.90   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      8/139 
11:20:05 #10 60.90   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                       9/139 
11:20:05 #10 60.90   Verifying        : file-5.41-4.fc36.x86_64                             10/139 
11:20:05 #10 60.90   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             11/139 
11:20:05 #10 60.90   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   12/139 
11:20:05 #10 60.90   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 13/139 
11:20:05 #10 60.90   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   14/139 
11:20:05 #10 60.90   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     15/139 
11:20:05 #10 60.90   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       16/139 
11:20:05 #10 60.90   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             17/139 
11:20:05 #10 60.90   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          18/139 
11:20:05 #10 60.90   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          19/139 
11:20:05 #10 60.90   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            20/139 
11:20:05 #10 60.90   Verifying        : info-6.8-3.fc36.x86_64                              21/139 
11:20:05 #10 60.90   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       22/139 
11:20:05 #10 60.90   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               23/139 
11:20:05 #10 60.90   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   24/139 
11:20:05 #10 60.90   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      25/139 
11:20:05 #10 60.90   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      26/139 
11:20:05 #10 60.90   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  27/139 
11:20:05 #10 60.90   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     28/139 
11:20:05 #10 60.90   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  29/139 
11:20:05 #10 60.90   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     30/139 
11:20:05 #10 60.90   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   31/139 
11:20:05 #10 60.90   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               32/139 
11:20:05 #10 60.90   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        33/139 
11:20:05 #10 60.90   Verifying        : patch-2.7.6-16.fc36.x86_64                          34/139 
11:20:05 #10 60.90   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                35/139 
11:20:05 #10 60.90   Verifying        : perl-B-1.82-486.fc36.x86_64                         36/139 
11:20:05 #10 60.90   Verifying        : perl-Carp-1.52-479.fc36.noarch                      37/139 
11:20:05 #10 60.90   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              38/139 
11:20:05 #10 60.90   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                39/139 
11:20:05 #10 60.90   Verifying        : perl-Digest-1.20-2.fc36.noarch                      40/139 
11:20:05 #10 60.90   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                41/139 
11:20:05 #10 60.90   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                42/139 
11:20:05 #10 60.90   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     43/139 
11:20:05 #10 60.90   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  44/139 
11:20:05 #10 60.90   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     45/139 
11:20:05 #10 60.90   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             46/139 
11:20:05 #10 60.90   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 47/139 
11:20:05 #10 60.90   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          48/139 
11:20:05 #10 60.90   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 49/139 
11:20:05 #10 60.91   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                50/139 
11:20:05 #10 60.91   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                51/139 
11:20:05 #10 60.91   Verifying        : perl-IO-1.46-486.fc36.x86_64                        52/139 
11:20:05 #10 60.91   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              53/139 
11:20:05 #10 60.91   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              54/139 
11:20:05 #10 60.91   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 55/139 
11:20:05 #10 60.91   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               56/139 
11:20:05 #10 60.91   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              57/139 
11:20:05 #10 60.91   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 58/139 
11:20:05 #10 60.91   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  59/139 
11:20:05 #10 60.91   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     60/139 
11:20:05 #10 60.91   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 61/139 
11:20:05 #10 60.91   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             62/139 
11:20:05 #10 60.91   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            63/139 
11:20:05 #10 60.91   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                64/139 
11:20:05 #10 60.91   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               65/139 
11:20:05 #10 60.91   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               66/139 
11:20:05 #10 60.91   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  67/139 
11:20:05 #10 60.91   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    68/139 
11:20:05 #10 60.91   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            69/139 
11:20:05 #10 60.91   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  70/139 
11:20:05 #10 60.91   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         71/139 
11:20:05 #10 60.91   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             72/139 
11:20:05 #10 60.91   Verifying        : perl-URI-5.10-1.fc36.noarch                         73/139 
11:20:05 #10 60.91   Verifying        : perl-base-2.27-486.fc36.noarch                      74/139 
11:20:05 #10 60.91   Verifying        : perl-constant-1.33-480.fc36.noarch                  75/139 
11:20:05 #10 60.91   Verifying        : perl-if-0.60.900-486.fc36.noarch                    76/139 
11:20:05 #10 60.91   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           77/139 
11:20:05 #10 60.91   Verifying        : perl-libnet-3.13-480.fc36.noarch                    78/139 
11:20:05 #10 60.91   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  79/139 
11:20:05 #10 60.91   Verifying        : perl-mro-1.25-486.fc36.x86_64                       80/139 
11:20:05 #10 60.91   Verifying        : perl-overload-1.33-486.fc36.noarch                  81/139 
11:20:05 #10 60.91   Verifying        : perl-overloading-0.02-486.fc36.noarch               82/139 
11:20:05 #10 60.91   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 83/139 
11:20:05 #10 60.91   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               84/139 
11:20:05 #10 60.91   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   85/139 
11:20:05 #10 60.91   Verifying        : perl-subs-1.04-486.fc36.noarch                      86/139 
11:20:05 #10 60.91   Verifying        : perl-vars-1.05-486.fc36.noarch                      87/139 
11:20:05 #10 60.91   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                         88/139 
11:20:05 #10 60.91   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      89/139 
11:20:05 #10 60.91   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              90/139 
11:20:05 #10 60.91   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              91/139 
11:20:05 #10 60.91   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                   92/139 
11:20:05 #10 60.91   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  93/139 
11:20:05 #10 60.91   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 94/139 
11:20:05 #10 60.91   Verifying        : python3-file-magic-5.41-4.fc36.noarch               95/139 
11:20:05 #10 60.91   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    96/139 
11:20:05 #10 60.91   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    97/139 
11:20:05 #10 60.91   Verifying        : python3-six-1.16.0-5.fc36.noarch                    98/139 
11:20:05 #10 60.91   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                   99/139 
11:20:05 #10 60.91   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                100/139 
11:20:05 #10 60.91   Verifying        : python3-zstandard-0.17.0-1.fc36.x86_64             101/139 
11:20:05 #10 60.91   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 102/139 
11:20:05 #10 60.91   Verifying        : unzip-6.0-57.fc36.x86_64                           103/139 
11:20:05 #10 60.91   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    104/139 
11:20:05 #10 60.91   Verifying        : zip-3.0-32.fc36.x86_64                             105/139 
11:20:05 #10 60.91   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              106/139 
11:20:05 #10 60.92   Verifying        : binutils-2.37-37.fc36.x86_64                       107/139 
11:20:05 #10 60.92   Verifying        : binutils-gold-2.37-37.fc36.x86_64                  108/139 
11:20:05 #10 60.92   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                   109/139 
11:20:05 #10 60.92   Verifying        : debugedit-5.0-7.fc36.x86_64                        110/139 
11:20:05 #10 60.92   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               111/139 
11:20:05 #10 60.92   Verifying        : dwz-0.14-4.fc36.x86_64                             112/139 
11:20:05 #10 60.92   Verifying        : elfutils-0.188-3.fc36.x86_64                       113/139 
11:20:05 #10 60.92   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.x86_64     114/139 
11:20:05 #10 60.92   Verifying        : emacs-filesystem-1:28.2-3.fc36.noarch              115/139 
11:20:05 #10 60.92   Verifying        : gdb-minimal-12.1-2.fc36.x86_64                     116/139 
11:20:05 #10 60.92   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.x86_64                   117/139 
11:20:05 #10 60.92   Verifying        : glibc-gconv-extra-2.35-22.fc36.x86_64              118/139 
11:20:05 #10 60.92   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 119/139 
11:20:05 #10 60.92   Verifying        : libappstream-glib-0.8.0-4.fc36.x86_64              120/139 
11:20:05 #10 60.92   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 121/139 
11:20:05 #10 60.92   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              122/139 
11:20:05 #10 60.92   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 123/139 
11:20:05 #10 60.92   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      124/139 
11:20:05 #10 60.92   Verifying        : perl-Socket-4:2.036-1.fc36.x86_64                  125/139 
11:20:05 #10 60.92   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            126/139 
11:20:05 #10 60.92   Verifying        : pyproject-srpm-macros-1.6.2-1.fc36.noarch          127/139 
11:20:05 #10 60.92   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/139 
11:20:05 #10 60.92   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/139 
11:20:05 #10 60.92   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/139 
11:20:05 #10 60.92   Verifying        : qt5-srpm-macros-5.15.8-1.fc36.noarch               131/139 
11:20:05 #10 60.92   Verifying        : redhat-rpm-config-223-1.fc36.noarch                132/139 
11:20:05 #10 60.92   Verifying        : rpm-build-4.17.1-3.fc36.x86_64                     133/139 
11:20:05 #10 60.92   Verifying        : rpmautospec-rpm-macros-0.3.5-1.fc36.noarch         134/139 
11:20:05 #10 60.92   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/139 
11:20:05 #10 60.92   Verifying        : rpmlint-fedora-license-data-1.14-1.fc36.noarch     136/139 
11:20:05 #10 60.92   Verifying        : rust-srpm-macros-24-1.fc36.noarch                  137/139 
11:20:05 #10 60.92   Verifying        : xz-5.4.1-1.fc36.x86_64                             138/139 
11:20:05 #10 60.92   Verifying        : zstd-1.5.4-1.fc36.x86_64                           139/139 
11:20:05 #10 61.07 
11:20:05 #10 61.07 Installed:
11:20:05 #10 61.07   ansible-srpm-macros-1-8.1.fc36.noarch                                         
11:20:05 #10 61.07   binutils-2.37-37.fc36.x86_64                                                  
11:20:05 #10 61.07   binutils-gold-2.37-37.fc36.x86_64                                             
11:20:05 #10 61.07   bzip2-1.0.8-11.fc36.x86_64                                                    
11:20:05 #10 61.07   cpio-2.13-12.fc36.x86_64                                                      
11:20:05 #10 61.07   dash-0.5.10.2-10.fc36.x86_64                                                  
11:20:05 #10 61.07   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
11:20:05 #10 61.07   debugedit-5.0-7.fc36.x86_64                                                   
11:20:05 #10 61.07   desktop-file-utils-0.26-6.fc36.x86_64                                         
11:20:05 #10 61.07   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
11:20:05 #10 61.07   diffutils-3.8-2.fc36.x86_64                                                   
11:20:05 #10 61.07   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
11:20:05 #10 61.07   dwz-0.14-4.fc36.x86_64                                                        
11:20:05 #10 61.07   ed-1.14.2-12.fc36.x86_64                                                      
11:20:05 #10 61.07   efi-srpm-macros-5-5.fc36.noarch                                               
11:20:05 #10 61.07   elfutils-0.188-3.fc36.x86_64                                                  
11:20:05 #10 61.07   elfutils-debuginfod-client-0.188-3.fc36.x86_64                                
11:20:05 #10 61.07   emacs-filesystem-1:28.2-3.fc36.noarch                                         
11:20:05 #10 61.07   enchant-1:1.6.0-30.fc36.x86_64                                                
11:20:05 #10 61.07   file-5.41-4.fc36.x86_64                                                       
11:20:05 #10 61.07   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
11:20:05 #10 61.07   fpc-srpm-macros-1.3-5.fc36.noarch                                             
11:20:05 #10 61.07   gdb-minimal-12.1-2.fc36.x86_64                                                
11:20:05 #10 61.07   gdk-pixbuf2-2.42.9-2.fc36.x86_64                                              
11:20:05 #10 61.07   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
11:20:05 #10 61.07   glibc-gconv-extra-2.35-22.fc36.x86_64                                         
11:20:05 #10 61.07   gnat-srpm-macros-4-15.fc36.noarch                                             
11:20:05 #10 61.07   go-srpm-macros-3.2.0-1.fc36.noarch                                            
11:20:05 #10 61.07   groff-base-1.22.4-9.fc36.x86_64                                               
11:20:05 #10 61.07   hunspell-1.7.0-19.fc36.x86_64                                                 
11:20:05 #10 61.07   hunspell-en-0.20140811.1-22.fc36.noarch                                       
11:20:05 #10 61.07   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
11:20:05 #10 61.07   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
11:20:05 #10 61.07   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
11:20:05 #10 61.07   info-6.8-3.fc36.x86_64                                                        
11:20:05 #10 61.07   json-glib-1.6.6-2.fc36.x86_64                                                 
11:20:05 #10 61.07   kernel-srpm-macros-1.0-14.fc36.noarch                                         
11:20:05 #10 61.07   libappstream-glib-0.8.0-4.fc36.x86_64                                         
11:20:05 #10 61.07   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
11:20:05 #10 61.07   libpkgconf-1.8.0-2.fc36.x86_64                                                
11:20:05 #10 61.07   libpng-2:1.6.37-12.fc36.x86_64                                                
11:20:05 #10 61.07   libstemmer-0-18.585svn.fc36.x86_64                                            
11:20:05 #10 61.07   lua-srpm-macros-1-6.fc36.noarch                                               
11:20:05 #10 61.07   ncurses-6.2-9.20210508.fc36.x86_64                                            
11:20:05 #10 61.07   nim-srpm-macros-3-6.fc36.noarch                                               
11:20:05 #10 61.07   ocaml-srpm-macros-6-6.fc36.noarch                                             
11:20:05 #10 61.07   openblas-srpm-macros-2-11.fc36.noarch                                         
11:20:05 #10 61.07   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
11:20:05 #10 61.07   patch-2.7.6-16.fc36.x86_64                                                    
11:20:05 #10 61.07   perl-AutoLoader-5.74-486.fc36.noarch                                          
11:20:05 #10 61.07   perl-B-1.82-486.fc36.x86_64                                                   
11:20:05 #10 61.07   perl-Carp-1.52-479.fc36.noarch                                                
11:20:05 #10 61.07   perl-Class-Struct-0.66-486.fc36.noarch                                        
11:20:05 #10 61.07   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
11:20:05 #10 61.07   perl-Digest-1.20-2.fc36.noarch                                                
11:20:05 #10 61.07   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
11:20:05 #10 61.07   perl-DynaLoader-1.50-486.fc36.x86_64                                          
11:20:05 #10 61.07   perl-Encode-4:3.17-485.fc36.x86_64                                            
11:20:05 #10 61.07   perl-Errno-1.33-486.fc36.x86_64                                               
11:20:05 #10 61.07   perl-Exporter-5.76-480.fc36.noarch                                            
11:20:05 #10 61.07   perl-Fcntl-1.14-486.fc36.x86_64                                               
11:20:05 #10 61.07   perl-File-Basename-2.85-486.fc36.noarch                                       
11:20:05 #10 61.07   perl-File-Path-2.18-479.fc36.noarch                                           
11:20:05 #10 61.07   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
11:20:05 #10 61.07   perl-File-stat-1.09-486.fc36.noarch                                           
11:20:05 #10 61.07   perl-FileHandle-2.03-486.fc36.noarch                                          
11:20:05 #10 61.07   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
11:20:05 #10 61.07   perl-Getopt-Std-1.13-486.fc36.noarch                                          
11:20:05 #10 61.07   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
11:20:05 #10 61.07   perl-IO-1.46-486.fc36.x86_64                                                  
11:20:05 #10 61.07   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
11:20:05 #10 61.07   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
11:20:05 #10 61.07   perl-IPC-Open3-1.21-486.fc36.noarch                                           
11:20:05 #10 61.07   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
11:20:05 #10 61.07   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
11:20:05 #10 61.07   perl-NDBM_File-1.15-486.fc36.x86_64                                           
11:20:05 #10 61.07   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
11:20:05 #10 61.07   perl-POSIX-1.97-486.fc36.x86_64                                               
11:20:05 #10 61.07   perl-PathTools-3.80-479.fc36.x86_64                                           
11:20:05 #10 61.07   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
11:20:05 #10 61.07   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
11:20:05 #10 61.07   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
11:20:05 #10 61.07   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
11:20:05 #10 61.07   perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64                                 
11:20:05 #10 61.07   perl-SelectSaver-1.02-486.fc36.noarch                                         
11:20:05 #10 61.07   perl-Socket-4:2.036-1.fc36.x86_64                                             
11:20:05 #10 61.07   perl-Storable-1:3.25-2.fc36.x86_64                                            
11:20:05 #10 61.07   perl-Symbol-1.09-486.fc36.noarch                                              
11:20:05 #10 61.07   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
11:20:05 #10 61.07   perl-Term-Cap-1.17-479.fc36.noarch                                            
11:20:05 #10 61.07   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
11:20:05 #10 61.07   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
11:20:05 #10 61.07   perl-Time-Local-2:1.300-479.fc36.noarch                                       
11:20:05 #10 61.07   perl-URI-5.10-1.fc36.noarch                                                   
11:20:05 #10 61.07   perl-base-2.27-486.fc36.noarch                                                
11:20:05 #10 61.07   perl-constant-1.33-480.fc36.noarch                                            
11:20:05 #10 61.07   perl-if-0.60.900-486.fc36.noarch                                              
11:20:05 #10 61.07   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
11:20:05 #10 61.07   perl-libnet-3.13-480.fc36.noarch                                              
11:20:05 #10 61.07   perl-libs-4:5.34.1-486.fc36.x86_64                                            
11:20:05 #10 61.07   perl-mro-1.25-486.fc36.x86_64                                                 
11:20:05 #10 61.07   perl-overload-1.33-486.fc36.noarch                                            
11:20:05 #10 61.07   perl-overloading-0.02-486.fc36.noarch                                         
11:20:05 #10 61.07   perl-parent-1:0.238-479.fc36.noarch                                           
11:20:05 #10 61.07   perl-podlators-1:4.14-479.fc36.noarch                                         
11:20:05 #10 61.07   perl-srpm-macros-1-43.fc36.noarch                                             
11:20:05 #10 61.07   perl-subs-1.04-486.fc36.noarch                                                
11:20:05 #10 61.07   perl-vars-1.05-486.fc36.noarch                                                
11:20:05 #10 61.07   pkgconf-1.8.0-2.fc36.x86_64                                                   
11:20:05 #10 61.07   pkgconf-m4-1.8.0-2.fc36.noarch                                                
11:20:05 #10 61.07   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
11:20:05 #10 61.07   pyproject-srpm-macros-1.6.2-1.fc36.noarch                                     
11:20:05 #10 61.07   python-srpm-macros-3.10-20.fc36.noarch                                        
11:20:05 #10 61.07   python3-construct-2.10.68-1.fc36.noarch                                       
11:20:05 #10 61.07   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:20:05 #10 61.07   python3-dbus-1.2.18-3.fc36.x86_64                                             
11:20:05 #10 61.07   python3-distro-1.6.0-2.fc36.noarch                                            
11:20:05 #10 61.07   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
11:20:05 #10 61.07   python3-enchant-3.2.2-2.fc36.noarch                                           
11:20:05 #10 61.07   python3-file-magic-5.41-4.fc36.noarch                                         
11:20:05 #10 61.07   python3-pybeam-0.7-2.fc36.noarch                                              
11:20:05 #10 61.07   python3-pyxdg-0.27-4.fc36.noarch                                              
11:20:05 #10 61.07   python3-six-1.16.0-5.fc36.noarch                                              
11:20:05 #10 61.07   python3-tomli-1.2.3-1.fc36.noarch                                             
11:20:05 #10 61.07   python3-tomli-w-0.4.0-3.fc36.noarch                                           
11:20:05 #10 61.07   python3-zstandard-0.17.0-1.fc36.x86_64                                        
11:20:05 #10 61.07   qt5-srpm-macros-5.15.8-1.fc36.noarch                                          
11:20:05 #10 61.07   redhat-rpm-config-223-1.fc36.noarch                                           
11:20:05 #10 61.07   rpm-build-4.17.1-3.fc36.x86_64                                                
11:20:05 #10 61.07   rpmautospec-rpm-macros-0.3.5-1.fc36.noarch                                    
11:20:05 #10 61.07   rpmlint-2.4.0-3.fc36.noarch                                                   
11:20:05 #10 61.07   rpmlint-fedora-license-data-1.14-1.fc36.noarch                                
11:20:05 #10 61.07   rust-srpm-macros-24-1.fc36.noarch                                             
11:20:05 #10 61.07   shared-mime-info-2.1-3.fc35.x86_64                                            
11:20:05 #10 61.07   unzip-6.0-57.fc36.x86_64                                                      
11:20:05 #10 61.07   xxhash-libs-0.8.1-2.fc36.x86_64                                               
11:20:05 #10 61.07   xz-5.4.1-1.fc36.x86_64                                                        
11:20:05 #10 61.07   zip-3.0-32.fc36.x86_64                                                        
11:20:05 #10 61.07   zstd-1.5.4-1.fc36.x86_64                                                      
11:20:05 #10 61.07 
11:20:05 #10 61.07 Complete!
11:20:05 #10 DONE 61.2s
11:20:05 
11:20:05 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:20:05 #11 DONE 0.1s
11:20:05 
11:20:05 #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
11:20:05 #11 54.34 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ...
11:20:05 #11 54.35 Unpacking libpod-constants-perl (0.19-1) ...
11:20:05 #11 54.39 Selecting previously unselected package libre2-5:arm64.
11:20:05 #11 54.39 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ...
11:20:05 #11 54.40 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ...
11:20:05 #11 54.44 Selecting previously unselected package libre-engine-re2-perl.
11:20:05 #11 54.44 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ...
11:20:05 #11 54.45 Unpacking libre-engine-re2-perl (0.13-5) ...
11:20:05 #11 54.48 Selecting previously unselected package libreadonly-perl.
11:20:05 #11 54.48 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ...
11:20:05 #11 54.49 Unpacking libreadonly-perl (2.050-2) ...
11:20:05 #11 54.52 Selecting previously unselected package libref-util-perl.
11:20:05 #11 54.53 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
11:20:05 #11 54.53 Unpacking libref-util-perl (0.204-1) ...
11:20:05 #11 54.57 Selecting previously unselected package libref-util-xs-perl.
11:20:05 #11 40.86 Selecting previously unselected package autotools-dev.
11:20:05 #11 40.87 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
11:20:05 #11 40.87 Unpacking autotools-dev (20180224.1) ...
11:20:05 #11 40.91 Selecting previously unselected package automake.
11:20:05 #11 40.91 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:20:05 #11 40.92 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:20:05 #11 41.00 Selecting previously unselected package autopoint.
11:20:05 #11 41.01 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
11:20:05 #11 41.01 Unpacking autopoint (0.19.8.1-10build1) ...
11:20:05 #11 41.05 Selecting previously unselected package binutils-common:armhf.
11:20:05 #11 41.05 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.06 Unpacking binutils-common:armhf (2.34-6ubuntu1.4) ...
11:20:05 #11 41.10 Selecting previously unselected package libbinutils:armhf.
11:20:05 #10 34.77 Selecting previously unselected package libstrictures-perl.
11:20:05 #10 34.77 Preparing to unpack .../073-libstrictures-perl_2.000005-1_all.deb ...
11:20:05 #10 34.78 Unpacking libstrictures-perl (2.000005-1) ...
11:20:05 #10 34.90 Selecting previously unselected package libsub-quote-perl.
11:20:05 #10 34.90 Preparing to unpack .../074-libsub-quote-perl_2.005001-1_all.deb ...
11:20:05 #10 34.91 Unpacking libsub-quote-perl (2.005001-1) ...
11:20:05 #10 34.97 Selecting previously unselected package libmoo-perl.
11:20:05 #10 34.97 Preparing to unpack .../075-libmoo-perl_2.003004-2_all.deb ...
11:20:05 #10 34.98 Unpacking libmoo-perl (2.003004-2) ...
11:20:05 #10 46.90 Unpacking libjson-perl (4.02000-1) ...
11:20:05 #10 46.96 Selecting previously unselected package liblog-any-perl.
11:20:05 #10 46.96 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ...
11:20:05 #10 46.97 Unpacking liblog-any-perl (1.707-1) ...
11:20:05 #10 47.01 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:05 #10 47.02 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:20:05 #10 47.02 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:20:05 #10 47.05 Selecting previously unselected package libpackage-stash-perl.
11:20:05 #10 47.05 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ...
11:20:05 #10 47.06 Unpacking libpackage-stash-perl (0.38-1) ...
11:20:05 #10 47.10 Selecting previously unselected package libsub-identify-perl.
11:20:05 #10 47.10 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ...
11:20:05 #10 47.10 Unpacking libsub-identify-perl (0.14-1+b1) ...
11:20:05 #10 36.87 Selecting previously unselected package libxml2:armhf.
11:20:05 #10 36.87 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
11:20:05 #10 36.88 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
11:20:05 #10 36.97 Selecting previously unselected package gettext.
11:20:05 #10 36.97 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ...
11:20:05 #10 36.98 Unpacking gettext (0.21-4) ...
11:20:05 #12 2.290 Dependencies resolved.
11:20:05 #12 2.314 ================================================================================
11:20:05 #12 2.314  Package                       Arch     Version                  Repo      Size
11:20:05 #12 2.314 ================================================================================
11:20:05 #12 2.314 Installing:
11:20:05 #12 2.314  cmake                         aarch64  3.26.0~rc5-1.fc37        updates  6.3 M
11:20:05 #12 2.314  device-mapper-devel           aarch64  1.02.175-9.fc37          fedora    43 k
11:20:05 #12 2.314  gcc                           aarch64  12.2.1-4.fc37            updates   29 M
11:20:05 #12 2.314  git                           aarch64  2.39.2-1.fc37            updates   66 k
11:20:05 #12 2.314  glibc-static                  aarch64  2.36-9.fc37              updates  1.4 M
11:20:05 #12 2.314  libseccomp-devel              aarch64  2.5.3-3.fc37             fedora    60 k
11:20:05 #12 2.314  libselinux-devel              aarch64  3.4-5.fc37               fedora   148 k
11:20:05 #12 2.314  libtool                       aarch64  2.4.7-2.fc37             fedora   600 k
11:20:05 #12 2.314  libtool-ltdl-devel            aarch64  2.4.7-2.fc37             fedora   164 k
11:20:05 #12 2.314  make                          aarch64  1:4.3-11.fc37            fedora   537 k
11:20:05 #12 2.314  selinux-policy-devel          noarch   37.19-1.fc37             updates  887 k
11:20:05 #12 2.314  systemd                       aarch64  251.13-5.fc37            updates  4.0 M
11:20:05 #12 2.314  which                         aarch64  2.21-35.fc37             fedora    41 k
11:20:05 #12 2.314 Upgrading:
11:20:05 #12 2.314  systemd-libs                  aarch64  251.13-5.fc37            updates  589 k
11:20:05 #12 2.314 Installing dependencies:
11:20:05 #12 2.314  annobin-docs                  noarch   11.11-1.fc37             updates   92 k
11:20:05 #12 2.314  annobin-plugin-gcc            aarch64  11.11-1.fc37             updates  889 k
11:20:05 #12 2.314  autoconf                      noarch   2.71-4.fc37              updates  733 k
11:20:05 #12 2.314  automake                      noarch   1.16.5-9.fc37            fedora   696 k
11:20:05 #12 2.314  checkpolicy                   aarch64  3.4-3.fc37               fedora   343 k
11:20:05 #12 2.314  cmake-data                    noarch   3.26.0~rc5-1.fc37        updates  2.2 M
11:20:05 #12 2.314  cmake-filesystem              aarch64  3.26.0~rc5-1.fc37        updates   17 k
11:20:05 #12 2.314  cmake-rpm-macros              noarch   3.26.0~rc5-1.fc37        updates   16 k
11:20:05 #12 2.314  cpp                           aarch64  12.2.1-4.fc37            updates  9.2 M
11:20:05 #12 2.314  dbus                          aarch64  1:1.14.6-1.fc37          updates  7.7 k
11:20:05 #12 2.314  dbus-broker                   aarch64  33-1.fc37                updates  168 k
11:20:05 #12 2.314  dbus-common                   noarch   1:1.14.6-1.fc37          updates   15 k
11:20:05 #12 2.314  device-mapper                 aarch64  1.02.175-9.fc37          fedora   136 k
11:20:05 #12 2.314  device-mapper-libs            aarch64  1.02.175-9.fc37          fedora   169 k
11:20:05 #12 2.314  gc                            aarch64  8.0.6-4.fc37             fedora   102 k
11:20:05 #12 2.314  gcc-plugin-annobin            aarch64  12.2.1-4.fc37            updates   52 k
11:20:05 #12 2.314  git-core                      aarch64  2.39.2-1.fc37            updates  4.3 M
11:20:05 #12 2.314  git-core-doc                  noarch   2.39.2-1.fc37            updates  2.8 M
11:20:05 #12 2.314  glibc-devel                   aarch64  2.36-9.fc37              updates  589 k
11:20:05 #12 2.314  guile22                       aarch64  2.2.7-6.fc37             fedora   6.5 M
11:20:05 #12 2.314  jsoncpp                       aarch64  1.9.5-3.fc37             fedora    92 k
11:20:05 #12 2.314  kernel-headers                aarch64  6.1.5-200.fc37           updates  1.5 M
11:20:05 #12 2.314  kmod-libs                     aarch64  30-2.fc37                fedora    66 k
11:20:05 #12 2.314  less                          aarch64  590-5.fc37               fedora   161 k
11:20:05 #12 2.314  libargon2                     aarch64  20190702-1.fc37          fedora    28 k
11:20:05 #12 2.314  libasan                       aarch64  12.2.1-4.fc37            updates  425 k
11:20:05 #12 2.314  libatomic                     aarch64  12.2.1-4.fc37            updates   43 k
11:20:05 #12 2.314  libcbor                       aarch64  0.7.0-7.fc37             fedora    55 k
11:20:05 #12 2.314  libedit                       aarch64  3.1-43.20221009cvs.fc37  updates  105 k
11:20:05 #12 2.314  libfdisk                      aarch64  2.38.1-1.fc37            fedora   155 k
11:20:05 #12 2.314  libfido2                      aarch64  1.11.0-3.fc37            fedora    96 k
11:20:05 #12 2.314  libmpc                        aarch64  1.2.1-5.fc37             fedora    62 k
11:20:05 #12 2.314  libseccomp                    aarch64  2.5.3-3.fc37             fedora    71 k
11:20:05 #12 2.314  libselinux-utils              aarch64  3.4-5.fc37               fedora   160 k
11:20:05 #12 2.314  libsepol-devel                aarch64  3.4-3.fc37               fedora    49 k
11:20:05 #12 2.314  libtool-ltdl                  aarch64  2.4.7-2.fc37             fedora    37 k
11:20:05 #12 2.314  libubsan                      aarch64  12.2.1-4.fc37            updates  192 k
11:20:05 #12 2.314  libutempter                   aarch64  1.2.1-7.fc37             fedora    26 k
11:20:05 #12 2.314  libuv                         aarch64  1:1.44.2-2.fc37          fedora   148 k
11:20:05 #12 2.314  libxcrypt-devel               aarch64  4.4.33-4.fc37            updates   30 k
11:20:05 #12 2.314  libxcrypt-static              aarch64  4.4.33-4.fc37            updates  109 k
11:20:05 #12 2.314  m4                            aarch64  1.4.19-4.fc37            fedora   299 k
11:20:05 #12 2.314  openssh                       aarch64  8.8p1-7.fc37             fedora   441 k
11:20:05 #12 2.314  openssh-clients               aarch64  8.8p1-7.fc37             fedora   670 k
11:20:05 #12 2.314  pcre2-devel                   aarch64  10.40-1.fc37.1           fedora   505 k
11:20:05 #12 2.314  pcre2-utf16                   aarch64  10.40-1.fc37.1           fedora   199 k
11:20:05 #12 2.314  pcre2-utf32                   aarch64  10.40-1.fc37.1           fedora   188 k
11:20:05 #12 2.314  perl-Error                    noarch   1:0.17029-10.fc37        fedora    41 k
11:20:05 #12 2.314  perl-File-Compare             noarch   1.100.700-492.fc37       fedora    16 k
11:20:05 #12 2.314  perl-File-Copy                noarch   2.39-492.fc37            fedora    23 k
11:20:05 #12 2.314  perl-File-Find                noarch   1.40-492.fc37            fedora    28 k
11:20:05 #12 2.314  perl-Git                      noarch   2.39.2-1.fc37            updates   43 k
11:20:05 #12 2.314  perl-TermReadKey              aarch64  2.38-14.fc37             fedora    36 k
11:20:05 #12 2.314  perl-Thread-Queue             noarch   3.14-489.fc37            fedora    21 k
11:20:05 #12 2.314  perl-lib                      aarch64  0.65-492.fc37            fedora    18 k
11:20:05 #12 2.314  perl-threads                  aarch64  1:2.27-489.fc37          fedora    56 k
11:20:05 #12 2.314  perl-threads-shared           aarch64  1.64-489.fc37            fedora    43 k
11:20:05 #12 2.314  policycoreutils               aarch64  3.4-6.fc37               fedora   239 k
11:20:05 #12 2.314  policycoreutils-devel         aarch64  3.4-6.fc37               fedora   145 k
11:20:05 #12 2.314  policycoreutils-python-utils  noarch   3.4-6.fc37               fedora    80 k
11:20:05 #12 2.314  python3-audit                 aarch64  3.1-2.fc37               updates   87 k
11:20:05 #12 2.314  python3-libselinux            aarch64  3.4-5.fc37               fedora   188 k
11:20:05 #12 2.314  python3-libsemanage           aarch64  3.4-5.fc37               fedora    84 k
11:20:05 #12 2.314  python3-policycoreutils       noarch   3.4-6.fc37               fedora   2.2 M
11:20:05 #12 2.314  python3-setools               aarch64  4.4.0-9.fc37             fedora   613 k
11:20:05 #12 2.314  python3-setuptools            noarch   62.6.0-2.fc37            fedora   1.6 M
11:20:05 #12 2.314  rhash                         aarch64  1.4.2-3.fc37             fedora   185 k
11:20:05 #12 2.314  rpm-plugin-selinux            aarch64  4.18.0-1.fc37            fedora    20 k
11:20:05 #12 2.314  selinux-policy                noarch   37.19-1.fc37             updates   51 k
11:20:05 #12 2.314  selinux-policy-targeted       noarch   37.19-1.fc37             updates  6.6 M
11:20:05 #12 2.314  systemd-devel                 aarch64  251.13-5.fc37            updates  578 k
11:20:05 #12 2.314  systemd-pam                   aarch64  251.13-5.fc37            updates  323 k
11:20:05 #12 2.314  systemd-rpm-macros            noarch   251.13-5.fc37            updates   29 k
11:20:05 #12 2.314  util-linux                    aarch64  2.38.1-1.fc37            fedora   2.3 M
11:20:05 #12 2.314  vim-filesystem                noarch   2:9.0.1367-1.fc37        updates   18 k
11:20:05 #12 2.314  xkeyboard-config              noarch   2.36-3.fc37              updates  957 k
11:20:05 #12 2.314 Installing weak dependencies:
11:20:05 #12 2.314  cryptsetup-libs               aarch64  2.6.1-1.fc37             updates  488 k
11:20:05 #12 2.314  libbpf                        aarch64  2:0.8.0-2.fc37           fedora   173 k
11:20:05 #12 2.314  libxkbcommon                  aarch64  1.4.1-2.fc37             fedora   139 k
11:20:05 #12 2.314  qrencode-libs                 aarch64  4.1.1-3.fc37             fedora    61 k
11:20:05 #12 2.314  systemd-networkd              aarch64  251.13-5.fc37            updates  572 k
11:20:05 #12 2.314  systemd-resolved              aarch64  251.13-5.fc37            updates  263 k
11:20:05 #12 2.314 
11:20:05 #12 2.314 Transaction Summary
11:20:05 #12 2.314 ================================================================================
11:20:05 #12 2.314 Install  95 Packages
11:20:05 #12 2.314 Upgrade   1 Package
11:20:05 #12 2.314 
11:20:05 #12 2.319 Total download size: 97 M
11:20:05 #12 2.320 Downloading Packages:
11:20:05 #10 57.90 Setting up libunicode-utf8-perl (0.60-1build4) ...
11:20:05 #10 57.91 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:20:05 #10 57.92 Setting up libparams-util-perl (1.07-3build3) ...
11:20:05 #10 57.94 Setting up libsub-name-perl (0.21-1build1) ...
11:20:05 #10 57.95 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
11:20:05 #10 58.05 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
11:20:05 #10 58.06 Setting up libsub-quote-perl (2.005000-1) ...
11:20:05 #10 58.08 Setting up libfcgi-perl (0.78-2build1) ...
11:20:05 #10 58.09 Setting up libwww-robotrules-perl (6.01-1) ...
11:20:05 #10 58.10 Setting up python3-debian (0.1.32) ...
11:20:05 #10 58.29 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:05 #10 58.30 Setting up libclass-accessor-perl (0.51-1) ...
11:20:05 #11 51.71 Selecting previously unselected package perl.
11:20:05 #11 51.71 Preparing to unpack .../005-perl_5.34.0-5ubuntu1.1_arm64.deb ...
11:20:05 #11 51.72 Unpacking perl (5.34.0-5ubuntu1.1) ...
11:20:05 #11 51.76 Selecting previously unselected package openssl.
11:20:05 #11 51.76 Preparing to unpack .../006-openssl_3.0.5-2ubuntu2.1_arm64.deb ...
11:20:05 #11 51.76 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:20:05 #11 51.82 Selecting previously unselected package ca-certificates.
11:20:05 #11 51.82 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:20:05 #11 51.82 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:05 #11 51.88 Selecting previously unselected package libdbus-1-3:arm64.
11:20:05 #11 51.88 Preparing to unpack .../008-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
11:20:05 #11 51.89 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
11:20:05 #11 51.92 Selecting previously unselected package dbus-bin.
11:20:05 #11 51.92 Preparing to unpack .../009-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
11:20:05 #11 51.92 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:20:05 #11 55.27 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:05 #11 55.28 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:05 #11 55.31 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:20:05 #11 55.31 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
11:20:05 #11 55.32 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
11:20:05 #11 55.35 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:05 #11 55.36 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:05 #11 55.36 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:05 #11 55.39 Selecting previously unselected package libexception-class-perl.
11:20:05 #11 55.39 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
11:20:05 #11 55.40 Unpacking libexception-class-perl (1.45-1) ...
11:20:05 #11 55.42 Selecting previously unselected package libiterator-perl.
11:20:05 #11 55.43 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:20:05 #11 55.43 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:20:05 #11 55.46 Selecting previously unselected package libiterator-util-perl.
11:20:05 #11 55.46 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:20:05 #11 55.46 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:20:05 #11 55.49 Selecting previously unselected package libexporter-tiny-perl.
11:20:05 #11 53.85 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
11:20:05 #11 53.85 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
11:20:05 #11 53.88 Selecting previously unselected package libset-intspan-perl.
11:20:05 #11 53.88 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ...
11:20:05 #11 53.88 Unpacking libset-intspan-perl (1.19-2) ...
11:20:05 #11 53.91 Selecting previously unselected package libsocket6-perl.
11:20:05 #11 53.92 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ...
11:20:05 #11 53.92 Unpacking libsocket6-perl (0.29-1build4) ...
11:20:05 #11 53.94 Selecting previously unselected package libstring-copyright-perl.
11:20:05 #11 53.95 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ...
11:20:05 #11 53.95 Unpacking libstring-copyright-perl (0.003012-1) ...
11:20:05 #11 53.98 Selecting previously unselected package libstring-escape-perl.
11:20:05 #11 53.98 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ...
11:20:05 #11 53.98 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:05 #11 54.01 Selecting previously unselected package libstring-shellquote-perl.
11:20:05 #11 54.01 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:05 #11 54.02 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:05 #11 54.05 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:05 #11 54.05 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ...
11:20:05 #11 54.05 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:20:05 #10 48.49 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:20:05 #10 48.53 Selecting previously unselected package libdevel-callchecker-perl.
11:20:05 #10 48.53 Preparing to unpack .../152-libdevel-callchecker-perl_0.007-2build1_armhf.deb ...
11:20:05 #10 48.54 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:20:05 #10 48.58 Selecting previously unselected package libparams-classify-perl.
11:20:05 #10 48.58 Preparing to unpack .../153-libparams-classify-perl_0.015-1_armhf.deb ...
11:20:05 #10 48.58 Unpacking libparams-classify-perl (0.015-1) ...
11:20:05 #10 48.62 Selecting previously unselected package libmodule-runtime-perl.
11:20:05 #10 48.62 Preparing to unpack .../154-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:05 #10 48.63 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:05 #10 48.66 Selecting previously unselected package libtry-tiny-perl.
11:20:05 #10 48.66 Preparing to unpack .../155-libtry-tiny-perl_0.30-1_all.deb ...
11:20:05 #10 48.66 Unpacking libtry-tiny-perl (0.30-1) ...
11:20:05 #10 48.70 Selecting previously unselected package libmodule-implementation-perl.
11:20:05 #10 48.70 Preparing to unpack .../156-libmodule-implementation-perl_0.09-1_all.deb ...
11:20:05 #10 48.70 Unpacking libmodule-implementation-perl (0.09-1) ...
11:20:05 #10 48.73 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:05 #11 38.70 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:20:05 #11 38.72 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
11:20:05 #11 38.74 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:20:05 #10 39.62 Selecting previously unselected package libclone-perl:armhf.#10 ...
11:20:05 
11:20:05 #7 [golang 1/1] FROM docker.io/library/golang:1.19.6-buster@sha256:82c680f7bebb07f5e47e50bef1ab8d3e01feb5fb6b160b22b32654538a626c8d
11:20:05 #7 extracting sha256:b099d7456785955c802be94277e585c419cef64e0202b748b0a99b557ce7ed70 20.6s done
11:20:05 #7 extracting sha256:778a217081ab5043c8d56b37a1aa85d7618191e4fea2dc0199ad34751c215c3f done
11:20:05 #7 DONE 60.7s
11:20:05 
11:20:05 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:20:05 #10 39.62 Selecting previously unselected package libclone-perl:armhf.
11:20:05 #10 39.62 Preparing to unpack .../116-libclone-perl_0.46-1_armhf.deb ...
11:20:05 #10 39.63 Unpacking libclone-perl:armhf (0.46-1) ...
11:20:05 #10 39.68 Selecting previously unselected package libio-html-perl.
11:20:05 #10 39.68 Preparing to unpack .../117-libio-html-perl_1.004-3_all.deb ...
11:20:05 #10 39.69 Unpacking libio-html-perl (1.004-3) ...
11:20:05 #10 39.75 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:05 #10 39.75 Preparing to unpack .../118-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:20:05 #10 39.76 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:20:05 #10 39.81 Selecting previously unselected package libhttp-message-perl.
11:20:05 #10 39.81 Preparing to unpack .../119-libhttp-message-perl_6.44-1_all.deb ...
11:20:05 #10 39.81 Unpacking libhttp-message-perl (6.44-1) ...
11:20:05 #10 39.88 Selecting previously unselected package libhttp-cookies-perl.
11:20:05 #10 39.88 Preparing to unpack .../120-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:05 #10 39.88 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:05 #10 57.41 0 added, 0 removed; done.
11:20:05 #10 57.41 Running hooks in /etc/ca-certificates/update.d...
11:20:05 #10 38.75 Selecting previously unselected package fontconfig-config.
11:20:05 #10 38.75 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ...
11:20:05 #11 DONE 61.5s
11:20:05 
11:20:05 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:05 #12 DONE 0.1s
11:20:05 #13 97.11   Installing : kernel-headers-4.18.0-348.20.1.el7.aarch64                 40/65 
11:20:05 #13 97.54   Installing : glibc-headers-2.17-326.el7_9.aarch64                       41/65 
11:20:05 #12 9.492 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
11:20:05 #12 9.503 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:05 #12 9.517 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:05 #12 9.528 Setting up librhash0:amd64 (1.3.6-2) ...
11:20:05 #12 9.540 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:05 #12 9.552 Setting up pkg-config (0.29.1-0ubuntu2) ...
11:20:05 #12 9.596 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
11:20:05 #11 54.57 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ...
11:20:05 #11 54.57 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:20:05 #11 54.61 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:05 #11 54.61 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:20:05 #11 54.61 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:20:05 #11 54.65 Selecting previously unselected package libregexp-pattern-perl.
11:20:05 #11 54.65 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:20:05 #11 54.66 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:20:05 #11 54.70 Selecting previously unselected package libsasl2-modules:arm64.
11:20:05 #11 54.70 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:20:05 #11 54.70 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:20:05 #11 54.74 Selecting previously unselected package libsereal-decoder-perl.
11:20:05 #11 54.74 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ...
11:20:05 #11 54.75 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:20:05 #11 54.79 Selecting previously unselected package libsereal-encoder-perl.
11:20:05 #11 54.79 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ...
11:20:05 #11 54.79 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:20:05 #11 54.83 Selecting previously unselected package libsereal-perl.
11:20:05 #11 41.10 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.11 Unpacking libbinutils:armhf (2.34-6ubuntu1.4) ...
11:20:05 #11 41.17 Selecting previously unselected package libctf-nobfd0:armhf.
11:20:05 #11 41.17 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.18 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
11:20:05 #11 41.21 Selecting previously unselected package libctf0:armhf.
11:20:05 #11 41.21 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.21 Unpacking libctf0:armhf (2.34-6ubuntu1.4) ...
11:20:05 #11 41.24 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:20:05 #11 41.25 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.25 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
11:20:05 #10 35.04 Selecting previously unselected package libencode-locale-perl.
11:20:05 #10 35.04 Preparing to unpack .../076-libencode-locale-perl_1.05-1_all.deb ...
11:20:05 #10 35.06 Unpacking libencode-locale-perl (1.05-1) ...
11:20:05 #10 35.12 Selecting previously unselected package libtimedate-perl.
11:20:05 #10 35.12 Preparing to unpack .../077-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:20:05 #10 35.15 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:20:05 #10 35.20 Selecting previously unselected package libhttp-date-perl.
11:20:05 #10 35.20 Preparing to unpack .../078-libhttp-date-perl_6.02-1_all.deb ...
11:20:05 #10 35.21 Unpacking libhttp-date-perl (6.02-1) ...
11:20:05 #10 35.26 Selecting previously unselected package libfile-listing-perl.
11:20:05 #10 35.26 Preparing to unpack .../079-libfile-listing-perl_6.04-1_all.deb ...
11:20:05 #10 47.18 Selecting previously unselected package libnamespace-clean-perl.
11:20:05 #10 47.18 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:05 #10 47.20 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:05 #10 47.24 Selecting previously unselected package libpath-tiny-perl.
11:20:05 #10 47.25 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ...
11:20:05 #10 47.26 Unpacking libpath-tiny-perl (0.108-1) ...
11:20:05 #10 47.31 Selecting previously unselected package libtype-tiny-perl.
11:20:05 #10 47.31 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ...
11:20:05 #10 47.32 Unpacking libtype-tiny-perl (1.004004-1) ...
11:20:05 #10 47.38 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:05 #10 47.38 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ...
11:20:05 #10 47.39 Unpacking libgitlab-api-v4-perl (0.16-1) ...
11:20:05 #10 37.12 Selecting previously unselected package intltool-debian.
11:20:05 #10 37.13 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:05 #10 37.13 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:05 #10 37.16 Selecting previously unselected package po-debconf.
11:20:05 #10 37.17 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
11:20:05 #10 37.17 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:05 #10 37.22 Selecting previously unselected package debhelper.
11:20:05 #10 37.23 Preparing to unpack .../059-debhelper_13.3.4_all.deb ...
11:20:05 #10 37.23 Unpacking debhelper (13.3.4) ...
11:20:05 #10 37.35 Selecting previously unselected package libfakeroot:armhf.
11:20:05 #10 37.36 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ...
11:20:05 #10 37.36 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
11:20:05 #10 37.40 Selecting previously unselected package fakeroot.
11:20:05 #10 37.40 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ...
11:20:05 #10 37.40 Unpacking fakeroot (1.25.3-1.1) ...
11:20:05 #10 37.44 Selecting previously unselected package libfile-dirlist-perl.
11:20:05 #10 37.45 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:05 #10 58.31 Setting up libsort-key-perl (1.33-2) ...
11:20:05 #10 58.33 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:05 #10 58.34 Setting up libpath-tiny-perl (0.104-1) ...
11:20:05 #10 58.35 Setting up libtool (2.4.6-2) ...
11:20:05 #10 58.37 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:05 #10 58.39 Setting up libsub-install-perl (0.928-1) ...
11:20:05 #10 58.41 Setting up libdata-optlist-perl (0.110-1) ...
11:20:05 #10 58.42 Setting up libio-stringy-perl (2.111-2) ...
11:20:05 #10 58.44 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:05 #10 58.45 Setting up libtry-tiny-perl (0.30-1) ...
11:20:05 #10 58.48 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:05 #10 58.50 Setting up libfont-afm-perl (1.20-2) ...
11:20:05 #10 58.52 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
11:20:05 #11 51.96 Selecting previously unselected package dbus-session-bus-common.
11:20:05 #11 51.96 Preparing to unpack .../010-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:20:05 #11 51.96 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:20:05 #11 52.00 Selecting previously unselected package dbus-daemon.
11:20:05 #11 52.00 Preparing to unpack .../011-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
11:20:05 #11 52.00 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:20:05 #11 52.03 Selecting previously unselected package dbus-system-bus-common.
11:20:05 #11 52.04 Preparing to unpack .../012-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:20:05 #11 52.04 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:20:05 #11 52.08 Selecting previously unselected package dbus.
11:20:05 #11 52.08 Preparing to unpack .../013-dbus_1.14.0-2ubuntu3_arm64.deb ...
11:20:05 #11 52.08 Unpacking dbus (1.14.0-2ubuntu3) ...
11:20:05 #11 52.12 Selecting previously unselected package distro-info-data.
11:20:05 #11 52.12 Preparing to unpack .../014-distro-info-data_0.54ubuntu0.1_all.deb ...
11:20:05 #11 52.13 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:20:05 #11 52.16 Selecting previously unselected package dmsetup.
11:20:05 #11 42.44 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoox-aliases-perl all 0.001006-2 [6796 B]
11:20:05 #11 42.51 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
11:20:05 #11 55.49 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:05 #11 55.50 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:05 #11 55.53 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:05 #11 55.53 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
11:20:05 #11 55.54 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:05 #11 55.57 Selecting previously unselected package liblist-moreutils-perl.
11:20:05 #11 55.57 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:05 #11 55.57 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:05 #11 55.61 Selecting previously unselected package libdata-dpath-perl.
11:20:05 #11 55.61 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
11:20:05 #11 55.61 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:05 #11 55.64 Selecting previously unselected package libdata-dump-perl.
11:20:05 #11 55.65 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
11:20:05 #11 55.65 Unpacking libdata-dump-perl (1.25-1) ...
11:20:05 #11 55.68 Selecting previously unselected package libdata-messagepack-perl.
11:20:05 #11 55.68 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
11:20:05 #11 55.68 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:20:05 #11 55.71 Selecting previously unselected package libnet-domain-tld-perl.
11:20:05 #11 55.72 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:20:05 #11 55.72 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:20:05 #11 55.75 Selecting previously unselected package libdata-validate-domain-perl.
11:20:05 #11 55.75 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:05 #11 55.75 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:05 #11 55.78 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:05 #11 55.79 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:05 #11 55.79 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:05 #11 55.82 Selecting previously unselected package libnet-netmask-perl.
11:20:05 #10 48.73 Preparing to unpack .../157-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:05 #10 48.74 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:05 #10 48.77 Selecting previously unselected package libvariable-magic-perl.
11:20:05 #10 48.77 Preparing to unpack .../158-libvariable-magic-perl_0.62-1_armhf.deb ...
11:20:05 #10 48.77 Unpacking libvariable-magic-perl (0.62-1) ...
11:20:05 #10 48.81 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:05 #10 48.81 Preparing to unpack .../159-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:20:05 #10 48.82 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:20:05 #10 48.86 Selecting previously unselected package libhtml-tagset-perl.
11:20:05 #10 48.86 Preparing to unpack .../160-libhtml-tagset-perl_3.20-3_all.deb ...
11:20:05 #10 48.86 Unpacking libhtml-tagset-perl (3.20-3) ...
11:20:05 #10 48.89 Selecting previously unselected package liburi-perl.
11:20:05 #10 48.89 Preparing to unpack .../161-liburi-perl_1.73-1_all.deb ...
11:20:05 #10 48.90 Unpacking liburi-perl (1.73-1) ...
11:20:05 #10 48.95 Selecting previously unselected package libhtml-parser-perl.
11:20:05 #10 48.95 Preparing to unpack .../162-libhtml-parser-perl_3.72-3build1_armhf.deb ...
11:20:05 #10 48.95 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:20:05 #10 48.99 Selecting previously unselected package libcgi-pm-perl.
11:20:05 #10 48.99 Preparing to unpack .../163-libcgi-pm-perl_4.38-1_all.deb ...
11:20:05 #11 54.08 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:05 #11 54.08 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ...
11:20:05 #11 54.08 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:05 #11 54.11 Selecting previously unselected package libterm-readkey-perl.
11:20:05 #11 54.11 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ...
11:20:05 #11 54.12 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:20:05 #11 54.16 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:05 #11 54.16 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ...
11:20:05 #11 54.17 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:05 #11 54.20 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:20:05 #11 54.20 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
11:20:05 #11 54.20 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:20:05 #11 54.23 Selecting previously unselected package libtext-xslate-perl:amd64.
11:20:05 #11 54.23 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
11:20:05 #11 54.24 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:20:05 #11 54.27 Selecting previously unselected package libtime-duration-perl.
11:20:05 #11 54.27 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ...
11:20:05 #11 54.28 Unpacking libtime-duration-perl (1.21-1) ...
11:20:05 #11 54.30 Selecting previously unselected package libtime-moment-perl.
11:20:05 #11 54.31 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ...
11:20:05 #11 54.31 Unpacking libtime-moment-perl (0.44-1build6) ...
11:20:05 #11 54.34 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:05 #11 54.34 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ...
11:20:05 #11 54.35 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:20:05 #11 54.37 Selecting previously unselected package libunicode-utf8-perl.
11:20:05 #11 54.37 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
11:20:05 #11 38.87 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:20:05 #11 38.88 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1.2 [60.9 kB]
11:20:05 #11 38.92 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
11:20:05 #11 38.96 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
11:20:05 #11 38.99 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
11:20:05 #11 39.00 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
11:20:05 #11 39.01 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:20:05 #10 39.91 Selecting previously unselected package libhttp-negotiate-perl.
11:20:05 #10 39.91 Preparing to unpack .../121-libhttp-negotiate-perl_6.01-2_all.deb ...
11:20:05 #10 39.92 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:20:05 #10 39.95 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:05 #10 39.95 Preparing to unpack .../122-perl-openssl-defaults_7+b1_armhf.deb ...
11:20:05 #10 39.96 Unpacking perl-openssl-defaults:armhf (7+b1) ...
11:20:05 #10 40.00 Selecting previously unselected package libnet-ssleay-perl:armhf.
11:20:05 #10 40.00 Preparing to unpack .../123-libnet-ssleay-perl_1.92-2+b1_armhf.deb ...
11:20:05 #10 40.01 Unpacking libnet-ssleay-perl:armhf (1.92-2+b1) ...
11:20:05 #10 40.11 Selecting previously unselected package libio-socket-ssl-perl.
11:20:05 #10 40.11 Preparing to unpack .../124-libio-socket-ssl-perl_2.081-2_all.deb ...
11:20:05 #10 57.41 done.
11:20:05 #10 38.99 Unpacking fontconfig-config (2.13.1-4.2) ...
11:20:05 #10 39.07 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:05 #10 39.07 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
11:20:05 #10 39.07 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:20:05 #10 39.15 Selecting previously unselected package liberror-perl.
11:20:05 #10 39.15 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ...
11:20:05 
11:20:05 #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
11:20:05 #12 9.605 Setting up libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
11:20:05 #12 9.617 Setting up libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
11:20:05 #12 9.629 Setting up libsystemd-dev:amd64 (237-3ubuntu10.57) ...
11:20:05 #12 9.642 Setting up libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
11:20:05 #12 9.651 Setting up libudev-dev:amd64 (237-3ubuntu10.57) ...
11:20:05 #12 9.666 Setting up liblzo2-2:amd64 (2.08-1.2) ...
11:20:05 #12 9.684 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
11:20:05 #12 9.695 Setting up libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
11:20:05 #12 9.708 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
11:20:05 #12 9.718 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:05 #12 9.729 Setting up libselinux1-dev:amd64 (2.7-2build2) ...
11:20:05 #12 9.739 Setting up libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:05 #12 9.752 Setting up docker-ce-build-deps (1.0) ...
11:20:05 #12 9.763 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
11:20:05 #12 9.786 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:20:05 #11 54.84 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ...
11:20:05 #11 54.84 Unpacking libsereal-perl (4.011-1) ...
11:20:05 #11 54.87 Selecting previously unselected package libsort-key-perl.
11:20:05 #11 54.88 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ...
11:20:05 #11 54.88 Unpacking libsort-key-perl (1.33-2build2) ...
11:20:05 #11 54.92 Selecting previously unselected package libstring-copyright-perl.
11:20:05 #11 54.93 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ...
11:20:05 #11 54.93 Unpacking libstring-copyright-perl (0.003006-1) ...
11:20:05 #11 54.96 Selecting previously unselected package libstring-escape-perl.
11:20:05 #11 54.96 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ...
11:20:05 #11 54.97 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:05 #11 55.00 Selecting previously unselected package libstring-shellquote-perl.
11:20:05 #11 55.00 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:05 #11 55.04 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:05 #11 55.08 Selecting previously unselected package libterm-readkey-perl.
11:20:05 #11 41.53 Selecting previously unselected package binutils.
11:20:05 #11 41.53 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_armhf.deb ...
11:20:05 #11 41.54 Unpacking binutils (2.34-6ubuntu1.4) ...
11:20:05 #11 41.56 Selecting previously unselected package libc-dev-bin.
11:20:05 #11 41.56 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
11:20:05 #11 41.57 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:20:05 #10 35.27 Unpacking libfile-listing-perl (6.04-1) ...
11:20:05 #10 35.32 Selecting previously unselected package libhtml-tagset-perl.
11:20:05 #10 35.32 Preparing to unpack .../080-libhtml-tagset-perl_3.20-3_all.deb ...
11:20:05 #10 35.33 Unpacking libhtml-tagset-perl (3.20-3) ...
11:20:05 #10 35.38 Selecting previously unselected package liburi-perl.
11:20:05 #10 35.38 Preparing to unpack .../081-liburi-perl_1.76-1_all.deb ...
11:20:05 #10 35.39 Unpacking liburi-perl (1.76-1) ...
11:20:05 #10 35.51 Selecting previously unselected package libhtml-parser-perl.
11:20:05 #10 35.51 Preparing to unpack .../082-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
11:20:05 #10 37.45 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:05 #10 37.48 Selecting previously unselected package libfile-which-perl.
11:20:05 #10 37.49 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ...
11:20:05 #10 37.49 Unpacking libfile-which-perl (1.23-1) ...
11:20:05 #10 37.52 Selecting previously unselected package libfile-homedir-perl.
11:20:05 #10 37.53 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ...
11:20:05 #10 37.53 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:05 #10 37.57 Selecting previously unselected package libfile-touch-perl.
11:20:05 #10 37.57 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ...
11:20:05 #10 37.58 Unpacking libfile-touch-perl (0.11-1) ...
11:20:05 #10 37.62 Selecting previously unselected package libio-pty-perl.
11:20:05 #10 37.62 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ...
11:20:05 #10 37.63 Unpacking libio-pty-perl (1:1.15-2) ...
11:20:05 #10 37.66 Selecting previously unselected package libipc-run-perl.
11:20:05 #10 37.66 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ...
11:20:05 #10 37.67 Unpacking libipc-run-perl (20200505.0-1) ...
11:20:05 #10 47.43 Selecting previously unselected package libglib2.0-data.
11:20:05 #10 47.43 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
11:20:05 #10 47.44 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
11:20:05 #10 47.65 Selecting previously unselected package libgpm2:armhf.
11:20:05 #10 47.65 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ...
11:20:05 #10 47.66 Unpacking libgpm2:armhf (1.20.7-5) ...
11:20:05 #10 58.53 Setting up python3-apt (1.6.6) ...
11:20:05 #10 58.72 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:20:05 #10 58.73 Setting up libxext6:arm64 (2:1.3.3-1) ...
11:20:05 #10 58.75 Setting up po-debconf (1.0.20) ...
11:20:05 #10 58.77 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:20:05 #10 58.78 Setting up libio-socket-inet6-perl (2.72-2) ...
11:20:05 #11 52.16 Preparing to unpack .../015-dmsetup_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:20:05 #11 52.17 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
11:20:05 #11 52.22 Selecting previously unselected package libglib2.0-0:arm64.
11:20:05 #11 52.22 Preparing to unpack .../016-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
11:20:05 #11 52.23 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
11:20:05 #11 52.29 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:20:05 #11 52.29 Preparing to unpack .../017-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
11:20:05 #11 52.30 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
11:20:05 #11 52.33 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:20:05 #11 52.33 Preparing to unpack .../018-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
11:20:05 #11 52.33 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
11:20:05 #11 52.37 Selecting previously unselected package iso-codes.
11:20:05 #11 52.37 Preparing to unpack .../019-iso-codes_4.11.0-1_all.deb ...
11:20:05 #11 52.37 Unpacking iso-codes (4.11.0-1) ...
11:20:05 #11 42.75 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-keyword-perl armhf 0.25-1 [49.2 kB]
11:20:05 #11 42.77 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-sublike-perl armhf 0.16-1ubuntu2 [26.8 kB]
11:20:05 #11 42.78 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libobject-pad-perl armhf 0.68-1 [91.1 kB]
11:20:05 #11 42.82 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-xs-perl armhf 0.30-1 [17.6 kB]
11:20:05 #11 42.82 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:20:05 #11 42.84 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-gzip-perl armhf 0.20-1 [13.9 kB]
11:20:05 #11 42.84 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
11:20:05 #11 42.84 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-parser-perl all 1.65-1 [82.7 kB]
11:20:05 #11 42.86 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
11:20:05 #11 55.82 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
11:20:05 #11 55.83 Unpacking libnet-netmask-perl (2.0001-1) ...
11:20:05 #11 55.86 Selecting previously unselected package libnetaddr-ip-perl.
11:20:05 #11 55.86 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
11:20:05 #11 55.87 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:05 #11 55.91 Selecting previously unselected package libdata-validate-ip-perl.
11:20:05 #11 55.91 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
11:20:05 #11 55.91 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:20:05 #11 55.94 Selecting previously unselected package libdata-validate-uri-perl.
11:20:05 #11 55.94 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:05 #11 55.95 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:05 #11 55.98 Selecting previously unselected package libdistro-info-perl.
11:20:05 #11 55.98 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
11:20:05 #11 55.99 Unpacking libdistro-info-perl (1.1build1) ...
11:20:05 #11 56.02 Selecting previously unselected package libemail-address-xs-perl.
11:20:05 #11 56.02 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
11:20:05 #11 56.02 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:20:05 #11 56.06 Selecting previously unselected package libipc-system-simple-perl.
11:20:05 #10 48.99 Unpacking libcgi-pm-perl (4.38-1) ...
11:20:05 #10 49.04 Selecting previously unselected package libfcgi-perl.
11:20:05 #10 49.05 Preparing to unpack .../164-libfcgi-perl_0.78-2build1_armhf.deb ...
11:20:05 #10 49.05 Unpacking libfcgi-perl (0.78-2build1) ...
11:20:05 #10 49.11 Selecting previously unselected package libcgi-fast-perl.
11:20:05 #10 49.11 Preparing to unpack .../165-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:20:05 #10 49.12 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:20:05 #10 49.15 Selecting previously unselected package libsub-name-perl.
11:20:05 #10 49.15 Preparing to unpack .../166-libsub-name-perl_0.21-1build1_armhf.deb ...
11:20:05 #10 49.16 Unpacking libsub-name-perl (0.21-1build1) ...
11:20:05 #10 49.19 Selecting previously unselected package libclass-accessor-perl.
11:20:05 #10 49.20 Preparing to unpack .../167-libclass-accessor-perl_0.51-1_all.deb ...
11:20:05 #11 54.38 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:05 #11 54.41 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:05 #11 54.41 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:20:05 #11 54.42 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:20:05 #11 54.44 Selecting previously unselected package libxml-sax-base-perl.
11:20:05 #11 54.44 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:20:05 #11 54.45 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:20:05 #11 54.48 Selecting previously unselected package libxml-sax-perl.
11:20:05 #11 54.48 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:05 #11 54.49 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:05 #11 54.53 Selecting previously unselected package libxml-libxml-perl.
11:20:05 #11 54.54 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
11:20:05 #11 54.54 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:05 #11 54.57 Selecting previously unselected package libxml-parser-perl:amd64.
11:20:05 #11 54.58 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ...
11:20:05 #11 54.58 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
11:20:05 #10 40.11 Unpacking libio-socket-ssl-perl (2.081-2) ...
11:20:05 #10 40.18 Selecting previously unselected package libnet-http-perl.
11:20:05 #10 40.18 Preparing to unpack .../125-libnet-http-perl_6.22-1_all.deb ...
11:20:05 #10 40.19 Unpacking libnet-http-perl (6.22-1) ...
11:20:05 #10 40.23 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:05 #10 40.23 Preparing to unpack .../126-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:05 #10 40.24 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:05 #10 40.29 Selecting previously unselected package libtry-tiny-perl.
11:20:05 #10 40.29 Preparing to unpack .../127-libtry-tiny-perl_0.31-2_all.deb ...
11:20:05 #10 40.29 Unpacking libtry-tiny-perl (0.31-2) ...
11:20:05 #10 40.34 Selecting previously unselected package libwww-robotrules-perl.
11:20:05 #10 39.16 Unpacking liberror-perl (0.17029-1) ...
11:20:05 #10 39.21 Selecting previously unselected package git-man.
11:20:05 #10 39.21 Preparing to unpack .../157-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
11:20:05 #10 39.21 Unpacking git-man (1:2.30.2-1+deb11u2) ...
11:20:06 #12 DONE 10.0s
11:20:06 
11:20:06 #13 [stage-1 5/8] COPY sources/ /sources
11:20:06 #11 55.08 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ...
11:20:06 #11 55.09 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:20:06 #11 55.12 Selecting previously unselected package libtest-fatal-perl.
11:20:06 #11 55.12 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ...
11:20:06 #11 55.13 Unpacking libtest-fatal-perl (0.014-1) ...
11:20:06 #11 55.16 Selecting previously unselected package libtest-refcount-perl.
11:20:06 #11 55.17 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ...
11:20:06 #11 55.17 Unpacking libtest-refcount-perl (0.10-1) ...
11:20:06 #11 55.20 Selecting previously unselected package libtext-levenshtein-perl.
11:20:06 #11 55.20 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ...
11:20:06 #11 55.21 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:20:06 #11 55.24 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:06 #11 55.24 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ...
11:20:06 #11 55.25 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:20:06 #11 55.29 Selecting previously unselected package libunicode-utf8-perl.
11:20:06 #11 55.29 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ...
11:20:06 #11 55.29 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:20:06 #11 55.33 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:06 #11 41.62 Selecting previously unselected package linux-libc-dev:armhf.
11:20:06 #11 41.62 Preparing to unpack .../075-linux-libc-dev_5.4.0-144.161_armhf.deb ...
11:20:06 #11 41.63 Unpacking linux-libc-dev:armhf (5.4.0-144.161) ...
11:20:06 #11 41.87 Selecting previously unselected package libcrypt-dev:armhf.
11:20:06 #10 35.51 Unpacking libhtml-parser-perl (3.72-3+b2) ...
11:20:06 #10 35.61 Selecting previously unselected package libhtml-tree-perl.
11:20:06 #10 35.61 Preparing to unpack .../083-libhtml-tree-perl_5.07-2_all.deb ...
11:20:06 #10 35.62 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:06 #10 35.70 Selecting previously unselected package libio-html-perl.
11:20:06 #10 35.70 Preparing to unpack .../084-libio-html-perl_1.001-1_all.deb ...
11:20:06 #10 35.70 Unpacking libio-html-perl (1.001-1) ...
11:20:06 #10 37.70 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:06 #10 37.71 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:06 #10 37.71 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:06 #10 37.75 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:06 #10 37.75 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
11:20:06 #10 37.75 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
11:20:06 #10 37.79 Selecting previously unselected package libdynaloader-functions-perl.
11:20:06 #10 37.80 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:20:06 #10 37.80 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:20:06 #10 37.83 Selecting previously unselected package libdevel-callchecker-perl.
11:20:06 #10 37.83 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
11:20:06 #10 37.84 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:20:06 #10 37.87 Selecting previously unselected package libparams-classify-perl.
11:20:06 #10 37.88 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ...
11:20:06 #10 37.88 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:20:06 #10 37.91 Selecting previously unselected package libmodule-runtime-perl.
11:20:06 #10 37.91 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:06 #10 37.92 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:06 #10 47.70 Selecting previously unselected package libidn11:armhf.
11:20:06 #10 47.70 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ...
11:20:06 #10 47.70 Unpacking libidn11:armhf (1.33-2.2) ...
11:20:06 #10 47.76 Selecting previously unselected package libntlm0:armhf.
11:20:06 #10 47.76 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ...
11:20:06 #10 47.76 Unpacking libntlm0:armhf (1.5-1+deb10u1) ...
11:20:06 #10 47.80 Selecting previously unselected package libgsasl7.
11:20:06 #10 47.80 Preparing to unpack .../233-libgsasl7_1.8.0-8+deb10u1_armhf.deb ...
11:20:06 #10 47.80 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
11:20:06 #10 47.87 Selecting previously unselected package libhtml-form-perl.
11:20:06 #10 47.87 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ...
11:20:06 #10 47.87 Unpacking libhtml-form-perl (6.03-1) ...
11:20:06 #10 47.94 Selecting previously unselected package libhtml-format-perl.
11:20:06 #10 58.79 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:06 #10 58.80 Setting up libio-pty-perl (1:1.08-1.1build4) ...
11:20:06 #10 58.82 Setting up libfile-which-perl (1.21-1) ...
11:20:06 #10 58.83 Setting up libencode-locale-perl (1.05-1) ...
11:20:06 #10 58.84 Setting up libperlio-gzip-perl (0.19-1build3) ...
11:20:06 #10 58.85 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:06 #10 58.87 Setting up liberror-perl (0.17025-1) ...
11:20:06 #10 58.88 Setting up libvariable-magic-perl (0.62-1) ...
11:20:06 #10 58.89 Setting up libtimedate-perl (2.3000-2) ...
11:20:06 #10 58.90 Setting up libnet-ip-perl (1.26-1) ...
11:20:06 #10 58.91 Setting up librole-tiny-perl (2.000006-1) ...
11:20:06 #10 58.92 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:20:06 #10 58.93 Setting up libfile-homedir-perl (1.002-1) ...
11:20:06 #10 58.94 Setting up libipc-system-simple-perl (1.25-4) ...
11:20:06 #10 58.95 Setting up libfile-basedir-perl (0.07-1) ...
11:20:06 #10 58.96 Setting up libstring-escape-perl (2010.002-2) ...
11:20:06 #10 58.98 Setting up libb-hooks-op-check-perl (0.22-1) ...
11:20:06 #10 58.99 Setting up libio-html-perl (1.001-1) ...
11:20:06 #10 59.00 Setting up libexporter-tiny-perl (1.000000-2) ...
11:20:06 #11 52.54 Selecting previously unselected package krb5-locales.
11:20:06 #11 52.54 Preparing to unpack .../020-krb5-locales_1.20-1ubuntu0.1_all.deb ...
11:20:06 #11 52.54 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
11:20:06 #11 52.58 Selecting previously unselected package less.
11:20:06 #11 52.58 Preparing to unpack .../021-less_590-1ubuntu0.22.10.1_arm64.deb ...
11:20:06 #11 52.59 Unpacking less (590-1ubuntu0.22.10.1) ...
11:20:06 #11 52.62 Selecting previously unselected package libmd0:arm64.
11:20:06 #11 52.63 Preparing to unpack .../022-libmd0_1.0.4-2_arm64.deb ...
11:20:06 #11 52.63 Unpacking libmd0:arm64 (1.0.4-2) ...
11:20:06 #11 52.66 Selecting previously unselected package libbsd0:arm64.
11:20:06 #11 56.06 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:06 #11 56.06 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:06 #11 56.10 Selecting previously unselected package libfile-basedir-perl.
11:20:06 #11 56.10 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
11:20:06 #11 56.10 Unpacking libfile-basedir-perl (0.09-1) ...
11:20:06 #11 56.13 Selecting previously unselected package libfile-chdir-perl.
11:20:06 #11 56.14 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:06 #11 56.14 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:06 #11 56.17 Selecting previously unselected package libfile-fcntllock-perl.
11:20:06 #11 56.17 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
11:20:06 #11 56.17 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:20:06 #11 56.20 Selecting previously unselected package libnumber-compare-perl.
11:20:06 #11 56.21 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
11:20:06 #11 56.21 Unpacking libnumber-compare-perl (0.03-2) ...
11:20:06 #11 56.24 Selecting previously unselected package libtext-glob-perl.
11:20:06 #11 56.24 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
11:20:06 #11 56.24 Unpacking libtext-glob-perl (0.11-2) ...
11:20:06 #11 56.29 Selecting previously unselected package libfile-find-rule-perl.
11:20:06 #12 3.837 (1/94): automake-1.16.5-9.fc37.noarch.rpm       2.1 MB/s | 696 kB     00:00    
11:20:06 #12 3.841 (2/94): device-mapper-1.02.175-9.fc37.x86_64.rp 423 kB/s | 138 kB     00:00    
11:20:06 #12 3.876 (3/94): checkpolicy-3.4-3.fc37.x86_64.rpm       958 kB/s | 346 kB     00:00    
11:20:06 #10 49.24 Unpacking libclass-accessor-perl (0.51-1) ...
11:20:06 #10 49.27 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:06 #10 49.27 Preparing to unpack .../168-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:20:06 #10 49.28 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:20:06 #10 49.31 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:06 #10 49.31 Preparing to unpack .../169-libclass-xsaccessor-perl_1.19-2build8_armhf.deb ...
11:20:06 #10 49.32 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:20:06 #10 49.35 Selecting previously unselected package libclone-perl.
11:20:06 #10 49.35 Preparing to unpack .../170-libclone-perl_0.39-1_armhf.deb ...
11:20:06 #10 49.36 Unpacking libclone-perl (0.39-1) ...
11:20:06 #10 49.39 Selecting previously unselected package libdata-dump-perl.
11:20:06 #10 49.39 Preparing to unpack .../171-libdata-dump-perl_1.23-1_all.deb ...
11:20:06 #10 49.40 Unpacking libdata-dump-perl (1.23-1) ...
11:20:06 #10 49.44 Selecting previously unselected package libparams-util-perl.
11:20:06 #10 49.44 Preparing to unpack .../172-libparams-util-perl_1.07-3build3_armhf.deb ...
11:20:06 #10 49.45 Unpacking libparams-util-perl (1.07-3build3) ...
11:20:06 #10 62.83 Setting up libhttp-negotiate-perl (6.01-2) ...
11:20:06 #10 62.84 Setting up libio-prompter-perl (0.004015-2) ...
11:20:06 #10 62.85 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:06 #10 62.86 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
11:20:06 #10 62.88 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:06 #10 62.90 Setting up libtool (2.4.7-5) ...
11:20:06 #10 62.92 Setting up po-debconf (1.0.21+nmu1) ...
11:20:06 #10 62.93 Setting up libhtml-tree-perl (5.07-3) ...
11:20:06 #10 62.94 Setting up libparams-classify-perl:amd64 (0.015-2+b1) ...
11:20:06 #10 62.95 Setting up libcgi-pm-perl (4.55-1) ...
11:20:06 #10 62.97 Setting up python3 (3.11.2-1) ...
11:20:06 #10 40.34 Preparing to unpack .../128-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:06 #10 40.34 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:06 #10 40.39 Selecting previously unselected package libwww-perl.
11:20:06 #10 40.39 Preparing to unpack .../129-libwww-perl_6.67-1_all.deb ...
11:20:06 #10 40.39 Unpacking libwww-perl (6.67-1) ...
11:20:06 #10 40.47 Selecting previously unselected package libdigest-md5-file-perl.
11:20:06 #10 40.47 Preparing to unpack .../130-libdigest-md5-file-perl_0.08-1.1_all.deb ...
11:20:06 #10 40.47 Unpacking libdigest-md5-file-perl (0.08-1.1) ...
11:20:06 #10 40.52 Selecting previously unselected package libfile-dirlist-perl.
11:20:06 #10 40.52 Preparing to unpack .../131-libfile-dirlist-perl_0.05-3_all.deb ...
11:20:06 #10 40.53 Unpacking libfile-dirlist-perl (0.05-3) ...
11:20:06 #10 40.57 Selecting previously unselected package libfile-which-perl.
11:20:06 #11 54.61 Selecting previously unselected package libxml-sax-expat-perl.
11:20:06 #11 54.62 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:06 #11 54.62 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:06 #11 54.64 Selecting previously unselected package libyaml-libyaml-perl.
11:20:06 #11 54.65 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
11:20:06 #11 54.65 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:06 #11 54.69 Selecting previously unselected package licensecheck.
11:20:06 #11 54.69 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ...
11:20:06 #11 54.69 Unpacking licensecheck (3.2.14-2) ...
11:20:06 #11 54.72 Selecting previously unselected package libdevel-size-perl.
11:20:06 #11 54.72 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ...
11:20:06 #11 54.72 Unpacking libdevel-size-perl (0.83-1build4) ...
11:20:06 #11 54.75 Selecting previously unselected package libipc-run3-perl.
11:20:06 #11 54.76 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ...
11:20:06 #11 54.76 Unpacking libipc-run3-perl (0.048-2) ...
11:20:06 #11 54.79 Selecting previously unselected package lzip.
11:20:06 #11 54.79 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ...
11:20:06 #11 54.79 Unpacking lzip (1.23-1) ...
11:20:06 #11 54.82 Selecting previously unselected package lzop.
11:20:06 #11 54.82 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ...
11:20:06 #11 54.82 Unpacking lzop (1.04-2build2) ...
11:20:06 #11 54.85 Selecting previously unselected package t1utils.
11:20:06 #11 54.85 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ...
11:20:06 #11 54.85 Unpacking t1utils (1.41-4build2) ...
11:20:06 #11 54.88 Selecting previously unselected package unzip.
11:20:06 #11 54.88 Preparing to unpack .../345-unzip_6.0-26ubuntu3.1_amd64.deb ...
11:20:06 #11 54.89 Unpacking unzip (6.0-26ubuntu3.1) ...
11:20:06 #10 39.46 Selecting previously unselected package git.
11:20:06 #10 39.46 Preparing to unpack .../158-git_1%3a2.30.2-1+deb11u2_armhf.deb ...
11:20:06 #10 39.50 Unpacking git (1:2.30.2-1+deb11u2) ...
11:20:06 #11 39.41 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:20:06 #11 39.55 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:20:06 #11 39.58 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
11:20:06 #11 39.67 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
11:20:06 #10 DONE 58.1s
11:20:06 
11:20:06 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:06 #13 0.712 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
11:20:06 #13 0.775 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
11:20:06 #13 0.828 Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
11:20:06 #13 DONE 0.2s
11:20:06 
11:20:06 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:06 #11 55.33 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:20:06 #11 55.33 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:20:06 #11 55.39 Selecting previously unselected package libxml-sax-base-perl.
11:20:06 #11 55.40 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ...
11:20:06 #11 55.40 Unpacking libxml-sax-base-perl (1.09-1) ...
11:20:06 #11 55.44 Selecting previously unselected package libxml-sax-perl.
11:20:06 #11 55.45 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:20:06 #11 55.45 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:20:06 #11 55.49 Selecting previously unselected package libxml-libxml-perl.
11:20:06 #11 55.50 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ...
11:20:06 #11 55.50 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:20:06 #11 55.56 Selecting previously unselected package libxml-parser-perl.
11:20:06 #11 55.56 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ...
11:20:06 #11 55.56 Unpacking libxml-parser-perl (2.46-1) ...
11:20:06 #11 55.62 Selecting previously unselected package libxml-sax-expat-perl.
11:20:06 #11 55.62 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:06 #11 55.62 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:06 #11 55.66 Selecting previously unselected package libxml-writer-perl.
11:20:06 #11 55.66 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ...
11:20:06 #11 41.87 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
11:20:06 #11 41.87 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:20:06 #11 41.91 Selecting previously unselected package libc6-dev:armhf.
11:20:06 #11 41.92 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
11:20:06 #11 41.92 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:20:06 #10 35.77 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:06 #10 35.77 Preparing to unpack .../085-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:20:06 #10 35.78 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:20:06 #10 35.82 Selecting previously unselected package libhttp-message-perl.
11:20:06 #10 35.82 Preparing to unpack .../086-libhttp-message-perl_6.18-1_all.deb ...
11:20:06 #10 35.84 Unpacking libhttp-message-perl (6.18-1) ...
11:20:06 #10 35.90 Selecting previously unselected package libhttp-cookies-perl.
11:20:06 #10 35.90 Preparing to unpack .../087-libhttp-cookies-perl_6.04-1_all.deb ...
11:20:06 #10 35.91 Unpacking libhttp-cookies-perl (6.04-1) ...
11:20:06 #10 35.96 Selecting previously unselected package libhttp-negotiate-perl.
11:20:06 #10 35.96 Preparing to unpack .../088-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:06 #10 35.96 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:06 #10 36.02 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:06 #10 36.02 Preparing to unpack .../089-perl-openssl-defaults_3_armhf.deb ...
11:20:06 #10 36.02 Unpacking perl-openssl-defaults:armhf (3) ...
11:20:06 #10 37.95 Selecting previously unselected package libimport-into-perl.
11:20:06 #10 37.95 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ...
11:20:06 #10 37.96 Unpacking libimport-into-perl (1.002005-1) ...
11:20:06 #10 37.99 Selecting previously unselected package librole-tiny-perl.
11:20:06 #10 37.99 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ...
11:20:06 #10 38.00 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:06 #10 38.03 Selecting previously unselected package libstrictures-perl.
11:20:06 #10 38.04 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ...
11:20:06 #10 38.05 Unpacking libstrictures-perl (2.000006-1) ...
11:20:06 #10 38.08 Selecting previously unselected package libsub-quote-perl.
11:20:06 #10 38.08 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ...
11:20:06 #10 38.09 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:06 #10 38.12 Selecting previously unselected package libmoo-perl.
11:20:06 #10 38.12 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ...
11:20:06 #10 38.13 Unpacking libmoo-perl (2.004004-1) ...
11:20:06 #10 38.16 Selecting previously unselected package libencode-locale-perl.
11:20:06 #10 38.17 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ...
11:20:06 #10 38.17 Unpacking libencode-locale-perl (1.05-1.1) ...
11:20:06 #10 38.20 Selecting previously unselected package libtimedate-perl.
11:20:06 #10 38.20 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ...
11:20:06 #10 47.94 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ...
11:20:06 #10 47.94 Unpacking libhtml-format-perl (2.12-1) ...
11:20:06 #10 47.98 Selecting previously unselected package libhttp-daemon-perl.
11:20:06 #10 47.98 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
11:20:06 #10 47.99 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
11:20:06 #10 48.04 Selecting previously unselected package libstruct-dumb-perl.
11:20:06 #10 48.04 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ...
11:20:06 #10 48.05 Unpacking libstruct-dumb-perl (0.09-1) ...
11:20:06 #10 48.09 Selecting previously unselected package libio-async-perl.
11:20:06 #10 48.09 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ...
11:20:06 #10 48.09 Unpacking libio-async-perl (0.72-1) ...
11:20:06 #10 48.15 Selecting previously unselected package libio-sessiondata-perl.
11:20:06 #10 48.15 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ...
11:20:06 #10 59.01 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:06 #10 59.02 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:20:06 #10 59.04 Setting up libnumber-range-perl (0.12-1) ...
11:20:06 #10 59.05 Setting up liblist-compare-perl (0.53-1) ...
11:20:06 #10 59.06 Setting up autoconf (2.69-11) ...
11:20:06 #10 59.09 Setting up libpath-iterator-rule-perl (1.009-1) ...
11:20:06 #10 59.10 Setting up python3-gpg (1.10.0-1ubuntu2) ...
11:20:06 #11 52.66 Preparing to unpack .../023-libbsd0_0.11.6-1_arm64.deb ...
11:20:06 #11 52.67 Unpacking libbsd0:arm64 (0.11.6-1) ...
11:20:06 #11 52.70 Selecting previously unselected package libelf1:arm64.
11:20:06 #11 52.71 Preparing to unpack .../024-libelf1_0.187-4_arm64.deb ...
11:20:06 #11 52.71 Unpacking libelf1:arm64 (0.187-4) ...
11:20:06 #11 52.74 Selecting previously unselected package libglib2.0-data.
11:20:06 #11 52.74 Preparing to unpack .../025-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:20:06 #11 52.74 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:20:06 #11 52.77 Selecting previously unselected package libicu71:arm64.
11:20:06 #11 52.78 Preparing to unpack .../026-libicu71_71.1-3ubuntu1_arm64.deb ...
11:20:06 #11 52.78 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
11:20:06 #11 56.29 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:06 #11 56.29 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:06 #11 56.32 Selecting previously unselected package libfont-afm-perl.
11:20:06 #11 56.33 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
11:20:06 #11 56.33 Unpacking libfont-afm-perl (1.20-3) ...
11:20:06 #11 56.36 Selecting previously unselected package libio-string-perl.
11:20:06 #11 56.36 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
11:20:06 #11 56.37 Unpacking libio-string-perl (1.08-3.1) ...
11:20:06 #11 56.39 Selecting previously unselected package libfont-ttf-perl.
11:20:06 #11 56.40 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
11:20:06 #11 56.40 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:20:06 #11 56.45 Selecting previously unselected package libsort-versions-perl.
11:20:06 #11 56.45 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
11:20:06 #11 56.46 Unpacking libsort-versions-perl (1.62-1) ...
11:20:06 #11 56.48 Selecting previously unselected package libgit-wrapper-perl.
11:20:06 #11 56.49 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:06 #11 56.49 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:06 #11 56.52 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:06 #10 49.48 Selecting previously unselected package libsub-install-perl.
11:20:06 #10 49.48 Preparing to unpack .../173-libsub-install-perl_0.928-1_all.deb ...
11:20:06 #10 49.49 Unpacking libsub-install-perl (0.928-1) ...
11:20:06 #10 49.52 Selecting previously unselected package libdata-optlist-perl.
11:20:06 #10 49.52 Preparing to unpack .../174-libdata-optlist-perl_0.110-1_all.deb ...
11:20:06 #10 49.52 Unpacking libdata-optlist-perl (0.110-1) ...
11:20:06 #10 49.55 Selecting previously unselected package libdevel-globaldestruction-perl.
11:20:06 #10 49.56 Preparing to unpack .../175-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:20:06 #10 49.56 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:20:06 #10 49.59 Selecting previously unselected package libdigest-hmac-perl.
11:20:06 #10 49.59 Preparing to unpack .../176-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:20:06 #10 49.60 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:20:06 #10 49.63 Selecting previously unselected package libdistro-info-perl.
11:20:06 #10 49.63 Preparing to unpack .../177-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:20:06 #10 49.64 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:20:06 #10 49.67 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:06 #10 49.67 Preparing to unpack .../178-perl-openssl-defaults_3build1_armhf.deb ...
11:20:06 #10 49.68 Unpacking perl-openssl-defaults:armhf (3build1) ...
11:20:06 #12 3.880 (4/94): device-mapper-libs-1.02.175-9.fc37.x86_ 4.6 MB/s | 177 kB     00:00    
11:20:06 #12 3.883 (5/94): device-mapper-devel-1.02.175-9.fc37.x86 940 kB/s |  43 kB     00:00    
11:20:06 #12 3.886 (6/94): gc-8.0.6-4.fc37.x86_64.rpm               11 MB/s | 103 kB     00:00    
11:20:06 #12 3.897 (7/94): jsoncpp-1.9.5-3.fc37.x86_64.rpm         9.6 MB/s |  98 kB     00:00    
11:20:06 #12 3.900 (8/94): kmod-libs-30-2.fc37.x86_64.rpm          5.1 MB/s |  68 kB     00:00    
11:20:06 #12 3.940 (9/94): guile22-2.2.7-6.fc37.x86_64.rpm         109 MB/s | 6.5 MB     00:00    
11:20:06 #12 3.944 (10/94): less-590-5.fc37.x86_64.rpm             4.0 MB/s | 160 kB     00:00    
11:20:06 #12 3.946 (11/94): libargon2-20190702-1.fc37.x86_64.rpm   679 kB/s |  28 kB     00:00    
11:20:06 #12 3.953 (12/94): libbpf-0.8.0-2.fc37.x86_64.rpm          30 MB/s | 172 kB     00:00    
11:20:06 #12 3.955 (13/94): libcbor-0.7.0-7.fc37.x86_64.rpm        7.0 MB/s |  56 kB     00:00    
11:20:06 #12 3.983 (14/94): libfdisk-2.38.1-1.fc37.x86_64.rpm      4.4 MB/s | 160 kB     00:00    
11:20:06 #12 3.987 (15/94): libfido2-1.11.0-3.fc37.x86_64.rpm      3.0 MB/s |  97 kB     00:00    
11:20:06 #12 3.990 (16/94): libmpc-1.2.1-5.fc37.x86_64.rpm         1.8 MB/s |  61 kB     00:00    
11:20:06 #12 3.993 (17/94): libseccomp-2.5.3-3.fc37.x86_64.rpm     7.2 MB/s |  70 kB     00:00    
11:20:06 #12 3.997 (18/94): libselinux-devel-3.4-5.fc37.x86_64.rpm  21 MB/s | 148 kB     00:00    
11:20:06 #12 4.000 (19/94): libseccomp-devel-2.5.3-3.fc37.x86_64.r 5.9 MB/s |  60 kB     00:00    
11:20:06 #12 4.005 (20/94): libselinux-utils-3.4-5.fc37.x86_64.rpm  15 MB/s | 158 kB     00:00    
11:20:06 #12 4.008 (21/94): libsepol-devel-3.4-3.fc37.x86_64.rpm   5.0 MB/s |  49 kB     00:00    
11:20:06 #12 4.014 (22/94): libtool-2.4.7-2.fc37.x86_64.rpm         44 MB/s | 601 kB     00:00    
11:20:06 #12 4.018 (23/94): libtool-ltdl-2.4.7-2.fc37.x86_64.rpm   4.2 MB/s |  37 kB     00:00    
11:20:06 #12 4.021 (24/94): libtool-ltdl-devel-2.4.7-2.fc37.x86_64  13 MB/s | 164 kB     00:00    
11:20:06 #12 4.024 (25/94): libutempter-1.2.1-7.fc37.x86_64.rpm    2.9 MB/s |  26 kB     00:00    
11:20:06 #12 4.028 (26/94): libuv-1.44.2-2.fc37.x86_64.rpm          23 MB/s | 151 kB     00:00    
11:20:06 #12 4.032 (27/94): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    14 MB/s | 140 kB     00:00    
11:20:06 #12 4.037 (28/94): m4-1.4.19-4.fc37.x86_64.rpm             25 MB/s | 303 kB     00:00    
11:20:06 #12 4.043 (29/94): openssh-8.8p1-7.fc37.x86_64.rpm         44 MB/s | 452 kB     00:00    
11:20:06 #12 4.050 (30/94): make-4.3-11.fc37.x86_64.rpm             30 MB/s | 542 kB     00:00    
11:20:06 #12 4.056 (31/94): openssh-clients-8.8p1-7.fc37.x86_64.rp  38 MB/s | 698 kB     00:00    
11:20:06 #12 4.062 (32/94): pcre2-devel-10.40-1.fc37.1.x86_64.rpm   29 MB/s | 505 kB     00:00    
11:20:06 #12 4.066 (33/94): pcre2-utf32-10.40-1.fc37.1.x86_64.rpm   22 MB/s | 203 kB     00:00    
11:20:06 #12 4.071 (34/94): pcre2-utf16-10.40-1.fc37.1.x86_64.rpm   16 MB/s | 216 kB     00:00    
11:20:06 #12 4.073 (35/94): perl-Error-0.17029-10.fc37.noarch.rpm  4.0 MB/s |  41 kB     00:00    
11:20:06 #12 4.076 (36/94): perl-File-Compare-1.100.700-492.fc37.n 1.9 MB/s |  16 kB     00:00    
11:20:06 #12 4.079 (37/94): perl-File-Find-1.40-492.fc37.noarch.rp 5.4 MB/s |  28 kB     00:00    
11:20:06 #12 4.082 (38/94): perl-File-Copy-2.39-492.fc37.noarch.rp 2.9 MB/s |  23 kB     00:00    
11:20:06 #12 4.084 (39/94): perl-TermReadKey-2.38-14.fc37.x86_64.r 5.0 MB/s |  36 kB     00:00    
11:20:06 #12 4.086 (40/94): perl-Thread-Queue-3.14-489.fc37.noarch 3.2 MB/s |  21 kB     00:00    
11:20:06 #12 4.089 (41/94): perl-lib-0.65-492.fc37.x86_64.rpm      3.5 MB/s |  18 kB     00:00    
11:20:06 #12 4.092 (42/94): perl-threads-2.27-489.fc37.x86_64.rpm  7.7 MB/s |  57 kB     00:00    
11:20:06 #12 4.095 (43/94): perl-threads-shared-1.64-489.fc37.x86_ 5.6 MB/s |  44 kB     00:00    
11:20:06 #12 4.101 (44/94): policycoreutils-devel-3.4-6.fc37.x86_6  18 MB/s | 150 kB     00:00    
11:20:06 #12 4.104 (45/94): policycoreutils-python-utils-3.4-6.fc3 9.0 MB/s |  80 kB     00:00    
11:20:06 #12 4.108 (46/94): policycoreutils-3.4-6.fc37.x86_64.rpm   15 MB/s | 238 kB     00:00    
11:20:06 #12 4.112 (47/94): python3-libselinux-3.4-5.fc37.x86_64.r  18 MB/s | 194 kB     00:00    
11:20:06 #12 4.115 (48/94): python3-libsemanage-3.4-5.fc37.x86_64. 7.8 MB/s |  83 kB     00:00    
11:20:06 #12 4.138 (49/94): python3-setuptools-62.6.0-2.fc37.noarc  74 MB/s | 1.6 MB     00:00    
11:20:06 #12 4.145 (50/94): python3-setools-4.4.0-9.fc37.x86_64.rp  18 MB/s | 618 kB     00:00    
11:20:06 #12 4.151 (51/94): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  4.8 MB/s |  61 kB     00:00    
11:20:06 #12 4.164 (52/94): python3-policycoreutils-3.4-6.fc37.noa  40 MB/s | 2.2 MB     00:00    
11:20:06 #12 4.169 (53/94): rhash-1.4.2-3.fc37.x86_64.rpm          8.6 MB/s | 185 kB     00:00    
11:20:06 #12 4.174 (54/94): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 1.0 MB/s |  20 kB     00:00    
11:20:06 #12 4.190 (55/94): util-linux-2.38.1-1.fc37.x86_64.rpm     95 MB/s | 2.3 MB     00:00    
11:20:06 #11 43.27 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
11:20:06 #10 40.58 Preparing to unpack .../132-libfile-which-perl_1.27-2_all.deb ...
11:20:06 #10 40.58 Unpacking libfile-which-perl (1.27-2) ...
11:20:06 #10 40.63 Selecting previously unselected package libfile-homedir-perl.
11:20:06 #10 40.63 Preparing to unpack .../133-libfile-homedir-perl_1.006-2_all.deb ...
11:20:06 #10 40.64 Unpacking libfile-homedir-perl (1.006-2) ...
11:20:06 #10 40.68 Selecting previously unselected package libfile-touch-perl.
11:20:06 #10 40.68 Preparing to unpack .../134-libfile-touch-perl_0.12-2_all.deb ...
11:20:06 #10 40.68 Unpacking libfile-touch-perl (0.12-2) ...
11:20:06 #10 40.76 Selecting previously unselected package libio-pty-perl.
11:20:06 #10 40.76 Preparing to unpack .../135-libio-pty-perl_1%3a1.17-1_armhf.deb ...
11:20:06 #10 40.77 Unpacking libio-pty-perl (1:1.17-1) ...
11:20:06 #10 40.82 Selecting previously unselected package libipc-run-perl.
11:20:06 #11 54.94 Selecting previously unselected package lintian.
11:20:06 #11 54.94 Preparing to unpack .../346-lintian_2.114.0ubuntu1.2_all.deb ...
11:20:06 #11 54.96 Unpacking lintian (2.114.0ubuntu1.2) ...
11:20:06 #11 39.71 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
11:20:06 #11 39.73 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
11:20:06 #11 39.73 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
11:20:06 #11 39.74 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
11:20:06 #11 DONE 0.1s
11:20:06 
11:20: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
11:20:06 #13 0.848 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
11:20:06 #11 55.66 Unpacking libxml-writer-perl (0.625-1) ...
11:20:06 #11 55.70 Selecting previously unselected package libyaml-libyaml-perl.
11:20:06 #11 55.70 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ...
11:20:06 #11 55.71 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:20:06 #11 55.74 Selecting previously unselected package licensecheck.
11:20:06 #11 55.74 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ...
11:20:06 #11 55.75 Unpacking licensecheck (3.0.45-1) ...
11:20:06 #11 55.78 Selecting previously unselected package libdevel-size-perl.
11:20:06 #11 55.79 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ...
11:20:06 #11 55.79 Unpacking libdevel-size-perl (0.83-1build1) ...
11:20:06 #11 55.83 Selecting previously unselected package t1utils.
11:20:06 #11 55.83 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ...
11:20:06 #11 55.84 Unpacking t1utils (1.41-3) ...
11:20:06 #11 55.88 Selecting previously unselected package lintian.
11:20:06 #11 55.88 Preparing to unpack .../326-lintian_2.62.0ubuntu2.2_all.deb ...
11:20:06 #11 55.89 Unpacking lintian (2.62.0ubuntu2.2) ...
11:20:06 #14 14.73   Running scriptlet: selinux-policy-minimum-3.14.3-115.el8.noarch         40/80 
11:20:06 #14 16.27   Installing       : selinux-policy-minimum-3.14.3-115.el8.noarch         40/80 
11:20:06 #11 42.24 Selecting previously unselected package gcc-9-base:armhf.
11:20:06 #11 42.24 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:06 #11 42.25 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:06 #11 42.29 Selecting previously unselected package libisl22:armhf.
11:20:06 #11 42.29 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
11:20:06 #11 42.29 Unpacking libisl22:armhf (0.22.1-1) ...
11:20:06 #11 42.37 Selecting previously unselected package libmpfr6:armhf.
11:20:06 #11 42.37 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
11:20:06 #11 42.38 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:20:06 #10 36.08 Selecting previously unselected package libnet-ssleay-perl.
11:20:06 #10 36.08 Preparing to unpack .../090-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
11:20:06 #10 36.08 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:20:06 #10 36.16 Selecting previously unselected package libio-socket-ssl-perl.
11:20:06 #10 36.16 Preparing to unpack .../091-libio-socket-ssl-perl_2.060-3_all.deb ...
11:20:06 #10 36.17 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:20:06 #10 36.25 Selecting previously unselected package libnet-http-perl.
11:20:06 #10 36.25 Preparing to unpack .../092-libnet-http-perl_6.18-1_all.deb ...
11:20:06 #10 36.25 Unpacking libnet-http-perl (6.18-1) ...
11:20:06 #10 36.30 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:06 #10 36.30 Preparing to unpack .../093-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:20:06 #10 38.21 Unpacking libtimedate-perl (2.3300-2) ...
11:20:06 #10 38.26 Selecting previously unselected package libhttp-date-perl.
11:20:06 #10 38.26 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ...
11:20:06 #10 38.27 Unpacking libhttp-date-perl (6.05-1) ...
11:20:06 #10 38.31 Selecting previously unselected package libfile-listing-perl.
11:20:06 #10 38.31 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ...
11:20:06 #10 38.31 Unpacking libfile-listing-perl (6.14-1) ...
11:20:06 #10 38.38 Selecting previously unselected package libhtml-tagset-perl.
11:20:06 #10 38.38 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:06 #10 38.39 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:06 #10 48.16 Unpacking libio-sessiondata-perl (1.03-1) ...
11:20:06 #10 48.19 Selecting previously unselected package libio-string-perl.
11:20:06 #10 48.19 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
11:20:06 #10 48.19 Unpacking libio-string-perl (1.08-3) ...
11:20:06 #10 48.23 Selecting previously unselected package libtypes-serialiser-perl.
11:20:06 #10 48.23 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ...
11:20:06 #10 48.23 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:20:06 #10 48.27 Selecting previously unselected package libjson-xs-perl.
11:20:06 #10 48.27 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ...
11:20:06 #10 48.28 Unpacking libjson-xs-perl (3.040-1+b1) ...
11:20:06 #10 48.33 Selecting previously unselected package liblzo2-2:armhf.
11:20:06 #10 48.33 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ...
11:20:06 #10 48.34 Unpacking liblzo2-2:armhf (2.10-0.1) ...
11:20:06 #10 48.38 Selecting previously unselected package libkyotocabinet16v5:armhf.
11:20:06 #10 48.38 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ...
11:20:06 #10 48.38 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
11:20:06 #10 48.44 Selecting previously unselected package liblist-compare-perl.
11:20:06 #10 48.44 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ...
11:20:06 #10 48.44 Unpacking liblist-compare-perl (0.53-1) ...
11:20:06 #10 48.48 Selecting previously unselected package liblist-moreutils-perl.
11:20:06 #10 48.48 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
11:20:06 #10 59.30 Setting up libnet-dns-perl (1.10-2) ...
11:20:06 #10 59.31 Setting up libsub-identify-perl (0.14-1) ...
11:20:06 #10 59.33 Setting up libpod-constants-perl (0.19-1) ...
11:20:06 #10 59.34 Setting up libsort-versions-perl (1.62-1) ...
11:20:06 #10 59.36 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:20:06 #10 59.47 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:06 #10 59.48 Setting up libsub-exporter-perl (0.987-1) ...
11:20:06 #10 59.50 Setting up xauth (1:1.0.10-1) ...
11:20:06 #10 59.51 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:06 #10 59.52 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
11:20:06 #10 59.54 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
11:20:06 #10 59.55 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
11:20:06 #11 52.99 Selecting previously unselected package libxml2:arm64.
11:20:06 #11 52.99 Preparing to unpack .../027-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
11:20:06 #11 53.00 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
11:20:06 #11 53.04 Selecting previously unselected package libyaml-0-2:arm64.
11:20:06 #11 53.04 Preparing to unpack .../028-libyaml-0-2_0.2.5-1_arm64.deb ...
11:20:06 #11 53.05 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:20:06 #11 53.08 Selecting previously unselected package lsb-release.
11:20:06 #11 53.09 Preparing to unpack .../029-lsb-release_11.2ubuntu1_all.deb ...
11:20:06 #11 53.09 Unpacking lsb-release (11.2ubuntu1) ...
11:20:06 #11 53.13 Selecting previously unselected package netbase.
11:20:06 #11 53.13 Preparing to unpack .../030-netbase_6.3_all.deb ...
11:20:06 #11 53.13 Unpacking netbase (6.3) ...
11:20:06 #11 53.17 Selecting previously unselected package python3-dbus.
11:20:06 #12 1.624 Last metadata expiration check: 0:00:16 ago on Fri Mar 10 11:19:50 2023.
11:20:06 #11 56.52 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:06 #11 56.52 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:06 #11 56.55 Selecting previously unselected package libio-prompter-perl.
11:20:06 #11 56.56 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
11:20:06 #11 56.56 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:06 #11 56.59 Selecting previously unselected package libjson-perl.
11:20:06 #11 56.59 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
11:20:06 #11 56.59 Unpacking libjson-perl (4.04000-1) ...
11:20:06 #11 56.63 Selecting previously unselected package liblog-any-perl.
11:20:06 #11 56.63 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
11:20:06 #11 56.63 Unpacking liblog-any-perl (1.710-1) ...
11:20:06 #11 56.66 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:06 #11 56.67 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:06 #11 56.67 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:06 #11 56.70 Selecting previously unselected package libpackage-stash-perl.
11:20:06 #11 56.70 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
11:20:06 #11 56.70 Unpacking libpackage-stash-perl (0.39-1) ...
11:20:06 #11 56.73 Selecting previously unselected package libsub-identify-perl.
11:20:06 #11 56.74 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
11:20:06 #11 56.74 Unpacking libsub-identify-perl (0.14-1build5) ...
11:20:06 #11 56.77 Selecting previously unselected package libsub-name-perl.
11:20:06 #11 56.77 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
11:20:06 #11 56.77 Unpacking libsub-name-perl (0.26-1build3) ...
11:20:06 #11 56.80 Selecting previously unselected package libnamespace-clean-perl.
11:20:06 #11 56.80 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:06 #11 56.81 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:06 #11 56.83 Selecting previously unselected package libpath-tiny-perl.
11:20:06 #11 56.84 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
11:20:06 #12 4.193 (56/94): which-2.21-35.fc37.x86_64.rpm          2.3 MB/s |  41 kB     00:00    
11:20:06 #12 4.197 (57/94): annobin-docs-11.11-1.fc37.noarch.rpm   4.2 MB/s |  92 kB     00:00    
11:20:06 #12 4.208 (58/94): annobin-plugin-gcc-11.11-1.fc37.x86_64  49 MB/s | 890 kB     00:00    
11:20:06 #12 4.225 (59/94): autoconf-2.71-4.fc37.noarch.rpm         27 MB/s | 733 kB     00:00    
11:20:06 #12 4.273 (60/94): cmake-3.26.0~rc5-1.fc37.x86_64.rpm      92 MB/s | 6.8 MB     00:00    
11:20:06 #12 4.275 (61/94): cmake-filesystem-3.26.0~rc5-1.fc37.x86 379 kB/s |  17 kB     00:00    
11:20:06 #12 4.290 (62/94): cmake-data-3.26.0~rc5-1.fc37.noarch.rp  28 MB/s | 2.2 MB     00:00    
11:20:06 #12 4.300 (63/94): cmake-rpm-macros-3.26.0~rc5-1.fc37.noa 697 kB/s |  16 kB     00:00    
11:20:06 #12 4.322 (64/94): cryptsetup-libs-2.6.1-1.fc37.x86_64.rp  15 MB/s | 491 kB     00:00    
11:20:06 #12 4.329 (65/94): dbus-1.14.6-1.fc37.x86_64.rpm          333 kB/s | 7.7 kB     00:00    
11:20:06 #12 4.379 (66/94): cpp-12.2.1-4.fc37.x86_64.rpm           103 MB/s |  11 MB     00:00    
11:20:06 #12 4.382 (67/94): dbus-broker-33-1.fc37.x86_64.rpm       3.1 MB/s | 174 kB     00:00    
11:20:06 #12 4.384 (68/94): dbus-common-1.14.6-1.fc37.noarch.rpm   281 kB/s |  15 kB     00:00    
11:20:06 #12 4.388 (69/94): gcc-plugin-annobin-12.2.1-4.fc37.x86_6 9.3 MB/s |  53 kB     00:00    
11:20:06 #12 4.394 (70/94): git-2.39.2-1.fc37.x86_64.rpm           7.6 MB/s |  66 kB     00:00    
11:20:06 #10 49.71 Selecting previously unselected package libnet-ssleay-perl.
11:20:06 #10 49.71 Preparing to unpack .../179-libnet-ssleay-perl_1.84-1ubuntu0.2_armhf.deb ...
11:20:06 #10 49.72 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:20:06 #10 49.78 Selecting previously unselected package libio-socket-ssl-perl.
11:20:06 #10 49.78 Preparing to unpack .../180-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:20:06 #10 49.79 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:20:06 #10 49.83 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:06 #10 49.84 Preparing to unpack .../181-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:06 #10 49.84 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:06 #10 49.87 Selecting previously unselected package libmailtools-perl.
11:20:06 #10 49.87 Preparing to unpack .../182-libmailtools-perl_2.18-1_all.deb ...
11:20:06 #10 49.88 Unpacking libmailtools-perl (2.18-1) ...
11:20:06 #10 49.91 Selecting previously unselected package libsocket6-perl.
11:20:06 #10 49.92 Preparing to unpack .../183-libsocket6-perl_0.27-1build2_armhf.deb ...
11:20:06 #10 49.92 Unpacking libsocket6-perl (0.27-1build2) ...
11:20:06 #11 43.45 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre2-9 armhf 20220601+dfsg-1 [161 kB]
11:20:06 #11 43.63 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
11:20:06 #11 43.64 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
11:20:06 #11 43.65 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:20:06 #11 43.66 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-xs-perl armhf 0.117-2 [11.6 kB]
11:20:06 #11 43.67 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:20:06 #11 43.70 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:20:06 #10 40.82 Preparing to unpack .../136-libipc-run-perl_20220807.0-1_all.deb ...
11:20:06 #10 40.82 Unpacking libipc-run-perl (20220807.0-1) ...
11:20:06 #10 40.88 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:06 #10 40.88 Preparing to unpack .../137-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:20:06 #10 40.89 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:20:06 #10 40.94 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:06 #10 40.94 Preparing to unpack .../138-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
11:20:06 #10 40.95 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:20:06 #10 40.99 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
11:20:06 #10 40.99 Preparing to unpack .../139-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
11:20:06 #10 40.99 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
11:20:06 #10 41.04 Selecting previously unselected package libdynaloader-functions-perl.
11:20:06 #10 41.04 Preparing to unpack .../140-libdynaloader-functions-perl_0.003-3_all.deb ...
11:20:06 #10 41.05 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:20:06 #10 41.10 Selecting previously unselected package libdevel-callchecker-perl:armhf.
11:20:06 #10 41.10 Preparing to unpack .../141-libdevel-callchecker-perl_0.008-2_armhf.deb ...
11:20:06 #10 41.11 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
11:20:06 #10 41.15 Selecting previously unselected package libparams-classify-perl:armhf.
11:20:06 #10 41.15 Preparing to unpack .../142-libparams-classify-perl_0.015-2+b1_armhf.deb ...
11:20:06 #10 63.25 Setting up libhtml-format-perl (2.16-2) ...
11:20:06 #10 63.26 Setting up python3-xdg (0.28-2) ...
11:20:06 #10 63.42 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:06 #10 63.48 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:06 #10 63.54 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:06 #11 55.27 Selecting previously unselected package manpages-dev.
11:20:06 #11 55.27 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ...
11:20:06 #11 55.27 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:20:06 #11 39.83 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
11:20:06 #11 39.84 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
11:20:06 #11 39.86 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
11:20:06 #11 56.16 Selecting previously unselected package manpages-dev.
11:20:06 #11 56.16 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ...
11:20:06 #11 42.42 Selecting previously unselected package libmpc3:armhf.
11:20:06 #11 42.43 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
11:20:06 #11 42.43 Unpacking libmpc3:armhf (1.1.0-1) ...
11:20:06 #11 42.46 Selecting previously unselected package cpp-9.
11:20:06 #11 42.47 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:06 #11 42.47 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:06 #10 38.42 Selecting previously unselected package liburi-perl.
11:20:06 #10 38.42 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ...
11:20:06 #10 38.43 Unpacking liburi-perl (5.08-1) ...
11:20:06 #10 38.47 Selecting previously unselected package libhtml-parser-perl.
11:20:06 #10 38.47 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
11:20:06 #10 38.48 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:20:06 #10 38.52 Selecting previously unselected package libhtml-tree-perl.
11:20:06 #10 38.52 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ...
11:20:06 #10 38.52 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:06 #10 38.57 Selecting previously unselected package libio-html-perl.
11:20:06 #10 38.57 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ...
11:20:06 #10 38.58 Unpacking libio-html-perl (1.004-2) ...
11:20:06 #10 38.61 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:06 #10 38.61 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:06 #10 38.62 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:06 #10 48.49 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
11:20:06 #10 48.53 Selecting previously unselected package libltdl-dev:armhf.
11:20:06 #10 48.53 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ...
11:20:06 #10 48.53 Unpacking libltdl-dev:armhf (2.4.6-9) ...
11:20:06 #10 48.58 Selecting previously unselected package libsys-hostname-long-perl.
11:20:06 #10 48.58 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ...
11:20:06 #10 48.58 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:20:06 #10 48.61 Selecting previously unselected package libmail-sendmail-perl.
11:20:06 #10 48.61 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ...
11:20:06 #10 48.62 Unpacking libmail-sendmail-perl (0.80-1) ...
11:20:06 #10 48.65 Selecting previously unselected package mailutils-common.
11:20:06 #10 48.65 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ...
11:20:06 #10 48.65 Unpacking mailutils-common (1:3.5-4) ...
11:20:06 #10 48.75 Selecting previously unselected package mysql-common.
11:20:06 #10 48.75 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ...
11:20:06 #10 36.31 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:20:06 #10 36.39 Selecting previously unselected package libtry-tiny-perl.
11:20:06 #10 36.39 Preparing to unpack .../094-libtry-tiny-perl_0.30-1_all.deb ...
11:20:06 #10 36.40 Unpacking libtry-tiny-perl (0.30-1) ...
11:20:06 #10 59.57 Setting up dput (1.0.1ubuntu1) ...
11:20:06 #10 59.73 Setting up libstring-copyright-perl (0.003005-1) ...
11:20:06 #10 59.75 Setting up libhtml-parser-perl (3.72-3build1) ...
11:20:06 #10 59.76 Setting up automake (1:1.15.1-3ubuntu2) ...
11:20:06 #10 59.77 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
11:20:06 #10 59.77 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
11:20:06 #10 59.77 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
11:20:06 #10 59.77 Setting up libipc-run-perl (0.96-1) ...
11:20:06 #10 59.80 Setting up libcgi-pm-perl (4.38-1) ...
11:20:06 #10 59.81 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:06 #11 53.17 Preparing to unpack .../031-python3-dbus_1.2.18-3build1_arm64.deb ...
11:20:06 #11 53.18 Unpacking python3-dbus (1.2.18-3build1) ...
11:20:06 #11 53.23 Selecting previously unselected package python3-gi.
11:20:06 #11 53.23 Preparing to unpack .../032-python3-gi_3.42.2-2_arm64.deb ...
11:20:06 #11 53.24 Unpacking python3-gi (3.42.2-2) ...
11:20:06 #11 53.29 Selecting previously unselected package networkd-dispatcher.
11:20:06 #11 53.29 Preparing to unpack .../033-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
11:20:06 #11 53.29 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
11:20:06 #11 53.33 Selecting previously unselected package python-apt-common.
11:20:06 #11 53.33 Preparing to unpack .../034-python-apt-common_2.4.0+22.10_all.deb ...
11:20:06 #11 53.34 Unpacking python-apt-common (2.4.0+22.10) ...
11:20:06 #11 53.37 Selecting previously unselected package python3-apt.
11:20:06 #11 53.37 Preparing to unpack .../035-python3-apt_2.4.0+22.10_arm64.deb ...
11:20:06 #11 53.37 Unpacking python3-apt (2.4.0+22.10) ...
11:20:06 #11 53.41 Selecting previously unselected package python3-pkg-resources.
11:20:06 #13 97.64   Installing : glibc-devel-2.17-326.el7_9.aarch64                         42/65 
11:20:06 #11 56.84 Unpacking libpath-tiny-perl (0.122-1) ...
11:20:06 #11 56.87 Selecting previously unselected package libstrictures-perl.
11:20:06 #11 56.87 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
11:20:06 #11 56.87 Unpacking libstrictures-perl (2.000006-1) ...
11:20:06 #11 56.90 Selecting previously unselected package libtype-tiny-perl.
11:20:06 #11 56.91 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
11:20:06 #11 56.91 Unpacking libtype-tiny-perl (1.012004-1) ...
11:20:06 #11 56.95 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:06 #11 56.95 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:06 #11 56.95 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:06 #11 56.99 Selecting previously unselected package libhash-fieldhash-perl.
11:20:06 #11 56.99 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
11:20:06 #11 56.99 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:20:06 #11 57.02 Selecting previously unselected package libhtml-form-perl.
11:20:06 #11 57.02 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
11:20:06 #11 57.03 Unpacking libhtml-form-perl (6.07-1) ...
11:20:06 #11 57.06 Selecting previously unselected package libhtml-format-perl.
11:20:06 #10 49.95 Selecting previously unselected package libio-socket-inet6-perl.
11:20:06 #10 49.96 Preparing to unpack .../184-libio-socket-inet6-perl_2.72-2_all.deb ...
11:20:06 #10 49.96 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:20:06 #10 50.00 Selecting previously unselected package libnet-ip-perl.
11:20:06 #10 50.00 Preparing to unpack .../185-libnet-ip-perl_1.26-1_all.deb ...
11:20:06 #10 50.00 Unpacking libnet-ip-perl (1.26-1) ...
11:20:06 #10 50.04 Selecting previously unselected package libnet-dns-perl.
11:20:06 #10 50.04 Preparing to unpack .../186-libnet-dns-perl_1.10-2_all.deb ...
11:20:06 #10 50.05 Unpacking libnet-dns-perl (1.10-2) ...
11:20:06 #10 50.12 Selecting previously unselected package libnet-domain-tld-perl.
11:20:06 #10 50.12 Preparing to unpack .../187-libnet-domain-tld-perl_1.75-1_all.deb ...
11:20:06 #10 50.13 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:20:06 #10 50.17 Selecting previously unselected package libemail-valid-perl.
11:20:06 #10 50.18 Preparing to unpack .../188-libemail-valid-perl_1.202-1_all.deb ...
11:20:06 #10 50.18 Unpacking libemail-valid-perl (1.202-1) ...
11:20:06 #12 4.466 (71/94): git-core-doc-2.39.2-1.fc37.noarch.rpm   42 MB/s | 2.8 MB     00:00    
11:20:06 #12 4.496 (72/94): git-core-2.39.2-1.fc37.x86_64.rpm       41 MB/s | 4.2 MB     00:00    
11:20:06 #12 4.510 (73/94): glibc-devel-2.36-9.fc37.x86_64.rpm     2.3 MB/s | 102 kB     00:00    
11:20:06 #12 4.541 (74/94): glibc-headers-x86-2.36-9.fc37.noarch.r  15 MB/s | 581 kB     00:00    
11:20:06 #12 4.568 (75/94): glibc-static-2.36-9.fc37.x86_64.rpm     35 MB/s | 1.9 MB     00:00    
11:20:06 #12 4.713 (76/94): gcc-12.2.1-4.fc37.x86_64.rpm           100 MB/s |  33 MB     00:00    
11:20:06 #11 43.71 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:20:06 #11 43.71 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules armhf 2.1.28+dfsg-6ubuntu2 [62.1 kB]
11:20:06 #11 43.73 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-decoder-perl armhf 4.025+ds-1 [94.4 kB]
11:20:06 #10 41.16 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
11:20:06 #10 41.21 Selecting previously unselected package libmodule-runtime-perl.
11:20:06 #10 41.21 Preparing to unpack .../143-libmodule-runtime-perl_0.016-2_all.deb ...
11:20:06 #10 41.22 Unpacking libmodule-runtime-perl (0.016-2) ...
11:20:06 #10 41.27 Selecting previously unselected package libimport-into-perl.
11:20:06 #10 41.27 Preparing to unpack .../144-libimport-into-perl_1.002005-2_all.deb ...
11:20:06 #10 41.28 Unpacking libimport-into-perl (1.002005-2) ...
11:20:06 #10 41.33 Selecting previously unselected package librole-tiny-perl.
11:20:06 #10 41.33 Preparing to unpack .../145-librole-tiny-perl_2.002004-1_all.deb ...
11:20:06 #10 41.33 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:06 #10 41.38 Selecting previously unselected package libsub-quote-perl.
11:20:06 #11 55.54 Selecting previously unselected package python3-certifi.
11:20:06 #11 55.55 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ...
11:20:06 #11 55.55 Unpacking python3-certifi (2020.6.20-1) ...
11:20:06 #11 55.59 Selecting previously unselected package python3-idna.
11:20:06 #11 55.59 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ...
11:20:06 #11 55.60 Unpacking python3-idna (3.3-1) ...
11:20:06 #11 55.63 Selecting previously unselected package python3-six.
11:20:06 #11 55.63 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ...
11:20:06 #11 55.64 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:20:06 #11 55.67 Selecting previously unselected package python3-urllib3.
11:20:06 #10 63.66 
11:20:06 #10 63.66 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:06 #10 63.68 Setting up libfeature-compat-class-perl (0.05-1) ...
11:20:06 #10 63.70 Setting up python3-six (1.16.0-4) ...
11:20:06 #11 40.26 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
11:20:06 #11 40.41 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:20:07 #11 56.16 Unpacking manpages-dev (5.05-1) ...
11:20:07 #11 56.37 Selecting previously unselected package python3-certifi.
11:20:07 #11 56.38 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ...
11:20:07 #11 56.38 Unpacking python3-certifi (2019.11.28-1) ...
11:20:07 #11 56.43 Selecting previously unselected package python3-idna.
11:20:07 #12 0.641 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:20:07 #12 0.641 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:20:07 #12 0.720 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:20:07 #10 38.65 Selecting previously unselected package libhttp-message-perl.
11:20:07 #10 38.65 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ...
11:20:07 #10 38.65 Unpacking libhttp-message-perl (6.28-1) ...
11:20:07 #10 38.69 Selecting previously unselected package libhttp-cookies-perl.
11:20:07 #10 38.69 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:07 #10 38.70 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:07 #10 38.73 Selecting previously unselected package libhttp-negotiate-perl.
11:20:07 #10 38.73 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:07 #10 38.74 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:07 #10 38.79 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:07 #10 38.79 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ...
11:20:07 #10 38.79 Unpacking perl-openssl-defaults:armhf (5) ...
11:20:07 #10 38.84 Selecting previously unselected package libnet-ssleay-perl.
11:20:07 #10 38.84 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
11:20:07 #10 38.85 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:20:07 #10 48.76 Unpacking mysql-common (5.8+1.0.5) ...
11:20:07 #10 48.80 Selecting previously unselected package mariadb-common.
11:20:07 #10 48.80 Preparing to unpack .../252-mariadb-common_1%3a10.3.38-0+deb10u1_all.deb ...
11:20:07 #10 48.80 Unpacking mariadb-common (1:10.3.38-0+deb10u1) ...
11:20:07 #10 48.84 Selecting previously unselected package libmariadb3:armhf.
11:20:07 #10 48.84 Preparing to unpack .../253-libmariadb3_1%3a10.3.38-0+deb10u1_armhf.deb ...
11:20:07 #10 48.85 Unpacking libmariadb3:armhf (1:10.3.38-0+deb10u1) ...
11:20:07 #10 48.91 Selecting previously unselected package libpython2.7-minimal:armhf.
11:20:07 #10 48.91 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u1_armhf.deb ...
11:20:07 #10 48.91 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
11:20:07 #10 36.47 Selecting previously unselected package libwww-robotrules-perl.
11:20:07 #10 36.47 Preparing to unpack .../095-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:07 #10 36.47 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:07 #10 36.64 Selecting previously unselected package libwww-perl.
11:20:07 #10 36.64 Preparing to unpack .../096-libwww-perl_6.36-2_all.deb ...
11:20:07 #10 36.66 Unpacking libwww-perl (6.36-2) ...
11:20:07 #10 59.82 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
11:20:07 #10 60.00 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
11:20:07 #10 60.01 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:20:07 #10 60.03 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:20:07 #10 60.04 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:20:07 #10 60.10 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:07 #11 53.41 Preparing to unpack .../036-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:20:07 #11 53.42 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:20:07 #11 53.45 Selecting previously unselected package shared-mime-info.
11:20:07 #11 53.45 Preparing to unpack .../037-shared-mime-info_2.2-1_arm64.deb ...
11:20:07 #11 53.45 Unpacking shared-mime-info (2.2-1) ...
11:20:07 #11 53.51 Selecting previously unselected package systemd-resolved.
11:20:07 #11 53.52 Preparing to unpack .../038-systemd-resolved_251.4-1ubuntu7.1_arm64.deb ...
11:20:07 #11 53.52 Unpacking systemd-resolved (251.4-1ubuntu7.1) ...
11:20:07 #11 53.57 Selecting previously unselected package systemd-timesyncd.
11:20:07 #11 53.57 Preparing to unpack .../039-systemd-timesyncd_251.4-1ubuntu7.1_arm64.deb ...
11:20:07 #11 53.57 Unpacking systemd-timesyncd (251.4-1ubuntu7.1) ...
11:20:07 #11 53.62 Selecting previously unselected package ucf.
11:20:07 #11 53.62 Preparing to unpack .../040-ucf_3.0043_all.deb ...
11:20:07 #11 53.62 Moving old data out of the way
11:20:07 #11 53.63 Unpacking ucf (3.0043) ...
11:20:07 #11 53.67 Selecting previously unselected package xdg-user-dirs.
11:20:07 #11 53.67 Preparing to unpack .../041-xdg-user-dirs_0.17-2ubuntu4_arm64.deb ...
11:20:07 #11 53.68 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
11:20:07 #11 53.72 Selecting previously unselected package bsdextrautils.
11:20:07 #10 63.58 Setting up libgpgme11:amd64 (1.12.0-6) ...
11:20:07 #10 63.59 Setting up gcc (4:8.3.0-1) ...
11:20:07 #13 98.88   Installing : gcc-4.8.5-44.el7.aarch64                                   43/65 
11:20:07 #13 99.18   Installing : libsepol-devel-2.5-10.el7.aarch64                          44/65 
11:20:07 #10 63.62 Setting up python3-six (1.12.0-1) ...
11:20:07 #10 63.82 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:20:07 #13 99.24   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/65 
11:20:07 #10 63.84 Setting up perl (5.28.1-6+deb10u1) ...
11:20:07 #10 63.86 Setting up libpackage-stash-xs-perl (0.29-1) ...
11:20:07 #10 63.87 Setting up python3-gpg (1.12.0-6) ...
11:20:07 #10 64.12 Setting up libdata-dump-perl (1.23-1) ...
11:20:07 #10 64.13 Setting up python3-certifi (2018.8.24-1) ...
11:20:07 #10 64.31 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:07 #10 64.32 Setting up libref-util-perl (0.204-1) ...
11:20:07 #10 64.33 Setting up libipc-system-simple-perl (1.25-4) ...
11:20:07 #10 64.35 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:07 #10 64.36 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
11:20:07 #10 64.37 Setting up libvariable-magic-perl (0.62-1+b1) ...
11:20:07 #10 64.38 Setting up python3-idna (2.6-1) ...
11:20:07 #10 64.63 Setting up libio-html-perl (1.001-1) ...
11:20:07 #10 64.64 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
11:20:07 #10 64.65 Setting up libtest-refcount-perl (0.08-3) ...
11:20:07 #10 64.67 Setting up libparams-util-perl (1.07-3+b4) ...
11:20:07 #10 64.75 Setting up libdpkg-perl (1.19.8) ...
11:20:07 #10 64.77 Setting up autoconf (2.69-11) ...
11:20:07 #10 64.82 Setting up python3-urllib3 (1.24.1-1) ...
11:20:07 #10 65.00 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:07 #10 65.02 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:07 #10 65.05 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
11:20:07 #10 65.06 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:20:07 #10 65.10 Setting up libsub-name-perl (0.21-1+b3) ...
11:20:07 #10 65.25 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
11:20:07 #10 65.27 Setting up g++-8 (8.3.0-6) ...
11:20:07 #10 65.30 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:07 #10 65.32 Setting up xauth (1:1.0.10-1) ...
11:20:07 #10 65.38 Setting up libpath-tiny-perl (0.108-1) ...
11:20:07 #10 65.45 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:07 #10 65.50 Setting up libjson-perl (4.02000-1) ...
11:20:07 #11 57.06 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
11:20:07 #11 57.06 Unpacking libhtml-format-perl (2.12-1.1) ...
11:20:07 #11 57.09 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:07 #11 57.09 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:20:07 #11 57.10 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:20:07 #11 57.12 Selecting previously unselected package libhttp-daemon-perl.
11:20:07 #11 57.13 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:20:07 #11 57.13 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:07 #11 57.16 Selecting previously unselected package libio-interactive-perl.
11:20:07 #11 57.16 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
11:20:07 #11 57.17 Unpacking libio-interactive-perl (1.023-1) ...
11:20:07 #11 57.19 Selecting previously unselected package libio-prompt-tiny-perl.
11:20:07 #11 57.19 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:20:07 #11 57.20 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:20:07 #11 57.23 Selecting previously unselected package libtypes-serialiser-perl.
11:20:07 #11 57.23 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:07 #11 57.24 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:07 #11 57.27 Selecting previously unselected package libjson-xs-perl.
11:20:07 #11 57.27 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
11:20:07 #11 57.27 Unpacking libjson-xs-perl (4.030-1build3) ...
11:20:07 #11 57.31 Selecting previously unselected package libjson-maybexs-perl.
11:20:07 #11 57.31 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:07 #11 57.32 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:07 #11 57.35 Selecting previously unselected package libldap-common.
11:20:07 #11 57.35 Preparing to unpack .../280-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
11:20:07 #11 57.36 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:07 #10 40.25 Selecting previously unselected package iso-codes.
11:20:07 #10 40.26 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ...
11:20:07 #10 40.26 Unpacking iso-codes (4.6.0-1) ...
11:20:07 #10 50.22 Selecting previously unselected package libencode-locale-perl.
11:20:07 #10 50.22 Preparing to unpack .../189-libencode-locale-perl_1.05-1_all.deb ...
11:20:07 #10 50.22 Unpacking libencode-locale-perl (1.05-1) ...
11:20:07 #10 50.26 Selecting previously unselected package libexporter-tiny-perl.
11:20:07 #10 50.26 Preparing to unpack .../190-libexporter-tiny-perl_1.000000-2_all.deb ...
11:20:07 #10 50.26 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:20:07 #10 50.30 Selecting previously unselected package libipc-system-simple-perl.
11:20:07 #10 50.31 Preparing to unpack .../191-libipc-system-simple-perl_1.25-4_all.deb ...
11:20:07 #10 50.31 Unpacking libipc-system-simple-perl (1.25-4) ...
11:20:07 #10 50.34 Selecting previously unselected package libfile-basedir-perl.
11:20:07 #10 50.35 Preparing to unpack .../192-libfile-basedir-perl_0.07-1_all.deb ...
11:20:07 #10 50.35 Unpacking libfile-basedir-perl (0.07-1) ...
11:20:07 #10 50.39 Selecting previously unselected package libfile-chdir-perl.
11:20:07 #10 50.39 Preparing to unpack .../193-libfile-chdir-perl_0.1008-1_all.deb ...
11:20:07 #10 50.40 Unpacking libfile-chdir-perl (0.1008-1) ...
11:20:07 #10 50.43 Selecting previously unselected package libfile-fcntllock-perl.
11:20:07 #10 50.43 Preparing to unpack .../194-libfile-fcntllock-perl_0.22-3build2_armhf.deb ...
11:20:07 #10 50.44 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:20:07 #12 4.722 (77/94): kernel-headers-6.1.5-200.fc37.x86_64.r 8.5 MB/s | 1.5 MB     00:00    
11:20:07 #12 4.725 (78/94): libedit-3.1-43.20221009cvs.fc37.x86_64 691 kB/s | 106 kB     00:00    
11:20:07 #12 4.731 (79/94): perl-Git-2.39.2-1.fc37.noarch.rpm      8.2 MB/s |  43 kB     00:00    
11:20:07 #12 4.735 (80/94): libxcrypt-static-4.4.33-4.fc37.x86_64.  12 MB/s | 104 kB     00:00    
11:20:07 #12 4.737 (81/94): libxcrypt-devel-4.4.33-4.fc37.x86_64.r 2.6 MB/s |  30 kB     00:00    
11:20:07 #12 4.739 (82/94): python3-audit-3.1-2.fc37.x86_64.rpm     11 MB/s |  87 kB     00:00    
11:20:07 #12 4.744 (83/94): selinux-policy-37.19-1.fc37.noarch.rpm 5.7 MB/s |  51 kB     00:00    
11:20:07 #12 4.799 (84/94): selinux-policy-targeted-37.19-1.fc37.n 111 MB/s | 6.6 MB     00:00    
11:20:07 #12 4.827 (85/94): systemd-251.13-5.fc37.x86_64.rpm        55 MB/s | 4.2 MB     00:00    
11:20:07 #12 4.837 (86/94): selinux-policy-devel-37.19-1.fc37.noar 8.9 MB/s | 887 kB     00:00    
11:20:07 #12 4.843 (87/94): systemd-devel-251.13-5.fc37.x86_64.rpm  13 MB/s | 578 kB     00:00    
11:20:07 #12 4.851 (88/94): systemd-networkd-251.13-5.fc37.x86_64.  28 MB/s | 616 kB     00:00    
11:20:07 #12 4.858 (89/94): systemd-pam-251.13-5.fc37.x86_64.rpm    26 MB/s | 333 kB     00:00    
11:20:07 #12 4.862 (90/94): systemd-resolved-251.13-5.fc37.x86_64.  16 MB/s | 281 kB     00:00    
11:20:07 #12 4.865 (91/94): systemd-rpm-macros-251.13-5.fc37.noarc 2.2 MB/s |  29 kB     00:00    
11:20:07 #12 4.868 (92/94): vim-filesystem-9.0.1367-1.fc37.noarch. 3.0 MB/s |  18 kB     00:00    
11:20:07 #12 4.876 (93/94): systemd-libs-251.13-5.fc37.x86_64.rpm   59 MB/s | 618 kB     00:00    
11:20:07 #12 4.884 (94/94): xkeyboard-config-2.36-3.fc37.noarch.rp  44 MB/s | 957 kB     00:00    
11:20:07 #12 4.888 --------------------------------------------------------------------------------
11:20:07 #12 4.888 Total                                            42 MB/s | 103 MB     00:02     
11:20:07 #11 44.15 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-encoder-perl armhf 4.025+ds-1 [94.8 kB]
11:20:07 #10 41.38 Preparing to unpack .../146-libsub-quote-perl_2.006008-1_all.deb ...
11:20:07 #10 41.39 Unpacking libsub-quote-perl (2.006008-1) ...
11:20:07 #10 41.44 Selecting previously unselected package libmoo-perl.
11:20:07 #10 41.44 Preparing to unpack .../147-libmoo-perl_2.005005-1_all.deb ...
11:20:07 #10 41.44 Unpacking libmoo-perl (2.005005-1) ...
11:20:07 #10 41.50 Selecting previously unselected package libswitch-perl.
11:20:07 #10 41.50 Preparing to unpack .../148-libswitch-perl_2.17-3_all.deb ...
11:20:07 #10 41.50 Unpacking libswitch-perl (2.17-3) ...
11:20:07 #10 41.55 Selecting previously unselected package patchutils.
11:20:07 #10 41.55 Preparing to unpack .../149-patchutils_0.4.2-1_armhf.deb ...
11:20:07 #10 41.56 Unpacking patchutils (0.4.2-1) ...
11:20:07 #12 4.213 (1/96): checkpolicy-3.4-3.fc37.aarch64.rpm      1.1 MB/s | 343 kB     00:00    
11:20:07 #12 4.225 (2/96): automake-1.16.5-9.fc37.noarch.rpm       2.2 MB/s | 696 kB     00:00    
11:20:07 #12 4.227 (3/96): device-mapper-devel-1.02.175-9.fc37.aar 3.2 MB/s |  43 kB     00:00    
11:20:07 #12 4.231 (4/96): device-mapper-1.02.175-9.fc37.aarch64.r 423 kB/s | 136 kB     00:00    
11:20:07 #12 4.234 (5/96): gc-8.0.6-4.fc37.aarch64.rpm              14 MB/s | 102 kB     00:00    
11:20:07 #12 4.240 (6/96): device-mapper-libs-1.02.175-9.fc37.aarc  11 MB/s | 169 kB     00:00    
11:20:07 #12 4.248 (7/96): jsoncpp-1.9.5-3.fc37.aarch64.rpm        8.1 MB/s |  92 kB     00:00    
11:20:07 #12 4.259 (8/96): kmod-libs-30-2.fc37.aarch64.rpm         4.4 MB/s |  66 kB     00:00    
11:20:07 #12 4.286 (9/96): guile22-2.2.7-6.fc37.aarch64.rpm        119 MB/s | 6.5 MB     00:00    
11:20:07 #12 4.290 (10/96): less-590-5.fc37.aarch64.rpm            4.4 MB/s | 161 kB     00:00    
11:20:07 #12 4.293 (11/96): libargon2-20190702-1.fc37.aarch64.rpm  981 kB/s |  28 kB     00:00    
11:20:07 #12 4.298 (12/96): libbpf-0.8.0-2.fc37.aarch64.rpm         22 MB/s | 173 kB     00:00    
11:20:07 #12 4.303 (13/96): libcbor-0.7.0-7.fc37.aarch64.rpm       4.4 MB/s |  55 kB     00:00    
11:20:07 #12 4.309 (14/96): libfdisk-2.38.1-1.fc37.aarch64.rpm      11 MB/s | 155 kB     00:00    
11:20:07 #12 4.313 (15/96): libfido2-1.11.0-3.fc37.aarch64.rpm      11 MB/s |  96 kB     00:00    
11:20:07 #12 4.315 (16/96): libmpc-1.2.1-5.fc37.aarch64.rpm        5.5 MB/s |  62 kB     00:00    
11:20:07 #12 4.319 (17/96): libseccomp-2.5.3-3.fc37.aarch64.rpm    6.9 MB/s |  71 kB     00:00    
11:20:07 #12 4.324 (18/96): libseccomp-devel-2.5.3-3.fc37.aarch64. 7.1 MB/s |  60 kB     00:00    
11:20:07 #12 4.328 (19/96): libselinux-devel-3.4-5.fc37.aarch64.rp  12 MB/s | 148 kB     00:00    
11:20:07 #12 4.332 (20/96): libselinux-utils-3.4-5.fc37.aarch64.rp  13 MB/s | 160 kB     00:00    
11:20:07 #12 4.335 (21/96): libsepol-devel-3.4-3.fc37.aarch64.rpm  7.5 MB/s |  49 kB     00:00    
11:20:07 #12 4.339 (22/96): libtool-ltdl-2.4.7-2.fc37.aarch64.rpm  6.2 MB/s |  37 kB     00:00    
11:20:07 #12 4.345 (23/96): libtool-2.4.7-2.fc37.aarch64.rpm        36 MB/s | 600 kB     00:00    
11:20:07 #12 4.348 (24/96): libutempter-1.2.1-7.fc37.aarch64.rpm   3.2 MB/s |  26 kB     00:00    
11:20:07 #12 4.354 (25/96): libuv-1.44.2-2.fc37.aarch64.rpm         18 MB/s | 148 kB     00:00    
11:20:07 #12 4.358 (26/96): libxkbcommon-1.4.1-2.fc37.aarch64.rpm   14 MB/s | 139 kB     00:00    
11:20:07 #12 4.365 (27/96): m4-1.4.19-4.fc37.aarch64.rpm            29 MB/s | 299 kB     00:00    
11:20:07 #12 4.372 (28/96): make-4.3-11.fc37.aarch64.rpm            43 MB/s | 537 kB     00:00    
11:20:07 #12 4.376 (29/96): libtool-ltdl-devel-2.4.7-2.fc37.aarch6 4.0 MB/s | 164 kB     00:00    
11:20:07 #12 4.381 (30/96): openssh-8.8p1-7.fc37.aarch64.rpm        30 MB/s | 441 kB     00:00    
11:20:07 #12 4.388 (31/96): openssh-clients-8.8p1-7.fc37.aarch64.r  45 MB/s | 670 kB     00:00    
11:20:07 #12 4.396 (32/96): pcre2-devel-10.40-1.fc37.1.aarch64.rpm  37 MB/s | 505 kB     00:00    
11:20:07 #12 4.400 (33/96): pcre2-utf16-10.40-1.fc37.1.aarch64.rpm  11 MB/s | 199 kB     00:00    
11:20:07 #12 4.405 (34/96): pcre2-utf32-10.40-1.fc37.1.aarch64.rpm  12 MB/s | 188 kB     00:00    
11:20:07 #12 4.407 (35/96): perl-Error-0.17029-10.fc37.noarch.rpm  6.6 MB/s |  41 kB     00:00    
11:20:07 #12 4.410 (36/96): perl-File-Compare-1.100.700-492.fc37.n 2.0 MB/s |  16 kB     00:00    
11:20:07 #12 4.413 (37/96): perl-File-Copy-2.39-492.fc37.noarch.rp 3.1 MB/s |  23 kB     00:00    
11:20:07 #12 4.416 (38/96): perl-File-Find-1.40-492.fc37.noarch.rp 4.6 MB/s |  28 kB     00:00    
11:20:07 #11 55.67 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:20:07 #11 55.67 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:20:07 #11 55.72 Selecting previously unselected package python3-requests.
11:20:07 #11 55.72 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
11:20:07 #11 55.72 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:20:07 #11 55.75 Selecting previously unselected package python3-unidiff.
11:20:07 #11 55.76 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
11:20:07 #11 55.76 Unpacking python3-unidiff (0.5.5-2) ...
11:20:07 #11 55.79 Selecting previously unselected package python3-xdg.
11:20:07 #11 55.79 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
11:20:07 #11 55.80 Unpacking python3-xdg (0.27-2) ...
11:20:07 #11 55.82 Selecting previously unselected package equivs.
11:20:07 #11 55.83 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
11:20:07 #11 55.83 Unpacking equivs (2.3.1) ...
11:20:07 #11 55.86 Selecting previously unselected package libauthen-sasl-perl.
11:20:07 #11 55.86 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:20:07 #11 55.86 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:20:07 #11 55.90 Selecting previously unselected package python3-magic.
11:20:07 #11 55.90 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ...
11:20:07 #11 55.91 Unpacking python3-magic (2:0.4.24-2) ...
11:20:07 #11 55.95 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:20:07 #11 55.96 Setting up media-types (7.0.0) ...
11:20:07 #11 55.98 Setting up libpipeline1:amd64 (1.5.5-1) ...
11:20:07 #11 55.99 Setting up wdiff (1.2.2-2build3) ...
11:20:07 #11 56.00 Setting up gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
11:20:07 #10 63.83 Setting up dh-autoreconf (20) ...
11:20:07 #10 63.84 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:07 #10 63.85 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:07 #10 63.86 Setting up python3-gpg (1.18.0-3+b1) ...
11:20:07 #10 64.03 Setting up python3-certifi (2022.9.24-1) ...
11:20:07 #10 64.16 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:07 #11 40.43 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:20:07 #11 40.48 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:20:07 #11 40.56 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
11:20:07 #11 40.70 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
11:20:07 #11 56.43 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ...
11:20:07 #11 56.44 Unpacking python3-idna (2.8-1) ...
11:20:07 #11 56.48 Selecting previously unselected package python3-urllib3.
11:20:07 #11 56.48 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:20:07 #11 56.49 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:20:07 #11 56.53 Selecting previously unselected package python3-requests.
11:20:07 #11 56.53 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:20:07 #11 56.54 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:20:07 #11 56.58 Selecting previously unselected package python3-unidiff.
11:20:07 #11 56.58 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ...
11:20:07 #11 56.58 Unpacking python3-unidiff (0.5.5-2) ...
11:20:07 #11 56.63 Selecting previously unselected package python3-xdg.
11:20:07 #11 56.63 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ...
11:20:07 #11 56.63 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:20:07 #10 38.95 Selecting previously unselected package libio-socket-ssl-perl.
11:20:07 #10 38.96 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ...
11:20:07 #10 38.96 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:20:07 #10 39.01 Selecting previously unselected package libnet-http-perl.
11:20:07 #10 39.02 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ...
11:20:07 #10 39.02 Unpacking libnet-http-perl (6.20-1) ...
11:20:07 #10 39.05 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:07 #10 39.05 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:07 #10 39.06 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:07 #10 39.09 Selecting previously unselected package libtry-tiny-perl.
11:20:07 #10 39.10 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ...
11:20:07 #10 39.10 Unpacking libtry-tiny-perl (0.30-1) ...
11:20:07 #10 39.13 Selecting previously unselected package libwww-robotrules-perl.
11:20:07 #10 39.13 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:07 #10 39.14 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:07 #10 49.01 Selecting previously unselected package libpython2.7-stdlib:armhf.
11:20:07 #10 49.01 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u1_armhf.deb ...
11:20:07 #10 49.02 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
11:20:07 #11 43.07 Selecting previously unselected package cpp.
11:20:07 #11 43.07 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:20:07 #11 43.08 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:20:07 #11 43.12 Selecting previously unselected package libcc1-0:armhf.
11:20:07 #11 43.12 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:20:07 #11 43.13 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:07 #11 43.16 Selecting previously unselected package libgomp1:armhf.
11:20:07 #11 43.16 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:20:07 #11 43.17 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:07 #11 43.21 Selecting previously unselected package libatomic1:armhf.
11:20:07 #11 43.21 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:20:07 #11 43.22 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:07 #10 36.77 Selecting previously unselected package patchutils.
11:20:07 #10 36.78 Preparing to unpack .../097-patchutils_0.3.4-2_armhf.deb ...
11:20:07 #10 36.79 Unpacking patchutils (0.3.4-2) ...
11:20:07 #10 37.02 Selecting previously unselected package wdiff.
11:20:07 #10 60.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:07 #10 60.30 
11:20:07 #10 60.30 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:07 #10 60.33 Setting up liblist-moreutils-perl (0.416-1build3) ...
11:20:07 #10 60.34 Setting up libhttp-date-perl (6.02-1) ...
11:20:07 #10 60.35 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:07 #10 60.36 Setting up build-essential (12.4ubuntu1) ...
11:20:07 #11 53.73 Preparing to unpack .../042-bsdextrautils_2.38-4ubuntu1_arm64.deb ...
11:20:07 #11 53.73 Unpacking bsdextrautils (2.38-4ubuntu1) ...
11:20:07 #11 53.76 Selecting previously unselected package libmagic-mgc.
11:20:07 #11 53.76 Preparing to unpack .../043-libmagic-mgc_1%3a5.41-4_arm64.deb ...
11:20:07 #11 53.77 Unpacking libmagic-mgc (1:5.41-4) ...
11:20:07 #11 53.84 Selecting previously unselected package libmagic1:arm64.
11:20:07 #11 53.84 Preparing to unpack .../044-libmagic1_1%3a5.41-4_arm64.deb ...
11:20:07 #11 53.84 Unpacking libmagic1:arm64 (1:5.41-4) ...
11:20:07 #11 53.87 Selecting previously unselected package file.
11:20:07 #11 53.87 Preparing to unpack .../045-file_1%3a5.41-4_arm64.deb ...
11:20:07 #11 53.87 Unpacking file (1:5.41-4) ...
11:20:07 #11 53.90 Selecting previously unselected package gettext-base.
11:20:07 #11 53.90 Preparing to unpack .../046-gettext-base_0.21-8_arm64.deb ...
11:20:07 #11 53.91 Unpacking gettext-base (0.21-8) ...
11:20:07 #11 53.94 Selecting previously unselected package libuchardet0:arm64.
11:20:07 #10 65.56 Setting up libfcgi-perl (0.78-2+b3) ...
11:20:07 #10 65.58 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:07 #10 65.59 Setting up python3-unidiff (0.5.4-1) ...
11:20:07 #10 65.77 Setting up libstrictures-perl (2.000005-1) ...
11:20:07 #11 57.39 Selecting previously unselected package liblist-compare-perl.
11:20:07 #11 57.39 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
11:20:07 #11 57.40 Unpacking liblist-compare-perl (0.55-1) ...
11:20:07 #11 57.43 Selecting previously unselected package liblist-someutils-perl.
11:20:07 #11 57.43 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
11:20:07 #11 57.44 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:07 #11 57.47 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:07 #11 57.47 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
11:20:07 #11 57.47 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:20:07 #11 57.50 Selecting previously unselected package liblist-utilsby-perl.
11:20:07 #11 57.50 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
11:20:07 #11 57.51 Unpacking liblist-utilsby-perl (0.11-1) ...
11:20:07 #11 57.54 Selecting previously unselected package libltdl7:arm64.
11:20:07 #11 57.54 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
11:20:07 #11 57.54 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
11:20:07 #11 57.57 Selecting previously unselected package libltdl-dev:arm64.
11:20:07 #11 57.57 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
11:20:07 #11 57.58 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
11:20:07 #11 57.62 Selecting previously unselected package liblzo2-2:arm64.
11:20:07 #10 50.47 Selecting previously unselected package libhttp-date-perl.
11:20:07 #10 50.48 Preparing to unpack .../195-libhttp-date-perl_6.02-1_all.deb ...
11:20:07 #10 50.49 Unpacking libhttp-date-perl (6.02-1) ...
11:20:07 #10 50.53 Selecting previously unselected package libfile-listing-perl.
11:20:07 #10 50.53 Preparing to unpack .../196-libfile-listing-perl_6.04-1_all.deb ...
11:20:07 #10 50.54 Unpacking libfile-listing-perl (6.04-1) ...
11:20:07 #10 50.56 Selecting previously unselected package libfont-afm-perl.
11:20:07 #10 50.57 Preparing to unpack .../197-libfont-afm-perl_1.20-2_all.deb ...
11:20:07 #10 50.57 Unpacking libfont-afm-perl (1.20-2) ...
11:20:07 #10 50.61 Selecting previously unselected package libio-stringy-perl.
11:20:07 #10 50.61 Preparing to unpack .../198-libio-stringy-perl_2.111-2_all.deb ...
11:20:07 #10 50.62 Unpacking libio-stringy-perl (2.111-2) ...
11:20:07 #10 50.66 Selecting previously unselected package libparams-validate-perl.
11:20:07 #10 50.66 Preparing to unpack .../199-libparams-validate-perl_1.29-1_armhf.deb ...
11:20:07 #10 50.67 Unpacking libparams-validate-perl (1.29-1) ...
11:20:07 #10 50.70 Selecting previously unselected package libsub-exporter-perl.
11:20:07 #10 50.70 Preparing to unpack .../200-libsub-exporter-perl_0.987-1_all.deb ...
11:20:07 #10 50.71 Unpacking libsub-exporter-perl (0.987-1) ...
11:20:07 #13 1.054 Reading package lists...
11:20:07 #11 44.45 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
11:20:07 #11 44.47 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsocket6-perl armhf 0.29-2 [18.6 kB]
11:20:07 #11 44.48 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsodium23 armhf 1.0.18-1build2 [141 kB]
11:20:07 #11 44.57 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:20:07 #10 41.65 Selecting previously unselected package wdiff.
11:20:07 #10 41.65 Preparing to unpack .../150-wdiff_1.2.2-5_armhf.deb ...
11:20:07 #10 41.65 Unpacking wdiff (1.2.2-5) ...
11:20:07 #10 41.80 Selecting previously unselected package devscripts.
11:20:07 #12 4.419 (39/96): perl-TermReadKey-2.38-14.fc37.aarch64. 4.0 MB/s |  36 kB     00:00    
11:20:07 #12 4.422 (40/96): perl-Thread-Queue-3.14-489.fc37.noarch 2.3 MB/s |  21 kB     00:00    
11:20:07 #12 4.426 (41/96): perl-lib-0.65-492.fc37.aarch64.rpm     2.9 MB/s |  18 kB     00:00    
11:20:07 #12 4.429 (42/96): perl-threads-2.27-489.fc37.aarch64.rpm 6.4 MB/s |  56 kB     00:00    
11:20:07 #12 4.432 (43/96): perl-threads-shared-1.64-489.fc37.aarc 4.9 MB/s |  43 kB     00:00    
11:20:07 #12 4.436 (44/96): policycoreutils-3.4-6.fc37.aarch64.rpm  35 MB/s | 239 kB     00:00    
11:20:07 #12 4.441 (45/96): policycoreutils-devel-3.4-6.fc37.aarch  14 MB/s | 145 kB     00:00    
11:20:07 #12 4.444 (46/96): python3-libselinux-3.4-5.fc37.aarch64.  26 MB/s | 188 kB     00:00    
11:20:07 #12 4.447 (47/96): policycoreutils-python-utils-3.4-6.fc3 5.5 MB/s |  80 kB     00:00    
11:20:07 #12 4.451 (48/96): python3-libsemanage-3.4-5.fc37.aarch64 8.3 MB/s |  84 kB     00:00    
11:20:07 #12 4.465 (49/96): python3-policycoreutils-3.4-6.fc37.noa 112 MB/s | 2.2 MB     00:00    
11:20:07 #12 4.477 (50/96): python3-setools-4.4.0-9.fc37.aarch64.r  28 MB/s | 613 kB     00:00    
11:20:07 #12 4.485 (51/96): python3-setuptools-62.6.0-2.fc37.noarc  56 MB/s | 1.6 MB     00:00    
11:20:07 #12 4.487 (52/96): qrencode-libs-4.1.1-3.fc37.aarch64.rpm 3.9 MB/s |  61 kB     00:00    
11:20:07 #12 4.492 (53/96): rhash-1.4.2-3.fc37.aarch64.rpm          13 MB/s | 185 kB     00:00    
11:20:07 #12 4.501 (54/96): rpm-plugin-selinux-4.18.0-1.fc37.aarch 1.5 MB/s |  20 kB     00:00    
11:20:07 #12 4.510 (55/96): util-linux-2.38.1-1.fc37.aarch64.rpm   106 MB/s | 2.3 MB     00:00    
11:20:07 #12 4.513 (56/96): which-2.21-35.fc37.aarch64.rpm         2.1 MB/s |  41 kB     00:00    
11:20:07 #12 4.516 (57/96): annobin-docs-11.11-1.fc37.noarch.rpm   6.6 MB/s |  92 kB     00:00    
11:20:07 #12 4.528 (58/96): annobin-plugin-gcc-11.11-1.fc37.aarch6  62 MB/s | 889 kB     00:00    
11:20:07 #12 4.538 (59/96): autoconf-2.71-4.fc37.noarch.rpm         30 MB/s | 733 kB     00:00    
11:20:07 #12 4.577 (60/96): cmake-3.26.0~rc5-1.fc37.aarch64.rpm    106 MB/s | 6.3 MB     00:00    
11:20:07 #12 4.579 (61/96): cmake-filesystem-3.26.0~rc5-1.fc37.aar 462 kB/s |  17 kB     00:00    
11:20:07 #12 4.592 (62/96): cmake-data-3.26.0~rc5-1.fc37.noarch.rp  35 MB/s | 2.2 MB     00:00    
11:20:07 #12 4.597 (63/96): cmake-rpm-macros-3.26.0~rc5-1.fc37.noa 1.1 MB/s |  16 kB     00:00    
11:20:07 #12 4.611 (64/96): cryptsetup-libs-2.6.1-1.fc37.aarch64.r  28 MB/s | 488 kB     00:00    
11:20:07 #12 4.619 (65/96): dbus-1.14.6-1.fc37.aarch64.rpm         482 kB/s | 7.7 kB     00:00    
11:20:07 #11 56.01 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
11:20:07 #11 56.02 Setting up libre2-9:amd64 (20220201+dfsg-1) ...
11:20:07 #11 56.03 Setting up lto-disabled-list (24) ...
11:20:07 #11 56.04 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:20:07 #11 56.05 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:20:07 #11 56.06 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:20:07 #11 56.06 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
11:20:07 #11 56.06 Setting up libtext-glob-perl (0.11-2) ...
11:20:07 #11 56.07 Setting up libmagic-mgc (1:5.41-3) ...
11:20:07 #11 56.08 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
11:20:07 #11 56.09 Setting up distro-info-data (0.52ubuntu0.2) ...
11:20:07 #11 56.10 Setting up manpages (5.10-1ubuntu1) ...
11:20:07 #11 56.11 Setting up unzip (6.0-26ubuntu3.1) ...
11:20:07 #11 56.12 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:20:07 #11 56.13 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:20:07 #11 56.14 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:20:07 #11 56.15 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:07 #11 56.17 Setting up binutils-common:amd64 (2.38-4ubuntu2.1) ...
11:20:07 #11 56.17 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
11:20:07 #11 56.18 Setting up libmagic1:amd64 (1:5.41-3) ...
11:20:07 #11 56.20 Setting up libdeflate0:amd64 (1.10-2) ...
11:20:07 #11 56.21 Setting up less (590-1ubuntu0.22.04.1) ...
11:20:07 #10 64.17 Setting up libmailtools-perl (2.21-2) ...
11:20:07 #10 64.18 Setting up python3-idna (3.3-1) ...
11:20:07 #11 40.75 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:20:07 #11 40.75 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
11:20:07 #11 40.76 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
11:20:07 #11 40.76 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
11:20:07 #11 40.76 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
11:20:07 #12 2.390 Package bash-5.2.15-1.fc36.x86_64 is already installed.
11:20:07 #12 2.409 Package bash-5.2.15-1.fc36.x86_64 is already installed.
11:20:07 #12 2.418 Package bash-5.2.15-1.fc36.x86_64 is already installed.
11:20:07 #12 2.419 Package ca-certificates-2023.2.60-1.0.fc36.noarch is already installed.
11:20:07 #12 2.420 Package libarchive-3.5.3-3.fc36.x86_64 is already installed.
11:20:07 #12 2.420 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
11:20:07 #12 2.421 Package tar-2:1.34-3.fc36.x86_64 is already installed.
11:20:07 #12 2.430 Package bash-5.2.15-1.fc36.x86_64 is already installed.
11:20:07 #12 2.445 Package bash-5.2.15-1.fc36.x86_64 is already installed.
11:20:07 #12 2.559 Dependencies resolved.
11:20:07 #12 2.585 ================================================================================
11:20:07 #12 2.585  Package                       Arch    Version                   Repo      Size
11:20:07 #12 2.585 ================================================================================
11:20:07 #12 2.585 Installing:
11:20:07 #12 2.585  cmake                         x86_64  3.25.2-1.fc36             updates  6.8 M
11:20:07 #12 2.585  device-mapper-devel           x86_64  1.02.175-7.fc36           fedora    43 k
11:20:07 #12 2.585  gcc                           x86_64  12.2.1-4.fc36             updates   33 M
11:20:07 #12 2.585  git                           x86_64  2.39.2-1.fc36             updates   66 k
11:20:07 #12 2.585  glibc-static                  x86_64  2.35-22.fc36              updates  1.9 M
11:20:07 #12 2.585  libseccomp-devel              x86_64  2.5.3-2.fc36              fedora    53 k
11:20:07 #12 2.585  libselinux-devel              x86_64  3.3-4.fc36                fedora   113 k
11:20:07 #12 2.585  libtool                       x86_64  2.4.7-1.fc36              updates  593 k
11:20:07 #12 2.585  libtool-ltdl-devel            x86_64  2.4.7-1.fc36              updates  157 k
11:20:07 #12 2.585  make                          x86_64  1:4.3-7.fc36              fedora   535 k
11:20:07 #12 2.585  selinux-policy-devel          noarch  36.17-1.fc36              updates  815 k
11:20:07 #12 2.585  systemd                       x86_64  250.10-2.fc36             updates  4.2 M
11:20:07 #12 2.585  systemd-devel                 x86_64  250.10-2.fc36             updates  446 k
11:20:07 #12 2.585  which                         x86_64  2.21-32.fc36              fedora    42 k
11:20:07 #12 2.585 Upgrading:
11:20:07 #12 2.585  audit-libs                    x86_64  3.1-2.fc36                updates  117 k
11:20:07 #12 2.585 Installing dependencies:
11:20:07 #12 2.585  annobin-docs                  noarch  11.06-2.fc36              updates   92 k
11:20:07 #12 2.585  annobin-plugin-gcc            x86_64  11.06-2.fc36              updates  889 k
11:20:07 #12 2.585  autoconf                      noarch  2.71-3.fc36               updates  720 k
11:20:07 #12 2.585  automake                      noarch  1.16.5-7.fc36             updates  675 k
11:20:07 #12 2.585  checkpolicy                   x86_64  3.3-2.fc36                fedora   339 k
11:20:07 #12 2.585  cmake-data                    noarch  3.25.2-1.fc36             updates  1.7 M
11:20:07 #12 2.585  cmake-filesystem              x86_64  3.25.2-1.fc36             updates   17 k
11:20:07 #12 2.585  cmake-rpm-macros              noarch  3.25.2-1.fc36             updates   16 k
11:20:07 #12 2.585  cpp                           x86_64  12.2.1-4.fc36             updates   11 M
11:20:07 #12 2.585  dbus                          x86_64  1:1.14.4-1.fc36           updates  7.2 k
11:20:07 #12 2.585  dbus-broker                   x86_64  33-1.fc36                 updates  174 k
11:20:07 #12 2.585  dbus-common                   noarch  1:1.14.4-1.fc36           updates   14 k
11:20:07 #12 2.585  device-mapper                 x86_64  1.02.175-7.fc36           fedora   139 k
11:20:07 #12 2.585  device-mapper-libs            x86_64  1.02.175-7.fc36           fedora   177 k
11:20:07 #12 2.585  gc                            x86_64  8.0.6-3.fc36              updates  103 k
11:20:07 #12 2.585  gcc-plugin-annobin            x86_64  12.2.1-4.fc36             updates   53 k
11:20:07 #12 2.585  git-core                      x86_64  2.39.2-1.fc36             updates  4.2 M
11:20:07 #12 2.585  git-core-doc                  noarch  2.39.2-1.fc36             updates  2.6 M
11:20:07 #12 2.585  glibc-devel                   x86_64  2.35-22.fc36              updates   71 k
11:20:07 #12 2.585  glibc-headers-x86             noarch  2.35-22.fc36              updates  476 k
11:20:07 #12 2.585  guile22                       x86_64  2.2.7-5.fc36              fedora   6.4 M
11:20:07 #12 2.585  jsoncpp                       x86_64  1.9.5-2.fc36              fedora    98 k
11:20:07 #12 2.585  kernel-headers                x86_64  6.1.5-100.fc36            updates  1.4 M
11:20:07 #12 2.585  kmod-libs                     x86_64  29-7.fc36                 fedora    68 k
11:20:07 #12 2.585  less                          x86_64  590-5.fc36                updates  161 k
11:20:07 #12 2.585  libargon2                     x86_64  20171227-9.fc36           updates   28 k
11:20:07 #12 2.585  libcbor                       x86_64  0.7.0-5.fc36              fedora    56 k
11:20:07 #12 2.585  libedit                       x86_64  3.1-41.20210910cvs.fc36   fedora   104 k
11:20:07 #12 2.585  libfdisk                      x86_64  2.38-1.fc36               updates  160 k
11:20:07 #12 2.585  libfido2                      x86_64  1.10.0-5.fc36             updates   94 k
11:20:07 #12 2.585  libmpc                        x86_64  1.2.1-4.fc36              fedora    61 k
11:20:07 #12 2.585  libseccomp                    x86_64  2.5.3-2.fc36              fedora    70 k
11:20:07 #12 2.585  libselinux-utils              x86_64  3.3-4.fc36                fedora   142 k
11:20:07 #12 2.585  libsepol-devel                x86_64  3.3-3.fc36                fedora    40 k
11:20:07 #12 2.585  libtool-ltdl                  x86_64  2.4.7-1.fc36              updates   37 k
11:20:07 #12 2.585  libutempter                   x86_64  1.2.1-6.fc36              fedora    26 k
11:20:07 #12 2.585  libuv                         x86_64  1:1.44.2-1.fc36           updates  151 k
11:20:07 #12 2.585  libxcrypt-devel               x86_64  4.4.33-4.fc36             updates   30 k
11:20:07 #12 2.585  libxcrypt-static              x86_64  4.4.33-4.fc36             updates  104 k
11:20:07 #12 2.585  m4                            x86_64  1.4.19-3.fc36             fedora   296 k
11:20:07 #12 2.585  openssh                       x86_64  8.8p1-1.fc36.1            fedora   451 k
11:20:07 #12 2.585  openssh-clients               x86_64  8.8p1-1.fc36.1            fedora   703 k
11:20:07 #12 2.585  pcre2-devel                   x86_64  10.40-1.fc36              updates  474 k
11:20:07 #12 2.585  pcre2-utf16                   x86_64  10.40-1.fc36              updates  216 k
11:20:07 #12 2.585  pcre2-utf32                   x86_64  10.40-1.fc36              updates  203 k
11:20:07 #12 2.585  perl-Error                    noarch  1:0.17029-8.fc36          fedora    41 k
11:20:07 #12 2.585  perl-File-Compare             noarch  1.100.600-486.fc36        fedora    18 k
11:20:07 #12 2.585  perl-File-Copy                noarch  2.35-486.fc36             fedora    25 k
11:20:07 #12 2.585  perl-File-Find                noarch  1.39-486.fc36             fedora    30 k
11:20:07 #12 2.585  perl-Git                      noarch  2.39.2-1.fc36             updates   43 k
11:20:07 #12 2.585  perl-TermReadKey              x86_64  2.38-12.fc36              fedora    36 k
11:20:07 #12 2.585  perl-Thread-Queue             noarch  3.14-479.fc36             fedora    21 k
11:20:07 #12 2.585  perl-lib                      x86_64  0.65-486.fc36             fedora    20 k
11:20:07 #12 2.585  perl-threads                  x86_64  1:2.26-449.fc36           fedora    57 k
11:20:07 #12 2.585  perl-threads-shared           x86_64  1.62-479.fc36             fedora    44 k
11:20:07 #12 2.585  policycoreutils               x86_64  3.3-4.fc36                fedora   202 k
11:20:07 #12 2.585  policycoreutils-devel         x86_64  3.3-4.fc36                fedora   142 k
11:20:07 #12 2.585  policycoreutils-python-utils  noarch  3.3-4.fc36                fedora    72 k
11:20:07 #12 2.585  python3-audit                 x86_64  3.1-2.fc36                updates   83 k
11:20:07 #12 2.585  python3-libselinux            x86_64  3.3-4.fc36                fedora   186 k
11:20:07 #12 2.585  python3-libsemanage           x86_64  3.3-3.fc36                fedora    80 k
11:20:07 #12 2.585  python3-policycoreutils       noarch  3.3-4.fc36                fedora   2.0 M
11:20:07 #12 2.585  python3-setools               x86_64  4.4.0-5.fc36              fedora   552 k
11:20:07 #12 2.585  python3-setuptools            noarch  59.6.0-3.fc36             updates  934 k
11:20:07 #12 2.585  rhash                         x86_64  1.4.2-2.fc36              fedora   185 k
11:20:07 #12 2.585  rpm-plugin-selinux            x86_64  4.17.1-3.fc36             updates   18 k
11:20:07 #12 2.585  selinux-policy                noarch  36.17-1.fc36              updates   66 k
11:20:07 #12 2.585  selinux-policy-targeted       noarch  36.17-1.fc36              updates  6.4 M
11:20:07 #12 2.585  systemd-pam                   x86_64  250.10-2.fc36             updates  330 k
11:20:07 #12 2.585  systemd-rpm-macros            noarch  250.10-2.fc36             updates   24 k
11:20:07 #12 2.585  util-linux                    x86_64  2.38-1.fc36               updates  2.3 M
11:20:07 #12 2.585  vim-filesystem                noarch  2:9.0.1307-1.fc36         updates   17 k
11:20:07 #12 2.585  xkeyboard-config              noarch  2.35.1-1.fc36             fedora   878 k
11:20:07 #12 2.585 Installing weak dependencies:
11:20:07 #12 2.585  cryptsetup-libs               x86_64  2.4.3-2.fc36              fedora   432 k
11:20:07 #12 2.585  libbpf                        x86_64  2:0.7.0-3.fc36            updates  159 k
11:20:07 #12 2.585  libxkbcommon                  x86_64  1.4.0-1.fc36              fedora   140 k
11:20:07 #12 2.585  qrencode-libs                 x86_64  4.1.1-2.fc36              fedora    61 k
11:20:07 #12 2.585  systemd-networkd              x86_64  250.10-2.fc36             updates  613 k
11:20:07 #12 2.585  systemd-resolved              x86_64  250.10-2.fc36             updates  272 k
11:20:07 #12 2.585 
11:20:07 #12 2.585 Transaction Summary
11:20:07 #12 2.585 ================================================================================
11:20:07 #12 2.585 Install  93 Packages
11:20:07 #12 2.585 Upgrade   1 Package
11:20:07 #12 2.585 
11:20:07 #12 2.590 Total download size: 100 M
11:20:07 #12 2.590 Downloading Packages:
11:20:07 #11 56.68 Selecting previously unselected package unzip.
11:20:07 #11 56.68 Preparing to unpack .../334-unzip_6.0-25ubuntu1.1_arm64.deb ...
11:20:07 #11 56.69 Unpacking unzip (6.0-25ubuntu1.1) ...
11:20:07 #11 56.76 Selecting previously unselected package equivs.
11:20:07 #11 56.76 Preparing to unpack .../335-equivs_2.2.0_all.deb ...
11:20:07 #11 56.76 Unpacking equivs (2.2.0) ...
11:20:07 #11 56.80 Selecting previously unselected package libauthen-sasl-perl.
11:20:07 #11 56.80 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ...
11:20:07 #11 56.80 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:20:07 #11 56.85 Selecting previously unselected package python3-magic.
11:20:07 #11 56.85 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ...
11:20:07 #11 56.86 Unpacking python3-magic (2:0.4.15-3) ...
11:20:07 #11 56.90 Setting up libapt-pkg-perl (0.1.36build3) ...
11:20:07 #10 39.16 Selecting previously unselected package libwww-perl.
11:20:07 #10 39.17 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ...
11:20:07 #10 39.17 Unpacking libwww-perl (6.52-1) ...
11:20:07 #10 39.22 Selecting previously unselected package patchutils.
11:20:07 #10 39.22 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ...
11:20:07 #10 39.22 Unpacking patchutils (0.4.2-1) ...
11:20:07 #10 39.27 Selecting previously unselected package libtinfo5:armhf.
11:20:07 #10 39.27 Preparing to unpack .../101-libtinfo5_6.2+20201114-2_armhf.deb ...
11:20:07 #10 39.28 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
11:20:07 #10 39.33 Selecting previously unselected package wdiff.
11:20:07 #10 39.33 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ...
11:20:07 #10 39.33 Unpacking wdiff (1.2.2-2) ...
11:20:07 #10 49.29 Selecting previously unselected package libpython2.7:armhf.
11:20:07 #10 49.29 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u1_armhf.deb ...
11:20:07 #10 49.30 Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ...
11:20:07 #10 49.43 Selecting previously unselected package libmailutils5:armhf.
11:20:07 #11 61.26 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:20:07 #11 61.29 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7.1) ...
11:20:07 #11 61.30 Setting up libgdbm-compat4:amd64 (1.23-1) ...
11:20:07 #11 61.31 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:20:07 #11 61.32 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:20:07 #11 61.33 Setting up dwz (0.14-1build2) ...
11:20:07 #11 61.33 Setting up groff-base (1.22.4-8build1) ...
11:20:07 #11 61.35 Setting up cpp (4:12.2.0-1ubuntu1) ...
11:20:07 #11 61.36 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:20:07 #11 61.37 Setting up debugedit (1:5.0-5) ...
11:20:07 #11 61.38 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.3) ...
11:20:07 #11 61.39 Setting up libx11-6:amd64 (2:1.8.1-2) ...
11:20:07 #11 61.40 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:20:07 #11 61.40 Setting up libtiff5:amd64 (4.4.0-4ubuntu3.3) ...
11:20:07 #11 61.41 Setting up curl (7.85.0-1ubuntu0.3) ...
11:20:07 #11 61.42 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:20:07 #11 61.43 Setting up gpg (2.2.35-3ubuntu1) ...
11:20:07 #11 61.44 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:20:07 #11 61.45 Setting up binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
11:20:07 #11 61.46 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
11:20:07 #11 61.47 Setting up libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
11:20:07 #11 61.48 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:20:07 #11 61.61 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:20:07 #11 43.25 Selecting previously unselected package libasan5:armhf.
11:20:07 #11 43.25 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:07 #11 43.25 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:07 #10 37.03 Preparing to unpack .../098-wdiff_1.2.2-2_armhf.deb ...
11:20:07 #10 37.04 Unpacking wdiff (1.2.2-2) ...
11:20:07 #10 37.20 Selecting previously unselected package devscripts.
11:20:07 #10 37.20 Preparing to unpack .../099-devscripts_2.19.5+deb10u1_armhf.deb ...
11:20:07 #10 37.23 Unpacking devscripts (2.19.5+deb10u1) ...
11:20:07 #12 0.858 Reading package lists...
11:20:07 #10 60.38 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.23) ...
11:20:07 #10 60.39 Setting up libdevel-callchecker-perl (0.007-2build1) ...
11:20:07 #10 60.40 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.23) ...
11:20:07 #10 60.41 Setting up devscripts (2.17.12ubuntu1.1) ...
11:20:07 #10 60.60 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:20:07 #10 60.61 Setting up libcgi-fast-perl (1:2.13-1) ...
11:20:07 #10 60.62 Setting up libhtml-tree-perl (5.07-1) ...
11:20:07 #11 53.94 Preparing to unpack .../047-libuchardet0_0.0.7-1build2_arm64.deb ...
11:20:07 #11 53.95 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
11:20:07 #11 53.99 Selecting previously unselected package groff-base.
11:20:07 #11 53.99 Preparing to unpack .../048-groff-base_1.22.4-8build1_arm64.deb ...
11:20:07 #11 54.00 Unpacking groff-base (1.22.4-8build1) ...
11:20:07 #11 54.08 Selecting previously unselected package libcbor0.8:arm64.
11:20:07 #11 54.08 Preparing to unpack .../049-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
11:20:07 #11 54.08 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:20:07 #11 54.12 Selecting previously unselected package libedit2:arm64.
11:20:07 #11 54.12 Preparing to unpack .../050-libedit2_3.1-20210910-1build1_arm64.deb ...
11:20:07 #11 54.12 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
11:20:07 #11 54.16 Selecting previously unselected package libfido2-1:arm64.
11:20:07 #11 54.16 Preparing to unpack .../051-libfido2-1_1.11.0-1_arm64.deb ...
11:20:07 #11 54.17 Unpacking libfido2-1:arm64 (1.11.0-1) ...
11:20:07 #11 54.21 Selecting previously unselected package libnghttp2-14:arm64.
11:20:07 #11 54.21 Preparing to unpack .../052-libnghttp2-14_1.49.0-1_arm64.deb ...
11:20:07 #10 65.79 Setting up libsub-quote-perl (2.005001-1) ...
11:20:07 #10 65.81 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
11:20:07 #10 65.84 Setting up libsort-versions-perl (1.62-1) ...
11:20:07 #10 65.85 Setting up libexporter-tiny-perl (1.002001-1) ...
11:20:07 #10 65.90 Setting up libterm-readkey-perl (2.38-1) ...
11:20:07 #10 65.92 Setting up lsb-release (10.2019051400) ...
11:20:07 #10 66.04 Setting up libclass-accessor-perl (0.51-1) ...
11:20:07 #11 57.63 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
11:20:07 #11 57.63 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
11:20:07 #11 57.66 Selecting previously unselected package libsys-hostname-long-perl.
11:20:07 #11 57.66 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:07 #11 57.66 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:07 #11 57.69 Selecting previously unselected package libmail-sendmail-perl.
11:20:07 #11 57.69 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:20:07 #11 57.70 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:20:07 #11 57.73 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:07 #11 57.73 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:07 #11 57.73 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:07 #11 57.76 Selecting previously unselected package libmailtools-perl.
11:20:07 #11 57.76 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
11:20:07 #11 57.77 Unpacking libmailtools-perl (2.21-1) ...
11:20:07 #11 57.81 Selecting previously unselected package libmarkdown2:arm64.
11:20:07 #11 57.81 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
11:20:07 #11 57.82 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
11:20:07 #11 57.85 Selecting previously unselected package libmath-base85-perl.
11:20:07 #10 50.74 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:20:07 #10 50.75 Preparing to unpack .../201-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:20:07 #10 50.75 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:20:07 #10 50.78 Selecting previously unselected package libsort-versions-perl.
11:20:07 #10 50.78 Preparing to unpack .../202-libsort-versions-perl_1.62-1_all.deb ...
11:20:07 #10 50.79 Unpacking libsort-versions-perl (1.62-1) ...
11:20:07 #10 50.81 Selecting previously unselected package libgit-wrapper-perl.
11:20:07 #10 50.82 Preparing to unpack .../203-libgit-wrapper-perl_0.047-1_all.deb ...
11:20:07 #10 50.82 Unpacking libgit-wrapper-perl (0.047-1) ...
11:20:07 #10 50.85 Selecting previously unselected package libio-html-perl.
11:20:07 #10 50.86 Preparing to unpack .../204-libio-html-perl_1.001-1_all.deb ...
11:20:07 #10 50.86 Unpacking libio-html-perl (1.001-1) ...
11:20:07 #10 50.90 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:07 #10 50.90 Preparing to unpack .../205-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:20:07 #10 50.90 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:20:07 #10 50.93 Selecting previously unselected package libhttp-message-perl.
11:20:07 #10 50.93 Preparing to unpack .../206-libhttp-message-perl_6.14-1_all.deb ...
11:20:07 #10 50.93 Unpacking libhttp-message-perl (6.14-1) ...
11:20:07 #10 50.97 Selecting previously unselected package libhtml-form-perl.
11:20:07 #10 50.97 Preparing to unpack .../207-libhtml-form-perl_6.03-1_all.deb ...
11:20:07 #10 50.97 Unpacking libhtml-form-perl (6.03-1) ...
11:20:07 #10 51.00 Selecting previously unselected package libhtml-tree-perl.
11:20:07 #10 51.01 Preparing to unpack .../208-libhtml-tree-perl_5.07-1_all.deb ...
11:20:07 #10 51.01 Unpacking libhtml-tree-perl (5.07-1) ...
11:20:07 #10 51.06 Selecting previously unselected package libhtml-format-perl.
11:20:07 #10 51.06 Preparing to unpack .../209-libhtml-format-perl_2.12-1_all.deb ...
11:20:07 #10 51.06 Unpacking libhtml-format-perl (2.12-1) ...
11:20:07 #10 51.09 Selecting previously unselected package libhttp-cookies-perl.
11:20:07 #10 51.09 Preparing to unpack .../210-libhttp-cookies-perl_6.04-1_all.deb ...
11:20:07 #13 99.34   Installing : automake-1.13.4-3.el7.noarch                               46/65 
11:20:07 #13 99.62 install-info: No such file or directory for /usr/share/info/automake.info.gz
11:20:07 #13 99.64   Installing : python-IPy-0.75-6.el7.noarch                               47/65 
11:20:07 #13 99.72   Installing : policycoreutils-python-2.5-34.el7.aarch64                  48/65 
11:20:07 #11 44.59 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:20:07 #11 44.60 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:20:07 #11 44.60 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsyntax-keyword-try-perl armhf 0.27-1 [25.5 kB]
11:20:07 #11 44.61 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libterm-readkey-perl armhf 2.38-2 [23.8 kB]
11:20:07 #11 44.61 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-levenshteinxs-perl armhf 0.03-5 [8014 B]
11:20:07 #11 44.61 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
11:20:07 #12 4.636 (66/96): dbus-broker-33-1.fc37.aarch64.rpm      8.9 MB/s | 168 kB     00:00    
11:20:07 #12 4.658 (67/96): cpp-12.2.1-4.fc37.aarch64.rpm          123 MB/s | 9.2 MB     00:00    
11:20:07 #10 40.96 Selecting previously unselected package libalgorithm-diff-perl.
11:20:07 #12 4.660 (68/96): dbus-common-1.14.6-1.fc37.noarch.rpm   415 kB/s |  15 kB     00:00    
11:20:07 #12 4.685 (69/96): gcc-plugin-annobin-12.2.1-4.fc37.aarch 2.7 MB/s |  52 kB     00:00    
11:20:07 #12 4.688 (70/96): git-2.39.2-1.fc37.aarch64.rpm          3.1 MB/s |  66 kB     00:00    
11:20:07 #12 4.742 (71/96): git-core-doc-2.39.2-1.fc37.noarch.rpm   53 MB/s | 2.8 MB     00:00    
11:20:07 #12 4.766 (72/96): git-core-2.39.2-1.fc37.aarch64.rpm      56 MB/s | 4.3 MB     00:00    
11:20:07 #12 4.774 (73/96): glibc-devel-2.36-9.fc37.aarch64.rpm     19 MB/s | 589 kB     00:00    
11:20:07 #12 4.811 (74/96): glibc-static-2.36-9.fc37.aarch64.rpm    34 MB/s | 1.4 MB     00:00    
11:20:07 #12 4.833 (75/96): kernel-headers-6.1.5-200.fc37.aarch64.  28 MB/s | 1.5 MB     00:00    
11:20:07 #12 4.850 (76/96): libasan-12.2.1-4.fc37.aarch64.rpm       12 MB/s | 425 kB     00:00    
11:20:07 #10 40.96 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:07 #10 40.97 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:07 #10 41.04 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:07 #10 41.04 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
11:20:07 #10 41.04 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:20:07 #10 41.15 Selecting previously unselected package libalgorithm-merge-perl.
11:20:07 #10 41.15 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:07 #10 41.16 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:07 #10 41.20 Selecting previously unselected package libaliased-perl.
11:20:07 #10 41.20 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ...
11:20:07 #10 41.21 Unpacking libaliased-perl (0.34-1.1) ...
11:20:07 #10 59.12 Setting up libgpgme11:arm64 (1.12.0-6) ...
11:20:07 #10 59.13 Setting up gcc (4:8.3.0-1) ...
11:20:07 #10 59.15 Setting up python3-six (1.12.0-1) ...
11:20:07 #10 59.30 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:20:07 #10 59.33 Setting up perl (5.28.1-6+deb10u1) ...
11:20:07 #10 59.35 Setting up libpackage-stash-xs-perl (0.29-1) ...
11:20:07 #10 59.36 Setting up python3-gpg (1.12.0-6) ...
11:20:07 #10 59.56 Setting up libdata-dump-perl (1.23-1) ...
11:20:07 #10 59.57 Setting up python3-certifi (2018.8.24-1) ...
11:20:07 #10 59.71 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:07 #10 59.72 Setting up libref-util-perl (0.204-1) ...
11:20:07 #10 59.73 Setting up libipc-system-simple-perl (1.25-4) ...
11:20:07 #10 59.74 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:07 #10 59.75 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
11:20:07 #10 59.77 Setting up libvariable-magic-perl (0.62-1+b1) ...
11:20:07 #10 59.78 Setting up python3-idna (2.6-1) ...
11:20:07 #10 59.98 Setting up libio-html-perl (1.001-1) ...
11:20:07 #10 59.99 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
11:20:07 #10 60.01 Setting up libtest-refcount-perl (0.08-3) ...
11:20:07 #10 60.02 Setting up libparams-util-perl (1.07-3+b4) ...
11:20:07 #10 60.03 Setting up libdpkg-perl (1.19.8) ...
11:20:07 #10 60.04 Setting up autoconf (2.69-11) ...
11:20:07 #10 60.05 Setting up python3-urllib3 (1.24.1-1) ...
11:20:07 #10 60.24 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:07 #10 60.25 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:07 #10 60.26 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
11:20:07 #10 60.27 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:20:07 #10 60.28 Setting up libsub-name-perl (0.21-1+b3) ...
11:20:07 #10 60.29 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
11:20:07 #10 60.31 Setting up g++-8 (8.3.0-6) ...
11:20:07 #10 60.32 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:07 #10 60.33 Setting up xauth (1:1.0.10-1) ...
11:20:07 #10 60.34 Setting up libpath-tiny-perl (0.108-1) ...
11:20:07 #10 60.36 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:07 #10 60.37 Setting up libjson-perl (4.02000-1) ...
11:20:07 #10 60.38 Setting up libfcgi-perl (0.78-2+b3) ...
11:20:07 #10 60.39 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:07 #10 60.40 Setting up python3-unidiff (0.5.4-1) ...
11:20:07 #10 60.55 Setting up libstrictures-perl (2.000005-1) ...
11:20:07 #10 60.56 Setting up libsub-quote-perl (2.005001-1) ...
11:20:07 #10 60.57 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
11:20:07 #10 60.58 Setting up libsort-versions-perl (1.62-1) ...
11:20:07 #10 60.59 Setting up libexporter-tiny-perl (1.002001-1) ...
11:20:07 #10 60.60 Setting up libterm-readkey-perl (2.38-1) ...
11:20:07 #10 60.61 Setting up lsb-release (10.2019051400) ...
11:20:07 #10 60.62 Setting up libclass-accessor-perl (0.51-1) ...
11:20:07 #10 60.63 Setting up libnet-ip-perl (1.26-2) ...
11:20:07 #10 60.65 Setting up python3-magic (2:0.4.15-2) ...
11:20:07 #10 60.79 Setting up libperlio-gzip-perl (0.19-1+b5) ...
11:20:07 #10 60.80 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:07 #10 60.82 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
11:20:07 #10 60.83 Setting up liburi-perl (1.76-1) ...
11:20:07 #10 60.84 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
11:20:07 #10 60.92 invoke-rc.d: could not determine current runlevel
11:20:07 #10 60.92 invoke-rc.d: policy-rc.d denied execution of start.
11:20:07 #10 60.92 Initializing GnuTLS DH parameter file
11:20:07 #10 60.95 Setting up libmailutils5:arm64 (1:3.5-4) ...
11:20:07 #10 60.96 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:07 #10 60.97 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
11:20:07 #10 60.98 Setting up python3-pkg-resources (40.8.0-1) ...
11:20:07 #10 61.19 Setting up automake (1:1.16.1-4) ...
11:20:07 #10 61.20 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:07 #10 61.20 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:07 #10 61.22 Setting up libio-sessiondata-perl (1.03-1) ...
11:20:07 #10 61.24 Setting up libstring-escape-perl (2010.002-2) ...
11:20:07 #10 61.25 Setting up libhttp-date-perl (6.02-1) ...
11:20:07 #10 61.26 Setting up libfile-which-perl (1.23-1) ...
11:20:07 #10 61.28 Setting up mailutils (1:3.5-4) ...
11:20:07 #10 61.29 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
11:20:07 #10 61.29 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
11:20:07 #10 61.29 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
11:20:07 #10 61.30 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
11:20:07 #10 61.30 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
11:20:07 #10 61.31 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
11:20:07 #10 61.31 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
11:20:07 #10 61.32 Setting up libfile-basedir-perl (0.08-1) ...
11:20:07 #10 61.33 Setting up libnumber-range-perl (0.12-1) ...
11:20:07 #10 61.34 Setting up libtask-weaken-perl (1.06-1) ...
11:20:07 #10 61.35 Setting up libunicode-utf8-perl (0.62-1) ...
11:20:07 #10 61.37 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:07 #10 61.39 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
11:20:07 #10 61.40 Setting up libfile-listing-perl (6.04-1) ...
11:20:07 #10 61.43 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:20:07 #10 61.45 Setting up libclass-inspector-perl (1.32-1) ...
11:20:07 #10 61.47 Setting up libfont-afm-perl (1.20-2) ...
11:20:07 #10 61.49 Setting up libwant-perl (0.29-1+b4) ...
11:20:07 #10 61.52 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:07 #11 56.22 Setting up perl-openssl-defaults:amd64 (5build2) ...
11:20:07 #11 56.23 Setting up linux-libc-dev:amd64 (5.15.0-67.74) ...
11:20:07 #11 56.24 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
11:20:07 #11 56.25 Setting up gettext-base (0.21-4ubuntu4) ...
11:20:07 #11 56.26 Setting up liblzo2-2:amd64 (2.10-2build3) ...
11:20:07 #11 56.27 Setting up libnpth0:amd64 (1.6-3build2) ...
11:20:07 #11 56.28 Setting up file (1:5.41-3) ...
11:20:07 #11 56.29 Setting up libassuan0:amd64 (2.5.5-1build1) ...
11:20:07 #11 56.30 Setting up libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:07 #11 56.31 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:20:07 #11 56.32 Setting up bzip2 (1.0.8-5build1) ...
11:20:07 #11 56.33 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:07 #11 56.34 Setting up libunwind8:amd64 (1.3.2-2build2) ...
11:20:07 #11 56.36 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
11:20:07 #11 56.36 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
11:20:07 #11 56.38 Setting up libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
11:20:07 #11 56.39 Setting up libnumber-compare-perl (0.03-2) ...
11:20:07 #11 56.40 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:07 #11 56.41 Setting up fakeroot (1.28-1ubuntu1) ...
11:20:07 #11 56.42 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.42 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
11:20:07 #11 56.43 Setting up autotools-dev (20220109.1) ...
11:20:07 #11 56.43 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:20:07 #11 56.44 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:07 #11 56.45 Setting up libx11-data (2:1.7.5-1) ...
11:20:07 #11 56.46 Setting up make (4.3-4.1build1) ...
11:20:07 #11 56.48 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
11:20:07 #11 56.48 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:20:07 #11 56.49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:07 #11 56.50 Setting up lzip (1.23-1) ...
11:20:07 #11 56.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:07 #11 56.51 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
11:20:07 #11 56.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:07 #11 56.52 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
11:20:07 #11 56.52 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:07 #10 64.37 Setting up python3-urllib3 (1.26.12-1) ...
11:20:07 #10 64.55 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:20:07 #10 64.59 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:07 #10 41.80 Preparing to unpack .../151-devscripts_2.23.2_armhf.deb ...
11:20:07 #10 41.84 Unpacking devscripts (2.23.2) ...
11:20:07 #10 42.04 Selecting previously unselected package diffstat.
11:20:07 #10 42.04 Preparing to unpack .../152-diffstat_1.65-1_armhf.deb ...
11:20:07 #10 42.05 Unpacking diffstat (1.65-1) ...
11:20:07 #10 42.11 Selecting previously unselected package distro-info-data.
11:20:07 #10 42.11 Preparing to unpack .../153-distro-info-data_0.57_all.deb ...
11:20:07 #10 42.11 Unpacking distro-info-data (0.57) ...
11:20:07 #10 42.16 Selecting previously unselected package python3-pkg-resources.
11:20:07 #10 42.16 Preparing to unpack .../154-python3-pkg-resources_66.1.1-1_all.deb ...
11:20:07 #10 31.00 Preparing to unpack .../libcrypt1_1%3a4.4.33-2_armhf.deb ...
11:20:07 #10 31.01 Unpacking libcrypt1:armhf (1:4.4.33-2) over (1:4.4.33-1) ...
11:20:07 #10 31.05 Setting up libcrypt1:armhf (1:4.4.33-2) ...
11:20:07 #11 56.92 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:20:07 #11 56.93 Setting up libpipeline1:arm64 (1.5.2-2build1) ...
11:20:07 #11 56.94 Setting up wdiff (1.2.2-2build1) ...
11:20:07 #11 56.95 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ...
11:20:07 #11 56.97 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:20:07 #11 56.98 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:20:07 #11 56.99 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:20:07 #11 57.01 Setting up mime-support (3.64ubuntu1) ...
11:20:07 #11 57.04 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:20:07 #11 57.07 Setting up libmagic-mgc (1:5.38-4) ...
11:20:07 #11 57.08 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:20:07 #11 57.09 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:20:07 #11 57.10 No schema files found: doing nothing.
11:20:07 #11 57.11 Setting up distro-info-data (0.43ubuntu1.11) ...
11:20:07 #10 39.39 Selecting previously unselected package devscripts.
11:20:07 #10 39.40 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ...
11:20:07 #10 39.42 Unpacking devscripts (2.21.3+deb11u1) ...
11:20:07 #10 39.56 Selecting previously unselected package equivs.
11:20:07 #10 39.56 Preparing to unpack .../104-equivs_2.3.1_all.deb ...
11:20:07 #10 39.57 Unpacking equivs (2.3.1) ...
11:20:07 #10 39.61 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:07 #10 39.61 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
11:20:07 #10 39.61 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:20:07 #10 49.43 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ...
11:20:07 #10 49.43 Unpacking libmailutils5:armhf (1:3.5-4) ...
11:20:07 #10 49.51 Selecting previously unselected package libmime-tools-perl.
11:20:07 #10 49.51 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ...
11:20:07 #10 49.52 Unpacking libmime-tools-perl (5.509-1) ...
11:20:07 #10 49.57 Selecting previously unselected package libnet-dns-sec-perl.
11:20:07 #10 49.57 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ...
11:20:07 #10 49.58 Unpacking libnet-dns-sec-perl (1.11-1) ...
11:20:07 #10 49.62 Selecting previously unselected package libnet-libidn-perl.
11:20:07 #10 49.62 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ...
11:20:07 #10 49.62 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
11:20:07 #10 49.66 Selecting previously unselected package libnumber-compare-perl.
11:20:07 #10 49.66 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ...
11:20:07 #10 49.67 Unpacking libnumber-compare-perl (0.03-1) ...
11:20:07 #10 49.70 Selecting previously unselected package libnumber-range-perl.
11:20:07 #10 49.70 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ...
11:20:07 #11 61.72 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:20:07 #11 43.62 Selecting previously unselected package libubsan1:armhf.
11:20:07 #11 43.62 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:20:07 #11 43.62 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:07 #12 1.710 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:07 #12 1.710 dpkg-buildpackage: info: source version 1.0
11:20:07 #12 1.710 dpkg-buildpackage: info: source distribution unstable
11:20:07 #12 1.710 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:07 #10 60.63 Setting up libfile-listing-perl (6.04-1) ...
11:20:07 #10 60.65 Setting up libhttp-message-perl (6.14-1) ...
11:20:07 #10 60.66 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
11:20:07 #10 60.70 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:07 #10 60.76 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:07 #11 54.21 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
11:20:07 #11 54.25 Selecting previously unselected package libpipeline1:arm64.
11:20:07 #11 54.25 Preparing to unpack .../053-libpipeline1_1.5.6-2_arm64.deb ...
11:20:07 #11 54.25 Unpacking libpipeline1:arm64 (1.5.6-2) ...
11:20:07 #11 54.29 Selecting previously unselected package libpng16-16:arm64.
11:20:07 #11 54.29 Preparing to unpack .../054-libpng16-16_1.6.38-2_arm64.deb ...
11:20:07 #11 54.30 Unpacking libpng16-16:arm64 (1.6.38-2) ...
11:20:07 #11 54.34 Selecting previously unselected package libpsl5:arm64.
11:20:07 #11 54.34 Preparing to unpack .../055-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:20:07 #11 54.34 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:20:07 #11 54.38 Selecting previously unselected package libxau6:arm64.
11:20:07 #11 54.38 Preparing to unpack .../056-libxau6_1%3a1.0.9-1build5_arm64.deb ...
11:20:07 #11 54.38 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
11:20:07 #11 54.42 Selecting previously unselected package libxdmcp6:arm64.
11:20:07 #11 54.42 Preparing to unpack .../057-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
11:20:07 #11 54.43 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:20:07 #11 54.46 Selecting previously unselected package libxcb1:arm64.
11:20:07 #10 66.13 Setting up libnet-ip-perl (1.26-2) ...
11:20:07 #10 66.17 Setting up python3-magic (2:0.4.15-2) ...
11:20:07 #11 57.85 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:20:07 #11 57.86 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:20:07 #11 57.93 Selecting previously unselected package libmoox-aliases-perl.
11:20:07 #11 57.93 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:20:07 #11 57.94 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:20:07 #11 57.97 Selecting previously unselected package libnamespace-autoclean-perl.
11:20:07 #11 57.97 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:20:07 #11 57.97 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:20:07 #11 58.00 Selecting previously unselected package libobject-id-perl.
11:20:07 #11 58.01 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:20:07 #11 58.01 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:07 #11 58.04 Selecting previously unselected package libmoox-struct-perl.
11:20:07 #11 58.04 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
11:20:07 #11 58.05 Unpacking libmoox-struct-perl (0.020-1) ...
11:20:07 #11 58.07 Selecting previously unselected package libmouse-perl.
11:20:07 #10 51.09 Unpacking libhttp-cookies-perl (6.04-1) ...
11:20:07 #10 51.15 Selecting previously unselected package libhttp-daemon-perl.
11:20:07 #10 51.15 Preparing to unpack .../211-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:20:07 #10 51.16 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:20:07 #10 51.19 Selecting previously unselected package libhttp-negotiate-perl.
11:20:07 #10 51.19 Preparing to unpack .../212-libhttp-negotiate-perl_6.00-2_all.deb ...
11:20:07 #10 51.19 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:20:07 #10 51.22 Selecting previously unselected package libimport-into-perl.
11:20:07 #10 51.22 Preparing to unpack .../213-libimport-into-perl_1.002005-1_all.deb ...
11:20:07 #10 51.23 Unpacking libimport-into-perl (1.002005-1) ...
11:20:07 #10 51.25 Selecting previously unselected package libio-pty-perl.
11:20:07 #10 51.26 Preparing to unpack .../214-libio-pty-perl_1%3a1.08-1.1build4_armhf.deb ...
11:20:07 #10 51.26 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:20:07 #10 51.29 Selecting previously unselected package libio-string-perl.
11:20:07 #11 45.02 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
11:20:07 #12 4.993 (77/96): gcc-12.2.1-4.fc37.aarch64.rpm           81 MB/s |  29 MB     00:00    
11:20:07 #12 4.996 (78/96): libatomic-12.2.1-4.fc37.aarch64.rpm    272 kB/s |  43 kB     00:00    
11:20:07 #12 4.999 (79/96): libedit-3.1-43.20221009cvs.fc37.aarch6 718 kB/s | 105 kB     00:00    
11:20:07 #12 5.004 (80/96): libubsan-12.2.1-4.fc37.aarch64.rpm      27 MB/s | 192 kB     00:00    
11:20:07 #12 5.006 (81/96): libxcrypt-devel-4.4.33-4.fc37.aarch64. 3.3 MB/s |  30 kB     00:00    
11:20:07 #12 5.010 (82/96): libxcrypt-static-4.4.33-4.fc37.aarch64  11 MB/s | 109 kB     00:00    
11:20:07 #12 5.014 (83/96): python3-audit-3.1-2.fc37.aarch64.rpm    13 MB/s |  87 kB     00:00    
11:20:07 #12 5.017 (84/96): perl-Git-2.39.2-1.fc37.noarch.rpm      4.2 MB/s |  43 kB     00:00    
11:20:07 #12 5.020 (85/96): selinux-policy-37.19-1.fc37.noarch.rpm 5.5 MB/s |  51 kB     00:00    
11:20:07 #12 5.028 (86/96): selinux-policy-devel-37.19-1.fc37.noar  67 MB/s | 887 kB     00:00    
11:20:07 #12 5.078 (87/96): systemd-251.13-5.fc37.aarch64.rpm       73 MB/s | 4.0 MB     00:00    
11:20:07 #12 5.083 (88/96): systemd-devel-251.13-5.fc37.aarch64.rp  10 MB/s | 578 kB     00:00    
11:20:07 #10 61.54 Setting up libtext-glob-perl (0.10-1) ...
11:20:07 #10 61.55 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:07 #10 61.57 Setting up liblist-compare-perl (0.53-1) ...
11:20:07 #10 61.59 Setting up libref-util-xs-perl (0.117-1+b1) ...
11:20:07 #10 61.61 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
11:20:07 #10 61.62 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
11:20:07 #10 61.64 Setting up libsort-key-perl (1.33-2+b1) ...
11:20:07 #10 61.66 Setting up libclone-perl (0.41-1+b1) ...
11:20:07 #10 61.67 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:07 #10 61.68 Setting up libarchive-zip-perl (1.64-1) ...
11:20:07 #10 61.69 Setting up libsub-identify-perl (0.14-1+b1) ...
11:20:07 #10 61.70 Setting up libdistro-info-perl (0.21) ...
11:20:07 #10 61.71 Setting up python3-apt (1.8.4.3) ...
11:20:07 #10 41.25 Selecting previously unselected package libapt-pkg-perl.
11:20:07 #10 41.25 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ...
11:20:07 #10 41.26 Unpacking libapt-pkg-perl (0.1.39) ...
11:20:07 #10 41.44 Selecting previously unselected package libarchive-cpio-perl.
11:20:07 #10 41.44 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:20:07 #10 41.45 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:20:07 #11 56.52 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
11:20:07 #11 56.53 Setting up strace (5.16-0ubuntu3) ...
11:20:07 #11 56.54 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:20:07 #11 56.54 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:20:07 #11 56.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.55 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
11:20:07 #11 56.56 Setting up t1utils (1.41-4build2) ...
11:20:07 #11 56.57 Setting up libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:07 #11 56.58 Setting up diffstat (1.64-1build2) ...
11:20:07 #11 56.59 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
11:20:07 #11 56.60 Setting up libmpc3:amd64 (1.2.1-2build1) ...
11:20:07 #11 56.61 Setting up libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:07 #11 56.62 Setting up patch (2.7.6-7build2) ...
11:20:07 #11 56.62 Setting up autopoint (0.21-4ubuntu4) ...
11:20:07 #11 56.63 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:07 #11 56.68 Setting up ucf (3.0043) ...
11:20:07 #11 56.77 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:20:08 #10 64.66 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:08 #10 64.73 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:08 #10 64.85 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:08 #10 42.17 Unpacking python3-pkg-resources (66.1.1-1) ...
11:20:08 #10 42.28 Selecting previously unselected package python3-chardet.
11:20:08 #10 42.28 Preparing to unpack .../155-python3-chardet_5.1.0+dfsg-2_all.deb ...
11:20:08 #10 42.29 Unpacking python3-chardet (5.1.0+dfsg-2) ...
11:20:08 #10 42.37 Selecting previously unselected package python3-debian.
11:20:08 #10 42.38 Preparing to unpack .../156-python3-debian_0.1.49_all.deb ...
11:20:08 #10 42.38 Unpacking python3-debian (0.1.49) ...
11:20:08 #11 41.17 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
11:20:08 #11 41.43 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
11:20:08 #11 41.49 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
11:20:08 #11 41.54 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf unzip armhf 6.0-26ubuntu3.1 [162 kB]
11:20:08 #10 31.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 ... 10370 files and directories currently installed.)
11:20:08 #10 31.11 Preparing to unpack .../libsmartcols1_2.38.1-5_armhf.deb ...
11:20:08 #10 31.12 Unpacking libsmartcols1:armhf (2.38.1-5) over (2.38.1-4) ...
11:20:08 #10 31.18 Setting up libsmartcols1:armhf (2.38.1-5) ...
11:20:08 #10 31.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 ... 10370 files and directories currently installed.)
11:20:08 #10 31.25 Preparing to unpack .../util-linux-extra_2.38.1-5_armhf.deb ...
11:20:08 #10 31.26 Unpacking util-linux-extra (2.38.1-5) over (2.38.1-4) ...
11:20:08 #10 31.32 Setting up util-linux-extra (2.38.1-5) ...
11:20:08 #13 15.34   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch           3/68 
11:20:08 #11 57.12 Setting up manpages (5.05-1) ...
11:20:08 #11 57.13 Setting up unzip (6.0-25ubuntu1.1) ...
11:20:08 #11 57.16 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:20:08 #11 57.17 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:20:08 #11 57.18 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:20:08 #11 57.20 Setting up binutils-common:arm64 (2.34-6ubuntu1.4) ...
11:20:08 #11 57.21 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
11:20:08 #11 57.22 Setting up libmagic1:arm64 (1:5.38-4) ...
11:20:08 #11 57.24 Setting up less (551-1ubuntu0.1) ...
11:20:08 #11 57.27 Setting up perl-openssl-defaults:arm64 (4) ...
11:20:08 #11 57.28 Setting up linux-libc-dev:arm64 (5.4.0-144.161) ...
11:20:08 #11 57.29 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
11:20:08 #11 57.30 Setting up gettext-base (0.19.8.1-10build1) ...
11:20:08 #11 57.32 Setting up libnpth0:arm64 (1.6-1) ...
11:20:08 #11 57.33 Setting up krb5-locales (1.17-6ubuntu4.2) ...
11:20:08 #11 57.34 Setting up file (1:5.38-4) ...
11:20:08 #11 57.35 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:20:08 #11 57.37 Setting up libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:08 #11 57.38 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
11:20:08 #11 57.39 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:20:08 #11 57.41 Setting up libfakeroot:arm64 (1.24-1) ...
11:20:08 #11 57.42 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:20:08 #11 57.44 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:20:08 #10 39.67 Selecting previously unselected package liberror-perl.
11:20:08 #10 39.67 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ...
11:20:08 #10 39.67 Unpacking liberror-perl (0.17029-1) ...
11:20:08 #10 39.70 Selecting previously unselected package git-man.
11:20:08 #10 39.71 Preparing to unpack .../107-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
11:20:08 #10 39.71 Unpacking git-man (1:2.30.2-1+deb11u2) ...
11:20:08 #10 39.83 Selecting previously unselected package git.
11:20:08 #10 39.83 Preparing to unpack .../108-git_1%3a2.30.2-1+deb11u2_armhf.deb ...
11:20:08 #10 39.84 Unpacking git (1:2.30.2-1+deb11u2) ...
11:20:08 #10 49.71 Unpacking libnumber-range-perl (0.12-1) ...
11:20:08 #10 49.75 Selecting previously unselected package libossp-uuid16:armhf.
11:20:08 #10 49.75 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ...
11:20:08 #10 49.75 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ...
11:20:08 #10 49.78 Selecting previously unselected package libossp-uuid-perl.
11:20:08 #10 49.79 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ...
11:20:08 #10 49.79 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
11:20:08 #10 49.88 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:08 #10 49.88 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ...
11:20:08 #10 49.89 Unpacking libpackage-stash-xs-perl (0.29-1) ...
11:20:08 #10 49.92 Selecting previously unselected package libparse-debianchangelog-perl.
11:20:08 #10 49.92 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
11:20:08 #10 49.92 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
11:20:08 #10 49.96 Selecting previously unselected package libtext-glob-perl.
11:20:08 #11 43.73 Selecting previously unselected package libgcc-9-dev:armhf.
11:20:08 #11 43.73 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:08 #11 43.73 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:08 #11 43.86 Selecting previously unselected package gcc-9.
11:20:08 #11 43.86 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:08 #11 43.87 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:08 #11 61.89 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:20:08 #11 62.02 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:20:08 #11 62.03 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:20:08 #11 62.04 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
11:20:08 #11 62.10 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:08 #11 62.10 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
11:20:08 #11 62.10 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:08 #11 62.10 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
11:20:08 #11 62.10 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:08 #11 62.11 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
11:20:08 #11 62.11 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:20:08 #11 62.12 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
11:20:08 #12 1.750  dpkg-source --before-build .
11:20:08 #12 1.751 dpkg-buildpackage: info: host architecture arm64
11:20:08 #12 1.850  debian/rules clean
11:20:08 #12 1.853 dh clean
11:20:08 #12 1.932    dh_clean
11:20:08 #12 1.968  debian/rules binary
11:20:08 #10 60.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:08 #10 60.97 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:08 #10 61.01 Setting up libparams-classify-perl (0.015-1) ...
11:20:08 #10 61.02 Setting up git (1:2.17.1-1ubuntu0.17) ...
11:20:08 #10 61.06 Setting up libhttp-negotiate-perl (6.00-2) ...
11:20:08 #10 61.07 Setting up libmailtools-perl (2.18-1) ...
11:20:08 #10 61.09 Setting up libgit-wrapper-perl (0.047-1) ...
11:20:08 #10 61.10 Setting up libhtml-format-perl (2.12-1) ...
11:20:08 #10 61.11 Setting up libemail-valid-perl (1.202-1) ...
11:20:08 #10 61.13 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:08 #11 54.46 Preparing to unpack .../058-libxcb1_1.15-1_arm64.deb ...
11:20:08 #11 54.46 Unpacking libxcb1:arm64 (1.15-1) ...
11:20:08 #11 54.50 Selecting previously unselected package libx11-data.
11:20:08 #11 54.50 Preparing to unpack .../059-libx11-data_2%3a1.8.1-2_all.deb ...
11:20:08 #11 54.50 Unpacking libx11-data (2:1.8.1-2) ...
11:20:08 #11 54.57 Selecting previously unselected package libx11-6:arm64.
11:20:08 #11 54.57 Preparing to unpack .../060-libx11-6_2%3a1.8.1-2_arm64.deb ...
11:20:08 #11 54.57 Unpacking libx11-6:arm64 (2:1.8.1-2) ...
11:20:08 #11 54.61 Selecting previously unselected package libxext6:arm64.
11:20:08 #11 54.61 Preparing to unpack .../061-libxext6_2%3a1.3.4-1build1_arm64.deb ...
11:20:08 #11 54.62 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
11:20:08 #11 54.65 Selecting previously unselected package libxmuu1:arm64.
11:20:08 #11 54.65 Preparing to unpack .../062-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:20:08 #11 54.66 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:20:08 #11 54.70 Selecting previously unselected package man-db.
11:20:08 #10 66.46 Setting up libperlio-gzip-perl (0.19-1+b5) ...
11:20:08 #10 66.59 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:08 #11 58.08 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
11:20:08 #11 58.08 Unpacking libmouse-perl (2.5.10-1build4) ...
11:20:08 #11 58.12 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:08 #11 58.12 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
11:20:08 #11 58.12 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:20:08 #11 58.15 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:08 #11 58.15 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:20:08 #11 58.16 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:20:08 #11 58.19 Selecting previously unselected package libperlio-gzip-perl.
11:20:08 #11 58.20 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
11:20:08 #11 58.20 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:20:08 #11 58.23 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:08 #11 58.24 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
11:20:08 #11 58.24 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:08 #11 58.28 Selecting previously unselected package libpod-parser-perl.
11:20:08 #11 58.28 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
11:20:08 #11 58.30 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:08 #11 58.32 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:08 #11 58.33 Unpacking libpod-parser-perl (1.63-2) ...
11:20:08 #11 58.36 Selecting previously unselected package libpod-constants-perl.
11:20:08 #11 58.37 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
11:20:08 #11 58.37 Unpacking libpod-constants-perl (0.19-2) ...
11:20:08 #11 58.41 Selecting previously unselected package libproc-processtable-perl:arm64.
11:20:08 #10 37.67 Selecting previously unselected package equivs.
11:20:08 #10 37.67 Preparing to unpack .../100-equivs_2.2.0_all.deb ...
11:20:08 #10 37.68 Unpacking equivs (2.2.0) ...
11:20:08 #12 5.276 (89/96): selinux-policy-targeted-37.19-1.fc37.n  26 MB/s | 6.6 MB     00:00    
11:20:08 #12 5.281 (90/96): systemd-networkd-251.13-5.fc37.aarch64 2.8 MB/s | 572 kB     00:00    
11:20:08 #12 5.286 (91/96): systemd-pam-251.13-5.fc37.aarch64.rpm  1.6 MB/s | 323 kB     00:00    
11:20:08 #12 5.292 (92/96): systemd-resolved-251.13-5.fc37.aarch64  27 MB/s | 263 kB     00:00    
11:20:08 #12 5.294 (93/96): systemd-rpm-macros-251.13-5.fc37.noarc 2.5 MB/s |  29 kB     00:00    
11:20:08 #12 5.300 (94/96): vim-filesystem-9.0.1367-1.fc37.noarch. 1.4 MB/s |  18 kB     00:00    
11:20:08 #12 5.308 (95/96): systemd-libs-251.13-5.fc37.aarch64.rpm  45 MB/s | 589 kB     00:00    
11:20:08 #12 5.342 (96/96): xkeyboard-config-2.36-3.fc37.noarch.rp  20 MB/s | 957 kB     00:00    
11:20:08 #12 5.347 --------------------------------------------------------------------------------
11:20:08 #12 5.348 Total                                            32 MB/s |  97 MB     00:03     
11:20:08 #10 61.89 Setting up libio-stringy-perl (2.111-3) ...
11:20:08 #10 61.90 Setting up liblist-moreutils-perl (0.416-1+b4) ...
11:20:08 #10 61.91 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:08 #10 61.92 Setting up liblog-any-perl (1.707-1) ...
11:20:08 #10 61.93 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:08 #10 61.94 Setting up libpod-constants-perl (0.19-1) ...
11:20:08 #10 61.95 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
11:20:08 #10 61.96 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:08 #10 61.97 Setting up libfuture-perl (0.39-1) ...
11:20:08 #10 61.98 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:08 #10 61.99 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
11:20:08 #10 62.00 Setting up libtry-tiny-perl (0.30-1) ...
11:20:08 #10 62.01 Setting up libtype-tiny-perl (1.004004-1) ...
11:20:08 #10 62.02 Setting up libtest-fatal-perl (0.014-1) ...
11:20:08 #10 62.03 Setting up libcommon-sense-perl (3.74-2+b7) ...
11:20:08 #10 62.04 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:08 #10 62.06 Setting up libnet-http-perl (6.18-1) ...
11:20:08 #10 62.07 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:08 #10 62.08 Setting up libencode-locale-perl (1.05-1) ...
11:20:08 #10 62.09 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:08 #11 56.78 Setting up libltdl7:amd64 (2.4.6-15build2) ...
11:20:08 #11 56.79 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:08 #11 56.80 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:20:08 #11 56.81 Setting up libwebp7:amd64 (1.2.2-2) ...
11:20:08 #11 56.82 Setting up libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:08 #11 56.83 Setting up libmd0:amd64 (1.0.4-1build1) ...
11:20:08 #11 56.84 Setting up python-apt-common (2.4.0ubuntu1) ...
11:20:08 #11 56.85 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
11:20:08 #11 56.86 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
11:20:08 #11 56.87 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
11:20:08 #11 56.88 Setting up lzop (1.04-2build2) ...
11:20:08 #11 56.90 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:20:08 #11 56.91 Setting up git-man (1:2.34.1-1ubuntu1.8) ...
11:20:08 #11 56.92 Setting up netbase (6.3) ...
11:20:08 #11 56.95 Setting up libbinutils:amd64 (2.38-4ubuntu2.1) ...
11:20:08 #11 56.96 Setting up libfido2-1:amd64 (1.10.0-1) ...
11:20:08 #11 56.97 Setting up libisl23:amd64 (0.24-2build1) ...
11:20:08 #11 56.98 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:20:08 #11 56.99 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:20:08 #10 42.46 Selecting previously unselected package libgpgme11:armhf.
11:20:08 #10 42.46 Preparing to unpack .../157-libgpgme11_1.18.0-3+b1_armhf.deb ...
11:20:08 #10 42.47 Unpacking libgpgme11:armhf (1.18.0-3+b1) ...
11:20:08 #10 42.58 Selecting previously unselected package python3-gpg.
11:20:08 #10 42.58 Preparing to unpack .../158-python3-gpg_1.18.0-3+b1_armhf.deb ...
11:20:08 #10 42.58 Unpacking python3-gpg (1.18.0-3+b1) ...
11:20:08 #10 64.88 Setting up dh-strip-nondeterminism (1.13.1-1) ...
11:20:08 #10 64.89 Setting up libconst-fast-perl (0.014-2) ...
11:20:08 #10 64.90 Setting up libhttp-daemon-perl (6.16-1) ...
11:20:08 #10 64.91 Setting up python3-unidiff (0.7.3-1) ...
11:20:08 #10 65.05 Setting up libdata-dpath-perl (0.58-2) ...
11:20:08 #10 65.06 Setting up python3-magic (2:0.4.26-3) ...
11:20:08 #11 41.61 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.2 [1082 kB]
11:20:08 #10 31.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10370 files and directories currently installed.)
11:20:08 #10 31.39 Preparing to unpack .../util-linux_2.38.1-5_armhf.deb ...
11:20:08 #10 31.41 Unpacking util-linux (2.38.1-5) over (2.38.1-4) ...
11:20:08 #10 51.29 Preparing to unpack .../215-libio-string-perl_1.08-3_all.deb ...
11:20:08 #10 51.30 Unpacking libio-string-perl (1.08-3) ...
11:20:08 #10 51.33 Selecting previously unselected package libipc-run-perl.
11:20:08 #10 51.33 Preparing to unpack .../216-libipc-run-perl_0.96-1_all.deb ...
11:20:08 #10 51.34 Unpacking libipc-run-perl (0.96-1) ...
11:20:08 #10 51.38 Selecting previously unselected package liblist-compare-perl.
11:20:08 #10 51.38 Preparing to unpack .../217-liblist-compare-perl_0.53-1_all.deb ...
11:20:08 #10 51.39 Unpacking liblist-compare-perl (0.53-1) ...
11:20:08 #10 51.42 Selecting previously unselected package liblist-moreutils-perl.
11:20:08 #10 51.43 Preparing to unpack .../218-liblist-moreutils-perl_0.416-1build3_armhf.deb ...
11:20:08 #10 51.43 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:20:08 #10 51.47 Selecting previously unselected package libltdl7:armhf.
11:20:08 #10 51.47 Preparing to unpack .../219-libltdl7_2.4.6-2_armhf.deb ...
11:20:08 #10 51.47 Unpacking libltdl7:armhf (2.4.6-2) ...
11:20:08 #10 51.51 Selecting previously unselected package libltdl-dev:armhf.
11:20:08 #10 51.51 Preparing to unpack .../220-libltdl-dev_2.4.6-2_armhf.deb ...
11:20:08 #10 51.51 Unpacking libltdl-dev:armhf (2.4.6-2) ...
11:20:08 #13 23.48   Installing       : perl-DynaLoader-1.47-480.el9.x86_64                   4/68 
11:20:08 #13 23.48   Installing       : perl-threads-1:2.25-460.el9.x86_64                    5/68 
11:20:08 #13 23.49   Installing       : perl-File-Find-1.37-480.el9.noarch                    6/68 
11:20:08 #13 23.49   Installing       : perl-File-Copy-2.34-480.el9.noarch                    7/68 
11:20:08 #13 23.50   Installing       : perl-File-Compare-1.100.600-480.el9.noarch            8/68 
11:20:08 #13 23.51   Installing       : m4-1.4.19-1.el9.x86_64                                9/68 
11:20:08 #13 23.53   Installing       : autoconf-2.69-38.el9.noarch                          10/68 
11:20:08 #13 23.54   Installing       : libmpc-1.2.1-4.el9.x86_64                            11/68 
11:20:08 #13 23.55   Installing       : cmake-rpm-macros-3.20.2-8.el9.noarch                 12/68 
11:20:08 #13 23.55   Installing       : cmake-filesystem-3.20.2-8.el9.x86_64                 13/68 
11:20:08 #13 23.56   Installing       : libseccomp-2.5.2-2.el9.x86_64                        14/68 
11:20:08 #11 57.45 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:20:08 #11 57.56 
11:20:08 #11 57.56 Current default time zone: 'Etc/UTC'
11:20:08 #11 57.57 Local time is now:      Fri Mar 10 11:20:08 UTC 2023.
11:20:08 #11 57.57 Universal Time is now:  Fri Mar 10 11:20:08 UTC 2023.
11:20:08 #11 57.57 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:20:08 #11 57.57 
11:20:08 #11 57.59 Setting up fakeroot (1.24-1) ...
11:20:08 #11 57.60 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:08 #11 57.60 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
11:20:08 #11 57.60 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
11:20:08 #11 57.60 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
11:20:08 #11 57.60 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
11:20:08 #11 57.60 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
11:20:08 #11 57.60 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
11:20:08 #11 57.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
11:20:08 #11 57.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
11:20:08 #11 57.61 Setting up autotools-dev (20180224.1) ...
11:20:08 #11 57.63 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:20:08 #11 57.64 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:20:08 #11 57.65 Setting up make (4.2.1-1.2) ...
11:20:08 #11 57.66 Setting up libmpfr6:arm64 (4.0.2-1) ...
11:20:08 #11 57.68 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:20:08 #10 49.96 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ...
11:20:08 #10 49.96 Unpacking libtext-glob-perl (0.10-1) ...
11:20:08 #10 49.99 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:08 #10 49.99 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:20:08 #10 50.00 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:20:08 #10 50.03 Selecting previously unselected package libperlio-gzip-perl.
11:20:08 #10 50.03 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ...
11:20:08 #10 50.04 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
11:20:08 #10 50.08 Selecting previously unselected package libpod-constants-perl.
11:20:08 #10 50.08 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ...
11:20:08 #10 50.08 Unpacking libpod-constants-perl (0.19-1) ...
11:20:08 #10 50.11 Selecting previously unselected package libreadonly-perl.
11:20:08 #10 50.11 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ...
11:20:08 #10 50.12 Unpacking libreadonly-perl (2.050-1) ...
11:20:08 #10 50.15 Selecting previously unselected package libref-util-perl.
11:20:08 #10 50.15 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ...
11:20:08 #10 50.16 Unpacking libref-util-perl (0.204-1) ...
11:20:08 #10 50.19 Selecting previously unselected package libref-util-xs-perl.
11:20:08 #13 2.717 dh_testdir
11:20:08 #13 2.737 dh_testroot
11:20:08 #13 2.756 dh_prep
11:20:08 #13 2.779 dh_testdir
11:20:08 #13 2.799 dh_testroot
11:20:08 #13 2.818 dh_install
11:20:08 #13 2.846 dh_installdocs
11:20:08 #13 2.880 dh_installchangelogs
11:20:08 #13 2.954 dh_compress
11:20:08 #13 2.991 dh_fixperms
11:20:08 #13 3.034 dh_installdeb
11:20:08 #13 3.063 dh_gencontrol
11:20:08 #11 62.13 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.3) ...
11:20:08 #11 62.14 Setting up systemd (251.4-1ubuntu7.1) ...
11:20:08 #11 62.17 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:20:08 #11 62.17 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:20:08 #11 62.17 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:20:08 #11 62.17 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:20:08 #11 62.18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:20:08 #11 62.18 Initializing machine ID from D-Bus machine ID.
11:20:08 #11 62.36 Setting up binutils (2.39-3ubuntu1.1) ...
11:20:08 #11 62.36 Setting up man-db (2.10.2-2) ...
11:20:08 #12 1.971 dh binary
11:20:08 #12 2.039    dh_update_autotools_config
11:20:08 #12 2.070    dh_autoreconf
11:20:08 #12 2.112    create-stamp debian/debhelper-build-stamp
11:20:08 #12 2.112    dh_prep
11:20:08 #12 2.141    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:08 #12 2.193    dh_install
11:20:08 #10 61.14 Setting up curl (7.58.0-2ubuntu3.23) ...
11:20:08 #10 61.15 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:08 #10 61.17 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:20:08 #10 61.19 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:20:08 #10 61.20 Setting up libxml-simple-perl (2.24-1) ...
11:20:08 #10 61.21 Setting up lintian (2.5.81ubuntu1) ...
11:20:08 #10 61.23 Setting up libhtml-form-perl (6.03-1) ...
11:20:08 #10 61.24 Setting up libimport-into-perl (1.002005-1) ...
11:20:08 #10 61.26 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:08 #10 61.27 Setting up libparams-validate-perl (1.29-1) ...
11:20:08 #10 61.28 Setting up libmoo-perl (2.003004-1) ...
11:20:08 #10 61.29 Setting up libb-hooks-endofscope-perl (0.21-1) ...
11:20:08 #10 61.31 Setting up libpackage-stash-perl (0.37-1) ...
11:20:08 #10 61.32 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
11:20:08 #10 61.33 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:08 #10 61.34 Setting up licensecheck (3.0.31-2) ...
11:20:08 #11 54.70 Preparing to unpack .../063-man-db_2.10.2-2_arm64.deb ...
11:20:08 #11 54.70 Unpacking man-db (2.10.2-2) ...
11:20:08 #11 54.76 Selecting previously unselected package manpages.
11:20:08 #11 54.76 Preparing to unpack .../064-manpages_5.13-1_all.deb ...
11:20:08 #11 54.76 Unpacking manpages (5.13-1) ...
11:20:08 #11 54.82 Selecting previously unselected package openssh-client.
11:20:08 #11 54.82 Preparing to unpack .../065-openssh-client_1%3a9.0p1-1ubuntu7.1_arm64.deb ...
11:20:08 #11 54.83 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
11:20:08 #11 54.88 Selecting previously unselected package publicsuffix.
11:20:08 #11 54.88 Preparing to unpack .../066-publicsuffix_20220811.1734-1_all.deb ...
11:20:08 #11 54.89 Unpacking publicsuffix (20220811.1734-1) ...
11:20:08 #11 54.92 Selecting previously unselected package libunwind8:arm64.
11:20:08 #11 54.92 Preparing to unpack .../067-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
11:20:08 #11 54.93 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
11:20:08 #11 54.96 Selecting previously unselected package strace.
11:20:08 #11 54.96 Preparing to unpack .../068-strace_5.16-0ubuntu4_arm64.deb ...
11:20:08 #11 54.96 Unpacking strace (5.16-0ubuntu4) ...
11:20:08 #11 55.00 Selecting previously unselected package xauth.
11:20:08 #11 55.00 Preparing to unpack .../069-xauth_1%3a1.1.1-1_arm64.deb ...
11:20:08 #11 55.01 Unpacking xauth (1:1.1.1-1) ...
11:20:08 #11 55.05 Selecting previously unselected package xz-utils.
11:20:08 #10 66.69 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
11:20:08 #10 66.71 Setting up liburi-perl (1.76-1) ...
11:20:08 #10 66.72 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
11:20:08 #10 66.80 invoke-rc.d: could not determine current runlevel
11:20:08 #11 58.41 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
11:20:08 #11 58.41 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
11:20:08 #11 58.45 Selecting previously unselected package libre2-9:arm64.
11:20:08 #11 58.45 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
11:20:08 #11 58.46 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
11:20:08 #11 58.52 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:20:08 #11 58.52 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
11:20:08 #11 58.52 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
11:20:08 #11 58.55 Selecting previously unselected package libreadonly-perl.
11:20:08 #11 58.55 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
11:20:08 #11 58.56 Unpacking libreadonly-perl (2.050-3) ...
11:20:08 #11 58.59 Selecting previously unselected package libref-util-perl.
11:20:08 #11 58.59 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
11:20:08 #11 58.59 Unpacking libref-util-perl (0.204-1) ...
11:20:08 #11 58.62 Selecting previously unselected package libref-util-xs-perl.
11:20:08 #10 38.08 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:08 #10 38.08 Preparing to unpack .../101-libcurl3-gnutls_7.64.0-4+deb10u5_armhf.deb ...
11:20:08 #10 38.08 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:20:08 #10 38.14 Selecting previously unselected package libpcre2-8-0:armhf.
11:20:08 #10 38.15 Preparing to unpack .../102-libpcre2-8-0_10.32-5_armhf.deb ...
11:20:08 #10 38.15 Unpacking libpcre2-8-0:armhf (10.32-5) ...
11:20:08 #12 3.465 (1/94): device-mapper-1.02.175-7.fc36.x86_64.rp 474 kB/s | 139 kB     00:00    
11:20:08 #12 3.472 (2/94): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
11:20:08 #12 3.479 (3/94): device-mapper-libs-1.02.175-7.fc36.x86_  30 MB/s | 177 kB     00:00    
11:20:08 #12 3.484 (4/94): checkpolicy-3.3-2.fc36.x86_64.rpm       1.1 MB/s | 339 kB     00:00    
11:20:08 #12 3.493 (5/94): device-mapper-devel-1.02.175-7.fc36.x86 1.6 MB/s |  43 kB     00:00    
11:20:08 #12 3.497 (6/94): jsoncpp-1.9.5-2.fc36.x86_64.rpm         8.3 MB/s |  98 kB     00:00    
11:20:08 #12 3.541 (7/94): guile22-2.2.7-5.fc36.x86_64.rpm         105 MB/s | 6.4 MB     00:00    
11:20:08 #12 3.543 (8/94): kmod-libs-29-7.fc36.x86_64.rpm          1.6 MB/s |  68 kB     00:00    
11:20:08 #12 3.547 (9/94): libcbor-0.7.0-5.fc36.x86_64.rpm         1.2 MB/s |  56 kB     00:00    
11:20:08 #12 3.557 (10/94): libmpc-1.2.1-4.fc36.x86_64.rpm         6.6 MB/s |  61 kB     00:00    
11:20:08 #12 3.560 (11/94): libseccomp-2.5.3-2.fc36.x86_64.rpm     5.4 MB/s |  70 kB     00:00    
11:20:08 #12 3.565 (12/94): libedit-3.1-41.20210910cvs.fc36.x86_64 5.7 MB/s | 104 kB     00:00    
11:20:08 #12 3.569 (13/94): libselinux-devel-3.3-4.fc36.x86_64.rpm  14 MB/s | 113 kB     00:00    
11:20:08 #12 3.573 (14/94): libselinux-utils-3.3-4.fc36.x86_64.rpm  19 MB/s | 142 kB     00:00    
11:20:08 #12 3.577 (15/94): libsepol-devel-3.3-3.fc36.x86_64.rpm   5.7 MB/s |  40 kB     00:00    
11:20:08 #12 3.580 (16/94): libutempter-1.2.1-6.fc36.x86_64.rpm    4.2 MB/s |  26 kB     00:00    
11:20:08 #12 3.584 (17/94): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    21 MB/s | 140 kB     00:00    
11:20:08 #12 3.587 (18/94): libseccomp-devel-2.5.3-2.fc36.x86_64.r 1.7 MB/s |  53 kB     00:00    
11:20:08 #12 3.592 (19/94): m4-1.4.19-3.fc36.x86_64.rpm             25 MB/s | 296 kB     00:00    
11:20:08 #12 3.600 (20/94): make-4.3-7.fc36.x86_64.rpm              35 MB/s | 535 kB     00:00    
11:20:08 #12 3.608 (21/94): openssh-8.8p1-1.fc36.1.x86_64.rpm       30 MB/s | 451 kB     00:00    
11:20:08 #12 3.615 (22/94): openssh-clients-8.8p1-1.fc36.1.x86_64.  33 MB/s | 703 kB     00:00    
11:20:08 #12 3.618 (23/94): perl-Error-0.17029-8.fc36.noarch.rpm   2.5 MB/s |  41 kB     00:00    
11:20:08 #12 3.622 (24/94): perl-File-Copy-2.35-486.fc36.noarch.rp 3.9 MB/s |  25 kB     00:00    
11:20:08 #12 3.625 (25/94): perl-File-Compare-1.100.600-486.fc36.n 1.8 MB/s |  18 kB     00:00    
11:20:08 #12 3.628 (26/94): perl-File-Find-1.39-486.fc36.noarch.rp 3.1 MB/s |  30 kB     00:00    
11:20:08 #12 3.632 (27/94): perl-TermReadKey-2.38-12.fc36.x86_64.r 3.6 MB/s |  36 kB     00:00    
11:20:08 #12 3.637 (28/94): perl-Thread-Queue-3.14-479.fc36.noarch 2.8 MB/s |  21 kB     00:00    
11:20:08 #12 3.640 (29/94): perl-lib-0.65-486.fc36.x86_64.rpm      1.8 MB/s |  20 kB     00:00    
11:20:08 #12 3.644 (30/94): perl-threads-2.26-449.fc36.x86_64.rpm  5.0 MB/s |  57 kB     00:00    
11:20:08 #10 62.10 Setting up libnet-dns-perl (1.19-1) ...
11:20:08 #10 62.12 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
11:20:08 #10 62.13 Setting up libdevel-callchecker-perl (0.008-1) ...
11:20:08 #10 62.15 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:08 #10 62.16 Setting up libsub-install-perl (0.928-1) ...
11:20:08 #10 62.17 Setting up dpkg-dev (1.19.8) ...
11:20:08 #10 62.19 Setting up libnumber-compare-perl (0.03-1) ...
11:20:08 #10 62.21 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:08 #10 62.22 Setting up libio-async-perl (0.72-1) ...
11:20:08 #10 62.23 Setting up liberror-perl (0.17027-2) ...
11:20:08 #10 62.24 Setting up patchutils (0.3.4-2) ...
11:20:08 #10 62.25 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:08 #10 62.27 Setting up libltdl-dev:arm64 (2.4.6-9) ...
11:20:08 #10 62.28 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:08 #10 62.30 Setting up libio-string-perl (1.08-3) ...
11:20:08 #11 57.00 Setting up libbsd0:amd64 (0.11.5-1) ...
11:20:08 #11 57.01 Setting up libelf1:amd64 (0.186-1build1) ...
11:20:08 #11 57.02 Setting up readline-common (8.1.2-1) ...
11:20:08 #11 57.03 Setting up publicsuffix (20211207.1025-1) ...
11:20:08 #11 57.04 Setting up zstd (1.4.8+dfsg-3build1) ...
11:20:08 #11 57.05 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:20:08 #11 57.06 Setting up libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:08 #11 57.07 Setting up iso-codes (4.9.0-1) ...
11:20:08 #11 57.08 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:08 #11 57.09 Setting up liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:08 #11 57.09 Setting up dctrl-tools (2.24-3build2) ...
11:20:08 #11 57.11 Setting up libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:20:08 #11 57.12 Setting up libgdbm6:amd64 (1.23-1) ...
11:20:08 #11 57.13 Setting up libicu70:amd64 (70.1-2) ...
11:20:08 #11 57.13 Setting up libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
11:20:08 #11 57.14 Setting up libctf0:amd64 (2.38-4ubuntu2.1) ...
11:20:08 #11 57.15 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
11:20:08 #11 57.16 Setting up pinentry-curses (1.1.1-1build2) ...
11:20:08 #11 57.18 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:20:08 #11 57.19 Setting up manpages-dev (5.10-1ubuntu1) ...
11:20:08 #11 57.20 Setting up libdw1:amd64 (0.186-1build1) ...
11:20:08 #10 42.71 Selecting previously unselected package python3-xdg.
11:20:08 #10 42.71 Preparing to unpack .../159-python3-xdg_0.28-2_all.deb ...
11:20:08 #10 42.71 Unpacking python3-xdg (0.28-2) ...
11:20:08 #10 42.78 Selecting previously unselected package dput.
11:20:08 #10 42.79 Preparing to unpack .../160-dput_1.1.3_all.deb ...
11:20:08 #10 42.79 Unpacking dput (1.1.3) ...
11:20:08 #10 42.88 Selecting previously unselected package equivs.
11:20:08 #10 42.88 Preparing to unpack .../161-equivs_2.3.1_all.deb ...
11:20:08 #10 42.89 Unpacking equivs (2.3.1) ...
11:20:08 #10 42.99 Selecting previously unselected package fonts-dejavu-core.
11:20:08 #10 42.99 Preparing to unpack .../162-fonts-dejavu-core_2.37-5_all.deb ...
11:20:08 #10 42.99 Unpacking fonts-dejavu-core (2.37-5) ...
11:20:08 #10 65.19 Setting up g++-12 (12.2.0-14) ...
11:20:08 #10 65.20 Setting up python3-pkg-resources (66.1.1-1) ...
11:20:08 #11 45.39 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
11:20:08 #11 45.39 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-moment-perl armhf 0.44-2 [71.1 kB]
11:20:08 #11 45.41 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-xs-perl armhf 0.022-2 [23.0 kB]
11:20:08 #11 45.42 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
11:20:08 #11 45.43 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:20:08 #11 45.47 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:20:08 #11 45.47 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:20:08 #11 45.48 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:20:08 #11 45.50 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
11:20:08 #11 45.56 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
11:20:08 #10 41.87 Selecting previously unselected package libarchive13:armhf.
11:20:08 #10 41.87 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
11:20:08 #10 41.87 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
11:20:08 #10 41.99 Selecting previously unselected package libarray-intspan-perl.
11:20:08 #10 42.00 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ...
11:20:08 #10 42.03 Unpacking libarray-intspan-perl (2.004-1) ...
11:20:08 #11 41.76 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:20:08 #11 41.88 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
11:20:08 #11 41.88 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
11:20:08 #11 41.88 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:20:08 #11 41.89 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:20:08 #11 41.89 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:20:08 #10 31.82 Setting up util-linux (2.38.1-5) ...
11:20:08 #10 31.85 update-alternatives: warning: forcing reinstallation of alternative /bin/more because link group pager is broken
11:20:08 #10 31.85 update-alternatives: warning: skip creation of /usr/share/man/man1/pager.1.gz because associated file /usr/share/man/man1/more.1.gz (of link group pager) doesn't exist
11:20:08 #10 51.56 Selecting previously unselected package libnet-http-perl.
11:20:08 #10 51.57 Preparing to unpack .../221-libnet-http-perl_6.17-1_all.deb ...
11:20:08 #10 51.57 Unpacking libnet-http-perl (6.17-1) ...
11:20:08 #10 51.60 Selecting previously unselected package libwww-robotrules-perl.
11:20:08 #10 51.60 Preparing to unpack .../222-libwww-robotrules-perl_6.01-1_all.deb ...
11:20:08 #10 51.61 Unpacking libwww-robotrules-perl (6.01-1) ...
11:20:08 #10 51.78 Selecting previously unselected package libwww-perl.
11:20:08 #10 51.78 Preparing to unpack .../223-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:20:08 #10 51.78 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:20:08 #10 51.82 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:08 #10 51.82 Preparing to unpack .../224-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:20:08 #10 51.83 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:20:08 #10 51.86 Selecting previously unselected package libsys-hostname-long-perl.
11:20:08 #10 51.86 Preparing to unpack .../225-libsys-hostname-long-perl_1.5-1_all.deb ...
11:20:08 #10 51.86 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:20:08 #10 51.90 Selecting previously unselected package libmail-sendmail-perl.
11:20:08 #10 51.90 Preparing to unpack .../226-libmail-sendmail-perl_0.80-1_all.deb ...
11:20:08 #10 51.97 Unpacking libmail-sendmail-perl (0.80-1) ...
11:20:08 #11 57.69 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:20:08 #11 57.70 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ...
11:20:08 #11 57.71 Setting up strace (5.5-3ubuntu1) ...
11:20:08 #11 57.72 Setting up libsigsegv2:arm64 (2.12-2) ...
11:20:08 #11 57.74 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:20:08 #11 57.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.75 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
11:20:08 #11 57.76 Setting up t1utils (1.41-3) ...
11:20:08 #11 57.77 Setting up diffstat (1.63-1) ...
11:20:08 #11 57.78 Setting up libmpc3:arm64 (1.1.0-1) ...
11:20:08 #11 57.80 Setting up libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:08 #11 57.81 Setting up patch (2.7.6-6) ...
11:20:08 #11 57.82 Setting up autopoint (0.19.8.1-10build1) ...
11:20:08 #11 57.83 Setting up libfl2:arm64 (2.6.4-6.2) ...
11:20:08 #11 57.84 Setting up ucf (3.0038+nmu1) ...
11:20:08 #10 50.20 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ...
11:20:08 #10 50.20 Unpacking libref-util-xs-perl (0.117-1+b1) ...
11:20:08 #10 50.23 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:08 #10 50.23 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
11:20:08 #10 50.24 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
11:20:08 #10 50.27 Selecting previously unselected package libsasl2-modules:armhf.
11:20:08 #10 50.27 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ...
11:20:08 #10 50.28 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
11:20:08 #10 50.33 Selecting previously unselected package libsereal-decoder-perl.
11:20:08 #10 50.33 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ...
11:20:08 #10 50.33 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
11:20:08 #10 50.38 Selecting previously unselected package libsereal-encoder-perl.
11:20:08 #10 50.38 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ...
11:20:08 #10 50.38 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
11:20:08 #10 50.42 Selecting previously unselected package libsereal-perl.
11:20:08 #10 50.42 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ...
11:20:08 #10 50.43 Unpacking libsereal-perl (4.005-1) ...
11:20:08 #10 50.46 Selecting previously unselected package libtask-weaken-perl.
11:20:08 #13 3.185 dh_md5sums
11:20:08 #13 3.215 dh_builddeb
11:20:08 #13 3.237 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:08 #13 3.258 
11:20:08 #13 3.258 The package has been created.
11:20:08 #13 3.258 Attention, the package has been created in the current directory,
11:20:08 #13 3.258 not in ".." as indicated by the message above!
11:20:08 #13 3.280 Selecting previously unselected package docker-ce-build-deps.
11:20:08 #13 3.296 (Reading database ... 26310 files and directories currently installed.)
11:20:08 #13 99.78   Installing : policycoreutils-devel-2.5-34.el7.aarch64                   49/65 
11:20:08 #13 100.5   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/65 
11:20:08 #13 100.9   Installing : pcre-devel-8.32-17.el7.aarch64                             51/65 
11:20:08 #11 62.45 Building database of manual pages ...
11:20:08 #11 62.63 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
11:20:08 #11 62.65 Setting up libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
11:20:08 #11 62.65 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:20:08 #10 40.44 Setting up media-types (4.0.0) ...
11:20:08 #10 40.45 Setting up libpipeline1:armhf (1.5.3-1) ...
11:20:08 #10 40.47 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:20:08 #10 40.48 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:20:08 #10 40.48 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
11:20:08 #10 40.49 Setting up libicu67:armhf (67.1-7) ...
11:20:08 #10 40.51 Setting up libmagic-mgc (1:5.39-3) ...
11:20:08 #10 40.52 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:20:08 #12 2.226    dh_installdocs
11:20:08 #12 2.264    dh_installchangelogs
11:20:08 #12 2.351    dh_perl
11:20:08 #12 2.388    dh_link
11:20:08 #12 2.422    dh_strip_nondeterminism
11:20:08 #12 2.489    dh_compress
11:20:08 #10 61.35 Setting up dh-autoreconf (17) ...
11:20:08 #10 61.37 Setting up libwww-perl (6.31-1ubuntu0.1) ...
11:20:08 #10 61.38 Setting up debhelper (11.1.6ubuntu2) ...
11:20:08 #10 61.40 Setting up equivs (2.1.0) ...
11:20:08 #10 61.41 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:08 #10 61.42 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
11:20:08 #10 61.44 Setting up libxml-parser-perl (2.44-2build3) ...
11:20:08 #10 61.45 Setting up libxml-sax-expat-perl (0.40-2) ...
11:20:08 #10 61.49 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:08 #10 61.53 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:08 #11 55.05 Preparing to unpack .../070-xz-utils_5.2.5-2.1_arm64.deb ...
11:20:08 #11 55.05 Unpacking xz-utils (5.2.5-2.1) ...
11:20:08 #11 55.09 Selecting previously unselected package m4.
11:20:08 #11 55.09 Preparing to unpack .../071-m4_1.4.19-1_arm64.deb ...
11:20:08 #11 55.09 Unpacking m4 (1.4.19-1) ...
11:20:08 #11 55.13 Selecting previously unselected package autoconf.
11:20:08 #11 55.13 Preparing to unpack .../072-autoconf_2.71-2_all.deb ...
11:20:08 #11 55.14 Unpacking autoconf (2.71-2) ...
11:20:08 #11 55.19 Selecting previously unselected package autotools-dev.
11:20:08 #10 66.80 invoke-rc.d: policy-rc.d denied execution of start.
11:20:08 #10 66.80 Initializing GnuTLS DH parameter file
11:20:08 #10 66.93 Setting up libmailutils5:amd64 (1:3.5-4) ...
11:20:08 #10 66.94 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:08 #10 67.03 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
11:20:08 #11 58.63 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
11:20:08 #11 58.63 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:20:08 #11 58.66 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:08 #11 58.66 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:20:08 #11 58.67 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:20:08 #11 58.70 Selecting previously unselected package libregexp-pattern-perl.
11:20:08 #11 58.70 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:08 #11 58.71 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:08 #11 58.74 Selecting previously unselected package libsasl2-modules:arm64.
11:20:08 #11 58.74 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
11:20:08 #11 58.75 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:08 #11 58.78 Selecting previously unselected package libsereal-decoder-perl.
11:20:08 #11 58.78 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
11:20:08 #11 58.79 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:20:08 #11 58.82 Selecting previously unselected package libsereal-encoder-perl:arm64.
11:20:08 #11 58.82 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
11:20:08 #11 58.82 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
11:20:08 #11 58.85 Selecting previously unselected package libset-intspan-perl.
11:20:08 #11 44.50 Selecting previously unselected package gcc.
11:20:08 #11 44.50 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:20:08 #11 44.51 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:20:08 #11 44.54 Selecting previously unselected package libstdc++-9-dev:armhf.
11:20:08 #11 44.54 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:08 #11 44.54 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:08 #10 38.20 Selecting previously unselected package liberror-perl.
11:20:08 #10 38.20 Preparing to unpack .../103-liberror-perl_0.17027-2_all.deb ...
11:20:08 #10 38.21 Unpacking liberror-perl (0.17027-2) ...
11:20:08 #10 38.25 Selecting previously unselected package git-man.
11:20:08 #10 38.25 Preparing to unpack .../104-git-man_1%3a2.20.1-2+deb10u8_all.deb ...
11:20:08 #10 38.25 Unpacking git-man (1:2.20.1-2+deb10u8) ...
11:20:08 #12 3.647 (31/94): perl-threads-shared-1.62-479.fc36.x86_ 6.6 MB/s |  44 kB     00:00    
11:20:08 #12 3.652 (32/94): policycoreutils-python-utils-3.3-4.fc3  16 MB/s |  72 kB     00:00    
11:20:08 #12 3.662 (33/94): policycoreutils-devel-3.3-4.fc36.x86_6 7.9 MB/s | 142 kB     00:00    
11:20:08 #12 3.667 (34/94): python3-libselinux-3.3-4.fc36.x86_64.r  13 MB/s | 186 kB     00:00    
11:20:08 #12 3.673 (35/94): policycoreutils-3.3-4.fc36.x86_64.rpm  6.2 MB/s | 202 kB     00:00    
11:20:08 #12 3.676 (36/94): python3-libsemanage-3.3-3.fc36.x86_64. 6.0 MB/s |  80 kB     00:00    
11:20:08 #12 3.694 (37/94): python3-policycoreutils-3.3-4.fc36.noa  76 MB/s | 2.0 MB     00:00    
11:20:08 #12 3.698 (38/94): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  3.3 MB/s |  61 kB     00:00    
11:20:08 #12 3.705 (39/94): python3-setools-4.4.0-5.fc36.x86_64.rp  21 MB/s | 552 kB     00:00    
11:20:08 #12 3.709 (40/94): rhash-1.4.2-2.fc36.x86_64.rpm           13 MB/s | 185 kB     00:00    
11:20:08 #12 3.713 (41/94): which-2.21-32.fc36.x86_64.rpm          3.0 MB/s |  42 kB     00:00    
11:20:08 #12 3.718 (42/94): annobin-docs-11.06-2.fc36.noarch.rpm    11 MB/s |  92 kB     00:00    
11:20:08 #12 3.729 (43/94): xkeyboard-config-2.35.1-1.fc36.noarch.  45 MB/s | 878 kB     00:00    
11:20:08 #12 3.737 (44/94): annobin-plugin-gcc-11.06-2.fc36.x86_64  39 MB/s | 889 kB     00:00    
11:20:08 #12 3.746 (45/94): autoconf-2.71-3.fc36.noarch.rpm         30 MB/s | 720 kB     00:00    
11:20:08 #12 3.759 (46/94): automake-1.16.5-7.fc36.noarch.rpm       33 MB/s | 675 kB     00:00    
11:20:08 #12 3.780 (47/94): cmake-data-3.25.2-1.fc36.noarch.rpm     52 MB/s | 1.7 MB     00:00    
11:20:08 #12 3.787 (48/94): cmake-filesystem-3.25.2-1.fc36.x86_64. 621 kB/s |  17 kB     00:00    
11:20:08 #12 3.825 (49/94): cmake-3.25.2-1.fc36.x86_64.rpm          79 MB/s | 6.8 MB     00:00    
11:20:08 #12 3.827 (50/94): cmake-rpm-macros-3.25.2-1.fc36.noarch. 349 kB/s |  16 kB     00:00    
11:20:08 #12 3.844 (51/94): dbus-1.14.4-1.fc36.x86_64.rpm          624 kB/s | 7.2 kB     00:00    
11:20:08 #12 3.849 (52/94): dbus-broker-33-1.fc36.x86_64.rpm        10 MB/s | 174 kB     00:00    
11:20:08 #12 3.865 (53/94): dbus-common-1.14.4-1.fc36.noarch.rpm   719 kB/s |  14 kB     00:00    
11:20:08 #12 3.917 (54/94): cpp-12.2.1-4.fc36.x86_64.rpm            83 MB/s |  11 MB     00:00    
11:20:08 #12 3.921 (55/94): gc-8.0.6-3.fc36.x86_64.rpm             1.5 MB/s | 103 kB     00:00    
11:20:08 #12 3.945 (56/94): gcc-plugin-annobin-12.2.1-4.fc36.x86_6 2.6 MB/s |  53 kB     00:00    
11:20:08 #12 3.949 (57/94): git-2.39.2-1.fc36.x86_64.rpm           2.7 MB/s |  66 kB     00:00    
11:20:08 #10 62.31 Setting up libreadonly-perl (2.050-1) ...
11:20:08 #10 62.32 Setting up python3-chardet (3.0.4-3) ...
11:20:08 #10 62.58 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:08 #11 57.21 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:20:08 #11 57.21 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
11:20:08 #11 57.22 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:08 #11 57.39 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
11:20:08 #11 57.40 Setting up libreadline8:amd64 (8.1.2-1) ...
11:20:08 #11 57.41 Setting up m4 (1.4.18-5ubuntu2) ...
11:20:08 #11 57.42 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:08 #11 57.43 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:20:08 #11 57.44 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:08 #10 65.46 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:08 #10 65.47 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:08 #10 65.48 Setting up python3-apt (2.5.3) ...
11:20:08 #14 DONE 2.3s
11:20:08 
11:20:08 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:08 #15 DONE 0.0s
11:20:08 
11:20:08 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:08 #16 DONE 0.0s
11:20:08 
11:20:08 #17 exporting to image
11:20:08 #17 exporting layers
11:20:08 #10 42.09 Selecting previously unselected package libauthen-sasl-perl.
11:20:08 #10 42.10 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:20:08 #10 42.12 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:20:08 #10 42.19 Selecting previously unselected package libmodule-implementation-perl.
11:20:08 #10 42.20 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:20:08 #10 42.22 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:20:08 #10 32.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 ... 10370 files and directories currently installed.)
11:20:08 #10 32.04 Preparing to unpack .../libc-bin_2.36-8+rpi1_armhf.deb ...
11:20:08 #10 32.05 Unpacking libc-bin (2.36-8+rpi1) over (2.36-6+rpi1) ...
11:20:08 #10 52.00 Selecting previously unselected package librole-tiny-perl.
11:20:08 #10 52.00 Preparing to unpack .../227-librole-tiny-perl_2.000006-1_all.deb ...
11:20:08 #10 52.00 Unpacking librole-tiny-perl (2.000006-1) ...
11:20:08 #10 52.04 Selecting previously unselected package libstrictures-perl.
11:20:08 #10 52.04 Preparing to unpack .../228-libstrictures-perl_2.000003-1_all.deb ...
11:20:08 #10 52.04 Unpacking libstrictures-perl (2.000003-1) ...
11:20:08 #10 52.07 Selecting previously unselected package libsub-quote-perl.
11:20:08 #10 52.07 Preparing to unpack .../229-libsub-quote-perl_2.005000-1_all.deb ...
11:20:08 #10 52.08 Unpacking libsub-quote-perl (2.005000-1) ...
11:20:08 #10 52.11 Selecting previously unselected package libmoo-perl.
11:20:08 #10 52.11 Preparing to unpack .../230-libmoo-perl_2.003004-1_all.deb ...
11:20:08 #10 52.11 Unpacking libmoo-perl (2.003004-1) ...
11:20:08 #10 52.14 Selecting previously unselected package libpackage-stash-perl.
11:20:08 #10 52.14 Preparing to unpack .../231-libpackage-stash-perl_0.37-1_all.deb ...
11:20:08 #10 52.15 Unpacking libpackage-stash-perl (0.37-1) ...
11:20:08 #10 52.18 Selecting previously unselected package libsub-identify-perl.
11:20:08 #11 57.95 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:20:08 #11 57.96 Setting up libltdl7:arm64 (2.4.6-14) ...
11:20:08 #11 57.97 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:20:08 #11 57.99 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:08 #11 58.00 Setting up libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:08 #11 58.01 Setting up python-apt-common (2.0.1) ...
11:20:08 #11 58.03 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
11:20:08 #11 58.04 Setting up libuchardet0:arm64 (0.0.6-3build1) ...
11:20:08 #11 58.05 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ...
11:20:08 #11 58.07 Setting up git-man (1:2.25.1-1ubuntu3.10) ...
11:20:08 #11 58.08 Setting up libisl22:arm64 (0.22.1-1) ...
11:20:08 #11 58.09 Setting up netbase (6.1) ...
11:20:08 #11 58.13 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:20:08 #11 58.14 Setting up libmpdec2:arm64 (2.4.2-3) ...
11:20:08 #10 50.46 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ...
11:20:08 #10 50.47 Unpacking libtask-weaken-perl (1.06-1) ...
11:20:08 #10 50.49 Selecting previously unselected package libxml-parser-perl.
11:20:08 #10 50.50 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ...
11:20:08 #10 50.50 Unpacking libxml-parser-perl (2.44-4) ...
11:20:08 #10 50.56 Selecting previously unselected package libsoap-lite-perl.
11:20:08 #10 50.57 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ...
11:20:08 #10 50.57 Unpacking libsoap-lite-perl (1.27-1) ...
11:20:08 #10 50.64 Selecting previously unselected package libsort-key-perl.
11:20:08 #10 50.64 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ...
11:20:08 #10 50.65 Unpacking libsort-key-perl (1.33-2+b1) ...
11:20:08 #10 50.68 Selecting previously unselected package libstring-copyright-perl.
11:20:08 #10 50.69 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ...
11:20:08 #10 50.69 Unpacking libstring-copyright-perl (0.003006-1) ...
11:20:08 #10 50.72 Selecting previously unselected package libstring-escape-perl.
11:20:08 #10 50.72 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ...
11:20:08 #10 50.73 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:08 #10 50.76 Selecting previously unselected package libstring-shellquote-perl.
11:20:08 #10 50.76 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:08 #10 50.77 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:08 #13 3.297 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:08 #13 3.301 Unpacking docker-ce-build-deps (1.0) ...
11:20:08 #13 100.9   Installing : libselinux-devel-2.5-15.el7.aarch64                        52/65 
11:20:08 #13 100.9   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           53/65 
11:20:08 #13 23.57   Installing       : libedit-3.1-37.20210216cvs.el9.x86_64                15/68 
11:20:08 #10 40.53 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
11:20:08 #10 40.55 Setting up libmagic1:armhf (1:5.39-3) ...
11:20:08 #10 40.58 Setting up perl-openssl-defaults:armhf (5) ...
11:20:08 #10 40.59 Setting up linux-libc-dev:armhf (1:1.20230306-1) ...
11:20:08 #10 40.60 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:20:08 #10 40.62 Setting up gettext-base (0.21-4) ...
11:20:08 #10 40.63 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:20:08 #10 40.65 Setting up file (1:5.39-3) ...
11:20:08 #10 40.66 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
11:20:08 #10 40.67 Setting up bzip2 (1.0.8-4) ...
11:20:08 #10 40.68 Setting up libfakeroot:armhf (1.25.3-1.1) ...
11:20:08 #10 40.70 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
11:20:08 #10 40.72 Setting up fakeroot (1.25.3-1.1) ...
11:20:08 #10 40.73 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #10 40.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:20:08 #11 62.77 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:20:08 #11 62.78 Setting up perl (5.34.0-5ubuntu1.1) ...
11:20:08 #11 62.80 Setting up libpackage-stash-xs-perl:amd64 (0.30-1) ...
11:20:08 #11 62.81 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:08 #11 62.82 Setting up libxs-parse-keyword-perl (0.25-1) ...
11:20:08 #11 62.83 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:20:08 #11 62.84 Setting up libdata-dump-perl (1.25-1) ...
11:20:08 #11 62.85 Setting up gcc-12 (12.2.0-3ubuntu1) ...
11:20:08 #11 62.86 Setting up libfile-find-rule-perl (0.34-2) ...
11:20:08 #11 62.86 Setting up libref-util-perl (0.204-1) ...
11:20:08 #11 62.87 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:08 #11 62.88 Setting up libnet-domain-tld-perl (1.75-2) ...
11:20:08 #11 62.89 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:08 #11 62.90 Setting up libsocket6-perl (0.29-2) ...
11:20:08 #11 62.91 Setting up systemd-timesyncd (251.4-1ubuntu7.1) ...
11:20:08 #12 2.532    dh_fixperms
11:20:08 #12 2.580    dh_missing
11:20:08 #12 2.607    dh_installdeb
11:20:08 #12 2.641    dh_gencontrol
11:20:08 #10 61.68 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:08 #10 61.72 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:20:08 #10 61.74 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:20:08 #10 61.75 Updating certificates in /etc/ssl/certs...
11:20:08 #11 55.19 Preparing to unpack .../073-autotools-dev_20220109.1_all.deb ...
11:20:08 #11 55.19 Unpacking autotools-dev (20220109.1) ...
11:20:08 #11 55.26 Selecting previously unselected package automake.
11:20:08 #11 55.26 Preparing to unpack .../074-automake_1%3a1.16.5-1.3_all.deb ...
11:20:08 #11 55.27 Unpacking automake (1:1.16.5-1.3) ...
11:20:08 #11 55.32 Selecting previously unselected package autopoint.
11:20:08 #11 55.32 Preparing to unpack .../075-autopoint_0.21-8_all.deb ...
11:20:08 #11 55.32 Unpacking autopoint (0.21-8) ...
11:20:08 #11 55.36 Selecting previously unselected package binutils-common:arm64.
11:20:08 #11 55.36 Preparing to unpack .../076-binutils-common_2.39-3ubuntu1.1_arm64.deb ...
11:20:08 #11 55.36 Unpacking binutils-common:arm64 (2.39-3ubuntu1.1) ...
11:20:08 #11 55.40 Selecting previously unselected package libbinutils:arm64.
11:20:08 #11 55.40 Preparing to unpack .../077-libbinutils_2.39-3ubuntu1.1_arm64.deb ...
11:20:08 #11 55.40 Unpacking libbinutils:arm64 (2.39-3ubuntu1.1) ...
11:20:08 #11 55.45 Selecting previously unselected package libctf-nobfd0:arm64.
11:20:08 #10 67.04 Setting up python3-pkg-resources (40.8.0-1) ...
11:20:08 #10 67.29 Setting up automake (1:1.16.1-4) ...
11:20:08 #11 58.85 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
11:20:08 #11 58.86 Unpacking libset-intspan-perl (1.19-2) ...
11:20:08 #11 58.89 Selecting previously unselected package libsocket6-perl.
11:20:08 #11 58.89 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
11:20:08 #11 58.89 Unpacking libsocket6-perl (0.29-1build4) ...
11:20:08 #11 58.92 Selecting previously unselected package libstring-copyright-perl.
11:20:08 #11 58.93 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
11:20:08 #11 58.93 Unpacking libstring-copyright-perl (0.003012-1) ...
11:20:08 #11 58.98 Selecting previously unselected package libstring-escape-perl.
11:20:08 #11 58.98 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
11:20:08 #11 58.99 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:08 #11 59.02 Selecting previously unselected package libstring-shellquote-perl.
11:20:08 #11 59.02 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:08 #11 59.03 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:08 #11 59.06 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:08 #11 59.06 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
11:20:08 #11 59.06 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:20:08 #11 59.10 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:08 #10 38.38 Selecting previously unselected package git.
11:20:08 #10 38.39 Preparing to unpack .../105-git_1%3a2.20.1-2+deb10u8_armhf.deb ...
11:20:08 #10 38.41 Unpacking git (1:2.20.1-2+deb10u8) ...
11:20:08 #12 3.997 (58/94): git-core-doc-2.39.2-1.fc36.noarch.rpm   59 MB/s | 2.6 MB     00:00    
11:20:08 #12 4.063 (59/94): git-core-2.39.2-1.fc36.x86_64.rpm       36 MB/s | 4.2 MB     00:00    
11:20:08 #12 4.072 (60/94): glibc-devel-2.35-22.fc36.x86_64.rpm    1.0 MB/s |  71 kB     00:00    
11:20:08 #12 4.090 (61/94): glibc-headers-x86-2.35-22.fc36.noarch.  18 MB/s | 476 kB     00:00    
11:20:08 #12 4.134 (62/94): glibc-static-2.35-22.fc36.x86_64.rpm    33 MB/s | 1.9 MB     00:00    
11:20:08 #12 4.178 (63/94): kernel-headers-6.1.5-100.fc36.x86_64.r  16 MB/s | 1.4 MB     00:00    
11:20:09 #10 62.60 Setting up python3-debian (0.1.35) ...
11:20:09 #10 62.76 Setting up python3-requests (2.21.0-1) ...
11:20:09 #11 57.79 Updating certificates in /etc/ssl/certs...
11:20:09 #10 65.64 Setting up python3-charset-normalizer (3.0.1-2) ...
11:20:09 #10 65.79 Setting up libpackage-stash-perl (0.40-1) ...
11:20:09 #10 65.80 Setting up libimport-into-perl (1.002005-2) ...
11:20:09 #10 65.84 Setting up libmoo-perl (2.005005-1) ...
11:20:09 #10 65.85 Setting up liblist-someutils-perl (0.59-1) ...
11:20:09 #10 65.86 Setting up debhelper (13.11.4) ...
11:20:09 #10 65.87 Setting up libmime-tools-perl (5.510-1) ...
11:20:09 #12 6.578 Running transaction check
11:20:09 #12 6.676 Transaction check succeeded.
11:20:09 #12 6.677 Running transaction test
11:20:09 #10 42.31 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:09 #10 42.31 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:09 #10 42.37 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:09 #10 42.52 Selecting previously unselected package libvariable-magic-perl.
11:20:09 #10 42.52 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ...
11:20:09 #10 42.53 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:20:09 #10 42.61 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:09 #11 61.68 --------------------------------------------------------------------------------
11:20:09 #11 61.68 Total                                              512 kB/s |  18 MB  00:35     
11:20:09 #11 61.68 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:20:09 #11 61.69 Importing GPG key 0xF4A80EB5:
11:20:09 #11 61.69  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
11:20:09 #11 61.69  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
11:20:09 #11 61.69  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
11:20:09 #11 61.69  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:20:09 #11 61.73 Running transaction check
11:20:09 #11 61.76 Running transaction test
11:20:09 #11 61.81 Transaction test succeeded
11:20:09 #11 61.81 Running transaction
11:20:09 #10 43.19 Selecting previously unselected package fontconfig-config.
11:20:09 #10 43.19 Preparing to unpack .../163-fontconfig-config_2.14.1-4_armhf.deb ...
11:20:09 #10 43.43 Unpacking fontconfig-config (2.14.1-4) ...
11:20:09 #10 43.53 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:09 #10 43.53 Preparing to unpack .../164-libcurl3-gnutls_7.88.1-1_armhf.deb ...
11:20:09 #10 32.19 Setting up libc-bin (2.36-8+rpi1) ...
11:20:09 #10 32.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 ... 10370 files and directories currently installed.)
11:20:09 #10 32.28 Preparing to unpack .../mount_2.38.1-5_armhf.deb ...
11:20:09 #10 32.29 Unpacking mount (2.38.1-5) over (2.38.1-4) ...
11:20:09 #11 45.98 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:20:09 #11 46.06 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
11:20:09 #11 46.13 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf licensecheck all 3.3.0-1 [41.4 kB]
11:20:09 #11 46.20 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-size-perl armhf 0.83-2 [19.6 kB]
11:20:09 #11 46.22 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
11:20:09 #11 46.25 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzip armhf 1.23-4 [79.4 kB]
11:20:09 #10 52.18 Preparing to unpack .../232-libsub-identify-perl_0.14-1_armhf.deb ...
11:20:09 #10 52.18 Unpacking libsub-identify-perl (0.14-1) ...
11:20:09 #10 52.21 Selecting previously unselected package libnamespace-clean-perl.
11:20:09 #10 52.21 Preparing to unpack .../233-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:09 #10 52.22 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:09 #10 52.25 Selecting previously unselected package libnumber-compare-perl.
11:20:09 #10 52.25 Preparing to unpack .../234-libnumber-compare-perl_0.03-1_all.deb ...
11:20:09 #10 52.26 Unpacking libnumber-compare-perl (0.03-1) ...
11:20:09 #10 52.29 Selecting previously unselected package libnumber-range-perl.
11:20:09 #10 52.29 Preparing to unpack .../235-libnumber-range-perl_0.12-1_all.deb ...
11:20:09 #10 52.29 Unpacking libnumber-range-perl (0.12-1) ...
11:20:09 #10 52.32 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:09 #10 52.33 Preparing to unpack .../236-libpackage-stash-xs-perl_0.28-3build2_armhf.deb ...
11:20:09 #10 52.33 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:20:09 #10 52.36 Selecting previously unselected package libparse-debianchangelog-perl.
11:20:09 #10 52.37 Preparing to unpack .../237-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:20:09 #10 52.37 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:20:09 #10 52.41 Selecting previously unselected package libtext-glob-perl.
11:20:09 #10 52.41 Preparing to unpack .../238-libtext-glob-perl_0.10-1_all.deb ...
11:20:09 #10 52.41 Unpacking libtext-glob-perl (0.10-1) ...
11:20:09 #10 52.44 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:09 #10 52.44 Preparing to unpack .../239-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:20:09 #10 52.45 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:20:09 #10 52.48 Selecting previously unselected package libpath-tiny-perl.
11:20:09 #10 52.48 Preparing to unpack .../240-libpath-tiny-perl_0.104-1_all.deb ...
11:20:09 #10 52.48 Unpacking libpath-tiny-perl (0.104-1) ...
11:20:09 #10 52.53 Selecting previously unselected package libperlio-gzip-perl.
11:20:09 #11 58.15 Setting up libbinutils:arm64 (2.34-6ubuntu1.4) ...
11:20:09 #11 58.17 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ...
11:20:09 #11 58.18 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:20:09 #11 58.19 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:20:09 #11 58.21 Setting up libbsd0:arm64 (0.10.0-1) ...
11:20:09 #11 58.23 Setting up libelf1:arm64 (0.176-1.1build1) ...
11:20:09 #11 58.24 Setting up readline-common (8.0-4) ...
11:20:09 #11 58.27 Setting up publicsuffix (20200303.0012-1) ...
11:20:09 #11 58.28 Setting up libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:09 #11 58.29 Setting up iso-codes (4.4-1) ...
11:20:09 #11 58.30 Setting up liblocale-gettext-perl (1.07-4) ...
11:20:09 #11 58.31 Setting up liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:09 #11 58.33 Setting up dctrl-tools (2.24-3) ...
11:20:09 #11 58.35 Setting up libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:09 #11 58.36 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:09 #11 58.37 Setting up libgdbm6:arm64 (1.18.1-5) ...
11:20:09 #11 58.38 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:20:09 #11 58.40 Setting up libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:20:09 #11 58.41 Setting up libctf0:arm64 (2.34-6ubuntu1.4) ...
11:20:09 #11 58.42 Setting up pinentry-curses (1.1.0-3build1) ...
11:20:09 #11 58.44 Setting up manpages-dev (5.05-1) ...
11:20:09 #11 58.45 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
11:20:09 #11 58.47 Setting up libxcb1:arm64 (1.14-2) ...
11:20:09 #11 58.48 Setting up at (3.1.23-1ubuntu1) ...
11:20:09 #11 42.29 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:20:09 #11 42.36 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
11:20:09 #11 42.46 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
11:20:09 #11 42.49 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:20:09 #11 42.54 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
11:20:09 #10 50.79 Selecting previously unselected package libterm-readkey-perl.
11:20:09 #10 50.80 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ...
11:20:09 #10 50.80 Unpacking libterm-readkey-perl (2.38-1) ...
11:20:09 #10 50.84 Selecting previously unselected package libtest-fatal-perl.
11:20:09 #10 50.84 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ...
11:20:09 #10 50.84 Unpacking libtest-fatal-perl (0.014-1) ...
11:20:09 #10 50.87 Selecting previously unselected package libtest-refcount-perl.
11:20:09 #10 50.87 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ...
11:20:09 #10 50.88 Unpacking libtest-refcount-perl (0.08-3) ...
11:20:09 #10 50.90 Selecting previously unselected package libtext-levenshtein-perl.
11:20:09 #10 50.91 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ...
11:20:09 #10 50.91 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:20:09 #10 50.94 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:09 #10 50.94 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ...
11:20:09 #10 50.95 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
11:20:09 #10 50.98 Selecting previously unselected package libunicode-utf8-perl.
11:20:09 #10 50.98 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ...
11:20:09 #10 50.99 Unpacking libunicode-utf8-perl (0.62-1) ...
11:20:09 #13 101.0   Installing : libtool-2.4.2-22.el7_3.aarch64                             54/65 
11:20:09 #13 101.3 install-info: No such file or directory for /usr/share/info/libtool.info.gz
11:20:09 #13 24.11   Installing       : llvm-libs-15.0.7-1.el9.x86_64                        16/68 
11:20:09 #13 24.31   Installing       : cpp-11.3.1-4.3.el9.x86_64                            17/68 
11:20:09 #10 40.74 Setting up autotools-dev (20180224.1+nmu1) ...
11:20:09 #10 40.75 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:20:09 #10 40.77 Setting up make (4.3-4.1) ...
11:20:09 #10 40.78 Setting up libmpfr6:armhf (4.1.0-3) ...
11:20:09 #10 40.80 Setting up libsigsegv2:armhf (2.13-1) ...
11:20:09 #10 40.81 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:20:09 #10 40.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.83 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
11:20:09 #10 40.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:20:09 #10 40.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:20:09 #10 40.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:20:09 #10 40.85 Setting up libmpc3:armhf (1.2.0-1) ...
11:20:09 #10 40.86 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
11:20:09 #10 40.87 Setting up patch (2.7.6-7) ...
11:20:09 #10 40.88 Setting up autopoint (0.21-4) ...
11:20:09 #10 40.90 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
11:20:09 #10 40.91 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:20:09 #10 40.93 Setting up sensible-utils (0.0.14) ...
11:20:09 #10 40.94 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
11:20:09 #10 40.95 Setting up libuchardet0:armhf (0.0.7-1) ...
11:20:09 #10 40.97 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
11:20:09 #10 40.98 Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:20:09 #10 40.99 Setting up git-man (1:2.30.2-1+deb11u2) ...
11:20:09 #10 41.01 Setting up curl (7.74.0-1.3+deb11u7) ...
11:20:09 #10 41.03 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
11:20:09 #10 41.05 Setting up libisl23:armhf (0.23-1) ...
11:20:09 #11 63.11 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:09 #11 63.11 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:09 #11 63.12 Setting up libvariable-magic-perl (0.62-2) ...
11:20:09 #11 63.13 Setting up libio-html-perl (1.004-3) ...
11:20:09 #11 63.13 Setting up libpod-parser-perl (1.65-1) ...
11:20:09 #11 63.14 Setting up libb-hooks-op-check-perl:amd64 (0.22-2) ...
11:20:09 #11 63.15 Setting up liblist-moreutils-xs-perl (0.430-3) ...
11:20:09 #11 63.16 Setting up libparams-util-perl (1.102-1build3) ...
11:20:09 #11 63.17 Setting up libdpkg-perl (1.21.9ubuntu1) ...
11:20:09 #11 63.18 Setting up libtime-duration-perl (1.21-1) ...
11:20:09 #11 63.19 Setting up autoconf (2.71-2) ...
11:20:09 #11 63.20 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
11:20:09 #11 63.21 Setting up libarray-intspan-perl (2.004-2) ...
11:20:09 #11 63.22 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:09 #12 2.763    dh_md5sums
11:20:09 #12 2.806    dh_builddeb
11:20:09 #12 2.836 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:09 #12 2.854  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
11:20:09 #12 3.000  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
11:20:09 #11 55.45 Preparing to unpack .../078-libctf-nobfd0_2.39-3ubuntu1.1_arm64.deb ...
11:20:09 #11 55.45 Unpacking libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
11:20:09 #11 55.49 Selecting previously unselected package libctf0:arm64.
11:20:09 #11 55.49 Preparing to unpack .../079-libctf0_2.39-3ubuntu1.1_arm64.deb ...
11:20:09 #11 55.49 Unpacking libctf0:arm64 (2.39-3ubuntu1.1) ...
11:20:09 #11 55.53 Selecting previously unselected package libgprofng0:arm64.
11:20:09 #11 55.53 Preparing to unpack .../080-libgprofng0_2.39-3ubuntu1.1_arm64.deb ...
11:20:09 #11 55.53 Unpacking libgprofng0:arm64 (2.39-3ubuntu1.1) ...
11:20:09 #11 55.58 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:20:09 #11 55.58 Preparing to unpack .../081-binutils-aarch64-linux-gnu_2.39-3ubuntu1.1_arm64.deb ...
11:20:09 #11 55.58 Unpacking binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
11:20:09 #11 55.71 Selecting previously unselected package binutils.
11:20:09 #11 55.71 Preparing to unpack .../082-binutils_2.39-3ubuntu1.1_arm64.deb ...
11:20:09 #10 67.30 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:09 #10 67.30 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:09 #10 67.32 Setting up libio-sessiondata-perl (1.03-1) ...
11:20:09 #10 67.33 Setting up libstring-escape-perl (2010.002-2) ...
11:20:09 #10 67.34 Setting up libhttp-date-perl (6.02-1) ...
11:20:09 #10 67.35 Setting up libfile-which-perl (1.23-1) ...
11:20:09 #10 67.36 Setting up mailutils (1:3.5-4) ...
11:20:09 #10 67.37 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
11:20:09 #10 67.37 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
11:20:09 #10 67.38 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
11:20:09 #10 67.38 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
11:20:09 #10 67.38 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
11:20:09 #10 67.39 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
11:20:09 #10 67.39 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
11:20:09 #10 67.40 Setting up libfile-basedir-perl (0.08-1) ...
11:20:09 #10 67.41 Setting up libnumber-range-perl (0.12-1) ...
11:20:09 #10 67.42 Setting up libtask-weaken-perl (1.06-1) ...
11:20:09 #10 67.43 Setting up libunicode-utf8-perl (0.62-1) ...
11:20:09 #10 67.44 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:09 #10 67.45 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
11:20:09 #10 67.46 Setting up libfile-listing-perl (6.04-1) ...
11:20:09 #10 67.48 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:20:09 #10 67.49 Setting up libclass-inspector-perl (1.32-1) ...
11:20:09 #11 59.10 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
11:20:09 #11 59.10 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:09 #11 59.13 Selecting previously unselected package libterm-readkey-perl.
11:20:09 #11 59.13 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
11:20:09 #11 59.14 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:20:09 #11 59.17 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:09 #11 59.17 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
11:20:09 #11 59.17 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:09 #11 59.20 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:20:09 #11 59.20 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
11:20:09 #11 59.21 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
11:20:09 #11 59.24 Selecting previously unselected package libtext-xslate-perl:arm64.
11:20:09 #11 59.24 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
11:20:09 #11 59.24 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
11:20:09 #11 59.28 Selecting previously unselected package libtime-duration-perl.
11:20:09 #11 59.28 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
11:20:09 #11 59.29 Unpacking libtime-duration-perl (1.21-1) ...
11:20:09 #11 59.32 Selecting previously unselected package libtime-moment-perl.
11:20:09 #11 59.32 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
11:20:09 #11 59.32 Unpacking libtime-moment-perl (0.44-1build6) ...
11:20:09 #11 59.36 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:09 #11 59.36 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
11:20:09 #11 59.36 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:20:09 #11 59.40 Selecting previously unselected package libunicode-utf8-perl.
11:20:09 #11 59.40 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
11:20:09 #11 59.40 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:09 #11 59.43 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:09 #12 4.334 (64/94): gcc-12.2.1-4.fc36.x86_64.rpm            71 MB/s |  33 MB     00:00    
11:20:09 #12 4.338 (65/94): less-590-5.fc36.x86_64.rpm             793 kB/s | 161 kB     00:00    
11:20:09 #12 4.342 (66/94): libargon2-20171227-9.fc36.x86_64.rpm   175 kB/s |  28 kB     00:00    
11:20:09 #12 4.350 (67/94): libbpf-0.7.0-3.fc36.x86_64.rpm          21 MB/s | 159 kB     00:00    
11:20:09 #12 4.354 (68/94): libfdisk-2.38-1.fc36.x86_64.rpm         14 MB/s | 160 kB     00:00    
11:20:09 #12 4.357 (69/94): libfido2-1.10.0-5.fc36.x86_64.rpm      6.5 MB/s |  94 kB     00:00    
11:20:09 #12 4.362 (70/94): libtool-ltdl-2.4.7-1.fc36.x86_64.rpm   8.0 MB/s |  37 kB     00:00    
11:20:09 #12 4.367 (71/94): libtool-ltdl-devel-2.4.7-1.fc36.x86_64  17 MB/s | 157 kB     00:00    
11:20:09 #12 4.376 (72/94): libtool-2.4.7-1.fc36.x86_64.rpm         31 MB/s | 593 kB     00:00    
11:20:09 #12 4.380 (73/94): libuv-1.44.2-1.fc36.x86_64.rpm         8.8 MB/s | 151 kB     00:00    
11:20:09 #12 4.383 (74/94): libxcrypt-devel-4.4.33-4.fc36.x86_64.r 2.0 MB/s |  30 kB     00:00    
11:20:09 #12 4.391 (75/94): libxcrypt-static-4.4.33-4.fc36.x86_64.  10 MB/s | 104 kB     00:00    
11:20:09 #12 4.398 (76/94): pcre2-devel-10.40-1.fc36.x86_64.rpm     27 MB/s | 474 kB     00:00    
11:20:09 #12 4.403 (77/94): pcre2-utf16-10.40-1.fc36.x86_64.rpm     11 MB/s | 216 kB     00:00    
11:20:09 #12 4.406 (78/94): perl-Git-2.39.2-1.fc36.noarch.rpm      5.6 MB/s |  43 kB     00:00    
11:20:09 #12 4.411 (79/94): pcre2-utf32-10.40-1.fc36.x86_64.rpm     16 MB/s | 203 kB     00:00    
11:20:09 #12 4.420 (80/94): python3-setuptools-59.6.0-3.fc36.noarc  69 MB/s | 934 kB     00:00    
11:20:09 #12 4.424 (81/94): python3-audit-3.1-2.fc36.x86_64.rpm    4.0 MB/s |  83 kB     00:00    
11:20:09 #12 4.428 (82/94): selinux-policy-36.17-1.fc36.noarch.rpm 9.4 MB/s |  66 kB     00:00    
11:20:09 #12 4.431 (83/94): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 1.0 MB/s |  18 kB     00:00    
11:20:09 #11 44.96 Selecting previously unselected package g++-9.
11:20:09 #11 44.96 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:20:09 #11 44.97 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:09 #10 62.93 Setting up libdata-optlist-perl (0.110-1) ...
11:20:09 #10 62.95 Setting up libipc-run-perl (20180523.0-1) ...
11:20:09 #10 62.96 Setting up git (1:2.20.1-2+deb10u8) ...
11:20:09 #10 63.00 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:09 #10 63.01 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:09 #10 63.02 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:09 #10 63.03 Setting up g++ (4:8.3.0-1) ...
11:20:09 #10 63.06 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:09 #10 63.07 Setting up libhtml-parser-perl (3.72-3+b3) ...
11:20:09 #10 63.08 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:09 #10 63.09 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:09 #10 63.10 Setting up librole-tiny-perl (2.000006-1) ...
11:20:09 #10 53.16   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.aarch64             139/139 
11:20:09 #10 65.88 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ...
11:20:09 #10 65.89 Setting up python3-chardet (5.1.0+dfsg-2) ...
11:20:09 #10 42.61 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:20:09 #10 42.61 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:20:09 #10 42.70 Selecting previously unselected package libpng16-16:armhf.
11:20:09 #10 42.71 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ...
11:20:09 #10 42.72 Unpacking libpng16-16:armhf (1.6.37-3) ...
11:20:09 #11 61.89   Updating   : rpm-libs-4.11.3-48.el7_9.x86_64                             1/52 
11:20:09 #10 43.53 Unpacking libcurl3-gnutls:armhf (7.88.1-1) ...
11:20:09 #10 43.62 Selecting previously unselected package liberror-perl.
11:20:09 #10 43.62 Preparing to unpack .../165-liberror-perl_0.17029-2_all.deb ...
11:20:09 #10 43.63 Unpacking liberror-perl (0.17029-2) ...
11:20:09 #10 43.71 Selecting previously unselected package git-man.
11:20:09 #10 43.71 Preparing to unpack .../166-git-man_1%3a2.39.2-1.1_all.deb ...
11:20:09 #10 43.71 Unpacking git-man (1:2.39.2-1.1) ...
11:20:09 #10 32.36 Selecting previously unselected package libpython3.11-minimal:armhf.
11:20:09 #10 32.36 Preparing to unpack .../libpython3.11-minimal_3.11.2-4_armhf.deb ...
11:20:09 #10 32.36 Unpacking libpython3.11-minimal:armhf (3.11.2-4) ...
11:20:09 #10 32.52 Selecting previously unselected package libexpat1:armhf.
11:20:09 #10 32.53 Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ...
11:20:09 #10 32.53 Unpacking libexpat1:armhf (2.5.0-1) ...
11:20:09 #10 32.57 Selecting previously unselected package python3.11-minimal.
11:20:09 #10 32.58 Preparing to unpack .../python3.11-minimal_3.11.2-4_armhf.deb ...
11:20:09 #10 32.58 Unpacking python3.11-minimal (3.11.2-4) ...
11:20:09 #11 46.31 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzop armhf 1.04-2build2 [84.5 kB]
11:20:09 #11 46.34 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
11:20:09 #11 46.36 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf unzip armhf 6.0-27ubuntu1 [162 kB]
11:20:09 #10 52.53 Preparing to unpack .../241-libperlio-gzip-perl_0.19-1build3_armhf.deb ...
11:20:09 #10 52.55 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:20:09 #10 52.59 Selecting previously unselected package libpod-constants-perl.
11:20:09 #10 52.59 Preparing to unpack .../242-libpod-constants-perl_0.19-1_all.deb ...
11:20:09 #10 52.60 Unpacking libpod-constants-perl (0.19-1) ...
11:20:09 #10 52.65 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:09 #10 52.65 Preparing to unpack .../243-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:20:09 #10 52.65 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:20:09 #10 52.70 Selecting previously unselected package libsasl2-modules:armhf.
11:20:09 #10 52.70 Preparing to unpack .../244-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
11:20:09 #10 52.70 Unpacking libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:09 #10 52.76 Selecting previously unselected package libsort-key-perl.
11:20:09 #10 52.76 Preparing to unpack .../245-libsort-key-perl_1.33-2_armhf.deb ...
11:20:09 #11 58.63 invoke-rc.d: could not determine current runlevel
11:20:09 #11 58.64 invoke-rc.d: policy-rc.d denied execution of start.
11:20:09 #11 58.65 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
11:20:09 #11 58.66 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:09 #11 58.67 Setting up libedit2:arm64 (3.1-20191231-1) ...
11:20:09 #11 58.68 Setting up libreadline8:arm64 (8.0-4) ...
11:20:09 #11 58.69 Setting up m4 (1.4.18-4) ...
11:20:09 #11 58.71 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
11:20:09 #11 58.72 Setting up binutils (2.34-6ubuntu1.4) ...
11:20:09 #11 58.73 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:09 #11 58.74 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:09 #11 42.79 debconf: delaying package configuration, since apt-utils is not installed
11:20:09 #10 51.04 Selecting previously unselected package libwrap0:armhf.
11:20:09 #10 51.04 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ...
11:20:09 #10 51.05 Unpacking libwrap0:armhf (7.6.q-28) ...
11:20:09 #10 51.09 Selecting previously unselected package libxau6:armhf.
11:20:09 #10 51.09 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ...
11:20:09 #10 51.10 Unpacking libxau6:armhf (1:1.0.8-1+b2) ...
11:20:09 #10 51.13 Selecting previously unselected package libxdmcp6:armhf.
11:20:09 #10 51.14 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:20:09 #10 51.14 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:20:09 #10 51.18 Selecting previously unselected package libxcb1:armhf.
11:20:09 #10 51.18 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ...
11:20:09 #10 51.19 Unpacking libxcb1:armhf (1.13.1-2) ...
11:20:09 #10 51.23 Selecting previously unselected package libx11-data.
11:20:09 #10 51.23 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
11:20:09 #10 51.24 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
11:20:09 #13 101.5   Installing : glibc-static-2.17-326.el7_9.aarch64                        55/65 
11:20:09 #13 24.32   Installing       : policycoreutils-devel-3.5-1.el9.x86_64               18/68 
11:20:09 #13 24.53   Installing       : selinux-policy-devel-38.1.8-1.el9.noarch             19/68 
11:20:09 #13 24.54   Running scriptlet: selinux-policy-devel-38.1.8-1.el9.noarch             19/68 
11:20:09 #13 24.55   Installing       : perl-threads-shared-1.61-460.el9.x86_64              20/68 
11:20:09 #13 24.56   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/68 
11:20:09 #13 24.58   Installing       : automake-1.16.2-6.el9.noarch                         22/68 
11:20:09 #13 24.59   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                  23/68 
11:20:09 #13 24.60   Installing       : perl-lib-0.65-480.el9.x86_64                         24/68 
11:20:09 #13 24.60   Installing       : perl-Error-1:0.17029-7.el9.noarch                    25/68 
11:20:09 #13 24.61   Installing       : pcre2-utf32-10.40-2.el9.x86_64                       26/68 
11:20:09 #13 24.62   Installing       : pcre2-utf16-10.40-2.el9.x86_64                       27/68 
11:20:09 #13 24.65   Installing       : pcre2-devel-10.40-2.el9.x86_64                       28/68 
11:20:09 #10 41.06 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
11:20:09 #10 41.07 Setting up libtinfo5:armhf (6.2+20201114-2) ...
11:20:09 #10 41.09 Setting up libelf1:armhf (0.183-1) ...
11:20:09 #10 41.11 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
11:20:09 #10 41.12 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
11:20:09 #10 41.13 Setting up cpp-10 (10.2.1-6+rpi1) ...
11:20:09 #10 41.14 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:20:09 #10 41.15 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:20:09 #10 41.17 Setting up libgdbm6:armhf (1.19-2) ...
11:20:09 #10 41.18 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
11:20:09 #10 41.19 Setting up wdiff (1.2.2-2) ...
11:20:09 #10 41.21 Setting up gettext (0.21-4) ...
11:20:09 #10 41.22 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:20:09 #10 41.23 Setting up m4 (1.4.18-5) ...
11:20:09 #10 41.24 Setting up libgdbm-compat4:armhf (1.19-2) ...
11:20:09 #10 41.26 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:20:09 #11 63.23 Setting up libtimedate-perl (2.3300-2) ...
11:20:09 #11 63.23 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:20:09 #11 63.24 Setting up libsub-name-perl:amd64 (0.26-2) ...
11:20:09 #11 63.25 Setting up libtype-tiny-xs-perl:amd64 (0.022-2) ...
11:20:09 #11 63.26 Setting up libsyntax-keyword-try-perl (0.27-1) ...
11:20:09 #11 63.27 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:09 #11 63.28 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
11:20:09 #11 63.29 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:09 #11 63.29 Setting up xauth (1:1.1.1-1) ...
11:20:09 #11 63.30 Setting up libpath-tiny-perl (0.122-1) ...
11:20:09 #11 63.31 Setting up libarchive-cpio-perl (0.10-2) ...
11:20:09 #11 63.32 Setting up libjson-perl (4.09000-1) ...
11:20:09 #11 63.33 Setting up libnsl2:amd64 (1.3.0-2build2) ...
11:20:09 #11 63.34 Setting up libipc-run3-perl (0.048-2) ...
11:20:09 #11 63.35 Setting up libregexp-wildcards-perl (1.05-3) ...
11:20:09 #11 63.36 Setting up libfcgi-perl:amd64 (0.82+ds-1build1) ...
11:20:09 #11 63.36 Setting up libsub-override-perl (0.09-3) ...
11:20:09 #11 63.37 Setting up libaliased-perl (0.34-2) ...
11:20:09 #11 63.38 Setting up libstrictures-perl (2.000006-1) ...
11:20:09 #11 63.39 Setting up libsub-quote-perl (2.006006-1) ...
11:20:09 #11 63.41 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:09 #11 63.42 Setting up libclass-xsaccessor-perl (1.19-4) ...
11:20:09 #11 63.43 Setting up libsort-versions-perl (1.62-2) ...
11:20:09 #11 63.44 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:09 #11 63.45 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:20:09 #11 63.46 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:09 #11 63.47 Setting up libterm-readkey-perl (2.38-2) ...
11:20:09 #11 63.48 Setting up libtext-levenshteinxs-perl (0.03-5) ...
11:20:09 #11 63.49 Setting up libperlio-gzip-perl (0.20-1) ...
11:20:09 #11 63.50 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:09 #11 63.51 Setting up libhtml-html5-entities-perl (0.004-2) ...
11:20:09 #11 63.52 Setting up libsereal-decoder-perl (4.025+ds-1) ...
11:20:09 #11 63.53 Setting up liburi-perl (5.12-1ubuntu1) ...
11:20:09 #12 3.077 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:09 #12 3.079  dpkg-source --after-build .
11:20:09 #12 3.181 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:09 #12 3.186 
11:20:09 #12 3.186 The package has been created.
11:20:09 #12 3.186 Attention, the package has been created in the current directory,
11:20:09 #12 3.186 not in ".." as indicated by the message above!
11:20:09 #12 3.210 Selecting previously unselected package docker-ce-build-deps.
11:20:09 #12 3.225 (Reading database ... 29948 files and directories currently installed.)
11:20:09 #12 3.226 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:09 #12 3.230 Unpacking docker-ce-build-deps (1.0) ...
11:20:09 #11 55.71 Unpacking binutils (2.39-3ubuntu1.1) ...
11:20:09 #11 55.75 Selecting previously unselected package libc-dev-bin.
11:20:09 #11 55.76 Preparing to unpack .../083-libc-dev-bin_2.36-0ubuntu4_arm64.deb ...
11:20:09 #11 55.76 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
11:20:09 #11 55.79 Selecting previously unselected package linux-libc-dev:arm64.
11:20:09 #11 55.79 Preparing to unpack .../084-linux-libc-dev_5.19.0-35.36_arm64.deb ...
11:20:09 #11 55.80 Unpacking linux-libc-dev:arm64 (5.19.0-35.36) ...
11:20:09 #11 55.95 Selecting previously unselected package libcrypt-dev:arm64.
11:20:09 #11 55.95 Preparing to unpack .../085-libcrypt-dev_1%3a4.4.28-2_arm64.deb ...
11:20:09 #11 55.96 Unpacking libcrypt-dev:arm64 (1:4.4.28-2) ...
11:20:09 #11 55.99 Selecting previously unselected package rpcsvc-proto.
11:20:09 #10 67.51 Setting up libfont-afm-perl (1.20-2) ...
11:20:09 #10 67.52 Setting up libwant-perl (0.29-1+b4) ...
11:20:09 #10 67.54 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:09 #10 67.55 Setting up libtext-glob-perl (0.10-1) ...
11:20:09 #10 67.65 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:09 #10 67.66 Setting up liblist-compare-perl (0.53-1) ...
11:20:09 #10 67.67 Setting up libref-util-xs-perl (0.117-1+b1) ...
11:20:09 #10 67.69 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
11:20:09 #10 67.70 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
11:20:09 #10 67.71 Setting up libsort-key-perl (1.33-2+b1) ...
11:20:09 #10 67.73 Setting up libclone-perl (0.41-1+b1) ...
11:20:09 #10 67.73 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:09 #10 67.74 Setting up libarchive-zip-perl (1.64-1) ...
11:20:09 #11 59.44 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:20:09 #11 59.44 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:20:09 #11 59.47 Selecting previously unselected package libxml-sax-base-perl.
11:20:09 #11 59.47 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:20:09 #11 59.48 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:20:09 #11 59.52 Selecting previously unselected package libxml-sax-perl.
11:20:09 #11 59.52 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:09 #11 59.52 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:09 #11 59.56 Selecting previously unselected package libxml-libxml-perl.
11:20:09 #11 59.56 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
11:20:09 #11 59.56 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:09 #11 59.62 Selecting previously unselected package libxml-parser-perl:arm64.
11:20:09 #11 59.62 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
11:20:09 #11 59.62 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
11:20:09 #11 59.66 Selecting previously unselected package libxml-sax-expat-perl.
11:20:09 #10 62.17 0 added, 0 removed; done.
11:20:09 #10 62.17 Running hooks in /etc/ca-certificates/update.d...
11:20:09 #10 62.17 done.
11:20:09 #12 4.491 (84/94): selinux-policy-targeted-36.17-1.fc36.n 103 MB/s | 6.4 MB     00:00    
11:20:09 #12 4.501 (85/94): selinux-policy-devel-36.17-1.fc36.noar  10 MB/s | 815 kB     00:00    
11:20:09 #12 4.524 (86/94): systemd-250.10-2.fc36.x86_64.rpm        46 MB/s | 4.2 MB     00:00    
11:20:09 #12 4.532 (87/94): systemd-devel-250.10-2.fc36.x86_64.rpm  11 MB/s | 446 kB     00:00    
11:20:09 #12 4.566 (88/94): systemd-pam-250.10-2.fc36.x86_64.rpm   7.9 MB/s | 330 kB     00:00    
11:20:09 #12 4.574 (89/94): systemd-networkd-250.10-2.fc36.x86_64.  12 MB/s | 613 kB     00:00    
11:20:09 #12 4.579 (90/94): systemd-resolved-250.10-2.fc36.x86_64. 5.9 MB/s | 272 kB     00:00    
11:20:09 #12 4.582 (91/94): systemd-rpm-macros-250.10-2.fc36.noarc 1.6 MB/s |  24 kB     00:00    
11:20:09 #12 4.586 (92/94): vim-filesystem-9.0.1307-1.fc36.noarch. 2.8 MB/s |  17 kB     00:00    
11:20:09 #12 4.593 (93/94): audit-libs-3.1-2.fc36.x86_64.rpm        11 MB/s | 117 kB     00:00    
11:20:09 #12 4.634 (94/94): util-linux-2.38-1.fc36.x86_64.rpm       42 MB/s | 2.3 MB     00:00    
11:20:09 #10 63.14 Setting up gnupg (2.2.12-1+deb10u2) ...
11:20:09 #10 63.15 Setting up build-essential (12.6) ...
11:20:09 #10 63.18 Setting up libfile-homedir-perl (1.004-1) ...
11:20:09 #10 63.19 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:20:09 #10 63.20 Setting up libio-socket-ssl-perl (2.060-3) ...
11:20:09 #10 63.21 Setting up libsub-exporter-perl (0.987-1) ...
11:20:09 #10 63.22 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:09 #10 63.24 Setting up libhttp-message-perl (6.18-1) ...
11:20:09 #10 63.25 Setting up libhtml-form-perl (6.03-1) ...
11:20:09 #10 63.26 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
11:20:09 #10 63.27 Setting up libjson-xs-perl (3.040-1+b1) ...
11:20:09 #10 63.28 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:09 #10 63.29 Setting up libio-prompter-perl (0.004015-1) ...
11:20:09 #10 63.30 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:09 #10 63.31 Setting up po-debconf (1.0.21) ...
11:20:09 #10 39.02 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:20:09 #10 39.03 Setting up libpipeline1:armhf (1.5.1-2) ...
11:20:09 #10 39.04 Setting up mime-support (3.62) ...
11:20:09 #10 39.07 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:20:09 #10 39.09 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:20:09 #10 39.11 No schema files found: doing nothing.
11:20:09 #10 39.11 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
11:20:09 #10 39.13 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
11:20:09 #10 39.15 Setting up perl-openssl-defaults:armhf (3) ...
11:20:09 #10 39.16 Setting up linux-libc-dev:armhf (1:1.20220308~buster-1) ...
11:20:09 #10 39.18 Setting up gettext-base (0.19.8.1-9) ...
11:20:09 #10 39.19 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:20:09 #10 39.21 Setting up file (1:5.35-4+deb10u2) ...
11:20:09 #10 39.22 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
11:20:09 #10 39.24 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
11:20:09 #10 39.25 Setting up libicu63:armhf (63.1-6+deb10u3) ...
11:20:09 #10 39.26 Setting up libfakeroot:armhf (1.23-1) ...
11:20:09 #10 39.28 Setting up fakeroot (1.23-1) ...
11:20:09 #10 57.56   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          1/139 
11:20:09 #10 57.56   Verifying        : cpio-2.13-12.fc36.aarch64                            2/139 
11:20:09 #10 57.56   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        3/139 
11:20:09 #10 57.56   Verifying        : desktop-file-utils-0.26-6.fc36.aarch64               4/139 
11:20:09 #10 57.56   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       5/139 
11:20:09 #10 57.56   Verifying        : diffutils-3.8-2.fc36.aarch64                         6/139 
11:20:09 #10 57.56   Verifying        : ed-1.14.2-12.fc36.aarch64                            7/139 
11:20:09 #10 57.56   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      8/139 
11:20:09 #10 57.56   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                      9/139 
11:20:09 #10 57.56   Verifying        : file-5.41-4.fc36.aarch64                            10/139 
11:20:09 #10 57.56   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             11/139 
11:20:09 #10 57.56   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   12/139 
11:20:09 #10 57.56   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 13/139 
11:20:09 #10 57.56   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   14/139 
11:20:09 #10 57.56   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    15/139 
11:20:09 #10 57.56   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      16/139 
11:20:09 #10 57.56   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             17/139 
11:20:09 #10 57.56   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          18/139 
11:20:09 #10 57.56   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          19/139 
11:20:09 #10 57.56   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           20/139 
11:20:09 #10 57.56   Verifying        : info-6.8-3.fc36.aarch64                             21/139 
11:20:09 #10 57.56   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      22/139 
11:20:09 #10 57.56   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               23/139 
11:20:09 #10 57.56   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  24/139 
11:20:09 #10 57.56   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     25/139 
11:20:09 #10 57.56   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     26/139 
11:20:09 #10 57.56   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 27/139 
11:20:09 #10 57.56   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     28/139 
11:20:09 #10 57.56   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 29/139 
11:20:09 #10 57.56   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     30/139 
11:20:09 #10 57.56   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   31/139 
11:20:09 #10 57.56   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               32/139 
11:20:09 #10 57.56   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        33/139 
11:20:09 #10 57.56   Verifying        : patch-2.7.6-16.fc36.aarch64                         34/139 
11:20:09 #10 57.56   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                35/139 
11:20:09 #10 57.56   Verifying        : perl-B-1.82-486.fc36.aarch64                        36/139 
11:20:09 #10 57.56   Verifying        : perl-Carp-1.52-479.fc36.noarch                      37/139 
11:20:09 #10 57.56   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              38/139 
11:20:09 #10 57.56   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               39/139 
11:20:09 #10 57.56   Verifying        : perl-Digest-1.20-2.fc36.noarch                      40/139 
11:20:09 #10 57.56   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               41/139 
11:20:09 #10 57.56   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               42/139 
11:20:09 #10 57.56   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    43/139 
11:20:09 #10 57.56   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  44/139 
11:20:09 #10 57.56   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    45/139 
11:20:09 #10 57.56   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             46/139 
11:20:09 #10 57.56   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 47/139 
11:20:09 #10 57.56   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          48/139 
11:20:09 #10 57.56   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 49/139 
11:20:09 #10 57.56   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                50/139 
11:20:09 #10 57.56   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                51/139 
11:20:09 #10 57.56   Verifying        : perl-IO-1.46-486.fc36.aarch64                       52/139 
11:20:09 #10 57.56   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              53/139 
11:20:09 #10 57.56   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              54/139 
11:20:09 #10 57.56   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 55/139 
11:20:09 #10 57.56   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              56/139 
11:20:09 #10 57.56   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              57/139 
11:20:09 #10 57.56   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                58/139 
11:20:09 #10 57.56   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 59/139 
11:20:09 #10 57.56   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    60/139 
11:20:09 #10 57.56   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                61/139 
11:20:09 #10 57.56   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             62/139 
11:20:09 #10 57.56   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            63/139 
11:20:09 #10 57.56   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                64/139 
11:20:09 #10 57.56   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               65/139 
11:20:09 #10 57.56   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               66/139 
11:20:09 #10 57.56   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 67/139 
11:20:09 #10 57.56   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    68/139 
11:20:09 #10 57.56   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            69/139 
11:20:09 #10 57.57   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  70/139 
11:20:09 #10 57.57   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         71/139 
11:20:09 #10 57.57   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             72/139 
11:20:09 #10 57.57   Verifying        : perl-URI-5.10-1.fc36.noarch                         73/139 
11:20:09 #10 57.57   Verifying        : perl-base-2.27-486.fc36.noarch                      74/139 
11:20:09 #10 57.57   Verifying        : perl-constant-1.33-480.fc36.noarch                  75/139 
11:20:09 #10 57.57   Verifying        : perl-if-0.60.900-486.fc36.noarch                    76/139 
11:20:09 #10 57.57   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          77/139 
11:20:09 #10 57.57   Verifying        : perl-libnet-3.13-480.fc36.noarch                    78/139 
11:20:09 #10 57.57   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 79/139 
11:20:09 #10 57.57   Verifying        : perl-mro-1.25-486.fc36.aarch64                      80/139 
11:20:09 #10 57.57   Verifying        : perl-overload-1.33-486.fc36.noarch                  81/139 
11:20:09 #10 57.57   Verifying        : perl-overloading-0.02-486.fc36.noarch               82/139 
11:20:09 #10 57.57   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 83/139 
11:20:09 #10 57.57   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               84/139 
11:20:09 #10 57.57   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   85/139 
11:20:09 #10 57.57   Verifying        : perl-subs-1.04-486.fc36.noarch                      86/139 
11:20:09 #10 57.57   Verifying        : perl-vars-1.05-486.fc36.noarch                      87/139 
11:20:09 #10 57.57   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                        88/139 
11:20:09 #10 57.57   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      89/139 
11:20:09 #10 57.57   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             90/139 
11:20:09 #10 57.57   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              91/139 
11:20:09 #10 57.57   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                  92/139 
11:20:09 #10 57.57   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  93/139 
11:20:09 #10 57.57   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 94/139 
11:20:09 #10 57.57   Verifying        : python3-file-magic-5.41-4.fc36.noarch               95/139 
11:20:09 #10 57.57   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    96/139 
11:20:09 #10 57.57   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    97/139 
11:20:09 #10 57.57   Verifying        : python3-six-1.16.0-5.fc36.noarch                    98/139 
11:20:09 #10 57.57   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                   99/139 
11:20:09 #10 57.57   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                100/139 
11:20:09 #10 57.57   Verifying        : python3-zstandard-0.17.0-1.fc36.aarch64            101/139 
11:20:09 #10 57.57   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                102/139 
11:20:09 #10 57.57   Verifying        : unzip-6.0-57.fc36.aarch64                          103/139 
11:20:09 #10 57.57   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   104/139 
11:20:09 #10 57.57   Verifying        : zip-3.0-32.fc36.aarch64                            105/139 
11:20:09 #10 57.57   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              106/139 
11:20:09 #10 57.57   Verifying        : binutils-2.37-37.fc36.aarch64                      107/139 
11:20:09 #10 57.57   Verifying        : binutils-gold-2.37-37.fc36.aarch64                 108/139 
11:20:09 #10 57.57   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                  109/139 
11:20:09 #10 57.57   Verifying        : debugedit-5.0-7.fc36.aarch64                       110/139 
11:20:09 #10 57.57   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               111/139 
11:20:09 #10 57.57   Verifying        : dwz-0.14-4.fc36.aarch64                            112/139 
11:20:09 #10 57.57   Verifying        : elfutils-0.188-3.fc36.aarch64                      113/139 
11:20:09 #10 57.57   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.aarch64    114/139 
11:20:09 #10 57.57   Verifying        : emacs-filesystem-1:28.2-3.fc36.noarch              115/139 
11:20:09 #10 57.57   Verifying        : gdb-minimal-12.1-2.fc36.aarch64                    116/139 
11:20:09 #10 57.57   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.aarch64                  117/139 
11:20:09 #10 57.57   Verifying        : glibc-gconv-extra-2.35-22.fc36.aarch64             118/139 
11:20:09 #10 57.57   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 119/139 
11:20:09 #10 57.57   Verifying        : libappstream-glib-0.8.0-4.fc36.aarch64             120/139 
11:20:09 #10 57.57   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                121/139 
11:20:09 #10 57.57   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              122/139 
11:20:09 #10 57.57   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 123/139 
11:20:09 #10 57.57   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     124/139 
11:20:09 #10 57.57   Verifying        : perl-Socket-4:2.036-1.fc36.aarch64                 125/139 
11:20:09 #10 57.57   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            126/139 
11:20:09 #10 57.57   Verifying        : pyproject-srpm-macros-1.6.2-1.fc36.noarch          127/139 
11:20:09 #10 57.57   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/139 
11:20:09 #10 57.57   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/139 
11:20:09 #10 57.57   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/139 
11:20:09 #10 57.57   Verifying        : qt5-srpm-macros-5.15.8-1.fc36.noarch               131/139 
11:20:09 #10 57.57   Verifying        : redhat-rpm-config-223-1.fc36.noarch                132/139 
11:20:09 #10 57.57   Verifying        : rpm-build-4.17.1-3.fc36.aarch64                    133/139 
11:20:09 #10 57.57   Verifying        : rpmautospec-rpm-macros-0.3.5-1.fc36.noarch         134/139 
11:20:09 #10 57.57   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/139 
11:20:09 #10 57.57   Verifying        : rpmlint-fedora-license-data-1.14-1.fc36.noarch     136/139 
11:20:09 #10 57.57   Verifying        : rust-srpm-macros-24-1.fc36.noarch                  137/139 
11:20:09 #10 57.57   Verifying        : xz-5.4.1-1.fc36.aarch64                            138/139 
11:20:09 #10 57.57   Verifying        : zstd-1.5.4-1.fc36.aarch64                          139/139 
11:20:09 #10 57.70 
11:20:09 #10 57.70 Installed:
11:20:09 #10 57.70   ansible-srpm-macros-1-8.1.fc36.noarch                                         
11:20:09 #10 57.70   binutils-2.37-37.fc36.aarch64                                                 
11:20:09 #10 57.70   binutils-gold-2.37-37.fc36.aarch64                                            
11:20:09 #10 57.70   bzip2-1.0.8-11.fc36.aarch64                                                   
11:20:09 #10 57.70   cpio-2.13-12.fc36.aarch64                                                     
11:20:09 #10 57.70   dash-0.5.10.2-10.fc36.aarch64                                                 
11:20:09 #10 57.70   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
11:20:09 #10 57.70   debugedit-5.0-7.fc36.aarch64                                                  
11:20:09 #10 57.70   desktop-file-utils-0.26-6.fc36.aarch64                                        
11:20:09 #10 57.70   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
11:20:09 #10 57.70   diffutils-3.8-2.fc36.aarch64                                                  
11:20:09 #10 57.70   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
11:20:09 #10 57.70   dwz-0.14-4.fc36.aarch64                                                       
11:20:09 #10 57.70   ed-1.14.2-12.fc36.aarch64                                                     
11:20:09 #10 57.70   efi-srpm-macros-5-5.fc36.noarch                                               
11:20:09 #10 57.70   elfutils-0.188-3.fc36.aarch64                                                 
11:20:09 #10 57.70   elfutils-debuginfod-client-0.188-3.fc36.aarch64                               
11:20:09 #10 57.70   emacs-filesystem-1:28.2-3.fc36.noarch                                         
11:20:09 #10 57.70   enchant-1:1.6.0-30.fc36.aarch64                                               
11:20:09 #10 57.70   file-5.41-4.fc36.aarch64                                                      
11:20:09 #10 57.70   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
11:20:09 #10 57.70   fpc-srpm-macros-1.3-5.fc36.noarch                                             
11:20:09 #10 57.70   gdb-minimal-12.1-2.fc36.aarch64                                               
11:20:09 #10 57.70   gdk-pixbuf2-2.42.9-2.fc36.aarch64                                             
11:20:09 #10 57.70   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
11:20:09 #10 57.70   glibc-gconv-extra-2.35-22.fc36.aarch64                                        
11:20:09 #10 57.70   gnat-srpm-macros-4-15.fc36.noarch                                             
11:20:09 #10 57.70   go-srpm-macros-3.2.0-1.fc36.noarch                                            
11:20:09 #10 57.70   groff-base-1.22.4-9.fc36.aarch64                                              
11:20:09 #10 57.70   hunspell-1.7.0-19.fc36.aarch64                                                
11:20:09 #10 57.70   hunspell-en-0.20140811.1-22.fc36.noarch                                       
11:20:09 #10 57.70   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
11:20:09 #10 57.70   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
11:20:09 #10 57.70   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
11:20:09 #10 57.70   info-6.8-3.fc36.aarch64                                                       
11:20:09 #10 57.70   json-glib-1.6.6-2.fc36.aarch64                                                
11:20:09 #10 57.70   kernel-srpm-macros-1.0-14.fc36.noarch                                         
11:20:09 #10 57.70   libappstream-glib-0.8.0-4.fc36.aarch64                                        
11:20:09 #10 57.70   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
11:20:09 #10 57.70   libpkgconf-1.8.0-2.fc36.aarch64                                               
11:20:09 #10 57.70   libpng-2:1.6.37-12.fc36.aarch64                                               
11:20:09 #10 57.70   libstemmer-0-18.585svn.fc36.aarch64                                           
11:20:09 #10 57.70   lua-srpm-macros-1-6.fc36.noarch                                               
11:20:09 #10 57.70   ncurses-6.2-9.20210508.fc36.aarch64                                           
11:20:09 #10 57.70   nim-srpm-macros-3-6.fc36.noarch                                               
11:20:09 #10 57.70   ocaml-srpm-macros-6-6.fc36.noarch                                             
11:20:09 #10 57.70   openblas-srpm-macros-2-11.fc36.noarch                                         
11:20:09 #10 57.70   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
11:20:09 #10 57.70   patch-2.7.6-16.fc36.aarch64                                                   
11:20:09 #10 57.70   perl-AutoLoader-5.74-486.fc36.noarch                                          
11:20:09 #10 57.70   perl-B-1.82-486.fc36.aarch64                                                  
11:20:09 #10 57.70   perl-Carp-1.52-479.fc36.noarch                                                
11:20:09 #10 57.70   perl-Class-Struct-0.66-486.fc36.noarch                                        
11:20:09 #10 57.70   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
11:20:09 #10 57.70   perl-Digest-1.20-2.fc36.noarch                                                
11:20:09 #10 57.70   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
11:20:09 #10 57.70   perl-DynaLoader-1.50-486.fc36.aarch64                                         
11:20:09 #10 57.70   perl-Encode-4:3.17-485.fc36.aarch64                                           
11:20:09 #10 57.70   perl-Errno-1.33-486.fc36.aarch64                                              
11:20:09 #10 57.70   perl-Exporter-5.76-480.fc36.noarch                                            
11:20:09 #10 57.70   perl-Fcntl-1.14-486.fc36.aarch64                                              
11:20:09 #10 57.70   perl-File-Basename-2.85-486.fc36.noarch                                       
11:20:09 #10 57.70   perl-File-Path-2.18-479.fc36.noarch                                           
11:20:09 #10 57.70   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
11:20:09 #10 57.70   perl-File-stat-1.09-486.fc36.noarch                                           
11:20:09 #10 57.70   perl-FileHandle-2.03-486.fc36.noarch                                          
11:20:09 #10 57.70   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
11:20:09 #10 57.70   perl-Getopt-Std-1.13-486.fc36.noarch                                          
11:20:09 #10 57.70   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
11:20:09 #10 57.70   perl-IO-1.46-486.fc36.aarch64                                                 
11:20:09 #10 57.70   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
11:20:09 #10 57.70   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
11:20:09 #10 57.70   perl-IPC-Open3-1.21-486.fc36.noarch                                           
11:20:09 #10 57.70   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
11:20:09 #10 57.70   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
11:20:09 #10 57.70   perl-NDBM_File-1.15-486.fc36.aarch64                                          
11:20:09 #10 57.70   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
11:20:09 #10 57.70   perl-POSIX-1.97-486.fc36.aarch64                                              
11:20:09 #10 57.70   perl-PathTools-3.80-479.fc36.aarch64                                          
11:20:09 #10 57.70   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
11:20:09 #10 57.70   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
11:20:09 #10 57.70   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
11:20:09 #10 57.70   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
11:20:09 #10 57.70   perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64                                
11:20:09 #10 57.70   perl-SelectSaver-1.02-486.fc36.noarch                                         
11:20:09 #10 57.70   perl-Socket-4:2.036-1.fc36.aarch64                                            
11:20:09 #10 57.70   perl-Storable-1:3.25-2.fc36.aarch64                                           
11:20:09 #10 57.70   perl-Symbol-1.09-486.fc36.noarch                                              
11:20:09 #10 57.70   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
11:20:09 #10 57.70   perl-Term-Cap-1.17-479.fc36.noarch                                            
11:20:09 #10 57.70   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
11:20:09 #10 57.70   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
11:20:09 #10 57.70   perl-Time-Local-2:1.300-479.fc36.noarch                                       
11:20:09 #10 57.70   perl-URI-5.10-1.fc36.noarch                                                   
11:20:09 #10 57.70   perl-base-2.27-486.fc36.noarch                                                
11:20:09 #10 57.70   perl-constant-1.33-480.fc36.noarch                                            
11:20:09 #10 57.70   perl-if-0.60.900-486.fc36.noarch                                              
11:20:09 #10 57.70   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
11:20:09 #10 57.70   perl-libnet-3.13-480.fc36.noarch                                              
11:20:09 #10 57.70   perl-libs-4:5.34.1-486.fc36.aarch64                                           
11:20:09 #10 57.70   perl-mro-1.25-486.fc36.aarch64                                                
11:20:09 #10 57.70   perl-overload-1.33-486.fc36.noarch                                            
11:20:09 #10 57.70   perl-overloading-0.02-486.fc36.noarch                                         
11:20:09 #10 57.70   perl-parent-1:0.238-479.fc36.noarch                                           
11:20:09 #10 57.70   perl-podlators-1:4.14-479.fc36.noarch                                         
11:20:09 #10 57.70   perl-srpm-macros-1-43.fc36.noarch                                             
11:20:09 #10 57.70   perl-subs-1.04-486.fc36.noarch                                                
11:20:09 #10 57.70   perl-vars-1.05-486.fc36.noarch                                                
11:20:09 #10 57.70   pkgconf-1.8.0-2.fc36.aarch64                                                  
11:20:09 #10 57.70   pkgconf-m4-1.8.0-2.fc36.noarch                                                
11:20:09 #10 57.70   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
11:20:09 #10 57.70   pyproject-srpm-macros-1.6.2-1.fc36.noarch                                     
11:20:09 #10 57.70   python-srpm-macros-3.10-20.fc36.noarch                                        
11:20:09 #10 57.70   python3-construct-2.10.68-1.fc36.noarch                                       
11:20:09 #10 57.70   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:20:09 #10 57.70   python3-dbus-1.2.18-3.fc36.aarch64                                            
11:20:09 #10 57.70   python3-distro-1.6.0-2.fc36.noarch                                            
11:20:09 #10 57.70   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
11:20:09 #10 57.70   python3-enchant-3.2.2-2.fc36.noarch                                           
11:20:09 #10 57.70   python3-file-magic-5.41-4.fc36.noarch                                         
11:20:09 #10 57.70   python3-pybeam-0.7-2.fc36.noarch                                              
11:20:09 #10 57.70   python3-pyxdg-0.27-4.fc36.noarch                                              
11:20:09 #10 57.70   python3-six-1.16.0-5.fc36.noarch                                              
11:20:09 #10 57.70   python3-tomli-1.2.3-1.fc36.noarch                                             
11:20:09 #10 57.70   python3-tomli-w-0.4.0-3.fc36.noarch                                           
11:20:09 #10 57.70   python3-zstandard-0.17.0-1.fc36.aarch64                                       
11:20:09 #10 57.70   qt5-srpm-macros-5.15.8-1.fc36.noarch                                          
11:20:09 #10 57.70   redhat-rpm-config-223-1.fc36.noarch                                           
11:20:09 #10 57.70   rpm-build-4.17.1-3.fc36.aarch64                                               
11:20:09 #10 57.70   rpmautospec-rpm-macros-0.3.5-1.fc36.noarch                                    
11:20:09 #10 57.70   rpmlint-2.4.0-3.fc36.noarch                                                   
11:20:09 #10 57.70   rpmlint-fedora-license-data-1.14-1.fc36.noarch                                
11:20:09 #10 57.70   rust-srpm-macros-24-1.fc36.noarch                                             
11:20:09 #10 57.70   shared-mime-info-2.1-3.fc35.aarch64                                           
11:20:09 #10 57.70   unzip-6.0-57.fc36.aarch64                                                     
11:20:09 #10 57.70   xxhash-libs-0.8.1-2.fc36.aarch64                                              
11:20:09 #10 57.70   xz-5.4.1-1.fc36.aarch64                                                       
11:20:09 #10 57.70   zip-3.0-32.fc36.aarch64                                                       
11:20:09 #10 66.18 Setting up python3-debian (0.1.49) ...
11:20:09 #10 66.37 Setting up python3-requests (2.28.1+dfsg-1) ...
11:20:09 #10 60.05 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
11:20:09 #10 60.06 Setting up gcc (4:10.2.1-1) ...
11:20:09 #10 60.10 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:20:09 #10 42.86 Selecting previously unselected package libfreetype6:armhf.
11:20:09 #10 42.86 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1+deb11u1_armhf.deb ...
11:20:09 #10 42.86 Unpacking libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
11:20:09 #10 42.93 Selecting previously unselected package libfontconfig1:armhf.
11:20:09 #10 42.94 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ...
11:20:09 #10 42.94 Unpacking libfontconfig1:armhf (2.13.1-4.2) ...
11:20:09 #10 42.99 Selecting previously unselected package libjpeg62-turbo:armhf.
11:20:09 #10 42.99 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ...
11:20:09 #10 42.99 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ...
11:20:09 #10 43.04 Selecting previously unselected package libdeflate0:armhf.
11:20:09 #10 43.05 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ...
11:20:09 #10 43.05 Unpacking libdeflate0:armhf (1.7-1) ...
11:20:09 #11 62.47   Updating   : rpm-4.11.3-48.el7_9.x86_64                                  2/52 
11:20:09 #11 58.23 124 added, 0 removed; done.
11:20:09 #11 58.26 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:20:09 #11 58.27 Setting up libgdbm-compat4:amd64 (1.23-1) ...
11:20:09 #11 58.29 Setting up libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:20:09 #11 58.30 Setting up dwz (0.14-1build2) ...
11:20:09 #11 58.31 Setting up groff-base (1.22.4-8build1) ...
11:20:09 #11 58.32 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:20:09 #11 58.34 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:20:09 #10 43.90 Selecting previously unselected package git.
11:20:09 #10 43.90 Preparing to unpack .../167-git_1%3a2.39.2-1.1_armhf.deb ...
11:20:09 #10 43.93 Unpacking git (1:2.39.2-1.1) ...
11:20:09 #10 32.80 Setting up libpython3.11-minimal:armhf (3.11.2-4) ...
11:20:09 #10 32.81 Setting up libexpat1:armhf (2.5.0-1) ...
11:20:09 #10 32.82 Setting up python3.11-minimal (3.11.2-4) ...
11:20:09 #12 6.742 Running transaction check
11:20:09 #11 46.40 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf lintian all 2.115.3ubuntu2.1 [1108 kB]
11:20:09 #11 46.52 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages-dev all 5.13-1 [2355 kB]
11:20:09 #10 52.76 Unpacking libsort-key-perl (1.33-2) ...
11:20:09 #10 52.80 Selecting previously unselected package libstring-copyright-perl.
11:20:09 #10 52.80 Preparing to unpack .../246-libstring-copyright-perl_0.003005-1_all.deb ...
11:20:09 #10 52.80 Unpacking libstring-copyright-perl (0.003005-1) ...
11:20:09 #10 52.83 Selecting previously unselected package libstring-escape-perl.
11:20:09 #10 52.83 Preparing to unpack .../247-libstring-escape-perl_2010.002-2_all.deb ...
11:20:09 #10 52.84 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:09 #10 52.87 Selecting previously unselected package libtext-levenshtein-perl.
11:20:09 #10 52.87 Preparing to unpack .../248-libtext-levenshtein-perl_0.13-1_all.deb ...
11:20:09 #10 52.87 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:20:09 #10 52.90 Selecting previously unselected package libunicode-utf8-perl.
11:20:09 #10 52.90 Preparing to unpack .../249-libunicode-utf8-perl_0.60-1build4_armhf.deb ...
11:20:09 #10 52.90 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:20:09 #10 52.94 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:09 #10 52.94 Preparing to unpack .../250-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:20:09 #10 52.94 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:20:09 #10 53.00 Selecting previously unselected package libxml-sax-base-perl.
11:20:09 #11 42.82 Fetched 114 MB in 35s (3245 kB/s)
11:20:09 #11 42.84 Selecting previously unselected package liblocale-gettext-perl.
11:20:09 #11 42.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 ... 4388 files and directories currently installed.)
11:20:09 #11 42.85 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
11:20:09 #11 42.85 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:20:09 #11 42.89 Selecting previously unselected package libpython3.10-minimal:armhf.
11:20:09 #11 42.89 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:20:09 #11 42.90 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:20:09 #11 42.99 Selecting previously unselected package libexpat1:armhf.
11:20:09 #11 42.99 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
11:20:09 #11 42.99 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:20:09 #11 43.03 Selecting previously unselected package python3.10-minimal.
11:20:09 #11 43.03 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:20:09 #11 43.04 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:20:09 #11 43.11 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:20:09 #11 43.12 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:20:09 #10 51.32 Selecting previously unselected package libx11-6:armhf.
11:20:09 #10 51.32 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u2_armhf.deb ...
11:20:09 #10 51.33 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u2) ...
11:20:09 #10 51.42 Selecting previously unselected package libxext6:armhf.
11:20:09 #10 51.43 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
11:20:09 #10 51.43 Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
11:20:09 #10 51.47 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:09 #10 51.47 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:20:09 #10 51.47 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:20:09 #10 51.50 Selecting previously unselected package libxml-sax-base-perl.
11:20:09 #10 51.51 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ...
11:20:09 #10 51.51 Unpacking libxml-sax-base-perl (1.09-1) ...
11:20:09 #10 41.27 Setting up dwz (0.13+20210201-1) ...
11:20:09 #10 41.28 Setting up groff-base (1.22.4-6) ...
11:20:09 #10 41.31 Setting up cpp (4:10.2.1-1+rpi1) ...
11:20:09 #10 41.32 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:20:09 #10 41.33 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:20:09 #10 41.34 Setting up python3.9 (3.9.2-1+rpi1) ...
11:20:09 #13 24.66   Installing       : libuv-1:1.42.0-1.el9.x86_64                          29/68 
11:20:09 #11 63.54 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:09 #11 63.55 Setting up libfile-touch-perl (0.12-1) ...
11:20:09 #11 63.56 Setting up systemd-resolved (251.4-1ubuntu7.1) ...
11:20:09 #11 63.67 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
11:20:09 #11 63.67 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
11:20:09 #11 63.67 Cannot take a backup of /etc/resolv.conf.
11:20:09 #11 63.67 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:20:09 #11 63.67 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
11:20:09 #11 63.79 Setting up libemail-address-xs-perl (1.05-1) ...
11:20:09 #11 55.99 Preparing to unpack .../086-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
11:20:09 #11 55.99 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:09 #11 56.03 Selecting previously unselected package libtirpc-dev:arm64.
11:20:09 #11 56.03 Preparing to unpack .../087-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
11:20:09 #11 56.03 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:20:09 #11 56.06 Selecting previously unselected package libnsl-dev:arm64.
11:20:09 #11 56.07 Preparing to unpack .../088-libnsl-dev_1.3.0-2build2_arm64.deb ...
11:20:09 #11 56.07 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
11:20:09 #11 56.10 Selecting previously unselected package libc6-dev:arm64.
11:20:09 #11 56.11 Preparing to unpack .../089-libc6-dev_2.36-0ubuntu4_arm64.deb ...
11:20:09 #11 56.11 Unpacking libc6-dev:arm64 (2.36-0ubuntu4) ...
11:20:09 #11 56.23 Selecting previously unselected package libisl23:arm64.
11:20:09 #11 56.23 Preparing to unpack .../090-libisl23_0.25-1_arm64.deb ...
11:20:09 #11 56.24 Unpacking libisl23:arm64 (0.25-1) ...
11:20:09 #11 56.29 Selecting previously unselected package libmpfr6:arm64.
11:20:09 #11 56.29 Preparing to unpack .../091-libmpfr6_4.1.0-3build3_arm64.deb ...
11:20:09 #11 56.29 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
11:20:09 #11 56.33 Selecting previously unselected package libmpc3:arm64.
11:20:09 #10 67.76 Setting up libsub-identify-perl (0.14-1+b1) ...
11:20:09 #10 67.77 Setting up libdistro-info-perl (0.21) ...
11:20:09 #10 67.78 Setting up python3-apt (1.8.4.3) ...
11:20:09 #10 67.93 Setting up libio-stringy-perl (2.111-3) ...
11:20:09 #10 67.94 Setting up liblist-moreutils-perl (0.416-1+b4) ...
11:20:09 #10 67.95 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:09 #10 67.96 Setting up liblog-any-perl (1.707-1) ...
11:20:09 #10 67.97 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:09 #10 67.98 Setting up libpod-constants-perl (0.19-1) ...
11:20:09 #10 67.99 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
11:20:09 #10 68.01 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:09 #10 68.02 Setting up libfuture-perl (0.39-1) ...
11:20:09 #10 68.04 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:09 #10 68.05 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
11:20:09 #10 68.06 Setting up libtry-tiny-perl (0.30-1) ...
11:20:09 #10 68.07 Setting up libtype-tiny-perl (1.004004-1) ...
11:20:09 #10 68.08 Setting up libtest-fatal-perl (0.014-1) ...
11:20:09 #10 68.09 Setting up libcommon-sense-perl (3.74-2+b7) ...
11:20:09 #10 68.10 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:09 #11 59.66 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:09 #11 59.67 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:09 #11 59.70 Selecting previously unselected package libyaml-libyaml-perl.
11:20:09 #11 59.70 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
11:20:09 #11 59.70 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:09 #11 59.74 Selecting previously unselected package licensecheck.
11:20:09 #11 59.74 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
11:20:09 #11 59.74 Unpacking licensecheck (3.2.14-2) ...
11:20:09 #11 59.77 Selecting previously unselected package libdevel-size-perl.
11:20:09 #11 59.77 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
11:20:09 #11 59.78 Unpacking libdevel-size-perl (0.83-1build4) ...
11:20:09 #11 59.81 Selecting previously unselected package libipc-run3-perl.
11:20:09 #11 59.81 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
11:20:09 #11 59.81 Unpacking libipc-run3-perl (0.048-2) ...
11:20:09 #11 59.85 Selecting previously unselected package lzip.
11:20:09 #11 59.85 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
11:20:09 #11 59.85 Unpacking lzip (1.23-1) ...
11:20:09 #11 59.89 Selecting previously unselected package lzop.
11:20:09 #11 59.89 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
11:20:09 #12 4.638 --------------------------------------------------------------------------------
11:20:09 #12 4.638 Total                                            49 MB/s | 100 MB     00:02     
11:20:09 #10 63.32 Setting up libhtml-tree-perl (5.07-2) ...
11:20:09 #10 63.33 Setting up libparams-classify-perl (0.015-1+b1) ...
11:20:09 #10 63.34 Setting up libcgi-pm-perl (4.40-1) ...
11:20:09 #10 63.35 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:09 #10 63.36 Setting up libnet-dns-sec-perl (1.11-1) ...
11:20:09 #10 63.37 Setting up libsereal-perl (4.005-1) ...
11:20:09 #10 63.38 Setting up libhtml-format-perl (2.12-1) ...
11:20:09 #10 63.39 Setting up libxml-sax-perl (1.00+dfsg-1) ...
11:20:09 #10 63.46 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:09 #10 63.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:09 #10 39.29 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.29 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
11:20:09 #10 39.30 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
11:20:09 #10 39.31 Setting up autotools-dev (20180224.1) ...
11:20:09 #10 39.33 Setting up make (4.2.1-1.2) ...
11:20:09 #10 39.34 Setting up libmpfr6:armhf (4.0.2-1) ...
11:20:09 #10 39.35 Setting up libsigsegv2:armhf (2.12-2) ...
11:20:09 #10 39.37 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:20:09 #10 39.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.38 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
11:20:09 #10 39.39 Setting up libmpc3:armhf (1.1.0-1) ...
11:20:09 #10 39.40 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
11:20:09 #10 39.41 Setting up patch (2.7.6-3+deb10u1) ...
11:20:09 #10 39.43 Setting up autopoint (0.19.8.1-9) ...
11:20:09 #10 39.44 Setting up libfl2:armhf (2.6.4-6.2) ...
11:20:09 #10 39.46 Setting up libpcre2-8-0:armhf (10.32-5) ...
11:20:09 #10 39.47 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
11:20:09 #10 39.48 Setting up libisl19:armhf (0.20-2) ...
11:20:09 #10 57.70   zstd-1.5.4-1.fc36.aarch64                                                     
11:20:09 #10 57.71 
11:20:09 #10 57.71 Complete!
11:20:09 #10 DONE 57.9s
11:20:09 
11:20:09 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:20:09 #11 DONE 0.1s
11:20:09 
11:20:09 #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
11:20:09 #10 66.57 Setting up equivs (2.3.1) ...
11:20:09 #10 66.58 Setting up g++ (4:12.2.0-3) ...
11:20:09 #10 66.59 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:09 #10 66.60 Setting up build-essential (12.9) ...
11:20:09 #10 66.61 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:09 #10 66.63 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:09 #10 66.66 Setting up dput (1.1.3) ...
11:20:09 #10 60.24 Setting up perl (5.32.1-4+deb11u2) ...
11:20:09 #10 60.26 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
11:20:09 #10 60.27 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:09 #10 60.28 Setting up libdata-dump-perl (1.23-1.1) ...
11:20:09 #10 60.29 Setting up libref-util-perl (0.204-1) ...
11:20:09 #10 60.30 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:09 #10 60.31 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:09 #10 60.32 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
11:20:09 #10 60.33 Setting up libvariable-magic-perl (0.62-1+b3) ...
11:20:09 #10 60.34 Setting up libio-html-perl (1.004-2) ...
11:20:09 #13 3.376 Reading package lists...
11:20:09 #10 43.10 Selecting previously unselected package libjbig0:armhf.
11:20:09 #10 43.10 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ...
11:20:09 #10 43.10 Unpacking libjbig0:armhf (2.1-3.1+b2) ...
11:20:09 #10 43.17 Selecting previously unselected package libwebp6:armhf.
11:20:09 #10 43.17 Preparing to unpack .../179-libwebp6_0.6.1-2.1_armhf.deb ...
11:20:09 #10 43.18 Unpacking libwebp6:armhf (0.6.1-2.1) ...
11:20:09 #10 43.23 Selecting previously unselected package libtiff5:armhf.
11:20:09 #10 43.23 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u4_armhf.deb ...
11:20:09 #10 43.24 Unpacking libtiff5:armhf (4.2.0-1+deb11u4) ...
11:20:09 #10 43.29 Selecting previously unselected package libxau6:armhf.
11:20:09 #10 43.29 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ...
11:20:09 #10 43.30 Unpacking libxau6:armhf (1:1.0.9-1) ...
11:20:09 #11 58.35 Setting up debugedit (1:5.0-4build1) ...
11:20:09 #11 58.36 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.8) ...
11:20:09 #11 58.37 Setting up libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:20:09 #11 58.38 Setting up libx11-6:amd64 (2:1.7.5-1) ...
11:20:09 #11 58.39 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.4) ...
11:20:09 #11 58.40 Setting up curl (7.81.0-1ubuntu1.8) ...
11:20:09 #11 58.41 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:20:09 #11 58.42 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:20:09 #11 58.43 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:20:09 #11 58.44 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:20:09 #11 58.45 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:20:09 #11 58.46 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:20:09 #11 58.47 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
11:20:09 #11 58.48 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
11:20:09 #11 58.50 Setting up gettext (0.21-4ubuntu4) ...
11:20:09 #11 58.52 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:20:09 #12 6.864 Transaction check succeeded.
11:20:09 #12 6.864 Running transaction test
11:20:09 #10 53.01 Preparing to unpack .../251-libxml-sax-base-perl_1.09-1_all.deb ...
11:20:09 #10 53.01 Unpacking libxml-sax-base-perl (1.09-1) ...
11:20:09 #10 53.06 Selecting previously unselected package libxml-sax-perl.
11:20:09 #10 53.06 Preparing to unpack .../252-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:20:09 #10 53.06 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:20:09 #10 53.10 Selecting previously unselected package libxml-libxml-perl.
11:20:09 #10 53.10 Preparing to unpack .../253-libxml-libxml-perl_2.0128+dfsg-5_armhf.deb ...
11:20:09 #10 53.11 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:20:09 #10 53.17 Selecting previously unselected package libxml-parser-perl.
11:20:09 #10 53.17 Preparing to unpack .../254-libxml-parser-perl_2.44-2build3_armhf.deb ...
11:20:09 #10 53.18 Unpacking libxml-parser-perl (2.44-2build3) ...
11:20:09 #10 53.24 Selecting previously unselected package libxml-sax-expat-perl.
11:20:09 #11 43.13 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:20:09 #10 51.55 Selecting previously unselected package libxml-sax-perl.
11:20:09 #10 51.55 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ...
11:20:09 #10 51.56 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
11:20:09 #10 51.60 Selecting previously unselected package libxml-libxml-perl.
11:20:09 #10 51.61 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ...
11:20:09 #10 51.61 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
11:20:09 #10 51.68 Selecting previously unselected package libxml-sax-expat-perl.
11:20:09 #10 51.69 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:09 #10 51.69 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:09 #10 51.72 Selecting previously unselected package libxml-simple-perl.
11:20:09 #10 51.73 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ...
11:20:09 #10 51.73 Unpacking libxml-simple-perl (2.25-1) ...
11:20:09 #10 51.77 Selecting previously unselected package libxmlrpc-lite-perl.
11:20:09 #10 51.77 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ...
11:20:09 #10 51.77 Unpacking libxmlrpc-lite-perl (0.717-2) ...
11:20:09 #13 24.93   Installing       : cmake-data-3.20.2-8.el9.noarch                       30/68 
11:20:09 #13 25.11   Installing       : cmake-3.20.2-8.el9.x86_64                            31/68 
11:20:09 #13 25.12   Installing       : libtool-ltdl-2.4.6-45.el9.x86_64                     32/68 
11:20:09 #13 25.13   Installing       : libsepol-devel-3.5-1.el9.x86_64                      33/68 
11:20:09 #10 64.82 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
11:20:09 #11 63.80 Setting up libnet-ssleay-perl:amd64 (1.92-2) ...
11:20:09 #11 63.81 Setting up automake (1:1.16.5-1.3) ...
11:20:09 #11 63.82 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:09 #11 63.82 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
11:20:09 #11 63.82 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
11:20:09 #11 63.83 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:09 #11 63.84 Setting up libstring-escape-perl (2010.002-2) ...
11:20:09 #11 63.85 Setting up libberkeleydb-perl:amd64 (0.64-1build3) ...
11:20:09 #11 63.86 Setting up libhttp-date-perl (6.05-1) ...
11:20:09 #11 63.87 Setting up libfile-which-perl (1.27-1) ...
11:20:09 #11 63.89 Setting up libfile-basedir-perl (0.09-1) ...
11:20:09 #11 63.90 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:09 #11 63.92 Setting up libset-intspan-perl (1.19-2) ...
11:20:09 #11 63.94 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:09 #11 63.95 Setting up libfile-listing-perl (6.15-1) ...
11:20:09 #11 63.98 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:20:09 #11 63.99 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:09 #11 64.00 Setting up libdata-messagepack-perl (1.02-1) ...
11:20:09 #11 64.01 Setting up libfont-afm-perl (1.20-3) ...
11:20:09 #11 56.33 Preparing to unpack .../092-libmpc3_1.2.1-2build1_arm64.deb ...
11:20:09 #11 56.34 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
11:20:09 #11 56.37 Selecting previously unselected package cpp-12.
11:20:09 #11 56.37 Preparing to unpack .../093-cpp-12_12.2.0-3ubuntu1_arm64.deb ...
11:20:09 #11 56.37 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
11:20:09 #10 68.11 Setting up libnet-http-perl (6.18-1) ...
11:20:09 #10 68.12 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:09 #10 68.13 Setting up libencode-locale-perl (1.05-1) ...
11:20:09 #10 68.14 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:09 #10 68.15 Setting up libnet-dns-perl (1.19-1) ...
11:20:09 #10 68.16 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
11:20:09 #10 68.17 Setting up libdevel-callchecker-perl (0.008-1) ...
11:20:09 #10 68.18 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:09 #10 68.19 Setting up libsub-install-perl (0.928-1) ...
11:20:09 #10 68.20 Setting up dpkg-dev (1.19.8) ...
11:20:09 #10 68.22 Setting up libnumber-compare-perl (0.03-1) ...
11:20:09 #10 68.23 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:09 #10 68.24 Setting up libio-async-perl (0.72-1) ...
11:20:09 #10 68.25 Setting up liberror-perl (0.17027-2) ...
11:20:09 #10 68.26 Setting up patchutils (0.3.4-2) ...
11:20:09 #10 68.27 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:09 #10 68.28 Setting up libltdl-dev:amd64 (2.4.6-9) ...
11:20:09 #10 68.29 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:09 #10 68.30 Setting up libio-string-perl (1.08-3) ...
11:20:09 #10 68.31 Setting up libreadonly-perl (2.050-1) ...
11:20:09 #11 59.89 Unpacking lzop (1.04-2build2) ...
11:20:09 #11 59.92 Selecting previously unselected package t1utils.
11:20:09 #11 59.92 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
11:20:09 #11 59.93 Unpacking t1utils (1.41-4build2) ...
11:20:09 #11 59.96 Selecting previously unselected package unzip.
11:20:09 #11 59.96 Preparing to unpack .../344-unzip_6.0-26ubuntu3.1_arm64.deb ...
11:20:09 #11 59.97 Unpacking unzip (6.0-26ubuntu3.1) ...
11:20:09 #11 60.01 Selecting previously unselected package lintian.
11:20:09 #11 60.02 Preparing to unpack .../345-lintian_2.114.0ubuntu1.2_all.deb ...
11:20:09 #11 60.03 Unpacking lintian (2.114.0ubuntu1.2) ...
11:20:10 #10 63.68 
11:20:10 #10 63.68 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:10 #10 63.72 Setting up dput (1.0.3) ...
11:20:10 #10 39.49 Setting up sensible-utils (0.0.12) ...
11:20:10 #10 39.51 Setting up libuchardet0:armhf (0.0.6-3) ...
11:20:10 #10 39.52 Setting up libcurl4:armhf (7.64.0-4+deb10u5) ...
11:20:10 #10 39.53 Setting up git-man (1:2.20.1-2+deb10u8) ...
11:20:10 #10 39.54 Setting up curl (7.64.0-4+deb10u5) ...
11:20:10 #10 39.55 Setting up libmpdec2:armhf (2.4.2-2) ...
11:20:10 #10 39.57 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
11:20:10 #10 39.58 Setting up cpp-8 (8.3.0-6+rpi1) ...
11:20:10 #10 39.59 Setting up libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
11:20:10 #10 39.60 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
11:20:10 #10 39.62 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
11:20:10 #10 39.63 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
11:20:10 #10 39.64 Setting up libelf1:armhf (0.176-1.1) ...
11:20:10 #10 39.65 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
11:20:10 #10 39.67 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
11:20:10 #10 39.68 Setting up libgdbm6:armhf (1.18.1-4) ...
11:20:10 #10 39.70 Setting up wdiff (1.2.2-2) ...
11:20:10 #10 39.71 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:20:10 #10 39.72 Setting up m4 (1.4.18-2) ...
11:20:10 #10 39.74 Setting up binutils (2.31.1-16+rpi2) ...
11:20:10 #10 39.75 Setting up bsdmainutils (11.1.2) ...
11:20:10 #10 39.77 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:20:10 #10 39.77 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
11:20:10 #10 39.78 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:20:10 #10 39.78 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
11:20:10 #10 39.78 Setting up libcroco3:armhf (0.6.12-3) ...
11:20:10 #11 45.62 Selecting previously unselected package g++.
11:20:10 #11 45.62 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:20:10 #11 45.62 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:20:10 #11 45.65 Selecting previously unselected package make.
11:20:10 #11 45.65 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
11:20:10 #11 45.66 Unpacking make (4.2.1-1.2) ...
11:20:10 #11 45.70 Selecting previously unselected package libdpkg-perl.
11:20:10 #11 45.70 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:20:10 #11 45.70 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:20:10 #11 45.77 Selecting previously unselected package patch.
11:20:10 #11 45.77 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
11:20:10 #11 45.77 Unpacking patch (2.7.6-6) ...
11:20:10 #11 45.81 Selecting previously unselected package dpkg-dev.
11:20:10 #11 45.81 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:20:10 #11 45.82 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:20:10 #10 60.35 Setting up libpod-parser-perl (1.63-2) ...
11:20:10 #10 60.36 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
11:20:10 #10 60.37 Setting up liblist-moreutils-xs-perl (0.430-2) ...
11:20:10 #10 60.38 Setting up libparams-util-perl (1.102-1+b1) ...
11:20:10 #10 60.39 Setting up libdpkg-perl (1.20.12) ...
11:20:10 #10 60.40 Setting up libtime-duration-perl (1.21-1) ...
11:20:10 #10 60.41 Setting up autoconf (2.69-14) ...
11:20:10 #10 60.42 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:10 #10 60.43 Setting up libarray-intspan-perl (2.004-1) ...
11:20:10 #10 60.44 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:10 #10 60.45 Setting up libtimedate-perl (2.3300-2) ...
11:20:10 #10 60.46 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:20:10 #10 60.47 Setting up libsub-name-perl (0.26-1+b1) ...
11:20:10 #10 60.48 Setting up libtype-tiny-xs-perl (0.022-1) ...
11:20:10 #10 60.49 Setting up g++ (4:10.2.1-1) ...
11:20:10 #10 60.52 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:10 #10 60.53 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:10 #10 60.54 Setting up libproc-processtable-perl (0.59-2+b1) ...
11:20:10 #10 60.55 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:10 #10 60.56 Setting up xauth (1:1.1-1) ...
11:20:10 #10 60.57 Setting up libpath-tiny-perl (0.118-1) ...
11:20:10 #10 60.59 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:10 #10 60.60 Setting up libjson-perl (4.03000-1) ...
11:20:10 #10 60.61 Setting up libipc-run3-perl (0.048-2) ...
11:20:10 #10 60.62 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
11:20:10 #10 60.64 Setting up libsub-override-perl (0.09-2) ...
11:20:10 #10 60.65 Setting up libaliased-perl (0.34-1.1) ...
11:20:10 #10 60.66 Setting up libstrictures-perl (2.000006-1) ...
11:20:10 #10 66.84 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:10 #10 66.88 Setting up libstring-license-perl (0.0.2-1) ...
11:20:10 #10 66.90 Setting up licensecheck (3.3.5-1) ...
11:20:10 #10 66.92 Setting up libgitlab-api-v4-perl (0.26-3) ...
11:20:10 #10 66.93 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:10 #10 66.95 Setting up libwww-perl (6.67-1) ...
11:20:10 #13 4.320 Building dependency tree...
11:20:10 #13 4.520 Reading state information...
11:20:10 #13 4.544 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:10 #13 4.594 Starting 2 pkgProblemResolver with broken count: 0
11:20:10 #13 4.597 Done
11:20:10 #13 4.618  Done
11:20:10 #13 4.627 Starting pkgProblemResolver with broken count: 0
11:20:10 #13 4.657 Starting 2 pkgProblemResolver with broken count: 0
11:20:10 #13 4.660 Done
11:20:10 #10 43.33 Selecting previously unselected package libxdmcp6:armhf.
11:20:10 #10 43.34 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:20:10 #10 43.34 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:20:10 #10 43.37 Selecting previously unselected package libxcb1:armhf.
11:20:10 #10 43.38 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ...
11:20:10 #10 43.38 Unpacking libxcb1:armhf (1.14-3) ...
11:20:10 #10 43.43 Selecting previously unselected package libx11-data.
11:20:10 #10 43.43 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1_all.deb ...
11:20:10 #10 43.44 Unpacking libx11-data (2:1.7.2-1) ...
11:20:10 #10 43.52 Selecting previously unselected package libx11-6:armhf.
11:20:10 #10 43.53 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1_armhf.deb ...
11:20:10 #10 43.53 Unpacking libx11-6:armhf (2:1.7.2-1) ...
11:20:10 #10 53.24 Preparing to unpack .../255-libxml-sax-expat-perl_0.40-2_all.deb ...
11:20:10 #10 53.25 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:20:10 #10 53.28 Selecting previously unselected package libxml-simple-perl.
11:20:10 #10 53.28 Preparing to unpack .../256-libxml-simple-perl_2.24-1_all.deb ...
11:20:10 #10 53.28 Unpacking libxml-simple-perl (2.24-1) ...
11:20:10 #10 53.32 Selecting previously unselected package libyaml-libyaml-perl.
11:20:10 #10 53.32 Preparing to unpack .../257-libyaml-libyaml-perl_0.69+repack-1_armhf.deb ...
11:20:10 #10 53.32 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:20:10 #10 53.36 Selecting previously unselected package licensecheck.
11:20:10 #10 53.36 Preparing to unpack .../258-licensecheck_3.0.31-2_all.deb ...
11:20:10 #10 53.37 Unpacking licensecheck (3.0.31-2) ...
11:20:10 #10 53.40 Selecting previously unselected package patchutils.
11:20:10 #10 53.41 Preparing to unpack .../259-patchutils_0.3.4-2_armhf.deb ...
11:20:10 #10 53.41 Unpacking patchutils (0.3.4-2) ...
11:20:10 #10 53.45 Selecting previously unselected package t1utils.
11:20:10 #10 53.45 Preparing to unpack .../260-t1utils_1.41-2_armhf.deb ...
11:20:10 #10 53.46 Unpacking t1utils (1.41-2) ...
11:20:10 #11 62.51   Updating   : rpm-build-libs-4.11.3-48.el7_9.x86_64                       3/52 
11:20:10 #11 63.14   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
11:20:10 #11 63.18   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
11:20:10 #11 63.19   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
11:20:10 #11 63.22   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
11:20:10 #11 63.25   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
11:20:10 #11 47.03 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-certifi all 2022.6.15-2 [156 kB]
11:20:10 #10 51.82 Selecting previously unselected package libxmuu1:armhf.
11:20:10 #10 51.82 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
11:20:10 #10 51.82 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
11:20:10 #10 51.86 Selecting previously unselected package libyaml-0-2:armhf.
11:20:10 #10 51.86 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ...
11:20:10 #10 51.87 Unpacking libyaml-0-2:armhf (0.2.1-1) ...
11:20:10 #10 51.90 Selecting previously unselected package libyaml-libyaml-perl.
11:20:10 #10 51.90 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ...
11:20:10 #10 51.91 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
11:20:10 #10 51.94 Selecting previously unselected package licensecheck.
11:20:10 #10 51.95 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ...
11:20:10 #10 51.95 Unpacking licensecheck (3.0.31-3) ...
11:20:10 #10 51.99 Selecting previously unselected package t1utils.
11:20:10 #10 51.99 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ...
11:20:10 #10 51.99 Unpacking t1utils (1.41-3) ...
11:20:10 #10 52.03 Selecting previously unselected package lintian.
11:20:10 #10 52.04 Preparing to unpack .../311-lintian_2.15.0_all.deb ...
11:20:10 #10 52.04 Unpacking lintian (2.15.0) ...
11:20:10 #13 25.15   Installing       : libselinux-devel-3.5-1.el9.x86_64                    34/68 
11:20:10 #13 25.41   Installing       : kernel-headers-5.14.0-283.el9.x86_64                 35/68 
11:20:10 #13 25.48   Installing       : glibc-headers-2.34-60.el9.x86_64                     36/68 
11:20:10 #13 25.49   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                  37/68 
11:20:10 #10 64.84 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:20:10 #10 64.97 Setting up perl (5.32.1-4+deb11u2) ...
11:20:10 #10 64.98 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
11:20:10 #10 64.99 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:10 #10 65.01 Setting up libdata-dump-perl (1.23-1.1) ...
11:20:10 #10 65.02 Setting up libref-util-perl (0.204-1) ...
11:20:10 #10 65.03 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:10 #10 65.03 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:10 #10 65.05 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
11:20:10 #10 65.06 Setting up libvariable-magic-perl (0.62-1+b3) ...
11:20:10 #10 65.07 Setting up libio-html-perl (1.004-2) ...
11:20:10 #11 64.02 Setting up libwant-perl (0.29-2) ...
11:20:10 #11 64.02 Setting up libdynaloader-functions-perl (0.003-2) ...
11:20:10 #11 64.03 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:10 #11 64.04 Setting up liblist-compare-perl (0.55-1) ...
11:20:10 #11 64.05 Setting up libref-util-xs-perl (0.117-2) ...
11:20:10 #11 64.06 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:10 #11 64.07 Setting up libfile-fcntllock-perl (0.22-4) ...
11:20:10 #11 64.08 Setting up libclone-perl (0.45-1build3) ...
11:20:10 #11 64.09 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:10 #11 64.10 Setting up libarchive-zip-perl (1.68-1) ...
11:20:10 #11 64.11 Setting up libsub-identify-perl (0.14-2) ...
11:20:10 #11 64.12 Setting up libdistro-info-perl (1.1ubuntu1) ...
11:20:10 #11 64.13 Setting up libcpanel-json-xs-perl:amd64 (4.32-1) ...
11:20:10 #11 64.14 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:10 #11 64.15 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:10 #11 64.16 Setting up liblog-any-perl (1.710-1) ...
11:20:10 #11 64.17 Setting up libauthen-sasl-perl (2.1600-2) ...
11:20:10 #11 64.18 Setting up libdevel-size-perl (0.83-2) ...
11:20:10 #11 64.19 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
11:20:10 #11 64.20 Setting up libpod-constants-perl (0.19-2) ...
11:20:10 #11 64.21 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
11:20:10 #11 64.21 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:10 #11 56.56 Selecting previously unselected package cpp.
11:20:10 #11 56.56 Preparing to unpack .../094-cpp_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:20:10 #11 56.57 Unpacking cpp (4:12.2.0-1ubuntu1) ...
11:20:10 #11 56.61 Selecting previously unselected package libcc1-0:arm64.
11:20:10 #11 56.61 Preparing to unpack .../095-libcc1-0_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.62 Unpacking libcc1-0:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.66 Selecting previously unselected package libgomp1:arm64.
11:20:10 #11 56.66 Preparing to unpack .../096-libgomp1_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.67 Unpacking libgomp1:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.73 Selecting previously unselected package libitm1:arm64.
11:20:10 #11 60.34 Selecting previously unselected package manpages-dev.
11:20:10 #11 60.34 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
11:20:10 #11 60.34 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:20:10 #10 68.32 Setting up python3-chardet (3.0.4-3) ...
11:20:10 #10 68.54 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:10 #10 68.55 Setting up python3-debian (0.1.35) ...
11:20:10 #10 42.09 Setting up python3 (3.9.2-3) ...
11:20:10 #10 63.89 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:10 #10 63.90 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:10 #10 63.91 Setting up libmailtools-perl (2.18-1) ...
11:20:10 #10 63.92 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
11:20:10 #10 63.95 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
11:20:10 #10 63.99 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:10 #10 64.05 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:10 #10 64.12 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:10 #10 39.80 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
11:20:10 #10 39.81 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
11:20:10 #10 39.83 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
11:20:10 #10 39.85 Setting up dwz (0.12-3) ...
11:20:10 #10 39.86 Setting up groff-base (1.22.4-3+deb10u1) ...
11:20:10 #10 39.88 Setting up cpp (4:8.3.0-1+rpi2) ...
11:20:10 #10 39.90 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
11:20:10 #10 39.92 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
11:20:10 #10 39.93 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:20:10 #11 59.25 Updating certificates in /etc/ssl/certs...
11:20:10 #11 45.91 Selecting previously unselected package build-essential.
11:20:10 #11 45.91 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
11:20:10 #11 45.91 Unpacking build-essential (12.8ubuntu1.1) ...
11:20:10 #11 45.94 Selecting previously unselected package libbrotli1:armhf.
11:20:10 #11 45.95 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
11:20:10 #11 45.95 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:20:10 #11 46.02 Selecting previously unselected package libroken18-heimdal:armhf.
11:20:10 #11 46.02 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.02 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.08 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:20:10 #11 46.08 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.09 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #10 60.67 Setting up libsub-quote-perl (2.006006-1) ...
11:20:10 #10 60.68 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:10 #10 60.69 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
11:20:10 #10 60.70 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
11:20:10 #10 60.71 Setting up libsort-versions-perl (1.62-1) ...
11:20:10 #10 60.73 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:10 #10 60.74 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
11:20:10 #10 60.75 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:10 #10 60.76 Setting up libterm-readkey-perl (2.38-1+b2) ...
11:20:10 #10 60.77 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
11:20:10 #10 60.79 Setting up libperlio-gzip-perl (0.19-1+b7) ...
11:20:10 #10 60.80 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:10 #10 60.81 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:10 #10 60.82 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
11:20:10 #10 60.83 Setting up liburi-perl (5.08-1) ...
11:20:10 #10 60.84 Setting up libfile-touch-perl (0.11-1) ...
11:20:10 #10 60.85 Setting up python3.9 (3.9.2-1) ...
11:20:10 #10 66.97 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:10 #10 66.99 Setting up libdigest-md5-file-perl (0.08-1.1) ...
11:20:10 #10 67.00 Setting up libwww-mechanize-perl (2.16-1) ...
11:20:10 #10 67.02 Setting up devscripts (2.23.2) ...
11:20:10 #10 67.17 Setting up libxml-parser-perl (2.46-4) ...
11:20:10 #10 67.18 Setting up lintian (2.116.3) ...
11:20:10 #10 67.19 Setting up libxml-sax-expat-perl (0.51-2) ...
11:20:10 #10 67.24 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:10 #13 4.766 The following additional packages will be installed:
11:20:10 #13 4.767   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:10 #13 4.767   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:10 #13 4.767   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:10 #13 4.767   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:10 #13 4.768   libudev1 libuv1 pkg-config
11:20:10 #13 4.769 Suggested packages:
11:20:10 #13 4.769   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:10 #13 4.769 Recommended packages:
11:20:10 #13 4.769   dmsetup
11:20:10 #13 4.818 The following NEW packages will be installed:
11:20:10 #13 4.819   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:10 #13 4.819   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:10 #13 4.819   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:10 #13 4.820   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:10 #13 4.822 The following packages will be upgraded:
11:20:10 #13 4.823   libsystemd0 libudev1
11:20:10 #10 43.62 Selecting previously unselected package libxpm4:armhf.
11:20:10 #10 43.62 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1_armhf.deb ...
11:20:10 #10 43.63 Unpacking libxpm4:armhf (1:3.5.12-1) ...
11:20:10 #10 43.67 Selecting previously unselected package libgd3:armhf.
11:20:10 #10 43.68 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ...
11:20:10 #10 43.68 Unpacking libgd3:armhf (2.3.0-2) ...
11:20:10 #10 43.72 Selecting previously unselected package libc-devtools.
11:20:10 #10 43.72 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u5_armhf.deb ...
11:20:10 #10 43.73 Unpacking libc-devtools (2.31-13+deb11u5) ...
11:20:10 #10 43.77 Selecting previously unselected package libcapture-tiny-perl.
11:20:10 #10 43.77 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:10 #10 43.77 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:10 #10 43.81 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:10 #10 43.81 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:10 #10 43.81 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:10 #13 101.6   Installing : libseccomp-devel-2.3.1-4.el7.aarch64                       56/65 
11:20:10 #13 102.6   Installing : cmake-2.8.12.2-2.el7.aarch64                               57/65 
11:20:10 #12 3.269 Reading package lists...
11:20:10 #12 3.818 Building dependency tree...
11:20:10 #12 3.960 Reading state information...
11:20:10 #12 3.966 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:10 #12 4.143 Starting 2 pkgProblemResolver with broken count: 0
11:20:10 #12 4.145 Done
11:20:10 #10 53.50 Selecting previously unselected package lintian.
11:20:10 #10 53.51 Preparing to unpack .../261-lintian_2.5.81ubuntu1_all.deb ...
11:20:10 #10 53.52 Unpacking lintian (2.5.81ubuntu1) ...
11:20:10 #10 53.67 Selecting previously unselected package manpages-dev.
11:20:10 #10 53.68 Preparing to unpack .../262-manpages-dev_4.15-1_all.deb ...
11:20:10 #10 53.68 Unpacking manpages-dev (4.15-1) ...
11:20:10 #12 7.901 Transaction test succeeded.
11:20:10 #12 7.902 Running transaction
11:20:10 #10 DONE 63.1s
11:20:10 
11:20:10 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:10 #11 DONE 0.1s
11:20:10 
11:20:10 #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
11:20:10 #11 63.28   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
11:20:10 #11 59.07 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:20:10 #11 47.39 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB]
11:20:10 #11 47.41 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB]
11:20:10 #11 47.50 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-idna all 3.3-1 [49.3 kB]
11:20:10 #10 65.08 Setting up libpod-parser-perl (1.63-2) ...
11:20:10 #10 65.09 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
11:20:10 #10 65.10 Setting up liblist-moreutils-xs-perl (0.430-2) ...
11:20:10 #10 65.11 Setting up gcc-10 (10.2.1-6) ...
11:20:10 #10 65.12 Setting up libparams-util-perl (1.102-1+b1) ...
11:20:10 #10 65.19 Setting up libdpkg-perl (1.20.12) ...
11:20:10 #10 65.20 Setting up libtime-duration-perl (1.21-1) ...
11:20:10 #10 65.21 Setting up autoconf (2.69-14) ...
11:20:10 #10 65.22 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:10 #10 65.24 Setting up libarray-intspan-perl (2.004-1) ...
11:20:10 #10 65.26 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:10 #10 65.28 Setting up libtimedate-perl (2.3300-2) ...
11:20:10 #10 65.30 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:20:10 #11 64.22 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:10 #11 64.23 Setting up libio-interactive-perl (1.023-1) ...
11:20:10 #11 64.24 Setting up libtry-tiny-perl (0.31-1) ...
11:20:10 #11 64.25 Setting up libtype-tiny-perl (1.016008-1) ...
11:20:10 #11 64.26 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
11:20:10 #11 64.27 Setting up libmldbm-perl (2.05-3) ...
11:20:10 #11 64.29 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:20:10 #11 64.30 Setting up libnet-http-perl (6.22-1) ...
11:20:10 #11 64.31 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:10 #11 64.31 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:20:10 #11 64.32 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:10 #11 64.33 Setting up libtime-moment-perl (0.44-2) ...
11:20:10 #11 64.34 Setting up libencode-locale-perl (1.05-2) ...
11:20:10 #11 64.35 Setting up libexception-class-perl (1.45-1) ...
11:20:10 #11 64.36 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:10 #11 64.37 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:10 #11 64.38 Setting up libsereal-encoder-perl:amd64 (4.025+ds-1) ...
11:20:10 #11 64.39 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:10 #11 64.40 Setting up liblist-utilsby-perl (0.12-1) ...
11:20:10 #11 64.42 Setting up libstring-shellquote-perl (1.04-2) ...
11:20:10 #11 64.42 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:10 #11 64.44 Setting up libsub-install-perl (0.928-2) ...
11:20:10 #11 64.45 Setting up gcc (4:12.2.0-1ubuntu1) ...
11:20:10 #11 64.47 Setting up dpkg-dev (1.21.9ubuntu1) ...
11:20:10 #11 64.48 Setting up libindirect-perl (0.39-2) ...
11:20:10 #11 64.49 Setting up libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
11:20:10 #11 64.50 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:10 #11 64.55 Setting up libfreezethaw-perl (0.5001-2.1) ...
11:20:10 #11 56.73 Preparing to unpack .../097-libitm1_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.73 Unpacking libitm1:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.77 Selecting previously unselected package libatomic1:arm64.
11:20:10 #11 56.77 Preparing to unpack .../098-libatomic1_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.77 Unpacking libatomic1:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.81 Selecting previously unselected package libasan8:arm64.
11:20:10 #11 56.81 Preparing to unpack .../099-libasan8_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.81 Unpacking libasan8:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.90 Selecting previously unselected package liblsan0:arm64.
11:20:10 #11 56.90 Preparing to unpack .../100-liblsan0_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.91 Unpacking liblsan0:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 56.95 Selecting previously unselected package libtsan2:arm64.
11:20:10 #11 56.95 Preparing to unpack .../101-libtsan2_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 56.96 Unpacking libtsan2:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 60.56 Selecting previously unselected package python3-certifi.
11:20:10 #11 60.57 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
11:20:10 #11 60.57 Unpacking python3-certifi (2020.6.20-1) ...
11:20:10 #11 60.61 Selecting previously unselected package python3-idna.
11:20:10 #11 60.61 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
11:20:10 #11 60.62 Unpacking python3-idna (3.3-1) ...
11:20:10 #11 60.65 Selecting previously unselected package python3-six.
11:20:10 #11 60.66 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
11:20:10 #11 60.66 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:20:10 #11 60.69 Selecting previously unselected package python3-urllib3.
11:20:10 #10 68.70 Setting up python3-requests (2.21.0-1) ...
11:20:10 #10 68.84 Setting up libdata-optlist-perl (0.110-1) ...
11:20:10 #10 42.21 Setting up binutils (2.35.2-2+rpi1) ...
11:20:10 #10 42.22 Setting up man-db (2.9.4-2) ...
11:20:10 #10 44.77 Selecting previously unselected package iso-codes.
11:20:10 #10 44.77 Preparing to unpack .../168-iso-codes_4.13.0-1_all.deb ...
11:20:10 #10 44.78 Unpacking iso-codes (4.13.0-1) ...
11:20:10 #10 33.65 Selecting previously unselected package python3-minimal.
11:20:10 #10 33.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 ... 10686 files and directories currently installed.)
11:20:10 #10 33.67 Preparing to unpack .../python3-minimal_3.11.2-1_armhf.deb ...
11:20:10 #10 33.67 Unpacking python3-minimal (3.11.2-1) ...
11:20:10 #10 33.70 Selecting previously unselected package media-types.
11:20:10 #10 33.71 Preparing to unpack .../media-types_10.0.0_all.deb ...
11:20:10 #10 33.71 Unpacking media-types (10.0.0) ...
11:20:10 #10 33.74 Preparing to unpack .../liblzma5_5.4.1-0.2_armhf.deb ...
11:20:10 #10 33.75 Unpacking liblzma5:armhf (5.4.1-0.2) over (5.4.0-0.1) ...
11:20:10 #10 33.81 Setting up liblzma5:armhf (5.4.1-0.2) ...
11:20:10 #10 33.85 Selecting previously unselected package libtirpc-common.
11:20:10 #10 64.28 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:10 #10 64.32 Setting up libconst-fast-perl (0.014-1) ...
11:20:10 #10 64.33 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
11:20:10 #10 64.34 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:10 #10 64.35 Setting up libemail-valid-perl (1.202-1) ...
11:20:10 #10 64.36 Setting up libcgi-fast-perl (1:2.13-1) ...
11:20:10 #10 64.37 Setting up libpackage-stash-perl (0.38-1) ...
11:20:10 #11 59.88 124 added, 0 removed; done.
11:20:10 #13 5.234 2 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
11:20:10 #10 67.29 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:10 #13 5.234 1 not fully installed or removed.
11:20:10 #13 5.234 Need to get 8485 kB of archives.
11:20:10 #13 5.234 After this operation, 40.0 MB of additional disk space will be used.
11:20:10 #10 67.40 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:10 #10 67.43 Setting up libsoap-lite-perl (1.27-2) ...
11:20:10 #13 5.234 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
11:20:10 #10 67.44 Setting up libxmlrpc-lite-perl (0.717-5) ...
11:20:10 #10 67.45 Processing triggers for libc-bin (2.36-8) ...
11:20:10 #10 67.48 Processing triggers for ca-certificates (20211016) ...
11:20:10 #10 67.48 Updating certificates in /etc/ssl/certs...
11:20:10 #11 46.13 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:20:10 #11 46.14 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.14 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.17 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:20:10 #11 46.17 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.18 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.22 Selecting previously unselected package libwind0-heimdal:armhf.
11:20:10 #11 46.22 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.23 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.27 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:20:10 #11 46.27 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.28 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.32 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:20:10 #11 46.32 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.32 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #10 43.84 Selecting previously unselected package libclass-inspector-perl.
11:20:10 #10 43.84 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ...
11:20:10 #10 43.84 Unpacking libclass-inspector-perl (1.36-1) ...
11:20:10 #10 43.87 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:10 #10 43.88 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ...
11:20:10 #10 43.88 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:20:10 #10 43.91 Selecting previously unselected package libclone-perl.
11:20:10 #10 43.92 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ...
11:20:10 #10 43.93 Unpacking libclone-perl (0.45-1+b1) ...
11:20:10 #10 43.95 Selecting previously unselected package libcommon-sense-perl.
11:20:10 #10 43.96 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ...
11:20:10 #10 43.96 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:20:10 #10 43.99 Selecting previously unselected package libconfig-tiny-perl.
11:20:10 #10 43.99 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ...
11:20:10 #10 43.99 Unpacking libconfig-tiny-perl (2.26-1) ...
11:20:10 #10 44.02 Selecting previously unselected package libparams-util-perl.
11:20:10 #10 44.02 Preparing to unpack .../196-libparams-util-perl_1.102-1+b1_armhf.deb ...
11:20:10 #10 44.03 Unpacking libparams-util-perl (1.102-1+b1) ...
11:20:10 #13 102.6   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  58/65 
11:20:10 #13 102.6   Installing : which-2.20-7.el7.aarch64                                   59/65 
11:20:10 #13 102.9 install-info: No such file or directory for /usr/share/info/which.info.gz
11:20:10 #12 4.276  Done
11:20:10 #12 4.422 Starting pkgProblemResolver with broken count: 0
11:20:10 #12 4.457 Starting 2 pkgProblemResolver with broken count: 0
11:20:10 #12 4.460 Done
11:20:10 #10 53.92 Selecting previously unselected package python3-certifi.
11:20:10 #10 53.92 Preparing to unpack .../263-python3-certifi_2018.1.18-2_all.deb ...
11:20:10 #10 53.93 Unpacking python3-certifi (2018.1.18-2) ...
11:20:10 #10 53.98 Selecting previously unselected package python3-idna.
11:20:10 #10 53.98 Preparing to unpack .../264-python3-idna_2.6-1_all.deb ...
11:20:10 #10 53.99 Unpacking python3-idna (2.6-1) ...
11:20:10 #10 54.02 Selecting previously unselected package python3-urllib3.
11:20:10 #11 63.30   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
11:20:10 #11 63.58   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
11:20:10 #11 63.61   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
11:20:10 #11 63.63   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
11:20:10 #11 63.65   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
11:20:10 #11 63.68   Installing : perl-threads-1.87-4.el7.x86_64                             15/52 
11:20:10 #11 63.70   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      16/52 
11:20:10 #11 63.72   Installing : perl-Exporter-5.68-3.el7.noarch                            17/52 
11:20:10 #11 63.74   Installing : perl-constant-1.27-2.el7.noarch                            18/52 
11:20:10 #11 63.76   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
11:20:10 #11 63.78   Installing : perl-Time-Local-1.2300-2.el7.noarch                        20/52 
11:20:10 #11 47.52 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-nacl armhf 1.5.0-2 [58.0 kB]
11:20:10 #11 47.53 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB]
11:20:10 #11 47.54 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-bcrypt armhf 3.2.0-1build1 [28.5 kB]
11:20:10 #11 47.54 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:20:10 #11 47.56 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-urllib3 all 1.26.9-1 [98.8 kB]
11:20:10 #11 47.58 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:20:10 #11 47.59 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-unidiff all 0.7.3-1 [11.0 kB]
11:20:10 #10 52.23 Selecting previously unselected package lsb-release.
11:20:10 #10 52.24 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ...
11:20:10 #10 52.24 Unpacking lsb-release (10.2019051400) ...
11:20:10 #10 52.30 Selecting previously unselected package mailutils.
11:20:10 #10 52.30 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ...
11:20:10 #10 52.31 Unpacking mailutils (1:3.5-4) ...
11:20:10 #10 52.37 Selecting previously unselected package manpages-dev.
11:20:10 #10 52.38 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ...
11:20:10 #10 52.38 Unpacking manpages-dev (4.16-2) ...
11:20:10 #11 64.56 Setting up libobject-pad-perl (0.68-1) ...
11:20:10 #11 64.57 Setting up liberror-perl (0.17029-1) ...
11:20:10 #11 64.58 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
11:20:10 #11 64.59 Setting up patchutils (0.4.2-1build2) ...
11:20:10 #10 65.32 Setting up libsub-name-perl (0.26-1+b1) ...
11:20:10 #10 65.32 Setting up libtype-tiny-xs-perl (0.022-1) ...
11:20:10 #11 64.60 Setting up libmail-sendmail-perl (0.80-2) ...
11:20:10 #11 64.61 Setting up libltdl-dev:amd64 (2.4.7-4) ...
11:20:10 #10 65.34 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:10 #10 65.35 Setting up libproc-processtable-perl (0.59-2+b1) ...
11:20:10 #11 64.62 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:10 #11 64.63 Setting up libxml-sax-base-perl (1.09-2) ...
11:20:10 #10 65.36 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:10 #10 65.37 Setting up xauth (1:1.1-1) ...
11:20:10 #11 64.64 Setting up libio-string-perl (1.08-3.1) ...
11:20:10 #11 64.64 Setting up libreadonly-perl (2.050-3) ...
11:20:10 #10 65.38 Setting up libpath-tiny-perl (0.118-1) ...
11:20:10 #10 65.39 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:10 #11 64.65 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
11:20:10 #11 64.66 Setting up libstring-copyright-perl (0.003013-1) ...
11:20:10 #10 65.40 Setting up libjson-perl (4.03000-1) ...
11:20:10 #10 65.41 Setting up libipc-run3-perl (0.048-2) ...
11:20:10 #11 64.67 Setting up libdata-optlist-perl (0.112-1) ...
11:20:10 #11 64.68 Setting up libipc-run-perl (20220807.0-1) ...
11:20:10 #10 65.42 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
11:20:10 #10 65.43 Setting up libsub-override-perl (0.09-2) ...
11:20:10 #11 64.69 Setting up git (1:2.37.2-1ubuntu1.4) ...
11:20:10 #11 64.70 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:20:10 #10 65.44 Setting up libaliased-perl (0.34-1.1) ...
11:20:10 #10 65.45 Setting up libstrictures-perl (2.000006-1) ...
11:20:10 #11 64.71 Setting up libcontextual-return-perl (0.004014-3) ...
11:20:10 #11 64.72 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:10 #10 65.46 Setting up libsub-quote-perl (2.006006-1) ...
11:20:10 #10 65.47 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:10 #11 64.73 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:10 #11 64.74 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
11:20:10 #10 65.48 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
11:20:10 #10 65.49 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
11:20:10 #11 64.75 Setting up libhtml-parser-perl:amd64 (3.78-1) ...
11:20:10 #11 64.75 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:10 #10 65.50 Setting up libsort-versions-perl (1.62-1) ...
11:20:10 #10 65.51 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:10 #10 65.52 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
11:20:10 #10 65.53 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:10 #10 65.54 Setting up libterm-readkey-perl (2.38-1+b2) ...
11:20:10 #10 65.55 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
11:20:10 #10 65.56 Setting up libperlio-gzip-perl (0.19-1+b7) ...
11:20:10 #10 65.57 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:10 #10 65.58 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:10 #10 65.59 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
11:20:10 #10 65.60 Setting up liburi-perl (5.08-1) ...
11:20:10 #10 65.61 Setting up libfile-touch-perl (0.11-1) ...
11:20:10 #10 65.62 Setting up python3.9 (3.9.2-1) ...
11:20:10 #11 57.04 Selecting previously unselected package libubsan1:arm64.
11:20:10 #11 57.04 Preparing to unpack .../102-libubsan1_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 57.04 Unpacking libubsan1:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 57.10 Selecting previously unselected package libhwasan0:arm64.
11:20:10 #11 57.10 Preparing to unpack .../103-libhwasan0_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 57.11 Unpacking libhwasan0:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 57.16 Selecting previously unselected package libgcc-12-dev:arm64.
11:20:10 #11 57.16 Preparing to unpack .../104-libgcc-12-dev_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 57.16 Unpacking libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:20:10 #11 57.24 Selecting previously unselected package gcc-12.
11:20:10 #11 57.25 Preparing to unpack .../105-gcc-12_12.2.0-3ubuntu1_arm64.deb ...
11:20:10 #11 57.25 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
11:20:10 #11 43.87 Selecting previously unselected package python3-minimal.
11:20:10 #11 43.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:10 #11 43.88 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
11:20:10 #11 43.89 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:20:10 #11 43.93 Selecting previously unselected package media-types.
11:20:10 #11 43.93 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:20:10 #11 43.93 Unpacking media-types (7.0.0) ...
11:20:10 #11 43.97 Selecting previously unselected package libmpdec3:armhf.
11:20:10 #11 43.97 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
11:20:10 #11 43.97 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:20:10 #11 44.01 Selecting previously unselected package readline-common.
11:20:10 #11 44.01 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:20:10 #11 44.01 Unpacking readline-common (8.1.2-1) ...
11:20:10 #11 44.05 Selecting previously unselected package libreadline8:armhf.
11:20:10 #11 44.05 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
11:20:10 #11 44.05 Unpacking libreadline8:armhf (8.1.2-1) ...
11:20:10 #11 60.70 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:20:10 #11 60.70 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:20:10 #11 60.74 Selecting previously unselected package python3-requests.
11:20:10 #11 60.75 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
11:20:10 #11 60.75 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:20:10 #11 60.79 Selecting previously unselected package python3-unidiff.
11:20:10 #11 60.79 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
11:20:10 #11 60.79 Unpacking python3-unidiff (0.5.5-2) ...
11:20:10 #11 60.83 Selecting previously unselected package python3-xdg.
11:20:10 #11 60.83 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
11:20:10 #11 60.83 Unpacking python3-xdg (0.27-2) ...
11:20:10 #11 60.87 Selecting previously unselected package equivs.
11:20:10 #11 60.87 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
11:20:10 #11 60.87 Unpacking equivs (2.3.1) ...
11:20:10 #11 60.90 Selecting previously unselected package libauthen-sasl-perl.
11:20:10 #11 60.90 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:20:10 #11 60.91 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:20:10 #11 60.95 Selecting previously unselected package python3-magic.
11:20:10 #11 60.95 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
11:20:10 #11 60.95 Unpacking python3-magic (2:0.4.24-2) ...
11:20:10 #11 60.99 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
11:20:10 #11 61.00 Setting up media-types (7.0.0) ...
11:20:10 #10 68.99 Setting up libipc-run-perl (20180523.0-1) ...
11:20:10 #10 42.33 Building database of manual pages ...
11:20:10 #10 69.00 Setting up git (1:2.20.1-2+deb10u8) ...
11:20:10 #10 69.03 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:10 #10 69.04 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:10 #10 69.05 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:10 #10 69.06 Setting up g++ (4:8.3.0-1) ...
11:20:10 #10 69.08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:10 #10 69.09 Setting up libhtml-parser-perl (3.72-3+b3) ...
11:20:10 #10 69.10 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:10 #10 69.11 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:10 #13 25.50   Installing       : glibc-devel-2.34-60.el9.x86_64                       38/68 
11:20:10 #13 25.99   Installing       : gcc-11.3.1-4.3.el9.x86_64                            39/68 
11:20:10 #13 26.00   Running scriptlet: gcc-11.3.1-4.3.el9.x86_64                            39/68 
11:20:10 #13 26.13   Installing       : glibc-static-2.34-60.el9.x86_64                      40/68 
11:20:10 #13 26.14   Installing       : libxcrypt-static-4.4.18-3.el9.x86_64                 41/68 
11:20:10 #13 26.14   Installing       : systemd-rpm-macros-252-8.el9.noarch                  42/68 
11:20:10 #13 26.15   Running scriptlet: openssh-8.7p1-28.el9.x86_64                          43/68 
11:20:10 #10 33.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 ... 10713 files and directories currently installed.)
11:20:10 #10 33.87 Preparing to unpack .../libtirpc-common_1.3.3+ds-1_all.deb ...
11:20:10 #10 33.87 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:20:10 #10 33.91 Selecting previously unselected package libtirpc3:armhf.
11:20:10 #10 33.91 Preparing to unpack .../libtirpc3_1.3.3+ds-1_armhf.deb ...
11:20:10 #10 33.91 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:20:10 #10 33.96 Selecting previously unselected package libnsl2:armhf.
11:20:10 #10 33.96 Preparing to unpack .../libnsl2_1.3.0-2_armhf.deb ...
11:20:10 #10 33.96 Unpacking libnsl2:armhf (1.3.0-2) ...
11:20:10 #10 34.00 Preparing to unpack .../libuuid1_2.38.1-5_armhf.deb ...
11:20:10 #10 34.01 Unpacking libuuid1:armhf (2.38.1-5) over (2.38.1-4) ...
11:20:10 #10 34.05 Setting up libuuid1:armhf (2.38.1-5) ...
11:20:10 #12 7.632 Transaction test succeeded.
11:20:10 #12 7.633 Running transaction
11:20:10 #10 64.38 Setting up libimport-into-perl (1.002005-1) ...
11:20:10 #10 64.39 Setting up libmoo-perl (2.003004-2) ...
11:20:10 #10 64.40 Setting up libmime-tools-perl (5.509-1) ...
11:20:10 #10 64.41 Setting up libxml-simple-perl (2.25-1) ...
11:20:10 #10 64.43 Setting up libparams-validate-perl (1.29-1+b1) ...
11:20:10 #10 64.44 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:10 #10 64.45 Setting up lintian (2.15.0) ...
11:20:10 #10 64.47 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:10 #10 64.48 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
11:20:10 #10 64.49 Setting up licensecheck (3.0.31-3) ...
11:20:10 #10 64.50 Setting up libgitlab-api-v4-perl (0.16-1) ...
11:20:10 #10 64.51 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:10 #10 64.52 Setting up libwww-perl (6.36-2) ...
11:20:10 #10 64.54 Setting up debhelper (12.1.1) ...
11:20:10 #10 64.55 Setting up dh-autoreconf (19) ...
11:20:10 #10 64.56 Setting up devscripts (2.19.5+deb10u1) ...
11:20:10 #11 59.97 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:20:10 #11 59.99 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 60.00 Setting up bsdmainutils (11.1.2ubuntu3) ...
11:20:10 #11 60.02 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:20:10 #11 60.02 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
11:20:10 #11 60.03 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:20:10 #11 60.03 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
11:20:10 #11 60.03 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
11:20:10 #11 60.05 Setting up libgdbm-compat4:arm64 (1.18.1-5) ...
11:20:10 #11 60.06 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
11:20:10 #11 60.07 Setting up dwz (0.13-5) ...
11:20:10 #11 60.08 Setting up groff-base (1.22.4-4build1) ...
11:20:10 #11 60.10 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:20:10 #11 60.12 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:10 #11 60.13 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
11:20:10 #11 60.14 Setting up libc6-dev:arm64 (2.31-0ubuntu9.9) ...
11:20:10 #11 60.16 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
11:20:10 #11 46.37 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:20:10 #11 46.38 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.38 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.42 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:20:10 #11 46.42 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:20:10 #11 46.43 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:10 #11 46.46 Selecting previously unselected package libsasl2-modules-db:armhf.
11:20:10 #11 46.46 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:20:10 #11 46.47 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:10 #11 46.55 Selecting previously unselected package libsasl2-2:armhf.
11:20:10 #11 46.55 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:20:10 #11 46.55 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:10 #11 46.59 Selecting previously unselected package libldap-common.
11:20:10 #11 46.59 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:20:10 #11 46.60 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:20:10 #11 46.63 Selecting previously unselected package libldap-2.4-2:armhf.
11:20:10 #11 46.63 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
11:20:10 #11 46.63 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:20:10 #11 46.68 Selecting previously unselected package libnghttp2-14:armhf.
11:20:10 #11 46.69 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
11:20:10 #11 46.69 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
11:20:10 #10 44.06 Selecting previously unselected package libsub-install-perl.
11:20:10 #10 44.06 Preparing to unpack .../197-libsub-install-perl_0.928-1.1_all.deb ...
11:20:10 #10 44.07 Unpacking libsub-install-perl (0.928-1.1) ...
11:20:10 #10 44.09 Selecting previously unselected package libdata-optlist-perl.
11:20:10 #10 44.10 Preparing to unpack .../198-libdata-optlist-perl_0.110-1.1_all.deb ...
11:20:10 #10 44.10 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:20:10 #10 44.13 Selecting previously unselected package libsub-exporter-perl.
11:20:10 #10 44.13 Preparing to unpack .../199-libsub-exporter-perl_0.987-1_all.deb ...
11:20:10 #10 44.14 Unpacking libsub-exporter-perl (0.987-1) ...
11:20:10 #10 44.18 Selecting previously unselected package libconst-fast-perl.
11:20:10 #10 44.18 Preparing to unpack .../200-libconst-fast-perl_0.014-1.1_all.deb ...
11:20:10 #10 44.19 Unpacking libconst-fast-perl (0.014-1.1) ...
11:20:10 #10 44.22 Selecting previously unselected package libwant-perl.
11:20:10 #10 44.22 Preparing to unpack .../201-libwant-perl_0.29-1+b6_armhf.deb ...
11:20:10 #10 44.23 Unpacking libwant-perl (0.29-1+b6) ...
11:20:10 #10 44.26 Selecting previously unselected package libcontextual-return-perl.
11:20:10 #10 44.26 Preparing to unpack .../202-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:10 #10 44.26 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:10 #10 44.30 Selecting previously unselected package libconvert-binhex-perl.
11:20:10 #10 44.31 Preparing to unpack .../203-libconvert-binhex-perl_1.125-1_all.deb ...
11:20:10 #10 44.31 Unpacking libconvert-binhex-perl (1.125-1) ...
11:20:10 #10 44.34 Selecting previously unselected package libcpanel-json-xs-perl.
11:20:10 #10 44.34 Preparing to unpack .../204-libcpanel-json-xs-perl_4.25-1+b1_armhf.deb ...
11:20:10 #10 44.34 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:20:10 #10 44.38 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:10 #10 44.39 Preparing to unpack .../205-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:10 #10 44.39 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:10 #10 44.42 Selecting previously unselected package libexception-class-perl.
11:20:10 #10 54.03 Preparing to unpack .../265-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:20:10 #10 54.03 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:20:10 #10 54.08 Selecting previously unselected package python3-requests.
11:20:10 #10 54.08 Preparing to unpack .../266-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:20:10 #10 54.09 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:20:10 #10 54.13 Selecting previously unselected package python3-unidiff.
11:20:10 #10 54.13 Preparing to unpack .../267-python3-unidiff_0.5.4-1_all.deb ...
11:20:10 #10 54.13 Unpacking python3-unidiff (0.5.4-1) ...
11:20:10 #10 54.17 Selecting previously unselected package python3-xdg.
11:20:10 #10 54.17 Preparing to unpack .../268-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:20:10 #10 54.17 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:20:10 #10 54.21 Selecting previously unselected package unzip.
11:20:10 #10 54.21 Preparing to unpack .../269-unzip_6.0-21ubuntu1.2_armhf.deb ...
11:20:10 #10 54.22 Unpacking unzip (6.0-21ubuntu1.2) ...
11:20:10 #10 54.26 Selecting previously unselected package wdiff.
11:20:10 #10 54.26 Preparing to unpack .../270-wdiff_1.2.2-2_armhf.deb ...
11:20:10 #11 63.80   Installing : perl-Carp-1.26-244.el7.noarch                              21/52 
11:20:10 #11 63.83   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
11:20:10 #11 63.85   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
11:20:10 #11 63.88   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
11:20:10 #11 63.91   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
11:20:10 #11 63.95   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
11:20:10 #11 63.98   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
11:20:10 #11 64.00   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
11:20:10 #11 47.99 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf zstd armhf 1.5.2+dfsg-1 [609 kB]
11:20:10 #11 64.76 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:10 #11 64.77 Setting up librole-tiny-perl (2.002004-1) ...
11:20:10 #11 64.78 Setting up gnupg (2.2.35-3ubuntu1) ...
11:20:10 #11 64.79 Setting up libc6-dev:amd64 (2.36-0ubuntu4) ...
11:20:10 #11 64.80 Setting up libfont-ttf-perl (1.06-2) ...
11:20:10 #11 64.81 Setting up libfile-homedir-perl (1.006-1) ...
11:20:10 #11 64.82 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
11:20:10 #11 64.83 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:10 #11 64.84 Setting up libsub-exporter-perl (0.988-1) ...
11:20:10 #11 64.85 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
11:20:10 #11 64.85 Setting up libalgorithm-merge-perl (0.08-4) ...
11:20:10 #11 64.86 Setting up libhttp-message-perl (6.37-1) ...
11:20:10 #11 64.87 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:10 #11 64.88 Setting up libhtml-form-perl (6.10-1) ...
11:20:10 #11 64.89 Setting up libiterator-perl (0.03+ds1-2) ...
11:20:10 #11 64.90 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:10 #11 64.91 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:10 #11 64.91 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:10 #11 64.92 Setting up libio-prompter-perl (0.004015-1) ...
11:20:10 #11 64.93 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:20:10 #11 57.60 Selecting previously unselected package gcc.
11:20:10 #11 44.09 Selecting previously unselected package libsqlite3-0:armhf.
11:20:10 #11 44.09 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
11:20:10 #11 44.09 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
11:20:10 #11 44.13 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:20:10 #11 44.13 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
11:20:10 #11 44.14 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
11:20:10 #11 44.27 Selecting previously unselected package python3.10.
11:20:10 #11 44.27 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
11:20:10 #11 44.27 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:20:10 #11 44.30 Selecting previously unselected package libpython3-stdlib:armhf.
11:20:10 #11 44.30 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
11:20:10 #11 44.31 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
11:20:10 #11 44.33 Setting up python3-minimal (3.10.6-1~22.04) ...
11:20:11 #11 61.02 Setting up libpipeline1:arm64 (1.5.5-1) ...
11:20:11 #11 61.03 Setting up wdiff (1.2.2-2build3) ...
11:20:11 #11 61.04 Setting up gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
11:20:11 #11 61.05 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
11:20:11 #11 61.06 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
11:20:11 #11 61.07 Setting up lto-disabled-list (24) ...
11:20:11 #11 61.08 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
11:20:11 #11 61.09 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:20:11 #11 61.10 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:20:11 #11 61.10 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
11:20:11 #11 61.11 Setting up libtext-glob-perl (0.11-2) ...
11:20:11 #11 61.12 Setting up libmagic-mgc (1:5.41-3) ...
11:20:11 #11 61.13 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
11:20:11 #11 61.14 Setting up distro-info-data (0.52ubuntu0.2) ...
11:20:11 #11 61.14 Setting up manpages (5.10-1ubuntu1) ...
11:20:11 #11 61.16 Setting up unzip (6.0-26ubuntu3.1) ...
11:20:11 #11 61.17 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:20:11 #11 61.18 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
11:20:11 #11 61.19 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
11:20:11 #11 61.20 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:11 #11 61.21 Setting up binutils-common:arm64 (2.38-4ubuntu2.1) ...
11:20:11 #13 26.20   Installing       : openssh-8.7p1-28.el9.x86_64                          43/68 
11:20:11 #13 26.20   Installing       : libcbor-0.7.0-5.el9.x86_64                           44/68 
11:20:11 #13 26.21   Installing       : libfido2-1.6.0-7.el9.x86_64                          45/68 
11:20:11 #13 26.23   Installing       : openssh-clients-8.7p1-28.el9.x86_64                  46/68 
11:20:11 #13 26.24   Running scriptlet: openssh-clients-8.7p1-28.el9.x86_64                  46/68 
11:20:11 #10 69.24 Setting up librole-tiny-perl (2.000006-1) ...
11:20:11 #10 69.25 Setting up gnupg (2.2.12-1+deb10u2) ...
11:20:11 #10 69.26 Setting up build-essential (12.6) ...
11:20:11 #10 69.27 Setting up libfile-homedir-perl (1.004-1) ...
11:20:11 #10 69.28 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:20:11 #10 69.29 Setting up libio-socket-ssl-perl (2.060-3) ...
11:20:11 #10 69.31 Setting up libsub-exporter-perl (0.987-1) ...
11:20:11 #10 69.31 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:11 #10 69.33 Setting up libhttp-message-perl (6.18-1) ...
11:20:11 #10 69.34 Setting up libhtml-form-perl (6.03-1) ...
11:20:11 #10 69.35 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
11:20:11 #10 69.36 Setting up libjson-xs-perl (3.040-1+b1) ...
11:20:11 #10 69.37 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:11 #10 69.38 Setting up libio-prompter-perl (0.004015-1) ...
11:20:11 #10 69.39 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:11 #10 34.10 Selecting previously unselected package libpython3.11-stdlib:armhf.
11:20:11 #10 34.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 ... 10733 files and directories currently installed.)
11:20:11 #10 34.12 Preparing to unpack .../libpython3.11-stdlib_3.11.2-4_armhf.deb ...
11:20:11 #10 34.12 Unpacking libpython3.11-stdlib:armhf (3.11.2-4) ...
11:20:11 #10 64.74 Setting up dh-strip-nondeterminism (1.1.2-1) ...
11:20:11 #10 64.76 Setting up equivs (2.2.0) ...
11:20:11 #10 64.77 Setting up libxml-parser-perl (2.44-4) ...
11:20:11 #10 64.79 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:11 #10 64.83 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:11 #10 64.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:11 #11 60.17 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:20:11 #11 60.18 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:20:11 #10 45.44 Selecting previously unselected package libabsl20220623:armhf.
11:20:11 #10 45.45 Preparing to unpack .../169-libabsl20220623_20220623.1-1_armhf.deb ...
11:20:11 #10 45.45 Unpacking libabsl20220623:armhf (20220623.1-1) ...
11:20:11 #11 46.73 Selecting previously unselected package librtmp1:armhf.
11:20:11 #11 46.73 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
11:20:11 #11 46.73 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:20:11 #11 46.78 Selecting previously unselected package libssh-4:armhf.
11:20:11 #11 46.78 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
11:20:11 #11 46.79 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:20:11 #11 46.84 Selecting previously unselected package libcurl4:armhf.
11:20:11 #11 46.84 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.16_armhf.deb ...
11:20:11 #11 46.84 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.16) ...
11:20:11 #11 46.89 Selecting previously unselected package curl.
11:20:11 #11 46.89 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.16_armhf.deb ...
11:20:11 #11 46.89 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:20:11 #11 46.95 Selecting previously unselected package dctrl-tools.
11:20:11 #11 46.95 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
11:20:11 #10 44.42 Preparing to unpack .../206-libexception-class-perl_1.44-1_all.deb ...
11:20:11 #10 44.43 Unpacking libexception-class-perl (1.44-1) ...
11:20:11 #10 44.47 Selecting previously unselected package libiterator-perl.
11:20:11 #10 44.47 Preparing to unpack .../207-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:20:11 #10 44.47 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:20:11 #10 44.50 Selecting previously unselected package libiterator-util-perl.
11:20:11 #10 44.50 Preparing to unpack .../208-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:20:11 #10 44.51 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:20:11 #10 44.54 Selecting previously unselected package libexporter-tiny-perl.
11:20:11 #10 44.54 Preparing to unpack .../209-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:11 #10 44.54 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:11 #10 44.58 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:11 #10 44.58 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
11:20:11 #10 44.58 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
11:20:11 #10 44.61 Selecting previously unselected package liblist-moreutils-perl.
11:20:11 #10 44.61 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:11 #10 44.62 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:11 #10 44.65 Selecting previously unselected package libdata-dpath-perl.
11:20:11 #10 44.65 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ...
11:20:11 #10 54.26 Unpacking wdiff (1.2.2-2) ...
11:20:11 #10 54.29 Selecting previously unselected package equivs.
11:20:11 #10 54.29 Preparing to unpack .../271-equivs_2.1.0_all.deb ...
11:20:11 #10 54.30 Unpacking equivs (2.1.0) ...
11:20:11 #10 54.33 Selecting previously unselected package libauthen-sasl-perl.
11:20:11 #10 54.34 Preparing to unpack .../272-libauthen-sasl-perl_2.1600-1_all.deb ...
11:20:11 #10 54.34 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:20:11 #10 54.38 Selecting previously unselected package python3-magic.
11:20:11 #10 54.39 Preparing to unpack .../273-python3-magic_2%3a0.4.15-1_all.deb ...
11:20:11 #10 54.39 Unpacking python3-magic (2:0.4.15-1) ...
11:20:11 #10 54.44 Setting up python-apt-common (1.6.6) ...
11:20:11 #10 54.46 Setting up libnpth0:armhf (1.5-3) ...
11:20:11 #10 54.47 Setting up libedit2:armhf (3.1-20170329-1) ...
11:20:11 #10 54.49 Setting up libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
11:20:11 #10 54.50 Setting up libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
11:20:11 #10 54.51 Setting up readline-common (7.0-3) ...
11:20:11 #10 54.53 Setting up libapt-inst2.0:armhf (1.6.14) ...
11:20:11 #10 54.54 Setting up manpages (4.15-1) ...
11:20:11 #10 54.56 Setting up strace (4.21-1ubuntu1) ...
11:20:11 #10 54.57 Setting up git-man (1:2.17.1-1ubuntu0.17) ...
11:20:11 #10 54.58 Setting up libicu60:armhf (60.2-3ubuntu3.2) ...
11:20:11 #10 54.59 Setting up libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
11:20:11 #12 1.363 Last metadata expiration check: 0:00:20 ago on Fri Mar 10 11:19:51 2023.
11:20:11 #13 5.592 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
11:20:11 #10 67.81 0 added, 0 removed; done.
11:20:11 #10 67.81 Running hooks in /etc/ca-certificates/update.d...
11:20:11 #10 67.81 done.
11:20:11 #12 4.734 The following additional packages will be installed:
11:20:11 #12 4.735   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:11 #12 4.735   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:11 #12 4.735   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:11 #12 4.736   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:11 #12 4.736   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:11 #12 4.738 Suggested packages:
11:20:11 #12 4.738   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
11:20:11 #12 4.738 Recommended packages:
11:20:11 #12 4.738   psmisc
11:20:11 #12 4.957 The following NEW packages will be installed:
11:20:11 #11 64.03   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
11:20:11 #10 52.78 Selecting previously unselected package psmisc.
11:20:11 #10 52.78 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ...
11:20:11 #10 52.78 Unpacking psmisc (23.2-1+deb10u1) ...
11:20:11 #10 52.84 Selecting previously unselected package publicsuffix.
11:20:11 #10 52.84 Preparing to unpack .../316-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
11:20:11 #10 52.85 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
11:20:11 #10 52.89 Selecting previously unselected package python-apt-common.
11:20:11 #10 52.89 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ...
11:20:11 #10 52.90 Unpacking python-apt-common (1.8.4.3) ...
11:20:11 #10 52.96 Selecting previously unselected package python3-apt.
11:20:11 #10 52.96 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ...
11:20:11 #10 52.97 Unpacking python3-apt (1.8.4.3) ...
11:20:11 #10 53.02 Selecting previously unselected package python3-certifi.
11:20:11 #10 53.02 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ...
11:20:11 #10 53.03 Unpacking python3-certifi (2018.8.24-1) ...
11:20:11 #10 53.08 Selecting previously unselected package python3-idna.
11:20:11 #10 53.08 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ...
11:20:11 #10 53.08 Unpacking python3-idna (2.6-1) ...
11:20:11 #10 53.13 Selecting previously unselected package python3-magic.
11:20:11 #10 40.66 Setting up gettext (0.19.8.1-9) ...
11:20:11 #10 40.67 Setting up gcc-8 (8.3.0-6+rpi1) ...
11:20:11 #10 40.68 Setting up libtool (2.4.6-9) ...
11:20:11 #10 40.70 Setting up python3 (3.7.3-1) ...
11:20:11 #10 40.81 Setting up man-db (2.8.5-2) ...
11:20:11 #11 57.60 Preparing to unpack .../106-gcc_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:20:11 #11 57.61 Unpacking gcc (4:12.2.0-1ubuntu1) ...
11:20:11 #11 57.64 Selecting previously unselected package libstdc++-12-dev:arm64.
11:20:11 #11 57.64 Preparing to unpack .../107-libstdc++-12-dev_12.2.0-3ubuntu1_arm64.deb ...
11:20:11 #11 57.65 Unpacking libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:20:11 #11 44.57 Selecting previously unselected package python3.
11:20:11 #11 44.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 ... 5133 files and directories currently installed.)
11:20:11 #11 44.58 Preparing to unpack .../000-python3_3.10.6-1~22.04_armhf.deb ...
11:20:11 #11 44.59 Unpacking python3 (3.10.6-1~22.04) ...
11:20:11 #11 44.62 Selecting previously unselected package perl-modules-5.34.
11:20:11 #11 44.62 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:20:11 #11 44.63 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:20:11 #11 61.22 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
11:20:11 #11 61.23 Setting up libmagic1:arm64 (1:5.41-3) ...
11:20:11 #11 61.25 Setting up libdeflate0:arm64 (1.10-2) ...
11:20:11 #11 61.26 Setting up less (590-1ubuntu0.22.04.1) ...
11:20:11 #11 61.28 Setting up perl-openssl-defaults:arm64 (5build2) ...
11:20:11 #11 61.29 Setting up linux-libc-dev:arm64 (5.15.0-67.74) ...
11:20:11 #11 61.30 Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
11:20:11 #11 61.31 Setting up gettext-base (0.21-4ubuntu4) ...
11:20:11 #11 61.32 Setting up liblzo2-2:arm64 (2.10-2build3) ...
11:20:11 #11 61.33 Setting up libnpth0:arm64 (1.6-3build2) ...
11:20:11 #11 61.35 Setting up file (1:5.41-3) ...
11:20:11 #11 61.36 Setting up libassuan0:arm64 (2.5.5-1build1) ...
11:20:11 #11 61.37 Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:11 #11 61.38 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:20:11 #11 61.39 Setting up bzip2 (1.0.8-5build1) ...
11:20:11 #11 61.40 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:11 #11 61.42 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
11:20:11 #11 61.43 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
11:20:11 #13 26.33   Installing       : git-core-2.39.1-1.el9.x86_64                         47/68 
11:20:11 #13 26.52   Installing       : git-core-doc-2.39.1-1.el9.noarch                     48/68 
11:20:11 #13 26.54   Installing       : perl-Git-2.39.1-1.el9.noarch                         49/68 
11:20:11 #13 26.55   Installing       : git-2.39.1-1.el9.x86_64                              50/68 
11:20:11 #13 26.56   Installing       : kmod-libs-28-7.el9.x86_64                            51/68 
11:20:11 #13 26.57   Installing       : acl-2.3.1-3.el9.x86_64                               52/68 
11:20:11 #13 26.58   Installing       : dbus-1:1.12.20-7.el9.x86_64                          53/68 
11:20:11 #10 69.40 Setting up po-debconf (1.0.21) ...
11:20:11 #10 69.41 Setting up libhtml-tree-perl (5.07-2) ...
11:20:11 #10 69.42 Setting up libparams-classify-perl (0.015-1+b1) ...
11:20:11 #10 69.43 Setting up libcgi-pm-perl (4.40-1) ...
11:20:11 #10 69.59 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:11 #10 69.60 Setting up libnet-dns-sec-perl (1.11-1) ...
11:20:11 #10 69.61 Setting up libsereal-perl (4.005-1) ...
11:20:11 #10 69.62 Setting up libhtml-format-perl (2.12-1) ...
11:20:11 #10 69.63 Setting up libxml-sax-perl (1.00+dfsg-1) ...
11:20:11 #10 61.52 Setting up libemail-address-xs-perl (1.04-1+b3) ...
11:20:11 #10 61.53 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:20:11 #10 61.54 Setting up automake (1:1.16.3-2) ...
11:20:11 #10 61.55 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:11 #10 61.56 Setting up libapt-pkg-perl (0.1.39) ...
11:20:11 #10 61.57 Setting up libio-sessiondata-perl (1.03-1.1) ...
11:20:11 #10 61.58 Setting up libstring-escape-perl (2010.002-2) ...
11:20:11 #10 61.60 Setting up libhttp-date-perl (6.05-1) ...
11:20:11 #10 61.61 Setting up libfile-which-perl (1.23-1) ...
11:20:11 #10 61.62 Setting up libfile-basedir-perl (0.08-1) ...
11:20:11 #10 61.63 Setting up libnumber-range-perl (0.12-1.1) ...
11:20:11 #10 61.65 Setting up libtask-weaken-perl (1.06-1) ...
11:20:11 #10 61.66 Setting up libunicode-utf8-perl (0.62-1+b2) ...
11:20:11 #10 61.67 Setting up libmouse-perl (2.5.10-1+b1) ...
11:20:11 #10 61.69 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
11:20:11 #10 61.70 Setting up libfile-listing-perl (6.14-1) ...
11:20:11 #10 61.71 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
11:20:11 #10 61.72 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:20:11 #10 61.73 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:11 #10 61.75 Setting up libdata-messagepack-perl (1.00-4+b1) ...
11:20:11 #10 61.76 Setting up libclass-inspector-perl (1.36-1) ...
11:20:11 #10 61.77 Setting up libfont-afm-perl (1.20-3) ...
11:20:11 #10 61.78 Setting up libwant-perl (0.29-1+b6) ...
11:20:11 #10 61.80 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:11 #10 61.81 Setting up libtext-glob-perl (0.11-1) ...
11:20:11 #10 61.82 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:11 #10 66.20 Setting up libemail-address-xs-perl (1.04-1+b3) ...
11:20:11 #10 34.36 Selecting previously unselected package python3.11.
11:20:11 #10 34.37 Preparing to unpack .../python3.11_3.11.2-4_armhf.deb ...
11:20:11 #10 34.37 Unpacking python3.11 (3.11.2-4) ...
11:20:11 #10 34.41 Selecting previously unselected package libpython3-stdlib:armhf.
11:20:11 #10 34.42 Preparing to unpack .../libpython3-stdlib_3.11.2-1_armhf.deb ...
11:20:11 #10 34.42 Unpacking libpython3-stdlib:armhf (3.11.2-1) ...
11:20:11 #10 34.46 Setting up python3-minimal (3.11.2-1) ...
11:20:11 #10 65.04 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:11 #10 65.08 Setting up libsoap-lite-perl (1.27-1) ...
11:20:11 #10 65.09 Setting up libxmlrpc-lite-perl (0.717-2) ...
11:20:11 #10 65.10 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:11 #10 65.13 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:20:11 #10 65.14 Updating certificates in /etc/ssl/certs...
11:20:11 #10 45.58 Selecting previously unselected package libalgorithm-diff-perl.
11:20:11 #10 45.58 Preparing to unpack .../170-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:11 #10 45.59 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:11 #10 45.65 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf.
11:20:11 #10 45.65 Preparing to unpack .../171-libalgorithm-diff-xs-perl_0.04-8+b1_armhf.deb ...
11:20:11 #10 45.66 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
11:20:11 #10 45.70 Selecting previously unselected package libalgorithm-merge-perl.
11:20:11 #10 45.70 Preparing to unpack .../172-libalgorithm-merge-perl_0.08-5_all.deb ...
11:20:11 #10 45.71 Unpacking libalgorithm-merge-perl (0.08-5) ...
11:20:11 #12 0.949 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
11:20:11 #12 1.011 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
11:20:11 #12 1.086 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
11:20:11 #11 59.73 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:11 #11 59.74 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
11:20:11 #11 59.81 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:11 #11 59.81 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
11:20:11 #11 59.82 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:11 #11 59.82 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
11:20:11 #11 59.82 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:11 #11 59.82 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
11:20:11 #11 59.83 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:20:11 #11 59.84 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
11:20:11 #11 59.85 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
11:20:11 #11 59.87 Setting up python3 (3.10.6-1~22.04) ...
11:20:11 #11 46.95 Unpacking dctrl-tools (2.24-3) ...
11:20:11 #11 46.99 Selecting previously unselected package libtool.
11:20:11 #11 46.99 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
11:20:11 #11 46.99 Unpacking libtool (2.4.6-14) ...
11:20:11 #11 47.07 Selecting previously unselected package dh-autoreconf.
11:20:11 #11 47.07 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
11:20:11 #11 47.07 Unpacking dh-autoreconf (19) ...
11:20:11 #11 47.10 Selecting previously unselected package libdebhelper-perl.
11:20:11 #11 47.10 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:20:11 #11 47.11 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:20:11 #11 47.15 Selecting previously unselected package libarchive-zip-perl.
11:20:11 #11 47.15 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
11:20:11 #11 47.16 Unpacking libarchive-zip-perl (1.67-2) ...
11:20:11 #11 47.20 Selecting previously unselected package libsub-override-perl.
11:20:11 #11 47.20 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
11:20:11 #11 47.20 Unpacking libsub-override-perl (0.09-2) ...
11:20:11 #11 47.23 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:11 #11 47.23 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:20:11 #11 47.23 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:20:11 #11 47.27 Selecting previously unselected package dh-strip-nondeterminism.
11:20:11 #11 47.27 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:20:11 #11 47.27 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:20:11 #11 47.30 Selecting previously unselected package dwz.
11:20:11 #10 44.66 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:11 #10 44.70 Selecting previously unselected package libdata-dump-perl.
11:20:11 #10 44.70 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ...
11:20:11 #10 44.72 Unpacking libdata-dump-perl (1.23-1.1) ...
11:20:11 #10 44.76 Selecting previously unselected package libdata-messagepack-perl.
11:20:11 #10 44.76 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ...
11:20:11 #10 44.77 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
11:20:11 #10 44.80 Selecting previously unselected package libnet-domain-tld-perl.
11:20:11 #10 44.80 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:20:11 #10 44.81 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:20:11 #10 44.87 Selecting previously unselected package libdata-validate-domain-perl.
11:20:11 #10 44.87 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:11 #10 54.60 Setting up less (487-0.1) ...
11:20:11 #10 54.69 Setting up make (4.1-9.1ubuntu1) ...
11:20:11 #10 54.70 Setting up libapt-pkg-perl (0.1.33build1) ...
11:20:11 #10 54.71 Setting up libssl1.0.0:armhf (1.0.2n-1ubuntu5.11) ...
11:20:11 #10 54.80 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
11:20:11 #13 5.853 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB]
11:20:11 #13 5.871 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
11:20:11 #13 5.874 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
11:20:11 #13 5.880 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
11:20:11 #13 5.885 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB]
11:20:11 #13 102.9   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
11:20:11 #12 4.957   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:11 #12 4.958   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:11 #12 4.958   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:11 #12 4.958   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:11 #12 4.958   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:11 #12 5.232 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
11:20:11 #12 5.232 1 not fully installed or removed.
11:20:11 #12 5.232 Need to get 12.7 MB of archives.
11:20:11 #12 5.232 After this operation, 50.9 MB of additional disk space will be used.
11:20:11 #12 5.232 Get:1 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
11:20:11 #10 53.13 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ...
11:20:11 #10 53.14 Unpacking python3-magic (2:0.4.15-2) ...
11:20:11 #10 53.17 Selecting previously unselected package python3-urllib3.
11:20:11 #10 53.18 Preparing to unpack .../322-python3-urllib3_1.24.1-1_all.deb ...
11:20:11 #10 53.19 Unpacking python3-urllib3 (1.24.1-1) ...
11:20:11 #10 53.24 Selecting previously unselected package python3-requests.
11:20:11 #10 53.24 Preparing to unpack .../323-python3-requests_2.21.0-1_all.deb ...
11:20:11 #10 53.25 Unpacking python3-requests (2.21.0-1) ...
11:20:11 #10 53.30 Selecting previously unselected package python3-unidiff.
11:20:11 #10 53.31 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ...
11:20:11 #10 53.31 Unpacking python3-unidiff (0.5.4-1) ...
11:20:11 #10 40.92 Building database of manual pages ...
11:20:11 #11 57.83 Selecting previously unselected package g++-12.
11:20:11 #11 57.83 Preparing to unpack .../108-g++-12_12.2.0-3ubuntu1_arm64.deb ...
11:20:11 #11 57.84 Unpacking g++-12 (12.2.0-3ubuntu1) ...
11:20:11 #11 58.05 Selecting previously unselected package g++.
11:20:11 #11 44.92 Selecting previously unselected package libgdbm6:armhf.
11:20:11 #11 44.92 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
11:20:11 #11 44.93 Unpacking libgdbm6:armhf (1.23-1) ...
11:20:11 #11 48.49 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf equivs all 2.3.1 [19.0 kB]
11:20:11 #11 48.49 Get:420 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:20:11 #11 48.49 Get:421 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-magic all 2:0.4.26-2 [13.2 kB]
11:20:11 #13 26.60   Installing       : systemd-pam-252-8.el9.x86_64                         54/68 
11:20:11 #13 26.61   Running scriptlet: systemd-252-8.el9.x86_64                             55/68 
11:20:11 #11 61.44 Setting up libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
11:20:11 #11 61.45 Setting up libnumber-compare-perl (0.03-2) ...
11:20:11 #11 61.46 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:11 #11 61.47 Setting up fakeroot (1.28-1ubuntu1) ...
11:20:11 #11 61.48 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.48 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
11:20:11 #11 61.49 Setting up autotools-dev (20220109.1) ...
11:20:11 #11 61.51 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
11:20:11 #11 61.52 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:11 #11 61.53 Setting up libx11-data (2:1.7.5-1) ...
11:20:11 #11 61.54 Setting up make (4.3-4.1build1) ...
11:20:11 #11 61.55 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
11:20:11 #11 61.56 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:20:11 #11 61.57 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:11 #11 61.58 Setting up lzip (1.23-1) ...
11:20:11 #11 61.59 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:11 #11 61.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
11:20:11 #11 61.59 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:11 #11 61.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
11:20:11 #11 61.60 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:11 #11 61.60 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
11:20:11 #11 61.60 Setting up strace (5.16-0ubuntu3) ...
11:20:11 #11 61.61 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
11:20:11 #11 61.63 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:20:11 #11 61.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.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
11:20:11 #11 61.65 Setting up t1utils (1.41-4build2) ...
11:20:11 #11 61.65 Setting up diffstat (1.64-1build2) ...
11:20:11 #11 61.67 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
11:20:11 #11 61.68 Setting up libmpc3:arm64 (1.2.1-2build1) ...
11:20:11 #11 61.69 Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:11 #11 61.70 Setting up patch (2.7.6-7build2) ...
11:20:11 #11 61.71 Setting up autopoint (0.21-4ubuntu4) ...
11:20:11 #11 61.72 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:11 #11 61.77 Setting up ucf (3.0043) ...
11:20:11 #10 69.69 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:11 #10 69.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:11 #10 61.83 Setting up liblist-compare-perl (0.55-1) ...
11:20:11 #10 61.86 Setting up libref-util-xs-perl (0.117-1+b3) ...
11:20:11 #10 61.87 Setting up libio-pty-perl (1:1.15-2) ...
11:20:11 #10 61.88 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
11:20:11 #10 61.89 Setting up libsort-key-perl (1.33-2+b3) ...
11:20:11 #10 61.90 Setting up libclone-perl (0.45-1+b1) ...
11:20:11 #10 61.91 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:11 #10 61.92 Setting up libarchive-zip-perl (1.68-1) ...
11:20:11 #10 61.93 Setting up libsub-identify-perl (0.14-1+b3) ...
11:20:11 #10 61.95 Setting up libdistro-info-perl (1.0) ...
11:20:11 #10 61.96 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
11:20:11 #10 61.97 Setting up libobject-id-perl (0.1.2-2.1) ...
11:20:11 #10 61.98 Setting up libio-stringy-perl (2.111-3) ...
11:20:11 #10 61.99 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:11 #10 62.00 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:11 #10 62.01 Setting up liblog-any-perl (1.709-1) ...
11:20:11 #10 62.02 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:11 #10 62.03 Setting up libdevel-size-perl (0.83-1+b2) ...
11:20:11 #11 65.56 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:11 #10 66.21 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:20:11 #10 66.22 Setting up automake (1:1.16.3-2) ...
11:20:11 #10 66.23 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:11 #10 66.23 Setting up libapt-pkg-perl (0.1.39) ...
11:20:11 #10 66.24 Setting up libio-sessiondata-perl (1.03-1.1) ...
11:20:11 #10 66.25 Setting up libstring-escape-perl (2010.002-2) ...
11:20:11 #10 66.26 Setting up libhttp-date-perl (6.05-1) ...
11:20:11 #10 66.27 Setting up libfile-which-perl (1.23-1) ...
11:20:11 #10 66.28 Setting up libfile-basedir-perl (0.08-1) ...
11:20:11 #10 66.30 Setting up libnumber-range-perl (0.12-1.1) ...
11:20:11 #10 66.31 Setting up libtask-weaken-perl (1.06-1) ...
11:20:11 #10 66.32 Setting up libunicode-utf8-perl (0.62-1+b2) ...
11:20:11 #10 66.33 Setting up libmouse-perl (2.5.10-1+b1) ...
11:20:11 #10 66.34 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
11:20:11 #10 66.35 Setting up g++-10 (10.2.1-6) ...
11:20:11 #10 66.36 Setting up libfile-listing-perl (6.14-1) ...
11:20:11 #10 66.37 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
11:20:11 #10 66.38 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:20:11 #10 66.39 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:11 #10 66.40 Setting up libdata-messagepack-perl (1.00-4+b1) ...
11:20:11 #10 66.40 Setting up libclass-inspector-perl (1.36-1) ...
11:20:11 #10 66.41 Setting up libfont-afm-perl (1.20-3) ...
11:20:11 #10 34.68 Selecting previously unselected package python3.
11:20:11 #10 34.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11114 files and directories currently installed.)
11:20:11 #10 34.70 Preparing to unpack .../python3_3.11.2-1_armhf.deb ...
11:20:11 #10 34.71 Unpacking python3 (3.11.2-1) ...
11:20:11 #10 34.75 Preparing to unpack .../libblkid1_2.38.1-5_armhf.deb ...
11:20:11 #10 34.76 Unpacking libblkid1:armhf (2.38.1-5) over (2.38.1-4) ...
11:20:11 #10 34.82 Setting up libblkid1:armhf (2.38.1-5) ...
11:20:11 #10 34.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 ... 11135 files and directories currently installed.)
11:20:11 #10 34.88 Preparing to unpack .../libmount1_2.38.1-5_armhf.deb ...
11:20:11 #10 34.89 Unpacking libmount1:armhf (2.38.1-5) over (2.38.1-4) ...
11:20:11 #12 9.143   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
11:20:11 #12 9.272   Preparing        :                                                        1/1 
11:20:11 #12 9.322   Upgrading        : systemd-libs-251.13-5.fc37.x86_64                     1/95 
11:20:11 #12 9.331   Installing       : cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch             2/95 
11:20:11 #12 9.337   Installing       : cmake-filesystem-3.26.0~rc5-1.fc37.x86_64             3/95 
11:20:11 #10 45.92 Selecting previously unselected package libaliased-perl.
11:20:11 #10 45.92 Preparing to unpack .../173-libaliased-perl_0.34-3_all.deb ...
11:20:11 #10 45.93 Unpacking libaliased-perl (0.34-3) ...
11:20:11 #12 1.161 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
11:20:11 #11 60.15 Setting up binutils (2.38-4ubuntu2.1) ...
11:20:11 #11 60.16 Setting up python3-xdg (0.27-2) ...
11:20:11 #11 60.32 Setting up man-db (2.10.2-1) ...
11:20:11 #12 8.395   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
11:20:11 #12 8.548   Preparing        :                                                        1/1 
11:20:11 #12 8.601   Upgrading        : systemd-libs-251.13-5.fc37.aarch64                    1/97 
11:20:11 #12 8.612   Installing       : cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch             2/97 
11:20:11 #12 8.620   Installing       : cmake-filesystem-3.26.0~rc5-1.fc37.aarch64            3/97 
11:20:11 #12 8.629   Installing       : python3-libselinux-3.4-5.fc37.aarch64                 4/97 
11:20:11 #12 8.637   Installing       : perl-threads-1:2.27-489.fc37.aarch64                  5/97 
11:20:11 #12 8.642   Installing       : perl-File-Find-1.40-492.fc37.noarch                   6/97 
11:20:11 #12 8.649   Installing       : m4-1.4.19-4.fc37.aarch64                              7/97 
11:20:11 #12 8.656   Installing       : libtool-ltdl-2.4.7-2.fc37.aarch64                     8/97 
11:20:11 #12 8.663   Installing       : libseccomp-2.5.3-3.fc37.aarch64                       9/97 
11:20:11 #12 8.670   Installing       : libmpc-1.2.1-5.fc37.aarch64                          10/97 
11:20:11 #12 8.679   Installing       : libfdisk-2.38.1-1.fc37.aarch64                       11/97 
11:20:11 #11 47.30 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
11:20:11 #11 47.31 Unpacking dwz (0.13-5) ...
11:20:11 #11 47.37 Selecting previously unselected package libcroco3:armhf.
11:20:11 #11 47.37 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
11:20:11 #11 47.37 Unpacking libcroco3:armhf (0.6.13-1) ...
11:20:11 #11 47.41 Selecting previously unselected package gettext.
11:20:11 #11 47.41 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
11:20:11 #11 47.41 Unpacking gettext (0.19.8.1-10build1) ...
11:20:11 #11 47.54 Selecting previously unselected package intltool-debian.
11:20:11 #11 47.54 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:11 #10 44.88 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:11 #10 44.92 Selecting previously unselected package libdevel-size-perl.
11:20:11 #10 44.92 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ...
11:20:11 #10 44.93 Unpacking libdevel-size-perl (0.83-1+b2) ...
11:20:11 #10 44.97 Selecting previously unselected package libdistro-info-perl.
11:20:11 #10 44.97 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ...
11:20:11 #10 44.97 Unpacking libdistro-info-perl (1.0) ...
11:20:11 #10 45.00 Selecting previously unselected package libemail-address-xs-perl.
11:20:11 #10 45.00 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ...
11:20:11 #10 45.01 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
11:20:11 #10 45.04 Selecting previously unselected package libfcgi0ldbl:armhf.
11:20:11 #10 45.04 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ...
11:20:11 #10 45.04 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
11:20:11 #10 45.07 Selecting previously unselected package libfcgi-bin.
11:20:11 #10 45.07 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ...
11:20:11 #10 45.08 Unpacking libfcgi-bin (2.4.2-2) ...
11:20:11 #10 45.11 Selecting previously unselected package libfcgi-perl:armhf.
11:20:11 #10 45.11 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ...
11:20:11 #11 60.85 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:20:11 #11 60.86 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
11:20:11 #11 60.88 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:20:11 #11 60.89 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
11:20:11 #11 60.90 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:20:11 #11 60.91 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:20:11 #10 54.81 Setting up mime-support (3.60ubuntu1) ...
11:20:11 #10 54.84 Setting up iso-codes (3.79-1) ...
11:20:11 #10 54.85 Setting up libsigsegv2:armhf (2.12-1) ...
11:20:11 #10 54.87 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:20:11 #10 54.88 Setting up libreadline7:armhf (7.0-3) ...
11:20:11 #10 54.89 Setting up perl-openssl-defaults:armhf (3build1) ...
11:20:11 #10 54.91 Setting up libpsl5:armhf (0.19.1-5build1) ...
11:20:11 #10 54.92 Setting up groff-base (1.22.3-10) ...
11:20:11 #10 54.94 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
11:20:11 #10 54.95 No schema files found: doing nothing.
11:20:11 #10 54.96 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:11 #10 54.97 Setting up unzip (6.0-21ubuntu1.2) ...
11:20:11 #10 54.99 Setting up linux-libc-dev:armhf (4.15.0-206.217) ...
11:20:11 #10 55.00 Setting up libmpfr6:armhf (4.0.1-1) ...
11:20:11 #10 55.02 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:11 #13 6.055 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
11:20:11 #13 6.056 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.20 [75.6 kB]
11:20:11 #13 6.057 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
11:20:11 #13 6.059 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
11:20:11 #13 6.204 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.20 [19.7 kB]
11:20:11 #13 103.5   Cleanup    : 7:device-mapper-1.02.170-6.el7.aarch64                     61/65 
11:20:11 #12 5.236 Get:2 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
11:20:11 #12 5.237 Get:3 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
11:20:11 #12 5.240 Get:4 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
11:20:11 #12 5.241 Get:5 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
11:20:11 #12 5.253 Get:6 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB]
11:20:11 #12 5.255 Get:7 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB]
11:20:11 #12 5.260 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
11:20:11 #12 5.304 Get:9 http://deb.debian.org/debian bookworm/main arm64 dh-apparmor all 3.0.8-3 [16.7 kB]
11:20:11 #12 5.305 Get:10 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
11:20:11 #12 5.306 Get:11 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
11:20:11 #12 5.306 Get:12 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-2 [12.2 kB]
11:20:11 #12 5.307 Get:13 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.5-2 [51.5 kB]
11:20:11 #12 5.307 Get:14 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2 [343 kB]
11:20:11 #12 5.309 Get:15 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
11:20:11 #12 5.311 Get:16 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
11:20:11 #12 5.312 Get:17 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
11:20:11 #12 5.313 Get:18 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
11:20:11 #12 5.316 Get:19 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b5 [159 kB]
11:20:11 #12 5.318 Get:20 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-dev arm64 2:1.02.185-2 [42.0 kB]
11:20:11 #12 5.318 Get:21 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
11:20:11 #12 5.319 Get:22 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.5-2 [351 kB]
11:20:11 #12 5.320 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpkgconf3 arm64 1.8.1-1 [35.3 kB]
11:20:11 #12 5.321 Get:24 http://deb.debian.org/debian bookworm/main arm64 pkgconf-bin arm64 1.8.1-1 [28.9 kB]
11:20:11 #12 5.322 Get:25 http://deb.debian.org/debian bookworm/main arm64 pkgconf arm64 1.8.1-1 [25.9 kB]
11:20:11 #12 5.324 Get:26 http://deb.debian.org/debian bookworm/main arm64 pkg-config arm64 1.8.1-1 [13.7 kB]
11:20:11 #12 5.482 debconf: delaying package configuration, since apt-utils is not installed
11:20:11 #12 5.517 Fetched 12.7 MB in 0s (35.5 MB/s)
11:20:11 #10 53.35 Selecting previously unselected package python3-xdg.
11:20:11 #10 53.36 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ...
11:20:11 #10 53.36 Unpacking python3-xdg (0.25-5) ...
11:20:11 #10 53.41 Selecting previously unselected package shared-mime-info.
11:20:11 #10 53.41 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ...
11:20:11 #10 53.42 Unpacking shared-mime-info (1.10-1) ...
11:20:11 #10 53.56 Selecting previously unselected package strace.
11:20:11 #10 53.56 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ...
11:20:11 #10 53.56 Unpacking strace (4.26-0.2) ...
11:20:11 #10 53.63 Selecting previously unselected package unzip.
11:20:11 #10 DONE 68.4s
11:20:11 
11:20:11 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:11 #11 DONE 0.1s
11:20:11 
11:20:11 #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
11:20:11 #12 6.532 Running transaction check
11:20:11 #12 6.626 Transaction check succeeded.
11:20:11 #12 6.626 Running transaction test
11:20:11 #11 64.12   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
11:20:11 #11 58.05 Preparing to unpack .../109-g++_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:20:11 #11 58.06 Unpacking g++ (4:12.2.0-1ubuntu1) ...
11:20:11 #11 58.08 Selecting previously unselected package make.
11:20:11 #11 58.08 Preparing to unpack .../110-make_4.3-4.1build1_arm64.deb ...
11:20:11 #11 58.09 Unpacking make (4.3-4.1build1) ...
11:20:11 #11 58.12 Selecting previously unselected package libdpkg-perl.
11:20:11 #11 58.12 Preparing to unpack .../111-libdpkg-perl_1.21.9ubuntu1_all.deb ...
11:20:11 #11 58.12 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
11:20:11 #11 58.17 Selecting previously unselected package bzip2.
11:20:11 #11 58.17 Preparing to unpack .../112-bzip2_1.0.8-5build1_arm64.deb ...
11:20:11 #11 58.17 Unpacking bzip2 (1.0.8-5build1) ...
11:20:11 #11 58.21 Selecting previously unselected package patch.
11:20:11 #11 58.21 Preparing to unpack .../113-patch_2.7.6-7build2_arm64.deb ...
11:20:11 #11 58.21 Unpacking patch (2.7.6-7build2) ...
11:20:11 #11 58.25 Selecting previously unselected package lto-disabled-list.
11:20:11 #11 58.26 Preparing to unpack .../114-lto-disabled-list_35_all.deb ...
11:20:11 #11 58.26 Unpacking lto-disabled-list (35) ...
11:20:11 #11 58.30 Selecting previously unselected package dpkg-dev.
11:20:11 #11 58.30 Preparing to unpack .../115-dpkg-dev_1.21.9ubuntu1_all.deb ...
11:20:11 #11 44.97 Selecting previously unselected package libgdbm-compat4:armhf.
11:20:11 #11 44.97 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
11:20:11 #11 44.97 Unpacking libgdbm-compat4:armhf (1.23-1) ...
11:20:11 #11 45.02 Selecting previously unselected package libperl5.34:armhf.
11:20:11 #11 45.02 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_armhf.deb ...
11:20:11 #11 45.03 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
11:20:11 #11 48.73 debconf: delaying package configuration, since apt-utils is not installed
11:20:11 #11 48.77 Fetched 127 MB in 41s (3116 kB/s)
11:20:11 #11 48.79 Selecting previously unselected package liblocale-gettext-perl.
11:20:11 #11 48.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 ... 4392 files and directories currently installed.)
11:20:11 #11 48.80 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
11:20:11 #11 48.80 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:20:11 #13 26.88   Installing       : systemd-252-8.el9.x86_64                             55/68 
11:20:11 #13 26.89   Running scriptlet: systemd-252-8.el9.x86_64                             55/68 
11:20:11 #13 27.05   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   56/68 
11:20:11 #13 27.05   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   56/68 
11:20:11 #13 27.07 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:20:11 #13 27.07 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:20:11 #13 27.07 
11:20:11 #13 27.08   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
11:20:11 #11 61.87 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:20:11 #11 61.88 Setting up libltdl7:arm64 (2.4.6-15build2) ...
11:20:11 #11 61.89 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:11 #11 61.90 Setting up libssh-4:arm64 (0.9.6-2build1) ...
11:20:11 #11 61.92 Setting up libwebp7:arm64 (1.2.2-2) ...
11:20:11 #11 61.93 Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:11 #11 61.94 Setting up libmd0:arm64 (1.0.4-1build1) ...
11:20:11 #11 61.95 Setting up python-apt-common (2.4.0ubuntu1) ...
11:20:11 #11 61.96 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
11:20:11 #11 61.97 Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:11 #11 61.98 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
11:20:11 #11 61.99 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
11:20:11 #10 62.04 Setting up libdebhelper-perl (13.3.4) ...
11:20:11 #10 62.05 Setting up libpod-constants-perl (0.19-2) ...
11:20:11 #10 62.07 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
11:20:11 #10 62.08 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:11 #10 62.09 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:11 #10 62.10 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:20:11 #10 62.11 Setting up libtry-tiny-perl (0.30-1) ...
11:20:11 #10 62.12 Setting up libtype-tiny-perl (1.012001-2) ...
11:20:11 #10 62.13 Setting up libcommon-sense-perl (3.75-1+b4) ...
11:20:11 #10 62.14 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:11 #10 62.15 Setting up libnet-http-perl (6.20-1) ...
11:20:11 #10 62.17 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
11:20:11 #10 62.18 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:11 #10 62.19 Setting up libtime-moment-perl (0.44-1+b3) ...
11:20:11 #10 62.21 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:11 #10 62.24 Setting up python3 (3.9.2-3) ...
11:20:11 #10 66.42 Setting up libwant-perl (0.29-1+b6) ...
11:20:11 #10 66.43 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:11 #10 66.44 Setting up libtext-glob-perl (0.11-1) ...
11:20:11 #10 66.45 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:11 #10 66.46 Setting up liblist-compare-perl (0.55-1) ...
11:20:11 #10 66.47 Setting up libref-util-xs-perl (0.117-1+b3) ...
11:20:11 #10 66.49 Setting up libio-pty-perl (1:1.15-2) ...
11:20:11 #10 66.50 Setting up libtool (2.4.6-15) ...
11:20:11 #10 66.51 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
11:20:11 #10 66.52 Setting up libsort-key-perl (1.33-2+b3) ...
11:20:11 #10 66.53 Setting up libclone-perl (0.45-1+b1) ...
11:20:11 #10 66.54 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:11 #10 66.54 Setting up libarchive-zip-perl (1.68-1) ...
11:20:11 #10 66.55 Setting up libsub-identify-perl (0.14-1+b3) ...
11:20:11 #10 66.56 Setting up libdistro-info-perl (1.0) ...
11:20:11 #10 66.57 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
11:20:11 #10 66.58 Setting up libobject-id-perl (0.1.2-2.1) ...
11:20:11 #10 66.59 Setting up libio-stringy-perl (2.111-3) ...
11:20:11 #10 66.60 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:11 #10 66.61 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:11 #10 66.62 Setting up liblog-any-perl (1.709-1) ...
11:20:11 #11 65.57 Setting up libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:20:11 #11 65.58 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:11 #11 65.59 Setting up libtool (2.4.7-4) ...
11:20:11 #11 65.60 Setting up po-debconf (1.0.21+nmu1) ...
11:20:11 #11 65.61 Setting up libhtml-tree-perl (5.07-2) ...
11:20:11 #11 65.62 Setting up libparams-classify-perl:amd64 (0.015-2) ...
11:20:11 #11 65.63 Setting up libcgi-pm-perl (4.54-1) ...
11:20:11 #11 65.64 Setting up python3 (3.10.6-1) ...
11:20:11 #10 34.95 Setting up libmount1:armhf (2.38.1-5) ...
11:20:11 #10 35.00 Selecting previously unselected package libuchardet0:armhf.
11:20:11 #10 35.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 ... 11135 files and directories currently installed.)
11:20:11 #10 35.02 Preparing to unpack .../000-libuchardet0_0.0.7-1_armhf.deb ...
11:20:11 #10 35.02 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:20:11 #10 35.06 Selecting previously unselected package groff-base.
11:20:11 #10 35.06 Preparing to unpack .../001-groff-base_1.22.4-9_armhf.deb ...
11:20:11 #10 35.06 Unpacking groff-base (1.22.4-9) ...
11:20:11 #10 69.87 
11:20:11 #10 69.87 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:11 #10 69.99 Setting up dput (1.0.3) ...
11:20:11 #10 70.13 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:11 #12 9.403   Installing       : python3-libselinux-3.4-5.fc37.x86_64                  4/95 
11:20:11 #12 9.409   Installing       : perl-threads-1:2.27-489.fc37.x86_64                   5/95 
11:20:11 #12 9.438   Installing       : perl-File-Find-1.40-492.fc37.noarch                   6/95 
11:20:11 #12 9.444   Installing       : m4-1.4.19-4.fc37.x86_64                               7/95 
11:20:11 #12 9.502   Installing       : libtool-ltdl-2.4.7-2.fc37.x86_64                      8/95 
11:20:11 #12 9.508   Installing       : libseccomp-2.5.3-3.fc37.x86_64                        9/95 
11:20:11 #12 9.514   Installing       : libmpc-1.2.1-5.fc37.x86_64                           10/95 
11:20:11 #12 9.520   Installing       : libfdisk-2.38.1-1.fc37.x86_64                        11/95 
11:20:11 #10 46.12 Selecting previously unselected package libaom3:armhf.
11:20:11 #10 46.13 Preparing to unpack .../174-libaom3_3.6.0-1_armhf.deb ...
11:20:11 #10 46.13 Unpacking libaom3:armhf (3.6.0-1) ...
11:20:11 #11 60.42 Building database of manual pages ...
11:20:11 #12 8.691   Installing       : checkpolicy-3.4-3.fc37.aarch64                       12/97 
11:20:11 #12 8.829   Installing       : cpp-12.2.1-4.fc37.aarch64                            13/97 
11:20:11 #12 8.836   Installing       : perl-threads-shared-1.64-489.fc37.aarch64            14/97 
11:20:11 #12 8.842   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               15/97 
11:20:11 #12 8.848   Installing       : python3-libsemanage-3.4-5.fc37.aarch64               16/97 
11:20:11 #12 8.864   Installing       : systemd-devel-251.13-5.fc37.aarch64                  17/97 
11:20:11 #12 8.917   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  18/97 
11:20:11 #12 8.928   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    19/97 
11:20:11 #12 8.935   Installing       : vim-filesystem-2:9.0.1367-1.fc37.noarch              20/97 
11:20:11 #12 8.943   Installing       : python3-audit-3.1-2.fc37.aarch64                     21/97 
11:20:11 #12 8.950   Installing       : libubsan-12.2.1-4.fc37.aarch64                       22/97 
11:20:11 #12 8.957   Installing       : libedit-3.1-43.20221009cvs.fc37.aarch64              23/97 
11:20:11 #12 8.962   Installing       : libatomic-12.2.1-4.fc37.aarch64                      24/97 
11:20:11 #11 47.54 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:11 #11 47.58 Selecting previously unselected package po-debconf.
11:20:11 #11 47.58 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
11:20:11 #11 47.58 Unpacking po-debconf (1.0.21) ...
11:20:11 #11 47.63 Selecting previously unselected package debhelper.
11:20:11 #11 47.63 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
11:20:11 #11 47.64 Unpacking debhelper (12.10ubuntu1) ...
11:20:11 #10 65.65 0 added, 0 removed; done.
11:20:11 #10 65.65 Running hooks in /etc/ca-certificates/update.d...
11:20:11 #10 65.66 done.
11:20:11 #10 45.11 Unpacking libfcgi-perl:armhf (0.79+ds-2) ...
11:20:11 #10 45.14 Selecting previously unselected package libipc-system-simple-perl.
11:20:11 #10 45.14 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:11 #10 45.15 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:11 #10 45.18 Selecting previously unselected package libfile-basedir-perl.
11:20:11 #10 45.18 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ...
11:20:11 #10 45.18 Unpacking libfile-basedir-perl (0.08-1) ...
11:20:11 #10 45.22 Selecting previously unselected package libfile-chdir-perl.
11:20:11 #10 45.22 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:11 #10 45.23 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:11 #10 45.26 Selecting previously unselected package libfile-fcntllock-perl.
11:20:11 #10 45.26 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
11:20:11 #10 45.26 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
11:20:11 #10 45.30 Selecting previously unselected package libnumber-compare-perl.
11:20:11 #10 45.30 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ...
11:20:11 #10 45.30 Unpacking libnumber-compare-perl (0.03-1.1) ...
11:20:11 #10 45.33 Selecting previously unselected package libtext-glob-perl.
11:20:11 #10 45.33 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ...
11:20:11 #10 45.33 Unpacking libtext-glob-perl (0.11-1) ...
11:20:11 #10 45.37 Selecting previously unselected package libfile-find-rule-perl.
11:20:11 #10 45.37 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:11 #10 45.37 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:11 #10 45.40 Selecting previously unselected package libfont-afm-perl.
11:20:11 #10 45.41 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ...
11:20:11 #10 45.41 Unpacking libfont-afm-perl (1.20-3) ...
11:20:11 #10 45.44 Selecting previously unselected package libio-string-perl.
11:20:11 #10 45.44 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ...
11:20:11 #13 6.352 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1-dev amd64 3.0-1ubuntu0.1 [325 kB]
11:20:11 #10 55.03 Setting up dctrl-tools (2.24-2build1) ...
11:20:11 #10 55.04 Setting up distro-info-data (0.37ubuntu0.15) ...
11:20:11 #10 55.05 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:20:11 #10 55.07 Setting up libpipeline1:armhf (1.5.0-1) ...
11:20:11 #10 55.08 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:11 #10 55.09 Setting up libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
11:20:11 #10 55.10 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
11:20:11 #10 55.11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:20:11 #10 55.13 Setting up m4 (1.4.18-1) ...
11:20:11 #10 55.14 Setting up libgdbm5:armhf (1.14.1-6) ...
11:20:11 #10 55.16 Setting up at (3.1.20-3.1ubuntu2) ...
11:20:11 #12 5.551 Selecting previously unselected package bash-completion.
11:20:11 #12 5.551 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29952 files and directories currently installed.)
11:20:11 #12 5.567 Preparing to unpack .../00-bash-completion_1%3a2.11-6_all.deb ...
11:20:11 #12 5.580 Unpacking bash-completion (1:2.11-6) ...
11:20:11 #12 5.704 Selecting previously unselected package libjsoncpp25:arm64.
11:20:11 #12 5.707 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_arm64.deb ...
11:20:11 #12 5.715 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
11:20:11 #12 5.755 Selecting previously unselected package librhash0:arm64.
11:20:11 #12 5.758 Preparing to unpack .../02-librhash0_1.4.3-3_arm64.deb ...
11:20:11 #12 5.761 Unpacking librhash0:arm64 (1.4.3-3) ...
11:20:11 #12 5.803 Selecting previously unselected package libuv1:arm64.
11:20:11 #13 103.8   Cleanup    : systemd-219-78.el7.aarch64                                 62/65 
11:20:11 #10 53.64 Preparing to unpack .../328-unzip_6.0-23+deb10u3_armhf.deb ...
11:20:11 #10 53.64 Unpacking unzip (6.0-23+deb10u3) ...
11:20:11 #10 53.69 Selecting previously unselected package xauth.
11:20:11 #10 53.69 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ...
11:20:11 #10 53.70 Unpacking xauth (1:1.0.10-1) ...
11:20:11 #10 53.74 Selecting previously unselected package xdg-user-dirs.
11:20:11 #10 53.75 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ...
11:20:11 #10 53.75 Unpacking xdg-user-dirs (0.17-2) ...
11:20:11 #10 53.83 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:20:11 #10 53.84 Setting up libapt-pkg-perl (0.1.34+b1) ...
11:20:12 #11 58.31 Unpacking dpkg-dev (1.21.9ubuntu1) ...
11:20:12 #11 58.36 Selecting previously unselected package build-essential.
11:20:12 #11 58.36 Preparing to unpack .../116-build-essential_12.9ubuntu3_arm64.deb ...
11:20:12 #11 58.36 Unpacking build-essential (12.9ubuntu3) ...
11:20:12 #11 58.42 Selecting previously unselected package libbrotli1:arm64.
11:20:12 #11 58.42 Preparing to unpack .../117-libbrotli1_1.0.9-2build6_arm64.deb ...
11:20:12 #11 58.43 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:20:12 #11 58.47 Selecting previously unselected package libsasl2-modules-db:arm64.
11:20:12 #11 58.47 Preparing to unpack .../118-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:20:12 #11 58.47 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:12 #11 58.51 Selecting previously unselected package libsasl2-2:arm64.
11:20:12 #11 58.51 Preparing to unpack .../119-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:20:12 #11 58.52 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:12 #11 58.56 Selecting previously unselected package libldap-2.5-0:arm64.
11:20:12 #11 45.27 Selecting previously unselected package perl.
11:20:12 #11 45.28 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_armhf.deb ...
11:20:12 #11 45.28 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:20:12 #11 45.32 Selecting previously unselected package openssl.
11:20:12 #11 45.32 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_armhf.deb ...
11:20:12 #11 45.32 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:20:12 #11 45.38 Selecting previously unselected package ca-certificates.
11:20:12 #11 45.38 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:20:12 #11 45.39 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:12 #11 45.45 Selecting previously unselected package distro-info-data.
11:20:12 #11 45.45 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:20:12 #11 45.46 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:20:12 #13 27.13   Installing       : dbus-broker-28-7.el9.x86_64                          57/68 
11:20:12 #13 27.14   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
11:20:12 #13 27.16 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:20:12 #13 27.16 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:20:12 #13 27.16 
11:20:12 #13 27.17   Installing       : device-mapper-libs-9:1.02.187-7.el9.x86_64           58/68 
11:20:12 #13 27.18   Installing       : device-mapper-9:1.02.187-7.el9.x86_64                59/68 
11:20:12 #13 27.25   Installing       : systemd-devel-252-8.el9.x86_64                       60/68 
11:20:12 #13 27.26   Installing       : device-mapper-devel-9:1.02.187-7.el9.x86_64          61/68 
11:20:12 #13 27.28   Installing       : annobin-11.05-1.el9.x86_64                           62/68 
11:20:12 #13 27.28   Running scriptlet: annobin-11.05-1.el9.x86_64                           62/68 
11:20:12 #13 27.30   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             63/68 
11:20:12 #13 27.31   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             63/68 
11:20:12 #13 27.34   Installing       : libtool-2.4.6-45.el9.x86_64                          64/68 
11:20:12 #11 62.00 Setting up lzop (1.04-2build2) ...
11:20:12 #11 62.01 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
11:20:12 #11 62.04 Setting up git-man (1:2.34.1-1ubuntu1.8) ...
11:20:12 #11 62.05 Setting up netbase (6.3) ...
11:20:12 #11 62.07 Setting up libbinutils:arm64 (2.38-4ubuntu2.1) ...
11:20:12 #11 62.08 Setting up libfido2-1:arm64 (1.10.0-1) ...
11:20:12 #11 62.09 Setting up libisl23:arm64 (0.24-2build1) ...
11:20:12 #11 62.10 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:20:12 #11 62.11 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:20:12 #11 62.13 Setting up libbsd0:arm64 (0.11.5-1) ...
11:20:12 #11 62.14 Setting up libelf1:arm64 (0.186-1build1) ...
11:20:12 #11 62.15 Setting up readline-common (8.1.2-1) ...
11:20:12 #11 62.16 Setting up publicsuffix (20211207.1025-1) ...
11:20:12 #11 62.17 Setting up zstd (1.4.8+dfsg-3build1) ...
11:20:12 #11 62.18 Setting up libmarkdown2:arm64 (2.2.7-2) ...
11:20:12 #11 62.19 Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:12 #11 62.20 Setting up iso-codes (4.9.0-1) ...
11:20:12 #11 62.21 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:12 #11 48.88 Selecting previously unselected package libssl3:armhf.
11:20:12 #11 48.88 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_armhf.deb ...
11:20:12 #11 48.89 Unpacking libssl3:armhf (3.0.5-2ubuntu2.1) ...
11:20:12 #11 48.96 Selecting previously unselected package libpython3.10-minimal:armhf.
11:20:12 #11 48.96 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:20:12 #11 48.96 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
11:20:12 #11 49.06 Selecting previously unselected package libexpat1:armhf.
11:20:12 #11 49.06 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ...
11:20:12 #11 49.06 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
11:20:12 #11 49.10 Selecting previously unselected package python3.10-minimal.
11:20:12 #11 49.10 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:20:12 #11 49.10 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:20:12 #23 DONE 67.4s
11:20:12 
11:20:12 #24 [binary 1/1] COPY --from=build /out .
11:20:12 #24 DONE 0.5s
11:20:12 
11:20:12 #25 exporting to client
11:20:12 #25 copying files 47B
11:20:12 #25 copying files 34.53MB 0.2s done
11:20:12 #25 DONE 0.2s
11:20:12 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker && docker buildx build --target all --build-arg VERSION=0.0.0-20230309110843-71615c2 --build-arg DOCKER_GITCOMMIT=31a9532 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --output "./bundles/binary" .
11:20:12 #10 62.56 Setting up libexception-class-perl (1.44-1) ...
11:20:12 #10 66.63 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:12 #10 66.64 Setting up libdevel-size-perl (0.83-1+b2) ...
11:20:12 #10 66.65 Setting up libdebhelper-perl (13.3.4) ...
11:20:12 #10 66.65 Setting up libpod-constants-perl (0.19-2) ...
11:20:12 #10 66.66 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
11:20:12 #10 66.67 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:12 #10 66.68 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:12 #10 66.69 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:20:12 #10 66.70 Setting up libtry-tiny-perl (0.30-1) ...
11:20:12 #10 66.71 Setting up libtype-tiny-perl (1.012001-2) ...
11:20:12 #10 66.72 Setting up libcommon-sense-perl (3.75-1+b4) ...
11:20:12 #10 66.73 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:12 #10 66.74 Setting up libnet-http-perl (6.20-1) ...
11:20:12 #10 66.75 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
11:20:12 #10 66.76 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:12 #10 66.77 Setting up libtime-moment-perl (0.44-1+b3) ...
11:20:12 #10 66.78 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:12 #10 66.79 Setting up python3 (3.9.2-3) ...
11:20:12 #11 65.92 Setting up libhtml-format-perl (2.16-1) ...
11:20:12 #11 65.93 Setting up python3-xdg (0.27-2) ...
11:20:12 #11 66.08 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:12 #11 66.13 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:12 #10 35.18 Selecting previously unselected package bsdextrautils.
11:20:12 #10 35.18 Preparing to unpack .../002-bsdextrautils_2.38.1-5_armhf.deb ...
11:20:12 #10 35.19 Unpacking bsdextrautils (2.38.1-5) ...
11:20:12 #10 35.23 Selecting previously unselected package libpipeline1:armhf.
11:20:12 #10 35.23 Preparing to unpack .../003-libpipeline1_1.5.7-1_armhf.deb ...
11:20:12 #10 35.24 Unpacking libpipeline1:armhf (1.5.7-1) ...
11:20:12 #10 35.28 Selecting previously unselected package man-db.
11:20:12 #10 35.28 Preparing to unpack .../004-man-db_2.11.2-1_armhf.deb ...
11:20:12 #10 35.29 Unpacking man-db (2.11.2-1) ...
11:20:12 #12 2.196 Package bash-5.2.15-1.fc36.aarch64 is already installed.
11:20:12 #12 2.208 Package bash-5.2.15-1.fc36.aarch64 is already installed.
11:20:12 #12 2.208 Package ca-certificates-2023.2.60-1.0.fc36.noarch is already installed.
11:20:12 #12 2.209 Package libarchive-3.5.3-3.fc36.aarch64 is already installed.
11:20:12 #12 2.209 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
11:20:12 #12 2.210 Package tar-2:1.34-3.fc36.aarch64 is already installed.
11:20:12 #12 2.221 Package bash-5.2.15-1.fc36.aarch64 is already installed.
11:20:12 #12 9.534   Installing       : checkpolicy-3.4-3.fc37.x86_64                        12/95 
11:20:12 #12 9.714   Installing       : cpp-12.2.1-4.fc37.x86_64                             13/95 
11:20:12 #12 9.722   Installing       : perl-threads-shared-1.64-489.fc37.x86_64             14/95 
11:20:12 #12 9.727   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               15/95 
11:20:12 #12 9.734   Installing       : python3-libsemanage-3.4-5.fc37.x86_64                16/95 
11:20:12 #12 9.748   Installing       : systemd-devel-251.13-5.fc37.x86_64                   17/95 
11:20:12 #12 9.820   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  18/95 
11:20:12 #12 9.863   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     19/95 
11:20:12 #12 9.870   Installing       : vim-filesystem-2:9.0.1367-1.fc37.noarch              20/95 
11:20:12 #12 9.877   Installing       : python3-audit-3.1-2.fc37.x86_64                      21/95 
11:20:12 #10 46.41 Selecting previously unselected package libapt-pkg-perl.
11:20:12 #10 46.41 Preparing to unpack .../175-libapt-pkg-perl_0.1.40+b2_armhf.deb ...
11:20:12 #10 46.48 Unpacking libapt-pkg-perl (0.1.40+b2) ...
11:20:12 #10 46.57 Selecting previously unselected package libarchive-cpio-perl.
11:20:12 #10 70.15 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:12 #10 70.16 Setting up libmailtools-perl (2.18-1) ...
11:20:12 #10 70.17 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
11:20:12 #10 70.18 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
11:20:12 #10 70.22 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:12 #10 70.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:12 #10 70.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:12 #10 70.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:12 #12 8.972   Installing       : libasan-12.2.1-4.fc37.aarch64                        25/97 
11:20:12 #12 9.083   Installing       : kernel-headers-6.1.5-200.fc37.aarch64                26/97 
11:20:12 #11 60.62 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:20:12 #11 60.64 Setting up python3-six (1.16.0-3ubuntu1) ...
11:20:12 #12 9.094   Installing       : libxcrypt-devel-4.4.33-4.fc37.aarch64                27/97 
11:20:12 #12 9.149   Installing       : glibc-devel-2.36-9.fc37.aarch64                      28/97 
11:20:12 #12 9.210   Installing       : glibc-static-2.36-9.fc37.aarch64                     29/97 
11:20:12 #12 9.218   Installing       : libxcrypt-static-4.4.33-4.fc37.aarch64               30/97 
11:20:12 #12 9.228   Installing       : dbus-common-1:1.14.6-1.fc37.noarch                   31/97 
11:20:12 #12 9.234   Running scriptlet: dbus-common-1:1.14.6-1.fc37.noarch                   31/97 
11:20:12 #12 9.246   Running scriptlet: dbus-broker-33-1.fc37.aarch64                        32/97 
11:20:12 #11 60.77 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:20:12 #11 47.77 Selecting previously unselected package libfakeroot:armhf.
11:20:12 #11 47.77 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
11:20:12 #11 47.77 Unpacking libfakeroot:armhf (1.24-1) ...
11:20:12 #11 47.81 Selecting previously unselected package fakeroot.
11:20:12 #11 47.81 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
11:20:12 #11 47.82 Unpacking fakeroot (1.24-1) ...
11:20:12 #11 47.86 Selecting previously unselected package libassuan0:armhf.
11:20:12 #11 47.86 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
11:20:12 #11 47.87 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
11:20:12 #11 47.90 Selecting previously unselected package gpgconf.
11:20:12 #11 47.90 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 47.91 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:20:12 #11 47.96 Selecting previously unselected package libksba8:armhf.
11:20:12 #11 47.96 Preparing to unpack .../137-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
11:20:12 #11 47.97 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:20:12 #10 DONE 66.0s
11:20:12 #13 6.623 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB]
11:20:12 #13 6.668 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-32-0 amd64 10.34-7ubuntu0.1 [170 kB]
11:20:12 #13 6.699 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-posix2 amd64 10.34-7ubuntu0.1 [5988 B]
11:20:12 #13 6.700 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-dev amd64 10.34-7ubuntu0.1 [672 kB]
11:20:12 #13 6.769 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
11:20:12 #13 6.780 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
11:20:12 #13 6.783 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB]
11:20:12 #13 6.789 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.20 [268 kB]
11:20:12 #13 6.804 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.20 [246 kB]
11:20:12 #10 55.33 invoke-rc.d: could not determine current runlevel
11:20:12 #10 55.34 invoke-rc.d: policy-rc.d denied execution of start.
11:20:12 #10 55.34 Setting up libbsd0:armhf (0.8.7-1ubuntu0.1) ...
11:20:12 #10 55.35 Setting up libkrb5support0:armhf (1.16-2ubuntu0.3) ...
11:20:12 #10 55.36 Setting up ucf (3.0038) ...
11:20:12 #10 55.46 Setting up libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:20:12 #10 55.48 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:20:12 #10 55.49 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:20:12 #10 55.50 Setting up libmagic1:armhf (1:5.32-2ubuntu0.4) ...
11:20:12 #10 55.52 Setting up libcroco3:armhf (0.6.12-2) ...
11:20:12 #10 55.54 Setting up gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:12 #10 45.44 Unpacking libio-string-perl (1.08-3.1) ...
11:20:12 #10 45.48 Selecting previously unselected package libfont-ttf-perl.
11:20:12 #10 45.48 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ...
11:20:12 #10 45.49 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:20:12 #10 45.56 Selecting previously unselected package libio-stringy-perl.
11:20:12 #10 45.56 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ...
11:20:12 #10 45.57 Unpacking libio-stringy-perl (2.111-3) ...
11:20:12 #10 45.62 Selecting previously unselected package libparams-validate-perl:armhf.
11:20:12 #10 45.62 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ...
11:20:12 #10 45.62 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ...
11:20:12 #10 45.65 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:20:12 #10 45.65 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
11:20:12 #10 45.66 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
11:20:12 #10 45.69 Selecting previously unselected package libsort-versions-perl.
11:20:12 #10 45.69 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ...
11:20:12 #12 5.806 Preparing to unpack .../03-libuv1_1.44.2-1_arm64.deb ...
11:20:12 #12 5.810 Unpacking libuv1:arm64 (1.44.2-1) ...
11:20:12 #12 5.861 Selecting previously unselected package cmake-data.
11:20:12 #12 5.863 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ...
11:20:12 #12 5.871 Unpacking cmake-data (3.25.1-1) ...
11:20:12 #11 61.39 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
11:20:12 #10 53.85 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
11:20:12 #10 53.86 Setting up libpipeline1:armhf (1.5.1-2) ...
11:20:12 #10 53.88 Setting up wdiff (1.2.2-2+b1) ...
11:20:12 #10 53.89 Setting up lsb-base (10.2019051400) ...
11:20:12 #10 53.90 Setting up mysql-common (5.8+1.0.5) ...
11:20:12 #10 53.93 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:20:12 #10 53.94 Setting up libxau6:armhf (1:1.0.8-1+b2) ...
11:20:12 #10 53.95 Setting up libkeyutils1:armhf (1.6-6) ...
11:20:12 #10 53.96 Setting up libpsl5:armhf (0.20.2-2) ...
11:20:12 #10 53.98 Setting up libgpm2:armhf (1.20.7-5) ...
11:20:12 #10 53.99 Setting up mime-support (3.62) ...
11:20:12 #10 54.02 Setting up xdg-user-dirs (0.17-2) ...
11:20:12 #10 54.04 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:20:12 #10 54.06 Setting up psmisc (23.2-1+deb10u1) ...
11:20:12 #11 58.56 Preparing to unpack .../120-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
11:20:12 #11 58.57 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
11:20:12 #11 58.61 Selecting previously unselected package librtmp1:arm64.
11:20:12 #11 58.61 Preparing to unpack .../121-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:20:12 #11 58.61 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:12 #11 58.65 Selecting previously unselected package libssh-4:arm64.
11:20:12 #11 58.65 Preparing to unpack .../122-libssh-4_0.9.6-2build1_arm64.deb ...
11:20:12 #11 58.66 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:20:12 #11 58.70 Selecting previously unselected package libcurl4:arm64.
11:20:12 #11 58.70 Preparing to unpack .../123-libcurl4_7.85.0-1ubuntu0.3_arm64.deb ...
11:20:12 #11 58.71 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.3) ...
11:20:12 #11 58.74 Selecting previously unselected package curl.
11:20:12 #11 58.75 Preparing to unpack .../124-curl_7.85.0-1ubuntu0.3_arm64.deb ...
11:20:12 #11 58.75 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:20:12 #11 58.79 Selecting previously unselected package dctrl-tools.
11:20:12 #11 58.80 Preparing to unpack .../125-dctrl-tools_2.24-3build2_arm64.deb ...
11:20:12 #11 58.80 Unpacking dctrl-tools (2.24-3build2) ...
11:20:12 #11 58.84 Selecting previously unselected package libdebhelper-perl.
11:20:12 #11 58.84 Preparing to unpack .../126-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
11:20:12 #11 58.84 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
11:20:12 #11 58.88 Selecting previously unselected package libtool.
11:20:12 #11 58.88 Preparing to unpack .../127-libtool_2.4.7-4_all.deb ...
11:20:12 #11 58.89 Unpacking libtool (2.4.7-4) ...
11:20:12 #11 45.49 Selecting previously unselected package iso-codes.
11:20:12 #11 45.49 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:20:12 #11 45.49 Unpacking iso-codes (4.9.0-1) ...
11:20:12 #11 45.68 Selecting previously unselected package less.
11:20:12 #11 45.69 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_armhf.deb ...
11:20:12 #11 45.69 Unpacking less (590-1ubuntu0.22.04.1) ...
11:20:12 #11 45.72 Selecting previously unselected package libmd0:armhf.
11:20:12 #11 45.73 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
11:20:12 #11 45.73 Unpacking libmd0:armhf (1.0.4-1build1) ...
11:20:12 #13 27.35   Installing       : libtool-ltdl-devel-2.4.6-45.el9.x86_64               65/68 
11:20:12 #13 27.37   Installing       : libseccomp-devel-2.5.2-2.el9.x86_64                  66/68 
11:20:12 #13 27.37   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            67/68 
11:20:12 #13 27.38   Installing       : which-2.21-28.el9.x86_64                             68/68 
11:20:12 #13 27.38   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          68/68 
11:20:12 #11 62.22 Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:12 #11 62.23 Setting up dctrl-tools (2.24-3build2) ...
11:20:12 #11 62.25 Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:20:12 #11 62.26 Setting up libgdbm6:arm64 (1.23-1) ...
11:20:12 #11 62.27 Setting up libicu70:arm64 (70.1-2) ...
11:20:12 #11 62.28 Setting up libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
11:20:12 #11 62.29 Setting up libctf0:arm64 (2.38-4ubuntu2.1) ...
11:20:12 #11 62.30 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
11:20:12 #11 62.31 Setting up pinentry-curses (1.1.1-1build2) ...
11:20:12 #11 62.33 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:20:12 #11 62.34 Setting up manpages-dev (5.10-1ubuntu1) ...
11:20:12 #11 62.35 Setting up libdw1:arm64 (0.186-1build1) ...
11:20:12 #11 62.36 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:20:12 #11 62.37 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
11:20:12 #11 62.38 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:12 #11 49.18 Setting up libssl3:armhf (3.0.5-2ubuntu2.1) ...
11:20:12 #11 49.37 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
11:20:12 #11 49.40 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
11:20:12 #11 49.43 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:20:12 #12 0.724 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:20:12 #10 62.57 Setting up python3-xdg (0.27-2) ...
11:20:12 #10 62.74 Setting up libconfig-tiny-perl (2.26-1) ...
11:20:12 #10 62.75 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
11:20:12 #10 62.76 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:20:12 #10 62.77 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:12 #10 62.78 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:12 #10 62.79 Setting up libsub-install-perl (0.928-1.1) ...
11:20:12 #10 62.81 Setting up dpkg-dev (1.20.12) ...
11:20:12 #10 62.82 Setting up libnumber-compare-perl (0.03-1.1) ...
11:20:12 #1 [internal] load build definition from Dockerfile
11:20:12 #1 transferring dockerfile: 27.03kB done
11:20:12 #1 DONE 0.0s
11:20:12 
11:20:12 #2 [internal] load .dockerignore
11:20:12 #2 transferring context: 113B done
11:20:12 #2 DONE 0.0s
11:20:12 
11:20:12 #3 resolve image config for docker.io/docker/dockerfile:1
11:20:12 #3 DONE 0.1s
11:20:12 #10 67.06 Setting up libexception-class-perl (1.44-1) ...
11:20:12 #10 67.07 Setting up python3-xdg (0.27-2) ...
11:20:12 #11 66.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:12 #11 66.31 
11:20:12 #11 66.31 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:12 #11 66.33 Setting up python3-six (1.16.0-4) ...
11:20:12 #10 35.43 Selecting previously unselected package sensible-utils.
11:20:12 #10 35.43 Preparing to unpack .../005-sensible-utils_0.0.17+nmu1_all.deb ...
11:20:12 #10 35.43 Unpacking sensible-utils (0.0.17+nmu1) ...
11:20:12 #10 35.46 Selecting previously unselected package bzip2.
11:20:12 #10 35.47 Preparing to unpack .../006-bzip2_1.0.8-5+b2_armhf.deb ...
11:20:12 #10 35.47 Unpacking bzip2 (1.0.8-5+b2) ...
11:20:12 #10 35.51 Selecting previously unselected package libmagic-mgc.
11:20:12 #10 35.51 Preparing to unpack .../007-libmagic-mgc_1%3a5.44-3_armhf.deb ...
11:20:12 #10 35.51 Unpacking libmagic-mgc (1:5.44-3) ...
11:20:12 #10 35.62 Selecting previously unselected package libmagic1:armhf.
11:20:12 #10 35.62 Preparing to unpack .../008-libmagic1_1%3a5.44-3_armhf.deb ...
11:20:12 #10 35.63 Unpacking libmagic1:armhf (1:5.44-3) ...
11:20:12 #10 35.66 Selecting previously unselected package file.
11:20:12 #10 35.67 Preparing to unpack .../009-file_1%3a5.44-3_armhf.deb ...
11:20:12 #10 35.67 Unpacking file (1:5.44-3) ...
11:20:12 #12 2.341 Dependencies resolved.
11:20:12 #12 2.365 ================================================================================
11:20:12 #12 2.365  Package                       Arch     Version                  Repo      Size
11:20:12 #12 2.365 ================================================================================
11:20:12 #12 2.365 Installing:
11:20:12 #12 2.365  cmake                         aarch64  3.25.2-1.fc36            updates  6.3 M
11:20:12 #12 2.365  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
11:20:12 #12 2.365  gcc                           aarch64  12.2.1-4.fc36            updates   29 M
11:20:12 #12 2.365  git                           aarch64  2.39.2-1.fc36            updates   66 k
11:20:12 #12 2.365  glibc-static                  aarch64  2.35-22.fc36             updates  1.4 M
11:20:12 #12 2.365  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
11:20:12 #12 2.365  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
11:20:12 #12 2.365  libtool                       aarch64  2.4.7-1.fc36             updates  593 k
11:20:12 #12 2.365  libtool-ltdl-devel            aarch64  2.4.7-1.fc36             updates  157 k
11:20:12 #12 2.365  make                          aarch64  1:4.3-7.fc36             fedora   529 k
11:20:12 #12 2.365  selinux-policy-devel          noarch   36.17-1.fc36             updates  815 k
11:20:12 #12 2.365  systemd                       aarch64  250.10-2.fc36            updates  4.0 M
11:20:12 #12 2.365  which                         aarch64  2.21-32.fc36             fedora    42 k
11:20:12 #12 2.365 Upgrading:
11:20:12 #12 2.365  audit-libs                    aarch64  3.1-2.fc36               updates  118 k
11:20:12 #12 2.365 Installing dependencies:
11:20:12 #12 2.365  annobin-docs                  noarch   11.06-2.fc36             updates   92 k
11:20:12 #12 2.365  annobin-plugin-gcc            aarch64  11.06-2.fc36             updates  888 k
11:20:12 #12 2.365  autoconf                      noarch   2.71-3.fc36              updates  720 k
11:20:12 #12 2.365  automake                      noarch   1.16.5-7.fc36            updates  675 k
11:20:12 #12 2.365  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
11:20:12 #12 2.365  cmake-data                    noarch   3.25.2-1.fc36            updates  1.7 M
11:20:12 #12 2.365  cmake-filesystem              aarch64  3.25.2-1.fc36            updates   17 k
11:20:12 #12 2.365  cmake-rpm-macros              noarch   3.25.2-1.fc36            updates   16 k
11:20:12 #12 2.365  cpp                           aarch64  12.2.1-4.fc36            updates  9.2 M
11:20:12 #12 2.365  dbus                          aarch64  1:1.14.4-1.fc36          updates  7.2 k
11:20:12 #12 2.365  dbus-broker                   aarch64  33-1.fc36                updates  168 k
11:20:12 #12 2.365  dbus-common                   noarch   1:1.14.4-1.fc36          updates   14 k
11:20:12 #12 2.365  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
11:20:12 #12 2.365  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
11:20:12 #12 2.365  gc                            aarch64  8.0.6-3.fc36             updates  102 k
11:20:12 #12 2.365  gcc-plugin-annobin            aarch64  12.2.1-4.fc36            updates   52 k
11:20:12 #12 2.365  git-core                      aarch64  2.39.2-1.fc36            updates  4.3 M
11:20:12 #12 2.365  git-core-doc                  noarch   2.39.2-1.fc36            updates  2.6 M
11:20:12 #12 2.365  glibc-devel                   aarch64  2.35-22.fc36             updates  483 k
11:20:12 #12 2.365  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
11:20:12 #12 2.365  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
11:20:12 #12 2.365  kernel-headers                aarch64  6.1.5-100.fc36           updates  1.3 M
11:20:12 #12 2.365  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
11:20:12 #12 2.365  less                          aarch64  590-5.fc36               updates  161 k
11:20:12 #12 2.365  libargon2                     aarch64  20171227-9.fc36          updates   28 k
11:20:12 #12 2.365  libasan                       aarch64  12.2.1-4.fc36            updates  425 k
11:20:12 #12 2.365  libatomic                     aarch64  12.2.1-4.fc36            updates   43 k
11:20:12 #12 2.365  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
11:20:12 #12 2.365  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
11:20:12 #12 2.365  libfdisk                      aarch64  2.38-1.fc36              updates  155 k
11:20:12 #12 2.365  libfido2                      aarch64  1.10.0-5.fc36            updates   93 k
11:20:12 #12 2.365  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
11:20:12 #12 2.365  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
11:20:12 #12 2.365  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
11:20:12 #12 2.365  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
11:20:12 #12 2.365  libtool-ltdl                  aarch64  2.4.7-1.fc36             updates   37 k
11:20:12 #12 2.365  libubsan                      aarch64  12.2.1-4.fc36            updates  192 k
11:20:12 #12 2.365  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
11:20:12 #12 2.365  libuv                         aarch64  1:1.44.2-1.fc36          updates  148 k
11:20:12 #12 2.365  libxcrypt-devel               aarch64  4.4.33-4.fc36            updates   30 k
11:20:12 #12 2.365  libxcrypt-static              aarch64  4.4.33-4.fc36            updates  109 k
11:20:12 #12 2.365  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
11:20:12 #12 2.365  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
11:20:12 #12 2.365  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
11:20:12 #12 2.365  pcre2-devel                   aarch64  10.40-1.fc36             updates  474 k
11:20:12 #12 2.365  pcre2-utf16                   aarch64  10.40-1.fc36             updates  199 k
11:20:12 #12 2.365  pcre2-utf32                   aarch64  10.40-1.fc36             updates  188 k
11:20:12 #12 2.365  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
11:20:12 #12 2.365  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
11:20:12 #12 2.365  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
11:20:12 #12 2.365  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
11:20:12 #12 2.365  perl-Git                      noarch   2.39.2-1.fc36            updates   43 k
11:20:12 #12 2.365  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
11:20:12 #12 2.365  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
11:20:12 #12 2.365  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
11:20:12 #12 2.365  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
11:20:12 #12 2.365  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
11:20:12 #12 2.365  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
11:20:12 #12 2.365  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
11:20:12 #12 2.365  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
11:20:12 #12 2.365  python3-audit                 aarch64  3.1-2.fc36               updates   83 k
11:20:12 #12 2.365  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
11:20:12 #12 2.365  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
11:20:12 #12 2.365  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
11:20:12 #12 2.365  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
11:20:12 #12 2.365  python3-setuptools            noarch   59.6.0-3.fc36            updates  934 k
11:20:12 #12 2.365  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
11:20:12 #12 2.365  rpm-plugin-selinux            aarch64  4.17.1-3.fc36            updates   18 k
11:20:12 #12 2.365  selinux-policy                noarch   36.17-1.fc36             updates   66 k
11:20:12 #12 2.365  selinux-policy-targeted       noarch   36.17-1.fc36             updates  6.4 M
11:20:12 #12 2.365  systemd-devel                 aarch64  250.10-2.fc36            updates  446 k
11:20:12 #12 2.365  systemd-pam                   aarch64  250.10-2.fc36            updates  319 k
11:20:12 #12 2.365  systemd-rpm-macros            noarch   250.10-2.fc36            updates   24 k
11:20:12 #12 2.365  util-linux                    aarch64  2.38-1.fc36              updates  2.3 M
11:20:12 #12 2.365  vim-filesystem                noarch   2:9.0.1307-1.fc36        updates   17 k
11:20:12 #12 2.365  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
11:20:12 #12 2.365 Installing weak dependencies:
11:20:12 #12 2.365  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
11:20:12 #12 2.365  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
11:20:12 #12 2.365  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
11:20:12 #12 2.365  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
11:20:12 #12 2.365  systemd-networkd              aarch64  250.10-2.fc36            updates  564 k
11:20:12 #12 2.365  systemd-resolved              aarch64  250.10-2.fc36            updates  254 k
11:20:12 #12 2.365 
11:20:12 #12 2.365 Transaction Summary
11:20:12 #12 2.365 ================================================================================
11:20:12 #12 2.365 Install  95 Packages
11:20:12 #12 2.365 Upgrade   1 Package
11:20:12 #12 2.365 
11:20:12 #12 2.372 Total download size: 93 M
11:20:12 #12 2.372 Downloading Packages:
11:20:12 #12 9.910   Installing       : libedit-3.1-43.20221009cvs.fc37.x86_64               22/95 
11:20:12 #12 10.01   Installing       : kernel-headers-6.1.5-200.fc37.x86_64                 23/95 
11:20:12 #12 10.10   Installing       : glibc-headers-x86-2.36-9.fc37.noarch                 24/95 
11:20:12 #10 46.58 Preparing to unpack .../176-libarchive-cpio-perl_0.10-3_all.deb ...
11:20:12 #10 46.62 Unpacking libarchive-cpio-perl (0.10-3) ...
11:20:12 #10 70.61 Setting up libconst-fast-perl (0.014-1) ...
11:20:12 #10 70.62 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
11:20:12 #10 70.63 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:12 #10 70.64 Setting up libemail-valid-perl (1.202-1) ...
11:20:12 #10 70.65 Setting up libcgi-fast-perl (1:2.13-1) ...
11:20:12 #10 70.66 Setting up libpackage-stash-perl (0.38-1) ...
11:20:12 #10 70.68 Setting up libimport-into-perl (1.002005-1) ...
11:20:12 #10 70.69 Setting up libmoo-perl (2.003004-2) ...
11:20:12 #10 70.70 Setting up libmime-tools-perl (5.509-1) ...
11:20:12 #10 70.71 Setting up libxml-simple-perl (2.25-1) ...
11:20:12 #10 70.72 Setting up libparams-validate-perl (1.29-1+b1) ...
11:20:12 #12 9.316   Installing       : dbus-broker-33-1.fc37.aarch64                        32/97 
11:20:12 #12 9.321   Running scriptlet: dbus-broker-33-1.fc37.aarch64                        32/97 
11:20:12 #12 9.332   Installing       : dbus-1:1.14.6-1.fc37.aarch64                         33/97 
11:20:12 #12 9.337   Installing       : annobin-docs-11.11-1.fc37.noarch                     34/97 
11:20:12 #12 9.345   Installing       : rhash-1.4.2-3.fc37.aarch64                           35/97 
11:20:12 #12 9.352   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   36/97 
11:20:12 #12 9.449   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              37/97 
11:20:12 #12 9.488   Installing       : python3-setools-4.4.0-9.fc37.aarch64                 38/97 
11:20:12 #12 9.496   Installing       : perl-lib-0.65-492.fc37.aarch64                       39/97 
11:20:12 #12 9.502   Installing       : perl-TermReadKey-2.38-14.fc37.aarch64                40/97 
11:20:12 #12 9.508   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  41/97 
11:20:12 #12 9.512   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          42/97 
11:20:12 #12 9.530   Installing       : autoconf-2.71-4.fc37.noarch                          43/97 
11:20:12 #11 60.90 Setting up perl (5.34.0-3ubuntu1.1) ...
11:20:12 #11 60.92 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:20:12 #11 60.94 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:12 #11 60.95 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:20:12 #11 60.96 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:20:12 #11 48.00 Selecting previously unselected package libnpth0:armhf.
11:20:12 #11 48.01 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
11:20:12 #11 48.01 Unpacking libnpth0:armhf (1.6-1) ...
11:20:12 #11 48.05 Selecting previously unselected package dirmngr.
11:20:12 #11 48.05 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.07 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.17 Selecting previously unselected package gnupg-l10n.
11:20:12 #11 48.17 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:20:12 #11 48.17 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.21 Selecting previously unselected package gnupg-utils.
11:20:12 #11 48.21 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.22 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:20:12 
11:20:12 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:12 #11 DONE 0.1s
11:20:12 #10 45.69 Unpacking libsort-versions-perl (1.62-1) ...
11:20:12 #10 45.72 Selecting previously unselected package libgit-wrapper-perl.
11:20:12 #10 45.72 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:12 #10 45.73 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:12 #10 45.76 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:12 #10 45.76 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:12 #10 45.77 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:12 #10 45.80 Selecting previously unselected package libio-prompter-perl.
11:20:12 #10 45.80 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ...
11:20:12 #10 45.81 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:12 #10 45.84 Selecting previously unselected package libjson-perl.
11:20:12 #10 45.84 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ...
11:20:12 #10 45.85 Unpacking libjson-perl (4.03000-1) ...
11:20:12 #10 45.88 Selecting previously unselected package liblog-any-perl.
11:20:12 #10 45.88 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ...
11:20:12 #10 45.89 Unpacking liblog-any-perl (1.709-1) ...
11:20:12 #10 45.92 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:12 #10 45.92 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:20:12 #10 55.55 Setting up binutils-common:armhf (2.30-21ubuntu1~18.04.8) ...
11:20:12 #10 55.56 Setting up libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
11:20:12 #10 55.57 Setting up patch (2.7.6-2ubuntu1.1) ...
11:20:12 #10 55.58 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:20:12 #10 55.60 Setting up krb5-locales (1.16-2ubuntu0.3) ...
11:20:12 #10 55.61 Setting up publicsuffix (20180223.1310-1) ...
11:20:12 #10 55.62 Setting up autotools-dev (20180224.1) ...
11:20:12 #10 55.63 Setting up t1utils (1.41-2) ...
11:20:12 #10 55.64 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:20:12 #10 55.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.66 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
11:20:12 #10 55.67 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:12 #10 55.68 Setting up libfakeroot:armhf (1.22-2ubuntu1) ...
11:20:12 #10 55.70 Setting up libltdl7:armhf (2.4.6-2) ...
11:20:12 #10 55.71 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:20:12 #10 55.72 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
11:20:12 #10 55.73 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:20:12 #10 55.75 Setting up wdiff (1.2.2-2) ...
11:20:12 #13 6.962 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
11:20:12 #11 61.50 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:12 #11 61.51 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:20:12 #11 61.52 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ...
11:20:12 #11 61.53 Setting up python3 (3.8.2-0ubuntu2) ...
11:20:12 #10 54.07 Setting up libgc1c2:armhf (1:7.6.4-0.4) ...
11:20:12 #10 54.08 Setting up libyaml-0-2:armhf (0.2.1-1) ...
11:20:12 #10 54.10 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:20:12 #10 54.11 No schema files found: doing nothing.
11:20:12 #10 54.11 Setting up distro-info-data (0.41+deb10u6) ...
11:20:12 #10 54.13 Setting up manpages (4.16-2) ...
11:20:12 #10 54.14 Setting up unzip (6.0-23+deb10u3) ...
11:20:12 #10 54.16 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
11:20:12 #10 54.17 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
11:20:12 #10 54.19 Setting up binutils-common:armhf (2.31.1-16) ...
11:20:12 #10 54.21 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
11:20:12 #10 54.22 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
11:20:12 #10 54.24 Setting up less (487-0.1+b1) ...
11:20:12 #13 104.1   Cleanup    : systemd-libs-219-78.el7.aarch64                            63/65 
11:20:12 #11 58.92 Selecting previously unselected package dh-autoreconf.
11:20:12 #11 58.92 Preparing to unpack .../128-dh-autoreconf_20_all.deb ...
11:20:12 #11 58.93 Unpacking dh-autoreconf (20) ...
11:20:12 #11 58.97 Selecting previously unselected package libarchive-zip-perl.
11:20:12 #11 58.97 Preparing to unpack .../129-libarchive-zip-perl_1.68-1_all.deb ...
11:20:12 #11 58.98 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:12 #11 59.02 Selecting previously unselected package libsub-override-perl.
11:20:12 #11 59.02 Preparing to unpack .../130-libsub-override-perl_0.09-3_all.deb ...
11:20:12 #11 59.02 Unpacking libsub-override-perl (0.09-3) ...
11:20:12 #11 59.05 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:12 #11 59.05 Preparing to unpack .../131-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:20:12 #11 59.06 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:12 #11 59.11 Selecting previously unselected package dh-strip-nondeterminism.
11:20:12 #11 59.11 Preparing to unpack .../132-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:20:12 #11 59.11 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:20:12 #11 59.15 Selecting previously unselected package libdw1:arm64.
11:20:12 #11 59.15 Preparing to unpack .../133-libdw1_0.187-4_arm64.deb ...
11:20:12 #11 59.16 Unpacking libdw1:arm64 (0.187-4) ...
11:20:12 #11 45.76 Selecting previously unselected package libbsd0:armhf.
11:20:12 #11 45.76 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
11:20:12 #11 45.76 Unpacking libbsd0:armhf (0.11.5-1) ...
11:20:12 #11 45.80 Selecting previously unselected package libelf1:armhf.
11:20:12 #11 45.80 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
11:20:12 #11 45.80 Unpacking libelf1:armhf (0.186-1build1) ...
11:20:12 #11 45.83 Selecting previously unselected package libicu70:armhf.
11:20:12 #11 45.83 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
11:20:12 #11 45.84 Unpacking libicu70:armhf (70.1-2) ...
11:20:12 #11 62.53 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
11:20:12 #11 62.54 Setting up libreadline8:arm64 (8.1.2-1) ...
11:20:12 #11 62.55 Setting up m4 (1.4.18-5ubuntu2) ...
11:20:12 #11 62.56 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
11:20:12 #11 62.58 Setting up binutils (2.38-4ubuntu2.1) ...
11:20:12 #11 62.59 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:12 #11 62.59 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
11:20:12 #11 62.60 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:12 #10 62.84 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:12 #10 62.85 Setting up liberror-perl (0.17029-1) ...
11:20:12 #10 62.86 Setting up python3-six (1.16.0-2) ...
11:20:12 #10 63.01 Setting up dh-autoreconf (20) ...
11:20:12 #10 63.02 Setting up patchutils (0.4.2-1) ...
11:20:12 #10 63.03 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:12 #10 63.04 Setting up libltdl-dev:arm64 (2.4.6-15) ...
11:20:12 #10 63.05 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:12 #10 63.06 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:12 #10 63.07 Setting up libio-string-perl (1.08-3.1) ...
11:20:12 #10 63.08 Setting up libreadonly-perl (2.050-3) ...
11:20:12 #12 0.724 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:20:12 #12 0.725 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:20:12 
11:20:12 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:20:12 #4 CACHED
11:20:12 
11:20:12 #5 [internal] load metadata for docker.io/library/busybox:latest
11:20:12 #5 DONE 0.0s
11:20:12 
11:20:12 #6 [internal] load metadata for docker.io/library/golang:1.19.6-bullseye
11:20:12 #6 ...
11:20:12 
11:20:12 #7 [auth] djs55/vpnkit:pull token for registry-1.docker.io
11:20:12 #7 DONE 0.0s
11:20:12 #10 67.22 Setting up libconfig-tiny-perl (2.26-1) ...
11:20:12 #10 67.23 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
11:20:12 #10 67.24 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:20:12 #10 67.25 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:12 #10 67.26 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:12 #10 67.27 Setting up libsub-install-perl (0.928-1.1) ...
11:20:12 #10 67.28 Setting up gcc (4:10.2.1-1) ...
11:20:12 #10 67.30 Setting up dpkg-dev (1.20.12) ...
11:20:12 #10 67.31 Setting up libnumber-compare-perl (0.03-1.1) ...
11:20:12 #10 67.32 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:12 #10 67.33 Setting up liberror-perl (0.17029-1) ...
11:20:12 #10 67.34 Setting up python3-six (1.16.0-2) ...
11:20:12 #11 66.47 Setting up dh-autoreconf (20) ...
11:20:12 #11 66.48 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:12 #11 66.48 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:12 #11 66.49 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
11:20:12 #10 35.70 Selecting previously unselected package gettext-base.
11:20:12 #10 35.70 Preparing to unpack .../010-gettext-base_0.21-12_armhf.deb ...
11:20:12 #10 35.71 Unpacking gettext-base (0.21-12) ...
11:20:12 #10 35.76 Selecting previously unselected package xz-utils.
11:20:12 #10 35.77 Preparing to unpack .../011-xz-utils_5.4.1-0.2_armhf.deb ...
11:20:12 #10 35.78 Unpacking xz-utils (5.4.1-0.2) ...
11:20:12 #10 35.85 Selecting previously unselected package m4.
11:20:12 #10 35.85 Preparing to unpack .../012-m4_1.4.19-3_armhf.deb ...
11:20:12 #10 35.85 Unpacking m4 (1.4.19-3) ...
11:20:12 #10 35.90 Selecting previously unselected package autoconf.
11:20:12 #10 35.91 Preparing to unpack .../013-autoconf_2.71-3_all.deb ...
11:20:12 #10 35.91 Unpacking autoconf (2.71-3) ...
11:20:12 #12 10.13   Installing       : libxcrypt-devel-4.4.33-4.fc37.x86_64                 25/95 
11:20:12 #12 10.14   Installing       : glibc-devel-2.36-9.fc37.x86_64                       26/95 
11:20:12 #12 10.27   Installing       : glibc-static-2.36-9.fc37.x86_64                      27/95 
11:20:12 #12 10.28   Installing       : libxcrypt-static-4.4.33-4.fc37.x86_64                28/95 
11:20:12 #12 10.28   Installing       : dbus-common-1:1.14.6-1.fc37.noarch                   29/95 
11:20:12 #12 10.31   Running scriptlet: dbus-common-1:1.14.6-1.fc37.noarch                   29/95 
11:20:12 #12 10.32   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         30/95 
11:20:12 #10 46.80 Selecting previously unselected package libarchive13:armhf.
11:20:12 #10 46.80 Preparing to unpack .../177-libarchive13_3.6.2-1_armhf.deb ...
11:20:12 #10 46.81 Unpacking libarchive13:armhf (3.6.2-1) ...
11:20:12 #10 46.94 Selecting previously unselected package libarray-intspan-perl.
11:20:12 #10 46.94 Preparing to unpack .../178-libarray-intspan-perl_2.004-2_all.deb ...
11:20:12 #10 46.95 Unpacking libarray-intspan-perl (2.004-2) ...
11:20:12 #12 9.552   Installing       : automake-1.16.5-9.fc37.noarch                        44/97 
11:20:12 #12 9.560   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  45/97 
11:20:12 #12 9.568   Installing       : pcre2-utf32-10.40-1.fc37.1.aarch64                   46/97 
11:20:12 #12 9.575   Installing       : pcre2-utf16-10.40-1.fc37.1.aarch64                   47/97 
11:20:12 #12 9.585   Installing       : pcre2-devel-10.40-1.fc37.1.aarch64                   48/97 
11:20:12 #12 9.594   Installing       : libuv-1:1.44.2-2.fc37.aarch64                        49/97 
11:20:12 #12 9.598   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     50/97 
11:20:12 #12 9.645   Installing       : libutempter-1.2.1-7.fc37.aarch64                     50/97 
11:20:12 #12 9.715   Installing       : util-linux-2.38.1-1.fc37.aarch64                     51/97 
11:20:12 #12 9.727   Running scriptlet: openssh-8.8p1-7.fc37.aarch64                         52/97 
11:20:12 #12 9.763   Installing       : openssh-8.8p1-7.fc37.aarch64                         52/97 
11:20:12 #12 9.773   Installing       : libsepol-devel-3.4-3.fc37.aarch64                    53/97 
11:20:12 #12 9.782   Installing       : libselinux-devel-3.4-5.fc37.aarch64                  54/97 
11:20:12 #12 9.796   Installing       : libselinux-utils-3.4-5.fc37.aarch64                  55/97 
11:20:12 #11 48.29 Selecting previously unselected package gpg.
11:20:12 #11 48.29 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.30 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.37 Selecting previously unselected package pinentry-curses.
11:20:12 #11 48.38 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
11:20:12 #11 48.38 Unpacking pinentry-curses (1.1.0-3build1) ...
11:20:12 #11 48.42 Selecting previously unselected package gpg-agent.
11:20:12 #11 48.43 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.43 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.49 Selecting previously unselected package gpg-wks-client.
11:20:12 #11 48.49 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.49 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:20:12 #11 61.13 Setting up libdata-dump-perl (1.25-1) ...
11:20:12 #11 61.14 Setting up python3-certifi (2020.6.20-1) ...
11:20:12 #11 61.27 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:12 #11 61.28 Setting up libref-util-perl (0.204-1) ...
11:20:12 #11 61.29 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:12 #11 61.30 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:12 #11 61.31 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:12 #11 61.32 Setting up libsocket6-perl (0.29-1build4) ...
11:20:12 #11 61.34 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:20:12 #11 61.35 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:20:12 #11 61.36 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
11:20:12 #11 61.37 Setting up libvariable-magic-perl (0.62-1build5) ...
11:20:12 #10 70.73 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:12 #10 70.74 Setting up lintian (2.15.0) ...
11:20:12 #10 70.76 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:12 #10 70.77 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
11:20:12 #10 70.78 Setting up licensecheck (3.0.31-3) ...
11:20:12 #10 70.80 Setting up libgitlab-api-v4-perl (0.16-1) ...
11:20:12 #10 70.81 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:12 #10 70.83 Setting up libwww-perl (6.36-2) ...
11:20:12 #10 70.84 Setting up debhelper (12.1.1) ...
11:20:12 #10 70.85 Setting up dh-autoreconf (19) ...
11:20:12 #10 70.86 Setting up devscripts (2.19.5+deb10u1) ...
11:20:12 
11:20:12 #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
11:20:12 #10 45.93 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:20:12 #10 45.96 Selecting previously unselected package libpackage-stash-perl.
11:20:12 #10 45.96 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ...
11:20:12 #10 45.96 Unpacking libpackage-stash-perl (0.39-1) ...
11:20:12 #10 46.00 Selecting previously unselected package libsub-identify-perl.
11:20:12 #10 46.00 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ...
11:20:12 #10 46.00 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:20:12 #10 46.04 Selecting previously unselected package libsub-name-perl.
11:20:12 #10 46.04 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ...
11:20:12 #10 46.04 Unpacking libsub-name-perl (0.26-1+b1) ...
11:20:12 #10 46.07 Selecting previously unselected package libnamespace-clean-perl.
11:20:12 #10 46.08 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:12 #10 46.08 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:12 #10 46.11 Selecting previously unselected package libpath-tiny-perl.
11:20:12 #10 46.11 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ...
11:20:12 #10 46.11 Unpacking libpath-tiny-perl (0.118-1) ...
11:20:12 #10 46.15 Selecting previously unselected package libtype-tiny-perl.
11:20:12 #10 46.15 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ...
11:20:12 #10 46.15 Unpacking libtype-tiny-perl (1.012001-2) ...
11:20:12 #10 46.22 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:12 #10 46.22 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:12 #10 46.23 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:12 #10 46.28 Selecting previously unselected package libglib2.0-0:armhf.
11:20:12 #10 55.76 Setting up shared-mime-info (1.9-2) ...
11:20:12 #13 7.258 debconf: delaying package configuration, since apt-utils is not installed
11:20:12 #13 7.297 Fetched 8485 kB in 2s (3727 kB/s)
11:20:12 #13 7.327 Selecting previously unselected package bash-completion.
11:20:12 #13 7.327 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26314 files and directories currently installed.)
11:20:12 #13 7.345 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
11:20:12 #11 61.85 Setting up python3-xdg (0.26-1ubuntu1) ...
11:20:12 #11 62.02 Setting up man-db (2.9.1-1) ...
11:20:12 #11 62.13 Building database of manual pages ...
11:20:12 #11 64.64   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
11:20:12 #11 65.60   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
11:20:12 #11 65.65   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
11:20:12 #11 65.68   Updating   : rpm-python-4.11.3-48.el7_9.x86_64                          34/52 
11:20:12 #11 65.70   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
11:20:12 #11 65.71   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
11:20:12 #11 65.74   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
11:20:12 #11 65.78   Installing : zip-3.0-11.el7.x86_64                                      38/52 
11:20:12 #11 65.83   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
11:20:12 #11 65.86   Installing : patch-2.7.1-12.el7_7.x86_64                                40/52 
11:20:12 #10 54.33 Setting up perl-openssl-defaults:armhf (3) ...
11:20:12 #10 54.34 Setting up linux-libc-dev:armhf (4.19.269-1) ...
11:20:12 #10 54.35 Setting up gettext-base (0.19.8.1-9) ...
11:20:12 #10 54.36 Setting up liblzo2-2:armhf (2.10-0.1) ...
11:20:12 #10 54.37 Setting up libnpth0:armhf (1.6-1) ...
11:20:12 #10 54.39 Setting up krb5-locales (1.17-3+deb10u5) ...
11:20:12 #10 54.40 Setting up file (1:5.35-4+deb10u2) ...
11:20:12 #10 54.41 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ...
11:20:12 #10 54.42 Setting up libassuan0:armhf (2.5.2-1) ...
11:20:12 #10 54.44 Setting up libgomp1:armhf (8.3.0-6) ...
11:20:12 #10 54.45 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
11:20:12 #10 54.46 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
11:20:12 #10 54.47 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:20:12 #10 54.48 Setting up libicu63:armhf (63.1-6+deb10u3) ...
11:20:12 #10 54.49 Setting up libfakeroot:armhf (1.23-1) ...
11:20:12 #10 54.51 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
11:20:12 #10 54.52 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
11:20:12 #10 54.53 Setting up fakeroot (1.23-1) ...
11:20:12 #10 54.54 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:12 #10 54.55 Setting up mariadb-common (1:10.3.38-0+deb10u1) ...
11:20:12 #10 54.56 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:20:12 #10 54.57 Setting up libasan5:armhf (8.3.0-6) ...
11:20:12 #10 54.58 Setting up autotools-dev (20180224.1) ...
11:20:12 #10 54.59 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
11:20:12 #10 54.60 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
11:20:12 #10 54.62 Setting up libwrap0:armhf (7.6.q-28) ...
11:20:12 #10 54.63 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
11:20:12 #12 6.258 Selecting previously unselected package libproc2-0:arm64.
11:20:12 #12 6.262 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_arm64.deb ...
11:20:12 #12 6.266 Unpacking libproc2-0:arm64 (2:4.0.2-3) ...
11:20:12 #12 6.307 Selecting previously unselected package procps.
11:20:12 #12 6.310 Preparing to unpack .../06-procps_2%3a4.0.2-3_arm64.deb ...
11:20:12 #12 6.321 Unpacking procps (2:4.0.2-3) ...
11:20:12 #12 6.404 Selecting previously unselected package cmake.
11:20:12 #12 6.407 Preparing to unpack .../07-cmake_3.25.1-1_arm64.deb ...
11:20:12 #12 6.410 Unpacking cmake (3.25.1-1) ...
11:20:12 #13 104.4   Cleanup    : glibc-2.17-317.el7.aarch64                                 64/65 
11:20:12 #11 46.12 Selecting previously unselected package libxml2:armhf.
11:20:12 #11 46.13 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
11:20:12 #11 46.13 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
11:20:12 #11 46.17 Selecting previously unselected package libyaml-0-2:armhf.
11:20:12 #11 46.17 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
11:20:12 #11 46.18 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
11:20:12 #11 46.21 Selecting previously unselected package lsb-release.
11:20:12 #11 46.21 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:20:12 #11 46.22 Unpacking lsb-release (11.1.0ubuntu4) ...
11:20:12 #11 46.25 Selecting previously unselected package netbase.
11:20:12 #11 46.25 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:20:12 #11 46.26 Unpacking netbase (6.3) ...
11:20:12 #11 59.20 Selecting previously unselected package debugedit.
11:20:12 #11 59.20 Preparing to unpack .../134-debugedit_1%3a5.0-5_arm64.deb ...
11:20:12 #11 59.21 Unpacking debugedit (1:5.0-5) ...
11:20:12 #11 59.24 Selecting previously unselected package dwz.
11:20:12 #11 59.24 Preparing to unpack .../135-dwz_0.14-1build2_arm64.deb ...
11:20:12 #11 59.24 Unpacking dwz (0.14-1build2) ...
11:20:12 #11 59.27 Selecting previously unselected package gettext.
11:20:12 #11 59.28 Preparing to unpack .../136-gettext_0.21-8_arm64.deb ...
11:20:12 #11 59.28 Unpacking gettext (0.21-8) ...
11:20:12 #11 59.35 Selecting previously unselected package intltool-debian.
11:20:12 #11 59.35 Preparing to unpack .../137-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:12 #11 59.36 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:12 #11 59.40 Selecting previously unselected package po-debconf.
11:20:12 #11 59.40 Preparing to unpack .../138-po-debconf_1.0.21+nmu1_all.deb ...
11:20:12 #10 63.09 Setting up python3-gpg (1.14.0-1+b2) ...
11:20:12 #10 63.28 Setting up python3-certifi (2020.6.20-1) ...
11:20:12 
11:20:12 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
11:20:12 #8 DONE 0.2s
11:20:12 
11:20:12 #6 [internal] load metadata for docker.io/library/golang:1.19.6-bullseye
11:20:12 #6 DONE 0.3s
11:20:12 
11:20:12 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:20:12 #9 DONE 0.3s
11:20:12 #10 67.47 Setting up dh-autoreconf (20) ...
11:20:12 #10 67.48 Setting up patchutils (0.4.2-1) ...
11:20:12 #10 67.49 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:12 #10 67.50 Setting up libltdl-dev:amd64 (2.4.6-15) ...
11:20:12 #10 67.52 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:12 #10 67.53 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:12 #10 67.53 Setting up libio-string-perl (1.08-3.1) ...
11:20:12 #10 67.54 Setting up libreadonly-perl (2.050-3) ...
11:20:12 #10 67.55 Setting up python3-gpg (1.14.0-1+b2) ...
11:20:12 #11 66.66 Setting up python3-certifi (2022.6.15-2) ...
11:20:12 #11 66.78 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:12 #11 66.79 Setting up libmailtools-perl (2.21-1) ...
11:20:12 #11 66.80 Setting up python3-gi (3.42.2-2) ...
11:20:12 #10 35.98 Selecting previously unselected package autotools-dev.
11:20:12 #10 35.99 Preparing to unpack .../014-autotools-dev_20220109.1_all.deb ...
11:20:12 #10 35.99 Unpacking autotools-dev (20220109.1) ...
11:20:12 #10 36.03 Selecting previously unselected package automake.
11:20:12 #10 36.03 Preparing to unpack .../015-automake_1%3a1.16.5-1.3_all.deb ...
11:20:12 #10 36.04 Unpacking automake (1:1.16.5-1.3) ...
11:20:12 #12 10.38   Installing       : dbus-broker-33-1.fc37.x86_64                         30/95 
11:20:12 #12 10.38   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         30/95 
11:20:12 #12 10.39   Installing       : dbus-1:1.14.6-1.fc37.x86_64                          31/95 
11:20:12 #12 10.39   Installing       : annobin-docs-11.11-1.fc37.noarch                     32/95 
11:20:12 #12 10.42   Installing       : rhash-1.4.2-3.fc37.x86_64                            33/95 
11:20:12 #12 10.43   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    34/95 
11:20:12 #12 10.54   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              35/95 
11:20:12 #12 10.60   Installing       : python3-setools-4.4.0-9.fc37.x86_64                  36/95 
11:20:12 #10 47.03 Selecting previously unselected package libauthen-sasl-perl.
11:20:12 #10 47.04 Preparing to unpack .../179-libauthen-sasl-perl_2.1600-3_all.deb ...
11:20:12 #10 47.05 Unpacking libauthen-sasl-perl (2.1600-3) ...
11:20:12 #10 47.15 Selecting previously unselected package libdav1d6:armhf.
11:20:12 #10 47.16 Preparing to unpack .../180-libdav1d6_1.0.0-2_armhf.deb ...
11:20:12 #10 47.17 Unpacking libdav1d6:armhf (1.0.0-2) ...
11:20:12 #10 47.23 Selecting previously unselected package libgav1-1:armhf.
11:20:12 #10 47.24 Preparing to unpack .../181-libgav1-1_0.18.0-1+b1_armhf.deb ...
11:20:12 #10 47.24 Unpacking libgav1-1:armhf (0.18.0-1+b1) ...
11:20:12 #12 9.812   Installing       : policycoreutils-3.4-6.fc37.aarch64                   56/97 
11:20:12 #12 9.820   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   56/97 
11:20:12 #12 9.832   Installing       : selinux-policy-37.19-1.fc37.noarch                   57/97 
11:20:12 #12 9.837   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   57/97 
11:20:12 #11 48.53 Selecting previously unselected package gpg-wks-server.
11:20:12 #11 48.53 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.54 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.58 Selecting previously unselected package gpgsm.
11:20:12 #11 48.58 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
11:20:12 #11 48.58 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.64 Selecting previously unselected package gnupg.
11:20:12 #11 48.64 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:20:12 #11 48.64 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:20:12 #11 48.69 Selecting previously unselected package libfile-which-perl.
11:20:12 #11 48.69 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
11:20:12 #11 48.70 Unpacking libfile-which-perl (1.23-1) ...
11:20:12 #11 48.73 Selecting previously unselected package libfile-homedir-perl.
11:20:12 #11 48.73 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
11:20:12 #11 61.38 Setting up python3-idna (3.3-1) ...
11:20:12 #11 61.59 Setting up libio-html-perl (1.004-2) ...
11:20:12 #11 61.60 Setting up libpod-parser-perl (1.63-2) ...
11:20:12 #11 61.63 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:20:12 #10 71.01 Setting up dh-strip-nondeterminism (1.1.2-1) ...
11:20:12 #10 71.02 Setting up equivs (2.2.0) ...
11:20:12 #10 71.03 Setting up libxml-parser-perl (2.44-4) ...
11:20:12 #10 71.04 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:12 #10 71.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:12 #10 71.15 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:12 #12 1.363 Reading package lists...
11:20:12 #12 2.786 dh_testdir
11:20:12 #12 2.803 dh_testroot
11:20:12 #12 2.820 dh_prep
11:20:12 #17 exporting layers 4.3s done
11:20:12 #17 writing image sha256:d0aa8b1703113a42c6d43f2ea23d54412574468a812d8611e6c03f780cbb9a93 done
11:20:12 #17 naming to docker.io/debbuild-ubuntu-bionic/x86_64 done
11:20:12 #17 DONE 4.3s
11:20:12 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/x86_64
11:20:13 #10 46.28 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ...
11:20:13 #10 46.29 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:20:13 #10 54.65 Setting up make (4.2.1-1.2) ...
11:20:13 #10 54.66 Setting up libmpfr6:armhf (4.0.2-1) ...
11:20:13 #10 54.67 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:20:13 #10 54.68 Setting up libntlm0:armhf (1.5-1+deb10u1) ...
11:20:13 #10 54.71 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
11:20:13 #10 54.72 Setting up libidn11:armhf (1.33-2.2) ...
11:20:13 #10 54.73 Setting up libncurses6:armhf (6.1+20181013-2+deb10u3) ...
11:20:13 #10 54.74 Setting up strace (4.26-0.2) ...
11:20:13 #10 54.76 Setting up libsigsegv2:armhf (2.12-2) ...
11:20:13 #10 54.77 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:20:13 #10 54.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:13 #10 54.79 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
11:20:13 #10 54.80 Setting up t1utils (1.41-3) ...
11:20:13 #10 54.81 Setting up diffstat (1.62-1) ...
11:20:13 #10 54.82 Setting up libmpc3:armhf (1.1.0-1) ...
11:20:13 #10 54.83 Setting up libatomic1:armhf (8.3.0-6) ...
11:20:13 #10 54.84 Setting up patch (2.7.6-3+deb10u1) ...
11:20:13 #10 54.86 Setting up mailutils-common (1:3.5-4) ...
11:20:13 #12 6.910 Selecting previously unselected package dh-apparmor.
11:20:13 #12 6.913 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ...
11:20:13 #12 6.916 Unpacking dh-apparmor (3.0.8-3) ...
11:20:13 #12 6.951 Selecting previously unselected package dmsetup.
11:20:13 #12 6.955 Preparing to unpack .../09-dmsetup_2%3a1.02.185-2_arm64.deb ...
11:20:13 #13 104.7   Cleanup    : glibc-common-2.17-317.el7.aarch64                          65/65 
11:20:13 #13 105.1   Verifying  : git-1.8.3.1-24.el7_9.aarch64                                1/65 
11:20:13 #13 105.1   Verifying  : systemd-devel-219-78.el7_9.7.aarch64                        2/65 
11:20:13 #13 105.1   Verifying  : glibc-common-2.17-326.el7_9.aarch64                         3/65 
11:20:13 #13 105.1   Verifying  : openssh-clients-7.4p1-22.el7_9.aarch64                      4/65 
11:20:13 #13 105.1   Verifying  : pcre-devel-8.32-17.el7.aarch64                              5/65 
11:20:13 #13 105.1   Verifying  : perl-Data-Dumper-2.145-3.el7.aarch64                        6/65 
11:20:13 #13 105.2   Verifying  : glibc-devel-2.17-326.el7_9.aarch64                          7/65 
11:20:13 #13 105.2   Verifying  : libselinux-utils-2.5-15.el7.aarch64                         8/65 
11:20:13 #13 105.2   Verifying  : libarchive-3.1.2-14.el7_7.aarch64                           9/65 
11:20:13 #13 105.2   Verifying  : glibc-2.17-326.el7_9.aarch64                               10/65 
11:20:13 #13 105.2   Verifying  : systemd-libs-219-78.el7_9.7.aarch64                        11/65 
11:20:13 #13 105.2   Verifying  : automake-1.13.4-3.el7.noarch                               12/65 
11:20:13 #13 105.2   Verifying  : libseccomp-devel-2.3.1-4.el7.aarch64                       13/65 
11:20:13 #13 105.2   Verifying  : libtool-ltdl-2.4.2-22.el7_3.aarch64                        14/65 
11:20:13 #13 105.2   Verifying  : 1:make-3.82-24.el7.aarch64                                 15/65 
11:20:13 #13 105.3   Verifying  : libcgroup-0.41-21.el7.aarch64                              16/65 
11:20:13 #13 105.3   Verifying  : python-IPy-0.75-6.el7.noarch                               17/65 
11:20:13 #13 105.3   Verifying  : checkpolicy-2.5-8.el7.aarch64                              18/65 
11:20:13 #13 105.3   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        19/65 
11:20:13 #13 105.3   Verifying  : systemd-219-78.el7_9.7.aarch64                             20/65 
11:20:13 #13 105.3   Verifying  : policycoreutils-devel-2.5-34.el7.aarch64                   21/65 
11:20:13 #13 105.3   Verifying  : libsemanage-python-2.5-14.el7.aarch64                      22/65 
11:20:13 #11 46.28 Selecting previously unselected package python-apt-common.
11:20:13 #11 46.29 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu1_all.deb ...
11:20:13 #11 46.29 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:20:13 #11 46.33 Selecting previously unselected package python3-apt.
11:20:13 #11 46.33 Preparing to unpack .../020-python3-apt_2.4.0ubuntu1_armhf.deb ...
11:20:13 #11 46.34 Unpacking python3-apt (2.4.0ubuntu1) ...
11:20:13 #11 46.37 Selecting previously unselected package python3-pkg-resources.
11:20:13 #11 46.37 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:20:13 #11 46.38 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:20:13 #11 59.40 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:13 #11 59.46 Selecting previously unselected package debhelper.
11:20:13 #11 59.46 Preparing to unpack .../139-debhelper_13.9.1ubuntu1_all.deb ...
11:20:13 #11 59.46 Unpacking debhelper (13.9.1ubuntu1) ...
11:20:13 #11 59.55 Selecting previously unselected package libfakeroot:arm64.
11:20:13 #11 59.55 Preparing to unpack .../140-libfakeroot_1.29-1ubuntu1_arm64.deb ...
11:20:13 #11 59.56 Unpacking libfakeroot:arm64 (1.29-1ubuntu1) ...
11:20:13 #11 59.61 Selecting previously unselected package fakeroot.
11:20:13 #11 59.61 Preparing to unpack .../141-fakeroot_1.29-1ubuntu1_arm64.deb ...
11:20:13 #11 59.61 Unpacking fakeroot (1.29-1ubuntu1) ...
11:20:13 #10 63.42 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:13 #10 63.43 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:13 #10 63.45 Setting up libgd3:arm64 (2.3.0-2) ...
11:20:13 #10 63.46 Setting up python3-idna (2.10-1) ...
11:20:13 
11:20:13 #10 [build-dummy 1/2] FROM docker.io/library/busybox
11:20:13 #10 DONE 0.0s
11:20:13 
11:20:13 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:13 #11 resolve docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2 0.0s done
11:20:13 #11 sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2 1.86kB / 1.86kB done
11:20:13 #11 sha256:699d222b61fb23503d3d5f27599dd0dc2f79a037a5e09f74c285045ef5ce2812 1.80kB / 1.80kB done
11:20:13 #11 sha256:ea7beca367f167b767325db884109b202a8b99c2f33ca4b6243cea6a63efcc29 7.10kB / 7.10kB done
11:20:13 #10 67.72 Setting up python3-certifi (2020.6.20-1) ...
11:20:13 #10 67.85 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:13 #10 67.86 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:13 #10 67.87 Setting up libgd3:amd64 (2.3.0-2) ...
11:20:13 #10 67.87 Setting up python3-idna (2.10-1) ...
11:20:13 #10 36.13 Selecting previously unselected package autopoint.
11:20:13 #10 36.13 Preparing to unpack .../016-autopoint_0.21-12_all.deb ...
11:20:13 #10 36.13 Unpacking autopoint (0.21-12) ...
11:20:13 #10 36.17 Selecting previously unselected package binutils-common:armhf.
11:20:13 #10 36.17 Preparing to unpack .../017-binutils-common_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 36.18 Unpacking binutils-common:armhf (2.40-2+rpi1) ...
11:20:13 #11 66.98 Setting up python3-idna (3.3-1) ...
11:20:13 #11 67.17 Setting up python3-urllib3 (1.26.9-1) ...
11:20:13 #11 63.10 Updating certificates in /etc/ssl/certs...
11:20:13 #12 7.954 Transaction test succeeded.
11:20:13 #12 7.954 Running transaction
11:20:13 #12 0.890 Reading package lists...
11:20:13 #12 10.66   Installing       : perl-lib-0.65-492.fc37.x86_64                        37/95 
11:20:13 #12 10.66   Installing       : perl-TermReadKey-2.38-14.fc37.x86_64                 38/95 
11:20:13 #12 10.69   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  39/95 
11:20:13 #12 10.70   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          40/95 
11:20:13 #12 10.71   Installing       : autoconf-2.71-4.fc37.noarch                          41/95 
11:20:13 #12 10.76   Installing       : automake-1.16.5-9.fc37.noarch                        42/95 
11:20:13 #12 10.79   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  43/95 
11:20:13 #12 10.79   Installing       : pcre2-utf32-10.40-1.fc37.1.x86_64                    44/95 
11:20:13 #12 10.83   Installing       : pcre2-utf16-10.40-1.fc37.1.x86_64                    45/95 
11:20:13 #12 10.84   Installing       : pcre2-devel-10.40-1.fc37.1.x86_64                    46/95 
11:20:13 #12 10.89   Installing       : libuv-1:1.44.2-2.fc37.x86_64                         47/95 
11:20:13 #12 10.90   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      48/95 
11:20:13 #12 10.93   Installing       : libutempter-1.2.1-7.fc37.x86_64                      48/95 
11:20:13 #10 47.31 Selecting previously unselected package librav1e0:armhf.
11:20:13 #10 47.31 Preparing to unpack .../182-librav1e0_0.5.1-6_armhf.deb ...
11:20:13 #10 47.31 Unpacking librav1e0:armhf (0.5.1-6) ...
11:20:13 #10 47.41 Selecting previously unselected package libsvtav1enc1:armhf.
11:20:13 #10 47.41 Preparing to unpack .../183-libsvtav1enc1_1.4.1+dfsg-1_armhf.deb ...
11:20:13 #10 47.41 Unpacking libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
11:20:13 #10 47.54 Selecting previously unselected package libjpeg62-turbo:armhf.
11:20:13 #10 47.54 Preparing to unpack .../184-libjpeg62-turbo_1%3a2.1.5-2_armhf.deb ...
11:20:13 #10 47.55 Unpacking libjpeg62-turbo:armhf (1:2.1.5-2) ...
11:20:13 #10 47.60 Selecting previously unselected package libyuv0:armhf.
11:20:13 #10 47.60 Preparing to unpack .../185-libyuv0_0.0~git20230123.b2528b0-1_armhf.deb ...
11:20:13 #10 47.60 Unpacking libyuv0:armhf (0.0~git20230123.b2528b0-1) ...
11:20:13 #12 9.864   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          58/97 
11:20:13 #12 10.12   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          58/97 
11:20:13 #11 48.74 Unpacking libfile-homedir-perl (1.004-1) ...
11:20:13 #11 48.77 Selecting previously unselected package libio-pty-perl.
11:20:13 #11 48.78 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
11:20:13 #11 48.78 Unpacking libio-pty-perl (1:1.12-1) ...
11:20:13 #11 48.82 Selecting previously unselected package libipc-run-perl.
11:20:13 #11 48.82 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
11:20:13 #11 48.82 Unpacking libipc-run-perl (20180523.0-2) ...
11:20:13 #11 48.86 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:13 #11 48.87 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:13 #11 48.87 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:13 #11 48.91 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:13 #11 48.91 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
11:20:13 #11 48.91 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:20:13 #11 48.94 Selecting previously unselected package libdynaloader-functions-perl.
11:20:13 #11 48.94 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
11:20:13 #11 48.94 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:20:13 #11 48.98 Selecting previously unselected package libdevel-callchecker-perl.
11:20:13 #11 48.98 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
11:20:13 #11 48.98 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:20:13 #11 49.02 Selecting previously unselected package libparams-classify-perl.
11:20:13 #11 49.02 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
11:20:13 #11 49.02 Unpacking libparams-classify-perl (0.015-1build2) ...
11:20:13 #11 49.06 Selecting previously unselected package libmodule-runtime-perl.
11:20:13 #11 49.06 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:13 #11 49.06 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:13 #11 49.09 Selecting previously unselected package libimport-into-perl.
11:20:13 #11 49.09 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
11:20:13 #11 61.64 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:13 #11 61.65 Setting up libparams-util-perl (1.102-1build3) ...
11:20:13 #11 61.66 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:20:13 #11 61.67 Setting up libtime-duration-perl (1.21-1) ...
11:20:13 #11 61.68 Setting up autoconf (2.71-2) ...
11:20:13 #11 61.69 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:13 #11 61.86 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:13 #11 61.88 Setting up libarray-intspan-perl (2.004-1) ...
11:20:13 #11 61.89 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:13 #10 71.28 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:13 #10 71.31 Setting up libsoap-lite-perl (1.27-1) ...
11:20:13 #10 71.32 Setting up libxmlrpc-lite-perl (0.717-2) ...
11:20:13 #10 71.33 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:13 #10 71.36 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:20:13 #10 71.37 Updating certificates in /etc/ssl/certs...
11:20:13 #12 0.690 Hit:1 http://deb.debian.org/debian buster InRelease
11:20:13 #12 0.690 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:20:13 #12 0.690 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:20:13 #11 50.21 Selecting previously unselected package python3-minimal.
11:20:13 #11 50.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 ... 4719 files and directories currently installed.)
11:20:13 #11 50.22 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ...
11:20:13 #11 50.22 Unpacking python3-minimal (3.10.6-1) ...
11:20:13 #11 50.25 Selecting previously unselected package media-types.
11:20:13 #11 50.25 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:20:13 #11 50.25 Unpacking media-types (8.0.0) ...
11:20:13 #11 50.28 Selecting previously unselected package libmpdec3:armhf.
11:20:13 #11 50.28 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ...
11:20:13 #11 50.29 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:20:13 #11 50.32 Selecting previously unselected package libkrb5support0:armhf.
11:20:13 #11 50.32 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_armhf.deb ...
11:20:13 #11 50.32 Unpacking libkrb5support0:armhf (1.20-1ubuntu0.1) ...
11:20:13 #11 50.36 Selecting previously unselected package libk5crypto3:armhf.
11:20:13 #11 50.36 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_armhf.deb ...
11:20:13 #11 50.36 Unpacking libk5crypto3:armhf (1.20-1ubuntu0.1) ...
11:20:13 #12 2.842 dh_testdir
11:20:13 #12 2.858 dh_testroot
11:20:13 #12 2.875 dh_install
11:20:13 #12 2.899 dh_installdocs
11:20:13 #12 2.928 dh_installchangelogs
11:20:13 #12 2.992 dh_compress
11:20:13 #12 3.028 dh_fixperms
11:20:13 #10 46.47 Selecting previously unselected package libglib2.0-data.
11:20:13 #10 46.47 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ...
11:20:13 #10 46.48 Unpacking libglib2.0-data (2.66.8-1) ...
11:20:13 #10 46.69 Selecting previously unselected package libgpm2:armhf.
11:20:13 #10 46.69 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ...
11:20:13 #10 46.70 Unpacking libgpm2:armhf (1.20.7-8) ...
11:20:13 #10 46.73 Selecting previously unselected package libhash-fieldhash-perl.
11:20:13 #10 46.73 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ...
11:20:13 #10 46.73 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:20:13 #10 46.77 Selecting previously unselected package libhtml-form-perl.
11:20:13 #10 46.77 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ...
11:20:13 #10 46.77 Unpacking libhtml-form-perl (6.07-1) ...
11:20:13 #10 46.80 Selecting previously unselected package libhtml-format-perl.
11:20:13 #10 54.87 Setting up autopoint (0.19.8.1-9) ...
11:20:13 #10 54.88 Setting up libmariadb3:armhf (1:10.3.38-0+deb10u1) ...
11:20:13 #10 54.89 Setting up libfl2:armhf (2.6.4-6.2) ...
11:20:13 #10 54.90 Setting up libpcre2-8-0:armhf (10.32-5) ...
11:20:13 #10 54.92 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
11:20:13 #10 54.93 Setting up libltdl7:armhf (2.4.6-9) ...
11:20:13 #10 54.94 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
11:20:13 #10 54.96 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
11:20:13 #10 54.97 Setting up libubsan1:armhf (8.3.0-6) ...
11:20:13 #10 54.98 Setting up libisl19:armhf (0.20-2) ...
11:20:13 #10 55.00 Setting up dwz (0.12-3) ...
11:20:13 #10 55.02 Setting up python-apt-common (1.8.4.3) ...
11:20:13 #10 55.03 Setting up sensible-utils (0.0.12) ...
11:20:13 #10 55.04 Setting up exim4-config (4.92-8+deb10u7) ...
11:20:13 #13 7.970 Unpacking bash-completion (1:2.10-1ubuntu1) ...
11:20:13 #12 3.298 (1/96): checkpolicy-3.3-2.fc36.aarch64.rpm      1.1 MB/s | 336 kB     00:00    
11:20:13 #12 3.357 (2/96): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 1.1 MB/s | 430 kB     00:00    
11:20:13 #12 3.361 (3/96): device-mapper-1.02.175-7.fc36.aarch64.r 367 kB/s | 137 kB     00:00    
11:20:13 #12 3.365 (4/96): device-mapper-devel-1.02.175-7.fc36.aar 5.5 MB/s |  43 kB     00:00    
11:20:13 #12 3.370 (5/96): device-mapper-libs-1.02.175-7.fc36.aarc  14 MB/s | 170 kB     00:00    
11:20:13 #12 3.382 (6/96): kmod-libs-29-7.fc36.aarch64.rpm         8.1 MB/s |  65 kB     00:00    
11:20:13 #12 3.407 (7/96): guile22-2.2.7-5.fc36.aarch64.rpm        143 MB/s | 6.4 MB     00:00    
11:20:13 #12 3.484 (8/96): libcbor-0.7.0-5.fc36.aarch64.rpm        562 kB/s |  55 kB     00:00    
11:20:13 #12 3.488 (9/96): jsoncpp-1.9.5-2.fc36.aarch64.rpm        805 kB/s |  92 kB     00:00    
11:20:13 #12 3.491 (10/96): libedit-3.1-41.20210910cvs.fc36.aarch6  16 MB/s | 104 kB     00:00    
11:20:13 #12 3.494 (11/96): libmpc-1.2.1-4.fc36.aarch64.rpm        6.8 MB/s |  62 kB     00:00    
11:20:13 #12 3.497 (12/96): libseccomp-2.5.3-2.fc36.aarch64.rpm    8.0 MB/s |  71 kB     00:00    
11:20:13 #12 3.501 (13/96): libselinux-devel-3.3-4.fc36.aarch64.rp  19 MB/s | 113 kB     00:00    
11:20:13 #12 3.505 (14/96): libselinux-utils-3.3-4.fc36.aarch64.rp  20 MB/s | 144 kB     00:00    
11:20:13 #12 3.508 (15/96): libsepol-devel-3.3-3.fc36.aarch64.rpm  5.7 MB/s |  40 kB     00:00    
11:20:13 #12 3.511 (16/96): libutempter-1.2.1-6.fc36.aarch64.rpm   4.5 MB/s |  26 kB     00:00    
11:20:13 #12 3.514 (17/96): libseccomp-devel-2.5.3-2.fc36.aarch64. 2.8 MB/s |  53 kB     00:00    
11:20:13 #12 3.518 (18/96): libxkbcommon-1.4.0-1.fc36.aarch64.rpm   14 MB/s | 139 kB     00:00    
11:20:13 #12 3.570 (19/96): m4-1.4.19-3.fc36.aarch64.rpm           4.9 MB/s | 293 kB     00:00    
11:20:13 #12 6.959 Unpacking dmsetup (2:1.02.185-2) ...
11:20:13 #12 7.000 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:13 #12 7.003 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
11:20:13 #12 7.006 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:20:13 #12 7.050 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:13 #12 7.053 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.185-2_arm64.deb ...
11:20:13 #12 7.057 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
11:20:13 #12 7.085 Selecting previously unselected package libudev-dev:arm64.
11:20:13 #12 7.088 Preparing to unpack .../12-libudev-dev_252.5-2_arm64.deb ...
11:20:13 #12 7.091 Unpacking libudev-dev:arm64 (252.5-2) ...
11:20:13 #12 7.128 Selecting previously unselected package libsepol-dev:arm64.
11:20:13 #12 7.128 Preparing to unpack .../13-libsepol-dev_3.4-2_arm64.deb ...
11:20:13 #12 7.132 Unpacking libsepol-dev:arm64 (3.4-2) ...
11:20:13 #12 7.194 Selecting previously unselected package libpcre2-16-0:arm64.
11:20:13 #11 62.35 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2) ...
11:20:13 #11 62.36 Setting up python3-six (1.14.0-2) ...
11:20:13 #11 62.51 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:20:13 #11 62.52 Setting up perl (5.30.0-9ubuntu0.3) ...
11:20:13 #11 62.55 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
11:20:13 #11 62.56 Setting up python3-gpg (1.13.1-7ubuntu2) ...
11:20:13 #11 46.42 Selecting previously unselected package ucf.
11:20:13 #11 46.42 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:20:13 #11 46.43 Moving old data out of the way
11:20:13 #11 46.43 Unpacking ucf (3.0043) ...
11:20:13 #11 46.46 Selecting previously unselected package bsdextrautils.
11:20:13 #11 46.47 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
11:20:13 #11 46.47 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:20:13 #11 46.50 Selecting previously unselected package libmagic-mgc.
11:20:13 #11 46.50 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
11:20:13 #11 46.51 Unpacking libmagic-mgc (1:5.41-3) ...
11:20:13 #11 46.57 Selecting previously unselected package libmagic1:armhf.
11:20:13 #11 46.58 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
11:20:13 #11 46.58 Unpacking libmagic1:armhf (1:5.41-3) ...
11:20:13 #11 46.61 Selecting previously unselected package file.
11:20:13 #11 46.61 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
11:20:13 #11 46.61 Unpacking file (1:5.41-3) ...
11:20:13 #11 46.64 Selecting previously unselected package gettext-base.
11:20:13 #11 46.64 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
11:20:13 #11 46.64 Unpacking gettext-base (0.21-4ubuntu4) ...
11:20:13 #11 46.68 Selecting previously unselected package libuchardet0:armhf.
11:20:13 #11 46.68 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
11:20:13 #11 46.68 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
11:20:13 #11 46.71 Selecting previously unselected package groff-base.
11:20:13 #11 46.72 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
11:20:13 #11 46.72 Unpacking groff-base (1.22.4-8build1) ...
11:20:13 #11 59.67 Selecting previously unselected package libassuan0:arm64.
11:20:13 #11 59.67 Preparing to unpack .../142-libassuan0_2.5.5-4_arm64.deb ...
11:20:13 #11 59.67 Unpacking libassuan0:arm64 (2.5.5-4) ...
11:20:13 #11 59.70 Selecting previously unselected package gpgconf.
11:20:13 #11 59.71 Preparing to unpack .../143-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 59.71 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:20:13 #11 59.75 Selecting previously unselected package libksba8:arm64.
11:20:13 #11 59.75 Preparing to unpack .../144-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
11:20:13 #11 59.76 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
11:20:13 #11 59.80 Selecting previously unselected package libnpth0:arm64.
11:20:13 #11 59.81 Preparing to unpack .../145-libnpth0_1.6-3build2_arm64.deb ...
11:20:13 #11 59.81 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:20:13 #11 59.85 Selecting previously unselected package dirmngr.
11:20:13 #11 59.85 Preparing to unpack .../146-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 59.87 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:20:13 #11 59.91 Selecting previously unselected package gnupg-l10n.
11:20:13 #13 105.3   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                 23/65 
11:20:13 #13 105.4   Verifying  : openssh-7.4p1-22.el7_9.aarch64                             24/65 
11:20:13 #13 105.4   Verifying  : libselinux-python-2.5-15.el7.aarch64                       25/65 
11:20:13 #13 105.4   Verifying  : which-2.20-7.el7.aarch64                                   26/65 
11:20:13 #13 105.4   Verifying  : less-458-9.el7.aarch64                                     27/65 
11:20:13 #13 105.4   Verifying  : mpfr-3.1.1-4.el7.aarch64                                   28/65 
11:20:13 #13 105.4   Verifying  : rsync-3.1.2-12.el7_9.aarch64                               29/65 
11:20:13 #13 105.4   Verifying  : libmpc-1.0.1-3.el7.aarch64                                 30/65 
11:20:13 #13 105.4   Verifying  : fipscheck-1.4.1-6.el7.aarch64                              31/65 
11:20:13 #13 105.4   Verifying  : fipscheck-lib-1.4.1-6.el7.aarch64                          32/65 
11:20:13 #13 105.5   Verifying  : cpp-4.8.5-44.el7.aarch64                                   33/65 
11:20:13 #13 105.5   Verifying  : libtool-2.4.2-22.el7_3.aarch64                             34/65 
11:20:13 #13 105.5   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             35/65 
11:20:13 #13 105.5   Verifying  : lzo-2.06-8.el7.aarch64                                     36/65 
11:20:13 #13 105.5   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      37/65 
11:20:13 #13 105.5   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           38/65 
11:20:13 #10 63.68 Setting up libdata-optlist-perl (0.110-1.1) ...
11:20:13 #10 63.69 Setting up libipc-run-perl (20200505.0-1) ...
11:20:13 #10 63.70 Setting up git (1:2.30.2-1+deb11u2) ...
11:20:13 #10 63.73 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
11:20:13 #10 63.74 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:13 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 4.19MB / 55.05MB 0.2s
11:20:13 #11 sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 5.17MB / 5.17MB 0.2s
11:20:13 #11 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 9.44MB / 10.88MB 0.2s
11:20:13 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 8.39MB / 55.05MB 0.3s
11:20:13 #11 sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 5.17MB / 5.17MB 0.2s done
11:20:13 #11 sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 10.88MB / 10.88MB 0.3s done
11:20:13 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 0B / 54.59MB 0.3s
11:20:13 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 0B / 85.99MB 0.3s
11:20:13 #11 67.35 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:13 #11 67.39 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:13 #11 67.45 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:13 #10 36.46 Selecting previously unselected package libbinutils:armhf.
11:20:13 #10 36.47 Preparing to unpack .../018-libbinutils_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 36.47 Unpacking libbinutils:armhf (2.40-2+rpi1) ...
11:20:13 #10 36.60 Selecting previously unselected package libctf-nobfd0:armhf.
11:20:13 #10 36.60 Preparing to unpack .../019-libctf-nobfd0_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 36.60 Unpacking libctf-nobfd0:armhf (2.40-2+rpi1) ...
11:20:13 #10 36.69 Selecting previously unselected package libctf0:armhf.
11:20:13 #10 36.69 Preparing to unpack .../020-libctf0_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 68.09 Setting up libdata-optlist-perl (0.110-1.1) ...
11:20:13 #10 68.10 Setting up libipc-run-perl (20200505.0-1) ...
11:20:13 #10 68.11 Setting up git (1:2.30.2-1+deb11u2) ...
11:20:13 #10 68.14 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
11:20:13 #10 68.15 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:13 #12 1.745 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:13 #12 1.745 dpkg-buildpackage: info: source version 1.0
11:20:13 #12 1.745 dpkg-buildpackage: info: source distribution unstable
11:20:13 #12 1.745 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:13 #12 1.783  dpkg-source --before-build .
11:20:13 #12 1.783 dpkg-buildpackage: info: host architecture amd64
11:20:13 #12 1.883  debian/rules clean
11:20:13 #12 10.99   Installing       : util-linux-2.38.1-1.fc37.x86_64                      49/95 
11:20:13 #12 11.03   Running scriptlet: openssh-8.8p1-7.fc37.x86_64                          50/95 
11:20:13 #12 11.06   Installing       : openssh-8.8p1-7.fc37.x86_64                          50/95 
11:20:13 #12 11.10   Installing       : libsepol-devel-3.4-3.fc37.x86_64                     51/95 
11:20:13 #12 11.10   Installing       : libselinux-devel-3.4-5.fc37.x86_64                   52/95 
11:20:13 #12 11.15   Installing       : libselinux-utils-3.4-5.fc37.x86_64                   53/95 
11:20:13 #10 47.64 Selecting previously unselected package libavif15:armhf.
11:20:13 #10 47.65 Preparing to unpack .../186-libavif15_0.11.1-1_armhf.deb ...
11:20:13 #10 47.65 Unpacking libavif15:armhf (0.11.1-1) ...
11:20:13 #10 47.70 Selecting previously unselected package libmodule-implementation-perl.
11:20:13 #10 47.70 Preparing to unpack .../187-libmodule-implementation-perl_0.09-2_all.deb ...
11:20:13 #10 47.70 Unpacking libmodule-implementation-perl (0.09-2) ...
11:20:13 #10 47.74 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:13 #10 47.74 Preparing to unpack .../188-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
11:20:13 #10 47.75 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
11:20:13 #10 47.77 Selecting previously unselected package libvariable-magic-perl.
11:20:13 #10 47.78 Preparing to unpack .../189-libvariable-magic-perl_0.63-1+b1_armhf.deb ...
11:20:13 #10 47.79 Unpacking libvariable-magic-perl (0.63-1+b1) ...
11:20:13 #10 47.82 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:13 #10 47.82 Preparing to unpack .../190-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:20:13 #10 47.83 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:20:13 #11 49.10 Unpacking libimport-into-perl (1.002005-1) ...
11:20:13 #11 49.13 Selecting previously unselected package librole-tiny-perl.
11:20:13 #11 49.13 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
11:20:13 #11 49.14 Unpacking librole-tiny-perl (2.001004-1) ...
11:20:13 #11 49.17 Selecting previously unselected package libstrictures-perl.
11:20:13 #11 49.17 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
11:20:13 #11 49.18 Unpacking libstrictures-perl (2.000006-1) ...
11:20:13 #11 49.21 Selecting previously unselected package libsub-quote-perl.
11:20:13 #11 49.21 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
11:20:13 #11 49.21 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:13 #11 49.25 Selecting previously unselected package libmoo-perl.
11:20:13 #11 49.25 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
11:20:13 #11 49.25 Unpacking libmoo-perl (2.003006-1) ...
11:20:13 #11 49.29 Selecting previously unselected package libencode-locale-perl.
11:20:13 #11 49.29 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
11:20:13 #11 49.29 Unpacking libencode-locale-perl (1.05-1) ...
11:20:13 #11 49.32 Selecting previously unselected package libtimedate-perl.
11:20:13 #11 49.32 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
11:20:13 #11 61.90 Setting up libtimedate-perl (2.3300-2) ...
11:20:13 #11 61.91 Setting up libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:20:13 #11 61.92 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:20:13 #11 61.93 Setting up libsub-name-perl (0.26-1build3) ...
11:20:13 #11 61.94 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:20:13 #11 61.95 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:13 #11 61.96 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:13 #11 61.97 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
11:20:13 #11 61.98 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:13 #11 62.00 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:20:13 #11 62.01 Setting up xauth (1:1.1-1build2) ...
11:20:13 #11 62.02 Setting up libpath-tiny-perl (0.122-1) ...
11:20:13 #11 62.03 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:13 #11 62.04 Setting up libjson-perl (4.04000-1) ...
11:20:13 #11 62.05 Setting up libipc-run3-perl (0.048-2) ...
11:20:13 #11 62.06 Setting up libsub-override-perl (0.09-2) ...
11:20:13 #11 62.07 Setting up libaliased-perl (0.34-1.1) ...
11:20:13 #11 62.08 Setting up python3-unidiff (0.5.5-2) ...
11:20:13 #10 71.77 0 added, 0 removed; done.
11:20:13 #10 71.77 Running hooks in /etc/ca-certificates/update.d...
11:20:13 #10 71.77 done.
11:20:13 #12 3.072 dh_installdeb
11:20:13 #12 3.098 dh_gencontrol
11:20:13 #12 3.209 dh_md5sums
11:20:13 #12 3.238 dh_builddeb
11:20:13 #12 3.257 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:13 #12 3.277 
11:20:13 #12 3.277 The package has been created.
11:20:13 #12 3.277 Attention, the package has been created in the current directory,
11:20:13 #12 3.277 not in ".." as indicated by the message above!
11:20:13 #12 3.300 Selecting previously unselected package docker-ce-build-deps.
11:20:13 #11 50.40 Selecting previously unselected package libkeyutils1:armhf.
11:20:13 #11 50.40 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ...
11:20:13 #11 50.41 Unpacking libkeyutils1:armhf (1.6.3-1) ...
11:20:13 #11 50.44 Selecting previously unselected package libkrb5-3:armhf.
11:20:13 #11 50.45 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_armhf.deb ...
11:20:13 #11 50.45 Unpacking libkrb5-3:armhf (1.20-1ubuntu0.1) ...
11:20:13 #11 50.49 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:20:13 #11 50.49 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_armhf.deb ...
11:20:13 #10 46.81 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ...
11:20:13 #10 46.81 Unpacking libhtml-format-perl (2.12-1.1) ...
11:20:13 #10 46.85 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:13 #10 46.85 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:20:13 #10 46.85 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:20:13 #10 46.88 Selecting previously unselected package libhttp-daemon-perl.
11:20:13 #10 46.88 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
11:20:13 #10 46.89 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
11:20:13 #10 46.92 Selecting previously unselected package libio-sessiondata-perl.
11:20:13 #10 46.92 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:20:13 #10 46.92 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:20:13 #10 46.95 Selecting previously unselected package libipc-run3-perl.
11:20:13 #10 46.95 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ...
11:20:13 #10 46.95 Unpacking libipc-run3-perl (0.048-2) ...
11:20:13 #10 46.98 Selecting previously unselected package libtypes-serialiser-perl.
11:20:13 #10 46.98 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:13 #10 46.99 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:13 #10 47.02 Selecting previously unselected package libjson-xs-perl.
11:20:13 #10 45.17 Setting up perl (5.32.1-4+deb11u2) ...
11:20:13 #10 45.19 Setting up libio-html-perl (1.004-2) ...
11:20:13 #10 45.21 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
11:20:13 #10 45.23 Setting up gcc-10 (10.2.1-6+rpi1) ...
11:20:13 #10 45.24 Setting up libdpkg-perl (1.20.12+rpi1) ...
11:20:13 #10 45.25 Setting up autoconf (2.69-14) ...
11:20:13 #10 45.26 Setting up libtimedate-perl (2.3300-2) ...
11:20:13 #10 45.28 Setting up libsub-override-perl (0.09-2) ...
11:20:13 #10 45.29 Setting up libstrictures-perl (2.000006-1) ...
11:20:13 #10 45.30 Setting up libsub-quote-perl (2.006006-1) ...
11:20:13 #10 45.32 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:13 #10 45.33 Setting up liburi-perl (5.08-1) ...
11:20:13 #10 45.34 Setting up libfile-touch-perl (0.11-1) ...
11:20:13 #10 45.35 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:20:13 #10 45.37 Setting up automake (1:1.16.3-2) ...
11:20:13 #10 55.37 Adding system-user for exim (v4)
11:20:13 #13 8.104 Selecting previously unselected package cmake-data.
11:20:13 #12 3.637 (20/96): make-4.3-7.fc36.aarch64.rpm            4.2 MB/s | 529 kB     00:00    
11:20:13 #12 3.716 (21/96): openssh-8.8p1-1.fc36.1.aarch64.rpm     3.0 MB/s | 440 kB     00:00    
11:20:13 #12 3.722 (22/96): openssh-clients-8.8p1-1.fc36.1.aarch64 4.4 MB/s | 671 kB     00:00    
11:20:13 #12 3.726 (23/96): perl-Error-0.17029-8.fc36.noarch.rpm   480 kB/s |  41 kB     00:00    
11:20:13 #12 3.730 (24/96): perl-File-Copy-2.35-486.fc36.noarch.rp 3.6 MB/s |  25 kB     00:00    
11:20:13 #12 3.733 (25/96): perl-File-Compare-1.100.600-486.fc36.n 1.7 MB/s |  18 kB     00:00    
11:20:13 #12 3.735 (26/96): perl-File-Find-1.39-486.fc36.noarch.rp 3.3 MB/s |  30 kB     00:00    
11:20:13 #12 3.739 (27/96): perl-TermReadKey-2.38-12.fc36.aarch64. 4.2 MB/s |  36 kB     00:00    
11:20:13 #12 3.741 (28/96): perl-lib-0.65-486.fc36.aarch64.rpm     3.8 MB/s |  20 kB     00:00    
11:20:13 #12 3.745 (29/96): perl-Thread-Queue-3.14-479.fc36.noarch 2.5 MB/s |  21 kB     00:00    
11:20:13 #12 3.748 (30/96): perl-threads-2.26-449.fc36.aarch64.rpm 6.2 MB/s |  56 kB     00:00    
11:20:13 #12 3.751 (31/96): perl-threads-shared-1.62-479.fc36.aarc 4.7 MB/s |  43 kB     00:00    
11:20:13 #12 3.809 (32/96): policycoreutils-3.3-4.fc36.aarch64.rpm 3.1 MB/s | 203 kB     00:00    
11:20:13 #12 3.813 (33/96): policycoreutils-python-utils-3.3-4.fc3 1.1 MB/s |  72 kB     00:00    
11:20:13 #12 3.849 (34/96): policycoreutils-devel-3.3-4.fc36.aarch 1.4 MB/s | 137 kB     00:00    
11:20:13 + set -e
11:20:13 + mkdir -p /root/build-deb/engine
11:20:13 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:13 #12 7.198 Preparing to unpack .../14-libpcre2-16-0_10.42-1_arm64.deb ...
11:20:13 #12 7.201 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
11:20:13 #12 7.255 Selecting previously unselected package libpcre2-32-0:arm64.
11:20:13 #12 7.259 Preparing to unpack .../15-libpcre2-32-0_10.42-1_arm64.deb ...
11:20:13 #12 7.262 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
11:20:13 #12 7.313 Selecting previously unselected package libpcre2-posix3:arm64.
11:20:13 #12 7.315 Preparing to unpack .../16-libpcre2-posix3_10.42-1_arm64.deb ...
11:20:13 #12 7.319 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
11:20:13 #12 7.352 Selecting previously unselected package libpcre2-dev:arm64.
11:20:13 #12 7.355 Preparing to unpack .../17-libpcre2-dev_10.42-1_arm64.deb ...
11:20:13 #12 7.359 Unpacking libpcre2-dev:arm64 (10.42-1) ...
11:20:13 #12 7.435 Selecting previously unselected package libselinux1-dev:arm64.
11:20:13 #11 62.74 Setting up libdata-dump-perl (1.23-1) ...
11:20:13 #11 62.75 Setting up python3-certifi (2019.11.28-1) ...
11:20:13 #11 62.90 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:13 #11 62.91 Setting up libref-util-perl (0.204-1) ...
11:20:13 #11 62.92 Setting up libipc-system-simple-perl (1.26-1) ...
11:20:13 #11 62.93 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:13 #11 62.94 Setting up libxml-writer-perl (0.625-1) ...
11:20:13 #11 62.95 Setting up libhash-fieldhash-perl (0.15-1build2) ...
11:20:13 #11 46.79 Selecting previously unselected package libcbor0.8:armhf.
11:20:13 #11 46.79 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
11:20:13 #11 46.79 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:20:13 #11 46.83 Selecting previously unselected package libedit2:armhf.
11:20:13 #11 46.83 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
11:20:13 #11 46.84 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
11:20:13 #11 46.87 Selecting previously unselected package libfido2-1:armhf.
11:20:13 #11 46.87 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
11:20:13 #11 46.87 Unpacking libfido2-1:armhf (1.10.0-1) ...
11:20:13 #11 46.90 Selecting previously unselected package libnghttp2-14:armhf.
11:20:13 #11 46.91 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
11:20:13 #11 46.91 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
11:20:13 #11 46.94 Selecting previously unselected package libpipeline1:armhf.
11:20:13 #11 46.94 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
11:20:13 #11 46.95 Unpacking libpipeline1:armhf (1.5.5-1) ...
11:20:13 #11 46.98 Selecting previously unselected package libpng16-16:armhf.
11:20:13 #11 46.98 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
11:20:13 #11 46.99 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
11:20:13 #11 59.91 Preparing to unpack .../147-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:20:13 #11 59.92 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:20:13 #11 59.95 Selecting previously unselected package gnupg-utils.
11:20:13 #11 59.95 Preparing to unpack .../148-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 59.96 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:20:13 #11 60.00 Selecting previously unselected package gpg.
11:20:13 #11 60.01 Preparing to unpack .../149-gpg_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 60.01 Unpacking gpg (2.2.35-3ubuntu1) ...
11:20:13 #11 60.06 Selecting previously unselected package pinentry-curses.
11:20:13 #11 60.06 Preparing to unpack .../150-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
11:20:13 #11 60.06 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:20:13 #11 60.10 Selecting previously unselected package gpg-agent.
11:20:13 #11 60.10 Preparing to unpack .../151-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 60.11 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:20:13 #11 60.15 Selecting previously unselected package gpg-wks-client.
11:20:13 #11 60.15 Preparing to unpack .../152-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #13 105.6   Verifying  : libsepol-devel-2.5-10.el7.aarch64                          39/65 
11:20:13 #13 105.6   Verifying  : cmake-2.8.12.2-2.el7.aarch64                               40/65 
11:20:13 #13 105.6   Verifying  : libselinux-devel-2.5-15.el7.aarch64                        41/65 
11:20:13 #13 105.6   Verifying  : perl-TermReadKey-2.30-20.el7.aarch64                       42/65 
11:20:13 #13 105.6   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   43/65 
11:20:13 #13 105.6   Verifying  : policycoreutils-2.5-34.el7.aarch64                         44/65 
11:20:13 #13 105.6   Verifying  : gcc-4.8.5-44.el7.aarch64                                   45/65 
11:20:13 #13 105.6   Verifying  : glibc-headers-2.17-326.el7_9.aarch64                       46/65 
11:20:13 #13 105.7   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          47/65 
11:20:13 #13 105.7   Verifying  : kernel-headers-4.18.0-348.20.1.el7.aarch64                 48/65 
11:20:13 #13 105.7   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  49/65 
11:20:13 #13 105.7   Verifying  : libgomp-4.8.5-44.el7.aarch64                               50/65 
11:20:13 #13 105.7   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           51/65 
11:20:13 #13 105.7   Verifying  : autoconf-2.69-11.el7.noarch                                52/65 
11:20:13 #13 105.7   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  53/65 
11:20:13 #13 105.8   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64            54/65 
11:20:13 #13 105.8   Verifying  : m4-1.4.16-10.el7.aarch64                                   55/65 
11:20:13 #13 105.8   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             56/65 
11:20:13 #13 105.8   Verifying  : libedit-3.0-12.20121213cvs.el7.aarch64                     57/65 
11:20:13 #13 105.8   Verifying  : perl-Git-1.8.3.1-24.el7_9.noarch                           58/65 
11:20:13 #13 105.8   Verifying  : glibc-static-2.17-326.el7_9.aarch64                        59/65 
11:20:13 #13 105.8   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
11:20:13 #13 105.8   Verifying  : systemd-219-78.el7.aarch64                                 61/65 
11:20:13 #13 105.8   Verifying  : 7:device-mapper-1.02.170-6.el7.aarch64                     62/65 
11:20:13 #13 105.8   Verifying  : systemd-libs-219-78.el7.aarch64                            63/65 
11:20:13 #13 105.8   Verifying  : glibc-2.17-317.el7.aarch64                                 64/65 
11:20:13 #13 105.8   Verifying  : glibc-common-2.17-317.el7.aarch64                          65/65 
11:20:13 #13 105.9 
11:20:13 #13 105.9 Installed:
11:20:13 #13 105.9   cmake.aarch64 0:2.8.12.2-2.el7                                                
11:20:13 #13 105.9   device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5                              
11:20:13 #13 105.9   gcc.aarch64 0:4.8.5-44.el7                                                    
11:20:13 #13 105.9   git.aarch64 0:1.8.3.1-24.el7_9                                                
11:20:13 #13 105.9   glibc-static.aarch64 0:2.17-326.el7_9                                         
11:20:13 #13 105.9   libarchive.aarch64 0:3.1.2-14.el7_7                                           
11:20:13 #13 105.9   libseccomp-devel.aarch64 0:2.3.1-4.el7                                        
11:20:13 #13 105.9   libselinux-devel.aarch64 0:2.5-15.el7                                         
11:20:13 #13 105.9   libtool.aarch64 0:2.4.2-22.el7_3                                              
11:20:13 #13 105.9   libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3                                   
11:20:13 #13 105.9   make.aarch64 1:3.82-24.el7                                                    
11:20:13 #13 105.9   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
11:20:13 #13 105.9   systemd-devel.aarch64 0:219-78.el7_9.7                                        
11:20:13 #13 105.9   which.aarch64 0:2.20-7.el7                                                    
11:20:13 #13 105.9 
11:20:13 #13 105.9 Dependency Installed:
11:20:13 #13 105.9   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
11:20:13 #13 105.9   autoconf.noarch 0:2.69-11.el7                                                 
11:20:13 #13 105.9   automake.noarch 0:1.13.4-3.el7                                                
11:20:13 #13 105.9   checkpolicy.aarch64 0:2.5-8.el7                                               
11:20:13 #13 105.9   cpp.aarch64 0:4.8.5-44.el7                                                    
11:20:13 #13 105.9   fipscheck.aarch64 0:1.4.1-6.el7                                               
11:20:13 #13 105.9   fipscheck-lib.aarch64 0:1.4.1-6.el7                                           
11:20:13 #13 105.9   glibc-devel.aarch64 0:2.17-326.el7_9                                          
11:20:13 #13 105.9   glibc-headers.aarch64 0:2.17-326.el7_9                                        
11:20:13 #13 105.9   kernel-headers.aarch64 0:4.18.0-348.20.1.el7                                  
11:20:13 #13 105.9   less.aarch64 0:458-9.el7                                                      
11:20:13 #13 105.9   libcgroup.aarch64 0:0.41-21.el7                                               
11:20:13 #13 105.9   libedit.aarch64 0:3.0-12.20121213cvs.el7                                      
11:20:13 #13 105.9   libgomp.aarch64 0:4.8.5-44.el7                                                
11:20:13 #13 105.9   libmpc.aarch64 0:1.0.1-3.el7                                                  
11:20:13 #13 105.9   libseccomp.aarch64 0:2.3.1-4.el7                                              
11:20:13 #13 105.9   libselinux-python.aarch64 0:2.5-15.el7                                        
11:20:13 #13 105.9   libselinux-utils.aarch64 0:2.5-15.el7                                         
11:20:13 #13 105.9   libsemanage-python.aarch64 0:2.5-14.el7                                       
11:20:13 #13 105.9   libsepol-devel.aarch64 0:2.5-10.el7                                           
11:20:13 #13 105.9   libtool-ltdl.aarch64 0:2.4.2-22.el7_3                                         
11:20:13 #13 105.9   lzo.aarch64 0:2.06-8.el7                                                      
11:20:13 #13 105.9   m4.aarch64 0:1.4.16-10.el7                                                    
11:20:13 #13 105.9   mpfr.aarch64 0:3.1.1-4.el7                                                    
11:20:13 #13 105.9   openssh.aarch64 0:7.4p1-22.el7_9                                              
11:20:13 #13 105.9   openssh-clients.aarch64 0:7.4p1-22.el7_9                                      
11:20:13 #13 105.9   pcre-devel.aarch64 0:8.32-17.el7                                              
11:20:13 #13 105.9   perl-Data-Dumper.aarch64 0:2.145-3.el7                                        
11:20:13 #13 105.9   perl-Error.noarch 1:0.17020-2.el7                                             
11:20:13 #13 105.9   perl-Git.noarch 0:1.8.3.1-24.el7_9                                            
11:20:13 #13 105.9   perl-TermReadKey.aarch64 0:2.30-20.el7                                        
11:20:13 #13 105.9   perl-Test-Harness.noarch 0:3.28-3.el7                                         
11:20:13 #13 105.9   policycoreutils.aarch64 0:2.5-34.el7                                          
11:20:13 #13 105.9   policycoreutils-devel.aarch64 0:2.5-34.el7                                    
11:20:13 #13 105.9   policycoreutils-python.aarch64 0:2.5-34.el7                                   
11:20:13 #13 105.9   python-IPy.noarch 0:0.75-6.el7                                                
11:20:13 #13 105.9   rsync.aarch64 0:3.1.2-12.el7_9                                                
11:20:13 #13 105.9   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
11:20:13 #13 105.9   setools-libs.aarch64 0:3.3.8-4.el7                                            
11:20:13 #13 105.9 
11:20:13 #13 105.9 Dependency Updated:
11:20:13 #13 105.9   device-mapper.aarch64 7:1.02.170-6.el7_9.5                                    
11:20:13 #13 105.9   device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5                               
11:20:13 #13 105.9   glibc.aarch64 0:2.17-326.el7_9                                                
11:20:13 #13 105.9   glibc-common.aarch64 0:2.17-326.el7_9                                         
11:20:13 #13 105.9   systemd.aarch64 0:219-78.el7_9.7                                              
11:20:13 #13 105.9   systemd-libs.aarch64 0:219-78.el7_9.7                                         
11:20:13 #13 105.9 
11:20:13 #14 15.05   Running scriptlet: selinux-policy-minimum-3.14.3-115.el8.noarch         43/83 
11:20:13 #14 24.36   Installing       : policycoreutils-devel-2.9-21.1.el8.aarch64           44/83 
11:20:13 #14 24.59   Installing       : selinux-policy-devel-3.14.3-115.el8.noarch           45/83 
11:20:13 #14 24.64   Running scriptlet: selinux-policy-devel-3.14.3-115.el8.noarch           45/83 
11:20:13 #14 24.66   Installing       : libsepol-devel-2.9-3.el8.aarch64                     46/83 
11:20:13 #14 24.71   Installing       : libselinux-devel-2.9-8.el8.aarch64                   47/83 
11:20:13 #14 24.96   Installing       : kernel-headers-4.18.0-448.el8.aarch64                48/83 
11:20:13 #14 25.13   Running scriptlet: glibc-headers-2.28-225.el8.aarch64                   49/83 
11:20:13 #14 25.22   Installing       : glibc-headers-2.28-225.el8.aarch64                   49/83 
11:20:13 #14 25.25   Installing       : libxcrypt-devel-4.1.1-6.el8.aarch64                  50/83 
11:20:13 #14 25.27   Installing       : glibc-devel-2.28-225.el8.aarch64                     51/83 
11:20:13 #10 63.93 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:13 #10 63.94 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:13 #10 63.95 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:13 #10 63.96 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:20:13 #10 63.97 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:13 #10 63.99 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:13 #10 64.00 Setting up librole-tiny-perl (2.002004-1) ...
11:20:13 #10 64.01 Setting up gnupg (2.2.27-2+deb11u2) ...
11:20:13 #10 64.02 Setting up build-essential (12.9) ...
11:20:13 #10 64.03 Setting up python3-unidiff (0.5.5-2) ...
11:20:13 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 15.73MB / 55.05MB 0.5s
11:20:13 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 6.29MB / 54.59MB 0.5s
11:20:13 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 18.87MB / 55.05MB 0.5s
11:20:13 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 9.44MB / 54.59MB 0.5s
11:20:13 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 6.29MB / 85.99MB 0.5s
11:20:13 #10 36.70 Unpacking libctf0:armhf (2.40-2+rpi1) ...
11:20:13 #10 36.74 Selecting previously unselected package libjansson4:armhf.
11:20:13 #10 36.74 Preparing to unpack .../021-libjansson4_2.14-2_armhf.deb ...
11:20:13 #10 36.74 Unpacking libjansson4:armhf (2.14-2) ...
11:20:13 #10 36.78 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:20:13 #10 36.78 Preparing to unpack .../022-binutils-arm-linux-gnueabihf_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 36.78 Unpacking binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
11:20:13 #11 67.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:13 #10 68.33 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:13 #10 68.34 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:13 #10 68.35 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:13 #10 68.36 Setting up g++ (4:10.2.1-1) ...
11:20:13 #10 68.39 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:13 #10 68.39 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:20:13 #10 68.40 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:13 #10 68.41 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:13 #10 68.42 Setting up librole-tiny-perl (2.002004-1) ...
11:20:13 #10 68.43 Setting up gnupg (2.2.27-2+deb11u2) ...
11:20:13 #10 68.44 Setting up build-essential (12.9) ...
11:20:13 #10 68.45 Setting up python3-unidiff (0.5.5-2) ...
11:20:13 #12 1.886 dh clean
11:20:13 #12 1.967    dh_clean
11:20:13 #12 2.000  debian/rules binary
11:20:13 #12 2.002 dh binary
11:20:13 #12 2.069    dh_update_autotools_config
11:20:13 #12 2.099    dh_autoreconf
11:20:13 #12 2.140    create-stamp debian/debhelper-build-stamp
11:20:13 #12 2.140    dh_prep
11:20:13 #12 11.19   Installing       : policycoreutils-3.4-6.fc37.x86_64                    54/95 
11:20:13 #12 11.25   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    54/95 
11:20:13 #12 11.26   Installing       : selinux-policy-37.19-1.fc37.noarch                   55/95 
11:20:13 #12 11.29   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   55/95 
11:20:13 #10 47.86 Selecting previously unselected package libberkeleydb-perl:armhf.
11:20:13 #10 47.87 Preparing to unpack .../191-libberkeleydb-perl_0.64-2+b1_armhf.deb ...
11:20:13 #10 47.87 Unpacking libberkeleydb-perl:armhf (0.64-2+b1) ...
11:20:13 #10 47.93 Selecting previously unselected package libpng16-16:armhf.
11:20:13 #10 47.93 Preparing to unpack .../192-libpng16-16_1.6.39-2_armhf.deb ...
11:20:13 #10 47.94 Unpacking libpng16-16:armhf (1.6.39-2) ...
11:20:13 #10 48.00 Selecting previously unselected package libfreetype6:armhf.
11:20:13 #10 48.01 Preparing to unpack .../193-libfreetype6_2.12.1+dfsg-4_armhf.deb ...
11:20:13 #10 48.02 Unpacking libfreetype6:armhf (2.12.1+dfsg-4) ...
11:20:13 #10 48.08 Selecting previously unselected package libfontconfig1:armhf.
11:20:13 #10 48.09 Preparing to unpack .../194-libfontconfig1_2.14.1-4_armhf.deb ...
11:20:13 #10 48.09 Unpacking libfontconfig1:armhf (2.14.1-4) ...
11:20:13 #11 63.71 124 added, 0 removed; done.
11:20:13 #11 63.74 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
11:20:13 #11 63.75 Setting up libgdbm-compat4:arm64 (1.23-1) ...
11:20:13 #11 63.76 Setting up libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:20:13 #11 63.77 Setting up dwz (0.14-1build2) ...
11:20:13 #11 63.78 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:20:13 #11 63.79 Setting up groff-base (1.22.4-8build1) ...
11:20:13 #11 63.81 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:20:13 #11 63.82 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:20:13 #11 63.83 Setting up debugedit (1:5.0-4build1) ...
11:20:13 #11 63.84 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
11:20:13 #11 63.85 Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
11:20:13 #11 63.86 Setting up libx11-6:arm64 (2:1.7.5-1) ...
11:20:13 #11 63.87 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.4) ...
11:20:13 #11 63.88 Setting up curl (7.81.0-1ubuntu1.8) ...
11:20:13 #11 63.89 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
11:20:13 #11 63.90 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
11:20:13 #11 63.91 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
11:20:13 #11 63.92 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:20:13 #11 63.93 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
11:20:13 #11 63.94 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:20:13 #11 49.33 Unpacking libtimedate-perl (2.3200-1) ...
11:20:13 #11 49.37 Selecting previously unselected package libhttp-date-perl.
11:20:13 #11 49.37 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
11:20:13 #11 49.38 Unpacking libhttp-date-perl (6.05-1) ...
11:20:13 #11 49.41 Selecting previously unselected package libfile-listing-perl.
11:20:13 #11 49.41 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
11:20:13 #11 49.42 Unpacking libfile-listing-perl (6.04-1) ...
11:20:13 #11 49.48 Selecting previously unselected package libhtml-tagset-perl.
11:20:13 #11 49.48 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:13 #11 49.49 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:13 #11 49.52 Selecting previously unselected package liburi-perl.
11:20:13 #11 49.52 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
11:20:13 #11 49.52 Unpacking liburi-perl (1.76-2) ...
11:20:13 #11 49.56 Selecting previously unselected package libhtml-parser-perl.
11:20:13 #11 49.56 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
11:20:13 #11 49.57 Unpacking libhtml-parser-perl (3.72-5) ...
11:20:13 #11 49.61 Selecting previously unselected package libhtml-tree-perl.
11:20:13 #11 62.21 Setting up libstrictures-perl (2.000006-1) ...
11:20:13 #11 62.22 Setting up libsub-quote-perl (2.006006-1) ...
11:20:13 #11 62.23 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:13 #11 62.24 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:20:13 #11 62.25 Setting up libsort-versions-perl (1.62-1) ...
11:20:13 #11 62.26 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:13 #11 62.27 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:20:13 #11 62.28 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:13 #11 62.29 Setting up libterm-readkey-perl (2.38-1build4) ...
11:20:13 #11 62.30 Setting up lsb-release (11.1.0ubuntu4) ...
11:20:13 #11 62.32 Setting up python3-magic (2:0.4.24-2) ...
11:20:13 #11 65.89   Installing : dwz-0.11-3.el7.x86_64                                      41/52 
11:20:13 #11 66.72   Installing : gdb-7.6.1-120.el7.x86_64                                   42/52 
11:20:13 #11 66.74   Installing : perl-srpm-macros-1-8.el7.noarch                            43/52 
11:20:13 #11 66.77   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/52 
11:20:13 #11 66.80   Installing : unzip-6.0-24.el7_9.x86_64                                  45/52 
11:20:13 #11 66.82   Installing : file-5.11-37.el7.x86_64                                    46/52 
11:20:13 #12 3.311 (Reading database ... 21384 files and directories currently installed.)
11:20:13 #12 3.312 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:13 #12 3.316 Unpacking docker-ce-build-deps (1.0) ...
11:20:13 #11 50.50 Unpacking libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
11:20:13 #11 50.53 Selecting previously unselected package libtirpc-common.
11:20:13 #11 50.53 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:20:13 #11 50.54 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:20:13 #11 50.58 Selecting previously unselected package libtirpc3:armhf.
11:20:13 #11 50.58 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:20:13 #11 50.58 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:20:13 #11 50.68 Selecting previously unselected package libnsl2:armhf.
11:20:13 #11 50.68 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ...
11:20:13 #11 50.68 Unpacking libnsl2:armhf (1.3.0-2build2) ...
11:20:13 #11 50.72 Selecting previously unselected package readline-common.
11:20:13 #11 50.72 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:20:13 #11 50.73 Unpacking readline-common (8.2-1) ...
11:20:13 #11 50.76 Selecting previously unselected package libreadline8:armhf.
11:20:13 #11 50.76 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ...
11:20:13 #11 50.77 Unpacking libreadline8:armhf (8.2-1) ...
11:20:13 #11 50.80 Selecting previously unselected package libsqlite3-0:armhf.
11:20:13 #11 50.81 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ...
11:20:13 #11 50.81 Unpacking libsqlite3-0:armhf (3.39.3-1) ...
11:20:13 #11 50.85 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:20:13 #11 50.85 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_armhf.deb ...
11:20:13 #11 50.86 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
11:20:13 #10 55.64 Setting up libuchardet0:armhf (0.0.6-3) ...
11:20:13 #10 55.65 Setting up git-man (1:2.20.1-2+deb10u8) ...
11:20:13 #10 55.66 Setting up libssh2-1:armhf (1.8.0-2.1) ...
11:20:13 #10 55.67 Setting up netbase (5.6) ...
11:20:13 #13 8.108 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
11:20:13 #13 8.113 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:13 #12 3.853 (35/96): python3-libselinux-3.3-4.fc36.aarch64. 4.2 MB/s | 181 kB     00:00    
11:20:13 #12 3.908 (36/96): python3-libsemanage-3.3-3.fc36.aarch64 863 kB/s |  81 kB     00:00    
11:20:13 #12 3.917 (37/96): python3-setools-4.4.0-5.fc36.aarch64.r 8.4 MB/s | 540 kB     00:00    
11:20:13 #12 3.932 (38/96): python3-policycoreutils-3.3-4.fc36.noa  26 MB/s | 2.0 MB     00:00    
11:20:13 #12 3.934 (39/96): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 2.4 MB/s |  61 kB     00:00    
11:20:13 #12 3.939 (40/96): rhash-1.4.2-2.fc36.aarch64.rpm          10 MB/s | 185 kB     00:00    
11:20:13 #12 3.943 (41/96): which-2.21-32.fc36.aarch64.rpm         5.4 MB/s |  42 kB     00:00    
11:20:13 #12 3.948 (42/96): annobin-docs-11.06-2.fc36.noarch.rpm    12 MB/s |  92 kB     00:00    
11:20:13 #12 3.957 (43/96): xkeyboard-config-2.35.1-1.fc36.noarch.  39 MB/s | 878 kB     00:00    
11:20:13 #12 3.963 (44/96): annobin-plugin-gcc-11.06-2.fc36.aarch6  46 MB/s | 888 kB     00:00    
11:20:13 #12 3.971 (45/96): autoconf-2.71-3.fc36.noarch.rpm         36 MB/s | 720 kB     00:00    
11:20:13 #12 3.987 (46/96): automake-1.16.5-7.fc36.noarch.rpm       30 MB/s | 675 kB     00:00    
11:20:13 #12 4.016 (47/96): cmake-3.25.2-1.fc36.aarch64.rpm        126 MB/s | 6.3 MB     00:00    
11:20:13 #12 4.018 (48/96): cmake-filesystem-3.25.2-1.fc36.aarch64 631 kB/s |  17 kB     00:00    
11:20:13 #12 4.029 (49/96): cmake-data-3.25.2-1.fc36.noarch.rpm     31 MB/s | 1.7 MB     00:00    
11:20:13 #12 4.040 (50/96): cmake-rpm-macros-3.25.2-1.fc36.noarch. 891 kB/s |  16 kB     00:00    
11:20:13 #12 4.047 (51/96): dbus-1.14.4-1.fc36.aarch64.rpm         471 kB/s | 7.2 kB     00:00    
11:20:13 #12 4.063 (52/96): dbus-broker-33-1.fc36.aarch64.rpm      8.8 MB/s | 168 kB     00:00    
11:20:13 #12 7.439 Preparing to unpack .../18-libselinux1-dev_3.4-1+b5_arm64.deb ...
11:20:13 #12 7.442 Unpacking libselinux1-dev:arm64 (3.4-1+b5) ...
11:20:13 #12 7.498 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:13 #12 7.501 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.185-2_arm64.deb ...
11:20:13 #12 7.504 Unpacking libdevmapper-dev:arm64 (2:1.02.185-2) ...
11:20:13 #12 7.536 Selecting previously unselected package libseccomp-dev:arm64.
11:20:13 #12 7.539 Preparing to unpack .../20-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
11:20:13 #12 7.542 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:20:13 #12 7.577 Selecting previously unselected package libsystemd-dev:arm64.
11:20:13 #12 7.581 Preparing to unpack .../21-libsystemd-dev_252.5-2_arm64.deb ...
11:20:13 #12 7.584 Unpacking libsystemd-dev:arm64 (252.5-2) ...
11:20:13 #12 7.687 Selecting previously unselected package libpkgconf3:arm64.
11:20:13 #10 47.02 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ...
11:20:13 #10 47.03 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:20:13 #10 47.06 Selecting previously unselected package libjson-maybexs-perl.
11:20:13 #10 47.06 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:13 #10 47.07 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:13 #10 47.10 Selecting previously unselected package libldap-common.
11:20:13 #10 47.10 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:20:13 #10 47.11 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:20:13 #10 47.14 Selecting previously unselected package liblist-compare-perl.
11:20:13 #10 47.14 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ...
11:20:13 #10 47.15 Unpacking liblist-compare-perl (0.55-1) ...
11:20:13 #10 47.19 Selecting previously unselected package liblist-someutils-perl.
11:20:13 #10 47.19 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ...
11:20:13 #10 47.19 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:13 #10 47.22 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:13 #10 47.22 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ...
11:20:13 #10 47.23 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:20:13 #10 47.26 Selecting previously unselected package liblist-utilsby-perl.
11:20:13 #10 45.39 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:13 #10 45.39 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
11:20:13 #10 45.39 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
11:20:13 #10 45.40 Setting up libhttp-date-perl (6.05-1) ...
11:20:13 #10 45.41 Setting up libfile-which-perl (1.23-1) ...
11:20:13 #10 45.43 Setting up libfile-listing-perl (6.14-1) ...
11:20:13 #10 45.44 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:13 #10 45.46 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:13 #10 45.47 Setting up libio-pty-perl (1:1.15-2) ...
11:20:13 #10 45.49 Setting up libtool (2.4.6-15) ...
11:20:13 #10 45.50 Setting up libarchive-zip-perl (1.68-1) ...
11:20:13 #10 45.51 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:13 #10 45.53 Setting up libdebhelper-perl (13.3.4) ...
11:20:13 #10 45.54 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:13 #10 45.56 Setting up libtry-tiny-perl (0.30-1) ...
11:20:13 #10 45.57 Setting up libnet-http-perl (6.20-1) ...
11:20:13 #10 45.58 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:13 #10 45.60 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:20:13 #10 45.61 Setting up gcc (4:10.2.1-1+rpi1) ...
11:20:13 #10 45.64 Setting up dpkg-dev (1.20.12+rpi1) ...
11:20:13 #10 45.66 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:13 #10 45.68 Setting up liberror-perl (0.17029-1) ...
11:20:13 #10 45.69 Setting up dh-autoreconf (20) ...
11:20:13 #11 62.97 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
11:20:13 #11 62.98 Setting up shared-mime-info (1.15-1) ...
11:20:13 #11 47.02 Selecting previously unselected package libpsl5:armhf.
11:20:13 #11 47.02 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:20:13 #11 47.03 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
11:20:13 #11 47.05 Selecting previously unselected package libxau6:armhf.
11:20:13 #11 47.06 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
11:20:13 #11 47.06 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
11:20:13 #11 47.09 Selecting previously unselected package libxdmcp6:armhf.
11:20:13 #11 47.09 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
11:20:13 #11 47.10 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:20:13 #11 47.13 Selecting previously unselected package libxcb1:armhf.
11:20:13 #11 47.13 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
11:20:13 #11 47.14 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
11:20:13 #11 47.17 Selecting previously unselected package libx11-data.
11:20:13 #11 47.17 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:20:13 #11 47.17 Unpacking libx11-data (2:1.7.5-1) ...
11:20:13 #11 60.16 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:20:13 #11 60.19 Selecting previously unselected package gpg-wks-server.
11:20:13 #11 60.20 Preparing to unpack .../153-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 60.20 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:20:13 #11 60.25 Selecting previously unselected package gpgsm.
11:20:13 #11 60.25 Preparing to unpack .../154-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
11:20:13 #11 60.26 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:20:13 #11 60.30 Selecting previously unselected package gnupg.
11:20:13 #11 60.30 Preparing to unpack .../155-gnupg_2.2.35-3ubuntu1_all.deb ...
11:20:13 #11 60.30 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:20:13 #11 60.34 Selecting previously unselected package libfile-dirlist-perl.
11:20:13 #11 60.34 Preparing to unpack .../156-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:13 #11 60.34 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:13 #11 60.38 Selecting previously unselected package libfile-which-perl.
11:20:13 #11 60.38 Preparing to unpack .../157-libfile-which-perl_1.27-1_all.deb ...
11:20:13 #13 105.9 Complete!
11:20:13 #13 106.1 Loaded plugins: fastestmirror, ovl
11:20:13 #13 106.2 Enabling base-source repository
11:20:13 #10 64.18 Setting up lsb-release (11.1.0) ...
11:20:13 #10 64.19 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:13 #10 64.21 Setting up libfile-homedir-perl (1.006-1) ...
11:20:13 #10 64.22 Setting up python3-magic (2:0.4.20-3) ...
11:20:13 #10 64.37 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:20:13 #10 64.38 Setting up pristine-tar (1.49) ...
11:20:13 #10 64.39 Setting up libio-socket-ssl-perl (2.069-1) ...
11:20:13 #10 64.42 Setting up libsub-exporter-perl (0.987-1) ...
11:20:13 #10 64.43 Setting up libc-devtools (2.31-13+deb11u5) ...
11:20:13 #10 37.05 Selecting previously unselected package binutils.
11:20:13 #10 37.06 Preparing to unpack .../023-binutils_2.40-2+rpi1_armhf.deb ...
11:20:13 #10 37.06 Unpacking binutils (2.40-2+rpi1) ...
11:20:13 #10 37.10 Selecting previously unselected package libisl23:armhf.
11:20:13 #10 37.10 Preparing to unpack .../024-libisl23_0.25-1_armhf.deb ...
11:20:13 #10 37.11 Unpacking libisl23:armhf (0.25-1) ...
11:20:13 #10 37.19 Selecting previously unselected package libmpfr6:armhf.
11:20:13 #10 37.19 Preparing to unpack .../025-libmpfr6_4.2.0-1_armhf.deb ...
11:20:13 #10 37.20 Unpacking libmpfr6:armhf (4.2.0-1) ...
11:20:13 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 28.71MB / 55.05MB 0.7s
11:20:13 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 17.86MB / 54.59MB 0.7s
11:20:13 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 16.78MB / 85.99MB 0.7s
11:20:13 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 21.46MB / 54.59MB 0.8s
11:20:13 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 25.31MB / 85.99MB 0.8s
11:20:13 #11 67.64 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:13 #11 67.67 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:13 #11 67.68 Setting up libconst-fast-perl (0.014-2) ...
11:20:13 #11 67.69 Setting up libhttp-daemon-perl (6.14-1.1) ...
11:20:13 #11 67.70 Setting up python3-unidiff (0.7.3-1) ...
11:20:13 #11 67.83 Setting up lsb-release (11.2ubuntu1) ...
11:20:13 #10 68.58 Setting up lsb-release (11.1.0) ...
11:20:13 #10 68.59 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:13 #10 68.60 Setting up libfile-homedir-perl (1.006-1) ...
11:20:13 #10 68.61 Setting up python3-magic (2:0.4.20-3) ...
11:20:13 #12 2.168    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:13 #12 2.221    dh_install
11:20:13 #12 2.255    dh_installdocs
11:20:13 #12 2.293    dh_installchangelogs
11:20:13 #12 2.379    dh_perl
11:20:13 #12 11.31   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          56/95 
11:20:13 #12 11.54   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          56/95 
11:20:13 #10 48.15 Selecting previously unselected package libde265-0:armhf.
11:20:13 #10 48.15 Preparing to unpack .../195-libde265-0_1.0.11-1_armhf.deb ...
11:20:13 #10 48.16 Unpacking libde265-0:armhf (1.0.11-1) ...
11:20:13 #10 48.22 Selecting previously unselected package libx265-199:armhf.
11:20:13 #10 48.22 Preparing to unpack .../196-libx265-199_3.5-2+b1_armhf.deb ...
11:20:13 #10 48.22 Unpacking libx265-199:armhf (3.5-2+b1) ...
11:20:13 #10 48.32 Selecting previously unselected package libheif1:armhf.
11:20:13 #10 48.33 Preparing to unpack .../197-libheif1_1.14.2-1_armhf.deb ...
11:20:13 #10 48.33 Unpacking libheif1:armhf (1.14.2-1) ...
11:20:13 #10 48.38 Selecting previously unselected package libdeflate0:armhf.
11:20:13 #10 48.39 Preparing to unpack .../198-libdeflate0_1.14-1_armhf.deb ...
11:20:13 #11 63.95 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
11:20:13 #11 63.96 Setting up gettext (0.21-4ubuntu4) ...
11:20:13 #11 63.97 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:20:13 #11 49.62 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
11:20:13 #11 49.62 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:13 #11 49.67 Selecting previously unselected package libio-html-perl.
11:20:13 #11 49.67 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
11:20:13 #11 49.67 Unpacking libio-html-perl (1.001-1) ...
11:20:13 #11 49.71 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:13 #11 49.71 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:13 #11 49.71 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:13 #11 49.74 Selecting previously unselected package libhttp-message-perl.
11:20:13 #11 49.74 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
11:20:13 #11 49.75 Unpacking libhttp-message-perl (6.22-1) ...
11:20:13 #11 49.79 Selecting previously unselected package libhttp-cookies-perl.
11:20:13 #11 49.79 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
11:20:13 #11 49.79 Unpacking libhttp-cookies-perl (6.08-1) ...
11:20:13 #11 49.83 Selecting previously unselected package libhttp-negotiate-perl.
11:20:13 #11 49.83 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:13 #11 49.83 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:13 #11 49.86 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:13 #11 49.86 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
11:20:13 #11 62.45 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:13 #11 62.46 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:20:13 #11 62.47 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:13 #11 62.48 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:13 #11 62.49 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:20:13 #11 62.50 Setting up liburi-perl (5.10-1) ...
11:20:13 #11 62.51 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:13 #11 62.52 Setting up libfile-touch-perl (0.12-1) ...
11:20:13 #11 62.53 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:20:13 #11 62.54 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:20:13 #11 62.56 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:20:13 #11 62.56 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:20:14 #11 66.86   Installing : rpm-build-4.11.3-48.el7_9.x86_64                           47/52 
11:20:14 #11 66.92   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
11:20:14 #11 66.94   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
11:20:14 #11 50.99 Selecting previously unselected package python3.10.
11:20:14 #11 50.99 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_armhf.deb ...
11:20:14 #11 51.00 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:20:14 #11 51.03 Selecting previously unselected package libpython3-stdlib:armhf.
11:20:14 #11 51.03 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ...
11:20:14 #11 51.04 Unpacking libpython3-stdlib:armhf (3.10.6-1) ...
11:20:14 #11 51.07 Setting up python3-minimal (3.10.6-1) ...
11:20:14 #10 43.27 Setting up gcc (4:8.3.0-1+rpi2) ...
11:20:14 #10 43.30 Setting up perl (5.28.1-6+deb10u1) ...
11:20:14 #10 43.33 Setting up libio-html-perl (1.001-1) ...
11:20:14 #10 43.34 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
11:20:14 #10 43.35 Setting up libdpkg-perl (1.19.8) ...
11:20:14 #10 43.37 Setting up autoconf (2.69-11) ...
11:20:14 #10 43.39 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:14 #10 43.40 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
11:20:14 #10 43.41 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:14 #10 43.43 Setting up libstrictures-perl (2.000005-1) ...
11:20:14 #10 43.44 Setting up libsub-quote-perl (2.005001-1) ...
11:20:14 #10 43.45 Setting up liburi-perl (1.76-1) ...
11:20:14 #10 43.52 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
11:20:14 #10 43.54 Setting up automake (1:1.16.1-4) ...
11:20:14 #10 43.55 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:14 #10 43.55 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
11:20:14 #10 43.55 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
11:20:14 #10 43.56 Setting up libhttp-date-perl (6.02-1) ...
11:20:14 #10 43.57 Setting up libfile-which-perl (1.23-1) ...
11:20:14 #10 43.59 Setting up libfile-listing-perl (6.04-1) ...
11:20:14 #10 43.60 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:14 #10 43.61 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:14 #10 43.63 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
11:20:14 #10 43.64 Setting up libarchive-zip-perl (1.64-1) ...
11:20:14 #10 43.65 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:14 #10 43.67 Setting up libdebhelper-perl (13.2~bpo10+1) ...
11:20:14 #10 43.68 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:14 #10 43.69 Setting up libtry-tiny-perl (0.30-1) ...
11:20:14 #10 43.70 Setting up libnet-http-perl (6.18-1) ...
11:20:14 #10 43.72 Setting up libencode-locale-perl (1.05-1) ...
11:20:14 #10 55.69 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
11:20:14 #10 55.71 Setting up libmpdec2:armhf (2.4.2-2) ...
11:20:14 #10 55.72 Setting up libbinutils:armhf (2.31.1-16) ...
11:20:14 #10 55.73 Setting up cpp-8 (8.3.0-6) ...
11:20:14 #10 55.74 Setting up libc-dev-bin (2.28-10+deb10u2) ...
11:20:14 #10 55.75 Setting up openssl (1.1.1n-0+deb10u4) ...
11:20:14 #10 55.77 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
11:20:14 #10 55.78 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
11:20:14 #10 55.79 Setting up readline-common (7.0-5) ...
11:20:14 #10 55.81 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
11:20:14 #10 55.82 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
11:20:14 #10 55.84 Setting up libcc1-0:armhf (8.3.0-6) ...
11:20:14 #10 55.85 Setting up iso-codes (4.2-1) ...
11:20:14 #10 55.86 Setting up liblocale-gettext-perl (1.07-3+b4) ...
11:20:14 #10 55.87 Setting up dctrl-tools (2.24-3) ...
11:20:14 #10 55.89 Setting up debian-keyring (2019.02.25) ...
11:20:14 #10 55.90 Setting up libreadline7:armhf (7.0-5) ...
11:20:14 #10 55.91 Setting up libgdbm6:armhf (1.18.1-4) ...
11:20:14 #13 8.511 Selecting previously unselected package libarchive13:amd64.
11:20:14 #13 8.515 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ...
11:20:14 #13 8.523 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
11:20:14 #13 8.584 Selecting previously unselected package libjsoncpp1:amd64.
11:20:14 #13 8.588 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
11:20:14 #13 8.592 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
11:20:14 #13 8.634 Selecting previously unselected package librhash0:amd64.
11:20:14 #13 8.637 Preparing to unpack .../4-librhash0_1.3.9-1_amd64.deb ...
11:20:14 #13 8.642 Unpacking librhash0:amd64 (1.3.9-1) ...
11:20:14 #13 8.688 Selecting previously unselected package libuv1:amd64.
11:20:14 #13 8.691 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
11:20:14 #13 8.695 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
11:20:14 #13 8.731 Selecting previously unselected package cmake.
11:20:14 #13 8.734 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ...
11:20:14 #12 4.069 (53/96): dbus-common-1.14.4-1.fc36.noarch.rpm   819 kB/s |  14 kB     00:00    
11:20:14 #12 4.094 (54/96): cpp-12.2.1-4.fc36.aarch64.rpm          128 MB/s | 9.2 MB     00:00    
11:20:14 #12 4.097 (55/96): gc-8.0.6-3.fc36.aarch64.rpm            3.3 MB/s | 102 kB     00:00    
11:20:14 #12 4.114 (56/96): gcc-plugin-annobin-12.2.1-4.fc36.aarch 4.0 MB/s |  52 kB     00:00    
11:20:14 #12 4.118 (57/96): git-2.39.2-1.fc36.aarch64.rpm          3.9 MB/s |  66 kB     00:00    
11:20:14 #12 4.240 (58/96): git-core-doc-2.39.2-1.fc36.noarch.rpm   22 MB/s | 2.6 MB     00:00    
11:20:14 #12 4.263 (59/96): git-core-2.39.2-1.fc36.aarch64.rpm      29 MB/s | 4.3 MB     00:00    
11:20:14 #12 4.278 (60/96): glibc-devel-2.35-22.fc36.aarch64.rpm    13 MB/s | 483 kB     00:00    
11:20:14 #12 4.298 (61/96): glibc-static-2.35-22.fc36.aarch64.rpm   42 MB/s | 1.4 MB     00:00    
11:20:14 #12 4.322 (62/96): kernel-headers-6.1.5-100.fc36.aarch64.  34 MB/s | 1.3 MB     00:00    
11:20:14 #12 7.690 Preparing to unpack .../22-libpkgconf3_1.8.1-1_arm64.deb ...
11:20:14 #12 7.694 Unpacking libpkgconf3:arm64 (1.8.1-1) ...
11:20:14 #12 7.724 Selecting previously unselected package pkgconf-bin.
11:20:14 #12 7.727 Preparing to unpack .../23-pkgconf-bin_1.8.1-1_arm64.deb ...
11:20:14 #12 7.732 Unpacking pkgconf-bin (1.8.1-1) ...
11:20:14 #12 7.766 Selecting previously unselected package pkgconf:arm64.
11:20:14 #12 7.770 Preparing to unpack .../24-pkgconf_1.8.1-1_arm64.deb ...
11:20:14 #12 7.774 Unpacking pkgconf:arm64 (1.8.1-1) ...
11:20:14 #12 7.810 Selecting previously unselected package pkg-config:arm64.
11:20:14 #12 7.813 Preparing to unpack .../25-pkg-config_1.8.1-1_arm64.deb ...
11:20:14 #12 7.818 Unpacking pkg-config:arm64 (1.8.1-1) ...
11:20:14 #12 7.859 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:20:14 #12 7.869 Setting up libpcre2-16-0:arm64 (10.42-1) ...
11:20:14 #12 7.878 Setting up libpcre2-32-0:arm64 (10.42-1) ...
11:20:14 #12 7.890 Setting up libpkgconf3:arm64 (1.8.1-1) ...
11:20:14 #12 7.900 Setting up libuv1:arm64 (1.44.2-1) ...
11:20:14 #12 7.909 Setting up bash-completion (1:2.11-6) ...
11:20:14 #12 7.928 Setting up libproc2-0:arm64 (2:4.0.2-3) ...
11:20:14 #10 47.26 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ...
11:20:14 #10 47.27 Unpacking liblist-utilsby-perl (0.11-1) ...
11:20:14 #10 47.30 Selecting previously unselected package libltdl7:armhf.
11:20:14 #10 47.30 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ...
11:20:14 #10 47.31 Unpacking libltdl7:armhf (2.4.6-15) ...
11:20:14 #10 47.35 Selecting previously unselected package libltdl-dev:armhf.
11:20:14 #10 47.35 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ...
11:20:14 #10 47.35 Unpacking libltdl-dev:armhf (2.4.6-15) ...
11:20:14 #10 47.41 Selecting previously unselected package liblzo2-2:armhf.
11:20:14 #10 47.41 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ...
11:20:14 #10 47.42 Unpacking liblzo2-2:armhf (2.10-2) ...
11:20:14 #10 47.45 Selecting previously unselected package libsys-hostname-long-perl.
11:20:14 #10 47.45 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:14 #10 47.46 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:14 #10 47.49 Selecting previously unselected package libmail-sendmail-perl.
11:20:14 #10 47.49 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:20:14 #10 47.50 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:20:14 #10 47.54 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:14 #10 47.54 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:14 #10 47.54 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:14 #10 47.58 Selecting previously unselected package libmailtools-perl.
11:20:14 #10 47.58 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ...
11:20:14 #10 47.59 Unpacking libmailtools-perl (2.21-1) ...
11:20:14 #10 47.64 Selecting previously unselected package libmarkdown2:armhf.
11:20:14 #10 47.64 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ...
11:20:14 #10 45.71 Setting up patchutils (0.4.2-1) ...
11:20:14 #10 45.73 Setting up libipc-run-perl (20200505.0-1) ...
11:20:14 #10 45.74 Setting up git (1:2.30.2-1+deb11u2) ...
11:20:14 #10 45.77 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:14 #10 45.79 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:20:14 #10 45.81 Setting up librole-tiny-perl (2.002004-1) ...
11:20:14 #10 45.82 Setting up libfile-homedir-perl (1.006-1) ...
11:20:14 #10 45.84 Setting up libio-socket-ssl-perl (2.069-1) ...
11:20:14 #10 45.85 Setting up libhttp-message-perl (6.28-1) ...
11:20:14 #10 45.87 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:20:14 #10 45.88 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:14 #10 45.90 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:14 #10 45.91 Setting up po-debconf (1.0.21+nmu1) ...
11:20:14 #11 47.23 Selecting previously unselected package libx11-6:armhf.
11:20:14 #11 47.24 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
11:20:14 #11 47.24 Unpacking libx11-6:armhf (2:1.7.5-1) ...
11:20:14 #11 47.28 Selecting previously unselected package libxext6:armhf.
11:20:14 #11 47.28 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
11:20:14 #11 47.28 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
11:20:14 #11 47.31 Selecting previously unselected package libxmuu1:armhf.
11:20:14 #11 47.31 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
11:20:14 #11 47.32 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
11:20:14 #11 47.36 Selecting previously unselected package man-db.
11:20:14 #11 47.36 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
11:20:14 #11 47.36 Unpacking man-db (2.10.2-1) ...
11:20:14 #11 47.42 Selecting previously unselected package manpages.
11:20:14 #11 47.42 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:20:14 #11 47.42 Unpacking manpages (5.10-1ubuntu1) ...
11:20:14 #11 60.39 Unpacking libfile-which-perl (1.27-1) ...
11:20:14 #11 60.42 Selecting previously unselected package libfile-homedir-perl.
11:20:14 #11 60.42 Preparing to unpack .../158-libfile-homedir-perl_1.006-1_all.deb ...
11:20:14 #11 60.43 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:14 #11 60.46 Selecting previously unselected package libfile-touch-perl.
11:20:14 #11 60.46 Preparing to unpack .../159-libfile-touch-perl_0.12-1_all.deb ...
11:20:14 #11 60.46 Unpacking libfile-touch-perl (0.12-1) ...
11:20:14 #11 60.50 Selecting previously unselected package libio-pty-perl.
11:20:14 #11 60.50 Preparing to unpack .../160-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
11:20:14 #11 60.51 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:20:14 #11 60.54 Selecting previously unselected package libipc-run-perl.
11:20:14 #11 60.54 Preparing to unpack .../161-libipc-run-perl_20220807.0-1_all.deb ...
11:20:14 #11 60.54 Unpacking libipc-run-perl (20220807.0-1) ...
11:20:14 #11 60.58 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:14 #11 60.58 Preparing to unpack .../162-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:14 #11 60.59 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:14 #13 106.2 Enabling extras-source repository
11:20:14 #13 106.2 Enabling updates-source repository
11:20:14 #13 106.2 Loading mirror speeds from cached hostfile
11:20:14 #13 106.2  * base: download.cf.centos.org
11:20:14 #13 106.2  * extras: download.cf.centos.org
11:20:14 #13 106.2  * updates: download.cf.centos.org
11:20:14 #13 106.2 Checking for new repos for mirrors
11:20:14 #13 106.2 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
11:20:14 #13 106.2  --> Already installed : bash-4.2.46-34.el7.aarch64
11:20:14 #13 106.2 No uninstalled build requires
11:20:14 #10 64.45 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:14 #10 64.46 Setting up libhttp-message-perl (6.28-1) ...
11:20:14 #10 64.47 Setting up libhtml-form-perl (6.07-1) ...
11:20:14 #10 64.48 Setting up python3-pkg-resources (52.0.0-4) ...
11:20:14 + mkdir -p /root/build-deb/cli
11:20:14 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:14 #10 37.25 Selecting previously unselected package libmpc3:armhf.
11:20:14 #10 37.25 Preparing to unpack .../026-libmpc3_1.3.1-1_armhf.deb ...
11:20:14 #10 37.26 Unpacking libmpc3:armhf (1.3.1-1) ...
11:20:14 #10 37.29 Selecting previously unselected package cpp-12.
11:20:14 #10 37.29 Preparing to unpack .../027-cpp-12_12.2.0-14+rpi1_armhf.deb ...
11:20:14 #10 37.30 Unpacking cpp-12 (12.2.0-14+rpi1) ...
11:20:14 #11 67.96 Setting up libdata-dpath-perl (0.58-1) ...
11:20:14 #11 67.97 Setting up python3-magic (2:0.4.26-2) ...
11:20:14 #11 68.10 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
11:20:14 #11 68.11 Setting up g++-12 (12.2.0-3ubuntu1) ...
11:20:14 #11 68.12 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:20:14 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 37.75MB / 55.05MB 0.9s
11:20:14 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 31.46MB / 54.59MB 0.9s
11:20:14 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 44.04MB / 55.05MB 1.0s
11:20:14 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 39.85MB / 54.59MB 1.0s
11:20:14 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 31.81MB / 85.99MB 1.0s
11:20:14 #10 68.74 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:20:14 #10 68.77 Setting up pristine-tar (1.49) ...
11:20:14 #10 68.77 Setting up libio-socket-ssl-perl (2.069-1) ...
11:20:14 #10 68.78 Setting up libsub-exporter-perl (0.987-1) ...
11:20:14 #10 68.79 Setting up libc-devtools (2.31-13+deb11u5) ...
11:20:14 #10 68.80 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:14 #10 68.81 Setting up libhttp-message-perl (6.28-1) ...
11:20:14 #10 68.82 Setting up libhtml-form-perl (6.07-1) ...
11:20:14 #10 68.83 Setting up python3-pkg-resources (52.0.0-4) ...
11:20:14 #10 69.01 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:14 #12 2.416    dh_link
11:20:14 #12 2.452    dh_strip_nondeterminism
11:20:14 #12 2.516    dh_compress
11:20:14 #12 2.555    dh_fixperms
11:20:14 #12 2.595    dh_missing
11:20:14 #12 2.622    dh_installdeb
11:20:14 #13 27.41   Running scriptlet: which-2.21-28.el9.x86_64                             68/68 
11:20:14 #13 29.46   Verifying        : acl-2.3.1-3.el9.x86_64                                1/68 
11:20:14 #13 29.46   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           2/68 
11:20:14 #13 29.46   Verifying        : dbus-broker-28-7.el9.x86_64                           3/68 
11:20:14 #13 29.46   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/68 
11:20:14 #13 29.46   Verifying        : device-mapper-9:1.02.187-7.el9.x86_64                 5/68 
11:20:14 #13 29.46   Verifying        : device-mapper-libs-9:1.02.187-7.el9.x86_64            6/68 
11:20:14 #13 29.46   Verifying        : kmod-libs-28-7.el9.x86_64                             7/68 
11:20:14 #13 29.46   Verifying        : libcbor-0.7.0-5.el9.x86_64                            8/68 
11:20:14 #13 29.46   Verifying        : libedit-3.1-37.20210216cvs.el9.x86_64                 9/68 
11:20:14 #13 29.46   Verifying        : libfido2-1.6.0-7.el9.x86_64                          10/68 
11:20:14 #13 29.46   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        11/68 
11:20:14 #13 29.46   Verifying        : make-1:4.3-7.el9.x86_64                              12/68 
11:20:14 #13 29.46   Verifying        : openssh-8.7p1-28.el9.x86_64                          13/68 
11:20:14 #13 29.46   Verifying        : openssh-clients-8.7p1-28.el9.x86_64                  14/68 
11:20:14 #13 29.46   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            15/68 
11:20:14 #13 29.46   Verifying        : selinux-policy-38.1.8-1.el9.noarch                   16/68 
11:20:14 #13 29.46   Verifying        : selinux-policy-targeted-38.1.8-1.el9.noarch          17/68 
11:20:14 #13 29.46   Verifying        : systemd-252-8.el9.x86_64                             18/68 
11:20:14 #13 29.46   Verifying        : systemd-pam-252-8.el9.x86_64                         19/68 
11:20:14 #13 29.46   Verifying        : systemd-rpm-macros-252-8.el9.noarch                  20/68 
11:20:14 #13 29.46   Verifying        : which-2.21-28.el9.x86_64                             21/68 
11:20:14 #13 29.46   Verifying        : annobin-11.05-1.el9.x86_64                           22/68 
11:20:14 #13 29.46   Verifying        : autoconf-2.69-38.el9.noarch                          23/68 
11:20:14 #13 29.46   Verifying        : automake-1.16.2-6.el9.noarch                         24/68 
11:20:14 #13 29.46   Verifying        : cmake-3.20.2-8.el9.x86_64                            25/68 
11:20:14 #13 29.46   Verifying        : cmake-data-3.20.2-8.el9.noarch                       26/68 
11:20:14 #13 29.46   Verifying        : cmake-filesystem-3.20.2-8.el9.x86_64                 27/68 
11:20:14 #13 29.46   Verifying        : cmake-rpm-macros-3.20.2-8.el9.noarch                 28/68 
11:20:14 #13 29.46   Verifying        : cpp-11.3.1-4.3.el9.x86_64                            29/68 
11:20:14 #13 29.46   Verifying        : gcc-11.3.1-4.3.el9.x86_64                            30/68 
11:20:14 #13 29.46   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             31/68 
11:20:14 #13 29.46   Verifying        : git-2.39.1-1.el9.x86_64                              32/68 
11:20:14 #13 29.46   Verifying        : git-core-2.39.1-1.el9.x86_64                         33/68 
11:20:14 #13 29.46   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     34/68 
11:20:14 #13 29.46   Verifying        : glibc-devel-2.34-60.el9.x86_64                       35/68 
11:20:14 #13 29.46   Verifying        : glibc-headers-2.34-60.el9.x86_64                     36/68 
11:20:14 #13 29.47   Verifying        : kernel-headers-5.14.0-283.el9.x86_64                 37/68 
11:20:14 #13 29.47   Verifying        : libmpc-1.2.1-4.el9.x86_64                            38/68 
11:20:14 #13 29.47   Verifying        : libseccomp-devel-2.5.2-2.el9.x86_64                  39/68 
11:20:14 #13 29.47   Verifying        : libselinux-devel-3.5-1.el9.x86_64                    40/68 
11:20:14 #13 29.47   Verifying        : libsepol-devel-3.5-1.el9.x86_64                      41/68 
11:20:14 #13 29.47   Verifying        : libtool-2.4.6-45.el9.x86_64                          42/68 
11:20:14 #13 29.47   Verifying        : libtool-ltdl-2.4.6-45.el9.x86_64                     43/68 
11:20:14 #13 29.47   Verifying        : libuv-1:1.42.0-1.el9.x86_64                          44/68 
11:20:14 #13 29.47   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                  45/68 
11:20:14 #13 29.47   Verifying        : llvm-libs-15.0.7-1.el9.x86_64                        46/68 
11:20:14 #13 29.47   Verifying        : m4-1.4.19-1.el9.x86_64                               47/68 
11:20:14 #13 29.47   Verifying        : pcre2-devel-10.40-2.el9.x86_64                       48/68 
11:20:14 #13 29.47   Verifying        : pcre2-utf16-10.40-2.el9.x86_64                       49/68 
11:20:14 #13 29.47   Verifying        : pcre2-utf32-10.40-2.el9.x86_64                       50/68 
11:20:14 #13 29.47   Verifying        : perl-DynaLoader-1.47-480.el9.x86_64                  51/68 
11:20:14 #13 29.47   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    52/68 
11:20:14 #13 29.47   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           53/68 
11:20:14 #13 29.47   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   54/68 
11:20:14 #13 29.47   Verifying        : perl-File-Find-1.37-480.el9.noarch                   55/68 
11:20:14 #13 29.47   Verifying        : perl-Git-2.39.1-1.el9.noarch                         56/68 
11:20:14 #13 29.47   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                  57/68 
11:20:14 #13 29.47   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                58/68 
11:20:14 #13 29.47   Verifying        : perl-lib-0.65-480.el9.x86_64                         59/68 
11:20:14 #13 29.47   Verifying        : perl-threads-1:2.25-460.el9.x86_64                   60/68 
11:20:14 #13 29.47   Verifying        : perl-threads-shared-1.61-460.el9.x86_64              61/68 
11:20:14 #13 29.47   Verifying        : policycoreutils-devel-3.5-1.el9.x86_64               62/68 
11:20:14 #13 29.47   Verifying        : selinux-policy-devel-38.1.8-1.el9.noarch             63/68 
11:20:14 #13 29.47   Verifying        : systemd-devel-252-8.el9.x86_64                       64/68 
11:20:14 #13 29.47   Verifying        : device-mapper-devel-9:1.02.187-7.el9.x86_64          65/68 
11:20:14 #13 29.47   Verifying        : glibc-static-2.34-60.el9.x86_64                      66/68 
11:20:14 #13 29.47   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/68 
11:20:14 #13 29.47   Verifying        : libxcrypt-static-4.4.18-3.el9.x86_64                 68/68 
11:20:14 #13 29.61 
11:20:14 #13 29.61 Installed:
11:20:14 #13 29.61   acl-2.3.1-3.el9.x86_64                                                        
11:20:14 #13 29.61   annobin-11.05-1.el9.x86_64                                                    
11:20:14 #13 29.61   autoconf-2.69-38.el9.noarch                                                   
11:20:14 #13 29.61   automake-1.16.2-6.el9.noarch                                                  
11:20:14 #13 29.61   cmake-3.20.2-8.el9.x86_64                                                     
11:20:14 #13 29.61   cmake-data-3.20.2-8.el9.noarch                                                
11:20:14 #13 29.61   cmake-filesystem-3.20.2-8.el9.x86_64                                          
11:20:14 #13 29.61   cmake-rpm-macros-3.20.2-8.el9.noarch                                          
11:20:14 #13 29.61   cpp-11.3.1-4.3.el9.x86_64                                                     
11:20:14 #13 29.61   dbus-1:1.12.20-7.el9.x86_64                                                   
11:20:14 #13 29.61   dbus-broker-28-7.el9.x86_64                                                   
11:20:14 #13 29.61   dbus-common-1:1.12.20-7.el9.noarch                                            
11:20:14 #13 29.61   device-mapper-9:1.02.187-7.el9.x86_64                                         
11:20:14 #13 29.61   device-mapper-devel-9:1.02.187-7.el9.x86_64                                   
11:20:14 #13 29.61   device-mapper-libs-9:1.02.187-7.el9.x86_64                                    
11:20:14 #13 29.61   gcc-11.3.1-4.3.el9.x86_64                                                     
11:20:14 #13 29.61   gcc-plugin-annobin-11.3.1-4.3.el9.x86_64                                      
11:20:14 #13 29.61   git-2.39.1-1.el9.x86_64                                                       
11:20:14 #13 29.61   git-core-2.39.1-1.el9.x86_64                                                  
11:20:14 #13 29.61   git-core-doc-2.39.1-1.el9.noarch                                              
11:20:14 #13 29.61   glibc-devel-2.34-60.el9.x86_64                                                
11:20:14 #13 29.61   glibc-headers-2.34-60.el9.x86_64                                              
11:20:14 #13 29.61   glibc-static-2.34-60.el9.x86_64                                               
11:20:14 #13 29.61   kernel-headers-5.14.0-283.el9.x86_64                                          
11:20:14 #13 29.61   kmod-libs-28-7.el9.x86_64                                                     
11:20:14 #13 29.61   libcbor-0.7.0-5.el9.x86_64                                                    
11:20:14 #13 29.61   libedit-3.1-37.20210216cvs.el9.x86_64                                         
11:20:14 #13 29.61   libfido2-1.6.0-7.el9.x86_64                                                   
11:20:14 #13 29.61   libmpc-1.2.1-4.el9.x86_64                                                     
11:20:14 #13 29.61   libseccomp-2.5.2-2.el9.x86_64                                                 
11:20:14 #13 29.61   libseccomp-devel-2.5.2-2.el9.x86_64                                           
11:20:14 #13 29.61   libselinux-devel-3.5-1.el9.x86_64                                             
11:20:14 #13 29.61   libsepol-devel-3.5-1.el9.x86_64                                               
11:20:14 #13 29.61   libtool-2.4.6-45.el9.x86_64                                                   
11:20:14 #13 29.61   libtool-ltdl-2.4.6-45.el9.x86_64                                              
11:20:14 #13 29.61   libtool-ltdl-devel-2.4.6-45.el9.x86_64                                        
11:20:14 #13 29.61   libuv-1:1.42.0-1.el9.x86_64                                                   
11:20:14 #13 29.61   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
11:20:14 #13 29.61   libxcrypt-static-4.4.18-3.el9.x86_64                                          
11:20:14 #13 29.61   llvm-libs-15.0.7-1.el9.x86_64                                                 
11:20:14 #13 29.61   m4-1.4.19-1.el9.x86_64                                                        
11:20:14 #13 29.61   make-1:4.3-7.el9.x86_64                                                       
11:20:14 #13 29.61   openssh-8.7p1-28.el9.x86_64                                                   
11:20:14 #13 29.61   openssh-clients-8.7p1-28.el9.x86_64                                           
11:20:14 #13 29.61   pcre2-devel-10.40-2.el9.x86_64                                                
11:20:14 #13 29.61   pcre2-utf16-10.40-2.el9.x86_64                                                
11:20:14 #13 29.61   pcre2-utf32-10.40-2.el9.x86_64                                                
11:20:14 #13 29.61   perl-DynaLoader-1.47-480.el9.x86_64                                           
11:20:14 #13 29.61   perl-Error-1:0.17029-7.el9.noarch                                             
11:20:14 #13 29.61   perl-File-Compare-1.100.600-480.el9.noarch                                    
11:20:14 #13 29.61   perl-File-Copy-2.34-480.el9.noarch                                            
11:20:14 #13 29.61   perl-File-Find-1.37-480.el9.noarch                                            
11:20:14 #13 29.61   perl-Git-2.39.1-1.el9.noarch                                                  
11:20:14 #13 29.61   perl-TermReadKey-2.38-11.el9.x86_64                                           
11:20:14 #13 29.61   perl-Thread-Queue-3.14-460.el9.noarch                                         
11:20:14 #13 29.61   perl-lib-0.65-480.el9.x86_64                                                  
11:20:14 #13 29.61   perl-threads-1:2.25-460.el9.x86_64                                            
11:20:14 #13 29.61   perl-threads-shared-1.61-460.el9.x86_64                                       
11:20:14 #13 29.61   policycoreutils-devel-3.5-1.el9.x86_64                                        
11:20:14 #13 29.61   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
11:20:14 #13 29.61   selinux-policy-38.1.8-1.el9.noarch                                            
11:20:14 #13 29.61   selinux-policy-devel-38.1.8-1.el9.noarch                                      
11:20:14 #13 29.61   selinux-policy-targeted-38.1.8-1.el9.noarch                                   
11:20:14 #13 29.61   systemd-252-8.el9.x86_64                                                      
11:20:14 #13 29.61   systemd-devel-252-8.el9.x86_64                                                
11:20:14 #13 29.61   systemd-pam-252-8.el9.x86_64                                                  
11:20:14 #13 29.61   systemd-rpm-macros-252-8.el9.noarch                                           
11:20:14 #13 29.61   which-2.21-28.el9.x86_64                                                      
11:20:14 #13 29.61 
11:20:14 #13 29.61 Complete!
11:20:14 #10 48.40 Unpacking libdeflate0:armhf (1.14-1) ...
11:20:14 #10 48.44 Selecting previously unselected package libjbig0:armhf.
11:20:14 #10 48.45 Preparing to unpack .../199-libjbig0_2.1-6.1_armhf.deb ...
11:20:14 #10 48.45 Unpacking libjbig0:armhf (2.1-6.1) ...
11:20:14 #10 48.49 Selecting previously unselected package liblerc4:armhf.
11:20:14 #10 48.49 Preparing to unpack .../200-liblerc4_4.0.0+ds-2_armhf.deb ...
11:20:14 #10 48.50 Unpacking liblerc4:armhf (4.0.0+ds-2) ...
11:20:14 #10 48.55 Selecting previously unselected package libwebp7:armhf.
11:20:14 #10 48.56 Preparing to unpack .../201-libwebp7_1.2.4-0.1_armhf.deb ...
11:20:14 #10 48.56 Unpacking libwebp7:armhf (1.2.4-0.1) ...
11:20:14 #11 49.87 Unpacking perl-openssl-defaults:armhf (4) ...
11:20:14 #11 49.90 Selecting previously unselected package libnet-ssleay-perl.
11:20:14 #11 49.90 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
11:20:14 #11 49.91 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:20:14 #11 49.97 Selecting previously unselected package libio-socket-ssl-perl.
11:20:14 #11 49.97 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
11:20:14 #11 49.98 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:20:14 #11 50.03 Selecting previously unselected package libnet-http-perl.
11:20:14 #11 50.03 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
11:20:14 #11 50.03 Unpacking libnet-http-perl (6.19-1) ...
11:20:14 #11 50.07 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:14 #11 50.07 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:20:14 #11 50.07 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:20:14 #11 50.10 Selecting previously unselected package libtry-tiny-perl.
11:20:14 #11 50.10 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
11:20:14 #11 62.76 Setting up automake (1:1.16.5-1.3) ...
11:20:14 #11 62.77 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:14 #11 62.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
11:20:14 #11 62.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
11:20:14 #11 62.78 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:14 #11 62.79 Setting up libstring-escape-perl (2010.002-2) ...
11:20:14 #11 62.81 Setting up libhttp-date-perl (6.05-1) ...
11:20:14 #11 62.82 Setting up libfile-which-perl (1.23-1) ...
11:20:14 #11 62.83 Setting up libfile-basedir-perl (0.09-1) ...
11:20:14 #11 62.84 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:14 #11 62.86 Setting up libset-intspan-perl (1.19-2) ...
11:20:14 #11 62.87 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:14 #11 62.88 Setting up libfile-listing-perl (6.14-1) ...
11:20:14 #11 62.89 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:20:14 #11 62.90 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:14 #11 62.90 Setting up libdata-messagepack-perl (1.01-2build1) ...
11:20:14 #11 62.91 Setting up libfont-afm-perl (1.20-3) ...
11:20:14 #11 62.92 Setting up libwant-perl (0.29-1build7) ...
11:20:14 #11 62.93 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:14 #11 62.94 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:14 #11 62.95 Setting up liblist-compare-perl (0.55-1) ...
11:20:14 #11 62.96 Setting up libref-util-xs-perl (0.117-1build5) ...
11:20:14 #11 62.97 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:14 #11 51.29 Selecting previously unselected package python3.
11:20:14 #11 51.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 ... 5201 files and directories currently installed.)
11:20:14 #11 51.30 Preparing to unpack .../python3_3.10.6-1_armhf.deb ...
11:20:14 #11 51.31 Unpacking python3 (3.10.6-1) ...
11:20:14 #11 51.34 Selecting previously unselected package libargon2-1:armhf.
11:20:14 #11 51.35 Preparing to unpack .../libargon2-1_0~20171227-0.3_armhf.deb ...
11:20:14 #11 51.35 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
11:20:14 #11 51.38 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_armhf.deb ...
11:20:14 #10 43.74 Setting up libdevel-callchecker-perl (0.008-1) ...
11:20:14 #10 43.75 Setting up dpkg-dev (1.19.8) ...
11:20:14 #10 43.77 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:14 #10 43.78 Setting up liberror-perl (0.17027-2) ...
11:20:14 #10 43.79 Setting up patchutils (0.3.4-2) ...
11:20:14 #10 43.81 Setting up libipc-run-perl (20180523.0-1) ...
11:20:14 #10 43.82 Setting up git (1:2.20.1-2+deb10u8) ...
11:20:14 #10 43.85 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:14 #10 43.87 Setting up libhtml-parser-perl (3.72-3+b2) ...
11:20:14 #10 43.88 Setting up librole-tiny-perl (2.000006-1) ...
11:20:14 #10 43.89 Setting up libfile-homedir-perl (1.004-1) ...
11:20:14 #10 43.90 Setting up libio-socket-ssl-perl (2.060-3) ...
11:20:14 #10 43.92 Setting up libhttp-message-perl (6.18-1) ...
11:20:14 #10 43.93 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
11:20:14 #10 43.94 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:14 #10 43.96 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:14 #10 43.97 Setting up po-debconf (1.0.21) ...
11:20:14 #10 43.98 Setting up libhtml-tree-perl (5.07-2) ...
11:20:14 #10 43.99 Setting up libparams-classify-perl (0.015-1+b1) ...
11:20:14 #10 44.00 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:14 #10 44.02 Setting up libimport-into-perl (1.002005-1) ...
11:20:14 #10 44.03 Setting up libmoo-perl (2.003004-2) ...
11:20:14 #10 44.04 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:14 #10 44.05 Setting up libwww-perl (6.36-2) ...
11:20:14 #10 55.92 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:20:14 #10 55.93 Setting up pinentry-curses (1.1.0-2) ...
11:20:14 #10 55.95 Setting up manpages-dev (4.16-2) ...
11:20:14 #10 55.96 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
11:20:14 #10 55.97 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:20:14 #10 55.98 Setting up libxcb1:armhf (1.13.1-2) ...
11:20:14 #10 55.99 Setting up at (3.1.23-1) ...
11:20:14 #10 56.13 invoke-rc.d: could not determine current runlevel
11:20:14 #10 56.13 invoke-rc.d: policy-rc.d denied execution of start.
11:20:14 #10 56.13 Setting up libedit2:armhf (3.1-20181209-1) ...
11:20:14 #10 56.14 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
11:20:14 #10 56.16 Setting up cron (3.0pl1-134+deb10u1) ...
11:20:14 #13 8.738 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:14 #12 4.336 (63/96): less-590-5.fc36.aarch64.rpm            4.4 MB/s | 161 kB     00:00    
11:20:14 #12 4.349 (64/96): libargon2-20171227-9.fc36.aarch64.rpm  1.2 MB/s |  28 kB     00:00    
11:20:14 #12 9.217   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
11:20:14 #12 9.350   Preparing        :                                                        1/1 
11:20:14 #12 9.398   Upgrading        : audit-libs-3.1-2.fc36.x86_64                          1/95 
11:20:14 #12 9.410   Installing       : python3-libselinux-3.3-4.fc36.x86_64                  2/95 
11:20:14 #12 9.416   Installing       : libtool-ltdl-2.4.7-1.fc36.x86_64                      3/95 
11:20:14 #12 9.424   Installing       : libfdisk-2.38-1.fc36.x86_64                           4/95 
11:20:14 #12 9.431   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 5/95 
11:20:14 #12 9.437   Installing       : cmake-filesystem-3.25.2-1.fc36.x86_64                 6/95 
11:20:14 #12 9.444   Installing       : perl-threads-1:2.26-449.fc36.x86_64                   7/95 
11:20:14 #12 9.450   Installing       : perl-File-Find-1.39-486.fc36.noarch                   8/95 
11:20:14 #12 9.458   Installing       : m4-1.4.19-3.fc36.x86_64                               9/95 
11:20:14 #12 9.465   Installing       : libseccomp-2.5.3-2.fc36.x86_64                       10/95 
11:20:14 #12 9.472   Installing       : libmpc-1.2.1-4.fc36.x86_64                           11/95 
11:20:14 #10 45.93 Setting up libhtml-tree-perl (5.07-2) ...
11:20:14 #10 45.94 Setting up libparams-classify-perl (0.015-1+b3) ...
11:20:14 #10 45.96 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:14 #10 45.98 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:20:14 #10 45.99 Setting up libimport-into-perl (1.002005-1) ...
11:20:14 #10 46.00 Setting up libmoo-perl (2.004004-1) ...
11:20:14 #10 46.02 Setting up debhelper (13.3.4) ...
11:20:14 #10 46.03 Setting up equivs (2.3.1) ...
11:20:14 #10 46.05 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:14 #10 46.06 Setting up libwww-perl (6.52-1) ...
11:20:14 #10 46.07 Setting up devscripts (2.21.3+deb11u1) ...
11:20:14 #12 7.937 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
11:20:14 #12 7.949 Setting up libudev-dev:arm64 (252.5-2) ...
11:20:14 #12 7.959 Setting up libsepol-dev:arm64 (3.4-2) ...
11:20:14 #12 7.967 Setting up pkgconf-bin (1.8.1-1) ...
11:20:14 #12 7.979 Setting up libpcre2-posix3:arm64 (10.42-1) ...
11:20:14 #12 7.988 Setting up librhash0:arm64 (1.4.3-3) ...
11:20:14 #12 7.998 Setting up procps (2:4.0.2-3) ...
11:20:14 #12 8.035 Setting up cmake-data (3.25.1-1) ...
11:20:14 #12 8.050 Setting up dh-apparmor (3.0.8-3) ...
11:20:14 #12 8.060 Setting up libsystemd-dev:arm64 (252.5-2) ...
11:20:14 #12 8.071 Setting up libpcre2-dev:arm64 (10.42-1) ...
11:20:14 #12 8.080 Setting up libselinux1-dev:arm64 (3.4-1+b5) ...
11:20:14 #12 8.090 Setting up pkgconf:arm64 (1.8.1-1) ...
11:20:14 #12 8.100 Setting up pkg-config:arm64 (1.8.1-1) ...
11:20:14 #12 8.110 Setting up cmake (3.25.1-1) ...
11:20:14 #12 8.122 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:20:14 #12 8.132 Setting up dmsetup (2:1.02.185-2) ...
11:20:14 #12 8.147 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
11:20:14 #10 47.65 Unpacking libmarkdown2:armhf (2.2.6-1) ...
11:20:14 #10 47.70 Selecting previously unselected package libmime-tools-perl.
11:20:14 #10 47.70 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ...
11:20:14 #10 47.71 Unpacking libmime-tools-perl (5.509-1) ...
11:20:14 #10 47.76 Selecting previously unselected package libmoox-aliases-perl.
11:20:14 #10 47.76 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:20:14 #10 47.77 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:20:14 #10 47.80 Selecting previously unselected package libnamespace-autoclean-perl.
11:20:14 #10 47.81 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:20:14 #10 47.81 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:20:14 #10 47.85 Selecting previously unselected package libobject-id-perl.
11:20:14 #10 47.85 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ...
11:20:14 #10 47.85 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:20:14 #10 47.88 Selecting previously unselected package libmoox-struct-perl.
11:20:14 #10 47.88 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ...
11:20:14 #11 47.55 Selecting previously unselected package openssh-client.
11:20:14 #11 47.56 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_armhf.deb ...
11:20:14 #11 47.57 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
11:20:14 #11 47.63 Selecting previously unselected package publicsuffix.
11:20:14 #11 47.63 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:20:14 #11 47.64 Unpacking publicsuffix (20211207.1025-1) ...
11:20:14 #11 47.66 Selecting previously unselected package strace.
11:20:14 #11 47.66 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
11:20:14 #11 47.67 Unpacking strace (5.16-0ubuntu3) ...
11:20:14 #11 47.71 Selecting previously unselected package xauth.
11:20:14 #11 47.71 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
11:20:14 #11 47.71 Unpacking xauth (1:1.1-1build2) ...
11:20:14 #11 60.62 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:14 #11 60.62 Preparing to unpack .../163-libclass-xsaccessor-perl_1.19-4_arm64.deb ...
11:20:14 #11 60.63 Unpacking libclass-xsaccessor-perl (1.19-4) ...
11:20:14 #11 60.66 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
11:20:14 #11 60.67 Preparing to unpack .../164-libb-hooks-op-check-perl_0.22-2_arm64.deb ...
11:20:14 #11 60.67 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2) ...
11:20:14 #11 60.71 Selecting previously unselected package libdynaloader-functions-perl.
11:20:14 #11 60.71 Preparing to unpack .../165-libdynaloader-functions-perl_0.003-2_all.deb ...
11:20:14 #11 60.72 Unpacking libdynaloader-functions-perl (0.003-2) ...
11:20:14 #11 60.75 Selecting previously unselected package libdevel-callchecker-perl.
11:20:14 #11 60.75 Preparing to unpack .../166-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
11:20:14 #11 60.75 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:14 #11 60.80 Selecting previously unselected package libparams-classify-perl:arm64.
11:20:14 #11 60.81 Preparing to unpack .../167-libparams-classify-perl_0.015-2_arm64.deb ...
11:20:14 #11 60.81 Unpacking libparams-classify-perl:arm64 (0.015-2) ...
11:20:14 #11 60.86 Selecting previously unselected package libmodule-runtime-perl.
11:20:14 #11 60.86 Preparing to unpack .../168-libmodule-runtime-perl_0.016-2_all.deb ...
11:20:14 #11 60.87 Unpacking libmodule-runtime-perl (0.016-2) ...
11:20:14 #11 60.90 Selecting previously unselected package libimport-into-perl.
11:20:14 #11 60.91 Preparing to unpack .../169-libimport-into-perl_1.002005-2_all.deb ...
11:20:14 #11 60.91 Unpacking libimport-into-perl (1.002005-2) ...
11:20:14 #11 60.94 Selecting previously unselected package librole-tiny-perl.
11:20:14 #11 60.94 Preparing to unpack .../170-librole-tiny-perl_2.002004-1_all.deb ...
11:20:14 #11 60.94 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:14 #11 60.98 Selecting previously unselected package libsub-quote-perl.
11:20:14 #10 64.68 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:14 #10 64.70 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:20:14 #10 64.71 Setting up libjson-xs-perl (4.030-1+b1) ...
11:20:14 #10 64.73 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:14 #10 64.74 Setting up libio-prompter-perl (0.004015-1) ...
11:20:14 #10 64.75 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:14 #10 64.76 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:14 #10 64.77 Setting up python3-apt (2.2.1) ...
11:20:14 + mkdir -p /root/build-deb/buildx
11:20:14 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:14 #11 68.31 Setting up python3-dbus (1.2.18-3build1) ...
11:20:14 #11 68.46 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:14 #10 69.02 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:20:14 #10 69.03 Setting up libjson-xs-perl (4.030-1+b1) ...
11:20:14 #10 69.04 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:14 #10 69.05 Setting up libio-prompter-perl (0.004015-1) ...
11:20:14 #10 69.05 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:14 #10 69.06 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:14 #10 69.07 Setting up python3-apt (2.2.1) ...
11:20:14 #10 69.22 Setting up po-debconf (1.0.21+nmu1) ...
11:20:14 #10 69.23 Setting up libhtml-tree-perl (5.07-2) ...
11:20:14 #10 69.24 Setting up libparams-classify-perl (0.015-1+b3) ...
11:20:14 #10 69.25 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:14 #10 69.26 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:14 #10 69.27 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:14 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 53.48MB / 55.05MB 1.2s
11:20:14 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 50.33MB / 54.59MB 1.2s
11:20:14 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 46.14MB / 85.99MB 1.2s
11:20:14 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 55.57MB / 85.99MB 1.3s
11:20:14 #12 1.072 Reading package lists...
11:20:14 #12 2.656    dh_gencontrol
11:20:14 #12 2.781    dh_md5sums
11:20:14 #12 2.821    dh_builddeb
11:20:14 #12 2.848 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:14 #12 2.866  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
11:20:14 #10 48.62 Selecting previously unselected package libtiff6:armhf.
11:20:14 #10 48.63 Preparing to unpack .../202-libtiff6_4.5.0-5_armhf.deb ...
11:20:14 #10 48.63 Unpacking libtiff6:armhf (4.5.0-5) ...
11:20:14 #10 48.69 Selecting previously unselected package libxau6:armhf.
11:20:14 #10 48.69 Preparing to unpack .../203-libxau6_1%3a1.0.9-1_armhf.deb ...
11:20:14 #10 48.70 Unpacking libxau6:armhf (1:1.0.9-1) ...
11:20:14 #10 48.73 Selecting previously unselected package libxdmcp6:armhf.
11:20:14 #10 48.74 Preparing to unpack .../204-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:20:14 #10 48.74 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:20:14 #10 48.78 Selecting previously unselected package libxcb1:armhf.
11:20:14 #10 48.78 Preparing to unpack .../205-libxcb1_1.15-1_armhf.deb ...
11:20:14 #10 48.79 Unpacking libxcb1:armhf (1.15-1) ...
11:20:14 #10 48.83 Selecting previously unselected package libx11-data.
11:20:14 #11 50.11 Unpacking libtry-tiny-perl (0.30-1) ...
11:20:14 #11 50.17 Selecting previously unselected package libwww-robotrules-perl.
11:20:14 #11 50.17 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:14 #11 50.18 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:14 #11 50.21 Selecting previously unselected package libwww-perl.
11:20:14 #11 50.21 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
11:20:14 #11 50.21 Unpacking libwww-perl (6.43-1) ...
11:20:14 #11 50.25 Selecting previously unselected package patchutils.
11:20:14 #11 50.26 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
11:20:14 #11 50.26 Unpacking patchutils (0.3.4-2) ...
11:20:14 #11 50.30 Selecting previously unselected package wdiff.
11:20:14 #11 50.30 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
11:20:14 #11 50.30 Unpacking wdiff (1.2.2-2build1) ...
11:20:14 #11 62.98 Setting up libtool (2.4.6-15build2) ...
11:20:14 #11 62.99 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
11:20:14 #11 63.00 Setting up libfile-fcntllock-perl (0.22-3build7) ...
11:20:14 #11 63.01 Setting up libclone-perl (0.45-1build3) ...
11:20:14 #11 63.02 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:14 #11 63.03 Setting up libarchive-zip-perl (1.68-1) ...
11:20:14 #11 63.04 Setting up libsub-identify-perl (0.14-1build5) ...
11:20:14 #11 63.05 Setting up libdistro-info-perl (1.1build1) ...
11:20:14 #11 63.06 Setting up libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
11:20:14 #11 63.07 Setting up python3-apt (2.4.0ubuntu1) ...
11:20:14 #11 63.22 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:14 #11 64.46 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:20:14 #11 51.40 Unpacking libudev1:armhf (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:20:14 #11 51.46 Setting up libudev1:armhf (251.4-1ubuntu7.1) ...
11:20:14 #11 51.52 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:14 #11 51.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 ... 5225 files and directories currently installed.)
11:20:14 #11 51.53 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
11:20:14 #11 51.53 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:20:14 #11 51.57 Selecting previously unselected package libjson-c5:armhf.
11:20:14 #11 51.57 Preparing to unpack .../1-libjson-c5_0.16-1_armhf.deb ...
11:20:14 #11 51.57 Unpacking libjson-c5:armhf (0.16-1) ...
11:20:14 #11 51.61 Selecting previously unselected package libcryptsetup12:armhf.
11:20:14 #11 51.61 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ...
11:20:14 #11 51.61 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
11:20:14 #10 44.07 Setting up debhelper (13.2~bpo10+1) ...
11:20:14 #10 44.08 Setting up dh-autoreconf (19) ...
11:20:14 #10 44.10 Setting up devscripts (2.19.5+deb10u1) ...
11:20:14 #10 56.24 Adding group `crontab' (GID 102) ...
11:20:14 #10 56.25 Done.
11:20:14 #10 56.27 invoke-rc.d: could not determine current runlevel
11:20:14 #10 56.27 invoke-rc.d: policy-rc.d denied execution of start.
11:20:14 #13 9.129 Selecting previously unselected package dh-apparmor.
11:20:14 #13 9.132 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
11:20:14 #13 9.137 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:14 #13 9.176 Preparing to unpack .../8-libudev1_245.4-4ubuntu3.20_amd64.deb ...
11:20:14 #13 9.188 Unpacking libudev1:amd64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:14 #13 9.247 Setting up libudev1:amd64 (245.4-4ubuntu3.20) ...
11:20:14 #12 4.669 (65/96): gcc-12.2.1-4.fc36.aarch64.rpm           48 MB/s |  29 MB     00:00    
11:20:14 #12 4.674 (66/96): libasan-12.2.1-4.fc36.aarch64.rpm      1.2 MB/s | 425 kB     00:00    
11:20:14 #12 4.679 (67/96): libatomic-12.2.1-4.fc36.aarch64.rpm    132 kB/s |  43 kB     00:00    
11:20:14 #12 4.684 (68/96): libbpf-0.7.0-3.fc36.aarch64.rpm         19 MB/s | 159 kB     00:00    
11:20:14 #12 4.688 (69/96): libfdisk-2.38-1.fc36.aarch64.rpm        12 MB/s | 155 kB     00:00    
11:20:14 #12 4.691 (70/96): libfido2-1.10.0-5.fc36.aarch64.rpm     8.7 MB/s |  93 kB     00:00    
11:20:14 #12 4.698 (71/96): libtool-2.4.7-1.fc36.aarch64.rpm        43 MB/s | 593 kB     00:00    
11:20:14 #12 4.701 (72/96): libtool-ltdl-2.4.7-1.fc36.aarch64.rpm  4.5 MB/s |  37 kB     00:00    
11:20:14 #12 4.706 (73/96): libubsan-12.2.1-4.fc36.aarch64.rpm      28 MB/s | 192 kB     00:00    
11:20:14 #12 4.711 (74/96): libuv-1.44.2-1.fc36.aarch64.rpm         18 MB/s | 148 kB     00:00    
11:20:14 #12 4.713 (75/96): libxcrypt-devel-4.4.33-4.fc36.aarch64. 4.2 MB/s |  30 kB     00:00    
11:20:14 #12 4.718 (76/96): libtool-ltdl-devel-2.4.7-1.fc36.aarch6 6.4 MB/s | 157 kB     00:00    
11:20:14 #12 4.723 (77/96): pcre2-devel-10.40-1.fc36.aarch64.rpm    51 MB/s | 474 kB     00:00    
11:20:14 #12 4.727 (78/96): libxcrypt-static-4.4.33-4.fc36.aarch64 8.0 MB/s | 109 kB     00:00    
11:20:14 #12 4.731 (79/96): pcre2-utf16-10.40-1.fc36.aarch64.rpm    17 MB/s | 199 kB     00:00    
11:20:14 #12 4.736 (80/96): pcre2-utf32-10.40-1.fc36.aarch64.rpm    17 MB/s | 188 kB     00:00    
11:20:14 #12 4.739 (81/96): perl-Git-2.39.2-1.fc36.noarch.rpm      6.0 MB/s |  43 kB     00:00    
11:20:14 #12 4.746 (82/96): python3-audit-3.1-2.fc36.aarch64.rpm   5.9 MB/s |  83 kB     00:00    
11:20:14 #12 4.751 (83/96): python3-setuptools-59.6.0-3.fc36.noarc  60 MB/s | 934 kB     00:00    
11:20:14 #12 4.754 (84/96): rpm-plugin-selinux-4.17.1-3.fc36.aarch 1.6 MB/s |  18 kB     00:00    
11:20:14 #12 4.759 (85/96): selinux-policy-36.17-1.fc36.noarch.rpm 9.4 MB/s |  66 kB     00:00    
11:20:14 #12 4.771 (86/96): selinux-policy-devel-36.17-1.fc36.noar  41 MB/s | 815 kB     00:00    
11:20:14 #12 4.793 (87/96): systemd-devel-250.10-2.fc36.aarch64.rp  22 MB/s | 446 kB     00:00    
11:20:14 #12 4.811 (88/96): systemd-250.10-2.fc36.aarch64.rpm       79 MB/s | 4.0 MB     00:00    
11:20:14 #12 4.837 (89/96): selinux-policy-targeted-36.17-1.fc36.n  78 MB/s | 6.4 MB     00:00    
11:20:14 #12 9.485   Installing       : checkpolicy-3.3-2.fc36.x86_64                        12/95 
11:20:14 #12 9.683   Installing       : cpp-12.2.1-4.fc36.x86_64                             13/95 
11:20:14 #12 9.691   Installing       : perl-threads-shared-1.62-479.fc36.x86_64             14/95 
11:20:14 #12 9.696   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               15/95 
11:20:14 #12 9.703   Installing       : python3-libsemanage-3.3-3.fc36.x86_64                16/95 
11:20:14 #12 9.711   Installing       : python3-audit-3.1-2.fc36.x86_64                      17/95 
11:20:14 #12 9.717   Installing       : vim-filesystem-2:9.0.1307-1.fc36.noarch              18/95 
11:20:14 #12 9.723   Installing       : systemd-rpm-macros-250.10-2.fc36.noarch              19/95 
11:20:14 #12 9.777   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/95 
11:20:14 #11 66.97   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
11:20:14 #10 46.27 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:20:14 #10 47.89 Unpacking libmoox-struct-perl (0.020-1) ...
11:20:14 #10 47.92 Selecting previously unselected package libmouse-perl.
11:20:14 #10 47.92 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ...
11:20:14 #10 47.93 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:20:14 #10 47.98 Selecting previously unselected package libnumber-range-perl.
11:20:14 #10 47.99 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ...
11:20:14 #10 47.99 Unpacking libnumber-range-perl (0.12-1.1) ...
11:20:14 #10 48.03 Selecting previously unselected package libossp-uuid16:armhf.
11:20:14 #10 48.03 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ...
11:20:14 #10 48.03 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ...
11:20:14 #10 48.08 Selecting previously unselected package libossp-uuid-perl.
11:20:14 #10 48.08 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ...
11:20:14 #12 8.158 Setting up libdevmapper-dev:arm64 (2:1.02.185-2) ...
11:20:14 #12 8.169 Setting up docker-ce-build-deps (1.0) ...
11:20:14 #12 8.180 Processing triggers for libc-bin (2.36-8) ...
11:20:14 #12 8.202 Processing triggers for man-db (2.11.2-1) ...
11:20:14 #11 47.74 Selecting previously unselected package xz-utils.
11:20:14 #11 47.75 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
11:20:14 #11 47.75 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:20:14 #11 47.79 Selecting previously unselected package libsigsegv2:armhf.
11:20:14 #11 47.79 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
11:20:14 #11 47.80 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
11:20:14 #11 47.82 Selecting previously unselected package m4.
11:20:14 #11 47.82 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
11:20:14 #11 47.83 Unpacking m4 (1.4.18-5ubuntu2) ...
11:20:14 #11 47.86 Selecting previously unselected package autoconf.
11:20:14 #11 47.86 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
11:20:14 #11 47.87 Unpacking autoconf (2.71-2) ...
11:20:14 #11 47.91 Selecting previously unselected package autotools-dev.
11:20:14 #11 47.92 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
11:20:14 #11 47.92 Unpacking autotools-dev (20220109.1) ...
11:20:14 #11 47.95 Selecting previously unselected package automake.
11:20:14 #11 47.95 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
11:20:14 #11 47.96 Unpacking automake (1:1.16.5-1.3) ...
11:20:14 #11 60.98 Preparing to unpack .../171-libsub-quote-perl_2.006006-1_all.deb ...
11:20:14 #11 60.98 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:14 #11 61.01 Selecting previously unselected package libmoo-perl.
11:20:14 #11 61.02 Preparing to unpack .../172-libmoo-perl_2.005004-3_all.deb ...
11:20:14 #11 61.02 Unpacking libmoo-perl (2.005004-3) ...
11:20:14 #11 61.06 Selecting previously unselected package libencode-locale-perl.
11:20:14 #11 61.06 Preparing to unpack .../173-libencode-locale-perl_1.05-2_all.deb ...
11:20:14 #11 61.07 Unpacking libencode-locale-perl (1.05-2) ...
11:20:14 #11 61.10 Selecting previously unselected package libtimedate-perl.
11:20:14 #11 61.10 Preparing to unpack .../174-libtimedate-perl_2.3300-2_all.deb ...
11:20:14 #11 61.10 Unpacking libtimedate-perl (2.3300-2) ...
11:20:14 #11 61.14 Selecting previously unselected package libhttp-date-perl.
11:20:14 #11 61.14 Preparing to unpack .../175-libhttp-date-perl_6.05-1_all.deb ...
11:20:14 #11 61.15 Unpacking libhttp-date-perl (6.05-1) ...
11:20:14 #11 61.18 Selecting previously unselected package libfile-listing-perl.
11:20:14 #11 61.18 Preparing to unpack .../176-libfile-listing-perl_6.15-1_all.deb ...
11:20:14 #11 61.18 Unpacking libfile-listing-perl (6.15-1) ...
11:20:14 #11 61.22 Selecting previously unselected package libhtml-tagset-perl.
11:20:14 #10 57.95 Setting up libmpc3:armhf (1.1.0-1) ...
11:20:14 #10 64.94 Setting up po-debconf (1.0.21+nmu1) ...
11:20:14 #10 64.95 Setting up libhtml-tree-perl (5.07-2) ...
11:20:14 #10 64.96 Setting up libparams-classify-perl (0.015-1+b3) ...
11:20:14 #10 64.98 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:14 #10 64.99 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:14 #10 65.00 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:14 #10 65.06 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:14 + mkdir -p /root/build-deb/compose
11:20:14 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:14 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:14 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:14 + mkdir -p /go/src/github.com/docker
11:20:14 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:14 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:14 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:14 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:14 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:14 + EPOCH=5
11:20:14 + EPOCH_SEP=
11:20:14 + [[ ! -z 5 ]]
11:20:14 + EPOCH_SEP=:
11:20:14 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:14 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:14 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:14 + VERSION=0.0.0-20230309110843-71615c2
11:20:14 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:14 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:14 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:14 + debSource=docker-ce
11:20:14 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:14 + debMaintainer='Docker <support@docker.com>'
11:20:14 ++ date --rfc-2822
11:20:14 + debDate='Fri, 10 Mar 2023 11:20:14 +0000'
11:20:14 + pkgRevision=1
11:20:14 #11 68.47 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:14 #11 68.48 Setting up python3-apt (2.4.0+22.10) ...
11:20:14 #11 68.64 Setting up libpackage-stash-perl (0.40-1) ...
11:20:14 #11 68.65 Setting up libimport-into-perl (1.002005-2) ...
11:20:14 #11 68.66 Setting up libmoo-perl (2.005004-3) ...
11:20:14 #11 68.68 Setting up python3-bcrypt (3.2.0-1build1) ...
11:20:14 #14 16.32   Running scriptlet: selinux-policy-minimum-3.14.3-115.el8.noarch         40/80 
11:20:14 #14 24.02   Installing       : policycoreutils-devel-2.9-21.1.el8.x86_64            41/80 
11:20:14 #14 24.27   Installing       : selinux-policy-devel-3.14.3-115.el8.noarch           42/80 
11:20:14 #14 24.29   Running scriptlet: selinux-policy-devel-3.14.3-115.el8.noarch           42/80 
11:20:14 #14 24.31   Installing       : libsepol-devel-2.9-3.el8.x86_64                      43/80 
11:20:14 #14 24.36   Installing       : libselinux-devel-2.9-8.el8.x86_64                    44/80 
11:20:14 #14 24.66   Installing       : kernel-headers-4.18.0-448.el8.x86_64                 45/80 
11:20:14 #14 24.71   Running scriptlet: glibc-headers-2.28-225.el8.x86_64                    46/80 
11:20:14 #14 24.80   Installing       : glibc-headers-2.28-225.el8.x86_64                    46/80 
11:20:14 #14 24.82   Installing       : libxcrypt-devel-4.1.1-6.el8.x86_64                   47/80 
11:20:14 #14 24.84   Installing       : glibc-devel-2.28-225.el8.x86_64                      48/80 
11:20:14 #10 69.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:14 #10 69.38 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:14 #10 69.49 
11:20:14 #10 69.49 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:14 #12 2.177 dh_testdir
11:20:14 #12 2.196 dh_testroot
11:20:14 #12 2.214 dh_prep
11:20:14 #12 2.235 dh_testdir
11:20:14 #12 2.254 dh_testroot
11:20:14 #12 2.271 dh_install
11:20:14 #12 2.297 dh_installdocs
11:20:14 #12 2.329 dh_installchangelogs
11:20:14 #11 sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 55.05MB / 55.05MB 1.4s done
11:20:14 #12 3.392 Reading package lists...
11:20:14 #11 sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 54.59MB / 54.59MB 1.5s done
11:20:14 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 70.25MB / 85.99MB 1.5s
11:20:14 #11 sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa 0B / 154B 1.5s
11:20:14 #11 ...
11:20:14 
11:20:14 #12 [build-dummy 2/2] RUN mkdir -p /build
11:20:14 #12 DONE 1.6s
11:20:14 
11:20:14 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:14 #11 sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa 154B / 154B 1.6s done
11:20:14 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 0B / 149.01MB 1.6s
11:20:14 #10 48.83 Preparing to unpack .../206-libx11-data_2%3a1.8.4-2_all.deb ...
11:20:14 #10 48.84 Unpacking libx11-data (2:1.8.4-2) ...
11:20:14 #10 48.92 Selecting previously unselected package libx11-6:armhf.
11:20:14 #10 48.92 Preparing to unpack .../207-libx11-6_2%3a1.8.4-2_armhf.deb ...
11:20:14 #10 48.93 Unpacking libx11-6:armhf (2:1.8.4-2) ...
11:20:14 #10 49.02 Selecting previously unselected package libxpm4:armhf.
11:20:14 #10 49.02 Preparing to unpack .../208-libxpm4_1%3a3.5.12-1.1_armhf.deb ...
11:20:14 #10 49.05 Unpacking libxpm4:armhf (1:3.5.12-1.1) ...
11:20:14 #10 49.09 Selecting previously unselected package libgd3:armhf.
11:20:14 #10 49.09 Preparing to unpack .../209-libgd3_2.3.3-9_armhf.deb ...
11:20:14 #10 49.10 Unpacking libgd3:armhf (2.3.3-9) ...
11:20:14 #10 49.14 Selecting previously unselected package libc-devtools.
11:20:14 #10 49.15 Preparing to unpack .../210-libc-devtools_2.36-8_armhf.deb ...
11:20:14 #10 49.15 Unpacking libc-devtools (2.36-8) ...
11:20:14 #10 49.19 Selecting previously unselected package libcapture-tiny-perl.
11:20:14 #12 3.011  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
11:20:14 #12 3.089 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:14 #12 3.092  dpkg-source --after-build .
11:20:14 #12 3.192 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:14 #11 50.34 Selecting previously unselected package devscripts.
11:20:14 #11 50.35 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
11:20:14 #11 50.37 Unpacking devscripts (2.20.2ubuntu2) ...
11:20:14 #11 50.52 Selecting previously unselected package diffstat.
11:20:14 #11 50.52 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
11:20:14 #11 50.53 Unpacking diffstat (1.63-1) ...
11:20:14 #11 50.56 Selecting previously unselected package python3-chardet.
11:20:14 #11 50.56 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
11:20:14 #11 50.57 Unpacking python3-chardet (3.0.4-4build1) ...
11:20:14 #11 63.23 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:14 #11 63.24 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:14 #11 63.25 Setting up liblog-any-perl (1.710-1) ...
11:20:14 #11 63.26 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:14 #11 63.27 Setting up libdevel-size-perl (0.83-1build4) ...
11:20:14 #11 63.28 Setting up libdebhelper-perl (13.6ubuntu1) ...
11:20:14 #11 63.29 Setting up libpod-constants-perl (0.19-2) ...
11:20:14 #11 63.30 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
11:20:14 #11 63.31 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:14 #11 63.31 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:14 #11 63.32 Setting up libio-interactive-perl (1.023-1) ...
11:20:14 #11 63.33 Setting up libtry-tiny-perl (0.31-1) ...
11:20:14 #11 63.34 Setting up libtype-tiny-perl (1.012004-1) ...
11:20:14 #11 63.35 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
11:20:14 #11 63.36 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:14 #11 63.37 Setting up libnet-http-perl (6.22-1) ...
11:20:14 #11 63.38 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:14 #11 63.39 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:20:14 #11 63.40 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:14 #11 63.41 Setting up libtime-moment-perl (0.44-1build6) ...
11:20:14 #11 63.42 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:14 #11 63.43 Setting up libexception-class-perl (1.45-1) ...
11:20:14 #13 DONE 29.8s
11:20:14 
11:20:14 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:14 #11 51.65 Selecting previously unselected package libfdisk1:armhf.
11:20:14 #11 51.65 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_armhf.deb ...
11:20:14 #11 51.66 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ...
11:20:14 #11 51.70 Selecting previously unselected package libkmod2:armhf.
11:20:14 #11 51.70 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_armhf.deb ...
11:20:14 #11 51.71 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ...
11:20:14 #11 51.74 Selecting previously unselected package libapparmor1:armhf.
11:20:14 #11 51.74 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_armhf.deb ...
11:20:14 #11 51.75 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ...
11:20:14 #11 51.78 Selecting previously unselected package libip4tc2:armhf.
11:20:14 #11 51.78 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_armhf.deb ...
11:20:14 #11 51.79 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ...
11:20:14 #11 51.81 Selecting previously unselected package libsystemd-shared:armhf.
11:20:14 #11 51.82 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_armhf.deb ...
11:20:14 #11 51.82 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7.1) ...
11:20:14 #10 44.28 Setting up dh-strip-nondeterminism (1.1.2-1) ...
11:20:14 #10 44.30 Setting up equivs (2.2.0) ...
11:20:14 #10 44.31 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
11:20:14 #10 56.39 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
11:20:14 #13 9.297 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:14 #10 56.40 Setting up m4 (1.4.18-2) ...
11:20:14 #10 56.41 Setting up binutils (2.31.1-16) ...
11:20:14 #10 56.42 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
11:20:14 #10 56.43 Setting up ca-certificates (20200601~deb10u2) ...
11:20:14 #13 9.297 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29874 files and directories currently installed.)
11:20:14 #13 9.317 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
11:20:14 #13 9.321 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:20:14 #13 9.369 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:14 #13 9.372 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
11:20:14 #13 9.378 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:20:14 #13 9.408 Selecting previously unselected package libudev-dev:amd64.
11:20:14 #13 9.411 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.20_amd64.deb ...
11:20:14 #13 9.415 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.20) ...
11:20:14 #13 9.450 Selecting previously unselected package libsepol1-dev:amd64.
11:20:14 #13 9.453 Preparing to unpack .../03-libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
11:20:14 #13 9.457 Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
11:20:14 #12 4.880 (90/96): systemd-networkd-250.10-2.fc36.aarch64 6.5 MB/s | 564 kB     00:00    
11:20:14 #12 4.884 (91/96): systemd-pam-250.10-2.fc36.aarch64.rpm  4.4 MB/s | 319 kB     00:00    
11:20:14 #12 4.890 (92/96): systemd-rpm-macros-250.10-2.fc36.noarc 4.6 MB/s |  24 kB     00:00    
11:20:14 #12 4.900 (93/96): systemd-resolved-250.10-2.fc36.aarch64  16 MB/s | 254 kB     00:00    
11:20:14 #12 4.902 (94/96): vim-filesystem-9.0.1307-1.fc36.noarch. 1.5 MB/s |  17 kB     00:00    
11:20:14 #12 4.913 (95/96): util-linux-2.38-1.fc36.aarch64.rpm      81 MB/s | 2.3 MB     00:00    
11:20:14 #12 4.917 (96/96): audit-libs-3.1-2.fc36.aarch64.rpm      8.9 MB/s | 118 kB     00:00    
11:20:14 #12 4.922 --------------------------------------------------------------------------------
11:20:14 #12 4.922 Total                                            37 MB/s |  93 MB     00:02     
11:20:14 #12 9.814   Installing       : python3-setools-4.4.0-5.fc36.x86_64                  21/95 
11:20:14 #12 9.827   Installing       : pcre2-utf32-10.40-1.fc36.x86_64                      22/95 
11:20:14 #12 9.835   Installing       : pcre2-utf16-10.40-1.fc36.x86_64                      23/95 
11:20:14 #12 9.845   Installing       : pcre2-devel-10.40-1.fc36.x86_64                      24/95 
11:20:14 #12 9.852   Installing       : libuv-1:1.44.2-1.fc36.x86_64                         25/95 
11:20:14 #12 9.860   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         26/95 
11:20:14 #12 9.866   Installing       : libargon2-20171227-9.fc36.x86_64                     27/95 
11:20:14 #10 48.09 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:20:14 #10 48.12 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:14 #10 48.12 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ...
11:20:14 #10 48.13 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:20:14 #10 48.16 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:14 #10 48.17 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:20:14 #10 48.17 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:20:14 #10 48.22 Selecting previously unselected package libperlio-gzip-perl.
11:20:14 #10 48.22 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ...
11:20:14 #10 48.23 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:20:14 #10 48.26 Selecting previously unselected package libpod-parser-perl.
11:20:14 #10 48.27 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ...
11:20:14 #10 48.28 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:14 #10 48.29 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:14 #10 48.29 Unpacking libpod-parser-perl (1.63-2) ...
11:20:14 #11 48.00 Selecting previously unselected package autopoint.
11:20:14 #11 48.01 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
11:20:14 #11 48.01 Unpacking autopoint (0.21-4ubuntu4) ...
11:20:14 #11 48.04 Selecting previously unselected package binutils-common:armhf.
11:20:14 #11 48.04 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_armhf.deb ...
11:20:14 #11 48.04 Unpacking binutils-common:armhf (2.38-4ubuntu2.1) ...
11:20:14 #11 48.08 Selecting previously unselected package libbinutils:armhf.
11:20:14 #11 48.08 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_armhf.deb ...
11:20:14 #11 48.08 Unpacking libbinutils:armhf (2.38-4ubuntu2.1) ...
11:20:14 #11 48.12 Selecting previously unselected package libctf-nobfd0:armhf.
11:20:14 #11 48.13 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_armhf.deb ...
11:20:14 #11 48.13 Unpacking libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
11:20:14 #11 48.16 Selecting previously unselected package libctf0:armhf.
11:20:14 #11 48.16 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_armhf.deb ...
11:20:14 #11 48.17 Unpacking libctf0:armhf (2.38-4ubuntu2.1) ...
11:20:14 #11 48.19 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:20:14 #11 48.20 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-4ubuntu2.1_armhf.deb ...
11:20:14 #11 48.20 Unpacking binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
11:20:14 #11 61.22 Preparing to unpack .../177-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:14 #11 61.22 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:14 #11 61.26 Selecting previously unselected package liburi-perl.
11:20:14 #11 61.26 Preparing to unpack .../178-liburi-perl_5.12-1ubuntu1_all.deb ...
11:20:14 #11 61.27 Unpacking liburi-perl (5.12-1ubuntu1) ...
11:20:14 #11 61.31 Selecting previously unselected package libhtml-parser-perl:arm64.
11:20:14 #11 61.31 Preparing to unpack .../179-libhtml-parser-perl_3.78-1_arm64.deb ...
11:20:14 #11 61.31 Unpacking libhtml-parser-perl:arm64 (3.78-1) ...
11:20:14 #11 61.35 Selecting previously unselected package libhtml-tree-perl.
11:20:14 #11 61.35 Preparing to unpack .../180-libhtml-tree-perl_5.07-2_all.deb ...
11:20:14 #11 61.35 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:14 #11 61.39 Selecting previously unselected package libio-html-perl.
11:20:14 #11 61.40 Preparing to unpack .../181-libio-html-perl_1.004-3_all.deb ...
11:20:14 #11 61.40 Unpacking libio-html-perl (1.004-3) ...
11:20:14 #10 57.96 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:20:14 #10 57.97 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
11:20:14 #10 57.99 Setting up libgdbm-compat4:armhf (1.14.1-6) ...
11:20:14 #10 58.00 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
11:20:14 #10 58.01 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:20:14 #10 58.03 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:20:14 #10 58.03 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
11:20:14 #10 58.04 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:20:14 #10 58.04 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
11:20:14 #10 58.05 Setting up libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:20:14 #10 58.07 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:20:14 #10 65.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:14 #10 65.27 
11:20:14 #10 65.27 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:14 #10 65.30 Setting up python3-chardet (4.0.0-1) ...
11:20:14 + cat
11:20:14 + export CLI_GITCOMMIT=71615c2
11:20:14 + CLI_GITCOMMIT=71615c2
11:20:14 + export ENGINE_GITCOMMIT=31a9532
11:20:14 + ENGINE_GITCOMMIT=31a9532
11:20:14 + export SCAN_GITCOMMIT=6c852fa
11:20:14 + SCAN_GITCOMMIT=6c852fa
11:20:14 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:14 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:14 + dpkg-buildpackage -uc -us -I.git
11:20:14 dpkg-buildpackage: info: source package docker-ce
11:20:14 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic
11:20:14 dpkg-buildpackage: info: source distribution bionic
11:20:14 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:14  dpkg-source -I.git --before-build build-deb
11:20:14 dpkg-buildpackage: info: host architecture amd64
11:20:14 #11 68.81 Setting up liblist-someutils-perl (0.58-1) ...
11:20:14 #11 68.81 Setting up debhelper (13.9.1ubuntu1) ...
11:20:14 #11 68.82 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:14 #11 68.84 Setting up python3-chardet (4.0.0-2) ...
11:20:14 #10 69.52 Setting up python3-chardet (4.0.0-1) ...
11:20:14 #10 69.79 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:14 #12 2.401 dh_compress
11:20:14 #12 2.442 dh_fixperms
11:20:14 #12 2.489 dh_installdeb
11:20:14 #12 2.515 dh_gencontrol
11:20:14 #12 4.376 Building dependency tree...
11:20:14 #12 4.561 Reading state information...
11:20:14 #12 4.585 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:14 #12 4.628 Starting 2 pkgProblemResolver with broken count: 0
11:20:14 #12 4.631 Done
11:20:14 #12 4.654  Done
11:20:14 #12 4.661 Starting pkgProblemResolver with broken count: 0
11:20:14 #12 4.691 Starting 2 pkgProblemResolver with broken count: 0
11:20:14 #12 4.694 Done
11:20:14 #14 25.28   Running scriptlet: glibc-devel-2.28-225.el8.aarch64                     51/83 
11:20:14 #14 26.42   Installing       : gcc-8.5.0-18.el8.aarch64                             52/83 
11:20:14 #14 26.44   Running scriptlet: gcc-8.5.0-18.el8.aarch64                             52/83 
11:20:14 #10 49.20 Preparing to unpack .../211-libcapture-tiny-perl_0.48-2_all.deb ...
11:20:14 #10 49.20 Unpacking libcapture-tiny-perl (0.48-2) ...
11:20:14 #10 49.24 Selecting previously unselected package libcgi-pm-perl.
11:20:14 #10 49.24 Preparing to unpack .../212-libcgi-pm-perl_4.55-1_all.deb ...
11:20:14 #10 49.24 Unpacking libcgi-pm-perl (4.55-1) ...
11:20:14 #10 49.30 Selecting previously unselected package libfcgi0ldbl:armhf.
11:20:14 #10 49.30 Preparing to unpack .../213-libfcgi0ldbl_2.4.2-2_armhf.deb ...
11:20:14 #10 49.31 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
11:20:14 #10 49.34 Selecting previously unselected package libfcgi-perl.
11:20:14 #10 49.34 Preparing to unpack .../214-libfcgi-perl_0.82+ds-2_armhf.deb ...
11:20:14 #10 49.34 Unpacking libfcgi-perl (0.82+ds-2) ...
11:20:14 #10 49.38 Selecting previously unselected package libcgi-fast-perl.
11:20:14 #10 49.38 Preparing to unpack .../215-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:20:14 #10 49.38 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:20:14 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 79.69MB / 85.99MB 1.8s
11:20:14 #11 ...
11:20:14 
11:20:14 #13 [binary-dummy 1/1] COPY --from=build-dummy /build /build
11:20:14 #13 DONE 0.3s
11:20:14 
11:20:14 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:14 #11 extracting sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0
11:20:14 #12 3.197 
11:20:14 #12 3.197 The package has been created.
11:20:14 #12 3.197 Attention, the package has been created in the current directory,
11:20:14 #12 3.197 not in ".." as indicated by the message above!
11:20:14 #12 3.220 Selecting previously unselected package docker-ce-build-deps.
11:20:14 #12 3.238 (Reading database ... 29938 files and directories currently installed.)
11:20:14 #12 3.240 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:14 #12 3.243 Unpacking docker-ce-build-deps (1.0) ...
11:20:14 #11 50.62 Selecting previously unselected package python3-debian.
11:20:14 #11 50.62 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
11:20:14 #11 50.62 Unpacking python3-debian (0.1.36ubuntu1) ...
11:20:14 #11 50.68 Selecting previously unselected package libgpgme11:armhf.
11:20:14 #11 50.68 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
11:20:14 #11 50.69 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:20:14 #11 50.73 Selecting previously unselected package python3-gpg.
11:20:14 #11 50.73 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
11:20:14 #11 50.74 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:20:14 #11 50.80 Selecting previously unselected package dput.
11:20:14 #11 50.80 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
11:20:14 #11 50.81 Unpacking dput (1.0.3ubuntu1) ...
11:20:14 #11 63.44 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:14 #11 63.45 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:14 #11 63.46 Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
11:20:14 #11 63.47 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:14 #11 63.47 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:14 #11 63.48 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:14 #11 63.49 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:14 #11 63.50 Setting up libsub-install-perl (0.928-1.1) ...
11:20:14 #11 63.51 Setting up gcc (4:11.2.0-1ubuntu1) ...
11:20:14 #11 63.53 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
11:20:14 #11 63.55 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:14 #11 63.56 Setting up liberror-perl (0.17029-1) ...
11:20:14 #11 63.57 Setting up dh-autoreconf (20) ...
11:20:14 #11 63.58 Setting up patchutils (0.4.2-1build2) ...
11:20:14 #11 63.59 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:14 #11 63.60 Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
11:20:14 #11 63.61 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:14 #11 63.62 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:14 #11 63.63 Setting up libio-string-perl (1.08-3.1) ...
11:20:14 #11 63.64 Setting up libreadonly-perl (2.050-3) ...
11:20:15 #13 DONE 107.3s
11:20:15 #11 51.90 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_armhf.deb ...
11:20:15 #11 51.91 Unpacking libsystemd0:armhf (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:20:15 #11 51.98 Setting up libsystemd0:armhf (251.4-1ubuntu7.1) ...
11:20:15 #11 52.05 Selecting previously unselected package systemd.
11:20:15 #11 52.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 ... 5272 files and directories currently installed.)
11:20:15 #11 52.06 Preparing to unpack .../000-systemd_251.4-1ubuntu7.1_armhf.deb ...
11:20:15 #11 52.07 Unpacking systemd (251.4-1ubuntu7.1) ...
11:20:15 #10 38.05 Selecting previously unselected package cpp.
11:20:15 #10 38.05 Preparing to unpack .../028-cpp_4%3a12.2.0-1+rpi1_armhf.deb ...
11:20:15 #10 38.06 Unpacking cpp (4:12.2.0-1+rpi1) ...
11:20:15 #10 38.09 Preparing to unpack .../029-curl_7.88.1-1_armhf.deb ...
11:20:15 #10 38.10 Unpacking curl (7.88.1-1) over (7.86.0-2) ...
11:20:15 #10 38.17 Preparing to unpack .../030-libcurl4_7.88.1-1_armhf.deb ...
11:20:15 #10 38.18 Unpacking libcurl4:armhf (7.88.1-1) over (7.86.0-2) ...
11:20:15 #10 38.24 Selecting previously unselected package libdebhelper-perl.
11:20:15 #10 38.24 Preparing to unpack .../031-libdebhelper-perl_13.11.4_all.deb ...
11:20:15 #10 38.25 Unpacking libdebhelper-perl (13.11.4) ...
11:20:15 #10 38.30 Selecting previously unselected package libcc1-0:armhf.
11:20:15 #10 38.30 Preparing to unpack .../032-libcc1-0_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.30 Unpacking libcc1-0:armhf (12.2.0-14+rpi1) ...
11:20:15 #10 DONE 44.5s
11:20:15 
11:20:15 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:15 #11 DONE 0.1s
11:20:15 
11:20:15 #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
11:20:15 #11 65.18 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:15 #11 65.19 Setting up libtool (2.4.6-15build2) ...
11:20:15 #11 65.20 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
11:20:15 #11 65.28 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:15 #10 56.84 Updating certificates in /etc/ssl/certs...
11:20:15 #13 9.530 Selecting previously unselected package libpcre2-16-0:amd64.
11:20:15 #13 9.532 Preparing to unpack .../04-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ...
11:20:15 #13 9.536 Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 9.589 Selecting previously unselected package libpcre2-32-0:amd64.
11:20:15 #13 9.592 Preparing to unpack .../05-libpcre2-32-0_10.34-7ubuntu0.1_amd64.deb ...
11:20:15 #13 9.596 Unpacking libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 9.648 Selecting previously unselected package libpcre2-posix2:amd64.
11:20:15 #13 9.651 Preparing to unpack .../06-libpcre2-posix2_10.34-7ubuntu0.1_amd64.deb ...
11:20:15 #13 9.656 Unpacking libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 9.685 Selecting previously unselected package libpcre2-dev:amd64.
11:20:15 #13 9.688 Preparing to unpack .../07-libpcre2-dev_10.34-7ubuntu0.1_amd64.deb ...
11:20:15 #13 9.692 Unpacking libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 9.785 Selecting previously unselected package libselinux1-dev:amd64.
11:20:15 #12 9.873   Installing       : less-590-5.fc36.x86_64                               28/95 
11:20:15 #12 9.982   Installing       : kernel-headers-6.1.5-100.fc36.x86_64                 29/95 
11:20:15 #12 10.03   Installing       : glibc-headers-x86-2.35-22.fc36.noarch                30/95 
11:20:15 #12 10.05   Installing       : libxcrypt-devel-4.4.33-4.fc36.x86_64                 31/95 
11:20:15 #12 10.05   Installing       : glibc-devel-2.35-22.fc36.x86_64                      32/95 
11:20:15 #12 10.17   Installing       : glibc-static-2.35-22.fc36.x86_64                     33/95 
11:20:15 #12 10.17   Installing       : libxcrypt-static-4.4.33-4.fc36.x86_64                34/95 
11:20:15 #10 48.33 Selecting previously unselected package libpod-constants-perl.
11:20:15 #10 48.33 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ...
11:20:15 #10 48.34 Unpacking libpod-constants-perl (0.19-2) ...
11:20:15 #10 48.36 Selecting previously unselected package libproc-processtable-perl.
11:20:15 #10 48.37 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ...
11:20:15 #10 48.37 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:20:15 #10 48.41 Selecting previously unselected package libre2-9:armhf.
11:20:15 #10 48.42 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ...
11:20:15 #10 48.42 Unpacking libre2-9:armhf (20210201+dfsg-1) ...
11:20:15 #10 48.46 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:20:15 #10 48.47 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ...
11:20:15 #10 48.47 Unpacking libre-engine-re2-perl:armhf (0.14-1) ...
11:20:15 #10 48.50 Selecting previously unselected package libreadonly-perl.
11:20:15 #10 48.50 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ...
11:20:15 #10 48.51 Unpacking libreadonly-perl (2.050-3) ...
11:20:15 #10 48.54 Selecting previously unselected package libref-util-perl.
11:20:15 #10 48.54 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
11:20:15 #10 48.55 Unpacking libref-util-perl (0.204-1) ...
11:20:15 #11 48.30 Selecting previously unselected package binutils.
11:20:15 #11 48.30 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_armhf.deb ...
11:20:15 #11 48.31 Unpacking binutils (2.38-4ubuntu2.1) ...
11:20:15 #11 48.33 Selecting previously unselected package libc-dev-bin.
11:20:15 #11 48.33 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_armhf.deb ...
11:20:15 #11 48.34 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:20:15 #11 48.37 Selecting previously unselected package linux-libc-dev:armhf.
11:20:15 #11 48.37 Preparing to unpack .../064-linux-libc-dev_5.15.0-67.74_armhf.deb ...
11:20:15 #11 48.37 Unpacking linux-libc-dev:armhf (5.15.0-67.74) ...
11:20:15 #11 61.45 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:15 #11 61.45 Preparing to unpack .../182-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:15 #11 61.46 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:15 #11 61.50 Selecting previously unselected package libhttp-message-perl.
11:20:15 #11 61.50 Preparing to unpack .../183-libhttp-message-perl_6.37-1_all.deb ...
11:20:15 #11 61.50 Unpacking libhttp-message-perl (6.37-1) ...
11:20:15 #11 61.53 Selecting previously unselected package libhttp-cookies-perl.
11:20:15 #11 61.54 Preparing to unpack .../184-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:15 #11 61.54 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:15 #11 61.58 Selecting previously unselected package libhttp-negotiate-perl.
11:20:15 #11 61.58 Preparing to unpack .../185-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:15 #11 61.61 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:15 #11 61.64 Selecting previously unselected package perl-openssl-defaults:arm64.
11:20:15 #11 61.64 Preparing to unpack .../186-perl-openssl-defaults_7_arm64.deb ...
11:20:15 #11 61.64 Unpacking perl-openssl-defaults:arm64 (7) ...
11:20:15 #11 61.67 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:20:15 #11 61.68 Preparing to unpack .../187-libnet-ssleay-perl_1.92-2_arm64.deb ...
11:20:15 #11 61.68 Unpacking libnet-ssleay-perl:arm64 (1.92-2) ...
11:20:15 #10 58.42 Updating certificates in /etc/ssl/certs...
11:20:15 #10 65.59 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:15 #10 65.61 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:15 #10 65.62 Setting up libmailtools-perl (2.21-1) ...
11:20:15  debian/rules clean
11:20:15 dh clean --with=bash-completion
11:20:15    dh_clean
11:20:15 #11 67.51   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
11:20:15 #10 DONE 46.8s
11:20:15 
11:20:15 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:15 #11 DONE 0.1s
11:20:15 
11:20:15 #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
11:20:15 #11 69.15 Setting up python3-cryptography (3.4.8-2) ...
11:20:15 #10 69.80 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:15 #10 69.81 Setting up libmailtools-perl (2.21-1) ...
11:20:15 #10 69.82 Setting up python3-debian (0.1.39) ...
11:20:15 #10 69.97 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:15 #12 2.631 dh_md5sums
11:20:15 #12 2.660 dh_builddeb
11:20:15 #12 2.683 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:15 #12 2.703 
11:20:15 #12 2.703 The package has been created.
11:20:15 #12 2.703 Attention, the package has been created in the current directory,
11:20:15 #12 2.703 not in ".." as indicated by the message above!
11:20:15 #12 2.728 Selecting previously unselected package docker-ce-build-deps.
11:20:15 #12 2.743 (Reading database ... 27755 files and directories currently installed.)
11:20:15 #12 2.745 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:15 #12 2.749 Unpacking docker-ce-build-deps (1.0) ...
11:20:15 #12 4.798 The following additional packages will be installed:
11:20:15 #12 4.799   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:15 #12 4.799   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:15 #12 4.799   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:15 #12 4.799   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:15 #12 4.799   libudev1 libuv1 pkg-config
11:20:15 #12 4.801 Suggested packages:
11:20:15 #12 4.801   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:15 #12 4.801 Recommended packages:
11:20:15 #12 4.801   dmsetup
11:20:15 #12 4.857 The following NEW packages will be installed:
11:20:15 #12 4.857   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:15 #12 4.857   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:15 #12 4.857   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:15 #12 4.858   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:15 #12 4.859 The following packages will be upgraded:
11:20:15 #12 4.859   libsystemd0 libudev1
11:20:15 #10 49.41 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:15 #10 49.42 Preparing to unpack .../216-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:15 #10 49.42 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:15 #10 49.45 Selecting previously unselected package libclass-inspector-perl.
11:20:15 #10 49.46 Preparing to unpack .../217-libclass-inspector-perl_1.36-3_all.deb ...
11:20:15 #10 49.46 Unpacking libclass-inspector-perl (1.36-3) ...
11:20:15 #10 49.50 Selecting previously unselected package libcommon-sense-perl:armhf.
11:20:15 #10 49.50 Preparing to unpack .../218-libcommon-sense-perl_3.75-3_armhf.deb ...
11:20:15 #10 49.50 Unpacking libcommon-sense-perl:armhf (3.75-3) ...
11:20:15 #10 49.53 Selecting previously unselected package libconfig-tiny-perl.
11:20:15 #10 49.54 Preparing to unpack .../219-libconfig-tiny-perl_2.28-2_all.deb ...
11:20:15 #10 49.54 Unpacking libconfig-tiny-perl (2.28-2) ...
11:20:15 #10 49.57 Selecting previously unselected package libparams-util-perl.
11:20:15 #10 49.57 Preparing to unpack .../220-libparams-util-perl_1.102-2+b1_armhf.deb ...
11:20:15 #10 49.58 Unpacking libparams-util-perl (1.102-2+b1) ...
11:20:15 #10 49.61 Selecting previously unselected package libsub-install-perl.
11:20:15 #10 49.61 Preparing to unpack .../221-libsub-install-perl_0.929-1_all.deb ...
11:20:15 #10 49.62 Unpacking libsub-install-perl (0.929-1) ...
11:20:15 #14 26.48   Installing       : libxcrypt-static-4.1.1-6.el8.aarch64                 53/83 
11:20:15 #14 26.73   Installing       : glibc-static-2.28-225.el8.aarch64                    54/83 
11:20:15 #14 26.86   Installing       : xkeyboard-config-2.28-1.el8.noarch                   55/83 
11:20:15 #14 26.89   Installing       : libxkbcommon-0.9.1-1.el8.aarch64                     56/83 
11:20:15 #14 26.93   Upgrading        : systemd-pam-239-71.el8.aarch64                       57/83 
11:20:15 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 10.49MB / 149.01MB 2.0s
11:20:15 #11 sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 85.99MB / 85.99MB 2.1s done
11:20:15 #11 50.86 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:15 #11 50.86 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.16_armhf.deb ...
11:20:15 #11 50.87 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.16) ...
11:20:15 #11 50.92 Selecting previously unselected package liberror-perl.
11:20:15 #11 50.92 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
11:20:15 #11 50.93 Unpacking liberror-perl (0.17029-1) ...
11:20:15 #11 50.96 Selecting previously unselected package git-man.
11:20:15 #11 50.96 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.10_all.deb ...
11:20:15 #11 50.97 Unpacking git-man (1:2.25.1-1ubuntu3.10) ...
11:20:15 #11 63.65 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:15 #11 63.66 Setting up python3-chardet (4.0.0-1) ...
11:20:15 
11:20:15 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
11:20:15 #11 52.23 Selecting previously unselected package perl-modules-5.34.
11:20:15 #11 52.24 Preparing to unpack .../001-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
11:20:15 #11 52.24 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:20:15 #10 38.34 Selecting previously unselected package libgomp1:armhf.
11:20:15 #10 38.35 Preparing to unpack .../033-libgomp1_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.35 Unpacking libgomp1:armhf (12.2.0-14+rpi1) ...
11:20:15 #10 38.39 Selecting previously unselected package libasan8:armhf.
11:20:15 #10 38.39 Preparing to unpack .../034-libasan8_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.39 Unpacking libasan8:armhf (12.2.0-14+rpi1) ...
11:20:15 #11 65.28 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
11:20:15 #11 65.28 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:15 #11 65.28 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
11:20:15 #11 65.28 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:15 #11 65.28 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
11:20:15 #11 65.29 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:20:15 #11 65.32 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
11:20:15 #11 65.32 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
11:20:15 #11 65.34 Setting up python3 (3.10.6-1~22.04) ...
11:20:15 #13 9.788 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_amd64.deb ...
11:20:15 #13 9.792 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
11:20:15 #13 9.840 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:15 #13 9.843 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
11:20:15 #13 9.847 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
11:20:15 #13 9.881 Selecting previously unselected package libseccomp-dev:amd64.
11:20:15 #13 9.884 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
11:20:15 #13 9.888 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
11:20:15 #13 9.939 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.20_amd64.deb ...
11:20:15 #13 9.950 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:15 #13 10.03 Setting up libsystemd0:amd64 (245.4-4ubuntu3.20) ...
11:20:15 #10 48.58 Selecting previously unselected package libref-util-xs-perl.
11:20:15 #10 48.59 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ...
11:20:15 #10 48.59 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:20:15 #10 48.62 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:15 #10 48.62 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:20:15 #10 48.63 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:20:15 #10 48.66 Selecting previously unselected package libregexp-pattern-perl.
11:20:15 #10 48.66 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:15 #10 48.67 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:15 #10 48.71 Selecting previously unselected package libsasl2-modules:armhf.
11:20:15 #10 48.71 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:20:15 #10 48.72 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:20:15 #10 48.76 Selecting previously unselected package libsereal-decoder-perl.
11:20:15 #10 48.76 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ...
11:20:15 #10 48.76 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:20:15 #10 48.80 Selecting previously unselected package libsereal-encoder-perl.
11:20:15 #12 10.18   Installing       : gc-8.0.6-3.fc36.x86_64                               35/95 
11:20:15 #12 10.45   Installing       : guile22-2.2.7-5.fc36.x86_64                          36/95 
11:20:15 #10 DONE 73.3s
11:20:15 
11:20:15 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:15 #11 DONE 0.1s
11:20:15 
11:20:15 #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
11:20:15 #11 48.53 Selecting previously unselected package libcrypt-dev:armhf.
11:20:15 #11 48.53 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
11:20:15 #11 48.54 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
11:20:15 #11 48.57 Selecting previously unselected package rpcsvc-proto.
11:20:15 #11 48.57 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
11:20:15 #11 48.57 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:15 #11 48.60 Selecting previously unselected package libtirpc-dev:armhf.
11:20:15 #11 48.61 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_armhf.deb ...
11:20:15 #11 48.61 Unpacking libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
11:20:15 #11 48.65 Selecting previously unselected package libnsl-dev:armhf.
11:20:15 #11 48.65 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
11:20:15 #11 48.65 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
11:20:15 #11 48.68 Selecting previously unselected package libc6-dev:armhf.
11:20:15 #11 48.68 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_armhf.deb ...
11:20:15 #11 48.69 Unpacking libc6-dev:armhf (2.35-0ubuntu3.1) ...
11:20:15 #11 61.72 Selecting previously unselected package libio-socket-ssl-perl.
11:20:15 #11 61.72 Preparing to unpack .../188-libio-socket-ssl-perl_2.074-2_all.deb ...
11:20:15 #11 61.73 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:20:15 #11 61.77 Selecting previously unselected package libnet-http-perl.
11:20:15 #11 61.77 Preparing to unpack .../189-libnet-http-perl_6.22-1_all.deb ...
11:20:15 #11 61.78 Unpacking libnet-http-perl (6.22-1) ...
11:20:15 #11 61.81 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:15 #11 61.81 Preparing to unpack .../190-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:15 #11 61.81 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:15 #11 61.85 Selecting previously unselected package libtry-tiny-perl.
11:20:15 #11 61.85 Preparing to unpack .../191-libtry-tiny-perl_0.31-1_all.deb ...
11:20:15 #11 61.86 Unpacking libtry-tiny-perl (0.31-1) ...
11:20:15 #11 61.89 Selecting previously unselected package libwww-robotrules-perl.
11:20:15 #11 61.89 Preparing to unpack .../192-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:15 #11 61.89 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:15 #10 65.63 Setting up python3-debian (0.1.39) ...
11:20:15 #10 65.80 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:15  dpkg-source -I.git -b build-deb
11:20:15 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:15 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:15 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:15 dpkg-source: info: using source format '1.0'
11:20:15 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz
11:20:15 #11 68.05   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
11:20:15 #11 69.48 Setting up python3-debian (0.1.46) ...
11:20:15 #10 70.12 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:20:15 #10 70.16 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:15 #10 70.23 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:15 #12 5.279 2 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
11:20:15 #12 5.279 1 not fully installed or removed.
11:20:15 #12 5.279 Need to get 6794 kB of archives.
11:20:15 #12 5.279 After this operation, 33.8 MB of additional disk space will be used.
11:20:15 #12 5.279 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
11:20:15 #10 49.65 Selecting previously unselected package libdata-optlist-perl.
11:20:15 #10 49.65 Preparing to unpack .../222-libdata-optlist-perl_0.113-1_all.deb ...
11:20:15 #10 49.66 Unpacking libdata-optlist-perl (0.113-1) ...
11:20:15 #10 49.69 Selecting previously unselected package libsub-exporter-perl.
11:20:15 #10 49.69 Preparing to unpack .../223-libsub-exporter-perl_0.989-1_all.deb ...
11:20:15 #10 49.70 Unpacking libsub-exporter-perl (0.989-1) ...
11:20:15 #10 49.74 Selecting previously unselected package libconst-fast-perl.
11:20:15 #10 49.74 Preparing to unpack .../224-libconst-fast-perl_0.014-2_all.deb ...
11:20:15 #10 49.75 Unpacking libconst-fast-perl (0.014-2) ...
11:20:15 #10 49.78 Selecting previously unselected package libwant-perl.
11:20:15 #10 49.78 Preparing to unpack .../225-libwant-perl_0.29-2+b1_armhf.deb ...
11:20:15 #10 49.78 Unpacking libwant-perl (0.29-2+b1) ...
11:20:15 #10 49.82 Selecting previously unselected package libcontextual-return-perl.
11:20:15 #10 49.82 Preparing to unpack .../226-libcontextual-return-perl_0.004014-4_all.deb ...
11:20:15 #10 49.82 Unpacking libcontextual-return-perl (0.004014-4) ...
11:20:15 #11 ...
11:20:15 
11:20:15 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
11:20:15 #14 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
11:20:15 #14 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
11:20:15 #14 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
11:20:15 #14 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
11:20:15 #14 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 1.9s done
11:20:15 #14 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
11:20:15 #14 DONE 2.3s
11:20:15 
11:20:15 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:15 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 29.36MB / 149.01MB 2.4s
11:20:15 #11 51.08 Selecting previously unselected package git.
11:20:15 #11 51.08 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.10_armhf.deb ...
11:20:15 #11 51.10 Unpacking git (1:2.25.1-1ubuntu3.10) ...
11:20:15 #11 63.95 Setting up libstring-copyright-perl (0.003012-1) ...
11:20:15 #11 63.96 Setting up python3-debian (0.1.43ubuntu1) ...
11:20:15 #11 64.15 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:15 #12 3.283 Reading package lists...
11:20:15 #10 38.65 Selecting previously unselected package libubsan1:armhf.
11:20:15 #10 38.65 Preparing to unpack .../035-libubsan1_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.66 Unpacking libubsan1:armhf (12.2.0-14+rpi1) ...
11:20:15 #10 38.78 Selecting previously unselected package libgcc-12-dev:armhf.
11:20:15 #10 38.78 Preparing to unpack .../036-libgcc-12-dev_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.79 Unpacking libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
11:20:15 #11 52.55 Selecting previously unselected package libgdbm6:armhf.
11:20:15 #11 52.56 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
11:20:15 #11 52.56 Unpacking libgdbm6:armhf (1.23-1) ...
11:20:15 #11 52.59 Selecting previously unselected package libgdbm-compat4:armhf.
11:20:15 #11 52.60 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
11:20:15 #13 16.73   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch           3/70 
11:20:15 #13 27.33   Installing       : perl-DynaLoader-1.47-480.el9.aarch64                  4/70 
11:20:15 #13 27.34   Installing       : perl-threads-1:2.25-460.el9.aarch64                   5/70 
11:20:15 #13 27.34   Installing       : perl-File-Find-1.37-480.el9.noarch                    6/70 
11:20:15 #13 27.35   Installing       : perl-File-Copy-2.34-480.el9.noarch                    7/70 
11:20:15 #13 27.35   Installing       : perl-File-Compare-1.100.600-480.el9.noarch            8/70 
11:20:15 #13 27.36   Installing       : m4-1.4.19-1.el9.aarch64                               9/70 
11:20:15 #13 27.39   Installing       : autoconf-2.69-38.el9.noarch                          10/70 
11:20:15 #13 27.40   Installing       : libmpc-1.2.1-4.el9.aarch64                           11/70 
11:20:15 #13 27.40   Installing       : cmake-rpm-macros-3.20.2-8.el9.noarch                 12/70 
11:20:15 #13 27.41   Installing       : cmake-filesystem-3.20.2-8.el9.aarch64                13/70 
11:20:15 #13 27.42   Installing       : libseccomp-2.5.2-2.el9.aarch64                       14/70 
11:20:15 #13 27.43   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               15/70 
11:20:15 #13 27.86   Installing       : llvm-libs-15.0.7-1.el9.aarch64                       16/70 
11:20:15 #13 28.04   Installing       : cpp-11.3.1-4.3.el9.aarch64                           17/70 
11:20:15 #13 28.05   Installing       : policycoreutils-devel-3.5-1.el9.aarch64              18/70 
11:20:15 #13 28.27   Installing       : selinux-policy-devel-38.1.8-1.el9.noarch             19/70 
11:20:15 #13 28.28   Running scriptlet: selinux-policy-devel-38.1.8-1.el9.noarch             19/70 
11:20:15 #13 28.30   Installing       : perl-threads-shared-1.61-460.el9.aarch64             20/70 
11:20:15 #13 28.31   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/70 
11:20:15 #13 28.33   Installing       : automake-1.16.2-6.el9.noarch                         22/70 
11:20:15 #13 28.34   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 23/70 
11:20:15 #13 28.35   Installing       : perl-lib-0.65-480.el9.aarch64                        24/70 
11:20:15 #13 28.36   Installing       : perl-Error-1:0.17029-7.el9.noarch                    25/70 
11:20:15 #13 28.37   Installing       : pcre2-utf32-10.40-2.el9.aarch64                      26/70 
11:20:15 #13 28.38   Installing       : pcre2-utf16-10.40-2.el9.aarch64                      27/70 
11:20:15 #13 28.41   Installing       : pcre2-devel-10.40-2.el9.aarch64                      28/70 
11:20:15 #13 28.42   Installing       : libuv-1:1.42.0-1.el9.aarch64                         29/70 
11:20:15 #13 28.76   Installing       : cmake-data-3.20.2-8.el9.noarch                       30/70 
11:20:15 #13 28.90   Installing       : cmake-3.20.2-8.el9.aarch64                           31/70 
11:20:15 #13 28.91   Installing       : libubsan-11.3.1-4.3.el9.aarch64                      32/70 
11:20:15 #13 28.92   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    33/70 
11:20:15 #13 28.93   Installing       : libsepol-devel-3.5-1.el9.aarch64                     34/70 
11:20:15 #13 28.97   Installing       : libselinux-devel-3.5-1.el9.aarch64                   35/70 
11:20:15 #13 28.98   Installing       : libasan-11.3.1-4.3.el9.aarch64                       36/70 
11:20:15 #11 65.63 Setting up python3-xdg (0.27-2) ...
11:20:15 #13 10.07 Selecting previously unselected package libsystemd-dev:amd64.
11:20:15 #13 10.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 ... 30407 files and directories currently installed.)
11:20:15 #13 10.09 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.20_amd64.deb ...
11:20:15 #13 10.09 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.20) ...
11:20:15 #13 10.16 Selecting previously unselected package pkg-config.
11:20:15 #13 10.16 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ...
11:20:15 #13 10.17 Unpacking pkg-config (0.29.1-0ubuntu4) ...
11:20:15 #13 10.21 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
11:20:15 #13 10.22 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
11:20:15 #13 10.23 Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
11:20:15 #13 10.25 Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 10.26 Setting up libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
11:20:15 #13 10.27 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
11:20:15 #10 48.81 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ...
11:20:15 #10 48.81 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:20:15 #10 48.86 Selecting previously unselected package libtask-weaken-perl.
11:20:15 #10 48.86 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ...
11:20:15 #10 48.86 Unpacking libtask-weaken-perl (1.06-1) ...
11:20:15 #10 48.90 Selecting previously unselected package libxml-parser-perl:armhf.
11:20:15 #10 48.90 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ...
11:20:15 #10 48.90 Unpacking libxml-parser-perl:armhf (2.46-2) ...
11:20:15 #10 48.96 Selecting previously unselected package libsoap-lite-perl.
11:20:15 #10 48.96 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ...
11:20:15 #10 48.97 Unpacking libsoap-lite-perl (1.27-1) ...
11:20:15 #10 49.04 Selecting previously unselected package libsort-key-perl.
11:20:15 #10 49.04 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ...
11:20:15 #10 49.05 Unpacking libsort-key-perl (1.33-2+b3) ...
11:20:15 #12 0.718 Hit:1 http://deb.debian.org/debian buster InRelease
11:20:15 #11 48.80 Selecting previously unselected package gcc-11-base:armhf.
11:20:15 #11 48.81 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:15 #11 48.81 Unpacking gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:15 #11 48.84 Selecting previously unselected package libisl23:armhf.
11:20:15 #11 48.84 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
11:20:15 #11 48.85 Unpacking libisl23:armhf (0.24-2build1) ...
11:20:15 #11 48.89 Selecting previously unselected package libmpfr6:armhf.
11:20:15 #11 48.89 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
11:20:15 #11 48.90 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
11:20:15 #11 48.96 Selecting previously unselected package libmpc3:armhf.
11:20:15 #11 48.96 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
11:20:15 #11 48.97 Unpacking libmpc3:armhf (1.2.1-2build1) ...
11:20:15 #11 49.00 Selecting previously unselected package cpp-11.
11:20:15 #11 49.00 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:15 #11 49.01 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:20:15 #11 61.93 Selecting previously unselected package libwww-perl.
11:20:15 #11 61.93 Preparing to unpack .../193-libwww-perl_6.67-1_all.deb ...
11:20:15 #11 61.94 Unpacking libwww-perl (6.67-1) ...
11:20:15 #11 61.97 Selecting previously unselected package patchutils.
11:20:15 #11 61.97 Preparing to unpack .../194-patchutils_0.4.2-1build2_arm64.deb ...
11:20:15 #11 61.98 Unpacking patchutils (0.4.2-1build2) ...
11:20:15 #11 62.01 Selecting previously unselected package wdiff.
11:20:15 #11 62.02 Preparing to unpack .../195-wdiff_1.2.2-2build3_arm64.deb ...
11:20:15 #11 62.02 Unpacking wdiff (1.2.2-2build3) ...
11:20:15 #11 62.07 Selecting previously unselected package devscripts.
11:20:15 #11 62.07 Preparing to unpack .../196-devscripts_2.22.2ubuntu3_arm64.deb ...
11:20:15 #11 62.09 Unpacking devscripts (2.22.2ubuntu3) ...
11:20:15 #11 62.18 Selecting previously unselected package diffstat.
11:20:15 #11 62.19 Preparing to unpack .../197-diffstat_1.64-1build2_arm64.deb ...
11:20:15 #11 62.19 Unpacking diffstat (1.64-1build2) ...
11:20:15 #11 62.23 Selecting previously unselected package python3-chardet.
11:20:15 #11 62.23 Preparing to unpack .../198-python3-chardet_4.0.0-2_all.deb ...
11:20:15 #11 62.24 Unpacking python3-chardet (4.0.0-2) ...
11:20:15 #10 65.97 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:20:15 #10 66.01 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:15 #10 66.08 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:15 #10 66.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:15 #10 57.30 137 added, 0 removed; done.
11:20:15 #10 57.33 Setting up libunbound8:armhf (1.9.0-2+deb10u2) ...
11:20:15 #10 57.35 Setting up shared-mime-info (1.10-1) ...
11:20:15 #11 68.59   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
11:20:15 #11 68.61   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
11:20:15 #11 68.62   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
11:20:15 #11 68.64   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
11:20:15 #11 68.65   Verifying  : rpm-4.11.3-48.el7_9.x86_64                                  5/52 
11:20:15 #11 68.66   Verifying  : perl-threads-1.87-4.el7.x86_64                              6/52 
11:20:15 #11 68.68   Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52 
11:20:15 #11 68.69   Verifying  : perl-constant-1.27-2.el7.noarch                             8/52 
11:20:15 #11 68.70   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52 
11:20:15 #11 68.71   Verifying  : unzip-6.0-24.el7_9.x86_64                                  10/52 
11:20:15 #11 68.73   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                       11/52 
11:20:15 #11 68.74   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/52 
11:20:15 #11 68.75   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         13/52 
11:20:15 #11 68.76   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
11:20:15 #11 68.78   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  15/52 
11:20:15 #11 68.79   Verifying  : perl-srpm-macros-1-8.el7.noarch                            16/52 
11:20:15 #11 69.72 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:15 #10 58.83 124 added, 0 removed; done.
11:20:15 #10 58.85 Setting up manpages-dev (4.15-1) ...
11:20:15 #10 58.86 Setting up libc6-dev:armhf (2.27-3ubuntu1.6) ...
11:20:15 #10 58.90 Setting up libassuan0:armhf (2.5.1-2) ...
11:20:15 #10 58.91 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:20:15 #10 58.93 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:20:15 #10 58.95 Setting up diffstat (1.61-1build1) ...
11:20:15 #10 58.96 Setting up libxau6:armhf (1:1.0.8-1ubuntu1) ...
11:20:15 #10 58.97 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:20:15 #10 58.98 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
11:20:15 #10 58.99 Setting up netbase (5.4) ...
11:20:15 #10 59.02 Setting up libisl19:armhf (0.19-1) ...
11:20:15 #10 59.03 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:20:15 #10 59.04 Setting up libk5crypto3:armhf (1.16-2ubuntu0.3) ...
11:20:15 #10 70.29 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:15 #10 70.43 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:15 #10 70.46 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:20:15 #10 70.47 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:15 #10 70.48 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
11:20:15 #10 49.86 Selecting previously unselected package libconvert-binhex-perl.
11:20:15 #10 49.86 Preparing to unpack .../227-libconvert-binhex-perl_1.125-3_all.deb ...
11:20:15 #10 49.86 Unpacking libconvert-binhex-perl (1.125-3) ...
11:20:15 #10 49.89 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
11:20:15 #10 49.90 Preparing to unpack .../228-libcpanel-json-xs-perl_4.35-1_armhf.deb ...
11:20:15 #10 49.90 Unpacking libcpanel-json-xs-perl:armhf (4.35-1) ...
11:20:15 #10 49.95 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:15 #10 49.95 Preparing to unpack .../229-libdevel-stacktrace-perl_2.0400-2_all.deb ...
11:20:15 #10 49.95 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
11:20:15 #10 49.99 Selecting previously unselected package libexception-class-perl.
11:20:15 #10 49.99 Preparing to unpack .../230-libexception-class-perl_1.45-1_all.deb ...
11:20:15 #10 50.00 Unpacking libexception-class-perl (1.45-1) ...
11:20:15 #10 50.03 Selecting previously unselected package libiterator-perl.
11:20:15 #10 50.03 Preparing to unpack .../231-libiterator-perl_0.03+ds1-2_all.deb ...
11:20:15 #10 50.03 Unpacking libiterator-perl (0.03+ds1-2) ...
11:20:15 #10 50.06 Selecting previously unselected package libiterator-util-perl.
11:20:15 #10 50.07 Preparing to unpack .../232-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:20:15 #10 50.07 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:20:15 #11 51.60 Selecting previously unselected package libalgorithm-diff-perl.
11:20:15 #11 51.60 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:20:15 #11 51.60 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:20:15 #11 51.64 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:15 #11 51.64 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
11:20:15 #12 2.798 Reading package lists...
11:20:15 #11 64.31 Setting up libdata-optlist-perl (0.112-1) ...
11:20:15 #11 64.32 Setting up libipc-run-perl (20200505.0-1) ...
11:20:15 #11 64.33 Setting up git (1:2.34.1-1ubuntu1.8) ...
11:20:15 #11 64.35 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:20:15 #11 64.36 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:15 #11 64.37 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:15 #11 64.38 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:15 #11 64.39 Setting up g++ (4:11.2.0-1ubuntu1) ...
11:20:15 #11 64.42 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:15 #11 64.42 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
11:20:15 #11 64.43 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
11:20:15 #11 64.44 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:15 #11 64.45 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:15 #11 64.46 Setting up librole-tiny-perl (2.002004-1) ...
11:20:15 #11 64.47 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:20:15 #11 64.48 Setting up build-essential (12.9ubuntu3) ...
11:20:15 #11 64.49 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:15 #11 64.50 Setting up libfile-homedir-perl (1.006-1) ...
11:20:15 #11 64.51 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:15 #11 64.52 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:15 #11 64.53 Setting up libsub-exporter-perl (0.988-1) ...
11:20:15 #11 64.54 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:15 #11 64.55 Setting up libhttp-message-perl (6.36-1) ...
11:20:15 #11 64.56 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:15 #14 26.97   Running scriptlet: systemd-239-71.el8.aarch64                           58/83 
11:20:15 #14 27.39   Upgrading        : systemd-239-71.el8.aarch64                           58/83 
11:20:15 #12 3.854 Building dependency tree...
11:20:15 #12 4.011 Reading state information...
11:20:15 #12 4.017 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:15 #10 38.92 Selecting previously unselected package gcc-12.
11:20:15 #10 38.93 Preparing to unpack .../037-gcc-12_12.2.0-14+rpi1_armhf.deb ...
11:20:15 #10 38.93 Unpacking gcc-12 (12.2.0-14+rpi1) ...
11:20:15 #11 52.60 Unpacking libgdbm-compat4:armhf (1.23-1) ...
11:20:15 #11 52.63 Selecting previously unselected package libperl5.34:armhf.
11:20:15 #11 52.64 Preparing to unpack .../004-libperl5.34_5.34.0-5ubuntu1.1_armhf.deb ...
11:20:15 #11 52.64 Unpacking libperl5.34:armhf (5.34.0-5ubuntu1.1) ...
11:20:15 #11 52.88 Selecting previously unselected package perl.
11:20:15 #11 52.88 Preparing to unpack .../005-perl_5.34.0-5ubuntu1.1_armhf.deb ...
11:20:15 #11 52.89 Unpacking perl (5.34.0-5ubuntu1.1) ...
11:20:15 #11 52.93 Selecting previously unselected package openssl.
11:20:15 #11 52.93 Preparing to unpack .../006-openssl_3.0.5-2ubuntu2.1_armhf.deb ...
11:20:15 #11 52.93 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:20:15 #13 29.23   Installing       : kernel-headers-5.14.0-283.el9.aarch64                37/70 
11:20:15 #13 29.26   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 38/70 
11:20:15 #13 29.32   Installing       : glibc-devel-2.34-60.el9.aarch64                      39/70 
11:20:15 #13 29.40   Installing       : glibc-static-2.34-60.el9.aarch64                     40/70 
11:20:15 #13 29.41   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                41/70 
11:20:15 #13 29.41   Installing       : systemd-rpm-macros-252-8.el9.noarch                  42/70 
11:20:15 #13 29.42   Running scriptlet: openssh-8.7p1-28.el9.aarch64                         43/70 
11:20:15 #13 29.47   Installing       : openssh-8.7p1-28.el9.aarch64                         43/70 
11:20:15 #11 65.79 Setting up man-db (2.10.2-1) ...
11:20:15 #11 65.89 Building database of manual pages ...
11:20:15 #10 49.09 Selecting previously unselected package libstring-copyright-perl.
11:20:15 #10 49.09 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ...
11:20:15 #10 49.10 Unpacking libstring-copyright-perl (0.003006-1) ...
11:20:15 #10 49.13 Selecting previously unselected package libstring-escape-perl.
11:20:15 #10 49.13 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ...
11:20:15 #10 49.14 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:15 #10 49.17 Selecting previously unselected package libstring-shellquote-perl.
11:20:15 #10 49.17 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:15 #10 49.18 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:15 #10 49.21 Selecting previously unselected package libsys-cpuaffinity-perl:armhf.
11:20:15 #10 49.21 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ...
11:20:15 #10 49.22 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
11:20:15 #10 49.25 Selecting previously unselected package libterm-readkey-perl.
11:20:15 #10 49.26 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ...
11:20:15 #10 49.26 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:20:15 #10 49.29 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:15 #10 49.30 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ...
11:20:15 #10 49.30 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:20:15 #13 10.28 Setting up bash-completion (1:2.10-1ubuntu1) ...
11:20:15 #12 0.719 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:20:15 #12 0.719 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:20:15 #11 49.20 Selecting previously unselected package cpp.
11:20:15 #11 49.20 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:20:15 #11 49.21 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:20:15 #11 49.24 Selecting previously unselected package libcc1-0:armhf.
11:20:15 #11 49.24 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_armhf.deb ...
11:20:15 #11 49.24 Unpacking libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:15 #11 49.28 Selecting previously unselected package libgomp1:armhf.
11:20:15 #11 49.28 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_armhf.deb ...
11:20:15 #11 49.29 Unpacking libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:15 #11 62.28 Selecting previously unselected package python3-debian.
11:20:15 #11 62.29 Preparing to unpack .../199-python3-debian_0.1.46_all.deb ...
11:20:15 #11 62.29 Unpacking python3-debian (0.1.46) ...
11:20:15 #11 62.34 Selecting previously unselected package libgpgme11:arm64.
11:20:15 #11 62.35 Preparing to unpack .../200-libgpgme11_1.17.1-4.1ubuntu1_arm64.deb ...
11:20:15 #11 62.35 Unpacking libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
11:20:15 #11 62.39 Selecting previously unselected package python3-gpg.
11:20:15 #11 62.40 Preparing to unpack .../201-python3-gpg_1.17.1-4.1ubuntu1_arm64.deb ...
11:20:15 #11 62.40 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
11:20:15 #11 62.46 Selecting previously unselected package python3-xdg.
11:20:15 #11 62.46 Preparing to unpack .../202-python3-xdg_0.27-2_all.deb ...
11:20:15 #11 62.46 Unpacking python3-xdg (0.27-2) ...
11:20:15 #10 66.30 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:15 #10 66.34 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:20:15 #10 66.35 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:15 #10 66.36 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
11:20:15 #10 66.37 Setting up libdata-dpath-perl (0.58-1) ...
11:20:15 #10 66.38 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:15 #10 66.39 Setting up libpackage-stash-perl (0.39-1) ...
11:20:15 #10 66.40 Setting up libimport-into-perl (1.002005-1) ...
11:20:15 #10 66.42 Setting up libmoo-perl (2.004004-1) ...
11:20:15 #10 66.43 Setting up liblist-someutils-perl (0.58-1) ...
11:20:15 #10 66.44 Setting up debhelper (13.3.4) ...
11:20:15 #11 68.80   Verifying  : groff-base-1.22.2-8.el7.x86_64                             17/52 
11:20:15 #11 68.81   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
11:20:15 #11 68.82   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
11:20:15 #11 68.84   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        20/52 
11:20:15 #11 68.85   Verifying  : gdb-7.6.1-120.el7.x86_64                                   21/52 
11:20:15 #11 68.87   Verifying  : dwz-0.11-3.el7.x86_64                                      22/52 
11:20:15 #11 68.88   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
11:20:15 #11 68.89   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
11:20:15 #11 68.90   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         25/52 
11:20:15 #11 68.91   Verifying  : patch-2.7.1-12.el7_7.x86_64                                26/52 
11:20:15 #11 68.93   Verifying  : perl-Carp-1.26-244.el7.noarch                              27/52 
11:20:15 #11 68.94   Verifying  : rpm-build-4.11.3-48.el7_9.x86_64                           28/52 
11:20:15 #11 68.95   Verifying  : perl-Storable-2.45-3.el7.x86_64                            29/52 
11:20:15 #11 68.96   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/52 
11:20:15 #11 68.97   Verifying  : rpm-libs-4.11.3-48.el7_9.x86_64                            31/52 
11:20:15 #11 68.99   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           32/52 
11:20:15 #11 69.00   Verifying  : perl-Encode-2.51-7.el7.x86_64                              33/52 
11:20:15 #11 69.01   Verifying  : rpmlint-1.5-4.el7.noarch                                   34/52 
11:20:15 #11 69.02   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          35/52 
11:20:15 #11 69.03   Verifying  : rpm-python-4.11.3-48.el7_9.x86_64                          36/52 
11:20:15 #11 69.04   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             37/52 
11:20:15 #11 69.06   Verifying  : perl-File-Path-2.09-2.el7.noarch                           38/52 
11:20:15 #11 69.07   Verifying  : elfutils-0.176-5.el7.x86_64                                39/52 
11:20:15 #11 69.08   Verifying  : zip-3.0-11.el7.x86_64                                      40/52 
11:20:15 #11 69.09   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
11:20:15 #12 10.47   Installing       : make-1:4.3-7.fc36.x86_64                             37/95 
11:20:15 #12 10.94   Installing       : gcc-12.2.1-4.fc36.x86_64                             38/95 
11:20:15 #12 10.94   Running scriptlet: gcc-12.2.1-4.fc36.x86_64                             38/95 
11:20:15 #12 10.96   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   39/95 
11:20:15 #12 10.97   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   39/95 
11:20:15 #12 10.98   Running scriptlet: dbus-broker-33-1.fc36.x86_64                         40/95 
11:20:15 #12 11.04   Installing       : dbus-broker-33-1.fc36.x86_64                         40/95 
11:20:15 #12 11.04   Running scriptlet: dbus-broker-33-1.fc36.x86_64                         40/95 
11:20:15 #12 11.05   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          41/95 
11:20:15 #12 11.05   Installing       : annobin-docs-11.06-2.fc36.noarch                     42/95 
11:20:15 #11 69.89 Setting up equivs (2.3.1) ...
11:20:15 #11 69.90 Setting up g++ (4:12.2.0-1ubuntu1) ...
11:20:15 #11 69.92 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:15 #11 69.92 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
11:20:15 #11 69.92 Setting up build-essential (12.9ubuntu3) ...
11:20:15 #11 69.93 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:15 #11 69.94 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:15 #11 69.95 Setting up python3-nacl (1.5.0-2) ...
11:20:15 #10 59.05 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:20:15 #10 70.49 Setting up libdata-dpath-perl (0.58-1) ...
11:20:15 #10 70.50 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:15 #10 70.51 Setting up libpackage-stash-perl (0.39-1) ...
11:20:15 #10 70.52 Setting up libimport-into-perl (1.002005-1) ...
11:20:15 #10 70.53 Setting up libmoo-perl (2.004004-1) ...
11:20:15 #10 70.53 Setting up liblist-someutils-perl (0.58-1) ...
11:20:15 #10 70.54 Setting up debhelper (13.3.4) ...
11:20:15 #10 70.55 Setting up libmime-tools-perl (5.509-1) ...
11:20:15 #10 70.56 Setting up dput (1.1.0) ...
11:20:15 #10 70.71 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
11:20:15 #10 70.72 Setting up equivs (2.3.1) ...
11:20:15 #10 70.73 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:15 #10 70.74 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
11:20:15 #10 70.75 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
11:20:15 #10 70.76 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:15 #10 70.76 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
11:20:15 #10 70.77 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:15 #10 70.78 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:15 #10 70.79 Setting up libmoox-struct-perl (0.020-1) ...
11:20:15 #10 70.80 Setting up lintian (2.104.0) ...
11:20:15 #10 70.81 Setting up licensecheck (3.1.1-2) ...
11:20:15 #10 70.82 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:15 #10 70.83 Setting up libwww-perl (6.52-1) ...
11:20:15 #10 70.84 Setting up devscripts (2.21.3+deb11u1) ...
11:20:15 #10 50.10 Selecting previously unselected package libdata-dpath-perl.
11:20:15 #10 50.10 Preparing to unpack .../233-libdata-dpath-perl_0.58-2_all.deb ...
11:20:15 #10 50.12 Unpacking libdata-dpath-perl (0.58-2) ...
11:20:15 #10 50.15 Selecting previously unselected package libdata-dump-perl.
11:20:15 #10 50.15 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
11:20:15 #10 50.15 Unpacking libdata-dump-perl (1.25-1) ...
11:20:15 #10 50.19 Selecting previously unselected package libdata-messagepack-perl.
11:20:15 #10 50.19 Preparing to unpack .../235-libdata-messagepack-perl_1.02-1+b1_armhf.deb ...
11:20:15 #10 50.20 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
11:20:15 #10 50.23 Selecting previously unselected package libnet-domain-tld-perl.
11:20:15 #10 50.23 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-3_all.deb ...
11:20:15 #10 50.24 Unpacking libnet-domain-tld-perl (1.75-3) ...
11:20:15 #10 50.27 Selecting previously unselected package libdata-validate-domain-perl.
11:20:15 #10 50.27 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:15 #10 50.28 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:15 #10 50.30 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:15 #10 50.31 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:15 #10 50.31 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:15 #10 50.34 Selecting previously unselected package libnet-netmask-perl.
11:20:15 #10 50.35 Preparing to unpack .../239-libnet-netmask-perl_2.0002-2_all.deb ...
11:20:15 #10 50.35 Unpacking libnet-netmask-perl (2.0002-2) ...
11:20:15 #10 50.38 Selecting previously unselected package libnetaddr-ip-perl.
11:20:15 #10 50.38 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-2+b1_armhf.deb ...
11:20:15 #10 50.39 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:20:15 #10 50.43 Selecting previously unselected package libdata-validate-ip-perl.
11:20:15 #10 50.44 Preparing to unpack .../241-libdata-validate-ip-perl_0.31-1_all.deb ...
11:20:16 #12 1.081 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
11:20:16 #12 1.132 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
11:20:16 #11 51.64 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:20:16 #11 51.68 Selecting previously unselected package libalgorithm-merge-perl.
11:20:16 #11 51.68 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:16 #11 51.69 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:16 #11 51.72 Selecting previously unselected package libapt-pkg-perl.
11:20:16 #11 51.72 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
11:20:16 #11 51.72 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:20:16 #11 51.77 Selecting previously unselected package libarchive-cpio-perl.
11:20:16 #11 51.77 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
11:20:16 #11 51.78 Unpacking libarchive-cpio-perl (0.10-1) ...
11:20:16 #11 51.81 Selecting previously unselected package libarray-intspan-perl.
11:20:16 #11 51.81 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
11:20:16 #11 51.81 Unpacking libarray-intspan-perl (2.003-1) ...
11:20:16 #11 51.84 Selecting previously unselected package libasync-mergepoint-perl.
11:20:16 #11 51.84 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
11:20:16 #11 51.85 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:20:16 #11 51.87 Selecting previously unselected package libmodule-implementation-perl.
11:20:16 #11 51.87 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
11:20:16 #12 3.437 Building dependency tree...
11:20:16 #12 3.581 Reading state information...
11:20:16 #12 3.601 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:16 #12 3.645 Starting 2 pkgProblemResolver with broken count: 0
11:20:16 #12 3.647 Done
11:20:16 #12 3.669  Done
11:20:16 #11 64.57 Setting up libhtml-form-perl (6.07-1) ...
11:20:16 #11 64.58 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:16 #11 64.59 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:16 #11 64.60 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:16 #11 64.61 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:16 #11 64.62 Setting up libio-prompter-perl (0.004015-1) ...
11:20:16 #11 64.63 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:16 #11 64.64 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:16 #11 64.65 Setting up po-debconf (1.0.21+nmu1) ...
11:20:16 #11 64.66 Setting up libhtml-tree-perl (5.07-2) ...
11:20:16 #11 64.67 Setting up libparams-classify-perl (0.015-1build5) ...
11:20:16 #11 64.68 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:16 #11 64.69 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:16 #11 64.74 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:16 #11 64.80 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:16 #12 5.648 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
11:20:16 #14 27.42   Running scriptlet: systemd-239-71.el8.aarch64                           58/83 
11:20:16 #14 27.56   Installing       : systemd-devel-239-71.el8.aarch64                     59/83 
11:20:16 #12 4.229 Starting 2 pkgProblemResolver with broken count: 0
11:20:16 #12 4.233 Done
11:20:16 #12 4.392  Done
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 53.48MB / 149.01MB 2.8s
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 62.91MB / 149.01MB 2.9s
11:20:16 #12 1.123 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
11:20:16 #11 52.99 Selecting previously unselected package ca-certificates.
11:20:16 #11 53.00 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:20:16 #11 53.00 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:16 #11 53.06 Selecting previously unselected package libdbus-1-3:armhf.
11:20:16 #11 53.06 Preparing to unpack .../008-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ...
11:20:16 #11 53.07 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
11:20:16 #11 53.11 Selecting previously unselected package dbus-bin.
11:20:16 #11 53.11 Preparing to unpack .../009-dbus-bin_1.14.0-2ubuntu3_armhf.deb ...
11:20:16 #11 53.12 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:20:16 #11 53.15 Selecting previously unselected package dbus-session-bus-common.
11:20:16 #11 53.15 Preparing to unpack .../010-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:20:16 #11 53.15 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:20:16 #11 53.19 Selecting previously unselected package dbus-daemon.
11:20:16 #11 53.19 Preparing to unpack .../011-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ...
11:20:16 #11 53.19 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:20:16 #13 29.48   Installing       : libcbor-0.7.0-5.el9.aarch64                          44/70 
11:20:16 #13 29.49   Installing       : libfido2-1.6.0-7.el9.aarch64                         45/70 
11:20:16 #13 29.51   Installing       : openssh-clients-8.7p1-28.el9.aarch64                 46/70 
11:20:16 #13 29.52   Running scriptlet: openssh-clients-8.7p1-28.el9.aarch64                 46/70 
11:20:16 #11 66.10 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
11:20:16 #11 66.11 Setting up gcc (4:11.2.0-1ubuntu1) ...
11:20:16 #11 66.14 Setting up python3-six (1.16.0-3ubuntu1) ...
11:20:16 #11 66.27 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:20:16 #10 49.33 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
11:20:16 #10 49.33 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ...
11:20:16 #10 49.34 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
11:20:16 #10 49.38 Selecting previously unselected package libtext-xslate-perl.
11:20:16 #10 49.38 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ...
11:20:16 #10 49.39 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:20:16 #10 49.45 Selecting previously unselected package libtime-duration-perl.
11:20:16 #10 49.45 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ...
11:20:16 #10 49.46 Unpacking libtime-duration-perl (1.21-1) ...
11:20:16 #10 49.49 Selecting previously unselected package libtime-moment-perl.
11:20:16 #10 49.49 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ...
11:20:16 #10 49.49 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:20:16 #10 49.53 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:16 #10 49.53 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
11:20:16 #10 49.54 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:20:16 #10 49.57 Selecting previously unselected package libunicode-utf8-perl.
11:20:16 #10 49.57 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ...
11:20:16 #10 49.58 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:20:16 #10 49.64 Selecting previously unselected package libxdelta2.
11:20:16 #10 49.64 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ...
11:20:16 #10 49.65 Unpacking libxdelta2 (1.1.3-9.3) ...
11:20:16 #11 49.32 Selecting previously unselected package libatomic1:armhf.
11:20:16 #11 49.32 Preparing to unpack .../078-libatomic1_12.1.0-2ubuntu1~22.04_armhf.deb ...
11:20:16 #11 49.33 Unpacking libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:16 #11 49.36 Selecting previously unselected package libasan6:armhf.
11:20:16 #11 49.36 Preparing to unpack .../079-libasan6_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:16 #11 49.36 Unpacking libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:16 #11 49.46 Selecting previously unselected package libubsan1:armhf.
11:20:16 #11 49.46 Preparing to unpack .../080-libubsan1_12.1.0-2ubuntu1~22.04_armhf.deb ...
11:20:16 #11 49.46 Unpacking libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:16 #11 49.51 Selecting previously unselected package libgcc-11-dev:armhf.
11:20:16 #11 49.51 Preparing to unpack .../081-libgcc-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:16 #11 49.52 Unpacking libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:16 #11 62.51 Selecting previously unselected package dput.
11:20:16 #11 62.51 Preparing to unpack .../203-dput_1.1.2ubuntu2_all.deb ...
11:20:16 #11 62.52 Unpacking dput (1.1.2ubuntu2) ...
11:20:16 #11 62.56 Selecting previously unselected package fonts-dejavu-core.
11:20:16 #11 62.57 Preparing to unpack .../204-fonts-dejavu-core_2.37-2build1_all.deb ...
11:20:16 #11 62.57 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:20:16 #11 62.70 Selecting previously unselected package fontconfig-config.
11:20:16 #11 62.70 Preparing to unpack .../205-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
11:20:16 #11 62.70 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
11:20:16 #11 62.75 Selecting previously unselected package libcurl3-gnutls:arm64.
11:20:16 #11 62.75 Preparing to unpack .../206-libcurl3-gnutls_7.85.0-1ubuntu0.3_arm64.deb ...
11:20:16 #11 62.76 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.3) ...
11:20:16 #11 62.80 Selecting previously unselected package liberror-perl.
11:20:16 #10 66.45 Setting up libmime-tools-perl (5.509-1) ...
11:20:16 #10 66.46 Setting up dput (1.1.0) ...
11:20:16 #10 66.63 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
11:20:16 #10 66.65 Setting up equivs (2.3.1) ...
11:20:16 #10 66.66 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:16 #10 66.67 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
11:20:16 #10 66.68 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
11:20:16 #10 66.69 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:16 #10 66.70 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
11:20:16 #11 69.11   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
11:20:16 #11 69.13   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
11:20:16 #11 69.14   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
11:20:16 #11 69.15   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
11:20:16 #11 69.16   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
11:20:16 #11 69.18   Verifying  : rpm-build-libs-4.11.3-48.el7_9.x86_64                      47/52 
11:20:16 #11 69.19   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
11:20:16 #11 69.20   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
11:20:16 #11 69.20   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
11:20:16 #11 69.20   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
11:20:16 #11 69.20   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
11:20:16 #11 69.24 
11:20:16 #11 69.24 Installed:
11:20:16 #11 69.24   rpm-build.x86_64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
11:20:16 #11 69.24 
11:20:16 #11 69.24 Dependency Installed:
11:20:16 #11 69.24   bzip2.x86_64 0:1.0.6-13.el7                                                   
11:20:16 #11 69.24   desktop-file-utils.x86_64 0:0.23-2.el7                                        
11:20:16 #11 69.24   dwz.x86_64 0:0.11-3.el7                                                       
11:20:16 #11 69.24   elfutils.x86_64 0:0.176-5.el7                                                 
11:20:16 #11 69.24   emacs-filesystem.noarch 1:24.3-23.el7                                         
11:20:16 #11 69.24   file.x86_64 0:5.11-37.el7                                                     
11:20:16 #11 69.24   gdb.x86_64 0:7.6.1-120.el7                                                    
11:20:16 #11 69.24   groff-base.x86_64 0:1.22.2-8.el7                                              
11:20:16 #11 69.24   patch.x86_64 0:2.7.1-12.el7_7                                                 
11:20:16 #11 69.24   perl.x86_64 4:5.16.3-299.el7_9                                                
11:20:16 #11 69.24   perl-Carp.noarch 0:1.26-244.el7                                               
11:20:16 #11 69.24   perl-Encode.x86_64 0:2.51-7.el7                                               
11:20:16 #11 69.24   perl-Exporter.noarch 0:5.68-3.el7                                             
11:20:16 #11 69.24   perl-File-Path.noarch 0:2.09-2.el7                                            
11:20:16 #11 69.24   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
11:20:16 #11 69.24   perl-Filter.x86_64 0:1.49-3.el7                                               
11:20:16 #11 69.24   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
11:20:16 #11 69.24   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
11:20:16 #11 69.24   perl-PathTools.x86_64 0:3.40-5.el7                                            
11:20:16 #11 69.24   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
11:20:16 #11 69.24   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
11:20:16 #11 69.24   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
11:20:16 #11 69.24   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
11:20:16 #11 69.24   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
11:20:16 #11 69.24   perl-Socket.x86_64 0:2.010-5.el7                                              
11:20:16 #11 69.24   perl-Storable.x86_64 0:2.45-3.el7                                             
11:20:16 #11 69.24   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
11:20:16 #11 69.24   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
11:20:16 #11 69.24   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
11:20:16 #11 69.24   perl-Time-Local.noarch 0:1.2300-2.el7                                         
11:20:16 #11 69.24   perl-constant.noarch 0:1.27-2.el7                                             
11:20:16 #11 69.24   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
11:20:16 #11 69.24   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
11:20:16 #11 69.24   perl-parent.noarch 1:0.225-244.el7                                            
11:20:16 #11 69.24   perl-podlators.noarch 0:2.5.1-3.el7                                           
11:20:16 #11 69.24   perl-srpm-macros.noarch 0:1-8.el7                                             
11:20:16 #11 69.24   perl-threads.x86_64 0:1.87-4.el7                                              
11:20:16 #11 69.24   perl-threads-shared.x86_64 0:1.43-6.el7                                       
11:20:16 #11 69.24   python-srpm-macros.noarch 0:3-34.el7                                          
11:20:16 #11 69.24   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
11:20:16 #11 69.24   unzip.x86_64 0:6.0-24.el7_9                                                   
11:20:16 #11 69.24   zip.x86_64 0:3.0-11.el7                                                       
11:20:16 #11 69.24 
11:20:16 #11 69.24 Dependency Updated:
11:20:16 #11 69.24   rpm.x86_64 0:4.11.3-48.el7_9        rpm-build-libs.x86_64 0:4.11.3-48.el7_9  
11:20:16 #11 69.24   rpm-libs.x86_64 0:4.11.3-48.el7_9   rpm-python.x86_64 0:4.11.3-48.el7_9      
11:20:16 #11 69.24 
11:20:16 #12 11.10   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                43/95 
11:20:16 #12 11.11   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     44/95 
11:20:16 #12 11.12   Installing       : rhash-1.4.2-2.fc36.x86_64                            45/95 
11:20:16 #12 11.13   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    46/95 
11:20:16 #12 11.13   Installing       : perl-lib-0.65-486.fc36.x86_64                        47/95 
11:20:16 #12 11.14   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                 48/95 
11:20:16 #12 11.14   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  49/95 
11:20:16 #12 11.15   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          50/95 
11:20:16 #12 11.17   Installing       : autoconf-2.71-3.fc36.noarch                          51/95 
11:20:16 #12 11.19   Installing       : automake-1.16.5-7.fc36.noarch                        52/95 
11:20:16 #12 11.20   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   53/95 
11:20:16 #12 11.20   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      54/95 
11:20:16 #12 11.25   Installing       : libutempter-1.2.1-6.fc36.x86_64                      54/95 
11:20:16 #12 11.31   Installing       : util-linux-2.38-1.fc36.x86_64                        55/95 
11:20:16 #12 11.32   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                        56/95 
11:20:16 #12 6.283 Running transaction check
11:20:16 #12 6.393 Transaction check succeeded.
11:20:16 #12 6.393 Running transaction test
11:20:16 #11 70.10 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
11:20:16 #10 70.99 Setting up libxml-parser-perl:amd64 (2.46-2) ...
11:20:16 #10 50.44 Unpacking libdata-validate-ip-perl (0.31-1) ...
11:20:16 #10 50.47 Selecting previously unselected package libdata-validate-uri-perl.
11:20:16 #10 50.47 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:16 #10 50.48 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:16 #10 50.51 Selecting previously unselected package libdevel-size-perl.
11:20:16 #10 50.51 Preparing to unpack .../243-libdevel-size-perl_0.83-2+b1_armhf.deb ...
11:20:16 #10 50.52 Unpacking libdevel-size-perl (0.83-2+b1) ...
11:20:16 #10 50.55 Selecting previously unselected package libdistro-info-perl.
11:20:16 #10 50.55 Preparing to unpack .../244-libdistro-info-perl_1.5_all.deb ...
11:20:16 #10 50.56 Unpacking libdistro-info-perl (1.5) ...
11:20:16 #10 50.59 Selecting previously unselected package libemail-address-xs-perl.
11:20:16 #10 50.59 Preparing to unpack .../245-libemail-address-xs-perl_1.05-1+b1_armhf.deb ...
11:20:16 #10 50.59 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
11:20:16 #10 50.63 Selecting previously unselected package libexporter-tiny-perl.
11:20:16 #10 50.63 Preparing to unpack .../246-libexporter-tiny-perl_1.006000-1_all.deb ...
11:20:16 #10 50.64 Unpacking libexporter-tiny-perl (1.006000-1) ...
11:20:16 #11 51.88 Unpacking libmodule-implementation-perl (0.09-1) ...
11:20:16 #11 51.93 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:16 #11 51.93 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:16 #11 51.94 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:16 #11 51.97 Selecting previously unselected package libvariable-magic-perl.
11:20:16 #11 51.97 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
11:20:16 #11 51.97 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:20:16 #11 52.00 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:16 #11 52.00 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:20:16 #11 52.01 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:20:16 #11 52.04 Selecting previously unselected package libcapture-tiny-perl.
11:20:16 #11 52.04 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:16 #11 52.05 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:16 #11 52.08 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:16 #11 52.08 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
11:20:16 #11 52.08 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:20:16 #11 52.12 Selecting previously unselected package libclone-perl.
11:20:16 #12 3.676 Starting pkgProblemResolver with broken count: 0
11:20:16 #12 3.707 Starting 2 pkgProblemResolver with broken count: 0
11:20:16 #12 3.709 Done
11:20:16 #12 3.813 The following additional packages will be installed:
11:20:16 #12 3.814   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:16 #12 3.814   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:16 #12 3.814   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:16 #12 3.814   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:16 #12 3.814   libuv1 pkg-config procps
11:20:16 #12 3.815 Suggested packages:
11:20:16 #12 3.815   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:16 #12 5.909 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
11:20:16 #12 5.911 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.7 [244 kB]
11:20:16 #12 5.927 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjsoncpp1 arm64 1.7.4-3 [69.2 kB]
11:20:16 #12 5.931 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librhash0 arm64 1.3.6-2 [71.8 kB]
11:20:16 #12 5.935 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libuv1 arm64 1.18.0-3 [53.7 kB]
11:20:16 #12 5.938 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake arm64 3.10.2-1ubuntu2.18.04.2 [2973 kB]
11:20:16 #11 64.93 
11:20:16 #11 64.93 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:16 #11 64.95 Setting up dput (1.1.0ubuntu2) ...
11:20:16 #14 27.62   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            60/83 
11:20:16 #12 4.556 Starting pkgProblemResolver with broken count: 0
11:20:16 #12 4.591 Starting 2 pkgProblemResolver with broken count: 0
11:20:16 #12 4.595 Done
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 76.55MB / 149.01MB 3.1s
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 84.93MB / 149.01MB 3.2s
11:20:16 #12 1.188 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
11:20:16 #11 53.22 Selecting previously unselected package dbus-system-bus-common.
11:20:16 #11 53.23 Preparing to unpack .../012-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:20:16 #11 53.23 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:20:16 #11 53.27 Selecting previously unselected package dbus.
11:20:16 #11 53.28 Preparing to unpack .../013-dbus_1.14.0-2ubuntu3_armhf.deb ...
11:20:16 #11 53.28 Unpacking dbus (1.14.0-2ubuntu3) ...
11:20:16 #11 53.32 Selecting previously unselected package distro-info-data.
11:20:16 #11 53.32 Preparing to unpack .../014-distro-info-data_0.54ubuntu0.1_all.deb ...
11:20:16 #11 53.33 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:20:16 #11 53.36 Selecting previously unselected package dmsetup.
11:20:16 #11 53.36 Preparing to unpack .../015-dmsetup_2%3a1.02.185-1ubuntu1_armhf.deb ...
11:20:16 #11 53.37 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
11:20:16 #11 53.41 Selecting previously unselected package libglib2.0-0:armhf.
11:20:16 #11 53.41 Preparing to unpack .../016-libglib2.0-0_2.74.3-0ubuntu1_armhf.deb ...
11:20:16 #11 53.41 Unpacking libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
11:20:16 #11 65.22 Setting up liblinux-epoll-perl (0.017-1) ...
11:20:16 #11 65.23 Setting up libvariable-magic-perl (0.62-1build2) ...
11:20:16 #11 65.25 Setting up python3-idna (2.8-1) ...
11:20:16 #11 65.46 Setting up libio-html-perl (1.001-1) ...
11:20:16 #11 65.47 Setting up libcroco3:arm64 (0.6.13-1) ...
11:20:16 #11 65.48 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
11:20:16 #11 65.50 Setting up libtest-refcount-perl (0.10-1) ...
11:20:16 #11 65.51 Setting up libparams-util-perl (1.07-3build5) ...
11:20:16 #11 65.54 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
11:20:16 #11 65.55 Setting up autoconf (2.69-11.1) ...
11:20:16 #11 65.57 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:20:16 #13 29.61   Installing       : git-core-2.39.1-1.el9.aarch64                        47/70 
11:20:16 #13 29.82   Installing       : git-core-doc-2.39.1-1.el9.noarch                     48/70 
11:20:16 #13 29.84   Installing       : perl-Git-2.39.1-1.el9.noarch                         49/70 
11:20:16 #13 29.85   Installing       : git-2.39.1-1.el9.aarch64                             50/70 
11:20:16 #11 66.41 Setting up perl (5.34.0-3ubuntu1.1) ...
11:20:16 #11 66.43 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:20:16 #11 66.44 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:16 #11 66.45 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:20:16 #11 66.50 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:20:16 #10 49.69 Selecting previously unselected package libxext6:armhf.
11:20:16 #10 49.69 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ...
11:20:16 #10 49.70 Unpacking libxext6:armhf (2:1.3.3-1.1) ...
11:20:16 #10 49.73 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:16 #10 49.74 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:20:16 #10 49.74 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:20:16 #10 49.77 Selecting previously unselected package libxml-sax-base-perl.
11:20:16 #10 49.78 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:20:16 #10 49.78 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:20:16 #11 49.59 Selecting previously unselected package gcc-11.
11:20:16 #11 49.59 Preparing to unpack .../082-gcc-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:16 #11 49.60 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:20:16 #11 62.81 Preparing to unpack .../207-liberror-perl_0.17029-1_all.deb ...
11:20:16 #11 62.81 Unpacking liberror-perl (0.17029-1) ...
11:20:16 #11 62.84 Selecting previously unselected package git-man.
11:20:16 #11 62.85 Preparing to unpack .../208-git-man_1%3a2.37.2-1ubuntu1.4_all.deb ...
11:20:16 #11 62.85 Unpacking git-man (1:2.37.2-1ubuntu1.4) ...
11:20:16 #11 62.90 Selecting previously unselected package git.
11:20:16 #11 62.90 Preparing to unpack .../209-git_1%3a2.37.2-1ubuntu1.4_arm64.deb ...
11:20:16 #11 62.91 Unpacking git (1:2.37.2-1ubuntu1.4) ...
11:20:16 #10 66.71 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:16 #10 66.72 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:16 #10 66.74 Setting up libmoox-struct-perl (0.020-1) ...
11:20:16 #10 66.75 Setting up lintian (2.104.0) ...
11:20:16 #10 66.77 Setting up licensecheck (3.1.1-2) ...
11:20:16 #10 66.79 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:16 #10 66.80 Setting up libwww-perl (6.52-1) ...
11:20:16 #10 66.82 Setting up devscripts (2.21.3+deb11u1) ...
11:20:16 #11 69.24 Complete!
11:20:16 #11 DONE 69.4s
11:20:16 
11:20:16 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
11:20:16 #12 DONE 0.1s
11:20:16 
11:20:16 #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
11:20:16 #13 10.95 Setting up pkg-config (0.29.1-0ubuntu4) ...
11:20:16 #13 11.00 Setting up libudev-dev:amd64 (245.4-4ubuntu3.20) ...
11:20:16 #13 11.01 Setting up libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
11:20:16 #13 11.02 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:20:16 #13 11.04 Setting up librhash0:amd64 (1.3.9-1) ...
11:20:16 #13 11.05 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:16 #13 11.06 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:16 #13 11.08 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.20) ...
11:20:16 #13 11.09 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
11:20:16 #13 11.10 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:20:16 #13 11.11 Setting up libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
11:20:16 #12 11.35   Installing       : openssh-8.8p1-1.fc36.1.x86_64                        56/95 
11:20:16 #12 11.36   Installing       : libsepol-devel-3.3-3.fc36.x86_64                     57/95 
11:20:16 #12 11.37   Installing       : libselinux-devel-3.3-4.fc36.x86_64                   58/95 
11:20:16 #12 11.38   Installing       : libselinux-utils-3.3-4.fc36.x86_64                   59/95 
11:20:16 #12 11.40   Installing       : policycoreutils-3.3-4.fc36.x86_64                    60/95 
11:20:16 #12 11.40   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    60/95 
11:20:16 #12 11.41   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              61/95 
11:20:16 #12 11.42   Installing       : selinux-policy-36.17-1.fc36.noarch                   62/95 
11:20:16 #12 11.43   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   62/95 
11:20:16 #12 11.45   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          63/95 
11:20:16 #11 70.23 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
11:20:16 #11 70.23 Setting up dput (1.1.2ubuntu2) ...
11:20:16 #11 70.38 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:16 #11 70.39 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
11:20:16 #10 71.00 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:16 #10 71.04 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:16 #10 71.08 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:16 #10 71.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:16 #10 71.23 Setting up libsoap-lite-perl (1.27-1) ...
11:20:16 #10 71.24 Setting up libxmlrpc-lite-perl (0.717-4) ...
11:20:16 #10 71.25 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:16 #10 50.67 Selecting previously unselected package libfcgi-bin.
11:20:16 #10 50.68 Preparing to unpack .../247-libfcgi-bin_2.4.2-2_armhf.deb ...
11:20:16 #10 50.68 Unpacking libfcgi-bin (2.4.2-2) ...
11:20:16 #10 50.71 Selecting previously unselected package libindirect-perl.
11:20:16 #10 50.71 Preparing to unpack .../248-libindirect-perl_0.39-2+b1_armhf.deb ...
11:20:16 #10 50.72 Unpacking libindirect-perl (0.39-2+b1) ...
11:20:16 #10 50.75 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:16 #10 50.75 Preparing to unpack .../249-libxs-parse-keyword-perl_0.33-1_armhf.deb ...
11:20:16 #10 50.76 Unpacking libxs-parse-keyword-perl (0.33-1) ...
11:20:16 #10 50.79 Selecting previously unselected package libxs-parse-sublike-perl:armhf.
11:20:16 #10 50.80 Preparing to unpack .../250-libxs-parse-sublike-perl_0.16-1+b2_armhf.deb ...
11:20:16 #10 50.80 Unpacking libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
11:20:16 #10 50.85 Selecting previously unselected package libobject-pad-perl.
11:20:16 #10 50.85 Preparing to unpack .../251-libobject-pad-perl_0.78-1_armhf.deb ...
11:20:16 #10 50.85 Unpacking libobject-pad-perl (0.78-1) ...
11:20:16 #11 52.12 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
11:20:16 #10 59.77 Setting up libltdl-dev:armhf (2.4.6-2) ...
11:20:16 #10 59.78 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:16 #10 59.79 Setting up libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.80 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
11:20:16 #10 59.81 Setting up libbinutils:armhf (2.30-21ubuntu1~18.04.8) ...
11:20:16 #10 59.82 Setting up libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.84 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:16 #10 59.85 Setting up libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.86 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:20:16 #10 59.87 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:16 #11 52.12 Unpacking libclone-perl (0.43-2) ...
11:20:16 #11 52.15 Selecting previously unselected package libcommon-sense-perl.
11:20:16 #11 52.15 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
11:20:16 #11 52.16 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:20:16 #11 52.19 Selecting previously unselected package libparams-util-perl.
11:20:16 #11 52.19 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
11:20:16 #11 52.20 Unpacking libparams-util-perl (1.07-3build5) ...
11:20:16 #11 52.23 Selecting previously unselected package libsub-install-perl.
11:20:16 #11 52.23 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
11:20:16 #11 52.23 Unpacking libsub-install-perl (0.928-1) ...
11:20:16 #11 52.27 Selecting previously unselected package libdata-optlist-perl.
11:20:16 #11 52.27 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
11:20:16 #11 52.27 Unpacking libdata-optlist-perl (0.110-1) ...
11:20:16 #11 52.30 Selecting previously unselected package libsub-exporter-perl.
11:20:16 #11 52.30 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
11:20:16 #11 52.30 Unpacking libsub-exporter-perl (0.987-1) ...
11:20:16 #11 52.34 Selecting previously unselected package libconst-fast-perl.
11:20:16 #11 52.34 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
11:20:16 #12 4.004 The following NEW packages will be installed:
11:20:16 #12 4.005   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:16 #12 4.005   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:16 #12 4.005   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:16 #12 4.005   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:16 #12 4.006   libuv1 pkg-config procps
11:20:16 #12 6.082 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
11:20:16 #12 6.083 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev1 arm64 237-3ubuntu10.57 [45.3 kB]
11:20:16 #12 6.084 Get:11 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]
11:20:16 #12 6.238 Get:12 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]
11:20:16 #12 6.313 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev-dev arm64 237-3ubuntu10.57 [19.1 kB]
11:20:16 #11 65.12 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:16 #11 65.13 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:16 #11 65.14 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:16 #11 65.15 Setting up libmailtools-perl (2.21-1) ...
11:20:16 #11 65.16 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:16 #11 65.20 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:16 #11 65.27 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:16 #11 65.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:16 #14 24.85   Running scriptlet: glibc-devel-2.28-225.el8.x86_64                      48/80 
11:20:16 #14 26.53   Installing       : gcc-8.5.0-18.el8.x86_64                              49/80 
11:20:16 #14 26.55   Running scriptlet: gcc-8.5.0-18.el8.x86_64                              49/80 
11:20:16 #12 4.839 The following additional packages will be installed:
11:20:16 #12 4.840   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:16 #12 4.840   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:16 #12 4.841   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:16 #12 4.841   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:16 #12 4.842   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:16 #12 4.844 Suggested packages:
11:20:16 #12 4.844   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
11:20:16 #12 4.844 Recommended packages:
11:20:16 #12 4.844   psmisc
11:20:16 #12 5.059 The following NEW packages will be installed:
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 96.53MB / 149.01MB 3.4s
11:20:16 #11 53.48 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:20:16 #11 53.48 Preparing to unpack .../017-libgirepository-1.0-1_1.74.0-2_armhf.deb ...
11:20:16 #11 53.48 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ...
11:20:16 #11 53.52 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:20:16 #11 53.52 Preparing to unpack .../018-gir1.2-glib-2.0_1.74.0-2_armhf.deb ...
11:20:16 #11 53.53 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ...
11:20:16 #11 53.56 Selecting previously unselected package iso-codes.
11:20:16 #11 53.56 Preparing to unpack .../019-iso-codes_4.11.0-1_all.deb ...
11:20:16 #11 53.57 Unpacking iso-codes (4.11.0-1) ...
11:20:16 #11 65.74 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:16 #11 65.76 Setting up libarray-intspan-perl (2.003-1) ...
11:20:16 #11 65.77 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:16 #11 65.78 Setting up libtimedate-perl (2.3200-1) ...
11:20:16 #11 65.80 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:20:16 #11 65.82 Setting up libsub-name-perl (0.26-1) ...
11:20:16 #11 65.83 Setting up libtype-tiny-xs-perl (0.016-1) ...
11:20:16 #11 65.84 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:16 #11 65.86 Setting up xauth (1:1.1-0ubuntu1) ...
11:20:16 #11 65.87 Setting up cpp (4:9.3.0-1ubuntu2) ...
11:20:16 #11 65.89 Setting up libpath-tiny-perl (0.108-1) ...
11:20:16 #11 65.90 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:16 #11 65.91 Setting up libjson-perl (4.02000-2) ...
11:20:16 #11 65.92 Setting up libsub-override-perl (0.09-2) ...
11:20:16 #11 65.94 Setting up python3-unidiff (0.5.5-2) ...
11:20:16 #11 66.67 Setting up libdata-dump-perl (1.25-1) ...
11:20:16 #11 66.68 Setting up python3-certifi (2020.6.20-1) ...
11:20:16 #11 66.81 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:16 #10 49.83 Selecting previously unselected package libxml-sax-perl.
11:20:16 #10 49.83 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:20:16 #10 49.83 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:20:16 #10 49.89 Selecting previously unselected package libxml-libxml-perl.
11:20:16 #10 49.89 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ...
11:20:16 #10 49.90 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:20:16 #10 49.98 Selecting previously unselected package libxml-sax-expat-perl.
11:20:16 #10 49.98 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:16 #10 49.99 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:16 #10 50.02 Selecting previously unselected package libxmlrpc-lite-perl.
11:20:16 #10 50.02 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:20:16 #10 50.03 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:20:16 #10 50.06 Selecting previously unselected package libxmuu1:armhf.
11:20:16 #10 50.07 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
11:20:16 #10 50.07 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
11:20:16 #11 49.95 Selecting previously unselected package gcc.
11:20:16 #11 49.95 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:20:16 #11 49.95 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:20:16 #11 50.03 Selecting previously unselected package libstdc++-11-dev:armhf.
11:20:16 #11 63.11 Selecting previously unselected package libalgorithm-diff-perl.
11:20:16 #11 63.11 Preparing to unpack .../210-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:16 #11 63.11 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:16 #11 63.15 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
11:20:16 #11 63.16 Preparing to unpack .../211-libalgorithm-diff-xs-perl_0.04-7_arm64.deb ...
11:20:16 #11 63.16 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
11:20:16 #11 63.19 Selecting previously unselected package libalgorithm-merge-perl.
11:20:16 #11 63.20 Preparing to unpack .../212-libalgorithm-merge-perl_0.08-4_all.deb ...
11:20:16 #11 63.20 Unpacking libalgorithm-merge-perl (0.08-4) ...
11:20:16 #11 63.23 Selecting previously unselected package libaliased-perl.
11:20:16 #11 63.24 Preparing to unpack .../213-libaliased-perl_0.34-2_all.deb ...
11:20:16 #11 63.24 Unpacking libaliased-perl (0.34-2) ...
11:20:16 #10 67.00 Setting up libxml-parser-perl:arm64 (2.46-2) ...
11:20:16 #10 67.01 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:16 #10 67.05 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:16 #10 67.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:16 #10 67.25 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:16 #13 11.12 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
11:20:16 #13 11.13 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
11:20:16 #13 11.14 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:16 #13 11.16 Setting up docker-ce-build-deps (1.0) ...
11:20:16 #13 11.17 Processing triggers for man-db (2.9.1-1) ...
11:20:16 #13 11.19 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:16 #12 11.63   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          63/95 
11:20:16 #11 70.60 Setting up licensecheck (3.3.0-1) ...
11:20:16 #11 70.61 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:16 #11 70.62 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:16 #11 70.63 Setting up libwww-perl (6.67-1) ...
11:20:16 #11 70.64 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:16 #11 70.65 Setting up libwww-mechanize-perl (2.14-2) ...
11:20:16 #11 70.66 Setting up devscripts (2.22.2ubuntu3) ...
11:20:16 #12 0.993 Reading package lists...
11:20:16 #10 71.27 Processing triggers for ca-certificates (20210119) ...
11:20:16 #10 71.27 Updating certificates in /etc/ssl/certs...
11:20:16 #10 50.89 Selecting previously unselected package libfeature-compat-class-perl.
11:20:16 #10 50.90 Preparing to unpack .../252-libfeature-compat-class-perl_0.05-1_all.deb ...
11:20:16 #10 50.90 Unpacking libfeature-compat-class-perl (0.05-1) ...
11:20:16 #10 50.93 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:16 #10 50.94 Preparing to unpack .../253-libsyntax-keyword-try-perl_0.28-1_armhf.deb ...
11:20:16 #10 50.94 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
11:20:16 #10 50.97 Selecting previously unselected package libfeature-compat-try-perl.
11:20:16 #10 50.98 Preparing to unpack .../254-libfeature-compat-try-perl_0.05-1_all.deb ...
11:20:16 #10 50.98 Unpacking libfeature-compat-try-perl (0.05-1) ...
11:20:16 #10 51.02 Selecting previously unselected package libipc-system-simple-perl.
11:20:16 #10 51.02 Preparing to unpack .../255-libipc-system-simple-perl_1.30-2_all.deb ...
11:20:16 #10 51.02 Unpacking libipc-system-simple-perl (1.30-2) ...
11:20:16 #10 51.05 Selecting previously unselected package libfile-basedir-perl.
11:20:16 #10 51.06 Preparing to unpack .../256-libfile-basedir-perl_0.09-2_all.deb ...
11:20:16 #10 51.06 Unpacking libfile-basedir-perl (0.09-2) ...
11:20:16 #10 51.09 Selecting previously unselected package libfile-chdir-perl.
11:20:16 #10 51.10 Preparing to unpack .../257-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:16 #10 51.10 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:16 #10 51.13 Selecting previously unselected package libfile-fcntllock-perl.
11:20:16 #10 51.13 Preparing to unpack .../258-libfile-fcntllock-perl_0.22-4+b1_armhf.deb ...
11:20:16 #10 51.14 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
11:20:16 #10 51.17 Selecting previously unselected package libnumber-compare-perl.
11:20:16 #10 51.18 Preparing to unpack .../259-libnumber-compare-perl_0.03-3_all.deb ...
11:20:16 #10 51.18 Unpacking libnumber-compare-perl (0.03-3) ...
11:20:16 #10 51.21 Selecting previously unselected package libtext-glob-perl.
11:20:16 #10 51.22 Preparing to unpack .../260-libtext-glob-perl_0.11-3_all.deb ...
11:20:16 #10 51.22 Unpacking libtext-glob-perl (0.11-3) ...
11:20:16 #11 52.34 Unpacking libconst-fast-perl (0.014-1) ...
11:20:16 #11 52.38 Selecting previously unselected package libwant-perl.
11:20:16 #11 52.38 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
11:20:16 #11 52.38 Unpacking libwant-perl (0.29-1build4) ...
11:20:16 #11 52.41 Selecting previously unselected package libcontextual-return-perl.
11:20:16 #11 52.41 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:16 #11 52.42 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:16 #11 52.46 Selecting previously unselected package libcpanel-json-xs-perl.
11:20:16 #11 52.46 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
11:20:16 #11 52.46 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:20:16 #11 52.50 Selecting previously unselected package libdata-dump-perl.
11:20:16 #11 52.50 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
11:20:16 #11 52.50 Unpacking libdata-dump-perl (1.23-1) ...
11:20:16 #11 52.54 Selecting previously unselected package libdigest-bubblebabble-perl.
11:20:16 #11 52.54 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:20:16 #11 52.55 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:20:16 #11 52.57 Selecting previously unselected package libdigest-hmac-perl.
11:20:16 #11 52.57 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:20:16 #11 52.58 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:16 #11 52.61 Selecting previously unselected package libdistro-info-perl.
11:20:16 #11 52.61 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:20:16 #11 52.61 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:20:16 #11 52.65 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:16 #11 52.65 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:16 #11 52.65 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:16 #11 52.68 Selecting previously unselected package libmailtools-perl.
11:20:16 #10 59.88 Setting up binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.8) ...
11:20:16 #10 59.90 Setting up file (1:5.32-2ubuntu0.4) ...
11:20:16 #10 59.91 Setting up fakeroot (1.22-2ubuntu1) ...
11:20:16 #10 59.92 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.92 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
11:20:16 #10 59.93 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:16 #10 59.94 Setting up libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.96 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.97 Setting up libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:20:16 #10 59.98 Setting up libperl5.26:armhf (5.26.1-6ubuntu0.6) ...
11:20:16 #10 59.99 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:20:16 #10 60.00 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:20:16 #10 60.02 Setting up man-db (2.8.3-2ubuntu0.1) ...
11:20:16 #12 4.279 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:16 #12 4.279 1 not fully installed or removed.
11:20:16 #12 4.279 Need to get 8196 kB of archives.
11:20:16 #12 4.279 After this operation, 36.0 MB of additional disk space will be used.
11:20:16 #12 4.279 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
11:20:16 #12 4.286 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
11:20:16 #12 4.301 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
11:20:16 #12 4.302 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
11:20:16 #12 4.305 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libarchive13 arm64 3.3.3-4+deb10u3 [292 kB]
11:20:16 #12 4.308 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
11:20:16 #12 4.309 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
11:20:16 #12 4.310 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
11:20:16 #12 4.312 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
11:20:16 #12 4.344 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
11:20:16 #12 4.345 Get:11 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
11:20:16 #12 4.346 Get:12 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
11:20:16 #12 4.347 Get:13 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
11:20:16 #12 4.348 Get:14 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
11:20:16 #12 4.349 Get:15 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
11:20:16 #12 4.352 Get:16 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
11:20:16 #12 4.355 Get:17 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
11:20:16 #12 4.357 Get:18 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
11:20:16 #12 4.359 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
11:20:16 #12 4.365 Get:20 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
11:20:16 #12 4.367 Get:21 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
11:20:16 #12 4.367 Get:22 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
11:20:16 #12 4.368 Get:23 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
11:20:16 #12 4.371 Get:24 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
11:20:16 #12 6.340 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsepol1-dev arm64 2.7-1ubuntu0.1 [294 kB]
11:20:16 #11 65.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:16 #11 65.49 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:16 #11 65.50 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:16 #11 65.51 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:16 #11 65.52 Setting up libdata-dpath-perl (0.58-1) ...
11:20:16 #11 65.53 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:16 #11 65.54 Setting up libpackage-stash-perl (0.39-1) ...
11:20:16 #11 65.55 Setting up libimport-into-perl (1.002005-1) ...
11:20:16 #11 65.56 Setting up libmoo-perl (2.005004-3) ...
11:20:16 #14 26.59   Installing       : libxcrypt-static-4.1.1-6.el8.x86_64                  50/80 
11:20:16 #14 26.97   Installing       : glibc-static-2.28-225.el8.x86_64                     51/80 
11:20:16 #14 27.11   Installing       : xkeyboard-config-2.28-1.el8.noarch                   52/80 
11:20:16 #12 5.060   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:16 #12 5.060   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:16 #12 5.061   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:16 #12 5.061   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:16 #12 5.061   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:16 #12 5.333 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
11:20:16 #12 5.333 1 not fully installed or removed.
11:20:16 #12 5.333 Need to get 14.8 MB of archives.
11:20:16 #12 5.333 After this operation, 54.4 MB of additional disk space will be used.
11:20:16 #12 5.333 Get:1 http://deb.debian.org/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 108.00MB / 149.01MB 3.6s
11:20:16 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 117.44MB / 149.01MB 3.7s
11:20:16 #11 53.77 Selecting previously unselected package krb5-locales.
11:20:16 #11 53.77 Preparing to unpack .../020-krb5-locales_1.20-1ubuntu0.1_all.deb ...
11:20:16 #11 53.78 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
11:20:16 #11 53.82 Selecting previously unselected package less.
11:20:16 #11 53.82 Preparing to unpack .../021-less_590-1ubuntu0.22.10.1_armhf.deb ...
11:20:16 #11 53.83 Unpacking less (590-1ubuntu0.22.10.1) ...
11:20:16 #11 53.87 Selecting previously unselected package libmd0:armhf.
11:20:16 #11 53.87 Preparing to unpack .../022-libmd0_1.0.4-2_armhf.deb ...
11:20:16 #11 53.87 Unpacking libmd0:armhf (1.0.4-2) ...
11:20:16 #11 53.94 Selecting previously unselected package libbsd0:armhf.
11:20:16 #11 53.94 Preparing to unpack .../023-libbsd0_0.11.6-1_armhf.deb ...
11:20:16 #11 53.95 Unpacking libbsd0:armhf (0.11.6-1) ...
11:20:16 #11 66.09 Setting up libstrictures-perl (2.000006-1) ...
11:20:16 #11 66.10 Setting up libsub-quote-perl (2.006006-1) ...
11:20:16 #11 66.11 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
11:20:16 #11 66.12 Setting up libsort-versions-perl (1.62-1) ...
11:20:16 #11 66.14 Setting up libexporter-tiny-perl (1.002001-1) ...
11:20:16 #11 66.15 Setting up libre-engine-re2-perl (0.13-5) ...
11:20:16 #11 66.16 Setting up libterm-readkey-perl (2.38-1build1) ...
11:20:16 #11 66.18 Setting up lsb-release (11.1.0ubuntu2) ...
11:20:16 #11 66.19 Setting up libnet-ip-perl (1.26-2) ...
11:20:16 #11 66.82 Setting up libref-util-perl (0.204-1) ...
11:20:16 #11 66.83 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:16 #11 66.84 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:16 #11 66.85 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:16 #11 66.86 Setting up libsocket6-perl (0.29-1build4) ...
11:20:16 #11 66.87 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:20:16 #11 66.88 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:20:16 #11 66.89 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
11:20:16 #11 66.90 Setting up libvariable-magic-perl (0.62-1build5) ...
11:20:16 #11 66.91 Setting up python3-idna (3.3-1) ...
11:20:16 #10 50.12 Selecting previously unselected package libyaml-0-2:armhf.
11:20:16 #10 50.12 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ...
11:20:16 #10 50.13 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:20:16 #10 50.16 Selecting previously unselected package libyaml-libyaml-perl.
11:20:16 #10 50.17 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ...
11:20:16 #10 50.17 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:20:16 #10 50.20 Selecting previously unselected package licensecheck.
11:20:16 #10 50.21 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ...
11:20:16 #10 50.21 Unpacking licensecheck (3.1.1-2) ...
11:20:16 #10 50.25 Selecting previously unselected package lzip.
11:20:16 #10 50.25 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
11:20:16 #10 50.26 Unpacking lzip (1.22-3) ...
11:20:16 #10 50.29 Selecting previously unselected package lzop.
11:20:16 #10 50.30 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ...
11:20:16 #10 50.30 Unpacking lzop (1.04-2) ...
11:20:16 #10 50.34 Selecting previously unselected package t1utils.
11:20:16 #10 50.34 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ...
11:20:16 #10 50.35 Unpacking t1utils (1.41-4) ...
11:20:16 #13 29.86   Installing       : libatomic-11.3.1-4.3.el9.aarch64                     51/70 
11:20:16 #13 30.24   Installing       : gcc-11.3.1-4.3.el9.aarch64                           52/70 
11:20:16 #13 30.25   Running scriptlet: gcc-11.3.1-4.3.el9.aarch64                           52/70 
11:20:16 #13 30.28   Installing       : kmod-libs-28-7.el9.aarch64                           53/70 
11:20:16 #13 30.29   Installing       : acl-2.3.1-3.el9.aarch64                              54/70 
11:20:16 #13 30.30   Installing       : dbus-1:1.12.20-7.el9.aarch64                         55/70 
11:20:16 #13 30.31   Installing       : systemd-pam-252-8.el9.aarch64                        56/70 
11:20:16 #11 50.03 Preparing to unpack .../084-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:16 #11 50.03 Unpacking libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:16 #11 50.24 Selecting previously unselected package g++-11.
11:20:16 #11 50.24 Preparing to unpack .../085-g++-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
11:20:16 #11 50.25 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
11:20:16 #11 63.27 Selecting previously unselected package libapt-pkg-perl.
11:20:16 #11 63.28 Preparing to unpack .../214-libapt-pkg-perl_0.1.40build2_arm64.deb ...
11:20:16 #11 63.28 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:20:16 #11 63.31 Selecting previously unselected package libarchive-cpio-perl.
11:20:16 #11 63.32 Preparing to unpack .../215-libarchive-cpio-perl_0.10-2_all.deb ...
11:20:16 #11 63.33 Unpacking libarchive-cpio-perl (0.10-2) ...
11:20:16 #11 63.36 Selecting previously unselected package libarray-intspan-perl.
11:20:16 #11 63.37 Preparing to unpack .../216-libarray-intspan-perl_2.004-2_all.deb ...
11:20:16 #11 63.37 Unpacking libarray-intspan-perl (2.004-2) ...
11:20:16 #11 63.41 Selecting previously unselected package libmodule-implementation-perl.
11:20:16 #11 63.41 Preparing to unpack .../217-libmodule-implementation-perl_0.09-2_all.deb ...
11:20:16 #11 63.41 Unpacking libmodule-implementation-perl (0.09-2) ...
11:20:16 #11 63.44 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:16 #11 63.45 Preparing to unpack .../218-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
11:20:16 #11 63.45 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
11:20:16 #11 63.48 Selecting previously unselected package libvariable-magic-perl.
11:20:16 #11 63.48 Preparing to unpack .../219-libvariable-magic-perl_0.62-2_arm64.deb ...
11:20:16 #11 63.49 Unpacking libvariable-magic-perl (0.62-2) ...
11:20:16 #10 67.28 Setting up libsoap-lite-perl (1.27-1) ...
11:20:16 #10 67.29 Setting up libxmlrpc-lite-perl (0.717-4) ...
11:20:16 #10 67.31 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:16 #10 67.35 Processing triggers for ca-certificates (20210119) ...
11:20:16 #10 67.36 Updating certificates in /etc/ssl/certs...
11:20:16 #13 DONE 11.4s
11:20:16 
11:20:16 #14 [stage-1 6/9] COPY sources/ /sources
11:20:17 #10 71.60 0 added, 0 removed; done.
11:20:17 #10 71.60 Running hooks in /etc/ca-certificates/update.d...
11:20:17 #10 71.60 done.
11:20:17 #13 0.598 Loaded plugins: fastestmirror, ovl
11:20:17 #10 51.25 Selecting previously unselected package libfile-find-rule-perl.
11:20:17 #10 51.26 Preparing to unpack .../261-libfile-find-rule-perl_0.34-3_all.deb ...
11:20:17 #10 51.26 Unpacking libfile-find-rule-perl (0.34-3) ...
11:20:17 #10 51.29 Selecting previously unselected package libfont-afm-perl.
11:20:17 #10 51.29 Preparing to unpack .../262-libfont-afm-perl_1.20-4_all.deb ...
11:20:17 #10 51.30 Unpacking libfont-afm-perl (1.20-4) ...
11:20:17 #10 51.33 Selecting previously unselected package libio-string-perl.
11:20:17 #10 51.33 Preparing to unpack .../263-libio-string-perl_1.08-4_all.deb ...
11:20:17 #10 51.33 Unpacking libio-string-perl (1.08-4) ...
11:20:17 #10 51.36 Selecting previously unselected package libfont-ttf-perl.
11:20:17 #10 51.37 Preparing to unpack .../264-libfont-ttf-perl_1.06-2_all.deb ...
11:20:17 #10 51.37 Unpacking libfont-ttf-perl (1.06-2) ...
11:20:17 #10 51.44 Selecting previously unselected package libfreezethaw-perl.
11:20:17 #10 51.45 Preparing to unpack .../265-libfreezethaw-perl_0.5001-3_all.deb ...
11:20:17 #10 51.45 Unpacking libfreezethaw-perl (0.5001-3) ...
11:20:17 #11 70.81 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
11:20:17 #11 70.82 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:17 #11 70.86 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:17 #11 70.91 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:17 #11 71.03 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:17 #11 71.05 Processing triggers for sgml-base (1.30) ...
11:20:17 #11 71.07 Setting up libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
11:20:17 #11 71.09 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:17 #11 71.11 Setting up lintian (2.115.3ubuntu2.1) ...
11:20:17 #11 52.68 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
11:20:17 #11 52.69 Unpacking libmailtools-perl (2.21-1) ...
11:20:17 #11 52.73 Selecting previously unselected package libnet-ip-perl.
11:20:17 #11 52.73 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
11:20:17 #11 52.73 Unpacking libnet-ip-perl (1.26-2) ...
11:20:17 #11 52.77 Selecting previously unselected package libnet-dns-perl.
11:20:17 #11 52.77 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
11:20:17 #11 52.77 Unpacking libnet-dns-perl (1.22-1) ...
11:20:17 #11 52.85 Selecting previously unselected package libnet-domain-tld-perl.
11:20:17 #11 52.85 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
11:20:17 #11 52.86 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:20:17 #11 52.89 Selecting previously unselected package libemail-valid-perl.
11:20:17 #10 60.11 Building database of manual pages ...
11:20:17 #10 60.27 Setting up pinentry-curses (1.1.0-1) ...
11:20:17 #10 60.28 Setting up libkrb5-3:armhf (1.16-2ubuntu0.3) ...
11:20:17 #10 60.30 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
11:20:17 #10 60.31 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:17 #10 60.32 Setting up libxcb1:armhf (1.13-2~ubuntu18.04) ...
11:20:17 #10 60.33 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:17 #10 60.34 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:20:17 #10 60.35 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
11:20:17 #10 60.36 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
11:20:17 #12 4.528 debconf: delaying package configuration, since apt-utils is not installed
11:20:17 #12 4.566 Fetched 8196 kB in 0s (23.5 MB/s)
11:20:17 #12 4.598 Selecting previously unselected package bash-completion.
11:20:17 #12 4.598 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27759 files and directories currently installed.)
11:20:17 #12 4.614 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
11:20:17 #12 6.618 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre16-3 arm64 2:8.39-9ubuntu0.1 [121 kB]
11:20:17 #12 6.654 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre32-3 arm64 2:8.39-9ubuntu0.1 [113 kB]
11:20:17 #12 6.679 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-9ubuntu0.1 [15.1 kB]
11:20:17 #12 6.681 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre3-dev arm64 2:8.39-9ubuntu0.1 [458 kB]
11:20:17 #12 6.745 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libselinux1-dev arm64 2.7-2build2 [143 kB]
11:20:17 #12 6.758 Get:20 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]
11:20:17 #12 6.762 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~18.04.2 [76.1 kB]
11:20:17 #12 6.768 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.57 [171 kB]
11:20:17 #11 65.57 Setting up liblist-someutils-perl (0.58-1) ...
11:20:17 #11 65.58 Setting up debhelper (13.6ubuntu1) ...
11:20:17 #11 65.59 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:17 #11 65.60 Setting up equivs (2.3.1) ...
11:20:17 #11 65.61 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:17 #11 65.62 Setting up libb-hooks-endofscope-perl (0.25-1) ...
11:20:17 #11 65.63 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:17 #11 65.64 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:17 #11 65.65 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:17 #11 65.66 Setting up libmoox-struct-perl (0.020-1) ...
11:20:17 #11 65.67 Setting up lintian (2.114.0ubuntu1.2) ...
11:20:17 #11 65.68 Setting up licensecheck (3.2.14-2) ...
11:20:17 #11 65.69 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:17 #11 65.70 Setting up libwww-perl (6.61-1) ...
11:20:17 #11 65.71 Setting up devscripts (2.22.1ubuntu1) ...
11:20:17 #12 5.339 Get:2 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB]
11:20:17 #12 5.351 Get:3 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB]
11:20:17 #12 5.352 Get:4 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1 [140 kB]
11:20:17 #12 5.354 Get:5 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB]
11:20:17 #12 5.367 Get:6 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
11:20:17 #12 5.368 Get:7 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
11:20:17 #12 5.373 Get:8 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB]
11:20:17 #12 5.434 Get:9 http://deb.debian.org/debian bookworm/main amd64 dh-apparmor all 3.0.8-3 [16.7 kB]
11:20:17 #12 5.435 Get:10 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
11:20:17 #12 5.436 Get:11 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
11:20:17 #12 5.437 Get:12 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-2 [12.9 kB]
11:20:17 #12 5.438 Get:13 http://deb.debian.org/debian bookworm/main amd64 libudev-dev amd64 252.5-2 [51.5 kB]
11:20:17 #12 5.438 Get:14 http://deb.debian.org/debian bookworm/main amd64 libsepol-dev amd64 3.4-2 [353 kB]
11:20:17 #12 5.441 Get:15 http://deb.debian.org/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
11:20:17 #12 5.442 Get:16 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
11:20:17 #12 5.444 Get:17 http://deb.debian.org/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
11:20:17 #12 5.445 Get:18 http://deb.debian.org/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
11:20:17 #12 5.450 Get:19 http://deb.debian.org/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b5 [157 kB]
11:20:17 #12 5.451 Get:20 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-dev amd64 2:1.02.185-2 [42.0 kB]
11:20:17 #12 5.452 Get:21 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB]
11:20:17 #12 5.453 Get:22 http://deb.debian.org/debian bookworm/main amd64 libsystemd-dev amd64 252.5-2 [351 kB]
11:20:17 #12 5.455 Get:23 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
11:20:17 #12 5.456 Get:24 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
11:20:17 #12 5.456 Get:25 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
11:20:17 #12 5.457 Get:26 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
11:20:17 #14 27.14   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      53/80 
11:20:17 #14 27.20   Upgrading        : systemd-pam-239-71.el8.x86_64                        54/80 
11:20:17 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 128.33MB / 149.01MB 3.9s
11:20:17 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 137.36MB / 149.01MB 4.0s
11:20:17 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 145.75MB / 149.01MB 4.1s
11:20:17 #12 DONE 10.6s
11:20:17 
11:20:17 #13 [stage-1 5/8] COPY sources/ /sources
11:20:17 #13 DONE 0.1s
11:20:17 
11:20:17 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:17 #11 53.98 Selecting previously unselected package libelf1:armhf.
11:20:17 #11 53.99 Preparing to unpack .../024-libelf1_0.187-4_armhf.deb ...
11:20:17 #11 53.99 Unpacking libelf1:armhf (0.187-4) ...
11:20:17 #11 54.02 Selecting previously unselected package libglib2.0-data.
11:20:17 #11 54.02 Preparing to unpack .../025-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:20:17 #11 54.03 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:20:17 #11 54.06 Selecting previously unselected package libicu71:armhf.
11:20:17 #11 54.06 Preparing to unpack .../026-libicu71_71.1-3ubuntu1_armhf.deb ...
11:20:17 #11 54.07 Unpacking libicu71:armhf (71.1-3ubuntu1) ...
11:20:17 #11 66.20 Setting up python3-magic (2:0.4.15-3) ...
11:20:17 #11 66.35 Setting up libperlio-gzip-perl (0.19-1build5) ...
11:20:17 #11 66.36 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:17 #11 66.37 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
11:20:17 #11 66.38 Setting up liburi-perl (1.76-2) ...
11:20:17 #11 66.40 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:17 #11 66.41 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:17 #11 66.42 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
11:20:17 #11 66.43 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:20:17 #11 67.12 Setting up libio-html-perl (1.004-2) ...
11:20:17 #11 67.13 Setting up libpod-parser-perl (1.63-2) ...
11:20:17 #11 67.14 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:20:17 #11 67.15 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:17 #11 67.16 Setting up libparams-util-perl (1.102-1build3) ...
11:20:17 #11 67.17 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:20:17 #11 67.18 Setting up libtime-duration-perl (1.21-1) ...
11:20:17 #11 67.19 Setting up autoconf (2.71-2) ...
11:20:17 #11 67.20 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:17 #11 67.38 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:17 #12 7.151 Transaction test succeeded.
11:20:17 #12 7.152 Running transaction
11:20:17 #10 50.39 Selecting previously unselected package unzip.
11:20:17 #10 50.39 Preparing to unpack .../332-unzip_6.0-26+deb11u1_armhf.deb ...
11:20:17 #10 50.40 Unpacking unzip (6.0-26+deb11u1) ...
11:20:17 #10 50.46 Selecting previously unselected package lintian.
11:20:17 #10 50.46 Preparing to unpack .../333-lintian_2.104.0_all.deb ...
11:20:17 #10 50.47 Unpacking lintian (2.104.0) ...
11:20:17 #13 30.32   Running scriptlet: systemd-252-8.el9.aarch64                            57/70 
11:20:17 #13 30.63   Installing       : systemd-252-8.el9.aarch64                            57/70 
11:20:17 #11 50.48 Selecting previously unselected package g++.
11:20:17 #11 50.48 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:20:17 #11 50.49 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:20:17 #11 50.51 Selecting previously unselected package make.
11:20:17 #11 50.52 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
11:20:17 #11 50.52 Unpacking make (4.3-4.1build1) ...
11:20:17 #11 50.55 Selecting previously unselected package libdpkg-perl.
11:20:17 #11 50.55 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:20:17 #11 50.55 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:20:17 #11 50.59 Selecting previously unselected package bzip2.
11:20:17 #11 50.59 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
11:20:17 #11 63.52 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:17 #11 63.53 Preparing to unpack .../220-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:20:17 #11 63.53 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:20:17 #11 63.56 Selecting previously unselected package libberkeleydb-perl:arm64.
11:20:17 #11 63.57 Preparing to unpack .../221-libberkeleydb-perl_0.64-1build3_arm64.deb ...
11:20:17 #11 63.57 Unpacking libberkeleydb-perl:arm64 (0.64-1build3) ...
11:20:17 #11 63.61 Selecting previously unselected package libfreetype6:arm64.
11:20:17 #11 63.62 Preparing to unpack .../222-libfreetype6_2.12.1+dfsg-3_arm64.deb ...
11:20:17 #11 63.62 Unpacking libfreetype6:arm64 (2.12.1+dfsg-3) ...
11:20:17 #11 63.67 Selecting previously unselected package libfontconfig1:arm64.
11:20:17 #11 63.67 Preparing to unpack .../223-libfontconfig1_2.13.1-4.4ubuntu1_arm64.deb ...
11:20:17 #11 63.68 Unpacking libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
11:20:17 #11 63.72 Selecting previously unselected package libjpeg-turbo8:arm64.
11:20:17 #11 63.72 Preparing to unpack .../224-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
11:20:17 #11 63.72 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:20:17 #11 63.76 Selecting previously unselected package libjpeg8:arm64.
11:20:17 #11 63.76 Preparing to unpack .../225-libjpeg8_8c-2ubuntu10_arm64.deb ...
11:20:17 #11 63.77 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
11:20:17 #11 63.81 Selecting previously unselected package libdeflate0:arm64.
11:20:17 #10 40.38 Selecting previously unselected package gcc.
11:20:17 #10 40.38 Preparing to unpack .../038-gcc_4%3a12.2.0-1+rpi1_armhf.deb ...
11:20:17 #10 40.38 Unpacking gcc (4:12.2.0-1+rpi1) ...
11:20:17 #10 40.42 Selecting previously unselected package libc-dev-bin.
11:20:17 #10 40.42 Preparing to unpack .../039-libc-dev-bin_2.36-8+rpi1_armhf.deb ...
11:20:17 #10 40.42 Unpacking libc-dev-bin (2.36-8+rpi1) ...
11:20:17 #10 40.45 Selecting previously unselected package linux-libc-dev:armhf.
11:20:17 #10 40.46 Preparing to unpack .../040-linux-libc-dev_6.0.12-1+rpi1+b1_armhf.deb ...
11:20:17 #10 40.46 Unpacking linux-libc-dev:armhf (6.0.12-1+rpi1+b1) ...
11:20:17 #14 DONE 0.2s
11:20:17 
11:20:17 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:17 #14 28.06   Installing       : cmake-data-3.20.2-5.el8.noarch                       61/83 
11:20:17 #14 28.92   Installing       : cmake-3.20.2-5.el8.aarch64                           62/83 
11:20:17 #14 28.94   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  63/83 
11:20:17 #10 DONE 72.0s
11:20:17 
11:20:17 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:17 #11 DONE 0.0s
11:20:17 
11:20:17 #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
11:20:17 #13 0.752 Enabling base-source repository
11:20:17 #13 0.752 Enabling extras-source repository
11:20:17 #13 0.753 Enabling updates-source repository
11:20:17 #13 0.753 Loading mirror speeds from cached hostfile
11:20:17 #13 0.754  * base: download.cf.centos.org
11:20:17 #13 0.755  * extras: download.cf.centos.org
11:20:17 #13 0.755  * updates: download.cf.centos.org
11:20:17 #10 51.48 Selecting previously unselected package libsort-versions-perl.
11:20:17 #10 51.48 Preparing to unpack .../266-libsort-versions-perl_1.62-3_all.deb ...
11:20:17 #10 51.49 Unpacking libsort-versions-perl (1.62-3) ...
11:20:17 #10 51.53 Selecting previously unselected package libgit-wrapper-perl.
11:20:17 #10 51.54 Preparing to unpack .../267-libgit-wrapper-perl_0.048-2_all.deb ...
11:20:17 #10 51.54 Unpacking libgit-wrapper-perl (0.048-2) ...
11:20:17 #10 51.57 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:17 #10 51.58 Preparing to unpack .../268-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
11:20:17 #10 51.58 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
11:20:17 #10 51.61 Selecting previously unselected package libio-prompter-perl.
11:20:17 #10 51.61 Preparing to unpack .../269-libio-prompter-perl_0.004015-2_all.deb ...
11:20:17 #10 51.62 Unpacking libio-prompter-perl (0.004015-2) ...
11:20:17 #10 51.65 Selecting previously unselected package libjson-perl.
11:20:17 #10 51.65 Preparing to unpack .../270-libjson-perl_4.10000-1_all.deb ...
11:20:17 #10 51.66 Unpacking libjson-perl (4.10000-1) ...
11:20:17 #11 71.13 Setting up libgd3:amd64 (2.3.3-6) ...
11:20:17 #11 71.15 Setting up libc-devtools (2.36-0ubuntu4) ...
11:20:17 #11 71.16 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:17 #11 71.16 Updating certificates in /etc/ssl/certs...
11:20:17 #11 52.89 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
11:20:17 #11 52.90 Unpacking libemail-valid-perl (1.202-1) ...
11:20:17 #11 52.93 Selecting previously unselected package libexporter-tiny-perl.
11:20:17 #11 52.93 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
11:20:17 #11 52.93 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:20:17 #11 52.97 Selecting previously unselected package libipc-system-simple-perl.
11:20:17 #11 52.97 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
11:20:17 #11 52.98 Unpacking libipc-system-simple-perl (1.26-1) ...
11:20:17 #11 53.01 Selecting previously unselected package libfile-basedir-perl.
11:20:17 #11 53.01 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
11:20:17 #11 53.02 Unpacking libfile-basedir-perl (0.08-1) ...
11:20:17 #11 53.05 Selecting previously unselected package libfile-chdir-perl.
11:20:17 #11 53.05 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
11:20:17 #11 53.05 Unpacking libfile-chdir-perl (0.1008-1) ...
11:20:17 #11 53.08 Selecting previously unselected package libfile-fcntllock-perl.
11:20:17 #11 53.09 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
11:20:17 #11 53.09 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:20:17 #12 2.341 dh_testdir
11:20:17 #10 60.38 Setting up python3 (3.6.7-1~18.04) ...
11:20:17 #12 6.928 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd-dev arm64 237-3ubuntu10.57 [184 kB]
11:20:17 #11 65.87 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
11:20:17 #11 65.88 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:17 #11 65.92 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:17 #11 65.97 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:17 #12 5.617 debconf: delaying package configuration, since apt-utils is not installed
11:20:17 #12 5.653 Fetched 14.8 MB in 0s (38.0 MB/s)
11:20:17 #12 5.679 Selecting previously unselected package bash-completion.
11:20:17 #12 5.679 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29942 files and directories currently installed.)
11:20:17 #12 5.698 Preparing to unpack .../00-bash-completion_1%3a2.11-6_all.deb ...
11:20:17 #12 5.716 Unpacking bash-completion (1:2.11-6) ...
11:20:17 #11 54.39 Selecting previously unselected package libxml2:armhf.
11:20:17 #11 54.39 Preparing to unpack .../027-libxml2_2.9.14+dfsg-1ubuntu0.1_armhf.deb ...
11:20:17 #11 54.39 Unpacking libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
11:20:17 #11 54.44 Selecting previously unselected package libyaml-0-2:armhf.
11:20:17 #11 54.44 Preparing to unpack .../028-libyaml-0-2_0.2.5-1_armhf.deb ...
11:20:17 #11 54.44 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
11:20:17 #11 54.48 Selecting previously unselected package lsb-release.
11:20:17 #11 54.48 Preparing to unpack .../029-lsb-release_11.2ubuntu1_all.deb ...
11:20:17 #11 54.48 Unpacking lsb-release (11.2ubuntu1) ...
11:20:17 #11 66.64 Setting up automake (1:1.16.1-4ubuntu6) ...
11:20:17 #11 66.65 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:17 #11 66.65 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
11:20:17 #11 66.65 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
11:20:17 #11 66.66 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:17 #11 66.67 Setting up libstring-escape-perl (2010.002-2) ...
11:20:17 #11 66.69 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:17 #11 66.70 Setting up libhttp-date-perl (6.05-1) ...
11:20:17 #11 66.71 Setting up libfile-which-perl (1.23-1) ...
11:20:17 #11 66.73 Setting up libfile-basedir-perl (0.08-1) ...
11:20:17 #11 66.74 Setting up gettext (0.19.8.1-10build1) ...
11:20:17 #11 66.75 Setting up libnumber-range-perl (0.12-1) ...
11:20:17 #11 67.39 Setting up libarray-intspan-perl (2.004-1) ...
11:20:17 #11 67.40 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:17 #11 67.41 Setting up libtimedate-perl (2.3300-2) ...
11:20:17 #11 67.42 Setting up libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:20:17 #11 67.43 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:20:17 #11 67.44 Setting up libsub-name-perl (0.26-1build3) ...
11:20:17 #11 67.45 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:20:17 #11 67.46 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:17 #11 67.48 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:17 #11 67.49 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
11:20:17 #11 67.50 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:17 #11 67.51 Setting up xauth (1:1.1-1build2) ...
11:20:17 #11 67.52 Setting up libpath-tiny-perl (0.122-1) ...
11:20:17 #11 67.53 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:17 #11 67.54 Setting up libjson-perl (4.04000-1) ...
11:20:17 #11 67.55 Setting up libipc-run3-perl (0.048-2) ...
11:20:17 #11 67.56 Setting up libsub-override-perl (0.09-2) ...
11:20:17 #11 67.57 Setting up libaliased-perl (0.34-1.1) ...
11:20:17 #11 67.58 Setting up python3-unidiff (0.5.5-2) ...
11:20:17 #10 50.82 Selecting previously unselected package lsb-release.
11:20:17 #10 50.83 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ...
11:20:17 #10 50.83 Unpacking lsb-release (11.1.0) ...
11:20:17 #10 50.91 Selecting previously unselected package manpages-dev.
11:20:17 #10 50.92 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ...
11:20:17 #13 30.65   Running scriptlet: systemd-252-8.el9.aarch64                            57/70 
11:20:17 #13 30.81   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   58/70 
11:20:17 #13 30.82   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   58/70 
11:20:17 #13 30.85 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:20:17 #13 30.85 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:20:17 #13 30.85 
11:20:17 #13 30.85   Running scriptlet: dbus-broker-28-7.el9.aarch64                         59/70 
11:20:17 #13 30.93   Installing       : dbus-broker-28-7.el9.aarch64                         59/70 
11:20:17 #13 30.93   Running scriptlet: dbus-broker-28-7.el9.aarch64                         59/70 
11:20:17 #13 30.96 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:20:17 #13 30.96 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:20:17 #13 30.96 
11:20:17 #13 30.96   Installing       : device-mapper-libs-9:1.02.187-7.el9.aarch64          60/70 
11:20:17 #13 30.98   Installing       : device-mapper-9:1.02.187-7.el9.aarch64               61/70 
11:20:17 #11 50.60 Unpacking bzip2 (1.0.8-5build1) ...
11:20:17 #11 50.63 Selecting previously unselected package patch.
11:20:17 #11 50.63 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
11:20:17 #11 50.63 Unpacking patch (2.7.6-7build2) ...
11:20:17 #11 50.67 Selecting previously unselected package lto-disabled-list.
11:20:17 #11 50.67 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
11:20:17 #11 50.67 Unpacking lto-disabled-list (24) ...
11:20:17 #11 50.71 Selecting previously unselected package dpkg-dev.
11:20:17 #11 50.71 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:20:17 #11 50.71 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:20:17 #11 50.75 Selecting previously unselected package build-essential.
11:20:17 #11 50.75 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
11:20:17 #11 50.75 Unpacking build-essential (12.9ubuntu3) ...
11:20:17 #11 50.81 Selecting previously unselected package libbrotli1:armhf.
11:20:17 #11 50.81 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
11:20:17 #11 50.82 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
11:20:17 #11 50.85 Selecting previously unselected package libsasl2-modules-db:armhf.
11:20:17 #11 50.85 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ...
11:20:17 #11 50.85 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:17 #11 50.88 Selecting previously unselected package libsasl2-2:armhf.
11:20:17 #11 50.88 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ...
11:20:17 #11 50.89 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:17 #11 50.93 Selecting previously unselected package libldap-2.5-0:armhf.
11:20:17 #11 50.93 Preparing to unpack .../097-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
11:20:17 #11 63.81 Preparing to unpack .../226-libdeflate0_1.12-1_arm64.deb ...
11:20:17 #11 63.81 Unpacking libdeflate0:arm64 (1.12-1) ...
11:20:17 #11 63.86 Selecting previously unselected package libjbig0:arm64.
11:20:17 #11 63.86 Preparing to unpack .../227-libjbig0_2.1-3.1ubuntu0.22.10.1_arm64.deb ...
11:20:17 #11 63.86 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
11:20:17 #11 63.90 Selecting previously unselected package liblerc3:arm64.
11:20:17 #11 63.91 Preparing to unpack .../228-liblerc3_3.0+ds-1ubuntu1_arm64.deb ...
11:20:17 #11 63.91 Unpacking liblerc3:arm64 (3.0+ds-1ubuntu1) ...
11:20:17 #11 63.95 Selecting previously unselected package libwebp7:arm64.
11:20:17 #11 63.95 Preparing to unpack .../229-libwebp7_1.2.2-2_arm64.deb ...
11:20:17 #11 63.96 Unpacking libwebp7:arm64 (1.2.2-2) ...
11:20:17 #11 64.00 Selecting previously unselected package libtiff5:arm64.
11:20:17 #11 64.00 Preparing to unpack .../230-libtiff5_4.4.0-4ubuntu3.3_arm64.deb ...
11:20:17 #11 64.01 Unpacking libtiff5:arm64 (4.4.0-4ubuntu3.3) ...
11:20:17 #10 40.71 Selecting previously unselected package libcrypt-dev:armhf.
11:20:17 #10 40.71 Preparing to unpack .../041-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
11:20:17 #10 40.72 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
11:20:17 #10 40.76 Selecting previously unselected package libtirpc-dev:armhf.
11:20:17 #10 40.76 Preparing to unpack .../042-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
11:20:17 #10 40.77 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
11:20:17 #14 29.01   Installing       : automake-1.16.1-7.el8.noarch                         64/83 
11:20:17 #14 29.03   Installing       : perl-Error-1:0.17025-2.el8.noarch                    65/83 
11:20:17 #14 29.04   Installing       : perl-Git-2.39.1-1.el8.noarch                         66/83 
11:20:17 #14 29.06   Installing       : git-2.39.1-1.el8.aarch64                             67/83 
11:20:17 #14 29.14   Installing       : libtool-2.4.6-25.el8.aarch64                         68/83 
11:20:17 #14 29.15   Running scriptlet: libtool-2.4.6-25.el8.aarch64                         68/83 
11:20:17 #14 29.18   Installing       : libtool-ltdl-devel-2.4.6-25.el8.aarch64              69/83 
11:20:17 #14 29.20   Installing       : device-mapper-devel-8:1.02.181-9.el8.aarch64         70/83 
11:20:17 #10 67.86 0 added, 0 removed; done.
11:20:17 #10 67.86 Running hooks in /etc/ca-certificates/update.d...
11:20:17 #10 67.86 done.
11:20:17 #10 DONE 68.1s
11:20:17 #10 51.70 Selecting previously unselected package liblog-any-perl.
11:20:17 #10 51.70 Preparing to unpack .../271-liblog-any-perl_1.713-1_all.deb ...
11:20:17 #10 51.71 Unpacking liblog-any-perl (1.713-1) ...
11:20:17 #10 51.74 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:17 #10 51.75 Preparing to unpack .../272-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:17 #10 51.75 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:17 #10 51.79 Selecting previously unselected package libpackage-stash-perl.
11:20:17 #10 51.79 Preparing to unpack .../273-libpackage-stash-perl_0.40-1_all.deb ...
11:20:17 #10 51.80 Unpacking libpackage-stash-perl (0.40-1) ...
11:20:17 #10 51.83 Selecting previously unselected package libsub-identify-perl.
11:20:17 #10 51.83 Preparing to unpack .../274-libsub-identify-perl_0.14-3_armhf.deb ...
11:20:17 #10 51.84 Unpacking libsub-identify-perl (0.14-3) ...
11:20:17 #10 51.87 Selecting previously unselected package libsub-name-perl:armhf.
11:20:17 #10 51.87 Preparing to unpack .../275-libsub-name-perl_0.26-2+b1_armhf.deb ...
11:20:17 #10 51.88 Unpacking libsub-name-perl:armhf (0.26-2+b1) ...
11:20:17 #10 51.91 Selecting previously unselected package libnamespace-clean-perl.
11:20:17 #10 51.91 Preparing to unpack .../276-libnamespace-clean-perl_0.27-2_all.deb ...
11:20:17 #10 51.92 Unpacking libnamespace-clean-perl (0.27-2) ...
11:20:17 #11 53.13 Selecting previously unselected package libnumber-compare-perl.
11:20:17 #11 53.13 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
11:20:17 #11 53.13 Unpacking libnumber-compare-perl (0.03-1) ...
11:20:17 #11 53.16 Selecting previously unselected package libtext-glob-perl.
11:20:17 #11 53.16 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
11:20:17 #11 53.17 Unpacking libtext-glob-perl (0.10-1) ...
11:20:17 #11 53.19 Selecting previously unselected package libfile-find-rule-perl.
11:20:17 #11 53.20 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:17 #11 53.20 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:17 #11 53.23 Selecting previously unselected package libfont-afm-perl.
11:20:17 #11 53.24 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
11:20:17 #11 53.25 Unpacking libfont-afm-perl (1.20-2) ...
11:20:17 #11 53.28 Selecting previously unselected package libio-string-perl.
11:20:17 #11 53.28 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
11:20:17 #11 53.28 Unpacking libio-string-perl (1.08-3) ...
11:20:17 #11 53.32 Selecting previously unselected package libfont-ttf-perl.
11:20:17 #11 53.32 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
11:20:17 #11 53.32 Unpacking libfont-ttf-perl (1.06-1) ...
11:20:17 #11 71.51 0 added, 0 removed; done.
11:20:17 #11 71.51 Running hooks in /etc/ca-certificates/update.d...
11:20:17 #11 71.51 done.
11:20:17 #11 71.52 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:17 #12 2.359 dh_testroot
11:20:17 #12 2.377 dh_prep
11:20:17 #12 2.399 dh_testdir
11:20:17 #12 2.417 dh_testroot
11:20:17 #12 2.435 dh_install
11:20:17 #12 2.460 dh_installdocs
11:20:17 #12 2.491 dh_installchangelogs
11:20:17 #12 2.562 dh_compress
11:20:17 #10 60.72 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:20:17 #10 60.74 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
11:20:17 #10 60.76 Setting up python3-magic (2:0.4.15-1) ...
11:20:17 #10 60.92 Setting up python3-idna (2.6-1) ...
11:20:17 #12 7.291 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
11:20:17 #11 66.09 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:17 #11 66.12 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:17 #11 66.14 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:17 #11 66.15 Updating certificates in /etc/ssl/certs...
11:20:17 #12 5.851 Selecting previously unselected package libjsoncpp25:amd64.
11:20:17 #12 5.855 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_amd64.deb ...
11:20:17 #12 5.862 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
11:20:17 #12 5.909 Selecting previously unselected package librhash0:amd64.
11:20:17 #12 5.912 Preparing to unpack .../02-librhash0_1.4.3-3_amd64.deb ...
11:20:17 #12 5.916 Unpacking librhash0:amd64 (1.4.3-3) ...
11:20:17 #12 5.963 Selecting previously unselected package libuv1:amd64.
11:20:17 #12 5.966 Preparing to unpack .../03-libuv1_1.44.2-1_amd64.deb ...
11:20:17 #12 5.969 Unpacking libuv1:amd64 (1.44.2-1) ...
11:20:17 #12 6.024 Selecting previously unselected package cmake-data.
11:20:17 #12 6.027 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ...
11:20:17 #12 6.035 Unpacking cmake-data (3.25.1-1) ...
11:20:17 #12 1.263 Reading package lists...
11:20:17 #11 54.52 Selecting previously unselected package netbase.
11:20:17 #11 54.52 Preparing to unpack .../030-netbase_6.3_all.deb ...
11:20:17 #11 54.52 Unpacking netbase (6.3) ...
11:20:17 #11 54.57 Selecting previously unselected package python3-dbus.
11:20:17 #11 54.57 Preparing to unpack .../031-python3-dbus_1.2.18-3build1_armhf.deb ...
11:20:17 #11 54.58 Unpacking python3-dbus (1.2.18-3build1) ...
11:20:17 #11 54.61 Selecting previously unselected package python3-gi.
11:20:17 #11 54.62 Preparing to unpack .../032-python3-gi_3.42.2-2_armhf.deb ...
11:20:17 #11 54.62 Unpacking python3-gi (3.42.2-2) ...
11:20:17 #11 54.66 Selecting previously unselected package networkd-dispatcher.
11:20:17 #11 54.67 Preparing to unpack .../033-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
11:20:17 #11 54.68 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
11:20:17 #11 54.71 Selecting previously unselected package python-apt-common.
11:20:17 #11 54.71 Preparing to unpack .../034-python-apt-common_2.4.0+22.10_all.deb ...
11:20:17 #11 54.71 Unpacking python-apt-common (2.4.0+22.10) ...
11:20:17 #11 66.76 Setting up libunicode-utf8-perl (0.62-1build1) ...
11:20:17 #11 66.77 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:17 #11 66.79 Setting up libfile-listing-perl (6.04-1) ...
11:20:17 #11 66.80 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:20:17 #11 66.81 Setting up libregexp-pattern-perl (0.2.12-1) ...
11:20:17 #11 66.82 Setting up libfont-afm-perl (1.20-2) ...
11:20:17 #11 66.83 Setting up libwant-perl (0.29-1build4) ...
11:20:17 #11 66.85 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:17 #11 66.87 Setting up libtext-glob-perl (0.10-1) ...
11:20:17 #11 66.89 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:17 #11 66.90 Setting up liblist-compare-perl (0.53-1) ...
11:20:17 #11 66.91 Setting up libref-util-xs-perl (0.117-1build2) ...
11:20:17 #11 66.93 Setting up libio-pty-perl (1:1.12-1) ...
11:20:17 #11 66.95 Setting up libtool (2.4.6-14) ...
11:20:17 #11 66.96 Setting up libfile-fcntllock-perl (0.22-3build4) ...
11:20:17 #14 27.22   Running scriptlet: systemd-239-71.el8.x86_64                            55/80 
11:20:17 #14 27.68   Upgrading        : systemd-239-71.el8.x86_64                            55/80 
11:20:17 #14 27.71   Running scriptlet: systemd-239-71.el8.x86_64                            55/80 
11:20:17 #14 27.82   Installing       : systemd-devel-239-71.el8.x86_64                      56/80 
11:20:17 #11 67.72 Setting up libstrictures-perl (2.000006-1) ...
11:20:17 #11 67.73 Setting up libsub-quote-perl (2.006006-1) ...
11:20:17 #11 67.74 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:17 #11 67.75 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:20:17 #11 67.76 Setting up libsort-versions-perl (1.62-1) ...
11:20:17 #11 67.77 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:17 #11 67.79 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
11:20:17 #11 67.79 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:17 #11 67.80 Setting up libterm-readkey-perl (2.38-1build4) ...
11:20:17 #11 67.81 Setting up lsb-release (11.1.0ubuntu4) ...
11:20:17 #11 67.83 Setting up python3-magic (2:0.4.24-2) ...
11:20:17 #10 50.92 Unpacking manpages-dev (5.10-1) ...
11:20:17 #11 sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 149.01MB / 149.01MB 4.3s done
11:20:17 #11 ...
11:20:17 
11:20:17 #15 [vpnkit-linux-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:20:17 #15 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
11:20:17 #15 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:20:17 #15 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:20:17 #15 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:20:17 #15 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.4s done
11:20:17 #15 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done
11:20:17 #15 DONE 4.7s
11:20:17 #12 2.596 dh_fixperms
11:20:17 #12 2.635 dh_installdeb
11:20:17 #12 2.663 dh_gencontrol
11:20:17 #12 2.774 dh_md5sums
11:20:17 #12 2.802 dh_builddeb
11:20:17 #12 2.821 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:17 #12 2.841 
11:20:17 #12 2.841 The package has been created.
11:20:17 #12 2.841 Attention, the package has been created in the current directory,
11:20:17 #12 2.841 not in ".." as indicated by the message above!
11:20:17 #12 2.863 Selecting previously unselected package docker-ce-build-deps.
11:20:17 #12 2.878 (Reading database ... 27795 files and directories currently installed.)
11:20:17 #14 29.26   Installing       : annobin-10.94-1.el8.aarch64                          71/83 
11:20:17 #14 29.28   Running scriptlet: annobin-10.94-1.el8.aarch64                          71/83 
11:20:17 #14 29.31   Installing       : gcc-plugin-annobin-8.5.0-18.el8.aarch64              72/83 
11:20:17 #14 29.32   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.aarch64              72/83 
11:20:17 #14 29.36   Installing       : libseccomp-devel-2.5.2-1.el8.aarch64                 73/83 
11:20:17 #14 29.38   Upgrading        : glibc-minimal-langpack-2.28-225.el8.aarch64          74/83 
11:20:17 #14 29.39   Running scriptlet: systemd-239-70.el8.aarch64                           75/83 
11:20:17 #14 29.42   Cleanup          : systemd-239-70.el8.aarch64                           75/83 
11:20:17 #14 29.46   Cleanup          : systemd-libs-239-70.el8.aarch64                      76/83 
11:20:17 #14 29.47   Cleanup          : systemd-pam-239-70.el8.aarch64                       77/83 
11:20:17 #14 29.49   Cleanup          : pcre2-10.32-3.el8_6.aarch64                          78/83 
11:20:17 #14 29.50   Cleanup          : libsemanage-2.9-9.el8_6.aarch64                      79/83 
11:20:17 #14 29.52   Cleanup          : glibc-2.28-224.el8.aarch64                           80/83 
11:20:17 #14 29.54   Cleanup          : glibc-minimal-langpack-2.28-224.el8.aarch64          81/83 
11:20:17 #14 29.57   Cleanup          : glibc-gconv-extra-2.28-224.el8.aarch64               82/83 
11:20:17 #14 29.57   Running scriptlet: glibc-gconv-extra-2.28-224.el8.aarch64               82/83 
11:20:17 #11 53.39 Selecting previously unselected package libfuture-perl.
11:20:17 #11 53.40 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
11:20:17 #11 53.40 Unpacking libfuture-perl (0.43-1) ...
11:20:17 #11 53.44 Selecting previously unselected package libio-stringy-perl.
11:20:17 #11 53.44 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
11:20:17 #11 53.44 Unpacking libio-stringy-perl (2.111-3) ...
11:20:17 #11 53.48 Selecting previously unselected package libparams-validate-perl.
11:20:17 #11 53.48 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
11:20:17 #11 53.49 Unpacking libparams-validate-perl (1.29-3) ...
11:20:17 #11 53.52 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:20:17 #11 53.53 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:20:17 #11 53.54 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:20:17 #11 53.57 Selecting previously unselected package libsort-versions-perl.
11:20:17 #11 53.57 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
11:20:17 #11 53.57 Unpacking libsort-versions-perl (1.62-1) ...
11:20:17 #11 53.60 Selecting previously unselected package libgit-wrapper-perl.
11:20:17 #11 53.60 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:17 #11 53.61 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:17 #11 53.64 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:17 #11 53.64 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:20:17 #11 53.64 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:20:17 #11 53.67 Selecting previously unselected package libio-prompter-perl.
11:20:17 #11 53.67 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
11:20:17 #11 53.68 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:17 
11:20:17 #10 51.95 Selecting previously unselected package libpath-tiny-perl.
11:20:17 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:17 #11 DONE 0.0s
11:20:17 
11:20:17 #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
11:20:17 #10 51.95 Preparing to unpack .../277-libpath-tiny-perl_0.144-1_all.deb ...
11:20:17 #10 51.96 Unpacking libpath-tiny-perl (0.144-1) ...
11:20:17 #10 52.00 Selecting previously unselected package libstrictures-perl.
11:20:17 #10 52.00 Preparing to unpack .../278-libstrictures-perl_2.000006-1_all.deb ...
11:20:17 #10 52.00 Unpacking libstrictures-perl (2.000006-1) ...
11:20:17 #10 52.04 Selecting previously unselected package libtype-tiny-perl.
11:20:17 #10 52.04 Preparing to unpack .../279-libtype-tiny-perl_2.002001-1_all.deb ...
11:20:17 #10 52.04 Unpacking libtype-tiny-perl (2.002001-1) ...
11:20:17 #10 52.12 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:17 #10 52.12 Preparing to unpack .../280-libgitlab-api-v4-perl_0.26-3_all.deb ...
11:20:17 #10 52.13 Unpacking libgitlab-api-v4-perl (0.26-3) ...
11:20:17 #10 52.18 Selecting previously unselected package libglib2.0-0:armhf.
11:20:17 #10 52.19 Preparing to unpack .../281-libglib2.0-0_2.74.6-1_armhf.deb ...
11:20:17 #10 52.19 Unpacking libglib2.0-0:armhf (2.74.6-1) ...
11:20:17 #10 52.34 Selecting previously unselected package libglib2.0-data.
11:20:17 #10 52.34 Preparing to unpack .../282-libglib2.0-data_2.74.6-1_all.deb ...
11:20:17 #10 61.14 Setting up python3-xdg (0.25-4ubuntu1.1) ...
11:20:17 #10 40.81 Selecting previously unselected package libnsl-dev:armhf.
11:20:17 #10 40.82 Preparing to unpack .../043-libnsl-dev_1.3.0-2_armhf.deb ...
11:20:17 #10 40.82 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:20:17 #10 40.85 Selecting previously unselected package rpcsvc-proto.
11:20:17 #10 40.86 Preparing to unpack .../044-rpcsvc-proto_1.4.3-1_armhf.deb ...
11:20:17 #10 40.86 Unpacking rpcsvc-proto (1.4.3-1) ...
11:20:17 #10 40.90 Selecting previously unselected package libc6-dev:armhf.
11:20:17 #10 40.91 Preparing to unpack .../045-libc6-dev_2.36-8+rpi1_armhf.deb ...
11:20:17 #10 40.91 Unpacking libc6-dev:armhf (2.36-8+rpi1) ...
11:20:17 #10 41.13 Selecting previously unselected package libtool.
11:20:17 #10 41.13 Preparing to unpack .../046-libtool_2.4.7-5_all.deb ...
11:20:17 #10 41.14 Unpacking libtool (2.4.7-5) ...
11:20:17 #10 41.19 Selecting previously unselected package dh-autoreconf.
11:20:17 #10 41.20 Preparing to unpack .../047-dh-autoreconf_20_all.deb ...
11:20:17 #10 41.20 Unpacking dh-autoreconf (20) ...
11:20:17 #11 64.06 Selecting previously unselected package libxpm4:arm64.
11:20:17 #11 64.06 Preparing to unpack .../231-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_arm64.deb ...
11:20:17 #11 64.07 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:20:17 #11 64.37 Selecting previously unselected package libgd3:arm64.
11:20:17 #11 64.38 Preparing to unpack .../232-libgd3_2.3.3-6_arm64.deb ...
11:20:17 #11 64.38 Unpacking libgd3:arm64 (2.3.3-6) ...
11:20:17 #11 64.42 Selecting previously unselected package libc-devtools.
11:20:17 #11 64.42 Preparing to unpack .../233-libc-devtools_2.36-0ubuntu4_arm64.deb ...
11:20:17 #11 64.43 Unpacking libc-devtools (2.36-0ubuntu4) ...
11:20:17 #11 50.93 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:17 #11 50.97 Selecting previously unselected package librtmp1:armhf.
11:20:17 #11 50.97 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
11:20:17 #11 50.97 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:17 #11 51.01 Selecting previously unselected package libssh-4:armhf.
11:20:17 #11 51.01 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
11:20:17 #11 51.01 Unpacking libssh-4:armhf (0.9.6-2build1) ...
11:20:17 #11 51.07 Selecting previously unselected package libcurl4:armhf.
11:20:17 #11 51.07 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.8_armhf.deb ...
11:20:17 #11 51.08 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.8) ...
11:20:17 #11 51.11 Selecting previously unselected package curl.
11:20:17 #11 51.11 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.8_armhf.deb ...
11:20:17 #11 51.11 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:20:17 #11 51.15 Selecting previously unselected package dctrl-tools.
11:20:17 #11 51.15 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
11:20:17 #11 51.16 Unpacking dctrl-tools (2.24-3build2) ...
11:20:17 #11 51.19 Selecting previously unselected package libdebhelper-perl.
11:20:17 #11 51.19 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:20:17 #11 51.19 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:20:17 #11 51.22 Selecting previously unselected package libtool.
11:20:17 #11 51.22 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
11:20:17 #11 51.23 Unpacking libtool (2.4.6-15build2) ...
11:20:17 #11 51.27 Selecting previously unselected package dh-autoreconf.
11:20:17 #11 51.27 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
11:20:17 #11 51.27 Unpacking dh-autoreconf (20) ...
11:20:17 #11 51.30 Selecting previously unselected package libarchive-zip-perl.
11:20:17 #11 51.30 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
11:20:17 #11 66.47 0 added, 0 removed; done.
11:20:17 #11 66.47 Running hooks in /etc/ca-certificates/update.d...
11:20:17 #11 66.47 done.
11:20:17 #13 31.07   Installing       : systemd-devel-252-8.el9.aarch64                      62/70 
11:20:17 #13 31.09   Installing       : device-mapper-devel-9:1.02.187-7.el9.aarch64         63/70 
11:20:17 #13 31.10   Installing       : annobin-11.05-1.el9.aarch64                          64/70 
11:20:17 #13 31.10   Running scriptlet: annobin-11.05-1.el9.aarch64                          64/70 
11:20:17 #13 31.13   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            65/70 
11:20:17 #13 31.14   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            65/70 
11:20:17 #13 31.18   Installing       : libtool-2.4.6-45.el9.aarch64                         66/70 
11:20:17 #13 31.19   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              67/70 
11:20:17 #13 31.21   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 68/70 
11:20:17 #13 31.22   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           69/70 
11:20:17 #13 31.22   Installing       : which-2.21-28.el9.aarch64                            70/70 
11:20:17 #13 31.23   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          70/70 
11:20:17 #12 2.953 dh_testdir
11:20:17 #12 2.975 dh_testroot
11:20:17 #12 2.996 dh_prep
11:20:17 #12 3.020 dh_testdir
11:20:17 #11 DONE 71.7s
11:20:17 
11:20:17 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:17 #12 DONE 0.1s
11:20:17 
11:20: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
11:20:17 #12 7.447 debconf: delaying package configuration, since apt-utils is not installed
11:20:17 #12 7.479 Fetched 6794 kB in 2s (2796 kB/s)
11:20:17 #12 7.508 Selecting previously unselected package bash-completion.
11:20:17 #12 7.508 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:17 #12 7.521 Preparing to unpack .../0-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
11:20:17 #11 54.75 Selecting previously unselected package python3-apt.
11:20:17 #11 54.75 Preparing to unpack .../035-python3-apt_2.4.0+22.10_armhf.deb ...
11:20:17 #11 54.75 Unpacking python3-apt (2.4.0+22.10) ...
11:20:17 #11 54.80 Selecting previously unselected package python3-pkg-resources.
11:20:17 #11 54.80 Preparing to unpack .../036-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:20:17 #11 54.80 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:20:17 #11 54.84 Selecting previously unselected package shared-mime-info.
11:20:17 #11 54.85 Preparing to unpack .../037-shared-mime-info_2.2-1_armhf.deb ...
11:20:17 #11 54.85 Unpacking shared-mime-info (2.2-1) ...
11:20:17 #11 54.91 Selecting previously unselected package systemd-resolved.
11:20:17 #11 54.91 Preparing to unpack .../038-systemd-resolved_251.4-1ubuntu7.1_armhf.deb ...
11:20:17 #11 54.92 Unpacking systemd-resolved (251.4-1ubuntu7.1) ...
11:20:17 #11 54.96 Selecting previously unselected package systemd-timesyncd.
11:20:17 #11 54.97 Preparing to unpack .../039-systemd-timesyncd_251.4-1ubuntu7.1_armhf.deb ...
11:20:17 #11 54.97 Unpacking systemd-timesyncd (251.4-1ubuntu7.1) ...
11:20:17 #11 55.02 Selecting previously unselected package ucf.
11:20:17 #11 55.02 Preparing to unpack .../040-ucf_3.0043_all.deb ...
11:20:17 #11 55.02 Moving old data out of the way
11:20:17 #11 55.03 Unpacking ucf (3.0043) ...
11:20:17 #14 27.84   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            57/80 
11:20:17 #11 66.98 Setting up libsort-key-perl (1.33-2build2) ...
11:20:17 #11 66.99 Setting up libclone-perl (0.43-2) ...
11:20:17 #11 67.00 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:17 #11 67.01 Setting up libarchive-zip-perl (1.67-2) ...
11:20:17 #11 67.03 Setting up libsub-identify-perl (0.14-1build2) ...
11:20:17 #11 67.04 Setting up libdistro-info-perl (0.23ubuntu1) ...
11:20:17 #11 67.05 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
11:20:17 #11 67.07 Setting up python3-apt (2.0.1) ...
11:20:17 #11 67.97 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:17 #11 67.98 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:20:17 #11 67.98 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:17 #11 67.99 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:17 #11 68.01 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:20:17 #11 68.02 Setting up liburi-perl (5.10-1) ...
11:20:17 #11 68.03 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:17 #11 68.04 Setting up libfile-touch-perl (0.12-1) ...
11:20:17 #11 68.04 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:20:17 #11 68.05 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:20:17 #11 68.06 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
11:20:17 #11 68.07 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:20:17 #10 51.32 Selecting previously unselected package pbzip2.
11:20:17 #10 51.32 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ...
11:20:17 #10 51.33 Unpacking pbzip2 (1.1.13-1) ...
11:20:17 #10 51.36 Selecting previously unselected package pixz.
11:20:17 #10 51.36 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ...
11:20:17 #10 51.37 Unpacking pixz (1.0.7-1) ...
11:20:17 #10 51.40 Selecting previously unselected package xdelta.
11:20:17 #10 51.41 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ...
11:20:17 #10 51.41 Unpacking xdelta (1.1.3-9.3) ...
11:20:17 #12 1.283 Reading package lists...
11:20:17 #12 2.726 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?)
11:20:18 #12 5.365 Unpacking bash-completion (1:2.8-6) ...
11:20:18 #12 5.481 Selecting previously unselected package cmake-data.
11:20:18 #12 5.485 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
11:20:18 #12 5.490 Unpacking cmake-data (3.13.4-1) ...
11:20:18 #14 DONE 2.8s
11:20:18 
11:20:18 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
11:20:18 #15 DONE 0.0s
11:20:18 
11:20:18 #16 exporting to image
11:20:18 #16 exporting layers
11:20:18 
11:20:18 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:18 #10 41.23 Selecting previously unselected package libarchive-zip-perl.
11:20:18 #10 41.24 Preparing to unpack .../048-libarchive-zip-perl_1.68-1_all.deb ...
11:20:18 #10 41.24 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:18 #10 41.28 Selecting previously unselected package libsub-override-perl.
11:20:18 #10 41.28 Preparing to unpack .../049-libsub-override-perl_0.09-4_all.deb ...
11:20:18 #10 41.29 Unpacking libsub-override-perl (0.09-4) ...
11:20:18 #10 41.32 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:18 #10 41.32 Preparing to unpack .../050-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:20:18 #10 41.32 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:20:18 #10 41.37 Selecting previously unselected package dh-strip-nondeterminism.
11:20:18 #10 41.37 Preparing to unpack .../051-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:20:18 #10 41.38 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:20:18 #10 41.41 Selecting previously unselected package libdpkg-perl.
11:20:18 #10 41.41 Preparing to unpack .../052-libdpkg-perl_1.21.20+rpi1_all.deb ...
11:20:18 #10 41.41 Unpacking libdpkg-perl (1.21.20+rpi1) ...
11:20:18 #12 2.879 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:18 #12 2.883 Unpacking docker-ce-build-deps (1.0) ...
11:20:18 #10 52.35 Unpacking libglib2.0-data (2.74.6-1) ...
11:20:18 #10 52.56 Selecting previously unselected package libgpm2:armhf.
11:20:18 #10 52.57 Preparing to unpack .../283-libgpm2_1.20.7-10+b1_armhf.deb ...
11:20:18 #10 52.57 Unpacking libgpm2:armhf (1.20.7-10+b1) ...
11:20:18 #10 61.34 Setting up python3-six (1.11.0-2) ...
11:20:18 #10 61.50 Setting up libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
11:20:18 #10 61.52 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:20:18 #11 64.65 Selecting previously unselected package libcapture-tiny-perl.
11:20:18 #11 64.65 Preparing to unpack .../234-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:18 #11 64.66 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:18 #11 64.71 Selecting previously unselected package libcgi-pm-perl.
11:20:18 #11 64.71 Preparing to unpack .../235-libcgi-pm-perl_4.54-1_all.deb ...
11:20:18 #11 64.72 Unpacking libcgi-pm-perl (4.54-1) ...
11:20:18 #11 DONE 66.9s
11:20:18 #12 8.045   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
11:20:18 #12 8.200   Preparing        :                                                        1/1 
11:20:18 #12 8.249   Upgrading        : audit-libs-3.1-2.fc36.aarch64                         1/97 
11:20:18 #12 8.259   Installing       : python3-libselinux-3.3-4.fc36.aarch64                 2/97 
11:20:18 #12 8.266   Installing       : libtool-ltdl-2.4.7-1.fc36.aarch64                     3/97 
11:20:18 #12 8.273   Installing       : libfdisk-2.38-1.fc36.aarch64                          4/97 
11:20:18 #12 8.279   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 5/97 
11:20:18 #12 8.286   Installing       : cmake-filesystem-3.25.2-1.fc36.aarch64                6/97 
11:20:18 #12 8.293   Installing       : perl-threads-1:2.26-449.fc36.aarch64                  7/97 
11:20:18 #12 8.300   Installing       : perl-File-Find-1.39-486.fc36.noarch                   8/97 
11:20:18 #12 8.307   Installing       : m4-1.4.19-3.fc36.aarch64                              9/97 
11:20:18 #12 8.315   Installing       : libseccomp-2.5.3-2.fc36.aarch64                      10/97 
11:20:18 #12 8.321   Installing       : libmpc-1.2.1-4.fc36.aarch64                          11/97 
11:20:18 #14 29.61   Cleanup          : glibc-common-2.28-224.el8.aarch64                    83/83 
11:20:18 #14 29.62   Running scriptlet: glibc-common-2.28-224.el8.aarch64                    83/83 
11:20:18 #14 29.73   Running scriptlet: glibc-common-2.28-225.el8.aarch64                    83/83 
11:20:18 #14 29.82   Running scriptlet: systemd-239-71.el8.aarch64                           83/83 
11:20:18 #14 29.97   Verifying        : libsemanage-2.9-9.el8.aarch64                         1/83 
11:20:18 #14 29.97   Verifying        : libsemanage-2.9-9.el8_6.aarch64                       2/83 
11:20:18 #14 29.97   Verifying        : pcre2-10.32-3.el8.aarch64                             3/83 
11:20:18 #14 29.97   Verifying        : pcre2-10.32-3.el8_6.aarch64                           4/83 
11:20:18 #14 29.97   Verifying        : annobin-10.94-1.el8.aarch64                           5/83 
11:20:18 #14 29.97   Verifying        : autoconf-2.69-29.el8.noarch                           6/83 
11:20:18 #14 29.97   Verifying        : automake-1.16.1-7.el8.noarch                          7/83 
11:20:18 #14 29.97   Verifying        : cmake-3.20.2-5.el8.aarch64                            8/83 
11:20:18 #14 29.97   Verifying        : cmake-data-3.20.2-5.el8.noarch                        9/83 
11:20:18 #14 29.97   Verifying        : cmake-filesystem-3.20.2-5.el8.aarch64                10/83 
11:20:18 #14 29.97   Verifying        : cmake-rpm-macros-3.20.2-5.el8.noarch                 11/83 
11:20:18 #14 29.97   Verifying        : cpp-8.5.0-18.el8.aarch64                             12/83 
11:20:18 #14 29.97   Verifying        : gcc-8.5.0-18.el8.aarch64                             13/83 
11:20:18 #14 29.97   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.aarch64              14/83 
11:20:18 #14 29.97   Verifying        : git-2.39.1-1.el8.aarch64                             15/83 
11:20:18 #14 29.97   Verifying        : git-core-2.39.1-1.el8.aarch64                        16/83 
11:20:18 #14 29.97   Verifying        : git-core-doc-2.39.1-1.el8.noarch                     17/83 
11:20:18 #14 29.97   Verifying        : isl-0.16.1-6.el8.aarch64                             18/83 
11:20:18 #14 29.97   Verifying        : libmpc-1.1.0-9.1.el8.aarch64                         19/83 
11:20:18 #14 29.97   Verifying        : libseccomp-devel-2.5.2-1.el8.aarch64                 20/83 
11:20:18 #14 29.97   Verifying        : libtool-2.4.6-25.el8.aarch64                         21/83 
11:20:18 #14 29.97   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.aarch64              22/83 
11:20:18 #14 29.97   Verifying        : libuv-1:1.41.1-1.el8_4.aarch64                       23/83 
11:20:18 #14 29.97   Verifying        : libxkbcommon-0.9.1-1.el8.aarch64                     24/83 
11:20:18 #14 29.97   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    25/83 
11:20:18 #14 29.97   Verifying        : perl-Git-2.39.1-1.el8.noarch                         26/83 
11:20:18 #14 29.97   Verifying        : perl-TermReadKey-2.37-7.el8.aarch64                  27/83 
11:20:18 #14 29.97   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  28/83 
11:20:18 #14 29.97   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            29/83 
11:20:18 #14 29.97   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   30/83 
11:20:18 #14 29.97   Verifying        : checkpolicy-2.9-1.el8.aarch64                        31/83 
11:20:18 #14 29.97   Verifying        : glibc-devel-2.28-225.el8.aarch64                     32/83 
11:20:18 #14 29.97   Verifying        : glibc-headers-2.28-225.el8.aarch64                   33/83 
11:20:18 #14 29.97   Verifying        : glibc-langpack-en-2.28-225.el8.aarch64               34/83 
11:20:18 #14 29.97   Verifying        : kernel-headers-4.18.0-448.el8.aarch64                35/83 
11:20:18 #14 29.97   Verifying        : less-530-1.el8.aarch64                               36/83 
11:20:18 #14 29.97   Verifying        : libasan-8.5.0-18.el8.aarch64                         37/83 
11:20:18 #14 29.97   Verifying        : libatomic-8.5.0-18.el8.aarch64                       38/83 
11:20:18 #14 29.98   Verifying        : libedit-3.1-23.20170329cvs.el8.aarch64               39/83 
11:20:18 #14 29.98   Verifying        : libgomp-8.5.0-18.el8.aarch64                         40/83 
11:20:18 #14 29.98   Verifying        : libselinux-devel-2.9-8.el8.aarch64                   41/83 
11:20:18 #14 29.98   Verifying        : libselinux-utils-2.9-8.el8.aarch64                   42/83 
11:20:18 #14 29.98   Verifying        : libsepol-devel-2.9-3.el8.aarch64                     43/83 
11:20:18 #14 29.98   Verifying        : libubsan-8.5.0-18.el8.aarch64                        44/83 
11:20:18 #14 29.98   Verifying        : libxcrypt-devel-4.1.1-6.el8.aarch64                  45/83 
11:20:18 #14 29.98   Verifying        : m4-1.4.18-7.el8.aarch64                              46/83 
11:20:18 #14 29.98   Verifying        : make-1:4.2.1-11.el8.aarch64                          47/83 
11:20:18 #14 29.98   Verifying        : openssh-8.0p1-17.el8.aarch64                         48/83 
11:20:18 #14 29.98   Verifying        : openssh-clients-8.0p1-17.el8.aarch64                 49/83 
11:20:18 #14 29.98   Verifying        : pcre2-devel-10.32-3.el8.aarch64                      50/83 
11:20:18 #14 29.98   Verifying        : pcre2-utf16-10.32-3.el8.aarch64                      51/83 
11:20:18 #14 29.98   Verifying        : pcre2-utf32-10.32-3.el8.aarch64                      52/83 
11:20:18 #14 29.98   Verifying        : perl-Data-Dumper-2.167-399.el8.aarch64               53/83 
11:20:18 #14 29.98   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 54/83 
11:20:18 #14 29.98   Verifying        : policycoreutils-devel-2.9-21.1.el8.aarch64           55/83 
11:20:18 #14 29.98   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     56/83 
11:20:18 #11 53.71 Selecting previously unselected package libjson-perl.
11:20:18 #11 53.72 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
11:20:18 #11 53.72 Unpacking libjson-perl (4.02000-2) ...
11:20:18 #11 53.77 Selecting previously unselected package liblog-any-perl.
11:20:18 #11 53.78 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
11:20:18 #11 53.78 Unpacking liblog-any-perl (1.708-1) ...
11:20:18 #11 53.82 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:18 11:20:18 #11 53.82 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:20:18 #11 53.82 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:20:18 #11 53.86 Selecting previously unselected package libpackage-stash-perl.
11:20:18 #11 53.86 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
11:20:18 #11 53.86 Unpacking libpackage-stash-perl (0.38-1) ...
11:20:18 #11 53.89 Selecting previously unselected package libsub-identify-perl.
11:20:18 #11 53.89 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
11:20:18 #11 53.89 Unpacking libsub-identify-perl (0.14-1build2) ...
11:20:18 #11 53.92 Selecting previously unselected package libsub-name-perl.
11:20:18 #11 53.92 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
11:20:18 #11 53.92 Unpacking libsub-name-perl (0.26-1) ...
11:20:18 #11 53.95 Selecting previously unselected package libnamespace-clean-perl.
11:20:18 #11 53.95 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:18 #11 53.96 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:18 #11 53.99 Selecting previously unselected package libpath-tiny-perl.
11:20:18 #11 53.99 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
11:20:18 #11 53.99 Unpacking libpath-tiny-perl (0.108-1) ...
11:20:18 #11 54.02 Selecting previously unselected package libtype-tiny-perl.
11:20:18 #11 54.02 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
#12 3.041 dh_testroot
11:20:18 #12 3.063 dh_install
11:20:18 #12 3.084 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
11:20:18 #12 3.094 dh_installdocs
11:20:18 #12 3.121 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
11:20:18 #12 3.136 dh_installchangelogs
11:20:18 #12 3.217 dh_compress
11:20:18 #12 3.243 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
11:20:18 #11 51.31 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:18 #11 51.35 Selecting previously unselected package libsub-override-perl.
11:20:18 #11 51.35 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
11:20:18 #11 51.35 Unpacking libsub-override-perl (0.09-2) ...
11:20:18 #11 51.39 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:18 #11 51.39 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:20:18 #11 51.39 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:18 #11 51.42 Selecting previously unselected package dh-strip-nondeterminism.
11:20:18 #11 51.42 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:20:18 #11 51.42 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:20:18 #11 51.45 Selecting previously unselected package libdw1:armhf.
11:20:18 #11 51.45 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
11:20:18 #11 51.46 Unpacking libdw1:armhf (0.186-1build1) ...
11:20:18 #11 51.49 Selecting previously unselected package debugedit.
11:20:18 #11 51.49 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
11:20:18 #11 51.49 Unpacking debugedit (1:5.0-4build1) ...
11:20:18 #11 51.52 Selecting previously unselected package dwz.
11:20:18 #11 51.52 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
11:20:18 #11 51.53 Unpacking dwz (0.14-1build2) ...
11:20:18 #11 51.56 Selecting previously unselected package gettext.
11:20:18 #11 51.57 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
11:20:18 #11 51.57 Unpacking gettext (0.21-4ubuntu4) ...
11:20:18 #11 51.62 Selecting previously unselected package intltool-debian.
11:20:18 #11 51.62 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:18 #11 51.62 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:18 #11 55.07 Selecting previously unselected package xdg-user-dirs.
11:20:18 #11 55.07 Preparing to unpack .../041-xdg-user-dirs_0.17-2ubuntu4_armhf.deb ...
11:20:18 #11 55.08 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
11:20:18 #11 55.13 Selecting previously unselected package bsdextrautils.
11:20:18 #11 55.13 Preparing to unpack .../042-bsdextrautils_2.38-4ubuntu1_armhf.deb ...
11:20:18 #11 55.14 Unpacking bsdextrautils (2.38-4ubuntu1) ...
11:20:18 #11 55.17 Selecting previously unselected package libmagic-mgc.
11:20:18 #11 55.17 Preparing to unpack .../043-libmagic-mgc_1%3a5.41-4_armhf.deb ...
11:20:18 #11 55.17 Unpacking libmagic-mgc (1:5.41-4) ...
11:20:18 #11 55.24 Selecting previously unselected package libmagic1:armhf.
11:20:18 #11 55.24 Preparing to unpack .../044-libmagic1_1%3a5.41-4_armhf.deb ...
11:20:18 #11 55.25 Unpacking libmagic1:armhf (1:5.41-4) ...
11:20:18 #11 67.24 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
11:20:18 #11 67.25 Setting up libio-stringy-perl (2.111-3) ...
11:20:18 #11 67.27 Setting up liblist-moreutils-perl (0.416-1build5) ...
11:20:18 #11 67.28 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:18 #11 67.29 Setting up liblog-any-perl (1.708-1) ...
11:20:18 #11 67.30 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:18 #11 67.31 Setting up libdevel-size-perl (0.83-1build1) ...
11:20:18 #11 67.33 Setting up libdebhelper-perl (12.10ubuntu1) ...
11:20:18 #11 67.34 Setting up libpod-constants-perl (0.19-1) ...
11:20:18 #11 67.36 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
11:20:18 #11 67.37 Setting up libperl4-corelibs-perl (0.004-2) ...
11:20:18 #11 67.38 Setting up libfuture-perl (0.43-1) ...
11:20:18 #11 67.40 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:18 #11 67.41 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
11:20:18 #11 67.43 Setting up libtry-tiny-perl (0.30-1) ...
11:20:18 #11 67.45 Setting up libtype-tiny-perl (1.008001-2) ...
11:20:18 #11 67.47 Setting up libtest-fatal-perl (0.014-1) ...
11:20:18 #11 67.48 Setting up libcommon-sense-perl (3.74-2build6) ...
11:20:18 #11 67.49 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:18 #11 67.50 Setting up libnet-http-perl (6.19-1) ...
11:20:18 #11 67.52 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:18 #11 67.53 Setting up libencode-locale-perl (1.05-1) ...
11:20:18 #11 67.54 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:18 #11 67.55 Setting up libnet-dns-perl (1.22-1) ...
11:20:18 #11 67.56 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
11:20:18 #11 68.27 Setting up automake (1:1.16.5-1.3) ...
11:20:18 #11 68.28 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:18 #11 68.28 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
11:20:18 #11 68.28 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
11:20:18 #11 68.29 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:18 #11 68.31 Setting up libstring-escape-perl (2010.002-2) ...
11:20:18 #11 68.32 Setting up libhttp-date-perl (6.05-1) ...
11:20:18 #11 68.33 Setting up libfile-which-perl (1.23-1) ...
11:20:18 #11 68.34 Setting up libfile-basedir-perl (0.09-1) ...
11:20:18 #11 68.35 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:18 #11 68.35 Setting up libset-intspan-perl (1.19-2) ...
11:20:18 #11 68.36 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:18 #11 68.37 Setting up libfile-listing-perl (6.14-1) ...
11:20:18 #11 68.38 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:20:18 #10 51.45 Selecting previously unselected package xdelta3.
11:20:18 #10 51.45 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ...
11:20:18 #10 51.46 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:20:18 #10 51.49 Selecting previously unselected package pristine-tar.
11:20:18 #10 51.49 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ...
11:20:18 #10 51.50 Unpacking pristine-tar (1.49) ...
11:20:18 #10 51.55 Selecting previously unselected package publicsuffix.
11:20:18 #10 51.55 Preparing to unpack .../341-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
11:20:18 #10 51.56 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
11:20:18 #10 51.60 Selecting previously unselected package python-apt-common.
11:20:18 #10 51.60 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ...
11:20:18 #10 51.61 Unpacking python-apt-common (2.2.1) ...
11:20:18 #12 6.461 Selecting previously unselected package libproc2-0:amd64.
11:20:18 #12 6.465 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_amd64.deb ...
11:20:18 #12 6.469 Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
11:20:18 #12 6.512 Selecting previously unselected package procps.
11:20:18 #12 6.516 Preparing to unpack .../06-procps_2%3a4.0.2-3_amd64.deb ...
11:20:18 #12 6.527 Unpacking procps (2:4.0.2-3) ...
11:20:18 #12 6.622 Selecting previously unselected package cmake.
11:20:18 #10 59.67 Setting up bsdmainutils (11.1.2+b1) ...
11:20:18 #10 59.69 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:20:18 #10 59.69 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:20:18 #10 59.70 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
11:20:18 #10 59.72 Setting up libcroco3:armhf (0.6.12-3) ...
11:20:18 #10 59.73 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
11:20:18 #10 59.74 Setting up ucf (3.0038+nmu1) ...
11:20:18 #10 59.85 Setting up libgcc-8-dev:armhf (8.3.0-6) ...
11:20:18 #10 59.86 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
11:20:18 #10 59.87 Setting up groff-base (1.22.4-3+deb10u1) ...
11:20:18 #10 59.89 Setting up cpp (4:8.3.0-1) ...
11:20:18 #10 59.91 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:20:18 #10 59.93 Setting up libcurl4:armhf (7.64.0-4+deb10u5) ...
11:20:18 #10 59.94 Setting up libc6-dev:armhf (2.28-10+deb10u2) ...
11:20:18 #10 59.96 Setting up libx11-6:armhf (2:1.6.7-1+deb10u2) ...
11:20:18 #10 59.96 Setting up curl (7.64.0-4+deb10u5) ...
11:20:18 #10 59.98 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
11:20:18 #10 59.99 Setting up gpg (2.2.12-1+deb10u2) ...
11:20:18 #10 60.00 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
11:20:18 #10 60.01 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
11:20:18 #12 3.052 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:18 #12 3.052 dpkg-buildpackage: info: source version 1.0
11:20:18 #12 3.052 dpkg-buildpackage: info: source distribution unstable
11:20:18 #12 3.052 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:18 #12 3.091  dpkg-source --before-build .
11:20:18 #12 3.091 dpkg-buildpackage: info: host architecture armhf
11:20:18 #12 3.206  debian/rules clean
11:20:18 #12 3.208 dh clean
11:20:18 #12 3.312    dh_clean
11:20:18 #12 0.743 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:20:18 #12 0.743 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:20:18 #12 0.743 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:20:18 #12 5.807 Selecting previously unselected package libprocps7:arm64.
11:20:18 #12 5.812 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
11:20:18 #12 5.818 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
11:20:18 #12 5.860 Selecting previously unselected package procps.
11:20:18 #12 5.861 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
11:20:18 #12 5.866 Unpacking procps (2:3.3.15-2) ...
11:20:18 #12 5.922 Selecting previously unselected package libarchive13:arm64.
11:20:18 #12 5.925 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_arm64.deb ...
11:20:18 #12 5.929 Unpacking libarchive13:arm64 (3.3.3-4+deb10u3) ...
11:20:18 #12 5.981 Selecting previously unselected package libjsoncpp1:arm64.
11:20:18 #11 ...
11:20:18 
11:20:18 #16 [internal] load build context
11:20:18 #16 transferring context: 64.01MB 4.9s done
11:20:18 #16 DONE 5.1s
11:20:18 
11:20:18 #11 [base 1/5] FROM docker.io/library/golang:1.19.6-bullseye@sha256:8b7e5c2310aa5c29fefc174bd4368b9cf88565db5be1bba46c96ada6cfa91fe2
11:20:18 #10 41.49 Selecting previously unselected package patch.
11:20:18 #10 41.49 Preparing to unpack .../053-patch_2.7.6-7_armhf.deb ...
11:20:18 #10 41.50 Unpacking patch (2.7.6-7) ...
11:20:18 #10 41.53 Selecting previously unselected package make.
11:20:18 #10 41.54 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
11:20:18 #10 41.54 Unpacking make (4.3-4.1) ...
11:20:18 #10 41.61 Selecting previously unselected package dpkg-dev.
11:20:18 #10 41.61 Preparing to unpack .../055-dpkg-dev_1.21.20+rpi1_all.deb ...
11:20:18 #10 41.62 Unpacking dpkg-dev (1.21.20+rpi1) ...
11:20:18 #12 2.923 Reading package lists...
11:20:18 #11 64.75 Selecting previously unselected package libfcgi0ldbl:arm64.
11:20:18 #11 64.76 Preparing to unpack .../236-libfcgi0ldbl_2.4.2-2build2_arm64.deb ...
11:20:18 #11 64.76 Unpacking libfcgi0ldbl:arm64 (2.4.2-2build2) ...
11:20:18 #11 64.80 Selecting previously unselected package libfcgi-perl:arm64.
11:20:18 #11 64.81 Preparing to unpack .../237-libfcgi-perl_0.82+ds-1build1_arm64.deb ...
11:20:18 #11 64.81 Unpacking libfcgi-perl:arm64 (0.82+ds-1build1) ...
11:20:18 #11 64.84 Selecting previously unselected package libcgi-fast-perl.
11:20:18 #11 64.85 Preparing to unpack .../238-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:20:18 #11 64.85 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:20:18 #11 64.88 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:18 #11 64.89 Preparing to unpack .../239-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:18 #11 64.89 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:18 #11 64.92 Selecting previously unselected package libclone-perl.
11:20:18 #11 64.93 Preparing to unpack .../240-libclone-perl_0.45-1build3_arm64.deb ...
11:20:18 #11 64.93 Unpacking libclone-perl (0.45-1build3) ...
11:20:18 #11 64.96 Selecting previously unselected package libcommon-sense-perl:arm64.
11:20:18 #11 64.96 Preparing to unpack .../241-libcommon-sense-perl_3.75-2build1_arm64.deb ...
11:20:18 #11 64.97 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
11:20:18 
11:20:18 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:18 #12 DONE 0.0s
11:20:18 
11:20: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
11:20:18 #10 61.54 Setting up python3-certifi (2018.1.18-2) ...
11:20:18 #10 61.70 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
11:20:18 #10 61.72 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:20:18 #10 61.74 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:20:18 #14 29.98   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    57/83 
11:20:18 #14 29.98   Verifying        : python3-libselinux-2.9-8.el8.aarch64                 58/83 
11:20:18 #14 29.98   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                59/83 
11:20:18 #14 29.98   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          60/83 
11:20:18 #14 29.98   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  61/83 
11:20:18 #14 29.98   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.aarch64             62/83 
11:20:18 #14 29.98   Verifying        : selinux-policy-3.14.3-115.el8.noarch                 63/83 
11:20:18 #14 29.98   Verifying        : selinux-policy-devel-3.14.3-115.el8.noarch           64/83 
11:20:18 #14 29.98   Verifying        : selinux-policy-minimum-3.14.3-115.el8.noarch         65/83 
11:20:18 #14 29.98   Verifying        : systemd-devel-239-71.el8.aarch64                     66/83 
11:20:18 #14 29.98   Verifying        : device-mapper-devel-8:1.02.181-9.el8.aarch64         67/83 
11:20:18 #14 29.98   Verifying        : glibc-static-2.28-225.el8.aarch64                    68/83 
11:20:18 #14 29.98   Verifying        : libxcrypt-static-4.1.1-6.el8.aarch64                 69/83 
11:20:18 #14 29.98   Verifying        : glibc-2.28-225.el8.aarch64                           70/83 
11:20:18 #14 29.98   Verifying        : glibc-2.28-224.el8.aarch64                           71/83 
11:20:18 #14 29.98   Verifying        : glibc-common-2.28-225.el8.aarch64                    72/83 
11:20:18 #14 29.98   Verifying        : glibc-common-2.28-224.el8.aarch64                    73/83 
11:20:18 #14 29.98   Verifying        : glibc-gconv-extra-2.28-225.el8.aarch64               74/83 
11:20:18 #14 29.98   Verifying        : glibc-gconv-extra-2.28-224.el8.aarch64               75/83 
11:20:18 #14 29.98   Verifying        : glibc-minimal-langpack-2.28-225.el8.aarch64          76/83 
11:20:18 #14 29.98   Verifying        : glibc-minimal-langpack-2.28-224.el8.aarch64          77/83 
11:20:18 #14 29.98   Verifying        : systemd-239-71.el8.aarch64                           78/83 
11:20:18 #14 29.98   Verifying        : systemd-239-70.el8.aarch64                           79/83 
11:20:18 #14 29.98   Verifying        : systemd-libs-239-71.el8.aarch64                      80/83 
11:20:18 #14 29.98   Verifying        : systemd-libs-239-70.el8.aarch64                      81/83 
11:20:18 #14 29.98   Verifying        : systemd-pam-239-71.el8.aarch64                       82/83 
11:20:18 #12 8.333   Installing       : checkpolicy-3.3-2.fc36.aarch64                       12/97 
11:20:18 #12 8.492   Installing       : cpp-12.2.1-4.fc36.aarch64                            13/97 
11:20:18 #12 8.500   Installing       : perl-threads-shared-1.62-479.fc36.aarch64            14/97 
11:20:18 #12 8.507   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               15/97 
11:20:18 #12 8.515   Installing       : python3-libsemanage-3.3-3.fc36.aarch64               16/97 
11:20:18 #12 8.522   Installing       : python3-audit-3.1-2.fc36.aarch64                     17/97 
11:20:18 #12 8.529   Installing       : vim-filesystem-2:9.0.1307-1.fc36.noarch              18/97 
11:20:18 #12 8.535   Installing       : systemd-rpm-macros-250.10-2.fc36.noarch              19/97 
11:20:18 #12 8.591   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/97 
11:20:18 #12 3.256 dh_fixperms
11:20:18 #12 3.304 dh_installdeb
11:20:18 #12 3.335 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
11:20:18 #12 3.336 dh_gencontrol
11:20:18 #12 3.464 dh_md5sums
11:20:18 #12 3.497 dh_builddeb
11:20:18 #12 3.521 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:18 #12 3.541 
11:20:18 #12 3.541 The package has been created.
11:20:18 #12 3.541 Attention, the package has been created in the current directory,
11:20:18 #12 3.541 not in ".." as indicated by the message above!
11:20:18 #12 3.585 Selecting previously unselected package docker-ce-build-deps.
11:20:18 #12 3.597 (Reading database ... 17197 files and directories currently installed.)
11:20:18 #11 51.65 Selecting previously unselected package po-debconf.
11:20:18 #11 51.66 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
11:20:18 #11 51.66 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:18 #11 51.71 Selecting previously unselected package debhelper.
11:20:18 #11 51.71 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
11:20:18 #11 51.72 Unpacking debhelper (13.6ubuntu1) ...
11:20:18 #11 51.77 Selecting previously unselected package libfakeroot:armhf.
11:20:18 #11 51.77 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
11:20:18 #11 51.77 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
11:20:18 #11 51.82 Selecting previously unselected package fakeroot.
11:20:18 #11 51.82 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
11:20:18 #11 51.82 Unpacking fakeroot (1.28-1ubuntu1) ...
11:20:18 #11 51.86 Selecting previously unselected package libassuan0:armhf.
11:20:18 #11 51.86 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
11:20:18 #11 51.86 Unpacking libassuan0:armhf (2.5.5-1build1) ...
11:20:18 #11 51.89 Selecting previously unselected package gpgconf.
11:20:18 #11 51.89 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 54.03 Unpacking libtype-tiny-perl (1.008001-2) ...
11:20:18 #11 54.13 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:18 #11 54.13 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:20:18 #11 54.13 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:20:18 #11 54.17 Selecting previously unselected package libhash-fieldhash-perl.
11:20:18 #11 54.17 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
11:20:18 #11 54.17 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:20:18 #11 54.20 Selecting previously unselected package libhtml-form-perl.
11:20:18 #11 54.20 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
11:20:18 #11 54.21 Unpacking libhtml-form-perl (6.07-1) ...
11:20:18 #11 54.24 Selecting previously unselected package libhtml-format-perl.
11:20:18 #11 54.24 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
11:20:18 #11 55.28 Selecting previously unselected package file.
11:20:18 #11 55.28 Preparing to unpack .../045-file_1%3a5.41-4_armhf.deb ...
11:20:18 #11 55.28 Unpacking file (1:5.41-4) ...
11:20:18 #11 55.31 Selecting previously unselected package gettext-base.
11:20:18 #11 55.31 Preparing to unpack .../046-gettext-base_0.21-8_armhf.deb ...
11:20:18 #11 55.32 Unpacking gettext-base (0.21-8) ...
11:20:18 #11 55.36 Selecting previously unselected package libuchardet0:armhf.
11:20:18 #11 55.36 Preparing to unpack .../047-libuchardet0_0.0.7-1build2_armhf.deb ...
11:20:18 #11 55.37 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
11:20:18 #11 55.39 Selecting previously unselected package groff-base.
11:20:18 #11 55.40 Preparing to unpack .../048-groff-base_1.22.4-8build1_armhf.deb ...
11:20:18 #11 55.40 Unpacking groff-base (1.22.4-8build1) ...
11:20:18 #11 55.48 Selecting previously unselected package libcbor0.8:armhf.
11:20:18 #11 55.48 Preparing to unpack .../049-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
11:20:18 #11 55.49 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:20:18 #11 67.58 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:20:18 #11 67.59 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:18 #11 67.62 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:18 #11 67.65 Setting up libsub-install-perl (0.928-1) ...
11:20:18 #11 67.68 Setting up gcc (4:9.3.0-1ubuntu2) ...
11:20:18 #11 67.74 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
11:20:18 #11 67.77 Setting up libnumber-compare-perl (0.03-1) ...
11:20:18 #11 67.79 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:18 #11 68.39 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:18 #11 68.40 Setting up libdata-messagepack-perl (1.01-2build1) ...
11:20:18 #11 68.41 Setting up libfont-afm-perl (1.20-3) ...
11:20:18 #11 68.42 Setting up libwant-perl (0.29-1build7) ...
11:20:18 #11 68.43 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:18 #11 68.44 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:18 #11 68.45 Setting up liblist-compare-perl (0.55-1) ...
11:20:18 #11 68.46 Setting up libref-util-xs-perl (0.117-1build5) ...
11:20:18 #11 68.47 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:18 #11 68.48 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
11:20:18 #11 68.49 Setting up libfile-fcntllock-perl (0.22-3build7) ...
11:20:18 #11 68.50 Setting up libclone-perl (0.45-1build3) ...
11:20:18 #11 68.51 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:18 #11 68.52 Setting up libarchive-zip-perl (1.68-1) ...
11:20:18 #11 68.53 Setting up libsub-identify-perl (0.14-1build5) ...
11:20:18 #11 68.54 Setting up libdistro-info-perl (1.1build1) ...
11:20:18 #11 68.55 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
11:20:18 #11 68.56 Setting up python3-apt (2.4.0ubuntu1) ...
11:20:18 #10 52.60 Selecting previously unselected package libhtml-form-perl.
11:20:18 #10 52.61 Preparing to unpack .../284-libhtml-form-perl_6.11-1_all.deb ...
11:20:18 #10 52.61 Unpacking libhtml-form-perl (6.11-1) ...
11:20:18 #10 52.65 Selecting previously unselected package libhtml-format-perl.
11:20:18 #10 52.65 Preparing to unpack .../285-libhtml-format-perl_2.16-2_all.deb ...
11:20:18 #10 52.67 Unpacking libhtml-format-perl (2.16-2) ...
11:20:18 #10 52.71 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:18 #10 52.71 Preparing to unpack .../286-libhtml-html5-entities-perl_0.004-3_all.deb ...
11:20:18 #10 52.72 Unpacking libhtml-html5-entities-perl (0.004-3) ...
11:20:18 #10 52.75 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:20:18 #10 52.75 Preparing to unpack .../287-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:20:18 #10 52.76 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:18 #10 52.80 Selecting previously unselected package libhttp-daemon-perl.
11:20:18 #10 52.80 Preparing to unpack .../288-libhttp-daemon-perl_6.16-1_all.deb ...
11:20:18 #10 52.81 Unpacking libhttp-daemon-perl (6.16-1) ...
11:20:18 #10 52.85 Selecting previously unselected package libio-interactive-perl.
11:20:18 #10 52.85 Preparing to unpack .../289-libio-interactive-perl_1.023-2_all.deb ...
11:20:18 #10 52.86 Unpacking libio-interactive-perl (1.023-2) ...
11:20:18 #10 52.90 Selecting previously unselected package libio-sessiondata-perl.
11:20:18 #10 52.90 Preparing to unpack .../290-libio-sessiondata-perl_1.03-3_all.deb ...
11:20:18 #12 6.625 Preparing to unpack .../07-cmake_3.25.1-1_amd64.deb ...
11:20:18 #12 6.629 Unpacking cmake (3.25.1-1) ...
11:20:18 #10 60.04 Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
11:20:18 #10 60.05 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:20:18 #12 0.705 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:20:18 #12 0.706 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:20:18 #12 0.706 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:20:18 #12 8.176 Unpacking bash-completion (1:2.8-1ubuntu1) ...
11:20:18 #10 51.66 Selecting previously unselected package python3-apt.
11:20:18 #10 51.66 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ...
11:20:18 #10 51.67 Unpacking python3-apt (2.2.1) ...
11:20:18 #10 51.72 Selecting previously unselected package python3-certifi.
11:20:18 #10 51.73 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ...
11:20:18 #10 51.73 Unpacking python3-certifi (2020.6.20-1) ...
11:20:18 #10 51.78 Selecting previously unselected package python3-idna.
11:20:18 #10 51.79 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ...
11:20:18 #10 51.80 Unpacking python3-idna (2.10-1) ...
11:20:18 #10 51.84 Selecting previously unselected package python3-magic.
11:20:18 #10 51.84 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ...
11:20:18 #10 51.85 Unpacking python3-magic (2:0.4.20-3) ...
11:20:18 #12 3.388  debian/rules binary
11:20:18 #12 3.390 dh binary
11:20:18 #12 3.531    dh_update_autotools_config
11:20:18 #12 3.568    dh_autoreconf
11:20:18 #12 5.984 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
11:20:18 #12 5.988 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
11:20:18 #12 6.027 Selecting previously unselected package librhash0:arm64.
11:20:18 #12 6.035 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
11:20:18 #12 6.039 Unpacking librhash0:arm64 (1.3.8-1) ...
11:20:18 #12 6.084 Selecting previously unselected package libuv1:arm64.
11:20:18 #12 6.088 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
11:20:18 #12 6.092 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
11:20:18 #12 6.131 Selecting previously unselected package cmake.
11:20:18 #12 6.135 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
11:20:18 #12 6.138 Unpacking cmake (3.13.4-1) ...
11:20:18 #10 41.74 Selecting previously unselected package libelf1:armhf.
11:20:18 #10 41.74 Preparing to unpack .../056-libelf1_0.188-2.1+rpi1_armhf.deb ...
11:20:18 #10 41.74 Unpacking libelf1:armhf (0.188-2.1+rpi1) ...
11:20:18 #10 41.79 Selecting previously unselected package dwz.
11:20:18 #10 41.79 Preparing to unpack .../057-dwz_0.15-1_armhf.deb ...
11:20:18 #10 41.80 Unpacking dwz (0.15-1) ...
11:20:18 #10 41.84 Selecting previously unselected package libicu72:armhf.
11:20:18 #10 41.84 Preparing to unpack .../058-libicu72_72.1-3_armhf.deb ...
11:20:18 #10 41.85 Unpacking libicu72:armhf (72.1-3) ...
11:20:18 #12 3.504 Building dependency tree...
11:20:18 #11 65.00 Selecting previously unselected package libconfig-tiny-perl.
11:20:18 #11 65.01 Preparing to unpack .../242-libconfig-tiny-perl_2.28-1_all.deb ...
11:20:18 #11 65.01 Unpacking libconfig-tiny-perl (2.28-1) ...
11:20:18 #11 65.04 Selecting previously unselected package libparams-util-perl.
11:20:18 #11 65.05 Preparing to unpack .../243-libparams-util-perl_1.102-1build3_arm64.deb ...
11:20:18 #11 65.05 Unpacking libparams-util-perl (1.102-1build3) ...
11:20:18 #11 65.08 Selecting previously unselected package libsub-install-perl.
11:20:18 #11 65.09 Preparing to unpack .../244-libsub-install-perl_0.928-2_all.deb ...
11:20:18 #11 65.09 Unpacking libsub-install-perl (0.928-2) ...
11:20:18 #11 65.12 Selecting previously unselected package libdata-optlist-perl.
11:20:18 #11 65.13 Preparing to unpack .../245-libdata-optlist-perl_0.112-1_all.deb ...
11:20:18 #11 65.13 Unpacking libdata-optlist-perl (0.112-1) ...
11:20:18 #11 65.16 Selecting previously unselected package libsub-exporter-perl.
11:20:18 #11 65.17 Preparing to unpack .../246-libsub-exporter-perl_0.988-1_all.deb ...
11:20:18 #11 65.17 Unpacking libsub-exporter-perl (0.988-1) ...
11:20:18 #11 65.21 Selecting previously unselected package libconst-fast-perl.
11:20:18 #11 65.21 Preparing to unpack .../247-libconst-fast-perl_0.014-2_all.deb ...
11:20:18 #11 65.21 Unpacking libconst-fast-perl (0.014-2) ...
11:20:18 #12 8.631   Installing       : python3-setools-4.4.0-5.fc36.aarch64                 21/97 
11:20:18 #12 8.643   Installing       : pcre2-utf32-10.40-1.fc36.aarch64                     22/97 
11:20:18 #12 8.651   Installing       : pcre2-utf16-10.40-1.fc36.aarch64                     23/97 
11:20:18 #12 8.663   Installing       : pcre2-devel-10.40-1.fc36.aarch64                     24/97 
11:20:18 #12 8.672   Installing       : libuv-1:1.44.2-1.fc36.aarch64                        25/97 
11:20:18 #12 8.679   Installing       : libubsan-12.2.1-4.fc36.aarch64                       26/97 
11:20:18 #12 8.686   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        27/97 
11:20:18 #12 8.692   Installing       : libatomic-12.2.1-4.fc36.aarch64                      28/97 
11:20:18 #12 8.703   Installing       : libasan-12.2.1-4.fc36.aarch64                        29/97 
11:20:18 #12 8.709   Installing       : libargon2-20171227-9.fc36.aarch64                    30/97 
11:20:18 #12 8.717   Installing       : less-590-5.fc36.aarch64                              31/97 
11:20:18 #12 8.831   Installing       : kernel-headers-6.1.5-100.fc36.aarch64                32/97 
11:20:18 #12 8.845   Installing       : libxcrypt-devel-4.4.33-4.fc36.aarch64                33/97 
11:20:18 #10 61.96 Setting up lsb-release (9.20170808ubuntu1) ...
11:20:18 #10 61.97 Setting up libxmuu1:armhf (2:1.1.2-2) ...
11:20:18 #10 61.98 Setting up libgpgme11:armhf (1.10.0-1ubuntu2) ...
11:20:18 #10 61.99 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
11:20:18 #10 62.01 Setting up perl (5.26.1-6ubuntu0.6) ...
11:20:18 #10 62.02 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:18 #10 62.03 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:18 #10 62.05 Setting up libfile-fcntllock-perl (0.22-3build2) ...
11:20:18 #10 62.06 Setting up libtext-glob-perl (0.10-1) ...
11:20:18 #14 29.98   Verifying        : systemd-pam-239-70.el8.aarch64                       83/83 
11:20:18 #14 30.21 
11:20:18 #14 30.21 Upgraded:
11:20:18 #14 30.21   glibc-2.28-225.el8.aarch64                                                    
11:20:18 #14 30.21   glibc-common-2.28-225.el8.aarch64                                             
11:20:18 #14 30.21   glibc-gconv-extra-2.28-225.el8.aarch64                                        
11:20:18 #14 30.21   glibc-minimal-langpack-2.28-225.el8.aarch64                                   
11:20:18 #14 30.21   systemd-239-71.el8.aarch64                                                    
11:20:18 #14 30.21   systemd-libs-239-71.el8.aarch64                                               
11:20:18 #14 30.21   systemd-pam-239-71.el8.aarch64                                                
11:20:18 #14 30.21 Downgraded:
11:20:18 #14 30.21   libsemanage-2.9-9.el8.aarch64            pcre2-10.32-3.el8.aarch64           
11:20:18 #14 30.21 Installed:
11:20:18 #14 30.21   annobin-10.94-1.el8.aarch64                                                   
11:20:18 #14 30.21   autoconf-2.69-29.el8.noarch                                                   
11:20:18 #14 30.21   automake-1.16.1-7.el8.noarch                                                  
11:20:18 #14 30.21   checkpolicy-2.9-1.el8.aarch64                                                 
11:20:18 #14 30.21   cmake-3.20.2-5.el8.aarch64                                                    
11:20:18 #14 30.21   cmake-data-3.20.2-5.el8.noarch                                                
11:20:18 #14 30.21   cmake-filesystem-3.20.2-5.el8.aarch64                                         
11:20:18 #14 30.21   cmake-rpm-macros-3.20.2-5.el8.noarch                                          
11:20:18 #14 30.21   cpp-8.5.0-18.el8.aarch64                                                      
11:20:18 #14 30.21   device-mapper-devel-8:1.02.181-9.el8.aarch64                                  
11:20:18 #14 30.21   gcc-8.5.0-18.el8.aarch64                                                      
11:20:18 #14 30.21   gcc-plugin-annobin-8.5.0-18.el8.aarch64                                       
11:20:18 #14 30.21   git-2.39.1-1.el8.aarch64                                                      
11:20:18 #14 30.21   git-core-2.39.1-1.el8.aarch64                                                 
11:20:18 #14 30.21   git-core-doc-2.39.1-1.el8.noarch                                              
11:20:18 #14 30.21   glibc-devel-2.28-225.el8.aarch64                                              
11:20:18 #14 30.21   glibc-headers-2.28-225.el8.aarch64                                            
11:20:18 #14 30.21   glibc-langpack-en-2.28-225.el8.aarch64                                        
11:20:18 #14 30.21   glibc-static-2.28-225.el8.aarch64                                             
11:20:18 #14 30.21   isl-0.16.1-6.el8.aarch64                                                      
11:20:18 #14 30.21   kernel-headers-4.18.0-448.el8.aarch64                                         
11:20:18 #14 30.21   less-530-1.el8.aarch64                                                        
11:20:18 #14 30.21   libasan-8.5.0-18.el8.aarch64                                                  
11:20:18 #14 30.21   libatomic-8.5.0-18.el8.aarch64                                                
11:20:18 #14 30.21   libedit-3.1-23.20170329cvs.el8.aarch64                                        
11:20:18 #14 30.21   libgomp-8.5.0-18.el8.aarch64                                                  
11:20:18 #14 30.21   libmpc-1.1.0-9.1.el8.aarch64                                                  
11:20:18 #14 30.21   libseccomp-devel-2.5.2-1.el8.aarch64                                          
11:20:18 #14 30.21   libselinux-devel-2.9-8.el8.aarch64                                            
11:20:18 #14 30.21   libselinux-utils-2.9-8.el8.aarch64                                            
11:20:18 #14 30.21   libsepol-devel-2.9-3.el8.aarch64                                              
11:20:18 #14 30.21   libtool-2.4.6-25.el8.aarch64                                                  
11:20:18 #14 30.21   libtool-ltdl-devel-2.4.6-25.el8.aarch64                                       
11:20:18 #14 30.21   libubsan-8.5.0-18.el8.aarch64                                                 
11:20:18 #14 30.21   libuv-1:1.41.1-1.el8_4.aarch64                                                
11:20:18 #14 30.21   libxcrypt-devel-4.1.1-6.el8.aarch64                                           
11:20:18 #14 30.21   libxcrypt-static-4.1.1-6.el8.aarch64                                          
11:20:18 #14 30.21   libxkbcommon-0.9.1-1.el8.aarch64                                              
11:20:18 #14 30.21   m4-1.4.18-7.el8.aarch64                                                       
11:20:18 #14 30.21   make-1:4.2.1-11.el8.aarch64                                                   
11:20:18 #14 30.21   openssh-8.0p1-17.el8.aarch64                                                  
11:20:18 #14 30.21   openssh-clients-8.0p1-17.el8.aarch64                                          
11:20:18 #14 30.21   pcre2-devel-10.32-3.el8.aarch64                                               
11:20:18 #14 30.21   pcre2-utf16-10.32-3.el8.aarch64                                               
11:20:18 #14 30.21   pcre2-utf32-10.32-3.el8.aarch64                                               
11:20:18 #14 30.21   perl-Data-Dumper-2.167-399.el8.aarch64                                        
11:20:18 #14 30.21   perl-Error-1:0.17025-2.el8.noarch                                             
11:20:18 #14 30.21   perl-Git-2.39.1-1.el8.noarch                                                  
11:20:18 #14 30.21   perl-TermReadKey-2.37-7.el8.aarch64                                           
11:20:18 #14 30.21   perl-Thread-Queue-3.13-1.el8.noarch                                           
11:20:18 #14 30.21   policycoreutils-2.9-21.1.el8.aarch64                                          
11:20:18 #14 30.21   policycoreutils-devel-2.9-21.1.el8.aarch64                                    
11:20:18 #14 30.21   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
11:20:18 #14 30.21   python3-audit-3.0.7-4.el8.aarch64                                             
11:20:18 #14 30.21   python3-libselinux-2.9-8.el8.aarch64                                          
11:20:18 #14 30.21   python3-libsemanage-2.9-9.el8.aarch64                                         
11:20:18 #14 30.21   python3-policycoreutils-2.9-21.1.el8.noarch                                   
11:20:18 #14 30.21   python3-setools-4.3.0-3.el8.aarch64                                           
11:20:18 #14 30.21   rpm-plugin-selinux-4.14.3-26.el8.aarch64                                      
11:20:18 #14 30.21   selinux-policy-3.14.3-115.el8.noarch                                          
11:20:18 #14 30.21   selinux-policy-devel-3.14.3-115.el8.noarch                                    
11:20:18 #14 30.21   selinux-policy-minimum-3.14.3-115.el8.noarch                                  
11:20:18 #14 30.21   systemd-devel-239-71.el8.aarch64                                              
11:20:18 #14 30.21   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
11:20:18 #14 30.21   xkeyboard-config-2.28-1.el8.noarch                                            
11:20:18 #14 30.21 
11:20:18 #14 30.21 Complete!
11:20:18 #11 51.90 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:20:18 #11 51.94 Selecting previously unselected package libksba8:armhf.
11:20:18 #11 51.94 Preparing to unpack .../121-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
11:20:18 #11 51.94 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
11:20:18 #11 51.98 Selecting previously unselected package libnpth0:armhf.
11:20:18 #11 51.98 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
11:20:18 #11 51.99 Unpacking libnpth0:armhf (1.6-3build2) ...
11:20:18 #11 52.03 Selecting previously unselected package dirmngr.
11:20:18 #11 52.03 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 52.04 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.07 Selecting previously unselected package gnupg-l10n.
11:20:18 #11 52.08 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:20:18 #11 52.08 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.11 Selecting previously unselected package gnupg-utils.
11:20:18 #11 52.11 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 52.11 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.15 Selecting previously unselected package gpg.
11:20:18 #11 52.15 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 54.24 Unpacking libhtml-format-perl (2.12-1) ...
11:20:18 #11 54.27 Selecting previously unselected package libhttp-daemon-perl.
11:20:18 #11 54.27 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:20:18 #11 54.28 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:20:18 #11 54.32 Selecting previously unselected package libidn11:armhf.
11:20:18 #11 54.32 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
11:20:18 #11 54.32 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
11:20:18 #11 54.37 Selecting previously unselected package libstruct-dumb-perl.
11:20:18 #11 54.37 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
11:20:18 #11 54.38 Unpacking libstruct-dumb-perl (0.09-1) ...
11:20:18 #11 54.41 Selecting previously unselected package libio-async-perl.
11:20:18 #11 54.41 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
11:20:18 #11 54.41 Unpacking libio-async-perl (0.75-1) ...
11:20:18 #11 54.47 Selecting previously unselected package liblinux-epoll-perl.
11:20:18 #11 54.47 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
11:20:18 #11 54.47 Unpacking liblinux-epoll-perl (0.017-1) ...
11:20:18 #11 54.50 Selecting previously unselected package libio-async-loop-epoll-perl.
11:20:18 #11 54.50 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:20:18 #12 3.598 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:18 #12 3.603 Unpacking docker-ce-build-deps (1.0) ...
11:20:18 #11 55.53 Selecting previously unselected package libedit2:armhf.
11:20:18 #11 55.53 Preparing to unpack .../050-libedit2_3.1-20210910-1build1_armhf.deb ...
11:20:18 #11 55.54 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
11:20:18 #11 55.57 Selecting previously unselected package libfido2-1:armhf.
11:20:18 #11 55.57 Preparing to unpack .../051-libfido2-1_1.11.0-1_armhf.deb ...
11:20:18 #11 55.58 Unpacking libfido2-1:armhf (1.11.0-1) ...
11:20:18 #11 55.62 Selecting previously unselected package libnghttp2-14:armhf.
11:20:18 #11 55.62 Preparing to unpack .../052-libnghttp2-14_1.49.0-1_armhf.deb ...
11:20:18 #11 55.62 Unpacking libnghttp2-14:armhf (1.49.0-1) ...
11:20:18 #11 55.65 Selecting previously unselected package libpipeline1:armhf.
11:20:18 #11 55.66 Preparing to unpack .../053-libpipeline1_1.5.6-2_armhf.deb ...
11:20:18 #11 55.66 Unpacking libpipeline1:armhf (1.5.6-2) ...
11:20:18 #11 55.69 Selecting previously unselected package libpng16-16:armhf.
11:20:18 #11 55.70 Preparing to unpack .../054-libpng16-16_1.6.38-2_armhf.deb ...
11:20:18 #11 55.70 Unpacking libpng16-16:armhf (1.6.38-2) ...
11:20:18 #11 55.74 Selecting previously unselected package libpsl5:armhf.
11:20:18 #11 55.74 Preparing to unpack .../055-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:20:18 #11 55.75 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
11:20:18 #11 67.81 Setting up libio-async-perl (0.75-1) ...
11:20:18 #11 67.82 Setting up liberror-perl (0.17029-1) ...
11:20:18 #11 67.84 Setting up patchutils (0.3.4-2) ...
11:20:18 #11 67.85 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:18 #11 67.86 Setting up libltdl-dev:arm64 (2.4.6-14) ...
11:20:18 #11 67.88 Setting up libjson-maybexs-perl (1.004000-1) ...
11:20:18 #11 67.89 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:18 #11 67.90 Setting up libio-string-perl (1.08-3) ...
11:20:18 #11 67.92 Setting up libreadonly-perl (2.050-2) ...
11:20:18 #11 67.93 Setting up python3-chardet (3.0.4-4build1) ...
11:20:18 #11 68.72 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:18 #11 68.73 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:18 #11 68.74 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:18 #11 68.75 Setting up liblog-any-perl (1.710-1) ...
11:20:18 #11 68.76 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:18 #11 68.77 Setting up libdevel-size-perl (0.83-1build4) ...
11:20:18 #11 68.78 Setting up libdebhelper-perl (13.6ubuntu1) ...
11:20:18 #11 68.79 Setting up libpod-constants-perl (0.19-2) ...
11:20:18 #11 68.81 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
11:20:18 #11 68.82 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:18 #11 68.83 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:18 #11 68.84 Setting up libio-interactive-perl (1.023-1) ...
11:20:18 #11 68.84 Setting up libtry-tiny-perl (0.31-1) ...
11:20:18 #11 68.86 Setting up libtype-tiny-perl (1.012004-1) ...
11:20:18 #10 52.91 Unpacking libio-sessiondata-perl (1.03-3) ...
11:20:18 #10 52.95 Selecting previously unselected package libio-stringy-perl.
11:20:18 #10 52.95 Preparing to unpack .../291-libio-stringy-perl_2.111-3_all.deb ...
11:20:18 #10 52.96 Unpacking libio-stringy-perl (2.111-3) ...
11:20:18 #10 53.00 Selecting previously unselected package libipc-run3-perl.
11:20:18 #10 53.01 Preparing to unpack .../292-libipc-run3-perl_0.048-3_all.deb ...
11:20:18 #10 53.01 Unpacking libipc-run3-perl (0.048-3) ...
11:20:18 #10 53.04 Selecting previously unselected package libtypes-serialiser-perl.
11:20:18 #10 53.05 Preparing to unpack .../293-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:18 #10 53.05 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:18 #10 53.09 Selecting previously unselected package libjson-xs-perl.
11:20:18 #10 53.09 Preparing to unpack .../294-libjson-xs-perl_4.030-2+b1_armhf.deb ...
11:20:18 #10 53.09 Unpacking libjson-xs-perl (4.030-2+b1) ...
11:20:18 #12 8.300 Selecting previously unselected package cmake-data.
11:20:18 #12 8.303 Preparing to unpack .../1-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
11:20:18 #12 8.308 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:18 #10 52.00 Selecting previously unselected package python3-urllib3.
11:20:18 #10 52.01 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:20:18 #10 52.01 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:20:18 #10 52.06 Selecting previously unselected package python3-requests.
11:20:18 #10 52.07 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ...
11:20:18 #10 52.07 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:20:18 #10 52.12 Selecting previously unselected package python3-unidiff.
11:20:18 #10 52.12 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ...
11:20:18 #10 52.13 Unpacking python3-unidiff (0.5.5-2) ...
11:20:18 #10 52.16 Selecting previously unselected package python3-xdg.
11:20:18 #10 52.16 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ...
11:20:18 #10 52.17 Unpacking python3-xdg (0.27-2) ...
11:20:18 #10 52.21 Selecting previously unselected package shared-mime-info.
11:20:18 #10 52.21 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ...
11:20:18 #10 52.22 Unpacking shared-mime-info (2.0-1) ...
11:20:18 #12 3.644    create-stamp debian/debhelper-build-stamp
11:20:18 #12 3.644    dh_prep
11:20:18 #12 3.681    dh_install
11:20:18 #12 3.719    dh_installdocs
11:20:18 #12 3.763    dh_installchangelogs
11:20:18 #12 6.424 Selecting previously unselected package dh-apparmor.
11:20:18 #12 6.428 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
11:20:18 #12 6.431 Unpacking dh-apparmor (2.13.2-10) ...
11:20:18 #12 6.465 Selecting previously unselected package dmsetup.
11:20:18 #12 6.469 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_arm64.deb ...
11:20:18 #12 6.474 Unpacking dmsetup (2:1.02.155-3) ...
11:20:18 #12 6.518 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:18 #12 0.977 Reading package lists...
11:20:18 #13 0.792 Hit:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease
11:20:18 #13 0.977 Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
11:20:18 #13 1.054 Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
11:20:18 #13 1.128 Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
11:20:18 #12 3.618 Reading state information...
11:20:18 #12 3.631 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:18 #12 3.659 Starting 2 pkgProblemResolver with broken count: 0
11:20:18 #12 3.660 Done
11:20:18 #12 3.673  Done
11:20:18 #12 3.678 Starting pkgProblemResolver with broken count: 0
11:20:18 #12 3.695 Starting 2 pkgProblemResolver with broken count: 0
11:20:18 #12 3.697 Done
11:20:18 #12 3.763 The following additional packages will be installed:
11:20:18 #12 3.763   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:18 #12 3.764   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:18 #12 3.764   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:18 #12 3.764   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:18 #12 3.764   libuv1 pkg-config procps
11:20:18 #12 3.765 Suggested packages:
11:20:18 #12 3.765   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:18 #11 65.24 Selecting previously unselected package libwant-perl.
11:20:18 #11 65.25 Preparing to unpack .../248-libwant-perl_0.29-2_arm64.deb ...
11:20:18 #11 65.25 Unpacking libwant-perl (0.29-2) ...
11:20:18 #11 65.29 Selecting previously unselected package libcontextual-return-perl.
11:20:18 #11 65.29 Preparing to unpack .../249-libcontextual-return-perl_0.004014-3_all.deb ...
11:20:18 #11 65.29 Unpacking libcontextual-return-perl (0.004014-3) ...
11:20:18 #11 65.34 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:20:18 #11 65.34 Preparing to unpack .../250-libcpanel-json-xs-perl_4.32-1_arm64.deb ...
11:20:18 #11 65.35 Unpacking libcpanel-json-xs-perl:arm64 (4.32-1) ...
11:20:18 #11 65.38 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:18 #11 65.38 Preparing to unpack .../251-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:18 #11 65.39 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:18 #11 65.42 Selecting previously unselected package libexception-class-perl.
11:20:18 #11 65.42 Preparing to unpack .../252-libexception-class-perl_1.45-1_all.deb ...
11:20:18 #11 65.43 Unpacking libexception-class-perl (1.45-1) ...
11:20:18 #11 65.46 Selecting previously unselected package libiterator-perl.
11:20:18 #11 65.46 Preparing to unpack .../253-libiterator-perl_0.03+ds1-2_all.deb ...
11:20:18 #11 65.47 Unpacking libiterator-perl (0.03+ds1-2) ...
11:20:18 #11 65.50 Selecting previously unselected package libiterator-util-perl.
11:20:18 #11 65.50 Preparing to unpack .../254-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:20:18 #11 65.50 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:20:18 #11 65.53 Selecting previously unselected package libexporter-tiny-perl.
11:20:18 #11 65.54 Preparing to unpack .../255-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:18 #11 65.54 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:18 #12 8.900   Installing       : glibc-devel-2.35-22.fc36.aarch64                     34/97 
11:20:18 #12 8.961   Installing       : glibc-static-2.35-22.fc36.aarch64                    35/97 
11:20:18 #12 8.968   Installing       : libxcrypt-static-4.4.33-4.fc36.aarch64               36/97 
11:20:18 #12 8.975   Installing       : gc-8.0.6-3.fc36.aarch64                              37/97 
11:20:18 #10 62.07 Setting up intltool-debian (0.35.0+20060710.4) ...
11:20:18 #10 62.08 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:18 #10 62.10 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
11:20:18 #10 62.12 Setting up libstrictures-perl (2.000003-1) ...
11:20:18 #10 62.13 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:18 #10 62.13 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:18 #10 62.15 Setting up libsocket6-perl (0.27-1build2) ...
11:20:18 #10 62.16 Setting up patchutils (0.3.4-2) ...
11:20:18 #10 62.17 Setting up python3-chardet (3.0.4-1) ...
11:20:18 #11 54.51 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:20:18 #11 54.54 Selecting previously unselected package libtypes-serialiser-perl.
11:20:18 #11 54.54 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
11:20:18 #11 54.54 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:20:18 #11 54.57 Selecting previously unselected package libjson-xs-perl.
11:20:18 #11 54.57 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
11:20:18 #11 54.57 Unpacking libjson-xs-perl (4.020-1build1) ...
11:20:18 #11 54.62 Selecting previously unselected package libjson-maybexs-perl.
11:20:18 #11 54.62 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
11:20:18 #11 54.62 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:20:18 #11 54.65 Selecting previously unselected package liblist-compare-perl.
11:20:18 #11 54.65 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
11:20:18 #11 54.66 Unpacking liblist-compare-perl (0.53-1) ...
11:20:18 #11 54.70 Selecting previously unselected package liblist-moreutils-perl.
11:20:18 #11 54.70 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
11:20:18 #11 54.70 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:20:18 #11 54.74 Selecting previously unselected package liblist-someutils-perl.
11:20:18 #11 54.74 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
11:20:18 #11 54.74 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:18 #11 54.77 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:18 #11 54.77 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
11:20:18 #11 54.78 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:20:18 #11 54.82 Selecting previously unselected package libltdl7:armhf.
11:20:18 #11 54.82 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
11:20:18 #11 54.82 Unpacking libltdl7:armhf (2.4.6-14) ...
11:20:18 #11 54.86 Selecting previously unselected package libltdl-dev:armhf.
11:20:18 #11 52.15 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.20 Selecting previously unselected package pinentry-curses.
11:20:18 #11 52.20 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
11:20:18 #11 52.20 Unpacking pinentry-curses (1.1.1-1build2) ...
11:20:18 #11 52.25 Selecting previously unselected package gpg-agent.
11:20:18 #11 52.25 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 52.25 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.30 Selecting previously unselected package gpg-wks-client.
11:20:18 #11 52.30 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 52.31 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:20:18 #11 52.34 Selecting previously unselected package gpg-wks-server.
11:20:18 #11 52.34 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:18 #11 52.35 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:20:18 #11 55.78 Selecting previously unselected package libxau6:armhf.
11:20:18 #11 55.78 Preparing to unpack .../056-libxau6_1%3a1.0.9-1build5_armhf.deb ...
11:20:18 #11 55.78 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
11:20:18 #11 55.81 Selecting previously unselected package libxdmcp6:armhf.
11:20:18 #11 55.82 Preparing to unpack .../057-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
11:20:18 #11 55.82 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:20:18 #11 55.86 Selecting previously unselected package libxcb1:armhf.
11:20:18 #11 55.86 Preparing to unpack .../058-libxcb1_1.15-1_armhf.deb ...
11:20:18 #11 55.87 Unpacking libxcb1:armhf (1.15-1) ...
11:20:18 #11 55.90 Selecting previously unselected package libx11-data.
11:20:18 #11 55.90 Preparing to unpack .../059-libx11-data_2%3a1.8.1-2_all.deb ...
11:20:18 #11 55.90 Unpacking libx11-data (2:1.8.1-2) ...
11:20:18 #11 55.97 Selecting previously unselected package libx11-6:armhf.
11:20:18 #11 55.98 Preparing to unpack .../060-libx11-6_2%3a1.8.1-2_armhf.deb ...
11:20:18 #11 55.98 Unpacking libx11-6:armhf (2:1.8.1-2) ...
11:20:18 #11 68.18 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:20:18 #11 68.20 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:18 #11 68.21 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:18 #11 68.22 Setting up python3-debian (0.1.36ubuntu1) ...
11:20:18 #11 68.87 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
11:20:18 #11 68.88 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:18 #11 68.89 Setting up libnet-http-perl (6.22-1) ...
11:20:18 #11 68.90 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:18 #11 68.91 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
11:20:18 #11 68.92 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:18 #11 68.93 Setting up libtime-moment-perl (0.44-1build6) ...
11:20:18 #11 68.94 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:18 #11 68.95 Setting up libexception-class-perl (1.45-1) ...
11:20:18 #11 68.96 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:18 #11 68.97 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:18 #11 68.98 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
11:20:18 #11 68.99 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:18 #11 68.99 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:18 #11 69.00 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:18 #11 69.01 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:18 #11 69.02 Setting up libsub-install-perl (0.928-1.1) ...
11:20:18 #11 69.03 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
11:20:18 #11 69.05 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:18 #11 69.06 Setting up liberror-perl (0.17029-1) ...
11:20:18 #11 69.07 Setting up dh-autoreconf (20) ...
11:20:18 #10 53.14 Selecting previously unselected package libjson-maybexs-perl.
11:20:18 #10 53.14 Preparing to unpack .../295-libjson-maybexs-perl_1.004004-1_all.deb ...
11:20:18 #10 53.15 Unpacking libjson-maybexs-perl (1.004004-1) ...
11:20:18 #10 53.18 Selecting previously unselected package libldap-common.
11:20:18 #10 53.19 Preparing to unpack .../296-libldap-common_2.5.13+dfsg-5_all.deb ...
11:20:18 #10 53.19 Unpacking libldap-common (2.5.13+dfsg-5) ...
11:20:18 #10 53.23 Selecting previously unselected package liblist-compare-perl.
11:20:18 #10 53.23 Preparing to unpack .../297-liblist-compare-perl_0.55-2_all.deb ...
11:20:18 #10 53.24 Unpacking liblist-compare-perl (0.55-2) ...
11:20:18 #10 53.28 Selecting previously unselected package liblist-someutils-perl.
11:20:18 #10 53.28 Preparing to unpack .../298-liblist-someutils-perl_0.59-1_all.deb ...
11:20:18 #10 53.29 Unpacking liblist-someutils-perl (0.59-1) ...
11:20:18 #10 53.32 Selecting previously unselected package liblist-someutils-xs-perl:armhf.
11:20:18 #10 53.33 Preparing to unpack .../299-liblist-someutils-xs-perl_0.58-3_armhf.deb ...
11:20:18 #10 53.33 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ...
11:20:18 #10 53.37 Selecting previously unselected package liblist-utilsby-perl.
11:20:18 #10 53.37 Preparing to unpack .../300-liblist-utilsby-perl_0.12-2_all.deb ...
11:20:18 #10 53.38 Unpacking liblist-utilsby-perl (0.12-2) ...
11:20:18 #12 8.629 Selecting previously unselected package liblzo2-2:arm64.
11:20:18 #12 8.631 Preparing to unpack .../2-liblzo2-2_2.08-1.2_arm64.deb ...
11:20:18 #12 8.634 Unpacking liblzo2-2:arm64 (2.08-1.2) ...
11:20:18 #12 8.675 Selecting previously unselected package libarchive13:arm64.
11:20:18 #12 8.675 Preparing to unpack .../3-libarchive13_3.2.2-3.1ubuntu0.7_arm64.deb ...
11:20:18 #12 8.682 Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
11:20:18 #12 8.743 Selecting previously unselected package libjsoncpp1:arm64.
11:20:19 #10 52.36 Selecting previously unselected package strace.
11:20:19 #10 52.36 Preparing to unpack .../352-strace_5.10-1_armhf.deb ...
11:20:19 #10 52.37 Unpacking strace (5.10-1) ...
11:20:19 #12 7.340 Selecting previously unselected package dh-apparmor.
11:20:19 #12 7.344 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ...
11:20:19 #12 7.348 Unpacking dh-apparmor (3.0.8-3) ...
11:20:19 #12 7.382 Selecting previously unselected package dmsetup.
11:20:19 #12 7.385 Preparing to unpack .../09-dmsetup_2%3a1.02.185-2_amd64.deb ...
11:20:19 #12 7.389 Unpacking dmsetup (2:1.02.185-2) ...
11:20:19 #12 7.447 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:19 #10 60.76 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u10) ...
11:20:19 #10 60.77 Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ...
11:20:19 #10 60.79 Setting up gettext (0.19.8.1-9) ...
11:20:19 #10 60.81 Setting up exim4-base (4.92-8+deb10u7) ...
11:20:19 #12 6.521 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
11:20:19 #12 6.525 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:20:19 #12 6.570 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:19 #12 6.574 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
11:20:19 #12 6.577 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
11:20:19 #12 6.615 Selecting previously unselected package libudev-dev:arm64.
11:20:19 #12 6.618 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_arm64.deb ...
11:20:19 #12 6.628 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
11:20:19 #12 6.669 Selecting previously unselected package libsepol1-dev:arm64.
11:20:19 #12 6.672 Preparing to unpack .../14-libsepol1-dev_2.8-1_arm64.deb ...
11:20:19 #12 6.676 Unpacking libsepol1-dev:arm64 (2.8-1) ...
11:20:19 #12 6.738 Selecting previously unselected package libpcre16-3:arm64.
11:20:19 #12 3.854    dh_perl
11:20:19 #12 3.936    dh_link
11:20:19 #12 3.982    dh_strip_nondeterminism
11:20:19 #12 4.051    dh_compress
11:20:19 #12 1.717 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:19 #12 1.717 dpkg-buildpackage: info: source version 1.0
11:20:19 #12 1.717 dpkg-buildpackage: info: source distribution unstable
11:20:19 #12 1.717 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:19 #12 1.749  dpkg-source --before-build .
11:20:19 #12 1.749 dpkg-buildpackage: info: host architecture amd64
11:20:19 #12 1.841  debian/rules clean
11:20:19 #12 1.843 dh clean
11:20:19 #12 1.916    dh_clean
11:20:19 #12 1.945  debian/rules binary
11:20:19 #12 3.940 The following NEW packages will be installed:
11:20:19 #12 3.940   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:19 #12 3.941   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:19 #12 3.941   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:19 #12 3.941   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:19 #12 3.941   libuv1 pkg-config procps
11:20:19 #12 4.210 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:19 #12 4.210 1 not fully installed or removed.
11:20:19 #12 4.210 Need to get 8859 kB of archives.
11:20:19 #12 4.210 After this operation, 38.2 MB of additional disk space will be used.
11:20:19 #12 4.210 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
11:20:19 #11 65.57 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:19 #11 65.58 Preparing to unpack .../256-liblist-moreutils-xs-perl_0.430-3_arm64.deb ...
11:20:19 #11 65.58 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
11:20:19 #11 65.62 Selecting previously unselected package liblist-moreutils-perl.
11:20:19 #11 65.63 Preparing to unpack .../257-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:19 #11 65.63 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:19 #11 65.71 Selecting previously unselected package libdata-dpath-perl.
11:20:19 #11 65.71 Preparing to unpack .../258-libdata-dpath-perl_0.58-1_all.deb ...
11:20:19 #12 9.192   Installing       : guile22-2.2.7-5.fc36.aarch64                         38/97 
11:20:19 #10 62.45 Setting up liburi-perl (1.73-1) ...
11:20:19 #10 62.46 Setting up libdata-dump-perl (1.23-1) ...
11:20:19 #10 62.47 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
11:20:19 #10 62.48 Setting up libio-string-perl (1.08-3) ...
11:20:19 #10 62.49 Setting up libalgorithm-diff-perl (1.19.03-1) ...
11:20:19 #10 62.50 Setting up libclone-perl (0.39-1) ...
11:20:19 #10 62.52 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
11:20:19 #10 62.54 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
11:20:19 #11 54.86 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
11:20:19 #11 54.87 Unpacking libltdl-dev:armhf (2.4.6-14) ...
11:20:19 #11 54.92 Selecting previously unselected package libsys-hostname-long-perl.
11:20:19 #11 54.92 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
11:20:19 #11 54.93 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:20:19 #11 54.96 Selecting previously unselected package libmail-sendmail-perl.
11:20:19 #11 54.96 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
11:20:19 #11 54.96 Unpacking libmail-sendmail-perl (0.80-1) ...
11:20:19 #11 55.00 Selecting previously unselected package libmoox-aliases-perl.
11:20:19 #11 55.00 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
11:20:19 #11 55.00 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:20:19 #11 55.03 Selecting previously unselected package libobject-id-perl.
11:20:19 #11 55.03 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:20:19 #11 55.03 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:20:19 #11 55.06 Selecting previously unselected package libmoox-struct-perl.
11:20:19 #11 55.06 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
11:20:19 #11 52.38 Selecting previously unselected package gpgsm.
11:20:19 #11 52.39 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
11:20:19 #11 52.39 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:20:19 #11 52.42 Selecting previously unselected package gnupg.
11:20:19 #11 52.42 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:20:19 #11 52.43 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:20:19 #11 52.48 Selecting previously unselected package libfile-dirlist-perl.
11:20:19 #11 52.48 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:19 #11 52.49 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:19 #11 52.52 Selecting previously unselected package libfile-which-perl.
11:20:19 #11 52.52 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
11:20:19 #11 52.52 Unpacking libfile-which-perl (1.23-1) ...
11:20:19 #11 52.55 Selecting previously unselected package libfile-homedir-perl.
11:20:19 #11 52.55 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
11:20:19 #11 52.55 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:19 #11 56.03 Selecting previously unselected package libxext6:armhf.
11:20:19 #11 56.03 Preparing to unpack .../061-libxext6_2%3a1.3.4-1build1_armhf.deb ...
11:20:19 #11 56.03 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
11:20:19 #11 56.09 Selecting previously unselected package libxmuu1:armhf.
11:20:19 #11 56.09 Preparing to unpack .../062-libxmuu1_2%3a1.1.3-3_armhf.deb ...
11:20:19 #11 56.09 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
11:20:19 #11 56.15 Selecting previously unselected package man-db.
11:20:19 #11 56.15 Preparing to unpack .../063-man-db_2.10.2-2_armhf.deb ...
11:20:19 #11 56.16 Unpacking man-db (2.10.2-2) ...
11:20:19 #11 56.22 Selecting previously unselected package manpages.
11:20:19 #11 56.22 Preparing to unpack .../064-manpages_5.13-1_all.deb ...
11:20:19 #11 56.22 Unpacking manpages (5.13-1) ...
11:20:19 #11 68.41 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:20:19 #11 68.58 Setting up libdata-optlist-perl (0.110-1) ...
11:20:19 #11 68.59 Setting up libipc-run-perl (20180523.0-2) ...
11:20:19 #11 69.09 Setting up patchutils (0.4.2-1build2) ...
11:20:19 #11 69.10 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:19 #11 69.11 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
11:20:19 #11 69.12 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:19 #11 69.13 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:19 #11 69.13 Setting up libio-string-perl (1.08-3.1) ...
11:20:19 #11 69.14 Setting up libreadonly-perl (2.050-3) ...
11:20:19 #11 69.15 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:19 #11 69.17 Setting up python3-chardet (4.0.0-1) ...
11:20:19 #11 69.48 Setting up libstring-copyright-perl (0.003012-1) ...
11:20:19 #10 53.42 Selecting previously unselected package libltdl7:armhf.
11:20:19 #10 53.42 Preparing to unpack .../301-libltdl7_2.4.7-5_armhf.deb ...
11:20:19 #10 53.43 Unpacking libltdl7:armhf (2.4.7-5) ...
11:20:19 #10 53.47 Selecting previously unselected package libltdl-dev:armhf.
11:20:19 #10 53.48 Preparing to unpack .../302-libltdl-dev_2.4.7-5_armhf.deb ...
11:20:19 #10 53.48 Unpacking libltdl-dev:armhf (2.4.7-5) ...
11:20:19 #10 53.54 Selecting previously unselected package liblz1:armhf.
11:20:19 #10 53.54 Preparing to unpack .../303-liblz1_1.13-5_armhf.deb ...
11:20:19 #10 53.55 Unpacking liblz1:armhf (1.13-5) ...
11:20:19 #12 8.746 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_arm64.deb ...
11:20:19 #12 8.750 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
11:20:19 #12 8.789 Selecting previously unselected package librhash0:arm64.
11:20:19 #12 8.791 Preparing to unpack .../5-librhash0_1.3.6-2_arm64.deb ...
11:20:19 #12 8.794 Unpacking librhash0:arm64 (1.3.6-2) ...
11:20:19 #12 8.836 Selecting previously unselected package libuv1:arm64.
11:20:19 #12 8.838 Preparing to unpack .../6-libuv1_1.18.0-3_arm64.deb ...
11:20:19 #12 8.841 Unpacking libuv1:arm64 (1.18.0-3) ...
11:20:19 #12 8.876 Selecting previously unselected package cmake.
11:20:19 #12 8.876 Preparing to unpack .../7-cmake_3.10.2-1ubuntu2.18.04.2_arm64.deb ...
11:20:19 #12 8.880 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:19 #10 52.44 Selecting previously unselected package xauth.
11:20:19 #10 52.44 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ...
11:20:19 #10 52.44 Unpacking xauth (1:1.1-1) ...
11:20:19 #10 52.49 Selecting previously unselected package xdg-user-dirs.
11:20:19 #10 52.49 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ...
11:20:19 #10 52.50 Unpacking xdg-user-dirs (0.17-2) ...
11:20:19 #10 52.57 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
11:20:19 #10 52.59 Setting up media-types (4.0.0) ...
11:20:19 #10 52.60 Setting up libpipeline1:armhf (1.5.3-1) ...
11:20:19 #10 52.61 Setting up wdiff (1.2.2-2+b1) ...
11:20:19 #10 52.63 Setting up libxau6:armhf (1:1.0.9-1) ...
11:20:19 #10 52.64 Setting up libre2-9:armhf (20210201+dfsg-1) ...
11:20:19 #10 52.66 Setting up libpsl5:armhf (0.21.0-1.2) ...
11:20:19 #10 52.67 Setting up libgpm2:armhf (1.20.7-8) ...
11:20:19 #10 52.68 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:20:19 #10 52.69 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:20:19 #10 52.70 Setting up libicu67:armhf (67.1-7) ...
11:20:19 #10 52.71 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
11:20:19 #10 52.72 Setting up xdg-user-dirs (0.17-2) ...
11:20:19 #10 52.75 Setting up libmagic-mgc (1:5.39-3) ...
11:20:19 #10 52.77 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:20:19 #12 7.450 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
11:20:19 #12 7.458 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
11:20:19 #12 7.510 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:19 #12 7.513 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.185-2_amd64.deb ...
11:20:19 #12 7.517 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
11:20:19 #12 7.551 Selecting previously unselected package libudev-dev:amd64.
11:20:19 #12 7.554 Preparing to unpack .../12-libudev-dev_252.5-2_amd64.deb ...
11:20:19 #12 7.559 Unpacking libudev-dev:amd64 (252.5-2) ...
11:20:19 #12 7.602 Selecting previously unselected package libsepol-dev:amd64.
11:20:19 #12 7.606 Preparing to unpack .../13-libsepol-dev_3.4-2_amd64.deb ...
11:20:19 #12 7.609 Unpacking libsepol-dev:amd64 (3.4-2) ...
11:20:19 #12 7.675 Selecting previously unselected package libpcre2-16-0:amd64.
11:20:19 #12 7.678 Preparing to unpack .../14-libpcre2-16-0_10.42-1_amd64.deb ...
11:20:19 #12 7.682 Unpacking libpcre2-16-0:amd64 (10.42-1) ...
11:20:19 #12 7.741 Selecting previously unselected package libpcre2-32-0:amd64.
11:20:19 #12 7.744 Preparing to unpack .../15-libpcre2-32-0_10.42-1_amd64.deb ...
11:20:19 #12 7.748 Unpacking libpcre2-32-0:amd64 (10.42-1) ...
11:20:19 #12 7.802 Selecting previously unselected package libpcre2-posix3:amd64.
11:20:19 #10 60.91 exim: DB upgrade, deleting hints-db
11:20:19 #10 60.95 Setting up gcc-8 (8.3.0-6) ...
11:20:19 #10 60.97 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:20:19 #10 60.99 Setting up libtool (2.4.6-9) ...
11:20:19 #10 60.99 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
11:20:19 #10 61.08 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:20:19 #10 61.09 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
11:20:19 #10 61.10 Setting up libxext6:armhf (2:1.3.3-1+b2) ...
11:20:19 #10 61.11 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:20:19 #10 61.13 Setting up python3 (3.7.3-1) ...
11:20:19 #14 28.24   Installing       : cmake-data-3.20.2-5.el8.noarch                       58/80 
11:20:19 #14 29.36   Installing       : cmake-3.20.2-5.el8.x86_64                            59/80 
11:20:19 #14 29.38   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  60/80 
11:20:19 #14 29.46   Installing       : automake-1.16.1-7.el8.noarch                         61/80 
11:20:19 #14 29.48   Installing       : perl-Error-1:0.17025-2.el8.noarch                    62/80 
11:20:19 #14 29.50   Installing       : perl-Git-2.39.1-1.el8.noarch                         63/80 
11:20:19 #13 31.26   Running scriptlet: which-2.21-28.el9.aarch64                            70/70 
11:20:19 #13 32.67   Verifying        : acl-2.3.1-3.el9.aarch64                               1/70 
11:20:19 #13 32.67   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          2/70 
11:20:19 #13 32.67   Verifying        : dbus-broker-28-7.el9.aarch64                          3/70 
11:20:19 #13 32.67   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/70 
11:20:19 #13 32.67   Verifying        : device-mapper-9:1.02.187-7.el9.aarch64                5/70 
11:20:19 #13 32.67   Verifying        : device-mapper-libs-9:1.02.187-7.el9.aarch64           6/70 
11:20:19 #13 32.67   Verifying        : kmod-libs-28-7.el9.aarch64                            7/70 
11:20:19 #13 32.67   Verifying        : libatomic-11.3.1-4.3.el9.aarch64                      8/70 
11:20:19 #13 32.67   Verifying        : libcbor-0.7.0-5.el9.aarch64                           9/70 
11:20:19 #13 32.67   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               10/70 
11:20:19 #13 32.67   Verifying        : libfido2-1.6.0-7.el9.aarch64                         11/70 
11:20:19 #13 32.67   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       12/70 
11:20:19 #13 32.67   Verifying        : make-1:4.3-7.el9.aarch64                             13/70 
11:20:19 #13 32.67   Verifying        : openssh-8.7p1-28.el9.aarch64                         14/70 
11:20:19 #13 32.67   Verifying        : openssh-clients-8.7p1-28.el9.aarch64                 15/70 
11:20:19 #13 32.67   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           16/70 
11:20:19 #13 32.67   Verifying        : selinux-policy-38.1.8-1.el9.noarch                   17/70 
11:20:19 #13 32.67   Verifying        : selinux-policy-targeted-38.1.8-1.el9.noarch          18/70 
11:20:19 #13 32.67   Verifying        : systemd-252-8.el9.aarch64                            19/70 
11:20:19 #13 32.67   Verifying        : systemd-pam-252-8.el9.aarch64                        20/70 
11:20:19 #13 32.67   Verifying        : systemd-rpm-macros-252-8.el9.noarch                  21/70 
11:20:19 #13 32.67   Verifying        : which-2.21-28.el9.aarch64                            22/70 
11:20:19 #13 32.67   Verifying        : annobin-11.05-1.el9.aarch64                          23/70 
11:20:19 #13 32.67   Verifying        : autoconf-2.69-38.el9.noarch                          24/70 
11:20:19 #13 32.67   Verifying        : automake-1.16.2-6.el9.noarch                         25/70 
11:20:19 #13 32.67   Verifying        : cmake-3.20.2-8.el9.aarch64                           26/70 
11:20:19 #13 32.67   Verifying        : cmake-data-3.20.2-8.el9.noarch                       27/70 
11:20:19 #13 32.67   Verifying        : cmake-filesystem-3.20.2-8.el9.aarch64                28/70 
11:20:19 #13 32.67   Verifying        : cmake-rpm-macros-3.20.2-8.el9.noarch                 29/70 
11:20:19 #13 32.67   Verifying        : cpp-11.3.1-4.3.el9.aarch64                           30/70 
11:20:19 #13 32.67   Verifying        : gcc-11.3.1-4.3.el9.aarch64                           31/70 
11:20:19 #13 32.67   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            32/70 
11:20:19 #13 32.67   Verifying        : git-2.39.1-1.el9.aarch64                             33/70 
11:20:19 #13 32.67   Verifying        : git-core-2.39.1-1.el9.aarch64                        34/70 
11:20:19 #13 32.67   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     35/70 
11:20:19 #13 32.68   Verifying        : glibc-devel-2.34-60.el9.aarch64                      36/70 
11:20:19 #13 32.68   Verifying        : kernel-headers-5.14.0-283.el9.aarch64                37/70 
11:20:19 #13 32.68   Verifying        : libasan-11.3.1-4.3.el9.aarch64                       38/70 
11:20:19 #13 32.68   Verifying        : libmpc-1.2.1-4.el9.aarch64                           39/70 
11:20:19 #13 32.68   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 40/70 
11:20:19 #13 32.68   Verifying        : libselinux-devel-3.5-1.el9.aarch64                   41/70 
11:20:19 #13 32.68   Verifying        : libsepol-devel-3.5-1.el9.aarch64                     42/70 
11:20:19 #13 32.68   Verifying        : libtool-2.4.6-45.el9.aarch64                         43/70 
11:20:19 #13 32.68   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    44/70 
11:20:19 #13 32.68   Verifying        : libubsan-11.3.1-4.3.el9.aarch64                      45/70 
11:20:19 #13 32.68   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         46/70 
11:20:19 #13 32.68   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 47/70 
11:20:19 #13 32.68   Verifying        : llvm-libs-15.0.7-1.el9.aarch64                       48/70 
11:20:19 #13 32.68   Verifying        : m4-1.4.19-1.el9.aarch64                              49/70 
11:20:19 #13 32.68   Verifying        : pcre2-devel-10.40-2.el9.aarch64                      50/70 
11:20:19 #13 32.68   Verifying        : pcre2-utf16-10.40-2.el9.aarch64                      51/70 
11:20:19 #13 32.68   Verifying        : pcre2-utf32-10.40-2.el9.aarch64                      52/70 
11:20:19 #13 32.68   Verifying        : perl-DynaLoader-1.47-480.el9.aarch64                 53/70 
11:20:19 #13 32.68   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    54/70 
11:20:19 #13 32.68   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           55/70 
11:20:19 #13 32.68   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   56/70 
11:20:19 #13 32.68   Verifying        : perl-File-Find-1.37-480.el9.noarch                   57/70 
11:20:19 #13 32.68   Verifying        : perl-Git-2.39.1-1.el9.noarch                         58/70 
11:20:19 #13 32.68   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 59/70 
11:20:19 #13 32.68   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                60/70 
11:20:19 #13 32.68   Verifying        : perl-lib-0.65-480.el9.aarch64                        61/70 
11:20:19 #13 32.68   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  62/70 
11:20:19 #13 32.68   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             63/70 
11:20:19 #13 32.68   Verifying        : policycoreutils-devel-3.5-1.el9.aarch64              64/70 
11:20:19 #13 32.68   Verifying        : selinux-policy-devel-38.1.8-1.el9.noarch             65/70 
11:20:19 #13 32.68   Verifying        : systemd-devel-252-8.el9.aarch64                      66/70 
11:20:19 #13 32.68   Verifying        : device-mapper-devel-9:1.02.187-7.el9.aarch64         67/70 
11:20:19 #13 32.68   Verifying        : glibc-static-2.34-60.el9.aarch64                     68/70 
11:20:19 #13 32.68   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/70 
11:20:19 #13 32.68   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                70/70 
11:20:19 #13 32.82 
11:20:19 #13 32.82 Installed:
11:20:19 #13 32.82   acl-2.3.1-3.el9.aarch64                                                       
11:20:19 #13 32.82   annobin-11.05-1.el9.aarch64                                                   
11:20:19 #13 32.82   autoconf-2.69-38.el9.noarch                                                   
11:20:19 #13 32.82   automake-1.16.2-6.el9.noarch                                                  
11:20:19 #13 32.82   cmake-3.20.2-8.el9.aarch64                                                    
11:20:19 #13 32.82   cmake-data-3.20.2-8.el9.noarch                                                
11:20:19 #13 32.82   cmake-filesystem-3.20.2-8.el9.aarch64                                         
11:20:19 #13 32.82   cmake-rpm-macros-3.20.2-8.el9.noarch                                          
11:20:19 #13 32.82   cpp-11.3.1-4.3.el9.aarch64                                                    
11:20:19 #13 32.82   dbus-1:1.12.20-7.el9.aarch64                                                  
11:20:19 #13 32.82   dbus-broker-28-7.el9.aarch64                                                  
11:20:19 #13 32.82   dbus-common-1:1.12.20-7.el9.noarch                                            
11:20:19 #13 32.82   device-mapper-9:1.02.187-7.el9.aarch64                                        
11:20:19 #13 32.82   device-mapper-devel-9:1.02.187-7.el9.aarch64                                  
11:20:19 #13 32.82   device-mapper-libs-9:1.02.187-7.el9.aarch64                                   
11:20:19 #13 32.82   gcc-11.3.1-4.3.el9.aarch64                                                    
11:20:19 #13 32.82   gcc-plugin-annobin-11.3.1-4.3.el9.aarch64                                     
11:20:19 #13 32.82   git-2.39.1-1.el9.aarch64                                                      
11:20:19 #13 32.82   git-core-2.39.1-1.el9.aarch64                                                 
11:20:19 #13 32.82   git-core-doc-2.39.1-1.el9.noarch                                              
11:20:19 #13 32.82   glibc-devel-2.34-60.el9.aarch64                                               
11:20:19 #13 32.82   glibc-static-2.34-60.el9.aarch64                                              
11:20:19 #13 32.82   kernel-headers-5.14.0-283.el9.aarch64                                         
11:20:19 #13 32.82   kmod-libs-28-7.el9.aarch64                                                    
11:20:19 #13 32.82   libasan-11.3.1-4.3.el9.aarch64                                                
11:20:19 #13 32.82   libatomic-11.3.1-4.3.el9.aarch64                                              
11:20:19 #13 32.82   libcbor-0.7.0-5.el9.aarch64                                                   
11:20:19 #13 32.82   libedit-3.1-37.20210216cvs.el9.aarch64                                        
11:20:19 #13 32.82   libfido2-1.6.0-7.el9.aarch64                                                  
11:20:19 #13 32.82   libmpc-1.2.1-4.el9.aarch64                                                    
11:20:19 #13 32.82   libseccomp-2.5.2-2.el9.aarch64                                                
11:20:19 #13 32.82   libseccomp-devel-2.5.2-2.el9.aarch64                                          
11:20:19 #13 32.82   libselinux-devel-3.5-1.el9.aarch64                                            
11:20:19 #13 32.82   libsepol-devel-3.5-1.el9.aarch64                                              
11:20:19 #13 32.82   libtool-2.4.6-45.el9.aarch64                                                  
11:20:19 #13 32.82   libtool-ltdl-2.4.6-45.el9.aarch64                                             
11:20:19 #13 32.82   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
11:20:19 #13 32.82   libubsan-11.3.1-4.3.el9.aarch64                                               
11:20:19 #13 32.82   libuv-1:1.42.0-1.el9.aarch64                                                  
11:20:19 #13 32.82   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
11:20:19 #13 32.82   libxcrypt-static-4.4.18-3.el9.aarch64                                         
11:20:19 #13 32.82   llvm-libs-15.0.7-1.el9.aarch64                                                
11:20:19 #13 32.82   m4-1.4.19-1.el9.aarch64                                                       
11:20:19 #13 32.82   make-1:4.3-7.el9.aarch64                                                      
11:20:19 #13 32.82   openssh-8.7p1-28.el9.aarch64                                                  
11:20:19 #13 32.82   openssh-clients-8.7p1-28.el9.aarch64                                          
11:20:19 #13 32.82   pcre2-devel-10.40-2.el9.aarch64                                               
11:20:19 #13 32.82   pcre2-utf16-10.40-2.el9.aarch64                                               
11:20:19 #13 32.82   pcre2-utf32-10.40-2.el9.aarch64                                               
11:20:19 #13 32.82   perl-DynaLoader-1.47-480.el9.aarch64                                          
11:20:19 #13 32.82   perl-Error-1:0.17029-7.el9.noarch                                             
11:20:19 #13 32.82   perl-File-Compare-1.100.600-480.el9.noarch                                    
11:20:19 #13 32.82   perl-File-Copy-2.34-480.el9.noarch                                            
11:20:19 #13 32.82   perl-File-Find-1.37-480.el9.noarch                                            
11:20:19 #13 32.82   perl-Git-2.39.1-1.el9.noarch                                                  
11:20:19 #13 32.82   perl-TermReadKey-2.38-11.el9.aarch64                                          
11:20:19 #13 32.82   perl-Thread-Queue-3.14-460.el9.noarch                                         
11:20:19 #13 32.82   perl-lib-0.65-480.el9.aarch64                                                 
11:20:19 #13 32.82   perl-threads-1:2.25-460.el9.aarch64                                           
11:20:19 #13 32.82   perl-threads-shared-1.61-460.el9.aarch64                                      
11:20:19 #13 32.82   policycoreutils-devel-3.5-1.el9.aarch64                                       
11:20:19 #13 32.82   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
11:20:19 #13 32.82   selinux-policy-38.1.8-1.el9.noarch                                            
11:20:19 #13 32.82   selinux-policy-devel-38.1.8-1.el9.noarch                                      
11:20:19 #13 32.82   selinux-policy-targeted-38.1.8-1.el9.noarch                                   
11:20:19 #13 32.82   systemd-252-8.el9.aarch64                                                     
11:20:19 #13 32.82   systemd-devel-252-8.el9.aarch64                                               
11:20:19 #13 32.82   systemd-pam-252-8.el9.aarch64                                                 
11:20:19 #13 32.82   systemd-rpm-macros-252-8.el9.noarch                                           
11:20:19 #13 32.82   which-2.21-28.el9.aarch64                                                     
11:20:19 #13 32.82 
11:20:19 #13 32.82 Complete!
11:20:19 #11 extracting sha256:32fb02163b6bb519a30f909008e852354dae10bdfd6b34190dbdfe8f15403ea0 4.4s done
11:20:19 #12 6.741 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_arm64.deb ...
11:20:19 #12 6.745 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
11:20:19 #12 6.793 Selecting previously unselected package libpcre32-3:arm64.
11:20:19 #12 6.799 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_arm64.deb ...
11:20:19 #12 6.803 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
11:20:19 #12 6.850 Selecting previously unselected package libpcrecpp0v5:arm64.
11:20:19 #12 6.853 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
11:20:19 #12 6.856 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
11:20:19 #12 6.891 Selecting previously unselected package libpcre3-dev:arm64.
11:20:19 #12 6.894 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_arm64.deb ...
11:20:19 #12 6.898 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
11:20:19 #12 6.978 Selecting previously unselected package libselinux1-dev:arm64.
11:20:19 #12 6.978 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_arm64.deb ...
11:20:19 #12 1.947 dh binary
11:20:19 #12 2.009    dh_update_autotools_config
11:20:19 #12 2.035    dh_autoreconf
11:20:19 #12 2.072    create-stamp debian/debhelper-build-stamp
11:20:19 #12 2.072    dh_prep
11:20:19 #13 0.811 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
11:20:19 #13 0.814 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
11:20:19 #13 0.826 Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
11:20:19 #13 0.909 Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
11:20:19 #12 4.094    dh_fixperms
11:20:19 #12 4.140    dh_missing
11:20:19 #12 4.207    dh_installdeb
11:20:19 #12 4.260    dh_gencontrol
11:20:19 #12 4.218 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
11:20:19 #12 4.234 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
11:20:19 #12 4.235 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
11:20:19 #12 4.238 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libarchive13 amd64 3.3.3-4+deb10u3 [314 kB]
11:20:19 #12 4.241 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
11:20:19 #12 4.243 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
11:20:19 #12 4.244 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
11:20:19 #12 4.246 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
11:20:19 #12 4.284 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB]
11:20:19 #12 4.285 Get:11 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
11:20:19 #12 4.286 Get:12 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
11:20:19 #12 4.288 Get:13 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
11:20:19 #12 4.288 Get:14 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
11:20:19 #12 4.290 Get:15 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
11:20:19 #12 4.294 Get:16 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
11:20:19 #12 4.297 Get:17 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
11:20:19 #12 4.300 Get:18 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
11:20:19 #12 4.301 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
11:20:19 #12 4.308 Get:20 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
11:20:19 #12 4.309 Get:21 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
11:20:19 #12 4.310 Get:22 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
11:20:19 #12 4.311 Get:23 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
11:20:19 #12 4.314 Get:24 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB]
11:20:19 #12 4.456 debconf: delaying package configuration, since apt-utils is not installed
11:20:19 #12 9.209   Installing       : make-1:4.3-7.fc36.aarch64                            39/97 
11:20:19 #12 9.517   Installing       : gcc-12.2.1-4.fc36.aarch64                            40/97 
11:20:19 #12 9.550   Running scriptlet: gcc-12.2.1-4.fc36.aarch64                            40/97 
11:20:19 #12 9.574   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   41/97 
11:20:19 #12 9.578   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   41/97 
11:20:19 #12 9.589   Running scriptlet: dbus-broker-33-1.fc36.aarch64                        42/97 
11:20:19 #12 9.658   Installing       : dbus-broker-33-1.fc36.aarch64                        42/97 
11:20:19 #12 9.664   Running scriptlet: dbus-broker-33-1.fc36.aarch64                        42/97 
11:20:19 #12 9.674   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         43/97 
11:20:19 #12 9.678   Installing       : annobin-docs-11.06-2.fc36.noarch                     44/97 
11:20:19 #12 9.728   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                45/97 
11:20:19 #12 9.740   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    46/97 
11:20:19 #11 65.72 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:19 #11 65.86 Selecting previously unselected package libdata-dump-perl.
11:20:19 #11 65.86 Preparing to unpack .../259-libdata-dump-perl_1.25-1_all.deb ...
11:20:19 #11 65.86 Unpacking libdata-dump-perl (1.25-1) ...
11:20:19 #11 65.89 Selecting previously unselected package libdata-messagepack-perl.
11:20:19 #11 65.89 Preparing to unpack .../260-libdata-messagepack-perl_1.02-1_arm64.deb ...
11:20:19 #11 65.90 Unpacking libdata-messagepack-perl (1.02-1) ...
11:20:19 #11 65.93 Selecting previously unselected package libnet-domain-tld-perl.
11:20:19 #11 65.93 Preparing to unpack .../261-libnet-domain-tld-perl_1.75-2_all.deb ...
11:20:19 #11 65.94 Unpacking libnet-domain-tld-perl (1.75-2) ...
11:20:19 #11 65.98 Selecting previously unselected package libdata-validate-domain-perl.
11:20:19 #11 65.98 Preparing to unpack .../262-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:19 #11 65.99 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:19 #11 66.04 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:19 #11 66.05 Preparing to unpack .../263-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:19 #11 66.05 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:19 #10 62.56 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:19 #10 62.56 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
11:20:19 #10 62.57 Setting up libnet-http-perl (6.17-1) ...
11:20:19 #10 62.58 Setting up libnumber-compare-perl (0.03-1) ...
11:20:19 #10 62.59 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:20:19 #10 62.79 Setting up python3-unidiff (0.5.4-1) ...
11:20:19 #11 55.07 Unpacking libmoox-struct-perl (0.017-1) ...
11:20:19 #11 55.10 Selecting previously unselected package libnet-dns-sec-perl.
11:20:19 #11 55.10 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
11:20:19 #11 55.10 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:20:19 #11 55.14 Selecting previously unselected package libnet-libidn-perl.
11:20:19 #11 55.14 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
11:20:19 #11 55.14 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:20:19 #11 55.18 Selecting previously unselected package libnumber-range-perl.
11:20:19 #11 55.18 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
11:20:19 #11 55.18 Unpacking libnumber-range-perl (0.12-1) ...
11:20:19 #11 55.21 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:19 #11 55.21 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
11:20:19 #11 55.22 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:20:19 #11 55.25 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:19 #11 55.25 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:20:19 #11 55.25 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:20:19 #11 55.29 Selecting previously unselected package libperl4-corelibs-perl.
11:20:19 #11 55.29 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
11:20:19 #11 52.59 Selecting previously unselected package libfile-touch-perl.
11:20:19 #11 52.59 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
11:20:19 #11 52.60 Unpacking libfile-touch-perl (0.12-1) ...
11:20:19 #11 52.62 Selecting previously unselected package libio-pty-perl.
11:20:19 #11 52.62 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
11:20:19 #11 52.63 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:20:19 #11 52.65 Selecting previously unselected package libipc-run-perl.
11:20:19 #11 52.66 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
11:20:19 #11 52.66 Unpacking libipc-run-perl (20200505.0-1) ...
11:20:19 #11 52.70 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:19 #11 52.70 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:19 #11 52.71 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:19 #11 52.73 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:19 #11 52.74 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
11:20:19 #11 52.74 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:20:19 #11 52.76 Selecting previously unselected package libb-hooks-op-check-perl.
11:20:19 #11 52.77 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
11:20:19 #11 52.77 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:20:19 #11 52.81 Selecting previously unselected package libdynaloader-functions-perl.
11:20:19 #11 52.83 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:20:19 #11 52.83 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:20:19 #11 52.86 Selecting previously unselected package libdevel-callchecker-perl.
11:20:19 #11 52.86 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
11:20:19 #11 52.86 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:19 #11 52.89 Selecting previously unselected package libparams-classify-perl.
11:20:19 #11 52.90 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
11:20:19 #11 52.91 Unpacking libparams-classify-perl (0.015-1build5) ...
11:20:19 #11 56.27 Selecting previously unselected package openssh-client.
11:20:19 #11 56.28 Preparing to unpack .../065-openssh-client_1%3a9.0p1-1ubuntu7.1_armhf.deb ...
11:20:19 #11 56.28 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
11:20:19 #11 56.34 Selecting previously unselected package publicsuffix.
11:20:19 #11 56.34 Preparing to unpack .../066-publicsuffix_20220811.1734-1_all.deb ...
11:20:19 #11 56.35 Unpacking publicsuffix (20220811.1734-1) ...
11:20:19 #11 56.39 Selecting previously unselected package libunwind8:armhf.
11:20:19 #11 56.40 Preparing to unpack .../067-libunwind8_1.6.2-0ubuntu1_armhf.deb ...
11:20:19 #11 56.40 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ...
11:20:19 #11 56.44 Selecting previously unselected package strace.
11:20:19 #11 56.44 Preparing to unpack .../068-strace_5.16-0ubuntu4_armhf.deb ...
11:20:19 #11 56.44 Unpacking strace (5.16-0ubuntu4) ...
11:20:19 #11 56.48 Selecting previously unselected package xauth.
11:20:19 #11 56.48 Preparing to unpack .../069-xauth_1%3a1.1.1-1_armhf.deb ...
11:20:19 #11 56.49 Unpacking xauth (1:1.1.1-1) ...
11:20:19 #11 68.61 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:19 #11 68.62 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:19 #11 68.63 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:19 #11 68.64 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:19 #11 68.65 Setting up g++ (4:9.3.0-1ubuntu2) ...
11:20:19 #11 68.68 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:19 #11 68.68 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
11:20:19 #11 68.71 Setting up libhtml-parser-perl (3.72-5) ...
11:20:19 #11 68.73 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:19 #11 68.74 Setting up librole-tiny-perl (2.001004-1) ...
11:20:19 #11 68.75 Setting up build-essential (12.8ubuntu1.1) ...
11:20:19 #11 68.76 Setting up libfont-ttf-perl (1.06-1) ...
11:20:19 #11 68.78 Setting up libfile-homedir-perl (1.004-1) ...
11:20:19 #11 68.79 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
11:20:19 #11 68.81 Setting up libio-socket-ssl-perl (2.067-1) ...
11:20:19 #11 68.82 Setting up libsub-exporter-perl (0.987-1) ...
11:20:19 #11 69.49 Setting up python3-debian (0.1.43ubuntu1) ...
11:20:19 #10 53.59 Selecting previously unselected package liblzo2-2:armhf.
11:20:19 #10 53.60 Preparing to unpack .../304-liblzo2-2_2.10-2_armhf.deb ...
11:20:19 #10 53.60 Unpacking liblzo2-2:armhf (2.10-2) ...
11:20:19 #10 53.64 Selecting previously unselected package libsys-hostname-long-perl.
11:20:19 #10 53.64 Preparing to unpack .../305-libsys-hostname-long-perl_1.5-3_all.deb ...
11:20:19 #10 53.65 Unpacking libsys-hostname-long-perl (1.5-3) ...
11:20:19 #10 53.68 Selecting previously unselected package libmail-sendmail-perl.
11:20:19 #10 53.68 Preparing to unpack .../306-libmail-sendmail-perl_0.80-3_all.deb ...
11:20:19 #10 53.69 Unpacking libmail-sendmail-perl (0.80-3) ...
11:20:19 #10 53.72 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:19 #10 53.73 Preparing to unpack .../307-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:20:19 #10 53.73 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:20:19 #10 53.76 Selecting previously unselected package libmailtools-perl.
11:20:19 #10 53.77 Preparing to unpack .../308-libmailtools-perl_2.21-2_all.deb ...
11:20:19 #10 53.77 Unpacking libmailtools-perl (2.21-2) ...
11:20:19 #10 53.82 Selecting previously unselected package libmarkdown2:armhf.
11:20:19 #10 53.83 Preparing to unpack .../309-libmarkdown2_2.2.7-2_armhf.deb ...
11:20:19 #10 53.83 Unpacking libmarkdown2:armhf (2.2.7-2) ...
11:20:19 #10 53.87 Selecting previously unselected package libmath-base85-perl.
11:20:19 #10 53.87 Preparing to unpack .../310-libmath-base85-perl_0.5+dfsg-2_all.deb ...
11:20:19 #10 53.88 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
11:20:19 #10 53.91 Selecting previously unselected package libmime-tools-perl.
11:20:19 #10 53.91 Preparing to unpack .../311-libmime-tools-perl_5.510-1_all.deb ...
11:20:19 #10 53.92 Unpacking libmime-tools-perl (5.510-1) ...
11:20:19 #12 9.153 Selecting previously unselected package dh-apparmor.
11:20:19 #12 9.153 Preparing to unpack .../8-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
11:20:19 #12 9.156 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
11:20:19 #12 9.192 Preparing to unpack .../9-libudev1_237-3ubuntu10.57_arm64.deb ...
11:20:19 #12 9.203 Unpacking libudev1:arm64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:19 #12 9.254 Setting up libudev1:arm64 (237-3ubuntu10.57) ...
11:20:19 #10 52.79 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:20:19 #10 52.82 No schema files found: doing nothing.
11:20:19 #10 52.84 Setting up distro-info-data (0.51+deb11u3) ...
11:20:19 #10 52.86 Setting up manpages (5.10-1) ...
11:20:19 #10 52.87 Setting up unzip (6.0-26+deb11u1) ...
11:20:19 #10 52.89 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:20:19 #10 52.90 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
11:20:19 #10 52.91 Setting up libsqlite3-0:armhf (3.34.1-3) ...
11:20:19 #10 52.93 Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
11:20:19 #10 52.94 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:20:19 #10 52.96 Setting up libfcgi-bin (2.4.2-2) ...
11:20:19 #10 52.97 Setting up binutils-common:armhf (2.35.2-2) ...
11:20:19 #10 52.98 Setting up libnghttp2-14:armhf (1.43.0-1) ...
11:20:19 #12 7.807 Preparing to unpack .../16-libpcre2-posix3_10.42-1_amd64.deb ...
11:20:19 #12 7.818 Unpacking libpcre2-posix3:amd64 (10.42-1) ...
11:20:19 #12 7.878 Selecting previously unselected package libpcre2-dev:amd64.
11:20:19 #12 7.882 Preparing to unpack .../17-libpcre2-dev_10.42-1_amd64.deb ...
11:20:19 #12 7.885 Unpacking libpcre2-dev:amd64 (10.42-1) ...
11:20:19 #12 7.982 Selecting previously unselected package libselinux1-dev:amd64.
11:20:19 #12 7.986 Preparing to unpack .../18-libselinux1-dev_3.4-1+b5_amd64.deb ...
11:20:19 #12 7.990 Unpacking libselinux1-dev:amd64 (3.4-1+b5) ...
11:20:19 #12 8.047 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:19 #12 8.050 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.185-2_amd64.deb ...
11:20:19 #12 8.054 Unpacking libdevmapper-dev:amd64 (2:1.02.185-2) ...
11:20:19 #14 29.52   Installing       : git-2.39.1-1.el8.x86_64                              64/80 
11:20:19 #14 29.60   Installing       : libtool-2.4.6-25.el8.x86_64                          65/80 
11:20:19 #14 29.61   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          65/80 
11:20:19 #14 29.64   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               66/80 
11:20:19 #14 29.66   Installing       : device-mapper-devel-8:1.02.181-9.el8.x86_64          67/80 
11:20:19 #14 29.70   Installing       : annobin-10.94-1.el8.x86_64                           68/80 
11:20:19 #14 29.71   Running scriptlet: annobin-10.94-1.el8.x86_64                           68/80 
11:20:19 #14 29.73   Installing       : gcc-plugin-annobin-8.5.0-18.el8.x86_64               69/80 
11:20:19 #14 29.74   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.x86_64               69/80 
11:20:19 #14 29.77   Installing       : libseccomp-devel-2.5.2-1.el8.x86_64                  70/80 
11:20:19 #14 29.78   Upgrading        : glibc-minimal-langpack-2.28-225.el8.x86_64           71/80 
11:20:19 #14 29.80   Running scriptlet: systemd-239-70.el8.x86_64                            72/80 
11:20:19 #12 6.982 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
11:20:19 #12 7.039 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:19 #12 7.039 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
11:20:19 #12 7.044 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
11:20:19 #12 7.077 Selecting previously unselected package libseccomp-dev:arm64.
11:20:19 #12 7.080 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_arm64.deb ...
11:20:19 #12 7.083 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
11:20:19 #12 7.120 Selecting previously unselected package libsystemd-dev:arm64.
11:20:19 #12 7.122 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_arm64.deb ...
11:20:19 #12 7.125 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
11:20:19 #12 7.217 Selecting previously unselected package pkg-config.
11:20:19 #11 extracting sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf
11:20:19 #10 42.85 Selecting previously unselected package libxml2:armhf.
11:20:19 #10 42.85 Preparing to unpack .../059-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
11:20:19 #12 1.082 Reading package lists...
11:20:19 #12 2.098    dh_install
11:20:19 #12 2.128    dh_installdocs
11:20:19 #12 2.162    dh_installchangelogs
11:20:19 #12 2.238    dh_perl
11:20:19 #12 2.270    dh_link
11:20:19 #12 2.302    dh_strip_nondeterminism
11:20:19 #12 2.356    dh_compress
11:20:19 #12 4.386    dh_md5sums
11:20:19 #12 4.425    dh_builddeb
11:20:19 #12 4.460 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:19 #12 4.480  dpkg-genbuildinfo --build=binary
11:20:19 #14 31.04 Last metadata expiration check: 0:00:45 ago on Fri Mar 10 11:19:34 2023.
11:20:19 #12 4.486 Fetched 8859 kB in 0s (24.5 MB/s)
11:20:19 #12 4.619 Selecting previously unselected package bash-completion.
11:20:19 #12 4.619 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:19 #12 4.636 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
11:20:19 #12 9.749   Installing       : rhash-1.4.2-2.fc36.aarch64                           47/97 
11:20:19 #12 9.757   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   48/97 
11:20:19 #12 9.762   Installing       : perl-lib-0.65-486.fc36.aarch64                       49/97 
11:20:19 #12 9.768   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64                50/97 
11:20:19 #12 9.773   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  51/97 
11:20:19 #12 9.778   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          52/97 
11:20:19 #12 9.798   Installing       : autoconf-2.71-3.fc36.noarch                          53/97 
11:20:19 #12 9.821   Installing       : automake-1.16.5-7.fc36.noarch                        54/97 
11:20:19 #12 9.829   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   55/97 
11:20:19 #12 9.834   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     56/97 
11:20:19 #12 9.882   Installing       : libutempter-1.2.1-6.fc36.aarch64                     56/97 
11:20:19 #12 9.951   Installing       : util-linux-2.38-1.fc36.aarch64                       57/97 
11:20:19 #12 9.964   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                       58/97 
11:20:19 #11 66.08 Selecting previously unselected package libnet-netmask-perl.
11:20:19 #11 66.09 Preparing to unpack .../264-libnet-netmask-perl_2.0001-1_all.deb ...
11:20:19 #11 66.09 Unpacking libnet-netmask-perl (2.0001-1) ...
11:20:19 #11 66.13 Selecting previously unselected package libnetaddr-ip-perl.
11:20:19 #11 66.13 Preparing to unpack .../265-libnetaddr-ip-perl_4.079+dfsg-2_arm64.deb ...
11:20:19 #11 66.14 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
11:20:19 #11 66.18 Selecting previously unselected package libdata-validate-ip-perl.
11:20:19 #11 66.18 Preparing to unpack .../266-libdata-validate-ip-perl_0.30-1_all.deb ...
11:20:19 #11 66.19 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:20:19 #11 66.22 Selecting previously unselected package libdata-validate-uri-perl.
11:20:19 #11 66.23 Preparing to unpack .../267-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:19 #11 66.23 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:19 #11 66.27 Selecting previously unselected package libdistro-info-perl.
11:20:19 #11 66.27 Preparing to unpack .../268-libdistro-info-perl_1.1ubuntu1_all.deb ...
11:20:19 #11 66.28 Unpacking libdistro-info-perl (1.1ubuntu1) ...
11:20:19 #10 62.96 Setting up libunicode-utf8-perl (0.60-1build4) ...
11:20:19 #10 62.98 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:20:19 #10 62.99 Setting up libparams-util-perl (1.07-3build3) ...
11:20:19 #10 63.00 Setting up libsub-name-perl (0.21-1build1) ...
11:20:19 #10 63.01 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
11:20:19 #11 55.29 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:20:19 #11 55.33 Selecting previously unselected package libperlio-gzip-perl.
11:20:19 #11 55.33 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
11:20:19 #11 55.33 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:20:19 #11 55.36 Selecting previously unselected package libpod-constants-perl.
11:20:19 #11 55.36 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
11:20:19 #11 55.37 Unpacking libpod-constants-perl (0.19-1) ...
11:20:19 #11 55.41 Selecting previously unselected package libre2-5:armhf.
11:20:19 #11 55.41 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
11:20:19 #11 55.42 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
11:20:19 #11 55.46 Selecting previously unselected package libre-engine-re2-perl.
11:20:19 #11 55.46 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
11:20:19 #11 55.46 Unpacking libre-engine-re2-perl (0.13-5) ...
11:20:19 #11 55.50 Selecting previously unselected package libreadonly-perl.
11:20:19 #11 55.50 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
11:20:19 #11 55.50 Unpacking libreadonly-perl (2.050-2) ...
11:20:19 #11 55.54 Selecting previously unselected package libref-util-perl.
11:20:19 #11 55.54 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
11:20:19 #11 52.93 Selecting previously unselected package libmodule-runtime-perl.
11:20:19 #11 52.93 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
11:20:19 #11 52.94 Unpacking libmodule-runtime-perl (0.016-1) ...
11:20:19 #11 52.97 Selecting previously unselected package libimport-into-perl.
11:20:19 #11 52.97 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
11:20:19 #11 52.98 Unpacking libimport-into-perl (1.002005-1) ...
11:20:19 #11 53.00 Selecting previously unselected package librole-tiny-perl.
11:20:19 #11 53.01 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
11:20:19 #11 53.01 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:19 #11 53.04 Selecting previously unselected package libsub-quote-perl.
11:20:19 #11 53.04 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
11:20:19 #11 53.05 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:19 #11 53.08 Selecting previously unselected package libmoo-perl.
11:20:19 #11 53.08 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
11:20:19 #11 53.08 Unpacking libmoo-perl (2.005004-3) ...
11:20:19 #11 53.12 Selecting previously unselected package libencode-locale-perl.
11:20:19 #11 53.12 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
11:20:19 #11 53.13 Unpacking libencode-locale-perl (1.05-1.1) ...
11:20:19 #11 56.52 Selecting previously unselected package xz-utils.
11:20:19 #11 56.52 Preparing to unpack .../070-xz-utils_5.2.5-2.1_armhf.deb ...
11:20:19 #11 56.53 Unpacking xz-utils (5.2.5-2.1) ...
11:20:19 #11 56.57 Selecting previously unselected package m4.
11:20:19 #11 56.57 Preparing to unpack .../071-m4_1.4.19-1_armhf.deb ...
11:20:19 #11 56.57 Unpacking m4 (1.4.19-1) ...
11:20:19 #11 56.61 Selecting previously unselected package autoconf.
11:20:19 #11 56.61 Preparing to unpack .../072-autoconf_2.71-2_all.deb ...
11:20:19 #11 56.62 Unpacking autoconf (2.71-2) ...
11:20:19 #11 56.67 Selecting previously unselected package autotools-dev.
11:20:19 #11 56.67 Preparing to unpack .../073-autotools-dev_20220109.1_all.deb ...
11:20:19 #11 56.68 Unpacking autotools-dev (20220109.1) ...
11:20:19 #11 56.71 Selecting previously unselected package automake.
11:20:19 #11 56.72 Preparing to unpack .../074-automake_1%3a1.16.5-1.3_all.deb ...
11:20:19 #11 56.73 Unpacking automake (1:1.16.5-1.3) ...
11:20:19 #11 68.83 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:19 #11 68.84 Setting up libhttp-message-perl (6.22-1) ...
11:20:19 #11 68.85 Setting up libhtml-form-perl (6.07-1) ...
11:20:19 #11 68.87 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
11:20:19 #11 68.88 Setting up libjson-xs-perl (4.020-1build1) ...
11:20:19 #11 68.89 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:19 #11 68.90 Setting up libio-prompter-perl (0.004015-1) ...
11:20:19 #11 68.91 Setting up libhttp-cookies-perl (6.08-1) ...
11:20:19 #11 68.92 Setting up po-debconf (1.0.21) ...
11:20:19 #11 68.94 Setting up libhtml-tree-perl (5.07-2) ...
11:20:19 #11 68.95 Setting up libparams-classify-perl (0.015-1build2) ...
11:20:19 #11 68.96 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
11:20:19 #11 68.97 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:19 #11 68.98 Setting up libnet-dns-sec-perl (1.15-1) ...
11:20:19 #11 69.00 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.16) ...
11:20:19 #11 69.01 Setting up libsereal-perl (4.011-1) ...
11:20:19 #11 69.02 Setting up libhtml-format-perl (2.12-1) ...
11:20:19 #11 69.03 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:19 #10 53.97 Selecting previously unselected package libmldbm-perl.
11:20:19 #10 53.97 Preparing to unpack .../312-libmldbm-perl_2.05-4_all.deb ...
11:20:19 #10 53.98 Unpacking libmldbm-perl (2.05-4) ...
11:20:19 #10 54.02 Selecting previously unselected package libmoox-aliases-perl.
11:20:19 #10 54.02 Preparing to unpack .../313-libmoox-aliases-perl_0.001006-2_all.deb ...
11:20:19 #10 54.03 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:20:19 #10 54.06 Selecting previously unselected package libmouse-perl.
11:20:19 #10 54.07 Preparing to unpack .../314-libmouse-perl_2.5.10-1+b3_armhf.deb ...
11:20:19 #10 54.07 Unpacking libmouse-perl (2.5.10-1+b3) ...
11:20:19 #10 54.14 Selecting previously unselected package libossp-uuid16:armhf.
11:20:19 #10 54.14 Preparing to unpack .../315-libossp-uuid16_1.6.2-1.5+b11_armhf.deb ...
11:20:19 #10 54.14 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b11) ...
11:20:19 #11 69.68 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:19 #11 69.84 Setting up libdata-optlist-perl (0.112-1) ...
11:20:19 #11 69.85 Setting up libipc-run-perl (20200505.0-1) ...
11:20:19 #11 69.86 Setting up git (1:2.34.1-1ubuntu1.8) ...
11:20:19 #11 69.88 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
11:20:19 #11 69.89 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:19 #11 69.90 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:19 #11 69.91 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:19 #11 69.92 Setting up g++ (4:11.2.0-1ubuntu1) ...
11:20:19 #11 69.95 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:19 #11 69.95 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
11:20:19 #11 69.95 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
11:20:19 #11 69.98 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:19 #11 69.98 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:19 #12 9.298 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:19 #12 9.298 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24481 files and directories currently installed.)
11:20:19 #12 9.311 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
11:20:19 #12 9.314 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:19 #12 9.355 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:19 #12 9.357 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
11:20:19 #12 9.360 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:19 #12 9.401 Selecting previously unselected package libudev-dev:arm64.
11:20:19 #12 9.403 Preparing to unpack .../02-libudev-dev_237-3ubuntu10.57_arm64.deb ...
11:20:19 #12 9.413 Unpacking libudev-dev:arm64 (237-3ubuntu10.57) ...
11:20:19 #12 9.443 Selecting previously unselected package libsepol1-dev:arm64.
11:20:19 #12 9.445 Preparing to unpack .../03-libsepol1-dev_2.7-1ubuntu0.1_arm64.deb ...
11:20:19 #12 9.448 Unpacking libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
11:20:19 #12 9.509 Selecting previously unselected package libpcre16-3:arm64.
11:20:19 #12 9.512 Preparing to unpack .../04-libpcre16-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
11:20:19 #12 9.516 Unpacking libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
11:20:19 #12 9.558 Selecting previously unselected package libpcre32-3:arm64.
11:20:19 #12 9.560 Preparing to unpack .../05-libpcre32-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
11:20:19 #12 9.563 Unpacking libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
11:20:19 #12 9.605 Selecting previously unselected package libpcrecpp0v5:arm64.
11:20:19 #10 52.99 Setting up libmagic1:armhf (1:5.39-3) ...
11:20:19 #10 53.01 Setting up libdeflate0:armhf (1.7-1) ...
11:20:19 #10 53.03 Setting up less (551-2) ...
11:20:19 #10 53.04 Setting up perl-openssl-defaults:armhf (5) ...
11:20:19 #10 53.06 Setting up linux-libc-dev:armhf (5.10.162-1) ...
11:20:19 #10 53.07 Setting up libctf-nobfd0:armhf (2.35.2-2) ...
11:20:19 #10 53.08 Setting up gettext-base (0.21-4) ...
11:20:19 #10 53.10 Setting up liblzo2-2:armhf (2.10-2) ...
11:20:19 #10 53.11 Setting up libnpth0:armhf (1.6-3) ...
11:20:19 #10 53.12 Setting up file (1:5.39-3) ...
11:20:19 #10 53.13 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ...
11:20:19 #10 53.14 Setting up libassuan0:armhf (2.5.3-7.1) ...
11:20:19 #10 53.15 Setting up libgomp1:armhf (10.2.1-6) ...
11:20:19 #10 53.17 Setting up bzip2 (1.0.8-4) ...
11:20:19 #10 53.18 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:20:19 #10 53.19 Setting up pbzip2 (1.1.13-1) ...
11:20:19 #10 53.21 Setting up libjbig0:armhf (2.1-3.1+b2) ...
11:20:19 #10 53.22 Setting up libfakeroot:armhf (1.25.3-1.1) ...
11:20:19 #10 53.23 Setting up libasan6:armhf (10.2.1-6) ...
11:20:19 #10 53.25 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:20:19 #10 53.26 Setting up fakeroot (1.25.3-1.1) ...
11:20:19 #10 53.27 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:19 #10 53.28 Setting up autotools-dev (20180224.1+nmu1) ...
11:20:19 #10 53.29 Setting up libglib2.0-data (2.66.8-1) ...
11:20:19 #10 53.30 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:20:19 #12 8.090 Selecting previously unselected package libseccomp-dev:amd64.
11:20:19 #12 8.093 Preparing to unpack .../20-libseccomp-dev_2.5.4-1+b3_amd64.deb ...
11:20:19 #12 8.096 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ...
11:20:19 #12 8.132 Selecting previously unselected package libsystemd-dev:amd64.
11:20:19 #12 8.136 Preparing to unpack .../21-libsystemd-dev_252.5-2_amd64.deb ...
11:20:19 #12 8.139 Unpacking libsystemd-dev:amd64 (252.5-2) ...
11:20:19 #14 29.82   Cleanup          : systemd-239-70.el8.x86_64                            72/80 
11:20:19 #14 29.86   Cleanup          : systemd-libs-239-70.el8.x86_64                       73/80 
11:20:19 #14 29.88   Cleanup          : systemd-pam-239-70.el8.x86_64                        74/80 
11:20:19 #14 29.90   Cleanup          : pcre2-10.32-3.el8_6.x86_64                           75/80 
11:20:19 #14 29.93   Cleanup          : libsemanage-2.9-9.el8_6.x86_64                       76/80 
11:20:19 #14 29.96   Cleanup          : glibc-2.28-224.el8.x86_64                            77/80 
11:20:19 #14 30.00   Cleanup          : glibc-minimal-langpack-2.28-224.el8.x86_64           78/80 
11:20:19 #14 30.02   Cleanup          : glibc-gconv-extra-2.28-224.el8.x86_64                79/80 
11:20:19 #14 30.02   Running scriptlet: glibc-gconv-extra-2.28-224.el8.x86_64                79/80 
11:20:19 #13 1.192 Reading package lists...
11:20:19 #12 7.221 Preparing to unpack .../23-pkg-config_0.29-6_arm64.deb ...
11:20:19 #12 7.224 Unpacking pkg-config (0.29-6) ...
11:20:19 #12 7.268 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
11:20:19 #12 7.278 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
11:20:19 #12 7.288 Setting up libpcre16-3:arm64 (2:8.39-12) ...
11:20:19 #12 7.298 Setting up libarchive13:arm64 (3.3.3-4+deb10u3) ...
11:20:19 #12 7.308 Setting up libprocps7:arm64 (2:3.3.15-2) ...
11:20:19 #12 7.322 Setting up libsepol1-dev:arm64 (2.8-1) ...
11:20:19 #12 7.332 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
11:20:19 #12 7.342 Setting up bash-completion (1:2.8-6) ...
11:20:19 #11 extracting sha256:167c7feebee855d117e192389484ea8367be1ba84e7ee35f4e5e5663195facbf 0.2s done
11:20:19 #11 extracting sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604
11:20:19 #10 42.85 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
11:20:19 #10 42.93 Selecting previously unselected package gettext.
11:20:19 #10 42.93 Preparing to unpack .../060-gettext_0.21-12_armhf.deb ...
11:20:19 #10 42.94 Unpacking gettext (0.21-12) ...
11:20:19 #10 43.08 Selecting previously unselected package intltool-debian.
11:20:19 #10 43.08 Preparing to unpack .../061-intltool-debian_0.35.0+20060710.6_all.deb ...
11:20:19 #10 43.08 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:20:19 #10 43.11 Selecting previously unselected package po-debconf.
11:20:19 #12 1.922 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:19 #12 1.922 dpkg-buildpackage: info: source version 1.0
11:20:19 #12 1.922 dpkg-buildpackage: info: source distribution unstable
11:20:19 #12 1.922 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:19 #12 1.960  dpkg-source --before-build .
11:20:19 #12 1.960 dpkg-buildpackage: info: host architecture arm64
11:20:19 #12 2.061  debian/rules clean
11:20:19 #12 2.064 dh clean
11:20:19 #12 2.144    dh_clean
11:20:19 #12 2.181  debian/rules binary
11:20:19 #10 61.42 Setting up python3-xdg (0.25-5) ...
11:20:19 #10 61.59 Setting up man-db (2.8.5-2) ...
11:20:19 #12 2.392    dh_fixperms
11:20:19 #12 2.428    dh_missing
11:20:19 #12 2.452    dh_installdeb
11:20:19 #12 2.485    dh_gencontrol
11:20:19 #12 2.590    dh_md5sums
11:20:19 #12 4.628  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
11:20:19 #12 4.729 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:19 #12 4.733  dpkg-source --after-build .
11:20:19 #12 4.845 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:19 #15 DONE 2.4s
11:20:19 
11:20:19 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:19 #16 DONE 0.0s
11:20:19 
11:20:19 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:19 #17 DONE 0.0s
11:20:19 
11:20:19 #18 exporting to image
11:20:19 #18 exporting layers
11:20:19 #13 33.41 Last metadata expiration check: 0:00:30 ago on Fri Mar 10 11:19:49 2023.
11:20:19 #12 10.00   Installing       : openssh-8.8p1-1.fc36.1.aarch64                       58/97 
11:20:19 #12 10.02   Installing       : libsepol-devel-3.3-3.fc36.aarch64                    59/97 
11:20:19 #12 10.03   Installing       : libselinux-devel-3.3-4.fc36.aarch64                  60/97 
11:20:19 #12 10.04   Installing       : libselinux-utils-3.3-4.fc36.aarch64                  61/97 
11:20:19 #12 10.06   Installing       : policycoreutils-3.3-4.fc36.aarch64                   62/97 
11:20:19 #12 10.07   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   62/97 
11:20:19 #12 10.08   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             63/97 
11:20:19 #12 10.09   Installing       : selinux-policy-36.17-1.fc36.noarch                   64/97 
11:20:19 #12 10.09   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   64/97 
11:20:19 #11 66.31 Selecting previously unselected package libemail-address-xs-perl.
11:20:19 #11 66.31 Preparing to unpack .../269-libemail-address-xs-perl_1.05-1_arm64.deb ...
11:20:19 #11 66.32 Unpacking libemail-address-xs-perl (1.05-1) ...
11:20:19 #11 66.36 Selecting previously unselected package libfcgi-bin.
11:20:19 #11 66.36 Preparing to unpack .../270-libfcgi-bin_2.4.2-2build2_arm64.deb ...
11:20:19 #11 66.36 Unpacking libfcgi-bin (2.4.2-2build2) ...
11:20:19 #11 66.39 Selecting previously unselected package libipc-system-simple-perl.
11:20:19 #11 66.40 Preparing to unpack .../271-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:19 #11 66.40 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:19 #11 66.44 Selecting previously unselected package libfile-basedir-perl.
11:20:19 #11 66.44 Preparing to unpack .../272-libfile-basedir-perl_0.09-1_all.deb ...
11:20:19 #11 66.45 Unpacking libfile-basedir-perl (0.09-1) ...
11:20:19 #11 66.48 Selecting previously unselected package libfile-chdir-perl.
11:20:19 #11 66.48 Preparing to unpack .../273-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:19 #11 66.49 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:19 #11 66.52 Selecting previously unselected package libfile-fcntllock-perl.
11:20:19 #11 66.53 Preparing to unpack .../274-libfile-fcntllock-perl_0.22-4_arm64.deb ...
11:20:19 #11 66.53 Unpacking libfile-fcntllock-perl (0.22-4) ...
11:20:19 #11 55.54 Unpacking libref-util-perl (0.204-1) ...
11:20:19 #11 55.58 Selecting previously unselected package libref-util-xs-perl.
11:20:19 #11 55.58 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
11:20:19 #11 55.58 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:20:19 #11 55.62 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:19 #11 55.62 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:20:19 #11 55.62 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:20:19 #11 55.66 Selecting previously unselected package libregexp-pattern-perl.
11:20:19 #11 55.66 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:20:19 #11 55.67 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:20:19 #11 55.70 Selecting previously unselected package libsasl2-modules:armhf.
11:20:19 #11 55.70 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:20:19 #11 55.71 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:19 #11 55.74 Selecting previously unselected package libsereal-decoder-perl.
11:20:19 #11 55.74 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
11:20:19 #11 55.75 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:20:19 #11 55.79 Selecting previously unselected package libsereal-encoder-perl.
11:20:19 #11 55.79 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
11:20:19 #10 63.12 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
11:20:19 #10 63.13 Setting up libsub-quote-perl (2.005000-1) ...
11:20:19 #10 63.14 Setting up libfcgi-perl (0.78-2build1) ...
11:20:19 #10 63.15 Setting up libwww-robotrules-perl (6.01-1) ...
11:20:19 #10 63.16 Setting up python3-debian (0.1.32) ...
11:20:19 #10 63.35 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:19 #10 63.36 Setting up libclass-accessor-perl (0.51-1) ...
11:20:19 #11 53.16 Selecting previously unselected package libtimedate-perl.
11:20:19 #11 53.16 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
11:20:19 #11 53.16 Unpacking libtimedate-perl (2.3300-2) ...
11:20:19 #11 53.19 Selecting previously unselected package libhttp-date-perl.
11:20:19 #11 53.20 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
11:20:19 #11 53.20 Unpacking libhttp-date-perl (6.05-1) ...
11:20:19 #11 53.24 Selecting previously unselected package libfile-listing-perl.
11:20:19 #11 53.24 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
11:20:19 #11 53.25 Unpacking libfile-listing-perl (6.14-1) ...
11:20:19 #11 53.27 Selecting previously unselected package libhtml-tagset-perl.
11:20:19 #11 53.28 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:19 #11 53.28 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:19 #11 53.31 Selecting previously unselected package liburi-perl.
11:20:19 #11 53.31 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
11:20:19 #11 53.33 Unpacking liburi-perl (5.10-1) ...
11:20:19 #11 53.35 Selecting previously unselected package libhtml-parser-perl:armhf.
11:20:19 #11 53.36 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
11:20:19 #11 53.36 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
11:20:19 #11 69.10 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:19 #11 69.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:19 #10 54.18 Selecting previously unselected package libossp-uuid-perl.
11:20:19 #10 54.19 Preparing to unpack .../316-libossp-uuid-perl_1.6.2-1.5+b11_armhf.deb ...
11:20:19 #10 54.19 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
11:20:19 #10 54.23 Selecting previously unselected package libpackage-stash-xs-perl:armhf.
11:20:19 #10 54.24 Preparing to unpack .../317-libpackage-stash-xs-perl_0.30-1+b1_armhf.deb ...
11:20:19 #10 54.24 Unpacking libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
11:20:19 #10 54.28 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:19 #10 54.28 Preparing to unpack .../318-libpath-iterator-rule-perl_1.015-2_all.deb ...
11:20:19 #10 54.29 Unpacking libpath-iterator-rule-perl (1.015-2) ...
11:20:19 #10 54.33 Selecting previously unselected package libperlio-gzip-perl.
11:20:19 #10 54.33 Preparing to unpack .../319-libperlio-gzip-perl_0.20-1+b1_armhf.deb ...
11:20:19 #10 54.34 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
11:20:19 #10 54.38 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:19 #10 54.38 Preparing to unpack .../320-libperlio-utf8-strict-perl_0.010-1_armhf.deb ...
11:20:19 #11 70.00 Setting up librole-tiny-perl (2.002004-1) ...
11:20:19 #11 70.01 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:20:19 #11 70.02 Setting up build-essential (12.9ubuntu3) ...
11:20:19 #11 70.03 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:19 #11 70.04 Setting up libfile-homedir-perl (1.006-1) ...
11:20:19 #11 70.05 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:19 #11 70.06 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:19 #11 70.07 Setting up libsub-exporter-perl (0.988-1) ...
11:20:19 #11 70.08 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:19 #11 70.09 Setting up libhttp-message-perl (6.36-1) ...
11:20:19 #11 70.10 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:19 #11 70.11 Setting up libhtml-form-perl (6.07-1) ...
11:20:19 #11 70.12 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:19 #11 70.13 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:19 #11 70.14 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:19 #11 70.15 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:19 #11 70.16 Setting up libio-prompter-perl (0.004015-1) ...
11:20:19 #11 70.17 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:19 #11 70.18 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:19 #11 70.19 Setting up po-debconf (1.0.21+nmu1) ...
11:20:20 #12 9.608 Preparing to unpack .../06-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_arm64.deb ...
11:20:20 #12 9.611 Unpacking libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
11:20:20 #12 9.641 Selecting previously unselected package libpcre3-dev:arm64.
11:20:20 #12 9.643 Preparing to unpack .../07-libpcre3-dev_2%3a8.39-9ubuntu0.1_arm64.deb ...
11:20:20 #12 9.646 Unpacking libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
11:20:20 #12 9.709 Selecting previously unselected package libselinux1-dev:arm64.
11:20:20 #12 9.711 Preparing to unpack .../08-libselinux1-dev_2.7-2build2_arm64.deb ...
11:20:20 #12 9.715 Unpacking libselinux1-dev:arm64 (2.7-2build2) ...
11:20:20 #12 9.760 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:20 #12 9.760 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
11:20:20 #12 9.764 Unpacking libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:20 #12 9.796 Selecting previously unselected package libseccomp-dev:arm64.
11:20:20 #12 9.798 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_arm64.deb ...
11:20:20 #12 9.801 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
11:20:20 #12 9.845 Preparing to unpack .../11-libsystemd0_237-3ubuntu10.57_arm64.deb ...
11:20:20 #10 53.32 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ...
11:20:20 #10 53.33 Setting up libx11-data (2:1.7.2-1) ...
11:20:20 #10 53.34 Setting up make (4.3-4.1) ...
11:20:20 #10 53.35 Setting up libmpfr6:armhf (4.1.0-3) ...
11:20:20 #10 53.36 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:20:20 #10 53.38 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:20:20 #10 53.39 Setting up lzip (1.22-3) ...
11:20:20 #10 53.42 Setting up strace (5.10-1) ...
11:20:20 #10 53.43 Setting up libsigsegv2:armhf (2.13-1) ...
11:20:20 #10 53.51 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:20:20 #11 56.79 Selecting previously unselected package autopoint.
11:20:20 #11 56.79 Preparing to unpack .../075-autopoint_0.21-8_all.deb ...
11:20:20 #11 56.79 Unpacking autopoint (0.21-8) ...
11:20:20 #11 56.83 Selecting previously unselected package binutils-common:armhf.
11:20:20 #11 56.83 Preparing to unpack .../076-binutils-common_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 56.84 Unpacking binutils-common:armhf (2.39-3ubuntu1.1) ...
11:20:20 #11 56.87 Selecting previously unselected package libbinutils:armhf.
11:20:20 #11 56.87 Preparing to unpack .../077-libbinutils_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 56.88 Unpacking libbinutils:armhf (2.39-3ubuntu1.1) ...
11:20:20 #11 56.93 Selecting previously unselected package libctf-nobfd0:armhf.
11:20:20 #11 56.93 Preparing to unpack .../078-libctf-nobfd0_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 56.94 Unpacking libctf-nobfd0:armhf (2.39-3ubuntu1.1) ...
11:20:20 #11 56.98 Selecting previously unselected package libctf0:armhf.
11:20:20 #11 56.98 Preparing to unpack .../079-libctf0_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 56.98 Unpacking libctf0:armhf (2.39-3ubuntu1.1) ...
11:20:20 #11 57.02 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:20:20 #11 57.02 Preparing to unpack .../080-binutils-arm-linux-gnueabihf_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 57.02 Unpacking binutils-arm-linux-gnueabihf (2.39-3ubuntu1.1) ...
11:20:20 #12 3.692 Reading package lists...
11:20:20 #12 4.961 Building dependency tree...
11:20:20 #12 8.250 Selecting previously unselected package libpkgconf3:amd64.
11:20:20 #12 8.254 Preparing to unpack .../22-libpkgconf3_1.8.1-1_amd64.deb ...
11:20:20 #12 8.258 Unpacking libpkgconf3:amd64 (1.8.1-1) ...
11:20:20 #12 8.289 Selecting previously unselected package pkgconf-bin.
11:20:20 #12 8.293 Preparing to unpack .../23-pkgconf-bin_1.8.1-1_amd64.deb ...
11:20:20 #12 8.296 Unpacking pkgconf-bin (1.8.1-1) ...
11:20:20 #12 8.335 Selecting previously unselected package pkgconf:amd64.
11:20:20 #12 8.336 Preparing to unpack .../24-pkgconf_1.8.1-1_amd64.deb ...
11:20:20 #12 8.340 Unpacking pkgconf:amd64 (1.8.1-1) ...
11:20:20 #12 8.372 Selecting previously unselected package pkg-config:amd64.
11:20:20 #12 8.376 Preparing to unpack .../25-pkg-config_1.8.1-1_amd64.deb ...
11:20:20 #12 8.381 Unpacking pkg-config:amd64 (1.8.1-1) ...
11:20:20 #12 8.421 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ...
11:20:20 #12 8.431 Setting up libpcre2-16-0:amd64 (10.42-1) ...
11:20:20 #12 8.441 Setting up libpcre2-32-0:amd64 (10.42-1) ...
11:20:20 #12 8.451 Setting up libpkgconf3:amd64 (1.8.1-1) ...
11:20:20 #12 8.463 Setting up libuv1:amd64 (1.44.2-1) ...
11:20:20 #12 8.473 Setting up bash-completion (1:2.11-6) ...
11:20:20 #12 8.492 Setting up libproc2-0:amd64 (2:4.0.2-3) ...
11:20:20 #12 8.502 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
11:20:20 #12 8.512 Setting up libudev-dev:amd64 (252.5-2) ...
11:20:20 #12 8.523 Setting up libsepol-dev:amd64 (3.4-2) ...
11:20:20 #12 8.533 Setting up pkgconf-bin (1.8.1-1) ...
11:20:20 #12 8.541 Setting up libpcre2-posix3:amd64 (10.42-1) ...
11:20:20 #14 30.05   Cleanup          : glibc-common-2.28-224.el8.x86_64                     80/80 
11:20:20 #14 30.07   Running scriptlet: glibc-common-2.28-224.el8.x86_64                     80/80 
11:20:20 #14 30.15   Running scriptlet: glibc-common-2.28-225.el8.x86_64                     80/80 
11:20:20 #13 2.095 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:20 #13 2.095 dpkg-buildpackage: info: source version 1.0
11:20:20 #13 2.095 dpkg-buildpackage: info: source distribution unstable
11:20:20 #13 2.095 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:20 #13 2.128 dpkg-buildpackage: info: host architecture amd64
11:20:20 #13 2.128  dpkg-source --before-build .
11:20:20 #13 2.226  debian/rules clean
11:20:20 #13 2.228 dh clean
11:20:20 #13 2.313    dh_clean
11:20:20 #13 2.345  debian/rules binary
11:20:20 #10 43.11 Preparing to unpack .../062-po-debconf_1.0.21+nmu1_all.deb ...
11:20:20 #10 43.12 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:20 #10 43.17 Selecting previously unselected package debhelper.
11:20:20 #10 43.17 Preparing to unpack .../063-debhelper_13.11.4_all.deb ...
11:20:20 #10 43.18 Unpacking debhelper (13.11.4) ...
11:20:20 #10 43.29 Selecting previously unselected package libfakeroot:armhf.
11:20:20 #10 43.29 Preparing to unpack .../064-libfakeroot_1.29-1_armhf.deb ...
11:20:20 #10 43.30 Unpacking libfakeroot:armhf (1.29-1) ...
11:20:20 #10 43.33 Selecting previously unselected package fakeroot.
11:20:20 #10 43.33 Preparing to unpack .../065-fakeroot_1.29-1_armhf.deb ...
11:20:20 #10 43.34 Unpacking fakeroot (1.29-1) ...
11:20:20 #10 43.37 Selecting previously unselected package libencode-locale-perl.
11:20:20 #10 43.37 Preparing to unpack .../066-libencode-locale-perl_1.05-3_all.deb ...
11:20:20 #10 43.38 Unpacking libencode-locale-perl (1.05-3) ...
11:20:20 #10 43.41 Selecting previously unselected package libtimedate-perl.
11:20:20 #10 43.41 Preparing to unpack .../067-libtimedate-perl_2.3300-2_all.deb ...
11:20:20 #10 43.41 Unpacking libtimedate-perl (2.3300-2) ...
11:20:20 #10 43.45 Selecting previously unselected package libhttp-date-perl.
11:20:20 #10 43.45 Preparing to unpack .../068-libhttp-date-perl_6.05-2_all.deb ...
11:20:20 #10 43.45 Unpacking libhttp-date-perl (6.05-2) ...
11:20:20 #10 43.48 Selecting previously unselected package libfile-listing-perl.
11:20:20 #10 43.48 Preparing to unpack .../069-libfile-listing-perl_6.15-1_all.deb ...
11:20:20 #11 extracting sha256:d6dfff1f6f3ddd2194ea0775f199572e8b2d75c38713eef0444d6b1fd0ac7604 0.2s done
11:20:20 #11 extracting sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d
11:20:20 #12 2.184 dh binary
11:20:20 #12 2.249    dh_update_autotools_config
11:20:20 #12 2.279    dh_autoreconf
11:20:20 #12 2.320    create-stamp debian/debhelper-build-stamp
11:20:20 #12 2.320    dh_prep
11:20:20 #12 2.350    dh_install
11:20:20 #12 2.383    dh_installdocs
11:20:20 #12 2.422    dh_installchangelogs
11:20:20 #12 2.504    dh_perl
11:20:20 #12 2.540    dh_link
11:20:20 #10 61.69 Building database of manual pages ...
11:20:20 #12 2.621    dh_builddeb
11:20:20 #12 2.645 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:20 #12 2.663  dpkg-genbuildinfo --build=binary
11:20:20 #12 2.791  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
11:20:20 #12 2.862 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:20 #12 2.865  dpkg-source --after-build .
11:20:20 #12 2.956 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:20 #12 2.960 
11:20:20 #12 2.960 The package has been created.
11:20:20 #12 2.960 Attention, the package has been created in the current directory,
11:20:20 #12 2.960 not in ".." as indicated by the message above!
11:20:20 #12 2.980 Selecting previously unselected package docker-ce-build-deps.
11:20:20 #12 4.851 
11:20:20 #12 4.851 The package has been created.
11:20:20 #12 4.851 Attention, the package has been created in the current directory,
11:20:20 #12 4.851 not in ".." as indicated by the message above!
11:20:20 #12 4.918 Selecting previously unselected package docker-ce-build-deps.
11:20:20 #12 4.931 (Reading database ... 17529 files and directories currently installed.)
11:20:20 #12 4.933 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:20 #12 4.936 Unpacking docker-ce-build-deps (1.0) ...
11:20:20 #13 33.48 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:20:20 #13 33.51 Dependencies resolved.
11:20:20 #13 33.51 Nothing to do.
11:20:20 #13 33.51 Complete!
11:20:20 #13 DONE 33.6s
11:20:20 
11:20:20 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:20 #12 10.12   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          65/97 
11:20:20 #12 10.32   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          65/97 
11:20:20 #11 55.80 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:20:20 #11 55.83 Selecting previously unselected package libsereal-perl.
11:20:20 #11 55.83 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
11:20:20 #11 55.84 Unpacking libsereal-perl (4.011-1) ...
11:20:20 #11 55.87 Selecting previously unselected package libsort-key-perl.
11:20:20 #11 55.87 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
11:20:20 #11 55.87 Unpacking libsort-key-perl (1.33-2build2) ...
11:20:20 #11 55.91 Selecting previously unselected package libstring-copyright-perl.
11:20:20 #11 55.91 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
11:20:20 #11 55.92 Unpacking libstring-copyright-perl (0.003006-1) ...
11:20:20 #11 55.95 Selecting previously unselected package libstring-escape-perl.
11:20:20 #11 55.95 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
11:20:20 #11 55.95 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:20 #11 55.99 Selecting previously unselected package libstring-shellquote-perl.
11:20:20 #11 55.99 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:20 #11 55.99 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:20 #11 56.02 Selecting previously unselected package libterm-readkey-perl.
11:20:20 #11 56.02 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
11:20:20 #11 56.03 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:20:20 #11 56.06 Selecting previously unselected package libtest-fatal-perl.
11:20:20 #11 56.06 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
11:20:20 #11 56.07 Unpacking libtest-fatal-perl (0.014-1) ...
11:20:20 #11 56.10 Selecting previously unselected package libtest-refcount-perl.
11:20:20 #11 56.10 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
11:20:20 #11 56.10 Unpacking libtest-refcount-perl (0.10-1) ...
11:20:20 #11 56.13 Selecting previously unselected package libtext-levenshtein-perl.
11:20:20 #11 56.13 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
11:20:20 #11 66.57 Selecting previously unselected package libnumber-compare-perl.
11:20:20 #11 66.57 Preparing to unpack .../275-libnumber-compare-perl_0.03-2_all.deb ...
11:20:20 #11 66.58 Unpacking libnumber-compare-perl (0.03-2) ...
11:20:20 #11 66.61 Selecting previously unselected package libtext-glob-perl.
11:20:20 #11 66.61 Preparing to unpack .../276-libtext-glob-perl_0.11-2_all.deb ...
11:20:20 #11 66.62 Unpacking libtext-glob-perl (0.11-2) ...
11:20:20 #11 66.66 Selecting previously unselected package libfile-find-rule-perl.
11:20:20 #11 66.66 Preparing to unpack .../277-libfile-find-rule-perl_0.34-2_all.deb ...
11:20:20 #11 66.66 Unpacking libfile-find-rule-perl (0.34-2) ...
11:20:20 #11 66.70 Selecting previously unselected package libfont-afm-perl.
11:20:20 #11 66.70 Preparing to unpack .../278-libfont-afm-perl_1.20-3_all.deb ...
11:20:20 #11 66.71 Unpacking libfont-afm-perl (1.20-3) ...
11:20:20 #11 66.74 Selecting previously unselected package libio-string-perl.
11:20:20 #11 66.75 Preparing to unpack .../279-libio-string-perl_1.08-3.1_all.deb ...
11:20:20 #11 66.75 Unpacking libio-string-perl (1.08-3.1) ...
11:20:20 #11 66.79 Selecting previously unselected package libfont-ttf-perl.
11:20:20 #11 66.79 Preparing to unpack .../280-libfont-ttf-perl_1.06-2_all.deb ...
11:20:20 #11 66.80 Unpacking libfont-ttf-perl (1.06-2) ...
11:20:20 #10 63.37 Setting up libsort-key-perl (1.33-2) ...
11:20:20 #10 63.38 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:20 #10 63.39 Setting up libpath-tiny-perl (0.104-1) ...
11:20:20 #10 63.40 Setting up libtool (2.4.6-2) ...
11:20:20 #10 63.42 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:20 #10 63.43 Setting up libsub-install-perl (0.928-1) ...
11:20:20 #10 63.45 Setting up libdata-optlist-perl (0.110-1) ...
11:20:20 #10 63.47 Setting up libio-stringy-perl (2.111-2) ...
11:20:20 #10 63.48 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:20 #10 63.49 Setting up libtry-tiny-perl (0.30-1) ...
11:20:20 #10 63.50 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:20 #10 63.52 Setting up libfont-afm-perl (1.20-2) ...
11:20:20 #10 63.53 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
11:20:20 #10 63.54 Setting up python3-apt (1.6.6) ...
11:20:20 #11 53.39 Selecting previously unselected package libhtml-tree-perl.
11:20:20 #11 53.39 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
11:20:20 #11 53.40 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:20 #11 53.44 Selecting previously unselected package libio-html-perl.
11:20:20 #11 53.44 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
11:20:20 #11 53.45 Unpacking libio-html-perl (1.004-2) ...
11:20:20 #11 53.48 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:20 #11 53.48 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:20 #11 53.48 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:20 #11 53.51 Selecting previously unselected package libhttp-message-perl.
11:20:20 #11 53.52 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
11:20:20 #11 53.52 Unpacking libhttp-message-perl (6.36-1) ...
11:20:20 #11 53.55 Selecting previously unselected package libhttp-cookies-perl.
11:20:20 #11 53.55 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:20 #11 53.56 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:20 #11 53.59 Selecting previously unselected package libhttp-negotiate-perl.
11:20:20 #11 53.59 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:20 #11 53.59 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:20 #11 53.62 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:20 #11 53.62 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
11:20:20 #11 69.33 
11:20:20 #11 69.33 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:20 #11 69.36 Setting up dput (1.0.3ubuntu1) ...
11:20:20 #11 69.53 Setting up libio-async-loop-epoll-perl (0.20-1) ...
11:20:20 #11 69.55 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:20:20 #10 54.39 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
11:20:20 #10 54.42 Selecting previously unselected package libpod-parser-perl.
11:20:20 #10 54.43 Preparing to unpack .../321-libpod-parser-perl_1.65-1_all.deb ...
11:20:20 #10 54.44 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:20 #10 54.45 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:20 #10 54.46 Unpacking libpod-parser-perl (1.65-1) ...
11:20:20 #10 54.51 Selecting previously unselected package libpod-constants-perl.
11:20:20 #10 54.51 Preparing to unpack .../322-libpod-constants-perl_0.19-2_all.deb ...
11:20:20 #10 54.52 Unpacking libpod-constants-perl (0.19-2) ...
11:20:20 #10 54.55 Selecting previously unselected package libproc-processtable-perl:armhf.
11:20:20 #10 54.56 Preparing to unpack .../323-libproc-processtable-perl_0.634-1+b2_armhf.deb ...
11:20:20 #10 54.56 Unpacking libproc-processtable-perl:armhf (0.634-1+b2) ...
11:20:20 #10 54.61 Selecting previously unselected package libre2-9:armhf.
11:20:20 #10 54.61 Preparing to unpack .../324-libre2-9_20220601+dfsg-1+b1_armhf.deb ...
11:20:20 #10 54.62 Unpacking libre2-9:armhf (20220601+dfsg-1+b1) ...
11:20:20 #10 54.66 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:20:20 #10 54.66 Preparing to unpack .../325-libre-engine-re2-perl_0.17+ds-1_armhf.deb ...
11:20:20 #10 54.67 Unpacking libre-engine-re2-perl:armhf (0.17+ds-1) ...
11:20:20 #10 54.70 Selecting previously unselected package libreadonly-perl.
11:20:20 #10 54.71 Preparing to unpack .../326-libreadonly-perl_2.050-3_all.deb ...
11:20:20 #11 70.20 Setting up libhtml-tree-perl (5.07-2) ...
11:20:20 #11 70.21 Setting up libparams-classify-perl (0.015-1build5) ...
11:20:20 #11 70.22 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:20 #11 70.23 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:20 #11 70.30 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:20 #11 70.36 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:20 #12 5.241 Unpacking bash-completion (1:2.8-6) ...
11:20:20 #12 9.856 Unpacking libsystemd0:arm64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:20 #12 9.918 Setting up libsystemd0:arm64 (237-3ubuntu10.57) ...
11:20:20 #12 9.957 Selecting previously unselected package libsystemd-dev:arm64.
11:20:20 #12 9.957 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25035 files and directories currently installed.)
11:20:20 #12 9.969 Preparing to unpack .../libsystemd-dev_237-3ubuntu10.57_arm64.deb ...
11:20:20 #12 9.973 Unpacking libsystemd-dev:arm64 (237-3ubuntu10.57) ...
11:20:20 #12 10.03 Selecting previously unselected package pkg-config.
11:20:20 #12 10.03 Preparing to unpack .../pkg-config_0.29.1-0ubuntu2_arm64.deb ...
11:20:20 #12 10.04 Unpacking pkg-config (0.29.1-0ubuntu2) ...
11:20:20 #12 10.08 Setting up libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
11:20:20 #10 53.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:20 #10 53.53 Setting up t1utils (1.41-4) ...
11:20:20 #10 53.55 Setting up diffstat (1.64-1) ...
11:20:20 #10 53.56 Setting up libpng16-16:armhf (1.6.37-3) ...
11:20:20 #10 53.57 Setting up libmpc3:armhf (1.2.0-1) ...
11:20:20 #10 53.58 Setting up libatomic1:armhf (10.2.1-6) ...
11:20:20 #10 53.59 Setting up patch (2.7.6-7) ...
11:20:20 #10 53.60 Setting up autopoint (0.21-4) ...
11:20:20 #10 53.61 Setting up libwebp6:armhf (0.6.1-2.1) ...
11:20:20 #10 53.62 Setting up fonts-dejavu-core (2.37-2) ...
11:20:20 #10 53.68 Setting up libxdelta2 (1.1.3-9.3) ...
11:20:20 #10 53.69 Setting up libncursesw6:armhf (6.2+20201114-2) ...
11:20:20 #10 53.70 Setting up libltdl7:armhf (2.4.6-15) ...
11:20:20 #10 53.71 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:20:20 #10 53.72 Setting up libubsan1:armhf (10.2.1-6) ...
11:20:20 #10 53.73 Setting up libmd0:armhf (1.0.3-3) ...
11:20:20 #10 53.75 Setting up python-apt-common (2.2.1) ...
11:20:20 #10 53.76 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:20:20 #10 53.78 Setting up sensible-utils (0.0.14) ...
11:20:20 #10 53.80 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:20:20 #10 53.81 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
11:20:20 #10 53.82 Setting up libuchardet0:armhf (0.0.7-1) ...
11:20:20 #13 1.106 Reading package lists...
11:20:20 #11 57.13 Selecting previously unselected package binutils.
11:20:20 #11 57.13 Preparing to unpack .../081-binutils_2.39-3ubuntu1.1_armhf.deb ...
11:20:20 #11 57.14 Unpacking binutils (2.39-3ubuntu1.1) ...
11:20:20 #11 57.23 Selecting previously unselected package libc-dev-bin.
11:20:20 #11 57.23 Preparing to unpack .../082-libc-dev-bin_2.36-0ubuntu4_armhf.deb ...
11:20:20 #11 57.24 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
11:20:20 #11 57.28 Selecting previously unselected package linux-libc-dev:armhf.
11:20:20 #11 57.28 Preparing to unpack .../083-linux-libc-dev_5.19.0-35.36_armhf.deb ...
11:20:20 #11 57.29 Unpacking linux-libc-dev:armhf (5.19.0-35.36) ...
11:20:20 #12 5.196 Reading state information...
11:20:20 #12 5.239 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:20 #12 5.343 Starting 2 pkgProblemResolver with broken count: 0
11:20:20 #12 5.349 Done
11:20:20 #12 5.401  Done
11:20:20 #12 5.422 Starting pkgProblemResolver with broken count: 0
11:20:20 #12 8.551 Setting up librhash0:amd64 (1.4.3-3) ...
11:20:20 #12 8.560 Setting up procps (2:4.0.2-3) ...
11:20:20 #12 8.598 Setting up cmake-data (3.25.1-1) ...
11:20:20 #12 8.611 Setting up dh-apparmor (3.0.8-3) ...
11:20:20 #12 8.620 Setting up libsystemd-dev:amd64 (252.5-2) ...
11:20:20 #12 8.632 Setting up libpcre2-dev:amd64 (10.42-1) ...
11:20:20 #12 8.642 Setting up libselinux1-dev:amd64 (3.4-1+b5) ...
11:20:20 #12 8.652 Setting up pkgconf:amd64 (1.8.1-1) ...
11:20:20 #12 8.661 Setting up pkg-config:amd64 (1.8.1-1) ...
11:20:20 #12 8.670 Setting up cmake (3.25.1-1) ...
11:20:20 #12 8.680 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
11:20:20 #12 8.690 Setting up dmsetup (2:1.02.185-2) ...
11:20:20 #12 8.705 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
11:20:20 #12 8.716 Setting up libdevmapper-dev:amd64 (2:1.02.185-2) ...
11:20:20 #12 8.727 Setting up docker-ce-build-deps (1.0) ...
11:20:20 #12 8.737 Processing triggers for libc-bin (2.36-8) ...
11:20:20 #12 8.759 Processing triggers for man-db (2.11.2-1) ...
11:20:20 #14 30.29   Running scriptlet: systemd-239-71.el8.x86_64                            80/80 
11:20:20 #14 30.42   Verifying        : libsemanage-2.9-9.el8.x86_64                          1/80 
11:20:20 #14 30.42   Verifying        : libsemanage-2.9-9.el8_6.x86_64                        2/80 
11:20:20 #14 30.42   Verifying        : pcre2-10.32-3.el8.x86_64                              3/80 
11:20:20 #14 30.42   Verifying        : pcre2-10.32-3.el8_6.x86_64                            4/80 
11:20:20 #14 30.42   Verifying        : autoconf-2.69-29.el8.noarch                           5/80 
11:20:20 #14 30.42   Verifying        : automake-1.16.1-7.el8.noarch                          6/80 
11:20:20 #14 30.42   Verifying        : cmake-3.20.2-5.el8.x86_64                             7/80 
11:20:20 #14 30.42   Verifying        : cmake-data-3.20.2-5.el8.noarch                        8/80 
11:20:20 #14 30.42   Verifying        : cmake-filesystem-3.20.2-5.el8.x86_64                  9/80 
11:20:20 #14 30.42   Verifying        : cmake-rpm-macros-3.20.2-5.el8.noarch                 10/80 
11:20:20 #14 30.42   Verifying        : git-2.39.1-1.el8.x86_64                              11/80 
11:20:20 #14 30.42   Verifying        : git-core-2.39.1-1.el8.x86_64                         12/80 
11:20:20 #14 30.42   Verifying        : git-core-doc-2.39.1-1.el8.noarch                     13/80 
11:20:20 #14 30.42   Verifying        : isl-0.16.1-6.el8.x86_64                              14/80 
11:20:20 #14 30.42   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          15/80 
11:20:20 #14 30.42   Verifying        : libseccomp-devel-2.5.2-1.el8.x86_64                  16/80 
11:20:20 #14 30.42   Verifying        : libtool-2.4.6-25.el8.x86_64                          17/80 
11:20:20 #14 30.42   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               18/80 
11:20:20 #14 30.42   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        19/80 
11:20:20 #14 30.42   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      20/80 
11:20:20 #14 30.42   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    21/80 
11:20:20 #14 30.42   Verifying        : perl-Git-2.39.1-1.el8.noarch                         22/80 
11:20:20 #14 30.42   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   23/80 
11:20:20 #14 30.42   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  24/80 
11:20:20 #14 30.42   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            25/80 
11:20:20 #14 30.42   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   26/80 
11:20:20 #14 30.42   Verifying        : annobin-10.94-1.el8.x86_64                           27/80 
11:20:20 #14 30.42   Verifying        : checkpolicy-2.9-1.el8.x86_64                         28/80 
11:20:20 #14 30.42   Verifying        : cpp-8.5.0-18.el8.x86_64                              29/80 
11:20:20 #14 30.42   Verifying        : gcc-8.5.0-18.el8.x86_64                              30/80 
11:20:20 #14 30.42   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.x86_64               31/80 
11:20:20 #14 30.42   Verifying        : glibc-devel-2.28-225.el8.x86_64                      32/80 
11:20:20 #14 30.42   Verifying        : glibc-headers-2.28-225.el8.x86_64                    33/80 
11:20:20 #14 30.42   Verifying        : glibc-langpack-en-2.28-225.el8.x86_64                34/80 
11:20:20 #14 30.42   Verifying        : kernel-headers-4.18.0-448.el8.x86_64                 35/80 
11:20:20 #14 30.42   Verifying        : less-530-1.el8.x86_64                                36/80 
11:20:20 #14 30.42   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                37/80 
11:20:20 #14 30.42   Verifying        : libgomp-8.5.0-18.el8.x86_64                          38/80 
11:20:20 #14 30.42   Verifying        : libselinux-devel-2.9-8.el8.x86_64                    39/80 
11:20:20 #14 30.42   Verifying        : libselinux-utils-2.9-8.el8.x86_64                    40/80 
11:20:20 #14 30.42   Verifying        : libsepol-devel-2.9-3.el8.x86_64                      41/80 
11:20:20 #14 30.42   Verifying        : libxcrypt-devel-4.1.1-6.el8.x86_64                   42/80 
11:20:20 #14 30.42   Verifying        : m4-1.4.18-7.el8.x86_64                               43/80 
11:20:20 #14 30.42   Verifying        : make-1:4.2.1-11.el8.x86_64                           44/80 
11:20:20 #14 30.42   Verifying        : openssh-8.0p1-17.el8.x86_64                          45/80 
11:20:20 #14 30.42   Verifying        : openssh-clients-8.0p1-17.el8.x86_64                  46/80 
11:20:20 #14 30.42   Verifying        : pcre2-devel-10.32-3.el8.x86_64                       47/80 
11:20:20 #14 30.42   Verifying        : pcre2-utf16-10.32-3.el8.x86_64                       48/80 
11:20:20 #14 30.42   Verifying        : pcre2-utf32-10.32-3.el8.x86_64                       49/80 
11:20:20 #14 30.42   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                50/80 
11:20:20 #14 30.42   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  51/80 
11:20:20 #14 30.42   Verifying        : policycoreutils-devel-2.9-21.1.el8.x86_64            52/80 
11:20:20 #14 30.42   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     53/80 
11:20:20 #14 30.42   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     54/80 
11:20:20 #14 30.42   Verifying        : python3-libselinux-2.9-8.el8.x86_64                  55/80 
11:20:20 #14 30.42   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 56/80 
11:20:20 #14 30.42   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          57/80 
11:20:20 #14 30.42   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   58/80 
11:20:20 #14 30.42   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.x86_64              59/80 
11:20:20 #14 30.42   Verifying        : selinux-policy-3.14.3-115.el8.noarch                 60/80 
11:20:20 #14 30.42   Verifying        : selinux-policy-devel-3.14.3-115.el8.noarch           61/80 
11:20:20 #14 30.42   Verifying        : selinux-policy-minimum-3.14.3-115.el8.noarch         62/80 
11:20:20 #14 30.42   Verifying        : systemd-devel-239-71.el8.x86_64                      63/80 
11:20:20 #14 30.42   Verifying        : device-mapper-devel-8:1.02.181-9.el8.x86_64          64/80 
11:20:20 #14 30.42   Verifying        : glibc-static-2.28-225.el8.x86_64                     65/80 
11:20:20 #14 30.42   Verifying        : libxcrypt-static-4.1.1-6.el8.x86_64                  66/80 
11:20:20 #14 30.42   Verifying        : glibc-2.28-225.el8.x86_64                            67/80 
11:20:20 #14 30.42   Verifying        : glibc-2.28-224.el8.x86_64                            68/80 
11:20:20 #14 30.43   Verifying        : glibc-common-2.28-225.el8.x86_64                     69/80 
11:20:20 #14 30.43   Verifying        : glibc-common-2.28-224.el8.x86_64                     70/80 
11:20:20 #14 30.43   Verifying        : glibc-gconv-extra-2.28-225.el8.x86_64                71/80 
11:20:20 #14 30.43   Verifying        : glibc-gconv-extra-2.28-224.el8.x86_64                72/80 
11:20:20 #14 30.43   Verifying        : glibc-minimal-langpack-2.28-225.el8.x86_64           73/80 
11:20:20 #14 30.43   Verifying        : glibc-minimal-langpack-2.28-224.el8.x86_64           74/80 
11:20:20 #14 30.43   Verifying        : systemd-239-71.el8.x86_64                            75/80 
11:20:20 #14 30.43   Verifying        : systemd-239-70.el8.x86_64                            76/80 
11:20:20 #14 30.43   Verifying        : systemd-libs-239-71.el8.x86_64                       77/80 
11:20:20 #14 30.43   Verifying        : systemd-libs-239-70.el8.x86_64                       78/80 
11:20:20 #14 30.43   Verifying        : systemd-pam-239-71.el8.x86_64                        79/80 
11:20:20 #13 2.346 dh binary
11:20:20 #13 2.422    dh_update_autotools_config
11:20:20 #13 2.449    dh_autoreconf
11:20:20 #13 2.488    create-stamp debian/debhelper-build-stamp
11:20:20 #13 2.488    dh_prep
11:20:20 #13 2.514    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:20 #13 2.564    dh_install
11:20:20 #10 43.48 Unpacking libfile-listing-perl (6.15-1) ...
11:20:20 #10 43.51 Selecting previously unselected package libhtml-tagset-perl.
11:20:20 #10 43.51 Preparing to unpack .../070-libhtml-tagset-perl_3.20-6_all.deb ...
11:20:20 #10 43.52 Unpacking libhtml-tagset-perl (3.20-6) ...
11:20:20 #10 43.54 Selecting previously unselected package libregexp-ipv6-perl.
11:20:20 #10 43.54 Preparing to unpack .../071-libregexp-ipv6-perl_0.03-3_all.deb ...
11:20:20 #10 43.55 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:20:20 #10 43.58 Selecting previously unselected package liburi-perl.
11:20:20 #10 43.58 Preparing to unpack .../072-liburi-perl_5.17-1_all.deb ...
11:20:20 #10 43.58 Unpacking liburi-perl (5.17-1) ...
11:20:20 #10 43.62 Selecting previously unselected package libhtml-parser-perl:armhf.
11:20:20 #10 43.62 Preparing to unpack .../073-libhtml-parser-perl_3.81-1_armhf.deb ...
11:20:20 #10 43.62 Unpacking libhtml-parser-perl:armhf (3.81-1) ...
11:20:20 #10 43.66 Selecting previously unselected package libhtml-tree-perl.
11:20:20 #10 43.66 Preparing to unpack .../074-libhtml-tree-perl_5.07-3_all.deb ...
11:20:20 #10 43.67 Unpacking libhtml-tree-perl (5.07-3) ...
11:20:20 #10 43.71 Selecting previously unselected package libclone-perl:armhf.
11:20:20 #10 43.71 Preparing to unpack .../075-libclone-perl_0.46-1_armhf.deb ...
11:20:20 #10 43.72 Unpacking libclone-perl:armhf (0.46-1) ...
11:20:20 #10 43.75 Selecting previously unselected package libio-html-perl.
11:20:20 #10 43.75 Preparing to unpack .../076-libio-html-perl_1.004-3_all.deb ...
11:20:20 #12 2.574    dh_strip_nondeterminism
11:20:20 #12 2.639    dh_compress
11:20:20 #12 2.682    dh_fixperms
11:20:20 #12 2.728    dh_missing
11:20:20 #12 2.754    dh_installdeb
11:20:20 #12 2.787    dh_gencontrol
11:20:20 #12 2.997 (Reading database ... 28666 files and directories currently installed.)
11:20:20 #12 2.999 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:20 #12 3.002 Unpacking docker-ce-build-deps (1.0) ...
11:20:20 #11 56.13 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:20:20 #11 56.17 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:20 #11 56.17 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
11:20:20 #11 56.18 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:20:20 #11 56.21 Selecting previously unselected package libunicode-utf8-perl.
11:20:20 #11 56.21 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
11:20:20 #11 56.21 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:20:20 #11 56.25 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:20 #11 56.25 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:20:20 #11 56.25 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:20:20 #11 56.28 Selecting previously unselected package libxml-sax-base-perl.
11:20:20 #11 56.28 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
11:20:20 #11 56.29 Unpacking libxml-sax-base-perl (1.09-1) ...
11:20:20 #11 56.32 Selecting previously unselected package libxml-sax-perl.
11:20:20 #11 56.33 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:20:20 #11 56.33 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:20:20 #11 56.38 Selecting previously unselected package libxml-libxml-perl.
11:20:20 #10 63.73 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:20:20 #10 63.74 Setting up libxext6:armhf (2:1.3.3-1) ...
11:20:20 #10 63.76 Setting up po-debconf (1.0.20) ...
11:20:20 #10 63.77 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:20:20 #10 63.79 Setting up libio-socket-inet6-perl (2.72-2) ...
11:20:20 #10 63.80 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:20 #10 63.81 Setting up libio-pty-perl (1:1.08-1.1build4) ...
11:20:20 #10 63.82 Setting up libfile-which-perl (1.21-1) ...
11:20:20 #11 66.85 Selecting previously unselected package libfreezethaw-perl.
11:20:20 #11 66.86 Preparing to unpack .../281-libfreezethaw-perl_0.5001-2.1_all.deb ...
11:20:20 #11 66.86 Unpacking libfreezethaw-perl (0.5001-2.1) ...
11:20:20 #11 66.90 Selecting previously unselected package libsort-versions-perl.
11:20:20 #11 66.90 Preparing to unpack .../282-libsort-versions-perl_1.62-2_all.deb ...
11:20:20 #11 66.91 Unpacking libsort-versions-perl (1.62-2) ...
11:20:20 #11 66.94 Selecting previously unselected package libgit-wrapper-perl.
11:20:20 #11 66.94 Preparing to unpack .../283-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:20 #11 66.95 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:20 #11 66.98 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:20 #11 66.99 Preparing to unpack .../284-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:20 #11 66.99 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:20 #11 67.02 Selecting previously unselected package libio-prompter-perl.
11:20:20 #11 67.03 Preparing to unpack .../285-libio-prompter-perl_0.004015-1_all.deb ...
11:20:20 #11 67.03 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:20 #11 67.07 Selecting previously unselected package libjson-perl.
11:20:20 #11 67.07 Preparing to unpack .../286-libjson-perl_4.09000-1_all.deb ...
11:20:20 #11 67.08 Unpacking libjson-perl (4.09000-1) ...
11:20:20 #11 67.11 Selecting previously unselected package liblog-any-perl.
11:20:20 #11 53.63 Unpacking perl-openssl-defaults:armhf (5build2) ...
11:20:20 #11 53.65 Selecting previously unselected package libnet-ssleay-perl:armhf.
11:20:20 #11 53.66 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
11:20:20 #11 53.66 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
11:20:20 #11 53.70 Selecting previously unselected package libio-socket-ssl-perl.
11:20:20 #11 53.70 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
11:20:20 #11 53.71 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:20:20 #11 53.75 Selecting previously unselected package libnet-http-perl.
11:20:20 #11 53.75 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
11:20:20 #11 53.76 Unpacking libnet-http-perl (6.22-1) ...
11:20:20 #11 53.79 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:20 #11 53.80 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:20 #11 53.84 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:20 #11 69.69 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:20 #11 69.70 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:20 #11 69.71 Setting up libmailtools-perl (2.21-1) ...
11:20:20 #11 69.72 Setting up git (1:2.25.1-1ubuntu3.10) ...
11:20:20 #11 69.76 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:20:20 #11 69.80 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:20 #10 54.71 Unpacking libreadonly-perl (2.050-3) ...
11:20:20 #10 54.75 Selecting previously unselected package libref-util-perl.
11:20:20 #10 54.76 Preparing to unpack .../327-libref-util-perl_0.204-2_all.deb ...
11:20:20 #10 54.76 Unpacking libref-util-perl (0.204-2) ...
11:20:20 #10 54.80 Selecting previously unselected package libref-util-xs-perl.
11:20:20 #10 54.80 Preparing to unpack .../328-libref-util-xs-perl_0.117-2+b1_armhf.deb ...
11:20:20 #10 54.80 Unpacking libref-util-xs-perl (0.117-2+b1) ...
11:20:20 #10 54.84 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:20 #10 54.84 Preparing to unpack .../329-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
11:20:20 #10 54.84 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
11:20:20 #10 54.88 Selecting previously unselected package libregexp-pattern-perl.
11:20:20 #10 54.89 Preparing to unpack .../330-libregexp-pattern-perl_0.2.14-2_all.deb ...
11:20:20 #10 54.89 Unpacking libregexp-pattern-perl (0.2.14-2) ...
11:20:20 #10 54.93 Selecting previously unselected package libregexp-wildcards-perl.
11:20:20 #10 54.93 Preparing to unpack .../331-libregexp-wildcards-perl_1.05-3_all.deb ...
11:20:20 #10 54.93 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:20:20 #12 5.364 Selecting previously unselected package cmake-data.
11:20:20 #12 5.367 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
11:20:20 #12 5.372 Unpacking cmake-data (3.13.4-1) ...
11:20:20 #11 70.49 
11:20:20 #11 70.49 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:20 #11 70.52 Setting up dput (1.1.0ubuntu2) ...
11:20:20 #11 70.68 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:20 #11 70.69 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:20 #11 70.70 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:20 #11 70.71 Setting up libmailtools-perl (2.21-1) ...
11:20:20 #12 10.09 Setting up libuv1:arm64 (1.18.0-3) ...
11:20:20 #12 10.10 Setting up bash-completion (1:2.8-1ubuntu1) ...
11:20:20 #10 53.83 Setting up lzop (1.04-2) ...
11:20:20 #10 53.85 Setting up libmpdec3:armhf (2.5.1-1) ...
11:20:20 #10 53.86 Setting up git-man (1:2.30.2-1+deb11u2) ...
11:20:20 #10 53.87 Setting up libssh2-1:armhf (1.9.0-2) ...
11:20:20 #10 53.88 Setting up netbase (6.3) ...
11:20:20 #10 53.91 Setting up libtiff5:armhf (4.2.0-1+deb11u4) ...
11:20:20 #10 53.92 Setting up libbinutils:armhf (2.35.2-2) ...
11:20:20 #10 53.94 Setting up libfido2-1:armhf (1.6.0-2) ...
11:20:20 #10 53.95 Setting up libisl23:armhf (0.23-1) ...
11:20:20 #10 53.96 Setting up libc-dev-bin (2.31-13+deb11u5) ...
11:20:20 #10 53.97 Setting up openssl (1.1.1n-0+deb11u4) ...
11:20:20 #10 53.99 Setting up libbsd0:armhf (0.11.3-1) ...
11:20:20 #10 54.00 Setting up libelf1:armhf (0.183-1) ...
11:20:20 #10 54.02 Setting up readline-common (8.1-1) ...
11:20:20 #10 54.03 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
11:20:20 #13 2.128 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:20 #13 2.128 dpkg-buildpackage: info: source version 1.0
11:20:20 #13 2.128 dpkg-buildpackage: info: source distribution unstable
11:20:20 #13 2.128 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:20 #13 2.163  dpkg-source --before-build .
11:20:20 #13 2.163 dpkg-buildpackage: info: host architecture amd64
11:20:20 #13 2.261  debian/rules clean
11:20:20 #14 32.34 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
11:20:20 #11 57.48 Selecting previously unselected package libcrypt-dev:armhf.
11:20:20 #11 57.48 Preparing to unpack .../084-libcrypt-dev_1%3a4.4.28-2_armhf.deb ...
11:20:20 #11 57.50 Unpacking libcrypt-dev:armhf (1:4.4.28-2) ...
11:20:20 #11 57.56 Selecting previously unselected package rpcsvc-proto.
11:20:20 #11 57.56 Preparing to unpack .../085-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
11:20:20 #11 57.57 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:20 #12 5.479 Starting 2 pkgProblemResolver with broken count: 0
11:20:20 #12 5.484 Done
11:20:20 #12 5.767 The following additional packages will be installed:
11:20:20 #14 30.43   Verifying        : systemd-pam-239-70.el8.x86_64                        80/80 
11:20:20 #14 30.74 
11:20:20 #14 30.74 Upgraded:
11:20:20 #14 30.74   glibc-2.28-225.el8.x86_64                                                     
11:20:20 #14 30.74   glibc-common-2.28-225.el8.x86_64                                              
11:20:20 #14 30.74   glibc-gconv-extra-2.28-225.el8.x86_64                                         
11:20:20 #14 30.74   glibc-minimal-langpack-2.28-225.el8.x86_64                                    
11:20:20 #14 30.74   systemd-239-71.el8.x86_64                                                     
11:20:20 #14 30.74   systemd-libs-239-71.el8.x86_64                                                
11:20:20 #14 30.74   systemd-pam-239-71.el8.x86_64                                                 
11:20:20 #14 30.74 Downgraded:
11:20:20 #14 30.74   libsemanage-2.9-9.el8.x86_64             pcre2-10.32-3.el8.x86_64            
11:20:20 #14 30.74 Installed:
11:20:20 #14 30.74   annobin-10.94-1.el8.x86_64                                                    
11:20:20 #14 30.74   autoconf-2.69-29.el8.noarch                                                   
11:20:20 #14 30.74   automake-1.16.1-7.el8.noarch                                                  
11:20:20 #14 30.74   checkpolicy-2.9-1.el8.x86_64                                                  
11:20:20 #14 30.74   cmake-3.20.2-5.el8.x86_64                                                     
11:20:20 #14 30.74   cmake-data-3.20.2-5.el8.noarch                                                
11:20:20 #14 30.74   cmake-filesystem-3.20.2-5.el8.x86_64                                          
11:20:20 #14 30.74   cmake-rpm-macros-3.20.2-5.el8.noarch                                          
11:20:20 #14 30.74   cpp-8.5.0-18.el8.x86_64                                                       
11:20:20 #14 30.74   device-mapper-devel-8:1.02.181-9.el8.x86_64                                   
11:20:20 #14 30.74   gcc-8.5.0-18.el8.x86_64                                                       
11:20:20 #14 30.74   gcc-plugin-annobin-8.5.0-18.el8.x86_64                                        
11:20:20 #14 30.74   git-2.39.1-1.el8.x86_64                                                       
11:20:20 #14 30.74   git-core-2.39.1-1.el8.x86_64                                                  
11:20:20 #14 30.74   git-core-doc-2.39.1-1.el8.noarch                                              
11:20:20 #14 30.74   glibc-devel-2.28-225.el8.x86_64                                               
11:20:20 #14 30.74   glibc-headers-2.28-225.el8.x86_64                                             
11:20:20 #14 30.74   glibc-langpack-en-2.28-225.el8.x86_64                                         
11:20:20 #14 30.74   glibc-static-2.28-225.el8.x86_64                                              
11:20:20 #14 30.74   isl-0.16.1-6.el8.x86_64                                                       
11:20:20 #14 30.74   kernel-headers-4.18.0-448.el8.x86_64                                          
11:20:20 #14 30.74   less-530-1.el8.x86_64                                                         
11:20:20 #14 30.74   libedit-3.1-23.20170329cvs.el8.x86_64                                         
11:20:20 #14 30.74   libgomp-8.5.0-18.el8.x86_64                                                   
11:20:20 #14 30.74   libmpc-1.1.0-9.1.el8.x86_64                                                   
11:20:20 #14 30.74   libseccomp-devel-2.5.2-1.el8.x86_64                                           
11:20:20 #14 30.74   libselinux-devel-2.9-8.el8.x86_64                                             
11:20:20 #14 30.74   libselinux-utils-2.9-8.el8.x86_64                                             
11:20:20 #14 30.74   libsepol-devel-2.9-3.el8.x86_64                                               
11:20:20 #14 30.74   libtool-2.4.6-25.el8.x86_64                                                   
11:20:20 #14 30.74   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
11:20:20 #14 30.74   libuv-1:1.41.1-1.el8_4.x86_64                                                 
11:20:20 #14 30.74   libxcrypt-devel-4.1.1-6.el8.x86_64                                            
11:20:20 #14 30.74   libxcrypt-static-4.1.1-6.el8.x86_64                                           
11:20:20 #14 30.74   libxkbcommon-0.9.1-1.el8.x86_64                                               
11:20:20 #14 30.74   m4-1.4.18-7.el8.x86_64                                                        
11:20:20 #14 30.74   make-1:4.2.1-11.el8.x86_64                                                    
11:20:20 #14 30.74   openssh-8.0p1-17.el8.x86_64                                                   
11:20:20 #14 30.74   openssh-clients-8.0p1-17.el8.x86_64                                           
11:20:20 #14 30.74   pcre2-devel-10.32-3.el8.x86_64                                                
11:20:20 #14 30.74   pcre2-utf16-10.32-3.el8.x86_64                                                
11:20:20 #14 30.74   pcre2-utf32-10.32-3.el8.x86_64                                                
11:20:20 #14 30.74   perl-Data-Dumper-2.167-399.el8.x86_64                                         
11:20:20 #14 30.74   perl-Error-1:0.17025-2.el8.noarch                                             
11:20:20 #14 30.74   perl-Git-2.39.1-1.el8.noarch                                                  
11:20:20 #14 30.74   perl-TermReadKey-2.37-7.el8.x86_64                                            
11:20:20 #14 30.74   perl-Thread-Queue-3.13-1.el8.noarch                                           
11:20:20 #14 30.74   policycoreutils-2.9-21.1.el8.x86_64                                           
11:20:20 #14 30.74   policycoreutils-devel-2.9-21.1.el8.x86_64                                     
11:20:20 #14 30.74   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
11:20:20 #14 30.74   python3-audit-3.0.7-4.el8.x86_64                                              
11:20:20 #14 30.74   python3-libselinux-2.9-8.el8.x86_64                                           
11:20:20 #14 30.74   python3-libsemanage-2.9-9.el8.x86_64                                          
11:20:20 #14 30.74   python3-policycoreutils-2.9-21.1.el8.noarch                                   
11:20:20 #14 30.74   python3-setools-4.3.0-3.el8.x86_64                                            
11:20:20 #14 30.74   rpm-plugin-selinux-4.14.3-26.el8.x86_64                                       
11:20:20 #14 30.74   selinux-policy-3.14.3-115.el8.noarch                                          
11:20:20 #14 30.74   selinux-policy-devel-3.14.3-115.el8.noarch                                    
11:20:20 #14 30.74   selinux-policy-minimum-3.14.3-115.el8.noarch                                  
11:20:20 #14 30.74   systemd-devel-239-71.el8.x86_64                                               
11:20:20 #14 30.74   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
11:20:20 #14 30.74   xkeyboard-config-2.28-1.el8.noarch                                            
11:20:20 #14 30.74 
11:20:20 #14 30.74 Complete!
11:20:20 #13 2.595    dh_installdocs
11:20:20 #13 2.631    dh_installchangelogs
11:20:20 #13 2.712    dh_perl
11:20:20 #13 2.747    dh_link
11:20:20 #13 2.780    dh_strip_nondeterminism
11:20:20 #13 2.835    dh_compress
11:20:20 #10 43.76 Unpacking libio-html-perl (1.004-3) ...
11:20:20 #10 43.79 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:20 #10 43.79 Preparing to unpack .../077-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:20:20 #10 43.79 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:20:20 #10 43.82 Selecting previously unselected package libhttp-message-perl.
11:20:20 #10 43.82 Preparing to unpack .../078-libhttp-message-perl_6.44-1_all.deb ...
11:20:20 #10 43.82 Unpacking libhttp-message-perl (6.44-1) ...
11:20:20 #10 43.86 Selecting previously unselected package libhttp-cookies-perl.
11:20:20 #10 43.86 Preparing to unpack .../079-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:20 #10 43.86 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:20 #10 43.89 Selecting previously unselected package libhttp-negotiate-perl.
11:20:20 #10 43.89 Preparing to unpack .../080-libhttp-negotiate-perl_6.01-2_all.deb ...
11:20:20 #10 43.90 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:20:20 #10 43.97 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:20 #10 43.97 Preparing to unpack .../081-perl-openssl-defaults_7+b1_armhf.deb ...
11:20:20 #12 2.907    dh_md5sums
11:20:20 #12 2.944    dh_builddeb
11:20:20 #12 2.971 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:20 #12 2.991  dpkg-genbuildinfo --build=binary
11:20:20 #11 56.38 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
11:20:20 #11 56.39 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:20:20 #11 56.46 Selecting previously unselected package libxml-parser-perl.
11:20:20 #11 56.47 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
11:20:20 #11 56.47 Unpacking libxml-parser-perl (2.46-1) ...
11:20:20 #11 56.53 Selecting previously unselected package libxml-sax-expat-perl.
11:20:20 #11 56.53 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:20 #11 56.54 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:20 #11 56.57 Selecting previously unselected package libxml-writer-perl.
11:20:20 #11 56.57 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
11:20:20 #11 56.57 Unpacking libxml-writer-perl (0.625-1) ...
11:20:20 #11 56.61 Selecting previously unselected package libyaml-libyaml-perl.
11:20:20 #11 56.61 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
11:20:20 #11 56.61 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:20:20 #11 56.65 Selecting previously unselected package licensecheck.
11:20:20 #11 56.65 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
11:20:20 #10 63.85 Setting up libencode-locale-perl (1.05-1) ...
11:20:20 #10 63.86 Setting up libperlio-gzip-perl (0.19-1build3) ...
11:20:20 #10 63.87 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:20 #10 63.88 Setting up liberror-perl (0.17025-1) ...
11:20:20 #10 63.89 Setting up libvariable-magic-perl (0.62-1) ...
11:20:20 #10 63.91 Setting up libtimedate-perl (2.3000-2) ...
11:20:20 #10 63.92 Setting up libnet-ip-perl (1.26-1) ...
11:20:20 #10 63.93 Setting up librole-tiny-perl (2.000006-1) ...
11:20:20 #10 63.95 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:20:20 #10 63.96 Setting up libfile-homedir-perl (1.002-1) ...
11:20:20 #10 63.97 Setting up libipc-system-simple-perl (1.25-4) ...
11:20:20 #10 63.99 Setting up libfile-basedir-perl (0.07-1) ...
11:20:20 #10 64.00 Setting up libstring-escape-perl (2010.002-2) ...
11:20:20 #10 64.01 Setting up libb-hooks-op-check-perl (0.22-1) ...
11:20:20 #10 64.02 Setting up libio-html-perl (1.001-1) ...
11:20:20 #10 64.03 Setting up libexporter-tiny-perl (1.000000-2) ...
11:20:20 #10 64.04 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:20 #10 64.05 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:20:20 #11 67.12 Preparing to unpack .../287-liblog-any-perl_1.710-1_all.deb ...
11:20:20 #11 67.12 Unpacking liblog-any-perl (1.710-1) ...
11:20:20 #11 67.16 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:20 #11 67.16 Preparing to unpack .../288-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:20 #11 67.17 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:20 #11 67.20 Selecting previously unselected package libpackage-stash-perl.
11:20:20 #11 67.20 Preparing to unpack .../289-libpackage-stash-perl_0.40-1_all.deb ...
11:20:20 #11 67.21 Unpacking libpackage-stash-perl (0.40-1) ...
11:20:20 #11 67.24 Selecting previously unselected package libsub-identify-perl.
11:20:20 #11 67.24 Preparing to unpack .../290-libsub-identify-perl_0.14-2_arm64.deb ...
11:20:20 #11 67.25 Unpacking libsub-identify-perl (0.14-2) ...
11:20:20 #11 67.28 Selecting previously unselected package libsub-name-perl:arm64.
11:20:20 #11 67.28 Preparing to unpack .../291-libsub-name-perl_0.26-2_arm64.deb ...
11:20:20 #11 67.29 Unpacking libsub-name-perl:arm64 (0.26-2) ...
11:20:20 #11 67.32 Selecting previously unselected package libnamespace-clean-perl.
11:20:20 #11 67.32 Preparing to unpack .../292-libnamespace-clean-perl_0.27-2_all.deb ...
11:20:20 #11 67.33 Unpacking libnamespace-clean-perl (0.27-2) ...
11:20:20 #11 53.86 Selecting previously unselected package libtry-tiny-perl.
11:20:20 #11 53.87 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
11:20:20 #11 53.87 Unpacking libtry-tiny-perl (0.31-1) ...
11:20:20 #11 53.90 Selecting previously unselected package libwww-robotrules-perl.
11:20:20 #11 53.90 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:20 #11 53.93 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:20 #11 53.96 Selecting previously unselected package libwww-perl.
11:20:20 #11 53.96 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
11:20:20 #11 53.96 Unpacking libwww-perl (6.61-1) ...
11:20:20 #11 54.00 Selecting previously unselected package patchutils.
11:20:20 #11 54.00 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
11:20:20 #11 54.01 Unpacking patchutils (0.4.2-1build2) ...
11:20:20 #11 54.03 Selecting previously unselected package wdiff.
11:20:20 #11 54.04 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
11:20:20 #11 54.05 Unpacking wdiff (1.2.2-2build3) ...
11:20:20 #11 54.09 Selecting previously unselected package devscripts.
11:20:20 #11 54.09 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
11:20:20 #11 54.11 Unpacking devscripts (2.22.1ubuntu1) ...
11:20:20 #11 54.18 Selecting previously unselected package diffstat.
11:20:20 #11 54.18 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
11:20:20 #11 54.19 Unpacking diffstat (1.64-1build2) ...
11:20:20 #11 69.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:20 #11 69.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:20 #11 70.11 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:20 #11 70.15 Setting up dh-strip-nondeterminism (1.7.0-1) ...
11:20:20 #10 54.97 Selecting previously unselected package libsasl2-modules:armhf.
11:20:20 #10 54.98 Preparing to unpack .../332-libsasl2-modules_2.1.28+dfsg-10_armhf.deb ...
11:20:20 #10 54.99 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-10) ...
11:20:20 #10 55.03 Selecting previously unselected package libsereal-decoder-perl.
11:20:20 #10 55.03 Preparing to unpack .../333-libsereal-decoder-perl_5.003+ds-1_armhf.deb ...
11:20:20 #10 55.04 Unpacking libsereal-decoder-perl (5.003+ds-1) ...
11:20:20 #10 55.08 Selecting previously unselected package libsereal-encoder-perl.
11:20:20 #10 55.08 Preparing to unpack .../334-libsereal-encoder-perl_5.003+ds-1_armhf.deb ...
11:20:20 #10 55.09 Unpacking libsereal-encoder-perl (5.003+ds-1) ...
11:20:20 #10 55.17 Selecting previously unselected package libset-intspan-perl.
11:20:20 #10 55.18 Preparing to unpack .../335-libset-intspan-perl_1.19-3_all.deb ...
11:20:20 #12 8.175 Setting up libpcre32-3:arm64 (2:8.39-12) ...
11:20:20 #12 8.185 Setting up pkg-config (0.29-6) ...
11:20:20 #12 8.238 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
11:20:20 #12 8.257 Setting up librhash0:arm64 (1.3.8-1) ...
11:20:20 #12 8.268 Setting up procps (2:3.3.15-2) ...
11:20:20 #12 8.296 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
11:20:20 #12 8.312 Setting up cmake-data (3.13.4-1) ...
11:20:20 #12 8.329 Setting up dh-apparmor (2.13.2-10) ...
11:20:20 #12 8.340 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
11:20:20 #12 8.351 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
11:20:20 #12 8.362 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
11:20:20 #12 8.374 Setting up cmake (3.13.4-1) ...
11:20:20 #12 8.385 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
11:20:20 #12 8.397 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:20:20 #12 5.711 Selecting previously unselected package libprocps7:amd64.
11:20:20 #12 5.715 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
11:20:20 #12 5.724 Unpacking libprocps7:amd64 (2:3.3.15-2) ...
11:20:20 #12 5.769 Selecting previously unselected package procps.
11:20:20 #11 70.72 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:20 #11 70.76 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:20 #11 70.84 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:20 #11 70.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:20 #10 54.04 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
11:20:20 #10 54.06 Setting up libmarkdown2:armhf (2.2.6-1) ...
11:20:20 #10 54.07 Setting up libcc1-0:armhf (10.2.1-6) ...
11:20:20 #10 54.08 Setting up iso-codes (4.6.0-1) ...
11:20:20 #10 54.09 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:20:20 #10 54.11 Setting up cpp-10 (10.2.1-6) ...
11:20:20 #10 54.12 Setting up dctrl-tools (2.24-3) ...
11:20:20 #10 54.14 Setting up debian-keyring (2021.07.26) ...
11:20:20 #10 54.15 Setting up libgdbm6:armhf (1.19-2) ...
11:20:20 #10 54.16 Setting up libctf0:armhf (2.35.2-2) ...
11:20:20 #10 54.17 Setting up pinentry-curses (1.1.0-4) ...
11:20:20 #10 54.19 Setting up manpages-dev (5.10-1) ...
11:20:20 #10 54.20 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
11:20:20 #10 54.22 Setting up libxcb1:armhf (1.14-3) ...
11:20:20 #10 54.23 Setting up gettext (0.21-4) ...
11:20:20 #10 54.24 Setting up xdelta (1.1.3-9.3) ...
11:20:20 #13 2.263 dh clean
11:20:20 #13 2.350    dh_clean
11:20:20 #13 2.386  debian/rules binary
11:20:20 #13 2.388 dh binary
11:20:20 #13 2.463    dh_update_autotools_config
11:20:20 #13 2.490    dh_autoreconf
11:20:20 #13 2.530    create-stamp debian/debhelper-build-stamp
11:20:20 #13 2.530    dh_prep
11:20:20 #13 2.557    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:20 #13 2.606    dh_install
11:20:20 #14 32.41 Dependencies resolved.
11:20:20 #14 32.41 Nothing to do.
11:20:20 #14 32.41 Complete!
11:20:20 #11 57.60 Selecting previously unselected package libtirpc-dev:armhf.
11:20:20 #11 57.60 Preparing to unpack .../086-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
11:20:20 #11 57.61 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
11:20:20 #11 57.64 Selecting previously unselected package libnsl-dev:armhf.
11:20:20 #11 57.64 Preparing to unpack .../087-libnsl-dev_1.3.0-2build2_armhf.deb ...
11:20:20 #11 57.65 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
11:20:20 #11 57.68 Selecting previously unselected package libc6-dev:armhf.
11:20:20 #11 57.68 Preparing to unpack .../088-libc6-dev_2.36-0ubuntu4_armhf.deb ...
11:20:20 #11 57.69 Unpacking libc6-dev:armhf (2.36-0ubuntu4) ...
11:20:20 #12 5.768   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:20 #12 5.768   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:20 #12 5.769   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
11:20:20 #12 5.770   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
11:20:20 #12 5.771   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:20 #12 5.772 Suggested packages:
11:20:20 #12 5.773   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
11:20:20 #12 5.773   libtool-doc seccomp libstdc++-8-doc
11:20:20 #13 2.871    dh_fixperms
11:20:20 #13 2.908    dh_missing
11:20:20 #13 2.933    dh_installdeb
11:20:20 #13 2.970    dh_gencontrol
11:20:20 #13 3.079    dh_md5sums
11:20:20 #10 43.97 Unpacking perl-openssl-defaults:armhf (7+b1) ...
11:20:20 #10 44.02 Selecting previously unselected package libnet-ssleay-perl:armhf.
11:20:20 #10 44.02 Preparing to unpack .../082-libnet-ssleay-perl_1.92-2+b2_armhf.deb ...
11:20:20 #10 44.02 Unpacking libnet-ssleay-perl:armhf (1.92-2+b2) ...
11:20:20 #10 44.09 Selecting previously unselected package libio-socket-ssl-perl.
11:20:20 #10 44.09 Preparing to unpack .../083-libio-socket-ssl-perl_2.081-2_all.deb ...
11:20:20 #10 44.10 Unpacking libio-socket-ssl-perl (2.081-2) ...
11:20:20 #10 44.15 Selecting previously unselected package libnet-http-perl.
11:20:20 #10 44.15 Preparing to unpack .../084-libnet-http-perl_6.22-1_all.deb ...
11:20:20 #10 44.15 Unpacking libnet-http-perl (6.22-1) ...
11:20:20 #10 44.18 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:20 #10 44.18 Preparing to unpack .../085-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:20 #10 44.19 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:20 #10 44.22 Selecting previously unselected package libtry-tiny-perl.
11:20:20 #12 3.137  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
11:20:20 #12 3.039 Reading package lists...
11:20:20 #12 3.504 Building dependency tree...
11:20:20 #12 3.599 Reading state information...
11:20:21 #11 56.65 Unpacking licensecheck (3.0.45-1) ...
11:20:21 #11 56.70 Selecting previously unselected package libdevel-size-perl.
11:20:21 #11 56.70 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
11:20:21 #11 56.70 Unpacking libdevel-size-perl (0.83-1build1) ...
11:20:21 #11 56.74 Selecting previously unselected package t1utils.
11:20:21 #11 56.74 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
11:20:21 #11 56.74 Unpacking t1utils (1.41-3) ...
11:20:21 #11 56.79 Selecting previously unselected package lintian.
11:20:21 #11 56.79 Preparing to unpack .../323-lintian_2.62.0ubuntu2.2_all.deb ...
11:20:21 #10 64.06 Setting up libnumber-range-perl (0.12-1) ...
11:20:21 #10 64.08 Setting up liblist-compare-perl (0.53-1) ...
11:20:21 #10 64.09 Setting up autoconf (2.69-11) ...
11:20:21 #10 64.10 Setting up libpath-iterator-rule-perl (1.009-1) ...
11:20:21 #10 64.12 Setting up python3-gpg (1.10.0-1ubuntu2) ...
11:20:21 #10 64.33 Setting up libnet-dns-perl (1.10-2) ...
11:20:21 #10 64.34 Setting up libsub-identify-perl (0.14-1) ...
11:20:21 #10 64.35 Setting up libpod-constants-perl (0.19-1) ...
11:20:21 #10 64.36 Setting up libsort-versions-perl (1.62-1) ...
11:20:21 #10 64.37 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:20:21 #10 64.38 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:21 #10 64.39 Setting up libsub-exporter-perl (0.987-1) ...
11:20:21 #10 64.42 Setting up xauth (1:1.0.10-1) ...
11:20:21 #10 64.43 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:21 #11 67.36 Selecting previously unselected package libpath-tiny-perl.
11:20:21 #11 67.36 Preparing to unpack .../293-libpath-tiny-perl_0.122-1_all.deb ...
11:20:21 #11 67.37 Unpacking libpath-tiny-perl (0.122-1) ...
11:20:21 #11 67.40 Selecting previously unselected package libstrictures-perl.
11:20:21 #11 67.40 Preparing to unpack .../294-libstrictures-perl_2.000006-1_all.deb ...
11:20:21 #11 67.41 Unpacking libstrictures-perl (2.000006-1) ...
11:20:21 #11 67.44 Selecting previously unselected package libtype-tiny-perl.
11:20:21 #11 67.44 Preparing to unpack .../295-libtype-tiny-perl_1.016008-1_all.deb ...
11:20:21 #11 67.44 Unpacking libtype-tiny-perl (1.016008-1) ...
11:20:21 #11 67.49 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:21 #11 67.50 Preparing to unpack .../296-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:21 #11 67.50 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:21 #11 67.54 Selecting previously unselected package libhtml-form-perl.
11:20:21 #11 67.54 Preparing to unpack .../297-libhtml-form-perl_6.10-1_all.deb ...
11:20:21 #11 67.55 Unpacking libhtml-form-perl (6.10-1) ...
11:20:21 #11 67.58 Selecting previously unselected package libhtml-format-perl.
11:20:21 #11 67.58 Preparing to unpack .../298-libhtml-format-perl_2.16-1_all.deb ...
11:20:21 #11 67.59 Unpacking libhtml-format-perl (2.16-1) ...
11:20:21 #11 54.22 Selecting previously unselected package python3-chardet.
11:20:21 #11 54.23 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
11:20:21 #11 54.23 Unpacking python3-chardet (4.0.0-1) ...
11:20:21 #11 54.29 Selecting previously unselected package zstd.
11:20:21 #11 54.29 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
11:20:21 #11 54.29 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:20:21 #11 54.33 Selecting previously unselected package python3-debian.
11:20:21 #11 54.33 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
11:20:21 #11 54.34 Unpacking python3-debian (0.1.43ubuntu1) ...
11:20:21 #11 54.37 Selecting previously unselected package libgpgme11:armhf.
11:20:21 #11 54.37 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
11:20:21 #11 54.38 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
11:20:21 #11 54.41 Selecting previously unselected package python3-gpg.
11:20:21 #11 54.41 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
11:20:21 #11 54.42 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:20:21 #11 54.47 Selecting previously unselected package dput.
11:20:21 #11 54.47 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
11:20:21 #10 55.18 Unpacking libset-intspan-perl (1.19-3) ...
11:20:21 #10 55.22 Selecting previously unselected package libtask-weaken-perl.
11:20:21 #10 55.22 Preparing to unpack .../336-libtask-weaken-perl_1.06-2_all.deb ...
11:20:21 #10 55.22 Unpacking libtask-weaken-perl (1.06-2) ...
11:20:21 #10 55.26 Selecting previously unselected package libxml-parser-perl.
11:20:21 #10 55.27 Preparing to unpack .../337-libxml-parser-perl_2.46-4_armhf.deb ...
11:20:21 #10 55.28 Unpacking libxml-parser-perl (2.46-4) ...
11:20:21 #10 55.33 Selecting previously unselected package libsoap-lite-perl.
11:20:21 #10 55.34 Preparing to unpack .../338-libsoap-lite-perl_1.27-2_all.deb ...
11:20:21 #10 55.34 Unpacking libsoap-lite-perl (1.27-2) ...
11:20:21 #10 55.41 Selecting previously unselected package libsocket6-perl.
11:20:21 #10 55.42 Preparing to unpack .../339-libsocket6-perl_0.29-3_armhf.deb ...
11:20:21 #10 55.42 Unpacking libsocket6-perl (0.29-3) ...
11:20:21 #11 70.16 Setting up libconst-fast-perl (0.014-1) ...
11:20:21 #11 70.17 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:20:21 #11 70.18 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:21 #11 70.20 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.16) ...
11:20:21 #11 70.21 Setting up curl (7.68.0-1ubuntu2.16) ...
11:20:21 #11 70.22 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:20:21 #11 70.25 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:21 #11 70.26 Setting up libemail-valid-perl (1.202-1) ...
11:20:21 #11 70.27 Setting up libpackage-stash-perl (0.38-1) ...
11:20:21 #11 70.28 Setting up libimport-into-perl (1.002005-1) ...
11:20:21 #11 70.29 Setting up libmoo-perl (2.003006-1) ...
11:20:21 #11 70.30 Setting up liblist-someutils-perl (0.58-1) ...
11:20:21 #11 70.31 Setting up liblist-someutils-xs-perl (0.58-2) ...
11:20:21 #11 70.32 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:20:21 #11 70.34 Setting up libmoox-aliases-perl (0.001006-1) ...
11:20:21 #11 70.35 Setting up libparams-validate-perl (1.29-3) ...
11:20:21 #11 70.36 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:21 #11 70.37 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:21 #12 8.408 Setting up dmsetup (2:1.02.155-3) ...
11:20:21 #12 8.420 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
11:20:21 #12 8.431 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
11:20:21 #12 8.442 Setting up docker-ce-build-deps (1.0) ...
11:20:21 #12 8.453 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:21 #12 8.471 Processing triggers for man-db (2.8.5-2) ...
11:20:21 #12 5.772 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
11:20:21 #12 5.777 Unpacking procps (2:3.3.15-2) ...
11:20:21 #12 5.837 Selecting previously unselected package libarchive13:amd64.
11:20:21 #12 5.840 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_amd64.deb ...
11:20:21 #12 5.844 Unpacking libarchive13:amd64 (3.3.3-4+deb10u3) ...
11:20:21 #12 5.901 Selecting previously unselected package libjsoncpp1:amd64.
11:20:21 #12 5.904 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ...
11:20:21 #12 5.908 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
11:20:21 #12 5.948 Selecting previously unselected package librhash0:amd64.
11:20:21 #12 5.948 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ...
11:20:21 #12 5.953 Unpacking librhash0:amd64 (1.3.8-1) ...
11:20:21 #12 5.998 Selecting previously unselected package libuv1:amd64.
11:20:21 #12 5.999 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ...
11:20:21 #12 6.002 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
11:20:21 #13 2.642    dh_installdocs
11:20:21 #13 2.679    dh_installchangelogs
11:20:21 #11 71.05 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:21 #11 71.09 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:21 #11 71.10 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:21 #11 71.11 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:21 #11 71.12 Setting up libdata-dpath-perl (0.58-1) ...
11:20:21 #11 71.13 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:21 #11 71.14 Setting up libpackage-stash-perl (0.39-1) ...
11:20:21 #11 71.15 Setting up libimport-into-perl (1.002005-1) ...
11:20:21 #11 71.16 Setting up libmoo-perl (2.005004-3) ...
11:20:21 #11 71.17 Setting up liblist-someutils-perl (0.58-1) ...
11:20:21 #11 71.18 Setting up debhelper (13.6ubuntu1) ...
11:20:21 #11 71.19 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:21 #11 71.20 Setting up equivs (2.3.1) ...
11:20:21 #14 DONE 32.9s
11:20:21 #10 54.26 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
11:20:21 #10 54.27 Setting up libgcc-10-dev:armhf (10.2.1-6) ...
11:20:21 #10 54.28 Setting up libedit2:armhf (3.1-20191231-2+b1) ...
11:20:21 #10 54.30 Setting up libreadline8:armhf (8.1-1) ...
11:20:21 #10 54.31 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:20:21 #10 54.33 Setting up m4 (1.4.18-5) ...
11:20:21 #10 54.34 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:20:21 #10 54.35 Setting up ca-certificates (20210119) ...
11:20:21 #11 57.90 Selecting previously unselected package libisl23:armhf.
11:20:21 #11 57.90 Preparing to unpack .../089-libisl23_0.25-1_armhf.deb ...
11:20:21 #11 57.91 Unpacking libisl23:armhf (0.25-1) ...
11:20:21 #11 57.95 Selecting previously unselected package libmpfr6:armhf.
11:20:21 #11 57.95 Preparing to unpack .../090-libmpfr6_4.1.0-3build3_armhf.deb ...
11:20:21 #11 57.96 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
11:20:21 #11 58.01 Selecting previously unselected package libmpc3:armhf.
11:20:21 #11 58.01 Preparing to unpack .../091-libmpc3_1.2.1-2build1_armhf.deb ...
11:20:21 #11 58.02 Unpacking libmpc3:armhf (1.2.1-2build1) ...
11:20:21 #11 58.05 Selecting previously unselected package cpp-12.
11:20:21 #11 58.05 Preparing to unpack .../092-cpp-12_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.06 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
11:20:21 #12 6.094 The following NEW packages will be installed:
11:20:21 #12 6.094   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:21 #12 6.095   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:21 #12 6.095   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
11:20:21 #12 6.096   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
11:20:21 #12 6.097   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:21 #12 10.81 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
11:20:21 #12 10.82 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:21 #12 10.84 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:21 #12 10.85 Setting up librhash0:arm64 (1.3.6-2) ...
11:20:21 #12 10.86 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:21 #12 10.88 Setting up pkg-config (0.29.1-0ubuntu2) ...
11:20:21 #12 10.93 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
11:20:21 #13 3.111    dh_builddeb
11:20:21 #13 3.137 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:21 #13 3.256  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
11:20:21 #10 44.22 Preparing to unpack .../086-libtry-tiny-perl_0.31-2_all.deb ...
11:20:21 #10 44.22 Unpacking libtry-tiny-perl (0.31-2) ...
11:20:21 #10 44.25 Selecting previously unselected package libwww-robotrules-perl.
11:20:21 #10 44.25 Preparing to unpack .../087-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:21 #10 44.26 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:21 #10 44.29 Selecting previously unselected package libwww-perl.
11:20:21 #10 44.29 Preparing to unpack .../088-libwww-perl_6.67-1_all.deb ...
11:20:21 #10 44.30 Unpacking libwww-perl (6.67-1) ...
11:20:21 #10 44.35 Selecting previously unselected package libdigest-md5-file-perl.
11:20:21 #10 44.35 Preparing to unpack .../089-libdigest-md5-file-perl_0.08-1.1_all.deb ...
11:20:21 #10 44.35 Unpacking libdigest-md5-file-perl (0.08-1.1) ...
11:20:21 #10 44.38 Selecting previously unselected package libfile-dirlist-perl.
11:20:21 #10 44.38 Preparing to unpack .../090-libfile-dirlist-perl_0.05-3_all.deb ...
11:20:21 #10 44.38 Unpacking libfile-dirlist-perl (0.05-3) ...
11:20:21 #10 44.41 Selecting previously unselected package libfile-which-perl.
11:20:21 #10 44.41 Preparing to unpack .../091-libfile-which-perl_1.27-2_all.deb ...
11:20:21 #10 44.41 Unpacking libfile-which-perl (1.27-2) ...
11:20:21 #10 44.45 Selecting previously unselected package libfile-homedir-perl.
11:20:21 #10 44.45 Preparing to unpack .../092-libfile-homedir-perl_1.006-2_all.deb ...
11:20:21 #12 3.216 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:21 #12 3.219  dpkg-source --after-build .
11:20:21 #12 3.320 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:21 #12 3.326 
11:20:21 #12 3.326 The package has been created.
11:20:21 #12 3.326 Attention, the package has been created in the current directory,
11:20:21 #12 3.326 not in ".." as indicated by the message above!
11:20:21 #12 3.351 Selecting previously unselected package docker-ce-build-deps.
11:20:21 #12 3.368 (Reading database ... 28644 files and directories currently installed.)
11:20:21 #12 3.370 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:21 #12 3.374 Unpacking docker-ce-build-deps (1.0) ...
11:20:21 #14 DONE 31.2s
11:20:21 
11:20:21 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:21 #12 3.614 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:21 #12 3.731 Starting 2 pkgProblemResolver with broken count: 0
11:20:21 #12 3.732 Done
11:20:21 #12 3.834  Done
11:20:21 #12 3.925 Starting pkgProblemResolver with broken count: 0
11:20:21 #12 3.943 Starting 2 pkgProblemResolver with broken count: 0
11:20:21 #11 56.79 Unpacking lintian (2.62.0ubuntu2.2) ...
11:20:21 #10 64.44 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
11:20:21 #10 64.46 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
11:20:21 #10 64.47 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
11:20:21 #10 64.48 Setting up dput (1.0.1ubuntu1) ...
11:20:21 #10 64.65 Setting up libstring-copyright-perl (0.003005-1) ...
11:20:21 #10 64.66 Setting up libhtml-parser-perl (3.72-3build1) ...
11:20:21 #10 64.67 Setting up automake (1:1.15.1-3ubuntu2) ...
11:20:21 #11 67.62 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:21 #11 67.63 Preparing to unpack .../299-libhtml-html5-entities-perl_0.004-2_all.deb ...
11:20:21 #11 67.63 Unpacking libhtml-html5-entities-perl (0.004-2) ...
11:20:21 #11 67.67 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:20:21 #11 67.68 Preparing to unpack .../300-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:20:21 #11 67.68 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:21 #11 67.71 Selecting previously unselected package libhttp-daemon-perl.
11:20:21 #11 67.71 Preparing to unpack .../301-libhttp-daemon-perl_6.14-1.1_all.deb ...
11:20:21 #11 67.72 Unpacking libhttp-daemon-perl (6.14-1.1) ...
11:20:21 #11 67.82 Selecting previously unselected package libindirect-perl.
11:20:21 #11 67.83 Preparing to unpack .../302-libindirect-perl_0.39-2_arm64.deb ...
11:20:21 #11 67.83 Unpacking libindirect-perl (0.39-2) ...
11:20:21 #11 67.86 Selecting previously unselected package libio-interactive-perl.
11:20:21 #11 67.87 Preparing to unpack .../303-libio-interactive-perl_1.023-1_all.deb ...
11:20:21 #11 67.87 Unpacking libio-interactive-perl (1.023-1) ...
11:20:21 #11 54.48 Unpacking dput (1.1.0ubuntu2) ...
11:20:21 #11 54.52 Selecting previously unselected package fonts-dejavu-core.
11:20:21 #11 54.52 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
11:20:21 #11 54.52 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:20:21 #11 54.66 Selecting previously unselected package fontconfig-config.
11:20:21 #11 54.66 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:20:21 #11 54.66 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:21 #11 54.70 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:21 #11 54.70 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.8_armhf.deb ...
11:20:21 #11 54.71 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.8) ...
11:20:21 #11 54.73 Selecting previously unselected package liberror-perl.
11:20:21 #10 55.45 Selecting previously unselected package libstring-copyright-perl.
11:20:21 #10 55.46 Preparing to unpack .../340-libstring-copyright-perl_0.003014-1_all.deb ...
11:20:21 #10 55.46 Unpacking libstring-copyright-perl (0.003014-1) ...
11:20:21 #10 55.50 Selecting previously unselected package libstring-escape-perl.
11:20:21 #10 55.50 Preparing to unpack .../341-libstring-escape-perl_2010.002-3_all.deb ...
11:20:21 #10 55.51 Unpacking libstring-escape-perl (2010.002-3) ...
11:20:21 #10 55.54 Selecting previously unselected package libstring-license-perl.
11:20:21 #10 55.55 Preparing to unpack .../342-libstring-license-perl_0.0.2-1_all.deb ...
11:20:21 #10 55.55 Unpacking libstring-license-perl (0.0.2-1) ...
11:20:21 #10 55.59 Selecting previously unselected package libstring-shellquote-perl.
11:20:21 #10 55.59 Preparing to unpack .../343-libstring-shellquote-perl_1.04-3_all.deb ...
11:20:21 #10 55.60 Unpacking libstring-shellquote-perl (1.04-3) ...
11:20:21 #10 55.63 Selecting previously unselected package libsys-cpuaffinity-perl.
11:20:21 #10 55.64 Preparing to unpack .../344-libsys-cpuaffinity-perl_1.13~03-2+b1_armhf.deb ...
11:20:21 #10 55.64 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:20:21 #10 55.68 Selecting previously unselected package libterm-readkey-perl.
11:20:21 #10 55.68 Preparing to unpack .../345-libterm-readkey-perl_2.38-2+b1_armhf.deb ...
11:20:21 #10 55.69 Unpacking libterm-readkey-perl (2.38-2+b1) ...
11:20:21 #11 70.38 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
11:20:21 #11 70.39 Setting up libgitlab-api-v4-perl (0.25-1) ...
11:20:21 #11 70.40 Setting up libmoox-struct-perl (0.017-1) ...
11:20:21 #11 70.41 Setting up lintian (2.62.0ubuntu2.2) ...
11:20:21 #11 70.43 Setting up licensecheck (3.0.45-1) ...
11:20:21 #11 70.44 Setting up dh-autoreconf (19) ...
11:20:21 #11 70.45 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:20:21 #11 70.46 Setting up libwww-perl (6.43-1) ...
11:20:21 #11 70.47 Setting up debhelper (12.10ubuntu1) ...
11:20:21 #11 70.49 Setting up devscripts (2.20.2ubuntu2) ...
11:20:21 #12 6.036 Selecting previously unselected package cmake.
11:20:21 #12 6.039 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ...
11:20:21 #12 6.043 Unpacking cmake (3.13.4-1) ...
11:20:21 #12 6.406 Selecting previously unselected package dh-apparmor.
11:20:21 #13 2.762    dh_perl
11:20:21 #13 2.797    dh_link
11:20:21 #13 2.831    dh_strip_nondeterminism
11:20:21 #13 2.892    dh_compress
11:20:21 #13 2.930    dh_fixperms
11:20:21 #13 2.968    dh_missing
11:20:21 #13 2.994    dh_installdeb
11:20:21 #13 3.027    dh_gencontrol
11:20:21 #13 3.139    dh_md5sums
11:20:21 #11 71.21 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:21 #11 71.22 Setting up libb-hooks-endofscope-perl (0.25-1) ...
11:20:21 #11 71.23 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:21 #11 71.24 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:21 #11 71.25 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:21 #11 71.26 Setting up libmoox-struct-perl (0.020-1) ...
11:20:21 #11 71.27 Setting up lintian (2.114.0ubuntu1.2) ...
11:20:21 #11 71.29 Setting up licensecheck (3.2.14-2) ...
11:20:21 #11 71.30 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:21 #11 71.34 Setting up libwww-perl (6.61-1) ...
11:20:21 #11 71.35 Setting up devscripts (2.22.1ubuntu1) ...
11:20:21 
11:20:21 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:21 #10 54.70 Updating certificates in /etc/ssl/certs...
11:20:21 #11 58.27 Selecting previously unselected package cpp.
11:20:21 #11 58.27 Preparing to unpack .../093-cpp_4%3a12.2.0-1ubuntu1_armhf.deb ...
11:20:21 #11 58.28 Unpacking cpp (4:12.2.0-1ubuntu1) ...
11:20:21 #11 58.35 Selecting previously unselected package libcc1-0:armhf.
11:20:21 #11 58.35 Preparing to unpack .../094-libcc1-0_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.36 Unpacking libcc1-0:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.39 Selecting previously unselected package libgomp1:armhf.
11:20:21 #11 58.39 Preparing to unpack .../095-libgomp1_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #12 10.94 Setting up libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
11:20:21 #12 10.95 Setting up libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
11:20:21 #12 10.96 Setting up libsystemd-dev:arm64 (237-3ubuntu10.57) ...
11:20:21 #12 10.97 Setting up libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
11:20:21 #12 10.98 Setting up libudev-dev:arm64 (237-3ubuntu10.57) ...
11:20:21 #12 11.00 Setting up liblzo2-2:arm64 (2.08-1.2) ...
11:20:21 #12 11.01 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
11:20:21 #12 11.03 Setting up libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
11:20:21 #12 11.04 Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
11:20:21 #12 11.05 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:21 #12 11.06 Setting up libselinux1-dev:arm64 (2.7-2build2) ...
11:20:21 #12 11.07 Setting up libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:21 #12 11.08 Setting up docker-ce-build-deps (1.0) ...
11:20:21 #12 11.09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
11:20:21 #12 11.12 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:20:21 #13 3.393  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
11:20:21 #13 3.469 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:21 #13 3.472  dpkg-source --after-build .
11:20:21 #13 3.567 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:21 #13 3.571 
11:20:21 #13 3.571 The package has been created.
11:20:21 #13 3.571 Attention, the package has been created in the current directory,
11:20:21 #13 3.571 not in ".." as indicated by the message above!
11:20:21 #13 3.624 Selecting previously unselected package docker-ce-build-deps.
11:20:21 #13 3.639 (Reading database ... 27533 files and directories currently installed.)
11:20:21 #10 44.45 Unpacking libfile-homedir-perl (1.006-2) ...
11:20:21 #10 44.48 Selecting previously unselected package libfile-touch-perl.
11:20:21 #10 44.48 Preparing to unpack .../093-libfile-touch-perl_0.12-2_all.deb ...
11:20:21 #10 44.49 Unpacking libfile-touch-perl (0.12-2) ...
11:20:21 #10 44.52 Selecting previously unselected package libio-pty-perl.
11:20:21 #10 44.52 Preparing to unpack .../094-libio-pty-perl_1%3a1.17-1_armhf.deb ...
11:20:21 #10 44.52 Unpacking libio-pty-perl (1:1.17-1) ...
11:20:21 #10 44.56 Selecting previously unselected package libipc-run-perl.
11:20:21 #10 44.56 Preparing to unpack .../095-libipc-run-perl_20220807.0-1_all.deb ...
11:20:21 #10 44.56 Unpacking libipc-run-perl (20220807.0-1) ...
11:20:21 #10 44.61 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:21 #10 44.61 Preparing to unpack .../096-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:20:21 #10 44.61 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:20:21 #10 44.64 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:21 #10 44.64 Preparing to unpack .../097-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
11:20:21 #10 44.64 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:20:21 #10 44.68 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
11:20:21 #10 44.68 Preparing to unpack .../098-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
11:20:21 #10 44.68 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
11:20:21 #10 44.71 Selecting previously unselected package libdynaloader-functions-perl.
11:20:21 #10 44.71 Preparing to unpack .../099-libdynaloader-functions-perl_0.003-3_all.deb ...
11:20:21 #10 44.72 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:20:21 #10 44.75 Selecting previously unselected package libdevel-callchecker-perl:armhf.
11:20:21 #10 44.75 Preparing to unpack .../100-libdevel-callchecker-perl_0.008-2_armhf.deb ...
11:20:21 #10 44.75 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
11:20:21 #10 44.78 Selecting previously unselected package libparams-classify-perl:armhf.
11:20:21 #10 44.78 Preparing to unpack .../101-libparams-classify-perl_0.015-2+b1_armhf.deb ...
11:20:21 #12 3.944 Done
11:20:21 #12 4.099 The following additional packages will be installed:
11:20:21 #12 4.100   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:21 #12 4.100   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:21 #12 4.100   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:21 #12 4.100   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:21 #12 4.101   libudev-dev libuv1 pkg-config procps
11:20:21 #12 4.102 Suggested packages:
11:20:21 #12 4.102   cmake-doc ninja-build apparmor-easyprof seccomp
11:20:21 #12 4.102 Recommended packages:
11:20:21 #12 4.102   psmisc
11:20:21 #12 5.008 Reading package lists...
11:20:21 #11 57.12 Selecting previously unselected package manpages-dev.
11:20:21 #11 57.12 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
11:20:21 #11 57.12 Unpacking manpages-dev (5.05-1) ...
11:20:21 #10 64.68 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
11:20:21 #10 64.69 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
11:20:21 #10 64.69 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
11:20:21 #10 64.70 Setting up libipc-run-perl (0.96-1) ...
11:20:21 #10 64.71 Setting up libcgi-pm-perl (4.38-1) ...
11:20:21 #10 64.72 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:21 #10 64.74 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
11:20:21 #11 67.90 Selecting previously unselected package libtypes-serialiser-perl.
11:20:21 #11 67.91 Preparing to unpack .../304-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:21 #11 67.91 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:21 #11 67.94 Selecting previously unselected package libjson-xs-perl.
11:20:21 #11 67.95 Preparing to unpack .../305-libjson-xs-perl_4.030-1build3_arm64.deb ...
11:20:21 #11 67.95 Unpacking libjson-xs-perl (4.030-1build3) ...
11:20:21 #11 67.99 Selecting previously unselected package libjson-maybexs-perl.
11:20:21 #11 68.00 Preparing to unpack .../306-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:21 #11 68.00 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:21 #11 68.03 Selecting previously unselected package libldap-common.
11:20:21 #11 68.04 Preparing to unpack .../307-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
11:20:21 #11 68.04 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:20:21 #11 68.08 Selecting previously unselected package liblist-compare-perl.
11:20:21 #11 68.08 Preparing to unpack .../308-liblist-compare-perl_0.55-1_all.deb ...
11:20:21 #11 68.09 Unpacking liblist-compare-perl (0.55-1) ...
11:20:21 #11 68.13 Selecting previously unselected package liblist-someutils-perl.
11:20:21 #11 68.13 Preparing to unpack .../309-liblist-someutils-perl_0.58-1_all.deb ...
11:20:21 #11 54.73 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
11:20:21 #11 54.74 Unpacking liberror-perl (0.17029-1) ...
11:20:21 #11 54.77 Selecting previously unselected package git-man.
11:20:21 #11 54.77 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.8_all.deb ...
11:20:21 #11 54.78 Unpacking git-man (1:2.34.1-1ubuntu1.8) ...
11:20:21 #11 54.82 Selecting previously unselected package git.
11:20:21 #11 54.82 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.8_armhf.deb ...
11:20:21 #11 54.83 Unpacking git (1:2.34.1-1ubuntu1.8) ...
11:20:21 #11 55.01 Selecting previously unselected package libalgorithm-diff-perl.
11:20:21 #10 55.72 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:21 #10 55.72 Preparing to unpack .../346-libtext-levenshteinxs-perl_0.03-5+b1_armhf.deb ...
11:20:21 #10 55.73 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
11:20:21 #10 55.76 Selecting previously unselected package libtext-markdown-discount-perl.
11:20:21 #10 55.76 Preparing to unpack .../347-libtext-markdown-discount-perl_0.16-1_armhf.deb ...
11:20:21 #10 55.77 Unpacking libtext-markdown-discount-perl (0.16-1) ...
11:20:21 #10 55.81 Selecting previously unselected package libtext-xslate-perl:armhf.
11:20:21 #10 55.81 Preparing to unpack .../348-libtext-xslate-perl_3.5.9-1+b2_armhf.deb ...
11:20:21 #10 55.82 Unpacking libtext-xslate-perl:armhf (3.5.9-1+b2) ...
11:20:21 #10 55.87 Selecting previously unselected package libtime-duration-perl.
11:20:21 #10 55.88 Preparing to unpack .../349-libtime-duration-perl_1.21-2_all.deb ...
11:20:21 #10 55.88 Unpacking libtime-duration-perl (1.21-2) ...
11:20:21 #10 55.92 Selecting previously unselected package libtime-moment-perl.
11:20:21 #10 55.93 Preparing to unpack .../350-libtime-moment-perl_0.44-2+b1_armhf.deb ...
11:20:21 #10 55.93 Unpacking libtime-moment-perl (0.44-2+b1) ...
11:20:21 #11 70.66 Setting up equivs (2.2.0) ...
11:20:21 #11 70.68 Setting up libxml-parser-perl (2.46-1) ...
11:20:21 #11 70.69 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:21 #11 70.73 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:21 #11 70.78 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:21 #12 6.411 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
11:20:21 #12 6.414 Unpacking dh-apparmor (2.13.2-10) ...
11:20:21 #12 6.444 Selecting previously unselected package dmsetup.
11:20:21 #12 6.447 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_amd64.deb ...
11:20:21 #12 6.451 Unpacking dmsetup (2:1.02.155-3) ...
11:20:21 #12 6.493 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:21 #12 6.493 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
11:20:21 #12 6.497 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:20:21 #12 6.660 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:21 #13 3.176    dh_builddeb
11:20:21 #13 3.202 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:21 #11 71.51 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
11:20:21 #11 71.53 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:21 #11 71.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:21 #11 71.63 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:21 #11 71.77 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:21 #10 55.10 129 added, 0 removed; done.
11:20:21 #11 58.40 Unpacking libgomp1:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.44 Selecting previously unselected package libatomic1:armhf.
11:20:21 #11 58.44 Preparing to unpack .../096-libatomic1_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.44 Unpacking libatomic1:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.48 Selecting previously unselected package libasan8:armhf.
11:20:21 #11 58.48 Preparing to unpack .../097-libasan8_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.49 Unpacking libasan8:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.61 Selecting previously unselected package libubsan1:armhf.
11:20:21 #11 58.61 Preparing to unpack .../098-libubsan1_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.62 Unpacking libubsan1:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.67 Selecting previously unselected package libgcc-12-dev:armhf.
11:20:21 #11 58.67 Preparing to unpack .../099-libgcc-12-dev_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #12 DONE 11.3s
11:20:21 
11:20:21 #13 [stage-1 5/8] COPY sources/ /sources
11:20:21 #13 3.640 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:21 #13 3.644 Unpacking docker-ce-build-deps (1.0) ...
11:20:21 #10 44.79 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
11:20:21 #10 44.83 Selecting previously unselected package libmodule-runtime-perl.
11:20:21 #10 44.83 Preparing to unpack .../102-libmodule-runtime-perl_0.016-2_all.deb ...
11:20:21 #10 44.83 Unpacking libmodule-runtime-perl (0.016-2) ...
11:20:21 #10 44.86 Selecting previously unselected package libimport-into-perl.
11:20:21 #10 44.86 Preparing to unpack .../103-libimport-into-perl_1.002005-2_all.deb ...
11:20:21 #10 44.86 Unpacking libimport-into-perl (1.002005-2) ...
11:20:21 #10 44.90 Selecting previously unselected package librole-tiny-perl.
11:20:21 #10 44.90 Preparing to unpack .../104-librole-tiny-perl_2.002004-1_all.deb ...
11:20:21 #10 44.90 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:21 #10 44.93 Selecting previously unselected package libsub-quote-perl.
11:20:21 #10 44.94 Preparing to unpack .../105-libsub-quote-perl_2.006008-1_all.deb ...
11:20:21 #10 44.94 Unpacking libsub-quote-perl (2.006008-1) ...
11:20:21 #10 44.97 Selecting previously unselected package libmoo-perl.
11:20:21 #10 44.97 Preparing to unpack .../106-libmoo-perl_2.005005-1_all.deb ...
11:20:21 #10 44.98 Unpacking libmoo-perl (2.005005-1) ...
11:20:21 #10 45.01 Selecting previously unselected package libswitch-perl.
11:20:21 #10 45.01 Preparing to unpack .../107-libswitch-perl_2.17-3_all.deb ...
11:20:21 #12 6.550 0 upgraded, 28 newly installed, 0 to remove and 10 not upgraded.
11:20:21 #12 6.550 1 not fully installed or removed.
11:20:21 #12 6.550 Need to get 17.0 MB of archives.
11:20:21 #12 6.550 After this operation, 70.8 MB of additional disk space will be used.
11:20:21 #12 6.550 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
11:20:21 #12 6.703 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
11:20:21 #12 3.421 Reading package lists...
11:20:21 #12 4.263 The following NEW packages will be installed:
11:20:21 #12 4.263   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:21 #12 4.264   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:21 #12 4.264   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:21 #12 4.264   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:21 #12 4.265   libudev-dev libuv1 pkg-config procps
11:20:21 #12 4.534 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:21 #12 4.534 1 not fully installed or removed.
11:20:21 #12 4.534 Need to get 11.4 MB of archives.
11:20:21 #12 4.534 After this operation, 46.6 MB of additional disk space will be used.
11:20:21 #12 4.534 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:20:21 #12 6.477 Building dependency tree...
11:20:21 #12 6.683 Reading state information...
11:20:21 #11 57.40 Selecting previously unselected package python3-certifi.
11:20:21 #11 57.40 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
11:20:21 #11 57.41 Unpacking python3-certifi (2019.11.28-1) ...
11:20:21 #11 57.46 Selecting previously unselected package python3-idna.
11:20:21 #11 57.46 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
11:20:21 #11 57.47 Unpacking python3-idna (2.8-1) ...
11:20:21 #11 57.50 Selecting previously unselected package python3-urllib3.
11:20:21 #11 57.51 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:20:21 #11 57.51 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:20:21 #11 57.56 Selecting previously unselected package python3-requests.
11:20:21 #11 57.56 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:20:21 #11 57.57 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:20:21 #11 57.61 Selecting previously unselected package python3-unidiff.
11:20:21 #11 57.61 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
11:20:21 #10 64.92 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
11:20:21 #10 64.93 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:20:21 #10 64.96 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:20:21 #10 64.97 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:20:21 #10 65.03 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:21 #11 68.13 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:21 #11 68.17 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:21 #11 68.17 Preparing to unpack .../310-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
11:20:21 #11 68.18 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:20:21 #11 68.21 Selecting previously unselected package liblist-utilsby-perl.
11:20:21 #11 68.22 Preparing to unpack .../311-liblist-utilsby-perl_0.12-1_all.deb ...
11:20:21 #11 68.22 Unpacking liblist-utilsby-perl (0.12-1) ...
11:20:21 #11 68.26 Selecting previously unselected package libltdl7:arm64.
11:20:21 #11 68.26 Preparing to unpack .../312-libltdl7_2.4.7-4_arm64.deb ...
11:20:21 #11 68.27 Unpacking libltdl7:arm64 (2.4.7-4) ...
11:20:21 #11 68.30 Selecting previously unselected package libltdl-dev:arm64.
11:20:21 #11 68.30 Preparing to unpack .../313-libltdl-dev_2.4.7-4_arm64.deb ...
11:20:21 #11 68.30 Unpacking libltdl-dev:arm64 (2.4.7-4) ...
11:20:21 #11 68.35 Selecting previously unselected package liblzo2-2:arm64.
11:20:21 #11 68.36 Preparing to unpack .../314-liblzo2-2_2.10-2build3_arm64.deb ...
11:20:21 #11 55.01 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:21 #11 55.01 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:21 #11 55.05 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:20:21 #11 55.05 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
11:20:21 #11 55.05 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:21 #11 55.09 Selecting previously unselected package libalgorithm-merge-perl.
11:20:21 #11 55.09 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
11:20:21 #11 55.09 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:20:21 #11 55.15 Selecting previously unselected package libaliased-perl.
11:20:21 #11 55.15 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
11:20:21 #11 55.15 Unpacking libaliased-perl (0.34-1.1) ...
11:20:21 #11 55.18 Selecting previously unselected package libapt-pkg-perl.
11:20:21 #11 55.18 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
11:20:21 #11 55.18 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:20:21 #11 55.22 Selecting previously unselected package libarchive-cpio-perl.
11:20:21 #11 55.22 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:20:21 #11 55.22 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:20:21 #11 55.25 Selecting previously unselected package libarray-intspan-perl.
11:20:21 #11 55.25 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
11:20:21 #10 55.97 Selecting previously unselected package libtype-tiny-xs-perl:armhf.
11:20:21 #10 55.98 Preparing to unpack .../351-libtype-tiny-xs-perl_0.025-1_armhf.deb ...
11:20:21 #10 55.98 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ...
11:20:21 #10 56.02 Selecting previously unselected package libunicode-utf8-perl.
11:20:21 #10 56.02 Preparing to unpack .../352-libunicode-utf8-perl_0.62-2_armhf.deb ...
11:20:21 #10 56.02 Unpacking libunicode-utf8-perl (0.62-2) ...
11:20:21 #10 56.07 Selecting previously unselected package libwww-mechanize-perl.
11:20:21 #10 56.07 Preparing to unpack .../353-libwww-mechanize-perl_2.16-1_all.deb ...
11:20:21 #10 56.08 Unpacking libwww-mechanize-perl (2.16-1) ...
11:20:21 #10 56.12 Selecting previously unselected package libxdelta2:armhf.
11:20:21 #10 56.13 Preparing to unpack .../354-libxdelta2_1.1.3-10.4_armhf.deb ...
11:20:21 #10 56.13 Unpacking libxdelta2:armhf (1.1.3-10.4) ...
11:20:21 #10 56.17 Selecting previously unselected package libxext6:armhf.
11:20:21 #11 70.95 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:21 #11 70.99 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:21 #11 71.02 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:21 #11 71.02 Updating certificates in /etc/ssl/certs...
11:20:21 #12 6.663 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
11:20:21 #12 6.667 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
11:20:21 #12 6.702 Selecting previously unselected package libudev-dev:amd64.
11:20:21 #12 6.705 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_amd64.deb ...
11:20:21 #12 6.712 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
11:20:21 #12 6.753 Selecting previously unselected package libsepol1-dev:amd64.
11:20:21 #12 6.754 Preparing to unpack .../14-libsepol1-dev_2.8-1_amd64.deb ...
11:20:21 #12 6.757 Unpacking libsepol1-dev:amd64 (2.8-1) ...
11:20:21 #13 3.323  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
11:20:21 #13 3.457  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
11:20:21 #13 3.533 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:21 #13 3.535  dpkg-source --after-build .
11:20:21 #11 71.80 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:21 #11 71.83 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:21 #11 71.84 Updating certificates in /etc/ssl/certs...
11:20:21 #10 55.14 Setting up libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
11:20:21 #10 55.15 Setting up shared-mime-info (2.0-1) ...
11:20:21 #11 58.67 Unpacking libgcc-12-dev:armhf (12.2.0-3ubuntu1) ...
11:20:21 #11 58.75 Selecting previously unselected package gcc-12.
11:20:21 #11 58.75 Preparing to unpack .../100-gcc-12_12.2.0-3ubuntu1_armhf.deb ...
11:20:21 #11 58.76 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
11:20:21 #13 DONE 0.2s
11:20:21 
11:20:21 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:21 #10 45.02 Unpacking libswitch-perl (2.17-3) ...
11:20:21 #10 45.05 Selecting previously unselected package patchutils.
11:20:21 #10 45.05 Preparing to unpack .../108-patchutils_0.4.2-1_armhf.deb ...
11:20:21 #10 45.05 Unpacking patchutils (0.4.2-1) ...
11:20:21 #10 45.09 Selecting previously unselected package wdiff.
11:20:21 #10 45.09 Preparing to unpack .../109-wdiff_1.2.2-5_armhf.deb ...
11:20:21 #10 45.10 Unpacking wdiff (1.2.2-5) ...
11:20:21 #10 45.15 Selecting previously unselected package devscripts.
11:20:21 #14 DONE 6.2s
11:20:21 
11:20:21 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
11:20:21 #15 DONE 0.0s
11:20:21 
11:20:21 #16 exporting to image
11:20:21 #16 exporting layers
11:20:21 #12 3.979 Building dependency tree...
11:20:21 #12 4.157 Reading state information...
11:20:21 #12 4.540 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:20:21 #12 4.551 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
11:20:21 #12 4.553 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
11:20:21 #12 4.553 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
11:20:21 #12 4.557 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:20:21 #12 4.558 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:20:21 #12 4.559 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:20:21 #12 4.561 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:20:21 #12 4.602 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
11:20:21 #12 4.602 Get:11 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:20:21 #12 4.603 Get:12 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:20:21 #12 4.605 Get:13 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
11:20:21 #12 4.605 Get:14 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
11:20:21 #12 4.607 Get:15 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:20:21 #12 4.609 Get:16 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
11:20:21 #12 4.611 Get:17 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
11:20:21 #12 4.613 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
11:20:21 #12 4.614 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
11:20:21 #12 4.618 Get:20 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:20:21 #12 4.620 Get:21 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:20:21 #12 4.621 Get:22 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:20:21 #12 4.621 Get:23 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
11:20:21 #12 4.624 Get:24 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
11:20:21 #12 4.759 debconf: delaying package configuration, since apt-utils is not installed
11:20:21 #12 4.794 Fetched 11.4 MB in 0s (32.0 MB/s)
11:20:22 #12 6.715 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:22 #12 6.984 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #12 6.989 Done
11:20:22 #12 11.59   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          56/95 
11:20:22 #12 19.42   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            57/95 
11:20:22 #12 19.48   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       58/95 
11:20:22 #12 19.49   Installing       : libcbor-0.7.0-7.fc37.x86_64                          59/95 
11:20:22 #12 19.51   Installing       : libfido2-1.11.0-3.fc37.x86_64                        60/95 
11:20:22 #12 19.53   Installing       : openssh-clients-8.8p1-7.fc37.x86_64                  61/95 
11:20:22 #12 19.56   Running scriptlet: openssh-clients-8.8p1-7.fc37.x86_64                  61/95 
11:20:22 #12 19.57   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         62/95 
11:20:22 #12 19.58   Installing       : libargon2-20190702-1.fc37.x86_64                     63/95 
11:20:22 #12 19.61   Installing       : less-590-5.fc37.x86_64                               64/95 
11:20:22 #12 19.69   Installing       : git-core-2.39.2-1.fc37.x86_64                        65/95 
11:20:22 #11 57.61 Unpacking python3-unidiff (0.5.5-2) ...
11:20:22 #11 57.65 Selecting previously unselected package python3-xdg.
11:20:22 #11 57.65 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
11:20:22 #11 57.65 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:20:22 #11 57.69 Selecting previously unselected package unzip.
11:20:22 #11 57.69 Preparing to unpack .../331-unzip_6.0-25ubuntu1.1_armhf.deb ...
11:20:22 #11 57.69 Unpacking unzip (6.0-25ubuntu1.1) ...
11:20:22 #11 57.74 Selecting previously unselected package equivs.
11:20:22 #11 57.75 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
11:20:22 #11 57.75 Unpacking equivs (2.2.0) ...
11:20:22 #11 57.78 Selecting previously unselected package libauthen-sasl-perl.
11:20:22 #11 57.78 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
11:20:22 #11 57.79 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:20:22 #11 57.83 Selecting previously unselected package python3-magic.
11:20:22 #11 57.83 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
11:20:22 #11 57.83 Unpacking python3-magic (2:0.4.15-3) ...
11:20:22 #10 65.09 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:22 #10 65.21 
11:20:22 #10 65.21 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:22 #10 65.24 Setting up liblist-moreutils-perl (0.416-1build3) ...
11:20:22 #10 65.25 Setting up libhttp-date-perl (6.02-1) ...
11:20:22 #10 65.26 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:22 #10 65.27 Setting up build-essential (12.4ubuntu1) ...
11:20:22 #10 65.28 Setting up libcurl3-gnutls:armhf (7.58.0-2ubuntu3.23) ...
11:20:22 #10 65.30 Setting up libdevel-callchecker-perl (0.007-2build1) ...
11:20:22 #10 65.31 Setting up libcurl4:armhf (7.58.0-2ubuntu3.23) ...
11:20:22 #10 65.32 Setting up devscripts (2.17.12ubuntu1.1) ...
11:20:22 #11 68.36 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
11:20:22 #11 68.40 Selecting previously unselected package libsys-hostname-long-perl.
11:20:22 #11 68.40 Preparing to unpack .../315-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:22 #11 68.41 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:22 #11 68.44 Selecting previously unselected package libmail-sendmail-perl.
11:20:22 #11 68.45 Preparing to unpack .../316-libmail-sendmail-perl_0.80-2_all.deb ...
11:20:22 #11 68.45 Unpacking libmail-sendmail-perl (0.80-2) ...
11:20:22 #11 68.48 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:22 #11 68.49 Preparing to unpack .../317-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:20:22 #11 68.49 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:20:22 #11 68.52 Selecting previously unselected package libmailtools-perl.
11:20:22 #11 68.52 Preparing to unpack .../318-libmailtools-perl_2.21-1_all.deb ...
11:20:22 #11 68.53 Unpacking libmailtools-perl (2.21-1) ...
11:20:22 #11 68.57 Selecting previously unselected package libmarkdown2:arm64.
11:20:22 #11 68.58 Preparing to unpack .../319-libmarkdown2_2.2.7-2_arm64.deb ...
11:20:22 #11 68.58 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
11:20:22 #11 55.25 Unpacking libarray-intspan-perl (2.004-1) ...
11:20:22 #11 55.30 Selecting previously unselected package libmodule-implementation-perl.
11:20:22 #11 55.30 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:20:22 #11 55.30 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:20:22 #11 55.33 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:22 #11 55.33 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:20:22 #11 55.33 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:20:22 #11 55.36 Selecting previously unselected package libvariable-magic-perl.
11:20:22 #11 55.36 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
11:20:22 #11 55.37 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:20:22 #11 55.40 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:22 #11 55.40 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:20:22 #11 55.40 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:20:22 #11 55.44 Selecting previously unselected package libfreetype6:armhf.
11:20:22 #11 55.44 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1ubuntu0.1_armhf.deb ...
11:20:22 #11 55.44 Unpacking libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
11:20:22 #11 55.48 Selecting previously unselected package libfontconfig1:armhf.
11:20:22 #10 56.18 Preparing to unpack .../355-libxext6_2%3a1.3.4-1+b1_armhf.deb ...
11:20:22 #10 56.19 Unpacking libxext6:armhf (2:1.3.4-1+b1) ...
11:20:22 #10 56.22 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:22 #10 56.23 Preparing to unpack .../356-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:20:22 #10 56.23 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:20:22 #10 56.26 Selecting previously unselected package libxml-sax-base-perl.
11:20:22 #10 56.27 Preparing to unpack .../357-libxml-sax-base-perl_1.09-3_all.deb ...
11:20:22 #10 56.30 Unpacking libxml-sax-base-perl (1.09-3) ...
11:20:22 #10 56.34 Selecting previously unselected package libxml-sax-perl.
11:20:22 #10 56.34 Preparing to unpack .../358-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:22 #10 56.35 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:22 #10 56.39 Selecting previously unselected package libxml-libxml-perl.
11:20:22 #10 56.40 Preparing to unpack .../359-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_armhf.deb ...
11:20:22 #10 56.40 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:20:22 #10 56.48 Selecting previously unselected package libxml-sax-expat-perl.
11:20:22 #10 56.48 Preparing to unpack .../360-libxml-sax-expat-perl_0.51-2_all.deb ...
11:20:22 #10 56.49 Unpacking libxml-sax-expat-perl (0.51-2) ...
11:20:22 #12 6.824 Selecting previously unselected package libpcre16-3:amd64.
11:20:22 #12 6.824 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_amd64.deb ...
11:20:22 #12 6.827 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
11:20:22 #12 6.878 Selecting previously unselected package libpcre32-3:amd64.
11:20:22 #12 6.879 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_amd64.deb ...
11:20:22 #12 6.882 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
11:20:22 #12 6.932 Selecting previously unselected package libpcrecpp0v5:amd64.
11:20:22 #12 6.935 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
11:20:22 #12 6.938 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
11:20:22 #12 6.970 Selecting previously unselected package libpcre3-dev:amd64.
11:20:22 #12 6.973 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_amd64.deb ...
11:20:22 #12 6.976 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
11:20:22 #12 7.062 Selecting previously unselected package libselinux1-dev:amd64.
11:20:22 #12 7.065 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_amd64.deb ...
11:20:22 #12 7.068 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
11:20:22 #12 7.124 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:22 #12 7.127 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
11:20:22 #12 7.130 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
11:20:22 #12 7.158 Selecting previously unselected package libseccomp-dev:amd64.
11:20:22 #12 7.161 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_amd64.deb ...
11:20:22 #12 7.164 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
11:20:22 #13 3.632 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:22 #13 3.637 
11:20:22 #13 3.637 The package has been created.
11:20:22 #13 3.637 Attention, the package has been created in the current directory,
11:20:22 #13 3.637 not in ".." as indicated by the message above!
11:20:22 #13 3.658 Selecting previously unselected package docker-ce-build-deps.
11:20:22 #13 3.676 (Reading database ... 25577 files and directories currently installed.)
11:20:22 #13 3.678 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:22 #13 3.681 Unpacking docker-ce-build-deps (1.0) ...
11:20:22 #11 72.29 0 added, 0 removed; done.
11:20:22 #11 72.29 Running hooks in /etc/ca-certificates/update.d...
11:20:22 #11 72.29 done.
11:20:22 #11 59.18 Selecting previously unselected package gcc.
11:20:22 #11 59.18 Preparing to unpack .../101-gcc_4%3a12.2.0-1ubuntu1_armhf.deb ...
11:20:22 #11 59.18 Unpacking gcc (4:12.2.0-1ubuntu1) ...
11:20:22 #11 59.24 Selecting previously unselected package libstdc++-12-dev:armhf.
11:20:22 #11 59.24 Preparing to unpack .../102-libstdc++-12-dev_12.2.0-3ubuntu1_armhf.deb ...
11:20:22 #10 45.15 Preparing to unpack .../110-devscripts_2.23.2_armhf.deb ...
11:20:22 #10 45.18 Unpacking devscripts (2.23.2) ...
11:20:22 #10 45.32 Selecting previously unselected package equivs.
11:20:22 #10 45.32 Preparing to unpack .../111-equivs_2.3.1_all.deb ...
11:20:22 #10 45.32 Unpacking equivs (2.3.1) ...
11:20:22 #10 45.37 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:22 #10 45.37 Preparing to unpack .../112-libcurl3-gnutls_7.88.1-1_armhf.deb ...
11:20:22 #10 45.37 Unpacking libcurl3-gnutls:armhf (7.88.1-1) ...
11:20:22 #10 45.43 Selecting previously unselected package liberror-perl.
11:20:22 #10 45.43 Preparing to unpack .../113-liberror-perl_0.17029-2_all.deb ...
11:20:22 #13 3.706 Reading package lists...
11:20:22 #13 4.343 Building dependency tree...
11:20:22 #12 4.188 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:22 #12 4.417 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #12 4.420 Done
11:20:22 #12 DONE 10.4s
11:20:22 
11:20:22 #13 [stage-1 5/8] COPY sources/ /sources
11:20:22 #13 DONE 0.1s
11:20:22 
11:20:22 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:22 #12 7.156 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
11:20:22 #12 7.367 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
11:20:22 #12 4.824 Selecting previously unselected package bash-completion.
11:20:22 #12 4.824 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:22 #12 4.839 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
11:20:22 #12 7.213  Done
11:20:22 #12 19.76   Installing       : git-core-doc-2.39.2-1.fc37.noarch                    66/95 
11:20:22 #12 19.80   Installing       : perl-Git-2.39.2-1.fc37.noarch                        67/95 
11:20:22 #12 19.83   Installing       : git-2.39.2-1.fc37.x86_64                             68/95 
11:20:22 #12 19.84   Installing       : kmod-libs-30-2.fc37.x86_64                           69/95 
11:20:22 #12 19.88   Installing       : systemd-networkd-251.13-5.fc37.x86_64                70/95 
11:20:22 #12 19.88   Running scriptlet: systemd-networkd-251.13-5.fc37.x86_64                70/95 
11:20:22 #12 19.90   Installing       : systemd-pam-251.13-5.fc37.x86_64                     71/95 
11:20:22 #12 19.94   Installing       : systemd-resolved-251.13-5.fc37.x86_64                72/95 
11:20:22 #11 57.90 Setting up libapt-pkg-perl (0.1.36build3) ...
11:20:22 #11 57.92 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:20:22 #11 57.93 Setting up libpipeline1:armhf (1.5.2-2build1) ...
11:20:22 #11 57.95 Setting up wdiff (1.2.2-2build1) ...
11:20:22 #11 57.96 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:20:22 #11 57.97 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:20:22 #11 57.98 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
11:20:22 #11 58.00 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:20:22 #11 58.01 Setting up mime-support (3.64ubuntu1) ...
11:20:22 #11 58.05 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:20:22 #11 58.07 Setting up libmagic-mgc (1:5.38-4) ...
11:20:22 #11 58.08 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:20:22 #11 58.10 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:20:22 #11 58.11 No schema files found: doing nothing.
11:20:22 #11 58.11 Setting up distro-info-data (0.43ubuntu1.11) ...
11:20:22 #11 58.12 Setting up manpages (5.05-1) ...
11:20:22 #11 58.14 Setting up unzip (6.0-25ubuntu1.1) ...
11:20:22 #11 58.16 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:20:22 #11 58.17 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:20:22 #11 58.19 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:22 #10 65.52 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:20:22 #10 65.53 Setting up libcgi-fast-perl (1:2.13-1) ...
11:20:22 #10 65.55 Setting up libhtml-tree-perl (5.07-1) ...
11:20:22 #10 65.56 Setting up libfile-listing-perl (6.04-1) ...
11:20:22 #10 65.57 Setting up libhttp-message-perl (6.14-1) ...
11:20:22 #10 65.58 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
11:20:22 #10 65.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:22 #11 68.61 Selecting previously unselected package libmath-base85-perl.
11:20:22 #11 68.62 Preparing to unpack .../320-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:20:22 #11 68.62 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:20:22 #11 68.66 Selecting previously unselected package libmldbm-perl.
11:20:22 #11 68.66 Preparing to unpack .../321-libmldbm-perl_2.05-3_all.deb ...
11:20:22 #11 68.66 Unpacking libmldbm-perl (2.05-3) ...
11:20:22 #11 68.70 Selecting previously unselected package libmoox-aliases-perl.
11:20:22 #11 68.71 Preparing to unpack .../322-libmoox-aliases-perl_0.001006-2_all.deb ...
11:20:22 #11 68.71 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:20:22 #11 68.75 Selecting previously unselected package libmouse-perl.
11:20:22 #11 68.75 Preparing to unpack .../323-libmouse-perl_2.5.10-1build4_arm64.deb ...
11:20:22 #11 68.75 Unpacking libmouse-perl (2.5.10-1build4) ...
11:20:22 #11 68.80 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:22 #11 68.80 Preparing to unpack .../324-libxs-parse-keyword-perl_0.25-1_arm64.deb ...
11:20:22 #11 68.80 Unpacking libxs-parse-keyword-perl (0.25-1) ...
11:20:22 #11 68.84 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
11:20:22 #11 68.84 Preparing to unpack .../325-libxs-parse-sublike-perl_0.16-1ubuntu2_arm64.deb ...
11:20:22 #11 68.84 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
11:20:22 #11 68.88 Selecting previously unselected package libobject-pad-perl.
11:20:22 #11 55.48 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
11:20:22 #11 55.49 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
11:20:22 #11 55.52 Selecting previously unselected package libjpeg-turbo8:armhf.
11:20:22 #11 55.52 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
11:20:22 #11 55.53 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:20:22 #11 55.56 Selecting previously unselected package libjpeg8:armhf.
11:20:22 #11 55.56 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
11:20:22 #11 55.57 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
11:20:22 #11 55.60 Selecting previously unselected package libdeflate0:armhf.
11:20:22 #11 55.60 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
11:20:22 #11 55.61 Unpacking libdeflate0:armhf (1.10-2) ...
11:20:22 #11 55.65 Selecting previously unselected package libjbig0:armhf.
11:20:22 #11 55.65 Preparing to unpack .../203-libjbig0_2.1-3.1ubuntu0.22.04.1_armhf.deb ...
11:20:22 #11 55.65 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
11:20:22 #11 55.69 Selecting previously unselected package libwebp7:armhf.
11:20:22 #11 55.69 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
11:20:22 #11 55.70 Unpacking libwebp7:armhf (1.2.2-2) ...
11:20:22 #11 55.74 Selecting previously unselected package libtiff5:armhf.
11:20:22 #10 56.52 Selecting previously unselected package libxmlrpc-lite-perl.
11:20:22 #10 56.53 Preparing to unpack .../361-libxmlrpc-lite-perl_0.717-5_all.deb ...
11:20:22 #10 56.53 Unpacking libxmlrpc-lite-perl (0.717-5) ...
11:20:22 #10 56.58 Selecting previously unselected package libxmuu1:armhf.
11:20:22 #10 56.58 Preparing to unpack .../362-libxmuu1_2%3a1.1.3-3_armhf.deb ...
11:20:22 #10 56.59 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
11:20:22 #10 56.62 Selecting previously unselected package libxstring-perl:armhf.
11:20:22 #10 56.62 Preparing to unpack .../363-libxstring-perl_0.005-2+b1_armhf.deb ...
11:20:22 #10 56.63 Unpacking libxstring-perl:armhf (0.005-2+b1) ...
11:20:22 #10 56.67 Selecting previously unselected package libyaml-0-2:armhf.
11:20:22 #10 56.68 Preparing to unpack .../364-libyaml-0-2_0.2.5-1_armhf.deb ...
11:20:22 #10 56.68 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
11:20:22 #10 56.72 Selecting previously unselected package libyaml-libyaml-perl.
11:20:22 #12 7.198 Selecting previously unselected package libsystemd-dev:amd64.
11:20:22 #12 7.201 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_amd64.deb ...
11:20:22 #12 7.204 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
11:20:22 #12 7.298 Selecting previously unselected package pkg-config.
11:20:22 #12 7.298 Preparing to unpack .../23-pkg-config_0.29-6_amd64.deb ...
11:20:22 #12 7.301 Unpacking pkg-config (0.29-6) ...
11:20:22 #12 7.343 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
11:20:22 #12 7.354 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
11:20:22 #12 7.363 Setting up libpcre16-3:amd64 (2:8.39-12) ...
11:20:22 #12 7.373 Setting up libarchive13:amd64 (3.3.3-4+deb10u3) ...
11:20:22 #12 7.383 Setting up libprocps7:amd64 (2:3.3.15-2) ...
11:20:22 #12 7.394 Setting up libsepol1-dev:amd64 (2.8-1) ...
11:20:22 #12 7.405 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
11:20:22 #11 71.52 0 added, 0 removed; done.
11:20:22 #11 71.52 Running hooks in /etc/ca-certificates/update.d...
11:20:22 #11 71.52 done.
11:20:22 #14 DONE 5.0s
11:20:22 
11:20:22 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:22 #15 DONE 0.0s
11:20:22 
11:20:22 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:22 #16 DONE 0.0s
11:20:22 
11:20:22 #17 exporting to image
11:20:22 #17 exporting layers
11:20:22 #11 59.24 Unpacking libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ...
11:20:22 #11 59.47 Selecting previously unselected package g++-12.
11:20:22 #11 59.47 Preparing to unpack .../103-g++-12_12.2.0-3ubuntu1_armhf.deb ...
11:20:22 #11 59.48 Unpacking g++-12 (12.2.0-3ubuntu1) ...
11:20:22 #12 DONE 9.7s
11:20:22 
11:20:22 #13 [stage-1 5/8] COPY sources/ /sources
11:20:22 #13 DONE 0.1s
11:20:22 
11:20:22 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:22 #10 45.43 Unpacking liberror-perl (0.17029-2) ...
11:20:22 #10 45.47 Selecting previously unselected package git-man.
11:20:22 #10 45.47 Preparing to unpack .../114-git-man_1%3a2.39.2-1.1_all.deb ...
11:20:22 #10 45.47 Unpacking git-man (1:2.39.2-1.1) ...
11:20:22 #10 45.59 Selecting previously unselected package git.
11:20:22 #10 45.59 Preparing to unpack .../115-git_1%3a2.39.2-1.1_armhf.deb ...
11:20:22 #10 45.60 Unpacking git (1:2.39.2-1.1) ...
11:20:22 #13 4.469 Reading state information...
11:20:22 #13 4.473 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:22 #13 4.631 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #13 4.633 Done
11:20:22 #12 4.623  Done
11:20:22 #12 4.803 Starting pkgProblemResolver with broken count: 0
11:20:22 #12 4.844 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #12 7.606 Get:5 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
11:20:22 #12 7.607 Get:6 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
11:20:22 #12 7.608 Get:7 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
11:20:22 #12 7.612 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [272 kB]
11:20:22 #12 7.617 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
11:20:22 #12 7.619 Get:10 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
11:20:22 #12 7.622 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
11:20:22 #12 7.624 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
11:20:22 #12 7.626 Get:13 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
11:20:22 #12 7.696 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
11:20:22 #12 7.424 Starting pkgProblemResolver with broken count: 0
11:20:22 #12 19.97   Running scriptlet: systemd-resolved-251.13-5.fc37.x86_64                72/95 
11:20:22 #12 20.09   Installing       : systemd-251.13-5.fc37.x86_64                         73/95 
11:20:22 #12 20.16   Running scriptlet: systemd-251.13-5.fc37.x86_64                         73/95 
11:20:22 #12 20.30 Creating group 'input' with GID 104.
11:20:22 #12 20.30 Creating group 'kvm' with GID 36.
11:20:22 #12 20.30 Creating group 'render' with GID 105.
11:20:22 #12 20.30 Creating group 'sgx' with GID 106.
11:20:22 #12 20.30 Creating group 'systemd-journal' with GID 190.
11:20:22 #12 20.30 Creating group 'systemd-network' with GID 192.
11:20:22 #12 20.30 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:20:22 #12 20.30 Creating group 'systemd-oom' with GID 999.
11:20:22 #12 20.30 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
11:20:22 #12 20.30 Creating group 'systemd-resolve' with GID 193.
11:20:22 #12 20.30 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:20:22 #12 20.30 
11:20:22 #11 58.21 Setting up binutils-common:armhf (2.34-6ubuntu1.4) ...
11:20:22 #11 58.22 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
11:20:22 #11 58.24 Setting up libmagic1:armhf (1:5.38-4) ...
11:20:22 #11 58.26 Setting up less (551-1ubuntu0.1) ...
11:20:22 #11 58.28 Setting up perl-openssl-defaults:armhf (4) ...
11:20:22 #11 58.29 Setting up linux-libc-dev:armhf (5.4.0-144.161) ...
11:20:22 #11 58.30 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
11:20:22 #11 58.31 Setting up gettext-base (0.19.8.1-10build1) ...
11:20:22 #11 58.33 Setting up libnpth0:armhf (1.6-1) ...
11:20:22 #11 58.34 Setting up krb5-locales (1.17-6ubuntu4.2) ...
11:20:22 #11 58.35 Setting up file (1:5.38-4) ...
11:20:22 #11 58.36 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
11:20:22 #11 58.37 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:22 #11 58.38 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:20:22 #11 58.40 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:20:22 #10 65.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:22 #10 65.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:22 #10 65.89 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:22 #10 65.92 Setting up libparams-classify-perl (0.015-1) ...
11:20:22 #10 65.93 Setting up git (1:2.17.1-1ubuntu0.17) ...
11:20:22 #11 68.88 Preparing to unpack .../326-libobject-pad-perl_0.68-1_arm64.deb ...
11:20:22 #11 68.88 Unpacking libobject-pad-perl (0.68-1) ...
11:20:22 #11 68.92 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
11:20:22 #11 68.92 Preparing to unpack .../327-libpackage-stash-xs-perl_0.30-1_arm64.deb ...
11:20:22 #11 68.92 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1) ...
11:20:22 #11 68.96 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:22 #11 68.96 Preparing to unpack .../328-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:20:22 #11 68.98 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:20:22 #11 69.01 Selecting previously unselected package libperlio-gzip-perl.
11:20:22 #11 69.01 Preparing to unpack .../329-libperlio-gzip-perl_0.20-1_arm64.deb ...
11:20:22 #11 69.02 Unpacking libperlio-gzip-perl (0.20-1) ...
11:20:22 #11 69.05 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:22 #11 69.06 Preparing to unpack .../330-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
11:20:22 #11 69.06 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:22 #11 69.10 Selecting previously unselected package libpod-parser-perl.
11:20:22 #11 69.11 Preparing to unpack .../331-libpod-parser-perl_1.65-1_all.deb ...
11:20:22 #11 55.74 Preparing to unpack .../205-libtiff5_4.3.0-6ubuntu0.4_armhf.deb ...
11:20:22 #11 55.74 Unpacking libtiff5:armhf (4.3.0-6ubuntu0.4) ...
11:20:22 #11 55.78 Selecting previously unselected package libxpm4:armhf.
11:20:22 #11 55.78 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_armhf.deb ...
11:20:22 #11 55.79 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:22 #11 55.83 Selecting previously unselected package libgd3:armhf.
11:20:22 #11 55.83 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
11:20:22 #11 55.84 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
11:20:22 #11 55.87 Selecting previously unselected package libc-devtools.
11:20:22 #11 55.87 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3.1_armhf.deb ...
11:20:22 #11 55.87 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:20:22 #11 55.90 Selecting previously unselected package libcapture-tiny-perl.
11:20:22 #11 55.90 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:22 #11 55.91 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:22 #11 55.94 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:22 #11 55.94 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:22 #11 55.98 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:22 #10 56.72 Preparing to unpack .../365-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ...
11:20:22 #10 56.73 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
11:20:22 #10 56.77 Selecting previously unselected package licensecheck.
11:20:22 #10 56.78 Preparing to unpack .../366-licensecheck_3.3.5-1_all.deb ...
11:20:22 #10 56.78 Unpacking licensecheck (3.3.5-1) ...
11:20:22 #10 56.83 Selecting previously unselected package plzip.
11:20:22 #10 56.84 Preparing to unpack .../367-plzip_1.10-5_armhf.deb ...
11:20:22 #10 56.84 Unpacking plzip (1.10-5) ...
11:20:22 #10 56.88 Selecting previously unselected package lzop.
11:20:22 #10 56.88 Preparing to unpack .../368-lzop_1.04-2_armhf.deb ...
11:20:22 #10 56.88 Unpacking lzop (1.04-2) ...
11:20:22 #10 56.93 Selecting previously unselected package t1utils.
11:20:22 #10 56.93 Preparing to unpack .../369-t1utils_1.41-4_armhf.deb ...
11:20:22 #10 56.93 Unpacking t1utils (1.41-4) ...
11:20:22 #10 56.98 Selecting previously unselected package unzip.
11:20:22 #10 56.98 Preparing to unpack .../370-unzip_6.0-28_armhf.deb ...
11:20:22 #10 56.99 Unpacking unzip (6.0-28) ...
11:20:22 #12 7.511 Setting up bash-completion (1:2.8-6) ...
11:20:22 #11 extracting sha256:e9cdcd4942ebc7445d8a70117a83ecbc77dcc5ffc72c4b6f8e24c0c76cfee15d 2.0s done
11:20:22 #11 extracting sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067
11:20:22 #11 59.71 Selecting previously unselected package g++.
11:20:22 #11 59.71 Preparing to unpack .../104-g++_4%3a12.2.0-1ubuntu1_armhf.deb ...
11:20:22 #11 59.72 Unpacking g++ (4:12.2.0-1ubuntu1) ...
11:20:22 #11 59.74 Selecting previously unselected package make.
11:20:22 #11 59.74 Preparing to unpack .../105-make_4.3-4.1build1_armhf.deb ...
11:20:22 #11 59.75 Unpacking make (4.3-4.1build1) ...
11:20:22 #11 59.78 Selecting previously unselected package libdpkg-perl.
11:20:22 #11 59.78 Preparing to unpack .../106-libdpkg-perl_1.21.9ubuntu1_all.deb ...
11:20:22 #11 59.79 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
11:20:22 #14 DONE 2.4s
11:20:22 
11:20:22 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
11:20:22 #15 DONE 0.0s
11:20:22 
11:20:22 #16 exporting to image
11:20:22 #16 exporting layers
11:20:22 #13 3.747 Reading package lists...
11:20:22 #13 4.758  Done
11:20:22 #13 4.891 Starting pkgProblemResolver with broken count: 0
11:20:22 #13 4.915 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #13 4.918 Done
11:20:22 #12 4.847 Done
11:20:22 #12 7.786 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
11:20:22 #12 7.795 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
11:20:22 #12 7.805 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
11:20:22 #12 7.815 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
11:20:22 #12 7.826 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
11:20:22 #12 7.831 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
11:20:22 #12 7.835 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
11:20:22 #12 7.875 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
11:20:22 #12 7.887 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
11:20:22 #12 7.888 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
11:20:22 #12 7.480 Starting 2 pkgProblemResolver with broken count: 0
11:20:22 #12 7.485 Done
11:20:22 #12 20.31   Installing       : cryptsetup-libs-2.6.1-1.fc37.x86_64                  74/95 
11:20:22 #12 20.32   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            75/95 
11:20:22 #12 20.33   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 76/95 
11:20:22 #12 20.33   Installing       : jsoncpp-1.9.5-3.fc37.x86_64                          77/95 
11:20:22 #11 58.44 Setting up libfakeroot:armhf (1.24-1) ...
11:20:22 #11 58.45 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
11:20:22 #11 58.46 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:22 #11 58.47 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:20:22 #11 58.58 
11:20:22 #11 58.58 Current default time zone: 'Etc/UTC'
11:20:22 #11 58.59 Local time is now:      Fri Mar 10 11:20:22 UTC 2023.
11:20:22 #11 58.59 Universal Time is now:  Fri Mar 10 11:20:22 UTC 2023.
11:20:22 #11 58.59 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:20:22 #11 58.59 
11:20:22 #11 58.61 Setting up fakeroot (1.24-1) ...
11:20:22 #11 58.62 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.62 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
11:20:22 #11 58.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
11:20:22 #11 58.63 Setting up autotools-dev (20180224.1) ...
11:20:22 #11 58.65 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:20:22 #11 58.66 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:20:22 #11 58.68 Setting up make (4.2.1-1.2) ...
11:20:22 #10 65.96 Setting up libhttp-negotiate-perl (6.00-2) ...
11:20:22 #10 65.97 Setting up libmailtools-perl (2.18-1) ...
11:20:22 #10 65.98 Setting up libgit-wrapper-perl (0.047-1) ...
11:20:22 #10 66.00 Setting up libhtml-format-perl (2.12-1) ...
11:20:22 #10 66.01 Setting up libemail-valid-perl (1.202-1) ...
11:20:22 #10 66.02 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:22 #10 66.03 Setting up curl (7.58.0-2ubuntu3.23) ...
11:20:22 #10 66.04 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:22 #10 66.05 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:20:22 #10 66.06 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:20:22 #10 66.08 Setting up libxml-simple-perl (2.24-1) ...
11:20:22 #10 66.09 Setting up lintian (2.5.81ubuntu1) ...
11:20:22 #10 66.10 Setting up libhtml-form-perl (6.03-1) ...
11:20:22 #10 66.12 Setting up libimport-into-perl (1.002005-1) ...
11:20:22 #10 66.13 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:22 #10 66.14 Setting up libparams-validate-perl (1.29-1) ...
11:20:22 #10 66.15 Setting up libmoo-perl (2.003004-1) ...
11:20:22 #10 66.16 Setting up libb-hooks-endofscope-perl (0.21-1) ...
11:20:22 #11 69.12 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:22 #11 69.13 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:22 #11 69.26 Unpacking libpod-parser-perl (1.65-1) ...
11:20:22 #11 69.30 Selecting previously unselected package libpod-constants-perl.
11:20:22 #11 69.30 Preparing to unpack .../332-libpod-constants-perl_0.19-2_all.deb ...
11:20:22 #11 69.31 Unpacking libpod-constants-perl (0.19-2) ...
11:20:22 #11 69.34 Selecting previously unselected package libproc-processtable-perl:arm64.
11:20:22 #11 69.34 Preparing to unpack .../333-libproc-processtable-perl_0.634-1build1_arm64.deb ...
11:20:22 #11 69.35 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
11:20:22 #11 56.01 Selecting previously unselected package libclone-perl.
11:20:22 #11 56.01 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
11:20:22 #11 56.02 Unpacking libclone-perl (0.45-1build3) ...
11:20:22 #11 56.05 Selecting previously unselected package libcommon-sense-perl:armhf.
11:20:22 #11 56.05 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
11:20:22 #11 56.06 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
11:20:22 #11 56.10 Selecting previously unselected package libconfig-tiny-perl.
11:20:22 #11 56.10 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
11:20:22 #11 56.10 Unpacking libconfig-tiny-perl (2.28-1) ...
11:20:22 #11 56.13 Selecting previously unselected package libparams-util-perl.
11:20:22 #11 56.14 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
11:20:22 #11 56.14 Unpacking libparams-util-perl (1.102-1build3) ...
11:20:22 #11 56.18 Selecting previously unselected package libsub-install-perl.
11:20:22 #11 56.18 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
11:20:22 #11 56.19 Unpacking libsub-install-perl (0.928-1.1) ...
11:20:22 #12 5.294 Unpacking bash-completion (1:2.11-2) ...
11:20:22 #12 5.421 Selecting previously unselected package cmake-data.
11:20:22 #12 5.424 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:20:22 #12 5.428 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:20:22 #10 57.05 Selecting previously unselected package lintian.
11:20:22 #10 57.06 Preparing to unpack .../371-lintian_2.116.3_all.deb ...
11:20:22 #10 57.07 Unpacking lintian (2.116.3) ...
11:20:22 #16 exporting layers 1.5s done
11:20:22 #16 writing image sha256:651427484ed2d3c6a81050334fe0e54bae56bb57b24326eeb99526fb699dde41 done
11:20:22 #16 naming to docker.io/rpmbuild-centos-7/aarch64 done
11:20:22 #16 DONE 1.5s
11:20:22 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/aarch64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:22 #11 59.84 Selecting previously unselected package bzip2.
11:20:22 #11 59.84 Preparing to unpack .../107-bzip2_1.0.8-5build1_armhf.deb ...
11:20:22 #11 59.84 Unpacking bzip2 (1.0.8-5build1) ...
11:20:22 #11 59.87 Selecting previously unselected package patch.
11:20:22 #11 59.87 Preparing to unpack .../108-patch_2.7.6-7build2_armhf.deb ...
11:20:22 #11 59.88 Unpacking patch (2.7.6-7build2) ...
11:20:22 #11 59.91 Selecting previously unselected package lto-disabled-list.
11:20:22 #11 59.91 Preparing to unpack .../109-lto-disabled-list_35_all.deb ...
11:20:22 #11 59.92 Unpacking lto-disabled-list (35) ...
11:20:22 #11 59.95 Selecting previously unselected package dpkg-dev.
11:20:22 #11 59.95 Preparing to unpack .../110-dpkg-dev_1.21.9ubuntu1_all.deb ...
11:20:22 #11 59.95 Unpacking dpkg-dev (1.21.9ubuntu1) ...
11:20:22 #11 60.00 Selecting previously unselected package build-essential.
11:20:22 #11 60.00 Preparing to unpack .../111-build-essential_12.9ubuntu3_armhf.deb ...
11:20:22 #11 60.00 Unpacking build-essential (12.9ubuntu3) ...
11:20:22 #11 60.04 Selecting previously unselected package libbrotli1:armhf.
11:20:22 #13 5.121 The following additional packages will be installed:
11:20:22 #13 5.121   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:22 #13 5.121   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:20:22 #13 5.122   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:20:22 #13 5.122   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:22 #13 5.122   libuv1 pkg-config
11:20:22 #13 5.123 Suggested packages:
11:20:22 #13 5.123   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:20:22 #13 5.153 The following NEW packages will be installed:
11:20:22 #13 5.154   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:22 #13 5.154   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:20:22 #13 5.154   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:20:22 #13 5.154   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:22 #13 5.154   libuv1 pkg-config
11:20:22 #10 46.27 Setting up media-types (10.0.0) ...
11:20:23 #12 5.163 The following additional packages will be installed:
11:20:23 #12 5.163   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:23 #12 5.164   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:23 #12 5.164   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:23 #12 5.164   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:23 #12 5.165   libudev-dev libuv1 pkg-config procps
11:20:23 #12 5.167 Suggested packages:
11:20:23 #12 5.167   cmake-doc ninja-build apparmor-easyprof seccomp
11:20:23 #12 5.167 Recommended packages:
11:20:23 #12 5.167   psmisc
11:20:23 #12 7.956 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
11:20:23 #12 7.966 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
11:20:23 #12 7.975 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
11:20:23 #12 7.991 Get:28 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
11:20:23 #12 7.856 The following additional packages will be installed:
11:20:23 #12 7.856   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:23 #12 7.857   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:23 #12 7.857   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
11:20:23 #12 7.858   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
11:20:23 #12 7.858   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
11:20:23 #12 7.859   libudev-dev libuv1 pkg-config
11:20:23 #12 7.864 Suggested packages:
11:20:23 #12 7.864   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
11:20:23 #12 7.865   libstdc++-10-doc
11:20:23 #12 7.866 Recommended packages:
11:20:23 #12 7.867   libglib2.0-data shared-mime-info xdg-user-dirs
11:20:23 #12 20.34   Installing       : gc-8.0.6-4.fc37.x86_64                               78/95 
11:20:23 #12 20.61   Installing       : guile22-2.2.7-6.fc37.x86_64                          79/95 
11:20:23 #11 DONE 73.2s
11:20:23 #11 58.70 Setting up libmpfr6:armhf (4.0.2-1) ...
11:20:23 #11 58.71 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:20:23 #11 58.73 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:20:23 #11 58.74 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
11:20:23 #11 58.75 Setting up strace (5.5-3ubuntu1) ...
11:20:23 #11 58.76 Setting up libsigsegv2:armhf (2.12-2) ...
11:20:23 #11 58.77 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:20:23 #11 58.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.78 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
11:20:23 #11 58.79 Setting up t1utils (1.41-3) ...
11:20:23 #11 58.80 Setting up diffstat (1.63-1) ...
11:20:23 #11 58.81 Setting up libmpc3:armhf (1.1.0-1) ...
11:20:23 #11 58.82 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:23 #11 58.84 Setting up patch (2.7.6-6) ...
11:20:23 #11 58.85 Setting up autopoint (0.19.8.1-10build1) ...
11:20:23 #11 58.86 Setting up libfl2:armhf (2.6.4-6.2) ...
11:20:23 #11 58.87 Setting up ucf (3.0038+nmu1) ...
11:20:23 #10 66.17 Setting up libpackage-stash-perl (0.37-1) ...
11:20:23 #10 66.18 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
11:20:23 #10 66.20 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:23 #10 66.21 Setting up licensecheck (3.0.31-2) ...
11:20:23 #10 66.22 Setting up dh-autoreconf (17) ...
11:20:23 #10 66.24 Setting up libwww-perl (6.31-1ubuntu0.1) ...
11:20:23 #10 66.25 Setting up debhelper (11.1.6ubuntu2) ...
11:20:23 #10 66.27 Setting up equivs (2.1.0) ...
11:20:23 #10 66.29 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:23 #10 66.30 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
11:20:23 #10 66.31 Setting up libxml-parser-perl (2.44-2build3) ...
11:20:23 #10 66.32 Setting up libxml-sax-expat-perl (0.40-2) ...
11:20:23 #10 66.36 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:23 #11 69.41 Selecting previously unselected package libre2-9:arm64.
11:20:23 #11 69.41 Preparing to unpack .../334-libre2-9_20220601+dfsg-1_arm64.deb ...
11:20:23 #11 69.41 Unpacking libre2-9:arm64 (20220601+dfsg-1) ...
11:20:23 #11 69.45 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:20:23 #11 69.45 Preparing to unpack .../335-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
11:20:23 #11 69.46 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
11:20:23 #11 69.49 Selecting previously unselected package libreadonly-perl.
11:20:23 #11 69.50 Preparing to unpack .../336-libreadonly-perl_2.050-3_all.deb ...
11:20:23 #11 69.50 Unpacking libreadonly-perl (2.050-3) ...
11:20:23 #11 69.53 Selecting previously unselected package libref-util-perl.
11:20:23 #11 69.54 Preparing to unpack .../337-libref-util-perl_0.204-1_all.deb ...
11:20:23 #11 69.54 Unpacking libref-util-perl (0.204-1) ...
11:20:23 #11 69.57 Selecting previously unselected package libref-util-xs-perl.
11:20:23 #11 69.57 Preparing to unpack .../338-libref-util-xs-perl_0.117-2_arm64.deb ...
11:20:23 #11 69.58 Unpacking libref-util-xs-perl (0.117-2) ...
11:20:23 #11 69.61 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:23 #11 69.62 Preparing to unpack .../339-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
11:20:23 #11 69.62 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
11:20:23 #11 56.22 Selecting previously unselected package libdata-optlist-perl.
11:20:23 #11 56.22 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
11:20:23 #11 56.23 Unpacking libdata-optlist-perl (0.112-1) ...
11:20:23 #11 56.26 Selecting previously unselected package libsub-exporter-perl.
11:20:23 #11 56.26 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
11:20:23 #11 56.27 Unpacking libsub-exporter-perl (0.988-1) ...
11:20:23 #11 56.30 Selecting previously unselected package libconst-fast-perl.
11:20:23 #11 56.30 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
11:20:23 #11 56.31 Unpacking libconst-fast-perl (0.014-1.1) ...
11:20:23 #11 56.34 Selecting previously unselected package libwant-perl.
11:20:23 #11 56.34 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
11:20:23 #11 56.35 Unpacking libwant-perl (0.29-1build7) ...
11:20:23 #11 56.40 Selecting previously unselected package libcontextual-return-perl.
11:20:23 #11 56.40 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
11:20:23 #11 56.40 Unpacking libcontextual-return-perl (0.004014-2) ...
11:20:23 #11 56.44 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
11:20:23 #11 56.44 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
11:20:23 #11 56.45 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
11:20:23 #11 56.48 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:23 #11 56.49 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:23 #11 56.49 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:23 #11 56.52 Selecting previously unselected package libexception-class-perl.
11:20:23 #11 56.53 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
11:20:23 #11 56.53 Unpacking libexception-class-perl (1.45-1) ...
11:20:23 #12 5.804 Selecting previously unselected package libncurses6:amd64.
11:20:23 #11 60.05 Preparing to unpack .../112-libbrotli1_1.0.9-2build6_armhf.deb ...
11:20:23 #11 60.05 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
11:20:23 #11 60.09 Selecting previously unselected package libsasl2-modules-db:armhf.
11:20:23 #11 60.09 Preparing to unpack .../113-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ...
11:20:23 #11 60.10 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:23 #11 60.14 Selecting previously unselected package libsasl2-2:armhf.
11:20:23 #11 60.14 Preparing to unpack .../114-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ...
11:20:23 #11 60.14 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:23 #11 60.18 Selecting previously unselected package libldap-2.5-0:armhf.
11:20:23 #11 60.18 Preparing to unpack .../115-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ...
11:20:23 #11 60.19 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
11:20:23 #11 60.24 Selecting previously unselected package librtmp1:armhf.
11:20:23 #11 60.24 Preparing to unpack .../116-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
11:20:23 #11 60.25 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:23 #11 60.29 Selecting previously unselected package libssh-4:armhf.
11:20:23 #12 10.14   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          58/97 
11:20:23 #12 19.25   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            59/97 
11:20:23 #12 19.26   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       60/97 
11:20:23 #12 19.27   Installing       : libcbor-0.7.0-7.fc37.aarch64                         61/97 
11:20:23 #12 19.28   Installing       : libfido2-1.11.0-3.fc37.aarch64                       62/97 
11:20:23 #12 19.29   Installing       : openssh-clients-8.8p1-7.fc37.aarch64                 63/97 
11:20:23 #12 19.30   Running scriptlet: openssh-clients-8.8p1-7.fc37.aarch64                 63/97 
11:20:23 #12 19.31   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        64/97 
11:20:23 #12 19.32   Installing       : libargon2-20190702-1.fc37.aarch64                    65/97 
11:20:23 #12 19.33   Installing       : less-590-5.fc37.aarch64                              66/97 
11:20:23 #12 19.41   Installing       : git-core-2.39.2-1.fc37.aarch64                       67/97 
11:20:23 #12 19.46   Installing       : git-core-doc-2.39.2-1.fc37.noarch                    68/97 
11:20:23 #12 19.47   Installing       : perl-Git-2.39.2-1.fc37.noarch                        69/97 
11:20:23 #12 19.48   Installing       : git-2.39.2-1.fc37.aarch64                            70/97 
11:20:23 #12 19.48   Installing       : kmod-libs-30-2.fc37.aarch64                          71/97 
11:20:23 #12 19.50   Installing       : systemd-networkd-251.13-5.fc37.aarch64               72/97 
11:20:23 #12 19.51   Running scriptlet: systemd-networkd-251.13-5.fc37.aarch64               72/97 
11:20:23 #12 19.53   Installing       : systemd-pam-251.13-5.fc37.aarch64                    73/97 
11:20:23 #12 19.54   Installing       : systemd-resolved-251.13-5.fc37.aarch64               74/97 
11:20:23 #12 19.54   Running scriptlet: systemd-resolved-251.13-5.fc37.aarch64               74/97 
11:20:23 #12 19.68   Installing       : systemd-251.13-5.fc37.aarch64                        75/97 
11:20:23 #12 19.69   Running scriptlet: systemd-251.13-5.fc37.aarch64                        75/97 
11:20:23 #12 19.86 Creating group 'input' with GID 104.
11:20:23 #12 19.86 Creating group 'kvm' with GID 36.
11:20:23 #12 19.86 Creating group 'render' with GID 105.
11:20:23 #12 19.86 Creating group 'sgx' with GID 106.
11:20:23 #12 19.86 Creating group 'systemd-journal' with GID 190.
11:20:23 #12 19.86 Creating group 'systemd-network' with GID 192.
11:20:23 #12 19.86 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:20:23 #12 19.86 Creating group 'systemd-oom' with GID 999.
11:20:23 #12 19.86 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
11:20:23 #12 19.86 Creating group 'systemd-resolve' with GID 193.
11:20:23 #12 19.86 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:20:23 #12 19.86 
11:20:23 #12 19.87   Installing       : cryptsetup-libs-2.6.1-1.fc37.aarch64                 76/97 
11:20:23 #12 19.88   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           77/97 
11:20:23 #12 19.89   Installing       : device-mapper-1.02.175-9.fc37.aarch64                78/97 
11:20:23 #12 19.90   Installing       : jsoncpp-1.9.5-3.fc37.aarch64                         79/97 
11:20:23 #12 19.91   Installing       : gc-8.0.6-4.fc37.aarch64                              80/97 
11:20:23 #12 20.14   Installing       : guile22-2.2.7-6.fc37.aarch64                         81/97 
11:20:23 #12 8.154 Setting up libpcre32-3:amd64 (2:8.39-12) ...
11:20:23 #12 8.164 Setting up pkg-config (0.29-6) ...
11:20:23 #12 8.208 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
11:20:23 #12 8.222 Setting up librhash0:amd64 (1.3.8-1) ...
11:20:23 #13 4.511 Building dependency tree...
11:20:23 #13 4.684 Reading state information...
11:20:23 #13 4.690 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:23 #13 4.899 Starting 2 pkgProblemResolver with broken count: 0
11:20:23 #10 46.28 Setting up libpipeline1:armhf (1.5.7-1) ...
11:20:23 #10 46.29 Setting up wdiff (1.2.2-5) ...
11:20:23 #10 46.30 Setting up libicu72:armhf (72.1-3) ...
11:20:23 #10 46.31 Setting up bsdextrautils (2.38.1-5) ...
11:20:23 #10 46.32 Setting up libmagic-mgc (1:5.44-3) ...
11:20:23 #10 46.33 Setting up libtirpc-common (1.3.3+ds-1) ...
11:20:23 #10 46.35 Setting up binutils-common:armhf (2.40-2+rpi1) ...
11:20:23 #10 46.36 Setting up libmagic1:armhf (1:5.44-3) ...
11:20:23 #10 46.38 Setting up perl-openssl-defaults:armhf (7+b1) ...
11:20:23 #10 46.39 Setting up linux-libc-dev:armhf (6.0.12-1+rpi1+b1) ...
11:20:23 #10 46.40 Setting up libctf-nobfd0:armhf (2.40-2+rpi1) ...
11:20:23 #10 46.41 Setting up gettext-base (0.21-12) ...
11:20:23 #10 46.42 Setting up m4 (1.4.19-3) ...
11:20:23 #10 46.43 Setting up libcurl3-gnutls:armhf (7.88.1-1) ...
11:20:23 #10 46.44 Setting up file (1:5.44-3) ...
11:20:23 #10 46.45 Setting up libgomp1:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.47 Setting up bzip2 (1.0.8-5+b2) ...
11:20:23 #10 46.48 Setting up libfakeroot:armhf (1.29-1) ...
11:20:23 #10 46.49 Setting up libjansson4:armhf (2.14-2) ...
11:20:23 #10 46.50 Setting up fakeroot (1.29-1) ...
11:20:23 #10 46.51 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.51 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
11:20:23 #10 46.52 Setting up perl-modules-5.36 (5.36.0-7) ...
11:20:23 #10 46.53 Setting up autotools-dev (20220109.1) ...
11:20:23 #10 46.54 Setting up rpcsvc-proto (1.4.3-1) ...
11:20:23 #10 46.55 Setting up make (4.3-4.1) ...
11:20:23 #10 46.57 Setting up libmpfr6:armhf (4.2.0-1) ...
11:20:23 #10 46.58 Setting up xz-utils (5.4.1-0.2) ...
11:20:23 #10 46.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.59 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:20:23 #10 46.60 Setting up libmpc3:armhf (1.3.1-1) ...
11:20:23 #15 DONE 1.9s
11:20:23 
11:20:23 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
11:20:23 #16 DONE 0.0s
11:20:23 
11:20:23 #17 exporting to image
11:20:23 #17 exporting layers
11:20:23 #12 5.341 The following NEW packages will be installed:
11:20:23 #12 5.341   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:23 #12 5.342   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:23 #12 5.342   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:23 #12 5.342   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:23 #12 5.343   libudev-dev libuv1 pkg-config procps
11:20:23 #12 8.282 debconf: delaying package configuration, since apt-utils is not installed
11:20:23 #12 8.317 Fetched 17.0 MB in 2s (8820 kB/s)
11:20:23 #12 8.339 Selecting previously unselected package libstdc++-8-dev:armhf.
11:20:23 #16 exporting layers 5.3s done
11:20:23 #16 writing image sha256:5b82060f3f0f85e67f66fbbbf2526174af30edd69293191deda58e2dd433bddb done
11:20:23 #16 naming to docker.io/rpmbuild-centos-9/x86_64 done
11:20:23 #16 DONE 5.3s
11:20:23 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/x86_64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:23 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:23 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:23 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ulhE8l
11:20:23 + umask 022
11:20:23 + cd /root/rpmbuild/BUILD
11:20:23 + cd /root/rpmbuild/BUILD
11:20:23 + rm -rf src
11:20:23 + /usr/bin/mkdir -p src
11:20:23 + cd src
11:20:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:23 + /usr/bin/tar -xof -
11:20:23 #11 DONE 72.3s
11:20:23 
11:20:23 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:23 #12 DONE 0.1s
11:20:23 
11:20:23 #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
11:20:23 
11:20:23 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:23 #12 DONE 0.1s
11:20:23 
11:20:23 #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
11:20:23 #11 58.97 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
11:20:23 #11 58.98 Setting up libltdl7:armhf (2.4.6-14) ...
11:20:23 #11 59.00 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:20:23 #11 59.01 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:23 #11 59.03 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:23 #11 59.04 Setting up python-apt-common (2.0.1) ...
11:20:23 #11 59.05 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:20:23 #11 59.06 Setting up libuchardet0:armhf (0.0.6-3build1) ...
11:20:23 #11 59.07 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
11:20:23 #11 59.09 Setting up git-man (1:2.25.1-1ubuntu3.10) ...
11:20:23 #11 59.10 Setting up libisl22:armhf (0.22.1-1) ...
11:20:23 #11 59.11 Setting up netbase (6.1) ...
11:20:23 #11 59.16 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
11:20:23 #10 66.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:23 #10 66.54 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:23 #10 66.57 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:20:23 #10 66.59 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:20:23 #10 66.60 Updating certificates in /etc/ssl/certs...
11:20:23 #11 69.66 Selecting previously unselected package libregexp-pattern-perl.
11:20:23 #11 69.67 Preparing to unpack .../340-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:23 #11 69.67 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:23 #11 69.71 Selecting previously unselected package libregexp-wildcards-perl.
11:20:23 #11 69.71 Preparing to unpack .../341-libregexp-wildcards-perl_1.05-3_all.deb ...
11:20:23 #11 69.72 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:20:23 #11 69.76 Selecting previously unselected package libsasl2-modules:arm64.
11:20:23 #11 69.76 Preparing to unpack .../342-libsasl2-modules_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:20:23 #11 69.77 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:23 #11 69.81 Selecting previously unselected package libsereal-decoder-perl.
11:20:23 #11 69.82 Preparing to unpack .../343-libsereal-decoder-perl_4.025+ds-1_arm64.deb ...
11:20:23 #11 69.82 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
11:20:23 #11 69.86 Selecting previously unselected package libsereal-encoder-perl:arm64.
11:20:23 #11 69.86 Preparing to unpack .../344-libsereal-encoder-perl_4.025+ds-1_arm64.deb ...
11:20:23 #11 56.56 Selecting previously unselected package libiterator-perl.
11:20:23 #11 56.56 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:20:23 #11 56.57 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:20:23 #11 56.60 Selecting previously unselected package libiterator-util-perl.
11:20:23 #11 56.60 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:20:23 #11 56.61 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:20:23 #11 56.64 Selecting previously unselected package libexporter-tiny-perl.
11:20:23 #11 56.65 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:23 #11 56.65 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:23 #11 56.68 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:23 #11 56.69 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
11:20:23 #11 56.69 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:23 #11 56.72 Selecting previously unselected package liblist-moreutils-perl.
11:20:23 #11 56.72 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:23 #11 56.74 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:23 #11 56.76 Selecting previously unselected package libdata-dpath-perl.
11:20:23 #11 56.76 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
11:20:23 #11 56.77 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:23 #12 5.805 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
11:20:23 #12 5.811 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
11:20:23 #12 5.846 Selecting previously unselected package libprocps8:amd64.
11:20:23 #12 5.849 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
11:20:23 #12 5.852 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
11:20:23 #12 5.888 Selecting previously unselected package procps.
11:20:23 #12 5.890 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
11:20:23 #12 5.897 Unpacking procps (2:3.3.17-5) ...
11:20:23 #12 5.976 Selecting previously unselected package libjsoncpp24:amd64.
11:20:23 #12 5.979 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
11:20:23 #12 5.982 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:20:23 #12 6.016 Selecting previously unselected package librhash0:amd64.
11:20:23 #12 6.018 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
11:20:23 #12 6.021 Unpacking librhash0:amd64 (1.4.1-2) ...
11:20:23 #12 6.064 Selecting previously unselected package libuv1:amd64.
11:20:23 #12 6.064 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
11:20:23 #10 57.46 Selecting previously unselected package lsb-release.
11:20:23 #10 57.47 Preparing to unpack .../372-lsb-release_12.0-1_all.deb ...
11:20:23 #10 57.47 Unpacking lsb-release (12.0-1) ...
11:20:23 #10 57.51 Selecting previously unselected package manpages-dev.
11:20:23 #10 57.51 Preparing to unpack .../373-manpages-dev_6.03-1_all.deb ...
11:20:23 #10 57.52 Unpacking manpages-dev (6.03-1) ...
11:20:23 #11 60.29 Preparing to unpack .../117-libssh-4_0.9.6-2build1_armhf.deb ...
11:20:23 #11 60.30 Unpacking libssh-4:armhf (0.9.6-2build1) ...
11:20:23 #11 60.35 Selecting previously unselected package libcurl4:armhf.
11:20:23 #11 60.35 Preparing to unpack .../118-libcurl4_7.85.0-1ubuntu0.3_armhf.deb ...
11:20:23 #11 60.36 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.3) ...
11:20:23 #11 60.39 Selecting previously unselected package curl.
11:20:23 #11 60.39 Preparing to unpack .../119-curl_7.85.0-1ubuntu0.3_armhf.deb ...
11:20:23 #11 60.40 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:20:23 #11 60.47 Selecting previously unselected package dctrl-tools.
11:20:23 #11 60.47 Preparing to unpack .../120-dctrl-tools_2.24-3build2_armhf.deb ...
11:20:23 #11 60.48 Unpacking dctrl-tools (2.24-3build2) ...
11:20:23 #11 60.51 Selecting previously unselected package libdebhelper-perl.
11:20:23 #12 20.15   Installing       : make-1:4.3-11.fc37.aarch64                           82/97 
11:20:23 #12 20.50   Installing       : gcc-12.2.1-4.fc37.aarch64                            83/97 
11:20:23 #12 20.51   Running scriptlet: gcc-12.2.1-4.fc37.aarch64                            83/97 
11:20:23 #12 20.54   Installing       : policycoreutils-devel-3.4-6.fc37.aarch64             84/97 
11:20:23 #12 8.232 Setting up procps (2:3.3.15-2) ...
11:20:23 #12 8.255 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
11:20:23 #12 8.269 Setting up cmake-data (3.13.4-1) ...
11:20:23 #12 8.284 Setting up dh-apparmor (2.13.2-10) ...
11:20:23 #12 8.295 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
11:20:23 #12 8.305 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
11:20:23 #12 8.316 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
11:20:23 #12 8.326 Setting up cmake (3.13.4-1) ...
11:20:23 #12 8.335 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
11:20:23 #12 8.347 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:20:23 #12 8.357 Setting up dmsetup (2:1.02.155-3) ...
11:20:23 #12 8.367 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
11:20:23 #12 8.380 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
11:20:23 #12 8.391 Setting up docker-ce-build-deps (1.0) ...
11:20:23 #12 8.401 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:23 #12 8.418 Processing triggers for man-db (2.8.5-2) ...
11:20:23 #13 4.902 Done
11:20:23 #13 5.095  Done
11:20:23 #10 46.61 Setting up libatomic1:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.62 Setting up patch (2.7.6-7) ...
11:20:23 #10 46.64 Setting up autopoint (0.21-12) ...
11:20:23 #10 46.65 Setting up libubsan1:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.66 Setting up mount (2.38.1-5) ...
11:20:23 #10 46.67 Setting up sensible-utils (0.0.17+nmu1) ...
11:20:23 #10 46.68 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
11:20:23 #10 46.70 Setting up libasan8:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.71 Setting up libuchardet0:armhf (0.0.7-1) ...
11:20:23 #10 46.73 Setting up libcurl4:armhf (7.88.1-1) ...
11:20:23 #10 46.74 Setting up git-man (1:2.39.2-1.1) ...
11:20:23 #10 46.75 Setting up curl (7.88.1-1) ...
11:20:23 #10 46.76 Setting up libbinutils:armhf (2.40-2+rpi1) ...
11:20:23 #10 46.77 Setting up libisl23:armhf (0.25-1) ...
11:20:23 #10 46.78 Setting up libc-dev-bin (2.36-8+rpi1) ...
11:20:23 #10 46.79 Setting up libelf1:armhf (0.188-2.1+rpi1) ...
11:20:23 #10 46.80 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
11:20:23 #12 5.618 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:23 #12 5.618 1 not fully installed or removed.
11:20:23 #12 5.618 Need to get 9241 kB of archives.
11:20:23 #12 5.618 After this operation, 42.7 MB of additional disk space will be used.
11:20:23 #12 5.618 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
11:20:23 #12 5.622 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:20:23 #12 5.631 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
11:20:23 #12 5.631 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
11:20:23 #12 5.632 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
11:20:23 #12 5.635 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
11:20:23 #12 5.636 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
11:20:23 #12 5.637 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
11:20:23 #12 5.638 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
11:20:23 #12 5.658 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
11:20:23 #12 5.659 Get:11 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
11:20:23 #12 5.660 Get:12 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
11:20:23 #12 5.661 Get:13 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
11:20:23 #12 5.662 Get:14 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
11:20:23 #12 5.662 Get:15 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
11:20:23 #12 5.665 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
11:20:23 #12 5.665 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
11:20:23 #12 5.667 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
11:20:23 #12 5.667 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
11:20:23 #12 5.670 Get:20 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
11:20:23 #12 5.671 Get:21 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
11:20:23 #12 5.672 Get:22 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
11:20:23 #12 5.673 Get:23 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
11:20:23 #12 5.676 Get:24 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
11:20:23 #12 5.843 debconf: delaying package configuration, since apt-utils is not installed
11:20:23 #12 5.895 Fetched 9241 kB in 0s (28.5 MB/s)
11:20:23 #13 5.644 0 upgraded, 22 newly installed, 0 to remove and 2 not upgraded.
11:20:23 #13 5.644 1 not fully installed or removed.
11:20:23 #13 5.644 Need to get 14.1 MB of archives.
11:20:23 #13 5.644 After this operation, 51.4 MB of additional disk space will be used.
11:20:23 #13 5.644 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
11:20:23 #12 8.340 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:23 #12 8.358 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
11:20:23 #12 8.365 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
11:20:23 #11 59.17 Setting up libmpdec2:armhf (2.4.2-3) ...
11:20:23 #11 59.18 Setting up libbinutils:armhf (2.34-6ubuntu1.4) ...
11:20:23 #11 59.19 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:20:23 #11 59.20 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:20:23 #11 59.22 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:20:23 #11 59.23 Setting up libbsd0:armhf (0.10.0-1) ...
11:20:23 #11 59.24 Setting up libelf1:armhf (0.176-1.1build1) ...
11:20:23 #11 59.26 Setting up readline-common (8.0-4) ...
11:20:23 #11 59.28 Setting up publicsuffix (20200303.0012-1) ...
11:20:23 #11 59.29 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:20:23 #11 59.31 Setting up iso-codes (4.4-1) ...
11:20:23 #11 59.32 Setting up liblocale-gettext-perl (1.07-4) ...
11:20:23 #11 59.33 Setting up dctrl-tools (2.24-3) ...
11:20:23 #11 59.34 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:23 #11 59.35 Setting up libgdbm6:armhf (1.18.1-5) ...
11:20:23 #11 59.37 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:23 #11 59.38 Setting up libctf0:armhf (2.34-6ubuntu1.4) ...
11:20:23 #10 66.93 0 added, 0 removed; done.
11:20:23 #10 66.93 Running hooks in /etc/ca-certificates/update.d...
11:20:23 #10 66.93 done.
11:20:23 #11 69.87 Unpacking libsereal-encoder-perl:arm64 (4.025+ds-1) ...
11:20:23 #11 69.90 Selecting previously unselected package libset-intspan-perl.
11:20:23 #11 69.90 Preparing to unpack .../345-libset-intspan-perl_1.19-2_all.deb ...
11:20:23 #11 69.90 Unpacking libset-intspan-perl (1.19-2) ...
11:20:23 #11 69.94 Selecting previously unselected package libsocket6-perl.
11:20:23 #11 69.94 Preparing to unpack .../346-libsocket6-perl_0.29-2_arm64.deb ...
11:20:23 #11 69.94 Unpacking libsocket6-perl (0.29-2) ...
11:20:23 #11 69.99 Selecting previously unselected package libsodium23:arm64.
11:20:23 #11 69.99 Preparing to unpack .../347-libsodium23_1.0.18-1build2_arm64.deb ...
11:20:23 #11 69.99 Unpacking libsodium23:arm64 (1.0.18-1build2) ...
11:20:23 #11 70.03 Selecting previously unselected package libstring-copyright-perl.
11:20:23 #11 70.03 Preparing to unpack .../348-libstring-copyright-perl_0.003013-1_all.deb ...
11:20:23 #11 70.03 Unpacking libstring-copyright-perl (0.003013-1) ...
11:20:23 #11 70.07 Selecting previously unselected package libstring-escape-perl.
11:20:23 #11 70.07 Preparing to unpack .../349-libstring-escape-perl_2010.002-2_all.deb ...
11:20:23 #11 70.08 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:23 #11 56.80 Selecting previously unselected package libdata-dump-perl.
11:20:23 #11 56.80 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
11:20:23 #11 56.81 Unpacking libdata-dump-perl (1.25-1) ...
11:20:23 #11 56.84 Selecting previously unselected package libdata-messagepack-perl.
11:20:23 #11 56.84 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
11:20:23 #11 56.84 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:20:23 #11 56.87 Selecting previously unselected package libnet-domain-tld-perl.
11:20:23 #11 56.88 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:20:23 #11 56.88 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:20:23 #11 56.91 Selecting previously unselected package libdata-validate-domain-perl.
11:20:23 #11 56.91 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:23 #11 56.92 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:23 #11 56.95 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:23 #11 56.95 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:23 #11 56.96 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:23 #11 56.99 Selecting previously unselected package libnet-netmask-perl.
11:20:23 #11 56.99 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
11:20:23 #11 56.99 Unpacking libnet-netmask-perl (2.0001-1) ...
11:20:23 #10 57.89 Selecting previously unselected package pbzip2.
11:20:23 #10 57.90 Preparing to unpack .../374-pbzip2_1.1.13-1_armhf.deb ...
11:20:23 #10 57.90 Unpacking pbzip2 (1.1.13-1) ...
11:20:23 #10 57.94 Selecting previously unselected package pixz.
11:20:23 #10 57.94 Preparing to unpack .../375-pixz_1.0.7-2_armhf.deb ...
11:20:23 #10 57.95 Unpacking pixz (1.0.7-2) ...
11:20:23 #10 57.98 Selecting previously unselected package xdelta.
11:20:23 #10 57.99 Preparing to unpack .../376-xdelta_1.1.3-10.4_armhf.deb ...
11:20:23 #10 57.99 Unpacking xdelta (1.1.3-10.4) ...
11:20:23 #12 6.067 Unpacking libuv1:amd64 (1.40.0-2) ...
11:20:23 #12 6.100 Selecting previously unselected package cmake.
11:20:23 #12 6.102 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:20:23 #12 6.106 Unpacking cmake (3.18.4-2+deb11u1) ...
11:20:23 #12 8.248 The following NEW packages will be installed:
11:20:23 #12 8.249   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:23 #12 8.250   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:23 #12 8.250   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
11:20:23 #12 8.251   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
11:20:23 #12 8.251   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
11:20:23 #12 8.252   libudev-dev libuv1 pkg-config
11:20:23 #12 20.62   Installing       : make-1:4.3-11.fc37.x86_64                            80/95 
11:20:23 #12 21.06   Installing       : gcc-12.2.1-4.fc37.x86_64                             81/95 
11:20:23 #12 21.07   Running scriptlet: gcc-12.2.1-4.fc37.x86_64                             81/95 
11:20:23 #12 21.09   Installing       : policycoreutils-devel-3.4-6.fc37.x86_64              82/95 
11:20:23 #12 21.19   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             83/95 
11:20:23 #12 21.20   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             83/95 
11:20:23 #15 DONE 2.5s
11:20:23 
11:20:23 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
11:20:23 #16 DONE 0.1s
11:20:23 
11:20:23 #17 exporting to image
11:20:23 #17 exporting layers
11:20:23 #11 60.51 Preparing to unpack .../121-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
11:20:23 #11 60.52 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
11:20:23 #11 60.56 Selecting previously unselected package libtool.
11:20:23 #11 60.56 Preparing to unpack .../122-libtool_2.4.7-4_all.deb ...
11:20:23 #11 60.56 Unpacking libtool (2.4.7-4) ...
11:20:23 #11 60.61 Selecting previously unselected package dh-autoreconf.
11:20:23 #11 60.61 Preparing to unpack .../123-dh-autoreconf_20_all.deb ...
11:20:23 #11 60.61 Unpacking dh-autoreconf (20) ...
11:20:23 #11 60.65 Selecting previously unselected package libarchive-zip-perl.
11:20:23 #11 60.65 Preparing to unpack .../124-libarchive-zip-perl_1.68-1_all.deb ...
11:20:23 #11 60.66 Unpacking libarchive-zip-perl (1.68-1) ...
11:20:23 #11 60.70 Selecting previously unselected package libsub-override-perl.
11:20:23 #11 60.70 Preparing to unpack .../125-libsub-override-perl_0.09-3_all.deb ...
11:20:23 #11 60.70 Unpacking libsub-override-perl (0.09-3) ...
11:20:23 #11 60.73 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:20:23 #11 60.73 Preparing to unpack .../126-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:20:23 #11 60.74 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:23 #11 60.77 Selecting previously unselected package dh-strip-nondeterminism.
11:20:23 #11 60.78 Preparing to unpack .../127-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:20:23 #11 60.78 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:20:23 #11 60.82 Selecting previously unselected package libdw1:armhf.
11:20:23 #11 60.82 Preparing to unpack .../128-libdw1_0.187-4_armhf.deb ...
11:20:23 #12 20.64   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             85/97 
11:20:23 #13 5.272 Starting pkgProblemResolver with broken count: 0
11:20:23 #13 5.299 Starting 2 pkgProblemResolver with broken count: 0
11:20:23 #13 5.303 Done
11:20:23 #10 46.82 Setting up libcc1-0:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.83 Setting up libperl5.36:armhf (5.36.0-7) ...
11:20:23 #10 46.84 Setting up libctf0:armhf (2.40-2+rpi1) ...
11:20:23 #10 46.86 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:20:23 #10 46.87 Setting up cpp-12 (12.2.0-14+rpi1) ...
11:20:23 #10 46.88 Setting up gettext (0.21-12) ...
11:20:23 #10 46.89 Setting up perl (5.36.0-7) ...
11:20:23 #10 46.92 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
11:20:23 #10 46.93 Setting up libswitch-perl (2.17-3) ...
11:20:23 #10 46.94 Setting up libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
11:20:23 #10 46.95 Setting up libio-html-perl (1.004-3) ...
11:20:23 #10 46.97 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
11:20:23 #10 46.98 Setting up libdpkg-perl (1.21.20+rpi1) ...
11:20:23 #10 46.99 Setting up autoconf (2.71-3) ...
11:20:23 #10 47.00 Setting up libtimedate-perl (2.3300-2) ...
11:20:23 #10 47.01 Setting up libregexp-ipv6-perl (0.03-3) ...
11:20:23 #10 47.02 Setting up dwz (0.15-1) ...
11:20:23 #10 47.03 Setting up groff-base (1.22.4-9) ...
11:20:23 #10 47.05 Setting up cpp (4:12.2.0-1+rpi1) ...
11:20:23 #10 47.07 Setting up libnsl2:armhf (1.3.0-2) ...
11:20:23 #10 47.08 Setting up libsub-override-perl (0.09-4) ...
11:20:23 #10 47.09 Setting up libsub-quote-perl (2.006008-1) ...
11:20:23 #10 47.10 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
11:20:23 #10 47.11 Setting up libfile-dirlist-perl (0.05-3) ...
11:20:23 #10 47.12 Setting up binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
11:20:23 #10 47.13 Setting up liburi-perl (5.17-1) ...
11:20:23 #12 5.926 Selecting previously unselected package bash-completion.
11:20:23 #12 5.926 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:23 #12 5.945 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
11:20:23 #14 DONE 1.8s
11:20:23 
11:20:23 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:23 #15 DONE 0.0s
11:20:23 
11:20:23 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:23 #16 DONE 0.0s
11:20:23 
11:20:23 #17 exporting to image
11:20:23 #17 exporting layers
11:20:23 #13 6.010 Get:2 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
11:20:23 #13 6.135 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjsoncpp25 amd64 1.9.5-4 [80.3 kB]
11:20:23 #12 8.772 Selecting previously unselected package g++-8.
11:20:23 #12 8.783 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
11:20:23 #12 8.789 Unpacking g++-8 (8.3.0-6+rpi1) ...
11:20:23 #11 59.39 Setting up pinentry-curses (1.1.0-3build1) ...
11:20:23 #11 59.40 Setting up manpages-dev (5.05-1) ...
11:20:23 #11 59.42 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:20:23 #11 59.43 Setting up libxcb1:armhf (1.14-2) ...
11:20:23 #11 59.44 Setting up at (3.1.23-1ubuntu1) ...
11:20:23 #11 59.60 invoke-rc.d: could not determine current runlevel
11:20:23 #11 59.61 invoke-rc.d: policy-rc.d denied execution of start.
11:20:23 #11 59.61 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
11:20:23 #11 59.63 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:23 #11 59.64 Setting up libedit2:armhf (3.1-20191231-1) ...
11:20:23 #11 59.65 Setting up libreadline8:armhf (8.0-4) ...
11:20:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ov26RK
11:20:23 + umask 022
11:20:23 + cd /root/rpmbuild/BUILD
11:20:23 + cd /root/rpmbuild/BUILD
11:20:23 + rm -rf src
11:20:23 + /usr/bin/mkdir -p src
11:20:23 + cd src
11:20:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:23 + /usr/bin/tar -xf -
11:20:23 #11 57.02 Selecting previously unselected package libnetaddr-ip-perl.
11:20:23 #11 57.02 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
11:20:23 #11 57.03 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:23 #11 57.06 Selecting previously unselected package libdata-validate-ip-perl.
11:20:23 #11 57.07 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
11:20:23 #11 57.07 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:20:23 #11 57.11 Selecting previously unselected package libdata-validate-uri-perl.
11:20:23 #11 57.11 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:23 #11 57.11 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:23 #11 57.14 Selecting previously unselected package libdistro-info-perl.
11:20:23 #11 57.15 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
11:20:23 #11 57.15 Unpacking libdistro-info-perl (1.1build1) ...
11:20:23 #11 57.18 Selecting previously unselected package libemail-address-xs-perl.
11:20:23 #11 57.19 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
11:20:23 #11 57.19 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:20:23 #11 57.22 Selecting previously unselected package libipc-system-simple-perl.
11:20:23 #11 57.22 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:23 #11 57.23 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:23 #11 70.20 Selecting previously unselected package libstring-shellquote-perl.
11:20:23 #11 70.20 Preparing to unpack .../350-libstring-shellquote-perl_1.04-2_all.deb ...
11:20:23 #11 70.21 Unpacking libstring-shellquote-perl (1.04-2) ...
11:20:23 #11 70.24 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:23 #11 70.24 Preparing to unpack .../351-libsyntax-keyword-try-perl_0.27-1_arm64.deb ...
11:20:23 #11 70.25 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
11:20:23 #11 70.29 Selecting previously unselected package libterm-readkey-perl.
11:20:23 #11 70.29 Preparing to unpack .../352-libterm-readkey-perl_2.38-2_arm64.deb ...
11:20:23 #11 70.30 Unpacking libterm-readkey-perl (2.38-2) ...
11:20:23 #11 70.33 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:23 #11 70.33 Preparing to unpack .../353-libtext-levenshteinxs-perl_0.03-5_arm64.deb ...
11:20:23 #11 70.34 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
11:20:23 #10 58.02 Selecting previously unselected package xdelta3.
11:20:23 #10 58.03 Preparing to unpack .../377-xdelta3_3.0.11-dfsg-1.2_armhf.deb ...
11:20:23 #10 58.03 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
11:20:23 #10 58.07 Selecting previously unselected package pristine-tar.
11:20:23 #10 58.07 Preparing to unpack .../378-pristine-tar_1.50_armhf.deb ...
11:20:23 #10 58.08 Unpacking pristine-tar (1.50) ...
11:20:23 #10 58.13 Selecting previously unselected package publicsuffix.
11:20:23 #10 58.13 Preparing to unpack .../379-publicsuffix_20230209.2326-1_all.deb ...
11:20:23 #10 58.14 Unpacking publicsuffix (20230209.2326-1) ...
11:20:23 #10 58.18 Selecting previously unselected package python-apt-common.
11:20:23 #10 58.19 Preparing to unpack .../380-python-apt-common_2.5.3_all.deb ...
11:20:23 #10 58.19 Unpacking python-apt-common (2.5.3) ...
11:20:23 #12 6.632 Selecting previously unselected package dh-apparmor.
11:20:23 #12 6.632 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
11:20:23 + STATUS=0
11:20:23 + '[' 0 -ne 0 ']'
11:20:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:23 + /usr/bin/tar -xof -
11:20:23 #12 8.700 0 upgraded, 29 newly installed, 0 to remove and 12 not upgraded.
11:20:23 #12 8.700 1 not fully installed or removed.
11:20:23 #12 8.700 Need to get 19.1 MB of archives.
11:20:23 #12 8.700 After this operation, 82.8 MB of additional disk space will be used.
11:20:23 #12 8.700 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
11:20:23 #12 8.821 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB]
11:20:23 #12 21.46   Installing       : cmake-data-3.26.0~rc5-1.fc37.noarch                  84/95 
11:20:23 #12 21.61   Installing       : cmake-3.26.0~rc5-1.fc37.x86_64                       85/95 
11:20:23 #12 21.63   Installing       : libtool-2.4.7-2.fc37.x86_64                          86/95 
11:20:23 #12 21.64   Installing       : annobin-plugin-gcc-11.11-1.fc37.x86_64               87/95 
11:20:23 #12 21.64   Running scriptlet: annobin-plugin-gcc-11.11-1.fc37.x86_64               87/95 
11:20:23 #12 21.66   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              88/95 
11:20:23 #12 21.66   Installing       : device-mapper-devel-1.02.175-9.fc37.x86_64           89/95 
11:20:23 #12 21.67   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               90/95 
11:20:23 #12 21.68   Installing       : libseccomp-devel-2.5.3-3.fc37.x86_64                 91/95 
11:20:23 #12 21.69   Installing       : systemd-rpm-macros-251.13-5.fc37.noarch              92/95 
11:20:23 #12 21.69   Installing       : which-2.21-35.fc37.x86_64                            93/95 
11:20:23 #12 21.70   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              94/95 
11:20:23 #12 21.70   Cleanup          : systemd-libs-251.11-2.fc37.x86_64                    95/95 
11:20:23 #11 60.84 Unpacking libdw1:armhf (0.187-4) ...
11:20:23 #11 60.88 Selecting previously unselected package debugedit.
11:20:23 #11 60.89 Preparing to unpack .../129-debugedit_1%3a5.0-5_armhf.deb ...
11:20:23 #11 60.90 Unpacking debugedit (1:5.0-5) ...
11:20:23 #11 60.92 Selecting previously unselected package dwz.
11:20:23 #11 60.93 Preparing to unpack .../130-dwz_0.14-1build2_armhf.deb ...
11:20:23 #11 60.93 Unpacking dwz (0.14-1build2) ...
11:20:23 #11 60.96 Selecting previously unselected package gettext.
11:20:23 #11 60.97 Preparing to unpack .../131-gettext_0.21-8_armhf.deb ...
11:20:23 #11 60.97 Unpacking gettext (0.21-8) ...
11:20:23 #11 61.03 Selecting previously unselected package intltool-debian.
11:20:23 #11 61.03 Preparing to unpack .../132-intltool-debian_0.35.0+20060710.5_all.deb ...
11:20:23 #11 61.04 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:20:23 #12 20.65   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             85/97 
11:20:23 #12 20.98   Installing       : cmake-data-3.26.0~rc5-1.fc37.noarch                  86/97 
11:20:23 #12 21.11   Installing       : cmake-3.26.0~rc5-1.fc37.aarch64                      87/97 
11:20:23 #12 21.13   Installing       : libtool-2.4.7-2.fc37.aarch64                         88/97 
11:20:23 #12 21.14   Installing       : annobin-plugin-gcc-11.11-1.fc37.aarch64              89/97 
11:20:23 #12 21.14   Running scriptlet: annobin-plugin-gcc-11.11-1.fc37.aarch64              89/97 
11:20:23 #12 21.17   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             90/97 
11:20:23 #12 21.17   Installing       : device-mapper-devel-1.02.175-9.fc37.aarch64          91/97 
11:20:23 #13 5.583 The following additional packages will be installed:
11:20:23 #13 5.583   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:23 #13 5.583   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:23 #13 5.584   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:23 #13 5.584   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:23 #13 5.585   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
11:20:23 #13 5.586 Suggested packages:
11:20:23 #13 5.586   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:20:23 #13 5.586 Recommended packages:
11:20:23 #13 5.586   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
11:20:23 #13 5.627 The following NEW packages will be installed:
11:20:23 #13 5.628   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:23 #13 5.628   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:23 #13 5.628   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:23 #13 5.629   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:23 #13 5.629   libsystemd-dev libudev-dev libuv1 pkg-config
11:20:23 #13 5.631 The following packages will be upgraded:
11:20:23 #13 5.631   libsystemd0 libudev1
11:20:24 #10 47.14 Setting up libfile-touch-perl (0.12-2) ...
11:20:24 #10 47.15 Setting up libnet-ssleay-perl:armhf (1.92-2+b2) ...
11:20:24 #10 47.16 Setting up automake (1:1.16.5-1.3) ...
11:20:24 #10 47.17 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:24 #10 47.18 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
11:20:24 #10 47.18 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
11:20:24 #10 47.18 Setting up libhttp-date-perl (6.05-2) ...
11:20:24 #10 47.20 Setting up libfile-which-perl (1.27-2) ...
11:20:24 #10 47.21 Setting up libfile-listing-perl (6.15-1) ...
11:20:24 #10 47.22 Setting up libdynaloader-functions-perl (0.003-3) ...
11:20:24 #10 47.24 Setting up libclass-method-modifiers-perl (2.14-1) ...
11:20:24 #10 47.25 Setting up libio-pty-perl (1:1.17-1) ...
11:20:24 #10 47.29 Setting up libclone-perl:armhf (0.46-1) ...
11:20:24 #10 47.31 Setting up libarchive-zip-perl (1.68-1) ...
11:20:24 #10 47.32 Setting up libhtml-tagset-perl (3.20-6) ...
11:20:24 #10 47.33 Setting up libpython3.11-stdlib:armhf (3.11.2-4) ...
11:20:24 #10 47.34 Setting up libdebhelper-perl (13.11.4) ...
11:20:24 #13 6.155 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
11:20:24 #13 6.172 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuv1 amd64 1.44.2-1 [91.0 kB]
11:20:24 #13 6.184 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:20:24 #13 6.185 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 emacsen-common all 3.0.4 [14.9 kB]
11:20:24 #13 6.187 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
11:20:24 #11 59.66 Setting up m4 (1.4.18-4) ...
11:20:24 #11 59.67 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:24 #11 59.68 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:24 #11 70.37 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:20:24 #11 70.37 Preparing to unpack .../354-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
11:20:24 #11 70.37 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
11:20:24 #11 70.40 Selecting previously unselected package libtext-xslate-perl:arm64.
11:20:24 #11 70.41 Preparing to unpack .../355-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
11:20:24 #11 70.41 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
11:20:24 #11 70.46 Selecting previously unselected package libtime-duration-perl.
11:20:24 #11 70.46 Preparing to unpack .../356-libtime-duration-perl_1.21-1_all.deb ...
11:20:24 #11 70.46 Unpacking libtime-duration-perl (1.21-1) ...
11:20:24 #11 70.50 Selecting previously unselected package libtime-moment-perl.
11:20:24 #11 70.50 Preparing to unpack .../357-libtime-moment-perl_0.44-2_arm64.deb ...
11:20:24 #11 70.51 Unpacking libtime-moment-perl (0.44-2) ...
11:20:24 #11 70.54 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
11:20:24 #11 70.55 Preparing to unpack .../358-libtype-tiny-xs-perl_0.022-2_arm64.deb ...
11:20:24 #11 70.55 Unpacking libtype-tiny-xs-perl:arm64 (0.022-2) ...
11:20:24 #11 70.59 Selecting previously unselected package libunicode-utf8-perl.
11:20:24 #11 70.59 Preparing to unpack .../359-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
11:20:24 #11 70.59 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:24 #11 70.63 Selecting previously unselected package libwww-mechanize-perl.
11:20:24 #11 70.63 Preparing to unpack .../360-libwww-mechanize-perl_2.14-2_all.deb ...
11:20:24 #11 70.64 Unpacking libwww-mechanize-perl (2.14-2) ...
11:20:24 #11 70.69 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:24 #11 70.71 Preparing to unpack .../361-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:20:24 #11 70.71 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:20:24 #10 58.25 Selecting previously unselected package python3-apt.
11:20:24 #10 58.25 Preparing to unpack .../381-python3-apt_2.5.3_armhf.deb ...
11:20:24 #10 58.26 Unpacking python3-apt (2.5.3) ...
11:20:24 #10 58.31 Selecting previously unselected package python3-certifi.
11:20:24 #10 58.31 Preparing to unpack .../382-python3-certifi_2022.9.24-1_all.deb ...
11:20:24 #10 58.32 Unpacking python3-certifi (2022.9.24-1) ...
11:20:24 #10 58.38 Selecting previously unselected package python3-charset-normalizer.
11:20:24 #10 58.38 Preparing to unpack .../383-python3-charset-normalizer_3.0.1-2_all.deb ...
11:20:24 #10 58.39 Unpacking python3-charset-normalizer (3.0.1-2) ...
11:20:24 #10 58.43 Selecting previously unselected package python3-idna.
11:20:24 #10 58.43 Preparing to unpack .../384-python3-idna_3.3-1_all.deb ...
11:20:24 #10 58.44 Unpacking python3-idna (3.3-1) ...
11:20:24 #10 58.48 Selecting previously unselected package python3-magic.
11:20:24 #10 58.48 Preparing to unpack .../385-python3-magic_2%3a0.4.26-3_all.deb ...
11:20:24 #10 58.49 Unpacking python3-magic (2:0.4.26-3) ...
11:20:24 #10 58.52 Selecting previously unselected package python3-six.
11:20:24 #10 58.53 Preparing to unpack .../386-python3-six_1.16.0-4_all.deb ...
11:20:24 #10 58.53 Unpacking python3-six (1.16.0-4) ...
11:20:24 #10 58.57 Selecting previously unselected package python3-urllib3.
11:20:24 #10 58.58 Preparing to unpack .../387-python3-urllib3_1.26.12-1_all.deb ...
11:20:24 + STATUS=0
11:20:24 + '[' 0 -ne 0 ']'
11:20:24 + /usr/bin/tar -xf -
11:20:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:24 #11 57.25 Selecting previously unselected package libfile-basedir-perl.
11:20:24 #11 57.26 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
11:20:24 #11 57.26 Unpacking libfile-basedir-perl (0.09-1) ...
11:20:24 #11 57.30 Selecting previously unselected package libfile-chdir-perl.
11:20:24 #11 57.30 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:24 #11 57.30 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:24 #11 57.33 Selecting previously unselected package libfile-fcntllock-perl.
11:20:24 #11 57.33 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
11:20:24 #11 57.34 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:20:24 #11 57.38 Selecting previously unselected package libnumber-compare-perl.
11:20:24 #11 57.38 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
11:20:24 #11 57.39 Unpacking libnumber-compare-perl (0.03-2) ...
11:20:24 #11 57.42 Selecting previously unselected package libtext-glob-perl.
11:20:24 #11 57.42 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
11:20:24 #11 57.43 Unpacking libtext-glob-perl (0.11-2) ...
11:20:24 #11 57.46 Selecting previously unselected package libfile-find-rule-perl.
11:20:24 #11 57.46 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
11:20:24 #11 57.47 Unpacking libfile-find-rule-perl (0.34-1) ...
11:20:24 #12 6.636 Unpacking dh-apparmor (2.13.6-10) ...
11:20:24 #12 6.668 Selecting previously unselected package dmsetup.
11:20:24 #12 6.671 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:20:24 #12 6.674 Unpacking dmsetup (2:1.02.175-2.1) ...
11:20:24 #12 6.710 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:24 #12 6.714 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:20:24 #12 6.716 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:20:24 #12 6.758 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:24 #12 6.761 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:20:24 #12 6.765 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:20:24 #12 6.788 Selecting previously unselected package libudev-dev:amd64.
11:20:24 #12 6.791 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_amd64.deb ...
11:20:24 #12 6.794 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
11:20:24 #12 6.831 Selecting previously unselected package libsepol1-dev:amd64.
11:20:24 #12 6.834 Preparing to unpack .../14-libsepol1-dev_3.1-1_amd64.deb ...
11:20:24 #12 6.837 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:20:24 #12 6.899 Selecting previously unselected package libpcre2-16-0:amd64.
11:20:24 #12 21.71   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          95/95 
11:20:24 #12 21.72   Running scriptlet: systemd-resolved-251.13-5.fc37.x86_64                95/95 
11:20:24 #10 DONE 67.5s
11:20:24 
11:20:24 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:24 #11 DONE 0.1s
11:20:24 #11 61.07 Selecting previously unselected package po-debconf.
11:20:24 #11 61.07 Preparing to unpack .../133-po-debconf_1.0.21+nmu1_all.deb ...
11:20:24 #11 61.07 Unpacking po-debconf (1.0.21+nmu1) ...
11:20:24 #11 61.13 Selecting previously unselected package debhelper.
11:20:24 #11 61.13 Preparing to unpack .../134-debhelper_13.9.1ubuntu1_all.deb ...
11:20:24 #11 61.14 Unpacking debhelper (13.9.1ubuntu1) ...
11:20:24 #11 61.20 Selecting previously unselected package libfakeroot:armhf.
11:20:24 #11 61.20 Preparing to unpack .../135-libfakeroot_1.29-1ubuntu1_armhf.deb ...
11:20:24 #11 61.21 Unpacking libfakeroot:armhf (1.29-1ubuntu1) ...
11:20:24 #11 61.25 Selecting previously unselected package fakeroot.
11:20:24 #11 61.26 Preparing to unpack .../136-fakeroot_1.29-1ubuntu1_armhf.deb ...
11:20:24 #11 61.27 Unpacking fakeroot (1.29-1ubuntu1) ...
11:20:24 #12 21.19   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              92/97 
11:20:24 #12 21.19   Installing       : libseccomp-devel-2.5.3-3.fc37.aarch64                93/97 
11:20:24 #12 21.20   Installing       : systemd-rpm-macros-251.13-5.fc37.noarch              94/97 
11:20:24 #12 21.21   Installing       : which-2.21-35.fc37.aarch64                           95/97 
11:20:24 #12 21.22   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             96/97 
11:20:24 #12 21.22   Cleanup          : systemd-libs-251.11-2.fc37.aarch64                   97/97 
11:20:24 #12 21.23   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          97/97 
11:20:24 #12 21.24   Running scriptlet: systemd-resolved-251.13-5.fc37.aarch64               97/97 
11:20:24 #13 0.867 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:20:24 #13 0.930 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:20:24 #13 1.004 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:20:24 #13 1.078 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:20:24 #13 0.886 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
11:20:24 #13 0.947 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
11:20:24 #13 1.021 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
11:20:24 #13 1.095 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
11:20:24 #10 47.35 Setting up liblwp-mediatypes-perl (6.04-2) ...
11:20:24 #10 47.36 Setting up libtry-tiny-perl (0.31-2) ...
11:20:24 #10 47.37 Setting up libnet-http-perl (6.22-1) ...
11:20:24 #10 47.38 Setting up libencode-locale-perl (1.05-3) ...
11:20:24 #10 47.39 Setting up binutils (2.40-2+rpi1) ...
11:20:24 #10 47.41 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
11:20:24 #10 47.42 Setting up man-db (2.11.2-1) ...
11:20:24 #10 47.53 Building database of manual pages ...
11:20:24 #14 DONE 1.8s
11:20:24 
11:20:24 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:24 #15 DONE 0.0s
11:20:24 
11:20:24 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:24 #16 DONE 0.0s
11:20:24 
11:20:24 #17 exporting to image
11:20:24 #17 exporting layers
11:20:24 #13 6.328 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake amd64 3.24.2-1ubuntu1 [8978 kB]
11:20:24 #12 6.616 Unpacking bash-completion (1:2.11-2) ...
11:20:24 #12 6.746 Selecting previously unselected package cmake-data.
11:20:24 #11 60.02 Updating certificates in /etc/ssl/certs...
11:20:24 #10 58.58 Unpacking python3-urllib3 (1.26.12-1) ...
11:20:24 #10 58.63 Selecting previously unselected package python3-requests.
11:20:24 #10 58.64 Preparing to unpack .../388-python3-requests_2.28.1+dfsg-1_all.deb ...
11:20:24 #10 58.64 Unpacking python3-requests (2.28.1+dfsg-1) ...
11:20:24 #10 58.69 Selecting previously unselected package python3-unidiff.
11:20:24 #10 58.69 Preparing to unpack .../389-python3-unidiff_0.7.3-1_all.deb ...
11:20:24 #10 58.70 Unpacking python3-unidiff (0.7.3-1) ...
11:20:24 #10 58.76 Selecting previously unselected package shared-mime-info.
11:20:24 #10 58.77 Preparing to unpack .../390-shared-mime-info_2.2-1_armhf.deb ...
11:20:24 #10 58.77 Unpacking shared-mime-info (2.2-1) ...
11:20:24 #11 57.50 Selecting previously unselected package libfont-afm-perl.
11:20:24 #11 57.50 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
11:20:24 #11 57.51 Unpacking libfont-afm-perl (1.20-3) ...
11:20:24 #11 57.54 Selecting previously unselected package libio-string-perl.
11:20:24 #11 57.55 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
11:20:24 #11 57.55 Unpacking libio-string-perl (1.08-3.1) ...
11:20:24 #11 57.58 Selecting previously unselected package libfont-ttf-perl.
11:20:24 #11 57.58 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
11:20:24 #11 57.59 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:20:24 #11 57.67 Selecting previously unselected package libsort-versions-perl.
11:20:24 #11 57.68 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
11:20:24 #11 57.68 Unpacking libsort-versions-perl (1.62-1) ...
11:20:24 #11 57.71 Selecting previously unselected package libgit-wrapper-perl.
11:20:24 #11 57.71 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:24 #11 57.72 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:24 #11 57.75 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:24 #12 6.902 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
11:20:24 #12 6.906 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 6.952 Selecting previously unselected package libpcre2-32-0:amd64.
11:20:24 #12 6.955 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
11:20:24 #12 6.957 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 7.008 Selecting previously unselected package libpcre2-posix2:amd64.
11:20:24 #12 7.008 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
11:20:24 #12 7.011 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 7.038 Selecting previously unselected package libpcre2-dev:amd64.
11:20:24 #12 7.041 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
11:20:24 #12 7.044 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 7.139 Selecting previously unselected package libselinux1-dev:amd64.
11:20:24 #12 7.142 Preparing to unpack .../19-libselinux1-dev_3.1-3_amd64.deb ...
11:20:24 #12 7.145 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:20:24 #12 7.199 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:24 #12 7.202 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:20:24 #12 7.205 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:20:24 #12 7.233 Selecting previously unselected package libseccomp-dev:amd64.
11:20:24 #12 7.236 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:20:24 #12 7.240 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:20:24 #11 70.74 Selecting previously unselected package libxml-sax-base-perl.
11:20:24 #11 70.75 Preparing to unpack .../362-libxml-sax-base-perl_1.09-2_all.deb ...
11:20:24 #11 70.75 Unpacking libxml-sax-base-perl (1.09-2) ...
11:20:24 #11 70.81 Selecting previously unselected package libxml-sax-perl.
11:20:24 #11 70.81 Preparing to unpack .../363-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:24 #11 70.83 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:24 #11 70.88 Selecting previously unselected package libxml-libxml-perl.
11:20:24 #11 70.88 Preparing to unpack .../364-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
11:20:24 #11 70.89 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:24 #11 70.95 Selecting previously unselected package libxml-parser-perl:arm64.
11:20:24 #11 70.95 Preparing to unpack .../365-libxml-parser-perl_2.46-3build1_arm64.deb ...
11:20:24 #11 70.96 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
11:20:24 #11 71.00 Selecting previously unselected package libxml-sax-expat-perl.
11:20:24 #10 57.38 Setting up libgdbm-compat4:armhf (1.19-2) ...
11:20:24 #10 57.39 Setting up ucf (3.0043) ...
11:20:24 #10 57.49 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:20:24 #10 57.51 Setting up dwz (0.13+20210201-1) ...
11:20:24 #10 57.52 Setting up groff-base (1.22.4-6) ...
11:20:24 #10 57.53 Setting up cpp (4:10.2.1-1) ...
11:20:24 #10 57.55 Setting up pixz (1.0.7-1) ...
11:20:24 #10 57.56 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:20:24 #10 57.57 Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:20:24 #10 57.58 Setting up libc6-dev:armhf (2.31-13+deb11u5) ...
11:20:24 #10 57.59 Setting up libx11-6:armhf (2:1.7.2-1) ...
11:20:24 #10 57.60 Setting up curl (7.74.0-1.3+deb11u7) ...
11:20:24 #10 57.61 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:20:24 #10 57.62 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
11:20:24 #10 57.64 Setting up gpg (2.2.27-2+deb11u2) ...
11:20:24 #10 57.65 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
11:20:24 #10 57.65 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:20:24 #10 57.66 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:20:24 #10 57.68 Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
11:20:24 #10 57.69 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:20:24 
11:20: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
11:20:24 + STATUS=0
11:20:24 + '[' 0 -ne 0 ']'
11:20:24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:24 + RPM_EC=0
11:20:24 ++ jobs -p
11:20:24 + exit 0
11:20:24 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5DbhVi
11:20:24 + umask 022
11:20:24 + cd /root/rpmbuild/BUILD
11:20:24 + cd src
11:20:24 + export DOCKER_GITCOMMIT=31a9532
11:20:24 + DOCKER_GITCOMMIT=31a9532
11:20:24 + mkdir -p /go/src/github.com/docker
11:20:24 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:24 + pushd /root/rpmbuild/BUILD/src/engine
11:20:24 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:24 + TMP_GOPATH=/go
11:20:24 + hack/dockerfile/install/install.sh tini
11:20:24 + RM_GOPATH=0
11:20:24 + TMP_GOPATH=/go
11:20:24 + : /usr/local/bin
11:20:24 + '[' -z /go ']'
11:20:24 + export GOPATH=/go
11:20:24 + GOPATH=/go
11:20:24 + case "$(go env GOARCH)" in
11:20:24 ++ go env GOARCH
11:20:24 + export GO_BUILDMODE=-buildmode=pie
11:20:24 + GO_BUILDMODE=-buildmode=pie
11:20:24 ++ dirname hack/dockerfile/install/install.sh
11:20:24 + dir=hack/dockerfile/install
11:20:24 + bin=tini
11:20:24 + shift
11:20:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:24 + . hack/dockerfile/install/tini.installer
11:20:24 ++ : v0.19.0
11:20:24 + install_tini
11:20:24 Install tini version v0.19.0
11:20:24 + echo 'Install tini version v0.19.0'
11:20:24 + git clone https://github.com/krallin/tini.git /go/tini
11:20:24 Cloning into '/go/tini'...
11:20:24 #12 9.278 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
11:20:24 #11 61.31 Selecting previously unselected package libassuan0:armhf.
11:20:24 #11 61.31 Preparing to unpack .../137-libassuan0_2.5.5-4_armhf.deb ...
11:20:24 #11 61.32 Unpacking libassuan0:armhf (2.5.5-4) ...
11:20:24 #11 61.35 Selecting previously unselected package gpgconf.
11:20:24 #11 61.35 Preparing to unpack .../138-gpgconf_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.36 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:20:24 #11 61.40 Selecting previously unselected package libksba8:armhf.
11:20:24 #11 61.40 Preparing to unpack .../139-libksba8_1.6.0-3ubuntu1.1_armhf.deb ...
11:20:24 #11 61.40 Unpacking libksba8:armhf (1.6.0-3ubuntu1.1) ...
11:20:24 #11 61.44 Selecting previously unselected package libnpth0:armhf.
11:20:24 #11 61.45 Preparing to unpack .../140-libnpth0_1.6-3build2_armhf.deb ...
11:20:24 #11 61.45 Unpacking libnpth0:armhf (1.6-3build2) ...
11:20:24 #11 61.49 Selecting previously unselected package dirmngr.
11:20:24 #11 61.49 Preparing to unpack .../141-dirmngr_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.51 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:20:24 #11 61.54 Selecting previously unselected package gnupg-l10n.
11:20:24 #13 6.044 2 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:24 #13 6.044 1 not fully installed or removed.
11:20:24 #13 6.044 Need to get 12.0 MB of archives.
11:20:24 #13 6.044 After this operation, 47.8 MB of additional disk space will be used.
11:20:24 #13 6.044 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
11:20:24 #13 6.757 Get:10 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
11:20:24 #13 6.757 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-1ubuntu1 [12.5 kB]
11:20:24 #12 6.750 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:20:24 #12 6.759 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:20:24 #11 60.42 124 added, 0 removed; done.
11:20:24 #11 60.45 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:24 #11 60.46 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:24 #11 60.47 Setting up bsdmainutils (11.1.2ubuntu3) ...
11:20:24 #11 60.49 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:20:24 #11 60.49 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
11:20:24 #11 60.50 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:20:24 #10 58.92 Selecting previously unselected package strace.
11:20:24 #10 58.93 Preparing to unpack .../391-strace_6.1-0.1_armhf.deb ...
11:20:24 #10 58.94 Unpacking strace (6.1-0.1) ...
11:20:24 #11 57.75 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:24 #11 57.76 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:24 #11 57.79 Selecting previously unselected package libio-prompter-perl.
11:20:24 #11 57.79 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
11:20:24 #11 57.79 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:24 #11 57.83 Selecting previously unselected package libjson-perl.
11:20:24 #11 57.83 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
11:20:24 #11 57.84 Unpacking libjson-perl (4.04000-1) ...
11:20:24 #11 57.87 Selecting previously unselected package liblog-any-perl.
11:20:24 #11 57.87 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
11:20:24 #11 57.88 Unpacking liblog-any-perl (1.710-1) ...
11:20:24 #11 57.91 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:24 #11 57.92 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:24 #11 57.92 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:24 #11 57.95 Selecting previously unselected package libpackage-stash-perl.
11:20:24 #11 57.95 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
11:20:24 #11 57.96 Unpacking libpackage-stash-perl (0.39-1) ...
11:20:24 #11 57.98 Selecting previously unselected package libsub-identify-perl.
11:20:24 #11 57.99 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
11:20:24 #11 57.99 Unpacking libsub-identify-perl (0.14-1build5) ...
11:20:24 #11 58.02 Selecting previously unselected package libsub-name-perl.
11:20:24 #11 58.02 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
11:20:24 #11 58.03 Unpacking libsub-name-perl (0.26-1build3) ...
11:20:24 #11 58.05 Selecting previously unselected package libnamespace-clean-perl.
11:20:24 #11 58.05 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
11:20:24 #11 58.06 Unpacking libnamespace-clean-perl (0.27-1) ...
11:20:24 #11 58.09 Selecting previously unselected package libpath-tiny-perl.
11:20:24 #12 7.277 Selecting previously unselected package libsystemd-dev:amd64.
11:20:24 #12 7.280 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
11:20:24 #12 7.283 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
11:20:24 #12 7.384 Selecting previously unselected package pkg-config.
11:20:24 #12 7.384 Preparing to unpack .../23-pkg-config_0.29.2-1_amd64.deb ...
11:20:24 #11 71.00 Preparing to unpack .../366-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:24 #11 71.01 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:24 #11 71.05 Selecting previously unselected package libyaml-libyaml-perl.
11:20:24 #11 71.05 Preparing to unpack .../367-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
11:20:24 #11 71.06 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:24 #11 71.10 Selecting previously unselected package licensecheck.
11:20:24 #11 71.10 Preparing to unpack .../368-licensecheck_3.3.0-1_all.deb ...
11:20:24 #11 71.11 Unpacking licensecheck (3.3.0-1) ...
11:20:24 #11 71.14 Selecting previously unselected package libdevel-size-perl.
11:20:24 #11 71.15 Preparing to unpack .../369-libdevel-size-perl_0.83-2_arm64.deb ...
11:20:24 #11 71.15 Unpacking libdevel-size-perl (0.83-2) ...
11:20:24 #11 71.18 Selecting previously unselected package libipc-run3-perl.
11:20:24 #11 71.19 Preparing to unpack .../370-libipc-run3-perl_0.048-2_all.deb ...
11:20:24 #11 71.19 Unpacking libipc-run3-perl (0.048-2) ...
11:20:24 + cd /go/tini
11:20:24 + git checkout -q v0.19.0
11:20:24 + cmake .
11:20:24 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:24   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:24   CMake.
11:20:24 
11:20:24   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:24   CMake that the project does not need compatibility with older versions.
11:20:24 
11:20:24 
11:20:24 -- The C compiler identification is GNU 11.3.1
11:20:24 #12 21.75   Running scriptlet: systemd-libs-251.11-2.fc37.x86_64                    95/95 
11:20:24 #12 22.21   Verifying        : automake-1.16.5-9.fc37.noarch                         1/95 
11:20:24 #12 22.21   Verifying        : checkpolicy-3.4-3.fc37.x86_64                         2/95 
11:20:24 #12 22.21   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  3/95 
11:20:24 #12 22.21   Verifying        : device-mapper-devel-1.02.175-9.fc37.x86_64            4/95 
11:20:24 #12 22.21   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             5/95 
11:20:24 #12 22.21   Verifying        : gc-8.0.6-4.fc37.x86_64                                6/95 
11:20:24 #12 22.21   Verifying        : guile22-2.2.7-6.fc37.x86_64                           7/95 
11:20:24 #12 22.21   Verifying        : jsoncpp-1.9.5-3.fc37.x86_64                           8/95 
11:20:24 #12 22.21   Verifying        : kmod-libs-30-2.fc37.x86_64                            9/95 
11:20:24 #12 22.21   Verifying        : less-590-5.fc37.x86_64                               10/95 
11:20:24 #12 22.21   Verifying        : libargon2-20190702-1.fc37.x86_64                     11/95 
11:20:24 #12 22.21   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         12/95 
11:20:24 #12 22.21   Verifying        : libcbor-0.7.0-7.fc37.x86_64                          13/95 
11:20:24 #12 22.21   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        14/95 
11:20:24 #12 22.21   Verifying        : libfido2-1.11.0-3.fc37.x86_64                        15/95 
11:20:24 #12 22.21   Verifying        : libmpc-1.2.1-5.fc37.x86_64                           16/95 
11:20:24 #12 22.21   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       17/95 
11:20:24 #12 22.21   Verifying        : libseccomp-devel-2.5.3-3.fc37.x86_64                 18/95 
11:20:24 #12 22.21   Verifying        : libselinux-devel-3.4-5.fc37.x86_64                   19/95 
11:20:24 #12 22.21   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   20/95 
11:20:24 #12 22.21   Verifying        : libsepol-devel-3.4-3.fc37.x86_64                     21/95 
11:20:24 #12 22.22   Verifying        : libtool-2.4.7-2.fc37.x86_64                          22/95 
11:20:24 #12 22.22   Verifying        : libtool-ltdl-2.4.7-2.fc37.x86_64                     23/95 
11:20:24 #12 22.22   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               24/95 
11:20:24 #12 22.22   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      25/95 
11:20:24 #12 22.22   Verifying        : libuv-1:1.44.2-2.fc37.x86_64                         26/95 
11:20:24 #12 22.22   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     27/95 
11:20:24 #12 22.22   Verifying        : m4-1.4.19-4.fc37.x86_64                              28/95 
11:20:24 #12 22.22   Verifying        : make-1:4.3-11.fc37.x86_64                            29/95 
11:20:24 #12 22.22   Verifying        : openssh-8.8p1-7.fc37.x86_64                          30/95 
11:20:24 #12 22.22   Verifying        : openssh-clients-8.8p1-7.fc37.x86_64                  31/95 
11:20:24 #12 22.22   Verifying        : pcre2-devel-10.40-1.fc37.1.x86_64                    32/95 
11:20:24 #12 22.22   Verifying        : pcre2-utf16-10.40-1.fc37.1.x86_64                    33/95 
11:20:24 #12 22.22   Verifying        : pcre2-utf32-10.40-1.fc37.1.x86_64                    34/95 
11:20:24 #12 22.22   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  35/95 
11:20:24 #12 22.22   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          36/95 
11:20:24 #12 22.22   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  37/95 
11:20:24 #12 22.22   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  38/95 
11:20:24 #12 22.22   Verifying        : perl-TermReadKey-2.38-14.fc37.x86_64                 39/95 
11:20:24 #12 22.22   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               40/95 
11:20:24 #12 22.22   Verifying        : perl-lib-0.65-492.fc37.x86_64                        41/95 
11:20:24 #12 22.22   Verifying        : perl-threads-1:2.27-489.fc37.x86_64                  42/95 
11:20:24 #12 22.22   Verifying        : perl-threads-shared-1.64-489.fc37.x86_64             43/95 
11:20:24 #12 22.22   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    44/95 
11:20:24 #12 22.22   Verifying        : policycoreutils-devel-3.4-6.fc37.x86_64              45/95 
11:20:24 #12 22.22   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       46/95 
11:20:24 #12 22.22   Verifying        : python3-libselinux-3.4-5.fc37.x86_64                 47/95 
11:20:24 #12 22.22   Verifying        : python3-libsemanage-3.4-5.fc37.x86_64                48/95 
11:20:24 #12 22.22   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            49/95 
11:20:24 #12 22.22   Verifying        : python3-setools-4.4.0-9.fc37.x86_64                  50/95 
11:20:24 #12 22.22   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              51/95 
11:20:24 #12 22.22   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    52/95 
11:20:24 #12 22.22   Verifying        : rhash-1.4.2-3.fc37.x86_64                            53/95 
11:20:24 #12 22.22   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              54/95 
11:20:24 #12 22.22   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      55/95 
11:20:24 #12 22.22   Verifying        : which-2.21-35.fc37.x86_64                            56/95 
11:20:24 #12 22.22   Verifying        : annobin-docs-11.11-1.fc37.noarch                     57/95 
11:20:24 #12 22.22   Verifying        : annobin-plugin-gcc-11.11-1.fc37.x86_64               58/95 
11:20:24 #12 22.22   Verifying        : autoconf-2.71-4.fc37.noarch                          59/95 
11:20:24 #12 22.22   Verifying        : cmake-3.26.0~rc5-1.fc37.x86_64                       60/95 
11:20:24 #12 22.22   Verifying        : cmake-data-3.26.0~rc5-1.fc37.noarch                  61/95 
11:20:24 #12 22.22   Verifying        : cmake-filesystem-3.26.0~rc5-1.fc37.x86_64            62/95 
11:20:24 #12 22.22   Verifying        : cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch            63/95 
11:20:24 #12 22.22   Verifying        : cpp-12.2.1-4.fc37.x86_64                             64/95 
11:20:24 #12 22.22   Verifying        : cryptsetup-libs-2.6.1-1.fc37.x86_64                  65/95 
11:20:24 #12 22.22   Verifying        : dbus-1:1.14.6-1.fc37.x86_64                          66/95 
11:20:24 #12 22.22   Verifying        : dbus-broker-33-1.fc37.x86_64                         67/95 
11:20:24 #12 22.22   Verifying        : dbus-common-1:1.14.6-1.fc37.noarch                   68/95 
11:20:24 #12 22.22   Verifying        : gcc-12.2.1-4.fc37.x86_64                             69/95 
11:20:24 #12 22.22   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              70/95 
11:20:24 #12 22.22   Verifying        : git-2.39.2-1.fc37.x86_64                             71/95 
11:20:24 #12 22.22   Verifying        : git-core-2.39.2-1.fc37.x86_64                        72/95 
11:20:24 #12 22.22   Verifying        : git-core-doc-2.39.2-1.fc37.noarch                    73/95 
11:20:24 #12 22.22   Verifying        : glibc-devel-2.36-9.fc37.x86_64                       74/95 
11:20:24 #12 22.22   Verifying        : glibc-headers-x86-2.36-9.fc37.noarch                 75/95 
11:20:24 #12 22.22   Verifying        : glibc-static-2.36-9.fc37.x86_64                      76/95 
11:20:24 #12 22.22   Verifying        : kernel-headers-6.1.5-200.fc37.x86_64                 77/95 
11:20:24 #12 22.22   Verifying        : libedit-3.1-43.20221009cvs.fc37.x86_64               78/95 
11:20:24 #12 22.22   Verifying        : libxcrypt-devel-4.4.33-4.fc37.x86_64                 79/95 
11:20:24 #12 22.22   Verifying        : libxcrypt-static-4.4.33-4.fc37.x86_64                80/95 
11:20:24 #12 22.22   Verifying        : perl-Git-2.39.2-1.fc37.noarch                        81/95 
11:20:24 #12 22.22   Verifying        : python3-audit-3.1-2.fc37.x86_64                      82/95 
11:20:24 #12 22.22   Verifying        : selinux-policy-37.19-1.fc37.noarch                   83/95 
11:20:24 #12 22.22   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             84/95 
11:20:24 #12 22.22   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          85/95 
11:20:24 #12 22.22   Verifying        : systemd-251.13-5.fc37.x86_64                         86/95 
11:20:24 #12 22.22   Verifying        : systemd-devel-251.13-5.fc37.x86_64                   87/95 
11:20:24 #12 22.22   Verifying        : systemd-networkd-251.13-5.fc37.x86_64                88/95 
11:20:24 #12 22.22   Verifying        : systemd-pam-251.13-5.fc37.x86_64                     89/95 
11:20:24 #12 22.22   Verifying        : systemd-resolved-251.13-5.fc37.x86_64                90/95 
11:20:24 #12 22.22   Verifying        : systemd-rpm-macros-251.13-5.fc37.noarch              91/95 
11:20:24 #12 22.22   Verifying        : vim-filesystem-2:9.0.1367-1.fc37.noarch              92/95 
11:20:24 #12 22.22   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  93/95 
11:20:24 #12 22.22   Verifying        : systemd-libs-251.13-5.fc37.x86_64                    94/95 
11:20:24 #12 22.22   Verifying        : systemd-libs-251.11-2.fc37.x86_64                    95/95 
11:20:24 #12 22.39 
11:20:24 #12 22.39 Upgraded:
11:20:24 #12 22.39   systemd-libs-251.13-5.fc37.x86_64                                             
11:20:24 #12 22.39 Installed:
11:20:24 #12 22.39   annobin-docs-11.11-1.fc37.noarch                                              
11:20:24 #12 22.39   annobin-plugin-gcc-11.11-1.fc37.x86_64                                        
11:20:24 #12 22.39   autoconf-2.71-4.fc37.noarch                                                   
11:20:24 #12 22.39   automake-1.16.5-9.fc37.noarch                                                 
11:20:24 #12 22.39   checkpolicy-3.4-3.fc37.x86_64                                                 
11:20:24 #12 22.39   cmake-3.26.0~rc5-1.fc37.x86_64                                                
11:20:24 #12 22.39   cmake-data-3.26.0~rc5-1.fc37.noarch                                           
11:20:24 #12 22.39   cmake-filesystem-3.26.0~rc5-1.fc37.x86_64                                     
11:20:24 #12 22.39   cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch                                     
11:20:24 #12 22.39   cpp-12.2.1-4.fc37.x86_64                                                      
11:20:24 #12 22.39   cryptsetup-libs-2.6.1-1.fc37.x86_64                                           
11:20:24 #12 22.39   dbus-1:1.14.6-1.fc37.x86_64                                                   
11:20:24 #12 22.39   dbus-broker-33-1.fc37.x86_64                                                  
11:20:24 #12 22.39   dbus-common-1:1.14.6-1.fc37.noarch                                            
11:20:24 #12 22.39   device-mapper-1.02.175-9.fc37.x86_64                                          
11:20:24 #12 22.39   device-mapper-devel-1.02.175-9.fc37.x86_64                                    
11:20:24 #12 22.39   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
11:20:24 #12 22.39   gc-8.0.6-4.fc37.x86_64                                                        
11:20:24 #12 22.39   gcc-12.2.1-4.fc37.x86_64                                                      
11:20:24 #12 22.39   gcc-plugin-annobin-12.2.1-4.fc37.x86_64                                       
11:20:24 #12 22.39   git-2.39.2-1.fc37.x86_64                                                      
11:20:24 #12 22.39   git-core-2.39.2-1.fc37.x86_64                                                 
11:20:24 #12 22.39   git-core-doc-2.39.2-1.fc37.noarch                                             
11:20:24 #12 22.39   glibc-devel-2.36-9.fc37.x86_64                                                
11:20:24 #12 22.39   glibc-headers-x86-2.36-9.fc37.noarch                                          
11:20:24 #12 22.39   glibc-static-2.36-9.fc37.x86_64                                               
11:20:24 #12 22.39   guile22-2.2.7-6.fc37.x86_64                                                   
11:20:24 #12 22.39   jsoncpp-1.9.5-3.fc37.x86_64                                                   
11:20:24 #12 22.39   kernel-headers-6.1.5-200.fc37.x86_64                                          
11:20:24 #12 22.39   kmod-libs-30-2.fc37.x86_64                                                    
11:20:24 #12 22.39   less-590-5.fc37.x86_64                                                        
11:20:24 #12 22.39   libargon2-20190702-1.fc37.x86_64                                              
11:20:24 #12 22.39   libbpf-2:0.8.0-2.fc37.x86_64                                                  
11:20:24 #12 22.39   libcbor-0.7.0-7.fc37.x86_64                                                   
11:20:24 #12 22.39   libedit-3.1-43.20221009cvs.fc37.x86_64                                        
11:20:24 #12 22.39   libfdisk-2.38.1-1.fc37.x86_64                                                 
11:20:24 #12 22.39   libfido2-1.11.0-3.fc37.x86_64                                                 
11:20:24 #12 22.39   libmpc-1.2.1-5.fc37.x86_64                                                    
11:20:24 #12 22.39   libseccomp-2.5.3-3.fc37.x86_64                                                
11:20:24 #12 22.39   libseccomp-devel-2.5.3-3.fc37.x86_64                                          
11:20:24 #12 22.39   libselinux-devel-3.4-5.fc37.x86_64                                            
11:20:24 #12 22.39   libselinux-utils-3.4-5.fc37.x86_64                                            
11:20:24 #12 22.39   libsepol-devel-3.4-3.fc37.x86_64                                              
11:20:24 #12 22.39   libtool-2.4.7-2.fc37.x86_64                                                   
11:20:24 #12 22.39   libtool-ltdl-2.4.7-2.fc37.x86_64                                              
11:20:24 #12 22.39   libtool-ltdl-devel-2.4.7-2.fc37.x86_64                                        
11:20:24 #12 22.39   libutempter-1.2.1-7.fc37.x86_64                                               
11:20:24 #12 22.39   libuv-1:1.44.2-2.fc37.x86_64                                                  
11:20:24 #12 22.39   libxcrypt-devel-4.4.33-4.fc37.x86_64                                          
11:20:24 #12 22.39   libxcrypt-static-4.4.33-4.fc37.x86_64                                         
11:20:24 #12 22.39   libxkbcommon-1.4.1-2.fc37.x86_64                                              
11:20:24 #12 22.39   m4-1.4.19-4.fc37.x86_64                                                       
11:20:24 #12 22.39   make-1:4.3-11.fc37.x86_64                                                     
11:20:24 #12 22.39   openssh-8.8p1-7.fc37.x86_64                                                   
11:20:24 #12 22.39   openssh-clients-8.8p1-7.fc37.x86_64                                           
11:20:24 #12 22.39   pcre2-devel-10.40-1.fc37.1.x86_64                                             
11:20:24 #12 22.39   pcre2-utf16-10.40-1.fc37.1.x86_64                                             
11:20:24 #12 22.39   pcre2-utf32-10.40-1.fc37.1.x86_64                                             
11:20:24 #12 22.39   perl-Error-1:0.17029-10.fc37.noarch                                           
11:20:24 #12 22.39   perl-File-Compare-1.100.700-492.fc37.noarch                                   
11:20:24 #12 22.39   perl-File-Copy-2.39-492.fc37.noarch                                           
11:20:24 #12 22.39   perl-File-Find-1.40-492.fc37.noarch                                           
11:20:24 #12 22.39   perl-Git-2.39.2-1.fc37.noarch                                                 
11:20:24 #12 22.39   perl-TermReadKey-2.38-14.fc37.x86_64                                          
11:20:24 #12 22.39   perl-Thread-Queue-3.14-489.fc37.noarch                                        
11:20:24 #12 22.39   perl-lib-0.65-492.fc37.x86_64                                                 
11:20:24 #12 22.39   perl-threads-1:2.27-489.fc37.x86_64                                           
11:20:24 #12 22.39   perl-threads-shared-1.64-489.fc37.x86_64                                      
11:20:24 #12 22.39   policycoreutils-3.4-6.fc37.x86_64                                             
11:20:24 #12 22.39   policycoreutils-devel-3.4-6.fc37.x86_64                                       
11:20:24 #12 22.39   policycoreutils-python-utils-3.4-6.fc37.noarch                                
11:20:24 #12 22.39   python3-audit-3.1-2.fc37.x86_64                                               
11:20:24 #12 22.39   python3-libselinux-3.4-5.fc37.x86_64                                          
11:20:24 #12 22.39   python3-libsemanage-3.4-5.fc37.x86_64                                         
11:20:24 #12 22.39   python3-policycoreutils-3.4-6.fc37.noarch                                     
11:20:24 #12 22.39   python3-setools-4.4.0-9.fc37.x86_64                                           
11:20:24 #12 22.39   python3-setuptools-62.6.0-2.fc37.noarch                                       
11:20:24 #12 22.39   qrencode-libs-4.1.1-3.fc37.x86_64                                             
11:20:24 #12 22.39   rhash-1.4.2-3.fc37.x86_64                                                     
11:20:24 #12 22.39   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
11:20:24 #12 22.39   selinux-policy-37.19-1.fc37.noarch                                            
11:20:24 #12 22.39   selinux-policy-devel-37.19-1.fc37.noarch                                      
11:20:24 #12 22.39   selinux-policy-targeted-37.19-1.fc37.noarch                                   
11:20:24 #12 22.39   systemd-251.13-5.fc37.x86_64                                                  
11:20:24 #12 22.39   systemd-devel-251.13-5.fc37.x86_64                                            
11:20:24 #12 22.39   systemd-networkd-251.13-5.fc37.x86_64                                         
11:20:24 #12 22.39   systemd-pam-251.13-5.fc37.x86_64                                              
11:20:24 #12 22.39   systemd-resolved-251.13-5.fc37.x86_64                                         
11:20:24 #12 22.39   systemd-rpm-macros-251.13-5.fc37.noarch                                       
11:20:24 #12 22.39   util-linux-2.38.1-1.fc37.x86_64                                               
11:20:24 #12 22.39   vim-filesystem-2:9.0.1367-1.fc37.noarch                                       
11:20:24 #12 22.39   which-2.21-35.fc37.x86_64                                                     
11:20:24 #12 22.39   xkeyboard-config-2.36-3.fc37.noarch                                           
11:20:24 #12 22.39 
11:20:24 #12 22.39 Complete!
11:20:24 #11 61.54 Preparing to unpack .../142-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:20:24 #11 61.55 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:20:24 #11 61.58 Selecting previously unselected package gnupg-utils.
11:20:24 #11 61.58 Preparing to unpack .../143-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.59 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:20:24 #11 61.63 Selecting previously unselected package gpg.
11:20:24 #11 61.64 Preparing to unpack .../144-gpg_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.64 Unpacking gpg (2.2.35-3ubuntu1) ...
11:20:24 #11 61.69 Selecting previously unselected package pinentry-curses.
11:20:24 #11 61.70 Preparing to unpack .../145-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ...
11:20:24 #11 61.70 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:20:24 #11 61.74 Selecting previously unselected package gpg-agent.
11:20:24 #11 61.75 Preparing to unpack .../146-gpg-agent_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.76 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:20:24 #11 61.79 Selecting previously unselected package gpg-wks-client.
11:20:24 #11 61.80 Preparing to unpack .../147-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.80 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:20:24 #11 61.83 Selecting previously unselected package gpg-wks-server.
11:20:24 #11 61.84 Preparing to unpack .../148-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.84 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:20:24 #12 9.465 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1+deb11u1 [3104 kB]
11:20:24 #12 9.695 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
11:20:24 #14 DONE 2.3s
11:20:24 
11:20:24 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:24 #15 DONE 0.0s
11:20:24 
11:20:24 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:24 #16 DONE 0.0s
11:20:24 
11:20:24 #17 exporting to image
11:20:24 #17 exporting layers
11:20:24 #12 9.687 Selecting previously unselected package g++.
11:20:24 #12 9.690 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
11:20:24 #12 9.695 Unpacking g++ (4:8.3.0-1+rpi2) ...
11:20:24 #12 9.724 Selecting previously unselected package build-essential.
11:20:24 #12 9.727 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
11:20:24 #12 9.732 Unpacking build-essential (12.6) ...
11:20:24 #12 9.773 Selecting previously unselected package bash-completion.
11:20:24 #12 9.776 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
11:20:24 #13 6.410 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
11:20:24 #13 6.534 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB]
11:20:24 #13 6.554 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
11:20:24 #13 6.572 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB]
11:20:24 #13 6.583 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:20:24 #13 6.585 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB]
11:20:24 #13 6.587 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
11:20:24 #13 6.905 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libudev-dev amd64 251.4-1ubuntu7.1 [21.3 kB]
11:20:24 #12 7.134 Selecting previously unselected package libncurses6:arm64.
11:20:24 #12 7.138 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
11:20:24 #12 7.147 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
11:20:24 #12 7.186 Selecting previously unselected package libprocps8:arm64.
11:20:24 #11 60.50 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
11:20:24 #11 60.51 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
11:20:24 #11 60.52 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
11:20:24 #11 60.53 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:20:24 #11 60.54 Setting up dwz (0.13-5) ...
11:20:24 #11 60.55 Setting up groff-base (1.22.4-4build1) ...
11:20:24 #11 60.57 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:20:24 #11 60.59 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:24 #11 60.60 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
11:20:24 #11 60.61 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:20:24 #11 60.62 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:20:24 #11 60.63 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:20:24 #11 60.64 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:20:24 #10 59.02 Selecting previously unselected package xauth.
11:20:24 #10 59.02 Preparing to unpack .../392-xauth_1%3a1.1.2-1_armhf.deb ...
11:20:24 #10 59.03 Unpacking xauth (1:1.1.2-1) ...
11:20:24 #10 59.07 Selecting previously unselected package xdg-user-dirs.
11:20:24 #10 59.08 Preparing to unpack .../393-xdg-user-dirs_0.18-1_armhf.deb ...
11:20:24 #10 59.09 Unpacking xdg-user-dirs (0.18-1) ...
11:20:24 #10 59.14 Selecting previously unselected package zstd.
11:20:24 #10 59.15 Preparing to unpack .../394-zstd_1.5.4+dfsg2-3_armhf.deb ...
11:20:24 #10 59.15 Unpacking zstd (1.5.4+dfsg2-3) ...
11:20:24 #10 59.27 Setting up liblz1:armhf (1.13-5) ...
11:20:24 #10 59.28 Setting up libksba8:armhf (1.6.3-2) ...
11:20:24 #10 59.30 Setting up media-types (10.0.0) ...
11:20:24 #10 59.31 Setting up libpipeline1:armhf (1.5.7-1) ...
11:20:24 #10 59.35 Setting up plzip (1.10-5) ...
11:20:24 #10 59.36 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:24 #10 59.37 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:24 #11 58.09 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
11:20:24 #11 58.09 Unpacking libpath-tiny-perl (0.122-1) ...
11:20:24 #11 58.12 Selecting previously unselected package libstrictures-perl.
11:20:24 #11 58.12 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
11:20:24 #11 58.13 Unpacking libstrictures-perl (2.000006-1) ...
11:20:24 #11 58.16 Selecting previously unselected package libtype-tiny-perl.
11:20:24 #11 58.16 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
11:20:24 #11 58.16 Unpacking libtype-tiny-perl (1.012004-1) ...
11:20:24 #11 58.20 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:24 #11 58.20 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:24 #11 58.21 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:24 #11 58.24 Selecting previously unselected package libhash-fieldhash-perl.
11:20:24 #11 58.24 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
11:20:24 #11 58.25 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:20:24 #11 58.27 Selecting previously unselected package libhtml-form-perl.
11:20:24 #11 58.27 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
11:20:24 #11 58.28 Unpacking libhtml-form-perl (6.07-1) ...
11:20:24 #11 58.30 Selecting previously unselected package libhtml-format-perl.
11:20:24 #12 7.388 Unpacking pkg-config (0.29.2-1) ...
11:20:24 #12 7.428 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:20:24 #12 7.438 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:20:24 #12 7.448 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 7.460 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:20:24 #12 7.469 Setting up libuv1:amd64 (1.40.0-2) ...
11:20:24 #12 7.480 Setting up bash-completion (1:2.11-2) ...
11:20:24 #10 58.17 Setting up libxpm4:armhf (1:3.5.12-1) ...
11:20:24 #10 58.18 Setting up fontconfig-config (2.13.1-4.2) ...
11:20:24 -- Detecting C compiler ABI info
11:20:24 -- Detecting C compiler ABI info - done
11:20:24 -- Check for working C compiler: /usr/bin/cc - skipped
11:20:24 -- Detecting C compile features
11:20:24 -- Detecting C compile features - done
11:20:24 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:20:24 -- Configuring done
11:20:24 -- Generating done
11:20:24 -- Build files have been written to: /go/tini
11:20:24 + make tini-static
11:20:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:24 #11 71.22 Selecting previously unselected package lzip.
11:20:24 #11 71.23 Preparing to unpack .../371-lzip_1.23-4_arm64.deb ...
11:20:24 #11 71.23 Unpacking lzip (1.23-4) ...
11:20:24 #11 71.27 Selecting previously unselected package lzop.
11:20:24 #11 71.27 Preparing to unpack .../372-lzop_1.04-2build2_arm64.deb ...
11:20:24 #11 71.27 Unpacking lzop (1.04-2build2) ...
11:20:24 #11 71.32 Selecting previously unselected package t1utils.
11:20:24 #11 71.32 Preparing to unpack .../373-t1utils_1.41-4build2_arm64.deb ...
11:20:24 #11 71.33 Unpacking t1utils (1.41-4build2) ...
11:20:24 #11 71.36 Selecting previously unselected package unzip.
11:20:24 #11 71.37 Preparing to unpack .../374-unzip_6.0-27ubuntu1_arm64.deb ...
11:20:24 #11 71.37 Unpacking unzip (6.0-27ubuntu1) ...
11:20:24 #12 DONE 22.5s
11:20:24 
11:20:24 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:20:24 #11 61.87 Selecting previously unselected package gpgsm.
11:20:24 #11 61.88 Preparing to unpack .../149-gpgsm_2.2.35-3ubuntu1_armhf.deb ...
11:20:24 #11 61.88 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:20:24 #11 61.92 Selecting previously unselected package gnupg.
11:20:24 #11 61.92 Preparing to unpack .../150-gnupg_2.2.35-3ubuntu1_all.deb ...
11:20:24 #11 61.92 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:20:24 #11 61.96 Selecting previously unselected package libfile-dirlist-perl.
11:20:24 #11 61.96 Preparing to unpack .../151-libfile-dirlist-perl_0.05-2_all.deb ...
11:20:24 #11 61.97 Unpacking libfile-dirlist-perl (0.05-2) ...
11:20:24 #11 62.00 Selecting previously unselected package libfile-which-perl.
11:20:24 #11 62.00 Preparing to unpack .../152-libfile-which-perl_1.27-1_all.deb ...
11:20:24 #11 62.00 Unpacking libfile-which-perl (1.27-1) ...
11:20:24 #11 62.03 Selecting previously unselected package libfile-homedir-perl.
11:20:24 #11 62.04 Preparing to unpack .../153-libfile-homedir-perl_1.006-1_all.deb ...
11:20:24 #11 62.06 Unpacking libfile-homedir-perl (1.006-1) ...
11:20:24 #12 9.696 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:20:24 #12 9.697 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
11:20:24 #12 9.700 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
11:20:24 #12 9.703 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
11:20:24 #12 9.704 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
11:20:24 #12 9.706 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-2 [119 kB]
11:20:24 #12 9.708 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
11:20:24 #12 9.709 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
11:20:24 #12 9.787 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
11:20:24 #12 9.877 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
11:20:24 #12 9.886 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1+deb11u1 [124 kB]
11:20:24 #12 9.890 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
11:20:24 #12 9.894 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
11:20:24 #12 9.899 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [188 kB]
11:20:24 #12 9.907 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.7 kB]
11:20:24 #12 9.919 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [627 kB]
11:20:24 #12 9.942 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
11:20:24 #12 9.968 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
11:20:25 + STATUS=0
11:20:25 + '[' 0 -ne 0 ']'
11:20:25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:25 + exit 0
11:20:25 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FiYdPD
11:20:25 + umask 022
11:20:25 + cd /root/rpmbuild/BUILD
11:20:25 + cd src
11:20:25 + export DOCKER_GITCOMMIT=31a9532
11:20:25 + DOCKER_GITCOMMIT=31a9532
11:20:25 + mkdir -p /go/src/github.com/docker
11:20:25 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:25 + pushd /root/rpmbuild/BUILD/src/engine
11:20:25 + TMP_GOPATH=/go
11:20:25 + hack/dockerfile/install/install.sh tini
11:20:25 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:25 + RM_GOPATH=0
11:20:25 + TMP_GOPATH=/go
11:20:25 + : /usr/local/bin
11:20:25 + '[' -z /go ']'
11:20:25 + export GOPATH=/go
11:20:25 + GOPATH=/go
11:20:25 + case "$(go env GOARCH)" in
11:20:25 ++ go env GOARCH
11:20:25 + export GO_BUILDMODE=-buildmode=pie
11:20:25 + GO_BUILDMODE=-buildmode=pie
11:20:25 ++ dirname hack/dockerfile/install/install.sh
11:20:25 + dir=hack/dockerfile/install
11:20:25 + bin=tini
11:20:25 + shift
11:20:25 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:25 + . hack/dockerfile/install/tini.installer
11:20:25 ++ : v0.19.0
11:20:25 + install_tini
11:20:25 + echo 'Install tini version v0.19.0'
11:20:25 Install tini version v0.19.0
11:20:25 + git clone https://github.com/krallin/tini.git /go/tini
11:20:25 Cloning into '/go/tini'...
11:20:25 #13 6.722 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.1 [5013 kB]
11:20:25 #13 7.060 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsepol-dev amd64 3.4-2 [377 kB]
11:20:25 #12 7.190 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
11:20:25 #12 7.194 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
11:20:25 #12 7.241 Selecting previously unselected package procps.
11:20:25 #12 7.245 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
11:20:25 #12 7.255 Unpacking procps (2:3.3.17-5) ...
11:20:25 #12 7.337 Selecting previously unselected package libjsoncpp24:arm64.
11:20:25 #12 7.341 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
11:20:25 #12 7.346 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
11:20:25 #12 7.387 Selecting previously unselected package librhash0:arm64.
11:20:25 #12 7.391 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
11:20:25 #12 7.395 Unpacking librhash0:arm64 (1.4.1-2) ...
11:20:25 #12 7.440 Selecting previously unselected package libuv1:arm64.
11:20:25 #10 59.37 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:25 #10 59.38 Setting up wdiff (1.2.2-5) ...
11:20:25 #10 59.40 Setting up libaom3:armhf (3.6.0-1) ...
11:20:25 #10 59.41 Setting up libabsl20220623:armhf (20220623.1-1) ...
11:20:25 #10 59.42 Setting up libxau6:armhf (1:1.0.9-1) ...
11:20:25 #10 59.43 Setting up libre2-9:armhf (20220601+dfsg-1+b1) ...
11:20:25 #10 59.45 Setting up libkeyutils1:armhf (1.6.3-2) ...
11:20:25 #10 59.46 Setting up libpsl5:armhf (0.21.2-1) ...
11:20:25 #10 59.48 Setting up libgpm2:armhf (1.20.7-10+b1) ...
11:20:25 #10 59.49 Setting up libicu72:armhf (72.1-3) ...
11:20:25 #10 59.50 Setting up liblerc4:armhf (4.0.0+ds-2) ...
11:20:25 #10 59.51 Setting up bsdextrautils (2.38.1-5) ...
11:20:25 #10 59.53 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
11:20:25 #10 59.54 Setting up libtext-glob-perl (0.11-3) ...
11:20:25 #10 59.56 Setting up xdg-user-dirs (0.18-1) ...
11:20:25 #11 58.31 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
11:20:25 #11 58.31 Unpacking libhtml-format-perl (2.12-1.1) ...
11:20:25 #11 58.36 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:25 #11 58.36 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:20:25 #11 58.37 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:20:25 #11 58.40 Selecting previously unselected package libhttp-daemon-perl.
11:20:25 #11 58.40 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:20:25 #11 58.41 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:25 #11 58.43 Selecting previously unselected package libio-interactive-perl.
11:20:25 #11 58.43 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
11:20:25 #11 58.44 Unpacking libio-interactive-perl (1.023-1) ...
11:20:25 #11 58.47 Selecting previously unselected package libio-prompt-tiny-perl.
11:20:25 #11 58.47 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:20:25 #11 58.47 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:20:25 #11 58.50 Selecting previously unselected package libtypes-serialiser-perl.
11:20:25 #11 58.50 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:25 #11 58.50 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:25 #11 58.53 Selecting previously unselected package libjson-xs-perl.
11:20:25 #11 58.53 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
11:20:25 #11 58.53 Unpacking libjson-xs-perl (4.030-1build3) ...
11:20:25 #11 58.56 Selecting previously unselected package libjson-maybexs-perl.
11:20:25 #11 58.56 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:25 #11 58.56 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:25 #11 58.59 Selecting previously unselected package libldap-common.
11:20:25 #11 58.60 Preparing to unpack .../276-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
11:20:25 #11 58.60 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:25 #11 58.63 Selecting previously unselected package liblist-compare-perl.
11:20:25 #11 58.63 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
11:20:25 #18 exporting layers 4.7s done
11:20:25 #18 writing image sha256:03e0999db5a92ef7f1e56a308f90cffb4b3fffe1488f1b6a564e1e76c7870c80 done
11:20:25 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
11:20:25 #18 DONE 4.7s
11:20:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
11:20:25 + set -e
11:20:25 + mkdir -p /root/build-deb/engine
11:20:25 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:25 #17 exporting layers 2.1s done
11:20:25 #17 writing image sha256:17844db97d17c3ed3e64207efb316057abd4939b6b4dad9627efcd337739c9e9 done
11:20:25 #17 naming to docker.io/rpmbuild-centos-8/aarch64 done
11:20:25 #17 DONE 2.1s
11:20:25 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/aarch64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:25 #12 21.29   Running scriptlet: systemd-libs-251.11-2.fc37.aarch64                   97/97 
11:20:25 #12 22.05   Verifying        : automake-1.16.5-9.fc37.noarch                         1/97 
11:20:25 #12 22.05   Verifying        : checkpolicy-3.4-3.fc37.aarch64                        2/97 
11:20:25 #12 22.05   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 3/97 
11:20:25 #12 22.05   Verifying        : device-mapper-devel-1.02.175-9.fc37.aarch64           4/97 
11:20:25 #12 22.05   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            5/97 
11:20:25 #12 22.05   Verifying        : gc-8.0.6-4.fc37.aarch64                               6/97 
11:20:25 #12 22.05   Verifying        : guile22-2.2.7-6.fc37.aarch64                          7/97 
11:20:25 #12 22.05   Verifying        : jsoncpp-1.9.5-3.fc37.aarch64                          8/97 
11:20:25 #12 22.05   Verifying        : kmod-libs-30-2.fc37.aarch64                           9/97 
11:20:25 #12 22.05   Verifying        : less-590-5.fc37.aarch64                              10/97 
11:20:25 #12 22.05   Verifying        : libargon2-20190702-1.fc37.aarch64                    11/97 
11:20:25 #12 22.05   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        12/97 
11:20:25 #12 22.05   Verifying        : libcbor-0.7.0-7.fc37.aarch64                         13/97 
11:20:25 #12 22.05   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       14/97 
11:20:25 #12 22.05   Verifying        : libfido2-1.11.0-3.fc37.aarch64                       15/97 
11:20:25 #12 22.05   Verifying        : libmpc-1.2.1-5.fc37.aarch64                          16/97 
11:20:25 #12 22.05   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      17/97 
11:20:25 #12 22.05   Verifying        : libseccomp-devel-2.5.3-3.fc37.aarch64                18/97 
11:20:25 #12 22.05   Verifying        : libselinux-devel-3.4-5.fc37.aarch64                  19/97 
11:20:25 #12 22.05   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  20/97 
11:20:25 #12 22.05   Verifying        : libsepol-devel-3.4-3.fc37.aarch64                    21/97 
11:20:25 #12 22.05   Verifying        : libtool-2.4.7-2.fc37.aarch64                         22/97 
11:20:25 #12 22.05   Verifying        : libtool-ltdl-2.4.7-2.fc37.aarch64                    23/97 
11:20:25 #12 22.05   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              24/97 
11:20:25 #12 22.05   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     25/97 
11:20:25 #12 22.05   Verifying        : libuv-1:1.44.2-2.fc37.aarch64                        26/97 
11:20:25 #12 22.05   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    27/97 
11:20:25 #12 22.05   Verifying        : m4-1.4.19-4.fc37.aarch64                             28/97 
11:20:25 #12 22.05   Verifying        : make-1:4.3-11.fc37.aarch64                           29/97 
11:20:25 #12 22.05   Verifying        : openssh-8.8p1-7.fc37.aarch64                         30/97 
11:20:25 #12 22.05   Verifying        : openssh-clients-8.8p1-7.fc37.aarch64                 31/97 
11:20:25 #12 22.05   Verifying        : pcre2-devel-10.40-1.fc37.1.aarch64                   32/97 
11:20:25 #12 22.05   Verifying        : pcre2-utf16-10.40-1.fc37.1.aarch64                   33/97 
11:20:25 #12 22.05   Verifying        : pcre2-utf32-10.40-1.fc37.1.aarch64                   34/97 
11:20:25 #12 22.05   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  35/97 
11:20:25 #12 22.05   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          36/97 
11:20:25 #12 22.05   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  37/97 
11:20:25 #12 22.05   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  38/97 
11:20:25 #12 22.05   Verifying        : perl-TermReadKey-2.38-14.fc37.aarch64                39/97 
11:20:25 #12 22.05   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               40/97 
11:20:25 #12 22.05   Verifying        : perl-lib-0.65-492.fc37.aarch64                       41/97 
11:20:25 #12 22.05   Verifying        : perl-threads-1:2.27-489.fc37.aarch64                 42/97 
11:20:25 #12 22.05   Verifying        : perl-threads-shared-1.64-489.fc37.aarch64            43/97 
11:20:25 #12 22.05   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   44/97 
11:20:25 #12 22.05   Verifying        : policycoreutils-devel-3.4-6.fc37.aarch64             45/97 
11:20:25 #12 22.05   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       46/97 
11:20:25 #12 22.05   Verifying        : python3-libselinux-3.4-5.fc37.aarch64                47/97 
11:20:25 #12 22.05   Verifying        : python3-libsemanage-3.4-5.fc37.aarch64               48/97 
11:20:25 #12 22.05   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            49/97 
11:20:25 #12 22.05   Verifying        : python3-setools-4.4.0-9.fc37.aarch64                 50/97 
11:20:25 #12 22.05   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              51/97 
11:20:25 #12 22.05   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   52/97 
11:20:25 #12 22.05   Verifying        : rhash-1.4.2-3.fc37.aarch64                           53/97 
11:20:25 #12 22.05   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             54/97 
11:20:25 #12 22.05   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     55/97 
11:20:25 #12 22.05   Verifying        : which-2.21-35.fc37.aarch64                           56/97 
11:20:25 #12 22.05   Verifying        : annobin-docs-11.11-1.fc37.noarch                     57/97 
11:20:25 #12 22.05   Verifying        : annobin-plugin-gcc-11.11-1.fc37.aarch64              58/97 
11:20:25 #12 22.05   Verifying        : autoconf-2.71-4.fc37.noarch                          59/97 
11:20:25 #12 22.05   Verifying        : cmake-3.26.0~rc5-1.fc37.aarch64                      60/97 
11:20:25 #12 22.05   Verifying        : cmake-data-3.26.0~rc5-1.fc37.noarch                  61/97 
11:20:25 #12 22.05   Verifying        : cmake-filesystem-3.26.0~rc5-1.fc37.aarch64           62/97 
11:20:25 #12 22.05   Verifying        : cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch            63/97 
11:20:25 #12 22.05   Verifying        : cpp-12.2.1-4.fc37.aarch64                            64/97 
11:20:25 #12 22.06   Verifying        : cryptsetup-libs-2.6.1-1.fc37.aarch64                 65/97 
11:20:25 #12 22.06   Verifying        : dbus-1:1.14.6-1.fc37.aarch64                         66/97 
11:20:25 #12 22.06   Verifying        : dbus-broker-33-1.fc37.aarch64                        67/97 
11:20:25 #12 22.06   Verifying        : dbus-common-1:1.14.6-1.fc37.noarch                   68/97 
11:20:25 #12 22.06   Verifying        : gcc-12.2.1-4.fc37.aarch64                            69/97 
11:20:25 #12 22.06   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             70/97 
11:20:25 #12 22.06   Verifying        : git-2.39.2-1.fc37.aarch64                            71/97 
11:20:25 #12 22.06   Verifying        : git-core-2.39.2-1.fc37.aarch64                       72/97 
11:20:25 #12 22.06   Verifying        : git-core-doc-2.39.2-1.fc37.noarch                    73/97 
11:20:25 #12 22.06   Verifying        : glibc-devel-2.36-9.fc37.aarch64                      74/97 
11:20:25 #12 22.06   Verifying        : glibc-static-2.36-9.fc37.aarch64                     75/97 
11:20:25 #12 22.06   Verifying        : kernel-headers-6.1.5-200.fc37.aarch64                76/97 
11:20:25 #12 22.06   Verifying        : libasan-12.2.1-4.fc37.aarch64                        77/97 
11:20:25 #12 22.06   Verifying        : libatomic-12.2.1-4.fc37.aarch64                      78/97 
11:20:25 #12 22.06   Verifying        : libedit-3.1-43.20221009cvs.fc37.aarch64              79/97 
11:20:25 #12 22.06   Verifying        : libubsan-12.2.1-4.fc37.aarch64                       80/97 
11:20:25 #12 22.06   Verifying        : libxcrypt-devel-4.4.33-4.fc37.aarch64                81/97 
11:20:25 #12 22.06   Verifying        : libxcrypt-static-4.4.33-4.fc37.aarch64               82/97 
11:20:25 #12 22.06   Verifying        : perl-Git-2.39.2-1.fc37.noarch                        83/97 
11:20:25 #12 22.06   Verifying        : python3-audit-3.1-2.fc37.aarch64                     84/97 
11:20:25 #12 22.06   Verifying        : selinux-policy-37.19-1.fc37.noarch                   85/97 
11:20:25 #12 22.06   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             86/97 
11:20:25 #12 22.06   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          87/97 
11:20:25 #12 22.06   Verifying        : systemd-251.13-5.fc37.aarch64                        88/97 
11:20:25 #12 22.06   Verifying        : systemd-devel-251.13-5.fc37.aarch64                  89/97 
11:20:25 #12 22.06   Verifying        : systemd-networkd-251.13-5.fc37.aarch64               90/97 
11:20:25 #12 22.06   Verifying        : systemd-pam-251.13-5.fc37.aarch64                    91/97 
11:20:25 #12 22.06   Verifying        : systemd-resolved-251.13-5.fc37.aarch64               92/97 
11:20:25 #12 22.06   Verifying        : systemd-rpm-macros-251.13-5.fc37.noarch              93/97 
11:20:25 #12 22.06   Verifying        : vim-filesystem-2:9.0.1367-1.fc37.noarch              94/97 
11:20:25 #12 22.06   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  95/97 
11:20:25 #12 22.06   Verifying        : systemd-libs-251.13-5.fc37.aarch64                   96/97 
11:20:25 #12 22.06   Verifying        : systemd-libs-251.11-2.fc37.aarch64                   97/97 
11:20:25 #12 22.22 
11:20:25 #12 22.22 Upgraded:
11:20:25 #12 22.22   systemd-libs-251.13-5.fc37.aarch64                                            
11:20:25 #12 22.22 Installed:
11:20:25 #12 22.22   annobin-docs-11.11-1.fc37.noarch                                              
11:20:25 #12 22.22   annobin-plugin-gcc-11.11-1.fc37.aarch64                                       
11:20:25 #12 22.22   autoconf-2.71-4.fc37.noarch                                                   
11:20:25 #12 22.22   automake-1.16.5-9.fc37.noarch                                                 
11:20:25 #12 22.22   checkpolicy-3.4-3.fc37.aarch64                                                
11:20:25 #12 22.22   cmake-3.26.0~rc5-1.fc37.aarch64                                               
11:20:25 #12 22.22   cmake-data-3.26.0~rc5-1.fc37.noarch                                           
11:20:25 #12 22.22   cmake-filesystem-3.26.0~rc5-1.fc37.aarch64                                    
11:20:25 #12 22.22   cmake-rpm-macros-3.26.0~rc5-1.fc37.noarch                                     
11:20:25 #12 22.22   cpp-12.2.1-4.fc37.aarch64                                                     
11:20:25 #12 22.22   cryptsetup-libs-2.6.1-1.fc37.aarch64                                          
11:20:25 #12 22.22   dbus-1:1.14.6-1.fc37.aarch64                                                  
11:20:25 #12 22.22   dbus-broker-33-1.fc37.aarch64                                                 
11:20:25 #12 22.22   dbus-common-1:1.14.6-1.fc37.noarch                                            
11:20:25 #12 22.22   device-mapper-1.02.175-9.fc37.aarch64                                         
11:20:25 #12 22.22   device-mapper-devel-1.02.175-9.fc37.aarch64                                   
11:20:25 #12 22.22   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
11:20:25 #12 22.22   gc-8.0.6-4.fc37.aarch64                                                       
11:20:25 #12 22.22   gcc-12.2.1-4.fc37.aarch64                                                     
11:20:25 #12 22.22   gcc-plugin-annobin-12.2.1-4.fc37.aarch64                                      
11:20:25 #12 22.22   git-2.39.2-1.fc37.aarch64                                                     
11:20:25 #12 22.22   git-core-2.39.2-1.fc37.aarch64                                                
11:20:25 #12 22.22   git-core-doc-2.39.2-1.fc37.noarch                                             
11:20:25 #12 22.22   glibc-devel-2.36-9.fc37.aarch64                                               
11:20:25 #12 22.22   glibc-static-2.36-9.fc37.aarch64                                              
11:20:25 #12 22.22   guile22-2.2.7-6.fc37.aarch64                                                  
11:20:25 #12 22.22   jsoncpp-1.9.5-3.fc37.aarch64                                                  
11:20:25 #12 22.22   kernel-headers-6.1.5-200.fc37.aarch64                                         
11:20:25 #12 22.22   kmod-libs-30-2.fc37.aarch64                                                   
11:20:25 #12 22.22   less-590-5.fc37.aarch64                                                       
11:20:25 #12 22.22   libargon2-20190702-1.fc37.aarch64                                             
11:20:25 #12 22.22   libasan-12.2.1-4.fc37.aarch64                                                 
11:20:25 #12 22.22   libatomic-12.2.1-4.fc37.aarch64                                               
11:20:25 #12 22.22   libbpf-2:0.8.0-2.fc37.aarch64                                                 
11:20:25 #12 22.22   libcbor-0.7.0-7.fc37.aarch64                                                  
11:20:25 #12 22.22   libedit-3.1-43.20221009cvs.fc37.aarch64                                       
11:20:25 #12 22.22   libfdisk-2.38.1-1.fc37.aarch64                                                
11:20:25 #12 22.22   libfido2-1.11.0-3.fc37.aarch64                                                
11:20:25 #12 22.22   libmpc-1.2.1-5.fc37.aarch64                                                   
11:20:25 #12 22.22   libseccomp-2.5.3-3.fc37.aarch64                                               
11:20:25 #12 22.22   libseccomp-devel-2.5.3-3.fc37.aarch64                                         
11:20:25 #12 22.22   libselinux-devel-3.4-5.fc37.aarch64                                           
11:20:25 #12 22.22   libselinux-utils-3.4-5.fc37.aarch64                                           
11:20:25 #12 22.22   libsepol-devel-3.4-3.fc37.aarch64                                             
11:20:25 #12 22.22   libtool-2.4.7-2.fc37.aarch64                                                  
11:20:25 #12 22.22   libtool-ltdl-2.4.7-2.fc37.aarch64                                             
11:20:25 #12 22.22   libtool-ltdl-devel-2.4.7-2.fc37.aarch64                                       
11:20:25 #12 22.22   libubsan-12.2.1-4.fc37.aarch64                                                
11:20:25 #12 22.22   libutempter-1.2.1-7.fc37.aarch64                                              
11:20:25 #12 22.22   libuv-1:1.44.2-2.fc37.aarch64                                                 
11:20:25 #12 22.22   libxcrypt-devel-4.4.33-4.fc37.aarch64                                         
11:20:25 #12 22.22   libxcrypt-static-4.4.33-4.fc37.aarch64                                        
11:20:25 #12 22.22   libxkbcommon-1.4.1-2.fc37.aarch64                                             
11:20:25 #12 22.22   m4-1.4.19-4.fc37.aarch64                                                      
11:20:25 #12 22.22   make-1:4.3-11.fc37.aarch64                                                    
11:20:25 #12 22.22   openssh-8.8p1-7.fc37.aarch64                                                  
11:20:25 #12 22.22   openssh-clients-8.8p1-7.fc37.aarch64                                          
11:20:25 #12 22.22   pcre2-devel-10.40-1.fc37.1.aarch64                                            
11:20:25 #12 22.22   pcre2-utf16-10.40-1.fc37.1.aarch64                                            
11:20:25 #12 22.22   pcre2-utf32-10.40-1.fc37.1.aarch64                                            
11:20:25 #12 22.22   perl-Error-1:0.17029-10.fc37.noarch                                           
11:20:25 #12 22.22   perl-File-Compare-1.100.700-492.fc37.noarch                                   
11:20:25 #12 22.22   perl-File-Copy-2.39-492.fc37.noarch                                           
11:20:25 #12 22.22   perl-File-Find-1.40-492.fc37.noarch                                           
11:20:25 #12 22.22   perl-Git-2.39.2-1.fc37.noarch                                                 
11:20:25 #12 22.22   perl-TermReadKey-2.38-14.fc37.aarch64                                         
11:20:25 #12 22.22   perl-Thread-Queue-3.14-489.fc37.noarch                                        
11:20:25 #12 22.22   perl-lib-0.65-492.fc37.aarch64                                                
11:20:25 #12 22.22   perl-threads-1:2.27-489.fc37.aarch64                                          
11:20:25 #12 22.22   perl-threads-shared-1.64-489.fc37.aarch64                                     
11:20:25 #12 22.22   policycoreutils-3.4-6.fc37.aarch64                                            
11:20:25 #12 22.22   policycoreutils-devel-3.4-6.fc37.aarch64                                      
11:20:25 #12 22.22   policycoreutils-python-utils-3.4-6.fc37.noarch                                
11:20:25 #12 22.22   python3-audit-3.1-2.fc37.aarch64                                              
11:20:25 #12 22.22   python3-libselinux-3.4-5.fc37.aarch64                                         
11:20:25 #12 22.22   python3-libsemanage-3.4-5.fc37.aarch64                                        
11:20:25 #12 22.22   python3-policycoreutils-3.4-6.fc37.noarch                                     
11:20:25 #12 22.22   python3-setools-4.4.0-9.fc37.aarch64                                          
11:20:25 #12 22.22   python3-setuptools-62.6.0-2.fc37.noarch                                       
11:20:25 #12 22.22   qrencode-libs-4.1.1-3.fc37.aarch64                                            
11:20:25 #12 22.22   rhash-1.4.2-3.fc37.aarch64                                                    
11:20:25 #12 22.22   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
11:20:25 #12 22.22   selinux-policy-37.19-1.fc37.noarch                                            
11:20:25 #12 22.22   selinux-policy-devel-37.19-1.fc37.noarch                                      
11:20:25 #12 22.22   selinux-policy-targeted-37.19-1.fc37.noarch                                   
11:20:25 #12 22.22   systemd-251.13-5.fc37.aarch64                                                 
11:20:25 #12 22.22   systemd-devel-251.13-5.fc37.aarch64                                           
11:20:25 #12 22.22   systemd-networkd-251.13-5.fc37.aarch64                                        
11:20:25 #12 22.22   systemd-pam-251.13-5.fc37.aarch64                                             
11:20:25 #12 22.22   systemd-resolved-251.13-5.fc37.aarch64                                        
11:20:25 #12 22.22   systemd-rpm-macros-251.13-5.fc37.noarch                                       
11:20:25 #12 22.22   util-linux-2.38.1-1.fc37.aarch64                                              
11:20:25 #12 22.22   vim-filesystem-2:9.0.1367-1.fc37.noarch                                       
11:20:25 #12 22.22   which-2.21-35.fc37.aarch64                                                    
11:20:25 #12 22.22   xkeyboard-config-2.36-3.fc37.noarch                                           
11:20:25 #12 22.22 
11:20:25 #12 22.22 Complete!
11:20:25 #10 58.41 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
11:20:25 #10 58.50 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:20:25 #10 58.51 Setting up libxext6:armhf (2:1.3.3-1.1) ...
11:20:25 #10 58.53 Setting up binutils (2.35.2-2) ...
11:20:25 #10 58.54 Setting up man-db (2.9.4-2) ...
11:20:25 #12 7.979 Setting up libncurses6:amd64 (6.2+20201114-2) ...
11:20:25 #10 48.23 Setting up dpkg-dev (1.21.20+rpi1) ...
11:20:25 #10 48.25 Setting up intltool-debian (0.35.0+20060710.6) ...
11:20:25 #10 48.26 Setting up liberror-perl (0.17029-2) ...
11:20:25 #10 48.27 Setting up patchutils (0.4.2-1) ...
11:20:25 #10 48.29 Setting up gcc-12 (12.2.0-14+rpi1) ...
11:20:25 #10 48.30 Setting up libipc-run-perl (20220807.0-1) ...
11:20:25 #10 48.31 Setting up git (1:2.39.2-1.1) ...
11:20:25 #10 48.33 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:25 #10 48.34 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:20:25 #10 48.35 Setting up libhtml-parser-perl:armhf (3.81-1) ...
11:20:25 #10 48.36 Setting up librole-tiny-perl (2.002004-1) ...
11:20:25 #10 48.37 Setting up libc6-dev:armhf (2.36-8+rpi1) ...
11:20:25 #10 48.38 Setting up libfile-homedir-perl (1.006-2) ...
11:20:25 #10 48.39 Setting up libio-socket-ssl-perl (2.081-2) ...
11:20:25 #10 48.41 Setting up libpython3-stdlib:armhf (3.11.2-1) ...
11:20:25 #10 48.42 Setting up libhttp-message-perl (6.44-1) ...
11:20:25 #10 48.43 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
11:20:25 #10 48.44 Setting up python3.11 (3.11.2-4) ...
11:20:25 [100%] Linking C executable tini-static
11:20:25 [100%] Built target tini-static
11:20:25 + mkdir -p /usr/local/bin
11:20:25 + cp tini-static /usr/local/bin/docker-init
11:20:25 + VERSION=0.0.0-20230309110843-71615c2
11:20:25 + PRODUCT=docker
11:20:25 + hack/make.sh dynbinary
11:20:25 
11:20:25 #11 71.50 Selecting previously unselected package lintian.
11:20:25 #11 71.51 Preparing to unpack .../375-lintian_2.115.3ubuntu2.1_all.deb ...
11:20:25 #11 71.51 Unpacking lintian (2.115.3ubuntu2.1) ...
11:20:25 #16 exporting layers 2.4s done
11:20:25 #16 writing image sha256:27bba8cf12cab3668bedc9233f37620d67c4c022dff05d337980528d4d6bd2ea done
11:20:25 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
11:20:25 #16 DONE 2.4s
11:20:25 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/aarch64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:25 #12 9.972 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
11:20:25 #12 10.05 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
11:20:25 #12 10.06 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
11:20:25 #12 10.06 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1+deb11u1 [401 kB]
11:20:25 #12 10.07 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
11:20:25 #12 10.14 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
11:20:25 #11 62.10 Selecting previously unselected package libfile-touch-perl.
11:20:25 #11 62.10 Preparing to unpack .../154-libfile-touch-perl_0.12-1_all.deb ...
11:20:25 #11 62.11 Unpacking libfile-touch-perl (0.12-1) ...
11:20:25 #11 62.13 Selecting previously unselected package libio-pty-perl.
11:20:25 #11 62.14 Preparing to unpack .../155-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
11:20:25 #11 62.15 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:20:25 #11 62.18 Selecting previously unselected package libipc-run-perl.
11:20:25 #11 62.18 Preparing to unpack .../156-libipc-run-perl_20220807.0-1_all.deb ...
11:20:25 #11 62.19 Unpacking libipc-run-perl (20220807.0-1) ...
11:20:25 #11 62.22 Selecting previously unselected package libclass-method-modifiers-perl.
11:20:25 #11 62.22 Preparing to unpack .../157-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:20:25 #11 62.23 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:20:25 #11 62.26 Selecting previously unselected package libclass-xsaccessor-perl.
11:20:25 #11 62.26 Preparing to unpack .../158-libclass-xsaccessor-perl_1.19-4_armhf.deb ...
11:20:25 #11 62.27 Unpacking libclass-xsaccessor-perl (1.19-4) ...
11:20:25 #11 62.31 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
11:20:25 #11 62.31 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-2_armhf.deb ...
11:20:25 #11 62.32 Unpacking libb-hooks-op-check-perl:armhf (0.22-2) ...
11:20:25 #11 extracting sha256:543368fb39eebb09d53cdd07e735a73a50b9773ad9019a5563e816d88a75e067 2.7s done
11:20:25 #11 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 0.1s
11:20:25 + cd /go/tini
11:20:25 + git checkout -q v0.19.0
11:20:25 + cmake .
11:20:25 -- The C compiler identification is GNU 4.8.5
11:20:25 -- Check for working C compiler: /usr/bin/cc
11:20:25 -- Check for working C compiler: /usr/bin/cc -- works
11:20:25 -- Detecting C compiler ABI info
11:20:25 #13 6.957 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
11:20:25 #13 6.958 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.7 [76.9 kB]
11:20:25 #12 10.38 Unpacking bash-completion (1:2.8-6) ...
11:20:25 #12 DONE 10.4s
11:20:25 #12 1.054 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
11:20:25 #12 1.091 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
11:20:25 #12 1.165 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
11:20:25 #13 7.351 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-16-0 amd64 10.40-1ubuntu1 [210 kB]
11:20:25 #13 7.398 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-32-0 amd64 10.40-1ubuntu1 [197 kB]
11:20:25 #13 7.429 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-posix3 amd64 10.40-1ubuntu1 [6146 B]
11:20:25 #13 7.430 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-dev amd64 10.40-1ubuntu1 [744 kB]
11:20:25 #13 7.499 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libselinux1-dev amd64 3.4-1 [163 kB]
11:20:25 #13 7.510 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-dev amd64 2:1.02.185-1ubuntu1 [36.7 kB]
11:20:25 #13 7.512 Get:20 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libseccomp-dev amd64 2.5.4-1ubuntu1 [91.1 kB]
11:20:25 #13 7.517 Get:21 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libsystemd-dev amd64 251.4-1ubuntu7.1 [314 kB]
11:20:25 #13 7.534 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
11:20:25 #12 7.441 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
11:20:25 #12 7.444 Unpacking libuv1:arm64 (1.40.0-2) ...
11:20:25 #12 7.484 Selecting previously unselected package cmake.
11:20:25 #12 7.484 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
11:20:25 #12 7.487 Unpacking cmake (3.18.4-2+deb11u1) ...
11:20:25 #10 59.59 Setting up libmagic-mgc (1:5.44-3) ...
11:20:25 #10 59.60 Setting up libyaml-0-2:armhf (0.2.5-1) ...
11:20:25 #10 59.62 Setting up libglib2.0-0:armhf (2.74.6-1) ...
11:20:25 #10 59.63 No schema files found: doing nothing.
11:20:25 #10 59.64 Setting up distro-info-data (0.57) ...
11:20:25 #10 59.65 Setting up manpages (6.03-1) ...
11:20:25 #10 59.68 Setting up libtirpc-common (1.3.3+ds-1) ...
11:20:25 #10 59.70 Setting up unzip (6.0-28) ...
11:20:25 #10 59.71 Setting up libcbor0.8:armhf (0.8.0-2+b1) ...
11:20:25 #10 59.72 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
11:20:25 #10 59.74 Setting up libsqlite3-0:armhf (3.40.1-1) ...
11:20:25 #10 59.75 Setting up libsasl2-modules:armhf (2.1.28+dfsg-10) ...
11:20:25 #10 59.76 Setting up libfcgi-bin (2.4.2-2) ...
11:20:25 #10 59.78 Setting up binutils-common:armhf (2.40-2) ...
11:20:25 #10 59.79 Setting up libnghttp2-14:armhf (1.52.0-1) ...
11:20:25 #11 58.63 Unpacking liblist-compare-perl (0.55-1) ...
11:20:25 #11 58.66 Selecting previously unselected package liblist-someutils-perl.
11:20:25 #11 58.66 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
11:20:25 #11 58.67 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:25 #11 58.69 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:25 #11 58.70 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
11:20:25 #11 58.70 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:20:25 #11 58.73 Selecting previously unselected package liblist-utilsby-perl.
11:20:25 #11 58.73 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
11:20:25 #11 58.73 Unpacking liblist-utilsby-perl (0.11-1) ...
11:20:25 #11 58.76 Selecting previously unselected package libltdl7:armhf.
11:20:25 #11 58.76 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
11:20:25 #11 58.77 Unpacking libltdl7:armhf (2.4.6-15build2) ...
11:20:25 #11 58.80 Selecting previously unselected package libltdl-dev:armhf.
11:20:25 #11 58.80 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
11:20:25 #11 58.81 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
11:20:25 #11 58.85 Selecting previously unselected package liblzo2-2:armhf.
11:20:25 + mkdir -p /root/build-deb/cli
11:20:25 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:25 #10 58.64 Building database of manual pages ...
11:20:25 #12 7.989 Setting up pkg-config (0.29.2-1) ...
11:20:25 #12 8.038 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
11:20:25 #12 8.047 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:20:25 #12 8.056 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:20:25 #12 8.065 Setting up librhash0:amd64 (1.4.1-2) ...
11:20:25 #12 8.074 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:20:25 #12 8.088 Setting up dh-apparmor (2.13.6-10) ...
11:20:25 #12 8.096 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
11:20:25 #12 8.105 Setting up libprocps8:amd64 (2:3.3.17-5) ...
11:20:25 #12 8.114 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:20:25 #12 8.123 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:20:25 #12 8.132 Setting up procps (2:3.3.17-5) ...
11:20:25 #12 8.161 Setting up cmake (3.18.4-2+deb11u1) ...
11:20:25 #12 8.170 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:20:25 #12 8.180 Setting up dmsetup (2:1.02.175-2.1) ...
11:20:25 #12 8.190 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:20:25 #13 1.327 Reading package lists...
11:20:25 #13 1.290 Reading package lists...
11:20:25 Removing bundles/
11:20:25 
11:20:25 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:25 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:25 #11 71.89 Selecting previously unselected package manpages-dev.
11:20:25 #11 71.89 Preparing to unpack .../376-manpages-dev_5.13-1_all.deb ...
11:20:25 #11 71.90 Unpacking manpages-dev (5.13-1) ...
11:20:25 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:25 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:25 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:25 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QuzPcf
11:20:25 + umask 022
11:20:25 + cd /root/rpmbuild/BUILD
11:20:25 + cd /root/rpmbuild/BUILD
11:20:25 + rm -rf src
11:20:25 + /usr/bin/mkdir -p src
11:20:25 + cd src
11:20:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:25 + /usr/bin/tar -xof -
11:20:25 #12 10.43 debconf: delaying package configuration, since apt-utils is not installed
11:20:25 #12 10.47 Fetched 19.1 MB in 2s (9734 kB/s)
11:20:25 #12 10.49 Selecting previously unselected package libstdc++-10-dev:armhf.
11:20:25 #12 10.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 ... 17533 files and directories currently installed.)
11:20:25 #12 10.51 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:20:25 #12 10.52 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:20:25 #11 62.35 Selecting previously unselected package libdynaloader-functions-perl.
11:20:25 #11 62.36 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-2_all.deb ...
11:20:25 #11 62.36 Unpacking libdynaloader-functions-perl (0.003-2) ...
11:20:25 #11 62.39 Selecting previously unselected package libdevel-callchecker-perl.
11:20:25 #11 62.39 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
11:20:25 #11 62.40 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:25 #11 62.44 Selecting previously unselected package libparams-classify-perl:armhf.
11:20:25 #11 62.44 Preparing to unpack .../162-libparams-classify-perl_0.015-2_armhf.deb ...
11:20:25 #11 62.45 Unpacking libparams-classify-perl:armhf (0.015-2) ...
11:20:25 #11 62.48 Selecting previously unselected package libmodule-runtime-perl.
11:20:25 #11 62.48 Preparing to unpack .../163-libmodule-runtime-perl_0.016-2_all.deb ...
11:20:25 #11 62.49 Unpacking libmodule-runtime-perl (0.016-2) ...
11:20:25 #11 62.52 Selecting previously unselected package libimport-into-perl.
11:20:25 #11 62.52 Preparing to unpack .../164-libimport-into-perl_1.002005-2_all.deb ...
11:20:25 #11 62.53 Unpacking libimport-into-perl (1.002005-2) ...
11:20:25 #11 62.57 Selecting previously unselected package librole-tiny-perl.
11:20:25 #11 62.57 Preparing to unpack .../165-librole-tiny-perl_2.002004-1_all.deb ...
11:20:25 #11 62.58 Unpacking librole-tiny-perl (2.002004-1) ...
11:20:25 -- Detecting C compiler ABI info - done
11:20:25 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:25 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:20:25 -- Configuring done
11:20:25 -- Generating done
11:20:25 -- Build files have been written to: /go/tini
11:20:25 + make tini-static
11:20:25 Scanning dependencies of target tini-static
11:20:25 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:25 #13 7.107 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
11:20:25 #12 10.53 Selecting previously unselected package cmake-data.
11:20:25 #12 10.53 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
11:20:25 #12 10.54 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
11:20:25 
11:20:25 #13 [stage-1 5/8] COPY sources/ /sources
11:20:25 #12 1.240 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
11:20:25 #13 7.680 debconf: delaying package configuration, since apt-utils is not installed
11:20:25 #13 7.714 Fetched 14.1 MB in 2s (5935 kB/s)
11:20:25 #13 7.738 Selecting previously unselected package bash-completion.
11:20:25 #13 7.738 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:25 #13 7.756 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
11:20:25 #13 7.768 Unpacking bash-completion (1:2.11-6ubuntu1) ...
11:20:25 #13 7.887 Selecting previously unselected package libarchive13:amd64.
11:20:25 #13 7.887 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
11:20:25 #12 7.827 Selecting previously unselected package dh-apparmor.
11:20:25 #12 7.831 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
11:20:25 #12 7.837 Unpacking dh-apparmor (2.13.6-10) ...
11:20:25 #12 7.879 Selecting previously unselected package dmsetup.
11:20:25 #12 7.879 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
11:20:25 #12 7.883 Unpacking dmsetup (2:1.02.175-2.1) ...
11:20:25 #12 7.927 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:25 #12 7.931 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:20:25 #12 7.935 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:20:25 #12 7.978 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:25 #12 7.982 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:20:25 #10 59.81 Setting up libmagic1:armhf (1:5.44-3) ...
11:20:25 #10 59.83 Setting up libdeflate0:armhf (1.14-1) ...
11:20:25 #10 59.84 Setting up less (590-1.2) ...
11:20:25 #10 59.86 Setting up perl-openssl-defaults:armhf (7+b1) ...
11:20:25 #10 59.87 Setting up linux-libc-dev:armhf (6.1.12-1) ...
11:20:25 #10 59.89 Setting up libctf-nobfd0:armhf (2.40-2) ...
11:20:25 #10 59.93 Setting up gettext-base (0.21-12) ...
11:20:25 #10 59.94 Setting up m4 (1.4.19-3) ...
11:20:25 #10 59.96 Setting up liblzo2-2:armhf (2.10-2) ...
11:20:25 #10 59.97 Setting up libnpth0:armhf (1.6-3) ...
11:20:25 #10 59.98 Setting up krb5-locales (1.20.1-1) ...
11:20:25 #10 59.99 Setting up file (1:5.44-3) ...
11:20:25 #10 60.00 Setting up libossp-uuid16:armhf (1.6.2-1.5+b11) ...
11:20:25 #10 60.02 Setting up libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
11:20:25 #10 60.03 Setting up libassuan0:armhf (2.5.5-5) ...
11:20:25 #10 60.04 Setting up libgomp1:armhf (12.2.0-14) ...
11:20:25 #10 60.05 Setting up bzip2 (1.0.8-5+b1) ...
11:20:25 #10 60.06 Setting up libldap-common (2.5.13+dfsg-5) ...
11:20:25 #10 60.08 Setting up pbzip2 (1.1.13-1) ...
11:20:25 #10 60.09 Setting up libjbig0:armhf (2.1-6.1) ...
11:20:25 #10 60.10 Setting up librav1e0:armhf (0.5.1-6) ...
11:20:25 #10 60.11 Setting up libfakeroot:armhf (1.29-1) ...
11:20:25 #10 60.13 Setting up libjansson4:armhf (2.14-2) ...
11:20:25 #11 58.85 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
11:20:25 #11 58.85 Unpacking liblzo2-2:armhf (2.10-2build3) ...
11:20:25 #11 58.89 Selecting previously unselected package libsys-hostname-long-perl.
11:20:25 #11 58.89 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:25 #11 58.90 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:25 #11 58.92 Selecting previously unselected package libmail-sendmail-perl.
11:20:25 #11 58.93 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:20:25 #11 58.93 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:20:25 #11 58.96 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:25 #11 58.96 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:20:25 #11 58.97 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:20:25 #11 59.00 Selecting previously unselected package libmailtools-perl.
11:20:25 #11 59.00 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
11:20:25 #11 59.00 Unpacking libmailtools-perl (2.21-1) ...
11:20:25 #11 59.05 Selecting previously unselected package libmarkdown2:armhf.
11:20:25 #11 59.05 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
11:20:25 #11 59.05 Unpacking libmarkdown2:armhf (2.2.7-2) ...
11:20:25 #11 59.09 Selecting previously unselected package libmath-base85-perl.
11:20:25 + mkdir -p /root/build-deb/buildx
11:20:25 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:25 #17 exporting layers 1.8s done
11:20:25 #17 writing image sha256:22b8c49787d158b1895ca7d2e502dcb302db20a37fd3c607bb10f4a5a5d3a2fc done
11:20:25 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64
11:20:25 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
11:20:25 #17 DONE 1.8s
11:20:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
11:20:25 #12 8.199 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:20:25 #12 8.209 Setting up docker-ce-build-deps (1.0) ...
11:20:25 #12 8.219 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:25 #12 8.235 Processing triggers for man-db (2.9.4-2) ...
11:20:25 #11 61.33 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
11:20:25 #11 61.35 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:20:25 #11 61.37 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:20:25 #11 61.38 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:20:25 #11 61.39 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:20:25 #11 61.40 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:20:25 #11 61.42 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:20:25 #13 2.383 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:25 #13 2.383 dpkg-buildpackage: info: source version 1.0
11:20:25 #13 2.383 dpkg-buildpackage: info: source distribution unstable
11:20:25 #13 2.383 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:25 #13 2.421  dpkg-source --before-build .
11:20:25 #13 2.421 dpkg-buildpackage: info: host architecture arm64
11:20:25 #13 2.523  debian/rules clean
11:20:25 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oauKxO
11:20:25 + umask 022
11:20:25 + cd /root/rpmbuild/BUILD
11:20:25 + cd /root/rpmbuild/BUILD
11:20:25 + rm -rf src
11:20:25 + /usr/bin/mkdir -p src
11:20:25 + cd src
11:20:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:25 + /usr/bin/tar -xof -
11:20:25 #11 72.08 Selecting previously unselected package python3-certifi.
11:20:25 #11 72.08 Preparing to unpack .../377-python3-certifi_2022.6.15-2_all.deb ...
11:20:25 #11 72.08 Unpacking python3-certifi (2022.6.15-2) ...
11:20:25 #11 72.12 Selecting previously unselected package python3-cffi-backend:arm64.
11:20:25 #11 72.13 Preparing to unpack .../378-python3-cffi-backend_1.15.1-1_arm64.deb ...
11:20:25 #11 72.13 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
11:20:25 #11 72.17 Selecting previously unselected package python3-cryptography.
11:20:25 #11 72.17 Preparing to unpack .../379-python3-cryptography_3.4.8-2_arm64.deb ...
11:20:25 #11 72.17 Unpacking python3-cryptography (3.4.8-2) ...
11:20:25 #11 72.23 Selecting previously unselected package python3-idna.
11:20:25 #11 72.23 Preparing to unpack .../380-python3-idna_3.3-1_all.deb ...
11:20:25 #11 72.24 Unpacking python3-idna (3.3-1) ...
11:20:25 #17 exporting layers 3.3s done
11:20:25 #17 writing image sha256:1e59e46708dc278e95c30ff086b5d0ae92d3f8769e95f8a95dc6e52cc6b01f4e done
11:20:25 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
11:20:25 #17 DONE 3.4s
11:20:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/aarch64
11:20:25 #11 62.61 Selecting previously unselected package libsub-quote-perl.
11:20:25 #11 62.61 Preparing to unpack .../166-libsub-quote-perl_2.006006-1_all.deb ...
11:20:25 #11 62.62 Unpacking libsub-quote-perl (2.006006-1) ...
11:20:25 #11 62.69 Selecting previously unselected package libmoo-perl.
11:20:25 #11 62.70 Preparing to unpack .../167-libmoo-perl_2.005004-3_all.deb ...
11:20:25 #11 62.70 Unpacking libmoo-perl (2.005004-3) ...
11:20:25 #11 62.74 Selecting previously unselected package libencode-locale-perl.
11:20:25 #11 62.74 Preparing to unpack .../168-libencode-locale-perl_1.05-2_all.deb ...
11:20:25 #11 62.74 Unpacking libencode-locale-perl (1.05-2) ...
11:20:25 #11 62.77 Selecting previously unselected package libtimedate-perl.
11:20:25 #11 62.77 Preparing to unpack .../169-libtimedate-perl_2.3300-2_all.deb ...
11:20:25 #11 62.79 Unpacking libtimedate-perl (2.3300-2) ...
11:20:25 #11 62.82 Selecting previously unselected package libhttp-date-perl.
11:20:25 #11 62.83 Preparing to unpack .../170-libhttp-date-perl_6.05-1_all.deb ...
11:20:25 #11 62.83 Unpacking libhttp-date-perl (6.05-1) ...
11:20:25 #13 7.443 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu4 [12.6 kB]
11:20:25 #13 7.448 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev-dev amd64 249.11-0ubuntu3.7 [20.7 kB]
11:20:25 #13 7.456 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1 [378 kB]
11:20:25 Linking C executable tini-static
11:20:25 [100%] Built target tini-static
11:20:25 + mkdir -p /usr/local/bin
11:20:25 + cp tini-static /usr/local/bin/docker-init
11:20:25 + VERSION=0.0.0-20230309110843-71615c2
11:20:25 + PRODUCT=docker
11:20:25 + hack/make.sh dynbinary
11:20:25 
11:20:25 #13 7.893 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:20:25 #13 7.925 Selecting previously unselected package libjsoncpp25:amd64.
11:20:25 #13 7.928 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_amd64.deb ...
11:20:25 #13 7.931 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
11:20:25 #13 7.965 Selecting previously unselected package librhash0:amd64.
11:20:25 #13 7.965 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
11:20:25 #13 7.968 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
11:20:25 #13 7.997 Selecting previously unselected package libuv1:amd64.
11:20:25 #13 8.000 Preparing to unpack .../04-libuv1_1.44.2-1_amd64.deb ...
11:20:25 #13 8.003 Unpacking libuv1:amd64 (1.44.2-1) ...
11:20:25 #13 8.027 Selecting previously unselected package dh-elpa-helper.
11:20:25 #13 8.030 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:20:25 #13 8.033 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:20:25 #13 8.063 Selecting previously unselected package emacsen-common.
11:20:25 #13 8.066 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:20:25 #13 8.075 Unpacking emacsen-common (3.0.4) ...
11:20:25 #13 8.111 Selecting previously unselected package cmake-data.
11:20:25 #12 7.985 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:20:25 #12 8.017 Selecting previously unselected package libudev-dev:arm64.
11:20:25 #12 8.021 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_arm64.deb ...
11:20:25 #12 8.026 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
11:20:25 #12 8.070 Selecting previously unselected package libsepol1-dev:arm64.
11:20:25 #12 8.073 Preparing to unpack .../14-libsepol1-dev_3.1-1_arm64.deb ...
11:20:25 #12 8.077 Unpacking libsepol1-dev:arm64 (3.1-1) ...
11:20:25 #12 8.140 Selecting previously unselected package libpcre2-16-0:arm64.
11:20:25 #12 8.143 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
11:20:25 #12 8.147 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
11:20:25 #12 8.197 Selecting previously unselected package libpcre2-32-0:arm64.
11:20:25 #12 8.201 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
11:20:25 #12 8.204 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
11:20:25 #12 8.253 Selecting previously unselected package libpcre2-posix2:arm64.
11:20:25 #10 60.16 Setting up libkrb5support0:armhf (1.20.1-1) ...
11:20:25 #10 60.17 Setting up libnumber-compare-perl (0.03-3) ...
11:20:25 #10 60.18 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
11:20:25 #10 60.19 Setting up fakeroot (1.29-1) ...
11:20:25 #10 60.20 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:25 #10 60.22 Setting up perl-modules-5.36 (5.36.0-7) ...
11:20:25 #10 60.23 Setting up autotools-dev (20220109.1) ...
11:20:25 #10 60.25 Setting up libglib2.0-data (2.74.6-1) ...
11:20:25 #10 60.26 Setting up rpcsvc-proto (1.4.3-1) ...
11:20:25 #10 60.27 Setting up libjpeg62-turbo:armhf (1:2.1.5-2) ...
11:20:25 #10 60.28 Setting up libx11-data (2:1.8.4-2) ...
11:20:25 #10 60.30 Setting up make (4.3-4.1) ...
11:20:25 #10 60.31 Setting up libmpfr6:armhf (4.2.0-1) ...
11:20:25 #10 60.32 Setting up gnupg-l10n (2.2.40-1) ...
11:20:25 + set -e
11:20:25 + mkdir -p /root/build-deb/engine
11:20:25 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:25 #11 59.09 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:20:25 #11 59.09 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:20:25 #11 59.12 Selecting previously unselected package libmoox-aliases-perl.
11:20:25 #11 59.12 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:20:25 #11 59.12 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:20:25 #11 59.15 Selecting previously unselected package libnamespace-autoclean-perl.
11:20:25 #11 59.15 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:20:25 #11 59.15 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:20:25 #11 59.18 Selecting previously unselected package libobject-id-perl.
11:20:25 #11 59.18 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:20:25 #11 59.19 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:25 #11 59.22 Selecting previously unselected package libmoox-struct-perl.
11:20:25 #11 59.22 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
11:20:25 #11 59.22 Unpacking libmoox-struct-perl (0.020-1) ...
11:20:25 #11 59.26 Selecting previously unselected package libmouse-perl.
11:20:25 #11 59.26 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
11:20:25 #11 59.26 Unpacking libmouse-perl (2.5.10-1build4) ...
11:20:25 #11 59.30 Selecting previously unselected package libpackage-stash-xs-perl.
11:20:25 #11 59.30 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
11:20:25 #11 59.30 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:20:25 #11 59.33 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:25 #11 59.33 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:20:25 #11 59.34 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:20:25 #11 59.37 Selecting previously unselected package libperlio-gzip-perl.
11:20:25 #11 59.37 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
11:20:25 #11 59.38 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:20:25 #11 59.41 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:25 #13 2.525 dh clean
11:20:25 #13 2.617    dh_clean
11:20:25 #13 2.657  debian/rules binary
11:20:25 #13 2.661 dh binary
11:20:25 #13 2.740    dh_update_autotools_config
11:20:25 #13 2.770    dh_autoreconf
11:20:25 #11 72.28 Selecting previously unselected package python3-nacl.
11:20:25 #11 72.28 Preparing to unpack .../381-python3-nacl_1.5.0-2_arm64.deb ...
11:20:25 #11 72.29 Unpacking python3-nacl (1.5.0-2) ...
11:20:25 #11 72.33 Selecting previously unselected package python3-six.
11:20:25 #11 72.33 Preparing to unpack .../382-python3-six_1.16.0-4_all.deb ...
11:20:25 #11 72.33 Unpacking python3-six (1.16.0-4) ...
11:20:25 #11 72.37 Selecting previously unselected package python3-bcrypt.
11:20:25 #11 72.37 Preparing to unpack .../383-python3-bcrypt_3.2.0-1build1_arm64.deb ...
11:20:25 #11 72.37 Unpacking python3-bcrypt (3.2.0-1build1) ...
11:20:25 #11 72.41 Selecting previously unselected package python3-paramiko.
11:20:25 #11 72.42 Preparing to unpack .../384-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
11:20:25 #11 72.42 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
11:20:25 #11 72.47 Selecting previously unselected package python3-urllib3.
11:20:25 #11 72.47 Preparing to unpack .../385-python3-urllib3_1.26.9-1_all.deb ...
11:20:25 #11 72.48 Unpacking python3-urllib3 (1.26.9-1) ...
11:20:26 + set -e
11:20:26 #13 2.658 dh_testdir
11:20:26 #13 2.680 dh_testroot
11:20:26 + mkdir -p /root/build-deb/engine
11:20:26 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:26 #13 2.700 dh_prep
11:20:26 #13 2.724 dh_testdir
11:20:26 #13 2.746 dh_testroot
11:20:26 #13 2.766 dh_install
11:20:26 #13 2.795 dh_installdocs
11:20:26 #13 2.831 dh_installchangelogs
11:20:26 #13 2.909 dh_compress
11:20:26 #13 2.951 dh_fixperms
11:20:26 #11 62.86 Selecting previously unselected package libfile-listing-perl.
11:20:26 #11 62.86 Preparing to unpack .../171-libfile-listing-perl_6.15-1_all.deb ...
11:20:26 #11 62.87 Unpacking libfile-listing-perl (6.15-1) ...
11:20:26 #11 62.91 Selecting previously unselected package libhtml-tagset-perl.
11:20:26 #11 62.91 Preparing to unpack .../172-libhtml-tagset-perl_3.20-4_all.deb ...
11:20:26 #11 62.92 Unpacking libhtml-tagset-perl (3.20-4) ...
11:20:26 #11 62.95 Selecting previously unselected package liburi-perl.
11:20:26 #11 62.95 Preparing to unpack .../173-liburi-perl_5.12-1ubuntu1_all.deb ...
11:20:26 #11 62.95 Unpacking liburi-perl (5.12-1ubuntu1) ...
11:20:26 #11 62.99 Selecting previously unselected package libhtml-parser-perl:armhf.
11:20:26 #11 62.99 Preparing to unpack .../174-libhtml-parser-perl_3.78-1_armhf.deb ...
11:20:26 #11 62.99 Unpacking libhtml-parser-perl:armhf (3.78-1) ...
11:20:26 #11 63.03 Selecting previously unselected package libhtml-tree-perl.
11:20:26 #11 63.03 Preparing to unpack .../175-libhtml-tree-perl_5.07-2_all.deb ...
11:20:26 #11 63.03 Unpacking libhtml-tree-perl (5.07-2) ...
11:20:26 + STATUS=0
11:20:26 + '[' 0 -ne 0 ']'
11:20:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:26 + /usr/bin/tar -xof -
11:20:26 #12 10.89 Selecting previously unselected package g++-10.
11:20:26 #12 10.90 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
11:20:26 #12 10.90 Unpacking g++-10 (10.2.1-6+rpi1) ...
11:20:26 #13 7.599 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB]
11:20:26 #13 7.633 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-32-0 amd64 10.39-3ubuntu0.1 [194 kB]
11:20:26 #13 7.663 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-posix3 amd64 10.39-3ubuntu0.1 [6130 B]
11:20:26 #13 7.665 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-dev amd64 10.39-3ubuntu0.1 [730 kB]
11:20:26 #13 7.727 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build2 [158 kB]
11:20:26 #13 7.736 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu4 [36.6 kB]
11:20:26 #13 7.739 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB]
11:20:26 Removing bundles/
11:20:26 
11:20:26 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:26 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:26 #10 49.30 Setting up libhttp-negotiate-perl (6.01-2) ...
11:20:26 #10 49.31 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:26 #10 49.32 Setting up libtool (2.4.7-5) ...
11:20:26 #10 49.33 Setting up po-debconf (1.0.21+nmu1) ...
11:20:26 #10 49.35 Setting up libhtml-tree-perl (5.07-3) ...
11:20:26 #10 49.36 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
11:20:26 #10 49.37 Setting up python3 (3.11.2-1) ...
11:20:26 #13 8.114 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
11:20:26 #13 8.122 Unpacking cmake-data (3.24.2-1ubuntu1) ...
11:20:26 #12 8.257 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
11:20:26 #12 8.261 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
11:20:26 #12 8.294 Selecting previously unselected package libpcre2-dev:arm64.
11:20:26 #12 8.298 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
11:20:26 #12 8.303 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
11:20:26 #12 8.389 Selecting previously unselected package libselinux1-dev:arm64.
11:20:26 #12 8.393 Preparing to unpack .../19-libselinux1-dev_3.1-3_arm64.deb ...
11:20:26 #12 8.396 Unpacking libselinux1-dev:arm64 (3.1-3) ...
11:20:26 #12 8.453 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:26 #12 8.457 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
11:20:26 #12 8.461 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:20:26 #12 8.493 Selecting previously unselected package libseccomp-dev:arm64.
11:20:26 #10 60.34 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:20:26 #10 60.35 Setting up strace (6.1-0.1) ...
11:20:26 #10 60.36 Setting up xz-utils (5.4.1-0.2) ...
11:20:26 #10 60.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:26 #10 60.39 Setting up t1utils (1.41-4) ...
11:20:26 #10 60.40 Setting up diffstat (1.65-1) ...
11:20:26 #10 60.42 Setting up libpng16-16:armhf (1.6.39-2) ...
11:20:26 #10 60.43 Setting up libmpc3:armhf (1.3.1-1) ...
11:20:26 #10 60.44 Setting up libatomic1:armhf (12.2.0-14) ...
11:20:26 #10 60.45 Setting up patch (2.7.6-7) ...
11:20:26 #10 60.46 Setting up autopoint (0.21-12) ...
11:20:26 #10 60.48 Setting up fonts-dejavu-core (2.37-5) ...
11:20:26 #12 11.03 Selecting previously unselected package libarchive13:armhf.
11:20:26 #12 11.03 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
11:20:26 #12 11.04 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
11:20:26 #12 11.11 Selecting previously unselected package libjsoncpp1:armhf.
11:20:26 #12 11.11 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
11:20:26 #12 11.12 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
11:20:26 #12 11.16 Selecting previously unselected package librhash0:armhf.
11:20:26 #12 11.16 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
11:20:26 #12 11.17 Unpacking librhash0:armhf (1.3.8-1) ...
11:20:26 #12 11.22 Selecting previously unselected package libuv1:armhf.
11:20:26 #12 11.23 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
11:20:26 #12 11.23 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
11:20:26 #12 11.27 Selecting previously unselected package cmake.
11:20:26 #12 11.27 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
11:20:26 #12 11.28 Unpacking cmake (3.16.3-3~bpo10+1) ...
11:20:26 #11 59.41 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
11:20:26 #11 59.44 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:26 #11 59.51 Selecting previously unselected package libpod-parser-perl.
11:20:26 #11 59.51 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
11:20:26 #11 59.52 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:26 #11 59.54 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:26 #11 59.54 Unpacking libpod-parser-perl (1.63-2) ...
11:20:26 #11 59.57 Selecting previously unselected package libpod-constants-perl.
11:20:26 #11 59.57 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
11:20:26 #11 59.58 Unpacking libpod-constants-perl (0.19-2) ...
11:20:26 #11 59.61 Selecting previously unselected package libproc-processtable-perl:armhf.
11:20:26 #11 59.61 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
11:20:26 #11 59.61 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
11:20:26 #13 2.812    create-stamp debian/debhelper-build-stamp
11:20:26 #13 2.812    dh_prep
11:20:26 #13 2.842    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:26 #13 2.895    dh_install
11:20:26 #13 2.930    dh_installdocs
11:20:26 #13 2.970    dh_installchangelogs
11:20:26 + mkdir -p /root/build-deb/compose
11:20:26 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:26 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:26 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:26 + mkdir -p /go/src/github.com/docker
11:20:26 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:26 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:26 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:26 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:26 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:26 + EPOCH=5
11:20:26 + EPOCH_SEP=
11:20:26 + [[ ! -z 5 ]]
11:20:26 + EPOCH_SEP=:
11:20:26 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:26 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:26 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:26 + VERSION=0.0.0-20230309110843-71615c2
11:20:26 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:26 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:26 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:26 + debSource=docker-ce
11:20:26 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:26 + debMaintainer='Docker <support@docker.com>'
11:20:26 ++ date --rfc-2822
11:20:26 + debDate='Fri, 10 Mar 2023 11:20:25 +0000'
11:20:26 + pkgRevision=1
11:20:26 + cat
11:20:26 + export CLI_GITCOMMIT=71615c2
11:20:26 + CLI_GITCOMMIT=71615c2
11:20:26 + export ENGINE_GITCOMMIT=31a9532
11:20:26 + ENGINE_GITCOMMIT=31a9532
11:20:26 + export SCAN_GITCOMMIT=6c852fa
11:20:26 + SCAN_GITCOMMIT=6c852fa
11:20:26 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:26 + dpkg-buildpackage -uc -us -I.git
11:20:26 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:26 dpkg-buildpackage: info: source package docker-ce
11:20:26 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal
11:20:26 dpkg-buildpackage: info: source distribution focal
11:20:26 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:26  dpkg-source -I.git --before-build .
11:20:26 dpkg-buildpackage: info: host architecture amd64
11:20:26 #11 72.52 Selecting previously unselected package python3-requests.
11:20:26 #11 72.53 Preparing to unpack .../386-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
11:20:26 #11 72.53 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:26 #11 72.57 Selecting previously unselected package python3-unidiff.
11:20:26 #11 72.57 Preparing to unpack .../387-python3-unidiff_0.7.3-1_all.deb ...
11:20:26 #11 72.58 Unpacking python3-unidiff (0.7.3-1) ...
11:20:26 #11 72.62 Selecting previously unselected package zstd.
11:20:26 #11 72.62 Preparing to unpack .../388-zstd_1.5.2+dfsg-1_arm64.deb ...
11:20:26 #11 72.62 Unpacking zstd (1.5.2+dfsg-1) ...
11:20:26 #11 72.67 Selecting previously unselected package equivs.
11:20:26 #11 72.67 Preparing to unpack .../389-equivs_2.3.1_all.deb ...
11:20:26 #11 72.67 Unpacking equivs (2.3.1) ...
11:20:26 #11 72.71 Selecting previously unselected package libauthen-sasl-perl.
11:20:26 #11 72.71 Preparing to unpack .../390-libauthen-sasl-perl_2.1600-2_all.deb ...
11:20:26 #11 72.71 Unpacking libauthen-sasl-perl (2.1600-2) ...
11:20:26 #11 72.75 Selecting previously unselected package python3-magic.
11:20:26 #11 72.76 Preparing to unpack .../391-python3-magic_2%3a0.4.26-2_all.deb ...
11:20:26 #11 72.76 Unpacking python3-magic (2:0.4.26-2) ...
11:20:26 + mkdir -p /root/build-deb/cli
11:20:26 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:26 #13 3.002 dh_installdeb
11:20:26 #13 3.032 dh_gencontrol
11:20:26 #13 3.159 dh_md5sums
11:20:26 #13 3.192 dh_builddeb
11:20:26 #13 3.215 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:26 #11 61.91 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
11:20:26 #11 62.00 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:26 #11 62.01 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:20:26 #11 62.02 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:20:26 #11 62.03 Setting up python3 (3.8.2-0ubuntu2) ...
11:20:26 #11 63.09 Selecting previously unselected package libio-html-perl.
11:20:26 #11 63.09 Preparing to unpack .../176-libio-html-perl_1.004-3_all.deb ...
11:20:26 #11 63.10 Unpacking libio-html-perl (1.004-3) ...
11:20:26 #11 63.13 Selecting previously unselected package liblwp-mediatypes-perl.
11:20:26 #11 63.14 Preparing to unpack .../177-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:20:26 #11 63.14 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:20:26 #11 63.17 Selecting previously unselected package libhttp-message-perl.
11:20:26 #11 63.18 Preparing to unpack .../178-libhttp-message-perl_6.37-1_all.deb ...
11:20:26 #11 63.18 Unpacking libhttp-message-perl (6.37-1) ...
11:20:26 #11 63.22 Selecting previously unselected package libhttp-cookies-perl.
11:20:26 #11 63.22 Preparing to unpack .../179-libhttp-cookies-perl_6.10-1_all.deb ...
11:20:26 #11 63.23 Unpacking libhttp-cookies-perl (6.10-1) ...
11:20:26 #11 63.26 Selecting previously unselected package libhttp-negotiate-perl.
11:20:26 #11 63.26 Preparing to unpack .../180-libhttp-negotiate-perl_6.01-1_all.deb ...
11:20:26 #11 63.26 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:20:26 #11 63.30 Selecting previously unselected package perl-openssl-defaults:armhf.
11:20:26 #11 63.30 Preparing to unpack .../181-perl-openssl-defaults_7_armhf.deb ...
11:20:26 #11 63.31 Unpacking perl-openssl-defaults:armhf (7) ...
11:20:26 + STATUS=0
11:20:26 + '[' 0 -ne 0 ']'
11:20:26 + /usr/bin/tar -xof -
11:20:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:26 #13 7.889 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.7 [317 kB]
11:20:26 #10 49.48 Setting up gcc (4:12.2.0-1+rpi1) ...
11:20:26 #10 49.51 Setting up dh-autoreconf (20) ...
11:20:26 #10 49.52 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:26 #10 49.54 Setting up dh-strip-nondeterminism (1.13.1-1) ...
11:20:26 #10 49.55 Setting up libimport-into-perl (1.002005-2) ...
11:20:26 #10 49.56 Setting up libmoo-perl (2.005005-1) ...
11:20:26 #10 49.57 Setting up debhelper (13.11.4) ...
11:20:26 #10 49.58 Setting up equivs (2.3.1) ...
11:20:26 #10 49.59 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:26 #10 49.61 Setting up libwww-perl (6.67-1) ...
11:20:26 #10 49.62 Setting up libdigest-md5-file-perl (0.08-1.1) ...
11:20:26 #10 49.63 Setting up devscripts (2.23.2) ...
11:20:26 #13 8.493 Selecting previously unselected package cmake.
11:20:26 #13 8.497 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_amd64.deb ...
11:20:26 #13 8.500 Unpacking cmake (3.24.2-1ubuntu1) ...
11:20:26 #13 8.658 Selecting previously unselected package dh-apparmor.
11:20:26 #13 8.661 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
11:20:26 #13 8.664 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
11:20:26 #12 8.497 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
11:20:26 #12 8.501 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:20:26 #12 8.540 Selecting previously unselected package libsystemd-dev:arm64.
11:20:26 #12 8.544 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
11:20:26 #12 8.547 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
11:20:26 #12 8.653 Selecting previously unselected package pkg-config.
11:20:26 #12 8.657 Preparing to unpack .../23-pkg-config_0.29.2-1_arm64.deb ...
11:20:26 #12 8.661 Unpacking pkg-config (0.29.2-1) ...
11:20:26 #12 8.706 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:20:26 #12 8.717 Setting up libsepol1-dev:arm64 (3.1-1) ...
11:20:26 #12 8.727 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
11:20:26 #12 8.739 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
11:20:26 #12 8.749 Setting up libuv1:arm64 (1.40.0-2) ...
11:20:26 #10 60.58 Setting up libgav1-1:armhf (0.18.0-1+b1) ...
11:20:26 #10 60.59 Setting up libxdelta2:armhf (1.1.3-10.4) ...
11:20:26 #10 60.61 Setting up libncursesw6:armhf (6.4-2) ...
11:20:26 #10 60.62 Setting up libk5crypto3:armhf (1.20.1-1) ...
11:20:26 #10 60.64 Setting up libdav1d6:armhf (1.0.0-2) ...
11:20:26 #10 60.65 Setting up libltdl7:armhf (2.4.7-5) ...
11:20:26 #10 60.66 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
11:20:26 #10 60.67 Setting up libx265-199:armhf (3.5-2+b1) ...
11:20:26 #10 60.69 Setting up libwebp7:armhf (1.2.4-0.1) ...
11:20:26 #10 60.71 Setting up libubsan1:armhf (12.2.0-14) ...
11:20:26 #10 60.72 Setting up python-apt-common (2.5.3) ...
11:20:26 #10 60.73 Setting up sensible-utils (0.0.17+nmu1) ...
11:20:26 #10 60.74 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
11:20:26 #10 60.75 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
11:20:26 #10 60.76 Setting up libtiff6:armhf (4.5.0-5) ...
11:20:26 #10 60.78 Setting up libasan8:armhf (12.2.0-14) ...
11:20:26 #10 60.79 Setting up libuchardet0:armhf (0.0.7-1) ...
11:20:26 #10 60.80 Setting up lzop (1.04-2) ...
11:20:26 #10 60.81 Setting up git-man (1:2.39.2-1.1) ...
11:20:26 #10 60.83 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
11:20:26 #10 60.84 Setting up netbase (6.4) ...
11:20:26 #10 60.87 Setting up libkrb5-3:armhf (1.20.1-1) ...
11:20:26 #10 60.88 Setting up libbinutils:armhf (2.40-2) ...
11:20:26 #10 60.89 Setting up lsb-release (12.0-1) ...
11:20:26 #10 60.91 Setting up libfido2-1:armhf (1.12.0-2) ...
11:20:26 #12 11.62 Selecting previously unselected package dh-apparmor.
11:20:26 #12 11.62 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
11:20:26 #11 59.65 Selecting previously unselected package libre2-9:armhf.
11:20:26 #11 59.65 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
11:20:26 #11 59.66 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
11:20:26 #11 59.69 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:20:26 #11 59.69 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
11:20:26 #11 59.69 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
11:20:26 #11 59.73 Selecting previously unselected package libreadonly-perl.
11:20:26 #11 59.73 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
11:20:26 #11 59.73 Unpacking libreadonly-perl (2.050-3) ...
11:20:26 #11 59.77 Selecting previously unselected package libref-util-perl.
11:20:26 #11 59.77 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
11:20:26 #11 59.77 Unpacking libref-util-perl (0.204-1) ...
11:20:26 #11 59.80 Selecting previously unselected package libref-util-xs-perl.
11:20:26 #11 59.80 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
11:20:26 #11 59.81 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:20:26 #11 59.84 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:26 #13 3.058    dh_perl
11:20:26 #13 3.095    dh_link
11:20:26 #13 3.130    dh_strip_nondeterminism
11:20:26 #13 3.200    dh_compress
11:20:26 #13 3.243    dh_fixperms
11:20:26 #13 3.288    dh_missing
11:20:26 #13 3.315    dh_installdeb
11:20:26  debian/rules clean
11:20:26 dh clean --with=bash-completion
11:20:26    dh_clean
11:20:26 #11 72.82 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
11:20:26 #11 72.83 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
11:20:26 #11 72.84 Setting up media-types (8.0.0) ...
11:20:26 #11 72.86 Setting up libpipeline1:arm64 (1.5.6-2) ...
11:20:26 #11 72.87 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
11:20:26 #11 72.88 Setting up wdiff (1.2.2-2build3) ...
11:20:26 #11 72.89 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
11:20:26 #11 72.90 Setting up libre2-9:arm64 (20220601+dfsg-1) ...
11:20:26 #11 72.92 Setting up libkeyutils1:arm64 (1.6.3-1) ...
11:20:26 #11 72.93 Setting up lto-disabled-list (35) ...
11:20:26 #11 72.94 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
11:20:26 #11 72.95 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
11:20:26 #11 72.96 Setting up libsodium23:arm64 (1.0.18-1build2) ...
11:20:26 #11 72.97 Setting up bsdextrautils (2.38-4ubuntu1) ...
11:20:26 #11 72.98 Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ...
11:20:26 #11 72.99 Setting up libtext-glob-perl (0.11-2) ...
11:20:26 #11 73.00 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
11:20:26 #11 73.03 Setting up libmagic-mgc (1:5.41-4) ...
11:20:26 #11 73.04 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:20:26 #11 73.05 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
11:20:26 #11 73.06 No schema files found: doing nothing.
11:20:26 #11 73.07 Setting up distro-info-data (0.54ubuntu0.1) ...
11:20:26 #11 73.08 Setting up manpages (5.13-1) ...
11:20:26 #11 73.09 Setting up libtirpc-common (1.3.3+ds-1) ...
11:20:26 #11 73.10 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
11:20:26 #11 73.12 Setting up unzip (6.0-27ubuntu1) ...
11:20:26 + mkdir -p /root/build-deb/cli
11:20:26 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:26 + mkdir -p /root/build-deb/buildx
11:20:26 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:26 #13 3.240 
11:20:26 #13 3.240 The package has been created.
11:20:26 #13 3.240 Attention, the package has been created in the current directory,
11:20:26 #13 3.240 not in ".." as indicated by the message above!
11:20:26 #13 3.266 Selecting previously unselected package docker-ce-build-deps.
11:20:26 #13 3.282 (Reading database ... 26292 files and directories currently installed.)
11:20:26 #13 3.284 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:26 #13 3.288 Unpacking docker-ce-build-deps (1.0) ...
11:20:26 #12 23.35 Last metadata expiration check: 0:00:38 ago on Fri Mar 10 11:19:48 2023.
11:20:26 #12 23.76 Package bash-5.2.15-1.fc37.aarch64 is already installed.
11:20:26 #13 DONE 0.9s
11:20:26 
11:20:26 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:26 #11 63.33 Selecting previously unselected package libnet-ssleay-perl:armhf.
11:20:26 #11 63.34 Preparing to unpack .../182-libnet-ssleay-perl_1.92-2_armhf.deb ...
11:20:26 #11 63.34 Unpacking libnet-ssleay-perl:armhf (1.92-2) ...
11:20:26 #11 63.39 Selecting previously unselected package libio-socket-ssl-perl.
11:20:26 #11 63.39 Preparing to unpack .../183-libio-socket-ssl-perl_2.074-2_all.deb ...
11:20:26 #11 63.39 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:20:26 #11 63.43 Selecting previously unselected package libnet-http-perl.
11:20:26 #11 63.43 Preparing to unpack .../184-libnet-http-perl_6.22-1_all.deb ...
11:20:26 #11 63.44 Unpacking libnet-http-perl (6.22-1) ...
11:20:26 #11 63.47 Selecting previously unselected package liblwp-protocol-https-perl.
11:20:26 #11 63.47 Preparing to unpack .../185-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:20:26 #11 63.48 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:20:26 #11 63.51 Selecting previously unselected package libtry-tiny-perl.
11:20:26 #11 63.52 Preparing to unpack .../186-libtry-tiny-perl_0.31-1_all.deb ...
11:20:26 #11 63.52 Unpacking libtry-tiny-perl (0.31-1) ...
11:20:26 #11 63.55 Selecting previously unselected package libwww-robotrules-perl.
11:20:26 #11 63.55 Preparing to unpack .../187-libwww-robotrules-perl_6.02-1_all.deb ...
11:20:26 #11 63.56 Unpacking libwww-robotrules-perl (6.02-1) ...
11:20:26 #11 63.58 Selecting previously unselected package libwww-perl.
11:20:26 #11 63.59 Preparing to unpack .../188-libwww-perl_6.67-1_all.deb ...
11:20:26 #11 63.59 Unpacking libwww-perl (6.67-1) ...
11:20:26 #11 63.63 Selecting previously unselected package patchutils.
11:20:26 #11 63.63 Preparing to unpack .../189-patchutils_0.4.2-1build2_armhf.deb ...
11:20:26 #11 63.63 Unpacking patchutils (0.4.2-1build2) ...
11:20:26 + STATUS=0
11:20:26 + '[' 0 -ne 0 ']'
11:20:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:26 + RPM_EC=0
11:20:26 ++ jobs -p
11:20:26 + exit 0
11:20:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZFPPQN
11:20:26 + umask 022
11:20:26 + cd /root/rpmbuild/BUILD
11:20:26 + cd src
11:20:26 + export DOCKER_GITCOMMIT=31a9532
11:20:26 + DOCKER_GITCOMMIT=31a9532
11:20:26 + mkdir -p /go/src/github.com/docker
11:20:26 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:26 + pushd /root/rpmbuild/BUILD/src/engine
11:20:26 + TMP_GOPATH=/go
11:20:26 + hack/dockerfile/install/install.sh tini
11:20:26 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:26 + RM_GOPATH=0
11:20:26 + TMP_GOPATH=/go
11:20:26 + : /usr/local/bin
11:20:26 + '[' -z /go ']'
11:20:26 + export GOPATH=/go
11:20:26 + GOPATH=/go
11:20:26 + case "$(go env GOARCH)" in
11:20:26 ++ go env GOARCH
11:20:26 + export GO_BUILDMODE=-buildmode=pie
11:20:26 + GO_BUILDMODE=-buildmode=pie
11:20:26 ++ dirname hack/dockerfile/install/install.sh
11:20:26 + dir=hack/dockerfile/install
11:20:26 + bin=tini
11:20:26 + shift
11:20:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:26 + . hack/dockerfile/install/tini.installer
11:20:26 ++ : v0.19.0
11:20:26 + install_tini
11:20:26 + echo 'Install tini version v0.19.0'
11:20:26 Install tini version v0.19.0
11:20:26 + git clone https://github.com/krallin/tini.git /go/tini
11:20:26 Cloning into '/go/tini'...
11:20:26 #13 8.309 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.7 [306 kB]
11:20:26 #10 49.81 Processing triggers for libc-bin (2.36-8+rpi1) ...
11:20:26 #13 8.695 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:26 #13 8.697 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:20:26 #13 8.700 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:20:26 #13 8.723 Selecting previously unselected package libudev-dev:amd64.
11:20:26 #13 8.726 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7.1_amd64.deb ...
11:20:26 #13 8.730 Unpacking libudev-dev:amd64 (251.4-1ubuntu7.1) ...
11:20:26 #13 8.760 Selecting previously unselected package libsepol-dev:amd64.
11:20:26 #13 8.763 Preparing to unpack .../12-libsepol-dev_3.4-2_amd64.deb ...
11:20:26 #13 8.766 Unpacking libsepol-dev:amd64 (3.4-2) ...
11:20:26 #13 8.842 Selecting previously unselected package libpcre2-16-0:amd64.
11:20:26 #13 8.845 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_amd64.deb ...
11:20:26 #13 8.849 Unpacking libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
11:20:26 #13 8.880 Selecting previously unselected package libpcre2-32-0:amd64.
11:20:26 #12 8.760 Setting up bash-completion (1:2.11-2) ...
11:20:26 #10 60.92 Setting up libisl23:armhf (0.25-1) ...
11:20:26 #10 60.93 Setting up libde265-0:armhf (1.0.11-1) ...
11:20:26 #10 60.95 Setting up libc-dev-bin (2.36-8) ...
11:20:26 #10 60.96 Setting up openssl (3.0.8-1) ...
11:20:26 #10 60.98 Setting up libbsd0:armhf (0.11.7-2) ...
11:20:26 #10 60.99 Setting up libyuv0:armhf (0.0~git20230123.b2528b0-1) ...
11:20:26 #10 61.00 Setting up libelf1:armhf (0.188-2.1) ...
11:20:26 #10 61.02 Setting up readline-common (8.2-1.3) ...
11:20:26 #10 61.03 Setting up publicsuffix (20230209.2326-1) ...
11:20:26 #10 61.04 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
11:20:26 #10 61.06 Setting up zstd (1.5.4+dfsg2-3) ...
11:20:26 #10 61.07 Setting up libmarkdown2:armhf (2.2.7-2) ...
11:20:26 #10 61.08 Setting up libcc1-0:armhf (12.2.0-14) ...
11:20:26 #10 61.09 Setting up iso-codes (4.13.0-1) ...
11:20:26 #10 61.11 Setting up liblocale-gettext-perl (1.07-5) ...
11:20:26 #10 61.12 Setting up dctrl-tools (2.24-3) ...
11:20:26 #12 11.65   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          63/95 
11:20:26 #12 20.65   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            64/95 
11:20:26 #12 20.66   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       65/95 
11:20:26 #12 20.67   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64              66/95 
11:20:26 #12 20.77   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             67/95 
11:20:26 #12 20.78   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             67/95 
11:20:26 #12 20.79   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64               68/95 
11:20:26 #12 20.80   Installing       : libcbor-0.7.0-5.fc36.x86_64                          69/95 
11:20:26 #12 20.80   Installing       : libfido2-1.10.0-5.fc36.x86_64                        70/95 
11:20:26 #12 20.82   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64                71/95 
11:20:26 #12 20.83   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64                71/95 
11:20:26 #12 20.92   Installing       : git-core-2.39.2-1.fc36.x86_64                        72/95 
11:20:26 #12 20.95   Installing       : git-core-doc-2.39.2-1.fc36.noarch                    73/95 
11:20:26 #12 20.97   Installing       : perl-Git-2.39.2-1.fc36.noarch                        74/95 
11:20:26 #12 20.97   Installing       : git-2.39.2-1.fc36.x86_64                             75/95 
11:20:26 #12 20.98   Installing       : kmod-libs-29-7.fc36.x86_64                           76/95 
11:20:26 #12 20.99   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            77/95 
11:20:26 #12 21.00   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  78/95 
11:20:26 #12 21.01   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 79/95 
11:20:26 #12 21.02   Installing       : systemd-networkd-250.10-2.fc36.x86_64                80/95 
11:20:26 #12 21.03   Running scriptlet: systemd-networkd-250.10-2.fc36.x86_64                80/95 
11:20:26 #12 21.05   Installing       : systemd-pam-250.10-2.fc36.x86_64                     81/95 
11:20:26 #12 21.06   Installing       : systemd-resolved-250.10-2.fc36.x86_64                82/95 
11:20:26 #12 21.06   Running scriptlet: systemd-resolved-250.10-2.fc36.x86_64                82/95 
11:20:26 #12 21.19   Installing       : systemd-250.10-2.fc36.x86_64                         83/95 
11:20:26 #12 21.20   Running scriptlet: systemd-250.10-2.fc36.x86_64                         83/95 
11:20:26 #12 21.35 Creating group 'input' with GID 104.
11:20:26 #12 21.35 Creating group 'kvm' with GID 36.
11:20:26 #12 21.35 Creating group 'render' with GID 105.
11:20:26 #12 21.35 Creating group 'sgx' with GID 106.
11:20:26 #12 21.35 Creating group 'systemd-journal' with GID 190.
11:20:26 #12 21.35 Creating group 'systemd-network' with GID 192.
11:20:26 #12 21.35 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:20:26 #12 21.35 Creating group 'systemd-oom' with GID 998.
11:20:26 #12 21.35 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:20:26 #12 21.35 Creating group 'systemd-resolve' with GID 193.
11:20:26 #12 21.35 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:20:26 #12 21.35 
11:20:26 #12 21.37   Installing       : systemd-devel-250.10-2.fc36.x86_64                   84/95 
11:20:26 #12 21.38   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                          85/95 
11:20:26 #12 21.66   Installing       : cmake-data-3.25.2-1.fc36.noarch                      86/95 
11:20:26 #12 21.81   Installing       : cmake-3.25.2-1.fc36.x86_64                           87/95 
11:20:26 #12 21.82   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64           88/95 
11:20:26 #12 21.84   Installing       : libtool-2.4.7-1.fc36.x86_64                          89/95 
11:20:26 #12 21.85   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               90/95 
11:20:26 #12 21.86   Installing       : annobin-plugin-gcc-11.06-2.fc36.x86_64               91/95 
11:20:26 #12 21.86   Running scriptlet: annobin-plugin-gcc-11.06-2.fc36.x86_64               91/95 
11:20:26 #12 11.64 Unpacking dh-apparmor (2.13.2-10) ...
11:20:26 #12 11.68 Selecting previously unselected package dmsetup.
11:20:26 #12 11.68 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_armhf.deb ...
11:20:26 #12 11.69 Unpacking dmsetup (2:1.02.155-3) ...
11:20:26 #12 11.73 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:26 #12 11.74 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
11:20:26 #12 11.74 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:20:26 #12 11.79 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:26 #12 11.80 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
11:20:26 #12 11.80 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
11:20:26 #11 59.84 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:20:26 #11 59.85 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:20:26 #11 59.88 Selecting previously unselected package libregexp-pattern-perl.
11:20:26 #11 59.88 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:26 #11 59.88 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:26 #11 59.91 Selecting previously unselected package libsasl2-modules:armhf.
11:20:26 #11 59.92 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ...
11:20:26 #11 59.92 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:26 #11 59.96 Selecting previously unselected package libsereal-decoder-perl.
11:20:26 #11 59.96 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
11:20:26 #11 59.97 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:20:26 #11 59.99 Selecting previously unselected package libsereal-encoder-perl:armhf.
11:20:26 #11 59.99 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
11:20:26 #11 60.00 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
11:20:26 #11 60.03 Selecting previously unselected package libset-intspan-perl.
11:20:26 #11 60.03 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
11:20:26 #11 60.03 Unpacking libset-intspan-perl (1.19-2) ...
11:20:26 #11 60.06 Selecting previously unselected package libsocket6-perl.
11:20:26 #11 60.06 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
11:20:26 #11 60.07 Unpacking libsocket6-perl (0.29-1build4) ...
11:20:26 #11 60.09 Selecting previously unselected package libstring-copyright-perl.
11:20:26 #11 60.09 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
11:20:26 #11 60.10 Unpacking libstring-copyright-perl (0.003012-1) ...
11:20:26 #11 60.13 Selecting previously unselected package libstring-escape-perl.
11:20:26 #11 60.13 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
11:20:26 #11 60.13 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:26 #11 60.16 Selecting previously unselected package libstring-shellquote-perl.
11:20:26 #13 3.350    dh_gencontrol
11:20:26 #13 3.472    dh_md5sums
11:20:26 #13 3.509    dh_builddeb
11:20:26 #13 3.537 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:26 #13 3.611  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
11:20:26  dpkg-source -I.git -b .
11:20:26 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:26 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:26 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:26 dpkg-source: info: using source format '1.0'
11:20:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz
11:20:26 #11 73.13 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:20:26 #11 73.14 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
11:20:26 #11 73.15 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
11:20:26 #11 73.16 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:26 #11 73.18 Setting up libfcgi-bin (2.4.2-2build2) ...
11:20:26 #11 73.20 Setting up binutils-common:arm64 (2.39-3ubuntu1.1) ...
11:20:26 #11 73.21 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
11:20:26 #11 73.22 Setting up libmagic1:arm64 (1:5.41-4) ...
11:20:26 #11 73.24 Setting up libdeflate0:arm64 (1.12-1) ...
11:20:26 #11 73.25 Setting up less (590-1ubuntu0.22.10.1) ...
11:20:26 #11 73.27 Setting up perl-openssl-defaults:arm64 (7) ...
11:20:26 #11 73.28 Setting up linux-libc-dev:arm64 (5.19.0-35.36) ...
11:20:26 #11 73.29 Setting up libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
11:20:26 #11 73.30 Setting up gettext-base (0.21-8) ...
11:20:26 #11 73.31 Setting up m4 (1.4.19-1) ...
11:20:26 #11 73.32 Setting up liblzo2-2:arm64 (2.10-2build3) ...
11:20:26 #11 73.34 Setting up libnpth0:arm64 (1.6-3build2) ...
11:20:26 + mkdir -p /root/build-deb/buildx
11:20:26 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:26 #12 23.85 Dependencies resolved.
11:20:26 #12 23.87 Nothing to do.
11:20:26 #12 23.87 Complete!
11:20:26 #12 DONE 24.0s
11:20:26 #11 63.67 Selecting previously unselected package wdiff.
11:20:26 #11 63.67 Preparing to unpack .../190-wdiff_1.2.2-2build3_armhf.deb ...
11:20:26 #11 63.67 Unpacking wdiff (1.2.2-2build3) ...
11:20:26 #11 63.73 Selecting previously unselected package devscripts.
11:20:26 #11 63.74 Preparing to unpack .../191-devscripts_2.22.2ubuntu3_armhf.deb ...
11:20:26 #11 63.75 Unpacking devscripts (2.22.2ubuntu3) ...
11:20:26 #11 63.83 Selecting previously unselected package diffstat.
11:20:26 #11 63.83 Preparing to unpack .../192-diffstat_1.64-1build2_armhf.deb ...
11:20:26 #11 63.84 Unpacking diffstat (1.64-1build2) ...
11:20:26 #11 63.87 Selecting previously unselected package python3-chardet.
11:20:26 #11 63.87 Preparing to unpack .../193-python3-chardet_4.0.0-2_all.deb ...
11:20:26 #11 63.88 Unpacking python3-chardet (4.0.0-2) ...
11:20:26 #11 62.34 Setting up binutils (2.34-6ubuntu1.4) ...
11:20:26 #11 62.35 Setting up python3-xdg (0.26-1ubuntu1) ...
11:20:26 #11 62.53 Setting up man-db (2.9.1-1) ...
11:20:26 #17 exporting layers 2.7s done
11:20:26 #17 writing image sha256:ec0a5187456187a39043b21044f775d36e17174fb50a4e91c190c9d3a4c17e25 done
11:20:26 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
11:20:26 #17 DONE 2.7s
11:20:26 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
11:20:26 + STATUS=0
11:20:26 + '[' 0 -ne 0 ']'
11:20:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:26 + exit 0
11:20:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qVn5xB
11:20:26 + umask 022
11:20:26 + cd /root/rpmbuild/BUILD
11:20:26 + cd src
11:20:26 + export DOCKER_GITCOMMIT=31a9532
11:20:26 + DOCKER_GITCOMMIT=31a9532
11:20:26 + mkdir -p /go/src/github.com/docker
11:20:26 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:26 + pushd /root/rpmbuild/BUILD/src/engine
11:20:26 + TMP_GOPATH=/go
11:20:26 + hack/dockerfile/install/install.sh tini
11:20:26 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:26 + RM_GOPATH=0
11:20:26 + TMP_GOPATH=/go
11:20:26 + : /usr/local/bin
11:20:26 + '[' -z /go ']'
11:20:26 + export GOPATH=/go
11:20:26 + GOPATH=/go
11:20:26 + case "$(go env GOARCH)" in
11:20:26 ++ go env GOARCH
11:20:26 + export GO_BUILDMODE=-buildmode=pie
11:20:26 + GO_BUILDMODE=-buildmode=pie
11:20:26 ++ dirname hack/dockerfile/install/install.sh
11:20:26 + dir=hack/dockerfile/install
11:20:26 + bin=tini
11:20:26 + shift
11:20:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:26 + . hack/dockerfile/install/tini.installer
11:20:26 ++ : v0.19.0
11:20:26 + install_tini
11:20:26 + echo 'Install tini version v0.19.0'
11:20:26 + git clone https://github.com/krallin/tini.git /go/tini
11:20:26 Install tini version v0.19.0
11:20:26 Cloning into '/go/tini'...
11:20:26 + cd /go/tini
11:20:26 + git checkout -q v0.19.0
11:20:26 + cmake .
11:20:26 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:26   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:26   CMake.
11:20:26 
11:20:26   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:26   CMake that the project does not need compatibility with older versions.
11:20:26 
11:20:26 
11:20:26 #13 8.360 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
11:20:26 #13 8.526 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
11:20:26 #13 8.884 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_amd64.deb ...
11:20:26 #13 8.887 Unpacking libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
11:20:26 #13 8.919 Selecting previously unselected package libpcre2-posix3:amd64.
11:20:26 #13 8.920 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_amd64.deb ...
11:20:26 #13 8.923 Unpacking libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
11:20:26 #13 8.948 Selecting previously unselected package libpcre2-dev:amd64.
11:20:26 #13 8.951 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_amd64.deb ...
11:20:26 #13 8.954 Unpacking libpcre2-dev:amd64 (10.40-1ubuntu1) ...
11:20:26 #13 8.994 Selecting previously unselected package libselinux1-dev:amd64.
11:20:26 #13 8.997 Preparing to unpack .../17-libselinux1-dev_3.4-1_amd64.deb ...
11:20:26 #13 9.001 Unpacking libselinux1-dev:amd64 (3.4-1) ...
11:20:26 #13 9.034 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:26 #13 9.037 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:20:26 #13 9.040 Unpacking libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
11:20:26 #13 9.064 Selecting previously unselected package libseccomp-dev:amd64.
11:20:26 #13 9.067 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_amd64.deb ...
11:20:26 #13 9.071 Unpacking libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
11:20:26 #13 9.097 Selecting previously unselected package libsystemd-dev:amd64.
11:20:26 #13 9.100 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7.1_amd64.deb ...
11:20:26 #13 9.104 Unpacking libsystemd-dev:amd64 (251.4-1ubuntu7.1) ...
11:20:26 #13 9.161 Selecting previously unselected package pkg-config.
11:20:26 #13 9.164 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
11:20:26 #13 9.167 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:20:26 #13 9.204 Setting up libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
11:20:26 #10 61.13 Setting up debian-keyring (2022.12.24) ...
11:20:26 #10 61.15 Setting up libgdbm6:armhf (1.23-3) ...
11:20:26 #10 61.16 Setting up libctf0:armhf (2.40-2) ...
11:20:26 #10 61.17 Setting up pinentry-curses (1.2.1-1) ...
11:20:26 #10 61.19 Setting up manpages-dev (6.03-1) ...
11:20:26 #10 61.21 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
11:20:26 #10 61.22 Setting up cpp-12 (12.2.0-14) ...
11:20:26 #10 61.23 Setting up libxcb1:armhf (1.15-1) ...
11:20:26 #10 61.24 Setting up gettext (0.21-12) ...
11:20:26 #10 61.25 Setting up xdelta (1.1.3-10.4) ...
11:20:26 #10 61.27 Setting up libavif15:armhf (0.11.1-1) ...
11:20:26 #10 61.29 Setting up libarchive13:armhf (3.6.2-1) ...
11:20:26 #10 61.30 Setting up fontconfig-config (2.14.1-4) ...
11:20:26 #12 21.88   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              92/95 
11:20:26 #12 21.89   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64                 93/95 
11:20:26 #12 21.89   Installing       : which-2.21-32.fc36.x86_64                            94/95 
11:20:26 #12 21.90   Cleanup          : audit-libs-3.0.9-1.fc36.x86_64                       95/95 
11:20:26 #12 21.91   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          95/95 
11:20:26 #12 21.92   Running scriptlet: systemd-resolved-250.10-2.fc36.x86_64                95/95 
11:20:26 #12 11.84 Selecting previously unselected package libudev-dev:armhf.
11:20:26 #12 11.84 Preparing to unpack .../15-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
11:20:26 #12 11.85 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
11:20:26 #12 11.89 Selecting previously unselected package libsepol1-dev:armhf.
11:20:26 #12 11.90 Preparing to unpack .../16-libsepol1-dev_2.8-1_armhf.deb ...
11:20:26 #12 11.90 Unpacking libsepol1-dev:armhf (2.8-1) ...
11:20:26 #12 11.98 Selecting previously unselected package libpcre16-3:armhf.
11:20:26 #12 11.99 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_armhf.deb ...
11:20:26 #12 11.99 Unpacking libpcre16-3:armhf (2:8.39-12) ...
11:20:26 #12 12.05 Selecting previously unselected package libpcre32-3:armhf.
11:20:26 #12 12.06 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_armhf.deb ...
11:20:26 #12 12.06 Unpacking libpcre32-3:armhf (2:8.39-12) ...
11:20:26 #11 60.16 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
11:20:26 #11 60.17 Unpacking libstring-shellquote-perl (1.04-1) ...
11:20:26 #11 60.19 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:26 #11 60.20 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
11:20:26 #11 60.20 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:20:26 #11 60.23 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:26 #11 60.23 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
11:20:26 #11 60.23 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:26 #11 60.26 Selecting previously unselected package libterm-readkey-perl.
11:20:26 #11 60.26 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
11:20:26 #11 60.27 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:20:26 #11 60.29 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:26 #11 60.30 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
11:20:26 #11 60.30 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:26 #11 60.33 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
11:20:26 #11 60.33 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
11:20:26 #11 60.34 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:20:26 #11 60.37 Selecting previously unselected package libtext-xslate-perl:armhf.
11:20:26 #12 11.67 Selecting previously unselected package g++.
11:20:26 #12 11.67 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
11:20:26 #12 11.67 Unpacking g++ (4:10.2.1-1+rpi1) ...
11:20:26 #12 11.71 Selecting previously unselected package build-essential.
11:20:26 #12 11.71 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
11:20:26 #12 11.71 Unpacking build-essential (12.9) ...
11:20:26 #12 11.76 Selecting previously unselected package bash-completion.
11:20:26 #12 11.76 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
11:20:26 #13 3.759  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
11:20:26 #13 3.839 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:26 #13 3.841  dpkg-source --after-build .
11:20:27 #11 73.35 Setting up krb5-locales (1.20-1ubuntu0.1) ...
11:20:27 #11 73.36 Setting up file (1:5.41-4) ...
11:20:27 #11 73.37 Setting up libassuan0:arm64 (2.5.5-4) ...
11:20:27 #11 73.38 Setting up libgomp1:arm64 (12.2.0-3ubuntu1) ...
11:20:27 #11 73.39 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:20:27 #11 73.41 Setting up bzip2 (1.0.8-5build1) ...
11:20:27 #11 73.42 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:20:27 #11 73.44 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
11:20:27 #11 73.45 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
11:20:27 #11 73.46 Setting up libfakeroot:arm64 (1.29-1ubuntu1) ...
11:20:27 #11 73.47 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
11:20:27 #11 73.48 Setting up libnumber-compare-perl (0.03-2) ...
11:20:27 #11 73.49 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:27 #11 73.50 Setting up fakeroot (1.29-1ubuntu1) ...
11:20:27 #11 73.51 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:27 #11 73.51 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
11:20:27 #11 73.51 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
11:20:27 #11 73.52 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
11:20:27 #11 73.52 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
11:20:27 #11 73.52 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
11:20:27 #11 73.52 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
11:20:27 #11 73.52 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
11:20:27 #11 73.52 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
11:20:27 #11 73.53 Setting up autotools-dev (20220109.1) ...
11:20:27 #11 73.54 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:20:27 #11 73.55 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:27 #11 73.56 Setting up libx11-data (2:1.8.1-2) ...
11:20:27 + mkdir -p /root/build-deb/compose
11:20:27 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:27 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:27 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:27 + mkdir -p /go/src/github.com/docker
11:20:27 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:27 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:27 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:27 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:27 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:27 + EPOCH=5
11:20:27 + EPOCH_SEP=
11:20:27 + [[ ! -z 5 ]]
11:20:27 + EPOCH_SEP=:
11:20:27 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:27 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:27 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:27 + VERSION=0.0.0-20230309110843-71615c2
11:20:27 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:27 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:27 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:27 + debSource=docker-ce
11:20:27 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:27 + debMaintainer='Docker <support@docker.com>'
11:20:27 ++ date --rfc-2822
11:20:27 + debDate='Fri, 10 Mar 2023 11:20:27 +0000'
11:20:27 + pkgRevision=1
11:20:27 + cat
11:20:27 + export CLI_GITCOMMIT=71615c2
11:20:27 + CLI_GITCOMMIT=71615c2
11:20:27 + export ENGINE_GITCOMMIT=31a9532
11:20:27 + ENGINE_GITCOMMIT=31a9532
11:20:27 + export SCAN_GITCOMMIT=6c852fa
11:20:27 + SCAN_GITCOMMIT=6c852fa
11:20:27 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:27 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:27 + dpkg-buildpackage -uc -us -I.git
11:20:27 
11:20:27 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:20:27 #11 63.92 Selecting previously unselected package python3-debian.
11:20:27 #11 63.93 Preparing to unpack .../194-python3-debian_0.1.46_all.deb ...
11:20:27 #11 63.93 Unpacking python3-debian (0.1.46) ...
11:20:27 #11 63.97 Selecting previously unselected package libgpgme11:armhf.
11:20:27 #11 63.98 Preparing to unpack .../195-libgpgme11_1.17.1-4.1ubuntu1_armhf.deb ...
11:20:27 #11 63.98 Unpacking libgpgme11:armhf (1.17.1-4.1ubuntu1) ...
11:20:27 #11 64.03 Selecting previously unselected package python3-gpg.
11:20:27 #11 64.03 Preparing to unpack .../196-python3-gpg_1.17.1-4.1ubuntu1_armhf.deb ...
11:20:27 #11 64.04 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
11:20:27 #11 64.08 Selecting previously unselected package python3-xdg.
11:20:27 #11 64.09 Preparing to unpack .../197-python3-xdg_0.27-2_all.deb ...
11:20:27 #11 64.09 Unpacking python3-xdg (0.27-2) ...
11:20:27 #11 64.17 Selecting previously unselected package dput.
11:20:27 #11 64.17 Preparing to unpack .../198-dput_1.1.2ubuntu2_all.deb ...
11:20:27 #11 62.63 Building database of manual pages ...
11:20:27 #11 62.84 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:20:27 #11 62.85 Setting up python3-six (1.14.0-2) ...
11:20:27 + mkdir -p /root/build-deb/compose
11:20:27 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:27 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:27 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:27 + mkdir -p /go/src/github.com/docker
11:20:27 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:27 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:27 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:27 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:27 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:27 + EPOCH=5
11:20:27 + EPOCH_SEP=
11:20:27 + [[ ! -z 5 ]]
11:20:27 + EPOCH_SEP=:
11:20:27 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:27 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:27 + VERSION=0.0.0-20230309110843-71615c2
11:20:27 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:27 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:27 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:27 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:27 + debSource=docker-ce
11:20:27 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:27 + debMaintainer='Docker <support@docker.com>'
11:20:27 ++ date --rfc-2822
11:20:27 + debDate='Fri, 10 Mar 2023 11:20:26 +0000'
11:20:27 + pkgRevision=1
11:20:27 + cat
11:20:27 + export CLI_GITCOMMIT=71615c2
11:20:27 + CLI_GITCOMMIT=71615c2
11:20:27 + export ENGINE_GITCOMMIT=31a9532
11:20:27 + ENGINE_GITCOMMIT=31a9532
11:20:27 + export SCAN_GITCOMMIT=6c852fa
11:20:27 + SCAN_GITCOMMIT=6c852fa
11:20:27 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:27 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:27 + dpkg-buildpackage -uc -us -I.git
11:20:27 dpkg-buildpackage: info: source package docker-ce
11:20:27 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm
11:20:27 dpkg-buildpackage: info: source distribution bookworm
11:20:27 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:27  dpkg-source -I.git --before-build .
11:20:27 dpkg-buildpackage: info: host architecture arm64
11:20:27 + cd /go/tini
11:20:27 + git checkout -q v0.19.0
11:20:27 + cmake .
11:20:27 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:27   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:27   CMake.
11:20:27 
11:20:27   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:27   CMake that the project does not need compatibility with older versions.
11:20:27 
11:20:27 
11:20:27 -- The C compiler identification is GNU 8.5.0
11:20:27 -- Detecting C compiler ABI info
11:20:27 -- The C compiler identification is GNU 11.3.1
11:20:27 -- Detecting C compiler ABI info
11:20:27 -- Detecting C compiler ABI info - done
11:20:27 -- Check for working C compiler: /usr/bin/cc - skipped
11:20:27 -- Detecting C compile features
11:20:27 -- Detecting C compile features - done
11:20:27 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:27 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:20:27 -- Configuring done
11:20:27 -- Generating done
11:20:27 -- Build files have been written to: /go/tini
11:20:27 + make tini-static
11:20:27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:27 #13 8.680 debconf: delaying package configuration, since apt-utils is not installed
11:20:27 #13 8.717 Fetched 12.0 MB in 3s (4146 kB/s)
11:20:27 #13 8.740 Selecting previously unselected package bash-completion.
11:20:27 #13 8.740 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25581 files and directories currently installed.)
11:20:27 #13 8.757 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
11:20:27 #13 8.768 Unpacking bash-completion (1:2.11-5ubuntu1) ...
11:20:27 #13 9.214 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:20:27 #13 9.223 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:20:27 #13 9.235 Setting up libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
11:20:27 #13 9.247 Setting up libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
11:20:27 #13 9.259 Setting up libuv1:amd64 (1.44.2-1) ...
11:20:27 #13 9.270 Setting up emacsen-common (3.0.4) ...
11:20:27 #13 9.305 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:20:27 #13 9.316 Setting up bash-completion (1:2.11-6ubuntu1) ...
11:20:27 #13 9.346 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
11:20:27 #13 9.356 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:20:27 #13 9.403 Setting up libudev-dev:amd64 (251.4-1ubuntu7.1) ...
11:20:27 #13 9.413 Setting up libsepol-dev:amd64 (3.4-2) ...
11:20:27 #10 61.49 Setting up libedit2:armhf (3.1-20221030-2) ...
11:20:27 #10 61.51 Setting up libreadline8:armhf (8.2-1.3) ...
11:20:27 #10 61.52 Setting up libheif1:armhf (1.14.2-1) ...
11:20:27 #10 61.53 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-5) ...
11:20:27 #10 61.55 Setting up ca-certificates (20211016) ...
11:20:27 #12 21.95   Running scriptlet: audit-libs-3.0.9-1.fc36.x86_64                       95/95 
11:20:27 #12 12.12 Selecting previously unselected package libpcrecpp0v5:armhf.
11:20:27 #12 12.12 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
11:20:27 #12 12.13 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
11:20:27 #12 12.17 Selecting previously unselected package libpcre3-dev:armhf.
11:20:27 #12 12.17 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_armhf.deb ...
11:20:27 #12 12.18 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
11:20:27 #12 12.27 Selecting previously unselected package libselinux1-dev:armhf.
11:20:27 #12 12.28 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_armhf.deb ...
11:20:27 #12 12.28 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
11:20:27 #12 12.34 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:27 #12 12.34 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
11:20:27 #12 12.35 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
11:20:27 #12 9.541 Setting up libncurses6:arm64 (6.2+20201114-2) ...
11:20:27 #12 9.552 Setting up pkg-config (0.29.2-1) ...
11:20:27 #12 9.605 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
11:20:27 #11 60.37 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
11:20:27 #11 60.37 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:20:27 #11 60.41 Selecting previously unselected package libtime-duration-perl.
11:20:27 #11 60.41 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
11:20:27 #11 60.41 Unpacking libtime-duration-perl (1.21-1) ...
11:20:27 #11 60.44 Selecting previously unselected package libtime-moment-perl.
11:20:27 #11 60.44 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
11:20:27 #11 60.45 Unpacking libtime-moment-perl (0.44-1build6) ...
11:20:27 #11 60.48 Selecting previously unselected package libtype-tiny-xs-perl.
11:20:27 #11 60.48 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
11:20:27 #11 60.48 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:20:27 #11 60.51 Selecting previously unselected package libunicode-utf8-perl.
11:20:27 #11 60.52 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
11:20:27 #11 60.52 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:27 #11 60.55 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:27 #11 60.55 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:20:27 #11 60.56 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:20:27 #11 60.59 Selecting previously unselected package libxml-sax-base-perl.
11:20:27 #11 60.59 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:20:27 #11 60.59 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:20:27 #11 60.63 Selecting previously unselected package libxml-sax-perl.
11:20:27 #11 60.64 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:27 #11 60.64 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:27 #11 60.68 Selecting previously unselected package libxml-libxml-perl.
11:20:27 #11 60.68 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
11:20:27 #11 60.68 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:27 #11 60.72 Selecting previously unselected package libxml-parser-perl:armhf.
11:20:27 #12 1.402 Reading package lists...
11:20:27 #12 3.029 dh_testdir
11:20:27 #12 3.046 dh_testroot
11:20:27 #12 3.063 dh_prep
11:20:27 #12 3.082 dh_testdir
11:20:27 #13 3.943 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:27 #13 3.949 
11:20:27 #13 3.949 The package has been created.
11:20:27 #13 3.949 Attention, the package has been created in the current directory,
11:20:27 #13 3.949 not in ".." as indicated by the message above!
11:20:27 #13 3.972 Selecting previously unselected package docker-ce-build-deps.
11:20:27 #13 3.987 (Reading database ... 25548 files and directories currently installed.)
11:20:27 #13 3.988 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:27 #13 3.991 Unpacking docker-ce-build-deps (1.0) ...
11:20:27 #11 73.57 Setting up make (4.3-4.1build1) ...
11:20:27 #11 73.58 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
11:20:27 #11 73.59 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:20:27 #11 73.60 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:27 #11 73.61 Setting up liblerc3:arm64 (3.0+ds-1ubuntu1) ...
11:20:27 #11 73.62 Setting up lzip (1.23-4) ...
11:20:27 #11 73.63 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:27 #11 73.63 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
11:20:27 #11 73.64 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:27 #11 73.64 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
11:20:27 #11 73.64 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:27 #11 73.64 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
11:20:27 #11 73.65 Setting up strace (5.16-0ubuntu4) ...
11:20:27 #11 73.66 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
11:20:27 #11 73.67 Setting up xz-utils (5.2.5-2.1) ...
11:20:27 #11 73.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.69 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
11:20:27 #11 73.70 Setting up t1utils (1.41-4build2) ...
11:20:27 #11 73.71 Setting up diffstat (1.64-1build2) ...
11:20:27 #11 73.72 Setting up libpng16-16:arm64 (1.6.38-2) ...
11:20:27 #11 73.73 Setting up libmpc3:arm64 (1.2.1-2build1) ...
11:20:27 #11 73.74 Setting up libatomic1:arm64 (12.2.0-3ubuntu1) ...
11:20:27 #11 73.75 Setting up patch (2.7.6-7build2) ...
11:20:27 #11 73.76 Setting up autopoint (0.21-8) ...
11:20:27 #11 73.78 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:27 dpkg-buildpackage: info: source package docker-ce
11:20:27 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic
11:20:27 dpkg-buildpackage: info: source distribution bionic
11:20:27 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:27 dpkg-buildpackage: info: host architecture arm64
11:20:27  dpkg-source -I.git --before-build build-deb
11:20:27  debian/rules clean
11:20:27 dh clean --with=bash-completion
11:20:27 #11 64.17 Unpacking dput (1.1.2ubuntu2) ...
11:20:27 #11 64.21 Selecting previously unselected package fonts-dejavu-core.
11:20:27 #11 64.21 Preparing to unpack .../199-fonts-dejavu-core_2.37-2build1_all.deb ...
11:20:27 #11 64.21 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:20:27 #11 64.34 Selecting previously unselected package fontconfig-config.
11:20:27 #11 64.35 Preparing to unpack .../200-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
11:20:27 #11 64.35 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
11:20:27 #11 64.41 Selecting previously unselected package libcurl3-gnutls:armhf.
11:20:27 #11 64.41 Preparing to unpack .../201-libcurl3-gnutls_7.85.0-1ubuntu0.3_armhf.deb ...
11:20:27 #11 64.42 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.3) ...
11:20:27 #11 64.45 Selecting previously unselected package liberror-perl.
11:20:27 #11 63.00 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:27 #11 63.01 Setting up perl (5.30.0-9ubuntu0.3) ...
11:20:27 #11 63.04 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
11:20:27 #11 63.05 Setting up python3-gpg (1.13.1-7ubuntu2) ...
11:20:27  debian/rules clean
11:20:27 dh clean --with=bash-completion
11:20:27    dh_clean
11:20:27 #13 3.369 Reading package lists...
11:20:27 -- Detecting C compiler ABI info - done
11:20:27 -- Check for working C compiler: /usr/bin/cc - skipped
11:20:27 -- Detecting C compile features
11:20:27 -- Detecting C compile features - done
11:20:27 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:27 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:20:27 -- Configuring done
11:20:27 -- Generating done
11:20:27 -- Build files have been written to: /go/tini
11:20:27 + make tini-static
11:20:27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:27 [100%] Linking C executable tini-static
11:20:27 #13 8.886 Selecting previously unselected package libarchive13:amd64.
11:20:27 #13 8.889 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
11:20:27 #13 8.896 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:20:27 #13 8.929 Selecting previously unselected package libjsoncpp25:amd64.
11:20:27 #13 8.932 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ...
11:20:27 #13 8.936 Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
11:20:27 #13 8.973 Selecting previously unselected package librhash0:amd64.
11:20:27 #13 8.976 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
11:20:27 #13 8.980 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
11:20:27 #13 9.012 Selecting previously unselected package libuv1:amd64.
11:20:27 #13 9.012 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ...
11:20:27 #13 9.016 Unpacking libuv1:amd64 (1.43.0-1) ...
11:20:27 #13 9.041 Selecting previously unselected package dh-elpa-helper.
11:20:27 #13 9.044 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:20:27 #13 9.047 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:20:27 #13 9.081 Selecting previously unselected package emacsen-common.
11:20:27 + set -e
11:20:27 + mkdir -p /root/build-deb/engine
11:20:27 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:27 #13 9.424 Setting up libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
11:20:27 #13 9.436 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
11:20:27 #13 9.448 Setting up cmake-data (3.24.2-1ubuntu1) ...
11:20:27 #13 9.486 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
11:20:27 #13 9.496 Setting up libsystemd-dev:amd64 (251.4-1ubuntu7.1) ...
11:20:27 #13 9.504 Setting up libpcre2-dev:amd64 (10.40-1ubuntu1) ...
11:20:27 #13 9.514 Setting up libselinux1-dev:amd64 (3.4-1) ...
11:20:27 #13 9.524 Setting up libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
11:20:27 #13 9.534 Setting up cmake (3.24.2-1ubuntu1) ...
11:20:27 #13 9.545 Setting up docker-ce-build-deps (1.0) ...
11:20:27 #13 9.555 Processing triggers for man-db (2.10.2-2) ...
11:20:27 #13 9.618 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:27 #12 22.33   Verifying        : checkpolicy-3.3-2.fc36.x86_64                         1/95 
11:20:27 #12 22.33   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/95 
11:20:27 #12 22.33   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/95 
11:20:27 #12 22.33   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64            4/95 
11:20:27 #12 22.33   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             5/95 
11:20:27 #12 22.33   Verifying        : guile22-2.2.7-5.fc36.x86_64                           6/95 
11:20:27 #12 22.33   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                           7/95 
11:20:27 #12 22.33   Verifying        : kmod-libs-29-7.fc36.x86_64                            8/95 
11:20:27 #12 22.33   Verifying        : libcbor-0.7.0-5.fc36.x86_64                           9/95 
11:20:27 #12 22.33   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64               10/95 
11:20:27 #12 22.33   Verifying        : libmpc-1.2.1-4.fc36.x86_64                           11/95 
11:20:27 #12 22.33   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       12/95 
11:20:27 #12 22.33   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                 13/95 
11:20:27 #12 22.33   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                   14/95 
11:20:27 #12 22.33   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   15/95 
11:20:27 #12 22.33   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                     16/95 
11:20:27 #12 22.33   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      17/95 
11:20:27 #12 22.33   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     18/95 
11:20:27 #12 22.33   Verifying        : m4-1.4.19-3.fc36.x86_64                              19/95 
11:20:27 #12 22.33   Verifying        : make-1:4.3-7.fc36.x86_64                             20/95 
11:20:27 #12 22.33   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                        21/95 
11:20:27 #12 22.33   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64                22/95 
11:20:27 #12 22.33   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/95 
11:20:27 #12 22.33   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/95 
11:20:27 #12 22.33   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/95 
11:20:27 #12 22.33   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/95 
11:20:27 #12 22.34   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                 27/95 
11:20:27 #12 22.34   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/95 
11:20:27 #12 22.34   Verifying        : perl-lib-0.65-486.fc36.x86_64                        29/95 
11:20:27 #12 22.34   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                  30/95 
11:20:27 #12 22.34   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64             31/95 
11:20:27 #12 22.34   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    32/95 
11:20:27 #12 22.34   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64              33/95 
11:20:27 #12 22.34   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/95 
11:20:27 #12 22.34   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                 35/95 
11:20:27 #12 22.34   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64                36/95 
11:20:27 #12 22.34   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/95 
11:20:27 #12 22.34   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                  38/95 
11:20:27 #12 22.34   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    39/95 
11:20:27 #12 22.34   Verifying        : rhash-1.4.2-2.fc36.x86_64                            40/95 
11:20:27 #12 22.34   Verifying        : which-2.21-32.fc36.x86_64                            41/95 
11:20:27 #12 22.34   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/95 
11:20:27 #12 22.34   Verifying        : annobin-docs-11.06-2.fc36.noarch                     43/95 
11:20:27 #12 22.34   Verifying        : annobin-plugin-gcc-11.06-2.fc36.x86_64               44/95 
11:20:27 #12 22.34   Verifying        : autoconf-2.71-3.fc36.noarch                          45/95 
11:20:27 #12 22.34   Verifying        : automake-1.16.5-7.fc36.noarch                        46/95 
11:20:27 #12 22.34   Verifying        : cmake-3.25.2-1.fc36.x86_64                           47/95 
11:20:27 #12 22.34   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/95 
11:20:27 #12 22.34   Verifying        : cmake-filesystem-3.25.2-1.fc36.x86_64                49/95 
11:20:27 #12 22.34   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/95 
11:20:27 #12 22.34   Verifying        : cpp-12.2.1-4.fc36.x86_64                             51/95 
11:20:27 #12 22.34   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          52/95 
11:20:27 #12 22.34   Verifying        : dbus-broker-33-1.fc36.x86_64                         53/95 
11:20:27 #12 22.34   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/95 
11:20:27 #12 22.34   Verifying        : gc-8.0.6-3.fc36.x86_64                               55/95 
11:20:27 #12 22.34   Verifying        : gcc-12.2.1-4.fc36.x86_64                             56/95 
11:20:27 #12 22.34   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              57/95 
11:20:27 #12 22.34   Verifying        : git-2.39.2-1.fc36.x86_64                             58/95 
11:20:27 #12 22.34   Verifying        : git-core-2.39.2-1.fc36.x86_64                        59/95 
11:20:27 #12 22.34   Verifying        : git-core-doc-2.39.2-1.fc36.noarch                    60/95 
11:20:27 #12 22.34   Verifying        : glibc-devel-2.35-22.fc36.x86_64                      61/95 
11:20:27 #12 22.34   Verifying        : glibc-headers-x86-2.35-22.fc36.noarch                62/95 
11:20:27 #12 22.34   Verifying        : glibc-static-2.35-22.fc36.x86_64                     63/95 
11:20:27 #12 22.34   Verifying        : kernel-headers-6.1.5-100.fc36.x86_64                 64/95 
11:20:27 #12 22.34   Verifying        : less-590-5.fc36.x86_64                               65/95 
11:20:27 #12 22.34   Verifying        : libargon2-20171227-9.fc36.x86_64                     66/95 
11:20:27 #12 22.34   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         67/95 
11:20:27 #12 22.34   Verifying        : libfdisk-2.38-1.fc36.x86_64                          68/95 
11:20:27 #12 22.34   Verifying        : libfido2-1.10.0-5.fc36.x86_64                        69/95 
11:20:27 #12 22.34   Verifying        : libtool-2.4.7-1.fc36.x86_64                          70/95 
11:20:27 #12 22.34   Verifying        : libtool-ltdl-2.4.7-1.fc36.x86_64                     71/95 
11:20:27 #12 22.34   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               72/95 
11:20:27 #12 22.34   Verifying        : libuv-1:1.44.2-1.fc36.x86_64                         73/95 
11:20:27 #12 22.34   Verifying        : libxcrypt-devel-4.4.33-4.fc36.x86_64                 74/95 
11:20:27 #12 22.34   Verifying        : libxcrypt-static-4.4.33-4.fc36.x86_64                75/95 
11:20:27 #12 22.34   Verifying        : pcre2-devel-10.40-1.fc36.x86_64                      76/95 
11:20:27 #12 22.34   Verifying        : pcre2-utf16-10.40-1.fc36.x86_64                      77/95 
11:20:27 #12 22.34   Verifying        : pcre2-utf32-10.40-1.fc36.x86_64                      78/95 
11:20:27 #12 22.34   Verifying        : perl-Git-2.39.2-1.fc36.noarch                        79/95 
11:20:27 #12 22.34   Verifying        : python3-audit-3.1-2.fc36.x86_64                      80/95 
11:20:27 #12 22.34   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              81/95 
11:20:27 #12 22.34   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              82/95 
11:20:27 #12 22.34   Verifying        : selinux-policy-36.17-1.fc36.noarch                   83/95 
11:20:27 #12 22.34   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             84/95 
11:20:27 #12 22.34   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          85/95 
11:20:27 #12 22.34   Verifying        : systemd-250.10-2.fc36.x86_64                         86/95 
11:20:27 #12 22.34   Verifying        : systemd-devel-250.10-2.fc36.x86_64                   87/95 
11:20:27 #12 22.34   Verifying        : systemd-networkd-250.10-2.fc36.x86_64                88/95 
11:20:27 #12 22.34   Verifying        : systemd-pam-250.10-2.fc36.x86_64                     89/95 
11:20:27 #12 22.34   Verifying        : systemd-resolved-250.10-2.fc36.x86_64                90/95 
11:20:27 #12 22.34   Verifying        : systemd-rpm-macros-250.10-2.fc36.noarch              91/95 
11:20:27 #12 22.34   Verifying        : util-linux-2.38-1.fc36.x86_64                        92/95 
11:20:27 #12 22.34   Verifying        : vim-filesystem-2:9.0.1307-1.fc36.noarch              93/95 
11:20:27 #12 22.34   Verifying        : audit-libs-3.1-2.fc36.x86_64                         94/95 
11:20:27 #12 22.34   Verifying        : audit-libs-3.0.9-1.fc36.x86_64                       95/95 
11:20:27 #12 22.51 
11:20:27 #12 22.51 Upgraded:
11:20:27 #12 22.51   audit-libs-3.1-2.fc36.x86_64                                                  
11:20:27 #12 22.51 Installed:
11:20:27 #12 22.51   annobin-docs-11.06-2.fc36.noarch                                              
11:20:27 #12 22.51   annobin-plugin-gcc-11.06-2.fc36.x86_64                                        
11:20:27 #12 22.51   autoconf-2.71-3.fc36.noarch                                                   
11:20:27 #12 22.51   automake-1.16.5-7.fc36.noarch                                                 
11:20:27 #12 22.51   checkpolicy-3.3-2.fc36.x86_64                                                 
11:20:27 #12 22.51   cmake-3.25.2-1.fc36.x86_64                                                    
11:20:27 #12 22.51   cmake-data-3.25.2-1.fc36.noarch                                               
11:20:27 #12 22.51   cmake-filesystem-3.25.2-1.fc36.x86_64                                         
11:20:27 #12 22.51   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
11:20:27 #12 22.51   cpp-12.2.1-4.fc36.x86_64                                                      
11:20:27 #12 22.51   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
11:20:27 #12 22.51   dbus-1:1.14.4-1.fc36.x86_64                                                   
11:20:27 #12 22.51   dbus-broker-33-1.fc36.x86_64                                                  
11:20:27 #12 22.51   dbus-common-1:1.14.4-1.fc36.noarch                                            
11:20:27 #12 22.51   device-mapper-1.02.175-7.fc36.x86_64                                          
11:20:27 #12 22.51   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
11:20:27 #12 22.51   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
11:20:27 #12 22.51   gc-8.0.6-3.fc36.x86_64                                                        
11:20:27 #12 22.51   gcc-12.2.1-4.fc36.x86_64                                                      
11:20:27 #12 22.51   gcc-plugin-annobin-12.2.1-4.fc36.x86_64                                       
11:20:27 #12 22.51   git-2.39.2-1.fc36.x86_64                                                      
11:20:27 #12 22.51   git-core-2.39.2-1.fc36.x86_64                                                 
11:20:27 #12 22.51   git-core-doc-2.39.2-1.fc36.noarch                                             
11:20:27 #12 22.51   glibc-devel-2.35-22.fc36.x86_64                                               
11:20:27 #12 22.51   glibc-headers-x86-2.35-22.fc36.noarch                                         
11:20:27 #12 22.51   glibc-static-2.35-22.fc36.x86_64                                              
11:20:27 #12 22.51   guile22-2.2.7-5.fc36.x86_64                                                   
11:20:27 #12 22.51   jsoncpp-1.9.5-2.fc36.x86_64                                                   
11:20:27 #12 22.51   kernel-headers-6.1.5-100.fc36.x86_64                                          
11:20:27 #12 22.51   kmod-libs-29-7.fc36.x86_64                                                    
11:20:27 #12 22.51   less-590-5.fc36.x86_64                                                        
11:20:27 #12 22.51   libargon2-20171227-9.fc36.x86_64                                              
11:20:27 #12 22.51   libbpf-2:0.7.0-3.fc36.x86_64                                                  
11:20:27 #12 22.51   libcbor-0.7.0-5.fc36.x86_64                                                   
11:20:27 #12 22.51   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
11:20:27 #12 22.51   libfdisk-2.38-1.fc36.x86_64                                                   
11:20:27 #12 22.51   libfido2-1.10.0-5.fc36.x86_64                                                 
11:20:27 #12 22.51   libmpc-1.2.1-4.fc36.x86_64                                                    
11:20:27 #12 22.51   libseccomp-2.5.3-2.fc36.x86_64                                                
11:20:27 #12 22.51   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
11:20:27 #12 22.51   libselinux-devel-3.3-4.fc36.x86_64                                            
11:20:27 #12 22.51   libselinux-utils-3.3-4.fc36.x86_64                                            
11:20:27 #12 22.51   libsepol-devel-3.3-3.fc36.x86_64                                              
11:20:27 #12 22.51   libtool-2.4.7-1.fc36.x86_64                                                   
11:20:27 #12 22.51   libtool-ltdl-2.4.7-1.fc36.x86_64                                              
11:20:27 #12 22.51   libtool-ltdl-devel-2.4.7-1.fc36.x86_64                                        
11:20:27 #12 22.51   libutempter-1.2.1-6.fc36.x86_64                                               
11:20:27 #12 22.51   libuv-1:1.44.2-1.fc36.x86_64                                                  
11:20:27 #12 22.51   libxcrypt-devel-4.4.33-4.fc36.x86_64                                          
11:20:27 #12 22.51   libxcrypt-static-4.4.33-4.fc36.x86_64                                         
11:20:27 #12 22.51   libxkbcommon-1.4.0-1.fc36.x86_64                                              
11:20:27 #12 22.51   m4-1.4.19-3.fc36.x86_64                                                       
11:20:27 #12 22.51   make-1:4.3-7.fc36.x86_64                                                      
11:20:27 #12 22.51   openssh-8.8p1-1.fc36.1.x86_64                                                 
11:20:27 #12 12.39 Selecting previously unselected package libltdl7:armhf.
11:20:27 #12 12.39 Preparing to unpack .../23-libltdl7_2.4.6-9_armhf.deb ...
11:20:27 #12 12.40 Unpacking libltdl7:armhf (2.4.6-9) ...
11:20:27 #12 12.44 Selecting previously unselected package libltdl-dev:armhf.
11:20:27 #12 12.44 Preparing to unpack .../24-libltdl-dev_2.4.6-9_armhf.deb ...
11:20:27 #12 12.44 Unpacking libltdl-dev:armhf (2.4.6-9) ...
11:20:27 #12 12.50 Selecting previously unselected package libseccomp-dev:armhf.
11:20:27 #12 12.50 Preparing to unpack .../25-libseccomp-dev_2.3.3-4_armhf.deb ...
11:20:27 #12 12.50 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
11:20:27 #12 12.54 Selecting previously unselected package libsystemd-dev:armhf.
11:20:27 #12 12.54 Preparing to unpack .../26-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
11:20:27 #12 12.57 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
11:20:27 #12 22.51   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
11:20:27 #12 22.51   pcre2-devel-10.40-1.fc36.x86_64                                               
11:20:27 #12 22.51   pcre2-utf16-10.40-1.fc36.x86_64                                               
11:20:27 #12 22.51   pcre2-utf32-10.40-1.fc36.x86_64                                               
11:20:27 #12 22.51   perl-Error-1:0.17029-8.fc36.noarch                                            
11:20:27 #12 22.51   perl-File-Compare-1.100.600-486.fc36.noarch                                   
11:20:27 #12 22.51   perl-File-Copy-2.35-486.fc36.noarch                                           
11:20:27 #12 22.51   perl-File-Find-1.39-486.fc36.noarch                                           
11:20:27 #12 22.51   perl-Git-2.39.2-1.fc36.noarch                                                 
11:20:27 #12 22.51   perl-TermReadKey-2.38-12.fc36.x86_64                                          
11:20:27 #12 22.51   perl-Thread-Queue-3.14-479.fc36.noarch                                        
11:20:27 #12 22.51   perl-lib-0.65-486.fc36.x86_64                                                 
11:20:27 #12 22.51   perl-threads-1:2.26-449.fc36.x86_64                                           
11:20:27 #12 22.51   perl-threads-shared-1.62-479.fc36.x86_64                                      
11:20:27 #12 22.51   policycoreutils-3.3-4.fc36.x86_64                                             
11:20:27 #12 22.51   policycoreutils-devel-3.3-4.fc36.x86_64                                       
11:20:27 #12 22.51   policycoreutils-python-utils-3.3-4.fc36.noarch                                
11:20:27 #12 22.51   python3-audit-3.1-2.fc36.x86_64                                               
11:20:27 #12 22.51   python3-libselinux-3.3-4.fc36.x86_64                                          
11:20:27 #12 22.51   python3-libsemanage-3.3-3.fc36.x86_64                                         
11:20:27 #12 22.51   python3-policycoreutils-3.3-4.fc36.noarch                                     
11:20:27 #12 22.51   python3-setools-4.4.0-5.fc36.x86_64                                           
11:20:27 #12 22.51   python3-setuptools-59.6.0-3.fc36.noarch                                       
11:20:27 #12 22.51   qrencode-libs-4.1.1-2.fc36.x86_64                                             
11:20:27 #12 22.51   rhash-1.4.2-2.fc36.x86_64                                                     
11:20:27 #12 22.51   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
11:20:27 #12 22.51   selinux-policy-36.17-1.fc36.noarch                                            
11:20:27 #12 22.51   selinux-policy-devel-36.17-1.fc36.noarch                                      
11:20:27 #12 22.51   selinux-policy-targeted-36.17-1.fc36.noarch                                   
11:20:27 #12 22.51   systemd-250.10-2.fc36.x86_64                                                  
11:20:27 #12 22.51   systemd-devel-250.10-2.fc36.x86_64                                            
11:20:27 #12 22.51   systemd-networkd-250.10-2.fc36.x86_64                                         
11:20:27 #12 22.51   systemd-pam-250.10-2.fc36.x86_64                                              
11:20:27 #12 22.51   systemd-resolved-250.10-2.fc36.x86_64                                         
11:20:27 #12 22.51   systemd-rpm-macros-250.10-2.fc36.noarch                                       
11:20:27 #12 22.51   util-linux-2.38-1.fc36.x86_64                                                 
11:20:27 #12 22.51   vim-filesystem-2:9.0.1307-1.fc36.noarch                                       
11:20:27 #12 22.51   which-2.21-32.fc36.x86_64                                                     
11:20:27 #12 22.51   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:20:27 #12 22.51 
11:20:27 #12 22.51 Complete!
11:20:27 #12 9.616 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
11:20:27 #12 9.627 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
11:20:27 #12 9.637 Setting up librhash0:arm64 (1.4.1-2) ...
11:20:27 #12 9.647 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:20:27 #12 9.661 Setting up dh-apparmor (2.13.6-10) ...
11:20:27 #12 9.674 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
11:20:27 #12 9.684 Setting up libprocps8:arm64 (2:3.3.17-5) ...
11:20:27 #12 9.694 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
11:20:27 #12 9.704 Setting up libselinux1-dev:arm64 (3.1-3) ...
11:20:27 #12 9.714 Setting up procps (2:3.3.17-5) ...
11:20:27 #12 9.751 Setting up cmake (3.18.4-2+deb11u1) ...
11:20:27 #12 9.761 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:20:27 #12 9.771 Setting up dmsetup (2:1.02.175-2.1) ...
11:20:27 #12 9.785 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:20:27 #12 9.795 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:20:27 #12 9.806 Setting up docker-ce-build-deps (1.0) ...
11:20:27 #12 9.815 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:27 #11 60.72 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
11:20:27 #11 60.73 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
11:20:27 #11 60.77 Selecting previously unselected package libxml-sax-expat-perl.
11:20:27 #11 60.77 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:27 #11 60.78 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:27 #11 60.81 Selecting previously unselected package libyaml-libyaml-perl.
11:20:27 #11 60.81 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
11:20:27 #11 60.82 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:27 #11 60.85 Selecting previously unselected package licensecheck.
11:20:27 #11 60.85 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
11:20:27 #11 60.85 Unpacking licensecheck (3.2.14-2) ...
11:20:27 #11 60.89 Selecting previously unselected package libdevel-size-perl.
11:20:27 #11 60.90 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
11:20:27 #11 60.90 Unpacking libdevel-size-perl (0.83-1build4) ...
11:20:27 #11 60.93 Selecting previously unselected package libipc-run3-perl.
11:20:27 #11 60.93 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
11:20:27 #11 60.93 Unpacking libipc-run3-perl (0.048-2) ...
11:20:27 #11 60.97 Selecting previously unselected package lzip.
11:20:27 #12 3.100 dh_testroot
11:20:27 #12 3.117 dh_install
11:20:27 #12 3.143 dh_installdocs
11:20:27 #12 3.175 dh_installchangelogs
11:20:27 #12 3.240 dh_compress
11:20:27 #12 3.272 dh_fixperms
11:20:27 #12 3.313 dh_installdeb
11:20:27 #12 3.339 dh_gencontrol
11:20:27 #11 73.90 Setting up ucf (3.0043) ...
11:20:27 #11 74.12 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
11:20:27 #11 74.13 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:20:27 #11 74.15 Setting up libltdl7:arm64 (2.4.7-4) ...
11:20:27 #12 12.30 Unpacking bash-completion (1:2.11-2) ...
11:20:27 #12 12.45 Selecting previously unselected package cmake-data.
11:20:27 #12 12.46 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ...
11:20:27 #12 12.46 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:20:27 #13 DONE 2.5s
11:20:27 
11:20:27 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:20:27 #14 DONE 0.0s
11:20:27 
11:20:27 #15 exporting to image
11:20:27 #15 exporting layers
11:20:27 #10 DONE 50.8s
11:20:27 
11:20:27 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:27 #11 DONE 0.0s
11:20:27    dh_clean
11:20:27 #11 64.45 Preparing to unpack .../202-liberror-perl_0.17029-1_all.deb ...
11:20:27 #11 64.46 Unpacking liberror-perl (0.17029-1) ...
11:20:27 #11 64.49 Selecting previously unselected package git-man.
11:20:27 #11 64.49 Preparing to unpack .../203-git-man_1%3a2.37.2-1ubuntu1.4_all.deb ...
11:20:27 #11 64.50 Unpacking git-man (1:2.37.2-1ubuntu1.4) ...
11:20:27 #11 64.55 Selecting previously unselected package git.
11:20:27 #11 64.55 Preparing to unpack .../204-git_1%3a2.37.2-1ubuntu1.4_armhf.deb ...
11:20:27 #11 64.56 Unpacking git (1:2.37.2-1ubuntu1.4) ...
11:20:27 #11 63.24 Setting up libdata-dump-perl (1.23-1) ...
11:20:27 #11 63.25 Setting up python3-certifi (2019.11.28-1) ...
11:20:27 #11 63.40 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:27 #11 63.41 Setting up libref-util-perl (0.204-1) ...
11:20:27 #11 63.42 Setting up libipc-system-simple-perl (1.26-1) ...
11:20:27 #11 63.43 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:27 #12 DONE 10.2s
11:20:27 
11:20:27 #13 [stage-1 5/8] COPY sources/ /sources
11:20:27 #13 DONE 0.1s
11:20:27 
11:20:27 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:27 #13 4.213 Building dependency tree...
11:20:27 #13 4.417 Reading state information...
11:20:27 #13 4.456 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:27 #13 4.544 Starting 2 pkgProblemResolver with broken count: 0
11:20:27  dpkg-source -I.git -b .
11:20:27 [100%] Linking C executable tini-static
11:20:27 [100%] Built target tini-static
11:20:27 + mkdir -p /usr/local/bin
11:20:27 [100%] Built target tini-static
11:20:27 + mkdir -p /usr/local/bin
11:20:27 + cp tini-static /usr/local/bin/docker-init
11:20:27 + VERSION=0.0.0-20230309110843-71615c2
11:20:27 + PRODUCT=docker
11:20:27 + hack/make.sh dynbinary
11:20:27 
11:20:27 #13 9.084 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:20:27 #13 9.095 Unpacking emacsen-common (3.0.4) ...
11:20:27 #13 9.135 Selecting previously unselected package cmake-data.
11:20:27 #13 9.138 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
11:20:27 #13 9.147 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:27 #13 DONE 9.8s
11:20:27 
11:20:27 #14 [stage-1 6/9] COPY sources/ /sources
11:20:27 #10 61.90 Updating certificates in /etc/ssl/certs...
11:20:27 #12 DONE 22.7s
11:20:27 
11:20:27 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:20:27 #12 12.66 Selecting previously unselected package pkg-config.
11:20:27 #12 12.66 Preparing to unpack .../27-pkg-config_0.29-6_armhf.deb ...
11:20:27 #12 12.67 Unpacking pkg-config (0.29-6) ...
11:20:27 #12 12.75 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
11:20:27 #12 12.76 Setting up libseccomp-dev:armhf (2.3.3-4) ...
11:20:27 #12 12.78 Setting up libpcre16-3:armhf (2:8.39-12) ...
11:20:27 #12 12.79 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
11:20:27 #12 12.81 Setting up libsepol1-dev:armhf (2.8-1) ...
11:20:27 #12 12.82 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
11:20:27 #12 12.83 Setting up bash-completion (1:2.8-6) ...
11:20:27 #12 9.835 Processing triggers for man-db (2.9.4-2) ...
11:20:27 #11 60.97 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
11:20:27 #11 60.97 Unpacking lzip (1.23-1) ...
11:20:27 #11 61.00 Selecting previously unselected package lzop.
11:20:27 #11 61.01 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
11:20:27 #11 61.01 Unpacking lzop (1.04-2build2) ...
11:20:27 #11 61.04 Selecting previously unselected package t1utils.
11:20:27 #11 61.04 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
11:20:27 #11 61.05 Unpacking t1utils (1.41-4build2) ...
11:20:27 #11 61.08 Selecting previously unselected package unzip.
11:20:27 #11 61.08 Preparing to unpack .../340-unzip_6.0-26ubuntu3.1_armhf.deb ...
11:20:27 #11 61.08 Unpacking unzip (6.0-26ubuntu3.1) ...
11:20:27 #11 61.12 Selecting previously unselected package lintian.
11:20:27 #11 61.12 Preparing to unpack .../341-lintian_2.114.0ubuntu1.2_all.deb ...
11:20:27 #11 61.13 Unpacking lintian (2.114.0ubuntu1.2) ...
11:20:27 #12 3.508 dh_md5sums
11:20:27 #12 3.539 dh_builddeb
11:20:27 #12 3.558 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:27 #12 3.580 
11:20:27 #12 3.580 The package has been created.
11:20:27 #12 3.580 Attention, the package has been created in the current directory,
11:20:27 #12 3.580 not in ".." as indicated by the message above!
11:20:27 #12 3.603 Selecting previously unselected package docker-ce-build-deps.
11:20:27 #11 74.16 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:20:27 #11 74.17 Setting up libwebp7:arm64 (1.2.2-2) ...
11:20:27 #11 74.18 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
11:20:27 #11 74.19 Setting up libubsan1:arm64 (12.2.0-3ubuntu1) ...
11:20:27 #11 74.20 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:20:27 #11 74.21 Setting up libmd0:arm64 (1.0.4-2) ...
11:20:27 #11 74.22 Setting up python-apt-common (2.4.0+22.10) ...
11:20:27 #11 74.23 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
11:20:27 #11 74.24 Setting up libhwasan0:arm64 (12.2.0-3ubuntu1) ...
11:20:27 #11 74.26 Setting up libcrypt-dev:arm64 (1:4.4.28-2) ...
11:20:27 #11 74.27 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:20:27 #11 74.28 Setting up libasan8:arm64 (12.2.0-3ubuntu1) ...
11:20:27 #11 74.29 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
11:20:27 #11 74.31 Setting up lzop (1.04-2build2) ...
11:20:27 #11 74.32 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
11:20:27 #11 74.33 Setting up git-man (1:2.37.2-1ubuntu1.4) ...
11:20:27 #11 74.34 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
11:20:27 #11 74.35 Setting up netbase (6.3) ...
11:20:27 
11:20:27 #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
11:20:27  dpkg-source -I.git -b build-deb
11:20:27 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:27 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:27 dpkg-source: info: using source format '1.0'
11:20:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz
11:20:27 #11 64.75 Selecting previously unselected package libalgorithm-diff-perl.
11:20:27 #11 64.75 Preparing to unpack .../205-libalgorithm-diff-perl_1.201-1_all.deb ...
11:20:27 #11 64.76 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:20:27 #11 64.79 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf.
11:20:27 #11 64.80 Preparing to unpack .../206-libalgorithm-diff-xs-perl_0.04-7_armhf.deb ...
11:20:27 #11 64.80 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-7) ...
11:20:27 #11 64.83 Selecting previously unselected package libalgorithm-merge-perl.
11:20:27 #11 64.84 Preparing to unpack .../207-libalgorithm-merge-perl_0.08-4_all.deb ...
11:20:27 #11 64.84 Unpacking libalgorithm-merge-perl (0.08-4) ...
11:20:27 #11 64.88 Selecting previously unselected package libaliased-perl.
11:20:27 #11 64.88 Preparing to unpack .../208-libaliased-perl_0.34-2_all.deb ...
11:20:27 #11 64.88 Unpacking libaliased-perl (0.34-2) ...
11:20:27 #11 64.92 Selecting previously unselected package libapt-pkg-perl.
11:20:27 #11 64.92 Preparing to unpack .../209-libapt-pkg-perl_0.1.40build2_armhf.deb ...
11:20:27 #11 64.93 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:20:27 #11 63.44 Setting up libxml-writer-perl (0.625-1) ...
11:20:27 #11 63.46 Setting up libhash-fieldhash-perl (0.15-1build2) ...
11:20:27 #11 63.47 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
11:20:27 #11 63.48 Setting up shared-mime-info (1.15-1) ...
11:20:27 #13 4.548 Done
11:20:27 #13 4.592  Done
11:20:27 #13 4.609 Starting pkgProblemResolver with broken count: 0
11:20:27 #13 4.662 Starting 2 pkgProblemResolver with broken count: 0
11:20:27 #13 4.665 Done
11:20:27 dpkg-source: warning: native package version may not have a revision
11:20:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:27 dpkg-source: info: using source format '1.0'
11:20:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz
11:20:27 + cp tini-static /usr/local/bin/docker-init
11:20:27 + VERSION=0.0.0-20230309110843-71615c2
11:20:27 + PRODUCT=docker
11:20:27 + hack/make.sh dynbinary
11:20:27 
11:20:27 Removing bundles/
11:20:27 
11:20:27 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:27 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:27 Removing bundles/
11:20:27 
11:20:27 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:27 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:27 #13 9.514 Selecting previously unselected package cmake.
11:20:27 #13 9.518 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_amd64.deb ...
11:20:27 #13 9.521 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:27 #13 9.636 Selecting previously unselected package dh-apparmor.
11:20:27 #14 DONE 0.1s
11:20:27 
11:20:27 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:27 + mkdir -p /root/build-deb/cli
11:20:27 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:28 #12 3.615 (Reading database ... 21180 files and directories currently installed.)
11:20:28 #12 3.616 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:28 #12 3.623 Unpacking docker-ce-build-deps (1.0) ...
11:20:28 #11 74.38 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
11:20:28 #11 74.39 Setting up libtsan2:arm64 (12.2.0-3ubuntu1) ...
11:20:28 #11 74.40 Setting up libbinutils:arm64 (2.39-3ubuntu1.1) ...
11:20:28 #11 74.41 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:20:28 #11 74.52 Setting up libfido2-1:arm64 (1.11.0-1) ...
11:20:28 #11 74.54 Setting up libisl23:arm64 (0.25-1) ...
11:20:28 #11 74.55 Setting up libc-dev-bin (2.36-0ubuntu4) ...
11:20:28 #11 74.56 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:20:28 #11 74.58 Setting up libbsd0:arm64 (0.11.6-1) ...
11:20:28 #11 74.59 Setting up libelf1:arm64 (0.187-4) ...
11:20:28 #11 74.60 Setting up libjson-c5:arm64 (0.16-1) ...
11:20:28 #11 74.61 Setting up readline-common (8.2-1) ...
11:20:28 #13 4.066 Reading package lists...
11:20:28 #11 64.99 Selecting previously unselected package libarchive-cpio-perl.
11:20:28 #11 64.99 Preparing to unpack .../210-libarchive-cpio-perl_0.10-2_all.deb ...
11:20:28 #11 65.00 Unpacking libarchive-cpio-perl (0.10-2) ...
11:20:28 #11 65.03 Selecting previously unselected package libarray-intspan-perl.
11:20:28 #11 65.04 Preparing to unpack .../211-libarray-intspan-perl_2.004-2_all.deb ...
11:20:28 #11 65.04 Unpacking libarray-intspan-perl (2.004-2) ...
11:20:28 #11 65.07 Selecting previously unselected package libmodule-implementation-perl.
11:20:28 #11 65.08 Preparing to unpack .../212-libmodule-implementation-perl_0.09-2_all.deb ...
11:20:28 #11 65.08 Unpacking libmodule-implementation-perl (0.09-2) ...
11:20:28 #11 65.12 Selecting previously unselected package libsub-exporter-progressive-perl.
11:20:28 #11 65.12 Preparing to unpack .../213-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
11:20:28 #11 65.12 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
11:20:28 #11 65.16 Selecting previously unselected package libvariable-magic-perl.
11:20:28 #11 65.17 Preparing to unpack .../214-libvariable-magic-perl_0.62-2_armhf.deb ...
11:20:28 #11 65.17 Unpacking libvariable-magic-perl (0.62-2) ...
11:20:28 #11 65.20 Selecting previously unselected package libb-hooks-endofscope-perl.
11:20:28 #11 65.21 Preparing to unpack .../215-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:20:28 #11 65.21 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:20:28 #12 12.95 Selecting previously unselected package libarchive13:armhf.
11:20:28 #12 12.96 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
11:20:28 #12 12.98 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
11:20:28 #12 13.04 Selecting previously unselected package libjsoncpp24:armhf.
11:20:28 #12 13.04 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
11:20:28 #12 13.05 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
11:20:28 #12 13.09 Selecting previously unselected package librhash0:armhf.
11:20:28 #12 13.09 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
11:20:28 #12 13.09 Unpacking librhash0:armhf (1.4.1-2) ...
11:20:28 #12 13.14 Selecting previously unselected package libuv1:armhf.
11:20:28 #13 4.840 The following additional packages will be installed:
11:20:28 #13 4.840   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:28 #13 4.841   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:28 #13 4.841   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:28 #13 4.841   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:28 #13 4.841   libudev1 libuv1 pkg-config
11:20:28 #13 4.843 Suggested packages:
11:20:28 #13 4.843   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:28 #13 4.843 Recommended packages:
11:20:28 #13 4.843   dmsetup
11:20:28 #13 4.895 The following NEW packages will be installed:
11:20:28 #13 4.896   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:28 #13 4.896   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:28 #13 4.896   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:28 #13 4.897   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:28 #13 4.898 The following packages will be upgraded:
11:20:28 #13 4.899   libsystemd0 libudev1
11:20:28 #13 9.639 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
11:20:28 #13 9.642 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:28 #13 9.677 Preparing to unpack .../10-libudev1_249.11-0ubuntu3.7_amd64.deb ...
11:20:28 #13 9.688 Unpacking libudev1:amd64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:28 #13 9.736 Setting up libudev1:amd64 (249.11-0ubuntu3.7) ...
11:20:28 #13 9.778 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:20:28 #13 9.778 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29477 files and directories currently installed.)
11:20:28 #13 9.797 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:20:28 #13 9.800 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:28 #13 9.832 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:20:28 #13 9.834 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:20:28 #13 9.838 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:28 #13 9.863 Selecting previously unselected package libudev-dev:amd64.
11:20:28 #13 9.866 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.7_amd64.deb ...
11:20:28 #13 9.870 Unpacking libudev-dev:amd64 (249.11-0ubuntu3.7) ...
11:20:28 #13 9.896 Selecting previously unselected package libsepol-dev:amd64.
11:20:28 #13 9.899 Preparing to unpack .../03-libsepol-dev_3.3-1build1_amd64.deb ...
11:20:28 #13 9.902 Unpacking libsepol-dev:amd64 (3.3-1build1) ...
11:20:28 #13 9.947 Selecting previously unselected package libpcre2-16-0:amd64.
11:20:28 #13 9.947 Preparing to unpack .../04-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ...
11:20:28 + mkdir -p /root/build-deb/buildx
11:20:28 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:28 #10 62.32 127 added, 0 removed; done.
11:20:28 #10 62.38 Setting up libfreetype6:armhf (2.12.1+dfsg-4) ...
11:20:28 #10 62.40 Setting up libgcc-12-dev:armhf (12.2.0-14) ...
11:20:28 #10 62.41 Setting up shared-mime-info (2.2-1) ...
11:20:28 #11 74.63 Setting up publicsuffix (20220811.1734-1) ...
11:20:28 #11 74.64 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
11:20:28 #11 74.65 Setting up zstd (1.5.2+dfsg-1) ...
11:20:28 #11 74.66 Setting up libmarkdown2:arm64 (2.2.7-2) ...
11:20:28 #11 74.67 Setting up libcc1-0:arm64 (12.2.0-3ubuntu1) ...
11:20:28 #11 74.68 Setting up iso-codes (4.11.0-1) ...
11:20:28 #11 74.69 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:20:28 #11 74.70 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:28 #11 74.71 Setting up liblsan0:arm64 (12.2.0-3ubuntu1) ...
11:20:28 #11 74.72 Setting up dctrl-tools (2.24-3build2) ...
11:20:28 #11 74.74 Setting up libitm1:arm64 (12.2.0-3ubuntu1) ...
11:20:28 #11 74.75 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
11:20:28 #11 74.76 Setting up libgdbm6:arm64 (1.23-1) ...
11:20:28 #11 74.77 Setting up libctf0:arm64 (2.39-3ubuntu1.1) ...
11:20:28 #11 74.78 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
11:20:28 #11 74.79 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:20:28 #11 74.80 Setting up manpages-dev (5.13-1) ...
11:20:28 #11 74.82 Setting up libdw1:arm64 (0.187-4) ...
11:20:28 #11 74.82 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:20:28 #11 74.84 Setting up cpp-12 (12.2.0-3ubuntu1) ...
11:20:28 #13 4.855 Building dependency tree...
11:20:28 #13 5.056 Reading state information...
11:20:28 #11 61.39 Selecting previously unselected package manpages-dev.
11:20:28 #11 61.40 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
11:20:28 #11 61.40 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:20:28 #11 61.67 Selecting previously unselected package python3-certifi.
11:20:28 #11 61.67 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
11:20:28 #11 61.67 Unpacking python3-certifi (2020.6.20-1) ...
11:20:28 #11 61.73 Selecting previously unselected package python3-idna.
11:20:28 #11 61.73 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
11:20:28 #11 61.73 Unpacking python3-idna (3.3-1) ...
11:20:28 #11 61.76 Selecting previously unselected package python3-six.
11:20:28 #11 61.77 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
11:20:28 #11 65.24 Selecting previously unselected package libberkeleydb-perl:armhf.
11:20:28 #11 65.24 Preparing to unpack .../216-libberkeleydb-perl_0.64-1build3_armhf.deb ...
11:20:28 #11 65.25 Unpacking libberkeleydb-perl:armhf (0.64-1build3) ...
11:20:28 #11 65.29 Selecting previously unselected package libfreetype6:armhf.
11:20:28 #11 65.29 Preparing to unpack .../217-libfreetype6_2.12.1+dfsg-3_armhf.deb ...
11:20:28 #11 65.29 Unpacking libfreetype6:armhf (2.12.1+dfsg-3) ...
11:20:28 #11 65.34 Selecting previously unselected package libfontconfig1:armhf.
11:20:28 #11 65.34 Preparing to unpack .../218-libfontconfig1_2.13.1-4.4ubuntu1_armhf.deb ...
11:20:28 #11 65.35 Unpacking libfontconfig1:armhf (2.13.1-4.4ubuntu1) ...
11:20:28 #11 65.38 Selecting previously unselected package libjpeg-turbo8:armhf.
11:20:28 #11 65.39 Preparing to unpack .../219-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
11:20:28 #11 65.39 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:20:28 #11 65.42 Selecting previously unselected package libjpeg8:armhf.
11:20:28 #11 65.43 Preparing to unpack .../220-libjpeg8_8c-2ubuntu10_armhf.deb ...
11:20:28 #11 65.43 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
11:20:28 #12 13.15 Preparing to unpack .../09-libuv1_1.40.0-2_armhf.deb ...
11:20:28 #12 13.15 Unpacking libuv1:armhf (1.40.0-2) ...
11:20:28 #12 13.19 Selecting previously unselected package cmake.
11:20:28 #12 13.19 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ...
11:20:28 #12 13.20 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:20:28 #13 9.950 Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 9.984 Selecting previously unselected package libpcre2-32-0:amd64.
11:20:28 #13 9.986 Preparing to unpack .../05-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ...
11:20:28 #13 9.989 Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.02 Selecting previously unselected package libpcre2-posix3:amd64.
11:20:28 #13 10.02 Preparing to unpack .../06-libpcre2-posix3_10.39-3ubuntu0.1_amd64.deb ...
11:20:28 #13 10.03 Unpacking libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.05 Selecting previously unselected package libpcre2-dev:amd64.
11:20:28 #13 10.06 Preparing to unpack .../07-libpcre2-dev_10.39-3ubuntu0.1_amd64.deb ...
11:20:28 #13 10.06 Unpacking libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.10 Selecting previously unselected package libselinux1-dev:amd64.
11:20:28 #13 10.10 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_amd64.deb ...
11:20:28 #13 10.10 Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
11:20:28 #13 10.14 Selecting previously unselected package libdevmapper-dev:amd64.
11:20:28 #13 10.14 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:20:28 #13 10.15 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:28 #13 10.17 Selecting previously unselected package libseccomp-dev:amd64.
11:20:28 + mkdir -p /root/build-deb/compose
11:20:28 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:28 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:28 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:28 + mkdir -p /go/src/github.com/docker
11:20:28 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:28 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:28 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:28 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:28 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:28 + EPOCH=5
11:20:28 + EPOCH_SEP=
11:20:28 + [[ ! -z 5 ]]
11:20:28 + EPOCH_SEP=:
11:20:28 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:28 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:28 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:28 + VERSION=0.0.0-20230309110843-71615c2
11:20:28 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:28 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:28 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:28 + debSource=docker-ce
11:20:28 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:28 + debMaintainer='Docker <support@docker.com>'
11:20:28 ++ date --rfc-2822
11:20:28 + debDate='Fri, 10 Mar 2023 11:20:28 +0000'
11:20:28 + pkgRevision=1
11:20:28 + cat
11:20:28 + export CLI_GITCOMMIT=71615c2
11:20:28 + CLI_GITCOMMIT=71615c2
11:20:28 + export ENGINE_GITCOMMIT=31a9532
11:20:28 + ENGINE_GITCOMMIT=31a9532
11:20:28 + export SCAN_GITCOMMIT=6c852fa
11:20:28 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:28 + SCAN_GITCOMMIT=6c852fa
11:20:28 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:28 + dpkg-buildpackage -uc -us -I.git
11:20:28 #12 13.46 Setting up libpcre32-3:armhf (2:8.39-12) ...
11:20:28 #12 13.48 Setting up pkg-config (0.29-6) ...
11:20:28 #12 13.54 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
11:20:28 #12 13.55 Setting up libltdl7:armhf (2.4.6-9) ...
11:20:28 #12 13.57 Setting up librhash0:armhf (1.3.8-1) ...
11:20:28 #12 13.59 Setting up cmake-data (3.16.3-3~bpo10+1) ...
11:20:28 #12 13.60 Setting up dh-apparmor (2.13.2-10) ...
11:20:28 #12 13.62 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
11:20:28 #12 13.63 Setting up libjsoncpp1:armhf (1.7.4-3) ...
11:20:28 #12 13.64 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
11:20:28 #12 13.66 Setting up libpcre3-dev:armhf (2:8.39-12) ...
11:20:28 #12 13.67 Setting up libltdl-dev:armhf (2.4.6-9) ...
11:20:28 #11 74.85 Setting up libxcb1:arm64 (1.15-1) ...
11:20:28 #11 74.86 Setting up gettext (0.21-8) ...
11:20:28 #11 74.87 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
11:20:28 #11 75.02 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
11:20:28 #11 75.03 Setting up libreadline8:arm64 (8.2-1) ...
11:20:28 #11 75.04 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:20:28 #11 75.07 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
11:20:28 #11 75.08 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:28 #13 5.063 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:28 #13 5.333 Starting 2 pkgProblemResolver with broken count: 0
11:20:28 #13 5.338 Done
11:20:28 #11 61.77 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:20:28 #11 61.82 Selecting previously unselected package python3-urllib3.
11:20:28 #11 61.82 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:20:28 #11 61.82 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:20:28 #11 61.87 Selecting previously unselected package python3-requests.
11:20:28 #11 61.87 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
11:20:28 #11 61.87 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:20:28 #11 61.91 Selecting previously unselected package python3-unidiff.
11:20:28 #11 61.92 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
11:20:28 #11 61.92 Unpacking python3-unidiff (0.5.5-2) ...
11:20:28 #11 61.95 Selecting previously unselected package python3-xdg.
11:20:28 #11 61.96 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
11:20:28 #11 61.96 Unpacking python3-xdg (0.27-2) ...
11:20:28 #11 61.99 Selecting previously unselected package equivs.
11:20:28 #11 65.46 Selecting previously unselected package libdeflate0:armhf.
11:20:28 #11 65.47 Preparing to unpack .../221-libdeflate0_1.12-1_armhf.deb ...
11:20:28 #11 65.47 Unpacking libdeflate0:armhf (1.12-1) ...
11:20:28 #11 65.51 Selecting previously unselected package libjbig0:armhf.
11:20:28 #11 65.51 Preparing to unpack .../222-libjbig0_2.1-3.1ubuntu0.22.10.1_armhf.deb ...
11:20:28 #11 65.52 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ...
11:20:28 #11 65.56 Selecting previously unselected package liblerc3:armhf.
11:20:28 #11 65.56 Preparing to unpack .../223-liblerc3_3.0+ds-1ubuntu1_armhf.deb ...
11:20:28 #11 65.56 Unpacking liblerc3:armhf (3.0+ds-1ubuntu1) ...
11:20:28 #11 65.60 Selecting previously unselected package libwebp7:armhf.
11:20:28 #11 65.60 Preparing to unpack .../224-libwebp7_1.2.2-2_armhf.deb ...
11:20:28 #11 65.61 Unpacking libwebp7:armhf (1.2.2-2) ...
11:20:28 #11 65.65 Selecting previously unselected package libtiff5:armhf.
11:20:28 #11 65.65 Preparing to unpack .../225-libtiff5_4.4.0-4ubuntu3.3_armhf.deb ...
11:20:28 #11 65.66 Unpacking libtiff5:armhf (4.4.0-4ubuntu3.3) ...
11:20:28 #11 65.70 Selecting previously unselected package libxpm4:armhf.
11:20:28 #12 13.61 Selecting previously unselected package dh-apparmor.
11:20:28 #12 13.62 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
11:20:28 #12 13.62 Unpacking dh-apparmor (2.13.6-10) ...
11:20:28 #12 13.66 Selecting previously unselected package dmsetup.
11:20:28 #12 13.67 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:20:28 #12 13.67 Unpacking dmsetup (2:1.02.175-2.1) ...
11:20:28 #12 13.73 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:28 #13 5.319 2 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
11:20:28 #13 5.319 1 not fully installed or removed.
11:20:28 #13 5.319 Need to get 7712 kB of archives.
11:20:28 #13 5.319 After this operation, 36.6 MB of additional disk space will be used.
11:20:28 #13 5.319 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
11:20:28 #13 10.18 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ...
11:20:28 #13 10.18 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
11:20:28 #13 10.22 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.7_amd64.deb ...
11:20:28 #13 10.23 Unpacking libsystemd0:amd64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:28 #13 10.28 Setting up libsystemd0:amd64 (249.11-0ubuntu3.7) ...
11:20:28 #13 10.31 Selecting previously unselected package libsystemd-dev:amd64.
11:20:28 #13 10.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 ... 30007 files and directories currently installed.)
11:20:28 #13 10.33 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.7_amd64.deb ...
11:20:28 #13 10.33 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.7) ...
11:20:28 #13 10.39 Selecting previously unselected package libglib2.0-0:amd64.
11:20:28 dpkg-buildpackage: info: source package docker-ce
11:20:28 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.10~buster
11:20:28 dpkg-buildpackage: info: source distribution buster
11:20:28 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:28 dpkg-buildpackage: info: host architecture arm64
11:20:28  dpkg-source -I.git --before-build .
11:20:28 #12 1.119 Hit:1 http://archive.raspbian.org/raspbian bookworm InRelease
11:20:28 #12 13.68 Setting up g++-8 (8.3.0-6+rpi1) ...
11:20:28 #12 13.70 Setting up cmake (3.16.3-3~bpo10+1) ...
11:20:28 #12 13.71 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
11:20:28 #12 13.72 Setting up g++ (4:8.3.0-1+rpi2) ...
11:20:28 #12 13.75 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:28 #12 13.76 Setting up build-essential (12.6) ...
11:20:28 #12 13.77 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:20:28 #12 13.79 Setting up dmsetup (2:1.02.155-3) ...
11:20:28 #12 13.80 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
11:20:28 #12 13.81 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
11:20:28 #12 13.82 Setting up docker-ce-build-deps (1.0) ...
11:20:28 #12 13.84 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
11:20:28 #12 13.86 Processing triggers for man-db (2.8.5-2) ...
11:20:28 #13 5.544  Done
11:20:28 #11 65.70 Preparing to unpack .../226-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_armhf.deb ...
11:20:28 #11 65.70 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.10.1) ...
11:20:28 #11 65.74 Selecting previously unselected package libgd3:armhf.
11:20:28 #11 65.75 Preparing to unpack .../227-libgd3_2.3.3-6_armhf.deb ...
11:20:28 #11 65.75 Unpacking libgd3:armhf (2.3.3-6) ...
11:20:28 #11 65.78 Selecting previously unselected package libc-devtools.
11:20:28 #11 65.78 Preparing to unpack .../228-libc-devtools_2.36-0ubuntu4_armhf.deb ...
11:20:28 #11 65.79 Unpacking libc-devtools (2.36-0ubuntu4) ...
11:20:28 #11 65.82 Selecting previously unselected package libcapture-tiny-perl.
11:20:28 #11 65.82 Preparing to unpack .../229-libcapture-tiny-perl_0.48-1_all.deb ...
11:20:28 #11 65.83 Unpacking libcapture-tiny-perl (0.48-1) ...
11:20:28 #11 65.86 Selecting previously unselected package libcgi-pm-perl.
11:20:28 #11 65.86 Preparing to unpack .../230-libcgi-pm-perl_4.54-1_all.deb ...
11:20:28 #11 65.86 Unpacking libcgi-pm-perl (4.54-1) ...
11:20:28 #11 65.90 Selecting previously unselected package libfcgi0ldbl:armhf.
11:20:28 #11 65.90 Preparing to unpack .../231-libfcgi0ldbl_2.4.2-2build2_armhf.deb ...
11:20:28 #11 65.90 Unpacking libfcgi0ldbl:armhf (2.4.2-2build2) ...
11:20:28 #11 62.00 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
11:20:28 #11 62.00 Unpacking equivs (2.3.1) ...
11:20:28 #11 62.03 Selecting previously unselected package libauthen-sasl-perl.
11:20:28 #11 62.03 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:20:28 #11 62.04 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:20:28 #11 62.07 Selecting previously unselected package python3-magic.
11:20:28 #11 62.07 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
11:20:28 #11 62.08 Unpacking python3-magic (2:0.4.24-2) ...
11:20:28 #11 62.13 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
11:20:28 #11 62.14 Setting up media-types (7.0.0) ...
11:20:28 #11 62.16 Setting up libpipeline1:armhf (1.5.5-1) ...
11:20:28 #11 62.17 Setting up wdiff (1.2.2-2build3) ...
11:20:28 #11 62.18 Setting up gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:28 #11 62.19 Setting up libxau6:armhf (1:1.0.9-1build5) ...
11:20:28 #11 62.20 Setting up libre2-9:armhf (20220201+dfsg-1) ...
11:20:28 #11 62.21 Setting up lto-disabled-list (24) ...
11:20:28 #11 62.23 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
11:20:28 #11 62.24 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:20:28 #11 62.25 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:20:28 #11 62.25 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
11:20:28 #11 62.25 Setting up libtext-glob-perl (0.11-2) ...
11:20:28 #11 62.26 Setting up libmagic-mgc (1:5.41-3) ...
11:20:28 #11 62.27 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
11:20:28 #11 62.28 Setting up distro-info-data (0.52ubuntu0.2) ...
11:20:28 #11 62.30 Setting up manpages (5.10-1ubuntu1) ...
11:20:28 #11 62.31 Setting up unzip (6.0-26ubuntu3.1) ...
11:20:28 #11 62.32 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:20:28 #11 62.34 Setting up libbrotli1:armhf (1.0.9-2build6) ...
11:20:28 #11 62.35 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
11:20:28 #12 13.73 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:20:28 #12 13.73 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:20:28 #12 13.78 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:28 #12 13.78 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:20:28 #12 13.79 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:20:28 #12 13.82 Selecting previously unselected package libudev-dev:armhf.
11:20:28 #12 13.82 Preparing to unpack .../15-libudev-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
11:20:28 #12 13.82 Unpacking libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:20:28 #12 13.86 Selecting previously unselected package libsepol1-dev:armhf.
11:20:28 #13 5.688 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
11:20:28 #13 10.40 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
11:20:28 #13 10.40 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
11:20:28 #13 10.45 Selecting previously unselected package pkg-config.
11:20:28 #13 10.45 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_amd64.deb ...
11:20:28 #13 10.46 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:20:28 #13 10.50 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
11:20:28 #13 10.51 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:20:28 #13 10.52 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
11:20:28 #13 10.53 No schema files found: doing nothing.
11:20:28 #13 10.53 Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.54 Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.55 Setting up libuv1:amd64 (1.43.0-1) ...
11:20:28 #13 10.56 Setting up emacsen-common (3.0.4) ...
11:20:28 #13 10.59 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:20:28 #13 10.60 Setting up bash-completion (1:2.11-5ubuntu1) ...
11:20:28 #13 10.62 Setting up libjsoncpp25:amd64 (1.9.5-3) ...
11:20:28 #13 10.63 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:20:28 #13 10.67 Setting up libudev-dev:amd64 (249.11-0ubuntu3.7) ...
11:20:28 #13 10.68 Setting up libsepol-dev:amd64 (3.3-1build1) ...
11:20:28 #13 10.69 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:28 #13 10.70 Setting up libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
11:20:28 #13 10.71 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
11:20:28 #13 DONE 1.7s
11:20:28 
11:20:28 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:20:28 #14 DONE 0.0s
11:20:28 
11:20:28 #15 exporting to image
11:20:28 #15 exporting layers
11:20:28 #17 exporting layers 4.7s done
11:20:28 #17 writing image sha256:e62afeb5bc1786b3968146e6447a3d3a4eb04e779ac5be99974a643e41c27611 done
11:20:28 #17 naming to docker.io/rpmbuild-centos-8/x86_64 done
11:20:28 #17 DONE 4.7s
11:20:28 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Fk0Uul
11:20:28 + umask 022
11:20:28 + cd /root/rpmbuild/BUILD
11:20:28 + cd /root/rpmbuild/BUILD
11:20:28 + rm -rf src
11:20:28 + /usr/bin/mkdir -p src
11:20:28 + cd src
11:20:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:28 + /usr/bin/tar -xof -
11:20:28  debian/rules clean
11:20:28 dh clean --with=bash-completion
11:20:28    dh_clean
11:20:29 #13 5.753 Starting pkgProblemResolver with broken count: 0
11:20:29 #13 5.796 Starting 2 pkgProblemResolver with broken count: 0
11:20:29 #13 5.801 Done
11:20:29 #11 65.94 Selecting previously unselected package libfcgi-perl:armhf.
11:20:29 #11 65.94 Preparing to unpack .../232-libfcgi-perl_0.82+ds-1build1_armhf.deb ...
11:20:29 #11 65.94 Unpacking libfcgi-perl:armhf (0.82+ds-1build1) ...
11:20:29 #11 65.97 Selecting previously unselected package libcgi-fast-perl.
11:20:29 #11 65.97 Preparing to unpack .../233-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:20:29 #11 65.98 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:20:29 #11 66.00 Selecting previously unselected package libclass-data-inheritable-perl.
11:20:29 #11 66.01 Preparing to unpack .../234-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:20:29 #11 66.01 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:20:29 #11 66.05 Selecting previously unselected package libclone-perl.
11:20:29 #11 66.06 Preparing to unpack .../235-libclone-perl_0.45-1build3_armhf.deb ...
11:20:29 #11 66.06 Unpacking libclone-perl (0.45-1build3) ...
11:20:29 #11 66.09 Selecting previously unselected package libcommon-sense-perl:armhf.
11:20:29 #11 66.09 Preparing to unpack .../236-libcommon-sense-perl_3.75-2build1_armhf.deb ...
11:20:29 #11 66.09 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
11:20:29 #11 66.13 Selecting previously unselected package libconfig-tiny-perl.
11:20:29 #11 66.13 Preparing to unpack .../237-libconfig-tiny-perl_2.28-1_all.deb ...
11:20:29 #11 66.14 Unpacking libconfig-tiny-perl (2.28-1) ...
11:20:29 #11 66.16 Selecting previously unselected package libparams-util-perl.
11:20:29 #11 66.17 Preparing to unpack .../238-libparams-util-perl_1.102-1build3_armhf.deb ...
11:20:29 #11 66.17 Unpacking libparams-util-perl (1.102-1build3) ...
11:20:29 #11 66.20 Selecting previously unselected package libsub-install-perl.
11:20:29 #11 66.20 Preparing to unpack .../239-libsub-install-perl_0.928-2_all.deb ...
11:20:29 #11 66.20 Unpacking libsub-install-perl (0.928-2) ...
11:20:29 #11 66.23 Selecting previously unselected package libdata-optlist-perl.
11:20:29 #11 66.23 Preparing to unpack .../240-libdata-optlist-perl_0.112-1_all.deb ...
11:20:29 #11 66.24 Unpacking libdata-optlist-perl (0.112-1) ...
11:20:29 #11 75.58 Updating certificates in /etc/ssl/certs...
11:20:29 #11 62.36 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:29 #11 62.37 Setting up binutils-common:armhf (2.38-4ubuntu2.1) ...
11:20:29 #11 62.39 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
11:20:29 #11 62.39 Setting up libmagic1:armhf (1:5.41-3) ...
11:20:29 #11 62.41 Setting up libdeflate0:armhf (1.10-2) ...
11:20:29 #11 62.42 Setting up less (590-1ubuntu0.22.04.1) ...
11:20:29 #11 62.44 Setting up perl-openssl-defaults:armhf (5build2) ...
11:20:29 #11 62.45 Setting up linux-libc-dev:armhf (5.15.0-67.74) ...
11:20:29 #11 62.46 Setting up libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
11:20:29 #11 62.47 Setting up gettext-base (0.21-4ubuntu4) ...
11:20:29 #11 62.48 Setting up liblzo2-2:armhf (2.10-2build3) ...
11:20:29 #11 62.49 Setting up libnpth0:armhf (1.6-3build2) ...
11:20:29 #11 62.50 Setting up file (1:5.41-3) ...
11:20:29 #11 62.51 Setting up libassuan0:armhf (2.5.5-1build1) ...
11:20:29 #11 62.52 Setting up libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:29 #11 62.54 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:20:29 #11 62.55 Setting up bzip2 (1.0.8-5build1) ...
11:20:29 #12 13.86 Preparing to unpack .../16-libsepol1-dev_3.1-1_armhf.deb ...
11:20:29 #12 13.87 Unpacking libsepol1-dev:armhf (3.1-1) ...
11:20:29 #12 13.94 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:29 #12 13.94 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
11:20:29 #12 13.95 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:20:29 #12 14.01 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:29 #12 14.01 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
11:20:29 #12 14.01 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:20:29 #12 14.07 Selecting previously unselected package libpcre2-posix2:armhf.
11:20:29 #12 14.07 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
11:20:29 #12 14.07 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:20:29 #12 14.10 Selecting previously unselected package libpcre2-dev:armhf.
11:20:29 #12 14.11 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
11:20:29 #12 14.11 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:20:29 #13 5.958 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB]
11:20:29 #13 5.975 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB]
11:20:29 #13 5.979 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB]
11:20:29 #13 5.984 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB]
11:20:29 #13 5.988 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake arm64 3.16.3-1ubuntu1.20.04.1 [3112 kB]
11:20:29 #13 10.72 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:29 #13 10.76 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:29 #13 10.77 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.7) ...
11:20:29 #13 10.78 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:29 #13 10.79 Setting up libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
11:20:29 #13 10.80 Setting up libselinux1-dev:amd64 (3.3-1build2) ...
11:20:29 #13 10.81 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
11:20:29 #13 10.82 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:29 #13 10.83 Setting up docker-ce-build-deps (1.0) ...
11:20:29 #13 10.84 Processing triggers for man-db (2.10.2-1) ...
11:20:29 #13 10.90 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:29  dpkg-source -I.git -b .
11:20:29 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:29 dpkg-source: info: using source format '1.0'
11:20:29 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz
11:20:29 #12 3.755 Reading package lists...
11:20:29 #13 6.157 The following additional packages will be installed:
11:20:29 #13 6.158   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:29 #13 6.158   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:29 #13 6.158   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:29 #13 6.159   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:29 #13 6.159   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
11:20:29 #13 6.161 Suggested packages:
11:20:29 #13 6.161   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:20:29 #13 6.161 Recommended packages:
11:20:29 #13 6.161   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
11:20:29 #13 6.208 The following NEW packages will be installed:
11:20:29 #11 66.26 Selecting previously unselected package libsub-exporter-perl.
11:20:29 #11 66.27 Preparing to unpack .../241-libsub-exporter-perl_0.988-1_all.deb ...
11:20:29 #11 66.27 Unpacking libsub-exporter-perl (0.988-1) ...
11:20:29 #11 66.30 Selecting previously unselected package libconst-fast-perl.
11:20:29 #11 66.31 Preparing to unpack .../242-libconst-fast-perl_0.014-2_all.deb ...
11:20:29 #11 66.31 Unpacking libconst-fast-perl (0.014-2) ...
11:20:29 #11 66.34 Selecting previously unselected package libwant-perl.
11:20:29 #11 66.34 Preparing to unpack .../243-libwant-perl_0.29-2_armhf.deb ...
11:20:29 #11 66.35 Unpacking libwant-perl (0.29-2) ...
11:20:29 #11 66.38 Selecting previously unselected package libcontextual-return-perl.
11:20:29 #11 66.38 Preparing to unpack .../244-libcontextual-return-perl_0.004014-3_all.deb ...
11:20:29 #11 66.38 Unpacking libcontextual-return-perl (0.004014-3) ...
11:20:29 #11 66.41 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
11:20:29 #11 66.41 Preparing to unpack .../245-libcpanel-json-xs-perl_4.32-1_armhf.deb ...
11:20:29 #11 66.42 Unpacking libcpanel-json-xs-perl:armhf (4.32-1) ...
11:20:29 #11 66.45 Selecting previously unselected package libdevel-stacktrace-perl.
11:20:29 #11 66.46 Preparing to unpack .../246-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:20:29 #11 66.46 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:20:29 #11 62.56 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:29 #11 62.58 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
11:20:29 #11 62.59 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
11:20:29 #11 62.61 Setting up libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:29 #11 62.63 Setting up libnumber-compare-perl (0.03-2) ...
11:20:29 #11 62.64 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:29 #11 62.65 Setting up fakeroot (1.28-1ubuntu1) ...
11:20:29 #11 62.66 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.66 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
11:20:29 #11 62.67 Setting up autotools-dev (20220109.1) ...
11:20:29 #11 62.71 Setting up libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
11:20:29 #11 62.72 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:29 #11 62.74 Setting up libx11-data (2:1.7.5-1) ...
11:20:29 #11 62.75 Setting up make (4.3-4.1build1) ...
11:20:29 #11 62.77 Setting up libmpfr6:armhf (4.1.0-3build3) ...
11:20:29 #11 62.78 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:20:29 #11 62.80 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:29 #11 62.82 Setting up lzip (1.23-1) ...
11:20:29 #11 62.83 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:29 #11 62.83 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
11:20:29 #11 62.83 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:29 #11 62.83 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
11:20:29 #11 62.84 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:29 #11 62.84 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
11:20:29 #11 62.84 Setting up strace (5.16-0ubuntu3) ...
11:20:29 #11 62.86 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
11:20:29 #12 14.21 Selecting previously unselected package libselinux1-dev:armhf.
11:20:29 #12 14.21 Preparing to unpack .../21-libselinux1-dev_3.1-3_armhf.deb ...
11:20:29 #12 14.22 Unpacking libselinux1-dev:armhf (3.1-3) ...
11:20:29 #12 14.27 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:29 #12 14.28 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
11:20:29 #12 14.28 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:20:29 #12 14.32 Selecting previously unselected package libltdl7:armhf.
11:20:29 #12 14.32 Preparing to unpack .../23-libltdl7_2.4.6-15_armhf.deb ...
11:20:29 #12 14.33 Unpacking libltdl7:armhf (2.4.6-15) ...
11:20:29 #12 14.36 Selecting previously unselected package libltdl-dev:armhf.
11:20:29 #12 14.37 Preparing to unpack .../24-libltdl-dev_2.4.6-15_armhf.deb ...
11:20:29 #12 14.37 Unpacking libltdl-dev:armhf (2.4.6-15) ...
11:20:29 #13 6.136 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
11:20:29 #13 6.137 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev1 arm64 245.4-4ubuntu3.20 [69.1 kB]
11:20:29 #13 6.139 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
11:20:29 #13 6.143 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.167-1ubuntu1 [10.9 kB]
11:20:29 #13 6.288 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev-dev arm64 245.4-4ubuntu3.20 [19.7 kB]
11:20:29 #12 5.082 Building dependency tree...
11:20:29 #12 5.289 Reading state information...
11:20:29 + STATUS=0
11:20:29 + '[' 0 -ne 0 ']'
11:20:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:29 + /usr/bin/tar -xof -
11:20:29 #13 6.208   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:29 #13 6.209   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:29 #13 6.209   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:29 #13 6.209   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:29 #13 6.210   libsystemd-dev libudev-dev libuv1 pkg-config
11:20:29 #13 6.211 The following packages will be upgraded:
11:20:29 #13 6.212   libsystemd0 libudev1
11:20:29 #11 66.50 Selecting previously unselected package libexception-class-perl.
11:20:29 #11 66.51 Preparing to unpack .../247-libexception-class-perl_1.45-1_all.deb ...
11:20:29 #11 66.52 Unpacking libexception-class-perl (1.45-1) ...
11:20:29 #11 66.55 Selecting previously unselected package libiterator-perl.
11:20:29 #11 66.56 Preparing to unpack .../248-libiterator-perl_0.03+ds1-2_all.deb ...
11:20:29 #11 66.56 Unpacking libiterator-perl (0.03+ds1-2) ...
11:20:29 #11 66.59 Selecting previously unselected package libiterator-util-perl.
11:20:29 #11 66.59 Preparing to unpack .../249-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:20:29 #11 66.60 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:20:29 #11 66.68 Selecting previously unselected package libexporter-tiny-perl.
11:20:29 #11 66.68 Preparing to unpack .../250-libexporter-tiny-perl_1.002002-1_all.deb ...
11:20:29 #11 66.69 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:20:29 #11 62.87 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:20:29 #11 62.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.88 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
11:20:29 #11 62.89 Setting up t1utils (1.41-4build2) ...
11:20:29 #11 62.90 Setting up diffstat (1.64-1build2) ...
11:20:29 #11 62.91 Setting up libpng16-16:armhf (1.6.37-3build5) ...
11:20:29 #11 62.92 Setting up libmpc3:armhf (1.2.1-2build1) ...
11:20:29 #11 62.93 Setting up libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:29 #11 62.95 Setting up patch (2.7.6-7build2) ...
11:20:29 #11 62.96 Setting up autopoint (0.21-4ubuntu4) ...
11:20:29 #11 62.99 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:29 #11 63.05 Setting up ucf (3.0043) ...
11:20:29 #12 14.43 Selecting previously unselected package libseccomp-dev:armhf.
11:20:29 #12 14.44 Preparing to unpack .../25-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
11:20:29 #12 14.45 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:20:29 #12 14.49 Selecting previously unselected package libsystemd-dev:armhf.
11:20:29 #12 14.49 Preparing to unpack .../26-libsystemd-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
11:20:29 #12 14.50 Unpacking libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:20:29 #12 14.59 Selecting previously unselected package libglib2.0-0:armhf.
11:20:29 #12 14.59 Preparing to unpack .../27-libglib2.0-0_2.66.8-1_armhf.deb ...
11:20:29 #12 14.60 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:20:29 #11 76.19 124 added, 0 removed; done.
11:20:29 #11 76.22 Setting up libgprofng0:arm64 (2.39-3ubuntu1.1) ...
11:20:29 #11 76.23 Setting up libfreetype6:arm64 (2.12.1+dfsg-3) ...
11:20:29 #11 76.24 Setting up dbus (1.14.0-2ubuntu3) ...
11:20:29 #11 76.28 Setting up libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:20:29 #13 6.435 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1-dev arm64 3.0-1ubuntu0.1 [316 kB]
11:20:29 #12 DONE 14.6s
11:20:29 
11:20:29 #13 [stage-1 5/8] COPY sources/ /sources
11:20:29 #13 DONE 0.3s
11:20:29 #12 5.316 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:29 #12 5.374 Starting 2 pkgProblemResolver with broken count: 0
11:20:29 #12 5.379 Done
11:20:29 #12 5.404  Done
11:20:29 #12 5.412 Starting pkgProblemResolver with broken count: 0
11:20:29 #12 5.446 Starting 2 pkgProblemResolver with broken count: 0
11:20:29 #12 5.450 Done
11:20:29 #12 5.588 The following additional packages will be installed:
11:20:29 #13 DONE 11.4s
11:20:29 
11:20:29 #14 [stage-1 6/9] COPY sources/ /sources
11:20:29 #14 DONE 0.1s
11:20:29 #11 65.52 Setting up liblinux-epoll-perl (0.017-1) ...
11:20:29 #11 65.54 Setting up libvariable-magic-perl (0.62-1build2) ...
11:20:29 #11 65.55 Setting up python3-idna (2.8-1) ...
11:20:29 #13 6.632 2 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:29 #13 6.632 1 not fully installed or removed.
11:20:29 #13 6.632 Need to get 11.5 MB of archives.
11:20:29 #13 6.632 After this operation, 43.8 MB of additional disk space will be used.
11:20:29 #13 6.632 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
11:20:29 #11 66.72 Selecting previously unselected package liblist-moreutils-xs-perl.
11:20:29 #11 66.72 Preparing to unpack .../251-liblist-moreutils-xs-perl_0.430-3_armhf.deb ...
11:20:29 #11 66.73 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
11:20:29 #11 66.76 Selecting previously unselected package liblist-moreutils-perl.
11:20:29 #11 66.76 Preparing to unpack .../252-liblist-moreutils-perl_0.430-2_all.deb ...
11:20:29 #11 66.77 Unpacking liblist-moreutils-perl (0.430-2) ...
11:20:29 #11 66.80 Selecting previously unselected package libdata-dpath-perl.
11:20:29 #11 66.80 Preparing to unpack .../253-libdata-dpath-perl_0.58-1_all.deb ...
11:20:29 #11 66.81 Unpacking libdata-dpath-perl (0.58-1) ...
11:20:29 #11 66.84 Selecting previously unselected package libdata-dump-perl.
11:20:29 #11 66.85 Preparing to unpack .../254-libdata-dump-perl_1.25-1_all.deb ...
11:20:29 #11 66.85 Unpacking libdata-dump-perl (1.25-1) ...
11:20:29 #11 66.89 Selecting previously unselected package libdata-messagepack-perl.
11:20:29 #11 66.89 Preparing to unpack .../255-libdata-messagepack-perl_1.02-1_armhf.deb ...
11:20:29 #11 66.90 Unpacking libdata-messagepack-perl (1.02-1) ...
11:20:29 #11 63.14 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:20:29 #11 63.15 Setting up libltdl7:armhf (2.4.6-15build2) ...
11:20:29 #11 63.16 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:20:29 #11 63.17 Setting up libssh-4:armhf (0.9.6-2build1) ...
11:20:29 #11 63.18 Setting up libwebp7:armhf (1.2.2-2) ...
11:20:29 #11 63.19 Setting up libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:29 #11 63.21 Setting up libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:29 #11 63.22 Setting up libmd0:armhf (1.0.4-1build1) ...
11:20:29 #11 63.24 Setting up python-apt-common (2.4.0ubuntu1) ...
11:20:29 #11 63.24 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
11:20:29 #11 63.26 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
11:20:29 #11 63.27 Setting up libuchardet0:armhf (0.0.7-1build2) ...
11:20:29 #11 63.28 Setting up lzop (1.04-2build2) ...
11:20:29 #11 63.29 Setting up libmpdec3:armhf (2.5.1-2build2) ...
11:20:29 #11 63.31 Setting up git-man (1:2.34.1-1ubuntu1.8) ...
11:20:29 #11 63.32 Setting up netbase (6.3) ...
11:20:29 #11 63.35 Setting up libbinutils:armhf (2.38-4ubuntu2.1) ...
11:20:29 #12 14.74 Selecting previously unselected package pkg-config.
11:20:29 #12 14.74 Preparing to unpack .../28-pkg-config_0.29.2-1_armhf.deb ...
11:20:29 #12 14.75 Unpacking pkg-config (0.29.2-1) ...
11:20:29 #12 14.83 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:20:29 #12 14.84 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:20:29 #12 14.86 Setting up g++-10 (10.2.1-6+rpi1) ...
11:20:29 #12 14.87 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
11:20:29 #12 14.88 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:20:29 #12 14.90 No schema files found: doing nothing.
11:20:29 #12 14.91 Setting up libsepol1-dev:armhf (3.1-1) ...
11:20:29 #12 14.92 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:20:29 #12 14.93 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:20:29 #12 14.95 Setting up libuv1:armhf (1.40.0-2) ...
11:20:29 #13 6.703 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-16-0 arm64 10.34-7ubuntu0.1 [157 kB]
11:20:29 #13 6.743 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-32-0 arm64 10.34-7ubuntu0.1 [148 kB]
11:20:29 #13 6.772 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-posix2 arm64 10.34-7ubuntu0.1 [5836 B]
11:20:29 #13 6.773 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-dev arm64 10.34-7ubuntu0.1 [597 kB]
11:20:29 #13 6.841 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libselinux1-dev arm64 3.0-1build2 [152 kB]
11:20:30 
11:20:30 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:30 #11 76.29 Setting up shared-mime-info (2.2-1) ...
11:20:30 #12 5.588   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:30 #12 5.589   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:30 #12 5.589   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:30 #12 5.590   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:30 #12 5.591   libudev1 libuv1 pkg-config
11:20:30 #12 5.592 Suggested packages:
11:20:30 #12 5.593   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:30 #12 5.593 Recommended packages:
11:20:30 #12 5.598   dmsetup
11:20:30 #12 5.661 The following NEW packages will be installed:
11:20:30 #12 5.662   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:30 #12 5.662   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
11:20:30 #12 5.663   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
11:20:30 #12 5.664   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:30 #12 5.665 The following packages will be upgraded:
11:20:30 #12 5.666   libsystemd0 libudev1
11:20:30 
11:20:30 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:30 #10 70.09 Setting up libgpgme11:armhf (1.12.0-6) ...
11:20:30 #10 70.10 Setting up gcc (4:8.3.0-1) ...
11:20:30 #10 70.13 Setting up python3-six (1.12.0-1) ...
11:20:30 #10 70.29 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:20:30 #10 70.31 Setting up perl (5.28.1-6+deb10u1) ...
11:20:30 #10 70.33 Setting up libpackage-stash-xs-perl (0.29-1) ...
11:20:30 #10 70.35 Setting up python3-gpg (1.12.0-6) ...
11:20:30 #10 70.53 Setting up libdata-dump-perl (1.23-1) ...
11:20:30 #10 70.55 Setting up python3-certifi (2018.8.24-1) ...
11:20:30 #10 70.69 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:20:30 #10 70.70 Setting up libref-util-perl (0.204-1) ...
11:20:30 #10 70.71 Setting up libipc-system-simple-perl (1.25-4) ...
11:20:30 #10 70.72 Setting up libnet-domain-tld-perl (1.75-1) ...
11:20:30 #10 70.74 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
11:20:30 #10 70.75 Setting up libvariable-magic-perl (0.62-1+b1) ...
11:20:30 #10 70.77 Setting up python3-idna (2.6-1) ...
11:20:30 #10 70.96 Setting up libio-html-perl (1.001-1) ...
11:20:30 #10 70.97 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
11:20:30 #10 70.99 Setting up libtest-refcount-perl (0.08-3) ...
11:20:30 #10 71.00 Setting up libparams-util-perl (1.07-3+b4) ...
11:20:30 #10 71.04 Setting up libdpkg-perl (1.19.8) ...
11:20:30 #10 71.05 Setting up autoconf (2.69-11) ...
11:20:30 #10 71.07 Setting up python3-urllib3 (1.24.1-1) ...
11:20:30 #10 71.25 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:30 #10 71.26 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:30 #10 71.27 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
11:20:30 #10 71.28 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:20:30 #10 71.29 Setting up libsub-name-perl (0.21-1+b3) ...
11:20:30 #10 71.31 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
11:20:30 #10 71.32 Setting up g++-8 (8.3.0-6) ...
11:20:30 #10 71.34 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:30 #10 71.35 Setting up xauth (1:1.0.10-1) ...
11:20:30 #10 71.37 Setting up libpath-tiny-perl (0.108-1) ...
11:20:30 #10 71.38 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:30 #10 71.39 Setting up libjson-perl (4.02000-1) ...
11:20:30 #10 71.40 Setting up libfcgi-perl (0.78-2+b3) ...
11:20:30 #10 71.41 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:20:30 #10 71.42 Setting up python3-unidiff (0.5.4-1) ...
11:20:30 #10 71.57 Setting up libstrictures-perl (2.000005-1) ...
11:20:30 #10 71.58 Setting up libsub-quote-perl (2.005001-1) ...
11:20:30 #10 71.59 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
11:20:30 #10 71.61 Setting up libsort-versions-perl (1.62-1) ...
11:20:30 #10 71.62 Setting up libexporter-tiny-perl (1.002001-1) ...
11:20:30 #10 71.63 Setting up libterm-readkey-perl (2.38-1) ...
11:20:30 #10 71.65 Setting up lsb-release (10.2019051400) ...
11:20:30 #10 71.66 Setting up libclass-accessor-perl (0.51-1) ...
11:20:30 #10 71.67 Setting up libnet-ip-perl (1.26-2) ...
11:20:30 #10 71.68 Setting up python3-magic (2:0.4.15-2) ...
11:20:30 #10 71.83 Setting up libperlio-gzip-perl (0.19-1+b5) ...
11:20:30 #10 71.84 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:30 #10 71.85 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
11:20:30 #10 71.86 Setting up liburi-perl (1.76-1) ...
11:20:30 #10 71.87 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
11:20:30 + STATUS=0
11:20:30 + '[' 0 -ne 0 ']'
11:20:30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:30 #14 DONE 2.3s
11:20:30 
11:20:30 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:30 #15 DONE 0.0s
11:20:30 
11:20:30 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:30 #16 DONE 0.0s
11:20:30 
11:20:30 #17 exporting to image
11:20:30 #17 exporting layers
11:20:30 #11 66.98 Selecting previously unselected package libnet-domain-tld-perl.
11:20:30 #11 66.98 Preparing to unpack .../256-libnet-domain-tld-perl_1.75-2_all.deb ...
11:20:30 #11 66.99 Unpacking libnet-domain-tld-perl (1.75-2) ...
11:20:30 #11 67.02 Selecting previously unselected package libdata-validate-domain-perl.
11:20:30 #11 67.02 Preparing to unpack .../257-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:20:30 #11 67.02 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:20:30 #11 67.05 Selecting previously unselected package libnet-ipv6addr-perl.
11:20:30 #11 67.06 Preparing to unpack .../258-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:20:30 #11 67.06 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:20:30 #11 67.10 Selecting previously unselected package libnet-netmask-perl.
11:20:30 #11 67.10 Preparing to unpack .../259-libnet-netmask-perl_2.0001-1_all.deb ...
11:20:30 #11 67.11 Unpacking libnet-netmask-perl (2.0001-1) ...
11:20:30 #11 67.14 Selecting previously unselected package libnetaddr-ip-perl.
11:20:30 #11 67.14 Preparing to unpack .../260-libnetaddr-ip-perl_4.079+dfsg-2_armhf.deb ...
11:20:30 #11 67.14 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
11:20:30 #11 67.19 Selecting previously unselected package libdata-validate-ip-perl.
11:20:30 #11 67.19 Preparing to unpack .../261-libdata-validate-ip-perl_0.30-1_all.deb ...
11:20:30 #11 67.20 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:20:30 #11 67.23 Selecting previously unselected package libdata-validate-uri-perl.
11:20:30 #11 67.23 Preparing to unpack .../262-libdata-validate-uri-perl_0.07-2_all.deb ...
11:20:30 #11 67.24 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:20:30 #11 67.26 Selecting previously unselected package libdistro-info-perl.
11:20:30 #11 67.27 Preparing to unpack .../263-libdistro-info-perl_1.1ubuntu1_all.deb ...
11:20:30 #11 67.27 Unpacking libdistro-info-perl (1.1ubuntu1) ...
11:20:30 #11 63.36 Setting up libfido2-1:armhf (1.10.0-1) ...
11:20:30 #11 63.36 Setting up libisl23:armhf (0.24-2build1) ...
11:20:30 #11 63.37 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:20:30 #11 63.39 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:20:30 #11 63.40 Setting up libbsd0:armhf (0.11.5-1) ...
11:20:30 #11 63.41 Setting up libelf1:armhf (0.186-1build1) ...
11:20:30 #11 63.43 Setting up readline-common (8.1.2-1) ...
11:20:30 #11 63.44 Setting up publicsuffix (20211207.1025-1) ...
11:20:30 #11 63.45 Setting up zstd (1.4.8+dfsg-3build1) ...
11:20:30 #11 63.46 Setting up libmarkdown2:armhf (2.2.7-2) ...
11:20:30 #11 63.47 Setting up libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
11:20:30 #11 63.48 Setting up iso-codes (4.9.0-1) ...
11:20:30 #11 63.49 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:30 #11 63.50 Setting up dctrl-tools (2.24-3build2) ...
11:20:30 #11 63.52 Setting up libgdbm6:armhf (1.23-1) ...
11:20:30 #11 63.53 Setting up libicu70:armhf (70.1-2) ...
11:20:30 #11 63.54 Setting up libctf0:armhf (2.38-4ubuntu2.1) ...
11:20:30 #11 63.55 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
11:20:30 #12 14.97 Setting up bash-completion (1:2.11-2) ...
11:20:30 #13 6.853 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-dev arm64 2:1.02.167-1ubuntu1 [35.8 kB]
11:20:30 #13 6.856 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB]
11:20:30 #13 6.862 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd0 arm64 245.4-4ubuntu3.20 [246 kB]
11:20:30 #13 6.878 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.20 [246 kB]
11:20:30 #13 7.036 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB]
11:20:30 #13 DONE 2.3s
11:20:30 
11:20:30 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:20:30 #14 DONE 0.0s
11:20:30 
11:20:30 #15 exporting to image
11:20:30 #15 exporting layers
11:20:30 #12 DONE 12.1s
11:20:30 
11:20:30 #13 [stage-1 5/8] COPY sources/ /sources
11:20:30 #13 DONE 0.1s
11:20:30 
11:20:30 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:30 #12 10.33   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          65/97 
11:20:30 #12 19.80   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            66/97 
11:20:30 #12 19.82   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       67/97 
11:20:30 #12 19.83   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64             68/97 
11:20:30 #12 19.92   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             69/97 
11:20:30 #12 19.93   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             69/97 
11:20:30 #12 19.94   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64              70/97 
11:20:30 #12 19.95   Installing       : libcbor-0.7.0-5.fc36.aarch64                         71/97 
11:20:30 #12 19.95   Installing       : libfido2-1.10.0-5.fc36.aarch64                       72/97 
11:20:30 #12 19.97   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64               73/97 
11:20:30 #12 19.98   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64               73/97 
11:20:30 #12 20.06   Installing       : git-core-2.39.2-1.fc36.aarch64                       74/97 
11:20:30 #12 20.11   Installing       : git-core-doc-2.39.2-1.fc36.noarch                    75/97 
11:20:30 #12 20.12   Installing       : perl-Git-2.39.2-1.fc36.noarch                        76/97 
11:20:30 #12 20.13   Installing       : git-2.39.2-1.fc36.aarch64                            77/97 
11:20:30 #12 20.13   Installing       : kmod-libs-29-7.fc36.aarch64                          78/97 
11:20:30 #12 20.14   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           79/97 
11:20:30 #12 20.15   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 80/97 
11:20:30 #12 20.16   Installing       : device-mapper-1.02.175-7.fc36.aarch64                81/97 
11:20:30 #12 20.17   Installing       : systemd-networkd-250.10-2.fc36.aarch64               82/97 
11:20:30 #12 20.18   Running scriptlet: systemd-networkd-250.10-2.fc36.aarch64               82/97 
11:20:30 #12 20.20   Installing       : systemd-pam-250.10-2.fc36.aarch64                    83/97 
11:20:30 #12 20.21   Installing       : systemd-resolved-250.10-2.fc36.aarch64               84/97 
11:20:30 #12 20.22   Running scriptlet: systemd-resolved-250.10-2.fc36.aarch64               84/97 
11:20:30 #12 20.34   Installing       : systemd-250.10-2.fc36.aarch64                        85/97 
11:20:30 #12 20.36   Running scriptlet: systemd-250.10-2.fc36.aarch64                        85/97 
11:20:30 #12 20.52 Creating group 'input' with GID 104.
11:20:30 #12 20.52 Creating group 'kvm' with GID 36.
11:20:30 #12 20.52 Creating group 'render' with GID 105.
11:20:30 #12 20.52 Creating group 'sgx' with GID 106.
11:20:30 #12 20.52 Creating group 'systemd-journal' with GID 190.
11:20:30 #12 20.52 Creating group 'systemd-network' with GID 192.
11:20:30 #12 20.52 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:20:30 #12 20.52 Creating group 'systemd-oom' with GID 998.
11:20:30 #12 20.52 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:20:30 #12 20.52 Creating group 'systemd-resolve' with GID 193.
11:20:30 #12 20.52 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:20:30 #12 20.52 
11:20:30 #12 20.54   Installing       : systemd-devel-250.10-2.fc36.aarch64                  86/97 
11:20:30 #11 65.82 Setting up libio-html-perl (1.001-1) ...
11:20:30 #11 65.83 Setting up libcroco3:armhf (0.6.13-1) ...
11:20:30 #11 65.84 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
11:20:30 #11 65.85 Setting up libtest-refcount-perl (0.10-1) ...
11:20:30 #11 65.86 Setting up libparams-util-perl (1.07-3build5) ...
11:20:30 #11 65.87 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
11:20:30 #11 65.88 Setting up autoconf (2.69-11.1) ...
11:20:30 #11 65.91 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:20:30 #11 66.10 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:30 #11 66.11 Setting up libarray-intspan-perl (2.003-1) ...
11:20:30 #11 66.12 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:30 #11 66.14 Setting up libtimedate-perl (2.3200-1) ...
11:20:30 #11 66.15 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:20:30 #11 66.17 Setting up libsub-name-perl (0.26-1) ...
11:20:30 #11 66.18 Setting up libtype-tiny-xs-perl (0.016-1) ...
11:20:30 #11 66.19 Setting up libfile-chdir-perl (0.1008-1) ...
11:20:30 #11 66.20 Setting up xauth (1:1.1-0ubuntu1) ...
11:20:30 #10 71.96 invoke-rc.d: could not determine current runlevel
11:20:30 #10 71.97 invoke-rc.d: policy-rc.d denied execution of start.
11:20:30 #10 71.97 Initializing GnuTLS DH parameter file
11:20:30 #10 72.00 Setting up libmailutils5:armhf (1:3.5-4) ...
11:20:30 #10 72.02 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:30 #10 72.03 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
11:20:30 #10 72.04 Setting up python3-pkg-resources (40.8.0-1) ...
11:20:30 + exit 0
11:20:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8HM8iI
11:20:30 + umask 022
11:20:30 + cd /root/rpmbuild/BUILD
11:20:30 + cd src
11:20:30 + export DOCKER_GITCOMMIT=31a9532
11:20:30 + DOCKER_GITCOMMIT=31a9532
11:20:30 + mkdir -p /go/src/github.com/docker
11:20:30 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:30 + pushd /root/rpmbuild/BUILD/src/engine
11:20:30 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:30 + TMP_GOPATH=/go
11:20:30 + hack/dockerfile/install/install.sh tini
11:20:30 + RM_GOPATH=0
11:20:30 + TMP_GOPATH=/go
11:20:30 + : /usr/local/bin
11:20:30 + '[' -z /go ']'
11:20:30 + export GOPATH=/go
11:20:30 + GOPATH=/go
11:20:30 + case "$(go env GOARCH)" in
11:20:30 ++ go env GOARCH
11:20:30 + export GO_BUILDMODE=-buildmode=pie
11:20:30 + GO_BUILDMODE=-buildmode=pie
11:20:30 ++ dirname hack/dockerfile/install/install.sh
11:20:30 + dir=hack/dockerfile/install
11:20:30 + bin=tini
11:20:30 + shift
11:20:30 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:30 + . hack/dockerfile/install/tini.installer
11:20:30 ++ : v0.19.0
11:20:30 Install tini version v0.19.0
11:20:30 + install_tini
11:20:30 + echo 'Install tini version v0.19.0'
11:20:30 + git clone https://github.com/krallin/tini.git /go/tini
11:20:30 Cloning into '/go/tini'...
11:20:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc
11:20:30  debian/rules build
11:20:30 dh build --with=bash-completion
11:20:30    dh_update_autotools_config
11:20:30    dh_autoreconf
11:20:30    debian/rules override_dh_auto_build
11:20:30 make[1]: Entering directory '/root/build-deb'
11:20:30 # Build the daemon and dependencies
11:20:30 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:30 
11:20:30 Removing bundles/
11:20:30 
11:20:30 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:30 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:30 #12 1.240 Reading package lists...
11:20:30 #12 2.666 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.
11:20:30 #11 67.30 Selecting previously unselected package libemail-address-xs-perl.
11:20:30 #11 67.30 Preparing to unpack .../264-libemail-address-xs-perl_1.05-1_armhf.deb ...
11:20:30 #11 67.31 Unpacking libemail-address-xs-perl (1.05-1) ...
11:20:30 #11 67.34 Selecting previously unselected package libfcgi-bin.
11:20:30 #11 67.34 Preparing to unpack .../265-libfcgi-bin_2.4.2-2build2_armhf.deb ...
11:20:30 #11 67.34 Unpacking libfcgi-bin (2.4.2-2build2) ...
11:20:30 #11 67.37 Selecting previously unselected package libipc-system-simple-perl.
11:20:30 #11 67.38 Preparing to unpack .../266-libipc-system-simple-perl_1.30-1_all.deb ...
11:20:30 #11 67.38 Unpacking libipc-system-simple-perl (1.30-1) ...
11:20:30 #11 67.41 Selecting previously unselected package libfile-basedir-perl.
11:20:30 #11 67.41 Preparing to unpack .../267-libfile-basedir-perl_0.09-1_all.deb ...
11:20:30 #11 67.42 Unpacking libfile-basedir-perl (0.09-1) ...
11:20:30 #11 67.45 Selecting previously unselected package libfile-chdir-perl.
11:20:30 #11 67.45 Preparing to unpack .../268-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:20:30 #11 67.45 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:20:30 #11 67.48 Selecting previously unselected package libfile-fcntllock-perl.
11:20:30 #11 67.48 Preparing to unpack .../269-libfile-fcntllock-perl_0.22-4_armhf.deb ...
11:20:30 #11 67.49 Unpacking libfile-fcntllock-perl (0.22-4) ...
11:20:30 #11 63.56 Setting up pinentry-curses (1.1.1-1build2) ...
11:20:30 #11 63.58 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:20:30 #11 63.59 Setting up manpages-dev (5.10-1ubuntu1) ...
11:20:30 #11 63.60 Setting up libdw1:armhf (0.186-1build1) ...
11:20:30 #11 63.62 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:20:30 #11 63.63 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
11:20:30 #11 63.65 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:20:30 #11 63.80 Setting up libedit2:armhf (3.1-20210910-1build1) ...
11:20:30 #11 63.81 Setting up libreadline8:armhf (8.1.2-1) ...
11:20:30 #13 6.997 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
11:20:30 #13 7.121 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
11:20:30 #13 7.140 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
11:20:30 #13 7.159 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
11:20:30 #13 7.170 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:20:30 #13 7.171 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
11:20:30 #13 7.174 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
11:20:30 #13 7.358 debconf: delaying package configuration, since apt-utils is not installed
11:20:30 #13 7.409 Fetched 7712 kB in 2s (3393 kB/s)
11:20:30 #11 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 5.2s
11:20:30 #11 66.21 Setting up cpp (4:9.3.0-1ubuntu2) ...
11:20:30 #11 66.23 Setting up libpath-tiny-perl (0.108-1) ...
11:20:30 #11 66.25 Setting up libarchive-cpio-perl (0.10-1) ...
11:20:30 #11 66.26 Setting up libjson-perl (4.02000-2) ...
11:20:30 #11 66.27 Setting up libsub-override-perl (0.09-2) ...
11:20:30 #11 66.28 Setting up python3-unidiff (0.5.5-2) ...
11:20:30 #11 66.43 Setting up libstrictures-perl (2.000006-1) ...
11:20:30 #11 66.44 Setting up libsub-quote-perl (2.006006-1) ...
11:20:30 #11 66.46 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
11:20:30 #12 6.083 2 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
11:20:30 #12 6.083 1 not fully installed or removed.
11:20:30 #12 6.083 Need to get 6640 kB of archives.
11:20:30 #12 6.083 After this operation, 26.6 MB of additional disk space will be used.
11:20:30 #12 6.083 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bash-completion all 1:2.8-1ubuntu1 [168 kB]
11:20:30 #10 72.25 Setting up automake (1:1.16.1-4) ...
11:20:30 #10 72.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:30 #10 72.27 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:30 #10 72.28 Setting up libio-sessiondata-perl (1.03-1) ...
11:20:30 #10 72.29 Setting up libstring-escape-perl (2010.002-2) ...
11:20:30 #10 72.31 Setting up libhttp-date-perl (6.02-1) ...
11:20:30 #10 72.32 Setting up libfile-which-perl (1.23-1) ...
11:20:30 #10 72.36 Setting up mailutils (1:3.5-4) ...
11:20:30 #10 72.37 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
11:20:30 #10 72.38 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
11:20:30 #10 72.38 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
11:20:30 #10 72.39 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
11:20:30 #10 72.39 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
11:20:30 #10 72.40 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
11:20:30 #10 72.40 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
11:20:30 #10 72.41 Setting up libfile-basedir-perl (0.08-1) ...
11:20:30 #10 72.42 Setting up libnumber-range-perl (0.12-1) ...
11:20:30 #10 72.44 Setting up libtask-weaken-perl (1.06-1) ...
11:20:30 #10 72.45 Setting up libunicode-utf8-perl (0.62-1) ...
11:20:30 + cd /go/tini
11:20:30 + git checkout -q v0.19.0
11:20:30 + cmake .
11:20:30 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:30   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:30   CMake.
11:20:30 
11:20:30   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:30   CMake that the project does not need compatibility with older versions.
11:20:30 
11:20:30 
11:20:30 -- The C compiler identification is GNU 8.5.0
11:20:30 -- Detecting C compiler ABI info
11:20:30 -- Detecting C compiler ABI info - done
11:20:30 -- Check for working C compiler: /usr/bin/cc - skipped
11:20:30 -- Detecting C compile features
11:20:30 -- Detecting C compile features - done
11:20:30 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:30 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:20:30 -- Configuring done
11:20:30 -- Generating done
11:20:30 -- Build files have been written to: /go/tini
11:20:30 + make tini-static
11:20:30 #11 67.52 Selecting previously unselected package libnumber-compare-perl.
11:20:30 #11 67.52 Preparing to unpack .../270-libnumber-compare-perl_0.03-2_all.deb ...
11:20:30 #11 67.53 Unpacking libnumber-compare-perl (0.03-2) ...
11:20:30 #11 67.56 Selecting previously unselected package libtext-glob-perl.
11:20:30 #11 67.57 Preparing to unpack .../271-libtext-glob-perl_0.11-2_all.deb ...
11:20:30 #11 67.57 Unpacking libtext-glob-perl (0.11-2) ...
11:20:30 #11 67.60 Selecting previously unselected package libfile-find-rule-perl.
11:20:30 #11 67.61 Preparing to unpack .../272-libfile-find-rule-perl_0.34-2_all.deb ...
11:20:30 #11 67.61 Unpacking libfile-find-rule-perl (0.34-2) ...
11:20:30 #11 67.64 Selecting previously unselected package libfont-afm-perl.
11:20:30 #11 67.64 Preparing to unpack .../273-libfont-afm-perl_1.20-3_all.deb ...
11:20:30 #11 67.65 Unpacking libfont-afm-perl (1.20-3) ...
11:20:30 #11 67.68 Selecting previously unselected package libio-string-perl.
11:20:30 #11 67.68 Preparing to unpack .../274-libio-string-perl_1.08-3.1_all.deb ...
11:20:30 #11 67.69 Unpacking libio-string-perl (1.08-3.1) ...
11:20:30 #11 67.72 Selecting previously unselected package libfont-ttf-perl.
11:20:30 #11 67.72 Preparing to unpack .../275-libfont-ttf-perl_1.06-2_all.deb ...
11:20:30 #11 67.73 Unpacking libfont-ttf-perl (1.06-2) ...
11:20:30 #12 3.030 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:30 #12 3.030 dpkg-buildpackage: info: source version 1.0
11:20:30 #12 3.030 dpkg-buildpackage: info: source distribution unstable
11:20:30 #12 3.030 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:30 #11 63.83 Setting up m4 (1.4.18-5ubuntu2) ...
11:20:30 #11 63.83 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:20:30 #11 63.84 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
11:20:30 #11 63.86 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:30 #13 7.309 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB]
11:20:30 #13 7.525 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
11:20:30 #10 65.04 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
11:20:30 #10 65.05 Setting up libgdbm-compat4:armhf (1.23-3) ...
11:20:30 #10 65.06 Setting up ucf (3.0043+nmu1) ...
11:20:30 #13 7.442 Selecting previously unselected package bash-completion.
11:20:30 #13 7.442 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:30 #13 7.458 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
11:20:30 #12 15.56 Setting up pkg-config (0.29.2-1) ...
11:20:30 #12 15.61 Setting up libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:20:30 #12 15.63 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:20:30 #12 15.64 Setting up libltdl7:armhf (2.4.6-15) ...
11:20:30 #12 15.65 Setting up libjsoncpp24:armhf (1.9.4-4) ...
11:20:30 #12 15.66 Setting up g++ (4:10.2.1-1+rpi1) ...
11:20:30 #12 15.70 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:30 #12 15.71 Setting up librhash0:armhf (1.4.1-2) ...
11:20:30 #12 15.72 Setting up build-essential (12.9) ...
11:20:30 #12 15.73 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:20:30 #12 15.75 Setting up dh-apparmor (2.13.6-10) ...
11:20:30 #12 15.76 Setting up libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:20:30 #12 15.78 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:20:30 #11 extracting sha256:a0bfcb6bfad01f885f70a4ef844f4393ac98eafd36c3f0d0d8d6dfc6a676bb6c 5.7s done
11:20:30 #11 66.47 Setting up libsort-versions-perl (1.62-1) ...
11:20:30 #11 66.48 Setting up libexporter-tiny-perl (1.002001-1) ...
11:20:30 #11 66.50 Setting up libre-engine-re2-perl (0.13-5) ...
11:20:30 #11 66.51 Setting up libterm-readkey-perl (2.38-1build1) ...
11:20:30 #11 66.52 Setting up lsb-release (11.1.0ubuntu2) ...
11:20:30 #11 66.54 Setting up libnet-ip-perl (1.26-2) ...
11:20:30 #11 66.55 Setting up python3-magic (2:0.4.15-3) ...
11:20:30 #12 20.55   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                         87/97 
11:20:30 #12 20.89   Installing       : cmake-data-3.25.2-1.fc36.noarch                      88/97 
11:20:30 #12 21.01   Installing       : cmake-3.25.2-1.fc36.aarch64                          89/97 
11:20:30 #12 21.01   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64          90/97 
11:20:30 #12 21.03   Installing       : libtool-2.4.7-1.fc36.aarch64                         91/97 
11:20:30 #12 21.04   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              92/97 
11:20:30 #12 21.05   Installing       : annobin-plugin-gcc-11.06-2.fc36.aarch64              93/97 
11:20:30 #12 21.05   Running scriptlet: annobin-plugin-gcc-11.06-2.fc36.aarch64              93/97 
11:20:30 #12 21.08   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             94/97 
11:20:30 #12 21.08   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64                95/97 
11:20:30 #12 21.09   Installing       : which-2.21-32.fc36.aarch64                           96/97 
11:20:30 #12 21.10   Cleanup          : audit-libs-3.0.9-1.fc36.aarch64                      97/97 
11:20:30 #15 exporting layers 1.8s done
11:20:30 #15 writing image sha256:88478fe7bdd739d6fbfa09394defb78b48697b9aec32a90a820aef461195b98c done
11:20:30 #15 naming to docker.io/rpmbuild-fedora-37/aarch64 done
11:20:30 #15 DONE 1.8s
11:20:30 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/aarch64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:30 #12 6.441 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
11:20:30 #12 6.693 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblzo2-2 armhf 2.08-1.2 [44.2 kB]
11:20:30 #10 72.47 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:30 #10 72.48 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
11:20:30 #10 72.49 Setting up libfile-listing-perl (6.04-1) ...
11:20:30 #10 72.50 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:20:30 #10 72.51 Setting up libclass-inspector-perl (1.32-1) ...
11:20:30 #10 72.52 Setting up libfont-afm-perl (1.20-2) ...
11:20:30 #10 72.54 Setting up libwant-perl (0.29-1+b4) ...
11:20:30 #10 72.55 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:30 #10 72.57 Setting up libtext-glob-perl (0.10-1) ...
11:20:30 #10 72.58 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:20:30 #10 72.59 Setting up liblist-compare-perl (0.53-1) ...
11:20:30 #10 72.60 Setting up libref-util-xs-perl (0.117-1+b1) ...
11:20:30 #10 72.61 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
11:20:30 #10 72.62 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
11:20:30 #10 72.64 Setting up libsort-key-perl (1.33-2+b1) ...
11:20:30 #10 72.65 Setting up libclone-perl (0.41-1+b1) ...
11:20:30 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:30 [100%] Linking C executable tini-static
11:20:30 #11 67.77 Selecting previously unselected package libfreezethaw-perl.
11:20:30 #11 67.78 Preparing to unpack .../276-libfreezethaw-perl_0.5001-2.1_all.deb ...
11:20:30 #11 67.78 Unpacking libfreezethaw-perl (0.5001-2.1) ...
11:20:30 #11 67.81 Selecting previously unselected package libsort-versions-perl.
11:20:30 #11 67.81 Preparing to unpack .../277-libsort-versions-perl_1.62-2_all.deb ...
11:20:30 #11 67.82 Unpacking libsort-versions-perl (1.62-2) ...
11:20:30 #11 67.85 Selecting previously unselected package libgit-wrapper-perl.
11:20:30 #11 67.85 Preparing to unpack .../278-libgit-wrapper-perl_0.048-1_all.deb ...
11:20:30 #11 67.86 Unpacking libgit-wrapper-perl (0.048-1) ...
11:20:30 #11 67.89 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:20:30 #11 67.89 Preparing to unpack .../279-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:20:30 #11 67.89 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:30 #11 67.93 Selecting previously unselected package libio-prompter-perl.
11:20:30 #11 67.93 Preparing to unpack .../280-libio-prompter-perl_0.004015-1_all.deb ...
11:20:30 #11 67.93 Unpacking libio-prompter-perl (0.004015-1) ...
11:20:30 #11 67.97 Selecting previously unselected package libjson-perl.
11:20:30 #11 67.98 Preparing to unpack .../281-libjson-perl_4.09000-1_all.deb ...
11:20:30 #11 67.98 Unpacking libjson-perl (4.09000-1) ...
11:20:30 #11 64.18 Updating certificates in /etc/ssl/certs...
11:20:30 #13 7.526 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev1 arm64 249.11-0ubuntu3.7 [74.8 kB]
11:20:30 #13 7.671 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
11:20:30 #12 3.119  dpkg-source --before-build .
11:20:30 #12 3.119 dpkg-buildpackage: info: host architecture armhf
11:20:30 #12 3.307  debian/rules clean
11:20:30 #12 3.312 dh clean
11:20:30 #12 3.413    dh_clean
11:20:31 #10 65.19 Setting up dwz (0.15-1) ...
11:20:31 #10 65.21 Setting up groff-base (1.22.4-9) ...
11:20:31 #10 65.23 Setting up cpp (4:12.2.0-3) ...
11:20:31 #10 65.25 Setting up pixz (1.0.7-2) ...
11:20:31 #10 65.26 Setting up gpgconf (2.2.40-1) ...
11:20:31 #10 65.28 Setting up libcurl4:armhf (7.88.1-1) ...
11:20:31 #10 65.29 Setting up libx11-6:armhf (2:1.8.4-2) ...
11:20:31 #10 65.31 Setting up curl (7.88.1-1) ...
11:20:31 #10 65.32 Setting up libfontconfig1:armhf (2.14.1-4) ...
11:20:31 #10 65.34 Setting up binutils-arm-linux-gnueabihf (2.40-2) ...
11:20:31 #10 65.35 Setting up libperl5.36:armhf (5.36.0-7) ...
11:20:31 #10 65.36 Setting up libxmuu1:armhf (2:1.1.3-3) ...
11:20:31 #12 15.79 Setting up libselinux1-dev:armhf (3.1-3) ...
11:20:31 #12 15.81 Setting up libltdl-dev:armhf (2.4.6-15) ...
11:20:31 #12 15.82 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:20:31 #12 15.83 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:20:31 #12 15.85 Setting up dmsetup (2:1.02.175-2.1) ...
11:20:31 #12 15.86 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:20:31 #12 15.87 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:20:31 #12 15.88 Setting up docker-ce-build-deps (1.0) ...
11:20:31 #12 15.90 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:20:31 #12 15.92 Processing triggers for man-db (2.9.4-2) ...
11:20:31 #11 extracting sha256:5c85bd3927c51aee81fc3c76f8b4c156329b756b12faae3067e09501538f91aa done
11:20:31 #11 DONE 18.1s
11:20:31 
11:20:31 #17 [base 2/5] COPY --from=xx / /
11:20:31 #11 66.75 Setting up libperlio-gzip-perl (0.19-1build5) ...
11:20:31 #11 66.78 Setting up libsys-hostname-long-perl (1.5-1) ...
11:20:31 #11 66.79 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
11:20:31 #11 66.80 Setting up liburi-perl (1.76-2) ...
11:20:31 #11 66.82 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:20:31 #11 66.83 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:31 #11 66.84 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
11:20:31 #11 66.85 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:20:31 #12 21.10   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          97/97 
11:20:31 #12 21.12   Running scriptlet: systemd-resolved-250.10-2.fc36.aarch64               97/97 
11:20:31 #12 6.696 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive13 armhf 3.2.2-3.1ubuntu0.7 [251 kB]
11:20:31 #12 6.712 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libjsoncpp1 armhf 1.7.4-3 [65.9 kB]
11:20:31 #12 6.715 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librhash0 armhf 1.3.6-2 [90.3 kB]
11:20:31 #12 6.720 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libuv1 armhf 1.18.0-3 [53.5 kB]
11:20:31 #12 6.723 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake armhf 3.10.2-1ubuntu2.18.04.2 [2724 kB]
11:20:31 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:31 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:31 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:31 warning: source_date_epoch_from_changelog set but %changelog is missing
11:20:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.POB33T
11:20:31 + umask 022
11:20:31 + cd /root/rpmbuild/BUILD
11:20:31 + cd /root/rpmbuild/BUILD
11:20:31 + rm -rf src
11:20:31 + /usr/bin/mkdir -p src
11:20:31 + cd src
11:20:31 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:20:31 #10 72.68 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:31 #10 72.69 Setting up libarchive-zip-perl (1.64-1) ...
11:20:31 #10 72.70 Setting up libsub-identify-perl (0.14-1+b1) ...
11:20:31 #10 72.72 Setting up libdistro-info-perl (0.21) ...
11:20:31 #10 72.73 Setting up python3-apt (1.8.4.3) ...
11:20:31 #10 72.90 Setting up libio-stringy-perl (2.111-3) ...
11:20:31 #10 72.92 Setting up liblist-moreutils-perl (0.416-1+b4) ...
11:20:31 #10 72.93 Setting up libhtml-tagset-perl (3.20-3) ...
11:20:31 [100%] Built target tini-static
11:20:31 + mkdir -p /usr/local/bin
11:20:31 + cp tini-static /usr/local/bin/docker-init
11:20:31 + VERSION=0.0.0-20230309110843-71615c2
11:20:31 + PRODUCT=docker
11:20:31 + hack/make.sh dynbinary
11:20:31 
11:20:31 Removing bundles/
11:20:31 
11:20:31 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:31 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:31 #11 68.01 Selecting previously unselected package liblog-any-perl.
11:20:31 #11 68.02 Preparing to unpack .../282-liblog-any-perl_1.710-1_all.deb ...
11:20:31 #11 68.02 Unpacking liblog-any-perl (1.710-1) ...
11:20:31 #11 68.05 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:20:31 #11 68.05 Preparing to unpack .../283-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:20:31 #11 68.06 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:20:31 #11 68.08 Selecting previously unselected package libpackage-stash-perl.
11:20:31 #11 68.09 Preparing to unpack .../284-libpackage-stash-perl_0.40-1_all.deb ...
11:20:31 #11 68.09 Unpacking libpackage-stash-perl (0.40-1) ...
11:20:31 #11 68.13 Selecting previously unselected package libsub-identify-perl.
11:20:31 #11 68.13 Preparing to unpack .../285-libsub-identify-perl_0.14-2_armhf.deb ...
11:20:31 #11 68.13 Unpacking libsub-identify-perl (0.14-2) ...
11:20:31 #11 68.16 Selecting previously unselected package libsub-name-perl:armhf.
11:20:31 #11 68.17 Preparing to unpack .../286-libsub-name-perl_0.26-2_armhf.deb ...
11:20:31 #11 68.17 Unpacking libsub-name-perl:armhf (0.26-2) ...
11:20:31 #11 68.20 Selecting previously unselected package libnamespace-clean-perl.
11:20:31 #11 68.20 Preparing to unpack .../287-libnamespace-clean-perl_0.27-2_all.deb ...
11:20:31 #11 68.21 Unpacking libnamespace-clean-perl (0.27-2) ...
11:20:31 #11 64.61 124 added, 0 removed; done.
11:20:31 #11 64.63 Setting up libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
11:20:31 #11 64.65 Setting up libgdbm-compat4:armhf (1.23-1) ...
11:20:31 #11 64.65 Setting up dwz (0.14-1build2) ...
11:20:31 #11 64.66 Setting up groff-base (1.22.4-8build1) ...
11:20:31 #15 DONE 3.1s
11:20:31 
11:20:31 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:31 #16 DONE 0.0s
11:20:31 
11:20:31 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:31 #17 DONE 0.1s
11:20:31 
11:20:31 #18 exporting to image
11:20:31 #18 exporting layers
11:20:31 #13 7.992 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
11:20:31 #13 7.997 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.7 [20.7 kB]
11:20:31 #13 8.005 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
11:20:31 #10 65.39 Setting up gpg (2.2.40-1) ...
11:20:31 #10 65.40 Setting up gnupg-utils (2.2.40-1) ...
11:20:31 #10 65.43 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:20:31 #10 65.44 Setting up gpg-agent (2.2.40-1) ...
11:20:31 #12 3.452  debian/rules binary
11:20:31 #12 3.454 dh binary
11:20:31 #12 3.548    dh_update_autotools_config
11:20:31 #12 3.616    dh_autoreconf
11:20:31 #12 3.665    create-stamp debian/debhelper-build-stamp
11:20:31 #12 3.665    dh_prep
11:20:31 #12 3.697    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:31 #12 3.755    dh_install
11:20:31 #12 3.794    dh_installdocs
11:20:31 #11 67.07 Setting up automake (1:1.16.1-4ubuntu6) ...
11:20:31 #11 67.08 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:31 #11 67.08 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
11:20:31 #11 67.08 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
11:20:31 #11 67.09 Setting up libasync-mergepoint-perl (0.04-2) ...
11:20:31 #11 67.10 Setting up libstring-escape-perl (2010.002-2) ...
11:20:31 #11 67.11 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:31 #11 67.12 Setting up libhttp-date-perl (6.05-1) ...
11:20:31 #11 67.13 Setting up libfile-which-perl (1.23-1) ...
11:20:31 #11 67.14 Setting up libfile-basedir-perl (0.08-1) ...
11:20:31 #11 67.15 Setting up gettext (0.19.8.1-10build1) ...
11:20:31 #11 67.16 Setting up libnumber-range-perl (0.12-1) ...
11:20:31 #11 67.17 Setting up libunicode-utf8-perl (0.62-1build1) ...
11:20:31 #11 67.19 Setting up libstruct-dumb-perl (0.09-1) ...
11:20:31 #11 67.20 Setting up libfile-listing-perl (6.04-1) ...
11:20:31 #11 67.21 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:20:31 #17 exporting layers 6.5s done
11:20:31 #17 writing image sha256:16fd548f971cf1a43e1380a79921b15c7e321856f7b08d323c5f43bc4f87798b done
11:20:31 #17 naming to docker.io/debbuild-debian-bookworm/x86_64 done
11:20:31 #17 DONE 6.5s
11:20:31 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/x86_64
11:20:31 #12 21.16   Running scriptlet: audit-libs-3.0.9-1.fc36.aarch64                      97/97 
11:20:31 #12 21.54   Verifying        : checkpolicy-3.3-2.fc36.aarch64                        1/97 
11:20:31 #12 21.54   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/97 
11:20:31 #12 21.54   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/97 
11:20:31 #12 21.54   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64           4/97 
11:20:31 #12 21.54   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            5/97 
11:20:31 #12 21.54   Verifying        : guile22-2.2.7-5.fc36.aarch64                          6/97 
11:20:31 #12 21.54   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                          7/97 
11:20:31 #12 21.54   Verifying        : kmod-libs-29-7.fc36.aarch64                           8/97 
11:20:31 #12 21.54   Verifying        : libcbor-0.7.0-5.fc36.aarch64                          9/97 
11:20:31 #12 21.54   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64              10/97 
11:20:31 #12 21.54   Verifying        : libmpc-1.2.1-4.fc36.aarch64                          11/97 
11:20:31 #12 21.54   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      12/97 
11:20:31 #12 21.54   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64                13/97 
11:20:31 #12 21.54   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                  14/97 
11:20:31 #12 21.54   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  15/97 
11:20:31 #12 21.54   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                    16/97 
11:20:31 #12 21.54   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     17/97 
11:20:31 #12 21.54   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    18/97 
11:20:31 #12 21.54   Verifying        : m4-1.4.19-3.fc36.aarch64                             19/97 
11:20:31 #12 21.54   Verifying        : make-1:4.3-7.fc36.aarch64                            20/97 
11:20:31 #12 21.54   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                       21/97 
11:20:31 #12 21.54   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64               22/97 
11:20:31 #12 21.54   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/97 
11:20:31 #12 21.54   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/97 
11:20:31 #12 21.54   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/97 
11:20:31 #12 21.54   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/97 
11:20:31 #12 21.54   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64                27/97 
11:20:31 #12 21.54   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/97 
11:20:31 #12 21.54   Verifying        : perl-lib-0.65-486.fc36.aarch64                       29/97 
11:20:31 #12 21.54   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                 30/97 
11:20:31 #12 21.54   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64            31/97 
11:20:31 #12 21.54   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   32/97 
11:20:31 #12 21.54   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64             33/97 
11:20:31 #12 21.54   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/97 
11:20:31 #12 21.54   Verifying        : python3-libselinux-3.3-4.fc36.aarch64                35/97 
11:20:31 #12 21.54   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64               36/97 
11:20:31 #12 21.54   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/97 
11:20:31 #12 21.54   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                 38/97 
11:20:31 #12 21.54   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   39/97 
11:20:31 #12 21.54   Verifying        : rhash-1.4.2-2.fc36.aarch64                           40/97 
11:20:31 #12 21.54   Verifying        : which-2.21-32.fc36.aarch64                           41/97 
11:20:31 #12 21.54   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/97 
11:20:31 #12 21.54   Verifying        : annobin-docs-11.06-2.fc36.noarch                     43/97 
11:20:31 #12 21.55   Verifying        : annobin-plugin-gcc-11.06-2.fc36.aarch64              44/97 
11:20:31 #12 21.55   Verifying        : autoconf-2.71-3.fc36.noarch                          45/97 
11:20:31 #12 21.55   Verifying        : automake-1.16.5-7.fc36.noarch                        46/97 
11:20:31 #12 21.55   Verifying        : cmake-3.25.2-1.fc36.aarch64                          47/97 
11:20:31 #12 21.55   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/97 
11:20:31 #12 21.55   Verifying        : cmake-filesystem-3.25.2-1.fc36.aarch64               49/97 
11:20:31 #12 21.55   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/97 
11:20:31 #12 21.55   Verifying        : cpp-12.2.1-4.fc36.aarch64                            51/97 
11:20:31 #12 21.55   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         52/97 
11:20:31 #12 21.55   Verifying        : dbus-broker-33-1.fc36.aarch64                        53/97 
11:20:31 #12 21.55   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/97 
11:20:31 #12 21.55   Verifying        : gc-8.0.6-3.fc36.aarch64                              55/97 
11:20:31 #12 21.55   Verifying        : gcc-12.2.1-4.fc36.aarch64                            56/97 
11:20:31 #12 21.55   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             57/97 
11:20:31 #12 21.55   Verifying        : git-2.39.2-1.fc36.aarch64                            58/97 
11:20:31 #12 21.55   Verifying        : git-core-2.39.2-1.fc36.aarch64                       59/97 
11:20:31 #12 21.55   Verifying        : git-core-doc-2.39.2-1.fc36.noarch                    60/97 
11:20:31 #12 21.55   Verifying        : glibc-devel-2.35-22.fc36.aarch64                     61/97 
11:20:31 #12 21.55   Verifying        : glibc-static-2.35-22.fc36.aarch64                    62/97 
11:20:31 #12 21.55   Verifying        : kernel-headers-6.1.5-100.fc36.aarch64                63/97 
11:20:31 #12 21.55   Verifying        : less-590-5.fc36.aarch64                              64/97 
11:20:31 #12 21.55   Verifying        : libargon2-20171227-9.fc36.aarch64                    65/97 
11:20:31 #12 21.55   Verifying        : libasan-12.2.1-4.fc36.aarch64                        66/97 
11:20:31 #12 21.55   Verifying        : libatomic-12.2.1-4.fc36.aarch64                      67/97 
11:20:31 #12 21.55   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        68/97 
11:20:31 #12 21.55   Verifying        : libfdisk-2.38-1.fc36.aarch64                         69/97 
11:20:31 #12 21.55   Verifying        : libfido2-1.10.0-5.fc36.aarch64                       70/97 
11:20:31 #12 21.55   Verifying        : libtool-2.4.7-1.fc36.aarch64                         71/97 
11:20:31 #12 21.55   Verifying        : libtool-ltdl-2.4.7-1.fc36.aarch64                    72/97 
11:20:31 #12 21.55   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              73/97 
11:20:31 #12 21.55   Verifying        : libubsan-12.2.1-4.fc36.aarch64                       74/97 
11:20:31 #12 21.55   Verifying        : libuv-1:1.44.2-1.fc36.aarch64                        75/97 
11:20:31 #12 21.55   Verifying        : libxcrypt-devel-4.4.33-4.fc36.aarch64                76/97 
11:20:31 #12 21.55   Verifying        : libxcrypt-static-4.4.33-4.fc36.aarch64               77/97 
11:20:31 #12 21.55   Verifying        : pcre2-devel-10.40-1.fc36.aarch64                     78/97 
11:20:31 #12 21.55   Verifying        : pcre2-utf16-10.40-1.fc36.aarch64                     79/97 
11:20:31 #12 21.55   Verifying        : pcre2-utf32-10.40-1.fc36.aarch64                     80/97 
11:20:31 #12 21.55   Verifying        : perl-Git-2.39.2-1.fc36.noarch                        81/97 
11:20:31 #12 21.55   Verifying        : python3-audit-3.1-2.fc36.aarch64                     82/97 
11:20:31 #12 21.55   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              83/97 
11:20:31 #12 21.55   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             84/97 
11:20:31 #12 21.55   Verifying        : selinux-policy-36.17-1.fc36.noarch                   85/97 
11:20:31 #12 21.55   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             86/97 
11:20:31 #12 21.55   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          87/97 
11:20:31 #12 21.55   Verifying        : systemd-250.10-2.fc36.aarch64                        88/97 
11:20:31 #12 21.55   Verifying        : systemd-devel-250.10-2.fc36.aarch64                  89/97 
11:20:31 #12 21.55   Verifying        : systemd-networkd-250.10-2.fc36.aarch64               90/97 
11:20:31 #12 21.55   Verifying        : systemd-pam-250.10-2.fc36.aarch64                    91/97 
11:20:31 #12 21.55   Verifying        : systemd-resolved-250.10-2.fc36.aarch64               92/97 
11:20:31 #12 21.55   Verifying        : systemd-rpm-macros-250.10-2.fc36.noarch              93/97 
11:20:31 #12 21.55   Verifying        : util-linux-2.38-1.fc36.aarch64                       94/97 
11:20:31 #12 21.55   Verifying        : vim-filesystem-2:9.0.1307-1.fc36.noarch              95/97 
11:20:31 #12 21.55   Verifying        : audit-libs-3.1-2.fc36.aarch64                        96/97 
11:20:31 #12 6.872 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
11:20:31 #12 6.873 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libudev1 armhf 237-3ubuntu10.57 [48.7 kB]
11:20:31 #12 6.875 Get:11 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]
11:20:31 #12 7.027 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdevmapper-event1.02.1 armhf 2:1.02.145-4.1ubuntu3.18.04.3 [9764 B]
11:20:31 #12 7.103 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libudev-dev armhf 237-3ubuntu10.57 [19.1 kB]
11:20:31 #10 72.94 Setting up liblog-any-perl (1.707-1) ...
11:20:31 #10 72.95 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:31 #10 72.96 Setting up libpod-constants-perl (0.19-1) ...
11:20:31 #10 72.97 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
11:20:31 #10 72.98 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:31 #10 72.99 Setting up libfuture-perl (0.39-1) ...
11:20:31 #10 73.01 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:20:31 #10 73.03 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
11:20:31 #10 73.04 Setting up libtry-tiny-perl (0.30-1) ...
11:20:31 #10 73.05 Setting up libtype-tiny-perl (1.004004-1) ...
11:20:31 #10 73.06 Setting up libtest-fatal-perl (0.014-1) ...
11:20:31 #10 73.07 Setting up libcommon-sense-perl (3.74-2+b7) ...
11:20:31 #10 73.08 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:31 #10 73.09 Setting up libnet-http-perl (6.18-1) ...
11:20:31 #10 73.11 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:31 #10 73.11 Setting up libencode-locale-perl (1.05-1) ...
11:20:31 #10 73.13 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:31 #10 73.14 Setting up libnet-dns-perl (1.19-1) ...
11:20:31 #10 73.15 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
11:20:31 #10 73.16 Setting up libdevel-callchecker-perl (0.008-1) ...
11:20:31 #10 73.17 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:31 #10 73.18 Setting up libsub-install-perl (0.928-1) ...
11:20:31 #10 73.19 Setting up dpkg-dev (1.19.8) ...
11:20:31 #10 73.20 Setting up libnumber-compare-perl (0.03-1) ...
11:20:31 #10 73.21 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:31 #10 73.23 Setting up libio-async-perl (0.72-1) ...
11:20:31 #10 73.24 Setting up liberror-perl (0.17027-2) ...
11:20:31 #10 73.25 Setting up patchutils (0.3.4-2) ...
11:20:31 #10 73.26 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:31 #11 68.24 Selecting previously unselected package libpath-tiny-perl.
11:20:31 #11 68.24 Preparing to unpack .../288-libpath-tiny-perl_0.122-1_all.deb ...
11:20:31 #11 68.24 Unpacking libpath-tiny-perl (0.122-1) ...
11:20:31 #11 68.27 Selecting previously unselected package libstrictures-perl.
11:20:31 #11 68.27 Preparing to unpack .../289-libstrictures-perl_2.000006-1_all.deb ...
11:20:31 #11 68.28 Unpacking libstrictures-perl (2.000006-1) ...
11:20:31 #11 68.31 Selecting previously unselected package libtype-tiny-perl.
11:20:31 #11 68.31 Preparing to unpack .../290-libtype-tiny-perl_1.016008-1_all.deb ...
11:20:31 #11 68.31 Unpacking libtype-tiny-perl (1.016008-1) ...
11:20:31 #11 68.37 Selecting previously unselected package libgitlab-api-v4-perl.
11:20:31 #11 68.37 Preparing to unpack .../291-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:20:31 #11 68.38 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:20:31 #11 68.42 Selecting previously unselected package libhtml-form-perl.
11:20:31 #11 68.42 Preparing to unpack .../292-libhtml-form-perl_6.10-1_all.deb ...
11:20:31 #11 68.43 Unpacking libhtml-form-perl (6.10-1) ...
11:20:31 #11 68.46 Selecting previously unselected package libhtml-format-perl.
11:20:31 #11 68.47 Preparing to unpack .../293-libhtml-format-perl_2.16-1_all.deb ...
11:20:31 #11 68.47 Unpacking libhtml-format-perl (2.16-1) ...
11:20:31 #11 68.50 Selecting previously unselected package libhtml-html5-entities-perl.
11:20:31 #11 68.50 Preparing to unpack .../294-libhtml-html5-entities-perl_0.004-2_all.deb ...
11:20:31 #11 68.51 Unpacking libhtml-html5-entities-perl (0.004-2) ...
11:20:31 #11 68.54 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:20:31 #11 68.54 Preparing to unpack .../295-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:20:31 #11 68.54 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:31 #11 68.58 Selecting previously unselected package libhttp-daemon-perl.
11:20:31 #11 64.68 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:20:31 #11 64.69 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:20:31 #11 64.70 Setting up debugedit (1:5.0-4build1) ...
11:20:31 #11 64.72 Setting up libcurl4:armhf (7.81.0-1ubuntu1.8) ...
11:20:31 #11 64.73 Setting up libc6-dev:armhf (2.35-0ubuntu3.1) ...
11:20:31 #11 64.74 Setting up libx11-6:armhf (2:1.7.5-1) ...
11:20:31 #11 64.75 Setting up libtiff5:armhf (4.3.0-6ubuntu0.4) ...
11:20:31 #11 64.76 Setting up curl (7.81.0-1ubuntu1.8) ...
11:20:31 #11 64.77 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
11:20:31 #11 64.78 Setting up binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
11:20:31 #11 64.80 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
11:20:31 #11 64.81 Setting up libxmuu1:armhf (2:1.1.3-3) ...
11:20:31 #11 64.82 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:20:31 #11 64.83 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
11:20:31 #11 64.84 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:20:31 #11 64.87 Setting up libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
11:20:31 #11 64.88 Setting up gettext (0.21-4ubuntu4) ...
11:20:31 #13 8.153 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-16-0 arm64 10.39-3ubuntu0.1 [185 kB]
11:20:31 #13 8.185 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-32-0 arm64 10.39-3ubuntu0.1 [177 kB]
11:20:31 #13 8.214 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-posix3 arm64 10.39-3ubuntu0.1 [5968 B]
11:20:31 #13 8.214 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-dev arm64 10.39-3ubuntu0.1 [663 kB]
11:20:31 #13 8.272 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
11:20:31 #12 3.852    dh_installchangelogs
11:20:31 #12 3.953    dh_perl
11:20:31 #12 3.995    dh_link
11:20:31 #12 4.035    dh_strip_nondeterminism
11:20:31 #12 DONE 16.5s
11:20:31 
11:20:31 #13 [stage-1 5/8] COPY sources/ /sources
11:20:31 #11 67.22 Setting up libregexp-pattern-perl (0.2.12-1) ...
11:20:31 #11 67.23 Setting up libfont-afm-perl (1.20-2) ...
11:20:31 #11 67.24 Setting up libwant-perl (0.29-1build4) ...
11:20:31 #11 67.25 Setting up libdynaloader-functions-perl (0.003-1) ...
11:20:31 #11 67.27 Setting up libtext-glob-perl (0.10-1) ...
11:20:31 #11 67.28 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:31 #11 67.29 Setting up liblist-compare-perl (0.53-1) ...
11:20:31 #11 67.31 Setting up libref-util-xs-perl (0.117-1build2) ...
11:20:31 #11 67.32 Setting up libio-pty-perl (1:1.12-1) ...
11:20:31 #11 67.33 Setting up libtool (2.4.6-14) ...
11:20:31 #11 67.35 Setting up libfile-fcntllock-perl (0.22-3build4) ...
11:20:31 #11 67.36 Setting up libsort-key-perl (1.33-2build2) ...
11:20:31 #11 67.37 Setting up libclone-perl (0.43-2) ...
11:20:31 #11 67.39 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:20:31 #11 67.40 Setting up libarchive-zip-perl (1.67-2) ...
11:20:31 #11 67.42 Setting up libsub-identify-perl (0.14-1build2) ...
11:20:31 + set -e
11:20:31 + mkdir -p /root/build-deb/engine
11:20:31 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:31 #12 21.55   Verifying        : audit-libs-3.0.9-1.fc36.aarch64                      97/97 
11:20:31 #12 21.72 
11:20:31 #12 21.72 Upgraded:
11:20:31 #12 21.72   audit-libs-3.1-2.fc36.aarch64                                                 
11:20:31 #12 21.72 Installed:
11:20:31 #12 21.72   annobin-docs-11.06-2.fc36.noarch                                              
11:20:31 #12 21.72   annobin-plugin-gcc-11.06-2.fc36.aarch64                                       
11:20:31 #12 21.72   autoconf-2.71-3.fc36.noarch                                                   
11:20:31 #12 21.72   automake-1.16.5-7.fc36.noarch                                                 
11:20:31 #12 21.72   checkpolicy-3.3-2.fc36.aarch64                                                
11:20:31 #12 21.72   cmake-3.25.2-1.fc36.aarch64                                                   
11:20:31 #12 21.72   cmake-data-3.25.2-1.fc36.noarch                                               
11:20:31 #12 21.72   cmake-filesystem-3.25.2-1.fc36.aarch64                                        
11:20:31 #12 21.72   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
11:20:31 #12 21.72   cpp-12.2.1-4.fc36.aarch64                                                     
11:20:31 #12 21.72   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
11:20:31 #12 21.72   dbus-1:1.14.4-1.fc36.aarch64                                                  
11:20:31 #12 21.72   dbus-broker-33-1.fc36.aarch64                                                 
11:20:31 #12 21.72   dbus-common-1:1.14.4-1.fc36.noarch                                            
11:20:31 #12 21.72   device-mapper-1.02.175-7.fc36.aarch64                                         
11:20:31 #12 21.72   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
11:20:31 #12 21.72   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
11:20:31 #12 21.72   gc-8.0.6-3.fc36.aarch64                                                       
11:20:31 #12 21.72   gcc-12.2.1-4.fc36.aarch64                                                     
11:20:31 #12 21.72   gcc-plugin-annobin-12.2.1-4.fc36.aarch64                                      
11:20:31 #12 21.72   git-2.39.2-1.fc36.aarch64                                                     
11:20:31 #12 21.72   git-core-2.39.2-1.fc36.aarch64                                                
11:20:31 #12 21.72   git-core-doc-2.39.2-1.fc36.noarch                                             
11:20:31 #12 21.72   glibc-devel-2.35-22.fc36.aarch64                                              
11:20:31 #12 21.72   glibc-static-2.35-22.fc36.aarch64                                             
11:20:31 #12 21.72   guile22-2.2.7-5.fc36.aarch64                                                  
11:20:31 #12 21.72   jsoncpp-1.9.5-2.fc36.aarch64                                                  
11:20:31 #12 21.72   kernel-headers-6.1.5-100.fc36.aarch64                                         
11:20:31 #12 21.72   kmod-libs-29-7.fc36.aarch64                                                   
11:20:31 #12 21.72   less-590-5.fc36.aarch64                                                       
11:20:31 #12 21.72   libargon2-20171227-9.fc36.aarch64                                             
11:20:31 #12 21.72   libasan-12.2.1-4.fc36.aarch64                                                 
11:20:31 #12 21.72   libatomic-12.2.1-4.fc36.aarch64                                               
11:20:31 #12 21.72   libbpf-2:0.7.0-3.fc36.aarch64                                                 
11:20:31 #12 21.72   libcbor-0.7.0-5.fc36.aarch64                                                  
11:20:31 #12 21.72   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
11:20:31 #12 21.72   libfdisk-2.38-1.fc36.aarch64                                                  
11:20:31 #12 21.72   libfido2-1.10.0-5.fc36.aarch64                                                
11:20:31 #12 21.72   libmpc-1.2.1-4.fc36.aarch64                                                   
11:20:31 #12 21.72   libseccomp-2.5.3-2.fc36.aarch64                                               
11:20:31 #12 21.72   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
11:20:31 #12 21.72   libselinux-devel-3.3-4.fc36.aarch64                                           
11:20:31 #12 21.72   libselinux-utils-3.3-4.fc36.aarch64                                           
11:20:31 #12 21.72   libsepol-devel-3.3-3.fc36.aarch64                                             
11:20:31 #12 21.72   libtool-2.4.7-1.fc36.aarch64                                                  
11:20:31 #12 21.72   libtool-ltdl-2.4.7-1.fc36.aarch64                                             
11:20:31 #12 21.72   libtool-ltdl-devel-2.4.7-1.fc36.aarch64                                       
11:20:31 #12 21.72   libubsan-12.2.1-4.fc36.aarch64                                                
11:20:31 #12 21.72   libutempter-1.2.1-6.fc36.aarch64                                              
11:20:31 #12 21.72   libuv-1:1.44.2-1.fc36.aarch64                                                 
11:20:31 #12 21.72   libxcrypt-devel-4.4.33-4.fc36.aarch64                                         
11:20:31 #12 21.72   libxcrypt-static-4.4.33-4.fc36.aarch64                                        
11:20:31 #12 21.72   libxkbcommon-1.4.0-1.fc36.aarch64                                             
11:20:31 #12 21.72   m4-1.4.19-3.fc36.aarch64                                                      
11:20:31 #12 21.72   make-1:4.3-7.fc36.aarch64                                                     
11:20:31 #12 21.72   openssh-8.8p1-1.fc36.1.aarch64                                                
11:20:31 #12 21.72   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
11:20:31 #12 21.72   pcre2-devel-10.40-1.fc36.aarch64                                              
11:20:31 #12 21.72   pcre2-utf16-10.40-1.fc36.aarch64                                              
11:20:31 #12 21.72   pcre2-utf32-10.40-1.fc36.aarch64                                              
11:20:31 #12 21.72   perl-Error-1:0.17029-8.fc36.noarch                                            
11:20:31 #12 21.72   perl-File-Compare-1.100.600-486.fc36.noarch                                   
11:20:31 #12 21.72   perl-File-Copy-2.35-486.fc36.noarch                                           
11:20:31 #12 21.72   perl-File-Find-1.39-486.fc36.noarch                                           
11:20:31 #12 21.72   perl-Git-2.39.2-1.fc36.noarch                                                 
11:20:31 #12 21.72   perl-TermReadKey-2.38-12.fc36.aarch64                                         
11:20:31 #12 21.72   perl-Thread-Queue-3.14-479.fc36.noarch                                        
11:20:31 #12 21.72   perl-lib-0.65-486.fc36.aarch64                                                
11:20:31 #12 21.72   perl-threads-1:2.26-449.fc36.aarch64                                          
11:20:31 #12 21.72   perl-threads-shared-1.62-479.fc36.aarch64                                     
11:20:31 #12 21.72   policycoreutils-3.3-4.fc36.aarch64                                            
11:20:31 #12 21.72   policycoreutils-devel-3.3-4.fc36.aarch64                                      
11:20:31 #12 21.72   policycoreutils-python-utils-3.3-4.fc36.noarch                                
11:20:31 #12 21.72   python3-audit-3.1-2.fc36.aarch64                                              
11:20:31 #12 21.72   python3-libselinux-3.3-4.fc36.aarch64                                         
11:20:31 #12 21.72   python3-libsemanage-3.3-3.fc36.aarch64                                        
11:20:31 #12 21.72   python3-policycoreutils-3.3-4.fc36.noarch                                     
11:20:31 #12 21.72   python3-setools-4.4.0-5.fc36.aarch64                                          
11:20:31 #12 21.72   python3-setuptools-59.6.0-3.fc36.noarch                                       
11:20:31 #12 21.72   qrencode-libs-4.1.1-2.fc36.aarch64                                            
11:20:31 #12 21.72   rhash-1.4.2-2.fc36.aarch64                                                    
11:20:31 #12 21.72   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
11:20:31 #12 21.72   selinux-policy-36.17-1.fc36.noarch                                            
11:20:31 #12 21.72   selinux-policy-devel-36.17-1.fc36.noarch                                      
11:20:31 #12 21.72   selinux-policy-targeted-36.17-1.fc36.noarch                                   
11:20:31 #12 21.72   systemd-250.10-2.fc36.aarch64                                                 
11:20:31 #12 21.72   systemd-devel-250.10-2.fc36.aarch64                                           
11:20:31 #12 21.72   systemd-networkd-250.10-2.fc36.aarch64                                        
11:20:31 #12 21.72   systemd-pam-250.10-2.fc36.aarch64                                             
11:20:31 #12 21.72   systemd-resolved-250.10-2.fc36.aarch64                                        
11:20:31 #12 21.72   systemd-rpm-macros-250.10-2.fc36.noarch                                       
11:20:31 #12 21.72   util-linux-2.38-1.fc36.aarch64                                                
11:20:31 #12 21.72   vim-filesystem-2:9.0.1307-1.fc36.noarch                                       
11:20:31 #12 21.72   which-2.21-32.fc36.aarch64                                                    
11:20:31 #12 21.72   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:20:31 #12 21.72 
11:20:31 #12 21.72 Complete!
11:20:31 #12 7.129 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsepol1-dev armhf 2.7-1ubuntu0.1 [303 kB]
11:20:31 #12 7.403 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre16-3 armhf 2:8.39-9ubuntu0.1 [128 kB]
11:20:31 #10 73.27 Setting up libltdl-dev:armhf (2.4.6-9) ...
11:20:31 #10 73.28 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:31 #10 73.29 Setting up libio-string-perl (1.08-3) ...
11:20:31 #10 73.31 Setting up libreadonly-perl (2.050-1) ...
11:20:31 #10 73.32 Setting up python3-chardet (3.0.4-3) ...
11:20:31 #17 DONE 0.6s
11:20:31 + STATUS=0
11:20:31 + '[' 0 -ne 0 ']'
11:20:31 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:20:31 #13 8.258 Unpacking bash-completion (1:2.10-1ubuntu1) ...
11:20:31 #13 8.393 Selecting previously unselected package cmake-data.
11:20:31 #13 8.396 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
11:20:31 #13 8.402 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:31 #11 68.58 Preparing to unpack .../296-libhttp-daemon-perl_6.14-1.1_all.deb ...
11:20:31 #11 68.58 Unpacking libhttp-daemon-perl (6.14-1.1) ...
11:20:31 #11 68.62 Selecting previously unselected package libindirect-perl.
11:20:31 #11 68.62 Preparing to unpack .../297-libindirect-perl_0.39-2_armhf.deb ...
11:20:31 #11 68.63 Unpacking libindirect-perl (0.39-2) ...
11:20:31 #11 68.66 Selecting previously unselected package libio-interactive-perl.
11:20:31 #11 68.66 Preparing to unpack .../298-libio-interactive-perl_1.023-1_all.deb ...
11:20:31 #11 68.66 Unpacking libio-interactive-perl (1.023-1) ...
11:20:31 #11 68.69 Selecting previously unselected package libtypes-serialiser-perl.
11:20:31 #11 68.69 Preparing to unpack .../299-libtypes-serialiser-perl_1.01-1_all.deb ...
11:20:31 #11 68.70 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:20:31 #11 68.73 Selecting previously unselected package libjson-xs-perl.
11:20:31 #11 68.73 Preparing to unpack .../300-libjson-xs-perl_4.030-1build3_armhf.deb ...
11:20:31 #11 68.73 Unpacking libjson-xs-perl (4.030-1build3) ...
11:20:31 #11 68.77 Selecting previously unselected package libjson-maybexs-perl.
11:20:31 #11 68.77 Preparing to unpack .../301-libjson-maybexs-perl_1.004003-1_all.deb ...
11:20:31 #11 68.77 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:20:31 #11 68.81 Selecting previously unselected package libldap-common.
11:20:31 #11 68.81 Preparing to unpack .../302-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
11:20:31 #11 64.89 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:20:31 #13 8.282 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
11:20:31 #13 8.285 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
11:20:31 #13 8.436 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd0 arm64 249.11-0ubuntu3.7 [314 kB]
11:20:31 #10 65.95 Setting up libxpm4:armhf (1:3.5.12-1.1) ...
11:20:31 #10 65.96 Setting up openssh-client (1:9.2p1-2) ...
11:20:31 #10 66.05 Setting up gpgsm (2.2.40-1) ...
11:20:31 #10 66.06 Setting up libxext6:armhf (2:1.3.4-1+b1) ...
11:20:31 #10 66.07 Setting up libcurl3-gnutls:armhf (7.88.1-1) ...
11:20:31 #10 66.09 Setting up binutils (2.40-2) ...
11:20:31 #10 66.10 Setting up man-db (2.11.2-1) ...
11:20:31 #12 4.110    dh_compress
11:20:31 #12 4.162    dh_fixperms
11:20:31 #12 4.209    dh_missing
11:20:31 #12 4.241    dh_installdeb
11:20:31 #12 4.281    dh_gencontrol
11:20:31 #13 DONE 0.2s
11:20:31 
11:20:31 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:31 #11 67.43 Setting up libdistro-info-perl (0.23ubuntu1) ...
11:20:31 #11 67.45 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
11:20:31 #11 67.46 Setting up python3-apt (2.0.1) ...
11:20:31 #11 67.66 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
11:20:31 #11 67.67 Setting up libio-stringy-perl (2.111-3) ...
11:20:31 #12 7.439 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre32-3 armhf 2:8.39-9ubuntu0.1 [121 kB]
11:20:31 #12 7.464 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcrecpp0v5 armhf 2:8.39-9ubuntu0.1 [13.2 kB]
11:20:31 #12 7.467 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre3-dev armhf 2:8.39-9ubuntu0.1 [475 kB]
11:20:31 #12 7.529 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libselinux1-dev armhf 2.7-2build2 [142 kB]
11:20:31 #12 7.542 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdevmapper-dev armhf 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
11:20:31 #12 7.545 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~18.04.2 [77.0 kB]
11:20:31 #12 7.551 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsystemd0 armhf 237-3ubuntu10.57 [186 kB]
11:20:31 #10 73.57 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:31 #10 73.61 Setting up python3-debian (0.1.35) ...
11:20:31 
11:20:31 #18 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:20:31 #13 8.765 Selecting previously unselected package libarchive13:arm64.
11:20:31 #13 8.768 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ...
11:20:31 #13 8.776 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
11:20:31 #13 8.837 Selecting previously unselected package libjsoncpp1:arm64.
11:20:31 #13 8.840 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ...
11:20:31 #13 8.844 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
11:20:31 #13 8.887 Selecting previously unselected package librhash0:arm64.
11:20:31 #11 68.81 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:20:31 #11 68.84 Selecting previously unselected package liblist-compare-perl.
11:20:31 #11 68.85 Preparing to unpack .../303-liblist-compare-perl_0.55-1_all.deb ...
11:20:31 #11 68.85 Unpacking liblist-compare-perl (0.55-1) ...
11:20:31 #11 68.90 Selecting previously unselected package liblist-someutils-perl.
11:20:31 #11 68.90 Preparing to unpack .../304-liblist-someutils-perl_0.58-1_all.deb ...
11:20:31 #11 68.90 Unpacking liblist-someutils-perl (0.58-1) ...
11:20:31 #11 68.93 Selecting previously unselected package liblist-someutils-xs-perl.
11:20:31 #11 68.93 Preparing to unpack .../305-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
11:20:31 #11 68.94 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:20:31 #11 68.97 Selecting previously unselected package liblist-utilsby-perl.
11:20:31 #11 68.97 Preparing to unpack .../306-liblist-utilsby-perl_0.12-1_all.deb ...
11:20:31 #11 68.98 Unpacking liblist-utilsby-perl (0.12-1) ...
11:20:31 #11 69.01 Selecting previously unselected package libltdl7:armhf.
11:20:31 #11 69.01 Preparing to unpack .../307-libltdl7_2.4.7-4_armhf.deb ...
11:20:31 #11 69.02 Unpacking libltdl7:armhf (2.4.7-4) ...
11:20:31 #11 69.05 Selecting previously unselected package libltdl-dev:armhf.
11:20:31 #11 69.05 Preparing to unpack .../308-libltdl-dev_2.4.7-4_armhf.deb ...
11:20:31 #11 65.36 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:20:32 #13 8.855 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.7 [306 kB]
11:20:32 #10 66.20 Building database of manual pages ...
11:20:32 #12 4.426    dh_md5sums
11:20:32 #12 4.473    dh_builddeb
11:20:32 #12 4.506 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:32 #12 4.525  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
11:20:32 #11 67.68 Setting up liblist-moreutils-perl (0.416-1build5) ...
11:20:32 #11 67.70 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:32 #11 67.71 Setting up liblog-any-perl (1.708-1) ...
11:20:32 #11 67.72 Setting up libauthen-sasl-perl (2.1600-1) ...
11:20:32 #11 67.73 Setting up libdevel-size-perl (0.83-1build1) ...
11:20:32 #11 67.75 Setting up libdebhelper-perl (12.10ubuntu1) ...
11:20:32 #11 67.76 Setting up libpod-constants-perl (0.19-1) ...
11:20:32 #11 67.78 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
11:20:32 #11 67.80 Setting up libperl4-corelibs-perl (0.004-2) ...
11:20:32 #11 67.81 Setting up libfuture-perl (0.43-1) ...
11:20:32 #11 67.82 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:32 #11 67.83 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
11:20:32 #11 67.84 Setting up libtry-tiny-perl (0.30-1) ...
11:20:32 #11 67.85 Setting up libtype-tiny-perl (1.008001-2) ...
11:20:32 #11 67.86 Setting up libtest-fatal-perl (0.014-1) ...
11:20:32 #11 67.87 Setting up libcommon-sense-perl (3.74-2build6) ...
11:20:32 #11 67.89 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:20:32 #11 67.91 Setting up libnet-http-perl (6.19-1) ...
11:20:32 #11 67.92 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:20:32 #11 67.93 Setting up libencode-locale-perl (1.05-1) ...
11:20:32 #11 67.94 Setting up libtext-levenshtein-perl (0.13-1) ...
11:20:32 #11 67.95 Setting up libnet-dns-perl (1.22-1) ...
11:20:32 #11 67.96 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
11:20:32 #11 67.97 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:20:32 #11 67.99 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:32 #11 68.00 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:32 #11 68.01 Setting up libsub-install-perl (0.928-1) ...
11:20:32 #12 7.710 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsystemd-dev armhf 237-3ubuntu10.57 [184 kB]
11:20:32 #10 73.79 Setting up python3-requests (2.21.0-1) ...
11:20:32 #14 DONE 2.3s
11:20:32 
11:20:32 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:32 #15 DONE 0.0s
11:20:32 #18 DONE 0.4s
11:20:32 
11:20:32 #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
11:20:32 + mkdir -p /root/build-deb/cli
11:20:32 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:32 #13 8.891 Preparing to unpack .../4-librhash0_1.3.9-1_arm64.deb ...
11:20:32 #13 8.895 Unpacking librhash0:arm64 (1.3.9-1) ...
11:20:32 #13 8.945 Selecting previously unselected package libuv1:arm64.
11:20:32 #13 8.948 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_arm64.deb ...
11:20:32 #13 8.953 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ...
11:20:32 #13 8.992 Selecting previously unselected package cmake.
11:20:32 #13 8.992 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_arm64.deb ...
11:20:32 #13 8.996 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:32 #11 69.06 Unpacking libltdl-dev:armhf (2.4.7-4) ...
11:20:32 #11 69.10 Selecting previously unselected package liblzo2-2:armhf.
11:20:32 #11 69.10 Preparing to unpack .../309-liblzo2-2_2.10-2build3_armhf.deb ...
11:20:32 #11 69.11 Unpacking liblzo2-2:armhf (2.10-2build3) ...
11:20:32 #11 69.14 Selecting previously unselected package libsys-hostname-long-perl.
11:20:32 #11 69.14 Preparing to unpack .../310-libsys-hostname-long-perl_1.5-2_all.deb ...
11:20:32 #11 69.15 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:20:32 #11 69.18 Selecting previously unselected package libmail-sendmail-perl.
11:20:32 #11 69.19 Preparing to unpack .../311-libmail-sendmail-perl_0.80-2_all.deb ...
11:20:32 #11 69.19 Unpacking libmail-sendmail-perl (0.80-2) ...
11:20:32 #11 69.22 Selecting previously unselected package libnet-smtp-ssl-perl.
11:20:32 #11 69.22 Preparing to unpack .../312-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:20:32 #11 69.23 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:20:32 #11 69.26 Selecting previously unselected package libmailtools-perl.
11:20:32 #11 69.26 Preparing to unpack .../313-libmailtools-perl_2.21-1_all.deb ...
11:20:32 #11 69.26 Unpacking libmailtools-perl (2.21-1) ...
11:20:32 #11 69.31 Selecting previously unselected package libmarkdown2:armhf.
11:20:32 #11 69.31 Preparing to unpack .../314-libmarkdown2_2.2.7-2_armhf.deb ...
11:20:32 + STATUS=0
11:20:32 + '[' 0 -ne 0 ']'
11:20:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:32 + RPM_EC=0
11:20:32 ++ jobs -p
11:20:32 + exit 0
11:20:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aeM9GI
11:20:32 + umask 022
11:20:32 + cd /root/rpmbuild/BUILD
11:20:32 + 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'
11:20:32 + export CFLAGS
11:20:32 + 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'
11:20:32 + export CXXFLAGS
11:20:32 + 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'
11:20:32 + export FFLAGS
11:20:32 + 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'
11:20:32 + export FCFLAGS
11:20:32 + 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'
11:20:32 + export LDFLAGS
11:20:32 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:20:32 + export LT_SYS_LIBRARY_PATH
11:20:32 + CC=gcc
11:20:32 + export CC
11:20:32 + CXX=g++
11:20:32 + export CXX
11:20:32 + cd src
11:20:32 + export DOCKER_GITCOMMIT=31a9532
11:20:32 + DOCKER_GITCOMMIT=31a9532
11:20:32 + mkdir -p /go/src/github.com/docker
11:20:32 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:32 + pushd /root/rpmbuild/BUILD/src/engine
11:20:32 + TMP_GOPATH=/go
11:20:32 + hack/dockerfile/install/install.sh tini
11:20:32 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:32 + RM_GOPATH=0
11:20:32 + TMP_GOPATH=/go
11:20:32 + : /usr/local/bin
11:20:32 + '[' -z /go ']'
11:20:32 + export GOPATH=/go
11:20:32 + GOPATH=/go
11:20:32 + case "$(go env GOARCH)" in
11:20:32 ++ go env GOARCH
11:20:32 + export GO_BUILDMODE=-buildmode=pie
11:20:32 + GO_BUILDMODE=-buildmode=pie
11:20:32 ++ dirname hack/dockerfile/install/install.sh
11:20:32 + dir=hack/dockerfile/install
11:20:32 + bin=tini
11:20:32 + shift
11:20:32 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:32 + . hack/dockerfile/install/tini.installer
11:20:32 ++ : v0.19.0
11:20:32 + install_tini
11:20:32 + echo 'Install tini version v0.19.0'
11:20:32 + git clone https://github.com/krallin/tini.git /go/tini
11:20:32 Install tini version v0.19.0
11:20:32 Cloning into '/go/tini'...
11:20:32 #13 8.908 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
11:20:32 #13 9.071 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
11:20:32 #12 4.689  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
11:20:32 #11 68.02 Setting up gcc (4:9.3.0-1ubuntu2) ...
11:20:32 #11 68.05 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
11:20:32 #11 68.07 Setting up libnumber-compare-perl (0.03-1) ...
11:20:32 #11 68.08 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:32 #11 68.09 Setting up libio-async-perl (0.75-1) ...
11:20:32 #11 68.10 Setting up liberror-perl (0.17029-1) ...
11:20:32 #11 68.11 Setting up patchutils (0.3.4-2) ...
11:20:32 #11 68.13 Setting up libmail-sendmail-perl (0.80-1) ...
11:20:32 #11 68.14 Setting up libltdl-dev:armhf (2.4.6-14) ...
11:20:32 #11 68.15 Setting up libjson-maybexs-perl (1.004000-1) ...
11:20:32 #11 68.16 Setting up libxml-sax-base-perl (1.09-1) ...
11:20:32 #11 68.17 Setting up libio-string-perl (1.08-3) ...
11:20:32 #11 68.19 Setting up libreadonly-perl (2.050-2) ...
11:20:32 #11 68.20 Setting up python3-chardet (3.0.4-4build1) ...
11:20:32 #12 8.068 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pkg-config armhf 0.29.1-0ubuntu2 [42.0 kB]
11:20:32 #12 8.233 debconf: delaying package configuration, since apt-utils is not installed
11:20:32 #10 73.97 Setting up libdata-optlist-perl (0.110-1) ...
11:20:32 #10 73.98 Setting up libipc-run-perl (20180523.0-1) ...
11:20:32 #10 73.99 Setting up git (1:2.20.1-2+deb10u8) ...
11:20:32 #10 74.03 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:32 #10 74.04 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:32 #10 74.05 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:32 #10 74.06 Setting up g++ (4:8.3.0-1) ...
11:20:32 #10 74.10 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:32 #10 74.11 Setting up libhtml-parser-perl (3.72-3+b3) ...
11:20:32 #10 74.12 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:32 #10 74.13 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:32 #10 74.14 Setting up librole-tiny-perl (2.000006-1) ...
11:20:32 #10 74.16 Setting up gnupg (2.2.12-1+deb10u2) ...
11:20:32 #10 74.17 Setting up build-essential (12.6) ...
11:20:32 #10 74.18 Setting up libfile-homedir-perl (1.004-1) ...
11:20:32 #10 74.19 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:20:32 #10 74.20 Setting up libio-socket-ssl-perl (2.060-3) ...
11:20:32 #10 74.23 Setting up libsub-exporter-perl (0.987-1) ...
11:20:32 #10 74.24 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:32 #10 74.25 Setting up libhttp-message-perl (6.18-1) ...
11:20:32 #10 74.26 Setting up libhtml-form-perl (6.03-1) ...
11:20:32 #10 74.27 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
11:20:32 #10 74.28 Setting up libjson-xs-perl (3.040-1+b1) ...
11:20:32 #10 74.30 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:32 #10 74.31 Setting up libio-prompter-perl (0.004015-1) ...
11:20:32 
11:20:32 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:32 #16 DONE 0.1s
11:20:32 
11:20:32 #17 exporting to image
11:20:32 #17 exporting layers
11:20:32 + mkdir -p /root/build-deb/buildx
11:20:32 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:32 #13 9.289 Selecting previously unselected package dh-apparmor.
11:20:32 #13 9.292 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
11:20:32 #13 9.296 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:32 #13 9.339 Preparing to unpack .../8-libudev1_245.4-4ubuntu3.20_arm64.deb ...
11:20:32 #13 9.352 Unpacking libudev1:arm64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:32 #13 9.412 Setting up libudev1:arm64 (245.4-4ubuntu3.20) ...
11:20:32 #11 69.32 Unpacking libmarkdown2:armhf (2.2.7-2) ...
11:20:32 #11 69.36 Selecting previously unselected package libmath-base85-perl.
11:20:32 #11 69.36 Preparing to unpack .../315-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:20:32 #11 69.37 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:20:32 #11 69.42 Selecting previously unselected package libmldbm-perl.
11:20:32 #11 69.42 Preparing to unpack .../316-libmldbm-perl_2.05-3_all.deb ...
11:20:32 #11 69.43 Unpacking libmldbm-perl (2.05-3) ...
11:20:32 #11 69.46 Selecting previously unselected package libmoox-aliases-perl.
11:20:32 #11 69.46 Preparing to unpack .../317-libmoox-aliases-perl_0.001006-2_all.deb ...
11:20:32 #11 69.46 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:20:32 #11 69.49 Selecting previously unselected package libmouse-perl.
11:20:32 #11 69.49 Preparing to unpack .../318-libmouse-perl_2.5.10-1build4_armhf.deb ...
11:20:32 #11 69.50 Unpacking libmouse-perl (2.5.10-1build4) ...
11:20:32 #11 69.54 Selecting previously unselected package libxs-parse-keyword-perl.
11:20:32 #11 69.54 Preparing to unpack .../319-libxs-parse-keyword-perl_0.25-1_armhf.deb ...
11:20:32 + cd /go/tini
11:20:32 + git checkout -q v0.19.0
11:20:32 + cmake .
11:20:32 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:32   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:32   CMake.
11:20:32 
11:20:32   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:32   CMake that the project does not need compatibility with older versions.
11:20:32 
11:20:32 
11:20:32 -- The C compiler identification is GNU 12.2.1
11:20:32 -- Detecting C compiler ABI info
11:20:32 #13 9.255 debconf: delaying package configuration, since apt-utils is not installed
11:20:32 #13 9.296 Fetched 11.5 MB in 3s (4023 kB/s)
11:20:32 #14 DONE 2.2s
11:20:32 
11:20:32 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:32 #15 DONE 0.0s
11:20:32 
11:20:32 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:32 #16 DONE 0.0s
11:20:32 
11:20:32 #17 exporting to image
11:20:32 #17 exporting layers
11:20:32 #11 78.63 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
11:20:32 #11 78.66 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7.1) ...
11:20:32 #11 78.67 Setting up libgdbm-compat4:arm64 (1.23-1) ...
11:20:32 #11 78.68 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
11:20:32 #11 78.69 Setting up libssh-4:arm64 (0.9.6-2build1) ...
11:20:32 #11 78.70 Setting up dwz (0.14-1build2) ...
11:20:32 #11 78.72 Setting up groff-base (1.22.4-8build1) ...
11:20:32 #11 78.74 Setting up cpp (4:12.2.0-1ubuntu1) ...
11:20:32 #11 78.76 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:20:32 #11 78.77 Setting up debugedit (1:5.0-5) ...
11:20:32 #11 78.78 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.3) ...
11:20:32 #11 78.79 Setting up libx11-6:arm64 (2:1.8.1-2) ...
11:20:32 #11 78.81 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
11:20:32 #11 78.82 Setting up libtiff5:arm64 (4.4.0-4ubuntu3.3) ...
11:20:32 #11 78.83 Setting up curl (7.85.0-1ubuntu0.3) ...
11:20:32 #11 78.84 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
11:20:32 #11 78.85 Setting up gpg (2.2.35-3ubuntu1) ...
11:20:32 #11 78.86 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:20:32 #11 78.87 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
11:20:32 #11 78.88 Setting up libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
11:20:32 #11 78.89 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:20:32 #11 79.03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:20:32 #15 DONE 2.5s
11:20:32 
11:20:32 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:32 #16 DONE 0.0s
11:20:32 
11:20:32 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:32 #17 DONE 0.0s
11:20:32 
11:20:32 #18 exporting to image
11:20:32 #18 exporting layers
11:20:32 #12 4.781 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:32 #12 4.784  dpkg-source --after-build .
11:20:32 #12 4.907 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:32 #12 4.912 
11:20:32 #12 4.912 The package has been created.
11:20:32 #12 4.912 Attention, the package has been created in the current directory,
11:20:32 #12 4.912 not in ".." as indicated by the message above!
11:20:32 #12 4.940 Selecting previously unselected package docker-ce-build-deps.
11:20:32 #12 4.953 (Reading database ... 18450 files and directories currently installed.)
11:20:32 #12 4.954 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:32 #12 4.960 Unpacking docker-ce-build-deps (1.0) ...
11:20:32 #12 8.274 Fetched 6640 kB in 2s (2767 kB/s)
11:20:32 #12 8.306 Selecting previously unselected package bash-completion.
11:20:32 #12 8.306 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21184 files and directories currently installed.)
11:20:32 #12 8.326 Preparing to unpack .../0-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
11:20:32 #10 74.32 Setting up libhttp-cookies-perl (6.04-1) ...
11:20:32 #10 74.33 Setting up po-debconf (1.0.21) ...
11:20:32 #10 74.34 Setting up libhtml-tree-perl (5.07-2) ...
11:20:32 #10 74.35 Setting up libparams-classify-perl (0.015-1+b1) ...
11:20:32 #10 74.37 Setting up libcgi-pm-perl (4.40-1) ...
11:20:32 #10 74.38 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:32 #10 74.39 Setting up libnet-dns-sec-perl (1.11-1) ...
11:20:32 #10 74.40 Setting up libsereal-perl (4.005-1) ...
11:20:32 #10 74.41 Setting up libhtml-format-perl (2.12-1) ...
11:20:32 #10 74.42 Setting up libxml-sax-perl (1.00+dfsg-1) ...
11:20:32 #10 74.48 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:32 #13 9.464 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:32 #13 9.464 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29856 files and directories currently installed.)
11:20:32 #13 9.481 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
11:20:32 #13 9.485 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:20:32 #13 9.533 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:32 #13 9.536 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
11:20:32 #13 9.541 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:20:32 #13 9.575 Selecting previously unselected package libudev-dev:arm64.
11:20:32 #13 9.579 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.20_arm64.deb ...
11:20:32 #13 9.583 Unpacking libudev-dev:arm64 (245.4-4ubuntu3.20) ...
11:20:32 #13 9.619 Selecting previously unselected package libsepol1-dev:arm64.
11:20:32 #13 9.623 Preparing to unpack .../03-libsepol1-dev_3.0-1ubuntu0.1_arm64.deb ...
11:20:32 #13 9.627 Unpacking libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
11:20:32 #19 DONE 0.4s
11:20:32 
11:20:32 #20 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
11:20:32 #11 69.54 Unpacking libxs-parse-keyword-perl (0.25-1) ...
11:20:32 #11 69.59 Selecting previously unselected package libxs-parse-sublike-perl:armhf.
11:20:32 #11 69.59 Preparing to unpack .../320-libxs-parse-sublike-perl_0.16-1ubuntu2_armhf.deb ...
11:20:32 #11 69.59 Unpacking libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ...
11:20:32 #11 69.63 Selecting previously unselected package libobject-pad-perl.
11:20:32 #11 69.63 Preparing to unpack .../321-libobject-pad-perl_0.68-1_armhf.deb ...
11:20:32 #11 69.63 Unpacking libobject-pad-perl (0.68-1) ...
11:20:32 #11 69.67 Selecting previously unselected package libpackage-stash-xs-perl:armhf.
11:20:32 #11 69.67 Preparing to unpack .../322-libpackage-stash-xs-perl_0.30-1_armhf.deb ...
11:20:32 #11 69.68 Unpacking libpackage-stash-xs-perl:armhf (0.30-1) ...
11:20:32 #11 69.71 Selecting previously unselected package libpath-iterator-rule-perl.
11:20:32 #11 69.71 Preparing to unpack .../323-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:20:32 #11 69.72 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:20:32 #11 69.78 Selecting previously unselected package libperlio-gzip-perl.
11:20:32 #11 69.78 Preparing to unpack .../324-libperlio-gzip-perl_0.20-1_armhf.deb ...
11:20:32 #11 69.79 Unpacking libperlio-gzip-perl (0.20-1) ...
11:20:32 #11 69.82 Selecting previously unselected package libperlio-utf8-strict-perl.
11:20:32 #11 69.82 Preparing to unpack .../325-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
11:20:32 #11 69.82 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:32 #11 69.86 Selecting previously unselected package libpod-parser-perl.
11:20:32 #11 69.86 Preparing to unpack .../326-libpod-parser-perl_1.65-1_all.deb ...
11:20:32 #11 69.88 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:20:32 #11 69.89 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:20:32 -- Detecting C compiler ABI info - done
11:20:32 -- Check for working C compiler: /usr/bin/gcc - skipped
11:20:32 -- Detecting C compile features
11:20:32 -- Detecting C compile features - done
11:20:32 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:32 #13 9.325 Selecting previously unselected package bash-completion.
11:20:32 #13 9.325 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25552 files and directories currently installed.)
11:20:32 #13 9.340 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
11:20:32 #13 9.354 Unpacking bash-completion (1:2.11-5ubuntu1) ...
11:20:32 #13 9.481 Selecting previously unselected package libarchive13:arm64.
11:20:32 #13 9.483 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
11:20:32 #13 9.490 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
11:20:32 #13 9.529 Selecting previously unselected package libjsoncpp25:arm64.
11:20:32 #13 9.532 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
11:20:32 #13 9.537 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
11:20:32 #13 9.573 Selecting previously unselected package librhash0:arm64.
11:20:32 #13 9.576 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
11:20:32 #13 9.580 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
11:20:32 #13 9.615 Selecting previously unselected package libuv1:arm64.
11:20:32 #13 9.615 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
11:20:32 #13 9.618 Unpacking libuv1:arm64 (1.43.0-1) ...
11:20:32 #13 9.648 Selecting previously unselected package dh-elpa-helper.
11:20:32 #13 9.651 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:20:32 #13 9.654 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:20:32 #13 9.691 Selecting previously unselected package emacsen-common.
11:20:32 #11 79.15 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:20:32 #11 79.27 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:20:32 #15 exporting layers 5.0s done
11:20:32 #15 writing image sha256:91ed6d20acdf0c27d5335c15b10c66c589821b1941e5b10da04ef07d8fedde02 done
11:20:32 #15 naming to docker.io/rpmbuild-fedora-37/x86_64 done
11:20:32 #15 DONE 5.0s
11:20:32 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/x86_64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:32 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:32 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:32 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:32 warning: source_date_epoch_from_changelog set but %changelog is missing
11:20:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KfW6U6
11:20:32 + umask 022
11:20:32 + cd /root/rpmbuild/BUILD
11:20:32 + cd /root/rpmbuild/BUILD
11:20:32 + rm -rf src
11:20:32 + /usr/bin/mkdir -p src
11:20:32 + cd src
11:20:32 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:20:32 #11 66.12 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
11:20:32 #11 66.14 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
11:20:32 #11 66.20 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:32 #11 66.20 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
11:20:32 #11 66.21 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:32 #11 66.21 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
11:20:32 #11 66.21 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:32 #11 66.21 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
11:20:32 #11 66.22 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:20:32 #11 66.23 Setting up libxext6:armhf (2:1.3.4-1build1) ...
11:20:32 #11 66.24 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.8) ...
11:20:32 #11 66.26 Setting up python3 (3.10.6-1~22.04) ...
11:20:32 #11 68.47 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:20:32 #11 68.48 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:32 #11 68.49 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:32 #11 68.51 Setting up python3-debian (0.1.36ubuntu1) ...
11:20:32 #11 68.70 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:20:32 #13 9.700 Selecting previously unselected package libpcre2-16-0:arm64.
11:20:32 #13 9.703 Preparing to unpack .../04-libpcre2-16-0_10.34-7ubuntu0.1_arm64.deb ...
11:20:32 #13 9.707 Unpacking libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
11:20:32 #13 9.756 Selecting previously unselected package libpcre2-32-0:arm64.
11:20:32 #13 9.759 Preparing to unpack .../05-libpcre2-32-0_10.34-7ubuntu0.1_arm64.deb ...
11:20:32 #13 9.763 Unpacking libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
11:20:32 #13 9.817 Selecting previously unselected package libpcre2-posix2:arm64.
11:20:32 #13 9.817 Preparing to unpack .../06-libpcre2-posix2_10.34-7ubuntu0.1_arm64.deb ...
11:20:32 #13 9.821 Unpacking libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
11:20:32 #13 9.853 Selecting previously unselected package libpcre2-dev:arm64.
11:20:32 #13 9.856 Preparing to unpack .../07-libpcre2-dev_10.34-7ubuntu0.1_arm64.deb ...
11:20:32 #13 9.859 Unpacking libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
11:20:32 #13 9.938 Selecting previously unselected package libselinux1-dev:arm64.
11:20:32 #10 74.54 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:32 #10 74.73 
11:20:32 #10 74.73 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:32 #10 74.77 Setting up dput (1.0.3) ...
11:20:32 #12 22.91 Last metadata expiration check: 0:00:41 ago on Fri Mar 10 11:19:51 2023.
11:20:32 #12 23.24 Package bash-5.2.15-1.fc36.aarch64 is already installed.
11:20:32 #12 23.33 Dependencies resolved.
11:20:33 + mkdir -p /root/build-deb/compose
11:20:33 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:33 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:33 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:33 + mkdir -p /go/src/github.com/docker
11:20:33 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:33 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:33 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:33 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:33 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:33 + EPOCH=5
11:20:33 + EPOCH_SEP=
11:20:33 + [[ ! -z 5 ]]
11:20:33 + EPOCH_SEP=:
11:20:33 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:33 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:33 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:33 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:33 + VERSION=0.0.0-20230309110843-71615c2
11:20:33 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:33 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:33 + debSource=docker-ce
11:20:33 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:33 + debMaintainer='Docker <support@docker.com>'
11:20:33 ++ date --rfc-2822
11:20:33 + debDate='Fri, 10 Mar 2023 11:20:32 +0000'
11:20:33 + pkgRevision=1
11:20:33 + cat
11:20:33 + export CLI_GITCOMMIT=71615c2
11:20:33 + CLI_GITCOMMIT=71615c2
11:20:33 + export ENGINE_GITCOMMIT=31a9532
11:20:33 + ENGINE_GITCOMMIT=31a9532
11:20:33 + export SCAN_GITCOMMIT=6c852fa
11:20:33 + SCAN_GITCOMMIT=6c852fa
11:20:33 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:33 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:33 + dpkg-buildpackage -uc -us -I.git
11:20:33 dpkg-buildpackage: info: source package docker-ce
11:20:33 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm
11:20:33 dpkg-buildpackage: info: source distribution bookworm
11:20:33 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:33 #11 69.90 Unpacking libpod-parser-perl (1.65-1) ...
11:20:33 #11 69.94 Selecting previously unselected package libpod-constants-perl.
11:20:33 #11 69.94 Preparing to unpack .../327-libpod-constants-perl_0.19-2_all.deb ...
11:20:33 #11 69.94 Unpacking libpod-constants-perl (0.19-2) ...
11:20:33 #11 69.98 Selecting previously unselected package libproc-processtable-perl:armhf.
11:20:33 #11 69.98 Preparing to unpack .../328-libproc-processtable-perl_0.634-1build1_armhf.deb ...
11:20:33 #11 69.99 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
11:20:33 #11 70.02 Selecting previously unselected package libre2-9:armhf.
11:20:33 #11 70.03 Preparing to unpack .../329-libre2-9_20220601+dfsg-1_armhf.deb ...
11:20:33 #11 70.03 Unpacking libre2-9:armhf (20220601+dfsg-1) ...
11:20:33 #11 70.07 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:20:33 #11 70.07 Preparing to unpack .../330-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
11:20:33 #11 70.07 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
11:20:33 #11 70.10 Selecting previously unselected package libreadonly-perl.
11:20:33 #11 70.11 Preparing to unpack .../331-libreadonly-perl_2.050-3_all.deb ...
11:20:33 #11 70.11 Unpacking libreadonly-perl (2.050-3) ...
11:20:33 #11 70.14 Selecting previously unselected package libref-util-perl.
11:20:33 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:20:33 -- Configuring done (0.6s)
11:20:33 -- Generating done (0.0s)
11:20:33 -- Build files have been written to: /go/tini
11:20:33 + make tini-static
11:20:33 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:33 #13 9.693 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:20:33 #13 9.707 Unpacking emacsen-common (3.0.4) ...
11:20:33 #13 9.747 Selecting previously unselected package cmake-data.
11:20:33 #13 9.750 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
11:20:33 #13 9.759 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:33 #11 79.39 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:20:33 #11 79.40 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:20:33 #11 79.41 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
11:20:33 #11 79.49 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:33 #11 79.49 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
11:20:33 #11 79.49 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:33 #11 79.49 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
11:20:33 #11 79.50 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:33 #11 79.50 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
11:20:33 #11 79.51 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:20:33 #11 79.52 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
11:20:33 #11 79.53 Setting up binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
11:20:33 #11 79.54 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.3) ...
11:20:33 #11 79.56 Setting up systemd (251.4-1ubuntu7.1) ...
11:20:33 #11 66.56 Setting up binutils (2.38-4ubuntu2.1) ...
11:20:33 #11 66.57 Setting up python3-xdg (0.27-2) ...
11:20:33 #11 68.88 Setting up libdata-optlist-perl (0.110-1) ...
11:20:33 #11 68.90 Setting up libipc-run-perl (20180523.0-2) ...
11:20:33 #11 68.91 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:20:33 #11 68.92 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:33 #11 68.93 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:33 #11 68.94 Setting up libtypes-serialiser-perl (1.0-1) ...
11:20:33 #11 68.95 Setting up g++ (4:9.3.0-1ubuntu2) ...
11:20:33 #11 68.98 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:33 #11 68.98 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
11:20:33 #11 68.99 Setting up libhtml-parser-perl (3.72-5) ...
11:20:33 #11 69.00 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:33 #11 69.01 Setting up librole-tiny-perl (2.001004-1) ...
11:20:33 #11 69.02 Setting up build-essential (12.8ubuntu1.1) ...
11:20:33 #11 69.03 Setting up libfont-ttf-perl (1.06-1) ...
11:20:33 #11 69.04 Setting up libfile-homedir-perl (1.004-1) ...
11:20:33 #12 8.809 Unpacking bash-completion (1:2.8-1ubuntu1) ...
11:20:33 #13 9.942 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_arm64.deb ...
11:20:33 #13 9.946 Unpacking libselinux1-dev:arm64 (3.0-1build2) ...
11:20:33 #13 9.994 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:33 #13 9.997 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_arm64.deb ...
11:20:33 #13 10.00 Unpacking libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
11:20:33 #13 10.04 Selecting previously unselected package libseccomp-dev:arm64.
11:20:33 #13 10.04 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ...
11:20:33 #13 10.04 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
11:20:33 #13 10.09 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.20_arm64.deb ...
11:20:33 #13 10.10 Unpacking libsystemd0:arm64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:33 #13 10.18 Setting up libsystemd0:arm64 (245.4-4ubuntu3.20) ...
11:20:33 #12 23.35 Nothing to do.
11:20:33 #12 23.35 Complete!
11:20:33 #12 DONE 23.4s
11:20:33 #10 75.00 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:33 #10 75.02 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:33 #10 75.03 Setting up libmailtools-perl (2.18-1) ...
11:20:33 #10 75.04 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
11:20:33 #10 75.05 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
11:20:33 #10 75.10 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:33 dpkg-buildpackage: info: host architecture amd64
11:20:33  dpkg-source -I.git --before-build .
11:20:33  debian/rules clean
11:20:33 dh clean --with=bash-completion
11:20:33 #11 70.15 Preparing to unpack .../332-libref-util-perl_0.204-1_all.deb ...
11:20:33 #11 70.15 Unpacking libref-util-perl (0.204-1) ...
11:20:33 #11 70.22 Selecting previously unselected package libref-util-xs-perl.
11:20:33 #11 70.23 Preparing to unpack .../333-libref-util-xs-perl_0.117-2_armhf.deb ...
11:20:33 #11 70.23 Unpacking libref-util-xs-perl (0.117-2) ...
11:20:33 #11 70.31 Selecting previously unselected package libregexp-pattern-license-perl.
11:20:33 #11 70.31 Preparing to unpack .../334-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
11:20:33 #11 70.32 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
11:20:33 #11 70.37 Selecting previously unselected package libregexp-pattern-perl.
11:20:33 #11 70.37 Preparing to unpack .../335-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:20:33 #11 70.38 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:20:33 #11 70.42 Selecting previously unselected package libregexp-wildcards-perl.
11:20:33 #13 10.12 Selecting previously unselected package cmake.
11:20:33 #11 79.59 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:20:33 #11 79.60 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:20:33 #11 79.60 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:20:33 #11 79.60 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:20:33 #11 79.61 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:20:33 #11 79.61 Initializing machine ID from D-Bus machine ID.
11:20:33 #11 79.82 Setting up binutils (2.39-3ubuntu1.1) ...
11:20:33 #11 79.83 Setting up man-db (2.10.2-2) ...
11:20:33 #20 0.698 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:20:33 #20 0.707 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:20:33 #20 0.707 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:20:33 #20 0.795 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:20:33 #20 0.918 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:20:33 + STATUS=0
11:20:33 + '[' 0 -ne 0 ']'
11:20:33 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:20:33 #11 66.73 Setting up man-db (2.10.2-1) ...
11:20:33 #11 69.05 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
11:20:33 #11 69.06 Setting up libio-socket-ssl-perl (2.067-1) ...
11:20:33 #11 69.07 Setting up libsub-exporter-perl (0.987-1) ...
11:20:33 #11 69.08 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:33 #11 69.09 Setting up libhttp-message-perl (6.22-1) ...
11:20:33 #11 69.10 Setting up libhtml-form-perl (6.07-1) ...
11:20:33 #11 69.12 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
11:20:33 #11 69.13 Setting up libjson-xs-perl (4.020-1build1) ...
11:20:33 #11 69.14 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:33 #11 69.15 Setting up libio-prompter-perl (0.004015-1) ...
11:20:33 #11 69.16 Setting up libhttp-cookies-perl (6.08-1) ...
11:20:33 #11 69.17 Setting up po-debconf (1.0.21) ...
11:20:33 #11 69.18 Setting up libhtml-tree-perl (5.07-2) ...
11:20:33 #11 69.19 Setting up libparams-classify-perl (0.015-1build2) ...
11:20:33 #11 69.20 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:20:33 #11 69.21 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:33 #11 69.22 Setting up libnet-dns-sec-perl (1.15-1) ...
11:20:33 #11 69.23 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.16) ...
11:20:33 #11 69.24 Setting up libsereal-perl (4.011-1) ...
11:20:33 #11 69.25 Setting up libhtml-format-perl (2.12-1) ...
11:20:33 #12 8.946 Selecting previously unselected package cmake-data.
11:20:33 #12 8.949 Preparing to unpack .../1-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
11:20:33 #12 8.957 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:33 #13 10.22 Selecting previously unselected package libsystemd-dev:arm64.
11:20:33 #13 10.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 ... 30389 files and directories currently installed.)
11:20:33 #13 10.24 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.20_arm64.deb ...
11:20:33 #13 10.25 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.20) ...
11:20:33 #13 10.32 Selecting previously unselected package pkg-config.
11:20:33 #13 10.32 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_arm64.deb ...
11:20:33 #13 10.32 Unpacking pkg-config (0.29.1-0ubuntu4) ...
11:20:33 #13 10.37 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
11:20:33 #13 10.38 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
11:20:33 #13 10.40 Setting up libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
11:20:33 #13 10.41 Setting up libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
11:20:33 #13 10.42 Setting up libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
11:20:33 
11:20:33 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:20:33 #10 75.17 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:33 #10 75.24 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:33    dh_clean
11:20:33  dpkg-source -I.git -b .
11:20:33 #11 70.42 Preparing to unpack .../336-libregexp-wildcards-perl_1.05-3_all.deb ...
11:20:33 #11 70.42 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:20:33 #11 70.48 Selecting previously unselected package libsasl2-modules:armhf.
11:20:33 #11 70.49 Preparing to unpack .../337-libsasl2-modules_2.1.28+dfsg-6ubuntu2_armhf.deb ...
11:20:33 #11 70.50 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:33 #11 70.54 Selecting previously unselected package libsereal-decoder-perl.
11:20:33 #11 70.54 Preparing to unpack .../338-libsereal-decoder-perl_4.025+ds-1_armhf.deb ...
11:20:33 #11 70.55 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
11:20:33 #11 70.58 Selecting previously unselected package libsereal-encoder-perl:armhf.
11:20:33 #11 70.59 Preparing to unpack .../339-libsereal-encoder-perl_4.025+ds-1_armhf.deb ...
11:20:33 #11 70.59 Unpacking libsereal-encoder-perl:armhf (4.025+ds-1) ...
11:20:33 #11 70.64 Selecting previously unselected package libset-intspan-perl.
11:20:33 #11 70.64 Preparing to unpack .../340-libset-intspan-perl_1.19-2_all.deb ...
11:20:33 #11 70.64 Unpacking libset-intspan-perl (1.19-2) ...
11:20:33 #13 10.13 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ...
11:20:33 #13 10.13 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:33 #13 10.25 Selecting previously unselected package dh-apparmor.
11:20:33 #13 10.26 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
11:20:33 #13 10.26 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:33 #13 10.29 Preparing to unpack .../10-libudev1_249.11-0ubuntu3.7_arm64.deb ...
11:20:33 #13 10.30 Unpacking libudev1:arm64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:33 #13 10.35 Setting up libudev1:arm64 (249.11-0ubuntu3.7) ...
11:20:33 #13 10.40 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:20:33 #13 10.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 ... 29448 files and directories currently installed.)
11:20:33 #13 10.41 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
11:20:33 #13 10.42 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:33 #13 10.46 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:33 #11 79.93 Building database of manual pages ...
11:20:33 #20 1.045 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:20:33 [100%] Linking C executable tini-static
11:20:33 #11 66.84 Building database of manual pages ...
11:20:33 #11 67.05 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
11:20:33 #11 67.06 Setting up python3-six (1.16.0-3ubuntu1) ...
11:20:33 #11 67.19 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:20:33 #11 69.27 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:33 #11 69.33 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:33 #11 69.40 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:33 #11 69.53 
11:20:33 #14 DONE 2.0s
11:20:33 
11:20:33 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:33 #15 DONE 0.0s
11:20:33 
11:20:33 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:33 #16 DONE 0.0s
11:20:33 #12 9.341 Selecting previously unselected package liblzo2-2:armhf.
11:20:33 #12 9.341 Preparing to unpack .../2-liblzo2-2_2.08-1.2_armhf.deb ...
11:20:33 #12 9.346 Unpacking liblzo2-2:armhf (2.08-1.2) ...
11:20:33 #12 9.384 Selecting previously unselected package libarchive13:armhf.
11:20:33 #12 9.384 Preparing to unpack .../3-libarchive13_3.2.2-3.1ubuntu0.7_armhf.deb ...
11:20:33 #12 9.392 Unpacking libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
11:20:33 #12 9.448 Selecting previously unselected package libjsoncpp1:armhf.
11:20:33 #12 9.448 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_armhf.deb ...
11:20:33 #12 9.451 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
11:20:33 #12 9.505 Selecting previously unselected package librhash0:armhf.
11:20:33 #13 10.43 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ...
11:20:33 #13 10.45 Setting up bash-completion (1:2.10-1ubuntu1) ...
11:20:33 #10 75.37 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:33 #10 75.40 Setting up libconst-fast-perl (0.014-1) ...
11:20:33 #10 75.42 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
11:20:33 #10 75.44 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:33 #10 75.45 Setting up libemail-valid-perl (1.202-1) ...
11:20:33 #10 75.47 Setting up libcgi-fast-perl (1:2.13-1) ...
11:20:33 #10 75.48 Setting up libpackage-stash-perl (0.38-1) ...
11:20:33 #10 75.49 Setting up libimport-into-perl (1.002005-1) ...
11:20:33 #10 75.51 Setting up libmoo-perl (2.003004-2) ...
11:20:33 #10 75.52 Setting up libmime-tools-perl (5.509-1) ...
11:20:33 #10 75.53 Setting up libxml-simple-perl (2.25-1) ...
11:20:33 #10 75.54 Setting up libparams-validate-perl (1.29-1+b1) ...
11:20:33 #10 75.56 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:33 #10 75.57 Setting up lintian (2.15.0) ...
11:20:33 #10 75.59 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:33 dpkg-source: warning: native package version may not have a revision
11:20:33 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:33 dpkg-source: info: using source format '1.0'
11:20:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz
11:20:33 #11 70.68 Selecting previously unselected package libsocket6-perl.
11:20:33 #11 70.68 Preparing to unpack .../341-libsocket6-perl_0.29-2_armhf.deb ...
11:20:33 #11 70.69 Unpacking libsocket6-perl (0.29-2) ...
11:20:33 #11 70.73 Selecting previously unselected package libsodium23:armhf.
11:20:33 #11 70.73 Preparing to unpack .../342-libsodium23_1.0.18-1build2_armhf.deb ...
11:20:33 #11 70.74 Unpacking libsodium23:armhf (1.0.18-1build2) ...
11:20:33 #11 70.78 Selecting previously unselected package libstring-copyright-perl.
11:20:33 #11 70.78 Preparing to unpack .../343-libstring-copyright-perl_0.003013-1_all.deb ...
11:20:33 #11 70.78 Unpacking libstring-copyright-perl (0.003013-1) ...
11:20:33 #11 70.84 Selecting previously unselected package libstring-escape-perl.
11:20:33 #11 70.84 Preparing to unpack .../344-libstring-escape-perl_2010.002-2_all.deb ...
11:20:33 #11 70.85 Unpacking libstring-escape-perl (2010.002-2) ...
11:20:33 #11 70.88 Selecting previously unselected package libstring-shellquote-perl.
11:20:33 #13 10.46 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
11:20:33 #13 10.46 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:33 #13 10.49 Selecting previously unselected package libudev-dev:arm64.
11:20:33 #13 10.49 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.7_arm64.deb ...
11:20:33 #13 10.50 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.7) ...
11:20:33 #13 10.53 Selecting previously unselected package libsepol-dev:arm64.
11:20:33 #13 10.53 Preparing to unpack .../03-libsepol-dev_3.3-1build1_arm64.deb ...
11:20:33 #13 10.53 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
11:20:33 #13 10.58 Selecting previously unselected package libpcre2-16-0:arm64.
11:20:33 #13 10.58 Preparing to unpack .../04-libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
11:20:33 #13 10.59 Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
11:20:33 #13 10.62 Selecting previously unselected package libpcre2-32-0:arm64.
11:20:33 #13 10.63 Preparing to unpack .../05-libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
11:20:33 #13 10.63 Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
11:20:33 #13 10.67 Selecting previously unselected package libpcre2-posix3:arm64.
11:20:33 #13 10.67 Preparing to unpack .../06-libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
11:20:33 #13 10.68 Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
11:20:33 #13 10.70 Selecting previously unselected package libpcre2-dev:arm64.
11:20:33 #11 80.15 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
11:20:33 #11 80.17 Setting up libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
11:20:33 #11 80.19 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:20:33 #11 80.32 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:20:33 #11 80.33 Setting up perl (5.34.0-5ubuntu1.1) ...
11:20:33 #11 80.36 Setting up libpackage-stash-xs-perl:arm64 (0.30-1) ...
11:20:33 #11 80.37 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:33 #11 80.38 Setting up libxs-parse-keyword-perl (0.25-1) ...
11:20:33 #11 80.39 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:20:33 [100%] Built target tini-static
11:20:33 + mkdir -p /usr/local/bin
11:20:33 + cp tini-static /usr/local/bin/docker-init
11:20:33 + VERSION=0.0.0-20230309110843-71615c2
11:20:33 + PRODUCT=docker
11:20:33 + hack/make.sh dynbinary
11:20:33 
11:20:33 + STATUS=0
11:20:33 + '[' 0 -ne 0 ']'
11:20:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:33 #11 67.32 Setting up perl (5.34.0-3ubuntu1.1) ...
11:20:33 #11 69.54 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:33 #11 69.57 Setting up dput (1.0.3ubuntu1) ...
11:20:33 #11 69.75 Setting up libio-async-loop-epoll-perl (0.20-1) ...
11:20:33 #11 69.76 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:20:33 
11:20:33 #17 exporting to image
11:20:33 #17 exporting layers
11:20:34 #12 9.506 Preparing to unpack .../5-librhash0_1.3.6-2_armhf.deb ...
11:20:34 #12 9.515 Unpacking librhash0:armhf (1.3.6-2) ...
11:20:34 #12 9.584 Selecting previously unselected package libuv1:armhf.
11:20:34 #12 9.587 Preparing to unpack .../6-libuv1_1.18.0-3_armhf.deb ...
11:20:34 #12 9.592 Unpacking libuv1:armhf (1.18.0-3) ...
11:20:34 #12 9.623 Selecting previously unselected package cmake.
11:20:34 #12 9.623 Preparing to unpack .../7-cmake_3.10.2-1ubuntu2.18.04.2_armhf.deb ...
11:20:34 #12 9.627 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:34 #10 75.61 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
11:20:34 #10 75.62 Setting up licensecheck (3.0.31-3) ...
11:20:34 #10 75.63 Setting up libgitlab-api-v4-perl (0.16-1) ...
11:20:34 #10 75.66 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:20:34 #10 75.67 Setting up libwww-perl (6.36-2) ...
11:20:34 #10 75.68 Setting up debhelper (12.1.1) ...
11:20:34 #10 75.71 Setting up dh-autoreconf (19) ...
11:20:34 #10 75.73 Setting up devscripts (2.19.5+deb10u1) ...
11:20:34 #11 70.88 Preparing to unpack .../345-libstring-shellquote-perl_1.04-2_all.deb ...
11:20:34 #11 70.89 Unpacking libstring-shellquote-perl (1.04-2) ...
11:20:34 #11 70.92 Selecting previously unselected package libsyntax-keyword-try-perl.
11:20:34 #11 70.92 Preparing to unpack .../346-libsyntax-keyword-try-perl_0.27-1_armhf.deb ...
11:20:34 #11 70.93 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
11:20:34 #11 70.96 Selecting previously unselected package libterm-readkey-perl.
11:20:34 #11 70.97 Preparing to unpack .../347-libterm-readkey-perl_2.38-2_armhf.deb ...
11:20:34 #11 70.97 Unpacking libterm-readkey-perl (2.38-2) ...
11:20:34 #11 71.00 Selecting previously unselected package libtext-levenshteinxs-perl.
11:20:34 #11 71.00 Preparing to unpack .../348-libtext-levenshteinxs-perl_0.03-5_armhf.deb ...
11:20:34 #11 71.00 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
11:20:34 #11 71.04 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
11:20:34 #11 71.04 Preparing to unpack .../349-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
11:20:34 #11 71.05 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:20:34 #11 71.09 Selecting previously unselected package libtext-xslate-perl:armhf.
11:20:34 #11 71.09 Preparing to unpack .../350-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
11:20:34 #11 71.09 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:20:34 #11 71.14 Selecting previously unselected package libtime-duration-perl.
11:20:34 #11 71.14 Preparing to unpack .../351-libtime-duration-perl_1.21-1_all.deb ...
11:20:34 #13 10.71 Preparing to unpack .../07-libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
11:20:34 #13 10.71 Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
11:20:34 #13 10.76 Selecting previously unselected package libselinux1-dev:arm64.
11:20:34 #13 10.76 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_arm64.deb ...
11:20:34 #13 10.77 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
11:20:34 #13 10.81 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:34 #13 10.81 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
11:20:34 #13 10.81 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:34 #13 10.85 Selecting previously unselected package libseccomp-dev:arm64.
11:20:34 #13 10.85 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
11:20:34 #13 10.85 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
11:20:34 #13 10.89 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.7_arm64.deb ...
11:20:34 #13 10.90 Unpacking libsystemd0:arm64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:34 #11 80.41 Setting up libdata-dump-perl (1.25-1) ...
11:20:34 #11 80.42 Setting up gcc-12 (12.2.0-3ubuntu1) ...
11:20:34 #11 80.43 Setting up libfile-find-rule-perl (0.34-2) ...
11:20:34 #11 80.44 Setting up libref-util-perl (0.204-1) ...
11:20:34 #11 80.45 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:34 #11 80.47 Setting up libnet-domain-tld-perl (1.75-2) ...
11:20:34 #11 80.48 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:34 #11 80.49 Setting up libsocket6-perl (0.29-2) ...
11:20:34 #11 80.50 Setting up systemd-timesyncd (251.4-1ubuntu7.1) ...
11:20:34 Removing bundles/
11:20:34 
11:20:34 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:34 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:34 + RPM_EC=0
11:20:34 ++ jobs -p
11:20:34 + exit 0
11:20:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7pmltl
11:20:34 + umask 022
11:20:34 + cd /root/rpmbuild/BUILD
11:20: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'
11:20:34 + export CFLAGS
11:20: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'
11:20:34 + export CXXFLAGS
11:20: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'
11:20:34 + export FFLAGS
11:20: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'
11:20:34 + export FCFLAGS
11:20: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:20:34 + export LDFLAGS
11:20:34 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:20:34 + export LT_SYS_LIBRARY_PATH
11:20:34 + CC=gcc
11:20:34 + export CC
11:20:34 + CXX=g++
11:20:34 + export CXX
11:20:34 + cd src
11:20:34 + export DOCKER_GITCOMMIT=31a9532
11:20:34 + DOCKER_GITCOMMIT=31a9532
11:20:34 + mkdir -p /go/src/github.com/docker
11:20:34 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:34 + pushd /root/rpmbuild/BUILD/src/engine
11:20:34 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:34 + TMP_GOPATH=/go
11:20:34 + hack/dockerfile/install/install.sh tini
11:20:34 + RM_GOPATH=0
11:20:34 + TMP_GOPATH=/go
11:20:34 + : /usr/local/bin
11:20:34 + '[' -z /go ']'
11:20:34 + export GOPATH=/go
11:20:34 + GOPATH=/go
11:20:34 + case "$(go env GOARCH)" in
11:20:34 ++ go env GOARCH
11:20:34 + export GO_BUILDMODE=-buildmode=pie
11:20:34 + GO_BUILDMODE=-buildmode=pie
11:20:34 ++ dirname hack/dockerfile/install/install.sh
11:20:34 + dir=hack/dockerfile/install
11:20:34 + bin=tini
11:20:34 + shift
11:20:34 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:34 + . hack/dockerfile/install/tini.installer
11:20:34 ++ : v0.19.0
11:20:34 + install_tini
11:20:34 + echo 'Install tini version v0.19.0'
11:20:34 Install tini version v0.19.0
11:20:34 + git clone https://github.com/krallin/tini.git /go/tini
11:20:34 Cloning into '/go/tini'...
11:20:34 #12 5.173 Reading package lists...
11:20:34 #11 67.34 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:20:34 #11 67.35 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:34 #11 67.36 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:20:34 #11 67.39 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:20:34 #11 67.56 Setting up libdata-dump-perl (1.25-1) ...
11:20:34 #11 67.57 Setting up python3-certifi (2020.6.20-1) ...
11:20:34 #11 69.91 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:34 #11 69.92 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:34 #11 69.94 Setting up libmailtools-perl (2.21-1) ...
11:20:34 #11 69.95 Setting up git (1:2.25.1-1ubuntu3.10) ...
11:20:34 #11 69.98 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:20:34 #11 70.02 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:34 #11 70.09 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:34 #12 9.966 Selecting previously unselected package dh-apparmor.
11:20:34 #12 9.968 Preparing to unpack .../8-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
11:20:34 #12 9.975 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
11:20:34 #10 75.91 Setting up dh-strip-nondeterminism (1.1.2-1) ...
11:20:34 #10 75.93 Setting up equivs (2.2.0) ...
11:20:34 #10 75.94 Setting up libxml-parser-perl (2.44-4) ...
11:20:34 #10 75.96 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:34 #10 76.01 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:34 #10 76.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:34 #11 71.14 Unpacking libtime-duration-perl (1.21-1) ...
11:20:34 #11 71.18 Selecting previously unselected package libtime-moment-perl.
11:20:34 #11 71.18 Preparing to unpack .../352-libtime-moment-perl_0.44-2_armhf.deb ...
11:20:34 #11 71.18 Unpacking libtime-moment-perl (0.44-2) ...
11:20:34 #11 71.22 Selecting previously unselected package libtype-tiny-xs-perl:armhf.
11:20:34 #11 71.22 Preparing to unpack .../353-libtype-tiny-xs-perl_0.022-2_armhf.deb ...
11:20:34 #11 71.23 Unpacking libtype-tiny-xs-perl:armhf (0.022-2) ...
11:20:34 #11 71.26 Selecting previously unselected package libunicode-utf8-perl.
11:20:34 #11 71.26 Preparing to unpack .../354-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
11:20:34 #11 71.27 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:20:34 #11 71.31 Selecting previously unselected package libwww-mechanize-perl.
11:20:34 #11 71.31 Preparing to unpack .../355-libwww-mechanize-perl_2.14-2_all.deb ...
11:20:34 #11 71.31 Unpacking libwww-mechanize-perl (2.14-2) ...
11:20:34 #11 71.35 Selecting previously unselected package libxml-namespacesupport-perl.
11:20:34 #11 71.35 Preparing to unpack .../356-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:20:34 #11 71.36 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:20:34 #11 71.39 Selecting previously unselected package libxml-sax-base-perl.
11:20:34 #11 71.39 Preparing to unpack .../357-libxml-sax-base-perl_1.09-2_all.deb ...
11:20:34 #13 10.96 Setting up libsystemd0:arm64 (249.11-0ubuntu3.7) ...
11:20:34 #13 11.00 Selecting previously unselected package libsystemd-dev:arm64.
11:20:34 #13 11.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 ... 29978 files and directories currently installed.)
11:20:34 #13 11.02 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.7_arm64.deb ...
11:20:34 #13 11.02 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.7) ...
11:20:34 #13 11.08 Selecting previously unselected package libglib2.0-0:arm64.
11:20:34 #13 11.09 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
11:20:34 #13 11.09 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
11:20:34 #13 11.15 Selecting previously unselected package pkg-config.
11:20:34 #13 11.15 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_arm64.deb ...
11:20:34 #13 11.16 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:20:34 #13 11.20 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
11:20:34 #11 80.73 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:34 #11 80.73 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:34 #11 80.74 Setting up libvariable-magic-perl (0.62-2) ...
11:20:34 #11 80.76 Setting up libio-html-perl (1.004-3) ...
11:20:34 #11 80.77 Setting up libpod-parser-perl (1.65-1) ...
11:20:34 #11 80.78 Setting up libb-hooks-op-check-perl:arm64 (0.22-2) ...
11:20:34 #11 80.79 Setting up liblist-moreutils-xs-perl (0.430-3) ...
11:20:34 #11 80.80 Setting up libparams-util-perl (1.102-1build3) ...
11:20:34 #11 80.81 Setting up libdpkg-perl (1.21.9ubuntu1) ...
11:20:34 #11 80.83 Setting up libtime-duration-perl (1.21-1) ...
11:20:34 #11 80.84 Setting up autoconf (2.71-2) ...
11:20:34 #11 80.85 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
11:20:34 #11 80.86 Setting up libarray-intspan-perl (2.004-2) ...
11:20:34 #11 80.88 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:34 #11 80.89 Setting up libtimedate-perl (2.3300-2) ...
11:20:34 #11 80.90 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:20:34 #11 80.91 Setting up libsub-name-perl:arm64 (0.26-2) ...
11:20:34 + cd /go/tini
11:20:34 + git checkout -q v0.19.0
11:20:34 + cmake .
11:20:34 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:34   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:34   CMake.
11:20:34 
11:20:34   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:34   CMake that the project does not need compatibility with older versions.
11:20:34 
11:20:34 
11:20:34 -- The C compiler identification is GNU 12.2.1
11:20:34 -- Detecting C compiler ABI info
11:20:34 #12 6.583 Building dependency tree...
11:20:34 #12 6.818 Reading state information...
11:20:34 #11 67.69 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:34 #11 67.70 Setting up libref-util-perl (0.204-1) ...
11:20:34 #11 67.71 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:34 #11 67.72 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:34 #11 67.73 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:34 #11 67.75 Setting up libsocket6-perl (0.29-1build4) ...
11:20:34 #11 67.76 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:20:34 #11 67.77 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:20:34 #11 67.78 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
11:20:34 #11 67.79 Setting up libvariable-magic-perl (0.62-1build5) ...
11:20:34 #11 67.80 Setting up python3-idna (3.3-1) ...
11:20:34 #11 70.17 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:34 #11 70.32 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:34 #11 70.35 Setting up dh-strip-nondeterminism (1.7.0-1) ...
11:20:34 #12 10.06 Preparing to unpack .../9-libudev1_237-3ubuntu10.57_armhf.deb ...
11:20:34 #12 10.09 Unpacking libudev1:armhf (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:34 #12 10.15 Setting up libudev1:armhf (237-3ubuntu10.57) ...
11:20:34 #12 10.20 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:34 #12 10.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 ... 24277 files and directories currently installed.)
11:20:34 #12 10.22 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
11:20:34 #12 10.22 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:34 #12 10.27 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:34 #12 10.27 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
11:20:34 #12 10.28 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:34 #20 1.957 Fetched 8640 kB in 2s (5665 kB/s)
11:20:34 #10 68.54 Setting up libgpgme11:armhf (1.18.0-3+b1) ...
11:20:34 #10 68.56 Setting up dirmngr (2.2.40-1) ...
11:20:34 #10 68.70 Setting up perl (5.36.0-7) ...
11:20:34 #10 68.73 Setting up libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
11:20:34 #10 68.74 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:34 #10 68.75 Setting up libxs-parse-keyword-perl (0.33-1) ...
11:20:34 #10 68.76 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
11:20:34 #10 68.78 Setting up libswitch-perl (2.17-3) ...
11:20:34 #10 68.79 Setting up libdata-dump-perl (1.25-1) ...
11:20:34 #10 68.81 Setting up gcc-12 (12.2.0-14) ...
11:20:34 #10 68.83 Setting up libfile-find-rule-perl (0.34-3) ...
11:20:34 #10 68.84 Setting up libref-util-perl (0.204-2) ...
11:20:34 #10 68.85 Setting up libipc-system-simple-perl (1.30-2) ...
11:20:34 #10 68.86 Setting up libnet-domain-tld-perl (1.75-3) ...
11:20:34 #10 68.87 Setting up libperlio-utf8-strict-perl (0.010-1) ...
11:20:34 #10 68.88 Setting up libsocket6-perl (0.29-3) ...
11:20:34 #10 68.89 Setting up libgd3:armhf (2.3.3-9) ...
11:20:34 #10 68.90 Setting up libvariable-magic-perl (0.63-1+b1) ...
11:20:34 #10 68.91 Setting up libio-html-perl (1.004-3) ...
11:20:34 #10 68.92 Setting up libpod-parser-perl (1.65-1) ...
11:20:34 #10 68.94 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
11:20:34 #10 68.95 Setting up libparams-util-perl (1.102-2+b1) ...
11:20:34 #10 68.96 Setting up libdpkg-perl (1.21.21) ...
11:20:34 #10 68.97 Setting up libtime-duration-perl (1.21-2) ...
11:20:34 #10 68.98 Setting up autoconf (2.71-3) ...
11:20:34 #10 69.00 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
11:20:34 #10 76.21 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:34 #10 76.25 Setting up libsoap-lite-perl (1.27-1) ...
11:20:34 #10 76.26 Setting up libxmlrpc-lite-perl (0.717-2) ...
11:20:34 #10 76.27 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:34 #10 76.30 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:20:34 #10 76.31 Updating certificates in /etc/ssl/certs...
11:20:34 #11 71.39 Unpacking libxml-sax-base-perl (1.09-2) ...
11:20:34 #11 71.43 Selecting previously unselected package libxml-sax-perl.
11:20:34 #11 71.43 Preparing to unpack .../358-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:20:34 #11 71.44 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:20:34 #11 71.51 Selecting previously unselected package libxml-libxml-perl.
11:20:34 #11 71.51 Preparing to unpack .../359-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
11:20:34 #11 71.51 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:34 #11 71.58 Selecting previously unselected package libxml-parser-perl:armhf.
11:20:34 #11 71.58 Preparing to unpack .../360-libxml-parser-perl_2.46-3build1_armhf.deb ...
11:20:34 #11 71.59 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
11:20:34 #13 11.21 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
11:20:34 #13 11.22 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
11:20:34 #13 11.23 No schema files found: doing nothing.
11:20:34 #13 11.24 Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
11:20:34 #13 11.25 Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
11:20:34 #13 11.26 Setting up libuv1:arm64 (1.43.0-1) ...
11:20:34 #13 11.27 Setting up emacsen-common (3.0.4) ...
11:20:34 #13 11.31 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:20:34 #13 11.32 Setting up bash-completion (1:2.11-5ubuntu1) ...
11:20:34 #13 11.34 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
11:20:34 #13 11.35 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:20:34 #13 11.40 Setting up libudev-dev:arm64 (249.11-0ubuntu3.7) ...
11:20:34 #13 11.42 Setting up libsepol-dev:arm64 (3.3-1build1) ...
11:20:34 #11 80.93 Setting up libtype-tiny-xs-perl:arm64 (0.022-2) ...
11:20:34 #11 80.95 Setting up libsyntax-keyword-try-perl (0.27-1) ...
11:20:34 #11 80.96 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:34 #11 80.99 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
11:20:34 #11 81.01 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:34 #11 81.03 Setting up xauth (1:1.1.1-1) ...
11:20:34 #11 81.05 Setting up libpath-tiny-perl (0.122-1) ...
11:20:34 #11 81.08 Setting up libarchive-cpio-perl (0.10-2) ...
11:20:34 #11 81.10 Setting up libjson-perl (4.09000-1) ...
11:20:34 #11 81.12 Setting up libnsl2:arm64 (1.3.0-2build2) ...
11:20:34 #11 81.14 Setting up libipc-run3-perl (0.048-2) ...
11:20:34 #11 81.16 Setting up libregexp-wildcards-perl (1.05-3) ...
11:20:34 #11 81.17 Setting up libfcgi-perl:arm64 (0.82+ds-1build1) ...
11:20:34 #11 81.19 Setting up libsub-override-perl (0.09-3) ...
11:20:34 #11 81.21 Setting up libaliased-perl (0.34-2) ...
11:20:34 #11 81.22 Setting up libstrictures-perl (2.000006-1) ...
11:20:34 #14 DONE 7.1s
11:20:34 
11:20:34 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:34 #15 DONE 0.0s
11:20:34 
11:20:34 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:34 #16 DONE 0.1s
11:20:34 
11:20:34 #17 exporting to image
11:20:34 #17 exporting layers
11:20:34 #13 11.30 Setting up pkg-config (0.29.1-0ubuntu4) ...
11:20:34 #13 11.35 Setting up libudev-dev:arm64 (245.4-4ubuntu3.20) ...
11:20:34 #13 11.37 Setting up libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
11:20:34 #13 11.38 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:20:34 #13 11.39 Setting up librhash0:arm64 (1.3.9-1) ...
11:20:34 #13 11.41 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:34 #13 11.43 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:34 #13 11.44 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.20) ...
11:20:34 #13 11.45 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
11:20:34 #13 11.46 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:20:34 #13 11.47 Setting up libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
11:20:34 #13 11.48 Setting up libselinux1-dev:arm64 (3.0-1build2) ...
11:20:34 #13 11.50 Setting up libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
11:20:34 #13 11.51 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:34 -- Detecting C compiler ABI info - done
11:20:34 -- Check for working C compiler: /usr/bin/gcc - skipped
11:20:34 -- Detecting C compile features
11:20:34 -- Detecting C compile features - done
11:20:34 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:34 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:20:34 -- Configuring done (0.4s)
11:20:34 -- Generating done (0.0s)
11:20:34 -- Build files have been written to: /go/tini
11:20:34 + make tini-static
11:20:34 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:34 #12 6.827 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:34 #12 7.170 Starting 2 pkgProblemResolver with broken count: 0
11:20:34 #12 7.176 Done
11:20:34 #11 67.99 Setting up libio-html-perl (1.004-2) ...
11:20:34 #11 68.00 Setting up libpod-parser-perl (1.63-2) ...
11:20:34 #11 68.01 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:20:34 #11 68.02 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:20:34 #11 68.04 Setting up libparams-util-perl (1.102-1build3) ...
11:20:34 #11 68.05 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:20:34 #11 68.05 Setting up libtime-duration-perl (1.21-1) ...
11:20:34 #11 68.06 Setting up autoconf (2.71-2) ...
11:20:34 #11 68.08 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:34 #11 70.36 Setting up libconst-fast-perl (0.014-1) ...
11:20:34 #11 70.37 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:20:34 #11 70.38 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:34 #11 70.39 Setting up libcurl4:armhf (7.68.0-1ubuntu2.16) ...
11:20:34 #11 70.40 Setting up curl (7.68.0-1ubuntu2.16) ...
11:20:34 #11 70.41 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:20:34 #11 70.42 Setting up libmodule-implementation-perl (0.09-1) ...
11:20:34 #11 70.43 Setting up libemail-valid-perl (1.202-1) ...
11:20:34 #11 70.44 Setting up libpackage-stash-perl (0.38-1) ...
11:20:34 #11 70.47 Setting up libimport-into-perl (1.002005-1) ...
11:20:34 #11 70.48 Setting up libmoo-perl (2.003006-1) ...
11:20:34 #11 70.49 Setting up liblist-someutils-perl (0.58-1) ...
11:20:34 #11 70.50 Setting up liblist-someutils-xs-perl (0.58-2) ...
11:20:34 #11 70.51 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:20:34 #11 70.52 Setting up libmoox-aliases-perl (0.001006-1) ...
11:20:34 #11 70.53 Setting up libparams-validate-perl (1.29-3) ...
11:20:34 #11 70.55 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:20:34 #11 70.56 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:34 #12 10.32 Selecting previously unselected package libudev-dev:armhf.
11:20:34 #12 10.32 Preparing to unpack .../02-libudev-dev_237-3ubuntu10.57_armhf.deb ...
11:20:34 #12 10.33 Unpacking libudev-dev:armhf (237-3ubuntu10.57) ...
11:20:34 #12 10.37 Selecting previously unselected package libsepol1-dev:armhf.
11:20:34 #12 10.38 Preparing to unpack .../03-libsepol1-dev_2.7-1ubuntu0.1_armhf.deb ...
11:20:34 #12 10.38 Unpacking libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
11:20:34 #12 10.45 Selecting previously unselected package libpcre16-3:armhf.
11:20:34 #12 10.45 Preparing to unpack .../04-libpcre16-3_2%3a8.39-9ubuntu0.1_armhf.deb ...
11:20:34 #12 10.46 Unpacking libpcre16-3:armhf (2:8.39-9ubuntu0.1) ...
11:20:34 #12 10.51 Selecting previously unselected package libpcre32-3:armhf.
11:20:34 #12 10.51 Preparing to unpack .../05-libpcre32-3_2%3a8.39-9ubuntu0.1_armhf.deb ...
11:20:34 #12 10.51 Unpacking libpcre32-3:armhf (2:8.39-9ubuntu0.1) ...
11:20:34 #12 10.56 Selecting previously unselected package libpcrecpp0v5:armhf.
11:20:34 #10 69.03 Setting up libarray-intspan-perl (2.004-2) ...
11:20:34 #10 69.04 Setting up libcapture-tiny-perl (0.48-2) ...
11:20:34 #10 69.06 Setting up libtimedate-perl (2.3300-2) ...
11:20:34 #10 69.07 Setting up libregexp-ipv6-perl (0.03-3) ...
11:20:34 #10 69.08 Setting up gpg-wks-server (2.2.40-1) ...
11:20:34 #10 69.09 Setting up libsub-name-perl:armhf (0.26-2+b1) ...
11:20:34 #10 69.10 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ...
11:20:34 #10 69.11 Setting up libsyntax-keyword-try-perl (0.28-1) ...
11:20:34 #10 69.12 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:34 #10 69.13 Setting up libproc-processtable-perl:armhf (0.634-1+b2) ...
11:20:34 #10 69.14 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:34 #10 69.15 Setting up xauth (1:1.1.2-1) ...
11:20:34 #10 69.16 Setting up libpath-tiny-perl (0.144-1) ...
11:20:34 #10 69.18 Setting up libarchive-cpio-perl (0.10-3) ...
11:20:34 #10 69.19 Setting up libjson-perl (4.10000-1) ...
11:20:34 #10 69.20 Setting up libnsl2:armhf (1.3.0-2) ...
11:20:34 #10 69.21 Setting up libipc-run3-perl (0.048-3) ...
11:20:34 #10 69.22 Setting up libregexp-wildcards-perl (1.05-3) ...
11:20:34 #10 69.23 Setting up libfcgi-perl (0.82+ds-2) ...
11:20:34 #10 69.24 Setting up libsub-override-perl (0.09-4) ...
11:20:34 #10 76.69 0 added, 0 removed; done.
11:20:34 #10 76.69 Running hooks in /etc/ca-certificates/update.d...
11:20:34 #10 76.69 done.
11:20:34 #11 71.70 Selecting previously unselected package libxml-sax-expat-perl.
11:20:34 #11 71.70 Preparing to unpack .../361-libxml-sax-expat-perl_0.51-1_all.deb ...
11:20:34 #11 71.71 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:20:34 #11 71.75 Selecting previously unselected package libyaml-libyaml-perl.
11:20:34 #11 71.75 Preparing to unpack .../362-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
11:20:34 #11 71.76 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:34 #11 71.79 Selecting previously unselected package licensecheck.
11:20:34 #11 71.79 Preparing to unpack .../363-licensecheck_3.3.0-1_all.deb ...
11:20:34 #11 71.80 Unpacking licensecheck (3.3.0-1) ...
11:20:34 #11 71.84 Selecting previously unselected package libdevel-size-perl.
11:20:34 #11 71.84 Preparing to unpack .../364-libdevel-size-perl_0.83-2_armhf.deb ...
11:20:34 #11 71.85 Unpacking libdevel-size-perl (0.83-2) ...
11:20:34 #11 71.88 Selecting previously unselected package libipc-run3-perl.
11:20:34 #11 71.88 Preparing to unpack .../365-libipc-run3-perl_0.048-2_all.deb ...
11:20:34 #11 71.89 Unpacking libipc-run3-perl (0.048-2) ...
11:20:34 #11 71.94 Selecting previously unselected package lzip.
11:20:34 #11 71.94 Preparing to unpack .../366-lzip_1.23-4_armhf.deb ...
11:20:34 #13 11.43 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:34 #13 11.44 Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
11:20:34 #13 11.45 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
11:20:34 #13 11.46 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:34 #13 11.51 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:34 #13 11.52 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.7) ...
11:20:34 #13 11.53 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:34 #13 11.54 Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
11:20:34 #13 11.54 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
11:20:34 #13 11.55 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
11:20:34 #13 11.56 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:34 #13 11.58 Setting up docker-ce-build-deps (1.0) ...
11:20:34 #13 11.59 Processing triggers for man-db (2.10.2-1) ...
11:20:34 #13 11.65 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:34 #11 81.24 Setting up libsub-quote-perl (2.006006-1) ...
11:20:34 #11 81.28 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:34 #11 81.30 Setting up libclass-xsaccessor-perl (1.19-4) ...
11:20:34 #11 81.32 Setting up libsort-versions-perl (1.62-2) ...
11:20:34 #11 81.38 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:34 #11 81.40 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
11:20:34 #11 81.42 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:34 #11 81.44 Setting up libterm-readkey-perl (2.38-2) ...
11:20:34 #11 81.46 Setting up libtext-levenshteinxs-perl (0.03-5) ...
11:20:34 #13 11.52 Setting up docker-ce-build-deps (1.0) ...
11:20:34 #13 11.53 Processing triggers for man-db (2.9.1-1) ...
11:20:34 #13 11.56 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:34 #13 DONE 11.8s
11:20:34 
11:20:34 #14 [stage-1 6/9] COPY sources/ /sources
11:20:34 [100%] Linking C executable tini-static
11:20:34 #11 68.25 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:34 #11 68.26 Setting up libarray-intspan-perl (2.004-1) ...
11:20:34 #11 68.27 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:34 #11 68.28 Setting up libtimedate-perl (2.3300-2) ...
11:20:34 #11 68.29 Setting up libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
11:20:34 #11 68.30 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:20:34 #11 68.32 Setting up libsub-name-perl (0.26-1build3) ...
11:20:34 #11 68.33 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:20:34 #11 68.34 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:20:34 #11 68.35 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:34 #11 68.36 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
11:20:34 #11 68.37 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:34 #11 68.38 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:20:34 #11 68.39 Setting up xauth (1:1.1-1build2) ...
11:20:34 #11 68.40 Setting up libpath-tiny-perl (0.122-1) ...
11:20:34 #11 68.41 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:34 #11 68.42 Setting up libjson-perl (4.04000-1) ...
11:20:34 #11 68.44 Setting up libipc-run3-perl (0.048-2) ...
11:20:34 #11 68.45 Setting up libsub-override-perl (0.09-2) ...
11:20:34 #11 68.46 Setting up libaliased-perl (0.34-1.1) ...
11:20:34 #11 70.57 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
11:20:34 #11 70.58 Setting up libgitlab-api-v4-perl (0.25-1) ...
11:20:34 #11 70.59 Setting up libmoox-struct-perl (0.017-1) ...
11:20:34 #11 70.60 Setting up lintian (2.62.0ubuntu2.2) ...
11:20:34 #11 70.61 Setting up licensecheck (3.0.45-1) ...
11:20:34 #11 70.62 Setting up dh-autoreconf (19) ...
11:20:34 #11 70.64 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:20:34 #11 70.65 Setting up libwww-perl (6.43-1) ...
11:20:34 #11 70.66 Setting up debhelper (12.10ubuntu1) ...
11:20:34 #11 70.67 Setting up devscripts (2.20.2ubuntu2) ...
11:20:35 #12 10.56 Preparing to unpack .../06-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_armhf.deb ...
11:20:35 #12 10.57 Unpacking libpcrecpp0v5:armhf (2:8.39-9ubuntu0.1) ...
11:20:35 #12 10.59 Selecting previously unselected package libpcre3-dev:armhf.
11:20:35 #12 10.60 Preparing to unpack .../07-libpcre3-dev_2%3a8.39-9ubuntu0.1_armhf.deb ...
11:20:35 #12 10.60 Unpacking libpcre3-dev:armhf (2:8.39-9ubuntu0.1) ...
11:20:35 #12 10.66 Selecting previously unselected package libselinux1-dev:armhf.
11:20:35 #12 10.66 Preparing to unpack .../08-libselinux1-dev_2.7-2build2_armhf.deb ...
11:20:35 #12 10.67 Unpacking libselinux1-dev:armhf (2.7-2build2) ...
11:20:35 #12 10.71 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:35 #12 10.71 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
11:20:35 #12 10.72 Unpacking libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:35 #12 10.74 Selecting previously unselected package libseccomp-dev:armhf.
11:20:35 #12 10.75 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_armhf.deb ...
11:20:35 #12 10.75 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
11:20:35 #12 10.79 Preparing to unpack .../11-libsystemd0_237-3ubuntu10.57_armhf.deb ...
11:20:35 #10 69.25 Setting up libaliased-perl (0.34-3) ...
11:20:35 #10 69.26 Setting up libstrictures-perl (2.000006-1) ...
11:20:35 #10 69.28 Setting up libsub-quote-perl (2.006008-1) ...
11:20:35 #10 69.29 Setting up libdevel-stacktrace-perl (2.0400-2) ...
11:20:35 #10 69.30 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
11:20:35 #10 69.32 Setting up libsort-versions-perl (1.62-3) ...
11:20:35 #10 69.33 Setting up libexporter-tiny-perl (1.006000-1) ...
11:20:35 #10 69.34 Setting up libre-engine-re2-perl:armhf (0.17+ds-1) ...
11:20:35 #10 69.36 Setting up libfile-dirlist-perl (0.05-3) ...
11:20:35 #10 69.37 Setting up libterm-readkey-perl (2.38-2+b1) ...
11:20:35 #10 69.38 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
11:20:35 #10 69.39 Setting up libperlio-gzip-perl (0.20-1+b1) ...
11:20:35 #10 69.41 Setting up libsys-hostname-long-perl (1.5-3) ...
11:20:35 #10 69.42 Setting up libhtml-html5-entities-perl (0.004-3) ...
11:20:35 #10 69.43 Setting up libsereal-decoder-perl (5.003+ds-1) ...
11:20:35 #10 69.44 Setting up liburi-perl (5.17-1) ...
11:20:35 #10 69.45 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:35 #20 1.957 Reading package lists...
11:20:35 #11 71.94 Unpacking lzip (1.23-4) ...
11:20:35 #11 71.97 Selecting previously unselected package lzop.
11:20:35 #11 71.98 Preparing to unpack .../367-lzop_1.04-2build2_armhf.deb ...
11:20:35 #11 71.98 Unpacking lzop (1.04-2build2) ...
11:20:35 #11 72.04 Selecting previously unselected package t1utils.
11:20:35 #11 72.04 Preparing to unpack .../368-t1utils_1.41-4build2_armhf.deb ...
11:20:35 #11 72.05 Unpacking t1utils (1.41-4build2) ...
11:20:35 #11 72.09 Selecting previously unselected package unzip.
11:20:35 #11 72.10 Preparing to unpack .../369-unzip_6.0-27ubuntu1_armhf.deb ...
11:20:35 #11 72.10 Unpacking unzip (6.0-27ubuntu1) ...
11:20:35 #11 72.16 Selecting previously unselected package lintian.
11:20:35 #11 72.16 Preparing to unpack .../370-lintian_2.115.3ubuntu2.1_all.deb ...
11:20:35 #13 DONE 11.9s
11:20:35 
11:20:35 #14 [stage-1 6/9] COPY sources/ /sources
11:20:35 #11 81.49 Setting up libperlio-gzip-perl (0.20-1) ...
11:20:35 #11 81.50 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:35 #11 81.52 Setting up libhtml-html5-entities-perl (0.004-2) ...
11:20:35 #11 81.54 Setting up libsereal-decoder-perl (4.025+ds-1) ...
11:20:35 #11 81.58 Setting up liburi-perl (5.12-1ubuntu1) ...
11:20:35 #11 81.60 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:35 #11 81.62 Setting up libfile-touch-perl (0.12-1) ...
11:20:35 #11 81.63 Setting up systemd-resolved (251.4-1ubuntu7.1) ...
11:20:35 #14 DONE 0.1s
11:20:35 
11:20:35 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:35 [100%] Built target tini-static
11:20:35 + mkdir -p /usr/local/bin
11:20:35 + cp tini-static /usr/local/bin/docker-init
11:20:35 + VERSION=0.0.0-20230309110843-71615c2
11:20:35 + PRODUCT=docker
11:20:35 + hack/make.sh dynbinary
11:20:35 
11:20:35 #11 68.47 Setting up python3-unidiff (0.5.5-2) ...
11:20:35 #11 70.87 Setting up equivs (2.2.0) ...
11:20:35 #11 70.88 Setting up libxml-parser-perl (2.46-1) ...
11:20:35 #11 68.60 Setting up libstrictures-perl (2.000006-1) ...
11:20:35 #11 68.61 Setting up libsub-quote-perl (2.006006-1) ...
11:20:35 #11 70.89 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:35 #11 70.94 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:35 #11 68.62 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:35 #11 68.63 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:20:35 #11 71.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:35 #11 68.64 Setting up libsort-versions-perl (1.62-1) ...
11:20:35 #11 68.65 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:35 #11 68.66 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
11:20:35 #11 68.67 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:35 #11 68.69 Setting up libterm-readkey-perl (2.38-1build4) ...
11:20:35 #11 68.70 Setting up lsb-release (11.1.0ubuntu4) ...
11:20:35 #12 7.428  Done
11:20:35 #12 7.692 Starting pkgProblemResolver with broken count: 0
11:20:35 #12 7.750 Starting 2 pkgProblemResolver with broken count: 0
11:20:35 #12 7.755 Done
11:20:35 #12 10.80 Unpacking libsystemd0:armhf (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:20:35 #12 10.87 Setting up libsystemd0:armhf (237-3ubuntu10.57) ...
11:20:35 #12 10.91 Selecting previously unselected package libsystemd-dev:armhf.
11:20:35 #12 10.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 ... 24831 files and directories currently installed.)
11:20:35 #12 10.92 Preparing to unpack .../libsystemd-dev_237-3ubuntu10.57_armhf.deb ...
11:20:35 #12 10.92 Unpacking libsystemd-dev:armhf (237-3ubuntu10.57) ...
11:20:35 #12 10.97 Selecting previously unselected package pkg-config.
11:20:35 #12 10.98 Preparing to unpack .../pkg-config_0.29.1-0ubuntu2_armhf.deb ...
11:20:35 #12 10.98 Unpacking pkg-config (0.29.1-0ubuntu2) ...
11:20:35 #12 11.02 Setting up libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
11:20:35 #10 69.46 Setting up libfile-touch-perl (0.12-2) ...
11:20:35 #10 69.47 Setting up libc-devtools (2.36-8) ...
11:20:35 #10 69.48 Setting up libemail-address-xs-perl (1.05-1+b1) ...
11:20:35 #10 69.50 Setting up libnet-ssleay-perl:armhf (1.92-2+b1) ...
11:20:35 #10 69.52 Setting up automake (1:1.16.5-1.3) ...
11:20:35 #10 69.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:35 #10 69.53 Setting up libapt-pkg-perl (0.1.40+b2) ...
11:20:35 #10 69.54 Setting up libio-sessiondata-perl (1.03-3) ...
11:20:35 #10 69.58 Setting up libstring-escape-perl (2010.002-3) ...
11:20:35 #10 69.60 Setting up libberkeleydb-perl:armhf (0.64-2+b1) ...
11:20:35 #10 69.61 Setting up libhttp-date-perl (6.05-2) ...
11:20:35 #10 69.62 Setting up libfile-which-perl (1.27-2) ...
11:20:35 #10 69.64 Setting up libfile-basedir-perl (0.09-2) ...
11:20:35 #10 69.65 Setting up libtask-weaken-perl (1.06-2) ...
11:20:35 #10 69.66 Setting up libunicode-utf8-perl (0.62-2) ...
11:20:35 #10 69.67 Setting up libfeature-compat-try-perl (0.05-1) ...
11:20:35 #10 69.68 Setting up libset-intspan-perl (1.19-3) ...
11:20:35 #10 69.70 Setting up libmouse-perl (2.5.10-1+b3) ...
11:20:35 #10 69.71 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
11:20:35 #10 69.73 Setting up libfile-listing-perl (6.15-1) ...
11:20:35 #10 69.74 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:20:35 #10 69.75 Setting up gpg-wks-client (2.2.40-1) ...
11:20:35 #10 69.76 Setting up libregexp-pattern-perl (0.2.14-2) ...
11:20:35 #10 69.77 Setting up libdata-messagepack-perl (1.02-1+b1) ...
11:20:35 #10 69.78 Setting up libclass-inspector-perl (1.36-3) ...
11:20:35 #11 72.17 Unpacking lintian (2.115.3ubuntu2.1) ...
11:20:35 #14 DONE 0.1s
11:20:35 
11:20:35 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:35 #11 81.79 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
11:20:35 #11 81.80 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
11:20:35 #11 81.80 Cannot take a backup of /etc/resolv.conf.
11:20:35 #11 81.80 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:20:35 #11 81.80 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
11:20:35 #11 81.93 Setting up libemail-address-xs-perl (1.05-1) ...
11:20:35 #11 81.94 Setting up libnet-ssleay-perl:arm64 (1.92-2) ...
11:20:35 #11 81.95 Setting up automake (1:1.16.5-1.3) ...
11:20:35 #11 81.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:35 #11 81.97 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
11:20:35 #11 81.97 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
11:20:35 #11 81.98 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:35 #11 81.99 Setting up libstring-escape-perl (2010.002-2) ...
11:20:35 #11 82.00 Setting up libberkeleydb-perl:arm64 (0.64-1build3) ...
11:20:35 #10 DONE 77.2s
11:20:35 
11:20:35 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:35 #11 DONE 0.1s
11:20:35 #17 exporting layers 5.6s done
11:20:35 #17 writing image sha256:316d6a257c5f181b957b1718ddd0bdef33abf92496b3c96bb619f1ddd0ad10d1 done
11:20:35 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
11:20:35 #17 DONE 5.6s
11:20:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
11:20:35 #13 DONE 1.8s
11:20:35 
11:20:35 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:20:35 #14 DONE 0.0s
11:20:35 
11:20:35 #15 exporting to image
11:20:35 #15 exporting layers
11:20:35 Removing bundles/
11:20:35 
11:20:35 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:35 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:35 #11 71.13 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:35 #11 71.17 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:35 #11 71.20 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:20:35 #11 71.21 Updating certificates in /etc/ssl/certs...
11:20:35 #11 68.71 Setting up python3-magic (2:0.4.24-2) ...
11:20:35 #11 68.84 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:20:35 #11 68.85 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:20:35 #11 68.86 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:35 #11 68.88 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:35 #11 68.89 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:20:35 #11 68.90 Setting up liburi-perl (5.10-1) ...
11:20:35 #11 68.91 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:35 #11 68.92 Setting up libfile-touch-perl (0.12-1) ...
11:20:35 #11 68.93 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:20:35 #11 68.94 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:20:35 #15 exporting layers 5.1s done
11:20:35 #15 writing image sha256:8cbc431318a7d2b44c941240cda68c91e5421e71f01a3d633ebfc84641c305d1 done
11:20:35 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
11:20:35 #15 DONE 5.1s
11:20:35 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/x86_64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:35 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:35 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:35 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ekw1TW
11:20:35 + umask 022
11:20:35 + cd /root/rpmbuild/BUILD
11:20:35 + cd /root/rpmbuild/BUILD
11:20:35 + rm -rf src
11:20:35 + /usr/bin/mkdir -p src
11:20:35 + cd src
11:20:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:35 + /usr/bin/tar -xof -
11:20:35 #12 11.03 Setting up libuv1:armhf (1.18.0-3) ...
11:20:35 #12 11.05 Setting up bash-completion (1:2.8-1ubuntu1) ...
11:20:35 #10 69.80 Setting up libfont-afm-perl (1.20-4) ...
11:20:35 #10 69.81 Setting up libwant-perl (0.29-2+b1) ...
11:20:35 #10 69.82 Setting up libdynaloader-functions-perl (0.003-3) ...
11:20:35 #10 69.83 Setting up libclass-method-modifiers-perl (2.14-1) ...
11:20:35 #10 69.84 Setting up liblist-compare-perl (0.55-2) ...
11:20:35 #10 69.86 Setting up libref-util-xs-perl (0.117-2+b1) ...
11:20:35 #10 69.87 Setting up libio-pty-perl (1:1.17-1) ...
11:20:35 #10 69.88 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
11:20:35 #10 69.89 Setting up libclone-perl:armhf (0.46-1) ...
11:20:35 #10 69.90 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:35 #10 69.91 Setting up libarchive-zip-perl (1.68-1) ...
11:20:35 #10 69.92 Setting up libsub-identify-perl (0.14-3) ...
11:20:35 #10 69.94 Setting up libdistro-info-perl (1.5) ...
11:20:35 #10 69.95 Setting up libcpanel-json-xs-perl:armhf (4.35-1) ...
11:20:35 #10 69.96 Setting up libio-stringy-perl (2.111-3) ...
11:20:35 #10 69.97 Setting up libhtml-tagset-perl (3.20-6) ...
11:20:35 #10 69.99 Setting up liblog-any-perl (1.713-1) ...
11:20:35 #10 70.00 Setting up libauthen-sasl-perl (2.1600-3) ...
11:20:35 #11 72.48 Selecting previously unselected package manpages-dev.
11:20:35 #11 72.48 Preparing to unpack .../371-manpages-dev_5.13-1_all.deb ...
11:20:35 #11 72.49 Unpacking manpages-dev (5.13-1) ...
11:20:35 #11 72.60 Selecting previously unselected package python3-certifi.
11:20:35 #11 72.60 Preparing to unpack .../372-python3-certifi_2022.6.15-2_all.deb ...
11:20:35 #11 72.61 Unpacking python3-certifi (2022.6.15-2) ...
11:20:35 #11 72.64 Selecting previously unselected package python3-cffi-backend:armhf.
11:20:35 #11 72.65 Preparing to unpack .../373-python3-cffi-backend_1.15.1-1_armhf.deb ...
11:20:35 #11 72.65 Unpacking python3-cffi-backend:armhf (1.15.1-1) ...
11:20:35 #11 72.70 Selecting previously unselected package python3-cryptography.
11:20:35 #11 82.01 Setting up libhttp-date-perl (6.05-1) ...
11:20:35 #11 82.02 Setting up libfile-which-perl (1.27-1) ...
11:20:35 #11 82.03 Setting up libfile-basedir-perl (0.09-1) ...
11:20:35 #11 82.04 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:35 #11 82.06 Setting up libset-intspan-perl (1.19-2) ...
11:20:35 #11 82.07 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:35 #11 82.08 Setting up libfile-listing-perl (6.15-1) ...
11:20:35 #11 82.10 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:20:35 #11 82.11 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:35 #11 82.12 Setting up libdata-messagepack-perl (1.02-1) ...
11:20:35 #11 82.13 Setting up libfont-afm-perl (1.20-3) ...
11:20:35 #11 82.15 Setting up libwant-perl (0.29-2) ...
11:20:35 #11 82.16 Setting up libdynaloader-functions-perl (0.003-2) ...
11:20:35 #11 82.17 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:35 #11 82.18 Setting up liblist-compare-perl (0.55-1) ...
11:20:35 #11 82.19 Setting up libref-util-xs-perl (0.117-2) ...
11:20:35 #11 82.20 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:35 
11:20:35 #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
11:20:35 #20 2.441 Reading package lists...
11:20:35 #20 2.907 Building dependency tree...
11:20:35 #20 3.007 Reading state information...
11:20:35 #20 3.117 The following additional packages will be installed:
11:20:35 #20 3.118   libmagic-mgc libmagic1
11:20:35 #20 3.140 The following NEW packages will be installed:
11:20:35 #20 3.140   file libmagic-mgc libmagic1
11:20:35 #17 exporting layers 2.9s done
11:20:35 #17 writing image sha256:abab0a3fdcb22fd4fa941a1a135ee2357620837103383394bf2c0985e23adf7e done
11:20:35 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
11:20:35 #17 DONE 2.9s
11:20:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
11:20:35 #11 68.95 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
11:20:35 #11 68.96 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:20:35 #11 69.15 Setting up automake (1:1.16.5-1.3) ...
11:20:35 #11 69.16 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:35 #11 69.16 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
11:20:35 #11 71.54 0 added, 0 removed; done.
11:20:35 #11 69.16 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
11:20:35 #11 69.17 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:35 #11 69.18 Setting up libstring-escape-perl (2010.002-2) ...
11:20:35 #11 69.19 Setting up libhttp-date-perl (6.05-1) ...
11:20:35 #11 69.19 Setting up libfile-which-perl (1.23-1) ...
11:20:35 #11 71.54 Running hooks in /etc/ca-certificates/update.d...
11:20:35 #11 71.54 done.
11:20:35 #12 11.58 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
11:20:35 #10 70.01 Setting up libdevel-size-perl (0.83-2+b1) ...
11:20:35 #10 70.02 Setting up libpython3.11-stdlib:armhf (3.11.2-4) ...
11:20:35 #10 70.03 Setting up libdebhelper-perl (13.11.4) ...
11:20:35 #10 70.04 Setting up libpod-constants-perl (0.19-2) ...
11:20:35 #10 70.05 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
11:20:35 #10 70.07 Setting up libconvert-binhex-perl (1.125-3) ...
11:20:35 #10 70.08 Setting up liblwp-mediatypes-perl (6.04-2) ...
11:20:35 #10 70.09 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
11:20:35 #10 70.10 Setting up libio-interactive-perl (1.023-2) ...
11:20:35 #10 70.12 Setting up libtry-tiny-perl (0.31-2) ...
11:20:35 #10 70.13 Setting up libtype-tiny-perl (2.002001-1) ...
11:20:35 #10 70.14 Setting up libcommon-sense-perl:armhf (3.75-3) ...
11:20:35 #10 70.15 Setting up libmldbm-perl (2.05-4) ...
11:20:35 #10 70.16 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:20:35 #10 70.18 Setting up libnet-http-perl (6.22-1) ...
11:20:35 #10 70.19 Setting up libpath-iterator-rule-perl (1.015-2) ...
11:20:35 #10 70.20 Setting up libtext-markdown-discount-perl (0.16-1) ...
11:20:35 #10 70.22 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
11:20:35 #10 70.23 Setting up libtime-moment-perl (0.44-2+b1) ...
11:20:35 #10 70.24 Setting up libencode-locale-perl (1.05-3) ...
11:20:35 #10 70.25 Setting up libexception-class-perl (1.45-1) ...
11:20:35 #10 70.26 Setting up libxstring-perl:armhf (0.005-2+b1) ...
11:20:35 #10 70.27 Setting up libmath-base85-perl (0.5+dfsg-2) ...
11:20:35 #10 70.28 Setting up libconfig-tiny-perl (2.28-2) ...
11:20:35 #10 70.29 Setting up libsereal-encoder-perl (5.003+ds-1) ...
11:20:35 #10 70.30 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
11:20:35 #12 8.277 The following additional packages will be installed:
11:20:35 #11 72.71 Preparing to unpack .../374-python3-cryptography_3.4.8-2_armhf.deb ...
11:20:35 #11 72.71 Unpacking python3-cryptography (3.4.8-2) ...
11:20:35 #11 72.77 Selecting previously unselected package python3-idna.
11:20:35 #11 72.78 Preparing to unpack .../375-python3-idna_3.3-1_all.deb ...
11:20:35 #11 72.78 Unpacking python3-idna (3.3-1) ...
11:20:35 #11 72.82 Selecting previously unselected package python3-nacl.
11:20:35 #11 72.82 Preparing to unpack .../376-python3-nacl_1.5.0-2_armhf.deb ...
11:20:35 #11 72.83 Unpacking python3-nacl (1.5.0-2) ...
11:20:35 #11 72.89 Selecting previously unselected package python3-six.
11:20:35 #11 72.89 Preparing to unpack .../377-python3-six_1.16.0-4_all.deb ...
11:20:35 #11 72.89 Unpacking python3-six (1.16.0-4) ...
11:20:35 #11 82.22 Setting up libfile-fcntllock-perl (0.22-4) ...
11:20:35 #11 82.23 Setting up libclone-perl (0.45-1build3) ...
11:20:35 #11 82.24 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:35 #11 82.25 Setting up libarchive-zip-perl (1.68-1) ...
11:20:35 #11 82.26 Setting up libsub-identify-perl (0.14-2) ...
11:20:35 #11 82.27 Setting up libdistro-info-perl (1.1ubuntu1) ...
11:20:35 #11 82.29 Setting up libcpanel-json-xs-perl:arm64 (4.32-1) ...
11:20:35 #11 82.30 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:35 #11 82.31 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:35 #11 82.32 Setting up liblog-any-perl (1.710-1) ...
11:20:35 #11 82.34 Setting up libauthen-sasl-perl (2.1600-2) ...
11:20:35 #11 82.35 Setting up libdevel-size-perl (0.83-2) ...
11:20:35 #11 82.37 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
11:20:35 #11 82.38 Setting up libpod-constants-perl (0.19-2) ...
11:20:35 #11 82.39 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
11:20:35 #11 82.40 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:35 #11 82.41 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:35 #11 82.42 Setting up libio-interactive-perl (1.023-1) ...
11:20:35 #11 82.43 Setting up libtry-tiny-perl (0.31-1) ...
11:20:35 #11 82.44 Setting up libtype-tiny-perl (1.016008-1) ...
11:20:35 #11 82.45 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
11:20:35 #11 82.47 Setting up libmldbm-perl (2.05-3) ...
11:20:35 #11 82.48 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:20:35 #11 82.49 Setting up libnet-http-perl (6.22-1) ...
11:20:35 #11 82.50 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:35 #11 82.51 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
11:20:35 #11 82.53 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:35 #20 3.407 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
11:20:35 #20 3.407 Need to get 468 kB of archives.
11:20:35 #20 3.407 After this operation, 7075 kB of additional disk space will be used.
11:20:35 #20 3.407 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:20:35 #20 3.413 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:20:35 #20 3.414 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:20:35 #20 3.522 debconf: delaying package configuration, since apt-utils is not installed
11:20:35 + set -e
11:20:35 + mkdir -p /root/build-deb/engine
11:20:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:36 #11 69.20 Setting up libfile-basedir-perl (0.09-1) ...
11:20:36 #11 69.21 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:36 #11 69.22 Setting up libset-intspan-perl (1.19-2) ...
11:20:36 #11 69.24 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:36 #11 69.26 Setting up libfile-listing-perl (6.14-1) ...
11:20:36 #11 69.27 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:20:36 #11 69.28 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:36 #11 69.29 Setting up libdata-messagepack-perl (1.01-2build1) ...
11:20:36 #11 69.30 Setting up libfont-afm-perl (1.20-3) ...
11:20:36 #11 69.31 Setting up libwant-perl (0.29-1build7) ...
11:20:36 #11 69.32 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:36 #11 69.33 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:36 #11 69.34 Setting up liblist-compare-perl (0.55-1) ...
11:20:36 #11 69.35 Setting up libref-util-xs-perl (0.117-1build5) ...
11:20:36 #11 69.36 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:36 #11 69.37 Setting up libtool (2.4.6-15build2) ...
11:20:36 #11 69.38 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
11:20:36 #11 69.39 Setting up libfile-fcntllock-perl (0.22-3build7) ...
11:20:36 #11 69.40 Setting up libclone-perl (0.45-1build3) ...
11:20:36 #11 69.41 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:36 #12 11.59 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:20:36 #12 11.60 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:36 #12 11.62 Setting up librhash0:armhf (1.3.6-2) ...
11:20:36 #12 11.63 Setting up libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:36 #12 11.64 Setting up pkg-config (0.29.1-0ubuntu2) ...
11:20:36 #12 11.68 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
11:20:36 #12 11.70 Setting up libpcrecpp0v5:armhf (2:8.39-9ubuntu0.1) ...
11:20:36 #12 11.71 Setting up libpcre32-3:armhf (2:8.39-9ubuntu0.1) ...
11:20:36 #12 11.72 Setting up libsystemd-dev:armhf (237-3ubuntu10.57) ...
11:20:36 #12 11.73 Setting up libpcre16-3:armhf (2:8.39-9ubuntu0.1) ...
11:20:36 #12 11.74 Setting up libudev-dev:armhf (237-3ubuntu10.57) ...
11:20:36 #12 11.75 Setting up liblzo2-2:armhf (2.08-1.2) ...
11:20:36 #12 11.77 Setting up libjsoncpp1:armhf (1.7.4-3) ...
11:20:36 #12 11.78 Setting up libpcre3-dev:armhf (2:8.39-9ubuntu0.1) ...
11:20:36 #12 11.79 Setting up libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
11:20:36 + STATUS=0
11:20:36 + '[' 0 -ne 0 ']'
11:20:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:36 + /usr/bin/tar -xof -
11:20:36 #10 70.32 Setting up liblist-utilsby-perl (0.12-2) ...
11:20:36 #10 70.33 Setting up libstring-shellquote-perl (1.04-3) ...
11:20:36 #10 70.35 Setting up libnet-netmask-perl (2.0002-2) ...
11:20:36 #10 70.36 Setting up libsub-install-perl (0.929-1) ...
11:20:36 #10 70.37 Setting up gcc (4:12.2.0-3) ...
11:20:36 #10 70.40 Setting up dpkg-dev (1.21.21) ...
11:20:36 #10 70.42 Setting up libindirect-perl (0.39-2+b1) ...
11:20:36 #10 70.43 Setting up libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
11:20:36 #10 70.44 Setting up intltool-debian (0.35.0+20060710.6) ...
11:20:36 #10 70.46 Setting up libfreezethaw-perl (0.5001-3) ...
11:20:36 #10 70.47 Setting up libobject-pad-perl (0.78-1) ...
11:20:36 #10 70.48 Setting up liberror-perl (0.17029-2) ...
11:20:36 #10 70.49 Setting up patchutils (0.4.2-1) ...
11:20:36 #10 70.51 Setting up libmail-sendmail-perl (0.80-3) ...
11:20:36 #10 70.52 Setting up libltdl-dev:armhf (2.4.7-5) ...
11:20:36 #12 8.278   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:36 #12 8.278   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:36 #12 8.279   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
11:20:36 #12 8.280   libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libpkgconf3
11:20:36 #12 8.280   librhash0 libseccomp-dev libseccomp2 libselinux1 libselinux1-dev
11:20:36 #12 8.286   libsepol-dev libstdc++-12-dev libsystemd-dev libsystemd0 libudev-dev
11:20:36 #12 8.286   libudev1 libuv1 pkg-config pkgconf pkgconf-bin udev
11:20:36 #12 8.286 Suggested packages:
11:20:36 #12 8.286   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils gcc-12-doc
11:20:36 #12 8.286   lrzip libtool-doc seccomp libstdc++-12-doc
11:20:36 #11 72.93 Selecting previously unselected package python3-bcrypt.
11:20:36 #11 72.94 Preparing to unpack .../378-python3-bcrypt_3.2.0-1build1_armhf.deb ...
11:20:36 #11 72.95 Unpacking python3-bcrypt (3.2.0-1build1) ...
11:20:36 #11 72.98 Selecting previously unselected package python3-paramiko.
11:20:36 #11 72.99 Preparing to unpack .../379-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
11:20:36 #11 72.99 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
11:20:36 #11 73.04 Selecting previously unselected package python3-urllib3.
11:20:36 #11 73.05 Preparing to unpack .../380-python3-urllib3_1.26.9-1_all.deb ...
11:20:36 #11 73.05 Unpacking python3-urllib3 (1.26.9-1) ...
11:20:36 #11 73.10 Selecting previously unselected package python3-requests.
11:20:36 #11 73.10 Preparing to unpack .../381-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
11:20:36 #11 73.11 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:36 #11 73.16 Selecting previously unselected package python3-unidiff.
11:20:36 #11 73.16 Preparing to unpack .../382-python3-unidiff_0.7.3-1_all.deb ...
11:20:36 #11 73.19 Unpacking python3-unidiff (0.7.3-1) ...
11:20:36 #11 73.22 Selecting previously unselected package zstd.
11:20:36 #11 73.23 Preparing to unpack .../383-zstd_1.5.2+dfsg-1_armhf.deb ...
11:20:36 #11 73.23 Unpacking zstd (1.5.2+dfsg-1) ...
11:20:36 #11 82.54 Setting up libtime-moment-perl (0.44-2) ...
11:20:36 #11 82.55 Setting up libencode-locale-perl (1.05-2) ...
11:20:36 #11 82.56 Setting up libexception-class-perl (1.45-1) ...
11:20:36 #11 82.57 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:36 #11 82.58 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:36 #11 82.60 Setting up libsereal-encoder-perl:arm64 (4.025+ds-1) ...
11:20:36 #11 82.61 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:36 #11 82.62 Setting up liblist-utilsby-perl (0.12-1) ...
11:20:36 #11 82.63 Setting up libstring-shellquote-perl (1.04-2) ...
11:20:36 #11 82.64 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:36 #11 82.66 Setting up libsub-install-perl (0.928-2) ...
11:20:36 #11 82.67 Setting up gcc (4:12.2.0-1ubuntu1) ...
11:20:36 #11 82.70 Setting up dpkg-dev (1.21.9ubuntu1) ...
11:20:36 #11 82.72 Setting up libindirect-perl (0.39-2) ...
11:20:36 #11 82.73 Setting up libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
11:20:36 #20 3.553 Fetched 468 kB in 0s (1735 kB/s)
11:20:36 #20 3.571 Selecting previously unselected package libmagic-mgc.
11:20:36 #20 3.571 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:36 #20 3.582 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:20:36 #20 3.585 Unpacking libmagic-mgc (1:5.39-3) ...
11:20:36 #20 3.661 Selecting previously unselected package libmagic1:amd64.
11:20:36 #20 3.662 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
11:20:36 #20 3.669 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:20:36 #20 3.704 Selecting previously unselected package file.
11:20:36 #20 3.706 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
11:20:36 #20 3.711 Unpacking file (1:5.39-3) ...
11:20:36 #20 3.750 Setting up libmagic-mgc (1:5.39-3) ...
11:20:36 #20 3.761 Setting up libmagic1:amd64 (1:5.39-3) ...
11:20:36 #11 69.41 Setting up libarchive-zip-perl (1.68-1) ...
11:20:36 #11 69.42 Setting up libsub-identify-perl (0.14-1build5) ...
11:20:36 #11 69.43 Setting up libdistro-info-perl (1.1build1) ...
11:20:36 #11 69.44 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
11:20:36 #11 69.45 Setting up python3-apt (2.4.0ubuntu1) ...
11:20:36 #11 69.61 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:20:36 #11 69.62 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:36 #11 69.63 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:36 #11 69.64 Setting up liblog-any-perl (1.710-1) ...
11:20:36 #11 69.65 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:36 #11 69.65 Setting up libdevel-size-perl (0.83-1build4) ...
11:20:36 #11 69.66 Setting up libdebhelper-perl (13.6ubuntu1) ...
11:20:36 #12 11.80 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
11:20:36 #12 11.81 Setting up libselinux1-dev:armhf (2.7-2build2) ...
11:20:36 #12 11.82 Setting up libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:20:36 #12 11.83 Setting up docker-ce-build-deps (1.0) ...
11:20:36 #12 11.84 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
11:20:36 #12 11.86 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:20:36 #12 DONE 12.0s
11:20:36 
11:20:36 #13 [stage-1 5/8] COPY sources/ /sources
11:20:36 #11 DONE 72.2s
11:20:36 
11:20:36 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:36 + set -e
11:20:36 + mkdir -p /root/build-deb/engine
11:20:36 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:36 #10 70.53 Setting up libjson-maybexs-perl (1.004004-1) ...
11:20:36 #10 70.54 Setting up libxml-sax-base-perl (1.09-3) ...
11:20:36 #10 70.55 Setting up libio-string-perl (1.08-4) ...
11:20:36 #10 70.56 Setting up libreadonly-perl (2.050-3) ...
11:20:36 #10 70.59 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:20:36 #10 70.60 Setting up libstring-copyright-perl (0.003014-1) ...
11:20:36 #10 70.62 Setting up libdata-optlist-perl (0.113-1) ...
11:20:36 #10 70.64 Setting up libipc-run-perl (20220807.0-1) ...
11:20:36 #10 70.66 Setting up git (1:2.39.2-1.1) ...
11:20:36 #10 70.67 Setting up libtext-xslate-perl:armhf (3.5.9-1+b2) ...
11:20:36 #10 70.68 Setting up libcontextual-return-perl (0.004014-4) ...
11:20:36 #10 70.70 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:36 #10 70.71 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:36 #10 70.72 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:20:36 #10 70.73 Setting up libhtml-parser-perl:armhf (3.81-1) ...
11:20:36 #10 70.74 Setting up libgit-wrapper-perl (0.048-2) ...
11:20:36 #11 73.29 Selecting previously unselected package equivs.
11:20:36 #11 73.29 Preparing to unpack .../384-equivs_2.3.1_all.deb ...
11:20:36 #11 73.30 Unpacking equivs (2.3.1) ...
11:20:36 #11 73.34 Selecting previously unselected package libauthen-sasl-perl.
11:20:36 #11 73.34 Preparing to unpack .../385-libauthen-sasl-perl_2.1600-2_all.deb ...
11:20:36 #11 73.35 Unpacking libauthen-sasl-perl (2.1600-2) ...
11:20:36 #11 73.39 Selecting previously unselected package python3-magic.
11:20:36 #11 73.39 Preparing to unpack .../386-python3-magic_2%3a0.4.26-2_all.deb ...
11:20:36 #11 73.40 Unpacking python3-magic (2:0.4.26-2) ...
11:20:36 #11 73.47 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ...
11:20:36 #11 82.74 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:36 #11 82.77 Setting up libfreezethaw-perl (0.5001-2.1) ...
11:20:36 #11 82.78 Setting up libobject-pad-perl (0.68-1) ...
11:20:36 #11 82.79 Setting up liberror-perl (0.17029-1) ...
11:20:36 #11 82.80 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
11:20:36 #11 82.82 Setting up patchutils (0.4.2-1build2) ...
11:20:36 #11 82.83 Setting up libmail-sendmail-perl (0.80-2) ...
11:20:36 #11 82.84 Setting up libltdl-dev:arm64 (2.4.7-4) ...
11:20:36 #11 82.85 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:36 #11 82.86 Setting up libxml-sax-base-perl (1.09-2) ...
11:20:36 #11 82.87 Setting up libio-string-perl (1.08-3.1) ...
11:20:36 #11 82.89 Setting up libreadonly-perl (2.050-3) ...
11:20:36 #11 82.90 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
11:20:36 #11 82.91 Setting up libstring-copyright-perl (0.003013-1) ...
11:20:36 #11 82.92 Setting up libdata-optlist-perl (0.112-1) ...
11:20:36 #11 82.93 Setting up libipc-run-perl (20220807.0-1) ...
11:20:36 #11 82.94 Setting up git (1:2.37.2-1ubuntu1.4) ...
11:20:36 #20 3.778 Setting up file (1:5.39-3) ...
11:20:36 #20 3.788 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:36 #20 DONE 3.9s
11:20:36 
11:20:36 #21 [tini-src 1/3] WORKDIR /usr/src/tini
11:20:36 #21 DONE 0.1s
11:20:36 
11:20:36 #22 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
11:20:36 #18 exporting layers 5.2s done
11:20:36 #18 writing image sha256:f6af1a2a4f3de703d8f86eef2cde4ecc89ebc40608e0014551f12bb742e4071d done
11:20:36 #18 naming to docker.io/debbuild-ubuntu-kinetic/x86_64 done
11:20:36 #18 DONE 5.2s
11:20:36 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/x86_64
11:20:36 + mkdir -p /root/build-deb/cli
11:20:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:36 #11 69.68 Setting up libpod-constants-perl (0.19-2) ...
11:20:36 #11 69.69 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
11:20:36 #11 69.70 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:36 #11 69.71 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:36 #11 69.71 Setting up libio-interactive-perl (1.023-1) ...
11:20:36 #11 69.73 Setting up libtry-tiny-perl (0.31-1) ...
11:20:36 #11 69.74 Setting up libtype-tiny-perl (1.012004-1) ...
11:20:36 #11 69.75 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
11:20:36 #11 69.76 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:36 #11 69.78 Setting up libnet-http-perl (6.22-1) ...
11:20:36 #11 69.79 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:36 #11 69.80 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:20:36 #11 69.81 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:36 #11 69.82 Setting up libtime-moment-perl (0.44-1build6) ...
11:20:36 #11 69.83 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:36 #11 69.84 Setting up libexception-class-perl (1.45-1) ...
11:20:36 #11 69.86 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:36 #11 69.87 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:36 #11 69.88 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
11:20:36 #11 69.89 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:36 #11 69.90 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:36 #11 69.91 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:36 #11 69.92 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:36 #11 69.93 Setting up libsub-install-perl (0.928-1.1) ...
11:20:36 #11 69.94 Setting up gcc (4:11.2.0-1ubuntu1) ...
11:20:36 #11 69.96 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
11:20:36 #11 70.01 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:36 #12 0.782 Hit:1 http://deb.debian.org/debian buster InRelease
11:20:36 #12 0.782 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:20:36 #12 0.783 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:20:36 #13 DONE 0.1s
11:20:36 
11:20:36 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:36 #12 DONE 0.1s
11:20:36 
11:20:36 #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
11:20:36 + mkdir -p /root/build-deb/cli
11:20:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:36 #10 70.75 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:36 #10 70.76 Setting up librole-tiny-perl (2.002004-1) ...
11:20:36 #10 70.78 Setting up gnupg (2.2.40-1) ...
11:20:36 #10 70.79 Setting up libc6-dev:armhf (2.36-8) ...
11:20:36 #10 70.80 Setting up libfont-ttf-perl (1.06-2) ...
11:20:36 #10 70.81 Setting up libfile-homedir-perl (1.006-2) ...
11:20:36 #10 70.82 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
11:20:36 #10 70.83 Setting up pristine-tar (1.50) ...
11:20:36 #10 70.87 Setting up libio-socket-ssl-perl (2.081-2) ...
11:20:36 #10 70.89 Setting up libsub-exporter-perl (0.989-1) ...
11:20:36 #10 70.90 Setting up libpython3-stdlib:armhf (3.11.2-1) ...
11:20:36 #10 70.91 Setting up libalgorithm-merge-perl (0.08-5) ...
11:20:36 #10 70.92 Setting up libhttp-message-perl (6.44-1) ...
11:20:36 #10 70.93 Setting up libdata-validate-ip-perl (0.31-1) ...
11:20:36 #10 70.94 Setting up libhtml-form-perl (6.11-1) ...
11:20:36 #10 70.96 Setting up libiterator-perl (0.03+ds1-2) ...
11:20:36 #10 70.97 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
11:20:36 #10 70.98 Setting up libjson-xs-perl (4.030-2+b1) ...
11:20:36 #11 73.52 Setting up libksba8:armhf (1.6.0-3ubuntu1.1) ...
11:20:36 #11 73.55 Setting up media-types (8.0.0) ...
11:20:36 #11 73.57 Setting up libpipeline1:armhf (1.5.6-2) ...
11:20:36 #11 73.59 Setting up libicu71:armhf (71.1-3ubuntu1) ...
11:20:36 #11 73.60 Setting up wdiff (1.2.2-2build3) ...
11:20:36 #11 73.62 Setting up libxau6:armhf (1:1.0.9-1build5) ...
11:20:36 #11 73.63 Setting up libre2-9:armhf (20220601+dfsg-1) ...
11:20:36 #11 73.65 Setting up libkeyutils1:armhf (1.6.3-1) ...
11:20:36 #11 73.66 Setting up lto-disabled-list (35) ...
11:20:36 #11 73.67 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ...
11:20:36 #11 73.70 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
11:20:36 #11 73.71 Setting up libsodium23:armhf (1.0.18-1build2) ...
11:20:36 #11 73.72 Setting up bsdextrautils (2.38-4ubuntu1) ...
11:20:36 + STATUS=0
11:20:36 + '[' 0 -ne 0 ']'
11:20:36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:36 #12 8.906 The following NEW packages will be installed:
11:20:36 #12 8.907   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:20:36 #12 8.908   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
11:20:36 #12 8.908   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
11:20:36 #12 8.909   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 librhash0
11:20:36 #12 8.909   libseccomp-dev libselinux1-dev libsepol-dev libstdc++-12-dev libsystemd-dev
11:20:36 #12 8.910   libudev-dev libuv1 pkg-config pkgconf pkgconf-bin
11:20:36 #12 8.912 The following packages will be upgraded:
11:20:36 #12 8.913   libpcre2-8-0 libseccomp2 libselinux1 libsystemd0 libudev1 udev
11:20:36 #11 82.96 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
11:20:36 #11 82.98 Setting up libcontextual-return-perl (0.004014-3) ...
11:20:36 #11 83.00 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:36 #11 83.01 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:36 #11 83.03 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
11:20:36 #11 83.04 Setting up libhtml-parser-perl:arm64 (3.78-1) ...
11:20:36 #11 83.06 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:36 #11 83.08 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:36 #11 83.10 Setting up librole-tiny-perl (2.002004-1) ...
11:20:36 #11 83.12 Setting up gnupg (2.2.35-3ubuntu1) ...
11:20:36 #11 83.13 Setting up libc6-dev:arm64 (2.36-0ubuntu4) ...
11:20:36 #11 83.14 Setting up libfont-ttf-perl (1.06-2) ...
11:20:36 #11 83.15 Setting up libfile-homedir-perl (1.006-1) ...
11:20:36 #11 83.16 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
11:20:36 #11 83.18 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:36 #11 83.19 Setting up libsub-exporter-perl (0.988-1) ...
11:20:36 #11 83.20 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
11:20:36 #11 83.21 Setting up libalgorithm-merge-perl (0.08-4) ...
11:20:36 #11 83.22 Setting up libhttp-message-perl (6.37-1) ...
11:20:36 #11 83.23 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:36 #11 83.24 Setting up libhtml-form-perl (6.10-1) ...
11:20:36 #11 83.25 Setting up libiterator-perl (0.03+ds1-2) ...
11:20:36 #11 83.26 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:36 #11 83.27 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:36 #11 83.28 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:36 #22 ...
11:20:36 
11:20:36 #23 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
11:20:36 #23 DONE 0.1s
11:20:36 
11:20:36 #24 [containerd-src 1/3] WORKDIR /usr/src/containerd
11:20:36 #24 DONE 0.2s
11:20:36 
11:20:36 #25 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
11:20:36 #25 DONE 0.2s
11:20:36 
11:20:36 #26 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
11:20:36 #26 DONE 0.2s
11:20:36 
11:20:36 #27 [runc-src 1/3] WORKDIR /usr/src/runc
11:20:36 #27 DONE 0.2s
11:20:36 
11:20:36 #22 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
11:20:36 #22 DONE 0.3s
11:20:36 
11:20:36 #28 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
11:20:36 #28 DONE 0.3s
11:20:36 
11:20:36 #29 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
11:20:36 + set -e
11:20:36 + mkdir -p /root/build-deb/engine
11:20:36 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:36 + mkdir -p /root/build-deb/buildx
11:20:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:36 #11 70.02 Setting up liberror-perl (0.17029-1) ...
11:20:36 #11 70.03 Setting up dh-autoreconf (20) ...
11:20:36 #11 70.04 Setting up patchutils (0.4.2-1build2) ...
11:20:36 #11 70.05 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:36 #11 70.06 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
11:20:36 #11 70.07 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:36 #11 70.08 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:36 #11 70.09 Setting up libio-string-perl (1.08-3.1) ...
11:20:36 #11 70.10 Setting up libreadonly-perl (2.050-3) ...
11:20:36 #11 70.11 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:20:36 #11 70.12 Setting up python3-chardet (4.0.0-1) ...
11:20:36 + mkdir -p /root/build-deb/buildx
11:20:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:36 #10 70.99 Setting up python3.11 (3.11.2-4) ...
11:20:36 #11 73.73 Setting up libfcgi0ldbl:armhf (2.4.2-2build2) ...
11:20:36 #11 73.75 Setting up libtext-glob-perl (0.11-2) ...
11:20:36 #11 73.76 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
11:20:36 #11 73.78 Setting up libmagic-mgc (1:5.41-4) ...
11:20:36 #11 73.80 Setting up libyaml-0-2:armhf (0.2.5-1) ...
11:20:36 #11 73.82 Setting up libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
11:20:36 #11 73.83 No schema files found: doing nothing.
11:20:36 #11 73.84 Setting up distro-info-data (0.54ubuntu0.1) ...
11:20:36 #11 73.85 Setting up manpages (5.13-1) ...
11:20:36 #11 73.87 Setting up libtirpc-common (1.3.3+ds-1) ...
11:20:36 #11 73.89 Setting up libargon2-1:armhf (0~20171227-0.3) ...
11:20:36 #11 73.91 Setting up unzip (6.0-27ubuntu1) ...
11:20:36 #11 73.93 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:20:36 #11 73.94 Setting up libbrotli1:armhf (1.0.9-2build6) ...
11:20:36 #11 73.95 Setting up libsqlite3-0:armhf (3.39.3-1) ...
11:20:36 #11 73.96 Setting up libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:36 #11 73.98 Setting up libfcgi-bin (2.4.2-2build2) ...
11:20:36 #11 73.99 Setting up binutils-common:armhf (2.39-3ubuntu1.1) ...
11:20:36 #11 74.00 Setting up libnghttp2-14:armhf (1.49.0-1) ...
11:20:36 #11 74.02 Setting up libmagic1:armhf (1:5.41-4) ...
11:20:36 #11 74.04 Setting up libdeflate0:armhf (1.12-1) ...
11:20:36 + RPM_EC=0
11:20:36 ++ jobs -p
11:20:36 + exit 0
11:20:36 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.49BSQO
11:20:36 + umask 022
11:20:36 + cd /root/rpmbuild/BUILD
11:20:36 + 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'
11:20:36 + export CFLAGS
11:20:36 + 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'
11:20:36 + export CXXFLAGS
11:20:36 + 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'
11:20:36 + export FFLAGS
11:20:36 + 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'
11:20:36 + export FCFLAGS
11:20:36 + 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~20230309110843.71615c2-0.fc36.x86_64.ld'
11:20:36 + export LDFLAGS
11:20:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:20:36 + export LT_SYS_LIBRARY_PATH
11:20:36 + CC=gcc
11:20:36 + export CC
11:20:36 + CXX=g++
11:20:36 + export CXX
11:20:36 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:20:36 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:20:36 + cd src
11:20:36 + export DOCKER_GITCOMMIT=31a9532
11:20:36 + DOCKER_GITCOMMIT=31a9532
11:20:36 + mkdir -p /go/src/github.com/docker
11:20:36 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:36 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:36 + pushd /root/rpmbuild/BUILD/src/engine
11:20:36 + TMP_GOPATH=/go
11:20:36 + hack/dockerfile/install/install.sh tini
11:20:36 + RM_GOPATH=0
11:20:36 + TMP_GOPATH=/go
11:20:36 + : /usr/local/bin
11:20:36 + '[' -z /go ']'
11:20:36 + export GOPATH=/go
11:20:36 + GOPATH=/go
11:20:36 + case "$(go env GOARCH)" in
11:20:36 ++ go env GOARCH
11:20:36 + export GO_BUILDMODE=-buildmode=pie
11:20:36 + GO_BUILDMODE=-buildmode=pie
11:20:36 ++ dirname hack/dockerfile/install/install.sh
11:20:36 + dir=hack/dockerfile/install
11:20:36 + bin=tini
11:20:36 + shift
11:20:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:36 + . hack/dockerfile/install/tini.installer
11:20:36 ++ : v0.19.0
11:20:36 + install_tini
11:20:36 Install tini version v0.19.0
11:20:36 + echo 'Install tini version v0.19.0'
11:20:36 + git clone https://github.com/krallin/tini.git /go/tini
11:20:36 Cloning into '/go/tini'...
11:20:36 #12 9.374 6 upgraded, 31 newly installed, 0 to remove and 49 not upgraded.
11:20:36 #12 9.374 1 not fully installed or removed.
11:20:36 #12 9.374 Need to get 22.0 MB of archives.
11:20:36 #12 9.374 After this operation, 92.0 MB of additional disk space will be used.
11:20:36 #12 9.374 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14+rpi1 [2027 kB]
11:20:36 #11 83.29 Setting up libio-prompter-perl (0.004015-1) ...
11:20:36 #11 83.31 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:20:37 + mkdir -p /root/build-deb/compose
11:20:37 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:37 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:37 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:37 + mkdir -p /go/src/github.com/docker
11:20:37 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:37 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:37 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:37 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:37 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:37 + EPOCH=5
11:20:37 + EPOCH_SEP=
11:20:37 + [[ ! -z 5 ]]
11:20:37 + EPOCH_SEP=:
11:20:37 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:37 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:37 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:37 + VERSION=0.0.0-20230309110843-71615c2
11:20:37 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:37 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:37 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:37 + debSource=docker-ce
11:20:37 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:37 + debMaintainer='Docker <support@docker.com>'
11:20:37 ++ date --rfc-2822
11:20:37 + debDate='Fri, 10 Mar 2023 11:20:37 +0000'
11:20:37 + pkgRevision=1
11:20:37 + cat
11:20:37 + export CLI_GITCOMMIT=71615c2
11:20:37 + CLI_GITCOMMIT=71615c2
11:20:37 + export ENGINE_GITCOMMIT=31a9532
11:20:37 + ENGINE_GITCOMMIT=31a9532
11:20:37 + export SCAN_GITCOMMIT=6c852fa
11:20:37 + SCAN_GITCOMMIT=6c852fa
11:20:37 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:37 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:37 + dpkg-buildpackage -uc -us -I.git
11:20:37 #15 DONE 2.1s
11:20:37 
11:20:37 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:37 #16 DONE 0.0s
11:20:37 #11 74.05 Setting up less (590-1ubuntu0.22.10.1) ...
11:20:37 #11 74.08 Setting up perl-openssl-defaults:armhf (7) ...
11:20:37 #11 74.10 Setting up linux-libc-dev:armhf (5.19.0-35.36) ...
11:20:37 #11 74.12 Setting up libctf-nobfd0:armhf (2.39-3ubuntu1.1) ...
11:20:37 #11 74.13 Setting up gettext-base (0.21-8) ...
11:20:37 #11 74.15 Setting up m4 (1.4.19-1) ...
11:20:37 #11 74.17 Setting up liblzo2-2:armhf (2.10-2build3) ...
11:20:37 #11 74.19 Setting up libnpth0:armhf (1.6-3build2) ...
11:20:37 #11 74.21 Setting up krb5-locales (1.20-1ubuntu0.1) ...
11:20:37 #11 74.23 Setting up file (1:5.41-4) ...
11:20:37 #11 74.24 Setting up libassuan0:armhf (2.5.5-4) ...
11:20:37 #11 74.27 Setting up libgomp1:armhf (12.2.0-3ubuntu1) ...
11:20:37 #11 74.28 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:20:37 + cd /go/tini
11:20:37 + git checkout -q v0.19.0
11:20:37 + cmake .
11:20:37 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:37   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:37   CMake.
11:20:37 
11:20:37   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:37   CMake that the project does not need compatibility with older versions.
11:20:37 
11:20:37 
11:20:37 -- The C compiler identification is GNU 12.2.1
11:20:37 -- Detecting C compiler ABI info
11:20:37 #15 DONE 1.8s
11:20:37 
11:20:37 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:37 #16 DONE 0.0s
11:20:37 
11:20:37 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:37 #17 DONE 0.0s
11:20:37 
11:20:37 #18 exporting to image
11:20:37 #18 exporting layers
11:20:37 dpkg-buildpackage: info: source package docker-ce
11:20:37 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye
11:20:37 dpkg-buildpackage: info: source distribution bullseye
11:20:37 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:37 dpkg-buildpackage: info: host architecture arm64
11:20:37  dpkg-source -I.git --before-build .
11:20:37 #15 exporting layers 1.9s done
11:20:37 #15 writing image sha256:152f47da98ef0a51c154ee2188044f21c6e979203a1bc041e9ada90e6de710bc done
11:20:37 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
11:20:37 #15 DONE 2.0s
11:20:37 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/aarch64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:20:37 + mkdir -p /root/build-deb/cli
11:20:37 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:37 #11 70.42 Setting up libstring-copyright-perl (0.003012-1) ...
11:20:37 #11 70.44 Setting up python3-debian (0.1.43ubuntu1) ...
11:20:37 #11 70.62 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:37 #11 70.76 Setting up libdata-optlist-perl (0.112-1) ...
11:20:37 #11 70.78 Setting up libipc-run-perl (20200505.0-1) ...
11:20:37 #11 70.79 Setting up git (1:2.34.1-1ubuntu1.8) ...
11:20:37 #11 70.81 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:20:37 #11 70.82 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:37 
11:20:37 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:37 #17 DONE 0.0s
11:20:37 
11:20:37 #18 exporting to image
11:20:37 #18 exporting layers
11:20:37 #11 74.29 Setting up bzip2 (1.0.8-5build1) ...
11:20:37 #11 74.31 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:20:37 #11 74.33 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ...
11:20:37 #11 74.35 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ...
11:20:37 #11 74.36 Setting up libfakeroot:armhf (1.29-1ubuntu1) ...
11:20:37 #11 74.38 Setting up libkrb5support0:armhf (1.20-1ubuntu0.1) ...
11:20:37 #11 74.39 Setting up libnumber-compare-perl (0.03-2) ...
11:20:37 #11 74.41 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:37 #11 74.42 Setting up fakeroot (1.29-1ubuntu1) ...
11:20:37 #11 74.43 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:20:37 #11 74.43 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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.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
11:20:37 #11 74.45 Setting up autotools-dev (20220109.1) ...
11:20:37 #11 74.46 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:20:37 #11 74.49 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:20:37 -- Detecting C compiler ABI info - done
11:20:37 -- Check for working C compiler: /usr/bin/gcc - skipped
11:20:37 -- Detecting C compile features
11:20:37 -- Detecting C compile features - done
11:20:37 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:37 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:20:37 -- Configuring done
11:20:37 -- Generating done
11:20:37 -- Build files have been written to: /go/tini
11:20:37 + make tini-static
11:20:37 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:37 + mkdir -p /root/build-deb/compose
11:20:37 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:37 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:37 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:37 + mkdir -p /go/src/github.com/docker
11:20:37 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:37 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:37 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:37 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:37 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:37 + EPOCH=5
11:20:37 + EPOCH_SEP=
11:20:37 + [[ ! -z 5 ]]
11:20:37 + EPOCH_SEP=:
11:20:37 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:37 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:37 + VERSION=0.0.0-20230309110843-71615c2
11:20:37 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:37 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:37 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:37 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:37 + debSource=docker-ce
11:20:37 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:37 + debMaintainer='Docker <support@docker.com>'
11:20:37 ++ date --rfc-2822
11:20:37 + debDate='Fri, 10 Mar 2023 11:20:37 +0000'
11:20:37 + pkgRevision=1
11:20:37 + cat
11:20:37 + export CLI_GITCOMMIT=71615c2
11:20:37 + CLI_GITCOMMIT=71615c2
11:20:37 + export ENGINE_GITCOMMIT=31a9532
11:20:37 + ENGINE_GITCOMMIT=31a9532
11:20:37 + export SCAN_GITCOMMIT=6c852fa
11:20:37 + SCAN_GITCOMMIT=6c852fa
11:20:37 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:37 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:37 + dpkg-buildpackage -uc -us -I.git
11:20:37 dpkg-buildpackage: info: source package docker-ce
11:20:37 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye
11:20:37 dpkg-buildpackage: info: source distribution bullseye
11:20:37 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:37 dpkg-buildpackage: info: host architecture amd64
11:20:37  dpkg-source -I.git --before-build .
11:20:37 #12 1.153 Reading package lists...
11:20:37 #13 1.081 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:20:37 #13 1.146 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:20:37  debian/rules clean
11:20:37 dh clean --with=bash-completion
11:20:37    dh_clean
11:20:37 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:20:37 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:20:37 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:20:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2KWPAc
11:20:37 + umask 022
11:20:37 + cd /root/rpmbuild/BUILD
11:20:37 + cd /root/rpmbuild/BUILD
11:20:37 + rm -rf src
11:20:37 + /usr/bin/mkdir -p src
11:20:37 + cd src
11:20:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:37 + /usr/bin/tar -xof -
11:20:37 + mkdir -p /root/build-deb/buildx
11:20:37 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:37 #11 70.83 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:37 #11 70.84 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:37 #11 70.85 Setting up g++ (4:11.2.0-1ubuntu1) ...
11:20:37 #11 70.88 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:37 #11 70.88 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
11:20:37 #11 70.89 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
11:20:37 #11 70.90 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:37 #11 70.91 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:37 #11 70.92 Setting up librole-tiny-perl (2.002004-1) ...
11:20:37 #11 70.93 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:20:37 #11 70.95 Setting up build-essential (12.9ubuntu3) ...
11:20:37 #11 70.96 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:37 #11 70.97 Setting up libfile-homedir-perl (1.006-1) ...
11:20:37 #11 70.98 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
11:20:37 #11 70.99 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:37 #11 71.00 Setting up libsub-exporter-perl (0.988-1) ...
11:20:37 #11 71.01 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:37 #11 71.02 Setting up libhttp-message-perl (6.36-1) ...
11:20:37 #11 71.03 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:37 #11 74.51 Setting up libx11-data (2:1.8.1-2) ...
11:20:37 #11 74.53 Setting up make (4.3-4.1build1) ...
11:20:37 #11 74.54 Setting up libmpfr6:armhf (4.1.0-3build3) ...
11:20:37 #11 74.56 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:20:37 #11 74.58 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:20:37 #11 74.59 Setting up liblerc3:armhf (3.0+ds-1ubuntu1) ...
11:20:37 #11 74.61 Setting up lzip (1.23-4) ...
11:20:37 #11 74.62 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:20:37 #11 74.63 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
11:20:37 #11 74.63 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:20:37 #11 74.63 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
11:20:37 #11 74.63 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:20:37 #11 74.63 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
11:20:37 #11 74.64 Setting up strace (5.16-0ubuntu4) ...
11:20:37 #11 74.66 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
11:20:37 #11 74.67 Setting up xz-utils (5.2.5-2.1) ...
11:20:37 #11 74.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.69 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
11:20:37 #11 74.70 Setting up t1utils (1.41-4build2) ...
11:20:37 #11 74.72 Setting up diffstat (1.64-1build2) ...
11:20:37 [100%] Linking C executable tini-static
11:20:37  debian/rules clean
11:20:37 dh clean --with=bash-completion
11:20:37    dh_clean
11:20:37 #10 71.84 Setting up libhttp-negotiate-perl (6.01-2) ...
11:20:37 #10 71.85 Setting up libio-prompter-perl (0.004015-2) ...
11:20:37 #10 71.86 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:37 #10 71.88 Setting up libstdc++-12-dev:armhf (12.2.0-14) ...
11:20:37 #10 71.90 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:37 #10 71.91 Setting up libtool (2.4.7-5) ...
11:20:37 #10 71.93 Setting up po-debconf (1.0.21+nmu1) ...
11:20:37 #10 71.94 Setting up libhtml-tree-perl (5.07-3) ...
11:20:37 #10 71.95 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
11:20:37 #10 71.97 Setting up libcgi-pm-perl (4.55-1) ...
11:20:37 #10 71.98 Setting up python3 (3.11.2-1) ...
11:20:37 #11 84.03 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:37 #11 84.04 Setting up libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:20:37 #11 84.05 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:37 #11 84.06 Setting up libtool (2.4.7-4) ...
11:20:37 #11 84.08 Setting up po-debconf (1.0.21+nmu1) ...
11:20:37 #11 84.09 Setting up libhtml-tree-perl (5.07-2) ...
11:20:37 #11 84.10 Setting up libparams-classify-perl:arm64 (0.015-2) ...
11:20:37 #11 84.11 Setting up libcgi-pm-perl (4.54-1) ...
11:20:37 #11 84.12 Setting up python3 (3.10.6-1) ...
11:20:37 #10 69.25 Setting up libgpgme11:armhf (1.14.0-1+b2) ...
11:20:37 #10 69.26 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:20:37 #10 69.40 Setting up perl (5.32.1-4+deb11u2) ...
11:20:37 #10 69.42 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
11:20:37 #10 69.43 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:37 #10 69.46 Setting up libdata-dump-perl (1.23-1.1) ...
11:20:37 #10 69.47 Setting up libref-util-perl (0.204-1) ...
11:20:37 #10 69.48 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:37 #10 69.49 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:20:37 #10 69.51 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
11:20:37 #10 69.53 Setting up libvariable-magic-perl (0.62-1+b3) ...
11:20:37 #10 69.55 Setting up libio-html-perl (1.004-2) ...
11:20:37 #10 69.56 Setting up libpod-parser-perl (1.63-2) ...
11:20:37 #10 69.57 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
11:20:37 #10 69.58 Setting up liblist-moreutils-xs-perl (0.430-2) ...
11:20:37 #10 69.60 Setting up gcc-10 (10.2.1-6) ...
11:20:37 #10 69.61 Setting up libparams-util-perl (1.102-1+b1) ...
11:20:37 #10 69.62 Setting up libdpkg-perl (1.20.12) ...
11:20:37 #10 69.63 Setting up libtime-duration-perl (1.21-1) ...
11:20:37 #10 69.64 Setting up autoconf (2.69-14) ...
11:20:37 #10 69.66 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:20:37 #10 69.67 Setting up libarray-intspan-perl (2.004-1) ...
11:20:37 #10 69.69 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:37 #10 69.70 Setting up libtimedate-perl (2.3300-2) ...
11:20:37 #10 69.71 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:20:37 #10 69.72 Setting up libsub-name-perl (0.26-1+b1) ...
11:20:37 #10 69.73 Setting up libtype-tiny-xs-perl (0.022-1) ...
11:20:37 #10 69.74 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:37 #10 69.76 Setting up libproc-processtable-perl (0.59-2+b1) ...
11:20:37 #10 69.78 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:37 #10 69.79 Setting up xauth (1:1.1-1) ...
11:20:37 #10 69.80 Setting up libpath-tiny-perl (0.118-1) ...
11:20:37 #10 69.81 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:20:37 #10 69.82 Setting up libjson-perl (4.03000-1) ...
11:20:37 #10 69.84 Setting up libipc-run3-perl (0.048-2) ...
11:20:37 #10 69.85 Setting up libfcgi-perl:armhf (0.79+ds-2) ...
11:20:37 #10 69.86 Setting up libsub-override-perl (0.09-2) ...
11:20:37 #10 69.88 Setting up libaliased-perl (0.34-1.1) ...
11:20:37 #10 69.89 Setting up libstrictures-perl (2.000006-1) ...
11:20:37 #10 69.90 Setting up libsub-quote-perl (2.006006-1) ...
11:20:37 #10 69.91 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:37 #10 69.93 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
11:20:37 #10 69.94 Setting up libfontconfig1:armhf (2.13.1-4.2) ...
11:20:37 #10 69.96 Setting up libsort-versions-perl (1.62-1) ...
11:20:37 #10 69.97 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:37 #10 69.98 Setting up libre-engine-re2-perl:armhf (0.14-1) ...
11:20:37 #10 69.99 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:37 #10 70.00 Setting up libterm-readkey-perl (2.38-1+b2) ...
11:20:37 #10 70.01 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
11:20:37 #10 70.03 Setting up libperlio-gzip-perl (0.19-1+b7) ...
11:20:37 #10 70.04 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:37 #10 70.05 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:20:37 #10 70.07 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
11:20:37 #10 70.08 Setting up liburi-perl (5.08-1) ...
11:20:37 #10 70.09 Setting up libfile-touch-perl (0.11-1) ...
11:20:37 #10 70.10 Setting up python3.9 (3.9.2-1) ...
11:20:37 #10 70.81 Setting up libemail-address-xs-perl (1.04-1+b3) ...
11:20:37 #10 70.83 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:20:37 #10 70.85 Setting up automake (1:1.16.3-2) ...
11:20:37 #10 70.85 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:37 #10 70.86 Setting up libapt-pkg-perl (0.1.39) ...
11:20:37 #10 70.87 Setting up libio-sessiondata-perl (1.03-1.1) ...
11:20:37 #10 70.88 Setting up libstring-escape-perl (2010.002-2) ...
11:20:37 #10 70.90 Setting up libhttp-date-perl (6.05-1) ...
11:20:37 #10 70.91 Setting up libfile-which-perl (1.23-1) ...
11:20:37 #10 70.92 Setting up libfile-basedir-perl (0.08-1) ...
11:20:37 #10 70.93 Setting up libnumber-range-perl (0.12-1.1) ...
11:20:37 #10 70.94 Setting up libtask-weaken-perl (1.06-1) ...
11:20:37 #10 70.95 Setting up libunicode-utf8-perl (0.62-1+b2) ...
11:20:37 #10 70.96 Setting up libmouse-perl (2.5.10-1+b1) ...
11:20:37 #10 70.97 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
11:20:37 #10 70.98 Setting up g++-10 (10.2.1-6) ...
11:20:37 #10 70.99 Setting up libfile-listing-perl (6.14-1) ...
11:20:37 #10 71.01 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
11:20:37 #10 71.02 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:20:37 #10 71.03 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:37 #10 71.04 Setting up libdata-messagepack-perl (1.00-4+b1) ...
11:20:37 #10 71.05 Setting up libclass-inspector-perl (1.36-1) ...
11:20:37 #10 71.07 Setting up libfont-afm-perl (1.20-3) ...
11:20:37 #10 71.08 Setting up libwant-perl (0.29-1+b6) ...
11:20:37 #10 71.09 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:20:37 #10 71.10 Setting up libtext-glob-perl (0.11-1) ...
11:20:37 #10 71.11 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:37 #10 71.12 Setting up liblist-compare-perl (0.55-1) ...
11:20:37 #10 71.13 Setting up libref-util-xs-perl (0.117-1+b3) ...
11:20:37 #10 71.14 Setting up libio-pty-perl (1:1.15-2) ...
11:20:37 #10 71.15 Setting up libtool (2.4.6-15) ...
11:20:37 #10 71.16 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
11:20:37 #10 71.17 Setting up libsort-key-perl (1.33-2+b3) ...
11:20:37 #10 71.19 Setting up libclone-perl (0.45-1+b1) ...
11:20:37 #13 1.222 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:20:37  dpkg-source -I.git -b .
11:20:37 dpkg-source: warning: native package version may not have a revision
11:20:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:37 dpkg-source: info: using source format '1.0'
11:20:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz
11:20:37 #12 10.28 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf g++-12 armhf 12.2.0-14+rpi1 [7914 kB]
11:20:37 #18 exporting layers 4.6s done
11:20:37 #18 writing image sha256:85782ed87fafce25aae35336465cadd9b12bbbcaa63ae34e3859568f0ce16001 done
11:20:37 #18 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done
11:20:37 #18 DONE 4.6s
11:20:37 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/x86_64
11:20:37 + set -e
11:20:37 + mkdir -p /root/build-deb/engine
11:20:37 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:37 #11 71.04 Setting up libhtml-form-perl (6.07-1) ...
11:20:37 #11 71.05 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:37 #11 71.05 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:37 #11 71.06 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:37 #11 71.08 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:37 #11 71.09 Setting up libio-prompter-perl (0.004015-1) ...
11:20:37 #11 71.10 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:37 #11 71.11 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:37 #11 71.12 Setting up po-debconf (1.0.21+nmu1) ...
11:20:37 #11 71.13 Setting up libhtml-tree-perl (5.07-2) ...
11:20:37 #11 71.14 Setting up libparams-classify-perl (0.015-1build5) ...
11:20:37 #11 71.15 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:37 #11 71.16 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:37 #11 71.21 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:37 #11 71.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:37 #11 74.73 Setting up libpng16-16:armhf (1.6.38-2) ...
11:20:37 #11 74.75 Setting up libmpc3:armhf (1.2.1-2build1) ...
11:20:37 #11 74.76 Setting up libatomic1:armhf (12.2.0-3ubuntu1) ...
11:20:37 #11 74.77 Setting up patch (2.7.6-7build2) ...
11:20:37 #11 74.78 Setting up autopoint (0.21-8) ...
11:20:37 #11 74.79 Setting up fonts-dejavu-core (2.37-2build1) ...
11:20:37 #11 74.90 Setting up ucf (3.0043) ...
11:20:37 [100%] Built target tini-static
11:20:37 + mkdir -p /usr/local/bin
11:20:37 + cp tini-static /usr/local/bin/docker-init
11:20:37 + VERSION=0.0.0-20230309110843-71615c2
11:20:37 + PRODUCT=docker
11:20:37 + hack/make.sh dynbinary
11:20:37 
11:20:37  dpkg-source -I.git -b .
11:20:37 dpkg-source: warning: native package version may not have a revision
11:20:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:37 dpkg-source: info: using source format '1.0'
11:20:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz
11:20:37 #10 72.31 Setting up libhtml-format-perl (2.16-2) ...
11:20:37 #10 72.33 Setting up python3-xdg (0.28-2) ...
11:20:38 #11 84.46 Setting up libhtml-format-perl (2.16-1) ...
11:20:38 #11 84.47 Setting up python3-xdg (0.27-2) ...
11:20:38 #10 71.21 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:38 #10 71.22 Setting up libarchive-zip-perl (1.68-1) ...
11:20:38 #10 71.24 Setting up libsub-identify-perl (0.14-1+b3) ...
11:20:38 #10 71.25 Setting up libdistro-info-perl (1.0) ...
11:20:38 #10 71.26 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
11:20:38 #10 71.27 Setting up libobject-id-perl (0.1.2-2.1) ...
11:20:38 #10 71.29 Setting up libio-stringy-perl (2.111-3) ...
11:20:38 #10 71.30 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:38 #10 71.34 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:38 #10 71.36 Setting up liblog-any-perl (1.709-1) ...
11:20:38 #10 71.37 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:20:38 #10 71.38 Setting up libdevel-size-perl (0.83-1+b2) ...
11:20:38 #10 71.40 Setting up libdebhelper-perl (13.3.4) ...
11:20:38 #10 71.41 Setting up libpod-constants-perl (0.19-2) ...
11:20:38 #10 71.42 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
11:20:38 #10 71.43 Setting up libconvert-binhex-perl (1.125-1) ...
11:20:38 #10 71.45 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:38 #10 71.46 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:20:38 #10 71.47 Setting up libtry-tiny-perl (0.30-1) ...
11:20:38 #10 71.48 Setting up libtype-tiny-perl (1.012001-2) ...
11:20:38 #10 71.49 Setting up libcommon-sense-perl (3.75-1+b4) ...
11:20:38 #10 71.50 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:20:38 #10 71.51 Setting up libnet-http-perl (6.20-1) ...
11:20:38 #10 71.53 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
11:20:38 #10 71.54 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:38 #10 71.55 Setting up libtime-moment-perl (0.44-1+b3) ...
11:20:38 #13 1.298 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:20:38 #12 2.473 dh_testdir
11:20:38 #12 2.492 dh_testroot
11:20:38 #12 2.510 dh_prep
11:20:38 #12 2.532 dh_testdir
11:20:38 #12 2.551 dh_testroot
11:20:38 #12 2.569 dh_install
11:20:38 #12 2.597 dh_installdocs
11:20:38 #12 2.630 dh_installchangelogs
11:20:38 #12 2.704 dh_compress
11:20:38 + mkdir -p /root/build-deb/cli
11:20:38 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:38 #11 71.39 
11:20:38 #11 71.39 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:38 #11 71.41 Setting up dput (1.1.0ubuntu2) ...
11:20:38 + STATUS=0
11:20:38 + '[' 0 -ne 0 ']'
11:20:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:20:38 + /usr/bin/tar -xof -
11:20:38 + mkdir -p /root/build-deb/compose
11:20:38 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:38 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:38 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:38 + mkdir -p /go/src/github.com/docker
11:20:38 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:38 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:38 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:38 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:38 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:38 + EPOCH=5
11:20:38 + EPOCH_SEP=
11:20:38 + [[ ! -z 5 ]]
11:20:38 + EPOCH_SEP=:
11:20:38 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:38 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:38 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:38 + VERSION=0.0.0-20230309110843-71615c2
11:20:38 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:38 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:38 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:38 + debSource=docker-ce
11:20:38 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:38 + debMaintainer='Docker <support@docker.com>'
11:20:38 ++ date --rfc-2822
11:20:38 + debDate='Fri, 10 Mar 2023 11:20:37 +0000'
11:20:38 + pkgRevision=1
11:20:38 + cat
11:20:38 + export CLI_GITCOMMIT=71615c2
11:20:38 + CLI_GITCOMMIT=71615c2
11:20:38 + export ENGINE_GITCOMMIT=31a9532
11:20:38 + ENGINE_GITCOMMIT=31a9532
11:20:38 + export SCAN_GITCOMMIT=6c852fa
11:20:38 + SCAN_GITCOMMIT=6c852fa
11:20:38 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:38 + dpkg-buildpackage -uc -us -I.git
11:20:38 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:38 dpkg-buildpackage: info: source package docker-ce
11:20:38 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic
11:20:38 dpkg-buildpackage: info: source distribution kinetic
11:20:38 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:38 dpkg-buildpackage: info: host architecture amd64
11:20:38  dpkg-source -I.git --before-build .
11:20:38 #11 75.01 Setting up libk5crypto3:armhf (1.20-1ubuntu0.1) ...
11:20:38 #11 75.02 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:20:38 #11 75.03 Setting up libltdl7:armhf (2.4.7-4) ...
11:20:38 #11 75.05 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
11:20:38 #11 75.06 Setting up libwebp7:armhf (1.2.2-2) ...
11:20:38 #11 75.07 Setting up libfdisk1:armhf (2.38-4ubuntu1) ...
11:20:38 #11 75.08 Setting up libubsan1:armhf (12.2.0-3ubuntu1) ...
11:20:38 #11 75.10 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:20:38 #11 75.12 Setting up libmd0:armhf (1.0.4-2) ...
11:20:38 #11 75.13 Setting up python-apt-common (2.4.0+22.10) ...
11:20:38 #11 75.14 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
11:20:38 #11 75.16 Setting up libcrypt-dev:armhf (1:4.4.28-2) ...
11:20:38 #11 75.17 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:20:38 #11 75.19 Setting up libasan8:armhf (12.2.0-3ubuntu1) ...
11:20:38 #11 75.20 Setting up libuchardet0:armhf (0.0.7-1build2) ...
11:20:38 #11 75.22 Setting up lzop (1.04-2build2) ...
11:20:38 Removing bundles/
11:20:38 
11:20:38 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:38 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:38 #10 72.52 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:38 #10 72.58 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:38 #11 84.66 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:38 #11 84.72 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:38 #11 84.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:38 #10 71.56 Setting up libencode-locale-perl (1.05-1.1) ...
11:20:38 #10 71.57 Setting up python3 (3.9.2-3) ...
11:20:38 #12 2.738 dh_fixperms
11:20:38 #12 2.782 dh_installdeb
11:20:38 #12 2.809 dh_gencontrol
11:20:38 #12 2.926 dh_md5sums
11:20:38 #11 71.56 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:38 #11 71.57 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:38 #11 71.58 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:38 #11 71.59 Setting up libmailtools-perl (2.21-1) ...
11:20:38 #11 71.61 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:38 #11 71.65 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:38 #11 71.72 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:38 #11 71.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:38  debian/rules clean
11:20:38 dh clean --with=bash-completion
11:20:38    dh_clean
11:20:38 #12 10.76 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf g++ armhf 4:12.2.0-1+rpi1 [1628 B]
11:20:38 #12 10.76 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf build-essential armhf 12.9 [7704 B]
11:20:38 #12 10.76 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
11:20:38 #12 10.76 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive13 armhf 3.6.2-1 [293 kB]
11:20:38 #12 10.76 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [66.7 kB]
11:20:38 #12 10.77 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf librhash0 armhf 1.4.3-3 [142 kB]
11:20:38 #12 10.77 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libuv1 armhf 1.44.2-1+rpi1 [125 kB]
11:20:38 #12 10.77 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
11:20:38 #11 75.23 Setting up libmpdec3:armhf (2.5.1-2build2) ...
11:20:38 #11 75.24 Setting up git-man (1:2.37.2-1ubuntu1.4) ...
11:20:38 #11 75.25 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ...
11:20:38 #11 75.26 Setting up netbase (6.3) ...
11:20:38 #11 75.29 Setting up libkrb5-3:armhf (1.20-1ubuntu0.1) ...
11:20:38 #11 75.31 Setting up libbinutils:armhf (2.39-3ubuntu1.1) ...
11:20:38 #11 75.33 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:20:38 #11 75.44 Setting up libfido2-1:armhf (1.11.0-1) ...
11:20:38 #11 75.46 Setting up libisl23:armhf (0.25-1) ...
11:20:38 #11 75.47 Setting up libc-dev-bin (2.36-0ubuntu4) ...
11:20:38 #11 75.49 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:20:38 #11 75.50 Setting up libbsd0:armhf (0.11.6-1) ...
11:20:38 #11 75.52 Setting up libelf1:armhf (0.187-4) ...
11:20:38 #11 75.53 Setting up libjson-c5:armhf (0.16-1) ...
11:20:38 #11 75.55 Setting up readline-common (8.2-1) ...
11:20:38 #11 75.56 Setting up publicsuffix (20220811.1734-1) ...
11:20:38 #11 75.57 Setting up libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
11:20:38 #10 72.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:38 #10 72.77 
11:20:38 #10 72.78 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:38 #10 72.81 Setting up libfeature-compat-class-perl (0.05-1) ...
11:20:38 #10 72.82 Setting up python3-six (1.16.0-4) ...
11:20:38 #14 DONE 1.9s
11:20:38 
11:20:38 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:38 #15 DONE 0.0s
11:20:38 
11:20:38 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:38 #16 DONE 0.0s
11:20:38 
11:20:38 #17 exporting to image
11:20:38 #17 exporting layers
11:20:38 #10 71.89 Setting up libexception-class-perl (1.44-1) ...
11:20:38 #10 71.90 Setting up python3-xdg (0.27-2) ...
11:20:38 #11 84.93 
11:20:38 #11 84.93 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:38 #11 84.96 Setting up python3-six (1.16.0-4) ...
11:20:38 #11 85.11 Setting up dh-autoreconf (20) ...
11:20:38 #12 2.956 dh_builddeb
11:20:38 #12 2.977 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:38 #12 2.998 
11:20:38 #12 2.998 The package has been created.
11:20:38 #12 2.998 Attention, the package has been created in the current directory,
11:20:38 #12 2.998 not in ".." as indicated by the message above!
11:20:38 #12 3.022 Selecting previously unselected package docker-ce-build-deps.
11:20:38 #12 3.038 (Reading database ... 27522 files and directories currently installed.)
11:20:38 #12 3.040 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:38 #12 3.045 Unpacking docker-ce-build-deps (1.0) ...
11:20:38 #11 71.91 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:38 #11 71.94 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:38 #11 71.98 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:38 #11 71.99 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:20:38 #11 72.00 Setting up libdata-dpath-perl (0.58-1) ...
11:20:38 #11 72.02 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:38 #11 72.03 Setting up libpackage-stash-perl (0.39-1) ...
11:20:38 #11 72.05 Setting up libimport-into-perl (1.002005-1) ...
11:20:38 #11 72.06 Setting up libmoo-perl (2.005004-3) ...
11:20:38 #11 72.07 Setting up liblist-someutils-perl (0.58-1) ...
11:20:38 #11 72.08 Setting up debhelper (13.6ubuntu1) ...
11:20:38 #11 72.10 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:38 #11 72.11 Setting up equivs (2.3.1) ...
11:20:38 #11 72.12 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:38 #11 72.13 Setting up libb-hooks-endofscope-perl (0.25-1) ...
11:20:38  dpkg-source -I.git -b .
11:20:38 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:38 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:38 dpkg-source: warning: native package version may not have a revision
11:20:38 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:38 dpkg-source: info: using source format '1.0'
11:20:38 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz
11:20:38 #12 10.85 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf cmake armhf 3.25.1-1 [3859 kB]
11:20:38 #12 11.03 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf dh-apparmor all 3.0.8-3 [16.7 kB]
11:20:38 #12 11.04 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-8-0 armhf 10.42-1 [225 kB]
11:20:38 #12 11.04 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1 armhf 3.4-1+b2 [64.5 kB]
11:20:38 #12 11.04 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
11:20:38 #12 11.12 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
11:20:38 + mkdir -p /root/build-deb/buildx
11:20:38 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:38 + STATUS=0
11:20:38 + '[' 0 -ne 0 ']'
11:20:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:20:38 + RPM_EC=0
11:20:38 ++ jobs -p
11:20:38 + exit 0
11:20:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dnFVHw
11:20:38 + umask 022
11:20:38 + cd /root/rpmbuild/BUILD
11:20:38 + 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'
11:20:38 + export CFLAGS
11:20:38 + 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'
11:20:38 + export CXXFLAGS
11:20:38 + 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'
11:20:38 + export FFLAGS
11:20:38 + 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'
11:20:38 + export FCFLAGS
11:20:38 + 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~20230309110843.71615c2-0.fc36.aarch64.ld'
11:20:38 + export LDFLAGS
11:20:38 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:20:38 + export LT_SYS_LIBRARY_PATH
11:20:38 + CC=gcc
11:20:38 + export CC
11:20:38 + CXX=g++
11:20:38 + export CXX
11:20:38 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:20:38 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:20:38 + cd src
11:20:38 + export DOCKER_GITCOMMIT=31a9532
11:20:38 + DOCKER_GITCOMMIT=31a9532
11:20:38 + mkdir -p /go/src/github.com/docker
11:20:38 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:20:38 + pushd /root/rpmbuild/BUILD/src/engine
11:20:38 + TMP_GOPATH=/go
11:20:38 + hack/dockerfile/install/install.sh tini
11:20:38 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:20:38 + RM_GOPATH=0
11:20:38 + TMP_GOPATH=/go
11:20:38 + : /usr/local/bin
11:20:38 + '[' -z /go ']'
11:20:38 + export GOPATH=/go
11:20:38 + GOPATH=/go
11:20:38 + case "$(go env GOARCH)" in
11:20:38 ++ go env GOARCH
11:20:38 + export GO_BUILDMODE=-buildmode=pie
11:20:38 + GO_BUILDMODE=-buildmode=pie
11:20:38 ++ dirname hack/dockerfile/install/install.sh
11:20:38 + dir=hack/dockerfile/install
11:20:38 + bin=tini
11:20:38 + shift
11:20:38 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:20:38 + . hack/dockerfile/install/tini.installer
11:20:38 ++ : v0.19.0
11:20:38 + install_tini
11:20:38 + echo 'Install tini version v0.19.0'
11:20:38 + git clone https://github.com/krallin/tini.git /go/tini
11:20:38 Install tini version v0.19.0
11:20:38 Cloning into '/go/tini'...
11:20:38 #11 75.59 Setting up zstd (1.5.2+dfsg-1) ...
11:20:38 #11 75.60 Setting up libmarkdown2:armhf (2.2.7-2) ...
11:20:38 #11 75.61 Setting up libcc1-0:armhf (12.2.0-3ubuntu1) ...
11:20:38 #11 75.63 Setting up iso-codes (4.11.0-1) ...
11:20:38 #11 75.64 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:20:38 #11 75.65 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:20:38 #11 75.66 Setting up dctrl-tools (2.24-3build2) ...
11:20:38 #11 75.68 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ...
11:20:38 #11 75.69 Setting up libgdbm6:armhf (1.23-1) ...
11:20:38 #11 75.70 Setting up libctf0:armhf (2.39-3ubuntu1.1) ...
11:20:38 #11 75.72 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
11:20:38 #11 75.73 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:20:38 #11 75.75 Setting up manpages-dev (5.13-1) ...
11:20:38 #11 75.76 Setting up libdw1:armhf (0.187-4) ...
11:20:38 #11 75.77 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:20:38 #11 75.79 Setting up cpp-12 (12.2.0-3ubuntu1) ...
11:20:38 #10 72.99 Setting up dh-autoreconf (20) ...
11:20:38 #10 73.00 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:38 #10 73.02 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:38 #10 73.03 Setting up python3-gpg (1.18.0-3+b1) ...
11:20:38 #10 72.08 Setting up libconfig-tiny-perl (2.26-1) ...
11:20:38 #10 72.09 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
11:20:38 #10 72.11 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:20:38 #10 72.12 Setting up liblist-utilsby-perl (0.11-1) ...
11:20:38 #10 72.13 Setting up libstring-shellquote-perl (1.04-1) ...
11:20:38 #10 72.14 Setting up libsub-install-perl (0.928-1.1) ...
11:20:38 #10 72.15 Setting up gcc (4:10.2.1-1) ...
11:20:38 #10 72.17 Setting up dpkg-dev (1.20.12) ...
11:20:38 #10 72.19 Setting up libnumber-compare-perl (0.03-1.1) ...
11:20:38 #10 72.20 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:38 #11 85.13 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:38 #11 85.14 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:38 #11 85.15 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
11:20:38 #11 85.36 Setting up python3-certifi (2022.6.15-2) ...
11:20:38 #11 72.15 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:38 #11 72.16 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:38 #11 72.17 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:38 #11 72.19 Setting up libmoox-struct-perl (0.020-1) ...
11:20:38 #11 72.21 Setting up lintian (2.114.0ubuntu1.2) ...
11:20:38 #11 72.23 Setting up licensecheck (3.2.14-2) ...
11:20:38 #11 72.24 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:38 #11 72.25 Setting up libwww-perl (6.61-1) ...
11:20:38 #11 72.26 Setting up devscripts (2.22.1ubuntu1) ...
11:20:38 #12 11.12 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
11:20:38 #12 11.12 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
11:20:38 #12 11.14 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.1 kB]
11:20:38 #12 11.16 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libudev-dev armhf 252.5-2+rpi1 [51.8 kB]
11:20:38 #12 11.17 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libsepol-dev armhf 3.4-2 [319 kB]
11:20:38 #12 11.20 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [210 kB]
11:20:38 #12 11.20 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [201 kB]
11:20:38 #12 11.20 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.1 kB]
11:20:38 #12 11.28 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-dev armhf 10.42-1 [648 kB]
11:20:38 #12 11.29 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1-dev armhf 3.4-1+b2 [143 kB]
11:20:38 #12 11.29 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
11:20:38 #12 11.29 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
11:20:38 #12 11.30 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [161 kB]
11:20:38 #12 11.30 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp2 armhf 2.5.4-1+rpi1+b1 [46.2 kB]
11:20:38 #12 11.36 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+rpi1+b1 [86.6 kB]
11:20:38 #12 11.37 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
11:20:38 #12 11.37 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-dev armhf 252.5-2+rpi1 [352 kB]
11:20:38 + mkdir -p /root/build-deb/compose
11:20:38 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:38 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:38 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:38 + mkdir -p /go/src/github.com/docker
11:20:38 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:38 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:38 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:38 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:38 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:38 + EPOCH=5
11:20:38 + EPOCH_SEP=
11:20:38 + [[ ! -z 5 ]]
11:20:38 + EPOCH_SEP=:
11:20:38 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:38 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:38 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:38 + VERSION=0.0.0-20230309110843-71615c2
11:20:38 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:38 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:38 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:38 + debSource=docker-ce
11:20:38 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:38 + debMaintainer='Docker <support@docker.com>'
11:20:38 ++ date --rfc-2822
11:20:38 + debDate='Fri, 10 Mar 2023 11:20:38 +0000'
11:20:38 + pkgRevision=1
11:20:38 + cat
11:20:38 + export CLI_GITCOMMIT=71615c2
11:20:38 + CLI_GITCOMMIT=71615c2
11:20:38 + export ENGINE_GITCOMMIT=31a9532
11:20:38 + ENGINE_GITCOMMIT=31a9532
11:20:38 + export SCAN_GITCOMMIT=6c852fa
11:20:38 + SCAN_GITCOMMIT=6c852fa
11:20:38 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:38 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:38 + dpkg-buildpackage -uc -us -I.git
11:20:38 + cd /go/tini
11:20:38 + git checkout -q v0.19.0
11:20:38 + cmake .
11:20:38 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:20:38   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:20:38   CMake.
11:20:38 
11:20:38   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:20:38   CMake that the project does not need compatibility with older versions.
11:20:38 
11:20:38 
11:20:38 -- The C compiler identification is GNU 12.2.1
11:20:38 -- Detecting C compiler ABI info
11:20:38 #11 75.80 Setting up libxcb1:armhf (1.15-1) ...
11:20:38 #11 75.81 Setting up gettext (0.21-8) ...
11:20:38 #11 75.82 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
11:20:38 #11 76.02 Setting up libedit2:armhf (3.1-20210910-1build1) ...
11:20:38 #11 76.03 Setting up libreadline8:armhf (8.2-1) ...
11:20:38 #11 76.04 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:20:38 #10 73.22 Setting up python3-certifi (2022.9.24-1) ...
11:20:38 #10 73.38 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:38 #10 73.39 Setting up libmailtools-perl (2.21-2) ...
11:20:38 #10 73.40 Setting up python3-idna (3.3-1) ...
11:20:39 #10 72.21 Setting up liberror-perl (0.17029-1) ...
11:20:39 #10 72.23 Setting up python3-six (1.16.0-2) ...
11:20:39 #10 72.38 Setting up dh-autoreconf (20) ...
11:20:39 #10 72.39 Setting up patchutils (0.4.2-1) ...
11:20:39 #10 72.41 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:20:39 #10 72.42 Setting up libltdl-dev:armhf (2.4.6-15) ...
11:20:39 #10 72.43 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:39 #10 72.45 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:20:39 #10 72.45 Setting up libio-string-perl (1.08-3.1) ...
11:20:39 #11 85.51 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:39 #11 85.52 Setting up libmailtools-perl (2.21-1) ...
11:20:39 #11 85.53 Setting up python3-gi (3.42.2-2) ...
11:20:39 #11 72.41 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
11:20:39 #11 72.43 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:39 #11 72.47 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:39 #11 72.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:39 #11 72.65 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:39 #18 exporting layers 2.0s done
11:20:39 #18 writing image sha256:f3196c894df46e264a6fd2a945ed69276a961cdac5b77867dc71dd12b3c71ef5 done
11:20:39 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
11:20:39 #18 DONE 2.0s
11:20:39 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
11:20:39 #12 11.44 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
11:20:39 #12 11.44 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [27.8 kB]
11:20:39 #12 11.45 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
11:20:39 #12 11.45 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
11:20:39 dpkg-buildpackage: info: source package docker-ce
11:20:39 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy
11:20:39 dpkg-buildpackage: info: source distribution jammy
11:20:39 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:39 dpkg-buildpackage: info: host architecture amd64
11:20:39  dpkg-source -I.git --before-build .
11:20:39  debian/rules clean
11:20:39 dh clean --with=bash-completion
11:20:39 -- Detecting C compiler ABI info - done
11:20:39 -- Check for working C compiler: /usr/bin/gcc - skipped
11:20:39 -- Detecting C compile features
11:20:39 -- Detecting C compile features - done
11:20:39 -- Performing Test HAS_BUILTIN_FORTIFY
11:20:39 #11 76.06 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
11:20:39 #11 76.08 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:39 #29 ...
11:20:39 
11:20:39 #30 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
11:20:39 #0 2.191 hint: Using 'master' as the name for the initial branch. This default branch name
11:20:39 #0 2.191 hint: is subject to change. To configure the initial branch name to use in all
11:20:39 #0 2.191 hint: of your new repositories, which will suppress this warning, call:
11:20:39 #0 2.191 hint: 
11:20:39 #0 2.191 hint: 	git config --global init.defaultBranch <name>
11:20:39 #0 2.191 hint: 
11:20:39 #0 2.191 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:20:39 #0 2.191 hint: 'development'. The just-created branch can be renamed via this command:
11:20:39 #0 2.191 hint: 
11:20:39 #0 2.191 hint: 	git branch -m <name>
11:20:39 #0 2.193 Initialized empty Git repository in /usr/src/tini/.git/
11:20:39 #30 DONE 2.2s
11:20:39 
11:20:39 #31 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:39 #31 ...
11:20:39 
11:20:39 #32 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
11:20:39 #0 2.600 Initialized empty Git repository in /usr/src/containerd/.git/
11:20:39 #0 2.600 hint: Using 'master' as the name for the initial branch. This default branch name
11:20:39 #0 2.600 hint: is subject to change. To configure the initial branch name to use in all
11:20:39 #0 2.600 hint: of your new repositories, which will suppress this warning, call:
11:20:39 #0 2.600 hint: 
11:20:39 #0 2.600 hint: 	git config --global init.defaultBranch <name>
11:20:39 #0 2.600 hint: 
11:20:39 #0 2.600 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:20:39 #0 2.600 hint: 'development'. The just-created branch can be renamed via this command:
11:20:39 #0 2.600 hint: 
11:20:39 #0 2.600 hint: 	git branch -m <name>
11:20:39 #32 DONE 2.7s
11:20:39 #10 72.47 Setting up libreadonly-perl (2.050-3) ...
11:20:39 #10 72.48 Setting up python3-gpg (1.14.0-1+b2) ...
11:20:39 #10 72.68 Setting up python3-certifi (2020.6.20-1) ...
11:20:39 #11 85.74 Setting up python3-idna (3.3-1) ...
11:20:39 #13 1.479 Reading package lists...
11:20:39 #13 2.995 dh_testdir
11:20:39 #13 3.016 dh_testroot
11:20:39 #13 3.036 dh_prep
11:20:39 #13 3.059 dh_testdir
11:20:39 #11 72.67 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:39 #11 72.71 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:20:39 #11 72.71 Updating certificates in /etc/ssl/certs...
11:20:39 #12 11.80 debconf: delaying package configuration, since apt-utils is not installed
11:20:39 #12 11.84 Fetched 22.0 MB in 3s (8725 kB/s)
11:20:39 #12 11.86 Selecting previously unselected package libstdc++-12-dev:armhf.
11:20:39 #12 11.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 ... 18454 files and directories currently installed.)
11:20:39 #12 11.88 Preparing to unpack .../00-libstdc++-12-dev_12.2.0-14+rpi1_armhf.deb ...
11:20:39 #12 11.89 Unpacking libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
11:20:39    dh_clean
11:20:39  dpkg-source -I.git -b .
11:20:39 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:20:39 -- Configuring done
11:20:39 -- Generating done
11:20:39 -- Build files have been written to: /go/tini
11:20:39 + make tini-static
11:20:39 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:20:39 #11 76.42 Updating certificates in /etc/ssl/certs...
11:20:39 
11:20:39 #33 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.19" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:39 #12 3.088 Reading package lists...
11:20:39 #10 73.64 Setting up python3-urllib3 (1.26.12-1) ...
11:20:39 #10 73.85 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:20:39 #10 73.89 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:39 #10 73.97 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:39 #10 72.83 Setting up libfile-find-rule-perl (0.34-1) ...
11:20:39 #10 72.84 Setting up libstring-copyright-perl (0.003006-1) ...
11:20:39 #10 72.85 Setting up libgd3:armhf (2.3.0-2) ...
11:20:39 #10 72.87 Setting up python3-idna (2.10-1) ...
11:20:39 #11 85.97 Setting up python3-urllib3 (1.26.9-1) ...
11:20:39 #13 3.082 dh_testroot
11:20:39 #13 3.101 dh_install
11:20:39 #13 3.130 dh_installdocs
11:20:39 #13 3.165 dh_installchangelogs
11:20:39 #13 3.244 dh_compress
11:20:39 #13 3.280 dh_fixperms
11:20:39 #11 73.01 0 added, 0 removed; done.
11:20:39 #11 73.01 Running hooks in /etc/ca-certificates/update.d...
11:20:39 #11 73.01 done.
11:20:39 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:39 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:39 dpkg-source: warning: native package version may not have a revision
11:20:39 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:39 dpkg-source: info: using source format '1.0'
11:20:39 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz
11:20:39 + set -e
11:20:39 + mkdir -p /root/build-deb/engine
11:20:39 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:39 [100%] Linking C executable tini-static
11:20:39 #11 76.81 124 added, 0 removed; done.
11:20:39 #33 ...
11:20:39 
11:20:39 #29 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
11:20:39 #29 3.040 hint: Using 'master' as the name for the initial branch. This default branch name
11:20:39 #29 3.041 hint: is subject to change. To configure the initial branch name to use in all
11:20:39 #29 3.041 hint: of your new repositories, which will suppress this warning, call:
11:20:39 #29 3.041 hint: 
11:20:39 #29 3.041 hint: 	git config --global init.defaultBranch <name>
11:20:39 #29 3.041 hint: 
11:20:39 #29 3.041 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:20:39 #29 3.041 hint: 'development'. The just-created branch can be renamed via this command:
11:20:39 #29 3.041 hint: 
11:20:39 #29 3.041 hint: 	git branch -m <name>
11:20:39 #29 3.050 Initialized empty Git repository in /usr/src/rootlesskit/.git/
11:20:39 #29 DONE 3.1s
11:20:39 #12 3.995 Building dependency tree...
11:20:39 #12 4.180 Reading state information...
11:20:39 #12 4.212 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:39 #12 4.273 Starting 2 pkgProblemResolver with broken count: 0
11:20:39 #12 4.278 Done
11:20:39 #12 4.304  Done
11:20:39 #10 74.04 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:39 #10 73.09 Setting up libdata-optlist-perl (0.110-1.1) ...
11:20:39 #10 73.10 Setting up libipc-run-perl (20200505.0-1) ...
11:20:39 #10 73.12 Setting up git (1:2.30.2-1+deb11u2) ...
11:20:39 #10 73.15 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
11:20:39 #10 73.17 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:20:39 #11 86.17 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:39 #11 86.22 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:39 #11 86.30 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:39 #11 86.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:39 #18 exporting layers 2.4s done
11:20:39 #18 writing image sha256:b202b02b72437622640bbda71488846f8b452cc5ede09d93082bfad49bfdbca6 done
11:20:39 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
11:20:39 #18 DONE 2.4s
11:20:39 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
11:20:39 #13 3.325 dh_installdeb
11:20:39 #13 3.355 dh_gencontrol
11:20:39 #13 3.480 dh_md5sums
11:20:39 #13 3.512 dh_builddeb
11:20:39 #13 3.533 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:39 #17 exporting layers 5.6s done
11:20:39 #17 writing image sha256:7964ec9f4e87f267db8cfba16d046a8a61fe67d7e131827eeff8e8eed1cfb9c1 done
11:20:39 #17 naming to docker.io/debbuild-debian-buster/x86_64 done
11:20:39 #17 DONE 5.6s
11:20:39 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-buster:/build  debbuild-debian-buster/x86_64
11:20:39 + set -e
11:20:39 + mkdir -p /root/build-deb/engine
11:20:39 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:39 + mkdir -p /root/build-deb/cli
11:20:39 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:40 #12 12.28 Selecting previously unselected package g++-12.
11:20:40 #12 12.29 Preparing to unpack .../01-g++-12_12.2.0-14+rpi1_armhf.deb ...
11:20:40 #12 12.29 Unpacking g++-12 (12.2.0-14+rpi1) ...
11:20:40 #11 76.87 Setting up libfreetype6:armhf (2.12.1+dfsg-3) ...
11:20:40 #11 76.89 Setting up dbus (1.14.0-2ubuntu3) ...
11:20:40 #11 76.93 Setting up libgcc-12-dev:armhf (12.2.0-3ubuntu1) ...
11:20:40 #11 76.93 Setting up shared-mime-info (2.2-1) ...
11:20:40 
11:20:40 #34 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:40 #12 4.313 Starting pkgProblemResolver with broken count: 0
11:20:40 #12 4.351 Starting 2 pkgProblemResolver with broken count: 0
11:20:40 #12 4.356 Done
11:20:40 #12 4.509 The following additional packages will be installed:
11:20:40 #12 4.510   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:40 #12 4.511   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:40 #12 4.512   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:40 #12 4.512   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:40 #12 4.513   libuv1 pkg-config procps
11:20:40 #12 4.516 Suggested packages:
11:20:40 #12 4.516   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:40 #11 86.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:40 #11 86.55 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:40 #11 86.56 Setting up libconst-fast-perl (0.014-2) ...
11:20:40 #10 73.36 Setting up libcontextual-return-perl (0.004014-2) ...
11:20:40 #10 73.37 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:40 #10 73.39 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:40 #10 73.41 Setting up g++ (4:10.2.1-1) ...
11:20:40 #10 73.43 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:40 #10 73.44 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:20:40 #10 73.45 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:40 #10 73.46 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:20:40 #10 73.47 Setting up librole-tiny-perl (2.002004-1) ...
11:20:40 #10 73.48 Setting up gnupg (2.2.27-2+deb11u2) ...
11:20:40 #10 73.50 Setting up build-essential (12.9) ...
11:20:40 #10 73.52 Setting up python3-unidiff (0.5.5-2) ...
11:20:40 #10 74.17 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:40 #10 74.20 Setting up dh-strip-nondeterminism (1.13.1-1) ...
11:20:40 #10 74.22 Setting up libconst-fast-perl (0.014-2) ...
11:20:40 #10 74.23 Setting up libhttp-daemon-perl (6.16-1) ...
11:20:40 #10 74.25 Setting up python3-unidiff (0.7.3-1) ...
11:20:40 + set -e
11:20:40 + mkdir -p /root/build-deb/engine
11:20:40 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:40 #13 3.554 
11:20:40 #13 3.554 The package has been created.
11:20:40 #13 3.554 Attention, the package has been created in the current directory,
11:20:40 #13 3.554 not in ".." as indicated by the message above!
11:20:40 #13 3.603 Selecting previously unselected package docker-ce-build-deps.
11:20:40 #13 3.619 (Reading database ... 26046 files and directories currently installed.)
11:20:40 #13 3.620 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:40 #13 3.624 Unpacking docker-ce-build-deps (1.0) ...
11:20:40 + mkdir -p /root/build-deb/cli
11:20:40 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:40 + mkdir -p /root/build-deb/buildx
11:20:40 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:40 #12 4.775 The following NEW packages will be installed:
11:20:40 #12 4.776   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:20:40 #12 4.776   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
11:20:40 #12 4.777   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
11:20:40 #12 4.777   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:20:40 #12 4.778   libuv1 pkg-config procps
11:20:40 [100%] Built target tini-static
11:20:40 + mkdir -p /usr/local/bin
11:20:40 + cp tini-static /usr/local/bin/docker-init
11:20:40 + VERSION=0.0.0-20230309110843-71615c2
11:20:40 + PRODUCT=docker
11:20:40 + hack/make.sh dynbinary
11:20:40 
11:20:40 Removing bundles/
11:20:40 
11:20:40 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:40 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:40 #11 86.68 Setting up libhttp-daemon-perl (6.14-1.1) ...
11:20:40 #11 86.69 Setting up python3-unidiff (0.7.3-1) ...
11:20:40 #11 86.85 Setting up lsb-release (11.2ubuntu1) ...
11:20:40 #10 73.70 Setting up lsb-release (11.1.0) ...
11:20:40 #10 74.49 Setting up libdata-dpath-perl (0.58-2) ...
11:20:40 #10 73.72 Setting up libfont-ttf-perl (1.06-1.1) ...
11:20:40 #10 73.73 Setting up libfile-homedir-perl (1.006-1) ...
11:20:40 #10 73.74 Setting up python3-magic (2:0.4.20-3) ...
11:20:40 #10 73.90 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:20:40 #10 73.91 Setting up pristine-tar (1.49) ...
11:20:40 #10 74.50 Setting up python3-magic (2:0.4.26-3) ...
11:20:40 #10 74.70 Setting up g++-12 (12.2.0-14) ...
11:20:40 #10 74.72 Setting up python3-pkg-resources (66.1.1-1) ...
11:20:40 + mkdir -p /root/build-deb/buildx
11:20:40 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:40 #17 exporting layers 6.2s done
11:20:40 #17 writing image sha256:facd9c7c03bc84baa0aac98159bb4338d299005da400e4316e99703fbb602411 done
11:20:40 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
11:20:40 #17 DONE 6.2s
11:20:40 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
11:20:40 + set -e
11:20:40 + mkdir -p /root/build-deb/engine
11:20:40 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:40 #12 5.054 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:40 #12 5.054 1 not fully installed or removed.
11:20:40 #12 5.054 Need to get 8017 kB of archives.
11:20:40 #12 5.054 After this operation, 28.6 MB of additional disk space will be used.
11:20:40 #12 5.054 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
11:20:40 #12 5.060 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB]
11:20:40 #12 5.079 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
11:20:40 #12 5.081 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
11:20:40 #12 5.085 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [277 kB]
11:20:40 #12 5.089 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
11:20:40 #12 5.090 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB]
11:20:40 #12 5.093 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB]
11:20:40 #12 5.095 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB]
11:20:40 #12 5.126 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
11:20:40 #12 5.128 Get:11 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
11:20:40 #12 5.131 Get:12 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
11:20:40 #12 5.134 Get:13 http://deb.debian.org/debian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.4 kB]
11:20:40 #12 5.136 Get:14 http://deb.debian.org/debian buster/main armhf libudev-dev armhf 241-7~deb10u8 [110 kB]
11:20:40 #12 5.138 Get:15 http://deb.debian.org/debian buster/main armhf libsepol1-dev armhf 2.8-1 [318 kB]
11:20:40 #12 5.142 Get:16 http://deb.debian.org/debian buster/main armhf libpcre16-3 armhf 2:8.39-12 [238 kB]
11:20:40 #12 5.145 Get:17 http://deb.debian.org/debian buster/main armhf libpcre32-3 armhf 2:8.39-12 [231 kB]
11:20:40 #12 5.148 Get:18 http://deb.debian.org/debian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
11:20:40 #12 5.151 Get:19 http://deb.debian.org/debian buster/main armhf libpcre3-dev armhf 2:8.39-12 [585 kB]
11:20:40 #12 5.157 Get:20 http://deb.debian.org/debian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [162 kB]
11:20:40 #11 87.09 Setting up libdata-dpath-perl (0.58-1) ...
11:20:40 #11 87.10 Setting up python3-magic (2:0.4.26-2) ...
11:20:40 #11 DONE 73.9s
11:20:40 
11:20:40 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:40 #12 DONE 0.0s
11:20:40 
11:20:40 #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
11:20:40 #34 ...
11:20:40 
11:20:40 #35 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
11:20:40 #0 3.695 hint: Using 'master' as the name for the initial branch. This default branch name
11:20:40 #0 3.695 hint: is subject to change. To configure the initial branch name to use in all
11:20:40 #0 3.695 hint: of your new repositories, which will suppress this warning, call:
11:20:40 #0 3.695 hint: 
11:20:40 #0 3.695 hint: 	git config --global init.defaultBranch <name>
11:20:40 #0 3.695 hint: 
11:20:40 #0 3.695 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:20:40 #0 3.695 hint: 'development'. The just-created branch can be renamed via this command:
11:20:40 #0 3.695 hint: 
11:20:40 #0 3.695 hint: 	git branch -m <name>
11:20:40 #0 3.699 Initialized empty Git repository in /usr/src/runc/.git/
11:20:40 #35 DONE 3.9s
11:20:40 #17 exporting layers 7.6s done
11:20:40 #17 writing image sha256:70c237fc5f130e2e53cc1975613bf493dea8634a60f04d57c487e091a209d7b0 done
11:20:40 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
11:20:40 #17 DONE 7.6s
11:20:40 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
11:20:40 + set -e
11:20:40 + mkdir -p /root/build-deb/engine
11:20:40 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:40 #10 73.92 Setting up libio-socket-ssl-perl (2.069-1) ...
11:20:40 #10 73.94 Setting up libsub-exporter-perl (0.987-1) ...
11:20:40 #10 73.95 Setting up libc-devtools (2.31-13+deb11u5) ...
11:20:40 #10 73.96 Setting up libalgorithm-merge-perl (0.08-3) ...
11:20:40 #10 73.99 Setting up libhttp-message-perl (6.28-1) ...
11:20:40 #10 74.00 Setting up libhtml-form-perl (6.07-1) ...
11:20:40 #10 74.01 Setting up python3-pkg-resources (52.0.0-4) ...
11:20:40 + mkdir -p /root/build-deb/cli
11:20:40 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:40 + mkdir -p /root/build-deb/compose
11:20:40 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:40 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:40 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:40 + mkdir -p /go/src/github.com/docker
11:20:40 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:40 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:40 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:40 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:40 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:40 + EPOCH=5
11:20:40 + EPOCH_SEP=
11:20:40 + [[ ! -z 5 ]]
11:20:40 + EPOCH_SEP=:
11:20:40 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:40 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:40 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:40 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:40 + VERSION=0.0.0-20230309110843-71615c2
11:20:40 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:40 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:40 + debSource=docker-ce
11:20:40 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:40 + debMaintainer='Docker <support@docker.com>'
11:20:40 ++ date --rfc-2822
11:20:40 + debDate='Fri, 10 Mar 2023 11:20:40 +0000'
11:20:40 + pkgRevision=1
11:20:40 + cat
11:20:40 + export CLI_GITCOMMIT=71615c2
11:20:40 + CLI_GITCOMMIT=71615c2
11:20:40 + export ENGINE_GITCOMMIT=31a9532
11:20:40 + ENGINE_GITCOMMIT=31a9532
11:20:40 + export SCAN_GITCOMMIT=6c852fa
11:20:40 + SCAN_GITCOMMIT=6c852fa
11:20:40 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:40 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:40 + dpkg-buildpackage -uc -us -I.git
11:20:40 dpkg-buildpackage: info: source package docker-ce
11:20:40 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy
11:20:40 dpkg-buildpackage: info: source distribution jammy
11:20:40 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:40  dpkg-source -I.git --before-build .
11:20:40 dpkg-buildpackage: info: host architecture arm64
11:20:40 #12 5.160 Get:21 http://deb.debian.org/debian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
11:20:40 #12 5.161 Get:22 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB]
11:20:40 #12 5.163 Get:23 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 [322 kB]
11:20:40 #12 5.166 Get:24 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB]
11:20:40 #12 5.351 debconf: delaying package configuration, since apt-utils is not installed
11:20:40 #12 5.388 Fetched 8017 kB in 0s (21.6 MB/s)
11:20:40 #12 13.12 Selecting previously unselected package g++.
11:20:40 #12 13.12 Preparing to unpack .../02-g++_4%3a12.2.0-1+rpi1_armhf.deb ...
11:20:40 #12 13.13 Unpacking g++ (4:12.2.0-1+rpi1) ...
11:20:40 #12 13.16 Selecting previously unselected package build-essential.
11:20:40 #12 13.16 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
11:20:40 #12 13.16 Unpacking build-essential (12.9) ...
11:20:40 #12 13.20 Selecting previously unselected package bash-completion.
11:20:40 #12 13.21 Preparing to unpack .../04-bash-completion_1%3a2.11-6_all.deb ...
11:20:40 #12 13.22 Unpacking bash-completion (1:2.11-6) ...
11:20:40 #11 87.26 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
11:20:40 #11 87.27 Setting up g++-12 (12.2.0-3ubuntu1) ...
11:20:40 #11 87.29 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:20:40 
11:20:40 #36 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:40 + mkdir -p /root/build-deb/cli
11:20:40 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:40 #10 74.27 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:20:40 #10 74.28 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:20:40 #10 74.30 Setting up libjson-xs-perl (4.030-1+b1) ...
11:20:40 #10 74.31 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:40 #10 74.32 Setting up libio-prompter-perl (0.004015-1) ...
11:20:40 #10 74.33 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:20:40 #10 75.06 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:40 #10 75.07 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:40 #10 75.09 Setting up python3-apt (2.5.3) ...
11:20:41 + mkdir -p /root/build-deb/buildx
11:20:41 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:41 + mkdir -p /root/build-deb/compose
11:20:41 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:41 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:41 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:41 + mkdir -p /go/src/github.com/docker
11:20:41 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:41 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:41 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:41 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:41 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:41 + EPOCH=5
11:20:41 + EPOCH_SEP=
11:20:41 + [[ ! -z 5 ]]
11:20:41 + EPOCH_SEP=:
11:20:41 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:41 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 + VERSION=0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:41 + debSource=docker-ce
11:20:41 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:41 + debMaintainer='Docker <support@docker.com>'
11:20:41 ++ date --rfc-2822
11:20:41 + debDate='Fri, 10 Mar 2023 11:20:40 +0000'
11:20:41 + pkgRevision=1
11:20:41 + cat
11:20:41 + export CLI_GITCOMMIT=71615c2
11:20:41 + CLI_GITCOMMIT=71615c2
11:20:41 + export ENGINE_GITCOMMIT=31a9532
11:20:41 + ENGINE_GITCOMMIT=31a9532
11:20:41 + export SCAN_GITCOMMIT=6c852fa
11:20:41 + SCAN_GITCOMMIT=6c852fa
11:20:41 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 + dpkg-buildpackage -uc -us -I.git
11:20:41 dpkg-buildpackage: info: source package docker-ce
11:20:41 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.10~buster
11:20:41 dpkg-buildpackage: info: source distribution buster
11:20:41 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:41  dpkg-source -I.git --before-build .
11:20:41 dpkg-buildpackage: info: host architecture amd64
11:20:41  debian/rules clean
11:20:41 dh clean --with=bash-completion
11:20:41 #12 5.418 Selecting previously unselected package bash-completion.
11:20:41 #12 5.418 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:41 #12 5.441 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
11:20:41 + mkdir -p /root/build-deb/cli
11:20:41 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:41 #12 13.36 Selecting previously unselected package libarchive13:armhf.
11:20:41 #12 13.36 Preparing to unpack .../05-libarchive13_3.6.2-1_armhf.deb ...
11:20:41 #12 13.37 Unpacking libarchive13:armhf (3.6.2-1) ...
11:20:41 #12 13.46 Selecting previously unselected package libjsoncpp25:armhf.
11:20:41 #12 13.46 Preparing to unpack .../06-libjsoncpp25_1.9.5-4_armhf.deb ...
11:20:41 #12 13.46 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
11:20:41 #12 13.50 Selecting previously unselected package librhash0:armhf.
11:20:41 #12 13.50 Preparing to unpack .../07-librhash0_1.4.3-3_armhf.deb ...
11:20:41 #12 13.51 Unpacking librhash0:armhf (1.4.3-3) ...
11:20:41 #12 13.55 Selecting previously unselected package libuv1:armhf.
11:20:41 #12 13.55 Preparing to unpack .../08-libuv1_1.44.2-1+rpi1_armhf.deb ...
11:20:41 #11 87.50 Setting up python3-dbus (1.2.18-3build1) ...
11:20:41 + mkdir -p /root/build-deb/buildx
11:20:41 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:41 #10 74.34 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:41 #10 74.35 Setting up python3-apt (2.2.1) ...
11:20:41 #10 74.58 Setting up po-debconf (1.0.21+nmu1) ...
11:20:41 #10 74.60 Setting up libhtml-tree-perl (5.07-2) ...
11:20:41 #10 74.61 Setting up libparams-classify-perl (0.015-1+b3) ...
11:20:41 #10 74.63 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:20:41 #10 74.64 Setting up libhtml-format-perl (2.12-1.1) ...
11:20:41 #10 74.66 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:20:41 #10 75.32 Setting up python3-charset-normalizer (3.0.1-2) ...
11:20:41 #10 75.50 Setting up libpackage-stash-perl (0.40-1) ...
11:20:41 #10 75.51 Setting up libimport-into-perl (1.002005-2) ...
11:20:41 #10 75.52 Setting up libmoo-perl (2.005005-1) ...
11:20:41 #10 75.54 Setting up liblist-someutils-perl (0.59-1) ...
11:20:41 #10 75.55 Setting up debhelper (13.11.4) ...
11:20:41 #10 75.56 Setting up libmime-tools-perl (5.510-1) ...
11:20:41 + mkdir -p /root/build-deb/compose
11:20:41 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:41 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:41  debian/rules clean
11:20:41 dh clean --with=bash-completion
11:20:41    dh_clean
11:20:41    dh_clean
11:20:41  dpkg-source -I.git -b .
11:20:41 + mkdir -p /root/build-deb/buildx
11:20:41 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:41 #12 13.56 Unpacking libuv1:armhf (1.44.2-1+rpi1) ...
11:20:41 #12 13.61 Selecting previously unselected package cmake-data.
11:20:41 #12 13.61 Preparing to unpack .../09-cmake-data_3.25.1-1_all.deb ...
11:20:41 #12 13.62 Unpacking cmake-data (3.25.1-1) ...
11:20:41 #11 87.68 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:41 #11 87.69 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:41 #11 87.70 Setting up python3-apt (2.4.0+22.10) ...
11:20:41 #11 87.90 Setting up libpackage-stash-perl (0.40-1) ...
11:20:41 #10 74.72 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:41 #10 74.83 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:41 #10 74.96 
11:20:41 #10 74.96 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:41 #10 75.58 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ...
11:20:41 #10 75.59 Setting up python3-chardet (5.1.0+dfsg-2) ...
11:20:41 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:41 + mkdir -p /go/src/github.com/docker
11:20:41 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:41 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:41 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:41 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:41 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:41 + EPOCH=5
11:20:41 + EPOCH_SEP=
11:20:41 + [[ ! -z 5 ]]
11:20:41 + EPOCH_SEP=:
11:20:41 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:41 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 + VERSION=0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:41 + debSource=docker-ce
11:20:41 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:41 + debMaintainer='Docker <support@docker.com>'
11:20:41 ++ date --rfc-2822
11:20:41 + debDate='Fri, 10 Mar 2023 11:20:41 +0000'
11:20:41 + pkgRevision=1
11:20:41 + cat
11:20:41 + export CLI_GITCOMMIT=71615c2
11:20:41 + CLI_GITCOMMIT=71615c2
11:20:41 + export ENGINE_GITCOMMIT=31a9532
11:20:41 + ENGINE_GITCOMMIT=31a9532
11:20:41 + export SCAN_GITCOMMIT=6c852fa
11:20:41 + SCAN_GITCOMMIT=6c852fa
11:20:41 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 + dpkg-buildpackage -uc -us -I.git
11:20:41 dpkg-buildpackage: info: source package docker-ce
11:20:41 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal
11:20:41 dpkg-buildpackage: info: source distribution focal
11:20:41 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:41  dpkg-source -I.git --before-build .
11:20:41 dpkg-buildpackage: info: host architecture arm64
11:20:41 #13 0.865 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
11:20:41 #13 0.929 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
11:20:41 #13 1.004 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
11:20:41 #13 3.715 Reading package lists...
11:20:41 #13 4.798 Building dependency tree...
11:20:41 #13 5.013 Reading state information...
11:20:41 #13 5.058 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:41 #13 5.160 Starting 2 pkgProblemResolver with broken count: 0
11:20:41  dpkg-source -I.git -b .
11:20:41 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:41 dpkg-source: info: using source format '1.0'
11:20:41 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz
11:20:41 #12 5.981 Unpacking bash-completion (1:2.8-6) ...
11:20:41 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:41 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:41 dpkg-source: warning: native package version may not have a revision
11:20:41 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:41 dpkg-source: info: using source format '1.0'
11:20:41 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz
11:20:41 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc
11:20:41  debian/rules build
11:20:41 dh build --with=bash-completion
11:20:41    dh_update_autotools_config
11:20:41    dh_autoreconf
11:20:41    debian/rules override_dh_auto_build
11:20:41 make[1]: Entering directory '/root/build-deb'
11:20:41 # Build the daemon and dependencies
11:20:41 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:41 
11:20:41 Removing bundles/
11:20:41 
11:20:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:41 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:41 #11 87.91 Setting up libimport-into-perl (1.002005-2) ...
11:20:41 #11 87.92 Setting up libmoo-perl (2.005004-3) ...
11:20:41 #11 87.94 Setting up python3-bcrypt (3.2.0-1build1) ...
11:20:41 #11 88.10 Setting up liblist-someutils-perl (0.58-1) ...
11:20:41 #11 88.11 Setting up debhelper (13.9.1ubuntu1) ...
11:20:41 #11 88.13 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:41 #11 88.14 Setting up python3-chardet (4.0.0-2) ...
11:20:41 #10 75.01 Setting up python3-chardet (4.0.0-1) ...
11:20:41 #10 75.97 Setting up python3-debian (0.1.49) ...
11:20:41 + mkdir -p /root/build-deb/compose
11:20:41 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:41 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:41 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:41 + mkdir -p /go/src/github.com/docker
11:20:41 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:41 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:41 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:41 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:41 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:41 + EPOCH=5
11:20:41 + EPOCH_SEP=
11:20:41 + [[ ! -z 5 ]]
11:20:41 + EPOCH_SEP=:
11:20:41 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:41 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 + VERSION=0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:41 + debSource=docker-ce
11:20:41 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:41 + debMaintainer='Docker <support@docker.com>'
11:20:41 ++ date --rfc-2822
11:20:41 + debDate='Fri, 10 Mar 2023 11:20:41 +0000'
11:20:41 + pkgRevision=1
11:20:41 + cat
11:20:41 + export CLI_GITCOMMIT=71615c2
11:20:41 + CLI_GITCOMMIT=71615c2
11:20:41 + export ENGINE_GITCOMMIT=31a9532
11:20:41 + ENGINE_GITCOMMIT=31a9532
11:20:41 + export SCAN_GITCOMMIT=6c852fa
11:20:41 + SCAN_GITCOMMIT=6c852fa
11:20:41 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 + dpkg-buildpackage -uc -us -I.git
11:20:41 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 dpkg-buildpackage: info: source package docker-ce
11:20:41 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster
11:20:41 dpkg-buildpackage: info: source distribution buster
11:20:41 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:41  dpkg-source -I.git --before-build .
11:20:41 dpkg-buildpackage: info: host architecture armhf
11:20:41  debian/rules clean
11:20:41 dh clean --with=bash-completion
11:20:41    dh_clean
11:20:41 #13 1.078 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
11:20:41 #13 5.165 Done
11:20:41 #13 5.218  Done
11:20:41 #13 5.237 Starting pkgProblemResolver with broken count: 0
11:20:41 #13 5.300 Starting 2 pkgProblemResolver with broken count: 0
11:20:41 #13 5.304 Done
11:20:41 #12 14.15 Selecting previously unselected package cmake.
11:20:41 #12 14.16 Preparing to unpack .../10-cmake_3.25.1-1_armhf.deb ...
11:20:41 #12 14.16 Unpacking cmake (3.25.1-1) ...
11:20:41 #12 6.117 Selecting previously unselected package cmake-data.
11:20:41 #12 6.120 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
11:20:41 #12 6.126 Unpacking cmake-data (3.13.4-1) ...
11:20:41 #12 6.523 Selecting previously unselected package libprocps7:armhf.
11:20:41 #12 6.523 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ...
11:20:41 + mkdir -p /root/build-deb/compose
11:20:41 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:41 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:41 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:41 + mkdir -p /go/src/github.com/docker
11:20:41 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:41 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:41 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:41 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:41 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:41 + EPOCH=5
11:20:41 + EPOCH_SEP=
11:20:41 + [[ ! -z 5 ]]
11:20:41 + EPOCH_SEP=:
11:20:41 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:41 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:41 + VERSION=0.0.0-20230309110843-71615c2
11:20:41 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:41 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:41 + debSource=docker-ce
11:20:41 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:41 + debMaintainer='Docker <support@docker.com>'
11:20:41 ++ date --rfc-2822
11:20:41 + debDate='Fri, 10 Mar 2023 11:20:41 +0000'
11:20:41 + pkgRevision=1
11:20:41 + cat
11:20:41 + export CLI_GITCOMMIT=71615c2
11:20:41 + CLI_GITCOMMIT=71615c2
11:20:41 + export ENGINE_GITCOMMIT=31a9532
11:20:41 + ENGINE_GITCOMMIT=31a9532
11:20:41 + export SCAN_GITCOMMIT=6c852fa
11:20:41 + SCAN_GITCOMMIT=6c852fa
11:20:41 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:41 + dpkg-buildpackage -uc -us -I.git
11:20:41 dpkg-buildpackage: info: source package docker-ce
11:20:41 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye
11:20:41 dpkg-buildpackage: info: source distribution bullseye
11:20:41 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:41  dpkg-source -I.git --before-build .
11:20:41 dpkg-buildpackage: info: host architecture armhf
11:20:41 #10 75.31 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:20:41 #10 75.32 Setting up libmodule-runtime-perl (0.016-1) ...
11:20:41 #10 75.34 Setting up libmailtools-perl (2.21-1) ...
11:20:41 #10 75.35 Setting up python3-debian (0.1.39) ...
11:20:41 #10 76.19 Setting up python3-requests (2.28.1+dfsg-1) ...
11:20:41 #10 76.39 Setting up equivs (2.3.1) ...
11:20:41 #10 76.40 Setting up g++ (4:12.2.0-3) ...
11:20:41 #10 76.42 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:41 #10 76.42 Setting up build-essential (12.9) ...
11:20:41  debian/rules clean
11:20:41 dh clean --with=bash-completion
11:20:42  dpkg-source -I.git -b .
11:20:42 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:42 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:42 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:42 dpkg-source: info: using source format '1.0'
11:20:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz
11:20:42 #13 5.545 The following additional packages will be installed:
11:20:42 #13 5.545   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:42 #13 5.546   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:42 #13 5.546   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:42 #13 5.546   libselinux1-dev libsepol1-dev libsystemd-dev libsystemd0 libudev-dev
11:20:42 #13 5.547   libudev1 libuv1 pkg-config
11:20:42 #13 5.549 Suggested packages:
11:20:42 #13 5.549   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:20:42 #13 5.549 Recommended packages:
11:20:42 #13 5.549   dmsetup
11:20:42 #12 14.59 Selecting previously unselected package dh-apparmor.
11:20:42 #12 14.59 Preparing to unpack .../11-dh-apparmor_3.0.8-3_all.deb ...
11:20:42 #12 6.531 Unpacking libprocps7:armhf (2:3.3.15-2) ...
11:20:42 #12 6.586 Selecting previously unselected package procps.
11:20:42 #12 6.590 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ...
11:20:42 #12 6.599 Unpacking procps (2:3.3.15-2) ...
11:20:42 #12 6.673 Selecting previously unselected package libarchive13:armhf.
11:20:42 #12 6.676 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
11:20:42 #12 6.681 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
11:20:42 #12 6.737 Selecting previously unselected package libjsoncpp1:armhf.
11:20:42 #12 6.737 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ...
11:20:42 #12 6.741 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
11:20:42 #12 6.791 Selecting previously unselected package librhash0:armhf.
11:20:42 #12 6.791 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ...
11:20:42  debian/rules clean
11:20:42 dh clean --with=bash-completion
11:20:42 #11 88.46 Setting up python3-cryptography (3.4.8-2) ...
11:20:42 #10 75.52 Setting up python3-requests (2.25.1+dfsg-2) ...
11:20:42 #10 76.44 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:42 #10 76.45 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:42 #10 76.46 Setting up dput (1.1.3) ...
11:20:42 #10 76.63 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:42 #10 76.66 Setting up libstring-license-perl (0.0.2-1) ...
11:20:42 #10 76.67 Setting up licensecheck (3.3.5-1) ...
11:20:42 #10 76.69 Setting up libgitlab-api-v4-perl (0.26-3) ...
11:20:42    dh_clean
11:20:42 #13 5.613 The following NEW packages will be installed:
11:20:42 #13 5.614   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
11:20:42 #13 5.614   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
11:20:42 #13 5.615   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
11:20:42 #13 5.616   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:20:42 #13 5.618 The following packages will be upgraded:
11:20:42 #13 5.619   libsystemd0 libudev1
11:20:42 #12 14.60 Unpacking dh-apparmor (3.0.8-3) ...
11:20:42 #12 14.63 Preparing to unpack .../12-libpcre2-8-0_10.42-1_armhf.deb ...
11:20:42 #12 14.64 Unpacking libpcre2-8-0:armhf (10.42-1) over (10.40-3) ...
11:20:42 #12 14.79 Setting up libpcre2-8-0:armhf (10.42-1) ...
11:20:42 #12 6.796 Unpacking librhash0:armhf (1.3.8-1) ...
11:20:42 #12 6.847 Selecting previously unselected package libuv1:armhf.
11:20:42 #12 6.847 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ...
11:20:42 #12 6.851 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
11:20:42 #12 6.898 Selecting previously unselected package cmake.
11:20:42 #12 6.898 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ...
11:20:42 #12 6.903 Unpacking cmake (3.13.4-1) ...
11:20:42    dh_clean
11:20:42 #11 88.75 Setting up python3-debian (0.1.46) ...
11:20:42 #11 88.96 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:42 #10 75.70 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:20:42 #10 75.75 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:42 #10 75.83 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:42 #10 75.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:42 #10 76.70 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:42 #10 76.72 Setting up libwww-perl (6.67-1) ...
11:20:42 #10 76.74 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:42 #10 76.75 Setting up libdigest-md5-file-perl (0.08-1.1) ...
11:20:42 #10 76.77 Setting up libwww-mechanize-perl (2.16-1) ...
11:20:42 #10 76.78 Setting up devscripts (2.23.2) ...
11:20:42 #10 76.97 Setting up libxml-parser-perl (2.46-4) ...
11:20:42  dpkg-source -I.git -b .
11:20:42 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:42 dpkg-source: info: using source format '1.0'
11:20:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.tar.gz
11:20:42 #13 6.035 2 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
11:20:42 #13 6.035 1 not fully installed or removed.
11:20:42 #13 6.035 Need to get 7584 kB of archives.
11:20:42 #13 6.035 After this operation, 29.1 MB of additional disk space will be used.
11:20:42 #13 6.035 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
11:20:42 #12 14.92 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23363 files and directories currently installed.)
11:20:42 #12 14.93 Preparing to unpack .../libselinux1_3.4-1+b2_armhf.deb ...
11:20:42 #12 14.94 Unpacking libselinux1:armhf (3.4-1+b2) over (3.4-1+b1) ...
11:20:42 #12 14.99 Setting up libselinux1:armhf (3.4-1+b2) ...
11:20:42 #12 7.251 Selecting previously unselected package dh-apparmor.
11:20:42 #12 7.255 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
11:20:42 #12 7.259 Unpacking dh-apparmor (2.13.2-10) ...
11:20:42 #12 7.294 Selecting previously unselected package dmsetup.
11:20:42 #12 7.297 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_armhf.deb ...
11:20:42  dpkg-source -I.git -b .
11:20:42 dpkg-source: warning: native package version may not have a revision
11:20:42 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:42 dpkg-source: info: using source format '1.0'
11:20:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.tar.gz
11:20:42 #11 89.14 Setting up equivs (2.3.1) ...
11:20:42 #11 89.15 Setting up g++ (4:12.2.0-1ubuntu1) ...
11:20:42 #11 89.18 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:42 #11 89.18 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
11:20:42 #11 89.18 Setting up build-essential (12.9ubuntu3) ...
11:20:42 #11 89.20 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:42 #11 89.21 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:42 #11 89.22 Setting up python3-nacl (1.5.0-2) ...
11:20:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc
11:20:42  debian/rules build
11:20:42 dh build --with=bash-completion
11:20:42 #10 76.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:42 #10 76.05 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:20:42 #10 76.07 Setting up libconst-fast-perl (0.014-1.1) ...
11:20:42 #10 76.08 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
11:20:42 #10 76.09 Setting up libdata-dpath-perl (0.58-1) ...
11:20:42 #10 76.11 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:20:42 #10 76.12 Setting up libpackage-stash-perl (0.39-1) ...
11:20:42 #10 76.14 Setting up libimport-into-perl (1.002005-1) ...
11:20:42 #10 76.15 Setting up libmoo-perl (2.004004-1) ...
11:20:42 #10 76.17 Setting up liblist-someutils-perl (0.58-1) ...
11:20:42 #10 76.18 Setting up debhelper (13.3.4) ...
11:20:42 #13 1.176 Reading package lists...
11:20:42 #10 76.98 Setting up lintian (2.116.3) ...
11:20:42 #10 77.00 Setting up libxml-sax-expat-perl (0.51-2) ...
11:20:42 #10 77.05 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:42 #10 77.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:42 #10 77.23 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:42 #13 6.393 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
11:20:42 #12 15.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 ... 23363 files and directories currently installed.)
11:20:42 #12 15.05 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
11:20:42 #12 15.06 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:20:42 #12 7.301 Unpacking dmsetup (2:1.02.155-3) ...
11:20:42 #12 7.354 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:42 #12 7.358 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
11:20:42 #12 7.371 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:20:42 #12 7.428 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:42 #12 7.432 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
11:20:42 #12 7.436 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
11:20:42 #12 7.476 Selecting previously unselected package libudev-dev:armhf.
11:20:42 #12 7.480 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_armhf.deb ...
11:20:42 #12 7.488 Unpacking libudev-dev:armhf (241-7~deb10u8) ...
11:20:42 #11 89.40 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
11:20:42    dh_update_autotools_config
11:20:42    dh_autoreconf
11:20:42 #10 76.19 Setting up libmime-tools-perl (5.509-1) ...
11:20:42 #10 76.21 Setting up dput (1.1.0) ...
11:20:42 #10 76.40 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
11:20:42 #10 76.41 Setting up equivs (2.3.1) ...
11:20:42 #10 76.42 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:20:42 #10 76.43 Setting up libparams-validate-perl:armhf (1.30-1+b1) ...
11:20:42 #10 76.44 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
11:20:43 #10 77.28 Setting up libsoap-lite-perl (1.27-2) ...
11:20:43 #10 77.30 Setting up libxmlrpc-lite-perl (0.717-5) ...
11:20:43 #10 77.31 Processing triggers for libc-bin (2.36-8) ...
11:20:43 #10 77.35 Processing triggers for ca-certificates (20211016) ...
11:20:43 #12 7.547 Selecting previously unselected package libsepol1-dev:armhf.
11:20:43 #12 7.551 Preparing to unpack .../14-libsepol1-dev_2.8-1_armhf.deb ...
11:20:43 #12 7.558 Unpacking libsepol1-dev:armhf (2.8-1) ...
11:20:43 #12 7.633 Selecting previously unselected package libpcre16-3:armhf.
11:20:43 #12 7.637 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_armhf.deb ...
11:20:43 #12 7.641 Unpacking libpcre16-3:armhf (2:8.39-12) ...
11:20:43 #12 7.696 Selecting previously unselected package libpcre32-3:armhf.
11:20:43 #12 7.700 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_armhf.deb ...
11:20:43 #12 7.706 Unpacking libpcre32-3:armhf (2:8.39-12) ...
11:20:43 #12 7.753 Selecting previously unselected package libpcrecpp0v5:armhf.
11:20:43 #12 7.757 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
11:20:43 #12 7.762 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
11:20:43 #11 89.54 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
11:20:43 #11 89.54 Setting up dput (1.1.2ubuntu2) ...
11:20:43 #11 89.72 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:43 #11 89.74 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
11:20:43    debian/rules override_dh_auto_build
11:20:43 make[1]: Entering directory '/root/build-deb'
11:20:43 # Build the daemon and dependencies
11:20:43 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:43 
11:20:43 Removing bundles/
11:20:43 
11:20:43 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:43 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:43 #10 76.46 Setting up libnamespace-clean-perl (0.27-1) ...
11:20:43 #10 76.47 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
11:20:43 #10 76.50 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:20:43 #10 76.51 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:43 #10 76.52 Setting up libmoox-struct-perl (0.020-1) ...
11:20:43 #10 76.53 Setting up lintian (2.104.0) ...
11:20:43 #10 76.55 Setting up licensecheck (3.1.1-2) ...
11:20:43 #10 76.57 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:43 #10 76.58 Setting up libwww-perl (6.52-1) ...
11:20:43 #10 76.59 Setting up devscripts (2.21.3+deb11u1) ...
11:20:43 #10 77.36 Updating certificates in /etc/ssl/certs...
11:20:43 #11 79.77 Setting up libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
11:20:43 #11 79.79 Setting up libsystemd-shared:armhf (251.4-1ubuntu7.1) ...
11:20:43 #11 79.80 Setting up libgdbm-compat4:armhf (1.23-1) ...
11:20:43 #11 79.82 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ...
11:20:43 #11 79.83 Setting up libssh-4:armhf (0.9.6-2build1) ...
11:20:43 #11 79.84 Setting up dwz (0.14-1build2) ...
11:20:43 #11 79.88 Setting up groff-base (1.22.4-8build1) ...
11:20:43 #11 79.89 Setting up cpp (4:12.2.0-1ubuntu1) ...
11:20:43 #11 79.91 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:20:43 #11 79.92 Setting up debugedit (1:5.0-5) ...
11:20:43 #11 79.93 Setting up libcurl4:armhf (7.85.0-1ubuntu0.3) ...
11:20:43 #11 79.95 Setting up libx11-6:armhf (2:1.8.1-2) ...
11:20:43 #11 79.96 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
11:20:43 #11 79.97 Setting up libtiff5:armhf (4.4.0-4ubuntu3.3) ...
11:20:43 #11 80.04 Setting up curl (7.85.0-1ubuntu0.3) ...
11:20:43 #11 80.05 Setting up binutils-arm-linux-gnueabihf (2.39-3ubuntu1.1) ...
11:20:43 #11 80.06 Setting up libxmuu1:armhf (2:1.1.3-3) ...
11:20:43 #11 80.08 Setting up gpg (2.2.35-3ubuntu1) ...
11:20:43 #11 80.09 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:20:43 #11 80.10 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:20:43 #11 80.11 Setting up libperl5.34:armhf (5.34.0-5ubuntu1.1) ...
11:20:43 #11 80.13 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:20:43 #11 80.27 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:20:43 #13 2.472 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:43 #13 2.472 dpkg-buildpackage: info: source version 1.0
11:20:43 #13 2.472 dpkg-buildpackage: info: source distribution unstable
11:20:43 #13 2.472 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:43 #13 2.505 dpkg-buildpackage: info: host architecture armhf
11:20:43 #13 2.505  dpkg-source --before-build .
11:20:43 #13 2.606  debian/rules clean
11:20:43 #13 2.608 dh clean
11:20:43 #13 2.687    dh_clean
11:20:43 #13 2.718  debian/rules binary
11:20:43 #13 2.720 dh binary
11:20:43 #13 2.788    dh_update_autotools_config
11:20:43 #13 2.816    dh_autoreconf
11:20:43 #13 2.857    create-stamp debian/debhelper-build-stamp
11:20:43 #13 2.857    dh_prep
11:20:43 #13 6.655 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
11:20:43 #13 6.670 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
11:20:43 #13 6.673 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
11:20:43 #13 6.679 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
11:20:43 #13 6.684 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake armhf 3.16.3-1ubuntu1.20.04.1 [3014 kB]
11:20:43 #13 6.823 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
11:20:43 #13 6.825 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev1 armhf 245.4-4ubuntu3.20 [67.6 kB]
11:20:43 #13 6.827 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
11:20:43 #13 6.832 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
11:20:43 #12 7.807 Selecting previously unselected package libpcre3-dev:armhf.
11:20:43 #12 7.810 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_armhf.deb ...
11:20:43 #12 7.815 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
11:20:43 #12 7.911 Selecting previously unselected package libselinux1-dev:armhf.
11:20:43 #12 7.915 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_armhf.deb ...
11:20:43 #12 7.921 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
11:20:43 #12 7.984 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:43 #12 7.988 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
11:20:43 #12 7.998 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
11:20:43 #12 15.88 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
11:20:43 #12 15.89 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:20:43 #12 15.94 Setting up libudev1:armhf (252.5-2+rpi1) ...
11:20:43 #12 15.98 Selecting previously unselected package dmsetup.
11:20:43 #12 15.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23363 files and directories currently installed.)
11:20:43 #10 77.67 0 added, 0 removed; done.
11:20:43 #10 77.67 Running hooks in /etc/ca-certificates/update.d...
11:20:43 #10 77.67 done.
11:20:43 #10 76.77 Setting up libxml-parser-perl:armhf (2.46-2) ...
11:20:43 #10 76.78 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:43 #10 76.83 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:43 #10 76.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:43 #10 77.01 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:43 #10 77.07 Setting up libsoap-lite-perl (1.27-1) ...
11:20:43 #11 80.39 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:20:43 #11 80.51 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:20:43 #13 2.885    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:43 #13 2.937    dh_install
11:20:43 #13 2.970    dh_installdocs
11:20:43 #13 3.008    dh_installchangelogs
11:20:43 #13 3.093    dh_perl
11:20:43 #13 6.982 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.20 [19.7 kB]
11:20:43 #13 7.138 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
11:20:43 #12 8.031 Selecting previously unselected package libseccomp-dev:armhf.
11:20:43 #12 8.035 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_armhf.deb ...
11:20:43 #12 8.039 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
11:20:43 #12 8.074 Selecting previously unselected package libsystemd-dev:armhf.
11:20:43 #12 8.078 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_armhf.deb ...
11:20:43 #12 8.081 Unpacking libsystemd-dev:armhf (241-7~deb10u8) ...
11:20:43 #12 8.191 Selecting previously unselected package pkg-config.
11:20:43 #12 8.192 Preparing to unpack .../23-pkg-config_0.29-6_armhf.deb ...
11:20:43 #12 8.196 Unpacking pkg-config (0.29-6) ...
11:20:43 #12 8.252 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
11:20:43 #12 8.266 Setting up libseccomp-dev:armhf (2.3.3-4) ...
11:20:43 #12 8.278 Setting up libpcre16-3:armhf (2:8.39-12) ...
11:20:43 #12 8.290 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
11:20:43 #12 15.99 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_armhf.deb ...
11:20:43 #12 16.00 Unpacking dmsetup (2:1.02.185-2) ...
11:20:43 #12 16.04 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:43 #12 16.04 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
11:20:43 #12 16.04 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:20:43 #12 16.08 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:43 #12 16.09 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
11:20:43 #12 16.09 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
11:20:43 #12 16.12 Selecting previously unselected package libudev-dev:armhf.
11:20:43 #12 16.12 Preparing to unpack .../03-libudev-dev_252.5-2+rpi1_armhf.deb ...
11:20:43 #12 16.12 Unpacking libudev-dev:armhf (252.5-2+rpi1) ...
11:20:43 #12 16.16 Selecting previously unselected package libsepol-dev:armhf.
11:20:43 #12 16.16 Preparing to unpack .../04-libsepol-dev_3.4-2_armhf.deb ...
11:20:43 #12 16.16 Unpacking libsepol-dev:armhf (3.4-2) ...
11:20:43 #12 16.22 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:43 #11 89.97 Setting up licensecheck (3.3.0-1) ...
11:20:43 #11 89.98 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:43 #11 90.00 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:43 #11 90.01 Setting up libwww-perl (6.67-1) ...
11:20:43 #11 90.02 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:43 #11 90.03 Setting up libwww-mechanize-perl (2.14-2) ...
11:20:43 #11 90.04 Setting up devscripts (2.22.2ubuntu3) ...
11:20:43 #10 DONE 78.2s
11:20:43 
11:20:43 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:43 #11 DONE 0.0s
11:20:43 #10 77.09 Setting up libxmlrpc-lite-perl (0.717-4) ...
11:20:43 #10 77.11 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:43 #10 77.14 Processing triggers for ca-certificates (20210119) ...
11:20:43 #10 77.15 Updating certificates in /etc/ssl/certs...
11:20:43 #11 80.63 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:20:43 #11 80.64 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.10.1) ...
11:20:43 #11 80.65 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
11:20:43 #11 80.72 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:20:43 #11 80.72 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
11:20:43 #11 80.73 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:20:43 #11 80.73 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
11:20:43 #11 80.73 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:20:43 #11 80.73 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
11:20:43 #11 80.74 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:20:43 #11 80.75 Setting up libxext6:armhf (2:1.3.4-1build1) ...
11:20:43 #11 80.76 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.3) ...
11:20:43 #11 80.77 Setting up systemd (251.4-1ubuntu7.1) ...
11:20:43 #11 80.81 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:20:43 #11 80.81 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:20:43 #11 80.81 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:20:43 #11 80.81 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:20:43 #11 80.82 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:20:43 #11 80.82 Initializing machine ID from D-Bus machine ID.
11:20:43 #13 3.129    dh_link
11:20:43 #13 3.165    dh_strip_nondeterminism
11:20:43 #13 3.226    dh_compress
11:20:43 #13 3.264    dh_fixperms
11:20:43 #13 3.302    dh_missing
11:20:43 #13 3.329    dh_installdeb
11:20:43 #13 7.410 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-16-0 armhf 10.34-7ubuntu0.1 [156 kB]
11:20:43 #13 7.453 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-32-0 armhf 10.34-7ubuntu0.1 [147 kB]
11:20:43 #13 7.483 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-posix2 armhf 10.34-7ubuntu0.1 [5356 B]
11:20:43 #13 7.484 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-dev armhf 10.34-7ubuntu0.1 [599 kB]
11:20:43 #12 8.301 Setting up libprocps7:armhf (2:3.3.15-2) ...
11:20:43 #12 8.312 Setting up libsepol1-dev:armhf (2.8-1) ...
11:20:43 #12 8.323 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
11:20:43 #12 8.334 Setting up bash-completion (1:2.8-6) ...
11:20:43 #12 16.23 Preparing to unpack .../05-libpcre2-16-0_10.42-1_armhf.deb ...
11:20:43 #12 16.23 Unpacking libpcre2-16-0:armhf (10.42-1) ...
11:20:43 #12 16.28 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:43 #12 16.28 Preparing to unpack .../06-libpcre2-32-0_10.42-1_armhf.deb ...
11:20:43 #12 16.28 Unpacking libpcre2-32-0:armhf (10.42-1) ...
11:20:43 #12 16.33 Selecting previously unselected package libpcre2-posix3:armhf.
11:20:43 #12 16.33 Preparing to unpack .../07-libpcre2-posix3_10.42-1_armhf.deb ...
11:20:43 #12 16.34 Unpacking libpcre2-posix3:armhf (10.42-1) ...
11:20:43 #12 16.36 Selecting previously unselected package libpcre2-dev:armhf.
11:20:43 #12 16.36 Preparing to unpack .../08-libpcre2-dev_10.42-1_armhf.deb ...
11:20:43 #12 16.37 Unpacking libpcre2-dev:armhf (10.42-1) ...
11:20:43 #12 16.44 Selecting previously unselected package libselinux1-dev:armhf.
11:20:43 #11 90.30 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
11:20:43 #11 90.31 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:43 #11 90.36 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:43 #11 90.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:44 
11:20:44 #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
11:20:44 #10 77.48 0 added, 0 removed; done.
11:20:44 #10 77.48 Running hooks in /etc/ca-certificates/update.d...
11:20:44 #10 77.48 done.
11:20:44 #11 81.01 Setting up binutils (2.39-3ubuntu1.1) ...
11:20:44 #11 81.02 Setting up man-db (2.10.2-2) ...
11:20:44 #11 81.12 Building database of manual pages ...
11:20:44 #13 3.363    dh_gencontrol
11:20:44 #13 3.481    dh_md5sums
11:20:44 #13 3.513    dh_builddeb
11:20:44 #13 3.539 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:44 #13 3.623  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
11:20:44 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc
11:20:44  debian/rules build
11:20:44 dh build --with=bash-completion
11:20:44    dh_update_autotools_config
11:20:44 #13 7.557 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
11:20:44 #13 7.569 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
11:20:44 #13 7.571 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
11:20:44 #13 7.577 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd0 armhf 245.4-4ubuntu3.20 [247 kB]
11:20:44 #13 7.594 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.20 [246 kB]
11:20:44 #12 16.45 Preparing to unpack .../09-libselinux1-dev_3.4-1+b2_armhf.deb ...
11:20:44 #12 16.45 Unpacking libselinux1-dev:armhf (3.4-1+b2) ...
11:20:44 #12 16.50 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:44 #12 16.50 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
11:20:44 #12 16.50 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
11:20:44 #12 16.54 Selecting previously unselected package libltdl7:armhf.
11:20:44 #12 16.54 Preparing to unpack .../11-libltdl7_2.4.7-5_armhf.deb ...
11:20:44 #12 16.54 Unpacking libltdl7:armhf (2.4.7-5) ...
11:20:44 #12 16.57 Selecting previously unselected package libltdl-dev:armhf.
11:20:44 #12 16.57 Preparing to unpack .../12-libltdl-dev_2.4.7-5_armhf.deb ...
11:20:44 #12 16.58 Unpacking libltdl-dev:armhf (2.4.7-5) ...
11:20:44 #12 16.63 Preparing to unpack .../13-libseccomp2_2.5.4-1+rpi1+b1_armhf.deb ...
11:20:44 #12 16.64 Unpacking libseccomp2:armhf (2.5.4-1+rpi1+b1) over (2.5.4-1+rpi1) ...
11:20:44 #12 16.68 Setting up libseccomp2:armhf (2.5.4-1+rpi1+b1) ...
11:20:44 #11 90.55 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:44 #11 90.58 Processing triggers for sgml-base (1.30) ...
11:20:44 #11 90.61 Setting up libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
11:20:44 #11 90.63 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:44 #11 90.66 Setting up lintian (2.115.3ubuntu2.1) ...
11:20:44 #11 90.68 Setting up libgd3:arm64 (2.3.3-6) ...
11:20:44 #11 90.70 Setting up libc-devtools (2.36-0ubuntu4) ...
11:20:44 #11 90.71 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:44 #11 90.72 Updating certificates in /etc/ssl/certs...
11:20:44 #11 81.33 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
11:20:44 #11 81.37 Setting up libgpgme11:armhf (1.17.1-4.1ubuntu1) ...
11:20:44 #13 3.771  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
11:20:44    dh_autoreconf
11:20:44    debian/rules override_dh_auto_build
11:20:44 make[1]: Entering directory '/root/build-deb'
11:20:44 # Build the daemon and dependencies
11:20:44 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:44 
11:20:44 #13 7.758 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
11:20:44 #12 16.71 Selecting previously unselected package libseccomp-dev:armhf.
11:20:44 #12 16.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 ... 23932 files and directories currently installed.)
11:20:44 #12 16.73 Preparing to unpack .../libseccomp-dev_2.5.4-1+rpi1+b1_armhf.deb ...
11:20:44 #12 16.74 Unpacking libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
11:20:44 #12 16.78 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
11:20:44 #12 16.79 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:20:44 #12 8.896 Setting up libpcre32-3:armhf (2:8.39-12) ...
11:20:44 #12 8.906 Setting up pkg-config (0.29-6) ...
11:20:44 #12 8.955 Setting up libudev-dev:armhf (241-7~deb10u8) ...
11:20:44 #12 8.975 Setting up librhash0:armhf (1.3.8-1) ...
11:20:44 #12 8.989 Setting up procps (2:3.3.15-2) ...
11:20:44 #12 9.014 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
11:20:44 #12 9.028 Setting up cmake-data (3.13.4-1) ...
11:20:44 #12 9.041 Setting up dh-apparmor (2.13.2-10) ...
11:20:44 #12 9.077 Setting up libsystemd-dev:armhf (241-7~deb10u8) ...
11:20:44 #12 9.088 Setting up libjsoncpp1:armhf (1.7.4-3) ...
11:20:44 #12 9.097 Setting up libpcre3-dev:armhf (2:8.39-12) ...
11:20:44 #12 9.111 Setting up cmake (3.13.4-1) ...
11:20:44 #12 9.127 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
11:20:44 #11 81.38 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:20:44 #11 81.51 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:20:44 #11 81.53 Setting up perl (5.34.0-5ubuntu1.1) ...
11:20:44 #11 81.55 Setting up libpackage-stash-xs-perl:armhf (0.30-1) ...
11:20:44 #11 81.57 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:20:44 #11 81.58 Setting up libxs-parse-keyword-perl (0.25-1) ...
11:20:44 #11 81.59 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
11:20:44 #11 81.60 Setting up libdata-dump-perl (1.25-1) ...
11:20:44 #11 81.61 Setting up gcc-12 (12.2.0-3ubuntu1) ...
11:20:44 #13 3.850 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:44 #13 3.852  dpkg-source --after-build .
11:20:44 #13 3.952 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:44 #13 3.956 
11:20:44 #13 3.956 The package has been created.
11:20:44 #13 3.956 Attention, the package has been created in the current directory,
11:20:44 #13 3.956 not in ".." as indicated by the message above!
11:20:44 #13 3.998 Selecting previously unselected package docker-ce-build-deps.
11:20:44 #13 4.012 (Reading database ... 25294 files and directories currently installed.)
11:20:44 #13 4.013 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:44 #13 4.016 Unpacking docker-ce-build-deps (1.0) ...
11:20:44 #10 DONE 77.9s
11:20:44 
11:20:44 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:20:44 #11 DONE 0.1s
11:20:44 
11:20:44 #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
11:20:44 Removing bundles/
11:20:44 
11:20:44 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:44 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:44 #13 8.064 debconf: delaying package configuration, since apt-utils is not installed
11:20:44 #13 8.119 Fetched 7584 kB in 2s (3376 kB/s)
11:20:44 #13 8.145 Selecting previously unselected package bash-completion.
11:20:44 #13 8.145 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:44 #13 8.161 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
11:20:44 #12 16.94 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
11:20:44 #12 16.98 Selecting previously unselected package libsystemd-dev:armhf.
11:20:44 #12 16.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23975 files and directories currently installed.)
11:20:44 #12 16.99 Preparing to unpack .../libsystemd-dev_252.5-2+rpi1_armhf.deb ...
11:20:44 #12 16.99 Unpacking libsystemd-dev:armhf (252.5-2+rpi1) ...
11:20:44 #12 17.07 Selecting previously unselected package libpkgconf3:armhf.
11:20:44 #12 17.07 Preparing to unpack .../libpkgconf3_1.8.1-1_armhf.deb ...
11:20:44 #12 17.07 Unpacking libpkgconf3:armhf (1.8.1-1) ...
11:20:44 #12 17.10 Selecting previously unselected package pkgconf-bin.
11:20:44 #12 17.10 Preparing to unpack .../pkgconf-bin_1.8.1-1_armhf.deb ...
11:20:44 #12 17.11 Unpacking pkgconf-bin (1.8.1-1) ...
11:20:44 #12 17.14 Selecting previously unselected package pkgconf:armhf.
11:20:44 #12 17.14 Preparing to unpack .../pkgconf_1.8.1-1_armhf.deb ...
11:20:44 #12 17.14 Unpacking pkgconf:armhf (1.8.1-1) ...
11:20:44 #12 17.18 Selecting previously unselected package pkg-config:armhf.
11:20:44 #12 17.18 Preparing to unpack .../pkg-config_1.8.1-1_armhf.deb ...
11:20:44 #12 9.140 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:20:44 #12 9.151 Setting up dmsetup (2:1.02.155-3) ...
11:20:44 #12 9.163 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
11:20:44 #12 9.176 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
11:20:44 #12 9.190 Setting up docker-ce-build-deps (1.0) ...
11:20:44 #12 9.208 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:20:44 #12 9.227 Processing triggers for man-db (2.8.5-2) ...
11:20:44 #11 91.22 0 added, 0 removed; done.
11:20:44 #11 91.22 Running hooks in /etc/ca-certificates/update.d...
11:20:44 #11 91.22 done.
11:20:44 #11 91.23 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:44 #11 81.63 Setting up libfile-find-rule-perl (0.34-2) ...
11:20:44 #11 81.64 Setting up libref-util-perl (0.204-1) ...
11:20:44 #11 81.66 Setting up libipc-system-simple-perl (1.30-1) ...
11:20:44 #11 81.67 Setting up libnet-domain-tld-perl (1.75-2) ...
11:20:44 #11 81.68 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:20:44 #11 81.69 Setting up libsocket6-perl (0.29-2) ...
11:20:44 #11 81.71 Setting up systemd-timesyncd (251.4-1ubuntu7.1) ...
11:20:44 #12 0.894 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:20:44 #12 0.894 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:20:44 #12 0.894 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:20:44 #12 17.18 Unpacking pkg-config:armhf (1.8.1-1) ...
11:20:44 #12 17.21 Setting up libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
11:20:44 #12 17.22 Setting up libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
11:20:44 #12 17.23 Setting up libarchive13:armhf (3.6.2-1) ...
11:20:44 #12 17.25 Setting up libpcre2-16-0:armhf (10.42-1) ...
11:20:44 #12 17.25 Setting up libpcre2-32-0:armhf (10.42-1) ...
11:20:44 #12 17.26 Setting up libpkgconf3:armhf (1.8.1-1) ...
11:20:44 #12 17.27 Setting up libuv1:armhf (1.44.2-1+rpi1) ...
11:20:44 #12 17.28 Setting up bash-completion (1:2.11-6) ...
11:20:44 #12 17.30 Setting up udev (252.5-2+rpi1) ...
11:20:45 #17 exporting layers 5.7s done
11:20:45 #17 writing image sha256:83f39d6bc511d05982dd4b2a1c11c92f3f8143de4c6c2cd9d154f2bc50ca5fff done
11:20:45 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
11:20:45 #17 DONE 5.7s
11:20:45 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
11:20:45 + set -e
11:20:45 + mkdir -p /root/build-deb/engine
11:20:45 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:45 + mkdir -p /root/build-deb/cli
11:20:45 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:45 #11 81.93 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:45 #11 81.93 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:20:45 #11 81.94 Setting up libvariable-magic-perl (0.62-2) ...
11:20:45 #11 81.95 Setting up libio-html-perl (1.004-3) ...
11:20:45 #11 81.96 Setting up libpod-parser-perl (1.65-1) ...
11:20:45 #11 81.98 Setting up libb-hooks-op-check-perl:armhf (0.22-2) ...
11:20:45 #11 81.99 Setting up liblist-moreutils-xs-perl (0.430-3) ...
11:20:45 #11 82.00 Setting up libparams-util-perl (1.102-1build3) ...
11:20:45 #11 82.01 Setting up libdpkg-perl (1.21.9ubuntu1) ...
11:20:45 #11 82.03 Setting up libtime-duration-perl (1.21-1) ...
11:20:45 #11 82.04 Setting up autoconf (2.71-2) ...
11:20:45 #11 82.06 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
11:20:45 #11 82.07 Setting up libarray-intspan-perl (2.004-2) ...
11:20:45 #11 82.08 Setting up libcapture-tiny-perl (0.48-1) ...
11:20:45 #11 82.09 Setting up libtimedate-perl (2.3300-2) ...
11:20:45 #11 82.10 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:20:45 #11 82.11 Setting up libsub-name-perl:armhf (0.26-2) ...
11:20:45 #11 82.12 Setting up libtype-tiny-xs-perl:armhf (0.022-2) ...
11:20:45 #11 82.13 Setting up libsyntax-keyword-try-perl (0.27-1) ...
11:20:45 #11 82.15 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:20:45 #11 82.16 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
11:20:45 #11 82.17 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:20:45 #11 82.18 Setting up xauth (1:1.1.1-1) ...
11:20:45 #11 82.19 Setting up libpath-tiny-perl (0.122-1) ...
11:20:45 #11 82.21 Setting up libarchive-cpio-perl (0.10-2) ...
11:20:45 #11 82.22 Setting up libjson-perl (4.09000-1) ...
11:20:45 #11 82.23 Setting up libnsl2:armhf (1.3.0-2build2) ...
11:20:45 #11 82.25 Setting up libipc-run3-perl (0.048-2) ...
11:20:45 #13 8.723 Unpacking bash-completion (1:2.10-1ubuntu1) ...
11:20:45 #13 8.835 Selecting previously unselected package cmake-data.
11:20:45 #13 8.835 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
11:20:45 + mkdir -p /root/build-deb/buildx
11:20:45 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:45 #11 82.26 Setting up libregexp-wildcards-perl (1.05-3) ...
11:20:45 #11 82.28 Setting up libfcgi-perl:armhf (0.82+ds-1build1) ...
11:20:45 #11 82.29 Setting up libsub-override-perl (0.09-3) ...
11:20:45 #11 82.30 Setting up libaliased-perl (0.34-2) ...
11:20:45 #11 82.31 Setting up libstrictures-perl (2.000006-1) ...
11:20:45 #11 82.32 Setting up libsub-quote-perl (2.006006-1) ...
11:20:45 #11 82.33 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:20:45 #11 82.35 Setting up libclass-xsaccessor-perl (1.19-4) ...
11:20:45 #11 82.38 Setting up libsort-versions-perl (1.62-2) ...
11:20:45 #11 82.40 Setting up libexporter-tiny-perl (1.002002-1) ...
11:20:45 #11 82.42 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
11:20:45 #11 82.47 Setting up libfile-dirlist-perl (0.05-2) ...
11:20:45 #11 82.50 Setting up libterm-readkey-perl (2.38-2) ...
11:20:45 #13 8.841 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:45 #12 0.794 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:20:45 #12 0.795 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:20:45 #12 0.796 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:20:45 #12 18.02 invoke-rc.d: could not determine current runlevel
11:20:45 #11 82.52 Setting up libtext-levenshteinxs-perl (0.03-5) ...
11:20:45 #11 82.53 Setting up libperlio-gzip-perl (0.20-1) ...
11:20:45 #11 82.54 Setting up libsys-hostname-long-perl (1.5-2) ...
11:20:45 #11 82.55 Setting up libhtml-html5-entities-perl (0.004-2) ...
11:20:45 #11 82.56 Setting up libsereal-decoder-perl (4.025+ds-1) ...
11:20:45 #11 82.57 Setting up liburi-perl (5.12-1ubuntu1) ...
11:20:45 #11 82.58 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:20:45 #11 82.59 Setting up libfile-touch-perl (0.12-1) ...
11:20:45 #11 82.60 Setting up systemd-resolved (251.4-1ubuntu7.1) ...
11:20:45 #11 82.71 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
11:20:45 #12 DONE 10.3s
11:20:45 
11:20:45 #13 [stage-1 5/8] COPY sources/ /sources
11:20:45 #13 9.154 Selecting previously unselected package libarchive13:armhf.
11:20:45 #13 9.158 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
11:20:45 #13 9.166 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:20:45 #13 9.218 Selecting previously unselected package libjsoncpp1:armhf.
11:20:45 #13 9.221 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
11:20:45 #13 9.225 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:20:45 #13 9.259 Selecting previously unselected package librhash0:armhf.
11:20:45 #13 9.262 Preparing to unpack .../4-librhash0_1.3.9-1_armhf.deb ...
11:20:45 #13 9.265 Unpacking librhash0:armhf (1.3.9-1) ...
11:20:45 #13 9.304 Selecting previously unselected package libuv1:armhf.
11:20:45 #13 9.307 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
11:20:45 #13 9.310 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:20:45 #13 9.339 Selecting previously unselected package cmake.
11:20:45 #13 9.347 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_armhf.deb ...
11:20:45 #13 9.350 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:45 #13 4.103 Reading package lists...
11:20:45 #12 18.03 invoke-rc.d: policy-rc.d denied execution of restart.
11:20:45 #12 18.04 Setting up libjsoncpp25:armhf (1.9.5-4) ...
11:20:45 #12 18.05 Setting up libudev-dev:armhf (252.5-2+rpi1) ...
11:20:45 #12 18.06 Setting up libsepol-dev:armhf (3.4-2) ...
11:20:45 #12 18.07 Setting up pkgconf-bin (1.8.1-1) ...
11:20:45 #12 18.08 Setting up libltdl7:armhf (2.4.7-5) ...
11:20:45 #12 18.09 Setting up libpcre2-posix3:armhf (10.42-1) ...
11:20:45 #12 18.10 Setting up librhash0:armhf (1.4.3-3) ...
11:20:45 #12 18.11 Setting up cmake-data (3.25.1-1) ...
11:20:45 #12 18.12 Setting up dh-apparmor (3.0.8-3) ...
11:20:45 #12 18.13 Setting up libsystemd-dev:armhf (252.5-2+rpi1) ...
11:20:45 #12 18.14 Setting up g++-12 (12.2.0-14+rpi1) ...
11:20:45 #12 18.15 Setting up libpcre2-dev:armhf (10.42-1) ...
11:20:45 #12 18.16 Setting up libselinux1-dev:armhf (3.4-1+b2) ...
11:20:45 #12 18.17 Setting up pkgconf:armhf (1.8.1-1) ...
11:20:45 #12 18.18 Setting up libltdl-dev:armhf (2.4.7-5) ...
11:20:45 #12 18.18 Setting up pkg-config:armhf (1.8.1-1) ...
11:20:45 #12 18.19 Setting up g++ (4:12.2.0-1+rpi1) ...
11:20:45 #12 18.22 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:45 #12 18.22 Setting up cmake (3.25.1-1) ...
11:20:45 #12 18.23 Setting up build-essential (12.9) ...
11:20:45 + mkdir -p /root/build-deb/compose
11:20:45 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:45 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:45 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:45 + mkdir -p /go/src/github.com/docker
11:20:45 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:45 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:45 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:45 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:45 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:45 + EPOCH=5
11:20:45 + EPOCH_SEP=
11:20:45 + [[ ! -z 5 ]]
11:20:45 + EPOCH_SEP=:
11:20:45 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:45 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:45 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:45 + VERSION=0.0.0-20230309110843-71615c2
11:20:45 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:45 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:45 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:45 + debSource=docker-ce
11:20:45 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:45 + debMaintainer='Docker <support@docker.com>'
11:20:45 ++ date --rfc-2822
11:20:45 + debDate='Fri, 10 Mar 2023 11:20:45 +0000'
11:20:45 + pkgRevision=1
11:20:45 + cat
11:20:45 + export CLI_GITCOMMIT=71615c2
11:20:45 + CLI_GITCOMMIT=71615c2
11:20:45 + export ENGINE_GITCOMMIT=31a9532
11:20:45 + ENGINE_GITCOMMIT=31a9532
11:20:45 + export SCAN_GITCOMMIT=6c852fa
11:20:45 + SCAN_GITCOMMIT=6c852fa
11:20:45 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:45 + dpkg-buildpackage -uc -us -I.git
11:20:45 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:45 #11 82.71 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
11:20:45 #11 82.71 Cannot take a backup of /etc/resolv.conf.
11:20:45 #11 82.71 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:20:45 #11 82.71 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
11:20:45 #11 82.85 Setting up libemail-address-xs-perl (1.05-1) ...
11:20:45 #11 82.86 Setting up libnet-ssleay-perl:armhf (1.92-2) ...
11:20:45 #11 82.87 Setting up automake (1:1.16.5-1.3) ...
11:20:45 #11 82.88 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:20:45 #11 82.88 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
11:20:45 #11 82.88 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
11:20:45 #11 82.89 Setting up libapt-pkg-perl (0.1.40build2) ...
11:20:45 #11 82.90 Setting up libstring-escape-perl (2010.002-2) ...
11:20:45 #11 82.92 Setting up libberkeleydb-perl:armhf (0.64-1build3) ...
11:20:45 #11 82.93 Setting up libhttp-date-perl (6.05-1) ...
11:20:45 #11 82.94 Setting up libfile-which-perl (1.27-1) ...
11:20:45 #11 82.95 Setting up libfile-basedir-perl (0.09-1) ...
11:20:45 #12 1.144 Reading package lists...
11:20:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc
11:20:45  debian/rules build
11:20:45 dh build --with=bash-completion
11:20:45    dh_update_autotools_config
11:20:45    dh_autoreconf
11:20:45    debian/rules override_dh_auto_build
11:20:45 make[1]: Entering directory '/root/build-deb'
11:20:45 # Build the daemon and dependencies
11:20:45 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:45 
11:20:45 Removing bundles/
11:20:45 
11:20:45 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:45 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:45 #13 DONE 0.1s
11:20:45 
11:20:45 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:46 #13 9.655 Selecting previously unselected package dh-apparmor.
11:20:46 #13 9.658 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
11:20:46 #13 9.661 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:46 #13 5.106 Building dependency tree...
11:20:46 #13 5.288 Reading state information...
11:20:46 #13 5.294 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:46 #12 18.24 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:20:46 #12 18.25 Setting up dmsetup (2:1.02.185-2) ...
11:20:46 #12 18.27 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
11:20:46 #12 18.28 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
11:20:46 #12 18.29 Setting up docker-ce-build-deps (1.0) ...
11:20:46 #12 18.30 Processing triggers for libc-bin (2.36-8+rpi1) ...
11:20:46 #12 18.32 Processing triggers for man-db (2.11.2-1) ...
11:20:46 dpkg-buildpackage: info: source package docker-ce
11:20:46 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic
11:20:46 dpkg-buildpackage: info: source distribution bionic
11:20:46 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:46  dpkg-source -I.git --before-build build-deb
11:20:46 dpkg-buildpackage: info: host architecture armhf
11:20:46  debian/rules clean
11:20:46 dh clean --with=bash-completion
11:20:46 #11 82.97 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:20:46 #11 82.98 Setting up libset-intspan-perl (1.19-2) ...
11:20:46 #11 82.99 Setting up libmouse-perl (2.5.10-1build4) ...
11:20:46 #11 83.00 Setting up libfile-listing-perl (6.15-1) ...
11:20:46 #11 83.01 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:20:46 #11 83.02 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:20:46 #11 83.03 Setting up libdata-messagepack-perl (1.02-1) ...
11:20:46 #11 83.05 Setting up libfont-afm-perl (1.20-3) ...
11:20:46 #11 83.06 Setting up libwant-perl (0.29-2) ...
11:20:46 #11 83.07 Setting up libdynaloader-functions-perl (0.003-2) ...
11:20:46 #11 83.09 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:20:46 #11 83.10 Setting up liblist-compare-perl (0.55-1) ...
11:20:46 #11 83.11 Setting up libref-util-xs-perl (0.117-2) ...
11:20:46 #11 83.12 Setting up libio-pty-perl (1:1.15-2build2) ...
11:20:46 #11 83.13 Setting up libfile-fcntllock-perl (0.22-4) ...
11:20:46 #11 83.14 Setting up libclone-perl (0.45-1build3) ...
11:20:46 #11 83.15 Setting up libalgorithm-diff-perl (1.201-1) ...
11:20:46 #11 83.16 Setting up libarchive-zip-perl (1.68-1) ...
11:20:46 #11 83.17 Setting up libsub-identify-perl (0.14-2) ...
11:20:46 #11 83.18 Setting up libdistro-info-perl (1.1ubuntu1) ...
11:20:46 #11 83.19 Setting up libcpanel-json-xs-perl:armhf (4.32-1) ...
11:20:46 #11 83.21 Setting up liblist-moreutils-perl (0.430-2) ...
11:20:46 #11 83.22 Setting up libhtml-tagset-perl (3.20-4) ...
11:20:46 #11 83.23 Setting up liblog-any-perl (1.710-1) ...
11:20:46 #11 83.28 Setting up libauthen-sasl-perl (2.1600-2) ...
11:20:46 #36 ...
11:20:46 
11:20:46 #31 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:46 #31 DONE 6.5s
11:20:46 
11:20:46 #37 [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
11:20:46 #0 2.185 go: downloading github.com/tc-hib/go-winres v0.3.0
11:20:46 #0 2.774 go: downloading github.com/tc-hib/winres v0.1.6
11:20:46 #0 3.148 go: downloading github.com/urfave/cli/v2 v2.3.0
11:20:46 #0 3.166 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:20:46 #0 3.205 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:20:46 #0 4.242 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:20:46 #0 4.373 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:20:46 #13 9.701 Preparing to unpack .../8-libudev1_245.4-4ubuntu3.20_armhf.deb ...
11:20:46 #13 9.711 Unpacking libudev1:armhf (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:46 #13 9.765 Setting up libudev1:armhf (245.4-4ubuntu3.20) ...
11:20:46 #13 9.808 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:46 #13 9.808 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29610 files and directories currently installed.)
11:20:46 #13 9.825 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:20:46 #13 9.829 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:20:46 #13 9.868 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:46 #13 5.517 Starting 2 pkgProblemResolver with broken count: 0
11:20:46 #13 5.520 Done
11:20:46 #13 5.703  Done
11:20:46    dh_clean
11:20:46  dpkg-source -I.git -b build-deb
11:20:46 #11 83.29 Setting up libdevel-size-perl (0.83-2) ...
11:20:46 #11 83.30 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
11:20:46 #11 83.31 Setting up libpod-constants-perl (0.19-2) ...
11:20:46 #11 83.32 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
11:20:46 #11 83.34 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:20:46 #11 83.35 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:20:46 #11 83.36 Setting up libio-interactive-perl (1.023-1) ...
11:20:46 #11 83.37 Setting up libtry-tiny-perl (0.31-1) ...
11:20:46 #11 83.38 Setting up libtype-tiny-perl (1.016008-1) ...
11:20:46 #11 83.40 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
11:20:46 #11 83.41 Setting up libmldbm-perl (2.05-3) ...
11:20:46 #11 83.42 Setting up libxml-namespacesupport-perl (1.12-2) ...
11:20:46 #11 83.43 Setting up libnet-http-perl (6.22-1) ...
11:20:46 #11 83.44 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:20:46 #11 83.45 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:20:46 #11 83.46 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:20:46 #11 83.48 Setting up libtime-moment-perl (0.44-2) ...
11:20:46 #11 83.49 Setting up libencode-locale-perl (1.05-2) ...
11:20:46 #12 2.373 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:46 #12 2.373 dpkg-buildpackage: info: source version 1.0
11:20:46 #12 2.373 dpkg-buildpackage: info: source distribution unstable
11:20:46 #12 2.373 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:46 #12 2.414  dpkg-source --before-build .
11:20:46 #12 2.414 dpkg-buildpackage: info: host architecture armhf
11:20:46 #12 2.526  debian/rules clean
11:20:46 #12 2.528 dh clean
11:20:46 #12 2.616    dh_clean
11:20:46 #13 9.871 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:20:46 #13 9.874 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:20:46 #13 9.898 Selecting previously unselected package libudev-dev:armhf.
11:20:46 #13 9.901 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.20_armhf.deb ...
11:20:46 #13 9.904 Unpacking libudev-dev:armhf (245.4-4ubuntu3.20) ...
11:20:46 #13 9.932 Selecting previously unselected package libsepol1-dev:armhf.
11:20:46 #13 9.935 Preparing to unpack .../03-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
11:20:46 #13 9.939 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:20:46 #13 9.999 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:46 #13 10.00 Preparing to unpack .../04-libpcre2-16-0_10.34-7ubuntu0.1_armhf.deb ...
11:20:46 #13 10.00 Unpacking libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
11:20:46 #13 10.05 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:46 #13 10.05 Preparing to unpack .../05-libpcre2-32-0_10.34-7ubuntu0.1_armhf.deb ...
11:20:46 #13 10.05 Unpacking libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
11:20:46 #13 10.10 Selecting previously unselected package libpcre2-posix2:armhf.
11:20:46 #13 10.10 Preparing to unpack .../06-libpcre2-posix2_10.34-7ubuntu0.1_armhf.deb ...
11:20:46 #13 10.10 Unpacking libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
11:20:46 #13 5.893 Starting pkgProblemResolver with broken count: 0
11:20:46 #13 5.926 Starting 2 pkgProblemResolver with broken count: 0
11:20:46 #13 5.929 Done
11:20:46 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:46 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:46 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:46 dpkg-source: info: using source format '1.0'
11:20:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz
11:20:46 #11 83.50 Setting up libexception-class-perl (1.45-1) ...
11:20:46 #11 83.52 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:20:46 #11 83.54 Setting up libconfig-tiny-perl (2.28-1) ...
11:20:46 #11 83.56 Setting up libsereal-encoder-perl:armhf (4.025+ds-1) ...
11:20:46 #11 83.58 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:20:46 #11 83.59 Setting up liblist-utilsby-perl (0.12-1) ...
11:20:46 #11 83.60 Setting up libstring-shellquote-perl (1.04-2) ...
11:20:46 #11 83.61 Setting up libnet-netmask-perl (2.0001-1) ...
11:20:46 #11 83.63 Setting up libsub-install-perl (0.928-2) ...
11:20:46 #11 83.64 Setting up gcc (4:12.2.0-1ubuntu1) ...
11:20:46 #11 83.66 Setting up dpkg-dev (1.21.9ubuntu1) ...
11:20:46 #11 83.69 Setting up libindirect-perl (0.39-2) ...
11:20:46 #11 83.70 Setting up libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ...
11:20:46 #11 DONE 92.7s
11:20:46 
11:20:46 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:46 #12 DONE 0.1s
11:20:46 
11:20:46 #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
11:20:46 #12 2.651  debian/rules binary
11:20:46 #12 2.653 dh binary
11:20:46 #12 2.730    dh_update_autotools_config
11:20:46 #12 2.761    dh_autoreconf
11:20:46 #12 2.806    create-stamp debian/debhelper-build-stamp
11:20:46 #12 2.806    dh_prep
11:20:46 #12 2.836    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:46 #12 2.894    dh_install
11:20:46 #12 2.931    dh_installdocs
11:20:46 #12 2.971    dh_installchangelogs
11:20:46 #12 1.132 Reading package lists...
11:20:46 #12 2.206 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:46 #12 2.206 dpkg-buildpackage: info: source version 1.0
11:20:46 #12 2.206 dpkg-buildpackage: info: source distribution unstable
11:20:46 #12 2.206 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:46 #37 ...
11:20:46 
11:20:46 #38 [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
11:20:46 #0 3.394 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:20:46 #0 3.427 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:20:46 #0 3.427 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:20:46 #0 3.929 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:20:46 #0 5.006 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:20:46 #0 6.246 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:20:46 #0 9.530 Fetched 8640 kB in 6s (1351 kB/s)
11:20:46 #0 9.530 Reading package lists...
11:20:46 #38 ...
11:20:46 
11:20:46 #39 [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
11:20:46 #0 4.097 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:20:46 #0 4.103 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:20:46 #0 4.103 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:20:46 #0 4.502 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:20:46 #0 5.672 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:20:46 #0 6.910 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:20:46 #13 10.13 Selecting previously unselected package libpcre2-dev:armhf.
11:20:46 #13 10.13 Preparing to unpack .../07-libpcre2-dev_10.34-7ubuntu0.1_armhf.deb ...
11:20:46 #13 10.13 Unpacking libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
11:20:46 #13 10.21 Selecting previously unselected package libselinux1-dev:armhf.
11:20:46 #13 10.21 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_armhf.deb ...
11:20:46 #13 10.22 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
11:20:46 #13 10.26 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:46 #13 10.26 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:20:46 #13 10.26 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:20:46 #13 10.29 Selecting previously unselected package libseccomp-dev:armhf.
11:20:46 #13 10.29 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
11:20:46 #13 10.30 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:20:46 #13 10.34 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.20_armhf.deb ...
11:20:46 #13 6.242 The following additional packages will be installed:
11:20:46 #13 6.242   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:46 #13 6.243   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:46 #13 6.243   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:46 #13 6.243   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:46 #13 6.244   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
11:20:46 #13 6.245 Suggested packages:
11:20:46 #13 6.245   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:20:46 #13 6.245 Recommended packages:
11:20:46 #13 6.245   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
11:20:46 #13 6.297 The following NEW packages will be installed:
11:20:46 #11 83.71 Setting up intltool-debian (0.35.0+20060710.5) ...
11:20:46 #11 83.72 Setting up libfreezethaw-perl (0.5001-2.1) ...
11:20:46 #11 83.73 Setting up libobject-pad-perl (0.68-1) ...
11:20:46 #11 83.74 Setting up liberror-perl (0.17029-1) ...
11:20:46 #11 83.75 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
11:20:46 #11 83.76 Setting up patchutils (0.4.2-1build2) ...
11:20:46 #11 83.79 Setting up libmail-sendmail-perl (0.80-2) ...
11:20:46 #11 83.80 Setting up libltdl-dev:armhf (2.4.7-4) ...
11:20:46 #11 83.81 Setting up libjson-maybexs-perl (1.004003-1) ...
11:20:46 #11 83.82 Setting up libxml-sax-base-perl (1.09-2) ...
11:20:46 #11 83.83 Setting up libio-string-perl (1.08-3.1) ...
11:20:46 #11 83.84 Setting up libreadonly-perl (2.050-3) ...
11:20:46 #11 83.85 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
11:20:46 #11 83.86 Setting up libstring-copyright-perl (0.003013-1) ...
11:20:46 #11 83.88 Setting up libdata-optlist-perl (0.112-1) ...
11:20:46 #11 83.89 Setting up libipc-run-perl (20220807.0-1) ...
11:20:46 #11 83.90 Setting up git (1:2.37.2-1ubuntu1.4) ...
11:20:46 #11 83.92 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:20:46 #11 83.93 Setting up libcontextual-return-perl (0.004014-3) ...
11:20:46 #11 83.95 Setting up libwww-robotrules-perl (6.02-1) ...
11:20:46 #11 83.96 Setting up libtypes-serialiser-perl (1.01-1) ...
11:20:46 #11 83.97 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
11:20:46 #11 83.99 Setting up libhtml-parser-perl:armhf (3.78-1) ...
11:20:46 #11 84.00 Setting up libgit-wrapper-perl (0.048-1) ...
11:20:46 #11 84.01 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:20:46 #11 84.02 Setting up librole-tiny-perl (2.002004-1) ...
11:20:46 #11 84.03 Setting up gnupg (2.2.35-3ubuntu1) ...
11:20:46 #12 3.067    dh_perl
11:20:46 #12 3.106    dh_link
11:20:46 #12 3.143    dh_strip_nondeterminism
11:20:46 #12 3.214    dh_compress
11:20:46 #12 2.240 dpkg-buildpackage: info: host architecture armhf
11:20:46 #12 2.240  dpkg-source --before-build .
11:20:46 #12 2.339  debian/rules clean
11:20:46 #12 2.340 dh clean
11:20:46 #12 2.416    dh_clean
11:20:46 #12 2.447  debian/rules binary
11:20:46 #12 DONE 19.2s
11:20:46 
11:20:46 #13 [stage-1 5/8] COPY sources/ /sources
11:20:46 #13 DONE 0.2s
11:20:46 
11:20:46 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:47 #39 ...
11:20:47 
11:20:47 #40 [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
11:20:47 #0 4.231 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:20:47 #0 4.259 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:20:47 #0 4.259 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:20:47 #0 4.682 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:20:47 #0 5.814 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:20:47 #0 7.063 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:20:47 #40 ...
11:20:47 
11:20:47 #41 [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
11:20:47 #0 2.920 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:20:47 #0 2.937 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:20:47 #0 2.937 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:20:47 #0 3.263 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:20:47 #0 4.334 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:20:47 #0 5.514 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:20:47 #0 9.188 Fetched 8640 kB in 7s (1324 kB/s)
11:20:47 #13 10.35 Unpacking libsystemd0:armhf (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:20:47 #13 10.42 Setting up libsystemd0:armhf (245.4-4ubuntu3.20) ...
11:20:47 #13 10.46 Selecting previously unselected package libsystemd-dev:armhf.
11:20:47 #13 10.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 ... 30143 files and directories currently installed.)
11:20:47 #13 10.48 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.20_armhf.deb ...
11:20:47 #13 10.48 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.20) ...
11:20:47 #13 10.54 Selecting previously unselected package pkg-config.
11:20:47 #13 10.54 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_armhf.deb ...
11:20:47 #13 10.55 Unpacking pkg-config (0.29.1-0ubuntu4) ...
11:20:47 #13 10.58 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:20:47 #13 6.297   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:47 #13 6.298   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:20:47 #13 6.298   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:20:47 #13 6.298   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
11:20:47 #13 6.298   libsystemd-dev libudev-dev libuv1 pkg-config
11:20:47 #13 6.300 The following packages will be upgraded:
11:20:47 #13 6.300   libsystemd0 libudev1
11:20:47 #11 84.05 Setting up libc6-dev:armhf (2.36-0ubuntu4) ...
11:20:47 #11 84.06 Setting up libfont-ttf-perl (1.06-2) ...
11:20:47 #11 84.08 Setting up libfile-homedir-perl (1.006-1) ...
11:20:47 #11 84.09 Setting up libalgorithm-diff-xs-perl:armhf (0.04-7) ...
11:20:47 #11 84.10 Setting up libio-socket-ssl-perl (2.074-2) ...
11:20:47 #11 84.11 Setting up libsub-exporter-perl (0.988-1) ...
11:20:47 #11 84.13 Setting up libpython3-stdlib:armhf (3.10.6-1) ...
11:20:47 #11 84.14 Setting up libalgorithm-merge-perl (0.08-4) ...
11:20:47 #11 84.15 Setting up libhttp-message-perl (6.37-1) ...
11:20:47 #11 84.17 Setting up libdata-validate-ip-perl (0.30-1) ...
11:20:47 #11 84.18 Setting up libhtml-form-perl (6.10-1) ...
11:20:47 #11 84.19 Setting up libiterator-perl (0.03+ds1-2) ...
11:20:47 #11 84.21 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:20:47 #11 84.22 Setting up libjson-xs-perl (4.030-1build3) ...
11:20:47 #11 84.23 Setting up libhttp-negotiate-perl (6.01-1) ...
11:20:47 #11 84.24 Setting up libio-prompter-perl (0.004015-1) ...
11:20:47 #12 3.259    dh_fixperms
11:20:47 #12 3.303    dh_missing
11:20:47 #12 3.333    dh_installdeb
11:20:47 #12 3.371    dh_gencontrol
11:20:47 #12 2.448 dh binary
11:20:47 #12 2.514    dh_update_autotools_config
11:20:47 #12 2.541    dh_autoreconf
11:20:47 #12 2.581    create-stamp debian/debhelper-build-stamp
11:20:47 #12 2.581    dh_prep
11:20:47 #12 2.610    dh_install
11:20:47 #12 2.643    dh_installdocs
11:20:47 #12 2.681    dh_installchangelogs
11:20:47 #0 9.188 Reading package lists...
11:20:47 #41 ...
11:20:47 
11:20:47 #39 [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
11:20:47 #39 10.40 Fetched 8640 kB in 7s (1314 kB/s)
11:20:47 #39 10.40 Reading package lists...
11:20:47 #39 ...
11:20:47 
11:20:47 #34 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:47 #34 DONE 7.4s
11:20:47 #13 10.59 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:20:47 #13 10.60 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:20:47 #13 10.61 Setting up libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
11:20:47 #13 10.62 Setting up libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
11:20:47 #13 10.63 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:20:47 #13 10.64 Setting up bash-completion (1:2.10-1ubuntu1) ...
11:20:47 #13 6.714 2 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:47 #13 6.714 1 not fully installed or removed.
11:20:47 #13 6.714 Need to get 11.2 MB of archives.
11:20:47 #13 6.714 After this operation, 38.6 MB of additional disk space will be used.
11:20:47 #13 6.714 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
11:20:47 #11 84.26 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:20:47 #12 3.512    dh_md5sums
11:20:47 #12 3.553    dh_builddeb
11:20:47 #12 3.582 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:47 #12 3.602  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
11:20:47 #12 2.762    dh_perl
11:20:47 #12 2.797    dh_link
11:20:47 #12 2.831    dh_strip_nondeterminism
11:20:47 #12 2.891    dh_compress
11:20:47 #12 2.928    dh_fixperms
11:20:47 #12 2.966    dh_missing
11:20:47 #12 2.991    dh_installdeb
11:20:47 
11:20:47 #40 [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
11:20:47 #40 10.79 Fetched 8640 kB in 7s (1254 kB/s)
11:20:47 #13 0.982 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
11:20:47 #13 1.042 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
11:20:47 #13 1.115 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
11:20:47 #13 1.187 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
11:20:47 #12 3.760  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
11:20:47 #12 3.845 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:47 #12 3.847  dpkg-source --after-build .
11:20:47 #12 3.024    dh_gencontrol
11:20:47 #12 3.140    dh_md5sums
11:20:47 #12 3.173    dh_builddeb
11:20:47 #12 3.198 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:47 #12 3.216  dpkg-genbuildinfo --build=binary
11:20:47 #14 DONE 1.9s
11:20:47 
11:20:47 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:47 #15 DONE 0.0s
11:20:47 
11:20:47 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:47 #16 DONE 0.0s
11:20:47 
11:20:47 #17 exporting to image
11:20:47 #17 exporting layers
11:20:47 #13 11.25 Setting up pkg-config (0.29.1-0ubuntu4) ...
11:20:47 #13 11.30 Setting up libudev-dev:armhf (245.4-4ubuntu3.20) ...
11:20:47 #13 11.31 Setting up libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
11:20:47 #13 11.32 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:20:47 #13 11.33 Setting up librhash0:armhf (1.3.9-1) ...
11:20:47 #13 11.35 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:20:47 #13 11.36 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
11:20:47 #13 11.38 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.20) ...
11:20:47 #13 11.39 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:20:47 #13 11.41 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:20:47 #13 11.43 Setting up libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
11:20:47 #13 11.44 Setting up libselinux1-dev:armhf (3.0-1build2) ...
11:20:47 #13 11.45 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:20:47 #13 11.47 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
11:20:47 #13 11.49 Setting up docker-ce-build-deps (1.0) ...
11:20:47 #13 11.52 Processing triggers for man-db (2.9.1-1) ...
11:20:47 #13 7.082 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
11:20:47 #13 7.199 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
11:20:47 #13 7.218 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
11:20:47 #13 7.242 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
11:20:47 #13 7.252 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:20:47 #13 7.253 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
11:20:47 #13 7.255 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
11:20:47 #13 7.396 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake armhf 3.22.1-1ubuntu1.22.04.1 [4643 kB]
11:20:47 #11 85.04 Setting up libiterator-util-perl (0.02+ds1-2) ...
11:20:47 #11 85.05 Setting up libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ...
11:20:47 #11 85.06 Setting up libhttp-cookies-perl (6.10-1) ...
11:20:47 #11 85.07 Setting up libtool (2.4.7-4) ...
11:20:47 #11 85.08 Setting up po-debconf (1.0.21+nmu1) ...
11:20:47 #11 85.09 Setting up libhtml-tree-perl (5.07-2) ...
11:20:47 #12 3.955 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:47 #12 3.959 
11:20:47 #12 3.959 The package has been created.
11:20:47 #12 3.959 Attention, the package has been created in the current directory,
11:20:47 #12 3.959 not in ".." as indicated by the message above!
11:20:47 #12 3.979 Selecting previously unselected package docker-ce-build-deps.
11:20:47 #12 3.997 (Reading database ... 29653 files and directories currently installed.)
11:20:47 #12 3.998 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:47 #12 4.002 Unpacking docker-ce-build-deps (1.0) ...
11:20:48 #12 3.360  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
11:20:48 #12 3.438 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:48 #12 3.441  dpkg-source --after-build .
11:20:48 #12 3.540 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:48 #13 11.55 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:20:48 #13 7.617 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
11:20:48 #11 85.10 Setting up libparams-classify-perl:armhf (0.015-2) ...
11:20:48 #11 85.11 Setting up libcgi-pm-perl (4.54-1) ...
11:20:48 #11 85.12 Setting up python3 (3.10.6-1) ...
11:20:48 #12 3.544 
11:20:48 #12 3.544 The package has been created.
11:20:48 #12 3.544 Attention, the package has been created in the current directory,
11:20:48 #12 3.544 not in ".." as indicated by the message above!
11:20:48 #12 3.563 Selecting previously unselected package docker-ce-build-deps.
11:20:48 #12 3.579 (Reading database ... 28396 files and directories currently installed.)
11:20:48 #12 3.581 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:48 #12 3.584 Unpacking docker-ce-build-deps (1.0) ...
11:20:48 #13 DONE 11.7s
11:20:48 
11:20:48 #14 [stage-1 6/9] COPY sources/ /sources
11:20:48 #14 DONE 0.1s
11:20:48 
11:20:48 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:48 #13 7.618 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev1 armhf 249.11-0ubuntu3.7 [69.5 kB]
11:20:48 #13 7.768 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
11:20:48 #13 1.370 Reading package lists...
11:20:48 #13 8.105 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
11:20:48 #13 8.109 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.7 [20.7 kB]
11:20:48 #13 8.118 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
11:20:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc
11:20:48  debian/rules build
11:20:48 dh build --with=bash-completion
11:20:48    dh_update_autotools_config
11:20:48 #11 85.66 Setting up libhtml-format-perl (2.16-1) ...
11:20:48 #13 2.413 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:48 #13 2.413 dpkg-buildpackage: info: source version 1.0
11:20:48 #13 2.413 dpkg-buildpackage: info: source distribution unstable
11:20:48 #13 2.413 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:48 #13 2.449  dpkg-source --before-build .
11:20:48 #13 2.449 dpkg-buildpackage: info: host architecture arm64
11:20:48 #13 2.550  debian/rules clean
11:20:48 #13 2.552 dh clean
11:20:48 #13 2.643    dh_clean
11:20:48 #12 3.626 Reading package lists...
11:20:48 #13 8.262 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-16-0 armhf 10.39-3ubuntu0.1 [174 kB]
11:20:48 #13 8.292 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-32-0 armhf 10.39-3ubuntu0.1 [164 kB]
11:20:48 #13 8.320 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-posix3 armhf 10.39-3ubuntu0.1 [5528 B]
11:20:48 #13 8.321 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-dev armhf 10.39-3ubuntu0.1 [647 kB]
11:20:48 #13 8.385 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
11:20:48 #13 8.395 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
11:20:48 #13 8.398 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
11:20:48 #12 4.042 Reading package lists...
11:20:48    dh_autoreconf
11:20:48    debian/rules override_dh_auto_build
11:20:48 make[1]: Entering directory '/root/build-deb'
11:20:48 # Build the daemon and dependencies
11:20:48 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:48 
11:20:49 #11 85.82 Setting up python3-xdg (0.27-2) ...
11:20:49 #11 85.98 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:20:49 #11 86.04 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:20:49 #11 86.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:49 #13 2.684  debian/rules binary
11:20:49 #13 2.686 dh binary
11:20:49 #13 2.766    dh_update_autotools_config
11:20:49 #13 2.795    dh_autoreconf
11:20:49 #13 2.837    create-stamp debian/debhelper-build-stamp
11:20:49 #13 2.837    dh_prep
11:20:49 #13 2.867    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:49 #13 8.550 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.7 [295 kB]
11:20:49 #12 4.927 Building dependency tree...
11:20:49 #12 5.134 Reading state information...
11:20:49 Removing bundles/
11:20:49 
11:20:49 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:49 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:49 #11 86.22 
11:20:49 #11 86.22 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:49 #11 86.29 Setting up python3-six (1.16.0-4) ...
11:20:49 #13 2.918    dh_install
11:20:49 #13 2.955    dh_installdocs
11:20:49 #13 2.994    dh_installchangelogs
11:20:49 #13 3.079    dh_perl
11:20:49 #13 3.116    dh_link
11:20:49 #12 4.411 Building dependency tree...
11:20:49 #12 4.587 Reading state information...
11:20:49 #12 4.615 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:49 #12 4.842 Starting 2 pkgProblemResolver with broken count: 0
11:20:49 #12 4.846 Done
11:20:49 #12 5.142 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:49 #12 5.447 Starting 2 pkgProblemResolver with broken count: 0
11:20:49 #12 5.452 Done
11:20:49 #11 86.43 Setting up dh-autoreconf (20) ...
11:20:49 #11 86.44 Setting up libdata-validate-uri-perl (0.07-2) ...
11:20:49 #11 86.45 Setting up libnet-smtp-ssl-perl (1.04-2) ...
11:20:49 #11 86.46 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
11:20:49 #11 86.63 Setting up python3-certifi (2022.6.15-2) ...
11:20:49 #13 3.151    dh_strip_nondeterminism
11:20:49 #13 3.216    dh_compress
11:20:49 #13 3.258    dh_fixperms
11:20:49 #13 3.306    dh_missing
11:20:49 #13 3.334    dh_installdeb
11:20:49 #12 5.039  Done
11:20:49 #12 5.219 Starting pkgProblemResolver with broken count: 0
11:20:49 #12 5.262 Starting 2 pkgProblemResolver with broken count: 0
11:20:49 #12 5.668  Done
11:20:49 #12 5.899 Starting pkgProblemResolver with broken count: 0
11:20:49 #12 5.952 Starting 2 pkgProblemResolver with broken count: 0
11:20:49 #13 8.972 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.7 [306 kB]
11:20:49 #13 9.028 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
11:20:49 #11 86.75 Setting up libmodule-runtime-perl (0.016-2) ...
11:20:49 #11 86.76 Setting up libmailtools-perl (2.21-1) ...
11:20:49 #11 86.78 Setting up python3-gi (3.42.2-2) ...
11:20:49 #13 3.369    dh_gencontrol
11:20:49 #13 3.494    dh_md5sums
11:20:49 #13 3.532    dh_builddeb
11:20:49 #13 3.560 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:20:49 #13 3.633  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
11:20:49 #12 5.265 Done
11:20:49 #12 5.956 Done
11:20:49 #13 9.192 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
11:20:49 #13 9.359 debconf: delaying package configuration, since apt-utils is not installed
11:20:49 #13 9.394 Fetched 11.2 MB in 3s (3889 kB/s)
11:20:49 #13 9.416 Selecting previously unselected package bash-completion.
11:20:49 #13 9.416 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25298 files and directories currently installed.)
11:20:49 #13 9.430 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
11:20:49 #13 9.441 Unpacking bash-completion (1:2.11-5ubuntu1) ...
11:20:49 #13 9.544 Selecting previously unselected package libarchive13:armhf.
11:20:50 #11 86.95 Setting up python3-idna (3.3-1) ...
11:20:50 #11 87.16 Setting up python3-urllib3 (1.26.9-1) ...
11:20:50 #13 3.785  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
11:20:50 #13 3.864 dpkg-genchanges: info: binary-only upload (no source code included)
11:20:50 #13 3.866  dpkg-source --after-build .
11:20:50 #12 5.574 The following additional packages will be installed:
11:20:50 #12 5.575   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:50 #12 5.575   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:50 #12 5.575   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:50 #12 5.575   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:50 #12 5.580   libudev-dev libuv1 pkg-config procps
11:20:50 #12 5.580 Suggested packages:
11:20:50 #12 5.580   cmake-doc ninja-build apparmor-easyprof seccomp
11:20:50 #12 5.580 Recommended packages:
11:20:50 #12 5.580   psmisc
11:20:50 #12 6.322 The following additional packages will be installed:
11:20:50 #12 6.323   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:50 #12 6.323   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:50 #12 6.323   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:50 #12 6.323   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:50 #12 6.324   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:50 #12 6.325 Suggested packages:
11:20:50 #12 6.325   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
11:20:50 #12 6.325 Recommended packages:
11:20:50 #12 6.325   psmisc
11:20:50 #13 9.546 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
11:20:50 #13 9.552 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
11:20:50 #13 9.585 Selecting previously unselected package libjsoncpp25:armhf.
11:20:50 #13 9.587 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
11:20:50 #13 9.591 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
11:20:50 #13 9.624 Selecting previously unselected package librhash0:armhf.
11:20:50 #13 9.624 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
11:20:50 #13 9.628 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
11:20:50 #13 9.662 Selecting previously unselected package libuv1:armhf.
11:20:50 #13 9.664 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
11:20:50 #13 9.668 Unpacking libuv1:armhf (1.43.0-1) ...
11:20:50 #13 9.692 Selecting previously unselected package dh-elpa-helper.
11:20:50 #13 9.694 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:20:50 #13 9.697 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:20:50 #13 9.726 Selecting previously unselected package emacsen-common.
11:20:50 #13 9.728 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:20:50 #13 9.737 Unpacking emacsen-common (3.0.4) ...
11:20:50 #13 9.796 Selecting previously unselected package cmake-data.
11:20:50 #14 DONE 3.3s
11:20:50 #15 DONE 2.0s
11:20:50 
11:20:50 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:50 #16 DONE 0.0s
11:20:50 
11:20:50 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:50 #17 DONE 0.0s
11:20:50 
11:20:50 #18 exporting to image
11:20:50 #18 exporting layers
11:20:50 #11 87.36 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:20:50 #11 87.40 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:20:50 #13 3.967 dpkg-buildpackage: info: binary-only upload (no source included)
11:20:50 #13 3.973 
11:20:50 #13 3.973 The package has been created.
11:20:50 #13 3.973 Attention, the package has been created in the current directory,
11:20:50 #13 3.973 not in ".." as indicated by the message above!
11:20:50 #13 4.031 Selecting previously unselected package docker-ce-build-deps.
11:20:50 #13 4.048 (Reading database ... 27555 files and directories currently installed.)
11:20:50 #13 4.050 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:20:50 #13 4.054 Unpacking docker-ce-build-deps (1.0) ...
11:20:50 #12 5.838 The following NEW packages will be installed:
11:20:50 #12 5.838   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:50 #12 5.839   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
11:20:50 #12 5.839   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
11:20:50 #12 5.839   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:20:50 #12 5.840   libudev-dev libuv1 pkg-config procps
11:20:50 #12 6.644 The following NEW packages will be installed:
11:20:50 #12 6.644   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
11:20:50 #12 6.645   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
11:20:50 #12 6.645   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
11:20:50 #12 6.645   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:50 #12 6.646   libuv1 pkg-config pkgconf pkgconf-bin procps
11:20:50 
11:20:50 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:50 #15 DONE 0.0s
11:20:50 
11:20:50 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:50 #16 DONE 0.0s
11:20:50 
11:20:50 #17 exporting to image
11:20:50 #17 exporting layers
11:20:50 #13 9.798 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
11:20:50 #13 9.804 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:50 #11 87.48 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:20:50 #11 87.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:50 #11 87.67 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:50 #11 87.70 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:20:50 #11 87.71 Setting up libconst-fast-perl (0.014-2) ...
11:20:50 #11 87.72 Setting up libhttp-daemon-perl (6.14-1.1) ...
11:20:50 #12 6.114 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:20:50 #12 6.114 1 not fully installed or removed.
11:20:50 #12 6.114 Need to get 9065 kB of archives.
11:20:50 #12 6.114 After this operation, 33.9 MB of additional disk space will be used.
11:20:50 #12 6.114 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
11:20:50 #12 6.125 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:20:50 #12 6.133 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2 [80.5 kB]
11:20:50 #12 6.134 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB]
11:20:50 #12 6.135 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB]
11:20:50 #12 6.137 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB]
11:20:50 #12 6.138 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB]
11:20:50 #12 6.140 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB]
11:20:50 #12 6.144 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB]
11:20:50 #12 6.165 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
11:20:50 #12 6.165 Get:11 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
11:20:50 #12 6.166 Get:12 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
11:20:50 #12 6.167 Get:13 http://deb.debian.org/debian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.2 kB]
11:20:50 #12 6.168 Get:14 http://deb.debian.org/debian bullseye/main armhf libudev-dev armhf 247.3-7+deb11u1 [123 kB]
11:20:50 #12 6.169 Get:15 http://deb.debian.org/debian bullseye/main armhf libsepol1-dev armhf 3.1-1 [317 kB]
11:20:50 #12 6.170 Get:16 http://deb.debian.org/debian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
11:20:50 #12 6.171 Get:17 http://deb.debian.org/debian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [189 kB]
11:20:50 #12 6.172 Get:18 http://deb.debian.org/debian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.6 kB]
11:20:50 #12 6.173 Get:19 http://deb.debian.org/debian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [640 kB]
11:20:50 #12 6.175 Get:20 http://deb.debian.org/debian bullseye/main armhf libselinux1-dev armhf 3.1-3 [163 kB]
11:20:50 #12 6.178 Get:21 http://deb.debian.org/debian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
11:20:50 #12 6.180 Get:22 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
11:20:50 #12 6.182 Get:23 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7+deb11u1 [401 kB]
11:20:50 #12 6.185 Get:24 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB]
11:20:50 #12 6.929 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
11:20:50 #12 6.929 1 not fully installed or removed.
11:20:50 #12 6.929 Need to get 10.1 MB of archives.
11:20:50 #12 6.929 After this operation, 40.3 MB of additional disk space will be used.
11:20:50 #12 6.929 Get:1 http://deb.debian.org/debian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
11:20:50 #12 6.936 Get:2 http://deb.debian.org/debian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [68.6 kB]
11:20:50 #12 6.939 Get:3 http://deb.debian.org/debian bookworm/main armhf librhash0 armhf 1.4.3-3 [146 kB]
11:20:50 #12 6.943 Get:4 http://deb.debian.org/debian bookworm/main armhf libuv1 armhf 1.44.2-1 [126 kB]
11:20:50 #12 6.945 Get:5 http://deb.debian.org/debian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
11:20:50 #12 6.955 Get:6 http://deb.debian.org/debian bookworm/main armhf libproc2-0 armhf 2:4.0.2-3 [54.2 kB]
11:20:50 #13 10.13 Selecting previously unselected package cmake.
11:20:50 #13 10.13 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_armhf.deb ...
11:20:50 #13 10.13 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:50 #13 10.24 Selecting previously unselected package dh-apparmor.
11:20:50 #40 10.79 Reading package lists...
11:20:50 #40 ...
11:20:50 
11:20:50 #36 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:20:50 #36 DONE 9.9s
11:20:50 
11:20:50 #39 [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
11:20:50 #39 10.40 Reading package lists...
11:20:50 #39 13.91 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:20:50 #39 13.91 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:20:50 #39 13.91 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:20:50 #11 87.73 Setting up python3-unidiff (0.7.3-1) ...
11:20:50 #11 87.86 Setting up lsb-release (11.2ubuntu1) ...
11:20:50 #11 87.99 Setting up libdata-dpath-perl (0.58-1) ...
11:20:50 #12 6.356 debconf: delaying package configuration, since apt-utils is not installed
11:20:50 #12 6.402 Fetched 9065 kB in 0s (26.9 MB/s)
11:20:50 #12 6.956 Get:7 http://deb.debian.org/debian bookworm/main armhf procps armhf 2:4.0.2-3 [695 kB]
11:20:50 #12 6.959 Get:8 http://deb.debian.org/debian bookworm/main armhf cmake armhf 3.25.1-1 [4263 kB]
11:20:50 #12 6.982 Get:9 http://deb.debian.org/debian bookworm/main armhf dh-apparmor all 3.0.8-3 [16.7 kB]
11:20:50 #12 6.984 Get:10 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
11:20:50 #12 6.988 Get:11 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
11:20:50 #12 6.990 Get:12 http://deb.debian.org/debian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.0 kB]
11:20:50 #12 6.991 Get:13 http://deb.debian.org/debian bookworm/main armhf libudev-dev armhf 252.5-2 [51.5 kB]
11:20:50 #12 6.992 Get:14 http://deb.debian.org/debian bookworm/main armhf libsepol-dev armhf 3.4-2 [329 kB]
11:20:50 #12 6.992 Get:15 http://deb.debian.org/debian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [211 kB]
11:20:50 #12 6.993 Get:16 http://deb.debian.org/debian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [203 kB]
11:20:50 #12 6.993 Get:17 http://deb.debian.org/debian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.0 kB]
11:20:50 #12 6.993 Get:18 http://deb.debian.org/debian bookworm/main armhf libpcre2-dev armhf 10.42-1 [666 kB]
11:20:50 #12 6.995 Get:19 http://deb.debian.org/debian bookworm/main armhf libselinux1-dev armhf 3.4-1+b5 [150 kB]
11:20:50 #12 6.997 Get:20 http://deb.debian.org/debian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
11:20:50 #12 6.999 Get:21 http://deb.debian.org/debian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+b3 [85.3 kB]
11:20:50 #12 7.001 Get:22 http://deb.debian.org/debian bookworm/main armhf libsystemd-dev armhf 252.5-2 [351 kB]
11:20:50 #12 7.004 Get:23 http://deb.debian.org/debian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
11:20:50 #12 7.005 Get:24 http://deb.debian.org/debian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [28.5 kB]
11:20:50 #12 7.007 Get:25 http://deb.debian.org/debian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
11:20:50 #12 7.009 Get:26 http://deb.debian.org/debian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
11:20:50 #12 7.235 debconf: delaying package configuration, since apt-utils is not installed
11:20:51 #13 10.24 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
11:20:51 #13 10.25 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:51 #13 10.28 Preparing to unpack .../10-libudev1_249.11-0ubuntu3.7_armhf.deb ...
11:20:51 #13 10.29 Unpacking libudev1:armhf (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:51 #13 10.34 Setting up libudev1:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 10.38 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:51 #13 10.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29194 files and directories currently installed.)
11:20:51 #13 10.39 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:20:51 #13 10.40 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 10.43 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:51 #13 10.43 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:20:51 #13 10.43 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 10.45 Selecting previously unselected package libudev-dev:armhf.
11:20:51 #13 10.46 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.7_armhf.deb ...
11:20:51 #13 10.46 Unpacking libudev-dev:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 10.49 Selecting previously unselected package libsepol-dev:armhf.
11:20:51 #13 10.49 Preparing to unpack .../03-libsepol-dev_3.3-1build1_armhf.deb ...
11:20:51 #13 10.49 Unpacking libsepol-dev:armhf (3.3-1build1) ...
11:20:51 #13 10.53 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:51 #13 10.53 Preparing to unpack .../04-libpcre2-16-0_10.39-3ubuntu0.1_armhf.deb ...
11:20:51 #13 10.54 Unpacking libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 10.56 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:51 #13 10.57 Preparing to unpack .../05-libpcre2-32-0_10.39-3ubuntu0.1_armhf.deb ...
11:20:51 #13 10.57 Unpacking libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 10.60 Selecting previously unselected package libpcre2-posix3:armhf.
11:20:51 #11 88.00 Setting up python3-magic (2:0.4.26-2) ...
11:20:51 #11 88.13 Setting up python3-cffi-backend:armhf (1.15.1-1) ...
11:20:51 #12 6.428 Selecting previously unselected package bash-completion.
11:20:51 #12 6.428 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:51 #12 6.446 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
11:20:51 #12 7.282 Fetched 10.1 MB in 0s (29.2 MB/s)
11:20:51 #12 7.307 Selecting previously unselected package bash-completion.
11:20:51 #12 7.307 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29657 files and directories currently installed.)
11:20:51 #12 7.328 Preparing to unpack .../00-bash-completion_1%3a2.11-6_all.deb ...
11:20:51 #12 7.339 Unpacking bash-completion (1:2.11-6) ...
11:20:51 #12 7.473 Selecting previously unselected package libjsoncpp25:armhf.
11:20:51 #13 10.60 Preparing to unpack .../06-libpcre2-posix3_10.39-3ubuntu0.1_armhf.deb ...
11:20:51 #13 10.60 Unpacking libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 10.63 Selecting previously unselected package libpcre2-dev:armhf.
11:20:51 #13 10.63 Preparing to unpack .../07-libpcre2-dev_10.39-3ubuntu0.1_armhf.deb ...
11:20:51 #13 10.63 Unpacking libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 10.67 Selecting previously unselected package libselinux1-dev:armhf.
11:20:51 #13 10.67 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_armhf.deb ...
11:20:51 #13 10.68 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
11:20:51 #13 10.71 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:51 #13 10.71 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:20:51 #13 10.71 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 10.74 Selecting previously unselected package libseccomp-dev:armhf.
11:20:51 #13 10.74 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
11:20:51 #13 10.74 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
11:20:51 #13 10.78 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.7_armhf.deb ...
11:20:51 #13 10.79 Unpacking libsystemd0:armhf (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:20:51 #13 10.83 Setting up libsystemd0:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 4.131 Reading package lists...
11:20:51 #13 4.848 Building dependency tree...
11:20:51 #13 5.038 Reading state information...
11:20:51 #11 88.15 Setting up g++-12 (12.2.0-3ubuntu1) ...
11:20:51 #11 88.16 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:20:51 #11 88.36 Setting up python3-dbus (1.2.18-3build1) ...
11:20:51 #12 6.917 Unpacking bash-completion (1:2.11-2) ...
11:20:51 #12 7.476 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_armhf.deb ...
11:20:51 #12 7.484 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
11:20:51 #12 7.525 Selecting previously unselected package librhash0:armhf.
11:20:51 #12 7.528 Preparing to unpack .../02-librhash0_1.4.3-3_armhf.deb ...
11:20:51 #12 7.531 Unpacking librhash0:armhf (1.4.3-3) ...
11:20:51 #12 7.578 Selecting previously unselected package libuv1:armhf.
11:20:51 #12 7.581 Preparing to unpack .../03-libuv1_1.44.2-1_armhf.deb ...
11:20:51 #12 7.587 Unpacking libuv1:armhf (1.44.2-1) ...
11:20:51 #12 7.641 Selecting previously unselected package cmake-data.
11:20:51 #12 7.641 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ...
11:20:51 #12 7.649 Unpacking cmake-data (3.25.1-1) ...
11:20:51 #13 10.87 Selecting previously unselected package libsystemd-dev:armhf.
11:20:51 #13 10.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 ... 29724 files and directories currently installed.)
11:20:51 #13 10.88 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.7_armhf.deb ...
11:20:51 #13 10.89 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 10.94 Selecting previously unselected package libglib2.0-0:armhf.
11:20:51 #13 10.95 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
11:20:51 #13 10.95 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
11:20:51 #13 11.00 Selecting previously unselected package pkg-config.
11:20:51 #13 11.00 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_armhf.deb ...
11:20:51 #13 11.01 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:20:51 #13 11.04 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
11:20:51 #13 11.05 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
11:20:51 #13 5.045 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:20:51 #13 5.298 Starting 2 pkgProblemResolver with broken count: 0
11:20:51 #13 5.305 Done
11:20:51 #11 88.50 Setting up libmodule-implementation-perl (0.09-2) ...
11:20:51 #11 88.52 Setting up libcgi-fast-perl (1:2.15-1) ...
11:20:51 #11 88.54 Setting up python3-apt (2.4.0+22.10) ...
11:20:51 #12 7.027 Selecting previously unselected package cmake-data.
11:20:51 #12 7.030 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:20:51 #12 7.039 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:20:51 #12 7.988 Selecting previously unselected package libproc2-0:armhf.
11:20:51 #13 11.06 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
11:20:51 #13 11.07 No schema files found: doing nothing.
11:20:51 #13 11.08 Setting up libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 11.09 Setting up libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 11.10 Setting up libuv1:armhf (1.43.0-1) ...
11:20:51 #13 11.11 Setting up emacsen-common (3.0.4) ...
11:20:51 #13 11.14 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:20:51 #13 11.15 Setting up bash-completion (1:2.11-5ubuntu1) ...
11:20:51 #13 11.17 Setting up libjsoncpp25:armhf (1.9.5-3) ...
11:20:51 #13 11.18 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:20:51 #13 11.23 Setting up libudev-dev:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 11.24 Setting up libsepol-dev:armhf (3.3-1build1) ...
11:20:51 #13 11.25 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 11.26 Setting up libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 11.27 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
11:20:51 #13 11.28 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
11:20:51 #13 11.31 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
11:20:51 #13 11.32 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.7) ...
11:20:51 #13 11.33 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 11.34 Setting up libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
11:20:51 #13 11.35 Setting up libselinux1-dev:armhf (3.3-1build2) ...
11:20:51 #13 11.36 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
11:20:51 #13 11.37 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
11:20:51 #13 5.519  Done
11:20:51 #11 88.71 Setting up libpackage-stash-perl (0.40-1) ...
11:20:51 #11 88.72 Setting up libimport-into-perl (1.002005-2) ...
11:20:51 #11 88.73 Setting up libmoo-perl (2.005004-3) ...
11:20:51 #11 88.74 Setting up python3-bcrypt (3.2.0-1build1) ...
11:20:51 #11 88.87 Setting up liblist-someutils-perl (0.58-1) ...
11:20:51 #11 88.88 Setting up debhelper (13.9.1ubuntu1) ...
11:20:51 #11 88.90 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:20:51 #11 88.91 Setting up python3-chardet (4.0.0-2) ...
11:20:51 #12 7.369 Selecting previously unselected package libncurses6:armhf.
11:20:51 #12 7.369 Preparing to unpack .../02-libncurses6_6.2+20201114-2_armhf.deb ...
11:20:51 #12 7.376 Unpacking libncurses6:armhf (6.2+20201114-2) ...
11:20:51 #12 7.415 Selecting previously unselected package libprocps8:armhf.
11:20:51 #12 7.415 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ...
11:20:51 #12 7.418 Unpacking libprocps8:armhf (2:3.3.17-5) ...
11:20:51 #12 7.457 Selecting previously unselected package procps.
11:20:51 #12 7.460 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ...
11:20:51 #12 7.467 Unpacking procps (2:3.3.17-5) ...
11:20:51 #12 7.541 Selecting previously unselected package libjsoncpp24:armhf.
11:20:51 #12 7.541 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ...
11:20:51 #12 7.992 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_armhf.deb ...
11:20:51 #12 7.997 Unpacking libproc2-0:armhf (2:4.0.2-3) ...
11:20:51 #12 8.048 Selecting previously unselected package procps.
11:20:51 #12 8.051 Preparing to unpack .../06-procps_2%3a4.0.2-3_armhf.deb ...
11:20:51 #12 8.061 Unpacking procps (2:4.0.2-3) ...
11:20:52 #13 11.37 Setting up docker-ce-build-deps (1.0) ...
11:20:52 #13 11.38 Processing triggers for man-db (2.10.2-1) ...
11:20:52 #13 11.45 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:20:52 #13 DONE 11.6s
11:20:52 #13 5.726 Starting pkgProblemResolver with broken count: 0
11:20:52 #13 5.774 Starting 2 pkgProblemResolver with broken count: 0
11:20:52 #13 5.781 Done
11:20:52 #11 89.22 Setting up python3-cryptography (3.4.8-2) ...
11:20:52 #12 7.544 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
11:20:52 #12 7.582 Selecting previously unselected package librhash0:armhf.
11:20:52 #12 7.584 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ...
11:20:52 #12 7.591 Unpacking librhash0:armhf (1.4.1-2) ...
11:20:52 #12 7.635 Selecting previously unselected package libuv1:armhf.
11:20:52 #12 7.635 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ...
11:20:52 #12 7.638 Unpacking libuv1:armhf (1.40.0-2) ...
11:20:52 #12 7.671 Selecting previously unselected package cmake.
11:20:52 #12 7.674 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ...
11:20:52 #12 7.678 Unpacking cmake (3.18.4-2+deb11u1) ...
11:20:52 #12 8.151 Selecting previously unselected package cmake.
11:20:52 #12 8.154 Preparing to unpack .../07-cmake_3.25.1-1_armhf.deb ...
11:20:52 #12 8.158 Unpacking cmake (3.25.1-1) ...
11:20:52 
11:20:52 #14 [stage-1 6/9] COPY sources/ /sources
11:20:52 #14 DONE 0.1s
11:20:52 
11:20:52 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:52 #12 8.574 Selecting previously unselected package dh-apparmor.
11:20:52 #12 8.577 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ...
11:20:52 #12 8.581 Unpacking dh-apparmor (3.0.8-3) ...
11:20:52 #12 8.614 Selecting previously unselected package dmsetup.
11:20:52 #12 8.617 Preparing to unpack .../09-dmsetup_2%3a1.02.185-2_armhf.deb ...
11:20:52 #12 8.621 Unpacking dmsetup (2:1.02.185-2) ...
11:20:52 #12 8.662 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:52 #12 8.665 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
11:20:52 #12 8.670 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:20:52 #12 8.718 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:52 #12 8.035 Selecting previously unselected package dh-apparmor.
11:20:52 #12 8.035 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
11:20:52 #12 8.038 Unpacking dh-apparmor (2.13.6-10) ...
11:20:52 #12 8.079 Selecting previously unselected package dmsetup.
11:20:52 #12 8.079 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:20:52 #13 6.137 The following additional packages will be installed:
11:20:52 #13 6.138   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:52 #13 6.139   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:20:52 #13 6.139   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:20:52 #13 6.139   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:52 #13 6.140   libuv1 pkg-config
11:20:52 #13 6.142 Suggested packages:
11:20:52 #13 6.142   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:20:52 #13 6.189 The following NEW packages will be installed:
11:20:52 #13 6.189   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:20:52 #13 6.190   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:20:52 #13 6.191   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:20:52 #13 6.191   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:20:52 #13 6.192   libuv1 pkg-config
11:20:52 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc
11:20:52  debian/rules build
11:20:52 dh build --with=bash-completion
11:20:52    dh_update_autotools_config
11:20:52 #11 89.47 Setting up python3-debian (0.1.46) ...
11:20:52 #11 89.66 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:20:52 #11 89.85 Setting up equivs (2.3.1) ...
11:20:52 #12 8.721 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
11:20:52 11:20:52 #12 8.725 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
11:20:52 #12 8.756 Selecting previously unselected package libudev-dev:armhf.
#12 8.083 Unpacking dmsetup (2:1.02.175-2.1) ...
11:20:52 #12 8.125 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:20:52 #12 8.759 Preparing to unpack .../12-libudev-dev_252.5-2_armhf.deb ...
11:20:52 #12 8.763 Unpacking libudev-dev:armhf (252.5-2) ...
11:20:52 #12 8.128 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:20:52 #12 8.131 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:20:52 #12 8.802 Selecting previously unselected package libsepol-dev:armhf.
11:20:52 #12 8.805 Preparing to unpack .../13-libsepol-dev_3.4-2_armhf.deb ...
11:20:52 #12 8.175 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:20:52 #12 8.175 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:20:52 #12 8.808 Unpacking libsepol-dev:armhf (3.4-2) ...
11:20:52 #12 8.871 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:52 #12 8.179 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:20:52 #12 8.206 Selecting previously unselected package libudev-dev:armhf.
11:20:52 #12 8.874 Preparing to unpack .../14-libpcre2-16-0_10.42-1_armhf.deb ...
11:20:52 #12 8.878 Unpacking libpcre2-16-0:armhf (10.42-1) ...
11:20:52 #12 8.208 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_armhf.deb ...
11:20:52 #12 8.212 Unpacking libudev-dev:armhf (247.3-7+deb11u1) ...
11:20:52 #12 8.936 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:52 #12 8.939 Preparing to unpack .../15-libpcre2-32-0_10.42-1_armhf.deb ...
11:20:52 #12 8.255 Selecting previously unselected package libsepol1-dev:armhf.
11:20:52 #12 8.255 Preparing to unpack .../14-libsepol1-dev_3.1-1_armhf.deb ...
11:20:52 #12 8.944 Unpacking libpcre2-32-0:armhf (10.42-1) ...
11:20:52 #12 8.998 Selecting previously unselected package libpcre2-posix3:armhf.
11:20:52 #12 8.258 Unpacking libsepol1-dev:armhf (3.1-1) ...
11:20:52 #12 8.326 Selecting previously unselected package libpcre2-16-0:armhf.
11:20:52 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc
11:20:52  debian/rules build
11:20:52 dh build --with=bash-completion
11:20:52    dh_update_autotools_config
11:20:52    dh_autoreconf
11:20:52    debian/rules override_dh_auto_build
11:20:52 make[1]: Entering directory '/root/build-deb'
11:20:52 # Build the daemon and dependencies
11:20:52 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:52 
11:20:52 Removing bundles/
11:20:52 
11:20:52 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:52 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:52 #13 6.618 0 upgraded, 22 newly installed, 0 to remove and 2 not upgraded.
11:20:52 #13 6.618 1 not fully installed or removed.
11:20:52 #13 6.618 Need to get 11.7 MB of archives.
11:20:52 #13 6.618 After this operation, 46.8 MB of additional disk space will be used.
11:20:52 #13 6.618 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
11:20:52    dh_autoreconf
11:20:52    debian/rules override_dh_auto_build
11:20:52 make[1]: Entering directory '/root/build-deb'
11:20:52 # Build the daemon and dependencies
11:20:52 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:52 
11:20:52 #11 89.89 Setting up g++ (4:12.2.0-1ubuntu1) ...
11:20:52 #11 89.93 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:20:52 #11 89.93 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
11:20:52 #11 89.93 Setting up build-essential (12.9ubuntu3) ...
11:20:52 #11 89.95 Setting up libmoox-aliases-perl (0.001006-2) ...
11:20:52 #11 89.96 Setting up libb-hooks-endofscope-perl (0.26-1) ...
11:20:52 #11 89.97 Setting up python3-nacl (1.5.0-2) ...
11:20:53 #12 9.001 Preparing to unpack .../16-libpcre2-posix3_10.42-1_armhf.deb ...
11:20:53 #12 9.005 Unpacking libpcre2-posix3:armhf (10.42-1) ...
11:20:53 #12 9.038 Selecting previously unselected package libpcre2-dev:armhf.
11:20:53 #12 9.040 Preparing to unpack .../17-libpcre2-dev_10.42-1_armhf.deb ...
11:20:53 #12 9.044 Unpacking libpcre2-dev:armhf (10.42-1) ...
11:20:53 #12 9.132 Selecting previously unselected package libselinux1-dev:armhf.
11:20:53 #12 9.134 Preparing to unpack .../18-libselinux1-dev_3.4-1+b5_armhf.deb ...
11:20:53 #12 9.139 Unpacking libselinux1-dev:armhf (3.4-1+b5) ...
11:20:53 #12 9.194 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:53 #12 9.197 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
11:20:53 #12 9.201 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
11:20:53 #12 9.231 Selecting previously unselected package libseccomp-dev:armhf.
11:20:53 #12 9.234 Preparing to unpack .../20-libseccomp-dev_2.5.4-1+b3_armhf.deb ...
11:20:53 #12 8.329 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
11:20:53 #12 8.332 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.382 Selecting previously unselected package libpcre2-32-0:armhf.
11:20:53 #12 8.382 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
11:20:53 #12 8.386 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.433 Selecting previously unselected package libpcre2-posix2:armhf.
11:20:53 #12 8.435 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
11:20:53 #12 8.440 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.472 Selecting previously unselected package libpcre2-dev:armhf.
11:20:53 #12 8.472 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
11:20:53 #12 8.475 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.556 Selecting previously unselected package libselinux1-dev:armhf.
11:20:53 Removing bundles/
11:20:53 
11:20:53 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:53 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:53 #11 90.12 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
11:20:53 #11 90.26 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
11:20:53 #12 9.238 Unpacking libseccomp-dev:armhf (2.5.4-1+b3) ...
11:20:53 #12 9.284 Selecting previously unselected package libsystemd-dev:armhf.
11:20:53 #12 9.287 Preparing to unpack .../21-libsystemd-dev_252.5-2_armhf.deb ...
11:20:53 #12 9.291 Unpacking libsystemd-dev:armhf (252.5-2) ...
11:20:53 #12 9.398 Selecting previously unselected package libpkgconf3:armhf.
11:20:53 #12 9.398 Preparing to unpack .../22-libpkgconf3_1.8.1-1_armhf.deb ...
11:20:53 #12 9.402 Unpacking libpkgconf3:armhf (1.8.1-1) ...
11:20:53 #12 9.434 Selecting previously unselected package pkgconf-bin.
11:20:53 #12 9.437 Preparing to unpack .../23-pkgconf-bin_1.8.1-1_armhf.deb ...
11:20:53 #12 9.441 Unpacking pkgconf-bin (1.8.1-1) ...
11:20:53 #12 9.476 Selecting previously unselected package pkgconf:armhf.
11:20:53 #12 9.479 Preparing to unpack .../24-pkgconf_1.8.1-1_armhf.deb ...
11:20:53 #12 9.484 Unpacking pkgconf:armhf (1.8.1-1) ...
11:20:53 #12 9.519 Selecting previously unselected package pkg-config:armhf.
11:20:53 #12 8.558 Preparing to unpack .../19-libselinux1-dev_3.1-3_armhf.deb ...
11:20:53 #12 8.562 Unpacking libselinux1-dev:armhf (3.1-3) ...
11:20:53 #12 8.638 Selecting previously unselected package libdevmapper-dev:armhf.
11:20:53 #12 8.641 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
11:20:53 #12 8.645 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:20:53 #12 8.676 Selecting previously unselected package libseccomp-dev:armhf.
11:20:53 #12 8.679 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
11:20:53 #12 8.683 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:20:53 #12 8.722 Selecting previously unselected package libsystemd-dev:armhf.
11:20:53 #12 8.725 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_armhf.deb ...
11:20:53 #12 8.729 Unpacking libsystemd-dev:armhf (247.3-7+deb11u1) ...
11:20:53 #12 8.826 Selecting previously unselected package pkg-config.
11:20:53 #13 6.977 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
11:20:53 #13 7.100 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjsoncpp25 arm64 1.9.5-4 [76.6 kB]
11:20:53 #13 7.118 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
11:20:53 #13 7.137 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuv1 arm64 1.44.2-1 [87.3 kB]
11:20:53 #13 7.147 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:20:53 #13 7.149 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 emacsen-common all 3.0.4 [14.9 kB]
11:20:53 #13 7.150 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
11:20:53 #11 90.26 Setting up dput (1.1.2ubuntu2) ...
11:20:53 #11 90.42 Setting up libnamespace-clean-perl (0.27-2) ...
11:20:53 #11 90.44 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
11:20:53 #12 9.522 Preparing to unpack .../25-pkg-config_1.8.1-1_armhf.deb ...
11:20:53 #12 9.527 Unpacking pkg-config:armhf (1.8.1-1) ...
11:20:53 #12 9.569 Setting up libseccomp-dev:armhf (2.5.4-1+b3) ...
11:20:53 #12 9.582 Setting up libpcre2-16-0:armhf (10.42-1) ...
11:20:53 #12 9.592 Setting up libpcre2-32-0:armhf (10.42-1) ...
11:20:53 #12 9.603 Setting up libpkgconf3:armhf (1.8.1-1) ...
11:20:53 #12 9.623 Setting up libuv1:armhf (1.44.2-1) ...
11:20:53 #12 9.635 Setting up bash-completion (1:2.11-6) ...
11:20:53 #12 9.658 Setting up libproc2-0:armhf (2:4.0.2-3) ...
11:20:53 #12 9.667 Setting up libjsoncpp25:armhf (1.9.5-4) ...
11:20:53 #12 9.677 Setting up libudev-dev:armhf (252.5-2) ...
11:20:53 #12 9.689 Setting up libsepol-dev:armhf (3.4-2) ...
11:20:53 #12 9.699 Setting up pkgconf-bin (1.8.1-1) ...
11:20:53 #12 9.709 Setting up libpcre2-posix3:armhf (10.42-1) ...
11:20:53 #12 9.719 Setting up librhash0:armhf (1.4.3-3) ...
11:20:53 #12 9.729 Setting up procps (2:4.0.2-3) ...
11:20:53 #12 8.827 Preparing to unpack .../23-pkg-config_0.29.2-1_armhf.deb ...
11:20:53 #12 8.833 Unpacking pkg-config (0.29.2-1) ...
11:20:53 #12 8.879 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:20:53 #12 8.889 Setting up libsepol1-dev:armhf (3.1-1) ...
11:20:53 #12 8.900 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.911 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:20:53 #12 8.921 Setting up libuv1:armhf (1.40.0-2) ...
11:20:53 #12 8.935 Setting up bash-completion (1:2.11-2) ...
11:20:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc
11:20:53  debian/rules build
11:20:53 dh build --with=bash-completion
11:20:53    dh_update_autotools_config
11:20:53 #13 7.289 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake arm64 3.24.2-1ubuntu1 [6634 kB]
11:20:53 #11 90.66 Setting up licensecheck (3.3.0-1) ...
11:20:53 #11 90.67 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:20:53 #11 90.69 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:20:53 #11 90.71 Setting up libwww-perl (6.67-1) ...
11:20:53 #11 90.72 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
11:20:53 #11 90.73 Setting up libwww-mechanize-perl (2.14-2) ...
11:20:53 #11 90.74 Setting up devscripts (2.22.2ubuntu3) ...
11:20:53 #12 9.769 Setting up cmake-data (3.25.1-1) ...
11:20:53 #12 9.785 Setting up dh-apparmor (3.0.8-3) ...
11:20:53 #12 9.796 Setting up libsystemd-dev:armhf (252.5-2) ...
11:20:53 #12 9.806 Setting up libpcre2-dev:armhf (10.42-1) ...
11:20:53 #12 9.816 Setting up libselinux1-dev:armhf (3.4-1+b5) ...
11:20:53 #12 9.827 Setting up pkgconf:armhf (1.8.1-1) ...
11:20:53 #12 9.843 Setting up pkg-config:armhf (1.8.1-1) ...
11:20:53 #12 9.853 Setting up cmake (3.25.1-1) ...
11:20:53 #12 9.865 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:20:53 #12 9.875 Setting up dmsetup (2:1.02.185-2) ...
11:20:53 #12 9.889 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
11:20:53 #12 9.899 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
11:20:53 #12 9.910 Setting up docker-ce-build-deps (1.0) ...
11:20:53 #12 9.920 Processing triggers for libc-bin (2.36-8) ...
11:20:53 #12 9.940 Processing triggers for man-db (2.11.2-1) ...
11:20:53    dh_autoreconf
11:20:53    debian/rules override_dh_auto_build
11:20:53 make[1]: Entering directory '/root/build-deb'
11:20:53 # Build the daemon and dependencies
11:20:53 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:53 
11:20:54 #13 7.599 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
11:20:54 #13 7.750 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-1ubuntu1 [11.8 kB]
11:20:54 #13 7.752 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libudev-dev arm64 251.4-1ubuntu7.1 [21.3 kB]
11:20:54 #11 90.89 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
11:20:54 #11 90.91 Setting up libxml-sax-expat-perl (0.51-1) ...
11:20:54 #11 90.98 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:20:54 #11 91.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:20:54 Removing bundles/
11:20:54 
11:20:54 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:54 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:54 #12 9.472 Setting up libncurses6:armhf (6.2+20201114-2) ...
11:20:54 #12 9.480 Setting up pkg-config (0.29.2-1) ...
11:20:54 #12 9.527 Setting up libudev-dev:armhf (247.3-7+deb11u1) ...
11:20:54 #12 9.538 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:20:54 #12 9.549 Setting up libjsoncpp24:armhf (1.9.4-4) ...
11:20:54 #12 9.559 Setting up librhash0:armhf (1.4.1-2) ...
11:20:54 #12 9.569 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:20:54 #12 9.583 Setting up dh-apparmor (2.13.6-10) ...
11:20:54 #12 9.596 Setting up libsystemd-dev:armhf (247.3-7+deb11u1) ...
11:20:54 #12 9.612 Setting up libprocps8:armhf (2:3.3.17-5) ...
11:20:54 #12 9.623 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:20:54 #12 9.635 Setting up libselinux1-dev:armhf (3.1-3) ...
11:20:54 #15 DONE 1.8s
11:20:54 
11:20:54 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:20:54 #16 DONE 0.0s
11:20:54 
11:20:54 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:20:54 #17 DONE 0.0s
11:20:54 
11:20:54 #18 exporting to image
11:20:54 #18 exporting layers
11:20:54 #13 7.859 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsepol-dev arm64 3.4-2 [387 kB]
11:20:54 #11 91.15 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:20:54 #39 15.20 Reading package lists...
11:20:54 #39 17.54 + apt-get  install -y --no-install-recommends gcc libc6-dev
11:20:54 #12 9.645 Setting up procps (2:3.3.17-5) ...
11:20:54 #12 9.678 Setting up cmake (3.18.4-2+deb11u1) ...
11:20:54 #12 9.689 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:20:54 #12 9.701 Setting up dmsetup (2:1.02.175-2.1) ...
11:20:54 #12 9.712 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:20:54 #12 9.722 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:20:54 #12 9.734 Setting up docker-ce-build-deps (1.0) ...
11:20:54 #12 9.746 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:20:54 #12 9.763 Processing triggers for man-db (2.9.4-2) ...
11:20:54 #13 8.145 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-16-0 arm64 10.40-1ubuntu1 [193 kB]
11:20:54 #13 8.195 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-32-0 arm64 10.40-1ubuntu1 [181 kB]
11:20:54 #13 8.223 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-posix3 arm64 10.40-1ubuntu1 [5996 B]
11:20:54 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc
11:20:54  debian/rules build
11:20:54 dh build --with=bash-completion
11:20:54    dh_update_autotools_config
11:20:54 #13 8.230 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-dev arm64 10.40-1ubuntu1 [671 kB]
11:20:54 #13 8.290 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libselinux1-dev arm64 3.4-1 [170 kB]
11:20:54 #13 8.301 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-dev arm64 2:1.02.185-1ubuntu1 [36.7 kB]
11:20:54 #13 8.303 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libseccomp-dev arm64 2.5.4-1ubuntu1 [90.6 kB]
11:20:54 #13 8.309 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsystemd-dev arm64 251.4-1ubuntu7.1 [314 kB]
11:20:54 #13 8.475 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
11:20:54    dh_autoreconf
11:20:54    debian/rules override_dh_auto_build
11:20:54 make[1]: Entering directory '/root/build-deb'
11:20:54 # Build the daemon and dependencies
11:20:54 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:54 
11:20:54 Removing bundles/
11:20:54 
11:20:54 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:54 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:55 #11 91.92 Processing triggers for sgml-base (1.30) ...
11:20:55 #13 8.798 debconf: delaying package configuration, since apt-utils is not installed
11:20:55 #13 8.841 Fetched 11.7 MB in 2s (4816 kB/s)
11:20:55 #13 8.871 Selecting previously unselected package bash-completion.
11:20:55 #13 8.871 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:20:55 #13 8.888 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
11:20:55 #13 8.902 Unpacking bash-completion (1:2.11-6ubuntu1) ...
11:20:55 #13 9.024 Selecting previously unselected package libarchive13:arm64.
11:20:55 #13 9.028 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
11:20:55 #13 9.035 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
11:20:55 #13 9.075 Selecting previously unselected package libjsoncpp25:arm64.
11:20:55 #13 9.075 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_arm64.deb ...
11:20:55 #13 9.078 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
11:20:55 #13 9.115 Selecting previously unselected package librhash0:arm64.
11:20:55 #13 9.115 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
11:20:55 #13 9.119 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
11:20:55 #13 9.154 Selecting previously unselected package libuv1:arm64.
11:20:55 #13 9.158 Preparing to unpack .../04-libuv1_1.44.2-1_arm64.deb ...
11:20:55 #13 9.161 Unpacking libuv1:arm64 (1.44.2-1) ...
11:20:55 #13 9.194 Selecting previously unselected package dh-elpa-helper.
11:20:55 #13 9.197 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:20:55 #13 9.200 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:20:55 #13 9.237 Selecting previously unselected package emacsen-common.
11:20:55 #13 9.241 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:20:55 #13 9.253 Unpacking emacsen-common (3.0.4) ...
11:20:55 #39 17.58 Reading package lists...
11:20:55 #39 ...
11:20:55 
11:20:55 #41 [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
11:20:55 #0 9.188 Reading package lists...
11:20:55 #41 12.26 Reading package lists...
11:20:55 #41 15.00 Building dependency tree...
11:20:55 #41 16.40 The following additional packages will be installed:
11:20:55 #41 16.42   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:20:55 #41 16.43 Suggested packages:
11:20:55 #41 16.43   cmake-doc ninja-build lrzip
11:20:55 #41 16.74 The following NEW packages will be installed:
11:20:55 #41 16.74   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:20:55 #41 17.07 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
11:20:55 #41 17.07 Need to get 17.3 MB of archives.
11:20:55 #41 17.07 After this operation, 70.1 MB of additional disk space will be used.
11:20:55 #41 17.07 Get:1 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:20:55 #41 17.12 Get:2 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:20:55 #41 17.40 Get:3 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
11:20:55 #41 17.41 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:20:55 #41 17.42 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:20:55 #41 17.42 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:20:55 #41 17.43 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:20:55 #41 17.43 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:20:55 #41 18.13 debconf: delaying package configuration, since apt-utils is not installed
11:20:55 #41 18.26 Fetched 17.3 MB in 1s (20.7 MB/s)
11:20:55 #41 18.37 Selecting previously unselected package cmake-data.
11:20:55 #41 18.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 ... 15754 files and directories currently installed.)
11:20:55 #41 18.41 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:20:55 #41 18.42 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:20:55 #41 ...
11:20:55 
11:20:55 #37 [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
11:20:55 #37 19.24 NAME:
11:20:55 #37 19.24    go-winres - A tool for embedding resources in Windows executables
11:20:55 #37 19.24 
11:20:55 #37 19.24 USAGE:
11:20:55 #37 19.24    go-winres [global options] command [command options] [arguments...]
11:20:55 #37 19.24 
11:20:55 #37 19.24 COMMANDS:
11:20:55 #37 19.24    init     Create an initial ./winres/winres.json
11:20:55 #37 19.24    make     Make syso files for the "go build" command
11:20:55 #37 19.24    simply   Make syso files for the "go build" command (simplified)
11:20:55 #37 19.24    extract  Extract all resources from an executable
11:20:55 #37 19.24    patch    Replace resources in an executable file (exe, dll)
11:20:55 #37 19.24    help, h  Shows a list of commands or help for one command
11:20:55 #37 19.24 
11:20:55 #37 19.24 GLOBAL OPTIONS:
11:20:55 #37 19.24    --help, -h  show help (default: false)
11:20:55 #13 9.360 Selecting previously unselected package cmake-data.
11:20:55 #13 9.364 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
11:20:55 #13 9.373 Unpacking cmake-data (3.24.2-1ubuntu1) ...
11:20:55 #37 DONE 19.6s
11:20:55 
11:20:55 #38 [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
11:20:55 #0 9.530 Reading package lists...
11:20:55 #38 13.02 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:20:55 #38 13.03 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:20:55 #38 13.03 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:20:55 #38 14.28 Reading package lists...
11:20:55 #38 16.80 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
11:20:55 #38 16.83 Reading package lists...
11:20:56 #13 34.75 Checking for new repos for mirrors
11:20:56 #13 34.75 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
11:20:56 #13 34.75  --> Already installed : bash-4.2.46-34.el7.x86_64
11:20:56 #13 34.76 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
11:20:56 #13 34.76  --> 1:make-3.82-24.el7.x86_64
11:20:56 #13 34.90  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
11:20:56 #13 34.90  --> git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 34.90 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
11:20:56 #13 34.90  --> Already installed : bash-4.2.46-34.el7.x86_64
11:20:56 #13 34.90 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
11:20:56 #13 34.90  --> Already installed : bash-4.2.46-34.el7.x86_64
11:20:56 #13 34.91  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
11:20:56 #13 34.91  --> cmake-2.8.12.2-2.el7.x86_64
11:20:56 #13 34.91  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
11:20:56 #13 34.91  --> gcc-4.8.5-44.el7.x86_64
11:20:56 #13 34.91  --> git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 34.91  --> glibc-static-2.17-326.el7_9.x86_64
11:20:56 #13 34.91  --> libarchive-3.1.2-14.el7_7.x86_64
11:20:56 #13 34.91  --> libseccomp-devel-2.3.1-4.el7.x86_64
11:20:56 #13 34.92  --> libselinux-devel-2.5-15.el7.x86_64
11:20:56 #13 34.92  --> libtool-2.4.2-22.el7_3.x86_64
11:20:56 #13 34.92  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
11:20:56 #13 34.92  --> 1:make-3.82-24.el7.x86_64
11:20:56 #13 34.92  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
11:20:56 #13 34.92  --> Already installed : systemd-219-78.el7.x86_64
11:20:56 #13 34.92  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:20:56 #13 34.92  --> systemd-devel-219-78.el7_9.7.x86_64
11:20:56 #13 34.92  --> Already installed : 2:tar-1.26-35.el7.x86_64
11:20:56 #13 34.92  --> which-2.20-7.el7.x86_64
11:20:56 #13 34.93 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
11:20:56 #13 34.93  --> Already installed : bash-4.2.46-34.el7.x86_64
11:20:56 #13 34.93 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
11:20:56 #13 34.93  --> Already installed : bash-4.2.46-34.el7.x86_64
11:20:56 #13 34.93 --> Running transaction check
11:20:56 #13 34.93 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
11:20:56 #13 34.94 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
11:20:56 #13 34.94 --> 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
11:20:56 #13 35.08 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
11:20:56 #13 35.08 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.09 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.09 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.10 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.10 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.10 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
11:20:56 #13 35.10 ---> Package git.x86_64 0:1.8.3.1-24.el7_9 will be installed
11:20:56 #13 35.11 --> Processing Dependency: perl-Git = 1.8.3.1-24.el7_9 for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.12 --> Processing Dependency: rsync for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.12 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.12 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.12 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.12 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.13 --> Processing Dependency: less for package: git-1.8.3.1-24.el7_9.x86_64
11:20:56 #13 35.13 ---> Package glibc-static.x86_64 0:2.17-326.el7_9 will be installed
11:20:56 #13 35.13 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
11:20:56 #13 35.13 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
11:20:56 #13 35.13 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
11:20:56 #13 35.13 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
11:20:56 #13 35.14 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
11:20:56 #13 35.14 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
11:20:56 #13 35.14 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
11:20:56 #13 35.14 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
11:20:56 #13 35.14 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
11:20:56 #13 35.14 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
11:20:56 #13 35.14 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
11:20:56 #13 35.14 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
11:20:56 #13 35.15 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
11:20:56 #13 35.15 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
11:20:56 #13 35.15 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
11:20:56 #13 35.15 ---> Package make.x86_64 1:3.82-24.el7 will be installed
11:20:56 #13 35.15 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
11:20:56 #13 35.15 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:20:56 #13 35.15 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:20:56 #13 35.16 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:20:56 #13 35.16 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:20:56 #13 35.16 ---> Package systemd-devel.x86_64 0:219-78.el7_9.7 will be installed
11:20:56 #13 35.16 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
11:20:56 #13 35.17 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
11:20:56 #13 35.18 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.x86_64
11:20:56 #13 35.18 ---> Package which.x86_64 0:2.20-7.el7 will be installed
11:20:56 #13 35.18 --> Running transaction check
11:20:56 #13 35.18 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
11:20:56 #13 35.19 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
11:20:56 #13 35.19 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
11:20:56 #13 35.19 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
11:20:56 #13 35.19 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
11:20:56 #13 35.19 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
11:20:56 #13 35.20 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
11:20:56 #13 35.20 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
11:20:56 #13 35.20 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
11:20:56 #13 35.21 ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed
11:20:56 #13 35.21 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
11:20:56 #13 35.21 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
11:20:56 #13 35.22 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
11:20:56 #13 35.23 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
11:20:56 #13 35.23 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64
11:20:56 #13 35.23 ---> Package less.x86_64 0:458-9.el7 will be installed
11:20:56 #13 35.23 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
11:20:56 #13 35.23 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
11:20:56 #13 35.23 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
11:20:56 #13 35.23 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
11:20:56 #13 35.23 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
11:20:56 #13 35.23 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
11:20:56 #13 35.23 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
11:20:56 #13 35.23 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
11:20:56 #13 35.23 ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be installed
11:20:56 #13 35.24 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.x86_64
11:20:56 #13 35.24 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.x86_64
11:20:56 #13 35.24 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
11:20:56 #13 35.24 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
11:20:56 #13 35.24 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
11:20:56 #13 35.24 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
11:20:56 #13 35.25 ---> Package perl-Git.noarch 0:1.8.3.1-24.el7_9 will be installed
11:20:56 #13 35.25 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
11:20:56 #13 35.25 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
11:20:56 #13 35.25 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
11:20:56 #13 35.25 ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed
11:20:56 #13 35.25 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
11:20:56 #13 35.25 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
11:20:56 #13 35.26 ---> Package systemd.x86_64 0:219-78.el7 will be updated
11:20:56 #13 35.26 ---> Package systemd.x86_64 0:219-78.el7_9.7 will be an update
11:20:56 #13 35.27 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
11:20:56 #13 35.27 ---> Package systemd-libs.x86_64 0:219-78.el7_9.7 will be an update
11:20:56 #13 35.27 --> Running transaction check
11:20:56 #13 35.27 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
11:20:56 #13 35.27 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
11:20:56 #13 35.28 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
11:20:56 #13 35.28 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
11:20:56 #13 35.28 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
11:20:56 #13 35.28 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
11:20:56 #13 35.28 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
11:20:56 #13 35.28 ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed
11:20:56 #13 35.28 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64
11:20:56 #13 35.30 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64
11:20:56 #13 35.30 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
11:20:56 #13 35.30 ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be installed
11:20:56 #13 35.30 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
11:20:56 #13 35.30 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
11:20:56 #13 35.30 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
11:20:56 #13 35.30 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
11:20:56 #13 35.31 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
11:20:56 #13 35.31 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.31 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.31 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.31 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:20:56 #13 35.32 --> Running transaction check
11:20:56 #13 35.32 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
11:20:56 #13 35.32 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
11:20:56 #13 35.32 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
11:20:56 #13 35.32 ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
11:20:56 #13 35.33 ---> Package kernel-headers.x86_64 0:3.10.0-1160.88.1.el7 will be installed
11:20:56 #13 35.33 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
11:20:56 #13 35.33 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
11:20:56 #13 35.33 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
11:20:56 #13 35.33 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
11:20:56 #13 35.33 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
11:20:56 #13 35.33 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
11:20:56 #13 35.34 --> Finished Dependency Resolution
11:20:56 #13 35.37 
11:20:56 #13 35.37 Dependencies Resolved
11:20:56 #13 35.38 
11:20:56 #13 35.38 ================================================================================
11:20:56 #13 35.38  Package                   Arch      Version                   Repository  Size
11:20:56 #13 35.38 ================================================================================
11:20:56 #13 35.38 Installing:
11:20:56 #13 35.38  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
11:20:56 #13 35.38  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
11:20:56 #13 35.38  gcc                       x86_64    4.8.5-44.el7              base        16 M
11:20:56 #13 35.38  git                       x86_64    1.8.3.1-24.el7_9          updates    4.4 M
11:20:56 #13 35.38  glibc-static              x86_64    2.17-326.el7_9            updates    1.6 M
11:20:56 #13 35.38  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
11:20:56 #13 35.38  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
11:20:56 #13 35.38  libselinux-devel          x86_64    2.5-15.el7                base       187 k
11:20:56 #13 35.38  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
11:20:56 #13 35.38  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
11:20:56 #13 35.38  make                      x86_64    1:3.82-24.el7             base       421 k
11:20:56 #13 35.38  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
11:20:56 #13 35.38  systemd-devel             x86_64    219-78.el7_9.7            updates    216 k
11:20:56 #13 35.38  which                     x86_64    2.20-7.el7                base        41 k
11:20:56 #13 35.38 Installing for dependencies:
11:20:56 #13 35.38  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
11:20:56 #13 35.38  autoconf                  noarch    2.69-11.el7               base       701 k
11:20:56 #13 35.38  automake                  noarch    1.13.4-3.el7              base       679 k
11:20:56 #13 35.38  checkpolicy               x86_64    2.5-8.el7                 base       295 k
11:20:56 #13 35.38  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
11:20:56 #13 35.38  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
11:20:56 #13 35.38  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
11:20:56 #13 35.38  glibc-devel               x86_64    2.17-326.el7_9            updates    1.1 M
11:20:56 #13 35.38  glibc-headers             x86_64    2.17-326.el7_9            updates    691 k
11:20:56 #13 35.38  kernel-headers            x86_64    3.10.0-1160.88.1.el7      updates    9.1 M
11:20:56 #13 35.38  less                      x86_64    458-9.el7                 base       120 k
11:20:56 #13 35.38  libcgroup                 x86_64    0.41-21.el7               base        66 k
11:20:56 #13 35.38  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
11:20:56 #13 35.38  libgomp                   x86_64    4.8.5-44.el7              base       159 k
11:20:56 #13 35.38  libmpc                    x86_64    1.0.1-3.el7               base        51 k
11:20:56 #13 35.38  libseccomp                x86_64    2.3.1-4.el7               base        56 k
11:20:56 #13 35.38  libselinux-python         x86_64    2.5-15.el7                base       236 k
11:20:56 #13 35.38  libselinux-utils          x86_64    2.5-15.el7                base       151 k
11:20:56 #13 35.38  libsemanage-python        x86_64    2.5-14.el7                base       113 k
11:20:56 #13 35.38  libsepol-devel            x86_64    2.5-10.el7                base        77 k
11:20:56 #13 35.38  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
11:20:56 #13 35.38  lzo                       x86_64    2.06-8.el7                base        59 k
11:20:56 #13 35.38  m4                        x86_64    1.4.16-10.el7             base       256 k
11:20:56 #13 35.38  mpfr                      x86_64    3.1.1-4.el7               base       203 k
11:20:56 #13 35.38  openssh                   x86_64    7.4p1-22.el7_9            updates    510 k
11:20:56 #13 35.38  openssh-clients           x86_64    7.4p1-22.el7_9            updates    655 k
11:20:56 #13 35.38  pcre-devel                x86_64    8.32-17.el7               base       480 k
11:20:56 #13 35.38  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
11:20:56 #13 35.38  perl-Error                noarch    1:0.17020-2.el7           base        32 k
11:20:56 #13 35.38  perl-Git                  noarch    1.8.3.1-24.el7_9          updates     56 k
11:20:56 #13 35.38  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
11:20:56 #13 35.38  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
11:20:56 #13 35.38  policycoreutils           x86_64    2.5-34.el7                base       917 k
11:20:56 #13 35.38  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
11:20:56 #13 35.38  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
11:20:56 #13 35.38  python-IPy                noarch    0.75-6.el7                base        32 k
11:20:56 #13 35.38  rsync                     x86_64    3.1.2-12.el7_9            updates    408 k
11:20:56 #13 35.38  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
11:20:56 #13 35.38  setools-libs              x86_64    3.3.8-4.el7               base       620 k
11:20:56 #13 35.38 Updating for dependencies:
11:20:56 #13 35.38  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
11:20:56 #13 35.38  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
11:20:56 #13 35.38  glibc                     x86_64    2.17-326.el7_9            updates    3.6 M
11:20:56 #13 35.38  glibc-common              x86_64    2.17-326.el7_9            updates     12 M
11:20:56 #13 35.38  systemd                   x86_64    219-78.el7_9.7            updates    5.1 M
11:20:56 #13 35.38  systemd-libs              x86_64    219-78.el7_9.7            updates    419 k
11:20:56 #13 35.38 
11:20:56 #13 35.38 Transaction Summary
11:20:56 #13 35.38 ================================================================================
11:20:56 #13 35.38 Install  14 Packages (+39 Dependent packages)
11:20:56 #13 35.38 Upgrade              (  6 Dependent packages)
11:20:56 #13 35.38 
11:20:56 #13 35.38 Total download size: 80 M
11:20:56 #13 35.38 Downloading packages:
11:20:56 #13 35.38 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:20:56 #13 9.778 Selecting previously unselected package cmake.
11:20:56 #13 9.782 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_arm64.deb ...
11:20:56 #13 9.791 Unpacking cmake (3.24.2-1ubuntu1) ...
11:20:56 #11 92.96 Setting up libfontconfig1:armhf (2.13.1-4.4ubuntu1) ...
11:20:56 #11 92.97 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:56 #11 93.00 Setting up lintian (2.115.3ubuntu2.1) ...
11:20:56 #11 93.01 Setting up libgd3:armhf (2.3.3-6) ...
11:20:56 #11 93.03 Setting up libc-devtools (2.36-0ubuntu4) ...
11:20:56 #11 93.04 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:20:56 #11 93.05 Updating certificates in /etc/ssl/certs...
11:20:56 #12 DONE 11.3s
11:20:56 
11:20:56 #13 [stage-1 5/8] COPY sources/ /sources
11:20:56 #13 DONE 0.1s
11:20:56 
11:20:56 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:56 #12 DONE 12.1s
11:20:56 
11:20:56 #13 [stage-1 5/8] COPY sources/ /sources
11:20:56 #13 DONE 0.1s
11:20:56 
11:20:56 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:20:56 #13 9.956 Selecting previously unselected package dh-apparmor.
11:20:56 #13 9.960 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
11:20:56 #13 9.963 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
11:20:56 #13 10.000 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:20:56 #13 10.00 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:20:56 #13 10.01 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:20:56 #13 10.04 Selecting previously unselected package libudev-dev:arm64.
11:20:56 #13 10.04 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7.1_arm64.deb ...
11:20:56 #13 10.05 Unpacking libudev-dev:arm64 (251.4-1ubuntu7.1) ...
11:20:56 #13 10.08 Selecting previously unselected package libsepol-dev:arm64.
11:20:56 #13 10.09 Preparing to unpack .../12-libsepol-dev_3.4-2_arm64.deb ...
11:20:56 #13 10.09 Unpacking libsepol-dev:arm64 (3.4-2) ...
11:20:56 #13 10.14 Selecting previously unselected package libpcre2-16-0:arm64.
11:20:56 #11 93.34 0 added, 0 removed; done.
11:20:56 #11 93.34 Running hooks in /etc/ca-certificates/update.d...
11:20:56 #11 93.34 done.
11:20:56 #11 93.35 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:56 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc
11:20:56  debian/rules build
11:20:56 dh build --with=bash-completion
11:20:56    dh_update_autotools_config
11:20:56    dh_autoreconf
11:20:56    debian/rules override_dh_auto_build
11:20:56 make[1]: Entering directory '/root/build-deb'
11:20:56 # Build the daemon and dependencies
11:20:56 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:56 
11:20:56 Removing bundles/
11:20:56 
11:20:56 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:56 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:20:56 #38 19.25 Building dependency tree...
11:20:56 #13 10.14 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_arm64.deb ...
11:20:56 #13 10.15 Unpacking libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.18 Selecting previously unselected package libpcre2-32-0:arm64.
11:20:56 #13 10.19 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_arm64.deb ...
11:20:56 #13 10.19 Unpacking libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.24 Selecting previously unselected package libpcre2-posix3:arm64.
11:20:56 #13 10.24 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_arm64.deb ...
11:20:56 #13 10.24 Unpacking libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.27 Selecting previously unselected package libpcre2-dev:arm64.
11:20:56 #13 10.27 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_arm64.deb ...
11:20:56 #13 10.28 Unpacking libpcre2-dev:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.32 Selecting previously unselected package libselinux1-dev:arm64.
11:20:56 #13 10.32 Preparing to unpack .../17-libselinux1-dev_3.4-1_arm64.deb ...
11:20:56 #13 10.33 Unpacking libselinux1-dev:arm64 (3.4-1) ...
11:20:56 #13 10.37 Selecting previously unselected package libdevmapper-dev:arm64.
11:20:56 #13 10.37 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:20:56 #11 DONE 93.7s
11:20:56 #38 ...
11:20:56 
11:20:56 #39 [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
11:20:56 #39 17.58 Reading package lists...
11:20:56 #13 10.37 Unpacking libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
11:20:56 #13 10.40 Selecting previously unselected package libseccomp-dev:arm64.
11:20:56 #13 10.41 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_arm64.deb ...
11:20:56 #13 10.41 Unpacking libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
11:20:56 #13 10.45 Selecting previously unselected package libsystemd-dev:arm64.
11:20:56 #13 10.45 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7.1_arm64.deb ...
11:20:56 #13 10.45 Unpacking libsystemd-dev:arm64 (251.4-1ubuntu7.1) ...
11:20:56 #13 10.51 Selecting previously unselected package pkg-config.
11:20:56 #13 10.52 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
11:20:56 #13 10.52 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:20:56 #13 10.56 Setting up libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
11:20:56 #13 10.57 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:20:56 #13 10.59 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
11:20:56 #13 10.60 Setting up libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.61 Setting up libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
11:20:56 #13 10.62 Setting up libuv1:arm64 (1.44.2-1) ...
11:20:56 
11:20:56 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:20:56 #12 DONE 0.0s
11:20:56 
11:20:56 #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
11:20:57 #13 10.63 Setting up emacsen-common (3.0.4) ...
11:20:57 #13 10.67 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:20:57 #13 10.68 Setting up bash-completion (1:2.11-6ubuntu1) ...
11:20:57 #13 10.71 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
11:20:57 #13 10.72 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:20:57 #13 10.77 Setting up libudev-dev:arm64 (251.4-1ubuntu7.1) ...
11:20:57 #13 10.78 Setting up libsepol-dev:arm64 (3.4-2) ...
11:20:57 #13 10.80 Setting up libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
11:20:57 #13 10.81 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
11:20:57 #13 10.82 Setting up cmake-data (3.24.2-1ubuntu1) ...
11:20:57 #13 10.87 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
11:20:57 #13 10.88 Setting up libsystemd-dev:arm64 (251.4-1ubuntu7.1) ...
11:20:57 #39 20.13 Building dependency tree...
11:20:57 #13 10.89 Setting up libpcre2-dev:arm64 (10.40-1ubuntu1) ...
11:20:57 #13 10.90 Setting up libselinux1-dev:arm64 (3.4-1) ...
11:20:57 #13 10.92 Setting up libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
11:20:57 #13 10.99 Setting up cmake (3.24.2-1ubuntu1) ...
11:20:57 #13 10.99 Setting up docker-ce-build-deps (1.0) ...
11:20:57 #13 11.00 Processing triggers for man-db (2.10.2-2) ...
11:20:57 #13 11.11 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:20:57 #14 DONE 1.8s
11:20:57 #17 exporting layers 9.0s done
11:20:57 #17 writing image sha256:f86a82f08765d3b2903d909c45e99dd5581b966a4fdea08be3dc4baf91ef1e5e done
11:20:57 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
11:20:57 #17 DONE 9.1s
11:20:57 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
11:20:57 + set -e
11:20:57 + mkdir -p /root/build-deb/engine
11:20:57 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:57 + mkdir -p /root/build-deb/cli
11:20:57 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:57 
11:20:57 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:57 #15 DONE 0.0s
11:20:57 
11:20:57 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:57 #16 DONE 0.0s
11:20:57 
11:20:57 #17 exporting to image
11:20:57 #17 exporting layers
11:20:57 #13 0.985 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
11:20:57 #13 0.992 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
11:20:57 #13 1.075 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
11:20:57 #13 DONE 11.6s
11:20:57 
11:20:57 #14 [stage-1 6/9] COPY sources/ /sources
11:20:58 + mkdir -p /root/build-deb/buildx
11:20:58 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:58 #13 1.142 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
11:20:58 #14 DONE 1.7s
11:20:58 
11:20:58 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:20:58 #15 DONE 0.0s
11:20:58 
11:20:58 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:20:58 #16 DONE 0.0s
11:20:58 
11:20:58 #17 exporting to image
11:20:58 #17 exporting layers
11:20:58 #14 DONE 0.3s
11:20:58 
11:20:58 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:20:58 #18 exporting layers 6.9s done
11:20:58 #18 writing image sha256:cdde51d432fc699ad591d4e7e1e37a077689ef220bf3cd5392a1eb8fba1a036c done
11:20:58 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
11:20:58 #18 DONE 6.9s
11:20:58 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
11:20:58 + set -e
11:20:58 + mkdir -p /root/build-deb/engine
11:20:58 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:58 + mkdir -p /root/build-deb/cli
11:20:58 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:58 #17 exporting layers 7.5s done
11:20:58 #17 writing image sha256:683235375cbf0552d40612b12a97fb1bfcd89fc2496af1a32524a35fa947f1e2 done
11:20:58 #17 naming to docker.io/debbuild-raspbian-bookworm/aarch64 done
11:20:58 #17 DONE 7.5s
11:20:58 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/raspbian-bookworm:/build  debbuild-raspbian-bookworm/aarch64
11:20:58 + set -e
11:20:58 + mkdir -p /root/build-deb/engine
11:20:58 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:20:58 + mkdir -p /root/build-deb/buildx
11:20:58 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:58 + mkdir -p /root/build-deb/compose
11:20:58 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:58 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:58 + mkdir -p /go/src/github.com/docker
11:20:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:58 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:58 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:58 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:58 + EPOCH=5
11:20:58 + EPOCH_SEP=
11:20:58 + [[ ! -z 5 ]]
11:20:58 + EPOCH_SEP=:
11:20:58 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:58 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:58 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:58 + VERSION=0.0.0-20230309110843-71615c2
11:20:58 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:58 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:58 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:58 + debSource=docker-ce
11:20:58 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:58 + debMaintainer='Docker <support@docker.com>'
11:20:58 ++ date --rfc-2822
11:20:58 + debDate='Fri, 10 Mar 2023 11:20:58 +0000'
11:20:58 + pkgRevision=1
11:20:58 + cat
11:20:58 + export CLI_GITCOMMIT=71615c2
11:20:58 + CLI_GITCOMMIT=71615c2
11:20:58 + export ENGINE_GITCOMMIT=31a9532
11:20:58 + ENGINE_GITCOMMIT=31a9532
11:20:58 + export SCAN_GITCOMMIT=6c852fa
11:20:58 + SCAN_GITCOMMIT=6c852fa
11:20:58 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:58 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:58 + dpkg-buildpackage -uc -us -I.git
11:20:58 dpkg-buildpackage: info: source package docker-ce
11:20:58 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.10~buster
11:20:58 dpkg-buildpackage: info: source distribution buster
11:20:58 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:58 dpkg-buildpackage: info: host architecture armhf
11:20:58  dpkg-source -I.git --before-build .
11:20:58 #39 21.78 gcc is already the newest version (4:10.2.1-1).
11:20:58 #39 21.78 libc6-dev is already the newest version (2.31-13+deb11u5).
11:20:58 #39 21.78 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
11:20:58 #39 DONE 22.0s
11:20:58 
11:20:58 #42 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
11:20:58 #42 DONE 0.3s
11:20:58 
11:20:58 #38 [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
11:20:58 #38 21.09 gcc is already the newest version (4:10.2.1-1).
11:20:58 #38 21.09 The following additional packages will be installed:
11:20:58 #38 21.09   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
11:20:58 #38 21.09   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
11:20:58 #38 21.09   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
11:20:58 #38 21.09   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
11:20:58 #38 21.09   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
11:20:58 #38 21.10   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
11:20:58 #38 21.10 Suggested packages:
11:20:58 #38 21.11   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
11:20:58 #38 21.11   | libgdk-pixbuf2.0-dev libxml2-utils
11:20:58 #38 22.31 The following NEW packages will be installed:
11:20:58 #38 22.31   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
11:20:58 #38 22.31   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
11:20:58 #38 22.31   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
11:20:58 #38 22.31   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
11:20:58 #38 22.31   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
11:20:58 #38 22.31   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
11:20:58 + mkdir -p /root/build-deb/cli
11:20:58 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:20:58 + mkdir -p /root/build-deb/compose
11:20:58 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:58 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:58 + mkdir -p /go/src/github.com/docker
11:20:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:58 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:58 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:58 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:58  debian/rules clean
11:20:58 dh clean --with=bash-completion
11:20:58    dh_clean
11:20:59 #38 ...
11:20:59 
11:20:59 #43 [build 2/6] WORKDIR /go/src/github.com/docker/docker
11:20:59 #43 DONE 0.1s
11:20:59 
11:20:59 #44 [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
11:20:59 #13 1.317 Reading package lists...
11:20:59 + mkdir -p /root/build-deb/buildx
11:20:59 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:20:59 + EPOCH=5
11:20:59 + EPOCH_SEP=
11:20:59 + [[ ! -z 5 ]]
11:20:59 + EPOCH_SEP=:
11:20:59 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:59 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:59 + VERSION=0.0.0-20230309110843-71615c2
11:20:59 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:59 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:59 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:59 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:59 + debSource=docker-ce
11:20:59 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:59 + debMaintainer='Docker <support@docker.com>'
11:20:59 ++ date --rfc-2822
11:20:59 + debDate='Fri, 10 Mar 2023 11:20:58 +0000'
11:20:59 + pkgRevision=1
11:20:59 + cat
11:20:59 + export CLI_GITCOMMIT=71615c2
11:20:59 + CLI_GITCOMMIT=71615c2
11:20:59 + export ENGINE_GITCOMMIT=31a9532
11:20:59 + ENGINE_GITCOMMIT=31a9532
11:20:59 + export SCAN_GITCOMMIT=6c852fa
11:20:59 + SCAN_GITCOMMIT=6c852fa
11:20:59 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:59 + dpkg-buildpackage -uc -us -I.git
11:20:59 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:59 dpkg-buildpackage: info: source package docker-ce
11:20:59 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal
11:20:59 dpkg-buildpackage: info: source distribution focal
11:20:59 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:59  dpkg-source -I.git --before-build .
11:20:59 dpkg-buildpackage: info: host architecture armhf
11:20:59  dpkg-source -I.git -b .
11:20:59  debian/rules clean
11:20:59 dh clean --with=bash-completion
11:20:59    dh_clean
11:20:59 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:59 dpkg-source: info: using source format '1.0'
11:20:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz
11:20:59 #13 2.615 dpkg-buildpackage: info: source package docker-ce-build-deps
11:20:59 #13 2.615 dpkg-buildpackage: info: source version 1.0
11:20:59 #13 2.615 dpkg-buildpackage: info: source distribution unstable
11:20:59 #13 2.615 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:20:59 #13 2.650 dpkg-buildpackage: info: host architecture armhf
11:20:59 #13 2.650  dpkg-source --before-build .
11:20:59 #13 2.755  debian/rules clean
11:20:59 #13 2.757 dh clean
11:20:59 #13 2.838    dh_clean
11:20:59 #13 2.871  debian/rules binary
11:20:59 #13 2.872 dh binary
11:20:59 #13 2.943    dh_update_autotools_config
11:20:59 #13 2.972    dh_autoreconf
11:20:59  dpkg-source -I.git -b .
11:20:59 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:20:59 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:20:59 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:20:59 dpkg-source: info: using source format '1.0'
11:20:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz
11:20:59 + mkdir -p /root/build-deb/compose
11:20:59 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:20:59 + mkdir -p /root/build-deb/scan-cli-plugin
11:20:59 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:20:59 + mkdir -p /go/src/github.com/docker
11:20:59 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:20:59 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:20:59 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:20:59 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:20:59 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:20:59 + EPOCH=5
11:20:59 + EPOCH_SEP=
11:20:59 + [[ ! -z 5 ]]
11:20:59 + EPOCH_SEP=:
11:20:59 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:20:59 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:20:59 + VERSION=0.0.0-20230309110843-71615c2
11:20:59 VERSION AAA 0.0.0-20230309110843-71615c2
11:20:59 VERSION bbb 0.0.0-20230309110843-71615c2
11:20:59 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:20:59 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:20:59 + debSource=docker-ce
11:20:59 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:20:59 + debMaintainer='Docker <support@docker.com>'
11:20:59 ++ date --rfc-2822
11:20:59 + debDate='Fri, 10 Mar 2023 11:20:59 +0000'
11:20:59 + pkgRevision=1
11:20:59 + cat
11:20:59 + export CLI_GITCOMMIT=71615c2
11:20:59 + CLI_GITCOMMIT=71615c2
11:20:59 + export ENGINE_GITCOMMIT=31a9532
11:20:59 + ENGINE_GITCOMMIT=31a9532
11:20:59 + export SCAN_GITCOMMIT=6c852fa
11:20:59 + SCAN_GITCOMMIT=6c852fa
11:20:59 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:20:59 VERSION BBB 0.0.0-20230309110843-71615c2
11:20:59 + dpkg-buildpackage -uc -us -I.git
11:20:59 dpkg-buildpackage: info: source package docker-ce
11:20:59 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm
11:20:59 dpkg-buildpackage: info: source distribution bookworm
11:20:59 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:20:59  dpkg-source -I.git --before-build .
11:20:59 dpkg-buildpackage: info: host architecture armhf
11:20:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc
11:20:59  debian/rules build
11:20:59 dh build --with=bash-completion
11:20:59    dh_update_autotools_config
11:20:59    dh_autoreconf
11:20:59    debian/rules override_dh_auto_build
11:20:59 make[1]: Entering directory '/root/build-deb'
11:20:59 # Build the daemon and dependencies
11:20:59 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:20:59 
11:20:59 Removing bundles/
11:20:59 
11:20:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:20:59 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:20:59 #13 3.015    create-stamp debian/debhelper-build-stamp
11:20:59 #13 3.015    dh_prep
11:20:59 #13 3.043    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:20:59 #13 3.095    dh_install
11:20:59 #13 3.130    dh_installdocs
11:20:59 #13 3.169    dh_installchangelogs
11:20:59  debian/rules clean
11:20:59 dh clean --with=bash-completion
11:20:59    dh_clean
11:21:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc
11:21:00  debian/rules build
11:21:00 dh build --with=bash-completion
11:21:00    dh_update_autotools_config
11:21:00    dh_autoreconf
11:21:00    debian/rules override_dh_auto_build
11:21:00 make[1]: Entering directory '/root/build-deb'
11:21:00 # Build the daemon and dependencies
11:21:00 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:00 
11:21:00 Removing bundles/
11:21:00 
11:21:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:00 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:21:00 #13 3.257    dh_perl
11:21:00 #13 3.294    dh_link
11:21:00 #13 3.330    dh_strip_nondeterminism
11:21:00 #13 3.393    dh_compress
11:21:00 #13 3.432    dh_fixperms
11:21:00 #13 3.472    dh_missing
11:21:00 #13 3.499    dh_installdeb
11:21:00 #13 3.535    dh_gencontrol
11:21:00  dpkg-source -I.git -b .
11:21:00 dpkg-source: warning: native package version may not have a revision
11:21:00 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:00 dpkg-source: info: using source format '1.0'
11:21:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.tar.gz
11:21:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.dsc
11:21:00  debian/rules build
11:21:00 dh build --with=bash-completion
11:21:00    dh_update_autotools_config
11:21:00    dh_autoreconf
11:21:00    debian/rules override_dh_auto_build
11:21:00 make[1]: Entering directory '/root/build-deb'
11:21:00 # Build the daemon and dependencies
11:21:00 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:00 
11:21:00 Removing bundles/
11:21:00 
11:21:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:00 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:00 #13 3.654    dh_md5sums
11:21:00 #13 3.688    dh_builddeb
11:21:00 #13 3.716 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:21:00 #13 3.803  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
11:21:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.dsc
11:21:00  debian/rules build
11:21:00 dh build --with=bash-completion
11:21:00    dh_update_autotools_config
11:21:00    dh_autoreconf
11:21:00    debian/rules override_dh_auto_build
11:21:00 make[1]: Entering directory '/root/build-deb'
11:21:00 # Build the daemon and dependencies
11:21:00 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:00 
11:21:00 Removing bundles/
11:21:00 
11:21:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:00 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:00 #13 3.960  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
11:21:00 #13 4.043 dpkg-genchanges: info: binary-only upload (no source code included)
11:21:00 #13 4.045  dpkg-source --after-build .
11:21:00 #13 4.147 dpkg-buildpackage: info: binary-only upload (no source included)
11:21:00 #13 4.152 
11:21:00 #13 4.152 The package has been created.
11:21:00 #13 4.152 Attention, the package has been created in the current directory,
11:21:00 #13 4.152 not in ".." as indicated by the message above!
11:21:00 #44 ...
11:21:00 
11:21:00 #40 [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
11:21:00 #40 14.27 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:21:00 #40 14.27 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:21:00 #40 14.27 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:21:00 #40 15.54 Reading package lists...
11:21:00 #40 18.04 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
11:21:00 #40 18.09 Reading package lists...
11:21:00 #40 20.21 Building dependency tree...
11:21:00 #40 21.52 gcc is already the newest version (4:10.2.1-1).
11:21:00 #40 21.52 libc6-dev is already the newest version (2.31-13+deb11u5).
11:21:00 #40 21.52 The following additional packages will be installed:
11:21:00 #40 21.52   bzip2 patch xz-utils
11:21:00 #40 21.52 Suggested packages:
11:21:00 #40 21.52   bzip2-doc debian-keyring seccomp ed diffutils-doc
11:21:00 #40 21.52 Recommended packages:
11:21:00 #40 21.52   build-essential fakeroot libalgorithm-merge-perl
11:21:00 #40 21.73 The following NEW packages will be installed:
11:21:00 #40 21.74   bzip2 dpkg-dev libseccomp-dev patch xz-utils
11:21:00 #40 22.07 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
11:21:00 #40 22.07 Need to get 2802 kB of archives.
11:21:00 #40 22.07 After this operation, 4128 kB of additional disk space will be used.
11:21:00 #40 22.07 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:21:00 #40 22.07 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:21:00 #40 22.07 Get:3 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:21:00 #40 22.07 Get:4 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
11:21:00 #40 22.15 Get:5 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:21:00 #40 22.76 debconf: delaying package configuration, since apt-utils is not installed
11:21:00 #40 22.88 Fetched 2802 kB in 0s (7162 kB/s)
11:21:00 #40 22.96 Selecting previously unselected package bzip2.
11:21:00 #40 22.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15754 files and directories currently installed.)
11:21:00 #40 22.96 Preparing to unpack .../bzip2_1.0.8-4_amd64.deb ...
11:21:00 #40 22.97 Unpacking bzip2 (1.0.8-4) ...
11:21:00 #40 23.04 Selecting previously unselected package xz-utils.
11:21:00 #40 23.04 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:21:00 #40 23.06 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:21:00 #40 23.16 Selecting previously unselected package patch.
11:21:00 #40 23.16 Preparing to unpack .../patch_2.7.6-7_amd64.deb ...
11:21:00 #40 23.17 Unpacking patch (2.7.6-7) ...
11:21:00 #40 23.26 Selecting previously unselected package dpkg-dev.
11:21:00 #40 23.26 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
11:21:00 #40 23.27 Unpacking dpkg-dev (1.20.12) ...
11:21:00 #40 23.79 Selecting previously unselected package libseccomp-dev:amd64.
11:21:00 #40 23.79 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:21:00 #40 23.80 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:21:00 #40 23.97 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:21:00 #40 23.98 Setting up bzip2 (1.0.8-4) ...
11:21:00 #40 24.00 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:21:00 #40 24.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:21:00 #40 24.02 Setting up patch (2.7.6-7) ...
11:21:00 #40 24.03 Setting up dpkg-dev (1.20.12) ...
11:21:00 #40 DONE 24.3s
11:21:01 #13 4.288 Selecting previously unselected package docker-ce-build-deps.
11:21:01 #13 4.306 (Reading database ... 27265 files and directories currently installed.)
11:21:01 #13 4.308 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:21:01 #13 4.311 Unpacking docker-ce-build-deps (1.0) ...
11:21:01 
11:21:01 #38 [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
11:21:01 #38 22.70 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
11:21:01 #38 22.70 Need to get 8225 kB of archives.
11:21:01 #38 22.70 After this operation, 40.0 MB of additional disk space will be used.
11:21:01 #38 22.70 Get:1 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
11:21:01 #38 22.70 Get:2 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
11:21:01 #38 22.70 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
11:21:01 #38 22.70 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
11:21:01 #38 22.71 Get:5 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
11:21:01 #38 22.73 Get:6 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
11:21:01 #38 22.73 Get:7 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
11:21:01 #38 22.74 Get:8 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:21:01 #38 22.76 Get:9 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:21:01 #38 22.76 Get:10 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:21:01 #38 22.76 Get:11 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
11:21:01 #38 22.76 Get:12 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:21:01 #38 22.79 Get:13 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
11:21:01 #38 22.79 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:21:01 #38 22.79 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:21:01 #38 22.79 Get:16 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
11:21:01 #38 22.79 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:21:01 #38 22.82 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
11:21:01 #38 22.82 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
11:21:01 #38 22.82 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
11:21:01 #38 22.82 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
11:21:01 #38 22.83 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:21:01 #38 22.83 Get:23 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
11:21:01 #38 22.83 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
11:21:01 #38 22.83 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
11:21:01 #38 22.83 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
11:21:01 #38 22.84 Get:27 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
11:21:01 #38 22.86 Get:28 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
11:21:01 #38 22.86 Get:29 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
11:21:01 #38 22.92 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
11:21:01 #38 23.34 debconf: delaying package configuration, since apt-utils is not installed
11:21:01 #38 23.47 Fetched 8225 kB in 1s (16.1 MB/s)
11:21:01 #38 23.52 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:21:01 #38 23.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 ... 15754 files and directories currently installed.)
11:21:01 #38 23.55 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
11:21:01 #38 23.57 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:21:01 #38 23.65 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:21:01 #38 23.65 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
11:21:01 #38 23.66 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:21:01 #38 23.76 Selecting previously unselected package libsecret-common.
11:21:01 #38 23.76 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
11:21:01 #38 23.78 Unpacking libsecret-common (0.20.4-2) ...
11:21:01 #38 23.87 Selecting previously unselected package libsecret-1-0:amd64.
11:21:01 #38 23.87 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_amd64.deb ...
11:21:01 #38 23.88 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
11:21:01 #38 24.01 Selecting previously unselected package gir1.2-secret-1:amd64.
11:21:01 #38 24.01 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_amd64.deb ...
11:21:01 #38 24.01 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
11:21:01 #38 24.05 Selecting previously unselected package uuid-dev:amd64.
11:21:01 #38 24.05 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:01 #38 24.06 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:01 #38 24.19 Selecting previously unselected package libblkid-dev:amd64.
11:21:01 #38 24.20 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:01 #38 24.23 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:01 #38 24.40 Selecting previously unselected package libbtrfs0:amd64.
11:21:01 #38 24.41 Preparing to unpack .../07-libbtrfs0_5.10.1-2_amd64.deb ...
11:21:01 #38 24.43 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:21:01 #38 24.56 Selecting previously unselected package libbtrfs-dev:amd64.
11:21:01 #38 24.56 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:21:01 #38 24.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:21:01 #38 24.77 Selecting previously unselected package libelf1:amd64.
11:21:01 #38 24.77 Preparing to unpack .../09-libelf1_0.183-1_amd64.deb ...
11:21:01 #38 24.77 Unpacking libelf1:amd64 (0.183-1) ...
11:21:01 #38 24.89 Selecting previously unselected package libffi-dev:amd64.
11:21:01 #38 24.90 Preparing to unpack .../10-libffi-dev_3.3-6_amd64.deb ...
11:21:01 #38 24.90 Unpacking libffi-dev:amd64 (3.3-6) ...
11:21:01 #38 24.99 Selecting previously unselected package libglib2.0-data.
11:21:01 #38 24.99 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
11:21:01 #38 25.00 Unpacking libglib2.0-data (2.66.8-1) ...
11:21:02 #38 25.67 Selecting previously unselected package libglib2.0-bin.
11:21:02 #38 25.67 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_amd64.deb ...
11:21:02 #38 25.68 Unpacking libglib2.0-bin (2.66.8-1) ...
11:21:02 #18 exporting layers 6.8s done
11:21:02 #18 writing image sha256:6ca5c262a904188657af145a863a9865ef183ebb900e0bd229840a5677c84786 done
11:21:02 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
11:21:02 #18 DONE 6.8s
11:21:02 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
11:21:02 + set -e
11:21:02 + mkdir -p /root/build-deb/engine
11:21:02 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:21:02 + mkdir -p /root/build-deb/cli
11:21:02 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:21:02 + mkdir -p /root/build-deb/buildx
11:21:02 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:21:02 #13 4.571 Reading package lists...
11:21:02 #38 25.82 Selecting previously unselected package python3-lib2to3.
11:21:02 #38 25.82 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
11:21:02 #38 25.83 Unpacking python3-lib2to3 (3.9.2-1) ...
11:21:02 #38 25.96 Selecting previously unselected package python3-distutils.
11:21:02 #38 25.96 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
11:21:02 #38 25.97 Unpacking python3-distutils (3.9.2-1) ...
11:21:02 #13 5.577 Building dependency tree...
11:21:02 #13 5.783 Reading state information...
11:21:02 #38 26.14 Selecting previously unselected package libglib2.0-dev-bin.
11:21:02 #38 26.15 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
11:21:02 #38 26.15 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
11:21:02 + mkdir -p /root/build-deb/compose
11:21:02 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:21:02 + mkdir -p /root/build-deb/scan-cli-plugin
11:21:02 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:21:02 + mkdir -p /go/src/github.com/docker
11:21:02 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:21:02 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:21:02 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:21:02 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:21:02 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:21:02 + EPOCH=5
11:21:02 + EPOCH_SEP=
11:21:02 + [[ ! -z 5 ]]
11:21:02 + EPOCH_SEP=:
11:21:02 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:21:02 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:21:02 + VERSION=0.0.0-20230309110843-71615c2
11:21:02 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:21:02 VERSION AAA 0.0.0-20230309110843-71615c2
11:21:02 VERSION bbb 0.0.0-20230309110843-71615c2
11:21:02 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:21:02 + debSource=docker-ce
11:21:02 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:21:02 + debMaintainer='Docker <support@docker.com>'
11:21:02 ++ date --rfc-2822
11:21:02 + debDate='Fri, 10 Mar 2023 11:21:02 +0000'
11:21:02 + pkgRevision=1
11:21:02 + cat
11:21:02 + export CLI_GITCOMMIT=71615c2
11:21:02 + CLI_GITCOMMIT=71615c2
11:21:02 + export ENGINE_GITCOMMIT=31a9532
11:21:02 + ENGINE_GITCOMMIT=31a9532
11:21:02 + export SCAN_GITCOMMIT=6c852fa
11:21:02 + SCAN_GITCOMMIT=6c852fa
11:21:02 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:21:02 VERSION BBB 0.0.0-20230309110843-71615c2
11:21:02 + dpkg-buildpackage -uc -us -I.git
11:21:02 dpkg-buildpackage: info: source package docker-ce
11:21:02 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy
11:21:02 dpkg-buildpackage: info: source distribution jammy
11:21:02 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:21:02 dpkg-buildpackage: info: host architecture armhf
11:21:02  dpkg-source -I.git --before-build .
11:21:02 #13 5.790 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:21:02 #13 6.080 Starting 2 pkgProblemResolver with broken count: 0
11:21:02 #13 6.084 Done
11:21:03 #38 26.26 Selecting previously unselected package libsepol1-dev:amd64.
11:21:03 #38 26.26 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
11:21:03 #38 26.27 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:21:03 #38 26.51 Selecting previously unselected package libpcre2-16-0:amd64.
11:21:03 #38 26.51 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
11:21:03 #38 26.53 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:21:03  debian/rules clean
11:21:03 dh clean --with=bash-completion
11:21:03    dh_clean
11:21:03 #13 6.297  Done
11:21:03 #38 26.72 Selecting previously unselected package libpcre2-32-0:amd64.
11:21:03 #38 26.73 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
11:21:03 #38 26.73 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:21:03 #38 26.91 Selecting previously unselected package libpcre2-posix2:amd64.
11:21:03  dpkg-source -I.git -b .
11:21:03 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:21:03 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:21:03 dpkg-source: warning: native package version may not have a revision
11:21:03 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:03 dpkg-source: info: using source format '1.0'
11:21:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz
11:21:03 #13 6.509 Starting pkgProblemResolver with broken count: 0
11:21:03 #13 6.553 Starting 2 pkgProblemResolver with broken count: 0
11:21:03 #13 6.557 Done
11:21:03 #15 DONE 4.7s
11:21:03 
11:21:03 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:21:03 #16 DONE 0.0s
11:21:03 
11:21:03 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:21:03 #17 DONE 0.0s
11:21:03 
11:21:03 #18 exporting to image
11:21:03 #18 exporting layers
11:21:03 #38 26.91 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
11:21:03 #38 26.93 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:21:03 #38 27.00 Selecting previously unselected package libpcre2-dev:amd64.
11:21:03 #38 27.00 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
11:21:03 #38 27.01 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:21:03 #13 6.913 The following additional packages will be installed:
11:21:03 #13 6.913   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:21:03 #13 6.913   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:21:03 #13 6.913   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:21:03 #13 6.913   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:21:03 #13 6.914   libuv1 pkg-config
11:21:03 #13 6.915 Suggested packages:
11:21:03 #13 6.915   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:21:03 #13 6.958 The following NEW packages will be installed:
11:21:03 #13 6.958   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:21:03 #13 6.958   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
11:21:03 #13 6.958   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:21:03 #13 6.959   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:21:03 #13 6.959   libuv1 pkg-config
11:21:04 #38 27.40 Selecting previously unselected package libselinux1-dev:amd64.
11:21:04 #38 27.40 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
11:21:04 #38 27.43 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:21:04 #38 27.66 Selecting previously unselected package libmount-dev:amd64.
11:21:04 #38 27.67 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:04 #38 27.69 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:04 #13 7.373 0 upgraded, 22 newly installed, 0 to remove and 2 not upgraded.
11:21:04 #13 7.373 1 not fully installed or removed.
11:21:04 #13 7.373 Need to get 9739 kB of archives.
11:21:04 #13 7.373 After this operation, 36.7 MB of additional disk space will be used.
11:21:04 #13 7.373 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bash-completion all 1:2.11-6ubuntu1 [179 kB]
11:21:04 #38 27.87 Selecting previously unselected package libpcre16-3:amd64.
11:21:04 #38 27.87 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_amd64.deb ...
11:21:04 #38 27.89 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
11:21:04 #38 28.07 Selecting previously unselected package libpcre32-3:amd64.
11:21:04 #38 28.07 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_amd64.deb ...
11:21:04 #38 28.09 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
11:21:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc
11:21:04  debian/rules build
11:21:04 dh build --with=bash-completion
11:21:04    dh_update_autotools_config
11:21:04    dh_autoreconf
11:21:04    debian/rules override_dh_auto_build
11:21:04 make[1]: Entering directory '/root/build-deb'
11:21:04 # Build the daemon and dependencies
11:21:04 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:04 
11:21:04 Removing bundles/
11:21:04 
11:21:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:04 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:04 #13 7.735 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
11:21:04 #13 7.850 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjsoncpp25 armhf 1.9.5-4 [72.3 kB]
11:21:04 #13 7.869 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
11:21:04 #13 7.892 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuv1 armhf 1.44.2-1 [76.2 kB]
11:21:04 #13 7.902 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:21:04 #13 7.903 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf emacsen-common all 3.0.4 [14.9 kB]
11:21:04 #13 7.905 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake-data all 3.24.2-1ubuntu1 [2024 kB]
11:21:04 #38 ...
11:21:04 
11:21:04 #33 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.19" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:21:04 #33 DONE 25.5s
11:21:04 
11:21:04 #41 [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
11:21:04 #41 20.32 Selecting previously unselected package libicu67:amd64.
11:21:04 #41 20.33 Preparing to unpack .../1-libicu67_67.1-7_amd64.deb ...
11:21:04 #41 20.34 Unpacking libicu67:amd64 (67.1-7) ...
11:21:04 #41 24.05 Selecting previously unselected package libxml2:amd64.
11:21:04 #41 24.05 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
11:21:04 #41 24.07 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
11:21:04 #41 24.38 Selecting previously unselected package libarchive13:amd64.
11:21:04 #41 24.39 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:21:04 #41 24.39 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:21:04 #41 24.59 Selecting previously unselected package libjsoncpp24:amd64.
11:21:04 #41 24.59 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
11:21:04 #41 24.62 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:21:04 #41 24.71 Selecting previously unselected package librhash0:amd64.
11:21:04 #41 24.71 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
11:21:04 #41 24.72 Unpacking librhash0:amd64 (1.4.1-2) ...
11:21:04 #41 24.82 Selecting previously unselected package libuv1:amd64.
11:21:04 #41 24.82 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
11:21:04 #41 24.82 Unpacking libuv1:amd64 (1.40.0-2) ...
11:21:04 #41 24.94 Selecting previously unselected package cmake.
11:21:04 #41 24.94 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:21:04 #41 24.96 Unpacking cmake (3.18.4-2+deb11u1) ...
11:21:04 #41 27.28 Setting up libicu67:amd64 (67.1-7) ...
11:21:04 #41 27.30 Setting up libuv1:amd64 (1.40.0-2) ...
11:21:04 #41 27.32 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:21:04 #41 27.35 Setting up librhash0:amd64 (1.4.1-2) ...
11:21:04 #41 27.37 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:21:04 #41 27.41 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
11:21:04 #41 27.43 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:21:04 #41 27.45 Setting up cmake (3.18.4-2+deb11u1) ...
11:21:04 #41 27.47 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:21:04 #41 DONE 28.1s
11:21:04 
11:21:04 #38 [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
11:21:04 #38 28.27 Selecting previously unselected package libpcrecpp0v5:amd64.
11:21:04 #38 28.27 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
11:21:04 #38 28.29 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
11:21:04 #38 ...
11:21:04 
11:21:04 #45 [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...)
11:21:04 #0 2.625 go: downloading github.com/sirupsen/logrus v1.9.0
11:21:04 #0 2.625 go: downloading github.com/urfave/cli/v2 v2.23.5
11:21:04 #0 3.338 go: downloading golang.org/x/sys v0.2.0
11:21:04 #0 4.945 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:21:04 #0 5.473 go: downloading github.com/google/uuid v1.3.0
11:21:04 #0 5.483 go: downloading github.com/moby/vpnkit v0.5.0
11:21:04 #0 5.554 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:21:04 #0 5.658 go: downloading github.com/gofrs/flock v0.8.1
11:21:04 #0 5.678 go: downloading github.com/gorilla/mux v1.8.0
11:21:04 #0 5.774 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:21:04 #0 6.217 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:21:04 #0 6.268 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:21:04 #45 ...
11:21:04 
11:21:04 #38 [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
11:21:04 #38 28.40 Selecting previously unselected package libpcre3-dev:amd64.
11:21:04 #38 28.40 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_amd64.deb ...
11:21:04 #38 28.42 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
11:21:05 #13 8.047 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake armhf 3.24.2-1ubuntu1 [4824 kB]
11:21:05 #38 28.81 Selecting previously unselected package zlib1g-dev:amd64.
11:21:05 #13 8.362 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
11:21:05 #13 8.363 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-1ubuntu1 [11.5 kB]
11:21:05 #13 8.507 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libudev-dev armhf 251.4-1ubuntu7.1 [21.3 kB]
11:21:05 #18 exporting layers 2.4s done
11:21:05 #18 writing image sha256:bbebfdf43b0fc945a493b68fa02e0bc0201e0f5f6e02aa190cad6448533e173f done
11:21:05 #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
11:21:05 #18 DONE 2.4s
11:21:05 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/aarch64
11:21:05 #38 28.82 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
11:21:05 #38 28.83 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
11:21:05 #38 28.93 Selecting previously unselected package libglib2.0-dev:amd64.
11:21:05 #38 28.93 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_amd64.deb ...
11:21:05 #38 28.94 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
11:21:05 #13 8.660 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsepol-dev armhf 3.4-2 [359 kB]
11:21:05 #13 8.940 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-16-0 armhf 10.40-1ubuntu1 [179 kB]
11:21:05 #13 8.982 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-32-0 armhf 10.40-1ubuntu1 [172 kB]
11:21:05 #13 9.011 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-posix3 armhf 10.40-1ubuntu1 [5524 B]
11:21:05 #13 9.012 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-dev armhf 10.40-1ubuntu1 [663 kB]
11:21:05 #13 9.079 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libselinux1-dev armhf 3.4-1 [157 kB]
11:21:05 #13 9.090 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-dev armhf 2:1.02.185-1ubuntu1 [36.7 kB]
11:21:06 + set -e
11:21:06 + mkdir -p /root/build-deb/engine
11:21:06 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:21:06 #13 9.093 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libseccomp-dev armhf 2.5.4-1ubuntu1 [86.8 kB]
11:21:06 #13 9.098 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libsystemd-dev armhf 251.4-1ubuntu7.1 [314 kB]
11:21:06 #13 9.116 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
11:21:06 #38 29.63 Selecting previously unselected package libsecret-1-dev:amd64.
11:21:06 #38 29.63 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_amd64.deb ...
11:21:06 #38 29.64 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
11:21:06 #38 29.86 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
11:21:06 #38 29.88 Setting up libpcre16-3:amd64 (2:8.39-13) ...
11:21:06 #38 29.90 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:21:06 #13 9.403 debconf: delaying package configuration, since apt-utils is not installed
11:21:06 #13 9.447 Fetched 9739 kB in 2s (4528 kB/s)
11:21:06 #13 9.479 Selecting previously unselected package bash-completion.
11:21:06 #13 9.479 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27269 files and directories currently installed.)
11:21:06 #13 9.497 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
11:21:06 #13 9.511 Unpacking bash-completion (1:2.11-6ubuntu1) ...
11:21:06 #13 9.621 Selecting previously unselected package libarchive13:armhf.
11:21:06 #38 29.90 Setting up libffi-dev:amd64 (3.3-6) ...
11:21:06 #13 9.624 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
11:21:06 #13 9.689 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
11:21:06 #13 9.755 Selecting previously unselected package libjsoncpp25:armhf.
11:21:06 #38 29.92 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:21:06 #13 9.758 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_armhf.deb ...
11:21:06 #13 9.768 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
11:21:06 #38 29.94 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:21:06 #38 29.96 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:21:06 #13 9.823 Selecting previously unselected package librhash0:armhf.
11:21:06 #13 9.826 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
11:21:06 #38 29.99 Setting up libglib2.0-data (2.66.8-1) ...
11:21:06 #13 9.831 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
11:21:06 #13 9.868 Selecting previously unselected package libuv1:armhf.
11:21:06 #38 30.00 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:06 #38 30.01 Setting up libpcre32-3:amd64 (2:8.39-13) ...
11:21:06 #38 30.03 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:21:06 #38 30.04 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
11:21:06 #38 30.05 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:21:06 #38 30.07 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:21:06 #38 30.09 Setting up python3-lib2to3 (3.9.2-1) ...
11:21:06 + mkdir -p /root/build-deb/cli
11:21:06 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:21:06 #13 9.870 Preparing to unpack .../04-libuv1_1.44.2-1_armhf.deb ...
11:21:06 #13 9.878 Unpacking libuv1:armhf (1.44.2-1) ...
11:21:06 #13 9.914 Selecting previously unselected package dh-elpa-helper.
11:21:06 #13 9.917 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:21:06 #13 9.923 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:21:06 #13 9.958 Selecting previously unselected package emacsen-common.
11:21:06 #13 9.960 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:21:06 #13 9.970 Unpacking emacsen-common (3.0.4) ...
11:21:06 #13 10.11 Selecting previously unselected package cmake-data.
11:21:06 #38 30.40 Setting up libelf1:amd64 (0.183-1) ...
11:21:06 #38 30.41 Setting up libsecret-common (0.20.4-2) ...
11:21:06 + mkdir -p /root/build-deb/buildx
11:21:06 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:21:07 #13 10.11 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
11:21:07 #13 10.12 Unpacking cmake-data (3.24.2-1ubuntu1) ...
11:21:07 #38 30.42 Setting up python3-distutils (3.9.2-1) ...
11:21:07 + mkdir -p /root/build-deb/compose
11:21:07 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:21:07 + mkdir -p /root/build-deb/scan-cli-plugin
11:21:07 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:21:07 + mkdir -p /go/src/github.com/docker
11:21:07 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:21:07 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:21:07 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:21:07 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:21:07 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:21:07 + EPOCH=5
11:21:07 + EPOCH_SEP=
11:21:07 + [[ ! -z 5 ]]
11:21:07 + EPOCH_SEP=:
11:21:07 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:21:07 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:21:07 VERSION AAA 0.0.0-20230309110843-71615c2
11:21:07 + VERSION=0.0.0-20230309110843-71615c2
11:21:07 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:21:07 VERSION bbb 0.0.0-20230309110843-71615c2
11:21:07 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:21:07 #13 10.44 Selecting previously unselected package cmake.
11:21:07 #13 10.44 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_armhf.deb ...
11:21:07 #13 10.45 Unpacking cmake (3.24.2-1ubuntu1) ...
11:21:07 #13 10.57 Selecting previously unselected package dh-apparmor.
11:21:07 #13 10.57 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
11:21:07 #13 10.57 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
11:21:07 #13 10.61 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:21:07 #13 10.61 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
11:21:07 #13 10.62 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:21:07 #13 10.65 Selecting previously unselected package libudev-dev:armhf.
11:21:07 #13 10.65 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7.1_armhf.deb ...
11:21:07 #13 10.65 Unpacking libudev-dev:armhf (251.4-1ubuntu7.1) ...
11:21:07 #13 10.69 Selecting previously unselected package libsepol-dev:armhf.
11:21:07 + debSource=docker-ce
11:21:07 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:21:07 + debMaintainer='Docker <support@docker.com>'
11:21:07 ++ date --rfc-2822
11:21:07 + debDate='Fri, 10 Mar 2023 11:21:07 +0000'
11:21:07 + pkgRevision=1
11:21:07 + cat
11:21:07 + export CLI_GITCOMMIT=71615c2
11:21:07 + CLI_GITCOMMIT=71615c2
11:21:07 + export ENGINE_GITCOMMIT=31a9532
11:21:07 + ENGINE_GITCOMMIT=31a9532
11:21:07 + export SCAN_GITCOMMIT=6c852fa
11:21:07 + SCAN_GITCOMMIT=6c852fa
11:21:07 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:21:07 + dpkg-buildpackage -uc -us -I.git
11:21:07 VERSION BBB 0.0.0-20230309110843-71615c2
11:21:07 dpkg-buildpackage: info: source package docker-ce
11:21:07 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic
11:21:07 dpkg-buildpackage: info: source distribution kinetic
11:21:07 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:21:07  dpkg-source -I.git --before-build .
11:21:07 dpkg-buildpackage: info: host architecture arm64
11:21:07 #13 10.69 Preparing to unpack .../12-libsepol-dev_3.4-2_armhf.deb ...
11:21:07 #13 10.69 Unpacking libsepol-dev:armhf (3.4-2) ...
11:21:07 #13 10.74 Selecting previously unselected package libpcre2-16-0:armhf.
11:21:07 #13 10.74 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_armhf.deb ...
11:21:07 #13 10.74 Unpacking libpcre2-16-0:armhf (10.40-1ubuntu1) ...
11:21:07 #13 10.78 Selecting previously unselected package libpcre2-32-0:armhf.
11:21:07 #13 10.78 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_armhf.deb ...
11:21:07 #13 10.78 Unpacking libpcre2-32-0:armhf (10.40-1ubuntu1) ...
11:21:07 #13 10.82 Selecting previously unselected package libpcre2-posix3:armhf.
11:21:07 #13 10.82 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_armhf.deb ...
11:21:07 #13 10.83 Unpacking libpcre2-posix3:armhf (10.40-1ubuntu1) ...
11:21:07 #13 10.86 Selecting previously unselected package libpcre2-dev:armhf.
11:21:07 #13 10.86 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_armhf.deb ...
11:21:07 #13 10.87 Unpacking libpcre2-dev:armhf (10.40-1ubuntu1) ...
11:21:07 #13 10.91 Selecting previously unselected package libselinux1-dev:armhf.
11:21:07 #13 10.91 Preparing to unpack .../17-libselinux1-dev_3.4-1_armhf.deb ...
11:21:07 #13 10.91 Unpacking libselinux1-dev:armhf (3.4-1) ...
11:21:07 #13 10.95 Selecting previously unselected package libdevmapper-dev:armhf.
11:21:07  debian/rules clean
11:21:07 dh clean --with=bash-completion
11:21:07    dh_clean
11:21:07 #38 30.85 Setting up libglib2.0-dev-bin (2.66.8-1) ...
11:21:07 #13 10.95 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_armhf.deb ...
11:21:07 #13 10.95 Unpacking libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ...
11:21:07 #13 10.98 Selecting previously unselected package libseccomp-dev:armhf.
11:21:07 #13 10.98 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_armhf.deb ...
11:21:07 #13 10.99 Unpacking libseccomp-dev:armhf (2.5.4-1ubuntu1) ...
11:21:07 #13 11.02 Selecting previously unselected package libsystemd-dev:armhf.
11:21:07 #13 11.02 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7.1_armhf.deb ...
11:21:07 #13 11.02 Unpacking libsystemd-dev:armhf (251.4-1ubuntu7.1) ...
11:21:07 #13 11.09 Selecting previously unselected package pkg-config.
11:21:07 #13 11.09 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_armhf.deb ...
11:21:07 #13 11.10 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:21:07 #13 11.21 Setting up libseccomp-dev:armhf (2.5.4-1ubuntu1) ...
11:21:07  dpkg-source -I.git -b .
11:21:07 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:21:07 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:21:07 dpkg-source: warning: native package version may not have a revision
11:21:07 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:07 dpkg-source: info: using source format '1.0'
11:21:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz
11:21:07 #17 exporting layers 8.5s done
11:21:07 #17 writing image sha256:0d4d1581046ed8f91b9c36182940db720510cf717877dda110063822ee88dcab done
11:21:07 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
11:21:07 #17 DONE 8.5s
11:21:07 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
11:21:07 + set -e
11:21:07 + mkdir -p /root/build-deb/engine
11:21:07 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:21:07 + mkdir -p /root/build-deb/cli
11:21:07 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:21:07 + mkdir -p /root/build-deb/buildx
11:21:07 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:21:08 #13 11.22 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:21:08 #13 11.23 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
11:21:08 #13 11.24 Setting up libpcre2-16-0:armhf (10.40-1ubuntu1) ...
11:21:08 #13 11.25 Setting up libpcre2-32-0:armhf (10.40-1ubuntu1) ...
11:21:08 #13 11.26 Setting up libuv1:armhf (1.44.2-1) ...
11:21:08 #13 11.27 Setting up emacsen-common (3.0.4) ...
11:21:08 #13 11.30 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:21:08 #13 11.31 Setting up bash-completion (1:2.11-6ubuntu1) ...
11:21:08 #13 11.34 Setting up libjsoncpp25:armhf (1.9.5-4) ...
11:21:08 #13 11.35 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:21:08 #13 11.40 Setting up libudev-dev:armhf (251.4-1ubuntu7.1) ...
11:21:08 #13 11.41 Setting up libsepol-dev:armhf (3.4-2) ...
11:21:08 #13 11.42 Setting up libpcre2-posix3:armhf (10.40-1ubuntu1) ...
11:21:08 + mkdir -p /root/build-deb/compose
11:21:08 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:21:08 + mkdir -p /root/build-deb/scan-cli-plugin
11:21:08 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:21:08 + mkdir -p /go/src/github.com/docker
11:21:08 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:21:08 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:21:08 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:21:08 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:21:08 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:21:08 + EPOCH=5
11:21:08 + EPOCH_SEP=
11:21:08 + [[ ! -z 5 ]]
11:21:08 + EPOCH_SEP=:
11:21:08 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:21:08 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:21:08 VERSION AAA 0.0.0-20230309110843-71615c2
11:21:08 VERSION bbb 0.0.0-20230309110843-71615c2
11:21:08 + VERSION=0.0.0-20230309110843-71615c2
11:21:08 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:21:08 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:21:08 + debSource=docker-ce
11:21:08 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:21:08 + debMaintainer='Docker <support@docker.com>'
11:21:08 ++ date --rfc-2822
11:21:08 + debDate='Fri, 10 Mar 2023 11:21:07 +0000'
11:21:08 + pkgRevision=1
11:21:08 + cat
11:21:08 + export CLI_GITCOMMIT=71615c2
11:21:08 + CLI_GITCOMMIT=71615c2
11:21:08 + export ENGINE_GITCOMMIT=31a9532
11:21:08 + ENGINE_GITCOMMIT=31a9532
11:21:08 + export SCAN_GITCOMMIT=6c852fa
11:21:08 + SCAN_GITCOMMIT=6c852fa
11:21:08 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:21:08 + dpkg-buildpackage -uc -us -I.git
11:21:08 VERSION BBB 0.0.0-20230309110843-71615c2
11:21:08 dpkg-buildpackage: info: source package docker-ce
11:21:08 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye
11:21:08 dpkg-buildpackage: info: source distribution bullseye
11:21:08 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:21:08 dpkg-buildpackage: info: host architecture armhf
11:21:08  dpkg-source -I.git --before-build .
11:21:08 #17 exporting layers 10.3s done
11:21:08 #17 writing image sha256:b9397c563d1c05e3ab48214d3676c4f3ea97efc89b9c513667d75b2906892198 done
11:21:08 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
11:21:08 #17 DONE 10.4s
11:21:08 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/aarch64
11:21:08 #38 31.84 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:08 #38 31.86 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:21:08 #13 11.43 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
11:21:08 #13 11.44 Setting up cmake-data (3.24.2-1ubuntu1) ...
11:21:08 #13 11.48 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
11:21:08 #13 11.50 Setting up libsystemd-dev:armhf (251.4-1ubuntu7.1) ...
11:21:08 #13 11.51 Setting up libpcre2-dev:armhf (10.40-1ubuntu1) ...
11:21:08 #13 11.52 Setting up libselinux1-dev:armhf (3.4-1) ...
11:21:08 #13 11.53 Setting up libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ...
11:21:08 #13 11.54 Setting up cmake (3.24.2-1ubuntu1) ...
11:21:08 #13 11.56 Setting up docker-ce-build-deps (1.0) ...
11:21:08 #13 11.57 Processing triggers for man-db (2.10.2-2) ...
11:21:08 #13 11.63 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:21:08  debian/rules clean
11:21:08 dh clean --with=bash-completion
11:21:08    dh_clean
11:21:08 #38 31.89 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:21:08 #38 31.93 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
11:21:08 #38 31.94 Setting up libglib2.0-bin (2.66.8-1) ...
11:21:08 #38 31.96 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
11:21:08 #38 31.97 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:21:08 #38 31.98 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:08 #38 32.00 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
11:21:08 #38 32.01 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
11:21:08 #38 32.02 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
11:21:08 #38 32.03 No schema files found: doing nothing.
11:21:08 #38 32.04 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:21:08 #38 32.11 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
11:21:08 #13 DONE 11.9s
11:21:08  dpkg-source -I.git -b .
11:21:08 dpkg-source: warning: native package version may not have a revision
11:21:08 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:08 dpkg-source: info: using source format '1.0'
11:21:08 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz
11:21:08 + set -e
11:21:08 + mkdir -p /root/build-deb/engine
11:21:08 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:21:08 
11:21:08 #14 [stage-1 6/9] COPY sources/ /sources
11:21:09 #38 DONE 32.6s
11:21:09 
11:21:09 #46 [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...)
11:21:09 + mkdir -p /root/build-deb/cli
11:21:09 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:21:09 #14 DONE 0.8s
11:21:09 
11:21:09 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:21:09 + mkdir -p /root/build-deb/buildx
11:21:09 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:21:09 + mkdir -p /root/build-deb/compose
11:21:09 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:21:10 + mkdir -p /root/build-deb/scan-cli-plugin
11:21:10 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:21:10 + mkdir -p /go/src/github.com/docker
11:21:10 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:21:10 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:21:10 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:21:10 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:21:10 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:21:10 + EPOCH=5
11:21:10 + EPOCH_SEP=
11:21:10 + [[ ! -z 5 ]]
11:21:10 + EPOCH_SEP=:
11:21:10 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:21:10 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:21:10 VERSION AAA 0.0.0-20230309110843-71615c2
11:21:10 + VERSION=0.0.0-20230309110843-71615c2
11:21:10 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:21:10 VERSION bbb 0.0.0-20230309110843-71615c2
11:21:10 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:21:10 + debSource=docker-ce
11:21:10 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:21:10 + debMaintainer='Docker <support@docker.com>'
11:21:10 ++ date --rfc-2822
11:21:10 + debDate='Fri, 10 Mar 2023 11:21:09 +0000'
11:21:10 + pkgRevision=1
11:21:10 + cat
11:21:10 + export CLI_GITCOMMIT=71615c2
11:21:10 + CLI_GITCOMMIT=71615c2
11:21:10 + export ENGINE_GITCOMMIT=31a9532
11:21:10 + ENGINE_GITCOMMIT=31a9532
11:21:10 + export SCAN_GITCOMMIT=6c852fa
11:21:10 VERSION BBB 0.0.0-20230309110843-71615c2
11:21:10 + SCAN_GITCOMMIT=6c852fa
11:21:10 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:21:10 + dpkg-buildpackage -uc -us -I.git
11:21:10 dpkg-buildpackage: info: source package docker-ce
11:21:10 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm
11:21:10 dpkg-buildpackage: info: source distribution bookworm
11:21:10 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:21:10 dpkg-buildpackage: info: host architecture armhf
11:21:10  dpkg-source -I.git --before-build .
11:21:10  debian/rules clean
11:21:10 dh clean --with=bash-completion
11:21:10    dh_clean
11:21:10  dpkg-source -I.git -b .
11:21:10 dpkg-source: warning: native package version may not have a revision
11:21:10 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:10 dpkg-source: info: using source format '1.0'
11:21:10 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz
11:21:11 #46 ...
11:21:11 
11:21:11 #47 [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...)
11:21:11 #0 2.159 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 .
11:21:11 #47 ...
11:21:11 
11:21:11 #44 [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
11:21:11 #44 2.757 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:21:11 #44 2.767 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:21:11 #44 2.775 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:21:11 #44 3.225 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:21:11 #44 4.205 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:21:11 #44 5.033 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:21:11 #44 8.575 Fetched 8640 kB in 6s (1424 kB/s)
11:21:11 #44 8.575 Reading package lists...
11:21:11 #44 10.97 Reading package lists...
11:21:11 #44 ...
11:21:11 
11:21:11 #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
11:21:11 #0 2.666 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:21:11 #0 2.666 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:21:11 #0 2.666 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:21:11 #0 3.940 Reading package lists...
11:21:11 #0 6.213 + apt-get  install -y --no-install-recommends gcc libc6-dev
11:21:12 #0 6.283 Reading package lists...
11:21:12 #48 ...
11:21:12 
11:21:12 #44 [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
11:21:12 #44 10.97 Reading package lists...
11:21:12 #44 13.20 Building dependency tree...
11:21:13 #44 14.29 The following additional packages will be installed:
11:21:13 #44 14.29   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:21:13 #44 14.29   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:21:13 #44 14.29   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
11:21:13 #44 14.30 Suggested packages:
11:21:13 #44 14.30   clang-11-doc llvm-11-doc
11:21:13 #44 14.30 Recommended packages:
11:21:13 #44 14.30   llvm-11-dev libomp-11-dev binfmt-support
11:21:13 #15 DONE 4.1s
11:21:13 
11:21:13 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:21:13 #16 DONE 0.0s
11:21:13 
11:21:13 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:21:13 #17 DONE 0.1s
11:21:13 
11:21:13 #18 exporting to image
11:21:13 #18 exporting layers
11:21:13 #44 14.89 The following NEW packages will be installed:
11:21:13 #44 14.90   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:21:13 #44 14.90   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:21:13 #44 14.90   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
11:21:14 #44 15.21 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
11:21:14 #44 15.21 Need to get 58.8 MB of archives.
11:21:14 #44 15.21 After this operation, 300 MB of additional disk space will be used.
11:21:14 #44 15.21 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
11:21:14 #44 ...
11:21:14 
11:21:14 #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
11:21:14 #0 6.283 Reading package lists...
11:21:14 #48 8.266 Building dependency tree...
11:21:14 #48 8.785 Reading state information...
11:21:14 #48 9.442 gcc is already the newest version (4:10.2.1-1).
11:21:14 #48 9.442 libc6-dev is already the newest version (2.31-13+deb11u5).
11:21:14 #48 9.442 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
11:21:14 #48 DONE 9.5s
11:21:14 
11:21:14 #44 [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
11:21:14 #44 15.38 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
11:21:15 #44 15.92 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
11:21:15 #44 16.16 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
11:21:15 #44 16.16 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
11:21:15 #44 16.16 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
11:21:15 #44 16.16 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
11:21:15 #44 16.24 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
11:21:15 #44 16.24 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
11:21:15 #44 16.26 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
11:21:15 #44 16.39 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
11:21:15 #44 ...
11:21:15 
11:21:15 #45 [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...)
11:21:15 #45 6.789 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:21:15 #45 6.869 go: downloading golang.org/x/net v0.1.0
11:21:15 #45 ...
11:21:15 
11:21:15 #44 [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
11:21:15 #44 16.54 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
11:21:15 #44 16.54 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
11:21:15 #44 16.54 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
11:21:15 #44 16.55 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
11:21:15 #44 16.57 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
11:21:15 #44 16.58 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
11:21:15 #44 16.59 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
11:21:15 #44 16.60 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
11:21:15 #44 16.77 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
11:21:16 #44 17.15 debconf: delaying package configuration, since apt-utils is not installed
11:21:16 #44 17.26 Fetched 58.8 MB in 2s (31.9 MB/s)
11:21:16 #44 17.33 Selecting previously unselected package libz3-4:amd64.
11:21:16 #44 17.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 ... 15754 files and directories currently installed.)
11:21:16 #44 17.35 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
11:21:16 #44 17.36 Unpacking libz3-4:amd64 (4.8.10-1) ...
11:21:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc
11:21:17  debian/rules build
11:21:17 dh build --with=bash-completion
11:21:17    dh_update_autotools_config
11:21:17    dh_autoreconf
11:21:17    debian/rules override_dh_auto_build
11:21:17 make[1]: Entering directory '/root/build-deb'
11:21:17 # Build the daemon and dependencies
11:21:17 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:17 
11:21:17 Removing bundles/
11:21:17 
11:21:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:17 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc
11:21:17  debian/rules build
11:21:17 dh build --with=bash-completion
11:21:17    dh_update_autotools_config
11:21:17    dh_autoreconf
11:21:17    debian/rules override_dh_auto_build
11:21:17 make[1]: Entering directory '/root/build-deb'
11:21:17 # Build the daemon and dependencies
11:21:17 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:17 
11:21:17 Removing bundles/
11:21:17 
11:21:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:17 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:18 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.dsc
11:21:18  debian/rules build
11:21:18 dh build --with=bash-completion
11:21:18    dh_update_autotools_config
11:21:18    dh_autoreconf
11:21:18    debian/rules override_dh_auto_build
11:21:18 make[1]: Entering directory '/root/build-deb'
11:21:18 # Build the daemon and dependencies
11:21:18 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:18 
11:21:18 Removing bundles/
11:21:18 
11:21:18 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:18 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:18 #44 19.43 Selecting previously unselected package libllvm11:amd64.
11:21:18 #44 19.43 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
11:21:18 #44 19.44 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
11:21:18 #44 ...
11:21:18 
11:21:18 #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...)
11:21:18 #0 1.884 -- The C compiler identification is GNU 10.2.1
11:21:18 #0 1.925 -- Detecting C compiler ABI info
11:21:18 #0 2.277 -- Detecting C compiler ABI info - done
11:21:18 #0 2.345 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
11:21:18 #0 2.345 -- Detecting C compile features
11:21:18 #0 2.346 -- Detecting C compile features - done
11:21:18 #0 2.370 -- Performing Test HAS_BUILTIN_FORTIFY
11:21:18 #0 2.471 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:21:18 #0 2.520 -- Configuring done
11:21:18 #0 2.537 -- Generating done
11:21:18 #0 2.538 -- Build files have been written to: /go/src/github.com/krallin/tini
11:21:18 #0 2.786 Scanning dependencies of target tini-static
11:21:18 #0 2.899 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:21:18 #0 3.584 [100%] Linking C executable tini-static
11:21:18 #0 3.969 [100%] Built target tini-static
11:21:18 #49 DONE 4.3s
11:21:18 
11:21:18 #46 [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...)
11:21:18 #46 4.940 + bin/ctr
11:21:21 #46 ...
11:21:21 
11:21:21 #50 [all 1/7] COPY --from=tini          /build/ /
11:21:21 #50 DONE 0.0s
11:21:21 
11:21:21 #47 [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...)
11:21:21 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc
11:21:21  debian/rules build
11:21:21 dh build --with=bash-completion
11:21:21    dh_update_autotools_config
11:21:21    dh_autoreconf
11:21:21    debian/rules override_dh_auto_build
11:21:21 make[1]: Entering directory '/root/build-deb'
11:21:21 # Build the daemon and dependencies
11:21:21 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:21 
11:21:21 Removing bundles/
11:21:21 
11:21:21 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:21 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:22 #18 exporting layers 7.9s done
11:21:22 #18 writing image sha256:d950faf17160f65ce9ca4b85929e67e1996e57ccce32147788011e55b6d34a28 done
11:21:22 #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
11:21:22 #18 DONE 7.9s
11:21:22 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230309110843.71615c2 -e VERSION=0.0.0-20230309110843-71615c2 -e CLI_GITCOMMIT=71615c2 -e ENGINE_GITCOMMIT=31a9532 -e BUILDX_VERSION=v0.10.4 -e BUILDX_DEB_VERSION=0.10.4 -e BUILDX_GITCOMMIT=c513d34 -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_23.0/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/aarch64
11:21:22 + set -e
11:21:22 + mkdir -p /root/build-deb/engine
11:21:22 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:21:22 + mkdir -p /root/build-deb/cli
11:21:22 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:21:22 + mkdir -p /root/build-deb/buildx
11:21:22 + tar -C /root/build-deb -xzf /sources/buildx.tgz
11:21:23 + mkdir -p /root/build-deb/compose
11:21:23 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:21:23 + mkdir -p /root/build-deb/scan-cli-plugin
11:21:23 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:21:23 + mkdir -p /go/src/github.com/docker
11:21:23 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:21:23 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:21:23 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
11:21:23 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:21:23 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:21:23 + EPOCH=5
11:21:23 + EPOCH_SEP=
11:21:23 + [[ ! -z 5 ]]
11:21:23 + EPOCH_SEP=:
11:21:23 + [[ -z 0.0.0~20230309110843.71615c2 ]]
11:21:23 + echo VERSION AAA 0.0.0-20230309110843-71615c2
11:21:23 VERSION AAA 0.0.0-20230309110843-71615c2
11:21:23 + VERSION=0.0.0-20230309110843-71615c2
11:21:23 VERSION bbb 0.0.0-20230309110843-71615c2
11:21:23 + echo VERSION bbb 0.0.0-20230309110843-71615c2
11:21:23 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:21:23 + debSource=docker-ce
11:21:23 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:21:23 + debMaintainer='Docker <support@docker.com>'
11:21:23 ++ date --rfc-2822
11:21:23 + debDate='Fri, 10 Mar 2023 11:21:23 +0000'
11:21:23 + pkgRevision=1
11:21:23 + cat
11:21:23 + export CLI_GITCOMMIT=71615c2
11:21:23 + CLI_GITCOMMIT=71615c2
11:21:23 + export ENGINE_GITCOMMIT=31a9532
11:21:23 + ENGINE_GITCOMMIT=31a9532
11:21:23 + export SCAN_GITCOMMIT=6c852fa
11:21:23 + SCAN_GITCOMMIT=6c852fa
11:21:23 + echo VERSION BBB 0.0.0-20230309110843-71615c2
11:21:23 VERSION BBB 0.0.0-20230309110843-71615c2
11:21:23 + dpkg-buildpackage -uc -us -I.git
11:21:23 dpkg-buildpackage: info: source package docker-ce
11:21:23 dpkg-buildpackage: info: source version 5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic
11:21:23 dpkg-buildpackage: info: source distribution kinetic
11:21:23 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:21:23 dpkg-buildpackage: info: host architecture armhf
11:21:23  dpkg-source -I.git --before-build .
11:21:23  debian/rules clean
11:21:23 dh clean --with=bash-completion
11:21:23    dh_clean
11:21:23  dpkg-source -I.git -b .
11:21:24 #47 ...
11:21:24 
11:21:24 #44 [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
11:21:24 #44 24.81 Selecting previously unselected package libclang-cpp11.
11:21:24 #44 24.81 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
11:21:24 #44 24.81 Unpacking libclang-cpp11 (1:11.0.1-2) ...
11:21:24 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:21:24 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:21:24 dpkg-source: warning: native package version may not have a revision
11:21:24 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230309110843.71615c2'
11:21:24 dpkg-source: info: using source format '1.0'
11:21:24 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz
11:21:25 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc
11:21:25  debian/rules build
11:21:25 dh build --with=bash-completion
11:21:25    dh_update_autotools_config
11:21:25    dh_autoreconf
11:21:25    debian/rules override_dh_auto_build
11:21:25 make[1]: Entering directory '/root/build-deb'
11:21:25 # Build the daemon and dependencies
11:21:25 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:25 
11:21:25 Removing bundles/
11:21:25 
11:21:25 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:25 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:21:26 #44 27.55 Selecting previously unselected package libgc1:amd64.
11:21:26 #44 27.55 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
11:21:26 #44 27.56 Unpacking libgc1:amd64 (1:8.0.4-3) ...
11:21:26 #44 27.63 Selecting previously unselected package libobjc4:amd64.
11:21:26 #44 27.63 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
11:21:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc
11:21:26  debian/rules build
11:21:26 dh build --with=bash-completion
11:21:26    dh_update_autotools_config
11:21:26    dh_autoreconf
11:21:26    debian/rules override_dh_auto_build
11:21:26 make[1]: Entering directory '/root/build-deb'
11:21:26 # Build the daemon and dependencies
11:21:26 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:26 
11:21:26 Removing bundles/
11:21:26 
11:21:26 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:26 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:26 #44 27.64 Unpacking libobjc4:amd64 (10.2.1-6) ...
11:21:26 #44 27.71 Selecting previously unselected package libobjc-10-dev:amd64.
11:21:26 #44 27.71 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
11:21:26 #44 27.73 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
11:21:26 #44 27.91 Selecting previously unselected package libc6-i386.
11:21:27 #44 27.91 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
11:21:27 #44 27.92 Unpacking libc6-i386 (2.31-13+deb11u5) ...
11:21:27 #44 28.77 Selecting previously unselected package lib32gcc-s1.
11:21:27 #44 28.77 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
11:21:27 #44 28.78 Unpacking lib32gcc-s1 (10.2.1-6) ...
11:21:27 #44 28.86 Selecting previously unselected package lib32stdc++6.
11:21:27 #44 28.86 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
11:21:27 #44 28.87 Unpacking lib32stdc++6 (10.2.1-6) ...
11:21:28 #44 29.05 Selecting previously unselected package libclang-common-11-dev.
11:21:28 #44 29.05 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
11:21:28 #44 29.06 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
11:21:28 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc
11:21:28  debian/rules build
11:21:28 dh build --with=bash-completion
11:21:28    dh_update_autotools_config
11:21:28    dh_autoreconf
11:21:28    debian/rules override_dh_auto_build
11:21:28 make[1]: Entering directory '/root/build-deb'
11:21:28 # Build the daemon and dependencies
11:21:28 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:28 
11:21:28 Removing bundles/
11:21:28 
11:21:28 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:28 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:30 #44 31.02 Selecting previously unselected package libclang1-11.
11:21:30 #44 31.02 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
11:21:30 #44 31.03 Unpacking libclang1-11 (1:11.0.1-2) ...
11:21:31 #44 32.45 Selecting previously unselected package clang-11.
11:21:31 #44 32.45 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
11:21:31 #44 32.46 Unpacking clang-11 (1:11.0.1-2) ...
11:21:31 #44 32.54 Selecting previously unselected package clang.
11:21:31 #44 32.54 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
11:21:31 #44 32.55 Unpacking clang (1:11.0-51+nmu5) ...
11:21:31 #44 32.60 Selecting previously unselected package libpfm4:amd64.
11:21:31 #44 32.61 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
11:21:31 #44 32.62 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:21:31 #44 32.75 Selecting previously unselected package lld-11.
11:21:31 #44 32.75 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
11:21:31 #44 32.75 Unpacking lld-11 (1:11.0.1-2) ...
11:21:32 #44 33.10 Selecting previously unselected package lld.
11:21:32 #44 33.10 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
11:21:32 #44 33.10 Unpacking lld (1:11.0-51+nmu5) ...
11:21:32 #44 33.15 Selecting previously unselected package llvm-11-runtime.
11:21:32 #44 33.15 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
11:21:32 #44 33.15 Unpacking llvm-11-runtime (1:11.0.1-2) ...
11:21:32 #44 33.25 Selecting previously unselected package llvm-runtime.
11:21:32 #44 33.26 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
11:21:32 #44 33.27 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
11:21:32 #44 33.31 Selecting previously unselected package llvm-11.
11:21:32 #44 33.31 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
11:21:32 #44 33.32 Unpacking llvm-11 (1:11.0.1-2) ...
11:21:35 #44 35.54 Selecting previously unselected package llvm.
11:21:35 #44 35.54 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
11:21:35 #44 35.55 Unpacking llvm (1:11.0-51+nmu5) ...
11:21:35 #44 35.64 Setting up libz3-4:amd64 (4.8.10-1) ...
11:21:35 #44 35.66 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:21:35 #44 35.67 Setting up libllvm11:amd64 (1:11.0.1-2) ...
11:21:35 #44 35.68 Setting up libclang1-11 (1:11.0.1-2) ...
11:21:35 #44 35.70 Setting up libgc1:amd64 (1:8.0.4-3) ...
11:21:35 #44 35.71 Setting up libc6-i386 (2.31-13+deb11u5) ...
11:21:35 #44 35.73 Setting up llvm-11-runtime (1:11.0.1-2) ...
11:21:35 #44 35.74 Setting up llvm-11 (1:11.0.1-2) ...
11:21:35 #44 35.75 Setting up libobjc4:amd64 (10.2.1-6) ...
11:21:35 #44 35.76 Setting up lld-11 (1:11.0.1-2) ...
11:21:35 #44 35.78 Setting up libclang-cpp11 (1:11.0.1-2) ...
11:21:35 #44 35.79 Setting up lib32gcc-s1 (10.2.1-6) ...
11:21:35 #44 35.80 Setting up lib32stdc++6 (10.2.1-6) ...
11:21:35 #44 35.81 Setting up llvm-runtime (1:11.0-51+nmu5) ...
11:21:35 #44 35.82 Setting up llvm (1:11.0-51+nmu5) ...
11:21:35 #44 35.83 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
11:21:35 #44 35.84 Setting up libclang-common-11-dev (1:11.0.1-2) ...
11:21:35 #44 35.86 Setting up clang-11 (1:11.0.1-2) ...
11:21:35 #44 35.88 Setting up lld (1:11.0-51+nmu5) ...
11:21:35 #44 35.89 Setting up clang (1:11.0-51+nmu5) ...
11:21:35 #44 35.92 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:21:35 #44 DONE 36.5s
11:21:35 
11:21:35 #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
11:21:37 #51 1.720 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:21:37 #51 1.728 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:21:37 #51 1.728 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:21:39 #51 2.521 Reading package lists...
11:21:39 #51 4.083 + 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
11:21:41 #51 4.103 Reading package lists...
11:21:41 #51 5.696 Building dependency tree...
11:21:41 #51 6.024 Reading state information...
11:21:42 #51 6.369 gcc is already the newest version (4:10.2.1-1).
11:21:42 #51 6.369 libc6-dev is already the newest version (2.31-13+deb11u5).
11:21:42 #51 6.369 The following additional packages will be installed:
11:21:42 #51 6.370   bzip2 dmsetup gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
11:21:42 #51 6.373   libdevmapper-event1.02.1 libdevmapper1.02.1 libelf1 libffi-dev
11:21:42 #51 6.373   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
11:21:42 #51 6.373   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
11:21:42 #51 6.374   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
11:21:42 #51 6.374   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev patch
11:21:42 #51 6.375   python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
11:21:42 #51 6.378 Suggested packages:
11:21:42 #51 6.378   bzip2-doc debian-keyring libgirepository1.0-dev libglib2.0-doc
11:21:42 #51 6.378   libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils seccomp ed
11:21:42 #51 6.379   diffutils-doc
11:21:42 #51 6.379 Recommended packages:
11:21:42 #51 6.379   build-essential fakeroot libalgorithm-merge-perl
11:21:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc
11:21:42  debian/rules build
11:21:42 dh build --with=bash-completion
11:21:42    dh_update_autotools_config
11:21:42    dh_autoreconf
11:21:42    debian/rules override_dh_auto_build
11:21:42 make[1]: Entering directory '/root/build-deb'
11:21:42 # Build the daemon and dependencies
11:21:42 cd engine && DOCKER_GITCOMMIT=31a9532 PRODUCT=docker ./hack/make.sh dynbinary
11:21:42 
11:21:42 Removing bundles/
11:21:42 
11:21:42 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:21:42 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
11:21:42 #51 7.383 The following NEW packages will be installed:
11:21:42 #51 7.389   bzip2 dmsetup dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev
11:21:42 #51 7.390   libapparmor1 libblkid-dev libdevmapper-dev libdevmapper-event1.02.1
11:21:42 #51 7.390   libdevmapper1.02.1 libelf1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
11:21:42 #51 7.391   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
11:21:42 #51 7.391   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
11:21:42 #51 7.391   libpcre32-3 libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev
11:21:42 #51 7.392   libsecret-common libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
11:21:42 #51 7.393   patch python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
11:21:43 #51 7.689 0 upgraded, 41 newly installed, 0 to remove and 1 not upgraded.
11:21:43 #51 7.689 Need to get 11.6 MB of archives.
11:21:43 #51 7.689 After this operation, 45.7 MB of additional disk space will be used.
11:21:43 #51 7.689 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:21:43 #51 7.692 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:21:43 #51 7.696 Get:3 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:21:43 #51 7.702 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:21:43 #51 7.704 Get:5 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:21:43 #51 7.706 Get:6 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
11:21:43 #51 7.760 Get:7 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
11:21:43 #51 7.762 Get:8 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
11:21:43 #51 7.764 Get:9 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
11:21:43 #51 7.765 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
11:21:43 #51 7.770 Get:11 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
11:21:43 #51 7.771 Get:12 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:21:43 #51 7.774 Get:13 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:21:43 #51 7.779 Get:14 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
11:21:43 #51 7.782 Get:15 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
11:21:43 #51 7.787 Get:16 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
11:21:43 #51 7.789 Get:17 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
11:21:43 #51 7.795 Get:18 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:21:43 #51 7.803 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
11:21:43 #51 7.809 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
11:21:43 #51 7.816 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
11:21:43 #51 7.817 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
11:21:43 #51 7.832 Get:23 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:21:43 #51 7.834 Get:24 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:21:43 #51 7.842 Get:25 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:21:43 #51 7.844 Get:26 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
11:21:43 #51 7.846 Get:27 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:21:43 #51 7.871 Get:28 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
11:21:43 #51 7.874 Get:29 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:21:43 #51 7.876 Get:30 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:21:43 #51 7.881 Get:31 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
11:21:43 #51 7.887 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
11:21:43 #51 7.888 Get:33 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
11:21:43 #51 7.895 Get:34 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
11:21:43 #51 7.899 Get:35 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
11:21:43 #51 7.906 Get:36 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
11:21:43 #51 7.918 Get:37 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
11:21:43 #51 7.922 Get:38 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
11:21:43 #51 7.953 Get:39 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:21:43 #51 7.955 Get:40 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
11:21:43 #51 7.957 Get:41 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
11:21:44 #51 8.362 debconf: delaying package configuration, since apt-utils is not installed
11:21:44 #51 8.450 Fetched 11.6 MB in 1s (20.8 MB/s)
11:21:44 #51 8.487 Selecting previously unselected package bzip2.
11:21:44 #51 8.487 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:21:44 #51 8.531 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
11:21:44 #51 8.536 Unpacking bzip2 (1.0.8-4) ...
11:21:44 #51 8.591 Selecting previously unselected package xz-utils.
11:21:44 #51 8.593 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:21:44 #51 8.597 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:21:44 #51 8.709 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:21:44 #51 8.709 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:21:44 #51 8.717 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:21:44 #51 8.812 Selecting previously unselected package dmsetup.
11:21:44 #51 8.813 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:21:44 #51 8.823 Unpacking dmsetup (2:1.02.175-2.1) ...
11:21:44 #51 8.897 Selecting previously unselected package patch.
11:21:44 #51 8.900 Preparing to unpack .../04-patch_2.7.6-7_amd64.deb ...
11:21:44 #51 8.904 Unpacking patch (2.7.6-7) ...
11:21:44 #51 8.991 Selecting previously unselected package dpkg-dev.
11:21:44 #51 8.997 Preparing to unpack .../05-dpkg-dev_1.20.12_all.deb ...
11:21:44 #51 9.000 Unpacking dpkg-dev (1.20.12) ...
11:21:45 #51 9.428 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:21:45 #51 9.428 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
11:21:45 #51 9.432 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:21:45 #51 9.504 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:21:45 #51 9.509 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
11:21:45 #51 9.517 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:21:45 #51 9.616 Selecting previously unselected package libsecret-common.
11:21:45 #51 9.616 Preparing to unpack .../08-libsecret-common_0.20.4-2_all.deb ...
11:21:45 #51 9.624 Unpacking libsecret-common (0.20.4-2) ...
11:21:45 #51 9.719 Selecting previously unselected package libsecret-1-0:amd64.
11:21:45 #51 9.725 Preparing to unpack .../09-libsecret-1-0_0.20.4-2_amd64.deb ...
11:21:45 #51 9.731 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
11:21:45 #51 9.804 Selecting previously unselected package gir1.2-secret-1:amd64.
11:21:45 #51 9.805 Preparing to unpack .../10-gir1.2-secret-1_0.20.4-2_amd64.deb ...
11:21:45 #51 9.809 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
11:21:45 #51 9.865 Selecting previously unselected package libapparmor1:amd64.
11:21:45 #51 9.868 Preparing to unpack .../11-libapparmor1_2.13.6-10_amd64.deb ...
11:21:45 #51 9.872 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:21:45 #51 9.928 Selecting previously unselected package libapparmor-dev:amd64.
11:21:45 #51 9.929 Preparing to unpack .../12-libapparmor-dev_2.13.6-10_amd64.deb ...
11:21:45 #51 9.933 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:21:45 #51 10.02 Selecting previously unselected package uuid-dev:amd64.
11:21:45 #51 10.04 Preparing to unpack .../13-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:45 #51 10.04 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:45 #51 10.11 Selecting previously unselected package libblkid-dev:amd64.
11:21:45 #51 10.11 Preparing to unpack .../14-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:45 #51 10.12 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:45 #51 10.24 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:21:45 #51 10.24 Preparing to unpack .../15-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:21:45 #51 10.25 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:21:45 #51 10.30 Selecting previously unselected package libudev-dev:amd64.
11:21:45 #51 10.31 Preparing to unpack .../16-libudev-dev_247.3-7+deb11u1_amd64.deb ...
11:21:45 #51 10.31 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
11:21:45 #51 10.39 Selecting previously unselected package libsepol1-dev:amd64.
11:21:45 #51 10.39 Preparing to unpack .../17-libsepol1-dev_3.1-1_amd64.deb ...
11:21:45 #51 10.41 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:21:46 #51 10.59 Selecting previously unselected package libpcre2-16-0:amd64.
11:21:46 #51 10.60 Preparing to unpack .../18-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
11:21:46 #51 10.62 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:21:46 #51 10.72 Selecting previously unselected package libpcre2-32-0:amd64.
11:21:46 #51 10.72 Preparing to unpack .../19-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
11:21:46 #51 10.73 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:21:46 #51 10.81 Selecting previously unselected package libpcre2-posix2:amd64.
11:21:46 #51 10.81 Preparing to unpack .../20-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
11:21:46 #51 10.82 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:21:46 #51 10.88 Selecting previously unselected package libpcre2-dev:amd64.
11:21:46 #51 10.88 Preparing to unpack .../21-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
11:21:46 #51 10.89 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:21:46 #51 11.17 Selecting previously unselected package libselinux1-dev:amd64.
11:21:46 #51 11.17 Preparing to unpack .../22-libselinux1-dev_3.1-3_amd64.deb ...
11:21:46 #51 11.18 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:21:46 #51 11.32 Selecting previously unselected package libdevmapper-dev:amd64.
11:21:46 #51 11.32 Preparing to unpack .../23-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:21:46 #51 11.32 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:21:46 #51 11.38 Selecting previously unselected package libelf1:amd64.
11:21:46 #51 11.38 Preparing to unpack .../24-libelf1_0.183-1_amd64.deb ...
11:21:46 #51 11.39 Unpacking libelf1:amd64 (0.183-1) ...
11:21:47 #51 11.50 Selecting previously unselected package libffi-dev:amd64.
11:21:47 #51 11.50 Preparing to unpack .../25-libffi-dev_3.3-6_amd64.deb ...
11:21:47 #51 11.51 Unpacking libffi-dev:amd64 (3.3-6) ...
11:21:47 #51 11.57 Selecting previously unselected package libglib2.0-data.
11:21:47 #51 11.57 Preparing to unpack .../26-libglib2.0-data_2.66.8-1_all.deb ...
11:21:47 #51 11.58 Unpacking libglib2.0-data (2.66.8-1) ...
11:21:47 #51 12.08 Selecting previously unselected package libglib2.0-bin.
11:21:47 #51 12.09 Preparing to unpack .../27-libglib2.0-bin_2.66.8-1_amd64.deb ...
11:21:47 #51 12.09 Unpacking libglib2.0-bin (2.66.8-1) ...
11:21:47 #51 12.19 Selecting previously unselected package python3-lib2to3.
11:21:47 #51 12.20 Preparing to unpack .../28-python3-lib2to3_3.9.2-1_all.deb ...
11:21:47 #51 12.20 Unpacking python3-lib2to3 (3.9.2-1) ...
11:21:47 #51 12.32 Selecting previously unselected package python3-distutils.
11:21:48 #51 12.32 Preparing to unpack .../29-python3-distutils_3.9.2-1_all.deb ...
11:21:48 #51 12.33 Unpacking python3-distutils (3.9.2-1) ...
11:21:48 #51 12.44 Selecting previously unselected package libglib2.0-dev-bin.
11:21:48 #51 12.44 Preparing to unpack .../30-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
11:21:48 #51 12.45 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
11:21:48 #51 12.56 Selecting previously unselected package libmount-dev:amd64.
11:21:48 #51 12.56 Preparing to unpack .../31-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
11:21:48 #51 12.57 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:48 #51 12.64 Selecting previously unselected package libpcre16-3:amd64.
11:21:48 #51 12.65 Preparing to unpack .../32-libpcre16-3_2%3a8.39-13_amd64.deb ...
11:21:48 #51 12.65 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
11:21:48 #51 12.76 Selecting previously unselected package libpcre32-3:amd64.
11:21:48 #51 12.76 Preparing to unpack .../33-libpcre32-3_2%3a8.39-13_amd64.deb ...
11:21:48 #51 12.76 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
11:21:48 #51 12.89 Selecting previously unselected package libpcrecpp0v5:amd64.
11:21:48 #51 12.90 Preparing to unpack .../34-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
11:21:48 #51 12.90 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
11:21:48 #51 12.99 Selecting previously unselected package libpcre3-dev:amd64.
11:21:48 #51 12.99 Preparing to unpack .../35-libpcre3-dev_2%3a8.39-13_amd64.deb ...
11:21:48 #51 12.99 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
11:21:48 #51 13.27 Selecting previously unselected package zlib1g-dev:amd64.
11:21:48 #51 13.27 Preparing to unpack .../36-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
11:21:48 #51 13.28 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
11:21:48 #51 13.36 Selecting previously unselected package libglib2.0-dev:amd64.
11:21:49 #51 13.37 Preparing to unpack .../37-libglib2.0-dev_2.66.8-1_amd64.deb ...
11:21:49 #51 13.37 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
11:21:49 #51 14.00 Selecting previously unselected package libseccomp-dev:amd64.
11:21:49 #51 14.00 Preparing to unpack .../38-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:21:49 #51 14.00 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:21:49 #51 14.11 Selecting previously unselected package libsecret-1-dev:amd64.
11:21:49 #51 14.11 Preparing to unpack .../39-libsecret-1-dev_0.20.4-2_amd64.deb ...
11:21:49 #51 14.11 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
11:21:49 #51 14.28 Selecting previously unselected package libsystemd-dev:amd64.
11:21:49 #51 14.29 Preparing to unpack .../40-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
11:21:49 #51 14.30 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
11:21:50 #51 14.69 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
11:21:50 #51 14.70 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:21:50 #51 14.71 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:21:50 #51 14.72 Setting up libpcre16-3:amd64 (2:8.39-13) ...
11:21:50 #51 14.73 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:21:50 #51 14.74 Setting up bzip2 (1.0.8-4) ...
11:21:50 #51 14.75 Setting up libffi-dev:amd64 (3.3-6) ...
11:21:50 #51 14.76 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:21:50 #51 14.77 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:21:50 #51 14.78 Setting up libglib2.0-data (2.66.8-1) ...
11:21:50 #51 14.79 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:50 #51 14.81 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:21:50 #51 14.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:21:50 #51 14.83 Setting up libpcre32-3:amd64 (2:8.39-13) ...
11:21:50 #51 14.84 Setting up patch (2.7.6-7) ...
11:21:50 #51 14.85 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
11:21:50 #51 14.86 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:21:50 #51 14.87 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
11:21:50 #51 14.88 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:21:50 #51 14.89 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:21:50 #51 14.90 Setting up python3-lib2to3 (3.9.2-1) ...
11:21:50 #51 15.25 Setting up libelf1:amd64 (0.183-1) ...
11:21:50 #51 15.26 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
11:21:50 #51 15.27 Setting up libsecret-common (0.20.4-2) ...
11:21:50 #51 15.28 Setting up python3-distutils (3.9.2-1) ...
11:21:51 #51 15.60 Setting up libglib2.0-dev-bin (2.66.8-1) ...
11:21:51 #51 16.15 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:51 #51 16.17 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:21:51 #51 16.18 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:21:51 #51 16.19 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
11:21:51 #51 16.20 Setting up libglib2.0-bin (2.66.8-1) ...
11:21:51 #51 16.21 Setting up dpkg-dev (1.20.12) ...
11:21:51 #51 16.23 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
11:21:51 #51 16.24 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:21:51 #51 16.25 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
11:21:51 #51 16.26 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
11:21:51 #51 16.27 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
11:21:51 #51 16.29 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:21:51 #51 16.30 Setting up dmsetup (2:1.02.175-2.1) ...
11:21:51 #51 16.32 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:21:51 #51 16.36 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:21:51 #51 16.37 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
11:21:51 #51 16.38 No schema files found: doing nothing.
11:21:51 #51 16.39 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:21:51 #51 16.43 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
11:21:52 #51 DONE 16.8s
11:21:52 
11:21:52 #52 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
11:21:53 #52 DONE 1.6s
11:21:53 
11:21:53 #47 [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...)
11:21:53 #47 ...
11:21:53 
11:21:53 #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...)
11:21:55 #30 DONE 145.1s
11:21:55 
11:21:55 #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
11:21:55 #29 DONE 145.1s
11:21:55 
11:21:55 #31 [darwin/arm64 binary 1/1] COPY --from=build /out .
11:21:55 #31 DONE 0.1s
11:21:55 
11:21:55 #32 [darwin/amd64 binary 1/1] COPY --from=build /out .
11:21:55 #32 DONE 0.1s
11:21:55 
11:21:55 #33 exporting to client directory
11:21:55 #33 copying files darwin/arm64 2.88MB 0.1s
11:21:55 #33 copying files darwin/amd64 22B
11:21:55 #33 copying files darwin/arm64 35.06MB 1.3s done
11:21:55 #33 copying files darwin/amd64 36.86MB 1.3s done
11:21:55 #33 DONE 1.3s
11:21:55 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/build && for platform in *; do \
11:21:55 	arch=$(echo $platform | cut -d_ -f2); \
11:21:55 	mkdir -p $dest/$arch/docker; \
11:21:55 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
11:21:55 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230309110843-71615c2.tgz docker; \
11:21:55 done
11:21:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:21:55 + make clean
11:21:55 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:21:55 Unable to find image 'alpine:latest' locally
11:21:55 #53 ...
11:21:55 
11:21:55 #45 [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...)
11:21:55 #45 DONE 57.1s
11:21:55 
11:21:55 #54 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
11:21:55 #54 DONE 0.1s
11:21:55 
11:21:55 #55 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
11:21:55 #55 DONE 0.1s
11:21:55 
11:21:55 #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...)
11:21:55 #53 2.062 
11:21:55 latest: Pulling from library/alpine
11:21:55 63b65145d645: Already exists
11:21:55 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:21:55 Status: Downloaded newer image for alpine:latest
11:21:56 #53 2.280 Removing /tmp/bundles/
11:21:56 #53 2.282 
11:21:56 #53 2.294 ---> Making bundle: binary (in /tmp/bundles/binary)
11:21:56 #53 2.362 Building static /tmp/bundles/binary-daemon/dockerd (linux/amd64)...
11:21:57 rm -f -r src
11:21:58 make -C rpm clean
11:21:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:21:58 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:21:58 rm -f -r rpmbuild/
11:21:58 docker builder prune -f --filter until=24h
11:21:58 Total:	0B
11:21:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:21:58 make -C deb clean
11:21:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:21:58 #23 113.3 Created binary: /tmp/bundles/binary-daemon/dockerd.exe
11:21:58 #23 113.3 ++++++ cat ./cli/winresources/docker-proxy/winres.json
11:21:58 #23 113.3 {
11:21:58 #23 113.3   "RT_GROUP_ICON": {
11:21:58 #23 113.3     "#1": {
11:21:58 #23 113.3       "0409": "../../winresources/docker.ico"
11:21:58 #23 113.3     }
11:21:58 #23 113.3   },
11:21:58 #23 113.3   "RT_MANIFEST": {
11:21:58 #23 113.3     "#1": {
11:21:58 #23 113.3       "0409": {
11:21:58 #23 113.3         "identity": {},
11:21:58 #23 113.3         "description": "Docker Engine",
11:21:58 #23 113.3         "minimum-os": "vista",
11:21:58 #23 113.3         "execution-level": "",
11:21:58 #23 113.3         "ui-access": false,
11:21:58 #23 113.3         "auto-elevate": false,
11:21:58 #23 113.3         "dpi-awareness": "unaware",
11:21:58 #23 113.3         "disable-theming": false,
11:21:58 #23 113.3         "disable-window-filtering": false,
11:21:58 #23 113.3         "high-resolution-scrolling-aware": false,
11:21:58 #23 113.3         "ultra-high-resolution-scrolling-aware": false,
11:21:58 #23 113.3         "long-path-aware": false,
11:21:58 #23 113.3         "printer-driver-isolation": false,
11:21:58 #23 113.3         "gdi-scaling": false,
11:21:58 #23 113.3         "segment-heap": false,
11:21:58 #23 113.3         "use-common-controls-v6": false
11:21:58 #23 113.3       }
11:21:58 #23 113.3     }
11:21:58 #23 113.3   },
11:21:58 #23 113.3   "RT_MESSAGETABLE": {
11:21:58 #23 113.3     "#1": {
11:21:58 #23 113.3       "0409": "../../winresources/event_messages.bin"
11:21:58 #23 113.3     }
11:21:58 #23 113.3   },
11:21:58 #23 113.3   "RT_VERSION": {
11:21:58 #23 113.3     "#1": {
11:21:58 #23 113.3       "0409": {
11:21:58 #23 113.3         "fixed": {
11:21:58 #23 113.3           "file_version": "0.0.0.0",
11:21:58 #23 113.3           "product_version": "0.0.0.0",
11:21:58 #23 113.3           "type": "Unknown"
11:21:58 #23 113.3         },
11:21:58 #23 113.3         "info": {
11:21:58 #23 113.3           "0000": {
11:21:58 #23 113.3             "CompanyName": "",
11:21:58 #23 113.3             "FileVersion": "0.0.0-20230309110843-71615c2",
11:21:58 #23 113.3             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
11:21:58 #23 113.3             "OriginalFileName": "docker-proxy.exe",
11:21:58 #23 113.3             "ProductName": "",
11:21:58 #23 113.3             "ProductVersion": "0.0.0-20230309110843-71615c2",
11:21:58 #23 113.3             "SpecialBuild": "31a9532"
11:21:58 #23 113.3           }
11:21:58 #23 113.3         }
11:21:58 #23 113.3       }
11:21:58 #23 113.3     }
11:21:58 #23 113.3   }
11:21:58 #23 113.3 }
11:21:58 #23 113.3 cmd/docker-proxy/genwinres_windows.go
11:21:58 #23 113.3 cmd/docker-proxy/main.go
11:21:58 #23 113.3 cmd/docker-proxy/network_proxy_test.go
11:21:58 #23 113.3 cmd/docker-proxy/proxy.go
11:21:58 #23 113.3 cmd/docker-proxy/sctp_proxy.go
11:21:58 #23 113.3 cmd/docker-proxy/tcp_proxy.go
11:21:58 #23 113.3 cmd/docker-proxy/udp_proxy.go
11:21:58 #23 113.4 Building static /tmp/bundles/binary-daemon/docker-proxy.exe (windows/amd64)...
11:21:58 #23 113.6 Created binary: /tmp/bundles/binary-daemon/docker-proxy.exe
11:21:58 #23 113.6 
11:21:58 #23 DONE 113.9s
11:21:58 
11:21:58 #24 [binary 1/1] COPY --from=build /build/ /
11:21:58 #24 DONE 0.1s
11:21:58 
11:21:58 #25 exporting to client
11:21:58 #25 copying files 9.67MB 0.1s
11:21:58 #25 copying files 62.02MB 0.4s done
11:21:58 #25 DONE 0.4s
11:21:58 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 docker buildx bake --set binary.platform=windows/amd64 binary
11:21:58 #1 [internal] load build definition from Dockerfile
11:21:58 #1 transferring dockerfile: 5.48kB done
11:21:58 #1 DONE 0.0s
11:21:58 
11:21:58 #2 [internal] load .dockerignore
11:21:58 #2 transferring context: 263B done
11:21:58 #2 DONE 0.0s
11:21:58 
11:21:58 #3 resolve image config for docker.io/docker/dockerfile:1
11:21:58 #3 DONE 0.1s
11:21:58 
11:21:58 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:21:58 #4 CACHED
11:21:58 
11:21:58 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:21:58 #5 ...
11:21:58 
11:21:58 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:21:58 #6 DONE 0.0s
11:21:58 
11:21:58 #7 [internal] load metadata for docker.io/library/golang:1.19.6-alpine3.16
11:21:58 #7 DONE 0.3s
11:21:58 
11:21:58 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:21:58 #8 DONE 0.3s
11:21:58 
11:21:58 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:21:58 #5 DONE 0.3s
11:21:58 
11:21:58 #9 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:21:58 #9 resolve docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4 0.0s done
11:21:58 #9 sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4 1.65kB / 1.65kB done
11:21:58 #9 sha256:ca21979fea04f04aa42f84f1fb836f678e7dbfe7312e2c7bbbe7a5245a7a84d8 1.16kB / 1.16kB done
11:21:58 #9 sha256:cdd4ab063a973e3dd80f40b32e7a61f766c8677c46374dcab6ea46bb8a499522 5.11kB / 5.11kB done
11:21:58 #9 sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 0B / 2.81MB 0.1s
11:21:58 #9 sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 284.75kB / 284.75kB 0.1s done
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 0B / 122.35MB 0.1s
11:21:58 #9 sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 0B / 156B 0.1s
11:21:58 #9 sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 2.81MB / 2.81MB 0.1s done
11:21:58 #9 sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 156B / 156B 0.1s done
11:21:58 #9 extracting sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 7.34MB / 122.35MB 0.4s
11:21:58 #9 ...
11:21:58 
11:21:58 #10 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:21:58 #10 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:21:58 #10 sha256:09950e90e11171816d164e6200593f7015f8ba9f67db5f195bf9c88627bab1e4 418B / 418B done
11:21:58 #10 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
11:21:58 #10 sha256:a28c16d579330aa32da948d5ce201e1e546354170044c447edfb3764cc198328 523B / 523B done
11:21:58 #10 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.3s done
11:21:58 #10 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
11:21:58 #10 DONE 0.6s
11:21:58 
11:21:58 #9 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 25.17MB / 122.35MB 0.6s
11:21:58 #9 ...
11:21:58 
11:21:58 #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:21:58 #11 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
11:21:58 #11 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
11:21:58 #11 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
11:21:58 #11 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
11:21:58 #11 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.2s done
11:21:58 #11 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0.0s done
11:21:58 #11 DONE 0.8s
11:21:58 
11:21:58 #9 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 34.60MB / 122.35MB 0.9s
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 45.09MB / 122.35MB 1.1s
11:21:58 #9 extracting sha256:ef5531b6e74e7865f5d142926b572d742ad47c153211de707903b4f5dd8d9e77 0.9s done
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 58.72MB / 122.35MB 1.3s
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 66.06MB / 122.35MB 1.4s
11:21:58 #9 extracting sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 76.55MB / 122.35MB 1.6s
11:21:58 #9 extracting sha256:a52704366974269794183b79bc06afb342fdd865402ce1aa2150750e299043b7 0.1s done
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 84.05MB / 122.35MB 1.7s
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 91.23MB / 122.35MB 1.8s
11:21:58 #9 ...
11:21:58 
11:21:58 #12 [internal] load build context
11:21:58 #12 transferring context: 38.13MB 1.8s done
11:21:58 #12 DONE 1.8s
11:21:58 
11:21:58 #9 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.6-alpine3.16@sha256:649ad77efec1b2913a333636a0e4918b5df1e2eb13e6a7adab95770d9eb47bf4
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 105.91MB / 122.35MB 1.9s
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 122.35MB / 122.35MB 2.1s
11:21:58 #9 sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 122.35MB / 122.35MB 2.5s done
11:21:58 #9 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e
11:21:58 #9 extracting sha256:e5cf22bc622ed90b94315ef08c32788e7519d694e838c26a543ff11a55bf3b5e 4.2s done
11:21:58 #9 extracting sha256:36238d4742a546e301e8d159aa06b54c55ad3c0bb8717e12c7365dc4153e3fb8 done
11:21:58 #9 DONE 7.2s
11:21:58 
11:21:58 #13 [build-base-alpine 2/4] COPY --from=xx / /
11:21:58 #13 DONE 0.9s
11:21:58 
11:21:58 #14 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:21:58 #14 0.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:21:58 #14 1.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:21:58 #14 1.624 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
11:21:58 #14 1.629 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
11:21:58 #14 1.639 (3/22) Installing readline (8.1.2-r0)
11:21:58 #14 1.644 (4/22) Installing bash (5.1.16-r2)
11:21:58 #14 1.659 Executing bash-5.1.16-r2.post-install
11:21:58 #14 1.661 (5/22) Installing libffi (3.4.2-r1)
11:21:58 #14 1.664 (6/22) Installing libgcc (11.2.1_git20220219-r2)
11:21:58 #14 1.667 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
11:21:58 #14 1.682 (8/22) Installing xz-libs (5.2.5-r1)
11:21:58 #14 1.686 (9/22) Installing libxml2 (2.9.14-r2)
11:21:58 #14 1.700 (10/22) Installing llvm13-libs (13.0.1-r2)
11:21:58 #14 2.493 (11/22) Installing clang-libs (13.0.1-r1)
11:21:58 #14 3.189 (12/22) Installing clang (13.0.1-r1)
11:21:58 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:21:58 rm -f -r debbuild
11:21:58 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:21:58 rm -f -r sources
11:21:58 docker builder prune -f --filter until=24h
11:21:58 Total:	0B
11:21:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:21:58 make -C static clean
11:21:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:21:58 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:21:58 #14 3.266 (13/22) Installing libmagic (5.41-r0)
11:21:58 #14 3.290 (14/22) Installing file (5.41-r0)
11:21:58 #14 3.293 (15/22) Installing brotli-libs (1.0.9-r6)
11:21:58 #14 3.303 (16/22) Installing nghttp2-libs (1.47.0-r0)
11:21:58 #14 3.306 (17/22) Installing libcurl (7.83.1-r6)
11:21:58 #14 3.314 (18/22) Installing expat (2.5.0-r0)
11:21:58 #14 3.318 (19/22) Installing pcre2 (10.40-r0)
11:21:58 #14 3.348 (20/22) Installing git (2.36.5-r0)
11:21:58 #14 3.471 (21/22) Installing lld (13.0.1-r0)
11:21:58 #14 3.510 (22/22) Installing llvm13 (13.0.1-r2)
11:21:58 #14 4.005 Executing busybox-1.35.0-r17.trigger
11:21:58 #14 4.010 OK: 313 MiB in 37 packages
11:21:59 #14 DONE 4.4s
11:21:59 
11:21:59 #15 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:21:59 #15 DONE 0.0s
11:21:59 
11:21:59 #16 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:21:59 #16 0.603 skipping packages installation on windows
11:21:59 #16 DONE 0.6s
11:21:59 
11:21:59 #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"
11:22:00 rm -f -r build
11:22:00 docker builder prune -f --filter until=24h
11:22:00 Total:	0B
11:22:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:22:00 #17 0.974 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
11:22:00 #17 1.363 go: downloading github.com/akavel/rsrc v0.10.2
11:22:01 #17 DONE 1.9s
11:22:01 
11:22:01 #18 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:22:01 #18 DONE 0.1s
11:22:01 
11:22:01 #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
11:22:01 #19 DONE 0.4s
11:22:01 
11:22:01 #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
11:22:02 #20 0.491 Building static docker-windows-amd64.exe
11:22:02 #20 0.514 + cat ./cli/winresources/versioninfo.json
11:22:02 #20 0.514 {
11:22:02 #20 0.514   "FixedFileInfo":
11:22:02 #20 0.514   {
11:22:02 #20 0.514     "FileVersion": {
11:22:02 #20 0.514       "Major": 0,
11:22:02 #20 0.514       "Minor": 0,
11:22:02 #20 0.514       "Patch": 0,
11:22:02 #20 0.514       "Build": 0
11:22:02 #20 0.514     },
11:22:02 #20 0.514     "FileFlagsMask": "3f",
11:22:02 #20 0.514     "FileFlags ": "00",
11:22:02 #20 0.514     "FileOS": "040004",
11:22:02 #20 0.514     "FileType": "01",
11:22:02 #20 0.514     "FileSubType": "00"
11:22:02 #20 0.514   },
11:22:02 #20 0.514   "StringFileInfo":
11:22:02 #20 0.514   {
11:22:02 #20 0.514     "Comments": "",
11:22:02 #20 0.514     "CompanyName": "",
11:22:02 #20 0.514     "FileDescription": "Docker Client",
11:22:02 #20 0.514     "FileVersion": "0.0.0-20230309110843-71615c2",
11:22:02 #20 0.514     "InternalName": "",
11:22:02 #20 0.514     "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
11:22:02 #20 0.514     "LegalTrademarks": "",
11:22:02 #20 0.514     "OriginalFilename": "docker-windows-amd64.exe",
11:22:02 #20 0.514     "PrivateBuild": "",
11:22:02 #20 0.514     "ProductName": "Docker Client",
11:22:02 #20 0.514     "ProductVersion": "0.0.0-20230309110843-71615c2",
11:22:02 #20 0.514     "SpecialBuild": "71615c2"
11:22:02 #20 0.514   },
11:22:02 #20 0.514   "VarFileInfo":
11:22:02 #20 0.514   {
11:22:02 #20 0.514     "Translation": {
11:22:02 #20 0.514       "LangID": "0409",
11:22:02 #20 0.514       "CharsetID": "04B0"
11:22:02 #20 0.514     }
11:22:02 #20 0.514   }
11:22:02 #20 0.514 }
11:22:02 #20 0.515 + go generate -v github.com/docker/cli/cmd/docker
11:22:02 #20 0.518 cmd/docker/aliases.go
11:22:02 #20 0.518 cmd/docker/builder.go
11:22:02 #20 0.518 cmd/docker/builder_test.go
11:22:02 #20 0.518 cmd/docker/builder_windows_test.go
11:22:02 #20 0.518 cmd/docker/completions.go
11:22:02 #20 0.518 cmd/docker/docker.go
11:22:02 #20 0.519 cmd/docker/docker_test.go
11:22:02 #20 0.519 cmd/docker/docker_windows_amd64.go
11:22:02 #20 0.543 + go build -o /out/docker-windows-amd64.exe -tags ' osusergo' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:02Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2"' github.com/docker/cli/cmd/docker
11:22:02 Created binary: bundles/dynbinary-daemon/dockerd
11:22:02 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:02 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:02 
11:22:02 + popd
11:22:02 + exit 0
11:22:02 ~/rpmbuild/BUILD/src
11:22:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wJnsp1
11:22:02 + umask 022
11:22:02 + cd /root/rpmbuild/BUILD
11:22:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64 '!=' / ']'
11:22:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:02 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:02 + cd src
11:22:02 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/dockerd
11:22:02 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/docker-proxy
11:22:02 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/docker-init
11:22:02 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/lib/systemd/system/docker.service
11:22:02 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/lib/systemd/system/docker.socket
11:22:02 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64/etc/docker
11:22:02 + /usr/lib/rpm/check-buildroot
11:22:02 + /usr/lib/rpm/redhat/brp-compress
11:22:02 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:22:02 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:02 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:22:02 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:22:02 + /usr/lib/rpm/redhat/brp-python-hardlink
11:22:02 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:22:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TGV2mL
11:22:02 + umask 022
11:22:02 + cd /root/rpmbuild/BUILD
11:22:02 + cd src
11:22:02 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:02 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:02 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:02 + echo 'PASS: daemon version OK'
11:22:02 PASS: daemon version OK
11:22:02 + exit 0
11:22:02 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:02 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el7 docker-ce(aarch-64) = 3:0.0.0~20230309110843.71615c2-0.el7
11:22:02 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:02 Requires(post): /bin/sh
11:22:02 Requires(preun): /bin/sh
11:22:02 Requires(postun): /bin/sh
11:22:02 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
11:22:02 Conflicts: docker docker-io docker-engine-cs docker-ee
11:22:02 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
11:22:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:22:04 Created binary: bundles/dynbinary-daemon/dockerd
11:22:04 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:04 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:04 
11:22:04 + popd
11:22:04 ~/rpmbuild/BUILD/src
11:22:04 + exit 0
11:22:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8WTGmr
11:22:04 + umask 022
11:22:04 + cd /root/rpmbuild/BUILD
11:22:04 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64 '!=' / ']'
11:22:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:04 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:04 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:04 + cd src
11:22:04 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:04 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/dockerd
11:22:04 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:04 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/docker-proxy
11:22:04 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/docker-init
11:22:04 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/lib/systemd/system/docker.service
11:22:04 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/lib/systemd/system/docker.socket
11:22:04 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/etc/docker
11:22:04 + /usr/lib/rpm/check-buildroot
11:22:04 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:04 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:22:04 + /usr/lib/rpm/brp-compress
11:22:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:04 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:22:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:04 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:22:04 + /usr/lib/rpm/brp-python-hardlink
11:22:04 + PYTHON3=/usr/libexec/platform-python
11:22:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VpXbDN
11:22:04 + umask 022
11:22:04 + cd /root/rpmbuild/BUILD
11:22:04 + cd src
11:22:04 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:04 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:04 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:04 + echo 'PASS: daemon version OK'
11:22:04 PASS: daemon version OK
11:22:04 + exit 0
11:22:04 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/docker-proxy
11:22:04 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el8 docker-ce(aarch-64) = 3:0.0.0~20230309110843.71615c2-0.el8
11:22:04 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:04 Requires(post): /bin/sh
11:22:04 Requires(preun): /bin/sh
11:22:04 Requires(postun): /bin/sh
11:22:04 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)
11:22:04 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:04 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:04 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:22:07 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:22:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0HQp4M
11:22:07 + umask 022
11:22:07 + cd /root/rpmbuild/BUILD
11:22:07 + cd src
11:22:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:22:07 + exit 0
11:22:07 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EBoMZH
11:22:07 + umask 022
11:22:07 + cd /root/rpmbuild/BUILD
11:22:07 + cd /root/rpmbuild/BUILD
11:22:07 + rm -rf src
11:22:08 + /usr/bin/mkdir -p src
11:22:08 + cd src
11:22:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:08 + /usr/bin/tar -xf -
11:22:08 + STATUS=0
11:22:08 + '[' 0 -ne 0 ']'
11:22:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:08 + /usr/bin/tar -xf -
11:22:08 + STATUS=0
11:22:08 + '[' 0 -ne 0 ']'
11:22:08 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:08 + exit 0
11:22:08 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NlCqQq
11:22:08 + umask 022
11:22:08 + cd /root/rpmbuild/BUILD
11:22:08 + cd src
11:22:08 + mkdir -p /go/src/github.com/docker
11:22:08 + rm -f /go/src/github.com/docker/cli
11:22:08 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:08 + pushd /go/src/github.com/docker/cli
11:22:08 + VERSION=0.0.0-20230309110843-71615c2
11:22:08 + GITCOMMIT=71615c2
11:22:08 + GO_LINKMODE=dynamic
11:22:08 + ./scripts/build/binary
11:22:08 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:08 Building dynamic docker-linux-arm64
11:22:08 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:08Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:10 Created binary: bundles/dynbinary-daemon/dockerd
11:22:10 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:10 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:10 
11:22:10 + popd
11:22:10 + RPM_EC=0
11:22:10 ~/rpmbuild/BUILD/src
11:22:10 ++ jobs -p
11:22:10 + exit 0
11:22:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cufrlj
11:22:10 + umask 022
11:22:10 + cd /root/rpmbuild/BUILD
11:22:10 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64 '!=' / ']'
11:22:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:10 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:10 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:10 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:10 + export CFLAGS
11:22:10 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:10 + export CXXFLAGS
11:22:10 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:10 + export FFLAGS
11:22:10 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:10 + export FCFLAGS
11:22:10 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:22:10 + export LDFLAGS
11:22:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:10 + export LT_SYS_LIBRARY_PATH
11:22:10 + CC=gcc
11:22:10 + export CC
11:22:10 + CXX=g++
11:22:10 + export CXX
11:22:10 + cd src
11:22:10 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:10 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/dockerd
11:22:10 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:10 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:22:10 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-init
11:22:10 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/lib/systemd/system/docker.service
11:22:10 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/lib/systemd/system/docker.socket
11:22:10 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/etc/docker
11:22:10 + /usr/lib/rpm/check-buildroot
11:22:10 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:10 + /usr/lib/rpm/brp-compress
11:22:10 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:10 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:10 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:10 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:10 + /usr/lib/rpm/check-rpaths
11:22:10 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:10 + /usr/lib/rpm/brp-remove-la-files
11:22:10 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:10 + /usr/lib/rpm/redhat/brp-python-hardlink
11:22:10 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xnkO9W
11:22:10 + umask 022
11:22:10 + cd /root/rpmbuild/BUILD
11:22:10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:10 + export CFLAGS
11:22:10 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:10 + export CXXFLAGS
11:22:10 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:10 + export FFLAGS
11:22:10 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:10 + export FCFLAGS
11:22:10 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:22:10 + export LDFLAGS
11:22:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:10 + export LT_SYS_LIBRARY_PATH
11:22:10 + CC=gcc
11:22:10 + export CC
11:22:10 + CXX=g++
11:22:10 + export CXX
11:22:10 + cd src
11:22:10 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:10 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:10 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:10 PASS: daemon version OK
11:22:10 + echo 'PASS: daemon version OK'
11:22:10 + RPM_EC=0
11:22:10 ++ jobs -p
11:22:10 + exit 0
11:22:10 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:10 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:22:10 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.fc37 docker-ce(aarch-64) = 3:0.0.0~20230309110843.71615c2-0.fc37
11:22:10 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:10 Requires(post): /bin/sh
11:22:10 Requires(preun): /bin/sh
11:22:10 Requires(postun): /bin/sh
11:22:10 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)
11:22:10 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:10 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:10 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:22:12 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:22:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4bRz0z
11:22:12 + umask 022
11:22:12 + cd /root/rpmbuild/BUILD
11:22:12 + cd src
11:22:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:22:12 + exit 0
11:22:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oNADRU
11:22:12 + umask 022
11:22:12 + cd /root/rpmbuild/BUILD
11:22:12 + cd /root/rpmbuild/BUILD
11:22:12 + rm -rf src
11:22:12 + /usr/bin/mkdir -p src
11:22:12 + cd src
11:22:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:12 + /usr/bin/tar -xof -
11:22:12 + STATUS=0
11:22:12 + '[' 0 -ne 0 ']'
11:22:12 + /usr/bin/tar -xof -
11:22:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:12 + STATUS=0
11:22:12 + '[' 0 -ne 0 ']'
11:22:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:12 + exit 0
11:22:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jjmbtU
11:22:12 + umask 022
11:22:12 + cd /root/rpmbuild/BUILD
11:22:12 + cd src
11:22:12 + mkdir -p /go/src/github.com/docker
11:22:12 + rm -f /go/src/github.com/docker/cli
11:22:12 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:12 + pushd /go/src/github.com/docker/cli
11:22:12 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:12 + VERSION=0.0.0-20230309110843-71615c2
11:22:12 + GITCOMMIT=71615c2
11:22:12 + GO_LINKMODE=dynamic
11:22:12 + ./scripts/build/binary
11:22:12 Building dynamic docker-linux-arm64
11:22:12 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:12Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:16 Created binary: bundles/dynbinary-daemon/dockerd
11:22:16 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:16 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:16 
11:22:16 + popd
11:22:16 + RPM_EC=0
11:22:16 ~/rpmbuild/BUILD/src
11:22:16 ++ jobs -p
11:22:16 + exit 0
11:22:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UXTPT0
11:22:16 + umask 022
11:22:16 + cd /root/rpmbuild/BUILD
11:22:16 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64 '!=' / ']'
11:22:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:16 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:16 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:16 + export CFLAGS
11:22:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:16 + export CXXFLAGS
11:22:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:16 + export FFLAGS
11:22:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:16 + export FCFLAGS
11:22:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:22:16 + export LDFLAGS
11:22:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:16 + export LT_SYS_LIBRARY_PATH
11:22:16 + CC=gcc
11:22:16 + export CC
11:22:16 + CXX=g++
11:22:16 + export CXX
11:22:16 + cd src
11:22:16 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:16 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/dockerd
11:22:16 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:16 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:22:16 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-init
11:22:16 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/lib/systemd/system/docker.service
11:22:16 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
11:22:16 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/etc/docker
11:22:16 + /usr/lib/rpm/check-buildroot
11:22:16 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:16 + /usr/lib/rpm/brp-compress
11:22:16 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:16 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:16 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:16 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:16 + /usr/lib/rpm/check-rpaths
11:22:16 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:16 + /usr/lib/rpm/brp-remove-la-files
11:22:16 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:16 + /usr/lib/rpm/redhat/brp-python-hardlink
11:22:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.X4LvlB
11:22:16 + umask 022
11:22:16 + cd /root/rpmbuild/BUILD
11:22:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:16 + export CFLAGS
11:22:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:16 + export CXXFLAGS
11:22:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:16 + export FFLAGS
11:22:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:16 + export FCFLAGS
11:22:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:22:16 + export LDFLAGS
11:22:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:16 + export LT_SYS_LIBRARY_PATH
11:22:16 + CC=gcc
11:22:16 + export CC
11:22:16 + CXX=g++
11:22:16 + export CXX
11:22:16 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:22:16 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:22:16 + cd src
11:22:16 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:16 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:16 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:16 + echo 'PASS: daemon version OK'
11:22:16 + RPM_EC=0
11:22:16 PASS: daemon version OK
11:22:16 ++ jobs -p
11:22:16 + exit 0
11:22:16 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:16 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:22:16 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.fc36 docker-ce(aarch-64) = 3:0.0.0~20230309110843.71615c2-0.fc36
11:22:16 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:16 Requires(post): /bin/sh
11:22:16 Requires(preun): /bin/sh
11:22:16 Requires(postun): /bin/sh
11:22:16 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)
11:22:16 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:16 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:22:17 #13 111.8 --------------------------------------------------------------------------------
11:22:17 #13 111.8 Total                                              1.0 MB/s |  80 MB  01:16     
11:22:17 #13 112.0 Running transaction check
11:22:17 #13 112.1 Running transaction test
11:22:17 #13 112.3 Transaction test succeeded
11:22:17 #13 112.3 Running transaction
11:22:17 #13 114.7   Updating   : glibc-common-2.17-326.el7_9.x86_64                          1/65 
11:22:17 #13 115.2   Updating   : glibc-2.17-326.el7_9.x86_64                                 2/65 
11:22:17 #13 115.7   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/65 
11:22:17 #13 115.8   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/65 
11:22:17 #13 116.3   Updating   : systemd-libs-219-78.el7_9.7.x86_64                          5/65 
11:22:17 #13 118.0   Updating   : systemd-219-78.el7_9.7.x86_64                               6/65 
11:22:17 #13 118.7 Failed to get D-Bus connection: Operation not permitted
11:22:17 #13 118.7   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/65 
11:22:17 #13 119.3   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/65 
11:22:17 #13 119.8   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/65 
11:22:17 #13 120.3   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/65 
11:22:17 #13 120.9   Installing : m4-1.4.16-10.el7.x86_64                                    11/65 
11:22:17 #13 121.4   Installing : checkpolicy-2.5-8.el7.x86_64                               12/65 
11:22:18 #13 121.5   Installing : 1:make-3.82-24.el7.x86_64                                  13/65 
11:22:19 #13 122.0   Installing : 1:perl-Error-0.17020-2.el7.noarch                          14/65 
11:22:19 Created binary: bundles/dynbinary-daemon/dockerd
11:22:19 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:19 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:19 
11:22:19 + popd
11:22:19 + RPM_EC=0
11:22:19 ~/rpmbuild/BUILD/src
11:22:19 ++ jobs -p
11:22:19 + exit 0
11:22:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2MMJgR
11:22:19 + umask 022
11:22:19 + cd /root/rpmbuild/BUILD
11:22:19 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64 '!=' / ']'
11:22:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:19 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:19 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:19 + cd src
11:22:19 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:19 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/dockerd
11:22:19 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:19 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/docker-proxy
11:22:19 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/docker-init
11:22:19 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/lib/systemd/system/docker.service
11:22:19 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/lib/systemd/system/docker.socket
11:22:19 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/etc/docker
11:22:19 + /usr/lib/rpm/check-buildroot
11:22:19 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:19 + /usr/lib/rpm/brp-compress
11:22:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:19 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:22:19 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:19 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:19 + /usr/lib/rpm/brp-python-hardlink
11:22:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fQvqTw
11:22:19 + umask 022
11:22:19 + cd /root/rpmbuild/BUILD
11:22:19 + cd src
11:22:19 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:19 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:19 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:19 + echo 'PASS: daemon version OK'
11:22:19 PASS: daemon version OK
11:22:19 + RPM_EC=0
11:22:19 ++ jobs -p
11:22:19 + exit 0
11:22:19 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:19 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/docker-proxy
11:22:19 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el9 docker-ce(aarch-64) = 3:0.0.0~20230309110843.71615c2-0.el9
11:22:19 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:19 Requires(post): /bin/sh
11:22:19 Requires(preun): /bin/sh
11:22:19 Requires(postun): /bin/sh
11:22:19 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)
11:22:19 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:19 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:19 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:22:19 Created binary: bundles/dynbinary-daemon/dockerd
11:22:19 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:19 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:19 
11:22:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:19 + RM_GOPATH=0
11:22:19 + TMP_GOPATH=/go
11:22:19 + : /usr/local/bin
11:22:19 + '[' -z /go ']'
11:22:19 + export GOPATH=/go
11:22:19 + GOPATH=/go
11:22:19 + case "$(go env GOARCH)" in
11:22:19 ++ go env GOARCH
11:22:19 + export GO_BUILDMODE=-buildmode=pie
11:22:19 + GO_BUILDMODE=-buildmode=pie
11:22:19 ++ dirname hack/dockerfile/install/install.sh
11:22:19 + dir=hack/dockerfile/install
11:22:19 + bin=tini
11:22:19 + shift
11:22:19 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:19 + . hack/dockerfile/install/tini.installer
11:22:19 ++ : v0.19.0
11:22:19 + install_tini
11:22:19 + echo 'Install tini version v0.19.0'
11:22:19 Install tini version v0.19.0
11:22:19 + git clone https://github.com/krallin/tini.git /go/tini
11:22:19 Cloning into '/go/tini'...
11:22:19 + cd /go/tini
11:22:19 + git checkout -q v0.19.0
11:22:19 + cmake .
11:22:19 -- The C compiler identification is GNU 7.5.0
11:22:19 -- Check for working C compiler: /usr/bin/cc
11:22:19 -- Check for working C compiler: /usr/bin/cc -- works
11:22:19 -- Detecting C compiler ABI info
11:22:19 -- Detecting C compiler ABI info - done
11:22:19 -- Detecting C compile features
11:22:19 -- Detecting C compile features - done
11:22:19 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:19 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:22:19 -- Configuring done
11:22:19 -- Generating done
11:22:19 -- Build files have been written to: /go/tini
11:22:19 + make tini-static
11:22:19 make[2]: Entering directory '/go/tini'
11:22:19 make[3]: Entering directory '/go/tini'
11:22:19 make[4]: Entering directory '/go/tini'
11:22:19 make[5]: Entering directory '/go/tini'
11:22:19 Scanning dependencies of target tini-static
11:22:19 make[5]: Leaving directory '/go/tini'
11:22:19 make[5]: Entering directory '/go/tini'
11:22:19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:19 [100%] Linking C executable tini-static
11:22:19 make[5]: Leaving directory '/go/tini'
11:22:19 [100%] Built target tini-static
11:22:19 make[4]: Leaving directory '/go/tini'
11:22:19 make[3]: Leaving directory '/go/tini'
11:22:19 make[2]: Leaving directory '/go/tini'
11:22:19 + mkdir -p /usr/local/bin
11:22:19 + cp tini-static /usr/local/bin/docker-init
11:22:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:19 + RM_GOPATH=0
11:22:19 + TMP_GOPATH=/go
11:22:19 + : /usr/local/bin
11:22:19 + '[' -z /go ']'
11:22:19 + export GOPATH=/go
11:22:19 + GOPATH=/go
11:22:19 + case "$(go env GOARCH)" in
11:22:19 ++ go env GOARCH
11:22:19 + export GO_BUILDMODE=-buildmode=pie
11:22:19 + GO_BUILDMODE=-buildmode=pie
11:22:19 ++ dirname hack/dockerfile/install/install.sh
11:22:19 + dir=hack/dockerfile/install
11:22:19 + bin=rootlesskit
11:22:19 + shift
11:22:19 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:19 + . hack/dockerfile/install/rootlesskit.installer
11:22:19 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:19 + install_rootlesskit dynamic
11:22:19 + case "$1" in
11:22:19 + install_rootlesskit_dynamic
11:22:19 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:19 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:19 + export BUILD_MODE=-buildmode=pie
11:22:19 + BUILD_MODE=-buildmode=pie
11:22:19 + _install_rootlesskit
11:22:19 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:19 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:19 + for f in rootlesskit rootlesskit-docker-proxy
11:22:19 + GOBIN=/usr/local/bin
11:22:19 + GO111MODULE=on
11:22:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:19 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:19 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:19 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:19 go: downloading golang.org/x/sys v0.2.0
11:22:19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:19 go: downloading github.com/google/uuid v1.3.0
11:22:19 go: downloading github.com/moby/vpnkit v0.5.0
11:22:19 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:19 go: downloading github.com/gofrs/flock v0.8.1
11:22:19 go: downloading github.com/gorilla/mux v1.8.0
11:22:19 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:19 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:19 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:19 go: downloading golang.org/x/net v0.1.0
11:22:19 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:19 #13 122.6   Installing : cpp-4.8.5-44.el7.x86_64                                    15/65 
11:22:20 #13 123.2   Installing : rsync-3.1.2-12.el7_9.x86_64                                16/65 
11:22:20 #13 123.7   Installing : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
11:22:21 Created binary: bundles/dynbinary-daemon/dockerd
11:22:21 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:21 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:21 
11:22:21 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:21 + RM_GOPATH=0
11:22:21 + TMP_GOPATH=/go
11:22:21 + : /usr/local/bin
11:22:21 + '[' -z /go ']'
11:22:21 + export GOPATH=/go
11:22:21 + GOPATH=/go
11:22:21 + case "$(go env GOARCH)" in
11:22:21 ++ go env GOARCH
11:22:21 + export GO_BUILDMODE=-buildmode=pie
11:22:21 + GO_BUILDMODE=-buildmode=pie
11:22:21 ++ dirname hack/dockerfile/install/install.sh
11:22:21 + dir=hack/dockerfile/install
11:22:21 + bin=tini
11:22:21 + shift
11:22:21 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:21 + . hack/dockerfile/install/tini.installer
11:22:21 ++ : v0.19.0
11:22:21 + install_tini
11:22:21 + echo 'Install tini version v0.19.0'
11:22:21 Install tini version v0.19.0
11:22:21 + git clone https://github.com/krallin/tini.git /go/tini
11:22:21 Cloning into '/go/tini'...
11:22:21 + cd /go/tini
11:22:21 + git checkout -q v0.19.0
11:22:21 + cmake .
11:22:21 -- The C compiler identification is GNU 8.3.0
11:22:21 -- Check for working C compiler: /usr/bin/cc
11:22:21 -- Check for working C compiler: /usr/bin/cc -- works
11:22:21 -- Detecting C compiler ABI info
11:22:21 -- Detecting C compiler ABI info - done
11:22:21 -- Detecting C compile features
11:22:21 -- Detecting C compile features - done
11:22:21 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:22:21 -- Configuring done
11:22:21 -- Generating done
11:22:21 -- Build files have been written to: /go/tini
11:22:21 + make tini-static
11:22:21 make[2]: Entering directory '/go/tini'
11:22:21 make[3]: Entering directory '/go/tini'
11:22:21 make[4]: Entering directory '/go/tini'
11:22:21 make[5]: Entering directory '/go/tini'
11:22:21 Scanning dependencies of target tini-static
11:22:21 make[5]: Leaving directory '/go/tini'
11:22:21 make[5]: Entering directory '/go/tini'
11:22:21 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:21 [100%] Linking C executable tini-static
11:22:21 make[5]: Leaving directory '/go/tini'
11:22:21 [100%] Built target tini-static
11:22:21 make[4]: Leaving directory '/go/tini'
11:22:21 make[3]: Leaving directory '/go/tini'
11:22:21 make[2]: Leaving directory '/go/tini'
11:22:21 + mkdir -p /usr/local/bin
11:22:21 + cp tini-static /usr/local/bin/docker-init
11:22:21 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:21 + RM_GOPATH=0
11:22:21 + TMP_GOPATH=/go
11:22:21 + : /usr/local/bin
11:22:21 + '[' -z /go ']'
11:22:21 + export GOPATH=/go
11:22:21 + GOPATH=/go
11:22:21 + case "$(go env GOARCH)" in
11:22:21 ++ go env GOARCH
11:22:21 + export GO_BUILDMODE=-buildmode=pie
11:22:21 + GO_BUILDMODE=-buildmode=pie
11:22:21 ++ dirname hack/dockerfile/install/install.sh
11:22:21 + dir=hack/dockerfile/install
11:22:21 + bin=rootlesskit
11:22:21 + shift
11:22:21 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:21 + . hack/dockerfile/install/rootlesskit.installer
11:22:21 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:21 + install_rootlesskit dynamic
11:22:21 + case "$1" in
11:22:21 + install_rootlesskit_dynamic
11:22:21 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:21 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:21 + export BUILD_MODE=-buildmode=pie
11:22:21 + BUILD_MODE=-buildmode=pie
11:22:21 + _install_rootlesskit
11:22:21 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:21 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:21 + for f in rootlesskit rootlesskit-docker-proxy
11:22:21 + GOBIN=/usr/local/bin
11:22:21 + GO111MODULE=on
11:22:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:21 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:21 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:21 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:21 go: downloading golang.org/x/sys v0.2.0
11:22:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:21 go: downloading github.com/google/uuid v1.3.0
11:22:21 go: downloading github.com/moby/vpnkit v0.5.0
11:22:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:21 go: downloading github.com/gofrs/flock v0.8.1
11:22:21 go: downloading github.com/gorilla/mux v1.8.0
11:22:21 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:21 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:21 go: downloading golang.org/x/net v0.1.0
11:22:21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:21 #13 124.2   Installing : libcgroup-0.41-21.el7.x86_64                               18/65 
11:22:21 #13 125.3   Installing : openssh-7.4p1-22.el7_9.x86_64                              19/65 
11:22:22 #13 125.3   Installing : lzo-2.06-8.el7.x86_64                                      20/65 
11:22:22 Created binary: bundles/dynbinary-daemon/dockerd
11:22:22 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:22 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:22 
11:22:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:22 + RM_GOPATH=0
11:22:22 + TMP_GOPATH=/go
11:22:22 + : /usr/local/bin
11:22:22 + '[' -z /go ']'
11:22:22 + export GOPATH=/go
11:22:22 + GOPATH=/go
11:22:22 + case "$(go env GOARCH)" in
11:22:22 ++ go env GOARCH
11:22:22 + export GO_BUILDMODE=-buildmode=pie
11:22:22 + GO_BUILDMODE=-buildmode=pie
11:22:22 ++ dirname hack/dockerfile/install/install.sh
11:22:22 + dir=hack/dockerfile/install
11:22:22 + bin=tini
11:22:22 + shift
11:22:22 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:22 + . hack/dockerfile/install/tini.installer
11:22:22 ++ : v0.19.0
11:22:22 + install_tini
11:22:22 + echo 'Install tini version v0.19.0'
11:22:22 + git clone https://github.com/krallin/tini.git /go/tini
11:22:22 Install tini version v0.19.0
11:22:22 Cloning into '/go/tini'...
11:22:22 + cd /go/tini
11:22:22 + git checkout -q v0.19.0
11:22:22 + cmake .
11:22:22 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:22:22   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:22:22   CMake.
11:22:22 
11:22:22   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:22:22   CMake that the project does not need compatibility with older versions.
11:22:22 
11:22:22 
11:22:22 -- The C compiler identification is GNU 12.2.0
11:22:22 -- Detecting C compiler ABI info
11:22:22 -- Detecting C compiler ABI info - done
11:22:22 -- Check for working C compiler: /usr/bin/cc - skipped
11:22:22 -- Detecting C compile features
11:22:22 -- Detecting C compile features - done
11:22:22 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:22:22 -- Configuring done
11:22:22 -- Generating done
11:22:22 -- Build files have been written to: /go/tini
11:22:22 + make tini-static
11:22:22 make[2]: Entering directory '/go/tini'
11:22:22 make[3]: Entering directory '/go/tini'
11:22:22 make[4]: Entering directory '/go/tini'
11:22:22 make[5]: Entering directory '/go/tini'
11:22:22 make[5]: Leaving directory '/go/tini'
11:22:22 make[5]: Entering directory '/go/tini'
11:22:22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:22 [100%] Linking C executable tini-static
11:22:22 make[5]: Leaving directory '/go/tini'
11:22:22 [100%] Built target tini-static
11:22:22 make[4]: Leaving directory '/go/tini'
11:22:22 make[3]: Leaving directory '/go/tini'
11:22:22 make[2]: Leaving directory '/go/tini'
11:22:22 + mkdir -p /usr/local/bin
11:22:22 + cp tini-static /usr/local/bin/docker-init
11:22:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:22 + RM_GOPATH=0
11:22:22 + TMP_GOPATH=/go
11:22:22 + : /usr/local/bin
11:22:22 + '[' -z /go ']'
11:22:22 + export GOPATH=/go
11:22:22 + GOPATH=/go
11:22:22 + case "$(go env GOARCH)" in
11:22:22 ++ go env GOARCH
11:22:22 + export GO_BUILDMODE=-buildmode=pie
11:22:22 + GO_BUILDMODE=-buildmode=pie
11:22:22 ++ dirname hack/dockerfile/install/install.sh
11:22:22 + dir=hack/dockerfile/install
11:22:22 + bin=rootlesskit
11:22:22 + shift
11:22:22 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:22 + . hack/dockerfile/install/rootlesskit.installer
11:22:22 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:22 + install_rootlesskit dynamic
11:22:22 + case "$1" in
11:22:22 + install_rootlesskit_dynamic
11:22:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:22 + export BUILD_MODE=-buildmode=pie
11:22:22 + BUILD_MODE=-buildmode=pie
11:22:22 + _install_rootlesskit
11:22:22 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:22 + for f in rootlesskit rootlesskit-docker-proxy
11:22:22 + GOBIN=/usr/local/bin
11:22:22 + GO111MODULE=on
11:22:22 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:22 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:22 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:22 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:22 go: downloading golang.org/x/sys v0.2.0
11:22:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:22 go: downloading github.com/google/uuid v1.3.0
11:22:22 go: downloading github.com/moby/vpnkit v0.5.0
11:22:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:22 go: downloading github.com/gofrs/flock v0.8.1
11:22:22 go: downloading github.com/gorilla/mux v1.8.0
11:22:22 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:22 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:22 go: downloading golang.org/x/net v0.1.0
11:22:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:22 #13 125.9   Installing : libarchive-3.1.2-14.el7_7.x86_64                           21/65 
11:22:22 #13 126.4   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/65 
11:22:23 #13 126.4   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/65 
11:22:24 #13 127.0   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/65 
11:22:24 #13 127.5   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/65 
11:22:24 #13 127.6   Installing : policycoreutils-2.5-34.el7.x86_64                          26/65 
11:22:24 + for f in rootlesskit rootlesskit-docker-proxy
11:22:24 + GOBIN=/usr/local/bin
11:22:24 + GO111MODULE=on
11:22:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:24 + for f in rootlesskit rootlesskit-docker-proxy
11:22:24 + GOBIN=/usr/local/bin
11:22:24 + GO111MODULE=on
11:22:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:24 + for f in rootlesskit rootlesskit-docker-proxy
11:22:24 + GOBIN=/usr/local/bin
11:22:24 + GO111MODULE=on
11:22:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:25 #13 127.6   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/65 
11:22:25 #13 128.7   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/65 
11:22:25 #13 129.2   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/65 
11:22:25 #13 129.3   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        30/65 
11:22:26 #13 129.4   Installing : autoconf-2.69-11.el7.noarch                                31/65 
11:22:26 #13 129.9 install-info: No such file or directory for /usr/share/info/autoconf.info
11:22:26 #13 129.9   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       32/65 
11:22:26 #13 129.9   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      33/65 
11:22:27 #13 130.5   Installing : openssh-clients-7.4p1-22.el7_9.x86_64                      34/65 
11:22:27 #13 130.6   Installing : libselinux-python-2.5-15.el7.x86_64                        35/65 
11:22:27 + return
11:22:27 # Build the CLI
11:22:27 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:27 Building dynamic docker-linux-arm64
11:22:27 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:26Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:27 + return
11:22:27 # Build the CLI
11:22:27 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:27 Building dynamic docker-linux-arm64
11:22:27 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:27Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:27 #13 130.6   Installing : libgomp-4.8.5-44.el7.x86_64                                36/65 
11:22:27 #13 131.1   Installing : less-458-9.el7.x86_64                                      37/65 
11:22:27 + return
11:22:27 # Build the CLI
11:22:27 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:27 Building dynamic docker-linux-arm64
11:22:27 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:28Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:28 #13 131.1   Installing : perl-Git-1.8.3.1-24.el7_9.noarch                           38/65 
11:22:28 #13 131.7   Installing : git-1.8.3.1-24.el7_9.x86_64                                39/65 
11:22:28 #13 131.7   Installing : libsepol-devel-2.5-10.el7.x86_64                           40/65 
11:22:29 #13 132.0   Installing : kernel-headers-3.10.0-1160.88.1.el7.x86_64                 41/65 
11:22:29 #13 132.6   Installing : glibc-headers-2.17-326.el7_9.x86_64                        42/65 
11:22:29 Created binary: bundles/dynbinary-daemon/dockerd
11:22:29 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:29 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:29 
11:22:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:29 + RM_GOPATH=0
11:22:29 + TMP_GOPATH=/go
11:22:29 + : /usr/local/bin
11:22:29 + '[' -z /go ']'
11:22:29 + export GOPATH=/go
11:22:29 + GOPATH=/go
11:22:29 + case "$(go env GOARCH)" in
11:22:29 ++ go env GOARCH
11:22:29 + export GO_BUILDMODE=-buildmode=pie
11:22:29 + GO_BUILDMODE=-buildmode=pie
11:22:29 ++ dirname hack/dockerfile/install/install.sh
11:22:29 + dir=hack/dockerfile/install
11:22:29 + bin=tini
11:22:29 + shift
11:22:29 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:29 + . hack/dockerfile/install/tini.installer
11:22:29 ++ : v0.19.0
11:22:29 + install_tini
11:22:29 + echo 'Install tini version v0.19.0'
11:22:29 + git clone https://github.com/krallin/tini.git /go/tini
11:22:29 Install tini version v0.19.0
11:22:29 Cloning into '/go/tini'...
11:22:29 + cd /go/tini
11:22:29 + git checkout -q v0.19.0
11:22:29 + cmake .
11:22:29 -- The C compiler identification is GNU 10.2.1
11:22:29 -- Detecting C compiler ABI info
11:22:29 -- Detecting C compiler ABI info - done
11:22:29 -- Check for working C compiler: /usr/bin/cc - skipped
11:22:29 -- Detecting C compile features
11:22:29 -- Detecting C compile features - done
11:22:29 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:29 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:22:29 -- Configuring done
11:22:29 -- Generating done
11:22:29 -- Build files have been written to: /go/tini
11:22:29 + make tini-static
11:22:29 make[2]: Entering directory '/go/tini'
11:22:29 make[3]: Entering directory '/go/tini'
11:22:29 make[4]: Entering directory '/go/tini'
11:22:29 make[5]: Entering directory '/go/tini'
11:22:29 Scanning dependencies of target tini-static
11:22:29 make[5]: Leaving directory '/go/tini'
11:22:29 make[5]: Entering directory '/go/tini'
11:22:29 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:29 [100%] Linking C executable tini-static
11:22:29 make[5]: Leaving directory '/go/tini'
11:22:29 [100%] Built target tini-static
11:22:29 make[4]: Leaving directory '/go/tini'
11:22:29 make[3]: Leaving directory '/go/tini'
11:22:29 make[2]: Leaving directory '/go/tini'
11:22:29 + mkdir -p /usr/local/bin
11:22:29 + cp tini-static /usr/local/bin/docker-init
11:22:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:29 + RM_GOPATH=0
11:22:29 + TMP_GOPATH=/go
11:22:29 + : /usr/local/bin
11:22:29 + '[' -z /go ']'
11:22:29 + export GOPATH=/go
11:22:29 + GOPATH=/go
11:22:29 + case "$(go env GOARCH)" in
11:22:29 ++ go env GOARCH
11:22:29 + export GO_BUILDMODE=-buildmode=pie
11:22:29 + GO_BUILDMODE=-buildmode=pie
11:22:29 ++ dirname hack/dockerfile/install/install.sh
11:22:29 + dir=hack/dockerfile/install
11:22:29 + bin=rootlesskit
11:22:29 + shift
11:22:29 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:29 + . hack/dockerfile/install/rootlesskit.installer
11:22:29 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:29 + install_rootlesskit dynamic
11:22:29 + case "$1" in
11:22:29 + install_rootlesskit_dynamic
11:22:29 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:29 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:29 + export BUILD_MODE=-buildmode=pie
11:22:29 + BUILD_MODE=-buildmode=pie
11:22:29 + _install_rootlesskit
11:22:29 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:29 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:29 + for f in rootlesskit rootlesskit-docker-proxy
11:22:29 + GOBIN=/usr/local/bin
11:22:29 + GO111MODULE=on
11:22:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:29 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:29 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:29 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:29 go: downloading golang.org/x/sys v0.2.0
11:22:29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:29 go: downloading github.com/google/uuid v1.3.0
11:22:29 go: downloading github.com/moby/vpnkit v0.5.0
11:22:29 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:29 go: downloading github.com/gofrs/flock v0.8.1
11:22:29 go: downloading github.com/gorilla/mux v1.8.0
11:22:29 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:29 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:29 go: downloading golang.org/x/net v0.1.0
11:22:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:29 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:29 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:30 #13 132.7   Installing : glibc-devel-2.17-326.el7_9.x86_64                          43/65 
11:22:31 #13 134.4   Installing : gcc-4.8.5-44.el7.x86_64                                    44/65 
11:22:31 #13 135.0   Installing : python-IPy-0.75-6.el7.noarch                               45/65 
11:22:31 #13 135.0   Installing : policycoreutils-python-2.5-34.el7.x86_64                   46/65 
11:22:32 #13 135.1   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    47/65 
11:22:32 #13 135.6   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             48/65 
11:22:32 #13 136.2   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/65 
11:22:33 #13 136.3   Installing : automake-1.13.4-3.el7.noarch                               50/65 
11:22:33 #13 136.8 install-info: No such file or directory for /usr/share/info/automake.info.gz
11:22:33 #13 136.8   Installing : pcre-devel-8.32-17.el7.x86_64                              51/65 
11:22:33 #13 136.9   Installing : libselinux-devel-2.5-15.el7.x86_64                         52/65 
11:22:33 #13 136.9   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            53/65 
11:22:33 #13 137.0   Installing : libtool-2.4.2-22.el7_3.x86_64                              54/65 
11:22:33 #13 137.5 install-info: No such file or directory for /usr/share/info/libtool.info.gz
11:22:34 #13 137.7   Installing : glibc-static-2.17-326.el7_9.x86_64                         55/65 
11:22:34 #13 137.8   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        56/65 
11:22:34 + for f in rootlesskit rootlesskit-docker-proxy
11:22:34 + GOBIN=/usr/local/bin
11:22:34 + GO111MODULE=on
11:22:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:35 #13 137.8   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   57/65 
11:22:35 #13 138.7   Installing : cmake-2.8.12.2-2.el7.x86_64                                58/65 
11:22:35 #13 138.7   Installing : which-2.20-7.el7.x86_64                                    59/65 
11:22:35 #13 139.3 install-info: No such file or directory for /usr/share/info/which.info.gz
11:22:36 Created binary: bundles/dynbinary-daemon/dockerd
11:22:36 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:36 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:36 
11:22:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:36 + RM_GOPATH=0
11:22:36 + TMP_GOPATH=/go
11:22:36 + : /usr/local/bin
11:22:36 + '[' -z /go ']'
11:22:36 + export GOPATH=/go
11:22:36 + GOPATH=/go
11:22:36 + case "$(go env GOARCH)" in
11:22:36 ++ go env GOARCH
11:22:36 + export GO_BUILDMODE=-buildmode=pie
11:22:36 + GO_BUILDMODE=-buildmode=pie
11:22:36 ++ dirname hack/dockerfile/install/install.sh
11:22:36 + dir=hack/dockerfile/install
11:22:36 + bin=tini
11:22:36 + shift
11:22:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:36 + . hack/dockerfile/install/tini.installer
11:22:36 ++ : v0.19.0
11:22:36 + install_tini
11:22:36 + echo 'Install tini version v0.19.0'
11:22:36 + git clone https://github.com/krallin/tini.git /go/tini
11:22:36 Install tini version v0.19.0
11:22:36 Cloning into '/go/tini'...
11:22:36 + cd /go/tini
11:22:36 + git checkout -q v0.19.0
11:22:36 + cmake .
11:22:36 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:22:36   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:22:36   CMake.
11:22:36 
11:22:36   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:22:36   CMake that the project does not need compatibility with older versions.
11:22:36 
11:22:36 
11:22:36 -- The C compiler identification is GNU 11.3.0
11:22:36 -- Detecting C compiler ABI info
11:22:36 -- Detecting C compiler ABI info - done
11:22:36 -- Check for working C compiler: /usr/bin/cc - skipped
11:22:36 -- Detecting C compile features
11:22:36 -- Detecting C compile features - done
11:22:36 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:36 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:22:36 -- Configuring done
11:22:36 -- Generating done
11:22:36 -- Build files have been written to: /go/tini
11:22:36 + make tini-static
11:22:36 make[2]: Entering directory '/go/tini'
11:22:36 make[3]: Entering directory '/go/tini'
11:22:36 make[4]: Entering directory '/go/tini'
11:22:36 make[5]: Entering directory '/go/tini'
11:22:36 make[5]: Leaving directory '/go/tini'
11:22:36 make[5]: Entering directory '/go/tini'
11:22:36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:36 [100%] Linking C executable tini-static
11:22:36 make[5]: Leaving directory '/go/tini'
11:22:36 [100%] Built target tini-static
11:22:36 make[4]: Leaving directory '/go/tini'
11:22:36 make[3]: Leaving directory '/go/tini'
11:22:36 make[2]: Leaving directory '/go/tini'
11:22:36 + mkdir -p /usr/local/bin
11:22:36 + cp tini-static /usr/local/bin/docker-init
11:22:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:36 + RM_GOPATH=0
11:22:36 + TMP_GOPATH=/go
11:22:36 + : /usr/local/bin
11:22:36 + '[' -z /go ']'
11:22:36 + export GOPATH=/go
11:22:36 + GOPATH=/go
11:22:36 + case "$(go env GOARCH)" in
11:22:36 ++ go env GOARCH
11:22:36 + export GO_BUILDMODE=-buildmode=pie
11:22:36 + GO_BUILDMODE=-buildmode=pie
11:22:36 ++ dirname hack/dockerfile/install/install.sh
11:22:36 + dir=hack/dockerfile/install
11:22:36 + bin=rootlesskit
11:22:36 + shift
11:22:36 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:36 + . hack/dockerfile/install/rootlesskit.installer
11:22:36 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 + install_rootlesskit dynamic
11:22:36 + case "$1" in
11:22:36 + install_rootlesskit_dynamic
11:22:36 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:36 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:36 + export BUILD_MODE=-buildmode=pie
11:22:36 + BUILD_MODE=-buildmode=pie
11:22:36 + _install_rootlesskit
11:22:36 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:36 + for f in rootlesskit rootlesskit-docker-proxy
11:22:36 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 + GOBIN=/usr/local/bin
11:22:36 + GO111MODULE=on
11:22:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:36 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:36 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:36 go: downloading golang.org/x/sys v0.2.0
11:22:36 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:36 go: downloading github.com/google/uuid v1.3.0
11:22:36 go: downloading github.com/moby/vpnkit v0.5.0
11:22:36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:36 go: downloading github.com/gofrs/flock v0.8.1
11:22:36 go: downloading github.com/gorilla/mux v1.8.0
11:22:36 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:36 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:36 go: downloading golang.org/x/net v0.1.0
11:22:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:36 #13 139.8   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      60/65 
11:22:36 + return
11:22:36 # Build the CLI
11:22:36 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:36 Building dynamic docker-linux-arm64
11:22:36 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:37Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:36 Created binary: bundles/dynbinary-daemon/dockerd
11:22:36 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:22:36 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:36 
11:22:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:36 + RM_GOPATH=0
11:22:36 + TMP_GOPATH=/go
11:22:36 + : /usr/local/bin
11:22:36 + '[' -z /go ']'
11:22:36 + export GOPATH=/go
11:22:36 + GOPATH=/go
11:22:36 + case "$(go env GOARCH)" in
11:22:36 ++ go env GOARCH
11:22:36 + export GO_BUILDMODE=-buildmode=pie
11:22:36 + GO_BUILDMODE=-buildmode=pie
11:22:36 ++ dirname hack/dockerfile/install/install.sh
11:22:36 + dir=hack/dockerfile/install
11:22:36 + bin=tini
11:22:36 + shift
11:22:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:36 + . hack/dockerfile/install/tini.installer
11:22:36 ++ : v0.19.0
11:22:36 + install_tini
11:22:36 + echo 'Install tini version v0.19.0'
11:22:36 + git clone https://github.com/krallin/tini.git /go/tini
11:22:36 Install tini version v0.19.0
11:22:36 Cloning into '/go/tini'...
11:22:36 + cd /go/tini
11:22:36 + git checkout -q v0.19.0
11:22:36 + cmake .
11:22:36 -- The C compiler identification is GNU 9.4.0
11:22:36 -- Check for working C compiler: /usr/bin/cc
11:22:36 -- Check for working C compiler: /usr/bin/cc -- works
11:22:36 -- Detecting C compiler ABI info
11:22:36 -- Detecting C compiler ABI info - done
11:22:36 -- Detecting C compile features
11:22:36 -- Detecting C compile features - done
11:22:36 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:36 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:22:36 -- Configuring done
11:22:36 -- Generating done
11:22:36 -- Build files have been written to: /go/tini
11:22:36 + make tini-static
11:22:36 make[2]: Entering directory '/go/tini'
11:22:36 make[3]: Entering directory '/go/tini'
11:22:36 make[4]: Entering directory '/go/tini'
11:22:36 make[5]: Entering directory '/go/tini'
11:22:36 Scanning dependencies of target tini-static
11:22:36 make[5]: Leaving directory '/go/tini'
11:22:36 make[5]: Entering directory '/go/tini'
11:22:36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:36 [100%] Linking C executable tini-static
11:22:36 make[5]: Leaving directory '/go/tini'
11:22:36 [100%] Built target tini-static
11:22:36 make[4]: Leaving directory '/go/tini'
11:22:36 make[3]: Leaving directory '/go/tini'
11:22:36 make[2]: Leaving directory '/go/tini'
11:22:36 + mkdir -p /usr/local/bin
11:22:36 + cp tini-static /usr/local/bin/docker-init
11:22:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:36 + RM_GOPATH=0
11:22:36 + TMP_GOPATH=/go
11:22:36 + : /usr/local/bin
11:22:36 + '[' -z /go ']'
11:22:36 + export GOPATH=/go
11:22:36 + GOPATH=/go
11:22:36 + case "$(go env GOARCH)" in
11:22:36 ++ go env GOARCH
11:22:36 + export GO_BUILDMODE=-buildmode=pie
11:22:36 + GO_BUILDMODE=-buildmode=pie
11:22:36 ++ dirname hack/dockerfile/install/install.sh
11:22:36 + dir=hack/dockerfile/install
11:22:36 + bin=rootlesskit
11:22:36 + shift
11:22:36 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:36 + . hack/dockerfile/install/rootlesskit.installer
11:22:36 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 + install_rootlesskit dynamic
11:22:36 + case "$1" in
11:22:36 + install_rootlesskit_dynamic
11:22:36 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:36 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:36 + export BUILD_MODE=-buildmode=pie
11:22:36 + BUILD_MODE=-buildmode=pie
11:22:36 + _install_rootlesskit
11:22:36 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:36 + for f in rootlesskit rootlesskit-docker-proxy
11:22:36 + GOBIN=/usr/local/bin
11:22:36 + GO111MODULE=on
11:22:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:36 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:36 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:36 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:36 go: downloading golang.org/x/sys v0.2.0
11:22:36 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:36 go: downloading github.com/google/uuid v1.3.0
11:22:36 go: downloading github.com/moby/vpnkit v0.5.0
11:22:36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:36 go: downloading github.com/gofrs/flock v0.8.1
11:22:36 go: downloading github.com/gorilla/mux v1.8.0
11:22:36 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:36 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:36 go: downloading golang.org/x/net v0.1.0
11:22:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:37 #13 139.8   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 61/65 
11:22:37 Created binary: bundles/dynbinary-daemon/dockerd
11:22:37 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:22:37 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:37 
11:22:37 + popd
11:22:37 ~/rpmbuild/BUILD/src
11:22:37 + exit 0
11:22:37 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pdr0ec
11:22:37 + umask 022
11:22:37 + cd /root/rpmbuild/BUILD
11:22:37 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64 '!=' / ']'
11:22:37 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:37 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:37 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:37 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:37 + cd src
11:22:37 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:37 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/dockerd
11:22:37 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:37 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/docker-proxy
11:22:37 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/docker-init
11:22:37 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/lib/systemd/system/docker.service
11:22:37 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/lib/systemd/system/docker.socket
11:22:37 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/etc/docker
11:22:37 + /usr/lib/rpm/check-buildroot
11:22:37 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:37 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:22:37 + /usr/lib/rpm/brp-compress
11:22:37 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:37 #13 140.8   Cleanup    : systemd-219-78.el7.x86_64                                  62/65 
11:22:38 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:38 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:22:38 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:38 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:22:38 + /usr/lib/rpm/brp-python-hardlink
11:22:38 + PYTHON3=/usr/libexec/platform-python
11:22:38 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WA0jun
11:22:38 + umask 022
11:22:38 + cd /root/rpmbuild/BUILD
11:22:38 + cd src
11:22:38 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:38 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:38 PASS: daemon version OK
11:22:38 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:38 + echo 'PASS: daemon version OK'
11:22:38 + exit 0
11:22:38 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:38 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/docker-proxy
11:22:38 #13 141.3   Cleanup    : systemd-libs-219-78.el7.x86_64                             63/65 
11:22:38 #13 141.9   Cleanup    : glibc-common-2.17-317.el7.x86_64                           64/65 
11:22:38 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el8 docker-ce(x86-64) = 3:0.0.0~20230309110843.71615c2-0.el8
11:22:38 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:38 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:38 Requires(post): /bin/sh
11:22:38 Requires(preun): /bin/sh
11:22:38 Requires(postun): /bin/sh
11:22:38 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)
11:22:38 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:38 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:38 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:39 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:22:39 #13 141.9   Cleanup    : glibc-2.17-317.el7.x86_64                                  65/65 
11:22:39 #13 142.9   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/65 
11:22:39 #13 143.0   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/65 
11:22:39 #13 143.0   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/65 
11:22:39 #13 143.0   Verifying  : git-1.8.3.1-24.el7_9.x86_64                                 4/65 
11:22:39 #13 143.0   Verifying  : rsync-3.1.2-12.el7_9.x86_64                                 5/65 
11:22:39 #13 143.0   Verifying  : glibc-2.17-326.el7_9.x86_64                                 6/65 
11:22:39 #13 143.0   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    7/65 
11:22:39 #13 143.1   Verifying  : openssh-clients-7.4p1-22.el7_9.x86_64                       8/65 
11:22:39 #13 143.1   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64             9/65 
11:22:39 #13 143.1   Verifying  : pcre-devel-8.32-17.el7.x86_64                              10/65 
11:22:39 #13 143.1   Verifying  : glibc-common-2.17-326.el7_9.x86_64                         11/65 
11:22:39 #13 143.1   Verifying  : automake-1.13.4-3.el7.noarch                               12/65 
11:22:39 #13 143.1   Verifying  : lzo-2.06-8.el7.x86_64                                      13/65 
11:22:39 #13 143.1   Verifying  : m4-1.4.16-10.el7.x86_64                                    14/65 
11:22:39 #13 143.2   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             15/65 
11:22:39 #13 143.2   Verifying  : openssh-7.4p1-22.el7_9.x86_64                              16/65 
11:22:39 #13 143.2   Verifying  : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
11:22:39 #13 143.2   Verifying  : checkpolicy-2.5-8.el7.x86_64                               18/65 
11:22:39 #13 143.2   Verifying  : systemd-libs-219-78.el7_9.7.x86_64                         19/65 
11:22:39 #13 143.2   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    20/65 
11:22:39 #13 143.2   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        21/65 
11:22:39 #13 143.3   Verifying  : policycoreutils-2.5-34.el7.x86_64                          22/65 
11:22:39 #13 143.3   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        23/65 
11:22:39 #13 143.3   Verifying  : which-2.20-7.el7.x86_64                                    24/65 
11:22:39 #13 143.3   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         25/65 
11:22:39 #13 143.3   Verifying  : cpp-4.8.5-44.el7.x86_64                                    26/65 
11:22:39 #13 143.3   Verifying  : glibc-headers-2.17-326.el7_9.x86_64                        27/65 
11:22:39 #13 143.3   Verifying  : python-IPy-0.75-6.el7.noarch                               28/65 
11:22:39 #13 143.3   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              29/65 
11:22:39 #13 143.4   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               30/65 
11:22:39 #13 143.4   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         31/65 
11:22:39 #13 143.4   Verifying  : 1:make-3.82-24.el7.x86_64                                  32/65 
11:22:39 #13 143.4   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          33/65 
11:22:39 #13 143.4   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              34/65 
11:22:39 #13 143.4   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            35/65 
11:22:39 #13 143.4   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       36/65 
11:22:39 #13 143.5   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           37/65 
11:22:39 #13 143.5   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        38/65 
11:22:39 #13 143.5   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             39/65 
11:22:39 #13 143.5   Verifying  : systemd-219-78.el7_9.7.x86_64                              40/65 
11:22:39 #13 143.5   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        41/65 
11:22:40 #13 143.5   Verifying  : gcc-4.8.5-44.el7.x86_64                                    42/65 
11:22:40 #13 143.6   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  43/65 
11:22:40 #13 143.6   Verifying  : kernel-headers-3.10.0-1160.88.1.el7.x86_64                 44/65 
11:22:40 #13 143.6   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   45/65 
11:22:40 #13 143.7   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       46/65 
11:22:40 #13 143.7   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           47/65 
11:22:40 #13 143.7   Verifying  : glibc-static-2.17-326.el7_9.x86_64                         48/65 
11:22:40 #13 143.7   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                49/65 
11:22:40 #13 143.7   Verifying  : autoconf-2.69-11.el7.noarch                                50/65 
11:22:40 + for f in rootlesskit rootlesskit-docker-proxy
11:22:40 + GOBIN=/usr/local/bin
11:22:40 + GO111MODULE=on
11:22:40 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:40 #13 143.8   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      51/65 
11:22:40 #13 143.8   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    52/65 
11:22:40 #13 143.8   Verifying  : glibc-devel-2.17-326.el7_9.x86_64                          53/65 
11:22:40 #13 143.8   Verifying  : libselinux-python-2.5-15.el7.x86_64                        54/65 
11:22:40 #13 143.8   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  55/65 
11:22:40 #13 143.8   Verifying  : perl-Git-1.8.3.1-24.el7_9.noarch                           56/65 
11:22:40 #13 143.9   Verifying  : libgomp-4.8.5-44.el7.x86_64                                57/65 
11:22:40 #13 143.9   Verifying  : less-458-9.el7.x86_64                                      58/65 
11:22:40 #13 143.9   Verifying  : libcgroup-0.41-21.el7.x86_64                               59/65 
11:22:40 #13 143.9   Verifying  : glibc-common-2.17-317.el7.x86_64                           60/65 
11:22:40 #13 143.9   Verifying  : systemd-libs-219-78.el7.x86_64                             61/65 
11:22:40 #13 143.9   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      62/65 
11:22:40 #13 143.9   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/65 
11:22:40 #13 143.9   Verifying  : systemd-219-78.el7.x86_64                                  64/65 
11:22:40 #13 143.9   Verifying  : glibc-2.17-317.el7.x86_64                                  65/65 
11:22:40 #13 144.0 
11:22:40 #13 144.0 Installed:
11:22:40 #13 144.0   cmake.x86_64 0:2.8.12.2-2.el7                                                 
11:22:40 #13 144.0   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
11:22:40 #13 144.0   gcc.x86_64 0:4.8.5-44.el7                                                     
11:22:40 #13 144.0   git.x86_64 0:1.8.3.1-24.el7_9                                                 
11:22:40 #13 144.0   glibc-static.x86_64 0:2.17-326.el7_9                                          
11:22:40 #13 144.0   libarchive.x86_64 0:3.1.2-14.el7_7                                            
11:22:40 #13 144.0   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
11:22:40 #13 144.0   libselinux-devel.x86_64 0:2.5-15.el7                                          
11:22:40 #13 144.0   libtool.x86_64 0:2.4.2-22.el7_3                                               
11:22:40 #13 144.0   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
11:22:40 #13 144.0   make.x86_64 1:3.82-24.el7                                                     
11:22:40 #13 144.0   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
11:22:40 #13 144.0   systemd-devel.x86_64 0:219-78.el7_9.7                                         
11:22:40 #13 144.0   which.x86_64 0:2.20-7.el7                                                     
11:22:40 #13 144.0 
11:22:40 #13 144.0 Dependency Installed:
11:22:40 #13 144.0   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
11:22:40 #13 144.0   autoconf.noarch 0:2.69-11.el7                                                 
11:22:40 #13 144.0   automake.noarch 0:1.13.4-3.el7                                                
11:22:40 #13 144.0   checkpolicy.x86_64 0:2.5-8.el7                                                
11:22:40 #13 144.0   cpp.x86_64 0:4.8.5-44.el7                                                     
11:22:40 #13 144.0   fipscheck.x86_64 0:1.4.1-6.el7                                                
11:22:40 #13 144.0   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
11:22:40 #13 144.0   glibc-devel.x86_64 0:2.17-326.el7_9                                           
11:22:40 #13 144.0   glibc-headers.x86_64 0:2.17-326.el7_9                                         
11:22:40 #13 144.0   kernel-headers.x86_64 0:3.10.0-1160.88.1.el7                                  
11:22:40 #13 144.0   less.x86_64 0:458-9.el7                                                       
11:22:40 #13 144.0   libcgroup.x86_64 0:0.41-21.el7                                                
11:22:40 #13 144.0   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
11:22:40 #13 144.0   libgomp.x86_64 0:4.8.5-44.el7                                                 
11:22:40 #13 144.0   libmpc.x86_64 0:1.0.1-3.el7                                                   
11:22:40 #13 144.0   libseccomp.x86_64 0:2.3.1-4.el7                                               
11:22:40 #13 144.0   libselinux-python.x86_64 0:2.5-15.el7                                         
11:22:40 #13 144.0   libselinux-utils.x86_64 0:2.5-15.el7                                          
11:22:40 #13 144.0   libsemanage-python.x86_64 0:2.5-14.el7                                        
11:22:40 #13 144.0   libsepol-devel.x86_64 0:2.5-10.el7                                            
11:22:40 #13 144.0   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
11:22:40 #13 144.0   lzo.x86_64 0:2.06-8.el7                                                       
11:22:40 #13 144.0   m4.x86_64 0:1.4.16-10.el7                                                     
11:22:40 #13 144.0   mpfr.x86_64 0:3.1.1-4.el7                                                     
11:22:40 #13 144.0   openssh.x86_64 0:7.4p1-22.el7_9                                               
11:22:40 #13 144.0   openssh-clients.x86_64 0:7.4p1-22.el7_9                                       
11:22:40 #13 144.0   pcre-devel.x86_64 0:8.32-17.el7                                               
11:22:40 #13 144.0   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
11:22:40 #13 144.0   perl-Error.noarch 1:0.17020-2.el7                                             
11:22:40 #13 144.0   perl-Git.noarch 0:1.8.3.1-24.el7_9                                            
11:22:40 #13 144.0   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
11:22:40 #13 144.0   perl-Test-Harness.noarch 0:3.28-3.el7                                         
11:22:40 #13 144.0   policycoreutils.x86_64 0:2.5-34.el7                                           
11:22:40 #13 144.0   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
11:22:40 #13 144.0   policycoreutils-python.x86_64 0:2.5-34.el7                                    
11:22:40 #13 144.0   python-IPy.noarch 0:0.75-6.el7                                                
11:22:40 #13 144.0   rsync.x86_64 0:3.1.2-12.el7_9                                                 
11:22:40 #13 144.0   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
11:22:40 #13 144.0   setools-libs.x86_64 0:3.3.8-4.el7                                             
11:22:40 #13 144.0 
11:22:40 #13 144.0 Dependency Updated:
11:22:40 #13 144.0   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
11:22:40 #13 144.0   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
11:22:40 #13 144.0   glibc.x86_64 0:2.17-326.el7_9                                                 
11:22:40 #13 144.0   glibc-common.x86_64 0:2.17-326.el7_9                                          
11:22:40 #13 144.0   systemd.x86_64 0:219-78.el7_9.7                                               
11:22:40 #13 144.0   systemd-libs.x86_64 0:219-78.el7_9.7                                          
11:22:40 #13 144.0 
11:22:40 #13 144.0 Complete!
11:22:41 + return
11:22:41 # Build the CLI
11:22:41 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:41 Building dynamic docker-linux-arm64
11:22:41 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:40Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:41 + for f in rootlesskit rootlesskit-docker-proxy
11:22:41 + GOBIN=/usr/local/bin
11:22:41 + GO111MODULE=on
11:22:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:41 Created binary: bundles/dynbinary-daemon/dockerd
11:22:41 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:22:41 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:41 
11:22:41 + popd
11:22:41 ~/rpmbuild/BUILD/src
11:22:41 + RPM_EC=0
11:22:41 ++ jobs -p
11:22:41 + exit 0
11:22:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uXh0Je
11:22:41 + umask 022
11:22:41 + cd /root/rpmbuild/BUILD
11:22:41 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64 '!=' / ']'
11:22:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:22:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:22:41 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:41 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:22:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:22:41 + export CFLAGS
11:22:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:22:41 + export CXXFLAGS
11:22:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:22:41 + export FFLAGS
11:22:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:22:41 + export FCFLAGS
11:22: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'
11:22:41 + export LDFLAGS
11:22:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:41 + export LT_SYS_LIBRARY_PATH
11:22:41 + CC=gcc
11:22:41 + export CC
11:22:41 + CXX=g++
11:22:41 + export CXX
11:22:41 + cd src
11:22:41 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:41 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/dockerd
11:22:41 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:41 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:22:41 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-init
11:22:41 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/lib/systemd/system/docker.service
11:22:41 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/lib/systemd/system/docker.socket
11:22:41 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/etc/docker
11:22:41 + /usr/lib/rpm/check-buildroot
11:22:41 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:41 + /usr/lib/rpm/brp-compress
11:22:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:41 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:41 + /usr/lib/rpm/check-rpaths
11:22:42 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:42 + /usr/lib/rpm/brp-remove-la-files
11:22:42 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:42 + /usr/lib/rpm/redhat/brp-python-hardlink
11:22:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RuSjGo
11:22:42 + umask 022
11:22:42 + cd /root/rpmbuild/BUILD
11:22: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'
11:22:42 + export CFLAGS
11:22: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'
11:22:42 + export CXXFLAGS
11:22: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'
11:22:42 + export FFLAGS
11:22: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'
11:22:42 + export FCFLAGS
11:22: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:22:42 + export LDFLAGS
11:22:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:42 + export LT_SYS_LIBRARY_PATH
11:22:42 + CC=gcc
11:22:42 + export CC
11:22:42 + CXX=g++
11:22:42 + export CXX
11:22:42 + cd src
11:22:42 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:42 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:42 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:42 + echo 'PASS: daemon version OK'
11:22:42 PASS: daemon version OK
11:22:42 + RPM_EC=0
11:22:42 ++ jobs -p
11:22:42 + exit 0
11:22:42 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:22:42 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:22:42 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:22:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2StNRf
11:22:42 + umask 022
11:22:42 + cd /root/rpmbuild/BUILD
11:22:42 + cd src
11:22:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:22:42 + RPM_EC=0
11:22:42 ++ jobs -p
11:22:42 + exit 0
11:22:42 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.s6LaAy
11:22:42 + umask 022
11:22:42 + cd /root/rpmbuild/BUILD
11:22:42 + rm -rf src src.gemspec
11:22:42 + RPM_EC=0
11:22:42 ++ jobs -p
11:22:42 + exit 0
11:22:42 
11:22:42 RPM build warnings:
11:22:42     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:22:42     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:22:42     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:22:42     source_date_epoch_from_changelog set but %changelog is missing
11:22:42     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:22:42 warning: source_date_epoch_from_changelog set but %changelog is missing
11:22:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YPxN5c
11:22:42 + umask 022
11:22:42 + cd /root/rpmbuild/BUILD
11:22:42 + cd /root/rpmbuild/BUILD
11:22:42 + rm -rf src
11:22:42 + /usr/bin/mkdir -p src
11:22:42 + cd src
11:22:42 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
11:22:42 + STATUS=0
11:22:42 + '[' 0 -ne 0 ']'
11:22:42 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
11:22:42 + STATUS=0
11:22:42 + '[' 0 -ne 0 ']'
11:22:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:42 + RPM_EC=0
11:22:42 ++ jobs -p
11:22:42 + exit 0
11:22:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8HjKxk
11:22:42 + umask 022
11:22:42 + cd /root/rpmbuild/BUILD
11:22: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:42 + export CFLAGS
11:22: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:22:42 + export CXXFLAGS
11:22: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:42 + export FFLAGS
11:22: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:22:42 + export FCFLAGS
11:22: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:22:42 + export LDFLAGS
11:22:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:42 + export LT_SYS_LIBRARY_PATH
11:22:42 + CC=gcc
11:22:42 + export CC
11:22:42 + CXX=g++
11:22:42 + export CXX
11:22:42 + cd src
11:22:42 + mkdir -p /go/src/github.com/docker
11:22:42 + rm -f /go/src/github.com/docker/cli
11:22:42 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:42 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:42 + pushd /go/src/github.com/docker/cli
11:22:42 + VERSION=0.0.0-20230309110843-71615c2
11:22:42 + GITCOMMIT=71615c2
11:22:42 + GO_LINKMODE=dynamic
11:22:42 + ./scripts/build/binary
11:22:42 Building dynamic docker-linux-arm64
11:22:42 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:42 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.fc37 docker-ce(x86-64) = 3:0.0.0~20230309110843.71615c2-0.fc37
11:22:42 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:42 Requires(post): /bin/sh
11:22:42 Requires(preun): /bin/sh
11:22:42 Requires(postun): /bin/sh
11:22:42 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)
11:22:42 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:42 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:22:42 #13 DONE 145.9s
11:22:42 
11:22:42 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
11:22:43 + return
11:22:43 # Build the CLI
11:22:43 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:43 Building dynamic docker-linux-arm64
11:22:43 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:41Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:43 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:22:43 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:22:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uZEwwJ
11:22:43 + umask 022
11:22:43 + cd /root/rpmbuild/BUILD
11:22:43 + cd src
11:22:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:22:43 + RPM_EC=0
11:22:43 ++ jobs -p
11:22:43 + exit 0
11:22:43 
11:22:43 RPM build warnings:
11:22:43     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:22:43     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:22:43     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:22:43     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:22:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SCOWBW
11:22:43 + umask 022
11:22:43 + cd /root/rpmbuild/BUILD
11:22:43 + cd /root/rpmbuild/BUILD
11:22:43 + rm -rf src
11:22:43 + /usr/bin/mkdir -p src
11:22:43 + cd src
11:22:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:43 + /usr/bin/tar -xof -
11:22:43 + STATUS=0
11:22:43 + '[' 0 -ne 0 ']'
11:22:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:43 + /usr/bin/tar -xof -
11:22:43 + STATUS=0
11:22:43 + '[' 0 -ne 0 ']'
11:22:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:43 + RPM_EC=0
11:22:43 ++ jobs -p
11:22:43 + exit 0
11:22:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qG6xds
11:22:43 + umask 022
11:22:43 + cd /root/rpmbuild/BUILD
11:22: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'
11:22:43 + export CFLAGS
11:22: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'
11:22:43 + export CXXFLAGS
11:22: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'
11:22:43 + export FFLAGS
11:22: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'
11:22:43 + export FCFLAGS
11:22: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-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:22:43 + export LDFLAGS
11:22:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:43 + export LT_SYS_LIBRARY_PATH
11:22:43 + CC=gcc
11:22:43 + export CC
11:22:43 + CXX=g++
11:22:43 + export CXX
11:22:43 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:22:43 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:22:43 + cd src
11:22:43 + mkdir -p /go/src/github.com/docker
11:22:43 + rm -f /go/src/github.com/docker/cli
11:22:43 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:43 + pushd /go/src/github.com/docker/cli
11:22:43 + VERSION=0.0.0-20230309110843-71615c2
11:22:43 + GITCOMMIT=71615c2
11:22:43 + GO_LINKMODE=dynamic
11:22:43 + ./scripts/build/binary
11:22:43 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:43 Building dynamic docker-linux-arm64
11:22:43 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:44 Created binary: bundles/dynbinary-daemon/dockerd
11:22:44 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:22:44 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:44 
11:22:44 + popd
11:22:44 ~/rpmbuild/BUILD/src
11:22:44 + RPM_EC=0
11:22:44 ++ jobs -p
11:22:44 + exit 0
11:22:44 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MX9JbI
11:22:44 + umask 022
11:22:44 + cd /root/rpmbuild/BUILD
11:22:44 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64 '!=' / ']'
11:22:44 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:22:44 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:22:44 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:44 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:22: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'
11:22:44 + export CFLAGS
11:22: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'
11:22:44 + export CXXFLAGS
11:22: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'
11:22:44 + export FFLAGS
11:22: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'
11:22:44 + export FCFLAGS
11:22: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:22:44 + export LDFLAGS
11:22:44 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:44 + export LT_SYS_LIBRARY_PATH
11:22:44 + CC=gcc
11:22:44 + export CC
11:22:44 + CXX=g++
11:22:44 + export CXX
11:22:44 + cd src
11:22:44 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:44 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/dockerd
11:22:44 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:44 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:22:44 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-init
11:22:44 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/lib/systemd/system/docker.service
11:22:44 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
11:22:44 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/etc/docker
11:22:44 + /usr/lib/rpm/check-buildroot
11:22:44 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:44 + /usr/lib/rpm/brp-compress
11:22:44 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:45 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:45 + /usr/lib/rpm/check-rpaths
11:22:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:45 + /usr/lib/rpm/brp-remove-la-files
11:22:45 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:45 + /usr/lib/rpm/redhat/brp-python-hardlink
11:22:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.r5L7p6
11:22:45 + umask 022
11:22:45 + cd /root/rpmbuild/BUILD
11:22: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'
11:22:45 + export CFLAGS
11:22: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'
11:22:45 + export CXXFLAGS
11:22: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'
11:22:45 + export FFLAGS
11:22: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'
11:22:45 + export FCFLAGS
11:22: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-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:22:45 + export LDFLAGS
11:22:45 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:22:45 + export LT_SYS_LIBRARY_PATH
11:22:45 + CC=gcc
11:22:45 + export CC
11:22:45 + CXX=g++
11:22:45 + export CXX
11:22:45 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:22:45 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:22:45 + cd src
11:22:45 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:45 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:45 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:45 + echo 'PASS: daemon version OK'
11:22:45 PASS: daemon version OK
11:22:45 + RPM_EC=0
11:22:45 ++ jobs -p
11:22:45 + exit 0
11:22:45 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:22:45 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:22:45 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:22:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FFGgjg
11:22:45 + umask 022
11:22:45 + cd /root/rpmbuild/BUILD
11:22:45 + cd src
11:22:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:22:45 + RPM_EC=0
11:22:45 ++ jobs -p
11:22:45 + exit 0
11:22:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uY9Cf6
11:22:45 + umask 022
11:22:45 + cd /root/rpmbuild/BUILD
11:22:45 + cd /root/rpmbuild/BUILD
11:22:45 + rm -rf src
11:22:45 + /usr/bin/mkdir -p src
11:22:45 + cd src
11:22:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:45 + /usr/bin/tar -xof -
11:22:45 + STATUS=0
11:22:45 + '[' 0 -ne 0 ']'
11:22:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:45 + /usr/bin/tar -xof -
11:22:45 + STATUS=0
11:22:45 + '[' 0 -ne 0 ']'
11:22:45 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:45 + RPM_EC=0
11:22:45 ++ jobs -p
11:22:45 + exit 0
11:22:45 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NnwuTj
11:22:45 + umask 022
11:22:45 + cd /root/rpmbuild/BUILD
11:22:45 + cd src
11:22:45 + mkdir -p /go/src/github.com/docker
11:22:45 + rm -f /go/src/github.com/docker/cli
11:22:45 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:45 + pushd /go/src/github.com/docker/cli
11:22:45 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:45 + VERSION=0.0.0-20230309110843-71615c2
11:22:45 + GITCOMMIT=71615c2
11:22:45 + GO_LINKMODE=dynamic
11:22:45 + ./scripts/build/binary
11:22:45 Building dynamic docker-linux-arm64
11:22:45 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:44Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:46 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.fc36 docker-ce(x86-64) = 3:0.0.0~20230309110843.71615c2-0.fc36
11:22:46 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:46 Requires(post): /bin/sh
11:22:46 Requires(preun): /bin/sh
11:22:46 Requires(postun): /bin/sh
11:22:46 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)
11:22:46 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:46 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:22:46 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:22:47 Created binary: bundles/dynbinary-daemon/dockerd
11:22:47 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:22:47 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:47 
11:22:47 + popd
11:22:47 ~/rpmbuild/BUILD/src
11:22:47 + RPM_EC=0
11:22:47 ++ jobs -p
11:22:47 + exit 0
11:22:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eB5LhH
11:22:47 + umask 022
11:22:47 + cd /root/rpmbuild/BUILD
11:22:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64 '!=' / ']'
11:22:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:22:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:22:47 + mkdir -p /root/rpmbuild/BUILDROOT
11:22:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:22:47 + cd src
11:22:47 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:22:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/dockerd
11:22:47 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:22:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/docker-proxy
11:22:47 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/docker-init
11:22:47 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/lib/systemd/system/docker.service
11:22:47 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/lib/systemd/system/docker.socket
11:22:47 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/etc/docker
11:22:47 + /usr/lib/rpm/check-buildroot
11:22:47 + /usr/lib/rpm/redhat/brp-ldconfig
11:22:47 + /usr/lib/rpm/brp-compress
11:22:47 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:22:47 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:22:47 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:22:47 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:22:47 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:22:47 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:22:47 + /usr/lib/rpm/brp-python-hardlink
11:22:47 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:22:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.olHvMV
11:22:47 + umask 022
11:22:47 + cd /root/rpmbuild/BUILD
11:22:47 + cd src
11:22:47 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:22:47 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:47 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:22:47 + echo 'PASS: daemon version OK'
11:22:47 PASS: daemon version OK
11:22:47 + RPM_EC=0
11:22:47 ++ jobs -p
11:22:47 + exit 0
11:22:47 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:22:47 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/docker-proxy
11:22:47 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el9 docker-ce(x86-64) = 3:0.0.0~20230309110843.71615c2-0.el9
11:22:47 Requires(interp): /bin/sh /bin/sh /bin/sh
11:22:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:22:47 Requires(post): /bin/sh
11:22:47 Requires(preun): /bin/sh
11:22:47 Requires(postun): /bin/sh
11:22:47 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)
11:22:47 Conflicts: docker docker-ee docker-engine-cs docker-io
11:22:47 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:22:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:22:47 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:22:47 #14 DONE 4.7s
11:22:47 
11:22:47 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
11:22:47 #15 DONE 0.0s
11:22:47 
11:22:47 #16 exporting to image
11:22:47 #16 exporting layers
11:22:47 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:22:47 + make manpages
11:22:47 scripts/docs/generate-man.sh
11:22:47 + cp -r . /tmp/docker-cli-docsgen.PZ5DrXrcpO/
11:22:47 + cd /tmp/docker-cli-docsgen.PZ5DrXrcpO
11:22:47 + ./scripts/vendor init
11:22:47 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:22:47 + cp man/tools.go .
11:22:47 + ./scripts/vendor update
11:22:47 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:22:47 go: downloading github.com/docker/docker v23.0.0+incompatible
11:22:47 go: downloading github.com/fvbommel/sortorder v1.0.2
11:22:47 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:22:47 go: downloading github.com/morikuni/aec v1.0.0
11:22:47 go: downloading github.com/pkg/errors v0.9.1
11:22:47 go: downloading github.com/spf13/cobra v1.6.1
11:22:47 go: downloading github.com/spf13/pflag v1.0.5
11:22:47 go: downloading github.com/google/go-cmp v0.5.9
11:22:47 go: downloading gotest.tools/v3 v3.4.0
11:22:47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:22:47 go: downloading golang.org/x/sys v0.4.0
11:22:48 go: downloading github.com/docker/go-units v0.5.0
11:22:48 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:22:48 go: downloading github.com/docker/go-connections v0.4.0
11:22:48 go: downloading github.com/moby/sys/sequential v0.5.0
11:22:48 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:48 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:22:48 go: downloading golang.org/x/text v0.6.0
11:22:48 go: downloading github.com/mattn/go-runewidth v0.0.13
11:22:48 go: downloading github.com/containerd/containerd v1.6.16
11:22:49 go: downloading github.com/moby/sys/signal v0.7.0
11:22:49 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:22:49 go: downloading github.com/moby/buildkit v0.10.6
11:22:49 go: downloading github.com/moby/patternmatcher v0.5.0
11:22:49 go: downloading github.com/opencontainers/go-digest v1.0.0
11:22:49 go: downloading gopkg.in/yaml.v2 v2.4.0
11:22:49 go: downloading github.com/gogo/protobuf v1.3.2
11:22:49 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:22:49 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:22:49 go: downloading golang.org/x/term v0.4.0
11:22:49 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:22:49 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:22:49 go: downloading github.com/imdario/mergo v0.3.12
11:22:49 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:22:49 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:22:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.soiUgl
11:22:49 + umask 022
11:22:49 + cd /root/rpmbuild/BUILD
11:22:49 + cd src
11:22:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:22:49 + exit 0
11:22:49 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:22:49 go: downloading github.com/creack/pty v1.1.11
11:22:49 go: downloading github.com/gorilla/mux v1.8.0
11:22:49 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:22:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Rch6MM
11:22:49 + umask 022
11:22:49 + cd /root/rpmbuild/BUILD
11:22:49 + cd /root/rpmbuild/BUILD
11:22:49 + rm -rf src
11:22:49 + /usr/bin/mkdir -p src
11:22:49 + cd src
11:22:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:49 + /usr/bin/tar -xof -
11:22:49 + STATUS=0
11:22:49 + '[' 0 -ne 0 ']'
11:22:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:22:49 + /usr/bin/tar -xof -
11:22:50 + STATUS=0
11:22:50 + '[' 0 -ne 0 ']'
11:22:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:50 + exit 0
11:22:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VFojby
11:22:50 + umask 022
11:22:50 + cd /root/rpmbuild/BUILD
11:22:50 + cd src
11:22:50 + mkdir -p /go/src/github.com/docker
11:22:50 + rm -f /go/src/github.com/docker/cli
11:22:50 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:22:50 + pushd /go/src/github.com/docker/cli
11:22:50 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:22:50 + VERSION=0.0.0-20230309110843-71615c2
11:22:50 + GITCOMMIT=71615c2
11:22:50 + GO_LINKMODE=dynamic
11:22:50 + ./scripts/build/binary
11:22:50 Building dynamic docker-linux-amd64
11:22:50 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:22:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:22:50 go: downloading gopkg.in/yaml.v3 v3.0.1
11:22:50 go: downloading github.com/stretchr/testify v1.8.0
11:22:50 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:22:50 go: downloading github.com/rivo/uniseg v0.2.0
11:22:50 go: downloading github.com/klauspost/compress v1.15.12
11:22:50 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:22:50 go: downloading github.com/containerd/continuity v0.3.0
11:22:50 go: downloading github.com/moby/sys/symlink v0.2.0
11:22:50 go: downloading golang.org/x/time v0.1.0
11:22:50 go: downloading github.com/opencontainers/runc v1.1.3
11:22:50 go: downloading golang.org/x/crypto v0.2.0
11:22:50 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:22:51 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:22:51 + make manpages
11:22:51 scripts/docs/generate-man.sh
11:22:51 + cp -r . /tmp/docker-cli-docsgen.M3mmJBzGOt/
11:22:51 + cd /tmp/docker-cli-docsgen.M3mmJBzGOt
11:22:51 + ./scripts/vendor init
11:22:51 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:22:51 + cp man/tools.go .
11:22:51 + ./scripts/vendor update
11:22:51 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:22:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:22:51 go: downloading github.com/spf13/cobra v1.6.1
11:22:51 go: downloading github.com/spf13/pflag v1.0.5
11:22:51 go: downloading github.com/fvbommel/sortorder v1.0.2
11:22:51 go: downloading github.com/pkg/errors v0.9.1
11:22:51 go: downloading golang.org/x/sys v0.4.0
11:22:51 go: downloading gotest.tools/v3 v3.4.0
11:22:51 go: downloading github.com/docker/docker v23.0.0+incompatible
11:22:51 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:22:51 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:22:51 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:22:51 go: downloading google.golang.org/grpc v1.48.0
11:22:51 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:22:51 go: downloading github.com/morikuni/aec v1.0.0
11:22:51 go: downloading github.com/google/go-cmp v0.5.9
11:22:51 go: downloading github.com/docker/go-units v0.5.0
11:22:51 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:22:51 go: downloading github.com/docker/go-connections v0.4.0
11:22:51 go: downloading github.com/moby/sys/sequential v0.5.0
11:22:51 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:51 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:22:51 go: downloading golang.org/x/text v0.6.0
11:22:51 go: downloading github.com/mattn/go-runewidth v0.0.13
11:22:51 go: downloading github.com/containerd/containerd v1.6.16
11:22:51 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:22:51 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:22:51 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:22:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:51 go: downloading github.com/russross/blackfriday v1.6.0
11:22:51 go: downloading github.com/Microsoft/go-winio v0.5.2
11:22:51 go: downloading golang.org/x/net v0.5.0
11:22:51 go: downloading github.com/davecgh/go-spew v1.1.1
11:22:51 go: downloading github.com/pmezard/go-difflib v1.0.0
11:22:51 go: downloading github.com/miekg/pkcs11 v1.1.1
11:22:51 go: downloading github.com/prometheus/client_golang v1.14.0
11:22:51 Created binary: bundles/dynbinary-daemon/dockerd
11:22:51 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:22:51 Created binary: bundles/dynbinary-daemon/docker-proxy
11:22:51 
11:22:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:22:51 + RM_GOPATH=0
11:22:51 + TMP_GOPATH=/go
11:22:51 + : /usr/local/bin
11:22:51 + '[' -z /go ']'
11:22:51 + export GOPATH=/go
11:22:51 + GOPATH=/go
11:22:51 + case "$(go env GOARCH)" in
11:22:51 ++ go env GOARCH
11:22:51 + export GO_BUILDMODE=-buildmode=pie
11:22:51 + GO_BUILDMODE=-buildmode=pie
11:22:51 ++ dirname hack/dockerfile/install/install.sh
11:22:51 + dir=hack/dockerfile/install
11:22:51 + bin=tini
11:22:51 + shift
11:22:51 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:51 + . hack/dockerfile/install/tini.installer
11:22:51 ++ : v0.19.0
11:22:51 + install_tini
11:22:51 + echo 'Install tini version v0.19.0'
11:22:51 + git clone https://github.com/krallin/tini.git /go/tini
11:22:51 Install tini version v0.19.0
11:22:51 Cloning into '/go/tini'...
11:22:51 + cd /go/tini
11:22:51 + git checkout -q v0.19.0
11:22:51 + cmake .
11:22:51 -- The C compiler identification is GNU 7.5.0
11:22:51 -- Check for working C compiler: /usr/bin/cc
11:22:51 -- Check for working C compiler: /usr/bin/cc -- works
11:22:51 -- Detecting C compiler ABI info
11:22:51 -- Detecting C compiler ABI info - done
11:22:51 -- Detecting C compile features
11:22:51 -- Detecting C compile features - done
11:22:51 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:51 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:22:51 -- Configuring done
11:22:51 -- Generating done
11:22:51 -- Build files have been written to: /go/tini
11:22:51 + make tini-static
11:22:51 make[2]: Entering directory '/go/tini'
11:22:51 make[3]: Entering directory '/go/tini'
11:22:51 make[4]: Entering directory '/go/tini'
11:22:51 make[5]: Entering directory '/go/tini'
11:22:51 Scanning dependencies of target tini-static
11:22:51 make[5]: Leaving directory '/go/tini'
11:22:51 make[5]: Entering directory '/go/tini'
11:22:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:51 [100%] Linking C executable tini-static
11:22:51 make[5]: Leaving directory '/go/tini'
11:22:51 [100%] Built target tini-static
11:22:51 make[4]: Leaving directory '/go/tini'
11:22:51 make[3]: Leaving directory '/go/tini'
11:22:51 make[2]: Leaving directory '/go/tini'
11:22:51 + mkdir -p /usr/local/bin
11:22:51 + cp tini-static /usr/local/bin/docker-init
11:22:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:22:51 + RM_GOPATH=0
11:22:51 + TMP_GOPATH=/go
11:22:51 + : /usr/local/bin
11:22:51 + '[' -z /go ']'
11:22:51 + export GOPATH=/go
11:22:51 + GOPATH=/go
11:22:51 + case "$(go env GOARCH)" in
11:22:51 ++ go env GOARCH
11:22:51 + export GO_BUILDMODE=-buildmode=pie
11:22:51 + GO_BUILDMODE=-buildmode=pie
11:22:51 ++ dirname hack/dockerfile/install/install.sh
11:22:51 + dir=hack/dockerfile/install
11:22:51 + bin=rootlesskit
11:22:51 + shift
11:22:51 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:22:51 + . hack/dockerfile/install/rootlesskit.installer
11:22:51 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:51 + install_rootlesskit dynamic
11:22:51 + case "$1" in
11:22:51 + install_rootlesskit_dynamic
11:22:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:22:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:22:51 + export BUILD_MODE=-buildmode=pie
11:22:51 + BUILD_MODE=-buildmode=pie
11:22:51 + _install_rootlesskit
11:22:51 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:51 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:22:51 + for f in rootlesskit rootlesskit-docker-proxy
11:22:51 + GOBIN=/usr/local/bin
11:22:51 + GO111MODULE=on
11:22:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:51 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:22:51 go: downloading github.com/sirupsen/logrus v1.9.0
11:22:51 go: downloading github.com/urfave/cli/v2 v2.23.5
11:22:51 go: downloading golang.org/x/sys v0.2.0
11:22:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:22:51 go: downloading github.com/google/uuid v1.3.0
11:22:51 go: downloading github.com/moby/vpnkit v0.5.0
11:22:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:22:51 go: downloading github.com/gofrs/flock v0.8.1
11:22:51 go: downloading github.com/gorilla/mux v1.8.0
11:22:51 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:22:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:51 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:22:51 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:22:51 go: downloading golang.org/x/net v0.1.0
11:22:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:51 + for f in rootlesskit rootlesskit-docker-proxy
11:22:51 + GOBIN=/usr/local/bin
11:22:51 + GO111MODULE=on
11:22:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:22:51 + return
11:22:51 # Build the CLI
11:22:51 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:22:51 Building dynamic docker-linux-amd64
11:22:51 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:14Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:22:52 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:22:52 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:22:52 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:22:52 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:22:52 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:22:52 go: downloading github.com/golang/protobuf v1.5.2
11:22:52 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:22:52 #16 exporting layers 4.7s done
11:22:52 #16 writing image sha256:e70737a70cf2aa97d7793474624a81e5b5c4d05264889ce934384c1173bce64d done
11:22:52 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
11:22:52 #16 DONE 4.7s
11:22:52 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli 71615c2' --define '_gitcommit_engine 31a9532' --define '_release 0' --define '_version 0.0.0~20230309110843.71615c2' --define '_origversion 0.0.0-20230309110843-71615c2' --define '_buildx_rpm_version 0.10.4' --define '_buildx_version v0.10.4' --define '_buildx_gitcommit c513d34' --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
11:22:52 go: downloading github.com/moby/sys/signal v0.7.0
11:22:52 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:22:52 go: downloading github.com/moby/buildkit v0.10.6
11:22:52 go: downloading github.com/moby/patternmatcher v0.5.0
11:22:52 go: downloading github.com/opencontainers/go-digest v1.0.0
11:22:52 go: downloading github.com/gogo/protobuf v1.3.2
11:22:52 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TmNEIo
11:22:52 + umask 022
11:22:52 + cd /root/rpmbuild/BUILD
11:22:52 + cd /root/rpmbuild/BUILD
11:22:52 + rm -rf src
11:22:52 + /usr/bin/mkdir -p src
11:22:52 + cd src
11:22:52 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:22:52 + /usr/bin/tar -xf -
11:22:52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:22:52 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:22:52 go: downloading gopkg.in/yaml.v2 v2.4.0
11:22:52 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:22:52 go: downloading golang.org/x/term v0.4.0
11:22:52 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:22:52 go: downloading github.com/imdario/mergo v0.3.12
11:22:52 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:22:52 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:22:52 go: downloading github.com/creack/pty v1.1.11
11:22:52 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:22:52 go: downloading github.com/gorilla/mux v1.8.0
11:22:53 + STATUS=0
11:22:53 + '[' 0 -ne 0 ']'
11:22:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:22:53 + /usr/bin/tar -xf -
11:22:53 + STATUS=0
11:22:53 + '[' 0 -ne 0 ']'
11:22:53 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:22:53 + exit 0
11:22:53 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IzgRGf
11:22:53 + umask 022
11:22:53 + cd /root/rpmbuild/BUILD
11:22:53 + cd src
11:22:53 + export DOCKER_GITCOMMIT=31a9532
11:22:53 + DOCKER_GITCOMMIT=31a9532
11:22:53 + mkdir -p /go/src/github.com/docker
11:22:53 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:22:53 + pushd /root/rpmbuild/BUILD/src/engine
11:22:53 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:22:53 + TMP_GOPATH=/go
11:22:53 + hack/dockerfile/install/install.sh tini
11:22:53 + RM_GOPATH=0
11:22:53 + TMP_GOPATH=/go
11:22:53 + : /usr/local/bin
11:22:53 + '[' -z /go ']'
11:22:53 + export GOPATH=/go
11:22:53 + GOPATH=/go
11:22:53 + case "$(go env GOARCH)" in
11:22:53 ++ go env GOARCH
11:22:53 + export GO_BUILDMODE=-buildmode=pie
11:22:53 + GO_BUILDMODE=-buildmode=pie
11:22:53 ++ dirname hack/dockerfile/install/install.sh
11:22:53 + dir=hack/dockerfile/install
11:22:53 + bin=tini
11:22:53 + shift
11:22:53 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:22:53 + . hack/dockerfile/install/tini.installer
11:22:53 ++ : v0.19.0
11:22:53 + install_tini
11:22:53 + echo 'Install tini version v0.19.0'
11:22:53 + git clone https://github.com/krallin/tini.git /go/tini
11:22:53 Install tini version v0.19.0
11:22:54 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:22:54 go: downloading github.com/beorn7/perks v1.0.1
11:22:54 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:22:54 go: downloading github.com/prometheus/client_model v0.3.0
11:22:54 go: downloading github.com/prometheus/common v0.37.0
11:22:54 go: downloading github.com/prometheus/procfs v0.8.0
11:22:54 go: downloading google.golang.org/protobuf v1.28.1
11:22:54 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:22:54 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:22:54 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:22:54 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:22:54 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:22:54 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:22:54 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:22:54 go: downloading k8s.io/klog/v2 v2.80.1
11:22:54 go: downloading github.com/kr/text v0.2.0
11:22:54 go: downloading github.com/docker/go-metrics v0.0.1
11:22:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:22:54 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:22:54 go: downloading github.com/BurntSushi/toml v0.3.1
11:22:54 go: downloading github.com/kr/pretty v0.2.1
11:22:54 go: downloading github.com/magiconair/properties v1.5.3
11:22:54 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:22:54 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:22:54 go: downloading github.com/go-logr/logr v1.2.3
11:22:54 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:22:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:54 Cloning into '/go/tini'...
11:22:54 + cd /go/tini
11:22:54 + git checkout -q v0.19.0
11:22:54 + cmake .
11:22:54 -- The C compiler identification is GNU 4.8.5
11:22:54 -- Check for working C compiler: /usr/bin/cc
11:22:54 -- Check for working C compiler: /usr/bin/cc -- works
11:22:54 -- Detecting C compiler ABI info
11:22:54 -- Detecting C compiler ABI info - done
11:22:54 -- Performing Test HAS_BUILTIN_FORTIFY
11:22:54 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:22:54 go: downloading gopkg.in/yaml.v3 v3.0.1
11:22:54 go: downloading github.com/stretchr/testify v1.8.0
11:22:54 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:22:54 go: downloading github.com/rivo/uniseg v0.2.0
11:22:54 go: downloading github.com/klauspost/compress v1.15.12
11:22:54 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:22:54 go: downloading github.com/containerd/continuity v0.3.0
11:22:54 go: downloading github.com/moby/sys/symlink v0.2.0
11:22:54 go: downloading golang.org/x/time v0.1.0
11:22:54 go: downloading github.com/opencontainers/runc v1.1.3
11:22:54 go: downloading golang.org/x/crypto v0.2.0
11:22:54 + go mod vendor -modfile=vendor.mod
11:22:54 -- Configuring done
11:22:54 -- Generating done
11:22:54 -- Build files have been written to: /go/tini
11:22:54 + make tini-static
11:22:54 Scanning dependencies of target tini-static
11:22:54 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:22:54 Linking C executable tini-static
11:22:54 [100%] Built target tini-static
11:22:54 + mkdir -p /usr/local/bin
11:22:54 + cp tini-static /usr/local/bin/docker-init
11:22:54 + VERSION=0.0.0-20230309110843-71615c2
11:22:54 + PRODUCT=docker
11:22:54 + hack/make.sh dynbinary
11:22:54 
11:22:54 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:22:54 Removing bundles/
11:22:54 
11:22:54 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:22:54 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
11:22:54 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:22:54 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:22:54 go: downloading google.golang.org/grpc v1.48.0
11:22:55 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:22:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:22:55 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:22:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:22:55 go: downloading github.com/russross/blackfriday v1.6.0
11:22:55 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:22:55 go: downloading github.com/Microsoft/go-winio v0.5.2
11:22:55 go: downloading golang.org/x/net v0.5.0
11:22:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:22:55 go: downloading github.com/davecgh/go-spew v1.1.1
11:22:55 go: downloading github.com/pmezard/go-difflib v1.0.0
11:22:55 go: downloading github.com/miekg/pkcs11 v1.1.1
11:22:55 go: downloading github.com/prometheus/client_golang v1.14.0
11:22:55 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:22:55 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:22:55 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:22:55 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:22:55 go: downloading github.com/golang/protobuf v1.5.2
11:22:55 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:22:57 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:22:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:22:57 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:22:57 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:22:57 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:22:57 go: downloading github.com/beorn7/perks v1.0.1
11:22:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:22:57 go: downloading github.com/prometheus/client_model v0.3.0
11:22:57 go: downloading github.com/prometheus/common v0.37.0
11:22:57 go: downloading google.golang.org/protobuf v1.28.1
11:22:57 go: downloading github.com/prometheus/procfs v0.8.0
11:22:57 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:22:57 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:22:57 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:22:57 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:22:57 go: downloading k8s.io/klog/v2 v2.80.1
11:22:57 go: downloading github.com/kr/text v0.2.0
11:22:57 go: downloading github.com/docker/go-metrics v0.0.1
11:22:57 go: downloading github.com/BurntSushi/toml v0.3.1
11:22:57 go: downloading github.com/kr/pretty v0.2.1
11:22:57 go: downloading github.com/magiconair/properties v1.5.3
11:22:57 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:22:57 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:22:57 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:22:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:22:57 go: downloading github.com/go-logr/logr v1.2.3
11:22:57 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:22:57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:22:57 + go mod vendor -modfile=vendor.mod
11:22:58 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:00 Created binary: bundles/dynbinary-daemon/dockerd
11:23:00 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:00 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:00 
11:23:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:00 + RM_GOPATH=0
11:23:00 + TMP_GOPATH=/go
11:23:00 + : /usr/local/bin
11:23:00 + '[' -z /go ']'
11:23:00 + export GOPATH=/go
11:23:00 + GOPATH=/go
11:23:00 + case "$(go env GOARCH)" in
11:23:00 ++ go env GOARCH
11:23:00 + export GO_BUILDMODE=-buildmode=pie
11:23:00 + GO_BUILDMODE=-buildmode=pie
11:23:00 ++ dirname hack/dockerfile/install/install.sh
11:23:00 + dir=hack/dockerfile/install
11:23:00 + bin=tini
11:23:00 + shift
11:23:00 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:00 + . hack/dockerfile/install/tini.installer
11:23:00 ++ : v0.19.0
11:23:00 + install_tini
11:23:00 + echo 'Install tini version v0.19.0'
11:23:00 + git clone https://github.com/krallin/tini.git /go/tini
11:23:00 Install tini version v0.19.0
11:23:00 Cloning into '/go/tini'...
11:23:00 + cd /go/tini
11:23:00 + git checkout -q v0.19.0
11:23:00 + cmake .
11:23:00 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:00   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:00   CMake.
11:23:00 
11:23:00   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:00   CMake that the project does not need compatibility with older versions.
11:23:00 
11:23:00 
11:23:00 -- The C compiler identification is GNU 12.2.0
11:23:00 -- Detecting C compiler ABI info
11:23:00 -- Detecting C compiler ABI info - done
11:23:00 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:00 -- Detecting C compile features
11:23:00 -- Detecting C compile features - done
11:23:00 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:00 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:00 -- Configuring done
11:23:00 -- Generating done
11:23:00 -- Build files have been written to: /go/tini
11:23:00 + make tini-static
11:23:00 make[2]: Entering directory '/go/tini'
11:23:00 make[3]: Entering directory '/go/tini'
11:23:00 make[4]: Entering directory '/go/tini'
11:23:00 make[5]: Entering directory '/go/tini'
11:23:00 make[5]: Leaving directory '/go/tini'
11:23:00 make[5]: Entering directory '/go/tini'
11:23:00 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:00 [100%] Linking C executable tini-static
11:23:00 make[5]: Leaving directory '/go/tini'
11:23:00 [100%] Built target tini-static
11:23:00 make[4]: Leaving directory '/go/tini'
11:23:00 make[3]: Leaving directory '/go/tini'
11:23:00 make[2]: Leaving directory '/go/tini'
11:23:00 + mkdir -p /usr/local/bin
11:23:00 + cp tini-static /usr/local/bin/docker-init
11:23:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:00 + RM_GOPATH=0
11:23:00 + TMP_GOPATH=/go
11:23:00 + : /usr/local/bin
11:23:00 + '[' -z /go ']'
11:23:00 + export GOPATH=/go
11:23:00 + GOPATH=/go
11:23:00 + case "$(go env GOARCH)" in
11:23:00 ++ go env GOARCH
11:23:00 + export GO_BUILDMODE=-buildmode=pie
11:23:00 + GO_BUILDMODE=-buildmode=pie
11:23:00 ++ dirname hack/dockerfile/install/install.sh
11:23:00 + dir=hack/dockerfile/install
11:23:00 + bin=rootlesskit
11:23:00 + shift
11:23:00 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:00 + . hack/dockerfile/install/rootlesskit.installer
11:23:00 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:00 + install_rootlesskit dynamic
11:23:00 + case "$1" in
11:23:00 + install_rootlesskit_dynamic
11:23:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:00 + export BUILD_MODE=-buildmode=pie
11:23:00 + BUILD_MODE=-buildmode=pie
11:23:00 + _install_rootlesskit
11:23:00 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:00 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:00 + for f in rootlesskit rootlesskit-docker-proxy
11:23:00 + GOBIN=/usr/local/bin
11:23:00 + GO111MODULE=on
11:23:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:00 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:01 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:01 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:01 go: downloading golang.org/x/sys v0.2.0
11:23:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:01 go: downloading github.com/google/uuid v1.3.0
11:23:01 go: downloading github.com/moby/vpnkit v0.5.0
11:23:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:01 go: downloading github.com/gofrs/flock v0.8.1
11:23:01 go: downloading github.com/gorilla/mux v1.8.0
11:23:01 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:01 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:01 go: downloading golang.org/x/net v0.1.0
11:23:01 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:02 Created binary: bundles/dynbinary-daemon/dockerd
11:23:02 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:23:02 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:02 
11:23:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:02 + RM_GOPATH=0
11:23:02 + TMP_GOPATH=/go
11:23:02 + : /usr/local/bin
11:23:02 + '[' -z /go ']'
11:23:02 + export GOPATH=/go
11:23:02 + GOPATH=/go
11:23:02 + case "$(go env GOARCH)" in
11:23:02 ++ go env GOARCH
11:23:02 + export GO_BUILDMODE=-buildmode=pie
11:23:02 + GO_BUILDMODE=-buildmode=pie
11:23:02 ++ dirname hack/dockerfile/install/install.sh
11:23:02 + dir=hack/dockerfile/install
11:23:02 + bin=tini
11:23:02 + shift
11:23:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:02 + . hack/dockerfile/install/tini.installer
11:23:02 ++ : v0.19.0
11:23:02 + install_tini
11:23:02 + echo 'Install tini version v0.19.0'
11:23:02 + git clone https://github.com/krallin/tini.git /go/tini
11:23:02 Install tini version v0.19.0
11:23:02 Cloning into '/go/tini'...
11:23:02 + cd /go/tini
11:23:02 + git checkout -q v0.19.0
11:23:02 + cmake .
11:23:02 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:02   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:02   CMake.
11:23:02 
11:23:02   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:02   CMake that the project does not need compatibility with older versions.
11:23:02 
11:23:02 
11:23:02 -- The C compiler identification is GNU 12.2.0
11:23:02 -- Detecting C compiler ABI info
11:23:02 -- Detecting C compiler ABI info - done
11:23:02 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:02 -- Detecting C compile features
11:23:02 -- Detecting C compile features - done
11:23:02 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:02 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:02 -- Configuring done
11:23:02 -- Generating done
11:23:02 -- Build files have been written to: /go/tini
11:23:02 + make tini-static
11:23:02 make[2]: Entering directory '/go/tini'
11:23:02 make[3]: Entering directory '/go/tini'
11:23:02 make[4]: Entering directory '/go/tini'
11:23:02 make[5]: Entering directory '/go/tini'
11:23:02 make[5]: Leaving directory '/go/tini'
11:23:02 make[5]: Entering directory '/go/tini'
11:23:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:02 [100%] Linking C executable tini-static
11:23:02 make[5]: Leaving directory '/go/tini'
11:23:02 [100%] Built target tini-static
11:23:02 make[4]: Leaving directory '/go/tini'
11:23:02 make[3]: Leaving directory '/go/tini'
11:23:02 make[2]: Leaving directory '/go/tini'
11:23:02 + mkdir -p /usr/local/bin
11:23:02 + cp tini-static /usr/local/bin/docker-init
11:23:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:02 + RM_GOPATH=0
11:23:02 + TMP_GOPATH=/go
11:23:02 + : /usr/local/bin
11:23:02 + '[' -z /go ']'
11:23:02 + export GOPATH=/go
11:23:02 + GOPATH=/go
11:23:02 + case "$(go env GOARCH)" in
11:23:02 ++ go env GOARCH
11:23:02 + export GO_BUILDMODE=-buildmode=pie
11:23:02 + GO_BUILDMODE=-buildmode=pie
11:23:02 ++ dirname hack/dockerfile/install/install.sh
11:23:02 + dir=hack/dockerfile/install
11:23:02 + bin=rootlesskit
11:23:02 + shift
11:23:02 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:02 + . hack/dockerfile/install/rootlesskit.installer
11:23:02 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 + install_rootlesskit dynamic
11:23:02 + case "$1" in
11:23:02 + install_rootlesskit_dynamic
11:23:02 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:02 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:02 + export BUILD_MODE=-buildmode=pie
11:23:02 + BUILD_MODE=-buildmode=pie
11:23:02 + _install_rootlesskit
11:23:02 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:02 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 + for f in rootlesskit rootlesskit-docker-proxy
11:23:02 + GOBIN=/usr/local/bin
11:23:02 + GO111MODULE=on
11:23:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:02 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:02 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:02 go: downloading golang.org/x/sys v0.2.0
11:23:02 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:02 go: downloading github.com/google/uuid v1.3.0
11:23:02 go: downloading github.com/moby/vpnkit v0.5.0
11:23:02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:02 go: downloading github.com/gofrs/flock v0.8.1
11:23:02 go: downloading github.com/gorilla/mux v1.8.0
11:23:02 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:02 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:02 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:02 go: downloading golang.org/x/net v0.1.0
11:23:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:02 Created binary: bundles/dynbinary-daemon/dockerd
11:23:02 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:02 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:02 
11:23:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:02 + RM_GOPATH=0
11:23:02 + TMP_GOPATH=/go
11:23:02 + : /usr/local/bin
11:23:02 + '[' -z /go ']'
11:23:02 + export GOPATH=/go
11:23:02 + GOPATH=/go
11:23:02 + case "$(go env GOARCH)" in
11:23:02 ++ go env GOARCH
11:23:02 + export GO_BUILDMODE=-buildmode=pie
11:23:02 + GO_BUILDMODE=-buildmode=pie
11:23:02 ++ dirname hack/dockerfile/install/install.sh
11:23:02 + dir=hack/dockerfile/install
11:23:02 + bin=tini
11:23:02 + shift
11:23:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:02 + . hack/dockerfile/install/tini.installer
11:23:02 ++ : v0.19.0
11:23:02 Install tini version v0.19.0
11:23:02 + install_tini
11:23:02 + echo 'Install tini version v0.19.0'
11:23:02 + git clone https://github.com/krallin/tini.git /go/tini
11:23:02 Cloning into '/go/tini'...
11:23:02 + cd /go/tini
11:23:02 + git checkout -q v0.19.0
11:23:02 + cmake .
11:23:02 -- The C compiler identification is GNU 8.3.0
11:23:02 -- Check for working C compiler: /usr/bin/cc
11:23:02 -- Check for working C compiler: /usr/bin/cc -- works
11:23:02 -- Detecting C compiler ABI info
11:23:02 -- Detecting C compiler ABI info - done
11:23:02 -- Detecting C compile features
11:23:02 -- Detecting C compile features - done
11:23:02 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:02 -- Configuring done
11:23:02 -- Generating done
11:23:02 -- Build files have been written to: /go/tini
11:23:02 + make tini-static
11:23:02 make[2]: Entering directory '/go/tini'
11:23:02 make[3]: Entering directory '/go/tini'
11:23:02 make[4]: Entering directory '/go/tini'
11:23:02 make[5]: Entering directory '/go/tini'
11:23:02 Scanning dependencies of target tini-static
11:23:02 make[5]: Leaving directory '/go/tini'
11:23:02 make[5]: Entering directory '/go/tini'
11:23:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:02 [100%] Linking C executable tini-static
11:23:02 make[5]: Leaving directory '/go/tini'
11:23:02 [100%] Built target tini-static
11:23:02 make[4]: Leaving directory '/go/tini'
11:23:02 make[3]: Leaving directory '/go/tini'
11:23:02 make[2]: Leaving directory '/go/tini'
11:23:02 + mkdir -p /usr/local/bin
11:23:02 + cp tini-static /usr/local/bin/docker-init
11:23:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:02 + RM_GOPATH=0
11:23:02 + TMP_GOPATH=/go
11:23:02 + : /usr/local/bin
11:23:02 + '[' -z /go ']'
11:23:02 + export GOPATH=/go
11:23:02 + GOPATH=/go
11:23:02 + case "$(go env GOARCH)" in
11:23:02 ++ go env GOARCH
11:23:02 + export GO_BUILDMODE=-buildmode=pie
11:23:02 + GO_BUILDMODE=-buildmode=pie
11:23:02 ++ dirname hack/dockerfile/install/install.sh
11:23:02 + dir=hack/dockerfile/install
11:23:02 + bin=rootlesskit
11:23:02 + shift
11:23:02 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:02 + . hack/dockerfile/install/rootlesskit.installer
11:23:02 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 + install_rootlesskit dynamic
11:23:02 + case "$1" in
11:23:02 + install_rootlesskit_dynamic
11:23:02 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:02 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:02 + export BUILD_MODE=-buildmode=pie
11:23:02 + BUILD_MODE=-buildmode=pie
11:23:02 + _install_rootlesskit
11:23:02 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:02 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 + for f in rootlesskit rootlesskit-docker-proxy
11:23:02 + GOBIN=/usr/local/bin
11:23:02 + GO111MODULE=on
11:23:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:02 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:02 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:02 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:02 go: downloading golang.org/x/sys v0.2.0
11:23:02 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:02 go: downloading github.com/google/uuid v1.3.0
11:23:02 go: downloading github.com/moby/vpnkit v0.5.0
11:23:02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:02 go: downloading github.com/gofrs/flock v0.8.1
11:23:02 go: downloading github.com/gorilla/mux v1.8.0
11:23:02 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:02 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:02 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:02 go: downloading golang.org/x/net v0.1.0
11:23:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:03 Created binary: bundles/dynbinary-daemon/dockerd
11:23:03 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:03 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:03 
11:23:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:03 + RM_GOPATH=0
11:23:03 + TMP_GOPATH=/go
11:23:03 + : /usr/local/bin
11:23:03 + '[' -z /go ']'
11:23:03 + export GOPATH=/go
11:23:03 + GOPATH=/go
11:23:03 + case "$(go env GOARCH)" in
11:23:03 ++ go env GOARCH
11:23:03 + export GO_BUILDMODE=-buildmode=pie
11:23:03 + GO_BUILDMODE=-buildmode=pie
11:23:03 ++ dirname hack/dockerfile/install/install.sh
11:23:03 + dir=hack/dockerfile/install
11:23:03 + bin=tini
11:23:03 + shift
11:23:03 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:03 + . hack/dockerfile/install/tini.installer
11:23:03 ++ : v0.19.0
11:23:03 + install_tini
11:23:03 Install tini version v0.19.0
11:23:03 + echo 'Install tini version v0.19.0'
11:23:03 + git clone https://github.com/krallin/tini.git /go/tini
11:23:03 Cloning into '/go/tini'...
11:23:03 + cd /go/tini
11:23:03 + git checkout -q v0.19.0
11:23:03 + cmake .
11:23:03 -- The C compiler identification is GNU 9.4.0
11:23:03 -- Check for working C compiler: /usr/bin/cc
11:23:03 -- Check for working C compiler: /usr/bin/cc -- works
11:23:03 -- Detecting C compiler ABI info
11:23:03 -- Detecting C compiler ABI info - done
11:23:03 -- Detecting C compile features
11:23:03 -- Detecting C compile features - done
11:23:03 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:03 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:03 -- Configuring done
11:23:03 -- Generating done
11:23:03 -- Build files have been written to: /go/tini
11:23:03 + make tini-static
11:23:03 make[2]: Entering directory '/go/tini'
11:23:03 make[3]: Entering directory '/go/tini'
11:23:03 make[4]: Entering directory '/go/tini'
11:23:03 make[5]: Entering directory '/go/tini'
11:23:03 Scanning dependencies of target tini-static
11:23:03 make[5]: Leaving directory '/go/tini'
11:23:03 make[5]: Entering directory '/go/tini'
11:23:03 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:03 [100%] Linking C executable tini-static
11:23:03 make[5]: Leaving directory '/go/tini'
11:23:03 [100%] Built target tini-static
11:23:03 make[4]: Leaving directory '/go/tini'
11:23:03 make[3]: Leaving directory '/go/tini'
11:23:03 make[2]: Leaving directory '/go/tini'
11:23:03 + mkdir -p /usr/local/bin
11:23:03 + cp tini-static /usr/local/bin/docker-init
11:23:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:03 + RM_GOPATH=0
11:23:03 + TMP_GOPATH=/go
11:23:03 + : /usr/local/bin
11:23:03 + '[' -z /go ']'
11:23:03 + export GOPATH=/go
11:23:03 + GOPATH=/go
11:23:03 + case "$(go env GOARCH)" in
11:23:03 ++ go env GOARCH
11:23:03 + export GO_BUILDMODE=-buildmode=pie
11:23:03 + GO_BUILDMODE=-buildmode=pie
11:23:03 ++ dirname hack/dockerfile/install/install.sh
11:23:03 + dir=hack/dockerfile/install
11:23:03 + bin=rootlesskit
11:23:03 + shift
11:23:03 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:03 + . hack/dockerfile/install/rootlesskit.installer
11:23:03 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:03 + install_rootlesskit dynamic
11:23:03 + case "$1" in
11:23:03 + install_rootlesskit_dynamic
11:23:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:03 + export BUILD_MODE=-buildmode=pie
11:23:03 + BUILD_MODE=-buildmode=pie
11:23:03 + _install_rootlesskit
11:23:03 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:03 + for f in rootlesskit rootlesskit-docker-proxy
11:23:03 + GOBIN=/usr/local/bin
11:23:03 + GO111MODULE=on
11:23:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:03 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:03 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:03 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:03 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:03 go: downloading golang.org/x/sys v0.2.0
11:23:03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:03 go: downloading github.com/google/uuid v1.3.0
11:23:03 go: downloading github.com/moby/vpnkit v0.5.0
11:23:03 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:03 go: downloading github.com/gofrs/flock v0.8.1
11:23:03 go: downloading github.com/gorilla/mux v1.8.0
11:23:03 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:03 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:03 go: downloading golang.org/x/net v0.1.0
11:23:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:03 + for f in rootlesskit rootlesskit-docker-proxy
11:23:03 + GOBIN=/usr/local/bin
11:23:03 + GO111MODULE=on
11:23:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:03 + return
11:23:03 # Build the CLI
11:23:03 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:03 Building dynamic docker-linux-amd64
11:23:03 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:25Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:03 + for f in rootlesskit rootlesskit-docker-proxy
11:23:03 + GOBIN=/usr/local/bin
11:23:03 + GO111MODULE=on
11:23:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:04 #53 ...
11:23:04 
11:23:04 #47 [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...)
11:23:04 #47 DONE 121.2s
11:23:04 
11:23:04 #46 [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...)
11:23:04 #46 ...
11:23:04 
11:23:04 #56 [all 2/7] COPY --from=runc          /build/ /
11:23:04 #56 DONE 0.1s
11:23:04 
11:23:04 #46 [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...)
11:23:05 + return
11:23:05 # Build the CLI
11:23:05 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:05 Building dynamic docker-linux-arm64
11:23:05 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:21:07Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:06 make[2]: Entering directory '/root/build-deb/cli'
11:23:06 scripts/docs/generate-man.sh
11:23:06 + cp -r . /tmp/docker-cli-docsgen.Jx4Gycd3BZ/
11:23:06 + cd /tmp/docker-cli-docsgen.Jx4Gycd3BZ
11:23:06 + ./scripts/vendor init
11:23:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:06 + cp man/tools.go .
11:23:06 + ./scripts/vendor update
11:23:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:06 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:06 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:06 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:06 go: downloading github.com/morikuni/aec v1.0.0
11:23:06 go: downloading github.com/pkg/errors v0.9.1
11:23:06 go: downloading github.com/spf13/cobra v1.6.1
11:23:06 go: downloading github.com/spf13/pflag v1.0.5
11:23:06 go: downloading github.com/google/go-cmp v0.5.9
11:23:06 go: downloading gotest.tools/v3 v3.4.0
11:23:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:06 go: downloading golang.org/x/sys v0.4.0
11:23:06 make[2]: Entering directory '/root/build-deb/cli'
11:23:06 scripts/docs/generate-man.sh
11:23:06 + cp -r . /tmp/docker-cli-docsgen.Uj4IIhAec5/
11:23:06 + cd /tmp/docker-cli-docsgen.Uj4IIhAec5
11:23:06 + ./scripts/vendor init
11:23:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:06 + cp man/tools.go .
11:23:06 + ./scripts/vendor update
11:23:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:06 go: downloading github.com/spf13/cobra v1.6.1
11:23:06 go: downloading github.com/spf13/pflag v1.0.5
11:23:06 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:06 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:06 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:06 go: downloading github.com/morikuni/aec v1.0.0
11:23:06 go: downloading github.com/pkg/errors v0.9.1
11:23:06 go: downloading github.com/google/go-cmp v0.5.9
11:23:06 go: downloading gotest.tools/v3 v3.4.0
11:23:06 go: downloading golang.org/x/sys v0.4.0
11:23:06 go: downloading github.com/docker/go-units v0.5.0
11:23:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:06 go: downloading github.com/docker/go-connections v0.4.0
11:23:06 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:06 go: downloading golang.org/x/text v0.6.0
11:23:06 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:06 go: downloading github.com/containerd/containerd v1.6.16
11:23:06 go: downloading github.com/moby/sys/signal v0.7.0
11:23:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:06 go: downloading github.com/moby/buildkit v0.10.6
11:23:06 go: downloading github.com/docker/go-units v0.5.0
11:23:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:06 go: downloading github.com/docker/go-connections v0.4.0
11:23:06 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:06 go: downloading golang.org/x/text v0.6.0
11:23:06 make[2]: Entering directory '/root/build-deb/cli'
11:23:06 scripts/docs/generate-man.sh
11:23:06 + cp -r . /tmp/docker-cli-docsgen.BGJYQD0VWD/
11:23:06 + cd /tmp/docker-cli-docsgen.BGJYQD0VWD
11:23:06 + ./scripts/vendor init
11:23:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:06 + cp man/tools.go .
11:23:06 + ./scripts/vendor update
11:23:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:06 go: downloading github.com/spf13/cobra v1.6.1
11:23:06 go: downloading github.com/spf13/pflag v1.0.5
11:23:06 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:06 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:06 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:06 go: downloading github.com/morikuni/aec v1.0.0
11:23:06 go: downloading github.com/pkg/errors v0.9.1
11:23:06 go: downloading github.com/google/go-cmp v0.5.9
11:23:06 go: downloading gotest.tools/v3 v3.4.0
11:23:06 go: downloading golang.org/x/sys v0.4.0
11:23:06 go: downloading github.com/docker/go-units v0.5.0
11:23:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:06 go: downloading github.com/docker/go-connections v0.4.0
11:23:06 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:06 go: downloading golang.org/x/text v0.6.0
11:23:06 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:06 go: downloading github.com/containerd/containerd v1.6.16
11:23:06 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:06 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:06 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:06 go: downloading github.com/gogo/protobuf v1.3.2
11:23:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:06 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:06 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:06 go: downloading github.com/containerd/containerd v1.6.16
11:23:06 go: downloading github.com/moby/sys/signal v0.7.0
11:23:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:06 go: downloading github.com/moby/buildkit v0.10.6
11:23:07 go: downloading golang.org/x/term v0.4.0
11:23:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:07 go: downloading github.com/imdario/mergo v0.3.12
11:23:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:07 go: downloading github.com/creack/pty v1.1.11
11:23:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:07 go: downloading github.com/moby/sys/signal v0.7.0
11:23:07 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:07 go: downloading github.com/moby/buildkit v0.10.6
11:23:07 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:07 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:07 go: downloading github.com/gogo/protobuf v1.3.2
11:23:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:07 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:07 Created binary: bundles/dynbinary-daemon/dockerd
11:23:07 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:07 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:07 
11:23:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:07 + RM_GOPATH=0
11:23:07 + TMP_GOPATH=/go
11:23:07 + : /usr/local/bin
11:23:07 + '[' -z /go ']'
11:23:07 + export GOPATH=/go
11:23:07 + GOPATH=/go
11:23:07 + case "$(go env GOARCH)" in
11:23:07 ++ go env GOARCH
11:23:07 + export GO_BUILDMODE=-buildmode=pie
11:23:07 + GO_BUILDMODE=-buildmode=pie
11:23:07 ++ dirname hack/dockerfile/install/install.sh
11:23:07 + dir=hack/dockerfile/install
11:23:07 + bin=tini
11:23:07 + shift
11:23:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:07 + . hack/dockerfile/install/tini.installer
11:23:07 ++ : v0.19.0
11:23:07 + install_tini
11:23:07 + echo 'Install tini version v0.19.0'
11:23:07 + git clone https://github.com/krallin/tini.git /go/tini
11:23:07 Install tini version v0.19.0
11:23:07 Cloning into '/go/tini'...
11:23:07 + cd /go/tini
11:23:07 + git checkout -q v0.19.0
11:23:07 + cmake .
11:23:07 -- The C compiler identification is GNU 8.3.0
11:23:07 -- Check for working C compiler: /usr/bin/cc
11:23:07 -- Check for working C compiler: /usr/bin/cc -- works
11:23:07 -- Detecting C compiler ABI info
11:23:07 -- Detecting C compiler ABI info - done
11:23:07 -- Detecting C compile features
11:23:07 -- Detecting C compile features - done
11:23:07 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:07 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:07 -- Configuring done
11:23:07 -- Generating done
11:23:07 -- Build files have been written to: /go/tini
11:23:07 + make tini-static
11:23:07 make[2]: Entering directory '/go/tini'
11:23:07 make[3]: Entering directory '/go/tini'
11:23:07 make[4]: Entering directory '/go/tini'
11:23:07 make[5]: Entering directory '/go/tini'
11:23:07 Scanning dependencies of target tini-static
11:23:07 make[5]: Leaving directory '/go/tini'
11:23:07 make[5]: Entering directory '/go/tini'
11:23:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:07 [100%] Linking C executable tini-static
11:23:07 make[5]: Leaving directory '/go/tini'
11:23:07 [100%] Built target tini-static
11:23:07 make[4]: Leaving directory '/go/tini'
11:23:07 make[3]: Leaving directory '/go/tini'
11:23:07 make[2]: Leaving directory '/go/tini'
11:23:07 + mkdir -p /usr/local/bin
11:23:07 + cp tini-static /usr/local/bin/docker-init
11:23:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:07 + RM_GOPATH=0
11:23:07 + TMP_GOPATH=/go
11:23:07 + : /usr/local/bin
11:23:07 + '[' -z /go ']'
11:23:07 + export GOPATH=/go
11:23:07 + GOPATH=/go
11:23:07 + case "$(go env GOARCH)" in
11:23:07 ++ go env GOARCH
11:23:07 + export GO_BUILDMODE=-buildmode=pie
11:23:07 + GO_BUILDMODE=-buildmode=pie
11:23:07 ++ dirname hack/dockerfile/install/install.sh
11:23:07 + dir=hack/dockerfile/install
11:23:07 + bin=rootlesskit
11:23:07 + shift
11:23:07 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:07 + . hack/dockerfile/install/rootlesskit.installer
11:23:07 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 + install_rootlesskit dynamic
11:23:07 + case "$1" in
11:23:07 + install_rootlesskit_dynamic
11:23:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:07 + export BUILD_MODE=-buildmode=pie
11:23:07 + BUILD_MODE=-buildmode=pie
11:23:07 + _install_rootlesskit
11:23:07 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:07 + for f in rootlesskit rootlesskit-docker-proxy
11:23:07 + GOBIN=/usr/local/bin
11:23:07 + GO111MODULE=on
11:23:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:07 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:07 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:07 go: downloading golang.org/x/sys v0.2.0
11:23:07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:07 go: downloading github.com/google/uuid v1.3.0
11:23:07 go: downloading github.com/moby/vpnkit v0.5.0
11:23:07 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:07 go: downloading github.com/gofrs/flock v0.8.1
11:23:07 go: downloading github.com/gorilla/mux v1.8.0
11:23:07 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:07 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:07 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:07 go: downloading golang.org/x/net v0.1.0
11:23:07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:07 Created binary: bundles/dynbinary-daemon/dockerd
11:23:07 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:07 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:07 
11:23:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:07 + RM_GOPATH=0
11:23:07 + TMP_GOPATH=/go
11:23:07 + : /usr/local/bin
11:23:07 + '[' -z /go ']'
11:23:07 + export GOPATH=/go
11:23:07 + GOPATH=/go
11:23:07 + case "$(go env GOARCH)" in
11:23:07 ++ go env GOARCH
11:23:07 + export GO_BUILDMODE=-buildmode=pie
11:23:07 + GO_BUILDMODE=-buildmode=pie
11:23:07 ++ dirname hack/dockerfile/install/install.sh
11:23:07 + dir=hack/dockerfile/install
11:23:07 + bin=tini
11:23:07 + shift
11:23:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:07 + . hack/dockerfile/install/tini.installer
11:23:07 ++ : v0.19.0
11:23:07 + install_tini
11:23:07 + echo 'Install tini version v0.19.0'
11:23:07 + git clone https://github.com/krallin/tini.git /go/tini
11:23:07 Install tini version v0.19.0
11:23:07 Cloning into '/go/tini'...
11:23:07 + cd /go/tini
11:23:07 + git checkout -q v0.19.0
11:23:07 + cmake .
11:23:07 -- The C compiler identification is GNU 10.2.1
11:23:07 -- Detecting C compiler ABI info
11:23:07 -- Detecting C compiler ABI info - done
11:23:07 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:07 -- Detecting C compile features
11:23:07 -- Detecting C compile features - done
11:23:07 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:07 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:07 -- Configuring done
11:23:07 -- Generating done
11:23:07 -- Build files have been written to: /go/tini
11:23:07 + make tini-static
11:23:07 make[2]: Entering directory '/go/tini'
11:23:07 make[3]: Entering directory '/go/tini'
11:23:07 make[4]: Entering directory '/go/tini'
11:23:07 make[5]: Entering directory '/go/tini'
11:23:07 Scanning dependencies of target tini-static
11:23:07 make[5]: Leaving directory '/go/tini'
11:23:07 make[5]: Entering directory '/go/tini'
11:23:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:07 [100%] Linking C executable tini-static
11:23:07 make[5]: Leaving directory '/go/tini'
11:23:07 [100%] Built target tini-static
11:23:07 make[4]: Leaving directory '/go/tini'
11:23:07 make[3]: Leaving directory '/go/tini'
11:23:07 make[2]: Leaving directory '/go/tini'
11:23:07 + mkdir -p /usr/local/bin
11:23:07 + cp tini-static /usr/local/bin/docker-init
11:23:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:07 + RM_GOPATH=0
11:23:07 + TMP_GOPATH=/go
11:23:07 + : /usr/local/bin
11:23:07 + '[' -z /go ']'
11:23:07 + export GOPATH=/go
11:23:07 + GOPATH=/go
11:23:07 + case "$(go env GOARCH)" in
11:23:07 ++ go env GOARCH
11:23:07 + export GO_BUILDMODE=-buildmode=pie
11:23:07 + GO_BUILDMODE=-buildmode=pie
11:23:07 ++ dirname hack/dockerfile/install/install.sh
11:23:07 + dir=hack/dockerfile/install
11:23:07 + bin=rootlesskit
11:23:07 + shift
11:23:07 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:07 + . hack/dockerfile/install/rootlesskit.installer
11:23:07 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 + install_rootlesskit dynamic
11:23:07 + case "$1" in
11:23:07 + install_rootlesskit_dynamic
11:23:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:07 + export BUILD_MODE=-buildmode=pie
11:23:07 + BUILD_MODE=-buildmode=pie
11:23:07 + _install_rootlesskit
11:23:07 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:07 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 + for f in rootlesskit rootlesskit-docker-proxy
11:23:07 + GOBIN=/usr/local/bin
11:23:07 + GO111MODULE=on
11:23:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:07 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:07 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:07 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:07 go: downloading golang.org/x/sys v0.2.0
11:23:07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:07 go: downloading github.com/google/uuid v1.3.0
11:23:07 go: downloading github.com/moby/vpnkit v0.5.0
11:23:07 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:07 go: downloading github.com/gofrs/flock v0.8.1
11:23:07 go: downloading github.com/gorilla/mux v1.8.0
11:23:07 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:07 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:07 go: downloading golang.org/x/net v0.1.0
11:23:07 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:07 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:07 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:07 go: downloading github.com/gogo/protobuf v1.3.2
11:23:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:07 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:07 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:07 go: downloading golang.org/x/term v0.4.0
11:23:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:07 go: downloading github.com/imdario/mergo v0.3.12
11:23:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:07 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:07 go: downloading golang.org/x/term v0.4.0
11:23:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:07 go: downloading github.com/imdario/mergo v0.3.12
11:23:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:07 go: downloading github.com/creack/pty v1.1.11
11:23:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:07 go: downloading github.com/creack/pty v1.1.11
11:23:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:08 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:08 go: downloading github.com/stretchr/testify v1.8.0
11:23:08 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:08 go: downloading github.com/rivo/uniseg v0.2.0
11:23:08 go: downloading github.com/klauspost/compress v1.15.12
11:23:08 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:08 go: downloading github.com/containerd/continuity v0.3.0
11:23:08 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:08 go: downloading golang.org/x/time v0.1.0
11:23:08 go: downloading github.com/opencontainers/runc v1.1.3
11:23:08 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:08 go: downloading github.com/stretchr/testify v1.8.0
11:23:08 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:08 go: downloading github.com/rivo/uniseg v0.2.0
11:23:08 go: downloading github.com/klauspost/compress v1.15.12
11:23:08 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:08 go: downloading github.com/containerd/continuity v0.3.0
11:23:08 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:08 go: downloading golang.org/x/time v0.1.0
11:23:08 go: downloading github.com/opencontainers/runc v1.1.3
11:23:08 + for f in rootlesskit rootlesskit-docker-proxy
11:23:08 + GOBIN=/usr/local/bin
11:23:08 + GO111MODULE=on
11:23:08 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:08 go: downloading golang.org/x/crypto v0.2.0
11:23:08 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:08 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:08 go: downloading github.com/stretchr/testify v1.8.0
11:23:08 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:08 go: downloading github.com/rivo/uniseg v0.2.0
11:23:08 go: downloading github.com/klauspost/compress v1.15.12
11:23:08 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:08 go: downloading golang.org/x/crypto v0.2.0
11:23:08 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:08 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:08 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:08 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:08 go: downloading google.golang.org/grpc v1.48.0
11:23:09 go: downloading github.com/containerd/continuity v0.3.0
11:23:09 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:09 go: downloading golang.org/x/time v0.1.0
11:23:09 go: downloading github.com/opencontainers/runc v1.1.3
11:23:09 go: downloading golang.org/x/crypto v0.2.0
11:23:09 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:09 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:09 go: downloading google.golang.org/grpc v1.48.0
11:23:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:09 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:09 go: downloading github.com/russross/blackfriday v1.6.0
11:23:09 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:09 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:09 go: downloading golang.org/x/net v0.5.0
11:23:09 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:09 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:09 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:09 go: downloading github.com/russross/blackfriday v1.6.0
11:23:09 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:09 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:09 go: downloading golang.org/x/net v0.5.0
11:23:09 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:09 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:09 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:09 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:09 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:09 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:09 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:09 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:09 + return
11:23:09 # Build the CLI
11:23:09 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:09 Building dynamic docker-linux-amd64
11:23:09 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:37Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:09 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:09 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:09 go: downloading google.golang.org/grpc v1.48.0
11:23:09 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:09 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:09 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:09 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:09 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:09 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:09 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:09 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:09 + for f in rootlesskit rootlesskit-docker-proxy
11:23:09 + GOBIN=/usr/local/bin
11:23:09 + GO111MODULE=on
11:23:09 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:09 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:09 go: downloading github.com/golang/protobuf v1.5.2
11:23:09 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:09 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:09 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:09 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:09 go: downloading github.com/russross/blackfriday v1.6.0
11:23:09 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:09 go: downloading golang.org/x/net v0.5.0
11:23:09 go: downloading github.com/golang/protobuf v1.5.2
11:23:09 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:10 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:10 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:10 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:10 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:10 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:10 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:10 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:10 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:10 #20 DONE 65.9s
11:23:10 
11:23:10 #21 [binary 1/1] COPY --from=build /out .
11:23:10 #21 DONE 0.1s
11:23:10 
11:23:10 #22 exporting to client
11:23:10 #22 copying files 53B
11:23:10 #22 copying files 34.45MB 0.2s done
11:23:10 #22 DONE 0.2s
11:23:10 mkdir -p build/win/amd64/docker
11:23:10 cp /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
11:23:10 cp /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/cross/win/dockerd.exe build/win/amd64/docker/dockerd.exe
11:23:10 cp /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/cross/win/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe
11:23:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20230309110843-71615c2.zip docker'
11:23:10 Unable to find image 'alpine:latest' locally
11:23:10 latest: Pulling from library/alpine
11:23:10 63b65145d645: Pulling fs layer
11:23:10 63b65145d645: Verifying Checksum
11:23:10 63b65145d645: Download complete
11:23:10 63b65145d645: Pull complete
11:23:10 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:23:10 Status: Downloaded newer image for alpine:latest
11:23:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
11:23:10 go: downloading github.com/golang/protobuf v1.5.2
11:23:10 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:10 + return
11:23:10 # Build the CLI
11:23:10 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:10 Building dynamic docker-linux-amd64
11:23:10 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:40Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:10 Created binary: bundles/dynbinary-daemon/dockerd
11:23:10 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:10 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:10 
11:23:10 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:10 + RM_GOPATH=0
11:23:10 + TMP_GOPATH=/go
11:23:10 + : /usr/local/bin
11:23:10 + '[' -z /go ']'
11:23:10 + export GOPATH=/go
11:23:10 + GOPATH=/go
11:23:10 + case "$(go env GOARCH)" in
11:23:10 ++ go env GOARCH
11:23:10 + export GO_BUILDMODE=-buildmode=pie
11:23:10 + GO_BUILDMODE=-buildmode=pie
11:23:10 ++ dirname hack/dockerfile/install/install.sh
11:23:10 + dir=hack/dockerfile/install
11:23:10 + bin=tini
11:23:10 + shift
11:23:10 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:10 + . hack/dockerfile/install/tini.installer
11:23:10 ++ : v0.19.0
11:23:10 + install_tini
11:23:10 + echo 'Install tini version v0.19.0'
11:23:10 Install tini version v0.19.0
11:23:10 + git clone https://github.com/krallin/tini.git /go/tini
11:23:10 Cloning into '/go/tini'...
11:23:10 + cd /go/tini
11:23:10 + git checkout -q v0.19.0
11:23:10 + cmake .
11:23:10 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:10   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:10   CMake.
11:23:10 
11:23:10   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:10   CMake that the project does not need compatibility with older versions.
11:23:10 
11:23:10 
11:23:10 -- The C compiler identification is GNU 12.2.0
11:23:10 -- Detecting C compiler ABI info
11:23:10 -- Detecting C compiler ABI info - done
11:23:10 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:10 -- Detecting C compile features
11:23:10 -- Detecting C compile features - done
11:23:10 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:10 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:10 -- Configuring done
11:23:10 -- Generating done
11:23:10 -- Build files have been written to: /go/tini
11:23:10 + make tini-static
11:23:10 make[2]: Entering directory '/go/tini'
11:23:10 make[3]: Entering directory '/go/tini'
11:23:10 make[4]: Entering directory '/go/tini'
11:23:10 make[5]: Entering directory '/go/tini'
11:23:10 make[5]: Leaving directory '/go/tini'
11:23:10 make[5]: Entering directory '/go/tini'
11:23:10 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:10 [100%] Linking C executable tini-static
11:23:10 make[5]: Leaving directory '/go/tini'
11:23:10 [100%] Built target tini-static
11:23:10 make[4]: Leaving directory '/go/tini'
11:23:10 make[3]: Leaving directory '/go/tini'
11:23:10 make[2]: Leaving directory '/go/tini'
11:23:10 + mkdir -p /usr/local/bin
11:23:10 + cp tini-static /usr/local/bin/docker-init
11:23:10 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:10 + RM_GOPATH=0
11:23:10 + TMP_GOPATH=/go
11:23:10 + : /usr/local/bin
11:23:10 + '[' -z /go ']'
11:23:10 + export GOPATH=/go
11:23:10 + GOPATH=/go
11:23:10 + case "$(go env GOARCH)" in
11:23:10 ++ go env GOARCH
11:23:10 + export GO_BUILDMODE=-buildmode=pie
11:23:10 + GO_BUILDMODE=-buildmode=pie
11:23:10 ++ dirname hack/dockerfile/install/install.sh
11:23:10 + dir=hack/dockerfile/install
11:23:10 + bin=rootlesskit
11:23:10 + shift
11:23:10 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:10 + . hack/dockerfile/install/rootlesskit.installer
11:23:10 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:10 + install_rootlesskit dynamic
11:23:10 + case "$1" in
11:23:10 + install_rootlesskit_dynamic
11:23:10 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:10 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:10 + export BUILD_MODE=-buildmode=pie
11:23:10 + BUILD_MODE=-buildmode=pie
11:23:10 + _install_rootlesskit
11:23:10 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:10 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:10 + for f in rootlesskit rootlesskit-docker-proxy
11:23:10 + GOBIN=/usr/local/bin
11:23:10 + GO111MODULE=on
11:23:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:10 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:10 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:10 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:10 go: downloading golang.org/x/sys v0.2.0
11:23:10 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:10 go: downloading github.com/google/uuid v1.3.0
11:23:10 go: downloading github.com/moby/vpnkit v0.5.0
11:23:10 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:10 go: downloading github.com/gofrs/flock v0.8.1
11:23:10 go: downloading github.com/gorilla/mux v1.8.0
11:23:10 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:10 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:10 go: downloading golang.org/x/net v0.1.0
11:23:10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:10 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:10 + for f in rootlesskit rootlesskit-docker-proxy
11:23:10 + GOBIN=/usr/local/bin
11:23:10 + GO111MODULE=on
11:23:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:10 + return
11:23:10 # Build the CLI
11:23:10 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:10 Building dynamic docker-linux-amd64
11:23:10 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
11:23:11 v3.17.2-151-g0623a85aa23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
11:23:11 v3.17.2-154-g74d44d800c1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
11:23:11 OK: 17811 distinct packages available
11:23:11 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:11 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:11 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:11 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:11 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:11 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:11 go: downloading github.com/beorn7/perks v1.0.1
11:23:11 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:11 go: downloading github.com/prometheus/client_model v0.3.0
11:23:11 go: downloading github.com/prometheus/common v0.37.0
11:23:11 go: downloading github.com/prometheus/procfs v0.8.0
11:23:11 go: downloading google.golang.org/protobuf v1.28.1
11:23:11 Created binary: bundles/dynbinary-daemon/dockerd
11:23:11 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:11 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:11 
11:23:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:11 + RM_GOPATH=0
11:23:11 + TMP_GOPATH=/go
11:23:11 + : /usr/local/bin
11:23:11 + '[' -z /go ']'
11:23:11 + export GOPATH=/go
11:23:11 + GOPATH=/go
11:23:11 + case "$(go env GOARCH)" in
11:23:11 ++ go env GOARCH
11:23:11 + export GO_BUILDMODE=-buildmode=pie
11:23:11 + GO_BUILDMODE=-buildmode=pie
11:23:11 ++ dirname hack/dockerfile/install/install.sh
11:23:11 + dir=hack/dockerfile/install
11:23:11 + bin=tini
11:23:11 + shift
11:23:11 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:11 + . hack/dockerfile/install/tini.installer
11:23:11 ++ : v0.19.0
11:23:11 + install_tini
11:23:11 + echo 'Install tini version v0.19.0'
11:23:11 + git clone https://github.com/krallin/tini.git /go/tini
11:23:11 Install tini version v0.19.0
11:23:11 Cloning into '/go/tini'...
11:23:11 + cd /go/tini
11:23:11 + git checkout -q v0.19.0
11:23:11 + cmake .
11:23:11 -- The C compiler identification is GNU 7.5.0
11:23:11 -- Check for working C compiler: /usr/bin/cc
11:23:11 -- Check for working C compiler: /usr/bin/cc -- works
11:23:11 -- Detecting C compiler ABI info
11:23:11 -- Detecting C compiler ABI info - done
11:23:11 -- Detecting C compile features
11:23:11 -- Detecting C compile features - done
11:23:11 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:11 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:11 -- Configuring done
11:23:11 -- Generating done
11:23:11 -- Build files have been written to: /go/tini
11:23:11 + make tini-static
11:23:11 make[2]: Entering directory '/go/tini'
11:23:11 make[3]: Entering directory '/go/tini'
11:23:11 make[4]: Entering directory '/go/tini'
11:23:11 make[5]: Entering directory '/go/tini'
11:23:11 Scanning dependencies of target tini-static
11:23:11 make[5]: Leaving directory '/go/tini'
11:23:11 make[5]: Entering directory '/go/tini'
11:23:11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:11 [100%] Linking C executable tini-static
11:23:11 make[5]: Leaving directory '/go/tini'
11:23:11 [100%] Built target tini-static
11:23:11 make[4]: Leaving directory '/go/tini'
11:23:11 make[3]: Leaving directory '/go/tini'
11:23:11 make[2]: Leaving directory '/go/tini'
11:23:11 + mkdir -p /usr/local/bin
11:23:11 + cp tini-static /usr/local/bin/docker-init
11:23:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:11 + RM_GOPATH=0
11:23:11 + TMP_GOPATH=/go
11:23:11 + : /usr/local/bin
11:23:11 + '[' -z /go ']'
11:23:11 + export GOPATH=/go
11:23:11 + GOPATH=/go
11:23:11 + case "$(go env GOARCH)" in
11:23:11 ++ go env GOARCH
11:23:11 + export GO_BUILDMODE=-buildmode=pie
11:23:11 + GO_BUILDMODE=-buildmode=pie
11:23:11 ++ dirname hack/dockerfile/install/install.sh
11:23:11 + dir=hack/dockerfile/install
11:23:11 + bin=rootlesskit
11:23:11 + shift
11:23:11 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:11 + . hack/dockerfile/install/rootlesskit.installer
11:23:11 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:11 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:11 + install_rootlesskit dynamic
11:23:11 + case "$1" in
11:23:11 + install_rootlesskit_dynamic
11:23:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:11 + export BUILD_MODE=-buildmode=pie
11:23:11 + BUILD_MODE=-buildmode=pie
11:23:11 + _install_rootlesskit
11:23:11 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:11 + for f in rootlesskit rootlesskit-docker-proxy
11:23:11 + GOBIN=/usr/local/bin
11:23:11 + GO111MODULE=on
11:23:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:11 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:11 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:11 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:11 go: downloading golang.org/x/sys v0.2.0
11:23:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:11 go: downloading github.com/google/uuid v1.3.0
11:23:11 go: downloading github.com/moby/vpnkit v0.5.0
11:23:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:11 go: downloading github.com/gofrs/flock v0.8.1
11:23:11 go: downloading github.com/gorilla/mux v1.8.0
11:23:11 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:11 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:11 go: downloading golang.org/x/net v0.1.0
11:23:11 (1/2) Installing unzip (6.0-r13)
11:23:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:11 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:11 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:11 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:11 go: downloading k8s.io/klog/v2 v2.80.1
11:23:11 go: downloading github.com/kr/text v0.2.0
11:23:11 go: downloading github.com/docker/go-metrics v0.0.1
11:23:11 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:11 go: downloading github.com/kr/pretty v0.2.1
11:23:11 go: downloading github.com/magiconair/properties v1.5.3
11:23:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:11 go: downloading github.com/go-logr/logr v1.2.3
11:23:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:11 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:11 go: downloading github.com/beorn7/perks v1.0.1
11:23:11 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:11 go: downloading github.com/prometheus/client_model v0.3.0
11:23:11 go: downloading github.com/prometheus/common v0.37.0
11:23:11 go: downloading github.com/prometheus/procfs v0.8.0
11:23:11 go: downloading google.golang.org/protobuf v1.28.1
11:23:11 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:11 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:11 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:11 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:11 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:11 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:11 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:11 go: downloading k8s.io/klog/v2 v2.80.1
11:23:11 go: downloading github.com/kr/text v0.2.0
11:23:11 go: downloading github.com/docker/go-metrics v0.0.1
11:23:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:11 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:11 go: downloading github.com/kr/pretty v0.2.1
11:23:11 go: downloading github.com/magiconair/properties v1.5.3
11:23:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:11 go: downloading github.com/go-logr/logr v1.2.3
11:23:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:11 + go mod vendor -modfile=vendor.mod
11:23:11 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:11 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:11 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:11 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:11 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:11 go: downloading github.com/beorn7/perks v1.0.1
11:23:11 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:11 go: downloading github.com/prometheus/client_model v0.3.0
11:23:11 go: downloading github.com/prometheus/common v0.37.0
11:23:11 go: downloading github.com/prometheus/procfs v0.8.0
11:23:11 go: downloading google.golang.org/protobuf v1.28.1
11:23:11 + go mod vendor -modfile=vendor.mod
11:23:11 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:11 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:11 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:11 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:11 go: downloading k8s.io/klog/v2 v2.80.1
11:23:11 go: downloading github.com/kr/text v0.2.0
11:23:11 go: downloading github.com/docker/go-metrics v0.0.1
11:23:11 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:11 go: downloading github.com/kr/pretty v0.2.1
11:23:11 go: downloading github.com/magiconair/properties v1.5.3
11:23:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:11 go: downloading github.com/go-logr/logr v1.2.3
11:23:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:12 + go mod vendor -modfile=vendor.mod
11:23:12 + for f in rootlesskit rootlesskit-docker-proxy
11:23:12 + GOBIN=/usr/local/bin
11:23:12 + GO111MODULE=on
11:23:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:12 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:12 (2/2) Installing zip (3.0-r10)
11:23:12 Executing busybox-1.35.0-r29.trigger
11:23:12 OK: 8 MiB in 17 packages
11:23:12   adding: docker/ (stored 0%)
11:23:12 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:13 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:14 + return
11:23:14 # Build the CLI
11:23:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:14 Building dynamic docker-linux-arm-v6
11:23:14 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:41Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:14 Created binary: bundles/dynbinary-daemon/dockerd
11:23:14 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:14 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:14 
11:23:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:14 + RM_GOPATH=0
11:23:14 + TMP_GOPATH=/go
11:23:14 + : /usr/local/bin
11:23:14 + '[' -z /go ']'
11:23:14 + export GOPATH=/go
11:23:14 + GOPATH=/go
11:23:14 + case "$(go env GOARCH)" in
11:23:14 ++ go env GOARCH
11:23:14 + export GO_BUILDMODE=-buildmode=pie
11:23:14 + GO_BUILDMODE=-buildmode=pie
11:23:14 ++ dirname hack/dockerfile/install/install.sh
11:23:14 + dir=hack/dockerfile/install
11:23:14 + bin=tini
11:23:14 + shift
11:23:14 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:14 + . hack/dockerfile/install/tini.installer
11:23:14 ++ : v0.19.0
11:23:14 + install_tini
11:23:14 + echo 'Install tini version v0.19.0'
11:23:14 Install tini version v0.19.0
11:23:14 + git clone https://github.com/krallin/tini.git /go/tini
11:23:14 Cloning into '/go/tini'...
11:23:14 + cd /go/tini
11:23:14 + git checkout -q v0.19.0
11:23:14 + cmake .
11:23:14 -- The C compiler identification is GNU 10.2.1
11:23:14 -- Detecting C compiler ABI info
11:23:14 -- Detecting C compiler ABI info - done
11:23:14 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:14 -- Detecting C compile features
11:23:14 -- Detecting C compile features - done
11:23:14 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:14 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:14 -- Configuring done
11:23:14 -- Generating done
11:23:14 -- Build files have been written to: /go/tini
11:23:14 + make tini-static
11:23:14 make[2]: Entering directory '/go/tini'
11:23:14 make[3]: Entering directory '/go/tini'
11:23:14 make[4]: Entering directory '/go/tini'
11:23:14 make[5]: Entering directory '/go/tini'
11:23:14 Scanning dependencies of target tini-static
11:23:14 make[5]: Leaving directory '/go/tini'
11:23:14 make[5]: Entering directory '/go/tini'
11:23:14 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:14 [100%] Linking C executable tini-static
11:23:14 make[5]: Leaving directory '/go/tini'
11:23:14 [100%] Built target tini-static
11:23:14 make[4]: Leaving directory '/go/tini'
11:23:14 make[3]: Leaving directory '/go/tini'
11:23:14 make[2]: Leaving directory '/go/tini'
11:23:14 + mkdir -p /usr/local/bin
11:23:14 + cp tini-static /usr/local/bin/docker-init
11:23:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:14 + RM_GOPATH=0
11:23:14 + TMP_GOPATH=/go
11:23:14 + : /usr/local/bin
11:23:14 + '[' -z /go ']'
11:23:14 + export GOPATH=/go
11:23:14 + GOPATH=/go
11:23:14 + case "$(go env GOARCH)" in
11:23:14 ++ go env GOARCH
11:23:14 + export GO_BUILDMODE=-buildmode=pie
11:23:14 + GO_BUILDMODE=-buildmode=pie
11:23:14 ++ dirname hack/dockerfile/install/install.sh
11:23:14 + dir=hack/dockerfile/install
11:23:14 + bin=rootlesskit
11:23:14 + shift
11:23:14 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:14 + . hack/dockerfile/install/rootlesskit.installer
11:23:14 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:14 + install_rootlesskit dynamic
11:23:14 + case "$1" in
11:23:14 + install_rootlesskit_dynamic
11:23:14 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:14 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:14 + export BUILD_MODE=-buildmode=pie
11:23:14 + BUILD_MODE=-buildmode=pie
11:23:14 + _install_rootlesskit
11:23:14 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:14 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:14 + for f in rootlesskit rootlesskit-docker-proxy
11:23:14 + GOBIN=/usr/local/bin
11:23:14 + GO111MODULE=on
11:23:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:14 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:14 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:14 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:14 go: downloading golang.org/x/sys v0.2.0
11:23:14 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:14 go: downloading github.com/google/uuid v1.3.0
11:23:14 go: downloading github.com/moby/vpnkit v0.5.0
11:23:14 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:14 go: downloading github.com/gofrs/flock v0.8.1
11:23:14 go: downloading github.com/gorilla/mux v1.8.0
11:23:14 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:14 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:14 go: downloading golang.org/x/net v0.1.0
11:23:14 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:14 + for f in rootlesskit rootlesskit-docker-proxy
11:23:14 + GOBIN=/usr/local/bin
11:23:14 + GO111MODULE=on
11:23:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:14 + return
11:23:14 # Build the CLI
11:23:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:14 Building dynamic docker-linux-amd64
11:23:14 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:37Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:14   adding: docker/docker.exe (deflated 54%)
11:23:14   adding: docker/docker-proxy.exe (deflated 61%)
11:23:15 + for f in rootlesskit rootlesskit-docker-proxy
11:23:15 + GOBIN=/usr/local/bin
11:23:15 + GO111MODULE=on
11:23:15 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:15 + return
11:23:15 # Build the CLI
11:23:15 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:15 Building dynamic docker-linux-arm-v6
11:23:15 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:41Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:16 Created binary: bundles/dynbinary-daemon/dockerd
11:23:16 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:23:16 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:16 
11:23:16 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:16 + RM_GOPATH=0
11:23:16 + TMP_GOPATH=/go
11:23:16 + : /usr/local/bin
11:23:16 + '[' -z /go ']'
11:23:16 + export GOPATH=/go
11:23:16 + GOPATH=/go
11:23:16 + case "$(go env GOARCH)" in
11:23:16 ++ go env GOARCH
11:23:16 + export GO_BUILDMODE=-buildmode=pie
11:23:16 + GO_BUILDMODE=-buildmode=pie
11:23:16 ++ dirname hack/dockerfile/install/install.sh
11:23:16 + dir=hack/dockerfile/install
11:23:16 + bin=tini
11:23:16 + shift
11:23:16 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:16 + . hack/dockerfile/install/tini.installer
11:23:16 ++ : v0.19.0
11:23:16 + install_tini
11:23:16 + echo 'Install tini version v0.19.0'
11:23:16 Install tini version v0.19.0
11:23:16 + git clone https://github.com/krallin/tini.git /go/tini
11:23:16 Cloning into '/go/tini'...
11:23:16 + cd /go/tini
11:23:16 + git checkout -q v0.19.0
11:23:16 + cmake .
11:23:16 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:16   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:16   CMake.
11:23:16 
11:23:16   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:16   CMake that the project does not need compatibility with older versions.
11:23:16 
11:23:16 
11:23:16 -- The C compiler identification is GNU 11.3.0
11:23:16 -- Detecting C compiler ABI info
11:23:16 -- Detecting C compiler ABI info - done
11:23:16 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:16 -- Detecting C compile features
11:23:16 -- Detecting C compile features - done
11:23:16 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:16 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:16 -- Configuring done
11:23:16 -- Generating done
11:23:16 -- Build files have been written to: /go/tini
11:23:16 + make tini-static
11:23:16 make[2]: Entering directory '/go/tini'
11:23:16 make[3]: Entering directory '/go/tini'
11:23:16 make[4]: Entering directory '/go/tini'
11:23:16 make[5]: Entering directory '/go/tini'
11:23:16 make[5]: Leaving directory '/go/tini'
11:23:16 make[5]: Entering directory '/go/tini'
11:23:16 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:16 [100%] Linking C executable tini-static
11:23:16 make[5]: Leaving directory '/go/tini'
11:23:16 [100%] Built target tini-static
11:23:16 make[4]: Leaving directory '/go/tini'
11:23:16 make[3]: Leaving directory '/go/tini'
11:23:16 make[2]: Leaving directory '/go/tini'
11:23:16 + mkdir -p /usr/local/bin
11:23:16 + cp tini-static /usr/local/bin/docker-init
11:23:16 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:16 + RM_GOPATH=0
11:23:16 + TMP_GOPATH=/go
11:23:16 + : /usr/local/bin
11:23:16 + '[' -z /go ']'
11:23:16 + export GOPATH=/go
11:23:16 + GOPATH=/go
11:23:16 + case "$(go env GOARCH)" in
11:23:16 ++ go env GOARCH
11:23:16 + export GO_BUILDMODE=-buildmode=pie
11:23:16 + GO_BUILDMODE=-buildmode=pie
11:23:16 ++ dirname hack/dockerfile/install/install.sh
11:23:16 + dir=hack/dockerfile/install
11:23:16 + bin=rootlesskit
11:23:16 + shift
11:23:16 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:16 + . hack/dockerfile/install/rootlesskit.installer
11:23:16 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:16 + install_rootlesskit dynamic
11:23:16 + case "$1" in
11:23:16 + install_rootlesskit_dynamic
11:23:16 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:16 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:16 + export BUILD_MODE=-buildmode=pie
11:23:16 + BUILD_MODE=-buildmode=pie
11:23:16 + _install_rootlesskit
11:23:16 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:16 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:16 + for f in rootlesskit rootlesskit-docker-proxy
11:23:16 + GOBIN=/usr/local/bin
11:23:16 + GO111MODULE=on
11:23:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:16 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:16 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:16 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:16 go: downloading golang.org/x/sys v0.2.0
11:23:16 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:16 go: downloading github.com/google/uuid v1.3.0
11:23:16 go: downloading github.com/moby/vpnkit v0.5.0
11:23:16 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:16 go: downloading github.com/gofrs/flock v0.8.1
11:23:16 go: downloading github.com/gorilla/mux v1.8.0
11:23:16 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:16 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:16 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:16 go: downloading golang.org/x/net v0.1.0
11:23:16 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:16 + for f in rootlesskit rootlesskit-docker-proxy
11:23:16 + GOBIN=/usr/local/bin
11:23:16 + GO111MODULE=on
11:23:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:16 + return
11:23:16 # Build the CLI
11:23:16 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:16 Building dynamic docker-linux-amd64
11:23:16 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:38Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:17   adding: docker/dockerd.exe (deflated 70%)
11:23:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:23:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:23:18 + make clean
11:23:18 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:23:19 + for f in rootlesskit rootlesskit-docker-proxy
11:23:19 + GOBIN=/usr/local/bin
11:23:19 + GO111MODULE=on
11:23:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:19 rm -f -r src
11:23:20 make -C rpm clean
11:23:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:23:20 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:23:20 rm -f -r rpmbuild/
11:23:20 docker builder prune -f --filter until=24h
11:23:20 Total:	0B
11:23:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:23:20 make -C deb clean
11:23:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:23:20 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:23:20 rm -f -r debbuild
11:23:20 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:23:20 rm -f -r sources
11:23:20 docker builder prune -f --filter until=24h
11:23:20 + return
11:23:20 # Build the CLI
11:23:20 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:20 Total:	0B
11:23:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:23:20 make -C static clean
11:23:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:23:20 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:23:20 Building dynamic docker-linux-arm-v6
11:23:20 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:45Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:21 rm -f -r build
11:23:21 docker builder prune -f --filter until=24h
11:23:21 Total:	0B
11:23:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:23:21 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:23:21 + make manpages
11:23:21 scripts/docs/generate-man.sh
11:23:21 + cp -r . /tmp/docker-cli-docsgen.kzxSH4tJoE/
11:23:21 + cd /tmp/docker-cli-docsgen.kzxSH4tJoE
11:23:21 + ./scripts/vendor init
11:23:21 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:21 + cp man/tools.go .
11:23:21 + ./scripts/vendor update
11:23:21 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:21 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:21 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:21 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:21 go: downloading github.com/morikuni/aec v1.0.0
11:23:21 go: downloading github.com/pkg/errors v0.9.1
11:23:21 go: downloading github.com/spf13/cobra v1.6.1
11:23:21 go: downloading github.com/spf13/pflag v1.0.5
11:23:21 go: downloading github.com/google/go-cmp v0.5.9
11:23:21 go: downloading gotest.tools/v3 v3.4.0
11:23:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:21 go: downloading golang.org/x/sys v0.4.0
11:23:21 go: downloading github.com/docker/go-units v0.5.0
11:23:21 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:21 go: downloading github.com/docker/go-connections v0.4.0
11:23:21 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:21 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:21 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:21 go: downloading golang.org/x/text v0.6.0
11:23:21 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:21 go: downloading github.com/containerd/containerd v1.6.16
11:23:21 go: downloading github.com/moby/sys/signal v0.7.0
11:23:21 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:21 go: downloading github.com/moby/buildkit v0.10.6
11:23:21 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:21 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:21 go: downloading github.com/gogo/protobuf v1.3.2
11:23:21 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:21 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:21 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:21 go: downloading golang.org/x/term v0.4.0
11:23:21 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:21 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:21 go: downloading github.com/imdario/mergo v0.3.12
11:23:21 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:21 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:21 go: downloading github.com/creack/pty v1.1.11
11:23:21 go: downloading github.com/gorilla/mux v1.8.0
11:23:21 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:21 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:21 go: downloading github.com/stretchr/testify v1.8.0
11:23:21 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:21 go: downloading github.com/rivo/uniseg v0.2.0
11:23:21 go: downloading github.com/klauspost/compress v1.15.12
11:23:21 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:21 go: downloading github.com/containerd/continuity v0.3.0
11:23:21 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:21 go: downloading golang.org/x/time v0.1.0
11:23:21 go: downloading github.com/opencontainers/runc v1.1.3
11:23:21 go: downloading golang.org/x/crypto v0.2.0
11:23:21 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:21 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:21 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:21 go: downloading google.golang.org/grpc v1.48.0
11:23:21 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:21 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:21 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:21 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:22 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:23:22 + make manpages
11:23:22 scripts/docs/generate-man.sh
11:23:22 + cp -r . /tmp/docker-cli-docsgen.ZhXb2YJH6J/
11:23:22 + cd /tmp/docker-cli-docsgen.ZhXb2YJH6J
11:23:22 + ./scripts/vendor init
11:23:22 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:22 + cp man/tools.go .
11:23:22 + ./scripts/vendor update
11:23:22 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:22 go: downloading github.com/spf13/cobra v1.6.1
11:23:22 go: downloading github.com/spf13/pflag v1.0.5
11:23:22 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:22 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:22 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:22 go: downloading github.com/morikuni/aec v1.0.0
11:23:22 go: downloading github.com/pkg/errors v0.9.1
11:23:22 go: downloading github.com/google/go-cmp v0.5.9
11:23:22 go: downloading gotest.tools/v3 v3.4.0
11:23:22 go: downloading golang.org/x/sys v0.4.0
11:23:22 go: downloading github.com/docker/go-units v0.5.0
11:23:22 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:22 go: downloading github.com/docker/go-connections v0.4.0
11:23:22 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:22 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:22 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:22 go: downloading golang.org/x/text v0.6.0
11:23:22 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:22 go: downloading github.com/containerd/containerd v1.6.16
11:23:22 go: downloading github.com/moby/sys/signal v0.7.0
11:23:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:22 go: downloading github.com/moby/buildkit v0.10.6
11:23:22 go: downloading github.com/russross/blackfriday v1.6.0
11:23:22 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:22 go: downloading golang.org/x/net v0.5.0
11:23:22 #46 131.2 + bin/containerd
11:23:22 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:22 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:22 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:22 go: downloading github.com/gogo/protobuf v1.3.2
11:23:22 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:22 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:22 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:22 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:22 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:22 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:22 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:22 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:22 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:22 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:22 go: downloading golang.org/x/term v0.4.0
11:23:22 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:22 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:22 go: downloading github.com/imdario/mergo v0.3.12
11:23:22 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:22 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:22 go: downloading github.com/creack/pty v1.1.11
11:23:22 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:22 go: downloading github.com/gorilla/mux v1.8.0
11:23:22 go: downloading github.com/golang/protobuf v1.5.2
11:23:22 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:23 make[2]: Entering directory '/root/build-deb/cli'
11:23:23 scripts/docs/generate-man.sh
11:23:23 + cp -r . /tmp/docker-cli-docsgen.x6gGNXESgq/
11:23:23 + cd /tmp/docker-cli-docsgen.x6gGNXESgq
11:23:23 + ./scripts/vendor init
11:23:23 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:23 + cp man/tools.go .
11:23:23 + ./scripts/vendor update
11:23:23 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:23 go: downloading github.com/spf13/cobra v1.6.1
11:23:23 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:23 go: downloading github.com/spf13/pflag v1.0.5
11:23:23 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:23 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:23 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:23 go: downloading github.com/morikuni/aec v1.0.0
11:23:23 go: downloading github.com/pkg/errors v0.9.1
11:23:23 go: downloading github.com/google/go-cmp v0.5.9
11:23:23 go: downloading gotest.tools/v3 v3.4.0
11:23:23 go: downloading golang.org/x/sys v0.4.0
11:23:23 go: downloading github.com/docker/go-units v0.5.0
11:23:23 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:23 go: downloading github.com/docker/go-connections v0.4.0
11:23:23 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:23 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:23 go: downloading golang.org/x/text v0.6.0
11:23:23 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:23 go: downloading github.com/containerd/containerd v1.6.16
11:23:23 go: downloading github.com/moby/sys/signal v0.7.0
11:23:23 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:23 go: downloading github.com/moby/buildkit v0.10.6
11:23:23 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:23 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:23 go: downloading github.com/gogo/protobuf v1.3.2
11:23:23 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:23 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:23 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:23 go: downloading golang.org/x/term v0.4.0
11:23:23 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:23 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:23 go: downloading github.com/imdario/mergo v0.3.12
11:23:23 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:23 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:23 go: downloading github.com/creack/pty v1.1.11
11:23:23 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:23 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:23 go: downloading github.com/stretchr/testify v1.8.0
11:23:23 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:23 go: downloading github.com/rivo/uniseg v0.2.0
11:23:23 go: downloading github.com/klauspost/compress v1.15.12
11:23:23 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:23 go: downloading github.com/containerd/continuity v0.3.0
11:23:23 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:23 go: downloading golang.org/x/time v0.1.0
11:23:23 go: downloading github.com/opencontainers/runc v1.1.3
11:23:23 go: downloading golang.org/x/crypto v0.2.0
11:23:23 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:23 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:23 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:23 go: downloading google.golang.org/grpc v1.48.0
11:23:23 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:23 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:23 go: downloading github.com/russross/blackfriday v1.6.0
11:23:23 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:23 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:23 go: downloading golang.org/x/net v0.5.0
11:23:23 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:23 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:23 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:23 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:23 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:23 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:23 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:23 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:23 go: downloading github.com/golang/protobuf v1.5.2
11:23:23 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:23 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:23 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:23 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:23 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:23 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:23 go: downloading github.com/beorn7/perks v1.0.1
11:23:23 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:23 go: downloading github.com/prometheus/client_model v0.3.0
11:23:23 go: downloading github.com/prometheus/common v0.37.0
11:23:23 go: downloading github.com/prometheus/procfs v0.8.0
11:23:23 go: downloading google.golang.org/protobuf v1.28.1
11:23:23 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:23 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:23 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:23 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:23 go: downloading k8s.io/klog/v2 v2.80.1
11:23:23 go: downloading github.com/kr/text v0.2.0
11:23:23 go: downloading github.com/docker/go-metrics v0.0.1
11:23:23 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:23 go: downloading github.com/kr/pretty v0.2.1
11:23:23 go: downloading github.com/magiconair/properties v1.5.3
11:23:23 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:23 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:23 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:23 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:23 go: downloading github.com/go-logr/logr v1.2.3
11:23:23 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:23 + go mod vendor -modfile=vendor.mod
11:23:23 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:23 go: downloading github.com/stretchr/testify v1.8.0
11:23:23 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:23 go: downloading github.com/rivo/uniseg v0.2.0
11:23:23 go: downloading github.com/klauspost/compress v1.15.12
11:23:23 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:23 go: downloading github.com/containerd/continuity v0.3.0
11:23:23 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:23 go: downloading golang.org/x/time v0.1.0
11:23:23 go: downloading github.com/opencontainers/runc v1.1.3
11:23:23 go: downloading golang.org/x/crypto v0.2.0
11:23:24 Created binary: bundles/dynbinary-daemon/dockerd
11:23:24 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:24 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:24 
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=tini
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:24 + . hack/dockerfile/install/tini.installer
11:23:24 ++ : v0.19.0
11:23:24 + install_tini
11:23:24 + echo 'Install tini version v0.19.0'
11:23:24 + git clone https://github.com/krallin/tini.git /go/tini
11:23:24 Install tini version v0.19.0
11:23:24 Cloning into '/go/tini'...
11:23:24 + cd /go/tini
11:23:24 + git checkout -q v0.19.0
11:23:24 + cmake .
11:23:24 -- The C compiler identification is GNU 8.3.0
11:23:24 -- Check for working C compiler: /usr/bin/cc
11:23:24 -- Check for working C compiler: /usr/bin/cc -- works
11:23:24 -- Detecting C compiler ABI info
11:23:24 -- Detecting C compiler ABI info - done
11:23:24 -- Detecting C compile features
11:23:24 -- Detecting C compile features - done
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:24 -- Configuring done
11:23:24 -- Generating done
11:23:24 -- Build files have been written to: /go/tini
11:23:24 + make tini-static
11:23:24 make[2]: Entering directory '/go/tini'
11:23:24 make[3]: Entering directory '/go/tini'
11:23:24 make[4]: Entering directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 Scanning dependencies of target tini-static
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:24 [100%] Linking C executable tini-static
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 [100%] Built target tini-static
11:23:24 make[4]: Leaving directory '/go/tini'
11:23:24 make[3]: Leaving directory '/go/tini'
11:23:24 make[2]: Leaving directory '/go/tini'
11:23:24 + mkdir -p /usr/local/bin
11:23:24 + cp tini-static /usr/local/bin/docker-init
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=rootlesskit
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:24 + . hack/dockerfile/install/rootlesskit.installer
11:23:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 + install_rootlesskit dynamic
11:23:24 + case "$1" in
11:23:24 + install_rootlesskit_dynamic
11:23:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:24 + export BUILD_MODE=-buildmode=pie
11:23:24 + BUILD_MODE=-buildmode=pie
11:23:24 + _install_rootlesskit
11:23:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 + for f in rootlesskit rootlesskit-docker-proxy
11:23:24 + GOBIN=/usr/local/bin
11:23:24 + GO111MODULE=on
11:23:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:24 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:24 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:24 go: downloading golang.org/x/sys v0.2.0
11:23:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:24 go: downloading github.com/google/uuid v1.3.0
11:23:24 go: downloading github.com/moby/vpnkit v0.5.0
11:23:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:24 go: downloading github.com/gofrs/flock v0.8.1
11:23:24 go: downloading github.com/gorilla/mux v1.8.0
11:23:24 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:24 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:24 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:24 go: downloading golang.org/x/net v0.1.0
11:23:24 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:24 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:24 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:24 Created binary: bundles/dynbinary-daemon/dockerd
11:23:24 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:24 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:24 
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=tini
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:24 + . hack/dockerfile/install/tini.installer
11:23:24 ++ : v0.19.0
11:23:24 + install_tini
11:23:24 + echo 'Install tini version v0.19.0'
11:23:24 + git clone https://github.com/krallin/tini.git /go/tini
11:23:24 Install tini version v0.19.0
11:23:24 Cloning into '/go/tini'...
11:23:24 + cd /go/tini
11:23:24 + git checkout -q v0.19.0
11:23:24 + cmake .
11:23:24 -- The C compiler identification is GNU 9.4.0
11:23:24 -- Check for working C compiler: /usr/bin/cc
11:23:24 -- Check for working C compiler: /usr/bin/cc -- works
11:23:24 -- Detecting C compiler ABI info
11:23:24 -- Detecting C compiler ABI info - done
11:23:24 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:24 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:24 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:24 go: downloading github.com/beorn7/perks v1.0.1
11:23:24 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:24 go: downloading github.com/prometheus/client_model v0.3.0
11:23:24 go: downloading github.com/prometheus/common v0.37.0
11:23:24 go: downloading github.com/prometheus/procfs v0.8.0
11:23:24 go: downloading google.golang.org/protobuf v1.28.1
11:23:24 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:24 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:24 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:24 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:24 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:24 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:24 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:24 go: downloading google.golang.org/grpc v1.48.0
11:23:24 -- Detecting C compile features
11:23:24 -- Detecting C compile features - done
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:24 -- Configuring done
11:23:24 -- Generating done
11:23:24 -- Build files have been written to: /go/tini
11:23:24 + make tini-static
11:23:24 make[2]: Entering directory '/go/tini'
11:23:24 make[3]: Entering directory '/go/tini'
11:23:24 make[4]: Entering directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 Scanning dependencies of target tini-static
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:24 go: downloading k8s.io/klog/v2 v2.80.1
11:23:24 go: downloading github.com/docker/go-metrics v0.0.1
11:23:24 go: downloading github.com/kr/text v0.2.0
11:23:24 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:24 go: downloading github.com/kr/pretty v0.2.1
11:23:24 go: downloading github.com/magiconair/properties v1.5.3
11:23:24 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:24 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:24 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:24 go: downloading github.com/go-logr/logr v1.2.3
11:23:24 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:24 + go mod vendor -modfile=vendor.mod
11:23:24 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:24 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:24 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:24 go: downloading github.com/russross/blackfriday v1.6.0
11:23:24 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:24 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:24 go: downloading golang.org/x/net v0.5.0
11:23:24 [100%] Linking C executable tini-static
11:23:24 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:24 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:24 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:24 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:24 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:24 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:24 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:24 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:24 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:24 Created binary: bundles/dynbinary-daemon/dockerd
11:23:24 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:24 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:24 
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=tini
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:24 + . hack/dockerfile/install/tini.installer
11:23:24 ++ : v0.19.0
11:23:24 Install tini version v0.19.0
11:23:24 + install_tini
11:23:24 + echo 'Install tini version v0.19.0'
11:23:24 + git clone https://github.com/krallin/tini.git /go/tini
11:23:24 Cloning into '/go/tini'...
11:23:24 + cd /go/tini
11:23:24 + git checkout -q v0.19.0
11:23:24 + cmake .
11:23:24 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:24   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:24   CMake.
11:23:24 
11:23:24   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:24   CMake that the project does not need compatibility with older versions.
11:23:24 
11:23:24 
11:23:24 -- The C compiler identification is GNU 12.2.0
11:23:24 -- Detecting C compiler ABI info
11:23:24 -- Detecting C compiler ABI info - done
11:23:24 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:24 -- Detecting C compile features
11:23:24 -- Detecting C compile features - done
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:24 -- Configuring done
11:23:24 -- Generating done
11:23:24 -- Build files have been written to: /go/tini
11:23:24 + make tini-static
11:23:24 make[2]: Entering directory '/go/tini'
11:23:24 make[3]: Entering directory '/go/tini'
11:23:24 make[4]: Entering directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 make[5]: Entering directory '/go/tini'
11:23:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:24 [100%] Linking C executable tini-static
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 [100%] Built target tini-static
11:23:24 make[4]: Leaving directory '/go/tini'
11:23:24 make[3]: Leaving directory '/go/tini'
11:23:24 make[2]: Leaving directory '/go/tini'
11:23:24 + mkdir -p /usr/local/bin
11:23:24 + cp tini-static /usr/local/bin/docker-init
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=rootlesskit
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:24 + . hack/dockerfile/install/rootlesskit.installer
11:23:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 + install_rootlesskit dynamic
11:23:24 + case "$1" in
11:23:24 + install_rootlesskit_dynamic
11:23:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:24 + export BUILD_MODE=-buildmode=pie
11:23:24 + BUILD_MODE=-buildmode=pie
11:23:24 + _install_rootlesskit
11:23:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:24 + for f in rootlesskit rootlesskit-docker-proxy
11:23:24 + GOBIN=/usr/local/bin
11:23:24 + GO111MODULE=on
11:23:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:24 make[5]: Leaving directory '/go/tini'
11:23:24 [100%] Built target tini-static
11:23:24 make[4]: Leaving directory '/go/tini'
11:23:24 make[3]: Leaving directory '/go/tini'
11:23:24 make[2]: Leaving directory '/go/tini'
11:23:24 + mkdir -p /usr/local/bin
11:23:24 + cp tini-static /usr/local/bin/docker-init
11:23:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:24 + RM_GOPATH=0
11:23:24 + TMP_GOPATH=/go
11:23:24 + : /usr/local/bin
11:23:24 + '[' -z /go ']'
11:23:24 + export GOPATH=/go
11:23:24 + GOPATH=/go
11:23:24 + case "$(go env GOARCH)" in
11:23:24 ++ go env GOARCH
11:23:24 + export GO_BUILDMODE=-buildmode=pie
11:23:24 + GO_BUILDMODE=-buildmode=pie
11:23:24 ++ dirname hack/dockerfile/install/install.sh
11:23:24 + dir=hack/dockerfile/install
11:23:24 + bin=rootlesskit
11:23:24 + shift
11:23:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:24 + . hack/dockerfile/install/rootlesskit.installer
11:23:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 + install_rootlesskit dynamic
11:23:24 + case "$1" in
11:23:24 + install_rootlesskit_dynamic
11:23:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:24 + export BUILD_MODE=-buildmode=pie
11:23:24 + BUILD_MODE=-buildmode=pie
11:23:24 + _install_rootlesskit
11:23:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:24 + for f in rootlesskit rootlesskit-docker-proxy
11:23:24 + GOBIN=/usr/local/bin
11:23:24 + GO111MODULE=on
11:23:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:25 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:25 go: downloading github.com/golang/protobuf v1.5.2
11:23:25 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:25 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:25 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:25 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:25 go: downloading golang.org/x/sys v0.2.0
11:23:25 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:25 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:25 go: downloading github.com/google/uuid v1.3.0
11:23:25 go: downloading github.com/moby/vpnkit v0.5.0
11:23:25 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:25 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:25 go: downloading golang.org/x/sys v0.2.0
11:23:25 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm
11:23:25 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lYfaOi
11:23:25 + umask 022
11:23:25 + cd /root/rpmbuild/BUILD
11:23:25 + cd src
11:23:25 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:23:25 + RPM_EC=0
11:23:25 ++ jobs -p
11:23:25 + exit 0
11:23:25 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HHLAaB
11:23:25 + umask 022
11:23:25 + cd /root/rpmbuild/BUILD
11:23:25 + cd /root/rpmbuild/BUILD
11:23:25 + rm -rf src
11:23:25 + /usr/bin/mkdir -p src
11:23:25 + cd src
11:23:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:23:25 + /usr/bin/tar -xof -
11:23:25 + STATUS=0
11:23:25 + '[' 0 -ne 0 ']'
11:23:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:23:25 + /usr/bin/tar -xof -
11:23:25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:25 go: downloading github.com/gofrs/flock v0.8.1
11:23:25 go: downloading github.com/gorilla/mux v1.8.0
11:23:25 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:25 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:26 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:26 + STATUS=0
11:23:26 + '[' 0 -ne 0 ']'
11:23:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:26 + RPM_EC=0
11:23:26 ++ jobs -p
11:23:26 + exit 0
11:23:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O2GJ3m
11:23:26 + umask 022
11:23:26 + cd /root/rpmbuild/BUILD
11:23:26 + cd src
11:23:26 + mkdir -p /go/src/github.com/docker
11:23:26 + rm -f /go/src/github.com/docker/cli
11:23:26 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:23:26 + pushd /go/src/github.com/docker/cli
11:23:26 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:23:26 + VERSION=0.0.0-20230309110843-71615c2
11:23:26 + GITCOMMIT=71615c2
11:23:26 + GO_LINKMODE=dynamic
11:23:26 + ./scripts/build/binary
11:23:26 Building dynamic docker-linux-amd64
11:23:26 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:23:26Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:23:26 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:26 go: downloading golang.org/x/net v0.1.0
11:23:26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:26 go: downloading github.com/google/uuid v1.3.0
11:23:26 go: downloading github.com/moby/vpnkit v0.5.0
11:23:26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:26 go: downloading github.com/gofrs/flock v0.8.1
11:23:26 go: downloading github.com/gorilla/mux v1.8.0
11:23:26 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:26 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:26 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:26 go: downloading golang.org/x/net v0.1.0
11:23:26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:26 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:26 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:26 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:26 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:26 go: downloading github.com/beorn7/perks v1.0.1
11:23:26 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:26 go: downloading github.com/prometheus/client_model v0.3.0
11:23:26 go: downloading github.com/prometheus/common v0.37.0
11:23:26 go: downloading github.com/prometheus/procfs v0.8.0
11:23:26 go: downloading google.golang.org/protobuf v1.28.1
11:23:26 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:26 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:26 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:26 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:26 go: downloading k8s.io/klog/v2 v2.80.1
11:23:26 go: downloading github.com/kr/text v0.2.0
11:23:26 go: downloading github.com/docker/go-metrics v0.0.1
11:23:26 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:26 go: downloading github.com/kr/pretty v0.2.1
11:23:26 go: downloading github.com/magiconair/properties v1.5.3
11:23:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:26 go: downloading github.com/go-logr/logr v1.2.3
11:23:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:27 + go mod vendor -modfile=vendor.mod
11:23:27 Created binary: bundles/dynbinary-daemon/dockerd
11:23:27 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:27 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:27 
11:23:27 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:27 + RM_GOPATH=0
11:23:27 + TMP_GOPATH=/go
11:23:27 + : /usr/local/bin
11:23:27 + '[' -z /go ']'
11:23:27 + export GOPATH=/go
11:23:27 + GOPATH=/go
11:23:27 + case "$(go env GOARCH)" in
11:23:27 ++ go env GOARCH
11:23:27 + export GO_BUILDMODE=-buildmode=pie
11:23:27 + GO_BUILDMODE=-buildmode=pie
11:23:27 ++ dirname hack/dockerfile/install/install.sh
11:23:27 + dir=hack/dockerfile/install
11:23:27 + bin=tini
11:23:27 + shift
11:23:27 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:27 + . hack/dockerfile/install/tini.installer
11:23:27 ++ : v0.19.0
11:23:27 + install_tini
11:23:27 + echo 'Install tini version v0.19.0'
11:23:27 + git clone https://github.com/krallin/tini.git /go/tini
11:23:27 Install tini version v0.19.0
11:23:27 Cloning into '/go/tini'...
11:23:27 + cd /go/tini
11:23:27 + git checkout -q v0.19.0
11:23:27 + cmake .
11:23:27 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:27   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:27   CMake.
11:23:27 
11:23:27   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:27   CMake that the project does not need compatibility with older versions.
11:23:27 
11:23:27 
11:23:27 -- The C compiler identification is GNU 11.3.0
11:23:27 -- Detecting C compiler ABI info
11:23:27 -- Detecting C compiler ABI info - done
11:23:27 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:27 -- Detecting C compile features
11:23:27 -- Detecting C compile features - done
11:23:27 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:27 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:27 -- Configuring done
11:23:27 -- Generating done
11:23:27 -- Build files have been written to: /go/tini
11:23:27 + make tini-static
11:23:27 make[2]: Entering directory '/go/tini'
11:23:27 make[3]: Entering directory '/go/tini'
11:23:27 make[4]: Entering directory '/go/tini'
11:23:27 make[5]: Entering directory '/go/tini'
11:23:27 make[5]: Leaving directory '/go/tini'
11:23:27 make[5]: Entering directory '/go/tini'
11:23:27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:27 [100%] Linking C executable tini-static
11:23:27 make[5]: Leaving directory '/go/tini'
11:23:27 [100%] Built target tini-static
11:23:27 make[4]: Leaving directory '/go/tini'
11:23:27 make[3]: Leaving directory '/go/tini'
11:23:27 make[2]: Leaving directory '/go/tini'
11:23:27 + mkdir -p /usr/local/bin
11:23:27 + cp tini-static /usr/local/bin/docker-init
11:23:27 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:27 + RM_GOPATH=0
11:23:27 + TMP_GOPATH=/go
11:23:27 + : /usr/local/bin
11:23:27 + '[' -z /go ']'
11:23:27 + export GOPATH=/go
11:23:27 + GOPATH=/go
11:23:27 + case "$(go env GOARCH)" in
11:23:27 ++ go env GOARCH
11:23:27 + export GO_BUILDMODE=-buildmode=pie
11:23:27 + GO_BUILDMODE=-buildmode=pie
11:23:27 ++ dirname hack/dockerfile/install/install.sh
11:23:27 + dir=hack/dockerfile/install
11:23:27 + bin=rootlesskit
11:23:27 + shift
11:23:27 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:27 + . hack/dockerfile/install/rootlesskit.installer
11:23:27 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:27 + install_rootlesskit dynamic
11:23:27 + case "$1" in
11:23:27 + install_rootlesskit_dynamic
11:23:27 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:27 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:27 + export BUILD_MODE=-buildmode=pie
11:23:27 + BUILD_MODE=-buildmode=pie
11:23:27 + _install_rootlesskit
11:23:27 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:27 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:27 + for f in rootlesskit rootlesskit-docker-proxy
11:23:27 + GOBIN=/usr/local/bin
11:23:27 + GO111MODULE=on
11:23:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:27 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:27 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:27 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:27 go: downloading golang.org/x/sys v0.2.0
11:23:27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:27 go: downloading github.com/google/uuid v1.3.0
11:23:27 go: downloading github.com/moby/vpnkit v0.5.0
11:23:27 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:27 go: downloading github.com/gofrs/flock v0.8.1
11:23:27 go: downloading github.com/gorilla/mux v1.8.0
11:23:27 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:27 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:27 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:27 go: downloading golang.org/x/net v0.1.0
11:23:27 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:28 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:28 make[2]: Entering directory '/root/build-deb/cli'
11:23:28 scripts/docs/generate-man.sh
11:23:28 + cp -r . /tmp/docker-cli-docsgen.yD75ZkKin9/
11:23:28 + cd /tmp/docker-cli-docsgen.yD75ZkKin9
11:23:28 + ./scripts/vendor init
11:23:28 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:28 + cp man/tools.go .
11:23:28 + ./scripts/vendor update
11:23:28 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:28 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:28 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:28 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:28 go: downloading github.com/morikuni/aec v1.0.0
11:23:28 go: downloading github.com/pkg/errors v0.9.1
11:23:28 go: downloading github.com/spf13/cobra v1.6.1
11:23:28 go: downloading github.com/spf13/pflag v1.0.5
11:23:28 go: downloading github.com/google/go-cmp v0.5.9
11:23:28 go: downloading gotest.tools/v3 v3.4.0
11:23:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:28 go: downloading golang.org/x/sys v0.4.0
11:23:28 go: downloading github.com/docker/go-units v0.5.0
11:23:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:28 go: downloading github.com/docker/go-connections v0.4.0
11:23:28 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:28 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:28 go: downloading golang.org/x/text v0.6.0
11:23:28 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:28 go: downloading github.com/containerd/containerd v1.6.16
11:23:28 go: downloading github.com/moby/sys/signal v0.7.0
11:23:28 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:28 go: downloading github.com/moby/buildkit v0.10.6
11:23:28 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:28 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:28 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:28 go: downloading github.com/gogo/protobuf v1.3.2
11:23:28 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:28 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:28 go: downloading golang.org/x/term v0.4.0
11:23:28 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:28 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:28 go: downloading github.com/imdario/mergo v0.3.12
11:23:28 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:28 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:28 go: downloading github.com/creack/pty v1.1.11
11:23:28 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:28 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:28 go: downloading github.com/stretchr/testify v1.8.0
11:23:28 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:28 go: downloading github.com/rivo/uniseg v0.2.0
11:23:28 go: downloading github.com/klauspost/compress v1.15.12
11:23:28 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:28 go: downloading github.com/containerd/continuity v0.3.0
11:23:28 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:28 go: downloading golang.org/x/time v0.1.0
11:23:28 go: downloading github.com/opencontainers/runc v1.1.3
11:23:28 go: downloading golang.org/x/crypto v0.2.0
11:23:28 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:28 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:28 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:28 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:28 go: downloading google.golang.org/grpc v1.48.0
11:23:28 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:28 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:28 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:28 go: downloading github.com/russross/blackfriday v1.6.0
11:23:28 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:28 go: downloading golang.org/x/net v0.5.0
11:23:28 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:28 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:28 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:28 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:28 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:28 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:28 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:28 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:28 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:28 go: downloading github.com/golang/protobuf v1.5.2
11:23:28 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:29 make[2]: Entering directory '/root/build-deb/cli'
11:23:29 scripts/docs/generate-man.sh
11:23:29 + cp -r . /tmp/docker-cli-docsgen.CCh7DQjSp7/
11:23:29 + cd /tmp/docker-cli-docsgen.CCh7DQjSp7
11:23:29 + ./scripts/vendor init
11:23:29 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:29 + cp man/tools.go .
11:23:29 + ./scripts/vendor update
11:23:29 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:29 go: downloading github.com/spf13/cobra v1.6.1
11:23:29 go: downloading github.com/spf13/pflag v1.0.5
11:23:29 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:29 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:29 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:29 go: downloading github.com/morikuni/aec v1.0.0
11:23:29 go: downloading github.com/pkg/errors v0.9.1
11:23:29 go: downloading github.com/google/go-cmp v0.5.9
11:23:29 go: downloading gotest.tools/v3 v3.4.0
11:23:29 go: downloading golang.org/x/sys v0.4.0
11:23:29 go: downloading github.com/docker/go-units v0.5.0
11:23:29 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:29 go: downloading github.com/docker/go-connections v0.4.0
11:23:29 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:29 go: downloading golang.org/x/text v0.6.0
11:23:29 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:29 go: downloading github.com/containerd/containerd v1.6.16
11:23:29 go: downloading github.com/moby/sys/signal v0.7.0
11:23:29 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:29 go: downloading github.com/moby/buildkit v0.10.6
11:23:29 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:29 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:29 go: downloading github.com/gogo/protobuf v1.3.2
11:23:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:29 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:29 go: downloading golang.org/x/term v0.4.0
11:23:29 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:29 go: downloading github.com/imdario/mergo v0.3.12
11:23:29 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:29 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:29 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:29 go: downloading github.com/creack/pty v1.1.11
11:23:29 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:29 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:29 go: downloading github.com/stretchr/testify v1.8.0
11:23:29 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:29 go: downloading github.com/rivo/uniseg v0.2.0
11:23:29 go: downloading github.com/klauspost/compress v1.15.12
11:23:29 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:29 go: downloading github.com/containerd/continuity v0.3.0
11:23:29 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:29 go: downloading golang.org/x/time v0.1.0
11:23:29 go: downloading github.com/opencontainers/runc v1.1.3
11:23:29 go: downloading golang.org/x/crypto v0.2.0
11:23:29 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:29 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:29 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:29 go: downloading google.golang.org/grpc v1.48.0
11:23:29 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:29 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:29 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:29 go: downloading github.com/russross/blackfriday v1.6.0
11:23:29 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:29 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:29 go: downloading golang.org/x/net v0.5.0
11:23:29 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:29 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:29 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:29 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:29 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:29 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:29 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:29 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:29 go: downloading github.com/golang/protobuf v1.5.2
11:23:29 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:29 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:29 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:29 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:29 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:29 go: downloading github.com/beorn7/perks v1.0.1
11:23:29 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:29 go: downloading github.com/prometheus/client_model v0.3.0
11:23:29 go: downloading github.com/prometheus/common v0.37.0
11:23:29 go: downloading github.com/prometheus/procfs v0.8.0
11:23:29 go: downloading google.golang.org/protobuf v1.28.1
11:23:29 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:29 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:29 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:29 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:29 go: downloading k8s.io/klog/v2 v2.80.1
11:23:29 go: downloading github.com/kr/text v0.2.0
11:23:29 go: downloading github.com/docker/go-metrics v0.0.1
11:23:29 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:29 go: downloading github.com/kr/pretty v0.2.1
11:23:29 go: downloading github.com/magiconair/properties v1.5.3
11:23:29 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:29 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:29 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:29 go: downloading github.com/go-logr/logr v1.2.3
11:23:29 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:29 + go mod vendor -modfile=vendor.mod
11:23:30 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:23:30 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YVk3Jl
11:23:30 + umask 022
11:23:30 + cd /root/rpmbuild/BUILD
11:23:30 + cd src
11:23:30 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:23:30 + RPM_EC=0
11:23:30 ++ jobs -p
11:23:30 + exit 0
11:23:30 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.A7lT4t
11:23:30 + umask 022
11:23:30 + cd /root/rpmbuild/BUILD
11:23:30 + rm -rf src src.gemspec
11:23:30 + RPM_EC=0
11:23:30 ++ jobs -p
11:23:30 + exit 0
11:23:30     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:23:30     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:23:30     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:23:30     source_date_epoch_from_changelog set but %changelog is missing
11:23:30     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:23:30 
11:23:30 RPM build warnings:
11:23:30 warning: source_date_epoch_from_changelog set but %changelog is missing
11:23:30 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c1nIJW
11:23:30 + umask 022
11:23:30 + cd /root/rpmbuild/BUILD
11:23:30 + cd /root/rpmbuild/BUILD
11:23:30 + rm -rf src
11:23:30 + /usr/bin/mkdir -p src
11:23:30 + cd src
11:23:30 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
11:23:30 + STATUS=0
11:23:30 + '[' 0 -ne 0 ']'
11:23:30 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
11:23:30 + STATUS=0
11:23:30 + '[' 0 -ne 0 ']'
11:23:30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:30 + RPM_EC=0
11:23:30 ++ jobs -p
11:23:30 + exit 0
11:23:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0386Oe
11:23:30 + umask 022
11:23:30 + cd /root/rpmbuild/BUILD
11:23:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:23:30 + export CFLAGS
11:23:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:23:30 + export CXXFLAGS
11:23:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:23:30 + export FFLAGS
11:23:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:23:30 + export FCFLAGS
11:23: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:23:30 + export LDFLAGS
11:23:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:23:30 + export LT_SYS_LIBRARY_PATH
11:23:30 + CC=gcc
11:23:30 + export CC
11:23:30 + CXX=g++
11:23:30 + export CXX
11:23:30 + cd src
11:23:30 + mkdir -p /go/src/github.com/docker
11:23:30 + rm -f /go/src/github.com/docker/cli
11:23:30 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:23:30 + pushd /go/src/github.com/docker/cli
11:23:30 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:23:30 + VERSION=0.0.0-20230309110843-71615c2
11:23:30 + GITCOMMIT=71615c2
11:23:30 + GO_LINKMODE=dynamic
11:23:30 + ./scripts/build/binary
11:23:30 Building dynamic docker-linux-amd64
11:23:30 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:23:25Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:23:30 + for f in rootlesskit rootlesskit-docker-proxy
11:23:30 + GOBIN=/usr/local/bin
11:23:30 + GO111MODULE=on
11:23:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:31 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:31 + return
11:23:31 # Build the CLI
11:23:31 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:31 Building dynamic docker-linux-arm-v6
11:23:31 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:32 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:23:32 + make manpages
11:23:32 scripts/docs/generate-man.sh
11:23:32 + cp -r . /tmp/docker-cli-docsgen.j5RLPQOPvg/
11:23:32 + cd /tmp/docker-cli-docsgen.j5RLPQOPvg
11:23:32 + ./scripts/vendor init
11:23:32 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:32 + cp man/tools.go .
11:23:32 + ./scripts/vendor update
11:23:32 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:32 go: downloading github.com/spf13/cobra v1.6.1
11:23:32 go: downloading github.com/spf13/pflag v1.0.5
11:23:32 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:32 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:32 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:32 go: downloading github.com/morikuni/aec v1.0.0
11:23:32 go: downloading github.com/pkg/errors v0.9.1
11:23:32 go: downloading github.com/google/go-cmp v0.5.9
11:23:32 go: downloading gotest.tools/v3 v3.4.0
11:23:32 go: downloading golang.org/x/sys v0.4.0
11:23:32 go: downloading github.com/docker/go-units v0.5.0
11:23:32 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:32 go: downloading github.com/docker/go-connections v0.4.0
11:23:32 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:32 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:32 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:32 go: downloading golang.org/x/text v0.6.0
11:23:32 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:32 go: downloading github.com/containerd/containerd v1.6.16
11:23:32 go: downloading github.com/moby/sys/signal v0.7.0
11:23:32 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:32 go: downloading github.com/moby/buildkit v0.10.6
11:23:32 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:32 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:32 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:32 go: downloading github.com/gogo/protobuf v1.3.2
11:23:32 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:32 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:32 go: downloading golang.org/x/term v0.4.0
11:23:32 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:32 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:32 go: downloading github.com/imdario/mergo v0.3.12
11:23:32 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:32 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:32 go: downloading github.com/creack/pty v1.1.11
11:23:32 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:32 go: downloading github.com/gorilla/mux v1.8.0
11:23:32 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:32 go: downloading github.com/stretchr/testify v1.8.0
11:23:32 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:32 go: downloading github.com/rivo/uniseg v0.2.0
11:23:32 go: downloading github.com/klauspost/compress v1.15.12
11:23:32 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:32 go: downloading github.com/containerd/continuity v0.3.0
11:23:32 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:32 go: downloading golang.org/x/time v0.1.0
11:23:32 go: downloading github.com/opencontainers/runc v1.1.3
11:23:32 go: downloading golang.org/x/crypto v0.2.0
11:23:32 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:32 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:32 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:32 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:32 go: downloading google.golang.org/grpc v1.48.0
11:23:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:32 go: downloading github.com/russross/blackfriday v1.6.0
11:23:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:32 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:32 go: downloading golang.org/x/net v0.5.0
11:23:32 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:32 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:32 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:32 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:32 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:32 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:32 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:32 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:32 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:32 go: downloading github.com/golang/protobuf v1.5.2
11:23:32 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:32 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:32 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:32 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:32 go: downloading github.com/beorn7/perks v1.0.1
11:23:32 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:32 go: downloading github.com/prometheus/client_model v0.3.0
11:23:32 go: downloading github.com/prometheus/common v0.37.0
11:23:32 go: downloading github.com/prometheus/procfs v0.8.0
11:23:32 go: downloading google.golang.org/protobuf v1.28.1
11:23:32 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:32 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:32 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:32 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:32 go: downloading k8s.io/klog/v2 v2.80.1
11:23:32 go: downloading github.com/kr/text v0.2.0
11:23:32 go: downloading github.com/docker/go-metrics v0.0.1
11:23:32 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:32 go: downloading github.com/kr/pretty v0.2.1
11:23:32 go: downloading github.com/magiconair/properties v1.5.3
11:23:32 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:32 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:32 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:32 go: downloading github.com/go-logr/logr v1.2.3
11:23:32 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:32 + go mod vendor -modfile=vendor.mod
11:23:33 Created binary: bundles/dynbinary-daemon/dockerd
11:23:33 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:33 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:33 
11:23:33 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:33 + RM_GOPATH=0
11:23:33 + TMP_GOPATH=/go
11:23:33 + : /usr/local/bin
11:23:33 + '[' -z /go ']'
11:23:33 + export GOPATH=/go
11:23:33 + GOPATH=/go
11:23:33 + case "$(go env GOARCH)" in
11:23:33 ++ go env GOARCH
11:23:33 + export GO_BUILDMODE=-buildmode=pie
11:23:33 + GO_BUILDMODE=-buildmode=pie
11:23:33 ++ dirname hack/dockerfile/install/install.sh
11:23:33 + dir=hack/dockerfile/install
11:23:33 + bin=tini
11:23:33 + shift
11:23:33 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:33 + . hack/dockerfile/install/tini.installer
11:23:33 ++ : v0.19.0
11:23:33 + install_tini
11:23:33 + echo 'Install tini version v0.19.0'
11:23:33 + git clone https://github.com/krallin/tini.git /go/tini
11:23:33 Install tini version v0.19.0
11:23:33 Cloning into '/go/tini'...
11:23:33 + cd /go/tini
11:23:33 + git checkout -q v0.19.0
11:23:33 + cmake .
11:23:33 -- The C compiler identification is GNU 10.2.1
11:23:33 -- Detecting C compiler ABI info
11:23:33 -- Detecting C compiler ABI info - done
11:23:33 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:33 -- Detecting C compile features
11:23:33 -- Detecting C compile features - done
11:23:33 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:33 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:33 -- Configuring done
11:23:33 -- Generating done
11:23:33 -- Build files have been written to: /go/tini
11:23:33 + make tini-static
11:23:33 make[2]: Entering directory '/go/tini'
11:23:33 make[3]: Entering directory '/go/tini'
11:23:33 make[4]: Entering directory '/go/tini'
11:23:33 make[5]: Entering directory '/go/tini'
11:23:33 Scanning dependencies of target tini-static
11:23:33 make[5]: Leaving directory '/go/tini'
11:23:33 make[5]: Entering directory '/go/tini'
11:23:33 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:33 [100%] Linking C executable tini-static
11:23:33 make[5]: Leaving directory '/go/tini'
11:23:33 [100%] Built target tini-static
11:23:33 make[4]: Leaving directory '/go/tini'
11:23:33 make[3]: Leaving directory '/go/tini'
11:23:33 make[2]: Leaving directory '/go/tini'
11:23:33 + mkdir -p /usr/local/bin
11:23:33 + cp tini-static /usr/local/bin/docker-init
11:23:33 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:33 + RM_GOPATH=0
11:23:33 + TMP_GOPATH=/go
11:23:33 + : /usr/local/bin
11:23:33 + '[' -z /go ']'
11:23:33 + export GOPATH=/go
11:23:33 + GOPATH=/go
11:23:33 + case "$(go env GOARCH)" in
11:23:33 ++ go env GOARCH
11:23:33 + export GO_BUILDMODE=-buildmode=pie
11:23:33 + GO_BUILDMODE=-buildmode=pie
11:23:33 ++ dirname hack/dockerfile/install/install.sh
11:23:33 + dir=hack/dockerfile/install
11:23:33 + bin=rootlesskit
11:23:33 + shift
11:23:33 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:33 + . hack/dockerfile/install/rootlesskit.installer
11:23:33 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:33 + install_rootlesskit dynamic
11:23:33 + case "$1" in
11:23:33 + install_rootlesskit_dynamic
11:23:33 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:33 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:33 + export BUILD_MODE=-buildmode=pie
11:23:33 + BUILD_MODE=-buildmode=pie
11:23:33 + _install_rootlesskit
11:23:33 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:33 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:33 + for f in rootlesskit rootlesskit-docker-proxy
11:23:33 + GOBIN=/usr/local/bin
11:23:33 + GO111MODULE=on
11:23:33 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:33 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:33 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:33 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:33 go: downloading golang.org/x/sys v0.2.0
11:23:33 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm
11:23:33 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bYN8ks
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + cd src
11:23:33 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:23:33 + RPM_EC=0
11:23:33 ++ jobs -p
11:23:33 + exit 0
11:23:33     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:23:33     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:23:33     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:23:33     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:23:33 
11:23:33 RPM build warnings:
11:23:33 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sNOSod
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + rm -rf src
11:23:33 + /usr/bin/mkdir -p src
11:23:33 + cd src
11:23:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:23:33 + /usr/bin/tar -xof -
11:23:33 + STATUS=0
11:23:33 + '[' 0 -ne 0 ']'
11:23:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:23:33 + /usr/bin/tar -xof -
11:23:33 + STATUS=0
11:23:33 + '[' 0 -ne 0 ']'
11:23:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:33 + RPM_EC=0
11:23:33 ++ jobs -p
11:23:33 + exit 0
11:23:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XuQO4u
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:23:33 + export CFLAGS
11:23:33 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:23:33 + export CXXFLAGS
11:23:33 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:23:33 + export FFLAGS
11:23:33 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:23:33 + export FCFLAGS
11:23: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-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:23:33 + export LDFLAGS
11:23:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:23:33 + export LT_SYS_LIBRARY_PATH
11:23:33 + CC=gcc
11:23:33 + export CC
11:23:33 + CXX=g++
11:23:33 + export CXX
11:23:33 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:23:33 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:23:33 + cd src
11:23:33 + mkdir -p /go/src/github.com/docker
11:23:33 + rm -f /go/src/github.com/docker/cli
11:23:33 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:23:33 + pushd /go/src/github.com/docker/cli
11:23:33 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:23:33 + VERSION=0.0.0-20230309110843-71615c2
11:23:33 + GITCOMMIT=71615c2
11:23:33 + GO_LINKMODE=dynamic
11:23:33 + ./scripts/build/binary
11:23:33 Building dynamic docker-linux-amd64
11:23:33 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:23:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:23:33 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:33 go: downloading github.com/google/uuid v1.3.0
11:23:33 go: downloading github.com/moby/vpnkit v0.5.0
11:23:33 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:33 go: downloading github.com/gofrs/flock v0.8.1
11:23:33 go: downloading github.com/gorilla/mux v1.8.0
11:23:33 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:33 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:33 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:23:33 ++ pwd
11:23:33 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:23:33 Project root: .
11:23:33 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:23:33 INFO: man/src/attach.md found
11:23:33 WARN: man/src/build.md does not exist, skipping
11:23:33 WARN: man/src/builder/build.md does not exist, skipping
11:23:33 WARN: man/src/builder/prune.md does not exist, skipping
11:23:33 WARN: man/src/builder.md does not exist, skipping
11:23:33 WARN: man/src/checkpoint/create.md does not exist, skipping
11:23:33 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:23:33 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:23:33 WARN: man/src/checkpoint.md does not exist, skipping
11:23:33 INFO: man/src/commit.md found
11:23:33 WARN: man/src/config/create.md does not exist, skipping
11:23:33 WARN: man/src/config/inspect.md does not exist, skipping
11:23:33 WARN: man/src/config/ls.md does not exist, skipping
11:23:33 WARN: man/src/config/rm.md does not exist, skipping
11:23:33 WARN: man/src/config.md does not exist, skipping
11:23:33 INFO: man/src/container/attach.md found
11:23:33 INFO: man/src/container/commit.md found
11:23:33 INFO: man/src/container/cp.md found
11:23:33 INFO: man/src/container/create.md found
11:23:33 INFO: man/src/container/diff.md found
11:23:33 INFO: man/src/container/exec.md found
11:23:33 INFO: man/src/container/export.md found
11:23:33 WARN: man/src/container/inspect.md does not exist, skipping
11:23:33 INFO: man/src/container/kill.md found
11:23:33 INFO: man/src/container/logs.md found
11:23:33 INFO: man/src/container/ls.md found
11:23:33 INFO: man/src/container/pause.md found
11:23:33 INFO: man/src/container/port.md found
11:23:33 WARN: man/src/container/prune.md does not exist, skipping
11:23:33 INFO: man/src/container/rename.md found
11:23:33 INFO: man/src/container/restart.md found
11:23:33 INFO: man/src/container/rm.md found
11:23:33 INFO: man/src/container/run.md found
11:23:33 INFO: man/src/container/start.md found
11:23:33 INFO: man/src/container/stats.md found
11:23:33 INFO: man/src/container/stop.md found
11:23:33 INFO: man/src/container/top.md found
11:23:33 INFO: man/src/container/unpause.md found
11:23:33 INFO: man/src/container/update.md found
11:23:33 INFO: man/src/container/wait.md found
11:23:33 WARN: man/src/container.md does not exist, skipping
11:23:33 WARN: man/src/context/create.md does not exist, skipping
11:23:33 WARN: man/src/context/export.md does not exist, skipping
11:23:33 WARN: man/src/context/import.md does not exist, skipping
11:23:33 WARN: man/src/context/inspect.md does not exist, skipping
11:23:33 WARN: man/src/context/ls.md does not exist, skipping
11:23:33 WARN: man/src/context/rm.md does not exist, skipping
11:23:33 WARN: man/src/context/show.md does not exist, skipping
11:23:33 WARN: man/src/context/update.md does not exist, skipping
11:23:33 WARN: man/src/context/use.md does not exist, skipping
11:23:33 WARN: man/src/context.md does not exist, skipping
11:23:33 INFO: man/src/cp.md found
11:23:33 INFO: man/src/create.md found
11:23:33 INFO: man/src/diff.md found
11:23:33 INFO: man/src/events.md found
11:23:33 INFO: man/src/exec.md found
11:23:33 INFO: man/src/export.md found
11:23:33 INFO: man/src/history.md found
11:23:33 INFO: man/src/image/build.md found
11:23:33 INFO: man/src/image/history.md found
11:23:33 INFO: man/src/image/import.md found
11:23:33 WARN: man/src/image/inspect.md does not exist, skipping
11:23:33 INFO: man/src/image/load.md found
11:23:33 INFO: man/src/image/ls.md found
11:23:33 WARN: man/src/image/prune.md does not exist, skipping
11:23:33 INFO: man/src/image/pull.md found
11:23:33 INFO: man/src/image/push.md found
11:23:33 INFO: man/src/image/rm.md found
11:23:33 INFO: man/src/image/save.md found
11:23:33 INFO: man/src/image/tag.md found
11:23:33 WARN: man/src/image.md does not exist, skipping
11:23:33 INFO: man/src/images.md found
11:23:33 INFO: man/src/import.md found
11:23:33 INFO: man/src/info.md found
11:23:33 INFO: man/src/inspect.md found
11:23:33 INFO: man/src/kill.md found
11:23:33 INFO: man/src/load.md found
11:23:33 INFO: man/src/login.md found
11:23:33 INFO: man/src/logout.md found
11:23:33 INFO: man/src/logs.md found
11:23:33 WARN: man/src/manifest/annotate.md does not exist, skipping
11:23:33 WARN: man/src/manifest/create.md does not exist, skipping
11:23:33 WARN: man/src/manifest/inspect.md does not exist, skipping
11:23:33 WARN: man/src/manifest/push.md does not exist, skipping
11:23:33 WARN: man/src/manifest/rm.md does not exist, skipping
11:23:33 WARN: man/src/manifest.md does not exist, skipping
11:23:33 INFO: man/src/network/connect.md found
11:23:33 INFO: man/src/network/create.md found
11:23:33 INFO: man/src/network/disconnect.md found
11:23:33 INFO: man/src/network/inspect.md found
11:23:33 INFO: man/src/network/ls.md found
11:23:33 WARN: man/src/network/prune.md does not exist, skipping
11:23:33 INFO: man/src/network/rm.md found
11:23:33 WARN: man/src/network.md does not exist, skipping
11:23:33 WARN: man/src/node/demote.md does not exist, skipping
11:23:33 WARN: man/src/node/inspect.md does not exist, skipping
11:23:33 WARN: man/src/node/ls.md does not exist, skipping
11:23:33 WARN: man/src/node/promote.md does not exist, skipping
11:23:33 WARN: man/src/node/ps.md does not exist, skipping
11:23:33 WARN: man/src/node/rm.md does not exist, skipping
11:23:33 WARN: man/src/node/update.md does not exist, skipping
11:23:33 WARN: man/src/node.md does not exist, skipping
11:23:33 INFO: man/src/pause.md found
11:23:33 WARN: man/src/plugin/create.md does not exist, skipping
11:23:33 WARN: man/src/plugin/disable.md does not exist, skipping
11:23:33 WARN: man/src/plugin/enable.md does not exist, skipping
11:23:33 WARN: man/src/plugin/inspect.md does not exist, skipping
11:23:33 WARN: man/src/plugin/install.md does not exist, skipping
11:23:33 INFO: man/src/plugin/ls.md found
11:23:33 WARN: man/src/plugin/push.md does not exist, skipping
11:23:33 WARN: man/src/plugin/rm.md does not exist, skipping
11:23:33 WARN: man/src/plugin/set.md does not exist, skipping
11:23:33 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:23:33 WARN: man/src/plugin.md does not exist, skipping
11:23:33 INFO: man/src/port.md found
11:23:33 INFO: man/src/ps.md found
11:23:33 INFO: man/src/pull.md found
11:23:33 INFO: man/src/push.md found
11:23:33 INFO: man/src/rename.md found
11:23:33 INFO: man/src/restart.md found
11:23:33 INFO: man/src/rm.md found
11:23:33 INFO: man/src/rmi.md found
11:23:33 WARN: man/src/run.md does not exist, skipping
11:23:33 INFO: man/src/save.md found
11:23:33 INFO: man/src/search.md found
11:23:33 WARN: man/src/secret/create.md does not exist, skipping
11:23:33 WARN: man/src/secret/inspect.md does not exist, skipping
11:23:33 WARN: man/src/secret/ls.md does not exist, skipping
11:23:33 WARN: man/src/secret/rm.md does not exist, skipping
11:23:33 WARN: man/src/secret.md does not exist, skipping
11:23:33 WARN: man/src/service/create.md does not exist, skipping
11:23:33 WARN: man/src/service/inspect.md does not exist, skipping
11:23:33 WARN: man/src/service/logs.md does not exist, skipping
11:23:33 WARN: man/src/service/ls.md does not exist, skipping
11:23:33 WARN: man/src/service/ps.md does not exist, skipping
11:23:33 WARN: man/src/service/rm.md does not exist, skipping
11:23:33 WARN: man/src/service/rollback.md does not exist, skipping
11:23:33 WARN: man/src/service/scale.md does not exist, skipping
11:23:33 WARN: man/src/service/update.md does not exist, skipping
11:23:33 WARN: man/src/service.md does not exist, skipping
11:23:33 WARN: man/src/stack/config.md does not exist, skipping
11:23:33 WARN: man/src/stack/deploy.md does not exist, skipping
11:23:33 WARN: man/src/stack/ls.md does not exist, skipping
11:23:33 WARN: man/src/stack/ps.md does not exist, skipping
11:23:33 WARN: man/src/stack/rm.md does not exist, skipping
11:23:33 WARN: man/src/stack/services.md does not exist, skipping
11:23:33 WARN: man/src/stack.md does not exist, skipping
11:23:33 INFO: man/src/start.md found
11:23:33 INFO: man/src/stats.md found
11:23:33 INFO: man/src/stop.md found
11:23:33 WARN: man/src/swarm/ca.md does not exist, skipping
11:23:33 WARN: man/src/swarm/init.md does not exist, skipping
11:23:33 WARN: man/src/swarm/join.md does not exist, skipping
11:23:33 WARN: man/src/swarm/join-token.md does not exist, skipping
11:23:33 WARN: man/src/swarm/leave.md does not exist, skipping
11:23:33 WARN: man/src/swarm/unlock.md does not exist, skipping
11:23:33 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:23:33 WARN: man/src/swarm/update.md does not exist, skipping
11:23:33 WARN: man/src/swarm.md does not exist, skipping
11:23:33 WARN: man/src/system/df.md does not exist, skipping
11:23:33 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:23:33 INFO: man/src/system/events.md found
11:23:33 INFO: man/src/system/info.md found
11:23:33 WARN: man/src/system/prune.md does not exist, skipping
11:23:33 WARN: man/src/system.md does not exist, skipping
11:23:33 INFO: man/src/tag.md found
11:23:33 INFO: man/src/top.md found
11:23:33 WARN: man/src/trust/inspect.md does not exist, skipping
11:23:33 WARN: man/src/trust/key/generate.md does not exist, skipping
11:23:33 WARN: man/src/trust/key/load.md does not exist, skipping
11:23:33 WARN: man/src/trust/key.md does not exist, skipping
11:23:33 WARN: man/src/trust/revoke.md does not exist, skipping
11:23:33 WARN: man/src/trust/sign.md does not exist, skipping
11:23:33 WARN: man/src/trust/signer/add.md does not exist, skipping
11:23:33 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:23:33 WARN: man/src/trust/signer.md does not exist, skipping
11:23:33 WARN: man/src/trust.md does not exist, skipping
11:23:33 INFO: man/src/unpause.md found
11:23:33 INFO: man/src/update.md found
11:23:33 INFO: man/src/version.md found
11:23:33 INFO: man/src/volume/create.md found
11:23:33 INFO: man/src/volume/inspect.md found
11:23:33 INFO: man/src/volume/ls.md found
11:23:33 WARN: man/src/volume/prune.md does not exist, skipping
11:23:33 WARN: man/src/volume/rm.md does not exist, skipping
11:23:33 WARN: man/src/volume/update.md does not exist, skipping
11:23:33 INFO: man/src/volume.md found
11:23:33 INFO: man/src/wait.md found
11:23:33 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:23:33 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:23:33 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:23:33 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:23:33 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:23:33 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:23:33 + popd
11:23:33 + exit 0
11:23:33 ~/rpmbuild/BUILD/src
11:23:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IXTQPf
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64 '!=' / ']'
11:23:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:33 + mkdir -p /root/rpmbuild/BUILDROOT
11:23:33 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:33 + cd src
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin
11:23:33 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/docker
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/bash-completion/completions
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/zsh/vendor-completions
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/fish/vendor_completions.d
11:23:33 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/bash-completion/completions/docker
11:23:33 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/zsh/vendor-completions/_docker
11:23:33 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man1
11:23:33 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-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~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man1
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man5
11:23:33 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man5
11:23:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man8
11:23:33 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/man/man8
11:23:33 + mkdir -p build-docs
11:23:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:33 + cp cli/LICENSE build-docs/LICENSE
11:23:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:33 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:23:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:33 + cp cli/NOTICE build-docs/NOTICE
11:23:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:33 + cp cli/README.md build-docs/README.md
11:23:33 + /usr/lib/rpm/check-buildroot
11:23:33 + /usr/lib/rpm/redhat/brp-compress
11:23:33 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:23:33 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:23:33 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:23:33 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:23:33 + /usr/lib/rpm/redhat/brp-python-hardlink
11:23:33 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:23:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IMEBpB
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + cd src
11:23:33 ++ cli/build/docker --version
11:23:33 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:23:33 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:23:33 + echo 'PASS: cli version OK'
11:23:33 PASS: cli version OK
11:23:33 + exit 0
11:23:33 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:33 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wRoeW3
11:23:33 + umask 022
11:23:33 + cd /root/rpmbuild/BUILD
11:23:33 + cd src
11:23:33 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + export DOCDIR
11:23:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:23:33 + exit 0
11:23:33 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el7 docker-ce-cli(aarch-64) = 1:0.0.0~20230309110843.71615c2-0.el7
11:23:33 Requires(interp): /bin/sh
11:23:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:23:33 Requires(post): /bin/sh
11:23:33 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)
11:23:33 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
11:23:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:33 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:23:34 go: downloading golang.org/x/net v0.1.0
11:23:34 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:34 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:34 + for f in rootlesskit rootlesskit-docker-proxy
11:23:34 + GOBIN=/usr/local/bin
11:23:34 + GO111MODULE=on
11:23:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:34 + for f in rootlesskit rootlesskit-docker-proxy
11:23:34 + GOBIN=/usr/local/bin
11:23:34 + GO111MODULE=on
11:23:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:35 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:35 go: downloading github.com/beorn7/perks v1.0.1
11:23:35 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:35 go: downloading github.com/prometheus/client_model v0.3.0
11:23:35 go: downloading github.com/prometheus/common v0.37.0
11:23:35 go: downloading github.com/prometheus/procfs v0.8.0
11:23:35 go: downloading google.golang.org/protobuf v1.28.1
11:23:35 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:35 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:35 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:35 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:35 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:35 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:35 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:35 go: downloading k8s.io/klog/v2 v2.80.1
11:23:35 go: downloading github.com/kr/text v0.2.0
11:23:35 go: downloading github.com/docker/go-metrics v0.0.1
11:23:35 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:35 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:35 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:35 go: downloading github.com/kr/pretty v0.2.1
11:23:35 go: downloading github.com/magiconair/properties v1.5.3
11:23:35 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:35 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:35 go: downloading github.com/go-logr/logr v1.2.3
11:23:35 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:35 Created binary: bundles/dynbinary-daemon/dockerd
11:23:35 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:35 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:35 
11:23:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:35 + RM_GOPATH=0
11:23:35 + TMP_GOPATH=/go
11:23:35 + : /usr/local/bin
11:23:35 + '[' -z /go ']'
11:23:35 + export GOPATH=/go
11:23:35 + GOPATH=/go
11:23:35 + case "$(go env GOARCH)" in
11:23:35 ++ go env GOARCH
11:23:35 + export GO_BUILDMODE=-buildmode=pie
11:23:35 + GO_BUILDMODE=-buildmode=pie
11:23:35 ++ dirname hack/dockerfile/install/install.sh
11:23:35 + dir=hack/dockerfile/install
11:23:35 + bin=tini
11:23:35 + shift
11:23:35 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:35 + . hack/dockerfile/install/tini.installer
11:23:35 ++ : v0.19.0
11:23:35 + install_tini
11:23:35 + echo 'Install tini version v0.19.0'
11:23:35 + git clone https://github.com/krallin/tini.git /go/tini
11:23:35 Install tini version v0.19.0
11:23:35 Cloning into '/go/tini'...
11:23:35 + cd /go/tini
11:23:35 + git checkout -q v0.19.0
11:23:35 + cmake .
11:23:35 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:35   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:35   CMake.
11:23:35 
11:23:35   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:35   CMake that the project does not need compatibility with older versions.
11:23:35 
11:23:35 
11:23:35 -- The C compiler identification is GNU 12.2.0
11:23:35 -- Detecting C compiler ABI info
11:23:35 -- Detecting C compiler ABI info - done
11:23:35 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:35 -- Detecting C compile features
11:23:35 -- Detecting C compile features - done
11:23:35 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:35 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:23:35 -- Configuring done
11:23:35 -- Generating done
11:23:35 -- Build files have been written to: /go/tini
11:23:35 + make tini-static
11:23:35 make[2]: Entering directory '/go/tini'
11:23:35 make[3]: Entering directory '/go/tini'
11:23:35 make[4]: Entering directory '/go/tini'
11:23:35 make[5]: Entering directory '/go/tini'
11:23:35 make[5]: Leaving directory '/go/tini'
11:23:35 make[5]: Entering directory '/go/tini'
11:23:35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:35 [100%] Linking C executable tini-static
11:23:35 make[5]: Leaving directory '/go/tini'
11:23:35 [100%] Built target tini-static
11:23:35 make[4]: Leaving directory '/go/tini'
11:23:35 make[3]: Leaving directory '/go/tini'
11:23:35 make[2]: Leaving directory '/go/tini'
11:23:35 + mkdir -p /usr/local/bin
11:23:35 + cp tini-static /usr/local/bin/docker-init
11:23:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:35 + RM_GOPATH=0
11:23:35 + TMP_GOPATH=/go
11:23:35 + : /usr/local/bin
11:23:35 + '[' -z /go ']'
11:23:35 + export GOPATH=/go
11:23:35 + GOPATH=/go
11:23:35 + case "$(go env GOARCH)" in
11:23:35 ++ go env GOARCH
11:23:35 + export GO_BUILDMODE=-buildmode=pie
11:23:35 + GO_BUILDMODE=-buildmode=pie
11:23:35 ++ dirname hack/dockerfile/install/install.sh
11:23:35 + dir=hack/dockerfile/install
11:23:35 + bin=rootlesskit
11:23:35 + shift
11:23:35 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:35 + . hack/dockerfile/install/rootlesskit.installer
11:23:35 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:35 + install_rootlesskit dynamic
11:23:35 + case "$1" in
11:23:35 + install_rootlesskit_dynamic
11:23:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:35 + export BUILD_MODE=-buildmode=pie
11:23:35 + BUILD_MODE=-buildmode=pie
11:23:35 + _install_rootlesskit
11:23:35 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:35 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:35 + for f in rootlesskit rootlesskit-docker-proxy
11:23:35 + GOBIN=/usr/local/bin
11:23:35 + GO111MODULE=on
11:23:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:35 + return
11:23:35 # Build the CLI
11:23:35 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:35 Building dynamic docker-linux-arm-v6
11:23:35 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:59Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:35 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:35 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:35 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:36 + return
11:23:36 # Build the CLI
11:23:36 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:36 Building dynamic docker-linux-arm-v6
11:23:36 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:20:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:36 + for f in rootlesskit rootlesskit-docker-proxy
11:23:36 + GOBIN=/usr/local/bin
11:23:36 + GO111MODULE=on
11:23:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:36 go: downloading golang.org/x/sys v0.2.0
11:23:36 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:36 go: downloading github.com/google/uuid v1.3.0
11:23:36 go: downloading github.com/moby/vpnkit v0.5.0
11:23:36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:36 go: downloading github.com/gofrs/flock v0.8.1
11:23:36 go: downloading github.com/gorilla/mux v1.8.0
11:23:36 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:36 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:36 go: downloading golang.org/x/net v0.1.0
11:23:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:36 + go mod vendor -modfile=vendor.mod
11:23:36 + return
11:23:36 # Build the CLI
11:23:36 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:36 Building dynamic docker-linux-arm-v6
11:23:36 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:21:02Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:37 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:37 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:23:37 ++ pwd
11:23:37 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:23:37 Project root: .
11:23:37 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:23:37 INFO: man/src/attach.md found
11:23:37 WARN: man/src/build.md does not exist, skipping
11:23:37 WARN: man/src/builder/build.md does not exist, skipping
11:23:37 WARN: man/src/builder/prune.md does not exist, skipping
11:23:37 WARN: man/src/builder.md does not exist, skipping
11:23:37 WARN: man/src/checkpoint/create.md does not exist, skipping
11:23:37 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:23:37 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:23:37 WARN: man/src/checkpoint.md does not exist, skipping
11:23:37 INFO: man/src/commit.md found
11:23:37 WARN: man/src/config/create.md does not exist, skipping
11:23:37 WARN: man/src/config/inspect.md does not exist, skipping
11:23:37 WARN: man/src/config/ls.md does not exist, skipping
11:23:37 WARN: man/src/config/rm.md does not exist, skipping
11:23:37 WARN: man/src/config.md does not exist, skipping
11:23:37 INFO: man/src/container/attach.md found
11:23:37 INFO: man/src/container/commit.md found
11:23:37 INFO: man/src/container/cp.md found
11:23:37 INFO: man/src/container/create.md found
11:23:37 INFO: man/src/container/diff.md found
11:23:37 INFO: man/src/container/exec.md found
11:23:37 INFO: man/src/container/export.md found
11:23:37 WARN: man/src/container/inspect.md does not exist, skipping
11:23:37 INFO: man/src/container/kill.md found
11:23:37 INFO: man/src/container/logs.md found
11:23:37 INFO: man/src/container/ls.md found
11:23:37 INFO: man/src/container/pause.md found
11:23:37 INFO: man/src/container/port.md found
11:23:37 WARN: man/src/container/prune.md does not exist, skipping
11:23:37 INFO: man/src/container/rename.md found
11:23:37 INFO: man/src/container/restart.md found
11:23:37 INFO: man/src/container/rm.md found
11:23:37 INFO: man/src/container/run.md found
11:23:37 INFO: man/src/container/start.md found
11:23:37 INFO: man/src/container/stats.md found
11:23:37 INFO: man/src/container/stop.md found
11:23:37 INFO: man/src/container/top.md found
11:23:37 INFO: man/src/container/unpause.md found
11:23:37 INFO: man/src/container/update.md found
11:23:37 INFO: man/src/container/wait.md found
11:23:37 WARN: man/src/container.md does not exist, skipping
11:23:37 WARN: man/src/context/create.md does not exist, skipping
11:23:37 WARN: man/src/context/export.md does not exist, skipping
11:23:37 WARN: man/src/context/import.md does not exist, skipping
11:23:37 WARN: man/src/context/inspect.md does not exist, skipping
11:23:37 WARN: man/src/context/ls.md does not exist, skipping
11:23:37 WARN: man/src/context/rm.md does not exist, skipping
11:23:37 WARN: man/src/context/show.md does not exist, skipping
11:23:37 WARN: man/src/context/update.md does not exist, skipping
11:23:37 WARN: man/src/context/use.md does not exist, skipping
11:23:37 WARN: man/src/context.md does not exist, skipping
11:23:37 INFO: man/src/cp.md found
11:23:37 INFO: man/src/create.md found
11:23:37 INFO: man/src/diff.md found
11:23:37 INFO: man/src/events.md found
11:23:37 INFO: man/src/exec.md found
11:23:37 INFO: man/src/export.md found
11:23:37 INFO: man/src/history.md found
11:23:37 INFO: man/src/image/build.md found
11:23:37 INFO: man/src/image/history.md found
11:23:37 INFO: man/src/image/import.md found
11:23:37 WARN: man/src/image/inspect.md does not exist, skipping
11:23:37 INFO: man/src/image/load.md found
11:23:37 INFO: man/src/image/ls.md found
11:23:37 WARN: man/src/image/prune.md does not exist, skipping
11:23:37 INFO: man/src/image/pull.md found
11:23:37 INFO: man/src/image/push.md found
11:23:37 INFO: man/src/image/rm.md found
11:23:37 INFO: man/src/image/save.md found
11:23:37 INFO: man/src/image/tag.md found
11:23:37 WARN: man/src/image.md does not exist, skipping
11:23:37 INFO: man/src/images.md found
11:23:37 INFO: man/src/import.md found
11:23:37 INFO: man/src/info.md found
11:23:37 INFO: man/src/inspect.md found
11:23:37 INFO: man/src/kill.md found
11:23:37 INFO: man/src/load.md found
11:23:37 INFO: man/src/login.md found
11:23:37 INFO: man/src/logout.md found
11:23:37 INFO: man/src/logs.md found
11:23:37 WARN: man/src/manifest/annotate.md does not exist, skipping
11:23:37 WARN: man/src/manifest/create.md does not exist, skipping
11:23:37 WARN: man/src/manifest/inspect.md does not exist, skipping
11:23:37 WARN: man/src/manifest/push.md does not exist, skipping
11:23:37 WARN: man/src/manifest/rm.md does not exist, skipping
11:23:37 WARN: man/src/manifest.md does not exist, skipping
11:23:37 INFO: man/src/network/connect.md found
11:23:37 INFO: man/src/network/create.md found
11:23:37 INFO: man/src/network/disconnect.md found
11:23:37 INFO: man/src/network/inspect.md found
11:23:37 INFO: man/src/network/ls.md found
11:23:37 WARN: man/src/network/prune.md does not exist, skipping
11:23:37 INFO: man/src/network/rm.md found
11:23:37 WARN: man/src/network.md does not exist, skipping
11:23:37 WARN: man/src/node/demote.md does not exist, skipping
11:23:37 WARN: man/src/node/inspect.md does not exist, skipping
11:23:37 WARN: man/src/node/ls.md does not exist, skipping
11:23:37 WARN: man/src/node/promote.md does not exist, skipping
11:23:37 WARN: man/src/node/ps.md does not exist, skipping
11:23:37 WARN: man/src/node/rm.md does not exist, skipping
11:23:37 WARN: man/src/node/update.md does not exist, skipping
11:23:37 WARN: man/src/node.md does not exist, skipping
11:23:37 INFO: man/src/pause.md found
11:23:37 WARN: man/src/plugin/create.md does not exist, skipping
11:23:37 WARN: man/src/plugin/disable.md does not exist, skipping
11:23:37 WARN: man/src/plugin/enable.md does not exist, skipping
11:23:37 WARN: man/src/plugin/inspect.md does not exist, skipping
11:23:37 WARN: man/src/plugin/install.md does not exist, skipping
11:23:37 INFO: man/src/plugin/ls.md found
11:23:37 WARN: man/src/plugin/push.md does not exist, skipping
11:23:37 WARN: man/src/plugin/rm.md does not exist, skipping
11:23:37 WARN: man/src/plugin/set.md does not exist, skipping
11:23:37 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:23:37 WARN: man/src/plugin.md does not exist, skipping
11:23:37 INFO: man/src/port.md found
11:23:37 INFO: man/src/ps.md found
11:23:37 INFO: man/src/pull.md found
11:23:37 INFO: man/src/push.md found
11:23:37 INFO: man/src/rename.md found
11:23:37 INFO: man/src/restart.md found
11:23:37 INFO: man/src/rm.md found
11:23:37 INFO: man/src/rmi.md found
11:23:37 WARN: man/src/run.md does not exist, skipping
11:23:37 INFO: man/src/save.md found
11:23:37 INFO: man/src/search.md found
11:23:37 WARN: man/src/secret/create.md does not exist, skipping
11:23:37 WARN: man/src/secret/inspect.md does not exist, skipping
11:23:37 WARN: man/src/secret/ls.md does not exist, skipping
11:23:37 WARN: man/src/secret/rm.md does not exist, skipping
11:23:37 WARN: man/src/secret.md does not exist, skipping
11:23:37 WARN: man/src/service/create.md does not exist, skipping
11:23:37 WARN: man/src/service/inspect.md does not exist, skipping
11:23:37 WARN: man/src/service/logs.md does not exist, skipping
11:23:37 WARN: man/src/service/ls.md does not exist, skipping
11:23:37 WARN: man/src/service/ps.md does not exist, skipping
11:23:37 WARN: man/src/service/rm.md does not exist, skipping
11:23:37 WARN: man/src/service/rollback.md does not exist, skipping
11:23:37 WARN: man/src/service/scale.md does not exist, skipping
11:23:37 WARN: man/src/service/update.md does not exist, skipping
11:23:37 WARN: man/src/service.md does not exist, skipping
11:23:37 WARN: man/src/stack/config.md does not exist, skipping
11:23:37 WARN: man/src/stack/deploy.md does not exist, skipping
11:23:37 WARN: man/src/stack/ls.md does not exist, skipping
11:23:37 WARN: man/src/stack/ps.md does not exist, skipping
11:23:37 WARN: man/src/stack/rm.md does not exist, skipping
11:23:37 WARN: man/src/stack/services.md does not exist, skipping
11:23:37 WARN: man/src/stack.md does not exist, skipping
11:23:37 INFO: man/src/start.md found
11:23:37 INFO: man/src/stats.md found
11:23:37 INFO: man/src/stop.md found
11:23:37 WARN: man/src/swarm/ca.md does not exist, skipping
11:23:37 WARN: man/src/swarm/init.md does not exist, skipping
11:23:37 WARN: man/src/swarm/join.md does not exist, skipping
11:23:37 WARN: man/src/swarm/join-token.md does not exist, skipping
11:23:37 WARN: man/src/swarm/leave.md does not exist, skipping
11:23:37 WARN: man/src/swarm/unlock.md does not exist, skipping
11:23:37 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:23:37 WARN: man/src/swarm/update.md does not exist, skipping
11:23:37 WARN: man/src/swarm.md does not exist, skipping
11:23:37 WARN: man/src/system/df.md does not exist, skipping
11:23:37 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:23:37 INFO: man/src/system/events.md found
11:23:37 INFO: man/src/system/info.md found
11:23:37 WARN: man/src/system/prune.md does not exist, skipping
11:23:37 WARN: man/src/system.md does not exist, skipping
11:23:37 INFO: man/src/tag.md found
11:23:37 INFO: man/src/top.md found
11:23:37 WARN: man/src/trust/inspect.md does not exist, skipping
11:23:37 WARN: man/src/trust/key/generate.md does not exist, skipping
11:23:37 WARN: man/src/trust/key/load.md does not exist, skipping
11:23:37 WARN: man/src/trust/key.md does not exist, skipping
11:23:37 WARN: man/src/trust/revoke.md does not exist, skipping
11:23:37 WARN: man/src/trust/sign.md does not exist, skipping
11:23:37 WARN: man/src/trust/signer/add.md does not exist, skipping
11:23:37 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:23:37 WARN: man/src/trust/signer.md does not exist, skipping
11:23:37 WARN: man/src/trust.md does not exist, skipping
11:23:37 INFO: man/src/unpause.md found
11:23:37 INFO: man/src/update.md found
11:23:37 INFO: man/src/version.md found
11:23:37 INFO: man/src/volume/create.md found
11:23:37 INFO: man/src/volume/inspect.md found
11:23:37 INFO: man/src/volume/ls.md found
11:23:37 WARN: man/src/volume/prune.md does not exist, skipping
11:23:37 WARN: man/src/volume/rm.md does not exist, skipping
11:23:37 WARN: man/src/volume/update.md does not exist, skipping
11:23:37 INFO: man/src/volume.md found
11:23:37 INFO: man/src/wait.md found
11:23:37 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:23:37 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:23:37 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:23:37 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:23:37 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:23:37 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:23:37 + popd
11:23:37 + exit 0
11:23:37 ~/rpmbuild/BUILD/src
11:23:37 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g0eSLs
11:23:37 + umask 022
11:23:37 + cd /root/rpmbuild/BUILD
11:23:37 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64 '!=' / ']'
11:23:37 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:37 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:37 + mkdir -p /root/rpmbuild/BUILDROOT
11:23:37 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:37 + cd src
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin
11:23:37 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/docker
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/bash-completion/completions
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/zsh/vendor-completions
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/fish/vendor_completions.d
11:23:37 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/bash-completion/completions/docker
11:23:37 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
11:23:37 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man1
11:23:37 + 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~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man1
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man5
11:23:37 + 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~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man5
11:23:37 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man8
11:23:37 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/man/man8
11:23:37 + mkdir -p build-docs
11:23:37 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:37 + cp cli/LICENSE build-docs/LICENSE
11:23:37 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:37 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:23:37 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:37 + cp cli/NOTICE build-docs/NOTICE
11:23:37 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:23:37 + cp cli/README.md build-docs/README.md
11:23:37 + /usr/lib/rpm/check-buildroot
11:23:37 + /usr/lib/rpm/redhat/brp-ldconfig
11:23:37 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:23:37 + /usr/lib/rpm/brp-compress
11:23:37 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:23:37 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:23:37 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:23:37 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:23:37 + /usr/lib/rpm/brp-python-hardlink
11:23:37 + PYTHON3=/usr/libexec/platform-python
11:23:37 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:23:37 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.olta5P
11:23:37 + umask 022
11:23:37 + cd /root/rpmbuild/BUILD
11:23:37 + cd src
11:23:37 ++ cli/build/docker --version
11:23:37 PASS: cli version OK
11:23:37 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:23:37 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:23:37 + echo 'PASS: cli version OK'
11:23:37 + exit 0
11:23:37 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:37 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0pWA4g
11:23:37 + umask 022
11:23:37 + cd /root/rpmbuild/BUILD
11:23:37 + cd src
11:23:37 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + export LC_ALL=C
11:23:37 + LC_ALL=C
11:23:37 + export DOCDIR
11:23:37 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/share/doc/docker-ce-cli
11:23:37 + exit 0
11:23:37 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0~20230309110843.71615c2-0.el8
11:23:37 Requires(interp): /bin/sh
11:23:37 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:23:37 Requires(post): /bin/sh
11:23:37 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)
11:23:37 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:23:37 Recommends: docker-buildx-plugin docker-compose-plugin
11:23:37 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:37 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:23:38 make[2]: Entering directory '/root/build-deb/cli'
11:23:38 scripts/docs/generate-man.sh
11:23:38 + cp -r . /tmp/docker-cli-docsgen.mwgO76tHEo/
11:23:38 + cd /tmp/docker-cli-docsgen.mwgO76tHEo
11:23:38 + ./scripts/vendor init
11:23:38 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:38 + cp man/tools.go .
11:23:38 + ./scripts/vendor update
11:23:38 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:38 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:38 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:38 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:38 go: downloading github.com/morikuni/aec v1.0.0
11:23:38 go: downloading github.com/pkg/errors v0.9.1
11:23:38 go: downloading github.com/spf13/cobra v1.6.1
11:23:38 go: downloading github.com/spf13/pflag v1.0.5
11:23:38 go: downloading github.com/google/go-cmp v0.5.9
11:23:38 go: downloading gotest.tools/v3 v3.4.0
11:23:38 go: downloading golang.org/x/sys v0.4.0
11:23:38 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:38 go: downloading github.com/docker/go-connections v0.4.0
11:23:38 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:38 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:38 go: downloading github.com/docker/go-units v0.5.0
11:23:38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:38 go: downloading golang.org/x/text v0.6.0
11:23:38 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:38 go: downloading github.com/containerd/containerd v1.6.16
11:23:38 go: downloading github.com/moby/sys/signal v0.7.0
11:23:38 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:38 go: downloading github.com/moby/buildkit v0.10.6
11:23:38 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:38 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:38 go: downloading github.com/gogo/protobuf v1.3.2
11:23:39 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:39 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:39 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:23:39 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2AGD00
11:23:39 + umask 022
11:23:39 + cd /root/rpmbuild/BUILD
11:23:39 + cd src
11:23:39 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:39 + exit 0
11:23:39 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jw8tGF
11:23:39 + umask 022
11:23:39 + cd /root/rpmbuild/BUILD
11:23:39 + cd /root/rpmbuild/BUILD
11:23:39 + rm -rf src
11:23:39 + /usr/bin/mkdir -p src
11:23:39 + cd src
11:23:39 + /usr/bin/tar -xf -
11:23:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:23:39 + STATUS=0
11:23:39 + '[' 0 -ne 0 ']'
11:23:39 + /usr/bin/tar -xf -
11:23:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:23:39 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:39 go: downloading golang.org/x/term v0.4.0
11:23:39 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:39 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:39 go: downloading github.com/imdario/mergo v0.3.12
11:23:39 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:39 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:39 go: downloading github.com/creack/pty v1.1.11
11:23:39 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:40 + STATUS=0
11:23:40 + '[' 0 -ne 0 ']'
11:23:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:40 + exit 0
11:23:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.H3L9PN
11:23:40 + umask 022
11:23:40 + cd /root/rpmbuild/BUILD
11:23:40 + cd src
11:23:40 + export DOCKER_GITCOMMIT=31a9532
11:23:40 + DOCKER_GITCOMMIT=31a9532
11:23:40 + mkdir -p /go/src/github.com/docker
11:23:40 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:23:40 + TMP_GOPATH=/go
11:23:40 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:40 + RM_GOPATH=0
11:23:40 + TMP_GOPATH=/go
11:23:40 + : /usr/local/bin
11:23:40 + '[' -z /go ']'
11:23:40 + export GOPATH=/go
11:23:40 + GOPATH=/go
11:23:40 + case "$(go env GOARCH)" in
11:23:40 ++ go env GOARCH
11:23:40 + export GO_BUILDMODE=-buildmode=pie
11:23:40 + GO_BUILDMODE=-buildmode=pie
11:23:40 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:23:40 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:23:40 + bin=rootlesskit
11:23:40 + shift
11:23:40 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:23:40 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:23:40 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:40 + install_rootlesskit dynamic
11:23:40 + case "$1" in
11:23:40 + install_rootlesskit_dynamic
11:23:40 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:40 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:40 + export BUILD_MODE=-buildmode=pie
11:23:40 + BUILD_MODE=-buildmode=pie
11:23:40 + _install_rootlesskit
11:23:40 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:40 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:40 + for f in rootlesskit rootlesskit-docker-proxy
11:23:40 + GOBIN=/usr/local/bin
11:23:40 + GO111MODULE=on
11:23:40 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:40 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:40 go: downloading github.com/stretchr/testify v1.8.0
11:23:40 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:40 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:40 go: downloading github.com/rivo/uniseg v0.2.0
11:23:40 go: downloading github.com/klauspost/compress v1.15.12
11:23:40 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:40 go: downloading github.com/containerd/continuity v0.3.0
11:23:40 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:40 go: downloading golang.org/x/time v0.1.0
11:23:40 go: downloading github.com/opencontainers/runc v1.1.3
11:23:40 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:40 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:23:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RIlqpY
11:23:40 + umask 022
11:23:40 + cd /root/rpmbuild/BUILD
11:23:40 + cd src
11:23:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:40 + exit 0
11:23:40 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.I62kIf
11:23:40 + umask 022
11:23:40 + cd /root/rpmbuild/BUILD
11:23:40 + cd /root/rpmbuild/BUILD
11:23:40 + rm -rf src
11:23:40 + /usr/bin/mkdir -p src
11:23:40 + cd src
11:23:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:23:40 + /usr/bin/tar -xof -
11:23:40 go: downloading golang.org/x/crypto v0.2.0
11:23:40 go: downloading golang.org/x/sys v0.2.0
11:23:40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:40 go: downloading github.com/google/uuid v1.3.0
11:23:40 go: downloading github.com/moby/vpnkit v0.5.0
11:23:41 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:41 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:41 go: downloading github.com/gofrs/flock v0.8.1
11:23:41 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:41 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:41 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:41 go: downloading golang.org/x/net v0.1.0
11:23:41 + STATUS=0
11:23:41 + '[' 0 -ne 0 ']'
11:23:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:23:41 + /usr/bin/tar -xof -
11:23:41 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:41 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:41 go: downloading google.golang.org/grpc v1.48.0
11:23:41 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:41 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:41 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:41 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:41 + STATUS=0
11:23:41 + '[' 0 -ne 0 ']'
11:23:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:41 + exit 0
11:23:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mfkShV
11:23:41 + umask 022
11:23:41 + cd /root/rpmbuild/BUILD
11:23:41 + cd src
11:23:41 + export DOCKER_GITCOMMIT=31a9532
11:23:41 + DOCKER_GITCOMMIT=31a9532
11:23:41 + mkdir -p /go/src/github.com/docker
11:23:41 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:23:41 + TMP_GOPATH=/go
11:23:41 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:41 + RM_GOPATH=0
11:23:41 + TMP_GOPATH=/go
11:23:41 + : /usr/local/bin
11:23:41 + '[' -z /go ']'
11:23:41 + export GOPATH=/go
11:23:41 + GOPATH=/go
11:23:41 + case "$(go env GOARCH)" in
11:23:41 ++ go env GOARCH
11:23:41 + export GO_BUILDMODE=-buildmode=pie
11:23:41 + GO_BUILDMODE=-buildmode=pie
11:23:41 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:23:41 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:23:41 + bin=rootlesskit
11:23:41 + shift
11:23:41 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:23:41 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:23:41 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:41 + install_rootlesskit dynamic
11:23:41 + case "$1" in
11:23:41 + install_rootlesskit_dynamic
11:23:41 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:41 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:41 + export BUILD_MODE=-buildmode=pie
11:23:41 + BUILD_MODE=-buildmode=pie
11:23:41 + _install_rootlesskit
11:23:41 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:41 + for f in rootlesskit rootlesskit-docker-proxy
11:23:41 + GOBIN=/usr/local/bin
11:23:41 + GO111MODULE=on
11:23:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:41 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:41 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:41 go: downloading golang.org/x/net v0.5.0
11:23:42 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:42 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:42 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:42 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:42 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:42 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:42 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:42 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:42 go: downloading github.com/russross/blackfriday v1.6.0
11:23:42 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:42 + for f in rootlesskit rootlesskit-docker-proxy
11:23:42 + GOBIN=/usr/local/bin
11:23:42 + GO111MODULE=on
11:23:42 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:42 go: downloading github.com/golang/protobuf v1.5.2
11:23:42 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:42 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:42 go: downloading golang.org/x/sys v0.2.0
11:23:43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:43 go: downloading github.com/google/uuid v1.3.0
11:23:43 go: downloading github.com/moby/vpnkit v0.5.0
11:23:43 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:43 go: downloading github.com/gofrs/flock v0.8.1
11:23:43 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:43 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:43 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:43 go: downloading golang.org/x/net v0.1.0
11:23:43 + return
11:23:43 # Build the CLI
11:23:43 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:43 Building dynamic docker-linux-arm-v6
11:23:43 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:21:07Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:44 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:44 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:44 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:44 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:44 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:44 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:44 go: downloading github.com/beorn7/perks v1.0.1
11:23:44 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:44 go: downloading github.com/prometheus/client_model v0.3.0
11:23:44 go: downloading github.com/prometheus/common v0.37.0
11:23:44 go: downloading github.com/prometheus/procfs v0.8.0
11:23:44 go: downloading google.golang.org/protobuf v1.28.1
11:23:44 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:44 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:44 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:44 go: downloading k8s.io/klog/v2 v2.80.1
11:23:44 make[2]: Entering directory '/root/build-deb/cli'
11:23:44 scripts/docs/generate-man.sh
11:23:44 + cp -r . /tmp/docker-cli-docsgen.lXipj8V6zD/
11:23:44 + cd /tmp/docker-cli-docsgen.lXipj8V6zD
11:23:44 + ./scripts/vendor init
11:23:44 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:44 + cp man/tools.go .
11:23:44 + ./scripts/vendor update
11:23:44 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:44 go: downloading github.com/spf13/cobra v1.6.1
11:23:44 go: downloading github.com/spf13/pflag v1.0.5
11:23:44 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:44 go: downloading github.com/kr/text v0.2.0
11:23:44 go: downloading github.com/docker/go-metrics v0.0.1
11:23:44 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:44 go: downloading github.com/kr/pretty v0.2.1
11:23:44 go: downloading github.com/magiconair/properties v1.5.3
11:23:44 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:44 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:44 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:44 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:44 go: downloading github.com/go-logr/logr v1.2.3
11:23:44 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:44 + go mod vendor -modfile=vendor.mod
11:23:45 + for f in rootlesskit rootlesskit-docker-proxy
11:23:45 + GOBIN=/usr/local/bin
11:23:45 + GO111MODULE=on
11:23:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:45 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:45 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:45 go: downloading github.com/morikuni/aec v1.0.0
11:23:45 go: downloading github.com/pkg/errors v0.9.1
11:23:45 go: downloading github.com/google/go-cmp v0.5.9
11:23:45 go: downloading gotest.tools/v3 v3.4.0
11:23:45 go: downloading golang.org/x/sys v0.4.0
11:23:45 go: downloading github.com/docker/go-units v0.5.0
11:23:45 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:45 go: downloading github.com/docker/go-connections v0.4.0
11:23:45 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:45 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:45 go: downloading golang.org/x/text v0.6.0
11:23:45 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:45 go: downloading github.com/containerd/containerd v1.6.16
11:23:45 go: downloading github.com/moby/sys/signal v0.7.0
11:23:45 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:45 go: downloading github.com/moby/buildkit v0.10.6
11:23:45 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:45 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:45 go: downloading github.com/gogo/protobuf v1.3.2
11:23:46 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:46 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:46 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:46 + return
11:23:46 # Build the CLI
11:23:46 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:23:46 Building dynamic docker-linux-arm-v6
11:23:46 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:21:09Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:23:46 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:46 go: downloading golang.org/x/term v0.4.0
11:23:46 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:46 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:46 go: downloading github.com/imdario/mergo v0.3.12
11:23:46 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:46 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:46 go: downloading github.com/creack/pty v1.1.11
11:23:46 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:46 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:23:46 + make manpages
11:23:46 scripts/docs/generate-man.sh
11:23:46 + cp -r . /tmp/docker-cli-docsgen.nDMI8kdGAS/
11:23:46 + cd /tmp/docker-cli-docsgen.nDMI8kdGAS
11:23:46 + ./scripts/vendor init
11:23:46 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:46 + cp man/tools.go .
11:23:46 + ./scripts/vendor update
11:23:46 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:46 go: downloading github.com/spf13/cobra v1.6.1
11:23:46 go: downloading github.com/spf13/pflag v1.0.5
11:23:46 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:46 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:46 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:46 go: downloading github.com/morikuni/aec v1.0.0
11:23:46 go: downloading github.com/pkg/errors v0.9.1
11:23:46 go: downloading github.com/google/go-cmp v0.5.9
11:23:46 go: downloading gotest.tools/v3 v3.4.0
11:23:46 go: downloading golang.org/x/sys v0.4.0
11:23:46 go: downloading github.com/docker/go-units v0.5.0
11:23:46 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:46 go: downloading github.com/docker/go-connections v0.4.0
11:23:46 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:46 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:46 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:46 go: downloading golang.org/x/text v0.6.0
11:23:46 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:46 go: downloading github.com/containerd/containerd v1.6.16
11:23:46 go: downloading github.com/moby/sys/signal v0.7.0
11:23:46 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:46 go: downloading github.com/moby/buildkit v0.10.6
11:23:46 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:46 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:46 go: downloading github.com/gogo/protobuf v1.3.2
11:23:46 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:46 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:46 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:46 go: downloading golang.org/x/term v0.4.0
11:23:46 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:46 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:46 go: downloading github.com/imdario/mergo v0.3.12
11:23:46 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:46 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:46 go: downloading github.com/creack/pty v1.1.11
11:23:46 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:46 go: downloading github.com/gorilla/mux v1.8.0
11:23:46 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:46 go: downloading github.com/stretchr/testify v1.8.0
11:23:46 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:46 go: downloading github.com/rivo/uniseg v0.2.0
11:23:46 go: downloading github.com/klauspost/compress v1.15.12
11:23:46 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:46 go: downloading github.com/containerd/continuity v0.3.0
11:23:46 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:46 go: downloading golang.org/x/time v0.1.0
11:23:46 go: downloading github.com/opencontainers/runc v1.1.3
11:23:46 go: downloading golang.org/x/crypto v0.2.0
11:23:46 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:46 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:46 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:46 go: downloading google.golang.org/grpc v1.48.0
11:23:46 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:46 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:46 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:46 go: downloading github.com/russross/blackfriday v1.6.0
11:23:46 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:46 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:46 go: downloading golang.org/x/net v0.5.0
11:23:46 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:46 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:46 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:46 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:46 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:46 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:46 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:46 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:46 go: downloading github.com/golang/protobuf v1.5.2
11:23:46 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:46 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:46 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:46 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:46 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:46 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:46 go: downloading github.com/beorn7/perks v1.0.1
11:23:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:46 go: downloading github.com/prometheus/client_model v0.3.0
11:23:46 go: downloading github.com/prometheus/common v0.37.0
11:23:46 go: downloading github.com/prometheus/procfs v0.8.0
11:23:46 go: downloading google.golang.org/protobuf v1.28.1
11:23:46 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:46 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:46 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:46 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:46 go: downloading k8s.io/klog/v2 v2.80.1
11:23:46 go: downloading github.com/kr/text v0.2.0
11:23:46 go: downloading github.com/docker/go-metrics v0.0.1
11:23:46 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:46 go: downloading github.com/kr/pretty v0.2.1
11:23:46 go: downloading github.com/magiconair/properties v1.5.3
11:23:46 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:46 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:46 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:46 go: downloading github.com/go-logr/logr v1.2.3
11:23:46 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:46 + go mod vendor -modfile=vendor.mod
11:23:46 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:47 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:47 go: downloading github.com/stretchr/testify v1.8.0
11:23:47 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:47 go: downloading github.com/rivo/uniseg v0.2.0
11:23:47 go: downloading github.com/klauspost/compress v1.15.12
11:23:47 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:47 go: downloading github.com/containerd/continuity v0.3.0
11:23:47 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:47 go: downloading golang.org/x/time v0.1.0
11:23:47 go: downloading github.com/opencontainers/runc v1.1.3
11:23:47 go: downloading golang.org/x/crypto v0.2.0
11:23:47 + for f in rootlesskit rootlesskit-docker-proxy
11:23:47 + GOBIN=/usr/local/bin
11:23:47 + GO111MODULE=on
11:23:47 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:48 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:48 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:48 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:48 + return
11:23:48 + exit 0
11:23:48 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4KL8JU
11:23:48 + umask 022
11:23:48 + cd /root/rpmbuild/BUILD
11:23:48 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64 '!=' / ']'
11:23:48 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:48 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:48 + mkdir -p /root/rpmbuild/BUILDROOT
11:23:48 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:48 + cd src
11:23:48 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/dockerd-rootless.sh
11:23:48 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:23:48 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/rootlesskit
11:23:48 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64/usr/bin/rootlesskit-docker-proxy
11:23:48 + /usr/lib/rpm/check-buildroot
11:23:48 + /usr/lib/rpm/redhat/brp-compress
11:23:48 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:23:48 go: downloading google.golang.org/grpc v1.48.0
11:23:48 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:23:48 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:23:48 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:23:48 + /usr/lib/rpm/redhat/brp-python-hardlink
11:23:48 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:23:48 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pDLsE9
11:23:48 + umask 022
11:23:48 + cd /root/rpmbuild/BUILD
11:23:48 + cd src
11:23:48 + /usr/local/bin/rootlesskit -v
11:23:48 rootlesskit version 1.1.0
11:23:48 + exit 0
11:23:48 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:48 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:48 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:48 go: downloading github.com/russross/blackfriday v1.6.0
11:23:48 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:48 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:48 go: downloading golang.org/x/net v0.5.0
11:23:48 + for f in rootlesskit rootlesskit-docker-proxy
11:23:48 + GOBIN=/usr/local/bin
11:23:48 + GO111MODULE=on
11:23:48 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:48 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el7 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230309110843.71615c2-0.el7
11:23:48 Requires(interp): /bin/sh /bin/sh /bin/sh
11:23:48 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:23:48 Requires(post): /bin/sh
11:23:48 Requires(preun): /bin/sh
11:23:48 Requires(postun): /bin/sh
11:23:48 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)
11:23:48 Conflicts: rootlesskit
11:23:48 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:48 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:48 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:48 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:48 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:48 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:48 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:48 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:48 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:48 Created binary: bundles/dynbinary-daemon/dockerd
11:23:48 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
11:23:48 Created binary: bundles/dynbinary-daemon/docker-proxy
11:23:48 
11:23:48 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:23:48 + RM_GOPATH=0
11:23:48 + TMP_GOPATH=/go
11:23:48 + : /usr/local/bin
11:23:48 + '[' -z /go ']'
11:23:48 + export GOPATH=/go
11:23:48 + GOPATH=/go
11:23:48 + case "$(go env GOARCH)" in
11:23:48 ++ go env GOARCH
11:23:48 + export GO_BUILDMODE=-buildmode=pie
11:23:48 + GO_BUILDMODE=-buildmode=pie
11:23:48 ++ dirname hack/dockerfile/install/install.sh
11:23:48 + dir=hack/dockerfile/install
11:23:48 + bin=tini
11:23:48 + shift
11:23:48 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:23:48 + . hack/dockerfile/install/tini.installer
11:23:48 ++ : v0.19.0
11:23:48 + install_tini
11:23:48 + echo 'Install tini version v0.19.0'
11:23:48 + git clone https://github.com/krallin/tini.git /go/tini
11:23:48 Install tini version v0.19.0
11:23:48 Cloning into '/go/tini'...
11:23:49 go: downloading github.com/golang/protobuf v1.5.2
11:23:49 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:49 + cd /go/tini
11:23:49 + git checkout -q v0.19.0
11:23:49 + cmake .
11:23:49 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:23:49   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:23:49   CMake.
11:23:49 
11:23:49   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:23:49   CMake that the project does not need compatibility with older versions.
11:23:49 
11:23:49 
11:23:49 -- The C compiler identification is GNU 12.2.0
11:23:49 -- Detecting C compiler ABI info
11:23:49 -- Detecting C compiler ABI info - done
11:23:49 -- Check for working C compiler: /usr/bin/cc - skipped
11:23:49 -- Detecting C compile features
11:23:49 -- Detecting C compile features - done
11:23:49 -- Performing Test HAS_BUILTIN_FORTIFY
11:23:49 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:23:49 -- Configuring done
11:23:49 -- Generating done
11:23:49 -- Build files have been written to: /go/tini
11:23:49 + make tini-static
11:23:49 make[2]: Entering directory '/go/tini'
11:23:49 make[3]: Entering directory '/go/tini'
11:23:49 make[4]: Entering directory '/go/tini'
11:23:49 make[5]: Entering directory '/go/tini'
11:23:49 make[5]: Leaving directory '/go/tini'
11:23:49 make[5]: Entering directory '/go/tini'
11:23:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:23:49 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:23:49 [100%] Linking C executable tini-static
11:23:49 make[5]: Leaving directory '/go/tini'
11:23:49 [100%] Built target tini-static
11:23:49 make[4]: Leaving directory '/go/tini'
11:23:49 make[3]: Leaving directory '/go/tini'
11:23:49 make[2]: Leaving directory '/go/tini'
11:23:49 + mkdir -p /usr/local/bin
11:23:49 + cp tini-static /usr/local/bin/docker-init
11:23:49 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:23:49 + RM_GOPATH=0
11:23:49 + TMP_GOPATH=/go
11:23:49 + : /usr/local/bin
11:23:49 + '[' -z /go ']'
11:23:49 + export GOPATH=/go
11:23:49 + GOPATH=/go
11:23:49 + case "$(go env GOARCH)" in
11:23:49 ++ go env GOARCH
11:23:49 + export GO_BUILDMODE=-buildmode=pie
11:23:49 + GO_BUILDMODE=-buildmode=pie
11:23:49 ++ dirname hack/dockerfile/install/install.sh
11:23:49 + dir=hack/dockerfile/install
11:23:49 + bin=rootlesskit
11:23:49 + shift
11:23:49 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:23:49 + . hack/dockerfile/install/rootlesskit.installer
11:23:49 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:49 + install_rootlesskit dynamic
11:23:49 + case "$1" in
11:23:49 + install_rootlesskit_dynamic
11:23:49 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:23:49 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:23:49 + export BUILD_MODE=-buildmode=pie
11:23:49 + BUILD_MODE=-buildmode=pie
11:23:49 + _install_rootlesskit
11:23:49 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:23:49 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:49 + for f in rootlesskit rootlesskit-docker-proxy
11:23:49 + GOBIN=/usr/local/bin
11:23:49 + GO111MODULE=on
11:23:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:23:49 + return
11:23:49 + exit 0
11:23:49 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ENa2xx
11:23:49 + umask 022
11:23:49 + cd /root/rpmbuild/BUILD
11:23:49 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64 '!=' / ']'
11:23:49 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:49 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:49 + mkdir -p /root/rpmbuild/BUILDROOT
11:23:49 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:49 + cd src
11:23:49 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/dockerd-rootless.sh
11:23:49 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:23:49 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/rootlesskit
11:23:50 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:23:50 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:50 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:50 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:50 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:50 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:50 go: downloading github.com/beorn7/perks v1.0.1
11:23:50 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:50 go: downloading github.com/prometheus/client_model v0.3.0
11:23:50 go: downloading github.com/prometheus/common v0.37.0
11:23:50 go: downloading github.com/prometheus/procfs v0.8.0
11:23:50 go: downloading google.golang.org/protobuf v1.28.1
11:23:50 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
11:23:50 + /usr/lib/rpm/check-buildroot
11:23:50 + /usr/lib/rpm/redhat/brp-ldconfig
11:23:50 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:23:50 + /usr/lib/rpm/brp-compress
11:23:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:23:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:23:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:23:50 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:23:50 + /usr/lib/rpm/brp-python-hardlink
11:23:50 + PYTHON3=/usr/libexec/platform-python
11:23:50 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:23:50 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jvBda0
11:23:50 + umask 022
11:23:50 + cd /root/rpmbuild/BUILD
11:23:50 + cd src
11:23:50 + /usr/local/bin/rootlesskit -v
11:23:50 rootlesskit version 1.1.0
11:23:50 + exit 0
11:23:50 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:50 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230309110843.71615c2-0.el8
11:23:50 Requires(interp): /bin/sh /bin/sh /bin/sh
11:23:50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:23:50 Requires(post): /bin/sh
11:23:50 Requires(preun): /bin/sh
11:23:50 Requires(postun): /bin/sh
11:23:50 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)
11:23:50 Conflicts: rootlesskit
11:23:50 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:50 go: downloading github.com/sirupsen/logrus v1.9.0
11:23:50 go: downloading github.com/urfave/cli/v2 v2.23.5
11:23:50 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:50 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:50 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:50 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:50 go: downloading k8s.io/klog/v2 v2.80.1
11:23:50 go: downloading github.com/kr/text v0.2.0
11:23:50 go: downloading github.com/docker/go-metrics v0.0.1
11:23:50 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:50 go: downloading github.com/kr/pretty v0.2.1
11:23:50 go: downloading github.com/magiconair/properties v1.5.3
11:23:50 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:50 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:50 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:50 go: downloading github.com/go-logr/logr v1.2.3
11:23:50 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:50 go: downloading golang.org/x/sys v0.2.0
11:23:50 + go mod vendor -modfile=vendor.mod
11:23:51 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:23:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:23:51 go: downloading github.com/google/uuid v1.3.0
11:23:51 go: downloading github.com/moby/vpnkit v0.5.0
11:23:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:23:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:23:51 ++ pwd
11:23:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:23:51 Project root: .
11:23:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:23:51 INFO: man/src/attach.md found
11:23:51 WARN: man/src/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/prune.md does not exist, skipping
11:23:51 WARN: man/src/builder.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/create.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint.md does not exist, skipping
11:23:51 INFO: man/src/commit.md found
11:23:51 WARN: man/src/config/create.md does not exist, skipping
11:23:51 WARN: man/src/config/inspect.md does not exist, skipping
11:23:51 WARN: man/src/config/ls.md does not exist, skipping
11:23:51 WARN: man/src/config/rm.md does not exist, skipping
11:23:51 WARN: man/src/config.md does not exist, skipping
11:23:51 INFO: man/src/container/attach.md found
11:23:51 INFO: man/src/container/commit.md found
11:23:51 INFO: man/src/container/cp.md found
11:23:51 INFO: man/src/container/create.md found
11:23:51 INFO: man/src/container/diff.md found
11:23:51 INFO: man/src/container/exec.md found
11:23:51 INFO: man/src/container/export.md found
11:23:51 WARN: man/src/container/inspect.md does not exist, skipping
11:23:51 INFO: man/src/container/kill.md found
11:23:51 INFO: man/src/container/logs.md found
11:23:51 INFO: man/src/container/ls.md found
11:23:51 INFO: man/src/container/pause.md found
11:23:51 INFO: man/src/container/port.md found
11:23:51 WARN: man/src/container/prune.md does not exist, skipping
11:23:51 INFO: man/src/container/rename.md found
11:23:51 INFO: man/src/container/restart.md found
11:23:51 INFO: man/src/container/rm.md found
11:23:51 INFO: man/src/container/run.md found
11:23:51 INFO: man/src/container/start.md found
11:23:51 INFO: man/src/container/stats.md found
11:23:51 INFO: man/src/container/stop.md found
11:23:51 INFO: man/src/container/top.md found
11:23:51 INFO: man/src/container/unpause.md found
11:23:51 INFO: man/src/container/update.md found
11:23:51 INFO: man/src/container/wait.md found
11:23:51 WARN: man/src/container.md does not exist, skipping
11:23:51 WARN: man/src/context/create.md does not exist, skipping
11:23:51 WARN: man/src/context/export.md does not exist, skipping
11:23:51 WARN: man/src/context/import.md does not exist, skipping
11:23:51 WARN: man/src/context/inspect.md does not exist, skipping
11:23:51 WARN: man/src/context/ls.md does not exist, skipping
11:23:51 WARN: man/src/context/rm.md does not exist, skipping
11:23:51 WARN: man/src/context/show.md does not exist, skipping
11:23:51 WARN: man/src/context/update.md does not exist, skipping
11:23:51 WARN: man/src/context/use.md does not exist, skipping
11:23:51 WARN: man/src/context.md does not exist, skipping
11:23:51 INFO: man/src/cp.md found
11:23:51 INFO: man/src/create.md found
11:23:51 INFO: man/src/diff.md found
11:23:51 INFO: man/src/events.md found
11:23:51 INFO: man/src/exec.md found
11:23:51 INFO: man/src/export.md found
11:23:51 INFO: man/src/history.md found
11:23:51 INFO: man/src/image/build.md found
11:23:51 INFO: man/src/image/history.md found
11:23:51 INFO: man/src/image/import.md found
11:23:51 WARN: man/src/image/inspect.md does not exist, skipping
11:23:51 INFO: man/src/image/load.md found
11:23:51 INFO: man/src/image/ls.md found
11:23:51 WARN: man/src/image/prune.md does not exist, skipping
11:23:51 INFO: man/src/image/pull.md found
11:23:51 INFO: man/src/image/push.md found
11:23:51 INFO: man/src/image/rm.md found
11:23:51 INFO: man/src/image/save.md found
11:23:51 INFO: man/src/image/tag.md found
11:23:51 WARN: man/src/image.md does not exist, skipping
11:23:51 INFO: man/src/images.md found
11:23:51 INFO: man/src/import.md found
11:23:51 INFO: man/src/info.md found
11:23:51 INFO: man/src/inspect.md found
11:23:51 INFO: man/src/kill.md found
11:23:51 INFO: man/src/load.md found
11:23:51 INFO: man/src/login.md found
11:23:51 INFO: man/src/logout.md found
11:23:51 INFO: man/src/logs.md found
11:23:51 WARN: man/src/manifest/annotate.md does not exist, skipping
11:23:51 WARN: man/src/manifest/create.md does not exist, skipping
11:23:51 WARN: man/src/manifest/inspect.md does not exist, skipping
11:23:51 WARN: man/src/manifest/push.md does not exist, skipping
11:23:51 WARN: man/src/manifest/rm.md does not exist, skipping
11:23:51 WARN: man/src/manifest.md does not exist, skipping
11:23:51 INFO: man/src/network/connect.md found
11:23:51 INFO: man/src/network/create.md found
11:23:51 INFO: man/src/network/disconnect.md found
11:23:51 INFO: man/src/network/inspect.md found
11:23:51 INFO: man/src/network/ls.md found
11:23:51 WARN: man/src/network/prune.md does not exist, skipping
11:23:51 INFO: man/src/network/rm.md found
11:23:51 WARN: man/src/network.md does not exist, skipping
11:23:51 WARN: man/src/node/demote.md does not exist, skipping
11:23:51 WARN: man/src/node/inspect.md does not exist, skipping
11:23:51 WARN: man/src/node/ls.md does not exist, skipping
11:23:51 WARN: man/src/node/promote.md does not exist, skipping
11:23:51 WARN: man/src/node/ps.md does not exist, skipping
11:23:51 WARN: man/src/node/rm.md does not exist, skipping
11:23:51 WARN: man/src/node/update.md does not exist, skipping
11:23:51 WARN: man/src/node.md does not exist, skipping
11:23:51 INFO: man/src/pause.md found
11:23:51 WARN: man/src/plugin/create.md does not exist, skipping
11:23:51 WARN: man/src/plugin/disable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/enable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/inspect.md does not exist, skipping
11:23:51 WARN: man/src/plugin/install.md does not exist, skipping
11:23:51 INFO: man/src/plugin/ls.md found
11:23:51 WARN: man/src/plugin/push.md does not exist, skipping
11:23:51 WARN: man/src/plugin/rm.md does not exist, skipping
11:23:51 WARN: man/src/plugin/set.md does not exist, skipping
11:23:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:23:51 WARN: man/src/plugin.md does not exist, skipping
11:23:51 INFO: man/src/port.md found
11:23:51 INFO: man/src/ps.md found
11:23:51 INFO: man/src/pull.md found
11:23:51 INFO: man/src/push.md found
11:23:51 INFO: man/src/rename.md found
11:23:51 INFO: man/src/restart.md found
11:23:51 INFO: man/src/rm.md found
11:23:51 INFO: man/src/rmi.md found
11:23:51 WARN: man/src/run.md does not exist, skipping
11:23:51 INFO: man/src/save.md found
11:23:51 INFO: man/src/search.md found
11:23:51 WARN: man/src/secret/create.md does not exist, skipping
11:23:51 WARN: man/src/secret/inspect.md does not exist, skipping
11:23:51 WARN: man/src/secret/ls.md does not exist, skipping
11:23:51 WARN: man/src/secret/rm.md does not exist, skipping
11:23:51 WARN: man/src/secret.md does not exist, skipping
11:23:51 WARN: man/src/service/create.md does not exist, skipping
11:23:51 WARN: man/src/service/inspect.md does not exist, skipping
11:23:51 WARN: man/src/service/logs.md does not exist, skipping
11:23:51 WARN: man/src/service/ls.md does not exist, skipping
11:23:51 WARN: man/src/service/ps.md does not exist, skipping
11:23:51 WARN: man/src/service/rm.md does not exist, skipping
11:23:51 WARN: man/src/service/rollback.md does not exist, skipping
11:23:51 WARN: man/src/service/scale.md does not exist, skipping
11:23:51 WARN: man/src/service/update.md does not exist, skipping
11:23:51 WARN: man/src/service.md does not exist, skipping
11:23:51 WARN: man/src/stack/config.md does not exist, skipping
11:23:51 WARN: man/src/stack/deploy.md does not exist, skipping
11:23:51 WARN: man/src/stack/ls.md does not exist, skipping
11:23:51 WARN: man/src/stack/ps.md does not exist, skipping
11:23:51 WARN: man/src/stack/rm.md does not exist, skipping
11:23:51 WARN: man/src/stack/services.md does not exist, skipping
11:23:51 WARN: man/src/stack.md does not exist, skipping
11:23:51 INFO: man/src/start.md found
11:23:51 INFO: man/src/stats.md found
11:23:51 INFO: man/src/stop.md found
11:23:51 WARN: man/src/swarm/ca.md does not exist, skipping
11:23:51 WARN: man/src/swarm/init.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join-token.md does not exist, skipping
11:23:51 WARN: man/src/swarm/leave.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:23:51 WARN: man/src/swarm/update.md does not exist, skipping
11:23:51 WARN: man/src/swarm.md does not exist, skipping
11:23:51 WARN: man/src/system/df.md does not exist, skipping
11:23:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:23:51 INFO: man/src/system/events.md found
11:23:51 INFO: man/src/system/info.md found
11:23:51 WARN: man/src/system/prune.md does not exist, skipping
11:23:51 WARN: man/src/system.md does not exist, skipping
11:23:51 INFO: man/src/tag.md found
11:23:51 INFO: man/src/top.md found
11:23:51 WARN: man/src/trust/inspect.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/generate.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/load.md does not exist, skipping
11:23:51 WARN: man/src/trust/key.md does not exist, skipping
11:23:51 WARN: man/src/trust/revoke.md does not exist, skipping
11:23:51 WARN: man/src/trust/sign.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/add.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer.md does not exist, skipping
11:23:51 WARN: man/src/trust.md does not exist, skipping
11:23:51 INFO: man/src/unpause.md found
11:23:51 INFO: man/src/update.md found
11:23:51 INFO: man/src/version.md found
11:23:51 INFO: man/src/volume/create.md found
11:23:51 INFO: man/src/volume/inspect.md found
11:23:51 INFO: man/src/volume/ls.md found
11:23:51 WARN: man/src/volume/prune.md does not exist, skipping
11:23:51 WARN: man/src/volume/rm.md does not exist, skipping
11:23:51 WARN: man/src/volume/update.md does not exist, skipping
11:23:51 INFO: man/src/volume.md found
11:23:51 INFO: man/src/wait.md found
11:23:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:23:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:23:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:23:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:23:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:23:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:23:51 make[2]: Leaving directory '/root/build-deb/cli'
11:23:51 # Build buildx plugin
11:23:51 cd /go/src/github.com/docker/buildx \
11:23:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:23:51 && GO111MODULE=on \
11:23:51 	CGO_ENABLED=0 \
11:23:51 		go build \
11:23:51 			-mod=vendor \
11:23:51 			-trimpath \
11:23:51 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:23:51 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:23:51 			./cmd/buildx
11:23:51 go: downloading github.com/gofrs/flock v0.8.1
11:23:51 go: downloading github.com/gorilla/mux v1.8.0
11:23:51 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:23:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:23:51 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:23:51 go: downloading golang.org/x/net v0.1.0
11:23:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:23:51 ++ pwd
11:23:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:23:51 Project root: .
11:23:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:23:51 INFO: man/src/attach.md found
11:23:51 WARN: man/src/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/prune.md does not exist, skipping
11:23:51 WARN: man/src/builder.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/create.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint.md does not exist, skipping
11:23:51 INFO: man/src/commit.md found
11:23:51 WARN: man/src/config/create.md does not exist, skipping
11:23:51 WARN: man/src/config/inspect.md does not exist, skipping
11:23:51 WARN: man/src/config/ls.md does not exist, skipping
11:23:51 WARN: man/src/config/rm.md does not exist, skipping
11:23:51 WARN: man/src/config.md does not exist, skipping
11:23:51 INFO: man/src/container/attach.md found
11:23:51 INFO: man/src/container/commit.md found
11:23:51 INFO: man/src/container/cp.md found
11:23:51 INFO: man/src/container/create.md found
11:23:51 INFO: man/src/container/diff.md found
11:23:51 INFO: man/src/container/exec.md found
11:23:51 INFO: man/src/container/export.md found
11:23:51 WARN: man/src/container/inspect.md does not exist, skipping
11:23:51 INFO: man/src/container/kill.md found
11:23:51 INFO: man/src/container/logs.md found
11:23:51 INFO: man/src/container/ls.md found
11:23:51 INFO: man/src/container/pause.md found
11:23:51 INFO: man/src/container/port.md found
11:23:51 WARN: man/src/container/prune.md does not exist, skipping
11:23:51 INFO: man/src/container/rename.md found
11:23:51 INFO: man/src/container/restart.md found
11:23:51 INFO: man/src/container/rm.md found
11:23:51 INFO: man/src/container/run.md found
11:23:51 INFO: man/src/container/start.md found
11:23:51 INFO: man/src/container/stats.md found
11:23:51 INFO: man/src/container/stop.md found
11:23:51 INFO: man/src/container/top.md found
11:23:51 INFO: man/src/container/unpause.md found
11:23:51 INFO: man/src/container/update.md found
11:23:51 INFO: man/src/container/wait.md found
11:23:51 WARN: man/src/container.md does not exist, skipping
11:23:51 WARN: man/src/context/create.md does not exist, skipping
11:23:51 WARN: man/src/context/export.md does not exist, skipping
11:23:51 WARN: man/src/context/import.md does not exist, skipping
11:23:51 WARN: man/src/context/inspect.md does not exist, skipping
11:23:51 WARN: man/src/context/ls.md does not exist, skipping
11:23:51 WARN: man/src/context/rm.md does not exist, skipping
11:23:51 WARN: man/src/context/show.md does not exist, skipping
11:23:51 WARN: man/src/context/update.md does not exist, skipping
11:23:51 WARN: man/src/context/use.md does not exist, skipping
11:23:51 WARN: man/src/context.md does not exist, skipping
11:23:51 INFO: man/src/cp.md found
11:23:51 INFO: man/src/create.md found
11:23:51 INFO: man/src/diff.md found
11:23:51 INFO: man/src/events.md found
11:23:51 INFO: man/src/exec.md found
11:23:51 INFO: man/src/export.md found
11:23:51 INFO: man/src/history.md found
11:23:51 INFO: man/src/image/build.md found
11:23:51 INFO: man/src/image/history.md found
11:23:51 INFO: man/src/image/import.md found
11:23:51 WARN: man/src/image/inspect.md does not exist, skipping
11:23:51 INFO: man/src/image/load.md found
11:23:51 INFO: man/src/image/ls.md found
11:23:51 WARN: man/src/image/prune.md does not exist, skipping
11:23:51 INFO: man/src/image/pull.md found
11:23:51 INFO: man/src/image/push.md found
11:23:51 INFO: man/src/image/rm.md found
11:23:51 INFO: man/src/image/save.md found
11:23:51 INFO: man/src/image/tag.md found
11:23:51 WARN: man/src/image.md does not exist, skipping
11:23:51 INFO: man/src/images.md found
11:23:51 INFO: man/src/import.md found
11:23:51 INFO: man/src/info.md found
11:23:51 INFO: man/src/inspect.md found
11:23:51 INFO: man/src/kill.md found
11:23:51 INFO: man/src/load.md found
11:23:51 INFO: man/src/login.md found
11:23:51 INFO: man/src/logout.md found
11:23:51 INFO: man/src/logs.md found
11:23:51 WARN: man/src/manifest/annotate.md does not exist, skipping
11:23:51 WARN: man/src/manifest/create.md does not exist, skipping
11:23:51 WARN: man/src/manifest/inspect.md does not exist, skipping
11:23:51 WARN: man/src/manifest/push.md does not exist, skipping
11:23:51 WARN: man/src/manifest/rm.md does not exist, skipping
11:23:51 WARN: man/src/manifest.md does not exist, skipping
11:23:51 INFO: man/src/network/connect.md found
11:23:51 INFO: man/src/network/create.md found
11:23:51 INFO: man/src/network/disconnect.md found
11:23:51 INFO: man/src/network/inspect.md found
11:23:51 INFO: man/src/network/ls.md found
11:23:51 WARN: man/src/network/prune.md does not exist, skipping
11:23:51 INFO: man/src/network/rm.md found
11:23:51 WARN: man/src/network.md does not exist, skipping
11:23:51 WARN: man/src/node/demote.md does not exist, skipping
11:23:51 WARN: man/src/node/inspect.md does not exist, skipping
11:23:51 WARN: man/src/node/ls.md does not exist, skipping
11:23:51 WARN: man/src/node/promote.md does not exist, skipping
11:23:51 WARN: man/src/node/ps.md does not exist, skipping
11:23:51 WARN: man/src/node/rm.md does not exist, skipping
11:23:51 WARN: man/src/node/update.md does not exist, skipping
11:23:51 WARN: man/src/node.md does not exist, skipping
11:23:51 INFO: man/src/pause.md found
11:23:51 WARN: man/src/plugin/create.md does not exist, skipping
11:23:51 WARN: man/src/plugin/disable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/enable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/inspect.md does not exist, skipping
11:23:51 WARN: man/src/plugin/install.md does not exist, skipping
11:23:51 INFO: man/src/plugin/ls.md found
11:23:51 WARN: man/src/plugin/push.md does not exist, skipping
11:23:51 WARN: man/src/plugin/rm.md does not exist, skipping
11:23:51 WARN: man/src/plugin/set.md does not exist, skipping
11:23:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:23:51 WARN: man/src/plugin.md does not exist, skipping
11:23:51 INFO: man/src/port.md found
11:23:51 INFO: man/src/ps.md found
11:23:51 INFO: man/src/pull.md found
11:23:51 INFO: man/src/push.md found
11:23:51 INFO: man/src/rename.md found
11:23:51 INFO: man/src/restart.md found
11:23:51 INFO: man/src/rm.md found
11:23:51 INFO: man/src/rmi.md found
11:23:51 WARN: man/src/run.md does not exist, skipping
11:23:51 INFO: man/src/save.md found
11:23:51 INFO: man/src/search.md found
11:23:51 WARN: man/src/secret/create.md does not exist, skipping
11:23:51 WARN: man/src/secret/inspect.md does not exist, skipping
11:23:51 WARN: man/src/secret/ls.md does not exist, skipping
11:23:51 WARN: man/src/secret/rm.md does not exist, skipping
11:23:51 WARN: man/src/secret.md does not exist, skipping
11:23:51 WARN: man/src/service/create.md does not exist, skipping
11:23:51 WARN: man/src/service/inspect.md does not exist, skipping
11:23:51 WARN: man/src/service/logs.md does not exist, skipping
11:23:51 WARN: man/src/service/ls.md does not exist, skipping
11:23:51 WARN: man/src/service/ps.md does not exist, skipping
11:23:51 WARN: man/src/service/rm.md does not exist, skipping
11:23:51 WARN: man/src/service/rollback.md does not exist, skipping
11:23:51 WARN: man/src/service/scale.md does not exist, skipping
11:23:51 WARN: man/src/service/update.md does not exist, skipping
11:23:51 WARN: man/src/service.md does not exist, skipping
11:23:51 WARN: man/src/stack/config.md does not exist, skipping
11:23:51 WARN: man/src/stack/deploy.md does not exist, skipping
11:23:51 WARN: man/src/stack/ls.md does not exist, skipping
11:23:51 WARN: man/src/stack/ps.md does not exist, skipping
11:23:51 WARN: man/src/stack/rm.md does not exist, skipping
11:23:51 WARN: man/src/stack/services.md does not exist, skipping
11:23:51 WARN: man/src/stack.md does not exist, skipping
11:23:51 INFO: man/src/start.md found
11:23:51 INFO: man/src/stats.md found
11:23:51 INFO: man/src/stop.md found
11:23:51 WARN: man/src/swarm/ca.md does not exist, skipping
11:23:51 WARN: man/src/swarm/init.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join-token.md does not exist, skipping
11:23:51 WARN: man/src/swarm/leave.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:23:51 WARN: man/src/swarm/update.md does not exist, skipping
11:23:51 WARN: man/src/swarm.md does not exist, skipping
11:23:51 WARN: man/src/system/df.md does not exist, skipping
11:23:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:23:51 INFO: man/src/system/events.md found
11:23:51 INFO: man/src/system/info.md found
11:23:51 WARN: man/src/system/prune.md does not exist, skipping
11:23:51 WARN: man/src/system.md does not exist, skipping
11:23:51 INFO: man/src/tag.md found
11:23:51 INFO: man/src/top.md found
11:23:51 WARN: man/src/trust/inspect.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/generate.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/load.md does not exist, skipping
11:23:51 WARN: man/src/trust/key.md does not exist, skipping
11:23:51 WARN: man/src/trust/revoke.md does not exist, skipping
11:23:51 WARN: man/src/trust/sign.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/add.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer.md does not exist, skipping
11:23:51 WARN: man/src/trust.md does not exist, skipping
11:23:51 INFO: man/src/unpause.md found
11:23:51 INFO: man/src/update.md found
11:23:51 INFO: man/src/version.md found
11:23:51 INFO: man/src/volume/create.md found
11:23:51 INFO: man/src/volume/inspect.md found
11:23:51 INFO: man/src/volume/ls.md found
11:23:51 WARN: man/src/volume/prune.md does not exist, skipping
11:23:51 WARN: man/src/volume/rm.md does not exist, skipping
11:23:51 WARN: man/src/volume/update.md does not exist, skipping
11:23:51 INFO: man/src/volume.md found
11:23:51 INFO: man/src/wait.md found
11:23:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:23:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:23:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:23:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:23:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:23:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:23:51 make[2]: Leaving directory '/root/build-deb/cli'
11:23:51 # Build buildx plugin
11:23:51 cd /go/src/github.com/docker/buildx \
11:23:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:23:51 && GO111MODULE=on \
11:23:51 	CGO_ENABLED=0 \
11:23:51 		go build \
11:23:51 			-mod=vendor \
11:23:51 			-trimpath \
11:23:51 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:23:51 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:23:51 			./cmd/buildx
11:23:51 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:23:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:23:51 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:23:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:23:51 ++ pwd
11:23:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:23:51 Project root: .
11:23:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:23:51 INFO: man/src/attach.md found
11:23:51 WARN: man/src/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/build.md does not exist, skipping
11:23:51 WARN: man/src/builder/prune.md does not exist, skipping
11:23:51 WARN: man/src/builder.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/create.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:23:51 WARN: man/src/checkpoint.md does not exist, skipping
11:23:51 INFO: man/src/commit.md found
11:23:51 WARN: man/src/config/create.md does not exist, skipping
11:23:51 WARN: man/src/config/inspect.md does not exist, skipping
11:23:51 WARN: man/src/config/ls.md does not exist, skipping
11:23:51 WARN: man/src/config/rm.md does not exist, skipping
11:23:51 WARN: man/src/config.md does not exist, skipping
11:23:51 INFO: man/src/container/attach.md found
11:23:51 INFO: man/src/container/commit.md found
11:23:51 INFO: man/src/container/cp.md found
11:23:51 INFO: man/src/container/create.md found
11:23:51 INFO: man/src/container/diff.md found
11:23:51 INFO: man/src/container/exec.md found
11:23:51 INFO: man/src/container/export.md found
11:23:51 WARN: man/src/container/inspect.md does not exist, skipping
11:23:51 INFO: man/src/container/kill.md found
11:23:51 INFO: man/src/container/logs.md found
11:23:51 INFO: man/src/container/ls.md found
11:23:51 INFO: man/src/container/pause.md found
11:23:51 INFO: man/src/container/port.md found
11:23:51 WARN: man/src/container/prune.md does not exist, skipping
11:23:51 INFO: man/src/container/rename.md found
11:23:51 INFO: man/src/container/restart.md found
11:23:51 INFO: man/src/container/rm.md found
11:23:51 INFO: man/src/container/run.md found
11:23:51 INFO: man/src/container/start.md found
11:23:51 INFO: man/src/container/stats.md found
11:23:51 INFO: man/src/container/stop.md found
11:23:51 INFO: man/src/container/top.md found
11:23:51 INFO: man/src/container/unpause.md found
11:23:51 INFO: man/src/container/update.md found
11:23:51 INFO: man/src/container/wait.md found
11:23:51 WARN: man/src/container.md does not exist, skipping
11:23:51 WARN: man/src/context/create.md does not exist, skipping
11:23:51 WARN: man/src/context/export.md does not exist, skipping
11:23:51 WARN: man/src/context/import.md does not exist, skipping
11:23:51 WARN: man/src/context/inspect.md does not exist, skipping
11:23:51 WARN: man/src/context/ls.md does not exist, skipping
11:23:51 WARN: man/src/context/rm.md does not exist, skipping
11:23:51 WARN: man/src/context/show.md does not exist, skipping
11:23:51 WARN: man/src/context/update.md does not exist, skipping
11:23:51 WARN: man/src/context/use.md does not exist, skipping
11:23:51 WARN: man/src/context.md does not exist, skipping
11:23:51 INFO: man/src/cp.md found
11:23:51 INFO: man/src/create.md found
11:23:51 INFO: man/src/diff.md found
11:23:51 INFO: man/src/events.md found
11:23:51 INFO: man/src/exec.md found
11:23:51 INFO: man/src/export.md found
11:23:51 INFO: man/src/history.md found
11:23:51 INFO: man/src/image/build.md found
11:23:51 INFO: man/src/image/history.md found
11:23:51 INFO: man/src/image/import.md found
11:23:51 WARN: man/src/image/inspect.md does not exist, skipping
11:23:51 INFO: man/src/image/load.md found
11:23:51 INFO: man/src/image/ls.md found
11:23:51 WARN: man/src/image/prune.md does not exist, skipping
11:23:51 INFO: man/src/image/pull.md found
11:23:51 INFO: man/src/image/push.md found
11:23:51 INFO: man/src/image/rm.md found
11:23:51 INFO: man/src/image/save.md found
11:23:51 INFO: man/src/image/tag.md found
11:23:51 WARN: man/src/image.md does not exist, skipping
11:23:51 INFO: man/src/images.md found
11:23:51 INFO: man/src/import.md found
11:23:51 INFO: man/src/info.md found
11:23:51 INFO: man/src/inspect.md found
11:23:51 INFO: man/src/kill.md found
11:23:51 INFO: man/src/load.md found
11:23:51 INFO: man/src/login.md found
11:23:51 INFO: man/src/logout.md found
11:23:51 INFO: man/src/logs.md found
11:23:51 WARN: man/src/manifest/annotate.md does not exist, skipping
11:23:51 WARN: man/src/manifest/create.md does not exist, skipping
11:23:51 WARN: man/src/manifest/inspect.md does not exist, skipping
11:23:51 WARN: man/src/manifest/push.md does not exist, skipping
11:23:51 WARN: man/src/manifest/rm.md does not exist, skipping
11:23:51 WARN: man/src/manifest.md does not exist, skipping
11:23:51 INFO: man/src/network/connect.md found
11:23:51 INFO: man/src/network/create.md found
11:23:51 INFO: man/src/network/disconnect.md found
11:23:51 INFO: man/src/network/inspect.md found
11:23:51 INFO: man/src/network/ls.md found
11:23:51 WARN: man/src/network/prune.md does not exist, skipping
11:23:51 INFO: man/src/network/rm.md found
11:23:51 WARN: man/src/network.md does not exist, skipping
11:23:51 WARN: man/src/node/demote.md does not exist, skipping
11:23:51 WARN: man/src/node/inspect.md does not exist, skipping
11:23:51 WARN: man/src/node/ls.md does not exist, skipping
11:23:51 WARN: man/src/node/promote.md does not exist, skipping
11:23:51 WARN: man/src/node/ps.md does not exist, skipping
11:23:51 WARN: man/src/node/rm.md does not exist, skipping
11:23:51 WARN: man/src/node/update.md does not exist, skipping
11:23:51 WARN: man/src/node.md does not exist, skipping
11:23:51 INFO: man/src/pause.md found
11:23:51 WARN: man/src/plugin/create.md does not exist, skipping
11:23:51 WARN: man/src/plugin/disable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/enable.md does not exist, skipping
11:23:51 WARN: man/src/plugin/inspect.md does not exist, skipping
11:23:51 WARN: man/src/plugin/install.md does not exist, skipping
11:23:51 INFO: man/src/plugin/ls.md found
11:23:51 WARN: man/src/plugin/push.md does not exist, skipping
11:23:51 WARN: man/src/plugin/rm.md does not exist, skipping
11:23:51 WARN: man/src/plugin/set.md does not exist, skipping
11:23:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:23:51 WARN: man/src/plugin.md does not exist, skipping
11:23:51 INFO: man/src/port.md found
11:23:51 INFO: man/src/ps.md found
11:23:51 INFO: man/src/pull.md found
11:23:51 INFO: man/src/push.md found
11:23:51 INFO: man/src/rename.md found
11:23:51 INFO: man/src/restart.md found
11:23:51 INFO: man/src/rm.md found
11:23:51 INFO: man/src/rmi.md found
11:23:51 WARN: man/src/run.md does not exist, skipping
11:23:51 INFO: man/src/save.md found
11:23:51 INFO: man/src/search.md found
11:23:51 WARN: man/src/secret/create.md does not exist, skipping
11:23:51 WARN: man/src/secret/inspect.md does not exist, skipping
11:23:51 WARN: man/src/secret/ls.md does not exist, skipping
11:23:51 WARN: man/src/secret/rm.md does not exist, skipping
11:23:51 WARN: man/src/secret.md does not exist, skipping
11:23:51 WARN: man/src/service/create.md does not exist, skipping
11:23:51 WARN: man/src/service/inspect.md does not exist, skipping
11:23:51 WARN: man/src/service/logs.md does not exist, skipping
11:23:51 WARN: man/src/service/ls.md does not exist, skipping
11:23:51 WARN: man/src/service/ps.md does not exist, skipping
11:23:51 WARN: man/src/service/rm.md does not exist, skipping
11:23:51 WARN: man/src/service/rollback.md does not exist, skipping
11:23:51 WARN: man/src/service/scale.md does not exist, skipping
11:23:51 WARN: man/src/service/update.md does not exist, skipping
11:23:51 WARN: man/src/service.md does not exist, skipping
11:23:51 WARN: man/src/stack/config.md does not exist, skipping
11:23:51 WARN: man/src/stack/deploy.md does not exist, skipping
11:23:51 WARN: man/src/stack/ls.md does not exist, skipping
11:23:51 WARN: man/src/stack/ps.md does not exist, skipping
11:23:51 WARN: man/src/stack/rm.md does not exist, skipping
11:23:51 WARN: man/src/stack/services.md does not exist, skipping
11:23:51 WARN: man/src/stack.md does not exist, skipping
11:23:51 INFO: man/src/start.md found
11:23:51 INFO: man/src/stats.md found
11:23:51 INFO: man/src/stop.md found
11:23:51 WARN: man/src/swarm/ca.md does not exist, skipping
11:23:51 WARN: man/src/swarm/init.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join.md does not exist, skipping
11:23:51 WARN: man/src/swarm/join-token.md does not exist, skipping
11:23:51 WARN: man/src/swarm/leave.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock.md does not exist, skipping
11:23:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:23:51 WARN: man/src/swarm/update.md does not exist, skipping
11:23:51 WARN: man/src/swarm.md does not exist, skipping
11:23:51 WARN: man/src/system/df.md does not exist, skipping
11:23:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:23:51 INFO: man/src/system/events.md found
11:23:51 INFO: man/src/system/info.md found
11:23:51 WARN: man/src/system/prune.md does not exist, skipping
11:23:51 WARN: man/src/system.md does not exist, skipping
11:23:51 INFO: man/src/tag.md found
11:23:51 INFO: man/src/top.md found
11:23:51 WARN: man/src/trust/inspect.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/generate.md does not exist, skipping
11:23:51 WARN: man/src/trust/key/load.md does not exist, skipping
11:23:51 WARN: man/src/trust/key.md does not exist, skipping
11:23:51 WARN: man/src/trust/revoke.md does not exist, skipping
11:23:51 WARN: man/src/trust/sign.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/add.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:23:51 WARN: man/src/trust/signer.md does not exist, skipping
11:23:51 WARN: man/src/trust.md does not exist, skipping
11:23:51 INFO: man/src/unpause.md found
11:23:51 INFO: man/src/update.md found
11:23:51 INFO: man/src/version.md found
11:23:51 INFO: man/src/volume/create.md found
11:23:51 INFO: man/src/volume/inspect.md found
11:23:51 INFO: man/src/volume/ls.md found
11:23:51 WARN: man/src/volume/prune.md does not exist, skipping
11:23:51 WARN: man/src/volume/rm.md does not exist, skipping
11:23:51 WARN: man/src/volume/update.md does not exist, skipping
11:23:51 INFO: man/src/volume.md found
11:23:51 INFO: man/src/wait.md found
11:23:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:23:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:23:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:23:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:23:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:23:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:23:51 make[2]: Leaving directory '/root/build-deb/cli'
11:23:51 # Build buildx plugin
11:23:51 cd /go/src/github.com/docker/buildx \
11:23:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:23:51 && GO111MODULE=on \
11:23:51 	CGO_ENABLED=0 \
11:23:51 		go build \
11:23:51 			-mod=vendor \
11:23:51 			-trimpath \
11:23:51 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:23:51 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:23:51 			./cmd/buildx
11:23:53 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:23:53 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WdwaHe
11:23:53 + umask 022
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + cd src
11:23:53 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64
11:23:53 + exit 0
11:23:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.edEj70
11:23:53 + umask 022
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + rm -rf src
11:23:53 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:23:53 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vr8FWg
11:23:53 + umask 022
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + cd src
11:23:53 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:23:53 + exit 0
11:23:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FmdSqi
11:23:53 + umask 022
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + cd /root/rpmbuild/BUILD
11:23:53 + rm -rf src
11:23:53 + /usr/bin/mkdir -p src
11:23:53 + cd src
11:23:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:23:53 + /usr/bin/tar -xf -
11:23:53 + STATUS=0
11:23:53 + '[' 0 -ne 0 ']'
11:23:53 + /usr/bin/tar -xf -
11:23:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:23:53 + /usr/bin/mkdir -p src
11:23:53 + cd src
11:23:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:23:53 + /usr/bin/tar -xof -
11:23:54 + STATUS=0
11:23:54 + '[' 0 -ne 0 ']'
11:23:54 + /usr/bin/tar -xof -
11:23:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:23:54 + STATUS=0
11:23:54 + '[' 0 -ne 0 ']'
11:23:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:54 + exit 0
11:23:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M6rtQu
11:23:54 + umask 022
11:23:54 + cd /root/rpmbuild/BUILD
11:23:54 + cd src
11:23:54 + pushd /root/rpmbuild/BUILD/src/buildx
11:23:54 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:23:54 + GO111MODULE=on
11:23:54 + CGO_ENABLED=0
11:23:54 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:23:54 + STATUS=0
11:23:54 + '[' 0 -ne 0 ']'
11:23:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:23:54 + exit 0
11:23:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HV7eid
11:23:54 + umask 022
11:23:54 + cd /root/rpmbuild/BUILD
11:23:54 + cd src
11:23:54 + pushd /root/rpmbuild/BUILD/src/buildx
11:23:54 + GO111MODULE=on
11:23:54 + CGO_ENABLED=0
11:23:54 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:23:54 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:23:59 make[2]: Entering directory '/root/build-deb/cli'
11:23:59 scripts/docs/generate-man.sh
11:23:59 + cp -r . /tmp/docker-cli-docsgen.Y3d4GbuC4h/
11:23:59 + cd /tmp/docker-cli-docsgen.Y3d4GbuC4h
11:23:59 + ./scripts/vendor init
11:23:59 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:23:59 + cp man/tools.go .
11:23:59 + ./scripts/vendor update
11:23:59 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:23:59 go: downloading github.com/docker/docker v23.0.0+incompatible
11:23:59 go: downloading github.com/fvbommel/sortorder v1.0.2
11:23:59 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:23:59 go: downloading github.com/morikuni/aec v1.0.0
11:23:59 go: downloading github.com/pkg/errors v0.9.1
11:23:59 go: downloading github.com/spf13/cobra v1.6.1
11:23:59 go: downloading github.com/spf13/pflag v1.0.5
11:23:59 go: downloading github.com/google/go-cmp v0.5.9
11:23:59 go: downloading gotest.tools/v3 v3.4.0
11:23:59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:23:59 go: downloading golang.org/x/sys v0.4.0
11:23:59 go: downloading github.com/docker/go-units v0.5.0
11:23:59 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:23:59 go: downloading github.com/docker/go-connections v0.4.0
11:23:59 go: downloading github.com/moby/sys/sequential v0.5.0
11:23:59 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:23:59 go: downloading golang.org/x/text v0.6.0
11:23:59 go: downloading github.com/mattn/go-runewidth v0.0.13
11:23:59 go: downloading github.com/containerd/containerd v1.6.16
11:23:59 go: downloading github.com/moby/sys/signal v0.7.0
11:23:59 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:23:59 go: downloading github.com/moby/buildkit v0.10.6
11:23:59 go: downloading github.com/moby/patternmatcher v0.5.0
11:23:59 go: downloading github.com/opencontainers/go-digest v1.0.0
11:23:59 go: downloading gopkg.in/yaml.v2 v2.4.0
11:23:59 go: downloading github.com/gogo/protobuf v1.3.2
11:23:59 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:23:59 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:23:59 go: downloading golang.org/x/term v0.4.0
11:23:59 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:23:59 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:23:59 go: downloading github.com/imdario/mergo v0.3.12
11:23:59 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:23:59 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:23:59 go: downloading github.com/creack/pty v1.1.11
11:23:59 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:23:59 go: downloading gopkg.in/yaml.v3 v3.0.1
11:23:59 go: downloading github.com/stretchr/testify v1.8.0
11:23:59 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:23:59 go: downloading github.com/rivo/uniseg v0.2.0
11:23:59 go: downloading github.com/klauspost/compress v1.15.12
11:23:59 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:23:59 go: downloading github.com/containerd/continuity v0.3.0
11:23:59 go: downloading github.com/moby/sys/symlink v0.2.0
11:23:59 go: downloading golang.org/x/time v0.1.0
11:23:59 go: downloading github.com/opencontainers/runc v1.1.3
11:23:59 go: downloading golang.org/x/crypto v0.2.0
11:23:59 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:23:59 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:23:59 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:23:59 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:23:59 go: downloading google.golang.org/grpc v1.48.0
11:23:59 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:23:59 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:23:59 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:23:59 go: downloading github.com/russross/blackfriday v1.6.0
11:23:59 go: downloading github.com/Microsoft/go-winio v0.5.2
11:23:59 go: downloading golang.org/x/net v0.5.0
11:23:59 go: downloading github.com/davecgh/go-spew v1.1.1
11:23:59 go: downloading github.com/pmezard/go-difflib v1.0.0
11:23:59 go: downloading github.com/miekg/pkcs11 v1.1.1
11:23:59 go: downloading github.com/prometheus/client_golang v1.14.0
11:23:59 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:23:59 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:23:59 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:23:59 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:23:59 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:23:59 go: downloading github.com/golang/protobuf v1.5.2
11:23:59 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:23:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:23:59 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:23:59 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:23:59 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:23:59 go: downloading github.com/beorn7/perks v1.0.1
11:23:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:23:59 go: downloading github.com/prometheus/client_model v0.3.0
11:23:59 go: downloading github.com/prometheus/common v0.37.0
11:23:59 go: downloading github.com/prometheus/procfs v0.8.0
11:23:59 go: downloading google.golang.org/protobuf v1.28.1
11:23:59 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:23:59 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:23:59 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:23:59 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:23:59 go: downloading k8s.io/klog/v2 v2.80.1
11:23:59 go: downloading github.com/kr/text v0.2.0
11:23:59 go: downloading github.com/docker/go-metrics v0.0.1
11:23:59 go: downloading github.com/BurntSushi/toml v0.3.1
11:23:59 go: downloading github.com/kr/pretty v0.2.1
11:23:59 go: downloading github.com/magiconair/properties v1.5.3
11:23:59 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:23:59 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:23:59 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:23:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:23:59 go: downloading github.com/go-logr/logr v1.2.3
11:23:59 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:23:59 + go mod vendor -modfile=vendor.mod
11:23:59 + for f in rootlesskit rootlesskit-docker-proxy
11:23:59 + GOBIN=/usr/local/bin
11:23:59 + GO111MODULE=on
11:23:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:00 + return
11:24:00 # Build the CLI
11:24:00 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230309110843-71615c2 GITCOMMIT=71615c2 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
11:24:00 Building dynamic docker-linux-arm-v6
11:24:00 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:21:23Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
11:24:01 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:01 make[2]: Entering directory '/root/build-deb/cli'
11:24:01 scripts/docs/generate-man.sh
11:24:01 + cp -r . /tmp/docker-cli-docsgen.aOuxwWtw5k/
11:24:01 + cd /tmp/docker-cli-docsgen.aOuxwWtw5k
11:24:01 + ./scripts/vendor init
11:24:01 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:01 + cp man/tools.go .
11:24:01 + ./scripts/vendor update
11:24:01 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:01 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:02 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:02 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:02 go: downloading github.com/morikuni/aec v1.0.0
11:24:02 go: downloading github.com/pkg/errors v0.9.1
11:24:02 go: downloading github.com/spf13/cobra v1.6.1
11:24:02 go: downloading github.com/spf13/pflag v1.0.5
11:24:02 go: downloading gotest.tools/v3 v3.4.0
11:24:02 go: downloading github.com/google/go-cmp v0.5.9
11:24:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:02 go: downloading golang.org/x/sys v0.4.0
11:24:02 go: downloading github.com/docker/go-units v0.5.0
11:24:02 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:02 go: downloading github.com/docker/go-connections v0.4.0
11:24:02 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:02 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:02 go: downloading golang.org/x/text v0.6.0
11:24:02 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:02 go: downloading github.com/containerd/containerd v1.6.16
11:24:03 make[2]: Entering directory '/root/build-deb/cli'
11:24:03 scripts/docs/generate-man.sh
11:24:03 + cp -r . /tmp/docker-cli-docsgen.b52Qh57U76/
11:24:03 + cd /tmp/docker-cli-docsgen.b52Qh57U76
11:24:03 + ./scripts/vendor init
11:24:03 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:03 + cp man/tools.go .
11:24:03 + ./scripts/vendor update
11:24:03 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:03 go: downloading github.com/spf13/cobra v1.6.1
11:24:03 go: downloading github.com/moby/sys/signal v0.7.0
11:24:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:03 go: downloading github.com/moby/buildkit v0.10.6
11:24:03 go: downloading github.com/spf13/pflag v1.0.5
11:24:03 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:03 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:03 ++ pwd
11:24:03 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:03 Project root: .
11:24:03 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:03 INFO: man/src/attach.md found
11:24:03 WARN: man/src/build.md does not exist, skipping
11:24:03 WARN: man/src/builder/build.md does not exist, skipping
11:24:03 WARN: man/src/builder/prune.md does not exist, skipping
11:24:03 WARN: man/src/builder.md does not exist, skipping
11:24:03 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:03 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:03 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:03 WARN: man/src/checkpoint.md does not exist, skipping
11:24:03 INFO: man/src/commit.md found
11:24:03 WARN: man/src/config/create.md does not exist, skipping
11:24:03 WARN: man/src/config/inspect.md does not exist, skipping
11:24:03 WARN: man/src/config/ls.md does not exist, skipping
11:24:03 WARN: man/src/config/rm.md does not exist, skipping
11:24:03 WARN: man/src/config.md does not exist, skipping
11:24:03 INFO: man/src/container/attach.md found
11:24:03 INFO: man/src/container/commit.md found
11:24:03 INFO: man/src/container/cp.md found
11:24:03 INFO: man/src/container/create.md found
11:24:03 INFO: man/src/container/diff.md found
11:24:03 INFO: man/src/container/exec.md found
11:24:03 INFO: man/src/container/export.md found
11:24:03 WARN: man/src/container/inspect.md does not exist, skipping
11:24:03 INFO: man/src/container/kill.md found
11:24:03 INFO: man/src/container/logs.md found
11:24:03 INFO: man/src/container/ls.md found
11:24:03 INFO: man/src/container/pause.md found
11:24:03 INFO: man/src/container/port.md found
11:24:03 WARN: man/src/container/prune.md does not exist, skipping
11:24:03 INFO: man/src/container/rename.md found
11:24:03 INFO: man/src/container/restart.md found
11:24:03 INFO: man/src/container/rm.md found
11:24:03 INFO: man/src/container/run.md found
11:24:03 INFO: man/src/container/start.md found
11:24:03 INFO: man/src/container/stats.md found
11:24:03 INFO: man/src/container/stop.md found
11:24:03 INFO: man/src/container/top.md found
11:24:03 INFO: man/src/container/unpause.md found
11:24:03 INFO: man/src/container/update.md found
11:24:03 INFO: man/src/container/wait.md found
11:24:03 WARN: man/src/container.md does not exist, skipping
11:24:03 WARN: man/src/context/create.md does not exist, skipping
11:24:03 WARN: man/src/context/export.md does not exist, skipping
11:24:03 WARN: man/src/context/import.md does not exist, skipping
11:24:03 WARN: man/src/context/inspect.md does not exist, skipping
11:24:03 WARN: man/src/context/ls.md does not exist, skipping
11:24:03 WARN: man/src/context/rm.md does not exist, skipping
11:24:03 WARN: man/src/context/show.md does not exist, skipping
11:24:03 WARN: man/src/context/update.md does not exist, skipping
11:24:03 WARN: man/src/context/use.md does not exist, skipping
11:24:03 WARN: man/src/context.md does not exist, skipping
11:24:03 INFO: man/src/cp.md found
11:24:03 INFO: man/src/create.md found
11:24:03 INFO: man/src/diff.md found
11:24:03 INFO: man/src/events.md found
11:24:03 INFO: man/src/exec.md found
11:24:03 INFO: man/src/export.md found
11:24:03 INFO: man/src/history.md found
11:24:03 INFO: man/src/image/build.md found
11:24:03 INFO: man/src/image/history.md found
11:24:03 INFO: man/src/image/import.md found
11:24:03 WARN: man/src/image/inspect.md does not exist, skipping
11:24:03 INFO: man/src/image/load.md found
11:24:03 INFO: man/src/image/ls.md found
11:24:03 WARN: man/src/image/prune.md does not exist, skipping
11:24:03 INFO: man/src/image/pull.md found
11:24:03 INFO: man/src/image/push.md found
11:24:03 INFO: man/src/image/rm.md found
11:24:03 INFO: man/src/image/save.md found
11:24:03 INFO: man/src/image/tag.md found
11:24:03 WARN: man/src/image.md does not exist, skipping
11:24:03 INFO: man/src/images.md found
11:24:03 INFO: man/src/import.md found
11:24:03 INFO: man/src/info.md found
11:24:03 INFO: man/src/inspect.md found
11:24:03 INFO: man/src/kill.md found
11:24:03 INFO: man/src/load.md found
11:24:03 INFO: man/src/login.md found
11:24:03 INFO: man/src/logout.md found
11:24:03 INFO: man/src/logs.md found
11:24:03 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:03 WARN: man/src/manifest/create.md does not exist, skipping
11:24:03 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:03 WARN: man/src/manifest/push.md does not exist, skipping
11:24:03 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:03 WARN: man/src/manifest.md does not exist, skipping
11:24:03 INFO: man/src/network/connect.md found
11:24:03 INFO: man/src/network/create.md found
11:24:03 INFO: man/src/network/disconnect.md found
11:24:03 INFO: man/src/network/inspect.md found
11:24:03 INFO: man/src/network/ls.md found
11:24:03 WARN: man/src/network/prune.md does not exist, skipping
11:24:03 INFO: man/src/network/rm.md found
11:24:03 WARN: man/src/network.md does not exist, skipping
11:24:03 WARN: man/src/node/demote.md does not exist, skipping
11:24:03 WARN: man/src/node/inspect.md does not exist, skipping
11:24:03 WARN: man/src/node/ls.md does not exist, skipping
11:24:03 WARN: man/src/node/promote.md does not exist, skipping
11:24:03 WARN: man/src/node/ps.md does not exist, skipping
11:24:03 WARN: man/src/node/rm.md does not exist, skipping
11:24:03 WARN: man/src/node/update.md does not exist, skipping
11:24:03 WARN: man/src/node.md does not exist, skipping
11:24:03 INFO: man/src/pause.md found
11:24:03 WARN: man/src/plugin/create.md does not exist, skipping
11:24:03 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:03 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:03 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:03 WARN: man/src/plugin/install.md does not exist, skipping
11:24:03 INFO: man/src/plugin/ls.md found
11:24:03 WARN: man/src/plugin/push.md does not exist, skipping
11:24:03 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:03 WARN: man/src/plugin/set.md does not exist, skipping
11:24:03 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:03 WARN: man/src/plugin.md does not exist, skipping
11:24:03 INFO: man/src/port.md found
11:24:03 INFO: man/src/ps.md found
11:24:03 INFO: man/src/pull.md found
11:24:03 INFO: man/src/push.md found
11:24:03 INFO: man/src/rename.md found
11:24:03 INFO: man/src/restart.md found
11:24:03 INFO: man/src/rm.md found
11:24:03 INFO: man/src/rmi.md found
11:24:03 WARN: man/src/run.md does not exist, skipping
11:24:03 INFO: man/src/save.md found
11:24:03 INFO: man/src/search.md found
11:24:03 WARN: man/src/secret/create.md does not exist, skipping
11:24:03 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:03 WARN: man/src/secret/ls.md does not exist, skipping
11:24:03 WARN: man/src/secret/rm.md does not exist, skipping
11:24:03 WARN: man/src/secret.md does not exist, skipping
11:24:03 WARN: man/src/service/create.md does not exist, skipping
11:24:03 WARN: man/src/service/inspect.md does not exist, skipping
11:24:03 WARN: man/src/service/logs.md does not exist, skipping
11:24:03 WARN: man/src/service/ls.md does not exist, skipping
11:24:03 WARN: man/src/service/ps.md does not exist, skipping
11:24:03 WARN: man/src/service/rm.md does not exist, skipping
11:24:03 WARN: man/src/service/rollback.md does not exist, skipping
11:24:03 WARN: man/src/service/scale.md does not exist, skipping
11:24:03 WARN: man/src/service/update.md does not exist, skipping
11:24:03 WARN: man/src/service.md does not exist, skipping
11:24:03 WARN: man/src/stack/config.md does not exist, skipping
11:24:03 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:03 WARN: man/src/stack/ls.md does not exist, skipping
11:24:03 WARN: man/src/stack/ps.md does not exist, skipping
11:24:03 WARN: man/src/stack/rm.md does not exist, skipping
11:24:03 WARN: man/src/stack/services.md does not exist, skipping
11:24:03 WARN: man/src/stack.md does not exist, skipping
11:24:03 INFO: man/src/start.md found
11:24:03 INFO: man/src/stats.md found
11:24:03 INFO: man/src/stop.md found
11:24:03 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:03 WARN: man/src/swarm/init.md does not exist, skipping
11:24:03 WARN: man/src/swarm/join.md does not exist, skipping
11:24:03 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:03 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:03 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:03 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:03 WARN: man/src/swarm/update.md does not exist, skipping
11:24:03 WARN: man/src/swarm.md does not exist, skipping
11:24:03 WARN: man/src/system/df.md does not exist, skipping
11:24:03 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:03 INFO: man/src/system/events.md found
11:24:03 INFO: man/src/system/info.md found
11:24:03 WARN: man/src/system/prune.md does not exist, skipping
11:24:03 WARN: man/src/system.md does not exist, skipping
11:24:03 INFO: man/src/tag.md found
11:24:03 INFO: man/src/top.md found
11:24:03 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:03 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:03 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:03 WARN: man/src/trust/key.md does not exist, skipping
11:24:03 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:03 WARN: man/src/trust/sign.md does not exist, skipping
11:24:03 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:03 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:03 WARN: man/src/trust/signer.md does not exist, skipping
11:24:03 WARN: man/src/trust.md does not exist, skipping
11:24:03 INFO: man/src/unpause.md found
11:24:03 INFO: man/src/update.md found
11:24:03 INFO: man/src/version.md found
11:24:03 INFO: man/src/volume/create.md found
11:24:03 INFO: man/src/volume/inspect.md found
11:24:03 INFO: man/src/volume/ls.md found
11:24:03 WARN: man/src/volume/prune.md does not exist, skipping
11:24:03 WARN: man/src/volume/rm.md does not exist, skipping
11:24:03 WARN: man/src/volume/update.md does not exist, skipping
11:24:03 INFO: man/src/volume.md found
11:24:03 INFO: man/src/wait.md found
11:24:03 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:03 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:03 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:03 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:03 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:03 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:03 make[2]: Leaving directory '/root/build-deb/cli'
11:24:03 # Build buildx plugin
11:24:03 cd /go/src/github.com/docker/buildx \
11:24:03 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:03 && GO111MODULE=on \
11:24:03 	CGO_ENABLED=0 \
11:24:03 		go build \
11:24:03 			-mod=vendor \
11:24:03 			-trimpath \
11:24:03 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:03 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:03 			./cmd/buildx
11:24:03 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:03 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:03 go: downloading github.com/gogo/protobuf v1.3.2
11:24:03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:03 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:03 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:03 go: downloading golang.org/x/term v0.4.0
11:24:03 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:03 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:04 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:04 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:04 go: downloading github.com/morikuni/aec v1.0.0
11:24:04 go: downloading github.com/pkg/errors v0.9.1
11:24:04 go: downloading github.com/google/go-cmp v0.5.9
11:24:04 go: downloading gotest.tools/v3 v3.4.0
11:24:04 go: downloading golang.org/x/sys v0.4.0
11:24:04 go: downloading github.com/docker/go-units v0.5.0
11:24:04 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:04 go: downloading github.com/imdario/mergo v0.3.12
11:24:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:04 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:04 go: downloading github.com/creack/pty v1.1.11
11:24:04 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:04 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:04 ++ pwd
11:24:04 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:04 Project root: .
11:24:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:04 INFO: man/src/attach.md found
11:24:04 WARN: man/src/build.md does not exist, skipping
11:24:04 WARN: man/src/builder/build.md does not exist, skipping
11:24:04 WARN: man/src/builder/prune.md does not exist, skipping
11:24:04 WARN: man/src/builder.md does not exist, skipping
11:24:04 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:04 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:04 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:04 WARN: man/src/checkpoint.md does not exist, skipping
11:24:04 INFO: man/src/commit.md found
11:24:04 WARN: man/src/config/create.md does not exist, skipping
11:24:04 WARN: man/src/config/inspect.md does not exist, skipping
11:24:04 WARN: man/src/config/ls.md does not exist, skipping
11:24:04 WARN: man/src/config/rm.md does not exist, skipping
11:24:04 WARN: man/src/config.md does not exist, skipping
11:24:04 INFO: man/src/container/attach.md found
11:24:04 INFO: man/src/container/commit.md found
11:24:04 INFO: man/src/container/cp.md found
11:24:04 INFO: man/src/container/create.md found
11:24:04 INFO: man/src/container/diff.md found
11:24:04 INFO: man/src/container/exec.md found
11:24:04 INFO: man/src/container/export.md found
11:24:04 WARN: man/src/container/inspect.md does not exist, skipping
11:24:04 INFO: man/src/container/kill.md found
11:24:04 INFO: man/src/container/logs.md found
11:24:04 INFO: man/src/container/ls.md found
11:24:04 INFO: man/src/container/pause.md found
11:24:04 INFO: man/src/container/port.md found
11:24:04 WARN: man/src/container/prune.md does not exist, skipping
11:24:04 INFO: man/src/container/rename.md found
11:24:04 INFO: man/src/container/restart.md found
11:24:04 INFO: man/src/container/rm.md found
11:24:04 INFO: man/src/container/run.md found
11:24:04 INFO: man/src/container/start.md found
11:24:04 INFO: man/src/container/stats.md found
11:24:04 INFO: man/src/container/stop.md found
11:24:04 INFO: man/src/container/top.md found
11:24:04 INFO: man/src/container/unpause.md found
11:24:04 INFO: man/src/container/update.md found
11:24:04 INFO: man/src/container/wait.md found
11:24:04 WARN: man/src/container.md does not exist, skipping
11:24:04 WARN: man/src/context/create.md does not exist, skipping
11:24:04 WARN: man/src/context/export.md does not exist, skipping
11:24:04 WARN: man/src/context/import.md does not exist, skipping
11:24:04 WARN: man/src/context/inspect.md does not exist, skipping
11:24:04 WARN: man/src/context/ls.md does not exist, skipping
11:24:04 WARN: man/src/context/rm.md does not exist, skipping
11:24:04 WARN: man/src/context/show.md does not exist, skipping
11:24:04 WARN: man/src/context/update.md does not exist, skipping
11:24:04 WARN: man/src/context/use.md does not exist, skipping
11:24:04 WARN: man/src/context.md does not exist, skipping
11:24:04 INFO: man/src/cp.md found
11:24:04 INFO: man/src/create.md found
11:24:04 INFO: man/src/diff.md found
11:24:04 INFO: man/src/events.md found
11:24:04 INFO: man/src/exec.md found
11:24:04 INFO: man/src/export.md found
11:24:04 INFO: man/src/history.md found
11:24:04 INFO: man/src/image/build.md found
11:24:04 INFO: man/src/image/history.md found
11:24:04 INFO: man/src/image/import.md found
11:24:04 WARN: man/src/image/inspect.md does not exist, skipping
11:24:04 INFO: man/src/image/load.md found
11:24:04 INFO: man/src/image/ls.md found
11:24:04 WARN: man/src/image/prune.md does not exist, skipping
11:24:04 INFO: man/src/image/pull.md found
11:24:04 INFO: man/src/image/push.md found
11:24:04 INFO: man/src/image/rm.md found
11:24:04 INFO: man/src/image/save.md found
11:24:04 INFO: man/src/image/tag.md found
11:24:04 WARN: man/src/image.md does not exist, skipping
11:24:04 INFO: man/src/images.md found
11:24:04 INFO: man/src/import.md found
11:24:04 INFO: man/src/info.md found
11:24:04 INFO: man/src/inspect.md found
11:24:04 INFO: man/src/kill.md found
11:24:04 INFO: man/src/load.md found
11:24:04 INFO: man/src/login.md found
11:24:04 INFO: man/src/logout.md found
11:24:04 INFO: man/src/logs.md found
11:24:04 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:04 WARN: man/src/manifest/create.md does not exist, skipping
11:24:04 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:04 WARN: man/src/manifest/push.md does not exist, skipping
11:24:04 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:04 WARN: man/src/manifest.md does not exist, skipping
11:24:04 INFO: man/src/network/connect.md found
11:24:04 INFO: man/src/network/create.md found
11:24:04 INFO: man/src/network/disconnect.md found
11:24:04 INFO: man/src/network/inspect.md found
11:24:04 INFO: man/src/network/ls.md found
11:24:04 WARN: man/src/network/prune.md does not exist, skipping
11:24:04 INFO: man/src/network/rm.md found
11:24:04 WARN: man/src/network.md does not exist, skipping
11:24:04 WARN: man/src/node/demote.md does not exist, skipping
11:24:04 WARN: man/src/node/inspect.md does not exist, skipping
11:24:04 WARN: man/src/node/ls.md does not exist, skipping
11:24:04 WARN: man/src/node/promote.md does not exist, skipping
11:24:04 WARN: man/src/node/ps.md does not exist, skipping
11:24:04 WARN: man/src/node/rm.md does not exist, skipping
11:24:04 WARN: man/src/node/update.md does not exist, skipping
11:24:04 WARN: man/src/node.md does not exist, skipping
11:24:04 INFO: man/src/pause.md found
11:24:04 WARN: man/src/plugin/create.md does not exist, skipping
11:24:04 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:04 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:04 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:04 WARN: man/src/plugin/install.md does not exist, skipping
11:24:04 INFO: man/src/plugin/ls.md found
11:24:04 WARN: man/src/plugin/push.md does not exist, skipping
11:24:04 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:04 WARN: man/src/plugin/set.md does not exist, skipping
11:24:04 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:04 WARN: man/src/plugin.md does not exist, skipping
11:24:04 INFO: man/src/port.md found
11:24:04 INFO: man/src/ps.md found
11:24:04 INFO: man/src/pull.md found
11:24:04 INFO: man/src/push.md found
11:24:04 INFO: man/src/rename.md found
11:24:04 INFO: man/src/restart.md found
11:24:04 INFO: man/src/rm.md found
11:24:04 INFO: man/src/rmi.md found
11:24:04 WARN: man/src/run.md does not exist, skipping
11:24:04 INFO: man/src/save.md found
11:24:04 INFO: man/src/search.md found
11:24:04 WARN: man/src/secret/create.md does not exist, skipping
11:24:04 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:04 WARN: man/src/secret/ls.md does not exist, skipping
11:24:04 WARN: man/src/secret/rm.md does not exist, skipping
11:24:04 WARN: man/src/secret.md does not exist, skipping
11:24:04 WARN: man/src/service/create.md does not exist, skipping
11:24:04 WARN: man/src/service/inspect.md does not exist, skipping
11:24:04 WARN: man/src/service/logs.md does not exist, skipping
11:24:04 WARN: man/src/service/ls.md does not exist, skipping
11:24:04 WARN: man/src/service/ps.md does not exist, skipping
11:24:04 WARN: man/src/service/rm.md does not exist, skipping
11:24:04 WARN: man/src/service/rollback.md does not exist, skipping
11:24:04 WARN: man/src/service/scale.md does not exist, skipping
11:24:04 WARN: man/src/service/update.md does not exist, skipping
11:24:04 WARN: man/src/service.md does not exist, skipping
11:24:04 WARN: man/src/stack/config.md does not exist, skipping
11:24:04 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:04 WARN: man/src/stack/ls.md does not exist, skipping
11:24:04 WARN: man/src/stack/ps.md does not exist, skipping
11:24:04 WARN: man/src/stack/rm.md does not exist, skipping
11:24:04 WARN: man/src/stack/services.md does not exist, skipping
11:24:04 WARN: man/src/stack.md does not exist, skipping
11:24:04 INFO: man/src/start.md found
11:24:04 INFO: man/src/stats.md found
11:24:04 INFO: man/src/stop.md found
11:24:04 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:04 WARN: man/src/swarm/init.md does not exist, skipping
11:24:04 WARN: man/src/swarm/join.md does not exist, skipping
11:24:04 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:04 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:04 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:04 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:04 WARN: man/src/swarm/update.md does not exist, skipping
11:24:04 WARN: man/src/swarm.md does not exist, skipping
11:24:04 WARN: man/src/system/df.md does not exist, skipping
11:24:04 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:04 INFO: man/src/system/events.md found
11:24:04 INFO: man/src/system/info.md found
11:24:04 WARN: man/src/system/prune.md does not exist, skipping
11:24:04 WARN: man/src/system.md does not exist, skipping
11:24:04 INFO: man/src/tag.md found
11:24:04 INFO: man/src/top.md found
11:24:04 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:04 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:04 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:04 WARN: man/src/trust/key.md does not exist, skipping
11:24:04 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:04 WARN: man/src/trust/sign.md does not exist, skipping
11:24:04 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:04 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:04 WARN: man/src/trust/signer.md does not exist, skipping
11:24:04 WARN: man/src/trust.md does not exist, skipping
11:24:04 INFO: man/src/unpause.md found
11:24:04 INFO: man/src/update.md found
11:24:04 INFO: man/src/version.md found
11:24:04 INFO: man/src/volume/create.md found
11:24:04 INFO: man/src/volume/inspect.md found
11:24:04 INFO: man/src/volume/ls.md found
11:24:04 WARN: man/src/volume/prune.md does not exist, skipping
11:24:04 WARN: man/src/volume/rm.md does not exist, skipping
11:24:04 WARN: man/src/volume/update.md does not exist, skipping
11:24:04 INFO: man/src/volume.md found
11:24:04 INFO: man/src/wait.md found
11:24:04 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:04 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:04 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:04 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:04 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:04 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:04 + popd
11:24:04 + RPM_EC=0
11:24:04 ~/rpmbuild/BUILD/src
11:24:04 ++ jobs -p
11:24:04 + exit 0
11:24:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AUxC7V
11:24:04 + umask 022
11:24:04 + cd /root/rpmbuild/BUILD
11:24:04 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64 '!=' / ']'
11:24:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:04 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:04 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:04 + export CFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:04 + export CXXFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:04 + export FFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:04 + export FCFLAGS
11:24: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:24:04 + export LDFLAGS
11:24:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:04 + export LT_SYS_LIBRARY_PATH
11:24:04 + CC=gcc
11:24:04 + export CC
11:24:04 + CXX=g++
11:24:04 + export CXX
11:24:04 + cd src
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin
11:24:04 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/bash-completion/completions
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/zsh/vendor-completions
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/fish/vendor_completions.d
11:24:04 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/bash-completion/completions/docker
11:24:04 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/zsh/vendor-completions/_docker
11:24:04 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man1
11:24:04 + 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~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man1
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man5
11:24:04 + 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~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man5
11:24:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man8
11:24:04 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/man/man8
11:24:04 + mkdir -p build-docs
11:24:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:04 + cp cli/LICENSE build-docs/LICENSE
11:24:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:04 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:24:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:04 + cp cli/NOTICE build-docs/NOTICE
11:24:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:04 + cp cli/README.md build-docs/README.md
11:24:04 + /usr/lib/rpm/check-buildroot
11:24:04 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:04 + /usr/lib/rpm/brp-compress
11:24:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:04 + /usr/lib/rpm/check-rpaths
11:24:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:04 + /usr/lib/rpm/brp-remove-la-files
11:24:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:04 + /usr/lib/rpm/redhat/brp-python-hardlink
11:24:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XnL9we
11:24:04 + umask 022
11:24:04 + cd /root/rpmbuild/BUILD
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:04 + export CFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:04 + export CXXFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:04 + export FFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:04 + export FCFLAGS
11:24: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:24:04 + export LDFLAGS
11:24:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:04 + export LT_SYS_LIBRARY_PATH
11:24:04 + CC=gcc
11:24:04 + export CC
11:24:04 + CXX=g++
11:24:04 + export CXX
11:24:04 + cd src
11:24:04 ++ cli/build/docker --version
11:24:04 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:04 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:04 + echo 'PASS: cli version OK'
11:24:04 PASS: cli version OK
11:24:04 + RPM_EC=0
11:24:04 ++ jobs -p
11:24:04 + exit 0
11:24:04 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:04 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7OZA2r
11:24:04 + umask 022
11:24:04 + cd /root/rpmbuild/BUILD
11:24:04 + cd src
11:24:04 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + export LC_ALL=C
11:24:04 + LC_ALL=C
11:24:04 + export DOCDIR
11:24:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/share/doc/docker-ce-cli
11:24:04 + RPM_EC=0
11:24:04 ++ jobs -p
11:24:04 + exit 0
11:24:04 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.fc37 docker-ce-cli(aarch-64) = 1:0.0.0~20230309110843.71615c2-0.fc37
11:24:04 Requires(interp): /bin/sh
11:24:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:04 Requires(post): /bin/sh
11:24:04 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)
11:24:04 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:24:04 Recommends: docker-buildx-plugin docker-compose-plugin
11:24:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:04 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:24:04 go: downloading github.com/docker/go-connections v0.4.0
11:24:04 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:04 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:04 go: downloading golang.org/x/text v0.6.0
11:24:04 go: downloading github.com/containerd/containerd v1.6.16
11:24:05 go: downloading github.com/moby/sys/signal v0.7.0
11:24:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:05 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:05 go: downloading github.com/moby/buildkit v0.10.6
11:24:05 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:05 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:05 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:05 go: downloading github.com/gogo/protobuf v1.3.2
11:24:05 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:05 go: downloading github.com/stretchr/testify v1.8.0
11:24:05 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:05 go: downloading github.com/rivo/uniseg v0.2.0
11:24:05 go: downloading github.com/klauspost/compress v1.15.12
11:24:05 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:05 go: downloading github.com/containerd/continuity v0.3.0
11:24:05 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:05 go: downloading golang.org/x/time v0.1.0
11:24:05 go: downloading github.com/opencontainers/runc v1.1.3
11:24:05 go: downloading golang.org/x/crypto v0.2.0
11:24:05 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:05 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:05 make[2]: Entering directory '/root/build-deb/cli'
11:24:05 scripts/docs/generate-man.sh
11:24:05 + cp -r . /tmp/docker-cli-docsgen.sw73bcyshG/
11:24:05 + cd /tmp/docker-cli-docsgen.sw73bcyshG
11:24:05 + ./scripts/vendor init
11:24:05 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:05 + cp man/tools.go .
11:24:05 + ./scripts/vendor update
11:24:05 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:05 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:05 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:05 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:05 go: downloading github.com/morikuni/aec v1.0.0
11:24:05 go: downloading github.com/pkg/errors v0.9.1
11:24:05 go: downloading github.com/spf13/cobra v1.6.1
11:24:05 go: downloading github.com/spf13/pflag v1.0.5
11:24:05 go: downloading github.com/google/go-cmp v0.5.9
11:24:05 go: downloading gotest.tools/v3 v3.4.0
11:24:05 go: downloading golang.org/x/sys v0.4.0
11:24:05 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:05 go: downloading github.com/docker/go-connections v0.4.0
11:24:05 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:05 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:05 go: downloading github.com/docker/go-units v0.5.0
11:24:05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:05 go: downloading golang.org/x/text v0.6.0
11:24:05 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:05 go: downloading github.com/containerd/containerd v1.6.16
11:24:05 go: downloading github.com/moby/sys/signal v0.7.0
11:24:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:05 go: downloading github.com/moby/buildkit v0.10.6
11:24:05 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:05 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:05 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:05 go: downloading github.com/gogo/protobuf v1.3.2
11:24:05 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:05 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:05 go: downloading golang.org/x/term v0.4.0
11:24:05 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:05 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:05 go: downloading github.com/imdario/mergo v0.3.12
11:24:05 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:05 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:05 go: downloading github.com/creack/pty v1.1.11
11:24:05 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:05 go: downloading github.com/stretchr/testify v1.8.0
11:24:05 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:05 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:05 go: downloading github.com/rivo/uniseg v0.2.0
11:24:05 go: downloading github.com/klauspost/compress v1.15.12
11:24:05 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:05 go: downloading github.com/containerd/continuity v0.3.0
11:24:05 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:05 go: downloading golang.org/x/time v0.1.0
11:24:05 go: downloading github.com/opencontainers/runc v1.1.3
11:24:05 go: downloading golang.org/x/crypto v0.2.0
11:24:05 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:05 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:05 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:05 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:05 go: downloading google.golang.org/grpc v1.48.0
11:24:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:05 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:05 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:05 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:05 go: downloading golang.org/x/net v0.5.0
11:24:05 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:05 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:05 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:05 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:05 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:05 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:05 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:05 go: downloading github.com/russross/blackfriday v1.6.0
11:24:05 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:05 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:05 go: downloading github.com/golang/protobuf v1.5.2
11:24:05 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:05 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:05 go: downloading github.com/beorn7/perks v1.0.1
11:24:05 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:05 go: downloading github.com/prometheus/client_model v0.3.0
11:24:05 go: downloading github.com/prometheus/common v0.37.0
11:24:05 go: downloading github.com/prometheus/procfs v0.8.0
11:24:05 go: downloading google.golang.org/protobuf v1.28.1
11:24:05 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:05 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:05 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:05 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:05 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:05 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:05 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:05 go: downloading k8s.io/klog/v2 v2.80.1
11:24:05 go: downloading github.com/kr/text v0.2.0
11:24:05 go: downloading github.com/docker/go-metrics v0.0.1
11:24:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:05 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:05 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:05 go: downloading github.com/kr/pretty v0.2.1
11:24:05 go: downloading github.com/magiconair/properties v1.5.3
11:24:05 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:05 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:05 go: downloading github.com/go-logr/logr v1.2.3
11:24:05 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:05 + go mod vendor -modfile=vendor.mod
11:24:05 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:05 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:05 go: downloading golang.org/x/term v0.4.0
11:24:05 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:05 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:06 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:06 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:06 go: downloading google.golang.org/grpc v1.48.0
11:24:06 go: downloading github.com/imdario/mergo v0.3.12
11:24:06 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:06 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:06 go: downloading github.com/creack/pty v1.1.11
11:24:06 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:06 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:06 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:06 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:06 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:06 go: downloading github.com/russross/blackfriday v1.6.0
11:24:06 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:06 go: downloading golang.org/x/net v0.5.0
11:24:06 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:06 ++ pwd
11:24:06 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:06 Project root: .
11:24:06 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:06 INFO: man/src/attach.md found
11:24:06 WARN: man/src/build.md does not exist, skipping
11:24:06 WARN: man/src/builder/build.md does not exist, skipping
11:24:06 WARN: man/src/builder/prune.md does not exist, skipping
11:24:06 WARN: man/src/builder.md does not exist, skipping
11:24:06 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:06 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:06 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:06 WARN: man/src/checkpoint.md does not exist, skipping
11:24:06 INFO: man/src/commit.md found
11:24:06 WARN: man/src/config/create.md does not exist, skipping
11:24:06 WARN: man/src/config/inspect.md does not exist, skipping
11:24:06 WARN: man/src/config/ls.md does not exist, skipping
11:24:06 WARN: man/src/config/rm.md does not exist, skipping
11:24:06 WARN: man/src/config.md does not exist, skipping
11:24:06 INFO: man/src/container/attach.md found
11:24:06 INFO: man/src/container/commit.md found
11:24:06 INFO: man/src/container/cp.md found
11:24:06 INFO: man/src/container/create.md found
11:24:06 INFO: man/src/container/diff.md found
11:24:06 INFO: man/src/container/exec.md found
11:24:06 INFO: man/src/container/export.md found
11:24:06 WARN: man/src/container/inspect.md does not exist, skipping
11:24:06 INFO: man/src/container/kill.md found
11:24:06 INFO: man/src/container/logs.md found
11:24:06 INFO: man/src/container/ls.md found
11:24:06 INFO: man/src/container/pause.md found
11:24:06 INFO: man/src/container/port.md found
11:24:06 WARN: man/src/container/prune.md does not exist, skipping
11:24:06 INFO: man/src/container/rename.md found
11:24:06 INFO: man/src/container/restart.md found
11:24:06 INFO: man/src/container/rm.md found
11:24:06 INFO: man/src/container/run.md found
11:24:06 INFO: man/src/container/start.md found
11:24:06 INFO: man/src/container/stats.md found
11:24:06 INFO: man/src/container/stop.md found
11:24:06 INFO: man/src/container/top.md found
11:24:06 INFO: man/src/container/unpause.md found
11:24:06 INFO: man/src/container/update.md found
11:24:06 INFO: man/src/container/wait.md found
11:24:06 WARN: man/src/container.md does not exist, skipping
11:24:06 WARN: man/src/context/create.md does not exist, skipping
11:24:06 WARN: man/src/context/export.md does not exist, skipping
11:24:06 WARN: man/src/context/import.md does not exist, skipping
11:24:06 WARN: man/src/context/inspect.md does not exist, skipping
11:24:06 WARN: man/src/context/ls.md does not exist, skipping
11:24:06 WARN: man/src/context/rm.md does not exist, skipping
11:24:06 WARN: man/src/context/show.md does not exist, skipping
11:24:06 WARN: man/src/context/update.md does not exist, skipping
11:24:06 WARN: man/src/context/use.md does not exist, skipping
11:24:06 WARN: man/src/context.md does not exist, skipping
11:24:06 INFO: man/src/cp.md found
11:24:06 INFO: man/src/create.md found
11:24:06 INFO: man/src/diff.md found
11:24:06 INFO: man/src/events.md found
11:24:06 INFO: man/src/exec.md found
11:24:06 INFO: man/src/export.md found
11:24:06 INFO: man/src/history.md found
11:24:06 INFO: man/src/image/build.md found
11:24:06 INFO: man/src/image/history.md found
11:24:06 INFO: man/src/image/import.md found
11:24:06 WARN: man/src/image/inspect.md does not exist, skipping
11:24:06 INFO: man/src/image/load.md found
11:24:06 INFO: man/src/image/ls.md found
11:24:06 WARN: man/src/image/prune.md does not exist, skipping
11:24:06 INFO: man/src/image/pull.md found
11:24:06 INFO: man/src/image/push.md found
11:24:06 INFO: man/src/image/rm.md found
11:24:06 INFO: man/src/image/save.md found
11:24:06 INFO: man/src/image/tag.md found
11:24:06 WARN: man/src/image.md does not exist, skipping
11:24:06 INFO: man/src/images.md found
11:24:06 INFO: man/src/import.md found
11:24:06 INFO: man/src/info.md found
11:24:06 INFO: man/src/inspect.md found
11:24:06 INFO: man/src/kill.md found
11:24:06 INFO: man/src/load.md found
11:24:06 INFO: man/src/login.md found
11:24:06 INFO: man/src/logout.md found
11:24:06 INFO: man/src/logs.md found
11:24:06 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:06 WARN: man/src/manifest/create.md does not exist, skipping
11:24:06 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:06 WARN: man/src/manifest/push.md does not exist, skipping
11:24:06 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:06 WARN: man/src/manifest.md does not exist, skipping
11:24:06 INFO: man/src/network/connect.md found
11:24:06 INFO: man/src/network/create.md found
11:24:06 INFO: man/src/network/disconnect.md found
11:24:06 INFO: man/src/network/inspect.md found
11:24:06 INFO: man/src/network/ls.md found
11:24:06 WARN: man/src/network/prune.md does not exist, skipping
11:24:06 INFO: man/src/network/rm.md found
11:24:06 WARN: man/src/network.md does not exist, skipping
11:24:06 WARN: man/src/node/demote.md does not exist, skipping
11:24:06 WARN: man/src/node/inspect.md does not exist, skipping
11:24:06 WARN: man/src/node/ls.md does not exist, skipping
11:24:06 WARN: man/src/node/promote.md does not exist, skipping
11:24:06 WARN: man/src/node/ps.md does not exist, skipping
11:24:06 WARN: man/src/node/rm.md does not exist, skipping
11:24:06 WARN: man/src/node/update.md does not exist, skipping
11:24:06 WARN: man/src/node.md does not exist, skipping
11:24:06 INFO: man/src/pause.md found
11:24:06 WARN: man/src/plugin/create.md does not exist, skipping
11:24:06 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:06 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:06 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:06 WARN: man/src/plugin/install.md does not exist, skipping
11:24:06 INFO: man/src/plugin/ls.md found
11:24:06 WARN: man/src/plugin/push.md does not exist, skipping
11:24:06 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:06 WARN: man/src/plugin/set.md does not exist, skipping
11:24:06 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:06 WARN: man/src/plugin.md does not exist, skipping
11:24:06 INFO: man/src/port.md found
11:24:06 INFO: man/src/ps.md found
11:24:06 INFO: man/src/pull.md found
11:24:06 INFO: man/src/push.md found
11:24:06 INFO: man/src/rename.md found
11:24:06 INFO: man/src/restart.md found
11:24:06 INFO: man/src/rm.md found
11:24:06 INFO: man/src/rmi.md found
11:24:06 WARN: man/src/run.md does not exist, skipping
11:24:06 INFO: man/src/save.md found
11:24:06 INFO: man/src/search.md found
11:24:06 WARN: man/src/secret/create.md does not exist, skipping
11:24:06 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:06 WARN: man/src/secret/ls.md does not exist, skipping
11:24:06 WARN: man/src/secret/rm.md does not exist, skipping
11:24:06 WARN: man/src/secret.md does not exist, skipping
11:24:06 WARN: man/src/service/create.md does not exist, skipping
11:24:06 WARN: man/src/service/inspect.md does not exist, skipping
11:24:06 WARN: man/src/service/logs.md does not exist, skipping
11:24:06 WARN: man/src/service/ls.md does not exist, skipping
11:24:06 WARN: man/src/service/ps.md does not exist, skipping
11:24:06 WARN: man/src/service/rm.md does not exist, skipping
11:24:06 WARN: man/src/service/rollback.md does not exist, skipping
11:24:06 WARN: man/src/service/scale.md does not exist, skipping
11:24:06 WARN: man/src/service/update.md does not exist, skipping
11:24:06 WARN: man/src/service.md does not exist, skipping
11:24:06 WARN: man/src/stack/config.md does not exist, skipping
11:24:06 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:06 WARN: man/src/stack/ls.md does not exist, skipping
11:24:06 WARN: man/src/stack/ps.md does not exist, skipping
11:24:06 WARN: man/src/stack/rm.md does not exist, skipping
11:24:06 WARN: man/src/stack/services.md does not exist, skipping
11:24:06 WARN: man/src/stack.md does not exist, skipping
11:24:06 INFO: man/src/start.md found
11:24:06 INFO: man/src/stats.md found
11:24:06 INFO: man/src/stop.md found
11:24:06 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:06 WARN: man/src/swarm/init.md does not exist, skipping
11:24:06 WARN: man/src/swarm/join.md does not exist, skipping
11:24:06 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:06 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:06 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:06 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:06 WARN: man/src/swarm/update.md does not exist, skipping
11:24:06 WARN: man/src/swarm.md does not exist, skipping
11:24:06 WARN: man/src/system/df.md does not exist, skipping
11:24:06 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:06 INFO: man/src/system/events.md found
11:24:06 INFO: man/src/system/info.md found
11:24:06 WARN: man/src/system/prune.md does not exist, skipping
11:24:06 WARN: man/src/system.md does not exist, skipping
11:24:06 INFO: man/src/tag.md found
11:24:06 INFO: man/src/top.md found
11:24:06 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:06 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:06 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:06 WARN: man/src/trust/key.md does not exist, skipping
11:24:06 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:06 WARN: man/src/trust/sign.md does not exist, skipping
11:24:06 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:06 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:06 WARN: man/src/trust/signer.md does not exist, skipping
11:24:06 WARN: man/src/trust.md does not exist, skipping
11:24:06 INFO: man/src/unpause.md found
11:24:06 INFO: man/src/update.md found
11:24:06 INFO: man/src/version.md found
11:24:06 INFO: man/src/volume/create.md found
11:24:06 INFO: man/src/volume/inspect.md found
11:24:06 INFO: man/src/volume/ls.md found
11:24:06 WARN: man/src/volume/prune.md does not exist, skipping
11:24:06 WARN: man/src/volume/rm.md does not exist, skipping
11:24:06 WARN: man/src/volume/update.md does not exist, skipping
11:24:06 INFO: man/src/volume.md found
11:24:06 INFO: man/src/wait.md found
11:24:06 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:06 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:06 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:06 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:06 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:06 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:06 + popd
11:24:06 + RPM_EC=0
11:24:06 ~/rpmbuild/BUILD/src
11:24:06 ++ jobs -p
11:24:06 + exit 0
11:24:06 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.twAUwz
11:24:06 + umask 022
11:24:06 + cd /root/rpmbuild/BUILD
11:24:06 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64 '!=' / ']'
11:24:06 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:06 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:06 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:06 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:06 + export CFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:06 + export CXXFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:06 + export FFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:06 + export FCFLAGS
11:24: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:24:06 + export LDFLAGS
11:24:06 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:06 + export LT_SYS_LIBRARY_PATH
11:24:06 + CC=gcc
11:24:06 + export CC
11:24:06 + CXX=g++
11:24:06 + export CXX
11:24:06 + cd src
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin
11:24:06 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/bash-completion/completions
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/zsh/vendor-completions
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/fish/vendor_completions.d
11:24:06 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/bash-completion/completions/docker
11:24:06 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
11:24:06 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man1
11:24:06 + 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~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man1
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man5
11:24:06 + 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~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man5
11:24:06 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man8
11:24:06 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/man/man8
11:24:06 + mkdir -p build-docs
11:24:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:06 + cp cli/LICENSE build-docs/LICENSE
11:24:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:06 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:24:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:06 + cp cli/NOTICE build-docs/NOTICE
11:24:06 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:06 + cp cli/README.md build-docs/README.md
11:24:06 + /usr/lib/rpm/check-buildroot
11:24:06 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:06 + /usr/lib/rpm/brp-compress
11:24:06 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:06 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:06 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:06 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:06 + /usr/lib/rpm/check-rpaths
11:24:06 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:06 + /usr/lib/rpm/brp-remove-la-files
11:24:06 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:06 + /usr/lib/rpm/redhat/brp-python-hardlink
11:24:06 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AEd7Wj
11:24:06 + umask 022
11:24:06 + cd /root/rpmbuild/BUILD
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:06 + export CFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:24:06 + export CXXFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:06 + export FFLAGS
11:24: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:24:06 + export FCFLAGS
11:24: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:24:06 + export LDFLAGS
11:24:06 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:06 + export LT_SYS_LIBRARY_PATH
11:24:06 + CC=gcc
11:24:06 + export CC
11:24:06 + CXX=g++
11:24:06 + export CXX
11:24:06 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:24:06 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:24:06 + cd src
11:24:06 ++ cli/build/docker --version
11:24:06 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:06 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:06 + echo 'PASS: cli version OK'
11:24:06 + RPM_EC=0
11:24:06 PASS: cli version OK
11:24:06 ++ jobs -p
11:24:06 + exit 0
11:24:06 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:06 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AG9rKP
11:24:06 + umask 022
11:24:06 + cd /root/rpmbuild/BUILD
11:24:06 + cd src
11:24:06 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + export LC_ALL=C
11:24:06 + LC_ALL=C
11:24:06 + export DOCDIR
11:24:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:24:06 + RPM_EC=0
11:24:06 ++ jobs -p
11:24:06 + exit 0
11:24:06 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0~20230309110843.71615c2-0.fc36
11:24:06 Requires(interp): /bin/sh
11:24:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:06 Requires(post): /bin/sh
11:24:06 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)
11:24:06 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:24:06 Recommends: docker-buildx-plugin docker-compose-plugin
11:24:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:06 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:24:06 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:06 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:06 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:06 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:06 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:06 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:06 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:06 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:07 make[2]: Entering directory '/root/build-deb/cli'
11:24:07 scripts/docs/generate-man.sh
11:24:07 + cp -r . /tmp/docker-cli-docsgen.gIagzJaMrM/
11:24:07 + cd /tmp/docker-cli-docsgen.gIagzJaMrM
11:24:07 + ./scripts/vendor init
11:24:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:07 + cp man/tools.go .
11:24:07 + ./scripts/vendor update
11:24:07 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:07 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:07 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:07 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:07 go: downloading github.com/morikuni/aec v1.0.0
11:24:07 go: downloading github.com/pkg/errors v0.9.1
11:24:07 go: downloading github.com/spf13/cobra v1.6.1
11:24:07 go: downloading github.com/spf13/pflag v1.0.5
11:24:07 go: downloading github.com/google/go-cmp v0.5.9
11:24:07 go: downloading gotest.tools/v3 v3.4.0
11:24:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:07 go: downloading golang.org/x/sys v0.4.0
11:24:07 go: downloading github.com/docker/go-units v0.5.0
11:24:07 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:07 go: downloading github.com/docker/go-connections v0.4.0
11:24:07 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:07 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:07 go: downloading golang.org/x/text v0.6.0
11:24:07 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:07 go: downloading github.com/containerd/containerd v1.6.16
11:24:07 go: downloading github.com/moby/sys/signal v0.7.0
11:24:07 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:07 go: downloading github.com/moby/buildkit v0.10.6
11:24:07 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:07 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:07 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:07 go: downloading github.com/gogo/protobuf v1.3.2
11:24:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:07 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:07 go: downloading golang.org/x/term v0.4.0
11:24:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:07 go: downloading github.com/imdario/mergo v0.3.12
11:24:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:07 go: downloading github.com/creack/pty v1.1.11
11:24:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:07 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:07 go: downloading github.com/stretchr/testify v1.8.0
11:24:07 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:07 go: downloading github.com/rivo/uniseg v0.2.0
11:24:07 go: downloading github.com/klauspost/compress v1.15.12
11:24:07 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:07 go: downloading github.com/containerd/continuity v0.3.0
11:24:07 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:07 go: downloading golang.org/x/time v0.1.0
11:24:07 go: downloading github.com/opencontainers/runc v1.1.3
11:24:07 go: downloading golang.org/x/crypto v0.2.0
11:24:07 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:07 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:07 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:07 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:07 go: downloading google.golang.org/grpc v1.48.0
11:24:07 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:07 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:07 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:07 go: downloading github.com/russross/blackfriday v1.6.0
11:24:07 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:07 go: downloading golang.org/x/net v0.5.0
11:24:07 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:07 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:07 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:07 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:07 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:07 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:07 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:07 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:07 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:07 go: downloading github.com/golang/protobuf v1.5.2
11:24:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:07 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:07 go: downloading github.com/beorn7/perks v1.0.1
11:24:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:07 go: downloading github.com/prometheus/client_model v0.3.0
11:24:07 go: downloading github.com/prometheus/common v0.37.0
11:24:07 go: downloading github.com/prometheus/procfs v0.8.0
11:24:07 go: downloading google.golang.org/protobuf v1.28.1
11:24:07 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:07 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:07 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:07 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:07 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:07 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:07 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:07 go: downloading k8s.io/klog/v2 v2.80.1
11:24:07 go: downloading github.com/kr/text v0.2.0
11:24:07 go: downloading github.com/docker/go-metrics v0.0.1
11:24:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:07 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:07 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:07 go: downloading github.com/kr/pretty v0.2.1
11:24:07 go: downloading github.com/magiconair/properties v1.5.3
11:24:07 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:07 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:07 go: downloading github.com/go-logr/logr v1.2.3
11:24:07 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:07 + go mod vendor -modfile=vendor.mod
11:24:07 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:07 go: downloading github.com/stretchr/testify v1.8.0
11:24:07 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:07 go: downloading github.com/klauspost/compress v1.15.12
11:24:07 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:07 make[2]: Entering directory '/root/build-deb/cli'
11:24:07 scripts/docs/generate-man.sh
11:24:07 + cp -r . /tmp/docker-cli-docsgen.a1Ea3DAYLg/
11:24:07 + cd /tmp/docker-cli-docsgen.a1Ea3DAYLg
11:24:07 + ./scripts/vendor init
11:24:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:07 + cp man/tools.go .
11:24:07 + ./scripts/vendor update
11:24:07 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:07 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:07 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:07 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:07 go: downloading github.com/morikuni/aec v1.0.0
11:24:07 go: downloading github.com/pkg/errors v0.9.1
11:24:07 go: downloading github.com/spf13/cobra v1.6.1
11:24:07 go: downloading github.com/spf13/pflag v1.0.5
11:24:07 go: downloading github.com/google/go-cmp v0.5.9
11:24:07 go: downloading gotest.tools/v3 v3.4.0
11:24:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:07 go: downloading golang.org/x/sys v0.4.0
11:24:07 go: downloading github.com/docker/go-units v0.5.0
11:24:07 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:07 go: downloading github.com/docker/go-connections v0.4.0
11:24:07 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:07 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:07 go: downloading golang.org/x/text v0.6.0
11:24:07 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:07 go: downloading github.com/containerd/containerd v1.6.16
11:24:07 go: downloading github.com/moby/sys/signal v0.7.0
11:24:07 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:07 go: downloading github.com/moby/buildkit v0.10.6
11:24:07 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:07 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:07 go: downloading github.com/gogo/protobuf v1.3.2
11:24:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:07 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:07 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:07 go: downloading golang.org/x/term v0.4.0
11:24:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:07 go: downloading github.com/imdario/mergo v0.3.12
11:24:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:07 go: downloading github.com/creack/pty v1.1.11
11:24:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:07 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:07 go: downloading github.com/stretchr/testify v1.8.0
11:24:07 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:07 go: downloading github.com/rivo/uniseg v0.2.0
11:24:07 go: downloading github.com/klauspost/compress v1.15.12
11:24:07 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:07 go: downloading github.com/containerd/continuity v0.3.0
11:24:07 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:07 go: downloading golang.org/x/time v0.1.0
11:24:07 go: downloading github.com/opencontainers/runc v1.1.3
11:24:07 go: downloading golang.org/x/crypto v0.2.0
11:24:07 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:07 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:07 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:07 go: downloading google.golang.org/grpc v1.48.0
11:24:07 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:07 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:07 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:07 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:07 go: downloading github.com/russross/blackfriday v1.6.0
11:24:07 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:07 go: downloading golang.org/x/net v0.5.0
11:24:07 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:07 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:07 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:07 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:07 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:07 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:07 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:07 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:07 go: downloading github.com/golang/protobuf v1.5.2
11:24:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:07 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:07 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:07 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:07 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:07 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:07 go: downloading github.com/beorn7/perks v1.0.1
11:24:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:07 go: downloading github.com/prometheus/client_model v0.3.0
11:24:07 go: downloading github.com/prometheus/common v0.37.0
11:24:07 go: downloading github.com/prometheus/procfs v0.8.0
11:24:07 go: downloading google.golang.org/protobuf v1.28.1
11:24:07 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:07 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:07 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:07 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:07 go: downloading k8s.io/klog/v2 v2.80.1
11:24:07 go: downloading github.com/docker/go-metrics v0.0.1
11:24:07 go: downloading github.com/kr/text v0.2.0
11:24:07 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:07 go: downloading github.com/kr/pretty v0.2.1
11:24:07 go: downloading github.com/magiconair/properties v1.5.3
11:24:07 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:07 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:07 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:07 go: downloading github.com/go-logr/logr v1.2.3
11:24:07 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:07 + go mod vendor -modfile=vendor.mod
11:24:07 go: downloading github.com/golang/protobuf v1.5.2
11:24:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:07 go: downloading github.com/containerd/continuity v0.3.0
11:24:07 go: downloading github.com/rivo/uniseg v0.2.0
11:24:07 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:07 go: downloading golang.org/x/time v0.1.0
11:24:07 go: downloading github.com/opencontainers/runc v1.1.3
11:24:07 go: downloading golang.org/x/crypto v0.2.0
11:24:07 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:07 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:07 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:07 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:07 go: downloading google.golang.org/grpc v1.48.0
11:24:08 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:08 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:08 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:08 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:08 go: downloading github.com/russross/blackfriday v1.6.0
11:24:08 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:08 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:08 go: downloading golang.org/x/net v0.5.0
11:24:08 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:08 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:08 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:08 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:08 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:08 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:08 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:08 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:08 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:08 go: downloading github.com/golang/protobuf v1.5.2
11:24:08 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:09 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:09 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:09 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:09 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:09 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:09 go: downloading github.com/beorn7/perks v1.0.1
11:24:09 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:09 go: downloading github.com/prometheus/client_model v0.3.0
11:24:09 go: downloading github.com/prometheus/common v0.37.0
11:24:09 go: downloading github.com/prometheus/procfs v0.8.0
11:24:09 go: downloading google.golang.org/protobuf v1.28.1
11:24:09 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:09 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:09 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:09 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:09 go: downloading k8s.io/klog/v2 v2.80.1
11:24:09 go: downloading github.com/docker/go-metrics v0.0.1
11:24:09 go: downloading github.com/kr/text v0.2.0
11:24:09 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:09 go: downloading github.com/kr/pretty v0.2.1
11:24:09 go: downloading github.com/magiconair/properties v1.5.3
11:24:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:09 go: downloading github.com/go-logr/logr v1.2.3
11:24:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:09 + go mod vendor -modfile=vendor.mod
11:24:10 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:10 ++ pwd
11:24:10 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:10 Project root: .
11:24:10 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:10 INFO: man/src/attach.md found
11:24:10 WARN: man/src/build.md does not exist, skipping
11:24:10 WARN: man/src/builder/build.md does not exist, skipping
11:24:10 WARN: man/src/builder/prune.md does not exist, skipping
11:24:10 WARN: man/src/builder.md does not exist, skipping
11:24:10 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:10 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:10 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:10 WARN: man/src/checkpoint.md does not exist, skipping
11:24:10 INFO: man/src/commit.md found
11:24:10 WARN: man/src/config/create.md does not exist, skipping
11:24:10 WARN: man/src/config/inspect.md does not exist, skipping
11:24:10 WARN: man/src/config/ls.md does not exist, skipping
11:24:10 WARN: man/src/config/rm.md does not exist, skipping
11:24:10 WARN: man/src/config.md does not exist, skipping
11:24:10 INFO: man/src/container/attach.md found
11:24:10 INFO: man/src/container/commit.md found
11:24:10 INFO: man/src/container/cp.md found
11:24:10 INFO: man/src/container/create.md found
11:24:10 INFO: man/src/container/diff.md found
11:24:10 INFO: man/src/container/exec.md found
11:24:10 INFO: man/src/container/export.md found
11:24:10 WARN: man/src/container/inspect.md does not exist, skipping
11:24:10 INFO: man/src/container/kill.md found
11:24:10 INFO: man/src/container/logs.md found
11:24:10 INFO: man/src/container/ls.md found
11:24:10 INFO: man/src/container/pause.md found
11:24:10 INFO: man/src/container/port.md found
11:24:10 WARN: man/src/container/prune.md does not exist, skipping
11:24:10 INFO: man/src/container/rename.md found
11:24:10 INFO: man/src/container/restart.md found
11:24:10 INFO: man/src/container/rm.md found
11:24:10 INFO: man/src/container/run.md found
11:24:10 INFO: man/src/container/start.md found
11:24:10 INFO: man/src/container/stats.md found
11:24:10 INFO: man/src/container/stop.md found
11:24:10 INFO: man/src/container/top.md found
11:24:10 INFO: man/src/container/unpause.md found
11:24:10 INFO: man/src/container/update.md found
11:24:10 INFO: man/src/container/wait.md found
11:24:10 WARN: man/src/container.md does not exist, skipping
11:24:10 WARN: man/src/context/create.md does not exist, skipping
11:24:10 WARN: man/src/context/export.md does not exist, skipping
11:24:10 WARN: man/src/context/import.md does not exist, skipping
11:24:10 WARN: man/src/context/inspect.md does not exist, skipping
11:24:10 WARN: man/src/context/ls.md does not exist, skipping
11:24:10 WARN: man/src/context/rm.md does not exist, skipping
11:24:10 WARN: man/src/context/show.md does not exist, skipping
11:24:10 WARN: man/src/context/update.md does not exist, skipping
11:24:10 WARN: man/src/context/use.md does not exist, skipping
11:24:10 WARN: man/src/context.md does not exist, skipping
11:24:10 INFO: man/src/cp.md found
11:24:10 INFO: man/src/create.md found
11:24:10 INFO: man/src/diff.md found
11:24:10 INFO: man/src/events.md found
11:24:10 INFO: man/src/exec.md found
11:24:10 INFO: man/src/export.md found
11:24:10 INFO: man/src/history.md found
11:24:10 INFO: man/src/image/build.md found
11:24:10 INFO: man/src/image/history.md found
11:24:10 INFO: man/src/image/import.md found
11:24:10 WARN: man/src/image/inspect.md does not exist, skipping
11:24:10 INFO: man/src/image/load.md found
11:24:10 INFO: man/src/image/ls.md found
11:24:10 WARN: man/src/image/prune.md does not exist, skipping
11:24:10 INFO: man/src/image/pull.md found
11:24:10 INFO: man/src/image/push.md found
11:24:10 INFO: man/src/image/rm.md found
11:24:10 INFO: man/src/image/save.md found
11:24:10 INFO: man/src/image/tag.md found
11:24:10 WARN: man/src/image.md does not exist, skipping
11:24:10 INFO: man/src/images.md found
11:24:10 INFO: man/src/import.md found
11:24:10 INFO: man/src/info.md found
11:24:10 INFO: man/src/inspect.md found
11:24:10 INFO: man/src/kill.md found
11:24:10 INFO: man/src/load.md found
11:24:10 INFO: man/src/login.md found
11:24:10 INFO: man/src/logout.md found
11:24:10 INFO: man/src/logs.md found
11:24:10 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:10 WARN: man/src/manifest/create.md does not exist, skipping
11:24:10 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:10 WARN: man/src/manifest/push.md does not exist, skipping
11:24:10 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:10 WARN: man/src/manifest.md does not exist, skipping
11:24:10 INFO: man/src/network/connect.md found
11:24:10 INFO: man/src/network/create.md found
11:24:10 INFO: man/src/network/disconnect.md found
11:24:10 INFO: man/src/network/inspect.md found
11:24:10 INFO: man/src/network/ls.md found
11:24:10 WARN: man/src/network/prune.md does not exist, skipping
11:24:10 INFO: man/src/network/rm.md found
11:24:10 WARN: man/src/network.md does not exist, skipping
11:24:10 WARN: man/src/node/demote.md does not exist, skipping
11:24:10 WARN: man/src/node/inspect.md does not exist, skipping
11:24:10 WARN: man/src/node/ls.md does not exist, skipping
11:24:10 WARN: man/src/node/promote.md does not exist, skipping
11:24:10 WARN: man/src/node/ps.md does not exist, skipping
11:24:10 WARN: man/src/node/rm.md does not exist, skipping
11:24:10 WARN: man/src/node/update.md does not exist, skipping
11:24:10 WARN: man/src/node.md does not exist, skipping
11:24:10 INFO: man/src/pause.md found
11:24:10 WARN: man/src/plugin/create.md does not exist, skipping
11:24:10 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:10 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:10 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:10 WARN: man/src/plugin/install.md does not exist, skipping
11:24:10 INFO: man/src/plugin/ls.md found
11:24:10 WARN: man/src/plugin/push.md does not exist, skipping
11:24:10 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:10 WARN: man/src/plugin/set.md does not exist, skipping
11:24:10 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:10 WARN: man/src/plugin.md does not exist, skipping
11:24:10 INFO: man/src/port.md found
11:24:10 INFO: man/src/ps.md found
11:24:10 INFO: man/src/pull.md found
11:24:10 INFO: man/src/push.md found
11:24:10 INFO: man/src/rename.md found
11:24:10 INFO: man/src/restart.md found
11:24:10 INFO: man/src/rm.md found
11:24:10 INFO: man/src/rmi.md found
11:24:10 WARN: man/src/run.md does not exist, skipping
11:24:10 INFO: man/src/save.md found
11:24:10 INFO: man/src/search.md found
11:24:10 WARN: man/src/secret/create.md does not exist, skipping
11:24:10 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:10 WARN: man/src/secret/ls.md does not exist, skipping
11:24:10 WARN: man/src/secret/rm.md does not exist, skipping
11:24:10 WARN: man/src/secret.md does not exist, skipping
11:24:10 WARN: man/src/service/create.md does not exist, skipping
11:24:10 WARN: man/src/service/inspect.md does not exist, skipping
11:24:10 WARN: man/src/service/logs.md does not exist, skipping
11:24:10 WARN: man/src/service/ls.md does not exist, skipping
11:24:10 WARN: man/src/service/ps.md does not exist, skipping
11:24:10 WARN: man/src/service/rm.md does not exist, skipping
11:24:10 WARN: man/src/service/rollback.md does not exist, skipping
11:24:10 WARN: man/src/service/scale.md does not exist, skipping
11:24:10 WARN: man/src/service/update.md does not exist, skipping
11:24:10 WARN: man/src/service.md does not exist, skipping
11:24:10 WARN: man/src/stack/config.md does not exist, skipping
11:24:10 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:10 WARN: man/src/stack/ls.md does not exist, skipping
11:24:10 WARN: man/src/stack/ps.md does not exist, skipping
11:24:10 WARN: man/src/stack/rm.md does not exist, skipping
11:24:10 WARN: man/src/stack/services.md does not exist, skipping
11:24:10 WARN: man/src/stack.md does not exist, skipping
11:24:10 INFO: man/src/start.md found
11:24:10 INFO: man/src/stats.md found
11:24:10 INFO: man/src/stop.md found
11:24:10 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:10 WARN: man/src/swarm/init.md does not exist, skipping
11:24:10 WARN: man/src/swarm/join.md does not exist, skipping
11:24:10 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:10 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:10 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:10 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:10 WARN: man/src/swarm/update.md does not exist, skipping
11:24:10 WARN: man/src/swarm.md does not exist, skipping
11:24:10 WARN: man/src/system/df.md does not exist, skipping
11:24:10 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:10 INFO: man/src/system/events.md found
11:24:10 INFO: man/src/system/info.md found
11:24:10 WARN: man/src/system/prune.md does not exist, skipping
11:24:10 WARN: man/src/system.md does not exist, skipping
11:24:10 INFO: man/src/tag.md found
11:24:10 INFO: man/src/top.md found
11:24:10 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:10 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:10 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:10 WARN: man/src/trust/key.md does not exist, skipping
11:24:10 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:10 WARN: man/src/trust/sign.md does not exist, skipping
11:24:10 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:10 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:10 WARN: man/src/trust/signer.md does not exist, skipping
11:24:10 WARN: man/src/trust.md does not exist, skipping
11:24:10 INFO: man/src/unpause.md found
11:24:10 INFO: man/src/update.md found
11:24:10 INFO: man/src/version.md found
11:24:10 INFO: man/src/volume/create.md found
11:24:10 INFO: man/src/volume/inspect.md found
11:24:10 INFO: man/src/volume/ls.md found
11:24:10 WARN: man/src/volume/prune.md does not exist, skipping
11:24:10 WARN: man/src/volume/rm.md does not exist, skipping
11:24:10 WARN: man/src/volume/update.md does not exist, skipping
11:24:10 INFO: man/src/volume.md found
11:24:10 INFO: man/src/wait.md found
11:24:10 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:10 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:10 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:10 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:10 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:10 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:10 make[2]: Leaving directory '/root/build-deb/cli'
11:24:10 # Build buildx plugin
11:24:10 cd /go/src/github.com/docker/buildx \
11:24:10 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:10 && GO111MODULE=on \
11:24:10 	CGO_ENABLED=0 \
11:24:10 		go build \
11:24:10 			-mod=vendor \
11:24:10 			-trimpath \
11:24:10 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:10 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:10 			./cmd/buildx
11:24:10 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:10 make[2]: Entering directory '/root/build-deb/cli'
11:24:10 scripts/docs/generate-man.sh
11:24:10 + cp -r . /tmp/docker-cli-docsgen.aw9AbX091S/
11:24:10 + cd /tmp/docker-cli-docsgen.aw9AbX091S
11:24:10 + ./scripts/vendor init
11:24:10 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:10 + cp man/tools.go .
11:24:10 + ./scripts/vendor update
11:24:10 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:10 go: downloading github.com/spf13/cobra v1.6.1
11:24:10 go: downloading github.com/spf13/pflag v1.0.5
11:24:10 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:10 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:10 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:10 go: downloading github.com/morikuni/aec v1.0.0
11:24:10 go: downloading github.com/pkg/errors v0.9.1
11:24:10 go: downloading github.com/google/go-cmp v0.5.9
11:24:10 go: downloading gotest.tools/v3 v3.4.0
11:24:10 go: downloading golang.org/x/sys v0.4.0
11:24:10 go: downloading github.com/docker/go-units v0.5.0
11:24:10 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:10 go: downloading github.com/docker/go-connections v0.4.0
11:24:10 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:10 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:10 go: downloading golang.org/x/text v0.6.0
11:24:10 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:10 go: downloading github.com/containerd/containerd v1.6.16
11:24:10 go: downloading github.com/moby/sys/signal v0.7.0
11:24:10 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:10 go: downloading github.com/moby/buildkit v0.10.6
11:24:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:10 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:10 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:10 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:10 go: downloading github.com/beorn7/perks v1.0.1
11:24:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:10 go: downloading github.com/prometheus/client_model v0.3.0
11:24:10 go: downloading github.com/prometheus/common v0.37.0
11:24:10 go: downloading github.com/prometheus/procfs v0.8.0
11:24:10 go: downloading google.golang.org/protobuf v1.28.1
11:24:10 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:10 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:10 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:10 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:10 go: downloading k8s.io/klog/v2 v2.80.1
11:24:11 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:11 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:11 go: downloading github.com/gogo/protobuf v1.3.2
11:24:11 go: downloading github.com/kr/text v0.2.0
11:24:11 go: downloading github.com/docker/go-metrics v0.0.1
11:24:11 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:11 go: downloading github.com/kr/pretty v0.2.1
11:24:11 go: downloading github.com/magiconair/properties v1.5.3
11:24:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:11 go: downloading github.com/go-logr/logr v1.2.3
11:24:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:11 + go mod vendor -modfile=vendor.mod
11:24:11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:11 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:11 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:11 go: downloading golang.org/x/term v0.4.0
11:24:11 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:11 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:11 go: downloading github.com/imdario/mergo v0.3.12
11:24:11 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:11 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:11 go: downloading github.com/creack/pty v1.1.11
11:24:11 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:11 make[2]: Entering directory '/root/build-deb/cli'
11:24:11 scripts/docs/generate-man.sh
11:24:11 + cp -r . /tmp/docker-cli-docsgen.BifxRPFgih/
11:24:11 + cd /tmp/docker-cli-docsgen.BifxRPFgih
11:24:11 + ./scripts/vendor init
11:24:11 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:11 + cp man/tools.go .
11:24:11 + ./scripts/vendor update
11:24:11 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:11 go: downloading github.com/spf13/cobra v1.6.1
11:24:11 go: downloading github.com/spf13/pflag v1.0.5
11:24:11 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:11 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:11 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:11 go: downloading github.com/morikuni/aec v1.0.0
11:24:11 go: downloading github.com/pkg/errors v0.9.1
11:24:11 go: downloading github.com/google/go-cmp v0.5.9
11:24:11 go: downloading gotest.tools/v3 v3.4.0
11:24:11 go: downloading golang.org/x/sys v0.4.0
11:24:11 go: downloading github.com/docker/go-units v0.5.0
11:24:11 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:11 go: downloading github.com/docker/go-connections v0.4.0
11:24:11 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:11 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:11 go: downloading golang.org/x/text v0.6.0
11:24:11 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:11 go: downloading github.com/containerd/containerd v1.6.16
11:24:12 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:12 go: downloading github.com/moby/sys/signal v0.7.0
11:24:12 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:12 go: downloading github.com/moby/buildkit v0.10.6
11:24:12 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:12 ++ pwd
11:24:12 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:12 Project root: .
11:24:12 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:12 INFO: man/src/attach.md found
11:24:12 WARN: man/src/build.md does not exist, skipping
11:24:12 WARN: man/src/builder/build.md does not exist, skipping
11:24:12 WARN: man/src/builder/prune.md does not exist, skipping
11:24:12 WARN: man/src/builder.md does not exist, skipping
11:24:12 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:12 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:12 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:12 WARN: man/src/checkpoint.md does not exist, skipping
11:24:12 INFO: man/src/commit.md found
11:24:12 WARN: man/src/config/create.md does not exist, skipping
11:24:12 WARN: man/src/config/inspect.md does not exist, skipping
11:24:12 WARN: man/src/config/ls.md does not exist, skipping
11:24:12 WARN: man/src/config/rm.md does not exist, skipping
11:24:12 WARN: man/src/config.md does not exist, skipping
11:24:12 INFO: man/src/container/attach.md found
11:24:12 INFO: man/src/container/commit.md found
11:24:12 INFO: man/src/container/cp.md found
11:24:12 INFO: man/src/container/create.md found
11:24:12 INFO: man/src/container/diff.md found
11:24:12 INFO: man/src/container/exec.md found
11:24:12 INFO: man/src/container/export.md found
11:24:12 WARN: man/src/container/inspect.md does not exist, skipping
11:24:12 INFO: man/src/container/kill.md found
11:24:12 INFO: man/src/container/logs.md found
11:24:12 INFO: man/src/container/ls.md found
11:24:12 INFO: man/src/container/pause.md found
11:24:12 INFO: man/src/container/port.md found
11:24:12 WARN: man/src/container/prune.md does not exist, skipping
11:24:12 INFO: man/src/container/rename.md found
11:24:12 INFO: man/src/container/restart.md found
11:24:12 INFO: man/src/container/rm.md found
11:24:12 INFO: man/src/container/run.md found
11:24:12 INFO: man/src/container/start.md found
11:24:12 INFO: man/src/container/stats.md found
11:24:12 INFO: man/src/container/stop.md found
11:24:12 INFO: man/src/container/top.md found
11:24:12 INFO: man/src/container/unpause.md found
11:24:12 INFO: man/src/container/update.md found
11:24:12 INFO: man/src/container/wait.md found
11:24:12 WARN: man/src/container.md does not exist, skipping
11:24:12 WARN: man/src/context/create.md does not exist, skipping
11:24:12 WARN: man/src/context/export.md does not exist, skipping
11:24:12 WARN: man/src/context/import.md does not exist, skipping
11:24:12 WARN: man/src/context/inspect.md does not exist, skipping
11:24:12 WARN: man/src/context/ls.md does not exist, skipping
11:24:12 WARN: man/src/context/rm.md does not exist, skipping
11:24:12 WARN: man/src/context/show.md does not exist, skipping
11:24:12 WARN: man/src/context/update.md does not exist, skipping
11:24:12 WARN: man/src/context/use.md does not exist, skipping
11:24:12 WARN: man/src/context.md does not exist, skipping
11:24:12 INFO: man/src/cp.md found
11:24:12 INFO: man/src/create.md found
11:24:12 INFO: man/src/diff.md found
11:24:12 INFO: man/src/events.md found
11:24:12 INFO: man/src/exec.md found
11:24:12 INFO: man/src/export.md found
11:24:12 INFO: man/src/history.md found
11:24:12 INFO: man/src/image/build.md found
11:24:12 INFO: man/src/image/history.md found
11:24:12 INFO: man/src/image/import.md found
11:24:12 WARN: man/src/image/inspect.md does not exist, skipping
11:24:12 INFO: man/src/image/load.md found
11:24:12 INFO: man/src/image/ls.md found
11:24:12 WARN: man/src/image/prune.md does not exist, skipping
11:24:12 INFO: man/src/image/pull.md found
11:24:12 INFO: man/src/image/push.md found
11:24:12 INFO: man/src/image/rm.md found
11:24:12 INFO: man/src/image/save.md found
11:24:12 INFO: man/src/image/tag.md found
11:24:12 WARN: man/src/image.md does not exist, skipping
11:24:12 INFO: man/src/images.md found
11:24:12 INFO: man/src/import.md found
11:24:12 INFO: man/src/info.md found
11:24:12 INFO: man/src/inspect.md found
11:24:12 INFO: man/src/kill.md found
11:24:12 INFO: man/src/load.md found
11:24:12 INFO: man/src/login.md found
11:24:12 INFO: man/src/logout.md found
11:24:12 INFO: man/src/logs.md found
11:24:12 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:12 WARN: man/src/manifest/create.md does not exist, skipping
11:24:12 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:12 WARN: man/src/manifest/push.md does not exist, skipping
11:24:12 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:12 WARN: man/src/manifest.md does not exist, skipping
11:24:12 INFO: man/src/network/connect.md found
11:24:12 INFO: man/src/network/create.md found
11:24:12 INFO: man/src/network/disconnect.md found
11:24:12 INFO: man/src/network/inspect.md found
11:24:12 INFO: man/src/network/ls.md found
11:24:12 WARN: man/src/network/prune.md does not exist, skipping
11:24:12 INFO: man/src/network/rm.md found
11:24:12 WARN: man/src/network.md does not exist, skipping
11:24:12 WARN: man/src/node/demote.md does not exist, skipping
11:24:12 WARN: man/src/node/inspect.md does not exist, skipping
11:24:12 WARN: man/src/node/ls.md does not exist, skipping
11:24:12 WARN: man/src/node/promote.md does not exist, skipping
11:24:12 WARN: man/src/node/ps.md does not exist, skipping
11:24:12 WARN: man/src/node/rm.md does not exist, skipping
11:24:12 WARN: man/src/node/update.md does not exist, skipping
11:24:12 WARN: man/src/node.md does not exist, skipping
11:24:12 INFO: man/src/pause.md found
11:24:12 WARN: man/src/plugin/create.md does not exist, skipping
11:24:12 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:12 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:12 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:12 WARN: man/src/plugin/install.md does not exist, skipping
11:24:12 INFO: man/src/plugin/ls.md found
11:24:12 WARN: man/src/plugin/push.md does not exist, skipping
11:24:12 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:12 WARN: man/src/plugin/set.md does not exist, skipping
11:24:12 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:12 WARN: man/src/plugin.md does not exist, skipping
11:24:12 INFO: man/src/port.md found
11:24:12 INFO: man/src/ps.md found
11:24:12 INFO: man/src/pull.md found
11:24:12 INFO: man/src/push.md found
11:24:12 INFO: man/src/rename.md found
11:24:12 INFO: man/src/restart.md found
11:24:12 INFO: man/src/rm.md found
11:24:12 INFO: man/src/rmi.md found
11:24:12 WARN: man/src/run.md does not exist, skipping
11:24:12 INFO: man/src/save.md found
11:24:12 INFO: man/src/search.md found
11:24:12 WARN: man/src/secret/create.md does not exist, skipping
11:24:12 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:12 WARN: man/src/secret/ls.md does not exist, skipping
11:24:12 WARN: man/src/secret/rm.md does not exist, skipping
11:24:12 WARN: man/src/secret.md does not exist, skipping
11:24:12 WARN: man/src/service/create.md does not exist, skipping
11:24:12 WARN: man/src/service/inspect.md does not exist, skipping
11:24:12 WARN: man/src/service/logs.md does not exist, skipping
11:24:12 WARN: man/src/service/ls.md does not exist, skipping
11:24:12 WARN: man/src/service/ps.md does not exist, skipping
11:24:12 WARN: man/src/service/rm.md does not exist, skipping
11:24:12 WARN: man/src/service/rollback.md does not exist, skipping
11:24:12 WARN: man/src/service/scale.md does not exist, skipping
11:24:12 WARN: man/src/service/update.md does not exist, skipping
11:24:12 WARN: man/src/service.md does not exist, skipping
11:24:12 WARN: man/src/stack/config.md does not exist, skipping
11:24:12 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:12 WARN: man/src/stack/ls.md does not exist, skipping
11:24:12 WARN: man/src/stack/ps.md does not exist, skipping
11:24:12 WARN: man/src/stack/rm.md does not exist, skipping
11:24:12 WARN: man/src/stack/services.md does not exist, skipping
11:24:12 WARN: man/src/stack.md does not exist, skipping
11:24:12 INFO: man/src/start.md found
11:24:12 INFO: man/src/stats.md found
11:24:12 INFO: man/src/stop.md found
11:24:12 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:12 WARN: man/src/swarm/init.md does not exist, skipping
11:24:12 WARN: man/src/swarm/join.md does not exist, skipping
11:24:12 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:12 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:12 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:12 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:12 WARN: man/src/swarm/update.md does not exist, skipping
11:24:12 WARN: man/src/swarm.md does not exist, skipping
11:24:12 WARN: man/src/system/df.md does not exist, skipping
11:24:12 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:12 INFO: man/src/system/events.md found
11:24:12 INFO: man/src/system/info.md found
11:24:12 WARN: man/src/system/prune.md does not exist, skipping
11:24:12 WARN: man/src/system.md does not exist, skipping
11:24:12 INFO: man/src/tag.md found
11:24:12 INFO: man/src/top.md found
11:24:12 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:12 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:12 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:12 WARN: man/src/trust/key.md does not exist, skipping
11:24:12 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:12 WARN: man/src/trust/sign.md does not exist, skipping
11:24:12 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:12 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:12 WARN: man/src/trust/signer.md does not exist, skipping
11:24:12 WARN: man/src/trust.md does not exist, skipping
11:24:12 INFO: man/src/unpause.md found
11:24:12 INFO: man/src/update.md found
11:24:12 INFO: man/src/version.md found
11:24:12 INFO: man/src/volume/create.md found
11:24:12 INFO: man/src/volume/inspect.md found
11:24:12 INFO: man/src/volume/ls.md found
11:24:12 WARN: man/src/volume/prune.md does not exist, skipping
11:24:12 WARN: man/src/volume/rm.md does not exist, skipping
11:24:12 WARN: man/src/volume/update.md does not exist, skipping
11:24:12 INFO: man/src/volume.md found
11:24:12 INFO: man/src/wait.md found
11:24:12 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:12 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:12 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:12 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:12 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:12 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:12 + popd
11:24:12 + RPM_EC=0
11:24:12 ~/rpmbuild/BUILD/src
11:24:12 ++ jobs -p
11:24:12 + exit 0
11:24:12 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.T4Bqqq
11:24:12 + umask 022
11:24:12 + cd /root/rpmbuild/BUILD
11:24:12 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64 '!=' / ']'
11:24:12 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:12 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:12 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:12 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:12 + cd src
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin
11:24:12 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/docker
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/bash-completion/completions
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/zsh/vendor-completions
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/fish/vendor_completions.d
11:24:12 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/bash-completion/completions/docker
11:24:12 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
11:24:12 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man1
11:24:12 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-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~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man1
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man5
11:24:12 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man5
11:24:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man8
11:24:12 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/man/man8
11:24:12 + mkdir -p build-docs
11:24:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:12 + cp cli/LICENSE build-docs/LICENSE
11:24:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:12 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:24:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:12 + cp cli/NOTICE build-docs/NOTICE
11:24:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:12 + cp cli/README.md build-docs/README.md
11:24:12 + /usr/lib/rpm/check-buildroot
11:24:12 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:12 + /usr/lib/rpm/brp-compress
11:24:12 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:12 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:12 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:12 go: downloading github.com/gogo/protobuf v1.3.2
11:24:12 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:12 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:13 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:13 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:13 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:13 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:13 + /usr/lib/rpm/brp-python-hardlink
11:24:13 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.23jJWy
11:24:13 + umask 022
11:24:13 + cd /root/rpmbuild/BUILD
11:24:13 + cd src
11:24:13 ++ cli/build/docker --version
11:24:13 PASS: cli version OK
11:24:13 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:13 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:13 + echo 'PASS: cli version OK'
11:24:13 + RPM_EC=0
11:24:13 ++ jobs -p
11:24:13 + exit 0
11:24:13 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:13 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nzgY33
11:24:13 + umask 022
11:24:13 + cd /root/rpmbuild/BUILD
11:24:13 + cd src
11:24:13 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + export LC_ALL=C
11:24:13 + LC_ALL=C
11:24:13 + export DOCDIR
11:24:13 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:24:13 + RPM_EC=0
11:24:13 ++ jobs -p
11:24:13 + exit 0
11:24:13 go: downloading golang.org/x/term v0.4.0
11:24:13 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:13 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:13 go: downloading github.com/imdario/mergo v0.3.12
11:24:13 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:13 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:13 go: downloading github.com/creack/pty v1.1.11
11:24:13 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:13 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:13 go: downloading github.com/stretchr/testify v1.8.0
11:24:13 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:13 go: downloading github.com/rivo/uniseg v0.2.0
11:24:13 go: downloading github.com/klauspost/compress v1.15.12
11:24:13 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:13 go: downloading github.com/containerd/continuity v0.3.0
11:24:13 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0~20230309110843.71615c2-0.el9
11:24:13 Requires(interp): /bin/sh
11:24:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:13 Requires(post): /bin/sh
11:24:13 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)
11:24:13 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:24:13 Recommends: docker-buildx-plugin docker-compose-plugin
11:24:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:13 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:13 go: downloading golang.org/x/time v0.1.0
11:24:13 go: downloading github.com/opencontainers/runc v1.1.3
11:24:13 go: downloading golang.org/x/crypto v0.2.0
11:24:13 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:24:13 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:14 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:14 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:14 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:14 go: downloading github.com/stretchr/testify v1.8.0
11:24:14 go: downloading google.golang.org/grpc v1.48.0
11:24:14 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:14 go: downloading github.com/rivo/uniseg v0.2.0
11:24:14 go: downloading github.com/klauspost/compress v1.15.12
11:24:14 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:14 go: downloading github.com/containerd/continuity v0.3.0
11:24:14 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:14 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:14 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:14 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:14 go: downloading golang.org/x/time v0.1.0
11:24:14 go: downloading github.com/opencontainers/runc v1.1.3
11:24:14 go: downloading golang.org/x/crypto v0.2.0
11:24:14 go: downloading github.com/russross/blackfriday v1.6.0
11:24:14 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:14 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:14 go: downloading golang.org/x/net v0.5.0
11:24:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:15 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:15 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:15 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:15 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:15 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:15 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:15 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:15 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:15 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:15 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:15 go: downloading google.golang.org/grpc v1.48.0
11:24:15 go: downloading github.com/golang/protobuf v1.5.2
11:24:15 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:16 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:16 go: downloading github.com/russross/blackfriday v1.6.0
11:24:16 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:16 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:16 go: downloading golang.org/x/net v0.5.0
11:24:16 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:16 ++ pwd
11:24:16 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:16 Project root: .
11:24:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:16 INFO: man/src/attach.md found
11:24:16 WARN: man/src/build.md does not exist, skipping
11:24:16 WARN: man/src/builder/build.md does not exist, skipping
11:24:16 WARN: man/src/builder/prune.md does not exist, skipping
11:24:16 WARN: man/src/builder.md does not exist, skipping
11:24:16 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:16 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:16 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:16 WARN: man/src/checkpoint.md does not exist, skipping
11:24:16 INFO: man/src/commit.md found
11:24:16 WARN: man/src/config/create.md does not exist, skipping
11:24:16 WARN: man/src/config/inspect.md does not exist, skipping
11:24:16 WARN: man/src/config/ls.md does not exist, skipping
11:24:16 WARN: man/src/config/rm.md does not exist, skipping
11:24:16 WARN: man/src/config.md does not exist, skipping
11:24:16 INFO: man/src/container/attach.md found
11:24:16 INFO: man/src/container/commit.md found
11:24:16 INFO: man/src/container/cp.md found
11:24:16 INFO: man/src/container/create.md found
11:24:16 INFO: man/src/container/diff.md found
11:24:16 INFO: man/src/container/exec.md found
11:24:16 INFO: man/src/container/export.md found
11:24:16 WARN: man/src/container/inspect.md does not exist, skipping
11:24:16 INFO: man/src/container/kill.md found
11:24:16 INFO: man/src/container/logs.md found
11:24:16 INFO: man/src/container/ls.md found
11:24:16 INFO: man/src/container/pause.md found
11:24:16 INFO: man/src/container/port.md found
11:24:16 WARN: man/src/container/prune.md does not exist, skipping
11:24:16 INFO: man/src/container/rename.md found
11:24:16 INFO: man/src/container/restart.md found
11:24:16 INFO: man/src/container/rm.md found
11:24:16 INFO: man/src/container/run.md found
11:24:16 INFO: man/src/container/start.md found
11:24:16 INFO: man/src/container/stats.md found
11:24:16 INFO: man/src/container/stop.md found
11:24:16 INFO: man/src/container/top.md found
11:24:16 INFO: man/src/container/unpause.md found
11:24:16 INFO: man/src/container/update.md found
11:24:16 INFO: man/src/container/wait.md found
11:24:16 WARN: man/src/container.md does not exist, skipping
11:24:16 WARN: man/src/context/create.md does not exist, skipping
11:24:16 WARN: man/src/context/export.md does not exist, skipping
11:24:16 WARN: man/src/context/import.md does not exist, skipping
11:24:16 WARN: man/src/context/inspect.md does not exist, skipping
11:24:16 WARN: man/src/context/ls.md does not exist, skipping
11:24:16 WARN: man/src/context/rm.md does not exist, skipping
11:24:16 WARN: man/src/context/show.md does not exist, skipping
11:24:16 WARN: man/src/context/update.md does not exist, skipping
11:24:16 WARN: man/src/context/use.md does not exist, skipping
11:24:16 WARN: man/src/context.md does not exist, skipping
11:24:16 INFO: man/src/cp.md found
11:24:16 INFO: man/src/create.md found
11:24:16 INFO: man/src/diff.md found
11:24:16 INFO: man/src/events.md found
11:24:16 INFO: man/src/exec.md found
11:24:16 INFO: man/src/export.md found
11:24:16 INFO: man/src/history.md found
11:24:16 INFO: man/src/image/build.md found
11:24:16 INFO: man/src/image/history.md found
11:24:16 INFO: man/src/image/import.md found
11:24:16 WARN: man/src/image/inspect.md does not exist, skipping
11:24:16 INFO: man/src/image/load.md found
11:24:16 INFO: man/src/image/ls.md found
11:24:16 WARN: man/src/image/prune.md does not exist, skipping
11:24:16 INFO: man/src/image/pull.md found
11:24:16 INFO: man/src/image/push.md found
11:24:16 INFO: man/src/image/rm.md found
11:24:16 INFO: man/src/image/save.md found
11:24:16 INFO: man/src/image/tag.md found
11:24:16 WARN: man/src/image.md does not exist, skipping
11:24:16 INFO: man/src/images.md found
11:24:16 INFO: man/src/import.md found
11:24:16 INFO: man/src/info.md found
11:24:16 INFO: man/src/inspect.md found
11:24:16 INFO: man/src/kill.md found
11:24:16 INFO: man/src/load.md found
11:24:16 INFO: man/src/login.md found
11:24:16 INFO: man/src/logout.md found
11:24:16 INFO: man/src/logs.md found
11:24:16 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:16 WARN: man/src/manifest/create.md does not exist, skipping
11:24:16 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:16 WARN: man/src/manifest/push.md does not exist, skipping
11:24:16 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:16 WARN: man/src/manifest.md does not exist, skipping
11:24:16 INFO: man/src/network/connect.md found
11:24:16 INFO: man/src/network/create.md found
11:24:16 INFO: man/src/network/disconnect.md found
11:24:16 INFO: man/src/network/inspect.md found
11:24:16 INFO: man/src/network/ls.md found
11:24:16 WARN: man/src/network/prune.md does not exist, skipping
11:24:16 INFO: man/src/network/rm.md found
11:24:16 WARN: man/src/network.md does not exist, skipping
11:24:16 WARN: man/src/node/demote.md does not exist, skipping
11:24:16 WARN: man/src/node/inspect.md does not exist, skipping
11:24:16 WARN: man/src/node/ls.md does not exist, skipping
11:24:16 WARN: man/src/node/promote.md does not exist, skipping
11:24:16 WARN: man/src/node/ps.md does not exist, skipping
11:24:16 WARN: man/src/node/rm.md does not exist, skipping
11:24:16 WARN: man/src/node/update.md does not exist, skipping
11:24:16 WARN: man/src/node.md does not exist, skipping
11:24:16 INFO: man/src/pause.md found
11:24:16 WARN: man/src/plugin/create.md does not exist, skipping
11:24:16 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:16 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:16 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:16 WARN: man/src/plugin/install.md does not exist, skipping
11:24:16 INFO: man/src/plugin/ls.md found
11:24:16 WARN: man/src/plugin/push.md does not exist, skipping
11:24:16 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:16 WARN: man/src/plugin/set.md does not exist, skipping
11:24:16 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:16 WARN: man/src/plugin.md does not exist, skipping
11:24:16 INFO: man/src/port.md found
11:24:16 INFO: man/src/ps.md found
11:24:16 INFO: man/src/pull.md found
11:24:16 INFO: man/src/push.md found
11:24:16 INFO: man/src/rename.md found
11:24:16 INFO: man/src/restart.md found
11:24:16 INFO: man/src/rm.md found
11:24:16 INFO: man/src/rmi.md found
11:24:16 WARN: man/src/run.md does not exist, skipping
11:24:16 INFO: man/src/save.md found
11:24:16 INFO: man/src/search.md found
11:24:16 WARN: man/src/secret/create.md does not exist, skipping
11:24:16 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:16 WARN: man/src/secret/ls.md does not exist, skipping
11:24:16 WARN: man/src/secret/rm.md does not exist, skipping
11:24:16 WARN: man/src/secret.md does not exist, skipping
11:24:16 WARN: man/src/service/create.md does not exist, skipping
11:24:16 WARN: man/src/service/inspect.md does not exist, skipping
11:24:16 WARN: man/src/service/logs.md does not exist, skipping
11:24:16 WARN: man/src/service/ls.md does not exist, skipping
11:24:16 WARN: man/src/service/ps.md does not exist, skipping
11:24:16 WARN: man/src/service/rm.md does not exist, skipping
11:24:16 WARN: man/src/service/rollback.md does not exist, skipping
11:24:16 WARN: man/src/service/scale.md does not exist, skipping
11:24:16 WARN: man/src/service/update.md does not exist, skipping
11:24:16 WARN: man/src/service.md does not exist, skipping
11:24:16 WARN: man/src/stack/config.md does not exist, skipping
11:24:16 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:16 WARN: man/src/stack/ls.md does not exist, skipping
11:24:16 WARN: man/src/stack/ps.md does not exist, skipping
11:24:16 WARN: man/src/stack/rm.md does not exist, skipping
11:24:16 WARN: man/src/stack/services.md does not exist, skipping
11:24:16 WARN: man/src/stack.md does not exist, skipping
11:24:16 INFO: man/src/start.md found
11:24:16 INFO: man/src/stats.md found
11:24:16 INFO: man/src/stop.md found
11:24:16 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:16 WARN: man/src/swarm/init.md does not exist, skipping
11:24:16 WARN: man/src/swarm/join.md does not exist, skipping
11:24:16 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:16 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:16 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:16 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:16 WARN: man/src/swarm/update.md does not exist, skipping
11:24:16 WARN: man/src/swarm.md does not exist, skipping
11:24:16 WARN: man/src/system/df.md does not exist, skipping
11:24:16 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:16 INFO: man/src/system/events.md found
11:24:16 INFO: man/src/system/info.md found
11:24:16 WARN: man/src/system/prune.md does not exist, skipping
11:24:16 WARN: man/src/system.md does not exist, skipping
11:24:16 INFO: man/src/tag.md found
11:24:16 INFO: man/src/top.md found
11:24:16 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:16 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:16 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:16 WARN: man/src/trust/key.md does not exist, skipping
11:24:16 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:16 WARN: man/src/trust/sign.md does not exist, skipping
11:24:16 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:16 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:16 WARN: man/src/trust/signer.md does not exist, skipping
11:24:16 WARN: man/src/trust.md does not exist, skipping
11:24:16 INFO: man/src/unpause.md found
11:24:16 INFO: man/src/update.md found
11:24:16 INFO: man/src/version.md found
11:24:16 INFO: man/src/volume/create.md found
11:24:16 INFO: man/src/volume/inspect.md found
11:24:16 INFO: man/src/volume/ls.md found
11:24:16 WARN: man/src/volume/prune.md does not exist, skipping
11:24:16 WARN: man/src/volume/rm.md does not exist, skipping
11:24:16 WARN: man/src/volume/update.md does not exist, skipping
11:24:16 INFO: man/src/volume.md found
11:24:16 INFO: man/src/wait.md found
11:24:16 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:16 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:16 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:16 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:16 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:16 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:16 make[2]: Leaving directory '/root/build-deb/cli'
11:24:16 # Build buildx plugin
11:24:16 cd /go/src/github.com/docker/buildx \
11:24:16 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:16 && GO111MODULE=on \
11:24:16 	CGO_ENABLED=0 \
11:24:16 		go build \
11:24:16 			-mod=vendor \
11:24:16 			-trimpath \
11:24:16 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:16 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:16 			./cmd/buildx
11:24:16 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:16 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:16 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:24:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DZnlp4
11:24:16 + umask 022
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + cd src
11:24:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:16 + RPM_EC=0
11:24:16 ++ jobs -p
11:24:16 + exit 0
11:24:16 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.16U0DC
11:24:16 + umask 022
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + rm -rf src src.gemspec
11:24:16 + RPM_EC=0
11:24:16 ++ jobs -p
11:24:16 + exit 0
11:24:16 
11:24:16 RPM build warnings:
11:24:16     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:24:16     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:24:16     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:24:16     source_date_epoch_from_changelog set but %changelog is missing
11:24:16     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:24:16     source_date_epoch_from_changelog set but %changelog is missing
11:24:16 warning: source_date_epoch_from_changelog set but %changelog is missing
11:24:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WRkI4m
11:24:16 + umask 022
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + rm -rf src
11:24:16 + /usr/bin/mkdir -p src
11:24:16 + cd src
11:24:16 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:24:16 + STATUS=0
11:24:16 + '[' 0 -ne 0 ']'
11:24:16 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:24:16 make[2]: Entering directory '/root/build-deb/cli'
11:24:16 scripts/docs/generate-man.sh
11:24:16 + cp -r . /tmp/docker-cli-docsgen.6tWnLUTbjx/
11:24:16 + cd /tmp/docker-cli-docsgen.6tWnLUTbjx
11:24:16 + ./scripts/vendor init
11:24:16 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:16 + cp man/tools.go .
11:24:16 + ./scripts/vendor update
11:24:16 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:16 go: downloading github.com/spf13/cobra v1.6.1
11:24:16 go: downloading github.com/spf13/pflag v1.0.5
11:24:16 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:16 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:16 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:16 go: downloading github.com/morikuni/aec v1.0.0
11:24:16 go: downloading github.com/pkg/errors v0.9.1
11:24:16 go: downloading github.com/google/go-cmp v0.5.9
11:24:16 go: downloading gotest.tools/v3 v3.4.0
11:24:16 go: downloading golang.org/x/sys v0.4.0
11:24:16 go: downloading github.com/docker/go-units v0.5.0
11:24:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:16 go: downloading github.com/docker/go-connections v0.4.0
11:24:16 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:16 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:16 go: downloading golang.org/x/text v0.6.0
11:24:16 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:16 go: downloading github.com/containerd/containerd v1.6.16
11:24:16 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:16 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:16 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:16 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:16 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:24:16 + make manpages
11:24:16 scripts/docs/generate-man.sh
11:24:16 + cp -r . /tmp/docker-cli-docsgen.x8YCcc6dIV/
11:24:16 + cd /tmp/docker-cli-docsgen.x8YCcc6dIV
11:24:16 + ./scripts/vendor init
11:24:16 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:16 + cp man/tools.go .
11:24:16 + ./scripts/vendor update
11:24:16 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:16 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:16 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:16 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:16 go: downloading github.com/morikuni/aec v1.0.0
11:24:16 go: downloading github.com/pkg/errors v0.9.1
11:24:16 go: downloading github.com/spf13/cobra v1.6.1
11:24:16 go: downloading github.com/spf13/pflag v1.0.5
11:24:16 go: downloading github.com/google/go-cmp v0.5.9
11:24:16 go: downloading gotest.tools/v3 v3.4.0
11:24:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:16 go: downloading golang.org/x/sys v0.4.0
11:24:16 go: downloading github.com/docker/go-units v0.5.0
11:24:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:16 go: downloading github.com/docker/go-connections v0.4.0
11:24:16 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:16 go: downloading github.com/sirupsen/logrus v1.9.0
11:24:16 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:16 go: downloading golang.org/x/text v0.6.0
11:24:16 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:16 go: downloading github.com/containerd/containerd v1.6.16
11:24:16 go: downloading github.com/moby/sys/signal v0.7.0
11:24:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:16 go: downloading github.com/moby/buildkit v0.10.6
11:24:16 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:16 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:16 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:16 go: downloading github.com/gogo/protobuf v1.3.2
11:24:16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:16 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:16 go: downloading golang.org/x/term v0.4.0
11:24:16 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:16 go: downloading github.com/imdario/mergo v0.3.12
11:24:16 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:16 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:16 go: downloading github.com/creack/pty v1.1.11
11:24:16 go: downloading github.com/gorilla/mux v1.8.0
11:24:16 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:16 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:24:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.G3T1gP
11:24:16 + umask 022
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + cd src
11:24:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:16 + RPM_EC=0
11:24:16 ++ jobs -p
11:24:16 + exit 0
11:24:16     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:24:16     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:24:16     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:24:16     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:24:16 
11:24:16 RPM build warnings:
11:24:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N2KQK7
11:24:16 + umask 022
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + cd /root/rpmbuild/BUILD
11:24:16 + rm -rf src
11:24:16 + /usr/bin/mkdir -p src
11:24:16 + cd src
11:24:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:16 + /usr/bin/tar -xof -
11:24:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:16 go: downloading github.com/golang/protobuf v1.5.2
11:24:16 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:16 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:16 go: downloading github.com/stretchr/testify v1.8.0
11:24:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:16 go: downloading github.com/rivo/uniseg v0.2.0
11:24:16 go: downloading github.com/klauspost/compress v1.15.12
11:24:16 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:17 + STATUS=0
11:24:17 + '[' 0 -ne 0 ']'
11:24:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:17 + STATUS=0
11:24:17 + '[' 0 -ne 0 ']'
11:24:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:17 + /usr/bin/tar -xof -
11:24:17 go: downloading github.com/moby/sys/signal v0.7.0
11:24:17 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:17 go: downloading github.com/moby/buildkit v0.10.6
11:24:17 go: downloading github.com/containerd/continuity v0.3.0
11:24:17 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:17 go: downloading golang.org/x/time v0.1.0
11:24:17 go: downloading github.com/opencontainers/runc v1.1.3
11:24:17 go: downloading golang.org/x/crypto v0.2.0
11:24:17 + RPM_EC=0
11:24:17 ++ jobs -p
11:24:17 + exit 0
11:24:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aZOCwS
11:24:17 + umask 022
11:24:17 + cd /root/rpmbuild/BUILD
11:24: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'
11:24:17 + export CFLAGS
11:24: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'
11:24:17 + export CXXFLAGS
11:24: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'
11:24:17 + export FFLAGS
11:24: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'
11:24:17 + export FCFLAGS
11:24: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'
11:24:17 + export LDFLAGS
11:24:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:17 + export LT_SYS_LIBRARY_PATH
11:24:17 + CC=gcc
11:24:17 + export CC
11:24:17 + CXX=g++
11:24:17 + export CXX
11:24:17 + cd src
11:24:17 + export DOCKER_GITCOMMIT=31a9532
11:24:17 + DOCKER_GITCOMMIT=31a9532
11:24:17 + mkdir -p /go/src/github.com/docker
11:24:17 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:24:17 + TMP_GOPATH=/go
11:24:17 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:24:17 + RM_GOPATH=0
11:24:17 + TMP_GOPATH=/go
11:24:17 + : /usr/local/bin
11:24:17 + '[' -z /go ']'
11:24:17 + export GOPATH=/go
11:24:17 + GOPATH=/go
11:24:17 + case "$(go env GOARCH)" in
11:24:17 ++ go env GOARCH
11:24:17 + export GO_BUILDMODE=-buildmode=pie
11:24:17 + GO_BUILDMODE=-buildmode=pie
11:24:17 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:24:17 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:24:17 + bin=rootlesskit
11:24:17 + shift
11:24:17 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:24:17 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:24:17 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:17 + install_rootlesskit dynamic
11:24:17 + case "$1" in
11:24:17 + install_rootlesskit_dynamic
11:24:17 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:24:17 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:24:17 + export BUILD_MODE=-buildmode=pie
11:24:17 + BUILD_MODE=-buildmode=pie
11:24:17 + _install_rootlesskit
11:24:17 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:24:17 + for f in rootlesskit rootlesskit-docker-proxy
11:24:17 + GOBIN=/usr/local/bin
11:24:17 + GO111MODULE=on
11:24:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:17 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:17 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:17 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:24:17 + STATUS=0
11:24:17 + '[' 0 -ne 0 ']'
11:24:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:17 + RPM_EC=0
11:24:17 ++ jobs -p
11:24:17 + exit 0
11:24:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aWd6wk
11:24:17 + umask 022
11:24:17 + cd /root/rpmbuild/BUILD
11:24: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'
11:24:17 + export CFLAGS
11:24: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'
11:24:17 + export CXXFLAGS
11:24: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'
11:24:17 + export FFLAGS
11:24: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'
11:24:17 + export FCFLAGS
11:24: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 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64.ld'
11:24:17 + export LDFLAGS
11:24:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:17 + export LT_SYS_LIBRARY_PATH
11:24:17 + CC=gcc
11:24:17 + export CC
11:24:17 + CXX=g++
11:24:17 + export CXX
11:24:17 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:24:17 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:24:17 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:17 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:17 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:17 go: downloading google.golang.org/grpc v1.48.0
11:24:18 + cd src
11:24:18 + export DOCKER_GITCOMMIT=31a9532
11:24:18 + DOCKER_GITCOMMIT=31a9532
11:24:18 + mkdir -p /go/src/github.com/docker
11:24:18 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:24:18 + TMP_GOPATH=/go
11:24:18 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:24:18 + RM_GOPATH=0
11:24:18 + TMP_GOPATH=/go
11:24:18 + : /usr/local/bin
11:24:18 + '[' -z /go ']'
11:24:18 + export GOPATH=/go
11:24:18 + GOPATH=/go
11:24:18 + case "$(go env GOARCH)" in
11:24:18 ++ go env GOARCH
11:24:18 + export GO_BUILDMODE=-buildmode=pie
11:24:18 + GO_BUILDMODE=-buildmode=pie
11:24:18 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:24:18 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:24:18 + bin=rootlesskit
11:24:18 + shift
11:24:18 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:24:18 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:24:18 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:18 + install_rootlesskit dynamic
11:24:18 + case "$1" in
11:24:18 + install_rootlesskit_dynamic
11:24:18 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:24:18 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:24:18 + export BUILD_MODE=-buildmode=pie
11:24:18 + BUILD_MODE=-buildmode=pie
11:24:18 + _install_rootlesskit
11:24:18 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:24:18 + for f in rootlesskit rootlesskit-docker-proxy
11:24:18 + GOBIN=/usr/local/bin
11:24:18 + GO111MODULE=on
11:24:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:18 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:18 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:18 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:18 go: downloading github.com/gogo/protobuf v1.3.2
11:24:18 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:18 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:18 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:18 go: downloading github.com/urfave/cli/v2 v2.23.5
11:24:18 go: downloading golang.org/x/sys v0.2.0
11:24:18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:24:18 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:24:18 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:24:18 go: downloading github.com/russross/blackfriday v1.6.0
11:24:18 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:18 go: downloading golang.org/x/net v0.5.0
11:24:18 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:18 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:18 go: downloading golang.org/x/term v0.4.0
11:24:18 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:18 go: downloading github.com/imdario/mergo v0.3.12
11:24:18 go: downloading github.com/google/uuid v1.3.0
11:24:18 go: downloading github.com/moby/vpnkit v0.5.0
11:24:18 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:24:18 go: downloading github.com/gofrs/flock v0.8.1
11:24:18 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:24:18 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:24:18 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:24:18 go: downloading golang.org/x/net v0.1.0
11:24:18 go: downloading github.com/urfave/cli/v2 v2.23.5
11:24:18 go: downloading golang.org/x/sys v0.2.0
11:24:18 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:18 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:18 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:18 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:18 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:18 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:18 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:18 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:18 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:18 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:18 go: downloading github.com/creack/pty v1.1.11
11:24:18 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:18 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:18 go: downloading github.com/golang/protobuf v1.5.2
11:24:18 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:24:18 go: downloading github.com/google/uuid v1.3.0
11:24:18 go: downloading github.com/moby/vpnkit v0.5.0
11:24:18 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:24:18 go: downloading github.com/gofrs/flock v0.8.1
11:24:18 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:24:18 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:24:19 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:24:19 go: downloading golang.org/x/net v0.1.0
11:24:19 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:19 go: downloading github.com/beorn7/perks v1.0.1
11:24:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:19 go: downloading github.com/prometheus/client_model v0.3.0
11:24:19 go: downloading github.com/prometheus/common v0.37.0
11:24:19 go: downloading github.com/prometheus/procfs v0.8.0
11:24:19 go: downloading google.golang.org/protobuf v1.28.1
11:24:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:19 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:19 go: downloading github.com/stretchr/testify v1.8.0
11:24:19 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:19 go: downloading github.com/rivo/uniseg v0.2.0
11:24:19 go: downloading github.com/klauspost/compress v1.15.12
11:24:19 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:19 go: downloading k8s.io/klog/v2 v2.80.1
11:24:19 go: downloading github.com/kr/text v0.2.0
11:24:19 go: downloading github.com/docker/go-metrics v0.0.1
11:24:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:19 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:19 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:19 go: downloading github.com/kr/pretty v0.2.1
11:24:19 go: downloading github.com/magiconair/properties v1.5.3
11:24:19 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:19 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:19 go: downloading github.com/go-logr/logr v1.2.3
11:24:19 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:19 + go mod vendor -modfile=vendor.mod
11:24:19 go: downloading github.com/containerd/continuity v0.3.0
11:24:19 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:19 go: downloading golang.org/x/time v0.1.0
11:24:19 go: downloading github.com/opencontainers/runc v1.1.3
11:24:19 go: downloading golang.org/x/crypto v0.2.0
11:24:20 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:20 go: downloading github.com/beorn7/perks v1.0.1
11:24:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:20 go: downloading github.com/prometheus/client_model v0.3.0
11:24:20 go: downloading github.com/prometheus/common v0.37.0
11:24:20 go: downloading github.com/prometheus/procfs v0.8.0
11:24:20 go: downloading google.golang.org/protobuf v1.28.1
11:24:20 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:20 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:20 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:20 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:20 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:20 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:20 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:20 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:20 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:20 go: downloading google.golang.org/grpc v1.48.0
11:24:20 go: downloading k8s.io/klog/v2 v2.80.1
11:24:20 go: downloading github.com/kr/text v0.2.0
11:24:20 go: downloading github.com/docker/go-metrics v0.0.1
11:24:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:20 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:20 go: downloading github.com/kr/pretty v0.2.1
11:24:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:20 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:20 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:20 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:20 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:20 go: downloading github.com/beorn7/perks v1.0.1
11:24:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:20 go: downloading github.com/prometheus/client_model v0.3.0
11:24:20 go: downloading github.com/prometheus/common v0.37.0
11:24:20 go: downloading github.com/prometheus/procfs v0.8.0
11:24:20 go: downloading google.golang.org/protobuf v1.28.1
11:24:20 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:20 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:20 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:20 go: downloading k8s.io/klog/v2 v2.80.1
11:24:20 go: downloading github.com/kr/text v0.2.0
11:24:20 go: downloading github.com/docker/go-metrics v0.0.1
11:24:20 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:20 go: downloading github.com/kr/pretty v0.2.1
11:24:20 go: downloading github.com/magiconair/properties v1.5.3
11:24:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:20 go: downloading github.com/go-logr/logr v1.2.3
11:24:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:20 go: downloading github.com/magiconair/properties v1.5.3
11:24:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:20 go: downloading github.com/go-logr/logr v1.2.3
11:24:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:20 + go mod vendor -modfile=vendor.mod
11:24:20 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:24:20 + go mod vendor -modfile=vendor.mod
11:24:21 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:21 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:21 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:21 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:21 go: downloading github.com/russross/blackfriday v1.6.0
11:24:21 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:21 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:21 go: downloading golang.org/x/net v0.5.0
11:24:21 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:21 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:21 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:21 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:21 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:21 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:21 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:21 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:21 go: downloading github.com/golang/protobuf v1.5.2
11:24:21 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:22 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:22 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:22 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:24:22 + make manpages
11:24:22 scripts/docs/generate-man.sh
11:24:22 + cp -r . /tmp/docker-cli-docsgen.C0QTE1abLS/
11:24:22 + cd /tmp/docker-cli-docsgen.C0QTE1abLS
11:24:22 + ./scripts/vendor init
11:24:22 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:22 + cp man/tools.go .
11:24:22 + ./scripts/vendor update
11:24:22 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:22 go: downloading github.com/spf13/cobra v1.6.1
11:24:22 go: downloading github.com/spf13/pflag v1.0.5
11:24:22 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:22 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:22 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:22 go: downloading github.com/morikuni/aec v1.0.0
11:24:22 go: downloading github.com/pkg/errors v0.9.1
11:24:22 go: downloading github.com/google/go-cmp v0.5.9
11:24:22 go: downloading gotest.tools/v3 v3.4.0
11:24:22 go: downloading golang.org/x/sys v0.4.0
11:24:22 go: downloading github.com/docker/go-units v0.5.0
11:24:22 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:22 go: downloading github.com/docker/go-connections v0.4.0
11:24:22 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:22 go: downloading github.com/sirupsen/logrus v1.9.0
11:24:22 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:22 go: downloading golang.org/x/text v0.6.0
11:24:22 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:22 go: downloading github.com/containerd/containerd v1.6.16
11:24:22 go: downloading github.com/moby/sys/signal v0.7.0
11:24:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:22 go: downloading github.com/moby/buildkit v0.10.6
11:24:22 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:22 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:22 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:22 go: downloading github.com/gogo/protobuf v1.3.2
11:24:22 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:22 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:22 go: downloading golang.org/x/term v0.4.0
11:24:22 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:22 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:22 go: downloading github.com/imdario/mergo v0.3.12
11:24:22 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:22 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:22 go: downloading github.com/creack/pty v1.1.11
11:24:22 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:22 go: downloading github.com/gorilla/mux v1.8.0
11:24:22 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:22 go: downloading github.com/stretchr/testify v1.8.0
11:24:22 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:22 go: downloading github.com/rivo/uniseg v0.2.0
11:24:22 go: downloading github.com/klauspost/compress v1.15.12
11:24:22 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:22 go: downloading github.com/containerd/continuity v0.3.0
11:24:22 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:22 go: downloading golang.org/x/time v0.1.0
11:24:22 go: downloading github.com/opencontainers/runc v1.1.3
11:24:22 go: downloading golang.org/x/crypto v0.2.0
11:24:22 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:22 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:22 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:22 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:22 go: downloading google.golang.org/grpc v1.48.0
11:24:22 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:22 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:24:22 go: downloading github.com/russross/blackfriday v1.6.0
11:24:22 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:22 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:22 go: downloading golang.org/x/net v0.5.0
11:24:22 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:22 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:22 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:22 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:22 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:22 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:22 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:22 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:22 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:22 go: downloading github.com/golang/protobuf v1.5.2
11:24:22 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:22 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:22 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:22 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:22 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:22 go: downloading github.com/beorn7/perks v1.0.1
11:24:22 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:22 go: downloading github.com/prometheus/client_model v0.3.0
11:24:22 go: downloading github.com/prometheus/common v0.37.0
11:24:22 go: downloading github.com/prometheus/procfs v0.8.0
11:24:22 go: downloading google.golang.org/protobuf v1.28.1
11:24:23 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:23 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:23 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:23 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:23 go: downloading k8s.io/klog/v2 v2.80.1
11:24:23 go: downloading github.com/kr/text v0.2.0
11:24:23 go: downloading github.com/docker/go-metrics v0.0.1
11:24:23 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:23 go: downloading github.com/kr/pretty v0.2.1
11:24:23 go: downloading github.com/magiconair/properties v1.5.3
11:24:23 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:23 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:23 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:23 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:23 go: downloading github.com/go-logr/logr v1.2.3
11:24:23 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:23 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:24:23 + go mod vendor -modfile=vendor.mod
11:24:23 + for f in rootlesskit rootlesskit-docker-proxy
11:24:23 + GOBIN=/usr/local/bin
11:24:23 + GO111MODULE=on
11:24:23 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:24 + for f in rootlesskit rootlesskit-docker-proxy
11:24:24 + GOBIN=/usr/local/bin
11:24:24 + GO111MODULE=on
11:24:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:24 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:24 + return
11:24:24 + RPM_EC=0
11:24:24 ++ jobs -p
11:24:24 + exit 0
11:24:24 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Obtnqf
11:24:24 + umask 022
11:24:24 + cd /root/rpmbuild/BUILD
11:24:24 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64 '!=' / ']'
11:24:24 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:24 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:24 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:24 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:24 + 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'
11:24:24 + export CFLAGS
11:24:24 + 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'
11:24:24 + export CXXFLAGS
11:24:24 + 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'
11:24:24 + export FFLAGS
11:24:24 + 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'
11:24:24 + export FCFLAGS
11:24:24 + 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'
11:24:24 + export LDFLAGS
11:24:24 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:24 + export LT_SYS_LIBRARY_PATH
11:24:24 + CC=gcc
11:24:24 + export CC
11:24:24 + CXX=g++
11:24:24 + export CXX
11:24:24 + cd src
11:24:24 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/dockerd-rootless.sh
11:24:24 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:24:24 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/rootlesskit
11:24:24 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/rootlesskit-docker-proxy
11:24:24 + /usr/lib/rpm/check-buildroot
11:24:25 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:25 + /usr/lib/rpm/brp-compress
11:24:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:25 + /usr/lib/rpm/check-rpaths
11:24:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:25 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:24:25 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:24:25 + /usr/lib/rpm/brp-remove-la-files
11:24:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:25 + /usr/lib/rpm/redhat/brp-python-hardlink
11:24:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cLKDPX
11:24:25 + umask 022
11:24:25 + cd /root/rpmbuild/BUILD
11:24:25 + 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'
11:24:25 + export CFLAGS
11:24:25 + 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'
11:24:25 + export CXXFLAGS
11:24:25 + 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'
11:24:25 + export FFLAGS
11:24:25 + 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'
11:24:25 + export FCFLAGS
11:24:25 + 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'
11:24:25 + export LDFLAGS
11:24:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:25 + export LT_SYS_LIBRARY_PATH
11:24:25 + CC=gcc
11:24:25 + export CC
11:24:25 + CXX=g++
11:24:25 + export CXX
11:24:25 + cd src
11:24:25 + /usr/local/bin/rootlesskit -v
11:24:25 rootlesskit version 1.1.0
11:24:25 + RPM_EC=0
11:24:25 ++ jobs -p
11:24:25 + exit 0
11:24:25 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:25 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.fc37 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230309110843.71615c2-0.fc37
11:24:25 Requires(interp): /bin/sh /bin/sh /bin/sh
11:24:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:25 Requires(post): /bin/sh
11:24:25 Requires(preun): /bin/sh
11:24:25 Requires(postun): /bin/sh
11:24:25 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)
11:24:25 Conflicts: rootlesskit
11:24:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:25 + return
11:24:25 + RPM_EC=0
11:24:25 ++ jobs -p
11:24:25 + exit 0
11:24:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bMQTBw
11:24:25 + umask 022
11:24:25 + cd /root/rpmbuild/BUILD
11:24:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64 '!=' / ']'
11:24:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:25 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:25 + 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'
11:24:25 + export CFLAGS
11:24:25 + 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'
11:24:25 + export CXXFLAGS
11:24:25 + 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'
11:24:25 + export FFLAGS
11:24:25 + 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'
11:24:25 + export FCFLAGS
11:24:25 + 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~20230309110843.71615c2-0.fc36.aarch64.ld'
11:24:25 + export LDFLAGS
11:24:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:25 + export LT_SYS_LIBRARY_PATH
11:24:25 + CC=gcc
11:24:25 + export CC
11:24:25 + CXX=g++
11:24:25 + export CXX
11:24:25 + cd src
11:24:25 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
11:24:25 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:24:25 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/rootlesskit
11:24:25 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
11:24:25 + /usr/lib/rpm/check-buildroot
11:24:25 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:25 + /usr/lib/rpm/brp-compress
11:24:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:25 + /usr/lib/rpm/check-rpaths
11:24:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:25 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:24:25 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:24:25 + /usr/lib/rpm/brp-remove-la-files
11:24:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:25 + /usr/lib/rpm/redhat/brp-python-hardlink
11:24:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oDskod
11:24:25 + umask 022
11:24:25 + cd /root/rpmbuild/BUILD
11:24:25 + 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'
11:24:25 + export CFLAGS
11:24:25 + 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'
11:24:25 + export CXXFLAGS
11:24:25 + 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'
11:24:25 + export FFLAGS
11:24:25 + 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'
11:24:25 + export FCFLAGS
11:24:25 + 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~20230309110843.71615c2-0.fc36.aarch64.ld'
11:24:25 + export LDFLAGS
11:24:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:25 + export LT_SYS_LIBRARY_PATH
11:24:25 + CC=gcc
11:24:25 + export CC
11:24:25 + CXX=g++
11:24:25 + export CXX
11:24:25 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:24:25 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230309110843.71615c2-0.fc36 aarch64
11:24:25 + cd src
11:24:25 + /usr/local/bin/rootlesskit -v
11:24:25 rootlesskit version 1.1.0
11:24:25 + RPM_EC=0
11:24:25 ++ jobs -p
11:24:25 + exit 0
11:24:25 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:25 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230309110843.71615c2-0.fc36
11:24:25 Requires(interp): /bin/sh /bin/sh /bin/sh
11:24:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:25 Requires(post): /bin/sh
11:24:25 Requires(preun): /bin/sh
11:24:25 Requires(postun): /bin/sh
11:24:25 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)
11:24:25 Conflicts: rootlesskit
11:24:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:26 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:24:26 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:26 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:26 go: downloading github.com/beorn7/perks v1.0.1
11:24:26 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:26 go: downloading github.com/prometheus/client_model v0.3.0
11:24:26 go: downloading github.com/prometheus/common v0.37.0
11:24:26 go: downloading github.com/prometheus/procfs v0.8.0
11:24:26 go: downloading google.golang.org/protobuf v1.28.1
11:24:26 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:26 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:26 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:26 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:26 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:26 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:26 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:26 go: downloading k8s.io/klog/v2 v2.80.1
11:24:26 go: downloading github.com/kr/text v0.2.0
11:24:26 go: downloading github.com/docker/go-metrics v0.0.1
11:24:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:26 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:26 go: downloading github.com/kr/pretty v0.2.1
11:24:26 go: downloading github.com/magiconair/properties v1.5.3
11:24:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:26 go: downloading github.com/go-logr/logr v1.2.3
11:24:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:26 + go mod vendor -modfile=vendor.mod
11:24:26 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:24:27 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:28 make[2]: Entering directory '/root/build-deb/cli'
11:24:28 scripts/docs/generate-man.sh
11:24:28 + cp -r . /tmp/docker-cli-docsgen.kEbPdbpUWU/
11:24:28 + cd /tmp/docker-cli-docsgen.kEbPdbpUWU
11:24:28 + ./scripts/vendor init
11:24:28 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:28 + cp man/tools.go .
11:24:28 + ./scripts/vendor update
11:24:28 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:28 go: downloading github.com/spf13/cobra v1.6.1
11:24:28 go: downloading github.com/spf13/pflag v1.0.5
11:24:28 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:28 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:28 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:28 go: downloading github.com/morikuni/aec v1.0.0
11:24:28 go: downloading github.com/pkg/errors v0.9.1
11:24:28 go: downloading github.com/google/go-cmp v0.5.9
11:24:28 go: downloading gotest.tools/v3 v3.4.0
11:24:28 go: downloading golang.org/x/sys v0.4.0
11:24:28 go: downloading github.com/docker/go-units v0.5.0
11:24:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:28 go: downloading github.com/docker/go-connections v0.4.0
11:24:28 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:28 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:28 go: downloading golang.org/x/text v0.6.0
11:24:28 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:28 go: downloading github.com/containerd/containerd v1.6.16
11:24:28 go: downloading github.com/moby/sys/signal v0.7.0
11:24:28 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:28 go: downloading github.com/moby/buildkit v0.10.6
11:24:28 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:24:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8hd1GH
11:24:28 + umask 022
11:24:28 + cd /root/rpmbuild/BUILD
11:24:28 + cd src
11:24:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:28 + RPM_EC=0
11:24:28 ++ jobs -p
11:24:28 + exit 0
11:24:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gxxX5Y
11:24:28 + umask 022
11:24:28 + cd /root/rpmbuild/BUILD
11:24:28 + cd /root/rpmbuild/BUILD
11:24:28 + rm -rf src
11:24:28 + /usr/bin/mkdir -p src
11:24:28 + cd src
11:24:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:28 + /usr/bin/tar -xof -
11:24:28 + STATUS=0
11:24:28 + '[' 0 -ne 0 ']'
11:24:28 + /usr/bin/tar -xof -
11:24:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:28 + STATUS=0
11:24:28 + '[' 0 -ne 0 ']'
11:24:28 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:28 + RPM_EC=0
11:24:28 ++ jobs -p
11:24:28 + exit 0
11:24:28 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.881Td4
11:24:28 + umask 022
11:24:28 + cd /root/rpmbuild/BUILD
11:24:28 + cd src
11:24:28 + export DOCKER_GITCOMMIT=31a9532
11:24:28 + DOCKER_GITCOMMIT=31a9532
11:24:28 + mkdir -p /go/src/github.com/docker
11:24:28 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:24:28 + TMP_GOPATH=/go
11:24:28 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:24:28 + RM_GOPATH=0
11:24:28 + TMP_GOPATH=/go
11:24:28 + : /usr/local/bin
11:24:28 + '[' -z /go ']'
11:24:28 + export GOPATH=/go
11:24:28 + GOPATH=/go
11:24:28 + case "$(go env GOARCH)" in
11:24:28 ++ go env GOARCH
11:24:28 + export GO_BUILDMODE=-buildmode=pie
11:24:28 + GO_BUILDMODE=-buildmode=pie
11:24:28 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:24:28 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:24:28 + bin=rootlesskit
11:24:28 + shift
11:24:28 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:24:28 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:24:28 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:28 + install_rootlesskit dynamic
11:24:28 + case "$1" in
11:24:28 + install_rootlesskit_dynamic
11:24:28 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:24:28 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:24:28 + export BUILD_MODE=-buildmode=pie
11:24:28 + BUILD_MODE=-buildmode=pie
11:24:28 + _install_rootlesskit
11:24:28 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:24:28 + for f in rootlesskit rootlesskit-docker-proxy
11:24:28 + GOBIN=/usr/local/bin
11:24:28 + GO111MODULE=on
11:24:28 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:28 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:28 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:24:28 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:28 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:28 go: downloading github.com/gogo/protobuf v1.3.2
11:24:28 go: downloading github.com/urfave/cli/v2 v2.23.5
11:24:28 go: downloading golang.org/x/sys v0.2.0
11:24:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:24:29 go: downloading github.com/google/uuid v1.3.0
11:24:29 go: downloading github.com/moby/vpnkit v0.5.0
11:24:29 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:24:29 go: downloading github.com/gofrs/flock v0.8.1
11:24:29 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:24:29 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:24:29 go: downloading golang.org/x/net v0.1.0
11:24:29 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:29 go: downloading golang.org/x/term v0.4.0
11:24:29 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:29 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:29 go: downloading github.com/imdario/mergo v0.3.12
11:24:29 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:29 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:24:29 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:29 go: downloading github.com/creack/pty v1.1.11
11:24:29 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:29 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:24:29 + make manpages
11:24:29 scripts/docs/generate-man.sh
11:24:29 + cp -r . /tmp/docker-cli-docsgen.A1sgqhp03B/
11:24:29 + cd /tmp/docker-cli-docsgen.A1sgqhp03B
11:24:29 + ./scripts/vendor init
11:24:29 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:29 + cp man/tools.go .
11:24:29 + ./scripts/vendor update
11:24:29 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:29 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:29 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:29 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:29 go: downloading github.com/morikuni/aec v1.0.0
11:24:29 go: downloading github.com/pkg/errors v0.9.1
11:24:29 go: downloading github.com/spf13/cobra v1.6.1
11:24:29 go: downloading github.com/spf13/pflag v1.0.5
11:24:29 go: downloading github.com/google/go-cmp v0.5.9
11:24:29 go: downloading gotest.tools/v3 v3.4.0
11:24:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:29 go: downloading golang.org/x/sys v0.4.0
11:24:29 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:29 go: downloading github.com/docker/go-connections v0.4.0
11:24:29 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:29 go: downloading github.com/sirupsen/logrus v1.9.0
11:24:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:29 go: downloading github.com/docker/go-units v0.5.0
11:24:29 go: downloading golang.org/x/text v0.6.0
11:24:29 go: downloading github.com/containerd/containerd v1.6.16
11:24:29 go: downloading github.com/moby/sys/signal v0.7.0
11:24:29 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:29 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:29 go: downloading github.com/moby/buildkit v0.10.6
11:24:29 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:29 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:29 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:29 go: downloading github.com/gogo/protobuf v1.3.2
11:24:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:29 go: downloading golang.org/x/term v0.4.0
11:24:29 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:29 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:29 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:29 go: downloading github.com/imdario/mergo v0.3.12
11:24:29 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:29 go: downloading github.com/creack/pty v1.1.11
11:24:29 go: downloading github.com/gorilla/mux v1.8.0
11:24:29 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:29 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:29 go: downloading github.com/stretchr/testify v1.8.0
11:24:29 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:29 go: downloading github.com/klauspost/compress v1.15.12
11:24:29 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:29 go: downloading github.com/containerd/continuity v0.3.0
11:24:29 go: downloading github.com/rivo/uniseg v0.2.0
11:24:29 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:29 go: downloading golang.org/x/time v0.1.0
11:24:29 go: downloading github.com/opencontainers/runc v1.1.3
11:24:29 go: downloading golang.org/x/crypto v0.2.0
11:24:29 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:29 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:29 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:29 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:29 go: downloading google.golang.org/grpc v1.48.0
11:24:29 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:29 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:29 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:29 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:24:29 go: downloading github.com/russross/blackfriday v1.6.0
11:24:29 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:29 go: downloading golang.org/x/net v0.5.0
11:24:29 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:29 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:29 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:29 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:29 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:29 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:29 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:29 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:29 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:29 go: downloading github.com/golang/protobuf v1.5.2
11:24:29 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:29 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:29 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:29 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:29 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:29 go: downloading github.com/beorn7/perks v1.0.1
11:24:29 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:29 go: downloading github.com/prometheus/client_model v0.3.0
11:24:29 go: downloading github.com/prometheus/common v0.37.0
11:24:29 go: downloading github.com/prometheus/procfs v0.8.0
11:24:29 go: downloading google.golang.org/protobuf v1.28.1
11:24:29 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:29 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:29 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:29 go: downloading k8s.io/klog/v2 v2.80.1
11:24:29 go: downloading github.com/kr/text v0.2.0
11:24:29 go: downloading github.com/docker/go-metrics v0.0.1
11:24:29 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:29 go: downloading github.com/kr/pretty v0.2.1
11:24:29 go: downloading github.com/magiconair/properties v1.5.3
11:24:29 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:29 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:29 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:29 go: downloading github.com/go-logr/logr v1.2.3
11:24:29 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:24:29 + go mod vendor -modfile=vendor.mod
11:24:29 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:30 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:30 go: downloading github.com/stretchr/testify v1.8.0
11:24:30 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:30 go: downloading github.com/rivo/uniseg v0.2.0
11:24:30 go: downloading github.com/klauspost/compress v1.15.12
11:24:30 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:30 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:30 ++ pwd
11:24:30 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:30 Project root: .
11:24:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:30 INFO: man/src/attach.md found
11:24:30 WARN: man/src/build.md does not exist, skipping
11:24:30 WARN: man/src/builder/build.md does not exist, skipping
11:24:30 WARN: man/src/builder/prune.md does not exist, skipping
11:24:30 WARN: man/src/builder.md does not exist, skipping
11:24:30 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:30 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:30 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:30 WARN: man/src/checkpoint.md does not exist, skipping
11:24:30 INFO: man/src/commit.md found
11:24:30 WARN: man/src/config/create.md does not exist, skipping
11:24:30 WARN: man/src/config/inspect.md does not exist, skipping
11:24:30 WARN: man/src/config/ls.md does not exist, skipping
11:24:30 WARN: man/src/config/rm.md does not exist, skipping
11:24:30 WARN: man/src/config.md does not exist, skipping
11:24:30 INFO: man/src/container/attach.md found
11:24:30 INFO: man/src/container/commit.md found
11:24:30 INFO: man/src/container/cp.md found
11:24:30 INFO: man/src/container/create.md found
11:24:30 INFO: man/src/container/diff.md found
11:24:30 INFO: man/src/container/exec.md found
11:24:30 INFO: man/src/container/export.md found
11:24:30 WARN: man/src/container/inspect.md does not exist, skipping
11:24:30 INFO: man/src/container/kill.md found
11:24:30 INFO: man/src/container/logs.md found
11:24:30 INFO: man/src/container/ls.md found
11:24:30 INFO: man/src/container/pause.md found
11:24:30 INFO: man/src/container/port.md found
11:24:30 WARN: man/src/container/prune.md does not exist, skipping
11:24:30 INFO: man/src/container/rename.md found
11:24:30 INFO: man/src/container/restart.md found
11:24:30 INFO: man/src/container/rm.md found
11:24:30 INFO: man/src/container/run.md found
11:24:30 INFO: man/src/container/start.md found
11:24:30 INFO: man/src/container/stats.md found
11:24:30 INFO: man/src/container/stop.md found
11:24:30 INFO: man/src/container/top.md found
11:24:30 INFO: man/src/container/unpause.md found
11:24:30 INFO: man/src/container/update.md found
11:24:30 INFO: man/src/container/wait.md found
11:24:30 WARN: man/src/container.md does not exist, skipping
11:24:30 WARN: man/src/context/create.md does not exist, skipping
11:24:30 WARN: man/src/context/export.md does not exist, skipping
11:24:30 WARN: man/src/context/import.md does not exist, skipping
11:24:30 WARN: man/src/context/inspect.md does not exist, skipping
11:24:30 WARN: man/src/context/ls.md does not exist, skipping
11:24:30 WARN: man/src/context/rm.md does not exist, skipping
11:24:30 WARN: man/src/context/show.md does not exist, skipping
11:24:30 WARN: man/src/context/update.md does not exist, skipping
11:24:30 WARN: man/src/context/use.md does not exist, skipping
11:24:30 WARN: man/src/context.md does not exist, skipping
11:24:30 INFO: man/src/cp.md found
11:24:30 INFO: man/src/create.md found
11:24:30 INFO: man/src/diff.md found
11:24:30 INFO: man/src/events.md found
11:24:30 INFO: man/src/exec.md found
11:24:30 INFO: man/src/export.md found
11:24:30 INFO: man/src/history.md found
11:24:30 INFO: man/src/image/build.md found
11:24:30 INFO: man/src/image/history.md found
11:24:30 INFO: man/src/image/import.md found
11:24:30 WARN: man/src/image/inspect.md does not exist, skipping
11:24:30 INFO: man/src/image/load.md found
11:24:30 INFO: man/src/image/ls.md found
11:24:30 WARN: man/src/image/prune.md does not exist, skipping
11:24:30 INFO: man/src/image/pull.md found
11:24:30 INFO: man/src/image/push.md found
11:24:30 INFO: man/src/image/rm.md found
11:24:30 INFO: man/src/image/save.md found
11:24:30 INFO: man/src/image/tag.md found
11:24:30 WARN: man/src/image.md does not exist, skipping
11:24:30 INFO: man/src/images.md found
11:24:30 INFO: man/src/import.md found
11:24:30 INFO: man/src/info.md found
11:24:30 INFO: man/src/inspect.md found
11:24:30 INFO: man/src/kill.md found
11:24:30 INFO: man/src/load.md found
11:24:30 INFO: man/src/login.md found
11:24:30 INFO: man/src/logout.md found
11:24:30 INFO: man/src/logs.md found
11:24:30 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:30 WARN: man/src/manifest/create.md does not exist, skipping
11:24:30 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:30 WARN: man/src/manifest/push.md does not exist, skipping
11:24:30 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:30 WARN: man/src/manifest.md does not exist, skipping
11:24:30 INFO: man/src/network/connect.md found
11:24:30 INFO: man/src/network/create.md found
11:24:30 INFO: man/src/network/disconnect.md found
11:24:30 INFO: man/src/network/inspect.md found
11:24:30 INFO: man/src/network/ls.md found
11:24:30 WARN: man/src/network/prune.md does not exist, skipping
11:24:30 INFO: man/src/network/rm.md found
11:24:30 WARN: man/src/network.md does not exist, skipping
11:24:30 WARN: man/src/node/demote.md does not exist, skipping
11:24:30 WARN: man/src/node/inspect.md does not exist, skipping
11:24:30 WARN: man/src/node/ls.md does not exist, skipping
11:24:30 WARN: man/src/node/promote.md does not exist, skipping
11:24:30 WARN: man/src/node/ps.md does not exist, skipping
11:24:30 WARN: man/src/node/rm.md does not exist, skipping
11:24:30 WARN: man/src/node/update.md does not exist, skipping
11:24:30 WARN: man/src/node.md does not exist, skipping
11:24:30 INFO: man/src/pause.md found
11:24:30 WARN: man/src/plugin/create.md does not exist, skipping
11:24:30 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:30 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:30 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:30 WARN: man/src/plugin/install.md does not exist, skipping
11:24:30 INFO: man/src/plugin/ls.md found
11:24:30 WARN: man/src/plugin/push.md does not exist, skipping
11:24:30 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:30 WARN: man/src/plugin/set.md does not exist, skipping
11:24:30 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:30 WARN: man/src/plugin.md does not exist, skipping
11:24:30 INFO: man/src/port.md found
11:24:30 INFO: man/src/ps.md found
11:24:30 INFO: man/src/pull.md found
11:24:30 INFO: man/src/push.md found
11:24:30 INFO: man/src/rename.md found
11:24:30 INFO: man/src/restart.md found
11:24:30 INFO: man/src/rm.md found
11:24:30 INFO: man/src/rmi.md found
11:24:30 WARN: man/src/run.md does not exist, skipping
11:24:30 INFO: man/src/save.md found
11:24:30 INFO: man/src/search.md found
11:24:30 WARN: man/src/secret/create.md does not exist, skipping
11:24:30 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:30 WARN: man/src/secret/ls.md does not exist, skipping
11:24:30 WARN: man/src/secret/rm.md does not exist, skipping
11:24:30 WARN: man/src/secret.md does not exist, skipping
11:24:30 WARN: man/src/service/create.md does not exist, skipping
11:24:30 WARN: man/src/service/inspect.md does not exist, skipping
11:24:30 WARN: man/src/service/logs.md does not exist, skipping
11:24:30 WARN: man/src/service/ls.md does not exist, skipping
11:24:30 WARN: man/src/service/ps.md does not exist, skipping
11:24:30 WARN: man/src/service/rm.md does not exist, skipping
11:24:30 WARN: man/src/service/rollback.md does not exist, skipping
11:24:30 WARN: man/src/service/scale.md does not exist, skipping
11:24:30 WARN: man/src/service/update.md does not exist, skipping
11:24:30 WARN: man/src/service.md does not exist, skipping
11:24:30 WARN: man/src/stack/config.md does not exist, skipping
11:24:30 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:30 WARN: man/src/stack/ls.md does not exist, skipping
11:24:30 WARN: man/src/stack/ps.md does not exist, skipping
11:24:30 WARN: man/src/stack/rm.md does not exist, skipping
11:24:30 WARN: man/src/stack/services.md does not exist, skipping
11:24:30 WARN: man/src/stack.md does not exist, skipping
11:24:30 INFO: man/src/start.md found
11:24:30 INFO: man/src/stats.md found
11:24:30 INFO: man/src/stop.md found
11:24:30 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:30 WARN: man/src/swarm/init.md does not exist, skipping
11:24:30 WARN: man/src/swarm/join.md does not exist, skipping
11:24:30 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:30 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:30 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:30 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:30 WARN: man/src/swarm/update.md does not exist, skipping
11:24:30 WARN: man/src/swarm.md does not exist, skipping
11:24:30 WARN: man/src/system/df.md does not exist, skipping
11:24:30 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:30 INFO: man/src/system/events.md found
11:24:30 INFO: man/src/system/info.md found
11:24:30 WARN: man/src/system/prune.md does not exist, skipping
11:24:30 WARN: man/src/system.md does not exist, skipping
11:24:30 INFO: man/src/tag.md found
11:24:30 INFO: man/src/top.md found
11:24:30 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:30 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:30 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:30 WARN: man/src/trust/key.md does not exist, skipping
11:24:30 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:30 WARN: man/src/trust/sign.md does not exist, skipping
11:24:30 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:30 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:30 WARN: man/src/trust/signer.md does not exist, skipping
11:24:30 WARN: man/src/trust.md does not exist, skipping
11:24:30 INFO: man/src/unpause.md found
11:24:30 INFO: man/src/update.md found
11:24:30 INFO: man/src/version.md found
11:24:30 INFO: man/src/volume/create.md found
11:24:30 INFO: man/src/volume/inspect.md found
11:24:30 INFO: man/src/volume/ls.md found
11:24:30 WARN: man/src/volume/prune.md does not exist, skipping
11:24:30 WARN: man/src/volume/rm.md does not exist, skipping
11:24:30 WARN: man/src/volume/update.md does not exist, skipping
11:24:30 INFO: man/src/volume.md found
11:24:30 INFO: man/src/wait.md found
11:24:30 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:30 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:30 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:30 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:30 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:30 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:30 make[2]: Leaving directory '/root/build-deb/cli'
11:24:30 # Build buildx plugin
11:24:30 cd /go/src/github.com/docker/buildx \
11:24:30 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:30 && GO111MODULE=on \
11:24:30 	CGO_ENABLED=0 \
11:24:30 		go build \
11:24:30 			-mod=vendor \
11:24:30 			-trimpath \
11:24:30 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:30 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:30 			./cmd/buildx
11:24:30 go: downloading github.com/containerd/continuity v0.3.0
11:24:30 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:30 go: downloading golang.org/x/time v0.1.0
11:24:30 go: downloading github.com/opencontainers/runc v1.1.3
11:24:31 go: downloading golang.org/x/crypto v0.2.0
11:24:31 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:31 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:31 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:31 go: downloading google.golang.org/grpc v1.48.0
11:24:31 make[2]: Entering directory '/root/build-deb/cli'
11:24:31 scripts/docs/generate-man.sh
11:24:31 + cp -r . /tmp/docker-cli-docsgen.1DoulFXtAt/
11:24:31 + cd /tmp/docker-cli-docsgen.1DoulFXtAt
11:24:31 + ./scripts/vendor init
11:24:31 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:31 + cp man/tools.go .
11:24:31 + ./scripts/vendor update
11:24:31 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:31 go: downloading github.com/spf13/cobra v1.6.1
11:24:31 go: downloading github.com/spf13/pflag v1.0.5
11:24:31 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:24:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ff6zDW
11:24:31 + umask 022
11:24:31 + cd /root/rpmbuild/BUILD
11:24:31 + cd src
11:24:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64
11:24:31 + RPM_EC=0
11:24:31 ++ jobs -p
11:24:31 + exit 0
11:24:31     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:24:31     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:24:31     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:24:31     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:24:31 
11:24:31 RPM build warnings:
11:24:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wStO8e
11:24:31 + umask 022
11:24:31 + cd /root/rpmbuild/BUILD
11:24:31 + cd /root/rpmbuild/BUILD
11:24:31 + rm -rf src
11:24:31 + /usr/bin/mkdir -p src
11:24:31 + cd src
11:24:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:31 + /usr/bin/tar -xof -
11:24:32 + STATUS=0
11:24:32 + '[' 0 -ne 0 ']'
11:24:32 + /usr/bin/tar -xof -
11:24:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:32 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:32 go: downloading github.com/russross/blackfriday v1.6.0
11:24:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:32 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:32 go: downloading golang.org/x/net v0.5.0
11:24:32 make[2]: Entering directory '/root/build-deb/cli'
11:24:32 scripts/docs/generate-man.sh
11:24:32 + cp -r . /tmp/docker-cli-docsgen.jJykzwcQIQ/
11:24:32 + cd /tmp/docker-cli-docsgen.jJykzwcQIQ
11:24:32 + ./scripts/vendor init
11:24:32 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:32 + cp man/tools.go .
11:24:32 + ./scripts/vendor update
11:24:32 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:32 go: downloading github.com/spf13/cobra v1.6.1
11:24:32 go: downloading github.com/spf13/pflag v1.0.5
11:24:32 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:32 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:32 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:32 go: downloading github.com/morikuni/aec v1.0.0
11:24:32 go: downloading github.com/pkg/errors v0.9.1
11:24:32 go: downloading github.com/google/go-cmp v0.5.9
11:24:32 go: downloading gotest.tools/v3 v3.4.0
11:24:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:24:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gGK19K
11:24:32 + umask 022
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + cd src
11:24:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64
11:24:32 + RPM_EC=0
11:24:32 ++ jobs -p
11:24:32 + exit 0
11:24:32 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.eley7r
11:24:32 + umask 022
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + rm -rf src src.gemspec
11:24:32 + RPM_EC=0
11:24:32 ++ jobs -p
11:24:32 + exit 0
11:24:32     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:24:32     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:24:32     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:24:32     source_date_epoch_from_changelog set but %changelog is missing
11:24:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:24:32     source_date_epoch_from_changelog set but %changelog is missing
11:24:32     source_date_epoch_from_changelog set but %changelog is missing
11:24:32 
11:24:32 RPM build warnings:
11:24:32 warning: source_date_epoch_from_changelog set but %changelog is missing
11:24:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LTaju4
11:24:32 + umask 022
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + rm -rf src
11:24:32 + /usr/bin/mkdir -p src
11:24:32 + cd src
11:24:32 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
11:24:32 + STATUS=0
11:24:32 + '[' 0 -ne 0 ']'
11:24:32 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
11:24:32 + STATUS=0
11:24:32 + '[' 0 -ne 0 ']'
11:24:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:32 + RPM_EC=0
11:24:32 ++ jobs -p
11:24:32 + exit 0
11:24:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nccHBD
11:24:32 + umask 022
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + 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'
11:24:32 + export CFLAGS
11:24:32 + 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'
11:24:32 + export CXXFLAGS
11:24:32 + 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'
11:24:32 + export FFLAGS
11:24:32 + 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'
11:24:32 + export FCFLAGS
11:24:32 + 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'
11:24:32 + export LDFLAGS
11:24:32 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:32 + export LT_SYS_LIBRARY_PATH
11:24:32 + CC=gcc
11:24:32 + export CC
11:24:32 + CXX=g++
11:24:32 + export CXX
11:24:32 + cd src
11:24:32 + pushd /root/rpmbuild/BUILD/src/buildx
11:24:32 + GO111MODULE=on
11:24:32 + CGO_ENABLED=0
11:24:32 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:24:32 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:24:32 + STATUS=0
11:24:32 + '[' 0 -ne 0 ']'
11:24:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:32 + RPM_EC=0
11:24:32 ++ jobs -p
11:24:32 + exit 0
11:24:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XmSWJn
11:24:32 + umask 022
11:24:32 + cd /root/rpmbuild/BUILD
11:24:32 + 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'
11:24:32 + export CFLAGS
11:24:32 + 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'
11:24:32 + export CXXFLAGS
11:24:32 + 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'
11:24:32 + export FFLAGS
11:24:32 + 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'
11:24:32 + export FCFLAGS
11:24:32 + 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.4-0.fc36.aarch64.ld'
11:24:32 + export LDFLAGS
11:24:32 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:24:32 + export LT_SYS_LIBRARY_PATH
11:24:32 + CC=gcc
11:24:32 + export CC
11:24:32 + CXX=g++
11:24:32 + export CXX
11:24:32 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:24:32 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.4-0.fc36 aarch64
11:24:32 + cd src
11:24:32 + pushd /root/rpmbuild/BUILD/src/buildx
11:24:32 + GO111MODULE=on
11:24:32 + CGO_ENABLED=0
11:24:32 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:24:32 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:24:32 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:32 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:32 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:32 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:32 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:32 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:32 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:32 go: downloading golang.org/x/sys v0.4.0
11:24:32 go: downloading github.com/docker/go-units v0.5.0
11:24:32 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:32 go: downloading github.com/docker/go-connections v0.4.0
11:24:32 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:32 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:32 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:32 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:32 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:32 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:32 ++ pwd
11:24:32 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:32 Project root: .
11:24:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:32 INFO: man/src/attach.md found
11:24:32 WARN: man/src/build.md does not exist, skipping
11:24:32 WARN: man/src/builder/build.md does not exist, skipping
11:24:32 WARN: man/src/builder/prune.md does not exist, skipping
11:24:32 WARN: man/src/builder.md does not exist, skipping
11:24:32 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:32 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:32 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:32 WARN: man/src/checkpoint.md does not exist, skipping
11:24:32 INFO: man/src/commit.md found
11:24:32 WARN: man/src/config/create.md does not exist, skipping
11:24:32 WARN: man/src/config/inspect.md does not exist, skipping
11:24:32 WARN: man/src/config/ls.md does not exist, skipping
11:24:32 WARN: man/src/config/rm.md does not exist, skipping
11:24:32 WARN: man/src/config.md does not exist, skipping
11:24:32 INFO: man/src/container/attach.md found
11:24:32 INFO: man/src/container/commit.md found
11:24:32 INFO: man/src/container/cp.md found
11:24:32 INFO: man/src/container/create.md found
11:24:32 INFO: man/src/container/diff.md found
11:24:32 INFO: man/src/container/exec.md found
11:24:32 INFO: man/src/container/export.md found
11:24:32 WARN: man/src/container/inspect.md does not exist, skipping
11:24:32 INFO: man/src/container/kill.md found
11:24:32 INFO: man/src/container/logs.md found
11:24:32 INFO: man/src/container/ls.md found
11:24:32 INFO: man/src/container/pause.md found
11:24:32 INFO: man/src/container/port.md found
11:24:32 WARN: man/src/container/prune.md does not exist, skipping
11:24:32 INFO: man/src/container/rename.md found
11:24:32 INFO: man/src/container/restart.md found
11:24:32 INFO: man/src/container/rm.md found
11:24:32 INFO: man/src/container/run.md found
11:24:32 INFO: man/src/container/start.md found
11:24:32 INFO: man/src/container/stats.md found
11:24:32 INFO: man/src/container/stop.md found
11:24:32 INFO: man/src/container/top.md found
11:24:32 INFO: man/src/container/unpause.md found
11:24:32 INFO: man/src/container/update.md found
11:24:32 INFO: man/src/container/wait.md found
11:24:32 WARN: man/src/container.md does not exist, skipping
11:24:32 WARN: man/src/context/create.md does not exist, skipping
11:24:32 WARN: man/src/context/export.md does not exist, skipping
11:24:32 WARN: man/src/context/import.md does not exist, skipping
11:24:32 WARN: man/src/context/inspect.md does not exist, skipping
11:24:32 WARN: man/src/context/ls.md does not exist, skipping
11:24:32 WARN: man/src/context/rm.md does not exist, skipping
11:24:32 WARN: man/src/context/show.md does not exist, skipping
11:24:32 WARN: man/src/context/update.md does not exist, skipping
11:24:32 WARN: man/src/context/use.md does not exist, skipping
11:24:32 WARN: man/src/context.md does not exist, skipping
11:24:32 INFO: man/src/cp.md found
11:24:32 INFO: man/src/create.md found
11:24:32 INFO: man/src/diff.md found
11:24:32 INFO: man/src/events.md found
11:24:32 INFO: man/src/exec.md found
11:24:32 INFO: man/src/export.md found
11:24:32 INFO: man/src/history.md found
11:24:32 INFO: man/src/image/build.md found
11:24:32 INFO: man/src/image/history.md found
11:24:32 INFO: man/src/image/import.md found
11:24:32 WARN: man/src/image/inspect.md does not exist, skipping
11:24:32 INFO: man/src/image/load.md found
11:24:32 INFO: man/src/image/ls.md found
11:24:32 WARN: man/src/image/prune.md does not exist, skipping
11:24:32 INFO: man/src/image/pull.md found
11:24:32 INFO: man/src/image/push.md found
11:24:32 INFO: man/src/image/rm.md found
11:24:32 INFO: man/src/image/save.md found
11:24:32 INFO: man/src/image/tag.md found
11:24:32 WARN: man/src/image.md does not exist, skipping
11:24:32 INFO: man/src/images.md found
11:24:32 INFO: man/src/import.md found
11:24:32 INFO: man/src/info.md found
11:24:32 INFO: man/src/inspect.md found
11:24:32 INFO: man/src/kill.md found
11:24:32 INFO: man/src/load.md found
11:24:32 INFO: man/src/login.md found
11:24:32 INFO: man/src/logout.md found
11:24:32 INFO: man/src/logs.md found
11:24:32 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:32 WARN: man/src/manifest/create.md does not exist, skipping
11:24:32 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:32 WARN: man/src/manifest/push.md does not exist, skipping
11:24:32 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:32 WARN: man/src/manifest.md does not exist, skipping
11:24:32 INFO: man/src/network/connect.md found
11:24:32 INFO: man/src/network/create.md found
11:24:32 INFO: man/src/network/disconnect.md found
11:24:32 INFO: man/src/network/inspect.md found
11:24:32 INFO: man/src/network/ls.md found
11:24:32 WARN: man/src/network/prune.md does not exist, skipping
11:24:32 INFO: man/src/network/rm.md found
11:24:32 WARN: man/src/network.md does not exist, skipping
11:24:32 WARN: man/src/node/demote.md does not exist, skipping
11:24:32 WARN: man/src/node/inspect.md does not exist, skipping
11:24:32 WARN: man/src/node/ls.md does not exist, skipping
11:24:32 WARN: man/src/node/promote.md does not exist, skipping
11:24:32 WARN: man/src/node/ps.md does not exist, skipping
11:24:32 WARN: man/src/node/rm.md does not exist, skipping
11:24:32 WARN: man/src/node/update.md does not exist, skipping
11:24:32 WARN: man/src/node.md does not exist, skipping
11:24:32 INFO: man/src/pause.md found
11:24:32 WARN: man/src/plugin/create.md does not exist, skipping
11:24:32 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:32 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:32 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:32 WARN: man/src/plugin/install.md does not exist, skipping
11:24:32 INFO: man/src/plugin/ls.md found
11:24:32 WARN: man/src/plugin/push.md does not exist, skipping
11:24:32 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:32 WARN: man/src/plugin/set.md does not exist, skipping
11:24:32 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:32 WARN: man/src/plugin.md does not exist, skipping
11:24:32 INFO: man/src/port.md found
11:24:32 INFO: man/src/ps.md found
11:24:32 INFO: man/src/pull.md found
11:24:32 INFO: man/src/push.md found
11:24:32 INFO: man/src/rename.md found
11:24:32 INFO: man/src/restart.md found
11:24:32 INFO: man/src/rm.md found
11:24:32 INFO: man/src/rmi.md found
11:24:32 WARN: man/src/run.md does not exist, skipping
11:24:32 INFO: man/src/save.md found
11:24:32 INFO: man/src/search.md found
11:24:32 WARN: man/src/secret/create.md does not exist, skipping
11:24:32 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:32 WARN: man/src/secret/ls.md does not exist, skipping
11:24:32 WARN: man/src/secret/rm.md does not exist, skipping
11:24:32 WARN: man/src/secret.md does not exist, skipping
11:24:32 WARN: man/src/service/create.md does not exist, skipping
11:24:32 WARN: man/src/service/inspect.md does not exist, skipping
11:24:32 WARN: man/src/service/logs.md does not exist, skipping
11:24:32 WARN: man/src/service/ls.md does not exist, skipping
11:24:32 WARN: man/src/service/ps.md does not exist, skipping
11:24:32 WARN: man/src/service/rm.md does not exist, skipping
11:24:32 WARN: man/src/service/rollback.md does not exist, skipping
11:24:32 WARN: man/src/service/scale.md does not exist, skipping
11:24:32 WARN: man/src/service/update.md does not exist, skipping
11:24:32 WARN: man/src/service.md does not exist, skipping
11:24:32 WARN: man/src/stack/config.md does not exist, skipping
11:24:32 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:32 WARN: man/src/stack/ls.md does not exist, skipping
11:24:32 WARN: man/src/stack/ps.md does not exist, skipping
11:24:32 WARN: man/src/stack/rm.md does not exist, skipping
11:24:32 WARN: man/src/stack/services.md does not exist, skipping
11:24:32 WARN: man/src/stack.md does not exist, skipping
11:24:32 INFO: man/src/start.md found
11:24:32 INFO: man/src/stats.md found
11:24:32 INFO: man/src/stop.md found
11:24:32 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:32 WARN: man/src/swarm/init.md does not exist, skipping
11:24:32 WARN: man/src/swarm/join.md does not exist, skipping
11:24:32 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:32 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:32 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:32 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:32 WARN: man/src/swarm/update.md does not exist, skipping
11:24:32 WARN: man/src/swarm.md does not exist, skipping
11:24:32 WARN: man/src/system/df.md does not exist, skipping
11:24:32 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:32 INFO: man/src/system/events.md found
11:24:32 INFO: man/src/system/info.md found
11:24:32 WARN: man/src/system/prune.md does not exist, skipping
11:24:32 WARN: man/src/system.md does not exist, skipping
11:24:32 INFO: man/src/tag.md found
11:24:32 INFO: man/src/top.md found
11:24:32 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:32 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:32 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:32 WARN: man/src/trust/key.md does not exist, skipping
11:24:32 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:32 WARN: man/src/trust/sign.md does not exist, skipping
11:24:32 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:32 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:32 WARN: man/src/trust/signer.md does not exist, skipping
11:24:32 WARN: man/src/trust.md does not exist, skipping
11:24:32 INFO: man/src/unpause.md found
11:24:32 INFO: man/src/update.md found
11:24:32 INFO: man/src/version.md found
11:24:32 INFO: man/src/volume/create.md found
11:24:32 INFO: man/src/volume/inspect.md found
11:24:32 INFO: man/src/volume/ls.md found
11:24:32 WARN: man/src/volume/prune.md does not exist, skipping
11:24:32 WARN: man/src/volume/rm.md does not exist, skipping
11:24:32 WARN: man/src/volume/update.md does not exist, skipping
11:24:32 INFO: man/src/volume.md found
11:24:32 INFO: man/src/wait.md found
11:24:32 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:32 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:32 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:32 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:32 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:32 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:32 make[2]: Leaving directory '/root/build-deb/cli'
11:24:32 # Build buildx plugin
11:24:32 cd /go/src/github.com/docker/buildx \
11:24:32 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:32 && GO111MODULE=on \
11:24:32 	CGO_ENABLED=0 \
11:24:32 		go build \
11:24:32 			-mod=vendor \
11:24:32 			-trimpath \
11:24:32 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:32 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:32 			./cmd/buildx
11:24:32 go: downloading golang.org/x/text v0.6.0
11:24:33 go: downloading github.com/morikuni/aec v1.0.0
11:24:33 go: downloading github.com/pkg/errors v0.9.1
11:24:33 go: downloading github.com/google/go-cmp v0.5.9
11:24:33 go: downloading gotest.tools/v3 v3.4.0
11:24:33 go: downloading golang.org/x/sys v0.4.0
11:24:33 go: downloading github.com/docker/go-units v0.5.0
11:24:33 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:33 go: downloading github.com/golang/protobuf v1.5.2
11:24:33 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:33 make[2]: Entering directory '/root/build-deb/cli'
11:24:33 scripts/docs/generate-man.sh
11:24:33 + cp -r . /tmp/docker-cli-docsgen.POPXmv0XJz/
11:24:33 + cd /tmp/docker-cli-docsgen.POPXmv0XJz
11:24:33 + ./scripts/vendor init
11:24:33 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:33 + cp man/tools.go .
11:24:33 + ./scripts/vendor update
11:24:33 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:33 go: downloading github.com/spf13/cobra v1.6.1
11:24:33 go: downloading github.com/spf13/pflag v1.0.5
11:24:33 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:33 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:33 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:33 go: downloading github.com/morikuni/aec v1.0.0
11:24:33 go: downloading github.com/pkg/errors v0.9.1
11:24:33 go: downloading github.com/google/go-cmp v0.5.9
11:24:33 go: downloading gotest.tools/v3 v3.4.0
11:24:33 go: downloading golang.org/x/sys v0.4.0
11:24:33 go: downloading github.com/docker/go-units v0.5.0
11:24:33 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:33 go: downloading github.com/docker/go-connections v0.4.0
11:24:33 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:33 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:33 go: downloading golang.org/x/text v0.6.0
11:24:33 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:33 go: downloading github.com/containerd/containerd v1.6.16
11:24:33 go: downloading github.com/moby/sys/signal v0.7.0
11:24:33 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:33 go: downloading github.com/moby/buildkit v0.10.6
11:24:33 go: downloading github.com/containerd/containerd v1.6.16
11:24:33 go: downloading github.com/docker/go-connections v0.4.0
11:24:33 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:33 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:33 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:33 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:33 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:33 go: downloading github.com/gogo/protobuf v1.3.2
11:24:33 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:33 ++ pwd
11:24:33 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:33 Project root: .
11:24:33 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:33 INFO: man/src/attach.md found
11:24:33 WARN: man/src/build.md does not exist, skipping
11:24:33 WARN: man/src/builder/build.md does not exist, skipping
11:24:33 WARN: man/src/builder/prune.md does not exist, skipping
11:24:33 WARN: man/src/builder.md does not exist, skipping
11:24:33 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:33 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:33 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:33 WARN: man/src/checkpoint.md does not exist, skipping
11:24:33 INFO: man/src/commit.md found
11:24:33 WARN: man/src/config/create.md does not exist, skipping
11:24:33 WARN: man/src/config/inspect.md does not exist, skipping
11:24:33 WARN: man/src/config/ls.md does not exist, skipping
11:24:33 WARN: man/src/config/rm.md does not exist, skipping
11:24:33 WARN: man/src/config.md does not exist, skipping
11:24:33 INFO: man/src/container/attach.md found
11:24:33 INFO: man/src/container/commit.md found
11:24:33 INFO: man/src/container/cp.md found
11:24:33 INFO: man/src/container/create.md found
11:24:33 INFO: man/src/container/diff.md found
11:24:33 INFO: man/src/container/exec.md found
11:24:33 INFO: man/src/container/export.md found
11:24:33 WARN: man/src/container/inspect.md does not exist, skipping
11:24:33 INFO: man/src/container/kill.md found
11:24:33 INFO: man/src/container/logs.md found
11:24:33 INFO: man/src/container/ls.md found
11:24:33 INFO: man/src/container/pause.md found
11:24:33 INFO: man/src/container/port.md found
11:24:33 WARN: man/src/container/prune.md does not exist, skipping
11:24:33 INFO: man/src/container/rename.md found
11:24:33 INFO: man/src/container/restart.md found
11:24:33 INFO: man/src/container/rm.md found
11:24:33 INFO: man/src/container/run.md found
11:24:33 INFO: man/src/container/start.md found
11:24:33 INFO: man/src/container/stats.md found
11:24:33 INFO: man/src/container/stop.md found
11:24:33 INFO: man/src/container/top.md found
11:24:33 INFO: man/src/container/unpause.md found
11:24:33 INFO: man/src/container/update.md found
11:24:33 INFO: man/src/container/wait.md found
11:24:33 WARN: man/src/container.md does not exist, skipping
11:24:33 WARN: man/src/context/create.md does not exist, skipping
11:24:33 WARN: man/src/context/export.md does not exist, skipping
11:24:33 WARN: man/src/context/import.md does not exist, skipping
11:24:33 WARN: man/src/context/inspect.md does not exist, skipping
11:24:33 WARN: man/src/context/ls.md does not exist, skipping
11:24:33 WARN: man/src/context/rm.md does not exist, skipping
11:24:33 WARN: man/src/context/show.md does not exist, skipping
11:24:33 WARN: man/src/context/update.md does not exist, skipping
11:24:33 WARN: man/src/context/use.md does not exist, skipping
11:24:33 WARN: man/src/context.md does not exist, skipping
11:24:33 INFO: man/src/cp.md found
11:24:33 INFO: man/src/create.md found
11:24:33 INFO: man/src/diff.md found
11:24:33 INFO: man/src/events.md found
11:24:33 INFO: man/src/exec.md found
11:24:33 INFO: man/src/export.md found
11:24:33 INFO: man/src/history.md found
11:24:33 INFO: man/src/image/build.md found
11:24:33 INFO: man/src/image/history.md found
11:24:33 INFO: man/src/image/import.md found
11:24:33 WARN: man/src/image/inspect.md does not exist, skipping
11:24:33 INFO: man/src/image/load.md found
11:24:33 INFO: man/src/image/ls.md found
11:24:33 WARN: man/src/image/prune.md does not exist, skipping
11:24:33 INFO: man/src/image/pull.md found
11:24:33 INFO: man/src/image/push.md found
11:24:33 INFO: man/src/image/rm.md found
11:24:33 INFO: man/src/image/save.md found
11:24:33 INFO: man/src/image/tag.md found
11:24:33 WARN: man/src/image.md does not exist, skipping
11:24:33 INFO: man/src/images.md found
11:24:33 INFO: man/src/import.md found
11:24:33 INFO: man/src/info.md found
11:24:33 INFO: man/src/inspect.md found
11:24:33 INFO: man/src/kill.md found
11:24:33 INFO: man/src/load.md found
11:24:33 INFO: man/src/login.md found
11:24:33 INFO: man/src/logout.md found
11:24:33 INFO: man/src/logs.md found
11:24:33 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:33 WARN: man/src/manifest/create.md does not exist, skipping
11:24:33 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:33 WARN: man/src/manifest/push.md does not exist, skipping
11:24:33 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:33 WARN: man/src/manifest.md does not exist, skipping
11:24:33 INFO: man/src/network/connect.md found
11:24:33 INFO: man/src/network/create.md found
11:24:33 INFO: man/src/network/disconnect.md found
11:24:33 INFO: man/src/network/inspect.md found
11:24:33 INFO: man/src/network/ls.md found
11:24:33 WARN: man/src/network/prune.md does not exist, skipping
11:24:33 INFO: man/src/network/rm.md found
11:24:33 WARN: man/src/network.md does not exist, skipping
11:24:33 WARN: man/src/node/demote.md does not exist, skipping
11:24:33 WARN: man/src/node/inspect.md does not exist, skipping
11:24:33 WARN: man/src/node/ls.md does not exist, skipping
11:24:33 WARN: man/src/node/promote.md does not exist, skipping
11:24:33 WARN: man/src/node/ps.md does not exist, skipping
11:24:33 WARN: man/src/node/rm.md does not exist, skipping
11:24:33 WARN: man/src/node/update.md does not exist, skipping
11:24:33 WARN: man/src/node.md does not exist, skipping
11:24:33 INFO: man/src/pause.md found
11:24:33 WARN: man/src/plugin/create.md does not exist, skipping
11:24:33 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:33 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:33 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:33 WARN: man/src/plugin/install.md does not exist, skipping
11:24:33 INFO: man/src/plugin/ls.md found
11:24:33 WARN: man/src/plugin/push.md does not exist, skipping
11:24:33 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:33 WARN: man/src/plugin/set.md does not exist, skipping
11:24:33 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:33 WARN: man/src/plugin.md does not exist, skipping
11:24:33 INFO: man/src/port.md found
11:24:33 INFO: man/src/ps.md found
11:24:33 INFO: man/src/pull.md found
11:24:33 INFO: man/src/push.md found
11:24:33 INFO: man/src/rename.md found
11:24:33 INFO: man/src/restart.md found
11:24:33 INFO: man/src/rm.md found
11:24:33 INFO: man/src/rmi.md found
11:24:33 WARN: man/src/run.md does not exist, skipping
11:24:33 INFO: man/src/save.md found
11:24:33 INFO: man/src/search.md found
11:24:33 WARN: man/src/secret/create.md does not exist, skipping
11:24:33 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:33 WARN: man/src/secret/ls.md does not exist, skipping
11:24:33 WARN: man/src/secret/rm.md does not exist, skipping
11:24:33 WARN: man/src/secret.md does not exist, skipping
11:24:33 WARN: man/src/service/create.md does not exist, skipping
11:24:33 WARN: man/src/service/inspect.md does not exist, skipping
11:24:33 WARN: man/src/service/logs.md does not exist, skipping
11:24:33 WARN: man/src/service/ls.md does not exist, skipping
11:24:33 WARN: man/src/service/ps.md does not exist, skipping
11:24:33 WARN: man/src/service/rm.md does not exist, skipping
11:24:33 WARN: man/src/service/rollback.md does not exist, skipping
11:24:33 WARN: man/src/service/scale.md does not exist, skipping
11:24:33 WARN: man/src/service/update.md does not exist, skipping
11:24:33 WARN: man/src/service.md does not exist, skipping
11:24:33 WARN: man/src/stack/config.md does not exist, skipping
11:24:33 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:33 WARN: man/src/stack/ls.md does not exist, skipping
11:24:33 WARN: man/src/stack/ps.md does not exist, skipping
11:24:33 WARN: man/src/stack/rm.md does not exist, skipping
11:24:33 WARN: man/src/stack/services.md does not exist, skipping
11:24:33 WARN: man/src/stack.md does not exist, skipping
11:24:33 INFO: man/src/start.md found
11:24:33 INFO: man/src/stats.md found
11:24:33 INFO: man/src/stop.md found
11:24:33 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:33 WARN: man/src/swarm/init.md does not exist, skipping
11:24:33 WARN: man/src/swarm/join.md does not exist, skipping
11:24:33 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:33 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:33 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:33 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:33 WARN: man/src/swarm/update.md does not exist, skipping
11:24:33 WARN: man/src/swarm.md does not exist, skipping
11:24:33 WARN: man/src/system/df.md does not exist, skipping
11:24:33 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:33 INFO: man/src/system/events.md found
11:24:33 INFO: man/src/system/info.md found
11:24:33 WARN: man/src/system/prune.md does not exist, skipping
11:24:33 WARN: man/src/system.md does not exist, skipping
11:24:33 INFO: man/src/tag.md found
11:24:33 INFO: man/src/top.md found
11:24:33 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:33 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:33 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:33 WARN: man/src/trust/key.md does not exist, skipping
11:24:33 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:33 WARN: man/src/trust/sign.md does not exist, skipping
11:24:33 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:33 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:33 WARN: man/src/trust/signer.md does not exist, skipping
11:24:33 WARN: man/src/trust.md does not exist, skipping
11:24:33 INFO: man/src/unpause.md found
11:24:33 INFO: man/src/update.md found
11:24:33 INFO: man/src/version.md found
11:24:33 INFO: man/src/volume/create.md found
11:24:33 INFO: man/src/volume/inspect.md found
11:24:33 INFO: man/src/volume/ls.md found
11:24:33 WARN: man/src/volume/prune.md does not exist, skipping
11:24:33 WARN: man/src/volume/rm.md does not exist, skipping
11:24:33 WARN: man/src/volume/update.md does not exist, skipping
11:24:33 INFO: man/src/volume.md found
11:24:33 INFO: man/src/wait.md found
11:24:33 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:33 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:33 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:33 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:33 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:33 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:33 + popd
11:24:33 + exit 0
11:24:33 ~/rpmbuild/BUILD/src
11:24:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yewpzE
11:24:33 + umask 022
11:24:33 + cd /root/rpmbuild/BUILD
11:24:33 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64 '!=' / ']'
11:24:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:33 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:33 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:33 + cd src
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin
11:24:33 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/docker
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/bash-completion/completions
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/zsh/vendor-completions
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/fish/vendor_completions.d
11:24:33 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/bash-completion/completions/docker
11:24:33 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
11:24:33 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man1
11:24:33 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-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~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man1
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man5
11:24:33 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man5
11:24:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man8
11:24:33 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/man/man8
11:24:33 + mkdir -p build-docs
11:24:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:33 + cp cli/LICENSE build-docs/LICENSE
11:24:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:33 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:24:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:33 + cp cli/NOTICE build-docs/NOTICE
11:24:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:24:33 + cp cli/README.md build-docs/README.md
11:24:33 + /usr/lib/rpm/check-buildroot
11:24:33 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:33 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:24:33 + /usr/lib/rpm/brp-compress
11:24:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:33 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:24:33 + /usr/lib/rpm/brp-python-hardlink
11:24:33 + PYTHON3=/usr/libexec/platform-python
11:24:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fYRwMI
11:24:33 + umask 022
11:24:33 + cd /root/rpmbuild/BUILD
11:24:33 + cd src
11:24:33 ++ cli/build/docker --version
11:24:33 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:33 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:24:33 + echo 'PASS: cli version OK'
11:24:33 + exit 0
11:24:33 PASS: cli version OK
11:24:33 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:33 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GahCLH
11:24:33 + umask 022
11:24:33 + cd /root/rpmbuild/BUILD
11:24:33 + cd src
11:24:33 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + export LC_ALL=C
11:24:33 + LC_ALL=C
11:24:33 + export DOCDIR
11:24:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/share/doc/docker-ce-cli
11:24:33 + exit 0
11:24:33 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el8 docker-ce-cli(x86-64) = 1:0.0.0~20230309110843.71615c2-0.el8
11:24:33 Requires(interp): /bin/sh
11:24:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:33 Requires(post): /bin/sh
11:24:33 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
11:24:33 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:24:33 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
11:24:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:33 go: downloading golang.org/x/text v0.6.0
11:24:33 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:33 go: downloading github.com/containerd/containerd v1.6.16
11:24:33 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:24:33 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:33 go: downloading github.com/moby/sys/signal v0.7.0
11:24:33 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:33 go: downloading github.com/moby/buildkit v0.10.6
11:24:34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:34 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:34 go: downloading github.com/moby/sys/signal v0.7.0
11:24:34 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:34 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:34 go: downloading golang.org/x/term v0.4.0
11:24:34 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:34 go: downloading github.com/imdario/mergo v0.3.12
11:24:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:34 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:34 go: downloading github.com/creack/pty v1.1.11
11:24:34 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:34 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:34 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:34 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:34 go: downloading github.com/gogo/protobuf v1.3.2
11:24:34 go: downloading github.com/moby/buildkit v0.10.6
11:24:34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:34 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:34 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:34 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:34 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:34 go: downloading github.com/gogo/protobuf v1.3.2
11:24:34 go: downloading golang.org/x/term v0.4.0
11:24:34 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:34 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:34 go: downloading github.com/imdario/mergo v0.3.12
11:24:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:34 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:34 go: downloading github.com/creack/pty v1.1.11
11:24:34 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:34 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:35 go: downloading golang.org/x/term v0.4.0
11:24:35 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:35 go: downloading github.com/imdario/mergo v0.3.12
11:24:35 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:35 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:35 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:35 go: downloading github.com/creack/pty v1.1.11
11:24:35 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:35 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:35 go: downloading github.com/stretchr/testify v1.8.0
11:24:35 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:35 go: downloading github.com/rivo/uniseg v0.2.0
11:24:35 go: downloading github.com/klauspost/compress v1.15.12
11:24:35 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:35 go: downloading github.com/containerd/continuity v0.3.0
11:24:35 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:35 go: downloading golang.org/x/time v0.1.0
11:24:35 go: downloading github.com/opencontainers/runc v1.1.3
11:24:36 + for f in rootlesskit rootlesskit-docker-proxy
11:24:36 + GOBIN=/usr/local/bin
11:24:36 + GO111MODULE=on
11:24:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:36 go: downloading golang.org/x/crypto v0.2.0
11:24:36 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:36 go: downloading github.com/stretchr/testify v1.8.0
11:24:36 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:36 go: downloading github.com/klauspost/compress v1.15.12
11:24:36 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:36 go: downloading github.com/rivo/uniseg v0.2.0
11:24:36 go: downloading github.com/containerd/continuity v0.3.0
11:24:36 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:36 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:36 go: downloading github.com/stretchr/testify v1.8.0
11:24:36 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:36 go: downloading github.com/rivo/uniseg v0.2.0
11:24:36 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:36 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:36 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:36 go: downloading github.com/beorn7/perks v1.0.1
11:24:36 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:36 go: downloading github.com/prometheus/client_model v0.3.0
11:24:36 go: downloading github.com/prometheus/common v0.37.0
11:24:36 go: downloading github.com/prometheus/procfs v0.8.0
11:24:36 go: downloading google.golang.org/protobuf v1.28.1
11:24:36 go: downloading golang.org/x/time v0.1.0
11:24:36 go: downloading github.com/opencontainers/runc v1.1.3
11:24:36 go: downloading golang.org/x/crypto v0.2.0
11:24:36 go: downloading github.com/klauspost/compress v1.15.12
11:24:36 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:36 go: downloading github.com/containerd/continuity v0.3.0
11:24:36 + return
11:24:36 + RPM_EC=0
11:24:36 ++ jobs -p
11:24:36 + exit 0
11:24:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uzELnN
11:24:36 + umask 022
11:24:36 + cd /root/rpmbuild/BUILD
11:24:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64 '!=' / ']'
11:24:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:36 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:36 + cd src
11:24:36 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/dockerd-rootless.sh
11:24:36 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:24:36 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/rootlesskit
11:24:36 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
11:24:36 + /usr/lib/rpm/check-buildroot
11:24:36 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:36 + /usr/lib/rpm/brp-compress
11:24:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:36 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:36 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:36 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:36 go: downloading google.golang.org/grpc v1.48.0
11:24:36 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:36 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:36 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:36 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:36 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:36 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:36 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:36 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:36 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:36 go: downloading golang.org/x/time v0.1.0
11:24:36 go: downloading github.com/opencontainers/runc v1.1.3
11:24:36 go: downloading golang.org/x/crypto v0.2.0
11:24:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:24:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:24:36 + /usr/lib/rpm/brp-python-hardlink
11:24:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:36 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:24:36 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:24:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7lu3a5
11:24:36 + umask 022
11:24:36 + cd /root/rpmbuild/BUILD
11:24:36 + cd src
11:24:36 + /usr/local/bin/rootlesskit -v
11:24:36 rootlesskit version 1.1.0
11:24:36 + RPM_EC=0
11:24:36 ++ jobs -p
11:24:36 + exit 0
11:24:36 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:36 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230309110843.71615c2-0.el9
11:24:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:24:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:36 Requires(post): /bin/sh
11:24:36 Requires(preun): /bin/sh
11:24:36 Requires(postun): /bin/sh
11:24:36 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)
11:24:36 Conflicts: rootlesskit
11:24:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:36 go: downloading k8s.io/klog/v2 v2.80.1
11:24:36 go: downloading github.com/kr/text v0.2.0
11:24:36 go: downloading github.com/docker/go-metrics v0.0.1
11:24:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:36 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:36 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:36 go: downloading github.com/kr/pretty v0.2.1
11:24:36 go: downloading github.com/magiconair/properties v1.5.3
11:24:36 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:36 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:36 go: downloading github.com/go-logr/logr v1.2.3
11:24:36 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:36 + go mod vendor -modfile=vendor.mod
11:24:37 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:37 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:37 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:24:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IgATde
11:24:37 + umask 022
11:24:37 + cd /root/rpmbuild/BUILD
11:24:37 + cd src
11:24:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:37 + exit 0
11:24:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tcCXw3
11:24:37 + umask 022
11:24:37 + cd /root/rpmbuild/BUILD
11:24:37 + cd /root/rpmbuild/BUILD
11:24:37 + rm -rf src
11:24:37 + /usr/bin/mkdir -p src
11:24:37 + cd src
11:24:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:37 + /usr/bin/tar -xof -
11:24:37 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:37 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:37 go: downloading google.golang.org/grpc v1.48.0
11:24:37 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:37 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:37 go: downloading github.com/russross/blackfriday v1.6.0
11:24:37 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:37 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:37 go: downloading golang.org/x/net v0.5.0
11:24:37 + STATUS=0
11:24:37 + '[' 0 -ne 0 ']'
11:24:37 + /usr/bin/tar -xof -
11:24:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:24:37 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:37 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:37 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:37 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:24:37 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:37 go: downloading google.golang.org/grpc v1.48.0
11:24:37 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:37 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:37 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:37 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:37 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:37 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:37 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:37 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:37 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:37 go: downloading github.com/russross/blackfriday v1.6.0
11:24:37 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:37 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:37 go: downloading golang.org/x/net v0.5.0
11:24:37 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:38 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:38 go: downloading github.com/golang/protobuf v1.5.2
11:24:38 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:38 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:38 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:38 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:38 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:38 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:38 go: downloading github.com/russross/blackfriday v1.6.0
11:24:38 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:38 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:38 go: downloading golang.org/x/net v0.5.0
11:24:38 + STATUS=0
11:24:38 + '[' 0 -ne 0 ']'
11:24:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:38 + exit 0
11:24:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aj2GrK
11:24:38 + umask 022
11:24:38 + cd /root/rpmbuild/BUILD
11:24:38 + cd src
11:24:38 + export DOCKER_GITCOMMIT=31a9532
11:24:38 + DOCKER_GITCOMMIT=31a9532
11:24:38 + mkdir -p /go/src/github.com/docker
11:24:38 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:24:38 + TMP_GOPATH=/go
11:24:38 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:24:38 + RM_GOPATH=0
11:24:38 + TMP_GOPATH=/go
11:24:38 + : /usr/local/bin
11:24:38 + '[' -z /go ']'
11:24:38 + export GOPATH=/go
11:24:38 + GOPATH=/go
11:24:38 + case "$(go env GOARCH)" in
11:24:38 ++ go env GOARCH
11:24:38 + export GO_BUILDMODE=-buildmode=pie
11:24:38 + GO_BUILDMODE=-buildmode=pie
11:24:38 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:24:38 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:24:38 + bin=rootlesskit
11:24:38 + shift
11:24:38 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:24:38 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:24:38 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:38 + install_rootlesskit dynamic
11:24:38 + case "$1" in
11:24:38 + install_rootlesskit_dynamic
11:24:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:24:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:24:38 + export BUILD_MODE=-buildmode=pie
11:24:38 + BUILD_MODE=-buildmode=pie
11:24:38 + _install_rootlesskit
11:24:38 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:24:38 + for f in rootlesskit rootlesskit-docker-proxy
11:24:38 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:38 + GOBIN=/usr/local/bin
11:24:38 + GO111MODULE=on
11:24:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:38 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:38 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:38 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:38 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:38 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:38 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:38 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:38 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:38 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:24:38 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:38 go: downloading github.com/golang/protobuf v1.5.2
11:24:38 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:38 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:38 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:38 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:38 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:38 go: downloading github.com/urfave/cli/v2 v2.23.5
11:24:38 go: downloading golang.org/x/sys v0.2.0
11:24:38 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:38 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:38 go: downloading github.com/golang/protobuf v1.5.2
11:24:38 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:24:39 go: downloading github.com/google/uuid v1.3.0
11:24:39 go: downloading github.com/moby/vpnkit v0.5.0
11:24:39 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:24:39 go: downloading github.com/gofrs/flock v0.8.1
11:24:39 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:24:39 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:24:39 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:24:39 go: downloading golang.org/x/net v0.1.0
11:24:39 make[2]: Entering directory '/root/build-deb/cli'
11:24:39 scripts/docs/generate-man.sh
11:24:39 + cp -r . /tmp/docker-cli-docsgen.5Wa5mK5B0N/
11:24:39 + cd /tmp/docker-cli-docsgen.5Wa5mK5B0N
11:24:39 + ./scripts/vendor init
11:24:39 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:39 + cp man/tools.go .
11:24:39 + ./scripts/vendor update
11:24:39 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:39 go: downloading github.com/spf13/cobra v1.6.1
11:24:39 go: downloading github.com/spf13/pflag v1.0.5
11:24:39 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:39 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:39 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:39 go: downloading github.com/morikuni/aec v1.0.0
11:24:39 go: downloading github.com/pkg/errors v0.9.1
11:24:39 go: downloading github.com/google/go-cmp v0.5.9
11:24:39 go: downloading gotest.tools/v3 v3.4.0
11:24:39 go: downloading golang.org/x/sys v0.4.0
11:24:39 go: downloading github.com/docker/go-units v0.5.0
11:24:39 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:39 go: downloading github.com/docker/go-connections v0.4.0
11:24:39 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:39 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:39 go: downloading golang.org/x/text v0.6.0
11:24:39 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:39 go: downloading github.com/containerd/containerd v1.6.16
11:24:40 go: downloading github.com/moby/sys/signal v0.7.0
11:24:40 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:40 go: downloading github.com/moby/buildkit v0.10.6
11:24:41 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:41 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:41 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:41 go: downloading github.com/gogo/protobuf v1.3.2
11:24:41 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:41 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:41 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:41 go: downloading golang.org/x/term v0.4.0
11:24:41 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:41 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:41 go: downloading github.com/imdario/mergo v0.3.12
11:24:41 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:41 go: downloading github.com/beorn7/perks v1.0.1
11:24:41 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:41 go: downloading github.com/prometheus/client_model v0.3.0
11:24:41 go: downloading github.com/prometheus/common v0.37.0
11:24:41 go: downloading github.com/prometheus/procfs v0.8.0
11:24:41 go: downloading google.golang.org/protobuf v1.28.1
11:24:41 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:41 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:41 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:41 go: downloading github.com/creack/pty v1.1.11
11:24:41 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:41 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:41 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:41 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:41 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:41 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:41 go: downloading k8s.io/klog/v2 v2.80.1
11:24:41 go: downloading github.com/kr/text v0.2.0
11:24:41 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:41 go: downloading github.com/beorn7/perks v1.0.1
11:24:41 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:41 go: downloading github.com/prometheus/client_model v0.3.0
11:24:41 go: downloading github.com/prometheus/common v0.37.0
11:24:42 go: downloading github.com/docker/go-metrics v0.0.1
11:24:42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:42 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:42 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:42 go: downloading github.com/kr/pretty v0.2.1
11:24:42 go: downloading github.com/magiconair/properties v1.5.3
11:24:42 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:42 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:42 go: downloading github.com/go-logr/logr v1.2.3
11:24:42 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:42 + go mod vendor -modfile=vendor.mod
11:24:42 go: downloading github.com/prometheus/procfs v0.8.0
11:24:42 go: downloading google.golang.org/protobuf v1.28.1
11:24:42 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:42 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:42 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:42 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:42 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:42 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:42 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:42 go: downloading k8s.io/klog/v2 v2.80.1
11:24:42 go: downloading github.com/kr/text v0.2.0
11:24:42 go: downloading github.com/docker/go-metrics v0.0.1
11:24:42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:42 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:42 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:42 go: downloading github.com/kr/pretty v0.2.1
11:24:42 go: downloading github.com/magiconair/properties v1.5.3
11:24:42 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:42 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:42 go: downloading github.com/go-logr/logr v1.2.3
11:24:42 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:42 make[2]: Entering directory '/root/build-deb/cli'
11:24:42 scripts/docs/generate-man.sh
11:24:42 + cp -r . /tmp/docker-cli-docsgen.kr2tUD6sNm/
11:24:42 + cd /tmp/docker-cli-docsgen.kr2tUD6sNm
11:24:42 + ./scripts/vendor init
11:24:42 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:42 + cp man/tools.go .
11:24:42 + ./scripts/vendor update
11:24:42 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:42 go: downloading github.com/spf13/cobra v1.6.1
11:24:42 + go mod vendor -modfile=vendor.mod
11:24:42 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:42 go: downloading github.com/stretchr/testify v1.8.0
11:24:42 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:42 go: downloading github.com/rivo/uniseg v0.2.0
11:24:42 go: downloading github.com/klauspost/compress v1.15.12
11:24:42 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:43 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:43 go: downloading github.com/beorn7/perks v1.0.1
11:24:43 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:43 go: downloading github.com/prometheus/client_model v0.3.0
11:24:43 go: downloading github.com/prometheus/common v0.37.0
11:24:43 go: downloading github.com/prometheus/procfs v0.8.0
11:24:43 go: downloading google.golang.org/protobuf v1.28.1
11:24:43 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:43 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:43 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:43 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:43 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:43 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:43 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:43 go: downloading k8s.io/klog/v2 v2.80.1
11:24:43 go: downloading github.com/kr/text v0.2.0
11:24:43 go: downloading github.com/docker/go-metrics v0.0.1
11:24:43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:43 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:43 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:43 go: downloading github.com/kr/pretty v0.2.1
11:24:43 go: downloading github.com/magiconair/properties v1.5.3
11:24:43 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:43 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:43 go: downloading github.com/go-logr/logr v1.2.3
11:24:43 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:43 + go mod vendor -modfile=vendor.mod
11:24:43 go: downloading github.com/spf13/pflag v1.0.5
11:24:43 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:43 go: downloading github.com/containerd/continuity v0.3.0
11:24:43 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:43 go: downloading golang.org/x/time v0.1.0
11:24:43 go: downloading github.com/opencontainers/runc v1.1.3
11:24:43 go: downloading golang.org/x/crypto v0.2.0
11:24:43 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:43 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:44 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:44 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:24:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.v8SKIV
11:24:44 + umask 022
11:24:44 + cd /root/rpmbuild/BUILD
11:24:44 + cd src
11:24:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64
11:24:44 + RPM_EC=0
11:24:44 ++ jobs -p
11:24:44 + exit 0
11:24:44 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.r3BbYO
11:24:44 + umask 022
11:24:44 + cd /root/rpmbuild/BUILD
11:24:44 + cd /root/rpmbuild/BUILD
11:24:44 + rm -rf src
11:24:44 + /usr/bin/mkdir -p src
11:24:44 + cd src
11:24:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:44 + /usr/bin/tar -xof -
11:24:44 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:44 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:44 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:44 go: downloading google.golang.org/grpc v1.48.0
11:24:44 + STATUS=0
11:24:44 + '[' 0 -ne 0 ']'
11:24:44 + /usr/bin/tar -xof -
11:24:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:44 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:44 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:44 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:44 go: downloading github.com/morikuni/aec v1.0.0
11:24:44 go: downloading github.com/pkg/errors v0.9.1
11:24:44 go: downloading github.com/google/go-cmp v0.5.9
11:24:44 go: downloading gotest.tools/v3 v3.4.0
11:24:44 go: downloading golang.org/x/sys v0.4.0
11:24:44 go: downloading github.com/docker/go-units v0.5.0
11:24:44 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:44 go: downloading github.com/docker/go-connections v0.4.0
11:24:44 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:44 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:44 + STATUS=0
11:24:44 + '[' 0 -ne 0 ']'
11:24:44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:44 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:44 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:44 go: downloading github.com/russross/blackfriday v1.6.0
11:24:44 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:44 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:44 go: downloading golang.org/x/net v0.5.0
11:24:44 go: downloading golang.org/x/text v0.6.0
11:24:44 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:44 go: downloading github.com/containerd/containerd v1.6.16
11:24:44 + RPM_EC=0
11:24:44 ++ jobs -p
11:24:44 + exit 0
11:24:44 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gxfs2U
11:24:44 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:24:44 + umask 022
11:24:44 + cd /root/rpmbuild/BUILD
11:24:44 + cd src
11:24:44 + pushd /root/rpmbuild/BUILD/src/buildx
11:24:44 + GO111MODULE=on
11:24:44 + CGO_ENABLED=0
11:24:44 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:24:44 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:44 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:44 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:45 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:45 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:45 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:45 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:45 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:45 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:45 go: downloading github.com/golang/protobuf v1.5.2
11:24:45 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:45 go: downloading github.com/moby/sys/signal v0.7.0
11:24:45 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:45 go: downloading github.com/moby/buildkit v0.10.6
11:24:45 go: downloading github.com/moby/patternmatcher v0.5.0
11:24:45 go: downloading github.com/opencontainers/go-digest v1.0.0
11:24:45 go: downloading gopkg.in/yaml.v2 v2.4.0
11:24:45 go: downloading github.com/gogo/protobuf v1.3.2
11:24:45 + for f in rootlesskit rootlesskit-docker-proxy
11:24:45 + GOBIN=/usr/local/bin
11:24:45 + GO111MODULE=on
11:24:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:24:46 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:24:46 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:24:46 go: downloading golang.org/x/term v0.4.0
11:24:46 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:24:46 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:24:46 go: downloading github.com/imdario/mergo v0.3.12
11:24:46 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:24:46 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:24:46 go: downloading github.com/creack/pty v1.1.11
11:24:46 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:24:47 + return
11:24:47 + exit 0
11:24:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JpfvqP
11:24:47 + umask 022
11:24:47 + cd /root/rpmbuild/BUILD
11:24:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64 '!=' / ']'
11:24:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:47 + mkdir -p /root/rpmbuild/BUILDROOT
11:24:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:47 + cd src
11:24:47 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/dockerd-rootless.sh
11:24:47 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:24:47 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/rootlesskit
11:24:47 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
11:24:47 + /usr/lib/rpm/check-buildroot
11:24:47 + /usr/lib/rpm/redhat/brp-ldconfig
11:24:47 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:24:47 + /usr/lib/rpm/brp-compress
11:24:47 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:24:47 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:24:47 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:24:47 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:24:47 + /usr/lib/rpm/brp-python-hardlink
11:24:47 + PYTHON3=/usr/libexec/platform-python
11:24:47 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:24:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uw5LNw
11:24:47 + umask 022
11:24:47 + cd /root/rpmbuild/BUILD
11:24:47 + cd src
11:24:47 + /usr/local/bin/rootlesskit -v
11:24:47 rootlesskit version 1.1.0
11:24:47 + exit 0
11:24:47 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:47 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230309110843.71615c2-0.el8
11:24:47 Requires(interp): /bin/sh /bin/sh /bin/sh
11:24:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:24:47 Requires(post): /bin/sh
11:24:47 Requires(preun): /bin/sh
11:24:47 Requires(postun): /bin/sh
11:24:47 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)
11:24:47 Conflicts: rootlesskit
11:24:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:47 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:48 ++ pwd
11:24:48 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:48 Project root: .
11:24:48 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:48 INFO: man/src/attach.md found
11:24:48 WARN: man/src/build.md does not exist, skipping
11:24:48 WARN: man/src/builder/build.md does not exist, skipping
11:24:48 WARN: man/src/builder/prune.md does not exist, skipping
11:24:48 WARN: man/src/builder.md does not exist, skipping
11:24:48 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:48 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:48 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:48 WARN: man/src/checkpoint.md does not exist, skipping
11:24:48 INFO: man/src/commit.md found
11:24:48 WARN: man/src/config/create.md does not exist, skipping
11:24:48 WARN: man/src/config/inspect.md does not exist, skipping
11:24:48 WARN: man/src/config/ls.md does not exist, skipping
11:24:48 WARN: man/src/config/rm.md does not exist, skipping
11:24:48 WARN: man/src/config.md does not exist, skipping
11:24:48 INFO: man/src/container/attach.md found
11:24:48 INFO: man/src/container/commit.md found
11:24:48 INFO: man/src/container/cp.md found
11:24:48 INFO: man/src/container/create.md found
11:24:48 INFO: man/src/container/diff.md found
11:24:48 INFO: man/src/container/exec.md found
11:24:48 INFO: man/src/container/export.md found
11:24:48 WARN: man/src/container/inspect.md does not exist, skipping
11:24:48 INFO: man/src/container/kill.md found
11:24:48 INFO: man/src/container/logs.md found
11:24:48 INFO: man/src/container/ls.md found
11:24:48 INFO: man/src/container/pause.md found
11:24:48 INFO: man/src/container/port.md found
11:24:48 WARN: man/src/container/prune.md does not exist, skipping
11:24:48 INFO: man/src/container/rename.md found
11:24:48 INFO: man/src/container/restart.md found
11:24:48 INFO: man/src/container/rm.md found
11:24:48 INFO: man/src/container/run.md found
11:24:48 INFO: man/src/container/start.md found
11:24:48 INFO: man/src/container/stats.md found
11:24:48 INFO: man/src/container/stop.md found
11:24:48 INFO: man/src/container/top.md found
11:24:48 INFO: man/src/container/unpause.md found
11:24:48 INFO: man/src/container/update.md found
11:24:48 INFO: man/src/container/wait.md found
11:24:48 WARN: man/src/container.md does not exist, skipping
11:24:48 WARN: man/src/context/create.md does not exist, skipping
11:24:48 WARN: man/src/context/export.md does not exist, skipping
11:24:48 WARN: man/src/context/import.md does not exist, skipping
11:24:48 WARN: man/src/context/inspect.md does not exist, skipping
11:24:48 WARN: man/src/context/ls.md does not exist, skipping
11:24:48 WARN: man/src/context/rm.md does not exist, skipping
11:24:48 WARN: man/src/context/show.md does not exist, skipping
11:24:48 WARN: man/src/context/update.md does not exist, skipping
11:24:48 WARN: man/src/context/use.md does not exist, skipping
11:24:48 WARN: man/src/context.md does not exist, skipping
11:24:48 INFO: man/src/cp.md found
11:24:48 INFO: man/src/create.md found
11:24:48 INFO: man/src/diff.md found
11:24:48 INFO: man/src/events.md found
11:24:48 INFO: man/src/exec.md found
11:24:48 INFO: man/src/export.md found
11:24:48 INFO: man/src/history.md found
11:24:48 INFO: man/src/image/build.md found
11:24:48 INFO: man/src/image/history.md found
11:24:48 INFO: man/src/image/import.md found
11:24:48 WARN: man/src/image/inspect.md does not exist, skipping
11:24:48 INFO: man/src/image/load.md found
11:24:48 INFO: man/src/image/ls.md found
11:24:48 WARN: man/src/image/prune.md does not exist, skipping
11:24:48 INFO: man/src/image/pull.md found
11:24:48 INFO: man/src/image/push.md found
11:24:48 INFO: man/src/image/rm.md found
11:24:48 INFO: man/src/image/save.md found
11:24:48 INFO: man/src/image/tag.md found
11:24:48 WARN: man/src/image.md does not exist, skipping
11:24:48 INFO: man/src/images.md found
11:24:48 INFO: man/src/import.md found
11:24:48 INFO: man/src/info.md found
11:24:48 INFO: man/src/inspect.md found
11:24:48 INFO: man/src/kill.md found
11:24:48 INFO: man/src/load.md found
11:24:48 INFO: man/src/login.md found
11:24:48 INFO: man/src/logout.md found
11:24:48 INFO: man/src/logs.md found
11:24:48 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:48 WARN: man/src/manifest/create.md does not exist, skipping
11:24:48 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:48 WARN: man/src/manifest/push.md does not exist, skipping
11:24:48 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:48 WARN: man/src/manifest.md does not exist, skipping
11:24:48 INFO: man/src/network/connect.md found
11:24:48 INFO: man/src/network/create.md found
11:24:48 INFO: man/src/network/disconnect.md found
11:24:48 INFO: man/src/network/inspect.md found
11:24:48 INFO: man/src/network/ls.md found
11:24:48 WARN: man/src/network/prune.md does not exist, skipping
11:24:48 INFO: man/src/network/rm.md found
11:24:48 WARN: man/src/network.md does not exist, skipping
11:24:48 WARN: man/src/node/demote.md does not exist, skipping
11:24:48 WARN: man/src/node/inspect.md does not exist, skipping
11:24:48 WARN: man/src/node/ls.md does not exist, skipping
11:24:48 WARN: man/src/node/promote.md does not exist, skipping
11:24:48 WARN: man/src/node/ps.md does not exist, skipping
11:24:48 WARN: man/src/node/rm.md does not exist, skipping
11:24:48 WARN: man/src/node/update.md does not exist, skipping
11:24:48 WARN: man/src/node.md does not exist, skipping
11:24:48 INFO: man/src/pause.md found
11:24:48 WARN: man/src/plugin/create.md does not exist, skipping
11:24:48 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:48 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:48 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:48 WARN: man/src/plugin/install.md does not exist, skipping
11:24:48 INFO: man/src/plugin/ls.md found
11:24:48 WARN: man/src/plugin/push.md does not exist, skipping
11:24:48 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:48 WARN: man/src/plugin/set.md does not exist, skipping
11:24:48 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:48 WARN: man/src/plugin.md does not exist, skipping
11:24:48 INFO: man/src/port.md found
11:24:48 INFO: man/src/ps.md found
11:24:48 INFO: man/src/pull.md found
11:24:48 INFO: man/src/push.md found
11:24:48 INFO: man/src/rename.md found
11:24:48 INFO: man/src/restart.md found
11:24:48 INFO: man/src/rm.md found
11:24:48 INFO: man/src/rmi.md found
11:24:48 WARN: man/src/run.md does not exist, skipping
11:24:48 INFO: man/src/save.md found
11:24:48 INFO: man/src/search.md found
11:24:48 WARN: man/src/secret/create.md does not exist, skipping
11:24:48 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:48 WARN: man/src/secret/ls.md does not exist, skipping
11:24:48 WARN: man/src/secret/rm.md does not exist, skipping
11:24:48 WARN: man/src/secret.md does not exist, skipping
11:24:48 WARN: man/src/service/create.md does not exist, skipping
11:24:48 WARN: man/src/service/inspect.md does not exist, skipping
11:24:48 WARN: man/src/service/logs.md does not exist, skipping
11:24:48 WARN: man/src/service/ls.md does not exist, skipping
11:24:48 WARN: man/src/service/ps.md does not exist, skipping
11:24:48 WARN: man/src/service/rm.md does not exist, skipping
11:24:48 WARN: man/src/service/rollback.md does not exist, skipping
11:24:48 WARN: man/src/service/scale.md does not exist, skipping
11:24:48 WARN: man/src/service/update.md does not exist, skipping
11:24:48 WARN: man/src/service.md does not exist, skipping
11:24:48 WARN: man/src/stack/config.md does not exist, skipping
11:24:48 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:48 WARN: man/src/stack/ls.md does not exist, skipping
11:24:48 WARN: man/src/stack/ps.md does not exist, skipping
11:24:48 WARN: man/src/stack/rm.md does not exist, skipping
11:24:48 WARN: man/src/stack/services.md does not exist, skipping
11:24:48 WARN: man/src/stack.md does not exist, skipping
11:24:48 INFO: man/src/start.md found
11:24:48 INFO: man/src/stats.md found
11:24:48 INFO: man/src/stop.md found
11:24:48 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:48 WARN: man/src/swarm/init.md does not exist, skipping
11:24:48 WARN: man/src/swarm/join.md does not exist, skipping
11:24:48 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:48 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:48 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:48 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:48 WARN: man/src/swarm/update.md does not exist, skipping
11:24:48 WARN: man/src/swarm.md does not exist, skipping
11:24:48 WARN: man/src/system/df.md does not exist, skipping
11:24:48 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:48 INFO: man/src/system/events.md found
11:24:48 INFO: man/src/system/info.md found
11:24:48 WARN: man/src/system/prune.md does not exist, skipping
11:24:48 WARN: man/src/system.md does not exist, skipping
11:24:48 INFO: man/src/tag.md found
11:24:48 INFO: man/src/top.md found
11:24:48 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:48 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:48 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:48 WARN: man/src/trust/key.md does not exist, skipping
11:24:48 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:48 WARN: man/src/trust/sign.md does not exist, skipping
11:24:48 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:48 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:48 WARN: man/src/trust/signer.md does not exist, skipping
11:24:48 WARN: man/src/trust.md does not exist, skipping
11:24:48 INFO: man/src/unpause.md found
11:24:48 INFO: man/src/update.md found
11:24:48 INFO: man/src/version.md found
11:24:48 INFO: man/src/volume/create.md found
11:24:48 INFO: man/src/volume/inspect.md found
11:24:48 INFO: man/src/volume/ls.md found
11:24:48 WARN: man/src/volume/prune.md does not exist, skipping
11:24:48 WARN: man/src/volume/rm.md does not exist, skipping
11:24:48 WARN: man/src/volume/update.md does not exist, skipping
11:24:48 INFO: man/src/volume.md found
11:24:48 INFO: man/src/wait.md found
11:24:48 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:48 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:48 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:48 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:48 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:48 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:48 go: downloading gopkg.in/yaml.v3 v3.0.1
11:24:48 go: downloading github.com/stretchr/testify v1.8.0
11:24:48 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:24:48 go: downloading github.com/rivo/uniseg v0.2.0
11:24:48 go: downloading github.com/klauspost/compress v1.15.12
11:24:48 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:24:48 go: downloading github.com/containerd/continuity v0.3.0
11:24:48 go: downloading github.com/moby/sys/symlink v0.2.0
11:24:48 go: downloading golang.org/x/time v0.1.0
11:24:48 go: downloading github.com/opencontainers/runc v1.1.3
11:24:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.src.rpm
11:24:48 make[2]: Leaving directory '/root/build-deb/cli'
11:24:48 # Build buildx plugin
11:24:48 cd /go/src/github.com/docker/buildx \
11:24:48 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:48 && GO111MODULE=on \
11:24:48 	CGO_ENABLED=0 \
11:24:48 		go build \
11:24:48 			-mod=vendor \
11:24:48 			-trimpath \
11:24:48 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:48 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:48 			./cmd/buildx
11:24:48 go: downloading golang.org/x/crypto v0.2.0
11:24:48 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:24:48 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:24:48 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:24:48 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:24:48 go: downloading google.golang.org/grpc v1.48.0
11:24:48 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:48 go: downloading github.com/beorn7/perks v1.0.1
11:24:48 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:48 go: downloading github.com/prometheus/client_model v0.3.0
11:24:48 go: downloading github.com/prometheus/common v0.37.0
11:24:48 go: downloading github.com/prometheus/procfs v0.8.0
11:24:48 go: downloading google.golang.org/protobuf v1.28.1
11:24:48 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:48 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:48 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:49 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:49 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:49 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:49 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:49 go: downloading k8s.io/klog/v2 v2.80.1
11:24:49 go: downloading github.com/kr/text v0.2.0
11:24:49 go: downloading github.com/docker/go-metrics v0.0.1
11:24:49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:49 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:49 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:24:49 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:24:49 go: downloading github.com/russross/blackfriday v1.6.0
11:24:49 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:24:49 go: downloading github.com/Microsoft/go-winio v0.5.2
11:24:49 go: downloading golang.org/x/net v0.5.0
11:24:49 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:49 go: downloading github.com/kr/pretty v0.2.1
11:24:49 go: downloading github.com/magiconair/properties v1.5.3
11:24:49 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:49 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:49 go: downloading github.com/go-logr/logr v1.2.3
11:24:49 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:49 + go mod vendor -modfile=vendor.mod
11:24:49 go: downloading github.com/davecgh/go-spew v1.1.1
11:24:49 go: downloading github.com/pmezard/go-difflib v1.0.0
11:24:49 go: downloading github.com/miekg/pkcs11 v1.1.1
11:24:49 go: downloading github.com/prometheus/client_golang v1.14.0
11:24:49 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:24:49 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:24:49 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:24:50 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:24:50 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uc24N9
11:24:50 + umask 022
11:24:50 + cd /root/rpmbuild/BUILD
11:24:50 + cd src
11:24:50 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64
11:24:50 + exit 0
11:24:50 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PCXDCi
11:24:50 + umask 022
11:24:50 + cd /root/rpmbuild/BUILD
11:24:50 + cd /root/rpmbuild/BUILD
11:24:50 + rm -rf src
11:24:50 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:24:50 + /usr/bin/mkdir -p src
11:24:50 + cd src
11:24:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:50 + /usr/bin/tar -xof -
11:24:50 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:24:50 go: downloading github.com/golang/protobuf v1.5.2
11:24:50 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:24:50 + STATUS=0
11:24:50 + '[' 0 -ne 0 ']'
11:24:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:24:50 + /usr/bin/tar -xof -
11:24:50 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:51 + STATUS=0
11:24:51 + '[' 0 -ne 0 ']'
11:24:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:24:51 + exit 0
11:24:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vgkb4w
11:24:51 + umask 022
11:24:51 + cd /root/rpmbuild/BUILD
11:24:51 + cd src
11:24:51 + pushd /root/rpmbuild/BUILD/src/buildx
11:24:51 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:24:51 + GO111MODULE=on
11:24:51 + CGO_ENABLED=0
11:24:51 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:24:52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:52 ++ pwd
11:24:52 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:52 Project root: .
11:24:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:52 INFO: man/src/attach.md found
11:24:52 WARN: man/src/build.md does not exist, skipping
11:24:52 WARN: man/src/builder/build.md does not exist, skipping
11:24:52 WARN: man/src/builder/prune.md does not exist, skipping
11:24:52 WARN: man/src/builder.md does not exist, skipping
11:24:52 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:52 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:52 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:52 WARN: man/src/checkpoint.md does not exist, skipping
11:24:52 INFO: man/src/commit.md found
11:24:52 WARN: man/src/config/create.md does not exist, skipping
11:24:52 WARN: man/src/config/inspect.md does not exist, skipping
11:24:52 WARN: man/src/config/ls.md does not exist, skipping
11:24:52 WARN: man/src/config/rm.md does not exist, skipping
11:24:52 WARN: man/src/config.md does not exist, skipping
11:24:52 INFO: man/src/container/attach.md found
11:24:52 INFO: man/src/container/commit.md found
11:24:52 INFO: man/src/container/cp.md found
11:24:52 INFO: man/src/container/create.md found
11:24:52 INFO: man/src/container/diff.md found
11:24:52 INFO: man/src/container/exec.md found
11:24:52 INFO: man/src/container/export.md found
11:24:52 WARN: man/src/container/inspect.md does not exist, skipping
11:24:52 INFO: man/src/container/kill.md found
11:24:52 INFO: man/src/container/logs.md found
11:24:52 INFO: man/src/container/ls.md found
11:24:52 INFO: man/src/container/pause.md found
11:24:52 INFO: man/src/container/port.md found
11:24:52 WARN: man/src/container/prune.md does not exist, skipping
11:24:52 INFO: man/src/container/rename.md found
11:24:52 INFO: man/src/container/restart.md found
11:24:52 INFO: man/src/container/rm.md found
11:24:52 INFO: man/src/container/run.md found
11:24:52 INFO: man/src/container/start.md found
11:24:52 INFO: man/src/container/stats.md found
11:24:52 INFO: man/src/container/stop.md found
11:24:52 INFO: man/src/container/top.md found
11:24:52 INFO: man/src/container/unpause.md found
11:24:52 INFO: man/src/container/update.md found
11:24:52 INFO: man/src/container/wait.md found
11:24:52 WARN: man/src/container.md does not exist, skipping
11:24:52 WARN: man/src/context/create.md does not exist, skipping
11:24:52 WARN: man/src/context/export.md does not exist, skipping
11:24:52 WARN: man/src/context/import.md does not exist, skipping
11:24:52 WARN: man/src/context/inspect.md does not exist, skipping
11:24:52 WARN: man/src/context/ls.md does not exist, skipping
11:24:52 WARN: man/src/context/rm.md does not exist, skipping
11:24:52 WARN: man/src/context/show.md does not exist, skipping
11:24:52 WARN: man/src/context/update.md does not exist, skipping
11:24:52 WARN: man/src/context/use.md does not exist, skipping
11:24:52 WARN: man/src/context.md does not exist, skipping
11:24:52 INFO: man/src/cp.md found
11:24:52 INFO: man/src/create.md found
11:24:52 INFO: man/src/diff.md found
11:24:52 INFO: man/src/events.md found
11:24:52 INFO: man/src/exec.md found
11:24:52 INFO: man/src/export.md found
11:24:52 INFO: man/src/history.md found
11:24:52 INFO: man/src/image/build.md found
11:24:52 INFO: man/src/image/history.md found
11:24:52 INFO: man/src/image/import.md found
11:24:52 WARN: man/src/image/inspect.md does not exist, skipping
11:24:52 INFO: man/src/image/load.md found
11:24:52 INFO: man/src/image/ls.md found
11:24:52 WARN: man/src/image/prune.md does not exist, skipping
11:24:52 INFO: man/src/image/pull.md found
11:24:52 INFO: man/src/image/push.md found
11:24:52 INFO: man/src/image/rm.md found
11:24:52 INFO: man/src/image/save.md found
11:24:52 INFO: man/src/image/tag.md found
11:24:52 WARN: man/src/image.md does not exist, skipping
11:24:52 INFO: man/src/images.md found
11:24:52 INFO: man/src/import.md found
11:24:52 INFO: man/src/info.md found
11:24:52 INFO: man/src/inspect.md found
11:24:52 INFO: man/src/kill.md found
11:24:52 INFO: man/src/load.md found
11:24:52 INFO: man/src/login.md found
11:24:52 INFO: man/src/logout.md found
11:24:52 INFO: man/src/logs.md found
11:24:52 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:52 WARN: man/src/manifest/create.md does not exist, skipping
11:24:52 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:52 WARN: man/src/manifest/push.md does not exist, skipping
11:24:52 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:52 WARN: man/src/manifest.md does not exist, skipping
11:24:52 INFO: man/src/network/connect.md found
11:24:52 INFO: man/src/network/create.md found
11:24:52 INFO: man/src/network/disconnect.md found
11:24:52 INFO: man/src/network/inspect.md found
11:24:52 INFO: man/src/network/ls.md found
11:24:52 WARN: man/src/network/prune.md does not exist, skipping
11:24:52 INFO: man/src/network/rm.md found
11:24:52 WARN: man/src/network.md does not exist, skipping
11:24:52 WARN: man/src/node/demote.md does not exist, skipping
11:24:52 WARN: man/src/node/inspect.md does not exist, skipping
11:24:52 WARN: man/src/node/ls.md does not exist, skipping
11:24:52 WARN: man/src/node/promote.md does not exist, skipping
11:24:52 WARN: man/src/node/ps.md does not exist, skipping
11:24:52 WARN: man/src/node/rm.md does not exist, skipping
11:24:52 WARN: man/src/node/update.md does not exist, skipping
11:24:52 WARN: man/src/node.md does not exist, skipping
11:24:52 INFO: man/src/pause.md found
11:24:52 WARN: man/src/plugin/create.md does not exist, skipping
11:24:52 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:52 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:52 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:52 WARN: man/src/plugin/install.md does not exist, skipping
11:24:52 INFO: man/src/plugin/ls.md found
11:24:52 WARN: man/src/plugin/push.md does not exist, skipping
11:24:52 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:52 WARN: man/src/plugin/set.md does not exist, skipping
11:24:52 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:52 WARN: man/src/plugin.md does not exist, skipping
11:24:52 INFO: man/src/port.md found
11:24:52 INFO: man/src/ps.md found
11:24:52 INFO: man/src/pull.md found
11:24:52 INFO: man/src/push.md found
11:24:52 INFO: man/src/rename.md found
11:24:52 INFO: man/src/restart.md found
11:24:52 INFO: man/src/rm.md found
11:24:52 INFO: man/src/rmi.md found
11:24:52 WARN: man/src/run.md does not exist, skipping
11:24:52 INFO: man/src/save.md found
11:24:52 INFO: man/src/search.md found
11:24:52 WARN: man/src/secret/create.md does not exist, skipping
11:24:52 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:52 WARN: man/src/secret/ls.md does not exist, skipping
11:24:52 WARN: man/src/secret/rm.md does not exist, skipping
11:24:52 WARN: man/src/secret.md does not exist, skipping
11:24:52 WARN: man/src/service/create.md does not exist, skipping
11:24:52 WARN: man/src/service/inspect.md does not exist, skipping
11:24:52 WARN: man/src/service/logs.md does not exist, skipping
11:24:52 WARN: man/src/service/ls.md does not exist, skipping
11:24:52 WARN: man/src/service/ps.md does not exist, skipping
11:24:52 WARN: man/src/service/rm.md does not exist, skipping
11:24:52 WARN: man/src/service/rollback.md does not exist, skipping
11:24:52 WARN: man/src/service/scale.md does not exist, skipping
11:24:52 WARN: man/src/service/update.md does not exist, skipping
11:24:52 WARN: man/src/service.md does not exist, skipping
11:24:52 WARN: man/src/stack/config.md does not exist, skipping
11:24:52 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:52 WARN: man/src/stack/ls.md does not exist, skipping
11:24:52 WARN: man/src/stack/ps.md does not exist, skipping
11:24:52 WARN: man/src/stack/rm.md does not exist, skipping
11:24:52 WARN: man/src/stack/services.md does not exist, skipping
11:24:52 WARN: man/src/stack.md does not exist, skipping
11:24:52 INFO: man/src/start.md found
11:24:52 INFO: man/src/stats.md found
11:24:52 INFO: man/src/stop.md found
11:24:52 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:52 WARN: man/src/swarm/init.md does not exist, skipping
11:24:52 WARN: man/src/swarm/join.md does not exist, skipping
11:24:52 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:52 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:52 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:52 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:52 WARN: man/src/swarm/update.md does not exist, skipping
11:24:52 WARN: man/src/swarm.md does not exist, skipping
11:24:52 WARN: man/src/system/df.md does not exist, skipping
11:24:52 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:52 INFO: man/src/system/events.md found
11:24:52 INFO: man/src/system/info.md found
11:24:52 WARN: man/src/system/prune.md does not exist, skipping
11:24:52 WARN: man/src/system.md does not exist, skipping
11:24:52 INFO: man/src/tag.md found
11:24:52 INFO: man/src/top.md found
11:24:52 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:52 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:52 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:52 WARN: man/src/trust/key.md does not exist, skipping
11:24:52 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:52 WARN: man/src/trust/sign.md does not exist, skipping
11:24:52 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:52 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:52 WARN: man/src/trust/signer.md does not exist, skipping
11:24:52 WARN: man/src/trust.md does not exist, skipping
11:24:52 INFO: man/src/unpause.md found
11:24:52 INFO: man/src/update.md found
11:24:52 INFO: man/src/version.md found
11:24:52 INFO: man/src/volume/create.md found
11:24:52 INFO: man/src/volume/inspect.md found
11:24:52 INFO: man/src/volume/ls.md found
11:24:52 WARN: man/src/volume/prune.md does not exist, skipping
11:24:52 WARN: man/src/volume/rm.md does not exist, skipping
11:24:52 WARN: man/src/volume/update.md does not exist, skipping
11:24:52 INFO: man/src/volume.md found
11:24:52 INFO: man/src/wait.md found
11:24:52 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:52 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:52 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:52 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:52 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:52 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:52 make[2]: Leaving directory '/root/build-deb/cli'
11:24:52 # Build buildx plugin
11:24:52 cd /go/src/github.com/docker/buildx \
11:24:52 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:52 && GO111MODULE=on \
11:24:52 	CGO_ENABLED=0 \
11:24:52 		go build \
11:24:52 			-mod=vendor \
11:24:52 			-trimpath \
11:24:52 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:52 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:52 			./cmd/buildx
11:24:53 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:24:53 go: downloading github.com/beorn7/perks v1.0.1
11:24:53 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:24:53 go: downloading github.com/prometheus/client_model v0.3.0
11:24:53 go: downloading github.com/prometheus/common v0.37.0
11:24:53 go: downloading github.com/prometheus/procfs v0.8.0
11:24:53 go: downloading google.golang.org/protobuf v1.28.1
11:24:53 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:24:53 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:24:53 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:24:53 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:24:53 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:24:53 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:24:53 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:24:54 go: downloading k8s.io/klog/v2 v2.80.1
11:24:54 go: downloading github.com/kr/text v0.2.0
11:24:54 go: downloading github.com/docker/go-metrics v0.0.1
11:24:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:24:54 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:24:54 go: downloading github.com/BurntSushi/toml v0.3.1
11:24:54 go: downloading github.com/kr/pretty v0.2.1
11:24:54 go: downloading github.com/magiconair/properties v1.5.3
11:24:54 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:24:54 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:24:54 go: downloading github.com/go-logr/logr v1.2.3
11:24:54 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:24:54 + go mod vendor -modfile=vendor.mod
11:24:54 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:54 ++ pwd
11:24:54 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:54 Project root: .
11:24:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:54 INFO: man/src/attach.md found
11:24:54 WARN: man/src/build.md does not exist, skipping
11:24:54 WARN: man/src/builder/build.md does not exist, skipping
11:24:54 WARN: man/src/builder/prune.md does not exist, skipping
11:24:54 WARN: man/src/builder.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint.md does not exist, skipping
11:24:54 INFO: man/src/commit.md found
11:24:54 WARN: man/src/config/create.md does not exist, skipping
11:24:54 WARN: man/src/config/inspect.md does not exist, skipping
11:24:54 WARN: man/src/config/ls.md does not exist, skipping
11:24:54 WARN: man/src/config/rm.md does not exist, skipping
11:24:54 WARN: man/src/config.md does not exist, skipping
11:24:54 INFO: man/src/container/attach.md found
11:24:54 INFO: man/src/container/commit.md found
11:24:54 INFO: man/src/container/cp.md found
11:24:54 INFO: man/src/container/create.md found
11:24:54 INFO: man/src/container/diff.md found
11:24:54 INFO: man/src/container/exec.md found
11:24:54 INFO: man/src/container/export.md found
11:24:54 WARN: man/src/container/inspect.md does not exist, skipping
11:24:54 INFO: man/src/container/kill.md found
11:24:54 INFO: man/src/container/logs.md found
11:24:54 INFO: man/src/container/ls.md found
11:24:54 INFO: man/src/container/pause.md found
11:24:54 INFO: man/src/container/port.md found
11:24:54 WARN: man/src/container/prune.md does not exist, skipping
11:24:54 INFO: man/src/container/rename.md found
11:24:54 INFO: man/src/container/restart.md found
11:24:54 INFO: man/src/container/rm.md found
11:24:54 INFO: man/src/container/run.md found
11:24:54 INFO: man/src/container/start.md found
11:24:54 INFO: man/src/container/stats.md found
11:24:54 INFO: man/src/container/stop.md found
11:24:54 INFO: man/src/container/top.md found
11:24:54 INFO: man/src/container/unpause.md found
11:24:54 INFO: man/src/container/update.md found
11:24:54 INFO: man/src/container/wait.md found
11:24:54 WARN: man/src/container.md does not exist, skipping
11:24:54 WARN: man/src/context/create.md does not exist, skipping
11:24:54 WARN: man/src/context/export.md does not exist, skipping
11:24:54 WARN: man/src/context/import.md does not exist, skipping
11:24:54 WARN: man/src/context/inspect.md does not exist, skipping
11:24:54 WARN: man/src/context/ls.md does not exist, skipping
11:24:54 WARN: man/src/context/rm.md does not exist, skipping
11:24:54 WARN: man/src/context/show.md does not exist, skipping
11:24:54 WARN: man/src/context/update.md does not exist, skipping
11:24:54 WARN: man/src/context/use.md does not exist, skipping
11:24:54 WARN: man/src/context.md does not exist, skipping
11:24:54 INFO: man/src/cp.md found
11:24:54 INFO: man/src/create.md found
11:24:54 INFO: man/src/diff.md found
11:24:54 INFO: man/src/events.md found
11:24:54 INFO: man/src/exec.md found
11:24:54 INFO: man/src/export.md found
11:24:54 INFO: man/src/history.md found
11:24:54 INFO: man/src/image/build.md found
11:24:54 INFO: man/src/image/history.md found
11:24:54 INFO: man/src/image/import.md found
11:24:54 WARN: man/src/image/inspect.md does not exist, skipping
11:24:54 INFO: man/src/image/load.md found
11:24:54 INFO: man/src/image/ls.md found
11:24:54 WARN: man/src/image/prune.md does not exist, skipping
11:24:54 INFO: man/src/image/pull.md found
11:24:54 INFO: man/src/image/push.md found
11:24:54 INFO: man/src/image/rm.md found
11:24:54 INFO: man/src/image/save.md found
11:24:54 INFO: man/src/image/tag.md found
11:24:54 WARN: man/src/image.md does not exist, skipping
11:24:54 INFO: man/src/images.md found
11:24:54 INFO: man/src/import.md found
11:24:54 INFO: man/src/info.md found
11:24:54 INFO: man/src/inspect.md found
11:24:54 INFO: man/src/kill.md found
11:24:54 INFO: man/src/load.md found
11:24:54 INFO: man/src/login.md found
11:24:54 INFO: man/src/logout.md found
11:24:54 INFO: man/src/logs.md found
11:24:54 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:54 WARN: man/src/manifest/create.md does not exist, skipping
11:24:54 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:54 WARN: man/src/manifest/push.md does not exist, skipping
11:24:54 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:54 WARN: man/src/manifest.md does not exist, skipping
11:24:54 INFO: man/src/network/connect.md found
11:24:54 INFO: man/src/network/create.md found
11:24:54 INFO: man/src/network/disconnect.md found
11:24:54 INFO: man/src/network/inspect.md found
11:24:54 INFO: man/src/network/ls.md found
11:24:54 WARN: man/src/network/prune.md does not exist, skipping
11:24:54 INFO: man/src/network/rm.md found
11:24:54 WARN: man/src/network.md does not exist, skipping
11:24:54 WARN: man/src/node/demote.md does not exist, skipping
11:24:54 WARN: man/src/node/inspect.md does not exist, skipping
11:24:54 WARN: man/src/node/ls.md does not exist, skipping
11:24:54 WARN: man/src/node/promote.md does not exist, skipping
11:24:54 WARN: man/src/node/ps.md does not exist, skipping
11:24:54 WARN: man/src/node/rm.md does not exist, skipping
11:24:54 WARN: man/src/node/update.md does not exist, skipping
11:24:54 WARN: man/src/node.md does not exist, skipping
11:24:54 INFO: man/src/pause.md found
11:24:54 WARN: man/src/plugin/create.md does not exist, skipping
11:24:54 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:54 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:54 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:54 WARN: man/src/plugin/install.md does not exist, skipping
11:24:54 INFO: man/src/plugin/ls.md found
11:24:54 WARN: man/src/plugin/push.md does not exist, skipping
11:24:54 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:54 WARN: man/src/plugin/set.md does not exist, skipping
11:24:54 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:54 WARN: man/src/plugin.md does not exist, skipping
11:24:54 INFO: man/src/port.md found
11:24:54 INFO: man/src/ps.md found
11:24:54 INFO: man/src/pull.md found
11:24:54 INFO: man/src/push.md found
11:24:54 INFO: man/src/rename.md found
11:24:54 INFO: man/src/restart.md found
11:24:54 INFO: man/src/rm.md found
11:24:54 INFO: man/src/rmi.md found
11:24:54 WARN: man/src/run.md does not exist, skipping
11:24:54 INFO: man/src/save.md found
11:24:54 INFO: man/src/search.md found
11:24:54 WARN: man/src/secret/create.md does not exist, skipping
11:24:54 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:54 WARN: man/src/secret/ls.md does not exist, skipping
11:24:54 WARN: man/src/secret/rm.md does not exist, skipping
11:24:54 WARN: man/src/secret.md does not exist, skipping
11:24:54 WARN: man/src/service/create.md does not exist, skipping
11:24:54 WARN: man/src/service/inspect.md does not exist, skipping
11:24:54 WARN: man/src/service/logs.md does not exist, skipping
11:24:54 WARN: man/src/service/ls.md does not exist, skipping
11:24:54 WARN: man/src/service/ps.md does not exist, skipping
11:24:54 WARN: man/src/service/rm.md does not exist, skipping
11:24:54 WARN: man/src/service/rollback.md does not exist, skipping
11:24:54 WARN: man/src/service/scale.md does not exist, skipping
11:24:54 WARN: man/src/service/update.md does not exist, skipping
11:24:54 WARN: man/src/service.md does not exist, skipping
11:24:54 WARN: man/src/stack/config.md does not exist, skipping
11:24:54 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:54 WARN: man/src/stack/ls.md does not exist, skipping
11:24:54 WARN: man/src/stack/ps.md does not exist, skipping
11:24:54 WARN: man/src/stack/rm.md does not exist, skipping
11:24:54 WARN: man/src/stack/services.md does not exist, skipping
11:24:54 WARN: man/src/stack.md does not exist, skipping
11:24:54 INFO: man/src/start.md found
11:24:54 INFO: man/src/stats.md found
11:24:54 INFO: man/src/stop.md found
11:24:54 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:54 WARN: man/src/swarm/init.md does not exist, skipping
11:24:54 WARN: man/src/swarm/join.md does not exist, skipping
11:24:54 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:54 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:54 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:54 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:54 WARN: man/src/swarm/update.md does not exist, skipping
11:24:54 WARN: man/src/swarm.md does not exist, skipping
11:24:54 WARN: man/src/system/df.md does not exist, skipping
11:24:54 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:54 INFO: man/src/system/events.md found
11:24:54 INFO: man/src/system/info.md found
11:24:54 WARN: man/src/system/prune.md does not exist, skipping
11:24:54 WARN: man/src/system.md does not exist, skipping
11:24:54 INFO: man/src/tag.md found
11:24:54 INFO: man/src/top.md found
11:24:54 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:54 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:54 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:54 WARN: man/src/trust/key.md does not exist, skipping
11:24:54 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:54 WARN: man/src/trust/sign.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer.md does not exist, skipping
11:24:54 WARN: man/src/trust.md does not exist, skipping
11:24:54 INFO: man/src/unpause.md found
11:24:54 INFO: man/src/update.md found
11:24:54 INFO: man/src/version.md found
11:24:54 INFO: man/src/volume/create.md found
11:24:54 INFO: man/src/volume/inspect.md found
11:24:54 INFO: man/src/volume/ls.md found
11:24:54 WARN: man/src/volume/prune.md does not exist, skipping
11:24:54 WARN: man/src/volume/rm.md does not exist, skipping
11:24:54 WARN: man/src/volume/update.md does not exist, skipping
11:24:54 INFO: man/src/volume.md found
11:24:54 INFO: man/src/wait.md found
11:24:54 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:54 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:54 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:54 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:54 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:54 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:54 make[2]: Leaving directory '/root/build-deb/cli'
11:24:54 # Build buildx plugin
11:24:54 cd /go/src/github.com/docker/buildx \
11:24:54 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:54 && GO111MODULE=on \
11:24:54 	CGO_ENABLED=0 \
11:24:54 		go build \
11:24:54 			-mod=vendor \
11:24:54 			-trimpath \
11:24:54 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:54 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:54 			./cmd/buildx
11:24:54 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:54 ++ pwd
11:24:54 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:54 Project root: .
11:24:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:54 INFO: man/src/attach.md found
11:24:54 WARN: man/src/build.md does not exist, skipping
11:24:54 WARN: man/src/builder/build.md does not exist, skipping
11:24:54 WARN: man/src/builder/prune.md does not exist, skipping
11:24:54 WARN: man/src/builder.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:54 WARN: man/src/checkpoint.md does not exist, skipping
11:24:54 INFO: man/src/commit.md found
11:24:54 WARN: man/src/config/create.md does not exist, skipping
11:24:54 WARN: man/src/config/inspect.md does not exist, skipping
11:24:54 WARN: man/src/config/ls.md does not exist, skipping
11:24:54 WARN: man/src/config/rm.md does not exist, skipping
11:24:54 WARN: man/src/config.md does not exist, skipping
11:24:54 INFO: man/src/container/attach.md found
11:24:54 INFO: man/src/container/commit.md found
11:24:54 INFO: man/src/container/cp.md found
11:24:54 INFO: man/src/container/create.md found
11:24:54 INFO: man/src/container/diff.md found
11:24:54 INFO: man/src/container/exec.md found
11:24:54 INFO: man/src/container/export.md found
11:24:54 WARN: man/src/container/inspect.md does not exist, skipping
11:24:54 INFO: man/src/container/kill.md found
11:24:54 INFO: man/src/container/logs.md found
11:24:54 INFO: man/src/container/ls.md found
11:24:54 INFO: man/src/container/pause.md found
11:24:54 INFO: man/src/container/port.md found
11:24:54 WARN: man/src/container/prune.md does not exist, skipping
11:24:54 INFO: man/src/container/rename.md found
11:24:54 INFO: man/src/container/restart.md found
11:24:54 INFO: man/src/container/rm.md found
11:24:54 INFO: man/src/container/run.md found
11:24:54 INFO: man/src/container/start.md found
11:24:54 INFO: man/src/container/stats.md found
11:24:54 INFO: man/src/container/stop.md found
11:24:54 INFO: man/src/container/top.md found
11:24:54 INFO: man/src/container/unpause.md found
11:24:54 INFO: man/src/container/update.md found
11:24:54 INFO: man/src/container/wait.md found
11:24:54 WARN: man/src/container.md does not exist, skipping
11:24:54 WARN: man/src/context/create.md does not exist, skipping
11:24:54 WARN: man/src/context/export.md does not exist, skipping
11:24:54 WARN: man/src/context/import.md does not exist, skipping
11:24:54 WARN: man/src/context/inspect.md does not exist, skipping
11:24:54 WARN: man/src/context/ls.md does not exist, skipping
11:24:54 WARN: man/src/context/rm.md does not exist, skipping
11:24:54 WARN: man/src/context/show.md does not exist, skipping
11:24:54 WARN: man/src/context/update.md does not exist, skipping
11:24:54 WARN: man/src/context/use.md does not exist, skipping
11:24:54 WARN: man/src/context.md does not exist, skipping
11:24:54 INFO: man/src/cp.md found
11:24:54 INFO: man/src/create.md found
11:24:54 INFO: man/src/diff.md found
11:24:54 INFO: man/src/events.md found
11:24:54 INFO: man/src/exec.md found
11:24:54 INFO: man/src/export.md found
11:24:54 INFO: man/src/history.md found
11:24:54 INFO: man/src/image/build.md found
11:24:54 INFO: man/src/image/history.md found
11:24:54 INFO: man/src/image/import.md found
11:24:54 WARN: man/src/image/inspect.md does not exist, skipping
11:24:54 INFO: man/src/image/load.md found
11:24:54 INFO: man/src/image/ls.md found
11:24:54 WARN: man/src/image/prune.md does not exist, skipping
11:24:54 INFO: man/src/image/pull.md found
11:24:54 INFO: man/src/image/push.md found
11:24:54 INFO: man/src/image/rm.md found
11:24:54 INFO: man/src/image/save.md found
11:24:54 INFO: man/src/image/tag.md found
11:24:54 WARN: man/src/image.md does not exist, skipping
11:24:54 INFO: man/src/images.md found
11:24:54 INFO: man/src/import.md found
11:24:54 INFO: man/src/info.md found
11:24:54 INFO: man/src/inspect.md found
11:24:54 INFO: man/src/kill.md found
11:24:54 INFO: man/src/load.md found
11:24:54 INFO: man/src/login.md found
11:24:54 INFO: man/src/logout.md found
11:24:54 INFO: man/src/logs.md found
11:24:54 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:54 WARN: man/src/manifest/create.md does not exist, skipping
11:24:54 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:54 WARN: man/src/manifest/push.md does not exist, skipping
11:24:54 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:54 WARN: man/src/manifest.md does not exist, skipping
11:24:54 INFO: man/src/network/connect.md found
11:24:54 INFO: man/src/network/create.md found
11:24:54 INFO: man/src/network/disconnect.md found
11:24:54 INFO: man/src/network/inspect.md found
11:24:54 INFO: man/src/network/ls.md found
11:24:54 WARN: man/src/network/prune.md does not exist, skipping
11:24:54 INFO: man/src/network/rm.md found
11:24:54 WARN: man/src/network.md does not exist, skipping
11:24:54 WARN: man/src/node/demote.md does not exist, skipping
11:24:54 WARN: man/src/node/inspect.md does not exist, skipping
11:24:54 WARN: man/src/node/ls.md does not exist, skipping
11:24:54 WARN: man/src/node/promote.md does not exist, skipping
11:24:54 WARN: man/src/node/ps.md does not exist, skipping
11:24:54 WARN: man/src/node/rm.md does not exist, skipping
11:24:54 WARN: man/src/node/update.md does not exist, skipping
11:24:54 WARN: man/src/node.md does not exist, skipping
11:24:54 INFO: man/src/pause.md found
11:24:54 WARN: man/src/plugin/create.md does not exist, skipping
11:24:54 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:54 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:54 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:54 WARN: man/src/plugin/install.md does not exist, skipping
11:24:54 INFO: man/src/plugin/ls.md found
11:24:54 WARN: man/src/plugin/push.md does not exist, skipping
11:24:54 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:54 WARN: man/src/plugin/set.md does not exist, skipping
11:24:54 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:54 WARN: man/src/plugin.md does not exist, skipping
11:24:54 INFO: man/src/port.md found
11:24:54 INFO: man/src/ps.md found
11:24:54 INFO: man/src/pull.md found
11:24:54 INFO: man/src/push.md found
11:24:54 INFO: man/src/rename.md found
11:24:54 INFO: man/src/restart.md found
11:24:54 INFO: man/src/rm.md found
11:24:54 INFO: man/src/rmi.md found
11:24:54 WARN: man/src/run.md does not exist, skipping
11:24:54 INFO: man/src/save.md found
11:24:54 INFO: man/src/search.md found
11:24:54 WARN: man/src/secret/create.md does not exist, skipping
11:24:54 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:54 WARN: man/src/secret/ls.md does not exist, skipping
11:24:54 WARN: man/src/secret/rm.md does not exist, skipping
11:24:54 WARN: man/src/secret.md does not exist, skipping
11:24:54 WARN: man/src/service/create.md does not exist, skipping
11:24:54 WARN: man/src/service/inspect.md does not exist, skipping
11:24:54 WARN: man/src/service/logs.md does not exist, skipping
11:24:54 WARN: man/src/service/ls.md does not exist, skipping
11:24:54 WARN: man/src/service/ps.md does not exist, skipping
11:24:54 WARN: man/src/service/rm.md does not exist, skipping
11:24:54 WARN: man/src/service/rollback.md does not exist, skipping
11:24:54 WARN: man/src/service/scale.md does not exist, skipping
11:24:54 WARN: man/src/service/update.md does not exist, skipping
11:24:54 WARN: man/src/service.md does not exist, skipping
11:24:54 WARN: man/src/stack/config.md does not exist, skipping
11:24:54 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:54 WARN: man/src/stack/ls.md does not exist, skipping
11:24:54 WARN: man/src/stack/ps.md does not exist, skipping
11:24:54 WARN: man/src/stack/rm.md does not exist, skipping
11:24:54 WARN: man/src/stack/services.md does not exist, skipping
11:24:54 WARN: man/src/stack.md does not exist, skipping
11:24:54 INFO: man/src/start.md found
11:24:54 INFO: man/src/stats.md found
11:24:54 INFO: man/src/stop.md found
11:24:54 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:54 WARN: man/src/swarm/init.md does not exist, skipping
11:24:54 WARN: man/src/swarm/join.md does not exist, skipping
11:24:54 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:54 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:54 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:54 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:54 WARN: man/src/swarm/update.md does not exist, skipping
11:24:54 WARN: man/src/swarm.md does not exist, skipping
11:24:54 WARN: man/src/system/df.md does not exist, skipping
11:24:54 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:54 INFO: man/src/system/events.md found
11:24:54 INFO: man/src/system/info.md found
11:24:54 WARN: man/src/system/prune.md does not exist, skipping
11:24:54 WARN: man/src/system.md does not exist, skipping
11:24:54 INFO: man/src/tag.md found
11:24:54 INFO: man/src/top.md found
11:24:54 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:54 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:54 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:54 WARN: man/src/trust/key.md does not exist, skipping
11:24:54 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:54 WARN: man/src/trust/sign.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:54 WARN: man/src/trust/signer.md does not exist, skipping
11:24:54 WARN: man/src/trust.md does not exist, skipping
11:24:54 INFO: man/src/unpause.md found
11:24:54 INFO: man/src/update.md found
11:24:54 INFO: man/src/version.md found
11:24:54 INFO: man/src/volume/create.md found
11:24:54 INFO: man/src/volume/inspect.md found
11:24:54 INFO: man/src/volume/ls.md found
11:24:54 WARN: man/src/volume/prune.md does not exist, skipping
11:24:54 WARN: man/src/volume/rm.md does not exist, skipping
11:24:54 WARN: man/src/volume/update.md does not exist, skipping
11:24:54 INFO: man/src/volume.md found
11:24:54 INFO: man/src/wait.md found
11:24:54 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:54 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:54 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:54 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:54 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:54 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:54 make[2]: Leaving directory '/root/build-deb/cli'
11:24:54 # Build buildx plugin
11:24:54 cd /go/src/github.com/docker/buildx \
11:24:54 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:54 && GO111MODULE=on \
11:24:54 	CGO_ENABLED=0 \
11:24:54 		go build \
11:24:54 			-mod=vendor \
11:24:54 			-trimpath \
11:24:54 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:54 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:54 			./cmd/buildx
11:24:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:24:57 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:57 ++ pwd
11:24:57 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:57 Project root: .
11:24:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:57 INFO: man/src/attach.md found
11:24:57 WARN: man/src/build.md does not exist, skipping
11:24:57 WARN: man/src/builder/build.md does not exist, skipping
11:24:57 WARN: man/src/builder/prune.md does not exist, skipping
11:24:57 WARN: man/src/builder.md does not exist, skipping
11:24:57 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:57 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:57 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:57 WARN: man/src/checkpoint.md does not exist, skipping
11:24:57 INFO: man/src/commit.md found
11:24:57 WARN: man/src/config/create.md does not exist, skipping
11:24:57 WARN: man/src/config/inspect.md does not exist, skipping
11:24:57 WARN: man/src/config/ls.md does not exist, skipping
11:24:57 WARN: man/src/config/rm.md does not exist, skipping
11:24:57 WARN: man/src/config.md does not exist, skipping
11:24:57 INFO: man/src/container/attach.md found
11:24:57 INFO: man/src/container/commit.md found
11:24:57 INFO: man/src/container/cp.md found
11:24:57 INFO: man/src/container/create.md found
11:24:57 INFO: man/src/container/diff.md found
11:24:57 INFO: man/src/container/exec.md found
11:24:57 INFO: man/src/container/export.md found
11:24:57 WARN: man/src/container/inspect.md does not exist, skipping
11:24:57 INFO: man/src/container/kill.md found
11:24:57 INFO: man/src/container/logs.md found
11:24:57 INFO: man/src/container/ls.md found
11:24:57 INFO: man/src/container/pause.md found
11:24:57 INFO: man/src/container/port.md found
11:24:57 WARN: man/src/container/prune.md does not exist, skipping
11:24:57 INFO: man/src/container/rename.md found
11:24:57 INFO: man/src/container/restart.md found
11:24:57 INFO: man/src/container/rm.md found
11:24:57 INFO: man/src/container/run.md found
11:24:57 INFO: man/src/container/start.md found
11:24:57 INFO: man/src/container/stats.md found
11:24:57 INFO: man/src/container/stop.md found
11:24:57 INFO: man/src/container/top.md found
11:24:57 INFO: man/src/container/unpause.md found
11:24:57 INFO: man/src/container/update.md found
11:24:57 INFO: man/src/container/wait.md found
11:24:57 WARN: man/src/container.md does not exist, skipping
11:24:57 WARN: man/src/context/create.md does not exist, skipping
11:24:57 WARN: man/src/context/export.md does not exist, skipping
11:24:57 WARN: man/src/context/import.md does not exist, skipping
11:24:57 WARN: man/src/context/inspect.md does not exist, skipping
11:24:57 WARN: man/src/context/ls.md does not exist, skipping
11:24:57 WARN: man/src/context/rm.md does not exist, skipping
11:24:57 WARN: man/src/context/show.md does not exist, skipping
11:24:57 WARN: man/src/context/update.md does not exist, skipping
11:24:57 WARN: man/src/context/use.md does not exist, skipping
11:24:57 WARN: man/src/context.md does not exist, skipping
11:24:57 INFO: man/src/cp.md found
11:24:57 INFO: man/src/create.md found
11:24:57 INFO: man/src/diff.md found
11:24:57 INFO: man/src/events.md found
11:24:57 INFO: man/src/exec.md found
11:24:57 INFO: man/src/export.md found
11:24:57 INFO: man/src/history.md found
11:24:57 INFO: man/src/image/build.md found
11:24:57 INFO: man/src/image/history.md found
11:24:57 INFO: man/src/image/import.md found
11:24:57 WARN: man/src/image/inspect.md does not exist, skipping
11:24:57 INFO: man/src/image/load.md found
11:24:57 INFO: man/src/image/ls.md found
11:24:57 WARN: man/src/image/prune.md does not exist, skipping
11:24:57 INFO: man/src/image/pull.md found
11:24:57 INFO: man/src/image/push.md found
11:24:57 INFO: man/src/image/rm.md found
11:24:57 INFO: man/src/image/save.md found
11:24:57 INFO: man/src/image/tag.md found
11:24:57 WARN: man/src/image.md does not exist, skipping
11:24:57 INFO: man/src/images.md found
11:24:57 INFO: man/src/import.md found
11:24:57 INFO: man/src/info.md found
11:24:57 INFO: man/src/inspect.md found
11:24:57 INFO: man/src/kill.md found
11:24:57 INFO: man/src/load.md found
11:24:57 INFO: man/src/login.md found
11:24:57 INFO: man/src/logout.md found
11:24:57 INFO: man/src/logs.md found
11:24:57 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:57 WARN: man/src/manifest/create.md does not exist, skipping
11:24:57 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:57 WARN: man/src/manifest/push.md does not exist, skipping
11:24:57 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:57 WARN: man/src/manifest.md does not exist, skipping
11:24:57 INFO: man/src/network/connect.md found
11:24:57 INFO: man/src/network/create.md found
11:24:57 INFO: man/src/network/disconnect.md found
11:24:57 INFO: man/src/network/inspect.md found
11:24:57 INFO: man/src/network/ls.md found
11:24:57 WARN: man/src/network/prune.md does not exist, skipping
11:24:57 INFO: man/src/network/rm.md found
11:24:57 WARN: man/src/network.md does not exist, skipping
11:24:57 WARN: man/src/node/demote.md does not exist, skipping
11:24:57 WARN: man/src/node/inspect.md does not exist, skipping
11:24:57 WARN: man/src/node/ls.md does not exist, skipping
11:24:57 WARN: man/src/node/promote.md does not exist, skipping
11:24:57 WARN: man/src/node/ps.md does not exist, skipping
11:24:57 WARN: man/src/node/rm.md does not exist, skipping
11:24:57 WARN: man/src/node/update.md does not exist, skipping
11:24:57 WARN: man/src/node.md does not exist, skipping
11:24:57 INFO: man/src/pause.md found
11:24:57 WARN: man/src/plugin/create.md does not exist, skipping
11:24:57 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:57 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:57 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:57 WARN: man/src/plugin/install.md does not exist, skipping
11:24:57 INFO: man/src/plugin/ls.md found
11:24:57 WARN: man/src/plugin/push.md does not exist, skipping
11:24:57 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:57 WARN: man/src/plugin/set.md does not exist, skipping
11:24:57 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:57 WARN: man/src/plugin.md does not exist, skipping
11:24:57 INFO: man/src/port.md found
11:24:57 INFO: man/src/ps.md found
11:24:57 INFO: man/src/pull.md found
11:24:57 INFO: man/src/push.md found
11:24:57 INFO: man/src/rename.md found
11:24:57 INFO: man/src/restart.md found
11:24:57 INFO: man/src/rm.md found
11:24:57 INFO: man/src/rmi.md found
11:24:57 WARN: man/src/run.md does not exist, skipping
11:24:57 INFO: man/src/save.md found
11:24:57 INFO: man/src/search.md found
11:24:57 WARN: man/src/secret/create.md does not exist, skipping
11:24:57 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:57 WARN: man/src/secret/ls.md does not exist, skipping
11:24:57 WARN: man/src/secret/rm.md does not exist, skipping
11:24:57 WARN: man/src/secret.md does not exist, skipping
11:24:57 WARN: man/src/service/create.md does not exist, skipping
11:24:57 WARN: man/src/service/inspect.md does not exist, skipping
11:24:57 WARN: man/src/service/logs.md does not exist, skipping
11:24:57 WARN: man/src/service/ls.md does not exist, skipping
11:24:57 WARN: man/src/service/ps.md does not exist, skipping
11:24:57 WARN: man/src/service/rm.md does not exist, skipping
11:24:57 WARN: man/src/service/rollback.md does not exist, skipping
11:24:57 WARN: man/src/service/scale.md does not exist, skipping
11:24:57 WARN: man/src/service/update.md does not exist, skipping
11:24:57 WARN: man/src/service.md does not exist, skipping
11:24:57 WARN: man/src/stack/config.md does not exist, skipping
11:24:57 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:57 WARN: man/src/stack/ls.md does not exist, skipping
11:24:57 WARN: man/src/stack/ps.md does not exist, skipping
11:24:57 WARN: man/src/stack/rm.md does not exist, skipping
11:24:57 WARN: man/src/stack/services.md does not exist, skipping
11:24:57 WARN: man/src/stack.md does not exist, skipping
11:24:57 INFO: man/src/start.md found
11:24:57 INFO: man/src/stats.md found
11:24:57 INFO: man/src/stop.md found
11:24:57 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:57 WARN: man/src/swarm/init.md does not exist, skipping
11:24:57 WARN: man/src/swarm/join.md does not exist, skipping
11:24:57 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:57 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:57 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:57 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:57 WARN: man/src/swarm/update.md does not exist, skipping
11:24:57 WARN: man/src/swarm.md does not exist, skipping
11:24:57 WARN: man/src/system/df.md does not exist, skipping
11:24:57 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:57 INFO: man/src/system/events.md found
11:24:57 INFO: man/src/system/info.md found
11:24:57 WARN: man/src/system/prune.md does not exist, skipping
11:24:57 WARN: man/src/system.md does not exist, skipping
11:24:57 INFO: man/src/tag.md found
11:24:57 INFO: man/src/top.md found
11:24:57 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:57 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:57 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:57 WARN: man/src/trust/key.md does not exist, skipping
11:24:57 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:57 WARN: man/src/trust/sign.md does not exist, skipping
11:24:57 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:57 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:57 WARN: man/src/trust/signer.md does not exist, skipping
11:24:57 WARN: man/src/trust.md does not exist, skipping
11:24:57 INFO: man/src/unpause.md found
11:24:57 INFO: man/src/update.md found
11:24:57 INFO: man/src/version.md found
11:24:57 INFO: man/src/volume/create.md found
11:24:57 INFO: man/src/volume/inspect.md found
11:24:57 INFO: man/src/volume/ls.md found
11:24:57 WARN: man/src/volume/prune.md does not exist, skipping
11:24:57 WARN: man/src/volume/rm.md does not exist, skipping
11:24:57 WARN: man/src/volume/update.md does not exist, skipping
11:24:57 INFO: man/src/volume.md found
11:24:57 INFO: man/src/wait.md found
11:24:57 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:57 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:57 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:57 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:57 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:57 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:57 make[2]: Leaving directory '/root/build-deb/cli'
11:24:57 # Build buildx plugin
11:24:57 cd /go/src/github.com/docker/buildx \
11:24:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:57 && GO111MODULE=on \
11:24:57 	CGO_ENABLED=0 \
11:24:57 		go build \
11:24:57 			-mod=vendor \
11:24:57 			-trimpath \
11:24:57 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:57 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:57 			./cmd/buildx
11:24:57 make[2]: Entering directory '/root/build-deb/cli'
11:24:57 scripts/docs/generate-man.sh
11:24:57 + cp -r . /tmp/docker-cli-docsgen.2yHyJLM5jc/
11:24:57 + cd /tmp/docker-cli-docsgen.2yHyJLM5jc
11:24:57 + ./scripts/vendor init
11:24:57 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:24:57 + cp man/tools.go .
11:24:57 + ./scripts/vendor update
11:24:57 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:24:57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:24:57 go: downloading github.com/spf13/cobra v1.6.1
11:24:57 go: downloading github.com/spf13/pflag v1.0.5
11:24:57 go: downloading github.com/docker/docker v23.0.0+incompatible
11:24:58 go: downloading github.com/fvbommel/sortorder v1.0.2
11:24:58 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:24:58 go: downloading github.com/morikuni/aec v1.0.0
11:24:58 go: downloading github.com/pkg/errors v0.9.1
11:24:58 go: downloading github.com/google/go-cmp v0.5.9
11:24:58 go: downloading gotest.tools/v3 v3.4.0
11:24:58 go: downloading golang.org/x/sys v0.4.0
11:24:58 go: downloading github.com/docker/go-units v0.5.0
11:24:58 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:24:58 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:24:58 ++ pwd
11:24:58 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:24:58 Project root: .
11:24:58 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:24:58 INFO: man/src/attach.md found
11:24:58 WARN: man/src/build.md does not exist, skipping
11:24:58 WARN: man/src/builder/build.md does not exist, skipping
11:24:58 WARN: man/src/builder/prune.md does not exist, skipping
11:24:58 WARN: man/src/builder.md does not exist, skipping
11:24:58 WARN: man/src/checkpoint/create.md does not exist, skipping
11:24:58 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:24:58 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:24:58 WARN: man/src/checkpoint.md does not exist, skipping
11:24:58 INFO: man/src/commit.md found
11:24:58 WARN: man/src/config/create.md does not exist, skipping
11:24:58 WARN: man/src/config/inspect.md does not exist, skipping
11:24:58 WARN: man/src/config/ls.md does not exist, skipping
11:24:58 WARN: man/src/config/rm.md does not exist, skipping
11:24:58 WARN: man/src/config.md does not exist, skipping
11:24:58 INFO: man/src/container/attach.md found
11:24:58 INFO: man/src/container/commit.md found
11:24:58 INFO: man/src/container/cp.md found
11:24:58 INFO: man/src/container/create.md found
11:24:58 INFO: man/src/container/diff.md found
11:24:58 INFO: man/src/container/exec.md found
11:24:58 INFO: man/src/container/export.md found
11:24:58 WARN: man/src/container/inspect.md does not exist, skipping
11:24:58 INFO: man/src/container/kill.md found
11:24:58 INFO: man/src/container/logs.md found
11:24:58 INFO: man/src/container/ls.md found
11:24:58 INFO: man/src/container/pause.md found
11:24:58 INFO: man/src/container/port.md found
11:24:58 WARN: man/src/container/prune.md does not exist, skipping
11:24:58 INFO: man/src/container/rename.md found
11:24:58 INFO: man/src/container/restart.md found
11:24:58 INFO: man/src/container/rm.md found
11:24:58 INFO: man/src/container/run.md found
11:24:58 INFO: man/src/container/start.md found
11:24:58 INFO: man/src/container/stats.md found
11:24:58 INFO: man/src/container/stop.md found
11:24:58 INFO: man/src/container/top.md found
11:24:58 INFO: man/src/container/unpause.md found
11:24:58 INFO: man/src/container/update.md found
11:24:58 INFO: man/src/container/wait.md found
11:24:58 WARN: man/src/container.md does not exist, skipping
11:24:58 WARN: man/src/context/create.md does not exist, skipping
11:24:58 WARN: man/src/context/export.md does not exist, skipping
11:24:58 WARN: man/src/context/import.md does not exist, skipping
11:24:58 WARN: man/src/context/inspect.md does not exist, skipping
11:24:58 WARN: man/src/context/ls.md does not exist, skipping
11:24:58 WARN: man/src/context/rm.md does not exist, skipping
11:24:58 WARN: man/src/context/show.md does not exist, skipping
11:24:58 WARN: man/src/context/update.md does not exist, skipping
11:24:58 WARN: man/src/context/use.md does not exist, skipping
11:24:58 WARN: man/src/context.md does not exist, skipping
11:24:58 INFO: man/src/cp.md found
11:24:58 INFO: man/src/create.md found
11:24:58 INFO: man/src/diff.md found
11:24:58 INFO: man/src/events.md found
11:24:58 INFO: man/src/exec.md found
11:24:58 INFO: man/src/export.md found
11:24:58 INFO: man/src/history.md found
11:24:58 INFO: man/src/image/build.md found
11:24:58 INFO: man/src/image/history.md found
11:24:58 INFO: man/src/image/import.md found
11:24:58 WARN: man/src/image/inspect.md does not exist, skipping
11:24:58 INFO: man/src/image/load.md found
11:24:58 INFO: man/src/image/ls.md found
11:24:58 WARN: man/src/image/prune.md does not exist, skipping
11:24:58 INFO: man/src/image/pull.md found
11:24:58 INFO: man/src/image/push.md found
11:24:58 INFO: man/src/image/rm.md found
11:24:58 INFO: man/src/image/save.md found
11:24:58 INFO: man/src/image/tag.md found
11:24:58 WARN: man/src/image.md does not exist, skipping
11:24:58 INFO: man/src/images.md found
11:24:58 INFO: man/src/import.md found
11:24:58 INFO: man/src/info.md found
11:24:58 INFO: man/src/inspect.md found
11:24:58 INFO: man/src/kill.md found
11:24:58 INFO: man/src/load.md found
11:24:58 INFO: man/src/login.md found
11:24:58 INFO: man/src/logout.md found
11:24:58 INFO: man/src/logs.md found
11:24:58 WARN: man/src/manifest/annotate.md does not exist, skipping
11:24:58 WARN: man/src/manifest/create.md does not exist, skipping
11:24:58 WARN: man/src/manifest/inspect.md does not exist, skipping
11:24:58 WARN: man/src/manifest/push.md does not exist, skipping
11:24:58 WARN: man/src/manifest/rm.md does not exist, skipping
11:24:58 WARN: man/src/manifest.md does not exist, skipping
11:24:58 INFO: man/src/network/connect.md found
11:24:58 INFO: man/src/network/create.md found
11:24:58 INFO: man/src/network/disconnect.md found
11:24:58 INFO: man/src/network/inspect.md found
11:24:58 INFO: man/src/network/ls.md found
11:24:58 WARN: man/src/network/prune.md does not exist, skipping
11:24:58 INFO: man/src/network/rm.md found
11:24:58 WARN: man/src/network.md does not exist, skipping
11:24:58 WARN: man/src/node/demote.md does not exist, skipping
11:24:58 WARN: man/src/node/inspect.md does not exist, skipping
11:24:58 WARN: man/src/node/ls.md does not exist, skipping
11:24:58 WARN: man/src/node/promote.md does not exist, skipping
11:24:58 WARN: man/src/node/ps.md does not exist, skipping
11:24:58 WARN: man/src/node/rm.md does not exist, skipping
11:24:58 WARN: man/src/node/update.md does not exist, skipping
11:24:58 WARN: man/src/node.md does not exist, skipping
11:24:58 INFO: man/src/pause.md found
11:24:58 WARN: man/src/plugin/create.md does not exist, skipping
11:24:58 WARN: man/src/plugin/disable.md does not exist, skipping
11:24:58 WARN: man/src/plugin/enable.md does not exist, skipping
11:24:58 WARN: man/src/plugin/inspect.md does not exist, skipping
11:24:58 WARN: man/src/plugin/install.md does not exist, skipping
11:24:58 INFO: man/src/plugin/ls.md found
11:24:58 WARN: man/src/plugin/push.md does not exist, skipping
11:24:58 WARN: man/src/plugin/rm.md does not exist, skipping
11:24:58 WARN: man/src/plugin/set.md does not exist, skipping
11:24:58 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:24:58 WARN: man/src/plugin.md does not exist, skipping
11:24:58 INFO: man/src/port.md found
11:24:58 INFO: man/src/ps.md found
11:24:58 INFO: man/src/pull.md found
11:24:58 INFO: man/src/push.md found
11:24:58 INFO: man/src/rename.md found
11:24:58 INFO: man/src/restart.md found
11:24:58 INFO: man/src/rm.md found
11:24:58 INFO: man/src/rmi.md found
11:24:58 WARN: man/src/run.md does not exist, skipping
11:24:58 INFO: man/src/save.md found
11:24:58 INFO: man/src/search.md found
11:24:58 WARN: man/src/secret/create.md does not exist, skipping
11:24:58 WARN: man/src/secret/inspect.md does not exist, skipping
11:24:58 WARN: man/src/secret/ls.md does not exist, skipping
11:24:58 WARN: man/src/secret/rm.md does not exist, skipping
11:24:58 WARN: man/src/secret.md does not exist, skipping
11:24:58 WARN: man/src/service/create.md does not exist, skipping
11:24:58 WARN: man/src/service/inspect.md does not exist, skipping
11:24:58 WARN: man/src/service/logs.md does not exist, skipping
11:24:58 WARN: man/src/service/ls.md does not exist, skipping
11:24:58 WARN: man/src/service/ps.md does not exist, skipping
11:24:58 WARN: man/src/service/rm.md does not exist, skipping
11:24:58 WARN: man/src/service/rollback.md does not exist, skipping
11:24:58 WARN: man/src/service/scale.md does not exist, skipping
11:24:58 WARN: man/src/service/update.md does not exist, skipping
11:24:58 WARN: man/src/service.md does not exist, skipping
11:24:58 WARN: man/src/stack/config.md does not exist, skipping
11:24:58 WARN: man/src/stack/deploy.md does not exist, skipping
11:24:58 WARN: man/src/stack/ls.md does not exist, skipping
11:24:58 WARN: man/src/stack/ps.md does not exist, skipping
11:24:58 WARN: man/src/stack/rm.md does not exist, skipping
11:24:58 WARN: man/src/stack/services.md does not exist, skipping
11:24:58 WARN: man/src/stack.md does not exist, skipping
11:24:58 INFO: man/src/start.md found
11:24:58 INFO: man/src/stats.md found
11:24:58 INFO: man/src/stop.md found
11:24:58 WARN: man/src/swarm/ca.md does not exist, skipping
11:24:58 WARN: man/src/swarm/init.md does not exist, skipping
11:24:58 WARN: man/src/swarm/join.md does not exist, skipping
11:24:58 WARN: man/src/swarm/join-token.md does not exist, skipping
11:24:58 WARN: man/src/swarm/leave.md does not exist, skipping
11:24:58 WARN: man/src/swarm/unlock.md does not exist, skipping
11:24:58 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:24:58 WARN: man/src/swarm/update.md does not exist, skipping
11:24:58 WARN: man/src/swarm.md does not exist, skipping
11:24:58 WARN: man/src/system/df.md does not exist, skipping
11:24:58 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:24:58 INFO: man/src/system/events.md found
11:24:58 INFO: man/src/system/info.md found
11:24:58 WARN: man/src/system/prune.md does not exist, skipping
11:24:58 WARN: man/src/system.md does not exist, skipping
11:24:58 INFO: man/src/tag.md found
11:24:58 INFO: man/src/top.md found
11:24:58 WARN: man/src/trust/inspect.md does not exist, skipping
11:24:58 WARN: man/src/trust/key/generate.md does not exist, skipping
11:24:58 WARN: man/src/trust/key/load.md does not exist, skipping
11:24:58 WARN: man/src/trust/key.md does not exist, skipping
11:24:58 WARN: man/src/trust/revoke.md does not exist, skipping
11:24:58 WARN: man/src/trust/sign.md does not exist, skipping
11:24:58 WARN: man/src/trust/signer/add.md does not exist, skipping
11:24:58 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:24:58 WARN: man/src/trust/signer.md does not exist, skipping
11:24:58 WARN: man/src/trust.md does not exist, skipping
11:24:58 INFO: man/src/unpause.md found
11:24:58 INFO: man/src/update.md found
11:24:58 INFO: man/src/version.md found
11:24:58 INFO: man/src/volume/create.md found
11:24:58 INFO: man/src/volume/inspect.md found
11:24:58 INFO: man/src/volume/ls.md found
11:24:58 WARN: man/src/volume/prune.md does not exist, skipping
11:24:58 WARN: man/src/volume/rm.md does not exist, skipping
11:24:58 WARN: man/src/volume/update.md does not exist, skipping
11:24:58 INFO: man/src/volume.md found
11:24:58 INFO: man/src/wait.md found
11:24:58 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:24:58 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:24:58 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:24:58 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:24:58 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:24:58 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:24:58 make[2]: Leaving directory '/root/build-deb/cli'
11:24:58 # Build buildx plugin
11:24:58 cd /go/src/github.com/docker/buildx \
11:24:58 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:24:58 && GO111MODULE=on \
11:24:58 	CGO_ENABLED=0 \
11:24:58 		go build \
11:24:58 			-mod=vendor \
11:24:58 			-trimpath \
11:24:58 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:24:58 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:24:58 			./cmd/buildx
11:24:58 #46 228.1 + bin/containerd-stress
11:24:58 go: downloading github.com/docker/go-connections v0.4.0
11:24:58 go: downloading github.com/moby/sys/sequential v0.5.0
11:24:58 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:24:58 go: downloading golang.org/x/text v0.6.0
11:24:59 go: downloading github.com/containerd/containerd v1.6.16
11:24:59 go: downloading github.com/moby/sys/signal v0.7.0
11:24:59 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:24:59 go: downloading github.com/mattn/go-runewidth v0.0.13
11:24:59 go: downloading github.com/moby/buildkit v0.10.6
11:24:59 #46 230.6 + bin/containerd-shim
11:25:00 go: downloading github.com/moby/patternmatcher v0.5.0
11:25:00 go: downloading github.com/opencontainers/go-digest v1.0.0
11:25:00 go: downloading github.com/gogo/protobuf v1.3.2
11:25:00 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:25:00 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:25:00 go: downloading gopkg.in/yaml.v2 v2.4.0
11:25:00 go: downloading golang.org/x/term v0.4.0
11:25:00 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:25:00 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:25:00 go: downloading github.com/imdario/mergo v0.3.12
11:25:00 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:25:00 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:25:00 go: downloading github.com/creack/pty v1.1.11
11:25:00 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:25:01 #46 232.0 + bin/containerd-shim-runc-v1
11:25:01 Created binary: bundles/dynbinary-daemon/dockerd
11:25:01 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
11:25:01 Created binary: bundles/dynbinary-daemon/docker-proxy
11:25:01 
11:25:01 + popd
11:25:01 ~/rpmbuild/BUILD/src
11:25:01 + exit 0
11:25:01 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rSt43D
11:25:01 + umask 022
11:25:01 + cd /root/rpmbuild/BUILD
11:25:01 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64 '!=' / ']'
11:25:01 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:01 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:01 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:01 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:01 + cd src
11:25:01 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:25:01 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/dockerd
11:25:01 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
11:25:01 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/docker-proxy
11:25:01 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/docker-init
11:25:01 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/lib/systemd/system/docker.service
11:25:01 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/lib/systemd/system/docker.socket
11:25:01 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64/etc/docker
11:25:01 + /usr/lib/rpm/check-buildroot
11:25:01 + /usr/lib/rpm/redhat/brp-compress
11:25:01 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:25:01 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:01 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:25:01 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:25:01 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:01 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:25:01 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yWtjZ2
11:25:01 + umask 022
11:25:01 + cd /root/rpmbuild/BUILD
11:25:01 + cd src
11:25:01 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:25:01 + ver='Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:25:01 + test 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532' = 'Docker version 0.0.0-20230309110843-71615c2, build 31a9532'
11:25:01 + echo 'PASS: daemon version OK'
11:25:01 PASS: daemon version OK
11:25:01 + exit 0
11:25:01 Processing files: docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:01 Provides: docker-ce = 3:0.0.0~20230309110843.71615c2-0.el7 docker-ce(x86-64) = 3:0.0.0~20230309110843.71615c2-0.el7
11:25:01 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:01 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:01 Requires(post): /bin/sh
11:25:01 Requires(preun): /bin/sh
11:25:01 Requires(postun): /bin/sh
11:25:01 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)
11:25:01 Conflicts: docker docker-io docker-engine-cs docker-ee
11:25:01 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
11:25:01 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:01 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:25:01 go: downloading gopkg.in/yaml.v3 v3.0.1
11:25:01 go: downloading github.com/stretchr/testify v1.8.0
11:25:01 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:25:01 go: downloading github.com/klauspost/compress v1.15.12
11:25:01 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:25:02 go: downloading github.com/containerd/continuity v0.3.0
11:25:02 go: downloading github.com/rivo/uniseg v0.2.0
11:25:02 go: downloading github.com/moby/sys/symlink v0.2.0
11:25:02 go: downloading golang.org/x/time v0.1.0
11:25:02 go: downloading github.com/opencontainers/runc v1.1.3
11:25:02 go: downloading golang.org/x/crypto v0.2.0
11:25:02 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:25:02 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:25:02 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:25:02 go: downloading google.golang.org/grpc v1.48.0
11:25:03 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:25:03 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:25:03 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:25:03 go: downloading github.com/russross/blackfriday v1.6.0
11:25:03 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:25:03 go: downloading github.com/Microsoft/go-winio v0.5.2
11:25:03 go: downloading golang.org/x/net v0.5.0
11:25:03 #46 234.3 + bin/containerd-shim-runc-v2
11:25:04 go: downloading github.com/davecgh/go-spew v1.1.1
11:25:04 go: downloading github.com/pmezard/go-difflib v1.0.0
11:25:04 go: downloading github.com/miekg/pkcs11 v1.1.1
11:25:04 go: downloading github.com/prometheus/client_golang v1.14.0
11:25:04 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:25:04 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:25:04 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:25:04 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:25:04 go: downloading github.com/golang/protobuf v1.5.2
11:25:04 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:25:05 #46 236.1 + binaries
11:25:06 #46 DONE 236.8s
11:25:06 
11:25:06 #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...)
11:25:07 #53 ...
11:25:07 
11:25:07 #57 [all 3/7] COPY --from=containerd    /build/ /
11:25:07 #57 DONE 0.2s
11:25:07 
11:25:07 #58 [all 4/7] COPY --from=rootlesskit   /build/ /
11:25:07 #58 DONE 0.1s
11:25:07 
11:25:07 #59 [all 5/7] COPY --from=containerutil /build/ /
11:25:07 #59 DONE 0.0s
11:25:07 
11:25:07 #60 [all 6/7] COPY --from=vpnkit        /       /
11:25:07 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:25:07 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:25:07 go: downloading github.com/beorn7/perks v1.0.1
11:25:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:25:07 go: downloading github.com/prometheus/client_model v0.3.0
11:25:07 go: downloading github.com/prometheus/common v0.37.0
11:25:07 go: downloading github.com/prometheus/procfs v0.8.0
11:25:07 go: downloading google.golang.org/protobuf v1.28.1
11:25:08 #60 DONE 0.1s
11:25:08 
11:25:08 #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...)
11:25:08 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:25:08 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:25:08 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:25:08 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:25:08 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:25:08 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:25:08 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:25:08 go: downloading k8s.io/klog/v2 v2.80.1
11:25:08 go: downloading github.com/kr/text v0.2.0
11:25:08 go: downloading github.com/docker/go-metrics v0.0.1
11:25:08 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:25:08 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:25:08 go: downloading github.com/BurntSushi/toml v0.3.1
11:25:08 go: downloading github.com/kr/pretty v0.2.1
11:25:08 go: downloading github.com/magiconair/properties v1.5.3
11:25:08 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:25:08 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:25:08 go: downloading github.com/go-logr/logr v1.2.3
11:25:08 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:25:08 + go mod vendor -modfile=vendor.mod
11:25:09 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:09 ++ pwd
11:25:09 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:09 Project root: .
11:25:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:09 INFO: man/src/attach.md found
11:25:09 WARN: man/src/build.md does not exist, skipping
11:25:09 WARN: man/src/builder/build.md does not exist, skipping
11:25:09 WARN: man/src/builder/prune.md does not exist, skipping
11:25:09 WARN: man/src/builder.md does not exist, skipping
11:25:09 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:09 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:09 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:09 WARN: man/src/checkpoint.md does not exist, skipping
11:25:09 INFO: man/src/commit.md found
11:25:09 WARN: man/src/config/create.md does not exist, skipping
11:25:09 WARN: man/src/config/inspect.md does not exist, skipping
11:25:09 WARN: man/src/config/ls.md does not exist, skipping
11:25:09 WARN: man/src/config/rm.md does not exist, skipping
11:25:09 WARN: man/src/config.md does not exist, skipping
11:25:09 INFO: man/src/container/attach.md found
11:25:09 INFO: man/src/container/commit.md found
11:25:09 INFO: man/src/container/cp.md found
11:25:09 INFO: man/src/container/create.md found
11:25:09 INFO: man/src/container/diff.md found
11:25:09 INFO: man/src/container/exec.md found
11:25:09 INFO: man/src/container/export.md found
11:25:09 WARN: man/src/container/inspect.md does not exist, skipping
11:25:09 INFO: man/src/container/kill.md found
11:25:09 INFO: man/src/container/logs.md found
11:25:09 INFO: man/src/container/ls.md found
11:25:09 INFO: man/src/container/pause.md found
11:25:09 INFO: man/src/container/port.md found
11:25:09 WARN: man/src/container/prune.md does not exist, skipping
11:25:09 INFO: man/src/container/rename.md found
11:25:09 INFO: man/src/container/restart.md found
11:25:09 INFO: man/src/container/rm.md found
11:25:09 INFO: man/src/container/run.md found
11:25:09 INFO: man/src/container/start.md found
11:25:09 INFO: man/src/container/stats.md found
11:25:09 INFO: man/src/container/stop.md found
11:25:09 INFO: man/src/container/top.md found
11:25:09 INFO: man/src/container/unpause.md found
11:25:09 INFO: man/src/container/update.md found
11:25:09 INFO: man/src/container/wait.md found
11:25:09 WARN: man/src/container.md does not exist, skipping
11:25:09 WARN: man/src/context/create.md does not exist, skipping
11:25:09 WARN: man/src/context/export.md does not exist, skipping
11:25:09 WARN: man/src/context/import.md does not exist, skipping
11:25:09 WARN: man/src/context/inspect.md does not exist, skipping
11:25:09 WARN: man/src/context/ls.md does not exist, skipping
11:25:09 WARN: man/src/context/rm.md does not exist, skipping
11:25:09 WARN: man/src/context/show.md does not exist, skipping
11:25:09 WARN: man/src/context/update.md does not exist, skipping
11:25:09 WARN: man/src/context/use.md does not exist, skipping
11:25:09 WARN: man/src/context.md does not exist, skipping
11:25:09 INFO: man/src/cp.md found
11:25:09 INFO: man/src/create.md found
11:25:09 INFO: man/src/diff.md found
11:25:09 INFO: man/src/events.md found
11:25:09 INFO: man/src/exec.md found
11:25:09 INFO: man/src/export.md found
11:25:09 INFO: man/src/history.md found
11:25:09 INFO: man/src/image/build.md found
11:25:09 INFO: man/src/image/history.md found
11:25:09 INFO: man/src/image/import.md found
11:25:09 WARN: man/src/image/inspect.md does not exist, skipping
11:25:09 INFO: man/src/image/load.md found
11:25:09 INFO: man/src/image/ls.md found
11:25:09 WARN: man/src/image/prune.md does not exist, skipping
11:25:09 INFO: man/src/image/pull.md found
11:25:09 INFO: man/src/image/push.md found
11:25:09 INFO: man/src/image/rm.md found
11:25:09 INFO: man/src/image/save.md found
11:25:09 INFO: man/src/image/tag.md found
11:25:09 WARN: man/src/image.md does not exist, skipping
11:25:09 INFO: man/src/images.md found
11:25:09 INFO: man/src/import.md found
11:25:09 INFO: man/src/info.md found
11:25:09 INFO: man/src/inspect.md found
11:25:09 INFO: man/src/kill.md found
11:25:09 INFO: man/src/load.md found
11:25:09 INFO: man/src/login.md found
11:25:09 INFO: man/src/logout.md found
11:25:09 INFO: man/src/logs.md found
11:25:09 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:09 WARN: man/src/manifest/create.md does not exist, skipping
11:25:09 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:09 WARN: man/src/manifest/push.md does not exist, skipping
11:25:09 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:09 WARN: man/src/manifest.md does not exist, skipping
11:25:09 INFO: man/src/network/connect.md found
11:25:09 INFO: man/src/network/create.md found
11:25:09 INFO: man/src/network/disconnect.md found
11:25:09 INFO: man/src/network/inspect.md found
11:25:09 INFO: man/src/network/ls.md found
11:25:09 WARN: man/src/network/prune.md does not exist, skipping
11:25:09 INFO: man/src/network/rm.md found
11:25:09 WARN: man/src/network.md does not exist, skipping
11:25:09 WARN: man/src/node/demote.md does not exist, skipping
11:25:09 WARN: man/src/node/inspect.md does not exist, skipping
11:25:09 WARN: man/src/node/ls.md does not exist, skipping
11:25:09 WARN: man/src/node/promote.md does not exist, skipping
11:25:09 WARN: man/src/node/ps.md does not exist, skipping
11:25:09 WARN: man/src/node/rm.md does not exist, skipping
11:25:09 WARN: man/src/node/update.md does not exist, skipping
11:25:09 WARN: man/src/node.md does not exist, skipping
11:25:09 INFO: man/src/pause.md found
11:25:09 WARN: man/src/plugin/create.md does not exist, skipping
11:25:09 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:09 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:09 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:09 WARN: man/src/plugin/install.md does not exist, skipping
11:25:09 INFO: man/src/plugin/ls.md found
11:25:09 WARN: man/src/plugin/push.md does not exist, skipping
11:25:09 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:09 WARN: man/src/plugin/set.md does not exist, skipping
11:25:09 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:09 WARN: man/src/plugin.md does not exist, skipping
11:25:09 INFO: man/src/port.md found
11:25:09 INFO: man/src/ps.md found
11:25:09 INFO: man/src/pull.md found
11:25:09 INFO: man/src/push.md found
11:25:09 INFO: man/src/rename.md found
11:25:09 INFO: man/src/restart.md found
11:25:09 INFO: man/src/rm.md found
11:25:09 INFO: man/src/rmi.md found
11:25:09 WARN: man/src/run.md does not exist, skipping
11:25:09 INFO: man/src/save.md found
11:25:09 INFO: man/src/search.md found
11:25:09 WARN: man/src/secret/create.md does not exist, skipping
11:25:09 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:09 WARN: man/src/secret/ls.md does not exist, skipping
11:25:09 WARN: man/src/secret/rm.md does not exist, skipping
11:25:09 WARN: man/src/secret.md does not exist, skipping
11:25:09 WARN: man/src/service/create.md does not exist, skipping
11:25:09 WARN: man/src/service/inspect.md does not exist, skipping
11:25:09 WARN: man/src/service/logs.md does not exist, skipping
11:25:09 WARN: man/src/service/ls.md does not exist, skipping
11:25:09 WARN: man/src/service/ps.md does not exist, skipping
11:25:09 WARN: man/src/service/rm.md does not exist, skipping
11:25:09 WARN: man/src/service/rollback.md does not exist, skipping
11:25:09 WARN: man/src/service/scale.md does not exist, skipping
11:25:09 WARN: man/src/service/update.md does not exist, skipping
11:25:09 WARN: man/src/service.md does not exist, skipping
11:25:09 WARN: man/src/stack/config.md does not exist, skipping
11:25:09 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:09 WARN: man/src/stack/ls.md does not exist, skipping
11:25:09 WARN: man/src/stack/ps.md does not exist, skipping
11:25:09 WARN: man/src/stack/rm.md does not exist, skipping
11:25:09 WARN: man/src/stack/services.md does not exist, skipping
11:25:09 WARN: man/src/stack.md does not exist, skipping
11:25:09 INFO: man/src/start.md found
11:25:09 INFO: man/src/stats.md found
11:25:09 INFO: man/src/stop.md found
11:25:09 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:09 WARN: man/src/swarm/init.md does not exist, skipping
11:25:09 WARN: man/src/swarm/join.md does not exist, skipping
11:25:09 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:09 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:09 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:09 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:09 WARN: man/src/swarm/update.md does not exist, skipping
11:25:09 WARN: man/src/swarm.md does not exist, skipping
11:25:09 WARN: man/src/system/df.md does not exist, skipping
11:25:09 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:09 INFO: man/src/system/events.md found
11:25:09 INFO: man/src/system/info.md found
11:25:09 WARN: man/src/system/prune.md does not exist, skipping
11:25:09 WARN: man/src/system.md does not exist, skipping
11:25:09 INFO: man/src/tag.md found
11:25:09 INFO: man/src/top.md found
11:25:09 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:09 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:09 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:09 WARN: man/src/trust/key.md does not exist, skipping
11:25:09 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:09 WARN: man/src/trust/sign.md does not exist, skipping
11:25:09 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:09 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:09 WARN: man/src/trust/signer.md does not exist, skipping
11:25:09 WARN: man/src/trust.md does not exist, skipping
11:25:09 INFO: man/src/unpause.md found
11:25:09 INFO: man/src/update.md found
11:25:09 INFO: man/src/version.md found
11:25:09 INFO: man/src/volume/create.md found
11:25:09 INFO: man/src/volume/inspect.md found
11:25:09 INFO: man/src/volume/ls.md found
11:25:09 WARN: man/src/volume/prune.md does not exist, skipping
11:25:09 WARN: man/src/volume/rm.md does not exist, skipping
11:25:09 WARN: man/src/volume/update.md does not exist, skipping
11:25:09 INFO: man/src/volume.md found
11:25:09 INFO: man/src/wait.md found
11:25:09 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:09 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:09 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:09 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:09 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:09 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:09 + popd
11:25:09 ~/rpmbuild/BUILD/src
11:25:09 + RPM_EC=0
11:25:09 ++ jobs -p
11:25:09 + exit 0
11:25:09 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xVqNFE
11:25:09 + umask 022
11:25:09 + cd /root/rpmbuild/BUILD
11:25:09 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64 '!=' / ']'
11:25:09 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:09 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:09 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:09 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:09 + 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'
11:25:09 + export CFLAGS
11:25:09 + 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'
11:25:09 + export CXXFLAGS
11:25:09 + 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'
11:25:09 + export FFLAGS
11:25:09 + 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'
11:25:09 + export FCFLAGS
11:25:09 + 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'
11:25:09 + export LDFLAGS
11:25:09 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:09 + export LT_SYS_LIBRARY_PATH
11:25:09 + CC=gcc
11:25:09 + export CC
11:25:09 + CXX=g++
11:25:09 + export CXX
11:25:09 + cd src
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin
11:25:09 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/bash-completion/completions
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/zsh/vendor-completions
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/fish/vendor_completions.d
11:25:09 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/bash-completion/completions/docker
11:25:09 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/zsh/vendor-completions/_docker
11:25:09 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man1
11:25:09 + 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~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man1
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man5
11:25:09 + 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~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man5
11:25:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man8
11:25:09 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/man/man8
11:25:09 + mkdir -p build-docs
11:25:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:09 + cp cli/LICENSE build-docs/LICENSE
11:25:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:09 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:25:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:09 + cp cli/NOTICE build-docs/NOTICE
11:25:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:09 + cp cli/README.md build-docs/README.md
11:25:09 + /usr/lib/rpm/check-buildroot
11:25:09 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:09 + /usr/lib/rpm/brp-compress
11:25:09 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:09 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:09 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:09 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:09 + /usr/lib/rpm/check-rpaths
11:25:09 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:09 + /usr/lib/rpm/brp-remove-la-files
11:25:09 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:09 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:09 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DRIYLr
11:25:09 + umask 022
11:25:09 + cd /root/rpmbuild/BUILD
11:25:09 + 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'
11:25:09 + export CFLAGS
11:25:09 + 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'
11:25:09 + export CXXFLAGS
11:25:09 + 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'
11:25:09 + export FFLAGS
11:25:09 + 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'
11:25:09 + export FCFLAGS
11:25:09 + 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'
11:25:09 + export LDFLAGS
11:25:09 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:09 + export LT_SYS_LIBRARY_PATH
11:25:09 + CC=gcc
11:25:09 + export CC
11:25:09 + CXX=g++
11:25:09 + export CXX
11:25:09 + cd src
11:25:09 ++ cli/build/docker --version
11:25:09 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:09 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:09 + echo 'PASS: cli version OK'
11:25:09 PASS: cli version OK
11:25:09 + RPM_EC=0
11:25:09 ++ jobs -p
11:25:09 + exit 0
11:25:09 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:09 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5cK2II
11:25:09 + umask 022
11:25:09 + cd /root/rpmbuild/BUILD
11:25:09 + cd src
11:25:09 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + export LC_ALL=C
11:25:09 + LC_ALL=C
11:25:09 + export DOCDIR
11:25:09 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/share/doc/docker-ce-cli
11:25:09 + RPM_EC=0
11:25:09 ++ jobs -p
11:25:09 + exit 0
11:25:09 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.fc37 docker-ce-cli(x86-64) = 1:0.0.0~20230309110843.71615c2-0.fc37
11:25:09 Requires(interp): /bin/sh
11:25:09 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:09 Requires(post): /bin/sh
11:25:09 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)
11:25:09 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:25:09 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
11:25:09 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:09 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:25:09 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:25:10 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:11 ++ pwd
11:25:11 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:11 Project root: .
11:25:11 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:11 INFO: man/src/attach.md found
11:25:11 WARN: man/src/build.md does not exist, skipping
11:25:11 WARN: man/src/builder/build.md does not exist, skipping
11:25:11 WARN: man/src/builder/prune.md does not exist, skipping
11:25:11 WARN: man/src/builder.md does not exist, skipping
11:25:11 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:11 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:11 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:11 WARN: man/src/checkpoint.md does not exist, skipping
11:25:11 INFO: man/src/commit.md found
11:25:11 WARN: man/src/config/create.md does not exist, skipping
11:25:11 WARN: man/src/config/inspect.md does not exist, skipping
11:25:11 WARN: man/src/config/ls.md does not exist, skipping
11:25:11 WARN: man/src/config/rm.md does not exist, skipping
11:25:11 WARN: man/src/config.md does not exist, skipping
11:25:11 INFO: man/src/container/attach.md found
11:25:11 INFO: man/src/container/commit.md found
11:25:11 INFO: man/src/container/cp.md found
11:25:11 INFO: man/src/container/create.md found
11:25:11 INFO: man/src/container/diff.md found
11:25:11 INFO: man/src/container/exec.md found
11:25:11 INFO: man/src/container/export.md found
11:25:11 WARN: man/src/container/inspect.md does not exist, skipping
11:25:11 INFO: man/src/container/kill.md found
11:25:11 INFO: man/src/container/logs.md found
11:25:11 INFO: man/src/container/ls.md found
11:25:11 INFO: man/src/container/pause.md found
11:25:11 INFO: man/src/container/port.md found
11:25:11 WARN: man/src/container/prune.md does not exist, skipping
11:25:11 INFO: man/src/container/rename.md found
11:25:11 INFO: man/src/container/restart.md found
11:25:11 INFO: man/src/container/rm.md found
11:25:11 INFO: man/src/container/run.md found
11:25:11 INFO: man/src/container/start.md found
11:25:11 INFO: man/src/container/stats.md found
11:25:11 INFO: man/src/container/stop.md found
11:25:11 INFO: man/src/container/top.md found
11:25:11 INFO: man/src/container/unpause.md found
11:25:11 INFO: man/src/container/update.md found
11:25:11 INFO: man/src/container/wait.md found
11:25:11 WARN: man/src/container.md does not exist, skipping
11:25:11 WARN: man/src/context/create.md does not exist, skipping
11:25:11 WARN: man/src/context/export.md does not exist, skipping
11:25:11 WARN: man/src/context/import.md does not exist, skipping
11:25:11 WARN: man/src/context/inspect.md does not exist, skipping
11:25:11 WARN: man/src/context/ls.md does not exist, skipping
11:25:11 WARN: man/src/context/rm.md does not exist, skipping
11:25:11 WARN: man/src/context/show.md does not exist, skipping
11:25:11 WARN: man/src/context/update.md does not exist, skipping
11:25:11 WARN: man/src/context/use.md does not exist, skipping
11:25:11 WARN: man/src/context.md does not exist, skipping
11:25:11 INFO: man/src/cp.md found
11:25:11 INFO: man/src/create.md found
11:25:11 INFO: man/src/diff.md found
11:25:11 INFO: man/src/events.md found
11:25:11 INFO: man/src/exec.md found
11:25:11 INFO: man/src/export.md found
11:25:11 INFO: man/src/history.md found
11:25:11 INFO: man/src/image/build.md found
11:25:11 INFO: man/src/image/history.md found
11:25:11 INFO: man/src/image/import.md found
11:25:11 WARN: man/src/image/inspect.md does not exist, skipping
11:25:11 INFO: man/src/image/load.md found
11:25:11 INFO: man/src/image/ls.md found
11:25:11 WARN: man/src/image/prune.md does not exist, skipping
11:25:11 INFO: man/src/image/pull.md found
11:25:11 INFO: man/src/image/push.md found
11:25:11 INFO: man/src/image/rm.md found
11:25:11 INFO: man/src/image/save.md found
11:25:11 INFO: man/src/image/tag.md found
11:25:11 WARN: man/src/image.md does not exist, skipping
11:25:11 INFO: man/src/images.md found
11:25:11 INFO: man/src/import.md found
11:25:11 INFO: man/src/info.md found
11:25:11 INFO: man/src/inspect.md found
11:25:11 INFO: man/src/kill.md found
11:25:11 INFO: man/src/load.md found
11:25:11 INFO: man/src/login.md found
11:25:11 INFO: man/src/logout.md found
11:25:11 INFO: man/src/logs.md found
11:25:11 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:11 WARN: man/src/manifest/create.md does not exist, skipping
11:25:11 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:11 WARN: man/src/manifest/push.md does not exist, skipping
11:25:11 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:11 WARN: man/src/manifest.md does not exist, skipping
11:25:11 INFO: man/src/network/connect.md found
11:25:11 INFO: man/src/network/create.md found
11:25:11 INFO: man/src/network/disconnect.md found
11:25:11 INFO: man/src/network/inspect.md found
11:25:11 INFO: man/src/network/ls.md found
11:25:11 WARN: man/src/network/prune.md does not exist, skipping
11:25:11 INFO: man/src/network/rm.md found
11:25:11 WARN: man/src/network.md does not exist, skipping
11:25:11 WARN: man/src/node/demote.md does not exist, skipping
11:25:11 WARN: man/src/node/inspect.md does not exist, skipping
11:25:11 WARN: man/src/node/ls.md does not exist, skipping
11:25:11 WARN: man/src/node/promote.md does not exist, skipping
11:25:11 WARN: man/src/node/ps.md does not exist, skipping
11:25:11 WARN: man/src/node/rm.md does not exist, skipping
11:25:11 WARN: man/src/node/update.md does not exist, skipping
11:25:11 WARN: man/src/node.md does not exist, skipping
11:25:11 INFO: man/src/pause.md found
11:25:11 WARN: man/src/plugin/create.md does not exist, skipping
11:25:11 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:11 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:11 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:11 WARN: man/src/plugin/install.md does not exist, skipping
11:25:11 INFO: man/src/plugin/ls.md found
11:25:11 WARN: man/src/plugin/push.md does not exist, skipping
11:25:11 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:11 WARN: man/src/plugin/set.md does not exist, skipping
11:25:11 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:11 WARN: man/src/plugin.md does not exist, skipping
11:25:11 INFO: man/src/port.md found
11:25:11 INFO: man/src/ps.md found
11:25:11 INFO: man/src/pull.md found
11:25:11 INFO: man/src/push.md found
11:25:11 INFO: man/src/rename.md found
11:25:11 INFO: man/src/restart.md found
11:25:11 INFO: man/src/rm.md found
11:25:11 INFO: man/src/rmi.md found
11:25:11 WARN: man/src/run.md does not exist, skipping
11:25:11 INFO: man/src/save.md found
11:25:11 INFO: man/src/search.md found
11:25:11 WARN: man/src/secret/create.md does not exist, skipping
11:25:11 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:11 WARN: man/src/secret/ls.md does not exist, skipping
11:25:11 WARN: man/src/secret/rm.md does not exist, skipping
11:25:11 WARN: man/src/secret.md does not exist, skipping
11:25:11 WARN: man/src/service/create.md does not exist, skipping
11:25:11 WARN: man/src/service/inspect.md does not exist, skipping
11:25:11 WARN: man/src/service/logs.md does not exist, skipping
11:25:11 WARN: man/src/service/ls.md does not exist, skipping
11:25:11 WARN: man/src/service/ps.md does not exist, skipping
11:25:11 WARN: man/src/service/rm.md does not exist, skipping
11:25:11 WARN: man/src/service/rollback.md does not exist, skipping
11:25:11 WARN: man/src/service/scale.md does not exist, skipping
11:25:11 WARN: man/src/service/update.md does not exist, skipping
11:25:11 WARN: man/src/service.md does not exist, skipping
11:25:11 WARN: man/src/stack/config.md does not exist, skipping
11:25:11 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:11 WARN: man/src/stack/ls.md does not exist, skipping
11:25:11 WARN: man/src/stack/ps.md does not exist, skipping
11:25:11 WARN: man/src/stack/rm.md does not exist, skipping
11:25:11 WARN: man/src/stack/services.md does not exist, skipping
11:25:11 WARN: man/src/stack.md does not exist, skipping
11:25:11 INFO: man/src/start.md found
11:25:11 INFO: man/src/stats.md found
11:25:11 INFO: man/src/stop.md found
11:25:11 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:11 WARN: man/src/swarm/init.md does not exist, skipping
11:25:11 WARN: man/src/swarm/join.md does not exist, skipping
11:25:11 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:11 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:11 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:11 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:11 WARN: man/src/swarm/update.md does not exist, skipping
11:25:11 WARN: man/src/swarm.md does not exist, skipping
11:25:11 WARN: man/src/system/df.md does not exist, skipping
11:25:11 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:11 INFO: man/src/system/events.md found
11:25:11 INFO: man/src/system/info.md found
11:25:11 WARN: man/src/system/prune.md does not exist, skipping
11:25:11 WARN: man/src/system.md does not exist, skipping
11:25:11 INFO: man/src/tag.md found
11:25:11 INFO: man/src/top.md found
11:25:11 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:11 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:11 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:11 WARN: man/src/trust/key.md does not exist, skipping
11:25:11 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:11 WARN: man/src/trust/sign.md does not exist, skipping
11:25:11 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:11 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:11 WARN: man/src/trust/signer.md does not exist, skipping
11:25:11 WARN: man/src/trust.md does not exist, skipping
11:25:11 INFO: man/src/unpause.md found
11:25:11 INFO: man/src/update.md found
11:25:11 INFO: man/src/version.md found
11:25:11 INFO: man/src/volume/create.md found
11:25:11 INFO: man/src/volume/inspect.md found
11:25:11 INFO: man/src/volume/ls.md found
11:25:11 WARN: man/src/volume/prune.md does not exist, skipping
11:25:11 WARN: man/src/volume/rm.md does not exist, skipping
11:25:11 WARN: man/src/volume/update.md does not exist, skipping
11:25:11 INFO: man/src/volume.md found
11:25:11 INFO: man/src/wait.md found
11:25:11 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:11 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:11 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:11 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:11 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:11 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:11 ~/rpmbuild/BUILD/src
11:25:11 + popd
11:25:11 + RPM_EC=0
11:25:11 ++ jobs -p
11:25:11 + exit 0
11:25:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YbERuC
11:25:11 + umask 022
11:25:11 + cd /root/rpmbuild/BUILD
11:25:11 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64 '!=' / ']'
11:25:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:11 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:11 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:11 + cd src
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin
11:25:11 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/docker
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/bash-completion/completions
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/zsh/vendor-completions
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/fish/vendor_completions.d
11:25:11 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/bash-completion/completions/docker
11:25:11 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker
11:25:11 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man1
11:25:11 + 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~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man1
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man5
11:25:11 + 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~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man5
11:25:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man8
11:25:11 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/man/man8
11:25:11 + mkdir -p build-docs
11:25:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:11 + cp cli/LICENSE build-docs/LICENSE
11:25:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:11 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:25:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:11 + cp cli/NOTICE build-docs/NOTICE
11:25:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:11 + cp cli/README.md build-docs/README.md
11:25:11 + /usr/lib/rpm/check-buildroot
11:25:11 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:11 + /usr/lib/rpm/brp-compress
11:25:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:11 + /usr/lib/rpm/brp-python-hardlink
11:25:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Po1CyE
11:25:11 + umask 022
11:25:11 + cd /root/rpmbuild/BUILD
11:25:11 + cd src
11:25:11 ++ cli/build/docker --version
11:25:11 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:11 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:11 + echo 'PASS: cli version OK'
11:25:11 PASS: cli version OK
11:25:11 + RPM_EC=0
11:25:11 ++ jobs -p
11:25:11 + exit 0
11:25:11 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ybxy4b
11:25:11 + umask 022
11:25:11 + cd /root/rpmbuild/BUILD
11:25:11 + cd src
11:25:11 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + export LC_ALL=C
11:25:11 + LC_ALL=C
11:25:11 + export DOCDIR
11:25:11 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:25:11 + RPM_EC=0
11:25:11 ++ jobs -p
11:25:11 + exit 0
11:25:12 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el9 docker-ce-cli(x86-64) = 1:0.0.0~20230309110843.71615c2-0.el9
11:25:12 Requires(interp): /bin/sh
11:25:12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:12 Requires(post): /bin/sh
11:25:12 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)
11:25:12 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:25:12 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
11:25:12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:12 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:25:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:25:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5q8l4Q
11:25:13 + umask 022
11:25:13 + cd /root/rpmbuild/BUILD
11:25:13 + cd src
11:25:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:25:13 + exit 0
11:25:13 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cqfZaM
11:25:13 + umask 022
11:25:13 + cd /root/rpmbuild/BUILD
11:25:13 + cd /root/rpmbuild/BUILD
11:25:13 + rm -rf src
11:25:13 + /usr/bin/mkdir -p src
11:25:13 + cd src
11:25:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:25:13 + /usr/bin/tar -xf -
11:25:13 + STATUS=0
11:25:13 + '[' 0 -ne 0 ']'
11:25:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:25:13 + /usr/bin/tar -xf -
11:25:13 + STATUS=0
11:25:13 + '[' 0 -ne 0 ']'
11:25:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Dq3JzJ
11:25:13 + exit 0
11:25:13 + umask 022
11:25:13 + cd /root/rpmbuild/BUILD
11:25:13 + cd src
11:25:13 + mkdir -p /go/src/github.com/docker
11:25:13 + rm -f /go/src/github.com/docker/cli
11:25:13 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:25:13 + pushd /go/src/github.com/docker/cli
11:25:13 + VERSION=0.0.0-20230309110843-71615c2
11:25:13 + GITCOMMIT=71615c2
11:25:13 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:25:13 + GO_LINKMODE=dynamic
11:25:13 + ./scripts/build/binary
11:25:13 Building dynamic docker-linux-amd64
11:25:13 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=71615c2" -X "github.com/docker/cli/cli/version.BuildTime=2023-03-10T11:25:12Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230309110843-71615c2" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
11:25:16 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:16 ++ pwd
11:25:16 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:16 Project root: .
11:25:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:16 INFO: man/src/attach.md found
11:25:16 WARN: man/src/build.md does not exist, skipping
11:25:16 WARN: man/src/builder/build.md does not exist, skipping
11:25:16 WARN: man/src/builder/prune.md does not exist, skipping
11:25:16 WARN: man/src/builder.md does not exist, skipping
11:25:16 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:16 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:16 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:16 WARN: man/src/checkpoint.md does not exist, skipping
11:25:16 INFO: man/src/commit.md found
11:25:16 WARN: man/src/config/create.md does not exist, skipping
11:25:16 WARN: man/src/config/inspect.md does not exist, skipping
11:25:16 WARN: man/src/config/ls.md does not exist, skipping
11:25:16 WARN: man/src/config/rm.md does not exist, skipping
11:25:16 WARN: man/src/config.md does not exist, skipping
11:25:16 INFO: man/src/container/attach.md found
11:25:16 INFO: man/src/container/commit.md found
11:25:16 INFO: man/src/container/cp.md found
11:25:16 INFO: man/src/container/create.md found
11:25:16 INFO: man/src/container/diff.md found
11:25:16 INFO: man/src/container/exec.md found
11:25:16 INFO: man/src/container/export.md found
11:25:16 WARN: man/src/container/inspect.md does not exist, skipping
11:25:16 INFO: man/src/container/kill.md found
11:25:16 INFO: man/src/container/logs.md found
11:25:16 INFO: man/src/container/ls.md found
11:25:16 INFO: man/src/container/pause.md found
11:25:16 INFO: man/src/container/port.md found
11:25:16 WARN: man/src/container/prune.md does not exist, skipping
11:25:16 INFO: man/src/container/rename.md found
11:25:16 INFO: man/src/container/restart.md found
11:25:16 INFO: man/src/container/rm.md found
11:25:16 INFO: man/src/container/run.md found
11:25:16 INFO: man/src/container/start.md found
11:25:16 INFO: man/src/container/stats.md found
11:25:16 INFO: man/src/container/stop.md found
11:25:16 INFO: man/src/container/top.md found
11:25:16 INFO: man/src/container/unpause.md found
11:25:16 INFO: man/src/container/update.md found
11:25:16 INFO: man/src/container/wait.md found
11:25:16 WARN: man/src/container.md does not exist, skipping
11:25:16 WARN: man/src/context/create.md does not exist, skipping
11:25:16 WARN: man/src/context/export.md does not exist, skipping
11:25:16 WARN: man/src/context/import.md does not exist, skipping
11:25:16 WARN: man/src/context/inspect.md does not exist, skipping
11:25:16 WARN: man/src/context/ls.md does not exist, skipping
11:25:16 WARN: man/src/context/rm.md does not exist, skipping
11:25:16 WARN: man/src/context/show.md does not exist, skipping
11:25:16 WARN: man/src/context/update.md does not exist, skipping
11:25:16 WARN: man/src/context/use.md does not exist, skipping
11:25:16 WARN: man/src/context.md does not exist, skipping
11:25:16 INFO: man/src/cp.md found
11:25:16 INFO: man/src/create.md found
11:25:16 INFO: man/src/diff.md found
11:25:16 INFO: man/src/events.md found
11:25:16 INFO: man/src/exec.md found
11:25:16 INFO: man/src/export.md found
11:25:16 INFO: man/src/history.md found
11:25:16 INFO: man/src/image/build.md found
11:25:16 INFO: man/src/image/history.md found
11:25:16 INFO: man/src/image/import.md found
11:25:16 WARN: man/src/image/inspect.md does not exist, skipping
11:25:16 INFO: man/src/image/load.md found
11:25:16 INFO: man/src/image/ls.md found
11:25:16 WARN: man/src/image/prune.md does not exist, skipping
11:25:16 INFO: man/src/image/pull.md found
11:25:16 INFO: man/src/image/push.md found
11:25:16 INFO: man/src/image/rm.md found
11:25:16 INFO: man/src/image/save.md found
11:25:16 INFO: man/src/image/tag.md found
11:25:16 WARN: man/src/image.md does not exist, skipping
11:25:16 INFO: man/src/images.md found
11:25:16 INFO: man/src/import.md found
11:25:16 INFO: man/src/info.md found
11:25:16 INFO: man/src/inspect.md found
11:25:16 INFO: man/src/kill.md found
11:25:16 INFO: man/src/load.md found
11:25:16 INFO: man/src/login.md found
11:25:16 INFO: man/src/logout.md found
11:25:16 INFO: man/src/logs.md found
11:25:16 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:16 WARN: man/src/manifest/create.md does not exist, skipping
11:25:16 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:16 WARN: man/src/manifest/push.md does not exist, skipping
11:25:16 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:16 WARN: man/src/manifest.md does not exist, skipping
11:25:16 INFO: man/src/network/connect.md found
11:25:16 INFO: man/src/network/create.md found
11:25:16 INFO: man/src/network/disconnect.md found
11:25:16 INFO: man/src/network/inspect.md found
11:25:16 INFO: man/src/network/ls.md found
11:25:16 WARN: man/src/network/prune.md does not exist, skipping
11:25:16 INFO: man/src/network/rm.md found
11:25:16 WARN: man/src/network.md does not exist, skipping
11:25:16 WARN: man/src/node/demote.md does not exist, skipping
11:25:16 WARN: man/src/node/inspect.md does not exist, skipping
11:25:16 WARN: man/src/node/ls.md does not exist, skipping
11:25:16 WARN: man/src/node/promote.md does not exist, skipping
11:25:16 WARN: man/src/node/ps.md does not exist, skipping
11:25:16 WARN: man/src/node/rm.md does not exist, skipping
11:25:16 WARN: man/src/node/update.md does not exist, skipping
11:25:16 WARN: man/src/node.md does not exist, skipping
11:25:16 INFO: man/src/pause.md found
11:25:16 WARN: man/src/plugin/create.md does not exist, skipping
11:25:16 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:16 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:16 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:16 WARN: man/src/plugin/install.md does not exist, skipping
11:25:16 INFO: man/src/plugin/ls.md found
11:25:16 WARN: man/src/plugin/push.md does not exist, skipping
11:25:16 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:16 WARN: man/src/plugin/set.md does not exist, skipping
11:25:16 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:16 WARN: man/src/plugin.md does not exist, skipping
11:25:16 INFO: man/src/port.md found
11:25:16 INFO: man/src/ps.md found
11:25:16 INFO: man/src/pull.md found
11:25:16 INFO: man/src/push.md found
11:25:16 INFO: man/src/rename.md found
11:25:16 INFO: man/src/restart.md found
11:25:16 INFO: man/src/rm.md found
11:25:16 INFO: man/src/rmi.md found
11:25:16 WARN: man/src/run.md does not exist, skipping
11:25:16 INFO: man/src/save.md found
11:25:16 INFO: man/src/search.md found
11:25:16 WARN: man/src/secret/create.md does not exist, skipping
11:25:16 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:16 WARN: man/src/secret/ls.md does not exist, skipping
11:25:16 WARN: man/src/secret/rm.md does not exist, skipping
11:25:16 WARN: man/src/secret.md does not exist, skipping
11:25:16 WARN: man/src/service/create.md does not exist, skipping
11:25:16 WARN: man/src/service/inspect.md does not exist, skipping
11:25:16 WARN: man/src/service/logs.md does not exist, skipping
11:25:16 WARN: man/src/service/ls.md does not exist, skipping
11:25:16 WARN: man/src/service/ps.md does not exist, skipping
11:25:16 WARN: man/src/service/rm.md does not exist, skipping
11:25:16 WARN: man/src/service/rollback.md does not exist, skipping
11:25:16 WARN: man/src/service/scale.md does not exist, skipping
11:25:16 WARN: man/src/service/update.md does not exist, skipping
11:25:16 WARN: man/src/service.md does not exist, skipping
11:25:16 WARN: man/src/stack/config.md does not exist, skipping
11:25:16 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:16 WARN: man/src/stack/ls.md does not exist, skipping
11:25:16 WARN: man/src/stack/ps.md does not exist, skipping
11:25:16 WARN: man/src/stack/rm.md does not exist, skipping
11:25:16 WARN: man/src/stack/services.md does not exist, skipping
11:25:16 WARN: man/src/stack.md does not exist, skipping
11:25:16 INFO: man/src/start.md found
11:25:16 INFO: man/src/stats.md found
11:25:16 INFO: man/src/stop.md found
11:25:16 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:16 WARN: man/src/swarm/init.md does not exist, skipping
11:25:16 WARN: man/src/swarm/join.md does not exist, skipping
11:25:16 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:16 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:16 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:16 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:16 WARN: man/src/swarm/update.md does not exist, skipping
11:25:16 WARN: man/src/swarm.md does not exist, skipping
11:25:16 WARN: man/src/system/df.md does not exist, skipping
11:25:16 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:16 INFO: man/src/system/events.md found
11:25:16 INFO: man/src/system/info.md found
11:25:16 WARN: man/src/system/prune.md does not exist, skipping
11:25:16 WARN: man/src/system.md does not exist, skipping
11:25:16 INFO: man/src/tag.md found
11:25:16 INFO: man/src/top.md found
11:25:16 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:16 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:16 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:16 WARN: man/src/trust/key.md does not exist, skipping
11:25:16 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:16 WARN: man/src/trust/sign.md does not exist, skipping
11:25:16 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:16 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:16 WARN: man/src/trust/signer.md does not exist, skipping
11:25:16 WARN: man/src/trust.md does not exist, skipping
11:25:16 INFO: man/src/unpause.md found
11:25:16 INFO: man/src/update.md found
11:25:16 INFO: man/src/version.md found
11:25:16 INFO: man/src/volume/create.md found
11:25:16 INFO: man/src/volume/inspect.md found
11:25:16 INFO: man/src/volume/ls.md found
11:25:16 WARN: man/src/volume/prune.md does not exist, skipping
11:25:16 WARN: man/src/volume/rm.md does not exist, skipping
11:25:16 WARN: man/src/volume/update.md does not exist, skipping
11:25:16 INFO: man/src/volume.md found
11:25:16 INFO: man/src/wait.md found
11:25:16 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:16 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:16 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:16 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:16 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:16 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:16 + popd
11:25:16 + RPM_EC=0
11:25:16 ~/rpmbuild/BUILD/src
11:25:16 ++ jobs -p
11:25:16 + exit 0
11:25:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mOk5jC
11:25:16 + umask 022
11:25:16 + cd /root/rpmbuild/BUILD
11:25:16 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64 '!=' / ']'
11:25:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:16 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:16 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:16 + export CFLAGS
11:25:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:16 + export CXXFLAGS
11:25:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:16 + export FFLAGS
11:25:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:16 + export FCFLAGS
11:25:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:25:16 + export LDFLAGS
11:25:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:16 + export LT_SYS_LIBRARY_PATH
11:25:16 + CC=gcc
11:25:16 + export CC
11:25:16 + CXX=g++
11:25:16 + export CXX
11:25:16 + cd src
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin
11:25:16 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/bash-completion/completions
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/zsh/vendor-completions
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/fish/vendor_completions.d
11:25:16 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/bash-completion/completions/docker
11:25:16 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
11:25:16 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man1
11:25:16 + 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~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man1
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man5
11:25:16 + 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~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man5
11:25:16 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man8
11:25:16 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/man/man8
11:25:16 + mkdir -p build-docs
11:25:16 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:16 + cp cli/LICENSE build-docs/LICENSE
11:25:16 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:16 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:25:16 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:16 + cp cli/NOTICE build-docs/NOTICE
11:25:16 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:25:16 + cp cli/README.md build-docs/README.md
11:25:16 + /usr/lib/rpm/check-buildroot
11:25:16 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:16 + /usr/lib/rpm/brp-compress
11:25:16 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:16 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:16 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:16 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:16 + /usr/lib/rpm/check-rpaths
11:25:16 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:16 + /usr/lib/rpm/brp-remove-la-files
11:25:16 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:16 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gNAWvU
11:25:16 + umask 022
11:25:16 + cd /root/rpmbuild/BUILD
11:25:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:16 + export CFLAGS
11:25:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:16 + export CXXFLAGS
11:25:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:16 + export FFLAGS
11:25:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:16 + export FCFLAGS
11:25:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:25:16 + export LDFLAGS
11:25:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:16 + export LT_SYS_LIBRARY_PATH
11:25:16 + CC=gcc
11:25:16 + export CC
11:25:16 + CXX=g++
11:25:16 + export CXX
11:25:16 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:25:16 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:25:16 + cd src
11:25:16 ++ cli/build/docker --version
11:25:16 PASS: cli version OK
11:25:16 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:16 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:25:16 + echo 'PASS: cli version OK'
11:25:16 + RPM_EC=0
11:25:16 ++ jobs -p
11:25:16 + exit 0
11:25:16 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:16 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SmaXlT
11:25:16 + umask 022
11:25:16 + cd /root/rpmbuild/BUILD
11:25:16 + cd src
11:25:16 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + export LC_ALL=C
11:25:16 + LC_ALL=C
11:25:16 + export DOCDIR
11:25:16 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/share/doc/docker-ce-cli
11:25:16 + RPM_EC=0
11:25:16 ++ jobs -p
11:25:16 + exit 0
11:25:17 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0~20230309110843.71615c2-0.fc36
11:25:17 Requires(interp): /bin/sh
11:25:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:17 Requires(post): /bin/sh
11:25:17 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)
11:25:17 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:25:17 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
11:25:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:25:21 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:25:21 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.26huai
11:25:21 + umask 022
11:25:21 + cd /root/rpmbuild/BUILD
11:25:21 + cd src
11:25:21 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:21 + RPM_EC=0
11:25:21 ++ jobs -p
11:25:21 + exit 0
11:25:21 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.1DIslA
11:25:21 + umask 022
11:25:21 + cd /root/rpmbuild/BUILD
11:25:21 + rm -rf src src.gemspec
11:25:21 + RPM_EC=0
11:25:21 ++ jobs -p
11:25:21 + exit 0
11:25:21     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:25:21     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:25:21     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:25:21     source_date_epoch_from_changelog set but %changelog is missing
11:25:21     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:25:21     source_date_epoch_from_changelog set but %changelog is missing
11:25:21 
11:25:21 RPM build warnings:
11:25:21 warning: source_date_epoch_from_changelog set but %changelog is missing
11:25:21 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LICVoN
11:25:21 + umask 022
11:25:21 + cd /root/rpmbuild/BUILD
11:25:21 + cd /root/rpmbuild/BUILD
11:25:21 + rm -rf src
11:25:21 + /usr/bin/mkdir -p src
11:25:21 + cd src
11:25:21 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:25:21 + STATUS=0
11:25:21 + '[' 0 -ne 0 ']'
11:25:21 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
11:25:21 + STATUS=0
11:25:21 + '[' 0 -ne 0 ']'
11:25:21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:21 + RPM_EC=0
11:25:21 ++ jobs -p
11:25:21 + exit 0
11:25:21 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KTpAns
11:25:21 + umask 022
11:25:21 + cd /root/rpmbuild/BUILD
11:25:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:21 + export CFLAGS
11:25:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:21 + export CXXFLAGS
11:25:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:21 + export FFLAGS
11:25:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:21 + export FCFLAGS
11:25:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:25:21 + export LDFLAGS
11:25:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:21 + export LT_SYS_LIBRARY_PATH
11:25:21 + CC=gcc
11:25:21 + export CC
11:25:21 + CXX=g++
11:25:21 + export CXX
11:25:21 + cd src
11:25:21 + export DOCKER_GITCOMMIT=31a9532
11:25:21 + DOCKER_GITCOMMIT=31a9532
11:25:21 + mkdir -p /go/src/github.com/docker
11:25:21 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:25:21 + TMP_GOPATH=/go
11:25:21 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:25:21 + RM_GOPATH=0
11:25:21 + TMP_GOPATH=/go
11:25:21 + : /usr/local/bin
11:25:21 + '[' -z /go ']'
11:25:21 + export GOPATH=/go
11:25:21 + GOPATH=/go
11:25:21 + case "$(go env GOARCH)" in
11:25:21 ++ go env GOARCH
11:25:21 + export GO_BUILDMODE=-buildmode=pie
11:25:21 + GO_BUILDMODE=-buildmode=pie
11:25:21 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:25:21 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:25:21 + bin=rootlesskit
11:25:21 + shift
11:25:21 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:25:21 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:25:21 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:21 + install_rootlesskit dynamic
11:25:21 + case "$1" in
11:25:21 + install_rootlesskit_dynamic
11:25:21 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:25:21 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:25:21 + export BUILD_MODE=-buildmode=pie
11:25:21 + BUILD_MODE=-buildmode=pie
11:25:21 + _install_rootlesskit
11:25:21 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:25:21 + for f in rootlesskit rootlesskit-docker-proxy
11:25:21 + GOBIN=/usr/local/bin
11:25:21 + GO111MODULE=on
11:25:21 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:21 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:25:22 go: downloading github.com/urfave/cli/v2 v2.23.5
11:25:22 go: downloading golang.org/x/sys v0.2.0
11:25:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:25:22 go: downloading github.com/google/uuid v1.3.0
11:25:22 go: downloading github.com/moby/vpnkit v0.5.0
11:25:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:25:22 go: downloading github.com/gofrs/flock v0.8.1
11:25:22 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:25:22 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:25:22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:25:22 go: downloading golang.org/x/net v0.1.0
11:25:27 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm
11:25:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9lKDJN
11:25:27 + umask 022
11:25:27 + cd /root/rpmbuild/BUILD
11:25:27 + cd src
11:25:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:27 + RPM_EC=0
11:25:27 ++ jobs -p
11:25:27 + exit 0
11:25:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.a1rQJd
11:25:27 + umask 022
11:25:27 + cd /root/rpmbuild/BUILD
11:25:27 + cd /root/rpmbuild/BUILD
11:25:27 + rm -rf src
11:25:27 + /usr/bin/mkdir -p src
11:25:27 + cd src
11:25:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:25:27 + /usr/bin/tar -xof -
11:25:27 + STATUS=0
11:25:27 + '[' 0 -ne 0 ']'
11:25:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:25:27 + /usr/bin/tar -xof -
11:25:27 + STATUS=0
11:25:27 + '[' 0 -ne 0 ']'
11:25:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:27 + RPM_EC=0
11:25:27 ++ jobs -p
11:25:27 + exit 0
11:25:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oA23sE
11:25:27 + umask 022
11:25:27 + cd /root/rpmbuild/BUILD
11:25:27 + cd src
11:25:27 + export DOCKER_GITCOMMIT=31a9532
11:25:27 + DOCKER_GITCOMMIT=31a9532
11:25:27 + mkdir -p /go/src/github.com/docker
11:25:27 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:25:27 + TMP_GOPATH=/go
11:25:27 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:25:27 + RM_GOPATH=0
11:25:27 + TMP_GOPATH=/go
11:25:27 + : /usr/local/bin
11:25:27 + '[' -z /go ']'
11:25:27 + export GOPATH=/go
11:25:27 + GOPATH=/go
11:25:27 + case "$(go env GOARCH)" in
11:25:27 ++ go env GOARCH
11:25:27 + export GO_BUILDMODE=-buildmode=pie
11:25:27 + GO_BUILDMODE=-buildmode=pie
11:25:27 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:25:27 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:25:27 + bin=rootlesskit
11:25:27 + shift
11:25:27 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:25:27 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:25:27 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:27 + install_rootlesskit dynamic
11:25:27 + case "$1" in
11:25:27 + install_rootlesskit_dynamic
11:25:27 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:25:27 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:25:27 + export BUILD_MODE=-buildmode=pie
11:25:27 + BUILD_MODE=-buildmode=pie
11:25:27 + _install_rootlesskit
11:25:27 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:25:27 + for f in rootlesskit rootlesskit-docker-proxy
11:25:27 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:27 + GOBIN=/usr/local/bin
11:25:27 + GO111MODULE=on
11:25:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:27 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:25:27 go: downloading github.com/urfave/cli/v2 v2.23.5
11:25:27 go: downloading golang.org/x/sys v0.2.0
11:25:27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:25:27 go: downloading github.com/google/uuid v1.3.0
11:25:27 go: downloading github.com/moby/vpnkit v0.5.0
11:25:27 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:25:27 go: downloading github.com/gofrs/flock v0.8.1
11:25:27 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:25:27 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:25:27 # Build the compose plugin
11:25:27 cd /go/src/github.com/docker/compose \
11:25:27 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:25:27 make[2]: Entering directory '/root/build-deb/compose'
11:25:27 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
11:25:27 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:27 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:27 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:27 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:27 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:27 go: downloading github.com/docker/buildx v0.10.2
11:25:27 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:27 go: downloading github.com/moby/buildkit v0.11.2
11:25:27 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:27 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:27 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:27 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:27 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:27 go: downloading golang.org/x/sync v0.1.0
11:25:27 go: downloading github.com/imdario/mergo v0.3.13
11:25:27 go: downloading github.com/containerd/console v1.0.3
11:25:27 go: downloading github.com/buger/goterm v1.0.4
11:25:27 go: downloading github.com/stretchr/testify v1.8.1
11:25:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:27 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:27 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:27 go: downloading google.golang.org/grpc v1.50.1
11:25:27 go: downloading k8s.io/client-go v0.22.4
11:25:27 go: downloading k8s.io/api v0.22.4
11:25:27 go: downloading k8s.io/apimachinery v0.22.4
11:25:27 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:27 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:27 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:27 go: downloading github.com/golang/mock v1.6.0
11:25:27 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:27 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:27 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:27 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:27 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:27 go: downloading golang.org/x/net v0.4.0
11:25:27 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:25:27 go: downloading golang.org/x/net v0.1.0
11:25:28 # Build the compose plugin
11:25:28 cd /go/src/github.com/docker/compose \
11:25:28 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:25:28 make[2]: Entering directory '/root/build-deb/compose'
11:25: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
11:25:28 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:28 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:28 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:28 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:28 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:28 go: downloading github.com/docker/buildx v0.10.2
11:25:28 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:28 go: downloading github.com/moby/buildkit v0.11.2
11:25:28 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:28 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:28 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:28 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:28 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:28 go: downloading golang.org/x/sync v0.1.0
11:25:28 go: downloading github.com/containerd/console v1.0.3
11:25:28 go: downloading github.com/imdario/mergo v0.3.13
11:25:28 go: downloading github.com/buger/goterm v1.0.4
11:25:28 go: downloading github.com/stretchr/testify v1.8.1
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:28 go: downloading google.golang.org/grpc v1.50.1
11:25:28 go: downloading k8s.io/client-go v0.22.4
11:25:28 go: downloading k8s.io/api v0.22.4
11:25:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:28 go: downloading golang.org/x/term v0.3.0
11:25:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:28 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:28 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:28 # Build the compose plugin
11:25:28 cd /go/src/github.com/docker/compose \
11:25:28 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:25:28 make[2]: Entering directory '/root/build-deb/compose'
11:25: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
11:25:28 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:28 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:28 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:28 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:28 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:28 go: downloading github.com/docker/buildx v0.10.2
11:25:28 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:28 go: downloading github.com/moby/buildkit v0.11.2
11:25:28 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:28 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:28 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:28 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:28 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:28 go: downloading golang.org/x/sync v0.1.0
11:25:28 go: downloading github.com/imdario/mergo v0.3.13
11:25:28 go: downloading github.com/containerd/console v1.0.3
11:25:28 go: downloading github.com/stretchr/testify v1.8.1
11:25:28 go: downloading github.com/buger/goterm v1.0.4
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:28 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:28 go: downloading golang.org/x/net v0.4.0
11:25:28 go: downloading golang.org/x/term v0.3.0
11:25:28 go: downloading google.golang.org/grpc v1.50.1
11:25:28 go: downloading k8s.io/client-go v0.22.4
11:25:28 go: downloading k8s.io/api v0.22.4
11:25:28 go: downloading k8s.io/apimachinery v0.22.4
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:28 go: downloading github.com/golang/mock v1.6.0
11:25:28 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:28 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:28 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:28 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:28 go: downloading github.com/go-logr/stdr v1.2.2
11:25:28 go: downloading github.com/containerd/typeurl v1.0.2
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:28 go: downloading github.com/gogo/googleapis v1.4.1
11:25:28 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:28 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:28 go: downloading k8s.io/klog/v2 v2.60.1
11:25:28 go: downloading github.com/google/gofuzz v1.2.0
11:25:28 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:28 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:28 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:28 go: downloading github.com/aws/smithy-go v1.11.2
11:25:28 go: downloading github.com/moby/locker v1.0.1
11:25:28 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:28 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:28 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:28 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:28 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:28 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:28 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:28 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:28 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:28 go: downloading github.com/json-iterator/go v1.1.12
11:25:28 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:28 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:28 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:28 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:28 go: downloading github.com/moby/spdystream v0.2.0
11:25:28 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:28 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:28 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:28 ++ pwd
11:25:28 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:28 Project root: .
11:25:28 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:28 INFO: man/src/attach.md found
11:25:28 WARN: man/src/build.md does not exist, skipping
11:25:28 WARN: man/src/builder/build.md does not exist, skipping
11:25:28 WARN: man/src/builder/prune.md does not exist, skipping
11:25:28 WARN: man/src/builder.md does not exist, skipping
11:25:28 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:28 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:28 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:28 WARN: man/src/checkpoint.md does not exist, skipping
11:25:28 INFO: man/src/commit.md found
11:25:28 WARN: man/src/config/create.md does not exist, skipping
11:25:28 WARN: man/src/config/inspect.md does not exist, skipping
11:25:28 WARN: man/src/config/ls.md does not exist, skipping
11:25:28 WARN: man/src/config/rm.md does not exist, skipping
11:25:28 WARN: man/src/config.md does not exist, skipping
11:25:28 INFO: man/src/container/attach.md found
11:25:28 INFO: man/src/container/commit.md found
11:25:28 INFO: man/src/container/cp.md found
11:25:28 INFO: man/src/container/create.md found
11:25:28 INFO: man/src/container/diff.md found
11:25:28 INFO: man/src/container/exec.md found
11:25:28 INFO: man/src/container/export.md found
11:25:28 WARN: man/src/container/inspect.md does not exist, skipping
11:25:28 INFO: man/src/container/kill.md found
11:25:28 INFO: man/src/container/logs.md found
11:25:28 INFO: man/src/container/ls.md found
11:25:28 INFO: man/src/container/pause.md found
11:25:28 INFO: man/src/container/port.md found
11:25:28 WARN: man/src/container/prune.md does not exist, skipping
11:25:28 INFO: man/src/container/rename.md found
11:25:28 INFO: man/src/container/restart.md found
11:25:28 INFO: man/src/container/rm.md found
11:25:28 INFO: man/src/container/run.md found
11:25:28 INFO: man/src/container/start.md found
11:25:28 INFO: man/src/container/stats.md found
11:25:28 INFO: man/src/container/stop.md found
11:25:28 INFO: man/src/container/top.md found
11:25:28 INFO: man/src/container/unpause.md found
11:25:28 INFO: man/src/container/update.md found
11:25:28 INFO: man/src/container/wait.md found
11:25:28 WARN: man/src/container.md does not exist, skipping
11:25:28 WARN: man/src/context/create.md does not exist, skipping
11:25:28 WARN: man/src/context/export.md does not exist, skipping
11:25:28 WARN: man/src/context/import.md does not exist, skipping
11:25:28 WARN: man/src/context/inspect.md does not exist, skipping
11:25:28 WARN: man/src/context/ls.md does not exist, skipping
11:25:28 WARN: man/src/context/rm.md does not exist, skipping
11:25:28 WARN: man/src/context/show.md does not exist, skipping
11:25:28 WARN: man/src/context/update.md does not exist, skipping
11:25:28 WARN: man/src/context/use.md does not exist, skipping
11:25:28 WARN: man/src/context.md does not exist, skipping
11:25:28 INFO: man/src/cp.md found
11:25:28 INFO: man/src/create.md found
11:25:28 INFO: man/src/diff.md found
11:25:28 INFO: man/src/events.md found
11:25:28 INFO: man/src/exec.md found
11:25:28 INFO: man/src/export.md found
11:25:28 INFO: man/src/history.md found
11:25:28 INFO: man/src/image/build.md found
11:25:28 INFO: man/src/image/history.md found
11:25:28 INFO: man/src/image/import.md found
11:25:28 WARN: man/src/image/inspect.md does not exist, skipping
11:25:28 INFO: man/src/image/load.md found
11:25:28 INFO: man/src/image/ls.md found
11:25:28 WARN: man/src/image/prune.md does not exist, skipping
11:25:28 INFO: man/src/image/pull.md found
11:25:28 INFO: man/src/image/push.md found
11:25:28 INFO: man/src/image/rm.md found
11:25:28 INFO: man/src/image/save.md found
11:25:28 INFO: man/src/image/tag.md found
11:25:28 WARN: man/src/image.md does not exist, skipping
11:25:28 INFO: man/src/images.md found
11:25:28 INFO: man/src/import.md found
11:25:28 INFO: man/src/info.md found
11:25:28 INFO: man/src/inspect.md found
11:25:28 INFO: man/src/kill.md found
11:25:28 INFO: man/src/load.md found
11:25:28 INFO: man/src/login.md found
11:25:28 INFO: man/src/logout.md found
11:25:28 INFO: man/src/logs.md found
11:25:28 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:28 WARN: man/src/manifest/create.md does not exist, skipping
11:25:28 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:28 WARN: man/src/manifest/push.md does not exist, skipping
11:25:28 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:28 WARN: man/src/manifest.md does not exist, skipping
11:25:28 INFO: man/src/network/connect.md found
11:25:28 INFO: man/src/network/create.md found
11:25:28 INFO: man/src/network/disconnect.md found
11:25:28 INFO: man/src/network/inspect.md found
11:25:28 INFO: man/src/network/ls.md found
11:25:28 WARN: man/src/network/prune.md does not exist, skipping
11:25:28 INFO: man/src/network/rm.md found
11:25:28 WARN: man/src/network.md does not exist, skipping
11:25:28 WARN: man/src/node/demote.md does not exist, skipping
11:25:28 WARN: man/src/node/inspect.md does not exist, skipping
11:25:28 WARN: man/src/node/ls.md does not exist, skipping
11:25:28 WARN: man/src/node/promote.md does not exist, skipping
11:25:28 WARN: man/src/node/ps.md does not exist, skipping
11:25:28 WARN: man/src/node/rm.md does not exist, skipping
11:25:28 WARN: man/src/node/update.md does not exist, skipping
11:25:28 WARN: man/src/node.md does not exist, skipping
11:25:28 INFO: man/src/pause.md found
11:25:28 WARN: man/src/plugin/create.md does not exist, skipping
11:25:28 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:28 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:28 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:28 WARN: man/src/plugin/install.md does not exist, skipping
11:25:28 INFO: man/src/plugin/ls.md found
11:25:28 WARN: man/src/plugin/push.md does not exist, skipping
11:25:28 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:28 WARN: man/src/plugin/set.md does not exist, skipping
11:25:28 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:28 WARN: man/src/plugin.md does not exist, skipping
11:25:28 INFO: man/src/port.md found
11:25:28 INFO: man/src/ps.md found
11:25:28 INFO: man/src/pull.md found
11:25:28 INFO: man/src/push.md found
11:25:28 INFO: man/src/rename.md found
11:25:28 INFO: man/src/restart.md found
11:25:28 INFO: man/src/rm.md found
11:25:28 INFO: man/src/rmi.md found
11:25:28 WARN: man/src/run.md does not exist, skipping
11:25:28 INFO: man/src/save.md found
11:25:28 INFO: man/src/search.md found
11:25:28 WARN: man/src/secret/create.md does not exist, skipping
11:25:28 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:28 WARN: man/src/secret/ls.md does not exist, skipping
11:25:28 WARN: man/src/secret/rm.md does not exist, skipping
11:25:28 WARN: man/src/secret.md does not exist, skipping
11:25:28 WARN: man/src/service/create.md does not exist, skipping
11:25:28 WARN: man/src/service/inspect.md does not exist, skipping
11:25:28 WARN: man/src/service/logs.md does not exist, skipping
11:25:28 WARN: man/src/service/ls.md does not exist, skipping
11:25:28 WARN: man/src/service/ps.md does not exist, skipping
11:25:28 WARN: man/src/service/rm.md does not exist, skipping
11:25:28 WARN: man/src/service/rollback.md does not exist, skipping
11:25:28 WARN: man/src/service/scale.md does not exist, skipping
11:25:28 WARN: man/src/service/update.md does not exist, skipping
11:25:28 WARN: man/src/service.md does not exist, skipping
11:25:28 WARN: man/src/stack/config.md does not exist, skipping
11:25:28 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:28 WARN: man/src/stack/ls.md does not exist, skipping
11:25:28 WARN: man/src/stack/ps.md does not exist, skipping
11:25:28 WARN: man/src/stack/rm.md does not exist, skipping
11:25:28 WARN: man/src/stack/services.md does not exist, skipping
11:25:28 WARN: man/src/stack.md does not exist, skipping
11:25:28 INFO: man/src/start.md found
11:25:28 INFO: man/src/stats.md found
11:25:28 INFO: man/src/stop.md found
11:25:28 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:28 WARN: man/src/swarm/init.md does not exist, skipping
11:25:28 WARN: man/src/swarm/join.md does not exist, skipping
11:25:28 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:28 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:28 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:28 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:28 WARN: man/src/swarm/update.md does not exist, skipping
11:25:28 WARN: man/src/swarm.md does not exist, skipping
11:25:28 WARN: man/src/system/df.md does not exist, skipping
11:25:28 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:28 INFO: man/src/system/events.md found
11:25:28 INFO: man/src/system/info.md found
11:25:28 WARN: man/src/system/prune.md does not exist, skipping
11:25:28 WARN: man/src/system.md does not exist, skipping
11:25:28 INFO: man/src/tag.md found
11:25:28 INFO: man/src/top.md found
11:25:28 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:28 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:28 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:28 WARN: man/src/trust/key.md does not exist, skipping
11:25:28 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:28 WARN: man/src/trust/sign.md does not exist, skipping
11:25:28 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:28 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:28 WARN: man/src/trust/signer.md does not exist, skipping
11:25:28 WARN: man/src/trust.md does not exist, skipping
11:25:28 INFO: man/src/unpause.md found
11:25:28 INFO: man/src/update.md found
11:25:28 INFO: man/src/version.md found
11:25:28 INFO: man/src/volume/create.md found
11:25:28 INFO: man/src/volume/inspect.md found
11:25:28 INFO: man/src/volume/ls.md found
11:25:28 WARN: man/src/volume/prune.md does not exist, skipping
11:25:28 WARN: man/src/volume/rm.md does not exist, skipping
11:25:28 WARN: man/src/volume/update.md does not exist, skipping
11:25:28 INFO: man/src/volume.md found
11:25:28 INFO: man/src/wait.md found
11:25:28 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:28 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:28 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:28 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:28 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:28 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:28 make[2]: Leaving directory '/root/build-deb/cli'
11:25:28 # Build buildx plugin
11:25:28 cd /go/src/github.com/docker/buildx \
11:25:28 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:28 && GO111MODULE=on \
11:25:28 	CGO_ENABLED=0 \
11:25:28 		go build \
11:25:28 			-mod=vendor \
11:25:28 			-trimpath \
11:25:28 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:28 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:28 			./cmd/buildx
11:25:28 go: downloading k8s.io/apimachinery v0.22.4
11:25:28 go: downloading github.com/go-logr/stdr v1.2.2
11:25:28 go: downloading github.com/containerd/typeurl v1.0.2
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:28 go: downloading github.com/gogo/googleapis v1.4.1
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:28 go: downloading github.com/golang/mock v1.6.0
11:25:28 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:28 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:28 go: downloading golang.org/x/net v0.4.0
11:25:29 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:29 go: downloading golang.org/x/term v0.3.0
11:25:29 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:29 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:29 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:29 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:29 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:29 + for f in rootlesskit rootlesskit-docker-proxy
11:25:29 + GOBIN=/usr/local/bin
11:25:29 + GO111MODULE=on
11:25:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:29 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm
11:25:29 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wYvCkn
11:25:29 + umask 022
11:25:29 + cd /root/rpmbuild/BUILD
11:25:29 + cd src
11:25:29 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:29 + RPM_EC=0
11:25:29 ++ jobs -p
11:25:29 + exit 0
11:25:29     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:25:29     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:25:29     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:25:29     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:25:29 
11:25:29 RPM build warnings:
11:25:29 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zkq97F
11:25:29 + umask 022
11:25:29 + cd /root/rpmbuild/BUILD
11:25:29 + cd /root/rpmbuild/BUILD
11:25:29 + rm -rf src
11:25:29 + /usr/bin/mkdir -p src
11:25:29 + cd src
11:25:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:25:29 + /usr/bin/tar -xof -
11:25:29 go: downloading github.com/go-logr/stdr v1.2.2
11:25:29 go: downloading github.com/containerd/typeurl v1.0.2
11:25:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:29 go: downloading github.com/gogo/googleapis v1.4.1
11:25:29 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:29 ++ pwd
11:25:29 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:29 Project root: .
11:25:29 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:29 INFO: man/src/attach.md found
11:25:29 WARN: man/src/build.md does not exist, skipping
11:25:29 WARN: man/src/builder/build.md does not exist, skipping
11:25:29 WARN: man/src/builder/prune.md does not exist, skipping
11:25:29 WARN: man/src/builder.md does not exist, skipping
11:25:29 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:29 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:29 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:29 WARN: man/src/checkpoint.md does not exist, skipping
11:25:29 INFO: man/src/commit.md found
11:25:29 WARN: man/src/config/create.md does not exist, skipping
11:25:29 WARN: man/src/config/inspect.md does not exist, skipping
11:25:29 WARN: man/src/config/ls.md does not exist, skipping
11:25:29 WARN: man/src/config/rm.md does not exist, skipping
11:25:29 WARN: man/src/config.md does not exist, skipping
11:25:29 INFO: man/src/container/attach.md found
11:25:29 INFO: man/src/container/commit.md found
11:25:29 INFO: man/src/container/cp.md found
11:25:29 INFO: man/src/container/create.md found
11:25:29 INFO: man/src/container/diff.md found
11:25:29 INFO: man/src/container/exec.md found
11:25:29 INFO: man/src/container/export.md found
11:25:29 WARN: man/src/container/inspect.md does not exist, skipping
11:25:29 INFO: man/src/container/kill.md found
11:25:29 INFO: man/src/container/logs.md found
11:25:29 INFO: man/src/container/ls.md found
11:25:29 INFO: man/src/container/pause.md found
11:25:29 INFO: man/src/container/port.md found
11:25:29 WARN: man/src/container/prune.md does not exist, skipping
11:25:29 INFO: man/src/container/rename.md found
11:25:29 INFO: man/src/container/restart.md found
11:25:29 INFO: man/src/container/rm.md found
11:25:29 INFO: man/src/container/run.md found
11:25:29 INFO: man/src/container/start.md found
11:25:29 INFO: man/src/container/stats.md found
11:25:29 INFO: man/src/container/stop.md found
11:25:29 INFO: man/src/container/top.md found
11:25:29 INFO: man/src/container/unpause.md found
11:25:29 INFO: man/src/container/update.md found
11:25:29 INFO: man/src/container/wait.md found
11:25:29 WARN: man/src/container.md does not exist, skipping
11:25:29 WARN: man/src/context/create.md does not exist, skipping
11:25:29 WARN: man/src/context/export.md does not exist, skipping
11:25:29 WARN: man/src/context/import.md does not exist, skipping
11:25:29 WARN: man/src/context/inspect.md does not exist, skipping
11:25:29 WARN: man/src/context/ls.md does not exist, skipping
11:25:29 WARN: man/src/context/rm.md does not exist, skipping
11:25:29 WARN: man/src/context/show.md does not exist, skipping
11:25:29 WARN: man/src/context/update.md does not exist, skipping
11:25:29 WARN: man/src/context/use.md does not exist, skipping
11:25:29 WARN: man/src/context.md does not exist, skipping
11:25:29 INFO: man/src/cp.md found
11:25:29 INFO: man/src/create.md found
11:25:29 INFO: man/src/diff.md found
11:25:29 INFO: man/src/events.md found
11:25:29 INFO: man/src/exec.md found
11:25:29 INFO: man/src/export.md found
11:25:29 INFO: man/src/history.md found
11:25:29 INFO: man/src/image/build.md found
11:25:29 INFO: man/src/image/history.md found
11:25:29 INFO: man/src/image/import.md found
11:25:29 WARN: man/src/image/inspect.md does not exist, skipping
11:25:29 INFO: man/src/image/load.md found
11:25:29 INFO: man/src/image/ls.md found
11:25:29 WARN: man/src/image/prune.md does not exist, skipping
11:25:29 INFO: man/src/image/pull.md found
11:25:29 INFO: man/src/image/push.md found
11:25:29 INFO: man/src/image/rm.md found
11:25:29 INFO: man/src/image/save.md found
11:25:29 INFO: man/src/image/tag.md found
11:25:29 WARN: man/src/image.md does not exist, skipping
11:25:29 INFO: man/src/images.md found
11:25:29 INFO: man/src/import.md found
11:25:29 INFO: man/src/info.md found
11:25:29 INFO: man/src/inspect.md found
11:25:29 INFO: man/src/kill.md found
11:25:29 INFO: man/src/load.md found
11:25:29 INFO: man/src/login.md found
11:25:29 INFO: man/src/logout.md found
11:25:29 INFO: man/src/logs.md found
11:25:29 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:29 WARN: man/src/manifest/create.md does not exist, skipping
11:25:29 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:29 WARN: man/src/manifest/push.md does not exist, skipping
11:25:29 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:29 WARN: man/src/manifest.md does not exist, skipping
11:25:29 INFO: man/src/network/connect.md found
11:25:29 INFO: man/src/network/create.md found
11:25:29 INFO: man/src/network/disconnect.md found
11:25:29 INFO: man/src/network/inspect.md found
11:25:29 INFO: man/src/network/ls.md found
11:25:29 WARN: man/src/network/prune.md does not exist, skipping
11:25:29 INFO: man/src/network/rm.md found
11:25:29 WARN: man/src/network.md does not exist, skipping
11:25:29 WARN: man/src/node/demote.md does not exist, skipping
11:25:29 WARN: man/src/node/inspect.md does not exist, skipping
11:25:29 WARN: man/src/node/ls.md does not exist, skipping
11:25:29 WARN: man/src/node/promote.md does not exist, skipping
11:25:29 WARN: man/src/node/ps.md does not exist, skipping
11:25:29 WARN: man/src/node/rm.md does not exist, skipping
11:25:29 WARN: man/src/node/update.md does not exist, skipping
11:25:29 WARN: man/src/node.md does not exist, skipping
11:25:29 INFO: man/src/pause.md found
11:25:29 WARN: man/src/plugin/create.md does not exist, skipping
11:25:29 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:29 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:29 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:29 WARN: man/src/plugin/install.md does not exist, skipping
11:25:29 INFO: man/src/plugin/ls.md found
11:25:29 WARN: man/src/plugin/push.md does not exist, skipping
11:25:29 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:29 WARN: man/src/plugin/set.md does not exist, skipping
11:25:29 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:29 WARN: man/src/plugin.md does not exist, skipping
11:25:29 INFO: man/src/port.md found
11:25:29 INFO: man/src/ps.md found
11:25:29 INFO: man/src/pull.md found
11:25:29 INFO: man/src/push.md found
11:25:29 INFO: man/src/rename.md found
11:25:29 INFO: man/src/restart.md found
11:25:29 INFO: man/src/rm.md found
11:25:29 INFO: man/src/rmi.md found
11:25:29 WARN: man/src/run.md does not exist, skipping
11:25:29 INFO: man/src/save.md found
11:25:29 INFO: man/src/search.md found
11:25:29 WARN: man/src/secret/create.md does not exist, skipping
11:25:29 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:29 WARN: man/src/secret/ls.md does not exist, skipping
11:25:29 WARN: man/src/secret/rm.md does not exist, skipping
11:25:29 WARN: man/src/secret.md does not exist, skipping
11:25:29 WARN: man/src/service/create.md does not exist, skipping
11:25:29 WARN: man/src/service/inspect.md does not exist, skipping
11:25:29 WARN: man/src/service/logs.md does not exist, skipping
11:25:29 WARN: man/src/service/ls.md does not exist, skipping
11:25:29 WARN: man/src/service/ps.md does not exist, skipping
11:25:29 WARN: man/src/service/rm.md does not exist, skipping
11:25:29 WARN: man/src/service/rollback.md does not exist, skipping
11:25:29 WARN: man/src/service/scale.md does not exist, skipping
11:25:29 WARN: man/src/service/update.md does not exist, skipping
11:25:29 WARN: man/src/service.md does not exist, skipping
11:25:29 WARN: man/src/stack/config.md does not exist, skipping
11:25:29 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:29 WARN: man/src/stack/ls.md does not exist, skipping
11:25:29 WARN: man/src/stack/ps.md does not exist, skipping
11:25:29 WARN: man/src/stack/rm.md does not exist, skipping
11:25:29 WARN: man/src/stack/services.md does not exist, skipping
11:25:29 WARN: man/src/stack.md does not exist, skipping
11:25:29 INFO: man/src/start.md found
11:25:29 INFO: man/src/stats.md found
11:25:29 INFO: man/src/stop.md found
11:25:29 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:29 WARN: man/src/swarm/init.md does not exist, skipping
11:25:29 WARN: man/src/swarm/join.md does not exist, skipping
11:25:29 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:29 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:29 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:29 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:29 WARN: man/src/swarm/update.md does not exist, skipping
11:25:29 WARN: man/src/swarm.md does not exist, skipping
11:25:29 WARN: man/src/system/df.md does not exist, skipping
11:25:29 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:29 INFO: man/src/system/events.md found
11:25:29 INFO: man/src/system/info.md found
11:25:29 WARN: man/src/system/prune.md does not exist, skipping
11:25:29 WARN: man/src/system.md does not exist, skipping
11:25:29 INFO: man/src/tag.md found
11:25:29 INFO: man/src/top.md found
11:25:29 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:29 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:29 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:29 WARN: man/src/trust/key.md does not exist, skipping
11:25:29 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:29 WARN: man/src/trust/sign.md does not exist, skipping
11:25:29 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:29 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:29 WARN: man/src/trust/signer.md does not exist, skipping
11:25:29 WARN: man/src/trust.md does not exist, skipping
11:25:29 INFO: man/src/unpause.md found
11:25:29 INFO: man/src/update.md found
11:25:29 INFO: man/src/version.md found
11:25:29 INFO: man/src/volume/create.md found
11:25:29 INFO: man/src/volume/inspect.md found
11:25:29 INFO: man/src/volume/ls.md found
11:25:29 WARN: man/src/volume/prune.md does not exist, skipping
11:25:29 WARN: man/src/volume/rm.md does not exist, skipping
11:25:29 WARN: man/src/volume/update.md does not exist, skipping
11:25:29 INFO: man/src/volume.md found
11:25:29 INFO: man/src/wait.md found
11:25:29 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:29 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:29 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:29 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:29 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:29 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:29 make[2]: Leaving directory '/root/build-deb/cli'
11:25:29 # Build buildx plugin
11:25:29 cd /go/src/github.com/docker/buildx \
11:25:29 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:29 && GO111MODULE=on \
11:25:29 	CGO_ENABLED=0 \
11:25:29 		go build \
11:25:29 			-mod=vendor \
11:25:29 			-trimpath \
11:25:29 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:29 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:29 			./cmd/buildx
11:25:29 #53 215.0 Created binary: /tmp/bundles/binary-daemon/dockerd
11:25:29 #53 215.0 Building static /tmp/bundles/binary-daemon/docker-proxy (linux/amd64)...
11:25:29 #53 215.3 Created binary: /tmp/bundles/binary-daemon/docker-proxy
11:25:29 #53 215.3 
11:25:29 #53 DONE 215.6s
11:25:30 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:30 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:30 go: downloading k8s.io/klog/v2 v2.60.1
11:25:30 go: downloading github.com/google/gofuzz v1.2.0
11:25:30 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:30 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:30 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:30 go: downloading github.com/aws/smithy-go v1.11.2
11:25:30 go: downloading github.com/moby/locker v1.0.1
11:25:30 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:30 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:30 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:30 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:30 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:30 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:30 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:30 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:30 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:30 + STATUS=0
11:25:30 + '[' 0 -ne 0 ']'
11:25:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:25:30 + /usr/bin/tar -xof -
11:25:30 
11:25:30 #61 [all 7/7] COPY --from=build         /build  /
11:25:30 + return
11:25:30 + RPM_EC=0
11:25:30 ++ jobs -p
11:25:30 + exit 0
11:25:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0B9jZj
11:25:30 + umask 022
11:25:30 + cd /root/rpmbuild/BUILD
11:25:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64 '!=' / ']'
11:25:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:30 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CFLAGS
11:25:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CXXFLAGS
11:25:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FFLAGS
11:25:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FCFLAGS
11:25: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:25:30 + export LDFLAGS
11:25:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:30 + export LT_SYS_LIBRARY_PATH
11:25:30 + CC=gcc
11:25:30 + export CC
11:25:30 + CXX=g++
11:25:30 + export CXX
11:25:30 + cd src
11:25:30 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/dockerd-rootless.sh
11:25:30 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:25:30 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/rootlesskit
11:25:30 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/rootlesskit-docker-proxy
11:25:30 + /usr/lib/rpm/check-buildroot
11:25:30 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:30 + /usr/lib/rpm/brp-compress
11:25:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:30 go: downloading github.com/json-iterator/go v1.1.12
11:25:30 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:30 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:30 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:30 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:30 go: downloading github.com/moby/spdystream v0.2.0
11:25:30 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:30 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:30 #61 DONE 0.2s
11:25:30 
11:25:30 #62 exporting to client
11:25:30 #62 copying files 18.06MB 0.1s
11:25:30 + /usr/lib/rpm/check-rpaths
11:25:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:30 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:25:30 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:25:30 + /usr/lib/rpm/brp-remove-la-files
11:25:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:30 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iyGiPS
11:25:30 + umask 022
11:25:30 + cd /root/rpmbuild/BUILD
11:25:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CFLAGS
11:25:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CXXFLAGS
11:25:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FFLAGS
11:25:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FCFLAGS
11:25: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:25:30 + export LDFLAGS
11:25:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:30 + export LT_SYS_LIBRARY_PATH
11:25:30 + CC=gcc
11:25:30 + export CC
11:25:30 + CXX=g++
11:25:30 + export CXX
11:25:30 + cd src
11:25:30 + /usr/local/bin/rootlesskit -v
11:25:30 rootlesskit version 1.1.0
11:25:30 + RPM_EC=0
11:25:30 ++ jobs -p
11:25:30 + exit 0
11:25:30 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:30 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.fc37 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230309110843.71615c2-0.fc37
11:25:30 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:30 Requires(post): /bin/sh
11:25:30 Requires(preun): /bin/sh
11:25:30 Requires(postun): /bin/sh
11:25:30 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)
11:25:30 Conflicts: rootlesskit
11:25:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:30 + STATUS=0
11:25:30 + '[' 0 -ne 0 ']'
11:25:30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:30 + RPM_EC=0
11:25:30 ++ jobs -p
11:25:30 + exit 0
11:25:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rKpuyS
11:25:30 + umask 022
11:25:30 + cd /root/rpmbuild/BUILD
11:25:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CFLAGS
11:25:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:30 + export CXXFLAGS
11:25:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FFLAGS
11:25:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:30 + export FCFLAGS
11:25: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-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:25:30 + export LDFLAGS
11:25:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:30 + export LT_SYS_LIBRARY_PATH
11:25:30 + CC=gcc
11:25:30 + export CC
11:25:30 + CXX=g++
11:25:30 + export CXX
11:25:30 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:25:30 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:25:30 + cd src
11:25:30 + export DOCKER_GITCOMMIT=31a9532
11:25:30 + DOCKER_GITCOMMIT=31a9532
11:25:30 + mkdir -p /go/src/github.com/docker
11:25:30 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:25:30 + TMP_GOPATH=/go
11:25:30 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:25:30 + RM_GOPATH=0
11:25:30 + TMP_GOPATH=/go
11:25:30 + : /usr/local/bin
11:25:30 + '[' -z /go ']'
11:25:30 + export GOPATH=/go
11:25:30 + GOPATH=/go
11:25:30 + case "$(go env GOARCH)" in
11:25:30 ++ go env GOARCH
11:25:30 + export GO_BUILDMODE=-buildmode=pie
11:25:30 + GO_BUILDMODE=-buildmode=pie
11:25:30 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:25:30 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:25:30 + bin=rootlesskit
11:25:30 + shift
11:25:30 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:25:30 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:25:30 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:30 + install_rootlesskit dynamic
11:25:30 + case "$1" in
11:25:30 + install_rootlesskit_dynamic
11:25:30 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:25:30 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:25:30 + export BUILD_MODE=-buildmode=pie
11:25:30 + BUILD_MODE=-buildmode=pie
11:25:30 + _install_rootlesskit
11:25:30 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:25:30 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:30 + for f in rootlesskit rootlesskit-docker-proxy
11:25:30 + GOBIN=/usr/local/bin
11:25:30 + GO111MODULE=on
11:25:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:30 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:25:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.src.rpm
11:25:31 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:31 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:31 go: downloading k8s.io/klog/v2 v2.60.1
11:25:31 go: downloading github.com/google/gofuzz v1.2.0
11:25:31 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:31 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:31 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:31 go: downloading github.com/aws/smithy-go v1.11.2
11:25:31 go: downloading github.com/moby/locker v1.0.1
11:25:31 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:31 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:31 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:31 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:31 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:31 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:31 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:31 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:31 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:31 go: downloading github.com/json-iterator/go v1.1.12
11:25:31 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:31 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:31 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:31 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:31 go: downloading github.com/moby/spdystream v0.2.0
11:25:31 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:31 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:31 #62 copying files 201.73MB 1.1s done
11:25:31 go: downloading github.com/urfave/cli/v2 v2.23.5
11:25:31 go: downloading golang.org/x/sys v0.2.0
11:25:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:25:31 #62 DONE 1.4s
11:25:31 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx && docker buildx bake --set binaries.platform= binaries && mv ./bin/build/buildx ./bin/docker-buildx
11:25:31 go: downloading github.com/google/uuid v1.3.0
11:25:31 go: downloading github.com/moby/vpnkit v0.5.0
11:25:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:25:31 go: downloading github.com/gofrs/flock v0.8.1
11:25:31 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:25:31 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:25:31 #1 [internal] load build definition from Dockerfile
11:25:31 #1 transferring dockerfile: 2.93kB done
11:25:31 #1 DONE 0.0s
11:25:31 
11:25:31 #2 [internal] load .dockerignore
11:25:31 #2 transferring context: 45B done
11:25:31 #2 DONE 0.0s
11:25:31 
11:25:31 #3 [auth] docker/dockerfile-upstream:pull token for registry-1.docker.io
11:25:31 #3 DONE 0.0s
11:25:31 
11:25:31 #4 resolve image config for docker.io/docker/dockerfile-upstream:1.5.0
11:25:32 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:25:32 go: downloading golang.org/x/net v0.1.0
11:25:32 #4 DONE 0.3s
11:25:32 
11:25:32 #5 docker-image://docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183
11:25:32 #5 resolve docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 done
11:25:32 #5 sha256:1b0e275a81254e28dc213e87da47e8d66e5698031d80c37ecceeabeb3d181c81 2.91kB / 2.91kB done
11:25:32 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0B / 11.55MB 0.1s
11:25:32 #5 sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 7.65kB / 7.65kB done
11:25:32 #5 sha256:968d17d4feac9e2281201ed122b929b21359884f7675605b8000d20385e28108 482B / 482B done
11:25:32 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 2.10MB / 11.55MB 0.2s
11:25:32 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 11.55MB / 11.55MB 0.3s
11:25:32 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 11.55MB / 11.55MB 0.4s done
11:25:32 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0.1s
11:25:33 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0.3s done
11:25:33 #5 DONE 0.7s
11:25:33 
11:25:33 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:25:33 #6 DONE 0.0s
11:25:33 
11:25:33 #7 [auth] library/golang:pull token for registry-1.docker.io
11:25:33 #7 DONE 0.0s
11:25:33 
11:25:33 #8 [internal] load metadata for docker.io/library/golang:1.19.6-alpine
11:25:33 #8 ...
11:25:33 
11:25:33 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
11:25:33 #9 DONE 0.2s
11:25:33 
11:25:33 #8 [internal] load metadata for docker.io/library/golang:1.19.6-alpine
11:25:33 #8 DONE 0.3s
11:25:33 
11:25:33 #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
11:25:33 #10 CACHED
11:25:33 
11:25:33 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.6-alpine@sha256:62a2c842e9e59d98883cb7b1307265183ee5fdeda6f4d06260f6bc40ea712890
11:25:33 #11 resolve docker.io/library/golang:1.19.6-alpine@sha256:62a2c842e9e59d98883cb7b1307265183ee5fdeda6f4d06260f6bc40ea712890 done
11:25:33 #11 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c
11:25:33 #11 sha256:c7bf170fd9e6726c86c0d4b478d9ec522e82c527a8e708668f48233a4d03f618 155B / 155B 0.1s done
11:25:33 #11 sha256:62a2c842e9e59d98883cb7b1307265183ee5fdeda6f4d06260f6bc40ea712890 1.65kB / 1.65kB done
11:25:33 #11 sha256:f2e0acaf7c628cd819b73541d7c1ea8f888d51edb0a58935a3c46a084fa953fa 1.16kB / 1.16kB done
11:25:33 #11 sha256:04c13dd25b45aee719593b770e32b2407ef9bb5f3ec3adf3eea4057e4eda8265 5.11kB / 5.11kB done
11:25:33 #11 sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 3.37MB / 3.37MB 0.1s done
11:25:33 #11 sha256:a2d21d5440ebff5aaaaeb115a003f7a4a3897f1866a87de95bc4a21436fc563c 284.82kB / 284.82kB 0.1s done
11:25:33 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 5.24MB / 122.36MB 0.2s
11:25:33 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 18.87MB / 122.36MB 0.4s
11:25:34 #11 extracting sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c 0.4s done
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 30.41MB / 122.36MB 0.5s
11:25:34 #11 extracting sha256:a2d21d5440ebff5aaaaeb115a003f7a4a3897f1866a87de95bc4a21436fc563c
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 48.23MB / 122.36MB 0.7s
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 55.57MB / 122.36MB 0.8s
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 65.01MB / 122.36MB 0.9s
11:25:34 #11 extracting sha256:a2d21d5440ebff5aaaaeb115a003f7a4a3897f1866a87de95bc4a21436fc563c 0.2s done
11:25:34 + for f in rootlesskit rootlesskit-docker-proxy
11:25:34 + GOBIN=/usr/local/bin
11:25:34 + GO111MODULE=on
11:25:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:34 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 77.59MB / 122.36MB 1.0s
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 100.66MB / 122.36MB 1.2s
11:25:34 ++ pwd
11:25:34 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:34 Project root: .
11:25:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:34 INFO: man/src/attach.md found
11:25:34 WARN: man/src/build.md does not exist, skipping
11:25:34 WARN: man/src/builder/build.md does not exist, skipping
11:25:34 WARN: man/src/builder/prune.md does not exist, skipping
11:25:34 WARN: man/src/builder.md does not exist, skipping
11:25:34 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:34 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:34 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:34 WARN: man/src/checkpoint.md does not exist, skipping
11:25:34 INFO: man/src/commit.md found
11:25:34 WARN: man/src/config/create.md does not exist, skipping
11:25:34 WARN: man/src/config/inspect.md does not exist, skipping
11:25:34 WARN: man/src/config/ls.md does not exist, skipping
11:25:34 WARN: man/src/config/rm.md does not exist, skipping
11:25:34 WARN: man/src/config.md does not exist, skipping
11:25:34 INFO: man/src/container/attach.md found
11:25:34 INFO: man/src/container/commit.md found
11:25:34 INFO: man/src/container/cp.md found
11:25:34 INFO: man/src/container/create.md found
11:25:34 INFO: man/src/container/diff.md found
11:25:34 INFO: man/src/container/exec.md found
11:25:34 INFO: man/src/container/export.md found
11:25:34 WARN: man/src/container/inspect.md does not exist, skipping
11:25:34 INFO: man/src/container/kill.md found
11:25:34 INFO: man/src/container/logs.md found
11:25:34 INFO: man/src/container/ls.md found
11:25:34 INFO: man/src/container/pause.md found
11:25:34 INFO: man/src/container/port.md found
11:25:34 WARN: man/src/container/prune.md does not exist, skipping
11:25:34 INFO: man/src/container/rename.md found
11:25:34 INFO: man/src/container/restart.md found
11:25:34 INFO: man/src/container/rm.md found
11:25:34 INFO: man/src/container/run.md found
11:25:34 INFO: man/src/container/start.md found
11:25:34 INFO: man/src/container/stats.md found
11:25:34 INFO: man/src/container/stop.md found
11:25:34 INFO: man/src/container/top.md found
11:25:34 INFO: man/src/container/unpause.md found
11:25:34 INFO: man/src/container/update.md found
11:25:34 INFO: man/src/container/wait.md found
11:25:34 WARN: man/src/container.md does not exist, skipping
11:25:34 WARN: man/src/context/create.md does not exist, skipping
11:25:34 WARN: man/src/context/export.md does not exist, skipping
11:25:34 WARN: man/src/context/import.md does not exist, skipping
11:25:34 WARN: man/src/context/inspect.md does not exist, skipping
11:25:34 WARN: man/src/context/ls.md does not exist, skipping
11:25:34 WARN: man/src/context/rm.md does not exist, skipping
11:25:34 WARN: man/src/context/show.md does not exist, skipping
11:25:34 WARN: man/src/context/update.md does not exist, skipping
11:25:34 WARN: man/src/context/use.md does not exist, skipping
11:25:34 WARN: man/src/context.md does not exist, skipping
11:25:34 INFO: man/src/cp.md found
11:25:34 INFO: man/src/create.md found
11:25:34 INFO: man/src/diff.md found
11:25:34 INFO: man/src/events.md found
11:25:34 INFO: man/src/exec.md found
11:25:34 INFO: man/src/export.md found
11:25:34 INFO: man/src/history.md found
11:25:34 INFO: man/src/image/build.md found
11:25:34 INFO: man/src/image/history.md found
11:25:34 INFO: man/src/image/import.md found
11:25:34 WARN: man/src/image/inspect.md does not exist, skipping
11:25:34 INFO: man/src/image/load.md found
11:25:34 INFO: man/src/image/ls.md found
11:25:34 WARN: man/src/image/prune.md does not exist, skipping
11:25:34 INFO: man/src/image/pull.md found
11:25:34 INFO: man/src/image/push.md found
11:25:34 INFO: man/src/image/rm.md found
11:25:34 INFO: man/src/image/save.md found
11:25:34 INFO: man/src/image/tag.md found
11:25:34 WARN: man/src/image.md does not exist, skipping
11:25:34 INFO: man/src/images.md found
11:25:34 INFO: man/src/import.md found
11:25:34 INFO: man/src/info.md found
11:25:34 INFO: man/src/inspect.md found
11:25:34 INFO: man/src/kill.md found
11:25:34 INFO: man/src/load.md found
11:25:34 INFO: man/src/login.md found
11:25:34 INFO: man/src/logout.md found
11:25:34 INFO: man/src/logs.md found
11:25:34 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:34 WARN: man/src/manifest/create.md does not exist, skipping
11:25:34 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:34 WARN: man/src/manifest/push.md does not exist, skipping
11:25:34 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:34 WARN: man/src/manifest.md does not exist, skipping
11:25:34 INFO: man/src/network/connect.md found
11:25:34 INFO: man/src/network/create.md found
11:25:34 INFO: man/src/network/disconnect.md found
11:25:34 INFO: man/src/network/inspect.md found
11:25:34 INFO: man/src/network/ls.md found
11:25:34 WARN: man/src/network/prune.md does not exist, skipping
11:25:34 INFO: man/src/network/rm.md found
11:25:34 WARN: man/src/network.md does not exist, skipping
11:25:34 WARN: man/src/node/demote.md does not exist, skipping
11:25:34 WARN: man/src/node/inspect.md does not exist, skipping
11:25:34 WARN: man/src/node/ls.md does not exist, skipping
11:25:34 WARN: man/src/node/promote.md does not exist, skipping
11:25:34 WARN: man/src/node/ps.md does not exist, skipping
11:25:34 WARN: man/src/node/rm.md does not exist, skipping
11:25:34 WARN: man/src/node/update.md does not exist, skipping
11:25:34 WARN: man/src/node.md does not exist, skipping
11:25:34 INFO: man/src/pause.md found
11:25:34 WARN: man/src/plugin/create.md does not exist, skipping
11:25:34 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:34 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:34 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:34 WARN: man/src/plugin/install.md does not exist, skipping
11:25:34 INFO: man/src/plugin/ls.md found
11:25:34 WARN: man/src/plugin/push.md does not exist, skipping
11:25:34 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:34 WARN: man/src/plugin/set.md does not exist, skipping
11:25:34 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:34 WARN: man/src/plugin.md does not exist, skipping
11:25:34 INFO: man/src/port.md found
11:25:34 INFO: man/src/ps.md found
11:25:34 INFO: man/src/pull.md found
11:25:34 INFO: man/src/push.md found
11:25:34 INFO: man/src/rename.md found
11:25:34 INFO: man/src/restart.md found
11:25:34 INFO: man/src/rm.md found
11:25:34 INFO: man/src/rmi.md found
11:25:34 WARN: man/src/run.md does not exist, skipping
11:25:34 INFO: man/src/save.md found
11:25:34 INFO: man/src/search.md found
11:25:34 WARN: man/src/secret/create.md does not exist, skipping
11:25:34 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:34 WARN: man/src/secret/ls.md does not exist, skipping
11:25:34 WARN: man/src/secret/rm.md does not exist, skipping
11:25:34 WARN: man/src/secret.md does not exist, skipping
11:25:34 WARN: man/src/service/create.md does not exist, skipping
11:25:34 WARN: man/src/service/inspect.md does not exist, skipping
11:25:34 WARN: man/src/service/logs.md does not exist, skipping
11:25:34 WARN: man/src/service/ls.md does not exist, skipping
11:25:34 WARN: man/src/service/ps.md does not exist, skipping
11:25:34 WARN: man/src/service/rm.md does not exist, skipping
11:25:34 WARN: man/src/service/rollback.md does not exist, skipping
11:25:34 WARN: man/src/service/scale.md does not exist, skipping
11:25:34 WARN: man/src/service/update.md does not exist, skipping
11:25:34 WARN: man/src/service.md does not exist, skipping
11:25:34 WARN: man/src/stack/config.md does not exist, skipping
11:25:34 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:34 WARN: man/src/stack/ls.md does not exist, skipping
11:25:34 WARN: man/src/stack/ps.md does not exist, skipping
11:25:34 WARN: man/src/stack/rm.md does not exist, skipping
11:25:34 WARN: man/src/stack/services.md does not exist, skipping
11:25:34 WARN: man/src/stack.md does not exist, skipping
11:25:34 INFO: man/src/start.md found
11:25:34 INFO: man/src/stats.md found
11:25:34 INFO: man/src/stop.md found
11:25:34 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:34 WARN: man/src/swarm/init.md does not exist, skipping
11:25:34 WARN: man/src/swarm/join.md does not exist, skipping
11:25:34 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:34 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:34 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:34 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:34 WARN: man/src/swarm/update.md does not exist, skipping
11:25:34 WARN: man/src/swarm.md does not exist, skipping
11:25:34 WARN: man/src/system/df.md does not exist, skipping
11:25:34 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:34 INFO: man/src/system/events.md found
11:25:34 INFO: man/src/system/info.md found
11:25:34 WARN: man/src/system/prune.md does not exist, skipping
11:25:34 WARN: man/src/system.md does not exist, skipping
11:25:34 INFO: man/src/tag.md found
11:25:34 INFO: man/src/top.md found
11:25:34 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:34 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:34 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:34 WARN: man/src/trust/key.md does not exist, skipping
11:25:34 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:34 WARN: man/src/trust/sign.md does not exist, skipping
11:25:34 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:34 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:34 WARN: man/src/trust/signer.md does not exist, skipping
11:25:34 WARN: man/src/trust.md does not exist, skipping
11:25:34 INFO: man/src/unpause.md found
11:25:34 INFO: man/src/update.md found
11:25:34 INFO: man/src/version.md found
11:25:34 INFO: man/src/volume/create.md found
11:25:34 INFO: man/src/volume/inspect.md found
11:25:34 INFO: man/src/volume/ls.md found
11:25:34 WARN: man/src/volume/prune.md does not exist, skipping
11:25:34 WARN: man/src/volume/rm.md does not exist, skipping
11:25:34 WARN: man/src/volume/update.md does not exist, skipping
11:25:34 INFO: man/src/volume.md found
11:25:34 INFO: man/src/wait.md found
11:25:34 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:34 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:34 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:34 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:34 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:34 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 112.20MB / 122.36MB 1.3s
11:25:34 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 118.52MB / 122.36MB 1.4s
11:25:35 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:35 ++ pwd
11:25:35 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:35 Project root: .
11:25:35 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:35 INFO: man/src/attach.md found
11:25:35 WARN: man/src/build.md does not exist, skipping
11:25:35 WARN: man/src/builder/build.md does not exist, skipping
11:25:35 WARN: man/src/builder/prune.md does not exist, skipping
11:25:35 WARN: man/src/builder.md does not exist, skipping
11:25:35 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:35 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:35 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:35 WARN: man/src/checkpoint.md does not exist, skipping
11:25:35 INFO: man/src/commit.md found
11:25:35 WARN: man/src/config/create.md does not exist, skipping
11:25:35 WARN: man/src/config/inspect.md does not exist, skipping
11:25:35 WARN: man/src/config/ls.md does not exist, skipping
11:25:35 WARN: man/src/config/rm.md does not exist, skipping
11:25:35 WARN: man/src/config.md does not exist, skipping
11:25:35 INFO: man/src/container/attach.md found
11:25:35 INFO: man/src/container/commit.md found
11:25:35 INFO: man/src/container/cp.md found
11:25:35 INFO: man/src/container/create.md found
11:25:35 INFO: man/src/container/diff.md found
11:25:35 INFO: man/src/container/exec.md found
11:25:35 INFO: man/src/container/export.md found
11:25:35 WARN: man/src/container/inspect.md does not exist, skipping
11:25:35 INFO: man/src/container/kill.md found
11:25:35 INFO: man/src/container/logs.md found
11:25:35 INFO: man/src/container/ls.md found
11:25:35 INFO: man/src/container/pause.md found
11:25:35 INFO: man/src/container/port.md found
11:25:35 WARN: man/src/container/prune.md does not exist, skipping
11:25:35 INFO: man/src/container/rename.md found
11:25:35 INFO: man/src/container/restart.md found
11:25:35 INFO: man/src/container/rm.md found
11:25:35 INFO: man/src/container/run.md found
11:25:35 INFO: man/src/container/start.md found
11:25:35 INFO: man/src/container/stats.md found
11:25:35 INFO: man/src/container/stop.md found
11:25:35 INFO: man/src/container/top.md found
11:25:35 INFO: man/src/container/unpause.md found
11:25:35 INFO: man/src/container/update.md found
11:25:35 INFO: man/src/container/wait.md found
11:25:35 WARN: man/src/container.md does not exist, skipping
11:25:35 WARN: man/src/context/create.md does not exist, skipping
11:25:35 WARN: man/src/context/export.md does not exist, skipping
11:25:35 WARN: man/src/context/import.md does not exist, skipping
11:25:35 WARN: man/src/context/inspect.md does not exist, skipping
11:25:35 WARN: man/src/context/ls.md does not exist, skipping
11:25:35 WARN: man/src/context/rm.md does not exist, skipping
11:25:35 WARN: man/src/context/show.md does not exist, skipping
11:25:35 WARN: man/src/context/update.md does not exist, skipping
11:25:35 WARN: man/src/context/use.md does not exist, skipping
11:25:35 WARN: man/src/context.md does not exist, skipping
11:25:35 INFO: man/src/cp.md found
11:25:35 INFO: man/src/create.md found
11:25:35 INFO: man/src/diff.md found
11:25:35 INFO: man/src/events.md found
11:25:35 INFO: man/src/exec.md found
11:25:35 INFO: man/src/export.md found
11:25:35 INFO: man/src/history.md found
11:25:35 INFO: man/src/image/build.md found
11:25:35 INFO: man/src/image/history.md found
11:25:35 INFO: man/src/image/import.md found
11:25:35 WARN: man/src/image/inspect.md does not exist, skipping
11:25:35 INFO: man/src/image/load.md found
11:25:35 INFO: man/src/image/ls.md found
11:25:35 WARN: man/src/image/prune.md does not exist, skipping
11:25:35 INFO: man/src/image/pull.md found
11:25:35 INFO: man/src/image/push.md found
11:25:35 INFO: man/src/image/rm.md found
11:25:35 INFO: man/src/image/save.md found
11:25:35 INFO: man/src/image/tag.md found
11:25:35 WARN: man/src/image.md does not exist, skipping
11:25:35 INFO: man/src/images.md found
11:25:35 INFO: man/src/import.md found
11:25:35 INFO: man/src/info.md found
11:25:35 INFO: man/src/inspect.md found
11:25:35 INFO: man/src/kill.md found
11:25:35 INFO: man/src/load.md found
11:25:35 INFO: man/src/login.md found
11:25:35 INFO: man/src/logout.md found
11:25:35 INFO: man/src/logs.md found
11:25:35 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:35 WARN: man/src/manifest/create.md does not exist, skipping
11:25:35 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:35 WARN: man/src/manifest/push.md does not exist, skipping
11:25:35 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:35 WARN: man/src/manifest.md does not exist, skipping
11:25:35 INFO: man/src/network/connect.md found
11:25:35 INFO: man/src/network/create.md found
11:25:35 INFO: man/src/network/disconnect.md found
11:25:35 INFO: man/src/network/inspect.md found
11:25:35 INFO: man/src/network/ls.md found
11:25:35 WARN: man/src/network/prune.md does not exist, skipping
11:25:35 INFO: man/src/network/rm.md found
11:25:35 WARN: man/src/network.md does not exist, skipping
11:25:35 WARN: man/src/node/demote.md does not exist, skipping
11:25:35 WARN: man/src/node/inspect.md does not exist, skipping
11:25:35 WARN: man/src/node/ls.md does not exist, skipping
11:25:35 WARN: man/src/node/promote.md does not exist, skipping
11:25:35 WARN: man/src/node/ps.md does not exist, skipping
11:25:35 WARN: man/src/node/rm.md does not exist, skipping
11:25:35 WARN: man/src/node/update.md does not exist, skipping
11:25:35 WARN: man/src/node.md does not exist, skipping
11:25:35 INFO: man/src/pause.md found
11:25:35 WARN: man/src/plugin/create.md does not exist, skipping
11:25:35 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:35 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:35 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:35 WARN: man/src/plugin/install.md does not exist, skipping
11:25:35 INFO: man/src/plugin/ls.md found
11:25:35 WARN: man/src/plugin/push.md does not exist, skipping
11:25:35 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:35 WARN: man/src/plugin/set.md does not exist, skipping
11:25:35 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:35 WARN: man/src/plugin.md does not exist, skipping
11:25:35 INFO: man/src/port.md found
11:25:35 INFO: man/src/ps.md found
11:25:35 INFO: man/src/pull.md found
11:25:35 INFO: man/src/push.md found
11:25:35 INFO: man/src/rename.md found
11:25:35 INFO: man/src/restart.md found
11:25:35 INFO: man/src/rm.md found
11:25:35 INFO: man/src/rmi.md found
11:25:35 WARN: man/src/run.md does not exist, skipping
11:25:35 INFO: man/src/save.md found
11:25:35 INFO: man/src/search.md found
11:25:35 WARN: man/src/secret/create.md does not exist, skipping
11:25:35 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:35 WARN: man/src/secret/ls.md does not exist, skipping
11:25:35 WARN: man/src/secret/rm.md does not exist, skipping
11:25:35 WARN: man/src/secret.md does not exist, skipping
11:25:35 WARN: man/src/service/create.md does not exist, skipping
11:25:35 WARN: man/src/service/inspect.md does not exist, skipping
11:25:35 WARN: man/src/service/logs.md does not exist, skipping
11:25:35 WARN: man/src/service/ls.md does not exist, skipping
11:25:35 WARN: man/src/service/ps.md does not exist, skipping
11:25:35 WARN: man/src/service/rm.md does not exist, skipping
11:25:35 WARN: man/src/service/rollback.md does not exist, skipping
11:25:35 WARN: man/src/service/scale.md does not exist, skipping
11:25:35 WARN: man/src/service/update.md does not exist, skipping
11:25:35 WARN: man/src/service.md does not exist, skipping
11:25:35 WARN: man/src/stack/config.md does not exist, skipping
11:25:35 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:35 WARN: man/src/stack/ls.md does not exist, skipping
11:25:35 WARN: man/src/stack/ps.md does not exist, skipping
11:25:35 WARN: man/src/stack/rm.md does not exist, skipping
11:25:35 WARN: man/src/stack/services.md does not exist, skipping
11:25:35 WARN: man/src/stack.md does not exist, skipping
11:25:35 INFO: man/src/start.md found
11:25:35 INFO: man/src/stats.md found
11:25:35 INFO: man/src/stop.md found
11:25:35 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:35 WARN: man/src/swarm/init.md does not exist, skipping
11:25:35 WARN: man/src/swarm/join.md does not exist, skipping
11:25:35 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:35 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:35 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:35 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:35 WARN: man/src/swarm/update.md does not exist, skipping
11:25:35 WARN: man/src/swarm.md does not exist, skipping
11:25:35 WARN: man/src/system/df.md does not exist, skipping
11:25:35 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:35 INFO: man/src/system/events.md found
11:25:35 INFO: man/src/system/info.md found
11:25:35 WARN: man/src/system/prune.md does not exist, skipping
11:25:35 WARN: man/src/system.md does not exist, skipping
11:25:35 INFO: man/src/tag.md found
11:25:35 INFO: man/src/top.md found
11:25:35 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:35 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:35 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:35 WARN: man/src/trust/key.md does not exist, skipping
11:25:35 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:35 WARN: man/src/trust/sign.md does not exist, skipping
11:25:35 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:35 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:35 WARN: man/src/trust/signer.md does not exist, skipping
11:25:35 WARN: man/src/trust.md does not exist, skipping
11:25:35 INFO: man/src/unpause.md found
11:25:35 INFO: man/src/update.md found
11:25:35 INFO: man/src/version.md found
11:25:35 INFO: man/src/volume/create.md found
11:25:35 INFO: man/src/volume/inspect.md found
11:25:35 INFO: man/src/volume/ls.md found
11:25:35 WARN: man/src/volume/prune.md does not exist, skipping
11:25:35 WARN: man/src/volume/rm.md does not exist, skipping
11:25:35 WARN: man/src/volume/update.md does not exist, skipping
11:25:35 INFO: man/src/volume.md found
11:25:35 INFO: man/src/wait.md found
11:25:35 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:35 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:35 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:35 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:35 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:35 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:35 make[2]: Leaving directory '/root/build-deb/cli'
11:25:35 # Build buildx plugin
11:25:35 cd /go/src/github.com/docker/buildx \
11:25:35 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:35 && GO111MODULE=on \
11:25:35 	CGO_ENABLED=0 \
11:25:35 		go build \
11:25:35 			-mod=vendor \
11:25:35 			-trimpath \
11:25:35 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:35 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:35 			./cmd/buildx
11:25:35 make[2]: Leaving directory '/root/build-deb/cli'
11:25:35 # Build buildx plugin
11:25:35 cd /go/src/github.com/docker/buildx \
11:25:35 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:35 && GO111MODULE=on \
11:25:35 	CGO_ENABLED=0 \
11:25:35 		go build \
11:25:35 			-mod=vendor \
11:25:35 			-trimpath \
11:25:35 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:35 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:35 			./cmd/buildx
11:25:35 + return
11:25:35 + RPM_EC=0
11:25:35 ++ jobs -p
11:25:35 + exit 0
11:25:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hPZq7f
11:25:35 + umask 022
11:25:35 + cd /root/rpmbuild/BUILD
11:25:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64 '!=' / ']'
11:25:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:35 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:35 + cd src
11:25:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/dockerd-rootless.sh
11:25:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:25:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/rootlesskit
11:25:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy
11:25:35 + /usr/lib/rpm/check-buildroot
11:25:35 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:35 + /usr/lib/rpm/brp-compress
11:25:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:35 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:35 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:35 + /usr/lib/rpm/brp-python-hardlink
11:25:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:35 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:25:35 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:25:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GPku85
11:25:35 + umask 022
11:25:35 + cd /root/rpmbuild/BUILD
11:25:35 + cd src
11:25:35 + /usr/local/bin/rootlesskit -v
11:25:35 rootlesskit version 1.1.0
11:25:35 + RPM_EC=0
11:25:35 ++ jobs -p
11:25:35 + exit 0
11:25:35 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:35 #11 ...
11:25:35 
11:25:35 #12 [internal] load build context
11:25:35 #12 transferring context: 62.47MB 2.1s done
11:25:35 #12 DONE 2.1s
11:25:35 
11:25:35 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.6-alpine@sha256:62a2c842e9e59d98883cb7b1307265183ee5fdeda6f4d06260f6bc40ea712890
11:25:35 #11 sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 122.36MB / 122.36MB 2.0s done
11:25:35 #11 extracting sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88
11:25:36 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230309110843.71615c2-0.el9
11:25:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:36 Requires(post): /bin/sh
11:25:36 Requires(preun): /bin/sh
11:25:36 Requires(postun): /bin/sh
11:25:36 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)
11:25:36 Conflicts: rootlesskit
11:25:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:36 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:25:36 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UQPMD0
11:25:36 + umask 022
11:25:36 + cd /root/rpmbuild/BUILD
11:25:36 + cd src
11:25:36 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64
11:25:36 + RPM_EC=0
11:25:36 ++ jobs -p
11:25:36 + exit 0
11:25:36 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.sL1ZmY
11:25:36 + umask 022
11:25:36 + cd /root/rpmbuild/BUILD
11:25:36 + rm -rf src src.gemspec
11:25:36 + RPM_EC=0
11:25:36 ++ jobs -p
11:25:36 + exit 0
11:25:36 
11:25:36 RPM build warnings:
11:25:36     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:25:36     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:25:36     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:25:36     source_date_epoch_from_changelog set but %changelog is missing
11:25:36     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:25:36     source_date_epoch_from_changelog set but %changelog is missing
11:25:36     source_date_epoch_from_changelog set but %changelog is missing
11:25:36 warning: source_date_epoch_from_changelog set but %changelog is missing
11:25:36 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oGNVxa
11:25:36 + umask 022
11:25:36 + cd /root/rpmbuild/BUILD
11:25:36 + cd /root/rpmbuild/BUILD
11:25:36 + rm -rf src
11:25:36 + /usr/bin/mkdir -p src
11:25:36 + cd src
11:25:36 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
11:25:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.src.rpm
11:25:36 + STATUS=0
11:25:36 + '[' 0 -ne 0 ']'
11:25:36 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
11:25:37 + STATUS=0
11:25:37 + '[' 0 -ne 0 ']'
11:25:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:37 + RPM_EC=0
11:25:37 ++ jobs -p
11:25:37 + exit 0
11:25:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9W9YPv
11:25:37 + umask 022
11:25:37 + cd /root/rpmbuild/BUILD
11:25:37 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:37 + export CFLAGS
11:25:37 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:37 + export CXXFLAGS
11:25:37 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:37 + export FFLAGS
11:25:37 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:37 + export FCFLAGS
11:25:37 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:25:37 + export LDFLAGS
11:25:37 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:37 + export LT_SYS_LIBRARY_PATH
11:25:37 + CC=gcc
11:25:37 + export CC
11:25:37 + CXX=g++
11:25:37 + export CXX
11:25:37 + cd src
11:25:37 + pushd /root/rpmbuild/BUILD/src/buildx
11:25:37 + GO111MODULE=on
11:25:37 + CGO_ENABLED=0
11:25:37 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:25:37 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:25:38 + for f in rootlesskit rootlesskit-docker-proxy
11:25:38 + GOBIN=/usr/local/bin
11:25:38 + GO111MODULE=on
11:25:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:25:39 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:39 ++ pwd
11:25:39 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:39 Project root: .
11:25:39 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:39 INFO: man/src/attach.md found
11:25:39 WARN: man/src/build.md does not exist, skipping
11:25:39 WARN: man/src/builder/build.md does not exist, skipping
11:25:39 WARN: man/src/builder/prune.md does not exist, skipping
11:25:39 WARN: man/src/builder.md does not exist, skipping
11:25:39 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:39 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:39 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:39 WARN: man/src/checkpoint.md does not exist, skipping
11:25:39 INFO: man/src/commit.md found
11:25:39 WARN: man/src/config/create.md does not exist, skipping
11:25:39 WARN: man/src/config/inspect.md does not exist, skipping
11:25:39 WARN: man/src/config/ls.md does not exist, skipping
11:25:39 WARN: man/src/config/rm.md does not exist, skipping
11:25:39 WARN: man/src/config.md does not exist, skipping
11:25:39 INFO: man/src/container/attach.md found
11:25:39 INFO: man/src/container/commit.md found
11:25:39 INFO: man/src/container/cp.md found
11:25:39 INFO: man/src/container/create.md found
11:25:39 INFO: man/src/container/diff.md found
11:25:39 INFO: man/src/container/exec.md found
11:25:39 INFO: man/src/container/export.md found
11:25:39 WARN: man/src/container/inspect.md does not exist, skipping
11:25:39 INFO: man/src/container/kill.md found
11:25:39 INFO: man/src/container/logs.md found
11:25:39 INFO: man/src/container/ls.md found
11:25:39 INFO: man/src/container/pause.md found
11:25:39 INFO: man/src/container/port.md found
11:25:39 WARN: man/src/container/prune.md does not exist, skipping
11:25:39 INFO: man/src/container/rename.md found
11:25:39 INFO: man/src/container/restart.md found
11:25:39 INFO: man/src/container/rm.md found
11:25:39 INFO: man/src/container/run.md found
11:25:39 INFO: man/src/container/start.md found
11:25:39 INFO: man/src/container/stats.md found
11:25:39 INFO: man/src/container/stop.md found
11:25:39 INFO: man/src/container/top.md found
11:25:39 INFO: man/src/container/unpause.md found
11:25:39 INFO: man/src/container/update.md found
11:25:39 INFO: man/src/container/wait.md found
11:25:39 WARN: man/src/container.md does not exist, skipping
11:25:39 WARN: man/src/context/create.md does not exist, skipping
11:25:39 WARN: man/src/context/export.md does not exist, skipping
11:25:39 WARN: man/src/context/import.md does not exist, skipping
11:25:39 WARN: man/src/context/inspect.md does not exist, skipping
11:25:39 WARN: man/src/context/ls.md does not exist, skipping
11:25:39 WARN: man/src/context/rm.md does not exist, skipping
11:25:39 WARN: man/src/context/show.md does not exist, skipping
11:25:39 WARN: man/src/context/update.md does not exist, skipping
11:25:39 WARN: man/src/context/use.md does not exist, skipping
11:25:39 WARN: man/src/context.md does not exist, skipping
11:25:39 INFO: man/src/cp.md found
11:25:39 INFO: man/src/create.md found
11:25:39 INFO: man/src/diff.md found
11:25:39 INFO: man/src/events.md found
11:25:39 INFO: man/src/exec.md found
11:25:39 INFO: man/src/export.md found
11:25:39 INFO: man/src/history.md found
11:25:39 INFO: man/src/image/build.md found
11:25:39 INFO: man/src/image/history.md found
11:25:39 INFO: man/src/image/import.md found
11:25:39 WARN: man/src/image/inspect.md does not exist, skipping
11:25:39 INFO: man/src/image/load.md found
11:25:39 INFO: man/src/image/ls.md found
11:25:39 WARN: man/src/image/prune.md does not exist, skipping
11:25:39 INFO: man/src/image/pull.md found
11:25:39 INFO: man/src/image/push.md found
11:25:39 INFO: man/src/image/rm.md found
11:25:39 INFO: man/src/image/save.md found
11:25:39 INFO: man/src/image/tag.md found
11:25:39 WARN: man/src/image.md does not exist, skipping
11:25:39 INFO: man/src/images.md found
11:25:39 INFO: man/src/import.md found
11:25:39 INFO: man/src/info.md found
11:25:39 INFO: man/src/inspect.md found
11:25:39 INFO: man/src/kill.md found
11:25:39 INFO: man/src/load.md found
11:25:39 INFO: man/src/login.md found
11:25:39 INFO: man/src/logout.md found
11:25:39 INFO: man/src/logs.md found
11:25:39 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:39 WARN: man/src/manifest/create.md does not exist, skipping
11:25:39 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:39 WARN: man/src/manifest/push.md does not exist, skipping
11:25:39 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:39 WARN: man/src/manifest.md does not exist, skipping
11:25:39 INFO: man/src/network/connect.md found
11:25:39 INFO: man/src/network/create.md found
11:25:39 INFO: man/src/network/disconnect.md found
11:25:39 INFO: man/src/network/inspect.md found
11:25:39 INFO: man/src/network/ls.md found
11:25:39 WARN: man/src/network/prune.md does not exist, skipping
11:25:39 INFO: man/src/network/rm.md found
11:25:39 WARN: man/src/network.md does not exist, skipping
11:25:39 WARN: man/src/node/demote.md does not exist, skipping
11:25:39 WARN: man/src/node/inspect.md does not exist, skipping
11:25:39 WARN: man/src/node/ls.md does not exist, skipping
11:25:39 WARN: man/src/node/promote.md does not exist, skipping
11:25:39 WARN: man/src/node/ps.md does not exist, skipping
11:25:39 WARN: man/src/node/rm.md does not exist, skipping
11:25:39 WARN: man/src/node/update.md does not exist, skipping
11:25:39 WARN: man/src/node.md does not exist, skipping
11:25:39 INFO: man/src/pause.md found
11:25:39 WARN: man/src/plugin/create.md does not exist, skipping
11:25:39 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:39 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:39 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:39 WARN: man/src/plugin/install.md does not exist, skipping
11:25:39 INFO: man/src/plugin/ls.md found
11:25:39 WARN: man/src/plugin/push.md does not exist, skipping
11:25:39 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:39 WARN: man/src/plugin/set.md does not exist, skipping
11:25:39 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:39 WARN: man/src/plugin.md does not exist, skipping
11:25:39 INFO: man/src/port.md found
11:25:39 INFO: man/src/ps.md found
11:25:39 INFO: man/src/pull.md found
11:25:39 INFO: man/src/push.md found
11:25:39 INFO: man/src/rename.md found
11:25:39 INFO: man/src/restart.md found
11:25:39 INFO: man/src/rm.md found
11:25:39 INFO: man/src/rmi.md found
11:25:39 WARN: man/src/run.md does not exist, skipping
11:25:39 INFO: man/src/save.md found
11:25:39 INFO: man/src/search.md found
11:25:39 WARN: man/src/secret/create.md does not exist, skipping
11:25:39 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:39 WARN: man/src/secret/ls.md does not exist, skipping
11:25:39 WARN: man/src/secret/rm.md does not exist, skipping
11:25:39 WARN: man/src/secret.md does not exist, skipping
11:25:39 WARN: man/src/service/create.md does not exist, skipping
11:25:39 WARN: man/src/service/inspect.md does not exist, skipping
11:25:39 WARN: man/src/service/logs.md does not exist, skipping
11:25:39 WARN: man/src/service/ls.md does not exist, skipping
11:25:39 WARN: man/src/service/ps.md does not exist, skipping
11:25:39 WARN: man/src/service/rm.md does not exist, skipping
11:25:39 WARN: man/src/service/rollback.md does not exist, skipping
11:25:39 WARN: man/src/service/scale.md does not exist, skipping
11:25:39 WARN: man/src/service/update.md does not exist, skipping
11:25:39 WARN: man/src/service.md does not exist, skipping
11:25:39 WARN: man/src/stack/config.md does not exist, skipping
11:25:39 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:39 WARN: man/src/stack/ls.md does not exist, skipping
11:25:39 WARN: man/src/stack/ps.md does not exist, skipping
11:25:39 WARN: man/src/stack/rm.md does not exist, skipping
11:25:39 WARN: man/src/stack/services.md does not exist, skipping
11:25:39 WARN: man/src/stack.md does not exist, skipping
11:25:39 INFO: man/src/start.md found
11:25:39 INFO: man/src/stats.md found
11:25:39 INFO: man/src/stop.md found
11:25:39 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:39 WARN: man/src/swarm/init.md does not exist, skipping
11:25:39 WARN: man/src/swarm/join.md does not exist, skipping
11:25:39 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:39 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:39 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:39 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:39 WARN: man/src/swarm/update.md does not exist, skipping
11:25:39 WARN: man/src/swarm.md does not exist, skipping
11:25:39 WARN: man/src/system/df.md does not exist, skipping
11:25:39 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:39 INFO: man/src/system/events.md found
11:25:39 INFO: man/src/system/info.md found
11:25:39 WARN: man/src/system/prune.md does not exist, skipping
11:25:39 WARN: man/src/system.md does not exist, skipping
11:25:39 INFO: man/src/tag.md found
11:25:39 INFO: man/src/top.md found
11:25:39 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:39 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:39 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:39 WARN: man/src/trust/key.md does not exist, skipping
11:25:39 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:39 WARN: man/src/trust/sign.md does not exist, skipping
11:25:39 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:39 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:39 WARN: man/src/trust/signer.md does not exist, skipping
11:25:39 WARN: man/src/trust.md does not exist, skipping
11:25:39 INFO: man/src/unpause.md found
11:25:39 INFO: man/src/update.md found
11:25:39 INFO: man/src/version.md found
11:25:39 INFO: man/src/volume/create.md found
11:25:39 INFO: man/src/volume/inspect.md found
11:25:39 INFO: man/src/volume/ls.md found
11:25:39 WARN: man/src/volume/prune.md does not exist, skipping
11:25:39 WARN: man/src/volume/rm.md does not exist, skipping
11:25:39 WARN: man/src/volume/update.md does not exist, skipping
11:25:39 INFO: man/src/volume.md found
11:25:39 INFO: man/src/wait.md found
11:25:39 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:39 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:39 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:39 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:39 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:39 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:39 make[2]: Leaving directory '/root/build-deb/cli'
11:25:39 # Build buildx plugin
11:25:39 cd /go/src/github.com/docker/buildx \
11:25:39 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:39 && GO111MODULE=on \
11:25:39 	CGO_ENABLED=0 \
11:25:39 		go build \
11:25:39 			-mod=vendor \
11:25:39 			-trimpath \
11:25:39 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:39 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:39 			./cmd/buildx
11:25:39 + return
11:25:39 + RPM_EC=0
11:25:39 ++ jobs -p
11:25:39 + exit 0
11:25:39 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.heDJ6A
11:25:39 + umask 022
11:25:39 + cd /root/rpmbuild/BUILD
11:25:39 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64 '!=' / ']'
11:25:39 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:39 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:39 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:39 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:39 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:39 + export CFLAGS
11:25:39 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:39 + export CXXFLAGS
11:25:39 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:39 + export FFLAGS
11:25:39 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:39 + export FCFLAGS
11:25:39 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:25:39 + export LDFLAGS
11:25:39 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:39 + export LT_SYS_LIBRARY_PATH
11:25:39 + CC=gcc
11:25:39 + export CC
11:25:39 + CXX=g++
11:25:39 + export CXX
11:25:39 + cd src
11:25:39 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
11:25:39 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:25:39 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/rootlesskit
11:25:39 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
11:25:39 + /usr/lib/rpm/check-buildroot
11:25:39 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:39 + /usr/lib/rpm/brp-compress
11:25:39 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:39 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:39 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:25:39 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:39 + /usr/lib/rpm/check-rpaths
11:25:39 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:39 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:25:39 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:25:39 + /usr/lib/rpm/brp-remove-la-files
11:25:39 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:25:39 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:39 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.I5uuKU
11:25:39 + umask 022
11:25:39 + cd /root/rpmbuild/BUILD
11:25:39 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:39 + export CFLAGS
11:25:39 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:25:39 + export CXXFLAGS
11:25:39 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:39 + export FFLAGS
11:25:39 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:25:39 + export FCFLAGS
11:25:39 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64.ld'
11:25:39 + export LDFLAGS
11:25:39 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:39 + export LT_SYS_LIBRARY_PATH
11:25:39 + CC=gcc
11:25:39 + export CC
11:25:39 + CXX=g++
11:25:39 + export CXX
11:25:39 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:25:39 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230309110843.71615c2-0.fc36 x86_64
11:25:39 + cd src
11:25:39 + /usr/local/bin/rootlesskit -v
11:25:39 rootlesskit version 1.1.0
11:25:39 + RPM_EC=0
11:25:39 ++ jobs -p
11:25:39 + exit 0
11:25:39 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:39 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230309110843.71615c2-0.fc36
11:25:39 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:39 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:39 Requires(post): /bin/sh
11:25:39 Requires(preun): /bin/sh
11:25:39 Requires(postun): /bin/sh
11:25:39 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)
11:25:39 Conflicts: rootlesskit
11:25:39 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:40 #11 extracting sha256:f790f4c5274f100158d4c23bc5eddf659c1fe93ef4025488f9493d88f1490d88 4.3s done
11:25:40 #11 extracting sha256:c7bf170fd9e6726c86c0d4b478d9ec522e82c527a8e708668f48233a4d03f618 done
11:25:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.src.rpm
11:25:40 #11 DONE 6.9s
11:25:40 
11:25:40 #13 [gobase 1/3] COPY --from=xx / /
11:25:40 #13 DONE 0.4s
11:25:40 
11:25:40 #14 [gobase 2/3] RUN apk add --no-cache file git
11:25:41 #14 0.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
11:25:42 #14 1.479 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
11:25:42 #14 1.691 (1/8) Installing libmagic (5.43-r0)
11:25:42 #14 1.719 (2/8) Installing file (5.43-r0)
11:25:42 #14 1.721 (3/8) Installing brotli-libs (1.0.9-r9)
11:25:42 #14 1.731 (4/8) Installing nghttp2-libs (1.51.0-r0)
11:25:42 #14 1.735 (5/8) Installing libcurl (7.88.1-r0)
11:25:42 #14 1.753 (6/8) Installing libexpat (2.5.0-r0)
11:25:42 #14 1.757 (7/8) Installing pcre2 (10.42-r0)
11:25:42 #14 1.765 (8/8) Installing git (2.38.4-r1)
11:25:42 #14 1.834 Executing busybox-1.35.0-r29.trigger
11:25:42 #14 1.839 OK: 24 MiB in 24 packages
11:25:42 #14 DONE 1.9s
11:25:42 
11:25:42 #15 [gobase 3/3] WORKDIR /src
11:25:42 #15 DONE 0.0s
11:25:42 
11:25:42 #16 [buildx-version 1/1] RUN --mount=type=bind,target=. <<EOT (set -e...)
11:25:43 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm
11:25:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zE6k3J
11:25:43 + umask 022
11:25:43 + cd /root/rpmbuild/BUILD
11:25:43 + cd src
11:25:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64
11:25:43 + RPM_EC=0
11:25:43 ++ jobs -p
11:25:43 + exit 0
11:25:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ahkd2H
11:25:43 + umask 022
11:25:43 + cd /root/rpmbuild/BUILD
11:25:43 + cd /root/rpmbuild/BUILD
11:25:43 + rm -rf src
11:25:43 + /usr/bin/mkdir -p src
11:25:43 + cd src
11:25:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:25:43 + /usr/bin/tar -xof -
11:25:43 + STATUS=0
11:25:43 + '[' 0 -ne 0 ']'
11:25:43 + /usr/bin/tar -xof -
11:25:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:25:43 + STATUS=0
11:25:43 + '[' 0 -ne 0 ']'
11:25:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:43 + RPM_EC=0
11:25:43 ++ jobs -p
11:25:43 + exit 0
11:25:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.j7irok
11:25:43 + umask 022
11:25:43 + cd /root/rpmbuild/BUILD
11:25:43 + cd src
11:25:43 + pushd /root/rpmbuild/BUILD/src/buildx
11:25:43 + GO111MODULE=on
11:25:43 + CGO_ENABLED=0
11:25:43 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:25:43 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:25:43 #16 0.676 v0.10.4c513d34049e499c53468deac6c4267ee72948f02#16 DONE 1.1s
11:25:44 
11:25:44 #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...)
11:25:44 #17 0.382 + CGO_ENABLED=0 go build -mod vendor -trimpath -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -s -w' -o /usr/bin/docker-buildx ./cmd/buildx
11:25:45 + popd
11:25:45 + exit 0
11:25:45 ~/rpmbuild/BUILD/src
11:25:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GlUj7u
11:25:45 + umask 022
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64 '!=' / ']'
11:25:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:45 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 + cd src
11:25:45 + pushd /root/rpmbuild/BUILD/src/buildx
11:25:45 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:25:45 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:25:45 + popd
11:25:45 + /usr/lib/rpm/check-buildroot
11:25:45 ~/rpmbuild/BUILD/src
11:25:45 + /usr/lib/rpm/redhat/brp-compress
11:25:45 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:25:45 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:45 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:25:45 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:25:45 + /usr/lib/rpm/redhat/brp-python-hardlink
11:25:45 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:25:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zItZxR
11:25:45 + umask 022
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + cd src
11:25:45 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:25:45 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:25:45 + ver=v0.10.4
11:25:45 + test v0.10.4 = v0.10.4
11:25:45 + echo 'PASS: docker-buildx version OK'
11:25:45 + exit 0
11:25:45 PASS: docker-buildx version OK
11:25:45 Processing files: docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 Provides: docker-buildx-plugin = 0:0.10.4-0.el7 docker-buildx-plugin(aarch-64) = 0:0.10.4-0.el7
11:25:45 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:45 Requires(post): /bin/sh
11:25:45 Requires(preun): /bin/sh
11:25:45 Requires(postun): /bin/sh
11:25:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el7.src.rpm
11:25:45 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el7.aarch64.rpm
11:25:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BDqZ6w
11:25:45 + umask 022
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + cd src
11:25:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.aarch64
11:25:45 + exit 0
11:25:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.feQ1EE
11:25:45 + umask 022
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + rm -rf src
11:25:45 + /usr/bin/mkdir -p src
11:25:45 + cd src
11:25:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:25:45 + /usr/bin/tar -xf -
11:25:45 + STATUS=0
11:25:45 + '[' 0 -ne 0 ']'
11:25:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:25:45 + /usr/bin/tar -xf -
11:25:45 + STATUS=0
11:25:45 + '[' 0 -ne 0 ']'
11:25:45 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:45 + exit 0
11:25:45 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EJLfzU
11:25:45 + umask 022
11:25:45 + cd /root/rpmbuild/BUILD
11:25:45 + cd src
11:25:45 + pushd /root/rpmbuild/BUILD/src/compose
11:25:45 + make VERSION=v2.16.0 DESTDIR=./bin build
11:25:45 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:25: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
11:25:45 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:45 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:45 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:45 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:45 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:45 go: downloading github.com/docker/buildx v0.10.2
11:25:45 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:45 go: downloading github.com/moby/buildkit v0.11.2
11:25:45 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:45 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:45 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:45 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:45 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:45 go: downloading golang.org/x/sync v0.1.0
11:25:45 go: downloading github.com/imdario/mergo v0.3.13
11:25:45 go: downloading github.com/containerd/console v1.0.3
11:25:45 go: downloading github.com/buger/goterm v1.0.4
11:25:45 go: downloading github.com/stretchr/testify v1.8.1
11:25:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:45 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:45 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:45 go: downloading golang.org/x/net v0.4.0
11:25:45 go: downloading google.golang.org/grpc v1.50.1
11:25:45 go: downloading k8s.io/client-go v0.22.4
11:25:45 go: downloading k8s.io/api v0.22.4
11:25:45 go: downloading k8s.io/apimachinery v0.22.4
11:25:45 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:45 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:45 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:45 go: downloading github.com/golang/mock v1.6.0
11:25:45 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:45 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:45 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:45 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:45 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:45 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:45 go: downloading golang.org/x/term v0.3.0
11:25:45 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:45 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:45 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:45 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:45 go: downloading github.com/go-logr/stdr v1.2.2
11:25:45 go: downloading github.com/containerd/typeurl v1.0.2
11:25:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:45 go: downloading github.com/gogo/googleapis v1.4.1
11:25:46 + popd
11:25:46 ~/rpmbuild/BUILD/src
11:25:46 + exit 0
11:25:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OigWLS
11:25:46 + umask 022
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64 '!=' / ']'
11:25:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 + mkdir -p /root/rpmbuild/BUILDROOT
11:25:46 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 + cd src
11:25:46 + pushd /root/rpmbuild/BUILD/src/buildx
11:25:46 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:25:46 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:25:46 + popd
11:25:46 ~/rpmbuild/BUILD/src
11:25:46 + /usr/lib/rpm/check-buildroot
11:25:46 + /usr/lib/rpm/redhat/brp-ldconfig
11:25:46 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:25:46 + /usr/lib/rpm/brp-compress
11:25:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:25:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:25:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:25:46 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:25:46 + /usr/lib/rpm/brp-python-hardlink
11:25:46 + PYTHON3=/usr/libexec/platform-python
11:25:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:25:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UXCMn7
11:25:46 + umask 022
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + cd src
11:25:46 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:25:46 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:25:46 + ver=v0.10.4
11:25:46 + test v0.10.4 = v0.10.4
11:25:46 + echo 'PASS: docker-buildx version OK'
11:25:46 PASS: docker-buildx version OK
11:25:46 + exit 0
11:25:46 Processing files: docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:25:46 Provides: docker-buildx-plugin = 0:0.10.4-0.el8 docker-buildx-plugin(aarch-64) = 0:0.10.4-0.el8
11:25:46 Requires(interp): /bin/sh /bin/sh /bin/sh
11:25:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:25:46 Requires(post): /bin/sh
11:25:46 Requires(preun): /bin/sh
11:25:46 Requires(postun): /bin/sh
11:25:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el8.src.rpm
11:25:46 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el8.aarch64.rpm
11:25:46 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.smk6Gp
11:25:46 + umask 022
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + cd src
11:25:46 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.aarch64
11:25:46 + exit 0
11:25:46 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.z9OZoG
11:25:46 + umask 022
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + rm -rf src
11:25:46 + /usr/bin/mkdir -p src
11:25:46 + cd src
11:25:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:25:46 + /usr/bin/tar -xof -
11:25:46 + STATUS=0
11:25:46 + '[' 0 -ne 0 ']'
11:25:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:25:46 + /usr/bin/tar -xof -
11:25:46 + STATUS=0
11:25:46 + '[' 0 -ne 0 ']'
11:25:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:46 + exit 0
11:25:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BV8FQn
11:25:46 + umask 022
11:25:46 + cd /root/rpmbuild/BUILD
11:25:46 + cd src
11:25:46 + pushd /root/rpmbuild/BUILD/src/compose
11:25:46 + make VERSION=v2.16.0 DESTDIR=./bin build
11:25:46 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:25: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 "./bin/docker-compose" ./cmd
11:25:46 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:46 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:46 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:46 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:46 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:46 go: downloading github.com/docker/buildx v0.10.2
11:25:46 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:46 go: downloading github.com/moby/buildkit v0.11.2
11:25:46 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:46 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:46 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:46 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:46 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:46 go: downloading golang.org/x/sync v0.1.0
11:25:46 go: downloading github.com/imdario/mergo v0.3.13
11:25:46 go: downloading github.com/containerd/console v1.0.3
11:25:46 go: downloading github.com/buger/goterm v1.0.4
11:25:46 go: downloading github.com/stretchr/testify v1.8.1
11:25:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:46 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:46 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:46 go: downloading google.golang.org/grpc v1.50.1
11:25:46 go: downloading k8s.io/client-go v0.22.4
11:25:46 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:46 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:46 go: downloading k8s.io/klog/v2 v2.60.1
11:25:46 go: downloading github.com/google/gofuzz v1.2.0
11:25:46 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:46 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:46 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:46 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:46 go: downloading github.com/aws/smithy-go v1.11.2
11:25:46 go: downloading github.com/moby/locker v1.0.1
11:25:46 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:46 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:46 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:46 go: downloading k8s.io/api v0.22.4
11:25:47 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:47 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:47 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:47 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:47 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:47 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:47 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:47 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:47 go: downloading github.com/json-iterator/go v1.1.12
11:25:47 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:47 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:47 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:47 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:47 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:47 go: downloading github.com/moby/spdystream v0.2.0
11:25:47 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:47 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm
11:25:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OAe3Ds
11:25:47 + umask 022
11:25:47 + cd /root/rpmbuild/BUILD
11:25:47 + cd src
11:25:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64
11:25:47 + RPM_EC=0
11:25:47 ++ jobs -p
11:25:47 + exit 0
11:25:47     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:25:47     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:25:47     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:25:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:25:47 
11:25:47 RPM build warnings:
11:25:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vteEL1
11:25:47 + umask 022
11:25:47 + cd /root/rpmbuild/BUILD
11:25:47 + cd /root/rpmbuild/BUILD
11:25:47 + rm -rf src
11:25:47 + /usr/bin/mkdir -p src
11:25:47 + cd src
11:25:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:25:47 + /usr/bin/tar -xof -
11:25:47 + STATUS=0
11:25:47 + '[' 0 -ne 0 ']'
11:25:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:25:47 + /usr/bin/tar -xof -
11:25:47 + STATUS=0
11:25:47 + '[' 0 -ne 0 ']'
11:25:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:25:47 + RPM_EC=0
11:25:47 ++ jobs -p
11:25:47 + exit 0
11:25:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jItVuJ
11:25:47 + umask 022
11:25:47 + cd /root/rpmbuild/BUILD
11:25:47 + 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'
11:25:47 + export CFLAGS
11:25:47 + 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'
11:25:47 + export CXXFLAGS
11:25:47 + 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'
11:25:47 + export FFLAGS
11:25:47 + 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'
11:25:47 + export FCFLAGS
11:25:47 + 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.4-0.fc36.x86_64.ld'
11:25:47 + export LDFLAGS
11:25:47 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:25:47 + export LT_SYS_LIBRARY_PATH
11:25:47 + CC=gcc
11:25:47 + export CC
11:25:47 + CXX=g++
11:25:47 + export CXX
11:25:47 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:25:47 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.4-0.fc36 x86_64
11:25:47 + cd src
11:25:47 + pushd /root/rpmbuild/BUILD/src/buildx
11:25:47 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:25:47 + GO111MODULE=on
11:25:47 + CGO_ENABLED=0
11:25:47 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:25:47 go: downloading k8s.io/apimachinery v0.22.4
11:25:47 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:47 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:47 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:47 go: downloading github.com/golang/mock v1.6.0
11:25:47 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:47 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:47 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:47 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:47 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:47 go: downloading golang.org/x/net v0.4.0
11:25:47 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:47 go: downloading golang.org/x/term v0.3.0
11:25:47 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:47 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:47 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:47 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:47 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:48 go: downloading github.com/go-logr/stdr v1.2.2
11:25:48 go: downloading github.com/containerd/typeurl v1.0.2
11:25:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:48 go: downloading github.com/gogo/googleapis v1.4.1
11:25:49 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:49 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:49 go: downloading k8s.io/klog/v2 v2.60.1
11:25:49 go: downloading github.com/google/gofuzz v1.2.0
11:25:49 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:49 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:49 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:49 go: downloading github.com/aws/smithy-go v1.11.2
11:25:49 go: downloading github.com/moby/locker v1.0.1
11:25:49 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:49 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:49 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:49 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:49 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:49 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:49 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:49 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:49 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:49 go: downloading github.com/json-iterator/go v1.1.12
11:25:49 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:49 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:49 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:49 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:49 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:49 go: downloading github.com/moby/spdystream v0.2.0
11:25:49 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:49 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:51 ++ pwd
11:25:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:51 Project root: .
11:25:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:51 INFO: man/src/attach.md found
11:25:51 WARN: man/src/build.md does not exist, skipping
11:25:51 WARN: man/src/builder/build.md does not exist, skipping
11:25:51 WARN: man/src/builder/prune.md does not exist, skipping
11:25:51 WARN: man/src/builder.md does not exist, skipping
11:25:51 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:51 WARN: man/src/checkpoint.md does not exist, skipping
11:25:51 INFO: man/src/commit.md found
11:25:51 WARN: man/src/config/create.md does not exist, skipping
11:25:51 WARN: man/src/config/inspect.md does not exist, skipping
11:25:51 WARN: man/src/config/ls.md does not exist, skipping
11:25:51 WARN: man/src/config/rm.md does not exist, skipping
11:25:51 WARN: man/src/config.md does not exist, skipping
11:25:51 INFO: man/src/container/attach.md found
11:25:51 INFO: man/src/container/commit.md found
11:25:51 INFO: man/src/container/cp.md found
11:25:51 INFO: man/src/container/create.md found
11:25:51 INFO: man/src/container/diff.md found
11:25:51 INFO: man/src/container/exec.md found
11:25:51 INFO: man/src/container/export.md found
11:25:51 WARN: man/src/container/inspect.md does not exist, skipping
11:25:51 INFO: man/src/container/kill.md found
11:25:51 INFO: man/src/container/logs.md found
11:25:51 INFO: man/src/container/ls.md found
11:25:51 INFO: man/src/container/pause.md found
11:25:51 INFO: man/src/container/port.md found
11:25:51 WARN: man/src/container/prune.md does not exist, skipping
11:25:51 INFO: man/src/container/rename.md found
11:25:51 INFO: man/src/container/restart.md found
11:25:51 INFO: man/src/container/rm.md found
11:25:51 INFO: man/src/container/run.md found
11:25:51 INFO: man/src/container/start.md found
11:25:51 INFO: man/src/container/stats.md found
11:25:51 INFO: man/src/container/stop.md found
11:25:51 INFO: man/src/container/top.md found
11:25:51 INFO: man/src/container/unpause.md found
11:25:51 INFO: man/src/container/update.md found
11:25:51 INFO: man/src/container/wait.md found
11:25:51 WARN: man/src/container.md does not exist, skipping
11:25:51 WARN: man/src/context/create.md does not exist, skipping
11:25:51 WARN: man/src/context/export.md does not exist, skipping
11:25:51 WARN: man/src/context/import.md does not exist, skipping
11:25:51 WARN: man/src/context/inspect.md does not exist, skipping
11:25:51 WARN: man/src/context/ls.md does not exist, skipping
11:25:51 WARN: man/src/context/rm.md does not exist, skipping
11:25:51 WARN: man/src/context/show.md does not exist, skipping
11:25:51 WARN: man/src/context/update.md does not exist, skipping
11:25:51 WARN: man/src/context/use.md does not exist, skipping
11:25:51 WARN: man/src/context.md does not exist, skipping
11:25:51 INFO: man/src/cp.md found
11:25:51 INFO: man/src/create.md found
11:25:51 INFO: man/src/diff.md found
11:25:51 INFO: man/src/events.md found
11:25:51 INFO: man/src/exec.md found
11:25:51 INFO: man/src/export.md found
11:25:51 INFO: man/src/history.md found
11:25:51 INFO: man/src/image/build.md found
11:25:51 INFO: man/src/image/history.md found
11:25:51 INFO: man/src/image/import.md found
11:25:51 WARN: man/src/image/inspect.md does not exist, skipping
11:25:51 INFO: man/src/image/load.md found
11:25:51 INFO: man/src/image/ls.md found
11:25:51 WARN: man/src/image/prune.md does not exist, skipping
11:25:51 INFO: man/src/image/pull.md found
11:25:51 INFO: man/src/image/push.md found
11:25:51 INFO: man/src/image/rm.md found
11:25:51 INFO: man/src/image/save.md found
11:25:51 INFO: man/src/image/tag.md found
11:25:51 WARN: man/src/image.md does not exist, skipping
11:25:51 INFO: man/src/images.md found
11:25:51 INFO: man/src/import.md found
11:25:51 INFO: man/src/info.md found
11:25:51 INFO: man/src/inspect.md found
11:25:51 INFO: man/src/kill.md found
11:25:51 INFO: man/src/load.md found
11:25:51 INFO: man/src/login.md found
11:25:51 INFO: man/src/logout.md found
11:25:51 INFO: man/src/logs.md found
11:25:51 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:51 WARN: man/src/manifest/create.md does not exist, skipping
11:25:51 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:51 WARN: man/src/manifest/push.md does not exist, skipping
11:25:51 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:51 WARN: man/src/manifest.md does not exist, skipping
11:25:51 INFO: man/src/network/connect.md found
11:25:51 INFO: man/src/network/create.md found
11:25:51 INFO: man/src/network/disconnect.md found
11:25:51 INFO: man/src/network/inspect.md found
11:25:51 INFO: man/src/network/ls.md found
11:25:51 WARN: man/src/network/prune.md does not exist, skipping
11:25:51 INFO: man/src/network/rm.md found
11:25:51 WARN: man/src/network.md does not exist, skipping
11:25:51 WARN: man/src/node/demote.md does not exist, skipping
11:25:51 WARN: man/src/node/inspect.md does not exist, skipping
11:25:51 WARN: man/src/node/ls.md does not exist, skipping
11:25:51 WARN: man/src/node/promote.md does not exist, skipping
11:25:51 WARN: man/src/node/ps.md does not exist, skipping
11:25:51 WARN: man/src/node/rm.md does not exist, skipping
11:25:51 WARN: man/src/node/update.md does not exist, skipping
11:25:51 WARN: man/src/node.md does not exist, skipping
11:25:51 INFO: man/src/pause.md found
11:25:51 WARN: man/src/plugin/create.md does not exist, skipping
11:25:51 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:51 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:51 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:51 WARN: man/src/plugin/install.md does not exist, skipping
11:25:51 INFO: man/src/plugin/ls.md found
11:25:51 WARN: man/src/plugin/push.md does not exist, skipping
11:25:51 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:51 WARN: man/src/plugin/set.md does not exist, skipping
11:25:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:51 WARN: man/src/plugin.md does not exist, skipping
11:25:51 INFO: man/src/port.md found
11:25:51 INFO: man/src/ps.md found
11:25:51 INFO: man/src/pull.md found
11:25:51 INFO: man/src/push.md found
11:25:51 INFO: man/src/rename.md found
11:25:51 INFO: man/src/restart.md found
11:25:51 INFO: man/src/rm.md found
11:25:51 INFO: man/src/rmi.md found
11:25:51 WARN: man/src/run.md does not exist, skipping
11:25:51 INFO: man/src/save.md found
11:25:51 INFO: man/src/search.md found
11:25:51 WARN: man/src/secret/create.md does not exist, skipping
11:25:51 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:51 WARN: man/src/secret/ls.md does not exist, skipping
11:25:51 WARN: man/src/secret/rm.md does not exist, skipping
11:25:51 WARN: man/src/secret.md does not exist, skipping
11:25:51 WARN: man/src/service/create.md does not exist, skipping
11:25:51 WARN: man/src/service/inspect.md does not exist, skipping
11:25:51 WARN: man/src/service/logs.md does not exist, skipping
11:25:51 WARN: man/src/service/ls.md does not exist, skipping
11:25:51 WARN: man/src/service/ps.md does not exist, skipping
11:25:51 WARN: man/src/service/rm.md does not exist, skipping
11:25:51 WARN: man/src/service/rollback.md does not exist, skipping
11:25:51 WARN: man/src/service/scale.md does not exist, skipping
11:25:51 WARN: man/src/service/update.md does not exist, skipping
11:25:51 WARN: man/src/service.md does not exist, skipping
11:25:51 WARN: man/src/stack/config.md does not exist, skipping
11:25:51 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:51 WARN: man/src/stack/ls.md does not exist, skipping
11:25:51 WARN: man/src/stack/ps.md does not exist, skipping
11:25:51 WARN: man/src/stack/rm.md does not exist, skipping
11:25:51 WARN: man/src/stack/services.md does not exist, skipping
11:25:51 WARN: man/src/stack.md does not exist, skipping
11:25:51 INFO: man/src/start.md found
11:25:51 INFO: man/src/stats.md found
11:25:51 INFO: man/src/stop.md found
11:25:51 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:51 WARN: man/src/swarm/init.md does not exist, skipping
11:25:51 WARN: man/src/swarm/join.md does not exist, skipping
11:25:51 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:51 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:51 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:51 WARN: man/src/swarm/update.md does not exist, skipping
11:25:51 WARN: man/src/swarm.md does not exist, skipping
11:25:51 WARN: man/src/system/df.md does not exist, skipping
11:25:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:51 INFO: man/src/system/events.md found
11:25:51 INFO: man/src/system/info.md found
11:25:51 WARN: man/src/system/prune.md does not exist, skipping
11:25:51 WARN: man/src/system.md does not exist, skipping
11:25:51 INFO: man/src/tag.md found
11:25:51 INFO: man/src/top.md found
11:25:51 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:51 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:51 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:51 WARN: man/src/trust/key.md does not exist, skipping
11:25:51 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:51 WARN: man/src/trust/sign.md does not exist, skipping
11:25:51 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:51 WARN: man/src/trust/signer.md does not exist, skipping
11:25:51 WARN: man/src/trust.md does not exist, skipping
11:25:51 INFO: man/src/unpause.md found
11:25:51 INFO: man/src/update.md found
11:25:51 INFO: man/src/version.md found
11:25:51 INFO: man/src/volume/create.md found
11:25:51 INFO: man/src/volume/inspect.md found
11:25:51 INFO: man/src/volume/ls.md found
11:25:51 WARN: man/src/volume/prune.md does not exist, skipping
11:25:51 WARN: man/src/volume/rm.md does not exist, skipping
11:25:51 WARN: man/src/volume/update.md does not exist, skipping
11:25:51 INFO: man/src/volume.md found
11:25:51 INFO: man/src/wait.md found
11:25:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:51 make[2]: Leaving directory '/root/build-deb/cli'
11:25:51 # Build buildx plugin
11:25:51 cd /go/src/github.com/docker/buildx \
11:25:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:51 && GO111MODULE=on \
11:25:51 	CGO_ENABLED=0 \
11:25:51 		go build \
11:25:51 			-mod=vendor \
11:25:51 			-trimpath \
11:25:51 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:51 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:51 			./cmd/buildx
11:25:52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:52 ++ pwd
11:25:52 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:52 Project root: .
11:25:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:52 INFO: man/src/attach.md found
11:25:52 WARN: man/src/build.md does not exist, skipping
11:25:52 WARN: man/src/builder/build.md does not exist, skipping
11:25:52 WARN: man/src/builder/prune.md does not exist, skipping
11:25:52 WARN: man/src/builder.md does not exist, skipping
11:25:52 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:52 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:52 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:52 WARN: man/src/checkpoint.md does not exist, skipping
11:25:52 INFO: man/src/commit.md found
11:25:52 WARN: man/src/config/create.md does not exist, skipping
11:25:52 WARN: man/src/config/inspect.md does not exist, skipping
11:25:52 WARN: man/src/config/ls.md does not exist, skipping
11:25:52 WARN: man/src/config/rm.md does not exist, skipping
11:25:52 WARN: man/src/config.md does not exist, skipping
11:25:52 INFO: man/src/container/attach.md found
11:25:52 INFO: man/src/container/commit.md found
11:25:52 INFO: man/src/container/cp.md found
11:25:52 INFO: man/src/container/create.md found
11:25:52 INFO: man/src/container/diff.md found
11:25:52 INFO: man/src/container/exec.md found
11:25:52 INFO: man/src/container/export.md found
11:25:52 WARN: man/src/container/inspect.md does not exist, skipping
11:25:52 INFO: man/src/container/kill.md found
11:25:52 INFO: man/src/container/logs.md found
11:25:52 INFO: man/src/container/ls.md found
11:25:52 INFO: man/src/container/pause.md found
11:25:52 INFO: man/src/container/port.md found
11:25:52 WARN: man/src/container/prune.md does not exist, skipping
11:25:52 INFO: man/src/container/rename.md found
11:25:52 INFO: man/src/container/restart.md found
11:25:52 INFO: man/src/container/rm.md found
11:25:52 INFO: man/src/container/run.md found
11:25:52 INFO: man/src/container/start.md found
11:25:52 INFO: man/src/container/stats.md found
11:25:52 INFO: man/src/container/stop.md found
11:25:52 INFO: man/src/container/top.md found
11:25:52 INFO: man/src/container/unpause.md found
11:25:52 INFO: man/src/container/update.md found
11:25:52 INFO: man/src/container/wait.md found
11:25:52 WARN: man/src/container.md does not exist, skipping
11:25:52 WARN: man/src/context/create.md does not exist, skipping
11:25:52 WARN: man/src/context/export.md does not exist, skipping
11:25:52 WARN: man/src/context/import.md does not exist, skipping
11:25:52 WARN: man/src/context/inspect.md does not exist, skipping
11:25:52 WARN: man/src/context/ls.md does not exist, skipping
11:25:52 WARN: man/src/context/rm.md does not exist, skipping
11:25:52 WARN: man/src/context/show.md does not exist, skipping
11:25:52 WARN: man/src/context/update.md does not exist, skipping
11:25:52 WARN: man/src/context/use.md does not exist, skipping
11:25:52 WARN: man/src/context.md does not exist, skipping
11:25:52 INFO: man/src/cp.md found
11:25:52 INFO: man/src/create.md found
11:25:52 INFO: man/src/diff.md found
11:25:52 INFO: man/src/events.md found
11:25:52 INFO: man/src/exec.md found
11:25:52 INFO: man/src/export.md found
11:25:52 INFO: man/src/history.md found
11:25:52 INFO: man/src/image/build.md found
11:25:52 INFO: man/src/image/history.md found
11:25:52 INFO: man/src/image/import.md found
11:25:52 WARN: man/src/image/inspect.md does not exist, skipping
11:25:52 INFO: man/src/image/load.md found
11:25:52 INFO: man/src/image/ls.md found
11:25:52 WARN: man/src/image/prune.md does not exist, skipping
11:25:52 INFO: man/src/image/pull.md found
11:25:52 INFO: man/src/image/push.md found
11:25:52 INFO: man/src/image/rm.md found
11:25:52 INFO: man/src/image/save.md found
11:25:52 INFO: man/src/image/tag.md found
11:25:52 WARN: man/src/image.md does not exist, skipping
11:25:52 INFO: man/src/images.md found
11:25:52 INFO: man/src/import.md found
11:25:52 INFO: man/src/info.md found
11:25:52 INFO: man/src/inspect.md found
11:25:52 INFO: man/src/kill.md found
11:25:52 INFO: man/src/load.md found
11:25:52 INFO: man/src/login.md found
11:25:52 INFO: man/src/logout.md found
11:25:52 INFO: man/src/logs.md found
11:25:52 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:52 WARN: man/src/manifest/create.md does not exist, skipping
11:25:52 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:52 WARN: man/src/manifest/push.md does not exist, skipping
11:25:52 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:52 WARN: man/src/manifest.md does not exist, skipping
11:25:52 INFO: man/src/network/connect.md found
11:25:52 INFO: man/src/network/create.md found
11:25:52 INFO: man/src/network/disconnect.md found
11:25:52 INFO: man/src/network/inspect.md found
11:25:52 INFO: man/src/network/ls.md found
11:25:52 WARN: man/src/network/prune.md does not exist, skipping
11:25:52 INFO: man/src/network/rm.md found
11:25:52 WARN: man/src/network.md does not exist, skipping
11:25:52 WARN: man/src/node/demote.md does not exist, skipping
11:25:52 WARN: man/src/node/inspect.md does not exist, skipping
11:25:52 WARN: man/src/node/ls.md does not exist, skipping
11:25:52 WARN: man/src/node/promote.md does not exist, skipping
11:25:52 WARN: man/src/node/ps.md does not exist, skipping
11:25:52 WARN: man/src/node/rm.md does not exist, skipping
11:25:52 WARN: man/src/node/update.md does not exist, skipping
11:25:52 WARN: man/src/node.md does not exist, skipping
11:25:52 INFO: man/src/pause.md found
11:25:52 WARN: man/src/plugin/create.md does not exist, skipping
11:25:52 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:52 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:52 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:52 WARN: man/src/plugin/install.md does not exist, skipping
11:25:52 INFO: man/src/plugin/ls.md found
11:25:52 WARN: man/src/plugin/push.md does not exist, skipping
11:25:52 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:52 WARN: man/src/plugin/set.md does not exist, skipping
11:25:52 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:52 WARN: man/src/plugin.md does not exist, skipping
11:25:52 INFO: man/src/port.md found
11:25:52 INFO: man/src/ps.md found
11:25:52 INFO: man/src/pull.md found
11:25:52 INFO: man/src/push.md found
11:25:52 INFO: man/src/rename.md found
11:25:52 INFO: man/src/restart.md found
11:25:52 INFO: man/src/rm.md found
11:25:52 INFO: man/src/rmi.md found
11:25:52 WARN: man/src/run.md does not exist, skipping
11:25:52 INFO: man/src/save.md found
11:25:52 INFO: man/src/search.md found
11:25:52 WARN: man/src/secret/create.md does not exist, skipping
11:25:52 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:52 WARN: man/src/secret/ls.md does not exist, skipping
11:25:52 WARN: man/src/secret/rm.md does not exist, skipping
11:25:52 WARN: man/src/secret.md does not exist, skipping
11:25:52 WARN: man/src/service/create.md does not exist, skipping
11:25:52 WARN: man/src/service/inspect.md does not exist, skipping
11:25:52 WARN: man/src/service/logs.md does not exist, skipping
11:25:52 WARN: man/src/service/ls.md does not exist, skipping
11:25:52 WARN: man/src/service/ps.md does not exist, skipping
11:25:52 WARN: man/src/service/rm.md does not exist, skipping
11:25:52 WARN: man/src/service/rollback.md does not exist, skipping
11:25:52 WARN: man/src/service/scale.md does not exist, skipping
11:25:52 WARN: man/src/service/update.md does not exist, skipping
11:25:52 WARN: man/src/service.md does not exist, skipping
11:25:52 WARN: man/src/stack/config.md does not exist, skipping
11:25:52 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:52 WARN: man/src/stack/ls.md does not exist, skipping
11:25:52 WARN: man/src/stack/ps.md does not exist, skipping
11:25:52 WARN: man/src/stack/rm.md does not exist, skipping
11:25:52 WARN: man/src/stack/services.md does not exist, skipping
11:25:52 WARN: man/src/stack.md does not exist, skipping
11:25:52 INFO: man/src/start.md found
11:25:52 INFO: man/src/stats.md found
11:25:52 INFO: man/src/stop.md found
11:25:52 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:52 WARN: man/src/swarm/init.md does not exist, skipping
11:25:52 WARN: man/src/swarm/join.md does not exist, skipping
11:25:52 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:52 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:52 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:52 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:52 WARN: man/src/swarm/update.md does not exist, skipping
11:25:52 WARN: man/src/swarm.md does not exist, skipping
11:25:52 WARN: man/src/system/df.md does not exist, skipping
11:25:52 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:52 INFO: man/src/system/events.md found
11:25:52 INFO: man/src/system/info.md found
11:25:52 WARN: man/src/system/prune.md does not exist, skipping
11:25:52 WARN: man/src/system.md does not exist, skipping
11:25:52 INFO: man/src/tag.md found
11:25:52 INFO: man/src/top.md found
11:25:52 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:52 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:52 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:52 WARN: man/src/trust/key.md does not exist, skipping
11:25:52 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:52 WARN: man/src/trust/sign.md does not exist, skipping
11:25:52 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:52 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:52 WARN: man/src/trust/signer.md does not exist, skipping
11:25:52 WARN: man/src/trust.md does not exist, skipping
11:25:52 INFO: man/src/unpause.md found
11:25:52 INFO: man/src/update.md found
11:25:52 INFO: man/src/version.md found
11:25:52 INFO: man/src/volume/create.md found
11:25:52 INFO: man/src/volume/inspect.md found
11:25:52 INFO: man/src/volume/ls.md found
11:25:52 WARN: man/src/volume/prune.md does not exist, skipping
11:25:52 WARN: man/src/volume/rm.md does not exist, skipping
11:25:52 WARN: man/src/volume/update.md does not exist, skipping
11:25:52 INFO: man/src/volume.md found
11:25:52 INFO: man/src/wait.md found
11:25:52 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:52 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:52 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:52 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:52 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:52 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:52 make[2]: Leaving directory '/root/build-deb/cli'
11:25:52 # Build buildx plugin
11:25:52 cd /go/src/github.com/docker/buildx \
11:25:52 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:52 && GO111MODULE=on \
11:25:52 	CGO_ENABLED=0 \
11:25:52 		go build \
11:25:52 			-mod=vendor \
11:25:52 			-trimpath \
11:25:52 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:52 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:52 			./cmd/buildx
11:25:55 # Build the compose plugin
11:25:55 cd /go/src/github.com/docker/compose \
11:25:55 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:25:55 make[2]: Entering directory '/root/build-deb/compose'
11:25:55 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
11:25:55 go: downloading github.com/docker/cli v23.0.0+incompatible
11:25:55 go: downloading github.com/theupdateframework/notary v0.7.0
11:25:55 go: downloading github.com/compose-spec/compose-go v1.9.0
11:25:55 go: downloading github.com/hashicorp/go-version v1.6.0
11:25:55 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:25:55 go: downloading github.com/docker/buildx v0.10.2
11:25:55 go: downloading github.com/mattn/go-shellwords v1.0.12
11:25:55 go: downloading github.com/moby/buildkit v0.11.2
11:25:55 go: downloading go.opentelemetry.io/otel v1.13.0
11:25:55 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:25:55 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:25:55 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:25:55 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:25:55 go: downloading golang.org/x/sync v0.1.0
11:25:55 go: downloading github.com/imdario/mergo v0.3.13
11:25:55 go: downloading github.com/containerd/console v1.0.3
11:25:55 go: downloading github.com/buger/goterm v1.0.4
11:25:55 go: downloading github.com/stretchr/testify v1.8.1
11:25:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:25:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:25:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:25:55 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:25:55 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:25:55 go: downloading golang.org/x/net v0.4.0
11:25:55 go: downloading golang.org/x/term v0.3.0
11:25:55 go: downloading google.golang.org/grpc v1.50.1
11:25:55 go: downloading k8s.io/client-go v0.22.4
11:25:55 go: downloading k8s.io/api v0.22.4
11:25:55 go: downloading k8s.io/apimachinery v0.22.4
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:25:55 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:25:55 go: downloading github.com/golang/mock v1.6.0
11:25:55 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:25:55 go: downloading github.com/hashicorp/errwrap v1.1.0
11:25:55 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:25:55 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:25:55 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:25:55 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:25:55 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:25:55 go: downloading github.com/mattn/go-runewidth v0.0.14
11:25:55 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:25:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:25:55 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:25:55 go: downloading github.com/go-logr/stdr v1.2.2
11:25:55 go: downloading github.com/containerd/typeurl v1.0.2
11:25:55 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:25:55 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:25:55 go: downloading github.com/gogo/googleapis v1.4.1
11:25:55 go: downloading github.com/pelletier/go-toml v1.9.5
11:25:55 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:25:55 go: downloading k8s.io/klog/v2 v2.60.1
11:25:55 go: downloading github.com/google/gofuzz v1.2.0
11:25:55 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:25:55 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:25:55 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:25:55 go: downloading github.com/aws/smithy-go v1.11.2
11:25:55 go: downloading github.com/moby/locker v1.0.1
11:25:55 go: downloading github.com/felixge/httpsnoop v1.0.2
11:25:55 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:25:55 go: downloading gopkg.in/inf.v0 v0.9.1
11:25:55 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:25:55 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:25:55 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:25:55 go: downloading github.com/googleapis/gnostic v0.5.5
11:25:55 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:25:55 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:25:55 go: downloading github.com/json-iterator/go v1.1.12
11:25:55 go: downloading github.com/mattn/go-colorable v0.1.12
11:25:55 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:25:55 go: downloading github.com/containerd/ttrpc v1.1.0
11:25:55 go: downloading github.com/modern-go/reflect2 v1.0.2
11:25:55 go: downloading sigs.k8s.io/yaml v1.2.0
11:25:55 go: downloading github.com/moby/spdystream v0.2.0
11:25:55 go: downloading github.com/mattn/go-isatty v0.0.16
11:25:55 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:25:58 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:25:58 ++ pwd
11:25:58 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:25:58 Project root: .
11:25:58 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:25:58 INFO: man/src/attach.md found
11:25:58 WARN: man/src/build.md does not exist, skipping
11:25:58 WARN: man/src/builder/build.md does not exist, skipping
11:25:58 WARN: man/src/builder/prune.md does not exist, skipping
11:25:58 WARN: man/src/builder.md does not exist, skipping
11:25:58 WARN: man/src/checkpoint/create.md does not exist, skipping
11:25:58 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:25:58 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:25:58 WARN: man/src/checkpoint.md does not exist, skipping
11:25:58 INFO: man/src/commit.md found
11:25:58 WARN: man/src/config/create.md does not exist, skipping
11:25:58 WARN: man/src/config/inspect.md does not exist, skipping
11:25:58 WARN: man/src/config/ls.md does not exist, skipping
11:25:58 WARN: man/src/config/rm.md does not exist, skipping
11:25:58 WARN: man/src/config.md does not exist, skipping
11:25:58 INFO: man/src/container/attach.md found
11:25:58 INFO: man/src/container/commit.md found
11:25:58 INFO: man/src/container/cp.md found
11:25:58 INFO: man/src/container/create.md found
11:25:58 INFO: man/src/container/diff.md found
11:25:58 INFO: man/src/container/exec.md found
11:25:58 INFO: man/src/container/export.md found
11:25:58 WARN: man/src/container/inspect.md does not exist, skipping
11:25:58 INFO: man/src/container/kill.md found
11:25:58 INFO: man/src/container/logs.md found
11:25:58 INFO: man/src/container/ls.md found
11:25:58 INFO: man/src/container/pause.md found
11:25:58 INFO: man/src/container/port.md found
11:25:58 WARN: man/src/container/prune.md does not exist, skipping
11:25:58 INFO: man/src/container/rename.md found
11:25:58 INFO: man/src/container/restart.md found
11:25:58 INFO: man/src/container/rm.md found
11:25:58 INFO: man/src/container/run.md found
11:25:58 INFO: man/src/container/start.md found
11:25:58 INFO: man/src/container/stats.md found
11:25:58 INFO: man/src/container/stop.md found
11:25:58 INFO: man/src/container/top.md found
11:25:58 INFO: man/src/container/unpause.md found
11:25:58 INFO: man/src/container/update.md found
11:25:58 INFO: man/src/container/wait.md found
11:25:58 WARN: man/src/container.md does not exist, skipping
11:25:58 WARN: man/src/context/create.md does not exist, skipping
11:25:58 WARN: man/src/context/export.md does not exist, skipping
11:25:58 WARN: man/src/context/import.md does not exist, skipping
11:25:58 WARN: man/src/context/inspect.md does not exist, skipping
11:25:58 WARN: man/src/context/ls.md does not exist, skipping
11:25:58 WARN: man/src/context/rm.md does not exist, skipping
11:25:58 WARN: man/src/context/show.md does not exist, skipping
11:25:58 WARN: man/src/context/update.md does not exist, skipping
11:25:58 WARN: man/src/context/use.md does not exist, skipping
11:25:58 WARN: man/src/context.md does not exist, skipping
11:25:58 INFO: man/src/cp.md found
11:25:58 INFO: man/src/create.md found
11:25:58 INFO: man/src/diff.md found
11:25:58 INFO: man/src/events.md found
11:25:58 INFO: man/src/exec.md found
11:25:58 INFO: man/src/export.md found
11:25:58 INFO: man/src/history.md found
11:25:58 INFO: man/src/image/build.md found
11:25:58 INFO: man/src/image/history.md found
11:25:58 INFO: man/src/image/import.md found
11:25:58 WARN: man/src/image/inspect.md does not exist, skipping
11:25:58 INFO: man/src/image/load.md found
11:25:58 INFO: man/src/image/ls.md found
11:25:58 WARN: man/src/image/prune.md does not exist, skipping
11:25:58 INFO: man/src/image/pull.md found
11:25:58 INFO: man/src/image/push.md found
11:25:58 INFO: man/src/image/rm.md found
11:25:58 INFO: man/src/image/save.md found
11:25:58 INFO: man/src/image/tag.md found
11:25:58 WARN: man/src/image.md does not exist, skipping
11:25:58 INFO: man/src/images.md found
11:25:58 INFO: man/src/import.md found
11:25:58 INFO: man/src/info.md found
11:25:58 INFO: man/src/inspect.md found
11:25:58 INFO: man/src/kill.md found
11:25:58 INFO: man/src/load.md found
11:25:58 INFO: man/src/login.md found
11:25:58 INFO: man/src/logout.md found
11:25:58 INFO: man/src/logs.md found
11:25:58 WARN: man/src/manifest/annotate.md does not exist, skipping
11:25:58 WARN: man/src/manifest/create.md does not exist, skipping
11:25:58 WARN: man/src/manifest/inspect.md does not exist, skipping
11:25:58 WARN: man/src/manifest/push.md does not exist, skipping
11:25:58 WARN: man/src/manifest/rm.md does not exist, skipping
11:25:58 WARN: man/src/manifest.md does not exist, skipping
11:25:58 INFO: man/src/network/connect.md found
11:25:58 INFO: man/src/network/create.md found
11:25:58 INFO: man/src/network/disconnect.md found
11:25:58 INFO: man/src/network/inspect.md found
11:25:58 INFO: man/src/network/ls.md found
11:25:58 WARN: man/src/network/prune.md does not exist, skipping
11:25:58 INFO: man/src/network/rm.md found
11:25:58 WARN: man/src/network.md does not exist, skipping
11:25:58 WARN: man/src/node/demote.md does not exist, skipping
11:25:58 WARN: man/src/node/inspect.md does not exist, skipping
11:25:58 WARN: man/src/node/ls.md does not exist, skipping
11:25:58 WARN: man/src/node/promote.md does not exist, skipping
11:25:58 WARN: man/src/node/ps.md does not exist, skipping
11:25:58 WARN: man/src/node/rm.md does not exist, skipping
11:25:58 WARN: man/src/node/update.md does not exist, skipping
11:25:58 WARN: man/src/node.md does not exist, skipping
11:25:58 INFO: man/src/pause.md found
11:25:58 WARN: man/src/plugin/create.md does not exist, skipping
11:25:58 WARN: man/src/plugin/disable.md does not exist, skipping
11:25:58 WARN: man/src/plugin/enable.md does not exist, skipping
11:25:58 WARN: man/src/plugin/inspect.md does not exist, skipping
11:25:58 WARN: man/src/plugin/install.md does not exist, skipping
11:25:58 INFO: man/src/plugin/ls.md found
11:25:58 WARN: man/src/plugin/push.md does not exist, skipping
11:25:58 WARN: man/src/plugin/rm.md does not exist, skipping
11:25:58 WARN: man/src/plugin/set.md does not exist, skipping
11:25:58 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:25:58 WARN: man/src/plugin.md does not exist, skipping
11:25:58 INFO: man/src/port.md found
11:25:58 INFO: man/src/ps.md found
11:25:58 INFO: man/src/pull.md found
11:25:58 INFO: man/src/push.md found
11:25:58 INFO: man/src/rename.md found
11:25:58 INFO: man/src/restart.md found
11:25:58 INFO: man/src/rm.md found
11:25:58 INFO: man/src/rmi.md found
11:25:58 WARN: man/src/run.md does not exist, skipping
11:25:58 INFO: man/src/save.md found
11:25:58 INFO: man/src/search.md found
11:25:58 WARN: man/src/secret/create.md does not exist, skipping
11:25:58 WARN: man/src/secret/inspect.md does not exist, skipping
11:25:58 WARN: man/src/secret/ls.md does not exist, skipping
11:25:58 WARN: man/src/secret/rm.md does not exist, skipping
11:25:58 WARN: man/src/secret.md does not exist, skipping
11:25:58 WARN: man/src/service/create.md does not exist, skipping
11:25:58 WARN: man/src/service/inspect.md does not exist, skipping
11:25:58 WARN: man/src/service/logs.md does not exist, skipping
11:25:58 WARN: man/src/service/ls.md does not exist, skipping
11:25:58 WARN: man/src/service/ps.md does not exist, skipping
11:25:58 WARN: man/src/service/rm.md does not exist, skipping
11:25:58 WARN: man/src/service/rollback.md does not exist, skipping
11:25:58 WARN: man/src/service/scale.md does not exist, skipping
11:25:58 WARN: man/src/service/update.md does not exist, skipping
11:25:58 WARN: man/src/service.md does not exist, skipping
11:25:58 WARN: man/src/stack/config.md does not exist, skipping
11:25:58 WARN: man/src/stack/deploy.md does not exist, skipping
11:25:58 WARN: man/src/stack/ls.md does not exist, skipping
11:25:58 WARN: man/src/stack/ps.md does not exist, skipping
11:25:58 WARN: man/src/stack/rm.md does not exist, skipping
11:25:58 WARN: man/src/stack/services.md does not exist, skipping
11:25:58 WARN: man/src/stack.md does not exist, skipping
11:25:58 INFO: man/src/start.md found
11:25:58 INFO: man/src/stats.md found
11:25:58 INFO: man/src/stop.md found
11:25:58 WARN: man/src/swarm/ca.md does not exist, skipping
11:25:58 WARN: man/src/swarm/init.md does not exist, skipping
11:25:58 WARN: man/src/swarm/join.md does not exist, skipping
11:25:58 WARN: man/src/swarm/join-token.md does not exist, skipping
11:25:58 WARN: man/src/swarm/leave.md does not exist, skipping
11:25:58 WARN: man/src/swarm/unlock.md does not exist, skipping
11:25:58 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:25:58 WARN: man/src/swarm/update.md does not exist, skipping
11:25:58 WARN: man/src/swarm.md does not exist, skipping
11:25:58 WARN: man/src/system/df.md does not exist, skipping
11:25:58 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:25:58 INFO: man/src/system/events.md found
11:25:58 INFO: man/src/system/info.md found
11:25:58 WARN: man/src/system/prune.md does not exist, skipping
11:25:58 WARN: man/src/system.md does not exist, skipping
11:25:58 INFO: man/src/tag.md found
11:25:58 INFO: man/src/top.md found
11:25:58 WARN: man/src/trust/inspect.md does not exist, skipping
11:25:58 WARN: man/src/trust/key/generate.md does not exist, skipping
11:25:58 WARN: man/src/trust/key/load.md does not exist, skipping
11:25:58 WARN: man/src/trust/key.md does not exist, skipping
11:25:58 WARN: man/src/trust/revoke.md does not exist, skipping
11:25:58 WARN: man/src/trust/sign.md does not exist, skipping
11:25:58 WARN: man/src/trust/signer/add.md does not exist, skipping
11:25:58 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:25:58 WARN: man/src/trust/signer.md does not exist, skipping
11:25:58 WARN: man/src/trust.md does not exist, skipping
11:25:58 INFO: man/src/unpause.md found
11:25:58 INFO: man/src/update.md found
11:25:58 INFO: man/src/version.md found
11:25:58 INFO: man/src/volume/create.md found
11:25:58 INFO: man/src/volume/inspect.md found
11:25:58 INFO: man/src/volume/ls.md found
11:25:58 WARN: man/src/volume/prune.md does not exist, skipping
11:25:58 WARN: man/src/volume/rm.md does not exist, skipping
11:25:58 WARN: man/src/volume/update.md does not exist, skipping
11:25:58 INFO: man/src/volume.md found
11:25:58 INFO: man/src/wait.md found
11:25:58 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:25:58 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:25:58 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:25:58 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:25:58 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:25:58 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:25:58 make[2]: Leaving directory '/root/build-deb/cli'
11:25:58 # Build buildx plugin
11:25:58 cd /go/src/github.com/docker/buildx \
11:25:58 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:25:58 && GO111MODULE=on \
11:25:58 	CGO_ENABLED=0 \
11:25:58 		go build \
11:25:58 			-mod=vendor \
11:25:58 			-trimpath \
11:25:58 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:25:58 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:25:58 			./cmd/buildx
11:26:00 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:26:00 + make manpages
11:26:00 scripts/docs/generate-man.sh
11:26:00 + cp -r . /tmp/docker-cli-docsgen.2aVIVTTwf9/
11:26:00 + cd /tmp/docker-cli-docsgen.2aVIVTTwf9
11:26:00 + ./scripts/vendor init
11:26:00 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
11:26:00 + cp man/tools.go .
11:26:00 + ./scripts/vendor update
11:26:00 + go mod tidy -compat=1.18 -modfile=vendor.mod
11:26:00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:26:00 go: downloading github.com/spf13/cobra v1.6.1
11:26:00 go: downloading github.com/spf13/pflag v1.0.5
11:26:00 go: downloading github.com/fvbommel/sortorder v1.0.2
11:26:00 go: downloading github.com/pkg/errors v0.9.1
11:26:00 go: downloading golang.org/x/sys v0.4.0
11:26:00 go: downloading gotest.tools/v3 v3.4.0
11:26:00 go: downloading github.com/docker/docker v23.0.0+incompatible
11:26:00 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
11:26:00 go: downloading github.com/morikuni/aec v1.0.0
11:26:00 go: downloading github.com/google/go-cmp v0.5.9
11:26:00 go: downloading github.com/docker/go-units v0.5.0
11:26:00 go: downloading github.com/docker/distribution v2.8.1+incompatible
11:26:00 go: downloading github.com/docker/go-connections v0.4.0
11:26:00 go: downloading github.com/moby/sys/sequential v0.5.0
11:26:00 go: downloading github.com/sirupsen/logrus v1.9.0
11:26:00 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
11:26:00 go: downloading golang.org/x/text v0.6.0
11:26:00 go: downloading github.com/mattn/go-runewidth v0.0.13
11:26:00 go: downloading github.com/containerd/containerd v1.6.16
11:26:01 go: downloading github.com/moby/sys/signal v0.7.0
11:26:01 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
11:26:01 go: downloading github.com/moby/buildkit v0.10.6
11:26:01 go: downloading github.com/moby/patternmatcher v0.5.0
11:26:01 go: downloading github.com/opencontainers/go-digest v1.0.0
11:26:01 go: downloading gopkg.in/yaml.v2 v2.4.0
11:26:01 go: downloading github.com/gogo/protobuf v1.3.2
11:26:01 # Build the compose plugin
11:26:01 cd /go/src/github.com/docker/compose \
11:26:01 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:26:01 make[2]: Entering directory '/root/build-deb/compose'
11:26:01 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
11:26:01 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:01 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:01 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:01 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:01 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:01 go: downloading github.com/docker/buildx v0.10.2
11:26:01 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:01 go: downloading github.com/moby/buildkit v0.11.2
11:26:01 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:01 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:01 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:01 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:01 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:01 go: downloading golang.org/x/sync v0.1.0
11:26:01 go: downloading github.com/imdario/mergo v0.3.13
11:26:01 go: downloading github.com/containerd/console v1.0.3
11:26:01 go: downloading github.com/buger/goterm v1.0.4
11:26:01 go: downloading github.com/stretchr/testify v1.8.1
11:26:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:01 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:01 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:01 go: downloading google.golang.org/grpc v1.50.1
11:26:01 go: downloading k8s.io/client-go v0.22.4
11:26:01 go: downloading k8s.io/api v0.22.4
11:26:01 go: downloading k8s.io/apimachinery v0.22.4
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:01 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:01 go: downloading github.com/golang/mock v1.6.0
11:26:01 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:01 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:01 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:01 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:01 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:01 go: downloading golang.org/x/net v0.4.0
11:26:01 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:01 go: downloading golang.org/x/term v0.3.0
11:26:01 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:01 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:01 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:01 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:01 go: downloading github.com/go-logr/stdr v1.2.2
11:26:01 go: downloading github.com/containerd/typeurl v1.0.2
11:26:01 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:01 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:01 go: downloading github.com/gogo/googleapis v1.4.1
11:26:01 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:01 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:01 go: downloading k8s.io/klog/v2 v2.60.1
11:26:01 go: downloading github.com/google/gofuzz v1.2.0
11:26:01 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:01 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:01 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:01 go: downloading github.com/aws/smithy-go v1.11.2
11:26:01 go: downloading github.com/moby/locker v1.0.1
11:26:01 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:01 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:01 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:01 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:01 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:01 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:01 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:01 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:01 go: downloading github.com/json-iterator/go v1.1.12
11:26:01 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:01 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:01 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:01 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:01 go: downloading github.com/moby/spdystream v0.2.0
11:26:01 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:01 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:26:01 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
11:26:01 go: downloading golang.org/x/term v0.4.0
11:26:01 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
11:26:01 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
11:26:01 go: downloading github.com/imdario/mergo v0.3.12
11:26:01 go: downloading github.com/mitchellh/mapstructure v1.3.2
11:26:01 go: downloading github.com/docker/docker-credential-helpers v0.7.0
11:26:01 go: downloading github.com/creack/pty v1.1.11
11:26:01 go: downloading github.com/inconshreveable/mousetrap v1.1.0
11:26:01 go: downloading github.com/gorilla/mux v1.8.0
11:26:03 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:26:03 ++ pwd
11:26:03 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:26:03 Project root: .
11:26:03 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:26:03 INFO: man/src/attach.md found
11:26:03 WARN: man/src/build.md does not exist, skipping
11:26:03 WARN: man/src/builder/build.md does not exist, skipping
11:26:03 WARN: man/src/builder/prune.md does not exist, skipping
11:26:03 WARN: man/src/builder.md does not exist, skipping
11:26:03 WARN: man/src/checkpoint/create.md does not exist, skipping
11:26:03 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:26:03 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:26:03 WARN: man/src/checkpoint.md does not exist, skipping
11:26:03 INFO: man/src/commit.md found
11:26:03 WARN: man/src/config/create.md does not exist, skipping
11:26:03 WARN: man/src/config/inspect.md does not exist, skipping
11:26:03 WARN: man/src/config/ls.md does not exist, skipping
11:26:03 WARN: man/src/config/rm.md does not exist, skipping
11:26:03 WARN: man/src/config.md does not exist, skipping
11:26:03 INFO: man/src/container/attach.md found
11:26:03 INFO: man/src/container/commit.md found
11:26:03 INFO: man/src/container/cp.md found
11:26:03 INFO: man/src/container/create.md found
11:26:03 INFO: man/src/container/diff.md found
11:26:03 INFO: man/src/container/exec.md found
11:26:03 INFO: man/src/container/export.md found
11:26:03 WARN: man/src/container/inspect.md does not exist, skipping
11:26:03 INFO: man/src/container/kill.md found
11:26:03 INFO: man/src/container/logs.md found
11:26:03 INFO: man/src/container/ls.md found
11:26:03 INFO: man/src/container/pause.md found
11:26:03 INFO: man/src/container/port.md found
11:26:03 WARN: man/src/container/prune.md does not exist, skipping
11:26:03 INFO: man/src/container/rename.md found
11:26:03 INFO: man/src/container/restart.md found
11:26:03 INFO: man/src/container/rm.md found
11:26:03 INFO: man/src/container/run.md found
11:26:03 INFO: man/src/container/start.md found
11:26:03 INFO: man/src/container/stats.md found
11:26:03 INFO: man/src/container/stop.md found
11:26:03 INFO: man/src/container/top.md found
11:26:03 INFO: man/src/container/unpause.md found
11:26:03 INFO: man/src/container/update.md found
11:26:03 INFO: man/src/container/wait.md found
11:26:03 WARN: man/src/container.md does not exist, skipping
11:26:03 WARN: man/src/context/create.md does not exist, skipping
11:26:03 WARN: man/src/context/export.md does not exist, skipping
11:26:03 WARN: man/src/context/import.md does not exist, skipping
11:26:03 WARN: man/src/context/inspect.md does not exist, skipping
11:26:03 WARN: man/src/context/ls.md does not exist, skipping
11:26:03 WARN: man/src/context/rm.md does not exist, skipping
11:26:03 WARN: man/src/context/show.md does not exist, skipping
11:26:03 WARN: man/src/context/update.md does not exist, skipping
11:26:03 WARN: man/src/context/use.md does not exist, skipping
11:26:03 WARN: man/src/context.md does not exist, skipping
11:26:03 INFO: man/src/cp.md found
11:26:03 INFO: man/src/create.md found
11:26:03 INFO: man/src/diff.md found
11:26:03 INFO: man/src/events.md found
11:26:03 INFO: man/src/exec.md found
11:26:03 INFO: man/src/export.md found
11:26:03 INFO: man/src/history.md found
11:26:03 INFO: man/src/image/build.md found
11:26:03 INFO: man/src/image/history.md found
11:26:03 INFO: man/src/image/import.md found
11:26:03 WARN: man/src/image/inspect.md does not exist, skipping
11:26:03 INFO: man/src/image/load.md found
11:26:03 INFO: man/src/image/ls.md found
11:26:03 WARN: man/src/image/prune.md does not exist, skipping
11:26:03 INFO: man/src/image/pull.md found
11:26:03 INFO: man/src/image/push.md found
11:26:03 INFO: man/src/image/rm.md found
11:26:03 INFO: man/src/image/save.md found
11:26:03 INFO: man/src/image/tag.md found
11:26:03 WARN: man/src/image.md does not exist, skipping
11:26:03 INFO: man/src/images.md found
11:26:03 INFO: man/src/import.md found
11:26:03 INFO: man/src/info.md found
11:26:03 INFO: man/src/inspect.md found
11:26:03 INFO: man/src/kill.md found
11:26:03 INFO: man/src/load.md found
11:26:03 INFO: man/src/login.md found
11:26:03 INFO: man/src/logout.md found
11:26:03 INFO: man/src/logs.md found
11:26:03 WARN: man/src/manifest/annotate.md does not exist, skipping
11:26:03 WARN: man/src/manifest/create.md does not exist, skipping
11:26:03 WARN: man/src/manifest/inspect.md does not exist, skipping
11:26:03 WARN: man/src/manifest/push.md does not exist, skipping
11:26:03 WARN: man/src/manifest/rm.md does not exist, skipping
11:26:03 WARN: man/src/manifest.md does not exist, skipping
11:26:03 INFO: man/src/network/connect.md found
11:26:03 INFO: man/src/network/create.md found
11:26:03 INFO: man/src/network/disconnect.md found
11:26:03 INFO: man/src/network/inspect.md found
11:26:03 INFO: man/src/network/ls.md found
11:26:03 WARN: man/src/network/prune.md does not exist, skipping
11:26:03 INFO: man/src/network/rm.md found
11:26:03 WARN: man/src/network.md does not exist, skipping
11:26:03 WARN: man/src/node/demote.md does not exist, skipping
11:26:03 WARN: man/src/node/inspect.md does not exist, skipping
11:26:03 WARN: man/src/node/ls.md does not exist, skipping
11:26:03 WARN: man/src/node/promote.md does not exist, skipping
11:26:03 WARN: man/src/node/ps.md does not exist, skipping
11:26:03 WARN: man/src/node/rm.md does not exist, skipping
11:26:03 WARN: man/src/node/update.md does not exist, skipping
11:26:03 WARN: man/src/node.md does not exist, skipping
11:26:03 INFO: man/src/pause.md found
11:26:03 WARN: man/src/plugin/create.md does not exist, skipping
11:26:03 WARN: man/src/plugin/disable.md does not exist, skipping
11:26:03 WARN: man/src/plugin/enable.md does not exist, skipping
11:26:03 WARN: man/src/plugin/inspect.md does not exist, skipping
11:26:03 WARN: man/src/plugin/install.md does not exist, skipping
11:26:03 INFO: man/src/plugin/ls.md found
11:26:03 WARN: man/src/plugin/push.md does not exist, skipping
11:26:03 WARN: man/src/plugin/rm.md does not exist, skipping
11:26:03 WARN: man/src/plugin/set.md does not exist, skipping
11:26:03 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:26:03 WARN: man/src/plugin.md does not exist, skipping
11:26:03 INFO: man/src/port.md found
11:26:03 INFO: man/src/ps.md found
11:26:03 INFO: man/src/pull.md found
11:26:03 INFO: man/src/push.md found
11:26:03 INFO: man/src/rename.md found
11:26:03 INFO: man/src/restart.md found
11:26:03 INFO: man/src/rm.md found
11:26:03 INFO: man/src/rmi.md found
11:26:03 WARN: man/src/run.md does not exist, skipping
11:26:03 INFO: man/src/save.md found
11:26:03 INFO: man/src/search.md found
11:26:03 WARN: man/src/secret/create.md does not exist, skipping
11:26:03 WARN: man/src/secret/inspect.md does not exist, skipping
11:26:03 WARN: man/src/secret/ls.md does not exist, skipping
11:26:03 WARN: man/src/secret/rm.md does not exist, skipping
11:26:03 WARN: man/src/secret.md does not exist, skipping
11:26:03 WARN: man/src/service/create.md does not exist, skipping
11:26:03 WARN: man/src/service/inspect.md does not exist, skipping
11:26:03 WARN: man/src/service/logs.md does not exist, skipping
11:26:03 WARN: man/src/service/ls.md does not exist, skipping
11:26:03 WARN: man/src/service/ps.md does not exist, skipping
11:26:03 WARN: man/src/service/rm.md does not exist, skipping
11:26:03 WARN: man/src/service/rollback.md does not exist, skipping
11:26:03 WARN: man/src/service/scale.md does not exist, skipping
11:26:03 WARN: man/src/service/update.md does not exist, skipping
11:26:03 WARN: man/src/service.md does not exist, skipping
11:26:03 WARN: man/src/stack/config.md does not exist, skipping
11:26:03 WARN: man/src/stack/deploy.md does not exist, skipping
11:26:03 WARN: man/src/stack/ls.md does not exist, skipping
11:26:03 WARN: man/src/stack/ps.md does not exist, skipping
11:26:03 WARN: man/src/stack/rm.md does not exist, skipping
11:26:03 WARN: man/src/stack/services.md does not exist, skipping
11:26:03 WARN: man/src/stack.md does not exist, skipping
11:26:03 INFO: man/src/start.md found
11:26:03 INFO: man/src/stats.md found
11:26:03 INFO: man/src/stop.md found
11:26:03 WARN: man/src/swarm/ca.md does not exist, skipping
11:26:03 WARN: man/src/swarm/init.md does not exist, skipping
11:26:03 WARN: man/src/swarm/join.md does not exist, skipping
11:26:03 WARN: man/src/swarm/join-token.md does not exist, skipping
11:26:03 WARN: man/src/swarm/leave.md does not exist, skipping
11:26:03 WARN: man/src/swarm/unlock.md does not exist, skipping
11:26:03 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:26:03 WARN: man/src/swarm/update.md does not exist, skipping
11:26:03 WARN: man/src/swarm.md does not exist, skipping
11:26:03 WARN: man/src/system/df.md does not exist, skipping
11:26:03 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:26:03 INFO: man/src/system/events.md found
11:26:03 INFO: man/src/system/info.md found
11:26:03 WARN: man/src/system/prune.md does not exist, skipping
11:26:03 WARN: man/src/system.md does not exist, skipping
11:26:03 INFO: man/src/tag.md found
11:26:03 INFO: man/src/top.md found
11:26:03 WARN: man/src/trust/inspect.md does not exist, skipping
11:26:03 WARN: man/src/trust/key/generate.md does not exist, skipping
11:26:03 WARN: man/src/trust/key/load.md does not exist, skipping
11:26:03 WARN: man/src/trust/key.md does not exist, skipping
11:26:03 WARN: man/src/trust/revoke.md does not exist, skipping
11:26:03 WARN: man/src/trust/sign.md does not exist, skipping
11:26:03 WARN: man/src/trust/signer/add.md does not exist, skipping
11:26:03 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:26:03 WARN: man/src/trust/signer.md does not exist, skipping
11:26:03 WARN: man/src/trust.md does not exist, skipping
11:26:03 INFO: man/src/unpause.md found
11:26:03 INFO: man/src/update.md found
11:26:03 INFO: man/src/version.md found
11:26:03 INFO: man/src/volume/create.md found
11:26:03 INFO: man/src/volume/inspect.md found
11:26:03 INFO: man/src/volume/ls.md found
11:26:03 WARN: man/src/volume/prune.md does not exist, skipping
11:26:03 WARN: man/src/volume/rm.md does not exist, skipping
11:26:03 WARN: man/src/volume/update.md does not exist, skipping
11:26:03 INFO: man/src/volume.md found
11:26:03 INFO: man/src/wait.md found
11:26:03 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:26:03 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:26:03 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:26:03 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:26:03 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:26:03 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:26:03 make[2]: Leaving directory '/root/build-deb/cli'
11:26:03 # Build buildx plugin
11:26:03 cd /go/src/github.com/docker/buildx \
11:26:03 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:03 && GO111MODULE=on \
11:26:03 	CGO_ENABLED=0 \
11:26:03 		go build \
11:26:03 			-mod=vendor \
11:26:03 			-trimpath \
11:26:03 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:26:03 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:26:03 			./cmd/buildx
11:26:03 go: downloading gopkg.in/yaml.v3 v3.0.1
11:26:03 go: downloading github.com/stretchr/testify v1.8.0
11:26:03 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
11:26:03 go: downloading github.com/rivo/uniseg v0.2.0
11:26:03 go: downloading github.com/klauspost/compress v1.15.12
11:26:03 go: downloading github.com/Microsoft/hcsshim v0.9.6
11:26:03 go: downloading github.com/containerd/continuity v0.3.0
11:26:03 go: downloading github.com/moby/sys/symlink v0.2.0
11:26:03 go: downloading golang.org/x/time v0.1.0
11:26:03 go: downloading github.com/opencontainers/runc v1.1.3
11:26:03 go: downloading golang.org/x/crypto v0.2.0
11:26:03 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
11:26:04 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
11:26:04 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11:26:04 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
11:26:04 go: downloading google.golang.org/grpc v1.48.0
11:26:04 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
11:26:04 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
11:26:04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:26:04 go: downloading github.com/russross/blackfriday v1.6.0
11:26:04 go: downloading github.com/Microsoft/go-winio v0.5.2
11:26:04 go: downloading golang.org/x/net v0.5.0
11:26:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
11:26:04 go: downloading github.com/davecgh/go-spew v1.1.1
11:26:04 go: downloading github.com/pmezard/go-difflib v1.0.0
11:26:04 go: downloading github.com/miekg/pkcs11 v1.1.1
11:26:04 go: downloading github.com/prometheus/client_golang v1.14.0
11:26:04 go: downloading github.com/go-sql-driver/mysql v1.6.0
11:26:04 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
11:26:04 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
11:26:04 go: downloading github.com/google/certificate-transparency-go v1.1.4
11:26:05 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
11:26:05 go: downloading github.com/golang/protobuf v1.5.2
11:26:05 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
11:26:07 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
11:26:07 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
11:26:07 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
11:26:07 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
11:26:07 go: downloading github.com/beorn7/perks v1.0.1
11:26:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:26:07 go: downloading github.com/prometheus/client_model v0.3.0
11:26:07 go: downloading github.com/prometheus/common v0.37.0
11:26:07 go: downloading github.com/prometheus/procfs v0.8.0
11:26:07 go: downloading google.golang.org/protobuf v1.28.1
11:26:07 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
11:26:07 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11:26:07 go: downloading github.com/opentracing/opentracing-go v1.1.0
11:26:07 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
11:26:07 go: downloading k8s.io/klog/v2 v2.80.1
11:26:07 go: downloading github.com/kr/text v0.2.0
11:26:07 go: downloading github.com/docker/go-metrics v0.0.1
11:26:07 go: downloading github.com/BurntSushi/toml v0.3.1
11:26:07 go: downloading github.com/kr/pretty v0.2.1
11:26:07 go: downloading github.com/magiconair/properties v1.5.3
11:26:07 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
11:26:07 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
11:26:07 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
11:26:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
11:26:07 go: downloading github.com/go-logr/logr v1.2.3
11:26:07 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
11:26:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:26:07 + go mod vendor -modfile=vendor.mod
11:26:07 # Build the compose plugin
11:26:07 cd /go/src/github.com/docker/compose \
11:26:07 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:26:07 make[2]: Entering directory '/root/build-deb/compose'
11:26: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
11:26:07 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:07 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:07 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:07 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:07 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:07 go: downloading github.com/docker/buildx v0.10.2
11:26:07 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:07 go: downloading github.com/moby/buildkit v0.11.2
11:26:07 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:07 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:07 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:07 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:07 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:07 go: downloading golang.org/x/sync v0.1.0
11:26:07 go: downloading github.com/imdario/mergo v0.3.13
11:26:07 go: downloading github.com/containerd/console v1.0.3
11:26:07 go: downloading github.com/buger/goterm v1.0.4
11:26:07 go: downloading github.com/stretchr/testify v1.8.1
11:26:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:07 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:07 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:07 go: downloading google.golang.org/grpc v1.50.1
11:26:07 go: downloading k8s.io/client-go v0.22.4
11:26:07 go: downloading k8s.io/api v0.22.4
11:26:07 go: downloading k8s.io/apimachinery v0.22.4
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:07 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:07 go: downloading github.com/golang/mock v1.6.0
11:26:07 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:07 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:07 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:07 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:07 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:07 go: downloading golang.org/x/net v0.4.0
11:26:07 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:07 go: downloading golang.org/x/term v0.3.0
11:26:07 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:07 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:07 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:07 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:07 go: downloading github.com/go-logr/stdr v1.2.2
11:26:07 go: downloading github.com/containerd/typeurl v1.0.2
11:26:07 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:07 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:07 go: downloading github.com/gogo/googleapis v1.4.1
11:26:07 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:07 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:07 go: downloading k8s.io/klog/v2 v2.60.1
11:26:07 go: downloading github.com/google/gofuzz v1.2.0
11:26:07 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:07 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:07 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:07 go: downloading github.com/aws/smithy-go v1.11.2
11:26:07 go: downloading github.com/moby/locker v1.0.1
11:26:07 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:07 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:07 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:07 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:07 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:07 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:07 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:07 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:07 go: downloading github.com/json-iterator/go v1.1.12
11:26:07 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:07 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:07 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:07 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:07 go: downloading github.com/moby/spdystream v0.2.0
11:26:07 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:07 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:08 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
11:26:17 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:26:17 ++ pwd
11:26:17 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:26:17 Project root: .
11:26:17 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:26:17 INFO: man/src/attach.md found
11:26:17 WARN: man/src/build.md does not exist, skipping
11:26:17 WARN: man/src/builder/build.md does not exist, skipping
11:26:17 WARN: man/src/builder/prune.md does not exist, skipping
11:26:17 WARN: man/src/builder.md does not exist, skipping
11:26:17 WARN: man/src/checkpoint/create.md does not exist, skipping
11:26:17 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:26:17 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:26:17 WARN: man/src/checkpoint.md does not exist, skipping
11:26:17 INFO: man/src/commit.md found
11:26:17 WARN: man/src/config/create.md does not exist, skipping
11:26:17 WARN: man/src/config/inspect.md does not exist, skipping
11:26:17 WARN: man/src/config/ls.md does not exist, skipping
11:26:17 WARN: man/src/config/rm.md does not exist, skipping
11:26:17 WARN: man/src/config.md does not exist, skipping
11:26:17 INFO: man/src/container/attach.md found
11:26:17 INFO: man/src/container/commit.md found
11:26:17 INFO: man/src/container/cp.md found
11:26:17 INFO: man/src/container/create.md found
11:26:17 INFO: man/src/container/diff.md found
11:26:17 INFO: man/src/container/exec.md found
11:26:17 INFO: man/src/container/export.md found
11:26:17 WARN: man/src/container/inspect.md does not exist, skipping
11:26:17 INFO: man/src/container/kill.md found
11:26:17 INFO: man/src/container/logs.md found
11:26:17 INFO: man/src/container/ls.md found
11:26:17 INFO: man/src/container/pause.md found
11:26:17 INFO: man/src/container/port.md found
11:26:17 WARN: man/src/container/prune.md does not exist, skipping
11:26:17 INFO: man/src/container/rename.md found
11:26:17 INFO: man/src/container/restart.md found
11:26:17 INFO: man/src/container/rm.md found
11:26:17 INFO: man/src/container/run.md found
11:26:17 INFO: man/src/container/start.md found
11:26:17 INFO: man/src/container/stats.md found
11:26:17 INFO: man/src/container/stop.md found
11:26:17 INFO: man/src/container/top.md found
11:26:17 INFO: man/src/container/unpause.md found
11:26:17 INFO: man/src/container/update.md found
11:26:17 INFO: man/src/container/wait.md found
11:26:17 WARN: man/src/container.md does not exist, skipping
11:26:17 WARN: man/src/context/create.md does not exist, skipping
11:26:17 WARN: man/src/context/export.md does not exist, skipping
11:26:17 WARN: man/src/context/import.md does not exist, skipping
11:26:17 WARN: man/src/context/inspect.md does not exist, skipping
11:26:17 WARN: man/src/context/ls.md does not exist, skipping
11:26:17 WARN: man/src/context/rm.md does not exist, skipping
11:26:17 WARN: man/src/context/show.md does not exist, skipping
11:26:17 WARN: man/src/context/update.md does not exist, skipping
11:26:17 WARN: man/src/context/use.md does not exist, skipping
11:26:17 WARN: man/src/context.md does not exist, skipping
11:26:17 INFO: man/src/cp.md found
11:26:17 INFO: man/src/create.md found
11:26:17 INFO: man/src/diff.md found
11:26:17 INFO: man/src/events.md found
11:26:17 INFO: man/src/exec.md found
11:26:17 INFO: man/src/export.md found
11:26:17 INFO: man/src/history.md found
11:26:17 INFO: man/src/image/build.md found
11:26:17 INFO: man/src/image/history.md found
11:26:17 INFO: man/src/image/import.md found
11:26:17 WARN: man/src/image/inspect.md does not exist, skipping
11:26:17 INFO: man/src/image/load.md found
11:26:17 INFO: man/src/image/ls.md found
11:26:17 WARN: man/src/image/prune.md does not exist, skipping
11:26:17 INFO: man/src/image/pull.md found
11:26:17 INFO: man/src/image/push.md found
11:26:17 INFO: man/src/image/rm.md found
11:26:17 INFO: man/src/image/save.md found
11:26:17 INFO: man/src/image/tag.md found
11:26:17 WARN: man/src/image.md does not exist, skipping
11:26:17 INFO: man/src/images.md found
11:26:17 INFO: man/src/import.md found
11:26:17 INFO: man/src/info.md found
11:26:17 INFO: man/src/inspect.md found
11:26:17 INFO: man/src/kill.md found
11:26:17 INFO: man/src/load.md found
11:26:17 INFO: man/src/login.md found
11:26:17 INFO: man/src/logout.md found
11:26:17 INFO: man/src/logs.md found
11:26:17 WARN: man/src/manifest/annotate.md does not exist, skipping
11:26:17 WARN: man/src/manifest/create.md does not exist, skipping
11:26:17 WARN: man/src/manifest/inspect.md does not exist, skipping
11:26:17 WARN: man/src/manifest/push.md does not exist, skipping
11:26:17 WARN: man/src/manifest/rm.md does not exist, skipping
11:26:17 WARN: man/src/manifest.md does not exist, skipping
11:26:17 INFO: man/src/network/connect.md found
11:26:17 INFO: man/src/network/create.md found
11:26:17 INFO: man/src/network/disconnect.md found
11:26:17 INFO: man/src/network/inspect.md found
11:26:17 INFO: man/src/network/ls.md found
11:26:17 WARN: man/src/network/prune.md does not exist, skipping
11:26:17 INFO: man/src/network/rm.md found
11:26:17 WARN: man/src/network.md does not exist, skipping
11:26:17 WARN: man/src/node/demote.md does not exist, skipping
11:26:17 WARN: man/src/node/inspect.md does not exist, skipping
11:26:17 WARN: man/src/node/ls.md does not exist, skipping
11:26:17 WARN: man/src/node/promote.md does not exist, skipping
11:26:17 WARN: man/src/node/ps.md does not exist, skipping
11:26:17 WARN: man/src/node/rm.md does not exist, skipping
11:26:17 WARN: man/src/node/update.md does not exist, skipping
11:26:17 WARN: man/src/node.md does not exist, skipping
11:26:17 INFO: man/src/pause.md found
11:26:17 WARN: man/src/plugin/create.md does not exist, skipping
11:26:17 WARN: man/src/plugin/disable.md does not exist, skipping
11:26:17 WARN: man/src/plugin/enable.md does not exist, skipping
11:26:17 WARN: man/src/plugin/inspect.md does not exist, skipping
11:26:17 WARN: man/src/plugin/install.md does not exist, skipping
11:26:17 INFO: man/src/plugin/ls.md found
11:26:17 WARN: man/src/plugin/push.md does not exist, skipping
11:26:17 WARN: man/src/plugin/rm.md does not exist, skipping
11:26:17 WARN: man/src/plugin/set.md does not exist, skipping
11:26:17 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:26:17 WARN: man/src/plugin.md does not exist, skipping
11:26:17 INFO: man/src/port.md found
11:26:17 INFO: man/src/ps.md found
11:26:17 INFO: man/src/pull.md found
11:26:17 INFO: man/src/push.md found
11:26:17 INFO: man/src/rename.md found
11:26:17 INFO: man/src/restart.md found
11:26:17 INFO: man/src/rm.md found
11:26:17 INFO: man/src/rmi.md found
11:26:17 WARN: man/src/run.md does not exist, skipping
11:26:17 INFO: man/src/save.md found
11:26:17 INFO: man/src/search.md found
11:26:17 WARN: man/src/secret/create.md does not exist, skipping
11:26:17 WARN: man/src/secret/inspect.md does not exist, skipping
11:26:17 WARN: man/src/secret/ls.md does not exist, skipping
11:26:17 WARN: man/src/secret/rm.md does not exist, skipping
11:26:17 WARN: man/src/secret.md does not exist, skipping
11:26:17 WARN: man/src/service/create.md does not exist, skipping
11:26:17 WARN: man/src/service/inspect.md does not exist, skipping
11:26:17 WARN: man/src/service/logs.md does not exist, skipping
11:26:17 WARN: man/src/service/ls.md does not exist, skipping
11:26:17 WARN: man/src/service/ps.md does not exist, skipping
11:26:17 WARN: man/src/service/rm.md does not exist, skipping
11:26:17 WARN: man/src/service/rollback.md does not exist, skipping
11:26:17 WARN: man/src/service/scale.md does not exist, skipping
11:26:17 WARN: man/src/service/update.md does not exist, skipping
11:26:17 WARN: man/src/service.md does not exist, skipping
11:26:17 WARN: man/src/stack/config.md does not exist, skipping
11:26:17 WARN: man/src/stack/deploy.md does not exist, skipping
11:26:17 WARN: man/src/stack/ls.md does not exist, skipping
11:26:17 WARN: man/src/stack/ps.md does not exist, skipping
11:26:17 WARN: man/src/stack/rm.md does not exist, skipping
11:26:17 WARN: man/src/stack/services.md does not exist, skipping
11:26:17 WARN: man/src/stack.md does not exist, skipping
11:26:17 INFO: man/src/start.md found
11:26:17 INFO: man/src/stats.md found
11:26:17 INFO: man/src/stop.md found
11:26:17 WARN: man/src/swarm/ca.md does not exist, skipping
11:26:17 WARN: man/src/swarm/init.md does not exist, skipping
11:26:17 WARN: man/src/swarm/join.md does not exist, skipping
11:26:17 WARN: man/src/swarm/join-token.md does not exist, skipping
11:26:17 WARN: man/src/swarm/leave.md does not exist, skipping
11:26:17 WARN: man/src/swarm/unlock.md does not exist, skipping
11:26:17 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:26:17 WARN: man/src/swarm/update.md does not exist, skipping
11:26:17 WARN: man/src/swarm.md does not exist, skipping
11:26:17 WARN: man/src/system/df.md does not exist, skipping
11:26:17 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:26:17 INFO: man/src/system/events.md found
11:26:17 INFO: man/src/system/info.md found
11:26:17 WARN: man/src/system/prune.md does not exist, skipping
11:26:17 WARN: man/src/system.md does not exist, skipping
11:26:17 INFO: man/src/tag.md found
11:26:17 INFO: man/src/top.md found
11:26:17 WARN: man/src/trust/inspect.md does not exist, skipping
11:26:17 WARN: man/src/trust/key/generate.md does not exist, skipping
11:26:17 WARN: man/src/trust/key/load.md does not exist, skipping
11:26:17 WARN: man/src/trust/key.md does not exist, skipping
11:26:17 WARN: man/src/trust/revoke.md does not exist, skipping
11:26:17 WARN: man/src/trust/sign.md does not exist, skipping
11:26:17 WARN: man/src/trust/signer/add.md does not exist, skipping
11:26:17 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:26:17 WARN: man/src/trust/signer.md does not exist, skipping
11:26:17 WARN: man/src/trust.md does not exist, skipping
11:26:17 INFO: man/src/unpause.md found
11:26:17 INFO: man/src/update.md found
11:26:17 INFO: man/src/version.md found
11:26:17 INFO: man/src/volume/create.md found
11:26:17 INFO: man/src/volume/inspect.md found
11:26:17 INFO: man/src/volume/ls.md found
11:26:17 WARN: man/src/volume/prune.md does not exist, skipping
11:26:17 WARN: man/src/volume/rm.md does not exist, skipping
11:26:17 WARN: man/src/volume/update.md does not exist, skipping
11:26:17 INFO: man/src/volume.md found
11:26:17 INFO: man/src/wait.md found
11:26:17 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:26:17 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:26:17 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:26:17 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:26:17 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:26:17 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:26:17 make[2]: Leaving directory '/root/build-deb/cli'
11:26:17 # Build buildx plugin
11:26:17 cd /go/src/github.com/docker/buildx \
11:26:17 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:17 && GO111MODULE=on \
11:26:17 	CGO_ENABLED=0 \
11:26:17 		go build \
11:26:17 			-mod=vendor \
11:26:17 			-trimpath \
11:26:17 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
11:26:17 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
11:26:17 			./cmd/buildx
11:26:22 # Build the compose plugin
11:26:22 cd /go/src/github.com/docker/compose \
11:26:22 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:26:22 make[2]: Entering directory '/root/build-deb/compose'
11:26:22 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
11:26:22 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:22 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:22 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:22 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:22 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:22 go: downloading github.com/docker/buildx v0.10.2
11:26:22 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:22 go: downloading github.com/moby/buildkit v0.11.2
11:26:22 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:22 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:22 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:22 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:22 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:22 go: downloading golang.org/x/sync v0.1.0
11:26:22 go: downloading github.com/imdario/mergo v0.3.13
11:26:22 go: downloading github.com/containerd/console v1.0.3
11:26:22 go: downloading github.com/stretchr/testify v1.8.1
11:26:22 go: downloading github.com/buger/goterm v1.0.4
11:26:22 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:22 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:22 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:22 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:22 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:22 go: downloading golang.org/x/net v0.4.0
11:26:22 go: downloading golang.org/x/term v0.3.0
11:26:22 go: downloading google.golang.org/grpc v1.50.1
11:26:22 go: downloading k8s.io/client-go v0.22.4
11:26:22 go: downloading k8s.io/api v0.22.4
11:26:22 go: downloading k8s.io/apimachinery v0.22.4
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:22 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:22 go: downloading github.com/golang/mock v1.6.0
11:26:22 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:22 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:22 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:22 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:22 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:22 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:22 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:22 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:22 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:22 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:22 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:22 go: downloading github.com/go-logr/stdr v1.2.2
11:26:22 go: downloading github.com/containerd/typeurl v1.0.2
11:26:22 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:22 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:22 go: downloading github.com/gogo/googleapis v1.4.1
11:26:22 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:22 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:22 go: downloading k8s.io/klog/v2 v2.60.1
11:26:22 go: downloading github.com/google/gofuzz v1.2.0
11:26:22 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:22 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:22 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:22 go: downloading github.com/aws/smithy-go v1.11.2
11:26:22 go: downloading github.com/moby/locker v1.0.1
11:26:22 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:22 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:22 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:22 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:22 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:22 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:22 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:22 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:22 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:22 go: downloading github.com/json-iterator/go v1.1.12
11:26:22 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:22 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:22 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:22 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:22 go: downloading github.com/moby/spdystream v0.2.0
11:26:22 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:22 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:24 + popd
11:26:24 ~/rpmbuild/BUILD/src
11:26:24 + RPM_EC=0
11:26:24 ++ jobs -p
11:26:24 + exit 0
11:26:24 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hcXHal
11:26:24 + umask 022
11:26:24 + cd /root/rpmbuild/BUILD
11:26:24 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64 '!=' / ']'
11:26:24 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:24 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:24 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:24 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:24 + 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'
11:26:24 + export CFLAGS
11:26:24 + 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'
11:26:24 + export CXXFLAGS
11:26:24 + 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'
11:26:24 + export FFLAGS
11:26:24 + 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'
11:26:24 + export FCFLAGS
11:26:24 + 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'
11:26:24 + export LDFLAGS
11:26:24 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:24 + export LT_SYS_LIBRARY_PATH
11:26:24 + CC=gcc
11:26:24 + export CC
11:26:24 + CXX=g++
11:26:24 + export CXX
11:26:24 + cd src
11:26:24 + pushd /root/rpmbuild/BUILD/src/buildx
11:26:24 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:24 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:26:24 + popd
11:26:24 + /usr/lib/rpm/check-buildroot
11:26:24 ~/rpmbuild/BUILD/src
11:26:24 + /usr/lib/rpm/redhat/brp-ldconfig
11:26:24 + /usr/lib/rpm/brp-compress
11:26:24 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:26:24 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:24 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:26:24 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:26:24 + /usr/lib/rpm/check-rpaths
11:26:24 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:26:24 + /usr/lib/rpm/brp-remove-la-files
11:26:24 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:26:24 + /usr/lib/rpm/redhat/brp-python-hardlink
11:26:24 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VTwcjj
11:26:24 + umask 022
11:26:24 + cd /root/rpmbuild/BUILD
11:26:24 + 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'
11:26:24 + export CFLAGS
11:26:24 + 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'
11:26:24 + export CXXFLAGS
11:26:24 + 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'
11:26:24 + export FFLAGS
11:26:24 + 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'
11:26:24 + export FCFLAGS
11:26:24 + 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'
11:26:24 + export LDFLAGS
11:26:24 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:24 + export LT_SYS_LIBRARY_PATH
11:26:24 + CC=gcc
11:26:24 + export CC
11:26:24 + CXX=g++
11:26:24 + export CXX
11:26:24 + cd src
11:26:24 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:26:24 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:26:24 + ver=v0.10.4
11:26:24 + test v0.10.4 = v0.10.4
11:26:24 + echo 'PASS: docker-buildx version OK'
11:26:24 + RPM_EC=0
11:26:24 PASS: docker-buildx version OK
11:26:24 ++ jobs -p
11:26:24 + exit 0
11:26:24 Processing files: docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:24 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:24 Provides: docker-buildx-plugin = 0:0.10.4-0.fc37 docker-buildx-plugin(aarch-64) = 0:0.10.4-0.fc37
11:26:24 Requires(interp): /bin/sh /bin/sh /bin/sh
11:26:24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:24 Requires(post): /bin/sh
11:26:24 Requires(preun): /bin/sh
11:26:24 Requires(postun): /bin/sh
11:26:24 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:24 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.fc37.src.rpm
11:26:24 ~/rpmbuild/BUILD/src
11:26:24 + popd
11:26:24 + RPM_EC=0
11:26:24 ++ jobs -p
11:26:24 + exit 0
11:26:24 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yWZN9z
11:26:24 + umask 022
11:26:24 + cd /root/rpmbuild/BUILD
11:26:24 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64 '!=' / ']'
11:26:24 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:24 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:24 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:24 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:24 + 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'
11:26:24 + export CFLAGS
11:26:24 + 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'
11:26:24 + export CXXFLAGS
11:26:24 + 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'
11:26:24 + export FFLAGS
11:26:24 + 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'
11:26:24 + export FCFLAGS
11:26:24 + 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.4-0.fc36.aarch64.ld'
11:26:24 + export LDFLAGS
11:26:24 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:24 + export LT_SYS_LIBRARY_PATH
11:26:24 + CC=gcc
11:26:24 + export CC
11:26:24 + CXX=g++
11:26:24 + export CXX
11:26:24 + cd src
11:26:24 + pushd /root/rpmbuild/BUILD/src/buildx
11:26:24 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:24 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:26:24 + popd
11:26:24 ~/rpmbuild/BUILD/src
11:26:24 + /usr/lib/rpm/check-buildroot
11:26:24 + /usr/lib/rpm/redhat/brp-ldconfig
11:26:24 + /usr/lib/rpm/brp-compress
11:26:24 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:26:24 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:24 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:26:24 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:26:24 + /usr/lib/rpm/check-rpaths
11:26:24 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:26:24 + /usr/lib/rpm/brp-remove-la-files
11:26:24 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:26:24 + /usr/lib/rpm/redhat/brp-python-hardlink
11:26:24 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2qudwF
11:26:24 + umask 022
11:26:24 + cd /root/rpmbuild/BUILD
11:26:24 + 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'
11:26:24 + export CFLAGS
11:26:24 + 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'
11:26:24 + export CXXFLAGS
11:26:24 + 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'
11:26:24 + export FFLAGS
11:26:24 + 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'
11:26:24 + export FCFLAGS
11:26:24 + 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.4-0.fc36.aarch64.ld'
11:26:24 + export LDFLAGS
11:26:24 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:24 + export LT_SYS_LIBRARY_PATH
11:26:24 + CC=gcc
11:26:24 + export CC
11:26:24 + CXX=g++
11:26:24 + export CXX
11:26:24 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:26:24 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.4-0.fc36 aarch64
11:26:24 + cd src
11:26:24 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:26:24 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:26:24 + ver=v0.10.4
11:26:24 PASS: docker-buildx version OK
11:26:24 + test v0.10.4 = v0.10.4
11:26:24 + echo 'PASS: docker-buildx version OK'
11:26:24 + RPM_EC=0
11:26:24 ++ jobs -p
11:26:24 + exit 0
11:26:24 Processing files: docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:24 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:24 Provides: docker-buildx-plugin = 0:0.10.4-0.fc36 docker-buildx-plugin(aarch-64) = 0:0.10.4-0.fc36
11:26:24 Requires(interp): /bin/sh /bin/sh /bin/sh
11:26:24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:24 Requires(post): /bin/sh
11:26:24 Requires(preun): /bin/sh
11:26:24 Requires(postun): /bin/sh
11:26:24 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:24 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.fc36.src.rpm
11:26:24 make[2]: Leaving directory '/root/build-deb/compose'
11:26:24 # Build the scan-plugin
11:26:24 # TODO change once we support scan-plugin on other architectures
11:26:24 if [ "arm64" = "amd64" ]; then \
11:26:24 	cd /go/src/github.com/docker/scan-cli-plugin \
11:26:24 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:26:24 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:24 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:26:24 fi
11:26:24 make[1]: Leaving directory '/root/build-deb'
11:26:24    debian/rules override_dh_auto_test
11:26:24 make[1]: Entering directory '/root/build-deb'
11:26:24 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:26:24 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:26:24 PASS: daemon version OK
11:26:24 ver="$(cli/build/docker --version)"; \
11:26:24 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:26:24 PASS: cli version OK
11:26:24 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:24 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:26:24 PASS: docker-buildx version OK
11:26:24 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:24 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:26:24 PASS: docker-compose version OK
11:26:24 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:26:24 # TODO change once we support scan-plugin on other architectures
11:26:24 if [ "arm64" = "amd64" ]; then \
11:26:24 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:24 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:26:24 fi
11:26:24 make[1]: Leaving directory '/root/build-deb'
11:26:24    create-stamp debian/debhelper-build-stamp
11:26:24  debian/rules binary
11:26:24 dh binary --with=bash-completion
11:26:24    dh_testroot
11:26:24    dh_prep
11:26:24    dh_installdirs
11:26:24    debian/rules override_dh_auto_install
11:26:24 make[1]: Entering directory '/root/build-deb'
11:26:24 # docker-ce-cli install
11:26:24 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:26:24 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:26:24 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:26:24 # docker-ce install
11:26:24 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:26:24 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:26:24 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:26:24 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:26:24 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:26:24 # docker-buildx-plugin install
11:26:24 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:26:24 # docker-compose-plugin install
11:26:24 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:26:24 # docker-scan-plugin install
11:26:24 # TODO change once we support scan-plugin on other architectures
11:26:24 if [ "arm64" = "amd64" ]; then \
11:26:24 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:26:24 fi
11:26:24 # docker-ce-rootless-extras install
11:26:24 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:26:24 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:26:24 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:26:24 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:26:24 # TODO: how can we install vpnkit?
11:26:24 make[1]: Leaving directory '/root/build-deb'
11:26:24    debian/rules override_dh_install
11:26:24 make[1]: Entering directory '/root/build-deb'
11:26:24 dh_install
11:26:24 # TODO Can we do this from within our container?
11:26:24 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:26:24 make[1]: Leaving directory '/root/build-deb'
11:26:24    dh_installdocs
11:26:24    dh_installchangelogs
11:26:24    dh_installman
11:26:24    dh_bash-completion
11:26:24    dh_systemd_enable
11:26:24    debian/rules override_dh_installinit
11:26:24 make[1]: Entering directory '/root/build-deb'
11:26:24 # use "docker" as our service name, not "docker-ce"
11:26:24 dh_installinit --name=docker
11:26:24 make[1]: Leaving directory '/root/build-deb'
11:26:24    dh_systemd_start
11:26:24    dh_perl
11:26:24    dh_link
11:26:24    dh_strip_nondeterminism
11:26:26    dh_compress
11:26:26    dh_fixperms
11:26:26    dh_missing
11:26:26    debian/rules override_dh_strip
11:26:26 make[1]: Entering directory '/root/build-deb'
11:26:26 # Go has lots of problems with stripping, so just don't
11:26:26 make[1]: Leaving directory '/root/build-deb'
11:26:26    dh_makeshlibs
11:26:26    debian/rules override_dh_shlibdeps
11:26:26 make[1]: Entering directory '/root/build-deb'
11:26:26 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:26:30 make[1]: Leaving directory '/root/build-deb'
11:26:30    dh_installdeb
11:26:30    debian/rules override_dh_gencontrol
11:26:30 make[1]: Entering directory '/root/build-deb'
11:26:30 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:26:30 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:26:30 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:30 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:26:30 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:26:30 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:30 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:26:30 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:26:30 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:26:30 if [ "arm64" = "amd64" ]; then \
11:26:30 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:26:30 fi
11:26:30 dh_gencontrol --remaining-packages
11:26:30 make[1]: Leaving directory '/root/build-deb'
11:26:30    dh_md5sums
11:26:31    debian/rules override_dh_builddeb
11:26:31 make[1]: Entering directory '/root/build-deb'
11:26:31 dh_builddeb -- -Zxz
11:26:31 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb'.
11:26:31 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'.
11:26:36 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc36.aarch64.rpm
11:26:36 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ngGI4J
11:26:36 + umask 022
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + cd src
11:26:36 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64
11:26:36 + RPM_EC=0
11:26:36 ++ jobs -p
11:26:36 + exit 0
11:26:36     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:26:36     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:26:36     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:26:36     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:26:36     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:36 
11:26:36 RPM build warnings:
11:26:36 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.P90RTN
11:26:36 + umask 022
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + rm -rf src
11:26:36 + /usr/bin/mkdir -p src
11:26:36 + cd src
11:26:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:26:36 + /usr/bin/tar -xof -
11:26:36 + STATUS=0
11:26:36 + '[' 0 -ne 0 ']'
11:26:36 + /usr/bin/tar -xof -
11:26:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:26:36 + STATUS=0
11:26:36 + '[' 0 -ne 0 ']'
11:26:36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:26:36 + RPM_EC=0
11:26:36 ++ jobs -p
11:26:36 + exit 0
11:26:36 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9p7pSP
11:26:36 + umask 022
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + 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'
11:26:36 + export CFLAGS
11:26:36 + 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'
11:26:36 + export CXXFLAGS
11:26:36 + 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'
11:26:36 + export FFLAGS
11:26:36 + 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'
11:26:36 + export FCFLAGS
11:26:36 + 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'
11:26:36 + export LDFLAGS
11:26:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:36 + export LT_SYS_LIBRARY_PATH
11:26:36 + CC=gcc
11:26:36 + export CC
11:26:36 + CXX=g++
11:26:36 + export CXX
11:26:36 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:26:36 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 aarch64
11:26:36 + cd src
11:26:36 + pushd /root/rpmbuild/BUILD/src/compose
11:26:36 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:26:36 + make VERSION=v2.16.0 DESTDIR=./bin build
11:26: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 "./bin/docker-compose" ./cmd
11:26:36 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:36 + popd
11:26:36 + RPM_EC=0
11:26:36 ++ jobs -p
11:26:36 + exit 0
11:26:36 + umask 022
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64 '!=' / ']'
11:26:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64
11:26:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64
11:26:36 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:36 ~/rpmbuild/BUILD/src
11:26:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rNau8n
11:26:36 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:26:36 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64
11:26:36 + cd src
11:26:36 + pushd /root/rpmbuild/BUILD/src/buildx
11:26:36 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:36 ~/rpmbuild/BUILD/src
11:26:36 + popd
11:26:36 + /usr/lib/rpm/check-buildroot
11:26:36 + /usr/lib/rpm/redhat/brp-ldconfig
11:26:36 + /usr/lib/rpm/brp-compress
11:26:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:26:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:26:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:26:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:26:36 + /usr/lib/rpm/brp-python-hardlink
11:26:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:26:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Xxnp8P
11:26:36 + umask 022
11:26:36 + cd /root/rpmbuild/BUILD
11:26:36 + cd src
11:26:36 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:26:36 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:26:36 + ver=v0.10.4
11:26:36 + test v0.10.4 = v0.10.4
11:26:36 + echo 'PASS: docker-buildx version OK'
11:26:36 + RPM_EC=0
11:26:36 PASS: docker-buildx version OK
11:26:36 ++ jobs -p
11:26:36 + exit 0
11:26:36 Processing files: docker-buildx-plugin-0.10.4-0.el9.aarch64
11:26:36 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:36 Provides: docker-buildx-plugin = 0:0.10.4-0.el9 docker-buildx-plugin(aarch-64) = 0:0.10.4-0.el9
11:26:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:26:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:36 Requires(post): /bin/sh
11:26:36 Requires(preun): /bin/sh
11:26:36 Requires(postun): /bin/sh
11:26:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64
11:26:36 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el9.src.rpm
11:26:36 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:36 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:36 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:36 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:36 go: downloading github.com/docker/buildx v0.10.2
11:26:36 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:36 go: downloading github.com/moby/buildkit v0.11.2
11:26:36 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:36 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:37 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:37 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:37 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:37 go: downloading golang.org/x/sync v0.1.0
11:26:37 go: downloading github.com/imdario/mergo v0.3.13
11:26:37 go: downloading github.com/containerd/console v1.0.3
11:26:37 go: downloading github.com/buger/goterm v1.0.4
11:26:37 go: downloading github.com/stretchr/testify v1.8.1
11:26:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:37 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:37 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:37 go: downloading google.golang.org/grpc v1.50.1
11:26:37 go: downloading k8s.io/client-go v0.22.4
11:26:37 go: downloading k8s.io/api v0.22.4
11:26:37 go: downloading k8s.io/apimachinery v0.22.4
11:26:37 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:37 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:37 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:37 go: downloading github.com/golang/mock v1.6.0
11:26:38 make[2]: Leaving directory '/root/build-deb/compose'
11:26:38 # Build the scan-plugin
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	cd /go/src/github.com/docker/scan-cli-plugin \
11:26:38 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:26:38 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:38 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:26:38 fi
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    debian/rules override_dh_auto_test
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:26:38 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:26:38 PASS: daemon version OK
11:26:38 ver="$(cli/build/docker --version)"; \
11:26:38 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:26:38 PASS: cli version OK
11:26:38 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:26:38 PASS: docker-buildx version OK
11:26:38 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:26:38 PASS: docker-compose version OK
11:26:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:26:38 fi
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    create-stamp debian/debhelper-build-stamp
11:26:38  debian/rules binary
11:26:38 dh binary --with=bash-completion
11:26:38    dh_testroot
11:26:38    dh_prep
11:26:38    dh_installdirs
11:26:38    debian/rules override_dh_auto_install
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # docker-ce-cli install
11:26:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:26:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:26:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:26:38 # docker-ce install
11:26:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:26:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:26:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:26:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:26:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:26:38 # docker-buildx-plugin install
11:26:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:26:38 # docker-compose-plugin install
11:26:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:26:38 # docker-scan-plugin install
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:26:38 fi
11:26:38 # docker-ce-rootless-extras install
11:26:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:26:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:26:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:26:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:26:38 # TODO: how can we install vpnkit?
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    debian/rules override_dh_install
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_install
11:26:38 # TODO Can we do this from within our container?
11:26:38 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_installdocs
11:26:38    dh_installchangelogs
11:26:38    dh_installman
11:26:38    dh_bash-completion
11:26:38    dh_systemd_enable
11:26:38    debian/rules override_dh_installinit
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # use "docker" as our service name, not "docker-ce"
11:26:38 dh_installinit --name=docker
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_systemd_start
11:26:38    dh_perl
11:26:38    dh_link
11:26:38    dh_strip_nondeterminism
11:26:38    dh_compress
11:26:38    dh_fixperms
11:26:38    dh_missing
11:26:38    debian/rules override_dh_strip
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # Go has lots of problems with stripping, so just don't
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_makeshlibs
11:26:38    debian/rules override_dh_shlibdeps
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_installdeb
11:26:38    debian/rules override_dh_gencontrol
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:26:38 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:38 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:26:38 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:38 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:26:38 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:26:38 fi
11:26:38 dh_gencontrol --remaining-packages
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_md5sums
11:26:38    debian/rules override_dh_builddeb
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_builddeb -- -Zxz
11:26:38 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'.
11:26:38 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb'.
11:26:38 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:38 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:38 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:38 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:38 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:38 go: downloading golang.org/x/net v0.4.0
11:26:38 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:38 go: downloading golang.org/x/term v0.3.0
11:26:38 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:38 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:38 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:38 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:38 go: downloading github.com/go-logr/stdr v1.2.2
11:26:38 go: downloading github.com/containerd/typeurl v1.0.2
11:26:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:38 go: downloading github.com/gogo/googleapis v1.4.1
11:26:38 make[2]: Leaving directory '/root/build-deb/compose'
11:26:38 # Build the scan-plugin
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	cd /go/src/github.com/docker/scan-cli-plugin \
11:26:38 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:26:38 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:38 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:26:38 fi
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    debian/rules override_dh_auto_test
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:26:38 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:26:38 PASS: daemon version OK
11:26:38 ver="$(cli/build/docker --version)"; \
11:26:38 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:26:38 PASS: cli version OK
11:26:38 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:26:38 PASS: docker-buildx version OK
11:26:38 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:26:38 PASS: docker-compose version OK
11:26:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:38 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:26:38 fi
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    create-stamp debian/debhelper-build-stamp
11:26:38  debian/rules binary
11:26:38 dh binary --with=bash-completion
11:26:38    dh_testroot
11:26:38    dh_prep
11:26:38    dh_installdirs
11:26:38    debian/rules override_dh_auto_install
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # docker-ce-cli install
11:26:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:26:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:26:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:26:38 # docker-ce install
11:26:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:26:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:26:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:26:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:26:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:26:38 # docker-buildx-plugin install
11:26:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:26:38 # docker-compose-plugin install
11:26:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:26:38 # docker-scan-plugin install
11:26:38 # TODO change once we support scan-plugin on other architectures
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:26:38 fi
11:26:38 # docker-ce-rootless-extras install
11:26:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:26:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:26:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:26:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:26:38 # TODO: how can we install vpnkit?
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    debian/rules override_dh_install
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_install
11:26:38 # TODO Can we do this from within our container?
11:26:38 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_installdocs
11:26:38    dh_installchangelogs
11:26:38    dh_installman
11:26:38    dh_bash-completion
11:26:38    dh_systemd_enable
11:26:38    debian/rules override_dh_installinit
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # use "docker" as our service name, not "docker-ce"
11:26:38 dh_installinit --name=docker
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_systemd_start
11:26:38    dh_perl
11:26:38    dh_link
11:26:38    dh_strip_nondeterminism
11:26:38    dh_compress
11:26:38    dh_fixperms
11:26:38    dh_missing
11:26:38    debian/rules override_dh_strip
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # Go has lots of problems with stripping, so just don't
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_makeshlibs
11:26:38    debian/rules override_dh_shlibdeps
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_installdeb
11:26:38    debian/rules override_dh_gencontrol
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:26:38 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:38 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:26:38 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:38 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:26:38 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:26:38 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:26:38 if [ "arm64" = "amd64" ]; then \
11:26:38 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:26:38 fi
11:26:38 dh_gencontrol --remaining-packages
11:26:38 make[1]: Leaving directory '/root/build-deb'
11:26:38    dh_md5sums
11:26:38    debian/rules override_dh_builddeb
11:26:38 make[1]: Entering directory '/root/build-deb'
11:26:38 dh_builddeb -- -Zxz
11:26:38 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'.
11:26:38 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'.
11:26:39 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:39 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:39 go: downloading k8s.io/klog/v2 v2.60.1
11:26:39 go: downloading github.com/google/gofuzz v1.2.0
11:26:39 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:40 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:40 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:40 go: downloading github.com/aws/smithy-go v1.11.2
11:26:40 go: downloading github.com/moby/locker v1.0.1
11:26:40 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:40 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:40 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:40 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:40 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:40 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:40 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:40 go: downloading github.com/json-iterator/go v1.1.12
11:26:40 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:40 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:40 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:40 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:40 go: downloading github.com/moby/spdystream v0.2.0
11:26:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:40 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:42 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc37.aarch64.rpm
11:26:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VUR4Af
11:26:42 + umask 022
11:26:42 + cd /root/rpmbuild/BUILD
11:26:42 + cd src
11:26:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64
11:26:42 + RPM_EC=0
11:26:42 ++ jobs -p
11:26:42 + exit 0
11:26:42 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.tPc9Lb
11:26:42 + umask 022
11:26:42 + cd /root/rpmbuild/BUILD
11:26:42 + rm -rf src src.gemspec
11:26:42 + RPM_EC=0
11:26:42 ++ jobs -p
11:26:42 + exit 0
11:26:42     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:26:42     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:26:42     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:26:42     source_date_epoch_from_changelog set but %changelog is missing
11:26:42     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:26:42     source_date_epoch_from_changelog set but %changelog is missing
11:26:42     source_date_epoch_from_changelog set but %changelog is missing
11:26:42     source_date_epoch_from_changelog set but %changelog is missing
11:26:42     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:26:42 
11:26:42 RPM build warnings:
11:26:42 warning: source_date_epoch_from_changelog set but %changelog is missing
11:26:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VuKusX
11:26:42 + umask 022
11:26:42 + cd /root/rpmbuild/BUILD
11:26:42 + cd /root/rpmbuild/BUILD
11:26:42 + rm -rf src
11:26:42 + /usr/bin/mkdir -p src
11:26:42 + cd src
11:26:42 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:26:42 + STATUS=0
11:26:42 + '[' 0 -ne 0 ']'
11:26:42 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:26:42 + STATUS=0
11:26:42 + '[' 0 -ne 0 ']'
11:26:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:26:42 + RPM_EC=0
11:26:42 ++ jobs -p
11:26:42 + exit 0
11:26:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.T2o4yN
11:26:42 + umask 022
11:26:42 + cd /root/rpmbuild/BUILD
11:26: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:26:42 + export CFLAGS
11:26: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:26:42 + export CXXFLAGS
11:26: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:26:42 + export FFLAGS
11:26: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:26:42 + export FCFLAGS
11:26: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:26:42 + export LDFLAGS
11:26:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:26:42 + export LT_SYS_LIBRARY_PATH
11:26:42 + CC=gcc
11:26:42 + export CC
11:26:42 + CXX=g++
11:26:42 + export CXX
11:26:42 + cd src
11:26:42 + pushd /root/rpmbuild/BUILD/src/compose
11:26:42 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:26:42 + make VERSION=v2.16.0 DESTDIR=./bin build
11:26:42 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
11:26:42 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:42 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:42 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:42 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:42 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:42 go: downloading github.com/docker/buildx v0.10.2
11:26:42 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:42 go: downloading github.com/moby/buildkit v0.11.2
11:26:42 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:42 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:42 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:42 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:42 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:42 go: downloading golang.org/x/sync v0.1.0
11:26:42 go: downloading github.com/containerd/console v1.0.3
11:26:42 go: downloading github.com/imdario/mergo v0.3.13
11:26:42 go: downloading github.com/buger/goterm v1.0.4
11:26:42 go: downloading github.com/stretchr/testify v1.8.1
11:26:42 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:42 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:42 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:42 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:42 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:42 go: downloading golang.org/x/net v0.4.0
11:26:42 go: downloading google.golang.org/grpc v1.50.1
11:26:42 go: downloading k8s.io/client-go v0.22.4
11:26:42 go: downloading k8s.io/api v0.22.4
11:26:42 go: downloading k8s.io/apimachinery v0.22.4
11:26:42 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:42 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:42 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:42 go: downloading github.com/golang/mock v1.6.0
11:26:42 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:42 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:42 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:42 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:42 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:42 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:42 go: downloading golang.org/x/term v0.3.0
11:26:42 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:42 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:42 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:42 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:42 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:42 go: downloading github.com/go-logr/stdr v1.2.2
11:26:42 go: downloading github.com/containerd/typeurl v1.0.2
11:26:42 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:42 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:42 go: downloading github.com/gogo/googleapis v1.4.1
11:26:44 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:44 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:44 go: downloading k8s.io/klog/v2 v2.60.1
11:26:44 go: downloading github.com/google/gofuzz v1.2.0
11:26:44 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:44 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:44 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:44 go: downloading github.com/aws/smithy-go v1.11.2
11:26:44 go: downloading github.com/moby/locker v1.0.1
11:26:44 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:44 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:44 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:44 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:44 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:44 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:44 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:44 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:44 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:44 go: downloading github.com/json-iterator/go v1.1.12
11:26:44 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:44 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:44 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:44 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:44 go: downloading github.com/moby/spdystream v0.2.0
11:26:44 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:44 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:51 make[2]: Leaving directory '/root/build-deb/compose'
11:26:51 # Build the scan-plugin
11:26:51 # TODO change once we support scan-plugin on other architectures
11:26:51 if [ "arm64" = "amd64" ]; then \
11:26:51 	cd /go/src/github.com/docker/scan-cli-plugin \
11:26:51 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:26:51 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:26:51 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:26:51 fi
11:26:51 make[1]: Leaving directory '/root/build-deb'
11:26:51    debian/rules override_dh_auto_test
11:26:51 make[1]: Entering directory '/root/build-deb'
11:26:51 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:26:51 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:26:51 PASS: daemon version OK
11:26:51 ver="$(cli/build/docker --version)"; \
11:26:51 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:26:51 PASS: cli version OK
11:26:51 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:51 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:26:51 PASS: docker-buildx version OK
11:26:51 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:51 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:26:51 PASS: docker-compose version OK
11:26:51 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:26:51 # TODO change once we support scan-plugin on other architectures
11:26:51 if [ "arm64" = "amd64" ]; then \
11:26:51 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:26:51 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:26:51 fi
11:26:51 make[1]: Leaving directory '/root/build-deb'
11:26:51    create-stamp debian/debhelper-build-stamp
11:26:51  debian/rules binary
11:26:51 dh binary --with=bash-completion
11:26:51    dh_testroot
11:26:51    dh_prep
11:26:51    dh_installdirs
11:26:51    debian/rules override_dh_auto_install
11:26:51 make[1]: Entering directory '/root/build-deb'
11:26:51 # docker-ce-cli install
11:26:51 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:26:51 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:26:51 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:26:51 # docker-ce install
11:26:51 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:26:51 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:26:51 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:26:51 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:26:51 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:26:51 # docker-buildx-plugin install
11:26:51 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:26:51 # docker-compose-plugin install
11:26:51 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:26:51 # docker-scan-plugin install
11:26:51 # TODO change once we support scan-plugin on other architectures
11:26:51 if [ "arm64" = "amd64" ]; then \
11:26:51 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:26:51 fi
11:26:51 # docker-ce-rootless-extras install
11:26:51 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:26:51 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:26:51 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:26:51 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:26:51 # TODO: how can we install vpnkit?
11:26:51 make[1]: Leaving directory '/root/build-deb'
11:26:51    debian/rules override_dh_install
11:26:51 make[1]: Entering directory '/root/build-deb'
11:26:51 dh_install
11:26:51 # TODO Can we do this from within our container?
11:26:51 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:26:51 make[1]: Leaving directory '/root/build-deb'
11:26:51    dh_installdocs
11:26:51    dh_installchangelogs
11:26:51    dh_installman
11:26:51    dh_bash-completion
11:26:51    dh_systemd_enable
11:26:51    debian/rules override_dh_installinit
11:26:51 make[1]: Entering directory '/root/build-deb'
11:26:51 # use "docker" as our service name, not "docker-ce"
11:26:51 dh_installinit --name=docker
11:26:51 make[1]: Leaving directory '/root/build-deb'
11:26:51    dh_systemd_start
11:26:51    dh_perl
11:26:51    dh_link
11:26:51    dh_strip_nondeterminism
11:26:52    dh_compress
11:26:52    dh_fixperms
11:26:52    dh_missing
11:26:52    debian/rules override_dh_strip
11:26:52 make[1]: Entering directory '/root/build-deb'
11:26:52 # Go has lots of problems with stripping, so just don't
11:26:52 make[1]: Leaving directory '/root/build-deb'
11:26:52    dh_makeshlibs
11:26:52    debian/rules override_dh_shlibdeps
11:26:53 make[1]: Entering directory '/root/build-deb'
11:26:53 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:26:54 # Build the compose plugin
11:26:54 cd /go/src/github.com/docker/compose \
11:26:54 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:26:54 make[2]: Entering directory '/root/build-deb/compose'
11:26:54 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
11:26:54 go: downloading github.com/docker/cli v23.0.0+incompatible
11:26:54 go: downloading github.com/theupdateframework/notary v0.7.0
11:26:54 go: downloading github.com/compose-spec/compose-go v1.9.0
11:26:54 go: downloading github.com/hashicorp/go-version v1.6.0
11:26:54 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:26:54 go: downloading github.com/docker/buildx v0.10.2
11:26:54 go: downloading github.com/mattn/go-shellwords v1.0.12
11:26:54 go: downloading github.com/moby/buildkit v0.11.2
11:26:54 go: downloading go.opentelemetry.io/otel v1.13.0
11:26:54 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:26:54 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:26:54 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:26:54 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:26:54 go: downloading golang.org/x/sync v0.1.0
11:26:54 go: downloading github.com/imdario/mergo v0.3.13
11:26:54 go: downloading github.com/containerd/console v1.0.3
11:26:54 go: downloading github.com/buger/goterm v1.0.4
11:26:54 go: downloading github.com/stretchr/testify v1.8.1
11:26:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:26:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:26:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:26:54 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:26:54 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:26:54 go: downloading golang.org/x/term v0.3.0
11:26:54 go: downloading golang.org/x/net v0.4.0
11:26:54 go: downloading google.golang.org/grpc v1.50.1
11:26:54 go: downloading k8s.io/client-go v0.22.4
11:26:54 go: downloading k8s.io/api v0.22.4
11:26:54 go: downloading k8s.io/apimachinery v0.22.4
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:26:54 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:26:54 go: downloading github.com/golang/mock v1.6.0
11:26:54 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:26:54 go: downloading github.com/hashicorp/errwrap v1.1.0
11:26:54 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:26:54 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:26:54 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:26:54 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:26:54 go: downloading github.com/mattn/go-runewidth v0.0.14
11:26:54 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:26:54 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:26:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:26:54 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:26:54 go: downloading github.com/go-logr/stdr v1.2.2
11:26:54 go: downloading github.com/containerd/typeurl v1.0.2
11:26:54 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:26:54 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:26:54 go: downloading github.com/gogo/googleapis v1.4.1
11:26:54 go: downloading github.com/pelletier/go-toml v1.9.5
11:26:54 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:26:54 go: downloading k8s.io/klog/v2 v2.60.1
11:26:54 go: downloading github.com/google/gofuzz v1.2.0
11:26:54 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:26:54 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:26:54 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:26:54 go: downloading github.com/aws/smithy-go v1.11.2
11:26:54 go: downloading github.com/moby/locker v1.0.1
11:26:54 go: downloading github.com/felixge/httpsnoop v1.0.2
11:26:54 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:26:54 go: downloading gopkg.in/inf.v0 v0.9.1
11:26:54 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:26:54 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:26:54 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:26:54 go: downloading github.com/googleapis/gnostic v0.5.5
11:26:54 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:26:54 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:26:54 go: downloading github.com/json-iterator/go v1.1.12
11:26:54 go: downloading github.com/mattn/go-colorable v0.1.12
11:26:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:26:54 go: downloading github.com/containerd/ttrpc v1.1.0
11:26:54 go: downloading github.com/modern-go/reflect2 v1.0.2
11:26:54 go: downloading sigs.k8s.io/yaml v1.2.0
11:26:54 + popd
11:26:54 + exit 0
11:26:54 ~/rpmbuild/BUILD/src
11:26:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.l5kZMA
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64 '!=' / ']'
11:26:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:54 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 + cd src
11:26:54 + pushd /root/rpmbuild/BUILD/src/compose
11:26:54 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:26:54 + 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
11:26:54 ~/rpmbuild/BUILD/src
11:26:54 + popd
11:26:54 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:26:54 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:26:54 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:26:54 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:26:54 + /usr/lib/rpm/check-buildroot
11:26:54 + /usr/lib/rpm/redhat/brp-compress
11:26:54 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:26:54 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:54 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:26:54 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:26:54 + /usr/lib/rpm/redhat/brp-python-hardlink
11:26:54 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:26:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sYyAeE
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:26:54 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:26:54 + ver=v2.16.0
11:26:54 + test v2.16.0 = v2.16.0
11:26:54 + echo 'PASS: docker-compose version OK'
11:26:54 PASS: docker-compose version OK
11:26:54 + exit 0
11:26:54 Processing files: docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hAkr2J
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.16.0
11:26:54 + export DOCDIR
11:26:54 + /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
11:26:54 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.16.0
11:26:54 + exit 0
11:26:54 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yCYw7O
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.16.0
11:26:54 + export LICENSEDIR
11:26:54 + /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
11:26:54 + 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
11:26:54 + 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
11:26:54 + exit 0
11:26:54 Provides: docker-compose-plugin = 0:2.16.0-0.el7 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el7
11:26:54 Requires(interp): /bin/sh /bin/sh /bin/sh
11:26:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:54 Requires(post): /bin/sh
11:26:54 Requires(preun): /bin/sh
11:26:54 Requires(postun): /bin/sh
11:26:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el7.src.rpm
11:26:54 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm
11:26:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.go2tir
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
11:26:54 + exit 0
11:26:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
11:26:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:26:54 go: downloading github.com/moby/spdystream v0.2.0
11:26:54 go: downloading github.com/mattn/go-isatty v0.0.16
11:26:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:26:54 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
11:26:54 ++ pwd
11:26:54 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
11:26:54 Project root: .
11:26:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:26:54 INFO: man/src/attach.md found
11:26:54 WARN: man/src/build.md does not exist, skipping
11:26:54 WARN: man/src/builder/build.md does not exist, skipping
11:26:54 WARN: man/src/builder/prune.md does not exist, skipping
11:26:54 WARN: man/src/builder.md does not exist, skipping
11:26:54 WARN: man/src/checkpoint/create.md does not exist, skipping
11:26:54 WARN: man/src/checkpoint/ls.md does not exist, skipping
11:26:54 WARN: man/src/checkpoint/rm.md does not exist, skipping
11:26:54 WARN: man/src/checkpoint.md does not exist, skipping
11:26:54 INFO: man/src/commit.md found
11:26:54 WARN: man/src/config/create.md does not exist, skipping
11:26:54 WARN: man/src/config/inspect.md does not exist, skipping
11:26:54 WARN: man/src/config/ls.md does not exist, skipping
11:26:54 WARN: man/src/config/rm.md does not exist, skipping
11:26:54 WARN: man/src/config.md does not exist, skipping
11:26:54 INFO: man/src/container/attach.md found
11:26:54 INFO: man/src/container/commit.md found
11:26:54 INFO: man/src/container/cp.md found
11:26:54 INFO: man/src/container/create.md found
11:26:54 INFO: man/src/container/diff.md found
11:26:54 INFO: man/src/container/exec.md found
11:26:54 INFO: man/src/container/export.md found
11:26:54 WARN: man/src/container/inspect.md does not exist, skipping
11:26:54 INFO: man/src/container/kill.md found
11:26:54 INFO: man/src/container/logs.md found
11:26:54 INFO: man/src/container/ls.md found
11:26:54 INFO: man/src/container/pause.md found
11:26:54 INFO: man/src/container/port.md found
11:26:54 WARN: man/src/container/prune.md does not exist, skipping
11:26:54 INFO: man/src/container/rename.md found
11:26:54 INFO: man/src/container/restart.md found
11:26:54 INFO: man/src/container/rm.md found
11:26:54 INFO: man/src/container/run.md found
11:26:54 INFO: man/src/container/start.md found
11:26:54 INFO: man/src/container/stats.md found
11:26:54 INFO: man/src/container/stop.md found
11:26:54 INFO: man/src/container/top.md found
11:26:54 INFO: man/src/container/unpause.md found
11:26:54 INFO: man/src/container/update.md found
11:26:54 INFO: man/src/container/wait.md found
11:26:54 WARN: man/src/container.md does not exist, skipping
11:26:54 WARN: man/src/context/create.md does not exist, skipping
11:26:54 WARN: man/src/context/export.md does not exist, skipping
11:26:54 WARN: man/src/context/import.md does not exist, skipping
11:26:54 WARN: man/src/context/inspect.md does not exist, skipping
11:26:54 WARN: man/src/context/ls.md does not exist, skipping
11:26:54 WARN: man/src/context/rm.md does not exist, skipping
11:26:54 WARN: man/src/context/show.md does not exist, skipping
11:26:54 WARN: man/src/context/update.md does not exist, skipping
11:26:54 WARN: man/src/context/use.md does not exist, skipping
11:26:54 WARN: man/src/context.md does not exist, skipping
11:26:54 INFO: man/src/cp.md found
11:26:54 INFO: man/src/create.md found
11:26:54 INFO: man/src/diff.md found
11:26:54 INFO: man/src/events.md found
11:26:54 INFO: man/src/exec.md found
11:26:54 INFO: man/src/export.md found
11:26:54 INFO: man/src/history.md found
11:26:54 INFO: man/src/image/build.md found
11:26:54 INFO: man/src/image/history.md found
11:26:54 INFO: man/src/image/import.md found
11:26:54 WARN: man/src/image/inspect.md does not exist, skipping
11:26:54 INFO: man/src/image/load.md found
11:26:54 INFO: man/src/image/ls.md found
11:26:54 WARN: man/src/image/prune.md does not exist, skipping
11:26:54 INFO: man/src/image/pull.md found
11:26:54 INFO: man/src/image/push.md found
11:26:54 INFO: man/src/image/rm.md found
11:26:54 INFO: man/src/image/save.md found
11:26:54 INFO: man/src/image/tag.md found
11:26:54 WARN: man/src/image.md does not exist, skipping
11:26:54 INFO: man/src/images.md found
11:26:54 INFO: man/src/import.md found
11:26:54 INFO: man/src/info.md found
11:26:54 INFO: man/src/inspect.md found
11:26:54 INFO: man/src/kill.md found
11:26:54 INFO: man/src/load.md found
11:26:54 INFO: man/src/login.md found
11:26:54 INFO: man/src/logout.md found
11:26:54 INFO: man/src/logs.md found
11:26:54 WARN: man/src/manifest/annotate.md does not exist, skipping
11:26:54 WARN: man/src/manifest/create.md does not exist, skipping
11:26:54 WARN: man/src/manifest/inspect.md does not exist, skipping
11:26:54 WARN: man/src/manifest/push.md does not exist, skipping
11:26:54 WARN: man/src/manifest/rm.md does not exist, skipping
11:26:54 WARN: man/src/manifest.md does not exist, skipping
11:26:54 INFO: man/src/network/connect.md found
11:26:54 INFO: man/src/network/create.md found
11:26:54 INFO: man/src/network/disconnect.md found
11:26:54 INFO: man/src/network/inspect.md found
11:26:54 INFO: man/src/network/ls.md found
11:26:54 WARN: man/src/network/prune.md does not exist, skipping
11:26:54 INFO: man/src/network/rm.md found
11:26:54 WARN: man/src/network.md does not exist, skipping
11:26:54 WARN: man/src/node/demote.md does not exist, skipping
11:26:54 WARN: man/src/node/inspect.md does not exist, skipping
11:26:54 WARN: man/src/node/ls.md does not exist, skipping
11:26:54 WARN: man/src/node/promote.md does not exist, skipping
11:26:54 WARN: man/src/node/ps.md does not exist, skipping
11:26:54 WARN: man/src/node/rm.md does not exist, skipping
11:26:54 WARN: man/src/node/update.md does not exist, skipping
11:26:54 WARN: man/src/node.md does not exist, skipping
11:26:54 INFO: man/src/pause.md found
11:26:54 WARN: man/src/plugin/create.md does not exist, skipping
11:26:54 WARN: man/src/plugin/disable.md does not exist, skipping
11:26:54 WARN: man/src/plugin/enable.md does not exist, skipping
11:26:54 WARN: man/src/plugin/inspect.md does not exist, skipping
11:26:54 WARN: man/src/plugin/install.md does not exist, skipping
11:26:54 INFO: man/src/plugin/ls.md found
11:26:54 WARN: man/src/plugin/push.md does not exist, skipping
11:26:54 WARN: man/src/plugin/rm.md does not exist, skipping
11:26:54 WARN: man/src/plugin/set.md does not exist, skipping
11:26:54 WARN: man/src/plugin/upgrade.md does not exist, skipping
11:26:54 WARN: man/src/plugin.md does not exist, skipping
11:26:54 INFO: man/src/port.md found
11:26:54 INFO: man/src/ps.md found
11:26:54 INFO: man/src/pull.md found
11:26:54 INFO: man/src/push.md found
11:26:54 INFO: man/src/rename.md found
11:26:54 INFO: man/src/restart.md found
11:26:54 INFO: man/src/rm.md found
11:26:54 INFO: man/src/rmi.md found
11:26:54 WARN: man/src/run.md does not exist, skipping
11:26:54 INFO: man/src/save.md found
11:26:54 INFO: man/src/search.md found
11:26:54 WARN: man/src/secret/create.md does not exist, skipping
11:26:54 WARN: man/src/secret/inspect.md does not exist, skipping
11:26:54 WARN: man/src/secret/ls.md does not exist, skipping
11:26:54 WARN: man/src/secret/rm.md does not exist, skipping
11:26:54 WARN: man/src/secret.md does not exist, skipping
11:26:54 WARN: man/src/service/create.md does not exist, skipping
11:26:54 WARN: man/src/service/inspect.md does not exist, skipping
11:26:54 WARN: man/src/service/logs.md does not exist, skipping
11:26:54 WARN: man/src/service/ls.md does not exist, skipping
11:26:54 WARN: man/src/service/ps.md does not exist, skipping
11:26:54 WARN: man/src/service/rm.md does not exist, skipping
11:26:54 WARN: man/src/service/rollback.md does not exist, skipping
11:26:54 WARN: man/src/service/scale.md does not exist, skipping
11:26:54 WARN: man/src/service/update.md does not exist, skipping
11:26:54 WARN: man/src/service.md does not exist, skipping
11:26:54 WARN: man/src/stack/config.md does not exist, skipping
11:26:54 WARN: man/src/stack/deploy.md does not exist, skipping
11:26:54 WARN: man/src/stack/ls.md does not exist, skipping
11:26:54 WARN: man/src/stack/ps.md does not exist, skipping
11:26:54 WARN: man/src/stack/rm.md does not exist, skipping
11:26:54 WARN: man/src/stack/services.md does not exist, skipping
11:26:54 WARN: man/src/stack.md does not exist, skipping
11:26:54 INFO: man/src/start.md found
11:26:54 INFO: man/src/stats.md found
11:26:54 INFO: man/src/stop.md found
11:26:54 WARN: man/src/swarm/ca.md does not exist, skipping
11:26:54 WARN: man/src/swarm/init.md does not exist, skipping
11:26:54 WARN: man/src/swarm/join.md does not exist, skipping
11:26:54 WARN: man/src/swarm/join-token.md does not exist, skipping
11:26:54 WARN: man/src/swarm/leave.md does not exist, skipping
11:26:54 WARN: man/src/swarm/unlock.md does not exist, skipping
11:26:54 WARN: man/src/swarm/unlock-key.md does not exist, skipping
11:26:54 WARN: man/src/swarm/update.md does not exist, skipping
11:26:54 WARN: man/src/swarm.md does not exist, skipping
11:26:54 WARN: man/src/system/df.md does not exist, skipping
11:26:54 WARN: man/src/system/dial-stdio.md does not exist, skipping
11:26:54 INFO: man/src/system/events.md found
11:26:54 INFO: man/src/system/info.md found
11:26:54 WARN: man/src/system/prune.md does not exist, skipping
11:26:54 WARN: man/src/system.md does not exist, skipping
11:26:54 INFO: man/src/tag.md found
11:26:54 INFO: man/src/top.md found
11:26:54 WARN: man/src/trust/inspect.md does not exist, skipping
11:26:54 WARN: man/src/trust/key/generate.md does not exist, skipping
11:26:54 WARN: man/src/trust/key/load.md does not exist, skipping
11:26:54 WARN: man/src/trust/key.md does not exist, skipping
11:26:54 WARN: man/src/trust/revoke.md does not exist, skipping
11:26:54 WARN: man/src/trust/sign.md does not exist, skipping
11:26:54 WARN: man/src/trust/signer/add.md does not exist, skipping
11:26:54 WARN: man/src/trust/signer/remove.md does not exist, skipping
11:26:54 WARN: man/src/trust/signer.md does not exist, skipping
11:26:54 WARN: man/src/trust.md does not exist, skipping
11:26:54 INFO: man/src/unpause.md found
11:26:54 INFO: man/src/update.md found
11:26:54 INFO: man/src/version.md found
11:26:54 INFO: man/src/volume/create.md found
11:26:54 INFO: man/src/volume/inspect.md found
11:26:54 INFO: man/src/volume/ls.md found
11:26:54 WARN: man/src/volume/prune.md does not exist, skipping
11:26:54 WARN: man/src/volume/rm.md does not exist, skipping
11:26:54 WARN: man/src/volume/update.md does not exist, skipping
11:26:54 INFO: man/src/volume.md found
11:26:54 INFO: man/src/wait.md found
11:26:54 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
11:26:54 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
11:26:54 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
11:26:54 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
11:26:54 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
11:26:54 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
11:26:54 ~/rpmbuild/BUILD/src
11:26:54 + popd
11:26:54 + exit 0
11:26:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oLvXc7
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64 '!=' / ']'
11:26:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:54 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:54 + cd src
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin
11:26:54 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/docker
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/bash-completion/completions
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/zsh/vendor-completions
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/fish/vendor_completions.d
11:26:54 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/bash-completion/completions/docker
11:26:54 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
11:26:54 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man1
11:26:54 + 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~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man1
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man5
11:26:54 + 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~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man5
11:26:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man8
11:26:54 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/man/man8
11:26:54 + mkdir -p build-docs
11:26:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + cp cli/LICENSE build-docs/LICENSE
11:26:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:26:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + cp cli/NOTICE build-docs/NOTICE
11:26:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:26:54 + cp cli/README.md build-docs/README.md
11:26:54 + /usr/lib/rpm/check-buildroot
11:26:54 + /usr/lib/rpm/redhat/brp-compress
11:26:54 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:26:54 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:54 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:26:54 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:26:54 + /usr/lib/rpm/redhat/brp-python-hardlink
11:26:54 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:26:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RHCu3v
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 ++ cli/build/docker --version
11:26:54 + ver='Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:26:54 + test 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2' = 'Docker version 0.0.0-20230309110843-71615c2, build 71615c2'
11:26:54 + echo 'PASS: cli version OK'
11:26:54 PASS: cli version OK
11:26:54 + exit 0
11:26:54 Processing files: docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:54 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cToE3U
11:26:54 + umask 022
11:26:54 + cd /root/rpmbuild/BUILD
11:26:54 + cd src
11:26:54 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + export DOCDIR
11:26:54 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230309110843.71615c2
11:26:54 + exit 0
11:26:54 Provides: docker-ce-cli = 1:0.0.0~20230309110843.71615c2-0.el7 docker-ce-cli(x86-64) = 1:0.0.0~20230309110843.71615c2-0.el7
11:26:54 Requires(interp): /bin/sh
11:26:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:54 Requires(post): /bin/sh
11:26:54 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)
11:26:54 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
11:26:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:26:55 + make IMAGE=centos:7 verify
11:26:55 docker run  --rm -i \
11:26:55 	-v "$(pwd):/v" \
11:26:55 	-e DEBIAN_FRONTEND=noninteractive \
11:26:55 	-e PACKAGE_REPO=staging \
11:26:55 	-w /v \
11:26:55 	centos:7 ./verify
11:26:55 Unable to find image 'centos:7' locally
11:26:55 7: Pulling from library/centos
11:26:55 6717b8ec66cd: Already exists
11:26:55 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:26:55 Status: Downloaded newer image for centos:7
11:26:55 + verify
11:26:55 + dpkg --version
11:26:55 + rpm --version
11:26:55 + verify_rpm
11:26:55 ++ . /etc/os-release
11:26:55 +++ NAME='CentOS Linux'
11:26:55 +++ VERSION='7 (AltArch)'
11:26:55 +++ ID=centos
11:26:55 +++ ID_LIKE='rhel fedora'
11:26:55 +++ VERSION_ID=7
11:26:55 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
11:26:55 +++ ANSI_COLOR='0;31'
11:26:55 +++ CPE_NAME=cpe:/o:centos:centos:7:server
11:26:55 +++ HOME_URL=https://www.centos.org/
11:26:55 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:26:55 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:26:55 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:26:55 +++ REDHAT_SUPPORT_PRODUCT=centos
11:26:55 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:26:55 ++ echo centos
11:26:55 + DIST_ID=centos
11:26:55 ++ . /etc/os-release
11:26:55 +++ NAME='CentOS Linux'
11:26:55 +++ VERSION='7 (AltArch)'
11:26:55 +++ ID=centos
11:26:55 +++ ID_LIKE='rhel fedora'
11:26:55 +++ VERSION_ID=7
11:26:55 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
11:26:55 +++ ANSI_COLOR='0;31'
11:26:55 +++ CPE_NAME=cpe:/o:centos:centos:7:server
11:26:55 +++ HOME_URL=https://www.centos.org/
11:26:55 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:26:55 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:26:55 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:26:55 +++ REDHAT_SUPPORT_PRODUCT=centos
11:26:55 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:26:55 ++ cut -d. -f1
11:26:55 ++ echo 7
11:26:55 + DIST_VERSION=7
11:26:55 + pkg_manager=yum
11:26:55 + pkg_config_manager=yum-config-manager
11:26:55 + dnf --version
11:26:55 ./verify: line 117: dnf: command not found
11:26:55 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:26:55 + case ${DIST_ID}:${DIST_VERSION} in
11:26:55 + install_rpm_containerd
11:26:55 + '[' staging = stage ']'
11:26:55 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:26:55 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:26:55 + dnf --version
11:26:55 install-containerd-helpers: line 27: dnf: command not found
11:26:55 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:26:55 Loaded plugins: fastestmirror, ovl
11:26:57 make[1]: Leaving directory '/root/build-deb'
11:26:57    dh_installdeb
11:26:57    debian/rules override_dh_gencontrol
11:26:57 make[1]: Entering directory '/root/build-deb'
11:26:57 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:26:57 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:26:57 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:57 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:26:57 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:26:57 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:26:57 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:26:57 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:26:57 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:26:57 if [ "arm64" = "amd64" ]; then \
11:26:57 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:26:57 fi
11:26:57 dh_gencontrol --remaining-packages
11:26:57 make[1]: Leaving directory '/root/build-deb'
11:26:57    dh_md5sums
11:26:57 ~/rpmbuild/BUILD/src
11:26:57 + popd
11:26:57 + exit 0
11:26:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YZ3Rgj
11:26:57 + umask 022
11:26:57 + cd /root/rpmbuild/BUILD
11:26:57 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64 '!=' / ']'
11:26:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 + mkdir -p /root/rpmbuild/BUILDROOT
11:26:57 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:26:57 + cd src
11:26:57 + pushd /root/rpmbuild/BUILD/src/compose
11:26:57 + 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
11:26:57 + popd
11:26:57 ~/rpmbuild/BUILD/src
11:26:57 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:26:57 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:26:57 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:26:57 + for f in LICENSE MAINTAINERS NOTICE README.md
11:26:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:26:57 + /usr/lib/rpm/check-buildroot
11:26:57 + /usr/lib/rpm/redhat/brp-ldconfig
11:26:57 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:26:57 + /usr/lib/rpm/brp-compress
11:26:57 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:26:57 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:26:57 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:26:57 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:26:57 + /usr/lib/rpm/brp-python-hardlink
11:26:57 + PYTHON3=/usr/libexec/platform-python
11:26:57 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:26:57 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vWKvZG
11:26:57 + umask 022
11:26:57 + cd /root/rpmbuild/BUILD
11:26:57 + cd src
11:26:57 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:26:57 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:26:57 PASS: docker-compose version OK
11:26:57 + ver=v2.16.0
11:26:57 + test v2.16.0 = v2.16.0
11:26:57 + echo 'PASS: docker-compose version OK'
11:26:57 + exit 0
11:26:57 Processing files: docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GtFzOc
11:26:57 + umask 022
11:26:57 + cd /root/rpmbuild/BUILD
11:26:57 + cd src
11:26:57 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
11:26:57 + export LC_ALL=C
11:26:57 + LC_ALL=C
11:26:57 + export DOCDIR
11:26:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
11:26: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.aarch64/usr/share/doc/docker-compose-plugin
11:26:57 + exit 0
11:26:57 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.mdN6Cl
11:26:57 + umask 022
11:26:57 + cd /root/rpmbuild/BUILD
11:26:57 + cd src
11:26:57 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
11:26:57 + export LC_ALL=C
11:26:57 + LC_ALL=C
11:26:57 + export LICENSEDIR
11:26:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
11:26:57 + 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
11:26:57 + 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
11:26:57 + exit 0
11:26:57 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:26:57 Provides: docker-compose-plugin = 0:2.16.0-0.el8 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el8
11:26:57 Requires(interp): /bin/sh /bin/sh /bin/sh
11:26:57 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:26:57 Requires(post): /bin/sh
11:26:57 Requires(preun): /bin/sh
11:26:57 Requires(postun): /bin/sh
11:26:57 Enhances: docker-ce-cli
11:26:57 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el8.src.rpm
11:26:57 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el8.aarch64.rpm
11:26:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BHIOsD
11:26:57 + umask 022
11:26:57 + cd /root/rpmbuild/BUILD
11:26:57 + cd src
11:26:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
11:26:57 + exit 0
11:26:57 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
11:26:57    debian/rules override_dh_builddeb
11:26:57 make[1]: Entering directory '/root/build-deb'
11:26:57 dh_builddeb -- -Zxz
11:26:57 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb'.
11:26:57 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'.
11:26:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:26:58 + make IMAGE=quay.io/centos/centos:stream8 verify
11:26:58 docker run  --rm -i \
11:26:58 	-v "$(pwd):/v" \
11:26:58 	-e DEBIAN_FRONTEND=noninteractive \
11:26:58 	-e PACKAGE_REPO=staging \
11:26:58 	-w /v \
11:26:58 	quay.io/centos/centos:stream8 ./verify
11:26:58 Unable to find image 'quay.io/centos/centos:stream8' locally
11:26:58 stream8: Pulling from centos/centos
11:26:58 72b21c60b1d8: Already exists
11:26:58 98f1c0aac0d9: Already exists
11:26:58 06f289a63f12: Already exists
11:26:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:26:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jyXSRo
11:26:59 + umask 022
11:26:59 + cd /root/rpmbuild/BUILD
11:26:59 + cd src
11:26:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:26:59 + exit 0
11:26:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Uyj4p2
11:26:59 + umask 022
11:26:59 + cd /root/rpmbuild/BUILD
11:26:59 + cd /root/rpmbuild/BUILD
11:26:59 + rm -rf src
11:26:59 + /usr/bin/mkdir -p src
11:26:59 + cd src
11:26:59 + /usr/bin/tar -xf -
11:26:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:26:59 Digest: sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:26:59 Status: Downloaded newer image for quay.io/centos/centos:stream8
11:26:59 + verify
11:26:59 + dpkg --version
11:26:59 + rpm --version
11:26:59 + verify_rpm
11:26:59 ++ . /etc/os-release
11:26:59 +++ NAME='CentOS Stream'
11:26:59 +++ VERSION=8
11:26:59 +++ ID=centos
11:26:59 +++ ID_LIKE='rhel fedora'
11:26:59 +++ VERSION_ID=8
11:26:59 +++ PLATFORM_ID=platform:el8
11:26:59 +++ PRETTY_NAME='CentOS Stream 8'
11:26:59 +++ ANSI_COLOR='0;31'
11:26:59 +++ CPE_NAME=cpe:/o:centos:centos:8
11:26:59 +++ HOME_URL=https://centos.org/
11:26:59 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:26:59 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:26:59 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:26:59 ++ echo centos
11:26:59 + DIST_ID=centos
11:26:59 ++ . /etc/os-release
11:26:59 +++ NAME='CentOS Stream'
11:26:59 +++ VERSION=8
11:26:59 +++ ID=centos
11:26:59 +++ ID_LIKE='rhel fedora'
11:26:59 +++ VERSION_ID=8
11:26:59 +++ PLATFORM_ID=platform:el8
11:26:59 +++ PRETTY_NAME='CentOS Stream 8'
11:26:59 +++ ANSI_COLOR='0;31'
11:26:59 +++ CPE_NAME=cpe:/o:centos:centos:8
11:26:59 +++ HOME_URL=https://centos.org/
11:26:59 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:26:59 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:26:59 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:26:59 ++ echo 8
11:26:59 ++ cut -d. -f1
11:26:59 + DIST_VERSION=8
11:26:59 + pkg_manager=yum
11:26:59 + pkg_config_manager=yum-config-manager
11:26:59 + dnf --version
11:26:59 + STATUS=0
11:26:59 + '[' 0 -ne 0 ']'
11:26:59 + /usr/bin/tar -xf -
11:26:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:26:59 4.7.0
11:26:59   Installed: dnf-0:4.7.0-15.el8.noarch at Wed Feb  8 17:09:24 2023
11:26:59   Built    : CentOS Buildsys <bugs@centos.org> at Thu Jan 12 09:05:43 2023
11:26:59 
11:26:59   Installed: rpm-0:4.14.3-26.el8.aarch64 at Wed Feb  8 17:09:23 2023
11:26:59   Built    : CentOS Buildsys <bugs@centos.org> at Wed Dec 21 11:19:04 2022
11:26:59 + pkg_manager=dnf
11:26:59 + pkg_config_manager='dnf config-manager'
11:26:59 + dnf clean all
11:27:00 0 files removed
11:27:00 + STATUS=0
11:27:00 + '[' 0 -ne 0 ']'
11:27:00 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:27:00 + exit 0
11:27:00 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BkthYJ
11:27:00 + umask 022
11:27:00 + cd /root/rpmbuild/BUILD
11:27:00 + cd src
11:27:00 + export DOCKER_GITCOMMIT=31a9532
11:27:00 + DOCKER_GITCOMMIT=31a9532
11:27:00 + mkdir -p /go/src/github.com/docker
11:27:00 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:27:00 + TMP_GOPATH=/go
11:27:00 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:27:00 + RM_GOPATH=0
11:27:00 + TMP_GOPATH=/go
11:27:00 + : /usr/local/bin
11:27:00 + '[' -z /go ']'
11:27:00 + export GOPATH=/go
11:27:00 + GOPATH=/go
11:27:00 + case "$(go env GOARCH)" in
11:27:00 ++ go env GOARCH
11:27:00 + export GO_BUILDMODE=-buildmode=pie
11:27:00 + GO_BUILDMODE=-buildmode=pie
11:27:00 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:27:00 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:27:00 + bin=rootlesskit
11:27:00 + shift
11:27:00 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:27:00 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:27:00 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:27:00 + install_rootlesskit dynamic
11:27:00 + case "$1" in
11:27:00 + install_rootlesskit_dynamic
11:27:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:27:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:27:00 + export BUILD_MODE=-buildmode=pie
11:27:00 + BUILD_MODE=-buildmode=pie
11:27:00 + _install_rootlesskit
11:27:00 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:27:00 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
11:27:00 + for f in rootlesskit rootlesskit-docker-proxy
11:27:00 + GOBIN=/usr/local/bin
11:27:00 + GO111MODULE=on
11:27:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:27:00 + dnf install -y 'dnf-command(config-manager)'
11:27:00 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
11:27:01 go: downloading github.com/urfave/cli/v2 v2.23.5
11:27:01 go: downloading golang.org/x/sys v0.2.0
11:27:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:27:01 go: downloading github.com/google/uuid v1.3.0
11:27:01 go: downloading github.com/moby/vpnkit v0.5.0
11:27:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:27:01 go: downloading github.com/gofrs/flock v0.8.1
11:27:01 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:27:01 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:27:01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:27:01 go: downloading golang.org/x/net v0.1.0
11:27:01 CentOS Stream 8 - AppStream                      19 MB/s |  24 MB     00:01    
11:27:02 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el9.aarch64.rpm
11:27:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XNVwDx
11:27:02 + umask 022
11:27:02 + cd /root/rpmbuild/BUILD
11:27:02 + cd src
11:27:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.aarch64
11:27:02 + RPM_EC=0
11:27:02 ++ jobs -p
11:27:02 + exit 0
11:27:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gFRBn2
11:27:02 + umask 022
11:27:02 + cd /root/rpmbuild/BUILD
11:27:02 + cd /root/rpmbuild/BUILD
11:27:02 + rm -rf src
11:27:02 + /usr/bin/mkdir -p src
11:27:02 + cd src
11:27:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:27:02 + /usr/bin/tar -xof -
11:27:02 + STATUS=0
11:27:02 + '[' 0 -ne 0 ']'
11:27:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:27:02 + /usr/bin/tar -xof -
11:27:02 + STATUS=0
11:27:02 + '[' 0 -ne 0 ']'
11:27:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:27:02 + RPM_EC=0
11:27:02 ++ jobs -p
11:27:02 + exit 0
11:27:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Bx4Ucn
11:27:02 + umask 022
11:27:02 + cd /root/rpmbuild/BUILD
11:27:02 + cd src
11:27:02 + pushd /root/rpmbuild/BUILD/src/compose
11:27:02 + make VERSION=v2.16.0 DESTDIR=./bin build
11:27:02 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:27:02 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
11:27:02 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:02 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:02 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:02 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:02 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:02 go: downloading github.com/docker/buildx v0.10.2
11:27:02 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:02 go: downloading github.com/moby/buildkit v0.11.2
11:27:03 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'.
11:27:03 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:03 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'.
11:27:03 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:03 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:03 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:03 go: downloading golang.org/x/sync v0.1.0
11:27:03 go: downloading github.com/imdario/mergo v0.3.13
11:27:03 go: downloading github.com/containerd/console v1.0.3
11:27:03 go: downloading github.com/buger/goterm v1.0.4
11:27:03 go: downloading github.com/stretchr/testify v1.8.1
11:27:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:03 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:03 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:03 go: downloading google.golang.org/grpc v1.50.1
11:27:03 go: downloading k8s.io/client-go v0.22.4
11:27:03 go: downloading k8s.io/api v0.22.4
11:27:04 make[2]: Leaving directory '/root/build-deb/compose'
11:27:04 # Build the scan-plugin
11:27:04 # TODO change once we support scan-plugin on other architectures
11:27:04 if [ "arm64" = "amd64" ]; then \
11:27:04 	cd /go/src/github.com/docker/scan-cli-plugin \
11:27:04 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:27:04 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:27:04 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:27:04 fi
11:27:04 make[1]: Leaving directory '/root/build-deb'
11:27:04    debian/rules override_dh_auto_test
11:27:04 make[1]: Entering directory '/root/build-deb'
11:27:04 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:27:04 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:27:04 PASS: daemon version OK
11:27:04 ver="$(cli/build/docker --version)"; \
11:27:04 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:27:04 PASS: cli version OK
11:27:04 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:04 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:27:04 PASS: docker-buildx version OK
11:27:04 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:04 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:27:04 PASS: docker-compose version OK
11:27:04 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:27:04 # TODO change once we support scan-plugin on other architectures
11:27:04 if [ "arm64" = "amd64" ]; then \
11:27:04 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:04 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:27:04 fi
11:27:04 make[1]: Leaving directory '/root/build-deb'
11:27:04    create-stamp debian/debhelper-build-stamp
11:27:04  debian/rules binary
11:27:04 dh binary --with=bash-completion
11:27:04    dh_testroot
11:27:04    dh_prep
11:27:04    dh_installdirs
11:27:04    debian/rules override_dh_auto_install
11:27:04 make[1]: Entering directory '/root/build-deb'
11:27:04 # docker-ce-cli install
11:27:04 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:27:04 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:27:04 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:27:04 # docker-ce install
11:27:04 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:27:04 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:27:04 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:27:04 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:27:04 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:27:04 # docker-buildx-plugin install
11:27:04 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:27:04 # docker-compose-plugin install
11:27:04 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:27:04 # docker-scan-plugin install
11:27:04 # TODO change once we support scan-plugin on other architectures
11:27:04 if [ "arm64" = "amd64" ]; then \
11:27:04 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:27:04 fi
11:27:04 # docker-ce-rootless-extras install
11:27:04 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:27:04 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:27:04 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:27:04 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:27:04 # TODO: how can we install vpnkit?
11:27:04 make[1]: Leaving directory '/root/build-deb'
11:27:04    debian/rules override_dh_install
11:27:04 make[1]: Entering directory '/root/build-deb'
11:27:04 dh_install
11:27:04 # TODO Can we do this from within our container?
11:27:04 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:27:04 make[1]: Leaving directory '/root/build-deb'
11:27:04    dh_installdocs
11:27:04    dh_installchangelogs
11:27:04    dh_installman
11:27:04    dh_bash-completion
11:27:04    dh_systemd_enable
11:27:04    debian/rules override_dh_installinit
11:27:04 make[1]: Entering directory '/root/build-deb'
11:27:04 # use "docker" as our service name, not "docker-ce"
11:27:04 dh_installinit --name=docker
11:27:04 make[1]: Leaving directory '/root/build-deb'
11:27:04    dh_systemd_start
11:27:04    dh_perl
11:27:04    dh_link
11:27:04 go: downloading k8s.io/apimachinery v0.22.4
11:27:04    dh_strip_nondeterminism
11:27:04 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:04 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:04 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:04 go: downloading github.com/golang/mock v1.6.0
11:27:04 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:04 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:04 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:04 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:04 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:04 go: downloading golang.org/x/net v0.4.0
11:27:04 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:04 go: downloading golang.org/x/term v0.3.0
11:27:04 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:04 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:04 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:04 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:05 go: downloading github.com/go-logr/stdr v1.2.2
11:27:05 go: downloading github.com/containerd/typeurl v1.0.2
11:27:05 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:05 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:05 go: downloading github.com/gogo/googleapis v1.4.1
11:27:05    dh_compress
11:27:05    dh_fixperms
11:27:05 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:27:05 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
11:27:05 repo saved to /etc/yum.repos.d/docker-ce.repo
11:27:05 + yum-config-manager --disable 'docker-ce-*'
11:27:05 Loaded plugins: fastestmirror, ovl
11:27:05 =========================== repo: docker-ce-nightly ============================
11:27:05 [docker-ce-nightly]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/aarch64/nightly
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Nightly - aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-nightly/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ====================== repo: docker-ce-nightly-debuginfo =======================
11:27:05 [docker-ce-nightly-debuginfo]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/nightly
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Nightly - Debuginfo aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-nightly-debuginfo/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ======================== repo: docker-ce-nightly-source ========================
11:27:05 [docker-ce-nightly-source]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/source/nightly
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-source
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Nightly - Sources
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-nightly-source/7
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ============================ repo: docker-ce-stable ============================
11:27:05 [docker-ce-stable]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/aarch64/stable
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = 0
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Stable - aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-stable/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ======================= repo: docker-ce-stable-debuginfo =======================
11:27:05 [docker-ce-stable-debuginfo]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/stable
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Stable - Debuginfo aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-stable-debuginfo/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ======================== repo: docker-ce-stable-source =========================
11:27:05 [docker-ce-stable-source]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/source/stable
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-source
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Stable - Sources
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-stable-source/7
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ============================= repo: docker-ce-test =============================
11:27:05 [docker-ce-test]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Test - aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-test/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ======================== repo: docker-ce-test-debuginfo ========================
11:27:05 [docker-ce-test-debuginfo]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/test
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Test - Debuginfo aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-test-debuginfo/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 ========================= repo: docker-ce-test-source ==========================
11:27:05 [docker-ce-test-source]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/source/test
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-source
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = False
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-source/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Test - Sources
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-source/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-test-source/7
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 + yum-config-manager --enable docker-ce-test
11:27:05 Loaded plugins: fastestmirror, ovl
11:27:05 ============================= repo: docker-ce-test =============================
11:27:05 [docker-ce-test]
11:27:05 async = True
11:27:05 bandwidth = 0
11:27:05 base_persistdir = /var/lib/yum/repos/aarch64/7
11:27:05 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
11:27:05 cache = 0
11:27:05 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
11:27:05 check_config_file_age = True
11:27:05 compare_providers_priority = 80
11:27:05 cost = 1000
11:27:05 deltarpm_metadata_percentage = 100
11:27:05 deltarpm_percentage = 
11:27:05 enabled = 1
11:27:05 enablegroups = True
11:27:05 exclude = 
11:27:05 failovermethod = priority
11:27:05 ftp_disable_epsv = False
11:27:05 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
11:27:05 gpgcakey = 
11:27:05 gpgcheck = True
11:27:05 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
11:27:05 gpgkey = https://download.docker.com/linux/centos/gpg
11:27:05 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
11:27:05 http_caching = all
11:27:05 includepkgs = 
11:27:05 ip_resolve = 
11:27:05 keepalive = True
11:27:05 keepcache = False
11:27:05 mddownloadpolicy = sqlite
11:27:05 mdpolicy = group:small
11:27:05 mediaid = 
11:27:05 metadata_expire = 21600
11:27:05 metadata_expire_filter = read-only:present
11:27:05 metalink = 
11:27:05 minrate = 0
11:27:05 mirrorlist = 
11:27:05 mirrorlist_expire = 86400
11:27:05 name = Docker CE Test - aarch64
11:27:05 old_base_cache_dir = 
11:27:05 password = 
11:27:05 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
11:27:05 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
11:27:05 proxy = False
11:27:05 proxy_dict = 
11:27:05 proxy_password = 
11:27:05 proxy_username = 
11:27:05 repo_gpgcheck = False
11:27:05 retries = 10
11:27:05 skip_if_unavailable = False
11:27:05 ssl_check_cert_permissions = True
11:27:05 sslcacert = 
11:27:05 sslclientcert = 
11:27:05 sslclientkey = 
11:27:05 sslverify = True
11:27:05 throttle = 0
11:27:05 timeout = 30.0
11:27:05 ui_id = docker-ce-test/7/aarch64
11:27:05 ui_repoid_vars = releasever,
11:27:05    basearch
11:27:05 username = 
11:27:05 
11:27:05 + yum makecache
11:27:05 Loaded plugins: fastestmirror, ovl
11:27:05 Determining fastest mirrors
11:27:05    dh_missing
11:27:05    debian/rules override_dh_strip
11:27:05 make[1]: Entering directory '/root/build-deb'
11:27:05 # Go has lots of problems with stripping, so just don't
11:27:05 make[1]: Leaving directory '/root/build-deb'
11:27:05    dh_makeshlibs
11:27:06    debian/rules override_dh_shlibdeps
11:27:06 make[1]: Entering directory '/root/build-deb'
11:27:06 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:27:06 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:06 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:06 go: downloading k8s.io/klog/v2 v2.60.1
11:27:06 go: downloading github.com/google/gofuzz v1.2.0
11:27:06 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:06 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:06 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:06 go: downloading github.com/aws/smithy-go v1.11.2
11:27:06 go: downloading github.com/moby/locker v1.0.1
11:27:06 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:06 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:06 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:06 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:06 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:06 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:06 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:06 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:06 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:06 go: downloading github.com/json-iterator/go v1.1.12
11:27:06 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:06 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:06 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:06 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:06 go: downloading github.com/moby/spdystream v0.2.0
11:27:06 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:06 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:08 + for f in rootlesskit rootlesskit-docker-proxy
11:27:08 + GOBIN=/usr/local/bin
11:27:08 + GO111MODULE=on
11:27:08 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
11:27:09 make[2]: Leaving directory '/root/build-deb/compose'
11:27:09 # Build the scan-plugin
11:27:09 # TODO change once we support scan-plugin on other architectures
11:27:09 if [ "arm64" = "amd64" ]; then \
11:27:09 	cd /go/src/github.com/docker/scan-cli-plugin \
11:27:09 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:27:09 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:27:09 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:27:09 fi
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    debian/rules override_dh_auto_test
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:27:09 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:27:09 PASS: daemon version OK
11:27:09 ver="$(cli/build/docker --version)"; \
11:27:09 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:27:09 PASS: cli version OK
11:27:09 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:09 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:27:09 PASS: docker-buildx version OK
11:27:09 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:09 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:27:09 PASS: docker-compose version OK
11:27:09 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:27:09 # TODO change once we support scan-plugin on other architectures
11:27:09 if [ "arm64" = "amd64" ]; then \
11:27:09 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:09 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:27:09 fi
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    create-stamp debian/debhelper-build-stamp
11:27:09  debian/rules binary
11:27:09 dh binary --with=bash-completion
11:27:09    dh_testroot
11:27:09    dh_prep
11:27:09    dh_installdirs
11:27:09    debian/rules override_dh_auto_install
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 # docker-ce-cli install
11:27:09 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:27:09 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:27:09 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:27:09 # docker-ce install
11:27:09 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:27:09 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:27:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:27:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:27:09 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:27:09 # docker-buildx-plugin install
11:27:09 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:27:09 # docker-compose-plugin install
11:27:09 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:27:09 # docker-scan-plugin install
11:27:09 # TODO change once we support scan-plugin on other architectures
11:27:09 if [ "arm64" = "amd64" ]; then \
11:27:09 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:27:09 fi
11:27:09 # docker-ce-rootless-extras install
11:27:09 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:27:09 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:27:09 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:27:09 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:27:09 # TODO: how can we install vpnkit?
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    debian/rules override_dh_install
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 dh_install
11:27:09 # TODO Can we do this from within our container?
11:27:09 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    dh_installdocs
11:27:09    dh_installchangelogs
11:27:09    dh_installman
11:27:09    dh_bash-completion
11:27:09    dh_systemd_enable
11:27:09    debian/rules override_dh_installinit
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 # use "docker" as our service name, not "docker-ce"
11:27:09 dh_installinit --name=docker
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    dh_systemd_start
11:27:09    dh_perl
11:27:09    dh_link
11:27:09    dh_strip_nondeterminism
11:27:09    dh_compress
11:27:09    dh_fixperms
11:27:09    dh_missing
11:27:09    debian/rules override_dh_strip
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 # Go has lots of problems with stripping, so just don't
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    dh_makeshlibs
11:27:09    debian/rules override_dh_shlibdeps
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    dh_installdeb
11:27:09    debian/rules override_dh_gencontrol
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:27:09 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:27:09 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:09 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:27:09 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:27:09 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:09 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:27:09 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:27:09 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:27:09 if [ "arm64" = "amd64" ]; then \
11:27:09 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:27:09 fi
11:27:09 dh_gencontrol --remaining-packages
11:27:09 make[1]: Leaving directory '/root/build-deb'
11:27:09    dh_md5sums
11:27:09    debian/rules override_dh_builddeb
11:27:09 make[1]: Entering directory '/root/build-deb'
11:27:09 dh_builddeb -- -Zxz
11:27:09 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'.
11:27:09 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb'.
11:27:09 + return
11:27:09 + exit 0
11:27:09 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6wnp5P
11:27:09 + umask 022
11:27:09 + cd /root/rpmbuild/BUILD
11:27:09 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64 '!=' / ']'
11:27:09 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:09 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:09 + mkdir -p /root/rpmbuild/BUILDROOT
11:27:09 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:09 + cd src
11:27:09 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/dockerd-rootless.sh
11:27:09 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:27:09 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/rootlesskit
11:27:09 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
11:27:09 + /usr/lib/rpm/check-buildroot
11:27:09 + /usr/lib/rpm/redhat/brp-compress
11:27:09 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:27:09 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:27:09 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:27:09 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:27:09 + /usr/lib/rpm/redhat/brp-python-hardlink
11:27:09 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:27:09 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xZHfsW
11:27:09 + umask 022
11:27:09 + cd /root/rpmbuild/BUILD
11:27:09 + cd src
11:27:09 + /usr/local/bin/rootlesskit -v
11:27:09 rootlesskit version 1.1.0
11:27:09 + exit 0
11:27:09 Processing files: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:09 # Build the compose plugin
11:27:09 cd /go/src/github.com/docker/compose \
11:27:09 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:09 make[2]: Entering directory '/root/build-deb/compose'
11:27:09 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
11:27:09 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:09 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:09 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:09 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:09 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:09 go: downloading github.com/docker/buildx v0.10.2
11:27:09 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:09 go: downloading github.com/moby/buildkit v0.11.2
11:27:09 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:09 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:09 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:09 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:09 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:09 go: downloading golang.org/x/sync v0.1.0
11:27:09 go: downloading github.com/imdario/mergo v0.3.13
11:27:09 go: downloading github.com/containerd/console v1.0.3
11:27:09 go: downloading github.com/buger/goterm v1.0.4
11:27:09 go: downloading github.com/stretchr/testify v1.8.1
11:27:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:09 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:09 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:09 go: downloading golang.org/x/net v0.4.0
11:27:09 go: downloading golang.org/x/term v0.3.0
11:27:09 go: downloading google.golang.org/grpc v1.50.1
11:27:09 go: downloading k8s.io/client-go v0.22.4
11:27:09 go: downloading k8s.io/api v0.22.4
11:27:09 Provides: docker-ce-rootless-extras = 0:0.0.0~20230309110843.71615c2-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230309110843.71615c2-0.el7
11:27:09 Requires(interp): /bin/sh /bin/sh /bin/sh
11:27:09 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:27:09 Requires(post): /bin/sh
11:27:09 Requires(preun): /bin/sh
11:27:09 Requires(postun): /bin/sh
11:27:09 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)
11:27:09 Conflicts: rootlesskit
11:27:09 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb'.
11:27:10 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.src.rpm
11:27:10 make[1]: Leaving directory '/root/build-deb'
11:27:10    dh_installdeb
11:27:10    debian/rules override_dh_gencontrol
11:27:10 make[1]: Entering directory '/root/build-deb'
11:27:10 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:27:10 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:27:10 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:10 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:27:10 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:27:10 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:10 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:27:10 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:27:10 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:27:10 if [ "arm64" = "amd64" ]; then \
11:27:10 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:27:10 fi
11:27:10 dh_gencontrol --remaining-packages
11:27:10 make[1]: Leaving directory '/root/build-deb'
11:27:10    dh_md5sums
11:27:10 go: downloading k8s.io/apimachinery v0.22.4
11:27:10 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:10 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:10 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:10 go: downloading github.com/golang/mock v1.6.0
11:27:10 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:10 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:10 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:10 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'.
11:27:10 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:10 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:10 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:10 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:10 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:10 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:10    debian/rules override_dh_builddeb
11:27:10 make[1]: Entering directory '/root/build-deb'
11:27:10 dh_builddeb -- -Zxz
11:27:10 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'.
11:27:10 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb'.
11:27:11  * base: download.cf.centos.org
11:27:11  * extras: download.cf.centos.org
11:27:11  * updates: download.cf.centos.org
11:27:11 go: downloading github.com/go-logr/stdr v1.2.2
11:27:11 go: downloading github.com/containerd/typeurl v1.0.2
11:27:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:11 go: downloading github.com/gogo/googleapis v1.4.1
11:27:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'.
11:27:12 ~/rpmbuild/BUILD/src
11:27:12 + popd
11:27:12 + exit 0
11:27:12 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HNL9gI
11:27:12 + umask 022
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64 '!=' / ']'
11:27:12 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 + mkdir -p /root/rpmbuild/BUILDROOT
11:27:12 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 + cd src
11:27:12 + pushd /root/rpmbuild/BUILD/src/buildx
11:27:12 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:27:12 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:27:12 + popd
11:27:12 ~/rpmbuild/BUILD/src
11:27:12 + /usr/lib/rpm/check-buildroot
11:27:12 + /usr/lib/rpm/redhat/brp-ldconfig
11:27:12 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:27:12 + /usr/lib/rpm/brp-compress
11:27:12 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:27:12 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:27:12 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:27:12 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:27:12 + /usr/lib/rpm/brp-python-hardlink
11:27:12 + PYTHON3=/usr/libexec/platform-python
11:27:12 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:27:12 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xbmYbg
11:27:12 + umask 022
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + cd src
11:27:12 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:27:12 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:27:12 + ver=v0.10.4
11:27:12 + test v0.10.4 = v0.10.4
11:27:12 + echo 'PASS: docker-buildx version OK'
11:27:12 PASS: docker-buildx version OK
11:27:12 + exit 0
11:27:12 Processing files: docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:27:12 Provides: docker-buildx-plugin = 0:0.10.4-0.el8 docker-buildx-plugin(x86-64) = 0:0.10.4-0.el8
11:27:12 Requires(interp): /bin/sh /bin/sh /bin/sh
11:27:12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:27:12 Requires(post): /bin/sh
11:27:12 Requires(preun): /bin/sh
11:27:12 Requires(postun): /bin/sh
11:27:12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el8.src.rpm
11:27:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el8.x86_64.rpm
11:27:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VCfEmT
11:27:12 + umask 022
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + cd src
11:27:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el8.x86_64
11:27:12 + exit 0
11:27:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.grJwy6
11:27:12 + umask 022
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + rm -rf src
11:27:12 + /usr/bin/mkdir -p src
11:27:12 + cd src
11:27:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:27:12 + /usr/bin/tar -xof -
11:27:12 + STATUS=0
11:27:12 + '[' 0 -ne 0 ']'
11:27:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:27:12 + /usr/bin/tar -xof -
11:27:12 + STATUS=0
11:27:12 + '[' 0 -ne 0 ']'
11:27:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:27:12 + exit 0
11:27:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PD12QC
11:27:12 + umask 022
11:27:12 + cd /root/rpmbuild/BUILD
11:27:12 + cd src
11:27:12 + pushd /root/rpmbuild/BUILD/src/compose
11:27:12 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:27:12 + make VERSION=v2.16.0 DESTDIR=./bin build
11:27:12 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
11:27:12 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:12 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:12 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:12 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:12 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:12 go: downloading github.com/docker/buildx v0.10.2
11:27:12 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:12 go: downloading github.com/moby/buildkit v0.11.2
11:27:12 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:12 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:12 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:12 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:12 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:12 go: downloading golang.org/x/sync v0.1.0
11:27:12 go: downloading github.com/imdario/mergo v0.3.13
11:27:12 go: downloading github.com/containerd/console v1.0.3
11:27:12 go: downloading github.com/buger/goterm v1.0.4
11:27:12 go: downloading github.com/stretchr/testify v1.8.1
11:27:12 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:12 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:12 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:12 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:12 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:12 go: downloading google.golang.org/grpc v1.50.1
11:27:12 go: downloading k8s.io/client-go v0.22.4
11:27:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'.
11:27:13 go: downloading k8s.io/api v0.22.4
11:27:13 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:13 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:13 go: downloading k8s.io/klog/v2 v2.60.1
11:27:13 go: downloading github.com/google/gofuzz v1.2.0
11:27:13 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:13 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:13 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:13 go: downloading github.com/aws/smithy-go v1.11.2
11:27:13 go: downloading github.com/moby/locker v1.0.1
11:27:13 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:13 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:13 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:13 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:13 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:13 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:13 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:13 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:13 go: downloading github.com/json-iterator/go v1.1.12
11:27:13 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:13 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:13 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:13 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:13 go: downloading github.com/moby/spdystream v0.2.0
11:27:13 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:27:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4NGizs
11:27:13 + umask 022
11:27:13 + cd /root/rpmbuild/BUILD
11:27:13 + cd src
11:27:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:27:13 + exit 0
11:27:13 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JqcusJ
11:27:13 + umask 022
11:27:13 + cd /root/rpmbuild/BUILD
11:27:13 + cd /root/rpmbuild/BUILD
11:27:13 + rm -rf src
11:27:13 + /usr/bin/mkdir -p src
11:27:13 + cd src
11:27:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:27:13 + /usr/bin/tar -xf -
11:27:13 go: downloading k8s.io/apimachinery v0.22.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:13 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:13 go: downloading github.com/golang/mock v1.6.0
11:27:13 + STATUS=0
11:27:13 + '[' 0 -ne 0 ']'
11:27:13 + /usr/bin/tar -xf -
11:27:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
11:27:13 CentOS Stream 8 - BaseOS                        4.5 MB/s |  21 MB     00:04    
11:27:13 # Build the compose plugin
11:27:13 cd /go/src/github.com/docker/compose \
11:27:13 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:13 make[2]: Entering directory '/root/build-deb/compose'
11:27:13 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
11:27:13 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:13 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:13 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:13 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:13 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:13 go: downloading github.com/docker/buildx v0.10.2
11:27:13 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:13 go: downloading github.com/moby/buildkit v0.11.2
11:27:13 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:13 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:13 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:13 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:13 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:13 go: downloading golang.org/x/sync v0.1.0
11:27:13 go: downloading github.com/imdario/mergo v0.3.13
11:27:13 go: downloading github.com/containerd/console v1.0.3
11:27:13 go: downloading github.com/buger/goterm v1.0.4
11:27:13 go: downloading github.com/stretchr/testify v1.8.1
11:27:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:13 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:13 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:13 go: downloading golang.org/x/net v0.4.0
11:27:13 go: downloading golang.org/x/term v0.3.0
11:27:13 go: downloading google.golang.org/grpc v1.50.1
11:27:13 go: downloading k8s.io/client-go v0.22.4
11:27:13 go: downloading k8s.io/api v0.22.4
11:27:13 go: downloading k8s.io/apimachinery v0.22.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:13 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:13 go: downloading github.com/golang/mock v1.6.0
11:27:13 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:13 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:13 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:13 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:13 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:13 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:13 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:13 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:13 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:13 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:13 go: downloading github.com/go-logr/stdr v1.2.2
11:27:13 go: downloading github.com/containerd/typeurl v1.0.2
11:27:13 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:13 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:13 go: downloading github.com/gogo/googleapis v1.4.1
11:27:13 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:13 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:13 go: downloading k8s.io/klog/v2 v2.60.1
11:27:13 go: downloading github.com/google/gofuzz v1.2.0
11:27:13 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:13 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:13 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:13 go: downloading github.com/aws/smithy-go v1.11.2
11:27:13 go: downloading github.com/moby/locker v1.0.1
11:27:13 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:13 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:13 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:13 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:13 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:13 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:13 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:13 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:13 go: downloading github.com/json-iterator/go v1.1.12
11:27:13 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:13 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:13 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:13 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:13 go: downloading github.com/moby/spdystream v0.2.0
11:27:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:13 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:13 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:13 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:13 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:13 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:13 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:13 go: downloading golang.org/x/net v0.4.0
11:27:14 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:14 go: downloading golang.org/x/term v0.3.0
11:27:14 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:14 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:14 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:14 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:14 + STATUS=0
11:27:14 + '[' 0 -ne 0 ']'
11:27:14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:27:14 + exit 0
11:27:14 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MLi3D3
11:27:14 + umask 022
11:27:14 + cd /root/rpmbuild/BUILD
11:27:14 + cd src
11:27:14 + pushd /root/rpmbuild/BUILD/src/buildx
11:27:14 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:27:14 + GO111MODULE=on
11:27:14 + CGO_ENABLED=0
11:27:14 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.4 -X github.com/docker/buildx/version.Revision=c513d34 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
11:27:15 go: downloading github.com/go-logr/stdr v1.2.2
11:27:15 go: downloading github.com/containerd/typeurl v1.0.2
11:27:15 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:15 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:15 go: downloading github.com/gogo/googleapis v1.4.1
11:27:16 # Build the compose plugin
11:27:16 cd /go/src/github.com/docker/compose \
11:27:16 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:16 make[2]: Entering directory '/root/build-deb/compose'
11:27:16 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
11:27:16 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:16 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:16 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:16 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:16 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:16 go: downloading github.com/docker/buildx v0.10.2
11:27:16 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:16 go: downloading github.com/moby/buildkit v0.11.2
11:27:16 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:16 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:16 go: downloading golang.org/x/sync v0.1.0
11:27:16 go: downloading github.com/imdario/mergo v0.3.13
11:27:16 go: downloading github.com/containerd/console v1.0.3
11:27:16 go: downloading github.com/buger/goterm v1.0.4
11:27:16 go: downloading github.com/stretchr/testify v1.8.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:16 go: downloading golang.org/x/net v0.4.0
11:27:16 go: downloading golang.org/x/term v0.3.0
11:27:16 go: downloading google.golang.org/grpc v1.50.1
11:27:16 go: downloading k8s.io/client-go v0.22.4
11:27:16 go: downloading k8s.io/api v0.22.4
11:27:16 go: downloading k8s.io/apimachinery v0.22.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:16 go: downloading github.com/golang/mock v1.6.0
11:27:16 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:16 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:16 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:16 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:16 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:16 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:16 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:16 go: downloading github.com/go-logr/stdr v1.2.2
11:27:16 go: downloading github.com/containerd/typeurl v1.0.2
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:16 go: downloading github.com/gogo/googleapis v1.4.1
11:27:16 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:16 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:16 go: downloading k8s.io/klog/v2 v2.60.1
11:27:16 go: downloading github.com/google/gofuzz v1.2.0
11:27:16 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:16 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:16 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:16 go: downloading github.com/aws/smithy-go v1.11.2
11:27:16 go: downloading github.com/moby/locker v1.0.1
11:27:16 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:16 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:16 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:16 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:16 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:16 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:16 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:16 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:16 go: downloading github.com/json-iterator/go v1.1.12
11:27:16 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:16 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:16 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:16 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:16 go: downloading github.com/moby/spdystream v0.2.0
11:27:16 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:16 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:16 # Build the compose plugin
11:27:16 cd /go/src/github.com/docker/compose \
11:27:16 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:16 make[2]: Entering directory '/root/build-deb/compose'
11:27:16 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
11:27:16 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:16 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:16 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:16 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:16 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:16 go: downloading github.com/docker/buildx v0.10.2
11:27:16 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:16 go: downloading github.com/moby/buildkit v0.11.2
11:27:16 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:16 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:16 go: downloading golang.org/x/sync v0.1.0
11:27:16 go: downloading github.com/imdario/mergo v0.3.13
11:27:16 go: downloading github.com/containerd/console v1.0.3
11:27:16 go: downloading github.com/buger/goterm v1.0.4
11:27:16 go: downloading github.com/stretchr/testify v1.8.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:16 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:16 go: downloading golang.org/x/net v0.4.0
11:27:16 go: downloading golang.org/x/term v0.3.0
11:27:16 go: downloading google.golang.org/grpc v1.50.1
11:27:16 go: downloading k8s.io/client-go v0.22.4
11:27:16 go: downloading k8s.io/api v0.22.4
11:27:16 go: downloading k8s.io/apimachinery v0.22.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:16 go: downloading github.com/golang/mock v1.6.0
11:27:16 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:16 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:16 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:16 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:16 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:16 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:16 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:16 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:16 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:16 go: downloading k8s.io/klog/v2 v2.60.1
11:27:16 go: downloading github.com/google/gofuzz v1.2.0
11:27:16 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:16 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:16 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:16 go: downloading github.com/aws/smithy-go v1.11.2
11:27:16 go: downloading github.com/moby/locker v1.0.1
11:27:16 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:16 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:16 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:16 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:16 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:16 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:16 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:16 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:16 go: downloading github.com/json-iterator/go v1.1.12
11:27:16 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:16 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:16 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:16 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:16 go: downloading github.com/moby/spdystream v0.2.0
11:27:16 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:16 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:16 go: downloading github.com/go-logr/stdr v1.2.2
11:27:16 go: downloading github.com/containerd/typeurl v1.0.2
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:16 go: downloading github.com/gogo/googleapis v1.4.1
11:27:18 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:18 go: downloading k8s.io/klog/v2 v2.60.1
11:27:18 go: downloading github.com/google/gofuzz v1.2.0
11:27:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:18 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:18 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:18 go: downloading github.com/aws/smithy-go v1.11.2
11:27:18 go: downloading github.com/moby/locker v1.0.1
11:27:18 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:18 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:18 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:18 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:18 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:18 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:18 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:18 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:18 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:18 go: downloading github.com/json-iterator/go v1.1.12
11:27:18 make[2]: Leaving directory '/root/build-deb/compose'
11:27:18 # Build the scan-plugin
11:27:18 # TODO change once we support scan-plugin on other architectures
11:27:18 if [ "arm64" = "amd64" ]; then \
11:27:18 	cd /go/src/github.com/docker/scan-cli-plugin \
11:27:18 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:27:18 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:27:18 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:27:18 fi
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    debian/rules override_dh_auto_test
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:27:18 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:27:18 PASS: daemon version OK
11:27:18 ver="$(cli/build/docker --version)"; \
11:27:18 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:27:18 PASS: cli version OK
11:27:18 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:18 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:27:18 PASS: docker-buildx version OK
11:27:18 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:18 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:27:18 PASS: docker-compose version OK
11:27:18 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:27:18 # TODO change once we support scan-plugin on other architectures
11:27:18 if [ "arm64" = "amd64" ]; then \
11:27:18 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:27:18 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:27:18 fi
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    create-stamp debian/debhelper-build-stamp
11:27:18  debian/rules binary
11:27:18 dh binary --with=bash-completion
11:27:18    dh_testroot
11:27:18    dh_prep
11:27:18    dh_installdirs
11:27:18    debian/rules override_dh_auto_install
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 # docker-ce-cli install
11:27:18 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:27:18 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:27:18 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:27:18 # docker-ce install
11:27:18 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:27:18 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:27:18 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:27:18 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:27:18 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:27:18 # docker-buildx-plugin install
11:27:18 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:27:18 # docker-compose-plugin install
11:27:18 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:27:18 # docker-scan-plugin install
11:27:18 # TODO change once we support scan-plugin on other architectures
11:27:18 if [ "arm64" = "amd64" ]; then \
11:27:18 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:27:18 fi
11:27:18 # docker-ce-rootless-extras install
11:27:18 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:27:18 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:27:18 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:27:18 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:27:18 # TODO: how can we install vpnkit?
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    debian/rules override_dh_install
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 dh_install
11:27:18 # TODO Can we do this from within our container?
11:27:18 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    dh_installdocs
11:27:18    dh_installchangelogs
11:27:18    dh_installman
11:27:18    dh_bash-completion
11:27:18    dh_systemd_enable
11:27:18    debian/rules override_dh_installinit
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 # use "docker" as our service name, not "docker-ce"
11:27:18 dh_installinit --name=docker
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    dh_systemd_start
11:27:18    dh_perl
11:27:18    dh_link
11:27:18    dh_strip_nondeterminism
11:27:18    dh_compress
11:27:18    dh_fixperms
11:27:18    dh_missing
11:27:18    debian/rules override_dh_strip
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 # Go has lots of problems with stripping, so just don't
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    dh_makeshlibs
11:27:18    debian/rules override_dh_shlibdeps
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    dh_installdeb
11:27:18    debian/rules override_dh_gencontrol
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:27:18 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:27:18 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:18 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:27:18 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:27:18 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:27:18 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:27:18 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:27:18 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:27:18 if [ "arm64" = "amd64" ]; then \
11:27:18 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:27:18 fi
11:27:18 dh_gencontrol --remaining-packages
11:27:18 make[1]: Leaving directory '/root/build-deb'
11:27:18    dh_md5sums
11:27:18    debian/rules override_dh_builddeb
11:27:18 make[1]: Entering directory '/root/build-deb'
11:27:18 dh_builddeb -- -Zxz
11:27:18 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'.
11:27:18 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'.
11:27:18 # Build the compose plugin
11:27:18 cd /go/src/github.com/docker/compose \
11:27:18 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:18 make[2]: Entering directory '/root/build-deb/compose'
11:27: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
11:27:18 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:18 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:18 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:18 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:18 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:18 go: downloading github.com/docker/buildx v0.10.2
11:27:18 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:18 go: downloading github.com/moby/buildkit v0.11.2
11:27:18 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:18 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:18 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:18 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:18 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:18 go: downloading golang.org/x/sync v0.1.0
11:27:18 go: downloading github.com/imdario/mergo v0.3.13
11:27:18 go: downloading github.com/containerd/console v1.0.3
11:27:18 go: downloading github.com/buger/goterm v1.0.4
11:27:18 go: downloading github.com/stretchr/testify v1.8.1
11:27:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:18 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:18 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:18 go: downloading golang.org/x/net v0.4.0
11:27:18 go: downloading golang.org/x/term v0.3.0
11:27:18 go: downloading google.golang.org/grpc v1.50.1
11:27:18 go: downloading k8s.io/client-go v0.22.4
11:27:18 go: downloading k8s.io/api v0.22.4
11:27:18 go: downloading k8s.io/apimachinery v0.22.4
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:18 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:18 go: downloading github.com/golang/mock v1.6.0
11:27:18 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:18 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:18 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:18 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:18 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:18 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:18 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:18 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:18 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:18 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:18 go: downloading github.com/go-logr/stdr v1.2.2
11:27:18 go: downloading github.com/containerd/typeurl v1.0.2
11:27:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:18 go: downloading github.com/gogo/googleapis v1.4.1
11:27:18 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:18 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:18 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:18 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:18 go: downloading github.com/moby/spdystream v0.2.0
11:27:18 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:18 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:19 CentOS Stream 8 - Extras                         14 kB/s |  17 kB     00:01    
11:27:19 CentOS Stream 8 - Extras common packages        8.0 kB/s | 5.3 kB     00:00    
11:27:19 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:19 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:19 go: downloading k8s.io/klog/v2 v2.60.1
11:27:19 go: downloading github.com/google/gofuzz v1.2.0
11:27:19 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:19 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:19 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:19 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:19 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:19 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:19 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:19 go: downloading github.com/aws/smithy-go v1.11.2
11:27:19 go: downloading github.com/moby/locker v1.0.1
11:27:19 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:19 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:19 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:19 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:19 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:20 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:20 go: downloading github.com/json-iterator/go v1.1.12
11:27:20 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:20 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:20 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:20 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:20 go: downloading github.com/moby/spdystream v0.2.0
11:27:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:20 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:20 # Build the compose plugin
11:27:20 cd /go/src/github.com/docker/compose \
11:27:20 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:20 make[2]: Entering directory '/root/build-deb/compose'
11:27:20 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
11:27:20 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:20 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:20 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:20 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:20 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:20 go: downloading github.com/docker/buildx v0.10.2
11:27:20 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:20 go: downloading github.com/moby/buildkit v0.11.2
11:27:20 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:20 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:20 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:20 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:20 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:20 go: downloading golang.org/x/sync v0.1.0
11:27:20 go: downloading github.com/imdario/mergo v0.3.13
11:27:20 go: downloading github.com/containerd/console v1.0.3
11:27:20 go: downloading github.com/buger/goterm v1.0.4
11:27:20 go: downloading github.com/stretchr/testify v1.8.1
11:27:20 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:20 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:20 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:20 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:20 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:20 go: downloading golang.org/x/net v0.4.0
11:27:20 go: downloading golang.org/x/term v0.3.0
11:27:20 go: downloading google.golang.org/grpc v1.50.1
11:27:20 go: downloading k8s.io/client-go v0.22.4
11:27:20 go: downloading k8s.io/api v0.22.4
11:27:20 go: downloading k8s.io/apimachinery v0.22.4
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:20 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:20 go: downloading github.com/golang/mock v1.6.0
11:27:20 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:20 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:20 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:20 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:20 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:20 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:20 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:20 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:20 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:20 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:20 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:20 go: downloading github.com/go-logr/stdr v1.2.2
11:27:20 go: downloading github.com/containerd/typeurl v1.0.2
11:27:20 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:20 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:20 go: downloading github.com/gogo/googleapis v1.4.1
11:27:20 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:20 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:20 go: downloading k8s.io/klog/v2 v2.60.1
11:27:20 go: downloading github.com/google/gofuzz v1.2.0
11:27:20 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:20 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:20 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:20 go: downloading github.com/aws/smithy-go v1.11.2
11:27:20 go: downloading github.com/moby/locker v1.0.1
11:27:20 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:20 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:20 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:20 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:20 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:20 go: downloading github.com/json-iterator/go v1.1.12
11:27:20 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:20 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:20 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:20 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:20 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:20 go: downloading github.com/moby/spdystream v0.2.0
11:27:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:20 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:21 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'.
11:27:21 Dependencies resolved.
11:27:21 ================================================================================
11:27:21  Package                 Architecture  Version              Repository     Size
11:27:21 ================================================================================
11:27:21 Installing:
11:27:21  dnf-plugins-core        noarch        4.0.21-18.el8        baseos         75 k
11:27:21 
11:27:21 Transaction Summary
11:27:21 ================================================================================
11:27:21 Install  1 Package
11:27:21 
11:27:21 Total download size: 75 k
11:27:21 Installed size: 22 k
11:27:21 Downloading Packages:
11:27:22 dnf-plugins-core-4.0.21-18.el8.noarch.rpm       343 kB/s |  75 kB     00:00    
11:27:22 --------------------------------------------------------------------------------
11:27:22 Total                                           128 kB/s |  75 kB     00:00     
11:27:22 Running transaction check
11:27:22 Transaction check succeeded.
11:27:22 Running transaction test
11:27:22 Transaction test succeeded.
11:27:22 Running transaction
11:27:22   Preparing        :                                                        1/1 
11:27:22   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  1/1 
11:27:22   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  1/1 
11:27:22 
11:27:22 Installed:
11:27:22   dnf-plugins-core-4.0.21-18.el8.noarch                                         
11:27:22 
11:27:22 Complete!
11:27:22 + case ${DIST_ID}:${DIST_VERSION} in
11:27:22 + install_rpm_containerd
11:27:22 + '[' staging = stage ']'
11:27:22 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:27:22 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:27:22 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:27:22 + dnf --version
11:27:22 4.7.0
11:27:22   Installed: dnf-0:4.7.0-15.el8.noarch at Wed Feb  8 17:09:24 2023
11:27:22   Built    : CentOS Buildsys <bugs@centos.org> at Thu Jan 12 09:05:43 2023
11:27:22 
11:27:22   Installed: rpm-0:4.14.3-26.el8.aarch64 at Wed Feb  8 17:09:23 2023
11:27:22   Built    : CentOS Buildsys <bugs@centos.org> at Wed Dec 21 11:19:04 2022
11:27:22 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:27:23 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:27:23 + dnf config-manager --set-disabled 'docker-ce-*'
11:27:23 + dnf config-manager --set-enabled docker-ce-test
11:27:24 + dnf makecache
11:27:24 CentOS Stream 8 - AppStream                     9.8 kB/s | 4.4 kB     00:00    
11:27:25 CentOS Stream 8 - BaseOS                        6.7 kB/s | 3.9 kB     00:00    
11:27:26 CentOS Stream 8 - Extras                        6.6 kB/s | 2.9 kB     00:00    
11:27:26 CentOS Stream 8 - Extras common packages        5.2 kB/s | 3.0 kB     00:00    
11:27:27 Docker CE Test - aarch64                         98 kB/s |  44 kB     00:00    
11:27:28 Metadata cache created.
11:27:28 [DEBUG] Installing engine rpms
11:27:28 + echo '[DEBUG] Installing engine rpms'
11:27:28 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
11:27:28 ++ sed /src/d
11:27:28 + packages='rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:27:28 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el8.aarch64.rpm
11:27:28 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el8.aarch64.rpm
11:27:28 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:27:28 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm'
11:27:28 + set -x
11:27:28 ++ source /etc/os-release
11:27:28 +++ NAME='CentOS Stream'
11:27:28 +++ VERSION=8
11:27:28 +++ ID=centos
11:27:28 +++ ID_LIKE='rhel fedora'
11:27:28 +++ VERSION_ID=8
11:27:28 +++ PLATFORM_ID=platform:el8
11:27:28 +++ PRETTY_NAME='CentOS Stream 8'
11:27:28 +++ ANSI_COLOR='0;31'
11:27:28 +++ CPE_NAME=cpe:/o:centos:centos:8
11:27:28 +++ HOME_URL=https://centos.org/
11:27:28 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:27:28 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:27:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:27:28 ++ echo 'CentOS Stream'
11:27:28 + product_version='CentOS Stream'
11:27:28 + '[' 'CentOS Stream' = rawhide ']'
11:27:28 + dnf install -y rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm 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.4-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64.rpm
11:27:29 Last metadata expiration check: 0:00:03 ago on Fri Mar 10 11:27:26 2023.
11:27:29 make[1]: Leaving directory '/root/build-deb'
11:27:29  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.buildinfo
11:27:29  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.changes
11:27:30 dpkg-genchanges: info: including full source code in upload
11:27:30  dpkg-source -I.git --after-build .
11:27:30 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:27:30 + destination=/build
11:27:30 + mkdir -p /build
11:27:30 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb /build
11:27:30 copied '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb'
11:27:30 removed '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb'
11:27:30 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:27:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:27:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:27:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:27:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.buildinfo'
11:27:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.buildinfo'
11:27:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.changes'
11:27:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.changes'
11:27:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb'
11:27:30 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'
11:27:30 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
11:27:30 Dependencies resolved.
11:27:30 =======================================================================================================
11:27:30  Package                        Arch     Version                                  Repository       Size
11:27:30 =======================================================================================================
11:27:30 Installing:
11:27:30  docker-buildx-plugin           aarch64  0.10.4-0.el8                             @commandline     10 M
11:27:30  docker-ce                      aarch64  3:0.0.0~20230309110843.71615c2-0.el8     @commandline     14 M
11:27:30  docker-ce-cli                  aarch64  1:0.0.0~20230309110843.71615c2-0.el8     @commandline    6.2 M
11:27:30  docker-ce-rootless-extras      aarch64  0.0.0~20230309110843.71615c2-0.el8       @commandline    4.2 M
11:27:30  docker-compose-plugin          aarch64  2.16.0-0.el8                             @commandline    9.4 M
11:27:30 Installing dependencies:
11:27:30  checkpolicy                    aarch64  2.9-1.el8                                baseos          338 k
11:27:30  container-selinux              noarch   2:2.195.1-1.module_el8.8.0+1254+78119b6e appstream        63 k
11:27:30  containerd.io                  aarch64  1.6.18-3.1.el8                           docker-ce-test   25 M
11:27:30  diffutils                      aarch64  3.6-6.el8                                baseos          352 k
11:27:30  fuse-common                    aarch64  3.3.0-16.el8                             baseos           22 k
11:27:30  fuse-overlayfs                 aarch64  1.10-1.module_el8.8.0+1254+78119b6e      appstream        69 k
11:27:30  fuse3                          aarch64  3.3.0-16.el8                             baseos           53 k
11:27:30  fuse3-libs                     aarch64  3.3.0-16.el8                             baseos           91 k
11:27:30  iptables                       aarch64  1.8.4-24.el8                             baseos          582 k
11:27:30  iptables-libs                  aarch64  1.8.4-24.el8                             baseos          107 k
11:27:30  kmod                           aarch64  25-19.el8                                baseos          123 k
11:27:30  libcgroup                      aarch64  0.41-19.el8                              baseos           68 k
11:27:30  libibverbs                     aarch64  41.0-1.el8                               baseos          370 k
11:27:30  libmnl                         aarch64  1.0.4-6.el8                              baseos           30 k
11:27:30  libnetfilter_conntrack         aarch64  1.0.6-5.el8                              baseos           61 k
11:27:30  libnfnetlink                   aarch64  1.0.1-13.el8                             baseos           32 k
11:27:30  libnftnl                       aarch64  1.1.5-5.el8                              baseos           80 k
11:27:30  libpcap                        aarch64  14:1.9.1-5.el8                           baseos          161 k
11:27:30  libselinux-utils               aarch64  2.9-8.el8                                baseos          241 k
11:27:30  libslirp                       aarch64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        66 k
11:27:30  policycoreutils                aarch64  2.9-21.1.el8                             baseos          374 k
11:27:30  policycoreutils-python-utils   noarch   2.9-21.1.el8                             baseos          253 k
11:27:30  python3-audit                  aarch64  3.0.7-4.el8                              baseos           85 k
11:27:30  python3-libselinux             aarch64  2.9-8.el8                                baseos          272 k
11:27:30  python3-libsemanage            aarch64  2.9-9.el8                                baseos          126 k
11:27:30  python3-policycoreutils        noarch   2.9-21.1.el8                             baseos          2.2 M
11:27:30  python3-setools                aarch64  4.3.0-3.el8                              baseos          528 k
11:27:30  rpm-plugin-selinux             aarch64  4.14.3-26.el8                            baseos           78 k
11:27:30  selinux-policy                 noarch   3.14.3-115.el8                           baseos          659 k
11:27:30  selinux-policy-targeted        noarch   3.14.3-115.el8                           baseos           15 M
11:27:30  slirp4netns                    aarch64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        53 k
11:27:30  xz                             aarch64  5.2.4-4.el8                              baseos          153 k
11:27:30 Downgrading:
11:27:30  libsemanage                    aarch64  2.9-9.el8                                baseos          164 k
11:27:30  xz-libs                        aarch64  5.2.4-4.el8                              baseos           91 k
11:27:30 Enabling module streams:
11:27:30  container-tools                         rhel8                                                         
11:27:30 
11:27:30 Transaction Summary
11:27:30 =======================================================================================================
11:27:30 Install    37 Packages
11:27:30 Downgrade   2 Packages
11:27:30 
11:27:30 Total size: 93 M
11:27:30 Total download size: 48 M
11:27:30 Downloading Packages:
11:27:31 (1/34): xz-libs-5.2.4-4.el8.aarch64.rpm         391 kB/s |  91 kB     00:00    
11:27:31 (2/34): libsemanage-2.9-9.el8.aarch64.rpm       693 kB/s | 164 kB     00:00    
11:27:31 (3/34): container-selinux-2.195.1-1.module_el8. 263 kB/s |  63 kB     00:00    
11:27:31 (4/34): fuse-overlayfs-1.10-1.module_el8.8.0+12 7.0 MB/s |  69 kB     00:00    
11:27:31 (5/34): libslirp-4.4.0-1.module_el8.7.0+1216+b0 7.5 MB/s |  66 kB     00:00    
11:27:31 (6/34): slirp4netns-1.2.0-2.module_el8.7.0+1216 5.8 MB/s |  53 kB     00:00    
11:27:31 (7/34): fuse-common-3.3.0-16.el8.aarch64.rpm    4.8 MB/s |  22 kB     00:00    
11:27:31 (8/34): checkpolicy-2.9-1.el8.aarch64.rpm        22 MB/s | 338 kB     00:00    
11:27:31 (9/34): fuse3-3.3.0-16.el8.aarch64.rpm          6.8 MB/s |  53 kB     00:00    
11:27:31 (10/34): fuse3-libs-3.3.0-16.el8.aarch64.rpm     12 MB/s |  91 kB     00:00    
11:27:31 (11/34): diffutils-3.6-6.el8.aarch64.rpm         15 MB/s | 352 kB     00:00    
11:27:31 (12/34): iptables-libs-1.8.4-24.el8.aarch64.rpm  10 MB/s | 107 kB     00:00    
11:27:31 (13/34): iptables-1.8.4-24.el8.aarch64.rpm       26 MB/s | 582 kB     00:00    
11:27:31 (14/34): kmod-25-19.el8.aarch64.rpm             7.5 MB/s | 123 kB     00:00    
11:27:31 (15/34): libcgroup-0.41-19.el8.aarch64.rpm      4.5 MB/s |  68 kB     00:00    
11:27:31 (16/34): libmnl-1.0.4-6.el8.aarch64.rpm         4.4 MB/s |  30 kB     00:00    
11:27:31 (17/34): libnetfilter_conntrack-1.0.6-5.el8.aar 8.6 MB/s |  61 kB     00:00    
11:27:31 (18/34): libnfnetlink-1.0.1-13.el8.aarch64.rpm  4.7 MB/s |  32 kB     00:00    
11:27:31 (19/34): libnftnl-1.1.5-5.el8.aarch64.rpm        12 MB/s |  80 kB     00:00    
11:27:31 (20/34): libibverbs-41.0-1.el8.aarch64.rpm       14 MB/s | 370 kB     00:00    
11:27:31 (21/34): libpcap-1.9.1-5.el8.aarch64.rpm         13 MB/s | 161 kB     00:00    
11:27:31 (22/34): libselinux-utils-2.9-8.el8.aarch64.rpm  18 MB/s | 241 kB     00:00    
11:27:31 (23/34): policycoreutils-python-utils-2.9-21.1.  25 MB/s | 253 kB     00:00    
11:27:31 (24/34): policycoreutils-2.9-21.1.el8.aarch64.r  18 MB/s | 374 kB     00:00    
11:27:31 (25/34): python3-audit-3.0.7-4.el8.aarch64.rpm  5.7 MB/s |  85 kB     00:00    
11:27:31 (26/34): python3-libsemanage-2.9-9.el8.aarch64.  16 MB/s | 126 kB     00:00    
11:27:31 (27/34): python3-libselinux-2.9-8.el8.aarch64.r  15 MB/s | 272 kB     00:00    
11:27:31 (28/34): rpm-plugin-selinux-4.14.3-26.el8.aarch  13 MB/s |  78 kB     00:00    
11:27:31 (29/34): python3-setools-4.3.0-3.el8.aarch64.rp  27 MB/s | 528 kB     00:00    
11:27:31 (30/34): selinux-policy-3.14.3-115.el8.noarch.r  30 MB/s | 659 kB     00:00    
11:27:31 (31/34): xz-5.2.4-4.el8.aarch64.rpm              19 MB/s | 153 kB     00:00    
11:27:31 (32/34): python3-policycoreutils-2.9-21.1.el8.n  39 MB/s | 2.2 MB     00:00    
11:27:32 (33/34): containerd.io-1.6.18-3.1.el8.aarch64.r  47 MB/s |  25 MB     00:00    
11:27:32 (34/34): selinux-policy-targeted-3.14.3-115.el8  14 MB/s |  15 MB     00:01    
11:27:32 --------------------------------------------------------------------------------
11:27:32 Total                                            23 MB/s |  48 MB     00:02     
11:27:32 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
11:27:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:27:33 Docker CE Test - aarch64                        7.4 kB/s | 1.6 kB     00:00    
11:27:33 Importing GPG key 0x621E9F35:
11:27:33  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:27:33  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:27:33  From       : https://download.docker.com/linux/centos/gpg
11:27:33 Key imported successfully
11:27:33 + make IMAGE=debian:bookworm verify
11:27:33 docker run  --rm -i \
11:27:33 	-v "$(pwd):/v" \
11:27:33 	-e DEBIAN_FRONTEND=noninteractive \
11:27:33 	-e PACKAGE_REPO=staging \
11:27:33 	-w /v \
11:27:33 	debian:bookworm ./verify
11:27:33 Unable to find image 'debian:bookworm' locally
11:27:33 bookworm: Pulling from library/debian
11:27:33 Running transaction check
11:27:33 Transaction check succeeded.
11:27:33 Running transaction test
11:27:34 cf639a903cc0: Already exists
11:27:34 Digest: sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:27:34 Status: Downloaded newer image for debian:bookworm
11:27:34 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'.
11:27:34 Transaction test succeeded.
11:27:34 Running transaction
11:27:34 + verify
11:27:34 + dpkg --version
11:27:34 + verify_deb
11:27:34 + apt-get update
11:27:34 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'.
11:27:34 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:27:34 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:27:34 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:27:34 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8908 kB]
11:27:34   Preparing        :                                                        1/1 
11:27:34   Installing       : python3-libselinux-2.9-8.el8.aarch64                  1/41 
11:27:34   Installing       : libmnl-1.0.4-6.el8.aarch64                            2/41 
11:27:34   Running scriptlet: libmnl-1.0.4-6.el8.aarch64                            2/41 
11:27:35   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           3/41 
11:27:35   Installing       : libselinux-utils-2.9-8.el8.aarch64                    4/41 
11:27:35   Installing       : libnfnetlink-1.0.1-13.el8.aarch64                     5/41 
11:27:35   Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64                     5/41 
11:27:35   Installing       : fuse3-libs-3.3.0-16.el8.aarch64                       6/41 
11:27:35   Running scriptlet: fuse3-libs-3.3.0-16.el8.aarch64                       6/41 
11:27:35   Downgrading      : libsemanage-2.9-9.el8.aarch64                         7/41 
11:27:35   Installing       : python3-libsemanage-2.9-9.el8.aarch64                 8/41 
11:27:35   Installing       : libnetfilter_conntrack-1.0.6-5.el8.aarch64            9/41 
11:27:35   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64            9/41 
11:27:35   Installing       : kmod-25-19.el8.aarch64                               10/41 
11:27:35   Installing       : xz-5.2.4-4.el8.aarch64                               11/41 
11:27:35   Installing       : libnftnl-1.1.5-5.el8.aarch64                         12/41 
11:27:35   Running scriptlet: libnftnl-1.1.5-5.el8.aarch64                         12/41 
11:27:36 Fetched 9183 kB in 1s (6739 kB/s)
11:27:36   Installing       : python3-setools-4.3.0-3.el8.aarch64                  13/41 
11:27:36   Installing       : docker-buildx-plugin-0.10.4-0.el8.aarch64            14/41 
11:27:36 Reading package lists...
11:27:36 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:27:36 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb'.
11:27:36 + popd
11:27:36 + RPM_EC=0
11:27:36 ~/rpmbuild/BUILD/src
11:27:36 ++ jobs -p
11:27:36 + exit 0
11:27:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZaHtTa
11:27:36 + umask 022
11:27:36 + cd /root/rpmbuild/BUILD
11:27:36 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64 '!=' / ']'
11:27:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:36 + mkdir -p /root/rpmbuild/BUILDROOT
11:27:36 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:36 + 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'
11:27:36 + export CFLAGS
11:27:36 + 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'
11:27:36 + export CXXFLAGS
11:27:36 + 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'
11:27:36 + export FFLAGS
11:27:36 + 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'
11:27:36 + export FCFLAGS
11:27:36 + 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'
11:27:36 + export LDFLAGS
11:27:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:36 + export LT_SYS_LIBRARY_PATH
11:27:36 + CC=gcc
11:27:36 + export CC
11:27:36 + CXX=g++
11:27:36 + export CXX
11:27:36 + cd src
11:27:36 + pushd /root/rpmbuild/BUILD/src/compose
11:27:36 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:27:36 + 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
11:27:36 + popd
11:27:36 ~/rpmbuild/BUILD/src
11:27:36 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:27:36 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:27:36 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:27:36 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:27:36 + /usr/lib/rpm/check-buildroot
11:27:36 + /usr/lib/rpm/redhat/brp-ldconfig
11:27:36 + /usr/lib/rpm/brp-compress
11:27:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:27:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:27:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:27:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:27:36 + /usr/lib/rpm/check-rpaths
11:27:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:27:36 + /usr/lib/rpm/brp-remove-la-files
11:27:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:27:36 + /usr/lib/rpm/redhat/brp-python-hardlink
11:27:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mcXisA
11:27:36 + umask 022
11:27:36 + cd /root/rpmbuild/BUILD
11:27:36 + 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'
11:27:36 + export CFLAGS
11:27:36 + 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'
11:27:36 + export CXXFLAGS
11:27:36 + 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'
11:27:36 + export FFLAGS
11:27:36 + 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'
11:27:36 + export FCFLAGS
11:27:36 + 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'
11:27:36 + export LDFLAGS
11:27:36 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:36 + export LT_SYS_LIBRARY_PATH
11:27:36 + CC=gcc
11:27:36 + export CC
11:27:36 + CXX=g++
11:27:36 + export CXX
11:27:36 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:27:36 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 aarch64
11:27:36 + cd src
11:27:36 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:27:36 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:27:36 + ver=v2.16.0
11:27:36 + test v2.16.0 = v2.16.0
11:27:36 + echo 'PASS: docker-compose version OK'
11:27:36 + RPM_EC=0
11:27:36 PASS: docker-compose version OK
11:27:36 ++ jobs -p
11:27:36 + exit 0
11:27:36 Processing files: docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:36 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hhbwjI
11:27:36 + umask 022
11:27:36 + cd /root/rpmbuild/BUILD
11:27:36 + cd src
11:27:36 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:27:36 + export LC_ALL=C
11:27:36 + LC_ALL=C
11:27:36 + export DOCDIR
11:27:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:27: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.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:27:36 + RPM_EC=0
11:27:36 ++ jobs -p
11:27:36 + exit 0
11:27:36 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WYcJ8p
11:27:36 + umask 022
11:27:36 + cd /root/rpmbuild/BUILD
11:27:36 + cd src
11:27:36 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:27:36 + export LC_ALL=C
11:27:36 + LC_ALL=C
11:27:36 + export LICENSEDIR
11:27:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:27:36 + 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
11:27:36 + 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
11:27:36 + RPM_EC=0
11:27:36 ++ jobs -p
11:27:36 + exit 0
11:27:36 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:27:36 Provides: docker-compose-plugin = 0:2.16.0-0.fc36 docker-compose-plugin(aarch-64) = 0:2.16.0-0.fc36
11:27:36 Requires(interp): /bin/sh /bin/sh /bin/sh
11:27:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:27:36 Requires(post): /bin/sh
11:27:36 Requires(preun): /bin/sh
11:27:36 Requires(postun): /bin/sh
11:27:36 Enhances: docker-ce-cli
11:27:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:36 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc36.src.rpm
11:27:37 Reading package lists...
11:27:37   Running scriptlet: docker-buildx-plugin-0.10.4-0.el8.aarch64            14/41 
11:27:37   Installing       : docker-compose-plugin-2.16.0-0.el8.aarch64           15/41 
11:27:37 Building dependency tree...
11:27:37 Reading state information...
11:27:37 The following additional packages will be installed:
11:27:37   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
11:27:37   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
11:27:37   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:27:37   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
11:27:37   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
11:27:37   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
11:27:37   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:27:37   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
11:27:37   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:27:37   libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0
11:27:37   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:27:37   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:27:37   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:27:37   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:27:37   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:27:37   media-types openssl packagekit pinentry-curses polkitd python-apt-common
11:27:37   python3 python3-apt python3-blinker python3-cffi-backend
11:27:37   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:27:37   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:27:37   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:27:37   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:27:37   readline-common sgml-base systemd systemd-sysv xml-core
11:27:37 Suggested packages:
11:27:37   liblocale-gettext-perl perl cron quota default-dbus-session-bus
11:27:37   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
11:27:37   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
11:27:37   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
11:27:37   python3-tk python3-venv python-apt-doc python-blinker-doc
11:27:37   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:27:37   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
11:27:37   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
11:27:37   systemd-container systemd-homed systemd-userdbd systemd-boot
11:27:37   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
11:27:37   libtss2-rc0 debhelper
11:27:37 Recommended packages:
11:27:37   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
11:27:37   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
11:27:37   systemd-timesyncd | time-daemon libnss-systemd
11:27:37   Running scriptlet: docker-compose-plugin-2.16.0-0.el8.aarch64           15/41 
11:27:37   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   16/41 
11:27:38   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   16/41 
11:27:38   Installing       : python3-audit-3.0.7-4.el8.aarch64                    17/41 
11:27:38   Installing       : libibverbs-41.0-1.el8.aarch64                        18/41 
11:27:38   Running scriptlet: libibverbs-41.0-1.el8.aarch64                        18/41 
11:27:38   Installing       : libpcap-14:1.9.1-5.el8.aarch64                       19/41 
11:27:38   Installing       : iptables-libs-1.8.4-24.el8.aarch64                   20/41 
11:27:38 The following NEW packages will be installed:
11:27:38   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:27:38   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:27:38   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
11:27:38   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:27:38   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:27:38   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:27:38   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
11:27:38   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:27:38   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
11:27:38   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
11:27:38   libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2
11:27:38   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:27:38   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:27:38   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:27:38   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:27:38   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:27:38   lsb-release media-types openssl packagekit pinentry-curses polkitd
11:27:38   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:27:38   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:27:38   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:27:38   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:27:38   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:27:38   readline-common sgml-base software-properties-common systemd systemd-sysv
11:27:38   xml-core
11:27:38 0 upgraded, 118 newly installed, 0 to remove and 3 not upgraded.
11:27:38 Need to get 47.2 MB of archives.
11:27:38 After this operation, 185 MB of additional disk space will be used.
11:27:38 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.8-1 [1801 kB]
11:27:38 Get:2 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.9 kB]
11:27:38 Get:3 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
11:27:38 Get:4 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
11:27:38 Get:5 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
11:27:38 Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-1 [204 kB]
11:27:38 Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5 [181 kB]
11:27:38 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
11:27:38 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
11:27:38 Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
11:27:38   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        21/41 
11:27:38   Installing       : iptables-1.8.4-24.el8.aarch64                        21/41 
11:27:38   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        21/41 
11:27:38   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        22/41 
11:27:38   Installing       : libcgroup-0.41-19.el8.aarch64                        22/41 
11:27:38   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        22/41 
11:27:38   Installing       : fuse-common-3.3.0-16.el8.aarch64                     23/41 
11:27:38   Installing       : fuse3-3.3.0-16.el8.aarch64                           24/41 
11:27:38   Installing       : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e   25/41 
11:27:38   Running scriptlet: fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e   25/41 
11:27:38   Installing       : diffutils-3.6-6.el8.aarch64                          26/41 
11:27:38   Running scriptlet: diffutils-3.6-6.el8.aarch64                          26/41 
11:27:38   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 27/41 
11:27:38   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 27/41 
11:27:38   Installing       : rpm-plugin-selinux-4.14.3-26.el8.aarch64             28/41 
11:27:38   Installing       : selinux-policy-3.14.3-115.el8.noarch                 29/41 
11:27:38   Running scriptlet: selinux-policy-3.14.3-115.el8.noarch                 29/41 
11:27:38 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.5-2 [1502 kB]
11:27:38 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.5-2 [2807 kB]
11:27:38 Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.5-2 [41.3 kB]
11:27:38 Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.6-1 [191 kB]
11:27:38 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.6-1 [102 kB]
11:27:38 Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.6-1 [76.6 kB]
11:27:38 Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
11:27:38 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.6-1 [173 kB]
11:27:38 Get:19 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.131 [166 kB]
11:27:38 Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.6-1 [77.7 kB]
11:27:38 Get:21 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.6-1 [94.5 kB]
11:27:38 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-4 [806 kB]
11:27:38 Get:23 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-4 [1857 kB]
11:27:38 Get:24 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1 [26.0 kB]
11:27:38 Get:25 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB]
11:27:38 Get:26 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
11:27:38 Get:27 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
11:27:38 Get:28 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
11:27:38 Get:29 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
11:27:38 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
11:27:38 Get:31 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
11:27:38 Get:32 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:27:38 Get:33 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
11:27:38 Get:34 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
11:27:38 Get:35 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
11:27:38 Get:36 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
11:27:38 Get:37 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
11:27:38 Get:38 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-4 [1744 kB]
11:27:38 Get:39 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-4 [572 kB]
11:27:38 Get:40 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1 [9012 B]
11:27:38 Get:41 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1 [26.0 kB]
11:27:38 Get:42 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
11:27:38 Get:43 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.8-1 [1373 kB]
11:27:38 Get:44 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
11:27:38 Get:45 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.5-2 [207 kB]
11:27:38 Get:46 http://deb.debian.org/debian bookworm/main arm64 apt-transport-https all 2.5.6 [22.1 kB]
11:27:38 Get:47 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
11:27:38 Get:48 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
11:27:38 Get:49 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
11:27:38 Get:50 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
11:27:38 Get:51 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1 [67.9 kB]
11:27:38 Get:52 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
11:27:38 Get:53 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:27:38 Get:54 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
11:27:38 Get:55 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-1 [360 kB]
11:27:38 Get:56 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-1 [306 kB]
11:27:38 Get:57 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
11:27:38 Get:58 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
11:27:38 Get:59 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
11:27:38 Get:60 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:27:38 Get:61 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
11:27:38 Get:62 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.57 [5744 B]
11:27:38 Get:63 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-1 [1311 kB]
11:27:38 Get:64 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
11:27:38 Get:65 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
11:27:38 Get:66 http://deb.debian.org/debian bookworm/main arm64 libpackagekit-glib2-18 arm64 1.2.6-3 [101 kB]
11:27:38 Get:67 http://deb.debian.org/debian bookworm/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.6-3 [25.3 kB]
11:27:38 Get:68 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:27:38 Get:69 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
11:27:38 Get:70 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
11:27:38 Get:71 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
11:27:38 Get:72 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
11:27:38 Get:73 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
11:27:38 Get:74 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
11:27:38 Get:75 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
11:27:38 Get:76 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
11:27:38 Get:77 http://deb.debian.org/debian bookworm/main arm64 gnupg2 all 2.2.40-1 [445 kB]
11:27:38 Get:78 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.13.0-1 [2899 kB]
11:27:38 Get:79 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-1 [355 kB]
11:27:38 Get:80 http://deb.debian.org/debian bookworm/main arm64 libstemmer0d arm64 2.2.0-2 [112 kB]
11:27:38 Get:81 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
11:27:38 Get:82 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
11:27:38 Get:83 http://deb.debian.org/debian bookworm/main arm64 libxmlb2 arm64 0.3.10-2 [55.5 kB]
11:27:38 Get:84 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
11:27:38 Get:85 http://deb.debian.org/debian bookworm/main arm64 libappstream4 arm64 0.16.1-1 [182 kB]
11:27:38 Get:86 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-3 [33.9 kB]
11:27:38 Get:87 http://deb.debian.org/debian bookworm/main arm64 libduktape207 arm64 2.7.0-2 [124 kB]
11:27:38 Get:88 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
11:27:38 Get:89 http://deb.debian.org/debian bookworm/main arm64 libdw1 arm64 0.188-2.1 [219 kB]
11:27:38 Get:90 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-1 [1208 kB]
11:27:39 Get:91 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-1 [106 kB]
11:27:39 Get:92 http://deb.debian.org/debian bookworm/main arm64 libunwind8 arm64 1.6.2-3 [47.4 kB]
11:27:39 Get:93 http://deb.debian.org/debian bookworm/main arm64 libgstreamer1.0-0 arm64 1.22.0-2 [1067 kB]
11:27:39 Get:94 http://deb.debian.org/debian bookworm/main arm64 libpolkit-gobject-1-0 arm64 122-3 [42.7 kB]
11:27:39 Get:95 http://deb.debian.org/debian bookworm/main arm64 libpolkit-agent-1-0 arm64 122-3 [23.6 kB]
11:27:39 Get:96 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
11:27:39 Get:97 http://deb.debian.org/debian bookworm/main arm64 xml-core all 0.18+nmu1 [23.8 kB]
11:27:39 Get:98 http://deb.debian.org/debian bookworm/main arm64 polkitd arm64 122-3 [109 kB]
11:27:39 Get:99 http://deb.debian.org/debian bookworm/main arm64 packagekit arm64 1.2.6-3 [583 kB]
11:27:39 Get:100 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.3 [63.6 kB]
11:27:39 Get:101 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.3 [152 kB]
11:27:39 Get:102 http://deb.debian.org/debian bookworm/main arm64 python3-blinker all 1.5-1 [14.7 kB]
11:27:39 Get:103 http://deb.debian.org/debian bookworm/main arm64 python3-cffi-backend arm64 1.15.1-5+b1 [84.4 kB]
11:27:39 Get:104 http://deb.debian.org/debian bookworm/main arm64 python3-cryptography arm64 38.0.4-3 [589 kB]
11:27:39 Get:105 http://deb.debian.org/debian bookworm/main arm64 python3-dbus arm64 1.3.2-4+b1 [93.5 kB]
11:27:39 Get:106 http://deb.debian.org/debian bookworm/main arm64 python3-distro all 1.8.0-1 [20.5 kB]
11:27:39 Get:107 http://deb.debian.org/debian bookworm/main arm64 python3-gi arm64 3.42.2-3+b1 [212 kB]
11:27:39 Get:108 http://deb.debian.org/debian bookworm/main arm64 python3-pyparsing all 3.0.9-1 [138 kB]
11:27:39 Get:109 http://deb.debian.org/debian bookworm/main arm64 python3-httplib2 all 0.20.4-3 [36.0 kB]
11:27:39 Get:110 http://deb.debian.org/debian bookworm/main arm64 python3-jwt all 2.6.0-1 [26.6 kB]
11:27:39 Get:111 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
11:27:39 Get:112 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
11:27:39 Get:113 http://deb.debian.org/debian bookworm/main arm64 python3-wadllib all 1.3.6-4 [37.2 kB]
11:27:39 Get:114 http://deb.debian.org/debian bookworm/main arm64 python3-oauthlib all 3.2.2-1 [95.4 kB]
11:27:39 Get:115 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
11:27:39 Get:116 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
11:27:39 Get:117 http://deb.debian.org/debian bookworm/main arm64 python3-software-properties all 0.99.30-4 [32.7 kB]
11:27:39 Get:118 http://deb.debian.org/debian bookworm/main arm64 software-properties-common all 0.99.30-4 [62.0 kB]
11:27:39 debconf: delaying package configuration, since apt-utils is not installed
11:27:39 Fetched 47.2 MB in 1s (76.7 MB/s)
11:27:39 Selecting previously unselected package libssl3:arm64.
11:27: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 ... 6003 files and directories currently installed.)
11:27:39 Preparing to unpack .../00-libssl3_3.0.8-1_arm64.deb ...
11:27:39 Unpacking libssl3:arm64 (3.0.8-1) ...
11:27:39 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'.
11:27:39 Selecting previously unselected package libargon2-1:arm64.
11:27:39 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_arm64.deb ...
11:27:39 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
11:27:39 Selecting previously unselected package dmsetup.
11:27:39 Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_arm64.deb ...
11:27:39 Unpacking dmsetup (2:1.02.185-2) ...
11:27:39 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:27:39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
11:27:39 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:27:39 Selecting previously unselected package libjson-c5:arm64.
11:27:39 Preparing to unpack .../04-libjson-c5_0.16-2_arm64.deb ...
11:27:39 Unpacking libjson-c5:arm64 (0.16-2) ...
11:27:39 Selecting previously unselected package libcryptsetup12:arm64.
11:27:39 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-1_arm64.deb ...
11:27:39 Unpacking libcryptsetup12:arm64 (2:2.6.1-1) ...
11:27:39 Selecting previously unselected package libfdisk1:arm64.
11:27:39 Preparing to unpack .../06-libfdisk1_2.38.1-5_arm64.deb ...
11:27:39 Unpacking libfdisk1:arm64 (2.38.1-5) ...
11:27:39 Selecting previously unselected package libkmod2:arm64.
11:27:39 Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ...
11:27:39 Unpacking libkmod2:arm64 (30+20221128-1) ...
11:27:39 Selecting previously unselected package libapparmor1:arm64.
11:27:39 Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ...
11:27:39 Unpacking libapparmor1:arm64 (3.0.8-3) ...
11:27:39 Selecting previously unselected package libip4tc2:arm64.
11:27:39 Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ...
11:27:39 Unpacking libip4tc2:arm64 (1.8.9-2) ...
11:27:39 Selecting previously unselected package libsystemd-shared:arm64.
11:27:39 Preparing to unpack .../10-libsystemd-shared_252.5-2_arm64.deb ...
11:27:39 Unpacking libsystemd-shared:arm64 (252.5-2) ...
11:27:39 Setting up libssl3:arm64 (3.0.8-1) ...
11:27:39 Selecting previously unselected package systemd.
11:27: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 ... 6089 files and directories currently installed.)
11:27:39 Preparing to unpack .../systemd_252.5-2_arm64.deb ...
11:27:39 Unpacking systemd (252.5-2) ...
11:27:40 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
11:27:40 Setting up libjson-c5:arm64 (0.16-2) ...
11:27:40 Setting up libfdisk1:arm64 (2.38.1-5) ...
11:27:40 Setting up libkmod2:arm64 (30+20221128-1) ...
11:27:40 Setting up libapparmor1:arm64 (3.0.8-3) ...
11:27:40 Setting up libip4tc2:arm64 (1.8.9-2) ...
11:27:40 Setting up libsystemd-shared:arm64 (252.5-2) ...
11:27:40 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:27:40 Setting up libcryptsetup12:arm64 (2:2.6.1-1) ...
11:27:40 Setting up systemd (252.5-2) ...
11:27:40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:27:40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:27:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:27:40 Initializing machine ID from random generator.
11:27:40 Creating group 'systemd-journal' with GID 999.
11:27:40 Creating group 'systemd-network' with GID 998.
11:27:40 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
11:27:40 Setting up dmsetup (2:1.02.185-2) ...
11:27:40 Selecting previously unselected package systemd-sysv.
11:27: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 ... 6927 files and directories currently installed.)
11:27:40 Preparing to unpack .../0-systemd-sysv_252.5-2_arm64.deb ...
11:27:40 Unpacking systemd-sysv (252.5-2) ...
11:27:40   Running scriptlet: selinux-policy-targeted-3.14.3-115.el8.noarch        30/41 
11:27:40   Installing       : selinux-policy-targeted-3.14.3-115.el8.noarch        30/41 
11:27:40   Running scriptlet: selinux-policy-targeted-3.14.3-115.el8.noarch        30/41 
11:27:40   Installing       : checkpolicy-2.9-1.el8.aarch64                        31/41 
11:27:40   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          32/41 
11:27:40   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     33/41 
11:27:40   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   34/41 
11:27:40   Installing       : container-selinux-2:2.195.1-1.module_el8.8.0+1254+   34/41 
11:27:40 Selecting previously unselected package libdbus-1-3:arm64.
11:27:40 Preparing to unpack .../1-libdbus-1-3_1.14.6-1_arm64.deb ...
11:27:40 Unpacking libdbus-1-3:arm64 (1.14.6-1) ...
11:27:40 Selecting previously unselected package dbus-bin.
11:27:40 Preparing to unpack .../2-dbus-bin_1.14.6-1_arm64.deb ...
11:27:40 Unpacking dbus-bin (1.14.6-1) ...
11:27:40 Selecting previously unselected package dbus-session-bus-common.
11:27:40 Preparing to unpack .../3-dbus-session-bus-common_1.14.6-1_all.deb ...
11:27:40 Unpacking dbus-session-bus-common (1.14.6-1) ...
11:27:40 Selecting previously unselected package libexpat1:arm64.
11:27:40 Preparing to unpack .../4-libexpat1_2.5.0-1_arm64.deb ...
11:27:40 Unpacking libexpat1:arm64 (2.5.0-1) ...
11:27:40 Selecting previously unselected package dbus-daemon.
11:27:40 Preparing to unpack .../5-dbus-daemon_1.14.6-1_arm64.deb ...
11:27:40 Unpacking dbus-daemon (1.14.6-1) ...
11:27:40 Selecting previously unselected package adduser.
11:27:40 Preparing to unpack .../6-adduser_3.131_all.deb ...
11:27:40 Unpacking adduser (3.131) ...
11:27:40 Setting up adduser (3.131) ...
11:27:40 Selecting previously unselected package dbus-system-bus-common.
11:27: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 ... 7072 files and directories currently installed.)
11:27:40 Preparing to unpack .../dbus-system-bus-common_1.14.6-1_all.deb ...
11:27:40 Unpacking dbus-system-bus-common (1.14.6-1) ...
11:27:40 Selecting previously unselected package dbus.
11:27:40 Preparing to unpack .../dbus_1.14.6-1_arm64.deb ...
11:27:40 Unpacking dbus (1.14.6-1) ...
11:27:40 Selecting previously unselected package libpython3.11-minimal:arm64.
11:27:40 Preparing to unpack .../libpython3.11-minimal_3.11.2-4_arm64.deb ...
11:27:40 Unpacking libpython3.11-minimal:arm64 (3.11.2-4) ...
11:27:40 make[1]: Leaving directory '/root/build-deb'
11:27:40  dpkg-genbuildinfo
11:27:40  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.changes
11:27:41 Selecting previously unselected package python3.11-minimal.
11:27:41 Preparing to unpack .../python3.11-minimal_3.11.2-4_arm64.deb ...
11:27:41 Unpacking python3.11-minimal (3.11.2-4) ...
11:27:41 Setting up libpython3.11-minimal:arm64 (3.11.2-4) ...
11:27:41 Setting up libexpat1:arm64 (2.5.0-1) ...
11:27:41 make[1]: Leaving directory '/root/build-deb'
11:27:41  dpkg-genbuildinfo
11:27:41  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.changes
11:27:41 Setting up python3.11-minimal (3.11.2-4) ...
11:27:41 dpkg-genchanges: info: including full source code in upload
11:27:41  dpkg-source -I.git --after-build build-deb
11:27:41 Selecting previously unselected package python3-minimal.
11:27: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 ... 7407 files and directories currently installed.)
11:27:41 Preparing to unpack .../00-python3-minimal_3.11.2-1_arm64.deb ...
11:27:41 Unpacking python3-minimal (3.11.2-1) ...
11:27:41 Selecting previously unselected package media-types.
11:27:41 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:27:41 Unpacking media-types (10.0.0) ...
11:27:41 Selecting previously unselected package libncursesw6:arm64.
11:27:41 Preparing to unpack .../02-libncursesw6_6.4-2_arm64.deb ...
11:27:41 Unpacking libncursesw6:arm64 (6.4-2) ...
11:27:42 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:27:42 + destination=/build
11:27:42 + mkdir -p /build
11:27:42 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb /build
11:27:42 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.buildinfo'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.buildinfo'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.changes'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.changes'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 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'
11:27:42 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
11:27:42 dpkg-genchanges: info: including full source code in upload
11:27:42  dpkg-source -I.git --after-build .
11:27:42 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:27:42 + destination=/build
11:27:42 + mkdir -p /build
11:27:42 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb /build
11:27:42 copied '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb'
11:27:42 removed '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb'
11:27:42 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.buildinfo'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.buildinfo'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.changes'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.changes'
11:27:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:27:42 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'
11:27:42 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb'
11:27:42 Selecting previously unselected package libkrb5support0:arm64.
11:27:42 Preparing to unpack .../03-libkrb5support0_1.20.1-1_arm64.deb ...
11:27:42 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
11:27:42 Selecting previously unselected package libk5crypto3:arm64.
11:27:42 Preparing to unpack .../04-libk5crypto3_1.20.1-1_arm64.deb ...
11:27:42 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
11:27:42 Selecting previously unselected package libkeyutils1:arm64.
11:27:42 Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ...
11:27:42 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
11:27:42 Selecting previously unselected package libkrb5-3:arm64.
11:27:42 Preparing to unpack .../06-libkrb5-3_1.20.1-1_arm64.deb ...
11:27:42 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
11:27:42 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:27:42 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
11:27:42 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
11:27:42 Selecting previously unselected package libtirpc-common.
11:27:42 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:27:42 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:27:42 Selecting previously unselected package libtirpc3:arm64.
11:27:42 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:27:42 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:27:42 Selecting previously unselected package libnsl2:arm64.
11:27:42 Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ...
11:27:42 Unpacking libnsl2:arm64 (1.3.0-2) ...
11:27:42 Selecting previously unselected package readline-common.
11:27:42 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:27:42 Unpacking readline-common (8.2-1.3) ...
11:27:42 Selecting previously unselected package libreadline8:arm64.
11:27:42 Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ...
11:27:42 Unpacking libreadline8:arm64 (8.2-1.3) ...
11:27:42 Selecting previously unselected package libsqlite3-0:arm64.
11:27:42 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_arm64.deb ...
11:27:42 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
11:27:42 Selecting previously unselected package libpython3.11-stdlib:arm64.
11:27:42 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_arm64.deb ...
11:27:42 Unpacking libpython3.11-stdlib:arm64 (3.11.2-4) ...
11:27:42 Selecting previously unselected package python3.11.
11:27:42 Preparing to unpack .../15-python3.11_3.11.2-4_arm64.deb ...
11:27:42 Unpacking python3.11 (3.11.2-4) ...
11:27:42 Selecting previously unselected package libpython3-stdlib:arm64.
11:27:42 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_arm64.deb ...
11:27:42 Unpacking libpython3-stdlib:arm64 (3.11.2-1) ...
11:27:42 Setting up python3-minimal (3.11.2-1) ...
11:27:42 Selecting previously unselected package python3.
11:27:42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7913 files and directories currently installed.)
11:27:42 Preparing to unpack .../00-python3_3.11.2-1_arm64.deb ...
11:27:42 Unpacking python3 (3.11.2-1) ...
11:27:42 Selecting previously unselected package sgml-base.
11:27:42 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
11:27:42 Unpacking sgml-base (1.31) ...
11:27:43 Selecting previously unselected package openssl.
11:27:43 Preparing to unpack .../02-openssl_3.0.8-1_arm64.deb ...
11:27:43 Unpacking openssl (3.0.8-1) ...
11:27:43 Selecting previously unselected package ca-certificates.
11:27:43 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
11:27:43 Unpacking ca-certificates (20211016) ...
11:27:43 Selecting previously unselected package libpam-systemd:arm64.
11:27:43 Preparing to unpack .../04-libpam-systemd_252.5-2_arm64.deb ...
11:27:43 Unpacking libpam-systemd:arm64 (252.5-2) ...
11:27:43 Selecting previously unselected package apt-transport-https.
11:27:43 Preparing to unpack .../05-apt-transport-https_2.5.6_all.deb ...
11:27:43 Unpacking apt-transport-https (2.5.6) ...
11:27:43 Selecting previously unselected package libbrotli1:arm64.
11:27:43 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_arm64.deb ...
11:27:43 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
11:27:43 Selecting previously unselected package libsasl2-modules-db:arm64.
11:27:43 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
11:27:43 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:27:43 Selecting previously unselected package libsasl2-2:arm64.
11:27:43 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
11:27:43 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:27:43 Selecting previously unselected package libldap-2.5-0:arm64.
11:27:43 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
11:27:43 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:27:43 Selecting previously unselected package libnghttp2-14:arm64.
11:27:43 Preparing to unpack .../10-libnghttp2-14_1.52.0-1_arm64.deb ...
11:27:43 Unpacking libnghttp2-14:arm64 (1.52.0-1) ...
11:27:43 Selecting previously unselected package libpsl5:arm64.
11:27:43 Preparing to unpack .../11-libpsl5_0.21.2-1_arm64.deb ...
11:27:43 Unpacking libpsl5:arm64 (0.21.2-1) ...
11:27:43 Selecting previously unselected package librtmp1:arm64.
11:27:43 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:27:43 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:27:43 Selecting previously unselected package libssh2-1:arm64.
11:27:43 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_arm64.deb ...
11:27:43 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
11:27:43 Selecting previously unselected package libcurl4:arm64.
11:27:43 Preparing to unpack .../14-libcurl4_7.88.1-1_arm64.deb ...
11:27:43 Unpacking libcurl4:arm64 (7.88.1-1) ...
11:27:43 Selecting previously unselected package curl.
11:27:43 Preparing to unpack .../15-curl_7.88.1-1_arm64.deb ...
11:27:43 Unpacking curl (7.88.1-1) ...
11:27:43 Selecting previously unselected package libassuan0:arm64.
11:27:43 Preparing to unpack .../16-libassuan0_2.5.5-5_arm64.deb ...
11:27:43 Unpacking libassuan0:arm64 (2.5.5-5) ...
11:27:44 Selecting previously unselected package gpgconf.
11:27:44 Preparing to unpack .../17-gpgconf_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpgconf (2.2.40-1) ...
11:27:44 Selecting previously unselected package libksba8:arm64.
11:27:44 Preparing to unpack .../18-libksba8_1.6.3-2_arm64.deb ...
11:27:44 Unpacking libksba8:arm64 (1.6.3-2) ...
11:27:44 Selecting previously unselected package libnpth0:arm64.
11:27:44 Preparing to unpack .../19-libnpth0_1.6-3_arm64.deb ...
11:27:44 Unpacking libnpth0:arm64 (1.6-3) ...
11:27:44 Selecting previously unselected package dirmngr.
11:27:44 Preparing to unpack .../20-dirmngr_2.2.40-1_arm64.deb ...
11:27:44 Unpacking dirmngr (2.2.40-1) ...
11:27:44 Selecting previously unselected package distro-info-data.
11:27:44 Preparing to unpack .../21-distro-info-data_0.57_all.deb ...
11:27:44 Unpacking distro-info-data (0.57) ...
11:27:44 Selecting previously unselected package libglib2.0-0:arm64.
11:27:44 Preparing to unpack .../22-libglib2.0-0_2.74.6-1_arm64.deb ...
11:27:44 Unpacking libglib2.0-0:arm64 (2.74.6-1) ...
11:27:44 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:27:44 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
11:27:44 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:27:44 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:27:44 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
11:27:44 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:27:44 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:27:44 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-3_arm64.deb ...
11:27:44 Unpacking libpackagekit-glib2-18:arm64 (1.2.6-3) ...
11:27:44 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:27:44 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-3_arm64.deb ...
11:27:44 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:27:44 Selecting previously unselected package gnupg-l10n.
11:27:44 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
11:27:44 Unpacking gnupg-l10n (2.2.40-1) ...
11:27:44 Selecting previously unselected package gnupg-utils.
11:27:44 Preparing to unpack .../28-gnupg-utils_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gnupg-utils (2.2.40-1) ...
11:27:44 Selecting previously unselected package gpg.
11:27:44 Preparing to unpack .../29-gpg_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpg (2.2.40-1) ...
11:27:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
11:27:44 Selecting previously unselected package pinentry-curses.
11:27:44 Preparing to unpack .../30-pinentry-curses_1.2.1-1_arm64.deb ...
11:27:44 Unpacking pinentry-curses (1.2.1-1) ...
11:27:44 Selecting previously unselected package gpg-agent.
11:27:44 Preparing to unpack .../31-gpg-agent_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpg-agent (2.2.40-1) ...
11:27:44 Selecting previously unselected package gpg-wks-client.
11:27:44 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpg-wks-client (2.2.40-1) ...
11:27:44 Selecting previously unselected package gpg-wks-server.
11:27:44 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpg-wks-server (2.2.40-1) ...
11:27:44 Selecting previously unselected package gpgsm.
11:27:44 Preparing to unpack .../34-gpgsm_2.2.40-1_arm64.deb ...
11:27:44 Unpacking gpgsm (2.2.40-1) ...
11:27:45 Selecting previously unselected package gnupg.
11:27:45 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
11:27:45 Unpacking gnupg (2.2.40-1) ...
11:27:45 Selecting previously unselected package gnupg2.
11:27:45 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
11:27:45 Unpacking gnupg2 (2.2.40-1) ...
11:27:45 Selecting previously unselected package iso-codes.
11:27:45 Preparing to unpack .../37-iso-codes_4.13.0-1_all.deb ...
11:27:45 Unpacking iso-codes (4.13.0-1) ...
11:27:45 Selecting previously unselected package libcurl3-gnutls:arm64.
11:27:45 Preparing to unpack .../38-libcurl3-gnutls_7.88.1-1_arm64.deb ...
11:27:45 Unpacking libcurl3-gnutls:arm64 (7.88.1-1) ...
11:27:45 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
11:27:45 Selecting previously unselected package libstemmer0d:arm64.
11:27:45 Preparing to unpack .../39-libstemmer0d_2.2.0-2_arm64.deb ...
11:27:45 Unpacking libstemmer0d:arm64 (2.2.0-2) ...
11:27:45 Selecting previously unselected package libicu72:arm64.
11:27:45 Preparing to unpack .../40-libicu72_72.1-3_arm64.deb ...
11:27:45 Unpacking libicu72:arm64 (72.1-3) ...
11:27:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:27:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] }
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:27:45 + make IMAGE=debian:buster verify
11:27:45 docker run  --rm -i \
11:27:45 	-v "$(pwd):/v" \
11:27:45 	-e DEBIAN_FRONTEND=noninteractive \
11:27:45 	-e PACKAGE_REPO=staging \
11:27:45 	-w /v \
11:27:45 	debian:buster ./verify
11:27:45 Unable to find image 'debian:buster' locally
11:27:45 buster: Pulling from library/debian
11:27:45 + make IMAGE=ubuntu:bionic verify
11:27:45 docker run  --rm -i \
11:27:45 	-v "$(pwd):/v" \
11:27:45 	-e DEBIAN_FRONTEND=noninteractive \
11:27:45 	-e PACKAGE_REPO=staging \
11:27:45 	-w /v \
11:27:45 	ubuntu:bionic ./verify
11:27:45 Unable to find image 'ubuntu:bionic' locally
11:27:45 bionic: Pulling from library/ubuntu
11:27:46 Selecting previously unselected package libxml2:arm64.
11:27:46 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
11:27:46 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:27:46 Selecting previously unselected package libxmlb2:arm64.
11:27:46 Preparing to unpack .../42-libxmlb2_0.3.10-2_arm64.deb ...
11:27:46 Unpacking libxmlb2:arm64 (0.3.10-2) ...
11:27:46 Selecting previously unselected package libyaml-0-2:arm64.
11:27:46 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_arm64.deb ...
11:27:46 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:27:46 06cfbde07ccb: Already exists
11:27:46 Digest: sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:27:46 Status: Downloaded newer image for debian:buster
11:27:46 b2e75c88ad8f: Already exists
11:27:46 Digest: sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:27:46 Status: Downloaded newer image for ubuntu:bionic
11:27:46 Selecting previously unselected package libappstream4:arm64.
11:27:46 Preparing to unpack .../44-libappstream4_0.16.1-1_arm64.deb ...
11:27:46 Unpacking libappstream4:arm64 (0.16.1-1) ...
11:27:46 Selecting previously unselected package libcap2-bin.
11:27:46 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_arm64.deb ...
11:27:46 Unpacking libcap2-bin (1:2.66-3) ...
11:27:46 Selecting previously unselected package libduktape207:arm64.
11:27:46 Preparing to unpack .../46-libduktape207_2.7.0-2_arm64.deb ...
11:27:46 Unpacking libduktape207:arm64 (2.7.0-2) ...
11:27:46 Selecting previously unselected package libelf1:arm64.
11:27:46 Preparing to unpack .../47-libelf1_0.188-2.1_arm64.deb ...
11:27:46 Unpacking libelf1:arm64 (0.188-2.1) ...
11:27:46 Selecting previously unselected package libdw1:arm64.
11:27:46 Preparing to unpack .../48-libdw1_0.188-2.1_arm64.deb ...
11:27:46 Unpacking libdw1:arm64 (0.188-2.1) ...
11:27:46 Selecting previously unselected package libglib2.0-data.
11:27:46 Preparing to unpack .../49-libglib2.0-data_2.74.6-1_all.deb ...
11:27:46 Unpacking libglib2.0-data (2.74.6-1) ...
11:27:46 Selecting previously unselected package libglib2.0-bin.
11:27:46 Preparing to unpack .../50-libglib2.0-bin_2.74.6-1_arm64.deb ...
11:27:46 Unpacking libglib2.0-bin (2.74.6-1) ...
11:27:46 Selecting previously unselected package libunwind8:arm64.
11:27:46 Preparing to unpack .../51-libunwind8_1.6.2-3_arm64.deb ...
11:27:46 Unpacking libunwind8:arm64 (1.6.2-3) ...
11:27:46 Selecting previously unselected package libgstreamer1.0-0:arm64.
11:27:46 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_arm64.deb ...
11:27:46 Unpacking libgstreamer1.0-0:arm64 (1.22.0-2) ...
11:27:46 + verify
11:27:46 + dpkg --version
11:27:46 + verify_deb
11:27:46 + apt-get update
11:27:46 + verify
11:27:46 + dpkg --version
11:27:46 + verify_deb
11:27:46 + apt-get update
11:27:46 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
11:27:46 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_arm64.deb ...
11:27:46 Unpacking libpolkit-gobject-1-0:arm64 (122-3) ...
11:27:46 Selecting previously unselected package libpolkit-agent-1-0:arm64.
11:27:46 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_arm64.deb ...
11:27:46 Unpacking libpolkit-agent-1-0:arm64 (122-3) ...
11:27:46 Selecting previously unselected package lsb-release.
11:27:46 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
11:27:46 Unpacking lsb-release (12.0-1) ...
11:27:46 Selecting previously unselected package xml-core.
11:27:46 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
11:27:46 Unpacking xml-core (0.18+nmu1) ...
11:27:46 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:27:46 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:27:46 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:27:46 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
11:27:47 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:27:47 Selecting previously unselected package polkitd.
11:27:47 Preparing to unpack .../57-polkitd_122-3_arm64.deb ...
11:27:47 Unpacking polkitd (122-3) ...
11:27:47 Selecting previously unselected package packagekit.
11:27:47 Preparing to unpack .../58-packagekit_1.2.6-3_arm64.deb ...
11:27:47 Unpacking packagekit (1.2.6-3) ...
11:27:47 Selecting previously unselected package python-apt-common.
11:27:47 Preparing to unpack .../59-python-apt-common_2.5.3_all.deb ...
11:27:47 Unpacking python-apt-common (2.5.3) ...
11:27:47 Selecting previously unselected package python3-apt.
11:27:47 Preparing to unpack .../60-python3-apt_2.5.3_arm64.deb ...
11:27:47 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [460 kB]
11:27:47 Unpacking python3-apt (2.5.3) ...
11:27:47 Selecting previously unselected package python3-blinker.
11:27:47 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
11:27:47 Unpacking python3-blinker (1.5-1) ...
11:27:47 Selecting previously unselected package python3-cffi-backend:arm64.
11:27:47 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_arm64.deb ...
11:27:47 Unpacking python3-cffi-backend:arm64 (1.15.1-5+b1) ...
11:27:47 Selecting previously unselected package python3-cryptography.
11:27:47 Preparing to unpack .../63-python3-cryptography_38.0.4-3_arm64.deb ...
11:27:47 Unpacking python3-cryptography (38.0.4-3) ...
11:27:47 Selecting previously unselected package python3-dbus.
11:27:47 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_arm64.deb ...
11:27:47 Unpacking python3-dbus (1.3.2-4+b1) ...
11:27:47 Selecting previously unselected package python3-distro.
11:27:47 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
11:27:47 Unpacking python3-distro (1.8.0-1) ...
11:27:47 Selecting previously unselected package python3-gi.
11:27:47 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_arm64.deb ...
11:27:47 Unpacking python3-gi (3.42.2-3+b1) ...
11:27:47 Selecting previously unselected package python3-pyparsing.
11:27:47 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
11:27:47 Unpacking python3-pyparsing (3.0.9-1) ...
11:27:47 Selecting previously unselected package python3-httplib2.
11:27:47 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
11:27:47 Unpacking python3-httplib2 (0.20.4-3) ...
11:27:47 Selecting previously unselected package python3-jwt.
11:27:47 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
11:27:47 Unpacking python3-jwt (2.6.0-1) ...
11:27:47 Selecting previously unselected package python3-pkg-resources.
11:27:47 Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ...
11:27:47 Unpacking python3-pkg-resources (66.1.1-1) ...
11:27:47 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:27:47 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:27:47 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:27:47 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
11:27:47 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
11:27:47 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
11:27:47 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
11:27:47 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb'.
11:27:47 Selecting previously unselected package python3-lazr.uri.
11:27:47 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
11:27:47 Unpacking python3-lazr.uri (1.0.6-3) ...
11:27:47 Selecting previously unselected package python3-wadllib.
11:27:47 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
11:27:47 Unpacking python3-wadllib (1.3.6-4) ...
11:27:47 Selecting previously unselected package python3-oauthlib.
11:27:47 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
11:27:47 Unpacking python3-oauthlib (3.2.2-1) ...
11:27:47 Selecting previously unselected package python3-six.
11:27:47 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
11:27:47 Unpacking python3-six (1.16.0-4) ...
11:27:47 Selecting previously unselected package python3-lazr.restfulclient.
11:27:47 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
11:27:47 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
11:27:47 Selecting previously unselected package python3-software-properties.
11:27:47 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
11:27:47 Unpacking python3-software-properties (0.99.30-4) ...
11:27:47 Selecting previously unselected package software-properties-common.
11:27:47 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
11:27:48 Unpacking software-properties-common (0.99.30-4) ...
11:27:48 Setting up libksba8:arm64 (1.6.3-2) ...
11:27:48 Setting up media-types (10.0.0) ...
11:27:48 Setting up systemd-sysv (252.5-2) ...
11:27:48 Setting up libkeyutils1:arm64 (1.6.3-2) ...
11:27:48 Setting up libpsl5:arm64 (0.21.2-1) ...
11:27:48 Setting up libicu72:arm64 (72.1-3) ...
11:27:48 Setting up apt-transport-https (2.5.6) ...
11:27:48 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:27:48 Setting up libglib2.0-0:arm64 (2.74.6-1) ...
11:27:48 No schema files found: doing nothing.
11:27:48 Setting up distro-info-data (0.57) ...
11:27:48 Setting up libtirpc-common (1.3.3+ds-1) ...
11:27:48 Setting up libxmlb2:arm64 (0.3.10-2) ...
11:27:48 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
11:27:48 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
11:27:48 Setting up libnghttp2-14:arm64 (1.52.0-1) ...
11:27:48 Setting up libpackagekit-glib2-18:arm64 (1.2.6-3) ...
11:27:48 Fetched 8419 kB in 2s (5186 kB/s)
11:27:48 Setting up libnpth0:arm64 (1.6-3) ...
11:27:48 Setting up libassuan0:arm64 (2.5.5-5) ...
11:27:48 Setting up libunwind8:arm64 (1.6.2-3) ...
11:27:48 Setting up libkrb5support0:arm64 (1.20.1-1) ...
11:27:48 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:27:48 Setting up libcap2-bin (1:2.66-3) ...
11:27:48 Setting up libglib2.0-data (2.74.6-1) ...
11:27:48 Setting up gnupg-l10n (2.2.40-1) ...
11:27:48 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:27:48 Setting up libdbus-1-3:arm64 (1.14.6-1) ...
11:27:48 Setting up libncursesw6:arm64 (6.4-2) ...
11:27:48 Setting up libk5crypto3:arm64 (1.20.1-1) ...
11:27:48 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:27:48 Setting up python-apt-common (2.5.3) ...
11:27:48 Setting up libduktape207:arm64 (2.7.0-2) ...
11:27:48 Setting up dbus-session-bus-common (1.14.6-1) ...
11:27:48 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:27:48 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
11:27:48 Setting up sgml-base (1.31) ...
11:27:48 Setting up libkrb5-3:arm64 (1.20.1-1) ...
11:27:48 Setting up libstemmer0d:arm64 (2.2.0-2) ...
11:27:48 Setting up lsb-release (12.0-1) ...
11:27:48 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
11:27:48 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2129 kB]
11:27:48 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2209 kB]
11:27:48 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6152 B]
11:27:48 Setting up dbus-system-bus-common (1.14.6-1) ...
11:27:48 Setting up openssl (3.0.8-1) ...
11:27:48 Setting up libelf1:arm64 (0.188-2.1) ...
11:27:48 Setting up readline-common (8.2-1.3) ...
11:27:48 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:27:48 Setting up iso-codes (4.13.0-1) ...
11:27:48 Setting up dbus-bin (1.14.6-1) ...
11:27:48 Setting up libpolkit-gobject-1-0:arm64 (122-3) ...
11:27:48 Setting up pinentry-curses (1.2.1-1) ...
11:27:48 Setting up libdw1:arm64 (0.188-2.1) ...
11:27:48 Setting up libreadline8:arm64 (8.2-1.3) ...
11:27:48 Setting up libglib2.0-bin (2.74.6-1) ...
11:27:48 Setting up dbus-daemon (1.14.6-1) ...
11:27:48 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:27:48 Reading package lists...
11:27:48 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:27:48 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
11:27:48 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
11:27:48 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
11:27:48 Setting up ca-certificates (20211016) ...
11:27:49 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1435 kB]
11:27:49 Updating certificates in /etc/ssl/certs...
11:27:49 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'.
11:27:49 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
11:27:49 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1840 kB]
11:27:49 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
11:27:49 Fetched 20.7 MB in 3s (6639 kB/s)
11:27:49 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb'.
11:27:49 Reading package lists...
11:27:49 Building dependency tree...
11:27:49 Reading state information...
11:27:49 The following additional packages will be installed:
11:27:49   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:27:49   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:27:49   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
11:27:49   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
11:27:49   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:27:49   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
11:27:49   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
11:27:49   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
11:27:49   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
11:27:49   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:27:49   python3-software-properties python3.7 python3.7-minimal readline-common
11:27:49 Suggested packages:
11:27:49   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:27:49   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:27:49   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:27:49   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
11:27:49   python3.7-doc binutils binfmt-support readline-doc
11:27:49 Recommended packages:
11:27:49   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
11:27:49   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
11:27:49 127 added, 0 removed; done.
11:27:49 Setting up dbus (1.14.6-1) ...
11:27:49 invoke-rc.d: could not determine current runlevel
11:27:49 invoke-rc.d: policy-rc.d denied execution of start.
11:27:49 Metadata Cache Created
11:27:49 + echo '[DEBUG] Installing engine rpms'
11:27:49 [DEBUG] Installing engine rpms
11:27:49 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
11:27:49 ++ sed /src/d
11:27:49 + packages='rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm
11:27:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:27:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:27:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm
11:27:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el7.aarch64.rpm'
11:27:49 + set -x
11:27:49 ++ source /etc/os-release
11:27:49 +++ NAME='CentOS Linux'
11:27:49 +++ VERSION='7 (AltArch)'
11:27:49 +++ ID=centos
11:27:49 +++ ID_LIKE='rhel fedora'
11:27:49 +++ VERSION_ID=7
11:27:49 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
11:27:49 +++ ANSI_COLOR='0;31'
11:27:49 +++ CPE_NAME=cpe:/o:centos:centos:7:server
11:27:49 +++ HOME_URL=https://www.centos.org/
11:27:49 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:27:49 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:27:49 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:27:49 +++ REDHAT_SUPPORT_PRODUCT=centos
11:27:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:27:49 ++ echo 7
11:27:49 + product_version=7
11:27:49 + '[' 7 = rawhide ']'
11:27:49 + yum install -y rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el7.aarch64.rpm
11:27:49 Loaded plugins: fastestmirror, ovl
11:27: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
11:27:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm to be installed
11:27:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm to be installed
11:27:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm: 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm to be installed
11:27:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64.rpm to be installed
11:27:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el7.aarch64.rpm: docker-buildx-plugin-0.10.4-0.el7.aarch64
11:27:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el7.aarch64.rpm to be installed
11:27:49 Resolving Dependencies
11:27:49 --> Running transaction check
11:27:49 ---> Package docker-buildx-plugin.aarch64 0:0.10.4-0.el7 will be installed
11:27:49 ---> Package docker-ce.aarch64 3:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:27:49 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 Loading mirror speeds from cached hostfile
11:27:49  * base: download.cf.centos.org
11:27:49  * extras: download.cf.centos.org
11:27:49  * updates: download.cf.centos.org
11:27:49 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 ---> Package docker-ce-cli.aarch64 1:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:27:49 ---> Package docker-ce-rootless-extras.aarch64 0:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:27:49 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49 ---> Package docker-compose-plugin.aarch64 0:2.16.0-0.el7 will be installed
11:27:49 --> Running transaction check
11:27:49 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
11:27:49 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:27:49 ---> Package containerd.io.aarch64 0:1.6.18-3.1.el7 will be installed
11:27:49 ---> Package fuse-overlayfs.aarch64 0:0.7.2-6.el7_8 will be installed
11:27:49 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
11:27:49 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
11:27:49 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
11:27:49 ---> Package iptables.aarch64 0:1.4.21-35.el7 will be installed
11:27:49 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.aarch64
11:27:49 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.aarch64
11:27:49 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
11:27:49 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
11:27:49 ---> Package slirp4netns.aarch64 0:0.4.3-4.el7_8 will be installed
11:27:49 --> Running transaction check
11:27:49 ---> Package fuse3-libs.aarch64 0:3.6.1-4.el7 will be installed
11:27:49 ---> Package libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3 will be installed
11:27:49 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
11:27:49 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
11:27:49 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
11:27:49 ---> Package libnfnetlink.aarch64 0:1.0.1-4.el7 will be installed
11:27:49 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
11:27:49 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
11:27:49 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
11:27:49 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:27:49 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
11:27:49 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
11:27:49 --> Running transaction check
11:27:49 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
11:27:49 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
11:27:49 ---> Package libmnl.aarch64 0:1.0.3-7.el7 will be installed
11:27:49 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
11:27:49 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
11:27:49 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
11:27:49 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
11:27:49 --> Finished Dependency Resolution
11:27:49 
11:27:49 Dependencies Resolved
11:27:49 
11:27:49 ================================================================================
11:27:49  Package                 Arch    Version                   Repository      Size
11:27:49 ================================================================================
11:27:49 Installing:
11:27:49  docker-buildx-plugin    aarch64 0.10.4-0.el7              /docker-buildx-plugin-0.10.4-0.el7.aarch64
11:27:49                                                                            52 M
11:27:49  docker-ce               aarch64 3:0.0.0~20230309110843.71615c2-0.el7
11:27:49                                                            /docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49                                                                            67 M
11:27:49  docker-ce-cli           aarch64 1:0.0.0~20230309110843.71615c2-0.el7
11:27:49                                                            /docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49                                                                            33 M
11:27:49  docker-ce-rootless-extras
11:27:49                          aarch64 0.0.0~20230309110843.71615c2-0.el7
11:27:49                                                            /docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.aarch64
11:27:49                                                                            18 M
11:27:49  docker-compose-plugin   aarch64 2.16.0-0.el7              /docker-compose-plugin-2.16.0-0.el7.aarch64
11:27:49                                                                            44 M
11:27:49 Installing for dependencies:
11:27:49  audit-libs-python       aarch64 2.8.5-4.el7               base            73 k
11:27:49  checkpolicy             aarch64 2.5-8.el7                 base           275 k
11:27:49  container-selinux       noarch  2:2.119.2-1.911c772.el7_8 extras          40 k
11:27:49  containerd.io           aarch64 1.6.18-3.1.el7            docker-ce-test  25 M
11:27:49  fuse-overlayfs          aarch64 0.7.2-6.el7_8             extras          52 k
11:27:49  fuse3-libs              aarch64 3.6.1-4.el7               extras          76 k
11:27:49  iptables                aarch64 1.4.21-35.el7             base           439 k
11:27:49  libcgroup               aarch64 0.41-21.el7               base            63 k
11:27:49  libmnl                  aarch64 1.0.3-7.el7               base            23 k
11:27:49  libnetfilter_conntrack  aarch64 1.0.6-1.el7_3             base            51 k
11:27:49  libnfnetlink            aarch64 1.0.1-4.el7               base            25 k
11:27:49  libseccomp              aarch64 2.3.1-4.el7               base            55 k
11:27:49  libselinux-python       aarch64 2.5-15.el7                base           222 k
11:27:49  libselinux-utils        aarch64 2.5-15.el7                base           154 k
11:27:49  libsemanage-python      aarch64 2.5-14.el7                base           109 k
11:27:49  policycoreutils         aarch64 2.5-34.el7                base           916 k
11:27:49  policycoreutils-python  aarch64 2.5-34.el7                base           456 k
11:27:49  python-IPy              noarch  0.75-6.el7                base            32 k
11:27:49  selinux-policy          noarch  3.13.1-268.el7_9.2        updates        498 k
11:27:49  selinux-policy-targeted noarch  3.13.1-268.el7_9.2        updates        7.0 M
11:27:49  setools-libs            aarch64 3.3.8-4.el7               base           567 k
11:27:49  slirp4netns             aarch64 0.4.3-4.el7_8             extras          78 k
11:27:49 
11:27:49 Transaction Summary
11:27:49 ================================================================================
11:27:49 Install  5 Packages (+22 Dependent packages)
11:27:49 
11:27:49 Total size: 249 M
11:27:49 Total download size: 36 M
11:27:49 Installed size: 347 M
11:27:49 Downloading packages:
11:27:50 # Build the compose plugin
11:27:50 cd /go/src/github.com/docker/compose \
11:27:50 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:50 make[2]: Entering directory '/root/build-deb/compose'
11:27:50 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
11:27:50 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:50 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:50 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:50 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:50 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:50 go: downloading github.com/docker/buildx v0.10.2
11:27:50 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:50 go: downloading github.com/moby/buildkit v0.11.2
11:27:50 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:50 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:50 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:50 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:50 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:50 go: downloading golang.org/x/sync v0.1.0
11:27:50 go: downloading github.com/imdario/mergo v0.3.13
11:27:50 go: downloading github.com/containerd/console v1.0.3
11:27:50 go: downloading github.com/buger/goterm v1.0.4
11:27:50 go: downloading github.com/stretchr/testify v1.8.1
11:27:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:50 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:50 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:50 go: downloading google.golang.org/grpc v1.50.1
11:27:50 go: downloading k8s.io/client-go v0.22.4
11:27:50 go: downloading k8s.io/api v0.22.4
11:27:50 go: downloading k8s.io/apimachinery v0.22.4
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:50 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:50 go: downloading github.com/golang/mock v1.6.0
11:27:50 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:50 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:50 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:50 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:50 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:50 go: downloading golang.org/x/net v0.4.0
11:27:50 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:50 go: downloading golang.org/x/term v0.3.0
11:27:50 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:50 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:50 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:50 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:50 go: downloading github.com/go-logr/stdr v1.2.2
11:27:50 go: downloading github.com/containerd/typeurl v1.0.2
11:27:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:50 go: downloading github.com/gogo/googleapis v1.4.1
11:27:50 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:50 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:50 go: downloading k8s.io/klog/v2 v2.60.1
11:27:50 go: downloading github.com/google/gofuzz v1.2.0
11:27:50 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:50 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:50 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:50 go: downloading github.com/aws/smithy-go v1.11.2
11:27:50 go: downloading github.com/moby/locker v1.0.1
11:27:50 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:50 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:50 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:50 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:50 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:50 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:50 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:50 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:50 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:50 go: downloading github.com/json-iterator/go v1.1.12
11:27:50 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:50 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:50 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:50 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:50 go: downloading github.com/moby/spdystream v0.2.0
11:27:50 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:50 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:50 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
11:27:50 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:27:50 Setting up xml-core (0.18+nmu1) ...
11:27:50 Setting up gpgconf (2.2.40-1) ...
11:27:50 Setting up libpam-systemd:arm64 (252.5-2) ...
11:27:50 Setting up libcurl4:arm64 (7.88.1-1) ...
11:27:50 Setting up libpolkit-agent-1-0:arm64 (122-3) ...
11:27:50 Setting up curl (7.88.1-1) ...
11:27:50 Setting up gpg (2.2.40-1) ...
11:27:50 Setting up libgstreamer1.0-0:arm64 (1.22.0-2) ...
11:27:50 Setcap worked! gst-ptp-helper is not suid!
11:27:50 Setting up gnupg-utils (2.2.40-1) ...
11:27:50 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
11:27:50 Setting up gpg-agent (2.2.40-1) ...
11:27:50 The following NEW packages will be installed:
11:27:50   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:27:50   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:27:50   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:27:50   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:27:50   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
11:27:50   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
11:27:50   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:27:50   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
11:27:50   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
11:27:50   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
11:27:50   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:27:50   python3-software-properties python3.7 python3.7-minimal readline-common
11:27:50   software-properties-common
11:27:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:27:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:27:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:27:50 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
11:27:50 Need to get 22.9 MB of archives.
11:27:50 After this operation, 81.6 MB of additional disk space will be used.
11:27:50 Get:1 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u4 [1394 kB]
11:27:50 Get:2 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
11:27:50 Get:3 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
11:27:50 Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
11:27:50 Get:5 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
11:27:50 Get:6 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
11:27:50 Get:7 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
11:27:50 Get:8 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
11:27:50 Get:9 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
11:27:50 Get:10 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
11:27:50 Get:11 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
11:27:50 Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
11:27:50 Get:13 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
11:27:50 Get:14 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
11:27:50 Get:15 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
11:27:50 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
11:27:50 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
11:27:50 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
11:27:50 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
11:27:50 Get:20 http://deb.debian.org/debian buster/main arm64 apt-transport-https all 1.8.2.3 [149 kB]
11:27:50 Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u4 [834 kB]
11:27:50 Get:22 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
11:27:50 Get:23 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
11:27:50 Get:24 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
11:27:50 Get:25 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:27:50 Get:26 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
11:27:50 Get:27 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
11:27:50 Get:28 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
11:27:50 Get:29 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
11:27:50 Get:30 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
11:27:50 Get:31 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u5 [314 kB]
11:27:50 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u5 [261 kB]
11:27:50 Get:33 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
11:27:50 Get:34 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
11:27:50 Get:35 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
11:27:50 Get:36 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
11:27:50 Get:37 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
11:27:50 Get:38 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
11:27:50 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
11:27:50 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
11:27:50 Get:41 http://deb.debian.org/debian buster/main arm64 libgirepository-1.0-1 arm64 1.58.3-2 [85.1 kB]
11:27:50 Get:42 http://deb.debian.org/debian buster/main arm64 gir1.2-glib-2.0 arm64 1.58.3-2 [143 kB]
11:27:50 Get:43 http://deb.debian.org/debian buster/main arm64 libpackagekit-glib2-18 arm64 1.1.12-5 [105 kB]
11:27:50 Get:44 http://deb.debian.org/debian buster/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.12-5 [35.9 kB]
11:27:50 Get:45 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:27:50 Get:46 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
11:27:50 Get:47 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
11:27:50 Get:48 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
11:27:50 Get:49 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
11:27:50 Get:50 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
11:27:50 Get:51 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
11:27:50 Get:52 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
11:27:50 Get:53 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:27:50 Get:54 http://deb.debian.org/debian buster/main arm64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
11:27:50 Get:55 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
11:27:50 Get:56 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
11:27:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:27:50 Setting up gpgsm (2.2.40-1) ...
11:27:50 Setting up libcurl3-gnutls:arm64 (7.88.1-1) ...
11:27:50 Setting up libappstream4:arm64 (0.16.1-1) ...
11:27:50 Setting up dirmngr (2.2.40-1) ...
11:27:50 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:27:50 Get:57 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u5 [312 kB]
11:27:50 Get:58 http://deb.debian.org/debian-security buster/updates/main arm64 libdbus-1-3 arm64 1.12.24-0+deb10u1 [209 kB]
11:27:50 Get:59 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
11:27:50 Get:60 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
11:27:50 Get:61 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
11:27:50 Get:62 http://deb.debian.org/debian buster/main arm64 python3-dbus arm64 1.2.8-3 [101 kB]
11:27:50 Get:63 http://deb.debian.org/debian buster/main arm64 python3-gi arm64 3.30.4-1 [174 kB]
11:27:50 Get:64 http://deb.debian.org/debian buster/main arm64 python3-pycurl arm64 7.43.0.2-0.1 [65.5 kB]
11:27:50 Get:65 http://deb.debian.org/debian buster/main arm64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
11:27:50 Get:66 http://deb.debian.org/debian buster/main arm64 software-properties-common all 0.96.20.2-2 [83.3 kB]
11:27:50 debconf: delaying package configuration, since apt-utils is not installed
11:27:50 Fetched 22.9 MB in 0s (47.1 MB/s)
11:27:50 Selecting previously unselected package libssl1.1:arm64.
11:27: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 ... 6670 files and directories currently installed.)
11:27:50 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u4_arm64.deb ...
11:27:50 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
11:27:51 Reading package lists...
11:27:51 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:27:51 Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:27:51 Setting up gpg-wks-server (2.2.40-1) ...
11:27:51 Setting up libnsl2:arm64 (1.3.0-2) ...
11:27:51 Setting up gpg-wks-client (2.2.40-1) ...
11:27:51 Setting up libpython3.11-stdlib:arm64 (3.11.2-4) ...
11:27:51 Setting up gnupg (2.2.40-1) ...
11:27:51 Setting up libpython3-stdlib:arm64 (3.11.2-1) ...
11:27:51 Setting up python3.11 (3.11.2-4) ...
11:27:51 Selecting previously unselected package libpython3.7-minimal:arm64.
11:27:51 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:27:51 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:27:51 Selecting previously unselected package libexpat1:arm64.
11:27:51 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_arm64.deb ...
11:27:51 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:27:51 Selecting previously unselected package python3.7-minimal.
11:27:51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:27:51 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:27:51 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
11:27:51 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:27:51 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:27:51 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:27:51 # Build the compose plugin
11:27:51 cd /go/src/github.com/docker/compose \
11:27:51 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:51 make[2]: Entering directory '/root/build-deb/compose'
11:27: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
11:27:51 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:51 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:51 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:51 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:51 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:51 go: downloading github.com/docker/buildx v0.10.2
11:27:51 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:51 go: downloading github.com/moby/buildkit v0.11.2
11:27:51 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:51 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:51 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:51 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:51 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:51 go: downloading golang.org/x/sync v0.1.0
11:27:51 go: downloading github.com/imdario/mergo v0.3.13
11:27:51 go: downloading github.com/containerd/console v1.0.3
11:27:51 go: downloading github.com/buger/goterm v1.0.4
11:27:51 go: downloading github.com/stretchr/testify v1.8.1
11:27:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:51 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:51 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:51 go: downloading google.golang.org/grpc v1.50.1
11:27:51 go: downloading k8s.io/client-go v0.22.4
11:27:51 go: downloading k8s.io/api v0.22.4
11:27:51 go: downloading k8s.io/apimachinery v0.22.4
11:27:51 go: downloading golang.org/x/net v0.4.0
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:51 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:51 go: downloading github.com/golang/mock v1.6.0
11:27:51 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:51 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:51 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:51 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:51 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:51 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:51 go: downloading golang.org/x/term v0.3.0
11:27:51 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:51 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:51 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:51 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:51 go: downloading github.com/go-logr/stdr v1.2.2
11:27:51 go: downloading github.com/containerd/typeurl v1.0.2
11:27:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:51 go: downloading github.com/gogo/googleapis v1.4.1
11:27:51 Setting up gnupg2 (2.2.40-1) ...
11:27:51 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:51 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:51 go: downloading k8s.io/klog/v2 v2.60.1
11:27:51 go: downloading github.com/google/gofuzz v1.2.0
11:27:51 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:51 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:51 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:51 go: downloading github.com/aws/smithy-go v1.11.2
11:27:51 Setting up python3 (3.11.2-1) ...
11:27:51 Setting up python3-six (1.16.0-4) ...
11:27:51 Setting up python3-pyparsing (3.0.9-1) ...
11:27:51 go: downloading github.com/moby/locker v1.0.1
11:27:51 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:51 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:51 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:51 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:51 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:51 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:51 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:51 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:51 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:51 Selecting previously unselected package python3-minimal.
11:27: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 ... 6931 files and directories currently installed.)
11:27:51 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
11:27:51 Unpacking python3-minimal (3.7.3-1) ...
11:27:51 Selecting previously unselected package mime-support.
11:27:51 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:27:51 Unpacking mime-support (3.62) ...
11:27:51 Reading package lists...
11:27:51 Building dependency tree...
11:27:51 Reading state information...
11:27:52 + popd
11:27:52 ~/rpmbuild/BUILD/src
11:27:52 + RPM_EC=0
11:27:52 ++ jobs -p
11:27:52 + exit 0
11:27:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M2j0W1
11:27:52 + umask 022
11:27:52 + cd /root/rpmbuild/BUILD
11:27:52 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64 '!=' / ']'
11:27:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
11:27:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
11:27:52 + mkdir -p /root/rpmbuild/BUILDROOT
11:27:52 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
11:27:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:27:52 + export CFLAGS
11:27:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:27:52 + export CXXFLAGS
11:27:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:27:52 + export FFLAGS
11:27:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:27:52 + export FCFLAGS
11:27:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:27:52 + export LDFLAGS
11:27:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:52 + export LT_SYS_LIBRARY_PATH
11:27:52 + CC=gcc
11:27:52 + export CC
11:27:52 + CXX=g++
11:27:52 + export CXX
11:27:52 + cd src
11:27:52 + pushd /root/rpmbuild/BUILD/src/compose
11:27:52 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:27:52 + 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
11:27:52 + popd
11:27:52 ~/rpmbuild/BUILD/src
11:27:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:27:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:27:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:27:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:27:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:27:52 + /usr/lib/rpm/check-buildroot
11:27:52 + /usr/lib/rpm/redhat/brp-ldconfig
11:27:52 + /usr/lib/rpm/brp-compress
11:27:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:27:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:27:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:27:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:27:52 + /usr/lib/rpm/check-rpaths
11:27:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:27:52 + /usr/lib/rpm/brp-remove-la-files
11:27:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:27:52 + /usr/lib/rpm/redhat/brp-python-hardlink
11:27:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9acr7F
11:27:52 + umask 022
11:27:52 + cd /root/rpmbuild/BUILD
11:27:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:27:52 + export CFLAGS
11:27:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
11:27:52 + export CXXFLAGS
11:27:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:27:52 + export FFLAGS
11:27:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
11:27:52 + export FCFLAGS
11:27:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:27:52 + export LDFLAGS
11:27:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:52 + export LT_SYS_LIBRARY_PATH
11:27:52 + CC=gcc
11:27:52 + export CC
11:27:52 + CXX=g++
11:27:52 + export CXX
11:27:52 + cd src
11:27:52 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:27:52 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:27:52 + ver=v2.16.0
11:27:52 + test v2.16.0 = v2.16.0
11:27:52 + echo 'PASS: docker-compose version OK'
11:27:52 + RPM_EC=0
11:27:52 PASS: docker-compose version OK
11:27:52 ++ jobs -p
11:27:52 + exit 0
11:27:52 Processing files: docker-compose-plugin-2.16.0-0.fc37.aarch64
11:27:52 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EXtzcq
11:27:52 + umask 022
11:27:52 + cd /root/rpmbuild/BUILD
11:27:52 + cd src
11:27:52 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
11:27:52 + export LC_ALL=C
11:27:52 + LC_ALL=C
11:27:52 + export DOCDIR
11:27:52 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
11:27:52 + 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
11:27:52 + RPM_EC=0
11:27:52 ++ jobs -p
11:27:52 + exit 0
11:27:52 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AR6g71
11:27:52 + umask 022
11:27:52 + cd /root/rpmbuild/BUILD
11:27:52 + cd src
11:27:52 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
11:27:52 + export LC_ALL=C
11:27:52 + LC_ALL=C
11:27:52 + export LICENSEDIR
11:27:52 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
11:27:52 + 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
11:27:52 + 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
11:27:52 + RPM_EC=0
11:27:52 ++ jobs -p
11:27:52 + exit 0
11:27:52 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:27:52 Provides: docker-compose-plugin = 0:2.16.0-0.fc37 docker-compose-plugin(aarch-64) = 0:2.16.0-0.fc37
11:27:52 Requires(interp): /bin/sh /bin/sh /bin/sh
11:27:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:27:52 Requires(post): /bin/sh
11:27:52 Requires(preun): /bin/sh
11:27:52 Requires(postun): /bin/sh
11:27:52 Enhances: docker-ce-cli
11:27:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
11:27:52 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc37.src.rpm
11:27:52 Setting up python3-gi (3.42.2-3+b1) ...
11:27:52 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:52 go: downloading github.com/json-iterator/go v1.1.12
11:27:52 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:52 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:52 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:52 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:52 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:52 go: downloading github.com/moby/spdystream v0.2.0
11:27:52 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:52 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:52 Selecting previously unselected package libmpdec2:arm64.
11:27:52 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
11:27:52 Unpacking libmpdec2:arm64 (2.4.2-2) ...
11:27:52 Selecting previously unselected package readline-common.
11:27:52 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:27:52 Unpacking readline-common (7.0-5) ...
11:27:52 Selecting previously unselected package libreadline7:arm64.
11:27:52 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
11:27:52 Unpacking libreadline7:arm64 (7.0-5) ...
11:27:52 Selecting previously unselected package libsqlite3-0:arm64.
11:27:52 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
11:27:52 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:27:52 Selecting previously unselected package libpython3.7-stdlib:arm64.
11:27:52 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
11:27:52 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
11:27:52 The following additional packages will be installed:
11:27:52   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
11:27:52   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:27:52   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:27:52   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:27:52   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:27:52   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:27:52   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:27:52   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:27:52   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:27:52   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
11:27:52   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:27:52   python3-gi python3-minimal python3-software-properties python3.6
11:27:52   python3.6-minimal readline-common
11:27:52 Suggested packages:
11:27:52   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:27:52   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:27:52   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:27:52   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
11:27:52 Recommended packages:
11:27:52   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
11:27:52   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
11:27:52 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'.
11:27:52 Setting up python3-httplib2 (0.20.4-3) ...
11:27:52 Setting up python3-cffi-backend:arm64 (1.15.1-5+b1) ...
11:27:52 Setting up python3-blinker (1.5-1) ...
11:27:52 Selecting previously unselected package python3.7.
11:27:52 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
11:27:52 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:27:52 Selecting previously unselected package libpython3-stdlib:arm64.
11:27:52 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
11:27:52 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
11:27:52 Setting up python3-minimal (3.7.3-1) ...
11:27:52 The following NEW packages will be installed:
11:27:52   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:27:52   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
11:27:52   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
11:27:52   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:27:52   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:27:52   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:27:52   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:27:52   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:27:52   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:27:52   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:27:52   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
11:27:52   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
11:27:52   python3-dbus python3-gi python3-minimal python3-software-properties
11:27:52   python3.6 python3.6-minimal readline-common software-properties-common
11:27:52 Setting up python3-pkg-resources (66.1.1-1) ...
11:27:52 Selecting previously unselected package python3.
11:27: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 ... 7400 files and directories currently installed.)
11:27:52 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
11:27:52 Unpacking python3 (3.7.3-1) ...
11:27:52 Selecting previously unselected package libkeyutils1:arm64.
11:27:52 Preparing to unpack .../01-libkeyutils1_1.6-6_arm64.deb ...
11:27:52 Unpacking libkeyutils1:arm64 (1.6-6) ...
11:27:52 Selecting previously unselected package libkrb5support0:arm64.
11:27:52 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
11:27:52 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:27:52 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded.
11:27:52 Need to get 14.4 MB of archives.
11:27:52 After this operation, 68.0 MB of additional disk space will be used.
11:27:52 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]
11:27:52 Setting up python3-dbus (1.3.2-4+b1) ...
11:27:52 Setting up python3-distro (1.8.0-1) ...
11:27:52 Selecting previously unselected package libk5crypto3:arm64.
11:27:52 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
11:27:52 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:27:52 Selecting previously unselected package libkrb5-3:arm64.
11:27:52 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
11:27:52 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
11:27:52 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:27:52 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
11:27:52 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
11:27:52 Selecting previously unselected package apt-transport-https.
11:27:52 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
11:27:52 Unpacking apt-transport-https (1.8.2.3) ...
11:27:52 Selecting previously unselected package openssl.
11:27:52 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u4_arm64.deb ...
11:27:52 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:27:53 Setting up python3-jwt (2.6.0-1) ...
11:27:53 Setting up python3-apt (2.5.3) ...
11:27:53 Selecting previously unselected package ca-certificates.
11:27:53 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
11:27:53 Unpacking ca-certificates (20200601~deb10u2) ...
11:27:53 Selecting previously unselected package libsasl2-modules-db:arm64.
11:27:53 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:27:53 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:27:53 Selecting previously unselected package libsasl2-2:arm64.
11:27:53 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:27:53 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:27:53 Selecting previously unselected package libldap-common.
11:27:53 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:27:53 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:27:53 Selecting previously unselected package libldap-2.4-2:arm64.
11:27:53 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
11:27:53 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:27:53 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.10 [529 kB]
11:27:53 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
11:27:53 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.10 [1327 kB]
11:27:53 Setting up python3-lazr.uri (1.0.6-3) ...
11:27:53 Setting up python3-cryptography (38.0.4-3) ...
11:27:53 Selecting previously unselected package libnghttp2-14:arm64.
11:27:53 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
11:27:53 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:27:53 Selecting previously unselected package libpsl5:arm64.
11:27:53 Preparing to unpack .../14-libpsl5_0.20.2-2_arm64.deb ...
11:27:53 Unpacking libpsl5:arm64 (0.20.2-2) ...
11:27:53 Selecting previously unselected package librtmp1:arm64.
11:27:53 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
11:27:53 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:27:53 Selecting previously unselected package libssh2-1:arm64.
11:27:53 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_arm64.deb ...
11:27:53 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
11:27:53 Selecting previously unselected package libcurl4:arm64.
11:27:53 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u5_arm64.deb ...
11:27:53 Unpacking libcurl4:arm64 (7.64.0-4+deb10u5) ...
11:27:53 Selecting previously unselected package curl.
11:27:53 Preparing to unpack .../18-curl_7.64.0-4+deb10u5_arm64.deb ...
11:27:53 Unpacking curl (7.64.0-4+deb10u5) ...
11:27:53 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
11:27:53 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
11:27:53 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
11:27:53 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
11:27:53 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
11:27:53 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
11:27:53 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.10 [1610 kB]
11:27:53 Setting up python3-wadllib (1.3.6-4) ...
11:27:53 Selecting previously unselected package libassuan0:arm64.
11:27:53 Preparing to unpack .../19-libassuan0_2.5.2-1_arm64.deb ...
11:27:53 Unpacking libassuan0:arm64 (2.5.2-1) ...
11:27:53 Selecting previously unselected package gpgconf.
11:27:53 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
11:27:53 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:27:53 Selecting previously unselected package lsb-base.
11:27:53 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
11:27:53 Unpacking lsb-base (10.2019051400) ...
11:27:53 Selecting previously unselected package libksba8:arm64.
11:27:53 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_arm64.deb ...
11:27:53 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
11:27:53 Selecting previously unselected package libnpth0:arm64.
11:27:53 Preparing to unpack .../23-libnpth0_1.6-1_arm64.deb ...
11:27:53 Unpacking libnpth0:arm64 (1.6-1) ...
11:27:53 Selecting previously unselected package dirmngr.
11:27:53 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
11:27:53 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:27:53 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:27:53 Setting up python3-oauthlib (3.2.2-1) ...
11:27:54 Selecting previously unselected package distro-info-data.
11:27:54 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
11:27:54 Unpacking distro-info-data (0.41+deb10u6) ...
11:27:54 Selecting previously unselected package libglib2.0-0:arm64.
11:27:54 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
11:27:54 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:27:54 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:27:54 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_arm64.deb ...
11:27:54 Unpacking libgirepository-1.0-1:arm64 (1.58.3-2) ...
11:27:54 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:27:54 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_arm64.deb ...
11:27:54 Unpacking gir1.2-glib-2.0:arm64 (1.58.3-2) ...
11:27:54 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
11:27:54 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
11:27:54 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.21 [583 kB]
11:27:54 Setting up python3-lazr.restfulclient (0.14.5-1) ...
11:27:54 Setting up python3-software-properties (0.99.30-4) ...
11:27:54 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:27:54 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_arm64.deb ...
11:27:54 Unpacking libpackagekit-glib2-18:arm64 (1.1.12-5) ...
11:27:54 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:27:54 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_arm64.deb ...
11:27:54 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:27:54 Selecting previously unselected package gnupg-l10n.
11:27:54 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:27:54 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gnupg-utils.
11:27:54 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:27:54 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:27:54 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:27:54 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]
11:27:54 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgirepository-1.0-1 arm64 1.56.1-1 [67.1 kB]
11:27:54 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-glib-2.0 arm64 1.56.1-1 [131 kB]
11:27:54 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
11:27:54 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdbus-1-3 arm64 1.12.2-1ubuntu1.4 [152 kB]
11:27:54 Processing triggers for libc-bin (2.36-8) ...
11:27:54 Processing triggers for systemd (252.5-2) ...
11:27:54 Processing triggers for sgml-base (1.31) ...
11:27:54 Setting up polkitd (122-3) ...
11:27:54 Creating group 'polkitd' with GID 997.
11:27:54 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
11:27:54 invoke-rc.d: could not determine current runlevel
11:27:54 invoke-rc.d: policy-rc.d denied execution of reload.
11:27:54 Selecting previously unselected package gpg.
11:27:54 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Unpacking gpg (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package pinentry-curses.
11:27:54 Preparing to unpack .../34-pinentry-curses_1.1.0-2_arm64.deb ...
11:27:54 Unpacking pinentry-curses (1.1.0-2) ...
11:27:54 Selecting previously unselected package gpg-agent.
11:27:54 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gpg-wks-client.
11:27:54 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gpg-wks-server.
11:27:54 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:27:54 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-dbus arm64 1.2.6-1 [84.3 kB]
11:27:54 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
11:27:54 Setting up packagekit (1.2.6-3) ...
11:27:54 invoke-rc.d: could not determine current runlevel
11:27:54 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:27:54 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:27:54 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:27:54 Setting up software-properties-common (0.99.30-4) ...
11:27:54 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gpgsm.
11:27:54 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
11:27:54 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gnupg.
11:27:54 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
11:27:54 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package gnupg2.
11:27:54 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
11:27:54 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
11:27:54 Selecting previously unselected package iso-codes.
11:27:54 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
11:27:54 Unpacking iso-codes (4.2-1) ...
11:27:54 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gi arm64 3.26.1-2ubuntu1 [137 kB]
11:27:54 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
11:27:55 Processing triggers for ca-certificates (20211016) ...
11:27:55 Updating certificates in /etc/ssl/certs...
11:27:55 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
11:27:55 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
11:27:55 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
11:27:55 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
11:27:55 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
11:27:55 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
11:27:55 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
11:27:55 warning: /var/cache/yum/aarch64/7/base/packages/audit-libs-python-2.8.5-4.el7.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY
11:27:55 Public key for audit-libs-python-2.8.5-4.el7.aarch64.rpm is not installed
11:27:55 0 added, 0 removed; done.
11:27:55 Running hooks in /etc/ca-certificates/update.d...
11:27:55 done.
11:27:55 Processing triggers for dbus (1.14.6-1) ...
11:27:55 Selecting previously unselected package libapt-inst2.0:arm64.
11:27:55 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_arm64.deb ...
11:27:55 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
11:27:55 Selecting previously unselected package libcurl3-gnutls:arm64.
11:27:55 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u5_arm64.deb ...
11:27:55 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u5) ...
11:27:55 Selecting previously unselected package libdbus-1-3:arm64.
11:27:55 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_arm64.deb ...
11:27:55 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
11:27:55 Selecting previously unselected package lsb-release.
11:27:55 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
11:27:55 Unpacking lsb-release (10.2019051400) ...
11:27:55 Selecting previously unselected package python-apt-common.
11:27:55 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
11:27:55 Unpacking python-apt-common (1.8.4.3) ...
11:27:55 Selecting previously unselected package python3-apt.
11:27:55 Preparing to unpack .../47-python3-apt_1.8.4.3_arm64.deb ...
11:27:55 Unpacking python3-apt (1.8.4.3) ...
11:27:55 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
11:27:55 warning: /var/cache/yum/aarch64/7/extras/packages/container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
11:27:55 Public key for container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm is not installed
11:27:55 ++ source /etc/os-release
11:27:55 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
11:27:55 +++ NAME='Debian GNU/Linux'
11:27:55 +++ VERSION_CODENAME=bookworm
11:27:55 +++ ID=debian
11:27:55 +++ HOME_URL=https://www.debian.org/
11:27:55 +++ SUPPORT_URL=https://www.debian.org/support
11:27:55 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:27:55 ++ echo debian
11:27:55 + DIST_ID=debian
11:27:55 ++ lsb_release -sc
11:27:55 + DIST_VERSION=bookworm
11:27:55 + '[' bookworm = sid ']'
11:27:55 + install_debian_containerd
11:27:55 + '[' staging = stage ']'
11:27:55 + REPO_URL=https://download.docker.com/linux/debian
11:27:55 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:27:55 + update-ca-certificates -f
11:27:55 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:27:55 Clearing symlinks in /etc/ssl/certs...
11:27:55 Selecting previously unselected package python3-dbus.
11:27:55 Preparing to unpack .../48-python3-dbus_1.2.8-3_arm64.deb ...
11:27:55 Unpacking python3-dbus (1.2.8-3) ...
11:27:55 Selecting previously unselected package python3-gi.
11:27:55 Preparing to unpack .../49-python3-gi_3.30.4-1_arm64.deb ...
11:27:55 Unpacking python3-gi (3.30.4-1) ...
11:27:55 Selecting previously unselected package python3-pycurl.
11:27:55 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_arm64.deb ...
11:27:55 Unpacking python3-pycurl (7.43.0.2-0.1) ...
11:27:55 Selecting previously unselected package python3-software-properties.
11:27:55 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
11:27:55 Unpacking python3-software-properties (0.96.20.2-2) ...
11:27:55 Selecting previously unselected package software-properties-common.
11:27:55 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
11:27:55 Unpacking software-properties-common (0.96.20.2-2) ...
11:27:55 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
11:27:55 Setting up lsb-base (10.2019051400) ...
11:27:55 Setting up libkeyutils1:arm64 (1.6-6) ...
11:27:55 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 apt-transport-https all 1.6.14 [4348 B]
11:27:55 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [36.3 kB]
11:27:55 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [130 kB]
11:27:55 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [25.9 kB]
11:27:55 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [76.5 kB]
11:27:55 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [46.7 kB]
11:27:55 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [88.5 kB]
11:27:55 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [171 kB]
11:27:55 done.
11:27:55 Updating certificates in /etc/ssl/certs...
11:27:55 Setting up libpsl5:arm64 (0.20.2-2) ...
11:27:55 Setting up mime-support (3.62) ...
11:27:55 Setting up apt-transport-https (1.8.2.3) ...
11:27:55 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:27:55 No schema files found: doing nothing.
11:27:55 Setting up distro-info-data (0.41+deb10u6) ...
11:27:55 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:27:55 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:27:55 Setting up libpackagekit-glib2-18:arm64 (1.1.12-5) ...
11:27:55 Setting up libnpth0:arm64 (1.6-1) ...
11:27:55 Setting up libassuan0:arm64 (2.5.2-1) ...
11:27:55 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
11:27:55 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:27:55 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:27:55 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:27:55 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:27:55 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:27:55 Setting up libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
11:27:55 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:27:55 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:27:55 Setting up python-apt-common (1.8.4.3) ...
11:27:55 Setting up libgirepository-1.0-1:arm64 (1.58.3-2) ...
11:27:55 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
11:27:55 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
11:27:55 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [13.3 kB]
11:27:55 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.4 [79.6 kB]
11:27:55 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]
11:27:55 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]
11:27:56 Setting up libmpdec2:arm64 (2.4.2-2) ...
11:27:56 Setting up openssl (1.1.1n-0+deb10u4) ...
11:27:56 Setting up readline-common (7.0-5) ...
11:27:56 Setting up iso-codes (4.2-1) ...
11:27:56 Setting up libreadline7:arm64 (7.0-5) ...
11:27:56 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:27:56 Setting up pinentry-curses (1.1.0-2) ...
11:27:56 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
11:27:56 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:27:56 Setting up ca-certificates (20200601~deb10u2) ...
11:27:56 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:27:56 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]
11:27:56 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
11:27:56 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:27:56 127 added, 0 removed; done.
11:27:56 Running hooks in /etc/ca-certificates/update.d...
11:27:56 done.
11:27:56 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:27:56 + apt-key add -
11:27:56 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:27:56 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
11:27:56 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.23 [185 kB]
11:27:56 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.23 [152 kB]
11:27:56 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
11:27:56 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
11:27:56 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.18.04.2 [81.2 kB]
11:27:56 # Build the compose plugin
11:27:56 cd /go/src/github.com/docker/compose \
11:27:56 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:27:56 make[2]: Entering directory '/root/build-deb/compose'
11:27:56 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
11:27:56 go: downloading github.com/docker/cli v23.0.0+incompatible
11:27:56 go: downloading github.com/theupdateframework/notary v0.7.0
11:27:56 go: downloading github.com/compose-spec/compose-go v1.9.0
11:27:56 go: downloading github.com/hashicorp/go-version v1.6.0
11:27:56 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:27:56 go: downloading github.com/docker/buildx v0.10.2
11:27:56 go: downloading github.com/mattn/go-shellwords v1.0.12
11:27:56 go: downloading github.com/moby/buildkit v0.11.2
11:27:56 go: downloading go.opentelemetry.io/otel v1.13.0
11:27:56 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:27:56 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:27:56 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:27:56 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:27:56 go: downloading golang.org/x/sync v0.1.0
11:27:56 go: downloading github.com/imdario/mergo v0.3.13
11:27:56 go: downloading github.com/containerd/console v1.0.3
11:27:56 go: downloading github.com/buger/goterm v1.0.4
11:27:56 go: downloading github.com/stretchr/testify v1.8.1
11:27:56 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:27:56 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:27:56 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:27:56 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:27:56 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:27:56 go: downloading google.golang.org/grpc v1.50.1
11:27:56 go: downloading k8s.io/client-go v0.22.4
11:27:56 go: downloading k8s.io/api v0.22.4
11:27:56 go: downloading k8s.io/apimachinery v0.22.4
11:27:56 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:27:56 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:27:56 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:27:56 go: downloading github.com/golang/mock v1.6.0
11:27:56 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:27:56 go: downloading github.com/hashicorp/errwrap v1.1.0
11:27:56 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:27:56 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:27:56 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:27:56 go: downloading golang.org/x/net v0.4.0
11:27:56 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:27:56 go: downloading golang.org/x/term v0.3.0
11:27:56 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:27:56 go: downloading github.com/mattn/go-runewidth v0.0.14
11:27:56 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:27:56 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:27:56 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:27:56 go: downloading github.com/go-logr/stdr v1.2.2
11:27:56 go: downloading github.com/containerd/typeurl v1.0.2
11:27:56 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:27:56 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:27:56 go: downloading github.com/gogo/googleapis v1.4.1
11:27:56 Updating certificates in /etc/ssl/certs...
11:27:56 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
11:27:56 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
11:27:56 warning: /var/cache/yum/aarch64/7/docker-ce-test/packages/containerd.io-1.6.18-3.1.el7.aarch64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
11:27:56 Public key for containerd.io-1.6.18-3.1.el7.aarch64.rpm is not installed
11:27:56 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:27:56 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
11:27:56 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
11:27:56 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
11:27:56 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
11:27:57 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb'.
11:27:57 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
11:27:57 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
11:27:57 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
11:27:57 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
11:27:57 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
11:27:57 137 added, 0 removed; done.
11:27:57 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
11:27:57 Setting up gir1.2-glib-2.0:arm64 (1.58.3-2) ...
11:27:57 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:27:57 Setting up libcurl4:arm64 (7.64.0-4+deb10u5) ...
11:27:57 Setting up curl (7.64.0-4+deb10u5) ...
11:27:57 Setting up gpg (2.2.12-1+deb10u2) ...
11:27:57 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
11:27:57 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:27:57 OK
11:27:57 + '[' bookworm = sid ']'
11:27:57 ++ dpkg --print-architecture
11:27:57 + ARCH=arm64
11:27:57 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bookworm test'
11:27:57 + apt-get update
11:27:57 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 software-properties-common all 0.96.24.32.20 [9876 B]
11:27:57 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
11:27:57 debconf: delaying package configuration, since apt-utils is not installed
11:27:57 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:27:57 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:27:57 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:27:57 Get:4 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB]
11:27:57 Fetched 14.4 MB in 5s (2844 kB/s)
11:27:57 Selecting previously unselected package libssl1.1:arm64.
11:27: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 ... 4044 files and directories currently installed.)
11:27:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
11:27:57 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:27:57 Selecting previously unselected package libpython3.6-minimal:arm64.
11:27:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:27:57 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:27:57 Selecting previously unselected package libexpat1:arm64.
11:27:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
11:27:57 Get:5 https://download.docker.com/linux/debian bookworm/test arm64 Packages [4420 B]
11:27:57 Fetched 47.8 kB in 1s (74.0 kB/s)
11:27:57 go: downloading github.com/pelletier/go-toml v1.9.5
11:27:57 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:27:57 go: downloading k8s.io/klog/v2 v2.60.1
11:27:57 go: downloading github.com/google/gofuzz v1.2.0
11:27:57 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:27:57 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:27:57 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:27:57 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'.
11:27:57 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:27:57 Selecting previously unselected package python3.6-minimal.
11:27:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:27:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:27:57 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:27:58 go: downloading github.com/aws/smithy-go v1.11.2
11:27:58 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:27:58 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:27:58 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u5) ...
11:27:58 Setting up python3 (3.7.3-1) ...
11:27:58 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:27:58 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:27:58 Setting up python3-pycurl (7.43.0.2-0.1) ...
11:27:58 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:27:58 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:27:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:27:58 Reading package lists...
11:27:58 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.
11:27:58 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
11:27:58 + packages='deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
11:27:58 ++ echo 'deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb
11:27:58 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
11:27:58 ++ xargs
11:27:58 ++ awk '$0="./"$0'
11:27:58 + packages='./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
11:27:58 + set -x
11:27:58 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb
11:27:58 Selecting previously unselected package docker-ce-cli.
11:27:58 (Reading database ... 11470 files and directories currently installed.)
11:27:58 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ...
11:27:58 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:27:58 go: downloading github.com/moby/locker v1.0.1
11:27:58 go: downloading github.com/felixge/httpsnoop v1.0.2
11:27:58 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:27:58 go: downloading gopkg.in/inf.v0 v0.9.1
11:27:58 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:27:58 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:27:58 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:27:58 go: downloading github.com/googleapis/gnostic v0.5.5
11:27:58 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:27:58 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:27:58 go: downloading github.com/json-iterator/go v1.1.12
11:27:58 Setting up python3-gi (3.30.4-1) ...
11:27:58 go: downloading github.com/mattn/go-colorable v0.1.12
11:27:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:27:58 go: downloading github.com/containerd/ttrpc v1.1.0
11:27:58 go: downloading github.com/modern-go/reflect2 v1.0.2
11:27:58 go: downloading sigs.k8s.io/yaml v1.2.0
11:27:58 go: downloading github.com/moby/spdystream v0.2.0
11:27:58 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:27:58 go: downloading github.com/mattn/go-isatty v0.0.16
11:27:58 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:27:58 Setting up lsb-release (10.2019051400) ...
11:27:58 Setting up python3-dbus (1.2.8-3) ...
11:27:58 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:27:58 Setting up python3-apt (1.8.4.3) ...
11:27:58 Selecting previously unselected package python3-minimal.
11:27: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 ... 4301 files and directories currently installed.)
11:27:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
11:27:58 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:27:58 Selecting previously unselected package mime-support.
11:27:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:27:58 Unpacking mime-support (3.60ubuntu1) ...
11:27:58 Selecting previously unselected package libmpdec2:arm64.
11:27:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
11:27:58 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:27:58 Selecting previously unselected package readline-common.
11:27:58 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:27:58 Unpacking readline-common (7.0-3) ...
11:27:58 Selecting previously unselected package libreadline7:arm64.
11:27:58 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
11:27:58 Unpacking libreadline7:arm64 (7.0-3) ...
11:27:58 Selecting previously unselected package libsqlite3-0:arm64.
11:27:58 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
11:27:58 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:27:58 + popd
11:27:58 + RPM_EC=0
11:27:58 ~/rpmbuild/BUILD/src
11:27:58 ++ jobs -p
11:27:58 + exit 0
11:27:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2e7Nce
11:27:58 + umask 022
11:27:58 + cd /root/rpmbuild/BUILD
11:27:58 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64 '!=' / ']'
11:27:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:27:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:27:58 + mkdir -p /root/rpmbuild/BUILDROOT
11:27:58 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:27: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'
11:27:58 + export CFLAGS
11:27: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'
11:27:58 + export CXXFLAGS
11:27: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'
11:27:58 + export FFLAGS
11:27: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'
11:27:58 + export FCFLAGS
11:27: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:27:58 + export LDFLAGS
11:27:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:58 + export LT_SYS_LIBRARY_PATH
11:27:58 + CC=gcc
11:27:58 + export CC
11:27:58 + CXX=g++
11:27:58 + export CXX
11:27:58 + cd src
11:27:58 + pushd /root/rpmbuild/BUILD/src/buildx
11:27:58 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:27:58 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:27:58 + popd
11:27:58 + /usr/lib/rpm/check-buildroot
11:27:58 ~/rpmbuild/BUILD/src
11:27:58 + /usr/lib/rpm/redhat/brp-ldconfig
11:27:58 + /usr/lib/rpm/brp-compress
11:27:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:27:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:27:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:27:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:27:58 + /usr/lib/rpm/check-rpaths
11:27:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:27:58 + /usr/lib/rpm/brp-remove-la-files
11:27:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:27:58 + /usr/lib/rpm/redhat/brp-python-hardlink
11:27:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.A6gCWY
11:27:58 + umask 022
11:27:58 + cd /root/rpmbuild/BUILD
11:27: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'
11:27:58 + export CFLAGS
11:27: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'
11:27:58 + export CXXFLAGS
11:27: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'
11:27:58 + export FFLAGS
11:27: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'
11:27:58 + export FCFLAGS
11:27: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:27:58 + export LDFLAGS
11:27:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:27:58 + export LT_SYS_LIBRARY_PATH
11:27:58 + CC=gcc
11:27:58 + export CC
11:27:58 + CXX=g++
11:27:58 + export CXX
11:27:58 + cd src
11:27:58 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:27:58 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:27:58 + ver=v0.10.4
11:27:58 + test v0.10.4 = v0.10.4
11:27:58 + echo 'PASS: docker-buildx version OK'
11:27:58 PASS: docker-buildx version OK
11:27:58 + RPM_EC=0
11:27:58 ++ jobs -p
11:27:58 + exit 0
11:27:58 Processing files: docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:27:58 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:27:58 Provides: docker-buildx-plugin = 0:0.10.4-0.fc37 docker-buildx-plugin(x86-64) = 0:0.10.4-0.fc37
11:27:58 Requires(interp): /bin/sh /bin/sh /bin/sh
11:27:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:27:58 Requires(post): /bin/sh
11:27:58 Requires(preun): /bin/sh
11:27:58 Requires(postun): /bin/sh
11:27:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:27:58 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.fc37.src.rpm
11:27:58 Selecting previously unselected package docker-buildx-plugin.
11:27:58 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb ...
11:27:58 Unpacking docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:27:58 Setting up python3-software-properties (0.96.20.2-2) ...
11:27:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm
11:27:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hwQcAn
11:27:59 + umask 022
11:27:59 + cd /root/rpmbuild/BUILD
11:27:59 + cd src
11:27:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
11:27:59 + RPM_EC=0
11:27:59 ++ jobs -p
11:27:59 + exit 0
11:27:59     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:27:59     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:27:59     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:27:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64/usr/bin/docker-proxy
11:27:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:27:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:27:59 
11:27:59 RPM build warnings:
11:27:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
11:27:59 Selecting previously unselected package libpython3.6-stdlib:arm64.
11:27:59 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:27:59 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:27:59 Selecting previously unselected package python3.6.
11:27:59 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_arm64.deb ...
11:27:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:27:59 Selecting previously unselected package libpython3-stdlib:arm64.
11:27:59 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
11:27:59 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:27:59 Setting up python3-minimal (3.6.7-1~18.04) ...
11:27:59 Setting up gnupg (2.2.12-1+deb10u2) ...
11:27:59 Setting up gnupg2 (2.2.12-1+deb10u2) ...
11:27:59 Setting up software-properties-common (0.96.20.2-2) ...
11:27:59 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:27:59 Selecting previously unselected package python3.
11:27: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 ... 4759 files and directories currently installed.)
11:27:59 Preparing to unpack .../00-python3_3.6.7-1~18.04_arm64.deb ...
11:27:59 Unpacking python3 (3.6.7-1~18.04) ...
11:27:59 Selecting previously unselected package openssl.
11:27:59 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
11:27:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:27:59 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:27:59 Updating certificates in /etc/ssl/certs...
11:27:59 Selecting previously unselected package ca-certificates.
11:27:59 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:27:59 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:27:59 Selecting previously unselected package distro-info-data.
11:27:59 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
11:27:59 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:27:59 Selecting previously unselected package libglib2.0-0:arm64.
11:27:59 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
11:27:59 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:27:59 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:27:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:27:59 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_arm64.deb ...
11:27:59 Unpacking libgirepository-1.0-1:arm64 (1.56.1-1) ...
11:27:59 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:27:59 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_arm64.deb ...
11:27:59 Unpacking gir1.2-glib-2.0:arm64 (1.56.1-1) ...
11:27:59 Selecting previously unselected package libapt-inst2.0:arm64.
11:27:59 Preparing to unpack .../07-libapt-inst2.0_1.6.14_arm64.deb ...
11:27:59 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
11:27:59 Selecting previously unselected package libdbus-1-3:arm64.
11:27:59 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_arm64.deb ...
11:27:59 Unpacking libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
11:27:59 Selecting previously unselected package lsb-release.
11:27:59 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
11:27:59 Unpacking lsb-release (9.20170808ubuntu1) ...
11:27:59 Selecting previously unselected package python3-dbus.
11:27:59 Preparing to unpack .../10-python3-dbus_1.2.6-1_arm64.deb ...
11:27:59 Unpacking python3-dbus (1.2.6-1) ...
11:27:59 Selecting previously unselected package python3-gi.
11:27:59 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_arm64.deb ...
11:27:59 Unpacking python3-gi (3.26.1-2ubuntu1) ...
11:27:59 Selecting previously unselected package docker-ce.
11:27:59 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ...
11:27:59 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:27:59 + make IMAGE=fedora:36 verify
11:27:59 docker run  --rm -i \
11:27:59 	-v "$(pwd):/v" \
11:27:59 	-e DEBIAN_FRONTEND=noninteractive \
11:27:59 	-e PACKAGE_REPO=staging \
11:27:59 	-w /v \
11:27:59 	fedora:36 ./verify
11:27:59 Unable to find image 'fedora:36' locally
11:27:59 36: Pulling from library/fedora
11:28:00 0 added, 0 removed; done.
11:28:00 Running hooks in /etc/ca-certificates/update.d...
11:28:00 done.
11:28:00 ++ source /etc/os-release
11:28:00 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
11:28:00 +++ NAME='Debian GNU/Linux'
11:28:00 +++ VERSION_ID=10
11:28:00 +++ VERSION='10 (buster)'
11:28:00 +++ VERSION_CODENAME=buster
11:28:00 +++ ID=debian
11:28:00 +++ HOME_URL=https://www.debian.org/
11:28:00 +++ SUPPORT_URL=https://www.debian.org/support
11:28:00 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:28:00 ++ echo debian
11:28:00 + DIST_ID=debian
11:28:00 ++ lsb_release -sc
11:28:00 + DIST_VERSION=buster
11:28:00 + '[' buster = sid ']'
11:28:00 + install_debian_containerd
11:28:00 + '[' staging = stage ']'
11:28:00 + REPO_URL=https://download.docker.com/linux/debian
11:28:00 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:28:00 + update-ca-certificates -f
11:28:00 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:28:00 Clearing symlinks in /etc/ssl/certs...
11:28:00 Selecting previously unselected package iso-codes.
11:28:00 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
11:28:00 Unpacking iso-codes (3.79-1) ...
11:28:00 6f7a05b38a7a: Already exists
11:28:00 Digest: sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156
11:28:00 Status: Downloaded newer image for fedora:36
11:28:00 done.
11:28:00 Updating certificates in /etc/ssl/certs...
11:28:00 Selecting previously unselected package libkrb5support0:arm64.
11:28:00 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
11:28:00 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:28:00 Selecting previously unselected package libk5crypto3:arm64.
11:28:00 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
11:28:00 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:28:00 Selecting previously unselected package libkeyutils1:arm64.
11:28:00 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
11:28:00 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:28:00 Selecting previously unselected package libkrb5-3:arm64.
11:28:00 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
11:28:00 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:28:00 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:28:00 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
11:28:00 Selecting previously unselected package docker-ce-rootless-extras.
11:28:00 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ...
11:28:00 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:28:00 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
11:28:00 Selecting previously unselected package libpsl5:arm64.
11:28:00 Preparing to unpack .../18-libpsl5_0.19.1-5build1_arm64.deb ...
11:28:00 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
11:28:00 Selecting previously unselected package python-apt-common.
11:28:00 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
11:28:00 Unpacking python-apt-common (1.6.6) ...
11:28:00 Selecting previously unselected package python3-apt.
11:28:00 Preparing to unpack .../20-python3-apt_1.6.6_arm64.deb ...
11:28:00 Unpacking python3-apt (1.6.6) ...
11:28:00 Selecting previously unselected package apt-transport-https.
11:28:00 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
11:28:00 Unpacking apt-transport-https (1.6.14) ...
11:28:00 Selecting previously unselected package libroken18-heimdal:arm64.
11:28:00 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:28:00 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 + verify
11:28:00 + dpkg --version
11:28:00 + rpm --version
11:28:00 + verify_rpm
11:28:00 ++ . /etc/os-release
11:28:00 +++ NAME='Fedora Linux'
11:28:00 +++ VERSION='36 (Container Image)'
11:28:00 +++ ID=fedora
11:28:00 +++ VERSION_ID=36
11:28:00 +++ VERSION_CODENAME=
11:28:00 +++ PLATFORM_ID=platform:f36
11:28:00 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:28:00 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:00 +++ LOGO=fedora-logo-icon
11:28:00 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:28:00 +++ HOME_URL=https://fedoraproject.org/
11:28:00 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:28:00 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:00 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:00 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:00 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:28:00 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:00 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:28:00 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:28:00 +++ SUPPORT_END=2023-05-16
11:28:00 +++ VARIANT='Container Image'
11:28:00 +++ VARIANT_ID=container
11:28:00 ++ echo fedora
11:28:00 + DIST_ID=fedora
11:28:00 ++ . /etc/os-release
11:28:00 +++ NAME='Fedora Linux'
11:28:00 +++ VERSION='36 (Container Image)'
11:28:00 +++ ID=fedora
11:28:00 +++ VERSION_ID=36
11:28:00 +++ VERSION_CODENAME=
11:28:00 +++ PLATFORM_ID=platform:f36
11:28:00 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:28:00 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:00 +++ LOGO=fedora-logo-icon
11:28:00 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:28:00 +++ HOME_URL=https://fedoraproject.org/
11:28:00 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:28:00 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:00 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:00 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:00 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:28:00 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:00 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:28:00 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:28:00 +++ SUPPORT_END=2023-05-16
11:28:00 +++ VARIANT='Container Image'
11:28:00 +++ VARIANT_ID=container
11:28:00 ++ cut -d. -f1
11:28:00 ++ echo 36
11:28:00 + DIST_VERSION=36
11:28:00 + pkg_manager=yum
11:28:00 + pkg_config_manager=yum-config-manager
11:28:00 + dnf --version
11:28:00 4.14.0
11:28:00   Installed: dnf-0:4.14.0-1.fc36.noarch at Wed Feb 22 07:49:29 2023
11:28:00   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
11:28:00 
11:28:00   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Wed Feb 22 07:49:29 2023
11:28:00   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
11:28:00 + pkg_manager=dnf
11:28:00 + pkg_config_manager='dnf config-manager'
11:28:00 + dnf clean all
11:28:00 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:28:00 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:28:00 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libwind0-heimdal:arm64.
11:28:00 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:28:00 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:28:00 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:00 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:28:00 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:00 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:01 0 files removed
11:28:01 + dnf install -y 'dnf-command(config-manager)'
11:28:01 Selecting previously unselected package docker-compose-plugin.
11:28:01 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb ...
11:28:01 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:28:01 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:28:01 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_arm64.deb ...
11:28:01 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:01 Selecting previously unselected package libsasl2-modules-db:arm64.
11:28:01 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:28:01 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:28:01 Selecting previously unselected package libsasl2-2:arm64.
11:28:01 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:28:01 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:28:01 Selecting previously unselected package libldap-common.
11:28:01 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:28:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:28:01 Selecting previously unselected package libldap-2.4-2:arm64.
11:28:01 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
11:28:01 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
11:28:01 Selecting previously unselected package libnghttp2-14:arm64.
11:28:01 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
11:28:01 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:28:01 Selecting previously unselected package librtmp1:arm64.
11:28:01 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
11:28:01 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'.
11:28:01 137 added, 0 removed; done.
11:28:01 Running hooks in /etc/ca-certificates/update.d...
11:28:01 done.
11:28:01 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:28:01 + apt-key add -
11:28:01 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:28:01 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:28:01 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:28:01 Selecting previously unselected package libcurl4:arm64.
11:28:01 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.23_arm64.deb ...
11:28:01 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.23) ...
11:28:01 Selecting previously unselected package curl.
11:28:01 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.23_arm64.deb ...
11:28:01 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:28:01 Selecting previously unselected package libassuan0:arm64.
11:28:01 Preparing to unpack .../39-libassuan0_2.5.1-2_arm64.deb ...
11:28:01 Unpacking libassuan0:arm64 (2.5.1-2) ...
11:28:01 Selecting previously unselected package gpgconf.
11:28:01 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package libksba8:arm64.
11:28:01 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
11:28:01 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:28:01 Setting up docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:28:01 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:28:01 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:28:01 Selecting previously unselected package libnpth0:arm64.
11:28:01 Preparing to unpack .../42-libnpth0_1.5-3_arm64.deb ...
11:28:01 Unpacking libnpth0:arm64 (1.5-3) ...
11:28:01 Selecting previously unselected package dirmngr.
11:28:01 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gnupg-l10n.
11:28:01 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:28:01 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gnupg-utils.
11:28:01 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gpg.
11:28:01 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:28:01 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:28:01 invoke-rc.d: could not determine current runlevel
11:28:01 invoke-rc.d: policy-rc.d denied execution of start.
11:28:01 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:28:01 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:28:01  docker-ce-rootless-extras depends on dbus-user-session; however:
11:28:01   Package dbus-user-session is not installed.
11:28:01 
11:28:01 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:28:01 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb
11:28:01 OK
11:28:01 + '[' buster = sid ']'
11:28:01 ++ dpkg --print-architecture
11:28:01 + ARCH=arm64
11:28:01 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian buster test'
11:28:01 + apt-get update
11:28:01 Selecting previously unselected package pinentry-curses.
11:28:01 Preparing to unpack .../47-pinentry-curses_1.1.0-1_arm64.deb ...
11:28:01 Unpacking pinentry-curses (1.1.0-1) ...
11:28:01 Selecting previously unselected package gpg-agent.
11:28:01 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gpg-wks-client.
11:28:01 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gpg-wks-server.
11:28:01 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gpgsm.
11:28:01 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:28:01 Selecting previously unselected package gnupg.
11:28:01 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
11:28:01 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:28:02 Hit:1 http://deb.debian.org/debian buster InRelease
11:28:02 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:28:02 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:28:02 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
11:28:02 Selecting previously unselected package python3-software-properties.
11:28:02 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
11:28:02 Unpacking python3-software-properties (0.96.24.32.20) ...
11:28:02 Selecting previously unselected package software-properties-common.
11:28:02 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
11:28:02 Unpacking software-properties-common (0.96.24.32.20) ...
11:28:02 Selecting previously unselected package gnupg2.
11:28:02 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
11:28:02 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
11:28:02 Setting up python-apt-common (1.6.6) ...
11:28:02 Setting up libnpth0:arm64 (1.5-3) ...
11:28:02 Setting up readline-common (7.0-3) ...
11:28:02 Setting up libapt-inst2.0:arm64 (1.6.14) ...
11:28:02 Setting up apt-transport-https (1.6.14) ...
11:28:02 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:28:02 Setting up mime-support (3.60ubuntu1) ...
11:28:02 Reading package lists...
11:28:02 Setting up iso-codes (3.79-1) ...
11:28:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:28:02 Setting up libreadline7:arm64 (7.0-3) ...
11:28:02 Setting up libpsl5:arm64 (0.19.1-5build1) ...
11:28:02 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:28:02 No schema files found: doing nothing.
11:28:02 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:28:02 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:28:02 Setting up distro-info-data (0.37ubuntu0.15) ...
11:28:02 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:02 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:28:02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:28:02 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:28:02 Setting up libgirepository-1.0-1:arm64 (1.56.1-1) ...
11:28:02 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:28:02 Setting up gir1.2-glib-2.0:arm64 (1.56.1-1) ...
11:28:02 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:28:02 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:28:02 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:28:02 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:28:02 Building dependency tree...
11:28:02 Reading state information...
11:28:02 Correcting dependencies... Done
11:28:02 Get:5 https://download.docker.com/linux/debian buster/test arm64 Packages [51.4 kB]
11:28:02 Fetched 105 kB in 1s (135 kB/s)
11:28:02 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:28:02 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:28:02 Skipping docker-ce, it is already installed and upgrade is not set.
11:28:02 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:28:02 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:28:02 The following additional packages will be installed:
11:28:02   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:28:02   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:28:02 Suggested packages:
11:28:02   firewalld kmod
11:28:02 Recommended packages:
11:28:02   nftables
11:28:02 The following NEW packages will be installed:
11:28:02   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:28:02   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:28:02 Updating certificates in /etc/ssl/certs...
11:28:03 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
11:28:03 Need to get 20.9 MB of archives.
11:28:03 After this operation, 103 MB of additional disk space will be used.
11:28:03 Get:1 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
11:28:03 Get:2 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.6-1 [76.5 kB]
11:28:03 Get:3 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
11:28:03 Get:4 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
11:28:03 Get:5 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
11:28:03 Get:6 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
11:28:03 Get:7 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
11:28:03 Get:8 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
11:28:03 Get:9 https://download.docker.com/linux/debian bookworm/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:28:03 Get:10 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
11:28:03 Reading package lists...
11:28:03 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
11:28:03 + packages='deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:28:03 ++ echo 'deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb
11:28:03 deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:03 ++ xargs
11:28:03 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:28:03 ++ awk '$0="./"$0'
11:28:03 + packages='./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb'
11:28:03 + set -x
11:28:03 + 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-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:03 Selecting previously unselected package docker-compose-plugin.
11:28:03 (Reading database ... 9711 files and directories currently installed.)
11:28:03 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ...
11:28:03 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:28:03 124 added, 0 removed; done.
11:28:03 Setting up libassuan0:arm64 (2.5.1-2) ...
11:28:03 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:28:03 Setting up libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
11:28:03 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.10) ...
11:28:03 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:28:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:28:03 debconf: delaying package configuration, since apt-utils is not installed
11:28:03 Fetched 20.9 MB in 1s (41.7 MB/s)
11:28:03 Selecting previously unselected package netbase.
11:28: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 ... 11696 files and directories currently installed.)
11:28:03 Preparing to unpack .../0-netbase_6.4_all.deb ...
11:28:03 Unpacking netbase (6.4) ...
11:28:03 Selecting previously unselected package containerd.io.
11:28:03 Preparing to unpack .../1-containerd.io_1.6.18-1_arm64.deb ...
11:28:03 Unpacking containerd.io (1.6.18-1) ...
11:28:04 Selecting previously unselected package docker-ce-cli.
11:28:04 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ...
11:28:04 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:04 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc37.aarch64.rpm
11:28:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rmW9Hh
11:28:04 + umask 022
11:28:04 + cd /root/rpmbuild/BUILD
11:28:04 + cd src
11:28:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
11:28:04 + RPM_EC=0
11:28:04 ++ jobs -p
11:28:04 + exit 0
11:28:04 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.2HlIiC
11:28:04 + umask 022
11:28:04 + cd /root/rpmbuild/BUILD
11:28:04 + rm -rf src src.gemspec
11:28:04 + RPM_EC=0
11:28:04 ++ jobs -p
11:28:04 + exit 0
11:28:04 
11:28:04 RPM build warnings:
11:28:04     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:28:04     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:28:04     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:28:04     source_date_epoch_from_changelog set but %changelog is missing
11:28:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64/usr/bin/docker-proxy
11:28:04     source_date_epoch_from_changelog set but %changelog is missing
11:28:04     source_date_epoch_from_changelog set but %changelog is missing
11:28:04     source_date_epoch_from_changelog set but %changelog is missing
11:28:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:04     source_date_epoch_from_changelog set but %changelog is missing
11:28:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:28:04 Fedora 36 - aarch64                              24 MB/s |  77 MB     00:03    
11:28:04 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up pinentry-curses (1.1.0-1) ...
11:28:04 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:28:04 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:04 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:28:04 Setting up python3 (3.6.7-1~18.04) ...
11:28:04 Selecting previously unselected package docker-buildx-plugin.
11:28:04 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb ...
11:28:04 Unpacking docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:28:04 Selecting previously unselected package dbus-user-session.
11:28:04 Preparing to unpack .../2-dbus-user-session_1.14.6-1_arm64.deb ...
11:28:04 Unpacking dbus-user-session (1.14.6-1) ...
11:28:04 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:28:04 Setting up python3-gi (3.26.1-2ubuntu1) ...
11:28:04 Selecting previously unselected package libip6tc2:arm64.
11:28:04 Preparing to unpack .../3-libip6tc2_1.8.9-2_arm64.deb ...
11:28:04 Unpacking libip6tc2:arm64 (1.8.9-2) ...
11:28:04 Selecting previously unselected package libxtables12:arm64.
11:28:04 Preparing to unpack .../4-libxtables12_1.8.9-2_arm64.deb ...
11:28:04 Unpacking libxtables12:arm64 (1.8.9-2) ...
11:28:04 Selecting previously unselected package libmnl0:arm64.
11:28:04 Preparing to unpack .../5-libmnl0_1.0.4-3_arm64.deb ...
11:28:04 Unpacking libmnl0:arm64 (1.0.4-3) ...
11:28:04 Selecting previously unselected package libnfnetlink0:arm64.
11:28:04 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_arm64.deb ...
11:28:04 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
11:28:04 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:28:04 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
11:28:04 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
11:28:05 Setting up lsb-release (9.20170808ubuntu1) ...
11:28:05 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
11:28:05 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.4) ...
11:28:05 Setting up python3-apt (1.6.6) ...
11:28:05 Selecting previously unselected package libnftnl11:arm64.
11:28:05 Preparing to unpack .../8-libnftnl11_1.2.4-2_arm64.deb ...
11:28:05 Unpacking libnftnl11:arm64 (1.2.4-2) ...
11:28:05 Selecting previously unselected package iptables.
11:28:05 Preparing to unpack .../9-iptables_1.8.9-2_arm64.deb ...
11:28:05 Unpacking iptables (1.8.9-2) ...
11:28:05 Setting up libip6tc2:arm64 (1.8.9-2) ...
11:28:05 Setting up dbus-user-session (1.14.6-1) ...
11:28:05 Setting up libmnl0:arm64 (1.0.4-3) ...
11:28:05 Setting up containerd.io (1.6.18-1) ...
11:28:05 Setting up python3-dbus (1.2.6-1) ...
11:28:05 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
11:28:05 Setting up python3-software-properties (0.96.24.32.20) ...
11:28:05 ~/rpmbuild/BUILD/src
11:28:05 + popd
11:28:05 + RPM_EC=0
11:28:05 ++ jobs -p
11:28:05 + exit 0
11:28:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bGaD6j
11:28:05 + umask 022
11:28:05 + cd /root/rpmbuild/BUILD
11:28:05 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64 '!=' / ']'
11:28:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:05 + mkdir -p /root/rpmbuild/BUILDROOT
11:28:05 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:05 + cd src
11:28:05 + pushd /root/rpmbuild/BUILD/src/buildx
11:28:05 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:28:05 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:05 + popd
11:28:05 ~/rpmbuild/BUILD/src
11:28:05 + /usr/lib/rpm/check-buildroot
11:28:05 + /usr/lib/rpm/redhat/brp-ldconfig
11:28:05 + /usr/lib/rpm/brp-compress
11:28:05 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:28:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:28:05 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:28:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:28:05 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:28:05 + /usr/lib/rpm/brp-python-hardlink
11:28:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:28:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pJhCAp
11:28:05 + umask 022
11:28:05 + cd /root/rpmbuild/BUILD
11:28:05 + cd src
11:28:05 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:28:05 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:28:05 + ver=v0.10.4
11:28:05 + test v0.10.4 = v0.10.4
11:28:05 + echo 'PASS: docker-buildx version OK'
11:28:05 PASS: docker-buildx version OK
11:28:05 + RPM_EC=0
11:28:05 ++ jobs -p
11:28:05 + exit 0
11:28:05 Processing files: docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:05 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:05 Provides: docker-buildx-plugin = 0:0.10.4-0.el9 docker-buildx-plugin(x86-64) = 0:0.10.4-0.el9
11:28:05 Requires(interp): /bin/sh /bin/sh /bin/sh
11:28:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:28:05 Requires(post): /bin/sh
11:28:05 Requires(preun): /bin/sh
11:28:05 Requires(postun): /bin/sh
11:28:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:05 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el9.src.rpm
11:28:05 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:28:05 Setting up libxtables12:arm64 (1.8.9-2) ...
11:28:05 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
11:28:05 Setting up netbase (6.4) ...
11:28:05 Setting up libnftnl11:arm64 (1.2.4-2) ...
11:28:05 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
11:28:05 Setting up iptables (1.8.9-2) ...
11:28:05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:28:05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:28:05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:28:05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:28:05 Processing triggers for libc-bin (2.36-8) ...
11:28:05 + verify_binaries
11:28:05 + docker --version
11:28:05 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:28:05 Setting up software-properties-common (0.96.24.32.20) ...
11:28:05 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:05 ++ uname -m
11:28:05 + '[' aarch64 = x86_64 ']'
11:28:05 + docker buildx version
11:28:05 github.com/docker/buildx v0.10.4 c513d34
11:28:05 + docker compose version
11:28:05 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.23) ...
11:28:05 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:28:05 Setting up curl (7.58.0-2ubuntu3.23) ...
11:28:05 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:28:05 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
11:28:05 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:28:05 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:28:05 Updating certificates in /etc/ssl/certs...
11:28:05 Docker Compose version v2.16.0
11:28:05 + dockerd --version
11:28:05 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:05 + docker-proxy --version
11:28:05 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:05 + containerd --version
11:28:05 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:05 + ctr --version
11:28:05 ctr containerd.io 1.6.18
11:28:05 + containerd-shim --help
11:28:05 Usage of containerd-shim:
11:28:05   -address string
11:28:05     	grpc address back to main containerd
11:28:05   -containerd-binary containerd publish
11:28:05     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:05   -criu string
11:28:05     	path to criu binary
11:28:05   -debug
11:28:05     	enable debug output in logs
11:28:05   -namespace string
11:28:05     	namespace that owns the shim
11:28:05   -runtime-root string
11:28:05     	root directory for the runtime (default "/run/containerd/runc")
11:28:05   -socket string
11:28:05     	socket path to serve
11:28:05   -systemd-cgroup
11:28:05     	set runtime to use systemd-cgroup
11:28:05   -workdir string
11:28:05     	path used to storge large temporary data
11:28:05 + containerd-shim-runc-v1 -v
11:28:05 containerd-shim-runc-v1:
11:28:05   Version:  1.6.18
11:28:05   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:05   Go version: go1.19.6
11:28:05 
11:28:05 + containerd-shim-runc-v2 -v
11:28:05 containerd-shim-runc-v2:
11:28:05   Version:  1.6.18
11:28:05   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:05   Go version: go1.19.6
11:28:05 
11:28:05 + runc --version
11:28:05 runc version 1.1.4
11:28:05 commit: v1.1.4-0-g5fd4c4d
11:28:05 spec: 1.0.2-dev
11:28:05 go: go1.19.6
11:28:05 libseccomp: 2.5.4
11:28:06 Selecting previously unselected package docker-ce.
11:28:06 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ...
11:28:06 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:06 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
11:28:06 #17 DONE 131.2s
11:28:06 
11:28:06 #18 exporting to client
11:28:06 #18 copying files 28B
11:28:06 #18 copying files 49.30MB 0.2s done
11:28:06 #18 DONE 0.2s
11:28:06 mkdir -p build/linux/docker
11:28:06 cp /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/build/docker build/linux/docker/
11:28:06 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
11:28:06 	cp -L /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f build/linux/docker/$f; \
11:28:06 done
11:28:06 cp: cannot stat '/home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/containerd-shim': No such file or directory
11:28:06 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20230309110843-71615c2.tgz docker
11:28:06 # extra binaries for running rootless
11:28:06 mkdir -p build/linux/docker-rootless-extras
11:28:06 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
11:28:06 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f ]; then \
11:28:06 		cp -L /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f build/linux/docker-rootless-extras/$f; \
11:28:06 	fi \
11:28:06 done
11:28:06 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20230309110843-71615c2.tgz docker-rootless-extras
11:28:06 0 added, 0 removed; done.
11:28:06 Running hooks in /etc/ca-certificates/update.d...
11:28:06 done.
11:28:06 ++ source /etc/os-release
11:28:06 +++ NAME=Ubuntu
11:28:06 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
11:28:06 +++ ID=ubuntu
11:28:06 +++ ID_LIKE=debian
11:28:06 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
11:28:06 +++ VERSION_ID=18.04
11:28:06 +++ HOME_URL=https://www.ubuntu.com/
11:28:06 +++ SUPPORT_URL=https://help.ubuntu.com/
11:28:06 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:28:06 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:28:06 +++ VERSION_CODENAME=bionic
11:28:06 +++ UBUNTU_CODENAME=bionic
11:28:06 ++ echo ubuntu
11:28:06 + DIST_ID=ubuntu
11:28:06 ++ lsb_release -sc
11:28:06 + DIST_VERSION=bionic
11:28:06 + '[' bionic = sid ']'
11:28:06 + install_debian_containerd
11:28:06 + '[' staging = stage ']'
11:28:06 + REPO_URL=https://download.docker.com/linux/ubuntu
11:28:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:28:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:28:06 + update-ca-certificates -f
11:28:06 Clearing symlinks in /etc/ssl/certs...
11:28:06 done.
11:28:06 Updating certificates in /etc/ssl/certs...
11:28:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:06 Selecting previously unselected package docker-ce-rootless-extras.
11:28:06 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ...
11:28:06 + make IMAGE=fedora:37 verify
11:28:06 docker run  --rm -i \
11:28:06 	-v "$(pwd):/v" \
11:28:06 	-e DEBIAN_FRONTEND=noninteractive \
11:28:06 	-e PACKAGE_REPO=staging \
11:28:06 	-w /v \
11:28:06 	fedora:37 ./verify
11:28:06 Unable to find image 'fedora:37' locally
11:28:06 37: Pulling from library/fedora
11:28:07 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:28:07 124 added, 0 removed; done.
11:28:07 Running hooks in /etc/ca-certificates/update.d...
11:28:07 done.
11:28:07 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:28:07 + apt-key add -
11:28:07 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:07 165d10f41bac: Already exists
11:28:07 Digest: sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e
11:28:07 Status: Downloaded newer image for fedora:37
11:28:07 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:28:07 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:28:07 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:07 Setting up docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:28:07 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:07 + verify
11:28:07 + dpkg --version
11:28:07 + rpm --version
11:28:07 + verify_rpm
11:28:07 ++ . /etc/os-release
11:28:07 +++ NAME='Fedora Linux'
11:28:07 +++ VERSION='37 (Container Image)'
11:28:07 +++ ID=fedora
11:28:07 +++ VERSION_ID=37
11:28:07 +++ VERSION_CODENAME=
11:28:07 +++ PLATFORM_ID=platform:f37
11:28:07 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:28:07 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:07 +++ LOGO=fedora-logo-icon
11:28:07 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:28:07 +++ DEFAULT_HOSTNAME=fedora
11:28:07 +++ HOME_URL=https://fedoraproject.org/
11:28:07 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:28:07 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:07 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:07 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:07 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:28:07 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:07 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:28:07 +++ SUPPORT_END=2023-11-14
11:28:07 +++ VARIANT='Container Image'
11:28:07 +++ VARIANT_ID=container
11:28:07 ++ echo fedora
11:28:07 + DIST_ID=fedora
11:28:07 ++ . /etc/os-release
11:28:07 +++ NAME='Fedora Linux'
11:28:07 +++ VERSION='37 (Container Image)'
11:28:07 +++ ID=fedora
11:28:07 +++ VERSION_ID=37
11:28:07 +++ VERSION_CODENAME=
11:28:07 +++ PLATFORM_ID=platform:f37
11:28:07 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:28:07 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:07 +++ LOGO=fedora-logo-icon
11:28:07 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:28:07 +++ DEFAULT_HOSTNAME=fedora
11:28:07 +++ HOME_URL=https://fedoraproject.org/
11:28:07 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:28:07 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:07 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:07 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:07 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:28:07 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:07 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:28:07 +++ SUPPORT_END=2023-11-14
11:28:07 +++ VARIANT='Container Image'
11:28:07 +++ VARIANT_ID=container
11:28:07 ++ echo 37
11:28:07 ++ cut -d. -f1
11:28:07 OK
11:28:07 + '[' bionic = sid ']'
11:28:07 ++ dpkg --print-architecture
11:28:07 + ARCH=arm64
11:28:07 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu bionic test'
11:28:07 + apt-get update
11:28:07 invoke-rc.d: could not determine current runlevel
11:28:07 invoke-rc.d: policy-rc.d denied execution of start.
11:28:07 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:28:07 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:28:07  docker-ce-rootless-extras depends on dbus-user-session; however:
11:28:07   Package dbus-user-session is not installed.
11:28:07 
11:28:07 + 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-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_arm64.deb
11:28:07 + DIST_VERSION=37
11:28:07 + pkg_manager=yum
11:28:07 + pkg_config_manager=yum-config-manager
11:28:07 + dnf --version
11:28:07 4.14.0
11:28:07   Installed: dnf-0:4.14.0-1.fc37.noarch at Wed Feb 22 05:50:59 2023
11:28:07   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
11:28:07 
11:28:07   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Wed Feb 22 05:50:56 2023
11:28:07   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
11:28:07 + pkg_manager=dnf
11:28:07 + pkg_config_manager='dnf config-manager'
11:28:07 + dnf clean all
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:07 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
11:28:07 Get:2 https://download.docker.com/linux/ubuntu bionic/test arm64 Packages [62.4 kB]
11:28:08 0 files removed
11:28:08 + dnf install -y 'dnf-command(config-manager)'
11:28:08 # buildx
11:28:08 tar -C /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/bin -c -z -f build/linux/docker-buildx-plugin-0.10.4.tgz docker-buildx
11:28:08 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
11:28:08 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
11:28:08 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
11:28:08 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
11:28:08 Reading package lists...
11:28:08 Fetched 127 kB in 1s (158 kB/s)
11:28:08 Building dependency tree...
11:28:08 Reading state information...
11:28:08 Correcting dependencies... Done
11:28:08 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:28:08 Skipping docker-ce, it is already installed and upgrade is not set.
11:28:08 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:28:08 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:28:08 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:28:08 The following additional packages will be installed:
11:28:08   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:28:08   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:28:08   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:28:08   libnftnl11 libpam-systemd systemd systemd-sysv
11:28:08 Suggested packages:
11:28:08   kmod systemd-container policykit-1
11:28:08 Recommended packages:
11:28:08   nftables libnss-systemd
11:28:08 ~/rpmbuild/BUILD/src
11:28:08 + popd
11:28:08 + RPM_EC=0
11:28:08 ++ jobs -p
11:28:08 + exit 0
11:28:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rke4Yg
11:28:08 + umask 022
11:28:08 + cd /root/rpmbuild/BUILD
11:28:08 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64 '!=' / ']'
11:28:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28:08 + mkdir -p /root/rpmbuild/BUILDROOT
11:28:08 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:08 + export CFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:08 + export CXXFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:08 + export FFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:08 + export FCFLAGS
11:28: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-buildx-plugin-0.10.4-0.fc36.x86_64.ld'
11:28:08 + export LDFLAGS
11:28:08 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:28:08 + export LT_SYS_LIBRARY_PATH
11:28:08 + CC=gcc
11:28:08 + export CC
11:28:08 + CXX=g++
11:28:08 + export CXX
11:28:08 + cd src
11:28:08 + pushd /root/rpmbuild/BUILD/src/buildx
11:28:08 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:08 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:28:08 + popd
11:28:08 ~/rpmbuild/BUILD/src
11:28:08 + /usr/lib/rpm/check-buildroot
11:28:08 + /usr/lib/rpm/redhat/brp-ldconfig
11:28:08 + /usr/lib/rpm/brp-compress
11:28:08 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:28:08 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:28:08 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:28:08 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:28:08 + /usr/lib/rpm/check-rpaths
11:28:08 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:28:08 + /usr/lib/rpm/brp-remove-la-files
11:28:08 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:28:08 + /usr/lib/rpm/redhat/brp-python-hardlink
11:28:08 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KmlBx4
11:28:08 + umask 022
11:28:08 + cd /root/rpmbuild/BUILD
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:08 + export CFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:08 + export CXXFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:08 + export FFLAGS
11:28: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:08 + export FCFLAGS
11:28: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-buildx-plugin-0.10.4-0.fc36.x86_64.ld'
11:28:08 + export LDFLAGS
11:28:08 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:28:08 + export LT_SYS_LIBRARY_PATH
11:28:08 + CC=gcc
11:28:08 + export CC
11:28:08 + CXX=g++
11:28:08 + export CXX
11:28:08 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:28:08 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.4-0.fc36 x86_64
11:28:08 + cd src
11:28:08 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:28:08 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:28:08 + ver=v0.10.4
11:28:08 + test v0.10.4 = v0.10.4
11:28:08 + echo 'PASS: docker-buildx version OK'
11:28:08 + RPM_EC=0
11:28:08 PASS: docker-buildx version OK
11:28:08 ++ jobs -p
11:28:08 + exit 0
11:28:08 Processing files: docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28:08 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:08 Provides: docker-buildx-plugin = 0:0.10.4-0.fc36 docker-buildx-plugin(x86-64) = 0:0.10.4-0.fc36
11:28:08 Requires(interp): /bin/sh /bin/sh /bin/sh
11:28:08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:28:08 Requires(post): /bin/sh
11:28:08 Requires(preun): /bin/sh
11:28:08 Requires(postun): /bin/sh
11:28:08 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28:08 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.fc36.src.rpm
11:28:09 The following NEW packages will be installed:
11:28:09   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:28:09   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:28:09   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:28:09   libnftnl11 libpam-systemd systemd systemd-sysv
11:28:09 make[1]: Leaving directory '/root/build-deb'
11:28:09  dpkg-genbuildinfo
11:28:09 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
11:28:09 Need to get 25.5 MB of archives.
11:28:09 After this operation, 113 MB of additional disk space will be used.
11:28:09 Get:1 http://deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
11:28:09 Get:2 http://deb.debian.org/debian buster/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
11:28:09 Get:3 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
11:28:09 Get:4 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
11:28:09 Get:5 http://deb.debian.org/debian buster/main arm64 libjson-c3 arm64 0.12.1+ds-2+deb10u1 [26.8 kB]
11:28:09 Get:6 http://deb.debian.org/debian buster/main arm64 libcryptsetup12 arm64 2:2.1.0-5+deb10u2 [181 kB]
11:28:09 Get:7 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
11:28:09 Get:8 http://deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
11:28:09 Get:9 http://deb.debian.org/debian buster/main arm64 libkmod2 arm64 26-1 [49.4 kB]
11:28:09 Get:10 http://deb.debian.org/debian buster/main arm64 systemd arm64 241-7~deb10u8 [3256 kB]
11:28:09 Get:11 https://download.docker.com/linux/debian buster/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:28:09 Get:12 http://deb.debian.org/debian buster/main arm64 systemd-sysv arm64 241-7~deb10u8 [100 kB]
11:28:09 Get:13 http://deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
11:28:09 Get:14 http://deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
11:28:09 Get:15 http://deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
11:28:09 Get:16 http://deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
11:28:09 Get:17 http://deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
11:28:09 Get:18 http://deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
11:28:09 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 dbus arm64 1.12.24-0+deb10u1 [231 kB]
11:28:09 Get:20 http://deb.debian.org/debian buster/main arm64 libpam-systemd arm64 241-7~deb10u8 [201 kB]
11:28:09 Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 dbus-user-session arm64 1.12.24-0+deb10u1 [97.9 kB]
11:28:09 Reading package lists...
11:28:09 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
11:28:09 + packages='deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'
11:28:09 ++ echo 'deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'
11:28:09 ++ xargs
11:28:09 ++ awk '$0="./"$0'
11:28:09 + packages='./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb'
11:28:09 + set -x
11:28:09 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb
11:28:09 Selecting previously unselected package docker-ce.
11:28:09 (Reading database ... 6931 files and directories currently installed.)
11:28:09 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ...
11:28:09 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:09  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.changes
11:28:09 debconf: delaying package configuration, since apt-utils is not installed
11:28:09 Fetched 25.5 MB in 1s (40.8 MB/s)
11:28:09 Selecting previously unselected package libapparmor1:arm64.
11:28: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 ... 9938 files and directories currently installed.)
11:28:09 Preparing to unpack .../0-libapparmor1_2.13.2-10_arm64.deb ...
11:28:09 Unpacking libapparmor1:arm64 (2.13.2-10) ...
11:28:09 Selecting previously unselected package libargon2-1:arm64.
11:28:09 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_arm64.deb ...
11:28:09 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
11:28:09 Selecting previously unselected package dmsetup.
11:28:09 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_arm64.deb ...
11:28:09 Unpacking dmsetup (2:1.02.155-3) ...
11:28:09 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28:09 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
11:28:09 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:28:09 Selecting previously unselected package libjson-c3:arm64.
11:28:09 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_arm64.deb ...
11:28:09 Unpacking libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
11:28:10 Selecting previously unselected package libcryptsetup12:arm64.
11:28:10 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_arm64.deb ...
11:28:10 Unpacking libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
11:28:10 Selecting previously unselected package libidn11:arm64.
11:28:10 Preparing to unpack .../6-libidn11_1.33-2.2_arm64.deb ...
11:28:10 Unpacking libidn11:arm64 (1.33-2.2) ...
11:28:10 Selecting previously unselected package libip4tc0:arm64.
11:28:10 Preparing to unpack .../7-libip4tc0_1.8.2-4_arm64.deb ...
11:28:10 Unpacking libip4tc0:arm64 (1.8.2-4) ...
11:28:10 Selecting previously unselected package libkmod2:arm64.
11:28:10 Preparing to unpack .../8-libkmod2_26-1_arm64.deb ...
11:28:10 Unpacking libkmod2:arm64 (26-1) ...
11:28:10 Selecting previously unselected package systemd.
11:28:10 Preparing to unpack .../9-systemd_241-7~deb10u8_arm64.deb ...
11:28:10 Unpacking systemd (241-7~deb10u8) ...
11:28:10 Selecting previously unselected package docker-ce-cli.
11:28:10 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ...
11:28:10 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:10 Setting up libapparmor1:arm64 (2.13.2-10) ...
11:28:10 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
11:28:10 Setting up libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
11:28:10 Setting up libidn11:arm64 (1.33-2.2) ...
11:28:10 Setting up libip4tc0:arm64 (1.8.2-4) ...
11:28:10 Setting up libkmod2:arm64 (26-1) ...
11:28:10 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:28:10 Setting up libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
11:28:10 Setting up systemd (241-7~deb10u8) ...
11:28:10 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:10 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:28:10 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:28:10 Initializing machine ID from random generator.
11:28:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:28:10 dpkg-genchanges: info: including full source code in upload
11:28:10  dpkg-source -I.git --after-build .
11:28:11 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:28:11 + destination=/build
11:28:11 + mkdir -p /build
11:28:11 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb /build
11:28:11 copied '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb'
11:28:11 removed '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb'
11:28:11 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:28:11 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:28:11 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:28:11 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:28:11 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.buildinfo'
11:28:11 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.buildinfo'
11:28:11 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.changes'
11:28:11 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.changes'
11:28:11 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:11 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'
11:28:11 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb'
11:28:11 + make clean
11:28:11 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:28:11 Unable to find image 'alpine:latest' locally
11:28:11 latest: Pulling from library/alpine
11:28:11 Selecting previously unselected package docker-ce-rootless-extras.
11:28:11 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ...
11:28:11 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:11 Setting up dmsetup (2:1.02.155-3) ...
11:28:11 Selecting previously unselected package systemd-sysv.
11:28: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 ... 10768 files and directories currently installed.)
11:28:11 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_arm64.deb ...
11:28:11 Unpacking systemd-sysv (241-7~deb10u8) ...
11:28:11 Selecting previously unselected package libip6tc0:arm64.
11:28:11 Preparing to unpack .../01-libip6tc0_1.8.2-4_arm64.deb ...
11:28:11 Unpacking libip6tc0:arm64 (1.8.2-4) ...
11:28:11 Selecting previously unselected package libiptc0:arm64.
11:28:11 Preparing to unpack .../02-libiptc0_1.8.2-4_arm64.deb ...
11:28:11 Unpacking libiptc0:arm64 (1.8.2-4) ...
11:28:11 Selecting previously unselected package libnfnetlink0:arm64.
11:28:11 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
11:28:11 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:28:11 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:28:11 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
11:28:11 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
11:28:11 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'.
11:28:11 63b65145d645: Already exists
11:28:11 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:28:11 Status: Downloaded newer image for alpine:latest
11:28:11 Selecting previously unselected package libnftnl11:arm64.
11:28:11 Preparing to unpack .../05-libnftnl11_1.1.2-2_arm64.deb ...
11:28:11 Unpacking libnftnl11:arm64 (1.1.2-2) ...
11:28:11 Selecting previously unselected package iptables.
11:28:11 Preparing to unpack .../06-iptables_1.8.2-4_arm64.deb ...
11:28:11 Unpacking iptables (1.8.2-4) ...
11:28:11 Selecting previously unselected package dbus.
11:28:11 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_arm64.deb ...
11:28:11 Unpacking dbus (1.12.24-0+deb10u1) ...
11:28:11 Selecting previously unselected package libpam-systemd:arm64.
11:28:11 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_arm64.deb ...
11:28:11 Unpacking libpam-systemd:arm64 (241-7~deb10u8) ...
11:28:11 # Build the compose plugin
11:28:11 cd /go/src/github.com/docker/compose \
11:28:11 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:11 make[2]: Entering directory '/root/build-deb/compose'
11:28:11 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
11:28:11 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:11 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:11 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:11 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:11 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:11 go: downloading github.com/docker/buildx v0.10.2
11:28:11 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:11 go: downloading github.com/moby/buildkit v0.11.2
11:28:11 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:11 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:11 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:11 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:11 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:11 go: downloading golang.org/x/sync v0.1.0
11:28:11 go: downloading github.com/imdario/mergo v0.3.13
11:28:11 go: downloading github.com/containerd/console v1.0.3
11:28:11 go: downloading github.com/buger/goterm v1.0.4
11:28:11 go: downloading github.com/stretchr/testify v1.8.1
11:28:11 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:11 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:11 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:11 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:11 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:11 go: downloading google.golang.org/grpc v1.50.1
11:28:11 go: downloading k8s.io/client-go v0.22.4
11:28:11 go: downloading k8s.io/api v0.22.4
11:28:11 go: downloading k8s.io/apimachinery v0.22.4
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:11 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:11 go: downloading github.com/golang/mock v1.6.0
11:28:11 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:11 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:11 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:11 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:11 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:11 go: downloading golang.org/x/net v0.4.0
11:28:11 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:11 go: downloading golang.org/x/term v0.3.0
11:28:11 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:11 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:11 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:11 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:11 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:11 go: downloading github.com/go-logr/stdr v1.2.2
11:28:11 go: downloading github.com/containerd/typeurl v1.0.2
11:28:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:11 go: downloading github.com/gogo/googleapis v1.4.1
11:28:11 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:11 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:11 go: downloading k8s.io/klog/v2 v2.60.1
11:28:11 go: downloading github.com/google/gofuzz v1.2.0
11:28:11 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:11 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:11 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:11 go: downloading github.com/aws/smithy-go v1.11.2
11:28:11 go: downloading github.com/moby/locker v1.0.1
11:28:11 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:11 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:11 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:11 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:11 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:11 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:11 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:11 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:11 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:11 go: downloading github.com/json-iterator/go v1.1.12
11:28:11 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:11 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:11 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:11 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:11 go: downloading github.com/moby/spdystream v0.2.0
11:28:11 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:11 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:11 Selecting previously unselected package docker-compose-plugin.
11:28:11 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb ...
11:28:11 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:28:11 Selecting previously unselected package containerd.io.
11:28:11 Preparing to unpack .../09-containerd.io_1.6.18-1_arm64.deb ...
11:28:11 Unpacking containerd.io (1.6.18-1) ...
11:28:12 Fedora 37 - aarch64                              24 MB/s |  78 MB     00:03    
11:28:12 rm -f -r src
11:28:12 Selecting previously unselected package docker-buildx-plugin.
11:28:12 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb ...
11:28:12 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:28:12 make -C rpm clean
11:28:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:28:12 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
11:28:12 rm -f -r rpmbuild/
11:28:12 docker builder prune -f --filter until=24h
11:28:12 Total:	0B
11:28:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:28:12 make -C deb clean
11:28:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:28:12 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
11:28:12 rm -f -r debbuild
11:28:12 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
11:28:12 rm -f -r sources
11:28:12 docker builder prune -f --filter until=24h
11:28:13 Total:	0B
11:28:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:28:13 make -C static clean
11:28:13 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:28:13 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
11:28:13 # Build the compose plugin
11:28:13 cd /go/src/github.com/docker/compose \
11:28:13 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:13 make[2]: Entering directory '/root/build-deb/compose'
11:28:13 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
11:28:13 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:13 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:13 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:13 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:13 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:13 go: downloading github.com/docker/buildx v0.10.2
11:28:13 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:13 go: downloading github.com/moby/buildkit v0.11.2
11:28:13 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:13 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:13 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:13 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:13 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:13 go: downloading golang.org/x/sync v0.1.0
11:28:13 go: downloading github.com/imdario/mergo v0.3.13
11:28:13 go: downloading github.com/containerd/console v1.0.3
11:28:13 go: downloading github.com/buger/goterm v1.0.4
11:28:13 go: downloading github.com/stretchr/testify v1.8.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:13 go: downloading google.golang.org/grpc v1.50.1
11:28:13 go: downloading k8s.io/client-go v0.22.4
11:28:13 go: downloading k8s.io/api v0.22.4
11:28:13 go: downloading k8s.io/apimachinery v0.22.4
11:28:13 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:13 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:13 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:13 go: downloading github.com/golang/mock v1.6.0
11:28:13 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:13 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:13 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:13 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:13 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:13 go: downloading golang.org/x/net v0.4.0
11:28:13 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:13 go: downloading golang.org/x/term v0.3.0
11:28:13 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:13 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:13 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:13 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:13 go: downloading github.com/go-logr/stdr v1.2.2
11:28:13 go: downloading github.com/containerd/typeurl v1.0.2
11:28:13 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:13 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:13 go: downloading github.com/gogo/googleapis v1.4.1
11:28:13 Selecting previously unselected package dbus-user-session.
11:28:13 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_arm64.deb ...
11:28:13 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
11:28:13 Setting up systemd-sysv (241-7~deb10u8) ...
11:28:13 Setting up libip6tc0:arm64 (1.8.2-4) ...
11:28:13 Setting up libnftnl11:arm64 (1.1.2-2) ...
11:28:13 Setting up libiptc0:arm64 (1.8.2-4) ...
11:28:13 Setting up dbus (1.12.24-0+deb10u1) ...
11:28:13 invoke-rc.d: could not determine current runlevel
11:28:13 invoke-rc.d: policy-rc.d denied execution of start.
11:28:13 Setting up containerd.io (1.6.18-1) ...
11:28:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
11:28:13 # Build the compose plugin
11:28:13 cd /go/src/github.com/docker/compose \
11:28:13 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:13 make[2]: Entering directory '/root/build-deb/compose'
11:28:13 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
11:28:13 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:13 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:13 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:13 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:13 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:13 go: downloading github.com/docker/buildx v0.10.2
11:28:13 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:13 go: downloading github.com/moby/buildkit v0.11.2
11:28:13 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:13 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:13 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:13 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:13 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:13 go: downloading golang.org/x/sync v0.1.0
11:28:13 go: downloading github.com/imdario/mergo v0.3.13
11:28:13 go: downloading github.com/containerd/console v1.0.3
11:28:13 go: downloading github.com/buger/goterm v1.0.4
11:28:13 go: downloading github.com/stretchr/testify v1.8.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:13 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:13 go: downloading google.golang.org/grpc v1.50.1
11:28:13 go: downloading k8s.io/client-go v0.22.4
11:28:13 go: downloading k8s.io/api v0.22.4
11:28:13 go: downloading k8s.io/apimachinery v0.22.4
11:28:13 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:13 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:13 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:13 go: downloading github.com/golang/mock v1.6.0
11:28:13 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:13 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:13 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:13 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:13 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:13 go: downloading golang.org/x/net v0.4.0
11:28:13 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:13 go: downloading golang.org/x/term v0.3.0
11:28:13 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:13 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:13 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:13 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:13 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:13 rm -f -r build
11:28:13 docker builder prune -f --filter until=24h
11:28:13 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:28:13 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:28:13 Setting up libpam-systemd:arm64 (241-7~deb10u8) ...
11:28:13 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
11:28:13 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
11:28:13 Setting up iptables (1.8.2-4) ...
11:28:13 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:13 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:28:13 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:28:13 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:13 invoke-rc.d: could not determine current runlevel
11:28:13 invoke-rc.d: policy-rc.d denied execution of start.
11:28:13 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:28:13 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:28:13  docker-ce-rootless-extras depends on dbus-user-session; however:
11:28:13   Package dbus-user-session is not installed.
11:28:13 
11:28:13 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_arm64.deb
11:28:13 Total:	0B
11:28:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
11:28:13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:28:13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:28:13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:13 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:28:13 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:28:13 Processing triggers for systemd (241-7~deb10u8) ...
11:28:13 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:28:13 + verify_binaries
11:28:13 + docker --version
11:28:13 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:13 ++ uname -m
11:28:13 + '[' aarch64 = x86_64 ']'
11:28:13 + docker buildx version
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:13 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:14 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:14 go: downloading k8s.io/klog/v2 v2.60.1
11:28:14 go: downloading github.com/google/gofuzz v1.2.0
11:28:14 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:14 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:14 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:14 go: downloading github.com/aws/smithy-go v1.11.2
11:28:14 github.com/docker/buildx v0.10.4 c513d34
11:28:14 + docker compose version
11:28:14 Docker Compose version v2.16.0
11:28:14 + dockerd --version
11:28:14 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:14 + docker-proxy --version
11:28:14 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:14 + containerd --version
11:28:14 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:14 + ctr --version
11:28:14 ctr containerd.io 1.6.18
11:28:14 + containerd-shim --help
11:28:14 Usage of containerd-shim:
11:28:14   -address string
11:28:14     	grpc address back to main containerd
11:28:14   -containerd-binary containerd publish
11:28:14     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:14   -criu string
11:28:14     	path to criu binary
11:28:14   -debug
11:28:14     	enable debug output in logs
11:28:14   -namespace string
11:28:14     	namespace that owns the shim
11:28:14   -runtime-root string
11:28:14     	root directory for the runtime (default "/run/containerd/runc")
11:28:14   -socket string
11:28:14     	socket path to serve
11:28:14   -systemd-cgroup
11:28:14     	set runtime to use systemd-cgroup
11:28:14   -workdir string
11:28:14     	path used to storge large temporary data
11:28:14 + containerd-shim-runc-v1 -v
11:28:14 containerd-shim-runc-v1:
11:28:14   Version:  1.6.18
11:28:14   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:14   Go version: go1.19.6
11:28:14 
11:28:14 + containerd-shim-runc-v2 -v
11:28:14 containerd-shim-runc-v2:
11:28:14   Version:  1.6.18
11:28:14   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:14   Go version: go1.19.6
11:28:14 
11:28:14 + runc --version
11:28:14 runc version 1.1.4
11:28:14 commit: v1.1.4-0-g5fd4c4d
11:28:14 spec: 1.0.2-dev
11:28:14 go: go1.19.6
11:28:14 libseccomp: 2.3.3
11:28:14 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'.
11:28:14 go: downloading github.com/moby/locker v1.0.1
11:28:14 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:14 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:14 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:14 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:14 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:14 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:14 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:14 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:14 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:14 go: downloading github.com/json-iterator/go v1.1.12
11:28:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:14 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:14 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:14 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:14 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:14 go: downloading github.com/moby/spdystream v0.2.0
11:28:14 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:14 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:14 + popd
11:28:14 ~/rpmbuild/BUILD/src
11:28:14 + RPM_EC=0
11:28:14 ++ jobs -p
11:28:14 + exit 0
11:28:14 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZpVYsI
11:28:14 + umask 022
11:28:14 + cd /root/rpmbuild/BUILD
11:28:14 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64 '!=' / ']'
11:28:14 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:14 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:14 + mkdir -p /root/rpmbuild/BUILDROOT
11:28:14 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:14 + cd src
11:28:14 + pushd /root/rpmbuild/BUILD/src/compose
11:28:14 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:28:14 + 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
11:28:14 + popd
11:28:14 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:14 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:28:14 ~/rpmbuild/BUILD/src
11:28:14 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:14 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:28:14 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:14 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:28:14 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:14 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:28:14 + /usr/lib/rpm/check-buildroot
11:28:14 + /usr/lib/rpm/redhat/brp-ldconfig
11:28:14 + /usr/lib/rpm/brp-compress
11:28:14 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:28:14 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:28:14 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:28:14 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:28:14 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:28:14 + /usr/lib/rpm/brp-python-hardlink
11:28:14 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:28:14 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZuNCW7
11:28:14 + umask 022
11:28:14 + cd /root/rpmbuild/BUILD
11:28:14 + cd src
11:28:14 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:28:14 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:28:14 + ver=v2.16.0
11:28:14 + test v2.16.0 = v2.16.0
11:28:14 + echo 'PASS: docker-compose version OK'
11:28:14 PASS: docker-compose version OK
11:28:14 + RPM_EC=0
11:28:14 ++ jobs -p
11:28:14 + exit 0
11:28:14 Processing files: docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:14 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hGF4Nm
11:28:14 + umask 022
11:28:14 + cd /root/rpmbuild/BUILD
11:28:14 + cd src
11:28:14 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
11:28:14 + export LC_ALL=C
11:28:14 + LC_ALL=C
11:28:14 + export DOCDIR
11:28:14 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
11:28:14 + 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
11:28:14 + RPM_EC=0
11:28:14 ++ jobs -p
11:28:14 + exit 0
11:28:14 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.V1Yh7j
11:28:14 + umask 022
11:28:14 + cd /root/rpmbuild/BUILD
11:28:14 + cd src
11:28:14 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:28:14 + export LC_ALL=C
11:28:14 + LC_ALL=C
11:28:14 + export LICENSEDIR
11:28:14 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:28:14 + 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
11:28:14 + 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
11:28:14 + RPM_EC=0
11:28:14 ++ jobs -p
11:28:14 + exit 0
11:28:14 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:28:14 Provides: docker-compose-plugin = 0:2.16.0-0.el9 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el9
11:28:14 Requires(interp): /bin/sh /bin/sh /bin/sh
11:28:14 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:28:14 Requires(post): /bin/sh
11:28:14 Requires(preun): /bin/sh
11:28:14 Requires(postun): /bin/sh
11:28:14 Enhances: docker-ce-cli
11:28:14 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:14 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el9.src.rpm
11:28:14 + make IMAGE=debian:bullseye verify
11:28:14 docker run  --rm -i \
11:28:14 	-v "$(pwd):/v" \
11:28:14 	-e DEBIAN_FRONTEND=noninteractive \
11:28:14 	-e PACKAGE_REPO=staging \
11:28:14 	-w /v \
11:28:14 	debian:bullseye ./verify
11:28:14 Unable to find image 'debian:bullseye' locally
11:28:14 bullseye: Pulling from library/debian
11:28:14 Reading package lists...
11:28:14 Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed
11:28:14 --------------------------------------------------------------------------------
11:28:14 Total                                              1.3 MB/s |  36 MB  00:27     
11:28:14 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:28:14 Importing GPG key 0xF4A80EB5:
11:28:14  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
11:28:14  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
11:28:14  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:28:14  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:28:14 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:28:14 Importing GPG key 0x305D49D6:
11:28:14  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
11:28:14  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
11:28:14  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:28:14  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:28:14 Retrieving key from https://download.docker.com/linux/centos/gpg
11:28:15 0f5fe16b1836: Already exists
11:28:15 Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:28:15 Status: Downloaded newer image for debian:bullseye
11:28:15 Building dependency tree...
11:28:15 Reading state information...
11:28:15 Correcting dependencies... Done
11:28:15 Skipping docker-ce, it is already installed and upgrade is not set.
11:28:15 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:28:15 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:28:15 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:28:15 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:28:15 The following additional packages will be installed:
11:28:15   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:28:15   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:28:15   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:28:15   libpam-systemd libsystemd0 libxtables12 multiarch-support systemd
11:28:15   systemd-sysv
11:28:15 Suggested packages:
11:28:15   kmod systemd-container policykit-1
11:28:15 Recommended packages:
11:28:15   dmsetup networkd-dispatcher libnss-systemd
11:28:15 The following NEW packages will be installed:
11:28:15   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:28:15   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:28:15   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:28:15   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
11:28:15 The following packages will be upgraded:
11:28:15   libsystemd0
11:28:15 go: downloading github.com/go-logr/stdr v1.2.2
11:28:15 go: downloading github.com/containerd/typeurl v1.0.2
11:28:15 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:15 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:15 go: downloading github.com/gogo/googleapis v1.4.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:15 + verify
11:28:15 + dpkg --version
11:28:15 + verify_deb
11:28:15 + apt-get update
11:28:15 1 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:28:15 Need to get 24.0 MB of archives.
11:28:15 After this operation, 111 MB of additional disk space will be used.
11:28:15 Get:1 https://download.docker.com/linux/ubuntu bionic/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:28:15 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:28:15 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:28:15 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:28:15 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.57 [171 kB]
11:28:16 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
11:28:16 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [230 kB]
11:28:16 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcap2 arm64 1:2.25-1.2 [12.2 kB]
11:28:16 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libargon2-0 arm64 0~20161029-1.1 [17.9 kB]
11:28:16 Get:5 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]
11:28:16 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB]
11:28:16 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB]
11:28:16 # Build the compose plugin
11:28:16 cd /go/src/github.com/docker/compose \
11:28:16 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:16 make[2]: Entering directory '/root/build-deb/compose'
11:28:16 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
11:28:16 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:16 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:16 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:16 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:16 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:16 go: downloading github.com/docker/buildx v0.10.2
11:28:16 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:16 go: downloading github.com/moby/buildkit v0.11.2
11:28:16 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:16 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:16 go: downloading golang.org/x/sync v0.1.0
11:28:16 go: downloading github.com/imdario/mergo v0.3.13
11:28:16 go: downloading github.com/containerd/console v1.0.3
11:28:16 go: downloading github.com/buger/goterm v1.0.4
11:28:16 go: downloading github.com/stretchr/testify v1.8.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:16 go: downloading google.golang.org/grpc v1.50.1
11:28:16 go: downloading k8s.io/client-go v0.22.4
11:28:16 go: downloading k8s.io/api v0.22.4
11:28:16 go: downloading k8s.io/apimachinery v0.22.4
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:16 go: downloading github.com/golang/mock v1.6.0
11:28:16 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:16 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:16 go: downloading golang.org/x/net v0.4.0
11:28:16 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:16 go: downloading golang.org/x/term v0.3.0
11:28:16 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:16 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:16 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:16 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:16 go: downloading github.com/go-logr/stdr v1.2.2
11:28:16 go: downloading github.com/containerd/typeurl v1.0.2
11:28:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:16 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:16 go: downloading github.com/gogo/googleapis v1.4.1
11:28:16 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:16 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:16 go: downloading k8s.io/klog/v2 v2.60.1
11:28:16 go: downloading github.com/google/gofuzz v1.2.0
11:28:16 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:16 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:16 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:16 go: downloading github.com/aws/smithy-go v1.11.2
11:28:16 go: downloading github.com/moby/locker v1.0.1
11:28:16 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:16 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:16 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:16 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:16 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:16 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:16 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:16 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:16 go: downloading github.com/json-iterator/go v1.1.12
11:28:16 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:16 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:16 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:16 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:16 go: downloading github.com/moby/spdystream v0.2.0
11:28:16 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:16 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:16 make[2]: Leaving directory '/root/build-deb/compose'
11:28:16 # Build the scan-plugin
11:28:16 # TODO change once we support scan-plugin on other architectures
11:28:16 if [ "amd64" = "amd64" ]; then \
11:28:16 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:16 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:16 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:16 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:16 fi
11:28:16 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:16 GO111MODULE=on make -f builder.Makefile build
11:28:16 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:16 mkdir -p bin
11:28:16 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
11:28:16 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:16 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:16 go: downloading github.com/spf13/cobra v1.5.0
11:28:16 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:16 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:16 go: downloading github.com/docker/go-units v0.4.0
11:28:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:16 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:16 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:16 go: downloading github.com/moby/sys/mount v0.3.3
11:28:16 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:16 go: downloading github.com/containerd/containerd v1.6.6
11:28:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:16 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:16 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:16 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:16 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:16 go: downloading github.com/prometheus/client_model v0.2.0
11:28:16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:16 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
11:28:16 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB]
11:28:16 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip4tc0 arm64 1.6.1-2ubuntu2 [18.3 kB]
11:28:16 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB]
11:28:16 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB]
11:28:16 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.57 [2566 kB]
11:28:16 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.57 [11.8 kB]
11:28:16 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
11:28:16 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnfnetlink0 arm64 1.0.1-3 [11.5 kB]
11:28:16 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus arm64 1.12.2-1ubuntu1.4 [130 kB]
11:28:16 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
11:28:16 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-systemd arm64 237-3ubuntu10.57 [92.3 kB]
11:28:16 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxtables12 arm64 1.6.1-2ubuntu2 [25.1 kB]
11:28:16 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip6tc0 arm64 1.6.1-2ubuntu2 [18.6 kB]
11:28:16 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc37.x86_64.rpm
11:28:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.R8VHdm
11:28:16 + umask 022
11:28:16 + cd /root/rpmbuild/BUILD
11:28:16 + cd src
11:28:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64
11:28:16 + RPM_EC=0
11:28:16 ++ jobs -p
11:28:16 + exit 0
11:28:16 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Dh4LRD
11:28:16 + umask 022
11:28:16 + cd /root/rpmbuild/BUILD
11:28:16 + rm -rf src src.gemspec
11:28:16 + RPM_EC=0
11:28:16 ++ jobs -p
11:28:16 + exit 0
11:28:16     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:28:16     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:28:16     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:28:16     source_date_epoch_from_changelog set but %changelog is missing
11:28:16     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:28:16     source_date_epoch_from_changelog set but %changelog is missing
11:28:16     source_date_epoch_from_changelog set but %changelog is missing
11:28:16     source_date_epoch_from_changelog set but %changelog is missing
11:28:16     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:16 
11:28:16 RPM build warnings:
11:28:16 warning: source_date_epoch_from_changelog set but %changelog is missing
11:28:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kfOZr5
11:28:16 + umask 022
11:28:16 + cd /root/rpmbuild/BUILD
11:28:16 + cd /root/rpmbuild/BUILD
11:28:16 + rm -rf src
11:28:16 + /usr/bin/mkdir -p src
11:28:16 + cd src
11:28:16 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:28:16 + STATUS=0
11:28:16 + '[' 0 -ne 0 ']'
11:28:16 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
11:28:16 + STATUS=0
11:28:16 + '[' 0 -ne 0 ']'
11:28:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:28:16 + RPM_EC=0
11:28:16 ++ jobs -p
11:28:16 + exit 0
11:28:16 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KWBqzr
11:28:16 + umask 022
11:28:16 + cd /root/rpmbuild/BUILD
11:28:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:16 + export CFLAGS
11:28:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:28:16 + export CXXFLAGS
11:28:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:16 + export FFLAGS
11:28:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:28:16 + export FCFLAGS
11:28:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:28:16 + export LDFLAGS
11:28:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:28:16 + export LT_SYS_LIBRARY_PATH
11:28:16 + CC=gcc
11:28:16 + export CC
11:28:16 + CXX=g++
11:28:16 + export CXX
11:28:16 + cd src
11:28:16 + pushd /root/rpmbuild/BUILD/src/compose
11:28:16 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:28:16 + make VERSION=v2.16.0 DESTDIR=./bin build
11:28:16 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
11:28:16 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:16 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:16 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:16 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:16 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:16 go: downloading github.com/docker/buildx v0.10.2
11:28:16 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:16 go: downloading github.com/moby/buildkit v0.11.2
11:28:16 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:16 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:16 go: downloading golang.org/x/sync v0.1.0
11:28:16 go: downloading github.com/imdario/mergo v0.3.13
11:28:16 go: downloading github.com/containerd/console v1.0.3
11:28:16 go: downloading github.com/buger/goterm v1.0.4
11:28:16 go: downloading github.com/stretchr/testify v1.8.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:16 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:16 go: downloading google.golang.org/grpc v1.50.1
11:28:16 go: downloading k8s.io/client-go v0.22.4
11:28:16 go: downloading k8s.io/api v0.22.4
11:28:16 go: downloading k8s.io/apimachinery v0.22.4
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:16 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:16 go: downloading github.com/golang/mock v1.6.0
11:28:16 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:16 Fetched 8522 kB in 1s (6195 kB/s)
11:28:17 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libiptc0 arm64 1.6.1-2ubuntu2 [9392 B]
11:28:17 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnetfilter-conntrack3 arm64 1.0.6-2 [30.6 kB]
11:28:17 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iptables arm64 1.6.1-2ubuntu2 [240 kB]
11:28:17 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus-user-session arm64 1.12.2-1ubuntu1.4 [9388 B]
11:28:17 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:17 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:17 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:17 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:17 go: downloading golang.org/x/net v0.4.0
11:28:17 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:17 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:17 go: downloading k8s.io/klog/v2 v2.60.1
11:28:17 go: downloading github.com/google/gofuzz v1.2.0
11:28:17 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:17 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:17 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:17 go: downloading github.com/aws/smithy-go v1.11.2
11:28:17 go: downloading github.com/moby/locker v1.0.1
11:28:17 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:17 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:17 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:17 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:17 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:17 debconf: delaying package configuration, since apt-utils is not installed
11:28:17 Fetched 24.0 MB in 2s (13.0 MB/s)
11:28: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 ... 7158 files and directories currently installed.)
11:28:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.57_arm64.deb ...
11:28:17 Unpacking libsystemd0:arm64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:28:17 Setting up libsystemd0:arm64 (237-3ubuntu10.57) ...
11:28:17 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:17 go: downloading golang.org/x/term v0.3.0
11:28:17 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:17 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:17 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:17 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:17 Reading package lists...
11:28:17 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:28:17 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:17 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:17 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:17 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:17 go: downloading github.com/json-iterator/go v1.1.12
11:28:17 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:17 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:17 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:17 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:17 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:17 go: downloading github.com/moby/spdystream v0.2.0
11:28:17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:17 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:17 Selecting previously unselected package libcap2:arm64.
11:28: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 ... 7158 files and directories currently installed.)
11:28:17 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_arm64.deb ...
11:28:17 Unpacking libcap2:arm64 (1:2.25-1.2) ...
11:28:17 Selecting previously unselected package libargon2-0:arm64.
11:28:17 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_arm64.deb ...
11:28:17 Unpacking libargon2-0:arm64 (0~20161029-1.1) ...
11:28:17 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28:17 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
11:28:17 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:28:17 Selecting previously unselected package libjson-c3:arm64.
11:28:17 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ...
11:28:17 Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
11:28:17 Selecting previously unselected package libcryptsetup12:arm64.
11:28:17 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ...
11:28:17 Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
11:28:17 Selecting previously unselected package libidn11:arm64.
11:28:17 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_arm64.deb ...
11:28:17 Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) ...
11:28:17 Selecting previously unselected package libip4tc0:arm64.
11:28:17 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_arm64.deb ...
11:28:17 Unpacking libip4tc0:arm64 (1.6.1-2ubuntu2) ...
11:28:17 Selecting previously unselected package libapparmor1:arm64.
11:28:17 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_arm64.deb ...
11:28:17 Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) ...
11:28:17 Selecting previously unselected package libkmod2:arm64.
11:28:17 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_arm64.deb ...
11:28:17 Unpacking libkmod2:arm64 (24-1ubuntu3.5) ...
11:28:17 Setting up libcap2:arm64 (1:2.25-1.2) ...
11:28:17 Setting up libargon2-0:arm64 (0~20161029-1.1) ...
11:28:17 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:28:17 Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
11:28:17 Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
11:28:17 Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ...
11:28:17 Setting up libip4tc0:arm64 (1.6.1-2ubuntu2) ...
11:28:18 Reading package lists...
11:28:18 Selecting previously unselected package systemd.
11:28: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 ... 7205 files and directories currently installed.)
11:28:18 Preparing to unpack .../systemd_237-3ubuntu10.57_arm64.deb ...
11:28:18 Unpacking systemd (237-3ubuntu10.57) ...
11:28:18 Building dependency tree...
11:28:18 Reading state information...
11:28:18 go: downloading github.com/go-logr/stdr v1.2.2
11:28:18 go: downloading github.com/containerd/typeurl v1.0.2
11:28:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:18 go: downloading github.com/gogo/googleapis v1.4.1
11:28:18 Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ...
11:28:18 Setting up libkmod2:arm64 (24-1ubuntu3.5) ...
11:28:18 Setting up systemd (237-3ubuntu10.57) ...
11:28:18 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:18 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:28:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:28:18 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:28:18 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:28:18 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:28:18 Initializing machine ID from random generator.
11:28:18 The following additional packages will be installed:
11:28:18   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:28:18   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:28:18   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
11:28:18   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
11:28:18   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:28:18   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:28:18   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
11:28:18   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:28:18   python3-gi python3-minimal python3-pycurl python3-software-properties
11:28:18   python3.9 python3.9-minimal readline-common
11:28:18 Suggested packages:
11:28:18   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:28:18   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
11:28:18   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:28:18   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
11:28:18   python3.9-doc binutils binfmt-support readline-doc
11:28:18 Recommended packages:
11:28:18   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
11:28:18   packagekit publicsuffix libsasl2-modules unattended-upgrades
11:28:18 Selecting previously unselected package systemd-sysv.
11:28:18 The following NEW packages will be installed:
11:28:18   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:28:18   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:28:18   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:28:18   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:28:18   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
11:28:18   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:28:18   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:28:18   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
11:28:18   media-types openssl pinentry-curses python-apt-common python3 python3-apt
11:28:18   python3-dbus python3-gi python3-minimal python3-pycurl
11:28:18   python3-software-properties python3.9 python3.9-minimal readline-common
11:28:18   software-properties-common
11:28: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 ... 7906 files and directories currently installed.)
11:28:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.57_arm64.deb ...
11:28:18 Unpacking systemd-sysv (237-3ubuntu10.57) ...
11:28:18 Selecting previously unselected package multiarch-support.
11:28:18 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
11:28:18 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:28:18 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:28:18 Selecting previously unselected package libnfnetlink0:arm64.
11:28: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 ... 7926 files and directories currently installed.)
11:28:18 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_arm64.deb ...
11:28:18 Unpacking libnfnetlink0:arm64 (1.0.1-3) ...
11:28:18 Selecting previously unselected package dbus.
11:28:18 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_arm64.deb ...
11:28:18 Unpacking dbus (1.12.2-1ubuntu1.4) ...
11:28:18 Selecting previously unselected package libmnl0:arm64.
11:28:18 Preparing to unpack .../02-libmnl0_1.0.4-2_arm64.deb ...
11:28:18 Unpacking libmnl0:arm64 (1.0.4-2) ...
11:28:19 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
11:28:19 Need to get 22.8 MB of archives.
11:28:19 After this operation, 74.8 MB of additional disk space will be used.
11:28:19 Get:1 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
11:28:19 Get:2 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
11:28:19 Get:3 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
11:28:19 Get:4 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
11:28:19 Get:5 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
11:28:19 Get:6 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
11:28:19 Get:7 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
11:28:19 Get:8 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
11:28:19 Get:9 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
11:28:19 Get:10 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
11:28:19 Get:11 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
11:28:19 Get:12 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
11:28:19 Get:13 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
11:28:19 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
11:28:19 Get:15 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
11:28:19 Get:16 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
11:28:19 Get:17 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB]
11:28:19 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
11:28:19 Get:19 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
11:28:19 Get:20 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
11:28:19 Get:21 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
11:28:19 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
11:28:19 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
11:28:19 Get:24 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:28:19 Get:25 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
11:28:19 Get:26 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
11:28:19 Get:27 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
11:28:19 Get:28 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
11:28:19 Get:29 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
11:28:19 Selecting previously unselected package libpam-systemd:arm64.
11:28:19 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.57_arm64.deb ...
11:28:19 Unpacking libpam-systemd:arm64 (237-3ubuntu10.57) ...
11:28:19 Selecting previously unselected package libxtables12:arm64.
11:28:19 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_arm64.deb ...
11:28:19 Unpacking libxtables12:arm64 (1.6.1-2ubuntu2) ...
11:28:19 Selecting previously unselected package libip6tc0:arm64.
11:28:19 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_arm64.deb ...
11:28:19 Unpacking libip6tc0:arm64 (1.6.1-2ubuntu2) ...
11:28:19 Selecting previously unselected package libiptc0:arm64.
11:28:19 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_arm64.deb ...
11:28:19 Unpacking libiptc0:arm64 (1.6.1-2ubuntu2) ...
11:28:19 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:28:19 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_arm64.deb ...
11:28:19 Unpacking libnetfilter-conntrack3:arm64 (1.0.6-2) ...
11:28:19 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:19 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:19 Get:30 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
11:28:19 Get:31 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:28:19 Get:32 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
11:28:19 Get:33 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
11:28:19 Get:34 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
11:28:19 Get:35 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
11:28:19 Get:36 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
11:28:19 Get:37 http://deb.debian.org/debian bullseye/main arm64 libpackagekit-glib2-18 arm64 1.2.2-2 [113 kB]
11:28:19 Get:38 http://deb.debian.org/debian bullseye/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.2-2 [36.8 kB]
11:28:19 Get:39 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:28:19 Get:40 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
11:28:19 Get:41 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
11:28:19 Get:42 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
11:28:19 Get:43 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
11:28:19 Get:44 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
11:28:19 Get:45 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
11:28:19 Get:46 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
11:28:19 Get:47 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:28:19 Get:48 http://deb.debian.org/debian bullseye/main arm64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
11:28:19 Get:49 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
11:28:19 Get:50 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u7 [321 kB]
11:28:19 Get:51 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.24-0+deb11u1 [212 kB]
11:28:19 Get:52 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
11:28:19 Get:53 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
11:28:19 Get:54 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
11:28:19 Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-dbus arm64 1.2.16-5 [105 kB]
11:28:19 Get:56 http://deb.debian.org/debian bullseye/main arm64 python3-gi arm64 3.38.0-2 [226 kB]
11:28:19 Get:57 http://deb.debian.org/debian bullseye/main arm64 python3-pycurl arm64 7.43.0.6-5 [67.9 kB]
11:28:19 Get:58 http://deb.debian.org/debian bullseye/main arm64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
11:28:19 Get:59 http://deb.debian.org/debian bullseye/main arm64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
11:28:19 debconf: delaying package configuration, since apt-utils is not installed
11:28:19 Fetched 22.8 MB in 0s (54.4 MB/s)
11:28:19 make[1]: Leaving directory '/root/build-deb'
11:28:19  dpkg-genbuildinfo
11:28:19 Selecting previously unselected package iptables.
11:28:19 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_arm64.deb ...
11:28:19 Unpacking iptables (1.6.1-2ubuntu2) ...
11:28:19 Selecting previously unselected package containerd.io.
11:28:19 Preparing to unpack .../09-containerd.io_1.6.18-1_arm64.deb ...
11:28:19 Unpacking containerd.io (1.6.18-1) ...
11:28:19 go: downloading k8s.io/klog/v2 v2.60.1
11:28:19 go: downloading github.com/google/gofuzz v1.2.0
11:28:19 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:19 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:19 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:19 go: downloading github.com/aws/smithy-go v1.11.2
11:28:19 go: downloading github.com/moby/locker v1.0.1
11:28:19 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:19 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:19 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:19 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:19 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:19 Selecting previously unselected package libpython3.9-minimal:arm64.
11:28: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 ... 6653 files and directories currently installed.)
11:28:19 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_arm64.deb ...
11:28:19 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
11:28:19 Selecting previously unselected package libexpat1:arm64.
11:28:19 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_arm64.deb ...
11:28:19 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:28:19 Selecting previously unselected package python3.9-minimal.
11:28:19 Preparing to unpack .../python3.9-minimal_3.9.2-1_arm64.deb ...
11:28:19 Unpacking python3.9-minimal (3.9.2-1) ...
11:28:19  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.changes
11:28:19 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:19 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:19 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:19 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:19 go: downloading github.com/json-iterator/go v1.1.12
11:28:19 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:19 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:19 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:19 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:19 go: downloading github.com/moby/spdystream v0.2.0
11:28:19 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:19 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:19 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'.
11:28:19 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
11:28:19 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:28:19 Setting up python3.9-minimal (3.9.2-1) ...
11:28:19 # Build the compose plugin
11:28:19 cd /go/src/github.com/docker/compose \
11:28:19 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:19 make[2]: Entering directory '/root/build-deb/compose'
11:28:19 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
11:28:19 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:19 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:19 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:19 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:19 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:19 go: downloading github.com/docker/buildx v0.10.2
11:28:19 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:19 go: downloading github.com/moby/buildkit v0.11.2
11:28:19 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:19 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:19 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:19 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:19 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:19 go: downloading golang.org/x/sync v0.1.0
11:28:19 go: downloading github.com/imdario/mergo v0.3.13
11:28:19 go: downloading github.com/containerd/console v1.0.3
11:28:19 go: downloading github.com/buger/goterm v1.0.4
11:28:19 go: downloading github.com/stretchr/testify v1.8.1
11:28:19 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:19 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:19 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:19 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:19 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:19 go: downloading google.golang.org/grpc v1.50.1
11:28:19 go: downloading k8s.io/client-go v0.22.4
11:28:19 go: downloading k8s.io/api v0.22.4
11:28:19 go: downloading k8s.io/apimachinery v0.22.4
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:19 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:19 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:19 go: downloading github.com/golang/mock v1.6.0
11:28:19 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:19 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:19 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:19 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:19 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:19 go: downloading golang.org/x/net v0.4.0
11:28:19 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:19 go: downloading golang.org/x/term v0.3.0
11:28:19 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:19 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:19 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:19 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:19 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:20 Selecting previously unselected package python3-minimal.
11:28: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 ... 6947 files and directories currently installed.)
11:28:20 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
11:28:20 Unpacking python3-minimal (3.9.2-3) ...
11:28:20 go: downloading github.com/go-logr/stdr v1.2.2
11:28:20 go: downloading github.com/containerd/typeurl v1.0.2
11:28:20 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:20 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:20 go: downloading github.com/gogo/googleapis v1.4.1
11:28:20 dpkg-genchanges: info: including full source code in upload
11:28:20  dpkg-source -I.git --after-build .
11:28:20 Selecting previously unselected package media-types.
11:28:20 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:28:20 Unpacking media-types (4.0.0) ...
11:28:20 Selecting previously unselected package libmpdec3:arm64.
11:28:20 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
11:28:20 Unpacking libmpdec3:arm64 (2.5.1-1) ...
11:28:20 Selecting previously unselected package libncursesw6:arm64.
11:28:20 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
11:28:20 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
11:28:20 Selecting previously unselected package readline-common.
11:28:20 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:28:20 Unpacking readline-common (8.1-1) ...
11:28:20 Selecting previously unselected package libreadline8:arm64.
11:28:20 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
11:28:20 Unpacking libreadline8:arm64 (8.1-1) ...
11:28:20 Selecting previously unselected package libsqlite3-0:arm64.
11:28:20 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
11:28:20 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
11:28:20 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:28:20 + destination=/build
11:28:20 + mkdir -p /build
11:28:20 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb /build
11:28:20 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:28:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:28:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:28:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:28:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.buildinfo'
11:28:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.buildinfo'
11:28:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.changes'
11:28:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.changes'
11:28:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 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'
11:28:20 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb'
11:28:20 Selecting previously unselected package libpython3.9-stdlib:arm64.
11:28:20 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
11:28:20 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:28:20 Selecting previously unselected package python3.9.
11:28:20 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
11:28:20 Unpacking python3.9 (3.9.2-1) ...
11:28:21 Selecting previously unselected package libpython3-stdlib:arm64.
11:28:21 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
11:28:21 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
11:28:21 Setting up python3-minimal (3.9.2-3) ...
11:28:21 Selecting previously unselected package python3.
11:28: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 ... 7385 files and directories currently installed.)
11:28:21 Preparing to unpack .../00-python3_3.9.2-3_arm64.deb ...
11:28:21 Unpacking python3 (3.9.2-3) ...
11:28:21 Selecting previously unselected package dbus-user-session.
11:28:21 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_arm64.deb ...
11:28:21 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
11:28:21 Setting up containerd.io (1.6.18-1) ...
11:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:28:21 Setting up systemd-sysv (237-3ubuntu10.57) ...
11:28:21 Setting up libiptc0:arm64 (1.6.1-2ubuntu2) ...
11:28:21 Setting up libxtables12:arm64 (1.6.1-2ubuntu2) ...
11:28:21 Setting up libnfnetlink0:arm64 (1.0.1-3) ...
11:28:21 Setting up dbus (1.12.2-1ubuntu1.4) ...
11:28:21 Setting up libmnl0:arm64 (1.0.4-2) ...
11:28:21 Setting up libip6tc0:arm64 (1.6.1-2ubuntu2) ...
11:28:21 Setting up libnetfilter-conntrack3:arm64 (1.0.6-2) ...
11:28:21 Setting up libpam-systemd:arm64 (237-3ubuntu10.57) ...
11:28:21 Selecting previously unselected package openssl.
11:28:21 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_arm64.deb ...
11:28:21 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:28:21 Selecting previously unselected package ca-certificates.
11:28:21 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
11:28:21 Unpacking ca-certificates (20210119) ...
11:28:21 Selecting previously unselected package apt-transport-https.
11:28:21 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
11:28:21 Unpacking apt-transport-https (2.2.4) ...
11:28:21 Selecting previously unselected package libbrotli1:arm64.
11:28:21 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_arm64.deb ...
11:28:21 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
11:28:21 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
11:28:21 Setting up iptables (1.6.1-2ubuntu2) ...
11:28:21 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:28:21 Processing triggers for systemd (237-3ubuntu10.57) ...
11:28:21 + verify_binaries
11:28:21 + docker --version
11:28:21 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:21 ++ uname -m
11:28:21 + '[' aarch64 = x86_64 ']'
11:28:21 + docker buildx version
11:28:21 Selecting previously unselected package libsasl2-modules-db:arm64.
11:28:21 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:28:21 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:28:21 Selecting previously unselected package libsasl2-2:arm64.
11:28:21 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:28:21 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:28:21 Selecting previously unselected package libldap-2.4-2:arm64.
11:28:21 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
11:28:21 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:28:21 Selecting previously unselected package libnghttp2-14:arm64.
11:28:21 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_arm64.deb ...
11:28:21 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
11:28:21 Selecting previously unselected package libpsl5:arm64.
11:28:21 Preparing to unpack .../09-libpsl5_0.21.0-1.2_arm64.deb ...
11:28:21 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
11:28:21 Selecting previously unselected package librtmp1:arm64.
11:28:21 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:28:21 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:28:21 github.com/docker/buildx v0.10.4 c513d34
11:28:21 + docker compose version
11:28:21 Docker Compose version v2.16.0
11:28:21 + dockerd --version
11:28:21 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:21 + docker-proxy --version
11:28:21 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:21 + containerd --version
11:28:21 Selecting previously unselected package libssh2-1:arm64.
11:28:21 Preparing to unpack .../11-libssh2-1_1.9.0-2_arm64.deb ...
11:28:21 Unpacking libssh2-1:arm64 (1.9.0-2) ...
11:28:21 Selecting previously unselected package libcurl4:arm64.
11:28:21 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
11:28:21 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
11:28:21 Selecting previously unselected package curl.
11:28:21 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u7_arm64.deb ...
11:28:21 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:28:21 Selecting previously unselected package libassuan0:arm64.
11:28:21 Preparing to unpack .../14-libassuan0_2.5.3-7.1_arm64.deb ...
11:28:21 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
11:28:21 Selecting previously unselected package gpgconf.
11:28:21 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
11:28:21 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:28:22 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:22 + ctr --version
11:28:22 ctr containerd.io 1.6.18
11:28:22 + containerd-shim --help
11:28:22 Usage of containerd-shim:
11:28:22   -address string
11:28:22     	grpc address back to main containerd
11:28:22   -containerd-binary containerd publish
11:28:22     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:22   -criu string
11:28:22     	path to criu binary
11:28:22   -debug
11:28:22     	enable debug output in logs
11:28:22   -namespace string
11:28:22     	namespace that owns the shim
11:28:22   -runtime-root string
11:28:22     	root directory for the runtime (default "/run/containerd/runc")
11:28:22   -socket string
11:28:22     	socket path to serve
11:28:22   -systemd-cgroup
11:28:22     	set runtime to use systemd-cgroup
11:28:22   -workdir string
11:28:22     	path used to storge large temporary data
11:28:22 + containerd-shim-runc-v1 -v
11:28:22 containerd-shim-runc-v1:
11:28:22   Version:  1.6.18
11:28:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:22   Go version: go1.19.6
11:28:22 
11:28:22 + containerd-shim-runc-v2 -v
11:28:22 containerd-shim-runc-v2:
11:28:22   Version:  1.6.18
11:28:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:22   Go version: go1.19.6
11:28:22 
11:28:22 + runc --version
11:28:22 runc version 1.1.4
11:28:22 commit: v1.1.4-0-g5fd4c4d
11:28:22 spec: 1.0.2-dev
11:28:22 go: go1.19.6
11:28:22 libseccomp: 2.5.1
11:28:22 Selecting previously unselected package libksba8:arm64.
11:28:22 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_arm64.deb ...
11:28:22 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
11:28:22 Selecting previously unselected package libnpth0:arm64.
11:28:22 Preparing to unpack .../17-libnpth0_1.6-3_arm64.deb ...
11:28:22 Unpacking libnpth0:arm64 (1.6-3) ...
11:28:22 Selecting previously unselected package dirmngr.
11:28:22 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
11:28:22 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:28:22 Selecting previously unselected package distro-info-data.
11:28:22 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
11:28:22 Unpacking distro-info-data (0.51+deb11u3) ...
11:28:22 Selecting previously unselected package libglib2.0-0:arm64.
11:28:22 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_arm64.deb ...
11:28:22 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
11:28:22 make[1]: Leaving directory '/root/build-deb'
11:28:22  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.buildinfo
11:28:22 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:22 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:22 go: downloading k8s.io/klog/v2 v2.60.1
11:28:22 go: downloading github.com/google/gofuzz v1.2.0
11:28:22 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:22 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:22 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:22 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:28:22 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
11:28:22 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
11:28:22 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:28:22 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
11:28:22 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
11:28:22 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:28:22 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_arm64.deb ...
11:28:22 Unpacking libpackagekit-glib2-18:arm64 (1.2.2-2) ...
11:28:22 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:28:22 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_arm64.deb ...
11:28:22 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:22 go: downloading github.com/aws/smithy-go v1.11.2
11:28:22 go: downloading github.com/moby/locker v1.0.1
11:28:22 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:22 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:22 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:22 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:22 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:22 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:22 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:22 Selecting previously unselected package gnupg-l10n.
11:28:22 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:28:22 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:28:22 Selecting previously unselected package gnupg-utils.
11:28:22 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
11:28:22 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:28:22 Selecting previously unselected package gpg.
11:28:22 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_arm64.deb ...
11:28:22 Unpacking gpg (2.2.27-2+deb11u2) ...
11:28:22 Selecting previously unselected package pinentry-curses.
11:28:22 Preparing to unpack .../28-pinentry-curses_1.1.0-4_arm64.deb ...
11:28:22 Unpacking pinentry-curses (1.1.0-4) ...
11:28:22  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.changes
11:28:22 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:22 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:22 go: downloading github.com/json-iterator/go v1.1.12
11:28:22 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:22 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:22 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:22 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:22 go: downloading github.com/moby/spdystream v0.2.0
11:28:22 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:22 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:23 Selecting previously unselected package gpg-agent.
11:28:23 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
11:28:23 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:28:23 Selecting previously unselected package gpg-wks-client.
11:28:23 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
11:28:23 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:28:23 Selecting previously unselected package gpg-wks-server.
11:28:23 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
11:28:23 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:28:23 Selecting previously unselected package gpgsm.
11:28:23 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
11:28:23 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:28:23 Selecting previously unselected package gnupg.
11:28:23 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
11:28:23 Unpacking gnupg (2.2.27-2+deb11u2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:23 Selecting previously unselected package gnupg2.
11:28:23 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
11:28:23 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
11:28:23 Selecting previously unselected package iso-codes.
11:28:23 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
11:28:23 Unpacking iso-codes (4.6.0-1) ...
11:28:23 Selecting previously unselected package libcurl3-gnutls:arm64.
11:28:23 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u7_arm64.deb ...
11:28:23 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
11:28:23 Selecting previously unselected package libdbus-1-3:arm64.
11:28:23 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_arm64.deb ...
11:28:23 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
11:28:23 Selecting previously unselected package lsb-release.
11:28:23 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
11:28:23 Unpacking lsb-release (11.1.0) ...
11:28:23 Selecting previously unselected package python-apt-common.
11:28:23 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
11:28:23 Unpacking python-apt-common (2.2.1) ...
11:28:23 Selecting previously unselected package python3-apt.
11:28:23 Preparing to unpack .../40-python3-apt_2.2.1_arm64.deb ...
11:28:23 Unpacking python3-apt (2.2.1) ...
11:28:23 Selecting previously unselected package python3-dbus.
11:28:23 Preparing to unpack .../41-python3-dbus_1.2.16-5_arm64.deb ...
11:28:23 Unpacking python3-dbus (1.2.16-5) ...
11:28:23 Selecting previously unselected package python3-gi.
11:28:23 Preparing to unpack .../42-python3-gi_3.38.0-2_arm64.deb ...
11:28:23 Unpacking python3-gi (3.38.0-2) ...
11:28:23 Selecting previously unselected package python3-pycurl.
11:28:23 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_arm64.deb ...
11:28:23 Unpacking python3-pycurl (7.43.0.6-5) ...
11:28:23 dpkg-genchanges: info: including full source code in upload
11:28:23  dpkg-source -I.git --after-build .
11:28:24 Selecting previously unselected package python3-software-properties.
11:28:24 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
11:28:24 Unpacking python3-software-properties (0.96.20.2-2.1) ...
11:28:24 Selecting previously unselected package software-properties-common.
11:28:24 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
11:28:24 Unpacking software-properties-common (0.96.20.2-2.1) ...
11:28:24 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
11:28:24 Setting up media-types (4.0.0) ...
11:28:24 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:28:24 Setting up apt-transport-https (2.2.4) ...
11:28:24 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
11:28:24 No schema files found: doing nothing.
11:28:24 Setting up distro-info-data (0.51+deb11u3) ...
11:28:24 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
11:28:24 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
11:28:24 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
11:28:24 Setting up libpackagekit-glib2-18:arm64 (1.2.2-2) ...
11:28:24 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:28:24 + destination=/build
11:28:24 + mkdir -p /build
11:28:24 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb /build
11:28:24 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:28:24 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:28:24 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:28:24 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:28:24 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.buildinfo'
11:28:24 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.buildinfo'
11:28:24 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.changes'
11:28:24 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.changes'
11:28:24 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 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'
11:28:24 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb'
11:28:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
11:28:24 Setting up libnpth0:arm64 (1.6-3) ...
11:28:24 Setting up libassuan0:arm64 (2.5.3-7.1) ...
11:28:24 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:28:24 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:28:24 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:28:24 Setting up libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
11:28:24 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
11:28:24 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:28:24 Setting up python-apt-common (2.2.1) ...
11:28:24 Setting up libmpdec3:arm64 (2.5.1-1) ...
11:28:24 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
11:28:24 Setting up libssh2-1:arm64 (1.9.0-2) ...
11:28:24 Setting up openssl (1.1.1n-0+deb11u4) ...
11:28:24 Setting up readline-common (8.1-1) ...
11:28:24 Setting up iso-codes (4.6.0-1) ...
11:28:24 Setting up pinentry-curses (1.1.0-4) ...
11:28:24 Setting up libreadline8:arm64 (8.1-1) ...
11:28:24 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:28:24 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
11:28:24 Setting up ca-certificates (20210119) ...
11:28:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
11:28:24 # Build the compose plugin
11:28:24 cd /go/src/github.com/docker/compose \
11:28:24 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:24 make[2]: Entering directory '/root/build-deb/compose'
11:28:24 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
11:28:24 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:24 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:24 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:24 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:24 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:24 go: downloading github.com/docker/buildx v0.10.2
11:28:24 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:24 go: downloading github.com/moby/buildkit v0.11.2
11:28:24 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:24 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:24 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:24 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:24 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:24 go: downloading golang.org/x/sync v0.1.0
11:28:24 go: downloading github.com/imdario/mergo v0.3.13
11:28:24 go: downloading github.com/containerd/console v1.0.3
11:28:24 go: downloading github.com/buger/goterm v1.0.4
11:28:24 go: downloading github.com/stretchr/testify v1.8.1
11:28:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:24 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:24 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:24 go: downloading google.golang.org/grpc v1.50.1
11:28:24 go: downloading k8s.io/client-go v0.22.4
11:28:24 go: downloading k8s.io/api v0.22.4
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:24 Updating certificates in /etc/ssl/certs...
11:28:25 + make IMAGE=ubuntu:focal verify
11:28:25 docker run  --rm -i \
11:28:25 	-v "$(pwd):/v" \
11:28:25 	-e DEBIAN_FRONTEND=noninteractive \
11:28:25 	-e PACKAGE_REPO=staging \
11:28:25 	-w /v \
11:28:25 	ubuntu:focal ./verify
11:28:25 Unable to find image 'ubuntu:focal' locally
11:28:25 focal: Pulling from library/ubuntu
11:28:25 go: downloading k8s.io/apimachinery v0.22.4
11:28:25 698acb83f45f: Already exists
11:28:25 Digest: sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:28:25 Status: Downloaded newer image for ubuntu:focal
11:28:25 129 added, 0 removed; done.
11:28:25 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
11:28:25 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:25 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:25 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:25 go: downloading github.com/golang/mock v1.6.0
11:28:25 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:28:25 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
11:28:25 Setting up curl (7.74.0-1.3+deb11u7) ...
11:28:25 Setting up gpg (2.2.27-2+deb11u2) ...
11:28:25 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:28:25 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
11:28:25 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:28:25 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:28:25 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:25 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:25 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:25 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:25 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:25 go: downloading golang.org/x/net v0.4.0
11:28:25 + verify
11:28:25 + dpkg --version
11:28:25 + verify_deb
11:28:25 + apt-get update
11:28:25 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:28:26 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:28:26 Fedora 36 openh264 (From Cisco) - aarch64       2.9 kB/s | 2.5 kB     00:00    
11:28:26 Fedora Modular 36 - aarch64                     2.0 MB/s | 2.3 MB     00:01    
11:28:26 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:28:26 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:28:26 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:28:26 Setting up python3.9 (3.9.2-1) ...
11:28:26 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:26 go: downloading golang.org/x/term v0.3.0
11:28:26 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:26 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:26 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:26 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:26 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:26 make[1]: Leaving directory '/root/build-deb'
11:28:26  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.buildinfo
11:28:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
11:28:26 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:28:26 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:28:26 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:28:26  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.changes
11:28:26 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:28:26 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc36.x86_64.rpm
11:28:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JVEgog
11:28:26 + umask 022
11:28:26 + cd /root/rpmbuild/BUILD
11:28:26 + cd src
11:28:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64
11:28:26 + RPM_EC=0
11:28:26 ++ jobs -p
11:28:26 + exit 0
11:28:26 
11:28:26 RPM build warnings:
11:28:26     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:28:26     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:28:26     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:28:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:28:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:28:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2clsRR
11:28:26 + umask 022
11:28:26 + cd /root/rpmbuild/BUILD
11:28:26 + cd /root/rpmbuild/BUILD
11:28:26 + rm -rf src
11:28:26 + /usr/bin/mkdir -p src
11:28:26 + cd src
11:28:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:28:26 + /usr/bin/tar -xof -
11:28:26 + STATUS=0
11:28:26 + '[' 0 -ne 0 ']'
11:28:26 + /usr/bin/tar -xof -
11:28:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:28:26 + STATUS=0
11:28:26 + '[' 0 -ne 0 ']'
11:28:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:28:26 + RPM_EC=0
11:28:26 ++ jobs -p
11:28:26 + exit 0
11:28:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VXxrhO
11:28:26 + umask 022
11:28:26 + cd /root/rpmbuild/BUILD
11:28:26 + 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'
11:28:26 + export CFLAGS
11:28:26 + 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'
11:28:26 + export CXXFLAGS
11:28:26 + 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'
11:28:26 + export FFLAGS
11:28:26 + 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'
11:28:26 + export FCFLAGS
11:28:26 + 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'
11:28:26 + export LDFLAGS
11:28:26 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:28:26 + export LT_SYS_LIBRARY_PATH
11:28:26 + CC=gcc
11:28:26 + export CC
11:28:26 + CXX=g++
11:28:26 + export CXX
11:28:26 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:28:26 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 x86_64
11:28:26 + cd src
11:28:26 + pushd /root/rpmbuild/BUILD/src/compose
11:28:26 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:28:26 + make VERSION=v2.16.0 DESTDIR=./bin build
11:28:26 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
11:28:26 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:26 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:26 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:26 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:26 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:26 go: downloading github.com/docker/buildx v0.10.2
11:28:26 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:26 go: downloading github.com/moby/buildkit v0.11.2
11:28:26 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:26 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:26 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:26 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:26 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:26 go: downloading golang.org/x/sync v0.1.0
11:28:26 go: downloading github.com/imdario/mergo v0.3.13
11:28:26 go: downloading github.com/containerd/console v1.0.3
11:28:26 go: downloading github.com/buger/goterm v1.0.4
11:28:26 go: downloading github.com/stretchr/testify v1.8.1
11:28:26 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:26 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:26 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:26 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:26 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:26 go: downloading google.golang.org/grpc v1.50.1
11:28:26 go: downloading k8s.io/client-go v0.22.4
11:28:26 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
11:28:26 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
11:28:27 Setting up python3 (3.9.2-3) ...
11:28:27 Setting up python3-pycurl (7.43.0.6-5) ...
11:28:27 Setting up python3-gi (3.38.0-2) ...
11:28:27 go: downloading k8s.io/api v0.22.4
11:28:27 Setting up gnupg (2.2.27-2+deb11u2) ...
11:28:27 Setting up lsb-release (11.1.0) ...
11:28:27 Setting up python3-dbus (1.2.16-5) ...
11:28:27 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
11:28:27 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
11:28:27 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
11:28:27 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1218 kB]
11:28:27 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2187 kB]
11:28:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:27 Setting up gnupg2 (2.2.27-2+deb11u2) ...
11:28:27 Setting up python3-apt (2.2.1) ...
11:28:27 dpkg-genchanges: info: including full source code in upload
11:28:27  dpkg-source -I.git --after-build .
11:28:27 go: downloading github.com/go-logr/stdr v1.2.2
11:28:27 go: downloading github.com/containerd/typeurl v1.0.2
11:28:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:27 go: downloading github.com/gogo/googleapis v1.4.1
11:28:27 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5231 B]
11:28:27 Setting up python3-software-properties (0.96.20.2-2.1) ...
11:28:27 Setting up software-properties-common (0.96.20.2-2.1) ...
11:28:27 + make IMAGE=ubuntu:jammy verify
11:28:27 docker run  --rm -i \
11:28:27 	-v "$(pwd):/v" \
11:28:27 	-e DEBIAN_FRONTEND=noninteractive \
11:28:27 	-e PACKAGE_REPO=staging \
11:28:27 	-w /v \
11:28:27 	ubuntu:jammy ./verify
11:28:27 Unable to find image 'ubuntu:jammy' locally
11:28:27 jammy: Pulling from library/ubuntu
11:28:27 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:28:27 + destination=/build
11:28:27 + mkdir -p /build
11:28:27 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb /build
11:28:27 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:28:27 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:28:27 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:28:27 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:28:27 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.buildinfo'
11:28:27 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.buildinfo'
11:28:27 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.changes'
11:28:27 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.changes'
11:28:27 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:27 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'
11:28:27 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb'
11:28:28 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
11:28:28 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
11:28:28 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
11:28:28 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1804 kB]
11:28:28 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:28:28 Processing triggers for ca-certificates (20210119) ...
11:28:28 Updating certificates in /etc/ssl/certs...
11:28:28 d0a4bfa485d1: Already exists
11:28:28 Digest: sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:28:28 Status: Downloaded newer image for ubuntu:jammy
11:28:28 go: downloading k8s.io/apimachinery v0.22.4
11:28:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:28 go: downloading github.com/golang/mock v1.6.0
11:28:28 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:28 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:28 go: downloading golang.org/x/net v0.4.0
11:28:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:28 go: downloading golang.org/x/term v0.3.0
11:28:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:28 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:28 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:28 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:28 make[1]: Leaving directory '/root/build-deb'
11:28:28    debian/rules override_dh_auto_test
11:28:28 make[1]: Entering directory '/root/build-deb'
11:28:28 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:28 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:28 PASS: daemon version OK
11:28:28 ver="$(cli/build/docker --version)"; \
11:28:28 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:28 PASS: cli version OK
11:28:28 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:28 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:28 PASS: docker-buildx version OK
11:28:28 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:28 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:28 PASS: docker-compose version OK
11:28:28 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:28 # TODO change once we support scan-plugin on other architectures
11:28:28 if [ "amd64" = "amd64" ]; then \
11:28:28 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:28 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:28 fi
11:28:28 PASS: docker-scan version OK
11:28:28 make[1]: Leaving directory '/root/build-deb'
11:28:28    create-stamp debian/debhelper-build-stamp
11:28:28  debian/rules binary
11:28:28 dh binary --with=bash-completion
11:28:28    dh_testroot
11:28:28    dh_prep
11:28:28    dh_installdirs
11:28:28    debian/rules override_dh_auto_install
11:28:28 make[1]: Entering directory '/root/build-deb'
11:28:28 # docker-ce-cli install
11:28:28 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:28 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:28 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:28 # docker-ce install
11:28:28 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:28 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:28 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:28 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:28 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:28 # docker-buildx-plugin install
11:28:28 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:28 # docker-compose-plugin install
11:28:28 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:28 # docker-scan-plugin install
11:28:28 # TODO change once we support scan-plugin on other architectures
11:28:28 if [ "amd64" = "amd64" ]; then \
11:28:28 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:28 fi
11:28:28 # docker-ce-rootless-extras install
11:28:28 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:28 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:28 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:28 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:28 # TODO: how can we install vpnkit?
11:28:28 make[1]: Leaving directory '/root/build-deb'
11:28:28    debian/rules override_dh_install
11:28:28 make[1]: Entering directory '/root/build-deb'
11:28:28 dh_install
11:28:28 # TODO Can we do this from within our container?
11:28:28 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:28 make[1]: Leaving directory '/root/build-deb'
11:28:28    dh_installdocs
11:28:28    dh_installchangelogs
11:28:28    dh_installman
11:28:28    dh_bash-completion
11:28:28    dh_systemd_enable
11:28:28    debian/rules override_dh_installinit
11:28:28 make[1]: Entering directory '/root/build-deb'
11:28:28 # use "docker" as our service name, not "docker-ce"
11:28:28 dh_installinit --name=docker
11:28:28 make[1]: Leaving directory '/root/build-deb'
11:28:28    dh_systemd_start
11:28:28    dh_perl
11:28:28    dh_link
11:28:28    dh_strip_nondeterminism
11:28:28 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [924 kB]
11:28:28 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
11:28:28 Fetched 19.3 MB in 3s (6904 kB/s)
11:28:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:28 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:28 0 added, 0 removed; done.
11:28:28 Running hooks in /etc/ca-certificates/update.d...
11:28:28 done.
11:28:28 ++ source /etc/os-release
11:28:28 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
11:28:28 +++ NAME='Debian GNU/Linux'
11:28:28 +++ VERSION_ID=11
11:28:28 +++ VERSION='11 (bullseye)'
11:28:28 +++ VERSION_CODENAME=bullseye
11:28:28 +++ ID=debian
11:28:28 +++ HOME_URL=https://www.debian.org/
11:28:28 +++ SUPPORT_URL=https://www.debian.org/support
11:28:28 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:28:28 ++ echo debian
11:28:28 + DIST_ID=debian
11:28:28 ++ lsb_release -sc
11:28:28 + DIST_VERSION=bullseye
11:28:28 + '[' bullseye = sid ']'
11:28:28 + install_debian_containerd
11:28:28 + '[' staging = stage ']'
11:28:28 + REPO_URL=https://download.docker.com/linux/debian
11:28:28 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:28:28 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:28:28 + update-ca-certificates -f
11:28:28 Clearing symlinks in /etc/ssl/certs...
11:28:28 + verify
11:28:28 + dpkg --version
11:28:28 + verify_deb
11:28:28 + apt-get update
11:28:28 Fedora 36 - aarch64 - Updates                    19 MB/s |  33 MB     00:01    
11:28:28    dh_compress
11:28:28    dh_fixperms
11:28:28 done.
11:28:28 Updating certificates in /etc/ssl/certs...
11:28:28 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:28:29    dh_missing
11:28:29    debian/rules override_dh_strip
11:28:29 make[1]: Entering directory '/root/build-deb'
11:28:29 # Go has lots of problems with stripping, so just don't
11:28:29 make[1]: Leaving directory '/root/build-deb'
11:28:29    dh_makeshlibs
11:28:29    debian/rules override_dh_shlibdeps
11:28:29 make[1]: Entering directory '/root/build-deb'
11:28:29 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:29 go: downloading github.com/go-logr/stdr v1.2.2
11:28:29 go: downloading github.com/containerd/typeurl v1.0.2
11:28:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:29 go: downloading github.com/gogo/googleapis v1.4.1
11:28:29 129 added, 0 removed; done.
11:28:29 Running hooks in /etc/ca-certificates/update.d...
11:28:29 done.
11:28:29 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:28:29 + apt-key add -
11:28:29 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
11:28:29 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:28:29 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:28:29 Reading package lists...
11:28:29 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:28:29 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:29 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:29 go: downloading k8s.io/klog/v2 v2.60.1
11:28:29 go: downloading github.com/google/gofuzz v1.2.0
11:28:29 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:29 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:29 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:29 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:28:29 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
11:28:29 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
11:28:29 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
11:28:29 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
11:28:29 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:29 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:29 go: downloading github.com/aws/smithy-go v1.11.2
11:28:29 go: downloading github.com/moby/locker v1.0.1
11:28:29 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:29 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:29 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:29 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:29 Importing GPG key 0x621E9F35:
11:28:29  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:28:29  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
11:28:29  From       : https://download.docker.com/linux/centos/gpg
11:28:29 Running transaction check
11:28:29 Running transaction test
11:28:29 Transaction test succeeded
11:28:29 Running transaction
11:28:29   Installing : libseccomp-2.3.1-4.el7.aarch64                              1/27 
11:28:29   Installing : libcgroup-0.41-21.el7.aarch64                               2/27 
11:28:29   Installing : libselinux-utils-2.5-15.el7.aarch64                         3/27 
11:28:29   Installing : policycoreutils-2.5-34.el7.aarch64                          4/27 
11:28:30 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:30 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:30 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:30 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:30 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:30 go: downloading github.com/json-iterator/go v1.1.12
11:28:30 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:30 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:30 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:30 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:30 OK
11:28:30 + '[' bullseye = sid ']'
11:28:30 ++ dpkg --print-architecture
11:28:30 + ARCH=arm64
11:28:30 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bullseye test'
11:28:30 + apt-get update
11:28:30 go: downloading github.com/moby/spdystream v0.2.0
11:28:30 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:30 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:30   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    5/27 
11:28:30 Reading package lists...
11:28:30 Building dependency tree...
11:28:30 Reading state information...
11:28:30 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:30 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:30 go: downloading k8s.io/klog/v2 v2.60.1
11:28:30 go: downloading github.com/google/gofuzz v1.2.0
11:28:30 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:30 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:30 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:30 go: downloading github.com/aws/smithy-go v1.11.2
11:28:30 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1069 kB]
11:28:30 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [990 kB]
11:28:30 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [5391 B]
11:28:30 go: downloading github.com/moby/locker v1.0.1
11:28:30 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:30 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:30 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:30 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:30 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:30 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:30 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:30 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:30 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:30 go: downloading github.com/json-iterator/go v1.1.12
11:28:30 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:28:30 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:28:30 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:28:30 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
11:28:31 The following additional packages will be installed:
11:28:31   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
11:28:31   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:28:31   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:28:31   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:28:31   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:28:31   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:28:31   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:28:31   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:28:31   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:28:31   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:28:31   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:28:31   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:28:31   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:28:31   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:28:31   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:28:31   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:28:31   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal
11:28:31   libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses
11:28:31   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:28:31   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:28:31   python3-pkg-resources python3-requests python3-requests-unixsocket
11:28:31   python3-six python3-software-properties python3-urllib3 python3.8
11:28:31   python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd
11:28:31   tzdata
11:28:31 Suggested packages:
11:28:31   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:28:31   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:28:31   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:28:31   python3-setuptools python3-cryptography python3-openssl python3-socks
11:28:31   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
11:28:31   systemd-container
11:28:31 Recommended packages:
11:28:31   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
11:28:31   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
11:28:31   networkd-dispatcher libnss-systemd
11:28:31 The following NEW packages will be installed:
11:28:31   apt-transport-https ca-certificates curl dbus dbus-user-session
11:28:31   dconf-gsettings-backend dconf-service dirmngr distro-info-data
11:28:31   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:28:31   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:28:31   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:28:31   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:28:31   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:28:31   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:28:31   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:28:31   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:28:31   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:28:31   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:28:31   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:28:31   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:28:31   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:28:31   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:28:31   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:28:31   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
11:28:31   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
11:28:31   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:28:31   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:28:31   python3-pkg-resources python3-requests python3-requests-unixsocket
11:28:31   python3-six python3-software-properties python3-urllib3 python3.8
11:28:31   python3.8-minimal readline-common software-properties-common systemd
11:28:31   systemd-sysv systemd-timesyncd tzdata
11:28:31 The following packages will be upgraded:
11:28:31   libsystemd0
11:28:31 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:31 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:31 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:31 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:31 go: downloading github.com/moby/spdystream v0.2.0
11:28:31 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:31 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:31 Get:5 https://download.docker.com/linux/debian bullseye/test arm64 Packages [22.1 kB]
11:28:31 Fetched 65.4 kB in 1s (84.2 kB/s)
11:28:31 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
11:28:31 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [384 kB]
11:28:31 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
11:28:31 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
11:28:31 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [750 kB]
11:28:31 1 upgraded, 119 newly installed, 0 to remove and 1 not upgraded.
11:28:31 Need to get 33.6 MB of archives.
11:28:31 After this operation, 141 MB of additional disk space will be used.
11:28:31 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd0 arm64 245.4-4ubuntu3.20 [246 kB]
11:28:31 Reading package lists...
11:28:31 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
11:28:31 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:31 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:31 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:31 ++ xargs
11:28:31 ++ awk '$0="./"$0'
11:28:31 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb'
11:28:31 + set -x
11:28:31 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:31 Selecting previously unselected package docker-ce-cli.
11:28:31 (Reading database ... 9718 files and directories currently installed.)
11:28:31 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ...
11:28:31 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:31 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [371 kB]
11:28:31 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
11:28:31 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [749 kB]
11:28:31 Fetched 24.2 MB in 3s (7444 kB/s)
11:28:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el9.x86_64.rpm
11:28:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w2YR1b
11:28:31 + umask 022
11:28:31 + cd /root/rpmbuild/BUILD
11:28:31 + cd src
11:28:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el9.x86_64
11:28:31 + RPM_EC=0
11:28:31 ++ jobs -p
11:28:31 + exit 0
11:28:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zZO31J
11:28:31 + umask 022
11:28:31 + cd /root/rpmbuild/BUILD
11:28:31 + cd /root/rpmbuild/BUILD
11:28:31 + rm -rf src
11:28:31 + /usr/bin/mkdir -p src
11:28:31 + cd src
11:28:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:28:31 + /usr/bin/tar -xof -
11:28:31 + STATUS=0
11:28:31 + '[' 0 -ne 0 ']'
11:28:31 + /usr/bin/tar -xof -
11:28:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:28:31 + STATUS=0
11:28:31 + '[' 0 -ne 0 ']'
11:28:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:28:31 + RPM_EC=0
11:28:31 ++ jobs -p
11:28:31 + exit 0
11:28:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7C1zsR
11:28:31 + umask 022
11:28:31 + cd /root/rpmbuild/BUILD
11:28:31 + cd src
11:28:31 + pushd /root/rpmbuild/BUILD/src/compose
11:28:31 + make VERSION=v2.16.0 DESTDIR=./bin build
11:28:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:28: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
11:28:31 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:31 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:31 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:31 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:31 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:31 go: downloading github.com/docker/buildx v0.10.2
11:28:31 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:31 go: downloading github.com/moby/buildkit v0.11.2
11:28:31 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:31 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:31 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:31 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:31 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:31 go: downloading golang.org/x/sync v0.1.0
11:28:31 go: downloading github.com/imdario/mergo v0.3.13
11:28:31 go: downloading github.com/containerd/console v1.0.3
11:28:31 go: downloading github.com/buger/goterm v1.0.4
11:28:31 go: downloading github.com/stretchr/testify v1.8.1
11:28:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:31 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:31 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:31 go: downloading google.golang.org/grpc v1.50.1
11:28:31 go: downloading k8s.io/client-go v0.22.4
11:28:31 go: downloading k8s.io/api v0.22.4
11:28:31 go: downloading k8s.io/apimachinery v0.22.4
11:28:31 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:31 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:31 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:31 go: downloading github.com/golang/mock v1.6.0
11:28:31 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:31 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:31 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:31 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:31 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:31 go: downloading golang.org/x/net v0.4.0
11:28:31 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:31 go: downloading golang.org/x/term v0.3.0
11:28:31 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:31 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:31 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:31 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:31   Installing : libnfnetlink-1.0.1-4.el7.aarch64                            6/27 
11:28:31 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.17 [1158 kB]
11:28:32   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/27 
11:28:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
11:28:32 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]
11:28:32 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
11:28:32 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]
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:32   Installing : slirp4netns-0.4.3-4.el7_8.aarch64                           8/27 
11:28:32 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
11:28:32 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
11:28:32 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
11:28:32 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
11:28:32 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
11:28:32 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
11:28:32 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]
11:28:32 go: downloading github.com/go-logr/stdr v1.2.2
11:28:32 go: downloading github.com/containerd/typeurl v1.0.2
11:28:32 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:32 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:32 go: downloading github.com/gogo/googleapis v1.4.1
11:28:32 + make IMAGE=ubuntu:kinetic verify
11:28:32 docker run  --rm -i \
11:28:32 	-v "$(pwd):/v" \
11:28:32 	-e DEBIAN_FRONTEND=noninteractive \
11:28:32 	-e PACKAGE_REPO=staging \
11:28:32 	-w /v \
11:28:32 	ubuntu:kinetic ./verify
11:28:32 Unable to find image 'ubuntu:kinetic' locally
11:28:32 kinetic: Pulling from library/ubuntu
11:28:32 Selecting previously unselected package docker-buildx-plugin.
11:28:32 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_arm64.deb ...
11:28:32 Unpacking docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:28:32 c51f53b9906d: Already exists
11:28:32 Digest: sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:28:32 Status: Downloaded newer image for ubuntu:kinetic
11:28:32 Reading package lists...
11:28:32 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:28:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el9.aarch64.rpm
11:28:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nhxWB5
11:28:32 + umask 022
11:28:32 + cd /root/rpmbuild/BUILD
11:28:32 + cd src
11:28:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
11:28:32 + RPM_EC=0
11:28:32 ++ jobs -p
11:28:32 + exit 0
11:28:33 + verify
11:28:33 + dpkg --version
11:28:33 + verify_deb
11:28:33 + apt-get update
11:28:33 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:28:33 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
11:28:33 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
11:28:33 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libapparmor1 arm64 2.13.3-7ubuntu5.1 [32.9 kB]
11:28:33 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2 arm64 1:2.32-1 [15.5 kB]
11:28:33 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.4 kB]
11:28:33 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
11:28:33 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjson-c4 arm64 0.13.1+dfsg-7ubuntu0.3 [28.3 kB]
11:28:33 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcryptsetup12 arm64 2:2.2.2-3ubuntu2.4 [152 kB]
11:28:33 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip4tc2 arm64 1.8.4-3ubuntu2 [18.4 kB]
11:28:33 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkmod2 arm64 27-1ubuntu2.1 [41.9 kB]
11:28:33 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:28:33 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-timesyncd arm64 245.4-4ubuntu3.20 [26.2 kB]
11:28:33 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd arm64 245.4-4ubuntu3.20 [3499 kB]
11:28:33 Selecting previously unselected package docker-compose-plugin.
11:28:33 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb ...
11:28:33 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:28:33 Reading package lists...
11:28:33 Building dependency tree...
11:28:33 Reading state information...
11:28:33 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:33 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:33 go: downloading k8s.io/klog/v2 v2.60.1
11:28:33 go: downloading github.com/google/gofuzz v1.2.0
11:28:33 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:33 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:33 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:33 go: downloading github.com/aws/smithy-go v1.11.2
11:28:33 go: downloading github.com/moby/locker v1.0.1
11:28:33 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:33 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:33 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:33 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:33 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:33 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:33 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:33 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:33 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:33 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:33 go: downloading github.com/json-iterator/go v1.1.12
11:28:34 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
11:28:34 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:28:34 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:28:34 Fedora 37 openh264 (From Cisco) - aarch64       2.3 kB/s | 2.5 kB     00:01    
11:28:34 Fedora Modular 37 - aarch64                     3.6 MB/s | 3.7 MB     00:01    
11:28:34 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-sysv arm64 245.4-4ubuntu3.20 [10.3 kB]
11:28:34 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.17 [599 kB]
11:28:34 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:28:34 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbus-1-3 arm64 1.12.16-2ubuntu2.3 [169 kB]
11:28:34 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus arm64 1.12.16-2ubuntu2.3 [142 kB]
11:28:34 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:28:34 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.4 [1200 kB]
11:28:34 Get:33 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]
11:28:34 Get:34 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]
11:28:34 The following additional packages will be installed:
11:28:34   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
11:28:34   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:28:34   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
11:28:34   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:28:34   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
11:28:34   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
11:28:34   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
11:28:34   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:28:34   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:28:34   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:28:34   libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2
11:28:34   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
11:28:34   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:28:34   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:28:34   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:28:34   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:28:34   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:28:34   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:28:34   python3-software-properties python3-wadllib python3-zipp python3.10
11:28:34   python3.10-minimal readline-common systemd systemd-sysv
11:28:34 Suggested packages:
11:28:34   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:28:34   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
11:28:34   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:28:34   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:28:34   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:28:34   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:28:34   python3-keyrings.alt python3-testresources python3-setuptools
11:28:34   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
11:28:34   binutils binfmt-support readline-doc systemd-container libfido2-1
11:28:34   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:28:34 Recommended packages:
11:28:34   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
11:28:34   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
11:28:34   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
11:28:34 The following NEW packages will be installed:
11:28:34   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
11:28:34   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:28:34   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:28:34   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:28:34   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:28:34   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:28:34   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
11:28:34   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:28:34   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:28:34   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:28:34   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:28:34   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
11:28:34   lsb-release media-types openssl packagekit pinentry-curses pkexec
11:28:34   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:28:34   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:28:34   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:28:34   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:28:34   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:28:34   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:28:34   python3-software-properties python3-wadllib python3-zipp python3.10
11:28:34   python3.10-minimal readline-common software-properties-common systemd
11:28:34   systemd-sysv
11:28:34 The following packages will be upgraded:
11:28:34   libsystemd0
11:28:34 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:34 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:34 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:34 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:34 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:34 go: downloading github.com/moby/spdystream v0.2.0
11:28:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:34 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:34   Installing : setools-libs-3.3.8-4.el7.aarch64                            9/27 
11:28:34   Installing : docker-compose-plugin-2.16.0-0.el7.aarch64                 10/27 
11:28:34 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
11:28:34 Selecting previously unselected package docker-ce-rootless-extras.
11:28:34 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ...
11:28:34 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:34   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      11/27 
11:28:34   Installing : checkpolicy-2.5-8.el7.aarch64                              12/27 
11:28:34 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2-bin arm64 1:2.32-1 [25.7 kB]
11:28:34 Get:36 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
11:28:34 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:28:34 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:28:34 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
11:28:34 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
11:28:34 Selecting previously unselected package docker-ce.
11:28:34 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ...
11:28:34 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:34 1 upgraded, 107 newly installed, 0 to remove and 1 not upgraded.
11:28:34 Need to get 38.1 MB of archives.
11:28:34 After this operation, 136 MB of additional disk space will be used.
11:28:34 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd0 arm64 249.11-0ubuntu3.7 [314 kB]
11:28:34   Installing : fuse3-libs-3.6.1-4.el7.aarch64                             13/27 
11:28:34   Installing : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       14/27 
11:28:34   Installing : libselinux-python-2.5-15.el7.aarch64                       15/27 
11:28:34   Installing : python-IPy-0.75-6.el7.noarch                               16/27 
11:28:34 make[2]: Leaving directory '/root/build-deb/compose'
11:28:34 # Build the scan-plugin
11:28:34 # TODO change once we support scan-plugin on other architectures
11:28:34 if [ "amd64" = "amd64" ]; then \
11:28:34 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:34 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:34 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:34 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:34 fi
11:28:34 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:34 GO111MODULE=on make -f builder.Makefile build
11:28:34 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:34 mkdir -p bin
11:28:34 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
11:28:34 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:34 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:34 go: downloading github.com/spf13/cobra v1.5.0
11:28:34 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:34 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:34 go: downloading github.com/docker/go-units v0.4.0
11:28:34 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:34 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:34 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:34 go: downloading github.com/moby/sys/mount v0.3.3
11:28:34 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:34 go: downloading github.com/containerd/containerd v1.6.6
11:28:34 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:34 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:34 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:34 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:34 go: downloading github.com/prometheus/client_model v0.2.0
11:28:34 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:35 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]
11:28:35   Installing : libsemanage-python-2.5-14.el7.aarch64                      17/27 
11:28:35   Installing : policycoreutils-python-2.5-34.el7.aarch64                  18/27 
11:28:35 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
11:28:35 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
11:28:35 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
11:28:35 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [403 kB]
11:28:35 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [197 kB]
11:28:35 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [3234 B]
11:28:35 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpam-systemd arm64 245.4-4ubuntu3.20 [175 kB]
11:28:35 Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.5 [570 kB]
11:28:35 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
11:28:35 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:28:35 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-dbus arm64 1.2.16-1build1 [91.4 kB]
11:28:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
11:28:35 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
11:28:35 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]
11:28:35 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
11:28:35 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
11:28:35 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:28:35 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
11:28:35 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
11:28:35 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
11:28:35 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]
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:28:35 make[2]: Leaving directory '/root/build-deb/compose'
11:28:35 # Build the scan-plugin
11:28:35 # TODO change once we support scan-plugin on other architectures
11:28:35 if [ "amd64" = "amd64" ]; then \
11:28:35 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:35 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:35 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:35 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:35 fi
11:28:35 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:35 GO111MODULE=on make -f builder.Makefile build
11:28:35 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:35 mkdir -p bin
11:28:35 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
11:28:35 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:35 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:35 go: downloading github.com/spf13/cobra v1.5.0
11:28:35 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:35 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:35 go: downloading github.com/docker/go-units v0.4.0
11:28:35 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:35 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:35 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:35 go: downloading github.com/moby/sys/mount v0.3.3
11:28:35 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:35 go: downloading github.com/containerd/containerd v1.6.6
11:28:35 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:35 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:35 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:35 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:35 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:35 go: downloading github.com/prometheus/client_model v0.2.0
11:28:35 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:35 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gi arm64 3.36.0-1 [159 kB]
11:28:35 + make IMAGE=quay.io/centos/centos:stream9 verify
11:28:35 docker run  --rm -i \
11:28:35 	-v "$(pwd):/v" \
11:28:35 	-e DEBIAN_FRONTEND=noninteractive \
11:28:35 	-e PACKAGE_REPO=staging \
11:28:35 	-w /v \
11:28:35 	quay.io/centos/centos:stream9 ./verify
11:28:35 Unable to find image 'quay.io/centos/centos:stream9' locally
11:28:35 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [251 kB]
11:28:35 Get:46 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:28:35 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
11:28:35 Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
11:28:35 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2 [497 kB]
11:28:36 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4552 B]
11:28:36 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
11:28:36 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [169 kB]
11:28:36 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [196 kB]
11:28:36 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
11:28:36 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
11:28:36 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
11:28:36 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
11:28:36 Get:53 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
11:28:36 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblmdb0 arm64 0.9.24-1 [43.1 kB]
11:28:36 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-gobject-1-0 arm64 0.105-26ubuntu1.3 [37.4 kB]
11:28:36 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:36 Setting up docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:28:36 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:28:36 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:36 invoke-rc.d: could not determine current runlevel
11:28:36 invoke-rc.d: policy-rc.d denied execution of start.
11:28:36 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:28:36 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:28:36  docker-ce-rootless-extras depends on dbus-user-session; however:
11:28:36   Package dbus-user-session is not installed.
11:28:36 
11:28:36 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_arm64.deb
11:28:36 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [296 kB]
11:28:36 Fetched 21.8 MB in 3s (6975 kB/s)
11:28:36 Get:56 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
11:28:36 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
11:28:36 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
11:28:36 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libapparmor1 arm64 3.0.4-2ubuntu2.1 [38.4 kB]
11:28:36 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
11:28:36 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
11:28:36 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjson-c5 arm64 0.15-3~ubuntu1.22.04.1 [32.7 kB]
11:28:36 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcryptsetup12 arm64 2:2.4.3-1ubuntu1.1 [208 kB]
11:28:36 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip4tc2 arm64 1.8.7-1ubuntu5 [19.8 kB]
11:28:36 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkmod2 arm64 29-1ubuntu1 [46.4 kB]
11:28:36 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd arm64 249.11-0ubuntu3.7 [4421 kB]
11:28:36 stream9: Pulling from centos/centos
11:28:36 7b9586b5ccf9: Already exists
11:28:36 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
11:28:36 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
11:28:36 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.9 [1704 B]
11:28:36 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
11:28:36 Fedora 37 - aarch64 - Updates                    16 MB/s |  25 MB     00:01    
11:28:36   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   34/41 
11:28:36   Installing       : containerd.io-1.6.18-3.1.el8.aarch64                 35/41 
11:28:36   Running scriptlet: containerd.io-1.6.18-3.1.el8.aarch64                 35/41 
11:28:36   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc   36/41 
11:28:36   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a   37/41 
11:28:36   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   38/41 
11:28:36   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   38/41 
11:28:36   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.aar   39/41 
11:28:36   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.aar   39/41 
11:28:36   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        40/41 
11:28:36   Cleanup          : libsemanage-2.9-9.el8_6.aarch64                      41/41 
11:28:36   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   41/41 
11:28:36   Running scriptlet: libsemanage-2.9-9.el8_6.aarch64                      41/41 
11:28:36   Verifying        : libsemanage-2.9-9.el8.aarch64                         1/41 
11:28:36   Verifying        : libsemanage-2.9-9.el8_6.aarch64                       2/41 
11:28:36   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           3/41 
11:28:36   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         4/41 
11:28:36   Verifying        : container-selinux-2:2.195.1-1.module_el8.8.0+1254+    5/41 
11:28:36   Verifying        : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e    6/41 
11:28:36   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc    7/41 
11:28:36   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a    8/41 
11:28:36   Verifying        : checkpolicy-2.9-1.el8.aarch64                         9/41 
11:28:36   Verifying        : diffutils-3.6-6.el8.aarch64                          10/41 
11:28:36   Verifying        : fuse-common-3.3.0-16.el8.aarch64                     11/41 
11:28:36   Verifying        : fuse3-3.3.0-16.el8.aarch64                           12/41 
11:28:36   Verifying        : fuse3-libs-3.3.0-16.el8.aarch64                      13/41 
11:28:36   Verifying        : iptables-1.8.4-24.el8.aarch64                        14/41 
11:28:36   Verifying        : iptables-libs-1.8.4-24.el8.aarch64                   15/41 
11:28:36   Verifying        : kmod-25-19.el8.aarch64                               16/41 
11:28:36   Verifying        : libcgroup-0.41-19.el8.aarch64                        17/41 
11:28:36   Verifying        : libibverbs-41.0-1.el8.aarch64                        18/41 
11:28:36   Verifying        : libmnl-1.0.4-6.el8.aarch64                           19/41 
11:28:36   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.aarch64           20/41 
11:28:36   Verifying        : libnfnetlink-1.0.1-13.el8.aarch64                    21/41 
11:28:36   Verifying        : libnftnl-1.1.5-5.el8.aarch64                         22/41 
11:28:36   Verifying        : libpcap-14:1.9.1-5.el8.aarch64                       23/41 
11:28:36   Verifying        : libselinux-utils-2.9-8.el8.aarch64                   24/41 
11:28:36   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 25/41 
11:28:36   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     26/41 
11:28:36   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    27/41 
11:28:36   Verifying        : python3-libselinux-2.9-8.el8.aarch64                 28/41 
11:28:36   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                29/41 
11:28:36   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          30/41 
11:28:36   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  31/41 
11:28:36   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.aarch64             32/41 
11:28:36   Verifying        : selinux-policy-3.14.3-115.el8.noarch                 33/41 
11:28:36   Verifying        : selinux-policy-targeted-3.14.3-115.el8.noarch        34/41 
11:28:36   Verifying        : xz-5.2.4-4.el8.aarch64                               35/41 
11:28:36   Verifying        : containerd.io-1.6.18-3.1.el8.aarch64                 36/41 
11:28:36   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.aar   37/41 
11:28:36   Verifying        : docker-compose-plugin-2.16.0-0.el8.aarch64           38/41 
11:28:36   Verifying        : docker-buildx-plugin-0.10.4-0.el8.aarch64            39/41 
11:28:36   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   40/41 
11:28:36   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   41/41 
11:28:36 
11:28:36 Downgraded:
11:28:36   libsemanage-2.9-9.el8.aarch64           xz-libs-5.2.4-4.el8.aarch64          
11:28:36 Installed:
11:28:36   checkpolicy-2.9-1.el8.aarch64                                                 
11:28:36   container-selinux-2:2.195.1-1.module_el8.8.0+1254+78119b6e.noarch             
11:28:36   containerd.io-1.6.18-3.1.el8.aarch64                                          
11:28:36   diffutils-3.6-6.el8.aarch64                                                   
11:28:36   docker-buildx-plugin-0.10.4-0.el8.aarch64                                     
11:28:36   docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.aarch64                        
11:28:36   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8.aarch64                    
11:28:36   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.aarch64          
11:28:36   docker-compose-plugin-2.16.0-0.el8.aarch64                                    
11:28:36   fuse-common-3.3.0-16.el8.aarch64                                              
11:28:36   fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e.aarch64                    
11:28:36   fuse3-3.3.0-16.el8.aarch64                                                    
11:28:36   fuse3-libs-3.3.0-16.el8.aarch64                                               
11:28:36   iptables-1.8.4-24.el8.aarch64                                                 
11:28:36   iptables-libs-1.8.4-24.el8.aarch64                                            
11:28:36   kmod-25-19.el8.aarch64                                                        
11:28:36   libcgroup-0.41-19.el8.aarch64                                                 
11:28:36   libibverbs-41.0-1.el8.aarch64                                                 
11:28:36   libmnl-1.0.4-6.el8.aarch64                                                    
11:28:36   libnetfilter_conntrack-1.0.6-5.el8.aarch64                                    
11:28:36   libnfnetlink-1.0.1-13.el8.aarch64                                             
11:28:36   libnftnl-1.1.5-5.el8.aarch64                                                  
11:28:36   libpcap-14:1.9.1-5.el8.aarch64                                                
11:28:36   libselinux-utils-2.9-8.el8.aarch64                                            
11:28:36   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarch64                         
11:28:36   policycoreutils-2.9-21.1.el8.aarch64                                          
11:28:36   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
11:28:36   python3-audit-3.0.7-4.el8.aarch64                                             
11:28:36   python3-libselinux-2.9-8.el8.aarch64                                          
11:28:36   python3-libsemanage-2.9-9.el8.aarch64                                         
11:28:36   python3-policycoreutils-2.9-21.1.el8.noarch                                   
11:28:36   python3-setools-4.3.0-3.el8.aarch64                                           
11:28:36   rpm-plugin-selinux-4.14.3-26.el8.aarch64                                      
11:28:36   selinux-policy-3.14.3-115.el8.noarch                                          
11:28:36   selinux-policy-targeted-3.14.3-115.el8.noarch                                 
11:28:36   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.aarch64                      
11:28:36   xz-5.2.4-4.el8.aarch64                                                        
11:28:36 
11:28:36 Complete!
11:28:36 + verify_binaries
11:28:36 + docker --version
11:28:36 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:36 ++ uname -m
11:28:36 + '[' aarch64 = x86_64 ']'
11:28:36 + docker buildx version
11:28:36 github.com/docker/buildx v0.10.4 c513d34
11:28:36 + docker compose version
11:28:36 Docker Compose version v2.16.0
11:28:36 + dockerd --version
11:28:36 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:36 + docker-proxy --version
11:28:36 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:36 + containerd --version
11:28:36 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:36 + ctr --version
11:28:36 ctr containerd.io 1.6.18
11:28:36 + containerd-shim --help
11:28:36 Usage of containerd-shim:
11:28:36   -address string
11:28:36     	grpc address back to main containerd
11:28:36   -containerd-binary containerd publish
11:28:36     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:36   -criu string
11:28:36     	path to criu binary
11:28:36   -debug
11:28:36     	enable debug output in logs
11:28:36   -namespace string
11:28:36     	namespace that owns the shim
11:28:36   -runtime-root string
11:28:36     	root directory for the runtime (default "/run/containerd/runc")
11:28:36   -socket string
11:28:36     	socket path to serve
11:28:36   -systemd-cgroup
11:28:36     	set runtime to use systemd-cgroup
11:28:36   -workdir string
11:28:36     	path used to storge large temporary data
11:28:36 + containerd-shim-runc-v1 -v
11:28:36 containerd-shim-runc-v1:
11:28:36   Version:  1.6.18
11:28:36   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:36   Go version: go1.19.6
11:28:36 
11:28:36 + containerd-shim-runc-v2 -v
11:28:36 containerd-shim-runc-v2:
11:28:36   Version:  1.6.18
11:28:36   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:36   Go version: go1.19.6
11:28:36 
11:28:36 + runc --version
11:28:36 runc version 1.1.4
11:28:36 commit: v1.1.4-0-g5fd4c4d
11:28:36 spec: 1.0.2-dev
11:28:36 go: go1.19.6
11:28:36 libseccomp: 2.5.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
11:28:36 Reading package lists...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:36 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [40.1 kB]
11:28:36 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [150 kB]
11:28:36 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [28.7 kB]
11:28:36 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [84.7 kB]
11:28:36 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [47.5 kB]
11:28:36 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [98.9 kB]
11:28:36 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [192 kB]
11:28:36 Reading package lists...
11:28:36 Building dependency tree...
11:28:36 Reading state information...
11:28:36 Correcting dependencies... Done
11:28:36 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd-sysv arm64 249.11-0ubuntu3.7 [10.5 kB]
11:28:37 Digest: sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f
11:28:37 Status: Downloaded newer image for quay.io/centos/centos:stream9
11:28:37 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    dh_installdeb
11:28:37    debian/rules override_dh_gencontrol
11:28:37 make[1]: Entering directory '/root/build-deb'
11:28:37 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:28:37 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:28:37 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:37 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:28:37 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:28:37 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:37 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:28:37 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:28:37 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:28:37 if [ "amd64" = "amd64" ]; then \
11:28:37 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:28:37 fi
11:28:37 dh_gencontrol --remaining-packages
11:28:37 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:28:37 Skipping docker-ce, it is already installed and upgrade is not set.
11:28:37 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:28:37 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:28:37 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:28:37 The following additional packages will be installed:
11:28:37   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:28:37   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:28:37   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:28:37   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:28:37 Suggested packages:
11:28:37   firewalld kmod systemd-container policykit-1
11:28:37 Recommended packages:
11:28:37   nftables systemd-timesyncd | time-daemon libnss-systemd
11:28:37 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.8 [1161 kB]
11:28:37 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:37 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    debian/rules override_dh_auto_test
11:28:37 make[1]: Entering directory '/root/build-deb'
11:28:37 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:37 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:37 PASS: daemon version OK
11:28:37 ver="$(cli/build/docker --version)"; \
11:28:37 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:37 PASS: cli version OK
11:28:37 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:37 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:37 PASS: docker-buildx version OK
11:28:37 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:37 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:37 PASS: docker-compose version OK
11:28:37 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:37 # TODO change once we support scan-plugin on other architectures
11:28:37 if [ "amd64" = "amd64" ]; then \
11:28:37 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:37 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:37 fi
11:28:37 PASS: docker-scan version OK
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    create-stamp debian/debhelper-build-stamp
11:28:37  debian/rules binary
11:28:37 dh binary --with=bash-completion
11:28:37    dh_testroot
11:28:37 + verify
11:28:37 + dpkg --version
11:28:37 + rpm --version
11:28:37 + verify_rpm
11:28:37 ++ . /etc/os-release
11:28:37 +++ NAME='CentOS Stream'
11:28:37 +++ VERSION=9
11:28:37 +++ ID=centos
11:28:37 +++ ID_LIKE='rhel fedora'
11:28:37 +++ VERSION_ID=9
11:28:37 +++ PLATFORM_ID=platform:el9
11:28:37 +++ PRETTY_NAME='CentOS Stream 9'
11:28:37 +++ ANSI_COLOR='0;31'
11:28:37 +++ LOGO=fedora-logo-icon
11:28:37 +++ CPE_NAME=cpe:/o:centos:centos:9
11:28:37 +++ HOME_URL=https://centos.org/
11:28:37 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:37 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:28:37 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:28:37 ++ echo centos
11:28:37 + DIST_ID=centos
11:28:37 ++ . /etc/os-release
11:28:37 +++ NAME='CentOS Stream'
11:28:37 +++ VERSION=9
11:28:37 +++ ID=centos
11:28:37 +++ ID_LIKE='rhel fedora'
11:28:37 +++ VERSION_ID=9
11:28:37 +++ PLATFORM_ID=platform:el9
11:28:37 +++ PRETTY_NAME='CentOS Stream 9'
11:28:37 +++ ANSI_COLOR='0;31'
11:28:37 +++ LOGO=fedora-logo-icon
11:28:37 +++ CPE_NAME=cpe:/o:centos:centos:9
11:28:37 +++ HOME_URL=https://centos.org/
11:28:37 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:37 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:28:37 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:28:37 ++ echo 9
11:28:37 ++ cut -d. -f1
11:28:37 + DIST_VERSION=9
11:28:37 + pkg_manager=yum
11:28:37 + pkg_config_manager=yum-config-manager
11:28:37 + dnf --version
11:28:37 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [14.7 kB]
11:28:37 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [88.4 kB]
11:28:37 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB]
11:28:37 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
11:28:37 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:28:37 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB]
11:28:37 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
11:28:37 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
11:28:37 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
11:28:37 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.16 [215 kB]
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    dh_md5sums
11:28:37 The following NEW packages will be installed:
11:28:37   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:28:37   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:28:37   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:28:37   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:28:37 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:28:37 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdbus-1-3 arm64 1.12.20-2ubuntu4.1 [187 kB]
11:28:37 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus arm64 1.12.20-2ubuntu4.1 [154 kB]
11:28:37 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:28:37 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
11:28:37    dh_prep
11:28:37    dh_installdirs
11:28:37    debian/rules override_dh_auto_install
11:28:37 make[1]: Entering directory '/root/build-deb'
11:28:37 # docker-ce-cli install
11:28:37 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:37 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:37 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:37 # docker-ce install
11:28:37 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:37 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:37 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:37 # docker-buildx-plugin install
11:28:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:37 4.14.0
11:28:37   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Mar  7 09:30:47 2023
11:28:37   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
11:28:37 
11:28:37   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Tue Mar  7 09:30:42 2023
11:28:37   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
11:28:37 + pkg_manager=dnf
11:28:37 + pkg_config_manager='dnf config-manager'
11:28:37 + dnf clean all
11:28:37 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.16 [157 kB]
11:28:37    debian/rules override_dh_builddeb
11:28:37 make[1]: Entering directory '/root/build-deb'
11:28:37 dh_builddeb -- -Zxz
11:28:37 Reading package lists...
11:28:37 make[2]: Leaving directory '/root/build-deb/compose'
11:28:37 # Build the scan-plugin
11:28:37 # TODO change once we support scan-plugin on other architectures
11:28:37 if [ "amd64" = "amd64" ]; then \
11:28:37 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:37 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:37 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:37 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:37 fi
11:28:37 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:37 GO111MODULE=on make -f builder.Makefile build
11:28:37 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:37 mkdir -p bin
11:28:37 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
11:28:37 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:37 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:37 go: downloading github.com/spf13/cobra v1.5.0
11:28:37 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:37 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:37 go: downloading github.com/docker/go-units v0.4.0
11:28:37 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:37 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:37 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:37 go: downloading github.com/moby/sys/mount v0.3.3
11:28:37 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:37 go: downloading github.com/containerd/containerd v1.6.6
11:28:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:37 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:37 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:37 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:37 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:37 go: downloading github.com/prometheus/client_model v0.2.0
11:28:37 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:37 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
11:28:37 Need to get 26.4 MB of archives.
11:28:37 After this operation, 116 MB of additional disk space will be used.
11:28:37 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
11:28:37 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
11:28:37 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
11:28:37 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
11:28:37 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
11:28:37 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
11:28:37 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
11:28:37 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
11:28:37 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
11:28:37 Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
11:28:37 Get:11 https://download.docker.com/linux/debian bullseye/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:28:37 Get:12 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u1 [113 kB]
11:28:37 Get:13 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.24-0+deb11u1 [232 kB]
11:28:37 Get:14 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
11:28:37 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u1 [274 kB]
11:28:37 Get:16 http://deb.debian.org/debian bullseye/main arm64 dbus-user-session arm64 1.12.24-0+deb11u1 [99.7 kB]
11:28:37 Get:17 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
11:28:37 Get:18 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
11:28:37 Get:19 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
11:28:37 Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
11:28:37 Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
11:28:37 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
11:28:37 Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
11:28:37 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgirepository-1.0-1 arm64 1.72.0-1 [53.5 kB]
11:28:37 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-glib-2.0 arm64 1.72.0-1 [165 kB]
11:28:37 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
11:28:37 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
11:28:37 # docker-compose-plugin install
11:28:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:37 # docker-scan-plugin install
11:28:37 # TODO change once we support scan-plugin on other architectures
11:28:37 if [ "amd64" = "amd64" ]; then \
11:28:37 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:37 fi
11:28:37 # docker-ce-rootless-extras install
11:28:37 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:37 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:37 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:37 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:37 # TODO: how can we install vpnkit?
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    debian/rules override_dh_install
11:28:37 make[1]: Entering directory '/root/build-deb'
11:28:37 dh_install
11:28:37 # TODO Can we do this from within our container?
11:28:37 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:37 make[1]: Leaving directory '/root/build-deb'
11:28:37    dh_installdocs
11:28:37 0 files removed
11:28:37 + dnf install -y 'dnf-command(config-manager)'
11:28:37 Get:79 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus-user-session arm64 1.12.16-2ubuntu2.3 [9424 B]
11:28:37 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdconf1 arm64 0.36.0-1 [35.9 kB]
11:28:37 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-service arm64 0.36.0-1 [27.8 kB]
11:28:37 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-gsettings-backend arm64 0.36.0-1 [20.9 kB]
11:28:37 Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
11:28:37 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
11:28:37 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb'.
11:28:37 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'.
11:28:37 Building dependency tree...
11:28:37 Reading state information...
11:28:38 debconf: delaying package configuration, since apt-utils is not installed
11:28:38    dh_installchangelogs
11:28:38    dh_installman
11:28:38 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB]
11:28:38 Get:86 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
11:28:38 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
11:28:38 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpackagekit-glib2-18 arm64 1.1.13-2ubuntu1.1 [92.8 kB]
11:28:38 The following additional packages will be installed:
11:28:38   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
11:28:38   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:28:38   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:28:38   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:28:38   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:28:38   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
11:28:38   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
11:28:38   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
11:28:38   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
11:28:38   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
11:28:38   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
11:28:38   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
11:28:38   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
11:28:38   libsystemd-shared libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8
11:28:38   libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses
11:28:38   pkexec policykit-1 polkitd python-apt-common python3 python3-apt
11:28:38   python3-blinker python3-cffi-backend python3-cryptography python3-dbus
11:28:38   python3-distro python3-gi python3-httplib2 python3-importlib-metadata
11:28:38   python3-jeepney python3-jwt python3-keyring python3-launchpadlib
11:28:38   python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:28:38   python3-more-itertools python3-oauthlib python3-pkg-resources
11:28:38   python3-pyparsing python3-secretstorage python3-six
11:28:38   python3-software-properties python3-wadllib python3-zipp python3.10
11:28:38   python3.10-minimal readline-common systemd systemd-sysv
11:28:38 Suggested packages:
11:28:38   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:28:38   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:28:38   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:28:38   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:28:38   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:28:38   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:28:38   python3-keyrings.alt python3-testresources python3-setuptools
11:28:38   python-pyparsing-doc python-secretstorage-doc gnome-keyring
11:28:38   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
11:28:38   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
11:28:38   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:28:38 Recommended packages:
11:28:38   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
11:28:38   libldap-common dbus-user-session publicsuffix libsasl2-modules
11:28:38   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
11:28:38   | time-daemon systemd-resolved libnss-systemd
11:28:38 The following NEW packages will be installed:
11:28:38   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:28:38   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:28:38   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:28:38   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:28:38   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:28:38   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:28:38   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:28:38   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
11:28:38   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:28:38   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:28:38   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:28:38   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:28:38   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:28:38   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
11:28:38   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
11:28:38   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
11:28:38   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:28:38   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:28:38   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
11:28:38   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
11:28:38   python3-minimal python3-more-itertools python3-oauthlib
11:28:38   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:28:38   python3-software-properties python3-wadllib python3-zipp python3.10
11:28:38   python3.10-minimal readline-common software-properties-common systemd
11:28:38   systemd-sysv
11:28:38 The following packages will be upgraded:
11:28:38   libsystemd0 libudev1
11:28:38 + popd
11:28:38 + exit 0
11:28:38 ~/rpmbuild/BUILD/src
11:28:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CHn3SR
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64 '!=' / ']'
11:28:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 + mkdir -p /root/rpmbuild/BUILDROOT
11:28:38 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 + cd src
11:28:38 + pushd /root/rpmbuild/BUILD/src/compose
11:28:38 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:28:38 + 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
11:28:38 + popd
11:28:38 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:38 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:28:38 ~/rpmbuild/BUILD/src
11:28:38 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:38 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:28:38 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:38 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:28:38 + for f in LICENSE MAINTAINERS NOTICE README.md
11:28:38 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:28:38 + /usr/lib/rpm/check-buildroot
11:28:38 + /usr/lib/rpm/redhat/brp-ldconfig
11:28:38 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:28:38 + /usr/lib/rpm/brp-compress
11:28:38 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:28:38 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:28:38 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:28:38 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:28:38 + /usr/lib/rpm/brp-python-hardlink
11:28:38 + PYTHON3=/usr/libexec/platform-python
11:28:38 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:28:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HOkiSw
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd src
11:28:38 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:28:38 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:28:38 PASS: docker-compose version OK
11:28:38 + ver=v2.16.0
11:28:38 + test v2.16.0 = v2.16.0
11:28:38 + echo 'PASS: docker-compose version OK'
11:28:38 + exit 0
11:28:38 Processing files: docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rDi8fG
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd src
11:28:38 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
11:28:38 + export LC_ALL=C
11:28:38 + LC_ALL=C
11:28:38 + export DOCDIR
11:28:38 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
11:28:38 + 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
11:28:38 + exit 0
11:28:38 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oamjgO
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd src
11:28:38 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
11:28:38 + export LC_ALL=C
11:28:38 + LC_ALL=C
11:28:38 + export LICENSEDIR
11:28:38 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
11:28:38 + 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
11:28:38 + 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
11:28:38 + exit 0
11:28:38 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
11:28:38 Provides: docker-compose-plugin = 0:2.16.0-0.el8 docker-compose-plugin(x86-64) = 0:2.16.0-0.el8
11:28:38 Requires(interp): /bin/sh /bin/sh /bin/sh
11:28:38 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:28:38 Requires(post): /bin/sh
11:28:38 Requires(preun): /bin/sh
11:28:38 Requires(postun): /bin/sh
11:28:38 Enhances: docker-ce-cli
11:28:38 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el8.src.rpm
11:28:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el8.x86_64.rpm
11:28:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gHUASZ
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd src
11:28:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
11:28:38 + exit 0
11:28:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rO8toW
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + rm -rf src
11:28:38 + /usr/bin/mkdir -p src
11:28:38 + cd src
11:28:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:28:38 + /usr/bin/tar -xof -
11:28:38 + STATUS=0
11:28:38 + '[' 0 -ne 0 ']'
11:28:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:28:38 + /usr/bin/tar -xof -
11:28:38 + STATUS=0
11:28:38 + '[' 0 -ne 0 ']'
11:28:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:28:38 + exit 0
11:28:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UT1mYb
11:28:38 + umask 022
11:28:38 + cd /root/rpmbuild/BUILD
11:28:38 + cd src
11:28:38 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:28:38 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:28:38 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
11:28:38 GO111MODULE=on make -f builder.Makefile build
11:28:38 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:28:38 mkdir -p bin
11:28:38 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
11:28:38 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:38 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:38 Fetched 26.4 MB in 1s (49.6 MB/s)
11:28:38 Selecting previously unselected package libapparmor1:arm64.
11:28:38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9944 files and directories currently installed.)
11:28:38 Preparing to unpack .../0-libapparmor1_2.13.6-10_arm64.deb ...
11:28:38 Unpacking libapparmor1:arm64 (2.13.6-10) ...
11:28:38 Selecting previously unselected package libcap2:arm64.
11:28:38 Preparing to unpack .../1-libcap2_1%3a2.44-1_arm64.deb ...
11:28:38 Unpacking libcap2:arm64 (1:2.44-1) ...
11:28:38 Selecting previously unselected package libargon2-1:arm64.
11:28:38 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_arm64.deb ...
11:28:38 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
11:28:38 Selecting previously unselected package dmsetup.
11:28:38 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
11:28:38 Unpacking dmsetup (2:1.02.175-2.1) ...
11:28:38 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28:38 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:28:38 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:28:38 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
11:28:38    dh_bash-completion
11:28:38    dh_systemd_enable
11:28:38    debian/rules override_dh_installinit
11:28:38 make[1]: Entering directory '/root/build-deb'
11:28:38 # use "docker" as our service name, not "docker-ce"
11:28:38 dh_installinit --name=docker
11:28:38 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.13-2ubuntu1.1 [21.6 kB]
11:28:38 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libproxy1v5 arm64 0.4.15-10ubuntu1.2 [44.8 kB]
11:28:38 go: downloading github.com/spf13/cobra v1.5.0
11:28:38 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:38 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:38 go: downloading github.com/docker/go-units v0.4.0
11:28:38 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:38 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:38 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:38 go: downloading github.com/moby/sys/mount v0.3.3
11:28:38 Selecting previously unselected package libjson-c5:arm64.
11:28:38 Preparing to unpack .../5-libjson-c5_0.15-2_arm64.deb ...
11:28:38 Unpacking libjson-c5:arm64 (0.15-2) ...
11:28:38 Selecting previously unselected package libcryptsetup12:arm64.
11:28:38 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
11:28:38 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
11:28:38 Selecting previously unselected package libip4tc2:arm64.
11:28:38 Preparing to unpack .../7-libip4tc2_1.8.7-1_arm64.deb ...
11:28:38 Unpacking libip4tc2:arm64 (1.8.7-1) ...
11:28:38 Selecting previously unselected package libkmod2:arm64.
11:28:38 Preparing to unpack .../8-libkmod2_28-1_arm64.deb ...
11:28:38 Unpacking libkmod2:arm64 (28-1) ...
11:28:38 Selecting previously unselected package systemd.
11:28:38 Preparing to unpack .../9-systemd_247.3-7+deb11u1_arm64.deb ...
11:28:38 Unpacking systemd (247.3-7+deb11u1) ...
11:28:38 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
11:28:38 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
11:28:38 make[1]: Leaving directory '/root/build-deb'
11:28:38    dh_systemd_start
11:28:38    dh_perl
11:28:38    dh_link
11:28:38    dh_strip_nondeterminism
11:28:38 2 upgraded, 122 newly installed, 0 to remove and 2 not upgraded.
11:28:38 Need to get 40.5 MB of archives.
11:28:38 After this operation, 155 MB of additional disk space will be used.
11:28:38 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2.1 [1755 kB]
11:28:38 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
11:28:38 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-services arm64 2.64.2-1ubuntu0.1 [10.4 kB]
11:28:38 Get:93 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
11:28:38 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking arm64 2.64.2-1ubuntu0.1 [55.1 kB]
11:28:38 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:28:38 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
11:28:38 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
11:28:38 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
11:28:38 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
11:28:38 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:38 go: downloading github.com/containerd/containerd v1.6.6
11:28:38 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:38 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:38 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:38 # Build the compose plugin
11:28:38 cd /go/src/github.com/docker/compose \
11:28:38 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
11:28:38 make[2]: Entering directory '/root/build-deb/compose'
11:28: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
11:28:38 go: downloading github.com/docker/cli v23.0.0+incompatible
11:28:38 go: downloading github.com/theupdateframework/notary v0.7.0
11:28:38 go: downloading github.com/compose-spec/compose-go v1.9.0
11:28:38 go: downloading github.com/hashicorp/go-version v1.6.0
11:28:38 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:28:38 go: downloading github.com/docker/buildx v0.10.2
11:28:38 go: downloading github.com/mattn/go-shellwords v1.0.12
11:28:38 go: downloading github.com/moby/buildkit v0.11.2
11:28:38 go: downloading go.opentelemetry.io/otel v1.13.0
11:28:38 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:28:38 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:28:38 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:28:38 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:28:38 go: downloading golang.org/x/sync v0.1.0
11:28:38 go: downloading github.com/imdario/mergo v0.3.13
11:28:38 go: downloading github.com/containerd/console v1.0.3
11:28:38 go: downloading github.com/buger/goterm v1.0.4
11:28:38 go: downloading github.com/stretchr/testify v1.8.1
11:28:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:28:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:28:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:28:38 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:28:38 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:28:38 go: downloading google.golang.org/grpc v1.50.1
11:28:38 go: downloading k8s.io/client-go v0.22.4
11:28:38 go: downloading k8s.io/api v0.22.4
11:28:39 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB]
11:28:39 go: downloading k8s.io/apimachinery v0.22.4
11:28:39 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:28:39 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:28:39 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:28:39 go: downloading github.com/golang/mock v1.6.0
11:28:39 Setting up libapparmor1:arm64 (2.13.6-10) ...
11:28:39 Setting up libcap2:arm64 (1:2.44-1) ...
11:28:39 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
11:28:39 Setting up libjson-c5:arm64 (0.15-2) ...
11:28:39 Setting up libip4tc2:arm64 (1.8.7-1) ...
11:28:39 Setting up libkmod2:arm64 (28-1) ...
11:28:39 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:28:39 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
11:28:39 Setting up systemd (247.3-7+deb11u1) ...
11:28:39 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:39 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:39 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:28:39 Initializing machine ID from random generator.
11:28:39 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpam-systemd arm64 249.11-0ubuntu3.7 [205 kB]
11:28:39 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
11:28:39 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:39 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB]
11:28:39 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
11:28:39 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:28:39 go: downloading github.com/hashicorp/errwrap v1.1.0
11:28:39 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:28:39 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:28:39 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:28:39 go: downloading golang.org/x/net v0.4.0
11:28:39 Setting up dmsetup (2:1.02.175-2.1) ...
11:28:39 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
11:28:39 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:28:39 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:28:39 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0ubuntu1 [161 kB]
11:28:39 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
11:28:39 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-gi arm64 3.42.1-0ubuntu1 [228 kB]
11:28:39 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
11:28:39 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libexpat1 arm64 2.4.8-2ubuntu0.22.10.1 [72.1 kB]
11:28:39 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
11:28:39 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
11:28:39 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
11:28:39 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:28:39 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
11:28:39 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
11:28:39 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
11:28:39 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
11:28:39 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:39 go: downloading github.com/prometheus/client_model v0.2.0
11:28:39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:39    dh_compress
11:28:39    dh_fixperms
11:28:39 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:28:39 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsoup2.4-1 arm64 2.70.0-1 [245 kB]
11:28:39 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstemmer0d arm64 0+svn585-2 [60.6 kB]
11:28:39 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libappstream4 arm64 0.12.10-2 [120 kB]
11:28:39 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-bin arm64 2.64.6-1~ubuntu20.04.4 [69.2 kB]
11:28:39 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgstreamer1.0-0 arm64 1.16.3-0ubuntu1.1 [803 kB]
11:28:39 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-agent-1-0 arm64 0.105-26ubuntu1.3 [14.2 kB]
11:28:39 Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 policykit-1 arm64 0.105-26ubuntu1.3 [79.4 kB]
11:28:39 Selecting previously unselected package systemd-sysv.
11:28: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 ... 10793 files and directories currently installed.)
11:28:39 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_arm64.deb ...
11:28:39 Unpacking systemd-sysv (247.3-7+deb11u1) ...
11:28:39 Selecting previously unselected package dbus.
11:28:39 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_arm64.deb ...
11:28:39 Unpacking dbus (1.12.24-0+deb11u1) ...
11:28:39 Selecting previously unselected package netbase.
11:28:39 Preparing to unpack .../02-netbase_6.3_all.deb ...
11:28:39 Unpacking netbase (6.3) ...
11:28:39 Selecting previously unselected package libpam-systemd:arm64.
11:28:39 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_arm64.deb ...
11:28:39 Unpacking libpam-systemd:arm64 (247.3-7+deb11u1) ...
11:28:39 Selecting previously unselected package containerd.io.
11:28:39 Preparing to unpack .../04-containerd.io_1.6.18-1_arm64.deb ...
11:28:39 Unpacking containerd.io (1.6.18-1) ...
11:28:39 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
11:28:39    dh_missing
11:28:39    debian/rules override_dh_strip
11:28:39 make[1]: Entering directory '/root/build-deb'
11:28:39 # Go has lots of problems with stripping, so just don't
11:28:39 make[1]: Leaving directory '/root/build-deb'
11:28:39    dh_makeshlibs
11:28:39    debian/rules override_dh_shlibdeps
11:28:39 make[1]: Entering directory '/root/build-deb'
11:28:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:39 CentOS Stream 9 - BaseOS                        3.6 MB/s | 6.5 MB     00:01    
11:28:39 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
11:28:39 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
11:28:39 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:28:39 go: downloading golang.org/x/term v0.3.0
11:28:39 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:28:39 go: downloading github.com/mattn/go-runewidth v0.0.14
11:28:39 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:28:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:28:39 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:28:39 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
11:28:39 make[2]: Leaving directory '/root/build-deb/compose'
11:28:39 # Build the scan-plugin
11:28:39 # TODO change once we support scan-plugin on other architectures
11:28:39 if [ "amd64" = "amd64" ]; then \
11:28:39 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:39 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:39 fi
11:28:39 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:39 GO111MODULE=on make -f builder.Makefile build
11:28:39 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:39 mkdir -p bin
11:28:39 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
11:28:39 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:39 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:39 go: downloading github.com/spf13/cobra v1.5.0
11:28:39 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:39 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:39 go: downloading github.com/docker/go-units v0.4.0
11:28:39 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:39 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:39 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:39 go: downloading github.com/moby/sys/mount v0.3.3
11:28:39 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:39 go: downloading github.com/containerd/containerd v1.6.6
11:28:39 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:39 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:39 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:39 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:39 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:39 go: downloading github.com/prometheus/client_model v0.2.0
11:28:39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:40 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:28:40 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
11:28:40 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:28:40 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:28:40 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 apt-transport-https all 2.4.8 [1506 B]
11:28:40 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:28:40 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.2 [21.1 kB]
11:28:40 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.2 [55.6 kB]
11:28:40 Get:52 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]
11:28:40 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:28:40 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:28:40 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.8 [284 kB]
11:28:40 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:28:40 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
11:28:40 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
11:28:40 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
11:28:40 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
11:28:40 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:28:40 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
11:28:40 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.11 [21.6 kB]
11:28:40 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 packagekit arm64 1.1.13-2ubuntu1.1 [388 kB]
11:28:40 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.11 [10.4 kB]
11:28:40 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
11:28:40 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
11:28:40 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
11:28:40 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
11:28:40 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
11:28:40 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
11:28:40 debconf: delaying package configuration, since apt-utils is not installed
11:28:40 Fetched 33.6 MB in 9s (3632 kB/s)
11:28: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 ... 4119 files and directories currently installed.)
11:28:40 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.20_arm64.deb ...
11:28:40 Unpacking libsystemd0:arm64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:28:40 Setting up libsystemd0:arm64 (245.4-4ubuntu3.20) ...
11:28:40 Selecting previously unselected package libssl1.1:arm64.
11:28: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 ... 4119 files and directories currently installed.)
11:28:40 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_arm64.deb ...
11:28:40 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
11:28:40 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.8 [190 kB]
11:28:40 Selecting previously unselected package libpython3.8-minimal:arm64.
11:28:40 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:28:40 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:28:40 Selecting previously unselected package libexpat1:arm64.
11:28:40 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
11:28:40 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:28:41 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
11:28:41 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
11:28:41 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
11:28:41 Fedora Modular 36 - aarch64 - Updates           2.2 MB/s | 2.8 MB     00:01    
11:28:41 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
11:28:41 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libudev1 arm64 251.4-1ubuntu7.1 [78.6 kB]
11:28:41 Selecting previously unselected package python3.8-minimal.
11:28:41 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:28:41 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:28:41 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
11:28:41 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:28:41 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
11:28:41 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
11:28:41 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
11:28:41 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:28:41 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
11:28:41 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
11:28:41 go: downloading github.com/go-logr/stdr v1.2.2
11:28:41 go: downloading github.com/containerd/typeurl v1.0.2
11:28:41 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:28:41 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:28:41 go: downloading github.com/gogo/googleapis v1.4.1
11:28:41 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
11:28:41 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
11:28:41 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
11:28:41 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
11:28:41 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:28:41 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:28:41 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:28:41 Selecting previously unselected package dbus-user-session.
11:28:41 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_arm64.deb ...
11:28:41 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
11:28:41 Selecting previously unselected package libip6tc2:arm64.
11:28:41 Preparing to unpack .../06-libip6tc2_1.8.7-1_arm64.deb ...
11:28:41 Unpacking libip6tc2:arm64 (1.8.7-1) ...
11:28:41 Selecting previously unselected package libxtables12:arm64.
11:28:41 Preparing to unpack .../07-libxtables12_1.8.7-1_arm64.deb ...
11:28:41 Unpacking libxtables12:arm64 (1.8.7-1) ...
11:28:41 Selecting previously unselected package libmnl0:arm64.
11:28:41 Preparing to unpack .../08-libmnl0_1.0.4-3_arm64.deb ...
11:28:41 Unpacking libmnl0:arm64 (1.0.4-3) ...
11:28:41 Selecting previously unselected package libnfnetlink0:arm64.
11:28:41 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
11:28:41 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:28:41 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:28:41 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
11:28:41 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
11:28:41 Selecting previously unselected package libnftnl11:arm64.
11:28:41 Preparing to unpack .../11-libnftnl11_1.1.9-1_arm64.deb ...
11:28:41 Unpacking libnftnl11:arm64 (1.1.9-1) ...
11:28:41 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
11:28:41 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
11:28:41 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
11:28:41 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsystemd-shared arm64 251.4-1ubuntu7.1 [1617 kB]
11:28:41 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libsystemd0 arm64 251.4-1ubuntu7.1 [318 kB]
11:28:41 Selecting previously unselected package iptables.
11:28:41 Preparing to unpack .../12-iptables_1.8.7-1_arm64.deb ...
11:28:41 Unpacking iptables (1.8.7-1) ...
11:28:41 Setting up systemd-sysv (247.3-7+deb11u1) ...
11:28:41 Setting up libip6tc2:arm64 (1.8.7-1) ...
11:28:41 Setting up dbus (1.12.24-0+deb11u1) ...
11:28:41 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
11:28:41 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
11:28:41 make[2]: Leaving directory '/root/build-deb/compose'
11:28:41 # Build the scan-plugin
11:28:41 # TODO change once we support scan-plugin on other architectures
11:28:41 if [ "amd64" = "amd64" ]; then \
11:28:41 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:41 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:41 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:41 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:41 fi
11:28:41 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:41 GO111MODULE=on make -f builder.Makefile build
11:28:41 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:41 mkdir -p bin
11:28:41 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
11:28:41 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:41 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:41 go: downloading github.com/spf13/cobra v1.5.0
11:28:41 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:41 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:41 go: downloading github.com/docker/go-units v0.4.0
11:28:41 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:41 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:41 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:41 go: downloading github.com/moby/sys/mount v0.3.3
11:28:41 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:41 go: downloading github.com/containerd/containerd v1.6.6
11:28:41 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:41 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:41 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:41 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:41 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:41 go: downloading github.com/prometheus/client_model v0.2.0
11:28:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:41 make[2]: Leaving directory '/root/build-deb/compose'
11:28:41 # Build the scan-plugin
11:28:41 # TODO change once we support scan-plugin on other architectures
11:28:41 if [ "amd64" = "amd64" ]; then \
11:28:41 	cd /go/src/github.com/docker/scan-cli-plugin \
11:28:41 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:28:41 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:28:41 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:28:41 fi
11:28:41 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:41 GO111MODULE=on make -f builder.Makefile build
11:28:41 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:28:41 mkdir -p bin
11:28:41 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
11:28:41 go: downloading github.com/docker/cli v20.10.17+incompatible
11:28:41 go: downloading github.com/docker/docker v20.10.17+incompatible
11:28:41 go: downloading github.com/spf13/cobra v1.5.0
11:28:41 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:28:41 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:28:41 go: downloading github.com/docker/go-units v0.4.0
11:28:41 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:28:41 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:28:41 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:28:41 go: downloading github.com/moby/sys/mount v0.3.3
11:28:41 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:28:41 go: downloading github.com/containerd/containerd v1.6.6
11:28:41 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:28:41 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:28:41 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:28:41 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:28:41 go: downloading github.com/prometheus/client_golang v1.12.2
11:28:41 go: downloading github.com/prometheus/client_model v0.2.0
11:28:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:28:41 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:41 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:41 make[1]: Leaving directory '/root/build-deb'
11:28:41    debian/rules override_dh_auto_test
11:28:41 make[1]: Entering directory '/root/build-deb'
11:28:41 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:41 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:41 PASS: daemon version OK
11:28:41 ver="$(cli/build/docker --version)"; \
11:28:41 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:41 Selecting previously unselected package python3-minimal.
11:28: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 ... 4420 files and directories currently installed.)
11:28:41 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
11:28:41 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:28:41 Selecting previously unselected package mime-support.
11:28:41 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:28:41 Unpacking mime-support (3.64ubuntu1) ...
11:28:41 Selecting previously unselected package libmpdec2:arm64.
11:28:41 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
11:28:41 Unpacking libmpdec2:arm64 (2.4.2-3) ...
11:28:41 Selecting previously unselected package readline-common.
11:28:41 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:28:41 Unpacking readline-common (8.0-4) ...
11:28:42 invoke-rc.d: could not determine current runlevel
11:28:42 invoke-rc.d: policy-rc.d denied execution of start.
11:28:42 Setting up libmnl0:arm64 (1.0.4-3) ...
11:28:42 Setting up containerd.io (1.6.18-1) ...
11:28:42 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:28:42 Setting up libxtables12:arm64 (1.8.7-1) ...
11:28:42 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:28:42 Setting up libpam-systemd:arm64 (247.3-7+deb11u1) ...
11:28:42 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
11:28:42 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
11:28:42 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
11:28:42 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:28:42 PASS: cli version OK
11:28:42 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:42 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:42 PASS: docker-buildx version OK
11:28:42 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:42 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:42 PASS: docker-compose version OK
11:28:42 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:42 # TODO change once we support scan-plugin on other architectures
11:28:42 if [ "amd64" = "amd64" ]; then \
11:28:42 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:42 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:42 fi
11:28:42 PASS: docker-scan version OK
11:28:42 make[1]: Leaving directory '/root/build-deb'
11:28:42    create-stamp debian/debhelper-build-stamp
11:28:42  debian/rules binary
11:28:42 dh binary --with=bash-completion
11:28:42    dh_testroot
11:28:42    dh_prep
11:28:42    dh_installdirs
11:28:42    debian/rules override_dh_auto_install
11:28:42 make[1]: Entering directory '/root/build-deb'
11:28:42 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 systemd arm64 251.4-1ubuntu7.1 [2712 kB]
11:28:42 Selecting previously unselected package libreadline8:arm64.
11:28:42 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
11:28:42 Unpacking libreadline8:arm64 (8.0-4) ...
11:28:42 Selecting previously unselected package libsqlite3-0:arm64.
11:28:42 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
11:28:42 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:28:42 Selecting previously unselected package libpython3.8-stdlib:arm64.
11:28:42 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:28:42 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:28:42 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.8 [279 kB]
11:28:42 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
11:28:42 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmlb2 arm64 0.3.6-2build1 [66.5 kB]
11:28:42 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libappstream4 arm64 0.15.2-2 [190 kB]
11:28:42 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
11:28:42 Setting up netbase (6.3) ...
11:28:42 Setting up libnftnl11:arm64 (1.1.9-1) ...
11:28:42 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
11:28:42 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
11:28:42 Setting up iptables (1.8.7-1) ...
11:28:42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:28:42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:28:42 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:28:42 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:28:42 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:28:42 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:28:42 + verify_binaries
11:28:42 + docker --version
11:28:42 # docker-ce-cli install
11:28:42 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:42 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:42 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:42 # docker-ce install
11:28:42 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:42 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:42 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:42 # docker-buildx-plugin install
11:28:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:42 # docker-compose-plugin install
11:28:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:42 # docker-scan-plugin install
11:28:42 # TODO change once we support scan-plugin on other architectures
11:28:42 if [ "amd64" = "amd64" ]; then \
11:28:42 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:42 fi
11:28:42 # docker-ce-rootless-extras install
11:28:42 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:42 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:42 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:42 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:42 # TODO: how can we install vpnkit?
11:28:42 make[1]: Leaving directory '/root/build-deb'
11:28:42    debian/rules override_dh_install
11:28:42 make[1]: Entering directory '/root/build-deb'
11:28:42 dh_install
11:28:42 Selecting previously unselected package python3.8.
11:28:42 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:28:42 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:28:42 Selecting previously unselected package libpython3-stdlib:arm64.
11:28:42 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
11:28:42 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
11:28:42 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:28:42 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:42 ++ uname -m
11:28:42 + '[' aarch64 = x86_64 ']'
11:28:42 + docker buildx version
11:28:42 github.com/docker/buildx v0.10.4 c513d34
11:28:42 + docker compose version
11:28:42 Docker Compose version v2.16.0
11:28:42 # TODO Can we do this from within our container?
11:28:42 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:42 make[1]: Leaving directory '/root/build-deb'
11:28:42    dh_installdocs
11:28:42    dh_installchangelogs
11:28:42    dh_installman
11:28:42 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 systemd-sysv arm64 251.4-1ubuntu7.1 [11.2 kB]
11:28:42 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2.1 [1157 kB]
11:28:42 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:28:42 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
11:28:42 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
11:28:42 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:28:42 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
11:28:42 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:28:42 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
11:28:42 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:28:42 Selecting previously unselected package python3.
11:28:42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4850 files and directories currently installed.)
11:28:42 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_arm64.deb ...
11:28:42 Unpacking python3 (3.8.2-0ubuntu2) ...
11:28:42 Selecting previously unselected package libapparmor1:arm64.
11:28:42 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_arm64.deb ...
11:28:42 Unpacking libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
11:28:42 Selecting previously unselected package libcap2:arm64.
11:28:42 Preparing to unpack .../02-libcap2_1%3a2.32-1_arm64.deb ...
11:28:42 Unpacking libcap2:arm64 (1:2.32-1) ...
11:28:42 Selecting previously unselected package libargon2-1:arm64.
11:28:42 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_arm64.deb ...
11:28:42 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
11:28:42 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28:42 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
11:28:42 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:28:42 + dockerd --version
11:28:42 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:42 + docker-proxy --version
11:28:42 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:42 + containerd --version
11:28:42 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:42 + ctr --version
11:28:42 ctr containerd.io 1.6.18
11:28:42 + containerd-shim --help
11:28:42 Usage of containerd-shim:
11:28:42   -address string
11:28:42     	grpc address back to main containerd
11:28:42   -containerd-binary containerd publish
11:28:42     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:42   -criu string
11:28:42     	path to criu binary
11:28:42   -debug
11:28:42     	enable debug output in logs
11:28:42   -namespace string
11:28:42     	namespace that owns the shim
11:28:42   -runtime-root string
11:28:42     	root directory for the runtime (default "/run/containerd/runc")
11:28:42   -socket string
11:28:42     	socket path to serve
11:28:42   -systemd-cgroup
11:28:42     	set runtime to use systemd-cgroup
11:28:42   -workdir string
11:28:42     	path used to storge large temporary data
11:28:42 + containerd-shim-runc-v1 -v
11:28:42 containerd-shim-runc-v1:
11:28:42   Version:  1.6.18
11:28:42   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:42   Go version: go1.19.6
11:28:42 
11:28:42 + containerd-shim-runc-v2 -v
11:28:42 containerd-shim-runc-v2:
11:28:42   Version:  1.6.18
11:28:42   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:42   Go version: go1.19.6
11:28:42 
11:28:42 + runc --version
11:28:42 runc version 1.1.4
11:28:42 commit: v1.1.4-0-g5fd4c4d
11:28:42 spec: 1.0.2-dev
11:28:42 go: go1.19.6
11:28:42 libseccomp: 2.5.1
11:28:42 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-bin arm64 2.72.4-0ubuntu1 [79.7 kB]
11:28:42 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunwind8 arm64 1.3.2-2build2 [53.4 kB]
11:28:43 Selecting previously unselected package libjson-c4:arm64.
11:28:43 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_arm64.deb ...
11:28:43 Unpacking libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
11:28:43 Selecting previously unselected package libcryptsetup12:arm64.
11:28:43 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
11:28:43 Unpacking libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
11:28:43 Selecting previously unselected package libip4tc2:arm64.
11:28:43 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_arm64.deb ...
11:28:43 Unpacking libip4tc2:arm64 (1.8.4-3ubuntu2) ...
11:28:43 Selecting previously unselected package libkmod2:arm64.
11:28:43 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_arm64.deb ...
11:28:43 Unpacking libkmod2:arm64 (27-1ubuntu2.1) ...
11:28:43 Selecting previously unselected package systemd-timesyncd.
11:28:43 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.20_arm64.deb ...
11:28:43 Unpacking systemd-timesyncd (245.4-4ubuntu3.20) ...
11:28:43 Selecting previously unselected package systemd.
11:28:43 Preparing to unpack .../10-systemd_245.4-4ubuntu3.20_arm64.deb ...
11:28:43 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgstreamer1.0-0 arm64 1.20.3-0ubuntu1 [931 kB]
11:28:43 go: downloading github.com/pelletier/go-toml v1.9.5
11:28:43 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:28:43 go: downloading k8s.io/klog/v2 v2.60.1
11:28:43 go: downloading github.com/google/gofuzz v1.2.0
11:28:43 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:28:43 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:28:43 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:28:43 Unpacking systemd (245.4-4ubuntu3.20) ...
11:28:43 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
11:28:43 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
11:28:43 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
11:28:43 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 polkitd arm64 0.105-33 [77.7 kB]
11:28:43 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkexec arm64 0.105-33 [14.8 kB]
11:28:43 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 policykit-1 arm64 0.105-33 [2424 B]
11:28:43 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
11:28:43 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi-backend arm64 1.15.0-1build2 [81.0 kB]
11:28:43 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cryptography arm64 3.4.8-1ubuntu2 [222 kB]
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:28:43 go: downloading github.com/aws/smithy-go v1.11.2
11:28:43 go: downloading github.com/moby/locker v1.0.1
11:28:43 go: downloading github.com/felixge/httpsnoop v1.0.2
11:28:43 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:28:43 Setting up libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
11:28:43 Setting up libcap2:arm64 (1:2.32-1) ...
11:28:43 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
11:28:43 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
11:28:43 Setting up libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
11:28:43 Setting up libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
11:28:43 Setting up libip4tc2:arm64 (1.8.4-3ubuntu2) ...
11:28:43 Setting up libkmod2:arm64 (27-1ubuntu2.1) ...
11:28:43 Setting up systemd-timesyncd (245.4-4ubuntu3.20) ...
11:28:43    dh_bash-completion
11:28:43    dh_systemd_enable
11:28:43    debian/rules override_dh_installinit
11:28:43 make[1]: Entering directory '/root/build-deb'
11:28:43 # use "docker" as our service name, not "docker-ce"
11:28:43 dh_installinit --name=docker
11:28:43 make[1]: Leaving directory '/root/build-deb'
11:28:43    dh_systemd_start
11:28:43    dh_perl
11:28:43 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pyparsing all 2.4.7-1 [61.4 kB]
11:28:43 go: downloading gopkg.in/inf.v0 v0.9.1
11:28:43 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:28:43 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:28:43 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:28:43 go: downloading github.com/googleapis/gnostic v0.5.5
11:28:43 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:28:43 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:28:43 go: downloading github.com/json-iterator/go v1.1.12
11:28:43 go: downloading github.com/mattn/go-colorable v0.1.12
11:28:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:28:43 go: downloading github.com/containerd/ttrpc v1.1.0
11:28:43 go: downloading github.com/modern-go/reflect2 v1.0.2
11:28:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:28:43 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:28:43 Setting up systemd (245.4-4ubuntu3.20) ...
11:28:43 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:43 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:28:43 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:28:43 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:28:43 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
11:28:43 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
11:28:43 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
11:28:43 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
11:28:43 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
11:28:43 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:28:43 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
11:28:43    dh_link
11:28:43    dh_strip_nondeterminism
11:28:43    dh_compress
11:28:43    dh_fixperms
11:28:43 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-httplib2 all 0.20.2-2 [30.4 kB]
11:28:43 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
11:28:43 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-zipp all 1.0.0-3 [5440 B]
11:28:44 CentOS Stream 9 - AppStream                     5.8 MB/s |  14 MB     00:02    
11:28:44 go: downloading sigs.k8s.io/yaml v1.2.0
11:28:44 go: downloading github.com/moby/spdystream v0.2.0
11:28:44 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:28:44 go: downloading github.com/mattn/go-isatty v0.0.16
11:28:44 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:28:44 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:28:44 Initializing machine ID from random generator.
11:28:44    dh_missing
11:28:44    debian/rules override_dh_strip
11:28:44 make[1]: Entering directory '/root/build-deb'
11:28:44 # Go has lots of problems with stripping, so just don't
11:28:44 make[1]: Leaving directory '/root/build-deb'
11:28:44    dh_makeshlibs
11:28:44    debian/rules override_dh_shlibdeps
11:28:44 make[1]: Entering directory '/root/build-deb'
11:28:44 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:44 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:28:44 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jeepney all 0.7.1-3 [36.8 kB]
11:28:44 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
11:28:44 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-secretstorage all 3.3.1-1 [13.2 kB]
11:28:44 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-keyring all 23.5.0-1 [35.7 kB]
11:28:44 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:28:44 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:44 Selecting previously unselected package systemd-sysv.
11:28: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 ... 5686 files and directories currently installed.)
11:28:44 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.20_arm64.deb ...
11:28:44 Unpacking systemd-sysv (245.4-4ubuntu3.20) ...
11:28:44 Selecting previously unselected package openssl.
11:28:44 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_arm64.deb ...
11:28:44 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:28:44 Selecting previously unselected package ca-certificates.
11:28:44 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:28:44 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:28:44 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpam-systemd arm64 251.4-1ubuntu7.1 [203 kB]
11:28:44 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
11:28:44 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
11:28:44 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
11:28:44 Selecting previously unselected package libdbus-1-3:arm64.
11:28:44 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_arm64.deb ...
11:28:44 Unpacking libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
11:28:44 Selecting previously unselected package dbus.
11:28:44 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_arm64.deb ...
11:28:44 Unpacking dbus (1.12.16-2ubuntu2.3) ...
11:28:44 Selecting previously unselected package distro-info-data.
11:28:44 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
11:28:44 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:28:44 Selecting previously unselected package libglib2.0-0:arm64.
11:28:44 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
11:28:44 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:28:44 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
11:28:44 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:28:44 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_arm64.deb ...
11:28:44 Unpacking libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
11:28:44 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:28:44 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_arm64.deb ...
11:28:44 Unpacking gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
11:28:44 Selecting previously unselected package libcap2-bin.
11:28:44 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_arm64.deb ...
11:28:44 Unpacking libcap2-bin (1:2.32-1) ...
11:28:44 Selecting previously unselected package libelf1:arm64.
11:28:44 Preparing to unpack .../10-libelf1_0.176-1.1build1_arm64.deb ...
11:28:44 Unpacking libelf1:arm64 (0.176-1.1build1) ...
11:28:44 Selecting previously unselected package libglib2.0-data.
11:28:44 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:28:44 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:28:44 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:28:44 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:28:44 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
11:28:44 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-software-properties all 0.99.22.6 [28.8 kB]
11:28:44 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
11:28:44 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 software-properties-common all 0.99.22.6 [14.1 kB]
11:28:44 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
11:28:45 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:28:45 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:28:45 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
11:28:45   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         19/27 
11:28:45 setsebool:  SELinux is disabled.
11:28:45 Selecting previously unselected package tzdata.
11:28:45 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:28:45 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:28:45 Selecting previously unselected package libicu66:arm64.
11:28:45 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_arm64.deb ...
11:28:45 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
11:28:45 debconf: delaying package configuration, since apt-utils is not installed
11:28:45 Fetched 38.1 MB in 11s (3500 kB/s)
11:28: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 ... 4389 files and directories currently installed.)
11:28:45 Preparing to unpack .../libsystemd0_249.11-0ubuntu3.7_arm64.deb ...
11:28:45 Unpacking libsystemd0:arm64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:28:45 Setting up libsystemd0:arm64 (249.11-0ubuntu3.7) ...
11:28:45 Dependencies resolved.
11:28:45 ================================================================================
11:28:45  Package                      Arch        Version             Repository   Size
11:28:45 ================================================================================
11:28:45 Installing:
11:28:45  dnf-plugins-core             noarch      4.3.1-1.fc36        updates      34 k
11:28:45 Installing dependencies:
11:28:45  dbus-libs                    aarch64     1:1.14.4-1.fc36     updates     153 k
11:28:45  python3-dateutil             noarch      1:2.8.1-8.fc36      fedora      289 k
11:28:45  python3-dbus                 aarch64     1.2.18-3.fc36       fedora      132 k
11:28:45  python3-distro               noarch      1.6.0-2.fc36        fedora       38 k
11:28:45  python3-dnf-plugins-core     noarch      4.3.1-1.fc36        updates     229 k
11:28:45  python3-six                  noarch      1.16.0-5.fc36       fedora       36 k
11:28:45 
11:28:45 Transaction Summary
11:28:45 ================================================================================
11:28:45 Install  7 Packages
11:28:45 
11:28:45 Total download size: 911 k
11:28:45 Installed size: 2.9 M
11:28:45 Downloading Packages:
11:28:45 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
11:28:45 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
11:28:45 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:28:45 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
11:28:45 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:28:45 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 apt-transport-https all 2.5.3 [1502 B]
11:28:45 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:28:45 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
11:28:45 Selecting previously unselected package libpython3.10-minimal:arm64.
11:28: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 ... 4389 files and directories currently installed.)
11:28:45 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:28:45 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:28:45 Selecting previously unselected package libexpat1:arm64.
11:28:45 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
11:28:45 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:28:45 Selecting previously unselected package python3.10-minimal.
11:28:45 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:28:45 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:28:45 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:28:45 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:28:45 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:28:45 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
11:28:46 Selecting previously unselected package libpam-systemd:arm64.
11:28:46 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.20_arm64.deb ...
11:28:46 Unpacking libpam-systemd:arm64 (245.4-4ubuntu3.20) ...
11:28:46 Selecting previously unselected package libxml2:arm64.
11:28:46 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
11:28:46 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:28:46 Selecting previously unselected package libyaml-0-2:arm64.
11:28:46 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_arm64.deb ...
11:28:46 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:28:46 Selecting previously unselected package lsb-release.
11:28:46 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
11:28:46 Unpacking lsb-release (11.1.0ubuntu2) ...
11:28:46 Selecting previously unselected package python3-dbus.
11:28:46 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_arm64.deb ...
11:28:46 Unpacking python3-dbus (1.2.16-1build1) ...
11:28:46 Selecting previously unselected package python3-gi.
11:28:46 Preparing to unpack .../19-python3-gi_3.36.0-1_arm64.deb ...
11:28:46 Unpacking python3-gi (3.36.0-1) ...
11:28:46 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
11:28:46 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:28:46 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:28:46 (1/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 938 kB/s | 289 kB     00:00    
11:28:46 (2/7): python3-dbus-1.2.18-3.fc36.aarch64.rpm   424 kB/s | 132 kB     00:00    
11:28:46 (3/7): python3-distro-1.6.0-2.fc36.noarch.rpm   119 kB/s |  38 kB     00:00    
11:28:46 (4/7): dbus-libs-1.14.4-1.fc36.aarch64.rpm       18 MB/s | 153 kB     00:00    
11:28:46 (5/7): python3-six-1.16.0-5.fc36.noarch.rpm     2.8 MB/s |  36 kB     00:00    
11:28:46 (6/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 3.3 MB/s |  34 kB     00:00    
11:28:46 (7/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  21 MB/s | 229 kB     00:00    
11:28:46 --------------------------------------------------------------------------------
11:28:46 Total                                           957 kB/s | 911 kB     00:00     
11:28:46 Running transaction check
11:28:46 Transaction check succeeded.
11:28:46 Running transaction test
11:28:46 Transaction test succeeded.
11:28:46 Running transaction
11:28:46   Preparing        :                                                        1/1 
11:28:46   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                      1/7 
11:28:46   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
11:28:46   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
11:28:46   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
11:28:46   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
11:28:46   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
11:28:46   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
11:28:46 Selecting previously unselected package python3-pkg-resources.
11:28:46 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:28:46 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:28:46 Selecting previously unselected package python3-six.
11:28:46 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
11:28:46 Unpacking python3-six (1.14.0-2) ...
11:28:46 Selecting previously unselected package iso-codes.
11:28:46 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
11:28:46 Unpacking iso-codes (4.4-1) ...
11:28:46 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.3 [287 kB]
11:28:46 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.3 [196 kB]
11:28:46 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
11:28:46 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
11:28:46 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
11:28:46 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:28:46 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
11:28:46 Selecting previously unselected package python3-minimal.
11:28: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 ... 4691 files and directories currently installed.)
11:28:46 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
11:28:46 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:28:46 Selecting previously unselected package media-types.
11:28:46 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:28:46 Unpacking media-types (7.0.0) ...
11:28:46 Selecting previously unselected package libmpdec3:arm64.
11:28:46 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
11:28:46 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:28:46 Selecting previously unselected package readline-common.
11:28:46 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:28:46 Unpacking readline-common (8.1.2-1) ...
11:28:46 Selecting previously unselected package libreadline8:arm64.
11:28:46 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
11:28:46 Unpacking libreadline8:arm64 (8.1.2-1) ...
11:28:46 Selecting previously unselected package libsqlite3-0:arm64.
11:28:46 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
11:28:46 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
11:28:46 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:28:46 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
11:28:46 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
11:28:46 Selecting previously unselected package libkrb5support0:arm64.
11:28:46 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
11:28:46 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:28:46 Selecting previously unselected package libk5crypto3:arm64.
11:28:46 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
11:28:46 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:28:46 Fedora Modular 37 - aarch64 - Updates           2.7 MB/s | 2.8 MB     00:01    
11:28:46 Selecting previously unselected package python3.10.
11:28:46 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
11:28:46 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:28:46 Selecting previously unselected package libpython3-stdlib:arm64.
11:28:46 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
11:28:46 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
11:28:46 Setting up python3-minimal (3.10.6-1~22.04) ...
11:28:46   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
11:28:46   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
11:28:46   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
11:28:46   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
11:28:46   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
11:28:46   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                      5/7 
11:28:46   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
11:28:46   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
11:28:46 
11:28:46 Installed:
11:28:46   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
11:28:46   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
11:28:46   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:28:46   python3-dbus-1.2.18-3.fc36.aarch64                                            
11:28:46   python3-distro-1.6.0-2.fc36.noarch                                            
11:28:46   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
11:28:46   python3-six-1.16.0-5.fc36.noarch                                              
11:28:46 
11:28:46 Complete!
11:28:46 + case ${DIST_ID}:${DIST_VERSION} in
11:28:46 + dnf install -y findutils
11:28:46 Selecting previously unselected package libkeyutils1:arm64.
11:28:46 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
11:28:46 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:28:46 Selecting previously unselected package libkrb5-3:arm64.
11:28:46 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
11:28:46 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:28:46 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:28:46 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
11:28:46 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
11:28:46 Selecting previously unselected package liblmdb0:arm64.
11:28:46 Preparing to unpack .../28-liblmdb0_0.9.24-1_arm64.deb ...
11:28:46 Unpacking liblmdb0:arm64 (0.9.24-1) ...
11:28:46 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
11:28:46 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_arm64.deb ...
11:28:46 Unpacking libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
11:28:46 Selecting previously unselected package libpsl5:arm64.
11:28:46 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
11:28:46 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:28:46 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
11:28:46 Selecting previously unselected package python3.
11:28: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 ... 5120 files and directories currently installed.)
11:28:46 Preparing to unpack .../0-python3_3.10.6-1~22.04_arm64.deb ...
11:28:46 Unpacking python3 (3.10.6-1~22.04) ...
11:28:46 Selecting previously unselected package libapparmor1:arm64.
11:28:46 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_arm64.deb ...
11:28:46 Unpacking libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
11:28:46 Selecting previously unselected package libargon2-1:arm64.
11:28:46 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_arm64.deb ...
11:28:46 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
11:28:46 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28:46 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
11:28:46 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:28:46 Selecting previously unselected package libjson-c5:arm64.
11:28:46 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_arm64.deb ...
11:28:46 Unpacking libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
11:28:47 Selecting previously unselected package python-apt-common.
11:28:47 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
11:28:47 Unpacking python-apt-common (2.0.1) ...
11:28:47 Selecting previously unselected package python3-apt.
11:28:47 Preparing to unpack .../32-python3-apt_2.0.1_arm64.deb ...
11:28:47 Unpacking python3-apt (2.0.1) ...
11:28:47 Selecting previously unselected package apt-transport-https.
11:28:47 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
11:28:47 Unpacking apt-transport-https (2.0.9) ...
11:28:47 Selecting previously unselected package libbrotli1:arm64.
11:28:47 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
11:28:47 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:28:47 Selecting previously unselected package libroken18-heimdal:arm64.
11:28:47 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
11:28:47 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:28:47 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
11:28:47 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
11:28:47 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:47 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:47 make[1]: Leaving directory '/root/build-deb'
11:28:47    debian/rules override_dh_auto_test
11:28:47 make[1]: Entering directory '/root/build-deb'
11:28:47 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:47 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:47 PASS: daemon version OK
11:28:47 ver="$(cli/build/docker --version)"; \
11:28:47 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:47 PASS: cli version OK
11:28:47 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:47 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:47 PASS: docker-buildx version OK
11:28:47 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:47 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:47 PASS: docker-compose version OK
11:28:47 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:47 # TODO change once we support scan-plugin on other architectures
11:28:47 if [ "amd64" = "amd64" ]; then \
11:28:47 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:47 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:47 fi
11:28:47 PASS: docker-scan version OK
11:28:47 make[1]: Leaving directory '/root/build-deb'
11:28:47    create-stamp debian/debhelper-build-stamp
11:28:47  debian/rules binary
11:28:47 dh binary --with=bash-completion
11:28:47    dh_testroot
11:28:47    dh_prep
11:28:47    dh_installdirs
11:28:47    debian/rules override_dh_auto_install
11:28:47 make[1]: Entering directory '/root/build-deb'
11:28:47 # docker-ce-cli install
11:28:47 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:47 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:47 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:47 # docker-ce install
11:28:47 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:47 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:47 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:47 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:47 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:47 # docker-buildx-plugin install
11:28:47 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:47 Selecting previously unselected package libcryptsetup12:arm64.
11:28:47 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_arm64.deb ...
11:28:47 Unpacking libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
11:28:47 Selecting previously unselected package libip4tc2:arm64.
11:28:47 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_arm64.deb ...
11:28:47 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu5) ...
11:28:47 Selecting previously unselected package libkmod2:arm64.
11:28:47 Preparing to unpack .../7-libkmod2_29-1ubuntu1_arm64.deb ...
11:28:47 Unpacking libkmod2:arm64 (29-1ubuntu1) ...
11:28:47 Selecting previously unselected package systemd.
11:28:47 Preparing to unpack .../8-systemd_249.11-0ubuntu3.7_arm64.deb ...
11:28:47 Unpacking systemd (249.11-0ubuntu3.7) ...
11:28:47 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:28:47 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:28:47 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:28:47 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libwind0-heimdal:arm64.
11:28:47 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:28:47 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:28:47 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
11:28:47 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
11:28:47 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
11:28:47 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
11:28:47 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
11:28:47 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:28:47 Setting up libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
11:28:47 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
11:28:47 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
11:28:47 Setting up libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
11:28:47 Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
11:28:47 Setting up libip4tc2:arm64 (1.8.7-1ubuntu5) ...
11:28:47 Setting up libkmod2:arm64 (29-1ubuntu1) ...
11:28:47 Setting up systemd (249.11-0ubuntu3.7) ...
11:28:47 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:47 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:28:47 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:28:47 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:28:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:28:47 Initializing machine ID from random generator.
11:28:47 # docker-compose-plugin install
11:28:47 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:47 # docker-scan-plugin install
11:28:47 # TODO change once we support scan-plugin on other architectures
11:28:47 if [ "amd64" = "amd64" ]; then \
11:28:47 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:47 fi
11:28:47 # docker-ce-rootless-extras install
11:28:47 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:47 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:47 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:47 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:47 # TODO: how can we install vpnkit?
11:28:47 make[1]: Leaving directory '/root/build-deb'
11:28:47    debian/rules override_dh_install
11:28:47 make[1]: Entering directory '/root/build-deb'
11:28:47 dh_install
11:28:47 # TODO Can we do this from within our container?
11:28:47 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:47 make[1]: Leaving directory '/root/build-deb'
11:28:47    dh_installdocs
11:28:47 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:28:47 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:28:47 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ...
11:28:47 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:47 Selecting previously unselected package libsasl2-modules-db:arm64.
11:28:47 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:28:47 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:28:47 Selecting previously unselected package libsasl2-2:arm64.
11:28:47 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:28:47 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:28:47 Selecting previously unselected package libldap-common.
11:28:47 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:28:47 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:28:47 Selecting previously unselected package libldap-2.4-2:arm64.
11:28:47 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
11:28:47 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
11:28:47 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.3 [281 kB]
11:28:47 Selecting previously unselected package systemd-sysv.
11:28: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 ... 5960 files and directories currently installed.)
11:28:47 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.7_arm64.deb ...
11:28:47 Unpacking systemd-sysv (249.11-0ubuntu3.7) ...
11:28:47 Selecting previously unselected package openssl.
11:28:47 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_arm64.deb ...
11:28:47 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:28:47    dh_installchangelogs
11:28:47    dh_installman
11:28:47 Selecting previously unselected package libnghttp2-14:arm64.
11:28:47 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_arm64.deb ...
11:28:47 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
11:28:47 Selecting previously unselected package librtmp1:arm64.
11:28:47 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
11:28:47 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:28:47 Selecting previously unselected package libssh-4:arm64.
11:28:47 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
11:28:47 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
11:28:47 Selecting previously unselected package libcurl4:arm64.
11:28:47 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.16_arm64.deb ...
11:28:47 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.16) ...
11:28:47 Selecting previously unselected package curl.
11:28:47 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.16_arm64.deb ...
11:28:47 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:28:47 make[1]: Leaving directory '/root/build-deb'
11:28:47    dh_installdeb
11:28:47    debian/rules override_dh_gencontrol
11:28:47 make[1]: Entering directory '/root/build-deb'
11:28:47 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:28:47 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:28:47 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:47 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:28:47 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:28:47 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:47 Selecting previously unselected package ca-certificates.
11:28:47 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:28:47 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:28:47 Selecting previously unselected package libdbus-1-3:arm64.
11:28:47 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_arm64.deb ...
11:28:47 Unpacking libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
11:28:47 Selecting previously unselected package dbus.
11:28:47 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_arm64.deb ...
11:28:47 Unpacking dbus (1.12.20-2ubuntu4.1) ...
11:28:47 Selecting previously unselected package distro-info-data.
11:28:47 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
11:28:47 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:28:47 Selecting previously unselected package libglib2.0-0:arm64.
11:28:47 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
11:28:47 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
11:28:47    dh_bash-completion
11:28:48 Selecting previously unselected package dbus-user-session.
11:28:48 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_arm64.deb ...
11:28:48 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
11:28:48 Selecting previously unselected package libdconf1:arm64.
11:28:48 Preparing to unpack .../54-libdconf1_0.36.0-1_arm64.deb ...
11:28:48 Unpacking libdconf1:arm64 (0.36.0-1) ...
11:28:48 Selecting previously unselected package dconf-service.
11:28:48 Preparing to unpack .../55-dconf-service_0.36.0-1_arm64.deb ...
11:28:48 Unpacking dconf-service (0.36.0-1) ...
11:28:48 Selecting previously unselected package dconf-gsettings-backend:arm64.
11:28:48 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_arm64.deb ...
11:28:48 Unpacking dconf-gsettings-backend:arm64 (0.36.0-1) ...
11:28:48 Selecting previously unselected package libassuan0:arm64.
11:28:48 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
11:28:48 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:28:48 Selecting previously unselected package gpgconf.
11:28:48 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:28:48 Last metadata expiration check: 0:00:08 ago on Fri Mar 10 11:28:39 2023.
11:28:48 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:28:48 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:28:48 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:28:48 if [ "amd64" = "amd64" ]; then \
11:28:48 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:28:48 fi
11:28:48 dh_gencontrol --remaining-packages
11:28:48 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:28:48 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_arm64.deb ...
11:28:48 Unpacking libgirepository-1.0-1:arm64 (1.72.0-1) ...
11:28:48 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:28:48 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_arm64.deb ...
11:28:48 Unpacking gir1.2-glib-2.0:arm64 (1.72.0-1) ...
11:28:48 Selecting previously unselected package iso-codes.
11:28:48 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
11:28:48 Unpacking iso-codes (4.9.0-1) ...
11:28:48 Selecting previously unselected package libcap2-bin.
11:28:48 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
11:28:48 Unpacking libcap2-bin (1:2.44-1build3) ...
11:28:48 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
11:28:48 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmlb2 arm64 0.3.8-1 [64.1 kB]
11:28:48 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libappstream4 arm64 0.15.5-1 [190 kB]
11:28:48 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
11:28:48 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-bin arm64 2.74.3-0ubuntu1 [92.1 kB]
11:28:48 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
11:28:48 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgstreamer1.0-0 arm64 1.20.3-1 [916 kB]
11:28:48    dh_systemd_enable
11:28:48    debian/rules override_dh_installinit
11:28:48 make[1]: Entering directory '/root/build-deb'
11:28:48 # use "docker" as our service name, not "docker-ce"
11:28:48 dh_installinit --name=docker
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    dh_systemd_start
11:28:48    dh_perl
11:28:48 Selecting previously unselected package libksba8:arm64.
11:28:48 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
11:28:48 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:28:48 Selecting previously unselected package libnpth0:arm64.
11:28:48 Preparing to unpack .../60-libnpth0_1.6-1_arm64.deb ...
11:28:48 Unpacking libnpth0:arm64 (1.6-1) ...
11:28:48 Selecting previously unselected package dirmngr.
11:28:48 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:28:48 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:28:48 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_arm64.deb ...
11:28:48 Unpacking libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
11:28:48 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:28:48 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_arm64.deb ...
11:28:48 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:28:48 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:48 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    debian/rules override_dh_auto_test
11:28:48 make[1]: Entering directory '/root/build-deb'
11:28:48 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:48 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:48 PASS: daemon version OK
11:28:48 ver="$(cli/build/docker --version)"; \
11:28:48 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:48 PASS: cli version OK
11:28:48 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:48 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:48 PASS: docker-buildx version OK
11:28:48 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:48 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:48 PASS: docker-compose version OK
11:28:48 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:48 # TODO change once we support scan-plugin on other architectures
11:28:48 if [ "amd64" = "amd64" ]; then \
11:28:48 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:48 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:48 fi
11:28:48 PASS: docker-scan version OK
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    create-stamp debian/debhelper-build-stamp
11:28:48  debian/rules binary
11:28:48 dh binary --with=bash-completion
11:28:48    dh_testroot
11:28:48    dh_prep
11:28:48    dh_installdirs
11:28:48    debian/rules override_dh_auto_install
11:28:48 make[1]: Entering directory '/root/build-deb'
11:28:48 # docker-ce-cli install
11:28:48 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:48 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:48 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:48 # docker-ce install
11:28:48 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:48 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:48 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:48 # docker-buildx-plugin install
11:28:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:48 # docker-compose-plugin install
11:28:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:48 # docker-scan-plugin install
11:28:48 # TODO change once we support scan-plugin on other architectures
11:28:48 if [ "amd64" = "amd64" ]; then \
11:28:48 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:48 fi
11:28:48 # docker-ce-rootless-extras install
11:28:48 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:48 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:48 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:48 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:48 # TODO: how can we install vpnkit?
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    debian/rules override_dh_install
11:28:48 make[1]: Entering directory '/root/build-deb'
11:28:48 dh_install
11:28:48 # TODO Can we do this from within our container?
11:28:48 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    dh_md5sums
11:28:48 Selecting previously unselected package libelf1:arm64.
11:28:48 Preparing to unpack .../11-libelf1_0.186-1build1_arm64.deb ...
11:28:48 Unpacking libelf1:arm64 (0.186-1build1) ...
11:28:48 Selecting previously unselected package libglib2.0-data.
11:28:48 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
11:28:48 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
11:28:48 Selecting previously unselected package libicu70:arm64.
11:28:48 Preparing to unpack .../13-libicu70_70.1-2_arm64.deb ...
11:28:48 Unpacking libicu70:arm64 (70.1-2) ...
11:28:48 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
11:28:48 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
11:28:48 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 polkitd arm64 0.105-33 [77.7 kB]
11:28:48    dh_link
11:28:48    dh_strip_nondeterminism
11:28:48    dh_compress
11:28:48 Selecting previously unselected package libproxy1v5:arm64.
11:28:48 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_arm64.deb ...
11:28:48 Unpacking libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
11:28:48 Selecting previously unselected package glib-networking-common.
11:28:48 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
11:28:48 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
11:28:48 Selecting previously unselected package glib-networking-services.
11:28:48 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_arm64.deb ...
11:28:48 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
11:28:48 Selecting previously unselected package gsettings-desktop-schemas.
11:28:48 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
11:28:48 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:28:48 Selecting previously unselected package glib-networking:arm64.
11:28:48 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_arm64.deb ...
11:28:48 Unpacking glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
11:28:48 Selecting previously unselected package gnupg-l10n.
11:28:48 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:28:48 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:28:48 Selecting previously unselected package gnupg-utils.
11:28:48 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    dh_installdocs
11:28:48    dh_installchangelogs
11:28:48    dh_installman
11:28:48 Package findutils-1:4.9.0-1.fc36.aarch64 is already installed.
11:28:48 Dependencies resolved.
11:28:48 Nothing to do.
11:28:48 Complete!
11:28:48 Selecting previously unselected package libpam-systemd:arm64.
11:28:48 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.7_arm64.deb ...
11:28:48 Unpacking libpam-systemd:arm64 (249.11-0ubuntu3.7) ...
11:28:48 Selecting previously unselected package libxml2:arm64.
11:28:48 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
11:28:48 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
11:28:48 Selecting previously unselected package libyaml-0-2:arm64.
11:28:48 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_arm64.deb ...
11:28:48 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
11:28:48 Selecting previously unselected package lsb-release.
11:28:48 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
11:28:48 Unpacking lsb-release (11.1.0ubuntu4) ...
11:28:48 Selecting previously unselected package python-apt-common.
11:28:48 Preparing to unpack .../18-python-apt-common_2.4.0ubuntu1_all.deb ...
11:28:48 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:28:48 Selecting previously unselected package python3-apt.
11:28:48 Preparing to unpack .../19-python3-apt_2.4.0ubuntu1_arm64.deb ...
11:28:48 Unpacking python3-apt (2.4.0ubuntu1) ...
11:28:48 Selecting previously unselected package python3-dbus.
11:28:48 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_arm64.deb ...
11:28:48 Unpacking python3-dbus (1.2.18-3build1) ...
11:28:48 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkexec arm64 0.105-33 [14.8 kB]
11:28:48    dh_fixperms
11:28:48    dh_missing
11:28:48    debian/rules override_dh_strip
11:28:48 make[1]: Entering directory '/root/build-deb'
11:28:48 # Go has lots of problems with stripping, so just don't
11:28:48 make[1]: Leaving directory '/root/build-deb'
11:28:48    dh_makeshlibs
11:28:48 Selecting previously unselected package gpg.
11:28:48 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:28:48 Selecting previously unselected package pinentry-curses.
11:28:48 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_arm64.deb ...
11:28:48 Unpacking pinentry-curses (1.1.0-3build1) ...
11:28:48 Selecting previously unselected package gpg-agent.
11:28:48 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:28:48 Selecting previously unselected package gpg-wks-client.
11:28:48 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:28:48 Selecting previously unselected package gpg-wks-server.
11:28:48 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:48 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:28:48    dh_bash-completion
11:28:48    dh_systemd_enable
11:28:48 + install_rpm_containerd
11:28:48 + '[' staging = stage ']'
11:28:48 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
11:28:48 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
11:28:48 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
11:28:48 + dnf --version
11:28:48 4.14.0
11:28:48   Installed: dnf-0:4.14.0-1.fc36.noarch at Wed Feb 22 07:49:29 2023
11:28:48   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
11:28:48 
11:28:48   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Wed Feb 22 07:49:29 2023
11:28:48   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
11:28:48 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
11:28:49 Selecting previously unselected package python3-gi.
11:28:49 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_arm64.deb ...
11:28:49 Unpacking python3-gi (3.42.1-0ubuntu1) ...
11:28:49 Selecting previously unselected package python3-pkg-resources.
11:28:49 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:28:49 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:28:49 Selecting previously unselected package libnghttp2-14:arm64.
11:28:49 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_arm64.deb ...
11:28:49 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
11:28:49 Selecting previously unselected package libpsl5:arm64.
11:28:49 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:28:49 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:28:49 Selecting previously unselected package apt-transport-https.
11:28:49 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
11:28:49 Unpacking apt-transport-https (2.4.8) ...
11:28:49 Selecting previously unselected package libbrotli1:arm64.
11:28:49 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_arm64.deb ...
11:28:49 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:28:49 Selecting previously unselected package libsasl2-modules-db:arm64.
11:28:49 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
11:28:49 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:28:49 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 policykit-1 arm64 0.105-33 [2424 B]
11:28:49 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
11:28:49 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
11:28:49    debian/rules override_dh_builddeb
11:28:49 make[1]: Entering directory '/root/build-deb'
11:28:49 dh_builddeb -- -Zxz
11:28:49 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb'.
11:28:49 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'.
11:28:49    debian/rules override_dh_shlibdeps
11:28:49 make[1]: Entering directory '/root/build-deb'
11:28:49 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:49 Selecting previously unselected package gpgsm.
11:28:49 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
11:28:49 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:28:49 Selecting previously unselected package gnupg.
11:28:49 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:28:49 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:28:49 Selecting previously unselected package libsoup2.4-1:arm64.
11:28:49 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_arm64.deb ...
11:28:49 Unpacking libsoup2.4-1:arm64 (2.70.0-1) ...
11:28:49 Selecting previously unselected package libstemmer0d:arm64.
11:28:49 Preparing to unpack .../79-libstemmer0d_0+svn585-2_arm64.deb ...
11:28:49 Unpacking libstemmer0d:arm64 (0+svn585-2) ...
11:28:49 Selecting previously unselected package libappstream4:arm64.
11:28:49 Preparing to unpack .../80-libappstream4_0.12.10-2_arm64.deb ...
11:28:49 Unpacking libappstream4:arm64 (0.12.10-2) ...
11:28:49    debian/rules override_dh_installinit
11:28:49 make[1]: Entering directory '/root/build-deb'
11:28:49 # use "docker" as our service name, not "docker-ce"
11:28:49 dh_installinit --name=docker
11:28:49 make[1]: Leaving directory '/root/build-deb'
11:28:49    dh_systemd_start
11:28:49    dh_perl
11:28:49    dh_link
11:28:49 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
11:28:49 Selecting previously unselected package libsasl2-2:arm64.
11:28:49 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
11:28:49 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:28:49 Selecting previously unselected package libldap-2.5-0:arm64.
11:28:49 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
11:28:49 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:28:49 Selecting previously unselected package librtmp1:arm64.
11:28:49 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:28:49 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:28:49 Selecting previously unselected package libssh-4:arm64.
11:28:49 Preparing to unpack .../31-libssh-4_0.9.6-2build1_arm64.deb ...
11:28:49 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:28:49 Selecting previously unselected package libcurl4:arm64.
11:28:49 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.8_arm64.deb ...
11:28:49 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
11:28:49 Selecting previously unselected package curl.
11:28:49 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.8_arm64.deb ...
11:28:49 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:28:49 Selecting previously unselected package libassuan0:arm64.
11:28:49 Preparing to unpack .../34-libassuan0_2.5.5-1build1_arm64.deb ...
11:28:49 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
11:28:49 Selecting previously unselected package gpgconf.
11:28:49 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:28:49 CentOS Stream 9 - Extras packages               8.6 kB/s |  10 kB     00:01    
11:28:49 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
11:28:49 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-pyparsing all 3.0.7-2 [82.6 kB]
11:28:49 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-httplib2 all 0.20.4-2 [29.8 kB]
11:28:49 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
11:28:49 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-zipp all 1.0.0-4 [5548 B]
11:28:49 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:28:49 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jeepney all 0.8.0-1 [35.2 kB]
11:28:49 Selecting previously unselected package libglib2.0-bin.
11:28:49 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_arm64.deb ...
11:28:49 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:28:49 Selecting previously unselected package libgstreamer1.0-0:arm64.
11:28:49 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_arm64.deb ...
11:28:49 Unpacking libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
11:28:49 Selecting previously unselected package libpolkit-agent-1-0:arm64.
11:28:49 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_arm64.deb ...
11:28:49 Unpacking libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
11:28:49 Selecting previously unselected package policykit-1.
11:28:49 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_arm64.deb ...
11:28:49 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
11:28:49    dh_strip_nondeterminism
11:28:49 + dnf config-manager --set-disabled 'docker-ce-*'
11:28:49 Selecting previously unselected package libksba8:arm64.
11:28:49 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
11:28:49 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
11:28:49 Selecting previously unselected package libnpth0:arm64.
11:28:49 Preparing to unpack .../37-libnpth0_1.6-3build2_arm64.deb ...
11:28:49 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:28:49 Selecting previously unselected package dirmngr.
11:28:49 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:28:49 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
11:28:49 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
11:28:49 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:28:49 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
11:28:49 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:28:49 Selecting previously unselected package gnupg-l10n.
11:28:49 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:28:49 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gnupg-utils.
11:28:49 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Dependencies resolved.
11:28:49 ================================================================================
11:28:49  Package                      Arch        Version              Repository  Size
11:28:49 ================================================================================
11:28:49 Installing:
11:28:49  dnf-plugins-core             noarch      4.3.0-4.el9          baseos      38 k
11:28:49 Installing dependencies:
11:28:49  dbus-libs                    aarch64     1:1.12.20-7.el9      baseos     150 k
11:28:49  python3-dateutil             noarch      1:2.8.1-6.el9        baseos     302 k
11:28:49  python3-dbus                 aarch64     1.2.18-2.el9         baseos     144 k
11:28:49  python3-dnf-plugins-core     noarch      4.3.0-4.el9          baseos     260 k
11:28:49  python3-six                  noarch      1.15.0-9.el9         baseos      37 k
11:28:49  python3-systemd              aarch64     234-18.el9           baseos      89 k
11:28:49  systemd-libs                 aarch64     252-8.el9            baseos     616 k
11:28:49 
11:28:49 Transaction Summary
11:28:49 ================================================================================
11:28:49 Install  8 Packages
11:28:49 
11:28:49 Total download size: 1.6 M
11:28:49 Installed size: 5.1 M
11:28:49 Downloading Packages:
11:28:49 Selecting previously unselected package python3-certifi.
11:28:49 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
11:28:49 Unpacking python3-certifi (2019.11.28-1) ...
11:28:49 Selecting previously unselected package python3-chardet.
11:28:49 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
11:28:49 Unpacking python3-chardet (3.0.4-4build1) ...
11:28:49 Selecting previously unselected package python3-idna.
11:28:49 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
11:28:49 Unpacking python3-idna (2.8-1) ...
11:28:49 Selecting previously unselected package python3-urllib3.
11:28:49 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:28:49 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:28:49 Selecting previously unselected package python3-requests.
11:28:49 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:28:49 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:28:49 + dnf config-manager --set-enabled docker-ce-test
11:28:49 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gpg.
11:28:49 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package pinentry-curses.
11:28:49 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_arm64.deb ...
11:28:49 Unpacking pinentry-curses (1.1.1-1build2) ...
11:28:49 Selecting previously unselected package gpg-agent.
11:28:49 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gpg-wks-client.
11:28:49 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gpg-wks-server.
11:28:49 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gpgsm.
11:28:49 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
11:28:49 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:28:49 Selecting previously unselected package gnupg.
11:28:49 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:28:49 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:28:49 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jwt all 2.4.0-1 [17.4 kB]
11:28:49 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
11:28:49 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-keyring all 23.8.2-1 [37.3 kB]
11:28:49 Selecting previously unselected package python3-requests-unixsocket.
11:28:49 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
11:28:49 Unpacking python3-requests-unixsocket (0.2.0-2) ...
11:28:49 Selecting previously unselected package python3-software-properties.
11:28:49 Preparing to unpack .../91-python3-software-properties_0.99.9.11_all.deb ...
11:28:49 Unpacking python3-software-properties (0.99.9.11) ...
11:28:49 Selecting previously unselected package packagekit.
11:28:49 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_arm64.deb ...
11:28:49 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
11:28:49 Selecting previously unselected package software-properties-common.
11:28:49 Preparing to unpack .../93-software-properties-common_0.99.9.11_all.deb ...
11:28:49 Unpacking software-properties-common (0.99.9.11) ...
11:28:49 Selecting previously unselected package gnupg2.
11:28:49 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
11:28:49 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
11:28:49 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:28:49 Dependencies resolved.
11:28:49 ================================================================================
11:28:49  Package                      Arch        Version             Repository   Size
11:28:49 ================================================================================
11:28:49 Installing:
11:28:49  dnf-plugins-core             noarch      4.3.1-1.fc37        fedora       34 k
11:28:49 Installing dependencies:
11:28:49  dbus-libs                    aarch64     1:1.14.6-1.fc37     updates     154 k
11:28:49  python3-dateutil             noarch      1:2.8.2-4.fc37      fedora      361 k
11:28:49  python3-dbus                 aarch64     1.3.2-1.fc37        updates     158 k
11:28:49  python3-distro               noarch      1.7.0-3.fc37        fedora       48 k
11:28:49  python3-dnf-plugins-core     noarch      4.3.1-1.fc37        fedora      278 k
11:28:49  python3-six                  noarch      1.16.0-8.fc37       fedora       42 k
11:28:49 
11:28:49 Transaction Summary
11:28:49 ================================================================================
11:28:49 Install  7 Packages
11:28:49 
11:28:49 Total download size: 1.1 M
11:28:49 Installed size: 3.3 M
11:28:49 Downloading Packages:
11:28:49 + dnf makecache
11:28:50 Selecting previously unselected package libcurl3-gnutls:arm64.
11:28:50 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.8_arm64.deb ...
11:28:50 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
11:28:50 Selecting previously unselected package libstemmer0d:arm64.
11:28:50 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_arm64.deb ...
11:28:50 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
11:28:50 Selecting previously unselected package libxmlb2:arm64.
11:28:50 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_arm64.deb ...
11:28:50 Unpacking libxmlb2:arm64 (0.3.6-2build1) ...
11:28:50 Selecting previously unselected package libappstream4:arm64.
11:28:50 Preparing to unpack .../53-libappstream4_0.15.2-2_arm64.deb ...
11:28:50 Unpacking libappstream4:arm64 (0.15.2-2) ...
11:28:50 Selecting previously unselected package libdw1:arm64.
11:28:50 Preparing to unpack .../54-libdw1_0.186-1build1_arm64.deb ...
11:28:50 Unpacking libdw1:arm64 (0.186-1build1) ...
11:28:50 Selecting previously unselected package libglib2.0-bin.
11:28:50 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_arm64.deb ...
11:28:50 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
11:28:50 Selecting previously unselected package libunwind8:arm64.
11:28:50 Preparing to unpack .../56-libunwind8_1.3.2-2build2_arm64.deb ...
11:28:50 Unpacking libunwind8:arm64 (1.3.2-2build2) ...
11:28:50 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:28:50 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
11:28:50 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
11:28:50 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
11:28:50 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
11:28:50 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:28:50 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
11:28:50 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-software-properties all 0.99.27 [28.9 kB]
11:28:50 Setting up liblmdb0:arm64 (0.9.24-1) ...
11:28:50 Setting up systemd-sysv (245.4-4ubuntu3.20) ...
11:28:50 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:28:50 Setting up libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
11:28:50 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:28:50 Setting up mime-support (3.64ubuntu1) ...
11:28:50 Setting up apt-transport-https (2.0.9) ...
11:28:50 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:28:50 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:28:50 Setting up distro-info-data (0.43ubuntu1.11) ...
11:28:50 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:28:50 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:28:50 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
11:28:50 Setting up libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
11:28:50 Setting up libnpth0:arm64 (1.6-1) ...
11:28:50 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:28:50 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:28:50 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:28:50 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:28:50   Installing : containerd.io-1.6.18-3.1.el7.aarch64                       20/27 
11:28:50 Selecting previously unselected package libgstreamer1.0-0:arm64.
11:28:50 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_arm64.deb ...
11:28:50 Unpacking libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
11:28:50 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
11:28:50 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
11:28:50 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
11:28:50 Selecting previously unselected package libpolkit-agent-1-0:arm64.
11:28:50 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_arm64.deb ...
11:28:50 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
11:28:50 Selecting previously unselected package polkitd.
11:28:50 Preparing to unpack .../60-polkitd_0.105-33_arm64.deb ...
11:28:50 Unpacking polkitd (0.105-33) ...
11:28:50 Selecting previously unselected package pkexec.
11:28:50 Preparing to unpack .../61-pkexec_0.105-33_arm64.deb ...
11:28:50 Unpacking pkexec (0.105-33) ...
11:28:50 Selecting previously unselected package policykit-1.
11:28:50 Preparing to unpack .../62-policykit-1_0.105-33_arm64.deb ...
11:28:50 Unpacking policykit-1 (0.105-33) ...
11:28:50    dh_compress
11:28:50    dh_fixperms
11:28:50    dh_missing
11:28:50 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:28:50 
11:28:50 Current default time zone: 'Etc/UTC'
11:28:50 Local time is now:      Fri Mar 10 11:28:50 UTC 2023.
11:28:50 Universal Time is now:  Fri Mar 10 11:28:50 UTC 2023.
11:28:50 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:28:50 
11:28:50 Setting up libcap2-bin (1:2.32-1) ...
11:28:50 Setting up libdconf1:arm64 (0.36.0-1) ...
11:28:50 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:28:50 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:28:50 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:28:50 Setting up libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
11:28:50 Setting up dbus (1.12.16-2ubuntu2.3) ...
11:28:50 (1/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm   66 kB/s |  38 kB     00:00    
11:28:50 (2/8): dbus-libs-1.12.20-7.el9.aarch64.rpm      236 kB/s | 150 kB     00:00    
11:28:50 Selecting previously unselected package python3-blinker.
11:28:50 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
11:28:50 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
11:28:50 Selecting previously unselected package python3-cffi-backend:arm64.
11:28:50 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_arm64.deb ...
11:28:50 Unpacking python3-cffi-backend:arm64 (1.15.0-1build2) ...
11:28:50 Selecting previously unselected package python3-cryptography.
11:28:50 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_arm64.deb ...
11:28:50 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
11:28:50 Selecting previously unselected package python3-pyparsing.
11:28:50 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
11:28:50 Unpacking python3-pyparsing (2.4.7-1) ...
11:28:50 Selecting previously unselected package python3-httplib2.
11:28:50 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
11:28:50 Unpacking python3-httplib2 (0.20.2-2) ...
11:28:50 Selecting previously unselected package python3-more-itertools.
11:28:50 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
11:28:50 Unpacking python3-more-itertools (8.10.0-2) ...
11:28:50 Selecting previously unselected package python3-zipp.
11:28:50 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
11:28:50 Unpacking python3-zipp (1.0.0-3) ...
11:28:50    debian/rules override_dh_strip
11:28:50 make[1]: Entering directory '/root/build-deb'
11:28:50 # Go has lots of problems with stripping, so just don't
11:28:50 make[1]: Leaving directory '/root/build-deb'
11:28:50    dh_makeshlibs
11:28:50 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
11:28:50 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:28:50 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:28:50 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:50 Setting up python-apt-common (2.0.1) ...
11:28:50 Setting up libpam-systemd:arm64 (245.4-4ubuntu3.20) ...
11:28:50 Setting up libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
11:28:50 (3/8): python3-dbus-1.2.18-2.el9.aarch64.rpm    1.1 MB/s | 144 kB     00:00    
11:28:50 (4/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  397 kB/s | 302 kB     00:00    
11:28:50 (5/8): python3-dnf-plugins-core-4.3.0-4.el9.noa 2.0 MB/s | 260 kB     00:00    
11:28:50 (6/8): python3-six-1.15.0-9.el9.noarch.rpm      469 kB/s |  37 kB     00:00    
11:28:50 (7/8): python3-systemd-234-18.el9.aarch64.rpm   893 kB/s |  89 kB     00:00    
11:28:50 Selecting previously unselected package python3-importlib-metadata.
11:28:50 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
11:28:50 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:28:50 Selecting previously unselected package python3-jeepney.
11:28:50 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
11:28:50 Unpacking python3-jeepney (0.7.1-3) ...
11:28:50 Selecting previously unselected package python3-jwt.
11:28:50 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
11:28:50 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
11:28:50 Selecting previously unselected package python3-secretstorage.
11:28:50 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
11:28:50 Unpacking python3-secretstorage (3.3.1-1) ...
11:28:50 Selecting previously unselected package python3-keyring.
11:28:50 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
11:28:50 Unpacking python3-keyring (23.5.0-1) ...
11:28:50 Selecting previously unselected package python3-lazr.uri.
11:28:50 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
11:28:50 Unpacking python3-lazr.uri (1.0.6-2) ...
11:28:50 Selecting previously unselected package python3-wadllib.
11:28:50 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
11:28:50 Unpacking python3-wadllib (1.3.6-1) ...
11:28:50 (1/7): python3-distro-1.7.0-3.fc37.noarch.rpm   159 kB/s |  48 kB     00:00    
11:28:50 (2/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm 111 kB/s |  34 kB     00:00    
11:28:50 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 1.1 MB/s | 361 kB     00:00    
11:28:50 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no  21 MB/s | 278 kB     00:00    
11:28:50 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     5.1 MB/s |  42 kB     00:00    
11:28:50 (6/7): dbus-libs-1.14.6-1.fc37.aarch64.rpm       14 MB/s | 154 kB     00:00    
11:28:50 (7/7): python3-dbus-1.3.2-1.fc37.aarch64.rpm     17 MB/s | 158 kB     00:00    
11:28:50 --------------------------------------------------------------------------------
11:28:50 Total                                           1.2 MB/s | 1.1 MB     00:00     
11:28:50 Running transaction check
11:28:50 Transaction check succeeded.
11:28:50 Running transaction test
11:28:50 Transaction test succeeded.
11:28:50 Running transaction
11:28:50   Preparing        :                                                        1/1 
11:28:50   Installing       : dbus-libs-1:1.14.6-1.fc37.aarch64                      1/7 
11:28:50   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                      2/7 
11:28:50   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
11:28:50   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
11:28:50   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
11:28:50   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
11:28:50   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
11:28:50    debian/rules override_dh_shlibdeps
11:28:50 make[1]: Entering directory '/root/build-deb'
11:28:50 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:50 Docker CE Test - aarch64                         43 kB/s |  24 kB     00:00    
11:28:50 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:28:50 Setting up libstemmer0d:arm64 (0+svn585-2) ...
11:28:50 Setting up libmpdec2:arm64 (2.4.2-3) ...
11:28:50 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
11:28:50 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:28:50 Setting up libelf1:arm64 (0.176-1.1build1) ...
11:28:50 Setting up readline-common (8.0-4) ...
11:28:50 Setting up iso-codes (4.4-1) ...
11:28:50 Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
11:28:50 Setting up libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
11:28:50 Setcap worked! gst-ptp-helper is not suid!
11:28:50 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:50 Setting up pinentry-curses (1.1.0-3build1) ...
11:28:50 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
11:28:50 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
11:28:50 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:50 Setting up libreadline8:arm64 (8.0-4) ...
11:28:50 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:28:50 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:50 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:28:50 (8/8): systemd-libs-252-8.el9.aarch64.rpm       3.6 MB/s | 616 kB     00:00    
11:28:50 --------------------------------------------------------------------------------
11:28:50 Total                                           1.3 MB/s | 1.6 MB     00:01     
11:28:50 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
11:28:50 Importing GPG key 0x8483C65D:
11:28:50  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
11:28:50  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
11:28:50  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:28:50 Key imported successfully
11:28:51 Selecting previously unselected package python3-distro.
11:28:51 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
11:28:51 Unpacking python3-distro (1.7.0-1) ...
11:28:51 Selecting previously unselected package python3-oauthlib.
11:28:51 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
11:28:51 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:28:51 Selecting previously unselected package python3-six.
11:28:51 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
11:28:51 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:28:51 Selecting previously unselected package python3-lazr.restfulclient.
11:28:51 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:28:51 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:28:51 Selecting previously unselected package python3-launchpadlib.
11:28:51 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
11:28:51 Unpacking python3-launchpadlib (1.10.16-1) ...
11:28:51 Selecting previously unselected package python3-software-properties.
11:28:51 Preparing to unpack .../82-python3-software-properties_0.99.22.6_all.deb ...
11:28:51 Unpacking python3-software-properties (0.99.22.6) ...
11:28:51   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
11:28:51   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
11:28:51   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
11:28:51   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
11:28:51   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
11:28:51   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
11:28:51   Verifying        : dbus-libs-1:1.14.6-1.fc37.aarch64                      6/7 
11:28:51   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                      7/7 
11:28:51 
11:28:51 Installed:
11:28:51   dbus-libs-1:1.14.6-1.fc37.aarch64                                             
11:28:51   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
11:28:51   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
11:28:51   python3-dbus-1.3.2-1.fc37.aarch64                                             
11:28:51   python3-distro-1.7.0-3.fc37.noarch                                            
11:28:51   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
11:28:51   python3-six-1.16.0-8.fc37.noarch                                              
11:28:51 
11:28:51 Complete!
11:28:51 + case ${DIST_ID}:${DIST_VERSION} in
11:28:51 + dnf install -y findutils
11:28:51 Fedora 36 - aarch64                              55 kB/s |  16 kB     00:00    
11:28:51 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 software-properties-common all 0.99.27 [13.9 kB]
11:28:51 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
11:28:51 debconf: delaying package configuration, since apt-utils is not installed
11:28:51 Fetched 40.5 MB in 13s (3194 kB/s)
11:28:51 Selecting previously unselected package libssl3:arm64.
11:28: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 ... 4393 files and directories currently installed.)
11:28:51 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_arm64.deb ...
11:28:51 Unpacking libssl3:arm64 (3.0.5-2ubuntu2.1) ...
11:28:51 Selecting previously unselected package libpython3.10-minimal:arm64.
11:28:51 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:28:51 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:28:51 Running transaction check
11:28:51 Transaction check succeeded.
11:28:51 Running transaction test
11:28:51 Transaction test succeeded.
11:28:51 Running transaction
11:28:51 Selecting previously unselected package packagekit.
11:28:51 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_arm64.deb ...
11:28:51 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:28:51 Selecting previously unselected package software-properties-common.
11:28:51 Preparing to unpack .../84-software-properties-common_0.99.22.6_all.deb ...
11:28:51 Unpacking software-properties-common (0.99.22.6) ...
11:28:51 Selecting previously unselected package gnupg2.
11:28:51 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
11:28:51 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
11:28:51 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
11:28:51 Setting up media-types (7.0.0) ...
11:28:51 Setting up systemd-sysv (249.11-0ubuntu3.7) ...
11:28:51 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
11:28:51 Setting up apt-transport-https (2.4.8) ...
11:28:51 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
11:28:51 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
11:28:51 No schema files found: doing nothing.
11:28:51 Setting up distro-info-data (0.52ubuntu0.2) ...
11:28:51 Setting up libxmlb2:arm64 (0.3.6-2build1) ...
11:28:51 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
11:28:51 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
11:28:51 Selecting previously unselected package libexpat1:arm64.
11:28:51 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
11:28:51 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:28:51 Selecting previously unselected package python3.10-minimal.
11:28:51 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:28:51 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:28:51 Setting up libssl3:arm64 (3.0.5-2ubuntu2.1) ...
11:28:51 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:28:51   Preparing        :                                                        1/1 
11:28:51   Installing       : systemd-libs-252-8.el9.aarch64                         1/8 
11:28:51   Running scriptlet: systemd-libs-252-8.el9.aarch64                         1/8 
11:28:51   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                      2/8 
11:28:51   Installing       : python3-dbus-1.2.18-2.el9.aarch64                      3/8 
11:28:51   Installing       : python3-systemd-234-18.el9.aarch64                     4/8 
11:28:51   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
11:28:51   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
11:28:51   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
11:28:51   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
11:28:51   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
11:28:51   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                      1/8 
11:28:51   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
11:28:51   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
11:28:51   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                      4/8 
11:28:51   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
11:28:51   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
11:28:51   Verifying        : python3-systemd-234-18.el9.aarch64                     7/8 
11:28:51   Verifying        : systemd-libs-252-8.el9.aarch64                         8/8 
11:28:51 
11:28:51 Installed:
11:28:51   dbus-libs-1:1.12.20-7.el9.aarch64                                             
11:28:51   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:28:51   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:28:51   python3-dbus-1.2.18-2.el9.aarch64                                             
11:28:51   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:28:51   python3-six-1.15.0-9.el9.noarch                                               
11:28:51   python3-systemd-234-18.el9.aarch64                                            
11:28:51   systemd-libs-252-8.el9.aarch64                                                
11:28:51 
11:28:51 Complete!
11:28:51 Updating certificates in /etc/ssl/certs...
11:28:51 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
11:28:51 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
11:28:51 Setting up libnpth0:arm64 (1.6-3build2) ...
11:28:51 Setting up libassuan0:arm64 (2.5.5-1build1) ...
11:28:51 Setting up libunwind8:arm64 (1.3.2-2build2) ...
11:28:51 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:28:51 Setting up libcap2-bin (1:2.44-1build3) ...
11:28:51 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
11:28:51 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:28:51 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:28:51 Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
11:28:51 Setting up dbus (1.12.20-2ubuntu4.1) ...
11:28:51 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:28:51 Setting up libssh-4:arm64 (0.9.6-2build1) ...
11:28:51 Setting up python-apt-common (2.4.0ubuntu1) ...
11:28:51 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
11:28:51 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:28:51 + popd
11:28:51 + exit 0
11:28:51 ~/rpmbuild/BUILD/src
11:28:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Pn0Za5
11:28:51 + umask 022
11:28:51 + cd /root/rpmbuild/BUILD
11:28:51 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64 '!=' / ']'
11:28:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:51 + mkdir -p /root/rpmbuild/BUILDROOT
11:28:51 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:51 + cd src
11:28:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:28:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:28:51 + 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
11:28:51 ~/rpmbuild/BUILD/src
11:28:51 + popd
11:28:51 + /usr/lib/rpm/check-buildroot
11:28:51 + /usr/lib/rpm/redhat/brp-ldconfig
11:28:51 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
11:28:51 + /usr/lib/rpm/brp-compress
11:28:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:28:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:28:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:28:51 + /usr/lib/rpm/brp-python-bytecompile '' 1
11:28:51 + /usr/lib/rpm/brp-python-hardlink
11:28:51 + PYTHON3=/usr/libexec/platform-python
11:28:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:28:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.V3oT4R
11:28:51 + umask 022
11:28:51 + cd /root/rpmbuild/BUILD
11:28:51 + cd src
11:28:51 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:28:51 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:28:51 PASS: docker-scan version OK
11:28:51 + ver=v0.23.0
11:28:51 + test v0.23.0 = v0.23.0
11:28:51 + echo 'PASS: docker-scan version OK'
11:28:51 + exit 0
11:28:51 Processing files: docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:51 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
11:28:51 Provides: docker-scan-plugin = 0:0.23.0-0.el8 docker-scan-plugin(x86-64) = 0:0.23.0-0.el8
11:28:51 Requires(interp): /bin/sh /bin/sh /bin/sh
11:28:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:28:51 Requires(post): /bin/sh
11:28:51 Requires(preun): /bin/sh
11:28:51 Requires(postun): /bin/sh
11:28:51 Enhances: docker-ce-cli
11:28:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:51 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el8.src.rpm
11:28:51   Installing : docker-buildx-plugin-0.10.4-0.el7.aarch64                  21/27 
11:28:51 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:28:51 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:28:51 Fedora 36 openh264 (From Cisco) - aarch64       3.8 kB/s | 990  B     00:00    
11:28:51 + case ${DIST_ID}:${DIST_VERSION} in
11:28:51 + install_rpm_containerd
11:28:51 + '[' staging = stage ']'
11:28:51 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:28:51 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:28:51 + dnf --version
11:28:51 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:28:51 4.14.0
11:28:51   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Mar  7 09:30:47 2023
11:28:51   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
11:28:51 
11:28:51   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Tue Mar  7 09:30:42 2023
11:28:51   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
11:28:51 Setting up libpam-systemd:arm64 (249.11-0ubuntu3.7) ...
11:28:51 Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ...
11:28:51 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
11:28:51 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:28:51 Setting up libelf1:arm64 (0.186-1build1) ...
11:28:51 Setting up readline-common (8.1.2-1) ...
11:28:51 Setting up iso-codes (4.9.0-1) ...
11:28:51 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
11:28:51 Setting up libicu70:arm64 (70.1-2) ...
11:28:51 Setting up pinentry-curses (1.1.1-1build2) ...
11:28:51 Setting up libdw1:arm64 (0.186-1build1) ...
11:28:51 Setting up libreadline8:arm64 (8.1.2-1) ...
11:28:51 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
11:28:51   Installing : 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch   22/27 
11:28:52 Fedora Modular 36 - aarch64                      32 kB/s |  16 kB     00:00    
11:28:52 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:28:52 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:28:52 Last metadata expiration check: 0:00:07 ago on Fri Mar 10 11:28:44 2023.
11:28:52 124 added, 0 removed; done.
11:28:52 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:28:52 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
11:28:52 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:28:52   Installing : libmnl-1.0.3-7.el7.aarch64                                 23/27 
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    dh_installdeb
11:28:52    debian/rules override_dh_gencontrol
11:28:52 make[1]: Entering directory '/root/build-deb'
11:28:52 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:28:52 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:28:52 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:52 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:28:52 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:28:52 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:52 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:28:52 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:28:52 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:28:52 if [ "amd64" = "amd64" ]; then \
11:28:52 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:28:52 fi
11:28:52 dh_gencontrol --remaining-packages
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    dh_md5sums
11:28:52 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:52 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    debian/rules override_dh_auto_test
11:28:52 make[1]: Entering directory '/root/build-deb'
11:28:52 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:52 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:52 PASS: daemon version OK
11:28:52 ver="$(cli/build/docker --version)"; \
11:28:52 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:52 PASS: cli version OK
11:28:52 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:52 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:52 PASS: docker-buildx version OK
11:28:52 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:52 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:52 PASS: docker-compose version OK
11:28:52 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:52 # TODO change once we support scan-plugin on other architectures
11:28:52 if [ "amd64" = "amd64" ]; then \
11:28:52 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:52 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:52 fi
11:28:52 PASS: docker-scan version OK
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    create-stamp debian/debhelper-build-stamp
11:28:52  debian/rules binary
11:28:52 dh binary --with=bash-completion
11:28:52    dh_testroot
11:28:52    dh_prep
11:28:52    dh_installdirs
11:28:52    debian/rules override_dh_auto_install
11:28:52 make[1]: Entering directory '/root/build-deb'
11:28:52 # docker-ce-cli install
11:28:52 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:52 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:52 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:52 # docker-ce install
11:28:52 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:52 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:52 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:52 Selecting previously unselected package python3-minimal.
11:28: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 ... 4706 files and directories currently installed.)
11:28:52 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
11:28:52 Unpacking python3-minimal (3.10.6-1) ...
11:28:52 Selecting previously unselected package media-types.
11:28:52 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:28:52 Unpacking media-types (8.0.0) ...
11:28:52 Selecting previously unselected package libmpdec3:arm64.
11:28:52 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
11:28:52 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:28:52 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
11:28:52 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:52 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
11:28:52 Setting up gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
11:28:52 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
11:28:52 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:28:52 Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
11:28:52 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:28:52 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:28:52 Selecting previously unselected package libkrb5support0:arm64.
11:28:52 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
11:28:52 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
11:28:52 Selecting previously unselected package libk5crypto3:arm64.
11:28:52 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
11:28:52 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
11:28:52 Selecting previously unselected package libkeyutils1:arm64.
11:28:52 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
11:28:52 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
11:28:52 Selecting previously unselected package libkrb5-3:arm64.
11:28:52 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
11:28:52 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
11:28:52 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:28:52 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
11:28:52 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
11:28:52 Selecting previously unselected package libtirpc-common.
11:28:52 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:28:52 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:28:52 Selecting previously unselected package libtirpc3:arm64.
11:28:52 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:28:52 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:28:52 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:52 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:52 # docker-buildx-plugin install
11:28:52 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:52 # docker-compose-plugin install
11:28:52 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:52 # docker-scan-plugin install
11:28:52 # TODO change once we support scan-plugin on other architectures
11:28:52 if [ "amd64" = "amd64" ]; then \
11:28:52 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:52 fi
11:28:52 # docker-ce-rootless-extras install
11:28:52 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:52 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:52 Fedora 36 - aarch64 - Updates                    44 kB/s |  13 kB     00:00    
11:28:52 + dnf config-manager --set-disabled 'docker-ce-*'
11:28:52 + dnf config-manager --set-enabled docker-ce-test
11:28:52 Updating certificates in /etc/ssl/certs...
11:28:52   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               24/27 
11:28:52 Selecting previously unselected package libnsl2:arm64.
11:28:52 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
11:28:52 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
11:28:52 Selecting previously unselected package readline-common.
11:28:52 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:28:52 Unpacking readline-common (8.2-1) ...
11:28:52 Selecting previously unselected package libreadline8:arm64.
11:28:52 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
11:28:52 Unpacking libreadline8:arm64 (8.2-1) ...
11:28:52 Selecting previously unselected package libsqlite3-0:arm64.
11:28:52 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
11:28:52 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
11:28:52 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:28:52 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
11:28:52 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
11:28:52 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:52 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:52 # TODO: how can we install vpnkit?
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    debian/rules override_dh_install
11:28:52 make[1]: Entering directory '/root/build-deb'
11:28:52 dh_install
11:28:52 # TODO Can we do this from within our container?
11:28:52 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:52 make[1]: Leaving directory '/root/build-deb'
11:28:52    dh_installdocs
11:28:52    dh_installchangelogs
11:28:52 + dnf makecache
11:28:52    debian/rules override_dh_builddeb
11:28:52 make[1]: Entering directory '/root/build-deb'
11:28:52 dh_builddeb -- -Zxz
11:28:52 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb'.
11:28:52 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'.
11:28:52 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:28:52 Setting up policykit-1 (0.105-26ubuntu1.3) ...
11:28:52 Package findutils-1:4.9.0-2.fc37.aarch64 is already installed.
11:28:52 Dependencies resolved.
11:28:52 Nothing to do.
11:28:52 Complete!
11:28:52 + install_rpm_containerd
11:28:52 + '[' staging = stage ']'
11:28:52 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
11:28:52 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
11:28:52 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
11:28:52 + dnf --version
11:28:53 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm
11:28:53 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vGV3ac
11:28:53 + umask 022
11:28:53 + cd /root/rpmbuild/BUILD
11:28:53 + cd src
11:28:53 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
11:28:53 + exit 0
11:28:53 Selecting previously unselected package python3.10.
11:28:53 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
11:28:53 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:28:53 Selecting previously unselected package libpython3-stdlib:arm64.
11:28:53 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
11:28:53 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
11:28:53 Setting up python3-minimal (3.10.6-1) ...
11:28:53 Selecting previously unselected package python3.
11:28: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 ... 5188 files and directories currently installed.)
11:28:53 Preparing to unpack .../python3_3.10.6-1_arm64.deb ...
11:28:53    dh_installman
11:28:53    dh_bash-completion
11:28:53 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:28:53 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
11:28:53 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:28:53 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:28:53 4.14.0
11:28:53   Installed: dnf-0:4.14.0-1.fc37.noarch at Wed Feb 22 05:50:59 2023
11:28:53   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
11:28:53 
11:28:53   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Wed Feb 22 05:50:56 2023
11:28:53   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
11:28:53 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
11:28:53 124 added, 0 removed; done.
11:28:53 Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ...
11:28:53 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:28:53 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.8) ...
11:28:53 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
11:28:53 Setting up curl (7.81.0-1ubuntu1.8) ...
11:28:53 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
11:28:53 Setting up polkitd (0.105-33) ...
11:28:53 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:28:53 Setting up libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
11:28:53 Setcap worked! gst-ptp-helper is not suid!
11:28:53 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
11:28:53 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:28:53 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:28:53 Unpacking python3 (3.10.6-1) ...
11:28:53 Selecting previously unselected package libargon2-1:arm64.
11:28:53 Preparing to unpack .../libargon2-1_0~20171227-0.3_arm64.deb ...
11:28:53 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
11:28:53 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_arm64.deb ...
11:28:53 Unpacking libudev1:arm64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:28:53 Setting up libudev1:arm64 (251.4-1ubuntu7.1) ...
11:28:53 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:28: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 ... 5212 files and directories currently installed.)
11:28:53 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:28:53 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:28:53 Selecting previously unselected package libjson-c5:arm64.
11:28:53 Preparing to unpack .../1-libjson-c5_0.16-1_arm64.deb ...
11:28:53 Unpacking libjson-c5:arm64 (0.16-1) ...
11:28:53    dh_systemd_enable
11:28:53    debian/rules override_dh_installinit
11:28:53 make[1]: Entering directory '/root/build-deb'
11:28:53 # use "docker" as our service name, not "docker-ce"
11:28:53 dh_installinit --name=docker
11:28:53 make[1]: Leaving directory '/root/build-deb'
11:28:53    dh_systemd_start
11:28:53    dh_perl
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:28:53 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:53 CentOS Stream 9 - BaseOS                         24 kB/s | 7.1 kB     00:00    
11:28:53 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
11:28:53 Fedora Modular 36 - aarch64 - Updates            42 kB/s |  15 kB     00:00    
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:28:53 Selecting previously unselected package libcryptsetup12:arm64.
11:28:53 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
11:28:53 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
11:28:53 Selecting previously unselected package libfdisk1:arm64.
11:28:53 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_arm64.deb ...
11:28:53 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
11:28:53 Selecting previously unselected package libkmod2:arm64.
11:28:53 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
11:28:53 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
11:28:53 Selecting previously unselected package libapparmor1:arm64.
11:28:53 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
11:28:53 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
11:28:53 Selecting previously unselected package libip4tc2:arm64.
11:28:53 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
11:28:53 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
11:28:53 Selecting previously unselected package libsystemd-shared:arm64.
11:28:53 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_arm64.deb ...
11:28:53 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7.1) ...
11:28:53    dh_link
11:28:53    dh_strip_nondeterminism
11:28:53 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:28:53 Setting up dconf-service (0.36.0-1) ...
11:28:53 Setting up python3 (3.8.2-0ubuntu2) ...
11:28:53 Setting up python3-six (1.14.0-2) ...
11:28:53 CentOS Stream 9 - AppStream                      29 kB/s | 7.2 kB     00:00    
11:28:53 + dnf config-manager --set-disabled 'docker-ce-*'
11:28:53 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:28:53 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:28:53 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_arm64.deb ...
11:28:53 Unpacking libsystemd0:arm64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:28:53 Setting up libsystemd0:arm64 (251.4-1ubuntu7.1) ...
11:28:53 Selecting previously unselected package systemd.
11:28: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 ... 5259 files and directories currently installed.)
11:28:53 Preparing to unpack .../systemd_251.4-1ubuntu7.1_arm64.deb ...
11:28:53 Unpacking systemd (251.4-1ubuntu7.1) ...
11:28:53 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:28:53 Setting up python3-certifi (2019.11.28-1) ...
11:28:53 Setting up python3-gi (3.36.0-1) ...
11:28:53 + dnf config-manager --set-enabled docker-ce-test
11:28:54 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
11:28:54 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:28:54 Setting up libjson-c5:arm64 (0.16-1) ...
11:28:54 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
11:28:54 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
11:28:54 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
11:28:54 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
11:28:54 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
11:28:54 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7.1) ...
11:28:54 Setting up systemd (251.4-1ubuntu7.1) ...
11:28:54 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:28:54 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:28:54 Failed to enable unit, unit systemd-resolved.service does not exist.
11:28:54 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:28:54 Initializing machine ID from random generator.
11:28:54 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:54 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    debian/rules override_dh_auto_test
11:28:54 make[1]: Entering directory '/root/build-deb'
11:28:54 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:28:54 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:28:54 PASS: daemon version OK
11:28:54 ver="$(cli/build/docker --version)"; \
11:28:54 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:28:54 PASS: cli version OK
11:28:54 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:54 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:28:54 PASS: docker-buildx version OK
11:28:54 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:54 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:28:54 PASS: docker-compose version OK
11:28:54 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:28:54 # TODO change once we support scan-plugin on other architectures
11:28:54 if [ "amd64" = "amd64" ]; then \
11:28:54 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:28:54 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:28:54 fi
11:28:54 PASS: docker-scan version OK
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    create-stamp debian/debhelper-build-stamp
11:28:54  debian/rules binary
11:28:54 dh binary --with=bash-completion
11:28:54    dh_testroot
11:28:54    dh_prep
11:28:54    dh_installdirs
11:28:54    debian/rules override_dh_auto_install
11:28:54 make[1]: Entering directory '/root/build-deb'
11:28:54 # docker-ce-cli install
11:28:54 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:28:54 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:28:54 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:28:54 # docker-ce install
11:28:54 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:28:54 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:28:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:28:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:28:54 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:28:54 # docker-buildx-plugin install
11:28:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:28:54 # docker-compose-plugin install
11:28:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:28:54 # docker-scan-plugin install
11:28:54 # TODO change once we support scan-plugin on other architectures
11:28:54 if [ "amd64" = "amd64" ]; then \
11:28:54 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:28:54 fi
11:28:54 # docker-ce-rootless-extras install
11:28:54 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:28:54 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:28:54 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:28:54 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:28:54 # TODO: how can we install vpnkit?
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    debian/rules override_dh_install
11:28:54 make[1]: Entering directory '/root/build-deb'
11:28:54 dh_install
11:28:54 # TODO Can we do this from within our container?
11:28:54 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    dh_installdocs
11:28:54    dh_installchangelogs
11:28:54    dh_installman
11:28:54    dh_bash-completion
11:28:54    dh_systemd_enable
11:28:54    debian/rules override_dh_installinit
11:28:54 make[1]: Entering directory '/root/build-deb'
11:28:54 # use "docker" as our service name, not "docker-ce"
11:28:54 dh_installinit --name=docker
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    dh_systemd_start
11:28:54    dh_perl
11:28:54    dh_link
11:28:54    dh_strip_nondeterminism
11:28:54   Installing : iptables-1.4.21-35.el7.aarch64                             25/27 
11:28:54 Setting up python3-idna (2.8-1) ...
11:28:54 CentOS Stream 9 - Extras packages                31 kB/s | 7.7 kB     00:00    
11:28:54 + dnf makecache
11:28:54 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:28:54 Setting up pkexec (0.105-33) ...
11:28:54 Selecting previously unselected package systemd-sysv.
11:28: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 ... 6031 files and directories currently installed.)
11:28:54 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7.1_arm64.deb ...
11:28:54 Unpacking systemd-sysv (251.4-1ubuntu7.1) ...
11:28:54 Selecting previously unselected package openssl.
11:28:54 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_arm64.deb ...
11:28:54 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:28:54 Selecting previously unselected package ca-certificates.
11:28:54 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:28:54 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:28:54 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:28:54 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:28:54 Metadata cache created.
11:28:54 + echo '[DEBUG] Installing engine rpms'
11:28:54 [DEBUG] Installing engine rpms
11:28:54 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
11:28:54 ++ sed /src/d
11:28:54 + packages='rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:28:54 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:28:54 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc36.aarch64.rpm
11:28:54 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm
11:28:54 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm'
11:28:54 + set -x
11:28:54 ++ source /etc/os-release
11:28:54 +++ NAME='Fedora Linux'
11:28:54 +++ VERSION='36 (Container Image)'
11:28:54 +++ ID=fedora
11:28:54 +++ VERSION_ID=36
11:28:54 +++ VERSION_CODENAME=
11:28:54 +++ PLATFORM_ID=platform:f36
11:28:54 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:28:54 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:54 +++ LOGO=fedora-logo-icon
11:28:54 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:28:54 +++ HOME_URL=https://fedoraproject.org/
11:28:54 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:28:54 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:54 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:54 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:54 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:28:54 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:54 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:28:54 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:28:54 +++ SUPPORT_END=2023-05-16
11:28:54 +++ VARIANT='Container Image'
11:28:54 +++ VARIANT_ID=container
11:28:54 ++ echo 36
11:28:54 + product_version=36
11:28:54 + '[' 36 = rawhide ']'
11:28:54 + dnf install -y rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm
11:28:54 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.8) ...
11:28:54 Setting up python3 (3.10.6-1~22.04) ...
11:28:54 Setting up libappstream4:arm64 (0.15.2-2) ...
11:28:54 Setting up python3-six (1.16.0-3ubuntu1) ...
11:28:54 Selecting previously unselected package libdbus-1-3:arm64.
11:28:54 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
11:28:54 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package dbus-bin.
11:28:54 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
11:28:54 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package dbus-session-bus-common.
11:28:54 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:28:54 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package dbus-daemon.
11:28:54 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
11:28:54 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package dbus-system-bus-common.
11:28:54 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:28:54 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package dbus.
11:28:54 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_arm64.deb ...
11:28:54 Unpacking dbus (1.14.0-2ubuntu3) ...
11:28:54 Selecting previously unselected package distro-info-data.
11:28:54 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
11:28:54 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:28:54    dh_compress
11:28:54    dh_fixperms
11:28:54 Setting up lsb-release (11.1.0ubuntu2) ...
11:28:54 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:54 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:28:54 Setting up python3-dbus (1.2.16-1build1) ...
11:28:54 Docker CE Test - aarch64                         43 kB/s |  23 kB     00:00    
11:28:54 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:28:54 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:28:54 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:28:54 Setting up python3-pyparsing (2.4.7-1) ...
11:28:54 Selecting previously unselected package libglib2.0-0:arm64.
11:28:54 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
11:28:54 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
11:28:54 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:28:54 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
11:28:54 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
11:28:54 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:28:54 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
11:28:54 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
11:28:54 Selecting previously unselected package iso-codes.
11:28:54 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
11:28:54 Unpacking iso-codes (4.11.0-1) ...
11:28:54    dh_missing
11:28:54    debian/rules override_dh_strip
11:28:54 make[1]: Entering directory '/root/build-deb'
11:28:54 # Go has lots of problems with stripping, so just don't
11:28:54 make[1]: Leaving directory '/root/build-deb'
11:28:54    dh_makeshlibs
11:28:54    debian/rules override_dh_shlibdeps
11:28:54 Setting up dconf-gsettings-backend:arm64 (0.36.0-1) ...
11:28:54 Setting up python3-apt (2.0.1) ...
11:28:54    dh_compress
11:28:54    dh_fixperms
11:28:54    dh_missing
11:28:55 Metadata cache created.
11:28:55 [DEBUG] Installing engine rpms
11:28:55 + echo '[DEBUG] Installing engine rpms'
11:28:55 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
11:28:55 ++ sed /src/d
11:28:55 + packages='rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el9.aarch64.rpm
11:28:55 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:28:55 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:28:55 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm
11:28:55 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el9.aarch64.rpm'
11:28:55 + set -x
11:28:55 ++ source /etc/os-release
11:28:55 +++ NAME='CentOS Stream'
11:28:55 +++ VERSION=9
11:28:55 +++ ID=centos
11:28:55 +++ ID_LIKE='rhel fedora'
11:28:55 +++ VERSION_ID=9
11:28:55 +++ PLATFORM_ID=platform:el9
11:28:55 +++ PRETTY_NAME='CentOS Stream 9'
11:28:55 +++ ANSI_COLOR='0;31'
11:28:55 +++ LOGO=fedora-logo-icon
11:28:55 +++ CPE_NAME=cpe:/o:centos:centos:9
11:28:55 +++ HOME_URL=https://centos.org/
11:28:55 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:55 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:28:55 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:28:55 ++ echo 'CentOS Stream'
11:28:55 + product_version='CentOS Stream'
11:28:55 + '[' 'CentOS Stream' = rawhide ']'
11:28:55 + 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~20230309110843.71615c2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.el9.aarch64.rpm
11:28:55 Setting up python3-gi (3.42.1-0ubuntu1) ...
11:28:55 Setting up python3-jeepney (0.7.1-3) ...
11:28:55 Selecting previously unselected package libcap2-bin.
11:28:55 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
11:28:55 Unpacking libcap2-bin (1:2.44-1build3) ...
11:28:55 Selecting previously unselected package libelf1:arm64.
11:28:55 Preparing to unpack .../15-libelf1_0.187-4_arm64.deb ...
11:28:55 Unpacking libelf1:arm64 (0.187-4) ...
11:28:55 Selecting previously unselected package libglib2.0-data.
11:28:55 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:28:55 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:28:55 Selecting previously unselected package libicu71:arm64.
11:28:55 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_arm64.deb ...
11:28:55 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
11:28:55 Docker CE Test - aarch64                         34 kB/s |  19 kB     00:00    
11:28:55 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:55 Setting up python3-chardet (3.0.4-4build1) ...
11:28:55 make[1]: Entering directory '/root/build-deb'
11:28:55 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:55    debian/rules override_dh_strip
11:28:55 make[1]: Entering directory '/root/build-deb'
11:28:55 # Go has lots of problems with stripping, so just don't
11:28:55 make[1]: Leaving directory '/root/build-deb'
11:28:55    dh_makeshlibs
11:28:55    debian/rules override_dh_shlibdeps
11:28:55 make[1]: Entering directory '/root/build-deb'
11:28:55 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:28:55 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:28:55 Setting up python3-httplib2 (0.20.2-2) ...
11:28:55 Selecting previously unselected package libpam-systemd:arm64.
11:28:55 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7.1_arm64.deb ...
11:28:55 Unpacking libpam-systemd:arm64 (251.4-1ubuntu7.1) ...
11:28:55 Selecting previously unselected package libxml2:arm64.
11:28:55 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
11:28:55 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
11:28:55 Selecting previously unselected package libyaml-0-2:arm64.
11:28:55 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_arm64.deb ...
11:28:55 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:28:55 Selecting previously unselected package lsb-release.
11:28:55 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
11:28:55 Unpacking lsb-release (11.2ubuntu1) ...
11:28:55 Selecting previously unselected package python-apt-common.
11:28:55 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
11:28:55 Unpacking python-apt-common (2.4.0+22.10) ...
11:28:55 Fedora 37 - aarch64                              52 kB/s |  16 kB     00:00    
11:28:55 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ...
11:28:55 Setting up python3-software-properties (0.99.9.11) ...
11:28:55 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:28:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
11:28:55 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:28:54 2023.
11:28:55 Dependencies resolved.
11:28:55 ===================================================================================================
11:28:55  Package                        Arch     Version                              Repository       Size
11:28:55 ===================================================================================================
11:28:55 Installing:
11:28:55  docker-buildx-plugin           aarch64  0.10.4-0.el9                         @commandline     11 M
11:28:55  docker-ce                      aarch64  3:0.0.0~20230309110843.71615c2-0.el9 @commandline     15 M
11:28:55  docker-ce-cli                  aarch64  1:0.0.0~20230309110843.71615c2-0.el9 @commandline    6.4 M
11:28:55  docker-ce-rootless-extras      aarch64  0.0.0~20230309110843.71615c2-0.el9   @commandline    3.4 M
11:28:55  docker-compose-plugin          aarch64  2.16.0-0.el9                         @commandline    9.5 M
11:28:55 Installing dependencies:
11:28:55  acl                            aarch64  2.3.1-3.el9                          baseos           73 k
11:28:55  checkpolicy                    aarch64  3.5-1.el9                            appstream       341 k
11:28:55  container-selinux              noarch   3:2.199.0-1.el9                      appstream        51 k
11:28:55  containerd.io                  aarch64  1.6.18-3.1.el9                       docker-ce-test   25 M
11:28:55  cracklib                       aarch64  2.9.6-27.el9                         baseos           95 k
11:28:55  cracklib-dicts                 aarch64  2.9.6-27.el9                         baseos          3.6 M
11:28:55  dbus                           aarch64  1:1.12.20-7.el9                      baseos          3.9 k
11:28:55  dbus-broker                    aarch64  28-7.el9                             baseos          166 k
11:28:55  dbus-common                    noarch   1:1.12.20-7.el9                      baseos           15 k
11:28:55  device-mapper                  aarch64  9:1.02.187-7.el9                     baseos          139 k
11:28:55  device-mapper-libs             aarch64  9:1.02.187-7.el9                     baseos          173 k
11:28:55  diffutils                      aarch64  3.7-12.el9                           baseos          392 k
11:28:55  fuse-common                    aarch64  3.10.2-5.el9                         baseos          9.0 k
11:28:55  fuse-overlayfs                 aarch64  1.10-2.el9                           appstream        68 k
11:28:55  fuse3                          aarch64  3.10.2-5.el9                         appstream        54 k
11:28:55  fuse3-libs                     aarch64  3.10.2-5.el9                         appstream        90 k
11:28:55  iptables-libs                  aarch64  1.8.8-6.el9                          baseos          466 k
11:28:55  iptables-nft                   aarch64  1.8.8-6.el9                          baseos          201 k
11:28:55  kmod                           aarch64  28-7.el9                             baseos          125 k
11:28:55  kmod-libs                      aarch64  28-7.el9                             baseos           63 k
11:28:55  libdb                          aarch64  5.3.28-53.el9                        baseos          712 k
11:28:55  libeconf                       aarch64  0.4.1-2.el9                          baseos           27 k
11:28:55  libfdisk                       aarch64  2.37.4-10.el9                        baseos          149 k
11:28:55  libibverbs                     aarch64  44.0-2.el9                           baseos          382 k
11:28:55  libmnl                         aarch64  1.0.4-15.el9                         baseos           28 k
11:28:55  libnetfilter_conntrack         aarch64  1.0.9-1.el9                          baseos           58 k
11:28:55  libnfnetlink                   aarch64  1.0.1-21.el9                         baseos           29 k
11:28:55  libnftnl                       aarch64  1.2.2-1.el9                          baseos           81 k
11:28:55  libnl3                         aarch64  3.7.0-1.el9                          baseos          338 k
11:28:55  libpcap                        aarch64  14:1.10.0-4.el9                      baseos          169 k
11:28:55  libpwquality                   aarch64  1.4.4-8.el9                          baseos          119 k
11:28:55  libseccomp                     aarch64  2.5.2-2.el9                          baseos           72 k
11:28:55  libselinux-utils               aarch64  3.5-1.el9                            baseos          183 k
11:28:55  libslirp                       aarch64  4.4.0-4.el9                          appstream        68 k
11:28:55  libutempter                    aarch64  1.2.1-6.el9                          baseos           27 k
11:28:55  openssl                        aarch64  1:3.0.7-5.el9                        baseos          1.2 M
11:28:55  pam                            aarch64  1.5.1-14.el9                         baseos          618 k
11:28:55  policycoreutils                aarch64  3.5-1.el9                            baseos          238 k
11:28:55  policycoreutils-python-utils   noarch   3.5-1.el9                            appstream        77 k
11:28:55  python3-audit                  aarch64  3.0.7-103.el9                        appstream        84 k
11:28:55  python3-distro                 noarch   1.5.0-7.el9                          baseos           37 k
11:28:55  python3-libselinux             aarch64  3.5-1.el9                            appstream       183 k
11:28:55  python3-libsemanage            aarch64  3.5-1.el9                            appstream        79 k
11:28:55  python3-policycoreutils        noarch   3.5-1.el9                            appstream       2.1 M
11:28:55  python3-setools                aarch64  4.4.1-1.el9                          baseos          587 k
11:28:55  python3-setuptools             noarch   53.0.0-12.el9                        baseos          944 k
11:28:55  rpm-plugin-selinux             aarch64  4.16.1.3-22.el9                      baseos           18 k
11:28:55  selinux-policy                 noarch   38.1.8-1.el9                         baseos           55 k
11:28:55  selinux-policy-targeted        noarch   38.1.8-1.el9                         baseos          6.8 M
11:28:55  slirp4netns                    aarch64  1.2.0-3.el9                          appstream        46 k
11:28:55  systemd                        aarch64  252-8.el9                            baseos          3.9 M
11:28:55  systemd-pam                    aarch64  252-8.el9                            baseos          246 k
11:28:55  systemd-rpm-macros             noarch   252-8.el9                            baseos           45 k
11:28:55  util-linux                     aarch64  2.37.4-10.el9                        baseos          2.3 M
11:28:55  util-linux-core                aarch64  2.37.4-10.el9                        baseos          458 k
11:28:55  xz                             aarch64  5.2.5-8.el9                          baseos          226 k
11:28:55 
11:28:55 Transaction Summary
11:28:55 ===================================================================================================
11:28:55 Install  61 Packages
11:28:55 
11:28:55 Total size: 98 M
11:28:55 Total download size: 53 M
11:28:55 Installed size: 397 M
11:28:55 Downloading Packages:
11:28:55 Setting up lsb-release (11.1.0ubuntu4) ...
11:28:55 Setting up policykit-1 (0.105-33) ...
11:28:55 Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ...
11:28:55 Setting up python3-blinker (1.4+dfsg1-0.4) ...
11:28:55 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:28:55 Selecting previously unselected package python3-apt.
11:28:55 Preparing to unpack .../23-python3-apt_2.4.0+22.10_arm64.deb ...
11:28:55 Unpacking python3-apt (2.4.0+22.10) ...
11:28:55 Selecting previously unselected package python3-dbus.
11:28:55 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_arm64.deb ...
11:28:55 Unpacking python3-dbus (1.2.18-3build1) ...
11:28:55 Selecting previously unselected package python3-gi.
11:28:55 Preparing to unpack .../25-python3-gi_3.42.2-2_arm64.deb ...
11:28:55 Unpacking python3-gi (3.42.2-2) ...
11:28:55 Selecting previously unselected package python3-pkg-resources.
11:28:55 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:28:55 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:28:55 Selecting previously unselected package libnghttp2-14:arm64.
11:28:55 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_arm64.deb ...
11:28:55 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
11:28:55 Selecting previously unselected package libpsl5:arm64.
11:28:55 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:28:55 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:28:55 Selecting previously unselected package apt-transport-https.
11:28:55 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
11:28:55 Unpacking apt-transport-https (2.5.3) ...
11:28:55 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:28:55 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
11:28:55 Setting up python3-requests-unixsocket (0.2.0-2) ...
11:28:55 Last metadata expiration check: 0:00:02 ago on Fri Mar 10 11:28:53 2023.
11:28:55 Setting up python3-more-itertools (8.10.0-2) ...
11:28:55 Selecting previously unselected package libbrotli1:arm64.
11:28:55 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_arm64.deb ...
11:28:55 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:28:55 Selecting previously unselected package libsasl2-modules-db:arm64.
11:28:55 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:28:55 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:28:55 Selecting previously unselected package libsasl2-2:arm64.
11:28:55 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:28:55 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:28:55 Selecting previously unselected package libldap-2.5-0:arm64.
11:28:55 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
11:28:55 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
11:28:55 Selecting previously unselected package librtmp1:arm64.
11:28:55 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:28:55 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:28:55 Selecting previously unselected package libssh-4:arm64.
11:28:55 Preparing to unpack .../35-libssh-4_0.9.6-2build1_arm64.deb ...
11:28:55 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:28:55 Selecting previously unselected package libcurl4:arm64.
11:28:55 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.3_arm64.deb ...
11:28:55 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.3) ...
11:28:55 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:28:55 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:28:55 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.16) ...
11:28:55 Setting up curl (7.68.0-1ubuntu2.16) ...
11:28:56 Fedora 37 openh264 (From Cisco) - aarch64       3.3 kB/s | 990  B     00:00    
11:28:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
11:28:56 Setting up python3-dbus (1.2.18-3build1) ...
11:28:56 Setting up python3-distro (1.7.0-1) ...
[Pipeline] sh
11:28:56 Selecting previously unselected package curl.
11:28:56 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.3_arm64.deb ...
11:28:56 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:28:56 Selecting previously unselected package libassuan0:arm64.
11:28:56 Preparing to unpack .../38-libassuan0_2.5.5-4_arm64.deb ...
11:28:56 Unpacking libassuan0:arm64 (2.5.5-4) ...
11:28:56 Selecting previously unselected package gpgconf.
11:28:56 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package libksba8:arm64.
11:28:56 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
11:28:56 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
11:28:56 Selecting previously unselected package libnpth0:arm64.
11:28:56 Preparing to unpack .../41-libnpth0_1.6-3build2_arm64.deb ...
11:28:56 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:28:56 Selecting previously unselected package dirmngr.
11:28:56 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:28:56 Setting up glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
11:28:56 Setting up libsoup2.4-1:arm64 (2.70.0-1) ...
11:28:56 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:28:56 Setting up libappstream4:arm64 (0.12.10-2) ...
11:28:56 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:28:56 Setting up packagekit (1.1.13-2ubuntu1.1) ...
11:28:56 invoke-rc.d: could not determine current runlevel
11:28:56 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:28:56 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
11:28:56 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:28:56 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
11:28:56 Setting up software-properties-common (0.99.9.11) ...
11:28:56 Fedora Modular 37 - aarch64                      52 kB/s |  16 kB     00:00    
11:28:56 Dependencies resolved.
11:28:56 =================================================================================================
11:28:56  Package                     Arch     Version                               Repository       Size
11:28:56 =================================================================================================
11:28:56 Installing:
11:28:56  docker-buildx-plugin        aarch64  0.10.4-0.fc36                         @commandline     11 M
11:28:56  docker-ce                   aarch64  3:0.0.0~20230309110843.71615c2-0.fc36 @commandline     15 M
11:28:56  docker-ce-cli               aarch64  1:0.0.0~20230309110843.71615c2-0.fc36 @commandline    6.4 M
11:28:56  docker-ce-rootless-extras   aarch64  0.0.0~20230309110843.71615c2-0.fc36   @commandline    3.4 M
11:28:56  docker-compose-plugin       aarch64  2.16.0-0.fc36                         @commandline    9.5 M
11:28:56 Installing dependencies:
11:28:56  container-selinux           noarch   2:2.199.0-1.fc36                      updates          50 k
11:28:56  containerd.io               aarch64  1.6.18-3.1.fc36                       docker-ce-test   25 M
11:28:56  dbus                        aarch64  1:1.14.4-1.fc36                       updates         7.2 k
11:28:56  dbus-broker                 aarch64  33-1.fc36                             updates         168 k
11:28:56  dbus-common                 noarch   1:1.14.4-1.fc36                       updates          14 k
11:28:56  device-mapper               aarch64  1.02.175-7.fc36                       fedora          137 k
11:28:56  device-mapper-libs          aarch64  1.02.175-7.fc36                       fedora          170 k
11:28:56  diffutils                   aarch64  3.8-2.fc36                            fedora          368 k
11:28:56  fuse-common                 aarch64  3.10.5-2.fc36                         fedora          8.2 k
11:28:56  fuse-overlayfs              aarch64  1.9-6.fc36                            updates          69 k
11:28:56  fuse3                       aarch64  3.10.5-2.fc36                         fedora           54 k
11:28:56  fuse3-libs                  aarch64  3.10.5-2.fc36                         fedora           90 k
11:28:56  iptables-legacy             aarch64  1.8.7-15.fc36                         fedora           51 k
11:28:56  iptables-legacy-libs        aarch64  1.8.7-15.fc36                         fedora           39 k
11:28:56  iptables-libs               aarch64  1.8.7-15.fc36                         fedora          417 k
11:28:56  kmod                        aarch64  29-7.fc36                             fedora          115 k
11:28:56  kmod-libs                   aarch64  29-7.fc36                             fedora           65 k
11:28:56  libargon2                   aarch64  20171227-9.fc36                       updates          28 k
11:28:56  libcgroup                   aarch64  2.0-4.fc36                            fedora           73 k
11:28:56  libfdisk                    aarch64  2.38-1.fc36                           updates         155 k
11:28:56  libibverbs                  aarch64  39.0-1.fc36                           fedora          392 k
11:28:56  libmnl                      aarch64  1.0.4-15.fc36                         fedora           28 k
11:28:56  libnetfilter_conntrack      aarch64  1.0.8-4.fc36                          fedora           57 k
11:28:56  libnfnetlink                aarch64  1.0.1-21.fc36                         fedora           29 k
11:28:56  libnl3                      aarch64  3.7.0-1.fc36                          updates         336 k
11:28:56  libpcap                     aarch64  14:1.10.3-1.fc36                      updates         172 k
11:28:56  libseccomp                  aarch64  2.5.3-2.fc36                          fedora           71 k
11:28:56  libselinux-utils            aarch64  3.3-4.fc36                            fedora          144 k
11:28:56  libslirp                    aarch64  4.6.1-3.fc36                          fedora           72 k
11:28:56  libutempter                 aarch64  1.2.1-6.fc36                          fedora           26 k
11:28:56  policycoreutils             aarch64  3.3-4.fc36                            fedora          203 k
11:28:56  rpm-plugin-selinux          aarch64  4.17.1-3.fc36                         updates          18 k
11:28:56  selinux-policy              noarch   36.17-1.fc36                          updates          66 k
11:28:56  selinux-policy-targeted     noarch   36.17-1.fc36                          updates         6.4 M
11:28:56  slirp4netns                 aarch64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
11:28:56  systemd                     aarch64  250.10-2.fc36                         updates         4.0 M
11:28:56  systemd-pam                 aarch64  250.10-2.fc36                         updates         319 k
11:28:56  util-linux                  aarch64  2.38-1.fc36                           updates         2.3 M
11:28:56  xkeyboard-config            noarch   2.35.1-1.fc36                         fedora          878 k
11:28:56  xz                          aarch64  5.4.1-1.fc36                          updates         406 k
11:28:56 Installing weak dependencies:
11:28:56  cryptsetup-libs             aarch64  2.4.3-2.fc36                          fedora          430 k
11:28:56  libbpf                      aarch64  2:0.7.0-3.fc36                        updates         159 k
11:28:56  libxkbcommon                aarch64  1.4.0-1.fc36                          fedora          139 k
11:28:56  qrencode-libs               aarch64  4.1.1-2.fc36                          fedora           61 k
11:28:56  systemd-networkd            aarch64  250.10-2.fc36                         updates         564 k
11:28:56  systemd-resolved            aarch64  250.10-2.fc36                         updates         254 k
11:28:56 
11:28:56 Transaction Summary
11:28:56 =================================================================================================
11:28:56 Install  51 Packages
11:28:56 
11:28:56 Total size: 89 M
11:28:56 Total download size: 44 M
11:28:56 Installed size: 376 M
11:28:56 Downloading Packages:
11:28:56 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:28:56 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
11:28:56 Setting up python3-apt (2.4.0ubuntu1) ...
11:28:56 + make IMAGE=quay.io/centos/centos:stream8 verify
11:28:56 docker run  --rm -i \
11:28:56 	-v "$(pwd):/v" \
11:28:56 	-e DEBIAN_FRONTEND=noninteractive \
11:28:56 	-e PACKAGE_REPO=staging \
11:28:56 	-w /v \
11:28:56 	quay.io/centos/centos:stream8 ./verify
11:28:56 Unable to find image 'quay.io/centos/centos:stream8' locally
11:28:56 Selecting previously unselected package libpackagekit-glib2-18:arm64.
11:28:56 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
11:28:56 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
11:28:56 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:28:56 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
11:28:56 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:28:56 Selecting previously unselected package gnupg-l10n.
11:28:56 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:28:56 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package gnupg-utils.
11:28:56 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package gpg.
11:28:56 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpg (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package pinentry-curses.
11:28:56 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
11:28:56 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:28:56 Selecting previously unselected package gpg-agent.
11:28:56 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:28:56 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:28:56 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:28:56 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:28:56 Updating certificates in /etc/ssl/certs...
11:28:56 Fedora 37 - aarch64 - Updates                    47 kB/s |  14 kB     00:00    
11:28:56 (1/56): acl-2.3.1-3.el9.aarch64.rpm             1.5 MB/s |  73 kB     00:00    
11:28:56 (2/56): cracklib-2.9.6-27.el9.aarch64.rpm       1.7 MB/s |  95 kB     00:00    
11:28:56 (3/56): dbus-1.12.20-7.el9.aarch64.rpm          314 kB/s | 3.9 kB     00:00    
11:28:56 (4/56): dbus-common-1.12.20-7.el9.noarch.rpm    1.1 MB/s |  15 kB     00:00    
11:28:56 (5/56): dbus-broker-28-7.el9.aarch64.rpm        6.4 MB/s | 166 kB     00:00    
11:28:56 (6/56): device-mapper-libs-1.02.187-7.el9.aarch  10 MB/s | 173 kB     00:00    
11:28:56 (7/56): device-mapper-1.02.187-7.el9.aarch64.rp 5.4 MB/s | 139 kB     00:00    
11:28:56 (8/56): fuse-common-3.10.2-5.el9.aarch64.rpm    637 kB/s | 9.0 kB     00:00    
11:28:56 (9/56): cracklib-dicts-2.9.6-27.el9.aarch64.rpm  28 MB/s | 3.6 MB     00:00    
11:28:56 (10/56): diffutils-3.7-12.el9.aarch64.rpm       9.9 MB/s | 392 kB     00:00    
11:28:56 (11/56): iptables-libs-1.8.8-6.el9.aarch64.rpm   15 MB/s | 466 kB     00:00    
11:28:56 (12/56): iptables-nft-1.8.8-6.el9.aarch64.rpm   8.5 MB/s | 201 kB     00:00    
11:28:56 (13/56): kmod-28-7.el9.aarch64.rpm              5.8 MB/s | 125 kB     00:00    
11:28:56 (14/56): kmod-libs-28-7.el9.aarch64.rpm         1.2 MB/s |  63 kB     00:00    
11:28:56 (15/56): libeconf-0.4.1-2.el9.aarch64.rpm       593 kB/s |  27 kB     00:00    
11:28:56 (16/56): libdb-5.3.28-53.el9.aarch64.rpm         11 MB/s | 712 kB     00:00    
11:28:56 (17/56): libfdisk-2.37.4-10.el9.aarch64.rpm     7.2 MB/s | 149 kB     00:00    
11:28:56 (18/56): libibverbs-44.0-2.el9.aarch64.rpm       18 MB/s | 382 kB     00:00    
11:28:56 (19/56): libmnl-1.0.4-15.el9.aarch64.rpm        1.9 MB/s |  28 kB     00:00    
11:28:56 (20/56): libnetfilter_conntrack-1.0.9-1.el9.aar 4.2 MB/s |  58 kB     00:00    
11:28:56 (21/56): libnfnetlink-1.0.1-21.el9.aarch64.rpm  2.1 MB/s |  29 kB     00:00    
11:28:56 (22/56): libnftnl-1.2.2-1.el9.aarch64.rpm       5.1 MB/s |  81 kB     00:00    
11:28:56 (23/56): libnl3-3.7.0-1.el9.aarch64.rpm          15 MB/s | 338 kB     00:00    
11:28:56 (24/56): libpwquality-1.4.4-8.el9.aarch64.rpm   7.4 MB/s | 119 kB     00:00    
11:28:56 (25/56): libpcap-1.10.0-4.el9.aarch64.rpm       6.4 MB/s | 169 kB     00:00    
11:28:56 (26/56): libseccomp-2.5.2-2.el9.aarch64.rpm     4.9 MB/s |  72 kB     00:00    
11:28:56 (27/56): libselinux-utils-3.5-1.el9.aarch64.rpm  11 MB/s | 183 kB     00:00    
11:28:56 (28/56): libutempter-1.2.1-6.el9.aarch64.rpm    1.7 MB/s |  27 kB     00:00    
11:28:56 (29/56): policycoreutils-3.5-1.el9.aarch64.rpm   13 MB/s | 238 kB     00:00    
11:28:56 (30/56): pam-1.5.1-14.el9.aarch64.rpm            21 MB/s | 618 kB     00:00    
11:28:56 (31/56): openssl-3.0.7-5.el9.aarch64.rpm         25 MB/s | 1.2 MB     00:00    
11:28:56 (32/56): python3-distro-1.5.0-7.el9.noarch.rpm  1.7 MB/s |  37 kB     00:00    
11:28:56 (33/56): python3-setools-4.4.1-1.el9.aarch64.rp  25 MB/s | 587 kB     00:00    
11:28:56 (34/56): rpm-plugin-selinux-4.16.1.3-22.el9.aar 1.3 MB/s |  18 kB     00:00    
11:28:56 (35/56): python3-setuptools-53.0.0-12.el9.noarc  34 MB/s | 944 kB     00:00    
11:28:56 (36/56): selinux-policy-38.1.8-1.el9.noarch.rpm 3.0 MB/s |  55 kB     00:00    
11:28:56 Setting up python3-lazr.uri (1.0.6-2) ...
11:28:56   Installing : docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0   26/27 
11:28:56 stream8: Pulling from centos/centos
11:28:56 Selecting previously unselected package gpg-wks-client.
11:28:56 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package gpg-wks-server.
11:28:56 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package gpgsm.
11:28:56 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
11:28:56 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package gnupg.
11:28:56 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
11:28:56 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:28:56 Selecting previously unselected package libcurl3-gnutls:arm64.
11:28:56 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.3_arm64.deb ...
11:28:56 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.3) ...
11:28:56 Selecting previously unselected package libstemmer0d:arm64.
11:28:56 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_arm64.deb ...
11:28:56 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
11:28:56 Selecting previously unselected package libxmlb2:arm64.
11:28:56 Preparing to unpack .../56-libxmlb2_0.3.8-1_arm64.deb ...
11:28:56 Unpacking libxmlb2:arm64 (0.3.8-1) ...
11:28:56 (37/56): systemd-pam-252-8.el9.aarch64.rpm       10 MB/s | 246 kB     00:00    
11:28:56 (38/56): systemd-rpm-macros-252-8.el9.noarch.rp 3.6 MB/s |  45 kB     00:00    
11:28:56 (39/56): systemd-252-8.el9.aarch64.rpm           40 MB/s | 3.9 MB     00:00    
11:28:56 (40/56): util-linux-2.37.4-10.el9.aarch64.rpm    34 MB/s | 2.3 MB     00:00    
11:28:56 (41/56): util-linux-core-2.37.4-10.el9.aarch64.  24 MB/s | 458 kB     00:00    
11:28:56 (42/56): xz-5.2.5-8.el9.aarch64.rpm              15 MB/s | 226 kB     00:00    
11:28:56 (43/56): selinux-policy-targeted-38.1.8-1.el9.n  44 MB/s | 6.8 MB     00:00    
11:28:56 Setting up python3-zipp (1.0.0-3) ...
11:28:56 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
11:28:56 Selecting previously unselected package libappstream4:arm64.
11:28:56 Preparing to unpack .../57-libappstream4_0.15.5-1_arm64.deb ...
11:28:56 Unpacking libappstream4:arm64 (0.15.5-1) ...
11:28:56 Selecting previously unselected package libdw1:arm64.
11:28:56 Preparing to unpack .../58-libdw1_0.187-4_arm64.deb ...
11:28:56 Unpacking libdw1:arm64 (0.187-4) ...
11:28:56 Selecting previously unselected package libglib2.0-bin.
11:28:56 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_arm64.deb ...
11:28:56 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
11:28:56 Selecting previously unselected package libunwind8:arm64.
11:28:56 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
11:28:56 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
11:28:56 Selecting previously unselected package libgstreamer1.0-0:arm64.
11:28:56 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_arm64.deb ...
11:28:56 Unpacking libgstreamer1.0-0:arm64 (1.20.3-1) ...
11:28:56 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
11:28:56 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
11:28:56 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
11:28:57 0 added, 0 removed; done.
11:28:57 Running hooks in /etc/ca-certificates/update.d...
11:28:57 done.
11:28:57 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
11:28:57 ++ source /etc/os-release
11:28:57 +++ NAME=Ubuntu
11:28:57 +++ VERSION='20.04.5 LTS (Focal Fossa)'
11:28:57 +++ ID=ubuntu
11:28:57 +++ ID_LIKE=debian
11:28:57 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
11:28:57 +++ VERSION_ID=20.04
11:28:57 +++ HOME_URL=https://www.ubuntu.com/
11:28:57 +++ SUPPORT_URL=https://help.ubuntu.com/
11:28:57 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:28:57 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:28:57 +++ VERSION_CODENAME=focal
11:28:57 +++ UBUNTU_CODENAME=focal
11:28:57 ++ echo ubuntu
11:28:57 + DIST_ID=ubuntu
11:28:57 ++ lsb_release -sc
11:28:57 + DIST_VERSION=focal
11:28:57 + '[' focal = sid ']'
11:28:57 + install_debian_containerd
11:28:57 + '[' staging = stage ']'
11:28:57 + REPO_URL=https://download.docker.com/linux/ubuntu
11:28:57 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:28:57 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:28:57 + update-ca-certificates -f
11:28:57 Clearing symlinks in /etc/ssl/certs...
11:28:57 make[1]: Leaving directory '/root/build-deb'
11:28:57    dh_installdeb
11:28:57    debian/rules override_dh_gencontrol
11:28:57 make[1]: Entering directory '/root/build-deb'
11:28:57 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:28:57 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:28:57 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:57 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:28:57 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:28:57 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:57 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:28:57 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:28:57 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:28:57 if [ "amd64" = "amd64" ]; then \
11:28:57 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:28:57 fi
11:28:57 dh_gencontrol --remaining-packages
11:28:57 Setting up python3-wadllib (1.3.6-1) ...
11:28:57 Selecting previously unselected package libpolkit-agent-1-0:arm64.
11:28:57 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_arm64.deb ...
11:28:57 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
11:28:57 Selecting previously unselected package polkitd.
11:28:57 Preparing to unpack .../64-polkitd_0.105-33_arm64.deb ...
11:28:57 Unpacking polkitd (0.105-33) ...
11:28:57 Selecting previously unselected package pkexec.
11:28:57 Preparing to unpack .../65-pkexec_0.105-33_arm64.deb ...
11:28:57 Unpacking pkexec (0.105-33) ...
11:28:57 Selecting previously unselected package policykit-1.
11:28:57 Preparing to unpack .../66-policykit-1_0.105-33_arm64.deb ...
11:28:57 Unpacking policykit-1 (0.105-33) ...
11:28:57 Selecting previously unselected package python3-blinker.
11:28:57 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
11:28:57 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
11:28:57 Selecting previously unselected package python3-cffi-backend:arm64.
11:28:57 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_arm64.deb ...
11:28:57 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
11:28:57   Installing : 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64     27/27 
11:28:57   Verifying  : libnfnetlink-1.0.1-4.el7.aarch64                            1/27 
11:28:57   Verifying  : containerd.io-1.6.18-3.1.el7.aarch64                        2/27 
11:28:57   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          3/27 
11:28:57   Verifying  : 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.aarch    4/27 
11:28:57   Verifying  : iptables-1.4.21-35.el7.aarch64                              5/27 
11:28:57   Verifying  : libmnl-1.0.3-7.el7.aarch64                                  6/27 
11:28:57   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/27 
11:28:57   Verifying  : docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0    8/27 
11:28:57   Verifying  : docker-buildx-plugin-0.10.4-0.el7.aarch64                   9/27 
11:28:57   Verifying  : libselinux-utils-2.5-15.el7.aarch64                        10/27 
11:28:57   Verifying  : libsemanage-python-2.5-14.el7.aarch64                      11/27 
11:28:57   Verifying  : python-IPy-0.75-6.el7.noarch                               12/27 
11:28:57   Verifying  : policycoreutils-2.5-34.el7.aarch64                         13/27 
11:28:57   Verifying  : libselinux-python-2.5-15.el7.aarch64                       14/27 
11:28:57   Verifying  : fuse3-libs-3.6.1-4.el7.aarch64                             15/27 
11:28:57   Verifying  : slirp4netns-0.4.3-4.el7_8.aarch64                          16/27 
11:28:57   Verifying  : checkpolicy-2.5-8.el7.aarch64                              17/27 
11:28:57   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      18/27 
11:28:57   Verifying  : docker-compose-plugin-2.16.0-0.el7.aarch64                 19/27 
11:28:57   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   20/27 
11:28:57   Verifying  : libcgroup-0.41-21.el7.aarch64                              21/27 
11:28:57   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           22/27 
11:28:57   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  23/27 
11:28:57   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             24/27 
11:28:57   Verifying  : 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.aarch64     25/27 
11:28:57   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               26/27 
11:28:57 (1/46): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 1.4 MB/s | 430 kB     00:00    
11:28:57 (2/46): device-mapper-1.02.175-7.fc36.aarch64.r 429 kB/s | 137 kB     00:00    
11:28:57 (3/46): device-mapper-libs-1.02.175-7.fc36.aarc 7.1 MB/s | 170 kB     00:00    
11:28:57 (4/46): diffutils-3.8-2.fc36.aarch64.rpm         22 MB/s | 368 kB     00:00    
11:28:57 (5/46): fuse-common-3.10.5-2.fc36.aarch64.rpm   1.1 MB/s | 8.2 kB     00:00    
11:28:57 (6/46): fuse3-3.10.5-2.fc36.aarch64.rpm         2.3 MB/s |  54 kB     00:00    
11:28:57 (7/46): fuse3-libs-3.10.5-2.fc36.aarch64.rpm    8.3 MB/s |  90 kB     00:00    
11:28:57 (8/46): iptables-legacy-1.8.7-15.fc36.aarch64.r 5.2 MB/s |  51 kB     00:00    
11:28:57 (9/46): iptables-legacy-libs-1.8.7-15.fc36.aarc 1.7 MB/s |  39 kB     00:00    
11:28:57 (10/46): kmod-29-7.fc36.aarch64.rpm              16 MB/s | 115 kB     00:00    
11:28:57 (11/46): iptables-libs-1.8.7-15.fc36.aarch64.rp  11 MB/s | 417 kB     00:00    
11:28:57 (12/46): containerd.io-1.6.18-3.1.fc36.aarch64.  51 MB/s |  25 MB     00:00    
11:28:57 (13/46): kmod-libs-29-7.fc36.aarch64.rpm        942 kB/s |  65 kB     00:00    
11:28:57 (14/46): libcgroup-2.0-4.fc36.aarch64.rpm       1.0 MB/s |  73 kB     00:00    
11:28:57 (15/46): libnetfilter_conntrack-1.0.8-4.fc36.aa  12 MB/s |  57 kB     00:00    
11:28:57 (16/46): libmnl-1.0.4-15.fc36.aarch64.rpm       2.0 MB/s |  28 kB     00:00    
11:28:57 (17/46): libibverbs-39.0-1.fc36.aarch64.rpm      20 MB/s | 392 kB     00:00    
11:28:57 (18/46): libseccomp-2.5.3-2.fc36.aarch64.rpm    9.2 MB/s |  71 kB     00:00    
11:28:57 (19/46): libnfnetlink-1.0.1-21.fc36.aarch64.rpm 1.6 MB/s |  29 kB     00:00    
11:28:57 (20/46): libselinux-utils-3.3-4.fc36.aarch64.rp  16 MB/s | 144 kB     00:00    
11:28:57 (21/46): libslirp-4.6.1-3.fc36.aarch64.rpm      7.3 MB/s |  72 kB     00:00    
11:28:57 (22/46): libutempter-1.2.1-6.fc36.aarch64.rpm   3.9 MB/s |  26 kB     00:00    
11:28:57 (23/46): libxkbcommon-1.4.0-1.fc36.aarch64.rpm   14 MB/s | 139 kB     00:00    
11:28:57 (24/46): policycoreutils-3.3-4.fc36.aarch64.rpm  19 MB/s | 203 kB     00:00    
11:28:57 (25/46): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 8.8 MB/s |  61 kB     00:00    
11:28:57 (26/46): slirp4netns-1.2.0-0.2.beta.0.fc36.aarc 3.7 MB/s |  49 kB     00:00    
11:28:57 (27/46): xkeyboard-config-2.35.1-1.fc36.noarch.  56 MB/s | 878 kB     00:00    
11:28:57 (28/46): container-selinux-2.199.0-1.fc36.noarc 3.8 MB/s |  50 kB     00:00    
11:28:57 (29/46): dbus-1.14.4-1.fc36.aarch64.rpm         1.2 MB/s | 7.2 kB     00:00    
11:28:57 (30/46): dbus-broker-33-1.fc36.aarch64.rpm       19 MB/s | 168 kB     00:00    
11:28:57 (31/46): dbus-common-1.14.4-1.fc36.noarch.rpm   1.6 MB/s |  14 kB     00:00    
11:28:57 (32/46): libargon2-20171227-9.fc36.aarch64.rpm  4.8 MB/s |  28 kB     00:00    
11:28:57 make[1]: Leaving directory '/root/build-deb'
11:28:57    dh_md5sums
11:28:57 (44/56): container-selinux-2.199.0-1.el9.noarch 105 kB/s |  51 kB     00:00    
11:28:57 (45/56): fuse-overlayfs-1.10-2.el9.aarch64.rpm  141 kB/s |  68 kB     00:00    
11:28:57 (46/56): fuse3-3.10.2-5.el9.aarch64.rpm         733 kB/s |  54 kB     00:00    
11:28:57 (47/56): fuse3-libs-3.10.2-5.el9.aarch64.rpm    628 kB/s |  90 kB     00:00    
11:28:57 (48/56): checkpolicy-3.5-1.el9.aarch64.rpm      492 kB/s | 341 kB     00:00    
11:28:57 (49/56): libslirp-4.4.0-4.el9.aarch64.rpm       454 kB/s |  68 kB     00:00    
11:28:57 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:28:57 Setting up packagekit (1.2.5-2ubuntu2) ...
11:28:57 invoke-rc.d: could not determine current runlevel
11:28:57 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:28:57 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:28:57 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:28:57 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
11:28:57 Setting up python3-importlib-metadata (4.6.4-1) ...
11:28:57 Selecting previously unselected package python3-cryptography.
11:28:57 Preparing to unpack .../69-python3-cryptography_3.4.8-2_arm64.deb ...
11:28:57 Unpacking python3-cryptography (3.4.8-2) ...
11:28:57 Selecting previously unselected package python3-pyparsing.
11:28:57 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
11:28:57 Unpacking python3-pyparsing (3.0.7-2) ...
11:28:57 Selecting previously unselected package python3-httplib2.
11:28:57 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
11:28:57 Unpacking python3-httplib2 (0.20.4-2) ...
11:28:57 Selecting previously unselected package python3-more-itertools.
11:28:57 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
11:28:57 Unpacking python3-more-itertools (8.10.0-2) ...
11:28:57 Selecting previously unselected package python3-zipp.
11:28:57 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
11:28:57 Unpacking python3-zipp (1.0.0-4) ...
11:28:57 Selecting previously unselected package python3-importlib-metadata.
11:28:57 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
11:28:57 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:28:57 Selecting previously unselected package python3-jeepney.
11:28:57 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
11:28:57 Fedora Modular 37 - aarch64 - Updates            57 kB/s |  15 kB     00:00    
11:28:57   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       27/27 
11:28:57 
11:28:57 Installed:
11:28:57   docker-buildx-plugin.aarch64 0:0.10.4-0.el7                                   
11:28:57   docker-ce.aarch64 3:0.0.0~20230309110843.71615c2-0.el7                        
11:28:57   docker-ce-cli.aarch64 1:0.0.0~20230309110843.71615c2-0.el7                    
11:28:57   docker-ce-rootless-extras.aarch64 0:0.0.0~20230309110843.71615c2-0.el7        
11:28:57   docker-compose-plugin.aarch64 0:2.16.0-0.el7                                  
11:28:57 
11:28:57 Dependency Installed:
11:28:57   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
11:28:57   checkpolicy.aarch64 0:2.5-8.el7                                               
11:28:57   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
11:28:57   containerd.io.aarch64 0:1.6.18-3.1.el7                                        
11:28:57   fuse-overlayfs.aarch64 0:0.7.2-6.el7_8                                        
11:28:57   fuse3-libs.aarch64 0:3.6.1-4.el7                                              
11:28:57   iptables.aarch64 0:1.4.21-35.el7                                              
11:28:57   libcgroup.aarch64 0:0.41-21.el7                                               
11:28:57   libmnl.aarch64 0:1.0.3-7.el7                                                  
11:28:57   libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3                                
11:28:57   libnfnetlink.aarch64 0:1.0.1-4.el7                                            
11:28:57   libseccomp.aarch64 0:2.3.1-4.el7                                              
11:28:57   libselinux-python.aarch64 0:2.5-15.el7                                        
11:28:57   libselinux-utils.aarch64 0:2.5-15.el7                                         
11:28:57   libsemanage-python.aarch64 0:2.5-14.el7                                       
11:28:57   policycoreutils.aarch64 0:2.5-34.el7                                          
11:28:57   policycoreutils-python.aarch64 0:2.5-34.el7                                   
11:28:57   python-IPy.noarch 0:0.75-6.el7                                                
11:28:57   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
11:28:57   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
11:28:57   setools-libs.aarch64 0:3.3.8-4.el7                                            
11:28:57   slirp4netns.aarch64 0:0.4.3-4.el7_8                                           
11:28:57 
11:28:57 Complete!
11:28:57 + verify_binaries
11:28:57 + docker --version
11:28:57 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:28:57 ++ uname -m
11:28:57 + '[' aarch64 = x86_64 ']'
11:28:57 + docker buildx version
11:28:57 github.com/docker/buildx v0.10.4 c513d34
11:28:57 (33/46): libbpf-0.7.0-3.fc36.aarch64.rpm         20 MB/s | 159 kB     00:00    
11:28:57 (34/46): fuse-overlayfs-1.9-6.fc36.aarch64.rpm  4.7 MB/s |  69 kB     00:00    
11:28:57 (35/46): libfdisk-2.38-1.fc36.aarch64.rpm        14 MB/s | 155 kB     00:00    
11:28:57 (36/46): libnl3-3.7.0-1.fc36.aarch64.rpm         29 MB/s | 336 kB     00:00    
11:28:57 (37/46): rpm-plugin-selinux-4.17.1-3.fc36.aarch 2.7 MB/s |  18 kB     00:00    
11:28:57 (38/46): selinux-policy-36.17-1.fc36.noarch.rpm  11 MB/s |  66 kB     00:00    
11:28:57 (39/46): selinux-policy-targeted-36.17-1.fc36.n 135 MB/s | 6.4 MB     00:00    
11:28:57 (40/46): libpcap-1.10.3-1.fc36.aarch64.rpm      2.8 MB/s | 172 kB     00:00    
11:28:57 (41/46): systemd-250.10-2.fc36.aarch64.rpm       64 MB/s | 4.0 MB     00:00    
11:28:57 (42/46): systemd-networkd-250.10-2.fc36.aarch64  22 MB/s | 564 kB     00:00    
11:28:57 (43/46): systemd-pam-250.10-2.fc36.aarch64.rpm   14 MB/s | 319 kB     00:00    
11:28:57 (44/46): systemd-resolved-250.10-2.fc36.aarch64  19 MB/s | 254 kB     00:00    
11:28:57 (45/46): util-linux-2.38-1.fc36.aarch64.rpm      89 MB/s | 2.3 MB     00:00    
11:28:57 (46/46): xz-5.4.1-1.fc36.aarch64.rpm             19 MB/s | 406 kB     00:00    
11:28:57 --------------------------------------------------------------------------------
11:28:57 Total                                            36 MB/s |  44 MB     00:01     
11:28:57 a90863a9fe72: Already exists
11:28:57 721c5f2b9838: Already exists
11:28:57 58abf6b95194: Already exists
11:28:57 Digest: sha256:bd4069d6190064abb1c956da937480c4e52d20f1c084ce2f04311e3ff0580a99
11:28:57 Status: Downloaded newer image for quay.io/centos/centos:stream8
11:28:57 done.
11:28:57 Updating certificates in /etc/ssl/certs...
11:28:57    debian/rules override_dh_builddeb
11:28:57 make[1]: Entering directory '/root/build-deb'
11:28:57 dh_builddeb -- -Zxz
11:28:57 (50/56): policycoreutils-python-utils-3.5-1.el9 1.0 MB/s |  77 kB     00:00    
11:28:57 (51/56): python3-audit-3.0.7-103.el9.aarch64.rp 1.0 MB/s |  84 kB     00:00    
11:28:57 (52/56): python3-libsemanage-3.5-1.el9.aarch64. 1.0 MB/s |  79 kB     00:00    
11:28:57 (53/56): python3-libselinux-3.5-1.el9.aarch64.r 1.1 MB/s | 183 kB     00:00    
11:28:57 (54/56): slirp4netns-1.2.0-3.el9.aarch64.rpm    486 kB/s |  46 kB     00:00    
11:28:57 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:28:57 Unpacking python3-jeepney (0.8.0-1) ...
11:28:57 Selecting previously unselected package python3-jwt.
11:28:57 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
11:28:57 Unpacking python3-jwt (2.4.0-1) ...
11:28:57 Selecting previously unselected package python3-secretstorage.
11:28:57 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
11:28:57 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
11:28:57 Selecting previously unselected package python3-keyring.
11:28:57 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
11:28:57 Unpacking python3-keyring (23.8.2-1) ...
11:28:57 Selecting previously unselected package python3-lazr.uri.
11:28:57 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
11:28:57 Unpacking python3-lazr.uri (1.0.6-2) ...
11:28:57 Selecting previously unselected package python3-wadllib.
11:28:57 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
11:28:57 Unpacking python3-wadllib (1.3.6-1) ...
11:28:57 Selecting previously unselected package python3-distro.
11:28:57 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
11:28:57 Unpacking python3-distro (1.7.0-1) ...
11:28:57 + docker compose version
11:28:57 Docker Compose version v2.16.0
11:28:57 + dockerd --version
11:28:57 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:28:57 + docker-proxy --version
11:28:57 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:28:57 + containerd --version
11:28:57 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:57 + ctr --version
11:28:57 ctr containerd.io 1.6.18
11:28:57 + containerd-shim --help
11:28:57 Usage of containerd-shim:
11:28:57   -address string
11:28:57     	grpc address back to main containerd
11:28:57   -containerd-binary containerd publish
11:28:57     	path to containerd binary (used for containerd publish) (default "containerd")
11:28:57   -criu string
11:28:57     	path to criu binary
11:28:57   -debug
11:28:57     	enable debug output in logs
11:28:57   -namespace string
11:28:57     	namespace that owns the shim
11:28:57   -runtime-root string
11:28:57     	root directory for the runtime (default "/run/containerd/runc")
11:28:57   -socket string
11:28:57     	socket path to serve
11:28:57   -systemd-cgroup
11:28:57     	set runtime to use systemd-cgroup
11:28:57   -workdir string
11:28:57     	path used to storge large temporary data
11:28:57 + containerd-shim-runc-v1 -v
11:28:57 containerd-shim-runc-v1:
11:28:57   Version:  1.6.18
11:28:57   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:57   Go version: go1.19.6
11:28:57 
11:28:57 + containerd-shim-runc-v2 -v
11:28:57 containerd-shim-runc-v2:
11:28:57   Version:  1.6.18
11:28:57   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:28:57   Go version: go1.19.6
11:28:57 
11:28:57 + runc --version
11:28:57 runc version 1.1.4
11:28:57 commit: v1.1.4-0-g5fd4c4d
11:28:57 spec: 1.0.2-dev
11:28:57 go: go1.19.6
11:28:57 libseccomp: 2.3.1
11:28:57 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'.
11:28:57 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'.
11:28:57 Setting up python3-secretstorage (3.3.1-1) ...
11:28:57 Setting up python3-keyring (23.5.0-1) ...
11:28:57 Selecting previously unselected package python3-oauthlib.
11:28:57 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
11:28:57 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
11:28:57 Selecting previously unselected package python3-six.
11:28:57 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
11:28:57 Unpacking python3-six (1.16.0-4) ...
11:28:57 Selecting previously unselected package python3-lazr.restfulclient.
11:28:57 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:28:57 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:28:57 Selecting previously unselected package python3-launchpadlib.
11:28:57 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
11:28:57 Unpacking python3-launchpadlib (1.10.16-1) ...
11:28:57 Selecting previously unselected package python3-software-properties.
11:28:57 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
11:28:57 Unpacking python3-software-properties (0.99.27) ...
11:28:57 Selecting previously unselected package packagekit.
11:28:57 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_arm64.deb ...
11:28:58 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
11:28:58 Importing GPG key 0x621E9F35:
11:28:58  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:28:58  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:28:58  From       : https://download.docker.com/linux/fedora/gpg
11:28:58 Key imported successfully
11:28:58 + verify
11:28:58 + dpkg --version
11:28:58 + rpm --version
11:28:58 + verify_rpm
11:28:58 ++ . /etc/os-release
11:28:58 +++ NAME='CentOS Stream'
11:28:58 +++ VERSION=8
11:28:58 +++ ID=centos
11:28:58 +++ ID_LIKE='rhel fedora'
11:28:58 +++ VERSION_ID=8
11:28:58 +++ PLATFORM_ID=platform:el8
11:28:58 +++ PRETTY_NAME='CentOS Stream 8'
11:28:58 +++ ANSI_COLOR='0;31'
11:28:58 +++ CPE_NAME=cpe:/o:centos:centos:8
11:28:58 +++ HOME_URL=https://centos.org/
11:28:58 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:58 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:28:58 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:28:58 ++ echo centos
11:28:58 + DIST_ID=centos
11:28:58 ++ . /etc/os-release
11:28:58 +++ NAME='CentOS Stream'
11:28:58 +++ VERSION=8
11:28:58 +++ ID=centos
11:28:58 +++ ID_LIKE='rhel fedora'
11:28:58 +++ VERSION_ID=8
11:28:58 +++ PLATFORM_ID=platform:el8
11:28:58 +++ PRETTY_NAME='CentOS Stream 8'
11:28:58 +++ ANSI_COLOR='0;31'
11:28:58 +++ CPE_NAME=cpe:/o:centos:centos:8
11:28:58 +++ HOME_URL=https://centos.org/
11:28:58 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:58 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:28:58 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:28:58 ++ cut -d. -f1
11:28:58 ++ echo 8
11:28:58 + DIST_VERSION=8
11:28:58 + pkg_manager=yum
11:28:58 + pkg_config_manager=yum-config-manager
11:28:58 + dnf --version
11:28:58 4.7.0
11:28:58   Installed: dnf-0:4.7.0-15.el8.noarch at Wed Feb  8 17:07:04 2023
11:28:58   Built    : CentOS Buildsys <bugs@centos.org> at Thu Jan 12 09:05:43 2023
11:28:58 
11:28:58   Installed: rpm-0:4.14.3-26.el8.x86_64 at Wed Feb  8 17:07:03 2023
11:28:58   Built    : CentOS Buildsys <bugs@centos.org> at Wed Dec 21 11:18:39 2022
11:28:58 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:28:58 124 added, 0 removed; done.
11:28:58 Running hooks in /etc/ca-certificates/update.d...
11:28:58 done.
11:28:58 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:28:58 + apt-key add -
11:28:58 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:28:58 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:28:58 Setting up python3-launchpadlib (1.10.16-1) ...
11:28:58 (55/56): containerd.io-1.6.18-3.1.el9.aarch64.r  67 MB/s |  25 MB     00:00    
11:28:58 (56/56): python3-policycoreutils-3.5-1.el9.noar 4.4 MB/s | 2.1 MB     00:00    
11:28:58 --------------------------------------------------------------------------------
11:28:58 Total                                            22 MB/s |  53 MB     00:02     
11:28:58 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:28:58 Selecting previously unselected package software-properties-common.
11:28:58 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
11:28:58 Unpacking software-properties-common (0.99.27) ...
11:28:58 Selecting previously unselected package gnupg2.
11:28:58 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
11:28:58 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
11:28:58 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
11:28:58 Setting up media-types (8.0.0) ...
11:28:58 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
11:28:58 Setting up systemd-sysv (251.4-1ubuntu7.1) ...
11:28:58 Setting up libkeyutils1:arm64 (1.6.3-1) ...
11:28:58 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
11:28:58 Setting up apt-transport-https (2.5.3) ...
11:28:58 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:28:58 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
11:28:58 No schema files found: doing nothing.
11:28:58 Setting up distro-info-data (0.54ubuntu0.1) ...
11:28:58 Setting up libtirpc-common (1.3.3+ds-1) ...
11:28:58 Setting up libxmlb2:arm64 (0.3.8-1) ...
11:28:58 Metadata cache created.
11:28:58 [DEBUG] Installing engine rpms
11:28:58 + echo '[DEBUG] Installing engine rpms'
11:28:58 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
11:28:58 ++ sed /src/d
11:28:58 + packages='rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:28:58 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc37.aarch64.rpm
11:28:58 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:28:58 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc37.aarch64.rpm
11:28:58 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm'
11:28:58 + set -x
11:28:58 ++ source /etc/os-release
11:28:58 +++ NAME='Fedora Linux'
11:28:58 +++ VERSION='37 (Container Image)'
11:28:58 +++ ID=fedora
11:28:58 +++ VERSION_ID=37
11:28:58 +++ VERSION_CODENAME=
11:28:58 +++ PLATFORM_ID=platform:f37
11:28:58 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:28:58 +++ ANSI_COLOR='0;38;2;60;110;180'
11:28:58 +++ LOGO=fedora-logo-icon
11:28:58 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:28:58 +++ DEFAULT_HOSTNAME=fedora
11:28:58 +++ HOME_URL=https://fedoraproject.org/
11:28:58 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:28:58 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:28:58 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:28:58 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:28:58 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:28:58 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:28:58 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:28:58 +++ SUPPORT_END=2023-11-14
11:28:58 +++ VARIANT='Container Image'
11:28:58 +++ VARIANT_ID=container
11:28:58 ++ echo 37
11:28:58 + product_version=37
11:28:58 + '[' 37 = rawhide ']'
11:28:58 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm 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~20230309110843.71615c2-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.4-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64.rpm
11:28:58 + pkg_manager=dnf
11:28:58 + pkg_config_manager='dnf config-manager'
11:28:58 + dnf clean all
11:28:58 0 files removed
11:28:58 + dnf install -y 'dnf-command(config-manager)'
11:28:58 OK
11:28:58 + '[' focal = sid ']'
11:28:58 ++ dpkg --print-architecture
11:28:58 + ARCH=arm64
11:28:58 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu focal test'
11:28:58 + apt-get update
11:28:58 Setting up python3-software-properties (0.99.22.6) ...
11:28:58 Setting up software-properties-common (0.99.22.6) ...
11:28:58 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
11:28:58 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
11:28:58 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
11:28:58 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
11:28:58 Setting up libnpth0:arm64 (1.6-3build2) ...
11:28:58 Setting up libassuan0:arm64 (2.5.5-4) ...
11:28:58 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
11:28:58 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
11:28:58 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:28:58 Setting up libcap2-bin (1:2.44-1build3) ...
11:28:58 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:28:58 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:28:58 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:28:58 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
11:28:58 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
11:28:58 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:28:58 Setting up python-apt-common (2.4.0+22.10) ...
11:28:58 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:28:58 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
11:28:58 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
11:28:58 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
11:28:58 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
11:28:58 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
[Pipeline] }
11:28:58 Running transaction check
11:28:58 Transaction check succeeded.
11:28:58 Running transaction test
[Pipeline] // stage
11:28:58 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:28:58 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:28:58 Updating certificates in /etc/ssl/certs...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
11:28:58 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:28:58 Setting up libelf1:arm64 (0.187-4) ...
11:28:58 Setting up readline-common (8.2-1) ...
11:28:58 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
11:28:58 Setting up iso-codes (4.11.0-1) ...
11:28:58 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:28:58 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
11:28:58 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:28:58 Setting up libdw1:arm64 (0.187-4) ...
11:28:58 Setting up libreadline8:arm64 (8.2-1) ...
11:28:58 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
11:28:58 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:28:58 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
11:28:58 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:28:59 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
11:28:59 Get:2 https://download.docker.com/linux/ubuntu focal/test arm64 Packages [35.1 kB]
11:28:59 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:28:59 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:28:59 make[1]: Leaving directory '/root/build-deb'
11:28:59    dh_installdeb
11:28:59    debian/rules override_dh_gencontrol
11:28:59 make[1]: Entering directory '/root/build-deb'
11:28:59 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:28:59 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:28:59 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:59 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:28:59 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:28:59 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:28:59 Transaction test succeeded.
11:28:59 Running transaction
11:28:59 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:28:59 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:28:59 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:28:59 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:28:59 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:28:59 if [ "amd64" = "amd64" ]; then \
11:28:59 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:28:59 fi
11:28:59 dh_gencontrol --remaining-packages
11:28:59 0 added, 0 removed; done.
11:28:59 Running hooks in /etc/ca-certificates/update.d...
11:28:59 done.
11:28:59 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
11:28:59 ++ source /etc/os-release
11:28:59 +++ PRETTY_NAME='Ubuntu 22.04.2 LTS'
11:28:59 +++ NAME=Ubuntu
11:28:59 +++ VERSION_ID=22.04
11:28:59 +++ VERSION='22.04.2 LTS (Jammy Jellyfish)'
11:28:59 +++ VERSION_CODENAME=jammy
11:28:59 +++ ID=ubuntu
11:28:59 +++ ID_LIKE=debian
11:28:59 +++ HOME_URL=https://www.ubuntu.com/
11:28:59 +++ SUPPORT_URL=https://help.ubuntu.com/
11:28:59 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:28:59 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:28:59 +++ UBUNTU_CODENAME=jammy
11:28:59 ++ echo ubuntu
11:28:59 + DIST_ID=ubuntu
11:28:59 ++ lsb_release -sc
11:28:59 + DIST_VERSION=jammy
11:28:59 + '[' jammy = sid ']'
11:28:59 + install_debian_containerd
11:28:59 + '[' staging = stage ']'
11:28:59 + REPO_URL=https://download.docker.com/linux/ubuntu
11:28:59 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:28:59 + update-ca-certificates -f
11:28:59 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:28:59 Clearing symlinks in /etc/ssl/certs...
11:28:59 Updating certificates in /etc/ssl/certs...
11:28:59 Last metadata expiration check: 0:00:02 ago on Fri Mar 10 11:28:57 2023.
11:28:59 Fetched 92.8 kB in 1s (107 kB/s)
11:28:59 done.
11:28:59 Updating certificates in /etc/ssl/certs...
11:28:59 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
11:28:59 Importing GPG key 0x621E9F35:
11:28:59  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:28:59  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:28:59  From       : https://download.docker.com/linux/centos/gpg
11:28:59 Key imported successfully
11:28:59 Running transaction check
11:28:59 CentOS Stream 8 - AppStream                      31 MB/s |  28 MB     00:00    
11:28:59 Transaction check succeeded.
11:28:59 Running transaction test
11:28:59 make[1]: Leaving directory '/root/build-deb'
11:28:59    dh_md5sums
11:28:59 124 added, 0 removed; done.
11:28:59 Setting up dbus (1.14.0-2ubuntu3) ...
11:28:59 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
11:28:59 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
11:28:59 Setting up libssh-4:arm64 (0.9.6-2build1) ...
11:28:59 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:28:59 Setting up libpam-systemd:arm64 (251.4-1ubuntu7.1) ...
11:28:59 Dependencies resolved.
11:28:59 =================================================================================================
11:28:59  Package                     Arch     Version                               Repository       Size
11:28:59 =================================================================================================
11:28:59 Installing:
11:28:59  docker-buildx-plugin        aarch64  0.10.4-0.fc37                         @commandline     11 M
11:28:59  docker-ce                   aarch64  3:0.0.0~20230309110843.71615c2-0.fc37 @commandline     15 M
11:28:59  docker-ce-cli               aarch64  1:0.0.0~20230309110843.71615c2-0.fc37 @commandline    6.4 M
11:28:59  docker-ce-rootless-extras   aarch64  0.0.0~20230309110843.71615c2-0.fc37   @commandline    3.4 M
11:28:59  docker-compose-plugin       aarch64  2.16.0-0.fc37                         @commandline    9.5 M
11:28:59 Upgrading:
11:28:59  systemd-libs                aarch64  251.13-5.fc37                         updates         589 k
11:28:59 Installing dependencies:
11:28:59  container-selinux           noarch   2:2.201.0-1.fc37                      updates          50 k
11:28:59  containerd.io               aarch64  1.6.18-3.1.fc37                       docker-ce-test   25 M
11:28:59  dbus                        aarch64  1:1.14.6-1.fc37                       updates         7.7 k
11:28:59  dbus-broker                 aarch64  33-1.fc37                             updates         168 k
11:28:59  dbus-common                 noarch   1:1.14.6-1.fc37                       updates          15 k
11:28:59  device-mapper               aarch64  1.02.175-9.fc37                       fedora          136 k
11:28:59  device-mapper-libs          aarch64  1.02.175-9.fc37                       fedora          169 k
11:28:59  diffutils                   aarch64  3.8-3.fc37                            fedora          376 k
11:28:59  fuse-common                 aarch64  3.10.5-5.fc37                         fedora          8.2 k
11:28:59  fuse-overlayfs              aarch64  1.9-6.fc37                            updates          69 k
11:28:59  fuse3                       aarch64  3.10.5-5.fc37                         fedora           54 k
11:28:59  fuse3-libs                  aarch64  3.10.5-5.fc37                         fedora           90 k
11:28:59  iptables-legacy             aarch64  1.8.8-4.fc37                          updates          51 k
11:28:59  iptables-legacy-libs        aarch64  1.8.8-4.fc37                          updates          38 k
11:28:59  iptables-libs               aarch64  1.8.8-4.fc37                          updates         432 k
11:28:59  kmod                        aarch64  30-2.fc37                             fedora          118 k
11:28:59  kmod-libs                   aarch64  30-2.fc37                             fedora           66 k
11:28:59  libargon2                   aarch64  20190702-1.fc37                       fedora           28 k
11:28:59  libcgroup                   aarch64  3.0-1.fc37                            fedora           75 k
11:28:59  libfdisk                    aarch64  2.38.1-1.fc37                         fedora          155 k
11:28:59  libibverbs                  aarch64  41.0-1.fc37                           fedora          404 k
11:28:59  libmnl                      aarch64  1.0.5-1.fc37                          fedora           28 k
11:28:59  libnetfilter_conntrack      aarch64  1.0.8-5.fc37                          fedora           57 k
11:28:59  libnfnetlink                aarch64  1.0.1-22.fc37                         fedora           29 k
11:28:59  libnl3                      aarch64  3.7.0-2.fc37                          fedora          336 k
11:28:59  libpcap                     aarch64  14:1.10.3-1.fc37                      updates         172 k
11:28:59  libseccomp                  aarch64  2.5.3-3.fc37                          fedora           71 k
11:28:59  libselinux-utils            aarch64  3.4-5.fc37                            fedora          160 k
11:28:59  libslirp                    aarch64  4.7.0-2.fc37                          fedora           73 k
11:28:59  libutempter                 aarch64  1.2.1-7.fc37                          fedora           26 k
11:28:59  policycoreutils             aarch64  3.4-6.fc37                            fedora          239 k
11:28:59  rpm-plugin-selinux          aarch64  4.18.0-1.fc37                         fedora           20 k
11:28:59  selinux-policy              noarch   37.19-1.fc37                          updates          51 k
11:28:59  selinux-policy-targeted     noarch   37.19-1.fc37                          updates         6.6 M
11:28:59  slirp4netns                 aarch64  1.2.0-8.fc37                          updates          47 k
11:28:59  systemd                     aarch64  251.13-5.fc37                         updates         4.0 M
11:28:59  systemd-pam                 aarch64  251.13-5.fc37                         updates         323 k
11:28:59  util-linux                  aarch64  2.38.1-1.fc37                         fedora          2.3 M
11:28:59  xkeyboard-config            noarch   2.36-3.fc37                           updates         957 k
11:28:59  xz                          aarch64  5.4.1-1.fc37                          updates         420 k
11:28:59 Installing weak dependencies:
11:28:59  cryptsetup-libs             aarch64  2.6.1-1.fc37                          updates         488 k
11:28:59  libbpf                      aarch64  2:0.8.0-2.fc37                        fedora          173 k
11:28:59  libxkbcommon                aarch64  1.4.1-2.fc37                          fedora          139 k
11:28:59  qrencode-libs               aarch64  4.1.1-3.fc37                          fedora           61 k
11:28:59  systemd-networkd            aarch64  251.13-5.fc37                         updates         572 k
11:28:59  systemd-resolved            aarch64  251.13-5.fc37                         updates         263 k
11:28:59 
11:28:59 Transaction Summary
11:28:59 =================================================================================================
11:28:59 Install  51 Packages
11:28:59 Upgrade   1 Package
11:28:59 
11:28:59 Total size: 90 M
11:28:59 Total download size: 45 M
11:28:59 Downloading Packages:
11:29:00    debian/rules override_dh_builddeb
11:29:00 make[1]: Entering directory '/root/build-deb'
11:29:00 dh_builddeb -- -Zxz
11:29:00 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb'.
11:29:00 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'.
11:29:00   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
11:29:00   Preparing        :                                                        1/1 
11:29:00 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.3) ...
11:29:00 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
11:29:00 Setting up curl (7.85.0-1ubuntu0.3) ...
11:29:00 Setting up polkitd (0.105-33) ...
11:29:00 Setting up gpg (2.2.35-3ubuntu1) ...
11:29:00 Setting up libgstreamer1.0-0:arm64 (1.20.3-1) ...
11:29:00 Setcap worked! gst-ptp-helper is not suid!
11:29:00 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:29:00 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
11:29:00 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:29:00   Installing       : libseccomp-2.5.3-2.fc36.aarch64                       1/51 
11:29:00   Installing       : docker-compose-plugin-2.16.0-0.fc36.aarch64           2/51 
11:29:00   Running scriptlet: docker-compose-plugin-2.16.0-0.fc36.aarch64           2/51 
11:29:00   Installing       : libfdisk-2.38-1.fc36.aarch64                          3/51 
11:29:00   Installing       : libselinux-utils-3.3-4.fc36.aarch64                   4/51 
11:29:00   Installing       : fuse3-libs-3.10.5-2.fc36.aarch64                      5/51 
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:29:00 Transaction test succeeded.
11:29:00 Running transaction
11:29:00 Reading package lists...
11:29:00 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
11:29:00 + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:29:00 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:00 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:29:00 ++ xargs
11:29:00 ++ awk '$0="./"$0'
11:29:00 + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb'
11:29:00 + set -x
11:29:00 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:00 Selecting previously unselected package docker-ce-cli.
11:29:00 (Reading database ... 10398 files and directories currently installed.)
11:29:00 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ...
11:29:00 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:00 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:29:00 124 added, 0 removed; done.
11:29:00 Running hooks in /etc/ca-certificates/update.d...
11:29:00 done.
11:29:00 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:29:00 + apt-key add -
11:29:00 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:29:00   Installing       : diffutils-3.8-2.fc36.aarch64                          6/51 
11:29:00   Installing       : docker-buildx-plugin-0.10.4-0.fc36.aarch64            7/51 
11:29:00   Running scriptlet: docker-buildx-plugin-0.10.4-0.fc36.aarch64            7/51 
11:29:00   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    8/51 
11:29:00   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    8/51 
11:29:00   Installing       : xz-5.4.1-1.fc36.aarch64                               9/51 
11:29:00   Installing       : libnl3-3.7.0-1.fc36.aarch64                          10/51 
11:29:00   Installing       : libibverbs-39.0-1.fc36.aarch64                       11/51 
11:29:00   Installing       : libpcap-14:1.10.3-1.fc36.aarch64                     12/51 
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:29:00 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:29:00 Setting up pkexec (0.105-33) ...
11:29:00 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.3) ...
11:29:00 Setting up libappstream4:arm64 (0.15.5-1) ...
11:29:00 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:29:00 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:29:00 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:29:00 OK
11:29:00 + '[' jammy = sid ']'
11:29:00 ++ dpkg --print-architecture
11:29:00 + ARCH=arm64
11:29:00 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu jammy test'
11:29:00 + apt-get update
11:29:00   Installing       : iptables-legacy-libs-1.8.7-15.fc36.aarch64           13/51 
11:29:00   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        14/51 
11:29:00   Installing       : libargon2-20171227-9.fc36.aarch64                    15/51 
11:29:00   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   16/51 
11:29:00   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   16/51 
11:29:00   Running scriptlet: dbus-broker-33-1.fc36.aarch64                        17/51 
11:29:00   Installing       : dbus-broker-33-1.fc36.aarch64                        17/51 
11:29:00   Running scriptlet: dbus-broker-33-1.fc36.aarch64                        17/51 
11:29:00   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         18/51 
11:29:00   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                19/51 
11:29:00   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    20/51 
11:29:00   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   21/51 
11:29:00   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     22/51 
11:29:00 Setting up libnsl2:arm64 (1.3.0-2build2) ...
11:29:00 Setting up policykit-1 (0.105-33) ...
11:29:00 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:29:00 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
11:29:00 Setting up gnupg (2.2.35-3ubuntu1) ...
11:29:00 Setting up packagekit (1.2.5-2ubuntu2) ...
11:29:00 invoke-rc.d: could not determine current runlevel
11:29:00 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:29:00 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:29:00 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:29:00 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
11:29:00 Setting up gnupg2 (2.2.35-3ubuntu1) ...
11:29:00 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:29:01 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
11:29:01 Selecting previously unselected package docker-compose-plugin.
11:29:01 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ...
11:29:01 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:29:01   Installing       : libutempter-1.2.1-6.fc36.aarch64                     22/51 
11:29:01   Installing       : util-linux-2.38-1.fc36.aarch64                       23/51 
11:29:01 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:29:01 
11:29:01   Installing       : policycoreutils-3.3-4.fc36.aarch64                   24/51 
11:29:01   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   24/51 
11:29:01   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             25/51 
11:29:01   Installing       : selinux-policy-36.17-1.fc36.noarch                   26/51 
11:29:01   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   26/51 
11:29:01 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
11:29:01 Get:3 https://download.docker.com/linux/ubuntu jammy/test arm64 Packages [18.9 kB]
11:29:01 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
11:29:01 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
11:29:01 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
11:29:01 (1/47): device-mapper-1.02.175-9.fc37.aarch64.r 443 kB/s | 136 kB     00:00    
11:29:01 (2/47): device-mapper-libs-1.02.175-9.fc37.aarc 526 kB/s | 169 kB     00:00    
11:29:01 (3/47): diffutils-3.8-3.fc37.aarch64.rpm         28 MB/s | 376 kB     00:00    
11:29:01 (4/47): fuse3-3.10.5-5.fc37.aarch64.rpm         2.1 MB/s |  54 kB     00:00    
11:29:01 (5/47): fuse-common-3.10.5-5.fc37.aarch64.rpm   251 kB/s | 8.2 kB     00:00    
11:29:01 (6/47): fuse3-libs-3.10.5-5.fc37.aarch64.rpm    7.5 MB/s |  90 kB     00:00    
11:29:01 (7/47): kmod-30-2.fc37.aarch64.rpm              6.0 MB/s | 118 kB     00:00    
11:29:01 (8/47): kmod-libs-30-2.fc37.aarch64.rpm         5.8 MB/s |  66 kB     00:00    
11:29:01 (9/47): libargon2-20190702-1.fc37.aarch64.rpm   2.1 MB/s |  28 kB     00:00    
11:29:01 (10/47): libbpf-0.8.0-2.fc37.aarch64.rpm         15 MB/s | 173 kB     00:00    
11:29:01 (11/47): libcgroup-3.0-1.fc37.aarch64.rpm       6.5 MB/s |  75 kB     00:00    
11:29:01 (12/47): libfdisk-2.38.1-1.fc37.aarch64.rpm     8.5 MB/s | 155 kB     00:00    
11:29:01 (13/47): containerd.io-1.6.18-3.1.fc37.aarch64.  50 MB/s |  25 MB     00:00    
11:29:01 (14/47): libibverbs-41.0-1.fc37.aarch64.rpm     5.8 MB/s | 404 kB     00:00    
11:29:01 (15/47): libmnl-1.0.5-1.fc37.aarch64.rpm        475 kB/s |  28 kB     00:00    
11:29:01 (16/47): libnetfilter_conntrack-1.0.8-5.fc37.aa 9.1 MB/s |  57 kB     00:00    
11:29:01 (17/47): libnfnetlink-1.0.1-22.fc37.aarch64.rpm 3.5 MB/s |  29 kB     00:00    
11:29:01 (18/47): libseccomp-2.5.3-3.fc37.aarch64.rpm     12 MB/s |  71 kB     00:00    
11:29:01 (19/47): libselinux-utils-3.4-5.fc37.aarch64.rp  16 MB/s | 160 kB     00:00    
11:29:01 (20/47): libnl3-3.7.0-2.fc37.aarch64.rpm         16 MB/s | 336 kB     00:00    
11:29:01 (21/47): libslirp-4.7.0-2.fc37.aarch64.rpm      6.0 MB/s |  73 kB     00:00    
11:29:01 (22/47): libutempter-1.2.1-7.fc37.aarch64.rpm   2.7 MB/s |  26 kB     00:00    
11:29:01 (23/47): libxkbcommon-1.4.1-2.fc37.aarch64.rpm   16 MB/s | 139 kB     00:00    
11:29:01 (24/47): qrencode-libs-4.1.1-3.fc37.aarch64.rpm  11 MB/s |  61 kB     00:00    
11:29:01 (25/47): policycoreutils-3.4-6.fc37.aarch64.rpm  24 MB/s | 239 kB     00:00    
11:29:01 (26/47): rpm-plugin-selinux-4.18.0-1.fc37.aarch 2.2 MB/s |  20 kB     00:00    
11:29:01 (27/47): util-linux-2.38.1-1.fc37.aarch64.rpm   105 MB/s | 2.3 MB     00:00    
11:29:01 (28/47): container-selinux-2.201.0-1.fc37.noarc 3.2 MB/s |  50 kB     00:00    
11:29:01 (29/47): cryptsetup-libs-2.6.1-1.fc37.aarch64.r  22 MB/s | 488 kB     00:00    
11:29:01 (30/47): dbus-1.14.6-1.fc37.aarch64.rpm         948 kB/s | 7.7 kB     00:00    
11:29:01 (31/47): dbus-broker-33-1.fc37.aarch64.rpm       15 MB/s | 168 kB     00:00    
11:29:01 (32/47): dbus-common-1.14.6-1.fc37.noarch.rpm   1.6 MB/s |  15 kB     00:00    
11:29:01 (33/47): iptables-legacy-1.8.8-4.fc37.aarch64.r 8.8 MB/s |  51 kB     00:00    
11:29:01 (34/47): iptables-legacy-libs-1.8.8-4.fc37.aarc 6.9 MB/s |  38 kB     00:00    
11:29:01 (35/47): iptables-libs-1.8.8-4.fc37.aarch64.rpm  57 MB/s | 432 kB     00:00    
11:29:01 (36/47): libpcap-1.10.3-1.fc37.aarch64.rpm       19 MB/s | 172 kB     00:00    
11:29:01 (37/47): selinux-policy-37.19-1.fc37.noarch.rpm 7.3 MB/s |  51 kB     00:00    
11:29:01 (38/47): fuse-overlayfs-1.9-6.fc37.aarch64.rpm  2.3 MB/s |  69 kB     00:00    
11:29:01 (39/47): slirp4netns-1.2.0-8.fc37.aarch64.rpm   1.8 MB/s |  47 kB     00:00    
11:29:01 (40/47): selinux-policy-targeted-37.19-1.fc37.n 100 MB/s | 6.6 MB     00:00    
11:29:01 (41/47): systemd-251.13-5.fc37.aarch64.rpm       66 MB/s | 4.0 MB     00:00    
11:29:01 (42/47): systemd-networkd-251.13-5.fc37.aarch64  13 MB/s | 572 kB     00:00    
11:29:01 (43/47): systemd-pam-251.13-5.fc37.aarch64.rpm   43 MB/s | 323 kB     00:00    
11:29:01 (44/47): systemd-resolved-251.13-5.fc37.aarch64  18 MB/s | 263 kB     00:00    
11:29:01 (45/47): xkeyboard-config-2.36-3.fc37.noarch.rp  48 MB/s | 957 kB     00:00    
11:29:01 (46/47): xz-5.4.1-1.fc37.aarch64.rpm             28 MB/s | 420 kB     00:00    
11:29:01 (47/47): systemd-libs-251.13-5.fc37.aarch64.rpm  18 MB/s | 589 kB     00:00    
11:29:01 --------------------------------------------------------------------------------
11:29:01 Total                                            30 MB/s |  45 MB     00:01     
11:29:01   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch            1/1 
11:29:01   Preparing        :                                                        1/1 
11:29:01   Installing       : libseccomp-2.5.2-2.el9.aarch64                        1/61 
11:29:01   Installing       : libmnl-1.0.4-15.el9.aarch64                           2/61 
11:29:01   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          27/51 
11:29:01   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          27/51 
11:29:01 Fetched 67.8 kB in 1s (80.4 kB/s)
11:29:01   Installing       : python3-libselinux-3.5-1.el9.aarch64                  3/61 
11:29:01   Installing       : fuse3-libs-3.10.2-5.el9.aarch64                       4/61 
11:29:01   Installing       : python3-setuptools-53.0.0-12.el9.noarch               5/61 
11:29:01   Installing       : libselinux-utils-3.5-1.el9.aarch64                    6/61 
11:29:01   Installing       : libfdisk-2.37.4-10.el9.aarch64                        7/61 
11:29:01   Installing       : cracklib-2.9.6-27.el9.aarch64                         8/61 
11:29:01   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                   9/61 
11:29:01 Selecting previously unselected package docker-buildx-plugin.
11:29:01 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb ...
11:29:01 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:29:01 Setting up python3 (3.10.6-1) ...
11:29:01 Setting up python3-six (1.16.0-4) ...
11:29:01 Setting up python3-pyparsing (3.0.7-2) ...
11:29:01 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
11:29:01 Importing GPG key 0x621E9F35:
11:29:01  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:29:01  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:29:01  From       : https://download.docker.com/linux/fedora/gpg
11:29:01 Key imported successfully
11:29:01   Installing       : python3-distro-1.5.0-7.el9.noarch                    10/61 
11:29:01   Installing       : python3-setools-4.4.1-1.el9.aarch64                  11/61 
11:29:01   Installing       : python3-libsemanage-3.5-1.el9.aarch64                12/61 
11:29:02 Setting up python3-gi (3.42.2-2) ...
11:29:02   Installing       : libnftnl-1.2.2-1.el9.aarch64                         13/61 
11:29:02   Installing       : docker-buildx-plugin-0.10.4-0.el9.aarch64            14/61 
11:29:02   Running scriptlet: docker-buildx-plugin-0.10.4-0.el9.aarch64            14/61 
11:29:02   Installing       : docker-compose-plugin-2.16.0-0.el9.aarch64           15/61 
11:29:02 Setting up python3-jeepney (0.8.0-1) ...
11:29:02 Setting up python3-httplib2 (0.20.4-2) ...
11:29:02   Running scriptlet: docker-compose-plugin-2.16.0-0.el9.aarch64           15/61 
11:29:02   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   16/61 
11:29:02   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   16/61 
11:29:02   Installing       : python3-audit-3.0.7-103.el9.aarch64                  17/61 
11:29:02   Installing       : libslirp-4.4.0-4.el9.aarch64                         18/61 
11:29:02   Installing       : slirp4netns-1.2.0-3.el9.aarch64                      19/61 
11:29:02 Reading package lists...
11:29:02 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.
11:29:02 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
11:29:02 + packages='deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:29:02 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:29:02 ++ xargs
11:29:02 ++ awk '$0="./"$0'
11:29:02 + packages='./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb'
11:29:02 + set -x
11:29:02 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:02 Selecting previously unselected package docker-ce-rootless-extras.
11:29:02 (Reading database ... 9217 files and directories currently installed.)
11:29:02 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ...
11:29:02 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:02 Setting up lsb-release (11.2ubuntu1) ...
11:29:02 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
11:29:02   Installing       : checkpolicy-3.5-1.el9.aarch64                        20/61 
11:29:02   Installing       : xz-5.2.5-8.el9.aarch64                               21/61 
11:29:02   Installing       : util-linux-core-2.37.4-10.el9.aarch64                22/61 
11:29:02   Running scriptlet: util-linux-core-2.37.4-10.el9.aarch64                22/61 
11:29:02   Installing       : systemd-rpm-macros-252-8.el9.noarch                  23/61 
11:29:02   Installing       : openssl-1:3.0.7-5.el9.aarch64                        24/61 
11:29:02   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                      25/61 
11:29:02   Installing       : libutempter-1.2.1-6.el9.aarch64                      25/61 
11:29:02   Installing       : libnl3-3.7.0-1.el9.aarch64                           26/61 
11:29:02   Installing       : libibverbs-44.0-2.el9.aarch64                        27/61 
11:29:02   Installing       : libpcap-14:1.10.0-4.el9.aarch64                      28/61 
11:29:02 Selecting previously unselected package docker-ce-cli.
11:29:02 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ...
11:29:02 Running transaction check
11:29:02 Transaction check succeeded.
11:29:02 Running transaction test
11:29:02 Setting up python3-blinker (1.4+dfsg1-0.5) ...
11:29:02 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:29:02   Installing       : libnfnetlink-1.0.1-21.el9.aarch64                    29/61 
11:29:02   Installing       : libnetfilter_conntrack-1.0.9-1.el9.aarch64           30/61 
11:29:02   Installing       : iptables-libs-1.8.8-6.el9.aarch64                    31/61 
11:29:02   Installing       : iptables-nft-1.8.8-6.el9.aarch64                     32/61 
11:29:02   Running scriptlet: iptables-nft-1.8.8-6.el9.aarch64                     32/61 
11:29:02   Installing       : libeconf-0.4.1-2.el9.aarch64                         33/61 
11:29:02   Installing       : libdb-5.3.28-53.el9.aarch64                          34/61 
11:29:02   Installing       : pam-1.5.1-14.el9.aarch64                             35/61 
11:29:02 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:02 Selecting previously unselected package docker-ce.
11:29:02 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ...
11:29:02 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:03 Setting up python3-more-itertools (8.10.0-2) ...
11:29:03 Setting up python3-dbus (1.2.18-3build1) ...
11:29:03   Installing       : libpwquality-1.4.4-8.el9.aarch64                     36/61 
11:29:03   Installing       : util-linux-2.37.4-10.el9.aarch64                     37/61 
11:29:03 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:29:03 
11:29:03   Installing       : kmod-libs-28-7.el9.aarch64                           38/61 
11:29:03   Installing       : kmod-28-7.el9.aarch64                                39/61 
11:29:03   Installing       : fuse-common-3.10.2-5.el9.aarch64                     40/61 
11:29:03   Installing       : fuse3-3.10.2-5.el9.aarch64                           41/61 
11:29:03   Installing       : fuse-overlayfs-1.10-2.el9.aarch64                    42/61 
11:29:03   Running scriptlet: fuse-overlayfs-1.10-2.el9.aarch64                    42/61 
11:29:03   Installing       : diffutils-3.7-12.el9.aarch64                         43/61 
11:29:03   Installing       : policycoreutils-3.5-1.el9.aarch64                    44/61 
11:29:03   Running scriptlet: policycoreutils-3.5-1.el9.aarch64                    44/61 
11:29:03   Installing       : selinux-policy-38.1.8-1.el9.noarch                   45/61 
11:29:03   Running scriptlet: selinux-policy-38.1.8-1.el9.noarch                   45/61 
11:29:03 make[1]: Leaving directory '/root/build-deb'
11:29:03    dh_installdeb
11:29:03    debian/rules override_dh_gencontrol
11:29:03 make[1]: Entering directory '/root/build-deb'
11:29:03 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:03 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:03 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:03 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:03 Transaction test succeeded.
11:29:03 Running transaction
11:29:03 make[1]: Leaving directory '/root/build-deb'
11:29:03    dh_installdeb
11:29:03 Setting up python3-distro (1.7.0-1) ...
11:29:03 Setting up python3-jwt (2.4.0-1) ...
11:29:03   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          46/61 
11:29:03   Installing       : selinux-policy-targeted-38.1.8-1.el9.noarch          46/61 
11:29:03 Selecting previously unselected package docker-compose-plugin.
11:29:03 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb ...
11:29:03 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:29:03 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:03 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:03 if [ "amd64" = "amd64" ]; then \
11:29:03 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:03 fi
11:29:03 dh_gencontrol --remaining-packages
11:29:03    debian/rules override_dh_gencontrol
11:29:03 make[1]: Entering directory '/root/build-deb'
11:29:03 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:03 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:03 Setting up python3-apt (2.4.0+22.10) ...
11:29:03 make[1]: Leaving directory '/root/build-deb'
11:29:03    dh_md5sums
11:29:03 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:03 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:03 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:03 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:03 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:03 if [ "amd64" = "amd64" ]; then \
11:29:03 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:03 fi
11:29:03 Setting up python3-lazr.uri (1.0.6-2) ...
11:29:03 Setting up python3-zipp (1.0.0-4) ...
11:29:03   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
11:29:03   Preparing        :                                                        1/1 
11:29:03   Upgrading        : systemd-libs-251.13-5.fc37.aarch64                    1/53 
11:29:04 Selecting previously unselected package docker-buildx-plugin.
11:29:04 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb ...
11:29:04 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:29:04 dh_gencontrol --remaining-packages
11:29:04 Setting up python3-cryptography (3.4.8-2) ...
11:29:04 Setting up python3-wadllib (1.3.6-1) ...
11:29:04   Installing       : libseccomp-2.5.3-3.fc37.aarch64                       2/53 
11:29:04   Installing       : docker-compose-plugin-2.16.0-0.fc37.aarch64           3/53 
11:29:04   Running scriptlet: docker-compose-plugin-2.16.0-0.fc37.aarch64           3/53 
11:29:04   Installing       : libselinux-utils-3.4-5.fc37.aarch64                   4/53 
11:29:04   Installing       : libfdisk-2.38.1-1.fc37.aarch64                        5/53 
11:29:04   Installing       : fuse3-libs-3.10.5-5.fc37.aarch64                      6/53 
11:29:04 Selecting previously unselected package docker-ce-rootless-extras.
11:29:04 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ...
11:29:04 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:04 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:04 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:29:04 Setting up python3-importlib-metadata (4.6.4-1) ...
11:29:04 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
11:29:04    debian/rules override_dh_builddeb
11:29:04 make[1]: Entering directory '/root/build-deb'
11:29:04 dh_builddeb -- -Zxz
11:29:04 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb'.
11:29:04 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'.
11:29:04   Installing       : diffutils-3.8-3.fc37.aarch64                          7/53 
11:29:04   Installing       : docker-buildx-plugin-0.10.4-0.fc37.aarch64            8/53 
11:29:04   Running scriptlet: docker-buildx-plugin-0.10.4-0.fc37.aarch64            8/53 
11:29:04   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    9/53 
11:29:04 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:29:04 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:04 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:29:04 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
11:29:04   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    9/53 
11:29:04   Installing       : xz-5.4.1-1.fc37.aarch64                              10/53 
11:29:04   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  11/53 
11:29:04   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    12/53 
11:29:04   Installing       : dbus-common-1:1.14.6-1.fc37.noarch                   13/53 
11:29:04   Running scriptlet: dbus-common-1:1.14.6-1.fc37.noarch                   13/53 
11:29:04   Running scriptlet: dbus-broker-33-1.fc37.aarch64                        14/53 
11:29:04   Installing       : dbus-broker-33-1.fc37.aarch64                        14/53 
11:29:04   Running scriptlet: dbus-broker-33-1.fc37.aarch64                        14/53 
11:29:04   Installing       : dbus-1:1.14.6-1.fc37.aarch64                         15/53 
11:29:04   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   16/53 
11:29:04 make[1]: Leaving directory '/root/build-deb'
11:29:04    dh_md5sums
11:29:04 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:29:04 invoke-rc.d: could not determine current runlevel
11:29:04 invoke-rc.d: policy-rc.d denied execution of start.
11:29:04 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:29:04 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:29:04 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_arm64.deb
11:29:04 Setting up python3-keyring (23.8.2-1) ...
11:29:04 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:29:04   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     17/53 
11:29:04   Installing       : libutempter-1.2.1-7.fc37.aarch64                     17/53 
11:29:04   Installing       : util-linux-2.38.1-1.fc37.aarch64                     18/53 
11:29:04 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:29:04 
11:29:04   Installing       : policycoreutils-3.4-6.fc37.aarch64                   19/53 
11:29:04   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   19/53 
11:29:04   Installing       : selinux-policy-37.19-1.fc37.noarch                   20/53 
11:29:04   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   20/53 
11:29:05 Setting up python3-launchpadlib (1.10.16-1) ...
11:29:05 Processing triggers for sgml-base (1.30) ...
11:29:05 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:29:05   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
11:29:05   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
11:29:05 Setting up python3-software-properties (0.99.27) ...
11:29:05 Setting up software-properties-common (0.99.27) ...
11:29:05 Selecting previously unselected package docker-ce.
11:29:05 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ...
11:29:05 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:05    debian/rules override_dh_builddeb
11:29:05 make[1]: Entering directory '/root/build-deb'
11:29:05 dh_builddeb -- -Zxz
11:29:05 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'.
11:29:05 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'.
11:29:05 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:29:05 Updating certificates in /etc/ssl/certs...
11:29:05 Reading package lists...
11:29:05 0 added, 0 removed; done.
11:29:05 Running hooks in /etc/ca-certificates/update.d...
11:29:05 done.
11:29:05 Processing triggers for dbus (1.14.0-2ubuntu3) ...
11:29:06 Building dependency tree...
11:29:06 Reading state information...
11:29:06 Correcting dependencies... Done
11:29:06 ++ source /etc/os-release
11:29:06 +++ PRETTY_NAME='Ubuntu 22.10'
11:29:06 +++ NAME=Ubuntu
11:29:06 +++ VERSION_ID=22.10
11:29:06 +++ VERSION='22.10 (Kinetic Kudu)'
11:29:06 +++ VERSION_CODENAME=kinetic
11:29:06 +++ ID=ubuntu
11:29:06 +++ ID_LIKE=debian
11:29:06 +++ HOME_URL=https://www.ubuntu.com/
11:29:06 +++ SUPPORT_URL=https://help.ubuntu.com/
11:29:06 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:29:06 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:29:06 +++ UBUNTU_CODENAME=kinetic
11:29:06 +++ LOGO=ubuntu-logo
11:29:06 ++ echo ubuntu
11:29:06 + DIST_ID=ubuntu
11:29:06 ++ lsb_release -sc
11:29:06 + DIST_VERSION=kinetic
11:29:06 + '[' kinetic = sid ']'
11:29:06 + install_debian_containerd
11:29:06 + '[' staging = stage ']'
11:29:06 + REPO_URL=https://download.docker.com/linux/ubuntu
11:29:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:29:06 + update-ca-certificates -f
11:29:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:29:06 Clearing symlinks in /etc/ssl/certs...
11:29:06 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:06 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:29:06 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:29:06 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:06 done.
11:29:06 Updating certificates in /etc/ssl/certs...
11:29:06 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:29:06 Skipping docker-ce, it is already installed and upgrade is not set.
11:29:06 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:29:06 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:29:06 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:29:06 The following additional packages will be installed:
11:29:06   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:29:06   libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:06 Suggested packages:
11:29:06   firewalld kmod nftables
11:29:06 The following NEW packages will be installed:
11:29:06   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:29:06   libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:06 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:29:06 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:29:06 invoke-rc.d: could not determine current runlevel
11:29:06 invoke-rc.d: policy-rc.d denied execution of start.
11:29:06 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:29:06 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:29:06  docker-ce-rootless-extras depends on dbus-user-session; however:
11:29:06   Package dbus-user-session is not installed.
11:29:06 
11:29:06 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_arm64.deb
11:29:06 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
11:29:06 Need to get 20.8 MB of archives.
11:29:06 After this operation, 96.6 MB of additional disk space will be used.
11:29:06 Get:1 https://download.docker.com/linux/ubuntu focal/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:29:06 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
11:29:07 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:29:07 124 added, 0 removed; done.
11:29:07 Running hooks in /etc/ca-certificates/update.d...
11:29:07 done.
11:29:07 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:29:07 + apt-key add -
11:29:07 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:29:07 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxtables12 arm64 1.8.4-3ubuntu2 [27.3 kB]
11:29:07 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
11:29:07 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip6tc2 arm64 1.8.4-3ubuntu2 [18.7 kB]
11:29:07 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnfnetlink0 arm64 1.0.1-3build1 [13.0 kB]
11:29:07 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnetfilter-conntrack3 arm64 1.0.7-2 [37.9 kB]
11:29:07 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnftnl11 arm64 1.1.5-1 [53.8 kB]
11:29:07 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iptables arm64 1.8.4-3ubuntu2 [376 kB]
11:29:07 OK
11:29:07 + '[' kinetic = sid ']'
11:29:07 ++ dpkg --print-architecture
11:29:07 + ARCH=arm64
11:29:07 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu kinetic test'
11:29:07 + apt-get update
11:29:07 debconf: delaying package configuration, since apt-utils is not installed
11:29:07 Fetched 20.8 MB in 1s (24.3 MB/s)
11:29:07 Selecting previously unselected package libmnl0:arm64.
11:29:07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10624 files and directories currently installed.)
11:29:07 Preparing to unpack .../0-libmnl0_1.0.4-2_arm64.deb ...
11:29:07 Unpacking libmnl0:arm64 (1.0.4-2) ...
11:29:07 Selecting previously unselected package libxtables12:arm64.
11:29:07 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_arm64.deb ...
11:29:07 Unpacking libxtables12:arm64 (1.8.4-3ubuntu2) ...
11:29:07 Selecting previously unselected package netbase.
11:29:07 Preparing to unpack .../2-netbase_6.1_all.deb ...
11:29:07 Unpacking netbase (6.1) ...
11:29:07 Selecting previously unselected package libip6tc2:arm64.
11:29:07 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_arm64.deb ...
11:29:07 Unpacking libip6tc2:arm64 (1.8.4-3ubuntu2) ...
11:29:07 Selecting previously unselected package libnfnetlink0:arm64.
11:29:07 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_arm64.deb ...
11:29:07 Unpacking libnfnetlink0:arm64 (1.0.1-3build1) ...
11:29:07 Reading package lists...
11:29:07 Building dependency tree...
11:29:07 Reading state information...
11:29:07 Correcting dependencies... Done
11:29:07 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
11:29:07 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
11:29:07 Get:3 https://download.docker.com/linux/ubuntu kinetic/test arm64 Packages [11.1 kB]
11:29:07 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
11:29:07 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:29:07 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_arm64.deb ...
11:29:07 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-2) ...
11:29:07 Selecting previously unselected package libnftnl11:arm64.
11:29:07 Preparing to unpack .../6-libnftnl11_1.1.5-1_arm64.deb ...
11:29:07 Unpacking libnftnl11:arm64 (1.1.5-1) ...
11:29:07 Selecting previously unselected package iptables.
11:29:07 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_arm64.deb ...
11:29:07 Unpacking iptables (1.8.4-3ubuntu2) ...
11:29:07 Selecting previously unselected package containerd.io.
11:29:07 Preparing to unpack .../8-containerd.io_1.6.18-1_arm64.deb ...
11:29:07 Unpacking containerd.io (1.6.18-1) ...
11:29:07 CentOS Stream 8 - BaseOS                         26 MB/s |  27 MB     00:01    
11:29:08 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:29:08 Skipping docker-ce, it is already installed and upgrade is not set.
11:29:08 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:29:08 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:29:08 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:29:08 The following additional packages will be installed:
11:29:08   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:29:08   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:08 Suggested packages:
11:29:08   firewalld kmod nftables
11:29:08 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
11:29:08 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
11:29:08 The following NEW packages will be installed:
11:29:08   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:29:08   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:08 Fetched 60.0 kB in 1s (75.4 kB/s)
11:29:08 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
11:29:08 Need to get 20.9 MB of archives.
11:29:08 After this operation, 96.9 MB of additional disk space will be used.
11:29:08 Get:1 https://download.docker.com/linux/ubuntu jammy/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:29:08 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmnl0 arm64 1.0.4-3build2 [12.9 kB]
11:29:08 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtables12 arm64 1.8.7-1ubuntu5 [30.8 kB]
11:29:08 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
11:29:08 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip6tc2 arm64 1.8.7-1ubuntu5 [20.1 kB]
11:29:08 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnfnetlink0 arm64 1.0.1-3build3 [14.2 kB]
11:29:08 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetfilter-conntrack3 arm64 1.0.9-1 [44.5 kB]
11:29:08 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnftnl11 arm64 1.2.1-1build1 [64.5 kB]
11:29:08 Reading package lists...
11:29:08 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.
11:29:08 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
11:29:08 + packages='deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'
11:29:08 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'
11:29:08 ++ xargs
11:29:08 ++ awk '$0="./"$0'
11:29:08 + packages='./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb'
11:29:08 + set -x
11:29:08 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb
11:29:08 Selecting previously unselected package docker-ce.
11:29:08 (Reading database ... 9321 files and directories currently installed.)
11:29:08 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ...
11:29:08 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:09 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iptables arm64 1.8.7-1ubuntu5 [451 kB]
11:29:09 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus-user-session arm64 1.12.20-2ubuntu4.1 [9442 B]
11:29:09 debconf: delaying package configuration, since apt-utils is not installed
11:29:09 Fetched 20.9 MB in 1s (24.6 MB/s)
11:29:09 Selecting previously unselected package libmnl0:arm64.
11:29: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 ... 9443 files and directories currently installed.)
11:29:09 Preparing to unpack .../0-libmnl0_1.0.4-3build2_arm64.deb ...
11:29:09 Unpacking libmnl0:arm64 (1.0.4-3build2) ...
11:29:09 Selecting previously unselected package libxtables12:arm64.
11:29:09 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_arm64.deb ...
11:29:09 Unpacking libxtables12:arm64 (1.8.7-1ubuntu5) ...
11:29:09 Selecting previously unselected package netbase.
11:29:09 Preparing to unpack .../2-netbase_6.3_all.deb ...
11:29:09 Unpacking netbase (6.3) ...
11:29:09 Selecting previously unselected package libip6tc2:arm64.
11:29:09 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_arm64.deb ...
11:29:09 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu5) ...
11:29:09 Selecting previously unselected package libnfnetlink0:arm64.
11:29:09 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_arm64.deb ...
11:29:09 Unpacking libnfnetlink0:arm64 (1.0.1-3build3) ...
11:29:09 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:29:09 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_arm64.deb ...
11:29:09 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-1) ...
11:29:09 Selecting previously unselected package libnftnl11:arm64.
11:29:09 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_arm64.deb ...
11:29:09 Unpacking libnftnl11:arm64 (1.2.1-1build1) ...
11:29:09 Selecting previously unselected package iptables.
11:29:09 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_arm64.deb ...
11:29:09 Unpacking iptables (1.8.7-1ubuntu5) ...
11:29:09 Selecting previously unselected package containerd.io.
11:29:09 Preparing to unpack .../8-containerd.io_1.6.18-1_arm64.deb ...
11:29:09 Unpacking containerd.io (1.6.18-1) ...
11:29:09 Setting up libip6tc2:arm64 (1.8.4-3ubuntu2) ...
11:29:09 Setting up libmnl0:arm64 (1.0.4-2) ...
11:29:09 Setting up containerd.io (1.6.18-1) ...
11:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:29:09 Setting up libxtables12:arm64 (1.8.4-3ubuntu2) ...
11:29:09 Setting up libnfnetlink0:arm64 (1.0.1-3build1) ...
11:29:09 Setting up netbase (6.1) ...
11:29:09 Setting up libnftnl11:arm64 (1.1.5-1) ...
11:29:09 Setting up libnetfilter-conntrack3:arm64 (1.0.7-2) ...
11:29:09 Setting up iptables (1.8.4-3ubuntu2) ...
11:29:09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:29:09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:29:09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:29:09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:29:09 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:29:10 + verify_binaries
11:29:10 + docker --version
11:29:10 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:10 ++ uname -m
11:29:10 + '[' aarch64 = x86_64 ']'
11:29:10 + docker buildx version
11:29:10 github.com/docker/buildx v0.10.4 c513d34
11:29:10 + docker compose version
11:29:10 Selecting previously unselected package docker-ce-rootless-extras.
11:29:10 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ...
11:29:10 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:10 Selecting previously unselected package docker-ce-cli.
11:29:10 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ...
11:29:10 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:10 Docker Compose version v2.16.0
11:29:10 + dockerd --version
11:29:10 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:10 + docker-proxy --version
11:29:10 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:10 + containerd --version
11:29:10 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:10 + ctr --version
11:29:10 ctr containerd.io 1.6.18
11:29:10 + containerd-shim --help
11:29:10 Usage of containerd-shim:
11:29:10   -address string
11:29:10     	grpc address back to main containerd
11:29:10   -containerd-binary containerd publish
11:29:10     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:10   -criu string
11:29:10     	path to criu binary
11:29:10   -debug
11:29:10     	enable debug output in logs
11:29:10   -namespace string
11:29:10     	namespace that owns the shim
11:29:10   -runtime-root string
11:29:10     	root directory for the runtime (default "/run/containerd/runc")
11:29:10   -socket string
11:29:10     	socket path to serve
11:29:10   -systemd-cgroup
11:29:10     	set runtime to use systemd-cgroup
11:29:10   -workdir string
11:29:10     	path used to storge large temporary data
11:29:10 + containerd-shim-runc-v1 -v
11:29:10 containerd-shim-runc-v1:
11:29:10   Version:  1.6.18
11:29:10   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:10   Go version: go1.19.6
11:29:10 
11:29:10 + containerd-shim-runc-v2 -v
11:29:10 containerd-shim-runc-v2:
11:29:10   Version:  1.6.18
11:29:10   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:10   Go version: go1.19.6
11:29:10 
11:29:10 + runc --version
11:29:10 runc version 1.1.4
11:29:10 commit: v1.1.4-0-g5fd4c4d
11:29:10 spec: 1.0.2-dev
11:29:10 go: go1.19.6
11:29:10 libseccomp: 2.5.1
11:29:10 Selecting previously unselected package docker-compose-plugin.
11:29:10 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb ...
11:29:10 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:29:11 make[2]: Leaving directory '/root/build-deb/compose'
11:29:11 # Build the scan-plugin
11:29:11 # TODO change once we support scan-plugin on other architectures
11:29:11 if [ "armhf" = "amd64" ]; then \
11:29:11 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:11 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:11 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:11 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:11 fi
11:29:11 make[1]: Leaving directory '/root/build-deb'
11:29:11    debian/rules override_dh_auto_test
11:29:11 make[1]: Entering directory '/root/build-deb'
11:29:11   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          27/51 
11:29:11   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            28/51 
11:29:11   Installing       : container-selinux-2:2.199.0-1.fc36.noarch            28/51 
11:29:11 Selecting previously unselected package dbus-user-session.
11:29:11 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_arm64.deb ...
11:29:11 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
11:29:11 Setting up libip6tc2:arm64 (1.8.7-1ubuntu5) ...
11:29:11 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
11:29:11 Setting up libmnl0:arm64 (1.0.4-3build2) ...
11:29:11 Setting up containerd.io (1.6.18-1) ...
11:29:11 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:29:11 Setting up libxtables12:arm64 (1.8.7-1ubuntu5) ...
11:29:11 Setting up libnfnetlink0:arm64 (1.0.1-3build3) ...
11:29:11 Setting up netbase (6.3) ...
11:29:11 Setting up libnftnl11:arm64 (1.2.1-1build1) ...
11:29:11 Setting up libnetfilter-conntrack3:arm64 (1.0.9-1) ...
11:29:11 Setting up iptables (1.8.7-1ubuntu5) ...
11:29:11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:29:11 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:29:11 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:29:11 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:29:11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:29:11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:29:11 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:29:11 + verify_binaries
11:29:11 + docker --version
11:29:11 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:11 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:11 PASS: daemon version OK
11:29:11 ver="$(cli/build/docker --version)"; \
11:29:11 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:11 PASS: cli version OK
11:29:11 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:11 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:11 PASS: docker-buildx version OK
11:29:11 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:11 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:11 PASS: docker-compose version OK
11:29:11 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:11 # TODO change once we support scan-plugin on other architectures
11:29:11 if [ "armhf" = "amd64" ]; then \
11:29:11 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:11 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:11 fi
11:29:11 make[1]: Leaving directory '/root/build-deb'
11:29:11    create-stamp debian/debhelper-build-stamp
11:29:11  debian/rules binary
11:29:11 dh binary --with=bash-completion
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:11 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:11 ++ uname -m
11:29:11 + '[' aarch64 = x86_64 ']'
11:29:11 + docker buildx version
11:29:11 github.com/docker/buildx v0.10.4 c513d34
11:29:11 + docker compose version
11:29:11 Selecting previously unselected package docker-buildx-plugin.
11:29:11 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb ...
11:29:11 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:29:11    dh_testroot
11:29:11    dh_prep
11:29:11    dh_installdirs
11:29:11    debian/rules override_dh_auto_install
11:29:11 make[1]: Entering directory '/root/build-deb'
11:29:11 # docker-ce-cli install
11:29:11 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:11 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:11 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:12 Docker Compose version v2.16.0
11:29:12 + dockerd --version
11:29:12 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:12 + docker-proxy --version
11:29:12 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:12 + containerd --version
11:29:12 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:12 + ctr --version
11:29:12 ctr containerd.io 1.6.18
11:29:12 + containerd-shim --help
11:29:12 Usage of containerd-shim:
11:29:12   -address string
11:29:12     	grpc address back to main containerd
11:29:12   -containerd-binary containerd publish
11:29:12     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:12   -criu string
11:29:12     	path to criu binary
11:29:12   -debug
11:29:12     	enable debug output in logs
11:29:12   -namespace string
11:29:12     	namespace that owns the shim
11:29:12   -runtime-root string
11:29:12     	root directory for the runtime (default "/run/containerd/runc")
11:29:12   -socket string
11:29:12     	socket path to serve
11:29:12   -systemd-cgroup
11:29:12     	set runtime to use systemd-cgroup
11:29:12   -workdir string
11:29:12     	path used to storge large temporary data
11:29:12 + containerd-shim-runc-v1 -v
11:29:12 containerd-shim-runc-v1:
11:29:12   Version:  1.6.18
11:29:12   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:12   Go version: go1.19.6
11:29:12 
11:29:12 + containerd-shim-runc-v2 -v
11:29:12 containerd-shim-runc-v2:
11:29:12   Version:  1.6.18
11:29:12   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:12   Go version: go1.19.6
11:29:12 
11:29:12 + runc --version
11:29:12 runc version 1.1.4
11:29:12 commit: v1.1.4-0-g5fd4c4d
11:29:12 spec: 1.0.2-dev
11:29:12 go: go1.19.6
11:29:12 libseccomp: 2.5.3
11:29:12 # docker-ce install
11:29:12 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:12 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:12 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:12 # docker-buildx-plugin install
11:29:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:12 # docker-compose-plugin install
11:29:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:12 # docker-scan-plugin install
11:29:12 # TODO change once we support scan-plugin on other architectures
11:29:12 if [ "armhf" = "amd64" ]; then \
11:29:12 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:12 fi
11:29:12 # docker-ce-rootless-extras install
11:29:12 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:12 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:12 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:12 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:12 # TODO: how can we install vpnkit?
11:29:12 make[1]: Leaving directory '/root/build-deb'
11:29:12    debian/rules override_dh_install
11:29:12 make[1]: Entering directory '/root/build-deb'
11:29:12 dh_install
11:29:12 # TODO Can we do this from within our container?
11:29:12 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:12 make[1]: Leaving directory '/root/build-deb'
11:29:12    dh_installdocs
11:29:12    dh_installchangelogs
11:29:12    dh_installman
11:29:12    dh_bash-completion
11:29:12    dh_systemd_enable
11:29:12 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:12 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:29:12 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:29:12 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:12    debian/rules override_dh_installinit
11:29:12 make[1]: Entering directory '/root/build-deb'
11:29:12 # use "docker" as our service name, not "docker-ce"
11:29:12 dh_installinit --name=docker
11:29:12 make[1]: Leaving directory '/root/build-deb'
11:29:12    dh_systemd_start
11:29:12    dh_perl
11:29:13 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:29:13 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:29:13 invoke-rc.d: could not determine current runlevel
11:29:13 invoke-rc.d: policy-rc.d denied execution of start.
11:29:13 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:29:13 CentOS Stream 8 - Extras                         27 kB/s |  18 kB     00:00    
11:29:13    dh_link
11:29:13    dh_strip_nondeterminism
11:29:13 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:29:13  docker-ce-rootless-extras depends on dbus-user-session; however:
11:29:13   Package dbus-user-session is not installed.
11:29:13 
11:29:13 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_arm64.deb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:13 Reading package lists...
11:29:14 Building dependency tree...
11:29:14 Reading state information...
11:29:14 Correcting dependencies... Done
11:29:14 CentOS Stream 8 - Extras common packages        6.6 kB/s | 5.3 kB     00:00    
11:29:14 Skipping docker-ce, it is already installed and upgrade is not set.
11:29:14 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:29:14 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:29:14 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:29:14 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:29:14 The following additional packages will be installed:
11:29:14   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:29:14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:14 Suggested packages:
11:29:14   firewalld kmod nftables
11:29:14 The following NEW packages will be installed:
11:29:14   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:29:14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:29:14    dh_compress
11:29:14    dh_fixperms
11:29:14    dh_missing
11:29:14    debian/rules override_dh_strip
11:29:14 make[1]: Entering directory '/root/build-deb'
11:29:14 # Go has lots of problems with stripping, so just don't
11:29:14 make[1]: Leaving directory '/root/build-deb'
11:29:14    dh_makeshlibs
11:29:14 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:29:14 Need to get 20.9 MB of archives.
11:29:14 After this operation, 97.0 MB of additional disk space will be used.
11:29:14 Get:1 https://download.docker.com/linux/ubuntu kinetic/test arm64 containerd.io arm64 1.6.18-1 [20.3 MB]
11:29:14    debian/rules override_dh_shlibdeps
11:29:14 make[1]: Entering directory '/root/build-deb'
11:29:14 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:14 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-user-session arm64 1.14.0-2ubuntu3 [10.1 kB]
11:29:14 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmnl0 arm64 1.0.4-3ubuntu1 [12.9 kB]
11:29:14 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxtables12 arm64 1.8.7-1ubuntu6 [30.5 kB]
11:29:15 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
11:29:15 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip6tc2 arm64 1.8.7-1ubuntu6 [19.9 kB]
11:29:15 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnfnetlink0 arm64 1.0.2-2 [15.4 kB]
11:29:15 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetfilter-conntrack3 arm64 1.0.9-2 [44.4 kB]
11:29:15 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnftnl11 arm64 1.2.3-1 [63.2 kB]
11:29:15 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iptables arm64 1.8.7-1ubuntu6 [450 kB]
11:29:15   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
11:29:15   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            22/53 
11:29:15   Installing       : container-selinux-2:2.201.0-1.fc37.noarch            22/53 
11:29:15 debconf: delaying package configuration, since apt-utils is not installed
11:29:15 Fetched 20.9 MB in 1s (24.0 MB/s)
11:29:15 Selecting previously unselected package dbus-user-session.
11:29: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 ... 9547 files and directories currently installed.)
11:29:15 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_arm64.deb ...
11:29:15 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
11:29:15   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          46/61 
11:29:15   Installing       : python3-policycoreutils-3.5-1.el9.noarch             47/61 
11:29:15   Installing       : policycoreutils-python-utils-3.5-1.el9.noarch        48/61 
11:29:15   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             49/61 
11:29:15   Installing       : container-selinux-3:2.199.0-1.el9.noarch             49/61 
11:29:15 Selecting previously unselected package libmnl0:arm64.
11:29:15 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_arm64.deb ...
11:29:15 Unpacking libmnl0:arm64 (1.0.4-3ubuntu1) ...
11:29:15 Selecting previously unselected package libxtables12:arm64.
11:29:15 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_arm64.deb ...
11:29:15 Unpacking libxtables12:arm64 (1.8.7-1ubuntu6) ...
11:29:15 Selecting previously unselected package netbase.
11:29:15 Preparing to unpack .../3-netbase_6.3_all.deb ...
11:29:15 Unpacking netbase (6.3) ...
11:29:15 Selecting previously unselected package libip6tc2:arm64.
11:29:15 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_arm64.deb ...
11:29:15 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu6) ...
11:29:15 Selecting previously unselected package libnfnetlink0:arm64.
11:29:15 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_arm64.deb ...
11:29:15 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
11:29:15 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:29:15 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_arm64.deb ...
11:29:15 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-2) ...
11:29:15 Selecting previously unselected package libnftnl11:arm64.
11:29:15 Preparing to unpack .../7-libnftnl11_1.2.3-1_arm64.deb ...
11:29:15 Unpacking libnftnl11:arm64 (1.2.3-1) ...
11:29:15 Selecting previously unselected package iptables.
11:29:15 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_arm64.deb ...
11:29:15 Unpacking iptables (1.8.7-1ubuntu6) ...
11:29:15 Selecting previously unselected package containerd.io.
11:29:15 Preparing to unpack .../9-containerd.io_1.6.18-1_arm64.deb ...
11:29:15 Unpacking containerd.io (1.6.18-1) ...
11:29:16 Dependencies resolved.
11:29:16 ================================================================================
11:29:16  Package                 Architecture  Version              Repository     Size
11:29:16 ================================================================================
11:29:16 Installing:
11:29:16  dnf-plugins-core        noarch        4.0.21-18.el8        baseos         75 k
11:29:16 
11:29:16 Transaction Summary
11:29:16 ================================================================================
11:29:16 Install  1 Package
11:29:16 
11:29:16 Total download size: 75 k
11:29:16 Installed size: 22 k
11:29:16 Downloading Packages:
11:29:16 dnf-plugins-core-4.0.21-18.el8.noarch.rpm       351 kB/s |  75 kB     00:00    
11:29:16 --------------------------------------------------------------------------------
11:29:16 Total                                           170 kB/s |  75 kB     00:00     
11:29:16 Running transaction check
11:29:16 Transaction check succeeded.
11:29:16 Running transaction test
11:29:16 Transaction test succeeded.
11:29:16 Running transaction
11:29:16   Preparing        :                                                        1/1 
11:29:16   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  1/1 
11:29:17   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  1/1 
11:29:17 
11:29:17 Installed:
11:29:17   dnf-plugins-core-4.0.21-18.el8.noarch                                         
11:29:17 
11:29:17 Complete!
11:29:17 + case ${DIST_ID}:${DIST_VERSION} in
11:29:17 + install_rpm_containerd
11:29:17 + '[' staging = stage ']'
11:29:17 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:29:17 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:29:17 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:29:17 + dnf --version
11:29:17 4.7.0
11:29:17   Installed: dnf-0:4.7.0-15.el8.noarch at Wed Feb  8 17:07:04 2023
11:29:17   Built    : CentOS Buildsys <bugs@centos.org> at Thu Jan 12 09:05:43 2023
11:29:17 
11:29:17   Installed: rpm-0:4.14.3-26.el8.x86_64 at Wed Feb  8 17:07:03 2023
11:29:17   Built    : CentOS Buildsys <bugs@centos.org> at Wed Dec 21 11:18:39 2022
11:29:17 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:29:17 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:29:17 Setting up libip6tc2:arm64 (1.8.7-1ubuntu6) ...
11:29:17 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
11:29:17 Setting up libmnl0:arm64 (1.0.4-3ubuntu1) ...
11:29:17 Setting up containerd.io (1.6.18-1) ...
11:29:17 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:29:17 Setting up libxtables12:arm64 (1.8.7-1ubuntu6) ...
11:29:17 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
11:29:17 Setting up netbase (6.3) ...
11:29:17 Setting up libnftnl11:arm64 (1.2.3-1) ...
11:29:17 Setting up libnetfilter-conntrack3:arm64 (1.0.9-2) ...
11:29:17 Setting up iptables (1.8.7-1ubuntu6) ...
11:29:17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:29:17 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:29:17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:29:17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:29:17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:29:17 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:29:17 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:29:17 + verify_binaries
11:29:17 + docker --version
11:29:17 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:17 ++ uname -m
11:29:17 + '[' aarch64 = x86_64 ']'
11:29:17 + docker buildx version
11:29:17 + dnf config-manager --set-disabled 'docker-ce-*'
11:29:18 github.com/docker/buildx v0.10.4 c513d34
11:29:18 + docker compose version
11:29:18 Docker Compose version v2.16.0
11:29:18 + dockerd --version
11:29:18 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:18 + docker-proxy --version
11:29:18 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:18 + containerd --version
11:29:18 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:18 + ctr --version
11:29:18 + dnf config-manager --set-enabled docker-ce-test
11:29:18 ctr containerd.io 1.6.18
11:29:18 + containerd-shim --help
11:29:18 Usage of containerd-shim:
11:29:18   -address string
11:29:18     	grpc address back to main containerd
11:29:18   -containerd-binary containerd publish
11:29:18     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:18   -criu string
11:29:18     	path to criu binary
11:29:18   -debug
11:29:18     	enable debug output in logs
11:29:18   -namespace string
11:29:18     	namespace that owns the shim
11:29:18   -runtime-root string
11:29:18     	root directory for the runtime (default "/run/containerd/runc")
11:29:18   -socket string
11:29:18     	socket path to serve
11:29:18   -systemd-cgroup
11:29:18     	set runtime to use systemd-cgroup
11:29:18   -workdir string
11:29:18     	path used to storge large temporary data
11:29:18 + containerd-shim-runc-v1 -v
11:29:18 containerd-shim-runc-v1:
11:29:18   Version:  1.6.18
11:29:18   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:18   Go version: go1.19.6
11:29:18 
11:29:18 + containerd-shim-runc-v2 -v
11:29:18 containerd-shim-runc-v2:
11:29:18   Version:  1.6.18
11:29:18   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:18   Go version: go1.19.6
11:29:18 
11:29:18 + runc --version
11:29:18 runc version 1.1.4
11:29:18 commit: v1.1.4-0-g5fd4c4d
11:29:18 spec: 1.0.2-dev
11:29:18 go: go1.19.6
11:29:18 libseccomp: 2.5.4
11:29:18 + dnf makecache
11:29:19 make[1]: Leaving directory '/root/build-deb'
11:29:19    dh_installdeb
11:29:19    debian/rules override_dh_gencontrol
11:29:19 make[1]: Entering directory '/root/build-deb'
11:29:19 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:19 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:19 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:19 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:19 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:19 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:19 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:19 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:19 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:19 if [ "armhf" = "amd64" ]; then \
11:29:19 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:19 fi
11:29:19 dh_gencontrol --remaining-packages
11:29:19 make[1]: Leaving directory '/root/build-deb'
11:29:19    dh_md5sums
11:29:19 CentOS Stream 8 - AppStream                     7.5 kB/s | 4.4 kB     00:00    
11:29:19 CentOS Stream 8 - BaseOS                        9.0 kB/s | 3.9 kB     00:00    
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:19    debian/rules override_dh_builddeb
11:29:19 make[1]: Entering directory '/root/build-deb'
11:29:19 dh_builddeb -- -Zxz
11:29:19 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'.
11:29:19 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb'.
11:29:20 CentOS Stream 8 - Extras                        5.0 kB/s | 2.9 kB     00:00    
11:29:20 CentOS Stream 8 - Extras common packages        6.8 kB/s | 3.0 kB     00:00    
11:29:21   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            28/51 
11:29:21   Installing       : libslirp-4.6.1-3.fc36.aarch64                        29/51 
11:29:21   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            30/51 
11:29:21   Installing       : libnfnetlink-1.0.1-21.fc36.aarch64                   31/51 
11:29:21   Installing       : libmnl-1.0.4-15.fc36.aarch64                         32/51 
11:29:21   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          33/51 
11:29:21   Installing       : iptables-libs-1.8.7-15.fc36.aarch64                  34/51 
11:29:21   Installing       : iptables-legacy-1.8.7-15.fc36.aarch64                35/51 
11:29:21   Running scriptlet: iptables-legacy-1.8.7-15.fc36.aarch64                35/51 
11:29:21   Installing       : kmod-libs-29-7.fc36.aarch64                          36/51 
11:29:21 Docker CE Test - x86_64                         105 kB/s |  47 kB     00:00    
11:29:21   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           37/51 
11:29:21   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 38/51 
11:29:21   Installing       : device-mapper-1.02.175-7.fc36.aarch64                39/51 
11:29:21   Installing       : systemd-networkd-250.10-2.fc36.aarch64               40/51 
11:29:21   Running scriptlet: systemd-networkd-250.10-2.fc36.aarch64               40/51 
11:29:21   Installing       : systemd-pam-250.10-2.fc36.aarch64                    41/51 
11:29:21   Installing       : systemd-resolved-250.10-2.fc36.aarch64               42/51 
11:29:21   Running scriptlet: systemd-resolved-250.10-2.fc36.aarch64               42/51 
11:29:21   Installing       : systemd-250.10-2.fc36.aarch64                        43/51 
11:29:21   Running scriptlet: systemd-250.10-2.fc36.aarch64                        43/51 
11:29:21 Creating group 'input' with GID 104.
11:29:21 Creating group 'kvm' with GID 36.
11:29:21 Creating group 'render' with GID 105.
11:29:21 Creating group 'sgx' with GID 106.
11:29:21 Creating group 'systemd-journal' with GID 190.
11:29:21 Creating group 'systemd-network' with GID 192.
11:29:21 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:29:21 Creating group 'systemd-oom' with GID 998.
11:29:21 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:29:21 Creating group 'systemd-resolve' with GID 193.
11:29:21 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:29:21 
11:29:22   Installing       : containerd.io-1.6.18-3.1.fc36.aarch64                44/51 
11:29:22   Running scriptlet: containerd.io-1.6.18-3.1.fc36.aarch64                44/51 
11:29:22   Installing       : libcgroup-2.0-4.fc36.aarch64                         45/51 
11:29:22   Installing       : kmod-29-7.fc36.aarch64                               46/51 
11:29:22   Installing       : fuse-common-3.10.5-2.fc36.aarch64                    47/51 
11:29:22   Installing       : fuse3-3.10.5-2.fc36.aarch64                          48/51 
11:29:22   Installing       : fuse-overlayfs-1.9-6.fc36.aarch64                    49/51 
11:29:22   Running scriptlet: fuse-overlayfs-1.9-6.fc36.aarch64                    49/51 
11:29:22   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   50/51 
11:29:22   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   50/51 
11:29:22   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.aa   51/51 
11:29:22   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.aa   51/51 
11:29:22   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          51/51 
11:29:22   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            51/51 
11:29:22   Running scriptlet: systemd-resolved-250.10-2.fc36.aarch64               51/51 
11:29:22 Metadata cache created.
11:29:22 [DEBUG] Installing engine rpms
11:29:22 + echo '[DEBUG] Installing engine rpms'
11:29:22 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
11:29:22 ++ sed /src/d
11:29:22 + packages='rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:29:22 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:29:22 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el8.x86_64.rpm
11:29:22 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm
11:29:22 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el8.x86_64.rpm
11:29:22 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm'
11:29:22 + set -x
11:29:22 ++ source /etc/os-release
11:29:22 +++ NAME='CentOS Stream'
11:29:22 +++ VERSION=8
11:29:22 +++ ID=centos
11:29:22 +++ ID_LIKE='rhel fedora'
11:29:22 +++ VERSION_ID=8
11:29:22 +++ PLATFORM_ID=platform:el8
11:29:22 +++ PRETTY_NAME='CentOS Stream 8'
11:29:22 +++ ANSI_COLOR='0;31'
11:29:22 +++ CPE_NAME=cpe:/o:centos:centos:8
11:29:22 +++ HOME_URL=https://centos.org/
11:29:22 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:29:22 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
11:29:22 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:29:22 ++ echo 'CentOS Stream'
11:29:22 + product_version='CentOS Stream'
11:29:22 + '[' 'CentOS Stream' = rawhide ']'
11:29:22 + dnf install -y rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-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
11:29:23   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.aa   51/51 
11:29:23   Verifying        : containerd.io-1.6.18-3.1.fc36.aarch64                 1/51 
11:29:23   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/51 
11:29:23   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/51 
11:29:23   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            4/51 
11:29:23   Verifying        : diffutils-3.8-2.fc36.aarch64                          5/51 
11:29:23   Verifying        : fuse-common-3.10.5-2.fc36.aarch64                     6/51 
11:29:23   Verifying        : fuse3-3.10.5-2.fc36.aarch64                           7/51 
11:29:23   Verifying        : fuse3-libs-3.10.5-2.fc36.aarch64                      8/51 
11:29:23   Verifying        : iptables-legacy-1.8.7-15.fc36.aarch64                 9/51 
11:29:23   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.aarch64           10/51 
11:29:23   Verifying        : iptables-libs-1.8.7-15.fc36.aarch64                  11/51 
11:29:23   Verifying        : kmod-29-7.fc36.aarch64                               12/51 
11:29:23   Verifying        : kmod-libs-29-7.fc36.aarch64                          13/51 
11:29:23   Verifying        : libcgroup-2.0-4.fc36.aarch64                         14/51 
11:29:23   Verifying        : libibverbs-39.0-1.fc36.aarch64                       15/51 
11:29:23   Verifying        : libmnl-1.0.4-15.fc36.aarch64                         16/51 
11:29:23   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          17/51 
11:29:23   Verifying        : libnfnetlink-1.0.1-21.fc36.aarch64                   18/51 
11:29:23   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      19/51 
11:29:23   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  20/51 
11:29:23   Verifying        : libslirp-4.6.1-3.fc36.aarch64                        21/51 
11:29:23   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     22/51 
11:29:23   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    23/51 
11:29:23   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   24/51 
11:29:23   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   25/51 
11:29:23   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            26/51 
11:29:23   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/51 
11:29:23   Verifying        : container-selinux-2:2.199.0-1.fc36.noarch            28/51 
11:29:23   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         29/51 
11:29:23   Verifying        : dbus-broker-33-1.fc36.aarch64                        30/51 
11:29:23   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   31/51 
11:29:23   Verifying        : fuse-overlayfs-1.9-6.fc36.aarch64                    32/51 
11:29:23   Verifying        : libargon2-20171227-9.fc36.aarch64                    33/51 
11:29:23   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        34/51 
11:29:23   Verifying        : libfdisk-2.38-1.fc36.aarch64                         35/51 
11:29:23   Verifying        : libnl3-3.7.0-1.fc36.aarch64                          36/51 
11:29:23   Verifying        : libpcap-14:1.10.3-1.fc36.aarch64                     37/51 
11:29:23   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             38/51 
11:29:23   Verifying        : selinux-policy-36.17-1.fc36.noarch                   39/51 
11:29:23   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          40/51 
11:29:23   Verifying        : systemd-250.10-2.fc36.aarch64                        41/51 
11:29:23   Verifying        : systemd-networkd-250.10-2.fc36.aarch64               42/51 
11:29:23   Verifying        : systemd-pam-250.10-2.fc36.aarch64                    43/51 
11:29:23   Verifying        : systemd-resolved-250.10-2.fc36.aarch64               44/51 
11:29:23   Verifying        : util-linux-2.38-1.fc36.aarch64                       45/51 
11:29:23   Verifying        : xz-5.4.1-1.fc36.aarch64                              46/51 
11:29:23   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   47/51 
11:29:23   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.aa   48/51 
11:29:23   Verifying        : docker-buildx-plugin-0.10.4-0.fc36.aarch64           49/51 
11:29:23   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   50/51 
11:29:23   Verifying        : docker-compose-plugin-2.16.0-0.fc36.aarch64          51/51 
11:29:23 
11:29:23 Installed:
11:29:23   container-selinux-2:2.199.0-1.fc36.noarch                                     
11:29:23   containerd.io-1.6.18-3.1.fc36.aarch64                                         
11:29:23   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
11:29:23   dbus-1:1.14.4-1.fc36.aarch64                                                  
11:29:23   dbus-broker-33-1.fc36.aarch64                                                 
11:29:23   dbus-common-1:1.14.4-1.fc36.noarch                                            
11:29:23   device-mapper-1.02.175-7.fc36.aarch64                                         
11:29:23   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
11:29:23   diffutils-3.8-2.fc36.aarch64                                                  
11:29:23   docker-buildx-plugin-0.10.4-0.fc36.aarch64                                    
11:29:23   docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.aarch64                       
11:29:23   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc36.aarch64                   
11:29:23   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.aarch64         
11:29:23   docker-compose-plugin-2.16.0-0.fc36.aarch64                                   
11:29:23   fuse-common-3.10.5-2.fc36.aarch64                                             
11:29:23   fuse-overlayfs-1.9-6.fc36.aarch64                                             
11:29:23   fuse3-3.10.5-2.fc36.aarch64                                                   
11:29:23   fuse3-libs-3.10.5-2.fc36.aarch64                                              
11:29:23   iptables-legacy-1.8.7-15.fc36.aarch64                                         
11:29:23   iptables-legacy-libs-1.8.7-15.fc36.aarch64                                    
11:29:23   iptables-libs-1.8.7-15.fc36.aarch64                                           
11:29:23   kmod-29-7.fc36.aarch64                                                        
11:29:23   kmod-libs-29-7.fc36.aarch64                                                   
11:29:23   libargon2-20171227-9.fc36.aarch64                                             
11:29:23   libbpf-2:0.7.0-3.fc36.aarch64                                                 
11:29:23   libcgroup-2.0-4.fc36.aarch64                                                  
11:29:23   libfdisk-2.38-1.fc36.aarch64                                                  
11:29:23   libibverbs-39.0-1.fc36.aarch64                                                
11:29:23   libmnl-1.0.4-15.fc36.aarch64                                                  
11:29:23   libnetfilter_conntrack-1.0.8-4.fc36.aarch64                                   
11:29:23   libnfnetlink-1.0.1-21.fc36.aarch64                                            
11:29:23   libnl3-3.7.0-1.fc36.aarch64                                                   
11:29:23   libpcap-14:1.10.3-1.fc36.aarch64                                              
11:29:23   libseccomp-2.5.3-2.fc36.aarch64                                               
11:29:23   libselinux-utils-3.3-4.fc36.aarch64                                           
11:29:23   libslirp-4.6.1-3.fc36.aarch64                                                 
11:29:23   libutempter-1.2.1-6.fc36.aarch64                                              
11:29:23   libxkbcommon-1.4.0-1.fc36.aarch64                                             
11:29:23   policycoreutils-3.3-4.fc36.aarch64                                            
11:29:23   qrencode-libs-4.1.1-2.fc36.aarch64                                            
11:29:23   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
11:29:23   selinux-policy-36.17-1.fc36.noarch                                            
11:29:23   selinux-policy-targeted-36.17-1.fc36.noarch                                   
11:29:23   slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64                                     
11:29:23   systemd-250.10-2.fc36.aarch64                                                 
11:29:23   systemd-networkd-250.10-2.fc36.aarch64                                        
11:29:23   systemd-pam-250.10-2.fc36.aarch64                                             
11:29:23   systemd-resolved-250.10-2.fc36.aarch64                                        
11:29:23   util-linux-2.38-1.fc36.aarch64                                                
11:29:23   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:29:23   xz-5.4.1-1.fc36.aarch64                                                       
11:29:23 
11:29:23 Complete!
11:29:23 + verify_binaries
11:29:23 + docker --version
11:29:23 Last metadata expiration check: 0:00:02 ago on Fri Mar 10 11:29:21 2023.
11:29:23 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:23 ++ uname -m
11:29:23 + '[' aarch64 = x86_64 ']'
11:29:23 + docker buildx version
11:29:23 github.com/docker/buildx v0.10.4 c513d34
11:29:23 + docker compose version
11:29:23 Docker Compose version v2.16.0
11:29:23 + dockerd --version
11:29:23 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:23 + docker-proxy --version
11:29:23 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:23 + containerd --version
11:29:23 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:23 + ctr --version
11:29:23 ctr containerd.io 1.6.18
11:29:23 + containerd-shim --help
11:29:23 Usage of containerd-shim:
11:29:23   -address string
11:29:23     	grpc address back to main containerd
11:29:23   -containerd-binary containerd publish
11:29:23     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:23   -criu string
11:29:23     	path to criu binary
11:29:23   -debug
11:29:23     	enable debug output in logs
11:29:23   -namespace string
11:29:23     	namespace that owns the shim
11:29:23   -runtime-root string
11:29:23     	root directory for the runtime (default "/run/containerd/runc")
11:29:23   -socket string
11:29:23     	socket path to serve
11:29:23   -systemd-cgroup
11:29:23     	set runtime to use systemd-cgroup
11:29:23   -workdir string
11:29:23     	path used to storge large temporary data
11:29:23 + containerd-shim-runc-v1 -v
11:29:23 containerd-shim-runc-v1:
11:29:23   Version:  1.6.18
11:29:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:23   Go version: go1.19.6
11:29:23 
11:29:23 + containerd-shim-runc-v2 -v
11:29:23 containerd-shim-runc-v2:
11:29:23   Version:  1.6.18
11:29:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:23   Go version: go1.19.6
11:29:23 
11:29:23 + runc --version
11:29:23 runc version 1.1.4
11:29:23 commit: v1.1.4-0-g5fd4c4d
11:29:23 spec: 1.0.2-dev
11:29:23 go: go1.19.6
11:29:23 libseccomp: 2.5.3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:24 Dependencies resolved.
11:29:24 ======================================================================================================
11:29:24  Package                        Arch    Version                                  Repository       Size
11:29:24 ======================================================================================================
11:29:24 Installing:
11:29:24  docker-buildx-plugin           x86_64  0.10.4-0.el8                             @commandline     12 M
11:29:24  docker-ce                      x86_64  3:0.0.0~20230309110843.71615c2-0.el8     @commandline     23 M
11:29:24  docker-ce-cli                  x86_64  1:0.0.0~20230309110843.71615c2-0.el8     @commandline    7.1 M
11:29:24  docker-ce-rootless-extras      x86_64  0.0.0~20230309110843.71615c2-0.el8       @commandline    4.8 M
11:29:24  docker-compose-plugin          x86_64  2.16.0-0.el8                             @commandline     11 M
11:29:24  docker-scan-plugin             x86_64  0.23.0-0.el8                             @commandline    3.9 M
11:29:24 Installing dependencies:
11:29:24  checkpolicy                    x86_64  2.9-1.el8                                baseos          348 k
11:29:24  container-selinux              noarch  2:2.195.1-1.module_el8.8.0+1254+78119b6e appstream        63 k
11:29:24  containerd.io                  x86_64  1.6.18-3.1.el8                           docker-ce-test   34 M
11:29:24  diffutils                      x86_64  3.6-6.el8                                baseos          358 k
11:29:24  fuse-common                    x86_64  3.3.0-16.el8                             baseos           22 k
11:29:24  fuse-overlayfs                 x86_64  1.10-1.module_el8.8.0+1254+78119b6e      appstream        74 k
11:29:24  fuse3                          x86_64  3.3.0-16.el8                             baseos           54 k
11:29:24  fuse3-libs                     x86_64  3.3.0-16.el8                             baseos           95 k
11:29:24  iptables                       x86_64  1.8.4-24.el8                             baseos          586 k
11:29:24  iptables-libs                  x86_64  1.8.4-24.el8                             baseos          109 k
11:29:24  kmod                           x86_64  25-19.el8                                baseos          126 k
11:29:24  libcgroup                      x86_64  0.41-19.el8                              baseos           70 k
11:29:24  libibverbs                     x86_64  41.0-1.el8                               baseos          394 k
11:29:24  libmnl                         x86_64  1.0.4-6.el8                              baseos           30 k
11:29:24  libnetfilter_conntrack         x86_64  1.0.6-5.el8                              baseos           65 k
11:29:24  libnfnetlink                   x86_64  1.0.1-13.el8                             baseos           33 k
11:29:24  libnftnl                       x86_64  1.1.5-5.el8                              baseos           83 k
11:29:24  libpcap                        x86_64  14:1.9.1-5.el8                           baseos          169 k
11:29:24  libselinux-utils               x86_64  2.9-8.el8                                baseos          243 k
11:29:24  libslirp                       x86_64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        70 k
11:29:24  policycoreutils                x86_64  2.9-21.1.el8                             baseos          375 k
11:29:24  policycoreutils-python-utils   noarch  2.9-21.1.el8                             baseos          253 k
11:29:24  python3-audit                  x86_64  3.0.7-4.el8                              baseos           87 k
11:29:24  python3-libselinux             x86_64  2.9-8.el8                                baseos          283 k
11:29:24  python3-libsemanage            x86_64  2.9-9.el8                                baseos          128 k
11:29:24  python3-policycoreutils        noarch  2.9-21.1.el8                             baseos          2.2 M
11:29:24  python3-setools                x86_64  4.3.0-3.el8                              baseos          624 k
11:29:24  rpm-plugin-selinux             x86_64  4.14.3-26.el8                            baseos           78 k
11:29:24  selinux-policy                 noarch  3.14.3-115.el8                           baseos          659 k
11:29:24  selinux-policy-targeted        noarch  3.14.3-115.el8                           baseos           15 M
11:29:24  slirp4netns                    x86_64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        54 k
11:29:24  xz                             x86_64  5.2.4-4.el8                              baseos          153 k
11:29:24 Downgrading:
11:29:24  libsemanage                    x86_64  2.9-9.el8                                baseos          168 k
11:29:24  xz-libs                        x86_64  5.2.4-4.el8                              baseos           94 k
11:29:24 Enabling module streams:
11:29:24  container-tools                        rhel8                                                         
11:29:24 
11:29:24 Transaction Summary
11:29:24 ======================================================================================================
11:29:24 Install    38 Packages
11:29:24 Downgrade   2 Packages
11:29:24 
11:29:24 Total size: 119 M
11:29:24 Total download size: 57 M
11:29:24 Downloading Packages:
11:29:25 (1/34): xz-libs-5.2.4-4.el8.x86_64.rpm          414 kB/s |  94 kB     00:00    
11:29:25 (2/34): libsemanage-2.9-9.el8.x86_64.rpm        727 kB/s | 168 kB     00:00    
11:29:25 (3/34): container-selinux-2.195.1-1.module_el8. 268 kB/s |  63 kB     00:00    
11:29:25 (4/34): fuse-overlayfs-1.10-1.module_el8.8.0+12 7.0 MB/s |  74 kB     00:00    
11:29:25 (5/34): libslirp-4.4.0-1.module_el8.7.0+1216+b0 7.6 MB/s |  70 kB     00:00    
11:29:25 (6/34): slirp4netns-1.2.0-2.module_el8.7.0+1216 6.0 MB/s |  54 kB     00:00    
11:29:25 (7/34): fuse-common-3.3.0-16.el8.x86_64.rpm     6.1 MB/s |  22 kB     00:00    
11:29:25 (8/34): checkpolicy-2.9-1.el8.x86_64.rpm         22 MB/s | 348 kB     00:00    
11:29:25 (9/34): diffutils-3.6-6.el8.x86_64.rpm           20 MB/s | 358 kB     00:00    
11:29:25 (10/34): fuse3-3.3.0-16.el8.x86_64.rpm          4.1 MB/s |  54 kB     00:00    
11:29:25 (11/34): fuse3-libs-3.3.0-16.el8.x86_64.rpm     8.3 MB/s |  95 kB     00:00    
11:29:25 (12/34): iptables-libs-1.8.4-24.el8.x86_64.rpm   15 MB/s | 109 kB     00:00    
11:29:25 (13/34): kmod-25-19.el8.x86_64.rpm               16 MB/s | 126 kB     00:00    
11:29:25 (14/34): libcgroup-0.41-19.el8.x86_64.rpm       9.6 MB/s |  70 kB     00:00    
11:29:25 (15/34): iptables-1.8.4-24.el8.x86_64.rpm        24 MB/s | 586 kB     00:00    
11:29:25 (16/34): libmnl-1.0.4-6.el8.x86_64.rpm          3.2 MB/s |  30 kB     00:00    
11:29:25 (17/34): libnetfilter_conntrack-1.0.6-5.el8.x86  11 MB/s |  65 kB     00:00    
11:29:25 (18/34): libnfnetlink-1.0.1-13.el8.x86_64.rpm   5.4 MB/s |  33 kB     00:00    
11:29:25 (19/34): libibverbs-41.0-1.el8.x86_64.rpm        15 MB/s | 394 kB     00:00    
11:29:25 (20/34): libnftnl-1.1.5-5.el8.x86_64.rpm        6.4 MB/s |  83 kB     00:00    
11:29:25 (21/34): libpcap-1.9.1-5.el8.x86_64.rpm          12 MB/s | 169 kB     00:00    
11:29:25 (22/34): libselinux-utils-2.9-8.el8.x86_64.rpm   19 MB/s | 243 kB     00:00    
11:29:25 (23/34): policycoreutils-2.9-21.1.el8.x86_64.rp  24 MB/s | 375 kB     00:00    
11:29:25 (24/34): policycoreutils-python-utils-2.9-21.1.  15 MB/s | 253 kB     00:00    
11:29:25 (25/34): python3-audit-3.0.7-4.el8.x86_64.rpm   6.0 MB/s |  87 kB     00:00    
11:29:25 (26/34): python3-libsemanage-2.9-9.el8.x86_64.r  18 MB/s | 128 kB     00:00    
11:29:25 (27/34): python3-libselinux-2.9-8.el8.x86_64.rp  17 MB/s | 283 kB     00:00    
11:29:25 (28/34): rpm-plugin-selinux-4.14.3-26.el8.x86_6  12 MB/s |  78 kB     00:00    
11:29:25 (29/34): python3-setools-4.3.0-3.el8.x86_64.rpm  30 MB/s | 624 kB     00:00    
11:29:25 (30/34): selinux-policy-3.14.3-115.el8.noarch.r  31 MB/s | 659 kB     00:00    
11:29:25 (31/34): xz-5.2.4-4.el8.x86_64.rpm               20 MB/s | 153 kB     00:00    
11:29:25 (32/34): python3-policycoreutils-2.9-21.1.el8.n  37 MB/s | 2.2 MB     00:00    
11:29:25 (33/34): selinux-policy-targeted-3.14.3-115.el8  92 MB/s |  15 MB     00:00    
11:29:26 (34/34): containerd.io-1.6.18-3.1.el8.x86_64.rp  71 MB/s |  34 MB     00:00    
11:29:26 --------------------------------------------------------------------------------
11:29:26 Total                                            39 MB/s |  57 MB     00:01     
11:29:27 Docker CE Test - x86_64                         7.5 kB/s | 1.6 kB     00:00    
11:29:27 Importing GPG key 0x621E9F35:
11:29:27  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:29:27  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:29:27  From       : https://download.docker.com/linux/centos/gpg
11:29:27 Key imported successfully
11:29:27 Running transaction check
11:29:27 Transaction check succeeded.
11:29:27 Running transaction test
11:29:27   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            22/53 
11:29:27   Installing       : libslirp-4.7.0-2.fc37.aarch64                        23/53 
11:29:27   Installing       : slirp4netns-1.2.0-8.fc37.aarch64                     24/53 
11:29:27   Installing       : libnl3-3.7.0-2.fc37.aarch64                          25/53 
11:29:27   Installing       : libibverbs-41.0-1.fc37.aarch64                       26/53 
11:29:27   Installing       : libpcap-14:1.10.3-1.fc37.aarch64                     27/53 
11:29:27   Installing       : iptables-legacy-libs-1.8.8-4.fc37.aarch64            28/53 
11:29:27   Installing       : libnfnetlink-1.0.1-22.fc37.aarch64                   29/53 
11:29:27   Installing       : libmnl-1.0.5-1.fc37.aarch64                          30/53 
11:29:27   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          31/53 
11:29:27   Installing       : iptables-libs-1.8.8-4.fc37.aarch64                   32/53 
11:29:27   Installing       : iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
11:29:27   Running scriptlet: iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
11:29:27   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        34/53 
11:29:27   Installing       : libargon2-20190702-1.fc37.aarch64                    35/53 
11:29:27   Installing       : kmod-libs-30-2.fc37.aarch64                          36/53 
11:29:27   Installing       : systemd-networkd-251.13-5.fc37.aarch64               37/53 
11:29:27   Running scriptlet: systemd-networkd-251.13-5.fc37.aarch64               37/53 
11:29:27   Installing       : systemd-pam-251.13-5.fc37.aarch64                    38/53 
11:29:27   Installing       : systemd-resolved-251.13-5.fc37.aarch64               39/53 
11:29:27   Running scriptlet: systemd-resolved-251.13-5.fc37.aarch64               39/53 
11:29:27   Installing       : systemd-251.13-5.fc37.aarch64                        40/53 
11:29:27   Running scriptlet: systemd-251.13-5.fc37.aarch64                        40/53 
11:29:27 Creating group 'input' with GID 104.
11:29:27 Creating group 'kvm' with GID 36.
11:29:27 Creating group 'render' with GID 105.
11:29:27 Creating group 'sgx' with GID 106.
11:29:27 Creating group 'systemd-journal' with GID 190.
11:29:27 Creating group 'systemd-network' with GID 192.
11:29:27 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:29:27 Creating group 'systemd-oom' with GID 998.
11:29:27 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:29:27 Creating group 'systemd-resolve' with GID 193.
11:29:27 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:29:27 
11:29:27   Installing       : cryptsetup-libs-2.6.1-1.fc37.aarch64                 41/53 
11:29:27   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           42/53 
11:29:27   Installing       : device-mapper-1.02.175-9.fc37.aarch64                43/53 
11:29:27   Installing       : containerd.io-1.6.18-3.1.fc37.aarch64                44/53 
11:29:27   Running scriptlet: containerd.io-1.6.18-3.1.fc37.aarch64                44/53 
11:29:27   Installing       : libcgroup-3.0-1.fc37.aarch64                         45/53 
11:29:27   Installing       : kmod-30-2.fc37.aarch64                               46/53 
11:29:27   Installing       : fuse-common-3.10.5-5.fc37.aarch64                    47/53 
11:29:27   Installing       : fuse3-3.10.5-5.fc37.aarch64                          48/53 
11:29:27   Installing       : fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
11:29:27   Running scriptlet: fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
11:29:27   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   50/53 
11:29:27   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   50/53 
11:29:27   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.aa   51/53 
11:29:27   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.aa   51/53 
11:29:27   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             52/53 
11:29:27   Cleanup          : systemd-libs-251.11-2.fc37.aarch64                   53/53 
11:29:27   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          53/53 
11:29:27   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            53/53 
11:29:27   Running scriptlet: systemd-resolved-251.13-5.fc37.aarch64               53/53 
11:29:27   Running scriptlet: systemd-libs-251.11-2.fc37.aarch64                   53/53 
11:29:27   Verifying        : containerd.io-1.6.18-3.1.fc37.aarch64                 1/53 
11:29:27   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 2/53 
11:29:27   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            3/53 
11:29:27   Verifying        : diffutils-3.8-3.fc37.aarch64                          4/53 
11:29:27   Verifying        : fuse-common-3.10.5-5.fc37.aarch64                     5/53 
11:29:27   Verifying        : fuse3-3.10.5-5.fc37.aarch64                           6/53 
11:29:27   Verifying        : fuse3-libs-3.10.5-5.fc37.aarch64                      7/53 
11:29:27   Verifying        : kmod-30-2.fc37.aarch64                                8/53 
11:29:27   Verifying        : kmod-libs-30-2.fc37.aarch64                           9/53 
11:29:27   Verifying        : libargon2-20190702-1.fc37.aarch64                    10/53 
11:29:27   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        11/53 
11:29:27   Verifying        : libcgroup-3.0-1.fc37.aarch64                         12/53 
11:29:27   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       13/53 
11:29:27   Verifying        : libibverbs-41.0-1.fc37.aarch64                       14/53 
11:29:27   Verifying        : libmnl-1.0.5-1.fc37.aarch64                          15/53 
11:29:27   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          16/53 
11:29:27   Verifying        : libnfnetlink-1.0.1-22.fc37.aarch64                   17/53 
11:29:27   Verifying        : libnl3-3.7.0-2.fc37.aarch64                          18/53 
11:29:27   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      19/53 
11:29:27   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  20/53 
11:29:27   Verifying        : libslirp-4.7.0-2.fc37.aarch64                        21/53 
11:29:27   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     22/53 
11:29:27   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    23/53 
11:29:27   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   24/53 
11:29:27   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   25/53 
11:29:27   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             26/53 
11:29:27   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     27/53 
11:29:27   Verifying        : container-selinux-2:2.201.0-1.fc37.noarch            28/53 
11:29:27   Verifying        : cryptsetup-libs-2.6.1-1.fc37.aarch64                 29/53 
11:29:27   Verifying        : dbus-1:1.14.6-1.fc37.aarch64                         30/53 
11:29:27   Verifying        : dbus-broker-33-1.fc37.aarch64                        31/53 
11:29:27   Verifying        : dbus-common-1:1.14.6-1.fc37.noarch                   32/53 
11:29:27   Verifying        : fuse-overlayfs-1.9-6.fc37.aarch64                    33/53 
11:29:27   Verifying        : iptables-legacy-1.8.8-4.fc37.aarch64                 34/53 
11:29:27   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.aarch64            35/53 
11:29:27   Verifying        : iptables-libs-1.8.8-4.fc37.aarch64                   36/53 
11:29:27   Verifying        : libpcap-14:1.10.3-1.fc37.aarch64                     37/53 
11:29:27   Verifying        : selinux-policy-37.19-1.fc37.noarch                   38/53 
11:29:27   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          39/53 
11:29:27   Verifying        : slirp4netns-1.2.0-8.fc37.aarch64                     40/53 
11:29:27   Verifying        : systemd-251.13-5.fc37.aarch64                        41/53 
11:29:27   Verifying        : systemd-networkd-251.13-5.fc37.aarch64               42/53 
11:29:27   Verifying        : systemd-pam-251.13-5.fc37.aarch64                    43/53 
11:29:27   Verifying        : systemd-resolved-251.13-5.fc37.aarch64               44/53 
11:29:27   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  45/53 
11:29:27   Verifying        : xz-5.4.1-1.fc37.aarch64                              46/53 
11:29:27   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   47/53 
11:29:27   Verifying        : docker-compose-plugin-2.16.0-0.fc37.aarch64          48/53 
11:29:27   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.aa   49/53 
11:29:27   Verifying        : docker-buildx-plugin-0.10.4-0.fc37.aarch64           50/53 
11:29:27   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   51/53 
11:29:27   Verifying        : systemd-libs-251.13-5.fc37.aarch64                   52/53 
11:29:27   Verifying        : systemd-libs-251.11-2.fc37.aarch64                   53/53 
11:29:27 
11:29:27 Upgraded:
11:29:27   systemd-libs-251.13-5.fc37.aarch64                                            
11:29:27 Installed:
11:29:27   container-selinux-2:2.201.0-1.fc37.noarch                                     
11:29:27   containerd.io-1.6.18-3.1.fc37.aarch64                                         
11:29:27   cryptsetup-libs-2.6.1-1.fc37.aarch64                                          
11:29:27   dbus-1:1.14.6-1.fc37.aarch64                                                  
11:29:27   dbus-broker-33-1.fc37.aarch64                                                 
11:29:27   dbus-common-1:1.14.6-1.fc37.noarch                                            
11:29:27   device-mapper-1.02.175-9.fc37.aarch64                                         
11:29:27   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
11:29:27   diffutils-3.8-3.fc37.aarch64                                                  
11:29:27   docker-buildx-plugin-0.10.4-0.fc37.aarch64                                    
11:29:27   docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.aarch64                       
11:29:27   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc37.aarch64                   
11:29:27   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.aarch64         
11:29:27   docker-compose-plugin-2.16.0-0.fc37.aarch64                                   
11:29:27   fuse-common-3.10.5-5.fc37.aarch64                                             
11:29:27   fuse-overlayfs-1.9-6.fc37.aarch64                                             
11:29:27   fuse3-3.10.5-5.fc37.aarch64                                                   
11:29:27   fuse3-libs-3.10.5-5.fc37.aarch64                                              
11:29:27   iptables-legacy-1.8.8-4.fc37.aarch64                                          
11:29:27   iptables-legacy-libs-1.8.8-4.fc37.aarch64                                     
11:29:27   iptables-libs-1.8.8-4.fc37.aarch64                                            
11:29:27   kmod-30-2.fc37.aarch64                                                        
11:29:27   kmod-libs-30-2.fc37.aarch64                                                   
11:29:27   libargon2-20190702-1.fc37.aarch64                                             
11:29:27   libbpf-2:0.8.0-2.fc37.aarch64                                                 
11:29:27   libcgroup-3.0-1.fc37.aarch64                                                  
11:29:27   libfdisk-2.38.1-1.fc37.aarch64                                                
11:29:27   libibverbs-41.0-1.fc37.aarch64                                                
11:29:27   libmnl-1.0.5-1.fc37.aarch64                                                   
11:29:27   libnetfilter_conntrack-1.0.8-5.fc37.aarch64                                   
11:29:27   libnfnetlink-1.0.1-22.fc37.aarch64                                            
11:29:27   libnl3-3.7.0-2.fc37.aarch64                                                   
11:29:27   libpcap-14:1.10.3-1.fc37.aarch64                                              
11:29:27   libseccomp-2.5.3-3.fc37.aarch64                                               
11:29:27   libselinux-utils-3.4-5.fc37.aarch64                                           
11:29:27   libslirp-4.7.0-2.fc37.aarch64                                                 
11:29:27   libutempter-1.2.1-7.fc37.aarch64                                              
11:29:27   libxkbcommon-1.4.1-2.fc37.aarch64                                             
11:29:27   policycoreutils-3.4-6.fc37.aarch64                                            
11:29:27   qrencode-libs-4.1.1-3.fc37.aarch64                                            
11:29:27   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
11:29:27   selinux-policy-37.19-1.fc37.noarch                                            
11:29:27   selinux-policy-targeted-37.19-1.fc37.noarch                                   
11:29:27   slirp4netns-1.2.0-8.fc37.aarch64                                              
11:29:27   systemd-251.13-5.fc37.aarch64                                                 
11:29:27   systemd-networkd-251.13-5.fc37.aarch64                                        
11:29:27   systemd-pam-251.13-5.fc37.aarch64                                             
11:29:27   systemd-resolved-251.13-5.fc37.aarch64                                        
11:29:27   util-linux-2.38.1-1.fc37.aarch64                                              
11:29:27   xkeyboard-config-2.36-3.fc37.noarch                                           
11:29:27   xz-5.4.1-1.fc37.aarch64                                                       
11:29:27 
11:29:27 Complete!
11:29:27 + verify_binaries
11:29:27 + docker --version
11:29:27 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:27 ++ uname -m
11:29:27 + '[' aarch64 = x86_64 ']'
11:29:27 + docker buildx version
11:29:27 github.com/docker/buildx v0.10.4 c513d34
11:29:27 + docker compose version
11:29:27   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             49/61 
11:29:27   Installing       : acl-2.3.1-3.el9.aarch64                              50/61 
11:29:27   Installing       : dbus-1:1.12.20-7.el9.aarch64                         51/61 
11:29:27   Installing       : systemd-pam-252-8.el9.aarch64                        52/61 
11:29:27   Running scriptlet: systemd-252-8.el9.aarch64                            53/61 
11:29:27   Installing       : systemd-252-8.el9.aarch64                            53/61 
11:29:27   Running scriptlet: systemd-252-8.el9.aarch64                            53/61 
11:29:27   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   54/61 
11:29:27   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   54/61 
11:29:27 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:29:27 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:29:27 
11:29:27   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
11:29:27   Installing       : dbus-broker-28-7.el9.aarch64                         55/61 
11:29:27   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
11:29:27 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:29:27 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:29:27 
11:29:27   Installing       : device-mapper-libs-9:1.02.187-7.el9.aarch64          56/61 
11:29:27   Installing       : device-mapper-9:1.02.187-7.el9.aarch64               57/61 
11:29:27   Installing       : containerd.io-1.6.18-3.1.el9.aarch64                 58/61 
11:29:27   Running scriptlet: containerd.io-1.6.18-3.1.el9.aarch64                 58/61 
11:29:27   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   59/61 
11:29:27   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   59/61 
11:29:27   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.aar   60/61 
11:29:27   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.aar   60/61 
11:29:27   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
11:29:27   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          61/61 
11:29:27   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             61/61 
11:29:27 Docker Compose version v2.16.0
11:29:27 + dockerd --version
11:29:27 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:27 + docker-proxy --version
11:29:27 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:27 + containerd --version
11:29:27 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:27 + ctr --version
11:29:27 ctr containerd.io 1.6.18
11:29:27 + containerd-shim --help
11:29:27 Usage of containerd-shim:
11:29:27   -address string
11:29:27     	grpc address back to main containerd
11:29:27   -containerd-binary containerd publish
11:29:27     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:27   -criu string
11:29:27     	path to criu binary
11:29:27   -debug
11:29:27     	enable debug output in logs
11:29:27   -namespace string
11:29:27     	namespace that owns the shim
11:29:27   -runtime-root string
11:29:27     	root directory for the runtime (default "/run/containerd/runc")
11:29:27   -socket string
11:29:27     	socket path to serve
11:29:27   -systemd-cgroup
11:29:27     	set runtime to use systemd-cgroup
11:29:27   -workdir string
11:29:27     	path used to storge large temporary data
11:29:27 + containerd-shim-runc-v1 -v
11:29:27 containerd-shim-runc-v1:
11:29:27   Version:  1.6.18
11:29:27   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:27   Go version: go1.19.6
11:29:27 
11:29:27 + containerd-shim-runc-v2 -v
11:29:27 containerd-shim-runc-v2:
11:29:27   Version:  1.6.18
11:29:27   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:27   Go version: go1.19.6
11:29:27 
11:29:27 + runc --version
11:29:27 runc version 1.1.4
11:29:27 commit: v1.1.4-0-g5fd4c4d
11:29:27 spec: 1.0.2-dev
11:29:27 go: go1.19.6
11:29:27 libseccomp: 2.5.3
11:29:28   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
11:29:28   Verifying        : acl-2.3.1-3.el9.aarch64                               1/61 
11:29:28   Verifying        : cracklib-2.9.6-27.el9.aarch64                         2/61 
11:29:28   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                   3/61 
11:29:28   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          4/61 
11:29:28   Verifying        : dbus-broker-28-7.el9.aarch64                          5/61 
11:29:28   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/61 
11:29:28   Verifying        : device-mapper-9:1.02.187-7.el9.aarch64                7/61 
11:29:28   Verifying        : device-mapper-libs-9:1.02.187-7.el9.aarch64           8/61 
11:29:28   Verifying        : diffutils-3.7-12.el9.aarch64                          9/61 
11:29:28   Verifying        : fuse-common-3.10.2-5.el9.aarch64                     10/61 
11:29:28   Verifying        : iptables-libs-1.8.8-6.el9.aarch64                    11/61 
11:29:28   Verifying        : iptables-nft-1.8.8-6.el9.aarch64                     12/61 
11:29:28   Verifying        : kmod-28-7.el9.aarch64                                13/61 
11:29:28   Verifying        : kmod-libs-28-7.el9.aarch64                           14/61 
11:29:28   Verifying        : libdb-5.3.28-53.el9.aarch64                          15/61 
11:29:28   Verifying        : libeconf-0.4.1-2.el9.aarch64                         16/61 
11:29:28   Verifying        : libfdisk-2.37.4-10.el9.aarch64                       17/61 
11:29:28   Verifying        : libibverbs-44.0-2.el9.aarch64                        18/61 
11:29:28   Verifying        : libmnl-1.0.4-15.el9.aarch64                          19/61 
11:29:28   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.aarch64           20/61 
11:29:28   Verifying        : libnfnetlink-1.0.1-21.el9.aarch64                    21/61 
11:29:28   Verifying        : libnftnl-1.2.2-1.el9.aarch64                         22/61 
11:29:28   Verifying        : libnl3-3.7.0-1.el9.aarch64                           23/61 
11:29:28   Verifying        : libpcap-14:1.10.0-4.el9.aarch64                      24/61 
11:29:28   Verifying        : libpwquality-1.4.4-8.el9.aarch64                     25/61 
11:29:28   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       26/61 
11:29:28   Verifying        : libselinux-utils-3.5-1.el9.aarch64                   27/61 
11:29:28   Verifying        : libutempter-1.2.1-6.el9.aarch64                      28/61 
11:29:28   Verifying        : openssl-1:3.0.7-5.el9.aarch64                        29/61 
11:29:28   Verifying        : pam-1.5.1-14.el9.aarch64                             30/61 
11:29:28   Verifying        : policycoreutils-3.5-1.el9.aarch64                    31/61 
11:29:28   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/61 
11:29:28   Verifying        : python3-setools-4.4.1-1.el9.aarch64                  33/61 
11:29:28   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/61 
11:29:28   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           35/61 
11:29:28   Verifying        : selinux-policy-38.1.8-1.el9.noarch                   36/61 
11:29:28   Verifying        : selinux-policy-targeted-38.1.8-1.el9.noarch          37/61 
11:29:28   Verifying        : systemd-252-8.el9.aarch64                            38/61 
11:29:28   Verifying        : systemd-pam-252-8.el9.aarch64                        39/61 
11:29:28   Verifying        : systemd-rpm-macros-252-8.el9.noarch                  40/61 
11:29:28   Verifying        : util-linux-2.37.4-10.el9.aarch64                     41/61 
11:29:28   Verifying        : util-linux-core-2.37.4-10.el9.aarch64                42/61 
11:29:28   Verifying        : xz-5.2.5-8.el9.aarch64                               43/61 
11:29:28   Verifying        : checkpolicy-3.5-1.el9.aarch64                        44/61 
11:29:28   Verifying        : container-selinux-3:2.199.0-1.el9.noarch             45/61 
11:29:28   Verifying        : fuse-overlayfs-1.10-2.el9.aarch64                    46/61 
11:29:28   Verifying        : fuse3-3.10.2-5.el9.aarch64                           47/61 
11:29:28   Verifying        : fuse3-libs-3.10.2-5.el9.aarch64                      48/61 
11:29:28   Verifying        : libslirp-4.4.0-4.el9.aarch64                         49/61 
11:29:28   Verifying        : policycoreutils-python-utils-3.5-1.el9.noarch        50/61 
11:29:28   Verifying        : python3-audit-3.0.7-103.el9.aarch64                  51/61 
11:29:28   Verifying        : python3-libselinux-3.5-1.el9.aarch64                 52/61 
11:29:28   Verifying        : python3-libsemanage-3.5-1.el9.aarch64                53/61 
11:29:28   Verifying        : python3-policycoreutils-3.5-1.el9.noarch             54/61 
11:29:28   Verifying        : slirp4netns-1.2.0-3.el9.aarch64                      55/61 
11:29:28   Verifying        : containerd.io-1.6.18-3.1.el9.aarch64                 56/61 
11:29:28   Verifying        : docker-compose-plugin-2.16.0-0.el9.aarch64           57/61 
11:29:28   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   58/61 
11:29:28   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.aar   59/61 
11:29:28   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   60/61 
11:29:28 Transaction test succeeded.
11:29:28 Running transaction
11:29:28   Verifying        : docker-buildx-plugin-0.10.4-0.el9.aarch64            61/61 
11:29:28 
11:29:28 Installed:
11:29:28   acl-2.3.1-3.el9.aarch64                                                       
11:29:28   checkpolicy-3.5-1.el9.aarch64                                                 
11:29:28   container-selinux-3:2.199.0-1.el9.noarch                                      
11:29:28   containerd.io-1.6.18-3.1.el9.aarch64                                          
11:29:28   cracklib-2.9.6-27.el9.aarch64                                                 
11:29:28   cracklib-dicts-2.9.6-27.el9.aarch64                                           
11:29:28   dbus-1:1.12.20-7.el9.aarch64                                                  
11:29:28   dbus-broker-28-7.el9.aarch64                                                  
11:29:28   dbus-common-1:1.12.20-7.el9.noarch                                            
11:29:28   device-mapper-9:1.02.187-7.el9.aarch64                                        
11:29:28   device-mapper-libs-9:1.02.187-7.el9.aarch64                                   
11:29:28   diffutils-3.7-12.el9.aarch64                                                  
11:29:28   docker-buildx-plugin-0.10.4-0.el9.aarch64                                     
11:29:28   docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.aarch64                        
11:29:28   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9.aarch64                    
11:29:28   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.aarch64          
11:29:28   docker-compose-plugin-2.16.0-0.el9.aarch64                                    
11:29:28   fuse-common-3.10.2-5.el9.aarch64                                              
11:29:28   fuse-overlayfs-1.10-2.el9.aarch64                                             
11:29:28   fuse3-3.10.2-5.el9.aarch64                                                    
11:29:28   fuse3-libs-3.10.2-5.el9.aarch64                                               
11:29:28   iptables-libs-1.8.8-6.el9.aarch64                                             
11:29:28   iptables-nft-1.8.8-6.el9.aarch64                                              
11:29:28   kmod-28-7.el9.aarch64                                                         
11:29:28   kmod-libs-28-7.el9.aarch64                                                    
11:29:28   libdb-5.3.28-53.el9.aarch64                                                   
11:29:28   libeconf-0.4.1-2.el9.aarch64                                                  
11:29:28   libfdisk-2.37.4-10.el9.aarch64                                                
11:29:28   libibverbs-44.0-2.el9.aarch64                                                 
11:29:28   libmnl-1.0.4-15.el9.aarch64                                                   
11:29:28   libnetfilter_conntrack-1.0.9-1.el9.aarch64                                    
11:29:28   libnfnetlink-1.0.1-21.el9.aarch64                                             
11:29:28   libnftnl-1.2.2-1.el9.aarch64                                                  
11:29:28   libnl3-3.7.0-1.el9.aarch64                                                    
11:29:28   libpcap-14:1.10.0-4.el9.aarch64                                               
11:29:28   libpwquality-1.4.4-8.el9.aarch64                                              
11:29:28   libseccomp-2.5.2-2.el9.aarch64                                                
11:29:28   libselinux-utils-3.5-1.el9.aarch64                                            
11:29:28   libslirp-4.4.0-4.el9.aarch64                                                  
11:29:28   libutempter-1.2.1-6.el9.aarch64                                               
11:29:28   openssl-1:3.0.7-5.el9.aarch64                                                 
11:29:28   pam-1.5.1-14.el9.aarch64                                                      
11:29:28   policycoreutils-3.5-1.el9.aarch64                                             
11:29:28   policycoreutils-python-utils-3.5-1.el9.noarch                                 
11:29:28   python3-audit-3.0.7-103.el9.aarch64                                           
11:29:28   python3-distro-1.5.0-7.el9.noarch                                             
11:29:28   python3-libselinux-3.5-1.el9.aarch64                                          
11:29:28   python3-libsemanage-3.5-1.el9.aarch64                                         
11:29:28   python3-policycoreutils-3.5-1.el9.noarch                                      
11:29:28   python3-setools-4.4.1-1.el9.aarch64                                           
11:29:28   python3-setuptools-53.0.0-12.el9.noarch                                       
11:29:28   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
11:29:28   selinux-policy-38.1.8-1.el9.noarch                                            
11:29:28   selinux-policy-targeted-38.1.8-1.el9.noarch                                   
11:29:28   slirp4netns-1.2.0-3.el9.aarch64                                               
11:29:28   systemd-252-8.el9.aarch64                                                     
11:29:28   systemd-pam-252-8.el9.aarch64                                                 
11:29:28   systemd-rpm-macros-252-8.el9.noarch                                           
11:29:28   util-linux-2.37.4-10.el9.aarch64                                              
11:29:28   util-linux-core-2.37.4-10.el9.aarch64                                         
11:29:28   xz-5.2.5-8.el9.aarch64                                                        
11:29:28 
11:29:28 Complete!
11:29:28 + verify_binaries
11:29:28 + docker --version
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:28 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:29:28 ++ uname -m
11:29:28 + '[' aarch64 = x86_64 ']'
11:29:28 + docker buildx version
11:29:28 github.com/docker/buildx v0.10.4 c513d34
11:29:28 + docker compose version
11:29:28 make[2]: Leaving directory '/root/build-deb/compose'
11:29:28 # Build the scan-plugin
11:29:28 # TODO change once we support scan-plugin on other architectures
11:29:28 if [ "armhf" = "amd64" ]; then \
11:29:28 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:28 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:28 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:28 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:28 fi
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    debian/rules override_dh_auto_test
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:28 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:28 PASS: daemon version OK
11:29:28 ver="$(cli/build/docker --version)"; \
11:29:28 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:28 PASS: cli version OK
11:29:28 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:28 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:28 PASS: docker-buildx version OK
11:29:28 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:28 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:28 PASS: docker-compose version OK
11:29:28 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:28 # TODO change once we support scan-plugin on other architectures
11:29:28 if [ "armhf" = "amd64" ]; then \
11:29:28 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:28 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:28 fi
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    create-stamp debian/debhelper-build-stamp
11:29:28  debian/rules binary
11:29:28 dh binary --with=bash-completion
11:29:28    dh_testroot
11:29:28    dh_prep
11:29:28    dh_installdirs
11:29:28    debian/rules override_dh_auto_install
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 # docker-ce-cli install
11:29:28 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:28 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:28 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:28 # docker-ce install
11:29:28 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:28 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:28 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:28 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:28 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:28 # docker-buildx-plugin install
11:29:28 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:28 # docker-compose-plugin install
11:29:28 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:28 # docker-scan-plugin install
11:29:28 # TODO change once we support scan-plugin on other architectures
11:29:28 if [ "armhf" = "amd64" ]; then \
11:29:28 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:28 fi
11:29:28 # docker-ce-rootless-extras install
11:29:28 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:28 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:28 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:28 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:28 # TODO: how can we install vpnkit?
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    debian/rules override_dh_install
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 dh_install
11:29:28 # TODO Can we do this from within our container?
11:29:28 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    dh_installdocs
11:29:28    dh_installchangelogs
11:29:28    dh_installman
11:29:28    dh_bash-completion
11:29:28    dh_systemd_enable
11:29:28    debian/rules override_dh_installinit
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 # use "docker" as our service name, not "docker-ce"
11:29:28 dh_installinit --name=docker
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    dh_systemd_start
11:29:28    dh_perl
11:29:28    dh_link
11:29:28    dh_strip_nondeterminism
11:29:28    dh_compress
11:29:28    dh_fixperms
11:29:28    dh_missing
11:29:28    debian/rules override_dh_strip
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 # Go has lots of problems with stripping, so just don't
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    dh_makeshlibs
11:29:28    debian/rules override_dh_shlibdeps
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    dh_installdeb
11:29:28    debian/rules override_dh_gencontrol
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:28 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:28 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:28 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:28 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:28 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:28 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:28 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:28 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:28 if [ "armhf" = "amd64" ]; then \
11:29:28 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:28 fi
11:29:28 dh_gencontrol --remaining-packages
11:29:28 make[1]: Leaving directory '/root/build-deb'
11:29:28    dh_md5sums
11:29:28    debian/rules override_dh_builddeb
11:29:28 make[1]: Entering directory '/root/build-deb'
11:29:28 dh_builddeb -- -Zxz
11:29:28 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'.
11:29:28 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'.
11:29:28 Docker Compose version v2.16.0
11:29:28 + dockerd --version
11:29:28 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:29:28 + docker-proxy --version
11:29:28 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:29:28 + containerd --version
11:29:28 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:28 + ctr --version
11:29:28 ctr containerd.io 1.6.18
11:29:28 + containerd-shim --help
11:29:28 Usage of containerd-shim:
11:29:28   -address string
11:29:28     	grpc address back to main containerd
11:29:28   -containerd-binary containerd publish
11:29:28     	path to containerd binary (used for containerd publish) (default "containerd")
11:29:28   -criu string
11:29:28     	path to criu binary
11:29:28   -debug
11:29:28     	enable debug output in logs
11:29:28   -namespace string
11:29:28     	namespace that owns the shim
11:29:28   -runtime-root string
11:29:28     	root directory for the runtime (default "/run/containerd/runc")
11:29:28   -socket string
11:29:28     	socket path to serve
11:29:28   -systemd-cgroup
11:29:28     	set runtime to use systemd-cgroup
11:29:28   -workdir string
11:29:28     	path used to storge large temporary data
11:29:28 + containerd-shim-runc-v1 -v
11:29:28 containerd-shim-runc-v1:
11:29:28   Version:  1.6.18
11:29:28   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:28   Go version: go1.19.6
11:29:28 
11:29:28 + containerd-shim-runc-v2 -v
11:29:28 containerd-shim-runc-v2:
11:29:28   Version:  1.6.18
11:29:28   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:29:28   Go version: go1.19.6
11:29:28 
11:29:28 + runc --version
11:29:28 runc version 1.1.4
11:29:28 commit: v1.1.4-0-g5fd4c4d
11:29:28 spec: 1.0.2-dev
11:29:28 go: go1.19.6
11:29:28 libseccomp: 2.5.2
11:29:28   Preparing        :                                                        1/1 
11:29:28   Installing       : python3-libselinux-2.9-8.el8.x86_64                   1/42 
11:29:28   Installing       : libmnl-1.0.4-6.el8.x86_64                             2/42 
11:29:29   Running scriptlet: libmnl-1.0.4-6.el8.x86_64                             2/42 
11:29:29   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            3/42 
11:29:29   Installing       : docker-scan-plugin-0.23.0-0.el8.x86_64                4/42 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:29:30   Running scriptlet: docker-scan-plugin-0.23.0-0.el8.x86_64                4/42 
11:29:30   Installing       : docker-compose-plugin-2.16.0-0.el8.x86_64             5/42 
11:29:30   Running scriptlet: docker-compose-plugin-2.16.0-0.el8.x86_64             5/42 
11:29:30   Installing       : libselinux-utils-2.9-8.el8.x86_64                     6/42 
11:29:30   Installing       : libnfnetlink-1.0.1-13.el8.x86_64                      7/42 
11:29:30   Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64                      7/42 
11:29:30   Installing       : fuse3-libs-3.3.0-16.el8.x86_64                        8/42 
11:29:30   Running scriptlet: fuse3-libs-3.3.0-16.el8.x86_64                        8/42 
11:29:30   Downgrading      : libsemanage-2.9-9.el8.x86_64                          9/42 
11:29:30   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 10/42 
11:29:30   Installing       : libnetfilter_conntrack-1.0.6-5.el8.x86_64            11/42 
11:29:30   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64            11/42 
11:29:31   Installing       : kmod-25-19.el8.x86_64                                12/42 
11:29:31   Installing       : xz-5.2.4-4.el8.x86_64                                13/42 
11:29:31   Installing       : libnftnl-1.1.5-5.el8.x86_64                          14/42 
11:29:31   Running scriptlet: libnftnl-1.1.5-5.el8.x86_64                          14/42 
11:29:32   Installing       : python3-setools-4.3.0-3.el8.x86_64                   15/42 
11:29:32   Installing       : docker-buildx-plugin-0.10.4-0.el8.x86_64             16/42 
11:29:33 make[2]: Leaving directory '/root/build-deb/compose'
11:29:33 # Build the scan-plugin
11:29:33 # TODO change once we support scan-plugin on other architectures
11:29:33 if [ "armhf" = "amd64" ]; then \
11:29:33 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:33 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:33 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:33 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:33 fi
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    debian/rules override_dh_auto_test
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:33 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:33 PASS: daemon version OK
11:29:33 ver="$(cli/build/docker --version)"; \
11:29:33 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:33 PASS: cli version OK
11:29:33 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:33 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:33 PASS: docker-buildx version OK
11:29:33 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:33 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:33 PASS: docker-compose version OK
11:29:33 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:33 # TODO change once we support scan-plugin on other architectures
11:29:33 if [ "armhf" = "amd64" ]; then \
11:29:33 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:33 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:33 fi
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    create-stamp debian/debhelper-build-stamp
11:29:33  debian/rules binary
11:29:33 dh binary --with=bash-completion
11:29:33    dh_testroot
11:29:33    dh_prep
11:29:33    dh_installdirs
11:29:33    debian/rules override_dh_auto_install
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 # docker-ce-cli install
11:29:33 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:33 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:33 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:33 # docker-ce install
11:29:33 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:33 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:33 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:33 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:33 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:33 # docker-buildx-plugin install
11:29:33 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:33 # docker-compose-plugin install
11:29:33 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:33 # docker-scan-plugin install
11:29:33 # TODO change once we support scan-plugin on other architectures
11:29:33 if [ "armhf" = "amd64" ]; then \
11:29:33 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:33 fi
11:29:33 # docker-ce-rootless-extras install
11:29:33 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:33 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:33 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:33 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:33 # TODO: how can we install vpnkit?
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    debian/rules override_dh_install
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 dh_install
11:29:33 # TODO Can we do this from within our container?
11:29:33 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    dh_installdocs
11:29:33    dh_installchangelogs
11:29:33    dh_installman
11:29:33    dh_bash-completion
11:29:33    dh_systemd_enable
11:29:33    debian/rules override_dh_installinit
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 # use "docker" as our service name, not "docker-ce"
11:29:33 dh_installinit --name=docker
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    dh_systemd_start
11:29:33    dh_perl
11:29:33    dh_link
11:29:33    dh_strip_nondeterminism
11:29:33    dh_compress
11:29:33    dh_fixperms
11:29:33    dh_missing
11:29:33    debian/rules override_dh_strip
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 # Go has lots of problems with stripping, so just don't
11:29:33 make[1]: Leaving directory '/root/build-deb'
11:29:33    dh_makeshlibs
11:29:33    debian/rules override_dh_shlibdeps
11:29:33 make[1]: Entering directory '/root/build-deb'
11:29:33 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:33   Running scriptlet: docker-buildx-plugin-0.10.4-0.el8.x86_64             16/42 
11:29:33   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   17/42 
11:29:33   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   17/42 
11:29:33   Installing       : python3-audit-3.0.7-4.el8.x86_64                     18/42 
11:29:33   Installing       : libibverbs-41.0-1.el8.x86_64                         19/42 
11:29:33   Running scriptlet: libibverbs-41.0-1.el8.x86_64                         19/42 
11:29:33   Installing       : libpcap-14:1.9.1-5.el8.x86_64                        20/42 
11:29:33   Installing       : iptables-libs-1.8.4-24.el8.x86_64                    21/42 
11:29:33   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         22/42 
11:29:33   Installing       : iptables-1.8.4-24.el8.x86_64                         22/42 
11:29:33   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         22/42 
11:29:33   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         23/42 
11:29:33   Installing       : libcgroup-0.41-19.el8.x86_64                         23/42 
11:29:33   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         23/42 
11:29:33   Installing       : fuse-common-3.3.0-16.el8.x86_64                      24/42 
11:29:33   Installing       : fuse3-3.3.0-16.el8.x86_64                            25/42 
11:29:33   Installing       : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e   26/42 
11:29:33   Running scriptlet: fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e   26/42 
11:29:33   Installing       : diffutils-3.6-6.el8.x86_64                           27/42 
11:29:33   Running scriptlet: diffutils-3.6-6.el8.x86_64                           27/42 
11:29:33   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  28/42 
11:29:33   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  28/42 
11:29:33   Installing       : rpm-plugin-selinux-4.14.3-26.el8.x86_64              29/42 
11:29:33   Installing       : selinux-policy-3.14.3-115.el8.noarch                 30/42 
11:29:33   Running scriptlet: selinux-policy-3.14.3-115.el8.noarch                 30/42 
11:29:34 make[1]: Leaving directory '/root/build-deb'
11:29:34    dh_installdeb
11:29:34    debian/rules override_dh_gencontrol
11:29:34 make[1]: Entering directory '/root/build-deb'
11:29:34 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:34 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:34 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:34 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'.
11:29:34 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:34 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:34 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:34 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:34 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:34 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:34 if [ "armhf" = "amd64" ]; then \
11:29:34 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:34 fi
11:29:34 dh_gencontrol --remaining-packages
11:29:34 make[1]: Leaving directory '/root/build-deb'
11:29:34    dh_md5sums
11:29:35    debian/rules override_dh_builddeb
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 dh_builddeb -- -Zxz
11:29:35 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'.
11:29:35 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'.
11:29:35 make[2]: Leaving directory '/root/build-deb/compose'
11:29:35 # Build the scan-plugin
11:29:35 # TODO change once we support scan-plugin on other architectures
11:29:35 if [ "armhf" = "amd64" ]; then \
11:29:35 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:35 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:35 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:35 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:35 fi
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    debian/rules override_dh_auto_test
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:35 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:35 PASS: daemon version OK
11:29:35 ver="$(cli/build/docker --version)"; \
11:29:35 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:35 PASS: cli version OK
11:29:35 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:35 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:35 PASS: docker-buildx version OK
11:29:35 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:35 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:35 PASS: docker-compose version OK
11:29:35 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:35 # TODO change once we support scan-plugin on other architectures
11:29:35 if [ "armhf" = "amd64" ]; then \
11:29:35 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:35 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:35 fi
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    create-stamp debian/debhelper-build-stamp
11:29:35  debian/rules binary
11:29:35 dh binary --with=bash-completion
11:29:35    dh_testroot
11:29:35    dh_prep
11:29:35    dh_installdirs
11:29:35    debian/rules override_dh_auto_install
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 # docker-ce-cli install
11:29:35 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:35 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:35 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:35 # docker-ce install
11:29:35 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:35 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:35 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:35 # docker-buildx-plugin install
11:29:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:35 # docker-compose-plugin install
11:29:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:35 # docker-scan-plugin install
11:29:35 # TODO change once we support scan-plugin on other architectures
11:29:35 if [ "armhf" = "amd64" ]; then \
11:29:35 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:35 fi
11:29:35 # docker-ce-rootless-extras install
11:29:35 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:35 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:35 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:35 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:35 # TODO: how can we install vpnkit?
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    debian/rules override_dh_install
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 dh_install
11:29:35 # TODO Can we do this from within our container?
11:29:35 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    dh_installdocs
11:29:35    dh_installchangelogs
11:29:35    dh_installman
11:29:35    dh_bash-completion
11:29:35    dh_systemd_enable
11:29:35    debian/rules override_dh_installinit
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 # use "docker" as our service name, not "docker-ce"
11:29:35 dh_installinit --name=docker
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    dh_systemd_start
11:29:35    dh_perl
11:29:35    dh_link
11:29:35    dh_strip_nondeterminism
11:29:35    dh_compress
11:29:35    dh_fixperms
11:29:35    dh_missing
11:29:35    debian/rules override_dh_strip
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 # Go has lots of problems with stripping, so just don't
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    dh_makeshlibs
11:29:35    debian/rules override_dh_shlibdeps
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    dh_installdeb
11:29:35    debian/rules override_dh_gencontrol
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:35 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:35 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:35 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:35 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:35 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:35 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:35 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:35 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:35 if [ "armhf" = "amd64" ]; then \
11:29:35 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:35 fi
11:29:35 dh_gencontrol --remaining-packages
11:29:35 make[1]: Leaving directory '/root/build-deb'
11:29:35    dh_md5sums
11:29:35    debian/rules override_dh_builddeb
11:29:35 make[1]: Entering directory '/root/build-deb'
11:29:35 dh_builddeb -- -Zxz
11:29:35 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'.
11:29:35 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb'.
11:29:35 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb'.
11:29:35   Running scriptlet: selinux-policy-targeted-3.14.3-115.el8.noarch        31/42 
11:29:35   Installing       : selinux-policy-targeted-3.14.3-115.el8.noarch        31/42 
11:29:35   Running scriptlet: selinux-policy-targeted-3.14.3-115.el8.noarch        31/42 
11:29:35 + popd
11:29:35 + exit 0
11:29:35 ~/rpmbuild/BUILD/src
11:29:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.T5WGTr
11:29:35 + umask 022
11:29:35 + cd /root/rpmbuild/BUILD
11:29:35 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64 '!=' / ']'
11:29:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:35 + mkdir -p /root/rpmbuild/BUILDROOT
11:29:35 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:35 + cd src
11:29:35 + pushd /root/rpmbuild/BUILD/src/buildx
11:29:35 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
11:29:35 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:29:35 + popd
11:29:35 ~/rpmbuild/BUILD/src
11:29:35 + /usr/lib/rpm/check-buildroot
11:29:35 + /usr/lib/rpm/redhat/brp-compress
11:29:35 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:29:35 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:29:35 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:29:35 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:29:35 + /usr/lib/rpm/redhat/brp-python-hardlink
11:29:35 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:29:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.w5FcqR
11:29:35 + umask 022
11:29:35 + cd /root/rpmbuild/BUILD
11:29:35 + cd src
11:29:35 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
11:29:35 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:29:35 + ver=v0.10.4
11:29:35 + test v0.10.4 = v0.10.4
11:29:35 + echo 'PASS: docker-buildx version OK'
11:29:35 + exit 0
11:29:35 PASS: docker-buildx version OK
11:29:35 Processing files: docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:35 Provides: docker-buildx-plugin = 0:0.10.4-0.el7 docker-buildx-plugin(x86-64) = 0:0.10.4-0.el7
11:29:35 Requires(interp): /bin/sh /bin/sh /bin/sh
11:29:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:29:35 Requires(post): /bin/sh
11:29:35 Requires(preun): /bin/sh
11:29:35 Requires(postun): /bin/sh
11:29:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:35 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.4-0.el7.src.rpm
11:29:36   Installing       : checkpolicy-2.9-1.el8.x86_64                         32/42 
11:29:36   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          33/42 
11:29:36   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     34/42 
11:29:36   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   35/42 
11:29:36   Installing       : container-selinux-2:2.195.1-1.module_el8.8.0+1254+   35/42 
11:29:37 make[2]: Leaving directory '/root/build-deb/compose'
11:29:37 # Build the scan-plugin
11:29:37 # TODO change once we support scan-plugin on other architectures
11:29:37 if [ "armhf" = "amd64" ]; then \
11:29:37 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:37 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:37 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:37 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:37 fi
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    debian/rules override_dh_auto_test
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:37 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:37 PASS: daemon version OK
11:29:37 ver="$(cli/build/docker --version)"; \
11:29:37 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:37 PASS: cli version OK
11:29:37 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:37 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:37 PASS: docker-buildx version OK
11:29:37 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:37 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:37 PASS: docker-compose version OK
11:29:37 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:37 # TODO change once we support scan-plugin on other architectures
11:29:37 if [ "armhf" = "amd64" ]; then \
11:29:37 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:37 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:37 fi
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    create-stamp debian/debhelper-build-stamp
11:29:37  debian/rules binary
11:29:37 dh binary --with=bash-completion
11:29:37    dh_testroot
11:29:37    dh_prep
11:29:37    dh_installdirs
11:29:37    debian/rules override_dh_auto_install
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 # docker-ce-cli install
11:29:37 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:37 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:37 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:37 # docker-ce install
11:29:37 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:37 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:37 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:37 # docker-buildx-plugin install
11:29:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:37 # docker-compose-plugin install
11:29:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:37 # docker-scan-plugin install
11:29:37 # TODO change once we support scan-plugin on other architectures
11:29:37 if [ "armhf" = "amd64" ]; then \
11:29:37 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:37 fi
11:29:37 # docker-ce-rootless-extras install
11:29:37 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:37 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:37 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:37 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:37 # TODO: how can we install vpnkit?
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    debian/rules override_dh_install
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 dh_install
11:29:37 # TODO Can we do this from within our container?
11:29:37 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    dh_installdocs
11:29:37    dh_installchangelogs
11:29:37    dh_installman
11:29:37    dh_bash-completion
11:29:37    dh_systemd_enable
11:29:37    debian/rules override_dh_installinit
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 # use "docker" as our service name, not "docker-ce"
11:29:37 dh_installinit --name=docker
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    dh_systemd_start
11:29:37    dh_perl
11:29:37    dh_link
11:29:37    dh_strip_nondeterminism
11:29:37    dh_compress
11:29:37    dh_fixperms
11:29:37    dh_missing
11:29:37    debian/rules override_dh_strip
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 # Go has lots of problems with stripping, so just don't
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    dh_makeshlibs
11:29:37    debian/rules override_dh_shlibdeps
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:37 make[1]: Leaving directory '/root/build-deb'
11:29:37    dh_installdeb
11:29:37    debian/rules override_dh_gencontrol
11:29:37 make[1]: Entering directory '/root/build-deb'
11:29:37 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:37 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:37 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:38 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:38 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:38 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:38 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:38 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:38 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:38 if [ "armhf" = "amd64" ]; then \
11:29:38 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:38 fi
11:29:38 dh_gencontrol --remaining-packages
11:29:38 make[1]: Leaving directory '/root/build-deb'
11:29:38    dh_md5sums
11:29:38    debian/rules override_dh_builddeb
11:29:38 make[1]: Entering directory '/root/build-deb'
11:29:38 dh_builddeb -- -Zxz
11:29:38 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'.
11:29:38 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb'.
11:29:39 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el7.x86_64.rpm
11:29:39 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.npJiqp
11:29:39 + umask 022
11:29:39 + cd /root/rpmbuild/BUILD
11:29:39 + cd src
11:29:39 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.el7.x86_64
11:29:39 + exit 0
11:29:39 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eQMlk5
11:29:39 + umask 022
11:29:39 + cd /root/rpmbuild/BUILD
11:29:39 + cd /root/rpmbuild/BUILD
11:29:39 + rm -rf src
11:29:39 + /usr/bin/mkdir -p src
11:29:39 + cd src
11:29:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:29:39 + /usr/bin/tar -xf -
11:29:39 + STATUS=0
11:29:39 + '[' 0 -ne 0 ']'
11:29:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:29:39 + /usr/bin/tar -xf -
11:29:39 + STATUS=0
11:29:39 + '[' 0 -ne 0 ']'
11:29:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:29:39 + exit 0
11:29:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JBAsNL
11:29:39 + umask 022
11:29:39 + cd /root/rpmbuild/BUILD
11:29:39 + cd src
11:29:39 + pushd /root/rpmbuild/BUILD/src/compose
11:29:39 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:29:39 + make VERSION=v2.16.0 DESTDIR=./bin build
11:29: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 "./bin/docker-compose" ./cmd
11:29:39 go: downloading github.com/docker/cli v23.0.0+incompatible
11:29:39 go: downloading github.com/theupdateframework/notary v0.7.0
11:29:39 go: downloading github.com/compose-spec/compose-go v1.9.0
11:29:39 go: downloading github.com/hashicorp/go-version v1.6.0
11:29:39 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
11:29:39 go: downloading github.com/docker/buildx v0.10.2
11:29:39 go: downloading github.com/mattn/go-shellwords v1.0.12
11:29:39 go: downloading github.com/moby/buildkit v0.11.2
11:29:39 go: downloading go.opentelemetry.io/otel v1.13.0
11:29:39 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
11:29:40 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:29:40 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
11:29:40 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:29:40 go: downloading golang.org/x/sync v0.1.0
11:29:40 go: downloading github.com/imdario/mergo v0.3.13
11:29:40 go: downloading github.com/containerd/console v1.0.3
11:29:40 go: downloading github.com/buger/goterm v1.0.4
11:29:40 go: downloading github.com/stretchr/testify v1.8.1
11:29:40 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
11:29:40 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
11:29:40 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
11:29:40 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
11:29:40 go: downloading go.opentelemetry.io/otel/trace v1.13.0
11:29:40 go: downloading google.golang.org/grpc v1.50.1
11:29:40 go: downloading k8s.io/client-go v0.22.4
11:29:40 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'.
11:29:40 go: downloading k8s.io/api v0.22.4
11:29:41 ~/rpmbuild/BUILD/src
11:29:41 + popd
11:29:41 + RPM_EC=0
11:29:41 ++ jobs -p
11:29:41 + exit 0
11:29:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EtcKWj
11:29:41 + umask 022
11:29:41 + cd /root/rpmbuild/BUILD
11:29:41 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64 '!=' / ']'
11:29:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:41 + mkdir -p /root/rpmbuild/BUILDROOT
11:29:41 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:41 + export CFLAGS
11:29:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:41 + export CXXFLAGS
11:29:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:41 + export FFLAGS
11:29:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:41 + export FCFLAGS
11:29: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'
11:29:41 + export LDFLAGS
11:29:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:29:41 + export LT_SYS_LIBRARY_PATH
11:29:41 + CC=gcc
11:29:41 + export CC
11:29:41 + CXX=g++
11:29:41 + export CXX
11:29:41 + cd src
11:29:41 + pushd /root/rpmbuild/BUILD/src/compose
11:29:41 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:29:41 + 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
11:29:41 ~/rpmbuild/BUILD/src
11:29:41 + popd
11:29:41 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:29:41 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:29:41 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:29:41 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:29:41 + /usr/lib/rpm/check-buildroot
11:29:41 + /usr/lib/rpm/redhat/brp-ldconfig
11:29:41 + /usr/lib/rpm/brp-compress
11:29:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:29:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:29:41 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:29:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:29:41 + /usr/lib/rpm/check-rpaths
11:29:41 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:29:41 + /usr/lib/rpm/brp-remove-la-files
11:29:41 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:29:41 + /usr/lib/rpm/redhat/brp-python-hardlink
11:29:41 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UjT2O6
11:29:41 + umask 022
11:29:41 + cd /root/rpmbuild/BUILD
11:29:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:41 + export CFLAGS
11:29:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:41 + export CXXFLAGS
11:29:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:41 + export FFLAGS
11:29:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:41 + export FCFLAGS
11:29: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'
11:29:41 + export LDFLAGS
11:29:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:29:41 + export LT_SYS_LIBRARY_PATH
11:29:41 + CC=gcc
11:29:41 + export CC
11:29:41 + CXX=g++
11:29:41 + export CXX
11:29:41 + cd src
11:29:41 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:29:41 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:29:41 PASS: docker-compose version OK
11:29:41 + ver=v2.16.0
11:29:41 + test v2.16.0 = v2.16.0
11:29:41 + echo 'PASS: docker-compose version OK'
11:29:41 + RPM_EC=0
11:29:41 ++ jobs -p
11:29:41 + exit 0
11:29:41 Processing files: docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:41 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5rvpPh
11:29:41 + umask 022
11:29:41 + cd /root/rpmbuild/BUILD
11:29:41 + cd src
11:29:41 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
11:29:41 + export LC_ALL=C
11:29:41 + LC_ALL=C
11:29:41 + export DOCDIR
11:29:41 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
11:29:41 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
11:29:41 + RPM_EC=0
11:29:41 ++ jobs -p
11:29:41 + exit 0
11:29:41 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.btfnoS
11:29:41 + umask 022
11:29:41 + cd /root/rpmbuild/BUILD
11:29:41 + cd src
11:29:41 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
11:29:41 + export LC_ALL=C
11:29:41 + LC_ALL=C
11:29:41 + export LICENSEDIR
11:29:41 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
11:29:41 + 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
11:29:41 + 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
11:29:41 + RPM_EC=0
11:29:41 ++ jobs -p
11:29:41 + exit 0
11:29:41 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
11:29:41 Provides: docker-compose-plugin = 0:2.16.0-0.fc37 docker-compose-plugin(x86-64) = 0:2.16.0-0.fc37
11:29:41 Requires(interp): /bin/sh /bin/sh /bin/sh
11:29:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:29:41 Requires(post): /bin/sh
11:29:41 Requires(preun): /bin/sh
11:29:41 Requires(postun): /bin/sh
11:29:41 Enhances: docker-ce-cli
11:29:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:41 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc37.src.rpm
11:29:41 go: downloading k8s.io/apimachinery v0.22.4
11:29:41 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
11:29:41 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
11:29:41 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
11:29:41 go: downloading github.com/golang/mock v1.6.0
11:29:41 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
11:29:41 go: downloading github.com/hashicorp/errwrap v1.1.0
11:29:41 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11:29:41 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
11:29:41 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
11:29:41 go: downloading golang.org/x/net v0.4.0
11:29:41 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
11:29:41 go: downloading golang.org/x/term v0.3.0
11:29:41 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
11:29:41 go: downloading github.com/mattn/go-runewidth v0.0.14
11:29:41 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
11:29:41 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
11:29:41 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
11:29:42 go: downloading github.com/go-logr/stdr v1.2.2
11:29:42 go: downloading github.com/containerd/typeurl v1.0.2
11:29:42 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
11:29:42 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
11:29:42 go: downloading github.com/gogo/googleapis v1.4.1
11:29:43 go: downloading github.com/pelletier/go-toml v1.9.5
11:29:43 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
11:29:43 go: downloading k8s.io/klog/v2 v2.60.1
11:29:43 go: downloading github.com/google/gofuzz v1.2.0
11:29:43 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
11:29:43 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
11:29:43 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
11:29:43 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
11:29:43 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
11:29:43 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
11:29:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
11:29:43 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
11:29:43 go: downloading github.com/aws/smithy-go v1.11.2
11:29:43 go: downloading github.com/moby/locker v1.0.1
11:29:43 go: downloading github.com/felixge/httpsnoop v1.0.2
11:29:43 go: downloading go.opentelemetry.io/otel/metric v0.27.0
11:29:44 go: downloading gopkg.in/inf.v0 v0.9.1
11:29:44 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
11:29:44 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
11:29:44 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
11:29:44 go: downloading github.com/googleapis/gnostic v0.5.5
11:29:44 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
11:29:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
11:29:44 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
11:29:44 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
11:29:44 go: downloading github.com/json-iterator/go v1.1.12
11:29:44 go: downloading github.com/mattn/go-colorable v0.1.12
11:29:44 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
11:29:44 go: downloading github.com/containerd/ttrpc v1.1.0
11:29:44 go: downloading github.com/modern-go/reflect2 v1.0.2
11:29:44 go: downloading sigs.k8s.io/yaml v1.2.0
11:29:44 go: downloading github.com/moby/spdystream v0.2.0
11:29:44 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
11:29:44 go: downloading github.com/mattn/go-isatty v0.0.16
11:29:47 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'.
11:29:49 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb'.
11:29:50 make[2]: Leaving directory '/root/build-deb/compose'
11:29:50 # Build the scan-plugin
11:29:50 # TODO change once we support scan-plugin on other architectures
11:29:50 if [ "armhf" = "amd64" ]; then \
11:29:50 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:50 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:50 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:50 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:50 fi
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    debian/rules override_dh_auto_test
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:50 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:50 PASS: daemon version OK
11:29:50 ver="$(cli/build/docker --version)"; \
11:29:50 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:50 PASS: cli version OK
11:29:50 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:50 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:50 PASS: docker-buildx version OK
11:29:50 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:50 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:50 PASS: docker-compose version OK
11:29:50 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:50 # TODO change once we support scan-plugin on other architectures
11:29:50 if [ "armhf" = "amd64" ]; then \
11:29:50 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:50 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:50 fi
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    create-stamp debian/debhelper-build-stamp
11:29:50  debian/rules binary
11:29:50 dh binary --with=bash-completion
11:29:50    dh_testroot
11:29:50    dh_prep
11:29:50    dh_installdirs
11:29:50    debian/rules override_dh_auto_install
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 # docker-ce-cli install
11:29:50 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:50 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:50 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:50 # docker-ce install
11:29:50 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:50 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:50 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:50 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:50 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:50 # docker-buildx-plugin install
11:29:50 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:50 # docker-compose-plugin install
11:29:50 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:50 # docker-scan-plugin install
11:29:50 # TODO change once we support scan-plugin on other architectures
11:29:50 if [ "armhf" = "amd64" ]; then \
11:29:50 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:50 fi
11:29:50 # docker-ce-rootless-extras install
11:29:50 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:50 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:50 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:50 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:50 # TODO: how can we install vpnkit?
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    debian/rules override_dh_install
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 dh_install
11:29:50 # TODO Can we do this from within our container?
11:29:50 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    dh_installdocs
11:29:50    dh_installchangelogs
11:29:50    dh_installman
11:29:50    dh_bash-completion
11:29:50    dh_systemd_enable
11:29:50    debian/rules override_dh_installinit
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 # use "docker" as our service name, not "docker-ce"
11:29:50 dh_installinit --name=docker
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    dh_systemd_start
11:29:50    dh_perl
11:29:50    dh_link
11:29:50    dh_strip_nondeterminism
11:29:50    dh_compress
11:29:50    dh_fixperms
11:29:50    dh_missing
11:29:50    debian/rules override_dh_strip
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 # Go has lots of problems with stripping, so just don't
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    dh_makeshlibs
11:29:50    debian/rules override_dh_shlibdeps
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    dh_installdeb
11:29:50    debian/rules override_dh_gencontrol
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:50 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:50 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:50 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:50 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:50 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:50 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:50 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:50 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:50 if [ "armhf" = "amd64" ]; then \
11:29:50 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:50 fi
11:29:50 dh_gencontrol --remaining-packages
11:29:50 make[1]: Leaving directory '/root/build-deb'
11:29:50    dh_md5sums
11:29:50    debian/rules override_dh_builddeb
11:29:50 make[1]: Entering directory '/root/build-deb'
11:29:50 dh_builddeb -- -Zxz
11:29:50 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb'.
11:29:50 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'.
11:29:52 ~/rpmbuild/BUILD/src
11:29:52 + popd
11:29:52 + RPM_EC=0
11:29:52 ++ jobs -p
11:29:52 + exit 0
11:29:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.17bJHf
11:29:52 + umask 022
11:29:52 + cd /root/rpmbuild/BUILD
11:29:52 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64 '!=' / ']'
11:29:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
11:29:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
11:29:52 + mkdir -p /root/rpmbuild/BUILDROOT
11:29:52 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
11:29:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:52 + export CFLAGS
11:29:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:52 + export CXXFLAGS
11:29:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:52 + export FFLAGS
11:29:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:52 + export FCFLAGS
11:29:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.16.0-0.fc36.x86_64.ld'
11:29:52 + export LDFLAGS
11:29:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:29:52 + export LT_SYS_LIBRARY_PATH
11:29:52 + CC=gcc
11:29:52 + export CC
11:29:52 + CXX=g++
11:29:52 + export CXX
11:29:52 + cd src
11:29:52 + pushd /root/rpmbuild/BUILD/src/compose
11:29:52 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:29:52 + 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
11:29:52 ~/rpmbuild/BUILD/src
11:29:52 + popd
11:29:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:29:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:29:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:29:52 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:52 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:29:52 + /usr/lib/rpm/check-buildroot
11:29:52 + /usr/lib/rpm/redhat/brp-ldconfig
11:29:52 + /usr/lib/rpm/brp-compress
11:29:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:29:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:29:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:29:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:29:52 + /usr/lib/rpm/check-rpaths
11:29:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:29:52 + /usr/lib/rpm/brp-remove-la-files
11:29:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:29:52 + /usr/lib/rpm/redhat/brp-python-hardlink
11:29:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RoP6D2
11:29:52 + umask 022
11:29:52 + cd /root/rpmbuild/BUILD
11:29:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:52 + export CFLAGS
11:29:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:29:52 + export CXXFLAGS
11:29:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:52 + export FFLAGS
11:29:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:29:52 + export FCFLAGS
11:29:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.16.0-0.fc36.x86_64.ld'
11:29:52 + export LDFLAGS
11:29:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:29:52 + export LT_SYS_LIBRARY_PATH
11:29:52 + CC=gcc
11:29:52 + export CC
11:29:52 + CXX=g++
11:29:52 + export CXX
11:29:52 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:29:52 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 x86_64
11:29:52 + cd src
11:29:52 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:29:52 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:29:52 + ver=v2.16.0
11:29:52 + test v2.16.0 = v2.16.0
11:29:52 PASS: docker-compose version OK
11:29:52 + echo 'PASS: docker-compose version OK'
11:29:52 + RPM_EC=0
11:29:52 ++ jobs -p
11:29:52 + exit 0
11:29:52 Processing files: docker-compose-plugin-2.16.0-0.fc36.x86_64
11:29:52 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HaW6Ks
11:29:52 + umask 022
11:29:52 + cd /root/rpmbuild/BUILD
11:29:52 + cd src
11:29:52 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
11:29:52 + export LC_ALL=C
11:29:52 + LC_ALL=C
11:29:52 + export DOCDIR
11:29:52 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
11:29:52 + 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
11:29:52 + RPM_EC=0
11:29:52 ++ jobs -p
11:29:52 + exit 0
11:29:52 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ptksRh
11:29:52 + umask 022
11:29:52 + cd /root/rpmbuild/BUILD
11:29:52 + cd src
11:29:52 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:29:52 + export LC_ALL=C
11:29:52 + LC_ALL=C
11:29:52 + export LICENSEDIR
11:29:52 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
11:29:52 + 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
11:29:52 + 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
11:29:52 + RPM_EC=0
11:29:52 ++ jobs -p
11:29:52 + exit 0
11:29:52 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
11:29:52 Provides: docker-compose-plugin = 0:2.16.0-0.fc36 docker-compose-plugin(x86-64) = 0:2.16.0-0.fc36
11:29:52 Requires(interp): /bin/sh /bin/sh /bin/sh
11:29:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:29:52 Requires(post): /bin/sh
11:29:52 Requires(preun): /bin/sh
11:29:52 Requires(postun): /bin/sh
11:29:52 Enhances: docker-ce-cli
11:29:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
11:29:52 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc36.src.rpm
11:29:54 make[2]: Leaving directory '/root/build-deb/compose'
11:29:54 # Build the scan-plugin
11:29:54 # TODO change once we support scan-plugin on other architectures
11:29:54 if [ "armhf" = "amd64" ]; then \
11:29:54 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:54 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:54 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:54 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:54 fi
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    debian/rules override_dh_auto_test
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:54 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:54 PASS: daemon version OK
11:29:54 ver="$(cli/build/docker --version)"; \
11:29:54 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:54 PASS: cli version OK
11:29:54 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:54 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:54 PASS: docker-buildx version OK
11:29:54 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:54 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:54 PASS: docker-compose version OK
11:29:54 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:54 # TODO change once we support scan-plugin on other architectures
11:29:54 if [ "armhf" = "amd64" ]; then \
11:29:54 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:54 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:54 fi
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    create-stamp debian/debhelper-build-stamp
11:29:54  debian/rules binary
11:29:54 dh binary --with=bash-completion
11:29:54    dh_testroot
11:29:54    dh_prep
11:29:54    dh_installdirs
11:29:54    debian/rules override_dh_auto_install
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 # docker-ce-cli install
11:29:54 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:54 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:54 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:54 # docker-ce install
11:29:54 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:54 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:54 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:54 # docker-buildx-plugin install
11:29:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:54 # docker-compose-plugin install
11:29:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:54 # docker-scan-plugin install
11:29:54 # TODO change once we support scan-plugin on other architectures
11:29:54 if [ "armhf" = "amd64" ]; then \
11:29:54 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:54 fi
11:29:54 # docker-ce-rootless-extras install
11:29:54 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:54 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:54 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:54 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:54 # TODO: how can we install vpnkit?
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    debian/rules override_dh_install
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 dh_install
11:29:54 # TODO Can we do this from within our container?
11:29:54 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    dh_installdocs
11:29:54    dh_installchangelogs
11:29:54    dh_installman
11:29:54    dh_bash-completion
11:29:54    dh_systemd_enable
11:29:54    debian/rules override_dh_installinit
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 # use "docker" as our service name, not "docker-ce"
11:29:54 dh_installinit --name=docker
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    dh_systemd_start
11:29:54    dh_perl
11:29:54    dh_link
11:29:54    dh_strip_nondeterminism
11:29:54    dh_compress
11:29:54    dh_fixperms
11:29:54    dh_missing
11:29:54    debian/rules override_dh_strip
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 # Go has lots of problems with stripping, so just don't
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    dh_makeshlibs
11:29:54    debian/rules override_dh_shlibdeps
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    dh_installdeb
11:29:54    debian/rules override_dh_gencontrol
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:54 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:54 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:54 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:54 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:54 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:54 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:54 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:54 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:54 if [ "armhf" = "amd64" ]; then \
11:29:54 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:54 fi
11:29:54 dh_gencontrol --remaining-packages
11:29:54 make[1]: Leaving directory '/root/build-deb'
11:29:54    dh_md5sums
11:29:54    debian/rules override_dh_builddeb
11:29:54 make[1]: Entering directory '/root/build-deb'
11:29:54 dh_builddeb -- -Zxz
11:29:54 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'.
11:29:54 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb'.
11:29:54 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb'.
11:29:55 + popd
11:29:55 + RPM_EC=0
11:29:55 ~/rpmbuild/BUILD/src
11:29:55 ++ jobs -p
11:29:55 + exit 0
11:29:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xD2NMR
11:29:55 + umask 022
11:29:55 + cd /root/rpmbuild/BUILD
11:29:55 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64 '!=' / ']'
11:29:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
11:29:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
11:29:55 + mkdir -p /root/rpmbuild/BUILDROOT
11:29:55 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
11:29:55 + cd src
11:29:55 + pushd /root/rpmbuild/BUILD/src/compose
11:29:55 + 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
11:29:55 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:29:55 + popd
11:29:55 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:55 ~/rpmbuild/BUILD/src
11:29:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:29:55 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:29:55 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:29:55 + for f in LICENSE MAINTAINERS NOTICE README.md
11:29:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:29:55 + /usr/lib/rpm/check-buildroot
11:29:55 + /usr/lib/rpm/redhat/brp-ldconfig
11:29:55 + /usr/lib/rpm/brp-compress
11:29:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:29:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:29:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:29:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:29:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:29:55 + /usr/lib/rpm/brp-python-hardlink
11:29:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:29:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.61FyJD
11:29:55 + umask 022
11:29:55 + cd /root/rpmbuild/BUILD
11:29:55 + cd src
11:29:55 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:29:55 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:29:55 + ver=v2.16.0
11:29:55 + test v2.16.0 = v2.16.0
11:29:55 PASS: docker-compose version OK
11:29:55 + echo 'PASS: docker-compose version OK'
11:29:55 + RPM_EC=0
11:29:55 ++ jobs -p
11:29:55 + exit 0
11:29:55 Processing files: docker-compose-plugin-2.16.0-0.el9.x86_64
11:29:55 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0Rge5G
11:29:55 + umask 022
11:29:55 + cd /root/rpmbuild/BUILD
11:29:55 + cd src
11:29:55 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
11:29:55 + export LC_ALL=C
11:29:55 + LC_ALL=C
11:29:55 + export DOCDIR
11:29:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
11:29:55 + 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
11:29:55 + RPM_EC=0
11:29:55 ++ jobs -p
11:29:55 + exit 0
11:29:55 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZaBPTi
11:29:55 + umask 022
11:29:55 + cd /root/rpmbuild/BUILD
11:29:55 + cd src
11:29:55 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:29:55 + export LC_ALL=C
11:29:55 + LC_ALL=C
11:29:55 + export LICENSEDIR
11:29:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:29:55 + 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
11:29:55 + 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
11:29:55 + RPM_EC=0
11:29:55 ++ jobs -p
11:29:55 + exit 0
11:29:55 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
11:29:55 Provides: docker-compose-plugin = 0:2.16.0-0.el9 docker-compose-plugin(x86-64) = 0:2.16.0-0.el9
11:29:55 Requires(interp): /bin/sh /bin/sh /bin/sh
11:29:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:29:55 Requires(post): /bin/sh
11:29:55 Requires(preun): /bin/sh
11:29:55 Requires(postun): /bin/sh
11:29:55 Enhances: docker-ce-cli
11:29:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
11:29:55 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el9.src.rpm
11:29:55 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'.
11:29:56 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc37.x86_64.rpm
11:29:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.r6wm5s
11:29:56 + umask 022
11:29:56 + cd /root/rpmbuild/BUILD
11:29:56 + cd src
11:29:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
11:29:56 + RPM_EC=0
11:29:56 ++ jobs -p
11:29:56 + exit 0
11:29:56 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.3W1hyi
11:29:56 + umask 022
11:29:56 + cd /root/rpmbuild/BUILD
11:29:56 + rm -rf src src.gemspec
11:29:56 + RPM_EC=0
11:29:56 ++ jobs -p
11:29:56 + exit 0
11:29:56 
11:29:56 RPM build warnings:
11:29:56     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:29:56     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:29:56     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:29:56     source_date_epoch_from_changelog set but %changelog is missing
11:29:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:29:56     source_date_epoch_from_changelog set but %changelog is missing
11:29:56     source_date_epoch_from_changelog set but %changelog is missing
11:29:56     source_date_epoch_from_changelog set but %changelog is missing
11:29:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:29:56     source_date_epoch_from_changelog set but %changelog is missing
11:29:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:29:56 warning: source_date_epoch_from_changelog set but %changelog is missing
11:29:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Olf24G
11:29:56 + umask 022
11:29:56 + cd /root/rpmbuild/BUILD
11:29:56 + cd /root/rpmbuild/BUILD
11:29:56 + rm -rf src
11:29:56 + /usr/bin/mkdir -p src
11:29:56 + cd src
11:29:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:29:56 + STATUS=0
11:29:56 + '[' 0 -ne 0 ']'
11:29:56 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:29:56 + STATUS=0
11:29:56 + '[' 0 -ne 0 ']'
11:29:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:29:56 + RPM_EC=0
11:29:56 ++ jobs -p
11:29:56 + exit 0
11:29:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lOtZ7a
11:29:56 + umask 022
11:29:56 + cd /root/rpmbuild/BUILD
11:29:56 + 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'
11:29:56 + export CFLAGS
11:29:56 + 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'
11:29:56 + export CXXFLAGS
11:29:56 + 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'
11:29:56 + export FFLAGS
11:29:56 + 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'
11:29:56 + export FCFLAGS
11:29:56 + 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'
11:29:56 + export LDFLAGS
11:29:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:29:56 + export LT_SYS_LIBRARY_PATH
11:29:56 + CC=gcc
11:29:56 + export CC
11:29:56 + CXX=g++
11:29:56 + export CXX
11:29:56 + cd src
11:29:56 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:29:56 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
11:29:56 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:29:56 GO111MODULE=on make -f builder.Makefile build
11:29:56 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:29:56 mkdir -p bin
11:29:56 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
11:29:56 go: downloading github.com/docker/cli v20.10.17+incompatible
11:29:56 go: downloading github.com/docker/docker v20.10.17+incompatible
11:29:56 go: downloading github.com/spf13/cobra v1.5.0
11:29:56 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:29:56 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:29:56 go: downloading github.com/docker/go-units v0.4.0
11:29:56 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:29:56 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:29:56 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:29:56 go: downloading github.com/moby/sys/mount v0.3.3
11:29:56 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:29:56 go: downloading github.com/containerd/containerd v1.6.6
11:29:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:29:56 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:29:56 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:29:56 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:29:56 go: downloading github.com/prometheus/client_golang v1.12.2
11:29:56 go: downloading github.com/prometheus/client_model v0.2.0
11:29:56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:29:56 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'.
11:29:58 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb'.
11:29:58 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'.
11:29:59 make[2]: Leaving directory '/root/build-deb/compose'
11:29:59 # Build the scan-plugin
11:29:59 # TODO change once we support scan-plugin on other architectures
11:29:59 if [ "armhf" = "amd64" ]; then \
11:29:59 	cd /go/src/github.com/docker/scan-cli-plugin \
11:29:59 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:29:59 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:29:59 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:29:59 fi
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    debian/rules override_dh_auto_test
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:29:59 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:29:59 PASS: daemon version OK
11:29:59 ver="$(cli/build/docker --version)"; \
11:29:59 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:29:59 PASS: cli version OK
11:29:59 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:59 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:29:59 PASS: docker-buildx version OK
11:29:59 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:59 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:29:59 PASS: docker-compose version OK
11:29:59 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:29:59 # TODO change once we support scan-plugin on other architectures
11:29:59 if [ "armhf" = "amd64" ]; then \
11:29:59 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:29:59 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:29:59 fi
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    create-stamp debian/debhelper-build-stamp
11:29:59  debian/rules binary
11:29:59 dh binary --with=bash-completion
11:29:59    dh_testroot
11:29:59    dh_prep
11:29:59    dh_installdirs
11:29:59    debian/rules override_dh_auto_install
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 # docker-ce-cli install
11:29:59 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:29:59 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:29:59 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:29:59 # docker-ce install
11:29:59 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:29:59 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:29:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:29:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:29:59 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:29:59 # docker-buildx-plugin install
11:29:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:29:59 # docker-compose-plugin install
11:29:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:29:59 # docker-scan-plugin install
11:29:59 # TODO change once we support scan-plugin on other architectures
11:29:59 if [ "armhf" = "amd64" ]; then \
11:29:59 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:29:59 fi
11:29:59 # docker-ce-rootless-extras install
11:29:59 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:29:59 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:29:59 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:29:59 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:29:59 # TODO: how can we install vpnkit?
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    debian/rules override_dh_install
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 dh_install
11:29:59 # TODO Can we do this from within our container?
11:29:59 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    dh_installdocs
11:29:59    dh_installchangelogs
11:29:59    dh_installman
11:29:59    dh_bash-completion
11:29:59    dh_systemd_enable
11:29:59    debian/rules override_dh_installinit
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 # use "docker" as our service name, not "docker-ce"
11:29:59 dh_installinit --name=docker
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    dh_systemd_start
11:29:59    dh_perl
11:29:59    dh_link
11:29:59    dh_strip_nondeterminism
11:29:59    dh_compress
11:29:59    dh_fixperms
11:29:59    dh_missing
11:29:59    debian/rules override_dh_strip
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 # Go has lots of problems with stripping, so just don't
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    dh_makeshlibs
11:29:59    debian/rules override_dh_shlibdeps
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    dh_installdeb
11:29:59    debian/rules override_dh_gencontrol
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:29:59 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:29:59 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:59 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:29:59 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:29:59 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:29:59 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:29:59 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:29:59 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:29:59 if [ "armhf" = "amd64" ]; then \
11:29:59 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:29:59 fi
11:29:59 dh_gencontrol --remaining-packages
11:29:59 make[1]: Leaving directory '/root/build-deb'
11:29:59    dh_md5sums
11:29:59    debian/rules override_dh_builddeb
11:29:59 make[1]: Entering directory '/root/build-deb'
11:29:59 dh_builddeb -- -Zxz
11:29:59 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'.
11:29:59 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb'.
11:30:00 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb'.
11:30:01 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'.
11:30:01 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'.
11:30:02 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'.
11:30:02 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'.
11:30:02 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'.
11:30:06 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'.
11:30:06 make[2]: Leaving directory '/root/build-deb/compose'
11:30:06 # Build the scan-plugin
11:30:06 # TODO change once we support scan-plugin on other architectures
11:30:06 if [ "armhf" = "amd64" ]; then \
11:30:06 	cd /go/src/github.com/docker/scan-cli-plugin \
11:30:06 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:30:06 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:30:06 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:30:06 fi
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    debian/rules override_dh_auto_test
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:30:06 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:30:06 PASS: daemon version OK
11:30:06 ver="$(cli/build/docker --version)"; \
11:30:06 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:30:06 PASS: cli version OK
11:30:06 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:06 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:30:06 PASS: docker-buildx version OK
11:30:06 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:06 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:30:06 PASS: docker-compose version OK
11:30:06 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:30:06 # TODO change once we support scan-plugin on other architectures
11:30:06 if [ "armhf" = "amd64" ]; then \
11:30:06 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:06 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:30:06 fi
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    create-stamp debian/debhelper-build-stamp
11:30:06  debian/rules binary
11:30:06 dh binary --with=bash-completion
11:30:06    dh_testroot
11:30:06    dh_prep
11:30:06    dh_installdirs
11:30:06    debian/rules override_dh_auto_install
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 # docker-ce-cli install
11:30:06 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:30:06 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:30:06 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:30:06 # docker-ce install
11:30:06 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:30:06 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:30:06 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:30:06 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:30:06 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:30:06 # docker-buildx-plugin install
11:30:06 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:30:06 # docker-compose-plugin install
11:30:06 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:30:06 # docker-scan-plugin install
11:30:06 # TODO change once we support scan-plugin on other architectures
11:30:06 if [ "armhf" = "amd64" ]; then \
11:30:06 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:30:06 fi
11:30:06 # docker-ce-rootless-extras install
11:30:06 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:30:06 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:30:06 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:30:06 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:30:06 # TODO: how can we install vpnkit?
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    debian/rules override_dh_install
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 dh_install
11:30:06 # TODO Can we do this from within our container?
11:30:06 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    dh_installdocs
11:30:06    dh_installchangelogs
11:30:06    dh_installman
11:30:06    dh_bash-completion
11:30:06    dh_systemd_enable
11:30:06    debian/rules override_dh_installinit
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 # use "docker" as our service name, not "docker-ce"
11:30:06 dh_installinit --name=docker
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    dh_systemd_start
11:30:06    dh_perl
11:30:06    dh_link
11:30:06    dh_strip_nondeterminism
11:30:06    dh_compress
11:30:06    dh_fixperms
11:30:06    dh_missing
11:30:06    debian/rules override_dh_strip
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 # Go has lots of problems with stripping, so just don't
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    dh_makeshlibs
11:30:06    debian/rules override_dh_shlibdeps
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    dh_installdeb
11:30:06    debian/rules override_dh_gencontrol
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:30:06 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:30:06 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:30:06 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:30:06 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:30:06 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:30:06 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:30:06 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:30:06 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:30:06 if [ "armhf" = "amd64" ]; then \
11:30:06 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:30:06 fi
11:30:06 dh_gencontrol --remaining-packages
11:30:06 make[1]: Leaving directory '/root/build-deb'
11:30:06    dh_md5sums
11:30:06    debian/rules override_dh_builddeb
11:30:06 make[1]: Entering directory '/root/build-deb'
11:30:06 dh_builddeb -- -Zxz
11:30:06 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'.
11:30:06 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb'.
11:30:07 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb'.
11:30:07 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'.
11:30:07 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'.
11:30:07 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc36.x86_64.rpm
11:30:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4zgelu
11:30:07 + umask 022
11:30:07 + cd /root/rpmbuild/BUILD
11:30:07 + cd src
11:30:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
11:30:07 + RPM_EC=0
11:30:07 ++ jobs -p
11:30:07 + exit 0
11:30:07 
11:30:07 RPM build warnings:
11:30:07     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:30:07     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:30:07     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:30:07     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:30:07     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:30:07     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:30:07 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jlQM7Y
11:30:07 + umask 022
11:30:07 + cd /root/rpmbuild/BUILD
11:30:07 + cd /root/rpmbuild/BUILD
11:30:07 + rm -rf src
11:30:07 + /usr/bin/mkdir -p src
11:30:07 + cd src
11:30:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:30:07 + /usr/bin/tar -xof -
11:30:07 + STATUS=0
11:30:07 + '[' 0 -ne 0 ']'
11:30:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:30:07 + /usr/bin/tar -xof -
11:30:07 + STATUS=0
11:30:07 + '[' 0 -ne 0 ']'
11:30:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:30:07 + RPM_EC=0
11:30:07 ++ jobs -p
11:30:07 + exit 0
11:30:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wf2B6v
11:30:07 + umask 022
11:30:07 + cd /root/rpmbuild/BUILD
11:30: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'
11:30:07 + export CFLAGS
11:30: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'
11:30:07 + export CXXFLAGS
11:30: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'
11:30:07 + export FFLAGS
11:30: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'
11:30:07 + export FCFLAGS
11:30:07 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.23.0-0.fc36.x86_64.ld'
11:30:07 + export LDFLAGS
11:30:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:30:07 + export LT_SYS_LIBRARY_PATH
11:30:07 + CC=gcc
11:30:07 + export CC
11:30:07 + CXX=g++
11:30:07 + export CXX
11:30:07 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:30:07 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
11:30:07 + cd src
11:30:07 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:30:07 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:30:07 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
11:30:07 GO111MODULE=on make -f builder.Makefile build
11:30:07 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:30:07 mkdir -p bin
11:30:07 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
11:30:07 go: downloading github.com/docker/cli v20.10.17+incompatible
11:30:07 go: downloading github.com/docker/docker v20.10.17+incompatible
11:30:07 go: downloading github.com/spf13/cobra v1.5.0
11:30:07 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:30:07 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:30:07 go: downloading github.com/docker/go-units v0.4.0
11:30:07 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:30:07 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:30:07 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:30:07 go: downloading github.com/moby/sys/mount v0.3.3
11:30:08 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'.
11:30:08 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:30:08 go: downloading github.com/containerd/containerd v1.6.6
11:30:08 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:30:08 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:30:08 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:30:08 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:30:08 ~/rpmbuild/BUILD/src
11:30:08 + popd
11:30:08 + RPM_EC=0
11:30:08 ++ jobs -p
11:30:08 + exit 0
11:30:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Rxd7iP
11:30:08 + umask 022
11:30:08 + cd /root/rpmbuild/BUILD
11:30:08 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64 '!=' / ']'
11:30:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30:08 + mkdir -p /root/rpmbuild/BUILDROOT
11:30:08 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:08 + export CFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:08 + export CXXFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:08 + export FFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:08 + export FCFLAGS
11:30: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:30:08 + export LDFLAGS
11:30:08 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:30:08 + export LT_SYS_LIBRARY_PATH
11:30:08 + CC=gcc
11:30:08 + export CC
11:30:08 + CXX=g++
11:30:08 + export CXX
11:30:08 + cd src
11:30:08 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:30:08 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:30:08 + 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
11:30:08 + popd
11:30:08 + /usr/lib/rpm/check-buildroot
11:30:08 ~/rpmbuild/BUILD/src
11:30:08 + /usr/lib/rpm/redhat/brp-ldconfig
11:30:08 + /usr/lib/rpm/brp-compress
11:30:08 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:30:08 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:30:08 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:30:08 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:30:08 + /usr/lib/rpm/check-rpaths
11:30:08 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:30:08 + /usr/lib/rpm/brp-remove-la-files
11:30:08 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:30:08 + /usr/lib/rpm/redhat/brp-python-hardlink
11:30:08 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ld2N3w
11:30:08 + umask 022
11:30:08 + cd /root/rpmbuild/BUILD
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:08 + export CFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:08 + export CXXFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:08 + export FFLAGS
11:30: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:08 + export FCFLAGS
11:30: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
11:30:08 + export LDFLAGS
11:30:08 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:30:08 + export LT_SYS_LIBRARY_PATH
11:30:08 + CC=gcc
11:30:08 + export CC
11:30:08 + CXX=g++
11:30:08 + export CXX
11:30:08 + cd src
11:30:08 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:30:08 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:30:08 + ver=v0.23.0
11:30:08 + test v0.23.0 = v0.23.0
11:30:08 + echo 'PASS: docker-scan version OK'
11:30:08 PASS: docker-scan version OK
11:30:08 + RPM_EC=0
11:30:08 ++ jobs -p
11:30:08 + exit 0
11:30:08 Processing files: docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30:08 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
11:30:08 Provides: docker-scan-plugin = 0:0.23.0-0.fc37 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc37
11:30:08 Requires(interp): /bin/sh /bin/sh /bin/sh
11:30:08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:30:08 Requires(post): /bin/sh
11:30:08 Requires(preun): /bin/sh
11:30:08 Requires(postun): /bin/sh
11:30:08 Enhances: docker-ce-cli
11:30:08 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30:08 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc37.src.rpm
11:30:08 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:30:08 go: downloading github.com/prometheus/client_golang v1.12.2
11:30:08 go: downloading github.com/prometheus/client_model v0.2.0
11:30:08 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:30:09 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'.
11:30:10 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-buster_amd64.deb'.
11:30:10 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'.
11:30:11 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'.
11:30:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
11:30:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aJnb5I
11:30:12 + umask 022
11:30:12 + cd /root/rpmbuild/BUILD
11:30:12 + cd src
11:30:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
11:30:12 + RPM_EC=0
11:30:12 ++ jobs -p
11:30:12 + exit 0
11:30:12 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.COvZYp
11:30:12 + umask 022
11:30:12 + cd /root/rpmbuild/BUILD
11:30:12 + rm -rf src src.gemspec
11:30:12 + RPM_EC=0
11:30:12 ++ jobs -p
11:30:12 + exit 0
11:30:12 
11:30:12 RPM build warnings:
11:30:12     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:30:12     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:30:12     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64/usr/bin/docker-proxy
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:30:12     source_date_epoch_from_changelog set but %changelog is missing
11:30:12     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:30:12 make[1]: Leaving directory '/root/build-deb'
11:30:12  dpkg-genbuildinfo
11:30:13  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.changes
11:30:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
11:30:14 dpkg-genchanges: info: including full source code in upload
11:30:14  dpkg-source -I.git --after-build build-deb
11:30:14 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:14 + destination=/build
11:30:14 + mkdir -p /build
11:30:14 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:14 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:30:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:30:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:30:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:30:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.buildinfo'
11:30:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.buildinfo'
11:30:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.changes'
11:30:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.changes'
11:30:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 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'
11:30:14 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
11:30:14 copied '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
11:30:14 removed '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
11:30:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:14   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   35/42 
11:30:14   Installing       : containerd.io-1.6.18-3.1.el8.x86_64                  36/42 
11:30:14   Running scriptlet: containerd.io-1.6.18-3.1.el8.x86_64                  36/42 
11:30:14   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_   37/42 
11:30:14   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x   38/42 
11:30:14   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   39/42 
11:30:15 + make IMAGE=fedora:37 verify
11:30:15 docker run  --rm -i \
11:30:15 	-v "$(pwd):/v" \
11:30:15 	-e DEBIAN_FRONTEND=noninteractive \
11:30:15 	-e PACKAGE_REPO=staging \
11:30:15 	-w /v \
11:30:15 	fedora:37 ./verify
11:30:15 Unable to find image 'fedora:37' locally
11:30:15 37: Pulling from library/fedora
11:30:15 01720dc5e0d9: Already exists
11:30:15 Digest: sha256:a7f860aa3881649eae03f78adbce7dedd6bde85e31d61676683fd12b58e8c75e
11:30:15 Status: Downloaded newer image for fedora:37
11:30:16 + verify
11:30:16 + dpkg --version
11:30:16 + rpm --version
11:30:16 + verify_rpm
11:30:16 ++ . /etc/os-release
11:30:16 +++ NAME='Fedora Linux'
11:30:16 +++ VERSION='37 (Container Image)'
11:30:16 +++ ID=fedora
11:30:16 +++ VERSION_ID=37
11:30:16 +++ VERSION_CODENAME=
11:30:16 +++ PLATFORM_ID=platform:f37
11:30:16 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:30:16 +++ ANSI_COLOR='0;38;2;60;110;180'
11:30:16 +++ LOGO=fedora-logo-icon
11:30:16 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:30:16 +++ DEFAULT_HOSTNAME=fedora
11:30:16 +++ HOME_URL=https://fedoraproject.org/
11:30:16 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:30:16 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:30:16 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:16 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:30:16 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:30:16 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:30:16 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:30:16 +++ SUPPORT_END=2023-11-14
11:30:16 +++ VARIANT='Container Image'
11:30:16 +++ VARIANT_ID=container
11:30:16 ++ echo fedora
11:30:16 + DIST_ID=fedora
11:30:16 ++ . /etc/os-release
11:30:16 +++ NAME='Fedora Linux'
11:30:16 +++ VERSION='37 (Container Image)'
11:30:16 +++ ID=fedora
11:30:16 +++ VERSION_ID=37
11:30:16 +++ VERSION_CODENAME=
11:30:16 +++ PLATFORM_ID=platform:f37
11:30:16 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:30:16 +++ ANSI_COLOR='0;38;2;60;110;180'
11:30:16 +++ LOGO=fedora-logo-icon
11:30:16 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:30:16 +++ DEFAULT_HOSTNAME=fedora
11:30:16 +++ HOME_URL=https://fedoraproject.org/
11:30:16 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:30:16 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:30:16 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:16 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:30:16 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:30:16 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:30:16 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:30:16 +++ SUPPORT_END=2023-11-14
11:30:16 +++ VARIANT='Container Image'
11:30:16 +++ VARIANT_ID=container
11:30:16 ++ cut -d. -f1
11:30:16 ++ echo 37
11:30:16 + DIST_VERSION=37
11:30:16 + pkg_manager=yum
11:30:16 + pkg_config_manager=yum-config-manager
11:30:16 + dnf --version
11:30:16 4.14.0
11:30:16   Installed: dnf-0:4.14.0-1.fc37.noarch at Wed Feb 22 05:49:21 2023
11:30:16   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
11:30:16 
11:30:16   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Wed Feb 22 05:49:20 2023
11:30:16   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
11:30:16   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   39/42 
11:30:16   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.x86   40/42 
11:30:16   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.x86   40/42 
11:30:16   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         41/42 
11:30:16   Cleanup          : libsemanage-2.9-9.el8_6.x86_64                       42/42 
11:30:16   Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+   42/42 
11:30:16 + pkg_manager=dnf
11:30:16 + pkg_config_manager='dnf config-manager'
11:30:16 + dnf clean all
11:30:16 0 files removed
11:30:16 + dnf install -y 'dnf-command(config-manager)'
11:30:16   Running scriptlet: libsemanage-2.9-9.el8_6.x86_64                       42/42 
11:30:16   Verifying        : libsemanage-2.9-9.el8.x86_64                          1/42 
11:30:16   Verifying        : libsemanage-2.9-9.el8_6.x86_64                        2/42 
11:30:16   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            3/42 
11:30:16   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          4/42 
11:30:16   Verifying        : container-selinux-2:2.195.1-1.module_el8.8.0+1254+    5/42 
11:30:16   Verifying        : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e    6/42 
11:30:16   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_    7/42 
11:30:16   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x    8/42 
11:30:16   Verifying        : checkpolicy-2.9-1.el8.x86_64                          9/42 
11:30:16   Verifying        : diffutils-3.6-6.el8.x86_64                           10/42 
11:30:16   Verifying        : fuse-common-3.3.0-16.el8.x86_64                      11/42 
11:30:16   Verifying        : fuse3-3.3.0-16.el8.x86_64                            12/42 
11:30:16   Verifying        : fuse3-libs-3.3.0-16.el8.x86_64                       13/42 
11:30:16   Verifying        : iptables-1.8.4-24.el8.x86_64                         14/42 
11:30:16   Verifying        : iptables-libs-1.8.4-24.el8.x86_64                    15/42 
11:30:16   Verifying        : kmod-25-19.el8.x86_64                                16/42 
11:30:16   Verifying        : libcgroup-0.41-19.el8.x86_64                         17/42 
11:30:16   Verifying        : libibverbs-41.0-1.el8.x86_64                         18/42 
11:30:16   Verifying        : libmnl-1.0.4-6.el8.x86_64                            19/42 
11:30:16   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.x86_64            20/42 
11:30:16   Verifying        : libnfnetlink-1.0.1-13.el8.x86_64                     21/42 
11:30:16   Verifying        : libnftnl-1.1.5-5.el8.x86_64                          22/42 
11:30:16   Verifying        : libpcap-14:1.9.1-5.el8.x86_64                        23/42 
11:30:16   Verifying        : libselinux-utils-2.9-8.el8.x86_64                    24/42 
11:30:16   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  25/42 
11:30:16   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     26/42 
11:30:16   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     27/42 
11:30:16   Verifying        : python3-libselinux-2.9-8.el8.x86_64                  28/42 
11:30:16   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 29/42 
11:30:16   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          30/42 
11:30:16   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   31/42 
11:30:16   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.x86_64              32/42 
11:30:16   Verifying        : selinux-policy-3.14.3-115.el8.noarch                 33/42 
11:30:16   Verifying        : selinux-policy-targeted-3.14.3-115.el8.noarch        34/42 
11:30:16   Verifying        : xz-5.2.4-4.el8.x86_64                                35/42 
11:30:16   Verifying        : containerd.io-1.6.18-3.1.el8.x86_64                  36/42 
11:30:16   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8   37/42 
11:30:16   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.x86   38/42 
11:30:16   Verifying        : docker-buildx-plugin-0.10.4-0.el8.x86_64             39/42 
11:30:16   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   40/42 
11:30:16   Verifying        : docker-compose-plugin-2.16.0-0.el8.x86_64            41/42 
11:30:16   Verifying        : docker-scan-plugin-0.23.0-0.el8.x86_64               42/42 
11:30:16 
11:30:16 Downgraded:
11:30:16   libsemanage-2.9-9.el8.x86_64            xz-libs-5.2.4-4.el8.x86_64           
11:30:16 Installed:
11:30:16   checkpolicy-2.9-1.el8.x86_64                                                  
11:30:16   container-selinux-2:2.195.1-1.module_el8.8.0+1254+78119b6e.noarch             
11:30:16   containerd.io-1.6.18-3.1.el8.x86_64                                           
11:30:16   diffutils-3.6-6.el8.x86_64                                                    
11:30:16   docker-buildx-plugin-0.10.4-0.el8.x86_64                                      
11:30:16   docker-ce-3:0.0.0~20230309110843.71615c2-0.el8.x86_64                         
11:30:16   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el8.x86_64                     
11:30:16   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el8.x86_64           
11:30:16   docker-compose-plugin-2.16.0-0.el8.x86_64                                     
11:30:16   docker-scan-plugin-0.23.0-0.el8.x86_64                                        
11:30:16   fuse-common-3.3.0-16.el8.x86_64                                               
11:30:16   fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e.x86_64                     
11:30:16   fuse3-3.3.0-16.el8.x86_64                                                     
11:30:16   fuse3-libs-3.3.0-16.el8.x86_64                                                
11:30:16   iptables-1.8.4-24.el8.x86_64                                                  
11:30:16   iptables-libs-1.8.4-24.el8.x86_64                                             
11:30:16   kmod-25-19.el8.x86_64                                                         
11:30:16   libcgroup-0.41-19.el8.x86_64                                                  
11:30:16   libibverbs-41.0-1.el8.x86_64                                                  
11:30:16   libmnl-1.0.4-6.el8.x86_64                                                     
11:30:16   libnetfilter_conntrack-1.0.6-5.el8.x86_64                                     
11:30:16   libnfnetlink-1.0.1-13.el8.x86_64                                              
11:30:16   libnftnl-1.1.5-5.el8.x86_64                                                   
11:30:16   libpcap-14:1.9.1-5.el8.x86_64                                                 
11:30:16   libselinux-utils-2.9-8.el8.x86_64                                             
11:30:16   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_64                          
11:30:16   policycoreutils-2.9-21.1.el8.x86_64                                           
11:30:16   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
11:30:16   python3-audit-3.0.7-4.el8.x86_64                                              
11:30:16   python3-libselinux-2.9-8.el8.x86_64                                           
11:30:16   python3-libsemanage-2.9-9.el8.x86_64                                          
11:30:16   python3-policycoreutils-2.9-21.1.el8.noarch                                   
11:30:16   python3-setools-4.3.0-3.el8.x86_64                                            
11:30:16   rpm-plugin-selinux-4.14.3-26.el8.x86_64                                       
11:30:16   selinux-policy-3.14.3-115.el8.noarch                                          
11:30:16   selinux-policy-targeted-3.14.3-115.el8.noarch                                 
11:30:16   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x86_64                       
11:30:16   xz-5.2.4-4.el8.x86_64                                                         
11:30:16 
11:30:16 Complete!
11:30:16 + verify_binaries
11:30:16 + docker --version
11:30:16 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:30:16 ++ uname -m
11:30:16 + '[' x86_64 = x86_64 ']'
11:30:16 + docker scan --help
11:30:16 
11:30:16 Usage:  docker scan [OPTIONS] IMAGE
11:30:16 
11:30:16 A tool to scan your images
11:30:16 
11:30:16 Options:
11:30:16       --accept-license    Accept using a third party scanning provider
11:30:16       --dependency-tree   Show dependency tree with scan results
11:30:16       --exclude-base      Exclude base image from vulnerability scanning
11:30:16                           (requires --file)
11:30:16   -f, --file string       Dockerfile associated with image, provides more
11:30:16                           detailed results
11:30:16       --group-issues      Aggregate duplicated vulnerabilities and group
11:30:16                           them to a single one (requires --json)
11:30:16       --json              Output results in JSON format
11:30:16       --login             Authenticate to the scan provider using an
11:30:16                           optional token (with --token), or web base
11:30:16                           token if empty
11:30:16       --reject-license    Reject using a third party scanning provider
11:30:16       --severity string   Only report vulnerabilities of provided level
11:30:16                           or higher (low|medium|high)
11:30:16       --token string      Authentication token to login to the third
11:30:16                           party scanning provider
11:30:16       --version           Display version of the scan plugin
11:30:16 + docker buildx version
11:30:16 github.com/docker/buildx v0.10.4 c513d34
11:30:16 + docker compose version
11:30:16 Docker Compose version v2.16.0
11:30:16 + dockerd --version
11:30:16 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:30:16 + docker-proxy --version
11:30:16 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:30:16 + containerd --version
11:30:16 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:16 + ctr --version
11:30:16 ctr containerd.io 1.6.18
11:30:16 + containerd-shim --help
11:30:17 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'.
11:30:17 Usage of containerd-shim:
11:30:17   -address string
11:30:17     	grpc address back to main containerd
11:30:17   -containerd-binary containerd publish
11:30:17     	path to containerd binary (used for containerd publish) (default "containerd")
11:30:17   -criu string
11:30:17     	path to criu binary
11:30:17   -debug
11:30:17     	enable debug output in logs
11:30:17   -namespace string
11:30:17     	namespace that owns the shim
11:30:17   -runtime-root string
11:30:17     	root directory for the runtime (default "/run/containerd/runc")
11:30:17   -socket string
11:30:17     	socket path to serve
11:30:17   -systemd-cgroup
11:30:17     	set runtime to use systemd-cgroup
11:30:17   -workdir string
11:30:17     	path used to storge large temporary data
11:30:17 + containerd-shim-runc-v1 -v
11:30:17 containerd-shim-runc-v1:
11:30:17   Version:  1.6.18
11:30:17   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:17   Go version: go1.19.6
11:30:17 
11:30:17 + containerd-shim-runc-v2 -v
11:30:17 containerd-shim-runc-v2:
11:30:17   Version:  1.6.18
11:30:17   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:17   Go version: go1.19.6
11:30:17 
11:30:17 + runc --version
11:30:17 runc version 1.1.4
11:30:17 commit: v1.1.4-0-g5fd4c4d
11:30:17 spec: 1.0.2-dev
11:30:17 go: go1.19.6
11:30:17 libseccomp: 2.5.2
11:30:17 make[1]: Leaving directory '/root/build-deb'
11:30:17  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.buildinfo
11:30:17 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el9.x86_64.rpm
11:30:17 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Nj7NBJ
11:30:17 + umask 022
11:30:17 + cd /root/rpmbuild/BUILD
11:30:17 + cd src
11:30:17 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
11:30:17 + RPM_EC=0
11:30:17 ++ jobs -p
11:30:17 + exit 0
11:30:17 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.COOO1N
11:30:17 + umask 022
11:30:17 + cd /root/rpmbuild/BUILD
11:30:17 + cd /root/rpmbuild/BUILD
11:30:17 + rm -rf src
11:30:17 + /usr/bin/mkdir -p src
11:30:17 + cd src
11:30:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:30:17 + /usr/bin/tar -xof -
11:30:17 + STATUS=0
11:30:17 + '[' 0 -ne 0 ']'
11:30:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:30:17 + /usr/bin/tar -xof -
11:30:17 + STATUS=0
11:30:17 + '[' 0 -ne 0 ']'
11:30:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:30:17 + RPM_EC=0
11:30:17 ++ jobs -p
11:30:17 + exit 0
11:30:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1gKwKh
11:30:17 + umask 022
11:30:17 + cd /root/rpmbuild/BUILD
11:30:17 + cd src
11:30:17 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:30:17 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
11:30:17 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:30:17 GO111MODULE=on make -f builder.Makefile build
11:30:17 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:30:17 mkdir -p bin
11:30:17 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
11:30:17 go: downloading github.com/docker/cli v20.10.17+incompatible
11:30:17 go: downloading github.com/docker/docker v20.10.17+incompatible
11:30:17 go: downloading github.com/spf13/cobra v1.5.0
11:30:17 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:30:17 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:30:17 go: downloading github.com/docker/go-units v0.4.0
11:30:17 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:30:17 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:30:17 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:30:17 go: downloading github.com/moby/sys/mount v0.3.3
11:30:17 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:30:17 go: downloading github.com/containerd/containerd v1.6.6
11:30:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:30:17 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:30:17 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb'.
11:30:17 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:30:17 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:30:17 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'.
11:30:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
11:30:18 go: downloading github.com/prometheus/client_golang v1.12.2
11:30:18 go: downloading github.com/prometheus/client_model v0.2.0
11:30:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:30:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:18 + make IMAGE=ubuntu:bionic verify
11:30:18 docker run  --rm -i \
11:30:18 	-v "$(pwd):/v" \
11:30:18 	-e DEBIAN_FRONTEND=noninteractive \
11:30:18 	-e PACKAGE_REPO=staging \
11:30:18 	-w /v \
11:30:18 	ubuntu:bionic ./verify
11:30:18 Unable to find image 'ubuntu:bionic' locally
11:30:18 bionic: Pulling from library/ubuntu
11:30:18  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.changes
11:30:18 58289280d3c7: Already exists
11:30:18 Digest: sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:30:18 Status: Downloaded newer image for ubuntu:bionic
11:30:19 + verify
11:30:19 + dpkg --version
11:30:19 + verify_deb
11:30:19 + apt-get update
11:30:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
11:30:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
11:30:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
11:30:19 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
11:30:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
11:30:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
11:30:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
11:30:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3216 kB]
11:30:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
11:30:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3636 kB]
11:30:19 dpkg-genchanges: info: including full source code in upload
11:30:19  dpkg-source -I.git --after-build .
11:30:19 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:19 + destination=/build
11:30:19 + mkdir -p /build
11:30:19 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2376 kB]
11:30:20 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
11:30:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1503 kB]
11:30:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
11:30:20 Get:15 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
11:30:20 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:30:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:30:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:30:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:30:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.buildinfo'
11:30:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.buildinfo'
11:30:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.changes'
11:30:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.changes'
11:30:20 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 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'
11:30:20 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb'
11:30:20 copied '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
11:30:20 removed '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
11:30:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1462 kB]
11:30:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1601 kB]
11:30:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
11:30:20 Fedora 37 - x86_64                               24 MB/s |  82 MB     00:03    
11:30:20 make[2]: Leaving directory '/root/build-deb/compose'
11:30:20 # Build the scan-plugin
11:30:20 # TODO change once we support scan-plugin on other architectures
11:30:20 if [ "armhf" = "amd64" ]; then \
11:30:20 	cd /go/src/github.com/docker/scan-cli-plugin \
11:30:20 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
11:30:20 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:30:20 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:30:20 fi
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    debian/rules override_dh_auto_test
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:30:20 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 31a9532" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:30:20 PASS: daemon version OK
11:30:20 ver="$(cli/build/docker --version)"; \
11:30:20 	test "$ver" = "Docker version 0.0.0-20230309110843-71615c2, build 71615c2" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:30:20 PASS: cli version OK
11:30:20 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:20 	test "$ver" = "v0.10.4" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
11:30:20 PASS: docker-buildx version OK
11:30:20 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:20 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:30:20 PASS: docker-compose version OK
11:30:20 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:30:20 # TODO change once we support scan-plugin on other architectures
11:30:20 if [ "armhf" = "amd64" ]; then \
11:30:20 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:30:20 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:30:20 fi
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    create-stamp debian/debhelper-build-stamp
11:30:20  debian/rules binary
11:30:20 dh binary --with=bash-completion
11:30:20    dh_testroot
11:30:20    dh_prep
11:30:20    dh_installdirs
11:30:20    debian/rules override_dh_auto_install
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 # docker-ce-cli install
11:30:20 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:30:20 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:30:20 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:30:20 # docker-ce install
11:30:20 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:30:20 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:30:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
11:30:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:30:20 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:30:20 # docker-buildx-plugin install
11:30:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
11:30:20 # docker-compose-plugin install
11:30:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:30:20 # docker-scan-plugin install
11:30:20 # TODO change once we support scan-plugin on other architectures
11:30:20 if [ "armhf" = "amd64" ]; then \
11:30:20 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:30:20 fi
11:30:20 # docker-ce-rootless-extras install
11:30:20 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:30:20 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:30:20 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:30:20 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:30:20 # TODO: how can we install vpnkit?
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    debian/rules override_dh_install
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 dh_install
11:30:20 # TODO Can we do this from within our container?
11:30:20 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    dh_installdocs
11:30:20    dh_installchangelogs
11:30:20    dh_installman
11:30:20    dh_bash-completion
11:30:20    dh_systemd_enable
11:30:20    debian/rules override_dh_installinit
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 # use "docker" as our service name, not "docker-ce"
11:30:20 dh_installinit --name=docker
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    dh_systemd_start
11:30:20    dh_perl
11:30:20    dh_link
11:30:20    dh_strip_nondeterminism
11:30:20    dh_compress
11:30:20    dh_fixperms
11:30:20    dh_missing
11:30:20    debian/rules override_dh_strip
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 # Go has lots of problems with stripping, so just don't
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    dh_makeshlibs
11:30:20    debian/rules override_dh_shlibdeps
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    dh_installdeb
11:30:20    debian/rules override_dh_gencontrol
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 # Use separate version for the buildx-plugin package, then generate the other control files as usual
11:30:20 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
11:30:20 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:30:20 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:30:20 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:30:20 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
11:30:20 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:30:20 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:30:20 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:30:20 if [ "armhf" = "amd64" ]; then \
11:30:20 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
11:30:20 fi
11:30:20 dh_gencontrol --remaining-packages
11:30:20 make[1]: Leaving directory '/root/build-deb'
11:30:20    dh_md5sums
11:30:20    debian/rules override_dh_builddeb
11:30:20 make[1]: Entering directory '/root/build-deb'
11:30:20 dh_builddeb -- -Zxz
11:30:20 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'.
11:30:20 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'.
11:30:21 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'.
11:30:21 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:30:21 ~/rpmbuild/BUILD/src
11:30:21 + popd
11:30:21 + RPM_EC=0
11:30:21 ++ jobs -p
11:30:21 + exit 0
11:30:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oOTsYB
11:30:21 + umask 022
11:30:21 + cd /root/rpmbuild/BUILD
11:30:21 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64 '!=' / ']'
11:30:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:21 + mkdir -p /root/rpmbuild/BUILDROOT
11:30:21 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:21 + export CFLAGS
11:30:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:21 + export CXXFLAGS
11:30:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:21 + export FFLAGS
11:30:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:21 + export FCFLAGS
11:30:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.23.0-0.fc36.x86_64.ld'
11:30:21 + export LDFLAGS
11:30:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:30:21 + export LT_SYS_LIBRARY_PATH
11:30:21 + CC=gcc
11:30:21 + export CC
11:30:21 + CXX=g++
11:30:21 + export CXX
11:30:21 + cd src
11:30:21 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:30:21 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:30:21 + 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
11:30:21 + popd
11:30:21 + /usr/lib/rpm/check-buildroot
11:30:21 ~/rpmbuild/BUILD/src
11:30:21 + /usr/lib/rpm/redhat/brp-ldconfig
11:30:21 + /usr/lib/rpm/brp-compress
11:30:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:30:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:30:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:30:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:30:21 + /usr/lib/rpm/check-rpaths
11:30:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:30:21 + /usr/lib/rpm/brp-remove-la-files
11:30:21 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:30:21 + /usr/lib/rpm/redhat/brp-python-hardlink
11:30:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.u5n1o4
11:30:21 + umask 022
11:30:21 + cd /root/rpmbuild/BUILD
11:30:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:21 + export CFLAGS
11:30:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
11:30:21 + export CXXFLAGS
11:30:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:21 + export FFLAGS
11:30:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
11:30:21 + export FCFLAGS
11:30:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.23.0-0.fc36.x86_64.ld'
11:30:21 + export LDFLAGS
11:30:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:30:21 + export LT_SYS_LIBRARY_PATH
11:30:21 + CC=gcc
11:30:21 + export CC
11:30:21 + CXX=g++
11:30:21 + export CXX
11:30:21 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:30:21 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
11:30:21 + cd src
11:30:21 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:30:21 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:30:21 PASS: docker-scan version OK
11:30:21 + ver=v0.23.0
11:30:21 + test v0.23.0 = v0.23.0
11:30:21 + echo 'PASS: docker-scan version OK'
11:30:21 + RPM_EC=0
11:30:21 ++ jobs -p
11:30:21 + exit 0
11:30:21 Processing files: docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:21 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
11:30:21 Provides: docker-scan-plugin = 0:0.23.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc36
11:30:21 Requires(interp): /bin/sh /bin/sh /bin/sh
11:30:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:30:21 Requires(post): /bin/sh
11:30:21 Requires(preun): /bin/sh
11:30:21 Requires(postun): /bin/sh
11:30:21 Enhances: docker-ce-cli
11:30:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:21 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc36.src.rpm
11:30:21 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'.
11:30:21 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb'.
11:30:21 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'.
11:30:21 Fetched 27.3 MB in 3s (10.0 MB/s)
11:30:23 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'.
11:30:23 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'.
11:30:23 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'.
11:30:23 Reading package lists...
11:30:23 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:23 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
11:30:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:24 Reading package lists...
11:30:24 + make IMAGE=ubuntu:kinetic verify
11:30:24 docker run  --rm -i \
11:30:24 	-v "$(pwd):/v" \
11:30:24 	-e DEBIAN_FRONTEND=noninteractive \
11:30:24 	-e PACKAGE_REPO=staging \
11:30:24 	-w /v \
11:30:24 	ubuntu:kinetic ./verify
11:30:24 Unable to find image 'ubuntu:kinetic' locally
11:30:24 kinetic: Pulling from library/ubuntu
11:30:24 Building dependency tree...
11:30:24 Reading state information...
11:30:24 628502e7cb85: Already exists
11:30:24 Digest: sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:30:24 Status: Downloaded newer image for ubuntu:kinetic
11:30:24 The following additional packages will be installed:
11:30:24   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
11:30:24   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:24   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:30:24   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:30:24   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:30:24   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:30:24   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:30:24   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:30:24   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:30:24   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
11:30:24   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:30:24   python3-gi python3-minimal python3-software-properties python3.6
11:30:24   python3.6-minimal readline-common
11:30:24 Suggested packages:
11:30:24   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:30:24   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:30:24   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:24   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
11:30:24 Recommended packages:
11:30:24   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
11:30:24   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
11:30:24 The following NEW packages will be installed:
11:30:24   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:30:24   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
11:30:24   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
11:30:24   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:30:24   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:30:24   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:30:24   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:30:24   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:30:24   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:30:24   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:30:24   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
11:30:24   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
11:30:24   python3-dbus python3-gi python3-minimal python3-software-properties
11:30:24   python3.6 python3.6-minimal readline-common software-properties-common
11:30:25 + verify
11:30:25 + dpkg --version
11:30:25 + verify_deb
11:30:25 + apt-get update
11:30:25 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded.
11:30:25 Need to get 16.0 MB of archives.
11:30:25 After this operation, 70.5 MB of additional disk space will be used.
11:30:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.21 [1304 kB]
11:30:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.10 [533 kB]
11:30:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
11:30:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.10 [1610 kB]
11:30:25 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
11:30:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
11:30:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
11:30:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
11:30:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
11:30:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
11:30:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.10 [1711 kB]
11:30:25 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:30:25 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
11:30:25 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
11:30:25 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.21 [614 kB]
11:30:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'.
11:30:25 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
11:30:25 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:30:25 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:30:25 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
11:30:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB]
11:30:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB]
11:30:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
11:30:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.4 [175 kB]
11:30:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:30:25 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB]
11:30:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [153 kB]
11:30:25 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
11:30:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
11:30:25 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
11:30:25 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
11:30:25 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
11:30:25 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
11:30:25 Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
11:30:25 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
11:30:25 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
11:30:25 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B]
11:30:25 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [42.3 kB]
11:30:25 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [175 kB]
11:30:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'.
11:30:25 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'.
11:30:25 Get:2 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [300 kB]
11:30:25 Get:3 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
11:30:25 Get:4 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
11:30:25 Get:5 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [173 kB]
11:30:25 Get:6 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [289 kB]
11:30:25 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [30.3 kB]
11:30:25 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [85.9 kB]
11:30:25 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [48.0 kB]
11:30:25 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [107 kB]
11:30:25 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [207 kB]
11:30:25 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [14.8 kB]
11:30:25 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [96.7 kB]
11:30:25 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]
11:30:25 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]
11:30:25 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:30:25 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
11:30:25 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
11:30:25 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
11:30:25 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.23 [220 kB]
11:30:25 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.23 [159 kB]
11:30:25 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
11:30:25 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
11:30:25 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
11:30:25 Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
11:30:25 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
11:30:25 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:30:25 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
11:30:25 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
11:30:25 Get:7 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [118 kB]
11:30:25 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
11:30:25 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
11:30:25 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
11:30:25 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
11:30:25 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
11:30:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
11:30:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
11:30:25 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.20 [9876 B]
11:30:25 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
11:30:25 debconf: delaying package configuration, since apt-utils is not installed
11:30:25 Fetched 16.0 MB in 1s (13.9 MB/s)
11:30:25 Selecting previously unselected package libssl1.1:amd64.
11:30:25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4051 files and directories currently installed.)
11:30:25 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
11:30:26 Get:8 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
11:30:26 Get:9 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
11:30:26 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:26 Selecting previously unselected package libpython3.6-minimal:amd64.
11:30:26 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:30:26 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:30:26 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
11:30:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CyAQ4U
11:30:26 + umask 022
11:30:26 + cd /root/rpmbuild/BUILD
11:30:26 + cd src
11:30:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
11:30:26 + RPM_EC=0
11:30:26 ++ jobs -p
11:30:26 + exit 0
11:30:26 
11:30:26 RPM build warnings:
11:30:26     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:30:26     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:30:26     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:30:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64/usr/bin/docker-proxy
11:30:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.4-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:30:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:30:26     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:30:26 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'.
11:30:26 Selecting previously unselected package libexpat1:amd64.
11:30:26 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
11:30:26 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:30:26 Selecting previously unselected package python3.6-minimal.
11:30:26 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:30:26 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:30:26 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:26 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:30:26 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:30:26 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:30:26 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'.
11:30:27 Get:10 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
11:30:27 Get:11 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
11:30:27 Get:12 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
11:30:27 make[1]: Leaving directory '/root/build-deb'
11:30:27  dpkg-genbuildinfo
11:30:27  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.changes
11:30:27 Selecting previously unselected package python3-minimal.
11:30: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 ... 4308 files and directories currently installed.)
11:30:27 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
11:30:27 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:30:27 Selecting previously unselected package mime-support.
11:30:27 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:30:27 Unpacking mime-support (3.60ubuntu1) ...
11:30:27 Selecting previously unselected package libmpdec2:amd64.
11:30:27 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
11:30:27 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:30:27 Selecting previously unselected package readline-common.
11:30:27 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:30:27 Unpacking readline-common (7.0-3) ...
11:30:27 Selecting previously unselected package libreadline7:amd64.
11:30:27 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
11:30:27 Unpacking libreadline7:amd64 (7.0-3) ...
11:30:27 Selecting previously unselected package libsqlite3-0:amd64.
11:30:27 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
11:30:27 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:30:27 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [289 kB]
11:30:27 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [410 kB]
11:30:27 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [7021 B]
11:30:27 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [259 kB]
11:30:27 Selecting previously unselected package libpython3.6-stdlib:amd64.
11:30:27 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:30:27 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:30:27 Selecting previously unselected package python3.6.
11:30:27 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_amd64.deb ...
11:30:27 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:30:27 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:27 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
11:30:27 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4546 B]
11:30:27 dpkg-genchanges: info: including full source code in upload
11:30:27  dpkg-source -I.git --after-build .
11:30:27 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:27 + destination=/build
11:30:27 + mkdir -p /build
11:30:27 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:30:27 Setting up python3-minimal (3.6.7-1~18.04) ...
11:30:27 Selecting previously unselected package python3.
11:30: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 ... 4766 files and directories currently installed.)
11:30:27 Preparing to unpack .../00-python3_3.6.7-1~18.04_amd64.deb ...
11:30:27 Unpacking python3 (3.6.7-1~18.04) ...
11:30:28 copied '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb'
11:30:28 removed '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb'
11:30:28 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:30:28 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:30:28 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:30:28 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:30:28 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.buildinfo'
11:30:28 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.buildinfo'
11:30:28 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.changes'
11:30:28 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.changes'
11:30:28 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb'
11:30:28 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'
11:30:28 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb'
11:30:28 copied '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
11:30:28 removed '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
11:30:28 Selecting previously unselected package openssl.
11:30:28 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
11:30:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:28 Selecting previously unselected package ca-certificates.
11:30:28 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:30:28 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:30:28 Selecting previously unselected package distro-info-data.
11:30:28 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
11:30:28 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:30:28 Selecting previously unselected package libglib2.0-0:amd64.
11:30:28 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
11:30:28 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:30:28 Fetched 22.5 MB in 3s (7401 kB/s)
11:30:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
11:30:28 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:28 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_amd64.deb ...
11:30:28 Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) ...
11:30:28 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:28 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_amd64.deb ...
11:30:28 Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) ...
11:30:28 Selecting previously unselected package libapt-inst2.0:amd64.
11:30:28 Preparing to unpack .../07-libapt-inst2.0_1.6.14_amd64.deb ...
11:30:28 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
11:30:28 Selecting previously unselected package libdbus-1-3:amd64.
11:30:28 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_amd64.deb ...
11:30:28 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
11:30:28 Selecting previously unselected package lsb-release.
11:30:28 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
11:30:28 Unpacking lsb-release (9.20170808ubuntu1) ...
11:30:28 Selecting previously unselected package python3-dbus.
11:30:28 Preparing to unpack .../10-python3-dbus_1.2.6-1_amd64.deb ...
11:30:28 Unpacking python3-dbus (1.2.6-1) ...
11:30:28 Selecting previously unselected package python3-gi.
11:30:28 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_amd64.deb ...
11:30:28 Unpacking python3-gi (3.26.1-2ubuntu1) ...
11:30:28 Selecting previously unselected package iso-codes.
11:30:28 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
11:30:28 Unpacking iso-codes (3.79-1) ...
11:30:28 Reading package lists...
11:30:28 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
11:30:28 Selecting previously unselected package libkrb5support0:amd64.
11:30:28 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
11:30:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:30:28 Selecting previously unselected package libk5crypto3:amd64.
11:30:28 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:29 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:30:29 Selecting previously unselected package libkeyutils1:amd64.
11:30:29 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
11:30:29 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:30:29 Selecting previously unselected package libkrb5-3:amd64.
11:30:29 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
11:30:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
11:30:29 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:30:29 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
11:30:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
11:30:29 Selecting previously unselected package libpsl5:amd64.
11:30:29 Preparing to unpack .../18-libpsl5_0.19.1-5build1_amd64.deb ...
11:30:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
11:30:29 Selecting previously unselected package python-apt-common.
11:30:29 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
11:30:29 Unpacking python-apt-common (1.6.6) ...
11:30:29 + make IMAGE=fedora:36 verify
11:30:29 docker run  --rm -i \
11:30:29 	-v "$(pwd):/v" \
11:30:29 	-e DEBIAN_FRONTEND=noninteractive \
11:30:29 	-e PACKAGE_REPO=staging \
11:30:29 	-w /v \
11:30:29 	fedora:36 ./verify
11:30:29 Unable to find image 'fedora:36' locally
11:30:29 36: Pulling from library/fedora
11:30:29 Selecting previously unselected package python3-apt.
11:30:29 Preparing to unpack .../20-python3-apt_1.6.6_amd64.deb ...
11:30:29 Unpacking python3-apt (1.6.6) ...
11:30:29 Selecting previously unselected package apt-transport-https.
11:30:29 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
11:30:29 Unpacking apt-transport-https (1.6.14) ...
11:30:29 Selecting previously unselected package libroken18-heimdal:amd64.
11:30:29 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:30:29 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:30:29 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:30:29 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 be2f7d039735: Already exists
11:30:29 Digest: sha256:2fc80092c13b86234553d919b3756aa3d5fd49c4e95735b7855a00a38d7ba156
11:30:29 Status: Downloaded newer image for fedora:36
11:30:29 Selecting previously unselected package libwind0-heimdal:amd64.
11:30:29 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:30:29 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:30:29 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:30:29 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:30:29 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
11:30:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:29 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:29 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:30:29 Reading package lists...
11:30:29 Building dependency tree...
11:30:29 Reading state information...
11:30:29 The following additional packages will be installed:
11:30:29   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
11:30:29   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:30:29   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:30:29   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:30:29   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:30:29   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
11:30:29   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
11:30:29   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
11:30:29   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
11:30:29   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
11:30:29   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
11:30:29   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
11:30:29   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
11:30:29   libsystemd-shared libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8
11:30:29   libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses
11:30:29   pkexec policykit-1 polkitd python-apt-common python3 python3-apt
11:30:29   python3-blinker python3-cffi-backend python3-cryptography python3-dbus
11:30:29   python3-distro python3-gi python3-httplib2 python3-importlib-metadata
11:30:29   python3-jeepney python3-jwt python3-keyring python3-launchpadlib
11:30:29   python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:30:29   python3-more-itertools python3-oauthlib python3-pkg-resources
11:30:29   python3-pyparsing python3-secretstorage python3-six
11:30:29   python3-software-properties python3-wadllib python3-zipp python3.10
11:30:29   python3.10-minimal readline-common systemd systemd-sysv
11:30:29 Suggested packages:
11:30:29   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:30:29   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:30:29   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:30:29   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:30:29   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:30:29   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:30:29   python3-keyrings.alt python3-testresources python3-setuptools
11:30:29   python-pyparsing-doc python-secretstorage-doc gnome-keyring
11:30:29   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
11:30:29   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
11:30:29   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:30:29 Recommended packages:
11:30:29   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
11:30:29   libldap-common dbus-user-session publicsuffix libsasl2-modules
11:30:29   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
11:30:29   | time-daemon systemd-resolved libnss-systemd
11:30:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:30:29 Selecting previously unselected package libsasl2-2:amd64.
11:30:29 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:30:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:30:29 Selecting previously unselected package libldap-common.
11:30:29 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:30:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:30:29 Selecting previously unselected package libldap-2.4-2:amd64.
11:30:29 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
11:30:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:30:29 Selecting previously unselected package libnghttp2-14:amd64.
11:30:29 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
11:30:29 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:30:29 Selecting previously unselected package librtmp1:amd64.
11:30:29 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
11:30:29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:30:29 Selecting previously unselected package libcurl4:amd64.
11:30:29 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.23_amd64.deb ...
11:30:29 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.23) ...
11:30:30 The following NEW packages will be installed:
11:30:30   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:30:30   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:30:30   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:30:30   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:30   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:30:30   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:30:30   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:30:30   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
11:30:30   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:30:30   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:30:30   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:30:30   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:30:30   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:30:30   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
11:30:30   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
11:30:30   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
11:30:30   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:30:30   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:30:30   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
11:30:30   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
11:30:30   python3-minimal python3-more-itertools python3-oauthlib
11:30:30   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:30:30   python3-software-properties python3-wadllib python3-zipp python3.10
11:30:30   python3.10-minimal readline-common software-properties-common systemd
11:30:30   systemd-sysv
11:30:30 The following packages will be upgraded:
11:30:30   libsystemd0 libudev1
11:30:30 + verify
11:30:30 + dpkg --version
11:30:30 + rpm --version
11:30:30 + verify_rpm
11:30:30 ++ . /etc/os-release
11:30:30 +++ NAME='Fedora Linux'
11:30:30 +++ VERSION='36 (Container Image)'
11:30:30 +++ ID=fedora
11:30:30 +++ VERSION_ID=36
11:30:30 +++ VERSION_CODENAME=
11:30:30 +++ PLATFORM_ID=platform:f36
11:30:30 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:30:30 +++ ANSI_COLOR='0;38;2;60;110;180'
11:30:30 +++ LOGO=fedora-logo-icon
11:30:30 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:30:30 +++ HOME_URL=https://fedoraproject.org/
11:30:30 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:30:30 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:30:30 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:30 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:30:30 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:30:30 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:30:30 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:30:30 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:30:30 +++ SUPPORT_END=2023-05-16
11:30:30 +++ VARIANT='Container Image'
11:30:30 +++ VARIANT_ID=container
11:30:30 ++ echo fedora
11:30:30 + DIST_ID=fedora
11:30:30 ++ . /etc/os-release
11:30:30 +++ NAME='Fedora Linux'
11:30:30 +++ VERSION='36 (Container Image)'
11:30:30 +++ ID=fedora
11:30:30 +++ VERSION_ID=36
11:30:30 +++ VERSION_CODENAME=
11:30:30 +++ PLATFORM_ID=platform:f36
11:30:30 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:30:30 +++ ANSI_COLOR='0;38;2;60;110;180'
11:30:30 +++ LOGO=fedora-logo-icon
11:30:30 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:30:30 +++ HOME_URL=https://fedoraproject.org/
11:30:30 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:30:30 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:30:30 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:30 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:30:30 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:30:30 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:30:30 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:30:30 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:30:30 +++ SUPPORT_END=2023-05-16
11:30:30 +++ VARIANT='Container Image'
11:30:30 +++ VARIANT_ID=container
11:30:30 ++ echo 36
11:30:30 ++ cut -d. -f1
11:30:30 + DIST_VERSION=36
11:30:30 + pkg_manager=yum
11:30:30 + pkg_config_manager=yum-config-manager
11:30:30 + dnf --version
11:30:30 4.14.0
11:30:30   Installed: dnf-0:4.14.0-1.fc36.noarch at Wed Feb 22 07:49:34 2023
11:30:30   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
11:30:30 
11:30:30   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Wed Feb 22 07:49:33 2023
11:30:30   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
11:30:30 + pkg_manager=dnf
11:30:30 + pkg_config_manager='dnf config-manager'
11:30:30 + dnf clean all
11:30:30 Selecting previously unselected package curl.
11:30:30 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.23_amd64.deb ...
11:30:30 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:30:30 Selecting previously unselected package libassuan0:amd64.
11:30:30 Preparing to unpack .../39-libassuan0_2.5.1-2_amd64.deb ...
11:30:30 Unpacking libassuan0:amd64 (2.5.1-2) ...
11:30:30 Selecting previously unselected package gpgconf.
11:30:30 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package libksba8:amd64.
11:30:30 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
11:30:30 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:30:30 Selecting previously unselected package libnpth0:amd64.
11:30:30 Preparing to unpack .../42-libnpth0_1.5-3_amd64.deb ...
11:30:30 Unpacking libnpth0:amd64 (1.5-3) ...
11:30:30 Selecting previously unselected package dirmngr.
11:30:30 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'.
11:30:30 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:30:30 + popd
11:30:30 + RPM_EC=0
11:30:30 ~/rpmbuild/BUILD/src
11:30:30 ++ jobs -p
11:30:30 + exit 0
11:30:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HSOzwY
11:30:30 + umask 022
11:30:30 + cd /root/rpmbuild/BUILD
11:30:30 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64 '!=' / ']'
11:30:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:30 + mkdir -p /root/rpmbuild/BUILDROOT
11:30:30 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:30 + cd src
11:30:30 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:30:30 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:30:30 + 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
11:30:30 + popd
11:30:30 + /usr/lib/rpm/check-buildroot
11:30:30 ~/rpmbuild/BUILD/src
11:30:30 + /usr/lib/rpm/redhat/brp-ldconfig
11:30:30 + /usr/lib/rpm/brp-compress
11:30:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:30:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:30:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:30:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:30:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:30:30 + /usr/lib/rpm/brp-python-hardlink
11:30:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:30:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Up3oLx
11:30:30 + umask 022
11:30:30 + cd /root/rpmbuild/BUILD
11:30:30 + cd src
11:30:30 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:30:30 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:30:30 PASS: docker-scan version OK
11:30:30 + ver=v0.23.0
11:30:30 + test v0.23.0 = v0.23.0
11:30:30 + echo 'PASS: docker-scan version OK'
11:30:30 + RPM_EC=0
11:30:30 ++ jobs -p
11:30:30 + exit 0
11:30:30 Processing files: docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:30 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
11:30:30 Provides: docker-scan-plugin = 0:0.23.0-0.el9 docker-scan-plugin(x86-64) = 0:0.23.0-0.el9
11:30:30 Requires(interp): /bin/sh /bin/sh /bin/sh
11:30:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:30:30 Requires(post): /bin/sh
11:30:30 Requires(preun): /bin/sh
11:30:30 Requires(postun): /bin/sh
11:30:30 Enhances: docker-ce-cli
11:30:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:30 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el9.src.rpm
11:30:30 2 upgraded, 122 newly installed, 0 to remove and 2 not upgraded.
11:30:30 Need to get 41.4 MB of archives.
11:30:30 After this operation, 148 MB of additional disk space will be used.
11:30:30 Get:1 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2.1 [1896 kB]
11:30:30 0 files removed
11:30:30 + dnf install -y 'dnf-command(config-manager)'
11:30:30 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gnupg-l10n.
11:30:30 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:30:30 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gnupg-utils.
11:30:30 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gpg.
11:30:30 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package pinentry-curses.
11:30:30 Preparing to unpack .../47-pinentry-curses_1.1.0-1_amd64.deb ...
11:30:30 Unpacking pinentry-curses (1.1.0-1) ...
11:30:30 Selecting previously unselected package gpg-agent.
11:30:30 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:30:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
11:30:30 Selecting previously unselected package gpg-wks-client.
11:30:30 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gpg-wks-server.
11:30:30 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gpgsm.
11:30:30 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package gnupg.
11:30:30 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
11:30:30 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:30:30 Selecting previously unselected package python3-software-properties.
11:30:30 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
11:30:30 Unpacking python3-software-properties (0.96.24.32.20) ...
11:30:30 Selecting previously unselected package software-properties-common.
11:30:30 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
11:30:30 Unpacking software-properties-common (0.96.24.32.20) ...
11:30:30 Selecting previously unselected package gnupg2.
11:30:30 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
11:30:30 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
11:30:30 Setting up python-apt-common (1.6.6) ...
11:30:30 Setting up libnpth0:amd64 (1.5-3) ...
11:30:30 Setting up readline-common (7.0-3) ...
11:30:30 Setting up libapt-inst2.0:amd64 (1.6.14) ...
11:30:30 Setting up apt-transport-https (1.6.14) ...
11:30:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:30:30 Setting up mime-support (3.60ubuntu1) ...
11:30:30 Setting up iso-codes (3.79-1) ...
11:30:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:30:31 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
11:30:31 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
11:30:31 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
11:30:31 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
11:30:31 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
11:30:31 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:30:31 Get:8 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
11:30:31 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
11:30:31 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
11:30:31 Get:11 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
11:30:31 Setting up libreadline7:amd64 (7.0-3) ...
11:30:31 Setting up libpsl5:amd64 (0.19.1-5build1) ...
11:30:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:30:31 No schema files found: doing nothing.
11:30:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:30:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:30:31 Setting up distro-info-data (0.37ubuntu0.15) ...
11:30:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:31 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:30:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:30:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:30:31 Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ...
11:30:31 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:30:31 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
11:30:31 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:30:31 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
11:30:31 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
11:30:31 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
11:30:31 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
11:30:31 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
11:30:31 Get:19 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
11:30:31 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
11:30:31 Get:21 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
11:30:31 Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
11:30:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:31 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:31 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:30:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:30:31 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:30:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:31 Updating certificates in /etc/ssl/certs...
11:30:31 + make IMAGE=debian:buster verify
11:30:31 docker run  --rm -i \
11:30:31 	-v "$(pwd):/v" \
11:30:31 	-e DEBIAN_FRONTEND=noninteractive \
11:30:31 	-e PACKAGE_REPO=staging \
11:30:31 	-w /v \
11:30:31 	debian:buster ./verify
11:30:31 Unable to find image 'debian:buster' locally
11:30:32 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
11:30:32 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
11:30:32 Get:24 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libudev1 amd64 251.4-1ubuntu7.1 [80.0 kB]
11:30:32 buster: Pulling from library/debian
11:30:32 d8a6bce2a40c: Already exists
11:30:32 Digest: sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:30:32 Status: Downloaded newer image for debian:buster
11:30:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'.
11:30:32 Get:25 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
11:30:32 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
11:30:32 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
11:30:32 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
11:30:32 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
11:30:32 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
11:30:32 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
11:30:32 Get:32 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libsystemd-shared amd64 251.4-1ubuntu7.1 [1700 kB]
11:30:32 124 added, 0 removed; done.
11:30:32 Setting up libassuan0:amd64 (2.5.1-2) ...
11:30:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:30:32 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
11:30:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.10) ...
11:30:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:30:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:30:32 + verify
11:30:32 + dpkg --version
11:30:32 + verify_deb
11:30:32 + apt-get update
11:30:32 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb'.
11:30:32 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'.
11:30:32 Get:33 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libsystemd0 amd64 251.4-1ubuntu7.1 [323 kB]
11:30:32 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 systemd amd64 251.4-1ubuntu7.1 [2808 kB]
11:30:32 Get:35 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 systemd-sysv amd64 251.4-1ubuntu7.1 [11.2 kB]
11:30:32 Get:36 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2.1 [1177 kB]
11:30:32 Get:37 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:30:32 Get:38 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
11:30:32 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
11:30:32 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:30:32 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
11:30:32 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:30:32 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
11:30:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:30:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:30:32 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:30:32 Setting up pinentry-curses (1.1.0-1) ...
11:30:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
11:30:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:32 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:30:32 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:30:32 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:30:32 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:30:32 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
11:30:32 make[1]: Leaving directory '/root/build-deb'
11:30:32  dpkg-genbuildinfo
11:30:32  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.changes
11:30:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:30:33 Setting up python3 (3.6.7-1~18.04) ...
11:30:33 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:30:33 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:30:33 Setting up python3-gi (3.26.1-2ubuntu1) ...
11:30:33 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [470 kB]
11:30:33 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:30:33 Setting up lsb-release (9.20170808ubuntu1) ...
11:30:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
11:30:33 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
11:30:33 Setting up python3-apt (1.6.6) ...
11:30:33 Get:44 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:30:33 Get:45 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
11:30:33 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'.
11:30:33 dpkg-genchanges: info: including full source code in upload
11:30:33  dpkg-source -I.git --after-build .
11:30:33 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:33 + destination=/build
11:30:33 + mkdir -p /build
11:30:33 + mv -v /root/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb /build
11:30:33 Setting up python3-dbus (1.2.6-1) ...
11:30:33 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:30:33 Setting up python3-software-properties (0.96.24.32.20) ...
11:30:33 copied '/root/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb'
11:30:33 removed '/root/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb'
11:30:33 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.dsc'
11:30:33 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.dsc'
11:30:33 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.tar.gz'
11:30:33 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye.tar.gz'
11:30:33 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.buildinfo'
11:30:33 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.buildinfo'
11:30:33 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.changes'
11:30:33 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.changes'
11:30:33 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:33 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'
11:30:33 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb'
11:30:33 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:30:33 Setting up software-properties-common (0.96.24.32.20) ...
11:30:33 Get:46 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
11:30:33 Get:47 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
11:30:33 Get:48 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
11:30:33 Get:49 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
11:30:33 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
11:30:33 Get:51 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:30:33 Get:52 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
11:30:34 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.23) ...
11:30:34 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:30:34 Setting up curl (7.58.0-2ubuntu3.23) ...
11:30:34 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:30:34 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
11:30:34 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:30:34 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:30:34 Updating certificates in /etc/ssl/certs...
11:30:34 Fedora 36 - x86_64                               23 MB/s |  81 MB     00:03    
11:30:34 Fetched 8601 kB in 2s (4913 kB/s)
11:30:34 Get:53 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpam-systemd amd64 251.4-1ubuntu7.1 [207 kB]
11:30:34 Get:54 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
11:30:34 0 added, 0 removed; done.
11:30:34 Running hooks in /etc/ca-certificates/update.d...
11:30:34 done.
11:30:34 ++ source /etc/os-release
11:30:34 +++ NAME=Ubuntu
11:30:34 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
11:30:34 +++ ID=ubuntu
11:30:34 +++ ID_LIKE=debian
11:30:34 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
11:30:34 +++ VERSION_ID=18.04
11:30:34 +++ HOME_URL=https://www.ubuntu.com/
11:30:34 +++ SUPPORT_URL=https://help.ubuntu.com/
11:30:34 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:30:34 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:30:34 +++ VERSION_CODENAME=bionic
11:30:34 +++ UBUNTU_CODENAME=bionic
11:30:34 ++ echo ubuntu
11:30:34 + DIST_ID=ubuntu
11:30:34 ++ lsb_release -sc
11:30:34 + DIST_VERSION=bionic
11:30:34 + '[' bionic = sid ']'
11:30:34 + install_debian_containerd
11:30:34 + '[' staging = stage ']'
11:30:34 + REPO_URL=https://download.docker.com/linux/ubuntu
11:30:34 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:30:34 + update-ca-certificates -f
11:30:34 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:30:34 Clearing symlinks in /etc/ssl/certs...
11:30:34 Reading package lists...
11:30:34 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:34 Get:55 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
11:30:34 Get:56 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:30:34 Get:57 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:30:34 Get:58 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
11:30:34 Get:59 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
11:30:35 done.
11:30:35 Updating certificates in /etc/ssl/certs...
11:30:35 Get:60 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
11:30:35 Get:61 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:30:35 Get:62 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
11:30:35 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:30:35 Get:64 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 apt-transport-https all 2.5.3 [1502 B]
11:30:35 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:30:35 make[1]: Leaving directory '/root/build-deb'
11:30:35  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.buildinfo
11:30:35  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.changes
11:30:35 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:30:35 124 added, 0 removed; done.
11:30:35 Running hooks in /etc/ca-certificates/update.d...
11:30:35 done.
11:30:35 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:30:35 + apt-key add -
11:30:35 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
11:30:35 Reading package lists...
11:30:35 make[1]: Leaving directory '/root/build-deb'
11:30:35  dpkg-genbuildinfo
11:30:35  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.changes
11:30:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
11:30:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XJxgie
11:30:35 + umask 022
11:30:35 + cd /root/rpmbuild/BUILD
11:30:35 + cd src
11:30:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
11:30:35 + RPM_EC=0
11:30:35 ++ jobs -p
11:30:35 + exit 0
11:30:35 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:30:35 Get:67 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
11:30:35 Get:68 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
11:30:35 Building dependency tree...
11:30:35 Reading state information...
11:30:35 The following additional packages will be installed:
11:30:35   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:30:35   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:30:35   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
11:30:35   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
11:30:35   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:30:35   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
11:30:35   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
11:30:35   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
11:30:35   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
11:30:35   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:35   python3-software-properties python3.7 python3.7-minimal readline-common
11:30:35 Suggested packages:
11:30:35   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:30:35   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:30:35   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:35   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
11:30:35   python3.7-doc binutils binfmt-support readline-doc
11:30:35 Recommended packages:
11:30:35   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
11:30:35   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
11:30:35 dpkg-genchanges: info: including full source code in upload
11:30:35  dpkg-source -I.git --after-build .
11:30:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:35 + destination=/build
11:30:35 + mkdir -p /build
11:30:35 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:35 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:30:35 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:30:35 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:30:35 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:30:35 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.buildinfo'
11:30:35 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.buildinfo'
11:30:35 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.changes'
11:30:35 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.changes'
11:30:35 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 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'
11:30:35 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
11:30:35 copied '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
11:30:35 removed '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
11:30:35 OK
11:30:35 + '[' bionic = sid ']'
11:30:35 ++ dpkg --print-architecture
11:30:35 + ARCH=amd64
11:30:35 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test'
11:30:35 + apt-get update
11:30:35 Get:69 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:30:35 Get:70 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:30:35 Get:71 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.3 [294 kB]
11:30:35 Get:72 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.3 [199 kB]
11:30:35 Get:73 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
11:30:35 Get:74 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
11:30:35 Get:75 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
11:30:35 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:30:36 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
11:30:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
11:30:36 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
11:30:36 Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
11:30:36 Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
11:30:36 Get:6 https://download.docker.com/linux/ubuntu bionic/test amd64 Packages [63.9 kB]
11:30:36 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
11:30:36 The following NEW packages will be installed:
11:30:36   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:30:36   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:30:36   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:36   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:30:36   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
11:30:36   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
11:30:36   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:30:36   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
11:30:36   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
11:30:36   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
11:30:36   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:36   python3-software-properties python3.7 python3.7-minimal readline-common
11:30:36   software-properties-common
11:30:36 Fetched 128 kB in 1s (192 kB/s)
11:30:36 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
11:30:36 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
11:30:36 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:30:36 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
11:30:36 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
11:30:36 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
11:30:36 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
11:30:36 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
11:30:36 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
11:30:36 Get:87 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
11:30:36 dpkg-genchanges: info: including full source code in upload
11:30:36  dpkg-source -I.git --after-build .
11:30:36 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:36 + destination=/build
11:30:36 + mkdir -p /build
11:30:36 + mv -v /root/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb /build
11:30:36 copied '/root/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'
11:30:36 removed '/root/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'
11:30:36 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.dsc'
11:30:36 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.dsc'
11:30:36 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.tar.gz'
11:30:36 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster.tar.gz'
11:30:36 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.buildinfo'
11:30:36 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.buildinfo'
11:30:36 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.changes'
11:30:36 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.changes'
11:30:36 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb'
11:30:36 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'
11:30:36 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
11:30:36 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
11:30:36 Need to get 23.9 MB of archives.
11:30:36 After this operation, 82.9 MB of additional disk space will be used.
11:30:36 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u4 [1551 kB]
11:30:36 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
11:30:36 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
11:30:36 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
11:30:36 Get:5 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
11:30:36 Get:6 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
11:30:36 Get:7 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
11:30:36 Get:8 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
11:30:36 Get:9 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
11:30:36 Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
11:30:36 Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
11:30:36 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
11:30:36 Get:13 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
11:30:36 Get:14 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
11:30:36 Get:15 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
11:30:36 Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
11:30:36 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
11:30:36 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
11:30:36 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
11:30:36 Get:20 http://deb.debian.org/debian buster/main amd64 apt-transport-https all 1.8.2.3 [149 kB]
11:30:36 Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u4 [855 kB]
11:30:36 Get:22 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
11:30:36 Get:23 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
11:30:36 Get:24 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
11:30:36 Get:25 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:30:36 Get:26 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
11:30:36 Get:27 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
11:30:36 Get:28 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
11:30:36 Get:29 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
11:30:36 Get:30 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
11:30:36 Get:31 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u5 [334 kB]
11:30:36 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u5 [265 kB]
11:30:36 Get:33 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
11:30:36 Get:34 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
11:30:36 Get:35 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
11:30:36 Get:36 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
11:30:36 Get:37 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
11:30:36 Get:38 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
11:30:36 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
11:30:36 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
11:30:36 Get:41 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
11:30:36 Get:42 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
11:30:36 Get:43 http://deb.debian.org/debian buster/main amd64 libpackagekit-glib2-18 amd64 1.1.12-5 [116 kB]
11:30:36 Get:44 http://deb.debian.org/debian buster/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.12-5 [35.9 kB]
11:30:36 Get:45 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:30:36 Get:46 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
11:30:36 Get:47 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
11:30:36 Get:48 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
11:30:36 Get:49 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
11:30:36 Get:50 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
11:30:36 Get:51 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
11:30:36 Get:52 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
11:30:36 Get:53 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:30:36 Get:54 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
11:30:36 Get:55 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
11:30:36 make[1]: Leaving directory '/root/build-deb'
11:30:36  dpkg-genbuildinfo
11:30:36 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:30:36 Get:56 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
11:30:36 Get:57 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u5 [331 kB]
11:30:36 Get:58 http://deb.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.24-0+deb10u1 [218 kB]
11:30:36 Get:59 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
11:30:36 Get:60 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
11:30:36 Get:61 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
11:30:36 Get:62 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
11:30:36 Get:63 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
11:30:36 Get:64 http://deb.debian.org/debian buster/main amd64 python3-pycurl amd64 7.43.0.2-0.1 [66.3 kB]
11:30:36 Get:65 http://deb.debian.org/debian buster/main amd64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
11:30:36 Get:66 http://deb.debian.org/debian buster/main amd64 software-properties-common all 0.96.20.2-2 [83.3 kB]
11:30:36 debconf: delaying package configuration, since apt-utils is not installed
11:30:36 Fetched 23.9 MB in 1s (46.0 MB/s)
11:30:36 Selecting previously unselected package libssl1.1:amd64.
11:30:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
11:30:36 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u4_amd64.deb ...
11:30:36 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
11:30:36  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.changes
11:30:36 Selecting previously unselected package libpython3.7-minimal:amd64.
11:30:36 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:30:36 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:30:36 Selecting previously unselected package libexpat1:amd64.
11:30:36 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_amd64.deb ...
11:30:36 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:30:36 Selecting previously unselected package python3.7-minimal.
11:30:36 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:30:36 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:30:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
11:30:37 Get:89 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.3 [288 kB]
11:30:37 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
11:30:37 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmlb2 amd64 0.3.8-1 [65.3 kB]
11:30:37 Get:92 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libappstream4 amd64 0.15.5-1 [193 kB]
11:30:37 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
11:30:37 Get:94 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-bin amd64 2.74.3-0ubuntu1 [93.0 kB]
11:30:37 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u4) ...
11:30:37 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:30:37 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
11:30:37 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgstreamer1.0-0 amd64 1.20.3-1 [967 kB]
11:30:37 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
11:30:37 Get:98 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
11:30:37 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:30:37 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:30:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:37 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 polkitd amd64 0.105-33 [80.0 kB]
11:30:37 Get:100 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkexec amd64 0.105-33 [15.2 kB]
11:30:37 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 policykit-1 amd64 0.105-33 [2426 B]
11:30:37 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
11:30:37 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
11:30:37 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
11:30:37 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-pyparsing all 3.0.7-2 [82.6 kB]
11:30:37 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-httplib2 all 0.20.4-2 [29.8 kB]
11:30:37 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
11:30:37 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-zipp all 1.0.0-4 [5548 B]
11:30:37 Get:109 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:30:37 Reading package lists...
11:30:37 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
11:30:37 + packages='deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
11:30:37 ++ echo 'deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
11:30:37 ++ xargs
11:30:37 ++ awk '$0="./"$0'
11:30:37 + packages='./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
11:30:37 + set -x
11:30:37 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb
11:30:37 Selecting previously unselected package docker-ce-rootless-extras.
11:30:37 (Reading database ... 6938 files and directories currently installed.)
11:30:37 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ...
11:30:37 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:37 Selecting previously unselected package python3-minimal.
11:30: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 ... 6938 files and directories currently installed.)
11:30:37 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
11:30:37 Unpacking python3-minimal (3.7.3-1) ...
11:30:37 Selecting previously unselected package mime-support.
11:30:37 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:30:37 Unpacking mime-support (3.62) ...
11:30:37 + make IMAGE=balenalib/rpi-raspbian:bullseye verify
11:30:37 docker run  --rm -i \
11:30:37 	-v "$(pwd):/v" \
11:30:37 	-e DEBIAN_FRONTEND=noninteractive \
11:30:37 	-e PACKAGE_REPO=staging \
11:30:37 	-w /v \
11:30:37 	balenalib/rpi-raspbian:bullseye ./verify
11:30:37 Unable to find image 'balenalib/rpi-raspbian:bullseye' locally
11:30:37 bullseye: Pulling from balenalib/rpi-raspbian
11:30:37 80e1513108ac: Already exists
11:30:38 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
11:30:38 Selecting previously unselected package libmpdec2:amd64.
11:30:38 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
11:30:38 Unpacking libmpdec2:amd64 (2.4.2-2) ...
11:30:38 Selecting previously unselected package readline-common.
11:30:38 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:30:38 Unpacking readline-common (7.0-5) ...
11:30:38 Selecting previously unselected package libreadline7:amd64.
11:30:38 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
11:30:38 Unpacking libreadline7:amd64 (7.0-5) ...
11:30:38 Selecting previously unselected package libsqlite3-0:amd64.
11:30:38 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
11:30:38 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
11:30:38 Selecting previously unselected package libpython3.7-stdlib:amd64.
11:30:38 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
11:30:38 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
11:30:38 dpkg-genchanges: info: including full source code in upload
11:30:38  dpkg-source -I.git --after-build .
11:30:38 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:38 + destination=/build
11:30:38 + mkdir -p /build
11:30:38 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:38 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:30:38 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:30:38 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:30:38 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:30:38 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.buildinfo'
11:30:38 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.buildinfo'
11:30:38 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.changes'
11:30:38 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.changes'
11:30:38 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 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'
11:30:38 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb'
11:30:38 copied '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
11:30:38 removed '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
11:30:38 7d7ecaba86e0: Already exists
11:30:38 cd8d70a00e71: Already exists
11:30:38 2bb109a565e6: Already exists
11:30:38 83502790502d: Already exists
11:30:38 f20327d786aa: Already exists
11:30:38 1749915a5ae7: Already exists
11:30:38 00041252b20f: Already exists
11:30:38 Digest: sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:30:38 Status: Downloaded newer image for balenalib/rpi-raspbian:bullseye
11:30:38 Get:110 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jeepney all 0.8.0-1 [35.2 kB]
11:30:38 Get:111 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jwt all 2.4.0-1 [17.4 kB]
11:30:38 Get:112 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
11:30:38 Get:113 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-keyring all 23.8.2-1 [37.3 kB]
11:30:38 Selecting previously unselected package docker-ce-cli.
11:30:38 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ...
11:30:38 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:38 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb'.
11:30:38 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'.
11:30:38 Selecting previously unselected package python3.7.
11:30:38 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
11:30:38 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:30:38 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:38 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
11:30:38 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
11:30:38 Setting up python3-minimal (3.7.3-1) ...
11:30:38 Get:114 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:30:38 Get:115 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
11:30:38 Get:116 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
11:30:38 Get:117 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
11:30:38 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
11:30:38 Get:119 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:30:38 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
11:30:38 Selecting previously unselected package python3.
11:30:38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7407 files and directories currently installed.)
11:30:38 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
11:30:38 Unpacking python3 (3.7.3-1) ...
11:30:38 Selecting previously unselected package libkeyutils1:amd64.
11:30:38 Preparing to unpack .../01-libkeyutils1_1.6-6_amd64.deb ...
11:30:38 Unpacking libkeyutils1:amd64 (1.6-6) ...
11:30:38 Selecting previously unselected package libkrb5support0:amd64.
11:30:38 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
11:30:38 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
11:30:38 Selecting previously unselected package libk5crypto3:amd64.
11:30:38 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
11:30:38 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
11:30:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:38 + verify
11:30:38 + dpkg --version
11:30:38 + verify_deb
11:30:38 + apt-get update
11:30:38 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-software-properties all 0.99.27 [28.9 kB]
11:30:38 Selecting previously unselected package libkrb5-3:amd64.
11:30:38 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
11:30:38 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
11:30:38 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:30:38 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
11:30:38 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
11:30:38 Selecting previously unselected package apt-transport-https.
11:30:38 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
11:30:38 Unpacking apt-transport-https (1.8.2.3) ...
11:30:38 Selecting previously unselected package openssl.
11:30:38 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u4_amd64.deb ...
11:30:38 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:30:38 Selecting previously unselected package docker-scan-plugin.
11:30:38 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ...
11:30:38 Unpacking docker-scan-plugin (0.23.0~ubuntu-bionic) ...
11:30:39 Get:122 http://archive.ubuntu.com/ubuntu kinetic/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
11:30:39 Get:123 http://archive.ubuntu.com/ubuntu kinetic/main amd64 software-properties-common all 0.99.27 [13.9 kB]
11:30:39 Get:124 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
11:30:39 debconf: delaying package configuration, since apt-utils is not installed
11:30:39 Fetched 41.4 MB in 9s (4594 kB/s)
11:30:39 Selecting previously unselected package libssl3:amd64.
11:30:39 + make IMAGE=quay.io/centos/centos:stream9 verify
11:30:39 docker run  --rm -i \
11:30:39 	-v "$(pwd):/v" \
11:30:39 	-e DEBIAN_FRONTEND=noninteractive \
11:30:39 	-e PACKAGE_REPO=staging \
11:30:39 	-w /v \
11:30:39 	quay.io/centos/centos:stream9 ./verify
11:30:39 Unable to find image 'quay.io/centos/centos:stream9' locally
11:30:39 Selecting previously unselected package ca-certificates.
11:30:39 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
11:30:39 Unpacking ca-certificates (20200601~deb10u2) ...
11:30:39 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:39 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:30:39 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:30:39 Selecting previously unselected package libsasl2-2:amd64.
11:30:39 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:30:39 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:30:39 Selecting previously unselected package libldap-common.
11:30:39 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:30:39 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:30:39 Selecting previously unselected package libldap-2.4-2:amd64.
11:30:39 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
11:30:39 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
11:30:39 Selecting previously unselected package libnghttp2-14:amd64.
11:30:39 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
11:30:39 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
11:30:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
11:30:39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4399 files and directories currently installed.)
11:30:39 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_amd64.deb ...
11:30:39 Unpacking libssl3:amd64 (3.0.5-2ubuntu2.1) ...
11:30:39 Selecting previously unselected package libpython3.10-minimal:amd64.
11:30:39 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:30:39 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:30:39 Selecting previously unselected package libexpat1:amd64.
11:30:39 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
11:30:39 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:30:39 Selecting previously unselected package python3.10-minimal.
11:30:39 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:30:39 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:30:39 stream9: Pulling from centos/centos
11:30:39 ef0ad52a8a3b: Already exists
11:30:39 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
11:30:39 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
11:30:39 Get:3 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
11:30:39 Selecting previously unselected package libpsl5:amd64.
11:30:39 Preparing to unpack .../14-libpsl5_0.20.2-2_amd64.deb ...
11:30:39 Unpacking libpsl5:amd64 (0.20.2-2) ...
11:30:39 Selecting previously unselected package librtmp1:amd64.
11:30:39 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
11:30:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
11:30:39 Selecting previously unselected package libssh2-1:amd64.
11:30:39 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_amd64.deb ...
11:30:39 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
11:30:39 Selecting previously unselected package libcurl4:amd64.
11:30:39 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u5_amd64.deb ...
11:30:39 Unpacking libcurl4:amd64 (7.64.0-4+deb10u5) ...
11:30:39 Selecting previously unselected package curl.
11:30:39 Preparing to unpack .../18-curl_7.64.0-4+deb10u5_amd64.deb ...
11:30:39 Unpacking curl (7.64.0-4+deb10u5) ...
11:30:39 Selecting previously unselected package libassuan0:amd64.
11:30:39 Preparing to unpack .../19-libassuan0_2.5.2-1_amd64.deb ...
11:30:39 Unpacking libassuan0:amd64 (2.5.2-1) ...
11:30:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:30:39 Selecting previously unselected package docker-ce.
11:30:39 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ...
11:30:39 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:39 Setting up libssl3:amd64 (3.0.5-2ubuntu2.1) ...
11:30:39 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:30:39 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:30:39 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:30:39 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [315 kB]
11:30:39 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
11:30:39 Get:6 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
11:30:39 Get:7 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
11:30:39 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
11:30:39 Digest: sha256:3332c6692307ba0bdd916c8681a9a7184ca7630de3706aef3476d4ceb286531f
11:30:39 Status: Downloaded newer image for quay.io/centos/centos:stream9
11:30:39 Selecting previously unselected package gpgconf.
11:30:39 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
11:30:39 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:30:39 Selecting previously unselected package lsb-base.
11:30:39 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
11:30:39 Unpacking lsb-base (10.2019051400) ...
11:30:39 Selecting previously unselected package libksba8:amd64.
11:30:39 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_amd64.deb ...
11:30:39 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
11:30:39 Selecting previously unselected package libnpth0:amd64.
11:30:39 Preparing to unpack .../23-libnpth0_1.6-1_amd64.deb ...
11:30:39 Unpacking libnpth0:amd64 (1.6-1) ...
11:30:39 Selecting previously unselected package dirmngr.
11:30:39 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
11:30:39 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:30:39 Selecting previously unselected package distro-info-data.
11:30:39 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
11:30:39 Unpacking distro-info-data (0.41+deb10u6) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
11:30:39 Selecting previously unselected package libglib2.0-0:amd64.
11:30:39 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
11:30:39 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
11:30:39 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:39 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
11:30:39 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
11:30:39 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:39 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
11:30:39 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
11:30:39 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:39 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_amd64.deb ...
11:30:39 Unpacking libpackagekit-glib2-18:amd64 (1.1.12-5) ...
11:30:39 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'.
11:30:39 + make IMAGE=ubuntu:jammy verify
11:30:39 docker run  --rm -i \
11:30:39 	-v "$(pwd):/v" \
11:30:39 	-e DEBIAN_FRONTEND=noninteractive \
11:30:39 	-e PACKAGE_REPO=staging \
11:30:39 	-w /v \
11:30:39 	ubuntu:jammy ./verify
11:30:39 Unable to find image 'ubuntu:jammy' locally
11:30:39 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'.
11:30:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:40 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:40 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_amd64.deb ...
11:30:40 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:30:40 Selecting previously unselected package gnupg-l10n.
11:30:40 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:30:40 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gnupg-utils.
11:30:40 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gpg.
11:30:40 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gpg (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package python3-minimal.
11:30: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 ... 4712 files and directories currently installed.)
11:30:40 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
11:30:40 Unpacking python3-minimal (3.10.6-1) ...
11:30:40 Selecting previously unselected package media-types.
11:30:40 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:30:40 Unpacking media-types (8.0.0) ...
11:30:40 Selecting previously unselected package libmpdec3:amd64.
11:30:40 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
11:30:40 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:30:40 Selecting previously unselected package libkrb5support0:amd64.
11:30:40 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
11:30:40 + verify
11:30:40 + dpkg --version
11:30:40 + rpm --version
11:30:40 + verify_rpm
11:30:40 ++ . /etc/os-release
11:30:40 +++ NAME='CentOS Stream'
11:30:40 +++ VERSION=9
11:30:40 +++ ID=centos
11:30:40 +++ ID_LIKE='rhel fedora'
11:30:40 +++ VERSION_ID=9
11:30:40 +++ PLATFORM_ID=platform:el9
11:30:40 +++ PRETTY_NAME='CentOS Stream 9'
11:30:40 +++ ANSI_COLOR='0;31'
11:30:40 +++ LOGO=fedora-logo-icon
11:30:40 +++ CPE_NAME=cpe:/o:centos:centos:9
11:30:40 +++ HOME_URL=https://centos.org/
11:30:40 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:40 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:30:40 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:30:40 ++ echo centos
11:30:40 + DIST_ID=centos
11:30:40 ++ . /etc/os-release
11:30:40 +++ NAME='CentOS Stream'
11:30:40 +++ VERSION=9
11:30:40 +++ ID=centos
11:30:40 +++ ID_LIKE='rhel fedora'
11:30:40 +++ VERSION_ID=9
11:30:40 +++ PLATFORM_ID=platform:el9
11:30:40 +++ PRETTY_NAME='CentOS Stream 9'
11:30:40 +++ ANSI_COLOR='0;31'
11:30:40 +++ LOGO=fedora-logo-icon
11:30:40 +++ CPE_NAME=cpe:/o:centos:centos:9
11:30:40 +++ HOME_URL=https://centos.org/
11:30:40 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:40 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:30:40 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:30:40 ++ cut -d. -f1
11:30:40 ++ echo 9
11:30:40 + DIST_VERSION=9
11:30:40 + pkg_manager=yum
11:30:40 + pkg_config_manager=yum-config-manager
11:30:40 + dnf --version
11:30:40 4.14.0
11:30:40   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Mar  7 09:30:19 2023
11:30:40   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
11:30:40 
11:30:40   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Tue Mar  7 09:30:17 2023
11:30:40   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
11:30:40 + pkg_manager=dnf
11:30:40 + pkg_config_manager='dnf config-manager'
11:30:40 + dnf clean all
11:30:40 jammy: Pulling from library/ubuntu
11:30:40 76769433fd8a: Already exists
11:30:40 Digest: sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:30:40 Status: Downloaded newer image for ubuntu:jammy
11:30:40 make[1]: Leaving directory '/root/build-deb'
11:30:40  dpkg-genbuildinfo
11:30:40 + make IMAGE=balenalib/rpi-raspbian:buster verify
11:30:40 docker run  --rm -i \
11:30:40 	-v "$(pwd):/v" \
11:30:40 	-e DEBIAN_FRONTEND=noninteractive \
11:30:40 	-e PACKAGE_REPO=staging \
11:30:40 	-w /v \
11:30:40 	balenalib/rpi-raspbian:buster ./verify
11:30:40 Unable to find image 'balenalib/rpi-raspbian:buster' locally
11:30:40 buster: Pulling from balenalib/rpi-raspbian
11:30:40 9e1ad582a09d: Already exists
11:30:40 d8d604eaebb1: Already exists
11:30:40 5fdeefe92e79: Already exists
11:30:40 make[1]: Leaving directory '/root/build-deb'
11:30:40  dpkg-genbuildinfo
11:30:40 Selecting previously unselected package pinentry-curses.
11:30:40 Preparing to unpack .../34-pinentry-curses_1.1.0-2_amd64.deb ...
11:30:40 Unpacking pinentry-curses (1.1.0-2) ...
11:30:40 Selecting previously unselected package gpg-agent.
11:30:40 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gpg-wks-client.
11:30:40 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gpg-wks-server.
11:30:40 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gpgsm.
11:30:40 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
11:30:40 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:30:40 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:30:40 Selecting previously unselected package libk5crypto3:amd64.
11:30:40 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
11:30:40 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:30:40 Selecting previously unselected package libkeyutils1:amd64.
11:30:40 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
11:30:40 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
11:30:40 Selecting previously unselected package libkrb5-3:amd64.
11:30:40 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
11:30:40 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:30:40 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:30:40 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
11:30:40 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:30:40 Selecting previously unselected package libtirpc-common.
11:30:40 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:30:40 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:30:40 Selecting previously unselected package libtirpc3:amd64.
11:30:40 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:30:40 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:30:40 0 files removed
11:30:40 + dnf install -y 'dnf-command(config-manager)'
11:30:40 99dfe3536f54: Already exists
11:30:40 cf16eca179b5: Already exists
11:30:40 b01ca48f191b: Already exists
11:30:40 47d1cc72e507: Already exists
11:30:40 dcd7c0c8ecbc: Already exists
11:30:40 Digest: sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:30:40 Status: Downloaded newer image for balenalib/rpi-raspbian:buster
11:30:40 Selecting previously unselected package gnupg.
11:30:40 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
11:30:40 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package gnupg2.
11:30:40 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
11:30:40 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
11:30:40 Selecting previously unselected package iso-codes.
11:30:40 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
11:30:40 Unpacking iso-codes (4.2-1) ...
11:30:40 Selecting previously unselected package libnsl2:amd64.
11:30:40 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
11:30:40 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
11:30:40 Selecting previously unselected package readline-common.
11:30:40 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:30:40 Unpacking readline-common (8.2-1) ...
11:30:40 Selecting previously unselected package libreadline8:amd64.
11:30:40 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
11:30:40 Unpacking libreadline8:amd64 (8.2-1) ...
11:30:40 Selecting previously unselected package libsqlite3-0:amd64.
11:30:40 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
11:30:40 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
11:30:40 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:30:40 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
11:30:40 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
11:30:40 Selecting previously unselected package python3.10.
11:30:40 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
11:30:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
11:30:40 + verify
11:30:40 + dpkg --version
11:30:40 + verify_deb
11:30:40 + apt-get update
11:30:40 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
11:30:40 Get:2 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
11:30:40 Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [823 kB]
11:30:40  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.changes
11:30:40 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:30:40 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:40 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
11:30:40 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
11:30:40 Setting up python3-minimal (3.10.6-1) ...
11:30:40 Selecting previously unselected package python3.
11:30: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 ... 5194 files and directories currently installed.)
11:30:40 Preparing to unpack .../python3_3.10.6-1_amd64.deb ...
11:30:40 Unpacking python3 (3.10.6-1) ...
11:30:40 CentOS Stream 9 - BaseOS                         14 MB/s | 6.1 MB     00:00    
11:30:40 Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [862 kB]
11:30:40 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [889 kB]
11:30:40 Get:6 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
11:30:40 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
11:30:40 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
11:30:41 + verify
11:30:41 + dpkg --version
11:30:41 + verify_deb
11:30:41 + apt-get update
11:30:41 Selecting previously unselected package libargon2-1:amd64.
11:30:41 Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
11:30:41 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
11:30:41 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_amd64.deb ...
11:30:41 Unpacking libudev1:amd64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:30:41 Setting up libudev1:amd64 (251.4-1ubuntu7.1) ...
11:30:41 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30: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 ... 5218 files and directories currently installed.)
11:30:41 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:30:41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:30:41 Selecting previously unselected package libjson-c5:amd64.
11:30:41 Preparing to unpack .../1-libjson-c5_0.16-1_amd64.deb ...
11:30:41 Unpacking libjson-c5:amd64 (0.16-1) ...
11:30:41 Selecting previously unselected package libcryptsetup12:amd64.
11:30:41 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
11:30:41 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:30:41 Selecting previously unselected package libfdisk1:amd64.
11:30:41 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_amd64.deb ...
11:30:41 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
11:30:41 Selecting previously unselected package libapt-inst2.0:amd64.
11:30:41 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_amd64.deb ...
11:30:41 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
11:30:41 Selecting previously unselected package libcurl3-gnutls:amd64.
11:30:41 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u5_amd64.deb ...
11:30:41 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u5) ...
11:30:41 Selecting previously unselected package libdbus-1-3:amd64.
11:30:41 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_amd64.deb ...
11:30:41 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
11:30:41 Selecting previously unselected package lsb-release.
11:30:41 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
11:30:41 Unpacking lsb-release (10.2019051400) ...
11:30:41 Selecting previously unselected package python-apt-common.
11:30:41 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
11:30:41 Unpacking python-apt-common (1.8.4.3) ...
11:30:41 Selecting previously unselected package python3-apt.
11:30:41 Preparing to unpack .../47-python3-apt_1.8.4.3_amd64.deb ...
11:30:41 Unpacking python3-apt (1.8.4.3) ...
11:30:41 Selecting previously unselected package python3-dbus.
11:30:41 Preparing to unpack .../48-python3-dbus_1.2.8-3_amd64.deb ...
11:30:41  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.changes
11:30:41 Get:9 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
11:30:41 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
11:30:41 Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
11:30:41 Selecting previously unselected package docker-buildx-plugin.
11:30:41 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb ...
11:30:41 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:30:41 Selecting previously unselected package libkmod2:amd64.
11:30:41 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
11:30:41 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:30:41 Selecting previously unselected package libapparmor1:amd64.
11:30:41 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
11:30:41 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:30:41 Selecting previously unselected package libip4tc2:amd64.
11:30:41 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
11:30:41 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:30:41 Selecting previously unselected package libsystemd-shared:amd64.
11:30:41 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_amd64.deb ...
11:30:41 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7.1) ...
11:30:41 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_amd64.deb ...
11:30:41 Unpacking libsystemd0:amd64 (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:30:41 Setting up libsystemd0:amd64 (251.4-1ubuntu7.1) ...
11:30:41 Unpacking python3-dbus (1.2.8-3) ...
11:30:41 Selecting previously unselected package python3-gi.
11:30:41 Preparing to unpack .../49-python3-gi_3.30.4-1_amd64.deb ...
11:30:41 Unpacking python3-gi (3.30.4-1) ...
11:30:41 Selecting previously unselected package python3-pycurl.
11:30:41 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_amd64.deb ...
11:30:41 Unpacking python3-pycurl (7.43.0.2-0.1) ...
11:30:41 Selecting previously unselected package python3-software-properties.
11:30:41 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
11:30:41 Unpacking python3-software-properties (0.96.20.2-2) ...
11:30:41 Selecting previously unselected package software-properties-common.
11:30:41 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
11:30:41 Unpacking software-properties-common (0.96.20.2-2) ...
11:30:41 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
11:30:41 Setting up lsb-base (10.2019051400) ...
11:30:41 Setting up libkeyutils1:amd64 (1.6-6) ...
11:30:41 Setting up libpsl5:amd64 (0.20.2-2) ...
11:30:41 Setting up mime-support (3.62) ...
11:30:41 make[1]: Leaving directory '/root/build-deb'
11:30:41  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.buildinfo
11:30:41 Get:12 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
11:30:41 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1193 kB]
11:30:41 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [10.9 kB]
11:30:41 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1129 kB]
11:30:41 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [880 kB]
11:30:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:41 dpkg-genchanges: info: including full source code in upload
11:30:41  dpkg-source -I.git --after-build build-deb
11:30:41 Selecting previously unselected package systemd.
11:30: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 ... 5265 files and directories currently installed.)
11:30:41 Preparing to unpack .../systemd_251.4-1ubuntu7.1_amd64.deb ...
11:30:41 Unpacking systemd (251.4-1ubuntu7.1) ...
11:30:41 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
11:30:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:30:41 Setting up libjson-c5:amd64 (0.16-1) ...
11:30:41 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:30:41 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
11:30:41 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:30:41 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:30:41 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:30:41 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7.1) ...
11:30:41 Setting up systemd (251.4-1ubuntu7.1) ...
11:30:41 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
11:30:41 Setting up apt-transport-https (1.8.2.3) ...
11:30:41 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
11:30:41 No schema files found: doing nothing.
11:30:41 Setting up distro-info-data (0.41+deb10u6) ...
11:30:41 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
11:30:41 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
11:30:41 Setting up libpackagekit-glib2-18:amd64 (1.1.12-5) ...
11:30:41 Setting up libnpth0:amd64 (1.6-1) ...
11:30:41 Setting up libassuan0:amd64 (2.5.2-1) ...
11:30:41 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
11:30:41 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:30:41 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
11:30:41 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:30:41 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:30:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
11:30:41 Setting up libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
11:30:41 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
11:30:41 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:30:41 Setting up python-apt-common (1.8.4.3) ...
11:30:41 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
11:30:41 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
11:30:41 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
11:30:41 Setting up libmpdec2:amd64 (2.4.2-2) ...
11:30:41 Setting up openssl (1.1.1n-0+deb10u4) ...
11:30:41 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
11:30:41 + make IMAGE=ubuntu:focal verify
11:30:41 docker run  --rm -i \
11:30:41 	-v "$(pwd):/v" \
11:30:41 	-e DEBIAN_FRONTEND=noninteractive \
11:30:41 	-e PACKAGE_REPO=staging \
11:30:41 	-w /v \
11:30:41 	ubuntu:focal ./verify
11:30:41 Unable to find image 'ubuntu:focal' locally
11:30:41 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:41 + destination=/build
11:30:41 + mkdir -p /build
11:30:41 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb /build
11:30:41 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:30:41 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.dsc'
11:30:41 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:30:41 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic.tar.gz'
11:30:41 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.buildinfo'
11:30:41 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.buildinfo'
11:30:41 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.changes'
11:30:41 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.changes'
11:30:41 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 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'
11:30:41 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb'
11:30:41 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:41 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:41 Failed to enable unit, unit systemd-resolved.service does not exist.
11:30:41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:30:41 Initializing machine ID from random generator.
11:30:41 Selecting previously unselected package systemd-sysv.
11:30: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 ... 6037 files and directories currently installed.)
11:30:41 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7.1_amd64.deb ...
11:30:41 Unpacking systemd-sysv (251.4-1ubuntu7.1) ...
11:30:41 Get:2 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
11:30:41 Setting up readline-common (7.0-5) ...
11:30:41 Setting up iso-codes (4.2-1) ...
11:30:41 Setting up libreadline7:amd64 (7.0-5) ...
11:30:41 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:30:41 Setting up pinentry-curses (1.1.0-2) ...
11:30:41 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
11:30:41 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
11:30:41 Setting up ca-certificates (20200601~deb10u2) ...
11:30:42 Fetched 18.8 MB in 3s (6179 kB/s)
11:30:42 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
11:30:42 focal: Pulling from library/ubuntu
11:30:42 47c764472391: Already exists
11:30:42 Digest: sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:30:42 Status: Downloaded newer image for ubuntu:focal
11:30:42 Selecting previously unselected package openssl.
11:30:42 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_amd64.deb ...
11:30:42 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:30:42 Selecting previously unselected package ca-certificates.
11:30:42 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:30:42 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:30:42 Selecting previously unselected package libdbus-1-3:amd64.
11:30:42 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
11:30:42 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:30:42 Selecting previously unselected package dbus-bin.
11:30:42 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
11:30:42 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:30:42 Selecting previously unselected package dbus-session-bus-common.
11:30:42 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:30:42 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:30:42 Selecting previously unselected package dbus-daemon.
11:30:42 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
11:30:42 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:30:42 Selecting previously unselected package dbus-system-bus-common.
11:30:42 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:30:42 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:30:42 Updating certificates in /etc/ssl/certs...
11:30:42 Fedora 37 openh264 (From Cisco) - x86_64        2.4 kB/s | 2.5 kB     00:01    
11:30:42 Fedora Modular 37 - x86_64                      4.0 MB/s | 3.8 MB     00:00    
11:30:42 Selecting previously unselected package dbus.
11:30:42 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_amd64.deb ...
11:30:42 Unpacking dbus (1.14.0-2ubuntu3) ...
11:30:42 Selecting previously unselected package distro-info-data.
11:30:42 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
11:30:42 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:30:42 Selecting previously unselected package libglib2.0-0:amd64.
11:30:42 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
11:30:42 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:30:42 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:42 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
11:30:42 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:30:42 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:42 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
11:30:42 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:30:42 Selecting previously unselected package iso-codes.
11:30:42 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
11:30:42 Unpacking iso-codes (4.11.0-1) ...
11:30:42  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.changes
11:30:42 dpkg-genchanges: info: including full source code in upload
11:30:42  dpkg-source -I.git --after-build .
11:30:42 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:42 + destination=/build
11:30:42 + mkdir -p /build
11:30:42 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:42 copied '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb'
11:30:42 removed '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb'
11:30:42 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:30:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:30:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:30:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:30:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.buildinfo'
11:30:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.buildinfo'
11:30:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.changes'
11:30:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.changes'
11:30:42 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb'
11:30:42 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'
11:30:42 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb'
11:30:42 copied '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
11:30:42 removed '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
11:30:42 Fetched 26.2 MB in 2s (14.2 MB/s)
11:30:42 Selecting previously unselected package libcap2-bin.
11:30:42 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
11:30:42 Unpacking libcap2-bin (1:2.44-1build3) ...
11:30:42 Selecting previously unselected package libelf1:amd64.
11:30:42 Preparing to unpack .../15-libelf1_0.187-4_amd64.deb ...
11:30:42 Unpacking libelf1:amd64 (0.187-4) ...
11:30:42 Selecting previously unselected package libglib2.0-data.
11:30:42 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:30:42 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:30:42 Selecting previously unselected package libicu71:amd64.
11:30:42 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_amd64.deb ...
11:30:42 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
11:30:42 + verify
11:30:42 + dpkg --version
11:30:42 + verify_deb
11:30:42 + apt-get update
11:30:42 137 added, 0 removed; done.
11:30:42 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
11:30:42 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
11:30:42 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:30:42 Setting up libcurl4:amd64 (7.64.0-4+deb10u5) ...
11:30:42 Setting up curl (7.64.0-4+deb10u5) ...
11:30:42 Setting up gpg (2.2.12-1+deb10u2) ...
11:30:42 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
11:30:42 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:30:42 CentOS Stream 9 - AppStream                      22 MB/s |  16 MB     00:00    
11:30:42 Fedora 37 - x86_64 - Updates                     17 MB/s |  27 MB     00:01    
11:30:42 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
11:30:42 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
11:30:42 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
11:30:42 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
11:30:42 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
11:30:42 Selecting previously unselected package libpam-systemd:amd64.
11:30:42 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7.1_amd64.deb ...
11:30:42 Unpacking libpam-systemd:amd64 (251.4-1ubuntu7.1) ...
11:30:42 Selecting previously unselected package libxml2:amd64.
11:30:42 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
11:30:42 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:30:42 Selecting previously unselected package libyaml-0-2:amd64.
11:30:42 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_amd64.deb ...
11:30:42 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
11:30:42 Selecting previously unselected package lsb-release.
11:30:42 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
11:30:42 Unpacking lsb-release (11.2ubuntu1) ...
11:30:42 Selecting previously unselected package python-apt-common.
11:30:42 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
11:30:42 Unpacking python-apt-common (2.4.0+22.10) ...
11:30:43 Reading package lists...
11:30:43 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?)
11:30:43 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:43 Selecting previously unselected package docker-compose-plugin.
11:30:43 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb ...
11:30:43 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:30:43 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2539 kB]
11:30:43 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1998 kB]
11:30:43 Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
11:30:43 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1015 kB]
11:30:43 Reading package lists...
11:30:43 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:43 Selecting previously unselected package python3-apt.
11:30:43 Preparing to unpack .../23-python3-apt_2.4.0+22.10_amd64.deb ...
11:30:43 Unpacking python3-apt (2.4.0+22.10) ...
11:30:43 Selecting previously unselected package python3-dbus.
11:30:43 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_amd64.deb ...
11:30:43 Unpacking python3-dbus (1.2.18-3build1) ...
11:30:43 Selecting previously unselected package python3-gi.
11:30:43 Preparing to unpack .../25-python3-gi_3.42.2-2_amd64.deb ...
11:30:43 Unpacking python3-gi (3.42.2-2) ...
11:30:43 Selecting previously unselected package python3-pkg-resources.
11:30:43 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:30:43 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:30:43 Selecting previously unselected package libnghttp2-14:amd64.
11:30:43 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_amd64.deb ...
11:30:43 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
11:30:43 Selecting previously unselected package libpsl5:amd64.
11:30:43 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:30:43 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:30:43 Selecting previously unselected package apt-transport-https.
11:30:43 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
11:30:43 Unpacking apt-transport-https (2.5.3) ...
11:30:43 Selecting previously unselected package libbrotli1:amd64.
11:30:43 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_amd64.deb ...
11:30:43 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:30:43 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:30:43 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:30:43 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u5) ...
11:30:43 Setting up python3 (3.7.3-1) ...
11:30:43 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
11:30:43 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
11:30:43 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
11:30:43 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1311 kB]
11:30:43 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3014 kB]
11:30:43 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:43 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:30:43 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:30:43 Selecting previously unselected package libsasl2-2:amd64.
11:30:43 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:30:43 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:30:43 Selecting previously unselected package libldap-2.5-0:amd64.
11:30:43 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
11:30:43 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:30:43 Selecting previously unselected package librtmp1:amd64.
11:30:43 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:30:43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:30:43 Selecting previously unselected package libssh-4:amd64.
11:30:43 Preparing to unpack .../35-libssh-4_0.9.6-2build1_amd64.deb ...
11:30:43 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:30:43 Selecting previously unselected package libcurl4:amd64.
11:30:43 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.3_amd64.deb ...
11:30:43 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.3) ...
11:30:43 Selecting previously unselected package curl.
11:30:43 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.3_amd64.deb ...
11:30:43 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:30:43 Selecting previously unselected package libassuan0:amd64.
11:30:43 Preparing to unpack .../38-libassuan0_2.5.5-4_amd64.deb ...
11:30:43 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:30:43 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:30:43 Setting up python3-pycurl (7.43.0.2-0.1) ...
11:30:43 Setting up python3-gi (3.30.4-1) ...
11:30:43 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
11:30:43 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2134 kB]
11:30:43 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
11:30:43 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
11:30:43 Unpacking libassuan0:amd64 (2.5.5-4) ...
11:30:43 Selecting previously unselected package gpgconf.
11:30:43 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
11:30:43 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:30:43 Selecting previously unselected package libksba8:amd64.
11:30:43 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
11:30:43 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:30:43 Selecting previously unselected package libnpth0:amd64.
11:30:43 Preparing to unpack .../41-libnpth0_1.6-3build2_amd64.deb ...
11:30:43 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:30:43 Selecting previously unselected package dirmngr.
11:30:43 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
11:30:43 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:30:43 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:43 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
11:30:43 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
11:30:43 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:43 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
11:30:43 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:30:43 Selecting previously unselected package gnupg-l10n.
11:30:43 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:30:43 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:30:43 Selecting previously unselected package gnupg-utils.
11:30:43 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
11:30:43 dpkg-genchanges: info: including full source code in upload
11:30:43  dpkg-source -I.git --after-build .
11:30:43 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:43 + destination=/build
11:30:43 + mkdir -p /build
11:30:43 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.changes /root/docker-ce_0.0.0~20230309110843.71615c2-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
11:30:43 copied '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'
11:30:43 removed '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'
11:30:43 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:30:43 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:30:43 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:30:43 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:30:43 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.buildinfo'
11:30:43 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.buildinfo'
11:30:43 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.changes'
11:30:43 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.changes'
11:30:43 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb'
11:30:43 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'
11:30:43 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
11:30:43 copied '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
11:30:43 removed '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
11:30:43 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:30:43 Setting up lsb-release (10.2019051400) ...
11:30:43 Setting up python3-dbus (1.2.8-3) ...
11:30:44 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package gpg.
11:30:44 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_amd64.deb ...
11:30:44 Unpacking gpg (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package pinentry-curses.
11:30:44 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
11:30:44 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:30:44 Selecting previously unselected package gpg-agent.
11:30:44 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
11:30:44 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package gpg-wks-client.
11:30:44 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
11:30:44 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package gpg-wks-server.
11:30:44 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
11:30:44 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package gpgsm.
11:30:44 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
11:30:44 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package gnupg.
11:30:44 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
11:30:44 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:44 Setting up docker-scan-plugin (0.23.0~ubuntu-bionic) ...
11:30:44 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:44 invoke-rc.d: could not determine current runlevel
11:30:44 invoke-rc.d: policy-rc.d denied execution of start.
11:30:44 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:30:44 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:30:44 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:30:44  docker-ce-rootless-extras depends on dbus-user-session; however:
11:30:44   Package dbus-user-session is not installed.
11:30:44 
11:30:44 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:30:44 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb
11:30:44 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:30:44 Setting up python3-apt (1.8.4.3) ...
11:30:44 Setting up python3-software-properties (0.96.20.2-2) ...
11:30:44 Reading package lists...
11:30:44 Building dependency tree...
11:30:44 Reading state information...
11:30:44 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:30:44 Selecting previously unselected package libcurl3-gnutls:amd64.
11:30:44 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.3_amd64.deb ...
11:30:44 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.3) ...
11:30:44 Selecting previously unselected package libstemmer0d:amd64.
11:30:44 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_amd64.deb ...
11:30:44 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
11:30:44 Selecting previously unselected package libxmlb2:amd64.
11:30:44 Preparing to unpack .../56-libxmlb2_0.3.8-1_amd64.deb ...
11:30:44 Unpacking libxmlb2:amd64 (0.3.8-1) ...
11:30:44 Selecting previously unselected package libappstream4:amd64.
11:30:44 Preparing to unpack .../57-libappstream4_0.15.5-1_amd64.deb ...
11:30:44 Unpacking libappstream4:amd64 (0.15.5-1) ...
11:30:44 Selecting previously unselected package libdw1:amd64.
11:30:44 Preparing to unpack .../58-libdw1_0.187-4_amd64.deb ...
11:30:44 Unpacking libdw1:amd64 (0.187-4) ...
11:30:44 Selecting previously unselected package libglib2.0-bin.
11:30:44 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_amd64.deb ...
11:30:44 Setting up gnupg (2.2.12-1+deb10u2) ...
11:30:44 Setting up gnupg2 (2.2.12-1+deb10u2) ...
11:30:44 Setting up software-properties-common (0.96.20.2-2) ...
11:30:44 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:30:44 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:30:44 Updating certificates in /etc/ssl/certs...
11:30:44 The following additional packages will be installed:
11:30:44   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
11:30:44   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:30:44   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
11:30:44   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:30:44   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
11:30:44   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
11:30:44   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
11:30:44   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:30:44   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:30:44   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:30:44   libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2
11:30:44   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
11:30:44   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:30:44   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:30:44   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:30:44   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:30:44   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:30:44   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:30:44   python3-software-properties python3-wadllib python3-zipp python3.10
11:30:44   python3.10-minimal readline-common systemd systemd-sysv
11:30:44 Suggested packages:
11:30:44   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:30:44   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
11:30:44   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:30:44   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:30:44   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:30:44   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:30:44   python3-keyrings.alt python3-testresources python3-setuptools
11:30:44   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
11:30:44   binutils binfmt-support readline-doc systemd-container libfido2-1
11:30:44   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:30:44 Recommended packages:
11:30:44   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
11:30:44   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
11:30:44   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
11:30:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
11:30:44 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
11:30:44 Selecting previously unselected package libunwind8:amd64.
11:30:44 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
11:30:44 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:30:44 Selecting previously unselected package libgstreamer1.0-0:amd64.
11:30:44 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_amd64.deb ...
11:30:44 Unpacking libgstreamer1.0-0:amd64 (1.20.3-1) ...
11:30:44 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
11:30:44 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
11:30:44 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
11:30:44 Selecting previously unselected package libpolkit-agent-1-0:amd64.
11:30:44 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_amd64.deb ...
11:30:44 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
11:30:44 Selecting previously unselected package polkitd.
11:30:44 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ...
11:30:44 Unpacking polkitd (0.105-33) ...
11:30:44 Reading package lists...
11:30:44 Building dependency tree...
11:30:44 Reading state information...
11:30:44 Fetched 25.6 MB in 2s (12.4 MB/s)
11:30:44 The following NEW packages will be installed:
11:30:44   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
11:30:44   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:30:44   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:44   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:30:44   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:30:44   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:30:44   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
11:30:44   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:30:44   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:30:44   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:30:44   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:30:44   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
11:30:44   lsb-release media-types openssl packagekit pinentry-curses pkexec
11:30:44   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:30:44   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:30:44   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:30:44   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:30:44   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:30:44   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:30:44   python3-software-properties python3-wadllib python3-zipp python3.10
11:30:44   python3.10-minimal readline-common software-properties-common systemd
11:30:44   systemd-sysv
11:30:44 The following packages will be upgraded:
11:30:44   libsystemd0
11:30:44 Selecting previously unselected package pkexec.
11:30:44 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ...
11:30:44 Unpacking pkexec (0.105-33) ...
11:30:44 Selecting previously unselected package policykit-1.
11:30:44 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ...
11:30:44 Unpacking policykit-1 (0.105-33) ...
11:30:44 Selecting previously unselected package python3-blinker.
11:30:44 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
11:30:44 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
11:30:44 Selecting previously unselected package python3-cffi-backend:amd64.
11:30:44 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_amd64.deb ...
11:30:44 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
11:30:44 Selecting previously unselected package python3-cryptography.
11:30:44 Preparing to unpack .../69-python3-cryptography_3.4.8-2_amd64.deb ...
11:30:44 Unpacking python3-cryptography (3.4.8-2) ...
11:30:44 Selecting previously unselected package python3-pyparsing.
11:30:44 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
11:30:44 Unpacking python3-pyparsing (3.0.7-2) ...
11:30:44 Selecting previously unselected package python3-httplib2.
11:30:44 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
11:30:44 Unpacking python3-httplib2 (0.20.4-2) ...
11:30:44 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'.
11:30:44 1 upgraded, 107 newly installed, 0 to remove and 1 not upgraded.
11:30:44 Need to get 38.6 MB of archives.
11:30:44 After this operation, 139 MB of additional disk space will be used.
11:30:44 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.7 [317 kB]
11:30:44 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB]
11:30:44 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
11:30:44 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB]
11:30:44 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
11:30:44 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
11:30:44 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:30:44 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
11:30:44 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
11:30:44 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
11:30:44 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB]
11:30:44 0 added, 0 removed; done.
11:30:44 Running hooks in /etc/ca-certificates/update.d...
11:30:44 done.
11:30:44 ++ source /etc/os-release
11:30:44 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
11:30:44 +++ NAME='Debian GNU/Linux'
11:30:44 +++ VERSION_ID=10
11:30:44 +++ VERSION='10 (buster)'
11:30:44 +++ VERSION_CODENAME=buster
11:30:44 +++ ID=debian
11:30:44 +++ HOME_URL=https://www.debian.org/
11:30:44 +++ SUPPORT_URL=https://www.debian.org/support
11:30:44 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:30:44 ++ echo debian
11:30:44 + DIST_ID=debian
11:30:44 ++ lsb_release -sc
11:30:44 + DIST_VERSION=buster
11:30:44 + '[' buster = sid ']'
11:30:44 + install_debian_containerd
11:30:44 + '[' staging = stage ']'
11:30:44 + REPO_URL=https://download.docker.com/linux/debian
11:30:44 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:30:44 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:30:44 + update-ca-certificates -f
11:30:44 Clearing symlinks in /etc/ssl/certs...
11:30:45 Selecting previously unselected package python3-more-itertools.
11:30:45 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
11:30:45 Unpacking python3-more-itertools (8.10.0-2) ...
11:30:45 Selecting previously unselected package python3-zipp.
11:30:45 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
11:30:45 Unpacking python3-zipp (1.0.0-4) ...
11:30:45 Selecting previously unselected package python3-importlib-metadata.
11:30:45 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
11:30:45 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:30:45 Selecting previously unselected package python3-jeepney.
11:30:45 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
11:30:45 Unpacking python3-jeepney (0.8.0-1) ...
11:30:45 Selecting previously unselected package python3-jwt.
11:30:45 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
11:30:45 Unpacking python3-jwt (2.4.0-1) ...
11:30:45 Selecting previously unselected package python3-secretstorage.
11:30:45 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
11:30:45 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
11:30:45 Selecting previously unselected package python3-keyring.
11:30:45 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
11:30:45 Unpacking python3-keyring (23.8.2-1) ...
11:30:45 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
11:30:45 ca-certificates is already the newest version (20210119).
11:30:45 The following additional packages will be installed:
11:30:45   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
11:30:45   libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1
11:30:45   libglib2.0-0 libmpdec3 libpackagekit-glib2-18 libpython3-stdlib
11:30:45   libpython3.9-minimal libpython3.9-stdlib media-types python-apt-common
11:30:45   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:45   python3-software-properties python3.9 python3.9-minimal
11:30:45 Suggested packages:
11:30:45   isoquery python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc
11:30:45   python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc
11:30:45   python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support
11:30:45 Recommended packages:
11:30:45   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit
11:30:45   unattended-upgrades
11:30:45 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
11:30:45 done.
11:30:45 Updating certificates in /etc/ssl/certs...
11:30:45 Selecting previously unselected package python3-lazr.uri.
11:30:45 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
11:30:45 Unpacking python3-lazr.uri (1.0.6-2) ...
11:30:45 Selecting previously unselected package python3-wadllib.
11:30:45 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
11:30:45 Unpacking python3-wadllib (1.3.6-1) ...
11:30:45 Selecting previously unselected package python3-distro.
11:30:45 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
11:30:45 Unpacking python3-distro (1.7.0-1) ...
11:30:45 Selecting previously unselected package python3-oauthlib.
11:30:45 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
11:30:45 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
11:30:45 Selecting previously unselected package python3-six.
11:30:45 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
11:30:45 Unpacking python3-six (1.16.0-4) ...
11:30:45 Selecting previously unselected package python3-lazr.restfulclient.
11:30:45 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:30:45 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:30:45 Selecting previously unselected package python3-launchpadlib.
11:30:45 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
11:30:45 Unpacking python3-launchpadlib (1.10.16-1) ...
11:30:45 Reading package lists...
11:30:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:45 The following NEW packages will be installed:
11:30:45   apt-transport-https distro-info-data gir1.2-glib-2.0
11:30:45   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libcurl3-gnutls libdbus-1-3
11:30:45   libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec3
11:30:45   libpackagekit-glib2-18 libpython3-stdlib libpython3.9-minimal
11:30:45   libpython3.9-stdlib lsb-release media-types python-apt-common python3
11:30:45   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:45   python3-software-properties python3.9 python3.9-minimal
11:30:45   software-properties-common
11:30:45 The following packages will be upgraded:
11:30:45   curl libcurl4
11:30:45 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
11:30:45 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
11:30:45 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.1 [38.7 kB]
11:30:45 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
11:30:45 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
11:30:45 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.1 [33.5 kB]
11:30:45 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.1 [211 kB]
11:30:45 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5 [19.7 kB]
11:30:45 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB]
11:30:45 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.7 [4580 kB]
11:30:45 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb'.
11:30:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'.
11:30:45 Selecting previously unselected package python3-software-properties.
11:30:45 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
11:30:45 Unpacking python3-software-properties (0.99.27) ...
11:30:45 Selecting previously unselected package packagekit.
11:30:45 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_amd64.deb ...
11:30:45 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:30:45 Selecting previously unselected package software-properties-common.
11:30:45 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
11:30:45 Unpacking software-properties-common (0.99.27) ...
11:30:45 Selecting previously unselected package gnupg2.
11:30:45 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
11:30:45 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
11:30:45 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:30:45 Setting up media-types (8.0.0) ...
11:30:45 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
11:30:45 Setting up systemd-sysv (251.4-1ubuntu7.1) ...
11:30:45 Setting up libkeyutils1:amd64 (1.6.3-1) ...
11:30:45 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:30:45 Setting up apt-transport-https (2.5.3) ...
11:30:45 Building dependency tree...
11:30:45 Reading state information...
11:30:45 Reading package lists...
11:30:45 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:45 + make IMAGE=ubuntu:bionic verify
11:30:45 docker run  --rm -i \
11:30:45 	-v "$(pwd):/v" \
11:30:45 	-e DEBIAN_FRONTEND=noninteractive \
11:30:45 	-e PACKAGE_REPO=staging \
11:30:45 	-w /v \
11:30:45 	ubuntu:bionic ./verify
11:30:45 Unable to find image 'ubuntu:bionic' locally
11:30:45 bionic: Pulling from library/ubuntu
11:30:45 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.7 [10.5 kB]
11:30:45 137 added, 0 removed; done.
11:30:45 Running hooks in /etc/ca-certificates/update.d...
11:30:45 done.
11:30:45 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:30:45 + apt-key add -
11:30:45 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:30:45 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
11:30:45 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:30:45 No schema files found: doing nothing.
11:30:45 Setting up distro-info-data (0.54ubuntu0.1) ...
11:30:45 Setting up libtirpc-common (1.3.3+ds-1) ...
11:30:45 Setting up libxmlb2:amd64 (0.3.8-1) ...
11:30:45 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:30:45 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
11:30:45 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
11:30:45 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
11:30:45 Setting up libnpth0:amd64 (1.6-3build2) ...
11:30:45 Setting up libassuan0:amd64 (2.5.5-4) ...
11:30:45 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:30:45 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:30:45 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:30:45 Setting up libcap2-bin (1:2.44-1build3) ...
11:30:45 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:30:45 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:30:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:30:45 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:30:45 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:30:45 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:30:45 Correcting dependencies... Done
11:30:45 Skipping docker-ce, it is already installed and upgrade is not set.
11:30:45 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:30:45 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:30:45 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:30:45 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:30:45 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:30:45 The following additional packages will be installed:
11:30:45   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:30:45   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:30:45   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:30:45   libpam-systemd libsystemd0 libxtables12 multiarch-support systemd
11:30:45   systemd-sysv
11:30:45 Suggested packages:
11:30:45   kmod systemd-container policykit-1
11:30:45 Recommended packages:
11:30:45   dmsetup networkd-dispatcher libnss-systemd
11:30:45 The following NEW packages will be installed:
11:30:45   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:30:45   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:30:45   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:30:45   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
11:30:45 The following packages will be upgraded:
11:30:45   libsystemd0
11:30:45 103c14aa0147: Already exists
11:30:45 Digest: sha256:1e32b9c52e8f22769df41e8f61066c77b2b35b0a423c4161c0e48eca2fd24f75
11:30:45 Status: Downloaded newer image for ubuntu:bionic
11:30:45 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.8 [1184 kB]
11:30:46 2 upgraded, 29 newly installed, 0 to remove and 13 not upgraded.
11:30:46 Need to get 11.6 MB of archives.
11:30:46 After this operation, 49.2 MB of additional disk space will be used.
11:30:46 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
11:30:46 Setting up python-apt-common (2.4.0+22.10) ...
11:30:46 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:30:46 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:30:46 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:30:46 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:30:46 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
11:30:46 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:30:46 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:30:46 Setting up libelf1:amd64 (0.187-4) ...
11:30:46 Setting up readline-common (8.2-1) ...
11:30:46 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:30:46 Setting up iso-codes (4.11.0-1) ...
11:30:46 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:30:46 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
11:30:46 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:30:46 Setting up libdw1:amd64 (0.187-4) ...
11:30:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:46 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:30:46 Setting up libreadline8:amd64 (8.2-1) ...
11:30:46 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
11:30:46 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:30:46 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:30:46 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:30:46 OK
11:30:46 + '[' buster = sid ']'
11:30:46 ++ dpkg --print-architecture
11:30:46 + ARCH=amd64
11:30:46 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster test'
11:30:46 + apt-get update
11:30:46 + make IMAGE=debian:bullseye verify
11:30:46 docker run  --rm -i \
11:30:46 	-v "$(pwd):/v" \
11:30:46 	-e DEBIAN_FRONTEND=noninteractive \
11:30:46 	-e PACKAGE_REPO=staging \
11:30:46 	-w /v \
11:30:46 	debian:bullseye ./verify
11:30:46 Unable to find image 'debian:bullseye' locally
11:30:46 bullseye: Pulling from library/debian
11:30:46 1 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
11:30:46 Need to get 32.5 MB of archives.
11:30:46 After this operation, 133 MB of additional disk space will be used.
11:30:46 Get:1 https://download.docker.com/linux/ubuntu bionic/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:30:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.57 [205 kB]
11:30:46 + verify
11:30:46 + dpkg --version
11:30:46 + verify_deb
11:30:46 + apt-get update
11:30:46 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB]
11:30:46 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB]
11:30:46 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:30:46 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
11:30:46 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB]
11:30:46 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB]
11:30:46 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
11:30:46 Reading package lists...
11:30:46 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
11:30:46 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
11:30:46 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:30:46 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:30:46 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
11:30:46 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
11:30:46 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
11:30:46 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:30:46 Updating certificates in /etc/ssl/certs...
11:30:46 Hit:1 http://deb.debian.org/debian buster InRelease
11:30:46 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:30:46 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:30:46 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
11:30:46 32fb02163b6b: Already exists
11:30:46 Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:30:46 Status: Downloaded newer image for debian:bullseye
11:30:46 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]
11:30:46 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB]
11:30:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
11:30:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]
11:30:46 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB]
11:30:46 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:30:46 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
11:30:46 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:30:46 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
11:30:46 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u7 [258 kB]
11:30:46 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u7 [310 kB]
11:30:46 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
11:30:46 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
11:30:46 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [82.6 kB]
11:30:46 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
11:30:46 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [107 kB]
11:30:46 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
11:30:46 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
11:30:46 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
11:30:46 Building dependency tree...
11:30:46 Reading state information...
11:30:46 Get:5 https://download.docker.com/linux/debian buster/test amd64 Packages [56.9 kB]
11:30:46 Fetched 111 kB in 1s (174 kB/s)
11:30:46 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]
11:30:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB]
11:30:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB]
11:30:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB]
11:30:46 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.57 [2915 kB]
11:30:47 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
11:30:47 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [306 kB]
11:30:47 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [197 kB]
11:30:47 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf lsb-release all 11.1.0+rpi1 [28.1 kB]
11:30:47 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
11:30:47 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf python3-apt armhf 2.2.1 [174 kB]
11:30:47 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf python3-dbus armhf 1.2.16-5 [100 kB]
11:30:47 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf python3-gi armhf 3.38.0-2 [215 kB]
11:30:47 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.7 kB]
11:30:47 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
11:30:47 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
11:30:47 The following additional packages will be installed:
11:30:47   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
11:30:47   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:30:47   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:30:47   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:30:47   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:30:47   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:30:47   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:30:47   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:30:47   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:30:47   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:30:47   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:30:47   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:30:47   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:30:47   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:30:47   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:30:47   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:30:47   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal
11:30:47   libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses
11:30:47   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:30:47   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:30:47   python3-pkg-resources python3-requests python3-requests-unixsocket
11:30:47   python3-six python3-software-properties python3-urllib3 python3.8
11:30:47   python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd
11:30:47   tzdata
11:30:47 Suggested packages:
11:30:47   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:30:47   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:30:47   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:47   python3-setuptools python3-cryptography python3-openssl python3-socks
11:30:47   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
11:30:47   systemd-container
11:30:47 Recommended packages:
11:30:47   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
11:30:47   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
11:30:47   networkd-dispatcher libnss-systemd
11:30:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
11:30:47 124 added, 0 removed; done.
11:30:47 Setting up dbus (1.14.0-2ubuntu3) ...
11:30:47 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:30:47 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:30:47 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:30:47 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:30:47 Setting up libpam-systemd:amd64 (251.4-1ubuntu7.1) ...
11:30:47 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.3) ...
11:30:47 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
11:30:47 Setting up curl (7.85.0-1ubuntu0.3) ...
11:30:47 Setting up polkitd (0.105-33) ...
11:30:47 Setting up gpg (2.2.35-3ubuntu1) ...
11:30:47 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.57 [11.8 kB]
11:30:47 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
11:30:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.3 kB]
11:30:47 Get:3 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
11:30:47 Get:4 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
11:30:47 Get:5 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
11:30:47 Get:6 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
11:30:47 Get:7 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
11:30:47 Get:8 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
11:30:47 + verify
11:30:47 + dpkg --version
11:30:47 + verify_deb
11:30:47 + apt-get update
11:30:47 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
11:30:47 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
11:30:47 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:30:47 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:30:47 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:30:47 debconf: delaying package configuration, since apt-utils is not installed
11:30:47 Fetched 11.6 MB in 2s (6723 kB/s)
11:30:47 Selecting previously unselected package libpython3.9-minimal:armhf.
11:30: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 ... 7899 files and directories currently installed.)
11:30:47 Preparing to unpack .../libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:30:47 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:30:47 The following NEW packages will be installed:
11:30:47   apt-transport-https ca-certificates curl dbus dbus-user-session
11:30:47   dconf-gsettings-backend dconf-service dirmngr distro-info-data
11:30:47   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:30:47   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:30:47   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:30:47   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:30:47   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:30:47   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:30:47   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:30:47   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:30:47   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:30:47   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:30:47   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:30:47   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:30:47   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:30:47   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:30:47   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:30:47   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
11:30:47   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
11:30:47   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:30:47   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:30:47   python3-pkg-resources python3-requests python3-requests-unixsocket
11:30:47   python3-six python3-software-properties python3-urllib3 python3.8
11:30:47   python3.8-minimal readline-common software-properties-common systemd
11:30:47   systemd-sysv systemd-timesyncd tzdata
11:30:47 The following packages will be upgraded:
11:30:47   libsystemd0
11:30:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
11:30:47 Setting up libgstreamer1.0-0:amd64 (1.20.3-1) ...
11:30:47 Setcap worked! gst-ptp-helper is not suid!
11:30:47 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:30:47 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
11:30:47 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:30:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:30:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
[Pipeline] stage
[Pipeline] { (verify)
11:30:47 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus amd64 1.12.2-1ubuntu1.4 [150 kB]
11:30:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
11:30:47 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.57 [107 kB]
[Pipeline] sh
11:30:47 Reading package lists...
11:30:47 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
11:30:47 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:30:47 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:30:47 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:30:47 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:30:47 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [234 kB]
11:30:47 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
11:30:47 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
11:30:47 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
11:30:47 Selecting previously unselected package libexpat1:armhf.
11:30:47 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
11:30:47 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
11:30:47 Selecting previously unselected package python3.9-minimal.
11:30:47 Preparing to unpack .../python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:30:47 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
11:30:47 1 upgraded, 119 newly installed, 0 to remove and 1 not upgraded.
11:30:47 Need to get 35.2 MB of archives.
11:30:47 After this operation, 144 MB of additional disk space will be used.
11:30:47 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.20 [268 kB]
11:30:47 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
11:30:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:30:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:30:47 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:30:47 Setting up pkexec (0.105-33) ...
11:30:47 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.3) ...
11:30:47 Setting up libappstream4:amd64 (0.15.5-1) ...
11:30:47 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:30:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtables12 amd64 1.6.1-2ubuntu2 [27.9 kB]
11:30:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip6tc0 amd64 1.6.1-2ubuntu2 [19.9 kB]
11:30:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libiptc0 amd64 1.6.1-2ubuntu2 [9308 B]
11:30:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [37.8 kB]
11:30:47 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 iptables amd64 1.6.1-2ubuntu2 [269 kB]
11:30:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.4 [9388 B]
11:30:47 + packages='deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
11:30:47 ++ xargs
11:30:47 ++ echo 'deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb
11:30:47 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
11:30:47 ++ awk '$0="./"$0'
11:30:47 + packages='./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-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~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
11:30:47 + set -x
11:30:47 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-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~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
11:30:47 Selecting previously unselected package docker-ce.
11:30:47 (Reading database ... 9718 files and directories currently installed.)
11:30:47 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ...
11:30:47 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:47 + make IMAGE=debian:bookworm verify
11:30:47 docker run  --rm -i \
11:30:47 	-v "$(pwd):/v" \
11:30:47 	-e DEBIAN_FRONTEND=noninteractive \
11:30:47 	-e PACKAGE_REPO=staging \
11:30:47 	-w /v \
11:30:47 	debian:bookworm ./verify
11:30:47 Unable to find image 'debian:bookworm' locally
11:30:47 bookworm: Pulling from library/debian
11:30:47 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:30:47 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
11:30:47 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:30:47 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
11:30:47 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
11:30:47 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
11:30:47 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
11:30:47 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
11:30:47 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
11:30:47 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
11:30:47 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
11:30:47 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
11:30:47 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
11:30:47 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
11:30:47 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
11:30:47 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:30:47 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
11:30:47 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
11:30:47 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB]
11:30:47 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
11:30:47 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
11:30:47 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
11:30:47 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
11:30:47 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
11:30:47 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
11:30:47 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
11:30:47 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.20 [28.1 kB]
11:30:47 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.20 [3809 kB]
11:30:47 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:30:47 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:30:47 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:30:47 Setting up libnsl2:amd64 (1.3.0-2build2) ...
11:30:47 Setting up policykit-1 (0.105-33) ...
11:30:47 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:30:47 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
11:30:47 Setting up gnupg (2.2.35-3ubuntu1) ...
11:30:47 Setting up packagekit (1.2.5-2ubuntu2) ...
11:30:47 invoke-rc.d: could not determine current runlevel
11:30:47 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:30:47 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:30:47 debconf: delaying package configuration, since apt-utils is not installed
11:30:47 Fetched 32.5 MB in 2s (17.6 MB/s)
11:30: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 ... 7168 files and directories currently installed.)
11:30:47 Preparing to unpack .../libsystemd0_237-3ubuntu10.57_amd64.deb ...
11:30:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:30:47 Setting up libsystemd0:amd64 (237-3ubuntu10.57) ...
11:30:48 make[1]: Leaving directory '/root/build-deb'
11:30:48  dpkg-genbuildinfo
11:30:48  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.changes
11:30:48 9d915a4248d2: Already exists
11:30:48 Digest: sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:30:48 Status: Downloaded newer image for debian:bookworm
11:30:48 CentOS Stream 9 - Extras packages                11 kB/s |  10 kB     00:00    
11:30:48 Dependencies resolved.
11:30:48 ================================================================================
11:30:48  Package                      Arch       Version               Repository  Size
11:30:48 ================================================================================
11:30:48 Installing:
11:30:48  dnf-plugins-core             noarch     4.3.0-4.el9           baseos      38 k
11:30:48 Installing dependencies:
11:30:48  dbus-libs                    x86_64     1:1.12.20-7.el9       baseos     152 k
11:30:48  python3-dateutil             noarch     1:2.8.1-6.el9         baseos     302 k
11:30:48  python3-dbus                 x86_64     1.2.18-2.el9          baseos     144 k
11:30:48  python3-dnf-plugins-core     noarch     4.3.0-4.el9           baseos     260 k
11:30:48  python3-six                  noarch     1.15.0-9.el9          baseos      37 k
11:30:48  python3-systemd              x86_64     234-18.el9            baseos      90 k
11:30:48  systemd-libs                 x86_64     252-8.el9             baseos     649 k
11:30:48 
11:30:48 Transaction Summary
11:30:48 ================================================================================
11:30:48 Install  8 Packages
11:30:48 
11:30:48 Total download size: 1.6 M
11:30:48 Installed size: 4.6 M
11:30:48 Downloading Packages:
11:30:48 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.20 [10.3 kB]
11:30:48 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
11:30:48 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:30:48 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
11:30:48 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
11:30:48 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:30:48 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
11:30:48 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
11:30:48 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
11:30:48 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2-bin amd64 1:2.32-1 [26.2 kB]
11:30:48 Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
11:30:48 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:30:48 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:30:48 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
11:30:48 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.7 [203 kB]
11:30:48 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
11:30:48 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
11:30:48 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:30:48 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:30:48 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu1 [164 kB]
11:30:48 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
11:30:48 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB]
11:30:48 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:30:48 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
11:30:48 Setting up gnupg2 (2.2.35-3ubuntu1) ...
11:30:48 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:30:48 Selecting previously unselected package libcap2:amd64.
11:30: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 ... 7168 files and directories currently installed.)
11:30:48 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_amd64.deb ...
11:30:48 Unpacking libcap2:amd64 (1:2.25-1.2) ...
11:30:48 Selecting previously unselected package libargon2-0:amd64.
11:30:48 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_amd64.deb ...
11:30:48 Unpacking libargon2-0:amd64 (0~20161029-1.1) ...
11:30:48 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30:48 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:30:48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:30:48 Selecting previously unselected package libjson-c3:amd64.
11:30:48 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
11:30:48 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
11:30:48 Selecting previously unselected package libcryptsetup12:amd64.
11:30:48 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ...
11:30:48 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
11:30:48 Selecting previously unselected package libidn11:amd64.
11:30:48 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
11:30:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) ...
11:30:48 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.20 [186 kB]
11:30:48 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
11:30:48 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
11:30:48 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:30:48 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
11:30:48 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
11:30:48 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:30:48 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
11:30:48 Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
11:30:48 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
11:30:48 Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
11:30:48 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
11:30:48 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
11:30:48 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
11:30:48 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB]
11:30:48 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB]
11:30:48 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
11:30:48 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [2014 kB]
11:30:48 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6837 B]
11:30:48 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [18.5 kB]
11:30:48 Selecting previously unselected package python3-minimal.
11:30: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 ... 8193 files and directories currently installed.)
11:30:48 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:30:48 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
11:30:48 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
11:30:48 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:30:48 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B]
11:30:48 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:30:48 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB]
11:30:48 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB]
11:30:48 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB]
11:30:48 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:30:48 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:30:48 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.8 [290 kB]
11:30:48 Selecting previously unselected package libip4tc0:amd64.
11:30:48 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_amd64.deb ...
11:30:48 Unpacking libip4tc0:amd64 (1.6.1-2ubuntu2) ...
11:30:48 Selecting previously unselected package libapparmor1:amd64.
11:30:48 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_amd64.deb ...
11:30:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) ...
11:30:48 Selecting previously unselected package libkmod2:amd64.
11:30:48 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_amd64.deb ...
11:30:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) ...
11:30:48 Setting up libcap2:amd64 (1:2.25-1.2) ...
11:30:48 Setting up libargon2-0:amd64 (0~20161029-1.1) ...
11:30:48 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:30:48 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
11:30:48 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
11:30:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
11:30:48 Setting up libip4tc0:amd64 (1.6.1-2ubuntu2) ...
11:30:48 + verify
11:30:48 + dpkg --version
11:30:48 + verify_deb
11:30:48 + apt-get update
11:30:48 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
11:30:48 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
11:30:48 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1704 B]
11:30:48 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
11:30:48 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
11:30:48 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
11:30:48 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
11:30:48 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
11:30:48 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
11:30:48 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
11:30:48 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
11:30:48 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
11:30:48 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
11:30:48 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
11:30:48 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
11:30:48 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:30:48 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
11:30:48 Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
11:30:48 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
11:30:48 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
11:30:48 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.16 [235 kB]
11:30:48 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.16 [161 kB]
11:30:48 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1748 kB]
11:30:48 Unpacking python3-minimal (3.9.2-3) ...
11:30:48 Selecting previously unselected package media-types.
11:30:48 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:30:48 Unpacking media-types (4.0.0) ...
11:30:48 Selecting previously unselected package libmpdec3:armhf.
11:30:48 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
11:30:48 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
11:30:48 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:30:48 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
11:30:48 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:30:48 Fetched 8640 kB in 2s (5625 kB/s)
11:30:48 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.8 [194 kB]
11:30:48 Selecting previously unselected package systemd.
11:30: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 ... 7215 files and directories currently installed.)
11:30:48 Preparing to unpack .../systemd_237-3ubuntu10.57_amd64.deb ...
11:30:48 Unpacking systemd (237-3ubuntu10.57) ...
11:30:48 Setting up python3 (3.10.6-1) ...
11:30:48 Setting up python3-six (1.16.0-4) ...
11:30:48 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:30:48 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:30:48 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:30:48 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [9032 kB]
11:30:48 Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B]
11:30:48 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB]
11:30:48 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB]
11:30:48 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB]
11:30:48 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
11:30:48 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
11:30:48 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
11:30:48 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
11:30:48 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
11:30:48 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB]
11:30:48 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB]
11:30:48 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB]
11:30:48 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
11:30:48 Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB]
11:30:48 Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
11:30:48 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB]
11:30:48 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:30:48 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
11:30:48 Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
11:30:48 Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
11:30:48 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
11:30:48 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
11:30:48 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
11:30:48 Selecting previously unselected package python3.9.
11:30:48 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
11:30:48 Unpacking python3.9 (3.9.2-1+rpi1) ...
11:30:48 Selecting previously unselected package libpython3-stdlib:armhf.
11:30:48 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:30:48 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:30:48 Setting up python3-minimal (3.9.2-3) ...
11:30:48 dpkg-genchanges: info: including full source code in upload
11:30:48  dpkg-source -I.git --after-build .
11:30:48 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
11:30:48 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
11:30:48 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
11:30:48 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:30:48 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
11:30:48 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
11:30:48 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
11:30:48 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:30:48 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
11:30:48 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
11:30:49 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ...
11:30:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ...
11:30:49 Setting up systemd (237-3ubuntu10.57) ...
11:30:49 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:49 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:49 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:30:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:30:49 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:30:49 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:30:49 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:30:49 Initializing machine ID from random generator.
11:30:49 (1/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm   48 kB/s |  38 kB     00:00    
11:30:49 (2/8): dbus-libs-1.12.20-7.el9.x86_64.rpm       175 kB/s | 152 kB     00:00    
11:30:49 (3/8): python3-dbus-1.2.18-2.el9.x86_64.rpm     1.0 MB/s | 144 kB     00:00    
11:30:49 (4/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  309 kB/s | 302 kB     00:00    
11:30:49 Setting up python3-pyparsing (3.0.7-2) ...
11:30:49 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
11:30:49 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:30:49 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB]
11:30:49 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB]
11:30:49 Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB]
11:30:49 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.4 [72.6 kB]
11:30:49 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB]
11:30:49 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB]
11:30:49 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB]
11:30:49 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
11:30:49 Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:30:49 Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
11:30:49 Get:114 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:30:49 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:30:49 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
11:30:49 Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.11 [21.6 kB]
11:30:49 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB]
11:30:49 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.11 [10.4 kB]
11:30:49 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
11:30:49 Selecting previously unselected package python3.
11:30: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 ... 8590 files and directories currently installed.)
11:30:49 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
11:30:49 Unpacking python3 (3.9.2-3) ...
11:30:49 Selecting previously unselected package apt-transport-https.
11:30:49 Preparing to unpack .../01-apt-transport-https_2.2.4_all.deb ...
11:30:49 Unpacking apt-transport-https (2.2.4) ...
11:30:49 Preparing to unpack .../02-curl_7.74.0-1.3+deb11u7_armhf.deb ...
11:30:49 Unpacking curl (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:30:49 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:49 + destination=/build
11:30:49 + mkdir -p /build
11:30:49 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb /build
11:30:49 copied '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'
11:30:49 removed '/root/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'
11:30:49 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:30:49 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.dsc'
11:30:49 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:30:49 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster.tar.gz'
11:30:49 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.buildinfo'
11:30:49 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.buildinfo'
11:30:49 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.changes'
11:30:49 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.changes'
11:30:49 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb'
11:30:49 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'
11:30:49 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb'
11:30:49 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [63.9 kB]
11:30:49 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [20.1 kB]
11:30:49 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2760 B]
11:30:49 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1390 kB]
11:30:49 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [11.6 kB]
11:30:49 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1331 kB]
11:30:49 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
11:30:49 (5/8): python3-dnf-plugins-core-4.3.0-4.el9.noa 1.8 MB/s | 260 kB     00:00    
11:30:49 (6/8): python3-six-1.15.0-9.el9.noarch.rpm      425 kB/s |  37 kB     00:00    
11:30:49 (7/8): python3-systemd-234-18.el9.x86_64.rpm    978 kB/s |  90 kB     00:00    
11:30:49 (8/8): systemd-libs-252-8.el9.x86_64.rpm        4.7 MB/s | 649 kB     00:00    
11:30:49 --------------------------------------------------------------------------------
11:30:49 Total                                           1.2 MB/s | 1.6 MB     00:01     
11:30:49 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
11:30:49 Importing GPG key 0x8483C65D:
11:30:49  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
11:30:49  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
11:30:49  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:30:49 Reading package lists...
11:30:49 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:49 Setting up python3-gi (3.42.2-2) ...
11:30:49 Setting up python3-jeepney (0.8.0-1) ...
11:30:49 Preparing to unpack .../03-libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
11:30:49 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:30:49 Selecting previously unselected package distro-info-data.
11:30:49 Preparing to unpack .../04-distro-info-data_0.51+deb11u3_all.deb ...
11:30:49 Unpacking distro-info-data (0.51+deb11u3) ...
11:30:49 Selecting previously unselected package libglib2.0-0:armhf.
11:30:49 Preparing to unpack .../05-libglib2.0-0_2.66.8-1_armhf.deb ...
11:30:49 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:30:49 debconf: delaying package configuration, since apt-utils is not installed
11:30:49 Fetched 35.2 MB in 2s (19.1 MB/s)
11:30: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 ... 4126 files and directories currently installed.)
11:30:49 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.20_amd64.deb ...
11:30:49 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:30:49 Setting up libsystemd0:amd64 (245.4-4ubuntu3.20) ...
11:30:49 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
11:30:49 Key imported successfully
11:30:49 Running transaction check
11:30:49 Transaction check succeeded.
11:30:49 Running transaction test
11:30:49 Transaction test succeeded.
11:30:49 Running transaction
11:30:49 Selecting previously unselected package systemd-sysv.
11:30: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 ... 7916 files and directories currently installed.)
11:30:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.57_amd64.deb ...
11:30:49 Unpacking systemd-sysv (237-3ubuntu10.57) ...
11:30:49 Selecting previously unselected package multiarch-support.
11:30:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
11:30:49 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:30:49 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:30:49 Selecting previously unselected package libnfnetlink0:amd64.
11:30: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 ... 7936 files and directories currently installed.)
11:30:49 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_amd64.deb ...
11:30:49 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
11:30:49 Selecting previously unselected package dbus.
11:30:49 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_amd64.deb ...
11:30:49 Unpacking dbus (1.12.2-1ubuntu1.4) ...
11:30:49 Setting up python3-httplib2 (0.20.4-2) ...
11:30:49 Setting up lsb-release (11.2ubuntu1) ...
11:30:49 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:30:49 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
11:30:49 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
11:30:49 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:30:49 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
11:30:49 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
11:30:49 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:30:49 Preparing to unpack .../08-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
11:30:49 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
11:30:49 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:49 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
11:30:49 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:30:49 Selecting previously unselected package libssl1.1:amd64.
11:30: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 ... 4126 files and directories currently installed.)
11:30:49 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
11:30:49 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
11:30:49 Selecting previously unselected package libpython3.8-minimal:amd64.
11:30:49 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:30:49 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:30:49 Selecting previously unselected package docker-buildx-plugin.
11:30:49 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.10~buster_amd64.deb ...
11:30:49 Unpacking docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:30:49 Fetched 19.0 MB in 8s (2270 kB/s)
11:30:49 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
11:30:49 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
11:30:49 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
11:30:49 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:30:49 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.8 [284 kB]
11:30:49 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
11:30:49 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB]
11:30:49   Preparing        :                                                        1/1 
11:30:49   Installing       : systemd-libs-252-8.el9.x86_64                          1/8 
11:30:49   Running scriptlet: systemd-libs-252-8.el9.x86_64                          1/8 
11:30:49   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                       2/8 
11:30:49   Installing       : python3-dbus-1.2.18-2.el9.x86_64                       3/8 
11:30:49   Installing       : python3-systemd-234-18.el9.x86_64                      4/8 
11:30:49   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
11:30:49   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
11:30:49   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
11:30:49   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
11:30:49 Fetched 19.5 MB in 3s (5786 kB/s)
11:30:49 make[1]: Leaving directory '/root/build-deb'
11:30:49  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.buildinfo
11:30:49  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.changes
11:30:49 Selecting previously unselected package libmnl0:amd64.
11:30:49 Preparing to unpack .../02-libmnl0_1.0.4-2_amd64.deb ...
11:30:49 Unpacking libmnl0:amd64 (1.0.4-2) ...
11:30:49 Selecting previously unselected package libpam-systemd:amd64.
11:30:49 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.57_amd64.deb ...
11:30:49 Unpacking libpam-systemd:amd64 (237-3ubuntu10.57) ...
11:30:49 Selecting previously unselected package libxtables12:amd64.
11:30:49 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_amd64.deb ...
11:30:49 Unpacking libxtables12:amd64 (1.6.1-2ubuntu2) ...
11:30:49 Selecting previously unselected package libip6tc0:amd64.
11:30:49 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_amd64.deb ...
11:30:49 Unpacking libip6tc0:amd64 (1.6.1-2ubuntu2) ...
11:30:49 Selecting previously unselected package libiptc0:amd64.
11:30:49 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_amd64.deb ...
11:30:49 Unpacking libiptc0:amd64 (1.6.1-2ubuntu2) ...
11:30:49 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:30:49 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
11:30:49 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
11:30:49 Selecting previously unselected package iptables.
11:30:49 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_amd64.deb ...
11:30:49 Unpacking iptables (1.6.1-2ubuntu2) ...
11:30:49 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
11:30:49 Setting up python3-blinker (1.4+dfsg1-0.5) ...
11:30:49 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:30:49 Reading package lists...
11:30:49 Building dependency tree...
11:30:49 Reading state information...
11:30:49 Selecting previously unselected package gnupg2.
11:30:49 Preparing to unpack .../10-gnupg2_2.2.27-2+deb11u2_all.deb ...
11:30:49 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
11:30:49 Selecting previously unselected package iso-codes.
11:30:49 Preparing to unpack .../11-iso-codes_4.6.0-1_all.deb ...
11:30:49 Unpacking iso-codes (4.6.0-1) ...
11:30:49 Selecting previously unselected package libexpat1:amd64.
11:30:49 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
11:30:49 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:30:49 Selecting previously unselected package python3.8-minimal.
11:30:49 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:30:49 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:30:50 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB]
11:30:50 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
11:30:50   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
11:30:50   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                       1/8 
11:30:50   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
11:30:50   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
11:30:50   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                       4/8 
11:30:50   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
11:30:50   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
11:30:50   Verifying        : python3-systemd-234-18.el9.x86_64                      7/8 
11:30:50   Verifying        : systemd-libs-252-8.el9.x86_64                          8/8 
11:30:50 
11:30:50 Installed:
11:30:50   dbus-libs-1:1.12.20-7.el9.x86_64                                              
11:30:50   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:30:50   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:30:50   python3-dbus-1.2.18-2.el9.x86_64                                              
11:30:50   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:30:50   python3-six-1.15.0-9.el9.noarch                                               
11:30:50   python3-systemd-234-18.el9.x86_64                                             
11:30:50   systemd-libs-252-8.el9.x86_64                                                 
11:30:50 
11:30:50 Complete!
11:30:50 + case ${DIST_ID}:${DIST_VERSION} in
11:30:50 + install_rpm_containerd
11:30:50 + '[' staging = stage ']'
11:30:50 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:30:50 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:30:50 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:30:50 + dnf --version
11:30:50 dpkg-genchanges: info: including full source code in upload
11:30:50  dpkg-source -I.git --after-build .
11:30:50 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:50 + destination=/build
11:30:50 + mkdir -p /build
11:30:50 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb /build
11:30:50 Selecting previously unselected package containerd.io.
11:30:50 Preparing to unpack .../09-containerd.io_1.6.18-1_amd64.deb ...
11:30:50 Unpacking containerd.io (1.6.18-1) ...
11:30:50 Setting up python3-more-itertools (8.10.0-2) ...
11:30:50 The following additional packages will be installed:
11:30:50   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:30:50   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:30:50   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
11:30:50   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
11:30:50   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:30:50   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:30:50   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
11:30:50   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:30:50   python3-gi python3-minimal python3-pycurl python3-software-properties
11:30:50   python3.9 python3.9-minimal readline-common
11:30:50 Suggested packages:
11:30:50   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:30:50   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
11:30:50   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:50   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
11:30:50   python3.9-doc binutils binfmt-support readline-doc
11:30:50 Recommended packages:
11:30:50   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
11:30:50   packagekit publicsuffix libsasl2-modules unattended-upgrades
11:30:50 Selecting previously unselected package libcurl3-gnutls:armhf.
11:30:50 Preparing to unpack .../12-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
11:30:50 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:30:50 Selecting previously unselected package libdbus-1-3:armhf.
11:30:50 Preparing to unpack .../13-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
11:30:50 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
11:30:50 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
11:30:50 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:30:50 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:30:50 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:30:50 Fetched 9307 kB in 2s (6033 kB/s)
11:30:50 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu1 [80.9 kB]
11:30:50 4.14.0
11:30:50   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Mar  7 09:30:19 2023
11:30:50   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
11:30:50 
11:30:50   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Tue Mar  7 09:30:17 2023
11:30:50   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
11:30:50 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:30:50 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:30:50 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:30:50 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.dsc'
11:30:50 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:30:50 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy.tar.gz'
11:30:50 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.buildinfo'
11:30:50 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.buildinfo'
11:30:50 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.changes'
11:30:50 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.changes'
11:30:50 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 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'
11:30:50 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb'
11:30:50 Setting up python3-dbus (1.2.18-3build1) ...
11:30:50 Setting up python3-distro (1.7.0-1) ...
11:30:50 The following NEW packages will be installed:
11:30:50   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:30:50   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:30:50   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:50   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:30:50   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
11:30:50   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:30:50   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:30:50   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
11:30:50   media-types openssl pinentry-curses python-apt-common python3 python3-apt
11:30:50   python3-dbus python3-gi python3-minimal python3-pycurl
11:30:50   python3-software-properties python3.9 python3.9-minimal readline-common
11:30:50   software-properties-common
11:30:50 Selecting previously unselected package lsb-release.
11:30:50 Preparing to unpack .../14-lsb-release_11.1.0+rpi1_all.deb ...
11:30:50 Unpacking lsb-release (11.1.0+rpi1) ...
11:30:50 Selecting previously unselected package python-apt-common.
11:30:50 Preparing to unpack .../15-python-apt-common_2.2.1_all.deb ...
11:30:50 Unpacking python-apt-common (2.2.1) ...
11:30:50 Selecting previously unselected package python3-apt.
11:30:50 Preparing to unpack .../16-python3-apt_2.2.1_armhf.deb ...
11:30:50 Unpacking python3-apt (2.2.1) ...
11:30:50 Selecting previously unselected package python3-dbus.
11:30:50 Preparing to unpack .../17-python3-dbus_1.2.16-5_armhf.deb ...
11:30:50 Unpacking python3-dbus (1.2.16-5) ...
11:30:50 Selecting previously unselected package python3-gi.
11:30:50 Preparing to unpack .../18-python3-gi_3.38.0-2_armhf.deb ...
11:30:50 Unpacking python3-gi (3.38.0-2) ...
11:30:50 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
11:30:50 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB]
11:30:50 + dnf config-manager --set-disabled 'docker-ce-*'
11:30:50 Setting up python3-jwt (2.4.0-1) ...
11:30:50 Setting up python3-apt (2.4.0+22.10) ...
11:30:50 Reading package lists...
11:30:50 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:50 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
11:30:50 Need to get 23.3 MB of archives.
11:30:50 After this operation, 75.5 MB of additional disk space will be used.
11:30:50 Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
11:30:50 Get:2 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
11:30:50 Get:3 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
11:30:50 Get:4 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
11:30:50 Get:5 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
11:30:50 Get:6 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
11:30:50 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
11:30:50 Get:8 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
11:30:50 Get:9 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
11:30:50 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
11:30:50 Get:11 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
11:30:50 Get:12 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
11:30:50 Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
11:30:50 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
11:30:50 Get:15 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB]
11:30:50 Selecting previously unselected package python3-pycurl.
11:30:50 Preparing to unpack .../19-python3-pycurl_7.43.0.6-5_armhf.deb ...
11:30:50 Unpacking python3-pycurl (7.43.0.6-5) ...
11:30:50 Selecting previously unselected package python3-software-properties.
11:30:50 Preparing to unpack .../20-python3-software-properties_0.96.20.2-2.1_all.deb ...
11:30:50 Unpacking python3-software-properties (0.96.20.2-2.1) ...
11:30:50 Selecting previously unselected package software-properties-common.
11:30:50 Preparing to unpack .../21-software-properties-common_0.96.20.2-2.1_all.deb ...
11:30:50 Unpacking software-properties-common (0.96.20.2-2.1) ...
11:30:50 Setting up media-types (4.0.0) ...
11:30:50 Setting up gnupg2 (2.2.27-2+deb11u2) ...
11:30:50 Setting up apt-transport-https (2.2.4) ...
11:30:50 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:30:50 No schema files found: doing nothing.
11:30:50 Setting up distro-info-data (0.51+deb11u3) ...
11:30:50 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
11:30:50 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:30:50 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
11:30:50 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'.
11:30:50 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
11:30:50 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
11:30:50 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB]
11:30:50 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB]
11:30:50 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2426 B]
11:30:50 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
11:30:50 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB]
11:30:50 Reading package lists...
11:30:50 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:50 + dnf config-manager --set-enabled docker-ce-test
11:30:50 Setting up python3-lazr.uri (1.0.6-2) ...
11:30:50 Setting up python3-zipp (1.0.0-4) ...
11:30:50 Get:16 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:30:50 Get:17 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
11:30:50 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:30:50 Get:19 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:30:50 Get:20 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:30:50 Get:21 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:30:50 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:30:50 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:30:50 Get:24 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:30:50 Get:25 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:30:50 Get:26 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB]
11:30:50 Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB]
11:30:50 Get:28 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
11:30:50 Get:29 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
11:30:50 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
11:30:50 Get:31 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:30:50 Get:32 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
11:30:50 Get:33 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
11:30:50 Get:34 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
11:30:50 Get:35 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
11:30:50 Get:36 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
11:30:50 Get:37 http://deb.debian.org/debian bullseye/main amd64 libpackagekit-glib2-18 amd64 1.2.2-2 [124 kB]
11:30:50 Get:38 http://deb.debian.org/debian bullseye/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.2-2 [36.8 kB]
11:30:50 Get:39 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:30:50 Get:40 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
11:30:50 Get:41 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
11:30:50 Get:42 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
11:30:50 Get:43 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
11:30:50 Get:44 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
11:30:50 Get:45 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
11:30:50 Get:46 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
11:30:50 Get:47 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:30:50 Get:48 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
11:30:50 Get:49 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
11:30:50 Get:50 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u7 [343 kB]
11:30:50 Get:51 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB]
11:30:50 Get:52 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
11:30:50 Get:53 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
11:30:50 Get:54 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
11:30:50 Get:55 http://deb.debian.org/debian bullseye/main amd64 python3-dbus amd64 1.2.16-5 [108 kB]
11:30:50 Get:56 http://deb.debian.org/debian bullseye/main amd64 python3-gi amd64 3.38.0-2 [232 kB]
11:30:50 Get:57 http://deb.debian.org/debian bullseye/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]
11:30:50 Get:58 http://deb.debian.org/debian bullseye/main amd64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
11:30:50 Get:59 http://deb.debian.org/debian bullseye/main amd64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
11:30:50 debconf: delaying package configuration, since apt-utils is not installed
11:30:50 Setting up python-apt-common (2.2.1) ...
11:30:50 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
11:30:50 Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:30:50 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
11:30:50 Setting up curl (7.74.0-1.3+deb11u7) ...
11:30:50 Setting up iso-codes (4.6.0-1) ...
11:30:50 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:30:50 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:30:50 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
11:30:50 Setting up python3.9 (3.9.2-1+rpi1) ...
11:30:51 Fedora Modular 37 - x86_64 - Updates            3.0 MB/s | 2.9 MB     00:00    
11:30:51 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2 [236 kB]
11:30:51 + dnf makecache
11:30:51 Setting up python3-cryptography (3.4.8-2) ...
11:30:51 Reading package lists...
11:30:51 Selecting previously unselected package python3-minimal.
11:30: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 ... 4427 files and directories currently installed.)
11:30:51 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
11:30:51 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:30:51 Selecting previously unselected package mime-support.
11:30:51 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:30:51 Unpacking mime-support (3.64ubuntu1) ...
11:30:51 Selecting previously unselected package libmpdec2:amd64.
11:30:51 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
11:30:51 Unpacking libmpdec2:amd64 (2.4.2-3) ...
11:30:51 Selecting previously unselected package readline-common.
11:30:51 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:30:51 Unpacking readline-common (8.0-4) ...
11:30:51 Selecting previously unselected package libreadline8:amd64.
11:30:51 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
11:30:51 Unpacking libreadline8:amd64 (8.0-4) ...
11:30:51 Reading package lists...
11:30:51 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:51 Fetched 23.3 MB in 0s (50.7 MB/s)
11:30:51 Selecting previously unselected package libpython3.9-minimal:amd64.
11:30: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 ... 6661 files and directories currently installed.)
11:30:51 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ...
11:30:51 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
11:30:51 Selecting previously unselected package libexpat1:amd64.
11:30:51 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_amd64.deb ...
11:30:51 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:30:51 Selecting previously unselected package python3.9-minimal.
11:30:51 Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ...
11:30:51 Unpacking python3.9-minimal (3.9.2-1) ...
11:30:51 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB]
11:30:51 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB]
11:30:51 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
11:30:51 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5440 B]
11:30:51 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:30:51 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB]
11:30:51 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
11:30:51 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB]
11:30:51 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB]
11:30:51 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:30:51 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
11:30:51 Setting up python3-wadllib (1.3.6-1) ...
11:30:51 Setting up python3-importlib-metadata (4.6.4-1) ...
11:30:51 Selecting previously unselected package libsqlite3-0:amd64.
11:30:51 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
11:30:51 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:30:51 Selecting previously unselected package libpython3.8-stdlib:amd64.
11:30:51 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:30:51 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:30:51 Building dependency tree...
11:30:51 Reading state information...
11:30:51 make[1]: Leaving directory '/root/build-deb'
11:30:51  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.buildinfo
11:30:51  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.changes
11:30:51 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
11:30:51 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:30:51 Setting up python3.9-minimal (3.9.2-1) ...
11:30:51 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
11:30:51 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
11:30:51 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:30:51 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:30:51 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
11:30:51 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.6 [28.8 kB]
11:30:51 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
11:30:51 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.6 [14.1 kB]
11:30:51 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
11:30:51 Selecting previously unselected package docker-compose-plugin.
11:30:51 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb ...
11:30:51 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:30:51 CentOS Stream 9 - BaseOS                         29 kB/s | 7.0 kB     00:00    
11:30:51 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
11:30:51 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
11:30:51 Selecting previously unselected package python3.8.
11:30:51 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:30:51 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:30:51 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:51 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
11:30:51 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
11:30:51 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:30:51 The following additional packages will be installed:
11:30:51   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
11:30:51   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
11:30:51   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:30:51   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
11:30:51   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
11:30:51   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
11:30:51   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:30:51   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
11:30:51   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:30:51   libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0
11:30:51   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:30:51   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:30:51   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:30:51   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:30:51   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:30:51   media-types openssl packagekit pinentry-curses polkitd python-apt-common
11:30:51   python3 python3-apt python3-blinker python3-cffi-backend
11:30:51   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:30:51   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:30:51   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:30:51   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:30:51   readline-common sgml-base systemd systemd-sysv xml-core
11:30:51 Suggested packages:
11:30:51   liblocale-gettext-perl perl cron quota default-dbus-session-bus
11:30:51   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
11:30:51   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
11:30:51   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
11:30:51   python3-tk python3-venv python-apt-doc python-blinker-doc
11:30:51   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:30:51   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
11:30:51   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
11:30:51   systemd-container systemd-homed systemd-userdbd systemd-boot
11:30:51   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
11:30:51   libtss2-rc0 debhelper
11:30:51 Recommended packages:
11:30:51   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
11:30:51   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
11:30:51   systemd-timesyncd | time-daemon libnss-systemd
11:30:51 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
11:30:51 debconf: delaying package configuration, since apt-utils is not installed
11:30:51 Fetched 38.6 MB in 7s (5476 kB/s)
11:30: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 ... 4395 files and directories currently installed.)
11:30:51 Preparing to unpack .../libsystemd0_249.11-0ubuntu3.7_amd64.deb ...
11:30:51 Unpacking libsystemd0:amd64 (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:30:51 Setting up libsystemd0:amd64 (249.11-0ubuntu3.7) ...
11:30:51 Selecting previously unselected package libpython3.10-minimal:amd64.
11:30: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 ... 4395 files and directories currently installed.)
11:30:51 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:30:51 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:30:51 Setting up python3 (3.9.2-3) ...
11:30:51 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:30:51 Setting up python3-pycurl (7.43.0.6-5) ...
11:30:51 Setting up python3-gi (3.38.0-2) ...
11:30:51 CentOS Stream 9 - AppStream                      26 kB/s | 7.1 kB     00:00    
11:30:51 Setting up python3-keyring (23.8.2-1) ...
11:30:51 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:30:51 Selecting previously unselected package python3.
11:30: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 ... 4857 files and directories currently installed.)
11:30:51 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
11:30:51 Unpacking python3 (3.8.2-0ubuntu2) ...
11:30:51 Selecting previously unselected package libapparmor1:amd64.
11:30:51 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ...
11:30:51 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
11:30:51 Selecting previously unselected package libcap2:amd64.
11:30:51 Preparing to unpack .../02-libcap2_1%3a2.32-1_amd64.deb ...
11:30:51 Unpacking libcap2:amd64 (1:2.32-1) ...
11:30:52 Selecting previously unselected package python3-minimal.
11:30: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 ... 6955 files and directories currently installed.)
11:30:52 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
11:30:52 Unpacking python3-minimal (3.9.2-3) ...
11:30:52 Selecting previously unselected package media-types.
11:30:52 Reading package lists...
11:30:52 Building dependency tree...
11:30:52 Reading state information...
11:30:52 Selecting previously unselected package libexpat1:amd64.
11:30:52 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
11:30:52 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:30:52 Selecting previously unselected package python3.10-minimal.
11:30:52 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:30:52 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:30:52 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:30:52 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:30:52 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:30:52 Reading package lists...
11:30:52 Setting up lsb-release (11.1.0+rpi1) ...
11:30:52 Setting up python3-dbus (1.2.16-5) ...
11:30:52 Setting up python3-apt (2.2.1) ...
11:30:52 CentOS Stream 9 - Extras packages                25 kB/s | 7.6 kB     00:00    
11:30:52 Setting up python3-launchpadlib (1.10.16-1) ...
11:30:52 Processing triggers for sgml-base (1.30) ...
11:30:52 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:30:52 Selecting previously unselected package libargon2-1:amd64.
11:30:52 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ...
11:30:52 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
11:30:52 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30:52 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
11:30:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:30:52 Selecting previously unselected package libjson-c4:amd64.
11:30:52 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
11:30:52 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
11:30:52 Selecting previously unselected package libcryptsetup12:amd64.
11:30:52 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
11:30:52 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
11:30:52 Selecting previously unselected package libip4tc2:amd64.
11:30:52 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
11:30:52 Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
11:30:52 Selecting previously unselected package libkmod2:amd64.
11:30:52 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ...
11:30:52 Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
11:30:52 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:30:52 Unpacking media-types (4.0.0) ...
11:30:52 Selecting previously unselected package libmpdec3:amd64.
11:30:52 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
11:30:52 Unpacking libmpdec3:amd64 (2.5.1-1) ...
11:30:52 Selecting previously unselected package libncursesw6:amd64.
11:30:52 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
11:30:52 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
11:30:52 Selecting previously unselected package readline-common.
11:30:52 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:30:52 Unpacking readline-common (8.1-1) ...
11:30:52 Selecting previously unselected package libreadline8:amd64.
11:30:52 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
11:30:52 Unpacking libreadline8:amd64 (8.1-1) ...
11:30:52 Selecting previously unselected package libsqlite3-0:amd64.
11:30:52 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
11:30:52 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
11:30:52 ca-certificates is already the newest version (20200601~deb10u2).
11:30:52 The following additional packages will be installed:
11:30:52   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
11:30:52   libapt-inst2.0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:30:52   libgirepository-1.0-1 libglib2.0-0 libmpdec2 libpackagekit-glib2-18
11:30:52   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib mime-support
11:30:52   python-apt-common python3 python3-apt python3-dbus python3-gi
11:30:52   python3-minimal python3-pycurl python3-software-properties python3.7
11:30:52   python3.7-minimal
11:30:52 Suggested packages:
11:30:52   isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg
11:30:52   python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev
11:30:52   python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils
11:30:52   binfmt-support
11:30:52 Recommended packages:
11:30:52   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit bzip2 file
11:30:52   xz-utils unattended-upgrades
11:30:52 Building dependency tree...
11:30:52 Reading state information...
11:30:52 dpkg-genchanges: info: including full source code in upload
11:30:52  dpkg-source -I.git --after-build .
11:30:52 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:30:52 + destination=/build
11:30:52 + mkdir -p /build
11:30:52 + mv -v /root/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb /build
11:30:52 copied '/root/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb'
11:30:52 removed '/root/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb'
11:30:52 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.dsc'
11:30:52 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.dsc'
11:30:52 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.tar.gz'
11:30:52 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm.tar.gz'
11:30:52 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.buildinfo'
11:30:52 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.buildinfo'
11:30:52 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.changes'
11:30:52 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.changes'
11:30:52 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:30:52 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'
11:30:52 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
11:30:52 Setting up python3-software-properties (0.96.20.2-2.1) ...
11:30:52 Setting up python3-software-properties (0.99.27) ...
11:30:52 Setting up software-properties-common (0.99.27) ...
11:30:52 Selecting previously unselected package systemd-timesyncd.
11:30:52 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.20_amd64.deb ...
11:30:52 Unpacking systemd-timesyncd (245.4-4ubuntu3.20) ...
11:30:52 Selecting previously unselected package systemd.
11:30:52 Preparing to unpack .../10-systemd_245.4-4ubuntu3.20_amd64.deb ...
11:30:52 Unpacking systemd (245.4-4ubuntu3.20) ...
11:30:52 Selecting previously unselected package libpython3.9-stdlib:amd64.
11:30:52 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
11:30:52 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
11:30:52 Selecting previously unselected package python3.9.
11:30:52 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
11:30:52 Unpacking python3.9 (3.9.2-1) ...
11:30:52 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:52 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
11:30:52 Selecting previously unselected package docker-ce-rootless-extras.
11:30:52 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ...
11:30:52 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:52 The following additional packages will be installed:
11:30:52   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
11:30:52   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:52   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:30:52   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:30:52   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:30:52   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:30:52   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:30:52   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:30:52   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:30:52   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
11:30:52   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:30:52   python3-gi python3-minimal python3-software-properties python3.6
11:30:52   python3.6-minimal readline-common
11:30:52 Suggested packages:
11:30:52   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:30:52   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:30:52   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:52   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
11:30:52 Recommended packages:
11:30:52   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
11:30:52   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
11:30:52 Selecting previously unselected package dbus-user-session.
11:30:52 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_amd64.deb ...
11:30:52 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
11:30:52 Setting up containerd.io (1.6.18-1) ...
11:30:52 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:30:52 Setting up systemd-sysv (237-3ubuntu10.57) ...
11:30:52 Setting up libiptc0:amd64 (1.6.1-2ubuntu2) ...
11:30:52 The following NEW packages will be installed:
11:30:52   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:30:52   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:30:52   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
11:30:52   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:30:52   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:30:52   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:30:52   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
11:30:52   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:30:52   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
11:30:52   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
11:30:52   libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2
11:30:52   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:30:52   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:30:52   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:30:52   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:30:52   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:30:52   lsb-release media-types openssl packagekit pinentry-curses polkitd
11:30:52   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:30:52   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:30:52   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:30:52   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:30:52   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:30:52   readline-common sgml-base software-properties-common systemd systemd-sysv
11:30:52   xml-core
11:30:52 0 upgraded, 118 newly installed, 0 to remove and 3 not upgraded.
11:30:52 Need to get 49.2 MB of archives.
11:30:52 After this operation, 175 MB of additional disk space will be used.
11:30:52 Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.8-1 [2013 kB]
11:30:52 Setting up software-properties-common (0.96.20.2-2.1) ...
11:30:52 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:30:52 ++ source /etc/os-release
11:30:52 +++ PRETTY_NAME='Raspbian GNU/Linux 11 (bullseye)'
11:30:52 +++ NAME='Raspbian GNU/Linux'
11:30:52 +++ VERSION_ID=11
11:30:52 +++ VERSION='11 (bullseye)'
11:30:52 +++ VERSION_CODENAME=bullseye
11:30:52 +++ ID=raspbian
11:30:52 +++ ID_LIKE=debian
11:30:52 +++ HOME_URL=http://www.raspbian.org/
11:30:52 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
11:30:52 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
11:30:52 ++ echo raspbian
11:30:52 + DIST_ID=raspbian
11:30:52 ++ lsb_release -sc
11:30:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:52 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:30:52 Updating certificates in /etc/ssl/certs...
11:30:52 Docker CE Test - x86_64                          46 kB/s |  25 kB     00:00    
11:30:52 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
11:30:52 Setting up python3-minimal (3.9.2-3) ...
11:30:52 Selecting previously unselected package python3.
11:30: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 ... 7393 files and directories currently installed.)
11:30:52 Preparing to unpack .../00-python3_3.9.2-3_amd64.deb ...
11:30:52 Unpacking python3 (3.9.2-3) ...
11:30:52 Selecting previously unselected package openssl.
11:30:52 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_amd64.deb ...
11:30:52 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:30:52 Selecting previously unselected package docker-ce-cli.
11:30:52 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ...
11:30:52 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
11:30:52 The following NEW packages will be installed:
11:30:52   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:30:52   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
11:30:52   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
11:30:52   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
11:30:52   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
11:30:52   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
11:30:52   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
11:30:52   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
11:30:52   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
11:30:52   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
11:30:52   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
11:30:52   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
11:30:52   python3-dbus python3-gi python3-minimal python3-software-properties
11:30:52   python3.6 python3.6-minimal readline-common software-properties-common
11:30:52 The following NEW packages will be installed:
11:30:52   apt-transport-https distro-info-data gir1.2-glib-2.0
11:30:52   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapt-inst2.0 libcurl3-gnutls
11:30:52   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec2
11:30:52   libpackagekit-glib2-18 libpython3-stdlib libpython3.7-minimal
11:30:52   libpython3.7-stdlib lsb-release mime-support python-apt-common python3
11:30:52   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:52   python3-software-properties python3.7 python3.7-minimal
11:30:52   software-properties-common
11:30:52 The following packages will be upgraded:
11:30:52   curl libcurl4
11:30:52 Setting up libxtables12:amd64 (1.6.1-2ubuntu2) ...
11:30:52 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
11:30:52 Setting up dbus (1.12.2-1ubuntu1.4) ...
11:30:52 Setting up libmnl0:amd64 (1.0.4-2) ...
11:30:52 Setting up libip6tc0:amd64 (1.6.1-2ubuntu2) ...
11:30:52 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
11:30:52 Setting up libpam-systemd:amd64 (237-3ubuntu10.57) ...
11:30:52 Get:2 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3 [20.0 kB]
11:30:52 Get:3 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
11:30:52 Get:4 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
11:30:52 Get:5 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
11:30:52 Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-1 [222 kB]
11:30:52 Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5 [193 kB]
11:30:52 Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
11:30:52 Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB]
11:30:52 Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
11:30:52 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.5-2 [1684 kB]
11:30:52 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.5-2 [3010 kB]
11:30:52 Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.5-2 [41.3 kB]
11:30:52 Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.6-1 [200 kB]
11:30:52 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.6-1 [104 kB]
11:30:52 Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.6-1 [76.6 kB]
11:30:52 Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
11:30:52 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.6-1 [182 kB]
11:30:52 Get:19 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.131 [166 kB]
11:30:52 Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.6-1 [77.7 kB]
11:30:52 Get:21 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.6-1 [95.7 kB]
11:30:52 Get:22 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-4 [813 kB]
11:30:52 Get:23 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-4 [2065 kB]
11:30:52 Get:24 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1 [26.0 kB]
11:30:52 Get:25 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB]
11:30:52 Get:26 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
11:30:52 Get:27 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
11:30:52 Get:28 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
11:30:52 Get:29 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
11:30:52 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
11:30:52 Get:31 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
11:30:52 Get:32 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:30:52 Get:33 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
11:30:52 Get:34 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
11:30:52 Get:35 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
11:30:52 Get:36 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
11:30:52 Get:37 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
11:30:52 Get:38 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-4 [1797 kB]
11:30:52 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-4 [572 kB]
11:30:52 Get:40 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1 [9012 B]
11:30:52 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1 [26.0 kB]
11:30:52 Get:42 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB]
11:30:52 Get:43 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.8-1 [1407 kB]
11:30:52 Get:44 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
11:30:52 Get:45 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.5-2 [223 kB]
11:30:52 Get:46 http://deb.debian.org/debian bookworm/main amd64 apt-transport-https all 2.5.6 [22.1 kB]
11:30:52 Get:47 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
11:30:52 Get:48 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
11:30:52 Get:49 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
11:30:52 Get:50 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
11:30:52 Get:51 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1 [72.3 kB]
11:30:52 Get:52 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
11:30:52 Get:53 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:30:52 Get:54 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
11:30:52 Get:55 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-1 [385 kB]
11:30:52 Get:56 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-1 [313 kB]
11:30:52 Get:57 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
11:30:52 Get:58 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
11:30:52 + DIST_VERSION=bullseye
11:30:52 + '[' bullseye = sid ']'
11:30:52 + install_debian_containerd
11:30:52 + '[' staging = stage ']'
11:30:52 + REPO_URL=https://download.docker.com/linux/raspbian
11:30:52 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
11:30:52 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
11:30:52 + update-ca-certificates -f
11:30:52 Clearing symlinks in /etc/ssl/certs...
11:30:52 0 added, 0 removed; done.
11:30:52 Running hooks in /etc/ca-certificates/update.d...
11:30:52 done.
11:30:52 Processing triggers for dbus (1.14.0-2ubuntu3) ...
11:30:52 ++ source /etc/os-release
11:30:52 +++ PRETTY_NAME='Ubuntu 22.10'
11:30:52 +++ NAME=Ubuntu
11:30:52 +++ VERSION_ID=22.10
11:30:52 +++ VERSION='22.10 (Kinetic Kudu)'
11:30:52 +++ VERSION_CODENAME=kinetic
11:30:52 +++ ID=ubuntu
11:30:52 +++ ID_LIKE=debian
11:30:52 +++ HOME_URL=https://www.ubuntu.com/
11:30:52 +++ SUPPORT_URL=https://help.ubuntu.com/
11:30:52 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:30:52 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:30:52 +++ UBUNTU_CODENAME=kinetic
11:30:52 +++ LOGO=ubuntu-logo
11:30:52 ++ echo ubuntu
11:30:52 + DIST_ID=ubuntu
11:30:52 ++ lsb_release -sc
11:30:52 + DIST_VERSION=kinetic
11:30:52 + '[' kinetic = sid ']'
11:30:52 + install_debian_containerd
11:30:52 + '[' staging = stage ']'
11:30:52 + REPO_URL=https://download.docker.com/linux/ubuntu
11:30:52 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:30:52 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:30:52 + update-ca-certificates -f
11:30:52 Clearing symlinks in /etc/ssl/certs...
11:30:52 + make IMAGE=debian:buster verify
11:30:52 docker run  --rm -i \
11:30:52 	-v "$(pwd):/v" \
11:30:52 	-e DEBIAN_FRONTEND=noninteractive \
11:30:52 	-e PACKAGE_REPO=staging \
11:30:52 	-w /v \
11:30:52 	debian:buster ./verify
11:30:52 Unable to find image 'debian:buster' locally
11:30:52 buster: Pulling from library/debian
11:30:52 Metadata cache created.
11:30:52 [DEBUG] Installing engine rpms
11:30:52 + echo '[DEBUG] Installing engine rpms'
11:30:52 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
11:30:52 ++ sed /src/d
11:30:52 + packages='rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el9.x86_64.rpm
11:30:52 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el9.x86_64.rpm
11:30:52 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm
11:30:52 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm
11:30:52 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
11:30:52 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm'
11:30:52 + set -x
11:30:52 ++ source /etc/os-release
11:30:52 +++ NAME='CentOS Stream'
11:30:52 +++ VERSION=9
11:30:52 +++ ID=centos
11:30:52 +++ ID_LIKE='rhel fedora'
11:30:52 +++ VERSION_ID=9
11:30:52 +++ PLATFORM_ID=platform:el9
11:30:52 +++ PRETTY_NAME='CentOS Stream 9'
11:30:52 +++ ANSI_COLOR='0;31'
11:30:52 +++ LOGO=fedora-logo-icon
11:30:52 +++ CPE_NAME=cpe:/o:centos:centos:9
11:30:52 +++ HOME_URL=https://centos.org/
11:30:52 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:30:52 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
11:30:52 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
11:30:52 ++ echo 'CentOS Stream'
11:30:52 + product_version='CentOS Stream'
11:30:52 + '[' 'CentOS Stream' = rawhide ']'
11:30:52 + 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-buildx-plugin-0.10.4-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-0.el9.x86_64.rpm
11:30:53 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
11:30:53 Setting up libcap2:amd64 (1:2.32-1) ...
11:30:53 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
11:30:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
11:30:53 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
11:30:53 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
11:30:53 Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
11:30:53 Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
11:30:53 Setting up systemd-timesyncd (245.4-4ubuntu3.20) ...
11:30:53 Selecting previously unselected package python3-minimal.
11:30: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 ... 4697 files and directories currently installed.)
11:30:53 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
11:30:53 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:30:53 Selecting previously unselected package media-types.
11:30:53 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:30:53 Unpacking media-types (7.0.0) ...
11:30:53 Selecting previously unselected package libmpdec3:amd64.
11:30:53 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
11:30:53 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:30:53 Selecting previously unselected package readline-common.
11:30:53 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:30:53 Unpacking readline-common (8.1.2-1) ...
11:30:53 Selecting previously unselected package libreadline8:amd64.
11:30:53 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
11:30:53 Unpacking libreadline8:amd64 (8.1.2-1) ...
11:30:53 Selecting previously unselected package libsqlite3-0:amd64.
11:30:53 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
11:30:53 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:30:53 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:30:53 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
11:30:53 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:30:53 Selecting previously unselected package python3.10.
11:30:53 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
11:30:53 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:30:53 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:53 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
11:30:53 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:30:53 Setting up python3-minimal (3.10.6-1~22.04) ...
11:30:53 Selecting previously unselected package ca-certificates.
11:30:53 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
11:30:53 Unpacking ca-certificates (20210119) ...
11:30:53 Selecting previously unselected package apt-transport-https.
11:30:53 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
11:30:53 Unpacking apt-transport-https (2.2.4) ...
11:30:53 Selecting previously unselected package libbrotli1:amd64.
11:30:53 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:30:53 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:30:53 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:53 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:30:53 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:30:53 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded.
11:30:53 Need to get 14.4 MB of archives.
11:30:53 After this operation, 59.5 MB of additional disk space will be used.
11:30:53 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]
11:30:53 2 upgraded, 30 newly installed, 0 to remove and 11 not upgraded.
11:30:53 Need to get 11.0 MB of archives.
11:30:53 After this operation, 51.9 MB of additional disk space will be used.
11:30:53 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
11:30:53 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
11:30:53 Setting up iptables (1.6.1-2ubuntu2) ...
11:30:53 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:30:53 Processing triggers for systemd (237-3ubuntu10.57) ...
11:30:53 + verify_binaries
11:30:53 + docker --version
11:30:53 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:30:53 ++ uname -m
11:30:53 + '[' x86_64 = x86_64 ']'
11:30:53 + docker scan --help
11:30:53 Get:59 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
11:30:53 Get:60 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:30:53 Get:61 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
11:30:53 Get:62 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.57 [5744 B]
11:30:53 Get:63 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-1 [1397 kB]
11:30:53 Get:64 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
11:30:53 Get:65 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
11:30:53 Get:66 http://deb.debian.org/debian bookworm/main amd64 libpackagekit-glib2-18 amd64 1.2.6-3 [113 kB]
11:30:53 Get:67 http://deb.debian.org/debian bookworm/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.6-3 [25.3 kB]
11:30:53 Get:68 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:30:53 Get:69 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
11:30:53 Get:70 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
11:30:53 Get:71 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
11:30:53 Get:72 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
11:30:53 Get:73 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
11:30:53 Get:74 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
11:30:53 Get:75 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
11:30:53 Get:76 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
11:30:53 Get:77 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1 [445 kB]
11:30:53 Get:78 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.13.0-1 [2899 kB]
11:30:53 Get:79 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-1 [379 kB]
11:30:53 Get:80 http://deb.debian.org/debian bookworm/main amd64 libstemmer0d amd64 2.2.0-2 [118 kB]
11:30:53 Get:81 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
11:30:53 Get:82 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
11:30:53 Get:83 http://deb.debian.org/debian bookworm/main amd64 libxmlb2 amd64 0.3.10-2 [60.2 kB]
11:30:53 Get:84 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
11:30:53 Get:85 http://deb.debian.org/debian bookworm/main amd64 libappstream4 amd64 0.16.1-1 [197 kB]
11:30:53 Get:86 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-3 [34.6 kB]
11:30:53 Get:87 http://deb.debian.org/debian bookworm/main amd64 libduktape207 amd64 2.7.0-2 [134 kB]
11:30:53 Get:88 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
11:30:53 Get:89 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
11:30:53 Get:90 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-1 [1208 kB]
11:30:53 Get:91 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-1 [110 kB]
11:30:53 Get:92 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
11:30:53 Get:93 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2 [1169 kB]
11:30:53 Get:94 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-0 amd64 122-3 [43.9 kB]
11:30:53 Get:95 http://deb.debian.org/debian bookworm/main amd64 libpolkit-agent-1-0 amd64 122-3 [24.4 kB]
11:30:53 Get:96 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
11:30:53 Get:97 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
11:30:53 Get:98 http://deb.debian.org/debian bookworm/main amd64 polkitd amd64 122-3 [112 kB]
11:30:53 Get:99 http://deb.debian.org/debian bookworm/main amd64 packagekit amd64 1.2.6-3 [609 kB]
11:30:53 done.
11:30:53 Updating certificates in /etc/ssl/certs...
11:30:53 done.
11:30:53 Updating certificates in /etc/ssl/certs...
11:30:53 4ba30d485dd0: Already exists
11:30:53 Digest: sha256:2d356e1e22c0902f88ef65cb7159ecd5a96feb62345747edfd4324b0d83a2923
11:30:53 Status: Downloaded newer image for debian:buster
11:30:53 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:30:52 2023.
11:30:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:30:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:30:53 Setting up systemd (245.4-4ubuntu3.20) ...
11:30:53 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:53 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:30:53 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:30:53 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:30:53 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:30:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:30:53 Initializing machine ID from random generator.
11:30:53 Selecting previously unselected package python3.
11:30: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 ... 5126 files and directories currently installed.)
11:30:53 Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ...
11:30:53 Unpacking python3 (3.10.6-1~22.04) ...
11:30:53 Selecting previously unselected package libapparmor1:amd64.
11:30:53 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_amd64.deb ...
11:30:53 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
11:30:53 Selecting previously unselected package libargon2-1:amd64.
11:30:53 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ...
11:30:53 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
11:30:53 Selecting previously unselected package libsasl2-2:amd64.
11:30:53 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:30:53 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:30:53 Selecting previously unselected package libldap-2.4-2:amd64.
11:30:53 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:30:53 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:30:53 Selecting previously unselected package libnghttp2-14:amd64.
11:30:53 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_amd64.deb ...
11:30:53 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:30:53 Selecting previously unselected package libpsl5:amd64.
11:30:53 Preparing to unpack .../09-libpsl5_0.21.0-1.2_amd64.deb ...
11:30:53 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:30:53 Selecting previously unselected package librtmp1:amd64.
11:30:53 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:30:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:30:53 Selecting previously unselected package libssh2-1:amd64.
11:30:53 Preparing to unpack .../11-libssh2-1_1.9.0-2_amd64.deb ...
11:30:53 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:30:53 
11:30:53 Usage:  docker scan [OPTIONS] IMAGE
11:30:53 
11:30:53 A tool to scan your images
11:30:53 
11:30:53 Options:
11:30:53       --accept-license    Accept using a third party scanning provider
11:30:53       --dependency-tree   Show dependency tree with scan results
11:30:53       --exclude-base      Exclude base image from vulnerability scanning
11:30:53                           (requires --file)
11:30:53   -f, --file string       Dockerfile associated with image, provides more
11:30:53                           detailed results
11:30:53       --group-issues      Aggregate duplicated vulnerabilities and group
11:30:53                           them to a single one (requires --json)
11:30:53       --json              Output results in JSON format
11:30:53       --login             Authenticate to the scan provider using an
11:30:53                           optional token (with --token), or web base
11:30:53                           token if empty
11:30:53       --reject-license    Reject using a third party scanning provider
11:30:53       --severity string   Only report vulnerabilities of provided level
11:30:53                           or higher (low|medium|high)
11:30:53       --token string      Authentication token to login to the third
11:30:53                           party scanning provider
11:30:53       --version           Display version of the scan plugin
11:30:53 + docker buildx version
11:30:53 github.com/docker/buildx v0.10.4 c513d34
11:30:53 + docker compose version
11:30:53 Docker Compose version v2.16.0
11:30:53 + dockerd --version
11:30:53 Get:100 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.3 [63.6 kB]
11:30:53 Get:101 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.3 [158 kB]
11:30:53 Get:102 http://deb.debian.org/debian bookworm/main amd64 python3-blinker all 1.5-1 [14.7 kB]
11:30:53 Get:103 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
11:30:53 Get:104 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3 [666 kB]
11:30:53 Get:105 http://deb.debian.org/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
11:30:53 Get:106 http://deb.debian.org/debian bookworm/main amd64 python3-distro all 1.8.0-1 [20.5 kB]
11:30:53 Get:107 http://deb.debian.org/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
11:30:53 Get:108 http://deb.debian.org/debian bookworm/main amd64 python3-pyparsing all 3.0.9-1 [138 kB]
11:30:53 Get:109 http://deb.debian.org/debian bookworm/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB]
11:30:53 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-jwt all 2.6.0-1 [26.6 kB]
11:30:53 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB]
11:30:53 Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
11:30:53 Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-wadllib all 1.3.6-4 [37.2 kB]
11:30:53 Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-oauthlib all 3.2.2-1 [95.4 kB]
11:30:53 Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
11:30:53 Get:116 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
11:30:53 Get:117 http://deb.debian.org/debian bookworm/main amd64 python3-software-properties all 0.99.30-4 [32.7 kB]
11:30:53 Get:118 http://deb.debian.org/debian bookworm/main amd64 software-properties-common all 0.99.30-4 [62.0 kB]
11:30:53 debconf: delaying package configuration, since apt-utils is not installed
11:30:53 Fetched 49.2 MB in 1s (57.5 MB/s)
11:30:53 Dependencies resolved.
11:30:53 ==================================================================================================
11:30:53  Package                        Arch    Version                              Repository       Size
11:30:53 ==================================================================================================
11:30:53 Installing:
11:30:53  docker-buildx-plugin           x86_64  0.10.4-0.el9                         @commandline     12 M
11:30:53  docker-ce                      x86_64  3:0.0.0~20230309110843.71615c2-0.el9 @commandline     23 M
11:30:53  docker-ce-cli                  x86_64  1:0.0.0~20230309110843.71615c2-0.el9 @commandline    7.1 M
11:30:53  docker-ce-rootless-extras      x86_64  0.0.0~20230309110843.71615c2-0.el9   @commandline    3.8 M
11:30:53  docker-compose-plugin          x86_64  2.16.0-0.el9                         @commandline     11 M
11:30:53  docker-scan-plugin             x86_64  0.23.0-0.el9                         @commandline    3.9 M
11:30:53 Installing dependencies:
11:30:53  acl                            x86_64  2.3.1-3.el9                          baseos           73 k
11:30:53  checkpolicy                    x86_64  3.5-1.el9                            appstream       347 k
11:30:53  container-selinux              noarch  3:2.199.0-1.el9                      appstream        51 k
11:30:53  containerd.io                  x86_64  1.6.18-3.1.el9                       docker-ce-test   32 M
11:30:53  cracklib                       x86_64  2.9.6-27.el9                         baseos           94 k
11:30:53  cracklib-dicts                 x86_64  2.9.6-27.el9                         baseos          3.6 M
11:30:53  dbus                           x86_64  1:1.12.20-7.el9                      baseos          3.9 k
11:30:53  dbus-broker                    x86_64  28-7.el9                             baseos          172 k
11:30:53  dbus-common                    noarch  1:1.12.20-7.el9                      baseos           15 k
11:30:53  device-mapper                  x86_64  9:1.02.187-7.el9                     baseos          141 k
11:30:53  device-mapper-libs             x86_64  9:1.02.187-7.el9                     baseos          179 k
11:30:53  diffutils                      x86_64  3.7-12.el9                           baseos          397 k
11:30:53  fuse-common                    x86_64  3.10.2-5.el9                         baseos          9.0 k
11:30:53  fuse-overlayfs                 x86_64  1.10-2.el9                           appstream        72 k
11:30:53  fuse3                          x86_64  3.10.2-5.el9                         appstream        54 k
11:30:53  fuse3-libs                     x86_64  3.10.2-5.el9                         appstream        93 k
11:30:53  iptables-libs                  x86_64  1.8.8-6.el9                          baseos          464 k
11:30:53  iptables-nft                   x86_64  1.8.8-6.el9                          baseos          203 k
11:30:53  kmod                           x86_64  28-7.el9                             baseos          127 k
11:30:53  kmod-libs                      x86_64  28-7.el9                             baseos           64 k
11:30:53  libdb                          x86_64  5.3.28-53.el9                        baseos          738 k
11:30:53  libeconf                       x86_64  0.4.1-2.el9                          baseos           28 k
11:30:53  libfdisk                       x86_64  2.37.4-10.el9                        baseos          154 k
11:30:53  libibverbs                     x86_64  44.0-2.el9                           baseos          388 k
11:30:53  libmnl                         x86_64  1.0.4-15.el9                         baseos           29 k
11:30:53  libnetfilter_conntrack         x86_64  1.0.9-1.el9                          baseos           59 k
11:30:53  libnfnetlink                   x86_64  1.0.1-21.el9                         baseos           30 k
11:30:53  libnftnl                       x86_64  1.2.2-1.el9                          baseos           84 k
11:30:53  libnl3                         x86_64  3.7.0-1.el9                          baseos          350 k
11:30:53  libpcap                        x86_64  14:1.10.0-4.el9                      baseos          173 k
11:30:53  libpwquality                   x86_64  1.4.4-8.el9                          baseos          119 k
11:30:53  libseccomp                     x86_64  2.5.2-2.el9                          baseos           72 k
11:30:53  libselinux-utils               x86_64  3.5-1.el9                            baseos          183 k
11:30:53  libslirp                       x86_64  4.4.0-4.el9                          appstream        69 k
11:30:53  libutempter                    x86_64  1.2.1-6.el9                          baseos           27 k
11:30:53  openssl                        x86_64  1:3.0.7-5.el9                        baseos          1.2 M
11:30:53  pam                            x86_64  1.5.1-14.el9                         baseos          621 k
11:30:53  policycoreutils                x86_64  3.5-1.el9                            baseos          238 k
11:30:53  policycoreutils-python-utils   noarch  3.5-1.el9                            appstream        77 k
11:30:53  python3-audit                  x86_64  3.0.7-103.el9                        appstream        84 k
11:30:53  python3-distro                 noarch  1.5.0-7.el9                          baseos           37 k
11:30:53  python3-libselinux             x86_64  3.5-1.el9                            appstream       188 k
11:30:53  python3-libsemanage            x86_64  3.5-1.el9                            appstream        80 k
11:30:53  python3-policycoreutils        noarch  3.5-1.el9                            appstream       2.1 M
11:30:53  python3-setools                x86_64  4.4.1-1.el9                          baseos          596 k
11:30:53  python3-setuptools             noarch  53.0.0-12.el9                        baseos          944 k
11:30:53  rpm-plugin-selinux             x86_64  4.16.1.3-22.el9                      baseos           18 k
11:30:53  selinux-policy                 noarch  38.1.8-1.el9                         baseos           55 k
11:30:53  selinux-policy-targeted        noarch  38.1.8-1.el9                         baseos          6.8 M
11:30:53  slirp4netns                    x86_64  1.2.0-3.el9                          appstream        46 k
11:30:53  systemd                        x86_64  252-8.el9                            baseos          4.1 M
11:30:53  systemd-pam                    x86_64  252-8.el9                            baseos          257 k
11:30:53  systemd-rpm-macros             noarch  252-8.el9                            baseos           45 k
11:30:53  util-linux                     x86_64  2.37.4-10.el9                        baseos          2.3 M
11:30:53  util-linux-core                x86_64  2.37.4-10.el9                        baseos          459 k
11:30:53  xz                             x86_64  5.2.5-8.el9                          baseos          226 k
11:30:53 
11:30:53 Transaction Summary
11:30:53 ==================================================================================================
11:30:53 Install  62 Packages
11:30:53 
11:30:53 Total size: 122 M
11:30:53 Total download size: 61 M
11:30:53 Installed size: 445 M
11:30:53 Downloading Packages:
11:30:53 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30:53 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:30:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:30:53 Selecting previously unselected package libjson-c5:amd64.
11:30:53 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_amd64.deb ...
11:30:53 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
11:30:53 Selecting previously unselected package libcryptsetup12:amd64.
11:30:53 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_amd64.deb ...
11:30:53 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
11:30:53 Selecting previously unselected package libip4tc2:amd64.
11:30:53 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_amd64.deb ...
11:30:53 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5) ...
11:30:53 Selecting previously unselected package libkmod2:amd64.
11:30:53 Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ...
11:30:53 Unpacking libkmod2:amd64 (29-1ubuntu1) ...
11:30:53 Selecting previously unselected package systemd.
11:30:53 Preparing to unpack .../8-systemd_249.11-0ubuntu3.7_amd64.deb ...
11:30:53 Unpacking systemd (249.11-0ubuntu3.7) ...
11:30:53 Selecting previously unselected package libcurl4:amd64.
11:30:53 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ...
11:30:53 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
11:30:53 Selecting previously unselected package curl.
11:30:53 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u7_amd64.deb ...
11:30:53 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:30:53 Selecting previously unselected package libassuan0:amd64.
11:30:53 Preparing to unpack .../14-libassuan0_2.5.3-7.1_amd64.deb ...
11:30:53 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
11:30:53 Selecting previously unselected package gpgconf.
11:30:53 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
11:30:53 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:30:53 Selecting previously unselected package libksba8:amd64.
11:30:53 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_amd64.deb ...
11:30:53 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
11:30:53 Selecting previously unselected package libnpth0:amd64.
11:30:53 Preparing to unpack .../17-libnpth0_1.6-3_amd64.deb ...
11:30:53 Unpacking libnpth0:amd64 (1.6-3) ...
11:30:53 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:30:53 + docker-proxy --version
11:30:53 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:30:53 + containerd --version
11:30:53 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:53 + ctr --version
11:30:53 ctr containerd.io 1.6.18
11:30:53 + containerd-shim --help
11:30:53 Usage of containerd-shim:
11:30:53   -address string
11:30:53     	grpc address back to main containerd
11:30:53   -containerd-binary containerd publish
11:30:53     	path to containerd binary (used for containerd publish) (default "containerd")
11:30:53   -criu string
11:30:53     	path to criu binary
11:30:53   -debug
11:30:53     	enable debug output in logs
11:30:53   -namespace string
11:30:53     	namespace that owns the shim
11:30:53   -runtime-root string
11:30:53     	root directory for the runtime (default "/run/containerd/runc")
11:30:53   -socket string
11:30:53     	socket path to serve
11:30:53   -systemd-cgroup
11:30:53     	set runtime to use systemd-cgroup
11:30:53   -workdir string
11:30:53     	path used to storge large temporary data
11:30:53 + containerd-shim-runc-v1 -v
11:30:53 containerd-shim-runc-v1:
11:30:53   Version:  1.6.18
11:30:53   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:53   Go version: go1.19.6
11:30:53 
11:30:53 + containerd-shim-runc-v2 -v
11:30:53 containerd-shim-runc-v2:
11:30:53   Version:  1.6.18
11:30:53   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:30:53   Go version: go1.19.6
11:30:53 
11:30:53 + runc --version
11:30:53 runc version 1.1.4
11:30:53 commit: v1.1.4-0-g5fd4c4d
11:30:53 spec: 1.0.2-dev
11:30:53 go: go1.19.6
11:30:53 libseccomp: 2.5.1
11:30:53 Selecting previously unselected package libssl3:amd64.
11:30: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 ... 6009 files and directories currently installed.)
11:30:53 Preparing to unpack .../00-libssl3_3.0.8-1_amd64.deb ...
11:30:53 Unpacking libssl3:amd64 (3.0.8-1) ...
11:30:53 Selecting previously unselected package libargon2-1:amd64.
11:30:53 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_amd64.deb ...
11:30:53 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
11:30:53 Selecting previously unselected package dmsetup.
11:30:53 Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_amd64.deb ...
11:30:53 Unpacking dmsetup (2:1.02.185-2) ...
11:30:53 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.10 [525 kB]
11:30:53 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.9 [61.1 kB]
11:30:53 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.10 [1343 kB]
11:30:53 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
11:30:53 Get:3 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
11:30:53 Get:4 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
11:30:53 Get:5 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
11:30:53 Get:6 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
11:30:53 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
11:30:53 129 added, 0 removed; done.
11:30:53 Running hooks in /etc/ca-certificates/update.d...
11:30:53 done.
11:30:53 + apt-key add -
11:30:53 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
11:30:53 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:30:53 Selecting previously unselected package docker-scan-plugin.
11:30:53 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-buster_amd64.deb ...
11:30:53 Unpacking docker-scan-plugin (0.23.0~debian-buster) ...
11:30:53 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:30:53 124 added, 0 removed; done.
11:30:53 Running hooks in /etc/ca-certificates/update.d...
11:30:53 done.
11:30:53 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:30:53 + apt-key add -
11:30:53 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:30:53 + verify
11:30:53 + dpkg --version
11:30:53 + verify_deb
11:30:53 + apt-get update
11:30:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
11:30:53 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
11:30:53 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
11:30:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:30:53 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
11:30:53 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
11:30:53 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5) ...
11:30:53 Setting up libkmod2:amd64 (29-1ubuntu1) ...
11:30:53 Setting up systemd (249.11-0ubuntu3.7) ...
11:30:53 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:53 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:30:53 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:30:53 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:30:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:30:53 Initializing machine ID from random generator.
[Pipeline] sh
11:30:53 Selecting previously unselected package systemd-sysv.
11:30: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 ... 5693 files and directories currently installed.)
11:30:53 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.20_amd64.deb ...
11:30:53 Unpacking systemd-sysv (245.4-4ubuntu3.20) ...
11:30:53 Selecting previously unselected package openssl.
11:30:53 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
11:30:53 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:30:53 Selecting previously unselected package ca-certificates.
11:30:53 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:30:53 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:30:53 Selecting previously unselected package dirmngr.
11:30:53 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
11:30:53 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:30:53 Selecting previously unselected package distro-info-data.
11:30:53 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
11:30:53 Unpacking distro-info-data (0.51+deb11u3) ...
11:30:53 Selecting previously unselected package libglib2.0-0:amd64.
11:30:53 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_amd64.deb ...
11:30:53 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
11:30:53 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:53 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
11:30:53 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30:53 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
11:30:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
11:30:53 Selecting previously unselected package libjson-c5:amd64.
11:30:53 Preparing to unpack .../04-libjson-c5_0.16-2_amd64.deb ...
11:30:53 Unpacking libjson-c5:amd64 (0.16-2) ...
11:30:53 Selecting previously unselected package libcryptsetup12:amd64.
11:30:53 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-1_amd64.deb ...
11:30:53 Unpacking libcryptsetup12:amd64 (2:2.6.1-1) ...
11:30:53 Selecting previously unselected package libfdisk1:amd64.
11:30:53 Preparing to unpack .../06-libfdisk1_2.38.1-5_amd64.deb ...
11:30:53 Unpacking libfdisk1:amd64 (2.38.1-5) ...
11:30:53 Selecting previously unselected package libkmod2:amd64.
11:30:53 Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ...
11:30:53 Unpacking libkmod2:amd64 (30+20221128-1) ...
11:30:53 Selecting previously unselected package libapparmor1:amd64.
11:30:53 Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ...
11:30:53 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-minimal armhf 3.6.7-1~18.04 [23.7 kB]
11:30:53 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
11:30:53 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
11:30:53 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
11:30:53 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
11:30:53 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.7 [424 kB]
11:30:53 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.10 [1637 kB]
11:30:53 Get:8 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
11:30:53 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
11:30:53 Get:10 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
11:30:53 Get:11 http://archive.raspbian.org/raspbian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
11:30:53 Get:12 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u5 [255 kB]
11:30:53 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u5 [296 kB]
11:30:53 Get:14 http://archive.raspbian.org/raspbian buster/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
11:30:53 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
11:30:53 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [78.8 kB]
11:30:53 Get:17 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
11:30:53 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [98.1 kB]
11:30:53 Get:19 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
11:30:53 Get:20 http://archive.raspbian.org/raspbian buster/main armhf gnupg2 all 2.2.12-1+rpi1+deb10u1 [393 kB]
11:30:53 OK
11:30:53 + '[' bullseye = sid ']'
11:30:53 ++ dpkg --print-architecture
11:30:53 + ARCH=armhf
11:30:53 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bullseye test'
11:30:53 + apt-get update
11:30:54 Setting up docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:30:54 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:30:54 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:54 Setting up docker-scan-plugin (0.23.0~debian-buster) ...
11:30:54 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:54 OK
11:30:54 + '[' kinetic = sid ']'
11:30:54 ++ dpkg --print-architecture
11:30:54 + ARCH=amd64
11:30:54 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu kinetic test'
11:30:54 + apt-get update
11:30:54 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:30:54 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:30:54 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:30:54 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
11:30:54 Selecting previously unselected package systemd-sysv.
11:30:54 + make IMAGE=ubuntu:jammy verify
11:30:54 docker run  --rm -i \
11:30:54 	-v "$(pwd):/v" \
11:30:54 	-e DEBIAN_FRONTEND=noninteractive \
11:30:54 	-e PACKAGE_REPO=staging \
11:30:54 	-w /v \
11:30:54 	ubuntu:jammy ./verify
11:30:54 Unable to find image 'ubuntu:jammy' locally
11:30:54 jammy: Pulling from library/ubuntu
11:30:54 Selecting previously unselected package libdbus-1-3:amd64.
11:30:54 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
11:30:54 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
11:30:54 Selecting previously unselected package dbus.
11:30:54 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
11:30:54 Unpacking dbus (1.12.16-2ubuntu2.3) ...
11:30:54 Selecting previously unselected package distro-info-data.
11:30:54 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
11:30:54 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:30:54 Selecting previously unselected package libglib2.0-0:amd64.
11:30:54 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
11:30:54 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:30:54 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:30:54 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:54 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
11:30:54 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:30:54 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:54 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_amd64.deb ...
11:30:54 Unpacking libpackagekit-glib2-18:amd64 (1.2.2-2) ...
11:30:54 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:54 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_amd64.deb ...
11:30:54 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:30:54 Selecting previously unselected package gnupg-l10n.
11:30:54 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:30:54 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gnupg-utils.
11:30:54 Unpacking libapparmor1:amd64 (3.0.8-3) ...
11:30:54 Selecting previously unselected package libip4tc2:amd64.
11:30:54 Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ...
11:30:54 Unpacking libip4tc2:amd64 (1.8.9-2) ...
11:30:54 Selecting previously unselected package libsystemd-shared:amd64.
11:30:54 Preparing to unpack .../10-libsystemd-shared_252.5-2_amd64.deb ...
11:30:54 Unpacking libsystemd-shared:amd64 (252.5-2) ...
11:30:54 Setting up libssl3:amd64 (3.0.8-1) ...
11:30:54 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.10 [203 kB]
11:30:54 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iso-codes all 4.2-1 [2713 kB]
11:30:54 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
11:30:54 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u5 [293 kB]
11:30:54 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [193 kB]
11:30:54 Get:25 http://archive.raspbian.org/raspbian buster/main armhf lsb-release all 10.2019051400+rpi1 [27.8 kB]
11:30:54 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
11:30:54 Get:27 http://archive.raspbian.org/raspbian buster/main armhf python3-apt armhf 1.8.4.3 [168 kB]
11:30:54 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3-dbus armhf 1.2.8-3 [95.9 kB]
11:30:54 Get:29 http://archive.raspbian.org/raspbian buster/main armhf python3-gi armhf 3.30.4-1 [161 kB]
11:30:54 Get:30 http://archive.raspbian.org/raspbian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [62.8 kB]
11:30:54 Get:31 http://archive.raspbian.org/raspbian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
11:30:54 Get:1 https://download.docker.com/linux/raspbian bullseye InRelease [26.7 kB]
11:30:54 invoke-rc.d: could not determine current runlevel
11:30:54 invoke-rc.d: policy-rc.d denied execution of start.
11:30:54 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:30:54 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:30:54  docker-ce-rootless-extras depends on dbus-user-session; however:
11:30:54   Package dbus-user-session is not installed.
11:30:54 
11:30:54 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-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~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
11:30:54 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
11:30:54 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [462 kB]
11:30:54 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
11:30: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 ... 5966 files and directories currently installed.)
11:30:54 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.7_amd64.deb ...
11:30:54 Unpacking systemd-sysv (249.11-0ubuntu3.7) ...
11:30:54 Selecting previously unselected package openssl.
11:30:54 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_amd64.deb ...
11:30:54 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:30:54 Selecting previously unselected package ca-certificates.
11:30:54 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:30:54 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:30:54 Selecting previously unselected package libdbus-1-3:amd64.
11:30:54 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
11:30:54 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
11:30:54 Selecting previously unselected package dbus.
11:30:54 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
11:30:54 Unpacking dbus (1.12.20-2ubuntu4.1) ...
11:30:54 Selecting previously unselected package distro-info-data.
11:30:54 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
11:30:54 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:30:54 edaf8476df4b: Already exists
11:30:54 Digest: sha256:2adf22367284330af9f832ffefb717c78239f6251d9d0f58de50b86229ed1427
11:30:54 Status: Downloaded newer image for ubuntu:jammy
11:30:54 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:54 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
11:30:54 Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
11:30:54 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:54 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
11:30:54 Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
11:30:54 Selecting previously unselected package libcap2-bin.
11:30:54 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_amd64.deb ...
11:30:54 Unpacking libcap2-bin (1:2.32-1) ...
11:30:54 Selecting previously unselected package libelf1:amd64.
11:30:54 Preparing to unpack .../10-libelf1_0.176-1.1build1_amd64.deb ...
11:30:54 Unpacking libelf1:amd64 (0.176-1.1build1) ...
11:30:54 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gpg.
11:30:54 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gpg (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package pinentry-curses.
11:30:54 Preparing to unpack .../28-pinentry-curses_1.1.0-4_amd64.deb ...
11:30:54 Unpacking pinentry-curses (1.1.0-4) ...
11:30:54 Selecting previously unselected package gpg-agent.
11:30:54 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gpg-wks-client.
11:30:54 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:30:54 (1/56): acl-2.3.1-3.el9.x86_64.rpm              1.5 MB/s |  73 kB     00:00    
11:30:54 (2/56): cracklib-2.9.6-27.el9.x86_64.rpm        1.8 MB/s |  94 kB     00:00    
11:30:54 (3/56): dbus-1.12.20-7.el9.x86_64.rpm           322 kB/s | 3.9 kB     00:00    
11:30:54 (4/56): dbus-common-1.12.20-7.el9.noarch.rpm    1.1 MB/s |  15 kB     00:00    
11:30:54 (5/56): dbus-broker-28-7.el9.x86_64.rpm         6.7 MB/s | 172 kB     00:00    
11:30:54 (6/56): device-mapper-libs-1.02.187-7.el9.x86_6 9.7 MB/s | 179 kB     00:00    
11:30:54 (7/56): device-mapper-1.02.187-7.el9.x86_64.rpm 4.7 MB/s | 141 kB     00:00    
11:30:54 (8/56): cracklib-dicts-2.9.6-27.el9.x86_64.rpm   28 MB/s | 3.6 MB     00:00    
11:30:54 (9/56): fuse-common-3.10.2-5.el9.x86_64.rpm     290 kB/s | 9.0 kB     00:00    
11:30:54 (10/56): diffutils-3.7-12.el9.x86_64.rpm        9.2 MB/s | 397 kB     00:00    
11:30:54 (11/56): iptables-nft-1.8.8-6.el9.x86_64.rpm     10 MB/s | 203 kB     00:00    
11:30:54 (12/56): kmod-28-7.el9.x86_64.rpm               6.7 MB/s | 127 kB     00:00    
11:30:54 (13/56): iptables-libs-1.8.8-6.el9.x86_64.rpm    14 MB/s | 464 kB     00:00    
11:30:54 (14/56): kmod-libs-28-7.el9.x86_64.rpm          4.3 MB/s |  64 kB     00:00    
11:30:54 (15/56): libeconf-0.4.1-2.el9.x86_64.rpm        2.1 MB/s |  28 kB     00:00    
11:30:54 (16/56): libdb-5.3.28-53.el9.x86_64.rpm          27 MB/s | 738 kB     00:00    
11:30:54 (17/56): libfdisk-2.37.4-10.el9.x86_64.rpm      7.2 MB/s | 154 kB     00:00    
11:30:54 (18/56): libibverbs-44.0-2.el9.x86_64.rpm        19 MB/s | 388 kB     00:00    
11:30:54 (19/56): libmnl-1.0.4-15.el9.x86_64.rpm         2.0 MB/s |  29 kB     00:00    
11:30:54 (20/56): libnetfilter_conntrack-1.0.9-1.el9.x86 4.5 MB/s |  59 kB     00:00    
11:30:54 (21/56): libnfnetlink-1.0.1-21.el9.x86_64.rpm   2.2 MB/s |  30 kB     00:00    
11:30:54 (22/56): libnftnl-1.2.2-1.el9.x86_64.rpm        5.6 MB/s |  84 kB     00:00    
11:30:54 (23/56): libnl3-3.7.0-1.el9.x86_64.rpm           18 MB/s | 350 kB     00:00    
11:30:54 (24/56): libpcap-1.10.0-4.el9.x86_64.rpm         11 MB/s | 173 kB     00:00    
11:30:54 (25/56): libpwquality-1.4.4-8.el9.x86_64.rpm    7.9 MB/s | 119 kB     00:00    
11:30:54 (26/56): libseccomp-2.5.2-2.el9.x86_64.rpm      5.7 MB/s |  72 kB     00:00    
11:30:54 (27/56): libselinux-utils-3.5-1.el9.x86_64.rpm   12 MB/s | 183 kB     00:00    
11:30:54 (28/56): libutempter-1.2.1-6.el9.x86_64.rpm     1.8 MB/s |  27 kB     00:00    
11:30:54 (29/56): openssl-3.0.7-5.el9.x86_64.rpm          47 MB/s | 1.2 MB     00:00    
11:30:54 (30/56): policycoreutils-3.5-1.el9.x86_64.rpm    11 MB/s | 238 kB     00:00    
11:30:54 (31/56): pam-1.5.1-14.el9.x86_64.rpm             19 MB/s | 621 kB     00:00    
11:30:54 (32/56): python3-distro-1.5.0-7.el9.noarch.rpm  2.1 MB/s |  37 kB     00:00    
11:30:54 (33/56): python3-setools-4.4.1-1.el9.x86_64.rpm  28 MB/s | 596 kB     00:00    
11:30:54 (34/56): rpm-plugin-selinux-4.16.1.3-22.el9.x86 1.3 MB/s |  18 kB     00:00    
11:30:54 (35/56): python3-setuptools-53.0.0-12.el9.noarc  32 MB/s | 944 kB     00:00    
11:30:54 (36/56): selinux-policy-38.1.8-1.el9.noarch.rpm 2.6 MB/s |  55 kB     00:00    
11:30:54 (37/56): systemd-pam-252-8.el9.x86_64.rpm        11 MB/s | 257 kB     00:00    
11:30:54 Selecting previously unselected package systemd.
11:30: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 ... 6095 files and directories currently installed.)
11:30:54 Preparing to unpack .../systemd_252.5-2_amd64.deb ...
11:30:54 Unpacking systemd (252.5-2) ...
11:30:54 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
11:30:54 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
11:30:54 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.21 [590 kB]
11:30:54 Get:32 http://archive.raspbian.org/raspbian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
11:30:54 debconf: delaying package configuration, since apt-utils is not installed
11:30:54 Fetched 11.0 MB in 2s (6740 kB/s)
11:30:54 Get:2 https://download.docker.com/linux/raspbian bullseye/test armhf Packages [25.6 kB]
11:30:54 Hit:3 http://archive.raspbian.org/raspbian bullseye InRelease
11:30:54 Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
11:30:54 Get:2 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
11:30:54 Hit:3 http://archive.ubuntu.com/ubuntu kinetic InRelease
11:30:54 Get:4 https://download.docker.com/linux/ubuntu kinetic/test amd64 Packages [11.6 kB]
11:30:54 Hit:5 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
11:30:54 Hit:6 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
11:30:54 Selecting previously unselected package libglib2.0-0:amd64.
11:30:54 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
11:30:54 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
11:30:54 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:54 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_amd64.deb ...
11:30:54 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ...
11:30:54 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:54 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_amd64.deb ...
11:30:54 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ...
11:30:54 Selecting previously unselected package iso-codes.
11:30:54 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
11:30:54 Unpacking iso-codes (4.9.0-1) ...
11:30:54 + verify
11:30:54 + dpkg --version
11:30:54 + verify_deb
11:30:54 + apt-get update
11:30:54 Selecting previously unselected package libglib2.0-data.
11:30:54 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:30:54 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:30:54 Selecting previously unselected package tzdata.
11:30:54 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:30:54 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:30:54 Selecting previously unselected package gpg-wks-server.
11:30:54 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gpgsm.
11:30:54 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
11:30:54 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gnupg.
11:30:54 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
11:30:54 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package gnupg2.
11:30:54 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
11:30:54 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
11:30:54 Selecting previously unselected package iso-codes.
11:30:54 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
11:30:54 Unpacking iso-codes (4.6.0-1) ...
11:30:54 (38/56): systemd-rpm-macros-252-8.el9.noarch.rp 3.0 MB/s |  45 kB     00:00    
11:30:54 (39/56): systemd-252-8.el9.x86_64.rpm            47 MB/s | 4.1 MB     00:00    
11:30:54 (40/56): selinux-policy-targeted-38.1.8-1.el9.n  50 MB/s | 6.8 MB     00:00    
11:30:54 (41/56): util-linux-core-2.37.4-10.el9.x86_64.r 9.7 MB/s | 459 kB     00:00    
11:30:54 (42/56): util-linux-2.37.4-10.el9.x86_64.rpm     22 MB/s | 2.3 MB     00:00    
11:30:54 (43/56): xz-5.2.5-8.el9.x86_64.rpm              7.7 MB/s | 226 kB     00:00    
11:30:54 (44/56): checkpolicy-3.5-1.el9.x86_64.rpm        13 MB/s | 347 kB     00:00    
11:30:54 (45/56): container-selinux-2.199.0-1.el9.noarch 3.2 MB/s |  51 kB     00:00    
11:30:54 (46/56): fuse-overlayfs-1.10-2.el9.x86_64.rpm   4.8 MB/s |  72 kB     00:00    
11:30:54 (47/56): fuse3-3.10.2-5.el9.x86_64.rpm          3.7 MB/s |  54 kB     00:00    
11:30:54 (48/56): fuse3-libs-3.10.2-5.el9.x86_64.rpm     5.6 MB/s |  93 kB     00:00    
11:30:54 (49/56): libslirp-4.4.0-4.el9.x86_64.rpm        4.9 MB/s |  69 kB     00:00    
11:30:54 (50/56): policycoreutils-python-utils-3.5-1.el9 6.0 MB/s |  77 kB     00:00    
11:30:54 (51/56): python3-audit-3.0.7-103.el9.x86_64.rpm 5.9 MB/s |  84 kB     00:00    
11:30:54 (52/56): python3-libselinux-3.5-1.el9.x86_64.rp  12 MB/s | 188 kB     00:00    
11:30:54 (53/56): python3-libsemanage-3.5-1.el9.x86_64.r 5.0 MB/s |  80 kB     00:00    
11:30:54 (54/56): slirp4netns-1.2.0-3.el9.x86_64.rpm     3.2 MB/s |  46 kB     00:00    
11:30:54 (55/56): python3-policycoreutils-3.5-1.el9.noar  49 MB/s | 2.1 MB     00:00    
11:30:54 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
11:30:54 Setting up libjson-c5:amd64 (0.16-2) ...
11:30:54 Setting up libfdisk1:amd64 (2.38.1-5) ...
11:30:54 Setting up libkmod2:amd64 (30+20221128-1) ...
11:30:54 Setting up libapparmor1:amd64 (3.0.8-3) ...
11:30:54 Setting up libip4tc2:amd64 (1.8.9-2) ...
11:30:54 Setting up libsystemd-shared:amd64 (252.5-2) ...
11:30:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
11:30:54 Setting up libcryptsetup12:amd64 (2:2.6.1-1) ...
11:30:54 Setting up systemd (252.5-2) ...
11:30:54 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:54 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:54 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:30:54 Initializing machine ID from random generator.
11:30:54 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:30:54 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.15 [4724 B]
11:30:54 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]
11:30:54 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgirepository-1.0-1 armhf 1.56.1-1 [69.4 kB]
11:30:54 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf gir1.2-glib-2.0 armhf 1.56.1-1 [131 kB]
11:30:54 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
11:30:54 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdbus-1-3 armhf 1.12.2-1ubuntu1.4 [153 kB]
11:30:54 Selecting previously unselected package libpython3.7-minimal:armhf.
11:30: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 ... 7700 files and directories currently installed.)
11:30:54 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:30:54 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:30:54 Selecting previously unselected package libexpat1:armhf.
11:30:54 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
11:30:54 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
11:30:54 Selecting previously unselected package python3.7-minimal.
11:30:54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:30:54 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:30:54 Fetched 52.3 kB in 1s (77.9 kB/s)
11:30:54 Fetched 169 kB in 1s (240 kB/s)
11:30:54 Selecting previously unselected package libcap2-bin.
11:30:54 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
11:30:54 Unpacking libcap2-bin (1:2.44-1build3) ...
11:30:54 Selecting previously unselected package libelf1:amd64.
11:30:54 Preparing to unpack .../11-libelf1_0.186-1build1_amd64.deb ...
11:30:54 Unpacking libelf1:amd64 (0.186-1build1) ...
11:30:54 Selecting previously unselected package libglib2.0-data.
11:30:54 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
11:30:54 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
11:30:54 Selecting previously unselected package libicu70:amd64.
11:30:54 Preparing to unpack .../13-libicu70_70.1-2_amd64.deb ...
11:30:54 Unpacking libicu70:amd64 (70.1-2) ...
11:30:54 Selecting previously unselected package libicu66:amd64.
11:30:54 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_amd64.deb ...
11:30:54 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
11:30:54 Creating group 'systemd-journal' with GID 999.
11:30:54 Creating group 'systemd-network' with GID 998.
11:30:54 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
11:30:54 Setting up dmsetup (2:1.02.185-2) ...
11:30:54 Selecting previously unselected package systemd-sysv.
11:30: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 ... 6933 files and directories currently installed.)
11:30:54 Preparing to unpack .../0-systemd-sysv_252.5-2_amd64.deb ...
11:30:54 Unpacking systemd-sysv (252.5-2) ...
11:30:54 Selecting previously unselected package libdbus-1-3:amd64.
11:30:54 Preparing to unpack .../1-libdbus-1-3_1.14.6-1_amd64.deb ...
11:30:54 Unpacking libdbus-1-3:amd64 (1.14.6-1) ...
11:30:54 Selecting previously unselected package dbus-bin.
11:30:54 Preparing to unpack .../2-dbus-bin_1.14.6-1_amd64.deb ...
11:30:54 Unpacking dbus-bin (1.14.6-1) ...
11:30:54 Selecting previously unselected package dbus-session-bus-common.
11:30:54 Preparing to unpack .../3-dbus-session-bus-common_1.14.6-1_all.deb ...
11:30:54 Unpacking dbus-session-bus-common (1.14.6-1) ...
11:30:54 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:30:54 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-dbus armhf 1.2.6-1 [83.7 kB]
11:30:54 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:30:54 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
11:30:54 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:30:55 Selecting previously unselected package libpam-systemd:amd64.
11:30:55 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.7_amd64.deb ...
11:30:55 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.7) ...
11:30:55 Selecting previously unselected package libxml2:amd64.
11:30:55 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
11:30:55 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:30:55 Selecting previously unselected package libyaml-0-2:amd64.
11:30:55 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_amd64.deb ...
11:30:55 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
11:30:55 Selecting previously unselected package lsb-release.
11:30:55 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
11:30:55 Unpacking lsb-release (11.1.0ubuntu4) ...
11:30:55 Selecting previously unselected package python-apt-common.
11:30:55 Preparing to unpack .../18-python-apt-common_2.4.0ubuntu1_all.deb ...
11:30:55 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:30:55 Selecting previously unselected package python3-apt.
11:30:55 Preparing to unpack .../19-python3-apt_2.4.0ubuntu1_amd64.deb ...
11:30:55 Unpacking python3-apt (2.4.0ubuntu1) ...
11:30:55 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:30:55 Selecting previously unselected package libcurl3-gnutls:amd64.
11:30:55 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u7_amd64.deb ...
11:30:55 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
11:30:55 Selecting previously unselected package libdbus-1-3:amd64.
11:30:55 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ...
11:30:55 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
11:30:55 Selecting previously unselected package lsb-release.
11:30:55 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
11:30:55 Unpacking lsb-release (11.1.0) ...
11:30:55 Selecting previously unselected package python-apt-common.
11:30:55 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
11:30:55 Unpacking python-apt-common (2.2.1) ...
11:30:55 Selecting previously unselected package python3-apt.
11:30:55 Dependencies resolved.
11:30:55 ================================================================================
11:30:55  Package                      Arch       Version              Repository   Size
11:30:55 ================================================================================
11:30:55 Installing:
11:30:55  dnf-plugins-core             noarch     4.3.1-1.fc37         fedora       34 k
11:30:55 Installing dependencies:
11:30:55  dbus-libs                    x86_64     1:1.14.6-1.fc37      updates     155 k
11:30:55  python3-dateutil             noarch     1:2.8.2-4.fc37       fedora      361 k
11:30:55  python3-dbus                 x86_64     1.3.2-1.fc37         updates     157 k
11:30:55  python3-distro               noarch     1.7.0-3.fc37         fedora       48 k
11:30:55  python3-dnf-plugins-core     noarch     4.3.1-1.fc37         fedora      278 k
11:30:55  python3-six                  noarch     1.16.0-8.fc37        fedora       42 k
11:30:55 
11:30:55 Transaction Summary
11:30:55 ================================================================================
11:30:55 Install  7 Packages
11:30:55 
11:30:55 Total download size: 1.1 M
11:30:55 Installed size: 3.2 M
11:30:55 Downloading Packages:
11:30:55 Reading package lists...
11:30:55 Building dependency tree...
11:30:55 Reading state information...
11:30:55 Correcting dependencies... Done
11:30:55 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:30:55 Skipping docker-ce, it is already installed and upgrade is not set.
11:30:55 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:30:55 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:30:55 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:30:55 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:30:55 The following additional packages will be installed:
11:30:55   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:30:55   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:30:55   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:30:55   libnftnl11 libpam-systemd systemd systemd-sysv
11:30:55 Suggested packages:
11:30:55   kmod systemd-container policykit-1
11:30:55 Recommended packages:
11:30:55   nftables libnss-systemd
11:30:55 (56/56): containerd.io-1.6.18-3.1.el9.x86_64.rp  66 MB/s |  32 MB     00:00    
11:30:55 --------------------------------------------------------------------------------
11:30:55 Total                                            36 MB/s |  61 MB     00:01     
11:30:55 Selecting previously unselected package libexpat1:amd64.
11:30:55 Preparing to unpack .../4-libexpat1_2.5.0-1_amd64.deb ...
11:30:55 Unpacking libexpat1:amd64 (2.5.0-1) ...
11:30:55 Selecting previously unselected package dbus-daemon.
11:30:55 Preparing to unpack .../5-dbus-daemon_1.14.6-1_amd64.deb ...
11:30:55 Unpacking dbus-daemon (1.14.6-1) ...
11:30:55 Selecting previously unselected package adduser.
11:30:55 Preparing to unpack .../6-adduser_3.131_all.deb ...
11:30:55 Unpacking adduser (3.131) ...
11:30:55 Setting up adduser (3.131) ...
11:30:55 Selecting previously unselected package dbus-system-bus-common.
11:30: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 ... 7078 files and directories currently installed.)
11:30:55 Preparing to unpack .../dbus-system-bus-common_1.14.6-1_all.deb ...
11:30:55 Unpacking dbus-system-bus-common (1.14.6-1) ...
11:30:55 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gi armhf 3.26.1-2ubuntu1 [138 kB]
11:30:55 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
11:30:55 Selecting previously unselected package python3-dbus.
11:30:55 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_amd64.deb ...
11:30:55 Unpacking python3-dbus (1.2.18-3build1) ...
11:30:55 Selecting previously unselected package python3-gi.
11:30:55 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_amd64.deb ...
11:30:55 Unpacking python3-gi (3.42.1-0ubuntu1) ...
11:30:55 Selecting previously unselected package python3-pkg-resources.
11:30:55 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:30:55 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:30:55 Selecting previously unselected package libnghttp2-14:amd64.
11:30:55 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_amd64.deb ...
11:30:55 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
11:30:55 Selecting previously unselected package libpsl5:amd64.
11:30:55 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:30:55 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:30:55 Selecting previously unselected package apt-transport-https.
11:30:55 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
11:30:55 Unpacking apt-transport-https (2.4.8) ...
11:30:55 Selecting previously unselected package libbrotli1:amd64.
11:30:55 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_amd64.deb ...
11:30:55 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:30:55 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:55 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
11:30:55 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:30:55 Reading package lists...
11:30: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.
11:30:55 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
11:30:55 + packages='deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
11:30:55 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb
11:30:55 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
11:30:55 ++ xargs
11:30:55 ++ awk '$0="./"$0'
11:30:55 + packages='./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
11:30:55 + set -x
11:30:55 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
11:30:55 Selecting previously unselected package docker-buildx-plugin.
11:30:55 (Reading database ... 9327 files and directories currently installed.)
11:30:55 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_amd64.deb ...
11:30:55 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:30:55 Preparing to unpack .../40-python3-apt_2.2.1_amd64.deb ...
11:30:55 Unpacking python3-apt (2.2.1) ...
11:30:55 Selecting previously unselected package python3-dbus.
11:30:55 Preparing to unpack .../41-python3-dbus_1.2.16-5_amd64.deb ...
11:30:55 Unpacking python3-dbus (1.2.16-5) ...
11:30:55 Selecting previously unselected package python3-gi.
11:30:55 Preparing to unpack .../42-python3-gi_3.38.0-2_amd64.deb ...
11:30:55 Unpacking python3-gi (3.38.0-2) ...
11:30:55 Selecting previously unselected package python3-pycurl.
11:30:55 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_amd64.deb ...
11:30:55 Unpacking python3-pycurl (7.43.0.6-5) ...
11:30:55 Selecting previously unselected package python3-software-properties.
11:30:55 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
11:30:55 Unpacking python3-software-properties (0.96.20.2-2.1) ...
11:30:55 Selecting previously unselected package software-properties-common.
11:30:55 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
11:30:55 Unpacking software-properties-common (0.96.20.2-2.1) ...
11:30:55 The following NEW packages will be installed:
11:30:55   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:30:55   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:30:55   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:30:55   libnftnl11 libpam-systemd systemd systemd-sysv
11:30:55 Selecting previously unselected package dbus.
11:30:55 Preparing to unpack .../dbus_1.14.6-1_amd64.deb ...
11:30:55 Unpacking dbus (1.14.6-1) ...
11:30:55 Selecting previously unselected package libpython3.11-minimal:amd64.
11:30:55 Preparing to unpack .../libpython3.11-minimal_3.11.2-4_amd64.deb ...
11:30:55 Unpacking libpython3.11-minimal:amd64 (3.11.2-4) ...
11:30:55 Selecting previously unselected package python3.11-minimal.
11:30:55 Preparing to unpack .../python3.11-minimal_3.11.2-4_amd64.deb ...
11:30:55 Unpacking python3.11-minimal (3.11.2-4) ...
11:30:55 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.3 [27.2 kB]
11:30:55 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.3 [83.1 kB]
11:30:55 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
11:30:55 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.3 [233 kB]
11:30:55 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.3 [101 kB]
11:30:55 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
11:30:55 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.6 [16.9 kB]
11:30:55 Selecting previously unselected package python3-minimal.
11:30: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 ... 7950 files and directories currently installed.)
11:30:55 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
11:30:55 Unpacking python3-minimal (3.7.3-1) ...
11:30:55 Selecting previously unselected package mime-support.
11:30:55 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:30:55 Unpacking mime-support (3.62) ...
11:30:55 Selecting previously unselected package libmpdec2:armhf.
11:30:55 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
11:30:55 Unpacking libmpdec2:armhf (2.4.2-2) ...
11:30:55 Selecting previously unselected package libpython3.7-stdlib:armhf.
11:30:55 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
11:30:55 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:30:55 Selecting previously unselected package libsasl2-2:amd64.
11:30:55 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
11:30:55 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:30:55 Selecting previously unselected package libldap-2.5-0:amd64.
11:30:55 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
11:30:55 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:30:55 Selecting previously unselected package librtmp1:amd64.
11:30:55 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:30:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:30:55 Selecting previously unselected package libssh-4:amd64.
11:30:55 Preparing to unpack .../31-libssh-4_0.9.6-2build1_amd64.deb ...
11:30:55 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:30:55 Selecting previously unselected package libcurl4:amd64.
11:30:55 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.8_amd64.deb ...
11:30:55 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.8) ...
11:30:55 Selecting previously unselected package curl.
11:30:55 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.8_amd64.deb ...
11:30:55 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:30:55 Selecting previously unselected package libassuan0:amd64.
11:30:55 Preparing to unpack .../34-libassuan0_2.5.5-1build1_amd64.deb ...
11:30:55 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
11:30:55 Selecting previously unselected package gpgconf.
11:30:55 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:55 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:30:55 Fetched 8389 kB in 2s (4234 kB/s)
11:30:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bookworm"
11:30:55 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
11:30:55 Setting up media-types (4.0.0) ...
11:30:55 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:30:55 Setting up apt-transport-https (2.2.4) ...
11:30:55 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
11:30:55 No schema files found: doing nothing.
11:30:55 Setting up distro-info-data (0.51+deb11u3) ...
11:30:55 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:30:55 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
11:30:55 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:30:55 Setting up libpackagekit-glib2-18:amd64 (1.2.2-2) ...
11:30:55 Setting up libnpth0:amd64 (1.6-3) ...
11:30:55 Setting up libassuan0:amd64 (2.5.3-7.1) ...
11:30:55 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:30:55 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:30:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:30:55 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
11:30:55 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
11:30:55 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:30:55 Setting up python-apt-common (2.2.1) ...
11:30:55 Setting up libmpdec3:amd64 (2.5.1-1) ...
11:30:55 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
11:30:55 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:30:55 Setting up openssl (1.1.1n-0+deb11u4) ...
11:30:55 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
11:30:55 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:30:55 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:30:55 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
11:30:55 Need to get 33.8 MB of archives.
11:30:55 After this operation, 136 MB of additional disk space will be used.
11:30:55 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
11:30:55 Get:2 https://download.docker.com/linux/debian buster/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:30:55 Get:3 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
11:30:55 Get:4 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
11:30:55 Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
11:30:55 Get:6 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
11:30:55 Get:7 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
11:30:55 Get:8 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
11:30:55 Get:9 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
11:30:55 Get:10 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
11:30:55 Get:11 http://deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB]
11:30:55 Get:12 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB]
11:30:55 Get:13 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
11:30:55 Get:14 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
11:30:55 Get:15 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:30:55 Get:16 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
11:30:55 Get:17 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
11:30:55 Get:18 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
11:30:55 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.24-0+deb10u1 [240 kB]
11:30:55 Get:20 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB]
11:30:55 Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.24-0+deb10u1 [97.9 kB]
11:30:55 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.6 [136 kB]
11:30:55 Setting up libpython3.11-minimal:amd64 (3.11.2-4) ...
11:30:55 Setting up libexpat1:amd64 (2.5.0-1) ...
11:30:55 Setting up python3.11-minimal (3.11.2-4) ...
11:30:55 (1/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm 119 kB/s |  34 kB     00:00    
11:30:55 (2/7): python3-distro-1.7.0-3.fc37.noarch.rpm   167 kB/s |  48 kB     00:00    
11:30:55 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 1.2 MB/s | 361 kB     00:00    
11:30:55 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no  20 MB/s | 278 kB     00:00    
11:30:55 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     3.1 MB/s |  42 kB     00:00    
11:30:55 (6/7): dbus-libs-1.14.6-1.fc37.x86_64.rpm        12 MB/s | 155 kB     00:00    
11:30:55 (7/7): python3-dbus-1.3.2-1.fc37.x86_64.rpm      15 MB/s | 157 kB     00:00    
11:30:55 --------------------------------------------------------------------------------
11:30:55 Total                                           956 kB/s | 1.1 MB     00:01     
11:30:55 Running transaction check
11:30:55 Transaction check succeeded.
11:30:55 Running transaction test
11:30:55 Selecting previously unselected package libpam-systemd:amd64.
11:30:55 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.20_amd64.deb ...
11:30:55 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.20) ...
11:30:55 Selecting previously unselected package libxml2:amd64.
11:30:55 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
11:30:55 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:30:55 Selecting previously unselected package libyaml-0-2:amd64.
11:30:55 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_amd64.deb ...
11:30:55 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
11:30:55 Selecting previously unselected package lsb-release.
11:30:55 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
11:30:55 Unpacking lsb-release (11.1.0ubuntu2) ...
11:30:55 Selecting previously unselected package python3-dbus.
11:30:55 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_amd64.deb ...
11:30:55 Unpacking python3-dbus (1.2.16-1build1) ...
11:30:55 Selecting previously unselected package python3-gi.
11:30:55 Preparing to unpack .../19-python3-gi_3.36.0-1_amd64.deb ...
11:30:55 Unpacking python3-gi (3.36.0-1) ...
11:30:55 Selecting previously unselected package python3-pkg-resources.
11:30:55 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:30:55 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:30:55 Selecting previously unselected package python3.7.
11:30:55 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
11:30:55 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:30:55 Selecting previously unselected package libpython3-stdlib:armhf.
11:30:55 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
11:30:55 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
11:30:55 Selecting previously unselected package libksba8:amd64.
11:30:55 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
11:30:55 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:30:55 Selecting previously unselected package libnpth0:amd64.
11:30:55 Preparing to unpack .../37-libnpth0_1.6-3build2_amd64.deb ...
11:30:55 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:30:55 Selecting previously unselected package dirmngr.
11:30:55 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:55 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:30:55 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:55 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
11:30:55 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
11:30:55 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:55 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
11:30:55 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:30:55 Selecting previously unselected package gnupg-l10n.
11:30:55 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:30:55 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:30:55 Selecting previously unselected package gnupg-utils.
11:30:55 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:55 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:30:55 Setting up readline-common (8.1-1) ...
11:30:55 Setting up iso-codes (4.6.0-1) ...
11:30:55 Setting up pinentry-curses (1.1.0-4) ...
11:30:55 Setting up libreadline8:amd64 (8.1-1) ...
11:30:55 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:30:55 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
11:30:55 Setting up ca-certificates (20210119) ...
11:30:55 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
11:30:56 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf apt-transport-https all 1.6.14 [4348 B]
11:30:56 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [35.2 kB]
11:30:56 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [136 kB]
11:30:56 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [25.1 kB]
11:30:56 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [76.5 kB]
11:30:56 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [47.3 kB]
11:30:56 Transaction test succeeded.
11:30:56 Running transaction
11:30:56   Preparing        :                                                        1/1 
11:30:56   Installing       : dbus-libs-1:1.14.6-1.fc37.x86_64                       1/7 
11:30:56   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                       2/7 
11:30:56   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
11:30:56   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
11:30:56   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
11:30:56   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
11:30:56   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
11:30:56 Selecting previously unselected package python3-six.
11:30:56 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
11:30:56 Unpacking python3-six (1.14.0-2) ...
11:30:56 Selecting previously unselected package iso-codes.
11:30:56 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
11:30:56 Unpacking iso-codes (4.4-1) ...
11:30:56 Setting up python3-minimal (3.7.3-1) ...
11:30:56 Selecting previously unselected package python3.
11:30: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 ... 8387 files and directories currently installed.)
11:30:56 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
11:30:56 Unpacking python3 (3.7.3-1) ...
11:30:56 Selecting previously unselected package apt-transport-https.
11:30:56 Preparing to unpack .../01-apt-transport-https_1.8.2.3_all.deb ...
11:30:56 Unpacking apt-transport-https (1.8.2.3) ...
11:30:56 Selecting previously unselected package gpg.
11:30:56 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:56 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package pinentry-curses.
11:30:56 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_amd64.deb ...
11:30:56 Unpacking pinentry-curses (1.1.1-1build2) ...
11:30:56 Selecting previously unselected package gpg-agent.
11:30:56 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:56 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package gpg-wks-client.
11:30:56 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:56 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package gpg-wks-server.
11:30:56 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:56 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package gpgsm.
11:30:56 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
11:30:56 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package gnupg.
11:30:56 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:30:56 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:30:56 Selecting previously unselected package libcurl3-gnutls:amd64.
11:30:56 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.8_amd64.deb ...
11:30:56 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
11:30:56 Reading package lists...
11:30:56 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?)
11:30:56 ++ find deb/debbuild/raspbian-bullseye/ -type f -name '*.deb'
11:30:56 + packages='deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:56 ++ echo 'deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:30:56 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:56 ++ awk '$0="./"$0'
11:30:56 ++ xargs
11:30:56 + packages='./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb'
11:30:56 + set -x
11:30:56 + 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-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:30:56 Selecting previously unselected package docker-compose-plugin.
11:30:56 (Reading database ... 10271 files and directories currently installed.)
11:30:56 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ...
11:30:56 Unpacking docker-compose-plugin (2.16.0-1~raspbian.11~bullseye) ...
11:30:56 Updating certificates in /etc/ssl/certs...
11:30:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:30:56 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [88.0 kB]
11:30:56 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [168 kB]
11:30:56 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [13.1 kB]
11:30:56 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [79.0 kB]
11:30:56 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]
11:30:56   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
11:30:56   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
11:30:56   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
11:30:56   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
11:30:56   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
11:30:56   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
11:30:56   Verifying        : dbus-libs-1:1.14.6-1.fc37.x86_64                       6/7 
11:30:56   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                       7/7 
11:30:56 
11:30:56 Installed:
11:30:56   dbus-libs-1:1.14.6-1.fc37.x86_64                                              
11:30:56   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
11:30:56   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
11:30:56   python3-dbus-1.3.2-1.fc37.x86_64                                              
11:30:56   python3-distro-1.7.0-3.fc37.noarch                                            
11:30:56   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
11:30:56   python3-six-1.16.0-8.fc37.noarch                                              
11:30:56 
11:30:56 Complete!
11:30:56 + case ${DIST_ID}:${DIST_VERSION} in
11:30:56 + dnf install -y findutils
11:30:56 debconf: delaying package configuration, since apt-utils is not installed
11:30:56 Fetched 33.8 MB in 1s (42.8 MB/s)
11:30:56 Selecting previously unselected package libapparmor1:amd64.
11:30: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 ... 9948 files and directories currently installed.)
11:30:56 Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ...
11:30:56 Unpacking libapparmor1:amd64 (2.13.2-10) ...
11:30:56 Selecting previously unselected package libkrb5support0:amd64.
11:30:56 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
11:30:56 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
11:30:56 Selecting previously unselected package libk5crypto3:amd64.
11:30:56 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
11:30:56 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
11:30:56 Preparing to unpack .../02-curl_7.64.0-4+deb10u5_armhf.deb ...
11:30:56 Unpacking curl (7.64.0-4+deb10u5) over (7.64.0-4+deb10u3) ...
11:30:56 Preparing to unpack .../03-libcurl4_7.64.0-4+deb10u5_armhf.deb ...
11:30:56 Unpacking libcurl4:armhf (7.64.0-4+deb10u5) over (7.64.0-4+deb10u3) ...
11:30:56 Selecting previously unselected package distro-info-data.
11:30:56 Preparing to unpack .../04-distro-info-data_0.41+deb10u6_all.deb ...
11:30:56 Unpacking distro-info-data (0.41+deb10u6) ...
11:30:56 Selecting previously unselected package libglib2.0-0:armhf.
11:30:56 Preparing to unpack .../05-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
11:30:56 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:30:56 Selecting previously unselected package libstemmer0d:amd64.
11:30:56 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_amd64.deb ...
11:30:56 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
11:30:56 Selecting previously unselected package libxmlb2:amd64.
11:30:56 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_amd64.deb ...
11:30:56 Unpacking libxmlb2:amd64 (0.3.6-2build1) ...
11:30:56 Selecting previously unselected package libappstream4:amd64.
11:30:56 Preparing to unpack .../53-libappstream4_0.15.2-2_amd64.deb ...
11:30:56 Unpacking libappstream4:amd64 (0.15.2-2) ...
11:30:56 Selecting previously unselected package libdw1:amd64.
11:30:56 Preparing to unpack .../54-libdw1_0.186-1build1_amd64.deb ...
11:30:56 Unpacking libdw1:amd64 (0.186-1build1) ...
11:30:56 Selecting previously unselected package libglib2.0-bin.
11:30:56 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_amd64.deb ...
11:30:56 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
11:30:56 Selecting previously unselected package libunwind8:amd64.
11:30:56 Preparing to unpack .../56-libunwind8_1.3.2-2build2_amd64.deb ...
11:30:56 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
11:30:56 Selecting previously unselected package libgstreamer1.0-0:amd64.
11:30:56 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ...
11:30:56 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
11:30:56 Fedora 36 openh264 (From Cisco) - x86_64        2.2 kB/s | 2.5 kB     00:01    
11:30:56 Fedora Modular 36 - x86_64                      2.6 MB/s | 2.4 MB     00:00    
11:30:56 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]
11:30:56 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:30:56 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]
11:30:56 + make IMAGE=balenalib/rpi-raspbian:bookworm verify
11:30:56 docker run  --rm -i \
11:30:56 	-v "$(pwd):/v" \
11:30:56 	-e DEBIAN_FRONTEND=noninteractive \
11:30:56 	-e PACKAGE_REPO=staging \
11:30:56 	-w /v \
11:30:56 	balenalib/rpi-raspbian:bookworm ./verify
11:30:56 Unable to find image 'balenalib/rpi-raspbian:bookworm' locally
11:30:56 Selecting previously unselected package libargon2-1:amd64.
11:30:56 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
11:30:56 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
11:30:56 Selecting previously unselected package dmsetup.
11:30:56 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ...
11:30:56 Unpacking dmsetup (2:1.02.155-3) ...
11:30:56 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:30:56 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
11:30:56 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:30:56 Selecting previously unselected package libjson-c3:amd64.
11:30:56 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
11:30:56 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
11:30:56 Selecting previously unselected package libcryptsetup12:amd64.
11:30:56 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
11:30:56 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
11:30:56 Selecting previously unselected package libidn11:amd64.
11:30:56 Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ...
11:30:56 Unpacking libidn11:amd64 (1.33-2.2) ...
11:30:56 Selecting previously unselected package libkeyutils1:amd64.
11:30:56 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
11:30:56 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:30:56 Selecting previously unselected package libkrb5-3:amd64.
11:30:56 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
11:30:56 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
11:30:56 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:30:56 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
11:30:56 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
11:30:56 Selecting previously unselected package liblmdb0:amd64.
11:30:56 Preparing to unpack .../28-liblmdb0_0.9.24-1_amd64.deb ...
11:30:56 Unpacking liblmdb0:amd64 (0.9.24-1) ...
11:30:56 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:30:56 Preparing to unpack .../06-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
11:30:56 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
11:30:56 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:30:56 Preparing to unpack .../07-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
11:30:56 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
11:30:56 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:30:56 Preparing to unpack .../08-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
11:30:56 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
11:30:56 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:56 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
11:30:56 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:30:56 Selecting previously unselected package gnupg2.
11:30:56 Preparing to unpack .../10-gnupg2_2.2.12-1+rpi1+deb10u1_all.deb ...
11:30:56 Unpacking gnupg2 (2.2.12-1+rpi1+deb10u1) ...
11:30:56 Reading package lists...
11:30:56 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:56 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
11:30:56 Importing GPG key 0x621E9F35:
11:30:56  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:30:56  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:30:56  From       : https://download.docker.com/linux/centos/gpg
11:30:56 Key imported successfully
11:30:56 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
11:30:56 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
11:30:56 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
11:30:56 Selecting previously unselected package libpolkit-agent-1-0:amd64.
11:30:56 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_amd64.deb ...
11:30:56 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
11:30:56 Selecting previously unselected package polkitd.
11:30:56 Preparing to unpack .../60-polkitd_0.105-33_amd64.deb ...
11:30:56 Unpacking polkitd (0.105-33) ...
11:30:56 Selecting previously unselected package pkexec.
11:30:56 Preparing to unpack .../61-pkexec_0.105-33_amd64.deb ...
11:30:56 Unpacking pkexec (0.105-33) ...
11:30:56 Selecting previously unselected package policykit-1.
11:30:56 Preparing to unpack .../62-policykit-1_0.105-33_amd64.deb ...
11:30:56 Unpacking policykit-1 (0.105-33) ...
11:30:56 Selecting previously unselected package python3-blinker.
11:30:56 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
11:30:56 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
11:30:56 Selecting previously unselected package python3-minimal.
11:30: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 ... 7413 files and directories currently installed.)
11:30:56 Preparing to unpack .../00-python3-minimal_3.11.2-1_amd64.deb ...
11:30:56 Unpacking python3-minimal (3.11.2-1) ...
11:30:56 Selecting previously unselected package media-types.
11:30:56 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:30:56 Unpacking media-types (10.0.0) ...
11:30:56 Selecting previously unselected package libncursesw6:amd64.
11:30:56 Preparing to unpack .../02-libncursesw6_6.4-2_amd64.deb ...
11:30:56 Unpacking libncursesw6:amd64 (6.4-2) ...
11:30:56 Selecting previously unselected package libkrb5support0:amd64.
11:30:56 Preparing to unpack .../03-libkrb5support0_1.20.1-1_amd64.deb ...
11:30:56 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
11:30:56 Selecting previously unselected package libk5crypto3:amd64.
11:30:56 Preparing to unpack .../04-libk5crypto3_1.20.1-1_amd64.deb ...
11:30:56 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
11:30:56 Selecting previously unselected package libkeyutils1:amd64.
11:30:56 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ...
11:30:56 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
11:30:56 Selecting previously unselected package libkrb5-3:amd64.
11:30:56 Preparing to unpack .../06-libkrb5-3_1.20.1-1_amd64.deb ...
11:30:56 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
11:30:56 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:30:56 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
11:30:56 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
11:30:56 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
11:30:56 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
11:30:56 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.23 [188 kB]
11:30:56 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.23 [152 kB]
11:30:56 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
11:30:56 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.6 [106 kB]
11:30:56 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.18.04.2 [79.4 kB]
11:30:56 bookworm: Pulling from balenalib/rpi-raspbian
11:30:56 8996396f59ee: Already exists
11:30:56 d74305eb0c95: Already exists
11:30:56 decfc7c44756: Already exists
11:30:56 82de9d774bdc: Already exists
11:30:56 cd57115a4e25: Already exists
11:30:56 8e2ac8ca41cb: Already exists
11:30:56 04316490362d: Already exists
11:30:56 4c2d9fa6e0e8: Already exists
11:30:56 Digest: sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:30:56 Status: Downloaded newer image for balenalib/rpi-raspbian:bookworm
11:30:56 129 added, 0 removed; done.
11:30:56 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
11:30:56 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:30:56 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
11:30:56 Setting up curl (7.74.0-1.3+deb11u7) ...
11:30:56 Setting up gpg (2.2.27-2+deb11u2) ...
11:30:56 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
11:30:56 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
11:30:56 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:30:56 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:30:56 Selecting previously unselected package libip4tc0:amd64.
11:30:56 Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ...
11:30:56 Unpacking libip4tc0:amd64 (1.8.2-4) ...
11:30:56 Selecting previously unselected package libkmod2:amd64.
11:30:56 Preparing to unpack .../8-libkmod2_26-1_amd64.deb ...
11:30:56 Unpacking libkmod2:amd64 (26-1) ...
11:30:56 Selecting previously unselected package systemd.
11:30:56 Preparing to unpack .../9-systemd_241-7~deb10u8_amd64.deb ...
11:30:56 Unpacking systemd (241-7~deb10u8) ...
11:30:56 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
11:30:56 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ...
11:30:56 Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
11:30:56 Selecting previously unselected package libpsl5:amd64.
11:30:56 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
11:30:56 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:30:56 Selecting previously unselected package python-apt-common.
11:30:56 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
11:30:56 Unpacking python-apt-common (2.0.1) ...
11:30:56 Selecting previously unselected package python3-apt.
11:30:56 Preparing to unpack .../32-python3-apt_2.0.1_amd64.deb ...
11:30:56 Unpacking python3-apt (2.0.1) ...
11:30:56 Selecting previously unselected package apt-transport-https.
11:30:56 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
11:30:56 Unpacking apt-transport-https (2.0.9) ...
11:30:56 Selecting previously unselected package libbrotli1:amd64.
11:30:56 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
11:30:56 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:30:56 Selecting previously unselected package iso-codes.
11:30:56 Preparing to unpack .../11-iso-codes_4.2-1_all.deb ...
11:30:56 Unpacking iso-codes (4.2-1) ...
11:30:56 Selecting previously unselected package python3-cffi-backend:amd64.
11:30:56 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_amd64.deb ...
11:30:56 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ...
11:30:56 Selecting previously unselected package python3-cryptography.
11:30:56 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_amd64.deb ...
11:30:56 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
11:30:56 Selecting previously unselected package python3-pyparsing.
11:30:56 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
11:30:56 Unpacking python3-pyparsing (2.4.7-1) ...
11:30:56 Selecting previously unselected package python3-httplib2.
11:30:56 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
11:30:56 Unpacking python3-httplib2 (0.20.2-2) ...
11:30:56 Selecting previously unselected package python3-more-itertools.
11:30:56 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
11:30:56 Unpacking python3-more-itertools (8.10.0-2) ...
11:30:56 Selecting previously unselected package python3-zipp.
11:30:56 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
11:30:56 Unpacking python3-zipp (1.0.0-3) ...
11:30:56 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
11:30:56 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
11:30:56 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
11:30:56 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [3270 B]
11:30:56 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [817 kB]
11:30:56 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [11.0 kB]
11:30:56 Selecting previously unselected package libtirpc-common.
11:30:56 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:30:56 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:30:56 Selecting previously unselected package libtirpc3:amd64.
11:30:56 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:30:56 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:30:56 Selecting previously unselected package libnsl2:amd64.
11:30:56 Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ...
11:30:56 Unpacking libnsl2:amd64 (1.3.0-2) ...
11:30:56 Selecting previously unselected package readline-common.
11:30:56 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:30:56 Unpacking readline-common (8.2-1.3) ...
11:30:56 Selecting previously unselected package libreadline8:amd64.
11:30:56 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ...
11:30:56 Unpacking libreadline8:amd64 (8.2-1.3) ...
11:30:56 Selecting previously unselected package libsqlite3-0:amd64.
11:30:56 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_amd64.deb ...
11:30:56 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
11:30:57 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
11:30:57 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.6 [275 kB]
11:30:57 Selecting previously unselected package libroken18-heimdal:amd64.
11:30:57 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:30:57 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:30:57 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:30:57 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libwind0-heimdal:amd64.
11:30:57 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libapt-inst2.0:armhf.
11:30:57 Preparing to unpack .../12-libapt-inst2.0_1.8.2.3_armhf.deb ...
11:30:57 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
11:30:57 Selecting previously unselected package libcurl3-gnutls:armhf.
11:30:57 Preparing to unpack .../13-libcurl3-gnutls_7.64.0-4+deb10u5_armhf.deb ...
11:30:57 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:30:57 Selecting previously unselected package libdbus-1-3:armhf.
11:30:57 Preparing to unpack .../14-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
11:30:57 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
11:30:57 Selecting previously unselected package docker-ce-cli.
11:30:57 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ...
11:30:57 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:30:57 Selecting previously unselected package python3-importlib-metadata.
11:30:57 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
11:30:57 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:30:57 Selecting previously unselected package python3-jeepney.
11:30:57 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
11:30:57 Unpacking python3-jeepney (0.7.1-3) ...
11:30:57 Selecting previously unselected package python3-jwt.
11:30:57 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
11:30:57 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
11:30:57 Selecting previously unselected package python3-secretstorage.
11:30:57 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
11:30:57 Unpacking python3-secretstorage (3.3.1-1) ...
11:30:57 Selecting previously unselected package python3-keyring.
11:30:57 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
11:30:57 Unpacking python3-keyring (23.5.0-1) ...
11:30:57 Selecting previously unselected package python3-lazr.uri.
11:30:57 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
11:30:57 Unpacking python3-lazr.uri (1.0.6-2) ...
11:30:57 Selecting previously unselected package python3-wadllib.
11:30:57 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
11:30:57 Unpacking python3-wadllib (1.3.6-1) ...
11:30:57 Selecting previously unselected package libpython3.11-stdlib:amd64.
11:30:57 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_amd64.deb ...
11:30:57 Unpacking libpython3.11-stdlib:amd64 (3.11.2-4) ...
11:30:57 Running transaction check
11:30:57 Transaction check succeeded.
11:30:57 Running transaction test
11:30:57 Selecting previously unselected package docker-compose-plugin.
11:30:57 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb ...
11:30:57 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:30:57 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:30:57 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.6 [107 kB]
11:30:57 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.6 [409 kB]
11:30:57 + verify
11:30:57 + dpkg --version
11:30:57 + verify_deb
11:30:57 + apt-get update
11:30:57 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:30:57 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:30:57 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:30:57 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:30:57 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
11:30:57 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:30:57 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:57 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:30:57 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:30:57 Selecting previously unselected package lsb-release.
11:30:57 Preparing to unpack .../15-lsb-release_10.2019051400+rpi1_all.deb ...
11:30:57 Unpacking lsb-release (10.2019051400+rpi1) ...
11:30:57 Selecting previously unselected package python-apt-common.
11:30:57 Preparing to unpack .../16-python-apt-common_1.8.4.3_all.deb ...
11:30:57 Unpacking python-apt-common (1.8.4.3) ...
11:30:57 Selecting previously unselected package python3-apt.
11:30:57 Preparing to unpack .../17-python3-apt_1.8.4.3_armhf.deb ...
11:30:57 Unpacking python3-apt (1.8.4.3) ...
11:30:57 Selecting previously unselected package python3-dbus.
11:30:57 Preparing to unpack .../18-python3-dbus_1.2.8-3_armhf.deb ...
11:30:57 Unpacking python3-dbus (1.2.8-3) ...
11:30:57 Selecting previously unselected package python3-gi.
11:30:57 Preparing to unpack .../19-python3-gi_3.30.4-1_armhf.deb ...
11:30:57 Unpacking python3-gi (3.30.4-1) ...
11:30:57 Selecting previously unselected package python3-pycurl.
11:30:57 Preparing to unpack .../20-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
11:30:57 Unpacking python3-pycurl (7.43.0.2-0.1) ...
11:30:57 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:30:57 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:30:57 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:30:57 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:30:57 Setting up python3.9 (3.9.2-1) ...
11:30:57 Setting up libapparmor1:amd64 (2.13.2-10) ...
11:30:57 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
11:30:57 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
11:30:57 Setting up libidn11:amd64 (1.33-2.2) ...
11:30:57 Setting up libip4tc0:amd64 (1.8.2-4) ...
11:30:57 Setting up libkmod2:amd64 (26-1) ...
11:30:57 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:30:57 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
11:30:57 Setting up systemd (241-7~deb10u8) ...
11:30:57 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:30:57 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:30:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:30:57 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:30:57 Initializing machine ID from KVM UUID.
11:30:57 Selecting previously unselected package python3-distro.
11:30:57 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
11:30:57 Unpacking python3-distro (1.7.0-1) ...
11:30:57 Selecting previously unselected package python3-oauthlib.
11:30:57 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
11:30:57 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:30:57 Selecting previously unselected package python3-six.
11:30:57 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
11:30:57 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:30:57 Selecting previously unselected package python3-lazr.restfulclient.
11:30:57 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:30:57 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:30:57 Selecting previously unselected package python3-launchpadlib.
11:30:57 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
11:30:57 Unpacking python3-launchpadlib (1.10.16-1) ...
11:30:57 Selecting previously unselected package python3-software-properties.
11:30:57 Preparing to unpack .../82-python3-software-properties_0.99.22.6_all.deb ...
11:30:57 Unpacking python3-software-properties (0.99.22.6) ...
11:30:57 Selecting previously unselected package packagekit.
11:30:57 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_amd64.deb ...
11:30:57 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:30:57 Selecting previously unselected package python3.11.
11:30:57 Preparing to unpack .../15-python3.11_3.11.2-4_amd64.deb ...
11:30:57 Unpacking python3.11 (3.11.2-4) ...
11:30:57 Selecting previously unselected package libpython3-stdlib:amd64.
11:30:57 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_amd64.deb ...
11:30:57 Unpacking libpython3-stdlib:amd64 (3.11.2-1) ...
11:30:57 Setting up python3-minimal (3.11.2-1) ...
11:30:57 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [776 kB]
11:30:57 Reading package lists...
11:30:57 Building dependency tree...
11:30:57 Reading state information...
11:30:57 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
11:30:57 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.6 [189 kB]
11:30:57 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-client armhf 2.2.4-1ubuntu1.6 [76.5 kB]
11:30:57 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-server armhf 2.2.4-1ubuntu1.6 [71.7 kB]
11:30:57 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.6 [183 kB]
11:30:57 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.6 [249 kB]
11:30:57 Selecting previously unselected package libsasl2-2:amd64.
11:30:57 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:30:57 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:30:57 Selecting previously unselected package libldap-common.
11:30:57 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:30:57 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:30:57 Selecting previously unselected package libldap-2.4-2:amd64.
11:30:57 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
11:30:57 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
11:30:57 Selecting previously unselected package libnghttp2-14:amd64.
11:30:57 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_amd64.deb ...
11:30:57 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
11:30:57 Selecting previously unselected package librtmp1:amd64.
11:30:57 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
11:30:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:30:57 Selecting previously unselected package libssh-4:amd64.
11:30:57 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
11:30:57 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
11:30:57 Selecting previously unselected package python3-software-properties.
11:30:57 Preparing to unpack .../21-python3-software-properties_0.96.20.2-2_all.deb ...
11:30:57 Unpacking python3-software-properties (0.96.20.2-2) ...
11:30:57 Selecting previously unselected package software-properties-common.
11:30:57 Preparing to unpack .../22-software-properties-common_0.96.20.2-2_all.deb ...
11:30:57 Unpacking software-properties-common (0.96.20.2-2) ...
11:30:57 Setting up gnupg2 (2.2.12-1+rpi1+deb10u1) ...
11:30:57 Setting up mime-support (3.62) ...
11:30:57 Setting up apt-transport-https (1.8.2.3) ...
11:30:57 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:30:57 No schema files found: doing nothing.
11:30:57 Setting up distro-info-data (0.41+deb10u6) ...
11:30:57 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
11:30:57 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:30:57 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
11:30:57 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
11:30:57 Last metadata expiration check: 0:00:07 ago on Fri Mar 10 11:30:50 2023.
11:30:57 Setting up dmsetup (2:1.02.155-3) ...
11:30:57 Selecting previously unselected package systemd-sysv.
11:30:57 Selecting previously unselected package software-properties-common.
11:30:57 Preparing to unpack .../84-software-properties-common_0.99.22.6_all.deb ...
11:30:57 Unpacking software-properties-common (0.99.22.6) ...
11:30:57 Selecting previously unselected package gnupg2.
11:30:57 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
11:30:57 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
11:30:57 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:30:57 Setting up media-types (7.0.0) ...
11:30:57 Setting up systemd-sysv (249.11-0ubuntu3.7) ...
11:30:57 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:30:57 Setting up apt-transport-https (2.4.8) ...
11:30:57 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
11:30:57 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
11:30:57 No schema files found: doing nothing.
11:30:57 Setting up distro-info-data (0.52ubuntu0.2) ...
11:30:57 Setting up libxmlb2:amd64 (0.3.6-2build1) ...
11:30:57 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:30:57 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:30:57 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
11:30:57 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
11:30:57 Setting up libnpth0:amd64 (1.6-3build2) ...
11:30:57 Setting up libassuan0:amd64 (2.5.5-1build1) ...
11:30:57 Selecting previously unselected package docker-buildx-plugin.
11:30:57 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb ...
11:30:57 Unpacking docker-buildx-plugin (0.10.4-1~raspbian.11~bullseye) ...
11:30:57 Selecting previously unselected package python3.
11:30: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 ... 7919 files and directories currently installed.)
11:30:57 Preparing to unpack .../00-python3_3.11.2-1_amd64.deb ...
11:30:57 Unpacking python3 (3.11.2-1) ...
11:30:57 Selecting previously unselected package sgml-base.
11:30:57 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
11:30:57 Unpacking sgml-base (1.31) ...
11:30:57 Selecting previously unselected package openssl.
11:30:57 Preparing to unpack .../02-openssl_3.0.8-1_amd64.deb ...
11:30:57 Unpacking openssl (3.0.8-1) ...
11:30:57 Fedora 36 - x86_64 - Updates                     19 MB/s |  35 MB     00:01    
11:30:57 The following additional packages will be installed:
11:30:57   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:30:57   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:30:57   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
11:30:57   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
11:30:57   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:30:57   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
11:30:57   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
11:30:57   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
11:30:57   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
11:30:57   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:57   python3-software-properties python3.7 python3.7-minimal readline-common
11:30:57 Suggested packages:
11:30:57   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:30:57   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
11:30:57   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:30:57   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
11:30:57   python3.7-doc binutils binfmt-support readline-doc
11:30:57 Recommended packages:
11:30:57   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
11:30:57   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
11:30:57 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-software-properties all 0.96.24.32.20 [20.5 kB]
11:30:57 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf software-properties-common all 0.96.24.32.20 [9876 B]
11:30:57 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
11:30:57 Selecting previously unselected package docker-ce.
11:30:57 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ...
11:30:57 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:30:57 Selecting previously unselected package libcurl4:amd64.
11:30:57 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.16_amd64.deb ...
11:30:57 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.16) ...
11:30:57 Selecting previously unselected package curl.
11:30:57 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.16_amd64.deb ...
11:30:57 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:30:57 Selecting previously unselected package dbus-user-session.
11:30:57 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ...
11:30:57 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
11:30:57 Selecting previously unselected package libdconf1:amd64.
11:30:57 Preparing to unpack .../54-libdconf1_0.36.0-1_amd64.deb ...
11:30:57 Unpacking libdconf1:amd64 (0.36.0-1) ...
11:30:57 Selecting previously unselected package dconf-service.
11:30:57 Preparing to unpack .../55-dconf-service_0.36.0-1_amd64.deb ...
11:30:57 Unpacking dconf-service (0.36.0-1) ...
11:30:57 Setting up python-apt-common (1.8.4.3) ...
11:30:57 Setting up libcurl4:armhf (7.64.0-4+deb10u5) ...
11:30:57 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
11:30:57 Setting up curl (7.64.0-4+deb10u5) ...
11:30:57 Setting up libmpdec2:armhf (2.4.2-2) ...
11:30:57 Setting up iso-codes (4.2-1) ...
11:30:57 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:30:57 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
11:30:57 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
11:30:57 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:30: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 ... 10778 files and directories currently installed.)
11:30:57 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_amd64.deb ...
11:30:57 Unpacking systemd-sysv (241-7~deb10u8) ...
11:30:57 Selecting previously unselected package libip6tc0:amd64.
11:30:57 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
11:30:57 Unpacking libip6tc0:amd64 (1.8.2-4) ...
11:30:57 Selecting previously unselected package libiptc0:amd64.
11:30:57 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
11:30:57 Unpacking libiptc0:amd64 (1.8.2-4) ...
11:30:57 Selecting previously unselected package libnfnetlink0:amd64.
11:30:57 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:30:57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:30:57 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:30:57 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
11:30:57 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
11:30:57 Selecting previously unselected package libnftnl11:amd64.
11:30:57 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ...
11:30:57 Unpacking libnftnl11:amd64 (1.1.2-2) ...
11:30:57 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
11:30:57 Get:2 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [146 kB]
11:30:57 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:30:57 Setting up python3 (3.9.2-3) ...
11:30:57 Setting up python3-pycurl (7.43.0.6-5) ...
11:30:57 Setting up libunwind8:amd64 (1.3.2-2build2) ...
11:30:57 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:30:57 Setting up libcap2-bin (1:2.44-1build3) ...
11:30:57 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
11:30:57 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:30:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:30:57 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
11:30:57 Setting up dbus (1.12.20-2ubuntu4.1) ...
11:30:57 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
11:30:57 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:30:57 Setting up python-apt-common (2.4.0ubuntu1) ...
11:30:57 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:30:57 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.7) ...
11:30:57 Selecting previously unselected package ca-certificates.
11:30:57 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
11:30:57 Unpacking ca-certificates (20211016) ...
11:30:57 Selecting previously unselected package libpam-systemd:amd64.
11:30:57 Preparing to unpack .../04-libpam-systemd_252.5-2_amd64.deb ...
11:30:57 Unpacking libpam-systemd:amd64 (252.5-2) ...
11:30:57 Selecting previously unselected package apt-transport-https.
11:30:57 Preparing to unpack .../05-apt-transport-https_2.5.6_all.deb ...
11:30:57 Unpacking apt-transport-https (2.5.6) ...
11:30:57 Selecting previously unselected package libbrotli1:amd64.
11:30:57 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_amd64.deb ...
11:30:57 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
11:30:57 Selecting previously unselected package libsasl2-modules-db:amd64.
11:30:58 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
11:30:58 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
11:30:58 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
11:30:58 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [483 kB]
11:30:58 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [586 kB]
11:30:58 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
11:30:58 Fetched 22.0 MB in 3s (6680 kB/s)
11:30:58 debconf: delaying package configuration, since apt-utils is not installed
11:30:58 Fetched 14.4 MB in 5s (2854 kB/s)
11:30:58 Selecting previously unselected package libssl1.1:armhf.
11:30: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 ... 4045 files and directories currently installed.)
11:30:58 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
11:30:58 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:58 Selecting previously unselected package libpython3.6-minimal:armhf.
11:30:58 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:30:58 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:30:58 Selecting previously unselected package dconf-gsettings-backend:amd64.
11:30:58 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_amd64.deb ...
11:30:58 Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ...
11:30:58 Selecting previously unselected package libassuan0:amd64.
11:30:58 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
11:30:58 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:30:58 Selecting previously unselected package gpgconf.
11:30:58 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package libksba8:amd64.
11:30:58 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
11:30:58 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:30:58 Selecting previously unselected package libnpth0:amd64.
11:30:58 Preparing to unpack .../60-libnpth0_1.6-1_amd64.deb ...
11:30:58 Unpacking libnpth0:amd64 (1.6-1) ...
11:30:58 Selecting previously unselected package dirmngr.
11:30:58 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:30:58 Get:3 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
11:30:58 Selecting previously unselected package iptables.
11:30:58 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ...
11:30:58 Unpacking iptables (1.8.2-4) ...
11:30:58 Selecting previously unselected package dbus.
11:30:58 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_amd64.deb ...
11:30:58 Unpacking dbus (1.12.24-0+deb10u1) ...
11:30:58 Setting up python3-gi (3.38.0-2) ...
11:30:58 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ...
11:30:58 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
11:30:58 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:30:58 Setting up libelf1:amd64 (0.186-1build1) ...
11:30:58 Setting up readline-common (8.1.2-1) ...
11:30:58 Setting up iso-codes (4.9.0-1) ...
11:30:58 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
11:30:58 Setting up libicu70:amd64 (70.1-2) ...
11:30:58 Setting up pinentry-curses (1.1.1-1build2) ...
11:30:58 Setting up libdw1:amd64 (0.186-1build1) ...
11:30:58 Setting up libreadline8:amd64 (8.1.2-1) ...
11:30:58 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
11:30:58 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:30:58 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:30:58 Package findutils-1:4.9.0-2.fc37.x86_64 is already installed.
11:30:58 Dependencies resolved.
11:30:58 Nothing to do.
11:30:58 Complete!
11:30:58 + install_rpm_containerd
11:30:58 + '[' staging = stage ']'
11:30:58 Transaction test succeeded.
11:30:58 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
11:30:58 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
11:30:58 Running transaction
11:30:58 + dnf --version
11:30:58 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
11:30:58 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
11:30:58 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
11:30:58 Selecting previously unselected package libsasl2-2:amd64.
11:30:58 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
11:30:58 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
11:30:58 Selecting previously unselected package libldap-2.5-0:amd64.
11:30:58 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
11:30:58 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
11:30:58 Selecting previously unselected package libnghttp2-14:amd64.
11:30:58 Preparing to unpack .../10-libnghttp2-14_1.52.0-1_amd64.deb ...
11:30:58 Unpacking libnghttp2-14:amd64 (1.52.0-1) ...
11:30:58 Selecting previously unselected package libpsl5:amd64.
11:30:58 Preparing to unpack .../11-libpsl5_0.21.2-1_amd64.deb ...
11:30:58 Unpacking libpsl5:amd64 (0.21.2-1) ...
11:30:58 Selecting previously unselected package librtmp1:amd64.
11:30:58 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:30:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:30:58 Selecting previously unselected package libexpat1:armhf.
11:30:58 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_armhf.deb ...
11:30:58 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:30:58 Selecting previously unselected package python3.6-minimal.
11:30:58 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:30:58 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:30:58 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:58 The following NEW packages will be installed:
11:30:58   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:30:58   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:30:58   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:30:58   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:30:58   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
11:30:58   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
11:30:58   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:30:58   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
11:30:58   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
11:30:58   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
11:30:58   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
11:30:58   python3-software-properties python3.7 python3.7-minimal readline-common
11:30:58   software-properties-common
11:30:58 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:58 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ...
11:30:58 Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
11:30:58 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:58 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ...
11:30:58 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:30:58 Selecting previously unselected package libproxy1v5:amd64.
11:30:58 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ...
11:30:58 Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
11:30:58 Selecting previously unselected package glib-networking-common.
11:30:58 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
11:30:58 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
11:30:58 Selecting previously unselected package glib-networking-services.
11:30:58 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ...
11:30:58 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
11:30:58 Selecting previously unselected package gsettings-desktop-schemas.
11:30:58 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [20.0 MB]
11:30:58 Selecting previously unselected package libpam-systemd:amd64.
11:30:58 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_amd64.deb ...
11:30:58 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ...
11:30:58 Selecting previously unselected package containerd.io.
11:30:58 Preparing to unpack .../09-containerd.io_1.6.18-1_amd64.deb ...
11:30:58 Unpacking containerd.io (1.6.18-1) ...
11:30:58 Setting up gnupg (2.2.27-2+deb11u2) ...
11:30:58 Setting up lsb-release (11.1.0) ...
11:30:58 Setting up python3-dbus (1.2.16-5) ...
11:30:58 Setting up gnupg2 (2.2.27-2+deb11u2) ...
11:30:58 Setting up python3-apt (2.2.1) ...
11:30:58 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:30:58 4.14.0
11:30:58   Installed: dnf-0:4.14.0-1.fc37.noarch at Wed Feb 22 05:49:21 2023
11:30:58   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
11:30:58 
11:30:58   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Wed Feb 22 05:49:20 2023
11:30:58   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
11:30:58 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
11:30:58 Selecting previously unselected package libssh2-1:amd64.
11:30:58 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_amd64.deb ...
11:30:58 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
11:30:58 Selecting previously unselected package libcurl4:amd64.
11:30:58 Preparing to unpack .../14-libcurl4_7.88.1-1_amd64.deb ...
11:30:58 Unpacking libcurl4:amd64 (7.88.1-1) ...
11:30:58 Selecting previously unselected package curl.
11:30:58 Preparing to unpack .../15-curl_7.88.1-1_amd64.deb ...
11:30:58 Unpacking curl (7.88.1-1) ...
11:30:58 Selecting previously unselected package libassuan0:amd64.
11:30:58 Preparing to unpack .../16-libassuan0_2.5.5-5_amd64.deb ...
11:30:58 Unpacking libassuan0:amd64 (2.5.5-5) ...
11:30:58 Selecting previously unselected package gpgconf.
11:30:58 Preparing to unpack .../17-gpgconf_2.2.40-1_amd64.deb ...
11:30:58 Unpacking gpgconf (2.2.40-1) ...
11:30:58 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:30:58 Setting up libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:30:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.10) ...
11:30:58 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
11:30:58 Need to get 22.4 MB of archives.
11:30:58 After this operation, 70.8 MB of additional disk space will be used.
11:30:58 Get:1 http://deb.debian.org/debian-security buster/updates/main armhf libssl1.1 armhf 1.1.1n-0+deb10u4 [1312 kB]
11:30:58 Get:2 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
11:30:58 Get:3 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
11:30:58 Get:4 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
11:30:58 Get:5 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
11:30:58 Get:6 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
11:30:58 Get:7 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
11:30:58 Get:8 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
11:30:58 Get:9 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
11:30:58 Get:10 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
11:30:58 Get:11 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
11:30:58 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
11:30:58 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:30:58 Selecting previously unselected package glib-networking:amd64.
11:30:58 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ...
11:30:58 Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
11:30:58 Selecting previously unselected package gnupg-l10n.
11:30:58 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:30:58 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package gnupg-utils.
11:30:58 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package gpg.
11:30:58 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:30:58 Setting up python3-software-properties (0.96.20.2-2.1) ...
11:30:58 Setting up software-properties-common (0.96.20.2-2.1) ...
11:30:58 Updating certificates in /etc/ssl/certs...
11:30:58 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
11:30:58 Selecting previously unselected package libksba8:amd64.
11:30:58 Preparing to unpack .../18-libksba8_1.6.3-2_amd64.deb ...
11:30:58 Unpacking libksba8:amd64 (1.6.3-2) ...
11:30:58 Selecting previously unselected package libnpth0:amd64.
11:30:58 Preparing to unpack .../19-libnpth0_1.6-3_amd64.deb ...
11:30:58 Unpacking libnpth0:amd64 (1.6-3) ...
11:30:58 Selecting previously unselected package dirmngr.
11:30:58 Preparing to unpack .../20-dirmngr_2.2.40-1_amd64.deb ...
11:30:58 Unpacking dirmngr (2.2.40-1) ...
11:30:58 Selecting previously unselected package distro-info-data.
11:30:58 Preparing to unpack .../21-distro-info-data_0.57_all.deb ...
11:30:58 Unpacking distro-info-data (0.57) ...
11:30:58 Selecting previously unselected package libglib2.0-0:amd64.
11:30:58 Preparing to unpack .../22-libglib2.0-0_2.74.6-1_amd64.deb ...
11:30:58 Unpacking libglib2.0-0:amd64 (2.74.6-1) ...
11:30:58 Setting up python3 (3.7.3-1) ...
11:30:58 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:30:58 Setting up python3-pycurl (7.43.0.2-0.1) ...
11:30:58 Setting up python3-gi (3.30.4-1) ...
11:30:58 Get:12 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
11:30:58 Get:13 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
11:30:58 Get:14 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
11:30:58 Get:15 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
11:30:58 Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
11:30:58 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
11:30:58 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
11:30:58 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
11:30:58 Get:20 http://deb.debian.org/debian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
11:30:58 Get:21 http://deb.debian.org/debian-security buster/updates/main armhf openssl armhf 1.1.1n-0+deb10u4 [829 kB]
11:30:58 Get:22 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
11:30:58 Get:23 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
11:30:58 Get:24 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
11:30:58 Get:25 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:30:58 Get:26 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
11:30:58 Get:27 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
11:30:58 Get:28 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
11:30:58 Get:29 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
11:30:58 Get:30 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
11:30:58 Get:31 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u5 [299 kB]
11:30:58 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u5 [258 kB]
11:30:58 Get:33 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
11:30:58 Get:34 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
11:30:58 Get:35 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
11:30:58 Get:36 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
11:30:58 Get:37 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
11:30:58 Get:38 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
11:30:58 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
11:30:58 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
11:30:58 Get:41 http://deb.debian.org/debian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [80.2 kB]
11:30:58 Get:42 http://deb.debian.org/debian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
11:30:58 Get:43 http://deb.debian.org/debian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [101 kB]
11:30:58 Get:44 http://deb.debian.org/debian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
11:30:58 Get:45 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:30:58 Get:46 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
11:30:58 Get:47 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
11:30:58 Get:48 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
11:30:58 Get:49 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
11:30:58 Selecting previously unselected package pinentry-curses.
11:30:58 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_amd64.deb ...
11:30:58 Unpacking pinentry-curses (1.1.0-3build1) ...
11:30:58 Selecting previously unselected package gpg-agent.
11:30:58 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package gpg-wks-client.
11:30:58 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package gpg-wks-server.
11:30:58 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:30:58 Selecting previously unselected package gpgsm.
11:30:58 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
11:30:58 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:30:58 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:30:58 Processing triggers for ca-certificates (20210119) ...
11:30:58 Updating certificates in /etc/ssl/certs...
11:30:58 Reading package lists...
11:30:58 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:30:58 + dnf config-manager --set-disabled 'docker-ce-*'
11:30:59 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:30:59 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
11:30:59 Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
11:30:59 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:30:59 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
11:30:59 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
11:30:59 Selecting previously unselected package libpackagekit-glib2-18:amd64.
11:30:59 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-3_amd64.deb ...
11:30:59 Unpacking libpackagekit-glib2-18:amd64 (1.2.6-3) ...
11:30:59 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:30:59 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-3_amd64.deb ...
11:30:59 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:30:59 Selecting previously unselected package docker-ce.
11:30:59 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ...
11:30:59 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:30:59 Setting up lsb-release (10.2019051400+rpi1) ...
11:30:59 Setting up python3-dbus (1.2.8-3) ...
11:30:59 Setting up python3-apt (1.8.4.3) ...
11:30:59 Get:50 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
11:30:59 Get:51 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
11:30:59 Get:52 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
11:30:59 Get:53 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
11:30:59 Get:54 http://deb.debian.org/debian buster/main armhf gnupg2 all 2.2.12-1+deb10u2 [393 kB]
11:30:59 Get:55 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
11:30:59 Get:56 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
11:30:59 Get:57 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u5 [297 kB]
11:30:59 Get:58 http://deb.debian.org/debian-security buster/updates/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [195 kB]
11:30:59 Get:59 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
11:30:59 Get:60 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
11:30:59 Get:61 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
11:30:59 Get:62 http://deb.debian.org/debian buster/main armhf python3-dbus armhf 1.2.8-3 [96.3 kB]
11:30:59 Get:63 http://deb.debian.org/debian buster/main armhf python3-gi armhf 3.30.4-1 [163 kB]
11:30:59 Get:64 http://deb.debian.org/debian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [63.3 kB]
11:30:59 Get:65 http://deb.debian.org/debian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
11:30:59 Get:66 http://deb.debian.org/debian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
11:30:59 Selecting previously unselected package python3-minimal.
11:30: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 ... 4302 files and directories currently installed.)
11:30:59 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
11:30:59 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:30:59 Selecting previously unselected package mime-support.
11:30:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:30:59 Unpacking mime-support (3.60ubuntu1) ...
11:30:59 Selecting previously unselected package libmpdec2:armhf.
11:30:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
11:30:59 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
11:30:59 Selecting previously unselected package readline-common.
11:30:59 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:30:59 Unpacking readline-common (7.0-3) ...
11:30:59 Selecting previously unselected package libreadline7:armhf.
11:30:59 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
11:30:59 Unpacking libreadline7:armhf (7.0-3) ...
11:30:59 Selecting previously unselected package libsqlite3-0:armhf.
11:30:59 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_armhf.deb ...
11:30:59 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
11:30:59 Selecting previously unselected package libpython3.6-stdlib:armhf.
11:30:59 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:30:59 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:30:59 Selecting previously unselected package gnupg.
11:30:59 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:30:59 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:30:59 Selecting previously unselected package libsoup2.4-1:amd64.
11:30:59 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_amd64.deb ...
11:30:59 Unpacking libsoup2.4-1:amd64 (2.70.0-1) ...
11:30:59 Selecting previously unselected package libstemmer0d:amd64.
11:30:59 Preparing to unpack .../79-libstemmer0d_0+svn585-2_amd64.deb ...
11:30:59 Unpacking libstemmer0d:amd64 (0+svn585-2) ...
11:30:59 Selecting previously unselected package libappstream4:amd64.
11:30:59 Preparing to unpack .../80-libappstream4_0.12.10-2_amd64.deb ...
11:30:59 Unpacking libappstream4:amd64 (0.12.10-2) ...
11:30:59 Selecting previously unselected package libglib2.0-bin.
11:30:59 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_amd64.deb ...
11:30:59 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:30:59 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb'.
11:30:59 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'.
11:30:59 0 added, 0 removed; done.
11:30:59 Running hooks in /etc/ca-certificates/update.d...
11:30:59 done.
11:30:59 ++ source /etc/os-release
11:30:59 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
11:30:59 +++ NAME='Debian GNU/Linux'
11:30:59 +++ VERSION_ID=11
11:30:59 +++ VERSION='11 (bullseye)'
11:30:59 +++ VERSION_CODENAME=bullseye
11:30:59 +++ ID=debian
11:30:59 +++ HOME_URL=https://www.debian.org/
11:30:59 +++ SUPPORT_URL=https://www.debian.org/support
11:30:59 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:30:59 ++ echo debian
11:30:59 + DIST_ID=debian
11:30:59 ++ lsb_release -sc
11:30:59 + dnf config-manager --set-enabled docker-ce-test
11:30:59 + dnf makecache
11:30:59 Selecting previously unselected package gnupg-l10n.
11:30:59 124 added, 0 removed; done.
11:30:59 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
11:30:59 Unpacking gnupg-l10n (2.2.40-1) ...
11:30:59 Selecting previously unselected package gnupg-utils.
11:30:59 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ...
11:30:59 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:30:59 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.8) ...
11:30:59 Preparing to unpack .../28-gnupg-utils_2.2.40-1_amd64.deb ...
11:30:59 Unpacking gnupg-utils (2.2.40-1) ...
11:30:59 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
11:30:59 Setting up curl (7.81.0-1ubuntu1.8) ...
11:30:59 Selecting previously unselected package gpg.
11:30:59 Preparing to unpack .../29-gpg_2.2.40-1_amd64.deb ...
11:30:59 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:30:59 Setting up polkitd (0.105-33) ...
11:30:59 Unpacking gpg (2.2.40-1) ...
11:30:59 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:30:59 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
11:30:59 Setcap worked! gst-ptp-helper is not suid!
11:30:59 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:30:59 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:30:59 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:30:59 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:30:59 Setting up python3-software-properties (0.96.20.2-2) ...
11:30:59 debconf: delaying package configuration, since apt-utils is not installed
11:30:59 Fetched 22.4 MB in 1s (26.4 MB/s)
11:30:59 Selecting previously unselected package libssl1.1:armhf.
11:30: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 ... 6671 files and directories currently installed.)
11:30:59 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u4_armhf.deb ...
11:30:59 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u4) ...
11:30:59 Selecting previously unselected package python3.6.
11:30:59 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.10_armhf.deb ...
11:30:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:30:59 Selecting previously unselected package libpython3-stdlib:armhf.
11:30:59 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
11:30:59 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
11:30:59 Setting up python3-minimal (3.6.7-1~18.04) ...
11:30:59 Selecting previously unselected package libgstreamer1.0-0:amd64.
11:30:59 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
11:30:59 Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
11:30:59 Selecting previously unselected package libpolkit-agent-1-0:amd64.
11:30:59 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ...
11:30:59 Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
11:30:59 Selecting previously unselected package policykit-1.
11:30:59 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_amd64.deb ...
11:30:59 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
11:30:59 Selecting previously unselected package python3-certifi.
11:30:59 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
11:30:59 Unpacking python3-certifi (2019.11.28-1) ...
11:30:59 + DIST_VERSION=bullseye
11:30:59 + '[' bullseye = sid ']'
11:30:59 + install_debian_containerd
11:30:59 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:30:59 + '[' staging = stage ']'
11:30:59 + REPO_URL=https://download.docker.com/linux/debian
11:30:59 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:30:59 + update-ca-certificates -f
11:30:59 Clearing symlinks in /etc/ssl/certs...
11:30:59 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:30:59 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:30:59 Selecting previously unselected package pinentry-curses.
11:30:59 Preparing to unpack .../30-pinentry-curses_1.2.1-1_amd64.deb ...
11:30:59 Unpacking pinentry-curses (1.2.1-1) ...
11:30:59 Selecting previously unselected package gpg-agent.
11:30:59 Preparing to unpack .../31-gpg-agent_2.2.40-1_amd64.deb ...
11:30:59 Unpacking gpg-agent (2.2.40-1) ...
11:30:59 Selecting previously unselected package gpg-wks-client.
11:30:59 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_amd64.deb ...
11:30:59 Unpacking gpg-wks-client (2.2.40-1) ...
11:30:59 Selecting previously unselected package gpg-wks-server.
11:30:59 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_amd64.deb ...
11:30:59 Unpacking gpg-wks-server (2.2.40-1) ...
11:30:59 Selecting previously unselected package gpgsm.
11:30:59 Preparing to unpack .../34-gpgsm_2.2.40-1_amd64.deb ...
11:30:59 Unpacking gpgsm (2.2.40-1) ...
11:30:59 Setting up software-properties-common (0.96.20.2-2) ...
11:30:59 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
11:30:59 ++ source /etc/os-release
11:30:59 +++ PRETTY_NAME='Raspbian GNU/Linux 10 (buster)'
11:30:59 +++ NAME='Raspbian GNU/Linux'
11:30:59 +++ VERSION_ID=10
11:30:59 +++ VERSION='10 (buster)'
11:30:59 +++ VERSION_CODENAME=buster
11:30:59 +++ ID=raspbian
11:30:59 +++ ID_LIKE=debian
11:30:59 +++ HOME_URL=http://www.raspbian.org/
11:30:59 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
11:30:59 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
11:30:59 ++ echo raspbian
11:30:59 + DIST_ID=raspbian
11:30:59 ++ lsb_release -sc
11:30:59 + DIST_VERSION=buster
11:30:59 + '[' buster = sid ']'
11:30:59 + install_debian_containerd
11:30:59 + '[' staging = stage ']'
11:30:59 + REPO_URL=https://download.docker.com/linux/raspbian
11:30:59 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
11:30:59 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
11:30:59 + update-ca-certificates -f
11:30:59 Clearing symlinks in /etc/ssl/certs...
11:30:59 Selecting previously unselected package libpython3.7-minimal:armhf.
11:30:59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:30:59 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:30:59 Selecting previously unselected package libexpat1:armhf.
11:30:59 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
11:30:59 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
11:30:59 Selecting previously unselected package python3.7-minimal.
11:30:59 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:30:59 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:30:59 Selecting previously unselected package python3.
11:30: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 ... 4760 files and directories currently installed.)
11:30:59 Preparing to unpack .../00-python3_3.6.7-1~18.04_armhf.deb ...
11:30:59 Unpacking python3 (3.6.7-1~18.04) ...
11:30:59 Selecting previously unselected package openssl.
11:30:59 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
11:30:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:30:59 Selecting previously unselected package python3-chardet.
11:30:59 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
11:30:59 Unpacking python3-chardet (3.0.4-4build1) ...
11:30:59 Selecting previously unselected package python3-idna.
11:30:59 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
11:30:59 Unpacking python3-idna (2.8-1) ...
11:30:59 Selecting previously unselected package python3-urllib3.
11:30:59 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:30:59 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:30:59 Selecting previously unselected package python3-requests.
11:30:59 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:30:59 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:30:59 Selecting previously unselected package python3-requests-unixsocket.
11:30:59 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
11:30:59 Unpacking python3-requests-unixsocket (0.2.0-2) ...
11:30:59 Selecting previously unselected package docker-ce-rootless-extras.
11:30:59 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ...
11:30:59 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:30:59 done.
11:30:59 Updating certificates in /etc/ssl/certs...
11:30:59 Get:5 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
11:30:59 Get:6 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [72.3 kB]
11:30:59 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:30:59 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:30:59 Selecting previously unselected package gnupg.
11:30:59 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
11:30:59 Unpacking gnupg (2.2.40-1) ...
11:30:59 Selecting previously unselected package gnupg2.
11:30:59 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
11:30:59 Unpacking gnupg2 (2.2.40-1) ...
11:30:59 Selecting previously unselected package iso-codes.
11:30:59 Preparing to unpack .../37-iso-codes_4.13.0-1_all.deb ...
11:30:59 Unpacking iso-codes (4.13.0-1) ...
11:30:59 Setting up libssl1.1:armhf (1.1.1n-0+deb10u4) ...
11:30:59 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:30:59 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
11:30:59 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:30:59 Selecting previously unselected package ca-certificates.
11:30:59 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:30:59 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:30:59 Selecting previously unselected package distro-info-data.
11:30:59 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
11:30:59 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:30:59 Selecting previously unselected package libglib2.0-0:armhf.
11:30:59 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
11:30:59 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
11:30:59 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:30:59 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_armhf.deb ...
11:30:59 Unpacking libgirepository-1.0-1:armhf (1.56.1-1) ...
11:30:59 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:30:59 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_armhf.deb ...
11:30:59 Unpacking gir1.2-glib-2.0:armhf (1.56.1-1) ...
11:30:59 Selecting previously unselected package python3-software-properties.
11:30:59 Preparing to unpack .../91-python3-software-properties_0.99.9.11_all.deb ...
11:30:59 Unpacking python3-software-properties (0.99.9.11) ...
11:30:59 Selecting previously unselected package packagekit.
11:30:59 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_amd64.deb ...
11:30:59 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
11:30:59 Selecting previously unselected package software-properties-common.
11:30:59 Preparing to unpack .../93-software-properties-common_0.99.9.11_all.deb ...
11:30:59 Unpacking software-properties-common (0.99.9.11) ...
11:30:59 Selecting previously unselected package gnupg2.
11:30:59 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
11:30:59 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
11:30:59 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:30:59 Setting up liblmdb0:amd64 (0.9.24-1) ...
11:31:00 129 added, 0 removed; done.
11:31:00 Running hooks in /etc/ca-certificates/update.d...
11:31:00 done.
11:31:00 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:31:00 + apt-key add -
11:31:00 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:00   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch            1/1 
11:31:00   Preparing        :                                                        1/1 
11:31:00   Installing       : libseccomp-2.5.2-2.el9.x86_64                         1/62 
11:31:00   Installing       : libmnl-1.0.4-15.el9.x86_64                            2/62 
11:31:00   Installing       : docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
11:31:00   Running scriptlet: docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
11:31:00   Installing       : python3-libselinux-3.5-1.el9.x86_64                   4/62 
11:31:00   Installing       : fuse3-libs-3.10.2-5.el9.x86_64                        5/62 
11:31:00   Installing       : python3-setuptools-53.0.0-12.el9.noarch               6/62 
11:31:00   Installing       : libselinux-utils-3.5-1.el9.x86_64                     7/62 
11:31:00   Installing       : libfdisk-2.37.4-10.el9.x86_64                         8/62 
11:31:00   Installing       : cracklib-2.9.6-27.el9.x86_64                          9/62 
11:31:00   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                   10/62 
11:31:00   Installing       : python3-distro-1.5.0-7.el9.noarch                    11/62 
11:31:00 done.
11:31:00 Updating certificates in /etc/ssl/certs...
11:31:00 Reading package lists...
11:31:00 Selecting previously unselected package libapt-inst2.0:armhf.
11:31:00 Preparing to unpack .../07-libapt-inst2.0_1.6.14_armhf.deb ...
11:31:00 Unpacking libapt-inst2.0:armhf (1.6.14) ...
11:31:00 Selecting previously unselected package libdbus-1-3:armhf.
11:31:00 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_armhf.deb ...
11:31:00 Unpacking libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
11:31:00 Selecting previously unselected package lsb-release.
11:31:00 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
11:31:00 Unpacking lsb-release (9.20170808ubuntu1) ...
11:31:00 Selecting previously unselected package python3-dbus.
11:31:00 Preparing to unpack .../10-python3-dbus_1.2.6-1_armhf.deb ...
11:31:00 Unpacking python3-dbus (1.2.6-1) ...
11:31:00 Selecting previously unselected package python3-gi.
11:31:00 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_armhf.deb ...
11:31:00 Unpacking python3-gi (3.26.1-2ubuntu1) ...
11:31:00 Selecting previously unselected package iso-codes.
11:31:00 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
11:31:00 Unpacking iso-codes (3.79-1) ...
11:31:00 Setting up systemd-sysv (245.4-4ubuntu3.20) ...
11:31:00 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:31:00 Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
11:31:00 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:31:00 Setting up mime-support (3.64ubuntu1) ...
11:31:00 Setting up apt-transport-https (2.0.9) ...
11:31:00 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
11:31:00 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:31:00 Setting up distro-info-data (0.43ubuntu1.11) ...
11:31:00 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:31:00 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:31:00 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
11:31:00 Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
11:31:00 Setting up libnpth0:amd64 (1.6-1) ...
11:31:00 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:31:00 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:31:00 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
11:31:00 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'.
11:31:00 Selecting previously unselected package docker-ce-cli.
11:31:00 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ...
11:31:00 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:31:00 Fetched 20.2 MB in 3s (6437 kB/s)
11:31:00   Installing       : python3-setools-4.4.1-1.el9.x86_64                   12/62 
11:31:00   Installing       : python3-libsemanage-3.5-1.el9.x86_64                 13/62 
11:31:00 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:31:00 Setting up pkexec (0.105-33) ...
11:31:00 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.8) ...
11:31:00 Setting up python3 (3.10.6-1~22.04) ...
11:31:00 Setting up libappstream4:amd64 (0.15.2-2) ...
11:31:00 Setting up python3-six (1.16.0-3ubuntu1) ...
11:31:00 Selecting previously unselected package libcurl3-gnutls:amd64.
11:31:00 Preparing to unpack .../38-libcurl3-gnutls_7.88.1-1_amd64.deb ...
11:31:00 Unpacking libcurl3-gnutls:amd64 (7.88.1-1) ...
11:31:00 Selecting previously unselected package libstemmer0d:amd64.
11:31:00 Preparing to unpack .../39-libstemmer0d_2.2.0-2_amd64.deb ...
11:31:00 Unpacking libstemmer0d:amd64 (2.2.0-2) ...
11:31:00 Selecting previously unselected package libicu72:amd64.
11:31:00 Preparing to unpack .../40-libicu72_72.1-3_amd64.deb ...
11:31:00 Unpacking libicu72:amd64 (72.1-3) ...
11:31:00 Building dependency tree...
11:31:00 Reading state information...
11:31:00 Selecting previously unselected package docker-ce-rootless-extras.
11:31:00 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ...
11:31:00 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:31:00 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:31:00 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:31:00 
11:31:00 Current default time zone: 'Etc/UTC'
11:31:00 Local time is now:      Fri Mar 10 11:31:00 UTC 2023.
11:31:00 Universal Time is now:  Fri Mar 10 11:31:00 UTC 2023.
11:31:00 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:31:00 
11:31:00 Setting up libcap2-bin (1:2.32-1) ...
11:31:00 Setting up libdconf1:amd64 (0.36.0-1) ...
11:31:00 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:31:00 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:31:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:31:00 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
11:31:00 Setting up dbus (1.12.16-2ubuntu2.3) ...
11:31:00 Selecting previously unselected package python3-minimal.
11:31: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 ... 6932 files and directories currently installed.)
11:31:00 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
11:31:00 Unpacking python3-minimal (3.7.3-1) ...
11:31:00 Selecting previously unselected package mime-support.
11:31:00 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:31:00 Unpacking mime-support (3.62) ...
11:31:00 Selecting previously unselected package libmpdec2:armhf.
11:31:00 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
11:31:00 Unpacking libmpdec2:armhf (2.4.2-2) ...
11:31:00 Selecting previously unselected package readline-common.
11:31:00 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:31:00 Unpacking readline-common (7.0-5) ...
11:31:00 Selecting previously unselected package libreadline7:armhf.
11:31:00 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
11:31:00 Unpacking libreadline7:armhf (7.0-5) ...
11:31:00 OK
11:31:00 + '[' bullseye = sid ']'
11:31:00 ++ dpkg --print-architecture
11:31:00 + ARCH=amd64
11:31:00 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bullseye test'
11:31:00 + apt-get update
11:31:00 Docker CE Test - x86_64                          38 kB/s |  20 kB     00:00    
11:31:00   Installing       : libnftnl-1.2.2-1.el9.x86_64                          14/62 
11:31:00   Installing       : docker-buildx-plugin-0.10.4-0.el9.x86_64             15/62 
11:31:00 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:31:00 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:00 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:31:00 Setting up python3-pyparsing (2.4.7-1) ...
11:31:00 Setting up docker-compose-plugin (2.16.0-1~raspbian.11~bullseye) ...
11:31:00 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:31:00 Setting up docker-buildx-plugin (0.10.4-1~raspbian.11~bullseye) ...
11:31:00 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:31:00 The following additional packages will be installed:
11:31:00   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
11:31:00   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:31:00   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
11:31:00   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:31:00   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
11:31:00   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
11:31:00   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
11:31:00   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:00   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:31:00   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:31:00   libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2
11:31:00   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
11:31:00   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:31:00   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:31:00   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:31:00   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:31:00   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:31:00   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:31:00   python3-software-properties python3-wadllib python3-zipp python3.10
11:31:00   python3.10-minimal readline-common systemd systemd-sysv
11:31:00 Suggested packages:
11:31:00   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:31:00   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
11:31:00   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:31:00   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:31:00   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:31:00   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:31:00   python3-keyrings.alt python3-testresources python3-setuptools
11:31:00   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
11:31:00   binutils binfmt-support readline-doc systemd-container libfido2-1
11:31:00   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:31:00 Recommended packages:
11:31:00   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
11:31:00   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
11:31:00   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
11:31:00 The following NEW packages will be installed:
11:31:00   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
11:31:00   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:31:00   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:31:00   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:31:00   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:31:00   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:31:00   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
11:31:00   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:31:00   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:00   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:31:00   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:31:00   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
11:31:00   lsb-release media-types openssl packagekit pinentry-curses pkexec
11:31:00   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
11:31:00   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:31:00   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
11:31:00   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
11:31:00   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
11:31:00   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:31:00   python3-software-properties python3-wadllib python3-zipp python3.10
11:31:00   python3.10-minimal readline-common software-properties-common systemd
11:31:00   systemd-sysv
11:31:00 The following packages will be upgraded:
11:31:00   libsystemd0
11:31:00 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
11:31:00 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:31:00 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:00 Setting up python-apt-common (2.0.1) ...
11:31:00 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.20) ...
11:31:00 make[1]: Leaving directory '/root/build-deb'
11:31:00  dpkg-genbuildinfo
11:31:00 137 added, 0 removed; done.
11:31:00 Running hooks in /etc/ca-certificates/update.d...
11:31:00 done.
11:31:00 + apt-key add -
11:31:00 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
11:31:00 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:31:00 Selecting previously unselected package libsqlite3-0:armhf.
11:31:00 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
11:31:00 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
11:31:00 Selecting previously unselected package libpython3.7-stdlib:armhf.
11:31:00 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
11:31:00 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:31:00 Selecting previously unselected package libkrb5support0:armhf.
11:31:00 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_armhf.deb ...
11:31:00 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.3) ...
11:31:00 Selecting previously unselected package libk5crypto3:armhf.
11:31:00 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_armhf.deb ...
11:31:00 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.3) ...
11:31:00 Selecting previously unselected package libkeyutils1:armhf.
11:31:00 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
11:31:00 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
11:31:00 Selecting previously unselected package libkrb5-3:armhf.
11:31:00 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_armhf.deb ...
11:31:00 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.3) ...
11:31:00 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:31:00 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_armhf.deb ...
11:31:00 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
11:31:00 Selecting previously unselected package libpsl5:armhf.
11:31:00 Preparing to unpack .../18-libpsl5_0.19.1-5build1_armhf.deb ...
11:31:00 Unpacking libpsl5:armhf (0.19.1-5build1) ...
11:31:00 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:31:00 Fedora 37 - x86_64                               89 kB/s |  25 kB     00:00    
11:31:00   Running scriptlet: docker-buildx-plugin-0.10.4-0.el9.x86_64             15/62 
11:31:00   Installing       : docker-compose-plugin-2.16.0-0.el9.x86_64            16/62 
11:31:00   Running scriptlet: docker-compose-plugin-2.16.0-0.el9.x86_64            16/62 
11:31:00 Selecting previously unselected package docker-scan-plugin.
11:31:00 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ...
11:31:00 Unpacking docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
11:31:00 Setting up python3-gi (3.42.1-0ubuntu1) ...
11:31:00 invoke-rc.d: could not determine current runlevel
11:31:00 invoke-rc.d: policy-rc.d denied execution of start.
11:31:00 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:00  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:00   Package dbus-user-session is not installed.
11:31:00 
11:31:00 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye) ...
11:31:00 + 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-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.4-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.11~bullseye_armhf.deb
11:31:00 Selecting previously unselected package libxml2:amd64.
11:31:00 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
11:31:00 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
11:31:00 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
11:31:00 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
11:31:00 Setting up libstemmer0d:amd64 (0+svn585-2) ...
11:31:00 Setting up libmpdec2:amd64 (2.4.2-3) ...
11:31:00 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
11:31:00 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:31:00 Setting up libelf1:amd64 (0.176-1.1build1) ...
11:31:00 Setting up readline-common (8.0-4) ...
11:31:00 Setting up iso-codes (4.4-1) ...
11:31:00 Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
11:31:00 Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
11:31:00 Setcap worked! gst-ptp-helper is not suid!
11:31:00 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:00 Selecting previously unselected package dbus-user-session.
11:31:00 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_amd64.deb ...
11:31:00 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
11:31:00 OK
11:31:00 + '[' buster = sid ']'
11:31:00 ++ dpkg --print-architecture
11:31:00 + ARCH=armhf
11:31:00 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian buster test'
11:31:00 + apt-get update
11:31:00 Selecting previously unselected package python3.7.
11:31:00 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
11:31:00 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:31:00 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:00 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
11:31:00 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
11:31:00 Setting up python3-minimal (3.7.3-1) ...
11:31:00 Selecting previously unselected package python3.
11:31: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 ... 7401 files and directories currently installed.)
11:31:00 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
11:31:00 Unpacking python3 (3.7.3-1) ...
11:31:01 Selecting previously unselected package python-apt-common.
11:31:01 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
11:31:01 Unpacking python-apt-common (1.6.6) ...
11:31:01 Selecting previously unselected package python3-apt.
11:31:01 Preparing to unpack .../20-python3-apt_1.6.6_armhf.deb ...
11:31:01 Unpacking python3-apt (1.6.6) ...
11:31:01 Selecting previously unselected package apt-transport-https.
11:31:01 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
11:31:01 Unpacking apt-transport-https (1.6.14) ...
11:31:01 Selecting previously unselected package libroken18-heimdal:armhf.
11:31:01 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:31:01 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:31:01 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:31:01 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Get:2 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
11:31:01 Hit:3 http://deb.debian.org/debian-security bullseye-security InRelease
11:31:01 Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
11:31:01 Get:5 https://download.docker.com/linux/debian bullseye/test amd64 Packages [23.3 kB]
11:31:01   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   17/62 
11:31:01   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   17/62 
11:31:01   Installing       : python3-audit-3.0.7-103.el9.x86_64                   18/62 
11:31:01   Installing       : libslirp-4.4.0-4.el9.x86_64                          19/62 
11:31:01   Installing       : slirp4netns-1.2.0-3.el9.x86_64                       20/62 
11:31:01   Installing       : checkpolicy-3.5-1.el9.x86_64                         21/62 
11:31:01   Installing       : xz-5.2.5-8.el9.x86_64                                22/62 
11:31:01   Installing       : util-linux-core-2.37.4-10.el9.x86_64                 23/62 
11:31:01   Running scriptlet: util-linux-core-2.37.4-10.el9.x86_64                 23/62 
11:31:01   Installing       : systemd-rpm-macros-252-8.el9.noarch                  24/62 
11:31:01   Installing       : openssl-1:3.0.7-5.el9.x86_64                         25/62 
11:31:01   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                       26/62 
11:31:01   Installing       : libutempter-1.2.1-6.el9.x86_64                       26/62 
11:31:01   Installing       : libnl3-3.7.0-1.el9.x86_64                            27/62 
11:31:01 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:31:01 Setting up python3-jeepney (0.7.1-3) ...
11:31:01 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:31:01 Setting up python3-httplib2 (0.20.2-2) ...
11:31:01 Selecting previously unselected package libxmlb2:amd64.
11:31:01 Preparing to unpack .../42-libxmlb2_0.3.10-2_amd64.deb ...
11:31:01 Unpacking libxmlb2:amd64 (0.3.10-2) ...
11:31:01 Selecting previously unselected package libyaml-0-2:amd64.
11:31:01 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_amd64.deb ...
11:31:01 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
11:31:01 Selecting previously unselected package libappstream4:amd64.
11:31:01 Preparing to unpack .../44-libappstream4_0.16.1-1_amd64.deb ...
11:31:01 Unpacking libappstream4:amd64 (0.16.1-1) ...
11:31:01 Selecting previously unselected package libcap2-bin.
11:31:01 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_amd64.deb ...
11:31:01 Unpacking libcap2-bin (1:2.66-3) ...
11:31:01 Selecting previously unselected package libduktape207:amd64.
11:31:01 Preparing to unpack .../46-libduktape207_2.7.0-2_amd64.deb ...
11:31:01 Unpacking libduktape207:amd64 (2.7.0-2) ...
11:31:01 Setting up pinentry-curses (1.1.0-3build1) ...
11:31:01 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
11:31:01 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
11:31:01 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:01 Setting up libreadline8:amd64 (8.0-4) ...
11:31:01 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:31:01 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:01 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:31:01 Setting up systemd-sysv (241-7~deb10u8) ...
11:31:01 Setting up libip6tc0:amd64 (1.8.2-4) ...
11:31:01 Setting up libnftnl11:amd64 (1.1.2-2) ...
11:31:01 Setting up libiptc0:amd64 (1.8.2-4) ...
11:31:01 Setting up dbus (1.12.24-0+deb10u1) ...
11:31:01 invoke-rc.d: could not determine current runlevel
11:31:01 invoke-rc.d: policy-rc.d denied execution of start.
11:31:01 Setting up containerd.io (1.6.18-1) ...
11:31:01 Get:1 https://download.docker.com/linux/raspbian buster InRelease [33.6 kB]
11:31:01 1 upgraded, 107 newly installed, 0 to remove and 1 not upgraded.
11:31:01 Need to get 37.0 MB of archives.
11:31:01 After this operation, 120 MB of additional disk space will be used.
11:31:01 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.7 [295 kB]
11:31:01 Selecting previously unselected package libkeyutils1:armhf.
11:31:01 Preparing to unpack .../01-libkeyutils1_1.6-6_armhf.deb ...
11:31:01 Unpacking libkeyutils1:armhf (1.6-6) ...
11:31:01 Selecting previously unselected package libkrb5support0:armhf.
11:31:01 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
11:31:01 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
11:31:01 Selecting previously unselected package libk5crypto3:armhf.
11:31:01 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
11:31:01 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
11:31:01 Selecting previously unselected package libkrb5-3:armhf.
11:31:01 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
11:31:01 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
11:31:01 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:31:01 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
11:31:01 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
11:31:01 Selecting previously unselected package apt-transport-https.
11:31:01 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
11:31:01 Unpacking apt-transport-https (1.8.2.3) ...
11:31:01 Selecting previously unselected package libwind0-heimdal:armhf.
11:31:01 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:31:01 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:31:01 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:31:01 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:31:01 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
11:31:01 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:01 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:01 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
11:31:01 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:31:01 Selecting previously unselected package libsasl2-2:armhf.
11:31:01 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
11:31:01 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:31:01  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.changes
11:31:01 Fetched 66.6 kB in 1s (110 kB/s)
11:31:01   Installing       : libibverbs-44.0-2.el9.x86_64                         28/62 
11:31:01   Installing       : libpcap-14:1.10.0-4.el9.x86_64                       29/62 
11:31:01   Installing       : libnfnetlink-1.0.1-21.el9.x86_64                     30/62 
11:31:01   Installing       : libnetfilter_conntrack-1.0.9-1.el9.x86_64            31/62 
11:31:01   Installing       : iptables-libs-1.8.8-6.el9.x86_64                     32/62 
11:31:01   Installing       : iptables-nft-1.8.8-6.el9.x86_64                      33/62 
11:31:01   Running scriptlet: iptables-nft-1.8.8-6.el9.x86_64                      33/62 
11:31:01   Installing       : libeconf-0.4.1-2.el9.x86_64                          34/62 
11:31:01   Installing       : libdb-5.3.28-53.el9.x86_64                           35/62 
11:31:01   Installing       : pam-1.5.1-14.el9.x86_64                              36/62 
11:31:01   Installing       : libpwquality-1.4.4-8.el9.x86_64                      37/62 
11:31:01   Installing       : util-linux-2.37.4-10.el9.x86_64                      38/62 
11:31:01 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:31:01 
11:31:01   Installing       : kmod-libs-28-7.el9.x86_64                            39/62 
11:31:01 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:31:01 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:31:01 Setting up docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
11:31:01 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:31:01 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:01 Setting up lsb-release (11.1.0ubuntu4) ...
11:31:01 Setting up policykit-1 (0.105-33) ...
11:31:01 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ...
11:31:01 Setting up python3-blinker (1.4+dfsg1-0.4) ...
11:31:01 Fedora 37 openh264 (From Cisco) - x86_64        3.1 kB/s | 989  B     00:00    
11:31:01 Selecting previously unselected package libelf1:amd64.
11:31:01 Preparing to unpack .../47-libelf1_0.188-2.1_amd64.deb ...
11:31:01 Unpacking libelf1:amd64 (0.188-2.1) ...
11:31:01 Selecting previously unselected package libdw1:amd64.
11:31:01 Preparing to unpack .../48-libdw1_0.188-2.1_amd64.deb ...
11:31:01 Unpacking libdw1:amd64 (0.188-2.1) ...
11:31:01 Selecting previously unselected package libglib2.0-data.
11:31:01 Preparing to unpack .../49-libglib2.0-data_2.74.6-1_all.deb ...
11:31:01 Unpacking libglib2.0-data (2.74.6-1) ...
11:31:01 Updating certificates in /etc/ssl/certs...
11:31:01 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:31:01 Setting up libpam-systemd:amd64 (241-7~deb10u8) ...
11:31:01 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
11:31:01 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
11:31:01 Setting up iptables (1.8.2-4) ...
11:31:01 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:01 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:01 Processing triggers for systemd (241-7~deb10u8) ...
11:31:01 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:31:01 Get:2 https://download.docker.com/linux/raspbian buster/test armhf Packages [43.7 kB]
11:31:01 Hit:3 http://archive.raspbian.org/raspbian buster InRelease
11:31:01 Hit:4 http://archive.raspberrypi.org/debian buster InRelease
11:31:01 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]
11:31:01 Selecting previously unselected package openssl.
11:31:01 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u4_armhf.deb ...
11:31:01 Unpacking openssl (1.1.1n-0+deb10u4) ...
11:31:01 Selecting previously unselected package ca-certificates.
11:31:01 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
11:31:01 Unpacking ca-certificates (20200601~deb10u2) ...
11:31:01 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:01 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
11:31:01 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
11:31:01 Selecting previously unselected package libsasl2-2:armhf.
11:31:01 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
11:31:01 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
11:31:01 Selecting previously unselected package libldap-common.
11:31:01 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:31:01 Selecting previously unselected package libldap-common.
11:31:01 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:31:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:31:01 Selecting previously unselected package libldap-2.4-2:armhf.
11:31:01 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_armhf.deb ...
11:31:01 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
11:31:01 Selecting previously unselected package libnghttp2-14:armhf.
11:31:01 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
11:31:01 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
11:31:01 Selecting previously unselected package librtmp1:armhf.
11:31:01 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
11:31:01 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
11:31:01 Selecting previously unselected package libcurl4:armhf.
11:31:01 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.23_armhf.deb ...
11:31:01 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.23) ...
11:31:01 Selecting previously unselected package curl.
11:31:01 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.23_armhf.deb ...
11:31:01 Unpacking curl (7.58.0-2ubuntu3.23) ...
11:31:01 Selecting previously unselected package libassuan0:armhf.
11:31:01 Preparing to unpack .../39-libassuan0_2.5.1-2_armhf.deb ...
11:31:01 Unpacking libassuan0:armhf (2.5.1-2) ...
11:31:01   Installing       : kmod-28-7.el9.x86_64                                 40/62 
11:31:01   Installing       : fuse-common-3.10.2-5.el9.x86_64                      41/62 
11:31:01   Installing       : fuse3-3.10.2-5.el9.x86_64                            42/62 
11:31:01   Installing       : fuse-overlayfs-1.10-2.el9.x86_64                     43/62 
11:31:01   Running scriptlet: fuse-overlayfs-1.10-2.el9.x86_64                     43/62 
11:31:01   Installing       : diffutils-3.7-12.el9.x86_64                          44/62 
11:31:01   Installing       : policycoreutils-3.5-1.el9.x86_64                     45/62 
11:31:01   Running scriptlet: policycoreutils-3.5-1.el9.x86_64                     45/62 
11:31:01   Installing       : selinux-policy-38.1.8-1.el9.noarch                   46/62 
11:31:01   Running scriptlet: selinux-policy-38.1.8-1.el9.noarch                   46/62 
11:31:01 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:01 invoke-rc.d: could not determine current runlevel
11:31:01 invoke-rc.d: policy-rc.d denied execution of start.
11:31:01 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:31:01 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:01  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:01   Package dbus-user-session is not installed.
11:31:01 
11:31:01 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
11:31:01 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:31:01 Setting up python3-more-itertools (8.10.0-2) ...
11:31:01 Reading package lists...
11:31:01 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.
11:31:01 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:31:01 Selecting previously unselected package libglib2.0-bin.
11:31:01 Preparing to unpack .../50-libglib2.0-bin_2.74.6-1_amd64.deb ...
11:31:01 Unpacking libglib2.0-bin (2.74.6-1) ...
11:31:01 Selecting previously unselected package libunwind8:amd64.
11:31:01 Preparing to unpack .../51-libunwind8_1.6.2-3_amd64.deb ...
11:31:01 Unpacking libunwind8:amd64 (1.6.2-3) ...
11:31:01 Selecting previously unselected package libgstreamer1.0-0:amd64.
11:31:01 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_amd64.deb ...
11:31:01 Unpacking libgstreamer1.0-0:amd64 (1.22.0-2) ...
11:31:01 + verify_binaries
11:31:01 + docker --version
11:31:01 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:01 ++ uname -m
11:31:01 + '[' x86_64 = x86_64 ']'
11:31:01 + docker scan --help
11:31:01 
11:31:01 Usage:  docker scan [OPTIONS] IMAGE
11:31:01 
11:31:01 A tool to scan your images
11:31:01 
11:31:01 Options:
11:31:01       --accept-license    Accept using a third party scanning provider
11:31:01       --dependency-tree   Show dependency tree with scan results
11:31:01       --exclude-base      Exclude base image from vulnerability scanning
11:31:01                           (requires --file)
11:31:01   -f, --file string       Dockerfile associated with image, provides more
11:31:01                           detailed results
11:31:01       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:01                           them to a single one (requires --json)
11:31:01       --json              Output results in JSON format
11:31:01       --login             Authenticate to the scan provider using an
11:31:01                           optional token (with --token), or web base
11:31:01                           token if empty
11:31:01       --reject-license    Reject using a third party scanning provider
11:31:01       --severity string   Only report vulnerabilities of provided level
11:31:01                           or higher (low|medium|high)
11:31:01       --token string      Authentication token to login to the third
11:31:01                           party scanning provider
11:31:01       --version           Display version of the scan plugin
11:31:01 + docker buildx version
11:31:01 github.com/docker/buildx v0.10.4 c513d34
11:31:01 + docker compose version
11:31:01 Fetched 77.4 kB in 1s (109 kB/s)
11:31:01 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
11:31:01 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]
11:31:01 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB]
11:31:01 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
11:31:01 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:31:01 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
11:31:01 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
11:31:01 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:31:01 Selecting previously unselected package libldap-2.4-2:armhf.
11:31:01 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
11:31:01 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
11:31:01 Selecting previously unselected package libnghttp2-14:armhf.
11:31:01 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
11:31:01 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
11:31:01 Selecting previously unselected package libpsl5:armhf.
11:31:01 Preparing to unpack .../14-libpsl5_0.20.2-2_armhf.deb ...
11:31:01 Unpacking libpsl5:armhf (0.20.2-2) ...
11:31:01 Selecting previously unselected package librtmp1:armhf.
11:31:01 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
11:31:01 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
11:31:01 Selecting previously unselected package libssh2-1:armhf.
11:31:01 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_armhf.deb ...
11:31:01 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
11:31:01 Selecting previously unselected package gpgconf.
11:31:01 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:01 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:31:01 Selecting previously unselected package libksba8:armhf.
11:31:01 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_armhf.deb ...
11:31:01 Unpacking libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
11:31:01 Selecting previously unselected package libnpth0:armhf.
11:31:01 Preparing to unpack .../42-libnpth0_1.5-3_armhf.deb ...
11:31:01 Unpacking libnpth0:armhf (1.5-3) ...
11:31:01 Selecting previously unselected package dirmngr.
11:31:01 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:01 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:31:01 Selecting previously unselected package gnupg-l10n.
11:31:01 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:31:01 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:31:01 Selecting previously unselected package gnupg-utils.
11:31:01 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:01 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:31:01   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          47/62 
11:31:01   Installing       : selinux-policy-targeted-38.1.8-1.el9.noarch          47/62 
11:31:01 Setting up python3-dbus (1.2.18-3build1) ...
11:31:01 Setting up python3-distro (1.7.0-1) ...
11:31:01 Reading package lists...
11:31:01 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
11:31:01 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
11:31:01 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb
11:31:01 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
11:31:01 ++ xargs
11:31:01 ++ awk '$0="./"$0'
11:31:01 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
11:31:01 + set -x
11:31:01 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
11:31:01 Selecting previously unselected package docker-ce-cli.
11:31:01 (Reading database ... 9726 files and directories currently installed.)
11:31:01 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ...
11:31:01 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:01 Fedora Modular 37 - x86_64                       47 kB/s |  25 kB     00:00    
11:31:01 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
11:31:01 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_amd64.deb ...
11:31:01 Unpacking libpolkit-gobject-1-0:amd64 (122-3) ...
11:31:01 Selecting previously unselected package libpolkit-agent-1-0:amd64.
11:31:01 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_amd64.deb ...
11:31:01 Unpacking libpolkit-agent-1-0:amd64 (122-3) ...
11:31:01 Selecting previously unselected package lsb-release.
11:31:01 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
11:31:01 Unpacking lsb-release (12.0-1) ...
11:31:01 Selecting previously unselected package xml-core.
11:31:01 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
11:31:01 Unpacking xml-core (0.18+nmu1) ...
11:31:01 Selecting previously unselected package polkitd.
11:31:01 Preparing to unpack .../57-polkitd_122-3_amd64.deb ...
11:31:01 Unpacking polkitd (122-3) ...
11:31:02 Docker Compose version v2.16.0
11:31:02 + dockerd --version
11:31:02 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:02 + docker-proxy --version
11:31:02 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:02 + containerd --version
11:31:02 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:02 + ctr --version
11:31:02 ctr containerd.io 1.6.18
11:31:02 + containerd-shim --help
11:31:02 Usage of containerd-shim:
11:31:02   -address string
11:31:02     	grpc address back to main containerd
11:31:02   -containerd-binary containerd publish
11:31:02     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:02   -criu string
11:31:02     	path to criu binary
11:31:02   -debug
11:31:02     	enable debug output in logs
11:31:02   -namespace string
11:31:02     	namespace that owns the shim
11:31:02   -runtime-root string
11:31:02     	root directory for the runtime (default "/run/containerd/runc")
11:31:02   -socket string
11:31:02     	socket path to serve
11:31:02   -systemd-cgroup
11:31:02     	set runtime to use systemd-cgroup
11:31:02   -workdir string
11:31:02     	path used to storge large temporary data
11:31:02 + containerd-shim-runc-v1 -v
11:31:02 containerd-shim-runc-v1:
11:31:02   Version:  1.6.18
11:31:02   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:02   Go version: go1.19.6
11:31:02 
11:31:02 + containerd-shim-runc-v2 -v
11:31:02 containerd-shim-runc-v2:
11:31:02   Version:  1.6.18
11:31:02   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:02   Go version: go1.19.6
11:31:02 
11:31:02 + runc --version
11:31:02 runc version 1.1.4
11:31:02 commit: v1.1.4-0-g5fd4c4d
11:31:02 spec: 1.0.2-dev
11:31:02 go: go1.19.6
11:31:02 libseccomp: 2.3.3
11:31:02 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
11:31:02 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]
11:31:02 Selecting previously unselected package libcurl4:armhf.
11:31:02 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u5_armhf.deb ...
11:31:02 Unpacking libcurl4:armhf (7.64.0-4+deb10u5) ...
11:31:02 Selecting previously unselected package curl.
11:31:02 Preparing to unpack .../18-curl_7.64.0-4+deb10u5_armhf.deb ...
11:31:02 Unpacking curl (7.64.0-4+deb10u5) ...
11:31:02 Selecting previously unselected package libassuan0:armhf.
11:31:02 Preparing to unpack .../19-libassuan0_2.5.2-1_armhf.deb ...
11:31:02 Unpacking libassuan0:armhf (2.5.2-1) ...
11:31:02 Selecting previously unselected package gpgconf.
11:31:02 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
11:31:02 Selecting previously unselected package gpg.
11:31:02 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:31:02 Selecting previously unselected package pinentry-curses.
11:31:02 Preparing to unpack .../47-pinentry-curses_1.1.0-1_armhf.deb ...
11:31:02 Unpacking pinentry-curses (1.1.0-1) ...
11:31:02 Selecting previously unselected package gpg-agent.
11:31:02 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:31:02 Selecting previously unselected package gpg-wks-client.
11:31:02 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:31:02 Selecting previously unselected package gpg-wks-server.
11:31:02 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:31:02 Selecting previously unselected package gpgsm.
11:31:02 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:31:02 124 added, 0 removed; done.
11:31:02 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
11:31:02 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:02 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
11:31:02 Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
11:31:02 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
11:31:02 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:31:02 Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
11:31:02 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:31:02 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:31:02 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:31:02 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
11:31:02 dpkg-genchanges: info: including full source code in upload
11:31:02  dpkg-source -I.git --after-build .
11:31:02 Reading package lists...
11:31:02 Fedora 37 - x86_64 - Updates                     78 kB/s |  23 kB     00:00    
11:31:02 Selecting previously unselected package packagekit.
11:31:02 Preparing to unpack .../58-packagekit_1.2.6-3_amd64.deb ...
11:31:02 Unpacking packagekit (1.2.6-3) ...
11:31:02 Selecting previously unselected package python-apt-common.
11:31:02 Preparing to unpack .../59-python-apt-common_2.5.3_all.deb ...
11:31:02 Unpacking python-apt-common (2.5.3) ...
11:31:02 Selecting previously unselected package python3-apt.
11:31:02 Preparing to unpack .../60-python3-apt_2.5.3_amd64.deb ...
11:31:02 Unpacking python3-apt (2.5.3) ...
11:31:02 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.6-1~22.04.2 [497 kB]
11:31:02 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:31:02 Selecting previously unselected package lsb-base.
11:31:02 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
11:31:02 Unpacking lsb-base (10.2019051400) ...
11:31:02 Selecting previously unselected package libksba8:armhf.
11:31:02 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_armhf.deb ...
11:31:02 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
11:31:02 Selecting previously unselected package libnpth0:armhf.
11:31:02 Preparing to unpack .../23-libnpth0_1.6-1_armhf.deb ...
11:31:02 Unpacking libnpth0:armhf (1.6-1) ...
11:31:02 Selecting previously unselected package dirmngr.
11:31:02 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
11:31:02 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:31:02 Selecting previously unselected package distro-info-data.
11:31:02 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
11:31:02 Selecting previously unselected package gnupg.
11:31:02 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_armhf.deb ...
11:31:02 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:31:02 Selecting previously unselected package python3-software-properties.
11:31:02 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
11:31:02 Unpacking python3-software-properties (0.96.24.32.20) ...
11:31:02 Selecting previously unselected package software-properties-common.
11:31:02 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
11:31:02 Unpacking software-properties-common (0.96.24.32.20) ...
11:31:02 Selecting previously unselected package gnupg2.
11:31:02 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
11:31:02 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
11:31:02 Setting up python-apt-common (1.6.6) ...
11:31:02 Setting up libnpth0:armhf (1.5-3) ...
11:31:02 Setting up readline-common (7.0-3) ...
11:31:02 Setting up libapt-inst2.0:armhf (1.6.14) ...
11:31:02 Setting up apt-transport-https (1.6.14) ...
11:31:02 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
11:31:02 Setting up mime-support (3.60ubuntu1) ...
11:31:02 Setting up iso-codes (3.79-1) ...
11:31:02 Reading package lists...
11:31:02 Setting up python3-apt (2.4.0ubuntu1) ...
11:31:02 Setting up python3-lazr.uri (1.0.6-2) ...
11:31:02 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:31:02 + destination=/build
11:31:02 + mkdir -p /build
11:31:02 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb /build
11:31:02 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:31:02 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.dsc'
11:31:02 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:31:02 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal.tar.gz'
11:31:02 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.buildinfo'
11:31:02 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.buildinfo'
11:31:02 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.changes'
11:31:02 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.changes'
11:31:02 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 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'
11:31:02 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb'
11:31:02 Building dependency tree...
11:31:02 Reading state information...
11:31:02 Correcting dependencies... Done
11:31:02 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:02 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:02 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:02 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:02 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:02 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:31:02 The following additional packages will be installed:
11:31:02   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:02   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:02 Suggested packages:
11:31:02   firewalld kmod nftables
11:31:02 The following NEW packages will be installed:
11:31:02   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:02   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:02 Selecting previously unselected package python3-blinker.
11:31:02 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
11:31:02 Unpacking python3-blinker (1.5-1) ...
11:31:02 Selecting previously unselected package python3-cffi-backend:amd64.
11:31:02 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
11:31:02 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
11:31:02 Selecting previously unselected package python3-cryptography.
11:31:02 Preparing to unpack .../63-python3-cryptography_38.0.4-3_amd64.deb ...
11:31:02 Unpacking python3-cryptography (38.0.4-3) ...
11:31:02 Selecting previously unselected package python3-dbus.
11:31:02 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_amd64.deb ...
11:31:02 Unpacking python3-dbus (1.3.2-4+b1) ...
11:31:02 Selecting previously unselected package python3-distro.
11:31:02 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
11:31:02 Unpacking python3-distro (1.8.0-1) ...
11:31:02 Unpacking distro-info-data (0.41+deb10u6) ...
11:31:02 Selecting previously unselected package libglib2.0-0:armhf.
11:31:02 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
11:31:02 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:31:02 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:02 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
11:31:02 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
11:31:02 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:02 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
11:31:02 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
11:31:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:31:02 Setting up libreadline7:armhf (7.0-3) ...
11:31:02 Setting up libpsl5:armhf (0.19.1-5build1) ...
11:31:02 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
11:31:02 No schema files found: doing nothing.
11:31:02 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:31:02 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:31:02 Setting up distro-info-data (0.37ubuntu0.15) ...
11:31:02 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:02 Setting up libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
11:31:02 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
11:31:02 Setting up libkrb5support0:armhf (1.16-2ubuntu0.3) ...
11:31:02 Setting up libgirepository-1.0-1:armhf (1.56.1-1) ...
11:31:02 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:31:02 Setting up gir1.2-glib-2.0:armhf (1.56.1-1) ...
11:31:02 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
11:31:02 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
11:31:02 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
11:31:02 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:31:02 Building dependency tree...
11:31:02 Reading state information...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:02 Setting up python3-zipp (1.0.0-3) ...
11:31:02 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
11:31:02 Selecting previously unselected package python3-gi.
11:31:02 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_amd64.deb ...
11:31:02 Unpacking python3-gi (3.42.2-3+b1) ...
11:31:02 Selecting previously unselected package python3-pyparsing.
11:31:02 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
11:31:02 Unpacking python3-pyparsing (3.0.9-1) ...
11:31:02 Selecting previously unselected package python3-httplib2.
11:31:02 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
11:31:02 Unpacking python3-httplib2 (0.20.4-3) ...
11:31:02 Selecting previously unselected package python3-jwt.
11:31:02 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
11:31:02 Unpacking python3-jwt (2.6.0-1) ...
11:31:02 Selecting previously unselected package python3-pkg-resources.
11:31:02 Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ...
11:31:02 Unpacking python3-pkg-resources (66.1.1-1) ...
11:31:02 Selecting previously unselected package python3-lazr.uri.
11:31:02 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
11:31:02 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:02 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
11:31:02 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
11:31:02 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:02 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
11:31:02 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:31:02 Selecting previously unselected package gnupg-l10n.
11:31:02 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:31:02 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:31:02 Selecting previously unselected package gnupg-utils.
11:31:02 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
11:31:02 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:31:02 Fedora Modular 37 - x86_64 - Updates             67 kB/s |  24 kB     00:00    
11:31:02 Correcting dependencies... Done
11:31:02 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
11:31:02 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
11:31:02 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libapparmor1 armhf 3.0.4-2ubuntu2.1 [33.1 kB]
11:31:02 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
11:31:02 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
11:31:02 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjson-c5 armhf 0.15-3~ubuntu1.22.04.1 [29.1 kB]
11:31:02 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcryptsetup12 armhf 2:2.4.3-1ubuntu1.1 [189 kB]
11:31:02 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip4tc2 armhf 1.8.7-1ubuntu5 [17.7 kB]
11:31:02 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libkmod2 armhf 29-1ubuntu1 [40.9 kB]
11:31:02 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd armhf 249.11-0ubuntu3.7 [4485 kB]
11:31:02 Selecting previously unselected package docker-ce-rootless-extras.
11:31:02 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ...
11:31:02 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:02 Setting up python3-wadllib (1.3.6-1) ...
11:31:02 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:31:02 Setting up policykit-1 (0.105-26ubuntu1.3) ...
11:31:02 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:31:02 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
11:31:02 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:31:02 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:31:02 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:31:03 Unpacking python3-lazr.uri (1.0.6-3) ...
11:31:03 Selecting previously unselected package python3-wadllib.
11:31:03 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
11:31:03 Unpacking python3-wadllib (1.3.6-4) ...
11:31:03 Selecting previously unselected package python3-oauthlib.
11:31:03 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
11:31:03 Unpacking python3-oauthlib (3.2.2-1) ...
11:31:03 Selecting previously unselected package python3-six.
11:31:03 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
11:31:03 Unpacking python3-six (1.16.0-4) ...
11:31:03 Selecting previously unselected package python3-lazr.restfulclient.
11:31:03 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
11:31:03 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
11:31:03 Selecting previously unselected package python3-software-properties.
11:31:03 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
11:31:03 Unpacking python3-software-properties (0.99.30-4) ...
11:31:03 Selecting previously unselected package software-properties-common.
11:31:03 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
11:31:03 Unpacking software-properties-common (0.99.30-4) ...
11:31:03 Selecting previously unselected package gpg.
11:31:03 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_armhf.deb ...
11:31:03 Unpacking gpg (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package pinentry-curses.
11:31:03 Preparing to unpack .../34-pinentry-curses_1.1.0-2_armhf.deb ...
11:31:03 Unpacking pinentry-curses (1.1.0-2) ...
11:31:03 Selecting previously unselected package gpg-agent.
11:31:03 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
11:31:03 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package gpg-wks-client.
11:31:03 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
11:31:03 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package gpg-wks-server.
11:31:03 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
11:31:03 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:31:03 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:31:03 Need to get 28.9 MB of archives.
11:31:03 After this operation, 119 MB of additional disk space will be used.
11:31:03 Get:1 https://download.docker.com/linux/ubuntu kinetic/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:31:03 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-user-session amd64 1.14.0-2ubuntu3 [10.1 kB]
11:31:03 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmnl0 amd64 1.0.4-3ubuntu1 [13.2 kB]
11:31:03 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxtables12 amd64 1.8.7-1ubuntu6 [30.8 kB]
11:31:03 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
11:31:03 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip6tc2 amd64 1.8.7-1ubuntu6 [20.1 kB]
11:31:03 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.8 kB]
11:31:03 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetfilter-conntrack3 amd64 1.0.9-2 [45.6 kB]
11:31:03 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnftnl11 amd64 1.2.3-1 [64.9 kB]
11:31:03 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iptables amd64 1.8.7-1ubuntu6 [454 kB]
11:31:03 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:03 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:03 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:03 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:03 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:03 The following additional packages will be installed:
11:31:03   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:03   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:03   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:03   libpam-systemd libxtables12 systemd systemd-sysv
11:31:03 Suggested packages:
11:31:03   firewalld kmod systemd-container policykit-1
11:31:03 Recommended packages:
11:31:03   nftables systemd-timesyncd | time-daemon libnss-systemd
11:31:03 Reading package lists...
11:31:03 Updating certificates in /etc/ssl/certs...
11:31:03 Reading package lists...
11:31:03 ++ find deb/debbuild/raspbian-buster/ -type f -name '*.deb'
11:31:03 + packages='deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'
11:31:03 ++ echo 'deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb
11:31:03 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'
11:31:03 ++ awk '$0="./"$0'
11:31:03 ++ xargs
11:31:03 + packages='./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb'
11:31:03 + set -x
11:31:03 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb
11:31:03 Selecting previously unselected package docker-ce.
11:31:03 (Reading database ... 10012 files and directories currently installed.)
11:31:03 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ...
11:31:03 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:03 Selecting previously unselected package docker-buildx-plugin.
11:31:03 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_amd64.deb ...
11:31:03 Unpacking docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:31:03 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:31:03 Setting up packagekit (1.2.5-2ubuntu2) ...
11:31:03 invoke-rc.d: could not determine current runlevel
11:31:03 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:03 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:31:03 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:03 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
11:31:03 Setting up python3-importlib-metadata (4.6.4-1) ...
11:31:03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:31:03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:31:03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:31:03 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:03 Setting up libksba8:amd64 (1.6.3-2) ...
11:31:03 Setting up media-types (10.0.0) ...
11:31:03 Setting up systemd-sysv (252.5-2) ...
11:31:03 Setting up libkeyutils1:amd64 (1.6.3-2) ...
11:31:03 Setting up libpsl5:amd64 (0.21.2-1) ...
11:31:03 Setting up libicu72:amd64 (72.1-3) ...
11:31:03 Setting up apt-transport-https (2.5.6) ...
11:31:03 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
11:31:03 Setting up libglib2.0-0:amd64 (2.74.6-1) ...
11:31:03 No schema files found: doing nothing.
11:31:03 Setting up distro-info-data (0.57) ...
11:31:03 Setting up libtirpc-common (1.3.3+ds-1) ...
11:31:03 Setting up libxmlb2:amd64 (0.3.10-2) ...
11:31:03 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
11:31:03 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
11:31:03 Setting up libnghttp2-14:amd64 (1.52.0-1) ...
11:31:03 Setting up libpackagekit-glib2-18:amd64 (1.2.6-3) ...
11:31:03 Setting up libnpth0:amd64 (1.6-3) ...
11:31:03 Setting up libassuan0:amd64 (2.5.5-5) ...
11:31:03 debconf: delaying package configuration, since apt-utils is not installed
11:31:03 Fetched 28.9 MB in 1s (48.4 MB/s)
11:31:03 Selecting previously unselected package dbus-user-session.
11:31: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 ... 9556 files and directories currently installed.)
11:31:03 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_amd64.deb ...
11:31:03 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
11:31:03 Selecting previously unselected package libmnl0:amd64.
11:31:03 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_amd64.deb ...
11:31:03 Unpacking libmnl0:amd64 (1.0.4-3ubuntu1) ...
11:31:03 Selecting previously unselected package libxtables12:amd64.
11:31:03 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_amd64.deb ...
11:31:03 Unpacking libxtables12:amd64 (1.8.7-1ubuntu6) ...
11:31:03 Selecting previously unselected package gpgsm.
11:31:03 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
11:31:03 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package gnupg.
11:31:03 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
11:31:03 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package gnupg2.
11:31:03 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
11:31:03 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
11:31:03 Selecting previously unselected package iso-codes.
11:31:03 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
11:31:03 Unpacking iso-codes (4.2-1) ...
11:31:03 The following NEW packages will be installed:
11:31:03   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:03   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:03   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:03   libpam-systemd libxtables12 systemd systemd-sysv
11:31:03 Building dependency tree...
11:31:03 Reading state information...
11:31:03 124 added, 0 removed; done.
11:31:03 Setting up libassuan0:armhf (2.5.1-2) ...
11:31:03 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
11:31:03 Setting up libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
11:31:03 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.10) ...
11:31:03 Setting up libk5crypto3:armhf (1.16-2ubuntu0.3) ...
11:31:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.10) ...
11:31:03 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:31:03 Setting up python3-secretstorage (3.3.1-1) ...
11:31:03 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:31:03 Setting up dconf-service (0.36.0-1) ...
11:31:03 Setting up python3 (3.8.2-0ubuntu2) ...
11:31:03 Setting up python3-six (1.14.0-2) ...
11:31:03 Setting up libunwind8:amd64 (1.6.2-3) ...
11:31:03 Setting up libkrb5support0:amd64 (1.20.1-1) ...
11:31:03 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
11:31:03 Setting up libcap2-bin (1:2.66-3) ...
11:31:03 Setting up libglib2.0-data (2.74.6-1) ...
11:31:03 Setting up gnupg-l10n (2.2.40-1) ...
11:31:03 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:31:03 Setting up libdbus-1-3:amd64 (1.14.6-1) ...
11:31:03 Setting up libncursesw6:amd64 (6.4-2) ...
11:31:03 Setting up libk5crypto3:amd64 (1.20.1-1) ...
11:31:03 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
11:31:03 Setting up python-apt-common (2.5.3) ...
11:31:03 Setting up libduktape207:amd64 (2.7.0-2) ...
11:31:03 Setting up dbus-session-bus-common (1.14.6-1) ...
11:31:03 Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
11:31:03 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
11:31:03 Setting up sgml-base (1.31) ...
11:31:03 Setting up libkrb5-3:amd64 (1.20.1-1) ...
11:31:03 Setting up libstemmer0d:amd64 (2.2.0-2) ...
11:31:03 Setting up lsb-release (12.0-1) ...
11:31:03 Setting up dbus-system-bus-common (1.14.6-1) ...
11:31:03 Selecting previously unselected package netbase.
11:31:03 Preparing to unpack .../3-netbase_6.3_all.deb ...
11:31:03 Unpacking netbase (6.3) ...
11:31:03 Selecting previously unselected package libip6tc2:amd64.
11:31:03 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_amd64.deb ...
11:31:03 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu6) ...
11:31:03 Selecting previously unselected package libnfnetlink0:amd64.
11:31:03 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_amd64.deb ...
11:31:03 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
11:31:03 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:31:03 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_amd64.deb ...
11:31:03 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-2) ...
11:31:03 Selecting previously unselected package libnftnl11:amd64.
11:31:03 Preparing to unpack .../7-libnftnl11_1.2.3-1_amd64.deb ...
11:31:03 Unpacking libnftnl11:amd64 (1.2.3-1) ...
11:31:03 Selecting previously unselected package iptables.
11:31:03 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_amd64.deb ...
11:31:03 Unpacking iptables (1.8.7-1ubuntu6) ...
11:31:03 Selecting previously unselected package containerd.io.
11:31:03 Preparing to unpack .../9-containerd.io_1.6.18-1_amd64.deb ...
11:31:03 Unpacking containerd.io (1.6.18-1) ...
11:31:03 0 upgraded, 21 newly installed, 0 to remove and 14 not upgraded.
11:31:03 Need to get 26.8 MB of archives.
11:31:03 After this operation, 111 MB of additional disk space will be used.
11:31:03 Get:1 https://download.docker.com/linux/raspbian bullseye/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:03 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'.
11:31:03 Metadata cache created.
11:31:03 + echo '[DEBUG] Installing engine rpms'
11:31:03 [DEBUG] Installing engine rpms
11:31:03 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
11:31:03 ++ sed /src/d
11:31:03 + packages='rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:31:03 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:31:03 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc37.x86_64.rpm
11:31:03 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
11:31:03 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm
11:31:03 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc37.x86_64.rpm'
11:31:03 + set -x
11:31:03 ++ source /etc/os-release
11:31:03 +++ NAME='Fedora Linux'
11:31:03 +++ VERSION='37 (Container Image)'
11:31:03 +++ ID=fedora
11:31:03 +++ VERSION_ID=37
11:31:03 +++ VERSION_CODENAME=
11:31:03 +++ PLATFORM_ID=platform:f37
11:31:03 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
11:31:03 +++ ANSI_COLOR='0;38;2;60;110;180'
11:31:03 +++ LOGO=fedora-logo-icon
11:31:03 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
11:31:03 +++ DEFAULT_HOSTNAME=fedora
11:31:03 +++ HOME_URL=https://fedoraproject.org/
11:31:03 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
11:31:03 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:31:03 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:31:03 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:31:03 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
11:31:03 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:31:03 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
11:31:03 +++ SUPPORT_END=2023-11-14
11:31:03 +++ VARIANT='Container Image'
11:31:03 +++ VARIANT_ID=container
11:31:03 ++ echo 37
11:31:03 + product_version=37
11:31:03 + '[' 37 = rawhide ']'
11:31:03 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-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-scan-plugin-0.23.0-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc37.x86_64.rpm
11:31:03 Setting up python3-keyring (23.5.0-1) ...
11:31:03 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:31:03 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:31:03 Setting up python3-certifi (2019.11.28-1) ...
11:31:03 Setting up python3-gi (3.36.0-1) ...
11:31:03 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd-sysv armhf 249.11-0ubuntu3.7 [10.5 kB]
11:31:03 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.8 [1152 kB]
11:31:03 Setting up openssl (3.0.8-1) ...
11:31:03 Setting up libelf1:amd64 (0.188-2.1) ...
11:31:03 Setting up readline-common (8.2-1.3) ...
11:31:03 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
11:31:03 Setting up iso-codes (4.13.0-1) ...
11:31:03 Setting up dbus-bin (1.14.6-1) ...
11:31:03 Setting up libpolkit-gobject-1-0:amd64 (122-3) ...
11:31:03 Setting up pinentry-curses (1.2.1-1) ...
11:31:03 Setting up libdw1:amd64 (0.188-2.1) ...
11:31:03 Setting up libreadline8:amd64 (8.2-1.3) ...
11:31:03 Setting up libglib2.0-bin (2.74.6-1) ...
11:31:03 Setting up dbus-daemon (1.14.6-1) ...
11:31:03 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
11:31:03 Setting up ca-certificates (20211016) ...
11:31:03 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.9 kB]
11:31:03 Selecting previously unselected package libapt-inst2.0:armhf.
11:31:03 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_armhf.deb ...
11:31:03 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
11:31:03 Selecting previously unselected package libcurl3-gnutls:armhf.
11:31:03 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u5_armhf.deb ...
11:31:03 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:31:03 Selecting previously unselected package libdbus-1-3:armhf.
11:31:03 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
11:31:03 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
11:31:03 Selecting previously unselected package lsb-release.
11:31:03 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
11:31:03 Unpacking lsb-release (10.2019051400) ...
11:31:03 Selecting previously unselected package python-apt-common.
11:31:03 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
11:31:03 Unpacking python-apt-common (1.8.4.3) ...
11:31:03 Selecting previously unselected package python3-apt.
11:31:03 Preparing to unpack .../47-python3-apt_1.8.4.3_armhf.deb ...
11:31:03 ca-certificates is already the newest version (20211016).
11:31:03 The following additional packages will be installed:
11:31:03   apt bsdutils dbus dbus-bin dbus-daemon dbus-session-bus-common
11:31:03   dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0
11:31:03   gir1.2-packagekitglib-1.0 iso-codes libapparmor1 libappstream4 libapt-pkg6.0
11:31:03   libargon2-1 libblkid1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4
11:31:03   libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1
11:31:03   libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:31:03   libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libmount1 libnsl2
11:31:03   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:03   libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal
11:31:03   libpython3.11-stdlib libsmartcols1 libstemmer0d libsystemd-shared
11:31:03   libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8 libuuid1 libxml2
11:31:03   libxmlb2 media-types mount packagekit polkitd python-apt-common python3
11:31:03   python3-apt python3-blinker python3-cffi-backend python3-cryptography
11:31:03   python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt
11:31:03   python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib
11:31:03   python3-pkg-resources python3-pyparsing python3-six
11:31:03   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:31:03   systemd systemd-sysv udev util-linux util-linux-extra xml-core
11:31:03 Suggested packages:
11:31:03   apt-doc aptitude | synaptic | wajig dpkg-dev powermgmt-base
11:31:03   default-dbus-session-bus | dbus-session-bus isoquery low-memory-monitor
11:31:03   gstreamer1.0-tools cryptsetup-bin nfs-common appstream polkitd-pkla
11:31:03   python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc
11:31:03   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:31:03   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
11:31:03   python3.11-doc binutils binfmt-support systemd-container systemd-homed
11:31:03   systemd-userdbd systemd-boot systemd-resolved libfido2-1 libqrencode4
11:31:03   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 dosfstools kbd
11:31:03   util-linux-locales debhelper
11:31:03 Recommended packages:
11:31:03   bsdextrautils libpam-cap shared-mime-info xdg-user-dirs dbus-user-session
11:31:03   uuid-runtime packagekit-tools systemd-timesyncd | time-daemon libnss-systemd
11:31:03   sensible-utils
11:31:04 Setting up python3-launchpadlib (1.10.16-1) ...
11:31:04 Setting up python3-software-properties (0.99.22.6) ...
11:31:04 Setting up python3-idna (2.8-1) ...
11:31:04 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:31:04 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
11:31:04 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
11:31:04 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
11:31:04 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
11:31:04 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libjson-c5 armhf 0.15-2 [38.7 kB]
11:31:04 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [222 kB]
11:31:04 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.7 kB]
11:31:04 Unpacking python3-apt (1.8.4.3) ...
11:31:04 Selecting previously unselected package python3-dbus.
11:31:04 Preparing to unpack .../48-python3-dbus_1.2.8-3_armhf.deb ...
11:31:04 Unpacking python3-dbus (1.2.8-3) ...
11:31:04 Selecting previously unselected package python3-gi.
11:31:04 Preparing to unpack .../49-python3-gi_3.30.4-1_armhf.deb ...
11:31:04 Unpacking python3-gi (3.30.4-1) ...
11:31:04 Selecting previously unselected package python3-pycurl.
11:31:04 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
11:31:04 Unpacking python3-pycurl (7.43.0.2-0.1) ...
11:31:04 Selecting previously unselected package python3-software-properties.
11:31:04 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
11:31:04 Unpacking python3-software-properties (0.96.20.2-2) ...
11:31:04 Selecting previously unselected package software-properties-common.
11:31:04 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
11:31:04 Unpacking software-properties-common (0.96.20.2-2) ...
11:31:04 Setting up software-properties-common (0.99.22.6) ...
11:31:04 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:31:04 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:31:04 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:31:04 Setting up lsb-release (11.1.0ubuntu2) ...
11:31:04 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdbus-1-3 armhf 1.12.20-2ubuntu4.1 [170 kB]
11:31:04 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus armhf 1.12.20-2ubuntu4.1 [148 kB]
11:31:04 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
11:31:04 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
11:31:04 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgirepository-1.0-1 armhf 1.72.0-1 [79.2 kB]
11:31:04 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-glib-2.0 armhf 1.72.0-1 [164 kB]
11:31:04 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
11:31:04 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up pinentry-curses (1.1.0-1) ...
11:31:04 Setting up libkrb5-3:armhf (1.16-2ubuntu0.3) ...
11:31:04 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
11:31:04 Setting up python3 (3.6.7-1~18.04) ...
11:31:04 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:31:04 Setting up python3-gi (3.26.1-2ubuntu1) ...
11:31:04 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf systemd armhf 247.3-7+rpi1+deb11u1 [4242 kB]
11:31:04 Updating certificates in /etc/ssl/certs...
11:31:04 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
11:31:04 Setting up lsb-base (10.2019051400) ...
11:31:04 Setting up libkeyutils1:armhf (1.6-6) ...
11:31:04 Setting up libpsl5:armhf (0.20.2-2) ...
11:31:04 Setting up mime-support (3.62) ...
11:31:04 Setting up apt-transport-https (1.8.2.3) ...
11:31:04 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
11:31:04 No schema files found: doing nothing.
11:31:04 Setting up distro-info-data (0.41+deb10u6) ...
11:31:04 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
11:31:04 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
11:31:04 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
11:31:04 Setting up libnpth0:armhf (1.6-1) ...
11:31:04 Setting up libassuan0:armhf (2.5.2-1) ...
11:31:04 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
11:31:04 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:31:04 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
11:31:04 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
11:31:04 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:31:04 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
11:31:04 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
11:31:04 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
11:31:04 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
11:31:04 Setting up python-apt-common (1.8.4.3) ...
11:31:04 Selecting previously unselected package docker-ce-cli.
11:31:04 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ...
11:31:04 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:04 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:31:04 Updating certificates in /etc/ssl/certs...
11:31:04 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:04 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:31:04 Setting up python3-dbus (1.2.16-1build1) ...
11:31:04 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
11:31:04 Setting up lsb-release (9.20170808ubuntu1) ...
11:31:04 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
11:31:04 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
11:31:04 Setting up python3-apt (1.6.6) ...
11:31:04 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf systemd-sysv armhf 247.3-7+rpi1+deb11u1 [114 kB]
11:31:04 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [219 kB]
11:31:04 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libpam-systemd armhf 247.3-7+rpi1+deb11u1 [260 kB]
11:31:04 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
11:31:04 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [33.0 kB]
11:31:04 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
11:31:04 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
11:31:04 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.4 kB]
11:31:04 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [32.5 kB]
11:31:04 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [47.2 kB]
11:31:04 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iptables armhf 1.8.7-1 [328 kB]
11:31:04 127 added, 0 removed; done.
11:31:04 Setting up dbus (1.14.6-1) ...
11:31:04 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
11:31:04 Setting up libssh2-1:armhf (1.8.0-2.1) ...
11:31:04 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
11:31:04 Setting up libmpdec2:armhf (2.4.2-2) ...
11:31:04 Setting up openssl (1.1.1n-0+deb10u4) ...
11:31:04 Setting up readline-common (7.0-5) ...
11:31:04 Setting up iso-codes (4.2-1) ...
11:31:04 Setting up libreadline7:armhf (7.0-5) ...
11:31:04 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:31:04 Setting up pinentry-curses (1.1.0-2) ...
11:31:04 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:31:04 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
11:31:04 Setting up ca-certificates (20200601~deb10u2) ...
11:31:04 Last metadata expiration check: 0:00:02 ago on Fri Mar 10 11:31:02 2023.
11:31:04 0 added, 0 removed; done.
11:31:04 Running hooks in /etc/ca-certificates/update.d...
11:31:04 done.
11:31:04 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
11:31:04 ++ source /etc/os-release
11:31:04 +++ PRETTY_NAME='Ubuntu 22.04.2 LTS'
11:31:04 +++ NAME=Ubuntu
11:31:04 +++ VERSION_ID=22.04
11:31:04 +++ VERSION='22.04.2 LTS (Jammy Jellyfish)'
11:31:04 +++ VERSION_CODENAME=jammy
11:31:04 +++ ID=ubuntu
11:31:04 +++ ID_LIKE=debian
11:31:04 +++ HOME_URL=https://www.ubuntu.com/
11:31:04 +++ SUPPORT_URL=https://help.ubuntu.com/
11:31:04 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:31:04 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:31:04 +++ UBUNTU_CODENAME=jammy
11:31:04 ++ echo ubuntu
11:31:04 + DIST_ID=ubuntu
11:31:04 ++ lsb_release -sc
11:31:04 + DIST_VERSION=jammy
11:31:04 + '[' jammy = sid ']'
11:31:04 + install_debian_containerd
11:31:04 + '[' staging = stage ']'
11:31:04 + REPO_URL=https://download.docker.com/linux/ubuntu
11:31:04 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:31:04 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:31:04 + update-ca-certificates -f
11:31:04 Clearing symlinks in /etc/ssl/certs...
11:31:04 Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ...
11:31:04 Setting up python3-apt (2.0.1) ...
11:31:04 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
11:31:04 Setting up python3-dbus (1.2.6-1) ...
11:31:04 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
11:31:04 debconf: delaying package configuration, since apt-utils is not installed
11:31:04 Fetched 26.8 MB in 1s (20.0 MB/s)
11:31:04 Selecting previously unselected package libapparmor1:armhf.
11:31: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 ... 10497 files and directories currently installed.)
11:31:04 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
11:31:04 Unpacking libapparmor1:armhf (2.13.6-10) ...
11:31:04 Selecting previously unselected package libcap2:armhf.
11:31:04 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
11:31:04 Unpacking libcap2:armhf (1:2.44-1) ...
11:31:04 invoke-rc.d: could not determine current runlevel
11:31:04 invoke-rc.d: policy-rc.d denied execution of start.
11:31:04 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
11:31:04 Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
11:31:04 Setting up xml-core (0.18+nmu1) ...
11:31:04 Setting up gpgconf (2.2.40-1) ...
11:31:04 Setting up libpam-systemd:amd64 (252.5-2) ...
11:31:04 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
11:31:05 Selecting previously unselected package docker-compose-plugin.
11:31:05 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ...
11:31:05 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:31:05 done.
11:31:05 Updating certificates in /etc/ssl/certs...
11:31:05 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:05 Setting up python3-chardet (3.0.4-4build1) ...
11:31:05 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
11:31:05 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
11:31:05 Selecting previously unselected package docker-compose-plugin.
11:31:05 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb ...
11:31:05 Unpacking docker-compose-plugin (2.16.0-1~raspbian.10~buster) ...
11:31:05 Setting up python3-software-properties (0.96.24.32.20) ...
11:31:05 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:31:05 Setting up software-properties-common (0.96.24.32.20) ...
11:31:05 Selecting previously unselected package libargon2-1:armhf.
11:31:05 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
11:31:05 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
11:31:05 Selecting previously unselected package dmsetup.
11:31:05 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:31:05 Unpacking dmsetup (2:1.02.175-2.1) ...
11:31:05 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:05 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:31:05 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:31:05 Selecting previously unselected package libjson-c5:armhf.
11:31:05 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
11:31:05 Unpacking libjson-c5:armhf (0.15-2) ...
11:31:05 Selecting previously unselected package libcryptsetup12:armhf.
11:31:05 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
11:31:05 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
11:31:05 Selecting previously unselected package libip4tc2:armhf.
11:31:05 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
11:31:05 Unpacking libip4tc2:armhf (1.8.7-1) ...
11:31:05 Setting up libcurl4:amd64 (7.88.1-1) ...
11:31:05 Setting up libpolkit-agent-1-0:amd64 (122-3) ...
11:31:05 Setting up curl (7.88.1-1) ...
11:31:05 Setting up gpg (2.2.40-1) ...
11:31:05 Setting up libgstreamer1.0-0:amd64 (1.22.0-2) ...
11:31:05 Setcap worked! gst-ptp-helper is not suid!
11:31:05 Setting up gnupg-utils (2.2.40-1) ...
11:31:05 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
11:31:05 Setting up gpg-agent (2.2.40-1) ...
11:31:05 Updating certificates in /etc/ssl/certs...
11:31:05 Dependencies resolved.
11:31:05 ================================================================================================
11:31:05  Package                     Arch    Version                               Repository       Size
11:31:05 ================================================================================================
11:31:05 Installing:
11:31:05  docker-buildx-plugin        x86_64  0.10.4-0.fc37                         @commandline     12 M
11:31:05  docker-ce                   x86_64  3:0.0.0~20230309110843.71615c2-0.fc37 @commandline     23 M
11:31:05  docker-ce-cli               x86_64  1:0.0.0~20230309110843.71615c2-0.fc37 @commandline    7.1 M
11:31:05  docker-ce-rootless-extras   x86_64  0.0.0~20230309110843.71615c2-0.fc37   @commandline    3.8 M
11:31:05  docker-compose-plugin       x86_64  2.16.0-0.fc37                         @commandline     11 M
11:31:05  docker-scan-plugin          x86_64  0.23.0-0.fc37                         @commandline    3.9 M
11:31:05 Upgrading:
11:31:05  systemd-libs                x86_64  251.13-5.fc37                         updates         618 k
11:31:05 Installing dependencies:
11:31:05  container-selinux           noarch  2:2.201.0-1.fc37                      updates          50 k
11:31:05  containerd.io               x86_64  1.6.18-3.1.fc37                       docker-ce-test   32 M
11:31:05  dbus                        x86_64  1:1.14.6-1.fc37                       updates         7.7 k
11:31:05  dbus-broker                 x86_64  33-1.fc37                             updates         174 k
11:31:05  dbus-common                 noarch  1:1.14.6-1.fc37                       updates          15 k
11:31:05  device-mapper               x86_64  1.02.175-9.fc37                       fedora          138 k
11:31:05  device-mapper-libs          x86_64  1.02.175-9.fc37                       fedora          177 k
11:31:05  diffutils                   x86_64  3.8-3.fc37                            fedora          378 k
11:31:05  fuse-common                 x86_64  3.10.5-5.fc37                         fedora          8.2 k
11:31:05  fuse-overlayfs              x86_64  1.9-6.fc37                            updates          73 k
11:31:05  fuse3                       x86_64  3.10.5-5.fc37                         fedora           54 k
11:31:05  fuse3-libs                  x86_64  3.10.5-5.fc37                         fedora           92 k
11:31:05  iptables-legacy             x86_64  1.8.8-4.fc37                          updates          53 k
11:31:05  iptables-legacy-libs        x86_64  1.8.8-4.fc37                          updates          38 k
11:31:05  iptables-libs               x86_64  1.8.8-4.fc37                          updates         417 k
11:31:05  kmod                        x86_64  30-2.fc37                             fedora          120 k
11:31:05  kmod-libs                   x86_64  30-2.fc37                             fedora           68 k
11:31:05  libargon2                   x86_64  20190702-1.fc37                       fedora           28 k
11:31:05  libcgroup                   x86_64  3.0-1.fc37                            fedora           74 k
11:31:05  libfdisk                    x86_64  2.38.1-1.fc37                         fedora          160 k
11:31:05  libibverbs                  x86_64  41.0-1.fc37                           fedora          412 k
11:31:05  libmnl                      x86_64  1.0.5-1.fc37                          fedora           28 k
11:31:05  libnetfilter_conntrack      x86_64  1.0.8-5.fc37                          fedora           57 k
11:31:05  libnfnetlink                x86_64  1.0.1-22.fc37                         fedora           29 k
11:31:05  libnl3                      x86_64  3.7.0-2.fc37                          fedora          347 k
11:31:05  libpcap                     x86_64  14:1.10.3-1.fc37                      updates         176 k
11:31:05  libseccomp                  x86_64  2.5.3-3.fc37                          fedora           70 k
11:31:05  libselinux-utils            x86_64  3.4-5.fc37                            fedora          158 k
11:31:05  libslirp                    x86_64  4.7.0-2.fc37                          fedora           74 k
11:31:05  libutempter                 x86_64  1.2.1-7.fc37                          fedora           26 k
11:31:05  policycoreutils             x86_64  3.4-6.fc37                            fedora          238 k
11:31:05  rpm-plugin-selinux          x86_64  4.18.0-1.fc37                         fedora           20 k
11:31:05  selinux-policy              noarch  37.19-1.fc37                          updates          51 k
11:31:05  selinux-policy-targeted     noarch  37.19-1.fc37                          updates         6.6 M
11:31:05  slirp4netns                 x86_64  1.2.0-8.fc37                          updates          48 k
11:31:05  systemd                     x86_64  251.13-5.fc37                         updates         4.2 M
11:31:05  systemd-pam                 x86_64  251.13-5.fc37                         updates         333 k
11:31:05  util-linux                  x86_64  2.38.1-1.fc37                         fedora          2.3 M
11:31:05  xkeyboard-config            noarch  2.36-3.fc37                           updates         957 k
11:31:05  xz                          x86_64  5.4.1-1.fc37                          updates         419 k
11:31:05 Installing weak dependencies:
11:31:05  cryptsetup-libs             x86_64  2.6.1-1.fc37                          updates         491 k
11:31:05  libbpf                      x86_64  2:0.8.0-2.fc37                        fedora          172 k
11:31:05  libxkbcommon                x86_64  1.4.1-2.fc37                          fedora          140 k
11:31:05  qrencode-libs               x86_64  4.1.1-3.fc37                          fedora           61 k
11:31:05  systemd-networkd            x86_64  251.13-5.fc37                         updates         616 k
11:31:05  systemd-resolved            x86_64  251.13-5.fc37                         updates         281 k
11:31:05 
11:31:05 Transaction Summary
11:31:05 ================================================================================================
11:31:05 Install  52 Packages
11:31:05 Upgrade   1 Package
11:31:05 
11:31:05 Total size: 114 M
11:31:05 Total download size: 53 M
11:31:05 Downloading Packages:
11:31:05 The following NEW packages will be installed:
11:31:05   apt-transport-https dbus dbus-bin dbus-daemon dbus-session-bus-common
11:31:05   dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0
11:31:05   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapparmor1 libappstream4
11:31:05   libargon2-1 libcap2-bin libcryptsetup12 libcurl3-gnutls libdbus-1-3
11:31:05   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
11:31:05   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:31:05   libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libnsl2
11:31:05   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:05   libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal
11:31:05   libpython3.11-stdlib libstemmer0d libsystemd-shared libtirpc-common
11:31:05   libtirpc3 libunwind8 libxml2 libxmlb2 lsb-release media-types packagekit
11:31:05   polkitd python-apt-common python3 python3-apt python3-blinker
11:31:05   python3-cffi-backend python3-cryptography python3-dbus python3-distro
11:31:05   python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient
11:31:05   python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources
11:31:05   python3-pyparsing python3-six python3-software-properties python3-wadllib
11:31:05   python3.11 python3.11-minimal software-properties-common systemd
11:31:05   systemd-sysv xml-core
11:31:05 The following packages will be upgraded:
11:31:05   apt bsdutils curl libapt-pkg6.0 libblkid1 libcurl4 libmount1 libsmartcols1
11:31:05   libsystemd0 libudev1 libuuid1 mount udev util-linux util-linux-extra
11:31:05 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
11:31:05 Setting up python3-software-properties (0.99.9.11) ...
11:31:05 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:31:05 Setting up libcurl4:armhf (7.58.0-2ubuntu3.23) ...
11:31:05 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:31:05 Setting up curl (7.58.0-2ubuntu3.23) ...
11:31:05 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:31:05 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
11:31:05 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:31:05 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
11:31:05 Updating certificates in /etc/ssl/certs...
11:31:05 Selecting previously unselected package systemd.
11:31:05 Preparing to unpack .../8-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
11:31:05 Unpacking systemd (247.3-7+rpi1+deb11u1) ...
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:31:05 137 added, 0 removed; done.
11:31:05 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
11:31:05 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
11:31:05 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:31:05 Setting up libcurl4:armhf (7.64.0-4+deb10u5) ...
11:31:05 Setting up curl (7.64.0-4+deb10u5) ...
11:31:05 Setting up gpg (2.2.12-1+deb10u2) ...
11:31:05 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:31:05 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
11:31:05 Setting up python3-requests-unixsocket (0.2.0-2) ...
11:31:05 Selecting previously unselected package docker-ce.
11:31:05 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ...
11:31:05 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:05 0 added, 0 removed; done.
11:31:05 Running hooks in /etc/ca-certificates/update.d...
11:31:05 done.
11:31:05 ++ source /etc/os-release
11:31:05 +++ NAME=Ubuntu
11:31:05 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
11:31:05 +++ ID=ubuntu
11:31:05 +++ ID_LIKE=debian
11:31:05 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
11:31:05 +++ VERSION_ID=18.04
11:31:05 +++ HOME_URL=https://www.ubuntu.com/
11:31:05 +++ SUPPORT_URL=https://help.ubuntu.com/
11:31:05 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:31:05 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:31:05 +++ VERSION_CODENAME=bionic
11:31:05 +++ UBUNTU_CODENAME=bionic
11:31:05 ++ echo ubuntu
11:31:05 + DIST_ID=ubuntu
11:31:05 ++ lsb_release -sc
11:31:05 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:05 124 added, 0 removed; done.
11:31:05 Running hooks in /etc/ca-certificates/update.d...
11:31:05 done.
11:31:05 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:31:05 + apt-key add -
11:31:05 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:05 Setting up libapparmor1:armhf (2.13.6-10) ...
11:31:05 Setting up libcap2:armhf (1:2.44-1) ...
11:31:05 Setting up libargon2-1:armhf (0~20171227-0.2) ...
11:31:05 Setting up libjson-c5:armhf (0.15-2) ...
11:31:05 ~/rpmbuild/BUILD/src
11:31:05 + popd
11:31:05 + exit 0
11:31:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.izbCu0
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64 '!=' / ']'
11:31:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 + mkdir -p /root/rpmbuild/BUILDROOT
11:31:05 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 + cd src
11:31:05 + pushd /root/rpmbuild/BUILD/src/compose
11:31:05 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:31:05 + 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
11:31:05 + popd
11:31:05 ~/rpmbuild/BUILD/src
11:31:05 + for f in LICENSE MAINTAINERS NOTICE README.md
11:31:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:31:05 + for f in LICENSE MAINTAINERS NOTICE README.md
11:31:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:31:05 + for f in LICENSE MAINTAINERS NOTICE README.md
11:31:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:31:05 + for f in LICENSE MAINTAINERS NOTICE README.md
11:31:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:31:05 + /usr/lib/rpm/check-buildroot
11:31:05 + /usr/lib/rpm/redhat/brp-compress
11:31:05 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:31:05 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:31:05 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:31:05 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:31:05 + /usr/lib/rpm/redhat/brp-python-hardlink
11:31:05 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:31:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rpzjXf
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd src
11:31:05 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:31:05 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:31:05 + ver=v2.16.0
11:31:05 + test v2.16.0 = v2.16.0
11:31:05 + echo 'PASS: docker-compose version OK'
11:31:05 + exit 0
11:31:05 PASS: docker-compose version OK
11:31:05 Processing files: docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd src
11:31:05 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.16.0
11:31:05 + export DOCDIR
11:31:05 + /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
11:31:05 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.16.0
11:31:05 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.shL5vv
11:31:05 + exit 0
11:31:05 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zmk55K
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd src
11:31:05 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.16.0
11:31:05 + export LICENSEDIR
11:31:05 + /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
11:31:05 + 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
11:31:05 + 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
11:31:05 + exit 0
11:31:05 Provides: docker-compose-plugin = 0:2.16.0-0.el7 docker-compose-plugin(x86-64) = 0:2.16.0-0.el7
11:31:05 Requires(interp): /bin/sh /bin/sh /bin/sh
11:31:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:31:05 Requires(post): /bin/sh
11:31:05 Requires(preun): /bin/sh
11:31:05 Requires(postun): /bin/sh
11:31:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el7.src.rpm
11:31:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm
11:31:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0xfWEL
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd src
11:31:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
11:31:05 + exit 0
11:31:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f2DGrf
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + rm -rf src
11:31:05 + /usr/bin/mkdir -p src
11:31:05 + cd src
11:31:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:31:05 + /usr/bin/tar -xf -
11:31:05 + STATUS=0
11:31:05 + '[' 0 -ne 0 ']'
11:31:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:31:05 + /usr/bin/tar -xf -
11:31:05 + STATUS=0
11:31:05 + '[' 0 -ne 0 ']'
11:31:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:31:05 + exit 0
11:31:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0q8qkJ
11:31:05 + umask 022
11:31:05 + cd /root/rpmbuild/BUILD
11:31:05 + cd src
11:31:05 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:31:05 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
11:31:05 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:31:05 GO111MODULE=on make -f builder.Makefile build
11:31:05 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:31:05 mkdir -p bin
11:31:05 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
11:31:05 go: downloading github.com/docker/cli v20.10.17+incompatible
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:31:05 Setting up gpgsm (2.2.40-1) ...
11:31:05 Setting up libcurl3-gnutls:amd64 (7.88.1-1) ...
11:31:05 Setting up libappstream4:amd64 (0.16.1-1) ...
11:31:05 Setting up dirmngr (2.2.40-1) ...
11:31:05 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
11:31:05 Setting up python3.7 (3.7.3-2+deb10u4) ...
11:31:05 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:05 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.16) ...
11:31:05 Setting up curl (7.68.0-1ubuntu2.16) ...
11:31:05 Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
11:31:05 Setting up libsoup2.4-1:amd64 (2.70.0-1) ...
11:31:05 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:31:05 Setting up libappstream4:amd64 (0.12.10-2) ...
11:31:05 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:31:05 15 upgraded, 78 newly installed, 0 to remove and 63 not upgraded.
11:31:05 Need to get 38.3 MB of archives.
11:31:05 After this operation, 136 MB of additional disk space will be used.
11:31:05 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf bsdutils armhf 1:2.38.1-5 [84.2 kB]
11:31:05 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf libsmartcols1 armhf 2.38.1-5 [90.9 kB]
11:31:05 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf util-linux-extra armhf 2.38.1-5 [97.5 kB]
11:31:05 + DIST_VERSION=bionic
11:31:05 + '[' bionic = sid ']'
11:31:05 + install_debian_containerd
11:31:05 + '[' staging = stage ']'
11:31:05 + REPO_URL=https://download.docker.com/linux/ubuntu
11:31:05 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:31:05 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:31:05 + update-ca-certificates -f
11:31:05 Clearing symlinks in /etc/ssl/certs...
11:31:05 OK
11:31:05 + '[' jammy = sid ']'
11:31:05 ++ dpkg --print-architecture
11:31:05 + ARCH=amd64
11:31:05 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy test'
11:31:05 + apt-get update
11:31:05 Setting up libip4tc2:armhf (1.8.7-1) ...
11:31:05 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:31:05 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
11:31:05 Setting up systemd (247.3-7+rpi1+deb11u1) ...
11:31:05 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:05 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:05 Initializing machine ID from random generator.
11:31:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
11:31:05 go: downloading github.com/docker/docker v20.10.17+incompatible
[Pipeline] // stage
[Pipeline] stage
11:31:05 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:05 Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:31:05 Setting up gpg-wks-server (2.2.40-1) ...
11:31:05 Setting up libnsl2:amd64 (1.3.0-2) ...
11:31:05 Setting up gpg-wks-client (2.2.40-1) ...
11:31:05 Setting up libpython3.11-stdlib:amd64 (3.11.2-4) ...
11:31:05 Setting up gnupg (2.2.40-1) ...
11:31:05 Setting up libpython3-stdlib:amd64 (3.11.2-1) ...
11:31:05 Setting up python3.11 (3.11.2-4) ...
[Pipeline] { (verify)
[Pipeline] sh
11:31:05 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpam-systemd armhf 249.11-0ubuntu3.7 [185 kB]
11:31:05 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
11:31:05 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
11:31:05 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:31:05 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0ubuntu1 [14.3 kB]
11:31:05 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0ubuntu1 [154 kB]
11:31:05 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
11:31:05 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-gi armhf 3.42.1-0ubuntu1 [214 kB]
11:31:06 Selecting previously unselected package docker-ce-rootless-extras.
11:31:06 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ...
11:31:06 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:06 Setting up packagekit (1.1.13-2ubuntu1.1) ...
11:31:06 invoke-rc.d: could not determine current runlevel
11:31:06 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31: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
11:31:06 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:06 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
11:31:06 Setting up software-properties-common (0.99.9.11) ...
11:31:06 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf util-linux armhf 2.38.1-5 [1063 kB]
11:31:06 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
11:31:06 Setting up libip6tc2:amd64 (1.8.7-1ubuntu6) ...
11:31:06 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
11:31:06 Setting up libmnl0:amd64 (1.0.4-3ubuntu1) ...
11:31:06 Setting up containerd.io (1.6.18-1) ...
11:31:06 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:06 Setting up libxtables12:amd64 (1.8.7-1ubuntu6) ...
11:31:06 done.
11:31:06 Updating certificates in /etc/ssl/certs...
11:31:06 Setting up dmsetup (2:1.02.175-2.1) ...
11:31:06 Selecting previously unselected package systemd-sysv.
11:31:06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
11:31:06 Preparing to unpack .../00-systemd-sysv_247.3-7+rpi1+deb11u1_armhf.deb ...
11:31:06 Unpacking systemd-sysv (247.3-7+rpi1+deb11u1) ...
11:31:06 + make IMAGE=ubuntu:focal verify
11:31:06 docker run  --rm -i \
11:31:06 	-v "$(pwd):/v" \
11:31:06 	-e DEBIAN_FRONTEND=noninteractive \
11:31:06 	-e PACKAGE_REPO=staging \
11:31:06 	-w /v \
11:31:06 	ubuntu:focal ./verify
11:31:06 Unable to find image 'ubuntu:focal' locally
11:31:06 focal: Pulling from library/ubuntu
11:31:06 (1/47): device-mapper-1.02.175-9.fc37.x86_64.rp 473 kB/s | 138 kB     00:00    
11:31:06 (2/47): device-mapper-libs-1.02.175-9.fc37.x86_ 592 kB/s | 177 kB     00:00    
11:31:06 (3/47): diffutils-3.8-3.fc37.x86_64.rpm          31 MB/s | 378 kB     00:00    
11:31:06 (4/47): fuse-common-3.10.5-5.fc37.x86_64.rpm    938 kB/s | 8.2 kB     00:00    
11:31:06 (5/47): fuse3-3.10.5-5.fc37.x86_64.rpm          7.3 MB/s |  54 kB     00:00    
11:31:06 (6/47): fuse3-libs-3.10.5-5.fc37.x86_64.rpm      12 MB/s |  92 kB     00:00    
11:31:06 (7/47): kmod-30-2.fc37.x86_64.rpm                14 MB/s | 120 kB     00:00    
11:31:06 (8/47): kmod-libs-30-2.fc37.x86_64.rpm          8.9 MB/s |  68 kB     00:00    
11:31:06 (9/47): libargon2-20190702-1.fc37.x86_64.rpm    4.7 MB/s |  28 kB     00:00    
11:31:06 (10/47): libbpf-0.8.0-2.fc37.x86_64.rpm          13 MB/s | 172 kB     00:00    
11:31:06 (11/47): libcgroup-3.0-1.fc37.x86_64.rpm        6.3 MB/s |  74 kB     00:00    
11:31:06 (12/47): libfdisk-2.38.1-1.fc37.x86_64.rpm       14 MB/s | 160 kB     00:00    
11:31:06 (13/47): libibverbs-41.0-1.fc37.x86_64.rpm       30 MB/s | 412 kB     00:00    
11:31:06 (14/47): libmnl-1.0.5-1.fc37.x86_64.rpm         2.3 MB/s |  28 kB     00:00    
11:31:06 (15/47): libnetfilter_conntrack-1.0.8-5.fc37.x8 5.8 MB/s |  57 kB     00:00    
11:31:06 (16/47): libnfnetlink-1.0.1-22.fc37.x86_64.rpm  2.9 MB/s |  29 kB     00:00    
11:31:06 (17/47): libnl3-3.7.0-2.fc37.x86_64.rpm          29 MB/s | 347 kB     00:00    
11:31:06 (18/47): libseccomp-2.5.3-3.fc37.x86_64.rpm     5.5 MB/s |  70 kB     00:00    
11:31:06 (19/47): libselinux-utils-3.4-5.fc37.x86_64.rpm  13 MB/s | 158 kB     00:00    
11:31:06 (20/47): libslirp-4.7.0-2.fc37.x86_64.rpm       6.6 MB/s |  74 kB     00:00    
11:31:06 (21/47): libutempter-1.2.1-7.fc37.x86_64.rpm    2.8 MB/s |  26 kB     00:00    
11:31:06 (22/47): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    13 MB/s | 140 kB     00:00    
11:31:06 (23/47): policycoreutils-3.4-6.fc37.x86_64.rpm   19 MB/s | 238 kB     00:00    
11:31:06 (24/47): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  5.5 MB/s |  61 kB     00:00    
11:31:06 (25/47): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 1.8 MB/s |  20 kB     00:00    
11:31:06 (26/47): util-linux-2.38.1-1.fc37.x86_64.rpm     75 MB/s | 2.3 MB     00:00    
11:31:06 (27/47): container-selinux-2.201.0-1.fc37.noarc 2.3 MB/s |  50 kB     00:00    
11:31:06 Selecting previously unselected package docker-buildx-plugin.
11:31:06 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb ...
11:31:06 Unpacking docker-buildx-plugin (0.10.4-1~raspbian.10~buster) ...
11:31:06 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:31:06 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:31:06 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u5) ...
11:31:06 Setting up python3 (3.7.3-1) ...
11:31:06 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:31:06 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:31:06 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:31:06 Updating certificates in /etc/ssl/certs...
11:31:06 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libblkid1 armhf 2.38.1-5 [131 kB]
11:31:06 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
11:31:06 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
11:31:06 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libapt-pkg6.0 armhf 2.5.6 [799 kB]
11:31:06 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf apt armhf 2.5.6 [1287 kB]
11:31:06 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf mount armhf 2.38.1-5 [125 kB]
11:31:06 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [19.6 kB]
11:31:06 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
11:31:06 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
11:31:06 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.0 kB]
11:31:06 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf libuuid1 armhf 2.38.1-5 [27.1 kB]
11:31:06 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf libcryptsetup12 armhf 2:2.6.1-1 [189 kB]
11:31:06 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
11:31:06 Setting up netbase (6.3) ...
11:31:06 Setting up libnftnl11:amd64 (1.2.3-1) ...
11:31:06 Setting up libnetfilter-conntrack3:amd64 (1.0.9-2) ...
11:31:06 Setting up iptables (1.8.7-1ubuntu6) ...
11:31:06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:06 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:06 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:06 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:31:06 + verify_binaries
11:31:06 + docker --version
11:31:06 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:06 ++ uname -m
11:31:06 + '[' x86_64 = x86_64 ']'
11:31:06 + docker scan --help
11:31:06 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:06 124 added, 0 removed; done.
11:31:06 Running hooks in /etc/ca-certificates/update.d...
11:31:06 done.
11:31:06 + apt-key add -
11:31:06 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:31:06 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:31:06 Selecting previously unselected package dbus.
11:31:06 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
11:31:06 Unpacking dbus (1.12.24-0+deb11u1) ...
11:31:06 Selecting previously unselected package libpam-systemd:armhf.
11:31:06 Preparing to unpack .../02-libpam-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
11:31:06 Unpacking libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
11:31:06 Selecting previously unselected package containerd.io.
11:31:06 Preparing to unpack .../03-containerd.io_1.6.18-1_armhf.deb ...
11:31:06 Unpacking containerd.io (1.6.18-1) ...
11:31:06 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
11:31:06 Get:2 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
11:31:06 Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
11:31:06 Get:4 https://download.docker.com/linux/ubuntu jammy/test amd64 Packages [19.6 kB]
11:31:06 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
11:31:06 df492d2e5da9: Already exists
11:31:06 Digest: sha256:9fa30fcef427e5e88c76bc41ad37b7cc573e1d79cecb23035e413c4be6e476ab
11:31:06 Status: Downloaded newer image for ubuntu:focal
11:31:06 (28/47): containerd.io-1.6.18-3.1.fc37.x86_64.r  50 MB/s |  32 MB     00:00    
11:31:06 (29/47): dbus-1.14.6-1.fc37.x86_64.rpm           49 kB/s | 7.7 kB     00:00    
11:31:06 (30/47): cryptsetup-libs-2.6.1-1.fc37.x86_64.rp 2.9 MB/s | 491 kB     00:00    
11:31:06 (31/47): dbus-broker-33-1.fc37.x86_64.rpm        14 MB/s | 174 kB     00:00    
11:31:06 (32/47): dbus-common-1.14.6-1.fc37.noarch.rpm   1.3 MB/s |  15 kB     00:00    
11:31:06 (33/47): iptables-legacy-1.8.8-4.fc37.x86_64.rp 9.7 MB/s |  53 kB     00:00    
11:31:06 (34/47): fuse-overlayfs-1.9-6.fc37.x86_64.rpm   8.3 MB/s |  73 kB     00:00    
11:31:06 (35/47): iptables-legacy-libs-1.8.8-4.fc37.x86_ 4.8 MB/s |  38 kB     00:00    
11:31:06 (36/47): iptables-libs-1.8.8-4.fc37.x86_64.rpm   38 MB/s | 417 kB     00:00    
11:31:06 (37/47): libpcap-1.10.3-1.fc37.x86_64.rpm        19 MB/s | 176 kB     00:00    
11:31:06 (38/47): selinux-policy-37.19-1.fc37.noarch.rpm 4.4 MB/s |  51 kB     00:00    
11:31:06 (39/47): selinux-policy-targeted-37.19-1.fc37.n 104 MB/s | 6.6 MB     00:00    
11:31:06 (40/47): slirp4netns-1.2.0-8.fc37.x86_64.rpm    837 kB/s |  48 kB     00:00    
11:31:06 (41/47): systemd-251.13-5.fc37.x86_64.rpm        50 MB/s | 4.2 MB     00:00    
11:31:06 go: downloading github.com/spf13/cobra v1.5.0
11:31:06 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
11:31:06 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
11:31:06 go: downloading github.com/docker/go-units v0.4.0
11:31:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
11:31:06 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:31:06 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:31:06 go: downloading github.com/moby/sys/mount v0.3.3
11:31:06 Setting up gnupg2 (2.2.40-1) ...
11:31:06 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:31:06 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
11:31:06 Setting up python3-pycurl (7.43.0.2-0.1) ...
11:31:06 Setting up python3-gi (3.30.4-1) ...
11:31:06 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
11:31:06 0 added, 0 removed; done.
11:31:06 Running hooks in /etc/ca-certificates/update.d...
11:31:06 done.
11:31:06 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
11:31:06 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libfdisk1 armhf 2.38.1-5 [178 kB]
11:31:06 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf libapparmor1 armhf 3.0.8-3 [37.1 kB]
11:31:06 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [17.1 kB]
11:31:06 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libmount1 armhf 2.38.1-5 [143 kB]
11:31:06 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-shared armhf 252.5-2+rpi1 [1506 kB]
11:31:06 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf systemd armhf 252.5-2+rpi1 [2876 kB]
11:31:06 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf systemd-sysv armhf 252.5-2+rpi1 [41.6 kB]
11:31:06 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.6-1 [175 kB]
11:31:06 
11:31:06 Usage:  docker scan [OPTIONS] IMAGE
11:31:06 
11:31:06 A tool to scan your images
11:31:06 
11:31:06 Options:
11:31:06       --accept-license    Accept using a third party scanning provider
11:31:06       --dependency-tree   Show dependency tree with scan results
11:31:06       --exclude-base      Exclude base image from vulnerability scanning
11:31:06                           (requires --file)
11:31:06   -f, --file string       Dockerfile associated with image, provides more
11:31:06                           detailed results
11:31:06       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:06                           them to a single one (requires --json)
11:31:06       --json              Output results in JSON format
11:31:06       --login             Authenticate to the scan provider using an
11:31:06                           optional token (with --token), or web base
11:31:06                           token if empty
11:31:06       --reject-license    Reject using a third party scanning provider
11:31:06       --severity string   Only report vulnerabilities of provided level
11:31:06                           or higher (low|medium|high)
11:31:06       --token string      Authentication token to login to the third
11:31:06                           party scanning provider
11:31:06       --version           Display version of the scan plugin
11:31:06 + docker buildx version
11:31:06 github.com/docker/buildx v0.10.4 c513d34
11:31:06 + docker compose version
11:31:06 OK
11:31:06 + '[' bionic = sid ']'
11:31:06 ++ dpkg --print-architecture
11:31:06 + ARCH=armhf
11:31:06 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu bionic test'
11:31:06 + apt-get update
11:31:06 Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
11:31:06 + verify
11:31:06 + dpkg --version
11:31:06 + verify_deb
11:31:06 + apt-get update
11:31:06 (42/47): systemd-networkd-251.13-5.fc37.x86_64.  17 MB/s | 616 kB     00:00    
11:31:06 (43/47): systemd-pam-251.13-5.fc37.x86_64.rpm   9.7 MB/s | 333 kB     00:00    
11:31:06 (44/47): systemd-resolved-251.13-5.fc37.x86_64.  27 MB/s | 281 kB     00:00    
11:31:06 (45/47): xz-5.4.1-1.fc37.x86_64.rpm              28 MB/s | 419 kB     00:00    
11:31:06 (46/47): xkeyboard-config-2.36-3.fc37.noarch.rp  40 MB/s | 957 kB     00:00    
11:31:06 (47/47): systemd-libs-251.13-5.fc37.x86_64.rpm   41 MB/s | 618 kB     00:00    
11:31:06 --------------------------------------------------------------------------------
11:31:06 Total                                            39 MB/s |  53 MB     00:01     
11:31:06 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
11:31:06 go: downloading github.com/containerd/containerd v1.6.6
11:31:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:31:06 go: downloading github.com/docker/docker-credential-helpers v0.6.4
11:31:06 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
11:31:06 Setting up python3 (3.11.2-1) ...
11:31:06 Setting up python3-six (1.16.0-4) ...
11:31:06 Setting up python3-pyparsing (3.0.9-1) ...
11:31:06 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:31:06 Setting up lsb-release (10.2019051400) ...
11:31:06 Setting up python3-dbus (1.2.8-3) ...
11:31:06 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:31:06 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
11:31:06 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:31:06 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf apt-transport-https all 2.4.8 [1506 B]
11:31:06 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:31:06 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.2 [18.9 kB]
11:31:06 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.2 [50.7 kB]
11:31:06 Get:52 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]
11:31:06 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:31:06 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:31:06 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-bin armhf 1.14.6-1 [102 kB]
11:31:06 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.6-1 [76.6 kB]
11:31:06 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
11:31:06 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-daemon armhf 1.14.6-1 [168 kB]
11:31:06 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.6-1 [77.7 kB]
11:31:06 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf dbus armhf 1.14.6-1 [93.8 kB]
11:31:06 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-4 [797 kB]
11:31:06 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.2-4 [1681 kB]
11:31:06 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB]
11:31:06 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 10.0.0 [26.1 kB]
11:31:06 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:31:06 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
11:31:06 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
11:31:06 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-4 [1668 kB]
11:31:06 ++ source /etc/os-release
11:31:06 +++ NAME=Ubuntu
11:31:06 +++ VERSION='20.04.5 LTS (Focal Fossa)'
11:31:06 +++ ID=ubuntu
11:31:06 +++ ID_LIKE=debian
11:31:06 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
11:31:06 +++ VERSION_ID=20.04
11:31:06 +++ HOME_URL=https://www.ubuntu.com/
11:31:06 +++ SUPPORT_URL=https://help.ubuntu.com/
11:31:06 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:31:06 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:31:06 +++ VERSION_CODENAME=focal
11:31:06 +++ UBUNTU_CODENAME=focal
11:31:06 ++ echo ubuntu
11:31:06 + DIST_ID=ubuntu
11:31:06 ++ lsb_release -sc
11:31:06 + DIST_VERSION=focal
11:31:06 + '[' focal = sid ']'
11:31:06 + install_debian_containerd
11:31:06 + '[' staging = stage ']'
11:31:06 + REPO_URL=https://download.docker.com/linux/ubuntu
11:31:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:31:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:31:06 + update-ca-certificates -f
11:31:06 Clearing symlinks in /etc/ssl/certs...
11:31:06 Docker Compose version v2.16.0
11:31:06 + dockerd --version
11:31:06 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:06 + docker-proxy --version
11:31:06 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:06 + containerd --version
11:31:06 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:06 + ctr --version
11:31:06 ctr containerd.io 1.6.18
11:31:06 + containerd-shim --help
11:31:06 Usage of containerd-shim:
11:31:06   -address string
11:31:06     	grpc address back to main containerd
11:31:06   -containerd-binary containerd publish
11:31:06     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:06   -criu string
11:31:06     	path to criu binary
11:31:06   -debug
11:31:06     	enable debug output in logs
11:31:06   -namespace string
11:31:06     	namespace that owns the shim
11:31:06   -runtime-root string
11:31:06     	root directory for the runtime (default "/run/containerd/runc")
11:31:06   -socket string
11:31:06     	socket path to serve
11:31:06   -systemd-cgroup
11:31:06     	set runtime to use systemd-cgroup
11:31:06   -workdir string
11:31:06     	path used to storge large temporary data
11:31:06 + containerd-shim-runc-v1 -v
11:31:06 containerd-shim-runc-v1:
11:31:06   Version:  1.6.18
11:31:06   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:06   Go version: go1.19.6
11:31:06 
11:31:06 + containerd-shim-runc-v2 -v
11:31:06 containerd-shim-runc-v2:
11:31:06   Version:  1.6.18
11:31:06   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:06   Go version: go1.19.6
11:31:06 
11:31:06 + runc --version
11:31:06 runc version 1.1.4
11:31:06 commit: v1.1.4-0-g5fd4c4d
11:31:06 spec: 1.0.2-dev
11:31:06 go: go1.19.6
11:31:06 libseccomp: 2.5.4
11:31:06 Fetched 294 kB in 1s (324 kB/s)
11:31:07 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11:31:07 Setting up python3-gi (3.42.2-3+b1) ...
11:31:07 Setting up python3-apt (1.8.4.3) ...
11:31:07 Setting up python3-software-properties (0.96.20.2-2) ...
11:31:07 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.2-4 [572 kB]
11:31:07 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B]
11:31:07 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB]
11:31:07 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [32.5 kB]
11:31:07 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf libpam-systemd armhf 252.5-2+rpi1 [197 kB]
11:31:07 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf apt-transport-https all 2.5.6 [22.1 kB]
11:31:07 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.88.1-1 [299 kB]
11:31:07 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-1 [342 kB]
11:31:07 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf distro-info-data all 0.57 [5744 B]
11:31:07 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-0 armhf 2.74.6-1 [1203 kB]
11:31:07 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3+b1 [87.5 kB]
11:31:07 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3+b1 [160 kB]
11:31:07 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.8 [252 kB]
11:31:07 done.
11:31:07 Updating certificates in /etc/ssl/certs...
11:31:07 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
11:31:07 Get:2 https://download.docker.com/linux/ubuntu bionic/test armhf Packages [62.4 kB]
11:31:07 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
11:31:07 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
11:31:07 go: downloading github.com/prometheus/client_golang v1.12.2
11:31:07 go: downloading github.com/prometheus/client_model v0.2.0
11:31:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
11:31:07 Setting up python3-httplib2 (0.20.4-3) ...
11:31:07 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
11:31:07 Setting up python3-blinker (1.5-1) ...
11:31:07 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:31:07 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
11:31:07 Importing GPG key 0x621E9F35:
11:31:07  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:31:07  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:31:07  From       : https://download.docker.com/linux/fedora/gpg
11:31:07 Key imported successfully
11:31:07 Setting up gnupg (2.2.12-1+deb10u2) ...
11:31:07 Setting up gnupg2 (2.2.12-1+deb10u2) ...
11:31:07 Setting up software-properties-common (0.96.20.2-2) ...
11:31:07 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:31:07 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:31:07 Updating certificates in /etc/ssl/certs...
11:31:07 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-3 [93.5 kB]
11:31:07 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-3 [25.4 kB]
11:31:07 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
11:31:07 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf iso-codes all 4.13.0-1 [2899 kB]
11:31:07 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-1 [337 kB]
11:31:07 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [98.9 kB]
11:31:07 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
11:31:07 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.8 [188 kB]
11:31:07 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
11:31:07 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
11:31:07 Fetched 127 kB in 1s (172 kB/s)
11:31:07 Reading package lists...
11:31:07 Setting up python3-pkg-resources (66.1.1-1) ...
11:31:07 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:07 Setting up docker-compose-plugin (2.16.0-1~raspbian.10~buster) ...
11:31:07 Setting up docker-buildx-plugin (0.10.4-1~raspbian.10~buster) ...
11:31:07 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:07 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:07 124 added, 0 removed; done.
11:31:07 Running hooks in /etc/ca-certificates/update.d...
11:31:07 done.
11:31:07 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:31:07 + apt-key add -
11:31:07 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:31:07 Fedora Modular 36 - x86_64 - Updates            2.9 MB/s | 2.9 MB     00:01    
11:31:07 Setting up python3-dbus (1.3.2-4+b1) ...
11:31:07 Setting up python3-distro (1.8.0-1) ...
11:31:07 Setting up python3-jwt (2.6.0-1) ...
11:31:07 0 added, 0 removed; done.
11:31:07 Running hooks in /etc/ca-certificates/update.d...
11:31:07 done.
11:31:07 ++ source /etc/os-release
11:31:07 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
11:31:07 +++ NAME='Debian GNU/Linux'
11:31:07 +++ VERSION_ID=10
11:31:07 +++ VERSION='10 (buster)'
11:31:07 +++ VERSION_CODENAME=buster
11:31:07 +++ ID=debian
11:31:07 +++ HOME_URL=https://www.debian.org/
11:31:07 +++ SUPPORT_URL=https://www.debian.org/support
11:31:07 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:31:07 ++ echo debian
11:31:07 + DIST_ID=debian
11:31:07 ++ lsb_release -sc
11:31:07 + DIST_VERSION=buster
11:31:07 + '[' buster = sid ']'
11:31:07 + install_debian_containerd
11:31:07 + '[' staging = stage ']'
11:31:07 + REPO_URL=https://download.docker.com/linux/debian
11:31:07 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:31:07 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:31:07 + update-ca-certificates -f
11:31:07 Clearing symlinks in /etc/ssl/certs...
11:31:07 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.
11:31:07 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
11:31:07 + packages='deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
11:31:07 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
11:31:07 ++ xargs
11:31:07 ++ awk '$0="./"$0'
11:31:07 + packages='./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
11:31:07 + set -x
11:31:07 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb
11:31:07 Selecting previously unselected package docker-ce-cli.
11:31:07 (Reading database ... 9223 files and directories currently installed.)
11:31:07 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ...
11:31:07 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:07 invoke-rc.d: could not determine current runlevel
11:31:07 invoke-rc.d: policy-rc.d denied execution of start.
11:31:07 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:07  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:07   Package dbus-user-session is not installed.
11:31:07 
11:31:07 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.10~buster) ...
11:31:07 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:31:07 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:31:07 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:31:07 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
11:31:07 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
11:31:07 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
11:31:07 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:31:07 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
11:31:07 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
11:31:07 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
11:31:07 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:31:07 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
11:31:07 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
11:31:07 OK
11:31:07 + '[' focal = sid ']'
11:31:07 ++ dpkg --print-architecture
11:31:07 + ARCH=amd64
11:31:07 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu focal test'
11:31:07 + apt-get update
11:31:07 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
11:31:07 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.6 kB]
11:31:07 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libappstream4 armhf 0.16.1-1 [164 kB]
11:31:07 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf libduktape207 armhf 2.7.0-2 [115 kB]
11:31:07 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.188-2.1+rpi1 [171 kB]
11:31:07 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf libdw1 armhf 0.188-2.1+rpi1 [212 kB]
11:31:07 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-data all 2.74.6-1 [1208 kB]
11:31:07 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-bin armhf 2.74.6-1 [101 kB]
11:31:07 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf libunwind8 armhf 1.6.2-3 [42.6 kB]
11:31:07 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1073 kB]
11:31:08 Selecting previously unselected package docker-scan-plugin.
11:31:08 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb ...
11:31:08 Unpacking docker-scan-plugin (0.23.0~debian-bullseye) ...
11:31:08 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:08 Setting up docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:31:08 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:31:08 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:08 done.
11:31:08 Updating certificates in /etc/ssl/certs...
11:31:08 Setting up python3-apt (2.5.3) ...
11:31:08 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.4-1~raspbian.10~buster_armhf.deb
11:31:08 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
11:31:08 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
11:31:08 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
11:31:08 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.1 kB]
11:31:08 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
11:31:08 Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
11:31:08 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
11:31:08 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
11:31:08 Get:6 https://download.docker.com/linux/ubuntu focal/test amd64 Packages [36.6 kB]
11:31:08 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.1 kB]
11:31:08 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
11:31:08 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
11:31:08 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf polkitd armhf 122-3 [108 kB]
11:31:08 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf packagekit armhf 1.2.6-3 [561 kB]
11:31:08 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf python-apt-common all 2.5.3 [63.6 kB]
11:31:08 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf python3-apt armhf 2.5.3 [142 kB]
11:31:08 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
11:31:08 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [83.1 kB]
11:31:08 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cryptography armhf 38.0.4-2 [603 kB]
11:31:08 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [88.3 kB]
11:31:08 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
11:31:08 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [201 kB]
11:31:08 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
11:31:08 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
11:31:08 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
11:31:08 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB]
11:31:08 Running transaction check
11:31:08 Transaction check succeeded.
11:31:08 Running transaction test
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:08 invoke-rc.d: could not determine current runlevel
11:31:08 invoke-rc.d: policy-rc.d denied execution of start.
11:31:08 Setting up docker-scan-plugin (0.23.0~debian-bullseye) ...
11:31:08 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:08 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:08  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:08   Package dbus-user-session is not installed.
11:31:08 
11:31:08 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-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-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
11:31:08 make[1]: Leaving directory '/root/build-deb'
11:31:08  dpkg-genbuildinfo
11:31:08 137 added, 0 removed; done.
11:31:08 Running hooks in /etc/ca-certificates/update.d...
11:31:08 done.
11:31:08 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:31:08 + apt-key add -
11:31:08 Selecting previously unselected package dbus-user-session.
11:31:08 Preparing to unpack .../04-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
11:31:08 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
11:31:08 Selecting previously unselected package libip6tc2:armhf.
11:31:08 Preparing to unpack .../05-libip6tc2_1.8.7-1_armhf.deb ...
11:31:08 Unpacking libip6tc2:armhf (1.8.7-1) ...
11:31:08 Selecting previously unselected package libxtables12:armhf.
11:31:08 Preparing to unpack .../06-libxtables12_1.8.7-1_armhf.deb ...
11:31:08 Unpacking libxtables12:armhf (1.8.7-1) ...
11:31:08 Selecting previously unselected package libmnl0:armhf.
11:31:08 Preparing to unpack .../07-libmnl0_1.0.4-3_armhf.deb ...
11:31:08 Unpacking libmnl0:armhf (1.0.4-3) ...
11:31:08 Selecting previously unselected package libnfnetlink0:armhf.
11:31:08 Preparing to unpack .../08-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
11:31:08 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:08 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:08 Preparing to unpack .../09-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
11:31:08 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
11:31:08 Setting up python3-lazr.uri (1.0.6-3) ...
11:31:08 Setting up python3-cryptography (38.0.4-3) ...
11:31:08 Get:87 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
11:31:08 Get:88 http://archive.raspbian.org/raspbian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
11:31:08 Get:89 http://archive.raspbian.org/raspbian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
11:31:08 Get:90 http://archive.raspbian.org/raspbian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
11:31:08 Get:91 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
11:31:08 Get:92 http://archive.raspbian.org/raspbian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
11:31:08 Get:93 http://archive.raspbian.org/raspbian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
11:31:08 Selecting previously unselected package docker-scan-plugin.
11:31:08 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ...
11:31:08 Unpacking docker-scan-plugin (0.23.0~ubuntu-jammy) ...
11:31:08 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
11:31:08 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
11:31:08  dpkg-genchanges  >../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.changes
11:31:08 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:31:08 Selecting previously unselected package libnftnl11:armhf.
11:31:08 Preparing to unpack .../10-libnftnl11_1.1.9-1_armhf.deb ...
11:31:08 Unpacking libnftnl11:armhf (1.1.9-1) ...
11:31:08 Selecting previously unselected package iptables.
11:31:08 Preparing to unpack .../11-iptables_1.8.7-1_armhf.deb ...
11:31:08 Unpacking iptables (1.8.7-1) ...
11:31:08 Setting up systemd-sysv (247.3-7+rpi1+deb11u1) ...
11:31:08 Setting up libip6tc2:armhf (1.8.7-1) ...
11:31:08 Setting up dbus (1.12.24-0+deb11u1) ...
11:31:08 Setting up python3-wadllib (1.3.6-4) ...
11:31:08 Setting up python3-oauthlib (3.2.2-1) ...
11:31:08 debconf: delaying package configuration, since apt-utils is not installed
11:31:08 Fetched 38.3 MB in 3s (11.8 MB/s)
11:31: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 ... 10361 files and directories currently installed.)
11:31:08 Preparing to unpack .../bsdutils_1%3a2.38.1-5_armhf.deb ...
11:31:08 Unpacking bsdutils (1:2.38.1-5) over (1:2.38.1-4) ...
11:31:08 Setting up bsdutils (1:2.38.1-5) ...
11:31:08 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
11:31:08 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
11:31:08 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
11:31:08 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
11:31:08 Fetched 430 kB in 1s (602 kB/s)
11:31:08 Last metadata expiration check: 0:00:01 ago on Fri Mar 10 11:31:07 2023.
11:31:08 invoke-rc.d: could not determine current runlevel
11:31:08 invoke-rc.d: policy-rc.d denied execution of start.
11:31:08 Setting up libmnl0:armhf (1.0.4-3) ...
11:31:08 Setting up containerd.io (1.6.18-1) ...
11:31:08 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:08 Setting up libxtables12:armhf (1.8.7-1) ...
11:31:08 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:08 Setting up libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
11:31:08 Setting up python3-lazr.restfulclient (0.14.5-1) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:08 Preparing to unpack .../libsmartcols1_2.38.1-5_armhf.deb ...
11:31:08 Unpacking libsmartcols1:armhf (2.38.1-5) over (2.38.1-4) ...
11:31:08 Setting up libsmartcols1:armhf (2.38.1-5) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:08 Preparing to unpack .../util-linux-extra_2.38.1-5_armhf.deb ...
11:31:08 Unpacking util-linux-extra (2.38.1-5) over (2.38.1-4) ...
11:31:08 Setting up util-linux-extra (2.38.1-5) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:08 Preparing to unpack .../util-linux_2.38.1-5_armhf.deb ...
11:31:08 Unpacking util-linux (2.38.1-5) over (2.38.1-4) ...
11:31:08 Reading package lists...
11:31:08 Building dependency tree...
11:31:08 Reading state information...
11:31:08 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
11:31:08 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1552 kB]
11:31:08 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
11:31:08 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
11:31:08 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1069 kB]
11:31:09 Reading package lists...
11:31:09 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
11:31:09 + packages='deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:31:09 ++ echo 'deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:31:09 ++ awk '$0="./"$0'
11:31:09 ++ xargs
11:31:09 + packages='./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb'
11:31:09 + set -x
11:31:09 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:09 Selecting previously unselected package docker-ce-rootless-extras.
11:31:09 (Reading database ... 6932 files and directories currently installed.)
11:31:09 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ...
11:31:09 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:09 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:31:09 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.8 [247 kB]
11:31:09 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
11:31:09 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmlb2 armhf 0.3.6-2build1 [57.1 kB]
11:31:09 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libappstream4 armhf 0.15.2-2 [169 kB]
11:31:09 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
11:31:09 Selecting previously unselected package docker-ce.
11:31:09 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ...
11:31:09 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:09 Setting up libnftnl11:armhf (1.1.9-1) ...
11:31:09 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
11:31:09 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
11:31:09 Setting up iptables (1.8.7-1) ...
11:31:09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:09 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:31:09 + verify_binaries
11:31:09 + docker --version
11:31:09 Setting up python3-software-properties (0.99.30-4) ...
11:31:09 Processing triggers for libc-bin (2.36-8) ...
11:31:09 Processing triggers for systemd (252.5-2) ...
11:31:09 Processing triggers for sgml-base (1.31) ...
11:31:09 Setting up polkitd (122-3) ...
11:31:09 Transaction test succeeded.
11:31:09 Running transaction
11:31:09 Correcting dependencies... Done
11:31:09 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:09 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:09 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:31:09 The following additional packages will be installed:
11:31:09   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:09   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:09   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:09   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:31:09 Suggested packages:
11:31:09   firewalld kmod systemd-container policykit-1
11:31:09 Recommended packages:
11:31:09   nftables systemd-timesyncd | time-daemon libnss-systemd
11:31:09 Selecting previously unselected package docker-buildx-plugin.
11:31:09 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb ...
11:31:09 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:31:09 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:09 ++ uname -m
11:31:09 + '[' armv8l = x86_64 ']'
11:31:09 + docker buildx version
11:31:09 github.com/docker/buildx v0.10.4 c513d34
11:31:09 + docker compose version
11:31:09 Creating group 'polkitd' with GID 997.
11:31:09 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
11:31:09 invoke-rc.d: could not determine current runlevel
11:31:09 invoke-rc.d: policy-rc.d denied execution of reload.
11:31:09 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
11:31:09 Setting up packagekit (1.2.6-3) ...
11:31:09 invoke-rc.d: could not determine current runlevel
11:31:09 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:09 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:31:09 The following NEW packages will be installed:
11:31:09   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:09   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:09   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:09   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:31:09 Reading package lists...
11:31:09 Building dependency tree...
11:31:09 Reading state information...
11:31:09 Correcting dependencies... Done
11:31:09 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
11:31:09 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
11:31:09 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
11:31:09 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
11:31:09 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1187 kB]
11:31:09 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-bin armhf 2.72.4-0ubuntu1 [75.7 kB]
11:31:09 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunwind8 armhf 1.3.2-2build2 [49.4 kB]
11:31:09 Docker Compose version v2.16.0
11:31:09 + dockerd --version
11:31:09 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:09 + docker-proxy --version
11:31:09 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:09 + containerd --version
11:31:09 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:09 + ctr --version
11:31:09 ctr containerd.io 1.6.18
11:31:09 + containerd-shim --help
11:31:09 Usage of containerd-shim:
11:31:09   -address string
11:31:09     	grpc address back to main containerd
11:31:09   -containerd-binary containerd publish
11:31:09     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:09   -criu string
11:31:09     	path to criu binary
11:31:09   -debug
11:31:09     	enable debug output in logs
11:31:09   -namespace string
11:31:09     	namespace that owns the shim
11:31:09   -runtime-root string
11:31:09     	root directory for the runtime (default "/run/containerd/runc")
11:31:09   -socket string
11:31:09     	socket path to serve
11:31:09   -systemd-cgroup
11:31:09     	set runtime to use systemd-cgroup
11:31:09   -workdir string
11:31:09     	path used to storge large temporary data
11:31:09 + containerd-shim-runc-v1 -v
11:31:09 containerd-shim-runc-v1:
11:31:09   Version:  1.6.18
11:31:09   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:09   Go version: go1.19.6
11:31:09 
11:31:09 + containerd-shim-runc-v2 -v
11:31:09 containerd-shim-runc-v2:
11:31:09   Version:  1.6.18
11:31:09   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:09   Go version: go1.19.6
11:31:09 
11:31:09 + runc --version
11:31:09 runc version 1.1.4
11:31:09 commit: v1.1.4-0-g5fd4c4d
11:31:09 spec: 1.0.2-dev
11:31:09 go: go1.19.6
11:31:09 libseccomp: 2.5.1
11:31:09 Reading package lists...
11:31:09 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
11:31:09 + packages='deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'
11:31:09 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb
11:31:09 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'
11:31:09 ++ xargs
11:31:09 ++ awk '$0="./"$0'
11:31:09 + packages='./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-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-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb'
11:31:09 + set -x
11:31:09 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-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-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb
11:31:09 Selecting previously unselected package docker-ce.
11:31:09 (Reading database ... 10405 files and directories currently installed.)
11:31:09 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ...
11:31:09 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:09 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:09 Setting up software-properties-common (0.99.30-4) ...
11:31:09 Processing triggers for ca-certificates (20211016) ...
11:31:09 Updating certificates in /etc/ssl/certs...
11:31:09 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
11:31:09 Need to get 34.9 MB of archives.
11:31:09 After this operation, 138 MB of additional disk space will be used.
11:31:09 Get:1 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:31:09 Get:2 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:31:09 Get:3 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
11:31:09 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:31:09 Get:5 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:31:09 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
11:31:09 Get:7 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
11:31:09 Get:8 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:31:09 Get:9 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
11:31:09 Get:10 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB]
11:31:09 Get:11 https://download.docker.com/linux/debian bullseye/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:31:09 Get:12 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB]
11:31:09 Get:13 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB]
11:31:09 Get:14 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
11:31:09 Get:15 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB]
11:31:09 Get:16 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB]
11:31:09 Get:17 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:31:09 Get:18 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:31:09 Get:19 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:31:09 Get:20 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:31:09 Get:21 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:31:09 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:31:09 Get:23 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:31:09 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:09 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:09 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:09 The following additional packages will be installed:
11:31:09   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:09   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
11:31:09   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:31:09   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
11:31:09   systemd-sysv
11:31:09 Suggested packages:
11:31:09   kmod systemd-container policykit-1
11:31:09 Recommended packages:
11:31:09   nftables libnss-systemd
11:31:09 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [780 kB]
11:31:09 Fetched 17.6 MB in 3s (5958 kB/s)
11:31:09 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgstreamer1.0-0 armhf 1.20.3-0ubuntu1 [936 kB]
11:31:09 Setting up util-linux (2.38.1-5) ...
11:31:09 update-alternatives: warning: forcing reinstallation of alternative /bin/more because link group pager is broken
11:31:09 update-alternatives: warning: skip creation of /usr/share/man/man1/pager.1.gz because associated file /usr/share/man/man1/more.1.gz (of link group pager) doesn't exist
11:31: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 ... 10361 files and directories currently installed.)
11:31:09 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
11:31:09 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:31:09 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:09 Preparing to unpack .../libblkid1_2.38.1-5_armhf.deb ...
11:31:09 Unpacking libblkid1:armhf (2.38.1-5) over (2.38.1-4) ...
11:31:09 0 added, 0 removed; done.
11:31:09 Running hooks in /etc/ca-certificates/update.d...
11:31:09 done.
11:31:09 Processing triggers for dbus (1.14.6-1) ...
11:31:09   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          47/62 
11:31:09   Installing       : python3-policycoreutils-3.5-1.el9.noarch             48/62 
11:31:09   Installing       : policycoreutils-python-utils-3.5-1.el9.noarch        49/62 
11:31:09   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             50/62 
11:31:09   Installing       : container-selinux-3:2.199.0-1.el9.noarch             50/62 
11:31:10 dpkg-genchanges: info: including full source code in upload
11:31:10  dpkg-source -I.git --after-build .
11:31:10 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:31:10 + destination=/build
11:31:10 + mkdir -p /build
11:31:10 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb /build
11:31:10 copied '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb'
11:31:10 removed '/root/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb'
11:31:10 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:31:10 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.dsc'
11:31:10 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:31:10 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye.tar.gz'
11:31:10 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.buildinfo'
11:31:10 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.buildinfo'
11:31:10 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.changes'
11:31:10 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.changes'
11:31:10 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:10 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'
11:31:10 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb'
11:31:10 OK
11:31:10 + '[' buster = sid ']'
11:31:10 ++ dpkg --print-architecture
11:31:10 + ARCH=armhf
11:31:10 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian buster test'
11:31:10 + apt-get update
11:31:10 Hit:1 http://deb.debian.org/debian buster InRelease
11:31:10 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:31:10 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:31:10 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
11:31:10 The following NEW packages will be installed:
11:31:10   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:10   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
11:31:10   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:31:10   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
11:31:10   systemd-sysv
11:31:10 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
11:31:10 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
11:31:10 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf polkitd armhf 0.105-33 [72.9 kB]
11:31:10 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkexec armhf 0.105-33 [14.5 kB]
11:31:10 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf policykit-1 armhf 0.105-33 [2426 B]
11:31:10 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
11:31:10 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cffi-backend armhf 1.15.0-1build2 [67.6 kB]
11:31:10 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cryptography armhf 3.4.8-1ubuntu2 [222 kB]
11:31:10   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
11:31:10 Setting up libblkid1:armhf (2.38.1-5) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:10 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
11:31:10 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:31:10 ++ source /etc/os-release
11:31:10 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
11:31:10 +++ NAME='Debian GNU/Linux'
11:31:10 +++ VERSION_CODENAME=bookworm
11:31:10 +++ ID=debian
11:31:10 +++ HOME_URL=https://www.debian.org/
11:31:10 +++ SUPPORT_URL=https://www.debian.org/support
11:31:10 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:31:10 ++ echo debian
11:31:10 + DIST_ID=debian
11:31:10 ++ lsb_release -sc
11:31:10 + DIST_VERSION=bookworm
11:31:10 + '[' bookworm = sid ']'
11:31:10 + install_debian_containerd
11:31:10 + '[' staging = stage ']'
11:31:10 + REPO_URL=https://download.docker.com/linux/debian
11:31:10 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:31:10 + update-ca-certificates -f
11:31:10 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:31:10 Clearing symlinks in /etc/ssl/certs...
11:31:10 debconf: delaying package configuration, since apt-utils is not installed
11:31:10 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pyparsing all 2.4.7-1 [61.4 kB]
11:31:10   Preparing        :                                                        1/1 
11:31:10   Upgrading        : systemd-libs-251.13-5.fc37.x86_64                     1/54 
11:31:10   Installing       : libseccomp-2.5.3-3.fc37.x86_64                        2/54 
11:31:10   Installing       : docker-scan-plugin-0.23.0-0.fc37.x86_64               3/54 
11:31:10 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
11:31:10 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
11:31:10 Setting up libudev1:armhf (252.5-2+rpi1) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:10 Preparing to unpack .../libapt-pkg6.0_2.5.6_armhf.deb ...
11:31:10 done.
11:31:10 Updating certificates in /etc/ssl/certs...
11:31:10 Fetched 34.9 MB in 1s (36.1 MB/s)
11:31:10 Selecting previously unselected package libapparmor1:amd64.
11:31: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 ... 9955 files and directories currently installed.)
11:31:10 Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ...
11:31:10 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:31:10 Selecting previously unselected package libcap2:amd64.
11:31:10 Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ...
11:31:10 Unpacking libcap2:amd64 (1:2.44-1) ...
11:31:10 Selecting previously unselected package libargon2-1:amd64.
11:31:10 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_amd64.deb ...
11:31:10 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
11:31:10 Selecting previously unselected package dmsetup.
11:31:10 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:31:10 Unpacking dmsetup (2:1.02.175-2.1) ...
11:31:10 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:31:10 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:31:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:31:10 Selecting previously unselected package libjson-c5:amd64.
11:31:10 Preparing to unpack .../5-libjson-c5_0.15-2_amd64.deb ...
11:31:10 Unpacking libjson-c5:amd64 (0.15-2) ...
11:31:10 Get:5 https://download.docker.com/linux/debian buster/test armhf Packages [55.8 kB]
11:31:10 Fetched 110 kB in 1s (148 kB/s)
11:31:10 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-httplib2 all 0.20.2-2 [30.4 kB]
11:31:10 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
11:31:10 0 upgraded, 24 newly installed, 0 to remove and 12 not upgraded.
11:31:10 Need to get 26.2 MB of archives.
11:31:10 After this operation, 109 MB of additional disk space will be used.
11:31:10 Get:1 https://download.docker.com/linux/raspbian buster/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:10 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.9 kB]
11:31:10 Get:3 http://archive.raspberrypi.org/debian buster/main armhf multiarch-support armhf 2.28-10+rpt2+rpi1+deb10u1 [216 kB]
11:31:10   Running scriptlet: docker-scan-plugin-0.23.0-0.fc37.x86_64               3/54 
11:31:10   Installing       : docker-compose-plugin-2.16.0-0.fc37.x86_64            4/54 
11:31:10   Running scriptlet: docker-compose-plugin-2.16.0-0.fc37.x86_64            4/54 
11:31:10   Installing       : libselinux-utils-3.4-5.fc37.x86_64                    5/54 
11:31:10   Installing       : libfdisk-2.38.1-1.fc37.x86_64                         6/54 
11:31:10   Installing       : fuse3-libs-3.10.5-5.fc37.x86_64                       7/54 
11:31:10 Unpacking libapt-pkg6.0:armhf (2.5.6) over (2.5.4) ...
11:31:10 Setting up libapt-pkg6.0:armhf (2.5.6) ...
11:31: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 ... 10361 files and directories currently installed.)
11:31:10 Preparing to unpack .../archives/apt_2.5.6_armhf.deb ...
11:31:10 Unpacking apt (2.5.6) over (2.5.4) ...
11:31:10 Selecting previously unselected package docker-ce.
11:31:10 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ...
11:31:10 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:10 Selecting previously unselected package libcryptsetup12:amd64.
11:31:10 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
11:31:10 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
11:31:10 Selecting previously unselected package libip4tc2:amd64.
11:31:10 Preparing to unpack .../7-libip4tc2_1.8.7-1_amd64.deb ...
11:31:10 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:31:10 Selecting previously unselected package libkmod2:amd64.
11:31:10 Preparing to unpack .../8-libkmod2_28-1_amd64.deb ...
11:31:10 Unpacking libkmod2:amd64 (28-1) ...
11:31:10 Selecting previously unselected package systemd.
11:31:10 Preparing to unpack .../9-systemd_247.3-7+deb11u1_amd64.deb ...
11:31:10 Unpacking systemd (247.3-7+deb11u1) ...
11:31:10 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-zipp all 1.0.0-3 [5440 B]
11:31:10 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:31:10 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-jeepney all 0.7.1-3 [36.8 kB]
11:31:10 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
11:31:10 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-secretstorage all 3.3.1-1 [13.2 kB]
11:31:10 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-keyring all 23.5.0-1 [35.7 kB]
11:31:10 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:31:10 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
11:31:10 Get:4 http://archive.raspbian.org/raspbian buster/main armhf libcap2 armhf 1:2.25-2 [16.5 kB]
11:31:10 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
11:31:10 Get:6 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
11:31:10 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
11:31:10 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
11:31:10 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [171 kB]
11:31:10   Installing       : diffutils-3.8-3.fc37.x86_64                           8/54 
11:31:10   Installing       : docker-buildx-plugin-0.10.4-0.fc37.x86_64             9/54 
11:31:10 Setting up apt (2.5.6) ...
11:31:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
11:31:10 Selecting previously unselected package docker-ce-rootless-extras.
11:31:10 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ...
11:31:10 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:11 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:11 127 added, 0 removed; done.
11:31:11 Running hooks in /etc/ca-certificates/update.d...
11:31:11 done.
11:31:11 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:31:11 + apt-key add -
11:31:11 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:11 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-distro all 1.7.0-1 [17.0 kB]
11:31:11 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
11:31:11 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.2 kB]
11:31:11 Get:12 http://archive.raspbian.org/raspbian buster/main armhf systemd armhf 241-7~deb10u8+rpi1 [3258 kB]
11:31:11 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libnftnl11 armhf 1.1.7-1~bpo10+1~0 [45.1 kB]
11:31:11   Running scriptlet: docker-buildx-plugin-0.10.4-0.fc37.x86_64             9/54 
11:31:11   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   10/54 
11:31:11   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   10/54 
11:31:11   Installing       : xz-5.4.1-1.fc37.x86_64                               11/54 
11:31:11   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  12/54 
11:31:11   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     13/54 
11:31:11   Installing       : dbus-common-1:1.14.6-1.fc37.noarch                   14/54 
11:31:11   Running scriptlet: dbus-common-1:1.14.6-1.fc37.noarch                   14/54 
11:31:11 Reading package lists...
11:31:11 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:31: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.)
11:31:11 Preparing to unpack .../0-mount_2.38.1-5_armhf.deb ...
11:31:11 Unpacking mount (2.38.1-5) over (2.38.1-4) ...
11:31:11 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
11:31:11 Get:14 http://archive.raspbian.org/raspbian buster/main armhf systemd-sysv armhf 241-7~deb10u8+rpi1 [101 kB]
11:31:11 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libnfnetlink0 armhf 1.0.1-3 [12.1 kB]
11:31:11 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.5 kB]
11:31:11 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libiptc0 armhf 1.8.2-4 [59.7 kB]
11:31:11 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libxtables12 armhf 1.8.2-4 [77.1 kB]
11:31:11 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libmnl0 armhf 1.0.4-2 [11.3 kB]
11:31:11 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [33.1 kB]
11:31:11 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iptables armhf 1.8.2-4 [343 kB]
11:31:11 Get:22 http://archive.raspbian.org/raspbian buster/main armhf dbus armhf 1.12.24-0+deb10u1 [215 kB]
11:31:11 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpam-systemd armhf 241-7~deb10u8+rpi1 [194 kB]
11:31:11 Get:24 http://archive.raspbian.org/raspbian buster/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
11:31:11   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         15/54 
11:31:11   Installing       : dbus-broker-33-1.fc37.x86_64                         15/54 
11:31:11   Running scriptlet: dbus-broker-33-1.fc37.x86_64                         15/54 
11:31:11   Installing       : dbus-1:1.14.6-1.fc37.x86_64                          16/54 
11:31:11   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    17/54 
11:31:11   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      18/54 
11:31:11   Installing       : libutempter-1.2.1-7.fc37.x86_64                      18/54 
11:31:11   Installing       : util-linux-2.38.1-1.fc37.x86_64                      19/54 
11:31:11 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:31:11 
11:31:11   Installing       : policycoreutils-3.4-6.fc37.x86_64                    20/54 
11:31:11   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    20/54 
11:31:11   Installing       : selinux-policy-37.19-1.fc37.noarch                   21/54 
11:31:11   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   21/54 
11:31:11 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:31:11 Setting up libcap2:amd64 (1:2.44-1) ...
11:31:11 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
11:31:11 Setting up libjson-c5:amd64 (0.15-2) ...
11:31:11 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:31:11 Setting up libkmod2:amd64 (28-1) ...
11:31:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:31:11 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
11:31:11 Setting up systemd (247.3-7+deb11u1) ...
11:31:11 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:11 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:11 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:11 Initializing machine ID from KVM UUID.
11:31:11 Selecting previously unselected package libargon2-1:armhf.
11:31:11 Preparing to unpack .../1-libargon2-1_0~20171227-0.3_armhf.deb ...
11:31:11 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
11:31:11 Selecting previously unselected package dmsetup.
11:31:11 Preparing to unpack .../2-dmsetup_2%3a1.02.185-2_armhf.deb ...
11:31:11 Unpacking dmsetup (2:1.02.185-2) ...
11:31:11 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:11 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
11:31:11 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:31:11 Selecting previously unselected package libjson-c5:armhf.
11:31:11 Preparing to unpack .../4-libjson-c5_0.16-2_armhf.deb ...
11:31:11 Unpacking libjson-c5:armhf (0.16-2) ...
11:31:11 Preparing to unpack .../5-libuuid1_2.38.1-5_armhf.deb ...
11:31:11 Unpacking libuuid1:armhf (2.38.1-5) over (2.38.1-4) ...
11:31:11 Setting up libuuid1:armhf (2.38.1-5) ...
11:31:11 Selecting previously unselected package docker-buildx-plugin.
11:31:11 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb ...
11:31:11 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:31:11 Reading package lists...
11:31:11 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
11:31:11 + packages='deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'
11:31:11 ++ echo 'deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb
11:31:11 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'
11:31:11 ++ awk '$0="./"$0'
11:31:11 ++ xargs
11:31:11 + packages='./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~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb'
11:31:11 + set -x
11:31:11 + 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_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb
11:31:11 Selecting previously unselected package docker-compose-plugin.
11:31:11 (Reading database ... 9712 files and directories currently installed.)
11:31:11 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb ...
11:31:11 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:31:11 OK
11:31:11 + '[' bookworm = sid ']'
11:31:11 ++ dpkg --print-architecture
11:31:11 + ARCH=amd64
11:31:11 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm test'
11:31:11 + apt-get update
11:31:11 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:31:11 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:31:11 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
11:31:11 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-software-properties all 0.99.22.6 [28.8 kB]
11:31:11 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
11:31:11 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf software-properties-common all 0.99.22.6 [14.1 kB]
11:31:11 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
11:31:11 debconf: delaying package configuration, since apt-utils is not installed
11:31:11 Fetched 26.2 MB in 1s (19.8 MB/s)
11:31:11 Selecting previously unselected package libapparmor1:armhf.
11:31: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 ... 10239 files and directories currently installed.)
11:31:11 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
11:31:11 Unpacking libapparmor1:armhf (2.13.2-10) ...
11:31:11 Selecting previously unselected package libcap2:armhf.
11:31:11 Preparing to unpack .../1-libcap2_1%3a2.25-2_armhf.deb ...
11:31:11 Unpacking libcap2:armhf (1:2.25-2) ...
11:31:11   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
11:31:11   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
11:31:11 Setting up dmsetup (2:1.02.175-2.1) ...
11:31:11 Selecting previously unselected package libcryptsetup12:armhf.
11:31: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 ... 10393 files and directories currently installed.)
11:31:11 Preparing to unpack .../libcryptsetup12_2%3a2.6.1-1_armhf.deb ...
11:31:11 Unpacking libcryptsetup12:armhf (2:2.6.1-1) ...
11:31:11 Selecting previously unselected package libfdisk1:armhf.
11:31:11 Preparing to unpack .../libfdisk1_2.38.1-5_armhf.deb ...
11:31:11 Unpacking libfdisk1:armhf (2.38.1-5) ...
11:31:11 Selecting previously unselected package libapparmor1:armhf.
11:31:11 Preparing to unpack .../libapparmor1_3.0.8-3_armhf.deb ...
11:31:11 Unpacking libapparmor1:armhf (3.0.8-3) ...
11:31:11 Selecting previously unselected package libip4tc2:armhf.
11:31:11 Preparing to unpack .../libip4tc2_1.8.9-2_armhf.deb ...
11:31:11 Unpacking libip4tc2:armhf (1.8.9-2) ...
11:31:11 Preparing to unpack .../libmount1_2.38.1-5_armhf.deb ...
11:31:11 Unpacking libmount1:armhf (2.38.1-5) over (2.38.1-4) ...
11:31:11 Setting up libmount1:armhf (2.38.1-5) ...
11:31:11 Get:1 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB]
11:31:11 Hit:2 http://deb.debian.org/debian bookworm InRelease
11:31:11 Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
11:31:11 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
11:31:11 debconf: delaying package configuration, since apt-utils is not installed
11:31:11 Fetched 37.0 MB in 11s (3366 kB/s)
11:31: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 ... 4390 files and directories currently installed.)
11:31:11 Preparing to unpack .../libsystemd0_249.11-0ubuntu3.7_armhf.deb ...
11:31:11 Selecting previously unselected package libargon2-1:armhf.
11:31:11 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
11:31:11 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
11:31:11 Selecting previously unselected package dmsetup.
11:31:11 Preparing to unpack .../3-dmsetup_2%3a1.02.155-3_armhf.deb ...
11:31:11 Unpacking dmsetup (2:1.02.155-3) ...
11:31:11 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:11 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
11:31:11 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:31:11 Selecting previously unselected package libjson-c3:armhf.
11:31:11 Preparing to unpack .../5-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
11:31:11 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
11:31:11 Selecting previously unselected package libcryptsetup12:armhf.
11:31:11 Preparing to unpack .../6-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
11:31:11 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
11:31:11 Selecting previously unselected package libidn11:armhf.
11:31:11 Preparing to unpack .../7-libidn11_1.33-2.2_armhf.deb ...
11:31:11 Unpacking libidn11:armhf (1.33-2.2) ...
11:31:11 Selecting previously unselected package systemd-sysv.
11:31: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 ... 10804 files and directories currently installed.)
11:31:11 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_amd64.deb ...
11:31:11 Unpacking systemd-sysv (247.3-7+deb11u1) ...
11:31:11 Selecting previously unselected package dbus.
11:31:11 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_amd64.deb ...
11:31:11 Unpacking dbus (1.12.24-0+deb11u1) ...
11:31:11 Selecting previously unselected package netbase.
11:31:11 Preparing to unpack .../02-netbase_6.3_all.deb ...
11:31:11 Unpacking netbase (6.3) ...
11:31:11 Selecting previously unselected package libpam-systemd:amd64.
11:31:11 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_amd64.deb ...
11:31:11 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ...
11:31:11 Selecting previously unselected package containerd.io.
11:31:11 Preparing to unpack .../04-containerd.io_1.6.18-1_amd64.deb ...
11:31:11 Unpacking containerd.io (1.6.18-1) ...
11:31:11 Selecting previously unselected package libsystemd-shared:armhf.
11:31: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 ... 10419 files and directories currently installed.)
11:31:11 Preparing to unpack .../libsystemd-shared_252.5-2+rpi1_armhf.deb ...
11:31:11 Unpacking libsystemd-shared:armhf (252.5-2+rpi1) ...
11:31:11 Selecting previously unselected package systemd.
11:31:11 Preparing to unpack .../systemd_252.5-2+rpi1_armhf.deb ...
11:31:11 Unpacking systemd (252.5-2+rpi1) ...
11:31:12 Selecting previously unselected package docker-compose-plugin.
11:31:12 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb ...
11:31:12 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:31:12 Reading package lists...
11:31:12 Dependencies resolved.
11:31:12 ================================================================================
11:31:12  Package                      Arch       Version              Repository   Size
11:31:12 ================================================================================
11:31:12 Installing:
11:31:12  dnf-plugins-core             noarch     4.3.1-1.fc36         updates      34 k
11:31:12 Installing dependencies:
11:31:12  dbus-libs                    x86_64     1:1.14.4-1.fc36      updates     155 k
11:31:12  python3-dateutil             noarch     1:2.8.1-8.fc36       fedora      289 k
11:31:12  python3-dbus                 x86_64     1.2.18-3.fc36        fedora      132 k
11:31:12  python3-distro               noarch     1.6.0-2.fc36         fedora       38 k
11:31:12  python3-dnf-plugins-core     noarch     4.3.1-1.fc36         updates     229 k
11:31:12  python3-six                  noarch     1.16.0-5.fc36        fedora       36 k
11:31:12 
11:31:12 Transaction Summary
11:31:12 ================================================================================
11:31:12 Install  7 Packages
11:31:12 
11:31:12 Total download size: 912 k
11:31:12 Installed size: 2.7 M
11:31:12 Downloading Packages:
11:31:12 Get:5 https://download.docker.com/linux/debian bookworm/test amd64 Packages [4636 B]
11:31:12 Fetched 48.0 kB in 1s (83.7 kB/s)
11:31:12 Unpacking libsystemd0:armhf (249.11-0ubuntu3.7) over (249.11-0ubuntu3.6) ...
11:31:12 Setting up libsystemd0:armhf (249.11-0ubuntu3.7) ...
11:31:12 Selecting previously unselected package libpython3.10-minimal:armhf.
11:31: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 ... 4390 files and directories currently installed.)
11:31:12 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:31:12 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:31:12 Selecting previously unselected package libexpat1:armhf.
11:31:12 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
11:31:12 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:31:12 Selecting previously unselected package python3.10-minimal.
11:31:12 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:31:12 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:31:12 Selecting previously unselected package libip4tc0:armhf.
11:31:12 Preparing to unpack .../8-libip4tc0_1.8.2-4_armhf.deb ...
11:31:12 Unpacking libip4tc0:armhf (1.8.2-4) ...
11:31:12 Selecting previously unselected package systemd.
11:31:12 Preparing to unpack .../9-systemd_241-7~deb10u8+rpi1_armhf.deb ...
11:31:12 Unpacking systemd (241-7~deb10u8+rpi1) ...
11:31:12 Setting up libargon2-1:armhf (0~20171227-0.3) ...
11:31:12 Setting up libjson-c5:armhf (0.16-2) ...
11:31:12 Setting up libfdisk1:armhf (2.38.1-5) ...
11:31:12 Selecting previously unselected package docker-compose-plugin.
11:31:12 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb ...
11:31:12 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:31:12 Building dependency tree...
11:31:12 Reading state information...
11:31:12 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:31:12 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:31:12 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:31:12 Setting up libapparmor1:armhf (2.13.2-10) ...
11:31:12 Setting up libcap2:armhf (1:2.25-2) ...
11:31:12 Setting up libargon2-1:armhf (0~20171227-0.2) ...
11:31:12 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
11:31:12 Setting up libapparmor1:armhf (3.0.8-3) ...
11:31:12 Setting up libip4tc2:armhf (1.8.9-2) ...
11:31:12 Setting up libsystemd-shared:armhf (252.5-2+rpi1) ...
11:31:12 Setting up mount (2.38.1-5) ...
11:31:12 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:31:12 Setting up libcryptsetup12:armhf (2:2.6.1-1) ...
11:31:12 Setting up systemd (252.5-2+rpi1) ...
11:31:12 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:12 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:12 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:12 Initializing machine ID from random generator.
11:31:12 Creating group 'systemd-journal' with GID 999.
11:31:12 Creating group 'systemd-network' with GID 998.
11:31:12 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
11:31:12 Setting up dmsetup (2:1.02.185-2) ...
11:31:12 Selecting previously unselected package systemd-sysv.
11:31: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 ... 11253 files and directories currently installed.)
11:31:12 Preparing to unpack .../0-systemd-sysv_252.5-2+rpi1_armhf.deb ...
11:31:12 Unpacking systemd-sysv (252.5-2+rpi1) ...
11:31:12 Selecting previously unselected package docker-ce-cli.
11:31:12 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ...
11:31:12 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:12 The following additional packages will be installed:
11:31:12   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
11:31:12   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:31:12   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:31:12   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:31:12   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:31:12   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:31:12   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:31:12   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:31:12   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:31:12   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:31:12   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:31:12   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:31:12   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:31:12   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:31:12   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:31:12   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:31:12   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal
11:31:12   libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses
11:31:12   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:31:12   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:31:12   python3-pkg-resources python3-requests python3-requests-unixsocket
11:31:12   python3-six python3-software-properties python3-urllib3 python3.8
11:31:12   python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd
11:31:12   tzdata
11:31:12 Suggested packages:
11:31:12   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:31:12   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:31:12   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:31:12   python3-setuptools python3-cryptography python3-openssl python3-socks
11:31:12   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
11:31:12   systemd-container
11:31:12 Recommended packages:
11:31:12   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
11:31:12   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
11:31:12   networkd-dispatcher libnss-systemd
11:31:12 Selecting previously unselected package docker-ce-cli.
11:31:12 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ...
11:31:12 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:12 Setting up libidn11:armhf (1.33-2.2) ...
11:31:12 Setting up libip4tc0:armhf (1.8.2-4) ...
11:31:12 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:31:12 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
11:31:12 Setting up systemd (241-7~deb10u8+rpi1) ...
11:31:12 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:12 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:12 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:12 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:12 Initializing machine ID from random generator.
11:31:12 Selecting previously unselected package libdbus-1-3:armhf.
11:31:12 Preparing to unpack .../1-libdbus-1-3_1.14.6-1_armhf.deb ...
11:31:12 Unpacking libdbus-1-3:armhf (1.14.6-1) ...
11:31:12 Selecting previously unselected package dbus-bin.
11:31:12 Preparing to unpack .../2-dbus-bin_1.14.6-1_armhf.deb ...
11:31:12 Unpacking dbus-bin (1.14.6-1) ...
11:31:12 Selecting previously unselected package dbus-session-bus-common.
11:31:12 Preparing to unpack .../3-dbus-session-bus-common_1.14.6-1_all.deb ...
11:31:12 Unpacking dbus-session-bus-common (1.14.6-1) ...
11:31:12 Selecting previously unselected package libexpat1:armhf.
11:31:12 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
11:31:12 Unpacking libexpat1:armhf (2.5.0-1) ...
11:31:12 Selecting previously unselected package dbus-daemon.
11:31:12 Preparing to unpack .../5-dbus-daemon_1.14.6-1_armhf.deb ...
11:31:12 Unpacking dbus-daemon (1.14.6-1) ...
11:31:12 Selecting previously unselected package dbus-system-bus-common.
11:31:12 Preparing to unpack .../6-dbus-system-bus-common_1.14.6-1_all.deb ...
11:31:12 Unpacking dbus-system-bus-common (1.14.6-1) ...
11:31:12 Selecting previously unselected package dbus.
11:31:12 Preparing to unpack .../7-dbus_1.14.6-1_armhf.deb ...
11:31:12 Reading package lists...
11:31:12 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.
11:31:12 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
11:31:12 + packages='deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'
11:31:12 ++ echo 'deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb
11:31:12 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'
11:31:12 ++ xargs
11:31:12 ++ awk '$0="./"$0'
11:31:12 + packages='./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb'
11:31:12 + set -x
11:31:12 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb
11:31:12 Selecting previously unselected package docker-ce-cli.
11:31:12 (Reading database ... 11476 files and directories currently installed.)
11:31:12 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ...
11:31:12 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:12 Selecting previously unselected package docker-scan-plugin.
11:31:12 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ...
11:31:12 Unpacking docker-scan-plugin (0.23.0~ubuntu-focal) ...
11:31:12 The following NEW packages will be installed:
11:31:12   apt-transport-https ca-certificates curl dbus dbus-user-session
11:31:12   dconf-gsettings-backend dconf-service dirmngr distro-info-data
11:31:12   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
11:31:12   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
11:31:12   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:31:12   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
11:31:12   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
11:31:12   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
11:31:12   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:31:12   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
11:31:12   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
11:31:12   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
11:31:12   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
11:31:12   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
11:31:12   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
11:31:12   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
11:31:12   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
11:31:12   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
11:31:12   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
11:31:12   policykit-1 python-apt-common python3 python3-apt python3-certifi
11:31:12   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
11:31:12   python3-pkg-resources python3-requests python3-requests-unixsocket
11:31:12   python3-six python3-software-properties python3-urllib3 python3.8
11:31:12   python3.8-minimal readline-common software-properties-common systemd
11:31:12   systemd-sysv systemd-timesyncd tzdata
11:31:12 The following packages will be upgraded:
11:31:12   libsystemd0
11:31:12 Selecting previously unselected package docker-compose-plugin.
11:31:12 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb ...
11:31:12 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:31:12 Unpacking dbus (1.14.6-1) ...
11:31:12 Selecting previously unselected package libpython3.11-minimal:armhf.
11:31:12 Preparing to unpack .../8-libpython3.11-minimal_3.11.2-4_armhf.deb ...
11:31:12 Unpacking libpython3.11-minimal:armhf (3.11.2-4) ...
11:31:12 Selecting previously unselected package python3.11-minimal.
11:31:12 Preparing to unpack .../9-python3.11-minimal_3.11.2-4_armhf.deb ...
11:31:12 Unpacking python3.11-minimal (3.11.2-4) ...
11:31:12 Selecting previously unselected package python3-minimal.
11:31: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 ... 4692 files and directories currently installed.)
11:31:12 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
11:31:12 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:31:13 Selecting previously unselected package docker-ce.
11:31:13 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ...
11:31:13 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:13 Selecting previously unselected package docker-ce-cli.
11:31:13 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ...
11:31:13 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:13 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.18.04~bionic) ...
11:31:13 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
11:31:13 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:13 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:13 Selecting previously unselected package media-types.
11:31:13 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:31:13 Unpacking media-types (7.0.0) ...
11:31:13 Selecting previously unselected package libmpdec3:armhf.
11:31:13 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
11:31:13 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:31:13 Selecting previously unselected package readline-common.
11:31:13 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:31:13 Unpacking readline-common (8.1.2-1) ...
11:31:13 Selecting previously unselected package libreadline8:armhf.
11:31:13 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
11:31:13 Unpacking libreadline8:armhf (8.1.2-1) ...
11:31:13 Selecting previously unselected package libsqlite3-0:armhf.
11:31:13 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
11:31:13 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
11:31:13 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:31:13 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
11:31:13 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
11:31:13 Setting up libpython3.11-minimal:armhf (3.11.2-4) ...
11:31:13 Setting up libexpat1:armhf (2.5.0-1) ...
11:31:13 Setting up python3.11-minimal (3.11.2-4) ...
11:31:13 Setting up dmsetup (2:1.02.155-3) ...
11:31:13 Selecting previously unselected package systemd-sysv.
11:31: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 ... 11058 files and directories currently installed.)
11:31:13 Preparing to unpack .../systemd-sysv_241-7~deb10u8+rpi1_armhf.deb ...
11:31:13 Unpacking systemd-sysv (241-7~deb10u8+rpi1) ...
11:31:13 Selecting previously unselected package multiarch-support.
11:31:13 Preparing to unpack .../multiarch-support_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
11:31:13 Unpacking multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
11:31:13 Setting up multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
11:31:13 Selecting previously unselected package libnfnetlink0:armhf.
11:31: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 ... 11079 files and directories currently installed.)
11:31:13 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
11:31:13 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
11:31:13 Selecting previously unselected package libip6tc0:armhf.
11:31:13 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
11:31:13 Unpacking libip6tc0:armhf (1.8.2-4) ...
11:31:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
11:31:13 1 upgraded, 119 newly installed, 0 to remove and 1 not upgraded.
11:31:13 Need to get 32.7 MB of archives.
11:31:13 After this operation, 122 MB of additional disk space will be used.
11:31:13 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd0 armhf 245.4-4ubuntu3.20 [247 kB]
11:31:13 invoke-rc.d: could not determine current runlevel
11:31:13 invoke-rc.d: policy-rc.d denied execution of start.
11:31:13 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:13  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:13   Package dbus-user-session is not installed.
11:31:13 
11:31:13 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic) ...
11:31:13 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.4-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~ubuntu.18.04~bionic_armhf.deb
11:31:13 (1/7): python3-dbus-1.2.18-3.fc36.x86_64.rpm    453 kB/s | 132 kB     00:00    
11:31:13 (2/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 975 kB/s | 289 kB     00:00    
11:31:13 (3/7): python3-distro-1.6.0-2.fc36.noarch.rpm   126 kB/s |  38 kB     00:00    
11:31:13 (4/7): python3-six-1.16.0-5.fc36.noarch.rpm     3.2 MB/s |  36 kB     00:00    
11:31:13 (5/7): dbus-libs-1.14.4-1.fc36.x86_64.rpm        14 MB/s | 155 kB     00:00    
11:31:13 (6/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 4.9 MB/s |  34 kB     00:00    
11:31:13 (7/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  21 MB/s | 229 kB     00:00    
11:31:13 --------------------------------------------------------------------------------
11:31:13 Total                                           854 kB/s | 912 kB     00:01     
11:31:13 Running transaction check
11:31:13 Transaction check succeeded.
11:31:13 Running transaction test
11:31:13 Transaction test succeeded.
11:31:13 Running transaction
11:31:13   Preparing        :                                                        1/1 
11:31:13   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                       1/7 
11:31:13   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
11:31:13   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
11:31:13   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
11:31:13   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
11:31:13   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
11:31:13   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
11:31:13 Selecting previously unselected package python3.10.
11:31:13 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
11:31:13 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:31:13 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:13 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
11:31:13 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
11:31:13 Setting up python3-minimal (3.10.6-1~22.04) ...
11:31:13 Selecting previously unselected package python3.
11:31: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 ... 5121 files and directories currently installed.)
11:31:13 Preparing to unpack .../0-python3_3.10.6-1~22.04_armhf.deb ...
11:31:13 Selecting previously unselected package libiptc0:armhf.
11:31:13 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
11:31:13 Unpacking libiptc0:armhf (1.8.2-4) ...
11:31:13 Selecting previously unselected package libxtables12:armhf.
11:31:13 Preparing to unpack .../03-libxtables12_1.8.2-4_armhf.deb ...
11:31:13 Unpacking libxtables12:armhf (1.8.2-4) ...
11:31:13 Selecting previously unselected package libmnl0:armhf.
11:31:13 Preparing to unpack .../04-libmnl0_1.0.4-2_armhf.deb ...
11:31:13 Unpacking libmnl0:armhf (1.0.4-2) ...
11:31:13 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:13 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
11:31:13 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
11:31:13 Selecting previously unselected package libnftnl11:armhf.
11:31:13 Preparing to unpack .../06-libnftnl11_1.1.7-1~bpo10+1~0_armhf.deb ...
11:31:13 Unpacking libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
11:31:13 Selecting previously unselected package iptables.
11:31:13 Preparing to unpack .../07-iptables_1.8.2-4_armhf.deb ...
11:31:13 Unpacking iptables (1.8.2-4) ...
11:31:13 Selecting previously unselected package docker-scan-plugin.
11:31:13 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ...
11:31:13 Unpacking docker-scan-plugin (0.23.0~debian-bookworm) ...
11:31:13 make[1]: Leaving directory '/root/build-deb'
11:31:13  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.buildinfo
11:31:13  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.changes
11:31:13 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.17 [1084 kB]
11:31:13 Unpacking python3 (3.10.6-1~22.04) ...
11:31:13 Selecting previously unselected package libapparmor1:armhf.
11:31:13 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_armhf.deb ...
11:31:13 Unpacking libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
11:31:13 Selecting previously unselected package libargon2-1:armhf.
11:31:13 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_armhf.deb ...
11:31:13 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
11:31:13 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:13 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:31:13 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:31:13 Selecting previously unselected package libjson-c5:armhf.
11:31:13 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_armhf.deb ...
11:31:13 Unpacking libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
11:31:13 Selecting previously unselected package libcryptsetup12:armhf.
11:31:13 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_armhf.deb ...
11:31:13 Unpacking libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
11:31:13 Selecting previously unselected package libip4tc2:armhf.
11:31:13 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_armhf.deb ...
11:31:13 Unpacking libip4tc2:armhf (1.8.7-1ubuntu5) ...
11:31:13 Selecting previously unselected package libkmod2:armhf.
11:31:13 Preparing to unpack .../7-libkmod2_29-1ubuntu1_armhf.deb ...
11:31:13 Unpacking libkmod2:armhf (29-1ubuntu1) ...
11:31:13 Selecting previously unselected package dbus.
11:31:13 Preparing to unpack .../08-dbus_1.12.24-0+deb10u1_armhf.deb ...
11:31:13 Unpacking dbus (1.12.24-0+deb10u1) ...
11:31:13 Selecting previously unselected package libpam-systemd:armhf.
11:31:13 Preparing to unpack .../09-libpam-systemd_241-7~deb10u8+rpi1_armhf.deb ...
11:31:13 Unpacking libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
11:31:13 Selecting previously unselected package containerd.io.
11:31:13 Preparing to unpack .../10-containerd.io_1.6.18-1_armhf.deb ...
11:31:13 Unpacking containerd.io (1.6.18-1) ...
11:31:13 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:13 Setting up docker-scan-plugin (0.23.0~ubuntu-jammy) ...
11:31:13 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] }
11:31:13 Selecting previously unselected package docker-ce-rootless-extras.
11:31:13 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ...
11:31:13 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
[Pipeline] sh
11:31:13 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]
11:31:13 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
11:31:13 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]
11:31:13 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
11:31:13 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
11:31:13 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
11:31:13 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
11:31:13 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
11:31:13 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
[Pipeline] // stage
[Pipeline] }
11:31:13 Selecting previously unselected package docker-ce-rootless-extras.
11:31:13 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ...
11:31:13 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
11:31:14 Selecting previously unselected package systemd.
11:31:14 Preparing to unpack .../8-systemd_249.11-0ubuntu3.7_armhf.deb ...
11:31:14 Unpacking systemd (249.11-0ubuntu3.7) ...
11:31:14 Setting up libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
11:31:14 Setting up libargon2-1:armhf (0~20171227-0.3) ...
11:31:14 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:31:14 Setting up libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
11:31:14 Setting up libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
11:31:14 Setting up libip4tc2:armhf (1.8.7-1ubuntu5) ...
11:31:14 Setting up libkmod2:armhf (29-1ubuntu1) ...
11:31:14 Setting up systemd (249.11-0ubuntu3.7) ...
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:14   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
11:31:14   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
11:31:14   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
11:31:14   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
11:31:14   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
11:31:14   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                       5/7 
11:31:14   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
11:31:14   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
11:31:14 
11:31:14 Installed:
11:31:14   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
11:31:14   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
11:31:14   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:31:14   python3-dbus-1.2.18-3.fc36.x86_64                                             
11:31:14   python3-distro-1.6.0-2.fc36.noarch                                            
11:31:14   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
11:31:14   python3-six-1.16.0-5.fc36.noarch                                              
11:31:14 
11:31:14 Complete!
11:31:14 + case ${DIST_ID}:${DIST_VERSION} in
11:31:14 + dnf install -y findutils
11:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:14 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:14 invoke-rc.d: could not determine current runlevel
11:31:14 invoke-rc.d: policy-rc.d denied execution of start.
11:31:14 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:31:14 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:31:14 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:14 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:14  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:14   Package dbus-user-session is not installed.
11:31:14 
11:31:14 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-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_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb
11:31:14 Selecting previously unselected package python3-minimal.
11:31: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 ... 11660 files and directories currently installed.)
11:31:14 Preparing to unpack .../0-python3-minimal_3.11.2-1_armhf.deb ...
11:31:14 Unpacking python3-minimal (3.11.2-1) ...
11:31:14 Selecting previously unselected package media-types.
11:31:14 Preparing to unpack .../1-media-types_10.0.0_all.deb ...
11:31:14 Unpacking media-types (10.0.0) ...
11:31:14 Selecting previously unselected package libtirpc-common.
11:31:14 Preparing to unpack .../2-libtirpc-common_1.3.3+ds-1_all.deb ...
11:31:14 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:31:14 Selecting previously unselected package libtirpc3:armhf.
11:31:14 Preparing to unpack .../3-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:31:14 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:31:14 Selecting previously unselected package libnsl2:armhf.
11:31:14 Preparing to unpack .../4-libnsl2_1.3.0-2_armhf.deb ...
11:31:14 Unpacking libnsl2:armhf (1.3.0-2) ...
11:31:14 Selecting previously unselected package libpython3.11-stdlib:armhf.
11:31:14 Preparing to unpack .../5-libpython3.11-stdlib_3.11.2-4_armhf.deb ...
11:31:14 Unpacking libpython3.11-stdlib:armhf (3.11.2-4) ...
11:31:14 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]
11:31:14 + make IMAGE=debian:bullseye verify
11:31:14 docker run  --rm -i \
11:31:14 	-v "$(pwd):/v" \
11:31:14 	-e DEBIAN_FRONTEND=noninteractive \
11:31:14 	-e PACKAGE_REPO=staging \
11:31:14 	-w /v \
11:31:14 	debian:bullseye ./verify
11:31:14 Unable to find image 'debian:bullseye' locally
11:31:14 bullseye: Pulling from library/debian
11:31:14 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:31:14 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:31:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:14 Initializing machine ID from random generator.
11:31:14 dpkg-genchanges: info: including full source code in upload
11:31:14  dpkg-source -I.git --after-build .
11:31:14 Selecting previously unselected package docker-ce-rootless-extras.
11:31:14 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ...
11:31:14 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:14 Selecting previously unselected package python3.11.
11:31:14 Preparing to unpack .../6-python3.11_3.11.2-4_armhf.deb ...
11:31:14 Unpacking python3.11 (3.11.2-4) ...
11:31:14 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:14 Preparing to unpack .../7-libpython3-stdlib_3.11.2-1_armhf.deb ...
11:31:14 Unpacking libpython3-stdlib:armhf (3.11.2-1) ...
11:31:14 Setting up python3-minimal (3.11.2-1) ...
11:31:14 30bee4bd8986: Already exists
11:31:14 Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
11:31:14 Status: Downloaded newer image for debian:bullseye
11:31:14 Selecting previously unselected package docker-ce.
11:31:14 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ...
11:31:14 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:14 Selecting previously unselected package systemd-sysv.
11:31: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 ... 5960 files and directories currently installed.)
11:31:14 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.7_armhf.deb ...
11:31:14 Unpacking systemd-sysv (249.11-0ubuntu3.7) ...
11:31:14 Selecting previously unselected package openssl.
11:31:14 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_armhf.deb ...
11:31:14 Unpacking openssl (3.0.2-0ubuntu1.8) ...
11:31:14 Selecting previously unselected package ca-certificates.
11:31:14 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:31:14 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:31:14 Selecting previously unselected package libdbus-1-3:armhf.
11:31:14 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_armhf.deb ...
11:31:14 Unpacking libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
11:31:14 Selecting previously unselected package dbus.
11:31:14 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_armhf.deb ...
11:31:14 Unpacking dbus (1.12.20-2ubuntu4.1) ...
11:31:14 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:31:14 + destination=/build
11:31:14 + mkdir -p /build
11:31:14 + mv -v /root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb /build
11:31:14 copied '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb'
11:31:14 removed '/root/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb'
11:31:14 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:31:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.dsc'
11:31:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:31:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm.tar.gz'
11:31:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.buildinfo'
11:31:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.buildinfo'
11:31:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.changes'
11:31:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.changes'
11:31:14 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:14 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'
11:31:14 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb'
11:31:14 Selecting previously unselected package docker-buildx-plugin.
11:31:14 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb ...
11:31:14 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:31:14 Selecting previously unselected package python3.
11:31: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 ... 12088 files and directories currently installed.)
11:31:14 Preparing to unpack .../00-python3_3.11.2-1_armhf.deb ...
11:31:14 Unpacking python3 (3.11.2-1) ...
11:31:14 Selecting previously unselected package libcap2-bin.
11:31:14 Preparing to unpack .../01-libcap2-bin_1%3a2.66-3_armhf.deb ...
11:31:14 Unpacking libcap2-bin (1:2.66-3) ...
11:31:14 Selecting previously unselected package libpam-systemd:armhf.
11:31:14 Preparing to unpack .../02-libpam-systemd_252.5-2+rpi1_armhf.deb ...
11:31:14 Unpacking libpam-systemd:armhf (252.5-2+rpi1) ...
11:31:14 Selecting previously unselected package apt-transport-https.
11:31:14 Preparing to unpack .../03-apt-transport-https_2.5.6_all.deb ...
11:31:14 Unpacking apt-transport-https (2.5.6) ...
11:31:14 Preparing to unpack .../04-curl_7.88.1-1_armhf.deb ...
11:31:14 Unpacking curl (7.88.1-1) over (7.86.0-2) ...
11:31:14 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:31:14 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
11:31:14 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
11:31:14 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libapparmor1 armhf 2.13.3-7ubuntu5.1 [29.0 kB]
11:31:14 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2 armhf 1:2.32-1 [14.0 kB]
11:31:14 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libargon2-1 armhf 0~20171227-0.2 [20.0 kB]
11:31:14 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
11:31:14 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libjson-c4 armhf 0.13.1+dfsg-7ubuntu0.3 [25.8 kB]
11:31:14 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcryptsetup12 armhf 2:2.2.2-3ubuntu2.4 [147 kB]
11:31:14 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip4tc2 armhf 1.8.4-3ubuntu2 [16.8 kB]
11:31:14 Selecting previously unselected package distro-info-data.
11:31:14 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
11:31:14 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:31:14 Selecting previously unselected package libglib2.0-0:armhf.
11:31:14 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
11:31:14 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
11:31:14 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:14 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_armhf.deb ...
11:31:14 Unpacking libgirepository-1.0-1:armhf (1.72.0-1) ...
11:31:14 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:14 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_armhf.deb ...
11:31:14 Unpacking gir1.2-glib-2.0:armhf (1.72.0-1) ...
11:31:14 Selecting previously unselected package iso-codes.
11:31:14 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
11:31:14 Unpacking iso-codes (4.9.0-1) ...
11:31:14 + verify
11:31:14 + dpkg --version
11:31:14 + verify_deb
11:31:14 + apt-get update
11:31:14 Reading package lists...
11:31:14 Preparing to unpack .../05-libcurl4_7.88.1-1_armhf.deb ...
11:31:14 Unpacking libcurl4:armhf (7.88.1-1) over (7.86.0-2) ...
11:31:14 Selecting previously unselected package distro-info-data.
11:31:14 Preparing to unpack .../06-distro-info-data_0.57_all.deb ...
11:31:14 Unpacking distro-info-data (0.57) ...
11:31:14 Selecting previously unselected package libglib2.0-0:armhf.
11:31:14 Preparing to unpack .../07-libglib2.0-0_2.74.6-1_armhf.deb ...
11:31:14 Unpacking libglib2.0-0:armhf (2.74.6-1) ...
11:31:14 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:14 Preparing to unpack .../08-libgirepository-1.0-1_1.74.0-3+b1_armhf.deb ...
11:31:14 Unpacking libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
11:31:15 Selecting previously unselected package docker-buildx-plugin.
11:31:15 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb ...
11:31:15 Unpacking docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:31:15 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkmod2 armhf 27-1ubuntu2.1 [39.1 kB]
11:31:15 Selecting previously unselected package libcap2-bin.
11:31:15 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
11:31:15 Unpacking libcap2-bin (1:2.44-1build3) ...
11:31:15 Selecting previously unselected package libelf1:armhf.
11:31:15 Preparing to unpack .../11-libelf1_0.186-1build1_armhf.deb ...
11:31:15 Unpacking libelf1:armhf (0.186-1build1) ...
11:31:15 Selecting previously unselected package libglib2.0-data.
11:31:15 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
11:31:15 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
11:31:15 Selecting previously unselected package libicu70:armhf.
11:31:15 Preparing to unpack .../13-libicu70_70.1-2_armhf.deb ...
11:31:15 Unpacking libicu70:armhf (70.1-2) ...
11:31:15 Reading package lists...
11:31:15 Building dependency tree...
11:31:15 Reading state information...
11:31:15 Correcting dependencies... Done
11:31:15 Building dependency tree...
11:31:15 Reading state information...
11:31:15 Correcting dependencies... Done
11:31:15 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:15 Preparing to unpack .../09-gir1.2-glib-2.0_1.74.0-3+b1_armhf.deb ...
11:31:15 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
11:31:15 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:15 Preparing to unpack .../10-libpackagekit-glib2-18_1.2.6-3_armhf.deb ...
11:31:15 Unpacking libpackagekit-glib2-18:armhf (1.2.6-3) ...
11:31:15 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:15 Preparing to unpack .../11-gir1.2-packagekitglib-1.0_1.2.6-3_armhf.deb ...
11:31:15 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:31:15 Selecting previously unselected package gnupg2.
11:31:15 Preparing to unpack .../12-gnupg2_2.2.40-1_all.deb ...
11:31:15 Unpacking gnupg2 (2.2.40-1) ...
11:31:15 Selecting previously unselected package iso-codes.
11:31:15 Preparing to unpack .../13-iso-codes_4.13.0-1_all.deb ...
11:31:15 Unpacking iso-codes (4.13.0-1) ...
11:31:15 Selecting previously unselected package dbus-user-session.
11:31:15 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_amd64.deb ...
11:31:15 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
11:31:15 Selecting previously unselected package libip6tc2:amd64.
11:31:15 Preparing to unpack .../06-libip6tc2_1.8.7-1_amd64.deb ...
11:31:15 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:31:15 Selecting previously unselected package libxtables12:amd64.
11:31:15 Preparing to unpack .../07-libxtables12_1.8.7-1_amd64.deb ...
11:31:15 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:31:15 Selecting previously unselected package libmnl0:amd64.
11:31:15 Preparing to unpack .../08-libmnl0_1.0.4-3_amd64.deb ...
11:31:15 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:31:15 Selecting previously unselected package libnfnetlink0:amd64.
11:31:15 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:31:15 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:31:15 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:31:15 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:31:15 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:31:15 Selecting previously unselected package libnftnl11:amd64.
11:31:15 Preparing to unpack .../11-libnftnl11_1.1.9-1_amd64.deb ...
11:31:15 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:31:15 Selecting previously unselected package iptables.
11:31:15 Preparing to unpack .../12-iptables_1.8.7-1_amd64.deb ...
11:31:15 Unpacking iptables (1.8.7-1) ...
11:31:15 Setting up systemd-sysv (247.3-7+deb11u1) ...
11:31:15 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:31:15 Setting up dbus (1.12.24-0+deb11u1) ...
11:31:15 invoke-rc.d: could not determine current runlevel
11:31:15 invoke-rc.d: policy-rc.d denied execution of start.
11:31:15 Setting up libmnl0:amd64 (1.0.4-3) ...
11:31:15 Setting up containerd.io (1.6.18-1) ...
11:31:15 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:15 Setting up libxtables12:amd64 (1.8.7-1) ...
11:31:15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:31:15 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ...
11:31:15 Setting up netbase (6.3) ...
11:31:15 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:31:15 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
11:31:15 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-timesyncd armhf 245.4-4ubuntu3.20 [27.9 kB]
11:31:15 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd armhf 245.4-4ubuntu3.20 [3652 kB]
11:31:15 Selecting previously unselected package libpam-systemd:armhf.
11:31:15 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.7_armhf.deb ...
11:31:15 Unpacking libpam-systemd:armhf (249.11-0ubuntu3.7) ...
11:31:15 Selecting previously unselected package libxml2:armhf.
11:31:15 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
11:31:15 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
11:31:15 Selecting previously unselected package libyaml-0-2:armhf.
11:31:15 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_armhf.deb ...
11:31:15 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
11:31:15 Selecting previously unselected package lsb-release.
11:31:15 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
11:31:15 Unpacking lsb-release (11.1.0ubuntu4) ...
11:31:15 Selecting previously unselected package python-apt-common.
11:31:15 Preparing to unpack .../18-python-apt-common_2.4.0ubuntu1_all.deb ...
11:31:15 Unpacking python-apt-common (2.4.0ubuntu1) ...
11:31:15 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:31:15 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:31:15 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:31:15 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
11:31:15 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [230 kB]
11:31:15 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:15 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:15 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:15 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:15 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:15 The following additional packages will be installed:
11:31:15   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:31:15   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:31:15   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:31:15   libpam-systemd libsystemd0 libxtables12 multiarch-support systemd
11:31:15   systemd-sysv
11:31:15 Suggested packages:
11:31:15   kmod systemd-container policykit-1
11:31:15 Recommended packages:
11:31:15   dmsetup networkd-dispatcher libnss-systemd
11:31:15 Last metadata expiration check: 0:00:08 ago on Fri Mar 10 11:31:07 2023.
11:31:15 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:15 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:15 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:15 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:15 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:15 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:31:15 The following additional packages will be installed:
11:31:15   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:15   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:15 Suggested packages:
11:31:15   firewalld kmod nftables
11:31:15 The following NEW packages will be installed:
11:31:15   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:15   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:15 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:31:15 Setting up iptables (1.8.7-1) ...
11:31:15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:15 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:31:15 + verify_binaries
11:31:15 + docker --version
11:31:15 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:15 ++ uname -m
11:31:15 + '[' x86_64 = x86_64 ']'
11:31:15 + docker scan --help
11:31:15 
11:31:15 Usage:  docker scan [OPTIONS] IMAGE
11:31:15 
11:31:15 A tool to scan your images
11:31:15 
11:31:15 Options:
11:31:15       --accept-license    Accept using a third party scanning provider
11:31:15       --dependency-tree   Show dependency tree with scan results
11:31:15       --exclude-base      Exclude base image from vulnerability scanning
11:31:15                           (requires --file)
11:31:15   -f, --file string       Dockerfile associated with image, provides more
11:31:15                           detailed results
11:31:15       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:15                           them to a single one (requires --json)
11:31:15       --json              Output results in JSON format
11:31:15       --login             Authenticate to the scan provider using an
11:31:15                           optional token (with --token), or web base
11:31:15                           token if empty
11:31:15       --reject-license    Reject using a third party scanning provider
11:31:15       --severity string   Only report vulnerabilities of provided level
11:31:15                           or higher (low|medium|high)
11:31:15       --token string      Authentication token to login to the third
11:31:15                           party scanning provider
11:31:15       --version           Display version of the scan plugin
11:31:15 + docker buildx version
11:31:15 Selecting previously unselected package python3-apt.
11:31:15 Preparing to unpack .../19-python3-apt_2.4.0ubuntu1_armhf.deb ...
11:31:15 Unpacking python3-apt (2.4.0ubuntu1) ...
11:31:15 Selecting previously unselected package python3-dbus.
11:31:15 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_armhf.deb ...
11:31:15 Unpacking python3-dbus (1.2.18-3build1) ...
11:31:15 Selecting previously unselected package python3-gi.
11:31:15 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_armhf.deb ...
11:31:15 Unpacking python3-gi (3.42.1-0ubuntu1) ...
11:31:15 Selecting previously unselected package python3-pkg-resources.
11:31:15 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:31:15 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:31:15 Selecting previously unselected package libnghttp2-14:armhf.
11:31:15 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_armhf.deb ...
11:31:15 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
11:31:15 Selecting previously unselected package libpsl5:armhf.
11:31:15 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:31:15 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
11:31:15 Selecting previously unselected package apt-transport-https.
11:31:15 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
11:31:15 Unpacking apt-transport-https (2.4.8) ...
11:31:15 Selecting previously unselected package libbrotli1:armhf.
11:31:15 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_armhf.deb ...
11:31:15 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
11:31:15 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
11:31:15 The following NEW packages will be installed:
11:31:15   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
11:31:15   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:31:15   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
11:31:15   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
11:31:15 The following packages will be upgraded:
11:31:15   libsystemd0
11:31:15 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
11:31:15 Need to get 28.9 MB of archives.
11:31:15 After this operation, 119 MB of additional disk space will be used.
11:31:15 Get:1 https://download.docker.com/linux/ubuntu jammy/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:31:15 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB]
11:31:15 Selecting previously unselected package dbus-user-session.
11:31:15 Preparing to unpack .../11-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
11:31:15 github.com/docker/buildx v0.10.4 c513d34
11:31:15 + docker compose version
11:31:15 Docker Compose version v2.16.0
11:31:15 + dockerd --version
11:31:15 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:15 + docker-proxy --version
11:31:15 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:15 + containerd --version
11:31:15 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:15 Selecting previously unselected package libcurl3-gnutls:armhf.
11:31:15 Preparing to unpack .../14-libcurl3-gnutls_7.88.1-1_armhf.deb ...
11:31:15 Unpacking libcurl3-gnutls:armhf (7.88.1-1) ...
11:31:15 Selecting previously unselected package libstemmer0d:armhf.
11:31:15 Preparing to unpack .../15-libstemmer0d_2.2.0-2_armhf.deb ...
11:31:15 Unpacking libstemmer0d:armhf (2.2.0-2) ...
11:31:15 Selecting previously unselected package libicu72:armhf.
11:31:15 Preparing to unpack .../16-libicu72_72.1-3_armhf.deb ...
11:31:15 Unpacking libicu72:armhf (72.1-3) ...
11:31:15 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:15 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ...
11:31:15 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:31:15 Selecting previously unselected package libsasl2-2:armhf.
11:31:15 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ...
11:31:15 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:31:15 Selecting previously unselected package libldap-2.5-0:armhf.
11:31:15 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
11:31:15 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:31:15 Selecting previously unselected package librtmp1:armhf.
11:31:15 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
11:31:15 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:31:15 Selecting previously unselected package libssh-4:armhf.
11:31:15 Preparing to unpack .../31-libssh-4_0.9.6-2build1_armhf.deb ...
11:31:15 Unpacking libssh-4:armhf (0.9.6-2build1) ...
11:31:15 Selecting previously unselected package libcurl4:armhf.
11:31:15 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.8_armhf.deb ...
11:31:15 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.8) ...
11:31:15 Selecting previously unselected package curl.
11:31:15 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.8_armhf.deb ...
11:31:15 Unpacking curl (7.81.0-1ubuntu1.8) ...
11:31:15 Selecting previously unselected package libassuan0:armhf.
11:31:15 Preparing to unpack .../34-libassuan0_2.5.5-1build1_armhf.deb ...
11:31:15 Unpacking libassuan0:armhf (2.5.5-1build1) ...
11:31:15 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-sysv armhf 245.4-4ubuntu3.20 [10.3 kB]
11:31:15 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.17 [597 kB]
11:31:15 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:31:15 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdbus-1-3 armhf 1.12.16-2ubuntu2.3 [156 kB]
11:31:15 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus armhf 1.12.16-2ubuntu2.3 [134 kB]
11:31:15 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
11:31:15 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
11:31:15 Get:33 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]
11:31:15 Selecting previously unselected package docker-compose-plugin.
11:31:15 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb ...
11:31:15 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:31:15 1 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:31:15 Need to get 24.7 MB of archives.
11:31:15 After this operation, 105 MB of additional disk space will be used.
11:31:15 Get:1 https://download.docker.com/linux/ubuntu bionic/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:15 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsystemd0 armhf 237-3ubuntu10.57 [186 kB]
11:31:15 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:31:15 Setting up docker-scan-plugin (0.23.0~ubuntu-focal) ...
11:31:15 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:15 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB]
11:31:15 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
11:31:15 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip6tc2 amd64 1.8.7-1ubuntu5 [20.2 kB]
11:31:15 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnfnetlink0 amd64 1.0.1-3build3 [14.6 kB]
11:31:15 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetfilter-conntrack3 amd64 1.0.9-1 [45.3 kB]
11:31:15 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnftnl11 amd64 1.2.1-1build1 [65.5 kB]
11:31:15 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 iptables amd64 1.8.7-1ubuntu5 [455 kB]
11:31:15 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
11:31:15 Setting up systemd-sysv (241-7~deb10u8+rpi1) ...
11:31:15 Setting up libip6tc0:armhf (1.8.2-4) ...
11:31:15 Setting up libiptc0:armhf (1.8.2-4) ...
11:31:15 Setting up dbus (1.12.24-0+deb10u1) ...
11:31:15 invoke-rc.d: could not determine current runlevel
11:31:15 invoke-rc.d: policy-rc.d denied execution of start.
11:31:15 Setting up libmnl0:armhf (1.0.4-2) ...
11:31:15 Setting up containerd.io (1.6.18-1) ...
11:31:16 + ctr --version
11:31:16 ctr containerd.io 1.6.18
11:31:16 + containerd-shim --help
11:31:16 Usage of containerd-shim:
11:31:16   -address string
11:31:16     	grpc address back to main containerd
11:31:16   -containerd-binary containerd publish
11:31:16     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:16   -criu string
11:31:16     	path to criu binary
11:31:16   -debug
11:31:16     	enable debug output in logs
11:31:16   -namespace string
11:31:16     	namespace that owns the shim
11:31:16   -runtime-root string
11:31:16     	root directory for the runtime (default "/run/containerd/runc")
11:31:16   -socket string
11:31:16     	socket path to serve
11:31:16   -systemd-cgroup
11:31:16     	set runtime to use systemd-cgroup
11:31:16   -workdir string
11:31:16     	path used to storge large temporary data
11:31:16 + containerd-shim-runc-v1 -v
11:31:16 containerd-shim-runc-v1:
11:31:16   Version:  1.6.18
11:31:16   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:16   Go version: go1.19.6
11:31:16 
11:31:16 + containerd-shim-runc-v2 -v
11:31:16 containerd-shim-runc-v2:
11:31:16   Version:  1.6.18
11:31:16   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:16   Go version: go1.19.6
11:31:16 
11:31:16 + runc --version
11:31:16 runc version 1.1.4
11:31:16 commit: v1.1.4-0-g5fd4c4d
11:31:16 spec: 1.0.2-dev
11:31:16 go: go1.19.6
11:31:16 libseccomp: 2.5.1
11:31:16 Selecting previously unselected package gpgconf.
11:31:16 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package libksba8:armhf.
11:31:16 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
11:31:16 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
11:31:16 Selecting previously unselected package libnpth0:armhf.
11:31:16 Preparing to unpack .../37-libnpth0_1.6-3build2_armhf.deb ...
11:31:16 Unpacking libnpth0:armhf (1.6-3build2) ...
11:31:16 Selecting previously unselected package dirmngr.
11:31:16 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:16 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
11:31:16 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
11:31:16 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:16 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
11:31:16 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:31:16 Selecting previously unselected package gnupg-l10n.
11:31:16 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:31:16 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gnupg-utils.
11:31:16 Get:34 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]
11:31:16 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:16 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:31:16 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:16 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:16 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus-user-session amd64 1.12.20-2ubuntu4.1 [9442 B]
11:31:16 debconf: delaying package configuration, since apt-utils is not installed
11:31:16 Fetched 28.9 MB in 1s (34.2 MB/s)
11:31:16 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:16 Setting up libxtables12:armhf (1.8.2-4) ...
11:31:16 Setting up libnfnetlink0:armhf (1.0.1-3) ...
11:31:16 Setting up libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
11:31:16 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gpg.
11:31:16 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package pinentry-curses.
11:31:16 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_armhf.deb ...
11:31:16 Unpacking pinentry-curses (1.1.1-1build2) ...
11:31:16 Selecting previously unselected package gpg-agent.
11:31:16 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gpg-wks-client.
11:31:16 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gpg-wks-server.
11:31:16 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gpgsm.
11:31:16 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
11:31:16 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:31:16 Selecting previously unselected package gnupg.
11:31:16 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:31:16 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:31:16 Package findutils-1:4.9.0-1.fc36.x86_64 is already installed.
11:31:16 Dependencies resolved.
11:31:16 Nothing to do.
11:31:16 Complete!
11:31:16 + install_rpm_containerd
11:31:16 + '[' staging = stage ']'
11:31:16 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
11:31:16 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
11:31:16 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
11:31:16 + dnf --version
11:31:16 4.14.0
11:31:16   Installed: dnf-0:4.14.0-1.fc36.noarch at Wed Feb 22 07:49:34 2023
11:31:16   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
11:31:16 
11:31:16   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Wed Feb 22 07:49:33 2023
11:31:16   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
11:31:16 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
11:31:16 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
11:31:16 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:16 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:16 invoke-rc.d: could not determine current runlevel
11:31:16 invoke-rc.d: policy-rc.d denied execution of start.
11:31:16 Setting up docker-buildx-plugin (0.10.4-1~debian.10~buster) ...
11:31:16 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.10~buster) ...
11:31:16 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:16  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:16   Package dbus-user-session is not installed.
11:31:16 
11:31:16 + 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_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.4-1~debian.10~buster_armhf.deb
11:31:16 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2-bin armhf 1:2.32-1 [25.2 kB]
11:31:16 Get:36 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
11:31:16 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:31:16 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:31:16 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
11:31:16 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcap2 armhf 1:2.25-1.2 [11.7 kB]
11:31:16 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libargon2-0 armhf 0~20161029-1.1 [20.4 kB]
11:31:16 Get:5 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]
11:31:16 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libjson-c3 armhf 0.12.1-1.3ubuntu0.3 [19.9 kB]
11:31:16 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcryptsetup12 armhf 2:2.0.2-1ubuntu1.2 [119 kB]
11:31:16 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libidn11 armhf 1.33-2.1ubuntu1.2 [42.7 kB]
11:31:16 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip4tc0 armhf 1.6.1-2ubuntu2 [17.8 kB]
11:31:16 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapparmor1 armhf 2.12-4ubuntu5.1 [27.1 kB]
11:31:16 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkmod2 armhf 24-1ubuntu3.5 [34.5 kB]
11:31:16 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd armhf 237-3ubuntu10.57 [2739 kB]
11:31:16 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:16 invoke-rc.d: could not determine current runlevel
11:31:16 invoke-rc.d: policy-rc.d denied execution of start.
11:31:16 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:31:16 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-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-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_amd64.deb
11:31:16 Selecting previously unselected package libmnl0:amd64.
11:31: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 ... 9452 files and directories currently installed.)
11:31:16 Preparing to unpack .../0-libmnl0_1.0.4-3build2_amd64.deb ...
11:31:16 Unpacking libmnl0:amd64 (1.0.4-3build2) ...
11:31:16 Selecting previously unselected package libxtables12:amd64.
11:31:16 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_amd64.deb ...
11:31:16 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ...
11:31:16 Selecting previously unselected package netbase.
11:31:16 Preparing to unpack .../2-netbase_6.3_all.deb ...
11:31:16 Unpacking netbase (6.3) ...
11:31:16 Selecting previously unselected package libip6tc2:amd64.
11:31:16 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_amd64.deb ...
11:31:16 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu5) ...
11:31:16 Selecting previously unselected package libnfnetlink0:amd64.
11:31:16 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_amd64.deb ...
11:31:16 Unpacking libnfnetlink0:amd64 (1.0.1-3build3) ...
11:31:16 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:31:16 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_amd64.deb ...
11:31:16 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-1) ...
11:31:16 Selecting previously unselected package libnftnl11:amd64.
11:31:16 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_amd64.deb ...
11:31:16 Unpacking libnftnl11:amd64 (1.2.1-1build1) ...
11:31:16 Setting up libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
11:31:16 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
11:31:16 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
11:31:16 Setting up iptables (1.8.2-4) ...
11:31:16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:16 Processing triggers for systemd (241-7~deb10u8+rpi1) ...
11:31:16 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
11:31:16 + verify_binaries
11:31:16 + docker --version
11:31:16 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:16 ++ uname -m
11:31:16 + '[' armv8l = x86_64 ']'
11:31:16 + docker buildx version
11:31:16 Fetched 8395 kB in 2s (5491 kB/s)
[Pipeline] }
11:31:16 Selecting previously unselected package libcurl3-gnutls:armhf.
11:31:16 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.8_armhf.deb ...
11:31:16 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.8) ...
11:31:16 Selecting previously unselected package libstemmer0d:armhf.
11:31:16 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_armhf.deb ...
11:31:16 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
11:31:16 Selecting previously unselected package libxmlb2:armhf.
11:31:16 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_armhf.deb ...
11:31:16 Unpacking libxmlb2:armhf (0.3.6-2build1) ...
11:31:16 Selecting previously unselected package libappstream4:armhf.
11:31:16 Preparing to unpack .../53-libappstream4_0.15.2-2_armhf.deb ...
11:31:16 Unpacking libappstream4:armhf (0.15.2-2) ...
11:31:16 Selecting previously unselected package libdw1:armhf.
11:31:16 Preparing to unpack .../54-libdw1_0.186-1build1_armhf.deb ...
11:31:16 Unpacking libdw1:armhf (0.186-1build1) ...
11:31:16 Selecting previously unselected package libglib2.0-bin.
11:31:16 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_armhf.deb ...
11:31:16 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
11:31:16 Selecting previously unselected package libunwind8:armhf.
11:31:16 Preparing to unpack .../56-libunwind8_1.3.2-2build2_armhf.deb ...
11:31:16 Unpacking libunwind8:armhf (1.3.2-2build2) ...
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
11:31:16 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:16 Selecting previously unselected package libxml2:armhf.
11:31:16 Preparing to unpack .../17-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
11:31:16 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
11:31:16 Selecting previously unselected package libxmlb2:armhf.
11:31:16 Preparing to unpack .../18-libxmlb2_0.3.10-2_armhf.deb ...
11:31:16 Unpacking libxmlb2:armhf (0.3.10-2) ...
11:31:16 Selecting previously unselected package libappstream4:armhf.
11:31:16 Preparing to unpack .../19-libappstream4_0.16.1-1_armhf.deb ...
11:31:16 Unpacking libappstream4:armhf (0.16.1-1) ...
11:31:16 Selecting previously unselected package libduktape207:armhf.
11:31:16 Preparing to unpack .../20-libduktape207_2.7.0-2_armhf.deb ...
11:31:16 Unpacking libduktape207:armhf (2.7.0-2) ...
11:31:16 Selecting previously unselected package libelf1:armhf.
11:31:16 Preparing to unpack .../21-libelf1_0.188-2.1+rpi1_armhf.deb ...
11:31:16 Unpacking libelf1:armhf (0.188-2.1+rpi1) ...
11:31:16 Selecting previously unselected package libdw1:armhf.
11:31:16 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd-sysv armhf 237-3ubuntu10.57 [11.8 kB]
11:31:16 Selecting previously unselected package iptables.
11:31:16 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_amd64.deb ...
11:31:16 Unpacking iptables (1.8.7-1ubuntu5) ...
11:31:16 Selecting previously unselected package containerd.io.
11:31:16 Preparing to unpack .../8-containerd.io_1.6.18-1_amd64.deb ...
11:31:16 Unpacking containerd.io (1.6.18-1) ...
11:31:16 github.com/docker/buildx v0.10.4 c513d34
11:31:16 + docker compose version
11:31:16 Docker Compose version v2.16.0
11:31:16 + dockerd --version
11:31:16 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:16 + docker-proxy --version
11:31:16 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:16 + containerd --version
11:31:16 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:16 + ctr --version
11:31:16 Selecting previously unselected package docker-buildx-plugin.
11:31:16 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb ...
11:31:16 Unpacking docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:31:16 Selecting previously unselected package libgstreamer1.0-0:armhf.
11:31:16 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_armhf.deb ...
11:31:16 Unpacking libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
11:31:16 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
11:31:16 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
11:31:16 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
11:31:16 Selecting previously unselected package libpolkit-agent-1-0:armhf.
11:31:16 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_armhf.deb ...
11:31:16 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
11:31:16 Selecting previously unselected package polkitd.
11:31:16 Preparing to unpack .../60-polkitd_0.105-33_armhf.deb ...
11:31:16 Unpacking polkitd (0.105-33) ...
11:31:16 Selecting previously unselected package pkexec.
11:31:16 Preparing to unpack .../61-pkexec_0.105-33_armhf.deb ...
11:31:16 Unpacking pkexec (0.105-33) ...
11:31:16 Selecting previously unselected package policykit-1.
11:31:16 Preparing to unpack .../62-policykit-1_0.105-33_armhf.deb ...
11:31:16 Unpacking policykit-1 (0.105-33) ...
11:31:16 Selecting previously unselected package python3-blinker.
11:31:16 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
11:31:16 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
11:31:16 + dnf config-manager --set-disabled 'docker-ce-*'
11:31:16 Preparing to unpack .../22-libdw1_0.188-2.1+rpi1_armhf.deb ...
11:31:16 Unpacking libdw1:armhf (0.188-2.1+rpi1) ...
11:31:16 Selecting previously unselected package libglib2.0-data.
11:31:16 Preparing to unpack .../23-libglib2.0-data_2.74.6-1_all.deb ...
11:31:16 Unpacking libglib2.0-data (2.74.6-1) ...
11:31:16 Selecting previously unselected package libglib2.0-bin.
11:31:16 Preparing to unpack .../24-libglib2.0-bin_2.74.6-1_armhf.deb ...
11:31:16 Unpacking libglib2.0-bin (2.74.6-1) ...
11:31:16 Selecting previously unselected package libunwind8:armhf.
11:31:16 Preparing to unpack .../25-libunwind8_1.6.2-3_armhf.deb ...
11:31:16 Unpacking libunwind8:armhf (1.6.2-3) ...
11:31:16 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.6 [6956 B]
11:31:16 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnfnetlink0 armhf 1.0.1-3 [11.6 kB]
11:31:16 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus armhf 1.12.2-1ubuntu1.4 [132 kB]
11:31:16 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
11:31:16 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpam-systemd armhf 245.4-4ubuntu3.20 [168 kB]
11:31:16 Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.5 [546 kB]
11:31:16 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
11:31:16 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:31:16 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-dbus armhf 1.2.16-1build1 [87.6 kB]
11:31:17 ctr containerd.io 1.6.18
11:31:17 + containerd-shim --help
11:31:17 Usage of containerd-shim:
11:31:17   -address string
11:31:17     	grpc address back to main containerd
11:31:17   -containerd-binary containerd publish
11:31:17     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:17   -criu string
11:31:17     	path to criu binary
11:31:17   -debug
11:31:17     	enable debug output in logs
11:31:17   -namespace string
11:31:17     	namespace that owns the shim
11:31:17   -runtime-root string
11:31:17     	root directory for the runtime (default "/run/containerd/runc")
11:31:17   -socket string
11:31:17     	socket path to serve
11:31:17   -systemd-cgroup
11:31:17     	set runtime to use systemd-cgroup
11:31:17   -workdir string
11:31:17     	path used to storge large temporary data
11:31:17 + containerd-shim-runc-v1 -v
11:31:17 containerd-shim-runc-v1:
11:31:17   Version:  1.6.18
11:31:17   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:17   Go version: go1.19.6
11:31:17 
11:31:17 + containerd-shim-runc-v2 -v
11:31:17 containerd-shim-runc-v2:
11:31:17   Version:  1.6.18
11:31:17   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:17   Go version: go1.19.6
11:31:17 
11:31:17 + runc --version
11:31:17 runc version 1.1.4
11:31:17 commit: v1.1.4-0-g5fd4c4d
11:31:17 spec: 1.0.2-dev
11:31:17 go: go1.19.6
11:31:17 libseccomp: 2.3.3
11:31:17 Selecting previously unselected package python3-cffi-backend:armhf.
11:31:17 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_armhf.deb ...
11:31:17 Unpacking python3-cffi-backend:armhf (1.15.0-1build2) ...
11:31:17 Selecting previously unselected package python3-cryptography.
11:31:17 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_armhf.deb ...
11:31:17 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
11:31:17 Selecting previously unselected package python3-pyparsing.
11:31:17 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
11:31:17 Unpacking python3-pyparsing (2.4.7-1) ...
11:31:17 Selecting previously unselected package python3-httplib2.
11:31:17 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
11:31:17 Unpacking python3-httplib2 (0.20.2-2) ...
11:31:17 Selecting previously unselected package python3-more-itertools.
11:31:17 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
11:31:17 Unpacking python3-more-itertools (8.10.0-2) ...
11:31:17 Selecting previously unselected package python3-zipp.
11:31:17 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
11:31:17 Unpacking python3-zipp (1.0.0-3) ...
11:31:17 + dnf config-manager --set-enabled docker-ce-test
11:31:17 Reading package lists...
11:31:17 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:31:17 Selecting previously unselected package libgstreamer1.0-0:armhf.
11:31:17 Preparing to unpack .../26-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
11:31:17 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
11:31:17 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
11:31:17 Preparing to unpack .../27-libpolkit-gobject-1-0_122-3_armhf.deb ...
11:31:17 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
11:31:17 Selecting previously unselected package libpolkit-agent-1-0:armhf.
11:31:17 Preparing to unpack .../28-libpolkit-agent-1-0_122-3_armhf.deb ...
11:31:17 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
11:31:17 Selecting previously unselected package lsb-release.
11:31:17 Preparing to unpack .../29-lsb-release_12.0-1_all.deb ...
11:31:17 Unpacking lsb-release (12.0-1) ...
11:31:17 Selecting previously unselected package xml-core.
11:31:17 Preparing to unpack .../30-xml-core_0.18+nmu1_all.deb ...
11:31:17 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpam-systemd armhf 237-3ubuntu10.57 [95.2 kB]
11:31:17 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxtables12 armhf 1.6.1-2ubuntu2 [25.4 kB]
11:31:17 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip6tc0 armhf 1.6.1-2ubuntu2 [18.0 kB]
11:31:17 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libiptc0 armhf 1.6.1-2ubuntu2 [9396 B]
11:31:17 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnetfilter-conntrack3 armhf 1.0.6-2 [31.4 kB]
11:31:17 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iptables armhf 1.6.1-2ubuntu2 [240 kB]
11:31:17 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gi armhf 3.36.0-1 [150 kB]
11:31:17 Reading package lists...
11:31:17 Selecting previously unselected package python3-importlib-metadata.
11:31:17 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
11:31:17 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:31:17 Selecting previously unselected package python3-jeepney.
11:31:17 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
11:31:17 Unpacking python3-jeepney (0.7.1-3) ...
11:31:17 Selecting previously unselected package python3-jwt.
11:31:17 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
11:31:17 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
11:31:17 Selecting previously unselected package python3-secretstorage.
11:31:17 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
11:31:17 Unpacking python3-secretstorage (3.3.1-1) ...
11:31:17 Selecting previously unselected package python3-keyring.
11:31:17 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
11:31:17 Unpacking python3-keyring (23.5.0-1) ...
11:31:17 Selecting previously unselected package python3-lazr.uri.
11:31:17 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
11:31:17 Unpacking python3-lazr.uri (1.0.6-2) ...
11:31:17 Selecting previously unselected package python3-wadllib.
11:31:17 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
11:31:17 Unpacking python3-wadllib (1.3.6-1) ...
11:31:17 Reading package lists...
11:31:17 + dnf makecache
11:31:17 Unpacking xml-core (0.18+nmu1) ...
11:31:17 Selecting previously unselected package polkitd.
11:31:17 Preparing to unpack .../31-polkitd_122-3_armhf.deb ...
11:31:17 Unpacking polkitd (122-3) ...
11:31:17 Selecting previously unselected package packagekit.
11:31:17 Preparing to unpack .../32-packagekit_1.2.6-3_armhf.deb ...
11:31:17 Unpacking packagekit (1.2.6-3) ...
11:31:17 Selecting previously unselected package python-apt-common.
11:31:17 Preparing to unpack .../33-python-apt-common_2.5.3_all.deb ...
11:31:17 Unpacking python-apt-common (2.5.3) ...
11:31:17 Selecting previously unselected package python3-apt.
11:31:17 Preparing to unpack .../34-python3-apt_2.5.3_armhf.deb ...
11:31:17 Unpacking python3-apt (2.5.3) ...
11:31:17 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus-user-session armhf 1.12.2-1ubuntu1.4 [9388 B]
11:31:17 debconf: delaying package configuration, since apt-utils is not installed
11:31:17 Fetched 24.7 MB in 2s (13.4 MB/s)
11:31: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 ... 7159 files and directories currently installed.)
11:31:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.57_armhf.deb ...
11:31:17 Unpacking libsystemd0:armhf (237-3ubuntu10.57) over (237-3ubuntu10.56) ...
11:31:17 Get:46 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:31:17 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
11:31:17 Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
11:31:17 Building dependency tree...
11:31:17 Reading state information...
11:31:17 Correcting dependencies... Done
11:31:17 Selecting previously unselected package python3-distro.
11:31:17 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
11:31:17 Unpacking python3-distro (1.7.0-1) ...
11:31:17 Selecting previously unselected package python3-oauthlib.
11:31:17 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
11:31:17 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:31:17 Selecting previously unselected package python3-six.
11:31:17 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
11:31:17 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:31:17 Selecting previously unselected package python3-lazr.restfulclient.
11:31:17 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:31:17 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:31:17 Selecting previously unselected package python3-launchpadlib.
11:31:17 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
11:31:17 Unpacking python3-launchpadlib (1.10.16-1) ...
11:31:17 Selecting previously unselected package python3-software-properties.
11:31:17 Preparing to unpack .../82-python3-software-properties_0.99.22.6_all.deb ...
11:31:17 Unpacking python3-software-properties (0.99.22.6) ...
11:31:17 Selecting previously unselected package packagekit.
11:31:17 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_armhf.deb ...
11:31:17 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:31:17 Building dependency tree...
11:31:17 Reading state information...
11:31:17 Correcting dependencies... Done
11:31:17 Selecting previously unselected package python3-blinker.
11:31:17 Preparing to unpack .../35-python3-blinker_1.5-1_all.deb ...
11:31:17 Unpacking python3-blinker (1.5-1) ...
11:31:17 Selecting previously unselected package python3-cffi-backend:armhf.
11:31:17 Preparing to unpack .../36-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
11:31:17 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
11:31:17 Selecting previously unselected package python3-cryptography.
11:31:17 Preparing to unpack .../37-python3-cryptography_38.0.4-2_armhf.deb ...
11:31:17 Unpacking python3-cryptography (38.0.4-2) ...
11:31:17 Selecting previously unselected package python3-dbus.
11:31:17 Preparing to unpack .../38-python3-dbus_1.3.2-4+b1_armhf.deb ...
11:31:17 Unpacking python3-dbus (1.3.2-4+b1) ...
11:31:17 Selecting previously unselected package python3-distro.
11:31:17 Preparing to unpack .../39-python3-distro_1.8.0-1_all.deb ...
11:31:17 Unpacking python3-distro (1.8.0-1) ...
11:31:17 Selecting previously unselected package python3-gi.
11:31:17 Preparing to unpack .../40-python3-gi_3.42.2-3+b1_armhf.deb ...
11:31:17 Setting up libsystemd0:armhf (237-3ubuntu10.57) ...
11:31:17 Selecting previously unselected package libcap2:armhf.
11:31: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 ... 7159 files and directories currently installed.)
11:31:17 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_armhf.deb ...
11:31:17 Unpacking libcap2:armhf (1:2.25-1.2) ...
11:31:17 Selecting previously unselected package libargon2-0:armhf.
11:31:17 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_armhf.deb ...
11:31:17 Unpacking libargon2-0:armhf (0~20161029-1.1) ...
11:31:17 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:17 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
11:31:17 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:31:17 Selecting previously unselected package libjson-c3:armhf.
11:31:17 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_armhf.deb ...
11:31:17 Unpacking libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
11:31:17 Selecting previously unselected package libcryptsetup12:armhf.
11:31:17 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
11:31:17 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
11:31:17 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
11:31:17 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:17 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:17 The following additional packages will be installed:
11:31:17   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:17   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:31:17   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:31:17   libnftnl11 libpam-systemd systemd systemd-sysv
11:31:17 Suggested packages:
11:31:17   kmod systemd-container policykit-1
11:31:17 Recommended packages:
11:31:17   nftables libnss-systemd
11:31:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
11:31:17 Selecting previously unselected package software-properties-common.
11:31:17 Preparing to unpack .../84-software-properties-common_0.99.22.6_all.deb ...
11:31:17 Unpacking software-properties-common (0.99.22.6) ...
11:31:17 Selecting previously unselected package gnupg2.
11:31:17 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
11:31:17 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
11:31:17 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
11:31:17 Setting up media-types (7.0.0) ...
11:31:17 Setting up systemd-sysv (249.11-0ubuntu3.7) ...
11:31:17 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
11:31:17 Setting up apt-transport-https (2.4.8) ...
11:31:17 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
11:31:17 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
11:31:17 No schema files found: doing nothing.
11:31:17 Setting up distro-info-data (0.52ubuntu0.2) ...
11:31:17 Setting up libxmlb2:armhf (0.3.6-2build1) ...
11:31:17 Setting up libbrotli1:armhf (1.0.9-2build6) ...
11:31:17 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
11:31:17 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:17 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:17 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:17 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:31:17 The following additional packages will be installed:
11:31:17   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:31:17   libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:17 Suggested packages:
11:31:17   firewalld kmod nftables
11:31:17 The following NEW packages will be installed:
11:31:17   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:31:17   libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:17 Unpacking python3-gi (3.42.2-3+b1) ...
11:31:17 Selecting previously unselected package python3-pyparsing.
11:31:17 Preparing to unpack .../41-python3-pyparsing_3.0.9-1_all.deb ...
11:31:17 Unpacking python3-pyparsing (3.0.9-1) ...
11:31:17 Selecting previously unselected package python3-httplib2.
11:31:17 Preparing to unpack .../42-python3-httplib2_0.20.4-3_all.deb ...
11:31:17 Unpacking python3-httplib2 (0.20.4-3) ...
11:31:17 Selecting previously unselected package python3-jwt.
11:31:17 Preparing to unpack .../43-python3-jwt_2.6.0-1_all.deb ...
11:31:17 Unpacking python3-jwt (2.6.0-1) ...
11:31:17 Selecting previously unselected package python3-pkg-resources.
11:31:17 Preparing to unpack .../44-python3-pkg-resources_66.1.1-1_all.deb ...
11:31:17 Unpacking python3-pkg-resources (66.1.1-1) ...
11:31:17 Selecting previously unselected package python3-lazr.uri.
11:31:17 Preparing to unpack .../45-python3-lazr.uri_1.0.6-3_all.deb ...
11:31:17 Unpacking python3-lazr.uri (1.0.6-3) ...
11:31:17 Selecting previously unselected package python3-wadllib.
11:31:17 Preparing to unpack .../46-python3-wadllib_1.3.6-4_all.deb ...
11:31:17 Unpacking python3-wadllib (1.3.6-4) ...
11:31:18 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_armhf.deb ...
11:31:18 Unpacking libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
11:31:18 Selecting previously unselected package libidn11:armhf.
11:31:18 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_armhf.deb ...
11:31:18 Unpacking libidn11:armhf (1.33-2.1ubuntu1.2) ...
11:31:18 Selecting previously unselected package libip4tc0:armhf.
11:31:18 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_armhf.deb ...
11:31:18 Unpacking libip4tc0:armhf (1.6.1-2ubuntu2) ...
11:31:18 Selecting previously unselected package libapparmor1:armhf.
11:31:18 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_armhf.deb ...
11:31:18 Unpacking libapparmor1:armhf (2.12-4ubuntu5.1) ...
11:31:18 Selecting previously unselected package libkmod2:armhf.
11:31:18 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_armhf.deb ...
11:31:18 Unpacking libkmod2:armhf (24-1ubuntu3.5) ...
11:31:18 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
11:31:18 Get:53 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
11:31:18 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblmdb0 armhf 0.9.24-1 [38.0 kB]
11:31:18 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-gobject-1-0 armhf 0.105-26ubuntu1.3 [33.8 kB]
11:31:18 Get:56 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
11:31:18 Reading package lists...
11:31:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:31:18 The following NEW packages will be installed:
11:31:18   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:18   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
11:31:18   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
11:31:18   libnftnl11 libpam-systemd systemd systemd-sysv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:31:18 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
11:31:18 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
11:31:18 Setting up libnpth0:armhf (1.6-3build2) ...
11:31:18 Setting up libassuan0:armhf (2.5.5-1build1) ...
11:31:18 Setting up libunwind8:armhf (1.3.2-2build2) ...
11:31:18 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:31:18 Setting up libcap2-bin (1:2.44-1build3) ...
11:31:18 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
11:31:18 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:31:18 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:31:18 Setting up libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
11:31:18 Setting up dbus (1.12.20-2ubuntu4.1) ...
11:31:18 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ...
11:31:18 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
11:31:18 Need to get 28.8 MB of archives.
11:31:18 After this operation, 119 MB of additional disk space will be used.
11:31:18 Get:1 https://download.docker.com/linux/ubuntu focal/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:31:18 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
11:31:18 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libxtables12 amd64 1.8.4-3ubuntu2 [28.4 kB]
11:31:18 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
11:31:18 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libip6tc2 amd64 1.8.4-3ubuntu2 [19.2 kB]
11:31:18 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libnfnetlink0 amd64 1.0.1-3build1 [13.8 kB]
11:31:18 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libnetfilter-conntrack3 amd64 1.0.7-2 [41.4 kB]
11:31:18 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libnftnl11 amd64 1.1.5-1 [57.8 kB]
11:31:18 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 iptables amd64 1.8.4-3ubuntu2 [390 kB]
11:31:18 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:18 Setting up docker-scan-plugin (0.23.0~debian-bookworm) ...
11:31:18 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:18 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:18 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:18 invoke-rc.d: could not determine current runlevel
11:31:18 invoke-rc.d: policy-rc.d denied execution of start.
11:31:18 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:31:18 Setting up docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:31:18 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:18  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:18   Package dbus-user-session is not installed.
11:31:18 
11:31:18 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:18 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_amd64.deb
11:31:18 Selecting previously unselected package python3-oauthlib.
11:31:18 Preparing to unpack .../47-python3-oauthlib_3.2.2-1_all.deb ...
11:31:18 Unpacking python3-oauthlib (3.2.2-1) ...
11:31:18 Selecting previously unselected package python3-six.
11:31:18 Preparing to unpack .../48-python3-six_1.16.0-4_all.deb ...
11:31:18 Unpacking python3-six (1.16.0-4) ...
11:31:18 Selecting previously unselected package python3-lazr.restfulclient.
11:31:18 Preparing to unpack .../49-python3-lazr.restfulclient_0.14.5-1_all.deb ...
11:31:18 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
11:31:18 Selecting previously unselected package python3-software-properties.
11:31:18 Preparing to unpack .../50-python3-software-properties_0.99.30-4_all.deb ...
11:31:18 Unpacking python3-software-properties (0.99.30-4) ...
11:31:18 Selecting previously unselected package software-properties-common.
11:31:18 Preparing to unpack .../51-software-properties-common_0.99.30-4_all.deb ...
11:31:18 Unpacking software-properties-common (0.99.30-4) ...
11:31:18 Setting up media-types (10.0.0) ...
11:31:18 Setting up systemd-sysv (252.5-2+rpi1) ...
11:31:18 Setting up gnupg2 (2.2.40-1) ...
11:31:18 Setting up libcap2:armhf (1:2.25-1.2) ...
11:31:18 Setting up libargon2-0:armhf (0~20161029-1.1) ...
11:31:18 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:31:18 Setting up libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
11:31:18 Setting up libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
11:31:18 Setting up libidn11:armhf (1.33-2.1ubuntu1.2) ...
11:31:18 Setting up libip4tc0:armhf (1.6.1-2ubuntu2) ...
11:31:18 Selecting previously unselected package systemd.
11:31: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 ... 7206 files and directories currently installed.)
11:31:18 Preparing to unpack .../systemd_237-3ubuntu10.57_armhf.deb ...
11:31:18 Unpacking systemd (237-3ubuntu10.57) ...
11:31:18 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
11:31:18 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
11:31:18 Docker CE Test - x86_64                          46 kB/s |  25 kB     00:00    
11:31:18 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
11:31:18 Need to get 26.0 MB of archives.
11:31:18 After this operation, 106 MB of additional disk space will be used.
11:31:18 Get:1 http://deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
11:31:18 Get:2 http://deb.debian.org/debian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
11:31:18 Get:3 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
11:31:18 Get:4 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
11:31:18 Get:5 http://deb.debian.org/debian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
11:31:18 Get:6 http://deb.debian.org/debian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [174 kB]
11:31:18 Get:7 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
11:31:18 Get:8 https://download.docker.com/linux/debian buster/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:18 Get:9 http://deb.debian.org/debian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.1 kB]
11:31:18 Get:10 http://deb.debian.org/debian buster/main armhf libkmod2 armhf 26-1 [46.4 kB]
11:31:18 Get:11 http://deb.debian.org/debian buster/main armhf systemd armhf 241-7~deb10u8 [3284 kB]
11:31:18 Get:12 http://deb.debian.org/debian buster/main armhf systemd-sysv armhf 241-7~deb10u8 [100 kB]
11:31:18 Get:13 http://deb.debian.org/debian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.3 kB]
11:31:18 Get:14 http://deb.debian.org/debian buster/main armhf libiptc0 armhf 1.8.2-4 [59.6 kB]
11:31:18 Get:15 http://deb.debian.org/debian buster/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
11:31:18 Get:16 http://deb.debian.org/debian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [34.1 kB]
11:31:18 Get:17 http://deb.debian.org/debian buster/main armhf libnftnl11 armhf 1.1.2-2 [43.7 kB]
11:31:18 Get:18 http://deb.debian.org/debian buster/main armhf iptables armhf 1.8.2-4 [354 kB]
11:31:18 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf dbus armhf 1.12.24-0+deb10u1 [222 kB]
11:31:18 Get:20 http://deb.debian.org/debian buster/main armhf libpam-systemd armhf 241-7~deb10u8 [195 kB]
11:31:18 Get:21 http://deb.debian.org/debian-security buster/updates/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
11:31:18 Building dependency tree...
11:31:18 Reading state information...
11:31:18 The following additional packages will be installed:
11:31:18   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:31:18   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:31:18   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
11:31:18   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
11:31:18   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:31:18   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:31:18   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
11:31:18   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
11:31:18   python3-gi python3-minimal python3-pycurl python3-software-properties
11:31:18   python3.9 python3.9-minimal readline-common
11:31:18 Suggested packages:
11:31:18   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
11:31:18   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
11:31:18   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
11:31:18   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
11:31:18   python3.9-doc binutils binfmt-support readline-doc
11:31:18 Recommended packages:
11:31:18   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
11:31:18   packagekit publicsuffix libsasl2-modules unattended-upgrades
11:31:18 Setting up libssh-4:armhf (0.9.6-2build1) ...
11:31:18 Setting up python-apt-common (2.4.0ubuntu1) ...
11:31:18 Setting up libmpdec3:armhf (2.5.1-2build2) ...
11:31:18 Setting up libpam-systemd:armhf (249.11-0ubuntu3.7) ...
11:31:18 Setting up libgirepository-1.0-1:armhf (1.72.0-1) ...
11:31:18 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
11:31:18 Setting up openssl (3.0.2-0ubuntu1.8) ...
11:31:18 Setting up libelf1:armhf (0.186-1build1) ...
11:31:18 Setting up readline-common (8.1.2-1) ...
11:31:18 Setting up iso-codes (4.9.0-1) ...
11:31:18 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
11:31:18 Setting up libicu70:armhf (70.1-2) ...
11:31:18 + make IMAGE=debian:bookworm verify
11:31:18 docker run  --rm -i \
11:31:18 	-v "$(pwd):/v" \
11:31:18 	-e DEBIAN_FRONTEND=noninteractive \
11:31:18 	-e PACKAGE_REPO=staging \
11:31:18 	-w /v \
11:31:18 	debian:bookworm ./verify
11:31:18 Unable to find image 'debian:bookworm' locally
11:31:18 bookworm: Pulling from library/debian
11:31:18 Setting up libicu72:armhf (72.1-3) ...
11:31:18 Setting up apt-transport-https (2.5.6) ...
11:31:18 Setting up libglib2.0-0:armhf (2.74.6-1) ...
11:31:18 No schema files found: doing nothing.
11:31:18 Setting up distro-info-data (0.57) ...
11:31:18 Setting up libtirpc-common (1.3.3+ds-1) ...
11:31:18 Setting up libxmlb2:armhf (0.3.10-2) ...
11:31:18 Setting up libpackagekit-glib2-18:armhf (1.2.6-3) ...
11:31:18 Setting up libcurl3-gnutls:armhf (7.88.1-1) ...
11:31:18 Setting up libunwind8:armhf (1.6.2-3) ...
11:31:18 Setting up libcap2-bin (1:2.66-3) ...
11:31:18 Setting up libglib2.0-data (2.74.6-1) ...
11:31:18 Setting up libdbus-1-3:armhf (1.14.6-1) ...
11:31:18 Setting up udev (252.5-2+rpi1) ...
11:31:18 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf apt-transport-https all 2.0.9 [1704 B]
11:31:18 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
11:31:18 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB]
11:31:18 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB]
11:31:18 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB]
11:31:18 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB]
11:31:18 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB]
11:31:18 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB]
11:31:18 Setting up libapparmor1:armhf (2.12-4ubuntu5.1) ...
11:31:18 Setting up libkmod2:armhf (24-1ubuntu3.5) ...
11:31:18 Setting up systemd (237-3ubuntu10.57) ...
11:31:18 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:18 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:31:18 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:31:18 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:31:18 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:31:18 Initializing machine ID from random generator.
11:31:18 Setting up pinentry-curses (1.1.1-1build2) ...
11:31:18 Setting up libdw1:armhf (0.186-1build1) ...
11:31:18 Setting up libreadline8:armhf (8.1.2-1) ...
11:31:18 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
11:31:18 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:31:18 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
11:31:18 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:31:18 4c5d14f15cd6: Already exists
11:31:18 Digest: sha256:7b1f092d471519e5c2063824436cb5d64dda9f2dc78d94dfbb9e0e21a801ea97
11:31:18 Status: Downloaded newer image for debian:bookworm
11:31:18 debconf: delaying package configuration, since apt-utils is not installed
11:31:18 Fetched 28.8 MB in 1s (46.1 MB/s)
11:31:18 Selecting previously unselected package libmnl0:amd64.
11:31: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 ... 10634 files and directories currently installed.)
11:31:18 Preparing to unpack .../0-libmnl0_1.0.4-2_amd64.deb ...
11:31:18 Unpacking libmnl0:amd64 (1.0.4-2) ...
11:31:18 Selecting previously unselected package libxtables12:amd64.
11:31:18 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_amd64.deb ...
11:31:18 Unpacking libxtables12:amd64 (1.8.4-3ubuntu2) ...
11:31:18 Selecting previously unselected package netbase.
11:31:18 Preparing to unpack .../2-netbase_6.1_all.deb ...
11:31:18 Unpacking netbase (6.1) ...
11:31:18 Selecting previously unselected package libip6tc2:amd64.
11:31:18 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_amd64.deb ...
11:31:18 Reading package lists...
11:31:18 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB]
11:31:18 Selecting previously unselected package systemd-sysv.
11:31: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 ... 7903 files and directories currently installed.)
11:31:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.57_armhf.deb ...
11:31:18 Unpacking systemd-sysv (237-3ubuntu10.57) ...
11:31:18 Fedora 36 - x86_64                               90 kB/s |  25 kB     00:00    
11:31:18 Updating certificates in /etc/ssl/certs...
11:31:18 The following NEW packages will be installed:
11:31:18   apt-transport-https ca-certificates curl dirmngr distro-info-data
11:31:18   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:31:18   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:31:18   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
11:31:18   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
11:31:18   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
11:31:18   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
11:31:18   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
11:31:18   media-types openssl pinentry-curses python-apt-common python3 python3-apt
11:31:18   python3-dbus python3-gi python3-minimal python3-pycurl
11:31:18   python3-software-properties python3.9 python3.9-minimal readline-common
11:31:18   software-properties-common
11:31:18 Unpacking libip6tc2:amd64 (1.8.4-3ubuntu2) ...
11:31:18 Selecting previously unselected package libnfnetlink0:amd64.
11:31:18 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_amd64.deb ...
11:31:18 Unpacking libnfnetlink0:amd64 (1.0.1-3build1) ...
11:31:18 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:31:18 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_amd64.deb ...
11:31:18 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-2) ...
11:31:18 Selecting previously unselected package libnftnl11:amd64.
11:31:18 Preparing to unpack .../6-libnftnl11_1.1.5-1_amd64.deb ...
11:31:18 Unpacking libnftnl11:amd64 (1.1.5-1) ...
11:31:18 Selecting previously unselected package iptables.
11:31:18 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_amd64.deb ...
11:31:18 Unpacking iptables (1.8.4-3ubuntu2) ...
11:31:19 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB]
11:31:19 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB]
11:31:19 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
11:31:19 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
11:31:19 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:31:19 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
11:31:19 Building dependency tree...
11:31:19 Reading state information...
11:31:19 Correcting dependencies... Done
11:31:19 Selecting previously unselected package multiarch-support.
11:31:19 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_armhf.deb ...
11:31:19 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:31:19 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:31:19 Selecting previously unselected package libnfnetlink0:armhf.
11:31: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 ... 7923 files and directories currently installed.)
11:31:19 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
11:31:19 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
11:31:19 Selecting previously unselected package dbus.
11:31:19 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_armhf.deb ...
11:31:19 Unpacking dbus (1.12.2-1ubuntu1.4) ...
11:31:19 Selecting previously unselected package libmnl0:armhf.
11:31:19 Preparing to unpack .../02-libmnl0_1.0.4-2_armhf.deb ...
11:31:19 Unpacking libmnl0:armhf (1.0.4-2) ...
11:31:19 Selecting previously unselected package libpam-systemd:armhf.
11:31:19 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.57_armhf.deb ...
11:31:19 Unpacking libpam-systemd:armhf (237-3ubuntu10.57) ...
11:31:19 Fedora 36 openh264 (From Cisco) - x86_64        3.2 kB/s | 989  B     00:00    
11:31:19 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
11:31:19 Need to get 22.0 MB of archives.
11:31:19 After this operation, 66.5 MB of additional disk space will be used.
11:31:19 Get:1 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
11:31:19 Get:2 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
11:31:19 Get:3 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
11:31:19 Selecting previously unselected package containerd.io.
11:31:19 Preparing to unpack .../8-containerd.io_1.6.18-1_amd64.deb ...
11:31:19 Unpacking containerd.io (1.6.18-1) ...
11:31:19 + verify
11:31:19 + dpkg --version
11:31:19 + verify_deb
11:31:19 + apt-get update
11:31:19 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
11:31:19 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
11:31:19 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
11:31:19 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.16 [204 kB]
11:31:19 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.16 [154 kB]
11:31:19 Selecting previously unselected package libxtables12:armhf.
11:31:19 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:19 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
11:31:19 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_armhf.deb ...
11:31:19 Unpacking libxtables12:armhf (1.6.1-2ubuntu2) ...
11:31:19 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:19 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:19 Selecting previously unselected package libip6tc0:armhf.
11:31:19 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_armhf.deb ...
11:31:19 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:19 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:19 Unpacking libip6tc0:armhf (1.6.1-2ubuntu2) ...
11:31:19 Selecting previously unselected package libiptc0:armhf.
11:31:19 The following additional packages will be installed:
11:31:19   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:19 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_armhf.deb ...
11:31:19 Unpacking libiptc0:armhf (1.6.1-2ubuntu2) ...
11:31:19   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:19 Suggested packages:
11:31:19   firewalld kmod
11:31:19 Recommended packages:
11:31:19   nftables
11:31:19 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:19 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_armhf.deb ...
11:31:19 The following NEW packages will be installed:
11:31:19 Unpacking libnetfilter-conntrack3:armhf (1.0.6-2) ...
11:31:19   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:19 Selecting previously unselected package iptables.
11:31:19   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:19 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_armhf.deb ...
11:31:19 Unpacking iptables (1.6.1-2ubuntu2) ...
11:31:19 Selecting previously unselected package containerd.io.
11:31:19 Preparing to unpack .../09-containerd.io_1.6.18-1_armhf.deb ...
11:31:19 Unpacking containerd.io (1.6.18-1) ...
11:31:19 debconf: delaying package configuration, since apt-utils is not installed
11:31:19 Fetched 26.0 MB in 1s (22.5 MB/s)
11:31:19 Selecting previously unselected package libapparmor1:armhf.
11:31: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 ... 9939 files and directories currently installed.)
11:31:19 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
11:31:19 Unpacking libapparmor1:armhf (2.13.2-10) ...
11:31:19 Selecting previously unselected package libargon2-1:armhf.
11:31:19 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_armhf.deb ...
11:31:19 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
11:31:19 Selecting previously unselected package dbus-user-session.
11:31:19 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_amd64.deb ...
11:31:19 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
11:31:19 Setting up libip6tc2:amd64 (1.8.7-1ubuntu5) ...
11:31:19 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
11:31:19 Setting up libmnl0:amd64 (1.0.4-3build2) ...
11:31:19 Setting up containerd.io (1.6.18-1) ...
11:31:19 invoke-rc.d: could not determine current runlevel
11:31:19 invoke-rc.d: policy-rc.d denied execution of restart.
11:31:19 Setting up python-apt-common (2.5.3) ...
11:31:19 Setting up libduktape207:armhf (2.7.0-2) ...
11:31:19 Setting up dbus-session-bus-common (1.14.6-1) ...
11:31:19 Setting up xml-core (0.18+nmu1) ...
11:31:19 Setting up libcurl4:armhf (7.88.1-1) ...
11:31:19 Setting up libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
11:31:19 Setting up curl (7.88.1-1) ...
11:31:19 Setting up libstemmer0d:armhf (2.2.0-2) ...
11:31:19 Setting up lsb-release (12.0-1) ...
11:31:19 Setting up dbus-system-bus-common (1.14.6-1) ...
11:31:19 Get:4 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:31:19 Get:5 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:31:19 Get:6 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
11:31:19 Get:7 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
11:31:19 Get:8 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
11:31:19 Get:9 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
11:31:19 Get:10 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
11:31:19 Get:11 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
11:31:19 Get:12 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
11:31:19 Get:13 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:31:19 Get:14 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:31:19 Get:15 http://deb.debian.org/debian-security bullseye-security/main armhf openssl armhf 1.1.1n-0+deb11u4 [829 kB]
11:31:19 Get:16 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
11:31:19 Get:17 http://deb.debian.org/debian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
11:31:19 Get:18 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
11:31:19 Get:19 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
11:31:19 Get:20 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
11:31:19 Get:21 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
11:31:19 Get:22 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
11:31:19 Get:23 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
11:31:19 Get:24 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:31:19 Get:25 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
11:31:19 Get:26 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u7 [313 kB]
11:31:19 Get:27 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u7 [262 kB]
11:31:19 Get:28 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
11:31:19 Get:29 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
11:31:19 Get:30 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
11:31:19 Get:31 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:31:19 Get:32 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
11:31:19 Get:33 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
11:31:19 Get:34 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
11:31:19 Get:35 http://deb.debian.org/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [83.9 kB]
11:31:19 Get:36 http://deb.debian.org/debian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
11:31:19 Get:37 http://deb.debian.org/debian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [111 kB]
11:31:19 Get:38 http://deb.debian.org/debian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
11:31:19 Get:39 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:31:19 Get:40 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
11:31:19 Get:41 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
11:31:19 Get:42 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
11:31:19 Get:43 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
11:31:19 Get:44 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
11:31:19 Get:45 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
11:31:19 Get:46 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
11:31:19 Get:47 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
11:31:19 Get:48 http://deb.debian.org/debian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
11:31:19 Get:49 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
11:31:19 124 added, 0 removed; done.
11:31:19 Setting up gir1.2-glib-2.0:armhf (1.72.0-1) ...
11:31:19 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:31:19 Setting up libcurl4:armhf (7.81.0-1ubuntu1.8) ...
11:31:19 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
11:31:19 Setting up curl (7.81.0-1ubuntu1.8) ...
11:31:19 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
11:31:19 Setting up polkitd (0.105-33) ...
11:31:19 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:31:19 Setting up libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
11:31:19 Setcap worked! gst-ptp-helper is not suid!
11:31:19 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
11:31:19 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:31:19 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:31:19 Get:1 http://deb.debian.org/debian bookworm InRelease [178 kB]
11:31:19 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:31:19 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:31:19 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8690 kB]
11:31:19 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:31:19 ~/rpmbuild/BUILD/src
11:31:19 + popd
11:31:19 + exit 0
11:31:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VuH9fO
11:31:19 + umask 022
11:31:19 + cd /root/rpmbuild/BUILD
11:31:19 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64 '!=' / ']'
11:31:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:19 + mkdir -p /root/rpmbuild/BUILDROOT
11:31:19 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:19 + cd src
11:31:19 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:31:19 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:31:19 + 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
11:31:19 + popd
11:31:19 ~/rpmbuild/BUILD/src
11:31:19 + /usr/lib/rpm/check-buildroot
11:31:19 + /usr/lib/rpm/redhat/brp-compress
11:31:19 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
11:31:19 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:31:19 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
11:31:19 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
11:31:19 + /usr/lib/rpm/redhat/brp-python-hardlink
11:31:19 + /usr/lib/rpm/redhat/brp-java-repack-jars
11:31:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OWbBuT
11:31:19 + umask 022
11:31:19 + cd /root/rpmbuild/BUILD
11:31:19 + cd src
11:31:19 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:31:19 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:31:19 + ver=v0.23.0
11:31:19 + test v0.23.0 = v0.23.0
11:31:19 + echo 'PASS: docker-scan version OK'
11:31:19 + exit 0
11:31:19 PASS: docker-scan version OK
11:31:19 Processing files: docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:19 Provides: docker-scan-plugin = 0:0.23.0-0.el7 docker-scan-plugin(x86-64) = 0:0.23.0-0.el7
11:31:19 Requires(interp): /bin/sh /bin/sh /bin/sh
11:31:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:31:19 Requires(post): /bin/sh
11:31:19 Requires(preun): /bin/sh
11:31:19 Requires(postun): /bin/sh
11:31:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:19 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el7.src.rpm
11:31:19 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
11:31:19 Selecting previously unselected package dmsetup.
11:31:19 Need to get 28.9 MB of archives.
11:31:19 After this operation, 119 MB of additional disk space will be used.
11:31:19 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_armhf.deb ...
11:31:19 Unpacking dmsetup (2:1.02.155-3) ...
11:31:19 Get:1 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
11:31:19 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:19 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
11:31:19 Get:2 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.6-1 [76.5 kB]
11:31:19 Get:3 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB]
11:31:19 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:31:19 Selecting previously unselected package libjson-c3:armhf.
11:31:19 Get:4 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
11:31:19 Get:5 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:31:19 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
11:31:19 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
11:31:19 Get:6 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB]
11:31:19 Selecting previously unselected package libcryptsetup12:armhf.
11:31:19 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
11:31:19 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB]
11:31:19 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
11:31:19 Selecting previously unselected package libidn11:armhf.
11:31:19 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
11:31:19 Get:9 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB]
11:31:19 Preparing to unpack .../6-libidn11_1.33-2.2_armhf.deb ...
11:31:19 Unpacking libidn11:armhf (1.33-2.2) ...
11:31:19 Get:10 https://download.docker.com/linux/debian bookworm/test amd64 containerd.io amd64 1.6.18-1 [28.2 MB]
11:31:19 Selecting previously unselected package libip4tc0:armhf.
11:31:19 Preparing to unpack .../7-libip4tc0_1.8.2-4_armhf.deb ...
11:31:19 Unpacking libip4tc0:armhf (1.8.2-4) ...
11:31:19 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:19 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ...
11:31:19 Setting up libnfnetlink0:amd64 (1.0.1-3build3) ...
11:31:19 Setting up netbase (6.3) ...
11:31:19 Setting up libnftnl11:amd64 (1.2.1-1build1) ...
11:31:19 Setting up libnetfilter-conntrack3:amd64 (1.0.9-1) ...
11:31:19 Setting up iptables (1.8.7-1ubuntu5) ...
11:31:19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:19 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:19 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:31:19 + verify_binaries
11:31:19 + docker --version
11:31:19 Setting up libelf1:armhf (0.188-2.1+rpi1) ...
11:31:19 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
11:31:19 Setting up iso-codes (4.13.0-1) ...
11:31:19 Setting up dbus-bin (1.14.6-1) ...
11:31:19 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
11:31:19 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:31:19 Setting up libdw1:armhf (0.188-2.1+rpi1) ...
11:31:19 Setting up libglib2.0-bin (2.74.6-1) ...
11:31:19 Setting up dbus-daemon (1.14.6-1) ...
11:31:19 Setting up libappstream4:armhf (0.16.1-1) ...
11:31:19 Setting up dbus (1.14.6-1) ...
11:31:19 invoke-rc.d: could not determine current runlevel
11:31:19 invoke-rc.d: policy-rc.d denied execution of start.
11:31:19 Setting up gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
11:31:19 Setting up libnsl2:armhf (1.3.0-2) ...
11:31:19 Setting up libpam-systemd:armhf (252.5-2+rpi1) ...
11:31:19 Get:50 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [310 kB]
11:31:19 Get:51 http://deb.debian.org/debian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [199 kB]
11:31:19 Get:52 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
11:31:19 Get:53 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
11:31:19 Get:54 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
11:31:19 Get:55 http://deb.debian.org/debian bullseye/main armhf python3-dbus armhf 1.2.16-5 [101 kB]
11:31:19 Get:56 http://deb.debian.org/debian bullseye/main armhf python3-gi armhf 3.38.0-2 [218 kB]
11:31:19 Get:57 http://deb.debian.org/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.9 kB]
11:31:19 Get:58 http://deb.debian.org/debian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
11:31:19 Get:59 http://deb.debian.org/debian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
11:31:19 debconf: delaying package configuration, since apt-utils is not installed
11:31:19 Fetched 22.0 MB in 1s (37.6 MB/s)
11:31:19 Selecting previously unselected package libpython3.9-minimal:armhf.
11:31: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 ... 6654 files and directories currently installed.)
11:31:19 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ...
11:31:19 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
11:31:19 Fedora Modular 36 - x86_64                       48 kB/s |  25 kB     00:00    
11:31:19 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:31:19 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:31:19   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
11:31:19   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            23/54 
11:31:19   Installing       : container-selinux-2:2.201.0-1.fc37.noarch            23/54 
11:31:19 Selecting previously unselected package libkmod2:armhf.
11:31:19 Preparing to unpack .../8-libkmod2_26-1_armhf.deb ...
11:31:19 Unpacking libkmod2:armhf (26-1) ...
11:31:19 Selecting previously unselected package systemd.
11:31:19 Preparing to unpack .../9-systemd_241-7~deb10u8_armhf.deb ...
11:31:19 Unpacking systemd (241-7~deb10u8) ...
11:31:19 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:19 ++ uname -m
11:31:19 + '[' x86_64 = x86_64 ']'
11:31:19 + docker scan --help
11:31:19 
11:31:19 Usage:  docker scan [OPTIONS] IMAGE
11:31:19 
11:31:19 A tool to scan your images
11:31:19 
11:31:19 Options:
11:31:19       --accept-license    Accept using a third party scanning provider
11:31:19       --dependency-tree   Show dependency tree with scan results
11:31:19       --exclude-base      Exclude base image from vulnerability scanning
11:31:19                           (requires --file)
11:31:19   -f, --file string       Dockerfile associated with image, provides more
11:31:19                           detailed results
11:31:19       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:19                           them to a single one (requires --json)
11:31:19       --json              Output results in JSON format
11:31:19       --login             Authenticate to the scan provider using an
11:31:19                           optional token (with --token), or web base
11:31:19                           token if empty
11:31:19       --reject-license    Reject using a third party scanning provider
11:31:19       --severity string   Only report vulnerabilities of provided level
11:31:19                           or higher (low|medium|high)
11:31:19       --token string      Authentication token to login to the third
11:31:19                           party scanning provider
11:31:19       --version           Display version of the scan plugin
11:31:19 + docker buildx version
11:31:19 github.com/docker/buildx v0.10.4 c513d34
11:31:19 + docker compose version
11:31:19 Get:79 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus-user-session armhf 1.12.16-2ubuntu2.3 [9424 B]
11:31:19 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdconf1 armhf 0.36.0-1 [33.2 kB]
11:31:19 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-service armhf 0.36.0-1 [25.3 kB]
11:31:19 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-gsettings-backend armhf 0.36.0-1 [18.4 kB]
11:31:19 Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
11:31:19 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
11:31:19 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
11:31:19 Get:86 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
11:31:19 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
11:31:19 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpackagekit-glib2-18 armhf 1.1.13-2ubuntu1.1 [90.6 kB]
11:31:19   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             50/62 
11:31:19   Installing       : acl-2.3.1-3.el9.x86_64                               51/62 
11:31:19   Installing       : dbus-1:1.12.20-7.el9.x86_64                          52/62 
11:31:19   Installing       : systemd-pam-252-8.el9.x86_64                         53/62 
11:31:19   Running scriptlet: systemd-252-8.el9.x86_64                             54/62 
11:31:19   Installing       : systemd-252-8.el9.x86_64                             54/62 
11:31:19   Running scriptlet: systemd-252-8.el9.x86_64                             54/62 
11:31:19   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   55/62 
11:31:19   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   55/62 
11:31:19 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:31:19 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:31:19 
11:31:19   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
11:31:19   Installing       : dbus-broker-28-7.el9.x86_64                          56/62 
11:31:19   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
11:31:19 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:31:19 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:31:19 
11:31:19   Installing       : device-mapper-libs-9:1.02.187-7.el9.x86_64           57/62 
11:31:19 Setting up libpolkit-agent-1-0:armhf (122-3) ...
11:31:19 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
11:31:19 Setcap worked! gst-ptp-helper is not suid!
11:31:19 Setting up libpython3.11-stdlib:armhf (3.11.2-4) ...
11:31:19 Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:31:19 Setting up libpython3-stdlib:armhf (3.11.2-1) ...
11:31:19 Setting up python3.11 (3.11.2-4) ...
11:31:19 Selecting previously unselected package libexpat1:armhf.
11:31:19 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
11:31:19 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
11:31:19 Selecting previously unselected package python3.9-minimal.
11:31:19 Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ...
11:31:19 Unpacking python3.9-minimal (3.9.2-1) ...
11:31:19 Fedora 36 - x86_64 - Updates                     75 kB/s |  22 kB     00:00    
11:31:19 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:31:19 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:31:19 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:31:20 Setting up libapparmor1:armhf (2.13.2-10) ...
11:31:20 Setting up libargon2-1:armhf (0~20171227-0.2) ...
11:31:20 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
11:31:20 Setting up libidn11:armhf (1.33-2.2) ...
11:31:20 Setting up libip4tc0:armhf (1.8.2-4) ...
11:31:20 Setting up libkmod2:armhf (26-1) ...
11:31:20 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
11:31:20 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
11:31:20 Setting up systemd (241-7~deb10u8) ...
11:31:20 Docker Compose version v2.16.0
11:31:20 + dockerd --version
11:31:20 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:20 + docker-proxy --version
11:31:20 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:20 + containerd --version
11:31:20 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:20 + ctr --version
11:31:20 ctr containerd.io 1.6.18
11:31:20 + containerd-shim --help
11:31:20 Usage of containerd-shim:
11:31:20   -address string
11:31:20     	grpc address back to main containerd
11:31:20   -containerd-binary containerd publish
11:31:20     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:20   -criu string
11:31:20     	path to criu binary
11:31:20   -debug
11:31:20     	enable debug output in logs
11:31:20   -namespace string
11:31:20     	namespace that owns the shim
11:31:20   -runtime-root string
11:31:20     	root directory for the runtime (default "/run/containerd/runc")
11:31:20   -socket string
11:31:20     	socket path to serve
11:31:20   -systemd-cgroup
11:31:20     	set runtime to use systemd-cgroup
11:31:20   -workdir string
11:31:20     	path used to storge large temporary data
11:31:20 + containerd-shim-runc-v1 -v
11:31:20 containerd-shim-runc-v1:
11:31:20   Version:  1.6.18
11:31:20   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:20   Go version: go1.19.6
11:31:20 
11:31:20 + containerd-shim-runc-v2 -v
11:31:20 containerd-shim-runc-v2:
11:31:20   Version:  1.6.18
11:31:20   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:20   Go version: go1.19.6
11:31:20 
11:31:20 + runc --version
11:31:20 runc version 1.1.4
11:31:20 commit: v1.1.4-0-g5fd4c4d
11:31:20 spec: 1.0.2-dev
11:31:20 go: go1.19.6
11:31:20 libseccomp: 2.5.3
11:31:20 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.13-2ubuntu1.1 [21.4 kB]
11:31:20 debconf: delaying package configuration, since apt-utils is not installed
11:31:20 Fetched 28.9 MB in 1s (46.5 MB/s)
11:31:20 Selecting previously unselected package netbase.
11:31: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 ... 11705 files and directories currently installed.)
11:31:20 Preparing to unpack .../0-netbase_6.4_all.deb ...
11:31:20 Unpacking netbase (6.4) ...
11:31:20 Selecting previously unselected package containerd.io.
11:31:20 Preparing to unpack .../1-containerd.io_1.6.18-1_amd64.deb ...
11:31:20 Unpacking containerd.io (1.6.18-1) ...
11:31:20 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
11:31:20 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
11:31:20 Setting up python3.9-minimal (3.9.2-1) ...
[Pipeline] }
[Pipeline] // stage
11:31:20 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:20 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:20 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:20 Initializing machine ID from random generator.
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
11:31:20 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libproxy1v5 armhf 0.4.15-10ubuntu1.2 [42.3 kB]
11:31:20 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
11:31:20 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-services armhf 2.64.2-1ubuntu0.1 [9908 B]
11:31:20 Get:93 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
11:31:20 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking armhf 2.64.2-1ubuntu0.1 [52.2 kB]
11:31:20 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
[Pipeline] }
11:31:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
11:31:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hSTmae
11:31:20 + umask 022
11:31:20 + cd /root/rpmbuild/BUILD
11:31:20 + cd src
11:31:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
11:31:20 + exit 0
11:31:20   Installing       : device-mapper-9:1.02.187-7.el9.x86_64                58/62 
11:31:20   Installing       : containerd.io-1.6.18-3.1.el9.x86_64                  59/62 
11:31:20   Running scriptlet: containerd.io-1.6.18-3.1.el9.x86_64                  59/62 
11:31:20   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   60/62 
11:31:20 Setting up dmsetup (2:1.02.155-3) ...
11:31:20 Selecting previously unselected package systemd-sysv.
11:31: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 ... 10765 files and directories currently installed.)
11:31:20 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_armhf.deb ...
11:31:20 Unpacking systemd-sysv (241-7~deb10u8) ...
11:31:20 Selecting previously unselected package libip6tc0:armhf.
11:31:20 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
11:31:20 Unpacking libip6tc0:armhf (1.8.2-4) ...
11:31:20 Selecting previously unselected package libiptc0:armhf.
11:31:20 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
11:31:20 Unpacking libiptc0:armhf (1.8.2-4) ...
11:31:20 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
11:31:20 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
11:31:20 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
11:31:20 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
11:31:20 Selecting previously unselected package python3-minimal.
11:31: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 ... 6948 files and directories currently installed.)
11:31:20 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:31:20 Unpacking python3-minimal (3.9.2-3) ...
11:31:20 Selecting previously unselected package media-types.
11:31:20 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:31:20 Unpacking media-types (4.0.0) ...
11:31:20 Selecting previously unselected package libmpdec3:armhf.
11:31:20 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
11:31:20 Unpacking libmpdec3:armhf (2.5.1-1) ...
11:31:20 Selecting previously unselected package libnfnetlink0:armhf.
11:31:20 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
11:31:20 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:20 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:20 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
11:31:20 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
11:31:20 Selecting previously unselected package libnftnl11:armhf.
11:31:20 Preparing to unpack .../05-libnftnl11_1.1.2-2_armhf.deb ...
11:31:20 Unpacking libnftnl11:armhf (1.1.2-2) ...
11:31:20 Selecting previously unselected package iptables.
11:31:20 Preparing to unpack .../06-iptables_1.8.2-4_armhf.deb ...
11:31:20 Unpacking iptables (1.8.2-4) ...
11:31:20 Selecting previously unselected package dbus.
11:31:20 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_armhf.deb ...
11:31:20 Unpacking dbus (1.12.24-0+deb10u1) ...
11:31:20 Selecting previously unselected package libpam-systemd:armhf.
11:31:20 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_armhf.deb ...
11:31:20 Setting up python3 (3.11.2-1) ...
11:31:20 Setting up python3-six (1.16.0-4) ...
11:31:20 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
11:31:20 Fetched 8965 kB in 1s (6022 kB/s)
11:31:20 Fedora Modular 36 - x86_64 - Updates             68 kB/s |  24 kB     00:00    
11:31:20 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:31:20 Setting up pkexec (0.105-33) ...
11:31:20 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.8) ...
11:31:20 Setting up python3 (3.10.6-1~22.04) ...
11:31:20 Setting up libappstream4:armhf (0.15.2-2) ...
11:31:20 Setting up python3-six (1.16.0-3ubuntu1) ...
11:31:20 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:31:21 Selecting previously unselected package libncursesw6:armhf.
11:31:21 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
11:31:21 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
11:31:21 Selecting previously unselected package readline-common.
11:31:21 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:31:21 Unpacking readline-common (8.1-1) ...
11:31:21 Selecting previously unselected package libreadline8:armhf.
11:31:21 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
11:31:21 Unpacking libreadline8:armhf (8.1-1) ...
11:31:21 Selecting previously unselected package libsqlite3-0:armhf.
11:31:21 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
11:31:21 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
11:31:21 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:31:21 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
11:31:21 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
11:31:21   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   60/62 
11:31:21   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.x86   61/62 
11:31:21   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.x86   61/62 
11:31:21   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
11:31:21   Running scriptlet: selinux-policy-targeted-38.1.8-1.el9.noarch          62/62 
11:31:21   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             62/62 
11:31:21 Unpacking libpam-systemd:armhf (241-7~deb10u8) ...
11:31:21 Selecting previously unselected package containerd.io.
11:31:21 Preparing to unpack .../09-containerd.io_1.6.18-1_armhf.deb ...
11:31:21 Unpacking containerd.io (1.6.18-1) ...
11:31:21 Setting up python3-pyparsing (3.0.9-1) ...
11:31:21 Setting up python3-gi (3.42.2-3+b1) ...
11:31:21 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'.
11:31:21 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
11:31:21 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
11:31:21 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:21 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:31:21 Setting up python3-pyparsing (2.4.7-1) ...
11:31:21 Selecting previously unselected package dbus-user-session.
11:31:21 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_armhf.deb ...
11:31:21 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
11:31:21 Setting up containerd.io (1.6.18-1) ...
11:31:21 Selecting previously unselected package python3.9.
11:31:21 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
11:31:21 Unpacking python3.9 (3.9.2-1) ...
11:31:21 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:21 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:31:21 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:31:21 Setting up python3-minimal (3.9.2-3) ...
11:31:21 Setting up python3-httplib2 (0.20.4-3) ...
11:31:21 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:31:21 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsoup2.4-1 armhf 2.70.0-1 [228 kB]
11:31:21 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstemmer0d armhf 0+svn585-2 [55.1 kB]
11:31:21 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libappstream4 armhf 0.12.10-2 [110 kB]
11:31:21 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-bin armhf 2.64.6-1~ubuntu20.04.4 [67.3 kB]
11:31:21 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgstreamer1.0-0 armhf 1.16.3-0ubuntu1.1 [829 kB]
11:31:21 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-agent-1-0 armhf 0.105-26ubuntu1.3 [12.8 kB]
11:31:21 Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf policykit-1 armhf 0.105-26ubuntu1.3 [76.6 kB]
11:31:21 Setting up python3-gi (3.42.1-0ubuntu1) ...
11:31:21 Setting up python3-jeepney (0.7.1-3) ...
11:31:21 Reading package lists...
11:31:21 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:21 Setting up systemd-sysv (237-3ubuntu10.57) ...
11:31:21 Setting up libiptc0:armhf (1.6.1-2ubuntu2) ...
11:31:21 Setting up libxtables12:armhf (1.6.1-2ubuntu2) ...
11:31:21 Setting up libnfnetlink0:armhf (1.0.1-3) ...
11:31:21 Setting up dbus (1.12.2-1ubuntu1.4) ...
11:31:21 Setting up libmnl0:armhf (1.0.4-2) ...
11:31:21 Setting up libip6tc0:armhf (1.6.1-2ubuntu2) ...
11:31:21 Setting up libnetfilter-conntrack3:armhf (1.0.6-2) ...
11:31:21 Setting up libpam-systemd:armhf (237-3ubuntu10.57) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:21 Selecting previously unselected package python3.
11:31: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 ... 7386 files and directories currently installed.)
11:31:21 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
11:31:21 Unpacking python3 (3.9.2-3) ...
11:31:21 Selecting previously unselected package openssl.
11:31:21 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_armhf.deb ...
11:31:21 Unpacking openssl (1.1.1n-0+deb11u4) ...
11:31:21   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
11:31:21   Verifying        : acl-2.3.1-3.el9.x86_64                                1/62 
11:31:21   Verifying        : cracklib-2.9.6-27.el9.x86_64                          2/62 
11:31:21   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                    3/62 
11:31:21   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           4/62 
11:31:21   Verifying        : dbus-broker-28-7.el9.x86_64                           5/62 
11:31:21   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/62 
11:31:21   Verifying        : device-mapper-9:1.02.187-7.el9.x86_64                 7/62 
11:31:21   Verifying        : device-mapper-libs-9:1.02.187-7.el9.x86_64            8/62 
11:31:21   Verifying        : diffutils-3.7-12.el9.x86_64                           9/62 
11:31:21   Verifying        : fuse-common-3.10.2-5.el9.x86_64                      10/62 
11:31:21   Verifying        : iptables-libs-1.8.8-6.el9.x86_64                     11/62 
11:31:21   Verifying        : iptables-nft-1.8.8-6.el9.x86_64                      12/62 
11:31:21   Verifying        : kmod-28-7.el9.x86_64                                 13/62 
11:31:21   Verifying        : kmod-libs-28-7.el9.x86_64                            14/62 
11:31:21   Verifying        : libdb-5.3.28-53.el9.x86_64                           15/62 
11:31:21   Verifying        : libeconf-0.4.1-2.el9.x86_64                          16/62 
11:31:21   Verifying        : libfdisk-2.37.4-10.el9.x86_64                        17/62 
11:31:21   Verifying        : libibverbs-44.0-2.el9.x86_64                         18/62 
11:31:21   Verifying        : libmnl-1.0.4-15.el9.x86_64                           19/62 
11:31:21   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.x86_64            20/62 
11:31:21   Verifying        : libnfnetlink-1.0.1-21.el9.x86_64                     21/62 
11:31:21   Verifying        : libnftnl-1.2.2-1.el9.x86_64                          22/62 
11:31:21   Verifying        : libnl3-3.7.0-1.el9.x86_64                            23/62 
11:31:21   Verifying        : libpcap-14:1.10.0-4.el9.x86_64                       24/62 
11:31:21   Verifying        : libpwquality-1.4.4-8.el9.x86_64                      25/62 
11:31:21   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        26/62 
11:31:21   Verifying        : libselinux-utils-3.5-1.el9.x86_64                    27/62 
11:31:21   Verifying        : libutempter-1.2.1-6.el9.x86_64                       28/62 
11:31:21   Verifying        : openssl-1:3.0.7-5.el9.x86_64                         29/62 
11:31:21   Verifying        : pam-1.5.1-14.el9.x86_64                              30/62 
11:31:21   Verifying        : policycoreutils-3.5-1.el9.x86_64                     31/62 
11:31:21   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/62 
11:31:21   Verifying        : python3-setools-4.4.1-1.el9.x86_64                   33/62 
11:31:21   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/62 
11:31:21   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            35/62 
11:31:21   Verifying        : selinux-policy-38.1.8-1.el9.noarch                   36/62 
11:31:21   Verifying        : selinux-policy-targeted-38.1.8-1.el9.noarch          37/62 
11:31:21   Verifying        : systemd-252-8.el9.x86_64                             38/62 
11:31:21   Verifying        : systemd-pam-252-8.el9.x86_64                         39/62 
11:31:21   Verifying        : systemd-rpm-macros-252-8.el9.noarch                  40/62 
11:31:21   Verifying        : util-linux-2.37.4-10.el9.x86_64                      41/62 
11:31:21   Verifying        : util-linux-core-2.37.4-10.el9.x86_64                 42/62 
11:31:21   Verifying        : xz-5.2.5-8.el9.x86_64                                43/62 
11:31:21   Verifying        : checkpolicy-3.5-1.el9.x86_64                         44/62 
11:31:21   Verifying        : container-selinux-3:2.199.0-1.el9.noarch             45/62 
11:31:21   Verifying        : fuse-overlayfs-1.10-2.el9.x86_64                     46/62 
11:31:21   Verifying        : fuse3-3.10.2-5.el9.x86_64                            47/62 
11:31:21   Verifying        : fuse3-libs-3.10.2-5.el9.x86_64                       48/62 
11:31:21   Verifying        : libslirp-4.4.0-4.el9.x86_64                          49/62 
11:31:21   Verifying        : policycoreutils-python-utils-3.5-1.el9.noarch        50/62 
11:31:21   Verifying        : python3-audit-3.0.7-103.el9.x86_64                   51/62 
11:31:21   Verifying        : python3-libselinux-3.5-1.el9.x86_64                  52/62 
11:31:21   Verifying        : python3-libsemanage-3.5-1.el9.x86_64                 53/62 
11:31:21   Verifying        : python3-policycoreutils-3.5-1.el9.noarch             54/62 
11:31:21   Verifying        : slirp4netns-1.2.0-3.el9.x86_64                       55/62 
11:31:21   Verifying        : containerd.io-1.6.18-3.1.el9.x86_64                  56/62 
11:31:21   Verifying        : docker-compose-plugin-2.16.0-0.el9.x86_64            57/62 
11:31:21   Verifying        : docker-buildx-plugin-0.10.4-0.el9.x86_64             58/62 
11:31:21   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.x86   59/62 
11:31:21   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9   60/62 
11:31:21   Verifying        : docker-scan-plugin-0.23.0-0.el9.x86_64               61/62 
11:31:21   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   62/62 
11:31:21 
11:31:21 Installed:
11:31:21   acl-2.3.1-3.el9.x86_64                                                        
11:31:21   checkpolicy-3.5-1.el9.x86_64                                                  
11:31:21   container-selinux-3:2.199.0-1.el9.noarch                                      
11:31:21   containerd.io-1.6.18-3.1.el9.x86_64                                           
11:31:21   cracklib-2.9.6-27.el9.x86_64                                                  
11:31:21   cracklib-dicts-2.9.6-27.el9.x86_64                                            
11:31:21   dbus-1:1.12.20-7.el9.x86_64                                                   
11:31:21   dbus-broker-28-7.el9.x86_64                                                   
11:31:21   dbus-common-1:1.12.20-7.el9.noarch                                            
11:31:21   device-mapper-9:1.02.187-7.el9.x86_64                                         
11:31:21   device-mapper-libs-9:1.02.187-7.el9.x86_64                                    
11:31:21   diffutils-3.7-12.el9.x86_64                                                   
11:31:21   docker-buildx-plugin-0.10.4-0.el9.x86_64                                      
11:31:21   docker-ce-3:0.0.0~20230309110843.71615c2-0.el9.x86_64                         
11:31:21   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.el9.x86_64                     
11:31:21   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el9.x86_64           
11:31:21   docker-compose-plugin-2.16.0-0.el9.x86_64                                     
11:31:21   docker-scan-plugin-0.23.0-0.el9.x86_64                                        
11:31:21   fuse-common-3.10.2-5.el9.x86_64                                               
11:31:21   fuse-overlayfs-1.10-2.el9.x86_64                                              
11:31:21   fuse3-3.10.2-5.el9.x86_64                                                     
11:31:21   fuse3-libs-3.10.2-5.el9.x86_64                                                
11:31:21   iptables-libs-1.8.8-6.el9.x86_64                                              
11:31:21   iptables-nft-1.8.8-6.el9.x86_64                                               
11:31:21   kmod-28-7.el9.x86_64                                                          
11:31:21   kmod-libs-28-7.el9.x86_64                                                     
11:31:21   libdb-5.3.28-53.el9.x86_64                                                    
11:31:21   libeconf-0.4.1-2.el9.x86_64                                                   
11:31:21   libfdisk-2.37.4-10.el9.x86_64                                                 
11:31:21   libibverbs-44.0-2.el9.x86_64                                                  
11:31:21   libmnl-1.0.4-15.el9.x86_64                                                    
11:31:21   libnetfilter_conntrack-1.0.9-1.el9.x86_64                                     
11:31:21   libnfnetlink-1.0.1-21.el9.x86_64                                              
11:31:21   libnftnl-1.2.2-1.el9.x86_64                                                   
11:31:21   libnl3-3.7.0-1.el9.x86_64                                                     
11:31:21   libpcap-14:1.10.0-4.el9.x86_64                                                
11:31:21   libpwquality-1.4.4-8.el9.x86_64                                               
11:31:21   libseccomp-2.5.2-2.el9.x86_64                                                 
11:31:21   libselinux-utils-3.5-1.el9.x86_64                                             
11:31:21   libslirp-4.4.0-4.el9.x86_64                                                   
11:31:21   libutempter-1.2.1-6.el9.x86_64                                                
11:31:21   openssl-1:3.0.7-5.el9.x86_64                                                  
11:31:21   pam-1.5.1-14.el9.x86_64                                                       
11:31:21   policycoreutils-3.5-1.el9.x86_64                                              
11:31:21   policycoreutils-python-utils-3.5-1.el9.noarch                                 
11:31:21   python3-audit-3.0.7-103.el9.x86_64                                            
11:31:21   python3-distro-1.5.0-7.el9.noarch                                             
11:31:21   python3-libselinux-3.5-1.el9.x86_64                                           
11:31:21   python3-libsemanage-3.5-1.el9.x86_64                                          
11:31:21   python3-policycoreutils-3.5-1.el9.noarch                                      
11:31:21   python3-setools-4.4.1-1.el9.x86_64                                            
11:31:21   python3-setuptools-53.0.0-12.el9.noarch                                       
11:31:21   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
11:31:21   selinux-policy-38.1.8-1.el9.noarch                                            
11:31:21   selinux-policy-targeted-38.1.8-1.el9.noarch                                   
11:31:21   slirp4netns-1.2.0-3.el9.x86_64                                                
11:31:21   systemd-252-8.el9.x86_64                                                      
11:31:21   systemd-pam-252-8.el9.x86_64                                                  
11:31:21   systemd-rpm-macros-252-8.el9.noarch                                           
11:31:21   util-linux-2.37.4-10.el9.x86_64                                               
11:31:21   util-linux-core-2.37.4-10.el9.x86_64                                          
11:31:21   xz-5.2.5-8.el9.x86_64                                                         
11:31:21 
11:31:21 Complete!
11:31:21 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
11:31:21 Setting up python3-blinker (1.5-1) ...
11:31:21 Setting up python3-pkg-resources (66.1.1-1) ...
11:31:21 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
11:31:21 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:31:21 Setting up python3-httplib2 (0.20.2-2) ...
11:31:21 Setting up lsb-release (11.1.0ubuntu4) ...
11:31:21 Setting up policykit-1 (0.105-33) ...
11:31:21 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
11:31:21 Setting up iptables (1.6.1-2ubuntu2) ...
11:31:21 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:31:21 Processing triggers for systemd (237-3ubuntu10.57) ...
11:31:21 + verify_binaries
11:31:21 + docker --version
11:31:21 Setting up libip6tc2:amd64 (1.8.4-3ubuntu2) ...
11:31:21 Setting up libmnl0:amd64 (1.0.4-2) ...
11:31:21 Setting up containerd.io (1.6.18-1) ...
11:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:21 Metadata cache created.
11:31:21 [DEBUG] Installing engine rpms
11:31:21 + echo '[DEBUG] Installing engine rpms'
11:31:21 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
11:31:21 ++ sed /src/d
11:31:21 + packages='rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
11:31:21 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm
11:31:21 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc36.x86_64.rpm
11:31:21 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm
11:31:21 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc36.x86_64.rpm
11:31:21 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm'
11:31:21 + set -x
11:31:21 ++ source /etc/os-release
11:31:21 +++ NAME='Fedora Linux'
11:31:21 +++ VERSION='36 (Container Image)'
11:31:21 +++ ID=fedora
11:31:21 +++ VERSION_ID=36
11:31:21 +++ VERSION_CODENAME=
11:31:21 +++ PLATFORM_ID=platform:f36
11:31:21 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
11:31:21 +++ ANSI_COLOR='0;38;2;60;110;180'
11:31:21 +++ LOGO=fedora-logo-icon
11:31:21 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
11:31:21 +++ HOME_URL=https://fedoraproject.org/
11:31:21 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
11:31:21 +++ SUPPORT_URL=https://ask.fedoraproject.org/
11:31:21 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
11:31:21 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
11:31:21 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
11:31:21 +++ REDHAT_SUPPORT_PRODUCT=Fedora
11:31:21 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
11:31:21 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
11:31:21 +++ SUPPORT_END=2023-05-16
11:31:21 +++ VARIANT='Container Image'
11:31:21 +++ VARIANT_ID=container
11:31:21 ++ echo 36
11:31:21 + product_version=36
11:31:21 + '[' 36 = rawhide ']'
11:31:21 + 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-0.0.0~20230309110843.71615c2-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-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~20230309110843.71615c2-0.fc36.x86_64.rpm
11:31:21 Selecting previously unselected package ca-certificates.
11:31:21 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
11:31:21 Unpacking ca-certificates (20210119) ...
11:31:21 Selecting previously unselected package apt-transport-https.
11:31:21 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
11:31:21 Unpacking apt-transport-https (2.2.4) ...
11:31:21 Selecting previously unselected package libbrotli1:armhf.
11:31:21 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_armhf.deb ...
11:31:21 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
11:31:21 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:21 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:31:21 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:31:21 Selecting previously unselected package libsasl2-2:armhf.
11:31:21 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:31:21 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:31:21 Selecting previously unselected package libldap-2.4-2:armhf.
11:31:21 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
11:31:21 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:31:21 Selecting previously unselected package libnghttp2-14:armhf.
11:31:21 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_armhf.deb ...
11:31:21 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
11:31:21 + verify_binaries
11:31:21 + docker --version
11:31:21 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:21 ++ uname -m
11:31:21 + '[' x86_64 = x86_64 ']'
11:31:21 + docker scan --help
11:31:21 
11:31:21 Usage:  docker scan [OPTIONS] IMAGE
11:31:21 
11:31:21 A tool to scan your images
11:31:21 
11:31:21 Options:
11:31:21       --accept-license    Accept using a third party scanning provider
11:31:21       --dependency-tree   Show dependency tree with scan results
11:31:21       --exclude-base      Exclude base image from vulnerability scanning
11:31:21                           (requires --file)
11:31:21   -f, --file string       Dockerfile associated with image, provides more
11:31:21                           detailed results
11:31:21       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:21                           them to a single one (requires --json)
11:31:21       --json              Output results in JSON format
11:31:21       --login             Authenticate to the scan provider using an
11:31:21                           optional token (with --token), or web base
11:31:21                           token if empty
11:31:21       --reject-license    Reject using a third party scanning provider
11:31:21       --severity string   Only report vulnerabilities of provided level
11:31:21                           or higher (low|medium|high)
11:31:21       --token string      Authentication token to login to the third
11:31:21                           party scanning provider
11:31:21       --version           Display version of the scan plugin
11:31:21 + docker buildx version
11:31:21 Setting up python3-dbus (1.3.2-4+b1) ...
11:31:21 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
11:31:21 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
11:31:21 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:31:21 Setting up python3-cffi-backend:armhf (1.15.0-1build2) ...
11:31:21 Setting up python3-blinker (1.4+dfsg1-0.4) ...
11:31:21 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:31:21 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:21 ++ uname -m
11:31:21 + '[' armv8l = x86_64 ']'
11:31:21 + docker buildx version
11:31:21 github.com/docker/buildx v0.10.4 c513d34
11:31:21 + docker compose version
11:31:21 Docker Compose version v2.16.0
11:31:21 + dockerd --version
11:31:22 Selecting previously unselected package dbus-user-session.
11:31:22 Preparing to unpack .../2-dbus-user-session_1.14.6-1_amd64.deb ...
11:31:22 Unpacking dbus-user-session (1.14.6-1) ...
11:31:22 Selecting previously unselected package libip6tc2:amd64.
11:31:22 Preparing to unpack .../3-libip6tc2_1.8.9-2_amd64.deb ...
11:31:22 Unpacking libip6tc2:amd64 (1.8.9-2) ...
11:31:22 Selecting previously unselected package libxtables12:amd64.
11:31:22 Preparing to unpack .../4-libxtables12_1.8.9-2_amd64.deb ...
11:31:22 Unpacking libxtables12:amd64 (1.8.9-2) ...
11:31:22 Setting up libxtables12:amd64 (1.8.4-3ubuntu2) ...
11:31:22 Setting up libnfnetlink0:amd64 (1.0.1-3build1) ...
11:31:22 Setting up netbase (6.1) ...
11:31:22 Setting up libnftnl11:amd64 (1.1.5-1) ...
11:31:22 Setting up libnetfilter-conntrack3:amd64 (1.0.7-2) ...
11:31:22 Setting up iptables (1.8.4-3ubuntu2) ...
11:31:22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:22 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:31:22 + verify_binaries
11:31:22 + docker --version
11:31:22 Selecting previously unselected package libpsl5:armhf.
11:31:22 Preparing to unpack .../09-libpsl5_0.21.0-1.2_armhf.deb ...
11:31:22 Unpacking libpsl5:armhf (0.21.0-1.2) ...
11:31:22 Selecting previously unselected package librtmp1:armhf.
11:31:22 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
11:31:22 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:31:22 Selecting previously unselected package libssh2-1:armhf.
11:31:22 Preparing to unpack .../11-libssh2-1_1.9.0-2_armhf.deb ...
11:31:22 Unpacking libssh2-1:armhf (1.9.0-2) ...
11:31:22 Selecting previously unselected package libcurl4:armhf.
11:31:22 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
11:31:22 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:31:22 Selecting previously unselected package curl.
11:31:22 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u7_armhf.deb ...
11:31:22 Unpacking curl (7.74.0-1.3+deb11u7) ...
11:31:22 Selecting previously unselected package libassuan0:armhf.
11:31:22 Preparing to unpack .../14-libassuan0_2.5.3-7.1_armhf.deb ...
11:31:22 Unpacking libassuan0:armhf (2.5.3-7.1) ...
11:31:22 Selecting previously unselected package gpgconf.
11:31:22 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
11:31:22 github.com/docker/buildx v0.10.4 c513d34
11:31:22 + docker compose version
11:31:22 Docker Compose version v2.16.0
11:31:22 + dockerd --version
11:31:22 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:22 + docker-proxy --version
11:31:22 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:22 + containerd --version
11:31:22 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22 + ctr --version
11:31:22 ctr containerd.io 1.6.18
11:31:22 + containerd-shim --help
11:31:22 Usage of containerd-shim:
11:31:22   -address string
11:31:22     	grpc address back to main containerd
11:31:22   -containerd-binary containerd publish
11:31:22     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:22   -criu string
11:31:22     	path to criu binary
11:31:22   -debug
11:31:22     	enable debug output in logs
11:31:22   -namespace string
11:31:22     	namespace that owns the shim
11:31:22   -runtime-root string
11:31:22     	root directory for the runtime (default "/run/containerd/runc")
11:31:22   -socket string
11:31:22     	socket path to serve
11:31:22   -systemd-cgroup
11:31:22     	set runtime to use systemd-cgroup
11:31:22   -workdir string
11:31:22     	path used to storge large temporary data
11:31:22 + containerd-shim-runc-v1 -v
11:31:22 containerd-shim-runc-v1:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + containerd-shim-runc-v2 -v
11:31:22 containerd-shim-runc-v2:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + runc --version
11:31:22 runc version 1.1.4
11:31:22 commit: v1.1.4-0-g5fd4c4d
11:31:22 spec: 1.0.2-dev
11:31:22 go: go1.19.6
11:31:22 libseccomp: 2.5.2
11:31:22 Setting up python3-distro (1.8.0-1) ...
11:31:22 Setting up python3-jwt (2.6.0-1) ...
11:31:22 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:31:22 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests-unixsocket all 0.2.0-2 [7272 B]
11:31:22 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-software-properties all 0.99.9.11 [21.6 kB]
11:31:22 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf packagekit armhf 1.1.13-2ubuntu1.1 [380 kB]
11:31:22 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf software-properties-common all 0.99.9.11 [10.4 kB]
11:31:22 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
11:31:22 Setting up python3-more-itertools (8.10.0-2) ...
11:31:22 Setting up python3-dbus (1.2.18-3build1) ...
11:31:22 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:22 + docker-proxy --version
11:31:22 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:22 + containerd --version
11:31:22 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22 + ctr --version
11:31:22 ctr containerd.io 1.6.18
11:31:22 + containerd-shim --help
11:31:22 Usage of containerd-shim:
11:31:22   -address string
11:31:22     	grpc address back to main containerd
11:31:22   -containerd-binary containerd publish
11:31:22     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:22   -criu string
11:31:22     	path to criu binary
11:31:22   -debug
11:31:22     	enable debug output in logs
11:31:22   -namespace string
11:31:22     	namespace that owns the shim
11:31:22   -runtime-root string
11:31:22     	root directory for the runtime (default "/run/containerd/runc")
11:31:22   -socket string
11:31:22     	socket path to serve
11:31:22   -systemd-cgroup
11:31:22     	set runtime to use systemd-cgroup
11:31:22   -workdir string
11:31:22     	path used to storge large temporary data
11:31:22 + containerd-shim-runc-v1 -v
11:31:22 containerd-shim-runc-v1:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + containerd-shim-runc-v2 -v
11:31:22 containerd-shim-runc-v2:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + runc --version
11:31:22 runc version 1.1.4
11:31:22 commit: v1.1.4-0-g5fd4c4d
11:31:22 spec: 1.0.2-dev
11:31:22 go: go1.19.6
11:31:22 libseccomp: 2.5.1
11:31:22 Selecting previously unselected package libmnl0:amd64.
11:31:22 Preparing to unpack .../5-libmnl0_1.0.4-3_amd64.deb ...
11:31:22 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:31:22 Selecting previously unselected package libnfnetlink0:amd64.
11:31:22 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_amd64.deb ...
11:31:22 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
11:31:22 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:31:22 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
11:31:22 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
11:31:22 Selecting previously unselected package libnftnl11:amd64.
11:31:22 Preparing to unpack .../8-libnftnl11_1.2.4-2_amd64.deb ...
11:31:22 Unpacking libnftnl11:amd64 (1.2.4-2) ...
11:31:22 Selecting previously unselected package iptables.
11:31:22 Preparing to unpack .../9-iptables_1.8.9-2_amd64.deb ...
11:31:22 Unpacking iptables (1.8.9-2) ...
11:31:22 Setting up libip6tc2:amd64 (1.8.9-2) ...
11:31:22 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:22 ++ uname -m
11:31:22 + '[' x86_64 = x86_64 ']'
11:31:22 + docker scan --help
11:31:22 
11:31:22 Usage:  docker scan [OPTIONS] IMAGE
11:31:22 
11:31:22 A tool to scan your images
11:31:22 
11:31:22 Options:
11:31:22       --accept-license    Accept using a third party scanning provider
11:31:22       --dependency-tree   Show dependency tree with scan results
11:31:22       --exclude-base      Exclude base image from vulnerability scanning
11:31:22                           (requires --file)
11:31:22   -f, --file string       Dockerfile associated with image, provides more
11:31:22                           detailed results
11:31:22       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:22                           them to a single one (requires --json)
11:31:22       --json              Output results in JSON format
11:31:22       --login             Authenticate to the scan provider using an
11:31:22                           optional token (with --token), or web base
11:31:22                           token if empty
11:31:22       --reject-license    Reject using a third party scanning provider
11:31:22       --severity string   Only report vulnerabilities of provided level
11:31:22                           or higher (low|medium|high)
11:31:22       --token string      Authentication token to login to the third
11:31:22                           party scanning provider
11:31:22       --version           Display version of the scan plugin
11:31:22 + docker buildx version
11:31:22 github.com/docker/buildx v0.10.4 c513d34
11:31:22 + docker compose version
11:31:22 Reading package lists...
11:31:22 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:31:22 Selecting previously unselected package libksba8:armhf.
11:31:22 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_armhf.deb ...
11:31:22 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
11:31:22 Selecting previously unselected package libnpth0:armhf.
11:31:22 Preparing to unpack .../17-libnpth0_1.6-3_armhf.deb ...
11:31:22 Unpacking libnpth0:armhf (1.6-3) ...
11:31:22 Selecting previously unselected package dirmngr.
11:31:22 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
11:31:22 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:31:22 Selecting previously unselected package distro-info-data.
11:31:22 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
11:31:22 Unpacking distro-info-data (0.51+deb11u3) ...
11:31:22 Selecting previously unselected package libglib2.0-0:armhf.
11:31:22 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_armhf.deb ...
11:31:22 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:31:22 Setting up python3-apt (2.5.3) ...
11:31:22 Setting up python3-lazr.uri (1.0.6-3) ...
11:31:22 debconf: delaying package configuration, since apt-utils is not installed
11:31:22 Fetched 32.7 MB in 9s (3526 kB/s)
11:31: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 ... 4120 files and directories currently installed.)
11:31:22 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.20_armhf.deb ...
11:31:22 Unpacking libsystemd0:armhf (245.4-4ubuntu3.20) over (245.4-4ubuntu3.19) ...
11:31:22 Setting up python3-distro (1.7.0-1) ...
11:31:22 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:31:22 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
11:31:22 Setting up dbus-user-session (1.14.6-1) ...
11:31:22 Setting up libmnl0:amd64 (1.0.4-3) ...
11:31:22 Setting up containerd.io (1.6.18-1) ...
11:31:22 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:22 Setting up libxtables12:amd64 (1.8.9-2) ...
11:31:22 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
11:31:22 Setting up netbase (6.4) ...
11:31:22 Setting up libnftnl11:amd64 (1.2.4-2) ...
11:31:22 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
11:31:22 Setting up iptables (1.8.9-2) ...
11:31:22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:22 Docker Compose version v2.16.0
11:31:22 + dockerd --version
11:31:22 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:22 + docker-proxy --version
11:31:22 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:22 + containerd --version
11:31:22 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22 + ctr --version
11:31:22 ctr containerd.io 1.6.18
11:31:22 + containerd-shim --help
11:31:22 Usage of containerd-shim:
11:31:22   -address string
11:31:22     	grpc address back to main containerd
11:31:22   -containerd-binary containerd publish
11:31:22     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:22   -criu string
11:31:22     	path to criu binary
11:31:22   -debug
11:31:22     	enable debug output in logs
11:31:22   -namespace string
11:31:22     	namespace that owns the shim
11:31:22   -runtime-root string
11:31:22     	root directory for the runtime (default "/run/containerd/runc")
11:31:22   -socket string
11:31:22     	socket path to serve
11:31:22   -systemd-cgroup
11:31:22     	set runtime to use systemd-cgroup
11:31:22   -workdir string
11:31:22     	path used to storge large temporary data
11:31:22 + containerd-shim-runc-v1 -v
11:31:22 containerd-shim-runc-v1:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + containerd-shim-runc-v2 -v
11:31:22 containerd-shim-runc-v2:
11:31:22   Version:  1.6.18
11:31:22   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:22   Go version: go1.19.6
11:31:22 
11:31:22 + runc --version
11:31:22 runc version 1.1.4
11:31:22 commit: v1.1.4-0-g5fd4c4d
11:31:22 spec: 1.0.2-dev
11:31:22 go: go1.19.6
11:31:22 libseccomp: 2.5.1
11:31:22 Building dependency tree...
11:31:22 Reading state information...
11:31:22 Setting up python3-cryptography (38.0.4-2) ...
11:31:22 Setting up libsystemd0:armhf (245.4-4ubuntu3.20) ...
11:31:22 Selecting previously unselected package libssl1.1:armhf.
11:31: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 ... 4120 files and directories currently installed.)
11:31:22 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_armhf.deb ...
11:31:22 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
11:31:22 Selecting previously unselected package libpython3.8-minimal:armhf.
11:31:22 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:31:22 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:31:22 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:22 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
11:31:22 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
11:31:22 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:22 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
11:31:22 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
11:31:22 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:22 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
11:31:22 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
11:31:22 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:22 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
11:31:22 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:31:22 Selecting previously unselected package gnupg-l10n.
11:31:22 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:31:22 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
[Pipeline] }
[Pipeline] // stage
11:31:22 Setting up python3-apt (2.4.0ubuntu1) ...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:22 Processing triggers for libc-bin (2.36-8) ...
11:31:22 + verify_binaries
11:31:22 + docker --version
11:31:22 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:22 ++ uname -m
11:31:22 + '[' x86_64 = x86_64 ']'
11:31:22 + docker scan --help
11:31:22 
11:31:22 Usage:  docker scan [OPTIONS] IMAGE
11:31:22 
11:31:22 A tool to scan your images
11:31:22 
11:31:22 Options:
11:31:22       --accept-license    Accept using a third party scanning provider
11:31:22       --dependency-tree   Show dependency tree with scan results
11:31:22       --exclude-base      Exclude base image from vulnerability scanning
11:31:22                           (requires --file)
11:31:22   -f, --file string       Dockerfile associated with image, provides more
11:31:22                           detailed results
11:31:22       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:22                           them to a single one (requires --json)
11:31:22       --json              Output results in JSON format
11:31:22       --login             Authenticate to the scan provider using an
11:31:22                           optional token (with --token), or web base
11:31:22                           token if empty
11:31:22       --reject-license    Reject using a third party scanning provider
11:31:22       --severity string   Only report vulnerabilities of provided level
11:31:22                           or higher (low|medium|high)
11:31:22       --token string      Authentication token to login to the third
11:31:22                           party scanning provider
11:31:22       --version           Display version of the scan plugin
11:31:22 + docker buildx version
11:31:22 The following additional packages will be installed:
11:31:22   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
11:31:22   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
11:31:22   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:31:22   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
11:31:22   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
11:31:22   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
11:31:22   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:31:22   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
11:31:22   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:31:22   libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0
11:31:22   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:22   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:31:22   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:31:22   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:31:22   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:31:22   media-types openssl packagekit pinentry-curses polkitd python-apt-common
11:31:22   python3 python3-apt python3-blinker python3-cffi-backend
11:31:22   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:31:22   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:31:22   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:31:22   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:31:22   readline-common sgml-base systemd systemd-sysv xml-core
11:31:22 Suggested packages:
11:31:22   liblocale-gettext-perl perl cron quota default-dbus-session-bus
11:31:22   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
11:31:22   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
11:31:22   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
11:31:22   python3-tk python3-venv python-apt-doc python-blinker-doc
11:31:22   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:31:22   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
11:31:22   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
11:31:22   systemd-container systemd-homed systemd-userdbd systemd-boot
11:31:22   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
11:31:22   libtss2-rc0 debhelper
11:31:22 Recommended packages:
11:31:22   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
11:31:22   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
11:31:22   systemd-timesyncd | time-daemon libnss-systemd
11:31:22 Setting up python3-wadllib (1.3.6-4) ...
11:31:22 Setting up python3-oauthlib (3.2.2-1) ...
11:31:22 Selecting previously unselected package libexpat1:armhf.
11:31:22 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
11:31:22 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:31:22 Selecting previously unselected package python3.8-minimal.
11:31:22 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:31:22 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:31:22 Selecting previously unselected package gnupg-utils.
11:31:22 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
11:31:22 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:31:22 Selecting previously unselected package gpg.
11:31:22 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_armhf.deb ...
11:31:22 Unpacking gpg (2.2.27-2+deb11u2) ...
11:31:22 Selecting previously unselected package pinentry-curses.
11:31:22 Preparing to unpack .../28-pinentry-curses_1.1.0-4_armhf.deb ...
11:31:22 Unpacking pinentry-curses (1.1.0-4) ...
11:31:22 Setting up python3-lazr.uri (1.0.6-2) ...
11:31:22 Setting up python3-zipp (1.0.0-3) ...
11:31:23 Selecting previously unselected package dbus-user-session.
11:31:23 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
11:31:23 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
11:31:23 Setting up systemd-sysv (241-7~deb10u8) ...
11:31:23 Setting up libip6tc0:armhf (1.8.2-4) ...
11:31:23 Setting up libnftnl11:armhf (1.1.2-2) ...
11:31:23 Setting up libiptc0:armhf (1.8.2-4) ...
11:31:23 Setting up dbus (1.12.24-0+deb10u1) ...
11:31:23 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
11:31:23 github.com/docker/buildx v0.10.4 c513d34
11:31:23 + docker compose version
11:31:23 Docker Compose version v2.16.0
11:31:23 + dockerd --version
11:31:23 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:23 + docker-proxy --version
11:31:23 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:23 + containerd --version
11:31:23 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23 + ctr --version
11:31:23 ctr containerd.io 1.6.18
11:31:23 + containerd-shim --help
11:31:23 Usage of containerd-shim:
11:31:23   -address string
11:31:23     	grpc address back to main containerd
11:31:23   -containerd-binary containerd publish
11:31:23     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:23   -criu string
11:31:23     	path to criu binary
11:31:23   -debug
11:31:23     	enable debug output in logs
11:31:23   -namespace string
11:31:23     	namespace that owns the shim
11:31:23   -runtime-root string
11:31:23     	root directory for the runtime (default "/run/containerd/runc")
11:31:23   -socket string
11:31:23     	socket path to serve
11:31:23   -systemd-cgroup
11:31:23     	set runtime to use systemd-cgroup
11:31:23   -workdir string
11:31:23     	path used to storge large temporary data
11:31:23 + containerd-shim-runc-v1 -v
11:31:23 containerd-shim-runc-v1:
11:31:23   Version:  1.6.18
11:31:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23   Go version: go1.19.6
11:31:23 
11:31:23 + containerd-shim-runc-v2 -v
11:31:23 containerd-shim-runc-v2:
11:31:23   Version:  1.6.18
11:31:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23   Go version: go1.19.6
11:31:23 
11:31:23 + runc --version
11:31:23 runc version 1.1.4
11:31:23 commit: v1.1.4-0-g5fd4c4d
11:31:23 spec: 1.0.2-dev
11:31:23 go: go1.19.6
11:31:23 libseccomp: 2.5.4
11:31:23 Setting up python3-lazr.restfulclient (0.14.5-1) ...
11:31:23 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
11:31:23 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:31:23 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:31:23 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:31:23 Selecting previously unselected package gpg-agent.
11:31:23 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
11:31:23 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:31:23 Selecting previously unselected package gpg-wks-client.
11:31:23 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
11:31:23 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:31:23 Selecting previously unselected package gpg-wks-server.
11:31:23 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
11:31:23 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:31:23 Selecting previously unselected package gpgsm.
11:31:23 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
11:31:23 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:31:23 Selecting previously unselected package gnupg.
11:31:23 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
11:31:23 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:31:23 Last metadata expiration check: 0:00:02 ago on Fri Mar 10 11:31:20 2023.
11:31:23 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
11:31:23 Setting up python3-wadllib (1.3.6-1) ...
11:31:23 invoke-rc.d: could not determine current runlevel
11:31:23 invoke-rc.d: policy-rc.d denied execution of start.
11:31:23 Setting up containerd.io (1.6.18-1) ...
11:31:23 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:23 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:23 Setting up libpam-systemd:armhf (241-7~deb10u8) ...
11:31:23 Processing triggers for sgml-base (1.31) ...
11:31:23 Setting up polkitd (122-3) ...
11:31:23 Creating group 'polkitd' with GID 997.
11:31:23 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
11:31:23 invoke-rc.d: could not determine current runlevel
11:31:23 invoke-rc.d: policy-rc.d denied execution of reload.
11:31:23 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
11:31:23 Processing triggers for libc-bin (2.36-6+rpi1) ...
11:31:23 Selecting previously unselected package gnupg2.
11:31:23 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
11:31:23 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
11:31:23 Selecting previously unselected package iso-codes.
11:31:23 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
11:31:23 Unpacking iso-codes (4.6.0-1) ...
11:31:23 Dependencies resolved.
11:31:23 ================================================================================================
11:31:23  Package                     Arch    Version                               Repository       Size
11:31:23 ================================================================================================
11:31:23 Installing:
11:31:23  docker-buildx-plugin        x86_64  0.10.4-0.fc36                         @commandline     12 M
11:31:23  docker-ce                   x86_64  3:0.0.0~20230309110843.71615c2-0.fc36 @commandline     23 M
11:31:23  docker-ce-cli               x86_64  1:0.0.0~20230309110843.71615c2-0.fc36 @commandline    7.1 M
11:31:23  docker-ce-rootless-extras   x86_64  0.0.0~20230309110843.71615c2-0.fc36   @commandline    3.8 M
11:31:23  docker-compose-plugin       x86_64  2.16.0-0.fc36                         @commandline     11 M
11:31:23  docker-scan-plugin          x86_64  0.23.0-0.fc36                         @commandline    3.9 M
11:31:23 Installing dependencies:
11:31:23  container-selinux           noarch  2:2.199.0-1.fc36                      updates          50 k
11:31:23  containerd.io               x86_64  1.6.18-3.1.fc36                       docker-ce-test   32 M
11:31:23  dbus                        x86_64  1:1.14.4-1.fc36                       updates         7.2 k
11:31:23  dbus-broker                 x86_64  33-1.fc36                             updates         174 k
11:31:23  dbus-common                 noarch  1:1.14.4-1.fc36                       updates          14 k
11:31:23  device-mapper               x86_64  1.02.175-7.fc36                       fedora          139 k
11:31:23  device-mapper-libs          x86_64  1.02.175-7.fc36                       fedora          177 k
11:31:23  diffutils                   x86_64  3.8-2.fc36                            fedora          370 k
11:31:23  fuse-common                 x86_64  3.10.5-2.fc36                         fedora          8.2 k
11:31:23  fuse-overlayfs              x86_64  1.9-6.fc36                            updates          73 k
11:31:23  fuse3                       x86_64  3.10.5-2.fc36                         fedora           54 k
11:31:23  fuse3-libs                  x86_64  3.10.5-2.fc36                         fedora           92 k
11:31:23  iptables-legacy             x86_64  1.8.7-15.fc36                         fedora           54 k
11:31:23  iptables-legacy-libs        x86_64  1.8.7-15.fc36                         fedora           39 k
11:31:23  iptables-libs               x86_64  1.8.7-15.fc36                         fedora          402 k
11:31:23  kmod                        x86_64  29-7.fc36                             fedora          118 k
11:31:23  kmod-libs                   x86_64  29-7.fc36                             fedora           68 k
11:31:23  libargon2                   x86_64  20171227-9.fc36                       updates          28 k
11:31:23  libcgroup                   x86_64  2.0-4.fc36                            fedora           73 k
11:31:23  libfdisk                    x86_64  2.38-1.fc36                           updates         160 k
11:31:23  libibverbs                  x86_64  39.0-1.fc36                           fedora          400 k
11:31:23  libmnl                      x86_64  1.0.4-15.fc36                         fedora           28 k
11:31:23  libnetfilter_conntrack      x86_64  1.0.8-4.fc36                          fedora           57 k
11:31:23  libnfnetlink                x86_64  1.0.1-21.fc36                         fedora           29 k
11:31:23  libnl3                      x86_64  3.7.0-1.fc36                          updates         347 k
11:31:23  libpcap                     x86_64  14:1.10.3-1.fc36                      updates         176 k
11:31:23  libseccomp                  x86_64  2.5.3-2.fc36                          fedora           70 k
11:31:23  libselinux-utils            x86_64  3.3-4.fc36                            fedora          142 k
11:31:23  libslirp                    x86_64  4.6.1-3.fc36                          fedora           73 k
11:31:23  libutempter                 x86_64  1.2.1-6.fc36                          fedora           26 k
11:31:23  policycoreutils             x86_64  3.3-4.fc36                            fedora          202 k
11:31:23  rpm-plugin-selinux          x86_64  4.17.1-3.fc36                         updates          18 k
11:31:23  selinux-policy              noarch  36.17-1.fc36                          updates          66 k
11:31:23  selinux-policy-targeted     noarch  36.17-1.fc36                          updates         6.4 M
11:31:23  slirp4netns                 x86_64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
11:31:23  systemd                     x86_64  250.10-2.fc36                         updates         4.2 M
11:31:23  systemd-pam                 x86_64  250.10-2.fc36                         updates         330 k
11:31:23  util-linux                  x86_64  2.38-1.fc36                           updates         2.3 M
11:31:23  xkeyboard-config            noarch  2.35.1-1.fc36                         fedora          878 k
11:31:23  xz                          x86_64  5.4.1-1.fc36                          updates         405 k
11:31:23 Installing weak dependencies:
11:31:23  cryptsetup-libs             x86_64  2.4.3-2.fc36                          fedora          432 k
11:31:23  libbpf                      x86_64  2:0.7.0-3.fc36                        updates         159 k
11:31:23  libxkbcommon                x86_64  1.4.0-1.fc36                          fedora          140 k
11:31:23  qrencode-libs               x86_64  4.1.1-2.fc36                          fedora           61 k
11:31:23  systemd-networkd            x86_64  250.10-2.fc36                         updates         613 k
11:31:23  systemd-resolved            x86_64  250.10-2.fc36                         updates         272 k
11:31:23 
11:31:23 Transaction Summary
11:31:23 ================================================================================================
11:31:23 Install  52 Packages
11:31:23 
11:31:23 Total size: 113 M
11:31:23 Total download size: 52 M
11:31:23 Installed size: 428 M
11:31:23 Downloading Packages:
11:31:23 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:31:23 Setting up packagekit (1.2.5-2ubuntu2) ...
11:31:23 invoke-rc.d: could not determine current runlevel
11:31:23 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:23 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:31:23 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
11:31:23 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
11:31:23 Setting up iptables (1.8.2-4) ...
11:31:23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:23 Processing triggers for systemd (241-7~deb10u8) ...
11:31:23 Processing triggers for libc-bin (2.28-10+deb10u2) ...
11:31:23 + verify_binaries
11:31:23 + docker --version
11:31:23 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:23 ++ uname -m
11:31:23 + '[' armv8l = x86_64 ']'
11:31:23 + docker buildx version
11:31:23 Processing triggers for systemd (252.5-2+rpi1) ...
11:31:23 Setting up python3-software-properties (0.99.30-4) ...
11:31:23 Setting up packagekit (1.2.6-3) ...
11:31:23 invoke-rc.d: could not determine current runlevel
11:31:23 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:23 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:31:23 Selecting previously unselected package libcurl3-gnutls:armhf.
11:31:23 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
11:31:23 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:31:23 Selecting previously unselected package python3-minimal.
11:31: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 ... 4421 files and directories currently installed.)
11:31:23 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
11:31:23 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:31:23 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:23 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
11:31:23 Setting up python3-importlib-metadata (4.6.4-1) ...
11:31:23 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
11:31:23 github.com/docker/buildx v0.10.4 c513d34
11:31:23 + docker compose version
11:31:23 Docker Compose version v2.16.0
11:31:23 + dockerd --version
11:31:23 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:23 + docker-proxy --version
11:31:23 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:23 + containerd --version
11:31:23 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23 + ctr --version
11:31:23 ctr containerd.io 1.6.18
11:31:23 + containerd-shim --help
11:31:23 Usage of containerd-shim:
11:31:23   -address string
11:31:23     	grpc address back to main containerd
11:31:23   -containerd-binary containerd publish
11:31:23     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:23   -criu string
11:31:23     	path to criu binary
11:31:23   -debug
11:31:23     	enable debug output in logs
11:31:23   -namespace string
11:31:23     	namespace that owns the shim
11:31:23   -runtime-root string
11:31:23     	root directory for the runtime (default "/run/containerd/runc")
11:31:23   -socket string
11:31:23     	socket path to serve
11:31:23   -systemd-cgroup
11:31:23     	set runtime to use systemd-cgroup
11:31:23   -workdir string
11:31:23     	path used to storge large temporary data
11:31:23 + containerd-shim-runc-v1 -v
11:31:23 containerd-shim-runc-v1:
11:31:23   Version:  1.6.18
11:31:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23   Go version: go1.19.6
11:31:23 
11:31:23 + containerd-shim-runc-v2 -v
11:31:23 containerd-shim-runc-v2:
11:31:23   Version:  1.6.18
11:31:23   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:23   Go version: go1.19.6
11:31:23 
11:31:23 + runc --version
11:31:23 runc version 1.1.4
11:31:23 commit: v1.1.4-0-g5fd4c4d
11:31:23 spec: 1.0.2-dev
11:31:23 go: go1.19.6
11:31:23 libseccomp: 2.3.3
11:31:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
11:31:23 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:23 Setting up software-properties-common (0.99.30-4) ...
11:31:23 Processing triggers for dbus (1.14.6-1) ...
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:31:23 Selecting previously unselected package libdbus-1-3:armhf.
11:31:23 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
11:31:23 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
11:31:23 Selecting previously unselected package lsb-release.
11:31:23 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
11:31:23 Unpacking lsb-release (11.1.0) ...
11:31:23 Selecting previously unselected package python-apt-common.
11:31:23 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
11:31:23 Unpacking python-apt-common (2.2.1) ...
11:31:23 Selecting previously unselected package python3-apt.
11:31:23 Preparing to unpack .../40-python3-apt_2.2.1_armhf.deb ...
11:31:23 Unpacking python3-apt (2.2.1) ...
11:31:23 Selecting previously unselected package python3-dbus.
11:31:23 Preparing to unpack .../41-python3-dbus_1.2.16-5_armhf.deb ...
11:31:23 Unpacking python3-dbus (1.2.16-5) ...
11:31:24 Selecting previously unselected package mime-support.
11:31:24 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:31:24 Unpacking mime-support (3.64ubuntu1) ...
11:31:24 Selecting previously unselected package libmpdec2:armhf.
11:31:24 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
11:31:24 Unpacking libmpdec2:armhf (2.4.2-3) ...
11:31:24 Selecting previously unselected package readline-common.
11:31:24 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:31:24 Unpacking readline-common (8.0-4) ...
11:31:24 Selecting previously unselected package libreadline8:armhf.
11:31:24 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
11:31:24 Unpacking libreadline8:armhf (8.0-4) ...
11:31:24 Selecting previously unselected package libsqlite3-0:armhf.
11:31:24 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
11:31:24 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:31:24 Selecting previously unselected package libpython3.8-stdlib:armhf.
11:31:24 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:31:24 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:31:24 Setting up python3-secretstorage (3.3.1-1) ...
11:31:24 Setting up python3-keyring (23.5.0-1) ...
11:31:24 ++ source /etc/os-release
11:31:24 +++ PRETTY_NAME='Raspbian GNU/Linux bookworm/sid'
11:31:24 +++ NAME='Raspbian GNU/Linux'
11:31:24 +++ VERSION_CODENAME=bookworm
11:31:24 +++ ID=raspbian
11:31:24 +++ ID_LIKE=debian
11:31:24 +++ HOME_URL=http://www.raspbian.org/
11:31:24 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
11:31:24 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
11:31:24 ++ echo raspbian
11:31:24 + DIST_ID=raspbian
11:31:24 ++ lsb_release -sc
11:31:24 + DIST_VERSION=bookworm
11:31:24 + '[' bookworm = sid ']'
11:31:24 + install_debian_containerd
11:31:24 + '[' staging = stage ']'
11:31:24 + REPO_URL=https://download.docker.com/linux/raspbian
11:31:24 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
11:31:24 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
11:31:24 + update-ca-certificates -f
11:31:24 Clearing symlinks in /etc/ssl/certs...
11:31:24 Selecting previously unselected package python3-gi.
11:31:24 Preparing to unpack .../42-python3-gi_3.38.0-2_armhf.deb ...
11:31:24 Unpacking python3-gi (3.38.0-2) ...
11:31:24 Selecting previously unselected package python3-pycurl.
11:31:24 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_armhf.deb ...
11:31:24 Unpacking python3-pycurl (7.43.0.6-5) ...
11:31:24 Selecting previously unselected package python3-software-properties.
11:31:24 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
11:31:24 Unpacking python3-software-properties (0.96.20.2-2.1) ...
11:31:24 Selecting previously unselected package software-properties-common.
11:31:24 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
11:31:24 Unpacking software-properties-common (0.96.20.2-2.1) ...
11:31:24 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
11:31:24 Setting up media-types (4.0.0) ...
11:31:24 Setting up libpsl5:armhf (0.21.0-1.2) ...
11:31:24 Setting up apt-transport-https (2.2.4) ...
11:31:24 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:31:24 + make IMAGE=centos:7 verify
11:31:24 docker run  --rm -i \
11:31:24 	-v "$(pwd):/v" \
11:31:24 	-e DEBIAN_FRONTEND=noninteractive \
11:31:24 	-e PACKAGE_REPO=staging \
11:31:24 	-w /v \
11:31:24 	centos:7 ./verify
11:31:24 Unable to find image 'centos:7' locally
11:31:24 7: Pulling from library/centos
11:31:24 The following NEW packages will be installed:
11:31:24   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:31:24   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:31:24   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
11:31:24   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:31:24   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:31:24   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:31:24   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
11:31:24   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
11:31:24   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
11:31:24   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
11:31:24   libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2
11:31:24   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:24   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
11:31:24   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:31:24   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
11:31:24   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
11:31:24   lsb-release media-types openssl packagekit pinentry-curses polkitd
11:31:24   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:31:24   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:31:24   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:31:24   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
11:31:24   python3-software-properties python3-wadllib python3.11 python3.11-minimal
11:31:24   readline-common sgml-base software-properties-common systemd systemd-sysv
11:31:24   xml-core
11:31:24 Selecting previously unselected package python3.8.
11:31:24 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:31:24 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:31:24 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:24 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
11:31:24 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:31:24 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:31:24 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:31:24 Setting up python3-launchpadlib (1.10.16-1) ...
11:31:24 (1/46): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
11:31:24 (2/46): device-mapper-1.02.175-7.fc36.x86_64.rp 470 kB/s | 139 kB     00:00    
11:31:24 (3/46): device-mapper-libs-1.02.175-7.fc36.x86_  24 MB/s | 177 kB     00:00    
11:31:24 (4/46): diffutils-3.8-2.fc36.x86_64.rpm          30 MB/s | 370 kB     00:00    
11:31:24 (5/46): fuse-common-3.10.5-2.fc36.x86_64.rpm    1.9 MB/s | 8.2 kB     00:00    
11:31:24 (6/46): fuse3-3.10.5-2.fc36.x86_64.rpm          3.7 MB/s |  54 kB     00:00    
11:31:24 (7/46): fuse3-libs-3.10.5-2.fc36.x86_64.rpm     6.8 MB/s |  92 kB     00:00    
11:31:24 (8/46): iptables-legacy-1.8.7-15.fc36.x86_64.rp 2.7 MB/s |  54 kB     00:00    
11:31:24 (9/46): iptables-legacy-libs-1.8.7-15.fc36.x86_ 1.7 MB/s |  39 kB     00:00    
11:31:24 (10/46): iptables-libs-1.8.7-15.fc36.x86_64.rpm  25 MB/s | 402 kB     00:00    
11:31:24 (11/46): kmod-libs-29-7.fc36.x86_64.rpm         8.7 MB/s |  68 kB     00:00    
11:31:24 (12/46): kmod-29-7.fc36.x86_64.rpm              4.1 MB/s | 118 kB     00:00    
11:31:24 (13/46): libcgroup-2.0-4.fc36.x86_64.rpm        5.6 MB/s |  73 kB     00:00    
11:31:24 (14/46): libibverbs-39.0-1.fc36.x86_64.rpm       23 MB/s | 400 kB     00:00    
11:31:24 (15/46): libmnl-1.0.4-15.fc36.x86_64.rpm        2.1 MB/s |  28 kB     00:00    
11:31:24 (16/46): libnetfilter_conntrack-1.0.8-4.fc36.x8 5.7 MB/s |  57 kB     00:00    
11:31:24 (17/46): libnfnetlink-1.0.1-21.fc36.x86_64.rpm  2.4 MB/s |  29 kB     00:00    
11:31:24 (18/46): libseccomp-2.5.3-2.fc36.x86_64.rpm     5.6 MB/s |  70 kB     00:00    
11:31:24 (19/46): libselinux-utils-3.3-4.fc36.x86_64.rpm  12 MB/s | 142 kB     00:00    
11:31:24 (20/46): libslirp-4.6.1-3.fc36.x86_64.rpm       6.3 MB/s |  73 kB     00:00    
[Pipeline] }
11:31:24 done.
11:31:24 Updating certificates in /etc/ssl/certs...
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
11:31:24 No schema files found: doing nothing.
11:31:24 Setting up distro-info-data (0.51+deb11u3) ...
11:31:24 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
11:31:24 Setting up libsqlite3-0:armhf (3.34.1-3) ...
11:31:24 Setting up libnghttp2-14:armhf (1.43.0-1) ...
11:31:24 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
11:31:24 Setting up libnpth0:armhf (1.6-3) ...
11:31:24 Setting up libassuan0:armhf (2.5.3-7.1) ...
11:31:24 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:31:24 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:31:24 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:31:24 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
11:31:24 Setting up libncursesw6:armhf (6.2+20201114-2) ...
11:31:24 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:31:24 Setting up python-apt-common (2.2.1) ...
11:31:24 Setting up libmpdec3:armhf (2.5.1-1) ...
11:31:24 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
11:31:24 Setting up libssh2-1:armhf (1.9.0-2) ...
11:31:24 Setting up openssl (1.1.1n-0+deb11u4) ...
11:31:24 Setting up readline-common (8.1-1) ...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
11:31:24 2d473b07cdd5: Already exists
11:31:24 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:31:24 Status: Downloaded newer image for centos:7
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:24 0 upgraded, 118 newly installed, 0 to remove and 3 not upgraded.
11:31:24 Need to get 46.2 MB of archives.
11:31:24 After this operation, 153 MB of additional disk space will be used.
11:31:24 Get:1 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.8-1 [1661 kB]
11:31:24 Get:2 http://deb.debian.org/debian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [20.0 kB]
11:31:24 Get:3 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
11:31:24 Get:4 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
11:31:24 Get:5 http://deb.debian.org/debian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.4 kB]
11:31:24 Get:6 http://deb.debian.org/debian bookworm/main armhf libcryptsetup12 armhf 2:2.6.1-1 [195 kB]
11:31:24 Get:7 http://deb.debian.org/debian bookworm/main armhf libfdisk1 armhf 2.38.1-5 [177 kB]
11:31:24 Get:8 http://deb.debian.org/debian bookworm/main armhf libkmod2 armhf 30+20221128-1 [50.0 kB]
11:31:24 Get:9 http://deb.debian.org/debian bookworm/main armhf libapparmor1 armhf 3.0.8-3 [36.9 kB]
11:31:24 Get:10 http://deb.debian.org/debian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [16.9 kB]
11:31:24 Get:11 http://deb.debian.org/debian bookworm/main armhf libsystemd-shared armhf 252.5-2 [1540 kB]
11:31:24 Get:12 http://deb.debian.org/debian bookworm/main armhf systemd armhf 252.5-2 [2912 kB]
11:31:24 Get:13 http://deb.debian.org/debian bookworm/main armhf systemd-sysv armhf 252.5-2 [41.3 kB]
11:31:24 Get:14 http://deb.debian.org/debian bookworm/main armhf libdbus-1-3 armhf 1.14.6-1 [177 kB]
11:31:24 Get:15 http://deb.debian.org/debian bookworm/main armhf dbus-bin armhf 1.14.6-1 [102 kB]
11:31:24 Get:16 http://deb.debian.org/debian bookworm/main armhf dbus-session-bus-common all 1.14.6-1 [76.6 kB]
11:31:24 Get:17 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
11:31:24 Get:18 http://deb.debian.org/debian bookworm/main armhf dbus-daemon armhf 1.14.6-1 [168 kB]
11:31:24 Get:19 http://deb.debian.org/debian bookworm/main armhf adduser all 3.131 [166 kB]
11:31:24 Get:20 http://deb.debian.org/debian bookworm/main armhf dbus-system-bus-common all 1.14.6-1 [77.7 kB]
11:31:24 Get:21 http://deb.debian.org/debian bookworm/main armhf dbus armhf 1.14.6-1 [93.1 kB]
11:31:24 Get:22 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-4 [798 kB]
11:31:24 Selecting previously unselected package python3.
11:31: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 ... 4851 files and directories currently installed.)
11:31:24 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_armhf.deb ...
11:31:24 Unpacking python3 (3.8.2-0ubuntu2) ...
11:31:24 Selecting previously unselected package libapparmor1:armhf.
11:31:24 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_armhf.deb ...
11:31:24 Unpacking libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
11:31:24 Selecting previously unselected package libcap2:armhf.
11:31:24 Preparing to unpack .../02-libcap2_1%3a2.32-1_armhf.deb ...
11:31:24 Unpacking libcap2:armhf (1:2.32-1) ...
11:31:24 Setting up python3-software-properties (0.99.22.6) ...
11:31:24 Setting up software-properties-common (0.99.22.6) ...
11:31:24 (21/46): libutempter-1.2.1-6.fc36.x86_64.rpm    2.5 MB/s |  26 kB     00:00    
11:31:24 (22/46): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    14 MB/s | 140 kB     00:00    
11:31:24 (23/46): containerd.io-1.6.18-3.1.fc36.x86_64.r  51 MB/s |  32 MB     00:00    
11:31:24 (24/46): policycoreutils-3.3-4.fc36.x86_64.rpm  1.2 MB/s | 202 kB     00:00    
11:31:24 (25/46): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  380 kB/s |  61 kB     00:00    
11:31:24 (26/46): slirp4netns-1.2.0-0.2.beta.0.fc36.x86_ 5.5 MB/s |  49 kB     00:00    
11:31:24 (27/46): xkeyboard-config-2.35.1-1.fc36.noarch.  46 MB/s | 878 kB     00:00    
11:31:24 (28/46): container-selinux-2.199.0-1.fc36.noarc 2.7 MB/s |  50 kB     00:00    
11:31:24 (29/46): dbus-1.14.4-1.fc36.x86_64.rpm          958 kB/s | 7.2 kB     00:00    
11:31:24 (30/46): dbus-broker-33-1.fc36.x86_64.rpm        15 MB/s | 174 kB     00:00    
11:31:24 (31/46): dbus-common-1.14.4-1.fc36.noarch.rpm   1.3 MB/s |  14 kB     00:00    
11:31:24 (32/46): fuse-overlayfs-1.9-6.fc36.x86_64.rpm    10 MB/s |  73 kB     00:00    
11:31:24 (33/46): libargon2-20171227-9.fc36.x86_64.rpm   2.7 MB/s |  28 kB     00:00    
11:31:24 (34/46): libbpf-0.7.0-3.fc36.x86_64.rpm          14 MB/s | 159 kB     00:00    
11:31:24 (35/46): libfdisk-2.38-1.fc36.x86_64.rpm         15 MB/s | 160 kB     00:00    
11:31:24 (36/46): libnl3-3.7.0-1.fc36.x86_64.rpm          19 MB/s | 347 kB     00:00    
11:31:24 (37/46): libpcap-1.10.3-1.fc36.x86_64.rpm       9.5 MB/s | 176 kB     00:00    
11:31:24 (38/46): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 2.0 MB/s |  18 kB     00:00    
11:31:24 (39/46): selinux-policy-36.17-1.fc36.noarch.rpm 5.4 MB/s |  66 kB     00:00    
11:31:24 Setting up iso-codes (4.6.0-1) ...
11:31:24 Setting up pinentry-curses (1.1.0-4) ...
11:31:24 Setting up libreadline8:armhf (8.1-1) ...
11:31:24 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:31:24 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:31:24 Setting up ca-certificates (20210119) ...
11:31:24 Get:23 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.2-4 [1714 kB]
11:31:24 Get:24 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB]
11:31:24 Get:25 http://deb.debian.org/debian bookworm/main armhf media-types all 10.0.0 [26.1 kB]
11:31:24 Get:26 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
11:31:24 Get:27 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
11:31:24 Get:28 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
11:31:24 Get:29 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
11:31:24 Get:30 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
11:31:24 Get:31 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
11:31:24 Get:32 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:31:24 Get:33 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
11:31:24 Get:34 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
11:31:24 Get:35 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
11:31:24 Get:36 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
11:31:24 Get:37 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
11:31:24 Get:38 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-4 [1679 kB]
11:31:24 Get:39 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.2-4 [572 kB]
11:31:24 Get:40 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B]
11:31:24 Get:41 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB]
11:31:24 Get:42 http://deb.debian.org/debian bookworm/main armhf sgml-base all 1.31 [15.4 kB]
11:31:24 Get:43 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.8-1 [1373 kB]
11:31:24 Get:44 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
11:31:24 Get:45 http://deb.debian.org/debian bookworm/main armhf libpam-systemd armhf 252.5-2 [201 kB]
11:31:24 Get:46 http://deb.debian.org/debian bookworm/main armhf apt-transport-https all 2.5.6 [22.1 kB]
11:31:24 Get:47 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
11:31:24 Get:48 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
11:31:24 Get:49 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
11:31:24 Get:50 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-5 [158 kB]
11:31:24 Get:51 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.52.0-1 [60.8 kB]
11:31:24 Get:52 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.2-1 [57.5 kB]
11:31:24 Get:53 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:31:24 Get:54 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
11:31:24 Get:55 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.88.1-1 [346 kB]
11:31:24 Get:56 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.88.1-1 [303 kB]
11:31:24 Get:57 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
11:31:24 Get:58 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
11:31:24 Get:59 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
11:31:24 Get:60 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:31:24 Get:61 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
11:31:24 Get:62 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.57 [5744 B]
11:31:24 Get:63 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.6-1 [1227 kB]
11:31:24 Get:64 http://deb.debian.org/debian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3 [88.2 kB]
11:31:24 Get:65 http://deb.debian.org/debian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3 [159 kB]
11:31:24 Get:66 http://deb.debian.org/debian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-3 [97.3 kB]
11:31:24 Get:67 http://deb.debian.org/debian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-3 [25.4 kB]
11:31:24 Get:68 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
11:31:24 Get:69 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
11:31:24 Get:70 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
11:31:24 Get:71 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
11:31:24 Get:72 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
11:31:24 Get:73 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
11:31:24 Get:74 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
11:31:24 Get:75 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
11:31:24 Get:76 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
11:31:24 Selecting previously unselected package libargon2-1:armhf.
11:31:24 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_armhf.deb ...
11:31:24 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
11:31:24 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:24 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:31:24 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:31:24 Selecting previously unselected package libjson-c4:armhf.
11:31:24 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_armhf.deb ...
11:31:24 Unpacking libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
11:31:24 Selecting previously unselected package libcryptsetup12:armhf.
11:31:24 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_armhf.deb ...
11:31:24 Unpacking libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
11:31:24 Selecting previously unselected package libip4tc2:armhf.
11:31:24 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_armhf.deb ...
11:31:24 Unpacking libip4tc2:armhf (1.8.4-3ubuntu2) ...
11:31:24 Selecting previously unselected package libkmod2:armhf.
11:31:24 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_armhf.deb ...
11:31:24 Unpacking libkmod2:armhf (27-1ubuntu2.1) ...
11:31:24 Selecting previously unselected package systemd-timesyncd.
11:31:24 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.20_armhf.deb ...
11:31:24 Unpacking systemd-timesyncd (245.4-4ubuntu3.20) ...
11:31:24 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:31:24 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
11:31:24 Updating certificates in /etc/ssl/certs...
11:31:24 (40/46): systemd-networkd-250.10-2.fc36.x86_64.  23 MB/s | 613 kB     00:00    
11:31:24 (41/46): selinux-policy-targeted-36.17-1.fc36.n  79 MB/s | 6.4 MB     00:00    
11:31:24 (42/46): systemd-pam-250.10-2.fc36.x86_64.rpm   6.0 MB/s | 330 kB     00:00    
11:31:24 (43/46): systemd-250.10-2.fc36.x86_64.rpm        37 MB/s | 4.2 MB     00:00    
11:31:24 (44/46): systemd-resolved-250.10-2.fc36.x86_64. 5.4 MB/s | 272 kB     00:00    
11:31:24 (45/46): util-linux-2.38-1.fc36.x86_64.rpm       36 MB/s | 2.3 MB     00:00    
11:31:24 (46/46): xz-5.4.1-1.fc36.x86_64.rpm              12 MB/s | 405 kB     00:00    
11:31:24 --------------------------------------------------------------------------------
11:31:24 Total                                            37 MB/s |  52 MB     00:01     
11:31:24 Updating certificates in /etc/ssl/certs...
11:31:25 Get:77 http://deb.debian.org/debian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
11:31:25 Get:78 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.13.0-1 [2899 kB]
11:31:25 Get:79 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-1 [341 kB]
11:31:25 Get:80 http://deb.debian.org/debian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [102 kB]
11:31:25 Get:81 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
11:31:25 Get:82 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
11:31:25 Get:83 http://deb.debian.org/debian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.9 kB]
11:31:25 Get:84 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
11:31:25 Get:85 http://deb.debian.org/debian bookworm/main armhf libappstream4 armhf 0.16.1-1 [168 kB]
11:31:25 Get:86 http://deb.debian.org/debian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [33.1 kB]
11:31:25 Get:87 http://deb.debian.org/debian bookworm/main armhf libduktape207 armhf 2.7.0-2 [114 kB]
11:31:25 Get:88 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
11:31:25 Get:89 http://deb.debian.org/debian bookworm/main armhf libdw1 armhf 0.188-2.1 [215 kB]
11:31:25 Get:90 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.6-1 [1208 kB]
11:31:25 Get:91 http://deb.debian.org/debian bookworm/main armhf libglib2.0-bin armhf 2.74.6-1 [103 kB]
11:31:25 Get:92 http://deb.debian.org/debian bookworm/main armhf libunwind8 armhf 1.6.2-3 [43.3 kB]
11:31:25 Get:93 http://deb.debian.org/debian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1097 kB]
11:31:25 Get:94 http://deb.debian.org/debian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.7 kB]
11:31:25 Get:95 http://deb.debian.org/debian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.2 kB]
11:31:25 Get:96 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
11:31:25 Get:97 http://deb.debian.org/debian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
11:31:25 Get:98 http://deb.debian.org/debian bookworm/main armhf polkitd armhf 122-3 [105 kB]
11:31:25 Get:99 http://deb.debian.org/debian bookworm/main armhf packagekit armhf 1.2.6-3 [575 kB]
11:31:25 Get:100 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.3 [63.6 kB]
11:31:25 Get:101 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.3 [144 kB]
11:31:25 Get:102 http://deb.debian.org/debian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
11:31:25 Get:103 http://deb.debian.org/debian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [75.1 kB]
11:31:25 Get:104 http://deb.debian.org/debian bookworm/main armhf python3-cryptography armhf 38.0.4-3 [600 kB]
11:31:25 Get:105 http://deb.debian.org/debian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [89.1 kB]
11:31:25 Get:106 http://deb.debian.org/debian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
11:31:25 Get:107 http://deb.debian.org/debian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [203 kB]
11:31:25 Get:108 http://deb.debian.org/debian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
11:31:25 Get:109 http://deb.debian.org/debian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
11:31:25 Get:110 http://deb.debian.org/debian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
11:31:25 Get:111 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB]
11:31:25 Get:112 http://deb.debian.org/debian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
11:31:25 Get:113 http://deb.debian.org/debian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
11:31:25 Get:114 http://deb.debian.org/debian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
11:31:25 Get:115 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
11:31:25 Get:116 http://deb.debian.org/debian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
11:31:25 Get:117 http://deb.debian.org/debian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
11:31:25 Get:118 http://deb.debian.org/debian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
11:31:25 Selecting previously unselected package systemd.
11:31:25 Preparing to unpack .../10-systemd_245.4-4ubuntu3.20_armhf.deb ...
11:31:25 Unpacking systemd (245.4-4ubuntu3.20) ...
11:31:25 0 added, 0 removed; done.
11:31:25 Running hooks in /etc/ca-certificates/update.d...
11:31:25 done.
11:31:25 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
11:31:25 ++ source /etc/os-release
11:31:25 +++ PRETTY_NAME='Ubuntu 22.04.2 LTS'
11:31:25 +++ NAME=Ubuntu
11:31:25 +++ VERSION_ID=22.04
11:31:25 +++ VERSION='22.04.2 LTS (Jammy Jellyfish)'
11:31:25 +++ VERSION_CODENAME=jammy
11:31:25 +++ ID=ubuntu
11:31:25 +++ ID_LIKE=debian
11:31:25 +++ HOME_URL=https://www.ubuntu.com/
11:31:25 +++ SUPPORT_URL=https://help.ubuntu.com/
11:31:25 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:31:25 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:31:25 +++ UBUNTU_CODENAME=jammy
11:31:25 ++ echo ubuntu
11:31:25 + DIST_ID=ubuntu
11:31:25 ++ lsb_release -sc
11:31:25 + DIST_VERSION=jammy
11:31:25 + '[' jammy = sid ']'
11:31:25 + install_debian_containerd
11:31:25 + '[' staging = stage ']'
11:31:25 + REPO_URL=https://download.docker.com/linux/ubuntu
11:31:25 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:31:25 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:31:25 + update-ca-certificates -f
11:31:25 Clearing symlinks in /etc/ssl/certs...
11:31:25 + verify
11:31:25 + dpkg --version
11:31:25 + rpm --version
11:31:25 + verify_rpm
11:31:25 ++ . /etc/os-release
11:31:25 +++ NAME='CentOS Linux'
11:31:25 +++ VERSION='7 (Core)'
11:31:25 +++ ID=centos
11:31:25 +++ ID_LIKE='rhel fedora'
11:31:25 +++ VERSION_ID=7
11:31:25 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
11:31:25 +++ ANSI_COLOR='0;31'
11:31:25 +++ CPE_NAME=cpe:/o:centos:centos:7
11:31:25 +++ HOME_URL=https://www.centos.org/
11:31:25 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:31:25 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:31:25 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:31:25 +++ REDHAT_SUPPORT_PRODUCT=centos
11:31:25 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:31:25 ++ echo centos
11:31:25 + DIST_ID=centos
11:31:25 ++ . /etc/os-release
11:31:25 +++ NAME='CentOS Linux'
11:31:25 +++ VERSION='7 (Core)'
11:31:25 +++ ID=centos
11:31:25 +++ ID_LIKE='rhel fedora'
11:31:25 +++ VERSION_ID=7
11:31:25 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
11:31:25 +++ ANSI_COLOR='0;31'
11:31:25 +++ CPE_NAME=cpe:/o:centos:centos:7
11:31:25 +++ HOME_URL=https://www.centos.org/
11:31:25 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:31:25 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:31:25 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:31:25 +++ REDHAT_SUPPORT_PRODUCT=centos
11:31:25 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:31:25 ++ echo 7
11:31:25 ++ cut -d. -f1
11:31:25 + DIST_VERSION=7
11:31:25 + pkg_manager=yum
11:31:25 + pkg_config_manager=yum-config-manager
11:31:25 + dnf --version
11:31:25 ./verify: line 117: dnf: command not found
11:31:25 + case ${DIST_ID}:${DIST_VERSION} in
11:31:25 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
11:31:25 + install_rpm_containerd
11:31:25 + '[' staging = stage ']'
11:31:25 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
11:31:25 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
11:31:25 + dnf --version
11:31:25 install-containerd-helpers: line 27: dnf: command not found
11:31:25 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11:31:25 Loaded plugins: fastestmirror, ovl
11:31:25 debconf: delaying package configuration, since apt-utils is not installed
11:31:25 Fetched 46.2 MB in 1s (58.8 MB/s)
11:31:25 Selecting previously unselected package libssl3:armhf.
11:31:25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6003 files and directories currently installed.)
11:31:25 Preparing to unpack .../00-libssl3_3.0.8-1_armhf.deb ...
11:31:25 Unpacking libssl3:armhf (3.0.8-1) ...
11:31:25 Selecting previously unselected package libargon2-1:armhf.
11:31:25 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_armhf.deb ...
11:31:25 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
11:31:25 Setting up libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
11:31:25 Setting up libcap2:armhf (1:2.32-1) ...
11:31:25 Setting up libargon2-1:armhf (0~20171227-0.2) ...
11:31:25 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:31:25 Setting up libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
11:31:25 Setting up libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
11:31:25 Setting up libip4tc2:armhf (1.8.4-3ubuntu2) ...
11:31:25 Setting up libkmod2:armhf (27-1ubuntu2.1) ...
11:31:25 Setting up systemd-timesyncd (245.4-4ubuntu3.20) ...
11:31:25 done.
11:31:25 Updating certificates in /etc/ssl/certs...
11:31:25 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:25 127 added, 0 removed; done.
11:31:25 Running hooks in /etc/ca-certificates/update.d...
11:31:25 done.
11:31:25 + apt-key add -
11:31:25 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
11:31:25 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
[Pipeline] }
11:31:25 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
11:31:25 Importing GPG key 0x621E9F35:
11:31:25  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:31:25  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
11:31:25  From       : https://download.docker.com/linux/fedora/gpg
11:31:25 Key imported successfully
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
11:31:25 Selecting previously unselected package dmsetup.
11:31:25 Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_armhf.deb ...
11:31:25 Unpacking dmsetup (2:1.02.185-2) ...
11:31:25 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:25 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
11:31:25 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:31:25 Selecting previously unselected package libjson-c5:armhf.
11:31:25 Preparing to unpack .../04-libjson-c5_0.16-2_armhf.deb ...
11:31:25 Unpacking libjson-c5:armhf (0.16-2) ...
11:31:25 Selecting previously unselected package libcryptsetup12:armhf.
11:31:25 Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-1_armhf.deb ...
11:31:25 Unpacking libcryptsetup12:armhf (2:2.6.1-1) ...
11:31:25 Selecting previously unselected package libfdisk1:armhf.
11:31:25 Preparing to unpack .../06-libfdisk1_2.38.1-5_armhf.deb ...
11:31:25 Unpacking libfdisk1:armhf (2.38.1-5) ...
[Pipeline] }
[Pipeline] // node
11:31:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:25 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
11:31:25 Setting up systemd (245.4-4ubuntu3.20) ...
11:31:25 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:25 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:31:25 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
[Pipeline] }
11:31:25 129 added, 0 removed; done.
11:31:25 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
11:31:25 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:31:25 Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:31:25 Setting up curl (7.74.0-1.3+deb11u7) ...
11:31:25 Setting up gpg (2.2.27-2+deb11u2) ...
11:31:25 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
11:31:25 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:31:25 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:31:25 Setting up gpg-agent (2.2.27-2+deb11u2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:25 Selecting previously unselected package libkmod2:armhf.
11:31:25 Preparing to unpack .../07-libkmod2_30+20221128-1_armhf.deb ...
11:31:25 Unpacking libkmod2:armhf (30+20221128-1) ...
11:31:25 Selecting previously unselected package libapparmor1:armhf.
11:31:25 Preparing to unpack .../08-libapparmor1_3.0.8-3_armhf.deb ...
11:31:25 Unpacking libapparmor1:armhf (3.0.8-3) ...
11:31:25 Selecting previously unselected package libip4tc2:armhf.
11:31:25 Preparing to unpack .../09-libip4tc2_1.8.9-2_armhf.deb ...
11:31:25 Unpacking libip4tc2:armhf (1.8.9-2) ...
11:31:25 Selecting previously unselected package libsystemd-shared:armhf.
11:31:25 Preparing to unpack .../10-libsystemd-shared_252.5-2_armhf.deb ...
11:31:25 Unpacking libsystemd-shared:armhf (252.5-2) ...
11:31:25 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
11:31:25 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
11:31:25 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:25 Initializing machine ID from random generator.
11:31:25 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:25 124 added, 0 removed; done.
11:31:25 Running hooks in /etc/ca-certificates/update.d...
11:31:25 done.
11:31:25 + apt-key add -
11:31:25 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:31:25 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:25 OK
11:31:25 + '[' bookworm = sid ']'
11:31:25 ++ dpkg --print-architecture
11:31:25 + ARCH=armhf
11:31:25 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bookworm test'
11:31:25 + apt-get update
11:31:26 Setting up libssl3:armhf (3.0.8-1) ...
11:31:26 Selecting previously unselected package systemd.
11:31: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 ... 6089 files and directories currently installed.)
11:31:26 Preparing to unpack .../systemd_252.5-2_armhf.deb ...
11:31:26 Unpacking systemd (252.5-2) ...
11:31:26 Selecting previously unselected package systemd-sysv.
11:31: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 ... 5686 files and directories currently installed.)
11:31:26 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.20_armhf.deb ...
11:31:26 Unpacking systemd-sysv (245.4-4ubuntu3.20) ...
11:31:26 Selecting previously unselected package openssl.
11:31:26 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_armhf.deb ...
11:31:26 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
11:31:26 Selecting previously unselected package ca-certificates.
11:31:26 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:31:26 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:31:26 Selecting previously unselected package libdbus-1-3:armhf.
11:31:26 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_armhf.deb ...
11:31:26 Unpacking libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
11:31:26 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:31:26 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:31:26 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
11:31:26 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:31:26 Setting up python3.9 (3.9.2-1) ...
11:31:26 Get:1 https://download.docker.com/linux/raspbian bookworm InRelease [26.7 kB]
11:31:26 Get:2 https://download.docker.com/linux/raspbian bookworm/test armhf Packages [4196 B]
11:31:26 Setting up libargon2-1:armhf (0~20171227-0.3) ...
11:31:26 Setting up libjson-c5:armhf (0.16-2) ...
11:31:26 Setting up libfdisk1:armhf (2.38.1-5) ...
11:31:26 Setting up libkmod2:armhf (30+20221128-1) ...
11:31:26 Setting up libapparmor1:armhf (3.0.8-3) ...
11:31:26 Setting up libip4tc2:armhf (1.8.9-2) ...
11:31:26 Setting up libsystemd-shared:armhf (252.5-2) ...
11:31:26 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
11:31:26 Setting up libcryptsetup12:armhf (2:2.6.1-1) ...
11:31:26 Setting up systemd (252.5-2) ...
11:31:26 Selecting previously unselected package dbus.
11:31:26 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_armhf.deb ...
11:31:26 Unpacking dbus (1.12.16-2ubuntu2.3) ...
11:31:26 Selecting previously unselected package distro-info-data.
11:31:26 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
11:31:26 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:31:26 Selecting previously unselected package libglib2.0-0:armhf.
11:31:26 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:31:26 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:31:26 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:26 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_armhf.deb ...
11:31:26 Unpacking libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
11:31:26 OK
11:31:26 + '[' jammy = sid ']'
11:31:26 ++ dpkg --print-architecture
11:31:26 + ARCH=armhf
11:31:26 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu jammy test'
11:31:26 + apt-get update
11:31:26 Running transaction check
11:31:26 Transaction check succeeded.
11:31:26 Running transaction test
11:31:26 Hit:3 http://archive.raspbian.org/raspbian bookworm InRelease
11:31:26 Fetched 30.9 kB in 1s (56.2 kB/s)
11:31:26 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:26 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:26 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:26 Initializing machine ID from random generator.
11:31:26 Creating group 'systemd-journal' with GID 999.
11:31:26 Creating group 'systemd-network' with GID 998.
11:31:26 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
11:31:26 Setting up dmsetup (2:1.02.185-2) ...
11:31:26 Selecting previously unselected package systemd-sysv.
11:31: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 ... 6925 files and directories currently installed.)
11:31:26 Preparing to unpack .../0-systemd-sysv_252.5-2_armhf.deb ...
11:31:26 Unpacking systemd-sysv (252.5-2) ...
11:31:26 Selecting previously unselected package libdbus-1-3:armhf.
11:31:26 Preparing to unpack .../1-libdbus-1-3_1.14.6-1_armhf.deb ...
11:31:26 Unpacking libdbus-1-3:armhf (1.14.6-1) ...
11:31:26 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:26 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_armhf.deb ...
11:31:26 Unpacking gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
11:31:26 Selecting previously unselected package libcap2-bin.
11:31:26 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_armhf.deb ...
11:31:26 Unpacking libcap2-bin (1:2.32-1) ...
11:31:26 Selecting previously unselected package libelf1:armhf.
11:31:26 Preparing to unpack .../10-libelf1_0.176-1.1build1_armhf.deb ...
11:31:26 Unpacking libelf1:armhf (0.176-1.1build1) ...
11:31:26 Selecting previously unselected package libglib2.0-data.
11:31:26 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:31:26 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:31:26 Selecting previously unselected package tzdata.
11:31:26 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:31:26 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:31:26 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
11:31:26 Get:2 https://download.docker.com/linux/ubuntu jammy/test armhf Packages [19.0 kB]
11:31:26 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
11:31:26 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:31:26 Selecting previously unselected package dbus-bin.
11:31:26 Preparing to unpack .../2-dbus-bin_1.14.6-1_armhf.deb ...
11:31:26 Unpacking dbus-bin (1.14.6-1) ...
11:31:26 Selecting previously unselected package dbus-session-bus-common.
11:31:26 Preparing to unpack .../3-dbus-session-bus-common_1.14.6-1_all.deb ...
11:31:26 Unpacking dbus-session-bus-common (1.14.6-1) ...
11:31:26 Selecting previously unselected package libexpat1:armhf.
11:31:26 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
11:31:26 Unpacking libexpat1:armhf (2.5.0-1) ...
11:31:26 Selecting previously unselected package dbus-daemon.
11:31:26 Preparing to unpack .../5-dbus-daemon_1.14.6-1_armhf.deb ...
11:31:26 Unpacking dbus-daemon (1.14.6-1) ...
11:31:26 Selecting previously unselected package adduser.
11:31:26 Preparing to unpack .../6-adduser_3.131_all.deb ...
11:31:26 Unpacking adduser (3.131) ...
11:31:26 Setting up adduser (3.131) ...
11:31:26 Selecting previously unselected package libicu66:armhf.
11:31:26 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_armhf.deb ...
11:31:26 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
11:31:26 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
11:31:26 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
11:31:26 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
11:31:26 Fetched 67.8 kB in 1s (94.5 kB/s)
11:31:26 Setting up python3 (3.9.2-3) ...
11:31:26 Setting up python3-pycurl (7.43.0.6-5) ...
11:31:26 Setting up python3-gi (3.38.0-2) ...
11:31:27 Selecting previously unselected package dbus-system-bus-common.
11:31: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 ... 7070 files and directories currently installed.)
11:31:27 Preparing to unpack .../dbus-system-bus-common_1.14.6-1_all.deb ...
11:31:27 Unpacking dbus-system-bus-common (1.14.6-1) ...
11:31:27 Selecting previously unselected package dbus.
11:31:27 Preparing to unpack .../dbus_1.14.6-1_armhf.deb ...
11:31:27 Unpacking dbus (1.14.6-1) ...
11:31:27 Selecting previously unselected package libpython3.11-minimal:armhf.
11:31:27 Preparing to unpack .../libpython3.11-minimal_3.11.2-4_armhf.deb ...
11:31:27 Unpacking libpython3.11-minimal:armhf (3.11.2-4) ...
11:31:27 Selecting previously unselected package python3.11-minimal.
11:31:27 Preparing to unpack .../python3.11-minimal_3.11.2-4_armhf.deb ...
11:31:27 Unpacking python3.11-minimal (3.11.2-4) ...
11:31:27 Setting up gnupg (2.2.27-2+deb11u2) ...
11:31:27 Setting up lsb-release (11.1.0) ...
11:31:27 Setting up python3-dbus (1.2.16-5) ...
11:31:27 Setting up libpython3.11-minimal:armhf (3.11.2-4) ...
11:31:27 Setting up libexpat1:armhf (2.5.0-1) ...
11:31:27 Setting up python3.11-minimal (3.11.2-4) ...
11:31:27 Transaction test succeeded.
11:31:27 Running transaction
11:31:27 Setting up gnupg2 (2.2.27-2+deb11u2) ...
11:31:27 Setting up python3-apt (2.2.1) ...
11:31:27 Setting up python3-software-properties (0.96.20.2-2.1) ...
11:31:27 Selecting previously unselected package libpam-systemd:armhf.
11:31:27 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.20_armhf.deb ...
11:31:27 Unpacking libpam-systemd:armhf (245.4-4ubuntu3.20) ...
11:31:27 Selecting previously unselected package libxml2:armhf.
11:31:27 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
11:31:27 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:31:27 Selecting previously unselected package libyaml-0-2:armhf.
11:31:27 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_armhf.deb ...
11:31:27 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:31:27 Selecting previously unselected package lsb-release.
11:31:27 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
11:31:27 Unpacking lsb-release (11.1.0ubuntu2) ...
11:31:27 Selecting previously unselected package python3-dbus.
11:31:27 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_armhf.deb ...
11:31:27 Unpacking python3-dbus (1.2.16-1build1) ...
11:31:27 Selecting previously unselected package python3-gi.
11:31:27 Preparing to unpack .../19-python3-gi_3.36.0-1_armhf.deb ...
11:31:27 Unpacking python3-gi (3.36.0-1) ...
11:31:27 Selecting previously unselected package python3-pkg-resources.
11:31:27 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:31:27 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:31:27 Setting up software-properties-common (0.96.20.2-2.1) ...
11:31:27 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:31:27 Processing triggers for ca-certificates (20210119) ...
11:31:27 Updating certificates in /etc/ssl/certs...
11:31:27 Reading package lists...
11:31:27 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.
11:31:27 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.
11:31:27 ++ find deb/debbuild/raspbian-bookworm/ -type f -name '*.deb'
11:31:27 + packages='deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:31:27 ++ echo 'deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb
11:31:27 deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:31:27 ++ awk '$0="./"$0'
11:31:27 ++ xargs
11:31:27 + packages='./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb'
11:31:27 + set -x
11:31:27 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:27 Selecting previously unselected package docker-ce.
11:31:27 (Reading database ... 14819 files and directories currently installed.)
11:31:27 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ...
11:31:27 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:27   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            23/54 
11:31:27   Installing       : libslirp-4.7.0-2.fc37.x86_64                         24/54 
11:31:27   Installing       : slirp4netns-1.2.0-8.fc37.x86_64                      25/54 
11:31:27   Installing       : libnl3-3.7.0-2.fc37.x86_64                           26/54 
11:31:27   Installing       : libibverbs-41.0-1.fc37.x86_64                        27/54 
11:31:27   Installing       : libpcap-14:1.10.3-1.fc37.x86_64                      28/54 
11:31:27   Installing       : iptables-legacy-libs-1.8.8-4.fc37.x86_64             29/54 
11:31:27   Installing       : libnfnetlink-1.0.1-22.fc37.x86_64                    30/54 
11:31:27   Installing       : libmnl-1.0.5-1.fc37.x86_64                           31/54 
11:31:28 Selecting previously unselected package python3-six.
11:31:28 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
11:31:28 Unpacking python3-six (1.14.0-2) ...
11:31:28 Selecting previously unselected package iso-codes.
11:31:28 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
11:31:28 Unpacking iso-codes (4.4-1) ...
11:31:28   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           32/54 
11:31:28   Installing       : iptables-libs-1.8.8-4.fc37.x86_64                    33/54 
11:31:28   Installing       : iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
11:31:28   Running scriptlet: iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
11:31:28   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         35/54 
11:31:28   Installing       : libargon2-20190702-1.fc37.x86_64                     36/54 
11:31:28   Installing       : kmod-libs-30-2.fc37.x86_64                           37/54 
11:31:28   Installing       : systemd-networkd-251.13-5.fc37.x86_64                38/54 
11:31:28   Running scriptlet: systemd-networkd-251.13-5.fc37.x86_64                38/54 
11:31:28   Installing       : systemd-pam-251.13-5.fc37.x86_64                     39/54 
11:31:28   Installing       : systemd-resolved-251.13-5.fc37.x86_64                40/54 
11:31:28   Running scriptlet: systemd-resolved-251.13-5.fc37.x86_64                40/54 
11:31:28   Installing       : systemd-251.13-5.fc37.x86_64                         41/54 
11:31:28 Selecting previously unselected package python3-minimal.
11:31: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 ... 7405 files and directories currently installed.)
11:31:28 Preparing to unpack .../00-python3-minimal_3.11.2-1_armhf.deb ...
11:31:28 Unpacking python3-minimal (3.11.2-1) ...
11:31:28 Selecting previously unselected package media-types.
11:31:28 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
11:31:28 Unpacking media-types (10.0.0) ...
11:31:28 Selecting previously unselected package libncursesw6:armhf.
11:31:28 Preparing to unpack .../02-libncursesw6_6.4-2_armhf.deb ...
11:31:28 Unpacking libncursesw6:armhf (6.4-2) ...
11:31:28 Selecting previously unselected package libkrb5support0:armhf.
11:31:28 Preparing to unpack .../03-libkrb5support0_1.20.1-1_armhf.deb ...
11:31:28 Unpacking libkrb5support0:armhf (1.20.1-1) ...
11:31:28 Selecting previously unselected package libk5crypto3:armhf.
11:31:28 Preparing to unpack .../04-libk5crypto3_1.20.1-1_armhf.deb ...
11:31:28 Unpacking libk5crypto3:armhf (1.20.1-1) ...
11:31:28 Selecting previously unselected package libkrb5support0:armhf.
11:31:28 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
11:31:28 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
11:31:28 Selecting previously unselected package libk5crypto3:armhf.
11:31:28 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
11:31:28 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
11:31:28 Reading package lists...
11:31:28 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.
11:31:28 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
11:31:28 + packages='deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:31:28 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:31:28 ++ awk '$0="./"$0'
11:31:28 ++ xargs
11:31:28 + packages='./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb'
11:31:28 + set -x
11:31:28 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:28 Selecting previously unselected package docker-ce-rootless-extras.
11:31:28 (Reading database ... 9217 files and directories currently installed.)
11:31:28 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ...
11:31:28 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:28 0 added, 0 removed; done.
11:31:28 Running hooks in /etc/ca-certificates/update.d...
11:31:28 done.
11:31:28 ++ source /etc/os-release
11:31:28 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
11:31:28 +++ NAME='Debian GNU/Linux'
11:31:28 +++ VERSION_ID=11
11:31:28 +++ VERSION='11 (bullseye)'
11:31:28 +++ VERSION_CODENAME=bullseye
11:31:28 +++ ID=debian
11:31:28 +++ HOME_URL=https://www.debian.org/
11:31:28 +++ SUPPORT_URL=https://www.debian.org/support
11:31:28 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:31:28 ++ echo debian
11:31:28 + DIST_ID=debian
11:31:28 ++ lsb_release -sc
11:31:28 + DIST_VERSION=bullseye
11:31:28 + '[' bullseye = sid ']'
11:31:28 + install_debian_containerd
11:31:28 + '[' staging = stage ']'
11:31:28 + REPO_URL=https://download.docker.com/linux/debian
11:31:28 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:31:28 + update-ca-certificates -f
11:31:28 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:31:28 Clearing symlinks in /etc/ssl/certs...
11:31:28   Running scriptlet: systemd-251.13-5.fc37.x86_64                         41/54 
11:31:28 Creating group 'input' with GID 104.
11:31:28 Creating group 'kvm' with GID 36.
11:31:28 Creating group 'render' with GID 105.
11:31:28 Creating group 'sgx' with GID 106.
11:31:28 Creating group 'systemd-journal' with GID 190.
11:31:28 Creating group 'systemd-network' with GID 192.
11:31:28 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:31:28 Creating group 'systemd-oom' with GID 998.
11:31:28 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:31:28 Creating group 'systemd-resolve' with GID 193.
11:31:28 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:31:28 
11:31:28   Installing       : cryptsetup-libs-2.6.1-1.fc37.x86_64                  42/54 
11:31:28   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            43/54 
11:31:28 Selecting previously unselected package libkeyutils1:armhf.
11:31:28 Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ...
11:31:28 Unpacking libkeyutils1:armhf (1.6.3-2) ...
11:31:28 Selecting previously unselected package libkrb5-3:armhf.
11:31:28 Preparing to unpack .../06-libkrb5-3_1.20.1-1_armhf.deb ...
11:31:28 Unpacking libkrb5-3:armhf (1.20.1-1) ...
11:31:28 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:31:28 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
11:31:28 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
11:31:28 Selecting previously unselected package libtirpc-common.
11:31:28 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:31:28 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:31:28 Selecting previously unselected package libtirpc3:armhf.
11:31:28 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:31:28 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:31:28 Selecting previously unselected package libkeyutils1:armhf.
11:31:28 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
11:31:28 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:31:28 Selecting previously unselected package libkrb5-3:armhf.
11:31:28 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
11:31:28 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
11:31:28 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:31:28 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
11:31:28 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
11:31:28 Selecting previously unselected package liblmdb0:armhf.
11:31:28 Preparing to unpack .../28-liblmdb0_0.9.24-1_armhf.deb ...
11:31:28 Unpacking liblmdb0:armhf (0.9.24-1) ...
11:31:28 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
11:31:28 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_armhf.deb ...
11:31:28 Unpacking libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
11:31:28 Selecting previously unselected package libpsl5:armhf.
11:31:28 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
11:31:28 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
11:31:28 Selecting previously unselected package python-apt-common.
11:31:28 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
11:31:28 Unpacking python-apt-common (2.0.1) ...
11:31:28 Selecting previously unselected package docker-ce.
11:31:28 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ...
11:31:28 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:28 done.
11:31:28 Updating certificates in /etc/ssl/certs...
11:31:28   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
11:31:28   Preparing        :                                                        1/1 
11:31:28   Installing       : libseccomp-2.5.3-2.fc36.x86_64                        1/52 
11:31:28   Installing       : libfdisk-2.38-1.fc36.x86_64                           2/52 
11:31:28   Installing       : libselinux-utils-3.3-4.fc36.x86_64                    3/52 
11:31:28   Installing       : fuse3-libs-3.10.5-2.fc36.x86_64                       4/52 
11:31:28   Installing       : diffutils-3.8-2.fc36.x86_64                           5/52 
11:31:28   Installing       : docker-compose-plugin-2.16.0-0.fc36.x86_64            6/52 
11:31:28 Selecting previously unselected package libnsl2:armhf.
11:31:28 Preparing to unpack .../10-libnsl2_1.3.0-2_armhf.deb ...
11:31:28 Unpacking libnsl2:armhf (1.3.0-2) ...
11:31:28 Selecting previously unselected package readline-common.
11:31:28 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
11:31:28 Unpacking readline-common (8.2-1.3) ...
11:31:28 Selecting previously unselected package libreadline8:armhf.
11:31:28 Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ...
11:31:28 Unpacking libreadline8:armhf (8.2-1.3) ...
11:31:28 Selecting previously unselected package libsqlite3-0:armhf.
11:31:28 Preparing to unpack .../13-libsqlite3-0_3.40.1-1_armhf.deb ...
11:31:28 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
11:31:28 Selecting previously unselected package libpython3.11-stdlib:armhf.
11:31:28 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-4_armhf.deb ...
11:31:28 Unpacking libpython3.11-stdlib:armhf (3.11.2-4) ...
11:31:28 Selecting previously unselected package python3-apt.
11:31:28 Preparing to unpack .../32-python3-apt_2.0.1_armhf.deb ...
11:31:28 Unpacking python3-apt (2.0.1) ...
11:31:28 Selecting previously unselected package apt-transport-https.
11:31:28 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
11:31:28 Unpacking apt-transport-https (2.0.9) ...
11:31:28 Selecting previously unselected package libbrotli1:armhf.
11:31:28 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
11:31:28 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:31:28 Selecting previously unselected package libroken18-heimdal:armhf.
11:31:28 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:28 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:28 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:31:28 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:28 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:28 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:31:28 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:28 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:28 129 added, 0 removed; done.
11:31:28 Running hooks in /etc/ca-certificates/update.d...
11:31:28 done.
11:31:28 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:31:28 + apt-key add -
11:31:28 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:28   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 44/54 
11:31:28   Installing       : containerd.io-1.6.18-3.1.fc37.x86_64                 45/54 
11:31:28   Running scriptlet: containerd.io-1.6.18-3.1.fc37.x86_64                 45/54 
11:31:29 Selecting previously unselected package python3.11.
11:31:29 Preparing to unpack .../15-python3.11_3.11.2-4_armhf.deb ...
11:31:29 Unpacking python3.11 (3.11.2-4) ...
11:31:29 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:29 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1_armhf.deb ...
11:31:29 Unpacking libpython3-stdlib:armhf (3.11.2-1) ...
11:31:29 Setting up python3-minimal (3.11.2-1) ...
11:31:29 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:31:29 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libwind0-heimdal:armhf.
11:31:29 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:31:29 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:31:29 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:31:29 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:31:29 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:31:29 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:29 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:29 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:31:29 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:31:29   Installing       : libcgroup-3.0-1.fc37.x86_64                          46/54 
11:31:29   Installing       : kmod-30-2.fc37.x86_64                                47/54 
11:31:29   Installing       : fuse-common-3.10.5-5.fc37.x86_64                     48/54 
11:31:29   Installing       : fuse3-3.10.5-5.fc37.x86_64                           49/54 
11:31:29   Installing       : fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
11:31:29   Running scriptlet: fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
11:31:29   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   51/54 
11:31:29 Selecting previously unselected package docker-ce-cli.
11:31:29 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ...
11:31:29 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:29 make[1]: Leaving directory '/root/build-deb'
11:31:29  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.buildinfo
11:31:29  dpkg-genchanges -O../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.changes
11:31:29 Selecting previously unselected package python3.
11:31: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 ... 7911 files and directories currently installed.)
11:31:29 Preparing to unpack .../00-python3_3.11.2-1_armhf.deb ...
11:31:29 Unpacking python3 (3.11.2-1) ...
11:31:29 Selecting previously unselected package sgml-base.
11:31:29 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
11:31:29 Unpacking sgml-base (1.31) ...
11:31:29 Selecting previously unselected package libsasl2-2:armhf.
11:31:29 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:31:29 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:31:29 Selecting previously unselected package libldap-common.
11:31:29 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:31:29 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:31:29 Selecting previously unselected package libldap-2.4-2:armhf.
11:31:29 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
11:31:29 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:31:29 Selecting previously unselected package libnghttp2-14:armhf.
11:31:29 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_armhf.deb ...
11:31:29 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
11:31:29 Selecting previously unselected package librtmp1:armhf.
11:31:29 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
11:31:29 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:31:29 Selecting previously unselected package libssh-4:armhf.
11:31:29 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
11:31:29 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:31:29   Running scriptlet: docker-compose-plugin-2.16.0-0.fc36.x86_64            6/52 
11:31:29   Installing       : docker-buildx-plugin-0.10.4-0.fc36.x86_64             7/52 
11:31:29   Running scriptlet: docker-buildx-plugin-0.10.4-0.fc36.x86_64             7/52 
11:31:29   Installing       : docker-scan-plugin-0.23.0-0.fc36.x86_64               8/52 
11:31:29   Running scriptlet: docker-scan-plugin-0.23.0-0.fc36.x86_64               8/52 
11:31:29   Installing       : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    9/52 
11:31:29 Selecting previously unselected package openssl.
11:31:29 Preparing to unpack .../02-openssl_3.0.8-1_armhf.deb ...
11:31:29 Unpacking openssl (3.0.8-1) ...
11:31:29 Selecting previously unselected package ca-certificates.
11:31:29 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
11:31:29 Unpacking ca-certificates (20211016) ...
11:31:29 Selecting previously unselected package libpam-systemd:armhf.
11:31:29 Preparing to unpack .../04-libpam-systemd_252.5-2_armhf.deb ...
11:31:29 Unpacking libpam-systemd:armhf (252.5-2) ...
11:31:29 Selecting previously unselected package libcurl4:armhf.
11:31:29 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.16_armhf.deb ...
11:31:29 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.16) ...
11:31:29 Selecting previously unselected package curl.
11:31:29 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.16_armhf.deb ...
11:31:29 Unpacking curl (7.68.0-1ubuntu2.16) ...
11:31:29 Selecting previously unselected package dbus-user-session.
11:31:29 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_armhf.deb ...
11:31:29 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
11:31:29 Selecting previously unselected package libdconf1:armhf.
11:31:29 Preparing to unpack .../54-libdconf1_0.36.0-1_armhf.deb ...
11:31:29 Unpacking libdconf1:armhf (0.36.0-1) ...
11:31:29 Selecting previously unselected package dconf-service.
11:31:29 Preparing to unpack .../55-dconf-service_0.36.0-1_armhf.deb ...
11:31:29 Unpacking dconf-service (0.36.0-1) ...
11:31:29 Selecting previously unselected package dconf-gsettings-backend:armhf.
11:31:29 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_armhf.deb ...
11:31:29 Unpacking dconf-gsettings-backend:armhf (0.36.0-1) ...
11:31:29 Selecting previously unselected package libassuan0:armhf.
11:31:29 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
11:31:29 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
11:31:29   Running scriptlet: docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3    9/52 
11:31:29   Installing       : xz-5.4.1-1.fc36.x86_64                               10/52 
11:31:29   Installing       : libnl3-3.7.0-1.fc36.x86_64                           11/52 
11:31:29   Installing       : libibverbs-39.0-1.fc36.x86_64                        12/52 
11:31:29   Installing       : libpcap-14:1.10.3-1.fc36.x86_64                      13/52 
11:31:29   Installing       : iptables-legacy-libs-1.8.7-15.fc36.x86_64            14/52 
11:31:29   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         15/52 
11:31:29   Installing       : libargon2-20171227-9.fc36.x86_64                     16/52 
11:31:29   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   17/52 
11:31:29   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   17/52 
11:31:29   Running scriptlet: dbus-broker-33-1.fc36.x86_64                         18/52 
11:31:29   Installing       : dbus-broker-33-1.fc36.x86_64                         18/52 
11:31:29   Running scriptlet: dbus-broker-33-1.fc36.x86_64                         18/52 
11:31:29   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          19/52 
11:31:29   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                20/52 
11:31:29   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     21/52 
11:31:29   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    22/52 
11:31:29   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   51/54 
11:31:29   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.x8   52/54 
11:31:29   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.x8   52/54 
11:31:29   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              53/54 
11:31:29   Cleanup          : systemd-libs-251.11-2.fc37.x86_64                    54/54 
11:31:29   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          54/54 
11:31:29   Running scriptlet: container-selinux-2:2.201.0-1.fc37.noarch            54/54 
11:31:29   Running scriptlet: systemd-resolved-251.13-5.fc37.x86_64                54/54 
11:31:29 Selecting previously unselected package docker-compose-plugin.
11:31:29 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb ...
11:31:29 Unpacking docker-compose-plugin (2.16.0-1~raspbian.12~bookworm) ...
11:31:29 Selecting previously unselected package apt-transport-https.
11:31:29 Preparing to unpack .../05-apt-transport-https_2.5.6_all.deb ...
11:31:29 Unpacking apt-transport-https (2.5.6) ...
11:31:29 Selecting previously unselected package libbrotli1:armhf.
11:31:29 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_armhf.deb ...
11:31:29 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
11:31:29 Selecting previously unselected package libsasl2-modules-db:armhf.
11:31:29 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
11:31:29 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
11:31:29 Selecting previously unselected package libsasl2-2:armhf.
11:31:29 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
11:31:29 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
11:31:29 Selecting previously unselected package libldap-2.5-0:armhf.
11:31:29 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_armhf.deb ...
11:31:29 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-5) ...
11:31:29 Selecting previously unselected package libnghttp2-14:armhf.
11:31:29 Preparing to unpack .../10-libnghttp2-14_1.52.0-1_armhf.deb ...
11:31:29 Unpacking libnghttp2-14:armhf (1.52.0-1) ...
11:31:29 Selecting previously unselected package gpgconf.
11:31:29 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:29 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:31:29 Selecting previously unselected package libksba8:armhf.
11:31:29 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
11:31:29 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:31:29 Selecting previously unselected package libnpth0:armhf.
11:31:29 Preparing to unpack .../60-libnpth0_1.6-1_armhf.deb ...
11:31:29 Unpacking libnpth0:armhf (1.6-1) ...
11:31:29 Selecting previously unselected package dirmngr.
11:31:29 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:29 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:31:29 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:29 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_armhf.deb ...
11:31:29 Unpacking libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
11:31:29 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:29 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_armhf.deb ...
11:31:29 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:31:29   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      23/52 
11:31:29   Installing       : libutempter-1.2.1-6.fc36.x86_64                      23/52 
11:31:29   Installing       : util-linux-2.38-1.fc36.x86_64                        24/52 
11:31:29 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:31:29 
11:31:29   Installing       : policycoreutils-3.3-4.fc36.x86_64                    25/52 
11:31:29   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    25/52 
11:31:29   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              26/52 
11:31:29   Installing       : selinux-policy-36.17-1.fc36.noarch                   27/52 
11:31:29   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   27/52 
11:31:29 Selecting previously unselected package docker-compose-plugin.
11:31:29 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb ...
11:31:29 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:31:30 Selecting previously unselected package libpsl5:armhf.
11:31:30 Preparing to unpack .../11-libpsl5_0.21.2-1_armhf.deb ...
11:31:30 Unpacking libpsl5:armhf (0.21.2-1) ...
11:31:30 Selecting previously unselected package librtmp1:armhf.
11:31:30 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
11:31:30 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:31:30 Selecting previously unselected package libssh2-1:armhf.
11:31:30 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_armhf.deb ...
11:31:30 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
11:31:30 Selecting previously unselected package libcurl4:armhf.
11:31:30 Preparing to unpack .../14-libcurl4_7.88.1-1_armhf.deb ...
11:31:30 Unpacking libcurl4:armhf (7.88.1-1) ...
11:31:30 Selecting previously unselected package curl.
11:31:30 Preparing to unpack .../15-curl_7.88.1-1_armhf.deb ...
11:31:30 Unpacking curl (7.88.1-1) ...
11:31:30 Selecting previously unselected package libproxy1v5:armhf.
11:31:30 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_armhf.deb ...
11:31:30 Unpacking libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
11:31:30 Selecting previously unselected package glib-networking-common.
11:31:30 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
11:31:30 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
11:31:30 Selecting previously unselected package glib-networking-services.
11:31:30 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_armhf.deb ...
11:31:30 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
11:31:30 Selecting previously unselected package gsettings-desktop-schemas.
11:31:30 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
11:31:30 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:31:30 Selecting previously unselected package glib-networking:armhf.
11:31:30 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_armhf.deb ...
11:31:30 Unpacking glib-networking:armhf (2.64.2-1ubuntu0.1) ...
11:31:30 Selecting previously unselected package gnupg-l10n.
11:31:30 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:31:30 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package gnupg-utils.
11:31:30 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:31:30   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/52 
11:31:30   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          28/52 
11:31:30 dpkg-genchanges: info: including full source code in upload
11:31:30  dpkg-source -I.git --after-build .
11:31:30 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:31:30 + destination=/build
11:31:30 + mkdir -p /build
11:31:30 + mv -v /root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.buildinfo /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.changes /root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb /build
11:31:30 copied '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 removed '/root/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 copied '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 removed '/root/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 copied '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 removed '/root/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:31:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.dsc'
11:31:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:31:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic.tar.gz'
11:31:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.buildinfo'
11:31:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.buildinfo'
11:31:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.changes' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.changes'
11:31:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.changes'
11:31:30 copied '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 removed '/root/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 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'
11:31:30 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb'
11:31:30 OK
11:31:30 + '[' bullseye = sid ']'
11:31:30 ++ dpkg --print-architecture
11:31:30 + ARCH=armhf
11:31:30 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bullseye test'
11:31:30 + apt-get update
11:31:30 Selecting previously unselected package libassuan0:armhf.
11:31:30 Preparing to unpack .../16-libassuan0_2.5.5-5_armhf.deb ...
11:31:30 Unpacking libassuan0:armhf (2.5.5-5) ...
11:31:30 Selecting previously unselected package gpgconf.
11:31:30 Preparing to unpack .../17-gpgconf_2.2.40-1_armhf.deb ...
11:31:30 Unpacking gpgconf (2.2.40-1) ...
11:31:30 Selecting previously unselected package libksba8:armhf.
11:31:30 Preparing to unpack .../18-libksba8_1.6.3-2_armhf.deb ...
11:31:30 Unpacking libksba8:armhf (1.6.3-2) ...
11:31:30 Selecting previously unselected package libnpth0:armhf.
11:31:30 Preparing to unpack .../19-libnpth0_1.6-3_armhf.deb ...
11:31:30 Unpacking libnpth0:armhf (1.6-3) ...
11:31:30 Selecting previously unselected package dirmngr.
11:31:30 Preparing to unpack .../20-dirmngr_2.2.40-1_armhf.deb ...
11:31:30 Unpacking dirmngr (2.2.40-1) ...
11:31:30   Running scriptlet: systemd-libs-251.11-2.fc37.x86_64                    54/54 
11:31:30   Verifying        : containerd.io-1.6.18-3.1.fc37.x86_64                  1/54 
11:31:30   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  2/54 
11:31:30   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             3/54 
11:31:30   Verifying        : diffutils-3.8-3.fc37.x86_64                           4/54 
11:31:30   Verifying        : fuse-common-3.10.5-5.fc37.x86_64                      5/54 
11:31:30   Verifying        : fuse3-3.10.5-5.fc37.x86_64                            6/54 
11:31:30   Verifying        : fuse3-libs-3.10.5-5.fc37.x86_64                       7/54 
11:31:30   Verifying        : kmod-30-2.fc37.x86_64                                 8/54 
11:31:30   Verifying        : kmod-libs-30-2.fc37.x86_64                            9/54 
11:31:30   Verifying        : libargon2-20190702-1.fc37.x86_64                     10/54 
11:31:30   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         11/54 
11:31:30   Verifying        : libcgroup-3.0-1.fc37.x86_64                          12/54 
11:31:30   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        13/54 
11:31:30   Verifying        : libibverbs-41.0-1.fc37.x86_64                        14/54 
11:31:30   Verifying        : libmnl-1.0.5-1.fc37.x86_64                           15/54 
11:31:30   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           16/54 
11:31:30   Verifying        : libnfnetlink-1.0.1-22.fc37.x86_64                    17/54 
11:31:30   Verifying        : libnl3-3.7.0-2.fc37.x86_64                           18/54 
11:31:30   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       19/54 
11:31:30   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   20/54 
11:31:30   Verifying        : libslirp-4.7.0-2.fc37.x86_64                         21/54 
11:31:30   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      22/54 
11:31:30   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     23/54 
11:31:30   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    24/54 
11:31:30   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    25/54 
11:31:30   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              26/54 
11:31:30   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      27/54 
11:31:30   Verifying        : container-selinux-2:2.201.0-1.fc37.noarch            28/54 
11:31:30   Verifying        : cryptsetup-libs-2.6.1-1.fc37.x86_64                  29/54 
11:31:30   Verifying        : dbus-1:1.14.6-1.fc37.x86_64                          30/54 
11:31:30   Verifying        : dbus-broker-33-1.fc37.x86_64                         31/54 
11:31:30   Verifying        : dbus-common-1:1.14.6-1.fc37.noarch                   32/54 
11:31:30   Verifying        : fuse-overlayfs-1.9-6.fc37.x86_64                     33/54 
11:31:30   Verifying        : iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
11:31:30   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.x86_64             35/54 
11:31:30   Verifying        : iptables-libs-1.8.8-4.fc37.x86_64                    36/54 
11:31:30   Verifying        : libpcap-14:1.10.3-1.fc37.x86_64                      37/54 
11:31:30   Verifying        : selinux-policy-37.19-1.fc37.noarch                   38/54 
11:31:30   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          39/54 
11:31:30   Verifying        : slirp4netns-1.2.0-8.fc37.x86_64                      40/54 
11:31:30   Verifying        : systemd-251.13-5.fc37.x86_64                         41/54 
11:31:30   Verifying        : systemd-networkd-251.13-5.fc37.x86_64                42/54 
11:31:30   Verifying        : systemd-pam-251.13-5.fc37.x86_64                     43/54 
11:31:30   Verifying        : systemd-resolved-251.13-5.fc37.x86_64                44/54 
11:31:30   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  45/54 
11:31:30   Verifying        : xz-5.4.1-1.fc37.x86_64                               46/54 
11:31:30   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   47/54 
11:31:30   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   48/54 
11:31:30   Verifying        : docker-compose-plugin-2.16.0-0.fc37.x86_64           49/54 
11:31:30   Verifying        : docker-scan-plugin-0.23.0-0.fc37.x86_64              50/54 
11:31:30   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.x8   51/54 
11:31:30   Verifying        : docker-buildx-plugin-0.10.4-0.fc37.x86_64            52/54 
11:31:30   Verifying        : systemd-libs-251.13-5.fc37.x86_64                    53/54 
11:31:30   Verifying        : systemd-libs-251.11-2.fc37.x86_64                    54/54 
11:31:30 
11:31:30 Upgraded:
11:31:30   systemd-libs-251.13-5.fc37.x86_64                                             
11:31:30 Installed:
11:31:30   container-selinux-2:2.201.0-1.fc37.noarch                                     
11:31:30   containerd.io-1.6.18-3.1.fc37.x86_64                                          
11:31:30   cryptsetup-libs-2.6.1-1.fc37.x86_64                                           
11:31:30   dbus-1:1.14.6-1.fc37.x86_64                                                   
11:31:30   dbus-broker-33-1.fc37.x86_64                                                  
11:31:30   dbus-common-1:1.14.6-1.fc37.noarch                                            
11:31:30   device-mapper-1.02.175-9.fc37.x86_64                                          
11:31:30   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
11:31:30   diffutils-3.8-3.fc37.x86_64                                                   
11:31:30   docker-buildx-plugin-0.10.4-0.fc37.x86_64                                     
11:31:30   docker-ce-3:0.0.0~20230309110843.71615c2-0.fc37.x86_64                        
11:31:30   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc37.x86_64                    
11:31:30   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc37.x86_64          
11:31:30   docker-compose-plugin-2.16.0-0.fc37.x86_64                                    
11:31:30   docker-scan-plugin-0.23.0-0.fc37.x86_64                                       
11:31:30   fuse-common-3.10.5-5.fc37.x86_64                                              
11:31:30   fuse-overlayfs-1.9-6.fc37.x86_64                                              
11:31:30   fuse3-3.10.5-5.fc37.x86_64                                                    
11:31:30   fuse3-libs-3.10.5-5.fc37.x86_64                                               
11:31:30   iptables-legacy-1.8.8-4.fc37.x86_64                                           
11:31:30   iptables-legacy-libs-1.8.8-4.fc37.x86_64                                      
11:31:30   iptables-libs-1.8.8-4.fc37.x86_64                                             
11:31:30   kmod-30-2.fc37.x86_64                                                         
11:31:30   kmod-libs-30-2.fc37.x86_64                                                    
11:31:30   libargon2-20190702-1.fc37.x86_64                                              
11:31:30   libbpf-2:0.8.0-2.fc37.x86_64                                                  
11:31:30   libcgroup-3.0-1.fc37.x86_64                                                   
11:31:30   libfdisk-2.38.1-1.fc37.x86_64                                                 
11:31:30   libibverbs-41.0-1.fc37.x86_64                                                 
11:31:30   libmnl-1.0.5-1.fc37.x86_64                                                    
11:31:30   libnetfilter_conntrack-1.0.8-5.fc37.x86_64                                    
11:31:30   libnfnetlink-1.0.1-22.fc37.x86_64                                             
11:31:30   libnl3-3.7.0-2.fc37.x86_64                                                    
11:31:30   libpcap-14:1.10.3-1.fc37.x86_64                                               
11:31:30   libseccomp-2.5.3-3.fc37.x86_64                                                
11:31:30   libselinux-utils-3.4-5.fc37.x86_64                                            
11:31:30   libslirp-4.7.0-2.fc37.x86_64                                                  
11:31:30   libutempter-1.2.1-7.fc37.x86_64                                               
11:31:30   libxkbcommon-1.4.1-2.fc37.x86_64                                              
11:31:30   policycoreutils-3.4-6.fc37.x86_64                                             
11:31:30   qrencode-libs-4.1.1-3.fc37.x86_64                                             
11:31:30   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
11:31:30   selinux-policy-37.19-1.fc37.noarch                                            
11:31:30   selinux-policy-targeted-37.19-1.fc37.noarch                                   
11:31:30   slirp4netns-1.2.0-8.fc37.x86_64                                               
11:31:30   systemd-251.13-5.fc37.x86_64                                                  
11:31:30   systemd-networkd-251.13-5.fc37.x86_64                                         
11:31:30   systemd-pam-251.13-5.fc37.x86_64                                              
11:31:30   systemd-resolved-251.13-5.fc37.x86_64                                         
11:31:30   util-linux-2.38.1-1.fc37.x86_64                                               
11:31:30   xkeyboard-config-2.36-3.fc37.noarch                                           
11:31:30   xz-5.4.1-1.fc37.x86_64                                                        
11:31:30 
11:31:30 Complete!
11:31:30 + verify_binaries
11:31:30 + docker --version
11:31:30 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:30 ++ uname -m
11:31:30 + '[' x86_64 = x86_64 ']'
11:31:30 + docker scan --help
11:31:30 Selecting previously unselected package gpg.
11:31:30 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package pinentry-curses.
11:31:30 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_armhf.deb ...
11:31:30 Unpacking pinentry-curses (1.1.0-3build1) ...
11:31:30 Selecting previously unselected package gpg-agent.
11:31:30 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package gpg-wks-client.
11:31:30 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package gpg-wks-server.
11:31:30 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package gpgsm.
11:31:30 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
11:31:30 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:30 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:31:30 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:31:30 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:31:30 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
11:31:30 Selecting previously unselected package distro-info-data.
11:31:30 Preparing to unpack .../21-distro-info-data_0.57_all.deb ...
11:31:30 Unpacking distro-info-data (0.57) ...
11:31:30 Selecting previously unselected package libglib2.0-0:armhf.
11:31:30 Preparing to unpack .../22-libglib2.0-0_2.74.6-1_armhf.deb ...
11:31:30 Unpacking libglib2.0-0:armhf (2.74.6-1) ...
11:31:30 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:30 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_armhf.deb ...
11:31:30 Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ...
11:31:30 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:30 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_armhf.deb ...
11:31:30 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ...
11:31:30 
11:31:30 Usage:  docker scan [OPTIONS] IMAGE
11:31:30 
11:31:30 A tool to scan your images
11:31:30 
11:31:30 Options:
11:31:30       --accept-license    Accept using a third party scanning provider
11:31:30       --dependency-tree   Show dependency tree with scan results
11:31:30       --exclude-base      Exclude base image from vulnerability scanning
11:31:30                           (requires --file)
11:31:30   -f, --file string       Dockerfile associated with image, provides more
11:31:30                           detailed results
11:31:30       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:30                           them to a single one (requires --json)
11:31:30       --json              Output results in JSON format
11:31:30       --login             Authenticate to the scan provider using an
11:31:30                           optional token (with --token), or web base
11:31:30                           token if empty
11:31:30       --reject-license    Reject using a third party scanning provider
11:31:30       --severity string   Only report vulnerabilities of provided level
11:31:30                           or higher (low|medium|high)
11:31:30       --token string      Authentication token to login to the third
11:31:30                           party scanning provider
11:31:30       --version           Display version of the scan plugin
11:31:30 + docker buildx version
11:31:30 github.com/docker/buildx v0.10.4 c513d34
11:31:30 + docker compose version
11:31:30 Selecting previously unselected package gnupg.
11:31:30 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:31:30 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:31:30 Selecting previously unselected package libsoup2.4-1:armhf.
11:31:30 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_armhf.deb ...
11:31:30 Unpacking libsoup2.4-1:armhf (2.70.0-1) ...
11:31:30 Selecting previously unselected package libstemmer0d:armhf.
11:31:30 Preparing to unpack .../79-libstemmer0d_0+svn585-2_armhf.deb ...
11:31:30 Unpacking libstemmer0d:armhf (0+svn585-2) ...
11:31:30 Selecting previously unselected package libappstream4:armhf.
11:31:30 Preparing to unpack .../80-libappstream4_0.12.10-2_armhf.deb ...
11:31:30 Unpacking libappstream4:armhf (0.12.10-2) ...
11:31:30 Selecting previously unselected package libglib2.0-bin.
11:31:30 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:31:30 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:31:30 Selecting previously unselected package docker-buildx-plugin.
11:31:30 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb ...
11:31:30 Unpacking docker-buildx-plugin (0.10.4-1~raspbian.12~bookworm) ...
11:31:30 Get:5 https://download.docker.com/linux/debian bullseye/test armhf Packages [22.1 kB]
11:31:30 Fetched 65.4 kB in 1s (91.5 kB/s)
11:31:30 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:31:30 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-3_armhf.deb ...
11:31:30 Unpacking libpackagekit-glib2-18:armhf (1.2.6-3) ...
11:31:30 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:31:30 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-3_armhf.deb ...
11:31:30 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:31:30 Selecting previously unselected package gnupg-l10n.
11:31:30 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
11:31:30 Unpacking gnupg-l10n (2.2.40-1) ...
11:31:30 Selecting previously unselected package gnupg-utils.
11:31:30 Preparing to unpack .../28-gnupg-utils_2.2.40-1_armhf.deb ...
11:31:30 Unpacking gnupg-utils (2.2.40-1) ...
11:31:30 Docker Compose version v2.16.0
11:31:30 + dockerd --version
11:31:30 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:30 + docker-proxy --version
11:31:30 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:30 + containerd --version
11:31:30 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:30 + ctr --version
11:31:30 ctr containerd.io 1.6.18
11:31:30 + containerd-shim --help
11:31:30 Usage of containerd-shim:
11:31:30   -address string
11:31:30     	grpc address back to main containerd
11:31:30   -containerd-binary containerd publish
11:31:30     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:30   -criu string
11:31:30     	path to criu binary
11:31:30   -debug
11:31:30     	enable debug output in logs
11:31:30   -namespace string
11:31:30     	namespace that owns the shim
11:31:30   -runtime-root string
11:31:30     	root directory for the runtime (default "/run/containerd/runc")
11:31:30   -socket string
11:31:30     	socket path to serve
11:31:30   -systemd-cgroup
11:31:30     	set runtime to use systemd-cgroup
11:31:30   -workdir string
11:31:30     	path used to storge large temporary data
11:31:30 + containerd-shim-runc-v1 -v
11:31:30 containerd-shim-runc-v1:
11:31:30   Version:  1.6.18
11:31:30   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:30   Go version: go1.19.6
11:31:30 
11:31:30 + containerd-shim-runc-v2 -v
11:31:30 containerd-shim-runc-v2:
11:31:30   Version:  1.6.18
11:31:30   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:30   Go version: go1.19.6
11:31:30 
11:31:30 + runc --version
11:31:30 runc version 1.1.4
11:31:30 commit: v1.1.4-0-g5fd4c4d
11:31:30 spec: 1.0.2-dev
11:31:30 go: go1.19.6
11:31:30 libseccomp: 2.5.3
11:31:30 Selecting previously unselected package libgstreamer1.0-0:armhf.
11:31:30 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_armhf.deb ...
11:31:30 Unpacking libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
11:31:30 Selecting previously unselected package libpolkit-agent-1-0:armhf.
11:31:30 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_armhf.deb ...
11:31:30 Unpacking libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
11:31:30 Selecting previously unselected package policykit-1.
11:31:30 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_armhf.deb ...
11:31:30 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
11:31:30 Selecting previously unselected package python3-certifi.
11:31:30 Selecting previously unselected package docker-buildx-plugin.
11:31:30 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb ...
11:31:30 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:31:31 Selecting previously unselected package gpg.
11:31:31 Preparing to unpack .../29-gpg_2.2.40-1_armhf.deb ...
11:31:31 Unpacking gpg (2.2.40-1) ...
11:31:31 Selecting previously unselected package pinentry-curses.
11:31:31 Preparing to unpack .../30-pinentry-curses_1.2.1-1_armhf.deb ...
11:31:31 Unpacking pinentry-curses (1.2.1-1) ...
11:31:31 Selecting previously unselected package gpg-agent.
11:31:31 Preparing to unpack .../31-gpg-agent_2.2.40-1_armhf.deb ...
11:31:31 Unpacking gpg-agent (2.2.40-1) ...
11:31:31 Selecting previously unselected package gpg-wks-client.
11:31:31 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_armhf.deb ...
11:31:31 Unpacking gpg-wks-client (2.2.40-1) ...
11:31:31 Selecting previously unselected package gpg-wks-server.
11:31:31 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_armhf.deb ...
11:31:31 Unpacking gpg-wks-server (2.2.40-1) ...
11:31:31 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
11:31:31 Unpacking python3-certifi (2019.11.28-1) ...
11:31:31 Selecting previously unselected package python3-chardet.
11:31:31 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
11:31:31 Unpacking python3-chardet (3.0.4-4build1) ...
11:31:31 Selecting previously unselected package python3-idna.
11:31:31 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
11:31:31 Unpacking python3-idna (2.8-1) ...
11:31:31 Selecting previously unselected package python3-urllib3.
11:31:31 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:31:31 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:31:31 Selecting previously unselected package python3-requests.
11:31:31 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:31:31 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:31:31 Selecting previously unselected package python3-requests-unixsocket.
11:31:31 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
11:31:31 Unpacking python3-requests-unixsocket (0.2.0-2) ...
11:31:31 Selecting previously unselected package python3-software-properties.
11:31:31 Preparing to unpack .../91-python3-software-properties_0.99.9.11_all.deb ...
11:31:31 Unpacking python3-software-properties (0.99.9.11) ...
11:31:31 Selecting previously unselected package gpgsm.
11:31:31 Preparing to unpack .../34-gpgsm_2.2.40-1_armhf.deb ...
11:31:31 Unpacking gpgsm (2.2.40-1) ...
11:31:31 Selecting previously unselected package gnupg.
11:31:31 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
11:31:31 Unpacking gnupg (2.2.40-1) ...
11:31:31 Selecting previously unselected package gnupg2.
11:31:31 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
11:31:31 Unpacking gnupg2 (2.2.40-1) ...
11:31:31 Selecting previously unselected package iso-codes.
11:31:31 Preparing to unpack .../37-iso-codes_4.13.0-1_all.deb ...
11:31:31 Unpacking iso-codes (4.13.0-1) ...
11:31:31 Selecting previously unselected package packagekit.
11:31:31 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_armhf.deb ...
11:31:31 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
11:31:31 Selecting previously unselected package software-properties-common.
11:31:31 Preparing to unpack .../93-software-properties-common_0.99.9.11_all.deb ...
11:31:31 Unpacking software-properties-common (0.99.9.11) ...
11:31:31 Selecting previously unselected package gnupg2.
11:31:31 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
11:31:31 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
11:31:31 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:31:31 Setting up liblmdb0:armhf (0.9.24-1) ...
11:31:31 Setting up systemd-sysv (245.4-4ubuntu3.20) ...
11:31:31 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:31:31 Setting up libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
11:31:31 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
11:31:31 Setting up mime-support (3.64ubuntu1) ...
11:31:31 Setting up apt-transport-https (2.0.9) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:31 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:31:31 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:31:31 Setting up distro-info-data (0.43ubuntu1.11) ...
11:31:31 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:31:31 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:31:31 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
11:31:31 Setting up libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
11:31:31 Setting up libnpth0:armhf (1.6-1) ...
11:31:31 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
11:31:31 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:31:31 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
11:31:31 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:31:31 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:31:31 Reading package lists...
11:31:31 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
11:31:31 + packages='deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:31 ++ echo 'deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb
11:31:31 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:31 ++ awk '$0="./"$0'
11:31:31 ++ xargs
11:31:31 + packages='./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb'
11:31:31 + set -x
11:31:31 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:31 Selecting previously unselected package docker-ce.
11:31:31 (Reading database ... 9719 files and directories currently installed.)
11:31:31 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ...
11:31:31 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:31 
11:31:31 Current default time zone: 'Etc/UTC'
11:31:31 Local time is now:      Fri Mar 10 11:31:31 UTC 2023.
11:31:31 Universal Time is now:  Fri Mar 10 11:31:31 UTC 2023.
11:31:31 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:31:31 
11:31:31 Setting up libcap2-bin (1:2.32-1) ...
11:31:31 Setting up libdconf1:armhf (0.36.0-1) ...
11:31:31 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:31:31 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:31:31 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:31:31 Setting up libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
11:31:31 Setting up dbus (1.12.16-2ubuntu2.3) ...
11:31:31 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
11:31:31 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:31:31 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:31 Selecting previously unselected package libcurl3-gnutls:armhf.
11:31:31 Preparing to unpack .../38-libcurl3-gnutls_7.88.1-1_armhf.deb ...
11:31:31 Unpacking libcurl3-gnutls:armhf (7.88.1-1) ...
11:31:31 Selecting previously unselected package libstemmer0d:armhf.
11:31:31 Preparing to unpack .../39-libstemmer0d_2.2.0-2_armhf.deb ...
11:31:31 Unpacking libstemmer0d:armhf (2.2.0-2) ...
11:31:31 Selecting previously unselected package libicu72:armhf.
11:31:31 Preparing to unpack .../40-libicu72_72.1-3_armhf.deb ...
11:31:31 Unpacking libicu72:armhf (72.1-3) ...
11:31:32 Selecting previously unselected package docker-ce-rootless-extras.
11:31:32 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ...
11:31:32 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:32 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:32 Setting up docker-compose-plugin (2.16.0-1~raspbian.12~bookworm) ...
11:31:32 Setting up docker-buildx-plugin (0.10.4-1~raspbian.12~bookworm) ...
11:31:32 Setting up python-apt-common (2.0.1) ...
11:31:32 Setting up libpam-systemd:armhf (245.4-4ubuntu3.20) ...
11:31:32 Setting up libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
11:31:32 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
11:31:32 Setting up libstemmer0d:armhf (0+svn585-2) ...
11:31:32 Setting up libmpdec2:armhf (2.4.2-3) ...
11:31:32 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
11:31:32 Setting up openssl (1.1.1f-1ubuntu2.17) ...
11:31:32 Setting up libelf1:armhf (0.176-1.1build1) ...
11:31:32 Setting up readline-common (8.0-4) ...
11:31:32 Setting up iso-codes (4.4-1) ...
11:31:32 Selecting previously unselected package docker-ce-cli.
11:31:32 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ...
11:31:32 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:32 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:32 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:32 Setting up libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
11:31:32 Setting up libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
11:31:32 Setcap worked! gst-ptp-helper is not suid!
11:31:32 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:32 Setting up pinentry-curses (1.1.0-3build1) ...
11:31:32 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
11:31:32 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
11:31:32 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:32 Setting up libreadline8:armhf (8.0-4) ...
11:31:32 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
11:31:32 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:32 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:31:32 Selecting previously unselected package libxml2:armhf.
11:31:32 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
11:31:32 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
11:31:32 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:32 invoke-rc.d: could not determine current runlevel
11:31:32 invoke-rc.d: policy-rc.d denied execution of start.
11:31:32 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm) ...
11:31:32 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:32  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:32   Package dbus-user-session is not installed.
11:31:32 
11:31:32 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.4-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~raspbian.12~bookworm_armhf.deb
11:31:32 Updating certificates in /etc/ssl/certs...
11:31:32 Selecting previously unselected package libxmlb2:armhf.
11:31:32 Preparing to unpack .../42-libxmlb2_0.3.10-2_armhf.deb ...
11:31:32 Unpacking libxmlb2:armhf (0.3.10-2) ...
11:31:32 Selecting previously unselected package libyaml-0-2:armhf.
11:31:32 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_armhf.deb ...
11:31:32 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
11:31:32 Selecting previously unselected package libappstream4:armhf.
11:31:32 Preparing to unpack .../44-libappstream4_0.16.1-1_armhf.deb ...
11:31:32 Unpacking libappstream4:armhf (0.16.1-1) ...
11:31:32 Selecting previously unselected package libcap2-bin.
11:31:32 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_armhf.deb ...
11:31:32 Unpacking libcap2-bin (1:2.66-3) ...
11:31:32 Selecting previously unselected package libduktape207:armhf.
11:31:32 Preparing to unpack .../46-libduktape207_2.7.0-2_armhf.deb ...
11:31:32 Unpacking libduktape207:armhf (2.7.0-2) ...
11:31:32 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
11:31:32 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.04~jammy) ...
11:31:32 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:32 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:33 Selecting previously unselected package libelf1:armhf.
11:31:33 Preparing to unpack .../47-libelf1_0.188-2.1_armhf.deb ...
11:31:33 Unpacking libelf1:armhf (0.188-2.1) ...
11:31:33 Selecting previously unselected package libdw1:armhf.
11:31:33 Preparing to unpack .../48-libdw1_0.188-2.1_armhf.deb ...
11:31:33 Unpacking libdw1:armhf (0.188-2.1) ...
11:31:33 Selecting previously unselected package libglib2.0-data.
11:31:33 Preparing to unpack .../49-libglib2.0-data_2.74.6-1_all.deb ...
11:31:33 Unpacking libglib2.0-data (2.74.6-1) ...
11:31:33 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:33 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:33 invoke-rc.d: could not determine current runlevel
11:31:33 invoke-rc.d: policy-rc.d denied execution of start.
11:31:33 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:33  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:33   Package dbus-user-session is not installed.
11:31:33 
11:31:33 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy) ...
11:31:33 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.04~jammy_armhf.deb
11:31:33 Selecting previously unselected package docker-ce-cli.
11:31:33 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ...
11:31:33 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:33 124 added, 0 removed; done.
11:31:33 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
11:31:33 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:33 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
11:31:33 Setting up gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
11:31:33 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:31:33 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:31:33 Setting up libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
11:31:33 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:31:33 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:31:33 Selecting previously unselected package libglib2.0-bin.
11:31:33 Preparing to unpack .../50-libglib2.0-bin_2.74.6-1_armhf.deb ...
11:31:33 Unpacking libglib2.0-bin (2.74.6-1) ...
11:31:33 Selecting previously unselected package libunwind8:armhf.
11:31:33 Preparing to unpack .../51-libunwind8_1.6.2-3_armhf.deb ...
11:31:33 Unpacking libunwind8:armhf (1.6.2-3) ...
11:31:33 Selecting previously unselected package libgstreamer1.0-0:armhf.
11:31:33 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
11:31:33 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
11:31:33 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
11:31:33 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_armhf.deb ...
11:31:33 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
11:31:33 Selecting previously unselected package libpolkit-agent-1-0:armhf.
11:31:33 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_armhf.deb ...
11:31:33 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
11:31:33 Selecting previously unselected package lsb-release.
11:31:33 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
11:31:33 Unpacking lsb-release (12.0-1) ...
11:31:33 Selecting previously unselected package xml-core.
11:31:33 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
11:31:33 Unpacking xml-core (0.18+nmu1) ...
11:31:33 Selecting previously unselected package polkitd.
11:31:33 Preparing to unpack .../57-polkitd_122-3_armhf.deb ...
11:31:33 Unpacking polkitd (122-3) ...
11:31:33 Selecting previously unselected package packagekit.
11:31:33 Preparing to unpack .../58-packagekit_1.2.6-3_armhf.deb ...
11:31:33 Unpacking packagekit (1.2.6-3) ...
11:31:33 Selecting previously unselected package python-apt-common.
11:31:33 Preparing to unpack .../59-python-apt-common_2.5.3_all.deb ...
11:31:33 Unpacking python-apt-common (2.5.3) ...
11:31:33 Selecting previously unselected package python3-apt.
11:31:33 Preparing to unpack .../60-python3-apt_2.5.3_armhf.deb ...
11:31:33 Unpacking python3-apt (2.5.3) ...
11:31:33 Selecting previously unselected package python3-blinker.
11:31:33 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
11:31:33 Unpacking python3-blinker (1.5-1) ...
11:31:33 Selecting previously unselected package python3-cffi-backend:armhf.
11:31:33 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
11:31:33 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
11:31:33 Reading package lists...
11:31:34 Selecting previously unselected package docker-compose-plugin.
11:31:34 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb ...
11:31:34 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:31:34 Selecting previously unselected package python3-cryptography.
11:31:34 Preparing to unpack .../63-python3-cryptography_38.0.4-3_armhf.deb ...
11:31:34 Unpacking python3-cryptography (38.0.4-3) ...
11:31:34 Selecting previously unselected package python3-dbus.
11:31:34 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_armhf.deb ...
11:31:34 Unpacking python3-dbus (1.3.2-4+b1) ...
11:31:34 Selecting previously unselected package python3-distro.
11:31:34 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
11:31:34 Unpacking python3-distro (1.8.0-1) ...
11:31:34 Selecting previously unselected package python3-gi.
11:31:34 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_armhf.deb ...
11:31:34 Unpacking python3-gi (3.42.2-3+b1) ...
11:31:34 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:31:34 Setting up policykit-1 (0.105-26ubuntu1.3) ...
11:31:34 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:31:34 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:31:34 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:31:34 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:31:34 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:31:34 Building dependency tree...
11:31:34 Reading state information...
11:31:34 Correcting dependencies... Done
11:31:34 Reading package lists...
11:31:34 Selecting previously unselected package python3-pyparsing.
11:31:34 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
11:31:34 Unpacking python3-pyparsing (3.0.9-1) ...
11:31:34 Selecting previously unselected package python3-httplib2.
11:31:34 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
11:31:34 Unpacking python3-httplib2 (0.20.4-3) ...
11:31:34 Selecting previously unselected package python3-jwt.
11:31:34 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
11:31:34 Unpacking python3-jwt (2.6.0-1) ...
11:31:34 Selecting previously unselected package python3-pkg-resources.
11:31:34 Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ...
11:31:34 Unpacking python3-pkg-resources (66.1.1-1) ...
11:31:34 Selecting previously unselected package python3-lazr.uri.
11:31:34 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
11:31:34 Unpacking python3-lazr.uri (1.0.6-3) ...
11:31:34 Selecting previously unselected package python3-wadllib.
11:31:34 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
11:31:34 Unpacking python3-wadllib (1.3.6-4) ...
11:31:34 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:31:34 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:31:34 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:34 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:34 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:34 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:34 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:34 The following additional packages will be installed:
11:31:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
11:31:34 Suggested packages:
11:31:34   firewalld kmod
11:31:34 Recommended packages:
11:31:34   nftables
11:31:34 Building dependency tree...
11:31:34 Reading state information...
11:31:34 Correcting dependencies... Done
11:31:34 Selecting previously unselected package python3-oauthlib.
11:31:34 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
11:31:34 Unpacking python3-oauthlib (3.2.2-1) ...
11:31:34 Selecting previously unselected package python3-six.
11:31:34 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
11:31:34 Unpacking python3-six (1.16.0-4) ...
11:31:34 Selecting previously unselected package python3-lazr.restfulclient.
11:31:34 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
11:31:34 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
11:31:34 Selecting previously unselected package python3-software-properties.
11:31:34 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
11:31:34 Unpacking python3-software-properties (0.99.30-4) ...
11:31:34 Selecting previously unselected package software-properties-common.
11:31:34 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
11:31:34 Unpacking software-properties-common (0.99.30-4) ...
11:31:34 Selecting previously unselected package docker-buildx-plugin.
11:31:34 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb ...
11:31:34 Unpacking docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:31:34 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:31:34 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:34 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:31:34 Setting up dconf-service (0.36.0-1) ...
11:31:34 Setting up python3 (3.8.2-0ubuntu2) ...
11:31:34 Setting up python3-six (1.14.0-2) ...
11:31:34 The following NEW packages will be installed:
11:31:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
11:31:34 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:34 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:34 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:34 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:34 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:34 The following additional packages will be installed:
11:31:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:34 Suggested packages:
11:31:34   firewalld kmod nftables
11:31:34 The following NEW packages will be installed:
11:31:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:34 Setting up libksba8:armhf (1.6.3-2) ...
11:31:34 Setting up media-types (10.0.0) ...
11:31:34 Setting up systemd-sysv (252.5-2) ...
11:31:34 Setting up libkeyutils1:armhf (1.6.3-2) ...
11:31:34 Setting up libpsl5:armhf (0.21.2-1) ...
11:31:34 Setting up libicu72:armhf (72.1-3) ...
11:31:34 Setting up apt-transport-https (2.5.6) ...
11:31:34 Setting up libyaml-0-2:armhf (0.2.5-1) ...
11:31:34 Setting up libglib2.0-0:armhf (2.74.6-1) ...
11:31:34 No schema files found: doing nothing.
11:31:34 Setting up distro-info-data (0.57) ...
11:31:34 Setting up libtirpc-common (1.3.3+ds-1) ...
11:31:34 Setting up libxmlb2:armhf (0.3.10-2) ...
11:31:34 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
11:31:34 Setting up libsqlite3-0:armhf (3.40.1-1) ...
11:31:34 Setting up libnghttp2-14:armhf (1.52.0-1) ...
11:31:34 Setting up libpackagekit-glib2-18:armhf (1.2.6-3) ...
11:31:34 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
11:31:34 Setting up python3-certifi (2019.11.28-1) ...
11:31:34 Setting up python3-gi (3.36.0-1) ...
11:31:34 0 upgraded, 9 newly installed, 0 to remove and 63 not upgraded.
11:31:34 Need to get 21.3 MB of archives.
11:31:34 After this operation, 100 MB of additional disk space will be used.
11:31:34 Get:1 https://download.docker.com/linux/raspbian bookworm/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:34 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-user-session armhf 1.14.6-1 [76.5 kB]
11:31:35 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
11:31:35 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
11:31:35 repo saved to /etc/yum.repos.d/docker-ce.repo
11:31:35 + yum-config-manager --disable 'docker-ce-*'
11:31:35 Loaded plugins: fastestmirror, ovl
11:31:35 =========================== repo: docker-ce-nightly ============================
11:31:35 [docker-ce-nightly]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/x86_64/nightly
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Nightly - x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-nightly/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ====================== repo: docker-ce-nightly-debuginfo =======================
11:31:35 [docker-ce-nightly-debuginfo]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/nightly
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Nightly - Debuginfo x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-nightly-debuginfo/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ======================== repo: docker-ce-nightly-source ========================
11:31:35 [docker-ce-nightly-source]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/source/nightly
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-source
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Nightly - Sources
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-nightly-source/7
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ============================ repo: docker-ce-stable ============================
11:31:35 [docker-ce-stable]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/x86_64/stable
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = 0
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Stable - x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-stable/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ======================= repo: docker-ce-stable-debuginfo =======================
11:31:35 [docker-ce-stable-debuginfo]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/stable
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Stable - Debuginfo x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-stable-debuginfo/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ======================== repo: docker-ce-stable-source =========================
11:31:35 [docker-ce-stable-source]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/source/stable
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-source
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Stable - Sources
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-stable-source/7
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ============================= repo: docker-ce-test =============================
11:31:35 [docker-ce-test]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Test - x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-test/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ======================== repo: docker-ce-test-debuginfo ========================
11:31:35 [docker-ce-test-debuginfo]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/test
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Test - Debuginfo x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-test-debuginfo/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 ========================= repo: docker-ce-test-source ==========================
11:31:35 [docker-ce-test-source]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/source/test
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-source
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = False
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-source/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Test - Sources
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-source/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-test-source/7
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 + yum-config-manager --enable docker-ce-test
11:31:35 Loaded plugins: fastestmirror, ovl
11:31:35 ============================= repo: docker-ce-test =============================
11:31:35 [docker-ce-test]
11:31:35 async = True
11:31:35 bandwidth = 0
11:31:35 base_persistdir = /var/lib/yum/repos/x86_64/7
11:31:35 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
11:31:35 cache = 0
11:31:35 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
11:31:35 check_config_file_age = True
11:31:35 compare_providers_priority = 80
11:31:35 cost = 1000
11:31:35 deltarpm_metadata_percentage = 100
11:31:35 deltarpm_percentage = 
11:31:35 enabled = 1
11:31:35 enablegroups = True
11:31:35 exclude = 
11:31:35 failovermethod = priority
11:31:35 ftp_disable_epsv = False
11:31:35 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
11:31:35 gpgcakey = 
11:31:35 gpgcheck = True
11:31:35 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
11:31:35 gpgkey = https://download.docker.com/linux/centos/gpg
11:31:35 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
11:31:35 http_caching = all
11:31:35 includepkgs = 
11:31:35 ip_resolve = 
11:31:35 keepalive = True
11:31:35 keepcache = False
11:31:35 mddownloadpolicy = sqlite
11:31:35 mdpolicy = group:small
11:31:35 mediaid = 
11:31:35 metadata_expire = 21600
11:31:35 metadata_expire_filter = read-only:present
11:31:35 metalink = 
11:31:35 minrate = 0
11:31:35 mirrorlist = 
11:31:35 mirrorlist_expire = 86400
11:31:35 name = Docker CE Test - x86_64
11:31:35 old_base_cache_dir = 
11:31:35 password = 
11:31:35 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
11:31:35 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
11:31:35 proxy = False
11:31:35 proxy_dict = 
11:31:35 proxy_password = 
11:31:35 proxy_username = 
11:31:35 repo_gpgcheck = False
11:31:35 retries = 10
11:31:35 skip_if_unavailable = False
11:31:35 ssl_check_cert_permissions = True
11:31:35 sslcacert = 
11:31:35 sslclientcert = 
11:31:35 sslclientkey = 
11:31:35 sslverify = True
11:31:35 throttle = 0
11:31:35 timeout = 30.0
11:31:35 ui_id = docker-ce-test/7/x86_64
11:31:35 ui_repoid_vars = releasever,
11:31:35    basearch
11:31:35 username = 
11:31:35 
11:31:35 + yum makecache
11:31:35 Loaded plugins: fastestmirror, ovl
11:31:35 Determining fastest mirrors
11:31:35 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
11:31:35 Need to get 21.3 MB of archives.
11:31:35 After this operation, 93.7 MB of additional disk space will be used.
11:31:35 Get:1 https://download.docker.com/linux/ubuntu jammy/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:35 Setting up libnpth0:armhf (1.6-3) ...
11:31:35 Setting up libassuan0:armhf (2.5.5-5) ...
11:31:35 Setting up libunwind8:armhf (1.6.2-3) ...
11:31:35 Setting up libkrb5support0:armhf (1.20.1-1) ...
11:31:35 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
11:31:35 Setting up libcap2-bin (1:2.66-3) ...
11:31:35 Setting up libglib2.0-data (2.74.6-1) ...
11:31:35 Setting up gnupg-l10n (2.2.40-1) ...
11:31:35 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:31:35 Setting up libdbus-1-3:armhf (1.14.6-1) ...
11:31:35 Setting up libncursesw6:armhf (6.4-2) ...
11:31:35 Setting up libk5crypto3:armhf (1.20.1-1) ...
11:31:35 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
11:31:35 Setting up python-apt-common (2.5.3) ...
11:31:35 Setting up libduktape207:armhf (2.7.0-2) ...
11:31:35 Setting up dbus-session-bus-common (1.14.6-1) ...
11:31:35 Setting up libgirepository-1.0-1:armhf (1.74.0-3) ...
11:31:35 Setting up python3-idna (2.8-1) ...
11:31:35 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.4 kB]
11:31:35 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.9 kB]
11:31:35 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
11:31:35 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.5 kB]
11:31:35 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [32.5 kB]
11:31:35 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmnl0 armhf 1.0.4-3build2 [11.4 kB]
11:31:35 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxtables12 armhf 1.8.7-1ubuntu5 [28.0 kB]
11:31:35 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
11:31:35 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip6tc2 armhf 1.8.7-1ubuntu5 [18.0 kB]
11:31:35 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnfnetlink0 armhf 1.0.1-3build3 [12.3 kB]
11:31:35 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetfilter-conntrack3 armhf 1.0.9-1 [36.8 kB]
11:31:35 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
11:31:35 Setting up sgml-base (1.31) ...
11:31:35 Setting up libkrb5-3:armhf (1.20.1-1) ...
11:31:35 Setting up libstemmer0d:armhf (2.2.0-2) ...
11:31:35 Setting up lsb-release (12.0-1) ...
11:31:35 Setting up dbus-system-bus-common (1.14.6-1) ...
11:31:35 Setting up openssl (3.0.8-1) ...
11:31:35 Setting up libelf1:armhf (0.188-2.1) ...
11:31:35 Setting up readline-common (8.2-1.3) ...
11:31:35 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
11:31:35 Setting up iso-codes (4.13.0-1) ...
11:31:35 Setting up dbus-bin (1.14.6-1) ...
11:31:35 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
11:31:35 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:31:35 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:31:35 Setting up lsb-release (11.1.0ubuntu2) ...
11:31:35 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:35 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:31:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
11:31:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
11:31:35 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [45.3 kB]
11:31:35 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf iptables armhf 1.8.9-2 [315 kB]
11:31:35 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnftnl11 armhf 1.2.1-1build1 [51.9 kB]
11:31:35 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iptables armhf 1.8.7-1ubuntu5 [412 kB]
11:31:35 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus-user-session armhf 1.12.20-2ubuntu4.1 [9442 B]
11:31:35 Setting up pinentry-curses (1.2.1-1) ...
11:31:35 Setting up libdw1:armhf (0.188-2.1) ...
11:31:35 Setting up libreadline8:armhf (8.2-1.3) ...
11:31:35 Setting up libglib2.0-bin (2.74.6-1) ...
11:31:35 Setting up dbus-daemon (1.14.6-1) ...
11:31:35 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-5) ...
11:31:35 Setting up ca-certificates (20211016) ...
11:31:35 Setting up python3-dbus (1.2.16-1build1) ...
11:31:35 debconf: delaying package configuration, since apt-utils is not installed
11:31:35 Fetched 21.3 MB in 1s (24.5 MB/s)
11:31:35 Selecting previously unselected package containerd.io.
11:31: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 ... 15045 files and directories currently installed.)
11:31:35 Preparing to unpack .../0-containerd.io_1.6.18-1_armhf.deb ...
11:31:35 Unpacking containerd.io (1.6.18-1) ...
11:31:35 + make IMAGE=ubuntu:kinetic verify
11:31:35 docker run  --rm -i \
11:31:35 	-v "$(pwd):/v" \
11:31:35 	-e DEBIAN_FRONTEND=noninteractive \
11:31:35 	-e PACKAGE_REPO=staging \
11:31:35 	-w /v \
11:31:35 	ubuntu:kinetic ./verify
11:31:35 Unable to find image 'ubuntu:kinetic' locally
11:31:35 kinetic: Pulling from library/ubuntu
11:31:35 debconf: delaying package configuration, since apt-utils is not installed
11:31:35 Fetched 21.3 MB in 1s (25.2 MB/s)
11:31:35 Selecting previously unselected package libmnl0:armhf.
11:31: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 ... 9443 files and directories currently installed.)
11:31:35 Preparing to unpack .../0-libmnl0_1.0.4-3build2_armhf.deb ...
11:31:35 Unpacking libmnl0:armhf (1.0.4-3build2) ...
11:31:35 Selecting previously unselected package libxtables12:armhf.
11:31:35 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_armhf.deb ...
11:31:35 Unpacking libxtables12:armhf (1.8.7-1ubuntu5) ...
11:31:35 Selecting previously unselected package netbase.
11:31:35 Preparing to unpack .../2-netbase_6.3_all.deb ...
11:31:35 Unpacking netbase (6.3) ...
11:31:35 Selecting previously unselected package libip6tc2:armhf.
11:31:35 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_armhf.deb ...
11:31:35 Unpacking libip6tc2:armhf (1.8.7-1ubuntu5) ...
11:31:35 Updating certificates in /etc/ssl/certs...
11:31:35 Setting up dconf-gsettings-backend:armhf (0.36.0-1) ...
11:31:35 Setting up python3-apt (2.0.1) ...
11:31:35 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:35 Setting up python3-chardet (3.0.4-4build1) ...
11:31:35 Selecting previously unselected package docker-ce-rootless-extras.
11:31:35 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ...
11:31:35 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:36 ff79c800f3f5: Already exists
11:31:36 Digest: sha256:699796ebf58f6d43889a7a2a29bcc8e421f8fa86bdc00d3ffededdb37e2a8d4c
11:31:36 Status: Downloaded newer image for ubuntu:kinetic
11:31:36 Selecting previously unselected package libnfnetlink0:armhf.
11:31:36 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_armhf.deb ...
11:31:36 Unpacking libnfnetlink0:armhf (1.0.1-3build3) ...
11:31:36 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:36 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_armhf.deb ...
11:31:36 Unpacking libnetfilter-conntrack3:armhf (1.0.9-1) ...
11:31:36 Selecting previously unselected package libnftnl11:armhf.
11:31:36 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_armhf.deb ...
11:31:36 Unpacking libnftnl11:armhf (1.2.1-1build1) ...
11:31:36 Selecting previously unselected package iptables.
11:31:36 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_armhf.deb ...
11:31:36 Unpacking iptables (1.8.7-1ubuntu5) ...
11:31:36 Selecting previously unselected package containerd.io.
11:31:36 Preparing to unpack .../8-containerd.io_1.6.18-1_armhf.deb ...
11:31:36 Unpacking containerd.io (1.6.18-1) ...
11:31:36 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:31:36 Setting up python3-software-properties (0.99.9.11) ...
11:31:36  * base: download.cf.centos.org
11:31:36  * extras: download.cf.centos.org
11:31:36  * updates: download.cf.centos.org
11:31:36 127 added, 0 removed; done.
11:31:36 Setting up dbus (1.14.6-1) ...
11:31:36 invoke-rc.d: could not determine current runlevel
11:31:36 invoke-rc.d: policy-rc.d denied execution of start.
11:31:36 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
11:31:36 Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ...
11:31:36 Setting up xml-core (0.18+nmu1) ...
11:31:36 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:31:36 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
11:31:36 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:31:36 + verify
11:31:36 + dpkg --version
11:31:36 + verify_deb
11:31:36 + apt-get update
11:31:36 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:36 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
11:31:36 Setting up docker-buildx-plugin (0.10.4-1~debian.11~bullseye) ...
11:31:36 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:36 Setting up gpgconf (2.2.40-1) ...
11:31:36 Setting up libpam-systemd:armhf (252.5-2) ...
11:31:36 Setting up libcurl4:armhf (7.88.1-1) ...
11:31:36 Setting up libpolkit-agent-1-0:armhf (122-3) ...
11:31:36 Setting up curl (7.88.1-1) ...
11:31:36 Setting up gpg (2.2.40-1) ...
11:31:36 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
11:31:36 Setcap worked! gst-ptp-helper is not suid!
11:31:36 Setting up gnupg-utils (2.2.40-1) ...
11:31:36 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:31:36 Setting up gpg-agent (2.2.40-1) ...
11:31:36 Setting up python3-requests-unixsocket (0.2.0-2) ...
11:31:36 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:31:36 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:36 Setting up libcurl4:armhf (7.68.0-1ubuntu2.16) ...
11:31:36 invoke-rc.d: could not determine current runlevel
11:31:36 invoke-rc.d: policy-rc.d denied execution of start.
11:31:36 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:36  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:36   Package dbus-user-session is not installed.
11:31:36 
11:31:36 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.11~bullseye) ...
11:31:36 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230309110843.71615c2-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-buildx-plugin_0.10.4-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.11~bullseye_armhf.deb
11:31:36 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:31:36 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:31:36 Setting up curl (7.68.0-1ubuntu2.16) ...
11:31:36 Setting up glib-networking:armhf (2.64.2-1ubuntu0.1) ...
11:31:36 Setting up libsoup2.4-1:armhf (2.70.0-1) ...
11:31:36 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:31:36 Setting up libappstream4:armhf (0.12.10-2) ...
11:31:36 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:31:36 Setting up packagekit (1.1.13-2ubuntu1.1) ...
11:31:36 invoke-rc.d: could not determine current runlevel
11:31:36 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:36 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
11:31:36 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:36 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
11:31:36 Setting up software-properties-common (0.99.9.11) ...
11:31:37 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:31:37 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:31:37 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:31:37 Setting up gpgsm (2.2.40-1) ...
11:31:37 Setting up libcurl3-gnutls:armhf (7.88.1-1) ...
11:31:37 Setting up libappstream4:armhf (0.16.1-1) ...
11:31:37 Setting up dirmngr (2.2.40-1) ...
11:31:37 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:31:37 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:31:37 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:31:37 Updating certificates in /etc/ssl/certs...
11:31:37 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
11:31:37 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:31:37 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:31:37 Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ...
11:31:37 Setting up gpg-wks-server (2.2.40-1) ...
11:31:37 Setting up libnsl2:armhf (1.3.0-2) ...
11:31:37 Setting up gpg-wks-client (2.2.40-1) ...
11:31:37 Setting up libpython3.11-stdlib:armhf (3.11.2-4) ...
11:31:37 Setting up gnupg (2.2.40-1) ...
11:31:37 Setting up libpython3-stdlib:armhf (3.11.2-1) ...
11:31:37 Setting up python3.11 (3.11.2-4) ...
11:31:37 0 added, 0 removed; done.
11:31:37 Running hooks in /etc/ca-certificates/update.d...
11:31:37 done.
11:31:37 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
11:31:37 Selecting previously unselected package dbus-user-session.
11:31:37 Preparing to unpack .../1-dbus-user-session_1.14.6-1_armhf.deb ...
11:31:37 Unpacking dbus-user-session (1.14.6-1) ...
11:31:37 Selecting previously unselected package libip6tc2:armhf.
11:31:37 Preparing to unpack .../2-libip6tc2_1.8.9-2_armhf.deb ...
11:31:37 Unpacking libip6tc2:armhf (1.8.9-2) ...
11:31:37 Selecting previously unselected package libxtables12:armhf.
11:31:37 Preparing to unpack .../3-libxtables12_1.8.9-2_armhf.deb ...
11:31:37 Unpacking libxtables12:armhf (1.8.9-2) ...
11:31:37 Selecting previously unselected package libmnl0:armhf.
11:31:37 Preparing to unpack .../4-libmnl0_1.0.4-3_armhf.deb ...
11:31:37 Unpacking libmnl0:armhf (1.0.4-3) ...
11:31:37 Selecting previously unselected package libnfnetlink0:armhf.
11:31:37 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
11:31:37 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
11:31:37 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:37 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
11:31:37 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
11:31:37 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:31:37 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB]
11:31:37 ++ source /etc/os-release
11:31:37 +++ NAME=Ubuntu
11:31:37 +++ VERSION='20.04.5 LTS (Focal Fossa)'
11:31:37 +++ ID=ubuntu
11:31:37 +++ ID_LIKE=debian
11:31:37 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
11:31:37 +++ VERSION_ID=20.04
11:31:37 +++ HOME_URL=https://www.ubuntu.com/
11:31:37 +++ SUPPORT_URL=https://help.ubuntu.com/
11:31:37 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:31:37 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:31:37 +++ VERSION_CODENAME=focal
11:31:37 +++ UBUNTU_CODENAME=focal
11:31:37 ++ echo ubuntu
11:31:37 + DIST_ID=ubuntu
11:31:37 ++ lsb_release -sc
11:31:37 + DIST_VERSION=focal
11:31:37 + '[' focal = sid ']'
11:31:37 + install_debian_containerd
11:31:37 + '[' staging = stage ']'
11:31:37 + REPO_URL=https://download.docker.com/linux/ubuntu
11:31:37 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:31:37 + update-ca-certificates -f
11:31:37 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:31:37 Clearing symlinks in /etc/ssl/certs...
11:31:37 Reading package lists...
11:31:37 Building dependency tree...
11:31:37 Reading state information...
11:31:37 Selecting previously unselected package libnftnl11:armhf.
11:31:37 Preparing to unpack .../7-libnftnl11_1.2.4-2_armhf.deb ...
11:31:37 Unpacking libnftnl11:armhf (1.2.4-2) ...
11:31:37 Selecting previously unselected package iptables.
11:31:37 Preparing to unpack .../8-iptables_1.8.9-2_armhf.deb ...
11:31:37 Unpacking iptables (1.8.9-2) ...
11:31:37 Setting up libip6tc2:armhf (1.8.9-2) ...
11:31:37 Setting up dbus-user-session (1.14.6-1) ...
11:31:37 Setting up libmnl0:armhf (1.0.4-3) ...
11:31:37 Setting up containerd.io (1.6.18-1) ...
11:31:37 Selecting previously unselected package dbus-user-session.
11:31:37 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_armhf.deb ...
11:31:37 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
11:31:37 Setting up libip6tc2:armhf (1.8.7-1ubuntu5) ...
11:31:37 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
11:31:37 done.
11:31:37 Updating certificates in /etc/ssl/certs...
11:31:38 Correcting dependencies... Done
11:31:38 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:38 Setting up libxtables12:armhf (1.8.9-2) ...
11:31:38 Setting up libnfnetlink0:armhf (1.0.2-2) ...
11:31:38 Setting up libnftnl11:armhf (1.2.4-2) ...
11:31:38 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
11:31:38 Setting up iptables (1.8.9-2) ...
11:31:38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:38 Processing triggers for libc-bin (2.36-6+rpi1) ...
11:31:38 + verify_binaries
11:31:38 + docker --version
11:31:38 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:38 ++ uname -m
11:31:38 + '[' armv8l = x86_64 ']'
11:31:38 + docker buildx version
11:31:38   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/52 
11:31:38   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            29/52 
11:31:38   Installing       : container-selinux-2:2.199.0-1.fc36.noarch            29/52 
11:31:38 Setting up libmnl0:armhf (1.0.4-3build2) ...
11:31:38 Setting up containerd.io (1.6.18-1) ...
11:31:38 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:38 Setting up libxtables12:armhf (1.8.7-1ubuntu5) ...
11:31:38 Setting up libnfnetlink0:armhf (1.0.1-3build3) ...
11:31:38 Setting up netbase (6.3) ...
11:31:38 Setting up libnftnl11:armhf (1.2.1-1build1) ...
11:31:38 Setting up libnetfilter-conntrack3:armhf (1.0.9-1) ...
11:31:38 Setting up iptables (1.8.7-1ubuntu5) ...
11:31:38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:38 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:31:38 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:38 124 added, 0 removed; done.
11:31:38 Running hooks in /etc/ca-certificates/update.d...
11:31:38 done.
11:31:38 + apt-key add -
11:31:38 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:31:38 Warning: apt-key output should not be parsed (stdout is not a terminal)
11:31:38 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:38 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:38 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:38 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:38 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:38 The following additional packages will be installed:
11:31:38   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:38   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:38   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:38   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:31:38 Suggested packages:
11:31:38   firewalld kmod systemd-container policykit-1
11:31:38 Recommended packages:
11:31:38   nftables systemd-timesyncd | time-daemon libnss-systemd
11:31:38 The following NEW packages will be installed:
11:31:38   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
11:31:38   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
11:31:38   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:31:38   libpam-systemd libxtables12 netbase systemd systemd-sysv
11:31:38 Setting up gnupg2 (2.2.40-1) ...
11:31:38 Setting up python3 (3.11.2-1) ...
11:31:38 Setting up python3-six (1.16.0-4) ...
11:31:38 github.com/docker/buildx v0.10.4 c513d34
11:31:38 + docker compose version
11:31:38 Docker Compose version v2.16.0
11:31:38 + dockerd --version
11:31:38 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:38 + docker-proxy --version
11:31:38 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:38 + containerd --version
11:31:38 + verify_binaries
11:31:38 + docker --version
11:31:38 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:38 ++ uname -m
11:31:38 + '[' armv8l = x86_64 ']'
11:31:38 + docker buildx version
11:31:38 github.com/docker/buildx v0.10.4 c513d34
11:31:38 + docker compose version
11:31:38 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
11:31:38 Need to get 27.0 MB of archives.
11:31:38 After this operation, 108 MB of additional disk space will be used.
11:31:38 Get:1 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
11:31:38 Get:2 http://deb.debian.org/debian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
11:31:38 Get:3 http://deb.debian.org/debian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
11:31:38 Get:4 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
11:31:38 Get:5 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
11:31:38 Get:6 http://deb.debian.org/debian bullseye/main armhf libjson-c5 armhf 0.15-2 [39.0 kB]
11:31:38 Get:7 http://deb.debian.org/debian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [227 kB]
11:31:38 Get:8 http://deb.debian.org/debian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.6 kB]
11:31:38 Get:9 http://deb.debian.org/debian bullseye/main armhf libkmod2 armhf 28-1 [48.5 kB]
11:31:38 Get:10 http://deb.debian.org/debian bullseye/main armhf systemd armhf 247.3-7+deb11u1 [4303 kB]
11:31:38 Get:11 https://download.docker.com/linux/debian bullseye/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:38 Setting up python3-pyparsing (3.0.9-1) ...
11:31:38 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38 + ctr --version
11:31:38 ctr containerd.io 1.6.18
11:31:38 + containerd-shim --help
11:31:38 Usage of containerd-shim:
11:31:38   -address string
11:31:38     	grpc address back to main containerd
11:31:38   -containerd-binary containerd publish
11:31:38     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:38   -criu string
11:31:38     	path to criu binary
11:31:38   -debug
11:31:38     	enable debug output in logs
11:31:38   -namespace string
11:31:38     	namespace that owns the shim
11:31:38   -runtime-root string
11:31:38     	root directory for the runtime (default "/run/containerd/runc")
11:31:38   -socket string
11:31:38     	socket path to serve
11:31:38   -systemd-cgroup
11:31:38     	set runtime to use systemd-cgroup
11:31:38   -workdir string
11:31:38     	path used to storge large temporary data
11:31:38 + containerd-shim-runc-v1 -v
11:31:38 containerd-shim-runc-v1:
11:31:38   Version:  1.6.18
11:31:38   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38   Go version: go1.19.6
11:31:38 
11:31:38 + containerd-shim-runc-v2 -v
11:31:38 containerd-shim-runc-v2:
11:31:38   Version:  1.6.18
11:31:38   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38   Go version: go1.19.6
11:31:38 
11:31:38 + runc --version
11:31:38 runc version 1.1.4
11:31:38 commit: v1.1.4-0-g5fd4c4d
11:31:38 spec: 1.0.2-dev
11:31:38 go: go1.19.6
11:31:38 libseccomp: 2.5.4
11:31:38 Docker Compose version v2.16.0
11:31:38 + dockerd --version
11:31:38 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:38 + docker-proxy --version
11:31:38 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:38 + containerd --version
11:31:38 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38 + ctr --version
11:31:38 ctr containerd.io 1.6.18
11:31:38 + containerd-shim --help
11:31:38 Usage of containerd-shim:
11:31:38   -address string
11:31:38     	grpc address back to main containerd
11:31:38   -containerd-binary containerd publish
11:31:38     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:38   -criu string
11:31:38     	path to criu binary
11:31:38   -debug
11:31:38     	enable debug output in logs
11:31:38   -namespace string
11:31:38     	namespace that owns the shim
11:31:38   -runtime-root string
11:31:38     	root directory for the runtime (default "/run/containerd/runc")
11:31:38   -socket string
11:31:38     	socket path to serve
11:31:38   -systemd-cgroup
11:31:38     	set runtime to use systemd-cgroup
11:31:38   -workdir string
11:31:38     	path used to storge large temporary data
11:31:38 + containerd-shim-runc-v1 -v
11:31:38 containerd-shim-runc-v1:
11:31:38   Version:  1.6.18
11:31:38   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38   Go version: go1.19.6
11:31:38 
11:31:38 + containerd-shim-runc-v2 -v
11:31:38 + runc --version
11:31:38 containerd-shim-runc-v2:
11:31:38   Version:  1.6.18
11:31:38   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:38   Go version: go1.19.6
11:31:38 
11:31:38 runc version 1.1.4
11:31:38 commit: v1.1.4-0-g5fd4c4d
11:31:38 spec: 1.0.2-dev
11:31:38 go: go1.19.6
11:31:38 libseccomp: 2.5.3
11:31:38 OK
11:31:38 + '[' focal = sid ']'
11:31:38 ++ dpkg --print-architecture
11:31:38 + ARCH=armhf
11:31:38 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu focal test'
11:31:38 + apt-get update
11:31:38 Get:12 http://deb.debian.org/debian bullseye/main armhf systemd-sysv armhf 247.3-7+deb11u1 [113 kB]
11:31:38 Get:13 http://deb.debian.org/debian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [225 kB]
11:31:38 Get:14 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
11:31:38 Get:15 http://deb.debian.org/debian bullseye/main armhf libpam-systemd armhf 247.3-7+deb11u1 [263 kB]
11:31:38 Get:16 http://deb.debian.org/debian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
11:31:38 Get:17 http://deb.debian.org/debian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [32.9 kB]
11:31:38 Get:18 http://deb.debian.org/debian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
11:31:38 Get:19 http://deb.debian.org/debian bullseye/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
11:31:38 Get:20 http://deb.debian.org/debian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
11:31:38 Get:21 http://deb.debian.org/debian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [33.6 kB]
11:31:38 Get:22 http://deb.debian.org/debian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [49.0 kB]
11:31:38 Get:23 http://deb.debian.org/debian bullseye/main armhf iptables armhf 1.8.7-1 [339 kB]
11:31:38 Setting up python3-gi (3.42.2-3+b1) ...
11:31:38 Setting up python3-httplib2 (0.20.4-3) ...
11:31:39 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB]
11:31:39 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB]
11:31:39 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB]
11:31:39 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [243 kB]
11:31:39 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [1301 B]
11:31:39 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [319 kB]
11:31:39 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
11:31:39 Get:2 https://download.docker.com/linux/ubuntu focal/test armhf Packages [22.8 kB]
11:31:39 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:31:39 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
11:31:39 Setting up python3-blinker (1.5-1) ...
11:31:39 Setting up python3-pkg-resources (66.1.1-1) ...
11:31:39 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [10.2 kB]
11:31:39 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [4545 B]
11:31:39 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [164 kB]
11:31:39 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:31:39 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:31:39 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:31:39 Setting up python3-dbus (1.3.2-4+b1) ...
11:31:39 debconf: delaying package configuration, since apt-utils is not installed
11:31:39 Fetched 27.0 MB in 1s (35.2 MB/s)
11:31:39 Selecting previously unselected package libapparmor1:armhf.
11:31: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 ... 9945 files and directories currently installed.)
11:31:39 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
11:31:39 Unpacking libapparmor1:armhf (2.13.6-10) ...
11:31:39 Selecting previously unselected package libcap2:armhf.
11:31:39 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
11:31:39 Unpacking libcap2:armhf (1:2.44-1) ...
11:31:39 Selecting previously unselected package libargon2-1:armhf.
11:31:39 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
11:31:39 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
11:31:39 Selecting previously unselected package dmsetup.
11:31:39 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:31:39 Unpacking dmsetup (2:1.02.175-2.1) ...
11:31:39 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [214 kB]
11:31:39 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B]
11:31:39 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9838 B]
11:31:39 Fetched 20.7 MB in 3s (6817 kB/s)
11:31:39 Fetched 80.4 kB in 1s (105 kB/s)
11:31:39 Setting up python3-distro (1.8.0-1) ...
11:31:39 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31:39 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:31:39 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:31:39 Selecting previously unselected package libjson-c5:armhf.
11:31:39 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
11:31:39 Unpacking libjson-c5:armhf (0.15-2) ...
11:31:39 Selecting previously unselected package libcryptsetup12:armhf.
11:31:39 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
11:31:39 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
11:31:39 Selecting previously unselected package libip4tc2:armhf.
11:31:39 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
11:31:39 Unpacking libip4tc2:armhf (1.8.7-1) ...
11:31:39 Selecting previously unselected package libkmod2:armhf.
11:31:39 Preparing to unpack .../8-libkmod2_28-1_armhf.deb ...
11:31:39 Unpacking libkmod2:armhf (28-1) ...
11:31:39 Selecting previously unselected package systemd.
11:31:39 Preparing to unpack .../9-systemd_247.3-7+deb11u1_armhf.deb ...
11:31:39 Setting up python3-jwt (2.6.0-1) ...
11:31:39 Setting up python3-apt (2.5.3) ...
11:31:39 Unpacking systemd (247.3-7+deb11u1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:40 Setting up python3-lazr.uri (1.0.6-3) ...
11:31:40 Setting up python3-cryptography (38.0.4-3) ...
11:31:40 Setting up libapparmor1:armhf (2.13.6-10) ...
11:31:40 Setting up libcap2:armhf (1:2.44-1) ...
11:31:40 Setting up libargon2-1:armhf (0~20171227-0.2) ...
11:31:40 Setting up libjson-c5:armhf (0.15-2) ...
11:31:40 Setting up libip4tc2:armhf (1.8.7-1) ...
11:31:40 Setting up libkmod2:armhf (28-1) ...
11:31:40 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:31:40 Setting up python3-wadllib (1.3.6-4) ...
11:31:40 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
11:31:40 Setting up systemd (247.3-7+deb11u1) ...
11:31:40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:40 Initializing machine ID from random generator.
11:31:40 Reading package lists...
11:31:40 Reading package lists...
11:31:40 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
11:31:40 + packages='deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:40 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb
11:31:40 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:40 ++ awk '$0="./"$0'
11:31:40 ++ xargs
11:31:40 + packages='./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb ./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~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb'
11:31:40 + set -x
11:31:40 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb ./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~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:40 Selecting previously unselected package docker-ce.
11:31:40 (Reading database ... 10398 files and directories currently installed.)
11:31:40 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ...
11:31:40 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:40 Setting up python3-oauthlib (3.2.2-1) ...
11:31:40 Setting up python3-lazr.restfulclient (0.14.5-1) ...
11:31:40 Setting up dmsetup (2:1.02.175-2.1) ...
11:31:40 Selecting previously unselected package systemd-sysv.
11:31: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 ... 10792 files and directories currently installed.)
11:31:40 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_armhf.deb ...
11:31:40 Unpacking systemd-sysv (247.3-7+deb11u1) ...
11:31:40 Selecting previously unselected package dbus.
11:31:40 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
11:31:40 Unpacking dbus (1.12.24-0+deb11u1) ...
11:31:40 Selecting previously unselected package netbase.
11:31:40 Preparing to unpack .../02-netbase_6.3_all.deb ...
11:31:40 Unpacking netbase (6.3) ...
11:31:40 Selecting previously unselected package libpam-systemd:armhf.
11:31:40 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_armhf.deb ...
11:31:40 Unpacking libpam-systemd:armhf (247.3-7+deb11u1) ...
11:31:40 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
11:31:40 Setting up python3-software-properties (0.99.30-4) ...
11:31:40 Processing triggers for libc-bin (2.36-8) ...
11:31:40 Selecting previously unselected package containerd.io.
11:31:40 Preparing to unpack .../04-containerd.io_1.6.18-1_armhf.deb ...
11:31:40 Unpacking containerd.io (1.6.18-1) ...
11:31:41 Processing triggers for systemd (252.5-2) ...
11:31:41 Processing triggers for sgml-base (1.31) ...
11:31:41 Setting up polkitd (122-3) ...
11:31:41 Creating group 'polkitd' with GID 997.
11:31:41 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
11:31:41 invoke-rc.d: could not determine current runlevel
11:31:41 invoke-rc.d: policy-rc.d denied execution of reload.
11:31:41 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
11:31:41 Setting up packagekit (1.2.6-3) ...
11:31:41 invoke-rc.d: could not determine current runlevel
11:31:41 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:31:41 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:31:41 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:31:41 Setting up software-properties-common (0.99.30-4) ...
11:31:41 Reading package lists...
11:31:41 Processing triggers for ca-certificates (20211016) ...
11:31:41 Updating certificates in /etc/ssl/certs...
11:31:41 Selecting previously unselected package docker-ce-rootless-extras.
11:31:41 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ...
11:31:41 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:41 Building dependency tree...
11:31:41 Reading state information...
11:31:41 0 added, 0 removed; done.
11:31:41 Running hooks in /etc/ca-certificates/update.d...
11:31:41 done.
11:31:41 Processing triggers for dbus (1.14.6-1) ...
11:31:41 ++ source /etc/os-release
11:31:41 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
11:31:41 +++ NAME='Debian GNU/Linux'
11:31:41 +++ VERSION_CODENAME=bookworm
11:31:41 +++ ID=debian
11:31:41 +++ HOME_URL=https://www.debian.org/
11:31:41 +++ SUPPORT_URL=https://www.debian.org/support
11:31:41 +++ BUG_REPORT_URL=https://bugs.debian.org/
11:31:41 ++ echo debian
11:31:41 + DIST_ID=debian
11:31:41 ++ lsb_release -sc
11:31:41 + DIST_VERSION=bookworm
11:31:41 + '[' bookworm = sid ']'
11:31:41 + install_debian_containerd
11:31:41 + '[' staging = stage ']'
11:31:41 + REPO_URL=https://download.docker.com/linux/debian
11:31:41 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
11:31:41 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
11:31:41 + update-ca-certificates -f
11:31:41 Clearing symlinks in /etc/ssl/certs...
11:31:42 The following additional packages will be installed:
11:31:42   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
11:31:42   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
11:31:42   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:31:42   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
11:31:42   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
11:31:42   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
11:31:42   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
11:31:42   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
11:31:42   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
11:31:42   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
11:31:42   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
11:31:42   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
11:31:42   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
11:31:42   libsystemd-shared libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8
11:31:42   libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses
11:31:42   pkexec policykit-1 polkitd python-apt-common python3 python3-apt
11:31:42   python3-blinker python3-cffi-backend python3-cryptography python3-dbus
11:31:42   python3-distro python3-gi python3-httplib2 python3-importlib-metadata
11:31:42   python3-jeepney python3-jwt python3-keyring python3-launchpadlib
11:31:42   python3-lazr.restfulclient python3-lazr.uri python3-minimal
11:31:42   python3-more-itertools python3-oauthlib python3-pkg-resources
11:31:42   python3-pyparsing python3-secretstorage python3-six
11:31:42   python3-software-properties python3-wadllib python3-zipp python3.10
11:31:42   python3.10-minimal readline-common systemd systemd-sysv
11:31:42 Suggested packages:
11:31:42   default-dbus-session-bus | dbus-session-bus dbus-user-session
11:31:42   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
11:31:42   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
11:31:42   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
11:31:42   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
11:31:42   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
11:31:42   python3-keyrings.alt python3-testresources python3-setuptools
11:31:42   python-pyparsing-doc python-secretstorage-doc gnome-keyring
11:31:42   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
11:31:42   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
11:31:42   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
11:31:42 Recommended packages:
11:31:42   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
11:31:42   libldap-common dbus-user-session publicsuffix libsasl2-modules
11:31:42   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
11:31:42   | time-daemon systemd-resolved libnss-systemd
11:31:42 done.
11:31:42 Updating certificates in /etc/ssl/certs...
11:31:42 Selecting previously unselected package docker-buildx-plugin.
11:31:42 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb ...
11:31:42 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:31:42 The following NEW packages will be installed:
11:31:42   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
11:31:42   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
11:31:42   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
11:31:42   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
11:31:42   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
11:31:42   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
11:31:42   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
11:31:42   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
11:31:42   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
11:31:42   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
11:31:42   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
11:31:42   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
11:31:42   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
11:31:42   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
11:31:42   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
11:31:42   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
11:31:42   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
11:31:42   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
11:31:42   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
11:31:42   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
11:31:42   python3-minimal python3-more-itertools python3-oauthlib
11:31:42   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
11:31:42   python3-software-properties python3-wadllib python3-zipp python3.10
11:31:42   python3.10-minimal readline-common software-properties-common systemd
11:31:42   systemd-sysv
11:31:42 The following packages will be upgraded:
11:31:42   libsystemd0 libudev1
11:31:42 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:31:42 2 upgraded, 122 newly installed, 0 to remove and 2 not upgraded.
11:31:42 Need to get 39.4 MB of archives.
11:31:42 After this operation, 137 MB of additional disk space will be used.
11:31:42 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2.1 [1563 kB]
11:31:42 127 added, 0 removed; done.
11:31:42 Running hooks in /etc/ca-certificates/update.d...
11:31:42 done.
11:31:42 + apt-key add -
11:31:42 + curl -fsSL https://download.docker.com/linux/debian/gpg
11:31:42 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:31:42 Selecting previously unselected package dbus-user-session.
11:31:42 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
11:31:42 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
11:31:42 Selecting previously unselected package libip6tc2:armhf.
11:31:42 Preparing to unpack .../06-libip6tc2_1.8.7-1_armhf.deb ...
11:31:42 Unpacking libip6tc2:armhf (1.8.7-1) ...
11:31:42 Selecting previously unselected package libxtables12:armhf.
11:31:42 Preparing to unpack .../07-libxtables12_1.8.7-1_armhf.deb ...
11:31:42 Unpacking libxtables12:armhf (1.8.7-1) ...
11:31:42 Selecting previously unselected package libmnl0:armhf.
11:31:42 Preparing to unpack .../08-libmnl0_1.0.4-3_armhf.deb ...
11:31:42 Unpacking libmnl0:armhf (1.0.4-3) ...
11:31:42 Selecting previously unselected package libnfnetlink0:armhf.
11:31:42 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
11:31:42 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:42 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:42 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
11:31:42 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
11:31:43 Selecting previously unselected package libnftnl11:armhf.
11:31:43 Preparing to unpack .../11-libnftnl11_1.1.9-1_armhf.deb ...
11:31:43 Unpacking libnftnl11:armhf (1.1.9-1) ...
11:31:43 Selecting previously unselected package iptables.
11:31:43 Preparing to unpack .../12-iptables_1.8.7-1_armhf.deb ...
11:31:43 Unpacking iptables (1.8.7-1) ...
11:31:43 Setting up systemd-sysv (247.3-7+deb11u1) ...
11:31:43 Setting up libip6tc2:armhf (1.8.7-1) ...
11:31:43 Setting up dbus (1.12.24-0+deb11u1) ...
11:31:43 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.2 [788 kB]
11:31:43 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libexpat1 armhf 2.4.8-2ubuntu0.22.10.1 [63.6 kB]
11:31:43 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.2 [1821 kB]
11:31:43 invoke-rc.d: could not determine current runlevel
11:31:43 invoke-rc.d: policy-rc.d denied execution of start.
11:31:43 Setting up libmnl0:armhf (1.0.4-3) ...
11:31:43 Setting up containerd.io (1.6.18-1) ...
11:31:43 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:43 Setting up libxtables12:armhf (1.8.7-1) ...
11:31:43 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
11:31:43 Setting up libpam-systemd:armhf (247.3-7+deb11u1) ...
11:31:43 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB]
11:31:43 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB]
11:31:43 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:31:43 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5support0 armhf 1.20-1ubuntu0.1 [29.6 kB]
11:31:43 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libk5crypto3 armhf 1.20-1ubuntu0.1 [78.4 kB]
11:31:43 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B]
11:31:43 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5-3 armhf 1.20-1ubuntu0.1 [320 kB]
11:31:43 Setting up netbase (6.3) ...
11:31:43 Setting up libnftnl11:armhf (1.1.9-1) ...
11:31:43 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
11:31:43 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
11:31:43 Setting up iptables (1.8.7-1) ...
11:31:43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:43 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:31:43 + verify_binaries
11:31:43 + docker --version
11:31:43 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libgssapi-krb5-2 armhf 1.20-1ubuntu0.1 [118 kB]
11:31:43 Selecting previously unselected package docker-compose-plugin.
11:31:43 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb ...
11:31:43 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:31:43 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:43 ++ uname -m
11:31:43 + '[' armv8l = x86_64 ']'
11:31:43 + docker buildx version
11:31:43 github.com/docker/buildx v0.10.4 c513d34
11:31:43 + docker compose version
11:31:43 Docker Compose version v2.16.0
11:31:43 + dockerd --version
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:44 OK
11:31:44 + '[' bookworm = sid ']'
11:31:44 ++ dpkg --print-architecture
11:31:44 + ARCH=armhf
11:31:44 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bookworm test'
11:31:44 + apt-get update
11:31:44 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:31:44 Get:2 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB]
11:31:44 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:44 + docker-proxy --version
11:31:44 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:44 + containerd --version
11:31:44 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:44 + ctr --version
11:31:44 ctr containerd.io 1.6.18
11:31:44 + containerd-shim --help
11:31:44 Usage of containerd-shim:
11:31:44   -address string
11:31:44     	grpc address back to main containerd
11:31:44   -containerd-binary containerd publish
11:31:44     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:44   -criu string
11:31:44     	path to criu binary
11:31:44   -debug
11:31:44     	enable debug output in logs
11:31:44   -namespace string
11:31:44     	namespace that owns the shim
11:31:44   -runtime-root string
11:31:44     	root directory for the runtime (default "/run/containerd/runc")
11:31:44   -socket string
11:31:44     	socket path to serve
11:31:44   -systemd-cgroup
11:31:44     	set runtime to use systemd-cgroup
11:31:44   -workdir string
11:31:44     	path used to storge large temporary data
11:31:44 + containerd-shim-runc-v1 -v
11:31:44 containerd-shim-runc-v1:
11:31:44   Version:  1.6.18
11:31:44   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:44   Go version: go1.19.6
11:31:44 
11:31:44 + containerd-shim-runc-v2 -v
11:31:44 containerd-shim-runc-v2:
11:31:44   Version:  1.6.18
11:31:44   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:44   Go version: go1.19.6
11:31:44 
11:31:44 + runc --version
11:31:44 runc version 1.1.4
11:31:44 commit: v1.1.4-0-g5fd4c4d
11:31:44 spec: 1.0.2-dev
11:31:44 go: go1.19.6
11:31:44 libseccomp: 2.5.1
11:31:44 Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
11:31:44 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
11:31:44 Get:5 https://download.docker.com/linux/debian bookworm/test armhf Packages [4413 B]
11:31:44 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B]
11:31:44 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB]
11:31:44 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB]
11:31:44 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB]
11:31:44 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB]
11:31:44 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB]
11:31:44 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.2 [1706 kB]
11:31:44 Fetched 47.8 kB in 1s (76.1 kB/s)
11:31:44 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.2 [497 kB]
11:31:44 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B]
11:31:44 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB]
11:31:44 Selecting previously unselected package docker-ce-cli.
11:31:44 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ...
11:31:44 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:44 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
11:31:45 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libudev1 armhf 251.4-1ubuntu7.1 [73.0 kB]
11:31:45 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:45 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB]
11:31:45 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB]
11:31:45 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB]
11:31:45 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB]
11:31:45 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB]
11:31:45 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB]
11:31:45 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB]
11:31:45 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libsystemd-shared armhf 251.4-1ubuntu7.1 [1609 kB]
11:31:45 Reading package lists...
11:31:45 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.
11:31:45 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
11:31:45 + packages='deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:45 ++ echo 'deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:45 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:45 ++ awk '$0="./"$0'
11:31:45 ++ xargs
11:31:45 + packages='./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb'
11:31:45 + set -x
11:31:45 + 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-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:45 Selecting previously unselected package docker-compose-plugin.
11:31:45 (Reading database ... 11468 files and directories currently installed.)
11:31:45 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ...
11:31:45 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:31:45 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.20.04~focal) ...
11:31:45 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
11:31:45 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:45 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal) ...
11:31:45 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:45 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libsystemd0 armhf 251.4-1ubuntu7.1 [305 kB]
11:31:45 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:45 invoke-rc.d: could not determine current runlevel
11:31:45 invoke-rc.d: policy-rc.d denied execution of start.
11:31:45 Processing triggers for systemd (245.4-4ubuntu3.20) ...
11:31:45 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.4-1~ubuntu.20.04~focal_armhf.deb ./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~20230309110843.71615c2-1~ubuntu.20.04~focal_armhf.deb
11:31:46 Selecting previously unselected package docker-buildx-plugin.
11:31:46 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb ...
11:31:46 Unpacking docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:31:46 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf systemd armhf 251.4-1ubuntu7.1 [2785 kB]
11:31:46 Reading package lists...
11:31:46 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf systemd-sysv armhf 251.4-1ubuntu7.1 [11.2 kB]
11:31:46 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2.1 [1147 kB]
11:31:46 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:31:46 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB]
11:31:46 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB]
11:31:46 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:31:46 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB]
11:31:46 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:31:46 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB]
11:31:46 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B]
11:31:47 Building dependency tree...
11:31:47 Reading state information...
11:31:47 Selecting previously unselected package docker-ce-cli.
11:31:47 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ...
11:31:47 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:47 Correcting dependencies... Done
11:31:47 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-0 armhf 2.74.3-0ubuntu1 [1342 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:31:47 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:47 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:47 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:47 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:47 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:47 The following additional packages will be installed:
11:31:47   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:31:47   libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:47 Suggested packages:
11:31:47   firewalld kmod nftables
11:31:47 The following NEW packages will be installed:
11:31:47   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
11:31:47   libnfnetlink0 libnftnl11 libxtables12 netbase
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:47 Selecting previously unselected package docker-ce.
11:31:47 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ...
11:31:47 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:47 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB]
11:31:47 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB]
11:31:47 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB]
11:31:47 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
11:31:47 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB]
11:31:47 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:31:47 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB]
11:31:48 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
11:31:48 Need to get 21.2 MB of archives.
11:31:48 After this operation, 93.3 MB of additional disk space will be used.
11:31:48 Get:1 https://download.docker.com/linux/ubuntu focal/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:48 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
11:31:48 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxtables12 armhf 1.8.4-3ubuntu2 [25.9 kB]
11:31:48 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
11:31:48 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip6tc2 armhf 1.8.4-3ubuntu2 [17.1 kB]
11:31:48   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            29/52 
11:31:48   Installing       : libslirp-4.6.1-3.fc36.x86_64                         30/52 
11:31:48   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             31/52 
11:31:48   Installing       : libnfnetlink-1.0.1-21.fc36.x86_64                    32/52 
11:31:48   Installing       : libmnl-1.0.4-15.fc36.x86_64                          33/52 
11:31:48   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           34/52 
11:31:48   Installing       : iptables-libs-1.8.7-15.fc36.x86_64                   35/52 
11:31:48   Installing       : iptables-legacy-1.8.7-15.fc36.x86_64                 36/52 
11:31:48   Running scriptlet: iptables-legacy-1.8.7-15.fc36.x86_64                 36/52 
11:31:48   Installing       : kmod-libs-29-7.fc36.x86_64                           37/52 
11:31:48   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            38/52 
11:31:48   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  39/52 
11:31:48   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 40/52 
11:31:48   Installing       : systemd-networkd-250.10-2.fc36.x86_64                41/52 
11:31:48   Running scriptlet: systemd-networkd-250.10-2.fc36.x86_64                41/52 
11:31:48   Installing       : systemd-pam-250.10-2.fc36.x86_64                     42/52 
11:31:48   Installing       : systemd-resolved-250.10-2.fc36.x86_64                43/52 
11:31:48   Running scriptlet: systemd-resolved-250.10-2.fc36.x86_64                43/52 
11:31:48   Installing       : systemd-250.10-2.fc36.x86_64                         44/52 
11:31:48   Running scriptlet: systemd-250.10-2.fc36.x86_64                         44/52 
11:31:48 Creating group 'input' with GID 104.
11:31:48 Creating group 'kvm' with GID 36.
11:31:48 Creating group 'render' with GID 105.
11:31:48 Creating group 'sgx' with GID 106.
11:31:48 Creating group 'systemd-journal' with GID 190.
11:31:48 Creating group 'systemd-network' with GID 192.
11:31:48 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:31:48 Creating group 'systemd-oom' with GID 998.
11:31:48 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:31:48 Creating group 'systemd-resolve' with GID 193.
11:31:48 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:31:48 
11:31:48   Installing       : containerd.io-1.6.18-3.1.fc36.x86_64                 45/52 
11:31:48   Running scriptlet: containerd.io-1.6.18-3.1.fc36.x86_64                 45/52 
11:31:48   Installing       : libcgroup-2.0-4.fc36.x86_64                          46/52 
11:31:48   Installing       : kmod-29-7.fc36.x86_64                                47/52 
11:31:48   Installing       : fuse-common-3.10.5-2.fc36.x86_64                     48/52 
11:31:48   Installing       : fuse3-3.10.5-2.fc36.x86_64                           49/52 
11:31:48   Installing       : fuse-overlayfs-1.9-6.fc36.x86_64                     50/52 
11:31:48   Running scriptlet: fuse-overlayfs-1.9-6.fc36.x86_64                     50/52 
11:31:48   Installing       : docker-ce-rootless-extras-0.0.0~20230309110843.716   51/52 
11:31:48   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230309110843.716   51/52 
11:31:48   Installing       : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.x8   52/52 
11:31:48   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.x8   52/52 
11:31:48   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          52/52 
11:31:48   Running scriptlet: container-selinux-2:2.199.0-1.fc36.noarch            52/52 
11:31:48   Running scriptlet: systemd-resolved-250.10-2.fc36.x86_64                52/52 
11:31:48 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnfnetlink0 armhf 1.0.1-3build1 [11.7 kB]
11:31:48 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnetfilter-conntrack3 armhf 1.0.7-2 [33.0 kB]
11:31:48 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnftnl11 armhf 1.1.5-1 [44.3 kB]
11:31:48 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iptables armhf 1.8.4-3ubuntu2 [347 kB]
11:31:48 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpam-systemd armhf 251.4-1ubuntu7.1 [188 kB]
11:31:48 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxml2 armhf 2.9.14+dfsg-1ubuntu0.1 [589 kB]
11:31:48 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB]
11:31:48 Selecting previously unselected package docker-ce-rootless-extras.
11:31:48 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ...
11:31:48 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:48 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB]
11:31:48 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
11:31:48 Setting up docker-buildx-plugin (0.10.4-1~debian.12~bookworm) ...
11:31:48 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:48 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:48   Running scriptlet: docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.x8   52/52 
11:31:48   Verifying        : containerd.io-1.6.18-3.1.fc36.x86_64                  1/52 
11:31:48   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/52 
11:31:48   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/52 
11:31:48   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             4/52 
11:31:48   Verifying        : diffutils-3.8-2.fc36.x86_64                           5/52 
11:31:48   Verifying        : fuse-common-3.10.5-2.fc36.x86_64                      6/52 
11:31:48   Verifying        : fuse3-3.10.5-2.fc36.x86_64                            7/52 
11:31:48   Verifying        : fuse3-libs-3.10.5-2.fc36.x86_64                       8/52 
11:31:48   Verifying        : iptables-legacy-1.8.7-15.fc36.x86_64                  9/52 
11:31:48   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.x86_64            10/52 
11:31:48   Verifying        : iptables-libs-1.8.7-15.fc36.x86_64                   11/52 
11:31:48   Verifying        : kmod-29-7.fc36.x86_64                                12/52 
11:31:48   Verifying        : kmod-libs-29-7.fc36.x86_64                           13/52 
11:31:48   Verifying        : libcgroup-2.0-4.fc36.x86_64                          14/52 
11:31:48   Verifying        : libibverbs-39.0-1.fc36.x86_64                        15/52 
11:31:48   Verifying        : libmnl-1.0.4-15.fc36.x86_64                          16/52 
11:31:48   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           17/52 
11:31:48   Verifying        : libnfnetlink-1.0.1-21.fc36.x86_64                    18/52 
11:31:48   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       19/52 
11:31:48   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   20/52 
11:31:48   Verifying        : libslirp-4.6.1-3.fc36.x86_64                         21/52 
11:31:48   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      22/52 
11:31:48   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     23/52 
11:31:48   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    24/52 
11:31:48   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    25/52 
11:31:48   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             26/52 
11:31:48   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/52 
11:31:48   Verifying        : container-selinux-2:2.199.0-1.fc36.noarch            28/52 
11:31:48   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          29/52 
11:31:48   Verifying        : dbus-broker-33-1.fc36.x86_64                         30/52 
11:31:48   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   31/52 
11:31:48   Verifying        : fuse-overlayfs-1.9-6.fc36.x86_64                     32/52 
11:31:48   Verifying        : libargon2-20171227-9.fc36.x86_64                     33/52 
11:31:48   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         34/52 
11:31:48   Verifying        : libfdisk-2.38-1.fc36.x86_64                          35/52 
11:31:48   Verifying        : libnl3-3.7.0-1.fc36.x86_64                           36/52 
11:31:48   Verifying        : libpcap-14:1.10.3-1.fc36.x86_64                      37/52 
11:31:48   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              38/52 
11:31:48   Verifying        : selinux-policy-36.17-1.fc36.noarch                   39/52 
11:31:48   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          40/52 
11:31:48   Verifying        : systemd-250.10-2.fc36.x86_64                         41/52 
11:31:48   Verifying        : systemd-networkd-250.10-2.fc36.x86_64                42/52 
11:31:48   Verifying        : systemd-pam-250.10-2.fc36.x86_64                     43/52 
11:31:48   Verifying        : systemd-resolved-250.10-2.fc36.x86_64                44/52 
11:31:48   Verifying        : util-linux-2.38-1.fc36.x86_64                        45/52 
11:31:48   Verifying        : xz-5.4.1-1.fc36.x86_64                               46/52 
11:31:48   Verifying        : docker-scan-plugin-0.23.0-0.fc36.x86_64              47/52 
11:31:48   Verifying        : docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.x8   48/52 
11:31:48   Verifying        : docker-buildx-plugin-0.10.4-0.fc36.x86_64            49/52 
11:31:48   Verifying        : docker-ce-rootless-extras-0.0.0~20230309110843.716   50/52 
11:31:48   Verifying        : docker-compose-plugin-2.16.0-0.fc36.x86_64           51/52 
11:31:48 debconf: delaying package configuration, since apt-utils is not installed
11:31:48 Fetched 21.2 MB in 1s (18.7 MB/s)
11:31:48 Selecting previously unselected package libmnl0:armhf.
11:31: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 ... 10624 files and directories currently installed.)
11:31:48 Preparing to unpack .../0-libmnl0_1.0.4-2_armhf.deb ...
11:31:48 Unpacking libmnl0:armhf (1.0.4-2) ...
11:31:48 Selecting previously unselected package libxtables12:armhf.
11:31:48 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_armhf.deb ...
11:31:48 Unpacking libxtables12:armhf (1.8.4-3ubuntu2) ...
11:31:48 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python-apt-common all 2.4.0+22.10 [14.8 kB]
11:31:48 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-apt armhf 2.4.0+22.10 [149 kB]
11:31:49 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:31:49 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:31:49 invoke-rc.d: could not determine current runlevel
11:31:49 invoke-rc.d: policy-rc.d denied execution of start.
11:31:49 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:31:49  docker-ce-rootless-extras depends on dbus-user-session; however:
11:31:49   Package dbus-user-session is not installed.
11:31:49 
11:31:49 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~debian.12~bookworm) ...
11:31:49 + 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-buildx-plugin_0.10.4-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~debian.12~bookworm_armhf.deb
11:31:49   Verifying        : docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc3   52/52 
11:31:49 
11:31:49 Installed:
11:31:49   container-selinux-2:2.199.0-1.fc36.noarch                                     
11:31:49   containerd.io-1.6.18-3.1.fc36.x86_64                                          
11:31:49   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
11:31:49   dbus-1:1.14.4-1.fc36.x86_64                                                   
11:31:49   dbus-broker-33-1.fc36.x86_64                                                  
11:31:49   dbus-common-1:1.14.4-1.fc36.noarch                                            
11:31:49   device-mapper-1.02.175-7.fc36.x86_64                                          
11:31:49   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
11:31:49   diffutils-3.8-2.fc36.x86_64                                                   
11:31:49   docker-buildx-plugin-0.10.4-0.fc36.x86_64                                     
11:31:49   docker-ce-3:0.0.0~20230309110843.71615c2-0.fc36.x86_64                        
11:31:49   docker-ce-cli-1:0.0.0~20230309110843.71615c2-0.fc36.x86_64                    
11:31:49   docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.fc36.x86_64          
11:31:49   docker-compose-plugin-2.16.0-0.fc36.x86_64                                    
11:31:49   docker-scan-plugin-0.23.0-0.fc36.x86_64                                       
11:31:49   fuse-common-3.10.5-2.fc36.x86_64                                              
11:31:49   fuse-overlayfs-1.9-6.fc36.x86_64                                              
11:31:49   fuse3-3.10.5-2.fc36.x86_64                                                    
11:31:49   fuse3-libs-3.10.5-2.fc36.x86_64                                               
11:31:49   iptables-legacy-1.8.7-15.fc36.x86_64                                          
11:31:49   iptables-legacy-libs-1.8.7-15.fc36.x86_64                                     
11:31:49   iptables-libs-1.8.7-15.fc36.x86_64                                            
11:31:49   kmod-29-7.fc36.x86_64                                                         
11:31:49   kmod-libs-29-7.fc36.x86_64                                                    
11:31:49   libargon2-20171227-9.fc36.x86_64                                              
11:31:49   libbpf-2:0.7.0-3.fc36.x86_64                                                  
11:31:49   libcgroup-2.0-4.fc36.x86_64                                                   
11:31:49   libfdisk-2.38-1.fc36.x86_64                                                   
11:31:49   libibverbs-39.0-1.fc36.x86_64                                                 
11:31:49   libmnl-1.0.4-15.fc36.x86_64                                                   
11:31:49   libnetfilter_conntrack-1.0.8-4.fc36.x86_64                                    
11:31:49   libnfnetlink-1.0.1-21.fc36.x86_64                                             
11:31:49   libnl3-3.7.0-1.fc36.x86_64                                                    
11:31:49   libpcap-14:1.10.3-1.fc36.x86_64                                               
11:31:49   libseccomp-2.5.3-2.fc36.x86_64                                                
11:31:49   libselinux-utils-3.3-4.fc36.x86_64                                            
11:31:49   libslirp-4.6.1-3.fc36.x86_64                                                  
11:31:49   libutempter-1.2.1-6.fc36.x86_64                                               
11:31:49   libxkbcommon-1.4.0-1.fc36.x86_64                                              
11:31:49   policycoreutils-3.3-4.fc36.x86_64                                             
11:31:49   qrencode-libs-4.1.1-2.fc36.x86_64                                             
11:31:49   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
11:31:49   selinux-policy-36.17-1.fc36.noarch                                            
11:31:49   selinux-policy-targeted-36.17-1.fc36.noarch                                   
11:31:49   slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64                                      
11:31:49   systemd-250.10-2.fc36.x86_64                                                  
11:31:49   systemd-networkd-250.10-2.fc36.x86_64                                         
11:31:49   systemd-pam-250.10-2.fc36.x86_64                                              
11:31:49   systemd-resolved-250.10-2.fc36.x86_64                                         
11:31:49   util-linux-2.38-1.fc36.x86_64                                                 
11:31:49   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:31:49   xz-5.4.1-1.fc36.x86_64                                                        
11:31:49 
11:31:49 Complete!
11:31:49 + verify_binaries
11:31:49 + docker --version
11:31:49 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:49 ++ uname -m
11:31:49 + '[' x86_64 = x86_64 ']'
11:31:49 + docker scan --help
11:31:49 Selecting previously unselected package netbase.
11:31:49 Preparing to unpack .../2-netbase_6.1_all.deb ...
11:31:49 Unpacking netbase (6.1) ...
11:31:49 Selecting previously unselected package libip6tc2:armhf.
11:31:49 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_armhf.deb ...
11:31:49 Unpacking libip6tc2:armhf (1.8.4-3ubuntu2) ...
11:31:49 Selecting previously unselected package libnfnetlink0:armhf.
11:31:49 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_armhf.deb ...
11:31:49 Unpacking libnfnetlink0:armhf (1.0.1-3build1) ...
11:31:49 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:49 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_armhf.deb ...
11:31:49 Unpacking libnetfilter-conntrack3:armhf (1.0.7-2) ...
11:31:49 Selecting previously unselected package libnftnl11:armhf.
11:31:49 Preparing to unpack .../6-libnftnl11_1.1.5-1_armhf.deb ...
11:31:49 Unpacking libnftnl11:armhf (1.1.5-1) ...
11:31:49 Selecting previously unselected package iptables.
11:31:49 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_armhf.deb ...
11:31:49 Unpacking iptables (1.8.4-3ubuntu2) ...
11:31:49 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
11:31:49 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB]
11:31:49 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:31:49 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB]
11:31:49 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:31:49 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf apt-transport-https all 2.5.3 [1502 B]
11:31:49 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:31:49 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB]
11:31:49 
11:31:49 Usage:  docker scan [OPTIONS] IMAGE
11:31:49 
11:31:49 A tool to scan your images
11:31:49 
11:31:49 Options:
11:31:49       --accept-license    Accept using a third party scanning provider
11:31:49       --dependency-tree   Show dependency tree with scan results
11:31:49       --exclude-base      Exclude base image from vulnerability scanning
11:31:49                           (requires --file)
11:31:49   -f, --file string       Dockerfile associated with image, provides more
11:31:49                           detailed results
11:31:49       --group-issues      Aggregate duplicated vulnerabilities and group
11:31:49                           them to a single one (requires --json)
11:31:49       --json              Output results in JSON format
11:31:49       --login             Authenticate to the scan provider using an
11:31:49                           optional token (with --token), or web base
11:31:49                           token if empty
11:31:49       --reject-license    Reject using a third party scanning provider
11:31:49       --severity string   Only report vulnerabilities of provided level
11:31:49                           or higher (low|medium|high)
11:31:49       --token string      Authentication token to login to the third
11:31:49                           party scanning provider
11:31:49       --version           Display version of the scan plugin
11:31:49 + docker buildx version
11:31:49 github.com/docker/buildx v0.10.4 c513d34
11:31:49 + docker compose version
11:31:49 Selecting previously unselected package containerd.io.
11:31:49 Preparing to unpack .../8-containerd.io_1.6.18-1_armhf.deb ...
11:31:49 Unpacking containerd.io (1.6.18-1) ...
11:31:49 Docker Compose version v2.16.0
11:31:49 + dockerd --version
11:31:49 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:49 + docker-proxy --version
11:31:49 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:49 + containerd --version
11:31:49 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:49 + ctr --version
11:31:49 ctr containerd.io 1.6.18
11:31:49 + containerd-shim --help
11:31:49 Usage of containerd-shim:
11:31:49   -address string
11:31:49     	grpc address back to main containerd
11:31:49   -containerd-binary containerd publish
11:31:49     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:49   -criu string
11:31:49     	path to criu binary
11:31:49   -debug
11:31:49     	enable debug output in logs
11:31:49   -namespace string
11:31:49     	namespace that owns the shim
11:31:49   -runtime-root string
11:31:49     	root directory for the runtime (default "/run/containerd/runc")
11:31:49   -socket string
11:31:49     	socket path to serve
11:31:49   -systemd-cgroup
11:31:49     	set runtime to use systemd-cgroup
11:31:49   -workdir string
11:31:49     	path used to storge large temporary data
11:31:49 + containerd-shim-runc-v1 -v
11:31:49 containerd-shim-runc-v1:
11:31:49   Version:  1.6.18
11:31:49   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:49   Go version: go1.19.6
11:31:49 
11:31:49 + containerd-shim-runc-v2 -v
11:31:49 containerd-shim-runc-v2:
11:31:49   Version:  1.6.18
11:31:49   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:49   Go version: go1.19.6
11:31:49 
11:31:49 + runc --version
11:31:49 runc version 1.1.4
11:31:49 commit: v1.1.4-0-g5fd4c4d
11:31:49 spec: 1.0.2-dev
11:31:49 go: go1.19.6
11:31:49 libseccomp: 2.5.3
11:31:49 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB]
11:31:49 Reading package lists...
11:31:50 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB]
11:31:50 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:31:50 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:50 Building dependency tree...
11:31:50 Reading state information...
11:31:50 Correcting dependencies... Done
11:31:50 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.3 [253 kB]
11:31:50 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.3 [192 kB]
11:31:50 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB]
11:31:50 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB]
11:31:50 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1.1 [99.3 kB]
11:31:50 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:31:50 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB]
11:31:50 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:31:50 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:31:50 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:31:50 Skipping docker-ce, it is already installed and upgrade is not set.
11:31:50 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:31:50 The following additional packages will be installed:
11:31:50   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:50   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:50 Suggested packages:
11:31:50   firewalld kmod
11:31:50 Recommended packages:
11:31:50   nftables
11:31:50 The following NEW packages will be installed:
11:31:50   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:31:50   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:31:50 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
11:31:51 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
11:31:51 Need to get 21.3 MB of archives.
11:31:51 After this operation, 93.3 MB of additional disk space will be used.
11:31:51 Get:1 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
11:31:51 Get:2 http://deb.debian.org/debian bookworm/main armhf dbus-user-session armhf 1.14.6-1 [76.5 kB]
11:31:51 Get:3 http://deb.debian.org/debian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.2 kB]
11:31:51 Get:4 http://deb.debian.org/debian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.8 kB]
11:31:51 Get:5 http://deb.debian.org/debian bookworm/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
11:31:51 Get:6 http://deb.debian.org/debian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.2 kB]
11:31:51 Get:7 http://deb.debian.org/debian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [33.6 kB]
11:31:51 Get:8 http://deb.debian.org/debian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [46.9 kB]
11:31:51 Get:9 http://deb.debian.org/debian bookworm/main armhf iptables armhf 1.8.9-2 [316 kB]
11:31:51 Get:10 https://download.docker.com/linux/debian bookworm/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:31:51 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
11:31:51 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:31:51 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB]
11:31:51 Setting up libip6tc2:armhf (1.8.4-3ubuntu2) ...
11:31:51 Setting up libmnl0:armhf (1.0.4-2) ...
11:31:51 Setting up containerd.io (1.6.18-1) ...
11:31:51 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:51 Setting up libxtables12:armhf (1.8.4-3ubuntu2) ...
11:31:51 Setting up libnfnetlink0:armhf (1.0.1-3build1) ...
11:31:51 Setting up netbase (6.1) ...
11:31:51 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB]
11:31:51 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB]
11:31:51 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB]
11:31:51 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB]
11:31:51 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB]
11:31:51 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB]
11:31:51 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB]
11:31:51 Setting up libnftnl11:armhf (1.1.5-1) ...
11:31:51 Setting up libnetfilter-conntrack3:armhf (1.0.7-2) ...
11:31:51 Setting up iptables (1.8.4-3ubuntu2) ...
11:31:51 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:51 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:51 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:31:51 + verify_binaries
11:31:51 + docker --version
11:31:51 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:51 ++ uname -m
11:31:51 + '[' armv8l = x86_64 ']'
11:31:51 + docker buildx version
11:31:51 debconf: delaying package configuration, since apt-utils is not installed
11:31:51 Fetched 21.3 MB in 1s (28.7 MB/s)
11:31:51 Selecting previously unselected package netbase.
11:31: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 ... 11694 files and directories currently installed.)
11:31:51 Preparing to unpack .../0-netbase_6.4_all.deb ...
11:31:51 Unpacking netbase (6.4) ...
11:31:51 Selecting previously unselected package containerd.io.
11:31:51 Preparing to unpack .../1-containerd.io_1.6.18-1_armhf.deb ...
11:31:51 Unpacking containerd.io (1.6.18-1) ...
11:31:51 github.com/docker/buildx v0.10.4 c513d34
11:31:51 + docker compose version
11:31:51 Docker Compose version v2.16.0
11:31:51 + dockerd --version
11:31:51 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:51 + docker-proxy --version
11:31:51 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:51 + containerd --version
11:31:51 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:51 + ctr --version
11:31:51 ctr containerd.io 1.6.18
11:31:51 + containerd-shim --help
11:31:51 Usage of containerd-shim:
11:31:51   -address string
11:31:51     	grpc address back to main containerd
11:31:51   -containerd-binary containerd publish
11:31:51     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:51   -criu string
11:31:51     	path to criu binary
11:31:51   -debug
11:31:51     	enable debug output in logs
11:31:51   -namespace string
11:31:51     	namespace that owns the shim
11:31:51   -runtime-root string
11:31:51     	root directory for the runtime (default "/run/containerd/runc")
11:31:51   -socket string
11:31:51     	socket path to serve
11:31:51   -systemd-cgroup
11:31:51     	set runtime to use systemd-cgroup
11:31:51   -workdir string
11:31:51     	path used to storge large temporary data
11:31:51 + containerd-shim-runc-v1 -v
11:31:51 containerd-shim-runc-v1:
11:31:51   Version:  1.6.18
11:31:51   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:51   Go version: go1.19.6
11:31:51 
11:31:51 + containerd-shim-runc-v2 -v
11:31:51 containerd-shim-runc-v2:
11:31:51   Version:  1.6.18
11:31:51   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:51   Go version: go1.19.6
11:31:51 
11:31:51 + runc --version
11:31:51 runc version 1.1.4
11:31:51 commit: v1.1.4-0-g5fd4c4d
11:31:51 spec: 1.0.2-dev
11:31:51 go: go1.19.6
11:31:51 libseccomp: 2.5.1
11:31:52 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.3 [247 kB]
11:31:52 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
11:31:52 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmlb2 armhf 0.3.8-1 [54.6 kB]
11:31:52 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libappstream4 armhf 0.15.5-1 [169 kB]
11:31:52 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB]
11:31:52 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-bin armhf 2.74.3-0ubuntu1 [88.2 kB]
11:31:52 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB]
11:31:52 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgstreamer1.0-0 armhf 1.20.3-1 [925 kB]
11:31:52 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
11:31:52 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
11:31:52 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf polkitd armhf 0.105-33 [72.9 kB]
11:31:52 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkexec armhf 0.105-33 [14.5 kB]
11:31:52 Selecting previously unselected package dbus-user-session.
11:31:52 Preparing to unpack .../2-dbus-user-session_1.14.6-1_armhf.deb ...
11:31:52 Unpacking dbus-user-session (1.14.6-1) ...
11:31:52 Selecting previously unselected package libip6tc2:armhf.
11:31:52 Preparing to unpack .../3-libip6tc2_1.8.9-2_armhf.deb ...
11:31:52 Unpacking libip6tc2:armhf (1.8.9-2) ...
11:31:52 Selecting previously unselected package libxtables12:armhf.
11:31:52 Preparing to unpack .../4-libxtables12_1.8.9-2_armhf.deb ...
11:31:52 Unpacking libxtables12:armhf (1.8.9-2) ...
11:31:52 Selecting previously unselected package libmnl0:armhf.
11:31:52 Preparing to unpack .../5-libmnl0_1.0.4-3_armhf.deb ...
11:31:52 Unpacking libmnl0:armhf (1.0.4-3) ...
11:31:52 Selecting previously unselected package libnfnetlink0:armhf.
11:31:52 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_armhf.deb ...
11:31:52 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
11:31:52 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:31:52 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
11:31:52 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
11:31:52 Selecting previously unselected package libnftnl11:armhf.
11:31:52 Preparing to unpack .../8-libnftnl11_1.2.4-2_armhf.deb ...
11:31:52 Unpacking libnftnl11:armhf (1.2.4-2) ...
11:31:52 Selecting previously unselected package iptables.
11:31:52 Preparing to unpack .../9-iptables_1.8.9-2_armhf.deb ...
11:31:52 Unpacking iptables (1.8.9-2) ...
11:31:53 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf policykit-1 armhf 0.105-33 [2426 B]
11:31:53 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
11:31:53 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB]
11:31:53 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB]
11:31:53 Setting up libip6tc2:armhf (1.8.9-2) ...
11:31:53 Setting up dbus-user-session (1.14.6-1) ...
11:31:53 Setting up libmnl0:armhf (1.0.4-3) ...
11:31:53 Setting up containerd.io (1.6.18-1) ...
11:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:31:53 Setting up libxtables12:armhf (1.8.9-2) ...
11:31:53 Setting up libnfnetlink0:armhf (1.0.2-2) ...
11:31:53 Setting up netbase (6.4) ...
11:31:53 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-pyparsing all 3.0.7-2 [82.6 kB]
11:31:53 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-httplib2 all 0.20.4-2 [29.8 kB]
11:31:53 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
11:31:53 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-zipp all 1.0.0-4 [5548 B]
11:31:53 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
11:31:53 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jeepney all 0.8.0-1 [35.2 kB]
11:31:53 Setting up libnftnl11:armhf (1.2.4-2) ...
11:31:53 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
11:31:53 Setting up iptables (1.8.9-2) ...
11:31:53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:31:53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:53 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:31:53 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:31:53 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:31:53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:31:53 Processing triggers for libc-bin (2.36-8) ...
11:31:53 + verify_binaries
11:31:53 + docker --version
11:31:53 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:31:53 ++ uname -m
11:31:53 + '[' armv8l = x86_64 ']'
11:31:53 + docker buildx version
11:31:53 github.com/docker/buildx v0.10.4 c513d34
11:31:53 + docker compose version
11:31:53 Docker Compose version v2.16.0
11:31:53 + dockerd --version
11:31:53 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:31:53 + docker-proxy --version
11:31:53 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:31:53 + containerd --version
11:31:53 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:53 + ctr --version
11:31:53 ctr containerd.io 1.6.18
11:31:53 + containerd-shim --help
11:31:53 Usage of containerd-shim:
11:31:53   -address string
11:31:53     	grpc address back to main containerd
11:31:53   -containerd-binary containerd publish
11:31:53     	path to containerd binary (used for containerd publish) (default "containerd")
11:31:53   -criu string
11:31:53     	path to criu binary
11:31:53   -debug
11:31:53     	enable debug output in logs
11:31:53   -namespace string
11:31:53     	namespace that owns the shim
11:31:53   -runtime-root string
11:31:53     	root directory for the runtime (default "/run/containerd/runc")
11:31:53   -socket string
11:31:53     	socket path to serve
11:31:53   -systemd-cgroup
11:31:53     	set runtime to use systemd-cgroup
11:31:53   -workdir string
11:31:53     	path used to storge large temporary data
11:31:53 + containerd-shim-runc-v1 -v
11:31:53 containerd-shim-runc-v1:
11:31:53   Version:  1.6.18
11:31:53   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:53   Go version: go1.19.6
11:31:53 
11:31:53 + containerd-shim-runc-v2 -v
11:31:53 containerd-shim-runc-v2:
11:31:53   Version:  1.6.18
11:31:53   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:31:53   Go version: go1.19.6
11:31:53 
11:31:53 + runc --version
11:31:53 runc version 1.1.4
11:31:53 commit: v1.1.4-0-g5fd4c4d
11:31:53 spec: 1.0.2-dev
11:31:53 go: go1.19.6
11:31:53 libseccomp: 2.5.4
11:31:53 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jwt all 2.4.0-1 [17.4 kB]
11:31:53 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
11:31:53 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-keyring all 23.8.2-1 [37.3 kB]
11:31:54 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
11:31:54 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
11:31:54 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-distro all 1.7.0-1 [17.0 kB]
11:31:54 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
11:31:54 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB]
11:31:54 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
11:31:54 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
11:31:54 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-software-properties all 0.99.27 [28.9 kB]
11:31:54 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
11:31:55 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf software-properties-common all 0.99.27 [13.9 kB]
11:31:55 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf gnupg2 all 2.2.35-3ubuntu1 [4462 B]
11:31:55 debconf: delaying package configuration, since apt-utils is not installed
11:31:55 Fetched 39.4 MB in 13s (3091 kB/s)
11:31:55 Selecting previously unselected package libssl3:armhf.
11:31: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 ... 4394 files and directories currently installed.)
11:31:55 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_armhf.deb ...
11:31:55 Unpacking libssl3:armhf (3.0.5-2ubuntu2.1) ...
11:31:55 Selecting previously unselected package libpython3.10-minimal:armhf.
11:31:55 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:31:55 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
11:31:55 Selecting previously unselected package libexpat1:armhf.
11:31:55 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ...
11:31:55 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
11:31:55 Selecting previously unselected package python3.10-minimal.
11:31:55 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:31:55 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:31:55 Setting up libssl3:armhf (3.0.5-2ubuntu2.1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
11:31:55 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
11:31:55 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
11:31:55 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:31:56 Selecting previously unselected package python3-minimal.
11:31: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 ... 4707 files and directories currently installed.)
11:31:56 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ...
11:31:56 Unpacking python3-minimal (3.10.6-1) ...
11:31:56 Selecting previously unselected package media-types.
11:31:56 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:31:56 Unpacking media-types (8.0.0) ...
11:31:56 Selecting previously unselected package libmpdec3:armhf.
11:31:56 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ...
11:31:56 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:31:56 Selecting previously unselected package libkrb5support0:armhf.
11:31:56 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_armhf.deb ...
11:31:56 Unpacking libkrb5support0:armhf (1.20-1ubuntu0.1) ...
11:31:56 Selecting previously unselected package libk5crypto3:armhf.
11:31:56 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_armhf.deb ...
11:31:56 Unpacking libk5crypto3:armhf (1.20-1ubuntu0.1) ...
11:31:56 Selecting previously unselected package libkeyutils1:armhf.
11:31:56 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ...
11:31:56 Unpacking libkeyutils1:armhf (1.6.3-1) ...
11:31:56 Selecting previously unselected package libkrb5-3:armhf.
11:31:56 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_armhf.deb ...
11:31:56 Unpacking libkrb5-3:armhf (1.20-1ubuntu0.1) ...
11:31:56 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:31:56 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_armhf.deb ...
11:31:56 Unpacking libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
11:31:56 Selecting previously unselected package libtirpc-common.
11:31:56 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:31:56 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:31:56 Selecting previously unselected package libtirpc3:armhf.
11:31:56 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:31:56 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:31:56 Selecting previously unselected package libnsl2:armhf.
11:31:56 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ...
11:31:56 Unpacking libnsl2:armhf (1.3.0-2build2) ...
11:31:56 Selecting previously unselected package readline-common.
11:31:56 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:31:56 Unpacking readline-common (8.2-1) ...
11:31:56 Selecting previously unselected package libreadline8:armhf.
11:31:56 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ...
11:31:56 Unpacking libreadline8:armhf (8.2-1) ...
11:31:56 Selecting previously unselected package libsqlite3-0:armhf.
11:31:56 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ...
11:31:56 Unpacking libsqlite3-0:armhf (3.39.3-1) ...
11:31:56 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:31:56 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_armhf.deb ...
11:31:56 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
11:31:57 Selecting previously unselected package python3.10.
11:31:57 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_armhf.deb ...
11:31:57 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:31:57 Selecting previously unselected package libpython3-stdlib:armhf.
11:31:57 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ...
11:31:57 Unpacking libpython3-stdlib:armhf (3.10.6-1) ...
11:31:57 Setting up python3-minimal (3.10.6-1) ...
11:31:57 Selecting previously unselected package python3.
11:31: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 ... 5189 files and directories currently installed.)
11:31:57 Preparing to unpack .../python3_3.10.6-1_armhf.deb ...
11:31:57 Unpacking python3 (3.10.6-1) ...
11:31:57 Selecting previously unselected package libargon2-1:armhf.
11:31:57 Preparing to unpack .../libargon2-1_0~20171227-0.3_armhf.deb ...
11:31:57 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
11:31:57 Preparing to unpack .../libudev1_251.4-1ubuntu7.1_armhf.deb ...
11:31:57 Unpacking libudev1:armhf (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:31:57 Setting up libudev1:armhf (251.4-1ubuntu7.1) ...
11:31:57 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:31: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 ... 5213 files and directories currently installed.)
11:31:57 Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
11:31:57 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:31:57 Selecting previously unselected package libjson-c5:armhf.
11:31:57 Preparing to unpack .../1-libjson-c5_0.16-1_armhf.deb ...
11:31:57 Unpacking libjson-c5:armhf (0.16-1) ...
11:31:57 Selecting previously unselected package libcryptsetup12:armhf.
11:31:57 Preparing to unpack .../2-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ...
11:31:57 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
11:31:57 Selecting previously unselected package libfdisk1:armhf.
11:31:57 Preparing to unpack .../3-libfdisk1_2.38-4ubuntu1_armhf.deb ...
11:31:57 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ...
11:31:57 Selecting previously unselected package libkmod2:armhf.
11:31:57 Preparing to unpack .../4-libkmod2_30+20220630-3ubuntu1_armhf.deb ...
11:31:57 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ...
11:31:57 Selecting previously unselected package libapparmor1:armhf.
11:31:57 Preparing to unpack .../5-libapparmor1_3.0.7-1ubuntu2_armhf.deb ...
11:31:57 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ...
11:31:57 Selecting previously unselected package libip4tc2:armhf.
11:31:57 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu6_armhf.deb ...
11:31:57 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ...
11:31:57 Selecting previously unselected package libsystemd-shared:armhf.
11:31:57 Preparing to unpack .../7-libsystemd-shared_251.4-1ubuntu7.1_armhf.deb ...
11:31:57 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7.1) ...
11:31:57 Preparing to unpack .../8-libsystemd0_251.4-1ubuntu7.1_armhf.deb ...
11:31:57 Unpacking libsystemd0:armhf (251.4-1ubuntu7.1) over (251.4-1ubuntu7) ...
11:31:57 Setting up libsystemd0:armhf (251.4-1ubuntu7.1) ...
11:31:57 Selecting previously unselected package systemd.
11:31: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 ... 5260 files and directories currently installed.)
11:31:57 Preparing to unpack .../systemd_251.4-1ubuntu7.1_armhf.deb ...
11:31:57 Unpacking systemd (251.4-1ubuntu7.1) ...
11:31:58 Setting up libargon2-1:armhf (0~20171227-0.3) ...
11:31:58 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
11:31:58 Setting up libjson-c5:armhf (0.16-1) ...
11:31:58 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
11:31:58 Setting up libfdisk1:armhf (2.38-4ubuntu1) ...
11:31:58 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ...
11:31:58 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ...
11:31:58 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ...
11:31:58 Setting up libsystemd-shared:armhf (251.4-1ubuntu7.1) ...
11:31:58 Setting up systemd (251.4-1ubuntu7.1) ...
11:31:58 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:31:58 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:31:58 Failed to enable unit, unit systemd-resolved.service does not exist.
11:31:58 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:31:58 Initializing machine ID from random generator.
11:31:58 Selecting previously unselected package systemd-sysv.
11:31: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 ... 6031 files and directories currently installed.)
11:31:58 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7.1_armhf.deb ...
11:31:58 Unpacking systemd-sysv (251.4-1ubuntu7.1) ...
11:31:58 Selecting previously unselected package openssl.
11:31:58 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_armhf.deb ...
11:31:58 Unpacking openssl (3.0.5-2ubuntu2.1) ...
11:31:58 Selecting previously unselected package ca-certificates.
11:31:58 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:31:58 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:31:58 Selecting previously unselected package libdbus-1-3:armhf.
11:31:58 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ...
11:31:58 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package dbus-bin.
11:31:58 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_armhf.deb ...
11:31:58 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package dbus-session-bus-common.
11:31:58 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:31:58 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package dbus-daemon.
11:31:58 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ...
11:31:58 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package dbus-system-bus-common.
11:31:58 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:31:58 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package dbus.
11:31:58 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_armhf.deb ...
11:31:58 Unpacking dbus (1.14.0-2ubuntu3) ...
11:31:58 Selecting previously unselected package distro-info-data.
11:31:58 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
11:31:58 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:31:58 Selecting previously unselected package libglib2.0-0:armhf.
11:31:58 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_armhf.deb ...
11:31:58 Unpacking libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
11:31:58 Selecting previously unselected package libgirepository-1.0-1:armhf.
11:31:58 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_armhf.deb ...
11:31:58 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ...
11:31:58 Selecting previously unselected package gir1.2-glib-2.0:armhf.
11:31:58 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_armhf.deb ...
11:31:58 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ...
11:31:58 Selecting previously unselected package iso-codes.
11:31:58 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
11:31:58 Unpacking iso-codes (4.11.0-1) ...
11:31:59 Selecting previously unselected package libcap2-bin.
11:31:59 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
11:31:59 Unpacking libcap2-bin (1:2.44-1build3) ...
11:31:59 Selecting previously unselected package libelf1:armhf.
11:31:59 Preparing to unpack .../15-libelf1_0.187-4_armhf.deb ...
11:31:59 Unpacking libelf1:armhf (0.187-4) ...
11:31:59 Selecting previously unselected package libglib2.0-data.
11:31:59 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:31:59 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:31:59 Selecting previously unselected package libicu71:armhf.
11:31:59 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_armhf.deb ...
11:31:59 Unpacking libicu71:armhf (71.1-3ubuntu1) ...
11:31:59 Selecting previously unselected package libpam-systemd:armhf.
11:31:59 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7.1_armhf.deb ...
11:31:59 Unpacking libpam-systemd:armhf (251.4-1ubuntu7.1) ...
11:31:59 Selecting previously unselected package libxml2:armhf.
11:31:59 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_armhf.deb ...
11:31:59 Unpacking libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
11:31:59 Selecting previously unselected package libyaml-0-2:armhf.
11:31:59 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_armhf.deb ...
11:31:59 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
11:31:59 Selecting previously unselected package lsb-release.
11:31:59 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
11:31:59 Unpacking lsb-release (11.2ubuntu1) ...
11:31:59 Selecting previously unselected package python-apt-common.
11:31:59 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
11:31:59 Unpacking python-apt-common (2.4.0+22.10) ...
11:31:59 Selecting previously unselected package python3-apt.
11:31:59 Preparing to unpack .../23-python3-apt_2.4.0+22.10_armhf.deb ...
11:31:59 Unpacking python3-apt (2.4.0+22.10) ...
11:31:59 Selecting previously unselected package python3-dbus.
11:31:59 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_armhf.deb ...
11:31:59 Unpacking python3-dbus (1.2.18-3build1) ...
11:31:59 Selecting previously unselected package python3-gi.
11:31:59 Preparing to unpack .../25-python3-gi_3.42.2-2_armhf.deb ...
11:31:59 Unpacking python3-gi (3.42.2-2) ...
11:31:59 Selecting previously unselected package python3-pkg-resources.
11:31:59 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:31:59 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:31:59 Selecting previously unselected package libnghttp2-14:armhf.
11:31:59 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_armhf.deb ...
11:31:59 Unpacking libnghttp2-14:armhf (1.49.0-1) ...
11:32:00 Selecting previously unselected package libpsl5:armhf.
11:32:00 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:32:00 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
11:32:00 Selecting previously unselected package apt-transport-https.
11:32:00 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
11:32:00 Unpacking apt-transport-https (2.5.3) ...
11:32:00 Selecting previously unselected package libbrotli1:armhf.
11:32:00 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_armhf.deb ...
11:32:00 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
11:32:00 Selecting previously unselected package libsasl2-modules-db:armhf.
11:32:00 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ...
11:32:00 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
11:32:00 Selecting previously unselected package libsasl2-2:armhf.
11:32:00 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ...
11:32:00 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
11:32:00 Selecting previously unselected package libldap-2.5-0:armhf.
11:32:00 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ...
11:32:00 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
11:32:00 Selecting previously unselected package librtmp1:armhf.
11:32:00 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
11:32:00 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:32:00 Selecting previously unselected package libssh-4:armhf.
11:32:00 Preparing to unpack .../35-libssh-4_0.9.6-2build1_armhf.deb ...
11:32:00 Unpacking libssh-4:armhf (0.9.6-2build1) ...
11:32:00 Selecting previously unselected package libcurl4:armhf.
11:32:00 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.3_armhf.deb ...
11:32:00 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.3) ...
11:32:00 Selecting previously unselected package curl.
11:32:00 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.3_armhf.deb ...
11:32:00 Unpacking curl (7.85.0-1ubuntu0.3) ...
11:32:00 Selecting previously unselected package libassuan0:armhf.
11:32:00 Preparing to unpack .../38-libassuan0_2.5.5-4_armhf.deb ...
11:32:00 Unpacking libassuan0:armhf (2.5.5-4) ...
11:32:00 Selecting previously unselected package gpgconf.
11:32:00 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package libksba8:armhf.
11:32:00 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_armhf.deb ...
11:32:00 Unpacking libksba8:armhf (1.6.0-3ubuntu1.1) ...
11:32:00 Selecting previously unselected package libnpth0:armhf.
11:32:00 Preparing to unpack .../41-libnpth0_1.6-3build2_armhf.deb ...
11:32:00 Unpacking libnpth0:armhf (1.6-3build2) ...
11:32:00 Selecting previously unselected package dirmngr.
11:32:00 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package libpackagekit-glib2-18:armhf.
11:32:00 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
11:32:00 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
11:32:00 Selecting previously unselected package gir1.2-packagekitglib-1.0.
11:32:00 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
11:32:00 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:32:00 Selecting previously unselected package gnupg-l10n.
11:32:00 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:32:00 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gnupg-utils.
11:32:00 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gpg.
11:32:00 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpg (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package pinentry-curses.
11:32:00 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ...
11:32:00 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:32:00 Selecting previously unselected package gpg-agent.
11:32:00 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gpg-wks-client.
11:32:00 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gpg-wks-server.
11:32:00 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gpgsm.
11:32:00 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_armhf.deb ...
11:32:00 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package gnupg.
11:32:00 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
11:32:00 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:32:00 Selecting previously unselected package libcurl3-gnutls:armhf.
11:32:00 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.3_armhf.deb ...
11:32:00 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.3) ...
11:32:01 Selecting previously unselected package libstemmer0d:armhf.
11:32:01 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_armhf.deb ...
11:32:01 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
11:32:01 Selecting previously unselected package libxmlb2:armhf.
11:32:01 Preparing to unpack .../56-libxmlb2_0.3.8-1_armhf.deb ...
11:32:01 Unpacking libxmlb2:armhf (0.3.8-1) ...
11:32:01 Selecting previously unselected package libappstream4:armhf.
11:32:01 Preparing to unpack .../57-libappstream4_0.15.5-1_armhf.deb ...
11:32:01 Unpacking libappstream4:armhf (0.15.5-1) ...
11:32:01 Selecting previously unselected package libdw1:armhf.
11:32:01 Preparing to unpack .../58-libdw1_0.187-4_armhf.deb ...
11:32:01 Unpacking libdw1:armhf (0.187-4) ...
11:32:01 Selecting previously unselected package libglib2.0-bin.
11:32:01 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_armhf.deb ...
11:32:01 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
11:32:01 Selecting previously unselected package libunwind8:armhf.
11:32:01 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_armhf.deb ...
11:32:01 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ...
11:32:01 Selecting previously unselected package libgstreamer1.0-0:armhf.
11:32:01 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_armhf.deb ...
11:32:01 Unpacking libgstreamer1.0-0:armhf (1.20.3-1) ...
11:32:01 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
11:32:01 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
11:32:01 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
11:32:01 Selecting previously unselected package libpolkit-agent-1-0:armhf.
11:32:01 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_armhf.deb ...
11:32:01 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
11:32:01 Selecting previously unselected package polkitd.
11:32:01 Preparing to unpack .../64-polkitd_0.105-33_armhf.deb ...
11:32:01 Unpacking polkitd (0.105-33) ...
11:32:01 Selecting previously unselected package pkexec.
11:32:01 Preparing to unpack .../65-pkexec_0.105-33_armhf.deb ...
11:32:01 Unpacking pkexec (0.105-33) ...
11:32:01 Selecting previously unselected package policykit-1.
11:32:01 Preparing to unpack .../66-policykit-1_0.105-33_armhf.deb ...
11:32:01 Unpacking policykit-1 (0.105-33) ...
11:32:01 Selecting previously unselected package python3-blinker.
11:32:01 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
11:32:01 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
11:32:01 Selecting previously unselected package python3-cffi-backend:armhf.
11:32:01 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_armhf.deb ...
11:32:01 Unpacking python3-cffi-backend:armhf (1.15.1-1) ...
11:32:01 Selecting previously unselected package python3-cryptography.
11:32:01 Preparing to unpack .../69-python3-cryptography_3.4.8-2_armhf.deb ...
11:32:01 Unpacking python3-cryptography (3.4.8-2) ...
11:32:01 Selecting previously unselected package python3-pyparsing.
11:32:01 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
11:32:01 Unpacking python3-pyparsing (3.0.7-2) ...
11:32:01 Selecting previously unselected package python3-httplib2.
11:32:01 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
11:32:01 Unpacking python3-httplib2 (0.20.4-2) ...
11:32:01 Selecting previously unselected package python3-more-itertools.
11:32:01 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
11:32:01 Unpacking python3-more-itertools (8.10.0-2) ...
11:32:01 Selecting previously unselected package python3-zipp.
11:32:01 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
11:32:01 Unpacking python3-zipp (1.0.0-4) ...
11:32:01 Selecting previously unselected package python3-importlib-metadata.
11:32:01 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
11:32:01 Unpacking python3-importlib-metadata (4.6.4-1) ...
11:32:01 Selecting previously unselected package python3-jeepney.
11:32:01 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
11:32:01 Unpacking python3-jeepney (0.8.0-1) ...
11:32:01 Selecting previously unselected package python3-jwt.
11:32:01 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
11:32:01 Unpacking python3-jwt (2.4.0-1) ...
11:32:02 Selecting previously unselected package python3-secretstorage.
11:32:02 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
11:32:02 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
11:32:02 Selecting previously unselected package python3-keyring.
11:32:02 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
11:32:02 Unpacking python3-keyring (23.8.2-1) ...
11:32:02 Selecting previously unselected package python3-lazr.uri.
11:32:02 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
11:32:02 Unpacking python3-lazr.uri (1.0.6-2) ...
11:32:02 Selecting previously unselected package python3-wadllib.
11:32:02 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
11:32:02 Unpacking python3-wadllib (1.3.6-1) ...
11:32:02 Selecting previously unselected package python3-distro.
11:32:02 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
11:32:02 Unpacking python3-distro (1.7.0-1) ...
11:32:02 Selecting previously unselected package python3-oauthlib.
11:32:02 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
11:32:02 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
11:32:02 Selecting previously unselected package python3-six.
11:32:02 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
11:32:02 Unpacking python3-six (1.16.0-4) ...
11:32:02 Selecting previously unselected package python3-lazr.restfulclient.
11:32:02 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
11:32:02 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
11:32:02 Selecting previously unselected package python3-launchpadlib.
11:32:02 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
11:32:02 Unpacking python3-launchpadlib (1.10.16-1) ...
11:32:02 Selecting previously unselected package python3-software-properties.
11:32:02 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
11:32:02 Unpacking python3-software-properties (0.99.27) ...
11:32:02 Selecting previously unselected package packagekit.
11:32:02 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_armhf.deb ...
11:32:02 Unpacking packagekit (1.2.5-2ubuntu2) ...
11:32:02 Selecting previously unselected package software-properties-common.
11:32:02 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
11:32:02 Unpacking software-properties-common (0.99.27) ...
11:32:02 Selecting previously unselected package gnupg2.
11:32:02 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
11:32:02 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
11:32:02 Setting up libksba8:armhf (1.6.0-3ubuntu1.1) ...
11:32:02 Setting up media-types (8.0.0) ...
11:32:02 Setting up libicu71:armhf (71.1-3ubuntu1) ...
11:32:02 Setting up systemd-sysv (251.4-1ubuntu7.1) ...
11:32:02 Setting up libkeyutils1:armhf (1.6.3-1) ...
11:32:02 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
11:32:02 Setting up apt-transport-https (2.5.3) ...
11:32:02 Setting up libyaml-0-2:armhf (0.2.5-1) ...
11:32:02 Setting up libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
11:32:02 No schema files found: doing nothing.
11:32:02 Setting up distro-info-data (0.54ubuntu0.1) ...
11:32:02 Setting up libtirpc-common (1.3.3+ds-1) ...
11:32:02 Setting up libxmlb2:armhf (0.3.8-1) ...
11:32:02 Setting up libbrotli1:armhf (1.0.9-2build6) ...
11:32:02 Setting up libsqlite3-0:armhf (3.39.3-1) ...
11:32:02 Setting up libnghttp2-14:armhf (1.49.0-1) ...
11:32:02 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
11:32:02 Setting up libnpth0:armhf (1.6-3build2) ...
11:32:02 Setting up libassuan0:armhf (2.5.5-4) ...
11:32:02 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ...
11:32:02 Setting up libkrb5support0:armhf (1.20-1ubuntu0.1) ...
11:32:02 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
11:32:02 Setting up libcap2-bin (1:2.44-1build3) ...
11:32:02 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:32:02 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:32:02 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:32:02 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
11:32:02 Setting up libk5crypto3:armhf (1.20-1ubuntu0.1) ...
11:32:03 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
11:32:03 Setting up python-apt-common (2.4.0+22.10) ...
11:32:03 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:32:03 Setting up libmpdec3:armhf (2.5.1-2build2) ...
11:32:03 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ...
11:32:03 Setting up libkrb5-3:armhf (1.20-1ubuntu0.1) ...
11:32:03 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
11:32:03 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:32:03 Setting up openssl (3.0.5-2ubuntu2.1) ...
11:32:03 Setting up libelf1:armhf (0.187-4) ...
11:32:03 Setting up readline-common (8.2-1) ...
11:32:03 Setting up libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
11:32:03 Setting up iso-codes (4.11.0-1) ...
11:32:03 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:32:03 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
11:32:03 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:32:03 Setting up libdw1:armhf (0.187-4) ...
11:32:03 Setting up libreadline8:armhf (8.2-1) ...
11:32:03 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
11:32:03 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:32:03 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
11:32:03 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:32:03 Updating certificates in /etc/ssl/certs...
11:32:04 124 added, 0 removed; done.
11:32:04 Setting up dbus (1.14.0-2ubuntu3) ...
11:32:04 Setting up libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
11:32:04 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ...
11:32:04 Setting up libssh-4:armhf (0.9.6-2build1) ...
11:32:04 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:32:04 Setting up libpam-systemd:armhf (251.4-1ubuntu7.1) ...
11:32:04 Setting up libcurl4:armhf (7.85.0-1ubuntu0.3) ...
11:32:04 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
11:32:04 Setting up curl (7.85.0-1ubuntu0.3) ...
11:32:04 Setting up polkitd (0.105-33) ...
11:32:04 Setting up gpg (2.2.35-3ubuntu1) ...
11:32:04 Setting up libgstreamer1.0-0:armhf (1.20.3-1) ...
11:32:04 Setcap worked! gst-ptp-helper is not suid!
11:32:04 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:32:04 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
11:32:04 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:32:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:32:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:32:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:32:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:32:05 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:32:05 Setting up pkexec (0.105-33) ...
11:32:05 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.3) ...
11:32:05 Setting up libappstream4:armhf (0.15.5-1) ...
11:32:05 Setting up dirmngr (2.2.35-3ubuntu1) ...
11:32:05 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
11:32:05 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
11:32:05 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
11:32:05 Setting up libnsl2:armhf (1.3.0-2build2) ...
11:32:05 Setting up policykit-1 (0.105-33) ...
11:32:05 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
11:32:05 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
11:32:05 Setting up gnupg (2.2.35-3ubuntu1) ...
11:32:05 Setting up packagekit (1.2.5-2ubuntu2) ...
11:32:05 invoke-rc.d: could not determine current runlevel
11:32:05 invoke-rc.d: policy-rc.d denied execution of force-reload.
11:32:05 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
11:32:05 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
11:32:05 Setting up libpython3-stdlib:armhf (3.10.6-1) ...
11:32:05 Setting up gnupg2 (2.2.35-3ubuntu1) ...
11:32:05 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
11:32:06 Setting up python3 (3.10.6-1) ...
11:32:06 Setting up python3-six (1.16.0-4) ...
11:32:06 Setting up python3-pyparsing (3.0.7-2) ...
11:32:06 Setting up python3-gi (3.42.2-2) ...
11:32:07 Setting up python3-jeepney (0.8.0-1) ...
11:32:07 Setting up python3-httplib2 (0.20.4-2) ...
11:32:07 Setting up lsb-release (11.2ubuntu1) ...
11:32:07 Setting up python3-cffi-backend:armhf (1.15.1-1) ...
11:32:07 Setting up python3-blinker (1.4+dfsg1-0.5) ...
11:32:07 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:32:07 Setting up python3-more-itertools (8.10.0-2) ...
11:32:08 Setting up python3-dbus (1.2.18-3build1) ...
11:32:08 Setting up python3-distro (1.7.0-1) ...
11:32:08 Setting up python3-jwt (2.4.0-1) ...
11:32:08 Setting up python3-apt (2.4.0+22.10) ...
11:32:08 Setting up python3-lazr.uri (1.0.6-2) ...
11:32:08 Setting up python3-zipp (1.0.0-4) ...
11:32:08 Setting up python3-cryptography (3.4.8-2) ...
11:32:09 Setting up python3-wadllib (1.3.6-1) ...
11:32:09 Setting up python3-importlib-metadata (4.6.4-1) ...
11:32:09 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
11:32:09 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
11:32:09 Setting up python3-keyring (23.8.2-1) ...
11:32:10 Setting up python3-lazr.restfulclient (0.14.4-1) ...
11:32:10 Setting up python3-launchpadlib (1.10.16-1) ...
11:32:10 Processing triggers for sgml-base (1.30) ...
11:32:10 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:32:10 Setting up python3-software-properties (0.99.27) ...
11:32:10 Setting up software-properties-common (0.99.27) ...
11:32:10 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
11:32:10 Updating certificates in /etc/ssl/certs...
11:32:10 0 added, 0 removed; done.
11:32:10 Running hooks in /etc/ca-certificates/update.d...
11:32:10 done.
11:32:10 Processing triggers for dbus (1.14.0-2ubuntu3) ...
11:32:11 ++ source /etc/os-release
11:32:11 +++ PRETTY_NAME='Ubuntu 22.10'
11:32:11 +++ NAME=Ubuntu
11:32:11 +++ VERSION_ID=22.10
11:32:11 +++ VERSION='22.10 (Kinetic Kudu)'
11:32:11 +++ VERSION_CODENAME=kinetic
11:32:11 +++ ID=ubuntu
11:32:11 +++ ID_LIKE=debian
11:32:11 +++ HOME_URL=https://www.ubuntu.com/
11:32:11 +++ SUPPORT_URL=https://help.ubuntu.com/
11:32:11 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
11:32:11 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
11:32:11 +++ UBUNTU_CODENAME=kinetic
11:32:11 +++ LOGO=ubuntu-logo
11:32:11 ++ echo ubuntu
11:32:11 + DIST_ID=ubuntu
11:32:11 ++ lsb_release -sc
11:32:11 + DIST_VERSION=kinetic
11:32:11 + '[' kinetic = sid ']'
11:32:11 + install_debian_containerd
11:32:11 + '[' staging = stage ']'
11:32:11 + REPO_URL=https://download.docker.com/linux/ubuntu
11:32:11 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
11:32:11 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
11:32:11 + update-ca-certificates -f
11:32:11 Clearing symlinks in /etc/ssl/certs...
11:32:11 done.
11:32:11 Updating certificates in /etc/ssl/certs...
11:32:11 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
11:32:11 124 added, 0 removed; done.
11:32:11 Running hooks in /etc/ca-certificates/update.d...
11:32:11 done.
11:32:11 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
11:32:11 + apt-key add -
11:32:11 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
11:32:12 OK
11:32:12 + '[' kinetic = sid ']'
11:32:12 ++ dpkg --print-architecture
11:32:12 + ARCH=armhf
11:32:12 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu kinetic test'
11:32:12 + apt-get update
11:32:12 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
11:32:12 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
11:32:12 Get:3 https://download.docker.com/linux/ubuntu kinetic/test armhf Packages [11.1 kB]
11:32:12 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
11:32:12 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
11:32:12 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
11:32:12 Fetched 60.0 kB in 1s (83.6 kB/s)
11:32:13 Reading package lists...
11:32:13 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.
11:32:13 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
11:32:13 + packages='deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'
11:32:13 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'
11:32:13 ++ awk '$0="./"$0'
11:32:13 ++ xargs
11:32:13 + packages='./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb'
11:32:13 + set -x
11:32:13 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb
11:32:13 Selecting previously unselected package docker-compose-plugin.
11:32:13 (Reading database ... 9321 files and directories currently installed.)
11:32:13 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ...
11:32:13 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:32:14 Selecting previously unselected package docker-ce-rootless-extras.
11:32:14 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ...
11:32:14 Unpacking docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:15 Metadata Cache Created
11:32:15 + echo '[DEBUG] Installing engine rpms'
11:32:15 [DEBUG] Installing engine rpms
11:32:15 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
11:32:15 ++ sed /src/d
11:32:15 + packages='rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
11:32:15 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm
11:32:15 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:32:15 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:32:15 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm
11:32:15 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el7.x86_64.rpm'
11:32:15 + set -x
11:32:15 ++ source /etc/os-release
11:32:15 +++ NAME='CentOS Linux'
11:32:15 +++ VERSION='7 (Core)'
11:32:15 +++ ID=centos
11:32:15 +++ ID_LIKE='rhel fedora'
11:32:15 +++ VERSION_ID=7
11:32:15 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
11:32:15 +++ ANSI_COLOR='0;31'
11:32:15 +++ CPE_NAME=cpe:/o:centos:centos:7
11:32:15 +++ HOME_URL=https://www.centos.org/
11:32:15 +++ BUG_REPORT_URL=https://bugs.centos.org/
11:32:15 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
11:32:15 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
11:32:15 +++ REDHAT_SUPPORT_PRODUCT=centos
11:32:15 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
11:32:15 ++ echo 7
11:32:15 + product_version=7
11:32:15 + '[' 7 = rawhide ']'
11:32:15 + 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-compose-plugin-2.16.0-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el7.x86_64.rpm
11:32:15 Loaded plugins: fastestmirror, ovl
11:32:15 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
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm to be installed
11:32:15 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
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm to be installed
11:32:15 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm to be installed
11:32:15 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm: 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm to be installed
11:32:15 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64.rpm to be installed
11:32:15 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el7.x86_64.rpm: docker-buildx-plugin-0.10.4-0.el7.x86_64
11:32:15 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.4-0.el7.x86_64.rpm to be installed
11:32:15 Resolving Dependencies
11:32:15 --> Running transaction check
11:32:15 ---> Package docker-buildx-plugin.x86_64 0:0.10.4-0.el7 will be installed
11:32:15 ---> Package docker-ce.x86_64 3:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:32:15 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 Loading mirror speeds from cached hostfile
11:32:15  * base: download.cf.centos.org
11:32:15  * extras: download.cf.centos.org
11:32:15  * updates: download.cf.centos.org
11:32:15 Selecting previously unselected package docker-ce-cli.
11:32:15 Preparing to unpack .../docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ...
11:32:15 Unpacking docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:15 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 ---> Package docker-ce-cli.x86_64 1:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:32:15 ---> Package docker-ce-rootless-extras.x86_64 0:0.0.0~20230309110843.71615c2-0.el7 will be installed
11:32:15 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15 ---> Package docker-compose-plugin.x86_64 0:2.16.0-0.el7 will be installed
11:32:15 ---> Package docker-scan-plugin.x86_64 0:0.23.0-0.el7 will be installed
11:32:15 --> Running transaction check
11:32:15 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
11:32:15 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
11:32:15 ---> Package containerd.io.x86_64 0:1.6.18-3.1.el7 will be installed
11:32:15 ---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed
11:32:15 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
11:32:15 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
11:32:15 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
11:32:15 ---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
11:32:15 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
11:32:15 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
11:32:15 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
11:32:15 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
11:32:15 ---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed
11:32:15 --> Running transaction check
11:32:15 ---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed
11:32:15 ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
11:32:15 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
11:32:15 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
11:32:15 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
11:32:15 ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
11:32:15 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
11:32:15 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
11:32:15 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
11:32:15 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
11:32:15 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
11:32:15 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
11:32:15 --> Running transaction check
11:32:15 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
11:32:15 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
11:32:15 ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
11:32:15 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
11:32:15 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
11:32:15 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
11:32:15 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
11:32:15 --> Finished Dependency Resolution
11:32:15 
11:32:15 Dependencies Resolved
11:32:15 
11:32:15 ================================================================================
11:32:15  Package                 Arch   Version                    Repository      Size
11:32:15 ================================================================================
11:32:15 Installing:
11:32:15  docker-buildx-plugin    x86_64 0.10.4-0.el7               /docker-buildx-plugin-0.10.4-0.el7.x86_64
11:32:15                                                                            53 M
11:32:15  docker-ce               x86_64 3:0.0.0~20230309110843.71615c2-0.el7
11:32:15                                                            /docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15                                                                            94 M
11:32:15  docker-ce-cli           x86_64 1:0.0.0~20230309110843.71615c2-0.el7
11:32:15                                                            /docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15                                                                            34 M
11:32:15  docker-ce-rootless-extras
11:32:15                          x86_64 0.0.0~20230309110843.71615c2-0.el7
11:32:15                                                            /docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0.el7.x86_64
11:32:15                                                                            19 M
11:32:15  docker-compose-plugin   x86_64 2.16.0-0.el7               /docker-compose-plugin-2.16.0-0.el7.x86_64
11:32:15                                                                            45 M
11:32:15  docker-scan-plugin      x86_64 0.23.0-0.el7               /docker-scan-plugin-0.23.0-0.el7.x86_64
11:32:15                                                                            12 M
11:32:15 Installing for dependencies:
11:32:15  audit-libs-python       x86_64 2.8.5-4.el7                base            76 k
11:32:15  checkpolicy             x86_64 2.5-8.el7                  base           295 k
11:32:15  container-selinux       noarch 2:2.119.2-1.911c772.el7_8  extras          40 k
11:32:15  containerd.io           x86_64 1.6.18-3.1.el7             docker-ce-test  34 M
11:32:15  fuse-overlayfs          x86_64 0.7.2-6.el7_8              extras          54 k
11:32:15  fuse3-libs              x86_64 3.6.1-4.el7                extras          82 k
11:32:15  iptables                x86_64 1.4.21-35.el7              base           432 k
11:32:15  libcgroup               x86_64 0.41-21.el7                base            66 k
11:32:15  libmnl                  x86_64 1.0.3-7.el7                base            23 k
11:32:15  libnetfilter_conntrack  x86_64 1.0.6-1.el7_3              base            55 k
11:32:15  libnfnetlink            x86_64 1.0.1-4.el7                base            26 k
11:32:15  libseccomp              x86_64 2.3.1-4.el7                base            56 k
11:32:15  libselinux-python       x86_64 2.5-15.el7                 base           236 k
11:32:15  libselinux-utils        x86_64 2.5-15.el7                 base           151 k
11:32:15  libsemanage-python      x86_64 2.5-14.el7                 base           113 k
11:32:15  policycoreutils         x86_64 2.5-34.el7                 base           917 k
11:32:15  policycoreutils-python  x86_64 2.5-34.el7                 base           457 k
11:32:15  python-IPy              noarch 0.75-6.el7                 base            32 k
11:32:15  selinux-policy          noarch 3.13.1-268.el7_9.2         updates        498 k
11:32:15  selinux-policy-targeted noarch 3.13.1-268.el7_9.2         updates        7.0 M
11:32:15  setools-libs            x86_64 3.3.8-4.el7                base           620 k
11:32:15  slirp4netns             x86_64 0.4.3-4.el7_8              extras          81 k
11:32:15 
11:32:15 Transaction Summary
11:32:15 ================================================================================
11:32:15 Install  6 Packages (+22 Dependent packages)
11:32:15 
11:32:15 Total size: 303 M
11:32:15 Total download size: 45 M
11:32:15 Installed size: 404 M
11:32:15 Downloading packages:
11:32:15 Selecting previously unselected package docker-ce.
11:32:15 Preparing to unpack .../docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ...
11:32:15 Unpacking docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:17 Selecting previously unselected package docker-buildx-plugin.
11:32:17 Preparing to unpack .../docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb ...
11:32:17 Unpacking docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:32:18 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
11:32:18 Setting up docker-ce-cli (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:18 Setting up docker-ce (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:18 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
11:32:18 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
11:32:18 invoke-rc.d: could not determine current runlevel
11:32:18 invoke-rc.d: policy-rc.d denied execution of start.
11:32:18 Setting up docker-buildx-plugin (0.10.4-1~ubuntu.22.10~kinetic) ...
11:32:18 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
11:32:18  docker-ce-rootless-extras depends on dbus-user-session; however:
11:32:18   Package dbus-user-session is not installed.
11:32:18 
11:32:18 Setting up docker-ce-rootless-extras (5:0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic) ...
11:32:18 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230309110843.71615c2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.4-1~ubuntu.22.10~kinetic_armhf.deb
11:32:19 Reading package lists...
11:32:20 Building dependency tree...
11:32:20 Reading state information...
11:32:20 Correcting dependencies... Done
11:32:20 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
11:32:20 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
11:32:20 Skipping docker-ce-cli, it is already installed and upgrade is not set.
11:32:20 Skipping docker-ce, it is already installed and upgrade is not set.
11:32:20 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
11:32:20 The following additional packages will be installed:
11:32:20   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:32:20   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:32:20 Suggested packages:
11:32:20   firewalld kmod nftables
11:32:20 The following NEW packages will be installed:
11:32:20   containerd.io dbus-user-session iptables libip6tc2 libmnl0
11:32:20   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
11:32:21 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:32:21 Need to get 21.3 MB of archives.
11:32:21 After this operation, 93.9 MB of additional disk space will be used.
11:32:21 Get:1 https://download.docker.com/linux/ubuntu kinetic/test armhf containerd.io armhf 1.6.18-1 [20.7 MB]
11:32:21 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-user-session armhf 1.14.0-2ubuntu3 [10.1 kB]
11:32:21 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmnl0 armhf 1.0.4-3ubuntu1 [11.3 kB]
11:32:21 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxtables12 armhf 1.8.7-1ubuntu6 [27.9 kB]
11:32:21 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB]
11:32:21 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip6tc2 armhf 1.8.7-1ubuntu6 [17.8 kB]
11:32:21 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnfnetlink0 armhf 1.0.2-2 [13.7 kB]
11:32:21 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetfilter-conntrack3 armhf 1.0.9-2 [37.1 kB]
11:32:21 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnftnl11 armhf 1.2.3-1 [50.9 kB]
11:32:21 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iptables armhf 1.8.7-1ubuntu6 [411 kB]
11:32:21 debconf: delaying package configuration, since apt-utils is not installed
11:32:21 Fetched 21.3 MB in 1s (25.0 MB/s)
11:32:21 Selecting previously unselected package dbus-user-session.
11:32: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 ... 9547 files and directories currently installed.)
11:32:21 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_armhf.deb ...
11:32:21 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
11:32:21 Selecting previously unselected package libmnl0:armhf.
11:32:21 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_armhf.deb ...
11:32:21 Unpacking libmnl0:armhf (1.0.4-3ubuntu1) ...
11:32:21 Selecting previously unselected package libxtables12:armhf.
11:32:21 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_armhf.deb ...
11:32:21 Unpacking libxtables12:armhf (1.8.7-1ubuntu6) ...
11:32:21 Selecting previously unselected package netbase.
11:32:21 Preparing to unpack .../3-netbase_6.3_all.deb ...
11:32:21 Unpacking netbase (6.3) ...
11:32:21 Selecting previously unselected package libip6tc2:armhf.
11:32:21 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_armhf.deb ...
11:32:21 Unpacking libip6tc2:armhf (1.8.7-1ubuntu6) ...
11:32:21 Selecting previously unselected package libnfnetlink0:armhf.
11:32:21 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
11:32:21 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
11:32:21 Selecting previously unselected package libnetfilter-conntrack3:armhf.
11:32:21 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_armhf.deb ...
11:32:22 Unpacking libnetfilter-conntrack3:armhf (1.0.9-2) ...
11:32:22 Selecting previously unselected package libnftnl11:armhf.
11:32:22 Preparing to unpack .../7-libnftnl11_1.2.3-1_armhf.deb ...
11:32:22 Unpacking libnftnl11:armhf (1.2.3-1) ...
11:32:22 Selecting previously unselected package iptables.
11:32:22 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_armhf.deb ...
11:32:22 Unpacking iptables (1.8.7-1ubuntu6) ...
11:32:22 Selecting previously unselected package containerd.io.
11:32:22 Preparing to unpack .../9-containerd.io_1.6.18-1_armhf.deb ...
11:32:22 Unpacking containerd.io (1.6.18-1) ...
11:32:24 Setting up libip6tc2:armhf (1.8.7-1ubuntu6) ...
11:32:24 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
11:32:24 Setting up libmnl0:armhf (1.0.4-3ubuntu1) ...
11:32:24 Setting up containerd.io (1.6.18-1) ...
11:32:24 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
11:32:24 Setting up libxtables12:armhf (1.8.7-1ubuntu6) ...
11:32:24 Setting up libnfnetlink0:armhf (1.0.2-2) ...
11:32:24 Setting up netbase (6.3) ...
11:32:24 Setting up libnftnl11:armhf (1.2.3-1) ...
11:32:24 Setting up libnetfilter-conntrack3:armhf (1.0.9-2) ...
11:32:24 Setting up iptables (1.8.7-1ubuntu6) ...
11:32:24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:32:24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:32:24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:32:24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:32:24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:32:24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:32:24 Processing triggers for libc-bin (2.36-0ubuntu4) ...
11:32:24 + verify_binaries
11:32:24 + docker --version
11:32:24 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:32:24 ++ uname -m
11:32:24 + '[' armv8l = x86_64 ']'
11:32:24 + docker buildx version
11:32:24 github.com/docker/buildx v0.10.4 c513d34
11:32:24 + docker compose version
11:32:24 Docker Compose version v2.16.0
11:32:24 + dockerd --version
11:32:24 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:32:24 + docker-proxy --version
11:32:24 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:32:24 + containerd --version
11:32:24 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:32:24 + ctr --version
11:32:24 ctr containerd.io 1.6.18
11:32:24 + containerd-shim --help
11:32:24 Usage of containerd-shim:
11:32:24   -address string
11:32:24     	grpc address back to main containerd
11:32:24   -containerd-binary containerd publish
11:32:24     	path to containerd binary (used for containerd publish) (default "containerd")
11:32:24   -criu string
11:32:24     	path to criu binary
11:32:24   -debug
11:32:24     	enable debug output in logs
11:32:24   -namespace string
11:32:24     	namespace that owns the shim
11:32:24   -runtime-root string
11:32:24     	root directory for the runtime (default "/run/containerd/runc")
11:32:24   -socket string
11:32:24     	socket path to serve
11:32:24   -systemd-cgroup
11:32:24     	set runtime to use systemd-cgroup
11:32:24   -workdir string
11:32:24     	path used to storge large temporary data
11:32:24 + containerd-shim-runc-v1 -v
11:32:24 containerd-shim-runc-v1:
11:32:24   Version:  1.6.18
11:32:24   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:32:24   Go version: go1.19.6
11:32:24 
11:32:24 + containerd-shim-runc-v2 -v
11:32:24 containerd-shim-runc-v2:
11:32:24   Version:  1.6.18
11:32:24   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:32:24   Go version: go1.19.6
11:32:24 
11:32:24 + runc --version
11:32:24 runc version 1.1.4
11:32:24 commit: v1.1.4-0-g5fd4c4d
11:32:24 spec: 1.0.2-dev
11:32:24 go: go1.19.6
11:32:24 libseccomp: 2.5.4
11:32:25 warning: /var/cache/yum/x86_64/7/base/packages/checkpolicy-2.5-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
11:32:25 Public key for checkpolicy-2.5-8.el7.x86_64.rpm is not installed
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
11:32:28 Public key for fuse-overlayfs-0.7.2-6.el7_8.x86_64.rpm is not installed
11:32:38 warning: /var/cache/yum/x86_64/7/docker-ce-test/packages/containerd.io-1.6.18-3.1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
11:32:38 Public key for containerd.io-1.6.18-3.1.el7.x86_64.rpm is not installed
11:32:45 Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed
11:32:45 --------------------------------------------------------------------------------
11:32:45 Total                                              1.5 MB/s |  45 MB  00:29     
11:32:45 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:32:45 Importing GPG key 0xF4A80EB5:
11:32:45  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
11:32:45  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
11:32:45  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
11:32:45  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:32:45 Retrieving key from https://download.docker.com/linux/centos/gpg
11:32:55 Importing GPG key 0x621E9F35:
11:32:55  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
11:32:55  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
11:32:55  From       : https://download.docker.com/linux/centos/gpg
11:32:55 Running transaction check
11:32:55 Running transaction test
11:32:55 Transaction test succeeded
11:32:55 Running transaction
11:32:55   Installing : libseccomp-2.3.1-4.el7.x86_64                               1/28 
11:32:55   Installing : libcgroup-0.41-21.el7.x86_64                                2/28 
11:32:55   Installing : libnfnetlink-1.0.1-4.el7.x86_64                             3/28 
11:32:55   Installing : libselinux-utils-2.5-15.el7.x86_64                          4/28 
11:32:56   Installing : policycoreutils-2.5-34.el7.x86_64                           5/28 
11:32:58   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    6/28 
11:32:58   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/28 
11:32:58   Installing : slirp4netns-0.4.3-4.el7_8.x86_64                            8/28 
11:32:58   Installing : audit-libs-python-2.8.5-4.el7.x86_64                        9/28 
11:32:58   Installing : libselinux-python-2.5-15.el7.x86_64                        10/28 
11:32:58   Installing : libsemanage-python-2.5-14.el7.x86_64                       11/28 
11:32:59   Installing : fuse3-libs-3.6.1-4.el7.x86_64                              12/28 
11:32:59   Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64                        13/28 
11:32:59   Installing : setools-libs-3.3.8-4.el7.x86_64                            14/28 
11:33:01   Installing : python-IPy-0.75-6.el7.noarch                               15/28 
11:33:02   Installing : docker-buildx-plugin-0.10.4-0.el7.x86_64                   16/28 
11:33:02   Installing : checkpolicy-2.5-8.el7.x86_64                               17/28 
11:33:02   Installing : policycoreutils-python-2.5-34.el7.x86_64                   18/28 
11:33:10   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         19/28 
11:33:10 setsebool:  SELinux is disabled.
11:33:15   Installing : containerd.io-1.6.18-3.1.el7.x86_64                        20/28 
11:33:16   Installing : docker-scan-plugin-0.23.0-0.el7.x86_64                     21/28 
11:33:18   Installing : docker-compose-plugin-2.16.0-0.el7.x86_64                  22/28 
11:33:18   Installing : 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_6   23/28 
11:33:19   Installing : libmnl-1.0.3-7.el7.x86_64                                  24/28 
11:33:20   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                25/28 
11:33:21   Installing : iptables-1.4.21-35.el7.x86_64                              26/28 
11:33:25   Installing : docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0   27/28 
11:33:25   Installing : 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64      28/28 
11:33:25   Verifying  : libmnl-1.0.3-7.el7.x86_64                                   1/28 
11:33:25   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.x86_64                         2/28 
11:33:25   Verifying  : 1:docker-ce-cli-0.0.0~20230309110843.71615c2-0.el7.x86_6    3/28 
11:33:25   Verifying  : docker-compose-plugin-2.16.0-0.el7.x86_64                   4/28 
11:33:25   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          5/28 
11:33:25   Verifying  : docker-scan-plugin-0.23.0-0.el7.x86_64                      6/28 
11:33:25   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/28 
11:33:25   Verifying  : checkpolicy-2.5-8.el7.x86_64                                8/28 
11:33:25   Verifying  : docker-buildx-plugin-0.10.4-0.el7.x86_64                    9/28 
11:33:25   Verifying  : policycoreutils-2.5-34.el7.x86_64                          10/28 
11:33:25   Verifying  : containerd.io-1.6.18-3.1.el7.x86_64                        11/28 
11:33:25   Verifying  : python-IPy-0.75-6.el7.noarch                               12/28 
11:33:25   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              13/28 
11:33:26   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         14/28 
11:33:26   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                   15/28 
11:33:26   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            16/28 
11:33:26   Verifying  : fuse3-libs-3.6.1-4.el7.x86_64                              17/28 
11:33:26   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       18/28 
11:33:26   Verifying  : slirp4netns-0.4.3-4.el7_8.x86_64                           19/28 
11:33:26   Verifying  : libselinux-python-2.5-15.el7.x86_64                        20/28 
11:33:26   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   21/28 
11:33:26   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       22/28 
11:33:26   Verifying  : iptables-1.4.21-35.el7.x86_64                              23/28 
11:33:26   Verifying  : 3:docker-ce-0.0.0~20230309110843.71615c2-0.el7.x86_64      24/28 
11:33:26   Verifying  : libnfnetlink-1.0.1-4.el7.x86_64                            25/28 
11:33:26   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                26/28 
11:33:26   Verifying  : docker-ce-rootless-extras-0.0.0~20230309110843.71615c2-0   27/28 
11:33:26   Verifying  : libcgroup-0.41-21.el7.x86_64                               28/28 
11:33:26 
11:33:26 Installed:
11:33:26   docker-buildx-plugin.x86_64 0:0.10.4-0.el7                                    
11:33:26   docker-ce.x86_64 3:0.0.0~20230309110843.71615c2-0.el7                         
11:33:26   docker-ce-cli.x86_64 1:0.0.0~20230309110843.71615c2-0.el7                     
11:33:26   docker-ce-rootless-extras.x86_64 0:0.0.0~20230309110843.71615c2-0.el7         
11:33:26   docker-compose-plugin.x86_64 0:2.16.0-0.el7                                   
11:33:26   docker-scan-plugin.x86_64 0:0.23.0-0.el7                                      
11:33:26 
11:33:26 Dependency Installed:
11:33:26   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
11:33:26   checkpolicy.x86_64 0:2.5-8.el7                                                
11:33:26   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
11:33:26   containerd.io.x86_64 0:1.6.18-3.1.el7                                         
11:33:26   fuse-overlayfs.x86_64 0:0.7.2-6.el7_8                                         
11:33:26   fuse3-libs.x86_64 0:3.6.1-4.el7                                               
11:33:26   iptables.x86_64 0:1.4.21-35.el7                                               
11:33:26   libcgroup.x86_64 0:0.41-21.el7                                                
11:33:26   libmnl.x86_64 0:1.0.3-7.el7                                                   
11:33:26   libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3                                 
11:33:26   libnfnetlink.x86_64 0:1.0.1-4.el7                                             
11:33:26   libseccomp.x86_64 0:2.3.1-4.el7                                               
11:33:26   libselinux-python.x86_64 0:2.5-15.el7                                         
11:33:26   libselinux-utils.x86_64 0:2.5-15.el7                                          
11:33:26   libsemanage-python.x86_64 0:2.5-14.el7                                        
11:33:26   policycoreutils.x86_64 0:2.5-34.el7                                           
11:33:26   policycoreutils-python.x86_64 0:2.5-34.el7                                    
11:33:26   python-IPy.noarch 0:0.75-6.el7                                                
11:33:26   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
11:33:26   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
11:33:26   setools-libs.x86_64 0:3.3.8-4.el7                                             
11:33:26   slirp4netns.x86_64 0:0.4.3-4.el7_8                                            
11:33:26 
11:33:26 Complete!
11:33:26 + verify_binaries
11:33:26 + docker --version
11:33:26 Docker version 0.0.0-20230309110843-71615c2, build 71615c2
11:33:26 ++ uname -m
11:33:26 + '[' x86_64 = x86_64 ']'
11:33:26 + docker scan --help
11:33:26 
11:33:26 Usage:  docker scan [OPTIONS] IMAGE
11:33:26 
11:33:26 A tool to scan your images
11:33:26 
11:33:26 Options:
11:33:26       --accept-license    Accept using a third party scanning provider
11:33:26       --dependency-tree   Show dependency tree with scan results
11:33:26       --exclude-base      Exclude base image from vulnerability scanning
11:33:26                           (requires --file)
11:33:26   -f, --file string       Dockerfile associated with image, provides more
11:33:26                           detailed results
11:33:26       --group-issues      Aggregate duplicated vulnerabilities and group
11:33:26                           them to a single one (requires --json)
11:33:26       --json              Output results in JSON format
11:33:26       --login             Authenticate to the scan provider using an
11:33:26                           optional token (with --token), or web base
11:33:26                           token if empty
11:33:26       --reject-license    Reject using a third party scanning provider
11:33:26       --severity string   Only report vulnerabilities of provided level
11:33:26                           or higher (low|medium|high)
11:33:26       --token string      Authentication token to login to the third
11:33:26                           party scanning provider
11:33:26       --version           Display version of the scan plugin
11:33:26 + docker buildx version
11:33:26 github.com/docker/buildx v0.10.4 c513d34
11:33:26 + docker compose version
11:33:26 Docker Compose version v2.16.0
11:33:26 + dockerd --version
11:33:26 Docker version 0.0.0-20230309110843-71615c2, build 31a9532
11:33:26 + docker-proxy --version
11:33:26 docker-proxy (commit 31a9532) version 0.0.0-20230309110843-71615c2
11:33:26 + containerd --version
11:33:26 containerd containerd.io 1.6.18 2456e983eb9e37e47538f59ea18f2043c9a73640
11:33:26 + ctr --version
11:33:26 ctr containerd.io 1.6.18
11:33:26 + containerd-shim --help
11:33:26 Usage of containerd-shim:
11:33:26   -address string
11:33:26     	grpc address back to main containerd
11:33:26   -containerd-binary containerd publish
11:33:26     	path to containerd binary (used for containerd publish) (default "containerd")
11:33:26   -criu string
11:33:26     	path to criu binary
11:33:26   -debug
11:33:26     	enable debug output in logs
11:33:26   -namespace string
11:33:26     	namespace that owns the shim
11:33:26   -runtime-root string
11:33:26     	root directory for the runtime (default "/run/containerd/runc")
11:33:26   -socket string
11:33:26     	socket path to serve
11:33:26   -systemd-cgroup
11:33:26     	set runtime to use systemd-cgroup
11:33:26   -workdir string
11:33:26     	path used to storge large temporary data
11:33:26 + containerd-shim-runc-v1 -v
11:33:26 containerd-shim-runc-v1:
11:33:26   Version:  1.6.18
11:33:26   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:33:26   Go version: go1.19.6
11:33:26 
11:33:26 + containerd-shim-runc-v2 -v
11:33:26 containerd-shim-runc-v2:
11:33:26   Version:  1.6.18
11:33:26   Revision: 2456e983eb9e37e47538f59ea18f2043c9a73640
11:33:26   Go version: go1.19.6
11:33:26 
11:33:26 + runc --version
11:33:26 runc version 1.1.4
11:33:26 commit: v1.1.4-0-g5fd4c4d
11:33:26 spec: 1.0.2-dev
11:33:26 go: go1.19.6
11:33:26 libseccomp: 2.3.1
[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